:root {
  --navy-950: #030a16;
  --navy-900: #07152b;
  --navy-850: #0a1c37;
  --navy-800: #0e2444;
  --navy-700: #17365e;
  --gold-500: #c99b3f;
  --gold-400: #e5bd64;
  --gold-300: #f0d28c;
  --cream: #f7f3e9;
  --white: #ffffff;
  --ink: #10213a;
  --muted: #6b778b;
  --line: #dfe4eb;
  --success: #168768;
  --danger: #b44b44;
  --shadow-lg: 0 35px 90px rgba(4, 18, 41, .20);
  --shadow-md: 0 20px 50px rgba(4, 18, 41, .12);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 15px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--navy-950); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open, body.assessment-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.ambient { position: fixed; border-radius: 50%; filter: blur(100px); pointer-events: none; z-index: -1; opacity: .28; }
.ambient-one { width: 420px; height: 420px; background: #1d4c8a; left: -180px; top: 10vh; }
.ambient-two { width: 330px; height: 330px; background: #b48735; right: -180px; top: 45vh; opacity: .16; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.09); }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 188px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 34px; color: rgba(255,255,255,.74); font-size: 14px; }
.desktop-nav a, .nav-link-button { transition: color .2s ease; }
.desktop-nav a:hover, .nav-link-button:hover { color: var(--gold-400); }
.nav-link-button { background: none; color: inherit; padding: 0; }

.button { min-height: 54px; padding: 0 25px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; font-weight: 750; font-size: 14px; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #15213a; background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); box-shadow: 0 15px 35px rgba(201,155,63,.25); }
.button-primary:hover { box-shadow: 0 18px 42px rgba(201,155,63,.36); }
.button-outline { color: var(--gold-300); background: transparent; border: 1px solid rgba(229,189,100,.55); }
.button-outline:hover { background: rgba(229,189,100,.08); }
.button-dark { color: white; background: var(--navy-900); }
.button-back { background: #edf1f5; color: #3f4b60; }
.button-small { min-height: 44px; padding-inline: 20px; }
.button-full { width: 100%; }
.text-button { color: rgba(255,255,255,.72); background: none; padding: 10px 0; font-weight: 650; border-bottom: 1px solid rgba(255,255,255,.28); }
.text-button.dark { color: var(--navy-800); border-color: rgba(14,36,68,.25); }

.section-dark { background: radial-gradient(circle at 72% 42%, rgba(25,68,119,.47), transparent 33%), linear-gradient(130deg, #030a16 0%, #07152b 55%, #0b1c35 100%); }
.hero { min-height: 790px; position: relative; overflow: hidden; padding: 180px 0 105px; color: white; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 55px 55px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 80px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-300); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold-400); box-shadow: 0 0 0 6px rgba(229,189,100,.11); }
.eyebrow-dark { color: #9e772c; }
.hero h1 { margin: 28px 0 24px; max-width: 720px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(50px, 5.6vw, 80px); line-height: .98; letter-spacing: -.055em; font-weight: 500; }
.hero h1 span { color: var(--gold-400); font-style: italic; }
.hero-lead { max-width: 670px; margin: 0; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 38px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 27px; margin-top: 42px; color: rgba(255,255,255,.52); font-size: 13px; }
.hero-meta span { display: flex; align-items: center; gap: 6px; }
.hero-meta span + span::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--gold-500); margin-right: 18px; }
.hero-meta strong { color: white; }

.hero-visual { min-height: 490px; display: grid; place-items: center; }
.orbital-shell { width: min(100%, 500px); aspect-ratio: 1; position: relative; display: grid; place-items: center; }
.orbital-shell::before { content: ""; width: 66%; height: 66%; border-radius: 50%; background: radial-gradient(circle at 35% 30%, rgba(84,137,199,.42), rgba(8,27,52,.83) 48%, #061327 70%); box-shadow: inset -30px -30px 65px rgba(0,0,0,.42), 0 0 80px rgba(59,118,184,.20); }
.globe-grid { position: absolute; width: 66%; height: 66%; border-radius: 50%; overflow: hidden; border: 1px solid rgba(229,189,100,.24); }
.globe-grid::before, .globe-grid::after { content: ""; position: absolute; inset: 10% 0; border: 1px solid rgba(229,189,100,.15); border-radius: 50%; }
.globe-grid::after { inset: 0 24%; }
.orbit { position: absolute; border: 1px solid rgba(229,189,100,.22); border-radius: 50%; }
.orbit::before { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--gold-400); box-shadow: 0 0 20px var(--gold-400); }
.orbit-one { width: 92%; height: 54%; transform: rotate(-20deg); }
.orbit-one::before { left: 7%; top: 15%; }
.orbit-two { width: 54%; height: 94%; transform: rotate(38deg); }
.orbit-two::before { right: 2%; top: 42%; }
.glass-card { background: rgba(5,17,36,.76); border: 1px solid rgba(255,255,255,.13); box-shadow: 0 25px 70px rgba(0,0,0,.35); backdrop-filter: blur(18px); }
.score-preview { position: absolute; width: 245px; padding: 24px; border-radius: 20px; right: -5px; bottom: 26px; }
.mini-label { font-size: 10px; text-transform: uppercase; letter-spacing: .13em; color: rgba(255,255,255,.52); }
.preview-score { display: flex; align-items: flex-end; justify-content: space-between; margin: 13px 0 16px; }
.preview-score strong { color: white; font-size: 30px; }
.preview-score small { color: var(--gold-300); margin-bottom: 5px; }
.preview-line { height: 4px; background: rgba(255,255,255,.11); border-radius: 9px; overflow: hidden; }
.preview-line span { display: block; height: 100%; background: linear-gradient(90deg, var(--gold-500), var(--gold-300)); }
.preview-level { margin-top: 16px; color: rgba(255,255,255,.67); font-size: 11px; }
.preview-level i { display: inline-block; width: 7px; height: 7px; background: #43c49b; border-radius: 50%; margin-right: 7px; }
.floating-tag { position: absolute; padding: 10px 16px; color: rgba(255,255,255,.68); background: rgba(7,21,43,.75); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.tag-one { top: 55px; left: 10px; }
.tag-two { top: 185px; right: -10px; }
.tag-three { bottom: 70px; left: 18px; }
.hero-bottom-line { position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(229,189,100,.38), transparent); }

.trust-strip { background: #071225; color: rgba(255,255,255,.55); border-bottom: 1px solid rgba(255,255,255,.06); }
.trust-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.trust-inner p { font-family: Georgia, serif; color: var(--gold-300); font-style: italic; }
.trust-items { display: flex; gap: 35px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.trust-items span::before { content: "✓"; color: var(--gold-400); margin-right: 9px; }

.section { padding: 105px 0; }
.section-light { background: #f4f5f6; }
.section-heading { max-width: 780px; margin-bottom: 55px; }
.section-heading h2, .dimensions-copy h2, .consultation-card h2 { margin: 20px 0; font-family: Georgia, serif; font-size: clamp(38px, 4vw, 57px); line-height: 1.07; letter-spacing: -.045em; font-weight: 500; }
.section-heading p, .dimensions-copy p, .consultation-card p { color: var(--muted); line-height: 1.75; font-size: 16px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { min-height: 320px; padding: 34px; position: relative; background: white; border: 1px solid #e3e7ec; border-radius: var(--radius-lg); box-shadow: 0 10px 35px rgba(6,24,50,.05); transition: transform .25s ease, box-shadow .25s ease; }
.step-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.step-number { position: absolute; top: 28px; right: 30px; color: #cbd2dc; font-size: 12px; letter-spacing: .12em; }
.step-icon { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: var(--navy-900); color: var(--gold-300); font-size: 22px; }
.step-card h3 { margin: 48px 0 13px; font-size: 22px; }
.step-card p { margin: 0; color: var(--muted); line-height: 1.7; }

.section-navy { background: linear-gradient(135deg, #07152b, #0d2443); color: white; position: relative; overflow: hidden; }
.section-navy::after { content: ""; width: 560px; height: 560px; position: absolute; right: -220px; top: -230px; border: 1px solid rgba(229,189,100,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(229,189,100,.025), 0 0 0 145px rgba(229,189,100,.018); }
.dimensions-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.dimensions-copy p { color: rgba(255,255,255,.62); margin-bottom: 34px; }
.dimensions-list { border-top: 1px solid rgba(255,255,255,.14); }
.dimension-row { min-height: 76px; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.14); }
.dimension-row span { color: var(--gold-400); font-size: 11px; }
.dimension-row strong { font-size: 16px; font-weight: 650; }
.dimension-row em { color: rgba(255,255,255,.42); font-size: 12px; font-style: normal; }

.assessment-shell { display: none; min-height: 100vh; padding: 35px 0; background: #eef1f4; }
.assessment-shell.active { display: block; }
.assessment-card, .result-card { max-width: 1000px; margin: 0 auto; background: white; border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); overflow: hidden; }
.assessment-topbar { min-height: 92px; padding: 0 42px; display: flex; align-items: center; justify-content: space-between; background: var(--navy-900); color: white; }
.assessment-topbar > div { display: grid; gap: 6px; }
.micro-label { color: var(--gold-300); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.assessment-topbar strong { font-family: Georgia, serif; font-size: 21px; font-weight: 500; }
.close-assessment { width: 42px; height: 42px; border-radius: 50%; color: rgba(255,255,255,.7); background: rgba(255,255,255,.08); font-size: 25px; }
.progress-wrap { padding: 24px 42px 0; }
.progress-meta { display: flex; justify-content: space-between; color: #778398; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.progress-track { height: 5px; margin-top: 10px; background: #e9edf1; border-radius: 9px; overflow: hidden; }
.progress-track span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--gold-500), var(--gold-300)); transition: width .35s ease; }
#diagnosticForm { padding: 42px; }
.form-step { display: none; animation: stepIn .35s ease both; }
.form-step.active { display: block; }
@keyframes stepIn { from { opacity: 0; transform: translateX(16px); } to { opacity: 1; transform: none; } }
.form-intro, .block-header { margin-bottom: 34px; }
.form-kicker { color: #9c782f; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-intro h2, .block-header h2 { margin: 11px 0 8px; font-family: Georgia, serif; font-size: clamp(31px, 4vw, 44px); line-height: 1.08; font-weight: 500; letter-spacing: -.035em; }
.form-intro p, .block-header p { margin: 0; color: var(--muted); line-height: 1.65; }
.block-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; }
.points-badge { flex: 0 0 auto; padding: 10px 14px; border-radius: 999px; background: #f7f0df; color: #8a6522; font-size: 11px; font-weight: 800; }
.fields-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.field { display: grid; gap: 9px; }
.field-wide { grid-column: 1 / -1; }
.field > span { color: #344258; font-size: 12px; font-weight: 750; }
.field input { width: 100%; min-height: 55px; padding: 0 17px; border: 1px solid #d9dfe7; border-radius: 12px; color: var(--ink); background: #fbfcfd; outline: none; transition: border .2s, box-shadow .2s; }
.field input:focus { border-color: var(--gold-500); box-shadow: 0 0 0 4px rgba(201,155,63,.12); }
.field.invalid input { border-color: var(--danger); }
.field-error, .consent-error { display: none; color: var(--danger); font-size: 11px; }
.field.invalid .field-error, .consent-error.show { display: block; }
.consent-row { display: flex; align-items: flex-start; gap: 12px; margin-top: 23px; color: #69758a; font-size: 12px; line-height: 1.55; cursor: pointer; }
.consent-row input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--gold-500); }
.questions-stack { display: grid; gap: 26px; }
.question-card { padding: 24px; border: 1px solid #e0e5eb; border-radius: 17px; background: #fcfcfd; }
.question-head { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.question-index { flex: 0 0 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-900); color: var(--gold-300); font-size: 11px; font-weight: 800; }
.question-head h3 { margin: 2px 0 0; font-size: 16px; line-height: 1.42; }
.option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.option-card { position: relative; }
.option-card input { position: absolute; opacity: 0; pointer-events: none; }
.option-card span { min-height: 53px; padding: 12px 15px; display: flex; align-items: center; gap: 11px; border: 1px solid #dce2e9; border-radius: 12px; background: white; color: #4c596d; font-size: 13px; line-height: 1.35; cursor: pointer; transition: border .2s, background .2s, transform .2s; }
.option-card span::before { content: ""; flex: 0 0 17px; width: 17px; height: 17px; border-radius: 50%; border: 1.5px solid #aeb8c6; box-shadow: inset 0 0 0 4px white; }
.option-card input:checked + span { border-color: var(--gold-500); background: #fbf6ea; color: #2b3850; transform: translateY(-1px); }
.option-card input:checked + span::before { background: var(--gold-500); border-color: var(--gold-500); }
.question-card.invalid { border-color: rgba(180,75,68,.55); box-shadow: 0 0 0 3px rgba(180,75,68,.08); }
.scale-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.scale-option { position: relative; }
.scale-option input { position: absolute; opacity: 0; }
.scale-option span { min-height: 62px; display: grid; place-items: center; gap: 2px; border: 1px solid #dce2e9; border-radius: 12px; background: white; color: #7b8697; cursor: pointer; }
.scale-option strong { font-size: 18px; color: #27364e; }
.scale-option small { font-size: 9px; text-transform: uppercase; letter-spacing: .05em; }
.scale-option input:checked + span { color: #805d1e; background: #fbf5e7; border-color: var(--gold-500); box-shadow: 0 6px 18px rgba(201,155,63,.13); }
.scale-legend { display: flex; justify-content: space-between; margin-top: 8px; color: #8b95a4; font-size: 10px; }
.form-actions { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; margin-top: 38px; padding-top: 27px; border-top: 1px solid #e6e9ee; }
.autosave-note { justify-self: center; color: #8a95a5; font-size: 10px; }
.autosave-note i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #3eb38a; margin-right: 6px; }
#submitDiagnostic { display: none; }

.result-card { padding: 45px; }
.result-header { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.result-header h2 { margin: 12px 0 7px; font-family: Georgia, serif; font-size: clamp(32px, 4vw, 48px); font-weight: 500; letter-spacing: -.04em; }
.result-header p { margin: 0; color: var(--muted); }
.result-actions-top { display: flex; gap: 8px; }
.icon-button { height: 42px; padding: 0 14px; border-radius: 999px; display: flex; align-items: center; gap: 8px; background: #eef1f5; color: #455267; font-size: 13px; }
.score-hero { display: grid; grid-template-columns: 225px 1fr; gap: 44px; align-items: center; padding: 48px 0; }
.score-gauge { --score: 0; width: 210px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--gold-500) calc(var(--score) * 1%), #e7ebef 0); position: relative; transition: --score 1s ease; }
.score-gauge::before { content: ""; position: absolute; width: 79%; height: 79%; border-radius: 50%; background: white; }
.score-gauge-inner { position: relative; display: flex; align-items: baseline; }
.score-gauge-inner strong { font-family: Georgia, serif; font-size: 66px; font-weight: 500; letter-spacing: -.07em; }
.score-gauge-inner span { color: #8a95a5; font-size: 14px; }
.level-pill { display: inline-flex; padding: 8px 13px; border-radius: 999px; color: #805e21; background: #f8efdc; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.score-summary h3 { margin: 15px 0 11px; font-family: Georgia, serif; font-size: 36px; font-weight: 500; letter-spacing: -.035em; }
.score-summary p { max-width: 620px; margin: 0; color: var(--muted); line-height: 1.7; }
.protocol { margin-top: 17px; color: #9aa3b0; font-size: 11px; }
.result-section { padding: 36px 0; border-top: 1px solid var(--line); }
.result-section-heading { display: flex; gap: 15px; margin-bottom: 26px; }
.result-section-heading > span { color: var(--gold-500); font-size: 11px; margin-top: 6px; }
.result-section-heading h3 { margin: 0 0 5px; font-size: 21px; }
.result-section-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.dimension-bars { display: grid; gap: 18px; }
.dimension-bar-row { display: grid; grid-template-columns: 230px 1fr 54px; align-items: center; gap: 18px; }
.dimension-bar-row strong { font-size: 12px; }
.bar-track { height: 7px; background: #e8ebef; border-radius: 10px; overflow: hidden; }
.bar-track span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--gold-500), var(--gold-300)); border-radius: inherit; transition: width .8s ease; }
.dimension-bar-row em { color: #667287; font-size: 11px; font-style: normal; text-align: right; }
.insights-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 35px 0; border-top: 1px solid var(--line); }
.insight-panel { padding: 27px; border-radius: 20px; }
.strength-panel { background: #eff8f4; border: 1px solid #d6ede4; }
.opportunity-panel { background: #fbf5e8; border: 1px solid #eadfc5; }
.panel-heading { display: flex; gap: 13px; margin-bottom: 22px; }
.panel-heading > span { width: 38px; height: 38px; flex: 0 0 38px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--success); font-weight: 900; }
.opportunity-panel .panel-heading > span { background: var(--gold-500); }
.panel-heading h3 { margin: 0 0 3px; font-size: 17px; }
.panel-heading p { margin: 0; color: #748094; font-size: 11px; }
.insight-list { display: grid; gap: 14px; }
.insight-item { padding-top: 14px; border-top: 1px solid rgba(54,88,76,.12); }
.opportunity-panel .insight-item { border-color: rgba(130,95,30,.13); }
.insight-item strong { display: block; margin-bottom: 5px; font-size: 13px; }
.insight-item p { margin: 0; color: #647083; font-size: 12px; line-height: 1.55; }
.strategic-cta { padding: 36px; border-radius: 22px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 35px; color: white; background: radial-gradient(circle at 90% 5%, rgba(229,189,100,.18), transparent 36%), linear-gradient(135deg, #07152b, #102c51); }
.strategic-cta h3 { margin: 14px 0 10px; max-width: 680px; font-family: Georgia, serif; font-size: 29px; line-height: 1.15; font-weight: 500; }
.strategic-cta p { max-width: 710px; margin: 0; color: rgba(255,255,255,.61); font-size: 13px; line-height: 1.65; }
.result-footer-note { padding-top: 27px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #8993a2; font-size: 12px; }

.consultation-section { padding-top: 65px; }
.consultation-card { padding: 50px 55px; border-radius: 25px; display: flex; align-items: center; justify-content: space-between; gap: 45px; background: white; border: 1px solid #e1e5ea; box-shadow: var(--shadow-md); }
.consultation-card h2 { font-size: 40px; margin-block: 13px 8px; }
.consultation-card p { margin: 0; }
.site-footer { padding: 75px 0 24px; color: rgba(255,255,255,.6); background: #030a16; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 70px; }
.footer-brand img { width: 180px; margin-bottom: 24px; }
.footer-brand p { max-width: 470px; line-height: 1.7; font-size: 13px; }
.footer-column { display: grid; align-content: start; gap: 12px; font-size: 12px; }
.footer-column strong { color: white; margin-bottom: 9px; }
.footer-column button { color: inherit; text-align: left; padding: 0; background: none; }
.footer-bottom { margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; }

.modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 20px; }
.modal.open { display: grid; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(1,7,16,.78); backdrop-filter: blur(8px); }
.modal-panel { position: relative; width: min(100%, 500px); padding: 40px; border-radius: 25px; background: white; box-shadow: 0 40px 100px rgba(0,0,0,.35); animation: modalIn .25s ease both; }
@keyframes modalIn { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: none; } }
.modal-panel h2 { margin: 12px 0 9px; font-family: Georgia, serif; font-size: 36px; font-weight: 500; letter-spacing: -.04em; }
.modal-panel > p { margin: 0 0 25px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.modal-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border-radius: 50%; background: #eef1f4; color: #596579; font-size: 22px; }
#lookupForm { display: grid; gap: 18px; }
.lookup-feedback { min-height: 0; margin-top: 15px; color: var(--danger); font-size: 12px; line-height: 1.5; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 24px; transform: translate(-50%, 30px); max-width: min(90%, 520px); padding: 14px 20px; border-radius: 999px; color: white; background: #10213a; box-shadow: 0 15px 40px rgba(0,0,0,.3); font-size: 12px; opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.loading-overlay { position: fixed; inset: 0; z-index: 150; display: none; place-items: center; align-content: center; gap: 11px; color: white; background: rgba(3,10,22,.93); }
.loading-overlay.active { display: grid; }
.loading-overlay span { color: rgba(255,255,255,.55); font-size: 12px; }
.loader { width: 58px; height: 58px; margin-bottom: 10px; border: 3px solid rgba(255,255,255,.13); border-top-color: var(--gold-400); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { min-height: auto; padding-top: 150px; }
  .hero-grid, .dimensions-layout { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { text-align: center; }
  .hero h1, .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-meta { justify-content: center; }
  .hero-visual { min-height: 430px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 230px; }
  .score-preview { right: 8%; }
  .dimensions-layout { gap: 50px; }
  .trust-inner, .consultation-card { flex-direction: column; align-items: flex-start; }
  .trust-items { flex-wrap: wrap; }
  .insights-grid { grid-template-columns: 1fr; }
  .strategic-cta { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .header-inner { min-height: 78px; }
  .brand img { width: 150px; }
  .header-inner > .button { min-height: 39px; padding-inline: 14px; font-size: 11px; }
  .hero { padding: 125px 0 70px; }
  .hero h1 { font-size: clamp(43px, 13.5vw, 61px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-meta { gap: 13px; flex-direction: column; }
  .hero-meta span + span::before { display: none; }
  .hero-visual { min-height: 350px; }
  .orbital-shell { width: 340px; max-width: 100%; }
  .score-preview { width: 205px; padding: 18px; right: 0; bottom: 5px; }
  .floating-tag { font-size: 9px; padding: 8px 11px; }
  .tag-one { top: 30px; }
  .tag-three { left: 0; bottom: 40px; }
  .trust-inner { padding: 22px 0; }
  .trust-inner p { margin: 0; }
  .trust-items { display: grid; gap: 9px; }
  .section { padding: 75px 0; }
  .section-heading h2, .dimensions-copy h2 { font-size: 40px; }
  .step-card { padding: 27px; }
  .assessment-shell { padding: 0; }
  .assessment-shell .container { width: 100%; }
  .assessment-card, .result-card { border-radius: 0; min-height: 100vh; }
  .assessment-topbar { min-height: 80px; padding: 0 20px; }
  .progress-wrap { padding: 20px 20px 0; }
  #diagnosticForm { padding: 28px 20px 24px; }
  .form-intro h2, .block-header h2 { font-size: 34px; }
  .fields-grid, .option-grid { grid-template-columns: 1fr; }
  .block-header { display: block; }
  .points-badge { display: inline-flex; margin-top: 15px; }
  .question-card { padding: 19px 16px; }
  .question-head h3 { font-size: 15px; }
  .scale-grid { gap: 6px; }
  .scale-option span { min-height: 55px; }
  .scale-option small { display: none; }
  .form-actions { grid-template-columns: 1fr 1fr; }
  .form-actions .button { padding-inline: 15px; }
  .autosave-note { display: none; }
  .result-card { padding: 27px 20px; }
  .result-header, .result-footer-note { flex-direction: column; align-items: flex-start; }
  .score-hero { grid-template-columns: 1fr; text-align: center; gap: 28px; }
  .score-gauge { margin-inline: auto; }
  .dimension-bar-row { grid-template-columns: 1fr 46px; gap: 8px; }
  .dimension-bar-row .bar-track { grid-column: 1 / -1; grid-row: 2; }
  .dimension-bar-row em { grid-column: 2; grid-row: 1; }
  .strategic-cta { padding: 27px 22px; }
  .strategic-cta .button { width: 100%; }
  .consultation-card { padding: 35px 25px; }
  .consultation-card h2 { font-size: 36px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 9px; }
  .modal-panel { padding: 34px 22px 25px; }
}

@media print {
  body { background: white; }
  .site-header, .hero, .trust-strip, #como-funciona, #dimensoes, .consultation-section, .site-footer, .result-actions-top, .result-footer-note, .loading-overlay, .toast, .modal { display: none !important; }
  .assessment-shell { display: block !important; padding: 0; background: white; }
  .assessment-card { display: none !important; }
  .result-card { display: block !important; box-shadow: none; max-width: none; padding: 0; }
  .strategic-cta { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}
