:root{color-scheme:light;--font-sans: "Sora", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-serif: "DM Serif Display", Georgia, serif;--color-bg: #f6f7fb;--color-bg-subtle: #ffffff;--color-surface: #ffffff;--color-surface-muted: #f0f1f6;--color-elevated: rgba(15, 13, 27, .04);--color-border: rgba(19, 17, 26, .08);--color-border-strong: rgba(19, 17, 26, .12);--color-text-primary: #181024;--color-text-secondary: #4b4561;--color-text-muted: rgba(75, 69, 97, .7);--color-text-inverse: #ffffff;--color-accent: #6c4bff;--color-accent-strong: #5940d9;--color-accent-soft: #ece9ff;--color-accent-muted: rgba(108, 75, 255, .18);--color-positive: #2bde8c;--color-warning: #ffc145;--color-negative: #ff5f7b;--shadow-sm: 0 6px 20px rgba(28, 21, 52, .08);--shadow-md: 0 20px 45px rgba(18, 14, 32, .12);--shadow-lg: 0 30px 70px rgba(12, 9, 24, .16);--radius-xs: 8px;--radius-sm: 12px;--radius-md: 18px;--radius-lg: 28px;--radius-full: 999px;--max-content-width: 1200px;--section-padding: clamp(3rem, 6vw, 5.5rem);--transition-base: .22s ease}[data-theme=dark]{color-scheme:dark;--color-bg: #08070f;--color-bg-subtle: #100f1a;--color-surface: #141226;--color-surface-muted: #1a1930;--color-elevated: rgba(127, 121, 168, .14);--color-border: rgba(255, 255, 255, .08);--color-border-strong: rgba(255, 255, 255, .16);--color-text-primary: #f7f4ff;--color-text-secondary: rgba(233, 228, 255, .78);--color-text-muted: rgba(233, 228, 255, .58);--color-text-inverse: #08070f;--color-accent: #8d7cff;--color-accent-strong: #b8aaff;--color-accent-soft: rgba(141, 124, 255, .18);--color-accent-muted: rgba(168, 160, 255, .12);--color-positive: #2bde8c;--color-warning: #ffc145;--color-negative: #ff6f96;--shadow-sm: 0 10px 22px rgba(7, 5, 16, .55);--shadow-md: 0 28px 60px rgba(4, 3, 10, .65);--shadow-lg: 0 44px 84px rgba(2, 1, 6, .75)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--color-bg: #08070f;--color-bg-subtle: #100f1a;--color-surface: #141226;--color-surface-muted: #1a1930;--color-elevated: rgba(127, 121, 168, .14);--color-border: rgba(255, 255, 255, .08);--color-border-strong: rgba(255, 255, 255, .16);--color-text-primary: #f7f4ff;--color-text-secondary: rgba(233, 228, 255, .78);--color-text-muted: rgba(233, 228, 255, .58);--color-text-inverse: #08070f;--color-accent: #8d7cff;--color-accent-strong: #b8aaff;--color-accent-soft: rgba(141, 124, 255, .18);--color-accent-muted: rgba(168, 160, 255, .12);--shadow-sm: 0 10px 22px rgba(7, 5, 16, .55);--shadow-md: 0 28px 60px rgba(4, 3, 10, .65);--shadow-lg: 0 44px 84px rgba(2, 1, 6, .75)}}*{scrollbar-width:thin;scrollbar-color:var(--color-accent-muted) transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:var(--color-accent-muted);border-radius:var(--radius-full)}:where(html){background-color:var(--color-bg);color:var(--color-text-primary);font-family:var(--font-sans)}:where(body){min-height:100vh;background:radial-gradient(circle at 20% -10%,rgba(108,75,255,.14),transparent 55%),radial-gradient(circle at 80% 10%,rgba(43,222,140,.12),transparent 45%),var(--color-bg);color:inherit;margin:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}:where(img){max-width:100%;display:block}:where(button){font:inherit;border:none;background:none;cursor:pointer}:where(a){color:inherit;text-decoration:none}:where(::selection){background:#6c4bff47;color:var(--color-text-inverse)}@layer reset,base,components,utilities;@layer reset{*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,p,figure{margin:0}ul,ol{padding:0;margin:0;list-style:none}}@layer base{body{font-size:16px;line-height:1.6}main{display:block}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:inherit}.surface-card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--color-border)}.text-gradient{background:linear-gradient(120deg,var(--color-accent),#46d8a0);-webkit-background-clip:text;color:transparent}}@layer utilities{.container{width:min(100% - 1rem,var(--max-content-width));margin-inline:auto}@media(min-width:640px){.container{width:min(100% - 2rem,var(--max-content-width))}}@media(min-width:768px){.container{width:min(100% - 2.5rem,var(--max-content-width))}}.fade-in{animation:fade-in .48s ease both}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}}.page-shell{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(108,75,255,.12),transparent 45%),var(--color-bg)}.page-header{position:sticky;top:0;z-index:20;background-color:color-mix(in srgb,var(--color-bg-subtle) 90%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--color-border)}.page-header__inner{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.85rem 0}@media(min-width:640px){.page-header__inner{gap:1rem}}@media(min-width:768px){.page-header__inner{gap:1.5rem;padding:1.15rem 0}}.brand-mark{display:flex;align-items:center;gap:.4rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:.7rem;white-space:nowrap;flex-shrink:0}@media(min-width:400px){.brand-mark{font-size:.75rem;gap:.5rem}}.brand-mark__symbol{width:32px;height:32px;border-radius:10px;background:linear-gradient(130deg,var(--color-accent),#46d8a0);display:grid;place-items:center;color:var(--color-text-inverse);font-weight:700;font-size:.85rem;box-shadow:var(--shadow-sm);flex-shrink:0}@media(min-width:400px){.brand-mark__symbol{width:36px;height:36px;border-radius:12px;font-size:.95rem}}.primary-nav{display:none;align-items:center;gap:.5rem;font-size:.8rem}@media(min-width:900px){.primary-nav{gap:.75rem;font-size:.85rem}}@media(min-width:1100px){.primary-nav{gap:1.25rem;font-size:.95rem}}.primary-nav__link{padding:.35rem .6rem;border-radius:var(--radius-full);transition:background var(--transition-base),color var(--transition-base);white-space:nowrap}@media(min-width:1100px){.primary-nav__link{padding:.4rem .75rem}}.primary-nav__link[data-active=true],.primary-nav__link--active{background:var(--color-accent-soft);color:var(--color-accent-strong)}.primary-nav__link:hover{background:var(--color-surface-muted)}.header-actions{display:flex;align-items:center;gap:.4rem;margin-left:auto;flex-shrink:0}@media(min-width:640px){.header-actions{gap:.75rem}}.header-actions .cta-button{font-size:.8rem;padding:.5rem .85rem}@media(min-width:400px){.header-actions .cta-button{font-size:.85rem;padding:.55rem 1rem}}.cta-button{padding:.65rem 1.2rem;border-radius:var(--radius-full);background:linear-gradient(120deg,var(--color-accent),#46d8a0);color:var(--color-text-inverse);font-weight:600;box-shadow:var(--shadow-sm);transition:transform var(--transition-base),box-shadow var(--transition-base);white-space:nowrap}.cta-button__text-full{display:none}.cta-button__text-short{display:inline}@media(min-width:600px){.cta-button__text-full{display:inline}.cta-button__text-short{display:none}}.cta-button:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.page-content{flex:1 1 auto;display:flex;flex-direction:column}.page-footer{background:#0f0c220a;border-top:1px solid var(--color-border);padding:2rem 0;margin-top:auto}.page-footer__grid{display:grid;gap:1.5rem}.page-footer__headline{font-family:var(--font-serif);font-size:1.6rem}.page-footer__meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.9rem;color:var(--color-text-muted)}.theme-toggle{display:flex;align-items:center;gap:.3rem;background:var(--color-surface);border-radius:var(--radius-full);border:1px solid var(--color-border);padding:.15rem .25rem;box-shadow:var(--shadow-sm);flex-shrink:0}@media(min-width:640px){.theme-toggle{gap:.4rem;padding:.2rem .3rem}}.theme-toggle__button{width:28px;height:28px;border-radius:var(--radius-full);display:grid;place-items:center;color:var(--color-text-primary);transition:background var(--transition-base),color var(--transition-base),transform var(--transition-base);font-size:.85rem}@media(min-width:640px){.theme-toggle__button{width:32px;height:32px;font-size:.9rem}}.theme-toggle__button:hover{transform:translateY(-1px)}.theme-toggle__button[data-variant=active]{background:linear-gradient(130deg,var(--color-accent),#46d8a0);color:var(--color-text-inverse)}.theme-toggle__reset{padding:.35rem .7rem;background:var(--color-surface-muted);border-radius:var(--radius-full);font-size:.75rem;font-weight:600;color:var(--color-text-secondary);transition:background var(--transition-base),color var(--transition-base);white-space:nowrap}@media(min-width:640px){.theme-toggle__reset{padding:.4rem .8rem;font-size:.82rem}}.theme-toggle__reset:hover{background:var(--color-accent-soft);color:var(--color-accent)}@media(min-width:768px){.page-header__inner{padding:1.15rem 0}.brand-mark{font-size:.875rem;gap:.75rem}.brand-mark__symbol{width:44px;height:44px;border-radius:16px;font-size:1.15rem}.theme-toggle{padding:.25rem .4rem;gap:.5rem}.theme-toggle__button{width:38px;height:38px;font-size:1rem}.header-actions .cta-button{font-size:.9rem;padding:.65rem 1.2rem}.primary-nav{display:flex}.page-footer__grid{grid-template-columns:repeat(12,minmax(0,1fr));align-items:center}.page-footer__headline{grid-column:span 7;font-size:2rem}.page-footer__meta{grid-column:span 5;justify-content:flex-end;text-align:right}}@media(prefers-reduced-motion:reduce){.cta-button,.theme-toggle__button,.theme-toggle__reset{transition:none}}.section{padding-block:var(--section-padding)}@media(max-width:639px){.section{padding-block:clamp(2rem,5vw,3rem)}}.section--compact{padding-block:clamp(2.5rem,5vw,3.75rem)}.section__header{margin-bottom:clamp(1.75rem,4vw,2.75rem);display:grid;gap:.65rem;max-width:640px}@media(max-width:639px){.section__header{gap:.5rem;margin-bottom:1.25rem}}.section__eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:.68rem;color:var(--color-text-muted);font-weight:600}@media(min-width:640px){.section__eyebrow{font-size:.78rem}}.section__title{font-family:var(--font-serif);font-size:clamp(1.6rem,5.5vw,3.4rem);line-height:1.15}@media(min-width:640px){.section__title{line-height:1.12}}.section__subtitle{color:var(--color-text-secondary);font-size:clamp(.9rem,2.4vw,1.1rem);line-height:1.5}.hero{display:grid;gap:2rem;align-items:center}@media(min-width:640px){.hero{gap:2.5rem}}.hero__grid{display:grid;gap:1.25rem}@media(min-width:640px){.hero__grid{gap:1.5rem}}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .85rem;border-radius:var(--radius-full);background:var(--color-accent-soft);color:var(--color-accent-strong);font-weight:600;font-size:.75rem;width:fit-content}.hero__headline{font-family:var(--font-serif);font-size:clamp(1.75rem,7vw,4rem);line-height:1.15;letter-spacing:-.01em}.hero__lede{font-size:clamp(.95rem,2.5vw,1.25rem);color:var(--color-text-secondary);line-height:1.5}.hero__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.hero__actions>*{width:100%;text-align:center;justify-content:center}.hero__visual{position:relative;isolation:isolate;padding:1.25rem;border-radius:var(--radius-lg);background:linear-gradient(180deg,rgba(108,75,255,.12),transparent);border:1px solid var(--color-border);box-shadow:var(--shadow-md)}.hero__visual img{border-radius:calc(var(--radius-lg) - 8px);box-shadow:var(--shadow-lg)}.hero__insight-card{position:absolute;inset:auto .75rem .75rem auto;width:min(200px,55%);padding:.75rem .85rem;border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-lg);border:1px solid var(--color-border);display:grid;gap:.35rem;font-size:.7rem}.hero__insight-card strong,.hero__insight-card p{font-size:.7rem;line-height:1.3}.value-grid{display:grid;gap:1.25rem}.value-grid__card{padding:1.9rem 1.8rem;border-radius:var(--radius-lg);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);display:grid;gap:.9rem}.value-grid__metric{font-size:.85rem;text-transform:uppercase;letter-spacing:.14em;color:var(--color-text-muted)}.process-grid{display:grid;gap:1rem}.process-card{border-radius:var(--radius-lg);background:var(--color-surface);border:1px solid var(--color-border);padding:1.6rem 1.5rem;display:grid;gap:.6rem;box-shadow:var(--shadow-sm)}.process-card__title{font-size:1.1rem;font-weight:600}.process-card__summary{font-size:.95rem;color:var(--color-text-secondary)}.process-card__detail{font-size:.9rem;color:var(--color-text-muted)}.testimonial-row{display:grid;gap:1.25rem}.testimonial-card{padding:1.6rem;border-radius:var(--radius-lg);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);display:grid;gap:.85rem;position:relative}.testimonial-card__quote{font-size:1.05rem;color:var(--color-text-secondary)}.testimonial-card__author{display:grid;gap:.25rem;font-size:.9rem}.testimonial-card__author strong{font-weight:600;color:var(--color-text-primary)}.cta-banner{padding:clamp(2.4rem,6vw,3.5rem);border-radius:var(--radius-lg);background:linear-gradient(120deg,#6c4bff29,#46d8a029);border:1px solid var(--color-border);display:grid;gap:1rem;text-align:center}.cta-banner__title{font-family:var(--font-serif);font-size:clamp(2rem,4.5vw,2.6rem)}.cta-banner__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem}.ghost-button{padding:.65rem 1.2rem;border-radius:var(--radius-full);border:1px solid var(--color-border);background:#ffffff05;color:var(--color-text-secondary);font-weight:600;transition:background var(--transition-base),color var(--transition-base),border var(--transition-base)}.ghost-button:hover{border-color:var(--color-accent-muted);background:var(--color-surface-muted);color:var(--color-text-primary)}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .75rem;border-radius:var(--radius-full);background:#ffffff14;color:var(--color-text-inverse);font-size:.78rem;text-transform:uppercase;letter-spacing:.2em}@media(min-width:640px){.hero__actions{flex-direction:row;flex-wrap:wrap}.hero__actions>*{width:auto}.hero__insight-card{width:min(240px,60%);padding:1rem 1.1rem;font-size:.85rem}.hero__insight-card strong{font-size:.9rem}.hero__insight-card p{font-size:.85rem}.value-grid,.testimonial-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:960px){.hero{grid-template-columns:repeat(2,minmax(0,1fr))}.hero__visual{padding:2.5rem}.hero__insight-card{inset:auto 1.2rem 1.2rem auto}.value-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.process-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.testimonial-row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){.hero__insight-card,.testimonial-card,.cta-banner,.value-grid__card,.process-card{animation:none!important}}.match-results{display:grid;gap:2rem}.match-results__intro{display:grid;gap:.6rem}.match-grid{display:grid;gap:1.25rem}.match-card{padding:1.6rem;border-radius:var(--radius-lg);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);display:grid;gap:.9rem}.match-card__header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.match-card__meta{display:grid;gap:.2rem}.match-card__score{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:var(--radius-full);background:var(--color-accent-soft);color:var(--color-accent);font-weight:600;font-size:.86rem}.match-card__list{display:flex;flex-wrap:wrap;gap:.45rem}.match-chip{padding:.35rem .65rem;border-radius:var(--radius-full);background:var(--color-surface-muted);font-size:.82rem}.observation-panel{padding:1.6rem;border-radius:var(--radius-lg);background:#6c4bff1f;border:1px solid var(--color-border);display:grid;gap:.8rem}.observation-panel ul{display:grid;gap:.55rem;padding-left:1.1rem;list-style:disc}@media(min-width:900px){.match-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.signup-shell{width:min(100%,760px);margin-inline:auto;padding:1.25rem;border-radius:var(--radius-lg);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-md);display:grid;gap:1.25rem}@media(min-width:640px){.signup-shell{padding:2rem;gap:1.5rem}}@media(min-width:768px){.signup-shell{padding:3.2rem}}.signup-progress{height:8px;background:var(--color-surface-muted);border-radius:var(--radius-full);overflow:hidden}.signup-progress__bar{height:100%;background:linear-gradient(120deg,var(--color-accent),#46d8a0);border-radius:inherit;transition:width var(--transition-base)}.signup-step__header{display:grid;gap:.35rem;margin-bottom:.25rem}.signup-step__description{font-size:.9rem;line-height:1.45;color:var(--color-text-secondary)}@media(min-width:640px){.signup-step__description{font-size:.95rem}}.signup-step__title{font-family:var(--font-serif);font-size:clamp(1.35rem,3.5vw,2.1rem);line-height:1.2}.form-grid{display:grid;gap:.9rem}@media(min-width:640px){.form-grid{gap:1.1rem}}.form-field{display:grid;gap:.35rem}.form-field label{font-weight:600;font-size:.9rem}@media(min-width:640px){.form-field label{font-size:1rem}}.form-field__description{font-size:.85rem;color:var(--color-text-muted)}.form-field input,.form-field textarea,.form-field select{width:100%;padding:.65rem .8rem;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface-muted);color:inherit;font-size:.95rem;transition:border var(--transition-base),box-shadow var(--transition-base)}@media(min-width:640px){.form-field input,.form-field textarea,.form-field select{padding:.75rem .9rem;font-size:1rem}}.form-field input:focus-visible,.form-field textarea:focus-visible,.form-field select:focus-visible{border-color:var(--color-accent);box-shadow:0 0 0 3px #6c4bff33}.option-grid{display:grid;gap:.6rem}.option-item{position:relative;display:flex;flex-direction:column;padding:.7rem .75rem;border-radius:var(--radius-md);background:var(--color-surface-muted);border:1px solid transparent;transition:border var(--transition-base),background var(--transition-base);cursor:pointer}.option-item input[type=checkbox],.option-item input[type=radio]{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.option-item[data-selected=true]{border-color:var(--color-accent);background:var(--color-accent-soft)}.option-item:focus-within{box-shadow:0 0 0 3px #6c4bff40}.field-error{color:var(--color-negative);font-size:.85rem}.signup-actions{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.button-secondary{padding:.65rem 1.2rem;border-radius:var(--radius-full);border:1px solid var(--color-border);background:var(--color-surface-muted);font-weight:600;font-size:.95rem}@media(min-width:640px){.button-secondary{font-size:1rem}}.button-primary{padding:.7rem 1.4rem;border-radius:var(--radius-full);border:none;font-weight:600;font-size:.95rem;color:var(--color-text-inverse);background:linear-gradient(120deg,var(--color-accent),#46d8a0);box-shadow:var(--shadow-sm);transition:transform var(--transition-base),box-shadow var(--transition-base)}@media(min-width:640px){.button-primary{padding:.75rem 1.6rem;font-size:1rem}}.button-primary:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}@media(max-width:520px){.signup-actions{flex-direction:column}.signup-actions button,.signup-actions a{width:100%;text-align:center}}
