:root {
    --ge-navy-950: #201113;
    --ge-navy-900: #32191c;
    --ge-navy-800: #6f3033;
    --ge-navy-700: #8d3c3f;
    --ge-yellow: #a64849;
    --ge-yellow-deep: #87373a;
    --ge-orange: #c97760;
    --ge-green: #1faa59;
    --ge-brand-red: #a64849;
    --ge-brand-red-light: #d79590;
    --ge-brand-red-soft: #f5e8e6;
    --ge-white: #ffffff;
    --ge-bg: #f7f2f1;
    --ge-bg-warm: #fbf7f4;
    --ge-text: #302326;
    --ge-muted: #74656a;
    --ge-line: #e8dada;
    --ge-line-dark: rgba(255, 255, 255, 0.14);
    --ge-radius-sm: 10px;
    --ge-radius: 18px;
    --ge-radius-lg: 28px;
    --ge-shadow-sm: 0 8px 24px rgba(50, 25, 28, 0.08);
    --ge-shadow: 0 18px 50px rgba(50, 25, 28, 0.12);
    --ge-shadow-lg: 0 28px 80px rgba(32, 17, 19, 0.22);
    --ge-container: 1180px;
    --ge-mobile-service-media-height: 240px;
    --ge-transition: 180ms ease;
    --ge-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
    overflow-x: hidden;
    overflow-x: clip;
}

body {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    overflow-x: clip;
    background: var(--ge-white);
    color: var(--ge-text);
    font-family: var(--ge-font);
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

html.menu-open,
body.menu-open {
    overflow: hidden;
    overscroll-behavior: none;
}

img {
    display: block;
    max-width: 100%;
}

button,
input,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
    text-decoration: none;
}

p,
h1,
h2,
h3,
blockquote {
    margin-top: 0;
}

.ge-container {
    width: min(calc(100% - 40px), var(--ge-container));
    margin-inline: auto;
}

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

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    border-radius: var(--ge-radius-sm);
    background: var(--ge-yellow);
    color: var(--ge-white);
    font-weight: 800;
    transform: translateY(-180%);
    transition: transform var(--ge-transition);
}

.skip-link:focus {
    transform: translateY(0);
}

.ge-icon {
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 1.2em;
    line-height: 1;
    text-align: center;
}

.ge-topbar {
    background: var(--ge-navy-950);
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
}

.ge-topbar__inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.ge-topbar p,
.ge-topbar a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.ge-topbar a {
    color: var(--ge-white);
    font-weight: 750;
    letter-spacing: 0.02em;
}

.ge-header {
    position: sticky;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid rgba(50, 25, 28, 0.08);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
}

.ge-header__inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.ge-logo {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    flex: 0 0 auto;
}

.ge-logo__mark {
    width: 44px;
    height: 44px;
    display: block;
    flex: 0 0 auto;
    border-radius: 11px;
    overflow: hidden;
    background: var(--ge-brand-red);
    box-shadow: 0 5px 16px rgba(166, 72, 73, 0.2);
}

.ge-logo__mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ge-logo__text {
    display: grid;
    line-height: 1;
    letter-spacing: 0.12em;
}

.ge-logo__text strong {
    font-size: 19px;
    color: var(--ge-navy-900);
}

.ge-logo__text small {
    margin-top: 5px;
    color: var(--ge-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.28em;
}

.ge-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 29px;
}

.ge-nav > a:not(.ge-button) {
    position: relative;
    padding-block: 27px;
    color: #4a393d;
    font-size: 14px;
    font-weight: 720;
}

.ge-nav > a:not(.ge-button)::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 18px;
    left: 0;
    height: 3px;
    border-radius: 999px;
    background: var(--ge-yellow);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform var(--ge-transition);
}

.ge-nav > a:not(.ge-button):hover,
.ge-nav > a[aria-current="page"] {
    color: var(--ge-navy-900);
}

.ge-nav > a:not(.ge-button):hover::after,
.ge-nav > a[aria-current="page"]::after {
    transform: scaleX(1);
}

.ge-menu-toggle {
    width: 48px;
    height: 48px;
    display: none;
    place-items: center;
    border: 1px solid var(--ge-line);
    border-radius: 12px;
    background: var(--ge-white);
    color: var(--ge-navy-900);
    cursor: pointer;
}

.ge-menu-toggle .ge-icon {
    width: 25px;
    height: 25px;
    font-size: 25px;
}

.ge-menu-toggle__icon {
    display: grid;
    place-items: center;
    line-height: 0;
}

.ge-menu-toggle__icon--close {
    display: none;
}

.ge-menu-toggle[aria-expanded="true"] {
    border-color: rgba(166, 72, 73, 0.34);
    background: var(--ge-brand-red-soft);
    color: var(--ge-brand-red);
}

.ge-menu-toggle[aria-expanded="true"] .ge-menu-toggle__icon--open {
    display: none;
}

.ge-menu-toggle[aria-expanded="true"] .ge-menu-toggle__icon--close {
    display: grid;
}

.ge-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
    transition:
        transform var(--ge-transition),
        background-color var(--ge-transition),
        color var(--ge-transition),
        border-color var(--ge-transition),
        box-shadow var(--ge-transition);
}

.ge-button:hover {
    transform: translateY(-2px);
}

.ge-button:focus-visible,
.ge-nav a:focus-visible,
.ge-logo:focus-visible,
.ge-text-link:focus-visible,
.ge-floating-action:focus-visible {
    outline: 3px solid rgba(166, 72, 73, 0.48);
    outline-offset: 3px;
}

.ge-button--nav {
    min-height: 44px;
    padding: 10px 17px;
    border-color: var(--ge-navy-900);
    background: var(--ge-navy-900);
    color: var(--ge-white);
    font-size: 14px;
}

.ge-nav__actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ge-button--nav-whatsapp {
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border-color: #178d4c;
    background: #178d4c;
    color: var(--ge-white);
    font-size: 18px;
}

.ge-button--nav-whatsapp:hover {
    border-color: #10733d;
    background: #10733d;
}

.ge-button--primary {
    border-color: var(--ge-yellow);
    background: var(--ge-yellow);
    color: var(--ge-white);
    box-shadow: 0 10px 28px rgba(166, 72, 73, 0.2);
}

.ge-button--primary:hover {
    border-color: #b65355;
    background: #b65355;
    box-shadow: 0 14px 34px rgba(166, 72, 73, 0.28);
}

.ge-button--whatsapp {
    border-color: rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.1);
    color: var(--ge-white);
    backdrop-filter: blur(12px);
}

.ge-button--whatsapp:hover {
    border-color: var(--ge-green);
    background: var(--ge-green);
}

.ge-button--outline-light {
    border-color: rgba(255, 255, 255, 0.42);
    background: transparent;
    color: var(--ge-white);
}

.ge-button--outline-light:hover {
    border-color: var(--ge-white);
    background: var(--ge-white);
    color: var(--ge-navy-950);
}

.ge-button--large {
    min-height: 56px;
    padding: 15px 24px;
}

.ge-eyebrow,
.ge-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--ge-navy-700);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.14em;
    line-height: 1.3;
    text-transform: uppercase;
}

.ge-eyebrow {
    color: rgba(255, 255, 255, 0.9);
}

.ge-eyebrow > span {
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: var(--ge-yellow);
    color: var(--ge-white);
}

.ge-eyebrow .ge-icon {
    width: 17px;
    height: 17px;
    font-size: 17px;
}

.ge-page-hero h1 {
    margin-bottom: 25px;
    font-size: clamp(3rem, 6vw, 4.8rem);
    font-weight: 820;
    letter-spacing: -0.058em;
    line-height: 0.98;
}

.ge-page-hero h1 em {
    color: var(--ge-brand-red-light);
    font-style: normal;
}

.ge-section {
    padding-block: 108px;
}

.ge-section-heading {
    margin-bottom: 48px;
}

.ge-section-heading--split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
}

.ge-section-heading--split > p {
    max-width: 510px;
    margin-bottom: 4px;
    color: var(--ge-muted);
}

.ge-section h2 {
    margin-bottom: 0;
    color: var(--ge-navy-900);
    font-size: clamp(2.15rem, 4vw, 3.45rem);
    font-weight: 810;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.ge-kicker {
    margin-bottom: 12px;
}

.ge-kicker::before {
    content: "";
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: var(--ge-yellow);
}

.ge-kicker--light {
    color: rgba(255, 255, 255, 0.64);
}

.ge-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ge-navy-800);
    font-weight: 820;
}

.ge-text-link .ge-icon {
    transition: transform var(--ge-transition);
}

.ge-text-link:hover .ge-icon {
    transform: translateX(5px);
}

.ge-cta-band {
    padding-block: 80px;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 120%, rgba(166, 72, 73, 0.3), transparent 34%),
        var(--ge-navy-950);
    color: var(--ge-white);
}

.ge-cta-band__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.ge-cta-band h2 {
    color: var(--ge-white);
}

.ge-cta-band__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ge-page-hero {
    padding-block: 48px 82px;
    overflow: hidden;
    background:
        linear-gradient(110deg, rgba(32, 17, 19, 0.97), rgba(50, 25, 28, 0.91)),
        var(--ge-page-hero-image, url("../images/hero-elektrik-pano.webp")) center / cover;
    color: var(--ge-white);
}

.ge-page-hero--compact {
    padding-bottom: 70px;
}

.ge-breadcrumb {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 64px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 12px;
    font-weight: 700;
}

.ge-breadcrumb a:hover {
    color: var(--ge-white);
}

.ge-breadcrumb .ge-icon {
    width: 14px;
    height: 14px;
    font-size: 14px;
}

.ge-page-hero__content {
    display: grid;
    grid-template-columns: 1.4fr 0.75fr;
    align-items: end;
    gap: 80px;
}

.ge-page-hero h1 {
    margin-bottom: 0;
    font-size: clamp(3rem, 6vw, 5rem);
}

.ge-page-hero__content > p {
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.67);
    font-size: 17px;
}

.ge-check-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ge-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #4d3b3f;
    font-size: 13px;
    font-weight: 680;
}

.ge-check-list .ge-icon {
    width: 17px;
    height: 17px;
    margin-top: 2px;
    color: var(--ge-yellow-deep);
    font-size: 17px;
}

.ge-disclosure {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    margin-bottom: 42px;
    padding: 20px 24px;
    border: 1px solid #e6c7c4;
    border-radius: var(--ge-radius);
    background: var(--ge-brand-red-soft);
}

.ge-disclosure > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 12px;
    background: var(--ge-yellow);
    color: var(--ge-white);
}

.ge-disclosure strong {
    color: var(--ge-navy-900);
}

.ge-disclosure p {
    margin: 3px 0 0;
    color: #765d61;
    font-size: 13px;
}

.ge-footer {
    padding-top: 78px;
    background: var(--ge-navy-950);
    color: rgba(255, 255, 255, 0.64);
}

.ge-footer__grid {
    display: grid;
    grid-template-columns: 1.25fr 0.65fr 1fr;
    gap: 80px;
    padding-bottom: 62px;
}

.ge-logo--footer .ge-logo__text strong {
    color: var(--ge-white);
}

.ge-logo--footer .ge-logo__text small {
    color: rgba(255, 255, 255, 0.48);
}

.ge-footer__brand > p {
    max-width: 400px;
    margin: 25px 0;
    font-size: 14px;
}

.ge-footer__rating {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

.ge-footer__rating .ge-icon {
    color: var(--ge-brand-red-light);
}

.ge-footer__rating strong {
    color: var(--ge-white);
}

.ge-footer h2 {
    margin-bottom: 22px;
    color: var(--ge-white);
    font-size: 14px;
    letter-spacing: 0.02em;
}

.ge-footer ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ge-footer a {
    transition: color var(--ge-transition);
}

.ge-footer a:hover {
    color: var(--ge-yellow);
}

.ge-footer__contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.ge-footer__contact .ge-icon {
    width: 17px;
    height: 17px;
    margin-top: 5px;
    color: var(--ge-yellow);
    font-size: 17px;
}

.ge-footer__bottom {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    font-size: 11px;
}

.ge-footer__bottom p {
    margin: 0;
}

.ge-footer__bottom-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

.ge-footer__privacy-button {
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
    font: inherit;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    cursor: pointer;
}

.ge-footer__privacy-button:hover,
.ge-footer__privacy-button:focus-visible {
    color: var(--ge-white);
}

.ge-cookie-consent {
    position: fixed;
    z-index: 600;
    right: 24px;
    bottom: 24px;
    width: min(440px, calc(100% - 48px));
    padding: 16px;
    border: 1px solid var(--ge-line);
    border-radius: 14px;
    background: var(--ge-white);
    box-shadow: 0 12px 34px rgba(37, 28, 31, 0.18);
}

.ge-cookie-consent[hidden] {
    display: none;
}

.ge-cookie-consent__copy h2 {
    margin-bottom: 3px;
    color: var(--ge-navy-900);
    font-size: 1rem;
}

.ge-cookie-consent__copy p {
    margin-bottom: 3px;
    color: var(--ge-muted);
    font-size: 0.8rem;
    line-height: 1.45;
}

.ge-cookie-consent__copy a {
    color: var(--ge-navy-800);
    font-size: 0.77rem;
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.ge-cookie-consent__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 11px;
}

.ge-cookie-consent__reject {
    min-height: 42px;
    padding: 8px 12px;
    border: 1px solid var(--ge-line);
    border-radius: 10px;
    background: var(--ge-white);
    color: var(--ge-navy-800);
    font-size: 0.8rem;
    font-weight: 800;
    cursor: pointer;
}

.ge-cookie-consent__actions .ge-button--primary {
    min-height: 42px;
    padding: 8px 12px;
    border-radius: 10px;
    box-shadow: none;
    font-size: 0.8rem;
}

.ge-footer__credit {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.52);
    font-size: 11px;
    text-align: center;
}

.ge-footer__credit img {
    width: 92px;
    height: 18px;
    object-fit: contain;
    opacity: 0.82;
        transform: translateY(-2px);

}

.ge-floating-actions {
    display: none;
}

.ge-neighborhood-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 18px;
    padding: 0;
    margin: 26px 0 30px;
    list-style: none;
}

.ge-neighborhood-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #59464b;
    font-size: 14px;
    font-weight: 720;
}

.ge-neighborhood-list .ge-icon {
    width: 15px;
    height: 15px;
    color: var(--ge-brand-red);
    font-size: 15px;
}

.ge-faq {
    background: var(--ge-white);
}

.ge-faq__layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(45px, 7vw, 96px);
    align-items: start;
}

.ge-faq__intro {
    position: sticky;
    top: 115px;
}

.ge-faq__intro h2 {
    margin-bottom: 22px;
}

.ge-faq__intro > p:not(.ge-kicker) {
    color: var(--ge-muted);
}

.ge-faq__items {
    display: grid;
    gap: 13px;
}

.ge-faq__items details {
    border: 1px solid var(--ge-line);
    border-radius: 16px;
    background: var(--ge-bg-warm);
    overflow: hidden;
}

.ge-faq__items details[open] {
    border-color: rgba(166, 72, 73, 0.35);
    background: var(--ge-white);
    box-shadow: var(--ge-shadow-sm);
}

.ge-faq__items summary {
    position: relative;
    padding: 22px 58px 22px 24px;
    color: var(--ge-navy-900);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.ge-faq__items summary::-webkit-details-marker {
    display: none;
}

.ge-faq__items summary::after {
    content: "+";
    position: absolute;
    top: 16px;
    right: 20px;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: var(--ge-brand-red-soft);
    color: var(--ge-brand-red);
    font-size: 22px;
    line-height: 1;
}

.ge-faq__items details[open] summary::after {
    content: "–";
}

.ge-faq__items details p {
    padding: 0 24px 23px;
    margin: 0;
    color: var(--ge-muted);
}

@media (max-width: 1024px) {
.ge-nav {
        gap: 18px;
    }

    .ge-check-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
.ge-topbar {
        display: none;
    }

    .ge-header__inner {
        min-height: 70px;
    }

    .ge-header {
        background: var(--ge-white);
        backdrop-filter: none;
    }

    body.menu-open .ge-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }

    .ge-menu-toggle {
        position: relative;
        z-index: 130;
        display: grid;
    }

    .ge-nav {
        position: fixed;
        z-index: 120;
        top: 70px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100vh - 70px);
        height: calc(100dvh - 70px);
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        padding:
            18px max(20px, env(safe-area-inset-right))
            max(24px, env(safe-area-inset-bottom))
            max(20px, env(safe-area-inset-left));
        border-top: 1px solid var(--ge-line);
        background: var(--ge-white);
        box-shadow: 0 24px 56px rgba(32, 17, 19, 0.14);
        opacity: 0;
        overflow-y: auto;
        overscroll-behavior: contain;
        pointer-events: none;
        transform: translateY(-10px);
        visibility: hidden;
        transition:
            opacity 180ms ease,
            transform 220ms ease,
            visibility 220ms ease;
    }

    .ge-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
    }

    .ge-nav > a:not(.ge-button) {
        min-height: 54px;
        display: flex;
        align-items: center;
        padding: 14px 7px;
        border-bottom: 1px solid var(--ge-line);
        font-size: 16px;
    }

    .ge-nav > a:not(.ge-button)::after {
        display: none;
    }

    .ge-nav__actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 52px;
        gap: 10px;
        margin-top: 18px;
    }

    .ge-button--nav-whatsapp {
        width: 52px;
    }

    .ge-page-hero__content {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ge-page-hero__content > p {
        max-width: 670px;
    }

    .ge-footer__grid {
        grid-template-columns: 1.2fr 0.8fr;
        gap: 55px;
    }

    .ge-footer__grid > div:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
body {
        padding-bottom: 0;
    }

    .ge-container {
        width: min(calc(100% - 28px), var(--ge-container));
    }

    .ge-logo__mark {
        width: 40px;
        height: 40px;
    }

    .ge-page-hero h1 {
        font-size: clamp(2.65rem, 12vw, 4rem);
    }

    .ge-section {
        padding-block: 76px;
    }

    .ge-section-heading--split {
        display: block;
    }

    .ge-section-heading--split > p,
    .ge-section-heading--split > a {
        margin-top: 20px;
    }

    .ge-section h2 {
        font-size: clamp(2rem, 10vw, 2.65rem);
    }

    .ge-cta-band__inner,
    .ge-cta-band__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ge-page-hero {
        padding-block: 34px 64px;
    }

    .ge-breadcrumb {
        margin-bottom: 46px;
    }

    .ge-check-list {
        gap: 13px;
    }

    .ge-disclosure {
        padding: 17px;
    }

    .ge-footer {
        padding-top: 60px;
        padding-bottom: calc(78px + env(safe-area-inset-bottom));
    }

    .ge-footer__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ge-footer__grid > div:last-child {
        grid-column: auto;
    }

    .ge-footer__bottom {
        min-height: 100px;
        display: block;
        padding-block: 23px;
    }

    .ge-footer__bottom-actions {
        display: block;
        margin-top: 7px;
    }

    .ge-footer__privacy-button {
        margin-top: 7px;
    }

    .ge-cookie-consent {
        right: 12px;
        bottom: calc(68px + env(safe-area-inset-bottom));
        width: calc(100% - 24px);
        padding: 13px 14px;
        border-radius: 14px;
        box-shadow: 0 12px 34px rgba(37, 28, 31, 0.18);
    }

    .ge-cookie-consent__copy h2 {
        margin-bottom: 3px;
        font-size: 0.98rem;
    }

    .ge-cookie-consent__copy p {
        margin-bottom: 3px;
        font-size: 0.78rem;
        line-height: 1.4;
    }

    .ge-cookie-consent__copy a {
        font-size: 0.75rem;
    }

    .ge-cookie-consent__actions {
        display: grid;
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
        gap: 8px;
        margin-top: 10px;
    }

    .ge-cookie-consent__actions > * {
        width: 100%;
        min-height: 42px;
        padding: 8px 10px;
        border-radius: 10px;
        font-size: 0.78rem;
    }

    .ge-cookie-consent__actions .ge-button--primary {
        box-shadow: none;
    }

    .ge-footer__credit {
        min-height: 44px;
        gap: 5px;
        padding: 8px 14px;
        font-size: 10px;
    }

    .ge-footer__credit img {
        width: 82px;
        height: 16px;
    }

    .ge-floating-actions {
        position: fixed;
        z-index: 90;
        right: auto;
        bottom: max(10px, env(safe-area-inset-bottom));
        left: 50%;
        width: min(calc(100% - 28px), 420px);
        display: grid;
        grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr);
        gap: 0;
        padding: 4px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 16px;
        background: rgba(39, 19, 22, 0.96);
        box-shadow:
            0 16px 38px rgba(32, 17, 19, 0.24),
            0 2px 7px rgba(32, 17, 19, 0.12);
        backdrop-filter: blur(16px);
        transform: translateX(-50%);
        transition:
            opacity 160ms ease,
            transform 180ms ease;
    }

    .ge-floating-action {
        position: relative;
        min-width: 0;
        min-height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 7px 10px;
        border: 0;
        border-radius: 12px;
        color: var(--ge-white);
        background: transparent;
        box-shadow: none;
        font-size: 12.5px;
        font-weight: 820;
        letter-spacing: 0.01em;
        transition: background-color var(--ge-transition);
    }

    .ge-floating-action:active {
        background: rgba(255, 255, 255, 0.08);
    }

    .ge-floating-action .ge-icon {
        width: 18px;
        height: 18px;
        display: inline-flex;
        border-radius: 0;
        font-size: 16px;
    }

    .ge-floating-action--phone {
        color: var(--ge-white);
    }

    .ge-floating-action--phone .ge-icon {
        color: #e9a4a5;
    }

    .ge-floating-action--phone::after {
        content: "";
        position: absolute;
        top: 10px;
        right: 0;
        bottom: 10px;
        width: 1px;
        background: rgba(255, 255, 255, 0.14);
    }

    .ge-floating-action--location {
        padding-inline: 0;
        color: var(--ge-white);
    }

    .ge-floating-action--location .ge-icon {
        width: 20px;
        height: 20px;
        color: #e9a4a5;
        font-size: 18px;
    }

    .ge-floating-action--whatsapp {
        color: var(--ge-white);
    }

    .ge-floating-action--whatsapp .ge-icon {
        color: #35c46e;
        background: transparent;
    }

    .ge-floating-action--whatsapp::before {
        content: "";
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: 0;
        width: 1px;
        background: rgba(255, 255, 255, 0.14);
    }

    body.menu-open .ge-floating-actions {
        opacity: 0;
        pointer-events: none;
        transform: translate(-50%, calc(100% + 24px));
    }

    .ge-floating-actions.is-awaiting-interaction {
        opacity: 0;
        pointer-events: none;
        transform: translate(-50%, calc(100% + 24px));
    }
}

@media (max-width: 480px) {
.ge-logo__text strong {
        font-size: 17px;
    }

    .ge-eyebrow {
        font-size: 10px;
    }
}

@media (max-width: 1024px) {
.ge-faq__layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ge-faq__intro {
        position: static;
    }
}

@media (max-width: 768px) {
.ge-neighborhood-list {
        grid-template-columns: 1fr;
    }

}

@media (prefers-reduced-motion: reduce) {
html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto;
        transition-duration: 0.01ms;
        animation-duration: 0.01ms;
        animation-iteration-count: 1;
    }
}

.ge-preview-banner {
    position: sticky;
    z-index: 10000;
    top: 0;
    display: flex;
    justify-content: center;
    gap: .75rem;
    padding: .7rem 1rem;
    color: #fff;
    background: #7c2d12;
    box-shadow: 0 2px 12px rgb(0 0 0 / 20%);
    font-size: .9rem;
}
@media (max-width: 768px) {
.ge-preview-banner {
        align-items: center;
        flex-direction: column;
        gap: .15rem;
        text-align: center;
    }
}
