:root{--background:#f6f7f9;--surface:#fff;--surface-muted:#f0f2f5;--ink:#1d2644;--muted:#5c667a;--line:#1d26441a;--pink:#fa3d6a;--pink-dark:#d62d58;--gold:#fdc243;--orange:#fd9b48;--purple:#9c70e6;--shadow:0 16px 48px #1d264414;--section-y:clamp(3.5rem, 7vw, 5rem);--content-max:1120px;--content-pad:clamp(1.25rem, 4vw, 2.5rem)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--background);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}p,h1,h2,h3{margin:0}main{overflow:visible}.section-shell{width:min(var(--content-max), calc(100% - var(--content-pad) * 2));margin:0 auto}.marketing-site h1,.marketing-site h2,.marketing-site h3{letter-spacing:-.03em;font-weight:700;line-height:1.12}.marketing-site h1,.marketing-site h2{font-size:inherit}.hero__lede{color:#48536d;max-width:690px;margin-top:28px;font-size:clamp(1.12rem,2vw,1.35rem);line-height:1.65}.hero__actions{flex-wrap:wrap;gap:14px;margin-top:34px}.button{border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:.95rem 1.25rem;font-weight:900;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.button--primary{color:#fff;background:linear-gradient(135deg, var(--pink), var(--orange));box-shadow:0 18px 36px #fa3d6a3d}.button--secondary{border:1px solid var(--line);background:#fff;box-shadow:0 12px 32px #1d264414}.hero__note{max-width:520px;color:var(--muted);margin-top:18px;line-height:1.6}.hero-card{background:linear-gradient(180deg, #ffffffeb, #fffaf6db), var(--surface);box-shadow:var(--shadow);border:1px solid #ffffffb8;border-radius:34px;padding:26px;position:relative}.hero-card:before{z-index:-1;content:"";background:#fdc2434d;border-radius:48px;width:180px;height:180px;position:absolute;inset:-24px -28px auto auto;transform:rotate(10deg)}.hero-card__topline{color:var(--muted);justify-content:space-between;margin-bottom:18px;font-size:.92rem}.hero-card__topline strong{color:var(--pink-dark)}.application-card{border:1px solid var(--line);background:#ffffffdb;border-radius:20px;justify-content:space-between;gap:14px;margin-top:12px;padding:16px}.application-card--active{background:linear-gradient(135deg,#fa3d6a17,#fdc24324);border-color:#fa3d6a2e}.application-card div{flex:1}.application-card p{color:var(--muted);margin-top:4px;font-size:.92rem}.application-card>span:last-child{color:#52607a;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:900}.status-dot{border-radius:50%;width:12px;height:12px}.status-dot--pink{background:var(--pink)}.status-dot--gold{background:var(--gold)}.status-dot--purple{background:var(--purple)}.hero-card__reward{color:#fff;background:#1d2644;border-radius:24px;gap:16px;margin-top:22px;padding:18px}.hero-card__reward p{color:#ffffffb8;margin-top:4px}.cake-badge{background:radial-gradient(circle at 25% 20%,#fffffff5,#0000 .16rem),linear-gradient(135deg,#fff7cf,#ffe1e9);border-radius:26px;flex:none;place-items:center;width:74px;height:74px;display:grid;box-shadow:inset 0 0 0 1px #ffffffdb}.cake-badge img{width:auto;height:48px;display:block}.story{grid-template-columns:.9fr 1.1fr;gap:58px;padding:88px 0 48px;display:grid}.story h2,.section-heading h2,.problem h2,.final-cta h2{margin-top:12px}.story__copy{color:#48536d;gap:18px;font-size:1.15rem;line-height:1.75;display:grid}.journey{padding:34px 0 84px}.journey-line{border:1px solid var(--line);background:#ffffffb8;border-radius:28px;justify-content:space-between;gap:14px;padding:20px;position:relative;box-shadow:0 20px 60px #1d264414}.journey-line:before{content:"";background:linear-gradient(90deg,#fa3d6a57,#fdc2438a);height:2px;position:absolute;top:50%;left:46px;right:104px}.journey-step{z-index:1;color:#46516a;white-space:nowrap;background:#fff;border:1px solid #1d26441a;border-radius:999px;gap:10px;padding:10px 13px 10px 10px;font-weight:800;position:relative}.journey-step__number{color:#fff;background:var(--ink);border-radius:50%;place-items:center;width:28px;height:28px;font-size:.8rem;display:grid}.workflow,.features{padding:88px 0}.section-heading{max-width:760px}.section-heading p:last-child,.problem p,.feature-row p:last-child,.final-cta p{color:#48536d;font-size:1.08rem;line-height:1.72}.section-heading p:last-child{margin-top:18px}.workflow-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:34px;display:grid}.workflow-card{border:1px solid var(--line);background:#ffffffc2;border-radius:26px;min-height:188px;padding:22px;box-shadow:0 18px 42px #1d26440f}.workflow-card:first-child,.workflow-card:last-child{background:linear-gradient(135deg,#fdc2432e,#fa3d6a14)}.workflow-card p{color:var(--muted);margin-top:12px;line-height:1.58}.problem{padding:72px 0}.problem__panel{background:linear-gradient(135deg, #1d2644f5, #3a4260f0), var(--ink);box-shadow:var(--shadow);border-radius:38px;padding:clamp(28px,6vw,64px)}.problem__panel h2{color:#fff;max-width:820px}.problem__panel p:not(.eyebrow){color:#ffffffc2;max-width:820px;margin-top:20px}.problem__panel .eyebrow{color:#ffd36d}.features{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.feature-row{border:1px solid var(--line);background:#ffffffbd;border-radius:30px;padding:clamp(24px,4vw,38px)}.feature-row h2{margin-top:10px;font-size:clamp(2rem,3.8vw,3.35rem)}.feature-row p:last-child{margin-top:18px}.final-cta{text-align:center;justify-items:center;padding:94px 20px 112px;display:grid}.final-cta .cake-badge{margin-bottom:18px}.final-cta p:not(.eyebrow){max-width:640px;margin-top:20px}.final-cta .button{margin-top:30px}.legal-page{min-height:100vh;padding-bottom:64px}.legal-header{justify-content:space-between;align-items:center;gap:20px;width:min(980px,100% - 40px);margin:0 auto;padding:24px 0 30px;display:flex}.legal-brand{line-height:0;display:inline-flex}.legal-brand img{width:auto;max-width:min(270px,58vw);height:42px;display:block}.legal-header nav{flex-wrap:wrap;justify-content:flex-end;gap:14px;display:flex}.legal-header nav a{color:var(--muted);font-size:.9rem;font-weight:850}.legal-header nav a:hover{color:var(--ink)}.legal-document{border:1px solid var(--line);background:#ffffffd1;border-radius:30px;width:min(900px,100% - 40px);margin:0 auto;padding:clamp(26px,5vw,46px);box-shadow:0 20px 70px #432c231a}.legal-date{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:.8rem;font-weight:900}.legal-document h1{margin:0;font-size:clamp(2.4rem,6vw,4.4rem);line-height:.98}.legal-subtitle{max-width:700px;color:var(--muted);margin-top:16px;font-size:1.08rem;line-height:1.6}.legal-document section{border-top:1px solid var(--line);padding-top:24px}.legal-document section:first-of-type{margin-top:32px}.legal-document section+section{margin-top:24px}.legal-document h2{letter-spacing:-.02em;margin-bottom:8px;font-size:1.16rem;line-height:1.2}.legal-document p{color:#48536d;line-height:1.72}.legal-document a{color:var(--pink-dark);font-weight:850}.legal-document strong{color:var(--ink);font-weight:900}.legal-document p+p{margin-top:12px}.legal-document ul.legal-list{color:#48536d;margin:12px 0 0;padding-left:1.35rem;line-height:1.72}.legal-document ul.legal-list li{margin:10px 0}.legal-document ul.legal-list li:first-child{margin-top:0}.legal-document code{background:color-mix(in srgb, var(--line) 70%, transparent);font-variant-ligatures:none;border-radius:6px;padding:.1em .35em;font-size:.88em}@media (max-width:960px){.hero,.story{grid-template-columns:1fr}.hero{padding-top:54px}.workflow-grid,.features{grid-template-columns:repeat(2,minmax(0,1fr))}.journey-line{flex-direction:column;align-items:stretch}.journey-line:before{display:none}.journey-line .cake-badge{align-self:center}}@media (max-width:640px){.section-shell{width:min(var(--content-max), calc(100% - 28px))}.hero{grid-template-columns:1fr;gap:34px;padding-bottom:48px}.hero-card{border-radius:26px;padding:18px}.application-card{align-items:flex-start}.workflow-grid,.features{grid-template-columns:1fr}.journey,.workflow,.features{padding:54px 0}.story{padding-top:64px}.legal-header{flex-direction:column;align-items:flex-start;width:min(100% - 28px,980px)}.legal-header nav{justify-content:flex-start}.legal-document{border-radius:22px;width:min(100% - 28px,900px)}}
.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.marketing-header{z-index:50;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;transition:box-shadow .2s;position:sticky;top:0;box-shadow:0 4px 20px #1d26440a}.marketing-header.is-scrolled,.marketing-header.is-menu-open{box-shadow:0 8px 30px #1d264414}.marketing-header__inner{justify-content:space-between;align-items:center;gap:20px;min-height:72px;display:flex}.marketing-header__brand{flex-shrink:0;line-height:0}.marketing-header__brand img{width:auto;max-width:min(240px,50vw);height:36px;display:block}.marketing-header__nav{align-items:center;gap:28px;display:flex}.marketing-header__nav a{color:var(--muted);font-size:.92rem;font-weight:650;transition:color .15s}.marketing-header__nav a:hover,.marketing-header__nav a[aria-current=page]{color:var(--ink)}.marketing-header__actions{align-items:center;gap:12px;display:flex}.marketing-header__signin{color:var(--muted);font-size:.92rem;font-weight:700}.marketing-header__signin:hover{color:var(--ink)}.marketing-header__menu-btn{border:1px solid var(--line);cursor:pointer;background:#ffffffe6;border-radius:10px;width:42px;height:42px;padding:0;display:none}.marketing-header__menu-btn span{background:var(--ink);border-radius:999px;width:18px;height:2px;margin:4px auto;display:block}.marketing-header__mobile{border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;display:none}.marketing-header__mobile nav{gap:4px;padding:12px 20px 20px;display:grid}.marketing-header__mobile a{color:var(--ink);border-radius:10px;padding:12px 14px;font-weight:650}.marketing-header__mobile a:hover{background:#1d26440a}.marketing-header__mobile .button{width:100%;margin-top:8px}.button--sm{min-height:42px;padding:.55rem 1rem;font-size:.9rem}.button--invert{color:var(--ink);background:#fff;border:1px solid #0000;box-shadow:0 12px 32px #0000001f}.button--invert-outline{color:#fff;background:#ffffff0f;border:1px solid #ffffff8c}.button--invert-outline:hover{background:#ffffff24;border-color:#ffffffbf}.eyebrow{color:var(--pink-dark);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:800;display:inline-block}.marketing-section-head{max-width:640px;margin-bottom:36px}.marketing-section-head--center{text-align:center;margin-left:auto;margin-right:auto}.marketing-section-head h2{letter-spacing:-.035em;margin-top:0;font-size:clamp(1.9rem,4vw,2.75rem);line-height:1.08}.marketing-section-head>p:last-child{color:var(--muted);margin-top:14px;font-size:1.05rem;line-height:1.65}.page-hero{text-align:center;padding:clamp(3.5rem,8vw,5rem) 0 clamp(2.5rem,5vw,3.5rem)}.page-hero h1{letter-spacing:-.04em;max-width:48rem;margin:0 auto;font-size:clamp(2.2rem,5vw,3.2rem);line-height:1.06}.page-hero>p:not(.eyebrow),.page-hero .about-lede,.page-hero .contact-lede,.page-hero .changelog-lede{max-width:42rem;color:var(--muted);margin:18px auto 0;font-size:1.06rem;line-height:1.65}.marketing-home{overflow:visible}.marketing-hero{padding:56px 0 0}.marketing-hero__copy{text-align:center}.marketing-hero h1{letter-spacing:-.045em;max-width:820px;margin:12px auto 0;font-size:clamp(2.5rem,6vw,4.25rem);line-height:1.04}.marketing-hero__lede{color:#48536d;max-width:640px;margin:18px auto 0;font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.65}.marketing-hero__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px;display:flex}.marketing-hero__note{color:var(--muted);margin-top:14px;font-size:.88rem}.marketing-hero__visual{max-width:920px;margin:40px auto 0;padding-bottom:clamp(1rem,3vw,1.5rem)}.product-frame{border:1px solid var(--line);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 4px #1d26440a,0 24px 64px #1d26441f}.product-frame__chrome{border-bottom:1px solid var(--line);background:linear-gradient(#fafbfc,#f4f6f9);gap:6px;padding:12px 14px;display:flex}.product-frame__chrome span{background:#dde3ec;border-radius:50%;width:10px;height:10px}.product-frame__chrome span:first-child{background:#ff6b6b}.product-frame__chrome span:nth-child(2){background:#ffd166}.product-frame__chrome span:nth-child(3){background:#6dd47e}.product-frame img{width:100%;height:auto;display:block}.product-frame--compact{border-radius:14px}.marketing-trust{padding:clamp(1.5rem,4vw,2rem) 0 clamp(2.5rem,5vw,3.5rem)}.marketing-trust__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.marketing-trust__item{border:1px solid var(--line);background:var(--surface);border-radius:14px;padding:18px 20px}.marketing-trust__item strong{letter-spacing:-.02em;font-size:1rem;display:block}.marketing-trust__item span{color:var(--muted);margin-top:6px;font-size:.88rem;line-height:1.5;display:block}.marketing-features-band{padding:var(--section-y) 0;background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.marketing-features{padding:0}.marketing-features__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.marketing-feature-card{border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:22px;transition:border-color .15s,box-shadow .15s}.marketing-feature-card:hover{border-color:#fa3d6a33;box-shadow:0 12px 36px #1d26440f}.feature-icon{width:40px;height:40px;color:var(--pink-dark);background:#fa3d6a14;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.feature-icon svg{width:20px;height:20px}.marketing-feature-card h3{margin-top:14px;font-size:1.05rem}.marketing-feature-card p{color:var(--muted);margin-top:8px;font-size:.92rem;line-height:1.58}.marketing-showcase-band{padding:var(--section-y) 0}.marketing-showcase-band--alt{background:var(--surface-muted);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.marketing-showcase{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,3rem);padding:0;display:grid}.marketing-showcase--reverse .marketing-showcase__copy{order:2}.marketing-showcase--reverse .marketing-showcase__visual{order:1}.marketing-showcase__copy h2{letter-spacing:-.03em;margin-top:10px;font-size:clamp(1.75rem,3.5vw,2.35rem);line-height:1.12}.marketing-showcase__copy p{color:var(--muted);margin-top:14px;font-size:1.02rem;line-height:1.65}.marketing-steps{padding:var(--section-y) 0}.marketing-steps__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.marketing-step-card{border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:22px}.marketing-step-card__num{color:var(--pink-dark);letter-spacing:.08em;font-size:.78rem;font-weight:900;display:inline-block}.marketing-step-card h3{margin-top:10px;font-size:1.05rem}.marketing-step-card p{color:var(--muted);margin-top:8px;font-size:.9rem;line-height:1.55}.marketing-story{padding:var(--section-y) 0}.marketing-story__panel{color:#fff;text-align:center;background:linear-gradient(135deg,#1d2644f7,#2d3758f2);border-radius:20px;padding:clamp(32px,5vw,56px);box-shadow:0 24px 64px #1d26442e}.marketing-story__panel h2{max-width:640px;margin:10px auto 0;font-size:clamp(1.8rem,4vw,2.5rem);line-height:1.1}.marketing-story__panel p{color:#ffffffc7;max-width:620px;margin:16px auto 0;line-height:1.65}.marketing-story__panel .eyebrow{color:#ffd36d}.marketing-story__panel .button{margin-top:22px}.marketing-story__panel .button--secondary{color:#fff;box-shadow:none;background:#ffffff1a;border:1px solid #ffffff47}.marketing-story__panel .button--secondary:hover{background:#ffffff29}.marketing-faq{padding:var(--section-y) 0 clamp(1.5rem, 4vw, 2rem)}.marketing-faq__grid{gap:10px;max-width:760px;margin:0 auto;display:grid}.marketing-faq__item{border:1px solid var(--line);background:var(--surface);border-radius:14px;overflow:hidden}.marketing-faq__item summary{cursor:pointer;padding:16px 18px;font-weight:750;list-style:none}.marketing-faq__item summary::-webkit-details-marker{display:none}.marketing-faq__item p{color:var(--muted);padding:0 18px 16px;font-size:.94rem;line-height:1.62}.marketing-cta{background:linear-gradient(135deg,#fa3d6af0,#fd9b48e6);margin:0;padding:clamp(3.5rem,7vw,4.5rem) 0}.marketing-cta__inner{text-align:center}.marketing-cta h2{color:#fff;max-width:560px;margin:0 auto;font-size:clamp(1.9rem,4vw,2.6rem);line-height:1.08}.marketing-cta p{color:#ffffffe6;max-width:520px;margin:14px auto 0;line-height:1.6}.marketing-cta .eyebrow{color:#ffffffd9}.marketing-cta__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:24px;display:flex}.site-footer{color:#ffffffc7;background:#141b2f;border-top:none;margin-top:0}.site-footer__inner{grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);gap:48px;padding:48px 0 34px;display:grid}.site-footer__brand img{filter:brightness(0)invert();opacity:.92;width:auto;max-width:220px;height:34px;display:block}.site-footer__brand p{max-width:430px;margin-top:18px;line-height:1.65}.site-footer__contact{margin-top:14px}.site-footer__founder{margin-top:8px;font-size:.92rem}.site-footer__founder a{color:#ffb8c9;font-weight:800}.site-footer__address{margin-top:12px;font-size:.88rem;line-height:1.55}.site-footer__links{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;display:grid}.site-footer__links div{flex-direction:column;gap:10px;display:flex}.site-footer__links h3{letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:900}.site-footer__links a,.site-footer__links span{font-size:.94rem}.site-footer__bottom{border-top:1px solid #ffffff1a;justify-content:space-between;gap:18px;padding:22px 0 28px;font-size:.94rem;display:flex}.site-footer__brand p,.site-footer__links a,.site-footer__links span,.site-footer__bottom,.site-footer__address,.site-footer__founder{color:#ffffffad}.site-footer__links h3{color:#ffffffeb}.site-footer__contact a,.site-footer__contact a:hover,.site-footer__links a:hover,.site-footer__founder a:hover{color:#fff}@media (max-width:960px){.marketing-header__nav,.marketing-header__signin,.marketing-header__actions .button--sm{display:none}.marketing-header__menu-btn{justify-content:center;align-items:center;display:inline-flex}.marketing-header.is-menu-open .marketing-header__mobile{display:block}.marketing-trust__grid,.marketing-features__grid{grid-template-columns:1fr}.marketing-showcase{grid-template-columns:1fr;gap:28px}.marketing-showcase--reverse .marketing-showcase__copy,.marketing-showcase--reverse .marketing-showcase__visual{order:unset}.marketing-steps__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__inner{grid-template-columns:1fr}}@media (max-width:640px){.marketing-hero{padding-top:32px}.marketing-steps__grid{grid-template-columns:1fr}.site-footer__links{grid-template-columns:1fr 1fr}.site-footer__bottom{flex-direction:column}}
