@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-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;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{.static{position:static}}:root{--background:#eef1ec;--foreground:#161c18;--card:#fff;--muted:#e2e8e3;--muted-foreground:#3f4f45;--border:#c5cfc7;--accent:#0f5c4a;--font-sans:"DM Sans", ui-sans-serif, system-ui, sans-serif;--font-display:"Fraunces", ui-serif, Georgia, serif}*,:before,:after{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;line-height:1.55}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.02em;font-weight:600;line-height:1.2}a{color:var(--accent)}.page-shell{flex-direction:column;max-width:900px;min-height:100dvh;margin:0 auto;padding:2rem 1.25rem;display:flex}.page-shell--marketing{width:100%;max-width:none;padding:0 0 2.5rem}@media(min-width:640px){.page-shell--marketing{padding-bottom:3rem}}.marketing-inset{width:100%;max-width:1120px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.marketing-inset{padding-left:1.5rem;padding-right:1.5rem}}.card{border:1px solid var(--border);background:var(--card);border-radius:1rem;padding:1.5rem}.card+.card{margin-top:1rem}.lead{color:var(--muted-foreground)}.footer{color:var(--muted-foreground);margin-top:auto;padding-top:1.75rem;font-size:.95rem}.footer nav{flex-wrap:wrap;gap:.5rem 1rem;display:flex}.footer a{text-decoration:none}.footer a:hover{text-decoration:underline}.requisites-dl{gap:.75rem;margin:0;display:grid}.requisites-dl dt{color:var(--foreground);font-size:.9rem;font-weight:600}.requisites-dl dd{margin:.15rem 0 0}html.theme-marketing{color-scheme:dark;--background:#07060d;--foreground:#f3f1ff;--card:#ffffff0e;--muted:#ffffff17;--muted-foreground:#ebe8ffad;--border:#ffffff1f;--accent:#e8c992;--accent-strong:#fff0d8;--glow-teal:#7dd3c059;--glow-violet:#a78bfa38;overflow-x:clip}html.theme-marketing body{background:radial-gradient(1200px 800px at 80% -10%,var(--glow-violet),transparent 55%),radial-gradient(900px 600px at 10% 20%,var(--glow-teal),transparent 50%),linear-gradient(165deg,#07060d,#0f0c1a 45%,#0a0a12);background-attachment:fixed;min-height:100dvh}html.theme-marketing .page-shell:not(.page-shell--marketing){max-width:800px;padding-top:1.5rem}html.theme-marketing .page-shell:not(.page-shell--marketing) .marketing-top{margin-bottom:2.5rem}html.theme-marketing .page-shell:not(.page-shell--marketing) .card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f0c1a99;border:1px solid #ffffff14;padding:2.5rem;box-shadow:0 8px 32px #0003}@media(max-width:639px){html.theme-marketing .page-shell:not(.page-shell--marketing) .card{padding:1.5rem}}html.theme-marketing .page-shell:not(.page-shell--marketing) h1{color:var(--accent-strong);margin-top:0;margin-bottom:.75rem;font-size:clamp(2rem,5vw,2.75rem)}html.theme-marketing .page-shell:not(.page-shell--marketing) h2{color:var(--accent);margin-top:2.5rem;margin-bottom:1rem;font-size:1.5rem}html.theme-marketing .page-shell:not(.page-shell--marketing) .lead{color:#f0eeffeb;margin-bottom:2rem;font-size:1.05rem}html.theme-marketing .page-shell:not(.page-shell--marketing) p,html.theme-marketing .page-shell:not(.page-shell--marketing) li{color:#ebe8ffd1;line-height:1.65}html.theme-marketing .page-shell:not(.page-shell--marketing) p{margin-bottom:1.25rem}html.theme-marketing .page-shell:not(.page-shell--marketing) p:last-child{margin-bottom:0}html.theme-marketing .page-shell:not(.page-shell--marketing) ul{margin-bottom:1.5rem;padding-left:1.5rem;list-style-type:disc}html.theme-marketing .page-shell:not(.page-shell--marketing) li{margin-bottom:.5rem}html.theme-marketing .page-shell:not(.page-shell--marketing) a{color:var(--accent);text-underline-offset:2px;-webkit-text-decoration:underline #e8c9924d;text-decoration:underline #e8c9924d}html.theme-marketing .page-shell:not(.page-shell--marketing) a:hover{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}html.theme-marketing .page-shell:not(.page-shell--marketing) .requisites-dl{gap:1.25rem;margin-top:1.5rem;margin-bottom:2rem}html.theme-marketing .page-shell:not(.page-shell--marketing) .requisites-dl dt{color:var(--accent-strong);font-size:.95rem}html.theme-marketing .page-shell:not(.page-shell--marketing) .requisites-dl dd{color:#ebe8ffd1;margin-top:.25rem}html.theme-marketing .footer{border-top:1px solid #ffffff14;max-width:1120px;margin-top:4rem;margin-left:auto;margin-right:auto;padding:2.5rem 1.25rem 3rem}@media(min-width:640px){html.theme-marketing .footer{padding:2rem 1.5rem}}html.theme-marketing .footer__groups{flex-direction:column;gap:1.5rem;width:100%;display:flex}@media(min-width:640px){html.theme-marketing .footer__groups{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}}html.theme-marketing .footer__nav{flex-direction:column;gap:1.25rem;display:flex}@media(min-width:640px){html.theme-marketing .footer__nav{flex-direction:row;gap:1.75rem}}html.theme-marketing .footer__legal{color:#ebe8ff73;flex-direction:column;gap:1.25rem;font-size:.85rem;display:flex}@media(min-width:640px){html.theme-marketing .footer__legal{flex-direction:row;justify-content:flex-end;align-items:center;gap:1.5rem}}html.theme-marketing .footer a{color:inherit;transition:color .15s}html.theme-marketing .footer__nav a{color:var(--muted-foreground);font-weight:500}html.theme-marketing .footer__nav a:hover{color:var(--accent)}html.theme-marketing .footer__legal a{color:#ebe8ff73}html.theme-marketing .footer__legal a:hover{color:#ebe8ffcc}.marketing-top{justify-content:space-between;align-items:center;gap:1rem;display:flex}.marketing-top--document{padding-top:max(.75rem,env(safe-area-inset-top,0px));margin-bottom:.5rem;padding-bottom:.35rem}html.theme-marketing .document-back{font:inherit;color:var(--muted-foreground);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.5rem;margin:0;padding:.35rem .5rem;font-size:.9rem;font-weight:500;transition:color .15s,background .15s}html.theme-marketing .document-back:hover{color:var(--accent);background:#ffffff0f}.marketing-top--hero{z-index:2;padding-top:max(.65rem,env(safe-area-inset-top));padding-bottom:.75rem;padding-left:var(--hero-inline);padding-right:max(1rem,env(safe-area-inset-right));justify-content:flex-start;position:relative}@media(min-width:640px){.marketing-top--hero{padding-right:max(1.5rem,env(safe-area-inset-right))}}.marketing-brand{font-family:var(--font-display);letter-spacing:-.03em;color:var(--accent-strong);text-shadow:0 1px 24px #000000a6;font-size:1.25rem;font-weight:700;text-decoration:none}.marketing-brand:hover{color:var(--accent)}.hero-bleed{--hero-inline:max(1rem, env(safe-area-inset-left,0px));flex-direction:column;width:100%;min-height:min(88dvh,820px);display:flex;position:relative}@media(min-width:640px){.hero-bleed{--hero-inline:max(1.5rem, env(safe-area-inset-left,0px))}}@media(min-width:900px){.hero-bleed{--hero-inline:max(1.5rem, calc((100vw - 1120px)/2 + 1.5rem) );min-height:min(78dvh,720px)}}.hero-bleed__bg{z-index:0;position:absolute;inset:0}.hero-bleed__img{object-fit:cover;object-position:center 30%;width:100%;height:100%;display:block}@media(max-width:639px){.hero-bleed__img{object-position:65% 30%}}.hero-bleed__scrim{pointer-events:none;background:linear-gradient(#05040ad1,#05040a59 28%,#07060d99 55%,#07060df2),linear-gradient(90deg,#07060da6,#0000 65%);position:absolute;inset:0}@media(max-width:639px){.hero-bleed__scrim{background:linear-gradient(#05040ad1,#05040a59 28%,#07060dbf 50%,#07060dfa)}}.hero-bleed__content{z-index:1;width:100%;min-width:0;max-width:1120px;padding:1.5rem 1rem 2.5rem;padding-left:var(--hero-inline);flex-direction:column;align-self:stretch;gap:.85rem;margin-top:auto;margin-left:auto;margin-right:auto;display:flex;position:relative}@media(max-width:639px){.hero-bleed__content{text-align:center;align-items:center;padding-bottom:3.5rem;padding-left:1.25rem;padding-right:1.25rem}}@media(min-width:640px){.hero-bleed__content{padding:2rem 1.5rem 3rem;padding-left:var(--hero-inline)}}@media(min-width:900px){.hero-bleed__content{padding:2.5rem 1.5rem 3.25rem;padding-left:var(--hero-inline);max-width:calc(42rem + var(--hero-inline));margin:auto auto auto 0}}.hero__eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--accent);text-shadow:0 1px 20px #000000b3;font-size:.7rem;font-weight:600}@media(max-width:639px){.hero__eyebrow{letter-spacing:.15em;font-size:.65rem}}.hero__title{color:var(--accent-strong);text-wrap:balance;text-shadow:0 2px 32px #000000bf;margin:0;font-size:clamp(2.25rem,8vw,3.1rem);font-weight:600}.hero__lead{color:#f0eeffeb;text-wrap:pretty;text-shadow:0 1px 18px #000000bf;max-width:min(38rem,100%);margin:0;font-size:1.05rem;line-height:1.6}@media(max-width:639px){.hero__lead{font-size:.95rem;line-height:1.5}}.hero__actions{flex-direction:column;align-items:stretch;gap:.75rem;width:100%;margin-top:.5rem;display:flex}.btn{border:1px solid #0000;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;width:100%;min-height:3rem;padding:0 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .2s,background .2s,border-color .2s;display:inline-flex}@media(min-width:640px){.hero__actions{flex-direction:row;align-items:flex-start;gap:.75rem 1rem;width:auto}.btn{width:auto}}.btn:active{transform:scale(.98)}.btn--primary{color:#1a1208;background:linear-gradient(135deg,#f0d9b8,#e8c992 45%,#c9a06d);box-shadow:inset 0 0 0 1px #ffffff1f,0 12px 40px #e8c99240}.btn--primary:hover{box-shadow:inset 0 0 0 1px #ffffff2e,0 16px 48px #e8c99252}.btn--ghost{border-color:var(--border);color:var(--foreground);background:#ffffff0f}.btn--ghost:hover{background:#ffffff1a;border-color:#fff3}.hero__hint{color:#ebe8ffd1;text-shadow:0 1px 14px #000000b3;max-width:32rem;margin:.25rem 0 0;font-size:.875rem}.section{margin-top:2.75rem}.section__head{margin-bottom:1.25rem}.section__label{letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 .35rem;font-size:.7rem;font-weight:600}.section__title{color:var(--accent-strong);margin:0;font-size:clamp(1.75rem,5vw,2.25rem)}.feature-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media(min-width:720px){.feature-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{border:1px solid var(--border);background:var(--card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:1.125rem;padding:1.35rem 1.25rem;transition:border-color .2s,transform .2s}.feature-card:hover{border-color:#e8c99259;transform:translateY(-2px)}.feature-card__icon{background:linear-gradient(145deg,#e8c99233,#7dd3c01f);border:1px solid #ffffff1a;border-radius:.75rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-bottom:.85rem;font-size:1.15rem;display:flex}.feature-card h3{color:var(--foreground);margin:0 0 .5rem;font-size:1.1rem}.feature-card p{color:var(--muted-foreground);margin:0;font-size:.9rem;line-height:1.55}.steps{border:1px solid var(--border);background:var(--card);border-radius:1.125rem;gap:0;margin:0;padding:0;list-style:none;display:grid;overflow:hidden}.steps li{border-bottom:1px solid var(--border);grid-template-columns:auto 1fr;align-items:start;gap:1rem 1.15rem;padding:1.15rem 1.25rem;display:grid}.steps li:last-child{border-bottom:0}.step-num{color:#1a1208;background:linear-gradient(135deg,#f0d9b8,#e8c992);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.8rem;font-weight:700;display:flex}.steps p{color:var(--muted-foreground);margin:0;font-size:.95rem;line-height:1.55}.audience-band{border:1px solid var(--border);background:radial-gradient(600px 200px at 20% 0,#e8c9921f,#0000),linear-gradient(135deg,#ffffff0f,#ffffff05);border-radius:1.25rem;margin-top:2.75rem;padding:2rem 1.5rem}@media(max-width:639px){.audience-band{padding:1.75rem 1.25rem}}.audience-band p{color:var(--muted-foreground);max-width:48rem;margin:.75rem 0 0;font-size:1.05rem;line-height:1.65}.faq-list{flex-direction:column;gap:.65rem;display:flex}.faq-item{border:1px solid var(--border);background:var(--card);border-radius:1rem;overflow:hidden}.faq-item summary{cursor:pointer;color:var(--foreground);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.15rem;font-size:.95rem;font-weight:600;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--accent);font-size:1.25rem;font-weight:400;line-height:1}.faq-item[open] summary:after{content:"–"}.faq-item .faq-answer{color:var(--muted-foreground);border-top:1px solid #0000;margin:0;padding:0 1.15rem 1.1rem;font-size:.9rem;line-height:1.6}.faq-item[open] .faq-answer{border-top-color:var(--border);padding-top:.85rem}.cta-strip{text-align:center;background:linear-gradient(135deg,#e8c99224,#7dd3c014);border:1px solid #e8c99259;border-radius:1.25rem;margin-top:2.75rem;padding:1.75rem 1.5rem}@media(max-width:639px){.cta-strip{padding:1.75rem 1.25rem}}.cta-strip h2{color:var(--accent-strong);margin:0 0 .5rem;font-size:1.35rem}.cta-strip p{color:var(--muted-foreground);margin:0 0 1.1rem;font-size:.95rem}
