/* ===================================================================
   v2.css — components for the commercial relaunch (2026)
   Visual language inspired by betcare.co (dark hero, scattered ornaments,
   pill buttons, curved wave dividers) — reinterpreted with Arctura's
   guardian-star identity. Light theme primary in the body.
   Loaded AFTER styles.css + global-light.css.
   =================================================================== */

/* ===== Brand tokens (override / extend) ===== */
:root {
    --arc-navy: #0A1F38;
    --arc-navy-2: #0F2E4F;
    --arc-blue: #1B4F72;
    --arc-blue-2: #0F3A5C;
    --arc-gold: #F4A435;
    --arc-gold-2: #E08A1E;
    --arc-ink: #0F172A;
    --arc-ink-soft: #475569;
    --arc-mute: #64748B;
    --arc-line: #E2E8F0;
    --arc-bg: #FFFFFF;
    --arc-bg-soft: #F6F8FC;
    --arc-bg-tint: #EEF3FA;
    --arc-radius: 24px;
    --arc-radius-sm: 14px;
    --arc-radius-pill: 999px;
}

/* ===== Body / typography baseline ===== */
body {
    background: var(--arc-bg);
    color: var(--arc-ink);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
h1, h2, h3, h4, .display {
    font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
    letter-spacing: -0.02em;
    font-weight: 700;
}

/* ===== Header on dark hero — transparent until scrolled ===== */
.header {
    background: transparent !important;
    border-bottom: none !important;
    transition: background 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
}
.header.scrolled {
    background: rgba(10, 31, 56, 0.92) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}

/* Nav: UPPERCASE links with gold-star dot indicator under active/hovered */
.nav-links a {
    position: relative;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding-bottom: 8px;
}
.nav-links a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%) scale(0.4);
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'><path d='M20 0L23 17L40 20L23 23L20 40L17 23L0 20L17 17L20 0Z' fill='%23F4A435'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
}
.nav-links a:hover::after,
.nav-links a.active::after {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}
.dropdown li a::after { display: none; }
.dropdown li a {
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    padding-bottom: 0;
}
.nav-contact {
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

/* Pill buttons everywhere */
.btn {
    border-radius: var(--arc-radius-pill);
    padding: 12px 22px;
    font-weight: 600;
    transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.btn-lg { padding: 16px 32px; font-size: 16px; }
.btn-primary {
    background: var(--arc-gold);
    color: var(--arc-navy);
    box-shadow: 0 8px 24px -10px rgba(244, 164, 53, 0.5);
}
.btn-primary:hover {
    background: var(--arc-gold-2);
    color: var(--arc-navy);
    transform: translateY(-1px);
    box-shadow: 0 12px 28px -10px rgba(244, 164, 53, 0.6);
}
.btn-secondary {
    background: transparent;
    color: var(--arc-blue);
    border: 1.5px solid var(--arc-blue);
}
.btn-secondary:hover {
    background: var(--arc-blue);
    color: #FFFFFF;
    border-color: var(--arc-blue);
}
/* On dark hero, secondary swaps to translucent white */
.hero-v2 .btn-secondary,
.mod-hero .btn-secondary {
    color: #FFFFFF;
    border-color: rgba(255,255,255,0.55);
}
.hero-v2 .btn-secondary:hover,
.mod-hero .btn-secondary:hover {
    background: rgba(255,255,255,0.1);
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.header .btn-primary {
    background: var(--arc-gold);
    color: var(--arc-navy);
    padding: 10px 20px;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* ===== Hero (dark + scattered stars + wave bottom) ===== */
.hero-v2,
.mod-hero {
    position: relative;
    padding: 160px 0 140px;
    background:
        radial-gradient(900px 500px at 80% 25%, rgba(244,164,53,0.10) 0%, rgba(244,164,53,0) 60%),
        radial-gradient(600px 380px at 12% 75%, rgba(27, 79, 114, 0.55) 0%, rgba(27, 79, 114, 0) 60%),
        linear-gradient(135deg, #0A1F38 0%, #0F3A5C 60%, #142E4D 100%);
    color: #FFFFFF;
    overflow: hidden;
    isolation: isolate;
}
/* scattered stars decoration — replaces betcare squares/plus signs */
.hero-v2::before,
.mod-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'>\
<g fill='%23F4A435' fill-opacity='0.9'><path d='M120 180L124 200L144 204L124 208L120 228L116 208L96 204L116 200Z'/></g>\
<g fill='%23F4A435' fill-opacity='0.45'><path d='M1320 130L1326 158L1354 164L1326 170L1320 198L1314 170L1286 164L1314 158Z'/></g>\
<g fill='%23F4A435' fill-opacity='0.6'><path d='M1090 720L1094 736L1110 740L1094 744L1090 760L1086 744L1070 740L1086 736Z'/></g>\
<g fill='%23F4A435' fill-opacity='0.35'><path d='M260 740L266 762L288 768L266 774L260 796L254 774L232 768L254 762Z'/></g>\
<g fill='%23FFFFFF' fill-opacity='0.55'><circle cx='540' cy='120' r='1.6'/><circle cx='820' cy='80' r='2'/><circle cx='960' cy='220' r='1.4'/><circle cx='1180' cy='420' r='1.8'/><circle cx='400' cy='320' r='1.6'/><circle cx='700' cy='560' r='1.4'/><circle cx='980' cy='650' r='1.8'/><circle cx='1420' cy='560' r='1.6'/><circle cx='160' cy='450' r='1.4'/><circle cx='220' cy='600' r='1.6'/><circle cx='1500' cy='280' r='1.6'/><circle cx='760' cy='760' r='1.2'/></g>\
<g fill='%23FFFFFF' fill-opacity='0.22'><path d='M1450 100L1453 112L1465 115L1453 118L1450 130L1447 118L1435 115L1447 112Z'/><path d='M80 520L83 532L95 535L83 538L80 550L77 538L65 535L77 532Z'/></g></svg>");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}
/* curved wave bottom (transitions to light body) */
.hero-v2::after,
.mod-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 110px;
    z-index: 1;
    pointer-events: none;
    background-image:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 110' preserveAspectRatio='none'><path d='M0 60 C 220 110 480 0 720 30 C 960 60 1220 110 1440 50 L1440 110 L0 110 Z' fill='%23FFFFFF'/></svg>");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.hero-v2 .container,
.mod-hero .container {
    position: relative;
    z-index: 2;
}

/* Hero typography (light on dark) */
.hero-v2 h1,
.mod-hero h1 {
    color: #FFFFFF;
    font-size: clamp(44px, 6vw, 76px);
    line-height: 1.04;
    margin-bottom: 22px;
    letter-spacing: -0.025em;
    font-weight: 800;
    max-width: 940px;
}
.hero-v2 h1 .accent,
.mod-hero h1 .accent {
    color: var(--arc-gold);
}
.hero-v2-eyebrow,
.mod-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: var(--arc-radius-pill);
    background: rgba(244, 164, 53, 0.12);
    color: var(--arc-gold);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 22px;
    border: 1px solid rgba(244, 164, 53, 0.3);
}
.hero-v2-eyebrow::before,
.mod-hero-eyebrow::before {
    content: "";
    display: inline-block;
    width: 10px; height: 10px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'><path d='M20 0L23 17L40 20L23 23L20 40L17 23L0 20L17 17L20 0Z' fill='%23F4A435'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}
.hero-v2-subtitle,
.mod-hero-sub {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
    max-width: 720px;
    margin-bottom: 36px;
}
.mod-hero-tagline {
    color: var(--arc-gold);
    font-size: clamp(20px, 2.4vw, 26px);
    font-weight: 500;
    margin-bottom: 20px;
    max-width: 800px;
}
.hero-v2-ctas,
.mod-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 36px;
}
.hero-v2-trust {
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
    max-width: 760px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.hero-v2-trust strong { color: #FFFFFF; font-weight: 600; }
.hero-v2-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border-radius: var(--arc-radius-pill);
    background: rgba(244, 164, 53, 0.18);
    color: #FFE9C9;
    font-size: 12.5px;
    font-weight: 600;
    margin-bottom: 22px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border: 1px solid rgba(244, 164, 53, 0.35);
}
.hero-v2-badge::before {
    content: "";
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--arc-gold);
    box-shadow: 0 0 0 5px rgba(244, 158, 11, 0.25);
}

/* ===== Compatibility strip (sits right under hero) ===== */
.compat-strip {
    padding: 44px 0 48px;
    background: #FFFFFF;
    position: relative;
    z-index: 2;
}
.compat-strip-label {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: var(--arc-mute);
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.compat-strip-stacks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px 14px;
    margin-bottom: 16px;
}
.compat-chip {
    padding: 11px 22px;
    border-radius: var(--arc-radius-pill);
    background: var(--arc-bg-soft);
    border: 1px solid var(--arc-line);
    color: var(--arc-blue);
    font-size: 15px;
    font-weight: 600;
    transition: transform 0.2s ease, border-color 0.2s ease;
}
.compat-chip:hover {
    transform: translateY(-2px);
    border-color: rgba(244, 164, 53, 0.6);
}
.compat-strip-note {
    text-align: center;
    font-size: 15.5px;
    color: var(--arc-ink-soft);
    max-width: 720px;
    margin: 14px auto 0;
    line-height: 1.55;
}
.compat-strip-note strong { color: var(--arc-ink); font-weight: 700; }

/* ===== Money leaks ===== */
.leaks-section {
    padding: 110px 0 100px;
    background: var(--arc-bg-soft);
    position: relative;
}
.leaks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}
.leak-card {
    padding: 38px 34px;
    background: #FFFFFF;
    border: 1px solid var(--arc-line);
    border-radius: var(--arc-radius);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.leak-card:hover {
    transform: translateY(-4px);
    border-color: rgba(244, 164, 53, 0.55);
    box-shadow: 0 22px 50px -28px rgba(15, 23, 42, 0.25);
}
/* Mini decorative star in the corner of each leak card */
.leak-card::after {
    content: "";
    position: absolute;
    right: -14px; top: -14px;
    width: 60px; height: 60px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'><path d='M20 0L23 17L40 20L23 23L20 40L17 23L0 20L17 17L20 0Z' fill='%23F4A435' fill-opacity='0.10'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}
.leak-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px; height: 58px;
    background: rgba(244, 164, 53, 0.12);
    border-radius: 18px;
    margin-bottom: 22px;
}
.leak-icon svg { width: 28px; height: 28px; stroke: var(--arc-gold-2); }
.leak-card h3 {
    font-size: 22px;
    color: var(--arc-ink);
    margin-bottom: 14px;
}
.leak-card p {
    font-size: 15px;
    color: var(--arc-ink-soft);
    line-height: 1.7;
    margin-bottom: 18px;
}
.leak-metric {
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px dashed var(--arc-line);
}
.leak-metric-value {
    display: block;
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 24px;
    color: var(--arc-blue);
    font-weight: 700;
    margin-bottom: 6px;
}
.leak-metric-label {
    font-size: 13px;
    color: var(--arc-mute);
    line-height: 1.55;
}
.honesty-note {
    margin-top: 40px;
    padding: 20px 26px;
    background: #FFFFFF;
    border-left: 3px solid var(--arc-gold);
    border-radius: 8px;
    color: var(--arc-ink-soft);
    font-size: 14.5px;
    line-height: 1.6;
    box-shadow: 0 10px 30px -22px rgba(15, 23, 42, 0.25);
}

/* ===== Objection-answer ===== */
.objection-section {
    padding: 110px 0;
    background: #FFFFFF;
    position: relative;
}
.objection-section::before {
    content: "";
    position: absolute;
    left: 8%; top: 50%;
    width: 80px; height: 80px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'><path d='M20 0L23 17L40 20L23 23L20 40L17 23L0 20L17 17L20 0Z' fill='%231B4F72' fill-opacity='0.06'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.objection-section::after {
    content: "";
    position: absolute;
    right: 6%; top: 18%;
    width: 32px; height: 32px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'><path d='M20 0L23 17L40 20L23 23L20 40L17 23L0 20L17 17L20 0Z' fill='%23F4A435' fill-opacity='0.5'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.objection-wrap {
    max-width: 880px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.objection-wrap h2 {
    font-size: clamp(30px, 4.2vw, 46px);
    color: var(--arc-ink);
    text-align: center;
    margin-bottom: 28px;
    line-height: 1.1;
    font-weight: 800;
}
.objection-wrap p {
    font-size: 18px;
    color: var(--arc-ink-soft);
    line-height: 1.75;
    margin-bottom: 18px;
}
.objection-wrap p strong { color: var(--arc-ink); }

/* ===== Modules grid ===== */
.modules-section {
    padding: 110px 0;
    background: var(--arc-bg-soft);
}
.modules-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.module-card {
    padding: 32px;
    background: #FFFFFF;
    border: 1px solid var(--arc-line);
    border-radius: var(--arc-radius);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.module-card:hover {
    transform: translateY(-4px);
    border-color: rgba(244, 164, 53, 0.55);
    box-shadow: 0 22px 50px -28px rgba(15, 23, 42, 0.28);
}
.module-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.module-icon {
    display: flex; align-items: center; justify-content: center;
    width: 48px; height: 48px;
    background: rgba(244, 164, 53, 0.12);
    border-radius: 14px;
}
.module-icon svg { width: 24px; height: 24px; stroke: var(--arc-gold-2); }
.module-tag {
    font-size: 11px;
    font-weight: 700;
    color: var(--arc-navy);
    background: var(--arc-gold);
    padding: 5px 12px;
    border-radius: var(--arc-radius-pill);
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.module-card h3 { font-size: 22px; color: var(--arc-ink); margin-bottom: 10px; }
.module-card .one-liner {
    font-size: 15.5px;
    color: var(--arc-blue);
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 1.45;
}
.module-card ul {
    list-style: none;
    padding: 0; margin: 0 0 20px;
    display: flex; flex-direction: column; gap: 11px;
}
.module-card ul li {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    color: var(--arc-ink-soft);
    line-height: 1.55;
}
.module-card ul li::before {
    content: "";
    position: absolute;
    left: 0; top: 4px;
    width: 14px; height: 14px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'><path d='M20 0L23 17L40 20L23 23L20 40L17 23L0 20L17 17L20 0Z' fill='%23F4A435'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}
.module-proof {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px dashed var(--arc-line);
    font-size: 12.5px;
    color: var(--arc-mute);
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.module-proof a {
    color: var(--arc-blue);
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
}
.module-proof a:hover { color: var(--arc-gold-2); }

/* Dark module bridge card */
.module-card.dark {
    background: linear-gradient(135deg, #0A1F38 0%, #1B4F72 100%);
    border-color: transparent;
    position: relative;
}
.module-card.dark::before {
    content: "";
    position: absolute;
    right: -30px; bottom: -30px;
    width: 200px; height: 200px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'><path d='M20 0L23 17L40 20L23 23L20 40L17 23L0 20L17 17L20 0Z' fill='%23F4A435' fill-opacity='0.18'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.module-card.dark h3 { color: #FFFFFF; }
.module-card.dark .one-liner { color: var(--arc-gold); }
.module-card.dark ul li { color: rgba(255,255,255,0.85); }
.module-card.dark .module-proof { border-top-color: rgba(255,255,255,0.18); }
.module-card.dark .module-proof span:first-child { color: rgba(255,255,255,0.7); }
.module-card.dark .module-proof a { color: var(--arc-gold); }
.module-card.dark .module-icon { background: rgba(255,255,255,0.12); }
.module-card.dark .module-icon svg { stroke: #FFFFFF; }

/* ===== Reference architecture diagram ===== */
.arch-section {
    padding: 110px 0;
    background: #FFFFFF;
}
.arch-caption {
    max-width: 820px;
    margin: 0 auto 32px;
    text-align: center;
    font-size: 17px;
    color: var(--arc-blue);
    font-weight: 600;
    line-height: 1.5;
    padding: 16px 24px;
    background: rgba(27, 79, 114, 0.06);
    border-radius: var(--arc-radius-sm);
    font-style: italic;
}
.arch-diagram {
    max-width: 1020px;
    margin: 0 auto;
    background: var(--arc-bg-soft);
    border: 1px solid var(--arc-line);
    border-radius: var(--arc-radius);
    padding: 40px 32px;
    position: relative;
    box-shadow: 0 30px 80px -50px rgba(15, 23, 42, 0.35);
}
.arch-layers {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.arch-layer {
    display: grid;
    grid-template-columns: 220px 1fr auto;
    align-items: center;
    gap: 18px;
    background: #FFFFFF;
    border: 1px solid var(--arc-line);
    border-radius: var(--arc-radius-sm);
    padding: 20px 24px;
    transition: transform 0.2s ease;
}
.arch-layer:hover { transform: translateX(2px); }
.arch-layer.core {
    background: linear-gradient(180deg, rgba(244, 164, 53, 0.06) 0%, rgba(27, 79, 114, 0.05) 100%);
    border-color: rgba(244, 164, 53, 0.35);
    position: relative;
    overflow: hidden;
}
.arch-layer.core::after {
    content: "";
    position: absolute;
    right: 16px; top: 50%;
    transform: translateY(-50%);
    width: 26px; height: 26px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'><path d='M20 0L23 17L40 20L23 23L20 40L17 23L0 20L17 17L20 0Z' fill='%23F4A435' fill-opacity='0.12'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.arch-layer-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--arc-ink);
}
.arch-layer-title small {
    display: block;
    font-size: 12.5px;
    color: var(--arc-mute);
    font-weight: 400;
    margin-top: 4px;
}
.arch-layer-subs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.arch-sub {
    font-size: 12.5px;
    color: var(--arc-ink-soft);
    background: var(--arc-bg-soft);
    border: 1px solid var(--arc-line);
    padding: 6px 12px;
    border-radius: var(--arc-radius-pill);
}
.arch-layer.core .arch-sub {
    background: #FFFFFF;
    border-color: rgba(244, 164, 53, 0.35);
    color: var(--arc-blue);
    font-weight: 500;
}
.arch-zone {
    font-size: 11px;
    font-weight: 700;
    color: var(--arc-mute);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    white-space: nowrap;
}
.arch-layer.core .arch-zone { color: var(--arc-gold-2); }
.arch-zones {
    display: flex; justify-content: space-between;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px dashed var(--arc-line);
    font-size: 13.5px;
    color: var(--arc-ink-soft);
    gap: 24px;
}
.arch-zones strong { color: var(--arc-blue); }
.arch-cta {
    margin-top: 32px;
    text-align: center;
}

/* ===== Approach band ===== */
.approach-band {
    padding: 110px 0;
    background: var(--arc-bg-soft);
}
.approach-band-inner {
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FBFF 100%);
    border: 1px solid var(--arc-line);
    border-radius: var(--arc-radius);
    padding: 56px;
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 80px -50px rgba(15, 23, 42, 0.25);
}
.approach-band-inner::before {
    content: "";
    position: absolute;
    right: -60px; top: -60px;
    width: 280px; height: 280px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'><path d='M20 0L23 17L40 20L23 23L20 40L17 23L0 20L17 17L20 0Z' fill='%23F4A435' fill-opacity='0.10'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.approach-band h2 {
    font-size: clamp(28px, 3.6vw, 40px);
    color: var(--arc-ink);
    margin-bottom: 18px;
    font-weight: 800;
    line-height: 1.1;
    position: relative;
}
.approach-band p {
    color: var(--arc-ink-soft);
    font-size: 16.5px;
    line-height: 1.75;
    margin-bottom: 18px;
    position: relative;
}
.approach-perks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 32px;
    margin: 26px 0 32px;
    list-style: none;
    padding: 0;
    position: relative;
}
.approach-perks li {
    padding-left: 30px;
    position: relative;
    color: var(--arc-ink);
    font-size: 15.5px;
    line-height: 1.55;
}
.approach-perks li::before {
    content: "";
    position: absolute;
    left: 0; top: 1px;
    width: 18px; height: 18px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'><path d='M20 0L23 17L40 20L23 23L20 40L17 23L0 20L17 17L20 0Z' fill='%23F4A435'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}

/* ===== Patterns ===== */
.patterns-section { padding: 100px 0 110px; background: var(--arc-bg-soft); }
.pattern-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
    max-width: 1040px;
    margin: 0 auto;
}
.pattern-card {
    padding: 36px;
    background: #FFFFFF;
    border: 1px solid var(--arc-line);
    border-radius: var(--arc-radius);
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 24px;
    align-items: start;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.pattern-card:hover {
    transform: translateY(-3px);
    border-color: rgba(244, 164, 53, 0.5);
    box-shadow: 0 22px 50px -28px rgba(15, 23, 42, 0.2);
}
.pattern-num {
    width: 60px; height: 60px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--arc-gold) 0%, var(--arc-gold-2) 100%);
    color: var(--arc-navy);
    border-radius: 18px;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 800;
    box-shadow: 0 12px 28px -14px rgba(244, 164, 53, 0.6);
}
.pattern-card h3 {
    font-size: 24px;
    color: var(--arc-ink);
    margin-bottom: 16px;
    font-weight: 800;
}
.pattern-row {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 14px 18px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.65;
}
.pattern-label {
    color: var(--arc-gold-2);
    font-weight: 700;
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding-top: 4px;
}
.pattern-text { color: var(--arc-ink-soft); }
.pattern-text strong { color: var(--arc-ink); }
.pattern-origin {
    margin-top: 10px;
    font-size: 13px;
    color: var(--arc-mute);
    font-style: italic;
}

/* ===== Founder ===== */
.founder-section {
    padding: 110px 0;
    background: #FFFFFF;
    position: relative;
}
.founder-wrap {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.founder-wrap::before {
    content: "";
    position: absolute;
    left: 50%; top: -40px;
    transform: translateX(-50%);
    width: 56px; height: 56px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'><path d='M20 0L23 17L40 20L23 23L20 40L17 23L0 20L17 17L20 0Z' fill='%23F4A435'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}
.founder-wrap h2 {
    font-size: clamp(30px, 4.2vw, 44px);
    color: var(--arc-ink);
    margin-bottom: 26px;
    font-weight: 800;
    line-height: 1.1;
}
.founder-wrap p {
    color: var(--arc-ink-soft);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 22px;
}
.founder-quote {
    font-size: 20px;
    color: var(--arc-ink);
    font-style: italic;
    line-height: 1.6;
    padding: 28px 36px;
    border-left: 4px solid var(--arc-gold);
    text-align: left;
    background: var(--arc-bg-soft);
    border-radius: var(--arc-radius-sm);
    margin: 28px auto;
}
.founder-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--arc-blue);
    font-weight: 700;
    margin-top: 8px;
    padding: 12px 24px;
    border-radius: var(--arc-radius-pill);
    border: 1.5px solid var(--arc-blue);
    transition: all 0.2s ease;
}
.founder-cta:hover {
    background: var(--arc-blue);
    color: #FFFFFF;
}

/* ===== Pillars ===== */
.pillars-section { padding: 110px 0; background: var(--arc-bg-soft); }
.pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}
.pillar-card {
    padding: 32px 28px;
    background: #FFFFFF;
    border: 1px solid var(--arc-line);
    border-radius: var(--arc-radius);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    overflow: hidden;
}
.pillar-card:hover {
    transform: translateY(-4px);
    border-color: rgba(244, 164, 53, 0.5);
    box-shadow: 0 22px 50px -28px rgba(15, 23, 42, 0.22);
}
.pillar-num {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: var(--arc-blue);
    margin-bottom: 18px;
    font-weight: 700;
}
.pillar-num::before {
    content: "";
    display: inline-block;
    width: 14px; height: 14px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'><path d='M20 0L23 17L40 20L23 23L20 40L17 23L0 20L17 17L20 0Z' fill='%23F4A435'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}
.pillar-card h3 { font-size: 18px; color: var(--arc-ink); margin-bottom: 12px; font-weight: 700; }
.pillar-card p { font-size: 14.5px; color: var(--arc-mute); line-height: 1.65; }

/* ===== Final CTA — dark with stars + wave top ===== */
.final-cta {
    padding: 110px 0 120px;
    background: #FFFFFF;
    position: relative;
}
.final-cta-wrap {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    background:
        radial-gradient(600px 360px at 80% 30%, rgba(244,164,53,0.16) 0%, rgba(244,164,53,0) 60%),
        linear-gradient(135deg, #0A1F38 0%, #0F3A5C 65%, #142E4D 100%);
    border-radius: 32px;
    padding: 72px 56px;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    box-shadow: 0 40px 80px -40px rgba(15, 23, 42, 0.5);
}
/* Scattered stars decoration on final CTA */
.final-cta-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600'>\
<g fill='%23F4A435' fill-opacity='0.5'><path d='M100 100L103 116L119 119L103 122L100 138L97 122L81 119L97 116Z'/></g>\
<g fill='%23F4A435' fill-opacity='0.25'><path d='M1080 480L1085 502L1107 508L1085 514L1080 536L1075 514L1053 508L1075 502Z'/></g>\
<g fill='%23FFFFFF' fill-opacity='0.4'><circle cx='180' cy='450' r='1.6'/><circle cx='420' cy='90' r='1.4'/><circle cx='720' cy='520' r='1.6'/><circle cx='980' cy='180' r='1.8'/><circle cx='1140' cy='110' r='1.4'/><circle cx='580' cy='90' r='1.2'/><circle cx='250' cy='540' r='1.4'/></g></svg>");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.final-cta-wrap > * { position: relative; z-index: 1; }
.final-cta-wrap h2 {
    font-size: clamp(30px, 4.4vw, 46px);
    color: #FFFFFF;
    margin-bottom: 18px;
    font-weight: 800;
    line-height: 1.1;
}
.final-cta-wrap p {
    color: rgba(255,255,255,0.85);
    font-size: 17px;
    line-height: 1.65;
    margin-bottom: 32px;
    max-width: 640px;
    margin-left: auto; margin-right: auto;
}
.final-cta-wrap .btn-primary {
    background: var(--arc-gold);
    color: var(--arc-navy);
    padding: 18px 36px;
    font-weight: 700;
    font-size: 16.5px;
}
.final-cta-wrap .btn-primary:hover {
    background: #FFB855;
    color: var(--arc-navy);
}
.final-cta-email {
    margin-top: 22px;
    color: rgba(255,255,255,0.75);
    font-size: 15px;
}
.final-cta-email a { color: #FFFFFF; font-weight: 600; text-decoration: underline; text-decoration-color: rgba(244,164,53,0.6); text-underline-offset: 4px; }

/* ===== Section header (centered) ===== */
.sec-head { text-align: center; max-width: 800px; margin: 0 auto 60px; }
.sec-head h2 {
    font-size: clamp(30px, 4.2vw, 46px);
    color: var(--arc-ink);
    margin-bottom: 16px;
    font-weight: 800;
    line-height: 1.1;
}
.sec-head p { color: var(--arc-mute); font-size: 17.5px; line-height: 1.6; }

/* ===== Module page (commercial template) ===== */
.mod-section { padding: 90px 0; background: #FFFFFF; }
.mod-section.alt { background: var(--arc-bg-soft); }
.mod-wrap { max-width: 880px; margin: 0 auto; }
.mod-wrap h2 {
    font-size: clamp(26px, 3.6vw, 38px);
    color: var(--arc-ink);
    margin-bottom: 22px;
    font-weight: 800;
    line-height: 1.1;
}
.mod-wrap h3 { font-size: 20px; color: var(--arc-ink); margin: 26px 0 12px; font-weight: 700; }
.mod-wrap p { color: var(--arc-ink-soft); font-size: 16.5px; line-height: 1.75; margin-bottom: 16px; }
.mod-wrap p strong { color: var(--arc-ink); }
.mod-wrap ul { list-style: none; padding: 0; margin: 16px 0 24px; display: flex; flex-direction: column; gap: 12px; }
.mod-wrap ul li { padding-left: 28px; position: relative; color: var(--arc-ink-soft); font-size: 16px; line-height: 1.6; }
.mod-wrap ul li::before {
    content: "";
    position: absolute;
    left: 0; top: 6px;
    width: 16px; height: 16px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'><path d='M20 0L23 17L40 20L23 23L20 40L17 23L0 20L17 17L20 0Z' fill='%23F4A435'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}
.mod-tech-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: var(--arc-radius-pill);
    background: rgba(27, 79, 114, 0.08);
    color: var(--arc-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.mod-tech-note::before {
    content: "";
    display: inline-block;
    width: 10px; height: 10px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'><path d='M20 0L23 17L40 20L23 23L20 40L17 23L0 20L17 17L20 0Z' fill='%231B4F72'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}

.mod-outcomes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 26px;
}
.mod-outcome {
    padding: 26px 28px;
    background: #FFFFFF;
    border: 1px solid var(--arc-line);
    border-radius: var(--arc-radius-sm);
    transition: transform 0.2s ease, border-color 0.2s ease;
}
.mod-outcome:hover { transform: translateY(-2px); border-color: rgba(244,164,53,0.5); }
.mod-outcome h4 {
    font-size: 15px;
    color: var(--arc-blue);
    margin-bottom: 10px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.mod-outcome h4::before {
    content: "";
    display: inline-block;
    width: 14px; height: 14px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'><path d='M20 0L23 17L40 20L23 23L20 40L17 23L0 20L17 17L20 0Z' fill='%23F4A435'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}
.mod-outcome p { font-size: 14.5px; color: var(--arc-ink-soft); line-height: 1.6; margin: 0; }

.mod-timeline {
    display: flex; flex-direction: column;
    border-left: 2px dashed rgba(244, 164, 53, 0.4);
    padding-left: 28px;
    margin-top: 20px;
    gap: 20px;
}
.mod-timeline li {
    list-style: none;
    position: relative;
    padding-left: 0 !important;
}
.mod-timeline li::before {
    content: "";
    position: absolute;
    left: -39px; top: 4px;
    width: 18px; height: 18px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'><path d='M20 0L23 17L40 20L23 23L20 40L17 23L0 20L17 17L20 0Z' fill='%23F4A435'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border-radius: 0 !important;
}
.mod-timeline strong { color: var(--arc-blue); }

.mod-proof-card {
    padding: 24px 28px;
    background: rgba(27, 79, 114, 0.06);
    border-left: 4px solid var(--arc-gold);
    border-radius: var(--arc-radius-sm);
    margin-top: 16px;
    color: var(--arc-ink);
    font-size: 15.5px;
    line-height: 1.65;
}

.mod-pricing-note {
    padding: 24px 28px;
    background: var(--arc-bg-soft);
    border: 1px dashed rgba(244, 164, 53, 0.6);
    border-radius: var(--arc-radius-sm);
    font-size: 16px;
    color: var(--arc-ink-soft);
    margin-top: 16px;
}
.mod-pricing-note strong { color: var(--arc-ink); }

/* ===== Inline architecture mini diagram ===== */
.arch-mini {
    background: var(--arc-bg-soft);
    border: 1px solid var(--arc-line);
    border-radius: var(--arc-radius-sm);
    padding: 28px;
    margin-top: 18px;
}
.arch-mini-caption {
    font-size: 14.5px;
    color: var(--arc-blue);
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
    font-style: italic;
}
.arch-mini-rows { display: flex; flex-direction: column; gap: 8px; }
.arch-mini-row {
    background: #FFFFFF;
    border: 1px solid var(--arc-line);
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 13.5px;
    color: var(--arc-ink-soft);
}
.arch-mini-row.core {
    background: linear-gradient(180deg, rgba(244, 164, 53, 0.05) 0%, rgba(27, 79, 114, 0.04) 100%);
    border-color: rgba(244, 164, 53, 0.35);
    color: var(--arc-blue);
    font-weight: 500;
}

/* ===== Platform flows ===== */
.flow-section { padding: 80px 0; }
.flow-section.alt { background: var(--arc-bg-soft); }
.flow-caption {
    max-width: 820px;
    margin: 0 auto 26px;
    padding: 20px 28px;
    background: rgba(27, 79, 114, 0.06);
    border-left: 4px solid var(--arc-gold);
    border-radius: var(--arc-radius-sm);
    color: var(--arc-blue);
    font-size: 16.5px;
    font-weight: 500;
    line-height: 1.6;
    font-style: italic;
}
.flow-card {
    max-width: 820px;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid var(--arc-line);
    border-radius: var(--arc-radius);
    padding: 32px 36px;
    box-shadow: 0 20px 50px -30px rgba(15, 23, 42, 0.2);
}
.flow-card h3 { font-size: 20px; color: var(--arc-ink); margin-bottom: 18px; font-weight: 700; }
.flow-trigger {
    padding: 14px 18px;
    background: var(--arc-bg-soft);
    border-left: 3px solid var(--arc-blue);
    border-radius: 8px;
    font-size: 14.5px;
    color: var(--arc-ink-soft);
    margin-bottom: 22px;
    font-style: italic;
}
.flow-steps { list-style: none; padding: 0; margin: 0; counter-reset: stp; }
.flow-steps li {
    counter-increment: stp;
    padding: 14px 14px 14px 56px;
    position: relative;
    color: var(--arc-ink-soft);
    font-size: 14.5px;
    line-height: 1.6;
    border-top: 1px solid #EEF2F7;
}
.flow-steps li:first-child { border-top: none; }
.flow-steps li::before {
    content: counter(stp);
    position: absolute;
    left: 12px; top: 12px;
    width: 32px; height: 32px;
    background: linear-gradient(135deg, var(--arc-gold) 0%, var(--arc-gold-2) 100%);
    color: var(--arc-navy);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 12.5px; font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.flow-layer-tag {
    display: inline-block;
    padding: 3px 9px;
    background: rgba(27, 79, 114, 0.12);
    color: var(--arc-blue);
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    margin-right: 8px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.4px;
}

/* ===== Multi-agent diagram ===== */
.multi-agent {
    max-width: 820px;
    margin: 0 auto;
    background: var(--arc-bg-soft);
    border: 1px solid var(--arc-line);
    border-radius: var(--arc-radius);
    padding: 32px;
}
.agent-orchestrator {
    text-align: center;
    padding: 22px;
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FBFF 100%);
    border: 2px solid var(--arc-blue);
    border-radius: var(--arc-radius-sm);
    margin: 0 auto 24px;
    max-width: 380px;
    box-shadow: 0 12px 30px -18px rgba(27, 79, 114, 0.4);
}
.agent-orchestrator strong { color: var(--arc-blue); font-size: 17px; }
.agent-orchestrator span { display: block; font-size: 13px; color: var(--arc-ink-soft); margin-top: 6px; }
.agent-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.agent-node {
    padding: 18px;
    background: #FFFFFF;
    border: 1px solid var(--arc-line);
    border-radius: 12px;
    text-align: center;
    transition: transform 0.2s ease;
}
.agent-node:hover { transform: translateY(-2px); }
.agent-node strong { display: block; color: var(--arc-ink); font-size: 14px; margin-bottom: 6px; font-weight: 700; }
.agent-node span { color: var(--arc-mute); font-size: 12px; line-height: 1.5; }
.agent-vip {
    border-color: var(--arc-gold);
    background: linear-gradient(180deg, #FFF9EE 0%, #FFFFFF 100%);
}
.agent-vip strong { color: var(--arc-gold-2); }

/* ===== Approach page steps ===== */
.approach-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 28px;
}
.approach-step {
    padding: 28px;
    background: #FFFFFF;
    border: 1px solid var(--arc-line);
    border-radius: var(--arc-radius);
    position: relative;
    transition: transform 0.25s ease, border-color 0.25s ease;
}
.approach-step:hover { transform: translateY(-3px); border-color: rgba(244,164,53,0.5); }
.approach-step .step-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    color: var(--arc-blue);
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.approach-step .step-tag::before {
    content: "";
    display: inline-block;
    width: 10px; height: 10px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'><path d='M20 0L23 17L40 20L23 23L20 40L17 23L0 20L17 17L20 0Z' fill='%23F4A435'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}
.approach-step h3 { font-size: 19px; color: var(--arc-ink); margin-bottom: 10px; font-weight: 700; }
.approach-step p { font-size: 14.5px; color: var(--arc-mute); line-height: 1.6; }

/* ===== Logo guardian-star spin glow ===== */
.logo-icon { transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1); }
.logo:hover .logo-icon { transform: rotate(45deg); }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .leaks-grid, .modules-grid, .pillars-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .arch-layer {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .arch-zone { text-align: left; }
    .approach-band-inner { padding: 40px; }
}
@media (max-width: 768px) {
    .hero-v2, .mod-hero { padding: 130px 0 110px; }
    .leaks-grid, .modules-grid, .pillars-grid,
    .mod-outcomes, .approach-perks, .approach-steps,
    .agent-grid {
        grid-template-columns: 1fr;
    }
    .pattern-card { grid-template-columns: 1fr; }
    .pattern-row { grid-template-columns: 1fr; gap: 4px; }
    .approach-band-inner, .final-cta-wrap { padding: 40px 28px; }
    .nav-links a { font-size: 12px; }
}
