:root {
    --bg: #fffaf5;
    --surface: #ffffff;
    --surface-2: #fff1e6;
    --text: #1c1c1c;
    --muted: #666666;
    --line: #ead8c7;
    --primary: #ff7a18;
    --primary-dark: #d95b00;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: linear-gradient(180deg, #fffaf5 0%, #fff 100%);
}

a { color: var(--primary-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 250, 245, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(234, 216, 199, 0.7);
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 74px;
    gap: 20px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    color: var(--text);
}

.brand:hover { text-decoration: none; }
.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary), #ffb347);
    color: white;
    font-weight: 800;
}

.nav-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.nav-links a {
    color: var(--text);
    font-size: 15px;
}

.hero {
    padding: 26px 0 36px;
}

.hero-stage {
    position: relative;
}

.hero-slider {
    position: relative;
    min-height: 360px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
    background: #dcd7d1;
}

.hero-slide,
.hero-overlay {
    position: absolute;
    inset: 0;
}

.hero-slide {
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: opacity .8s ease;
    transform: scale(1.02);
}

.hero-slide.is-active {
    opacity: 1;
}

.hero-overlay {
    background: linear-gradient(90deg, rgba(18, 18, 18, 0.68) 0%, rgba(18, 18, 18, 0.48) 36%, rgba(18, 18, 18, 0.16) 100%);
}

.hero-content,
.split-grid,
.footer-grid {
    display: grid;
    gap: 28px;
    align-items: center;
}

.hero-content {
    position: relative;
    z-index: 2;
    min-height: 360px;
    grid-template-columns: 1.15fr 0.85fr;
    padding: 42px;
}

.hero-copy {
    color: #fff;
    max-width: 640px;
}

.hero h1 {
    font-size: clamp(2.2rem, 5vw, 4.2rem);
    line-height: 1.02;
    margin: 10px 0 18px;
    letter-spacing: -0.03em;
}

.eyebrow,
.section-kicker,
.card-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--surface-2);
    border: 1px solid var(--line);
    color: var(--primary-dark);
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}

.lead {
    font-size: 1.08rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
}

.hero-card,
.info-card,
.quote-box,
.final-cta,
.area-page-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.hero-card {
    padding: 28px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(6px);
}

.hero-card h2 {
    margin: 16px 0 16px;
    font-size: 1.4rem;
}

.hero-card ul {
    margin: 0;
    padding-left: 18px;
    color: var(--muted);
    line-height: 1.8;
}

.hero-micro,
.hero-micro a {
    color: rgba(255, 255, 255, 0.92);
}

.cta-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 24px 0 14px;
}

.cta-row.center { justify-content: center; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 14px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: transform .15s ease, box-shadow .15s ease;
}

.btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary), #ffb347);
    color: #fff;
    box-shadow: 0 10px 24px rgba(255, 122, 24, 0.25);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.94);
    color: var(--text);
    border-color: rgba(255,255,255,0.75);
}

.micro-copy {
    color: var(--muted);
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
}

.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.15);
}

.slider-dot.is-active {
    background: var(--primary);
}

.section {
    padding: 38px 0;
}

.section-head {
    margin-bottom: 24px;
}

.section-head h2 {
    margin: 12px 0 10px;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.section-head p {
    color: var(--muted);
    max-width: 760px;
    line-height: 1.7;
}

.card-grid {
    display: grid;
    gap: 22px;
}

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

.info-card {
    padding: 26px;
}

.step-number {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--surface-2);
    color: var(--primary-dark);
    font-weight: 800;
    margin-bottom: 14px;
}

.info-card h3 {
    margin: 0 0 10px;
    font-size: 1.2rem;
}

.info-card p,
.quote-box,
.final-cta p,
.area-page-card p {
    color: var(--muted);
    line-height: 1.7;
}

.accent-section,
.muted-section {
    background: linear-gradient(180deg, rgba(255, 241, 230, 0.55), rgba(255, 255, 255, 0));
}

.split-grid {
    grid-template-columns: 1fr 0.9fr;
}

.quote-box,
.final-cta,
.area-page-card {
    padding: 26px;
}

.contact-link {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    color: var(--text);
}

.contact-link span { color: var(--muted); }
.contact-link:last-child { border-bottom: 0; }
.contact-link:hover { text-decoration: none; }

.pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pill {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
    font-weight: 600;
}

.pill-link:hover {
    text-decoration: none;
    transform: translateY(-1px);
}

.final-cta {
    text-align: center;
}

.site-footer {
    border-top: 1px solid var(--line);
    padding: 28px 0 90px;
    margin-top: 30px;
}

.footer-grid {
    grid-template-columns: 1fr auto;
}

.footer-brand,
.footer-title {
    font-weight: 800;
    margin-bottom: 8px;
}

.floating-wa {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 60;
    min-height: 52px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #25D366;
    color: #fff;
    font-weight: 800;
    box-shadow: 0 16px 30px rgba(37, 211, 102, 0.26);
}

.floating-wa:hover {
    color: #fff;
    text-decoration: none;
}

.area-hero {
    padding: 28px 0 24px;
}

.area-showcase {
    min-height: 240px;
    border-radius: 22px;
    background-size: cover;
    background-position: center;
    box-shadow: var(--shadow);
    margin-bottom: 18px;
}

.breadcrumbs {
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 12px;
}

@media (max-width: 900px) {
    .hero-content,
    .split-grid,
    .three-up,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero-slider,
    .hero-content {
        min-height: 0;
    }

    .nav-wrap {
        flex-direction: column;
        justify-content: center;
        padding: 14px 0;
    }

    .nav-links {
        justify-content: center;
    }

    .hero-content {
        padding: 24px;
    }

    .hero-card {
        max-width: 580px;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 20px, 1120px);
    }

    .hero {
        padding-top: 18px;
    }

    .hero-slider {
        min-height: 320px;
        border-radius: 22px;
    }

    .hero-content {
        padding: 18px;
    }

    .lead {
        font-size: 1rem;
    }

    .btn {
        width: 100%;
    }

    .cta-row {
        flex-direction: column;
    }

    .floating-wa {
        left: 12px;
        right: 12px;
        justify-content: center;
        bottom: 12px;
    }
}

@media (max-width: 640px) {
    .area-showcase { min-height: 180px; }
}

/* Mobile lead-focused refinements */
html {
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
    padding-bottom: env(safe-area-inset-bottom);
}

img, svg, video {
    max-width: 100%;
    height: auto;
}

.btn,
.contact-link,
.pill-link,
.nav-links a,
.floating-wa {
    -webkit-tap-highlight-color: rgba(255, 122, 24, 0.18);
}

@media (max-width: 760px) {
    .site-header {
        position: sticky;
    }

    .nav-wrap {
        min-height: auto;
        gap: 10px;
        padding: 12px 0;
    }

    .brand {
        width: 100%;
        justify-content: center;
    }

    .brand-text {
        font-size: 1rem;
    }

    .nav-links {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
    }

    .nav-links a {
        min-height: 38px;
        padding: 8px 6px;
        border: 1px solid var(--line);
        border-radius: 999px;
        background: #fff;
        text-align: center;
        font-size: 13px;
        font-weight: 700;
    }

    .hero-slider {
        border-radius: 20px;
    }

    .hero-overlay {
        background: linear-gradient(180deg, rgba(18, 18, 18, 0.74), rgba(18, 18, 18, 0.48));
    }

    .hero h1 {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .hero-card,
    .info-card,
    .quote-box,
    .final-cta,
    .area-page-card {
        padding: 20px;
        border-radius: 18px;
    }

    .section {
        padding: 30px 0;
    }

    .pill-grid {
        gap: 10px;
    }

    .pill,
    .pill-link {
        width: 100%;
        justify-content: center;
        text-align: center;
        border-radius: 16px;
    }

    .contact-link {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
        min-height: 58px;
    }

    .site-footer {
        padding-bottom: 96px;
    }
}

@media (max-width: 420px) {
    .container {
        width: min(100% - 16px, 1120px);
    }

    .nav-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-content {
        padding: 16px;
    }

    .eyebrow,
    .section-kicker,
    .card-badge {
        font-size: 12px;
        padding: 7px 10px;
    }

    .floating-wa {
        min-height: 56px;
        font-size: 1rem;
    }
}
