:root {
    --gm-a11y-blue: #0b5fff;
    --gm-a11y-blue-dark: #063d9c;
    --gm-a11y-focus: #ff8a00;
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
    outline: 3px solid var(--gm-a11y-blue) !important;
    outline-offset: 4px !important;
}

.gm-section-kicker {
    color: #983b00 !important;
}

.service-icon::after {
    color: #983b00 !important;
}

.hero-section .gm-section-kicker,
.hero-section .gm-kicker,
.page-hero .gm-kicker,
.project-hero .gm-kicker {
    color: #ffad66 !important;
}

[role="link"][tabindex="0"] {
    cursor: pointer;
}

.gm-legal-links a,
.gm-legal-links button {
    min-height: 44px;
    padding-block: 8px !important;
    display: inline-flex;
    align-items: center;
}

.gm-policy-content a,
.gm-policy-aside a,
.footer-col,
.footer-bottom {
    overflow-wrap: anywhere;
}

.gm-skip-link {
    position: fixed;
    z-index: 30000;
    inset-block-start: 10px;
    inset-inline-start: 12px;
    padding: 12px 18px;
    color: #fff !important;
    border: 3px solid #fff;
    border-radius: 8px;
    background: #111;
    box-shadow: 0 6px 22px rgba(0, 0, 0, .34);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none !important;
    transform: translateY(-160%);
    transition: transform .16s ease;
}

.gm-skip-link:focus {
    transform: translateY(0);
    outline: 3px solid var(--gm-a11y-focus);
    outline-offset: 3px;
}

main:focus {
    outline: none;
}

.gm-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.gm-a11y-root {
    position: relative;
    z-index: 20000;
    font-family: Heebo, Inter, Arial, sans-serif;
}

.gm-a11y-launcher {
    position: fixed;
    z-index: 20001;
    left: clamp(16px, 2vw, 28px);
    inset-block-end: calc(clamp(16px, 2vw, 28px) + env(safe-area-inset-bottom, 0px));
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--gm-a11y-blue);
    box-shadow: 0 9px 26px rgba(0, 0, 0, .3);
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.gm-a11y-launcher:hover {
    background: var(--gm-a11y-blue-dark);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .36);
}

.gm-a11y-launcher:focus-visible,
.gm-a11y-panel button:focus-visible,
.gm-a11y-panel a:focus-visible {
    outline: 3px solid var(--gm-a11y-focus) !important;
    outline-offset: 3px !important;
}

.gm-a11y-launcher svg {
    width: 31px;
    height: 31px;
    fill: currentColor;
}

.gm-a11y-panel {
    position: fixed;
    z-index: 20002;
    left: clamp(16px, 2vw, 28px);
    inset-block-end: calc(88px + env(safe-area-inset-bottom, 0px));
    width: min(350px, calc(100vw - 32px));
    max-height: min(680px, calc(100vh - 122px));
    padding: 0;
    overflow: auto;
    color: #171a1c;
    border: 2px solid #171a1c;
    border-radius: 18px 5px 18px 5px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .36);
}

.gm-a11y-panel[hidden] {
    display: none !important;
}

.gm-a11y-heading {
    position: sticky;
    top: 0;
    z-index: 1;
    min-height: 66px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: #fff;
    background: #111;
}

.gm-a11y-heading h2 {
    margin: 0;
    color: #fff !important;
    font-size: 21px !important;
    line-height: 1.25;
}

.gm-a11y-close {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.gm-a11y-body {
    padding: 18px;
}

.gm-a11y-intro {
    margin: 0 0 16px;
    color: #30363a !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.gm-a11y-font-controls,
.gm-a11y-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.gm-a11y-font-controls {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 10px;
}

.gm-a11y-panel button,
.gm-a11y-panel a {
    min-width: 44px;
    min-height: 46px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #111 !important;
    border: 1px solid #92999e;
    border-radius: 10px 3px 10px 3px;
    background: #f5f7f8;
    font: inherit;
    font-size: 14px !important;
    font-weight: 750 !important;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.gm-a11y-panel button:hover,
.gm-a11y-panel a:hover {
    border-color: var(--gm-a11y-blue);
    background: #edf4ff;
}

.gm-a11y-panel button[aria-pressed="true"] {
    color: #fff !important;
    border-color: var(--gm-a11y-blue-dark);
    background: var(--gm-a11y-blue-dark);
}

.gm-a11y-panel button[aria-pressed="true"]::before {
    content: "✓";
    font-weight: 900;
}

.gm-a11y-reset {
    width: 100%;
    margin-top: 10px;
    color: #fff !important;
    border-color: #111 !important;
    background: #111 !important;
}

.gm-a11y-statement {
    width: 100%;
    margin-top: 10px;
    border-color: var(--gm-a11y-blue) !important;
}

html[data-gm-font-scale="large"] {
    font-size: 112.5%;
}

html[data-gm-font-scale="larger"] {
    font-size: 125%;
}

html.gm-a11y-links a:not(.gm-a11y-launcher) {
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: .18em !important;
}

html.gm-a11y-grayscale body > *:not(.gm-a11y-root) {
    filter: grayscale(1) !important;
}

html.gm-a11y-high-contrast body,
html.gm-a11y-high-contrast main,
html.gm-a11y-high-contrast section,
html.gm-a11y-high-contrast article,
html.gm-a11y-high-contrast footer {
    color: #fff !important;
    background-color: #000 !important;
}

html.gm-a11y-high-contrast h1,
html.gm-a11y-high-contrast h2,
html.gm-a11y-high-contrast h3,
html.gm-a11y-high-contrast h4,
html.gm-a11y-high-contrast p,
html.gm-a11y-high-contrast li,
html.gm-a11y-high-contrast strong,
html.gm-a11y-high-contrast span:not(.gm-a11y-root span) {
    color: #fff !important;
}

html.gm-a11y-high-contrast a:not(.gm-a11y-panel a),
html.gm-a11y-high-contrast button:not(.gm-a11y-panel button):not(.gm-a11y-launcher) {
    color: #ffff00 !important;
    border-color: #ffff00 !important;
}

html.gm-a11y-high-contrast input,
html.gm-a11y-high-contrast textarea,
html.gm-a11y-high-contrast select {
    color: #fff !important;
    border: 2px solid #fff !important;
    background: #000 !important;
}

html.gm-a11y-high-contrast .gm-a11y-panel,
html.gm-a11y-high-contrast .gm-a11y-body {
    color: #111 !important;
    background: #fff !important;
}

html.gm-a11y-high-contrast .gm-a11y-panel p,
html.gm-a11y-high-contrast .gm-a11y-panel span,
html.gm-a11y-high-contrast .gm-a11y-panel a,
html.gm-a11y-high-contrast .gm-a11y-panel button {
    color: #111 !important;
}

html.gm-a11y-high-contrast .gm-a11y-heading,
html.gm-a11y-high-contrast .gm-a11y-heading h2,
html.gm-a11y-high-contrast .gm-a11y-heading button,
html.gm-a11y-high-contrast .gm-a11y-reset,
html.gm-a11y-high-contrast .gm-a11y-panel button[aria-pressed="true"] {
    color: #fff !important;
    background: #111 !important;
}

html.gm-a11y-reduce-motion,
html.gm-a11y-reduce-motion * {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
}

@media (prefers-reduced-motion: reduce) {
    .gm-skip-link,
    .gm-a11y-launcher {
        transition: none;
    }
}

@media (max-width: 640px) {
    .gm-a11y-panel {
        inset-inline: 12px;
        width: auto;
        max-height: calc(100vh - 116px);
    }

    .gm-a11y-options {
        grid-template-columns: 1fr 1fr;
    }

    body:has(.gm-privacy-notice.is-visible) .gm-a11y-launcher {
        inset-block-end: calc(330px + env(safe-area-inset-bottom, 0px));
    }

    body:has(.gm-privacy-notice.is-visible) .gm-a11y-panel {
        inset-block-end: calc(400px + env(safe-area-inset-bottom, 0px));
        max-height: calc(100vh - 430px);
    }
}

@media (min-width: 641px) {
    html[dir="ltr"] body:has(.gm-privacy-notice.is-visible) .gm-a11y-launcher {
        inset-block-end: 240px;
    }

    html[dir="ltr"] body:has(.gm-privacy-notice.is-visible) .gm-a11y-panel {
        inset-block-end: 310px;
    }
}

@media print {
    .gm-skip-link,
    .gm-a11y-root,
    .gm-privacy-notice,
    .gm-whatsapp-button {
        display: none !important;
    }
}
