/* OneStopAssignmentSolutions — shared stylesheet
   Extracted from index.html so every page shares one cached file. */
/*! Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License: https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. */
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url("/assets/fonts/fa-solid-subset-v2.woff2") format("woff2")}
@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url("/assets/fonts/fa-brands-subset.woff2") format("woff2")}
.fas,.fa-solid{font-family:"Font Awesome 6 Free";font-weight:900}
.fab,.fa-brands{font-family:"Font Awesome 6 Brands";font-weight:400}
.fas,.fab,.fa-solid,.fa-brands{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}
.fa-facebook-f:before{content:"\f39e"}
.fa-instagram:before{content:"\f16d"}
.fa-whatsapp:before{content:"\f232"}
.fa-x-twitter:before{content:"\e61b"}
.fa-angle-right:before{content:"\f105"}
.fa-arrow-right:before{content:"\f061"}
.fa-arrow-up:before{content:"\f062"}
.fa-award:before{content:"\f559"}
.fa-bars:before{content:"\f0c9"}
.fa-bolt:before{content:"\f0e7"}
.fa-book-open:before{content:"\f518"}
.fa-briefcase:before{content:"\f0b1"}
.fa-chart-line:before{content:"\f201"}
.fa-check-circle:before{content:"\f058"}
.fa-chevron-down:before{content:"\f078"}
.fa-circle-question:before{content:"\f059"}
.fa-clock:before{content:"\f017"}
.fa-code:before{content:"\f121"}
.fa-comment-dots:before{content:"\f4ad"}
.fa-envelope:before{content:"\f0e0"}
.fa-feather:before{content:"\f52d"}
.fa-file-circle-check:before{content:"\e5a0"}
.fa-globe:before{content:"\f0ac"}
.fa-graduation-cap:before{content:"\f19d"}
.fa-hand-pointer:before{content:"\f25a"}
.fa-headset:before{content:"\f590"}
.fa-heart-pulse:before{content:"\f21e"}
.fa-house:before{content:"\f015"}
.fa-images:before{content:"\f302"}
.fa-layer-group:before{content:"\f5fd"}
.fa-list-check:before{content:"\f0ae"}
.fa-location-dot:before{content:"\f3c5"}
.fa-lock:before{content:"\f023"}
.fa-moon:before{content:"\f186"}
.fa-paper-plane:before{content:"\f1d8"}
.fa-pen-nib:before{content:"\f5ad"}
.fa-phone:before{content:"\f095"}
.fa-play:before{content:"\f04b"}
.fa-quote-left:before{content:"\f10d"}
.fa-rotate:before{content:"\f2f1"}
.fa-scale-balanced:before{content:"\f24e"}
.fa-shield-halved:before{content:"\f3ed"}
.fa-square-root-variable:before{content:"\f698"}
.fa-star:before{content:"\f005"}
.fa-times:before{content:"\f00d"}
.fa-user-graduate:before{content:"\f501"}
.fa-circle-info:before{content:"\f05a"}
.fa-compass:before{content:"\f14e"}
.fa-file-lines:before{content:"\f15c"}
.fa-sterling-sign:before{content:"\f154"}
.fa-table:before{content:"\f0ce"}
.fa-user-check:before{content:"\f4fc"}

        /* Self-hosted variable fonts (latin subset) — no external requests */
        @font-face {
            font-family: 'Outfit';
            font-style: normal;
            font-weight: 100 900;
            font-display: swap;
            src: url('/assets/fonts/outfit-var.woff2') format('woff2');
        }
        @font-face {
            font-family: 'Fraunces';
            font-style: normal;
            font-weight: 100 900;
            font-display: swap;
            src: url('/assets/fonts/fraunces-var.woff2') format('woff2');
        }

        :root {
            --navy: #032E60;
            --navy-2: #021E42;
            --navy-3: #0A3A73;
            --azure: #048CEA;
            --azure-2: #3FA9F5;
            --azure-soft: #E8F3FE;
            --ink: #0A1F3C;
            --slate: #5B6B80;
            --slate-2: #8496AC;
            --line: #DCE8F5;
            --paper: #ffffff;
            --mist: #F5F9FE;
            --gold: #F5B301;
            --green: #12B76A;
            --r-sm: 12px;
            --r: 18px;
            --r-lg: 28px;
            --shadow-s: 0 2px 10px rgba(3, 46, 96, 0.06);
            --shadow: 0 18px 44px -18px rgba(3, 46, 96, 0.24);
            --shadow-l: 0 40px 80px -28px rgba(3, 46, 96, 0.32);
            --font: 'Outfit', sans-serif;
            --serif: 'Fraunces', Georgia, serif;
            --section-y: clamp(64px, 8vw, 116px);
            --radius-pill: 999px;
        }

        * { box-sizing: border-box; margin: 0; padding: 0; }
        html { scroll-behavior: smooth; overflow-x: hidden; width: 100%; -webkit-text-size-adjust: 100%; }
        body {
            font-family: var(--font);
            color: var(--ink);
            background: var(--paper);
            line-height: 1.65;
            overflow-x: clip;
            width: 100%;
            font-size: 16px;
        }
        img { max-width: 100%; display: block; }
        a { color: inherit; }
        button { font-family: inherit; }
        ::selection { background: rgba(4, 140, 234, 0.2); }

        :focus-visible {
            outline: 3px solid rgba(4, 140, 234, 0.55);
            outline-offset: 3px;
            border-radius: 6px;
        }

        .skip-link {
            position: absolute; left: -9999px; top: 0; z-index: 999;
            background: var(--navy); color: #fff; padding: 12px 20px; border-radius: 0 0 12px 0;
            font-weight: 600;
        }
        .skip-link:focus { left: 0; }

        /* ============ SHARED ============ */
        .wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 24px; }
        .wrap-narrow { max-width: 900px; }
        section { position: relative; }
        .band { padding: var(--section-y) 0; }
        .band-tight { padding: clamp(44px, 5vw, 72px) 0; }

        .eyebrow {
            display: inline-flex; align-items: center; gap: 8px;
            padding: 7px 16px; border-radius: var(--radius-pill);
            background: var(--azure-soft); border: 1px solid rgba(4, 140, 234, 0.18);
            color: var(--navy-3); font-weight: 700; font-size: 0.78rem;
            letter-spacing: 0.08em; text-transform: uppercase;
        }
        .eyebrow i { color: var(--azure); }
        .eyebrow.on-dark { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.16); color: #CFE6FF; }

        .h1, .h2, .h3 { font-family: var(--serif); font-weight: 600; line-height: 1.12; letter-spacing: -0.015em; color: var(--ink); }
        .h1 { font-size: clamp(2.3rem, 4.6vw, 4rem); }
        .h2 { font-size: clamp(1.85rem, 3.4vw, 2.85rem); }
        .h3 { font-size: clamp(1.15rem, 1.8vw, 1.4rem); }
        .h1 em, .h2 em { font-style: italic; color: var(--azure); }
        .lead { color: var(--slate); font-size: clamp(1rem, 1.4vw, 1.12rem); line-height: 1.75; }

        .center { text-align: center; }
        .center .lead { margin-left: auto; margin-right: auto; max-width: 640px; }
        .section-head { margin-bottom: clamp(36px, 5vw, 60px); }
        .section-head .h2 { margin: 16px 0 12px; }

        .btn {
            display: inline-flex; align-items: center; justify-content: center; gap: 10px;
            padding: 15px 28px; border-radius: var(--radius-pill); border: 0;
            font-weight: 700; font-size: 0.95rem; text-decoration: none; cursor: pointer;
            transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
            position: relative; overflow: hidden; white-space: nowrap;
        }
        .btn i { transition: transform 0.25s ease; }
        .btn:hover i.fa-arrow-right, .btn:hover i.fa-arrow-up-right-from-square { transform: translateX(4px); }
        .btn-primary {
            background: linear-gradient(135deg, var(--azure) 0%, var(--navy-3) 100%);
            color: #fff; box-shadow: 0 14px 30px -12px rgba(4, 140, 234, 0.65);
        }
        .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 22px 40px -14px rgba(4, 140, 234, 0.8); }
        .btn-dark { background: var(--navy); color: #fff; box-shadow: 0 14px 30px -14px rgba(3, 46, 96, 0.7); }
        .btn-dark:hover { transform: translateY(-3px); background: var(--navy-3); }
        .btn-ghost {
            background: #fff; color: var(--navy); border: 1.5px solid var(--line);
            box-shadow: var(--shadow-s);
        }
        .btn-ghost:hover { border-color: var(--azure); color: var(--azure); transform: translateY(-3px); }
        .btn-whatsapp { background: #25D366; color: #04361b; box-shadow: 0 14px 30px -14px rgba(37, 211, 102, 0.7); }
        .btn-whatsapp:hover { transform: translateY(-3px); }
        .btn-sm { padding: 11px 20px; font-size: 0.88rem; }

        .card {
            background: #fff; border: 1px solid var(--line); border-radius: var(--r);
            box-shadow: var(--shadow-s); transition: transform 0.35s cubic-bezier(.2,.7,.3,1), box-shadow 0.35s ease, border-color 0.35s ease;
        }
        .card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(4, 140, 234, 0.35); }

        .dotted-bg {
            background-image: radial-gradient(rgba(4, 140, 234, 0.16) 1.2px, transparent 1.2px);
            background-size: 22px 22px;
        }

        /* ============ TOP BAR ============ */
        .topbar { background: var(--navy); color: #BFD9F2; font-size: 0.83rem; }
        .topbar .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 40px; gap: 16px; }
        .topbar a { color: #E4F1FF; text-decoration: none; display: inline-flex; align-items: center; gap: 7px; font-weight: 500; }
        .topbar a:hover { color: #fff; }
        .topbar .tb-left { display: inline-flex; align-items: center; gap: 8px; }
        .topbar .tb-left .stars { color: var(--gold); }
        .topbar .tb-right { display: inline-flex; gap: 22px; align-items: center; }
        @media (max-width: 820px) { .topbar .tb-right { display: none; } .topbar .wrap { justify-content: center; } }

        /* ============ HEADER ============ */
        .header {
            position: sticky; top: 0; z-index: 120; max-width: 100vw;
            background: rgba(255, 255, 255, 0.82);
            backdrop-filter: blur(18px) saturate(160%);
            -webkit-backdrop-filter: blur(18px) saturate(160%);
            border-bottom: 1px solid transparent;
            transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
        }
        .header.scrolled { border-bottom-color: var(--line); box-shadow: 0 12px 34px -24px rgba(3, 46, 96, 0.5); background: rgba(255, 255, 255, 0.94); }
        .nav-inner {
            max-width: 1240px; margin: 0 auto; padding: 0 24px;
            display: flex; align-items: center; justify-content: space-between;
            min-height: 88px; gap: 18px; width: 100%; min-width: 0;
        }
        .brand { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
        .brand img { height: 62px; width: auto; }
        .nav { display: flex; align-items: center; }
        .nav ul { display: flex; align-items: center; gap: 4px; list-style: none; }
        .nav a {
            text-decoration: none; color: var(--slate); font-weight: 600; font-size: 0.92rem;
            padding: 10px 13px; border-radius: 12px; transition: color 0.2s ease, background 0.2s ease;
            display: inline-flex; align-items: center; gap: 7px;
        }
        .nav a:hover { color: var(--navy); background: var(--mist); }
        .nav a.active { color: var(--azure); background: var(--azure-soft); }
        .nav-actions { display: flex; align-items: center; gap: 10px; }
        .hamburger {
            display: none; background: #fff; border: 1px solid var(--line); border-radius: 12px;
            width: 44px; height: 44px; font-size: 1.15rem; color: var(--navy); cursor: pointer;
        }
        @media (max-width: 1080px) {
            .nav { display: none; }
            .nav-actions .btn { display: none; }
            .hamburger { display: inline-flex; align-items: center; justify-content: center; }
        }
        @media (max-width: 480px) { .brand img { height: 48px; } .nav-inner { padding: 0 16px; } }

        /* ============ MOBILE MENU ============ */
        .mobile-overlay { position: fixed; inset: 0; background: rgba(3, 20, 45, 0.5); z-index: 190; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
        .mobile-overlay.open { opacity: 1; pointer-events: auto; }
        .mobile-menu {
            position: fixed; top: 0; right: -110%; width: min(340px, 88vw); height: 100dvh;
            background: #fff; z-index: 200; padding: 22px; transition: right 0.4s cubic-bezier(.2,.8,.2,1);
            box-shadow: -30px 0 70px -30px rgba(3, 46, 96, 0.5); display: flex; flex-direction: column; gap: 4px;
            overflow-y: auto;
        }
        .mobile-menu.open { right: 0; }
        .mobile-menu .mm-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
        .mobile-menu .mm-head img { height: 50px; width: auto; }
        .mobile-close { background: var(--mist); border: 1px solid var(--line); border-radius: 12px; width: 42px; height: 42px; font-size: 1.05rem; cursor: pointer; color: var(--navy); }
        .mobile-menu a.mm-link {
            text-decoration: none; color: var(--ink); font-weight: 600; font-size: 1.02rem;
            padding: 13px 12px; border-radius: 12px; display: flex; align-items: center; gap: 12px;
            transition: background 0.2s ease, color 0.2s ease;
        }
        .mobile-menu a.mm-link:hover { background: var(--mist); color: var(--azure); }
        .mobile-menu a.mm-link i { width: 20px; text-align: center; color: var(--azure); }
        .mobile-menu .btn { margin-top: 16px; }

        /* ============ HERO ============ */
        .hero { position: relative; overflow: hidden; padding: clamp(48px, 6vw, 84px) 0 clamp(64px, 7vw, 104px); }
        .hero-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
        .hero-bg::before {
            content: ''; position: absolute; width: 640px; height: 640px; border-radius: 50%;
            top: -260px; right: -180px; filter: blur(90px); opacity: 0.5;
            background: radial-gradient(circle, rgba(4, 140, 234, 0.55), transparent 65%);
            animation: drift 16s ease-in-out infinite;
        }
        .hero-bg::after {
            content: ''; position: absolute; width: 520px; height: 520px; border-radius: 50%;
            bottom: -260px; left: -160px; filter: blur(90px); opacity: 0.45;
            background: radial-gradient(circle, rgba(3, 58, 115, 0.5), transparent 65%);
            animation: drift 20s ease-in-out infinite reverse;
        }
        @keyframes drift { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(30px, -24px) scale(1.07); } }
        .hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
        .hero-copy .eyebrow { margin-bottom: 20px; }
        .hero-copy .h1 { margin-bottom: 18px; }
        .hero-copy .lead { max-width: 560px; margin-bottom: 30px; }
        .hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
        .hero-trust { display: flex; flex-wrap: wrap; gap: 10px 26px; }
        .trust-item { display: inline-flex; align-items: center; gap: 10px; font-size: 0.88rem; font-weight: 600; color: var(--navy); }
        .trust-item i { color: var(--azure); }
        .trust-item .ti-ico {
            width: 34px; height: 34px; border-radius: 10px; background: var(--azure-soft);
            display: inline-flex; align-items: center; justify-content: center; font-size: 0.85rem;
        }
        .trust-item .ti-ico.gold { background: rgba(245, 179, 1, 0.14); color: var(--gold); }
        .trust-item .ti-ico.green { background: rgba(18, 183, 106, 0.12); color: var(--green); }
        .trust-item .ti-ico.gold i, .trust-item .ti-ico.green i { color: inherit; }

        .hero-visual { position: relative; }
        .hero-photo {
            position: relative; border-radius: 32px; overflow: hidden; box-shadow: var(--shadow-l);
            border: 8px solid #fff; background: #fff;
        }
        .hero-photo img { width: 100%; height: 480px; object-fit: cover; }
        .hero-photo::after {
            content: ''; position: absolute; inset: 0;
            background: linear-gradient(180deg, transparent 55%, rgba(3, 46, 96, 0.42));
        }
        .hero-float {
            position: absolute; background: rgba(255, 255, 255, 0.95); border-radius: 18px;
            padding: 12px 16px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 11px;
            font-weight: 700; font-size: 0.85rem; color: var(--navy); backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 255, 255, 0.7); z-index: 4; white-space: nowrap;
        }
        .hero-float small { display: block; font-weight: 500; color: var(--slate); font-size: 0.72rem; }
        .hero-float .hf-ico {
            width: 38px; height: 38px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center;
            font-size: 0.95rem; flex-shrink: 0;
        }
        .hero-float.f1 { top: 26px; left: -26px; animation: bob 5s ease-in-out infinite; }
        .hero-float.f2 { bottom: 96px; right: -22px; animation: bob 6s ease-in-out 0.6s infinite; }
        .hero-float.f3 { bottom: -18px; left: 38px; animation: bob 6.6s ease-in-out 1.1s infinite; }
        @keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

        .hero-grad {
            position: absolute; top: -18px; right: 30px; width: 108px; height: 108px; border-radius: 50%;
            overflow: hidden; border: 6px solid #fff; box-shadow: var(--shadow); z-index: 5;
            animation: bob 7s ease-in-out 0.4s infinite;
        }
        .hero-grad img { width: 100%; height: 100%; object-fit: cover; }

        .ollie-chip {
            position: absolute; left: -18px; bottom: 150px; z-index: 6;
            background: #fff; border-radius: 999px; padding: 7px 16px 7px 7px;
            display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow);
            font-weight: 700; font-size: 0.82rem; color: var(--navy);
            animation: bob 5.4s ease-in-out 0.9s infinite;
        }
        .ollie-chip svg { width: 40px; height: 40px; flex-shrink: 0; }
        .ollie-chip small { display: block; font-weight: 500; color: var(--slate); font-size: 0.7rem; }

        @media (max-width: 1080px) {
            .hero-grid { grid-template-columns: 1fr; }
            .hero-copy { text-align: center; }
            .hero-copy .lead { margin-left: auto; margin-right: auto; }
            .hero-cta, .hero-trust { justify-content: center; }
            .hero-visual { max-width: 620px; margin: 0 auto; }
            .hero-photo img { height: 400px; }
            .hero-float.f1 { left: 0; }
            .hero-float.f2 { right: 0; }
            .ollie-chip { left: 0; }
        }
        @media (max-width: 560px) {
            .hero-photo img { height: 320px; }
            .hero-float { font-size: 0.76rem; padding: 9px 12px; }
            .hero-float .hf-ico { width: 32px; height: 32px; }
            .hero-float.f1 { display: none; }
            .hero-grad { width: 84px; height: 84px; right: 10px; }
            .ollie-chip { bottom: auto; top: 12px; left: 12px; }
        }

        /* ============ LOGO MARQUEE ============ */
        .logos-band { padding: clamp(40px, 5vw, 64px) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--mist); overflow: hidden; }
        .logos-band p { text-align: center; font-weight: 700; color: var(--slate); font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 28px; }
        .marquee {
            overflow: hidden; position: relative; width: 100%;
            -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
            mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
        }
        .marquee-track { display: flex; gap: 18px; width: max-content; animation: scrollX 46s linear infinite; }
        .marquee:hover .marquee-track { animation-play-state: paused; }
        .marquee.reverse .marquee-track { animation-direction: reverse; animation-duration: 54s; }
        @keyframes scrollX { to { transform: translateX(-50%); } }
        .uni-card {
            background: #fff; border: 1px solid var(--line); border-radius: 16px;
            padding: 14px 22px; display: flex; align-items: center; justify-content: center;
            height: 76px; min-width: 190px; box-shadow: var(--shadow-s);
            filter: grayscale(1); opacity: 0.72; transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
        }
        .uni-card:hover { filter: grayscale(0); opacity: 1; transform: translateY(-3px); }
        .uni-card img { max-height: 44px; max-width: 150px; width: auto; object-fit: contain; }/* ============ STATS BAND ============ */
        .stats-band { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--navy-2) 0%, var(--navy-3) 100%); color: #fff; }
        .stats-band::before {
            content: ''; position: absolute; inset: 0; opacity: 0.5;
            background-image: radial-gradient(rgba(255,255,255,0.14) 1px, transparent 1px);
            background-size: 26px 26px;
        }
        .stats-band::after {
            content: ''; position: absolute; width: 520px; height: 520px; border-radius: 50%;
            top: -240px; right: -140px; background: radial-gradient(circle, rgba(4, 140, 234, 0.5), transparent 65%);
            filter: blur(70px);
        }
        .stats-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
        .stat-block { padding: 12px; border-right: 1px solid rgba(255, 255, 255, 0.14); }
        .stat-block:last-child { border-right: 0; }
        .stat-num { font-family: var(--serif); font-size: clamp(2.1rem, 3.6vw, 3.1rem); font-weight: 600; line-height: 1; color: #fff; }
        .stat-num span { color: var(--azure-2); }
        .stat-label { margin-top: 10px; font-size: 0.88rem; color: #AFCDEC; font-weight: 500; }
        @media (max-width: 860px) {
            .stats-grid { grid-template-columns: 1fr 1fr; gap: 26px 12px; }
            .stat-block:nth-child(2) { border-right: 0; }
            .stat-block:nth-child(1), .stat-block:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,0.12); padding-bottom: 24px; }
        }

        /* ============ SERVICES ============ */
        .bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
        .svc {
            position: relative; border-radius: var(--r); overflow: hidden; background: #fff;
            border: 1px solid var(--line); box-shadow: var(--shadow-s);
            display: flex; flex-direction: column;
            transition: transform 0.4s cubic-bezier(.2,.7,.3,1), box-shadow 0.4s ease, border-color 0.4s ease;
        }
        .svc:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: rgba(4, 140, 234, 0.3); }
        .svc-media { position: relative; overflow: hidden; }
        .svc-media img { width: 100%; height: 190px; object-fit: cover; transition: transform 0.6s cubic-bezier(.2,.7,.3,1); }
        .svc:hover .svc-media img { transform: scale(1.06); }
        .svc-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(3, 46, 96, 0.55)); }
        .svc-tag {
            position: absolute; left: 14px; top: 14px; z-index: 2;
            background: rgba(255, 255, 255, 0.92); color: var(--navy);
            border-radius: 999px; padding: 6px 13px; font-size: 0.72rem; font-weight: 700;
            display: inline-flex; align-items: center; gap: 6px;
        }
        .svc-tag i { color: var(--azure); }
        .svc-body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
        .svc-body h3 { font-family: var(--serif); font-weight: 600; font-size: 1.18rem; color: var(--ink); }
        .svc-body p { color: var(--slate); font-size: 0.88rem; line-height: 1.6; }
        .svc-more { margin-top: auto; font-weight: 700; font-size: 0.84rem; color: var(--azure); display: inline-flex; align-items: center; gap: 8px; }
        .svc.featured { grid-column: span 2; grid-row: span 2; }
        .svc.featured .svc-media { flex: 1; min-height: 320px; }
        .svc.featured .svc-media img { height: 100%; min-height: 320px; }
        .svc-media.tint { background: linear-gradient(135deg, #E8F3FE, #D7E9FB); }
        .svc-media.tint img { mix-blend-mode: multiply; }
        .svc.featured .svc-body h3 { font-size: 1.6rem; }
        .svc.featured .svc-body p { font-size: 0.96rem; max-width: 460px; }
        .svc.featured .svc-body { padding: 26px 30px 30px; flex: 0 0 auto; }
        .subjects-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 34px; }
        .chip {
            background: #fff; border: 1px solid var(--line); border-radius: 999px;
            padding: 8px 16px; font-size: 0.82rem; font-weight: 600; color: var(--slate);
            transition: all 0.25s ease;
        }
        .chip:hover { border-color: var(--azure); color: var(--azure); transform: translateY(-2px); box-shadow: var(--shadow-s); }
        @media (max-width: 1080px) {
            .bento { grid-template-columns: 1fr 1fr; }
            .svc.featured { grid-column: span 2; grid-row: auto; }
            .svc.featured .svc-media img { height: 240px; }
        }
        @media (max-width: 620px) {
            .bento { grid-template-columns: 1fr; }
            .svc.featured { grid-column: span 1; }
            .svc-media img { height: 175px; }
        }

        /* ============ WHY US ============ */
        .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
        .why-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 30px; }
        .why-item { display: flex; gap: 13px; align-items: flex-start; padding: 16px; border-radius: 16px; transition: background 0.25s ease; }
        .why-item:hover { background: var(--mist); }
        .why-item .wi-ico {
            width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0;
            background: var(--azure-soft); color: var(--azure);
            display: inline-flex; align-items: center; justify-content: center; font-size: 1rem;
        }
        .why-item h4 { font-size: 0.95rem; font-weight: 700; color: var(--ink); margin-bottom: 3px; }
        .why-item p { font-size: 0.82rem; color: var(--slate); line-height: 1.55; }
        .why-visual { position: relative; }
        .why-photo { border-radius: 28px; overflow: hidden; box-shadow: var(--shadow-l); border: 8px solid #fff; }
        .why-photo img { width: 100%; height: 440px; object-fit: cover; }
        .why-badge {
            position: absolute; bottom: -20px; left: -14px; background: #fff; border-radius: 20px;
            padding: 16px 20px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 14px;
            max-width: 290px; border: 1px solid rgba(255,255,255,0.7);
        }
        .why-badge .wb-ico {
            width: 46px; height: 46px; border-radius: 14px; background: rgba(18, 183, 106, 0.12);
            color: var(--green); display: inline-flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0;
        }
        .why-badge strong { display: block; font-size: 0.9rem; color: var(--ink); }
        .why-badge span { font-size: 0.78rem; color: var(--slate); }
        @media (max-width: 1080px) {
            .why-grid { grid-template-columns: 1fr; }
            .why-visual { max-width: 620px; margin: 0 auto; }
            .why-photo img { height: 380px; }
            .why-item { background: var(--mist); }
        }
        @media (max-width: 560px) { .why-list { grid-template-columns: 1fr; } .why-badge { left: 50%; transform: translateX(-50%); bottom: -28px; } }

        /* ============ HOW IT WORKS ============ */
        .steps-band { background: var(--mist); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
        .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; position: relative; }
        .steps::before {
            content: ''; position: absolute; top: 46px; left: 8%; right: 8%; height: 2px;
            background-image: linear-gradient(90deg, rgba(4, 140, 234, 0.45) 55%, transparent 55%);
            background-size: 14px 2px; z-index: 0;
        }
        .step {
            position: relative; z-index: 1; background: #fff; border: 1px solid var(--line);
            border-radius: 20px; padding: 26px 22px; box-shadow: var(--shadow-s);
            transition: transform 0.35s ease, box-shadow 0.35s ease;
        }
        .step:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
        .step-num {
            width: 54px; height: 54px; border-radius: 16px; margin-bottom: 18px;
            background: linear-gradient(135deg, var(--azure), var(--navy-3)); color: #fff;
            display: inline-flex; align-items: center; justify-content: center;
            font-family: var(--serif); font-size: 1.45rem; font-weight: 600;
            box-shadow: 0 12px 26px -12px rgba(4, 140, 234, 0.7);
        }
        .step h4 { font-size: 1.02rem; font-weight: 700; margin-bottom: 8px; color: var(--ink); }
        .step p { font-size: 0.85rem; color: var(--slate); line-height: 1.6; }
        .step i.step-ico { position: absolute; top: 24px; right: 22px; color: rgba(4, 140, 234, 0.25); font-size: 1.3rem; }
        @media (max-width: 1024px) { .steps { grid-template-columns: 1fr 1fr; } .steps::before { display: none; } }
        @media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

        /* ============ OLLIE ============ */
        .ollie-band {
            position: relative; overflow: hidden;
            background: linear-gradient(160deg, #F2F8FF 0%, #E7F2FE 55%, #F7FBFF 100%);
        }
        .ollie-band .dotted-bg { position: absolute; inset: 0; opacity: 0.6; }
        .ollie-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
        .ollie-stage-wrap { position: relative; }
        .ollie-stage {
            position: relative; width: 100%; max-width: 560px; margin: 0 auto;
            aspect-ratio: 1 / 1; border-radius: 32px; overflow: hidden;
            background: radial-gradient(circle at 50% 18%, #ffffff 0%, #E3F0FD 52%, #CFE4FA 100%);
            border: 1px solid rgba(4, 140, 234, 0.18); box-shadow: var(--shadow-l);
            cursor: grab; touch-action: pan-y;
        }
        .ollie-stage:active { cursor: grabbing; }
        .ollie-stage svg { display: block; width: 100%; height: 100%; }
        #ollieSvg { transition: transform 0.18s ease-out; }
        #ollieSvg.paused * { animation-play-state: paused !important; }
        .ollie-hint {
            position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
            background: rgba(255, 255, 255, 0.9); border-radius: 999px; padding: 7px 16px;
            font-size: 0.76rem; font-weight: 600; color: var(--slate); white-space: nowrap;
            box-shadow: var(--shadow-s);
        }
        .ollie-say {
            margin-top: 22px; display: flex; gap: 14px; align-items: center;
            background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 14px 18px;
            box-shadow: var(--shadow-s);
        }
        .ollie-say i { color: var(--azure); font-size: 1.1rem; }
        .ollie-say p { font-size: 0.88rem; color: var(--slate); font-style: italic; }
        @media (max-width: 1080px) { .ollie-grid { grid-template-columns: 1fr; } .ollie-stage-wrap { order: -1; } }

        /* ============ WORLDWIDE ============ */
        .worldwide { background: var(--navy); color: #fff; overflow: hidden; position: relative; }
        .worldwide::after {
            content: ''; position: absolute; width: 620px; height: 620px; border-radius: 50%;
            bottom: -320px; left: -180px; background: radial-gradient(circle, rgba(4, 140, 234, 0.45), transparent 65%);
            filter: blur(80px);
        }
        .worldwide .wrap { position: relative; z-index: 2; }
        .worldwide .lead { color: #B8D5F1; }
        .flag-pill {
            display: inline-flex; align-items: center; gap: 12px;
            background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.14);
            border-radius: 999px; padding: 11px 22px 11px 13px; white-space: nowrap;
            font-weight: 600; font-size: 0.9rem; color: #E8F3FF; margin: 0 9px;
        }
        .flag-pill img { width: 34px; height: 24px; object-fit: cover; border-radius: 5px; box-shadow: 0 2px 6px rgba(0,0,0,0.35); }
        .country-marquee { margin-top: 12px; }

        /* ============ GALLERY ============ */
        .gallery-scroll {
            display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, 320px);
            gap: 18px; overflow-x: auto; padding: 8px 4px 26px; scroll-snap-type: x mandatory;
            scrollbar-width: thin;
        }
        .gallery-scroll::-webkit-scrollbar { height: 8px; }
        .gallery-scroll::-webkit-scrollbar-thumb { background: var(--line); border-radius: 999px; }
        .shot { position: relative; border-radius: 22px; overflow: hidden; scroll-snap-align: start; box-shadow: var(--shadow-s); }
        .shot img { width: 100%; height: 380px; object-fit: cover; transition: transform 0.7s cubic-bezier(.2,.7,.3,1); }
        .shot:hover img { transform: scale(1.07); }
        .shot::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(3, 46, 96, 0.72)); }
        .shot span {
            position: absolute; left: 18px; bottom: 16px; z-index: 2; color: #fff;
            font-weight: 700; font-size: 0.9rem;
        }
        .shot span small { display: block; font-weight: 500; opacity: 0.8; font-size: 0.76rem; }

        /* ============ TESTIMONIALS ============ */
        .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
        .review {
            background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 26px;
            box-shadow: var(--shadow-s); display: flex; flex-direction: column; gap: 14px;
            transition: transform 0.35s ease, box-shadow 0.35s ease;
        }
        .review:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
        .review .stars { color: var(--gold); font-size: 0.85rem; letter-spacing: 2px; }
        .review p { font-size: 0.9rem; color: var(--ink); line-height: 1.7; flex: 1; }
        .review .who { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--line); padding-top: 16px; }
        .review .who img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
        .review .who strong { display: block; font-size: 0.88rem; color: var(--ink); }
        .review .who span { font-size: 0.76rem; color: var(--slate); }
        .review .quote-mark { font-family: var(--serif); font-size: 2.4rem; line-height: 0.5; color: rgba(4, 140, 234, 0.25); }
        @media (max-width: 1024px) { .reviews-grid { grid-template-columns: 1fr 1fr; } }
        @media (max-width: 640px) { .reviews-grid { grid-template-columns: 1fr; } }

        /* ============ ENQUIRY ============ */
        .enquiry-band { background: var(--mist); border-top: 1px solid var(--line); }
        .enquiry-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
        .enquiry-aside { position: sticky; top: 110px; }
        .contact-pill {
            display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line);
            border-radius: 18px; padding: 16px 18px; box-shadow: var(--shadow-s); text-decoration: none;
            transition: transform 0.25s ease, box-shadow 0.25s ease;
        }
        .contact-pill:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
        .contact-pill .cp-ico {
            width: 44px; height: 44px; border-radius: 14px; flex-shrink: 0;
            background: var(--azure-soft); color: var(--azure);
            display: inline-flex; align-items: center; justify-content: center; font-size: 1.05rem;
        }
        .contact-pill.wa .cp-ico { background: rgba(37, 211, 102, 0.14); color: #128C4B; }
        .contact-pill strong { display: block; font-size: 0.9rem; color: var(--ink); }
        .contact-pill span { font-size: 0.8rem; color: var(--slate); }
        .contact-stack { display: grid; gap: 12px; margin-top: 22px; }

        .form-card { background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: clamp(22px, 3vw, 34px); box-shadow: var(--shadow); }
        .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
        .field { display: flex; flex-direction: column; gap: 7px; }
        .field.full { grid-column: 1 / -1; }
        .field label { font-size: 0.8rem; font-weight: 700; color: var(--ink); }
        .field label span { color: var(--azure); }
        .field input, .field select, .field textarea {
            font-family: var(--font); font-size: 0.92rem; color: var(--ink);
            background: var(--mist); border: 1.5px solid var(--line); border-radius: 14px;
            padding: 13px 15px; transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
            width: 100%;
        }
        .field textarea { resize: vertical; min-height: 108px; }
        .field input:focus, .field select:focus, .field textarea:focus {
            outline: none; border-color: var(--azure); background: #fff;
            box-shadow: 0 0 0 4px rgba(4, 140, 234, 0.14);
        }
        .form-note { font-size: 0.78rem; color: var(--slate); margin-top: 12px; display: flex; gap: 8px; align-items: flex-start; }
        .form-note i { color: var(--green); margin-top: 3px; }
        @media (max-width: 1024px) { .enquiry-grid { grid-template-columns: 1fr; } .enquiry-aside { position: static; } }
        @media (max-width: 560px) { .form-grid { grid-template-columns: 1fr; } }

        /* ============ FAQ ============ */
        .faq-list { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
        .faq-item { background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; transition: border-color 0.25s ease, box-shadow 0.25s ease; }
        .faq-item:hover { border-color: rgba(4, 140, 234, 0.3); }
        .faq-item.open { border-color: rgba(4, 140, 234, 0.45); box-shadow: var(--shadow-s); }
        .faq-question {
            width: 100%; padding: 20px 24px; background: none; border: none;
            font-size: 1rem; font-weight: 700; text-align: left; cursor: pointer; color: var(--ink);
            display: flex; justify-content: space-between; align-items: center; gap: 16px;
        }
        .faq-question .faq-icon {
            width: 30px; height: 30px; border-radius: 10px; background: var(--azure-soft); color: var(--azure);
            display: inline-flex; align-items: center; justify-content: center; font-size: 0.75rem;
            transition: transform 0.3s ease, background 0.3s ease; flex-shrink: 0;
        }
        .faq-item.open .faq-icon { transform: rotate(180deg); background: var(--azure); color: #fff; }
        .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.45s ease, padding 0.45s ease; padding: 0 24px; font-size: 0.9rem; color: var(--slate); line-height: 1.75; }
        .faq-item.open .faq-answer { max-height: 400px; padding: 0 24px 22px; }

        /* ============ CTA ============ */
        .cta-band { position: relative; overflow: hidden; background: linear-gradient(120deg, var(--navy-2) 0%, var(--navy-3) 60%, #0B4E93 100%); }
        .cta-band .cta-img { position: absolute; inset: 0; opacity: 0.16; }
        .cta-band .cta-img img { width: 100%; height: 100%; object-fit: cover; }
        .cta-band::after {
            content: ''; position: absolute; width: 480px; height: 480px; border-radius: 50%;
            top: -220px; left: -140px; background: radial-gradient(circle, rgba(4, 140, 234, 0.55), transparent 65%);
            filter: blur(70px);
        }
        .cta-inner { position: relative; z-index: 2; text-align: center; color: #fff; }
        .cta-inner .h2 { color: #fff; margin-bottom: 14px; }
        .cta-inner p { color: #BBD8F3; max-width: 620px; margin: 0 auto 30px; }
        .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

        /* ============ FOOTER ============ */
        .footer { background: var(--navy-2); color: #A9C6E4; padding: 70px 0 32px; position: relative; overflow: hidden; }
        .footer::before { content: ''; position: absolute; inset: 0; opacity: 0.35; background-image: radial-gradient(rgba(255,255,255,0.08) 1px, transparent 1px); background-size: 24px 24px; }
        .footer .wrap { position: relative; z-index: 2; }
        .footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
        .footer .brand img { height: 74px; margin-bottom: 18px; }
        .footer p { font-size: 0.86rem; line-height: 1.75; color: #93B4D8; }
        .footer h4 { color: #fff; font-size: 0.92rem; font-weight: 700; margin-bottom: 18px; letter-spacing: 0.02em; }
        .footer .flinks { display: flex; flex-direction: column; gap: 10px; }
        .footer .flinks a { color: #A9C6E4; text-decoration: none; font-size: 0.86rem; display: inline-flex; align-items: center; gap: 8px; transition: color 0.2s ease, transform 0.2s ease; }
        .footer .flinks a:hover { color: #fff; transform: translateX(3px); }
        .footer .flinks a i { color: var(--azure-2); font-size: 0.8rem; width: 16px; }
        .footer-social { display: flex; gap: 10px; margin-top: 20px; }
        .footer-social a {
            width: 40px; height: 40px; border-radius: 12px; background: rgba(255, 255, 255, 0.08);
            display: inline-flex; align-items: center; justify-content: center; color: #CFE3F8;
            text-decoration: none; transition: all 0.3s ease; border: 1px solid rgba(255,255,255,0.08);
        }
        .footer-social a:hover { background: var(--azure); color: #fff; transform: translateY(-3px); }
        .footer-bottom {
            margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.1);
            display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
            font-size: 0.8rem; color: #7EA3CB;
        }
        .footer-bottom a { color: #7EA3CB; text-decoration: none; }
        .footer-bottom a:hover { color: #fff; }
        @media (max-width: 1024px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
        @media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; gap: 30px; } .footer { padding-top: 56px; } }

        /* ============ FLOATING ============ */
        .float-stack { position: fixed; right: 20px; bottom: 20px; z-index: 150; display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
        .float-btn {
            position: relative;
            width: 54px; height: 54px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
            font-size: 1.3rem; text-decoration: none; box-shadow: var(--shadow); border: 0; cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .float-btn:hover { transform: translateY(-4px) scale(1.04); }
        .float-wa { background: #25D366; color: #fff; }
        .float-top { background: #fff; color: var(--navy); border: 1px solid var(--line); font-size: 1rem; opacity: 0; pointer-events: none; }
        .float-top.show { opacity: 1; pointer-events: auto; }
        .float-wa::after {
            content: 'Chat with us'; position: absolute; right: 66px; top: 50%; transform: translateY(-50%);
            background: var(--navy); color: #fff; font-size: 0.78rem; font-weight: 600;
            padding: 7px 13px; border-radius: 10px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.25s ease;
        }
        .float-wa:hover::after { opacity: 1; }

        /* ============ AOS & MOTION ============ */
        /* Scroll reveal — replicates AOS defaults (700ms, ease-out-cubic, 100px, offset 90) */
        [data-aos] {
            opacity: 0;
            transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
            will-change: transform, opacity;
        }
        [data-aos="fade-up"] { transform: translate3d(0, 100px, 0); }
        [data-aos="zoom-in"] { transform: scale(0.6); }
        [data-aos].aos-in { opacity: 1; transform: none; will-change: auto; }
        @media (prefers-reduced-motion: reduce) {
            * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
            html { scroll-behavior: auto; }
            [data-aos] { opacity: 1 !important; transform: none !important; }
        }
/* ============ ARTICLE / LEGAL PAGES ============ */
.page-hero {
    background: linear-gradient(180deg, #F7F1FF 0%, #EAF3FC 40%, #fff 100%);
    padding: clamp(40px, 5vw, 72px) 0 clamp(24px, 3vw, 40px);
    border-bottom: 1px solid var(--line);
}
.page-hero .eyebrow { margin-bottom: 16px; }
.page-hero h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.15; letter-spacing: -0.015em; color: var(--ink); margin-bottom: 14px; }
.page-hero p { color: var(--slate); font-size: clamp(1rem, 1.3vw, 1.1rem); max-width: 720px; line-height: 1.75; }
.prose { max-width: 820px; }
.prose h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(1.35rem, 2.2vw, 1.8rem); margin: 40px 0 12px; color: var(--ink); }
.prose h3 { font-size: 1.05rem; font-weight: 700; margin: 26px 0 8px; color: var(--ink); }
.prose p, .prose li { color: var(--slate); font-size: 0.95rem; line-height: 1.8; }
.prose p { margin-bottom: 14px; }
.prose ul, .prose ol { margin: 0 0 16px 22px; display: grid; gap: 7px; }
.prose a { color: var(--azure); font-weight: 600; text-decoration: none; }
.prose a:hover { text-decoration: underline; }
.prose .callout {
    background: var(--mist); border: 1px solid var(--line); border-left: 4px solid var(--azure);
    border-radius: 14px; padding: 18px 20px; margin: 22px 0;
}
.prose .callout p { margin: 0; font-size: 0.9rem; }
.prose table { width: 100%; border-collapse: collapse; margin: 18px 0 24px; font-size: 0.9rem; }
.prose th, .prose td { text-align: left; padding: 12px 14px; border: 1px solid var(--line); color: var(--slate); }
.prose th { background: var(--mist); font-weight: 700; color: var(--ink); }
.prose .updated { font-size: 0.82rem; color: var(--slate-2); margin-top: 34px; }
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
@media (max-width: 1024px) { .contact-grid { grid-template-columns: 1fr; } }

/* ============ AI-FRIENDLY FACT BLOCKS ============ */
.fact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 0; }
.fact-list > div { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; box-shadow: var(--shadow-s); }
.fact-list dt { font-weight: 700; color: var(--navy); font-size: 0.86rem; margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
.fact-list dt i { color: var(--azure); }
.fact-list dd { margin: 0; color: var(--slate); font-size: 0.87rem; line-height: 1.65; }
@media (max-width: 768px) { .fact-list { grid-template-columns: 1fr; } }
.ref-tables { display: grid; gap: 30px; }
.ref-tables h3 { font-family: var(--serif); font-weight: 600; font-size: 1.15rem; color: var(--ink); margin-bottom: 4px; }
.ref-tables p { color: var(--slate); font-size: 0.88rem; margin-bottom: 12px; }

        /* ==== Phase 3 content pages (services, subjects, guides, tools) ==== */
        .crumbs { font-size: 0.85rem; color: var(--slate); margin-bottom: 18px; }
        .crumbs a { color: var(--slate); text-decoration: none; font-weight: 600; }
        .crumbs a:hover { color: var(--azure); }
        .crumbs span { margin: 0 8px; color: var(--slate-2); }
        .crumbs strong { color: var(--navy); }
        .grid { display: grid; gap: 22px; }
        .grid-3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
        .card-pad { padding: clamp(20px, 3vw, 30px); display: flex; flex-direction: column; }
        .card-pad h3 { font-family: var(--serif); font-size: 1.18rem; font-weight: 600; margin: 0 0 10px; color: var(--ink); }
        .card-pad p { color: var(--slate); font-size: 0.95rem; margin: 0; }
        .card-ico { width: 48px; height: 48px; border-radius: 14px; background: var(--azure-soft); border: 1px solid rgba(4,140,234,0.18); color: var(--azure); display: inline-flex; align-items: center; justify-content: center; font-size: 1.1rem; margin-bottom: 14px; }
        .card-link { margin-top: auto; padding-top: 16px; color: var(--azure); font-weight: 700; font-size: 0.92rem; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
        .card-link:hover { color: var(--navy); }
        .card-link i { transition: transform 0.25s ease; }
        .card-link:hover i { transform: translateX(4px); }
        .hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
        .related { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); }
        .related h3 { font-family: var(--serif); font-size: 1.25rem; margin-bottom: 14px; color: var(--ink); }
        .chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
        a.chip { text-decoration: none; }
        a.svc-more { text-decoration: none; }
        .prose table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 0.94rem; }
        .prose thead th { background: var(--mist); color: var(--navy); text-align: left; }
        .prose th, .prose td { padding: 12px 14px; border: 1px solid var(--line); vertical-align: top; }
        .prose tbody tr:nth-child(even) { background: #FBFDFF; }
        .prose code { background: var(--mist); border: 1px solid var(--line); border-radius: 6px; padding: 2px 6px; font-size: 0.88em; }
        .tool-card { max-width: 760px; margin: 0 auto; padding: clamp(22px, 4vw, 38px); }
        .tool-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
        .tool-row { display: grid; gap: 8px; margin-bottom: 18px; }
        .tool-row label { font-weight: 700; color: var(--navy); font-size: 0.92rem; }
        .tool-row select, .tool-row input { padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 12px; font: inherit; color: var(--ink); background: #fff; width: 100%; }
        .tool-row select:focus, .tool-row input:focus { outline: none; border-color: var(--azure); }
        .tool-note { color: var(--slate); font-size: 0.84rem; margin-top: 4px; }
        .tool-result { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%); color: #fff; border-radius: var(--r); padding: 24px; margin-top: 8px; }
        .tool-result .price { font-size: clamp(1.9rem, 4vw, 2.5rem); font-weight: 800; letter-spacing: -0.02em; }
        .tool-result .note { color: #BFD9F2; font-size: 0.88rem; margin-top: 6px; }
