:root{--text:#111b31;--muted:#3f4f72;--bg:#eff3fb;--card:#fff;--border:#d5deef;--primary:#3249f5;--primary-hover:#2538d3;--secondary:#16213d;--surface-shadow:0 18px 40px #0f172a14;--surface-shadow-soft:0 10px 24px #0f172a0f;--button-shadow:0 12px 28px #3249f557;--button-shadow-hover:0 18px 38px #3249f561;--success:#166534;--success-bg:#dcfce7;--error:#b91c1c;--error-bg:#fee2e2;color:var(--text);background-color:var(--bg);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{background:radial-gradient(circle at 10% 0,#5b7fff3d,#0000 38%),radial-gradient(circle at 90% 10%,#6a43ff29,#0000 34%),#eff3fb;min-width:320px;margin:0}#root{width:100%;min-height:100svh;margin:0}h1,h2,h3{color:#0f172a;margin:0;line-height:1.2}p{margin:0}a{color:inherit}:where(button,[role=button],a,input,select,textarea,[tabindex]):focus-visible{outline-offset:2px;outline:3px solid #2563eb}:where(button,[role=button],input,select,textarea):disabled{filter:saturate(.92)}.btn{letter-spacing:.01em;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.88rem 1.4rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background-color .2s,border-color .2s,color .2s;display:inline-flex}.btn:hover{filter:brightness(1.01);transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg, #4159ff 0%, var(--primary) 52%, #2d40d4 100%);color:#fff;box-shadow:var(--button-shadow)}.btn-primary:hover{background:linear-gradient(135deg, var(--primary-hover) 0%, #3148e5 52%, #2738bc 100%);box-shadow:var(--button-shadow-hover)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.btn-secondary{border-color:var(--border);color:var(--secondary);background:linear-gradient(#fff 0%,#f8faff 100%);box-shadow:0 8px 20px #0f172a14}.btn-secondary:hover{border-color:#c5d2ec;box-shadow:0 12px 24px #0f172a1f}.marketing-page,.auth-page,.account-page,.login-page,.signup-page,.reset-password-page{width:min(100%,1120px);margin:0 auto;padding:1.1rem}.marketing-shell{gap:1.65rem;padding-top:1.8rem;padding-bottom:3rem;display:grid}.landing-hero,.landing-section,.auth-form,.account-page{background:var(--card);border:1px solid var(--border);box-shadow:var(--surface-shadow);border-radius:1.25rem}.landing-hero{background:radial-gradient(circle at 82% 15%,#4f46e51f,#0000 44%),linear-gradient(145deg,#fff 0%,#f2f6ff 65%,#eef3ff 100%);grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(1.35rem,3vw,2.6rem);padding:clamp(1.6rem,4.2vw,3.4rem);display:grid}.hero-content{display:grid}.eyebrow{letter-spacing:.09em;text-transform:uppercase;color:var(--primary);background:#2f3ef71a;border-radius:999px;align-items:center;margin-bottom:1.1rem;padding:.32rem .68rem;font-size:.78rem;font-weight:800;display:inline-flex}.landing-hero h1{letter-spacing:-.02em;max-width:16ch;margin-bottom:1.15rem;font-size:clamp(2.2rem,4.6vw,3.6rem)}.hero-subheadline{max-width:56ch;color:var(--muted);font-size:clamp(1.02rem,1.9vw,1.17rem);line-height:1.65}.cta-buttons{flex-wrap:wrap;gap:.9rem;margin-top:2rem;display:flex}.landing-hero .btn{min-width:11.25rem}.hero-media{isolation:isolate;position:relative}.hero-media:before{content:"";filter:blur(1px);z-index:-1;background:linear-gradient(160deg,#3249f529,#8454ff14);border-radius:1.25rem;position:absolute;inset:8% 9% 10%}.hero-media img{object-fit:contain;background:linear-gradient(#fff 0%,#f8faff 100%);border:1px solid #dbe5f8;border-radius:1rem;width:100%;height:auto;display:block;box-shadow:0 24px 40px #0f172a24}.landing-section{gap:1.25rem;padding:clamp(1.35rem,2.6vw,2.25rem);display:grid}.landing-section h2{letter-spacing:-.01em;font-size:clamp(1.25rem,2.7vw,1.8rem)}.feature-grid{gap:1rem;display:grid}.section-emphasis{padding-top:clamp(1.5rem,3vw,2.5rem);padding-bottom:clamp(1.5rem,3vw,2.5rem)}.section-heading{gap:.45rem;display:grid}.section-kicker{letter-spacing:.09em;text-transform:uppercase;color:#2e43dc;background:#3249f51a;border:1px solid #3249f529;border-radius:999px;justify-self:start;align-items:center;padding:.26rem .62rem;font-size:.76rem;font-weight:700;display:inline-flex}.feature-grid.three-up{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-grid.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card{border:1px solid var(--border);box-shadow:var(--surface-shadow-soft);background:linear-gradient(#fff 0%,#f7faff 100%);border-radius:1.1rem;gap:.65rem;padding:1.2rem;transition:transform .22s,box-shadow .22s,border-color .22s;display:grid}.feature-card:hover{border-color:#c7d4f3;transform:translateY(-2px);box-shadow:0 14px 28px #0f172a1a}.feature-card-head{align-items:center;gap:.7rem;display:flex}.feature-icon{color:#3148e5;background:linear-gradient(145deg,#eef3ff 0%,#f8faff 100%);border:1px solid #d6e0f5;border-radius:.65rem;flex:none;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex;box-shadow:inset 0 -1px #ffffffb3}.feature-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:1.05rem;height:1.05rem}.feature-card h3{font-size:1.04rem;line-height:1.3}.feature-card p,.why-section p{color:var(--muted);line-height:1.6}.trust-section{background:radial-gradient(circle at 10% 0,#3249f51a,#0000 38%),linear-gradient(165deg,#fff 0%,#f5f8ff 68%,#f1f5ff 100%);grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;gap:clamp(1rem,2.4vw,2rem);display:grid}.trust-content{gap:.85rem;display:grid}.trust-content p{color:var(--muted);line-height:1.65}.trust-media{position:relative}.trust-media:before{content:"";z-index:0;background:linear-gradient(160deg,#3249f524,#9333ea17);border-radius:1rem;position:absolute;inset:9% 10% 7%}.trust-media img{z-index:1;background:linear-gradient(#fff 0%,#f8faff 100%);border:1px solid #d8e2f6;border-radius:1rem;width:100%;height:auto;display:block;position:relative;box-shadow:0 18px 32px #0f172a1f}.module-preview-section{background:radial-gradient(circle at 8% 8%,#3249f51c,#0000 34%),radial-gradient(circle at 88% 18%,#6366f11f,#0000 36%),linear-gradient(160deg,#fcfdff 0%,#f4f7ff 62%,#f0f4ff 100%)}.inline-cta{background:linear-gradient(#fff 0%,#f7faff 100%);border:1px solid #d7e1f4;border-radius:1rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.85rem 1rem;padding:clamp(1rem,2vw,1.3rem) clamp(1rem,2.2vw,1.45rem);display:flex;box-shadow:inset 0 1px #fffc,0 12px 24px #0f172a0f}.inline-cta p{color:#31466f;max-width:58ch;margin:0;font-weight:600;line-height:1.55}.module-preview-section .inline-cta--module-followup{background:linear-gradient(#eff5ffe6 0%,#fff 48%,#f6f9ff 100%);border-color:#cddaf2;border-top-left-radius:.8rem;border-top-right-radius:.8rem;margin-top:clamp(.75rem,1.4vw,1.1rem)}.trial-cta-section--final{background:radial-gradient(circle at 92% 0,#4f46e517,#0000 44%),linear-gradient(160deg,#fefeff 0%,#f4f7ff 65%,#eef3ff 100%);margin-top:clamp(.95rem,2vw,1.7rem);padding-top:clamp(1.7rem,3.2vw,2.4rem)}.inline-cta--final{background:linear-gradient(#fffffffa 0%,#f3f8fffa 100%);border-color:#cad8f3;box-shadow:inset 0 1px #ffffffd9,0 18px 30px #0f172a14}.module-preview-frame{background:linear-gradient(#fffffff5,#f7fafff0);border:1px solid #d5deef;border-radius:1.1rem;padding:clamp(1rem,2.4vw,1.5rem);position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffd9,0 18px 34px #1e293b14}.module-preview-frame:before{content:"";pointer-events:none;background:radial-gradient(circle,#4299e133 0%,#0000 72%);position:absolute;inset:-28% 42% 60% -18%}.lifecycle-bridge-section{background:radial-gradient(circle at 12% 8%,#4f46e51a,#0000 36%),linear-gradient(165deg,#fff 0%,#f6f9ff 70%,#f2f6ff 100%);border-style:dashed;border-color:#cfdbf3}.lifecycle-card h3{font-size:1.05rem}.module-preview-layout{z-index:1;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:1.1rem;display:grid;position:relative}.module-preview-tabs{gap:.85rem;display:grid}.module-tab-group{gap:.5rem;display:grid}.module-tab-group [role=list]{gap:.45rem;display:grid}.module-tab-item{gap:.55rem;display:grid}.module-tab-group-title{text-transform:uppercase;letter-spacing:.09em;color:#334e9f;padding-inline:.2rem;font-size:.8rem;font-weight:800}.module-category-tab{color:#23355e;text-align:left;cursor:pointer;background:linear-gradient(#fff 0%,#f4f7ff 100%);border:1px solid #cfd9ef;border-radius:.95rem;align-content:center;gap:.26rem;min-height:4.35rem;padding:.72rem .85rem;font-size:.86rem;transition:border-color .2s,transform .2s,box-shadow .2s,color .2s,background-color .2s;display:grid}.module-category-tab:hover{border-color:#bfcdf0;transform:translateY(-1px)}.module-category-tab:focus-visible{outline-offset:2px;outline:3px solid #3249f547}.module-category-tab.is-active{color:#13203f;background:linear-gradient(145deg,#eef2ff 0%,#dde6ff 100%);border-color:#7b93f8;box-shadow:0 10px 24px #3249f52e}.module-tab-title{letter-spacing:.01em;font-size:.9rem;font-weight:750}.module-tab-caption{color:#44557f;font-size:.78rem;line-height:1.45}.module-spotlight{background:linear-gradient(#fffffff5 0%,#f5f9fff2 100%);border:1px solid #d6def1;border-radius:1rem;gap:.95rem;min-height:100%;padding:clamp(.95rem,2vw,1.3rem);display:grid}.module-spotlight--inline-mobile{display:none}.module-spotlight--desktop{display:grid}.module-spotlight-kicker{text-transform:uppercase;letter-spacing:.09em;color:#2e43dc;font-size:.78rem;font-weight:800}.module-spotlight-kicker-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.module-ai-badge{color:#1f35af;letter-spacing:.06em;text-transform:uppercase;background:#3148e51a;border:1px solid #3148e547;border-radius:999px;align-items:center;padding:.18rem .5rem;font-size:.69rem;font-weight:700;display:inline-flex}.module-spotlight-head{gap:.45rem;display:grid}.module-spotlight-head h3{font-size:1.15rem}.module-spotlight-description{color:var(--muted);max-width:62ch}.module-preview-grid{grid-template-columns:minmax(0,1fr);gap:.9rem;display:grid}.module-preview-grid.is-animated{animation:.55s spotlightFade}.module-preview-card{background:linear-gradient(#fffffffa 0%,#f2f7ffe6 100%);border:1px solid #d4def3;border-radius:.95rem;align-content:start;gap:.65rem;min-height:9.5rem;padding:.95rem;display:grid;box-shadow:inset 0 1px #ffffffe6,0 10px 20px #0f172a14}.module-preview-card--wide{gap:.8rem}.module-preview-label{color:#16213d;letter-spacing:.01em;font-size:.9rem;font-weight:700;line-height:1.4}.module-preview-subhead{letter-spacing:.08em;text-transform:uppercase;color:#2b3f84;font-size:.73rem;font-weight:700}.module-preview-copy{gap:.28rem;display:grid}.module-preview-copy p{color:#34496f;font-size:.82rem;line-height:1.5}.module-narrative-sample{background:linear-gradient(#fff 0%,#f5f8ff 100%);border:1px solid #d6e1f6;border-radius:.7rem;max-height:7.45rem;padding:.62rem .68rem .82rem;position:relative;overflow:hidden}.module-narrative-sample:after{content:"";background:linear-gradient(#f5f8ff00 0%,#f5f8fff5 100%);height:2.15rem;position:absolute;inset:auto 0 0}.module-narrative-sample p{color:#334a72;font-size:.81rem;line-height:1.55}.module-preview-mini-list{flex-wrap:wrap;gap:.44rem;display:flex}.module-preview-mini-item{color:#2f4374;background:#f8faff;border:1px solid #d4ddf3;border-radius:999px;padding:.24rem .55rem;font-size:.74rem}.module-preview-checklist-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem;display:flex}.module-readiness-pill{color:#26408a;background:#edf2ff;border:1px solid #c9d7f7;border-radius:999px;padding:.24rem .56rem;font-size:.73rem;font-weight:700}.module-checklist{gap:.46rem;display:grid}.module-checklist-item{color:#2f436f;background:linear-gradient(#fff 0%,#f6f9ff 100%);border:1px solid #d9e2f5;border-radius:.68rem;align-items:center;gap:.5rem;padding:.48rem .62rem;font-size:.82rem;display:flex}.module-checklist-item.is-complete{color:#1f5d3f;background:linear-gradient(#f7fffa 0%,#eefaf3 100%);border-color:#bdd8cb}.module-check-icon{justify-content:center;align-items:center;width:1rem;font-weight:700;display:inline-flex}.module-preview-values{gap:.5rem;display:grid}.module-preview-value-row{color:#33456c;background:linear-gradient(#fff 0%,#f5f8ff 100%);border:1px solid #dbe3f4;border-radius:.65rem;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.6rem;padding:.42rem .58rem;font-size:.81rem;display:grid}.module-preview-grid.is-animated .module-preview-value-row{animation:.45s both rowPop}.module-preview-value-row strong{color:#1b2850;font-size:.79rem}.module-preview-meta{color:#425578;font-size:.77rem;line-height:1.45}.module-preview-progress{justify-content:flex-end;align-items:center;gap:.35rem;margin-top:.15rem;display:flex}.module-progress-dot{background:#c8d5f2;border-radius:999px;width:.62rem;height:.62rem;transition:transform .2s,background-color .2s}.module-progress-dot.is-active{background:#4561f2;transform:scale(1.15);box-shadow:0 0 0 4px #4561f229}@keyframes spotlightFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes rowPop{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.faq-list{gap:.9rem;display:grid}.auth-page,.login-page,.signup-page,.reset-password-page{gap:1rem;width:min(100%,560px);display:grid}.auth-form{gap:.8rem;padding:1.2rem;display:grid}.auth-form label{text-align:left;gap:.35rem;font-weight:600;display:grid}.auth-form input{border:1px solid var(--border);border-radius:.6rem;width:100%;padding:.7rem .78rem;font-size:1rem}.success-message,.error-message{border-radius:.6rem;padding:.65rem .8rem}.success-message{background:var(--success-bg);color:var(--success)}.error-message{background:var(--error-bg);color:var(--error)}.footer{color:var(--muted);text-align:center;padding:1rem 0 .6rem}.link-button{color:var(--primary);cursor:pointer;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.account-page{gap:1rem;padding:1.25rem;display:grid}.documents{border-top:1px solid var(--border);padding-top:1rem}@media (width<=960px){.landing-hero{grid-template-columns:1fr}.hero-media{order:-1}.feature-grid.three-up,.feature-grid.two-up,.trust-section,.module-preview-layout,.module-preview-grid{grid-template-columns:1fr}.module-preview-tabs{gap:.55rem}.module-category-tab{min-height:3.9rem}.module-spotlight--desktop{display:none}.module-spotlight--inline-mobile{background:linear-gradient(#edf4fff0 0%,#f7fafffa 100%);border-color:#cdd9f2;border-top-left-radius:.72rem;border-top-right-radius:.72rem;margin-top:-.1rem;padding:.88rem;display:grid;box-shadow:0 12px 24px #1e293b14}}@media (width<=640px){.marketing-page,.auth-page,.account-page,.login-page,.signup-page,.reset-password-page{padding:.8rem}.btn{width:100%}.cta-buttons{flex-direction:column}.inline-cta{flex-direction:column;align-items:flex-start;padding:1rem}.inline-cta .btn{width:100%}.landing-hero,.landing-section,.auth-form,.account-page{border-radius:1rem;padding:1rem}.feature-card{padding:1rem}.module-preview-value-row{grid-template-columns:minmax(0,1fr);align-items:flex-start;gap:.28rem}.module-preview-value-row strong{display:block}.module-preview-value-row>:last-child{white-space:normal;overflow-wrap:anywhere;word-break:break-word;min-width:0;line-height:1.4}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.btn:hover{transform:none}}
