/* Aqua Venta — site styles. Mobile-first. */

:root {
    --c-bg: #ffffff;
    --c-bg-soft: #f6fafd;
    --c-text: #1a2733;
    --c-muted: #5a6b7a;
    --c-border: #dde6ee;
    --c-deep: #0e2a3a;
    --c-deep-2: #143b50;
    --c-aqua: #1e9bd0;
    --c-aqua-dark: #1581b1;
    --c-sand: #f4ede1;
    --c-cta: #f08a26;
    --c-cta-dark: #d97812;
    --c-success: #138a51;
    --c-error: #b3321a;
    --c-card: #ffffff;
    --c-card-shadow: 0 4px 16px rgba(14, 42, 58, .08);
    --c-card-shadow-lg: 0 18px 40px rgba(14, 42, 58, .14);
    --radius: 10px;
    --radius-lg: 16px;
    --max-width: 1200px;
    --t-fast: .15s ease;
    --t: .3s ease;
}

*,*::before,*::after { box-sizing: border-box }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100% }
body {
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: var(--c-text);
    background: var(--c-bg);
    line-height: 1.6;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
}

a { color: var(--c-aqua-dark); text-decoration: none; transition: color var(--t-fast) }
a:hover, a:focus-visible { color: var(--c-cta-dark) }
img { max-width: 100%; height: auto; display: block }

h1, h2, h3, h4 {
    font-family: 'Manrope', 'Inter', sans-serif;
    line-height: 1.15;
    color: var(--c-deep);
    margin: 0 0 .55em;
    font-weight: 800;
    letter-spacing: -.02em;
}
h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem) }
h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-top: 0 }
h3 { font-size: 1.35rem }

p { margin: 0 0 1em }
ul, ol { padding-left: 1.4em; margin: 0 0 1em }

.wrap { max-width: var(--max-width); margin: 0 auto; padding: 0 1.25rem }
.text-center { text-align: center }
.visually-hidden { position: absolute !important; clip: rect(0,0,0,0); width: 1px; height: 1px; overflow: hidden }

.skip {
    position: absolute; left: -9999px; top: 0; padding: .5rem 1rem; background: #000; color: #fff;
}
.skip:focus { left: .5rem; top: .5rem; z-index: 999 }

.section-eyebrow {
    display: inline-block; font-size: .82rem; font-weight: 700; letter-spacing: .15em;
    text-transform: uppercase; color: var(--c-aqua-dark); margin-bottom: .5rem;
}
.section-eyebrow--light { color: rgba(255,255,255,.95) }
.section-divider {
    margin-top: 3rem !important; padding-top: 2.5rem;
    border-top: 1px solid var(--c-border);
}

/* TOPBAR */
.topbar {
    background: var(--c-deep-2); color: #cfe1ee; font-size: .85rem;
    padding: .4rem 0; display: block;
}
.topbar__inner { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem }
.topbar__lede { color: #9ec5dc; flex: 1; min-width: 200px }
.topbar__phone {
    display: inline-flex; flex-direction: column; align-items: flex-start; gap: 0;
    color: #fff; font-weight: 700; padding: .15rem .15rem; line-height: 1.15;
    white-space: nowrap;
}
.topbar__phone:hover { color: var(--c-cta) }
.topbar__phone span {
    color: #9ec5dc; font-weight: 600; font-size: .68rem;
    text-transform: uppercase; letter-spacing: .14em; line-height: 1;
}
@media (max-width: 600px) {
    .topbar__lede { display: none }
    .topbar { font-size: .8rem }
}

/* HEADER */
.site-header {
    background: #fff; border-bottom: 1px solid var(--c-border);
    padding: .8rem 0;
    position: sticky; top: 0; z-index: 100;
    box-shadow: 0 1px 0 rgba(14,42,58,.04), 0 8px 24px rgba(14,42,58,.06);
}
.site-header .wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 1.5rem;
}
.brand {
    display: inline-flex; align-items: center; gap: .9rem; color: var(--c-deep);
    text-decoration: none;
}
.brand:hover { color: var(--c-aqua-dark) }
.brand__logo {
    /* Logo is 3:1 — keep aspect ratio. */
    width: 220px; max-width: 100%; height: auto; display: block; object-fit: contain;
    aspect-ratio: 3 / 1;
}
.brand__tag-only {
    font-size: .72rem; color: var(--c-aqua-dark); letter-spacing: .18em;
    text-transform: uppercase; font-weight: 700;
    border-left: 2px solid var(--c-border); padding-left: .9rem; line-height: 1.1;
    max-width: 14ch;
}
@media (max-width: 760px) {
    .brand__logo { width: 170px }
    .brand__tag-only { display: none }
}
@media (max-width: 480px) {
    .brand__logo { width: 140px }
    .brand { gap: .5rem }
}

.primary { display: flex; align-items: center; justify-content: flex-end }
.menu { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: .15rem }
.menu > li { position: relative }
.menu > li > a {
    display: block; padding: .55rem .85rem; color: var(--c-deep); font-weight: 600; border-radius: 6px;
    font-size: .98rem;
}
.menu > li > a:hover, .menu > li > a:focus-visible { color: var(--c-aqua-dark); background: var(--c-bg-soft) }
.menu .has-children > a::after { content: ''; display: inline-block; margin-left: .35em; width: 6px; height: 6px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: .55 }
.submenu {
    position: absolute; top: 100%; left: 0; min-width: 260px;
    background: #fff; box-shadow: var(--c-card-shadow-lg); border-radius: var(--radius); padding: .4rem;
    list-style: none; margin: 0; z-index: 50;
    border: 1px solid var(--c-border);
    /* Hidden by default with opacity/visibility so we can transition on close. */
    opacity: 0; visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .15s ease, transform .2s ease, visibility .35s ease .35s;
    pointer-events: none;
}
/* Bridge gap between menu link and dropdown so cursor can travel without losing hover. */
.menu .has-children > a { padding-bottom: 1rem; margin-bottom: -.45rem }
.menu .has-children:hover .submenu,
.menu .has-children:focus-within .submenu {
    opacity: 1; visibility: visible; transform: translateY(0);
    transition-delay: 0s;
    pointer-events: auto;
}
.submenu a {
    display: block; padding: .55rem .85rem; color: var(--c-text); border-radius: 6px; font-weight: 500;
}
.submenu a:hover { background: var(--c-bg-soft); color: var(--c-aqua-dark) }

.btn-cta { background: var(--c-cta); color: #fff !important; padding: .55rem 1rem }
.btn-cta:hover { background: var(--c-cta-dark) }

.nav-toggle {
    display: none; background: transparent; border: 0; padding: .4rem; cursor: pointer; color: var(--c-deep);
}
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--c-deep); margin: 5px 0; border-radius: 2px; transition: var(--t) }

@media (max-width: 920px) {
    .site-header .wrap { grid-template-columns: 1fr auto }
    .nav-toggle { display: block }
    .menu {
        display: none; position: absolute; top: 100%; left: 0; right: 0;
        background: #fff; flex-direction: column; align-items: stretch; padding: .5rem;
        border-top: 1px solid var(--c-border);
        box-shadow: 0 8px 24px rgba(14,42,58,.06);
    }
    .menu.is-open { display: flex }
    .menu > li > a { padding: .9rem 1rem }
    .submenu { position: static; opacity: 1; visibility: visible; transform: none; pointer-events: auto; box-shadow: none; background: var(--c-bg-soft); padding-left: 1rem; margin: 0; border: 0; border-radius: 0; transition: none }
    .menu .has-children > a { padding-bottom: .9rem; margin-bottom: 0 }
    .submenu a { color: var(--c-text) }
}
@media (max-width: 480px) {
    .brand__logo { width: 64px }
    .brand__name { font-size: 1.25rem }
    .brand__tag { font-size: .65rem }
}

/* HERO SLIDER */
.hero-slider {
    position: relative; overflow: hidden; isolation: isolate;
    background: var(--c-deep);
}
.hero-slider--home { min-height: 560px }
.hero-slider--page { min-height: 400px }
.hero-slider--home .hero-slider__slide { min-height: 560px }
.hero-slider--page .hero-slider__slide { min-height: 400px }

.hero-slider__track {
    position: relative; width: 100%; height: 100%;
}
.hero-slider__slide {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    display: flex; align-items: center;
    color: #fff;
    opacity: 0; pointer-events: none;
    transition: opacity .9s ease;
}
.hero-slider__slide.is-active { opacity: 1; pointer-events: auto; z-index: 2 }
.hero-slider.is-single .hero-slider__slide { position: relative; opacity: 1; pointer-events: auto }

.hero-slider__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(14,42,58,.88) 0%, rgba(14,42,58,.55) 60%, rgba(14,42,58,.7) 100%);
    z-index: 1;
}
.hero-slider__content {
    position: relative; z-index: 2; max-width: 760px;
    padding: 4rem 1.25rem;
}
.hero-slider--home .hero-slider__content { padding-top: 5rem; padding-bottom: 5rem }
.hero-slider__content h1, .hero-slider__h {
    color: #fff; font-size: clamp(2.1rem, 4.4vw, 3.4rem); margin: .5rem 0 .75rem;
    text-shadow: 0 2px 12px rgba(0,0,0,.25);
}
.hero-slider__content .lede {
    color: #e8f3fb; font-size: clamp(1.05rem, 1.6vw, 1.2rem); max-width: 60ch;
    text-shadow: 0 2px 12px rgba(0,0,0,.25);
}
.hero-slider__cta { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem }
.hero-slider .breadcrumb { font-size: .85rem; margin-bottom: .5rem }
.hero-slider .breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: .35rem; padding: 0; margin: 0; color: #9ec5dc }
.hero-slider .breadcrumb li:not(:last-child)::after { content: '/'; margin-left: .35rem; opacity: .5 }
.hero-slider .breadcrumb a { color: #cfe1ee; text-decoration: underline }
.hero-slider .breadcrumb a:hover { color: #fff }
.hero-slider .breadcrumb span { color: #fff }

/* slider controls */
.hero-slider__nav {
    position: absolute; top: 50%; z-index: 5;
    background: rgba(255,255,255,.15); color: #fff;
    border: 1px solid rgba(255,255,255,.4);
    width: 44px; height: 44px; border-radius: 999px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: background .2s, transform .2s;
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.hero-slider__nav:hover { background: rgba(255,255,255,.3); transform: translateY(-50%) scale(1.05) }
.hero-slider__nav { transform: translateY(-50%) }
.hero-slider__nav--prev { left: 1rem }
.hero-slider__nav--next { right: 1rem }
@media (max-width: 600px) { .hero-slider__nav { display: none } }

.hero-slider__dots {
    position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
    z-index: 5; display: flex; gap: .5rem;
}
.hero-slider__dot {
    width: 12px; height: 12px; border-radius: 999px; background: rgba(255,255,255,.4);
    border: 1px solid rgba(255,255,255,.6); cursor: pointer; padding: 0;
    transition: width .25s, background .25s;
}
.hero-slider__dot.is-active { width: 36px; background: #fff }

/* trust bar */
.trust-bar { background: var(--c-bg-soft); padding: 2.5rem 0; border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border) }
.trust-grid {
    display: grid; gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.trust-grid > div {
    background: #fff; padding: 1.2rem 1.4rem; border-radius: var(--radius);
    box-shadow: 0 1px 3px rgba(0,0,0,.04); display: flex; flex-direction: column; gap: .25rem;
    border: 1px solid var(--c-border);
}
.trust__icon { font-size: 1.5rem; margin-bottom: .35rem }
.trust-grid strong { color: var(--c-deep); font-size: 1.05rem; font-family: 'Manrope', sans-serif }
.trust-grid span:not(.trust__icon) { color: var(--c-muted); font-size: .92rem }

/* CATEGORY GRID */
.categories { padding: 4.5rem 0 }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 2.5rem }
.section-head h2 { color: var(--c-deep) }
.section-head p { color: var(--c-muted); font-size: 1.05rem }

.cat-grid {
    display: grid; gap: 1.4rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 1.25rem;
}
.cat-card {
    display: block; background: var(--c-card); border-radius: var(--radius-lg); overflow: hidden;
    box-shadow: var(--c-card-shadow); color: var(--c-text); transition: transform var(--t), box-shadow var(--t);
    border: 1px solid var(--c-border);
}
.cat-card:hover { transform: translateY(-4px); color: var(--c-text); box-shadow: var(--c-card-shadow-lg) }
.cat-card__media {
    display: block; height: 200px; background-size: cover; background-position: center; background-color: var(--c-bg-soft);
    position: relative;
}
.cat-card__media::after {
    content: ''; position: absolute; inset: auto 0 0; height: 50%;
    background: linear-gradient(180deg, transparent, rgba(14,42,58,.15));
}
.cat-card__media--blank {
    background: linear-gradient(135deg, var(--c-aqua) 0%, var(--c-deep-2) 100%);
}
.cat-card__body { display: block; padding: 1.2rem 1.4rem 1.4rem }
.cat-card__title { display: block; font-weight: 800; color: var(--c-deep); font-size: 1.15rem; font-family: 'Manrope', sans-serif }
.cat-card__sub { display: block; color: var(--c-muted); font-size: .92rem; margin-top: .35rem }
.cat-card__cta { display: inline-block; margin-top: .9rem; color: var(--c-aqua-dark); font-weight: 700; font-size: .92rem }

/* CTA band */
.cta-band {
    background: linear-gradient(135deg, var(--c-aqua) 0%, var(--c-aqua-dark) 100%);
    color: #fff; padding: 3.5rem 0;
}
.cta-band--compact { padding: 2.5rem 0 }
.cta-band__inner {
    display: grid; gap: 1.5rem;
    grid-template-columns: 1.2fr 1fr; align-items: center;
}
.cta-band h2 { color: #fff; margin: 0 0 .35em }
.cta-band p { color: rgba(255,255,255,.92); margin: 0; max-width: 50ch; font-size: 1.05rem }
.cta-band__phones { display: flex; flex-direction: column; gap: .6rem; align-items: stretch }

@media (max-width: 720px) {
    .cta-band__inner { grid-template-columns: 1fr }
}

/* phone-big button — city stacked above number so the number never breaks. */
.phone-big {
    display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: .15rem;
    background: #fff; color: var(--c-deep); padding: .8rem 1.2rem; border-radius: var(--radius);
    font-weight: 800; box-shadow: 0 6px 18px rgba(0,0,0,.15); font-size: 1.15rem;
    font-family: 'Manrope', sans-serif; line-height: 1.15; white-space: nowrap;
    min-width: 0;
}
.phone-big span {
    color: var(--c-aqua-dark); font-weight: 700; font-size: .72rem;
    text-transform: uppercase; letter-spacing: .14em; line-height: 1;
}
.phone-big:hover { color: var(--c-cta-dark); transform: translateY(-1px) }

/* buttons */
.btn {
    display: inline-block; padding: .85rem 1.5rem; border-radius: var(--radius);
    font-weight: 700; text-decoration: none; cursor: pointer; border: 0; font-size: 1rem;
    transition: background var(--t-fast), transform var(--t-fast), color var(--t-fast);
    font-family: 'Manrope', sans-serif;
}
.btn-primary { background: var(--c-cta); color: #fff !important; box-shadow: 0 4px 14px rgba(240,138,38,.4) }
.btn-primary:hover { background: var(--c-cta-dark); transform: translateY(-1px) }
.btn-outline { background: rgba(255,255,255,.12); color: #fff !important; border: 2px solid rgba(255,255,255,.5); backdrop-filter: blur(8px) }
.btn-outline:hover { background: rgba(255,255,255,.25); border-color: #fff }
.btn-outline--dark { color: var(--c-aqua-dark) !important; border-color: var(--c-aqua-dark); background: transparent }
.btn-outline--dark:hover { background: var(--c-aqua); color: #fff !important; border-color: var(--c-aqua) }
.btn-link { background: transparent; color: var(--c-muted); padding: .55rem .85rem; text-decoration: underline }

/* PAGE CONTENT */
.page-content { padding: 3.5rem 0 4.5rem }
.content { max-width: 76ch; margin: 0 auto }

/* Page with sticky pricing aside */
.page-layout {
    display: grid; gap: 2.5rem; align-items: start;
    grid-template-columns: minmax(0, 1fr) 320px;
}
.page-layout .content { max-width: none; margin: 0 }
@media (max-width: 960px) {
    .page-layout { grid-template-columns: 1fr }
}

.pricing-card {
    background: #fff;
    border: 1px solid var(--c-border); border-radius: var(--radius-lg);
    padding: 0; box-shadow: var(--c-card-shadow-lg);
    position: sticky; top: 6rem; overflow: hidden;
}
.pricing-card__head {
    background: linear-gradient(135deg, var(--c-deep) 0%, var(--c-aqua-dark) 100%);
    color: #fff; padding: 1.4rem 1.6rem 1.6rem;
    text-align: center;
}
.pricing-card__eyebrow {
    display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .18em;
    text-transform: uppercase; color: rgba(255,255,255,.85); margin-bottom: .35rem;
}
.pricing-card__from {
    margin: 0; font-family: 'Manrope', sans-serif; color: #fff; line-height: 1;
    display: flex; justify-content: center; align-items: baseline;
}
.pricing-card__currency {
    font-size: 1.3rem; font-weight: 700; color: rgba(255,255,255,.85);
    margin-right: .15rem; align-self: flex-start; margin-top: .35rem;
}
.pricing-card__from strong {
    font-size: 3.4rem; font-weight: 800; letter-spacing: -.03em; color: #fff;
    line-height: 1;
}
.pricing-card__from small {
    font-size: .9rem; font-weight: 600; color: rgba(255,255,255,.85);
    margin-left: .5rem;
}

/* Pricing table */
.pricing-table { width: 100%; border-collapse: collapse; margin: 0 }
.pricing-table thead th {
    background: var(--c-bg-soft); text-align: left; padding: .6rem 1.4rem;
    font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
    color: var(--c-muted); border-bottom: 1px solid var(--c-border);
}
.pricing-table tbody td {
    padding: .85rem 1.4rem; border-bottom: 1px solid var(--c-border);
    color: var(--c-deep); font-size: 1rem;
}
.pricing-table tbody tr:last-child td { border-bottom: 0 }
.pricing-table__num { text-align: right; font-weight: 800; font-family: 'Manrope', sans-serif }
.pricing-table .is-best td { background: linear-gradient(90deg, rgba(30,155,208,.08), rgba(30,155,208,0)); }
.pricing-table .is-best td:first-child { border-left: 3px solid var(--c-aqua) }
.pricing-table__tag {
    display: inline-block; margin-left: .5rem; padding: .15rem .55rem;
    background: var(--c-aqua); color: #fff; border-radius: 999px;
    font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
    vertical-align: middle;
}

.pricing-card__note {
    display: flex; align-items: flex-start; gap: .45rem;
    font-size: .82rem; color: var(--c-muted); margin: 0;
    padding: 1rem 1.4rem; border-top: 1px solid var(--c-border); background: var(--c-bg-soft);
    line-height: 1.4;
}
.pricing-card__note svg { flex-shrink: 0; margin-top: 2px; color: var(--c-aqua-dark) }

.pricing-card__cta {
    display: flex; flex-direction: column; gap: .55rem;
    padding: 1.2rem 1.4rem 1.4rem;
}
.pricing-card__cta-lede {
    margin: 0; font-size: .85rem; color: var(--c-muted);
    font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
}
.pricing-card__cta .btn { width: 100%; text-align: center; padding: .85rem 1rem; font-size: .98rem }

/* cat-card pricing badge */
.cat-card__price {
    display: inline-block; margin-top: .55rem; padding: .25rem .65rem;
    background: var(--c-bg-soft); border-radius: 6px; color: var(--c-deep);
    font-size: .9rem; font-weight: 600;
}
.cat-card__price strong { font-weight: 800; color: var(--c-aqua-dark) }

/* QUICK QUOTE SECTION */
.quick-quote {
    background:
        radial-gradient(60% 80% at 100% 0%, rgba(30,155,208,.4) 0%, transparent 60%),
        radial-gradient(60% 80% at 0% 100%, rgba(240,138,38,.18) 0%, transparent 60%),
        linear-gradient(160deg, var(--c-deep) 0%, var(--c-deep-2) 100%);
    color: #fff; padding: 4.5rem 0;
}
.quick-quote__inner { display: grid; gap: 3rem; grid-template-columns: 1fr 1.1fr; align-items: center }
@media (max-width: 920px) { .quick-quote__inner { grid-template-columns: 1fr; gap: 2rem } }
.quick-quote h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.4rem) }
.quick-quote__intro p { color: #cfe1ee; max-width: 42ch; font-size: 1.05rem }
.quick-quote__phones { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1.5rem 0 }
.quick-quote__perks { list-style: none; padding: 0; margin: 1.25rem 0 0 }
.quick-quote__perks li {
    display: flex; align-items: center; gap: .6rem; padding: .35rem 0;
    color: #cfe1ee; font-size: .96rem;
}
.quick-quote__perks svg {
    flex-shrink: 0; color: #5ce0a3;
    background: rgba(92,224,163,.15); padding: 4px; border-radius: 999px;
    width: 22px; height: 22px;
}

.quick-quote__form {
    background: #fff; padding: 2rem; border-radius: var(--radius-lg);
    color: var(--c-text); box-shadow: 0 24px 50px rgba(0,0,0,.32), 0 0 0 1px rgba(255,255,255,.05);
}
.quick-quote__form-head { margin-bottom: 1.4rem; padding-bottom: 1rem; border-bottom: 1px solid var(--c-border) }
.quick-quote__form-head h3 {
    margin: 0; color: var(--c-deep); font-family: 'Manrope', sans-serif;
    font-size: 1.4rem;
}
.quick-quote__form-head p { margin: .25rem 0 0; color: var(--c-muted); font-size: .9rem }

/* Modern field styling */
.field { display: block; margin-bottom: 1rem }
.field__label {
    display: flex; justify-content: space-between; align-items: center;
    font-size: .85rem; font-weight: 700; color: var(--c-deep);
    letter-spacing: .02em; margin-bottom: .35rem;
}
.field__optional {
    font-weight: 500; font-size: .78rem; color: var(--c-muted);
    text-transform: uppercase; letter-spacing: .1em;
}
.field input, .field textarea {
    display: block; width: 100%; padding: .8rem .95rem;
    border: 1px solid var(--c-border); border-radius: 8px;
    font: inherit; font-size: 1rem; color: var(--c-text); background: #fff;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.field input::placeholder, .field textarea::placeholder { color: #9aa9b6 }
.field input:hover, .field textarea:hover { border-color: #b9c9d6 }
.field input:focus, .field textarea:focus {
    outline: none; border-color: var(--c-aqua); box-shadow: 0 0 0 4px rgba(30,155,208,.15);
}

.form-row { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr } }

.btn--block {
    display: flex; align-items: center; justify-content: center; gap: .55rem;
    width: 100%; padding: 1rem 1.2rem; font-size: 1.05rem;
}

.form-note {
    display: flex; align-items: center; gap: .45rem;
    color: var(--c-muted); font-size: .85rem; margin-top: .9rem;
}
.form-note svg { flex-shrink: 0; color: var(--c-aqua-dark) }

/* STICKY MOBILE CTA BAR (only visible on small screens) */
.mobile-cta-bar {
    display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 150;
    background: var(--c-deep); border-top: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 -8px 24px rgba(0,0,0,.18);
    padding: 0; padding-bottom: env(safe-area-inset-bottom);
}
.mobile-cta-bar__btn {
    display: flex; align-items: center; justify-content: center; gap: .45rem;
    flex: 1; padding: .8rem .5rem; color: #fff; text-decoration: none;
    border-right: 1px solid rgba(255,255,255,.08);
    font-family: 'Manrope', sans-serif; font-weight: 700; font-size: .9rem;
}
.mobile-cta-bar__btn:last-child { border-right: 0 }
.mobile-cta-bar__btn:hover { background: rgba(255,255,255,.05); color: #fff }
.mobile-cta-bar__btn--alt { background: var(--c-cta) }
.mobile-cta-bar__btn--alt:hover { background: var(--c-cta-dark); color: #fff }
.mobile-cta-bar__icon { font-size: 1.1rem; line-height: 1 }
.mobile-cta-bar__label { display: flex; flex-direction: column; line-height: 1.1; align-items: flex-start }
.mobile-cta-bar__label span { font-size: .65rem; color: #9ec5dc; font-weight: 600; letter-spacing: .1em; text-transform: uppercase }
.mobile-cta-bar__btn--alt .mobile-cta-bar__label span { color: rgba(255,255,255,.85) }

@media (max-width: 720px) {
    .mobile-cta-bar { display: flex }
    body { padding-bottom: 64px }
    .cookie-banner { bottom: 70px }
}
.content :is(h2, h3) { margin-top: 2rem }
.content blockquote {
    border-left: 4px solid var(--c-aqua); background: var(--c-bg-soft); padding: 1rem 1.25rem;
    margin: 1.5rem 0; border-radius: 6px;
}
.content ul li, .content ol li { margin-bottom: .35rem }

/* Inline body images */
.content-figure {
    margin: 2rem 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--c-card-shadow);
    background: var(--c-bg-soft);
}
.content-figure img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.content-figure figcaption {
    padding: .85rem 1.2rem;
    color: var(--c-deep);
    font-size: .92rem;
    font-weight: 600;
    background: #fff;
    border-top: 3px solid var(--c-aqua);
    font-family: 'Manrope', sans-serif;
}

/* BLOG */
.blog-layout { display: grid; gap: 2rem; grid-template-columns: minmax(0, 3fr) minmax(0, 1fr) }
@media (max-width: 880px) { .blog-layout { grid-template-columns: 1fr } }
.blog-aside h3 { color: var(--c-deep); margin-top: 0 }
.taxa-list { list-style: none; padding: 0; margin: 0 }
.taxa-list li { border-bottom: 1px solid var(--c-border) }
.taxa-list a { display: flex; justify-content: space-between; padding: .55rem 0; color: var(--c-text); font-weight: 500 }
.taxa-list a:hover { color: var(--c-aqua-dark) }
.taxa-list__count { color: var(--c-muted); font-size: .85rem; background: var(--c-bg-soft); padding: 1px 8px; border-radius: 12px }

.post-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) }
.post-grid--3 { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) }
.post-card {
    background: var(--c-card); border-radius: var(--radius-lg); overflow: hidden;
    box-shadow: var(--c-card-shadow); border: 1px solid var(--c-border);
    transition: transform var(--t), box-shadow var(--t);
}
.post-card:hover { transform: translateY(-3px); box-shadow: var(--c-card-shadow-lg) }
.post-card__link { display: flex; flex-direction: column; height: 100%; color: var(--c-text) }
.post-card__media { height: 200px; background-size: cover; background-position: center; background-color: var(--c-bg-soft) }
.post-card__body { padding: 1.1rem 1.3rem 1.3rem; display: flex; flex-direction: column; gap: .4rem; flex: 1 }
.post-card__date { color: var(--c-muted); font-size: .85rem }
.post-card h2, .post-card h3 { color: var(--c-deep); margin: 0; font-size: 1.2rem; font-family: 'Manrope', sans-serif }
.post-card p { color: var(--c-muted); font-size: .95rem; margin: 0 }
.post-card__cta { color: var(--c-aqua-dark); font-weight: 700; margin-top: auto }

/* post page */
.post-hero { padding: 4rem 0 3rem; color: #fff; background: var(--c-deep) }
.post-hero h1 { color: #fff }
.post-hero--has-image { background-size: cover; background-position: center; position: relative }
.post-hero--has-image::before {
    content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,42,58,.55) 0%, rgba(14,42,58,.85) 100%);
}
.post-hero--has-image .wrap { position: relative; z-index: 1 }
.post__meta { color: #cfe1ee; font-size: .95rem }
.post__meta a { color: #fff; text-decoration: underline }
.post__body { padding: 3rem 0 4rem; max-width: 76ch }
.post__tags { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: .4rem }
.tag { background: var(--c-bg-soft); color: var(--c-text); padding: .25rem .7rem; border-radius: 999px; font-size: .85rem; border: 1px solid var(--c-border) }
.tag:hover { background: var(--c-aqua); color: #fff; border-color: var(--c-aqua) }

.related { background: var(--c-bg-soft); padding: 3.5rem 0 }
.related h2 { color: var(--c-deep) }

/* CONTACT */
.contact-grid { display: grid; gap: 2rem; grid-template-columns: 1fr 1.4fr; margin-top: 2rem }
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr } }
.contact-card { background: var(--c-bg-soft); padding: 1.8rem 2rem; border-radius: var(--radius-lg); border: 1px solid var(--c-border) }
.contact-card h2 { margin-top: 0 }
.contact-phones { display: flex; flex-direction: column; gap: .6rem; margin: .5rem 0 1.5rem }
.contact-phones .phone-big { box-shadow: none; background: #fff; border: 1px solid var(--c-border) }

.contact-form {
    background: #fff; padding: 2.2rem; border-radius: var(--radius-lg);
    box-shadow: var(--c-card-shadow-lg); border: 1px solid var(--c-border);
}
.contact-form__head { margin-bottom: 1.4rem; padding-bottom: 1rem; border-bottom: 1px solid var(--c-border) }
.contact-form__head h2 { margin: 0; font-size: 1.5rem }
.contact-form__head p { margin: .35rem 0 0; color: var(--c-muted); font-size: .95rem }
.grid-2 { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr }
@media (max-width: 600px) { .grid-2 { grid-template-columns: 1fr } }

.hp-field { position: absolute; left: -9999px; top: -9999px; height: 1px; width: 1px; overflow: hidden }
.form-errors {
    background: #fde7e0; border: 1px solid var(--c-error); color: var(--c-error);
    padding: .8rem 1rem; border-radius: 8px; margin-bottom: 1rem;
}
.form-errors ul { margin: 0; padding-left: 1.2rem }
.form-note { color: var(--c-muted); font-size: .85rem; margin-top: .75rem }

/* LATEST POSTS */
.latest-posts { background: var(--c-bg-soft); padding: 4.5rem 0; border-top: 1px solid var(--c-border) }

/* FOOTER */
.site-footer { background: var(--c-deep); color: #cfe1ee; padding: 4rem 0 1.5rem; margin-top: 0 }
.site-footer h3, .site-footer h4 { color: #fff; margin-top: 0; font-family: 'Manrope', sans-serif }
.site-footer h4.mt { margin-top: 1.25rem }
.site-footer a { color: #cfe1ee }
.site-footer a:hover { color: #fff }
.foot-cols {
    display: grid; gap: 2rem;
    grid-template-columns: 1.6fr 1fr 1fr 1.1fr;
}
@media (max-width: 880px) { .foot-cols { grid-template-columns: 1fr 1fr } }
@media (max-width: 540px) { .foot-cols { grid-template-columns: 1fr } }
.foot-brand__logo {
    width: 240px; max-width: 100%; height: auto; margin-bottom: 1.1rem;
    background: rgba(255,255,255,.95); padding: .85rem 1rem; border-radius: 12px;
    aspect-ratio: 3 / 1; object-fit: contain;
}
.foot-cta { background: rgba(255,255,255,.04); padding: 1.4rem; border-radius: var(--radius); border: 1px solid rgba(255,255,255,.06) }
.foot-cta .phone-big { background: var(--c-cta); color: #fff; box-shadow: none; margin-bottom: .5rem }
.foot-cta .phone-big span { color: rgba(255,255,255,.85) }
.foot-cta .phone-big:hover { background: var(--c-cta-dark); color: #fff }
.foot-links ul { list-style: none; padding: 0; margin: 0 }
.foot-links li { margin-bottom: .5rem }
.foot-area { color: #9ec5dc; font-size: .88rem; line-height: 1.5 }
.foot-base {
    margin-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 1rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem;
    color: #9ec5dc; font-size: .85rem;
}
.foot-meta { color: #9ec5dc }

/* COOKIE BANNER */
.cookie-banner {
    position: fixed; left: 1rem; right: 1rem; bottom: 1rem;
    background: #fff; box-shadow: 0 12px 40px rgba(0,0,0,.18); border-radius: var(--radius-lg);
    padding: 1rem 1.25rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem;
    border: 1px solid var(--c-border); z-index: 200;
}
.cookie-banner p { margin: 0; flex: 1 1 280px; color: var(--c-text); font-size: .92rem }
.cookie-actions { display: flex; gap: .5rem; align-items: center }
.cookie-actions button { background: var(--c-cta); color: #fff; border: 0; padding: .55rem 1rem; border-radius: 6px; font-weight: 700; cursor: pointer; font-family: 'Manrope', sans-serif }
.cookie-actions .btn-link { background: transparent; color: var(--c-muted); padding: .55rem .8rem; font-weight: 500 }

/* ---------- THANK YOU PAGE ---------- */
.thanks-hero {
    background:
        radial-gradient(60% 90% at 50% 0%, rgba(16,185,129,.18) 0%, transparent 70%),
        linear-gradient(180deg, var(--c-bg-soft) 0%, #fff 100%);
    padding: 4.5rem 0 4rem;
    text-align: center;
    border-bottom: 1px solid var(--c-border);
}
.thanks-hero__inner { max-width: 700px; margin: 0 auto }
.thanks-hero__check {
    display: flex; justify-content: center; margin-bottom: 1.25rem;
    animation: thanksPop .55s ease-out both;
}
@keyframes thanksPop {
    0% { transform: scale(.4); opacity: 0 }
    60% { transform: scale(1.1); opacity: 1 }
    100% { transform: scale(1); opacity: 1 }
}
.thanks-hero h1 {
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    margin: 0 0 .8rem;
    color: var(--c-deep);
}
.thanks-hero .lede { color: var(--c-muted); max-width: 56ch; margin: 0 auto 1.75rem; font-size: 1.1rem }
.thanks-hero__cta {
    display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center;
    margin-bottom: 1.25rem;
}
.thanks-hero__note {
    color: var(--c-muted); font-size: .92rem; max-width: 50ch; margin: 0 auto;
}

@media (prefers-reduced-motion: reduce) {
    .thanks-hero__check { animation: none }
}

/* Steps timeline */
.next-steps { padding: 4rem 0 1rem }
.steps {
    list-style: none; padding: 0; margin: 0;
    display: grid; gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    counter-reset: step;
}
.step {
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-lg);
    padding: 2rem 1.6rem 1.6rem;
    position: relative;
    box-shadow: var(--c-card-shadow);
    transition: transform .25s ease, box-shadow .25s ease;
}
.step:hover { transform: translateY(-3px); box-shadow: var(--c-card-shadow-lg) }
.step__num {
    position: absolute; top: -22px; left: 1.4rem;
    width: 44px; height: 44px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--c-aqua) 0%, var(--c-aqua-dark) 100%);
    color: #fff; font-family: 'Manrope', sans-serif;
    font-weight: 800; font-size: 1.25rem;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(30,155,208,.4);
}
.step h3 { color: var(--c-deep); margin: 0 0 .55em; font-size: 1.18rem }
.step p { color: var(--c-muted); margin: 0; font-size: .96rem }

.while-you-wait { padding: 4rem 0 2rem; background: var(--c-bg-soft); border-top: 1px solid var(--c-border) }
.cat-grid--4 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) }
.cat-grid--4 .cat-card__media { height: 150px }
.cat-grid--4 .cat-card__body { padding: 1rem 1.2rem 1.1rem }

/* ---------- HERO RESPONSE PROMISE ---------- */
.hero-slider__promise {
    display: inline-flex; align-items: center; gap: .45rem;
    margin: 0 0 .75rem;
    padding: .35rem .85rem;
    background: rgba(92,224,163,.18);
    border: 1px solid rgba(92,224,163,.5);
    color: #e0fff0;
    border-radius: 999px;
    font-size: .85rem; font-weight: 600;
    letter-spacing: .01em;
    backdrop-filter: blur(4px);
}
.hero-slider__promise svg {
    color: #5ce0a3;
    flex-shrink: 0;
}

/* ---------- SPECS BLOCK (in pricing card) ---------- */
.pricing-card__specs {
    padding: 1rem 1.4rem 1.2rem;
    border-top: 1px solid var(--c-border);
    background: #fff;
}
.pricing-card__specs-head {
    margin: 0 0 .55rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--c-muted);
}
.specs-grid {
    margin: 0; padding: 0;
    display: flex; flex-wrap: wrap;
    gap: 0;
    list-style: none;
}
.specs-grid__item {
    flex: 1 1 calc(50% - 1px);
    min-width: calc(50% - 1px);
    box-sizing: border-box;
    margin: 0;
    padding: .55rem .65rem;
    border-bottom: 1px solid var(--c-border);
}
.specs-grid__item:nth-child(odd) { border-right: 1px solid var(--c-border) }
.specs-grid__item:nth-last-child(-n+2) { border-bottom: 0 }
.specs-grid__item dt {
    font-size: .68rem; color: var(--c-muted); margin: 0;
    letter-spacing: .12em; text-transform: uppercase; font-weight: 700;
    line-height: 1.2;
}
.specs-grid__item dd {
    font-size: .96rem; font-weight: 800; color: var(--c-deep);
    margin: 3px 0 0; font-family: 'Manrope', sans-serif;
    line-height: 1.2; letter-spacing: -.01em;
}

/* ---------- FAQ ACCORDION ---------- */
.faq {
    background: var(--c-bg-soft);
    padding: 4rem 0 4.5rem;
    border-top: 1px solid var(--c-border);
}
.faq__list {
    max-width: 820px;
    margin: 0 auto;
    display: flex; flex-direction: column; gap: .75rem;
}
.faq__item {
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius);
    box-shadow: 0 1px 3px rgba(14,42,58,.04);
    overflow: hidden;
    transition: box-shadow .2s ease, border-color .2s ease;
}
.faq__item[open] {
    border-color: var(--c-aqua);
    box-shadow: 0 6px 18px rgba(30,155,208,.12);
}
.faq__q {
    list-style: none;
    cursor: pointer;
    padding: 1rem 1.3rem;
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 1.02rem;
    color: var(--c-deep);
    user-select: none;
}
.faq__q::-webkit-details-marker { display: none }
.faq__q::marker { content: '' }
.faq__q:hover { color: var(--c-aqua-dark) }
.faq__chevron {
    flex-shrink: 0;
    transition: transform .2s ease;
    color: var(--c-aqua-dark);
}
.faq__item[open] .faq__chevron { transform: rotate(180deg) }
.faq__a {
    padding: 0 1.3rem 1.2rem;
    color: var(--c-text);
    line-height: 1.6;
    border-top: 1px solid var(--c-border);
    margin-top: -1px;
}
.faq__a p { margin: 1rem 0 0 }

@media (prefers-reduced-motion: reduce) {
    .hero-slider__slide, .faq__chevron { transition: none }
    * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important }
}
