/* =========================================================
   Aqua Book Writers — Premium custom styles
   ========================================================= */
:root {
    --aqua: #0f9eab;
    --aqua-bright: #24c4d1;
    --aqua-soft: #e6f7f9;
    --aqua-deep: #0a6f7a;
    --brand-green: #a3b53c;
    --brand-green-bright: #c4d64e;
    --brand-green-deep: #87962f;
    --ink: #122033;
    --ink-soft: #3a4a5c;
    --crimson: #c41e3a;
    --crimson-deep: #9b1630;
    --paper: #f7fafb;
    --white: #ffffff;
    --line: rgba(18, 32, 51, 0.08);
    --shadow-soft: 0 20px 50px rgba(10, 50, 60, 0.12);
    --radius: 18px;
    --font-display: "Cormorant Garamond", Georgia, serif;
    --font-body: "Outfit", system-ui, sans-serif;
    --header-h: 76px;
    --topbar-h: 40px;
}

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

body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--ink);
    background: var(--paper);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    position: relative;
    overflow-x: clip;
}
html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

/* ========== Global aqua ambient FX ========== */
.aqua-ambient {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}
.site-header,
main,
.site-footer { position: relative; z-index: 1; }

/* Keep LiveChat above site chrome */
#chat-widget-container,
#chat-widget-minimized {
    z-index: 2147483000 !important;
}

.aqua-caustic {
    position: absolute;
    width: 55vw;
    height: 55vw;
    border-radius: 50%;
    filter: blur(60px);
    opacity: .22;
    mix-blend-mode: multiply;
}
.aqua-caustic-a {
    top: -10%;
    left: -8%;
    background: radial-gradient(circle, rgba(36,196,209,.55), rgba(15,158,171,.15) 45%, transparent 70%);
    animation: aquaDrift 18s ease-in-out infinite alternate;
}
.aqua-caustic-b {
    right: -12%;
    bottom: 5%;
    background: radial-gradient(circle, rgba(15,158,171,.4), rgba(36,196,209,.12) 50%, transparent 72%);
    animation: aquaDrift 22s ease-in-out infinite alternate-reverse;
}
@keyframes aquaDrift {
    from { transform: translate(0, 0) scale(1); }
    to { transform: translate(4%, -5%) scale(1.12); }
}

.aqua-flow {
    position: absolute;
    width: 140%;
    height: 220px;
    left: -20%;
    border-radius: 50%;
    background: linear-gradient(90deg, transparent, rgba(36,196,209,.08), transparent);
    filter: blur(20px);
    animation: aquaFlow 16s linear infinite;
}
.aqua-flow-1 { top: 18%; animation-duration: 18s; }
.aqua-flow-2 { top: 48%; opacity: .7; animation-duration: 24s; animation-direction: reverse; }
.aqua-flow-3 { top: 76%; opacity: .55; animation-duration: 20s; }
@keyframes aquaFlow {
    from { transform: translateX(-8%) rotate(-2deg); }
    to { transform: translateX(8%) rotate(2deg); }
}

.aqua-wave-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 120px;
    color: rgba(15, 158, 171, .18);
    animation: waveLine 10s ease-in-out infinite;
}
.aqua-wave-line-1 { top: 30%; }
.aqua-wave-line-2 { top: 62%; color: rgba(15, 158, 171, .12); animation-duration: 14s; animation-direction: reverse; }
@keyframes waveLine {
    0%, 100% { transform: translateY(0) scaleX(1); opacity: .5; }
    50% { transform: translateY(12px) scaleX(1.02); opacity: 1; }
}

.aqua-bubbles { position: absolute; inset: 0; }
.aqua-bubbles span,
.sec-bubbles span {
    position: absolute;
    bottom: -40px;
    border-radius: 50%;
    border: 1.5px solid rgba(36, 196, 209, .35);
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.55), rgba(36,196,209,.12));
    animation: bubbleRise linear infinite;
    opacity: 0;
}
@keyframes bubbleRise {
    0% { transform: translateY(0) scale(.5); opacity: 0; }
    12% { opacity: .7; }
    100% { transform: translateY(-110vh) scale(1.1); opacity: 0; }
}

/* Section-level aqua FX */
.audience-bg,
.services-bg,
.sec-aqua-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.services-section,
.process-section,
.portfolio-section,
.testimonials-section,
.faq-section,
.audience-section {
    position: relative;
    overflow: hidden;
}

.sec-aqua-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: .4;
    animation: orbFloat 12s ease-in-out infinite;
}
.sec-aqua-orb.o1 {
    width: 320px; height: 320px;
    background: rgba(36, 196, 209, .45);
    top: -80px; left: -60px;
}
.sec-aqua-orb.o2 {
    width: 280px; height: 280px;
    background: rgba(15, 158, 171, .35);
    right: -70px; bottom: -40px;
    animation-delay: -4s;
}
.sec-aqua-orb.o3 {
    width: 200px; height: 200px;
    background: rgba(36, 196, 209, .3);
    left: 40%; top: 30%;
    animation-delay: -7s;
}

.sec-ripple {
    position: absolute;
    border: 1.5px solid rgba(15, 158, 171, .22);
    border-radius: 50%;
    animation: secRipple 7s ease-out infinite;
}
.sec-ripple.rr1 {
    width: 220px; height: 220px;
    top: 12%; right: 8%;
}
.sec-ripple.rr2 {
    width: 320px; height: 320px;
    bottom: 8%; left: 6%;
    animation-delay: 2.2s;
    border-color: rgba(36, 196, 209, .18);
}
@keyframes secRipple {
    0% { transform: scale(.6); opacity: .65; }
    100% { transform: scale(1.35); opacity: 0; }
}

.sec-bubbles { position: absolute; inset: 0; }

.sec-wave-fill {
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: -40px;
    height: 180px;
    background: linear-gradient(180deg, transparent, rgba(36, 196, 209, .12));
    border-radius: 50% 50% 0 0;
    animation: waveFill 8s ease-in-out infinite;
}
@keyframes waveFill {
    0%, 100% { transform: translateY(0) scaleX(1); }
    50% { transform: translateY(-14px) scaleX(1.04); }
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: color .25s ease, opacity .25s ease; }
ul { list-style: none; margin: 0; padding: 0; }

h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 600;
    line-height: 1.15;
    color: var(--ink);
}

.section { padding: 80px 0; }
.section-head { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin: 0 0 14px; }
.section-sub {
    margin: 0 auto;
    max-width: 540px;
    color: var(--ink-soft);
    font-size: 1.02rem;
}
.section-head h2 em,
.audience-section h2 em,
.services-section h2 em {
    font-style: italic;
    color: var(--crimson);
}

.eyebrow {
    display: inline-block;
    font-size: .78rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--aqua-deep);
    margin-bottom: 14px;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    cursor: pointer;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: .95rem;
    padding: 14px 28px;
    border-radius: 999px;
    transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, background .3s ease, color .3s ease;
}
.btn:hover { transform: translateY(-3px); }
.btn-crimson {
    background: linear-gradient(135deg, var(--crimson), var(--crimson-deep));
    color: #fff;
    box-shadow: 0 14px 30px rgba(196, 30, 58, .28);
}
.btn-crimson:hover { color: #fff; box-shadow: 0 18px 36px rgba(196, 30, 58, .38); }
.btn-aqua {
    background: linear-gradient(135deg, var(--aqua-bright), var(--aqua-deep));
    color: #fff;
    box-shadow: 0 14px 30px rgba(15, 158, 171, .28);
}
.btn-aqua:hover { color: #fff; }
.btn-green {
    background: linear-gradient(135deg, var(--brand-green-bright), var(--brand-green-deep));
    color: #122033;
    box-shadow: 0 14px 30px rgba(163, 181, 60, .32);
    font-weight: 700;
}
.btn-green:hover { color: #122033; box-shadow: 0 18px 36px rgba(163, 181, 60, .42); }
.btn-ghost-dark {
    background: rgba(255,255,255,.06);
    color: #fff;
    border: 1px solid rgba(255,255,255,.2);
}
.btn-ghost-dark:hover { background: rgba(163, 181, 60, .18); color: #fff; border-color: var(--brand-green); }
.btn-ghost {
    background: rgba(255,255,255,.72);
    color: var(--ink);
    border: 1px solid rgba(18,32,51,.12);
    backdrop-filter: blur(8px);
}
.btn-sm { padding: 10px 20px; font-size: .85rem; }
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: var(--aqua-deep);
}
.text-link:hover { color: var(--crimson); }

/* Topbar + Header */
.topbar {
    position: relative;
    background: linear-gradient(90deg, #0a1520 0%, #0d2a32 45%, #122033 100%);
    color: rgba(255,255,255,.88);
    font-size: .8rem;
    min-height: var(--topbar-h);
    border-bottom: 1px solid rgba(36, 196, 209, .18);
    overflow: hidden;
}
.topbar::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 42%;
    background: linear-gradient(90deg, rgba(15, 158, 171, .22), transparent);
    pointer-events: none;
}
.topbar::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--aqua-bright), var(--brand-green), transparent);
    opacity: .7;
}
.topbar-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: var(--topbar-h);
    padding: 7px 0;
}
.topbar-msg {
    margin: 0;
    flex: 1;
    text-align: center;
    font-family: var(--font-display);
    font-style: italic;
    font-size: .95rem;
    letter-spacing: .01em;
    color: rgba(255,255,255,.9);
}
.topbar-msg strong {
    color: var(--brand-green-bright);
    font-style: normal;
    font-family: var(--font-body);
    font-weight: 700;
}
.topbar-link {
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.78);
    font-size: .78rem;
    font-weight: 500;
    white-space: nowrap;
    transition: color .25s ease;
}
.topbar-link i {
    color: var(--aqua-bright);
    font-size: .85rem;
}
.topbar-link:hover { color: #fff; }
.topbar-link:hover i { color: var(--brand-green-bright); }

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .78);
    backdrop-filter: blur(18px) saturate(1.2);
    -webkit-backdrop-filter: blur(18px) saturate(1.2);
    border-bottom: 1px solid rgba(15, 158, 171, .08);
    transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.site-header::after {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(36,196,209,.35), rgba(163,181,60,.35), transparent);
    opacity: .85;
    pointer-events: none;
}
.site-header.is-scrolled {
    background: rgba(255,255,255,.96);
    border-bottom-color: rgba(18,32,51,.06);
    box-shadow: 0 12px 36px rgba(10, 40, 50, .07);
}
.header-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 28px;
    min-height: var(--header-h);
}
.brand-logo {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    transition: transform .3s ease;
}
.brand-logo:hover { transform: translateY(-1px); }
.brand-logo img {
    height: 46px;
    width: auto;
    display: block;
}
.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 2px;
    min-width: 0;
}
.main-nav .nav-link {
    position: relative;
    font-size: .82rem;
    font-weight: 500;
    letter-spacing: .01em;
    padding: 9px 11px;
    color: var(--ink-soft);
    white-space: nowrap;
    border-radius: 999px;
    transition: color .25s ease, background .25s ease;
}
.main-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 5px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--aqua), var(--brand-green));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .3s ease;
}
.main-nav .nav-link:hover {
    color: var(--aqua-deep);
    background: rgba(15, 158, 171, .07);
}
.main-nav .nav-link.active {
    color: var(--ink);
    font-weight: 600;
    background: rgba(15, 158, 171, .08);
}
.main-nav .nav-link:hover::after,
.main-nav .nav-link.active::after { transform: scaleX(1); }

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-shrink: 0;
}
.header-actions .btn-aqua {
    padding: 11px 18px;
    font-size: .82rem;
    box-shadow: 0 10px 24px rgba(15, 158, 171, .22);
}
.header-actions .btn-aqua:hover {
    box-shadow: 0 14px 28px rgba(15, 158, 171, .32);
}
.header-actions .btn-aqua i,
.header-actions .header-cta i {
    margin-left: 2px;
    font-size: .9em;
}
.header-actions .header-cta {
    padding: 11px 18px;
    font-size: .82rem;
    box-shadow: 0 10px 24px rgba(196, 30, 58, .22);
}
.header-actions .header-cta:hover {
    box-shadow: 0 14px 28px rgba(196, 30, 58, .34);
}

.nav-toggle {
    width: 42px; height: 42px;
    border: 1px solid rgba(15, 158, 171, .18);
    background: #fff;
    border-radius: 12px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: border-color .25s ease, box-shadow .25s ease;
}
.nav-toggle:hover {
    border-color: var(--aqua);
    box-shadow: 0 6px 16px rgba(15, 158, 171, .12);
}
.nav-toggle span {
    display: block; width: 18px; height: 2px;
    background: var(--ink); transition: .3s ease;
    border-radius: 2px;
}
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
    display: none;
    flex-direction: column;
    padding: 8px 20px 22px;
    background: rgba(255,255,255,.98);
    border-top: 1px solid rgba(15, 158, 171, .1);
}
.mobile-nav.is-open { display: flex; }
.mobile-nav a {
    padding: 13px 10px;
    border-bottom: 1px solid rgba(18,32,51,.06);
    font-weight: 500;
    color: var(--ink-soft);
    border-radius: 10px;
    transition: background .25s ease, color .25s ease;
}
.mobile-nav a:last-child { border-bottom: 0; }
.mobile-nav a:hover,
.mobile-nav a.active {
    background: rgba(15, 158, 171, .08);
    color: var(--aqua-deep);
}
.mobile-nav a.active { font-weight: 600; }
.mobile-nav-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
    padding-top: 6px;
}
.mobile-nav .btn,
.mobile-nav a.btn {
    margin-top: 0;
    justify-content: center;
    text-align: center;
    border-bottom: 0;
    width: 100%;
    color: #fff !important;
}
.mobile-nav a.btn-crimson,
.mobile-nav a.btn-crimson:hover,
.mobile-nav a.btn-crimson:focus {
    background: linear-gradient(135deg, var(--crimson), var(--crimson-deep)) !important;
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(196, 30, 58, .28);
}
.mobile-nav a.btn-aqua,
.mobile-nav a.btn-aqua:hover,
.mobile-nav a.btn-aqua:focus {
    background: linear-gradient(135deg, var(--aqua-bright), var(--aqua-deep)) !important;
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(15, 158, 171, .28);
}
body.nav-open {
    overflow: hidden;
    touch-action: none;
}

/* ========== HERO (cinematic) ========== */
.hero {
    position: relative;
    min-height: calc(100vh - var(--topbar-h) - var(--header-h));
    display: flex;
    align-items: center;
    padding: 70px 0 90px;
    overflow: hidden;
    background: #f4fbfc;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }

.hero-mesh {
    position: absolute; inset: -10%;
    background:
        radial-gradient(ellipse 50% 45% at 12% 20%, rgba(36, 196, 209, .32), transparent 60%),
        radial-gradient(ellipse 45% 40% at 88% 18%, rgba(196, 30, 58, .16), transparent 58%),
        radial-gradient(ellipse 55% 50% at 70% 85%, rgba(15, 158, 171, .22), transparent 60%),
        radial-gradient(ellipse 40% 35% at 30% 75%, rgba(255, 255, 255, .8), transparent 70%),
        linear-gradient(165deg, #ffffff 0%, #eef9fb 42%, #f4fbfc 100%);
    animation: meshShift 14s ease-in-out infinite alternate;
}
@keyframes meshShift {
    from { transform: scale(1) translate(0, 0); }
    to { transform: scale(1.06) translate(-1.5%, 1%); }
}

.hero-beam {
    position: absolute;
    width: 2px;
    height: 140%;
    top: -20%;
    background: linear-gradient(180deg, transparent, rgba(36, 196, 209, .35), transparent);
    filter: blur(1px);
    transform-origin: top center;
    animation: beamSweep 9s ease-in-out infinite;
}
.hero-beam-1 { left: 18%; animation-delay: 0s; }
.hero-beam-2 { left: 72%; animation-delay: -4s; opacity: .7; }
@keyframes beamSweep {
    0%, 100% { transform: rotate(-18deg) translateY(0); opacity: .15; }
    50% { transform: rotate(-8deg) translateY(4%); opacity: .55; }
}

.hero-grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(15,158,171,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15,158,171,.045) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse at 40% 40%, #000 20%, transparent 72%);
    animation: gridDrift 32s linear infinite;
}
@keyframes gridDrift {
    from { transform: translateY(0); }
    to { transform: translateY(56px); }
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(48px);
    opacity: .5;
    animation: orbFloat 11s ease-in-out infinite;
}
.hero-orb-1 {
    width: 420px; height: 420px;
    background: #24c4d1;
    top: -8%; left: -120px;
}
.hero-orb-2 {
    width: 320px; height: 320px;
    background: rgba(196, 30, 58, .55);
    top: 8%; right: -90px;
    animation-delay: -3.5s;
}
.hero-orb-3 {
    width: 260px; height: 260px;
    background: rgba(15, 158, 171, .55);
    bottom: 12%; left: 38%;
    animation-delay: -7s;
}
@keyframes orbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(24px, -28px) scale(1.1); }
}

.hero-particles { position: absolute; inset: 0; }
.hero-particles span {
    position: absolute;
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--aqua-bright);
    opacity: 0;
    animation: particleRise linear infinite;
    box-shadow: 0 0 12px rgba(36, 196, 209, .8);
}
@keyframes particleRise {
    0% { transform: translateY(40px) scale(.4); opacity: 0; }
    15% { opacity: .85; }
    100% { transform: translateY(-110vh) scale(1); opacity: 0; }
}

.hero-ink {
    position: absolute;
    width: 18px; height: 18px;
    border-radius: 50% 50% 50% 0;
    background: linear-gradient(135deg, var(--aqua-bright), var(--aqua-deep));
    opacity: .35;
    animation: inkDrift 12s ease-in-out infinite;
    filter: blur(.4px);
}
.ink-1 { top: 22%; left: 46%; animation-delay: 0s; }
.ink-2 { top: 58%; left: 12%; width: 12px; height: 12px; animation-delay: -4s; background: linear-gradient(135deg, #c41e3a, #9b1630); }
.ink-3 { top: 34%; right: 8%; width: 14px; height: 14px; animation-delay: -7s; }
@keyframes inkDrift {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(18px, -30px) rotate(180deg); }
}

.hero-wave {
    position: absolute;
    left: 0; right: 0; bottom: -2px;
    width: 100%;
    height: 160px;
    fill: currentColor;
}
.hero-wave-a { color: rgba(15, 158, 171, .10); animation: waveSlide 10s ease-in-out infinite; }
.hero-wave-b { color: rgba(15, 158, 171, .14); height: 130px; animation: waveSlide 7s ease-in-out infinite reverse; }
.hero-wave-c { color: #f4fbfc; height: 100px; animation: waveSlide 12s ease-in-out infinite; }
@keyframes waveSlide {
    0%, 100% { transform: translateX(0) translateY(0); }
    50% { transform: translateX(-2%) translateY(6px); }
}

.hero-row { position: relative; z-index: 2; }

.hero-rise {
    opacity: 0;
    transform: translateY(28px);
    animation: heroRise .9s cubic-bezier(.2,.8,.2,1) forwards;
    animation-delay: var(--d, 0s);
}
@keyframes heroRise {
    to { opacity: 1; transform: translateY(0); }
}

.brand-lockup {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}
.brand-lockup-logo {
    height: 58px;
    width: auto;
    filter: drop-shadow(0 10px 20px rgba(15, 158, 171, .2));
}
.brand-lockup-text { display: flex; flex-direction: column; gap: 2px; }
.brand-mark {
    font-family: var(--font-display);
    font-size: clamp(1.55rem, 2.6vw, 2.05rem);
    font-weight: 700;
    letter-spacing: .01em;
    color: var(--ink);
    margin: 0;
    line-height: 1.1;
    background: linear-gradient(90deg, var(--ink) 0%, var(--aqua-deep) 55%, var(--crimson) 120%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.brand-tag {
    font-size: .72rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--aqua-deep);
}

.hero-title {
    font-size: clamp(2.55rem, 5.2vw, 4.35rem);
    margin: 0 0 20px;
    max-width: 12ch;
    line-height: 1.05;
}
.hero-title .line {
    display: block;
    overflow: hidden;
}
.hero-title .line.accent {
    background: linear-gradient(100deg, var(--crimson) 0%, var(--aqua-deep) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: italic;
    font-weight: 600;
}

.hero-lead {
    font-size: 1.08rem;
    color: var(--ink-soft);
    max-width: 34rem;
    margin: 0 0 30px;
    line-height: 1.7;
}

.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }

.btn-shine {
    position: relative;
    overflow: hidden;
}
.btn-shine::after {
    content: "";
    position: absolute;
    top: 0; left: -40%;
    width: 35%; height: 100%;
    background: linear-gradient(100deg, transparent, rgba(255,255,255,.45), transparent);
    transform: skewX(-20deg);
    animation: shineSweep 3.8s ease-in-out infinite;
}
@keyframes shineSweep {
    0%, 55% { left: -40%; }
    80%, 100% { left: 130%; }
}

.hero-assure {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}
.assure-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    font-weight: 600;
    color: var(--ink-soft);
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.65);
    border: 1px solid rgba(15, 158, 171, .14);
    backdrop-filter: blur(8px);
}
.assure-item i { color: var(--brand-green); font-size: .85rem; }

/* Book stage — 3D fan */
.book-stage {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1400px;
}
.stage-glow {
    position: absolute;
    width: 420px; height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(36, 196, 209, .35) 0%, rgba(36, 196, 209, .08) 45%, transparent 70%);
    animation: glowPulse 5s ease-in-out infinite;
    z-index: 0;
}
.stage-ripple {
    position: absolute;
    border: 1.5px solid rgba(15, 158, 171, .28);
    border-radius: 50%;
    z-index: 0;
    animation: rippleOut 5.5s ease-out infinite;
}
.stage-ripple.r1 { width: 280px; height: 280px; }
.stage-ripple.r2 { width: 360px; height: 360px; animation-delay: 1.2s; border-color: rgba(196, 30, 58, .18); }
.stage-ripple.r3 { width: 440px; height: 440px; animation-delay: 2.4s; }
@keyframes rippleOut {
    0% { transform: scale(.72); opacity: .7; }
    100% { transform: scale(1.25); opacity: 0; }
}

.book-fan {
    position: relative;
    width: 420px;
    height: 460px;
    transform-style: preserve-3d;
    z-index: 2;
}
.fan-book {
    position: absolute;
    margin: 0;
    width: 168px;
    left: 50%;
    top: 50%;
    border-radius: 6px;
    overflow: hidden;
    background: #111;
    box-shadow:
        0 25px 50px rgba(10, 40, 55, .28),
        0 2px 0 rgba(255,255,255,.2) inset;
    transform-origin: center bottom;
    transition: transform .55s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease;
    will-change: transform;
}
.fan-book img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    display: block;
}
.fan-book::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(255,255,255,.28) 0%, transparent 32%, transparent 68%, rgba(0,0,0,.12) 100%);
    pointer-events: none;
}
.fan-book.b1 { transform: translate(-50%, -58%) rotate(-28deg) translateX(-130px) translateZ(-40px); z-index: 1; }
.fan-book.b2 { transform: translate(-50%, -58%) rotate(-14deg) translateX(-68px) translateZ(-10px); z-index: 2; }
.fan-book.b3 { transform: translate(-50%, -62%) rotate(0deg) translateX(0) translateZ(40px) scale(1.08); z-index: 5; width: 190px; }
.fan-book.b3 img { height: 290px; }
.fan-book.b4 { transform: translate(-50%, -58%) rotate(14deg) translateX(68px) translateZ(-10px); z-index: 2; }
.fan-book.b5 { transform: translate(-50%, -58%) rotate(28deg) translateX(130px) translateZ(-40px); z-index: 1; }

.book-stage:hover .fan-book.b1 { transform: translate(-50%, -58%) rotate(-34deg) translateX(-150px) translateZ(-20px); }
.book-stage:hover .fan-book.b2 { transform: translate(-50%, -58%) rotate(-18deg) translateX(-82px) translateZ(0); }
.book-stage:hover .fan-book.b3 { transform: translate(-50%, -64%) rotate(0deg) translateX(0) translateZ(60px) scale(1.12); }
.book-stage:hover .fan-book.b4 { transform: translate(-50%, -58%) rotate(18deg) translateX(82px) translateZ(0); }
.book-stage:hover .fan-book.b5 { transform: translate(-50%, -58%) rotate(34deg) translateX(150px) translateZ(-20px); }

.stage-base {
    position: absolute;
    bottom: 48px;
    width: 280px;
    height: 28px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(10, 60, 70, .28), transparent 70%);
    filter: blur(6px);
    z-index: 1;
    animation: basePulse 5.8s ease-in-out infinite;
}
@keyframes basePulse {
    0%, 100% { transform: scaleX(1); opacity: .7; }
    50% { transform: scaleX(1.12); opacity: 1; }
}

.orbit-spark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(36, 196, 209, .25), 0 0 18px rgba(36, 196, 209, .9);
    z-index: 3;
    transform-origin: 0 0;
}
.orbit-spark.s1 { animation: orbit1 11s linear infinite; }
.orbit-spark.s2 { animation: orbit2 14s linear infinite; width: 6px; height: 6px; }
.orbit-spark.s3 {
    animation: orbit3 9s linear infinite;
    background: #ffd7de;
    box-shadow: 0 0 0 4px rgba(196,30,58,.2), 0 0 16px rgba(196,30,58,.7);
}
.orbit-spark.s4 { animation: orbit4 16s linear infinite; width: 5px; height: 5px; }
@keyframes orbit1 {
    from { transform: rotate(0deg) translateX(170px) rotate(0deg); }
    to { transform: rotate(360deg) translateX(170px) rotate(-360deg); }
}
@keyframes orbit2 {
    from { transform: rotate(90deg) translateX(200px) rotate(-90deg); }
    to { transform: rotate(450deg) translateX(200px) rotate(-450deg); }
}
@keyframes orbit3 {
    from { transform: rotate(180deg) translateX(145px) rotate(-180deg); }
    to { transform: rotate(540deg) translateX(145px) rotate(-540deg); }
}
@keyframes orbit4 {
    from { transform: rotate(270deg) translateX(220px) rotate(-270deg); }
    to { transform: rotate(630deg) translateX(220px) rotate(-630deg); }
}

.hero-scroll {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--aqua-deep);
    font-size: .72rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 600;
}
.hero-scroll span {
    width: 22px; height: 34px;
    border: 2px solid rgba(15, 158, 171, .45);
    border-radius: 14px;
    position: relative;
}
.hero-scroll span::before {
    content: "";
    position: absolute;
    top: 6px; left: 50%;
    width: 4px; height: 8px;
    margin-left: -2px;
    border-radius: 4px;
    background: var(--aqua);
    animation: scrollDot 1.8s ease-in-out infinite;
}
@keyframes scrollDot {
    0% { top: 6px; opacity: 1; }
    100% { top: 18px; opacity: 0; }
}

/* Trust logos marquee */
.trust-logos {
    position: relative;
    z-index: 2;
    padding: 28px 0 36px;
    background: linear-gradient(180deg, #f4fbfc 0%, #fafcfd 55%, #ffffff 100%);
    overflow: hidden;
}
.trust-logos-badge {
    display: table;
    margin: 0 auto 22px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(196, 30, 58, .08);
    color: var(--crimson);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-align: center;
}
.trust-logos-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.trust-logos-track {
    display: flex;
    align-items: center;
    gap: 16px;
    width: max-content;
    padding: 8px 0;
    will-change: transform;
    animation: trustMarquee 28s linear infinite;
}
.trust-logos-marquee:hover .trust-logos-track {
    animation-play-state: paused;
}
.trust-logo-card {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 178px;
    height: 68px;
    padding: 12px 24px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(18, 32, 51, .06);
    box-shadow: 0 10px 28px rgba(10, 40, 55, .06);
}
.trust-logo-card span {
    color: #3a4553;
    font-weight: 700;
    white-space: nowrap;
    line-height: 1;
}
.trust-logo-card.logo-nbc span {
    font-family: var(--font-body);
    font-size: 1.35rem;
    letter-spacing: .04em;
}
.trust-logo-card.logo-esquire span {
    font-family: var(--font-display);
    font-size: 1.55rem;
    font-style: italic;
    font-weight: 600;
}
.trust-logo-card.logo-latimes span {
    font-family: var(--font-display);
    font-size: 1.05rem;
    letter-spacing: -.01em;
}
.trust-logo-card.logo-forbes span {
    font-family: var(--font-display);
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: .02em;
}
.trust-logo-card.logo-nyt span {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
}
.trust-logo-card .bbc-blocks {
    display: inline-flex;
    gap: 4px;
}
.trust-logo-card .bbc-blocks i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    background: #3a4553;
    color: #fff;
    font-style: normal;
    font-family: var(--font-body);
    font-size: .72rem;
    font-weight: 700;
}

@keyframes trustMarquee {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-33.333%, 0, 0); }
}
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* Audience — premium split */
.audience-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f4fbfc 0%, #eef9fb 45%, #e8f6f8 100%);
    padding-top: 40px;
    padding-bottom: 56px;
    margin-top: -40px;
}
.audience-bg { position: absolute; inset: 0; pointer-events: none; }
.aud-pattern {
    position: absolute; inset: 0;
    background-image:
        radial-gradient(rgba(15,158,171,.09) 1px, transparent 1px);
    background-size: 22px 22px;
    mask-image: radial-gradient(ellipse at 30% 40%, #000 10%, transparent 70%);
    opacity: .7;
}
.aud-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    opacity: .5;
}
.aud-orb-1 {
    width: 420px; height: 420px;
    background: rgba(36, 196, 209, .42);
    top: -100px; left: -120px;
    animation: orbFloat 12s ease-in-out infinite;
}
.aud-orb-2 {
    width: 320px; height: 320px;
    background: rgba(196, 30, 58, .2);
    bottom: -80px; right: -90px;
    animation: orbFloat 10s ease-in-out infinite reverse;
}

.audience-shell {
    position: relative;
    z-index: 1;
    padding: 22px;
    border-radius: 40px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.88), rgba(255,255,255,.45));
    border: 1px solid rgba(15, 158, 171, .14);
    box-shadow:
        0 40px 90px rgba(10, 50, 60, .1),
        inset 0 1px 0 rgba(255,255,255,.8);
    backdrop-filter: blur(14px);
}

.audience-copy {
    height: 100%;
    padding: 30px 22px 22px 26px;
}
.aud-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}
.aud-kicker-line {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--aqua), var(--brand-green));
    border-radius: 2px;
}
.audience-section h2 {
    font-size: clamp(2.05rem, 3.7vw, 3.25rem);
    margin: 0 0 22px;
    max-width: 15ch;
}
.audience-section h2 em {
    position: relative;
    display: inline-block;
}
.audience-section h2 em::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 2px;
    height: 10px;
    background: linear-gradient(90deg, rgba(36, 196, 209, .38), rgba(196, 30, 58, .18));
    z-index: -1;
    border-radius: 4px;
}
.aud-lead {
    font-size: 1.08rem;
    color: var(--ink-soft);
    margin-bottom: 14px;
}
.audience-copy > p { color: var(--ink-soft); }

.aud-quote-chip {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 22px 0 8px;
    padding: 14px 18px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(15,158,171,.1), rgba(196,30,58,.06));
    border-left: 3px solid var(--aqua);
}
.aud-quote-chip i { color: var(--crimson); font-size: 1.1rem; }
.aud-quote-chip p {
    margin: 0;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.15rem;
    color: var(--ink);
}

.aud-features {
    margin-top: 28px;
    display: grid;
    gap: 12px;
}
.aud-feature {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(15, 158, 171, .1);
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.aud-feature:hover {
    transform: translateX(8px);
    box-shadow: 0 18px 40px rgba(10, 50, 60, .12);
    border-color: rgba(15, 158, 171, .3);
}
.aud-feature-icon {
    width: 48px; height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(163, 181, 60, .2), rgba(15, 158, 171, .1));
    color: var(--brand-green-deep);
    font-size: 1.05rem;
}
.aud-feature h3 { margin: 0 0 4px; font-size: 1.15rem; }
.aud-feature p { margin: 0; font-size: .9rem; color: var(--ink-soft); }
.aud-num {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 700;
    color: rgba(18,32,51,.12);
}

.quote-panel {
    position: relative;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(10, 40, 55, .16);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.quote-panel-glow {
    position: absolute;
    width: 240px; height: 240px;
    right: -70px; top: -70px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(36, 196, 209, .4), transparent 70%);
    pointer-events: none;
    animation: glowPulse 5s ease-in-out infinite;
}
.quote-panel::before {
    content: "";
    position: absolute;
    inset: 12px -16px -16px 12px;
    border-radius: 30px;
    background: linear-gradient(155deg, var(--aqua-bright), var(--aqua-deep) 50%, rgba(196, 30, 58, .6));
    z-index: -1;
}
.quote-panel-head {
    position: relative;
    background:
        radial-gradient(circle at 88% 12%, rgba(36, 196, 209, .32), transparent 42%),
        linear-gradient(145deg, #16324a 0%, #0f1c2e 100%);
    color: #fff;
    padding: 30px 28px 26px;
}
.quote-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(36, 196, 209, .18);
    border: 1px solid rgba(36, 196, 209, .35);
    color: #9aebf2;
    margin-bottom: 14px;
}
.quote-panel-head span {
    display: block;
    font-size: .88rem;
    opacity: .72;
    margin-bottom: 4px;
}
.quote-panel-head strong {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 2.5vw, 2.2rem);
    font-weight: 600;
    margin-bottom: 8px;
}
.quote-panel-head > p {
    margin: 0 0 18px;
    font-size: .9rem;
    opacity: .7;
    max-width: 34ch;
}
.quote-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.quote-mini-stats div {
    text-align: center;
    padding: 10px 6px;
    border-radius: 12px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
}
.quote-mini-stats b {
    display: block;
    font-family: var(--font-display);
    font-size: 1.25rem;
    color: var(--aqua-bright);
}
.quote-mini-stats span {
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .65;
}

.lead-form {
    padding: 26px 26px 28px;
    display: grid;
    gap: 12px;
    flex: 1;
}
.lead-form .field { position: relative; }
.lead-form .field > i {
    position: absolute;
    left: 16px;
    top: 17px;
    color: var(--aqua);
    font-size: .9rem;
    pointer-events: none;
    z-index: 1;
}
.lead-form .field-area > i { top: 18px; }
.lead-form input,
.lead-form textarea {
    width: 100%;
    border: 1px solid rgba(18, 32, 51, .1);
    background: #f3f8f9;
    border-radius: 14px;
    padding: 14px 16px 14px 44px;
    font-family: var(--font-body);
    font-size: .95rem;
    outline: none;
    transition: border-color .25s ease, box-shadow .25s ease, background .25s ease, transform .25s ease;
}
.lead-form textarea { resize: vertical; min-height: 110px; }
.lead-form input:focus,
.lead-form textarea:focus {
    border-color: var(--aqua);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(15, 158, 171, .12);
    transform: translateY(-1px);
}
.lead-form .btn { margin-top: 4px; padding: 15px 28px; }
.form-note {
    margin: 4px 0 0;
    text-align: center;
    font-size: .78rem;
    color: var(--ink-soft);
}
.form-note i { color: var(--aqua); margin-right: 4px; }
.lead-form-inline { padding: 0; }
.lead-form-inline input,
.lead-form-inline textarea { padding-left: 16px; }

/* Services */
.section.services-section {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding-top: 72px;
    padding-bottom: 72px;
}
.services-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 90% 10%, rgba(15,158,171,.1), transparent 35%),
        radial-gradient(circle at 10% 90%, rgba(196,30,58,.06), transparent 40%);
    pointer-events: none;
}
.services-flow {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 18px;
    position: relative;
}
.service-slab {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 34px 32px;
    border-radius: 28px;
    overflow: hidden;
    min-height: 180px;
    color: var(--ink);
    isolation: isolate;
    border: 1px solid transparent;
    transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease, border-color .35s ease;
}
.service-slab::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.45) 48%, transparent 65%);
    transform: translateX(-120%);
    transition: transform .7s ease;
    z-index: 0;
}
.service-slab > * { position: relative; z-index: 1; }
.service-slab:hover {
    transform: translateY(-10px) scale(1.01);
    box-shadow: 0 30px 70px rgba(10,50,60,.14);
    border-color: rgba(15,158,171,.2);
}
.service-slab:hover::after { transform: translateX(120%); }
.slab-index {
    font-family: var(--font-display);
    font-size: 2.1rem;
    font-weight: 700;
    color: rgba(18,32,51,.16);
}
.service-slab h3 { margin: 0 0 8px; font-size: 1.55rem; }
.service-slab p { margin: 0 0 12px; color: var(--ink-soft); font-size: .95rem; }
.slab-link {
    font-size: .82rem;
    font-weight: 700;
    color: var(--brand-green-deep);
    letter-spacing: .04em;
}
.slab-link i { transition: transform .3s ease; }
.service-slab:hover .slab-link i { transform: translateX(5px); }
.slab-icon {
    font-size: 1.7rem;
    color: var(--aqua-deep);
    transition: transform .5s ease, color .3s ease;
}
.service-slab:hover .slab-icon {
    transform: rotate(-12deg) scale(1.18);
    color: var(--crimson);
}
.slab-a { background: linear-gradient(145deg, #e8f8fa, #d4f0f4); grid-column: 1 / 2; }
.slab-b { background: linear-gradient(145deg, #fff1f3, #ffe3e8); grid-column: 2 / 3; }
.slab-c { background: linear-gradient(145deg, #f3f6fb, #e6ecf5); }
.slab-d { background: linear-gradient(145deg, #eefaf6, #d9f3ea); }
.slab-e { background: linear-gradient(145deg, #eaf4fb, #d5e8f4); grid-column: 1 / 2; }
.slab-f { background: linear-gradient(145deg, #fff5ea, #ffe7d2); grid-column: 2 / 3; }

/* Why choose us */
.section.why-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f7fafb 0%, #eef8fa 55%, #f7fafb 100%);
    padding-top: 72px;
    padding-bottom: 72px;
}
.why-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.why-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(260px, .9fr) minmax(0, 1.4fr);
    gap: 40px 48px;
    align-items: center;
}
.why-intro h2 {
    margin: 0 0 14px;
    font-size: clamp(2rem, 3.2vw, 2.75rem);
}
.why-intro h2 em {
    font-style: italic;
    color: var(--aqua-deep);
}
.why-intro > p {
    margin: 0 0 26px;
    color: var(--ink-soft);
    max-width: 34ch;
    font-size: 1.05rem;
}
.why-intro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.why-item {
    position: relative;
    padding: 22px 20px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(15, 158, 171, .12);
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.why-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(10, 50, 60, .12);
    border-color: rgba(15, 158, 171, .28);
}
.why-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background: linear-gradient(145deg, rgba(163, 181, 60, .22), rgba(15, 158, 171, .12));
    color: var(--brand-green-deep);
    font-size: 1.05rem;
}
.why-item:nth-child(even) .why-icon {
    background: linear-gradient(145deg, rgba(15, 158, 171, .18), rgba(196, 30, 58, .08));
    color: var(--aqua-deep);
}
.why-num {
    position: absolute;
    top: 14px;
    right: 16px;
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 700;
    color: rgba(18, 32, 51, .1);
    line-height: 1;
}
.why-item h3 {
    margin: 0 0 8px;
    font-size: 1.15rem;
}
.why-item p {
    margin: 0;
    font-size: .9rem;
    color: var(--ink-soft);
    line-height: 1.55;
}

/* Stats */
.stats-band {
    position: relative;
    padding: 72px 0;
    background: linear-gradient(125deg, #071520 0%, #0d3340 38%, #0a6a75 72%, #0e4a58 100%);
    color: #fff;
    overflow: hidden;
}
.stats-fx {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.stats-mesh {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(36,196,209,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(36,196,209,.06) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse at center, #000 20%, transparent 75%);
    animation: statsGrid 28s linear infinite;
    opacity: .7;
}
@keyframes statsGrid {
    from { transform: translateY(0); }
    to { transform: translateY(48px); }
}

.stats-aqua-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    opacity: .55;
    animation: statsGlow 8s ease-in-out infinite;
}
.stats-aqua-glow.g1 {
    width: 520px; height: 520px;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(36,196,209,.55), transparent 68%);
}
.stats-aqua-glow.g2 {
    width: 340px; height: 340px;
    left: -80px; top: -60px;
    background: radial-gradient(circle, rgba(36,196,209,.4), transparent 70%);
    animation-delay: -2.5s;
}
.stats-aqua-glow.g3 {
    width: 300px; height: 300px;
    right: -60px; bottom: -80px;
    background: radial-gradient(circle, rgba(15,158,171,.45), rgba(196,30,58,.15), transparent 70%);
    animation-delay: -5s;
}
@keyframes statsGlow {
    0%, 100% { opacity: .4; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: .85; transform: translate(-50%, -50%) scale(1.15); }
}
.stats-aqua-glow.g2,
.stats-aqua-glow.g3 {
    animation-name: statsGlowSide;
}
@keyframes statsGlowSide {
    0%, 100% { opacity: .35; transform: scale(1); }
    50% { opacity: .75; transform: scale(1.12); }
}

.stats-beam {
    position: absolute;
    width: 2px;
    height: 160%;
    top: -30%;
    background: linear-gradient(180deg, transparent, rgba(36,196,209,.45), transparent);
    filter: blur(1px);
    animation: statsBeam 10s ease-in-out infinite;
}
.stats-beam.b1 { left: 18%; animation-delay: 0s; }
.stats-beam.b2 { left: 50%; opacity: .6; animation-delay: -3s; }
.stats-beam.b3 { left: 82%; animation-delay: -6s; }
@keyframes statsBeam {
    0%, 100% { transform: rotate(-16deg) translateY(0); opacity: .15; }
    50% { transform: rotate(-6deg) translateY(5%); opacity: .7; }
}

.stats-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1.5px solid rgba(36, 196, 209, .22);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: statsRing 8s ease-out infinite;
}
.stats-ring.r1 { width: 280px; height: 280px; }
.stats-ring.r2 { width: 420px; height: 420px; animation-delay: 1.5s; border-color: rgba(154, 235, 242, .16); }
.stats-ring.r3 { width: 560px; height: 560px; animation-delay: 3s; border-color: rgba(36, 196, 209, .1); }
@keyframes statsRing {
    0% { transform: translate(-50%, -50%) scale(.7); opacity: .7; }
    100% { transform: translate(-50%, -50%) scale(1.25); opacity: 0; }
}

.stats-wave-svg {
    position: absolute;
    left: 0;
    width: 100%;
    fill: currentColor;
    pointer-events: none;
}
.stats-wave-svg.w1 {
    bottom: -2px;
    height: 140px;
    color: rgba(7, 21, 32, .45);
    animation: waveSlide 11s ease-in-out infinite;
}
.stats-wave-svg.w2 {
    bottom: -2px;
    height: 110px;
    color: rgba(36, 196, 209, .12);
    animation: waveSlide 8s ease-in-out infinite reverse;
}
.stats-wave-svg.w3 {
    top: -2px;
    height: 90px;
    color: rgba(36, 196, 209, .08);
    animation: waveSlide 13s ease-in-out infinite;
}

.stats-spark {
    position: absolute;
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(36,196,209,.2), 0 0 18px rgba(36,196,209,.85);
}
.stats-spark.s1 { top: 22%; left: 12%; animation: sparkFloat 5s ease-in-out infinite; }
.stats-spark.s2 { top: 30%; right: 16%; animation: sparkFloat 6.5s ease-in-out infinite .8s; width: 5px; height: 5px; }
.stats-spark.s3 { bottom: 28%; left: 28%; animation: sparkFloat 7s ease-in-out infinite 1.4s; background: #9aebf2; }
.stats-spark.s4 { bottom: 24%; right: 22%; animation: sparkFloat 5.5s ease-in-out infinite 2s; width: 6px; height: 6px; }
@keyframes sparkFloat {
    0%, 100% { transform: translateY(0) scale(1); opacity: .55; }
    50% { transform: translateY(-16px) scale(1.25); opacity: 1; }
}
@keyframes glowPulse {
    0%, 100% { opacity: .55; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.12); }
}

.stats-bubbles { position: absolute; inset: 0; }
.stats-bubbles span {
    position: absolute;
    bottom: -30px;
    border-radius: 50%;
    border: 1.5px solid rgba(154, 235, 242, .35);
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.4), rgba(36,196,209,.12));
    animation: bubbleRise linear infinite;
    opacity: 0;
}

.stats-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    text-align: center;
}
.stat-item {
    padding: 28px 14px;
    border-radius: 22px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 40px rgba(0,0,0,.15);
    transition: transform .4s ease, background .35s ease, border-color .35s ease;
}
.stat-item:hover {
    transform: translateY(-6px);
    background: rgba(36, 196, 209, .12);
    border-color: rgba(154, 235, 242, .35);
}
.stat-item strong {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 4vw, 3.5rem);
    font-weight: 700;
}
.stat-item span {
    font-family: var(--font-display);
    font-size: 2rem;
    color: var(--aqua-bright);
}
.stat-item p {
    margin: 8px 0 0;
    opacity: .78;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .75rem;
}

/* Process */
.section.process-section {
    background:
        radial-gradient(circle at 10% 20%, rgba(15,158,171,.06), transparent 40%),
        var(--paper);
    padding-top: 72px;
    padding-bottom: 72px;
}
.process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.process-step {
    position: relative;
    padding: 28px 24px;
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(15,158,171,.1);
    box-shadow: 0 14px 36px rgba(18,32,51,.05);
    transition: transform .4s ease, box-shadow .4s ease, border-color .3s ease;
    overflow: hidden;
}
.process-step::before {
    content: "";
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--aqua), var(--crimson));
    opacity: .85;
}
.process-step:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(10,50,60,.12);
    border-color: rgba(15,158,171,.25);
}
.process-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.process-top span {
    font-family: var(--font-display);
    font-size: 2.3rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--aqua), var(--crimson));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
}
.process-top i {
    width: 42px; height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(163, 181, 60, .14);
    color: var(--brand-green-deep);
}
.process-step h3 { margin: 0 0 8px; font-size: 1.35rem; }
.process-step p { margin: 0; color: var(--ink-soft); font-size: .92rem; }

/* Mid dark CTA */
.mid-cta {
    position: relative;
    padding: 68px 0;
    overflow: hidden;
    background: linear-gradient(125deg, #0a1014 0%, #121a16 40%, #0d1a12 70%, #0a1210 100%);
    color: #fff;
}
.mid-cta-fx {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.mid-cta-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(163,181,60,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(163,181,60,.05) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(ellipse at center, #000 25%, transparent 75%);
}
.mid-cta-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(55px);
    animation: orbFloat 12s ease-in-out infinite;
}
.mid-cta-glow.g1 {
    width: 420px; height: 420px;
    background: rgba(163, 181, 60, .28);
    top: -120px; left: -80px;
}
.mid-cta-glow.g2 {
    width: 360px; height: 360px;
    background: rgba(15, 158, 171, .18);
    right: -100px; bottom: -120px;
    animation-delay: -4s;
}
.mid-cta-wave {
    position: absolute;
    left: 0; right: 0; bottom: -2px;
    width: 100%;
    height: 90px;
    fill: rgba(163, 181, 60, .08);
}
.mid-cta-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    padding: 36px 40px;
    border-radius: 28px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(163, 181, 60, .22);
    box-shadow: 0 24px 60px rgba(0,0,0,.25);
    backdrop-filter: blur(10px);
}
.mid-cta-copy { max-width: 640px; }
.mid-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--brand-green-bright);
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(163, 181, 60, .12);
    border: 1px solid rgba(163, 181, 60, .3);
    margin-bottom: 14px;
}
.mid-cta-copy h2 {
    color: #fff;
    font-size: clamp(1.9rem, 3.4vw, 2.8rem);
    margin: 0 0 12px;
}
.mid-cta-copy p {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 1.05rem;
}
.mid-cta-copy strong { color: var(--brand-green-bright); }
.mid-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex-shrink: 0;
}

/* Portfolio */
.section.portfolio-section {
    background: linear-gradient(180deg, #ffffff 0%, #e5f5f7 55%, #d8eef2 100%);
    overflow: hidden;
    padding-top: 72px;
    padding-bottom: 72px;
}
.portfolio-marquee {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    margin-bottom: 18px;
}
.portfolio-track {
    display: flex;
    gap: 28px;
    width: max-content;
    animation: marquee 40s linear infinite;
    padding: 16px 0;
}
.portfolio-marquee.reverse .portfolio-track {
    animation: marqueeReverse 45s linear infinite;
}
@keyframes marqueeReverse {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
.folio-book {
    position: relative;
    margin: 0;
    width: 180px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 44px rgba(10,40,50,.22);
    transition: transform .45s ease;
    background: #fff;
}
.folio-book img { width: 100%; height: 270px; object-fit: cover; }
.folio-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.35) 48%, transparent 60%);
    transform: translateX(-120%);
    transition: transform .7s ease;
}
.folio-book:hover { transform: translateY(-14px) rotate(-2deg) scale(1.05); }
.folio-book:hover .folio-shine { transform: translateX(120%); }
.portfolio-marquee:hover .portfolio-track { animation-play-state: paused; }

/* Bridge */
.bridge-section {
    background: linear-gradient(180deg, #ffffff 0%, #f4fbfc 55%, #dff4f7 100%);
    padding: 0;
}
.bridge-frame {
    margin: 0;
    padding: 64px 0 36px;
    border-radius: 0;
    background: transparent;
    border: 0;
    border-top: 1px solid rgba(18, 32, 51, .06);
}
.bridge-visual {
    position: relative;
    display: flex;
    justify-content: center;
}
.bridge-visual img {
    position: relative;
    z-index: 1;
    max-width: 360px;
    filter: drop-shadow(0 30px 40px rgba(15,158,171,.25));
}
.aqua-blob {
    position: absolute;
    width: 300px; height: 300px;
    border-radius: 42% 58% 60% 40% / 45% 42% 58% 55%;
    background: linear-gradient(135deg, rgba(36,196,209,.35), rgba(15,158,171,.15));
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    animation: blobMorph 9s ease-in-out infinite;
}
.bridge-ring {
    position: absolute;
    width: 320px; height: 320px;
    border: 1.5px dashed rgba(15,158,171,.3);
    border-radius: 50%;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    animation: spinSlow 30s linear infinite;
}
@keyframes blobMorph {
    0%,100% { border-radius: 42% 58% 60% 40% / 45% 42% 58% 55%; }
    50% { border-radius: 60% 40% 35% 65% / 55% 48% 52% 45%; }
}
@keyframes spinSlow { to { transform: translate(-50%, -50%) rotate(360deg); } }
.bridge-section h2 {
    font-size: clamp(2rem, 3.5vw, 3rem);
    margin: 0 0 16px;
}
.bridge-points { margin: 22px 0 0; display: grid; gap: 12px; }
.bridge-points li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-weight: 500;
    color: var(--ink-soft);
}
.bridge-points i {
    margin-top: 3px;
    color: var(--aqua);
    background: rgba(15,158,171,.12);
    width: 20px; height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .65rem;
}
.bridge-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
}

/* Testimonials */
.section.testimonials-section {
    position: relative;
    overflow: hidden;
    padding-top: 56px;
    padding-bottom: 72px;
    margin-top: -1px;
    background:
        linear-gradient(180deg, #dff4f7 0%, #eaf8fa 35%, #f2fbfd 70%, #e6f5f8 100%);
}
.testimonials-fx {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.t-fx-mesh {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(15, 158, 171, .11) 1.2px, transparent 1.2px);
    background-size: 26px 26px;
    mask-image: radial-gradient(ellipse at 50% 40%, #000 15%, transparent 72%);
    animation: statsGrid 30s linear infinite;
    opacity: .55;
}
.t-fx-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(48px);
    animation: orbFloat 14s ease-in-out infinite;
}
.t-fx-orb.o1 {
    width: 380px; height: 380px;
    background: rgba(36, 196, 209, .32);
    top: -120px; left: -100px;
}
.t-fx-orb.o2 {
    width: 300px; height: 300px;
    background: rgba(15, 158, 171, .22);
    right: -90px; bottom: -80px;
    animation-delay: -5s;
}
.t-fx-orb.o3 {
    width: 220px; height: 220px;
    background: rgba(196, 30, 58, .1);
    left: 42%; top: 18%;
    animation-delay: -8s;
}
.t-fx-wave {
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: -50px;
    height: 160px;
    background: linear-gradient(180deg, transparent, rgba(15, 158, 171, .12));
    border-radius: 50% 50% 0 0;
    animation: waveFill 9s ease-in-out infinite;
}
.t-fx-spark {
    position: absolute;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(36,196,209,.18), 0 0 16px rgba(36,196,209,.7);
    animation: sparkFloat 6s ease-in-out infinite;
}
.t-fx-spark.s1 { top: 18%; left: 10%; }
.t-fx-spark.s2 { top: 28%; right: 12%; animation-delay: -2s; width: 6px; height: 6px; }
.t-fx-spark.s3 { bottom: 22%; left: 22%; animation-delay: -3.5s; background: #9aebf2; }

.testimonial-layout { max-width: 820px; margin: 0 auto; position: relative; z-index: 1; }
.testimonials-section .section-head { position: relative; z-index: 1; }
.testimonial-slider {
    position: relative;
    min-height: 280px;
}
.t-card {
    position: absolute;
    inset: 0;
    background: #fff;
    border-radius: 30px;
    padding: 42px;
    box-shadow: 0 24px 60px rgba(10,50,60,.1);
    border: 1px solid rgba(15,158,171,.12);
    opacity: 0;
    transform: translateY(18px) scale(.98);
    pointer-events: none;
    transition: opacity .55s ease, transform .55s ease;
}
.t-card.is-active {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    position: relative;
}
.t-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.stars { color: #e6a817; letter-spacing: 2px; }
.t-quote { color: rgba(15,158,171,.25); font-size: 1.6rem; }
.t-card p {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.45;
    margin: 0 0 24px;
}
.t-author {
    display: flex;
    align-items: center;
    gap: 14px;
}
.t-avatar {
    width: 48px; height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--aqua), var(--aqua-deep));
    color: #fff;
    font-weight: 700;
    font-size: .85rem;
}
.t-author strong { display: block; color: var(--ink); font-size: 1rem; }
.t-author em {
    font-style: normal;
    font-size: .82rem;
    color: var(--ink-soft);
}
.slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 28px;
}
.slider-btn {
    width: 44px; height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(15,158,171,.2);
    background: #fff;
    color: var(--aqua-deep);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease;
}
.slider-btn:hover {
    background: var(--aqua);
    color: #fff;
    border-color: var(--aqua);
}
.slider-dots { display: flex; gap: 10px; }
.dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    border: 0;
    background: rgba(18,32,51,.18);
    cursor: pointer;
    transition: .3s ease;
}
.dot.is-active {
    width: 28px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--aqua), var(--brand-green));
}

/* FAQ */
.section.faq-section {
    background:
        radial-gradient(circle at 90% 10%, rgba(15,158,171,.08), transparent 40%),
        linear-gradient(180deg, #ffffff 0%, #f4fafb 100%);
    padding-top: 72px;
    padding-bottom: 72px;
}
.faq-intro h2 {
    font-size: clamp(2rem, 3.4vw, 2.9rem);
    margin: 0 0 14px;
    max-width: 12ch;
}
.faq-intro p {
    color: var(--ink-soft);
    margin: 0 0 24px;
    max-width: 32ch;
}
.faq-list { display: grid; gap: 12px; }
.faq-item {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(15,158,171,.12);
    box-shadow: 0 10px 28px rgba(10,50,60,.04);
    overflow: hidden;
    transition: border-color .3s ease, box-shadow .3s ease;
}
.faq-item.is-open {
    border-color: rgba(15,158,171,.28);
    box-shadow: 0 18px 40px rgba(10,50,60,.1);
}
.faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 22px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    font-family: var(--font-body);
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--ink);
}
.faq-q i {
    flex-shrink: 0;
    width: 34px; height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(15,158,171,.1);
    color: var(--aqua-deep);
    font-size: .8rem;
    transition: transform .35s ease, background .3s ease, color .3s ease;
}
.faq-item.is-open .faq-q i {
    transform: rotate(45deg);
    background: linear-gradient(135deg, var(--brand-green-bright), var(--brand-green-deep));
    color: #122033;
}
.faq-a {
    display: none;
    padding: 0 22px 20px;
}
.faq-item.is-open .faq-a { display: block; }
.faq-a p {
    margin: 0;
    color: var(--ink-soft);
    line-height: 1.7;
    padding-top: 2px;
    border-top: 1px solid rgba(15,158,171,.1);
    padding-top: 14px;
}

/* Final CTA */
.final-cta {
    position: relative;
    padding: 68px 0;
    background: linear-gradient(120deg, #102536, #0d4f58);
    color: #fff;
    overflow: hidden;
}
.final-cta-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(36,196,209,.28), transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(196,30,58,.18), transparent 35%);
}
.final-cta .container { position: relative; z-index: 1; }
.final-cta-panel {
    padding: 42px;
    border-radius: 32px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 30px 70px rgba(0,0,0,.2);
}
.final-cta h2 {
    color: #fff;
    font-size: clamp(2rem, 3.5vw, 3rem);
    margin: 0 0 12px;
}
.final-cta p { opacity: .8; max-width: 34rem; }
.eyebrow.light { color: #9aebf2; }
.final-cta .btn-chat-light {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding: 12px 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .28);
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    backdrop-filter: blur(6px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .15);
    transition: background .25s ease, border-color .25s ease, transform .25s ease, color .25s ease;
}
.final-cta .btn-chat-light i {
    color: var(--aqua-bright);
}
.final-cta .btn-chat-light:hover {
    background: rgba(36, 196, 209, .22);
    border-color: rgba(36, 196, 209, .55);
    color: #fff;
    transform: translateY(-2px);
}
.final-cta .btn-chat-light:hover i {
    color: var(--brand-green-bright);
}
.text-link.light { color: #9aebf2; margin-top: 14px; }
.text-link.light:hover { color: #fff; }
.final-cta .lead-form input {
    background: rgba(255,255,255,.95);
}

/* Footer */
.site-footer {
    position: relative;
    background: linear-gradient(160deg, #071018 0%, #0b1520 45%, #0a1a18 100%);
    color: rgba(255,255,255,.78);
    padding: 100px 0 28px;
    margin-top: -1px;
    overflow: visible;
}
.footer-fx {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 0;
}
.footer-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: .35;
    animation: orbFloat 14s ease-in-out infinite;
}
.footer-glow.g1 {
    width: 380px; height: 380px;
    background: rgba(15, 158, 171, .35);
    top: -80px; left: -60px;
}
.footer-glow.g2 {
    width: 320px; height: 320px;
    background: rgba(163, 181, 60, .22);
    right: -80px; bottom: 40px;
    animation-delay: -5s;
}
.footer-grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(36,196,209,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(36,196,209,.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse at 30% 20%, #000 10%, transparent 70%);
    opacity: .7;
}
.footer-wave-wrap {
    position: absolute;
    top: -72px;
    left: 0;
    right: 0;
    height: 74px;
    z-index: 3;
    overflow: hidden;
    pointer-events: none;
    line-height: 0;
}
.footer-wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 100%;
    will-change: transform;
}
.footer-wave path { fill: currentColor; }
.footer-wave.fw1 {
    color: rgba(36, 196, 209, .55);
    height: 100%;
    animation: footerWaveDrift 14s linear infinite;
}
.footer-wave.fw2 {
    color: rgba(15, 158, 171, .35);
    height: 88%;
    animation: footerWaveDrift 9s linear infinite reverse;
}
.footer-wave.fw3 {
    color: #071018;
    height: 76%;
    animation: footerWaveDrift 18s linear infinite;
}
@keyframes footerWaveDrift {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
}
.site-footer > .container { position: relative; z-index: 2; }

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 28px 32px;
    margin-bottom: 48px;
    border-radius: 24px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(163, 181, 60, .2);
    box-shadow: 0 18px 40px rgba(0,0,0,.2);
    backdrop-filter: blur(8px);
}
.footer-top-copy h3 {
    color: #fff;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    margin: 0 0 8px;
}
.footer-top-copy p {
    margin: 0;
    color: rgba(255,255,255,.65);
}
.footer-top-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-shrink: 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.45fr .9fr .9fr 1.2fr;
    gap: 36px;
}
.footer-brand .brand-logo {
    display: inline-flex;
    margin-bottom: 18px;
    background: #fff;
    padding: 10px 14px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.footer-brand .brand-logo img { height: 44px; }
.footer-brand p {
    font-size: .94rem;
    max-width: 340px;
    line-height: 1.7;
    color: rgba(255,255,255,.68);
}
.footer-social { display: flex; gap: 10px; margin-top: 22px; }
.footer-social a {
    width: 42px; height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    color: #fff;
    transition: .3s ease;
}
.footer-social a:hover {
    background: var(--brand-green);
    color: #122033;
    border-color: var(--brand-green);
    transform: translateY(-3px);
}
.footer-col h4 {
    color: #fff;
    font-size: 1.15rem;
    margin: 0 0 18px;
    position: relative;
    padding-bottom: 12px;
}
.footer-col h4::after {
    content: "";
    position: absolute;
    left: 0; bottom: 0;
    width: 28px; height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--aqua), var(--brand-green));
}
.footer-col li + li { margin-top: 12px; }
.footer-col a {
    color: rgba(255,255,255,.68);
    font-size: .94rem;
    transition: color .25s ease, padding-left .25s ease;
}
.footer-col a:hover {
    color: var(--brand-green-bright);
    padding-left: 4px;
}

.footer-contact a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
}
.footer-contact a:hover {
    padding-left: 14px;
    border-color: rgba(163, 181, 60, .35);
    background: rgba(163, 181, 60, .08);
    color: #fff;
}
.footer-contact .f-ico {
    width: 36px; height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(15,158,171,.15);
    color: var(--aqua-bright);
    flex-shrink: 0;
}
.footer-contact em {
    display: block;
    font-style: normal;
    font-size: .7rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255,255,255,.45);
    margin-bottom: 2px;
}
.footer-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}
.footer-trust span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .75rem;
    font-weight: 600;
    color: var(--brand-green-bright);
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(163, 181, 60, .1);
    border: 1px solid rgba(163, 181, 60, .22);
}
.footer-trust i { font-size: .7rem; }

.footer-bottom {
    margin-top: 48px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    font-size: .85rem;
    color: rgba(255,255,255,.55);
}
.footer-bottom p { margin: 0; }
.footer-bottom-links {
    display: flex;
    gap: 18px;
}
.footer-bottom-links a {
    color: rgba(255,255,255,.55);
}
.footer-bottom-links a:hover { color: var(--brand-green-bright); }

/* Reveal animations */
.reveal {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1);
}
.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.reveal.delay-1 { transition-delay: .12s; }
.reveal.delay-2 { transition-delay: .24s; }
.reveal.delay-3 { transition-delay: .36s; }

/* ========== Premium quote popup ========== */
.quote-popup {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease;
}
.quote-popup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.quote-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 18, 28, .78);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.quote-popup-dialog {
    position: relative;
    z-index: 1;
    width: min(860px, 100%);
    max-height: calc(100vh - 40px);
    overflow: auto;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .4);
    transform: translateY(18px) scale(.98);
    transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
.quote-popup.is-open .quote-popup-dialog {
    transform: translateY(0) scale(1);
}
.quote-popup-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid var(--crimson);
    background: #fff;
    color: var(--crimson);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    box-shadow: 0 8px 20px rgba(196, 30, 58, .18);
    transition: background .25s ease, color .25s ease, transform .25s ease;
}
.quote-popup-close:hover {
    background: var(--crimson);
    color: #fff;
    transform: rotate(90deg);
}
.quote-popup-layout {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
}
.quote-popup-visual {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background: #0d2430;
}
.quote-popup-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 560px;
}
.quote-popup-visual-card {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
.quote-popup-logo {
    height: 36px !important;
    width: auto !important;
    min-height: 0 !important;
    object-fit: contain !important;
}
.quote-popup-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.quote-popup-pills span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(15, 158, 171, .1);
    color: var(--aqua-deep);
    font-size: .72rem;
    font-weight: 600;
}
.quote-popup-pills i { color: var(--crimson); font-size: .7rem; }

.quote-popup-panel {
    padding: 42px 40px 36px;
    background:
        radial-gradient(ellipse at 100% 0%, rgba(36, 196, 209, .06), transparent 45%),
        #fff;
}
.quote-popup-head {
    position: relative;
    padding-left: 16px;
    margin: 0 0 26px;
}
.quote-popup-head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: calc(100% - 10px);
    border-radius: 4px;
    background: var(--crimson);
}
.quote-popup-head h2 {
    margin: 0 0 10px;
    font-family: var(--font-display);
    font-size: clamp(1.85rem, 2.6vw, 2.35rem);
    font-weight: 700;
    line-height: 1.15;
    color: #111;
    text-transform: uppercase;
    letter-spacing: .02em;
}
.quote-popup-head p {
    margin: 0;
    max-width: 34ch;
    color: #5a6675;
    font-size: .95rem;
    line-height: 1.55;
}
.quote-popup-form {
    display: grid;
    gap: 14px;
}
.quote-popup-form .q-field {
    position: relative;
}
.quote-popup-form .q-field > i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--crimson);
    font-size: .9rem;
    pointer-events: none;
    z-index: 1;
    opacity: .85;
}
.quote-popup-form .q-field-area > i {
    top: 18px;
    transform: none;
}
.quote-popup-form input,
.quote-popup-form textarea {
    width: 100%;
    border: 1px solid #d7dde5;
    border-radius: 10px;
    padding: 15px 16px 15px 44px;
    font-family: var(--font-body);
    font-size: .95rem;
    color: #122033;
    background: #fff;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.quote-popup-form textarea {
    resize: vertical;
    min-height: 110px;
}
.quote-popup-form input:focus,
.quote-popup-form textarea:focus {
    border-color: var(--crimson);
    box-shadow: 0 0 0 3px rgba(196, 30, 58, .12);
}
.quote-popup-form .q-field:focus-within > i {
    color: var(--crimson);
    opacity: 1;
}
.quote-popup-form button[type="submit"] {
    width: 100%;
    margin-top: 4px;
    border: 0;
    border-radius: 10px;
    padding: 16px 20px;
    background: var(--crimson);
    color: #fff;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(196, 30, 58, .28);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.quote-popup-form button[type="submit"]:hover {
    background: var(--crimson-deep);
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(196, 30, 58, .36);
}
body.quote-popup-open { overflow: hidden; }

/* ========== Inner pages / About Us ========== */
.inner-banner {
    position: relative;
    overflow: hidden;
    padding: 88px 0 100px;
    background: linear-gradient(145deg, #071520 0%, #0d3340 45%, #0a5560 100%);
    color: #fff;
}
.inner-banner-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.inner-banner-mesh {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 15% 20%, rgba(36,196,209,.35), transparent 45%),
        radial-gradient(ellipse at 85% 70%, rgba(163,181,60,.18), transparent 40%),
        radial-gradient(ellipse at 50% 100%, rgba(196,30,58,.12), transparent 45%);
}
.inner-banner-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    opacity: .45;
    animation: orbFloat 14s ease-in-out infinite;
}
.inner-banner-orb.o1 {
    width: 320px; height: 320px;
    background: rgba(36, 196, 209, .5);
    top: -80px; right: 8%;
}
.inner-banner-orb.o2 {
    width: 240px; height: 240px;
    background: rgba(163, 181, 60, .28);
    bottom: -40px; left: 10%;
    animation-delay: -5s;
}
.inner-banner-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(ellipse at 40% 40%, #000 20%, transparent 75%);
    opacity: .5;
}
.inner-banner-wave {
    position: absolute;
    left: 0; right: 0; bottom: -1px;
    width: 100%;
    height: 70px;
    color: var(--paper);
    fill: currentColor;
}
.inner-banner-copy {
    position: relative;
    z-index: 1;
    max-width: 720px;
}
.inner-banner .eyebrow {
    color: #9aebf2;
}
.inner-banner-copy h1 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(2.2rem, 4.5vw, 3.4rem);
    line-height: 1.15;
}
.inner-banner-copy h1 em {
    font-style: italic;
    color: var(--brand-green-bright);
}
.inner-banner-copy > p {
    margin: 0 0 26px;
    color: rgba(255,255,255,.78);
    font-size: 1.08rem;
    max-width: 46ch;
}
.inner-banner-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.inner-banner .btn-ghost {
    background: rgba(255,255,255,.1);
    color: #fff;
    border-color: rgba(255,255,255,.25);
}
.inner-banner .btn-ghost:hover {
    background: rgba(255,255,255,.18);
    color: #fff;
}
.inner-banner-visual {
    position: relative;
    z-index: 1;
    padding: 14px;
    max-width: 520px;
    margin-left: auto;
}
.inner-banner-frame {
    position: absolute;
    inset: 0;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,.22);
    background:
        linear-gradient(145deg, rgba(36,196,209,.18), rgba(163,181,60,.08) 45%, transparent 70%);
    transform: rotate(3deg);
    box-shadow: 0 28px 60px rgba(0,0,0,.28);
    pointer-events: none;
}
.inner-banner-media {
    position: relative;
    z-index: 1;
    border-radius: 22px;
    overflow: hidden;
    box-shadow:
        0 24px 50px rgba(0, 0, 0, .35),
        0 0 0 1px rgba(255,255,255,.14);
    transform: rotate(-2deg);
    transition: transform .45s ease;
}
.inner-banner-visual:hover .inner-banner-media {
    transform: rotate(0deg) translateY(-4px);
}
.inner-banner-media img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    transform: scale(1.04);
    transition: transform .6s ease;
}
.inner-banner-visual:hover .inner-banner-media img {
    transform: scale(1.1);
}
.inner-banner-visual-glow {
    position: absolute;
    inset: auto -12% -24% auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(36,196,209,.5), transparent 70%);
    pointer-events: none;
    z-index: 0;
}
.inner-banner-float {
    position: absolute;
    left: 28px;
    bottom: 28px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.95);
    color: var(--ink);
    font-size: .8rem;
    font-weight: 600;
    box-shadow: 0 12px 28px rgba(0,0,0,.22);
    backdrop-filter: blur(8px);
}
.inner-banner-float i {
    color: var(--crimson);
}
.inner-banner-chip {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(7, 21, 32, .72);
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    font-size: .72rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 24px rgba(0,0,0,.25);
}
.inner-banner-chip i { color: var(--aqua-bright); font-size: .75rem; }
.inner-banner-chip.chip-a {
    top: 28px;
    right: 8px;
    animation: orbFloat 7s ease-in-out infinite;
}
.inner-banner-chip.chip-b {
    top: 78px;
    left: 0;
    animation: orbFloat 9s ease-in-out infinite reverse;
}

/* Blog banner (WordPress) */
.blog-banner {
    padding: 110px 0 132px;
    min-height: 420px;
    display: flex;
    align-items: center;
}
.blog-banner .inner-banner-copy {
    max-width: 760px;
}
.blog-banner .inner-banner-copy h1 {
    font-size: clamp(2.15rem, 4.4vw, 3.45rem);
    letter-spacing: -.02em;
}
.blog-banner .inner-banner-grid {
    display: none;
}
body.aqua-blog #content,
body.blog-page #content {
    position: relative;
    z-index: auto;
    padding: 28px 0 36px;
    background: none;
}
body.aqua-blog .scontainer {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px;
}
body.aqua-blog .blog-detail,
body.aqua-blog .blog-detail img,
body.aqua-blog .wp-block-image img {
    max-width: 100%;
    height: auto;
}
body.aqua-blog .blog-detail table,
body.aqua-blog .blog-detail .wp-block-table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 767.98px) {
    .blog-banner { padding: 72px 0 96px; min-height: 0; }
    body.aqua-blog #content,
    body.blog-page #content { padding: 20px 0 28px; }
}

/* Privacy / Terms legal pages */
.legal-banner {
    padding: 72px 0 88px;
}
.legal-banner .inner-banner-copy {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}
.legal-banner .inner-banner-copy h1 {
    font-size: clamp(1.85rem, 3.8vw, 2.85rem);
    margin-bottom: 0;
}
.content-page {
    position: relative;
    z-index: 1;
    padding: 48px 0 80px;
    background: #fff;
}
.content-page-inner {
    max-width: 820px;
    margin: 0 auto;
}
.content-page-inner > p {
    color: var(--ink-soft, #4a5568);
    font-size: 1.02rem;
    line-height: 1.75;
    margin: 0 0 1.1rem;
}
.content-page-inner .sub-heading,
.content-page-inner .page-title {
    font-family: var(--font-display, Georgia, serif);
    color: var(--ink, #0f1c2e);
    font-size: 1.25rem;
    font-weight: 700;
    margin: 2rem 0 .85rem;
    line-height: 1.35;
}
.content-page-inner .page-title {
    font-size: 1.45rem;
    letter-spacing: .02em;
    padding-top: .5rem;
    border-top: 1px solid rgba(15, 28, 46, .1);
}
.content-page-inner ul {
    margin: 0 0 1.25rem;
    padding-left: 1.25rem;
}
.content-page-inner ul li {
    color: var(--ink-soft, #4a5568);
    font-size: 1.02rem;
    line-height: 1.7;
    margin-bottom: .55rem;
}
.content-page-inner a {
    color: var(--aqua-deep, #0a6b7c);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.content-page-inner a:hover {
    color: var(--crimson, #c41e3a);
}

.about-story {
    padding-top: 72px;
    padding-bottom: 72px;
    background: #fff;
}
.about-story-visual {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(10, 40, 55, .16);
}
.about-story-visual img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}
.about-story-badge {
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(0,0,0,.15);
}
.about-story-badge strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.6rem;
    color: var(--aqua-deep);
    line-height: 1;
}
.about-story-badge span {
    font-size: .8rem;
    color: var(--ink-soft);
}
.about-story h2 {
    margin: 0 0 14px;
    font-size: clamp(1.9rem, 3vw, 2.6rem);
}
.about-story h2 em {
    font-style: italic;
    color: var(--aqua-deep);
}
.about-story p {
    color: var(--ink-soft);
    margin: 0 0 14px;
}
.about-check-list {
    margin-top: 20px;
    display: grid;
    gap: 10px;
}
.about-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 500;
    color: var(--ink);
}
.about-check-list i {
    color: var(--brand-green-deep);
    margin-top: 4px;
}

.section.about-values {
    background: linear-gradient(180deg, #f4fbfc 0%, #eaf7f9 100%);
    padding-top: 72px;
    padding-bottom: 72px;
    position: relative;
    overflow: hidden;
}
.about-values-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.about-values-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.about-value {
    padding: 28px 24px;
    border-radius: 20px;
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(15,158,171,.12);
    transition: transform .35s ease, box-shadow .35s ease;
}
.about-value:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(10,50,60,.1);
}
.about-value-icon {
    width: 48px; height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: linear-gradient(145deg, rgba(163,181,60,.22), rgba(15,158,171,.12));
    color: var(--brand-green-deep);
    font-size: 1.1rem;
}
.about-value h3 { margin: 0 0 8px; font-size: 1.25rem; }
.about-value p { margin: 0; color: var(--ink-soft); font-size: .92rem; }

.about-stats { padding: 64px 0; }

.section.about-approach {
    background: #fff;
    padding-top: 72px;
    padding-bottom: 72px;
}
.about-approach h2 {
    margin: 0 0 12px;
    font-size: clamp(1.9rem, 3vw, 2.5rem);
}
.about-approach h2 em {
    font-style: italic;
    color: var(--crimson);
}
.about-approach > .container > .row > .col-lg-5 > p {
    color: var(--ink-soft);
    margin: 0 0 22px;
}
.about-approach-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.about-steps {
    display: grid;
    gap: 14px;
}
.about-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: start;
    padding: 20px 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f4fbfc, #fff);
    border: 1px solid rgba(15,158,171,.12);
}
.about-step span {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--aqua);
    line-height: 1;
}
.about-step h3 { margin: 0 0 6px; font-size: 1.15rem; }
.about-step p { margin: 0; color: var(--ink-soft); font-size: .9rem; }

.section.about-trust {
    background: linear-gradient(180deg, #eef8fa 0%, #f7fafb 100%);
    padding-top: 72px;
    padding-bottom: 72px;
}
.about-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.about-trust-item {
    padding: 24px 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(15,158,171,.1);
    transition: transform .35s ease, box-shadow .35s ease;
}
.about-trust-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 36px rgba(10,50,60,.1);
}
.about-trust-item i {
    display: inline-flex;
    width: 42px; height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 14px;
    background: rgba(15,158,171,.1);
    color: var(--aqua-deep);
}
.about-trust-item h3 { margin: 0 0 8px; font-size: 1.1rem; }
.about-trust-item p { margin: 0; color: var(--ink-soft); font-size: .88rem; }

.about-cta-card {
    padding: 28px 24px;
    border-radius: 20px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    text-align: center;
}
.about-cta-card img {
    height: 42px;
    width: auto;
    margin-bottom: 14px;
}
.about-cta-card p {
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: .92rem;
}

/* ========== Contact Us ========== */
.section.contact-ways {
    padding-top: 56px;
    padding-bottom: 24px;
    background: #fff;
}
.contact-ways-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.contact-way {
    display: block;
    padding: 26px 22px;
    border-radius: 20px;
    background: linear-gradient(160deg, #f4fbfc, #fff);
    border: 1px solid rgba(15, 158, 171, .12);
    color: inherit;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
a.contact-way:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(10, 50, 60, .12);
    border-color: rgba(15, 158, 171, .3);
    color: inherit;
}
.contact-way-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: linear-gradient(145deg, rgba(163, 181, 60, .2), rgba(15, 158, 171, .12));
    color: var(--aqua-deep);
    font-size: 1.2rem;
}
.contact-way h3 {
    margin: 0 0 6px;
    font-size: 1.2rem;
}
.contact-way p {
    margin: 0 0 10px;
    color: var(--ink);
    font-weight: 500;
}
.contact-way span {
    font-size: .82rem;
    color: var(--ink-soft);
}

.section.contact-main {
    position: relative;
    overflow: hidden;
    padding-top: 56px;
    padding-bottom: 80px;
    background:
        radial-gradient(ellipse at 0% 0%, rgba(36, 196, 209, .12), transparent 42%),
        radial-gradient(ellipse at 100% 100%, rgba(163, 181, 60, .1), transparent 40%),
        linear-gradient(165deg, #f7fbfc 0%, #eaf6f8 48%, #f4fafb 100%);
}
.contact-main-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.contact-main-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(15, 158, 171, .09) 1px, transparent 1px);
    background-size: 22px 22px;
    mask-image: radial-gradient(ellipse at 70% 40%, #000 15%, transparent 72%);
    opacity: .7;
}
.contact-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 40px;
    align-items: center;
    padding: 28px;
    border-radius: 32px;
    background: rgba(255, 255, 255, .45);
    border: 1px solid rgba(255, 255, 255, .7);
    box-shadow: 0 30px 70px rgba(10, 40, 55, .08);
    backdrop-filter: blur(10px);
}
.contact-copy-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.contact-kicker-line {
    width: 28px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--crimson), var(--aqua));
}
.contact-copy h2 {
    margin: 0 0 14px;
    font-size: clamp(2rem, 3.2vw, 2.7rem);
    line-height: 1.18;
}
.contact-copy h2 em {
    font-style: italic;
    color: var(--aqua-deep);
}
.contact-copy > p {
    margin: 0 0 22px;
    color: var(--ink-soft);
    max-width: 38ch;
    font-size: 1.02rem;
}
.contact-points {
    display: grid;
    gap: 12px;
    margin: 0;
}
.contact-points li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(15, 158, 171, .1);
    transition: transform .3s ease, box-shadow .3s ease;
}
.contact-points li:hover {
    transform: translateX(6px);
    box-shadow: 0 12px 28px rgba(10, 50, 60, .08);
}
.contact-point-ico {
    width: 36px;
    height: 36px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(163, 181, 60, .22), rgba(15, 158, 171, .12));
    color: var(--brand-green-deep);
    font-size: .8rem;
}
.contact-points strong {
    display: block;
    font-size: .95rem;
    color: var(--ink);
    margin-bottom: 2px;
}
.contact-points em {
    font-style: normal;
    font-size: .8rem;
    color: var(--ink-soft);
}
.contact-mini-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}
.contact-mini-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(15, 158, 171, .1), rgba(163, 181, 60, .1));
    border: 1px solid rgba(15, 158, 171, .12);
    color: var(--aqua-deep);
    font-size: .78rem;
    font-weight: 600;
}
.contact-mini-trust i { color: var(--brand-green-deep); }

.contact-form-panel {
    position: relative;
    padding: 30px 28px 28px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(15, 158, 171, .14);
    box-shadow:
        0 28px 70px rgba(10, 40, 55, .14),
        0 0 0 1px rgba(255, 255, 255, .8) inset;
    overflow: hidden;
}
.contact-form-panel::before {
    content: "";
    position: absolute;
    left: 0; right: 0; top: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--crimson), var(--aqua), var(--brand-green));
}
.contact-form-glow {
    position: absolute;
    width: 260px;
    height: 260px;
    top: -90px;
    right: -70px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(36, 196, 209, .32), transparent 70%);
    pointer-events: none;
    animation: glowPulse 6s ease-in-out infinite;
}
.contact-form-head {
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
}
.contact-form-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 12px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: rgba(196, 30, 58, .08);
    color: var(--crimson);
    font-size: .74rem;
    font-weight: 700;
}
.contact-form-head h3 {
    margin: 0 0 6px;
    font-size: 1.45rem;
    color: var(--ink);
}
.contact-form-head p {
    margin: 0;
    color: var(--ink-soft);
    font-size: .9rem;
}
.contact-form {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
}
.contact-form .q-field {
    position: relative;
}
.contact-form .q-field > i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--crimson);
    font-size: .9rem;
    pointer-events: none;
    z-index: 1;
    opacity: .85;
    transition: color .2s ease;
}
.contact-form .q-field-area > i {
    top: 18px;
    transform: none;
}
.contact-form .q-field:focus-within > i {
    color: var(--aqua-deep);
    opacity: 1;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid rgba(18, 32, 51, .1);
    border-radius: 14px;
    padding: 15px 16px 15px 44px;
    font-family: var(--font-body);
    font-size: .95rem;
    color: #122033;
    background: linear-gradient(180deg, #f7fafb, #f2f7f8);
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
}
.contact-form textarea {
    resize: vertical;
    min-height: 118px;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: rgba(15, 158, 171, .55);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(15, 158, 171, .12);
    transform: translateY(-1px);
}
.contact-form .btn {
    justify-content: center;
    margin-top: 6px;
    padding: 16px 22px;
    border-radius: 999px;
    box-shadow: 0 16px 34px rgba(196, 30, 58, .28);
}
.contact-form-note {
    margin: 10px 0 0;
    font-size: .8rem;
    color: var(--ink-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.contact-form-note i { color: var(--aqua); }

/* ========== Service pages ========== */
.service-intro {
    padding-top: 72px;
    padding-bottom: 72px;
    background: #fff;
}
.service-intro-visual {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(10, 40, 55, .16);
}
.service-intro-visual img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}
.service-intro-badge {
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(0,0,0,.15);
}
.service-intro-badge strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--aqua-deep);
    line-height: 1;
}
.service-intro-badge span {
    font-size: .8rem;
    color: var(--ink-soft);
}
.service-intro h2 {
    margin: 0 0 14px;
    font-size: clamp(1.9rem, 3vw, 2.55rem);
}
.service-intro h2 em {
    font-style: italic;
    color: var(--aqua-deep);
}
.service-intro p {
    color: var(--ink-soft);
    margin: 0 0 14px;
}

.section.service-includes {
    position: relative;
    overflow: hidden;
    padding-top: 72px;
    padding-bottom: 72px;
    background: linear-gradient(180deg, #f4fbfc 0%, #eaf7f9 100%);
}
.service-includes-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.service-includes-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.service-include-card {
    padding: 26px 22px;
    border-radius: 20px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(15,158,171,.12);
    transition: transform .35s ease, box-shadow .35s ease;
}
.service-include-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(10,50,60,.1);
}
.service-include-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background: linear-gradient(145deg, rgba(163,181,60,.22), rgba(15,158,171,.12));
    color: var(--brand-green-deep);
    font-size: 1.05rem;
}
.service-include-card:nth-child(even) .service-include-icon {
    background: linear-gradient(145deg, rgba(15,158,171,.18), rgba(196,30,58,.08));
    color: var(--aqua-deep);
}
.service-include-card h3 { margin: 0 0 8px; font-size: 1.15rem; }
.service-include-card p { margin: 0; color: var(--ink-soft); font-size: .9rem; }

.section.service-process {
    background: #fff;
    padding-top: 72px;
    padding-bottom: 72px;
}
.service-process h2 {
    margin: 0 0 12px;
    font-size: clamp(1.9rem, 3vw, 2.45rem);
}
.service-process h2 em {
    font-style: italic;
    color: var(--crimson);
}
.service-process .col-lg-5 > p {
    color: var(--ink-soft);
    margin: 0 0 22px;
}

.section.service-why {
    background: linear-gradient(180deg, #eef8fa 0%, #f7fafb 100%);
    padding-top: 72px;
    padding-bottom: 72px;
}
.service-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.service-why-card {
    padding: 24px 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(15,158,171,.1);
    transition: transform .35s ease, box-shadow .35s ease;
}
.service-why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 36px rgba(10,50,60,.1);
}
.service-why-card i {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 14px;
    background: rgba(15,158,171,.1);
    color: var(--aqua-deep);
}
.service-why-card h3 { margin: 0 0 8px; font-size: 1.08rem; }
.service-why-card p { margin: 0; color: var(--ink-soft); font-size: .88rem; }
