.container {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
}

:root {
    --accent-warm: #df8d4d;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid #e5e7eb;
    backdrop-filter: blur(6px);
}

.header-row {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.brand {
    font-family: var(--font-heading);
    color: var(--heading);
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.brand-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.1rem;
    height: 2.1rem;
    border-radius: 999px;
    background: #0f766e;
    color: #ffffff;
    font-family: var(--font-body);
    font-size: 0.74rem;
    letter-spacing: 0.06em;
    font-weight: 700;
}

.menu-button {
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #334155;
    border-radius: 10px;
    padding: 0.4rem 0.6rem;
    display: inline-flex;
}

.menu {
    display: none;
    width: 100%;
    padding-bottom: 0.9rem;
}

.header-phone {
    white-space: nowrap;
    margin-left: auto;
}

.menu.open {
    display: block;
}

.menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.6rem;
}

.menu-list a {
    text-decoration: none;
    color: #334155;
}

.cta {
    border: 0;
    border-radius: 12px;
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding: 0.7rem 1rem;
}

.cta:hover {
    background: var(--primary-dark);
    color: #fff;
}

.cta.call-now::before {
    content: "●";
    color: var(--accent-warm);
    font-size: 0.78rem;
    margin-right: 0.48rem;
    line-height: 1;
}

.cta.alt {
    background: transparent;
    border: 1px solid #cbd5e1;
    color: #0f172a;
}

.cta.alt:hover {
    border-color: #94a3b8;
    color: #0f172a;
    background: #f8fafc;
}

.hero {
    padding: 2.3rem 0 1.6rem;
    background: linear-gradient(160deg, #f9fbfb 0%, #edf7f6 100%);
}

.hero-grid {
    display: grid;
    gap: 1.2rem;
}

.eyebrow {
    margin: 0 0 0.55rem;
    color: var(--text-muted);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

h1 {
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    line-height: 1.1;
    margin-bottom: 0.9rem;
}

.lead {
    color: var(--on-surface);
    font-size: 1.05rem;
    max-width: 56ch;
}

.benefits {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: grid;
    gap: 0.6rem;
}

.benefits li,
.icon-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
}

.list-icon {
    margin-top: 0.15rem;
    flex: 0 0 1.1rem;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 999px;
    background: #d1fae5;
    color: #065f46;
    font-size: 0.85rem;
    line-height: 1.1rem;
    text-align: center;
    font-weight: 700;
}

.hero-image,
.section-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 16px;
}

.rating-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.8rem;
    font-weight: 700;
    color: #334155;
}

.stars {
    color: #fbbf24;
    letter-spacing: 0.12em;
    font-size: 1.15rem;
    line-height: 1;
}

.rating-proof {
    width: 200px;
    height: 70px;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 0.9rem;
    background: #ffffff;
}

.contact-bridge {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 0.9rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1rem;
}

.benefit-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0.8rem 0;
}

.mini-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.62rem;
    border-radius: 999px;
    background: #df8d4d;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.section {
    padding: 2.5rem 0;
    content-visibility: auto;
    contain-intrinsic-size: 800px;
}

.section-cta {
    margin-top: 1rem;
    padding: 0.85rem;
    border: 1px solid #dbe4ea;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1rem;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
}

.section-cta p {
    margin: 0;
    font-weight: 700;
}

.section.alt {
    background: var(--surface-alt);
}

.section h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 1rem;
}

.cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.8rem;
}

.card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 0.9rem;
    color: var(--text);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.card::before,
.process-item::before,
#advantages .benefits li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--accent-warm);
}

.badge-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
}

.badge {
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    padding: 0.45rem 0.8rem;
    text-align: center;
    background: #fff;
    font-size: 0.95rem;
}

.zip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.zip {
    background: #e2e8f0;
    color: #0f172a;
    border-radius: 8px;
    padding: 0.35rem 0.55rem;
    font-size: 0.88rem;
}

.process {
    display: grid;
    gap: 0.7rem;
    counter-reset: step;
}

.process-item {
    border: 1px solid #dbe4ea;
    background: #fff;
    border-radius: 12px;
    padding: 0.8rem;
    display: flex;
    gap: 0.7rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.step-num {
    flex: 0 0 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 999px;
    background: #cffafe;
    color: #0e7490;
    text-align: center;
    line-height: 1.6rem;
    font-weight: 700;
}

.split {
    display: grid;
    gap: 1rem;
}

#advantages .benefits {
    gap: 0.7rem;
}

#advantages .benefits li {
    position: relative;
    background: #ffffff;
    border: 1px solid #dbe4ea;
    border-radius: 12px;
    padding: 0.78rem 0.8rem;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
}

.contact-box {
    background: #fff;
    border: 1px solid #dbe4ea;
    border-radius: 14px;
    padding: 1rem;
}

.site-footer {
    background: var(--surface-dark);
    color: var(--on-dark);
    padding: 1.6rem 0 5.5rem;
}

.footer-row {
    display: grid;
    gap: 0.8rem;
}

.bottom-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    background: #ffffff;
    border-top: 1px solid #dbe4ea;
    padding: 0.6rem 1rem calc(0.6rem + env(safe-area-inset-bottom));
}

.bottom-cta-row {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 1fr 1fr;
}

@keyframes fade-rise {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rating-row,
.rating-proof,
.hero-image {
    opacity: 0;
    animation: fade-rise 650ms ease-out forwards;
}

.rating-row {
    animation-delay: 80ms;
}

.rating-proof {
    animation-delay: 150ms;
}

.hero-image {
    animation-delay: 240ms;
}

@keyframes mobile-cta-pop {
    0% {
        opacity: 0;
        transform: translateY(calc(100% + 12px));
    }
    72% {
        opacity: 1;
        transform: translateY(-6px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .header-row {
        padding-top: 0.45rem;
        padding-bottom: 0.55rem;
    }

    .rating-proof {
        width: 160px;
        height: 56px;
    }

    .bottom-cta {
        opacity: 0;
        transform: translateY(calc(100% + 12px));
        animation: mobile-cta-pop 760ms cubic-bezier(0.2, 0.9, 0.24, 1.15) 220ms forwards;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rating-row,
    .rating-proof,
    .hero-image,
    .bottom-cta {
        animation: none !important;
        opacity: 1;
        transform: none;
    }
}

@media (min-width: 768px) {
    .menu-button,
    .bottom-cta {
        display: none;
    }

    .header-row {
        flex-wrap: nowrap;
    }

    .menu {
        display: block;
        width: auto;
        padding-bottom: 0;
    }

    .header-phone {
        margin-left: 0;
        order: 3;
    }

    .header-row {
        gap: 1.5rem;
    }

    .menu-list {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .menu {
        order: 2;
    }

    .hero {
        padding: 3rem 0 2rem;
    }

    .hero-grid,
    .split {
        grid-template-columns: 1.1fr 0.9fr;
        align-items: start;
    }

    .cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .badge-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .footer-row {
        grid-template-columns: 1fr auto;
        align-items: center;
    }

    .site-footer {
        padding-bottom: 1.6rem;
    }
}
