@layer theme{:root,:host{--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--family-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.flex{display:flex}.hidden{display:none}.min-h-dvh{min-height:100dvh}.flex-col{flex-direction:column}}:root{--bg:#f6f4ef;--surface:#fff;--ink:#0c0f14;--muted:#5c5a55;--line:#e3dfd6;--accent:#1f5d4a;--accent-hover:#174a3b;--accent-soft:#e7f2ed;--danger:#b42318;--danger-bg:#fef3f2;--danger-line:#fecdca;--radius:8px;--radius-card:12px;--shadow:0 1px 2px #0c0f140f, 0 12px 28px #0c0f1414;--family-sans:"Source Sans 3", ui-sans-serif, system-ui, sans-serif;--family-display:"Fraunces", "Source Sans 3", ui-serif, Georgia, serif;--background:var(--bg);--foreground:var(--ink)}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);min-height:100dvh;color:var(--ink);font-family:var(--family-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:1rem;line-height:1.6}.font-display{font-family:var(--family-display);font-optical-sizing:auto}.page-grain:before{content:"";pointer-events:none;z-index:1;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}.surface-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-card);box-shadow:var(--shadow)}.input-editorial{border:1px solid var(--line);border-radius:var(--radius);width:100%;color:var(--ink);background:#faf9f6;outline:none;padding:.625rem .8125rem;font-family:inherit;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.input-editorial:hover{border-color:#d4cfc4}.input-editorial:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.select-editorial{border:1px solid var(--line);border-radius:var(--radius);width:100%;color:var(--muted);cursor:pointer;background:#faf9f6;outline:none;padding:.625rem .8125rem;font-family:inherit;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.select-editorial:hover{border-color:#d4cfc4}.select-editorial:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.label-editorial{letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin-bottom:.375rem;font-size:.6875rem;font-weight:600;display:block}.btn-editorial-ghost{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--muted);cursor:pointer;padding:.6875rem 1.25rem;font-family:inherit;font-size:.875rem;transition:background .15s,border-color .15s,color .15s}.btn-editorial-ghost:hover{color:var(--ink);background:#faf9f6}.btn-editorial-ghost:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn-editorial-primary{border-radius:var(--radius);background:var(--accent);color:#fff;cursor:pointer;border:none;flex:1;padding:.75rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s,transform .1s}.btn-editorial-primary:hover{background:var(--accent-hover)}.btn-editorial-primary:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.btn-editorial-primary:active{transform:translateY(1px)}.chip-editorial{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:#faf9f6;border-radius:999px;padding:.4375rem .75rem;font-family:inherit;font-size:.75rem;transition:border-color .15s,background .15s,color .15s}.chip-editorial:hover{border-color:#d4cfc4}.chip-editorial[data-active=true]{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);font-weight:600}.chip-editorial:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.alert-error{background:var(--danger-bg);border:1px solid var(--danger-line);border-radius:var(--radius);color:var(--danger);padding:.5rem .75rem;font-size:.8125rem}.progress-track{background:var(--line);z-index:0;height:2px;position:absolute;top:.875rem;left:10%;right:10%}.progress-fill{background:var(--accent);height:100%;transition:width .3s}.progress-dot{background:var(--line);width:1.75rem;height:1.75rem;color:var(--muted);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;transition:background .2s,color .2s;display:flex}.progress-dot[data-active=true]{background:var(--accent);color:#fff}.progress-label{color:var(--muted);text-align:center;font-size:.625rem}.progress-label[data-current=true]{color:var(--accent);font-weight:600}.header-editorial{background:var(--ink);border-bottom:1px solid #ffffff14}.logo-mark{background:var(--accent);color:#fff;border-radius:var(--radius);letter-spacing:.06em;padding:.5rem .75rem;font-size:.875rem;font-weight:700}.layout-split{flex-direction:column;align-items:stretch;gap:2rem;max-width:68rem;min-height:calc(100dvh - 4rem);margin:0 auto;padding:2rem;display:flex}@media (min-width:960px){.layout-split{grid-template-columns:1.1fr .9fr;align-items:start;gap:2.5rem;display:grid}.layout-sticky-form{position:sticky;top:2rem}}@keyframes editorial-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.reveal-editorial{animation:.55s ease-out both editorial-rise}.reveal-editorial-delay{animation-delay:80ms}.trust-band{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-card);flex-wrap:wrap;align-items:center;gap:1.5rem;padding:1rem 1.5rem;display:flex}.trust-stat-num{color:var(--accent);font-size:1.5rem;font-weight:700;font-family:var(--family-display)}.trust-stat-label{color:var(--muted);margin-top:.125rem;font-size:.6875rem}.trust-divider{background:var(--line);width:1px;height:2.25rem}.page-shell{z-index:2;flex-direction:column;flex:1;display:flex;position:relative}.header-editorial-inner{align-items:center;max-width:68rem;margin:0 auto;padding:1rem 2rem;display:flex}.logo-row{align-items:center;gap:.875rem;display:flex}.logo-text-title{color:#f5f2ea;font-size:.9375rem;font-weight:600}.logo-text-sub{color:#f5f2eab8;font-size:.75rem}.mna-headline{color:var(--ink);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;line-height:1.15}.mna-lead{color:var(--muted);margin:0 0 2rem;font-size:1rem;line-height:1.7}.text-accent{color:var(--accent)}.benefits-list{flex-direction:column;gap:.625rem;margin-bottom:2rem;display:flex}.benefit-row{color:var(--muted);align-items:flex-start;gap:.625rem;font-size:.875rem;display:flex}.benefit-check{color:var(--accent);flex-shrink:0;font-weight:700}.trust-stat{flex-direction:column;align-items:center;display:flex}.progress-wrap{align-items:center;gap:.5rem;margin-bottom:1.75rem;display:flex;position:relative}.progress-item{z-index:1;flex-direction:column;flex:1;align-items:center;gap:.25rem;display:flex}.step-title{color:var(--ink);margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.field-stack{margin-bottom:1rem}.field-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.chips-wrap{flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;display:flex}.chips-legend{letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin-bottom:.5rem;font-size:.6875rem;font-weight:600}.nav-row-form{align-items:stretch;gap:.625rem;margin-top:1.5rem;display:flex}.nav-row-form .btn-editorial-primary:only-child{margin-left:auto}.privacy-note{text-align:center;color:var(--muted);margin-top:.75rem;font-size:.6875rem}.success-panel{text-align:center;padding:.5rem 0}.success-icon{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1rem;font-size:1.75rem;display:flex}.success-title{color:var(--ink);font-size:1.4rem;font-weight:700;font-family:var(--family-display);margin:0 0 .5rem}.success-sub{color:var(--muted);margin:0 0 1.5rem;font-size:.875rem;line-height:1.6}.summary-box{border:1px solid var(--line);border-radius:var(--radius);text-align:left;background:#faf9f6;margin-bottom:1.25rem;padding:1rem}.summary-title{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.625rem;font-size:.6875rem;font-weight:700}.summary-row{border-bottom:1px solid var(--line);justify-content:space-between;gap:1rem;padding:.3125rem 0;font-size:.8125rem;display:flex}.summary-row:last-child{border-bottom:none}.summary-key{color:var(--muted)}.summary-val{color:var(--ink);text-align:right;max-width:55%;font-weight:500}.next-steps-list{flex-direction:column;gap:.5rem;display:flex}.next-step-item{background:var(--accent-soft);border-radius:var(--radius);color:var(--accent);padding:.5625rem .875rem;font-size:.8125rem;font-weight:500}@media (max-width:559px){.field-row{grid-template-columns:1fr}}
