/* On Call Carpet Cleaning — corporate green + blue */
:root {
    /* Brand */
    --navy: #0e3a5f;
    --navy-deep: #082642;
    --navy-mid: #1a5e93;
    --navy-tint: #e8f0f7;
    --green: #0f5139;
    --green-mid: #1a7e54;
    --green-tint: #e7f1ec;
    --lime: #8dc63f;
    --lime-bright: #c8f542;

    /* Surfaces */
    --bg: #f4f7fb;
    --surface: #ffffff;
    --surface-alt: #fbfcfe;
    --ink: #0c1e2e;
    --ink-soft: #1a2a3c;
    --muted: #4f6377;
    --muted-soft: #7d8c9c;
    --line: #dde4ec;
    --line-strong: #c5d0dc;

    /* Effects */
    --shadow-xs: 0 1px 2px rgba(8, 38, 66, 0.06);
    --shadow-sm: 0 2px 8px rgba(8, 38, 66, 0.06);
    --shadow-md: 0 12px 32px rgba(8, 38, 66, 0.1);
    --shadow-lg: 0 24px 60px rgba(8, 38, 66, 0.16);
    --radius: 12px;
    --radius-lg: 18px;
    --radius-xl: 24px;

    /* Typography */
    --font-body: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, sans-serif;
    --font-display: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, sans-serif;

    /* Layout */
    --max: 1240px;
    --header-h: 84px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.65;
    color: var(--ink);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

a {
    color: var(--navy-mid);
    text-decoration: none;
}

a:hover {
    color: var(--navy);
}

.container {
    width: min(100% - 2.5rem, var(--max));
    margin-inline: auto;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link:focus {
    position: fixed;
    left: 1rem;
    top: 1rem;
    width: auto;
    height: auto;
    padding: 0.75rem 1rem;
    background: var(--lime-bright);
    color: var(--navy-deep);
    z-index: 9999;
    border-radius: 8px;
    font-weight: 700;
}

/* Typography */
h1,
h2,
h3,
h4 {
    font-family: var(--font-display);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.18;
    color: var(--ink);
    margin: 0 0 0.75rem;
}

h1 {
    font-size: clamp(2.15rem, 3.6vw + 1rem, 3.25rem);
    margin-bottom: 1rem;
}

h2 {
    font-size: clamp(1.7rem, 1.8vw + 1rem, 2.25rem);
}

h3 {
    font-size: 1.2rem;
    font-weight: 750;
}

h4 {
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.lede {
    font-size: 1.1rem;
    color: var(--muted);
    max-width: 56ch;
    line-height: 1.65;
}

.kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--green-mid);
    margin-bottom: 0.85rem;
}

.kicker .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 0 5px rgba(141, 198, 63, 0.18);
}

.small {
    font-size: 0.875rem;
    color: var(--muted);
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.4rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.95rem;
    border: 2px solid transparent;
    cursor: pointer;
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease,
        background 0.15s ease,
        color 0.15s ease,
        border-color 0.15s ease;
    white-space: nowrap;
}

.btn:focus-visible {
    outline: 3px solid var(--lime-bright);
    outline-offset: 2px;
}

.btn-lg {
    padding: 1rem 1.85rem;
    font-size: 1rem;
    font-weight: 800;
}

.btn-primary {
    background: linear-gradient(135deg, var(--lime) 0%, var(--lime-bright) 100%);
    color: var(--navy-deep);
    box-shadow: 0 6px 20px rgba(141, 198, 63, 0.32);
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(141, 198, 63, 0.42);
    color: var(--navy-deep);
}

/* CTA strip: stronger primary + ghost (matches theme / Elementor compat) */
.cta-strip .btn.btn-primary {
    font-weight: 800;
    letter-spacing: 0.01em;
    padding: 0.85rem 1.5rem;
    box-shadow: 0 6px 22px rgba(141, 198, 63, 0.38);
}

.cta-strip .btn.btn-primary:hover {
    transform: translate3d(0, -2px, 0);
    filter: brightness(1.05);
    box-shadow: 0 10px 32px rgba(141, 198, 63, 0.48);
}

.cta-strip .cta-actions .btn.btn-primary::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f274";
    font-size: 0.92em;
    line-height: 1;
    display: inline-block;
    margin-inline-end: 0.35rem;
    -webkit-font-smoothing: antialiased;
}

.cta-strip .btn.btn-ghost[href^="tel:"]::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f095";
    font-size: 0.92em;
    line-height: 1;
    display: inline-block;
    margin-inline-end: 0.35rem;
    -webkit-font-smoothing: antialiased;
}

.cta-strip .btn.btn-ghost {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.42);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    font-weight: 800;
    letter-spacing: 0.01em;
    padding: 0.85rem 1.5rem;
}

.cta-strip .btn.btn-ghost:hover {
    transform: translate3d(0, -2px, 0);
    background: rgba(255, 255, 255, 0.14);
    border-color: var(--lime-bright);
    color: var(--lime-bright);
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.btn-secondary {
    background: var(--navy);
    color: #fff;
    box-shadow: var(--shadow-sm);
}

.btn-secondary:hover {
    background: var(--navy-deep);
    color: #fff;
}

.btn-ghost {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.btn-outline {
    background: var(--surface);
    border-color: var(--line-strong);
    color: var(--navy);
}

.btn-outline:hover {
    border-color: var(--navy);
    color: var(--navy);
}

.btn-header {
    padding: 0.6rem 1.05rem;
    font-size: 0.88rem;
}

/* Top bar (corporate ribbon) */
.top-bar {
    background: linear-gradient(90deg, var(--navy-deep), var(--navy));
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.83rem;
}

.top-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-block: 0.55rem;
}

.top-bar a {
    color: inherit;
    font-weight: 600;
}

.top-bar a:hover {
    color: var(--lime-bright);
}

.top-bar .top-meta {
    display: flex;
    gap: 1.4rem;
    align-items: center;
}

.top-bar .top-meta span::before {
    content: "•";
    margin-right: 0.6rem;
    color: var(--lime);
}

.top-bar .top-meta span:first-child::before {
    display: none;
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
    transition: box-shadow 0.2s ease;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: var(--header-h);
}

.brand {
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.brand:hover {
    color: inherit;
}

.brand-logo {
    height: 64px;
    width: auto;
    display: block;
    -webkit-user-drag: none;
    user-select: none;
}

/* Footer logo (transparent PNG floats directly on the navy footer) */
.footer-logo {
    height: 56px;
    width: auto;
    display: block;
    -webkit-user-drag: none;
    user-select: none;
}

.nav-desktop {
    display: flex;
    align-items: center;
    gap: 1.35rem;
}

.nav-link {
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--ink-soft);
    padding: 0.55rem 0;
    position: relative;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    transition: color 0.18s ease;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.nav-link .nav-icon {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    color: var(--muted);
    transition:
        color 0.18s ease,
        transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.nav-link:hover .nav-icon,
.nav-link:focus-visible .nav-icon,
.nav-link[aria-current="page"] .nav-icon,
.nav-group.is-active > .nav-link .nav-icon {
    color: var(--green-mid);
    transform: translateY(-1px);
}

.nav-link:hover,
.nav-link:focus-visible {
    color: var(--navy);
    outline: none;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--lime), var(--green-mid));
    transform: translateX(-50%);
    transition: width 0.28s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.nav-link:hover::after,
.nav-link:focus-visible::after,
.nav-link[aria-current="page"]::after {
    width: 100%;
}

.nav-link[aria-current="page"] {
    color: var(--navy);
}

/* Dropdown group */
.nav-group {
    position: relative;
}

.nav-group.is-active > .nav-link {
    color: var(--navy);
}

.nav-group.is-active > .nav-link::after {
    width: 100%;
}

.nav-caret {
    width: 11px;
    height: 7px;
    flex-shrink: 0;
    transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.nav-group:hover .nav-caret,
.nav-group:focus-within .nav-caret {
    transform: rotate(180deg);
}

.nav-dropdown {
    position: absolute;
    top: calc(100% + 0.4rem);
    left: -0.6rem;
    min-width: 360px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 0.45rem;
    box-shadow: var(--shadow-md);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.98);
    transform-origin: top left;
    transition:
        opacity 0.22s cubic-bezier(0.2, 0.7, 0.2, 1),
        transform 0.22s cubic-bezier(0.2, 0.7, 0.2, 1),
        visibility 0s linear 0.22s;
    pointer-events: none;
    z-index: 60;
}

/* invisible bridge so the cursor can travel from link → panel without closing */
.nav-dropdown::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px;
}

.nav-group:hover .nav-dropdown,
.nav-group:focus-within .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    transition-delay: 0s;
    pointer-events: auto;
}

.nav-dropdown a {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 0.85rem;
    row-gap: 0.1rem;
    padding: 0.7rem 0.85rem 0.7rem 0.85rem;
    border-radius: 12px;
    color: var(--ink);
    text-decoration: none;
    transition:
        background-color 0.18s ease,
        transform 0.22s cubic-bezier(0.2, 0.7, 0.2, 1);
    position: relative;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus-visible {
    background: var(--green-tint);
    transform: translateX(2px);
    outline: none;
}

.menu-icon {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--navy-tint), var(--green-tint));
    color: var(--navy);
    transition:
        background 0.22s ease,
        color 0.22s ease,
        transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1);
    flex-shrink: 0;
}

.menu-icon svg {
    width: 18px;
    height: 18px;
}

.nav-dropdown a:hover .menu-icon,
.nav-dropdown a:focus-visible .menu-icon,
.nav-dropdown a[aria-current="page"] .menu-icon {
    background: linear-gradient(135deg, var(--navy) 0%, var(--green-mid) 100%);
    color: #fff;
    transform: scale(1.04);
}

.nav-dropdown a strong {
    grid-column: 2;
    grid-row: 1;
    display: block;
    font-size: 0.93rem;
    font-weight: 700;
    color: var(--ink);
    transition: color 0.15s ease;
}

.nav-dropdown a:hover strong,
.nav-dropdown a:focus-visible strong,
.nav-dropdown a[aria-current="page"] strong {
    color: var(--navy);
}

.nav-dropdown a small {
    grid-column: 2;
    grid-row: 2;
    display: block;
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--muted);
    line-height: 1.45;
}

.nav-dropdown a[aria-current="page"] {
    background: var(--navy-tint);
}

.header-cta {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.header-phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.1;
    color: var(--ink-soft);
    text-decoration: none;
}

.header-phone:hover {
    color: var(--navy);
}

.header-phone .label {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted-soft);
    margin-bottom: 0.15rem;
}

.header-phone .number {
    font-size: 1.05rem;
    font-weight: 800;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 0.55rem 0.6rem;
    cursor: pointer;
}

.hamburger span {
    width: 22px;
    height: 2.5px;
    background: var(--navy);
    border-radius: 2px;
    transition: 0.25s ease;
}

/* Hero (home) — vibrant slider
   Photo layer is overridable from markup (no edits to this file required):
   • On `.hero` or `.hero-slider` (inherited by slides):
       style="--hero-slide-1-photo: url('https://…/one.jpg'); --hero-slide-2-photo: url('https://…/two.jpg'); --hero-slide-3-photo: url('https://…/three.jpg');"
   • On a single `.hero-slide`:
       style="--hero-slide-photo: url('https://…/override.jpg');"
   • Plain URLs (no url()): set data-bg-slide1 / data-bg-slide2 / data-bg-slide3 on `.hero`,
     or data-hero-bg on each `.hero-slide` — static-html.js sets the variables. */
.hero {
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
    color: #f3f8fb;
    isolation: isolate;
    min-height: clamp(560px, 78vh, 780px);
    display: flex;
    align-items: center;
    background: var(--navy-deep);
}

/* Animated background slider */
.hero-slider {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    background-size: cover;
    background-position: center;
    animation: heroSlide 21s infinite cubic-bezier(0.7, 0, 0.3, 1);
    will-change: opacity, transform;
}

.hero-slide-1 {
    animation-delay: 0s;
    background-color: #042a1d;
    background-image:
        radial-gradient(ellipse 50% 60% at 80% 20%, rgba(200, 245, 66, 0.22), transparent 60%),
        linear-gradient(135deg, rgba(4, 42, 29, 0.82) 0%, rgba(8, 38, 66, 0.62) 50%, rgba(4, 42, 29, 0.88) 100%),
        var(
            --hero-slide-photo,
            var(
                --hero-slide-1-photo,
                url("https://images.unsplash.com/photo-1583847268964-b28dc8f51f92?w=1920&q=85&auto=format&fit=crop")
            )
        );
}

.hero-slide-2 {
    animation-delay: 7s;
    background-color: #0e3a5f;
    background-image:
        radial-gradient(ellipse 55% 60% at 25% 30%, rgba(141, 198, 63, 0.25), transparent 60%),
        linear-gradient(135deg, rgba(8, 38, 66, 0.85) 0%, rgba(15, 81, 57, 0.55) 50%, rgba(8, 38, 66, 0.85) 100%),
        var(
            --hero-slide-photo,
            var(
                --hero-slide-2-photo,
                url("https://images.unsplash.com/photo-1722248242698-fbe7e3fa0391?w=1920&q=85&auto=format&fit=crop")
            )
        );
}

.hero-slide-3 {
    animation-delay: 14s;
    background-color: #082642;
    background-image:
        radial-gradient(ellipse 50% 60% at 75% 75%, rgba(200, 245, 66, 0.22), transparent 60%),
        linear-gradient(135deg, rgba(4, 42, 29, 0.78) 0%, rgba(14, 58, 95, 0.58) 50%, rgba(4, 42, 29, 0.88) 100%),
        var(
            --hero-slide-photo,
            var(
                --hero-slide-3-photo,
                url("https://images.unsplash.com/photo-1742483359033-13315b247c74?w=1920&q=85&auto=format&fit=crop")
            )
        );
}

@keyframes heroSlide {
    0%, 100% {
        opacity: 0;
        transform: scale(1.08);
    }
    5%, 30% {
        opacity: 1;
        transform: scale(1);
    }
    35% {
        opacity: 0;
        transform: scale(0.97);
    }
}

/* Subtle grid overlay over the slider */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath d='M0 40 H80 M40 0 V80' stroke='%23ffffff' stroke-opacity='0.05' stroke-width='1'/%3E%3C/svg%3E");
    pointer-events: none;
}

/* Floating coloured glow orbs */
.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    pointer-events: none;
    z-index: -1;
}

.hero-orb-1 {
    top: -12%;
    right: -8%;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(200, 245, 66, 0.32), transparent 70%);
    animation: orbFloat 11s ease-in-out infinite;
}

.hero-orb-2 {
    bottom: -18%;
    left: -10%;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(26, 126, 84, 0.42), transparent 70%);
    animation: orbFloat 14s ease-in-out infinite reverse;
}

@keyframes orbFloat {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(40px, -30px) scale(1.08);
    }
}

.hero .container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3.5rem;
    align-items: center;
    padding-block: clamp(3.5rem, 6.5vw, 5.5rem);
    /* Hero stretches wider than the standard 1240 grid so content reaches
       closer to the edges of the slider. */
    width: min(100% - 3rem, 1480px);
    max-width: none;
}

/* Tagline pill */
.hero-tagline {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 1.1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.98);
    margin-bottom: 1.5rem;
}

.hero-tagline .badge-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--lime-bright);
    box-shadow: 0 0 0 5px rgba(200, 245, 66, 0.3);
    animation: dotPulse 2.4s ease-in-out infinite;
}

@keyframes dotPulse {
    0%, 100% {
        box-shadow: 0 0 0 5px rgba(200, 245, 66, 0.3);
    }
    50% {
        box-shadow: 0 0 0 11px rgba(200, 245, 66, 0);
    }
}

.hero h1 {
    color: #fff;
    margin-bottom: 1.25rem;
    font-size: clamp(2.4rem, 4.5vw + 1rem, 4rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.hero h1 .h1-accent {
    background: linear-gradient(135deg, var(--lime-bright) 0%, var(--lime) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
    position: relative;
}

.hero h1 .h1-accent::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 4px;
    background: linear-gradient(90deg, var(--lime), var(--lime-bright));
    border-radius: 2px;
    opacity: 0.55;
}

.hero .lede {
    color: rgba(255, 255, 255, 0.94);
    max-width: 52ch;
    font-size: 1.1rem;
    line-height: 1.6;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.28);
}

/* CTAs */
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
    align-items: center;
    overflow: visible;
    padding-block: 10px;
}

/* Lime pill hero CTA — scoped so WP theme `.btn-primary` does not override */
.hero .hero-actions .btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 1.85rem;
    background: linear-gradient(135deg, var(--lime) 0%, var(--lime-bright) 100%);
    color: var(--navy-deep);
    font-weight: 800;
    font-size: 1rem;
    border-radius: 999px;
    text-decoration: none;
    border: 2px solid transparent;
    box-shadow:
        0 14px 40px rgba(141, 198, 63, 0.45),
        0 4px 12px rgba(0, 0, 0, 0.18);
    transition:
        transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1),
        box-shadow 0.3s ease,
        color 0.15s ease;
    overflow: visible;
}

.hero .hero-actions .btn-cta:hover {
    transform: translateY(-2px);
    color: var(--navy-deep);
    box-shadow:
        0 20px 50px rgba(141, 198, 63, 0.6),
        0 6px 16px rgba(0, 0, 0, 0.22);
}

.hero .hero-actions .btn-cta svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.hero .hero-actions .btn-cta:hover svg {
    transform: translateX(4px);
}

/* Static `/html/` pages (no theme): same lime CTA */
.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 1.85rem;
    background: linear-gradient(135deg, var(--lime) 0%, var(--lime-bright) 100%);
    color: var(--navy-deep);
    font-weight: 800;
    font-size: 1rem;
    border-radius: 999px;
    text-decoration: none;
    border: 2px solid transparent;
    box-shadow:
        0 14px 40px rgba(141, 198, 63, 0.45),
        0 4px 12px rgba(0, 0, 0, 0.18);
    transition:
        transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1),
        box-shadow 0.3s ease;
    overflow: visible;
}

.btn-cta:hover {
    transform: translateY(-2px);
    color: var(--navy-deep);
    box-shadow:
        0 20px 50px rgba(141, 198, 63, 0.6),
        0 6px 16px rgba(0, 0, 0, 0.22);
}

.btn-cta svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.btn-cta:hover svg {
    transform: translateX(4px);
}

.btn-call {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.6rem 1.3rem 0.6rem 0.6rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

.btn-call:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
    color: #fff;
}

.btn-call .btn-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lime), var(--lime-bright));
    color: var(--navy-deep);
    display: grid;
    place-items: center;
    flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(141, 198, 63, 0.35);
}

.btn-call .btn-icon svg {
    width: 16px;
    height: 16px;
}

.btn-call .btn-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.btn-call small {
    font-size: 0.7rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.btn-call strong {
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff;
}

/* Trust pills */
.hero-trust {
    display: flex;
    gap: 2.25rem;
    margin-top: 2.5rem;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    flex-wrap: wrap;
}

.trust-pill {
    display: flex;
    flex-direction: column;
}

.trust-pill strong {
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--lime-bright);
    line-height: 1;
    letter-spacing: -0.02em;
}

.trust-pill span {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.4rem;
    font-weight: 500;
}

/* Right-side panel */
.hero-panel {
    position: relative;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-xl);
    padding: 2rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3);
}

.hero-panel h2 {
    font-size: 1.15rem;
    color: #fff;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.hero-panel h2::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--lime-bright);
    box-shadow: 0 0 0 4px rgba(200, 245, 66, 0.25);
    flex-shrink: 0;
}

/* Floating "guarantee" badge on the panel */
.hero-badge {
    position: absolute;
    top: -28px;
    right: -22px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lime) 0%, var(--lime-bright) 100%);
    color: var(--navy-deep);
    display: grid;
    place-items: center;
    text-align: center;
    box-shadow:
        0 22px 44px rgba(141, 198, 63, 0.42),
        0 0 0 6px rgba(255, 255, 255, 0.1);
    transform: rotate(-8deg);
    animation: badgeFloat 4.5s ease-in-out infinite;
    padding: 0.5rem;
}

@keyframes badgeFloat {
    0%, 100% {
        transform: rotate(-8deg) translateY(0);
    }
    50% {
        transform: rotate(-4deg) translateY(-7px);
    }
}

.hero-badge strong {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    display: block;
}

.hero-badge span {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 0.25rem;
    line-height: 1.15;
    display: block;
}

/* Slide indicators — NOT `.hero-dots` (WP theme uses that for a full-screen dot grid) */
.hero-slide-dots {
    position: absolute;
    inset: auto auto 28px 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 0;
    padding: 0;
    pointer-events: none;
}

.hero-slide-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    padding: 0;
    animation: dotActive 21s infinite cubic-bezier(0.7, 0, 0.3, 1);
}

.hero-slide-dot:nth-child(1) { animation-delay: 0s; }
.hero-slide-dot:nth-child(2) { animation-delay: 7s; }
.hero-slide-dot:nth-child(3) { animation-delay: 14s; }

@keyframes dotActive {
    0%, 100% {
        background: rgba(255, 255, 255, 0.3);
        width: 9px;
    }
    5%, 30% {
        background: var(--lime-bright);
        width: 32px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-slide,
    .hero-orb,
    .hero-badge,
    .hero-slide-dot,
    .hero-tagline .badge-dot {
        animation: none;
    }
    .hero-slide-1 {
        opacity: 1;
    }
    .hero-slide-dot:nth-child(1) {
        background: var(--lime-bright);
        width: 32px;
    }
}

@media (max-width: 980px) {
    .hero {
        min-height: auto;
    }
    .hero .container {
        width: 100%;
        max-width: 100%;
        padding-inline: clamp(1rem, 4vw, 1.5rem);
        gap: 2rem;
    }
    .hero-panel {
        overflow: hidden;
    }
    .hero-badge {
        right: 0.5rem;
        top: -18px;
        width: 96px;
        height: 96px;
    }
    .hero-trust {
        gap: 1.5rem;
    }
    .hero-badge {
        width: 96px;
        height: 96px;
        top: -22px;
        right: -10px;
    }
    .hero-badge strong {
        font-size: 1.25rem;
    }
    .hero-badge span {
        font-size: 0.58rem;
    }
    .hero-slide-dots {
        bottom: 16px;
    }
}

@media (max-width: 560px) {
    .hero .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .hero .hero-actions .btn-cta,
    .btn-call {
        width: 100%;
        justify-content: center;
    }
    .hero-trust {
        gap: 1.25rem;
    }
    .trust-pill strong {
        font-size: 1.35rem;
    }
    .hero-orb-1,
    .hero-orb-2 {
        opacity: 0.65;
    }
}

.checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.checklist li {
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
    font-size: 0.96rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.55;
}

.checklist li::before {
    content: "";
    flex-shrink: 0;
    width: 1.3rem;
    height: 1.3rem;
    margin-top: 0.15rem;
    border-radius: 7px;
    background-color: rgba(141, 198, 63, 0.22);
    box-shadow: inset 0 0 0 1px rgba(141, 198, 63, 0.4);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c8f542' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
}

/* Trust strip */
.trust-strip {
    background: var(--surface);
    border-bottom: 1px solid var(--line);
    padding-block: 1.2rem;
}

.trust-strip .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem 2.4rem;
    align-items: center;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--muted);
}

.trust-item svg {
    width: 20px;
    height: 20px;
    color: var(--green-mid);
    flex-shrink: 0;
}

/* Sections */
.section {
    padding-block: clamp(3.5rem, 5vw, 5rem);
}

.section-head {
    max-width: 720px;
    margin-bottom: 2.5rem;
}

.section-head.center {
    margin-inline: auto;
    text-align: center;
}

.section-head.center .lede {
    margin-inline: auto;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
}

.card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 1.75rem 1.6rem;
    box-shadow: var(--shadow-xs);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
    position: relative;
    overflow: hidden;
}

.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--navy), var(--green-mid), var(--lime));
    opacity: 0;
    transition: opacity 0.2s ease;
}

.card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: var(--line-strong);
}

.card:hover::before {
    opacity: 1;
}

.card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--navy-tint), var(--green-tint));
    margin-bottom: 1rem;
    color: var(--navy);
}

.card-icon svg {
    width: 24px;
    height: 24px;
    color: var(--navy);
}

.card h3 {
    font-size: 1.15rem;
    color: var(--ink);
}

.card p {
    margin: 0 0 1.1rem;
    color: var(--muted);
    font-size: 0.96rem;
    line-height: 1.6;
}

.card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--navy);
}

.card-link::after {
    content: "→";
    transition: transform 0.2s ease;
}

.card-link:hover::after {
    transform: translateX(3px);
}

/* Two-column band */
.band {
    background: var(--surface);
    border-block: 1px solid var(--line);
}

.split {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 3rem;
    align-items: start;
}

.steps {
    counter-reset: step;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.steps li {
    position: relative;
    padding: 1.15rem 1.2rem 1.15rem 3.6rem;
    background: var(--surface-alt);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.steps li::before {
    counter-increment: step;
    content: counter(step, decimal-leading-zero);
    position: absolute;
    left: 1rem;
    top: 50%;
    translate: 0 -50%;
    width: 2rem;
    height: 2rem;
    border-radius: 8px;
    background: var(--navy);
    color: var(--lime-bright);
    font-size: 0.78rem;
    font-weight: 800;
    display: grid;
    place-items: center;
    letter-spacing: 0.05em;
}

.steps li strong {
    color: var(--ink);
}

/* Stats */
.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 2.5rem;
}

.stat-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 1.75rem 1.5rem;
    text-align: left;
}

.stat-card .num {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1;
    color: var(--navy);
    letter-spacing: -0.03em;
}

.stat-card .num em {
    font-style: normal;
    color: var(--green-mid);
}

.stat-card .label {
    margin-top: 0.5rem;
    font-size: 0.92rem;
    color: var(--muted);
}

/* Testimonials */
.quote-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 1.25rem;
}

.quote {
    background: var(--surface);
    border-radius: var(--radius-lg);
    padding: 1.6rem;
    border: 1px solid var(--line);
    position: relative;
}

.quote::before {
    content: "“";
    position: absolute;
    top: 0.4rem;
    right: 1rem;
    font-size: 4.5rem;
    line-height: 1;
    color: var(--green-tint);
    font-family: Georgia, serif;
    z-index: 0;
}

.quote > * {
    position: relative;
    z-index: 1;
}

.quote p {
    margin: 0 0 1rem;
    color: var(--ink-soft);
    font-size: 0.98rem;
    line-height: 1.6;
}

.quote footer {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--navy);
}

.quote footer span {
    display: block;
    color: var(--muted);
    font-weight: 500;
    font-size: 0.85rem;
    margin-top: 0.15rem;
}

.stars {
    color: #e3a008;
    letter-spacing: 2px;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

/* Areas */
.pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.pill {
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    background: var(--surface);
    border: 1px solid var(--line);
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--ink-soft);
    transition: all 0.18s ease;
}

.pill:hover {
    border-color: var(--green-mid);
    color: var(--navy);
    background: var(--green-tint);
}

/* CTA strip */
.cta-strip {
    background:
        radial-gradient(ellipse 60% 80% at 100% 0%, rgba(141, 198, 63, 0.2), transparent 60%),
        linear-gradient(120deg, var(--navy-deep) 0%, var(--navy) 50%, var(--green) 100%);
    color: #fff;
    border-radius: var(--radius-xl);
    padding: clamp(2rem, 4vw, 2.75rem);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    box-shadow: var(--shadow-lg);
}

.cta-strip h2 {
    color: #fff;
    margin: 0 0 0.4rem;
}

.cta-strip p {
    margin: 0;
    color: rgba(255, 255, 255, 0.96);
    max-width: 50ch;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
}

@media (max-width: 640px) {
    .cta-strip .cta-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }
    .cta-strip .cta-actions .btn {
        justify-content: center;
        width: 100%;
    }
}

/* Footer */
.site-footer {
    background: linear-gradient(180deg, var(--navy-deep), #051a30);
    color: rgba(255, 255, 255, 0.78);
    padding-block: 3.5rem 1.5rem;
    margin-top: 2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 2.5rem;
}

.site-footer h4 {
    color: #fff;
    margin: 0 0 1rem;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--lime-bright);
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    font-size: 0.93rem;
}

.footer-brand .footer-brand-row {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.footer-brand-name {
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
}

.footer-brand-name span {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--lime-bright);
    margin-top: 0.2rem;
}

.footer-brand p {
    margin: 0 0 0.85rem;
    max-width: 38ch;
    font-size: 0.93rem;
    line-height: 1.6;
}

.footer-bottom {
    margin-top: 2.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.55);
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: space-between;
}

/* Inner page hero — corporate dark title band */
.page-hero {
    position: relative;
    overflow: hidden;
    color: #f3f8fb;
    padding-block: clamp(3rem, 5vw, 4.5rem) clamp(3.5rem, 6vw, 5.5rem);
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath d='M0 40 H80 M40 0 V80' stroke='%23ffffff' stroke-opacity='0.05' stroke-width='1'/%3E%3C/svg%3E") 0 0 / 80px 80px,
        radial-gradient(ellipse 50% 70% at 100% 0%, rgba(141, 198, 63, 0.22), transparent 55%),
        radial-gradient(ellipse 60% 80% at 0% 100%, rgba(15, 81, 57, 0.42), transparent 55%),
        linear-gradient(140deg, var(--navy-deep) 0%, var(--navy) 55%, #0a3845 100%);
}

/* lime glow orb */
.page-hero::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -130px;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(141, 198, 63, 0.24) 0%,
        rgba(141, 198, 63, 0.06) 50%,
        transparent 72%
    );
    filter: blur(40px);
    pointer-events: none;
}

/* brand accent stripe at the bottom edge */
.page-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--lime), var(--green-mid) 50%, var(--navy-mid) 100%);
    pointer-events: none;
}

.page-hero .container {
    position: relative;
    z-index: 1;
}

.page-hero h1 {
    color: #fff;
    margin-bottom: 1rem;
    font-size: clamp(2.15rem, 3.4vw + 1rem, 3.45rem);
    max-width: 24ch;
}

.page-hero .lede {
    color: rgba(255, 255, 255, 0.86);
    max-width: 64ch;
    font-size: 1.1rem;
}

/* glassy pill chip kicker */
.page-hero .kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-bottom: 1.25rem;
    font-size: 0.74rem;
}

.page-hero .kicker .dot {
    background: var(--lime-bright);
    box-shadow: 0 0 0 5px rgba(200, 245, 66, 0.18);
}

/* breadcrumbs on dark hero */
.page-hero .crumbs {
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 1rem;
}

.page-hero .crumbs a {
    color: rgba(255, 255, 255, 0.78);
}

.page-hero .crumbs a:hover {
    color: var(--lime-bright);
}

.page-hero .crumbs span[aria-current="page"] {
    color: #fff;
}

.page-hero .crumbs li::before {
    color: rgba(255, 255, 255, 0.32);
}

.crumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    font-size: 0.83rem;
    color: var(--muted);
    margin-bottom: 0.85rem;
}

.crumbs a {
    color: var(--muted);
    font-weight: 600;
}

.crumbs a:hover {
    color: var(--navy);
}

.crumbs span[aria-current="page"] {
    color: var(--ink);
    font-weight: 600;
}

.crumbs li::before {
    content: "/";
    margin: 0 0.45rem;
    color: var(--muted-soft);
}

.crumbs ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.crumbs li {
    display: flex;
    align-items: center;
}

.crumbs li:first-child::before {
    display: none;
    margin: 0;
}

.prose {
    max-width: 760px;
}

.prose > h2:first-child {
    margin-top: 0;
}

.prose h2 {
    margin-top: 2.5rem;
    color: var(--navy);
}

.prose h3 {
    margin-top: 1.75rem;
    color: var(--navy);
}

.prose ul {
    padding-left: 1.25rem;
    color: var(--ink-soft);
}

.prose li + li {
    margin-top: 0.4rem;
}

.notice {
    border-left: 4px solid var(--lime);
    padding: 1rem 1.25rem;
    background: var(--green-tint);
    border-radius: 0 var(--radius) var(--radius) 0;
    margin: 1.75rem 0;
    color: var(--ink-soft);
    font-size: 0.96rem;
}

.notice strong {
    color: var(--navy-deep);
}

/* Contact */
.contact-layout {
    display: grid;
    grid-template-columns: 0.95fr 1.1fr;
    gap: 2rem;
    align-items: start;
}

.contact-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    padding: 1.85rem;
    box-shadow: var(--shadow-sm);
}

.contact-card > h2:first-child {
    margin-top: 0;
    font-size: 1.35rem;
}

.contact-card .info-row {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 0.85rem 0;
    border-top: 1px solid var(--line);
}

.contact-card .info-row:first-of-type {
    border-top: none;
    padding-top: 0;
}

.contact-card .info-row .icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--navy-tint);
    color: var(--navy);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.contact-card .info-row .icon svg {
    width: 18px;
    height: 18px;
}

.contact-card .info-row .label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--muted);
}

.contact-card .info-row .value {
    font-weight: 700;
    color: var(--ink);
}

.contact-card .info-row .value a {
    color: var(--ink);
}

.contact-card .info-row .value a:hover {
    color: var(--navy);
}

.form-grid {
    display: grid;
    gap: 1rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

label {
    font-weight: 700;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 0.4rem;
    color: var(--ink-soft);
}

input,
select,
textarea {
    width: 100%;
    padding: 0.8rem 0.9rem;
    border-radius: 10px;
    border: 1px solid var(--line-strong);
    font: inherit;
    background: var(--surface);
    color: var(--ink);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: none;
    border-color: var(--green-mid);
    box-shadow: 0 0 0 3px rgba(26, 126, 84, 0.18);
}

textarea {
    min-height: 140px;
    resize: vertical;
}

.form-hint {
    font-size: 0.82rem;
    color: var(--muted);
    margin-top: 0.5rem;
}

/* FAQ */
.faq-list details {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.05rem 1.2rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.faq-list details + details {
    margin-top: 0.65rem;
}

.faq-list summary {
    cursor: pointer;
    font-weight: 700;
    list-style: none;
    color: var(--ink);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after {
    content: "+";
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--navy);
    flex-shrink: 0;
    line-height: 1;
    transition: transform 0.2s ease;
}

.faq-list details[open] summary::after {
    transform: rotate(45deg);
}

.faq-list details[open] {
    border-color: var(--line-strong);
    box-shadow: var(--shadow-sm);
}

.faq-list p {
    margin: 0.85rem 0 0;
    color: var(--muted);
    line-height: 1.65;
}

/* Reveal */
.reveal {
    opacity: 0;
    transform: translateY(14px);
}

.reveal.is-visible {
    animation: revealUp 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

@keyframes revealUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 980px) {
    .nav-desktop {
        position: fixed;
        inset: var(--header-h) 0 auto 0;
        background: var(--surface);
        flex-direction: column;
        align-items: stretch;
        padding: 0.5rem 1.25rem 1.25rem;
        gap: 0;
        border-bottom: 1px solid var(--line);
        box-shadow: var(--shadow-md);
        translate: 0 -120%;
        opacity: 0;
        pointer-events: none;
        transition:
            translate 0.28s ease,
            opacity 0.28s ease;
        max-height: calc(100vh - var(--header-h));
        overflow-y: auto;
    }

    .nav-desktop.is-open {
        translate: 0 0;
        opacity: 1;
        pointer-events: auto;
    }

    .nav-link {
        padding: 0.85rem 0;
        border-bottom: 1px solid var(--line);
        font-size: 0.96rem;
    }

    .nav-link::after {
        display: none;
    }

    /* Mobile: dropdown unfolds inline below its parent link */
    .nav-group {
        position: static;
        border-bottom: 1px solid var(--line);
    }

    .nav-group > .nav-link {
        border-bottom: none;
    }

    .nav-caret {
        display: none;
    }

    .nav-dropdown {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0 0 0.6rem 0.85rem;
        pointer-events: auto;
        min-width: 0;
        transition: none;
    }

    .nav-dropdown::before {
        display: none;
    }

    .nav-dropdown a {
        display: flex;
        align-items: center;
        gap: 0.65rem;
        padding: 0.55rem 0.6rem;
        border-radius: 8px;
    }

    .nav-dropdown a:hover {
        transform: none;
    }

    .nav-dropdown a small {
        display: none;
    }

    .nav-dropdown a strong {
        font-size: 0.93rem;
        font-weight: 600;
    }

    .menu-icon {
        width: 28px;
        height: 28px;
        border-radius: 7px;
    }

    .menu-icon svg {
        width: 14px;
        height: 14px;
    }

    .nav-link .nav-icon {
        width: 18px;
        height: 18px;
        margin-right: 0.25rem;
    }

    .hamburger {
        display: flex;
    }

    .header-phone {
        display: none;
    }

    .hero .container {
        grid-template-columns: 1fr;
    }

    .hero-meta {
        grid-template-columns: 1fr 1fr;
    }

    .split {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

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

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    :root {
        --header-h: 76px;
    }

    .top-bar .top-meta span:nth-child(2) {
        display: none;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .btn-header {
        display: none;
    }

    .brand-logo {
        height: 52px;
    }

    .hero-meta {
        grid-template-columns: 1fr;
    }

    .cta-strip {
        flex-direction: column;
        align-items: flex-start;
    }

    .quote::before {
        font-size: 3.5rem;
    }
}
