:root {
  --ink: #141b24;
  --ink-soft: #2a3848;
  --gold: #d49a4e;
  --gold-deep: #b07832;
  --gold-ink: #97631f;
  --cream: #ffffff;
  --cream-2: #f6f7f9;
  --line: #ebecf0;
  --text: #3c4350;
  --muted: #646b75;
  --sans: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--text); background: var(--cream); line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: var(--sans); color: var(--ink); line-height: 1.1; font-weight: 700; letter-spacing: -0.018em; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* Logo */
.logo { display: flex; align-items: center; gap: 12px; }
.logo svg { display: block; }
.logo-text { font-family: var(--sans); font-weight: 600; font-size: 1.2rem; color: var(--ink); letter-spacing: -0.02em; }
.logo-text span { color: var(--gold-deep); }

/* Header */
header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.78); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a { color: var(--ink-soft); font-weight: 500; font-size: 0.95rem; transition: color .2s, background .2s, transform .15s; }
.nav-links a:not(.btn):hover { color: var(--gold-ink); }
.nav-links a.btn { color: var(--cream); }
.nav-links a.btn:hover { color: var(--cream); }
.btn { display: inline-block; background: var(--ink); color: var(--cream); padding: 12px 24px; border-radius: 8px; font-weight: 600; font-size: 0.95rem; font-family: inherit; border: 0; cursor: pointer; line-height: 1.25; text-align: center; transition: transform .15s ease, background .2s ease; }
.btn:hover { background: var(--ink-soft); transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: var(--ink); box-shadow: 0 6px 16px -8px rgba(212,154,78,0.45); }
.btn-gold:hover { background: var(--gold-deep); color: var(--cream); box-shadow: 0 8px 18px -8px rgba(176,120,50,0.5); }
.nav .btn { padding: 10px 20px; }

/* Hamburger */
.menu-toggle { display: none; background: none; border: none; cursor: pointer; width: 44px; height: 44px; align-items: center; justify-content: center; color: var(--ink); border-radius: 8px; }
.menu-toggle:hover { background: var(--cream-2); }
.menu-toggle svg { display: block; }
@media (max-width: 760px) {
  .menu-toggle { display: flex; }
  .nav-links { position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--cream); border-bottom: 1px solid var(--line); padding: 8px 16px 18px; box-shadow: 0 18px 36px -22px rgba(30,42,56,0.45); transform: translateY(-12px); opacity: 0; pointer-events: none; transition: transform .22s ease, opacity .22s ease; }
  .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links a:not(.btn) { padding: 14px 8px; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .nav-links .btn { margin-top: 14px; text-align: center; padding: 14px 20px; }
}

/* Hero */
.hero { padding: 96px 0 80px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(50% 45% at 85% -5%, rgba(212,154,78,0.08), transparent 68%), linear-gradient(180deg, #fbfbfc 0%, #ffffff 100%); }
.hero .wrap { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); background: #fff; border: 1px solid var(--line); padding: 5px 13px 5px 11px; border-radius: 999px; margin-bottom: 22px; box-shadow: 0 1px 2px rgba(20,27,36,0.04); }
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 2px; background: var(--gold); }
.hero h1 { font-size: clamp(2.05rem, 8vw, 3.6rem); font-weight: 800; margin-bottom: 22px; letter-spacing: -0.025em; }
.hero h1 em { font-style: normal; background: linear-gradient(120deg, var(--gold) 0%, var(--gold-deep) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; -webkit-box-decoration-break: clone; box-decoration-break: clone; padding: 0.04em 0.05em; }
.hero p.lead { font-size: 1.15rem; color: var(--muted); max-width: 30em; margin-bottom: 34px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust { margin-top: 18px; font-size: 0.85rem; color: var(--muted); }
@media (max-width: 860px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } .hero { padding: 64px 0 56px; } }

/* Building-block illustration */
.blocks-art { display: flex; justify-content: center; }
.blocks-art svg { width: 100%; max-width: 360px; height: auto; }
@media (prefers-reduced-motion: no-preference) {
  .blocks-art .blk { opacity: 0; transform-box: fill-box; transform-origin: center; animation: blockIn .6s cubic-bezier(.22,1,.36,1) both; }
  .blocks-art .plus { opacity: 0; animation: plusIn .5s ease both; }
  @keyframes blockIn { 0% { opacity: 0; transform: translateY(-28px) scale(.9); } 60% { opacity: 1; } 100% { opacity: 1; transform: translateY(0) scale(1); } }
  @keyframes plusIn { to { opacity: var(--o, 1); } }
}

/* Meaning strip */
.meaning { background: var(--ink); color: var(--cream-2); padding: 64px 0; position: relative; }
.meaning .wrap { display: grid; grid-template-columns: auto 1fr; gap: 36px; align-items: center; }
.meaning .mark { color: var(--gold); flex-shrink: 0; }
.meaning h2 { color: var(--cream); font-size: 1.7rem; margin-bottom: 14px; }
.meaning h2 em { color: var(--gold); font-style: italic; }
.meaning p { color: #c7cdd6; font-size: 1.02rem; max-width: 52em; }
.meaning p + p { margin-top: 12px; }
.meaning .verse { font-style: italic; color: var(--gold); margin-top: 16px; font-size: 1.02rem; padding-left: 16px; border-left: 2px solid rgba(212,154,78,0.4); }
@media (max-width: 700px) { .meaning .wrap { grid-template-columns: 1fr; gap: 20px; } }

/* Sections */
.section { padding: 88px 0; }
.section-head { max-width: 36em; margin-bottom: 52px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head .eyebrow { margin-bottom: 14px; }
.section-head h2 { font-size: clamp(2rem, 3.5vw, 2.6rem); margin-bottom: 16px; letter-spacing: -0.01em; }
.section-head p { color: var(--muted); font-size: 1.08rem; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 880px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .cards { grid-template-columns: 1fr; } }
.card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 28px 26px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.card:hover { transform: translateY(-3px); box-shadow: 0 14px 36px -22px rgba(20,27,36,0.28); border-color: #dfe1e6; }
.card .icon { width: 52px; height: 52px; border-radius: 12px; background: var(--cream-2); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: var(--gold-deep); }
.card h3 { font-size: 1.25rem; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 0.97rem; }
.card-wide { grid-column: 1 / -1; display: flex; align-items: center; gap: 26px; background: var(--ink); border-color: var(--ink); }
.card-wide .icon { background: rgba(212,154,78,0.18); color: var(--gold); flex-shrink: 0; margin-bottom: 0; }
.card-wide h3 { color: var(--cream); }
.card-wide p { color: #c7cdd6; }
@media (max-width: 560px) { .card-wide { flex-direction: column; align-items: flex-start; text-align: left; } }

/* Approach */
.approach { background: var(--cream-2); }
.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 12px; }
@media (max-width: 760px) { .approach-grid { grid-template-columns: 1fr; gap: 22px; } }
.step { position: relative; padding-top: 18px; }
.step .num { font-family: var(--sans); font-size: 2.4rem; font-weight: 600; color: var(--gold); line-height: 1; margin-bottom: 12px; display: block; letter-spacing: -0.02em; }
.step h3 { font-size: 1.2rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 0.97rem; }

/* Chooser (two free offers) */
.choose-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 760px) { .choose-grid { grid-template-columns: 1fr; } }
.choose-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 34px 32px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.choose-card:hover { transform: translateY(-4px); box-shadow: 0 22px 50px -26px rgba(20,27,36,0.32); border-color: var(--gold); }
.choose-card .icon { width: 56px; height: 56px; border-radius: 14px; background: var(--cream-2); color: var(--gold-deep); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; }
.choose-card .tag { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-ink); margin-bottom: 8px; }
.choose-card h3 { font-size: 1.4rem; margin-bottom: 10px; }
.choose-card p { color: var(--muted); font-size: 1rem; margin-bottom: 22px; flex: 1; }
.choose-card .btn { align-self: flex-start; }
@media (max-width: 560px) { .choose-card .btn { align-self: stretch; } }

/* CTA */
.cta { padding: 96px 0; text-align: center; }
.cta h2 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 18px; letter-spacing: -0.01em; }
.cta p { color: var(--muted); font-size: 1.12rem; max-width: 34em; margin: 0 auto 32px; }
.cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Footer */
footer { background: var(--ink); color: #aeb6c1; padding: 48px 0 40px; }
.foot { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px; }
.foot .logo-text { color: var(--cream); }
.foot a { color: #aeb6c1; transition: color .2s; }
.foot a:hover { color: var(--gold); }
.foot-right { display: flex; gap: 24px; font-size: 0.95rem; flex-wrap: wrap; }
.foot-bottom { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.85rem; color: #7e8a98; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.foot-bottom em { font-style: italic; color: var(--gold); }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; transition: none !important; } }

/* Focus */
a:focus-visible, button:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 8px; }
button.btn { font-family: inherit; cursor: pointer; border: none; }

/* Quiz modal */
.modal-overlay { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(20,27,36,0.55); backdrop-filter: blur(6px); }
.modal-overlay.open { display: flex; }
.modal { background: #fff; width: 100%; max-width: 560px; max-height: 92vh; overflow-y: auto; border-radius: 20px; padding: 30px 32px 26px; position: relative; box-shadow: 0 30px 80px -30px rgba(20,27,36,0.55); }
.modal-close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border-radius: 10px; background: var(--cream-2); color: var(--ink); display: flex; align-items: center; justify-content: center; cursor: pointer; border: none; z-index: 2; }
.modal-close:hover { background: #e9eaee; }
.quiz-head { margin-bottom: 16px; padding-right: 34px; }
.quiz-head h3 { font-size: 1.4rem; margin-bottom: 4px; }
.quiz-head p { color: var(--muted); font-size: 0.94rem; }
.quiz-progress { height: 5px; background: var(--cream-2); border-radius: 999px; overflow: hidden; margin-bottom: 22px; }
.quiz-progress span { display: block; height: 100%; width: 0; background: var(--gold); border-radius: 999px; transition: width .3s ease; }
.quiz-step h4 { font-size: 1.12rem; margin-bottom: 4px; }
.quiz-step .hint { color: var(--muted); font-size: 0.88rem; margin-bottom: 16px; }
.quiz-step { animation: stepIn .3s ease; }
@keyframes stepIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.field { margin-bottom: 15px; }
.field label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 6px; color: var(--ink); }
.field .sub { font-weight: 400; color: var(--muted); }
.field input, .field textarea { width: 100%; font-family: inherit; font-size: 1rem; color: var(--text); border: 1px solid var(--line); border-radius: 10px; padding: 11px 13px; background: #fff; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,154,78,0.15); }
.field textarea { resize: vertical; min-height: 62px; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 6px; }
.chip { font-family: inherit; font-size: 0.9rem; cursor: pointer; border: 1px solid var(--line); background: #fff; color: var(--text); padding: 9px 15px; border-radius: 999px; transition: background .15s, color .15s, border-color .15s; }
.chip:hover { border-color: var(--gold); }
.chip.on { background: var(--ink); color: #fff; border-color: var(--ink); }
.chip .sw { display: inline-block; width: 10px; height: 10px; border-radius: 3px; margin-right: 7px; vertical-align: middle; border: 1px solid rgba(0,0,0,0.12); }
.slider-row { margin-bottom: 15px; }
.slider-row .slabels { display: flex; justify-content: space-between; font-size: 0.82rem; color: var(--muted); margin-bottom: 4px; }
.slider-row input[type=range] { width: 100%; accent-color: var(--gold); }
.field-label { display: block; font-weight: 600; font-size: 0.9rem; margin: 14px 0 6px; color: var(--ink); }
.quiz-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 24px; align-items: center; }
.quiz-nav .btn { padding: 11px 22px; }
.btn-ghost { background: var(--cream-2); color: var(--ink); }
.btn-ghost:hover { background: #e9eaee; }
.quiz-steplabel { font-size: 0.84rem; color: var(--muted); }
.quiz-error { color: #c0392b; font-size: 0.85rem; margin-top: 10px; display: none; }
.quiz-success { text-align: center; padding: 16px 0 8px; display: none; }
.quiz-success.show { display: block; }
.quiz-success .check { width: 64px; height: 64px; border-radius: 50%; background: rgba(212,154,78,0.16); color: var(--gold-deep); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.quiz-success h3 { font-size: 1.5rem; margin-bottom: 8px; }
.quiz-success p { color: var(--muted); }

/* Exit-intent popup */
.exitpop { position: fixed; inset: 0; z-index: 150; display: none; align-items: center; justify-content: center; padding: 22px; background: rgba(20,27,36,0.55); backdrop-filter: blur(6px); }
.exitpop.open { display: flex; animation: popFade .25s ease; }
@keyframes popFade { from { opacity: 0; } to { opacity: 1; } }
.exitpop-card { position: relative; background: var(--ink); color: #fff; max-width: 480px; width: 100%; border-radius: 20px; padding: 40px 36px 34px; text-align: center; overflow: hidden; box-shadow: 0 40px 90px -30px rgba(0,0,0,0.6); }
.exitpop-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(70% 80% at 50% -10%, rgba(212,154,78,0.28), transparent 70%); pointer-events: none; }
.exitpop-card > * { position: relative; z-index: 1; }
.exitpop-card .eyebrow { background: rgba(212,154,78,0.16); border-color: rgba(212,154,78,0.4); color: var(--gold); }
.exitpop-card h3 { color: #fff; font-size: 1.6rem; margin: 4px 0 12px; }
.exitpop-card p { color: #c7cdd6; font-size: 1rem; margin-bottom: 24px; }
.exitpop-actions { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
.exitpop-actions .btn-gold { width: 100%; font-size: 1.02rem; padding: 14px 24px; }
.exitpop-actions .btn-outline { background: rgba(255,255,255,0.08); color: #fff; }
.exitpop-actions .btn-outline:hover { background: rgba(255,255,255,0.16); }
.exitpop-dismiss { background: none; border: 0; color: #8b94a0; font: inherit; font-size: 0.9rem; cursor: pointer; padding: 4px; margin-top: 4px; }
.exitpop-dismiss:hover { color: #c7cdd6; }
.exitpop-close { position: absolute; top: 14px; right: 14px; z-index: 2; width: 36px; height: 36px; border: 0; border-radius: 10px; background: rgba(255,255,255,0.08); color: #c7cdd6; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.exitpop-close:hover { background: rgba(255,255,255,0.16); color: #fff; }

/* Mobile */
@media (max-width: 600px) {
  .wrap { padding: 0 20px; }
  .hero { padding: 44px 0 48px; }
  .hero p.lead { font-size: 1.06rem; }
  .hero-cta { gap: 12px; }
  .hero-cta .btn { flex: 1 1 0; text-align: center; min-width: 0; }
  .blocks-art svg { max-width: 260px; }
  .meaning { padding: 48px 0; }
  .meaning h2 { font-size: 1.45rem; }
  .section { padding: 60px 0; }
  .section-head { margin-bottom: 34px; }
  .section-head h2 { font-size: clamp(1.7rem, 7vw, 2.1rem); }
  .card { padding: 24px 22px; }
  .card-wide { padding: 26px 22px; }
  .choose-card { padding: 28px 24px; }
  .approach-grid { gap: 26px; }
  .modal { padding: 26px 20px 22px; border-radius: 16px; }
  .cta { padding: 64px 0; }
  .cta p { font-size: 1.04rem; }
  .cta-buttons { gap: 12px; }
  .cta-buttons .btn { flex: 1 1 0; text-align: center; min-width: 0; }
  .foot { justify-content: flex-start; }
  .foot-bottom { font-size: 0.8rem; }
}
@media (max-width: 380px) {
  .hero-cta { flex-direction: column; align-items: stretch; }
  .cta-buttons { flex-direction: column; }
}
