/* =========================================================
   LaunchStrike — full site styles
   ========================================================= */

:root {
    --blue: #1e51d6;
    --blue-600: #1a47bd;
    --blue-100: #eaf0ff;
    --ink: #0f1a2e;
    --ink-2: #1e2a44;
    --text: #4a5568;
    --muted: #7b8598;
    --bg: #ffffff;
    --bg-soft: #f6f8fc;
    --bg-hero: linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
    --peach: linear-gradient(120deg, #ffe6d1 0%, #fddbc4 40%, #ffd0c2 100%);
    --border: #e6ebf3;
    --shadow-sm: 0 4px 14px rgba(15, 26, 46, .06);
    --shadow-md: 0 12px 32px rgba(15, 26, 46, .08);
    --shadow-lg: 0 24px 60px rgba(15, 26, 46, .12);
    --radius: 16px;
    --radius-lg: 24px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
    font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    color: var(--text);
    background: #fff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }

.container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===================== Buttons ===================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
    border: 1.5px solid transparent;
    white-space: nowrap;
}
.btn-primary {
    background: var(--blue);
    color: #fff;
    box-shadow: 0 8px 18px rgba(30, 81, 214, .28);
}
.btn-primary:hover { background: var(--blue-600); transform: translateY(-1px); }
.btn-outline {
    background: #fff;
    color: var(--ink);
    border-color: var(--border);
}
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.btn-sm { padding: 10px 18px; font-size: 14px; }
.btn-full { width: 100%; }

/* ===================== Header ===================== */
.site-header {
    position: sticky;
    top: 16px;
    z-index: 40;
    padding-top: 4px;
    background: transparent;
}
.nav-pill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 10px 14px 10px 22px;
    background: #ffffff;
    border-radius: 999px;
    box-shadow: 0 12px 40px rgba(15, 26, 46, .08), 0 2px 6px rgba(15, 26, 46, .04);
    border: 1px solid rgba(15, 26, 46, .04);
}
.logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ink);
    font-weight: 700;
    font-size: 16px;
}
.logo-mark {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 8px rgba(15, 26, 46, .08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.logo-mark svg { width: 18px; height: 18px; }
.nav-links {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
}
.nav-links a {
    color: var(--ink-2);
    font-weight: 500;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 999px;
    transition: color .15s ease, background .18s ease, box-shadow .18s ease;
}
.nav-links a:hover { color: var(--blue); }
.nav-links a.active {
    background: #fff;
    color: var(--ink);
    box-shadow: 0 4px 14px rgba(15, 26, 46, .10);
    font-weight: 600;
}

.nav-toggle {
    display: none;
    width: 40px; height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
}
.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--ink);
    border-radius: 2px;
    transition: transform .2s ease, opacity .2s ease;
}

/* ===================== HERO ===================== */
.hero {
    background: linear-gradient(180deg, #f3f5f9 0%, #eef1f6 100%);
    padding: 70px 0 110px;
    position: relative;
    overflow: hidden;
}
.hero-inner {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 48px;
    align-items: center;
}
.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: #ffffff;
    color: var(--blue);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1px;
    border-radius: 999px;
    margin-bottom: 24px;
    border: 1px solid #dbe4f5;
    box-shadow: 0 4px 12px rgba(15, 26, 46, .05);
}
.badge.light {
    background: #eef3ff;
    border-color: #dde7ff;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-size: 12px;
    box-shadow: none;
}
.badge .dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--blue);
    display: inline-block;
}
.badge-star {
    width: 14px; height: 14px;
    color: var(--blue);
}
.hero-title {
    font-family: 'Playfair Display', 'Inter', serif;
    color: var(--ink);
    font-size: clamp(38px, 5.4vw, 68px);
    line-height: 1.05;
    letter-spacing: -1px;
    margin: 0 0 18px;
    font-weight: 700;
}
.hero-sub {
    font-size: 16px;
    color: var(--text);
    max-width: 520px;
    margin: 0 0 26px;
}
.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.hero-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.tag-link {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--ink);
    padding: 9px 16px;
    background: #ffffff;
    border: 1px solid #e2e8f2;
    border-radius: 999px;
    box-shadow: 0 3px 10px rgba(15, 26, 46, .04);
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.tag-link:hover {
    border-color: var(--blue);
    color: var(--blue);
}

/* Hero visual */
.hero-right { display: flex; justify-content: center; align-items: center; }
.hero-visual {
    position: relative;
    width: 100%;
    max-width: 480px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.deco-circle {
    position: absolute;
    border-radius: 50%;
    background: #dfe6f4;
    opacity: .55;
    pointer-events: none;
}
.deco-c1 { width: 190px; height: 190px; top: 10%; right: -90px; background: #d6dfef; opacity: .55; }
.deco-c2 { width: 160px; height: 160px; bottom: -50px; right: 6%; background: #d6dfef; opacity: .6; }

.idea-card {
    position: relative;
    width: 78%;
    aspect-ratio: 1 / 1;
    background: linear-gradient(160deg, #1b47c7 0%, #1638a3 100%);
    border-radius: 48px;
    transform: rotate(6deg);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 30px 70px rgba(22, 56, 163, .30);
    z-index: 1;
    transition: transform .4s ease;
}
.idea-card:hover { transform: rotate(6deg) scale(1.02); }
.idea-card .ring {
    position: absolute;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, .16);
    pointer-events: none;
}
.idea-card .ring-1 { width: 66%; height: 66%; }
.idea-card .ring-2 { width: 46%; height: 46%; border-color: rgba(255, 255, 255, .22); }

.idea-card .bulb {
    width: 34%;
    height: 34%;
    position: relative;
    z-index: 2;
    transform: rotate(-6deg);
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, .18));
}

/* Corner badges with icons */
.idea-corner {
    position: absolute;
    width: 44px; height: 44px;
    border-radius: 12px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(15, 26, 46, .12);
    transform: rotate(-6deg);
}
.idea-corner svg { width: 20px; height: 20px; }
.idea-corner.tl { top: -18px; left: -18px; }
.idea-corner.tr { top: -18px; right: -18px; }
.idea-corner.bl { bottom: -18px; left: -18px; }
.idea-corner.br { bottom: -18px; right: -18px; }

/* ===================== Section utilities ===================== */
.section-title {
    font-family: 'Playfair Display', 'Inter', serif;
    color: var(--ink);
    font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.15;
    letter-spacing: -.4px;
    margin: 12px 0 16px;
    font-weight: 700;
}
.section-sub {
    color: var(--text);
    font-size: 16px;
    margin: 0 0 12px;
    max-width: 560px;
}
.section-sub.muted { color: var(--muted); font-size: 14.5px; }
.section-head.center {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 40px;
}
.section-head.center .section-sub { margin-left: auto; margin-right: auto; }

/* ===================== Transform Section ===================== */
.transform {
    background: #eef1f6;
    padding: 80px 0;
}
.transform-card {
    background: #f7f8fb;
    border-radius: 32px;
    padding: 40px;
    box-shadow: 0 12px 40px rgba(15, 26, 46, .06);
    border: 1px solid rgba(15, 26, 46, .04);
}
.transform-inner {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 48px;
    align-items: center;
}
.img-wrap {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    padding: 8px;
    box-shadow: 0 10px 30px rgba(15, 26, 46, .08);
    aspect-ratio: 4 / 4.2;
}
.img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

/* Outline badge for section headers */
.badge.outline {
    background: #ffffff;
    color: var(--ink);
    border: 1px solid #dfe4ee;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 11px;
    font-weight: 600;
    padding: 8px 18px;
    box-shadow: none;
}

.section-lead {
    color: var(--ink);
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 22px;
}

/* Stats as separate cards */
.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 6px 0 28px;
    padding: 0;
    border: 0;
}
.stat {
    background: #ffffff;
    border: 1px solid #e9edf5;
    border-radius: 16px;
    padding: 22px 18px;
    box-shadow: 0 3px 10px rgba(15, 26, 46, .03);
}
.stat-num {
    font-family: 'Playfair Display', serif;
    color: var(--ink);
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.5px;
}
.stat-num span {
    font-family: inherit;
    color: var(--ink);
}
.stat-label {
    color: var(--text);
    font-size: 13.5px;
    margin-top: 10px;
    line-height: 1.4;
}

/* Arrow button */
.btn-arrow svg {
    width: 16px;
    height: 16px;
}

/* ===================== Testimonials ===================== */
.testimonials {
    padding: 90px 0 110px;
    background: #eef1f6;
    position: relative;
    overflow: hidden;
}
.deco-bg {
    position: absolute;
    border-radius: 50%;
    background: #dfe4ef;
    opacity: .6;
    pointer-events: none;
    z-index: 0;
}
.deco-bg-tl { width: 220px; height: 220px; top: -60px; left: -80px; }
.deco-bg-br { width: 130px; height: 130px; bottom: 60px; right: -40px; }
.deco-bg-bl { width: 80px; height: 80px; bottom: 130px; left: 12%; opacity: .5; }

.testimonials .container { position: relative; z-index: 1; }

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
}
.t-card {
    position: relative;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(15, 26, 46, .06);
    border: 1px solid rgba(255, 255, 255, .8);
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}
.t-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}
.t-cover {
    position: relative;
    height: 110px;
    border-radius: 22px 22px 0 0;
    margin: 8px 8px 0;
    background: linear-gradient(135deg, #cfe0ff 0%, #eaf2ff 100%);
}
.cover-a { background: linear-gradient(135deg, #6a94ff 0%, #b7ceff 100%); }
.cover-b { background: linear-gradient(135deg, #2fb59a 0%, #82d8c6 100%); }
.cover-c { background: linear-gradient(135deg, #9aa5c2 0%, #c3c9d9 100%); }

/* Small sparkle icon in top-right of cover */
.t-spark {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}
.t-spark svg { width: 15px; height: 15px; }

.t-body {
    padding: 0 24px 30px;
    text-align: center;
    margin-top: -46px;
    position: relative;
}
.t-avatar {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    margin: 0 auto 16px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .1);
    background: #fff;
}
.t-avatar img { width: 100%; height: 100%; object-fit: cover; }
.t-name {
    color: var(--ink);
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 700;
}

/* Role pills */
.t-role {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 999px;
    margin: 0 0 16px;
}
.role-blue { background: #dfe8ff; color: #1e51d6; }
.role-teal { background: #d5f0e6; color: #14a37f; }
.role-gray { background: #e4e7ef; color: #7b8598; }

.t-quote { color: var(--text); font-size: 14px; margin: 0; line-height: 1.55; }

/* Featured (middle) card visibly larger */
.t-card.featured {
    transform: translateY(-24px);
    box-shadow: 0 24px 60px rgba(15, 26, 46, .12);
    border-color: #d6e0f2;
}
.t-card.featured:hover { transform: translateY(-30px); }
.t-card.featured .t-cover { height: 150px; }
.t-card.featured .t-body { padding-bottom: 40px; }
.t-card.featured .t-avatar { width: 100px; height: 100px; }

/* Muted (third) card — faded look */
.t-card.muted { opacity: .82; }
.t-card.muted .t-name { color: #4b586f; }
.t-card.muted .t-quote { color: #8b95a8; }
.t-card.muted:hover { opacity: 1; }

/* ===================== CTA ===================== */
.cta {
    padding: 70px 0;
    background: linear-gradient(100deg,
        #e9edf3 0%,
        #eef1f6 30%,
        #f5eee6 65%,
        #f2ddca 100%);
    position: relative;
}
.cta-card {
    background: #f6f7fa;
    border-radius: 26px;
    max-width: 880px;
    margin: 0 auto;
    padding: 44px 32px 44px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .9);
    box-shadow:
        0 0 0 1px rgba(15, 26, 46, .06),
        0 0 0 8px #ffffff,
        0 0 0 9px rgba(15, 26, 46, .05),
        0 24px 50px rgba(15, 26, 46, .10);
}
.cta-icon-wrap {
    position: relative;
    width: 88px;
    height: 88px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-icon-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid rgba(30, 81, 214, .18);
    background: rgba(255, 255, 255, .5);
    box-shadow: inset 0 2px 8px rgba(30, 81, 214, .05);
}
.cta-icon {
    position: relative;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: linear-gradient(180deg, #1b47c7 0%, #2695b8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(30, 81, 214, .30);
}
.cta-icon svg { width: 26px; height: 26px; }
.cta-title {
    font-family: 'Playfair Display', serif;
    color: var(--ink);
    font-size: clamp(28px, 3.4vw, 40px);
    margin: 0 0 22px;
    font-weight: 700;
}

/* Gradient pill button */
.btn-gradient {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 30px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    background: linear-gradient(180deg, #2f6dff 0%, #1a3fd0 100%);
    box-shadow: 0 10px 22px rgba(30, 81, 214, .35);
    border: 0;
    transition: transform .18s ease, box-shadow .18s ease;
}
.btn-gradient:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(30, 81, 214, .40);
}

/* ===================== FAQ ===================== */
.faq {
    padding: 90px 0;
    background: #fff;
}
.faq-inner {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 48px;
    align-items: start;
}
.faq-title {
    position: relative;
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-size: clamp(38px, 4.6vw, 56px);
}
.faq-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 22%;
    bottom: 6px;
    height: 6px;
    background: rgba(30, 81, 214, .18);
    border-radius: 3px;
    z-index: -1;
}
.dot-blue { color: var(--blue); }

.mini-card {
    position: relative;
    margin-top: 26px;
    background: #fff;
    color: var(--ink);
    padding: 22px 22px 22px;
    border-radius: 18px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border);
    max-width: 320px;
    overflow: hidden;
}
.mini-card .mini-corner {
    position: absolute;
    top: 0; right: 0;
    width: 46px; height: 46px;
    background: linear-gradient(135deg, transparent 50%, #eaf0ff 50%);
}
.mini-card h4 { margin: 0 0 6px; font-size: 16px; color: var(--ink); font-weight: 700; }
.mini-card p { margin: 0 0 16px; font-size: 13.5px; color: var(--text); }
.mini-card .btn-primary { padding: 10px 16px; }

.faq-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.faq-item {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: box-shadow .2s ease, border-color .2s ease;
}
.faq-item.open { border-color: #cfdcff; box-shadow: var(--shadow-md); }
.faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 22px;
    text-align: left;
    color: var(--ink);
    font-weight: 600;
    font-size: 15px;
}
.faq-icon {
    flex-shrink: 0;
    width: 28px; height: 28px;
    border-radius: 50%;
    background: #eaf0ff;
    color: var(--blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    transition: transform .25s ease, background .2s ease, color .2s ease;
}
.faq-item.open .faq-icon {
    background: var(--blue);
    color: #fff;
    transform: rotate(45deg);
}
.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}
.faq-a p {
    padding: 0 22px 20px;
    margin: 0;
    color: var(--text);
    font-size: 14.5px;
}

/* ===================== Footer ===================== */
.site-footer {
    background: #0f141c;
    color: #b7c1d1;
    padding: 60px 0 20px;
}
.footer-top {
    display: grid;
    grid-template-columns: 1.15fr .35fr .35fr .45fr;
    gap: 48px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.footer-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px;
}
.footer-desc {
    margin: 0 0 24px;
    font-size: 14px;
    color: #94a1b7;
    line-height: 1.55;
    max-width: 460px;
}

/* Contact card */
.contact-card {
    background: #171d28;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 18px;
    padding: 18px;
    max-width: 460px;
}
.contact-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 14px;
}
.contact-item {
    background: #1c2331;
    border: 1px solid rgba(255, 255, 255, .04);
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 10px;
}
.contact-item:last-child { margin-bottom: 0; }
.contact-label {
    color: #2ecfe0;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.contact-value {
    color: #eaeef5;
    font-size: 14px;
    word-break: break-word;
}

/* Columns */
.footer-cols {
    display: contents;
}
.col h5 {
    color: #ffffff;
    font-size: 15px;
    margin: 0 0 16px;
    font-weight: 700;
}
.col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.col ul li,
.col ul a {
    color: #94a1b7;
    font-size: 14px;
    transition: color .15s ease;
}
.col ul a:hover { color: #ffffff; }
.col ul.plain li.spacer { margin-top: 12px; line-height: 1.4; }
.col ul.plain li:last-child {
    margin-top: 12px;
    line-height: 1.5;
    color: #b7c1d1;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
    gap: 16px;
    flex-wrap: wrap;
}
.footer-bottom p { margin: 0; font-size: 13px; color: #7d8aa2; }
.footer-legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}
.footer-legal a {
    color: #b7c1d1;
    transition: color .15s ease;
}
.footer-legal a:hover { color: #ffffff; }
.footer-legal span { color: #4a5468; }
.socials { display: flex; gap: 10px; }
.soc {
    width: 36px; height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1c2331;
    color: #b7c1d1;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}
.soc:hover { background: var(--blue); color: #fff; transform: translateY(-2px); }
.soc svg { width: 15px; height: 15px; }

/* ===================== Cookie Consent ===================== */
.cookie-consent {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 60;
    display: flex;
    justify-content: center;
    pointer-events: none;
}
.cookie-consent.hidden { display: none; }
.cookie-inner {
    pointer-events: auto;
    background: #1a2130;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 16px;
    padding: 18px 20px;
    max-width: 900px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
}
.cookie-text { flex: 1; }
.cookie-text h4 {
    color: #ffffff;
    font-size: 15px;
    margin: 0 0 4px;
    font-weight: 700;
}
.cookie-text p {
    color: #a8b2c5;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}
.cookie-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}
.cookie-btn {
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
    white-space: nowrap;
}
.cookie-btn.ghost {
    background: transparent;
    color: #cfd6e4;
    border: 1px solid rgba(255, 255, 255, .12);
}
.cookie-btn.ghost:hover {
    background: rgba(255, 255, 255, .05);
    color: #fff;
}
.cookie-btn.primary {
    background: var(--blue);
    color: #ffffff;
    border: 1px solid var(--blue);
    box-shadow: 0 6px 14px rgba(30, 81, 214, .3);
}
.cookie-btn.primary:hover { background: var(--blue-600); }

/* ===================== Reveal on scroll ===================== */
.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .55s ease, transform .55s ease;
}
.reveal.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* ===================== Responsive ===================== */
@media (max-width: 960px) {
    .hero { padding: 40px 0 60px; }
    .hero-inner { grid-template-columns: 1fr; gap: 30px; }
    .hero-right { order: -1; }
    .hero-visual { max-width: 320px; }
    .transform-card { padding: 24px; border-radius: 24px; }
    .transform-inner { grid-template-columns: 1fr; gap: 30px; }
    .cards { grid-template-columns: 1fr; }
    .t-card.featured { transform: none; }
    .t-card.featured:hover { transform: translateY(-6px); }
    .faq-inner { grid-template-columns: 1fr; gap: 30px; }
    .footer-top {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px 24px;
    }
    .footer-brand { grid-column: 1 / -1; }
    .cookie-inner { flex-direction: column; align-items: flex-start; }
    .cookie-actions { width: 100%; flex-wrap: wrap; }
}

@media (max-width: 720px) {
    .site-header { top: 12px; }
    .nav-pill { height: auto; padding: 10px 14px; position: relative; border-radius: 22px; }
    .nav-links {
        position: absolute;
        top: calc(100% + 8px);
        left: 0; right: 0;
        background: #fff;
        flex-direction: column;
        gap: 4px;
        padding: 12px;
        border-radius: 18px;
        box-shadow: var(--shadow-md);
        display: none;
    }
    .nav-links.open { display: flex; }
    .nav-links a { padding: 12px 16px; width: 100%; text-align: center; }
    .nav-toggle { display: flex; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .stats { grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .stat-num { font-size: 26px; }
    .cta-card { padding: 40px 20px 32px; }
    .cookie-btn { flex: 1; padding: 10px 12px; font-size: 12.5px; }
}


/* =========================================================
   Accessibility
   ========================================================= */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 8px;
    background: var(--ink);
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 600;
    z-index: 100;
}
.skip-link:focus { left: 20px; outline: 3px solid #ffd166; }

:focus-visible {
    outline: 3px solid rgba(30, 81, 214, .55);
    outline-offset: 2px;
    border-radius: 6px;
}

/* =========================================================
   Footer disclaimer
   ========================================================= */
.footer-disclaimer {
    padding: 20px 24px;
    border-top: 1px solid rgba(255, 255, 255, .05);
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    margin-top: 0;
}
.footer-disclaimer p {
    margin: 0;
    font-size: 12.5px;
    color: #78849b;
    line-height: 1.55;
    max-width: 100%;
}

/* =========================================================
   Sub-hero for interior pages
   ========================================================= */
.sub-hero {
    background: linear-gradient(180deg, #f3f5f9 0%, #eef1f6 100%);
    padding: 70px 0 60px;
    text-align: center;
}
.sub-hero .container { max-width: 820px; }
.sub-hero .badge { margin-bottom: 20px; }
.sub-hero h1 {
    font-family: 'Playfair Display', serif;
    color: var(--ink);
    font-size: clamp(36px, 4.6vw, 56px);
    line-height: 1.08;
    margin: 0 0 16px;
    letter-spacing: -.5px;
    font-weight: 700;
}
.sub-hero p.lead {
    color: var(--text);
    font-size: 17px;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.6;
}
.crumbs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
    color: var(--muted);
    font-size: 13px;
}
.crumbs a { color: var(--blue); }
.crumbs a:hover { text-decoration: underline; }
.crumbs span[aria-hidden] { color: #c7cfdc; }

/* =========================================================
   Services page
   ========================================================= */
.services-intro {
    background: #ffffff;
    padding: 80px 0 40px;
}
.services-intro-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
.services-intro img {
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.services-grid-section {
    background: #eef1f6;
    padding: 60px 0 90px;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 40px;
}
.service-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: var(--shadow-sm);
    transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}
.service-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #eaf0ff;
    color: var(--blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}
.service-icon svg { width: 24px; height: 24px; }
.service-card h3 {
    font-family: 'Playfair Display', serif;
    color: var(--ink);
    font-size: 22px;
    margin: 0 0 4px;
    font-weight: 700;
}
.service-card p {
    color: var(--text);
    font-size: 14.5px;
    line-height: 1.6;
    margin: 0;
}
.service-card ul {
    margin: 6px 0 0;
    padding-left: 18px;
    color: var(--text);
    font-size: 14px;
}
.service-card ul li { margin-bottom: 6px; }

.services-feature {
    background: #ffffff;
    padding: 80px 0;
}
.services-feature-inner {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    align-items: center;
}
.services-feature img {
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.services-feature h2 {
    font-family: 'Playfair Display', serif;
    color: var(--ink);
    font-size: clamp(28px, 3vw, 40px);
    margin: 10px 0 16px;
}
.services-feature p { color: var(--text); }

/* =========================================================
   Pricing plans (tiers + rate table)
   ========================================================= */
.pricing-plans {
    background: var(--bg-soft);
    padding: 90px 0;
}
.pricing-plans .section-head.center {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px;
}
.pricing-plans .section-head .badge { display: inline-block; margin-bottom: 14px; }
.pricing-plans .section-sub { color: var(--text); margin-top: 14px; }

.plans-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    align-items: stretch;
}
.plan-card {
    position: relative;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 34px 30px 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(20, 22, 30, 0.05);
    transition: transform .2s ease, box-shadow .2s ease;
}
.plan-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(20, 22, 30, 0.09);
}
.plan-card.featured {
    background: linear-gradient(180deg, #ffffff 0%, var(--blue-100) 100%);
    border: 2px solid var(--blue);
    box-shadow: 0 16px 40px rgba(30, 81, 214, 0.18);
    padding-top: 60px;
}
.plan-ribbon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: var(--blue);
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 10px 14px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(15, 26, 46, 0.12);
}
.plan-tag {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 14px;
}
.plan-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 12px;
    color: var(--ink);
    font-family: 'Playfair Display', serif;
}
.plan-price .currency {
    font-size: 20px;
    font-weight: 600;
}
.plan-price .amount {
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
}
.plan-price .per {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: var(--muted);
    font-weight: 500;
}
.plan-lead {
    color: var(--text);
    margin: 0 0 18px;
    min-height: 48px;
}
.plan-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.plan-list li {
    position: relative;
    padding-left: 26px;
    color: var(--text);
    font-size: 15px;
    line-height: 1.5;
}
.plan-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--blue);
    box-shadow: inset 0 0 0 3px #ffffff;
}
.btn-full { width: 100%; justify-content: center; text-align: center; }

.rate-card {
    margin-top: 56px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 34px;
    box-shadow: 0 8px 24px rgba(20, 22, 30, 0.05);
}
.rate-head { margin-bottom: 20px; }
.rate-head h3 {
    font-family: 'Playfair Display', serif;
    color: var(--ink);
    font-size: clamp(22px, 2.2vw, 28px);
    margin: 0 0 6px;
}
.rate-head p { color: var(--muted); margin: 0; }
.rate-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
.rate-table thead th {
    text-align: left;
    color: var(--muted);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 12px 14px;
    border-bottom: 2px solid var(--border);
    background: #faf8f2;
}
.rate-table tbody th,
.rate-table tbody td {
    padding: 16px 14px;
    border-bottom: 1px solid var(--border);
    vertical-align: middle;
    color: var(--text);
    font-weight: 500;
}
.rate-table tbody th {
    color: var(--ink);
    font-weight: 600;
    text-align: left;
}
.rate-table .right { text-align: right; white-space: nowrap; color: var(--ink); font-weight: 700; }
.rate-table tbody tr:last-child th,
.rate-table tbody tr:last-child td { border-bottom: 0; }
.rate-note {
    margin-top: 18px;
    color: var(--muted);
    font-size: 13px;
}

@media (max-width: 960px) {
    .plans-grid { grid-template-columns: 1fr; }
    .plan-card.featured { order: -1; }
}
@media (max-width: 640px) {
    .rate-card { padding: 22px; }
    .rate-table thead { display: none; }
    .rate-table, .rate-table tbody, .rate-table tr, .rate-table th, .rate-table td { display: block; width: 100%; }
    .rate-table tbody tr {
        padding: 14px 0;
        border-bottom: 1px solid var(--border);
    }
    .rate-table tbody th { padding: 0 0 6px; border: 0; }
    .rate-table tbody td { padding: 2px 0; border: 0; color: var(--muted); font-size: 14px; }
    .rate-table .right { text-align: left; margin-top: 8px; font-size: 16px; }
}

/* =========================================================
   Work page
   ========================================================= */
.work-list {
    background: #ffffff;
    padding: 80px 0;
}
.case {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 44px;
    align-items: center;
    padding: 40px 0;
    border-top: 1px solid var(--border);
}
.case:first-child { border-top: 0; padding-top: 0; }
.case.reverse { grid-template-columns: 1.15fr 1fr; }
.case.reverse .case-image { order: 2; }
.case-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
}
.case-copy .case-tag {
    display: inline-block;
    padding: 5px 12px;
    background: #eaf0ff;
    color: var(--blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 999px;
    margin-bottom: 14px;
}
.case-copy h2 {
    font-family: 'Playfair Display', serif;
    color: var(--ink);
    font-size: clamp(24px, 2.6vw, 34px);
    margin: 0 0 12px;
    font-weight: 700;
    line-height: 1.15;
}
.case-copy p {
    color: var(--text);
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 12px;
}
.case-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 18px;
}
.case-metric {
    background: #f6f8fc;
    border-radius: 12px;
    padding: 14px;
    text-align: center;
    border: 1px solid var(--border);
}
.case-metric b {
    display: block;
    font-family: 'Playfair Display', serif;
    color: var(--blue);
    font-size: 26px;
    line-height: 1;
    margin-bottom: 4px;
}
.case-metric span {
    color: var(--muted);
    font-size: 12px;
    letter-spacing: .5px;
}

/* =========================================================
   About page
   ========================================================= */
.about-story {
    background: #ffffff;
    padding: 80px 0;
}
.about-story-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.about-story-inner img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: var(--shadow-md);
}
.about-story h2 {
    font-family: 'Playfair Display', serif;
    color: var(--ink);
    font-size: clamp(28px, 3vw, 42px);
    margin: 10px 0 16px;
}
.about-story p { color: var(--text); font-size: 15.5px; margin: 0 0 14px; }

.about-values {
    background: #eef1f6;
    padding: 80px 0;
}
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.value-card {
    background: #fff;
    padding: 26px;
    border-radius: 18px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
}
.value-card .service-icon { margin-bottom: 12px; }
.value-card h3 {
    color: var(--ink);
    font-size: 18px;
    margin: 0 0 8px;
    font-weight: 700;
}
.value-card p { color: var(--text); font-size: 14.5px; margin: 0; }

/* =========================================================
   Contact page
   ========================================================= */
.contact-section {
    background: #ffffff;
    padding: 80px 0;
}
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
    align-items: start;
}
.contact-info-card {
    background: #f6f8fc;
    border-radius: 22px;
    padding: 30px;
    border: 1px solid var(--border);
}
.contact-info-card h2 {
    font-family: 'Playfair Display', serif;
    color: var(--ink);
    font-size: 26px;
    margin: 0 0 8px;
}
.contact-info-card > p { color: var(--text); margin: 0 0 22px; }
.contact-info-card img {
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 20px;
}
.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.contact-info-list li {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 14px;
    color: var(--ink);
    padding: 12px 14px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid var(--border);
}
.contact-info-list li b {
    color: var(--muted);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 700;
}

.form-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 34px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
}
.form-card h2 {
    font-family: 'Playfair Display', serif;
    color: var(--ink);
    font-size: 26px;
    margin: 0 0 8px;
}
.form-card > p.form-intro { color: var(--text); margin: 0 0 24px; font-size: 15px; }
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}
.field { display: flex; flex-direction: column; gap: 6px; }
.field label {
    color: var(--ink);
    font-size: 13.5px;
    font-weight: 600;
}
.field input,
.field select,
.field textarea {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 12px 14px;
    font-family: inherit;
    font-size: 15px;
    color: var(--ink);
    transition: border-color .15s ease, box-shadow .15s ease;
    outline: none;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 4px rgba(30, 81, 214, .12);
}
.field textarea { min-height: 140px; resize: vertical; }
.field .hint { color: var(--muted); font-size: 12px; }

.honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 18px 0 22px;
    font-size: 13.5px;
    color: var(--text);
    line-height: 1.5;
}
.consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--blue);
    margin-top: 2px;
    flex-shrink: 0;
}
.consent a { color: var(--blue); text-decoration: underline; }

.form-msg {
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 14px;
    margin-bottom: 18px;
}
.form-msg.success { background: #e0f4e9; color: #14a37f; border: 1px solid #b6e0c8; }
.form-msg.error { background: #fdecec; color: #b23e3e; border: 1px solid #f4c6c6; }

/* =========================================================
   Prose (legal / privacy / terms / cookies)
   ========================================================= */
.prose-section {
    background: #ffffff;
    padding: 60px 0 80px;
}
.prose {
    max-width: 780px;
    margin: 0 auto;
    color: var(--text);
    font-size: 15.5px;
    line-height: 1.75;
}
.prose h2 {
    font-family: 'Playfair Display', serif;
    color: var(--ink);
    font-size: 28px;
    margin: 44px 0 14px;
    font-weight: 700;
    line-height: 1.2;
}
.prose h3 {
    color: var(--ink);
    font-size: 18px;
    margin: 26px 0 10px;
    font-weight: 700;
}
.prose p { margin: 0 0 14px; }
.prose ul, .prose ol { margin: 0 0 16px; padding-left: 22px; }
.prose ul li, .prose ol li { margin-bottom: 8px; }
.prose a { color: var(--blue); text-decoration: underline; }
.prose a:hover { color: var(--blue-600); }
.prose strong { color: var(--ink); }
.prose .updated {
    display: inline-block;
    background: #eef1f6;
    color: var(--muted);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12.5px;
    margin-bottom: 20px;
    letter-spacing: .3px;
}

.legal-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 30px;
}
.legal-link-card {
    background: #f6f8fc;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 22px;
    transition: transform .2s ease, box-shadow .2s ease;
}
.legal-link-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-sm);
}
.legal-link-card h3 {
    color: var(--ink);
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin: 0 0 8px;
}
.legal-link-card p { color: var(--text); font-size: 13.5px; margin: 0 0 14px; }
.legal-link-card a {
    color: var(--blue);
    font-weight: 600;
    font-size: 13.5px;
}
.legal-link-card a:hover { text-decoration: underline; }

/* =========================================================
   404 page
   ========================================================= */
.not-found {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    padding: 80px 0;
    background: linear-gradient(180deg, #f3f5f9 0%, #eef1f6 100%);
}
.not-found-inner { text-align: center; max-width: 640px; margin: 0 auto; }
.not-found .big {
    font-family: 'Playfair Display', serif;
    color: var(--blue);
    font-size: clamp(80px, 14vw, 160px);
    line-height: 1;
    margin: 0 0 8px;
    font-weight: 700;
    letter-spacing: -3px;
}
.not-found h1 {
    font-family: 'Playfair Display', serif;
    color: var(--ink);
    font-size: clamp(24px, 3vw, 34px);
    margin: 0 0 12px;
}
.not-found p { color: var(--text); font-size: 16px; margin: 0 0 24px; }

/* =========================================================
   Responsive helpers (add-on)
   ========================================================= */
@media (max-width: 960px) {
    .services-intro-inner,
    .services-feature-inner,
    .about-story-inner,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .services-grid,
    .values-grid { grid-template-columns: repeat(2, 1fr); }
    .case,
    .case.reverse {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .case.reverse .case-image { order: 0; }
    .legal-links { grid-template-columns: repeat(2, 1fr); }
    .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    .services-grid,
    .values-grid,
    .legal-links {
        grid-template-columns: 1fr;
    }
    .case-metrics { grid-template-columns: repeat(3, 1fr); gap: 8px; }
    .case-metric b { font-size: 20px; }
    .sub-hero { padding: 50px 0 40px; }
}

/* =========================================================
   Reduced-motion preference
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    .reveal { opacity: 1 !important; transform: none !important; }
    .idea-card:hover { transform: rotate(6deg) !important; }
}
