.site-header{position:fixed;top:0;left:0;right:0;z-index:100;height:60px;background:#0c0c0fd9;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--border)}.site-header__inner{max-width:var(--max-width);margin:0 auto;height:100%;padding:0 40px;display:flex;align-items:center;justify-content:space-between}.site-header__logo{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-display);font-weight:800;font-size:1.05rem;letter-spacing:-.03em;color:var(--text);text-decoration:none}.site-header__logo:hover{text-decoration:none;color:var(--text)}.site-header__dot{width:6px;height:6px;border-radius:50%;background:var(--yellow);flex-shrink:0}.site-header__nav{display:flex;align-items:center;gap:1.75rem}.site-header__nav a{font-family:var(--font-body);font-weight:400;font-size:.82rem;color:var(--muted);text-decoration:none}.site-header__nav a:hover{color:var(--text)}.site-header__cta{font-family:var(--font-body)!important;font-weight:500!important;font-size:.82rem!important;color:#0c0c0f!important;background:var(--yellow)!important;padding:8px 20px!important;border-radius:8px!important;text-decoration:none!important}.site-header__cta:hover{background:var(--yellow2)!important;color:#0c0c0f!important}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px 40px 100px}.hero__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80vw;max-width:800px;height:60vh;background:radial-gradient(ellipse at center,rgba(240,224,64,.08) 0%,transparent 70%);pointer-events:none}.hero__inner{position:relative;max-width:1160px;margin:0 auto;width:100%}.hero__eyebrow{display:flex;align-items:center;gap:12px;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--yellow);margin-bottom:24px;opacity:1;animation:fadeUp .6s ease 0s both}.hero__eyebrow-line{display:inline-block;width:24px;height:2px;background:var(--yellow);flex-shrink:0}.hero__title{font-family:var(--font-display);font-weight:800;font-size:clamp(3.2rem,7vw,6.5rem);line-height:.95;letter-spacing:-.04em;color:var(--text);margin-bottom:24px;opacity:1;animation:fadeUp .6s ease .1s both}.hero__title-line{display:block}.hero__title-line--2 em{font-style:normal;color:var(--yellow)}.hero__body{font-family:var(--font-body);font-weight:300;font-size:1.05rem;line-height:1.7;color:var(--muted);max-width:540px;margin-bottom:32px;opacity:1;animation:fadeUp .6s ease .2s both}.hero__ctas{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:48px;opacity:1;animation:fadeUp .6s ease .3s both}.hero__stats{display:flex;flex-wrap:wrap;border-top:1px solid var(--border);padding-top:32px;gap:0;opacity:1;animation:fadeUp .6s ease .4s both}.hero__stat{flex:1;min-width:120px;padding:0 24px;border-right:1px solid var(--border)}.hero__stat:last-child{border-right:none}.hero__stat-num{display:block;font-family:var(--font-display);font-weight:800;font-size:2rem;letter-spacing:-.03em;color:var(--text)}.hero__stat-label{font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}@keyframes fadeUp{0%{transform:translateY(20px)}to{transform:translateY(0)}}.section{max-width:var(--max-width);margin:0 auto;padding:120px 40px;border-top:1px solid var(--border)}.section__eyebrow{display:flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:var(--yellow);margin-bottom:16px}.section__eyebrow-line{display:inline-block;width:18px;height:2px;background:var(--yellow);flex-shrink:0}.section__title{font-family:var(--font-display);font-weight:800;font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.04em;line-height:1.05;color:var(--text);margin-bottom:16px}.section__subtitle{font-family:var(--font-body);font-weight:300;font-size:1rem;color:var(--muted);max-width:480px;line-height:1.7;margin-bottom:64px}.section--problem .section__subtitle{margin-bottom:48px}.problem__grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border)}.problem__card{background:var(--surface);padding:36px 40px;border:none;transition:background .2s ease}.problem__card:hover{background:var(--surface2)}.problem__num{display:block;font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--yellow);margin-bottom:12px}.problem__card p{font-family:var(--font-body);font-weight:300;font-size:1rem;line-height:1.6;color:var(--text);margin:0}@media(max-width:640px){.problem__grid{grid-template-columns:1fr}}.how__cols{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.how__steps{display:flex;flex-direction:column}.how__step{display:flex;gap:28px;padding:32px 0;border-bottom:1px solid var(--border);align-items:flex-start}.how__step:last-child{border-bottom:none}.how__step-num{font-family:var(--font-display);font-weight:800;font-size:3.5rem;letter-spacing:-.06em;color:var(--faint);line-height:1;flex-shrink:0}.how__step:hover .how__step-num{color:var(--yellow)}.how__step-title{font-weight:700;font-size:1.1rem;letter-spacing:-.02em;color:var(--text)}.how__step div{font-family:var(--font-body);font-weight:300;font-size:.9rem;color:var(--muted);line-height:1.7}.how__preview{position:sticky;top:100px}.how-preview-card{background:var(--surface);border:1px solid var(--border2);border-radius:var(--radius);padding:20px 24px;font-family:var(--font-body)}.how-preview-card__dots{display:flex;gap:6px;margin-bottom:12px}.how-preview-card__dots span{width:8px;height:8px;border-radius:50%;background:var(--muted)}.how-preview-card__dots span:first-child{background:#ef4444}.how-preview-card__dots span:nth-child(2){background:var(--yellow)}.how-preview-card__dots span:nth-child(3){background:#22c55e}.how-preview-card__label{font-family:var(--font-mono);font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:16px}.how-preview-card__rows{display:flex;flex-direction:column;gap:10px}.how-preview-card__row{display:flex;align-items:center;gap:10px;font-size:.8rem;color:var(--text)}.how-preview-card__score{font-family:var(--font-mono);font-weight:500;width:24px;color:var(--yellow)}.how-preview-card__tag{margin-left:auto;font-family:var(--font-mono);font-size:.65rem;color:var(--muted);text-transform:uppercase}.how-preview-card__meta{font-family:var(--font-mono);font-size:.6rem;color:var(--muted);margin-top:16px;padding-top:12px;border-top:1px solid var(--border)}@media(max-width:900px){.how__cols{grid-template-columns:1fr}.how__preview{position:static}}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border)}.features__card{background:var(--surface);padding:40px 36px;transition:background .2s ease}.features__card:hover{background:var(--surface2)}.features__icon{display:inline-block;color:var(--yellow);margin-bottom:20px}.features__icon svg{display:block}.features__card-title{font-family:var(--font-display);font-weight:700;font-size:1.05rem;letter-spacing:-.025em;color:var(--text);margin-bottom:8px}.features__card p{font-family:var(--font-body);font-weight:300;font-size:.88rem;color:var(--muted);line-height:1.7;margin:0}@media(max-width:768px){.features__grid{grid-template-columns:1fr}}.screenshots__img{width:100%;max-width:960px;height:auto;border-radius:var(--radius-lg);border:1px solid var(--border2);box-shadow:0 8px 24px #00000040}.screenshots__placeholder{min-height:280px;background:var(--surface2);border:1px dashed var(--border2);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.95rem;font-family:var(--font-body)}.pricing__cols{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.pricing__single{display:flex;justify-content:center;margin-bottom:48px}.pricing__card{position:relative;background:var(--surface);border:1px solid var(--border2);border-radius:var(--radius-lg);padding:48px;overflow:hidden}.pricing__card--launch{max-width:420px;width:100%;text-align:center;border-color:var(--yellow);box-shadow:0 8px 32px #f0e04014}.pricing__card-bar{position:absolute;top:0;left:0;right:0;height:4px;background:var(--yellow)}.pricing__tier{font-family:var(--font-display);font-weight:800;font-size:1.5rem;letter-spacing:-.03em;color:var(--text);margin-bottom:8px}.pricing__price{font-family:var(--font-display);font-size:2.5rem;font-weight:800;color:var(--yellow);margin-bottom:4px;letter-spacing:-.03em}.pricing__price-label{font-family:var(--font-body);font-size:1rem;font-weight:400;color:var(--muted)}.pricing__original{font-family:var(--font-body);font-size:.9rem;color:var(--muted);text-decoration:line-through;margin-bottom:24px}.pricing__cadence{font-family:var(--font-body);font-weight:300;font-size:.9rem;color:var(--muted);margin-bottom:24px}.pricing__list{list-style:none;margin:0 0 24px;padding:0;text-align:left}.pricing__list li{font-family:var(--font-body);font-weight:300;font-size:.95rem;color:var(--text);padding:8px 0 8px 24px;position:relative}.pricing__list li:before{content:"✓";position:absolute;left:0;color:var(--yellow);font-weight:600}.pricing__trust{font-family:var(--font-display);font-weight:600;font-size:.95rem;color:var(--text);margin-bottom:20px}.pricing__cta{display:block;width:100%;text-align:center;margin-bottom:12px;font-size:1.1rem;padding:14px 28px}.pricing__urgency{font-family:var(--font-body);font-size:.8rem;color:var(--muted);margin:0;font-style:italic}.pricing__note{font-family:var(--font-body);font-size:.8rem;color:var(--muted);margin:0}.pricing__future{max-width:560px;margin:0 auto;text-align:center;padding-top:24px;border-top:1px solid var(--border)}.pricing__future-title{font-family:var(--font-display);font-weight:700;font-size:1rem;color:var(--text);margin-bottom:12px}.pricing__future-text{font-family:var(--font-body);font-weight:300;font-size:.9rem;color:var(--muted);margin-bottom:16px}.pricing__future-list{list-style:none;margin:0 0 16px;padding:0;display:inline-block;text-align:left}.pricing__future-list li{font-family:var(--font-body);font-weight:300;font-size:.85rem;color:var(--muted);padding:4px 0 4px 20px;position:relative}.pricing__future-list li:before{content:"•";position:absolute;left:6px;color:var(--yellow)}.pricing__future-note{font-family:var(--font-body);font-size:.85rem;color:var(--text);margin:0}.pricing__copy-title{font-family:var(--font-display);font-weight:700;font-size:1.1rem;color:var(--text);margin-bottom:12px}.pricing__copy p{font-family:var(--font-body);font-weight:300;font-size:.95rem;color:var(--muted);line-height:1.7;margin-bottom:20px}.pricing__checklist{list-style:none;margin:0;padding:0}.pricing__checklist li{font-family:var(--font-body);font-weight:300;font-size:.9rem;color:var(--muted);padding:6px 0;line-height:1.6}@media(max-width:900px){.pricing__cols{grid-template-columns:1fr}.pricing__card--launch{max-width:100%}}.section--faq .section__subtitle{margin-bottom:48px}.faq__list{max-width:680px;border-top:1px solid var(--border);padding:0;margin:0}.faq__item{padding:28px 0;border-bottom:1px solid var(--border)}.faq__item dt{font-family:var(--font-display);font-weight:700;font-size:1rem;letter-spacing:-.02em;color:var(--text);margin-bottom:8px}.faq__item dd{font-family:var(--font-body);font-weight:300;font-size:.9rem;color:var(--muted);line-height:1.75;margin:0}.section--trust{text-align:center}.section--trust .section__subtitle{max-width:560px;margin-left:auto;margin-right:auto}.cta-band{position:relative;max-width:var(--max-width);margin:0 auto;padding:72px 80px;border-radius:var(--radius-lg);overflow:hidden}.cta-band__bg{position:absolute;inset:0;background:var(--yellow);z-index:0}.cta-band__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.cta-band__inner:before{content:"ShortListed";position:absolute;right:10px;top:80%;transform:translateY(-50%);font-family:var(--font-display);font-weight:800;font-size:clamp(1rem,6vw,4rem);letter-spacing:-.04em;color:#0c0c0f14;pointer-events:none}.cta-band__title{font-family:var(--font-display);font-weight:800;font-size:clamp(1.75rem,3vw,2.5rem);letter-spacing:-.04em;color:#0c0c0f;margin:0}.cta-band__sub{font-family:var(--font-body);font-weight:300;font-size:1rem;color:#0c0c0fb3;margin:0}.cta-band__btn{background:#0c0c0f!important;color:var(--yellow)!important;font-weight:500;padding:12px 24px}.cta-band__btn:hover{background:#1a1a1f!important;color:var(--yellow2)!important}.site-footer{border-top:1px solid var(--border);padding:32px 40px;margin-top:0}.site-footer__inner{max-width:var(--max-width);margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.site-footer__brand{display:flex;flex-direction:column;gap:4px}.site-footer__logo{font-family:var(--font-display);font-weight:800;font-size:.88rem;letter-spacing:-.03em;color:var(--muted)}.site-footer__subline{font-family:var(--font-mono);font-size:.62rem;color:var(--muted);opacity:.8;margin:0}.site-footer__links{display:flex;gap:1.5rem}.site-footer__links a{font-family:var(--font-body);font-weight:300;font-size:.8rem;color:var(--muted);text-decoration:none}.site-footer__links a:hover{color:var(--text)}.checkout-page{padding:4rem 1.5rem;max-width:420px;margin:0 auto}.checkout-page__title{font-family:var(--font-display),sans-serif;font-weight:700;font-size:1.75rem;color:var(--text);margin-bottom:.5rem}.checkout-page__text{color:var(--muted);font-size:.95rem;margin-bottom:1.5rem;line-height:1.5}.checkout-page__text code{font-family:var(--font-mono),monospace;background:var(--surface2);padding:.1rem .35rem;border-radius:4px}.checkout-form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.checkout-form__input{padding:.75rem 1rem;background:var(--surface2);border:1px solid var(--border2);border-radius:var(--radius);font-family:var(--font-body),sans-serif;font-size:1rem;color:var(--text)}.checkout-form__input::placeholder{color:var(--muted)}.checkout-form__input:focus{outline:none;border-color:var(--yellow)}.checkout-page__error{color:var(--red, #ef4444);font-size:.9rem;margin-bottom:1rem}.checkout-page__cancel{font-size:.9rem;color:var(--muted)}.checkout-page__cancel a{color:var(--accent)}.success{padding:4rem 1.5rem;text-align:center}.success__title{font-family:var(--font-display),sans-serif;font-weight:700;font-size:2rem;color:var(--text);margin-bottom:1rem}.success__text{max-width:480px;margin:0 auto 2rem;color:var(--muted);line-height:1.6}.success__retrieve{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.success__input{padding:.75rem 1rem;font-size:1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);min-width:240px}.success__input:focus{outline:none;border-color:var(--yellow)}.success__error{color:#ef4444;margin-bottom:1rem}.success__license-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem 2rem;max-width:400px;margin:0 auto 2rem}.success__license-label{font-size:.85rem;color:var(--muted);margin-bottom:.5rem}.success__license-key{font-family:var(--font-mono),monospace;font-size:1.5rem;font-weight:700;color:var(--yellow);letter-spacing:.05em;margin-bottom:.5rem}.success__license-plan{font-size:.9rem;color:var(--text)}.success__steps{text-align:left;max-width:480px;margin:0 auto 2rem}.success__steps h2{font-family:var(--font-display),sans-serif;font-size:1.25rem;font-weight:600;color:var(--text);margin-bottom:1rem}.success__steps ol{padding-left:1.5rem;color:var(--muted);line-height:1.8}.success__steps li{margin-bottom:.5rem}.success__steps code{font-family:var(--font-mono),monospace;background:var(--surface);padding:.15rem .4rem;border-radius:var(--radius-xs);font-size:.9em;color:var(--yellow)}.success__manage{max-width:480px;margin:0 auto 2rem;font-size:.9rem;color:var(--muted)}.success__emailed{max-width:480px;margin:0 auto 1.5rem;color:var(--muted);font-size:.95rem}.success__emailed strong{color:var(--text)}.success__resend{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.5rem}.success__resend-success{color:#22c55e;font-size:.9rem}.btn--small{font-size:.85rem;padding:.5rem 1rem}.cancel-page{padding:4rem 1.5rem;text-align:center}.cancel-page__title{font-family:var(--font-display),sans-serif;font-weight:700;font-size:1.75rem;color:var(--text);margin-bottom:.75rem}.cancel-page__text{color:var(--muted);margin-bottom:1.5rem;max-width:360px;margin-left:auto;margin-right:auto}.cancel-page .btn{margin:0 .5rem .5rem 0}:root{--bg: #0c0c0f;--surface: #111116;--surface2: #16161e;--border: rgba(255,255,255,.07);--border2: rgba(255,255,255,.13);--text: #e0dfd8;--muted: #5c5c70;--faint: #1e1e28;--yellow: #f0e040;--yellow2: #e8d820;--radius: 10px;--radius-lg: 16px;--font-display: "Poppins", sans-serif;--font-body: "Poppins", sans-serif;--font-mono: "DM Mono", monospace;--max-width: 1160px;--accent: var(--yellow)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:15px;scroll-behavior:smooth}html,body,#root{min-height:100vh}#root{position:relative;z-index:1}body{font-family:var(--font-body);font-weight:300;line-height:1.5;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;position:relative}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;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)' opacity='0.04'/%3E%3C/svg%3E");opacity:.5}a{color:var(--yellow);text-decoration:none}a:hover{text-decoration:underline}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.btn{display:inline-block;padding:.75rem 1.5rem;font-family:var(--font-body);font-size:1rem;border-radius:var(--radius);cursor:pointer;border:none;transition:background .15s,color .15s}.btn--primary{background:var(--yellow);color:var(--bg);font-weight:500}.btn--primary:hover{background:var(--yellow2)}.btn--secondary{background:transparent;color:var(--text);border:1px solid var(--border2)}.btn--secondary:hover{background:var(--faint)}.btn--ghost{background:transparent;color:var(--text)}.btn--ghost:hover{background:var(--faint)}
