@import"https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@300;400;500;600&display=swap";:root{--bg:#fafaf7;--surface:#fff;--surface-soft:#f5eefc;--surface-soft-2:#f2ecf8;--text:#0a0a0b;--muted:#5f5b66;--muted-2:#8d8796;--line:rgba(17,17,19,.08);--brand:#7c3aed;--brand-2:#b04cff;--brand-3:#ff8a3d;--success:#00b67a;--success-soft:#dbf8ee;--blue-shadow:#3146ff;--shadow-sm:0 8px 24px rgba(33,23,55,.06);--shadow-md:0 18px 44px rgba(33,23,55,.08);--radius-xl:22px;--radius-lg:16px;--aligned-content-width:900px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}img{display:block;max-width:100%}a,button{font:inherit}a{color:inherit;text-decoration:none}.container{margin:0 auto;width:min(1120px,calc(100% - 32px))}.app-shell{min-height:100vh}.page{overflow:clip}[data-reveal]{--reveal-delay:0ms;filter:blur(8px);opacity:0;transform:translate3d(0,28px,0) scale(.985);transition:opacity .72s cubic-bezier(.22,1,.36,1) var(--reveal-delay),transform .72s cubic-bezier(.22,1,.36,1) var(--reveal-delay),filter .72s cubic-bezier(.22,1,.36,1) var(--reveal-delay);will-change:opacity,transform,filter}[data-reveal].is-visible{filter:blur(0);opacity:1;transform:translateZ(0) scale(1)}.section-space{padding:88px 0}.section-space-tight{padding:42px 0 28px}.section-space-top-small{padding-top:44px}.site-header{position:sticky;top:0;z-index:40}.site-header--exact{background:transparent}.site-header__backdrop{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fafaf7bf;border-bottom:1px solid rgba(17,17,19,.03);height:64px;inset:0 0 auto;pointer-events:none;position:absolute}.site-header__exact-frame{margin:0 auto;position:relative;width:min(1144px,calc(100% - 24px));z-index:1}.site-header__inner{align-items:center;display:flex;gap:20px;justify-content:space-between;min-height:64px}.site-header__inner--exact{min-height:64px;padding:0}.site-brand{align-items:center;display:inline-flex;font-size:14px;font-weight:600;gap:10px}.site-brand--exact{gap:11px}.site-brand__badge{background:linear-gradient(135deg,#7c3aed,#c026d3);border-radius:7px;box-shadow:0 6px 18px #7c3aed66;flex:0 0 auto;height:26px;position:relative;width:26px}.site-brand__badge-inner{border:1px solid hsla(0,0%,100%,.9);border-radius:2.5px;inset:6.5px;position:absolute}.site-brand__name{color:#0a0a0b;font-size:14px;font-weight:600;letter-spacing:-.01em;line-height:1}.site-brand__logo{height:22px;width:22px}.desktop-nav{align-items:center;color:#5c5863;display:flex;font-size:13px;gap:34px}.desktop-nav--exact{color:#52525b;font-size:12px;font-weight:500;gap:54px}.desktop-nav a,.mobile-nav a{position:relative;transition:color .16s ease}.desktop-nav a:after,.mobile-nav a:after{background:currentColor;bottom:-2px;content:"";height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .2s ease;width:100%}.desktop-nav a:hover:after,.mobile-nav a:hover:after{transform:scaleX(1)}.header-actions{align-items:center;display:flex;gap:12px}.header-actions--exact{gap:12px}.header-cta{align-items:center;background:linear-gradient(180deg,#8b5cf6,#7c3aed);border-radius:8px;box-shadow:0 10px 24px #7c3aed80,inset 0 0 0 1px #ffffff47;color:#fafaf7;display:inline-flex;font-size:12px;font-weight:600;gap:8px;height:36px;justify-content:center;letter-spacing:-.01em;min-width:151px;padding:0 15px;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.header-cta:hover{box-shadow:0 14px 28px #7c3aed8c,inset 0 0 0 1px #ffffff47;filter:brightness(1.08);transform:translateY(-1px)}.mobile-menu-button{background:var(--surface);border:1px solid var(--line);border-radius:999px;display:none;padding:10px 14px;transition:background .16s ease,border-color .16s ease}.mobile-menu-button:hover{background:#7c3aed0f;border-color:#7c3aed4d}.mobile-nav{background:#fafaf7f5;border-top:1px solid var(--line);display:none;padding:10px 16px 16px}.mobile-nav a{color:#5c5863;display:block;padding:10px 0}.primary-button{align-items:center;background:linear-gradient(135deg,#8d62f7,#8f43f9 48%,#b04cff);border:1px solid rgba(72,30,161,.2);border-radius:11px;box-shadow:0 6px 0 var(--blue-shadow);color:#fff;display:inline-flex;font-size:14px;font-weight:600;gap:10px;justify-content:center;padding:13px 22px;transition:transform .16s ease,filter .16s ease,box-shadow .16s ease}.primary-button:hover{box-shadow:0 8px 0 var(--blue-shadow);filter:brightness(1.08);transform:translateY(-2px)}.primary-button__arrow,.primary-button__label{position:relative;z-index:1}.primary-button--compact{border-radius:9px;box-shadow:none;font-size:12px;padding:9px 14px}.primary-button--hero{background:linear-gradient(180deg,#8b5cf6,#7c3aed);border:0;border-radius:12.5px;box-shadow:0 12.5px 30px #7c3aed80,0 0 0 1.25px #7c3aed66;font-size:16px;font-weight:600;gap:12px;isolation:isolate;line-height:1;min-height:60px;min-width:246.5px;padding:18px 22px;position:relative;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.primary-button--hero:hover{box-shadow:0 18px 36px #7c3aed8c,0 0 0 1.25px #7c3aed66;filter:brightness(1.08);transform:translateY(-2px)}.primary-button--hero:after{border-radius:inherit;box-shadow:inset 0 1.25px #ffffff47;content:"";inset:0;pointer-events:none;position:absolute}.primary-button--hero .primary-button__arrow{align-items:center;display:inline-flex;flex:0 0 auto;height:12px;justify-content:center;width:12px}.hero-shell{display:flex;justify-content:center}.hero-copy{text-align:center;width:100%}.section-title{font-size:clamp(2.4rem,7vw,4.8rem);font-weight:700;letter-spacing:-.06em;line-height:.95;margin:0}.hero-title{font-family:"Microsoft Sans Serif",Segoe UI,sans-serif;font-size:clamp(1.6rem,4.2vw,5.5rem);font-weight:400;letter-spacing:-2.2px;line-height:1.04;margin:0;margin-inline:auto;text-align:center;width:min(100%,914px)}.hero-title,.hero-title__line{display:block}.hero-title__line--lead{color:var(--text);white-space:nowrap}.hero-title__line--accent,.section-title span{background:linear-gradient(90deg,#7c3aed,#9a4dff 65%,#ff8a3d);-webkit-background-clip:text;background-clip:text;color:transparent;display:block}.hero-title__line--accent,.sr-only{white-space:nowrap}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.hero-video{background:#000;border-radius:12px;box-shadow:var(--shadow-md);display:block;margin:32px auto 0;overflow:hidden;position:relative;width:min(100%,680px)}.hero-video video{cursor:pointer;display:block;width:100%}.hero-video__play-btn{background:linear-gradient(135deg,#a855f7,#6d28d9);border:none;border-radius:999px;box-shadow:0 12px 28px #6d28d973;cursor:pointer;display:grid;height:56px;inset:50% auto auto 50%;place-items:center;position:absolute;transform:translate(-50%,-50%);transition:opacity .18s ease,transform .18s ease,box-shadow .16s ease;width:56px;z-index:2}.hero-video__play-btn:hover{box-shadow:0 16px 36px #6d28d98c;transform:translate(-50%,-50%) scale(1.08)}.hero-video__play-btn--hidden{opacity:0;pointer-events:none;transform:translate(-50%,-50%) scale(.92)}.hero-video__play-icon{color:#fff;font-size:20px;line-height:1;margin-left:3px}.hero-video__play-icon--pause{font-size:17px;margin-left:0}.hero-video__controls{background:linear-gradient(180deg,transparent,rgba(0,0,0,.72));display:flex;flex-direction:column;gap:10px;inset:auto 0 0;padding:16px;position:absolute;z-index:2}.hero-video__controls-row{align-items:center;display:flex;gap:10px;justify-content:flex-end}.hero-video__audio-group{align-items:center;display:flex;padding-left:100px;position:relative}.hero-video__fullscreen-btn,.hero-video__mute-btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000008c;border:none;border-radius:8px;color:#fff;cursor:pointer;display:grid;font-size:14px;height:36px;place-items:center;transition:background .16s ease;width:36px}.hero-video__fullscreen-btn:hover,.hero-video__mute-btn:hover{background:#000000bf}.hero-video__volume-wrap{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000b3;border-radius:12px;left:0;opacity:0;padding:10px 12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%) translate(-8px);transition:opacity .22s ease,transform .22s ease;width:88px}.hero-video__volume-wrap--visible{opacity:1;pointer-events:auto;transform:translateY(-50%) translate(0)}.hero-video__seek-slider,.hero-video__volume-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff59;border-radius:99px;cursor:pointer;height:4px;outline:none;width:100%}.hero-video__seek-slider::-webkit-slider-thumb,.hero-video__volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border-radius:50%;box-shadow:0 2px 6px #0006;height:14px;width:14px}.hero-video__seek-slider::-moz-range-thumb,.hero-video__volume-slider::-moz-range-thumb{background:#fff;border:0;border-radius:50%;box-shadow:0 2px 6px #0006;height:14px;width:14px}.hero-video__seek-slider:disabled{cursor:not-allowed;opacity:.55}.hero-video-description{color:var(--muted);font-family:Geist,sans-serif;font-size:18px;font-weight:400;letter-spacing:0;line-height:27.9px;margin:20px auto 0;max-width:560px;text-align:center}.cta-card .section-subtitle,.faq-item p,.footer-copy,.footer-legal p,.hero-description,.module-card p,.purple-card p,.section-subtitle,.stat-card__body,.support-copy-card p,.white-card p,.why-free__copy p{color:var(--muted);line-height:1.65;margin:0}.hero-under-video{margin:22px auto 0;position:relative;width:min(100%,683px)}.hero-under-video__panel{align-items:center;background:transparent;border:0;border-radius:0;box-shadow:none;display:flex;flex-wrap:wrap;gap:18px 22px;justify-content:center;padding:0}.hero-badges{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.hero-badge{align-items:center;background:var(--surface-soft);border:1px solid rgba(124,58,237,.12);border-radius:999px;display:inline-flex;font-size:12px;gap:8px;padding:8px 12px}.hero-badge strong{color:var(--text);font-weight:600}.hero-badge span{color:var(--muted);font-size:11px;letter-spacing:.02em;text-transform:uppercase}.hero-rating__meta{align-items:center;color:#0a0a0b;display:inline-flex;gap:8px}.hero-trustpilot-icon{flex:0 0 auto;height:20px;width:21px}.hero-trustpilot-label{color:#0a0a0b;font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:18px;font-weight:700;letter-spacing:0;line-height:39px}@media(max-width:560px){.hero-under-video__panel{align-items:stretch;flex-direction:column;text-align:center}.hero-badges{justify-content:center}}.hero-description{font-size:14px;margin:18px auto 0;max-width:620px}.hero-actions{display:flex;flex-wrap:wrap;gap:18px;margin-top:20px}.hero-actions,.hero-rating{align-items:center;justify-content:center}.hero-rating{display:inline-flex;flex-wrap:nowrap;font-size:14px;gap:10px}.hero-stars{display:inline-flex;gap:3px}.hero-star-icon{flex:0 0 auto;height:30px;width:30px}.band-label,.eyebrow,.mini-eyebrow{color:#b3adb8;font-size:11px;font-weight:700;letter-spacing:.18em;margin:0;text-transform:uppercase}.eyebrow,.mini-eyebrow{color:var(--brand)}.mini-eyebrow{font-size:10px}.band-label--centered{text-align:center}.eyebrow--why-dropshipping{font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:14px;font-weight:300;letter-spacing:1.38px;line-height:1.2;text-transform:uppercase}.partners-band{background:var(--surface-soft);border-bottom:1px solid rgba(17,17,19,.04);border-top:1px solid rgba(17,17,19,.04);margin-top:26px;padding:34px 0 28px}.partners-marquee{margin-top:18px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent);overflow:hidden;position:relative}.partners-track{animation:partners-scroll-left 24s linear infinite;display:flex;width:-moz-max-content;width:max-content;will-change:transform}.partners-sequence{align-items:center;display:flex;flex-shrink:0;gap:30px;padding-right:30px}.partner-logo{align-items:center;display:flex;height:68px;justify-content:center;min-width:var(--logo-width);width:var(--logo-width)}.partner-logo img{height:auto;max-height:var(--logo-height);max-width:100%;-o-object-fit:contain;object-fit:contain;width:auto}@keyframes partners-scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.center-block{text-align:center}.container.landing-wide-shell{max-width:none;width:min(1144px,calc(100% - 32px))}.narrow-left{max-width:890px}.section-title{font-size:clamp(2rem,5vw,3.6rem)}.section-subtitle--left,.section-title--left{max-width:690px}.section-title--why-dropshipping{font-family:"Microsoft Sans Serif","MS Sans Serif",Tahoma,Geneva,Verdana,sans-serif;font-size:52px;font-weight:400;letter-spacing:-1.04px;line-height:54.6px;margin-top:18px;max-width:840px}.section-title--why-dropshipping span{display:block}.section-subtitle{font-size:14px;margin:14px auto 0;max-width:640px}.section-subtitle--left{margin-left:0;margin-right:0}.section-subtitle--why-dropshipping{color:#4f4c57;font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:400;letter-spacing:0;line-height:26.35px;margin-top:28px;max-width:760px}.section-space--included{padding-bottom:36px}.included-shell{align-items:center;display:flex;flex-direction:column}.included-copy{text-align:right;width:100%}.eyebrow--included{font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:14px;font-weight:300;letter-spacing:1.38px;line-height:1.2;text-transform:uppercase}.section-title--included{font-family:"Microsoft Sans Serif","MS Sans Serif",Tahoma,Geneva,Verdana,sans-serif;font-size:52px;font-weight:400;letter-spacing:-1.04px;line-height:54.6px;margin:14px 0 0 auto;max-width:100%;text-align:right;width:100%}.section-title--included span{color:var(--brand);display:block;margin-top:2px}.section-subtitle--included{color:#52525b;font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:400;letter-spacing:0;line-height:26.35px;margin:16px 0 0 auto;max-width:760px;text-align:right;width:min(100%,760px)}.included-cards-grid{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:28px;width:100%}.included-card--purple{background:linear-gradient(135deg,#7c3aed,#8f43f9);border:1px solid hsla(0,0%,100%,.14);border-radius:14px;box-shadow:0 18px 40px #7c3aed29;color:#fff;min-height:170px;padding:22px 24px 20px}.included-card__head{align-items:center;display:flex;justify-content:flex-start}.included-card__icon-box{line-height:0}.included-card__icon-box,.included-card__icon-svg{display:block;height:36px;width:36px}.included-card h3{color:#fff;font-size:14px;font-weight:700;line-height:1.35;margin:18px 0 0}.included-card h3,.included-card p{font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.included-card p{color:#ffffffdb;font-size:13px;line-height:1.45;margin:10px 0 0}.why-dropshipping-shell{max-width:none;width:min(1144px,calc(100% - 32px))}.why-grid{align-items:stretch;display:grid;gap:16px;grid-template-columns:repeat(6,minmax(0,1fr));margin-top:44px}.why-card{background:#fff;border:1px solid rgba(17,17,19,.08);border-radius:14px;box-shadow:0 1px 2px #11111308;display:flex;flex-direction:column;gap:14px;margin:0;min-height:198px;padding:28px 28px 26px}.why-card--wide{grid-column:span 3}.why-card--small{grid-column:span 2}.why-card h3{color:var(--text);font-size:17px;font-weight:600;letter-spacing:-.01em}.why-card h3,.why-card p{font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}.why-card p{color:var(--muted);font-size:14px;line-height:1.55}.why-icon{background:linear-gradient(135deg,#a78bfa2e,#f0abfc1a);border:1px solid rgba(124,58,237,.2);border-radius:9px;color:var(--brand);display:grid;height:36px;place-items:center;width:36px}@media(max-width:900px){.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-card--small,.why-card--wide{grid-column:span 2}}@media(max-width:560px){.why-grid{grid-template-columns:1fr}.why-card--small,.why-card--wide{grid-column:span 1}}.store-grid{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:28px}.purple-card{background:linear-gradient(135deg,#7c3aed,#8f43f9);box-shadow:0 18px 40px #7c3aed2e;color:#fff;min-height:158px;padding:20px}.purple-card__icon{background:#ffffff24;border-radius:8px;display:grid;font-size:13px;height:24px;place-items:center;width:24px}.eyebrow--pricing{font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:14px;font-weight:300;letter-spacing:1.38px;line-height:1.2;text-transform:uppercase}.pricing-title{margin:0 auto;max-width:var(--aligned-content-width)}.pricing-title--worth{font-family:"Microsoft Sans Serif","MS Sans Serif",Tahoma,Geneva,Verdana,sans-serif;font-size:52px;font-weight:400;letter-spacing:-1.04px;line-height:54.6px;text-align:center}.pricing-title--worth span{background:none;-webkit-background-clip:border-box;background-clip:border-box;color:#7c3aed;display:block;-webkit-text-fill-color:#7c3aed}.section-subtitle--pricing{color:#52525b;font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:400;letter-spacing:0;line-height:26.35px;margin:16px auto 0;max-width:760px;text-align:center}.pricing-board{background:#fff;border:1px solid rgba(17,17,19,.08);border-radius:18px;box-shadow:0 8px 24px #2117370a;margin:28px auto 0;overflow:hidden;width:100%}.pricing-row{align-items:center;border-bottom:1px solid rgba(17,17,19,.08);display:flex;gap:24px;justify-content:space-between;min-height:56px;opacity:0;padding:16px 22px;transform:translate3d(0,16px,0);transition:opacity .52s cubic-bezier(.22,1,.36,1) var(--reveal-row-delay,0s),transform .52s cubic-bezier(.22,1,.36,1) var(--reveal-row-delay,0s)}.pricing-row__left{align-items:center;color:#282631;display:inline-flex;gap:14px;min-width:0}.pricing-check-icon{flex:0 0 18px;height:18px;width:18px}.pricing-check-icon svg{display:block;height:18px;width:18px}.pricing-row__label{color:#1f1f23;font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:24px}.pricing-row__price{color:#52525b;flex:0 0 auto;font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:13.5px;font-weight:400;letter-spacing:-.14px;line-height:20.93px;text-align:right}.pricing-summary{align-items:center;background:linear-gradient(90deg,#6d28d9,#8b5cf6 48%,#d946ef);color:#fff;display:grid;gap:16px;grid-template-columns:1fr auto 1fr;opacity:0;padding:18px 22px;transform:translate3d(0,18px,0);transition:opacity .56s cubic-bezier(.22,1,.36,1) .32s,transform .56s cubic-bezier(.22,1,.36,1) .32s}.pricing-summary__left{font-size:18px;font-weight:400;line-height:1.2;text-align:left}.pricing-summary__cta,.pricing-summary__left{font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.pricing-summary__cta{align-items:center;background:#fffffff5;border:1px solid hsla(0,0%,100%,.5);border-radius:10px;box-shadow:inset 0 1px #ffffff3d;color:#6d28d9;cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;justify-content:center;line-height:1;min-height:40px;padding:10px 18px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;white-space:nowrap}.pricing-summary__cta:hover{box-shadow:0 10px 22px #ffffff2e;transform:translateY(-1px)}.pricing-summary__cta:focus-visible{outline:2px solid hsla(0,0%,100%,.88);outline-offset:2px}.pricing-summary__right{align-items:flex-end;display:flex;flex-direction:column;gap:6px;line-height:1;text-align:right}.pricing-summary__current{display:block;font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:400;line-height:1}.pricing-summary__old-price{display:block;font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:18px;font-weight:300;letter-spacing:-.22px;line-height:1;opacity:.95;text-align:right;text-decoration:line-through;text-decoration-thickness:1px}.pricing-board.is-visible .pricing-row,.pricing-board.is-visible .pricing-summary{opacity:1;transform:translateZ(0)}.modules-grid{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:28px;width:100%}.module-card{background:#fff;border:1px solid rgba(17,17,19,.08);border-radius:12px;box-shadow:0 1px 1px #11111305,0 1px 2px #1111130a;min-height:152px;padding:24px}.module-card .module-card__eyebrow{color:#7c3aed;font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:11px;font-weight:400;letter-spacing:.88px;line-height:17px;margin-bottom:16px}.module-card h3{color:#0a0a0b;font-size:15.5px;font-weight:500;letter-spacing:-.16px;line-height:24px;margin:0}.module-card .module-card__copy,.module-card h3{font-family:Geist,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.module-card .module-card__copy{color:#52525b;font-size:13.5px;font-weight:400;line-height:20.25px;margin-top:8px}.why-free{display:grid;gap:34px}.eyebrow--why-free{font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:14px;font-weight:300;letter-spacing:1.38px;line-height:1.2;text-align:center;text-transform:uppercase}.why-free__header,.why-free__title{text-align:center}.why-free__title{font-family:"Microsoft Sans Serif","MS Sans Serif",Tahoma,Geneva,Verdana,sans-serif;font-size:52px;font-weight:400;letter-spacing:-1.04px;line-height:54.6px;margin:18px auto 0;max-width:720px}.why-free__title .why-free__title-accent,.why-free__title .why-free__title-main{background:none;-webkit-background-clip:border-box;background-clip:border-box;display:block;-webkit-text-fill-color:currentColor}.why-free__title .why-free__title-main{color:#0f0f11}.why-free__title .why-free__title-accent{color:#7c3aed}.why-free__title .why-free__title-accent--inline{white-space:nowrap}.why-free__body{align-items:start;display:grid;gap:40px;grid-template-columns:minmax(0,1.1fr) minmax(320px,366px)}.why-free__copy{display:grid;gap:18px;max-width:620px}.why-free__copy p{color:#52525b;font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:400;letter-spacing:0;line-height:26.35px}.why-free__copy strong{color:#111;font-weight:700}.founder-image-card{background:transparent;border-radius:16px;justify-self:end;overflow:hidden;padding:0;width:min(100%,366px)}.founder-image-card img{aspect-ratio:1/1;border-radius:16px;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.stats-shell{max-width:none}.stats-shell__header{margin-left:auto;max-width:640px;text-align:right}.eyebrow--stats{font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:14px;font-weight:300;letter-spacing:1.38px;line-height:1.2;text-align:right;text-transform:uppercase}.section-title--stats{font-family:"Microsoft Sans Serif","MS Sans Serif",Tahoma,Geneva,Verdana,sans-serif;font-size:52px;font-weight:400;letter-spacing:-1.04px;line-height:54.6px;margin-top:14px;text-align:right}.section-title--stats span{background:none;-webkit-background-clip:initial;background-clip:initial;color:#7c3aed;display:inline}.section-subtitle--stats{color:#52525b;font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:400;letter-spacing:0;line-height:26.35px;margin:12px 0 0 auto;max-width:none;text-align:right;white-space:nowrap}.stats-grid{align-items:start;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:56px;width:100%}.stats-column{display:flex;flex-direction:column;gap:12px}.stat-card{background:#fff;border:1px solid rgba(17,17,19,.08);border-radius:12px;box-shadow:0 1px #11111305,0 1px 2px #1111130a;padding:16px 16px 15px;text-align:left}.stat-card__head{gap:10px}.stat-card__head,.stat-card__meta{align-items:flex-start;display:flex;text-align:left}.stat-card__meta{flex-direction:column}.stat-card__meta strong{color:#18181b;display:block;font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13.5px;font-weight:500;letter-spacing:0;line-height:20.93px}.stat-card__meta p{color:#a1a1aa;font-size:11px;line-height:17px;margin:1px 0 0}.avatar-dot,.stat-card__meta p{font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-weight:400;letter-spacing:0}.avatar-dot{border-radius:999px;color:#fff;display:grid;flex:0 0 auto;font-size:10px;height:28px;line-height:1;place-items:center;width:28px}.avatar-dot--od{background:linear-gradient(135deg,#a855f7,#7c3aed)}.avatar-dot--ia{background:linear-gradient(135deg,#f59e0b,#fb7185)}.avatar-dot--um{background:linear-gradient(135deg,#3b82f6,#14b8a6)}.avatar-dot--ab{background:linear-gradient(135deg,#60a5fa,#6366f1)}.avatar-dot--ph{background:linear-gradient(135deg,#ec4899,#8b5cf6)}.avatar-dot--fh{background:linear-gradient(135deg,#84cc16,#f59e0b)}.avatar-dot--rt{background:linear-gradient(135deg,#818cf8,#6366f1)}.avatar-dot--sw{background:linear-gradient(135deg,#14b8a6,#38bdf8)}.avatar-dot--as{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.stat-card__body{color:#27272a;font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:21.7px;margin-top:11px;text-align:left}.stat-card__metric{background:#f4eff8;border-radius:8px;margin-top:13px;padding:11px 12px 9px}.stat-card__metric-top{align-items:center;display:flex;gap:12px;justify-content:space-between}.stat-card__metric-top span{color:#a1a1aa;display:block;font-size:10.5px;letter-spacing:.63px;line-height:16.27px;text-transform:uppercase}.stat-card__metric-top em,.stat-card__metric-top span{font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-weight:400}.stat-card__metric-top em{color:#059669;font-size:11px;font-style:normal;letter-spacing:0;line-height:17px}.stat-card__metric strong{color:#18181b;display:block;font-family:"Microsoft Sans Serif","MS Sans Serif",Tahoma,Geneva,Verdana,sans-serif;font-size:22px;font-weight:400;letter-spacing:-.33px;line-height:34.1px;margin-top:2px}.support-shell{max-width:none}.support-header{max-width:760px}.eyebrow--support{font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:14px;font-weight:300;letter-spacing:1.38px;line-height:1.2;text-transform:uppercase}.section-title--support{font-family:"Microsoft Sans Serif","MS Sans Serif",Tahoma,Geneva,Verdana,sans-serif;font-size:52px;font-weight:400;letter-spacing:-1.04px;line-height:54.6px;margin-top:18px}.section-title--support span{background:none;-webkit-background-clip:initial;background-clip:initial;color:#7c3aed;display:inline}.section-subtitle--support{color:#52525b;font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:400;letter-spacing:0;line-height:26.35px;margin-top:14px;max-width:760px}.support-stack{display:grid;gap:22px;margin-top:28px}.support-row{align-items:center;background:#fff;border:1px solid rgba(17,17,19,.08);border-radius:18px;box-shadow:0 1px 2px #11111305,0 1px 3px #1111130a;display:grid;gap:60px;padding:46px 70px}.support-row,.support-row--onboarding,.support-row--weekly{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.support-row--reverse .support-copy-card{order:2}.support-row--reverse .support-ui-card{order:1}.support-copy-card{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;min-height:0;padding:0}.support-row--weekly .support-copy-card{padding-left:0}.support-row--onboarding .support-copy-card{padding-right:0}.support-copy-card h3{color:#0a0a0b;font-family:"Microsoft Sans Serif","MS Sans Serif",Tahoma,Geneva,Verdana,sans-serif;font-size:30px;font-weight:400;letter-spacing:-.45px;line-height:33px;margin:18px 0;max-width:none}.support-row--weekly .support-copy-card h3{max-width:480px}.support-row--onboarding .support-copy-card h3{max-width:460px}.support-row--community .support-copy-card h3,.support-row--support .support-copy-card h3{max-width:430px}.support-copy-card p{color:#52525b;font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:24px;margin:0;max-width:480px;text-align:left;white-space:pre-line}.support-mini-eyebrow{color:#a1a1aa;font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:11px;font-style:normal;font-weight:400;letter-spacing:1.32px;line-height:17px;text-transform:uppercase}.support-ui-card{align-items:stretch;display:flex;min-height:0;width:100%}.support-row--reverse .support-ui-card,.support-ui-card{justify-content:stretch}.support-row--onboarding .support-ui-card{justify-content:flex-start}.support-ui-stage{background:#f9f4fd;border:1px solid rgba(17,17,19,.08);border-radius:14px;min-height:355px;overflow:hidden;position:relative;width:100%}.support-ui-stage:before{background:radial-gradient(141.42% 141.42% at 100% 0,#a78bfa38 0,#a78bfa00 55%);border-radius:13px;content:"";inset:1px;pointer-events:none;position:absolute}.support-row--community .support-ui-stage,.support-row--onboarding .support-ui-stage,.support-row--support .support-ui-stage,.support-row--weekly .support-ui-stage{background:#f9f4fd;min-height:355px;width:100%}.support-row--onboarding .support-ui-stage:before{background:radial-gradient(141.42% 141.42% at 100% 0,#a78bfa38 0,#a78bfa00 55%)}.support-ui-stage--community,.support-ui-stage--onboarding,.support-ui-stage--support,.support-ui-stage--weekly{display:block;padding:21px 24px}.support-row--onboarding .support-ui-stage{background:#f4eefb;height:353.68px;min-height:353.68px;padding:0;width:min(100%,471.33px)}.support-mock{position:relative;z-index:1}.support-onboarding-card,.support-weekly-card{background:transparent;border:0;border-radius:0;box-shadow:none}.support-weekly-card{max-width:none;padding:0;position:relative;width:100%;z-index:1}.support-weekly-card__header{align-items:center;border-bottom:1px solid rgba(17,17,19,.08);display:flex;gap:12px;justify-content:space-between;margin-bottom:0;padding-bottom:14px}.support-weekly-card__header strong{color:#0a0a0b;font-family:Geist,Inter,sans-serif;font-size:13px;font-weight:500;line-height:20.15px}.support-weekly-card__nav{display:inline-flex;gap:6px}.support-weekly-card__nav button,.support-weekly-card__nav span{align-items:center;background:#fff;border:1px solid rgba(17,17,19,.08);border-radius:4px;color:#52525b;display:inline-flex;font-size:12px;height:22px;justify-content:center;line-height:1;transition:background .14s ease,border-color .14s ease;width:22px}.support-weekly-card__nav button:hover{background:#f4f0fe;border-color:#7c3aed40;color:#7c3aed}.support-weekly-list{display:grid}.support-weekly-item{align-items:center;border-top:1px solid rgba(17,17,19,.08);display:grid;gap:14px;grid-template-columns:64px minmax(0,1fr) auto;padding:14px 0}.support-weekly-item:first-child{border-top:0}.support-weekly-date{color:#a1a1aa;font-family:Geist Mono,SFMono-Regular,Consolas,monospace;font-size:10.5px;font-weight:400;line-height:16.27px;text-transform:uppercase}.support-weekly-name{color:#0a0a0b;font-family:Geist,Inter,sans-serif;font-size:12px;font-weight:400;line-height:18.6px}.support-pill{align-items:center;border-radius:999px;display:inline-flex;font-family:Geist Mono,SFMono-Regular,Consolas,monospace;font-size:9.5px;font-weight:400;justify-content:center;line-height:14.73px;padding:3px 10px;white-space:nowrap}.support-pill--live{background:#0596691f;color:#059669}.support-pill--time{background:#7c3aed1f;color:#7c3aed}.support-mock--onboarding{position:relative;z-index:1}.support-onboarding-frame{margin:14px 0 0 13px;max-width:100%;width:444px}.support-onboarding-card{background:#fff;border:1px solid rgba(17,17,19,.08);border-radius:12px;box-shadow:0 1px 1px #11111305,0 1px 2px #1111130a;max-width:100%;min-height:236.61px;padding:21px 19px 18px;position:relative;width:439.333px;z-index:1}.support-onboarding-card__top{align-items:center;display:flex;gap:14px;min-height:39px;width:100%}.support-onboarding-card__avatar{background:linear-gradient(135deg,#f59e0b,#ec4899);border-radius:999px;flex:0 0 32px;height:32px;width:32px}.support-onboarding-card__top strong{color:#0a0a0b;display:block;font-family:Geist,Inter,sans-serif;font-size:13px;font-weight:500;line-height:20.15px}.support-onboarding-card__top p{align-items:center;color:#a1a1aa;display:flex;font-family:Geist Mono,SFMono-Regular,Consolas,monospace;font-size:10.5px;font-weight:400;gap:8px;letter-spacing:0;line-height:16.27px;margin:2px 0 0;text-transform:uppercase}.support-onboarding-list{display:grid;gap:6.4px;list-style:none;margin:17px 0 12px;padding:0}.support-onboarding-list li{align-items:center;color:#52525b;display:grid;font-family:Geist,Inter,sans-serif;font-size:12.5px;font-weight:400;gap:10px;grid-template-columns:14px minmax(0,1fr);line-height:19.38px;min-height:20px}.support-check{align-items:center;display:inline-flex;height:14px;justify-content:center;width:14px}.support-check svg{display:block;height:14px;width:14px}.support-onboarding-card button{background:#0a0a0b;border:0;border-radius:7px;color:#fafaf7;cursor:pointer;font-family:Geist,Inter,sans-serif;font-size:12px;font-weight:500;line-height:18px;margin-top:14px;min-height:36px;padding:9px 14px;transition:background .16s ease,transform .16s ease;width:100%}.support-onboarding-card button:hover{background:#2a2a2e;transform:translateY(-1px)}.support-onboarding-card button span{margin-left:4px}.support-row--community .support-ui-card,.support-row--support .support-ui-card{justify-content:flex-start}.support-ui-stage--community{background:#f4eefb;min-height:300px;padding:16px;width:min(100%,400px)}.support-ui-stage--support{background:#f4eefb;min-height:298px;padding:16px;width:min(100%,399px)}.support-mock--community,.support-mock--support{position:relative;z-index:1}.support-community-stage{display:flex;flex-direction:column;gap:10px}.support-community-avatars{align-items:center;display:flex;padding:2px 0 4px}.support-community-avatar,.support-community-badge{border:2px solid #f4f4f0;border-radius:999px;box-sizing:border-box;height:36px;margin-left:-8px;width:36px}.support-community-avatar:first-child,.support-community-badge:first-child{margin-left:0}.support-community-avatar--one{background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.support-community-avatar--two{background:linear-gradient(135deg,#10b981,#3b82f6)}.support-community-avatar--three{background:linear-gradient(135deg,#f59e0b,#ec4899)}.support-community-avatar--four{background:linear-gradient(135deg,#ec4899,#8b5cf6)}.support-community-badge{align-items:center;background:#fff;color:#52525b;display:inline-flex;font-family:Geist,Inter,sans-serif;font-size:11px;font-weight:500;justify-content:center;line-height:1}.support-community-card{background:#fff;border:1px solid rgba(17,17,19,.08);border-radius:10px;box-shadow:0 1px 1px #11111305,0 1px 2px #1111130a;padding:12px 13px 13px}.support-community-card--compact{padding-bottom:12px}.support-community-card__meta{align-items:center;display:flex;gap:8px;margin-bottom:7px}.support-community-card__meta strong{color:#0a0a0b;font-family:Geist,Inter,sans-serif;font-size:13px;font-weight:500;line-height:20px}.support-community-card__meta span{color:#a1a1aa;font-family:Geist Mono,SFMono-Regular,Consolas,monospace;font-size:10px;font-weight:400;line-height:15px}.support-community-card p{color:#52525b;font-family:Geist,Inter,sans-serif;font-size:12.5px;font-weight:400;line-height:19px;margin:0;white-space:normal}.support-community-card em{color:#059669;font-style:normal}.support-chat-stage{display:flex;flex-direction:column;gap:8px;justify-content:flex-start;min-height:298px;padding-bottom:28px;position:relative}.support-chat-bubble{border-radius:12px;box-shadow:0 1px 1px #11111305,0 1px 2px #1111130a;font-family:Geist,Inter,sans-serif;font-size:12.5px;font-weight:400;line-height:19px;max-width:309px;padding:13px 15px}.support-chat-bubble--incoming{align-self:flex-start;background:#fff;border:1px solid rgba(17,17,19,.08);color:#18181b}.support-chat-bubble--outgoing{align-self:flex-end;background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fafaf7}.support-chat-bubble--small{max-width:230px;padding-bottom:8px;padding-top:8px}.support-chat-bubble--end{max-width:218px}.support-chat-status{bottom:2px;color:#059669!important;font-family:Geist Mono,SFMono-Regular,Consolas,monospace!important;font-size:11px!important;font-weight:400;left:0;letter-spacing:0!important;line-height:17px!important;margin:0;position:absolute;white-space:normal!important}.faq-shell{max-width:980px}.faq-heading{margin:0 auto;text-align:center;width:min(100%,726px)}.eyebrow--faq{color:#7c3aed;font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:14px;font-weight:400;letter-spacing:1.38px;line-height:1.2;text-align:center;text-transform:uppercase}.section-title--faq{color:#0a0a0b;font-family:"Microsoft Sans Serif",Arial,Helvetica,sans-serif;font-size:52px;font-weight:400;letter-spacing:-1.04px;line-height:54.6px;margin-top:10px;text-align:center}.section-title--faq .section-title--faq-accent,.section-title--faq .section-title--faq-main{background:none;-webkit-background-clip:initial;background-clip:initial;color:inherit;display:inline}.section-title--faq .section-title--faq-accent{color:#7c3aed}.faq-list{display:grid;gap:0;margin-top:36px;text-align:left}.faq-item{border-bottom:1px solid rgba(17,17,19,.08)}.faq-item:first-child{border-top:1px solid rgba(17,17,19,.08)}.faq-item__summary{align-items:center;background:transparent;border:0;cursor:pointer;display:flex;gap:16px;justify-content:space-between;list-style:none;min-height:68px;padding:18px 0;text-align:left;transition:opacity .16s ease;width:100%}.faq-item__summary:hover{opacity:.8}.faq-item__summary::-webkit-details-marker{display:none}.faq-item__question{color:#0a0a0b;flex:1;font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:400;letter-spacing:0;line-height:26.35px;min-width:0;transition:color .24s ease}.faq-item__summary:hover .faq-item__question{color:#5b21b6}.faq-item__icon{align-items:center;display:inline-flex;flex:0 0 34px;height:34px;justify-content:center;position:relative;width:34px}.faq-item__icon-svg{display:block;flex:0 0 auto;inset:50% auto auto 50%;position:absolute;transform:translate(-50%,-50%) scale(.96);transform-origin:center;transition:opacity .22s ease,transform .28s cubic-bezier(.22,1,.36,1)}.faq-item__icon-svg--closed{opacity:1;transform:translate(-50%,-50%) scale(1)}.faq-item__icon-svg--closed.faq-item__icon-svg--hidden,.faq-item__icon-svg--open{opacity:0;transform:translate(-50%,-50%) scale(.9)}.faq-item__icon-svg--open.faq-item__icon-svg--visible{opacity:1;transform:translate(-50%,-50%) scale(1)}.faq-item__content{display:grid;grid-template-rows:0fr;opacity:0;overflow:hidden;transition:grid-template-rows .32s cubic-bezier(.22,1,.36,1),opacity .28s ease}.faq-item__content--open{grid-template-rows:1fr;opacity:1}.faq-item__answer{min-height:0;overflow:hidden;padding:0 44px 20px 0}.faq-item__answer p{color:#52525b;font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;letter-spacing:0;line-height:24px;margin:0}@media(max-width:1023px){.section-title--faq{font-size:44px;letter-spacing:-.88px;line-height:48px}}@media(max-width:767px){.section-title--faq{font-size:36px;letter-spacing:-.72px;line-height:40px}.section-title--faq .section-title--faq-accent,.section-title--faq .section-title--faq-main{display:block}.faq-item__summary{align-items:flex-start;min-height:60px;padding:16px 0}.faq-item__question{font-size:16px;line-height:24px}.faq-item__answer{padding:0}.faq-item__content--open .faq-item__answer{padding-bottom:18px}}.cta-section{padding-bottom:96px}.cta-card,.cta-section{overflow:hidden;position:relative}.cta-card{align-items:center;display:flex;flex-direction:column;gap:18px;isolation:isolate;justify-content:center;max-width:1020px;min-height:547px;padding:96px 24px 110px;text-align:center}.cta-card:after,.cta-card:before{content:"";filter:blur(30px);height:600px;inset:auto;pointer-events:none;position:absolute;width:900px;z-index:-1}.cta-card:before{background:radial-gradient(circle,#f0abfc33 0,#f0abfc00 55%);left:60px;top:-26px}.cta-card:after{background:radial-gradient(circle,#a78bfa40 0,#a78bfa00 55%);right:60px;top:-26px}.eyebrow--cta{color:#7c3aed;font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:14px;letter-spacing:1.38px;text-transform:uppercase}.cta-card__title,.eyebrow--cta{font-weight:400;line-height:1.2}.cta-card__title{font-family:"Microsoft Sans Serif","MS Sans Serif",Tahoma,Geneva,Verdana,sans-serif;font-size:clamp(3rem,4.45vw,64px);letter-spacing:-1.6px;max-width:980px;text-align:center}.cta-card__title span{background:none;-webkit-background-clip:initial;background-clip:initial;color:#7c3aed;display:inline}.cta-card__subtitle{font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:400;letter-spacing:0;line-height:26.35px;margin-top:2px;max-width:760px;text-align:center}.primary-button--cta{background:linear-gradient(180deg,#8b5cf6,#7c3aed);border-radius:10px;box-shadow:0 10px 24px #7c3aed80,0 0 0 1px #7c3aed66,inset 0 1px #ffffff47;font-size:13px;height:48px;letter-spacing:0;line-height:1;min-height:48px;min-width:241px;padding:10.88px 22px 11.12px;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;white-space:nowrap;width:241px}.primary-button--cta:hover{box-shadow:0 16px 30px #7c3aed8c,0 0 0 1px #7c3aed66,inset 0 1px #ffffff47;filter:brightness(1.08);transform:translateY(-2px)}@media(max-width:767px){.cta-section{padding-bottom:72px}.cta-card{min-height:auto;padding:74px 20px 84px}.cta-card:after,.cta-card:before{height:420px;width:520px}.cta-card:before{left:-120px;top:-10px}.cta-card:after{right:-120px;top:-10px}.primary-button--cta{line-height:1.2;max-width:100%;min-width:0;text-align:center;white-space:normal;width:100%}}.footer-finish{background:#f3ecf7;border-top:1px solid rgba(17,17,19,.05);padding:36px 0 24px}.footer-finish__grid{display:grid;gap:32px;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}.footer-brand{font-size:18px;font-weight:800}.footer-finish__brand p{color:var(--muted);line-height:1.7}.footer-finish__links{display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr))}.footer-finish__links h4{color:var(--muted-2);font-size:13px;letter-spacing:.14em;margin:0 0 12px;text-transform:uppercase}.footer-finish__links a{color:#59555f;display:block;margin-bottom:10px;transition:color .16s ease}.footer-finish__links a:hover{color:var(--text)}.footer-legal{border-top:1px solid rgba(17,17,19,.06);margin-top:28px;padding-top:18px}.footer-legal p{color:var(--muted-2);font-size:12px}.modal-backdrop{background:#0a0a0ba8;display:grid;inset:0;padding:20px;place-items:center;position:fixed;z-index:60}.modal-card{background:#fff;border-radius:24px;padding:24px;width:min(920px,100%)}.modal-card__header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:16px}.modal-card__header h3{margin:0}.modal-card__header p{color:var(--muted);margin:8px 0 0}.modal-close{background:#f2f0f6;border:0;border-radius:999px;font-size:22px;height:40px;width:40px}.modal-preview{border-radius:18px;width:100%}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-finish__grid,.why-free__body{grid-template-columns:1fr}.founder-image-card{justify-self:center}}@media(max-width:1100px){.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.section-title--why-dropshipping,.why-free__title{font-size:42px;letter-spacing:-.84px;line-height:1.05}.white-card{min-height:0}}@media(max-width:900px){.eyebrow--pricing,.eyebrow--why-dropshipping,.eyebrow--why-free{font-size:13px;letter-spacing:1.12px}.pricing-title--worth,.section-title--why-dropshipping{font-size:36px;letter-spacing:-.72px;line-height:1.04}.section-subtitle--pricing,.section-subtitle--why-dropshipping{font-size:16px;line-height:1.5}.desktop-nav,.header-cta{display:none}.mobile-menu-button,.mobile-nav{display:block}.footer-finish__links,.modules-grid,.pricing-summary,.store-grid,.support-row,.why-grid--svg{grid-template-columns:1fr}.why-card-svg--small,.why-card-svg--wide{grid-column:span 1}.support-row--reverse .support-copy-card,.support-row--reverse .support-ui-card{order:0}.pricing-summary__left,.pricing-summary__right{text-align:center}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.partners-sequence{gap:24px;padding-right:24px}.partner-logo{height:60px}.hero-title__line--accent,.hero-title__line--lead{white-space:normal}}@media(max-width:640px){.container{width:min(100% - 22px,1120px)}.section-space{padding:64px 0}.section-space-tight{padding-top:28px}.section-title{font-size:2.4rem}.hero-title__line--accent,.hero-title__line--lead{white-space:normal}.why-free__title{font-size:36px;letter-spacing:-.72px;line-height:1.08}.why-free__copy p{font-size:16px;line-height:24px}.hero-video{width:100%}.pricing-board,.pricing-title,.section-subtitle--pricing{margin-left:auto;margin-right:auto;width:min(390px,calc(100% - 38px))}.pricing-title--worth{font-size:31px;letter-spacing:-.62px;line-height:1.04}.section-subtitle--pricing{font-size:16px;line-height:1.55;margin-top:18px}.pricing-board{border-radius:16px;margin-top:24px}.pricing-row{align-items:flex-start;flex-direction:row;gap:12px;min-height:0;padding:16px 22px}.pricing-row__left{align-items:flex-start;flex:1 1 auto;gap:12px;justify-content:flex-start;text-align:left;width:100%}.pricing-check-icon{margin-top:3px}.pricing-row__label{display:block;font-size:13px;line-height:1.55;text-align:left;width:100%}.pricing-row__price{font-size:13px;line-height:1.55;padding-top:1px;white-space:nowrap}.pricing-summary{gap:12px;padding:16px 18px}.pricing-summary__left,.pricing-summary__right{width:100%}.pricing-summary__right{align-items:center}.stats-grid{grid-template-columns:1fr}.partners-track{animation-duration:20s}.partners-sequence{gap:20px;padding-right:20px}.partner-logo{height:56px}.footer-finish__links{grid-template-columns:1fr 1fr}}@media(prefers-reduced-motion:reduce){.partners-track{animation:none}[data-reveal]{filter:none;opacity:1;transform:none}.faq-item__content,.pricing-row,.pricing-summary,[data-reveal]{transition:none}}@media(max-width:980px){.included-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-title--included{font-size:44px;line-height:48px}}@media(max-width:760px){.included-copy,.section-subtitle--included,.section-title--included{text-align:left}.section-title--included{font-size:36px;letter-spacing:-.03em;line-height:40px}.section-subtitle--included{margin-left:0;max-width:100%;width:100%}.included-cards-grid{grid-template-columns:1fr}}@media(max-width:980px){.section-title--stats,.section-title--support{font-size:44px;line-height:47px}.section-subtitle--stats{white-space:normal}.stats-grid{gap:14px;grid-template-columns:1fr}}@media(max-width:640px){.section-title--stats,.section-title--support{font-size:36px;letter-spacing:-.03em;line-height:40px}.section-subtitle--stats{white-space:normal}.stat-card{padding:14px}.stats-grid{margin-top:36px}}@media(max-width:960px){.support-row,.support-row--reverse{gap:28px;grid-template-columns:1fr;padding:28px}.support-row--reverse .support-copy-card,.support-row--reverse .support-ui-card{order:0}.support-copy-card{min-height:auto}.support-copy-card h3{font-size:26px;line-height:30px}.support-row--community .support-ui-stage,.support-row--onboarding .support-ui-stage,.support-row--support .support-ui-stage,.support-row--weekly .support-ui-stage,.support-ui-stage{min-height:300px}}@media(max-width:640px){.support-header{max-width:100%;text-align:center}.section-subtitle--support,.section-title--support{margin-left:auto;margin-right:auto;text-align:center}.section-title--support{font-size:34px;letter-spacing:-.03em;line-height:38px;margin-top:14px}.section-subtitle--support{font-size:15px;line-height:1.55;margin-top:12px;max-width:294px}.included-shell.container,.why-dropshipping-shell.container{width:min(390px,calc(100% - 38px))}.included-copy{text-align:left}.included-card--purple{background:#7c3aed;border:1px solid hsla(0,0%,100%,.14);border-radius:16px;box-shadow:0 18px 40px #7c3aed29;color:#fff;min-height:132px;padding:20px 20px 18px}.included-card h3{color:#fff;font-size:14px;line-height:1.35;margin:16px 0 0}.included-card p{color:#ffffffdb;font-size:13px;line-height:1.55;margin:10px 0 0}.why-dropshipping-shell{width:auto}.section-subtitle--why-dropshipping,.section-title--why-dropshipping{max-width:100%}.why-grid{gap:12px;grid-template-columns:1fr;margin-top:26px}.why-card--small,.why-card--wide{grid-column:span 1}.why-card{background:#fff;border:1px solid rgba(17,17,19,.08);border-radius:16px;box-shadow:0 1px 2px #11111308;color:var(--text);gap:12px;min-height:132px;padding:20px 20px 18px}.why-card h3{color:var(--text);font-size:14px;line-height:1.35}.why-card p{color:var(--muted);font-size:13px;line-height:1.55}.why-card .why-icon{background:linear-gradient(135deg,#a78bfa2e,#f0abfc1a);border-color:#7c3aed33;color:var(--brand)}.support-shell.container{width:min(390px,calc(100% - 38px))}.support-stack{gap:18px;margin-top:26px}.support-row,.support-row--reverse{border-radius:18px;gap:18px;padding:34px 20px 20px}.support-copy-card h3{font-size:22px;letter-spacing:-.02em;line-height:1.22;margin:12px 0 14px;max-width:100%}.support-copy-card p{font-size:14px;line-height:1.65;max-width:100%}.support-row--community .support-ui-stage,.support-row--onboarding .support-ui-stage,.support-row--support .support-ui-stage,.support-row--weekly .support-ui-stage,.support-ui-stage{min-height:0;width:100%}.support-ui-stage--community,.support-ui-stage--onboarding,.support-ui-stage--support,.support-ui-stage--weekly{padding:14px}.support-ui-stage--community,.support-ui-stage--onboarding,.support-ui-stage--support{background:#f4eefb}.support-row--onboarding .support-ui-stage{height:auto}.support-chat-bubble,.support-onboarding-card,.support-weekly-card{max-width:100%}.support-weekly-card__header{justify-content:flex-start;padding-bottom:12px}.support-weekly-card__header strong{font-size:12px;line-height:18px}.support-weekly-card__nav{gap:5px}.support-weekly-card__nav button,.support-weekly-card__nav span{align-items:center;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#fff;border:1px solid rgba(17,17,19,.08);border-radius:4px;box-shadow:none;color:#52525b;display:inline-flex;font-size:12px;height:20px;justify-content:center;line-height:1;padding:0;width:20px}.support-weekly-item{gap:8px;grid-template-columns:44px minmax(0,1fr) auto;padding:12px 0}.support-weekly-date{font-size:9.5px;line-height:1.5}.support-weekly-name{font-size:10.75px;line-height:1.5}.support-pill{font-size:8px;line-height:13px;padding:2px 7px}.support-onboarding-frame{margin:0;width:100%}.support-onboarding-card{min-height:0;padding:16px;width:100%}.support-onboarding-card__top{gap:12px;min-height:0}.support-onboarding-card__top strong{font-size:12px;line-height:18px}.support-onboarding-card__top p{font-size:9.5px;gap:6px;line-height:1.5}.support-onboarding-list{gap:6px;margin:14px 0 10px}.support-onboarding-list li{font-size:11.5px;line-height:1.55}.support-onboarding-card button{font-size:11.5px;margin-top:12px;min-height:34px;padding:8px 12px}.support-community-stage{gap:8px}.support-community-avatar,.support-community-badge{height:32px;width:32px}.support-community-badge{font-size:10px}.support-community-card{padding:11px 12px 12px}.support-community-card__meta strong{font-size:12px;line-height:18px}.support-community-card__meta span{font-size:9.5px;line-height:14px}.support-chat-bubble,.support-community-card p{font-size:11.5px;line-height:1.55}.support-chat-stage{min-height:0;padding-bottom:24px}.support-chat-status{font-size:10px!important;line-height:15px!important}}.site-footer{background:#f9f4fd;border-top:1px solid rgba(17,17,19,.08);margin-top:56px;width:100%}.site-footer__inner{display:flex;flex-direction:column;gap:0;padding-bottom:28px;padding-top:72px}.site-footer__top{align-items:start;display:grid;gap:72px;grid-template-columns:minmax(0,240px) minmax(0,1fr);padding-bottom:56px}.site-footer__intro{display:flex;flex-direction:column;gap:18px;max-width:239px}.site-footer__eyebrow{color:#0a0a0b;display:inline-block;font-family:Geist Mono,monospace;font-size:20px;font-weight:400;line-height:22.4px;margin:0}.site-footer__tagline{color:#52525b;font-family:Geist,sans-serif;font-size:14px;font-weight:400;line-height:22.4px;margin:0}.site-footer__columns{display:grid;gap:42px;grid-template-columns:repeat(3,minmax(0,1fr))}.site-footer__column{display:flex;flex-direction:column;gap:12px}.site-footer__column-title{color:#a1a1aa;font-family:Geist Mono,monospace;font-size:11px;font-weight:500;letter-spacing:1.32px;line-height:17px;margin:0;text-transform:uppercase}.site-footer__list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.site-footer__list a{color:#52525b;font-family:Geist,sans-serif;font-size:14px;font-weight:400;line-height:21.7px;transition:opacity .16s ease,color .16s ease}.site-footer__bottom-links a:hover,.site-footer__list a:hover{color:#7c3aed;opacity:1}.site-footer__legal{border-top:1px solid rgba(17,17,19,.08);color:#a1a1aa;font-family:Geist,sans-serif;font-size:14px;font-weight:400;line-height:150%;margin:0;opacity:1;padding:28px 0 0;text-align:center}.site-footer__bottom{align-items:center;display:flex;gap:18px;justify-content:space-between;padding-top:28px}.site-footer__copyright{color:#a1a1aa;font-family:Geist Mono,monospace;font-size:13px;font-weight:400;line-height:17.83px;margin:0}.site-footer__bottom-links{display:flex;flex-wrap:wrap;gap:18px;justify-content:flex-end;list-style:none;margin:0;padding:0}.site-footer__bottom-links a{color:#a1a1aa;font-family:Geist Mono,monospace;font-size:13px;font-weight:400;line-height:17.83px;opacity:1;transition:opacity .16s ease,color .16s ease}@media(max-width:960px){.site-footer__top{gap:40px;grid-template-columns:1fr;padding-bottom:40px}.site-footer__columns{gap:28px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.site-footer{margin-top:40px}.site-footer__inner{padding-bottom:22px;padding-top:48px}.site-footer__intro{gap:14px;max-width:none}.site-footer__eyebrow{font-size:18px;line-height:20px}.site-footer__columns{align-items:start;gap:22px 28px;grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__column:first-child{grid-column:2;grid-row:1}.site-footer__column:nth-child(2){grid-column:1;grid-row:1}.site-footer__top{gap:32px}.site-footer__bottom{align-items:flex-start;flex-direction:column}.site-footer__bottom-links{gap:14px;justify-content:flex-start}.site-footer__legal{text-align:left}}.legal-page{padding:32px 0 80px}.legal-page__inner{max-width:760px}.legal-page__updated{color:var(--muted);font-size:13px;margin:8px 0 32px}.legal-page section{margin-top:32px}.legal-page h2{color:var(--text);font-size:20px;font-weight:600;margin:0 0 10px}.legal-page p{color:var(--muted);font-size:15px;line-height:1.7;margin:0}.header-cta{border:0;cursor:pointer;font-family:inherit}.signup-modal-backdrop{background:#0a0a0bb8;display:grid;inset:0;padding:24px;place-items:center;position:fixed;z-index:80}.signup-modal{background:#f7f6f2;border-radius:28px;box-shadow:0 32px 90px #0a0a0b47;max-height:calc(100vh - 48px);overflow:auto;width:min(622px,100%)}.signup-modal__body{padding:34px 24px 22px}.signup-modal__heading{display:grid;gap:4px;text-align:center}.signup-modal__title{font-family:"Microsoft Sans Serif","MS Sans Serif",Tahoma,Geneva,Verdana,sans-serif;font-size:48px;font-weight:400;letter-spacing:-2.2px;line-height:120%;margin:0;text-align:center;vertical-align:middle}.signup-modal__title--lead{color:#0a0a0b}.signup-modal__title--accent{background:linear-gradient(95.81deg,#7c3aed,#c026d3 60%,#d97706);-webkit-background-clip:text;background-clip:text;color:transparent}.signup-modal__form{display:grid;gap:10px;margin-top:34px}.signup-field{background:#fafafa;border:1px solid rgba(17,17,19,.08);border-radius:7px;display:grid;gap:6px;padding:12px 24px 11px}.signup-field__label{color:#71717a;font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:11px;letter-spacing:0;line-height:1.1}.signup-field input{background:transparent;border:0;color:#0a0a0b;font-family:Geist,Inter,system-ui,sans-serif;font-size:13px;font-weight:500;line-height:1.4;outline:none;padding:0;width:100%}.signup-field input::-moz-placeholder{color:#0a0a0b;opacity:1}.signup-field input::placeholder{color:#0a0a0b;opacity:1}.signup-modal__submit{background:linear-gradient(180deg,#a47af8,#9062f5);border:0;border-radius:8px;box-shadow:0 14px 34px #7c3aed3d;color:#fff;margin-top:44px}.signup-modal__back,.signup-modal__submit{align-items:center;cursor:pointer;display:inline-flex;font-family:Geist,Inter,system-ui,sans-serif;font-size:17px;font-weight:500;gap:12px;justify-content:center;line-height:1;min-height:50px;width:100%}.signup-modal__back{background:#fafafa;border:1px solid rgba(17,17,19,.08);border-radius:8px;color:#52525b;margin-top:16px}@media(max-width:767px){.signup-modal-backdrop{padding:12px}.signup-modal{border-radius:20px;max-height:calc(100vh - 24px);width:min(100%,574px)}.signup-modal__body{padding:22px 16px 16px}.signup-modal__title{font-size:clamp(32px,10vw,48px);letter-spacing:-1.8px;line-height:1.12}.signup-modal__form{margin-top:24px}.signup-field{padding-inline:16px}.signup-modal__submit{margin-top:24px}}.signup-page{display:flex;justify-content:center;min-height:calc(100vh - 64px);padding:48px 16px 72px}.signup-page__shell{width:min(100%,574px)}.signup-page__heading{display:grid;gap:5px;justify-items:center}.signup-page__title{font-family:"Microsoft Sans Serif","MS Sans Serif",Tahoma,Geneva,Verdana,sans-serif;font-size:48px;font-weight:400;letter-spacing:-2.2px;line-height:120%;margin:0;text-align:center;vertical-align:middle;width:100%}.signup-page__title--lead{color:#0a0a0b}.signup-page__title--accent{background:linear-gradient(95.81deg,#7c3aed,#c026d3 60%,#d97706);-webkit-background-clip:text;background-clip:text;color:transparent}.signup-page__form{display:grid;gap:10px;margin-top:82px}.signup-page__field{background:#fafafa;border:1px solid rgba(17,17,19,.08);border-radius:7px;display:grid;gap:5px;margin:0 auto;min-height:58px;padding:11px 25px;width:min(401.3333435058594px,100%)}.signup-page__field input,.signup-page__field-label{color:#1b1b1b;font-family:Geist,Inter,system-ui,sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:100%}.signup-page__field input{background:transparent;border:0;outline:none;padding:0;width:100%}.signup-page__field input::-moz-placeholder{color:#4c4c4c;opacity:.6}.signup-page__field input::placeholder{color:#4c4c4c;opacity:.6}.signup-page__back,.signup-page__submit{align-items:center;border-radius:8px;display:inline-flex;font-family:Geist,Inter,system-ui,sans-serif;font-size:17px;font-weight:500;gap:12px;justify-content:center;justify-self:center;line-height:1;margin:0 auto;min-height:58px;transition:transform .16s ease,filter .16s ease,box-shadow .16s ease;width:min(401.3333435058594px,100%)}.signup-page__submit:hover{box-shadow:0 20px 40px #7c3aed52;filter:brightness(1.08);transform:translateY(-2px)}.signup-page__back:hover{background:#f0f0f0;border-color:#1111132e;transform:translateY(-1px)}.signup-page__field--error{background:#fff5f5;border-color:#ef4444}.signup-page__field-error{display:block;font-size:12px;font-weight:400;margin-top:2px}.signup-page__field-error,.signup-page__server-error{color:#ef4444;font-family:Geist,Inter,system-ui,sans-serif}.signup-page__server-error{font-size:13px;justify-self:center;margin:0 auto;text-align:center;width:min(401.3333435058594px,100%)}.signup-page__submit:disabled{cursor:not-allowed;filter:none;opacity:.65;transform:none}.signup-page__success{align-items:center;background:#f0fdf4;border:1px solid #86efac;border-radius:12px;display:flex;flex-direction:column;gap:16px;margin:48px auto 0;padding:32px 24px;text-align:center;width:min(401.3333435058594px,100%)}.signup-page__success-icon{background:#22c55e;border-radius:50%;color:#fff;display:grid;font-size:22px;height:48px;place-items:center;width:48px}.signup-page__success p{color:#166534;font-family:Geist,Inter,system-ui,sans-serif;font-size:17px;font-weight:500;margin:0}.signup-page__submit{background:linear-gradient(180deg,#a47af8,#9062f5);border:0;box-shadow:0 14px 34px #7c3aed3d;color:#fff;cursor:pointer;margin-top:44px}.signup-page__back{background:#fafafa;border:1px solid rgba(17,17,19,.08);color:#52525b;margin-top:16px}@media(max-width:767px){.signup-page{padding-bottom:56px;padding-top:32px}.signup-page__title{font-size:clamp(34px,9vw,48px);letter-spacing:-1.8px}.signup-page__form{margin-top:48px}.signup-page__back,.signup-page__field,.signup-page__submit{width:100%}.signup-page__field{padding-inline:18px}.signup-page__submit{margin-top:28px}}.legal-page--terms{padding:32px 0 104px}.legal-page__inner--terms{max-width:692px;width:min(692px,100%)}.terms-hero{display:grid;gap:16px;justify-items:center;margin-bottom:28px;text-align:center}.terms-callout__eyebrow,.terms-contact-card__label,.terms-hero__eyebrow,.terms-section__eyebrow{font-family:Geist Mono,monospace;margin:0;text-transform:uppercase}.terms-hero__eyebrow{color:#7c3aed;font-size:11.5px;letter-spacing:1.38px;line-height:17.83px}.terms-hero__title{color:#0a0a0b;font-family:"Microsoft Sans Serif",Segoe UI,Arial,sans-serif;font-size:76px;font-weight:400;letter-spacing:-1.9px;line-height:74.48px;margin:0;max-width:747px;white-space:nowrap}.terms-hero__title-main{color:#0a0a0b}.terms-hero__title-accent{background:linear-gradient(.294turn,#7c3aed,#c026d3 60%,#d97706);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.terms-hero__meta{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.terms-meta-chip{align-items:center;background:#fff;border:1px solid rgba(17,17,19,.14);border-radius:999px;box-shadow:0 1px 1px #11111305,0 1px 2px #1111130a;color:#52525b;display:inline-flex;font-family:Geist Mono,monospace;font-size:12.5px;gap:9px;letter-spacing:.13px;line-height:19.38px;min-height:34px;padding:0 14px}.terms-meta-chip__dot{background:#059669;border-radius:50%;box-shadow:0 0 0 8px #05966929;height:6px;width:6px}.terms-intro-card{background:#fff;border:1px solid rgba(17,17,19,.08);border-radius:12px;box-shadow:0 1px 1px #11111305,0 1px 2px #1111130a;margin-bottom:56px;overflow:hidden;padding:26px 30px 26px 32px;position:relative}.terms-intro-card__rail{background:linear-gradient(180deg,#7c3aed,#c026d3);inset:0 auto 0 0;position:absolute;width:6px}.terms-intro-card p{color:#52525b;font-family:Geist,sans-serif;font-size:15px;line-height:24.75px;margin:0}.terms-section{margin-bottom:52px}.terms-section__eyebrow{color:#7c3aed;font-family:Geist Mono,monospace;font-size:11.5px;font-style:normal;font-weight:400;letter-spacing:1.38px;line-height:17.83px;margin-bottom:14px;text-transform:uppercase;vertical-align:middle}.terms-section__title{color:#0a0a0b;font-family:"Microsoft Sans Serif",Segoe UI,Arial,sans-serif;font-size:38px;font-weight:400;letter-spacing:-.76px;line-height:41.8px;margin:0 0 18px}.terms-section__title-accent{color:#0a0a0b}.terms-section__copy{display:grid;gap:14px}.terms-section__copy p{font-size:15.5px;line-height:26.35px}.terms-callout__body,.terms-section__copy p{color:#52525b;font-family:Geist,sans-serif;margin:0}.terms-callout__body{font-size:14.5px;font-weight:400;letter-spacing:0;line-height:23.93px;max-width:615px;vertical-align:middle}.terms-contact-card a,.terms-section__copy a{color:#7c3aed;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.terms-callout__body strong,.terms-section__copy strong{color:#0a0a0b;font-weight:700}.terms-bullets strong{color:#0a0a0b;font-family:Geist,sans-serif;font-size:15.5px;font-weight:500;letter-spacing:0;line-height:25.58px}.terms-bullets{display:grid;gap:10px;list-style:none;margin:16px 0 0;padding:0}.terms-bullets li{color:#52525b;font-family:Geist,sans-serif;font-size:15.5px;line-height:26.35px;padding-left:22px;position:relative}.terms-bullets li:before{background:#7c3aed;border-radius:50%;content:"";height:6px;left:4px;position:absolute;top:10px;width:6px}.terms-callout{background:#f9f4fde6;border:1px solid rgba(124,58,237,.28);border-radius:14px;margin-top:18px;padding:22px 24px}.terms-callout__eyebrow{color:#d97706;display:block;font-family:Geist Mono,monospace;font-size:10.5px;font-weight:400;height:18px;letter-spacing:1.26px;line-height:17.33px;margin:0 0 10px;text-transform:uppercase;vertical-align:middle;width:67px}.terms-callout--plain{background:transparent;border:0;border-radius:0;margin-top:18px;padding:0}.terms-callout--plain .terms-callout__eyebrow{display:none}.terms-contact-card{background:#f9f4fdcc;border:1px solid rgba(17,17,19,.08);border-radius:16px;margin-top:18px;overflow:hidden}.terms-contact-card__row{align-items:center;display:grid;gap:10px;grid-template-columns:74px minmax(0,1fr);padding:19px 28px}.terms-contact-card__row+.terms-contact-card__row{border-top:1px solid rgba(17,17,19,.08)}.terms-contact-card__label{color:#a1a1aa;font-size:12px;letter-spacing:.96px;line-height:18px}.terms-privacy-cta{align-items:center;background:#f9f4fdcc;border:1px dashed hsla(240,5%,65%,.5);border-radius:16px;display:flex;gap:22px;justify-content:space-between;margin-top:12px;padding:26px 28px}.terms-privacy-cta__copy{display:grid;gap:8px}.terms-privacy-cta__kicker{color:#0a0a0b;font-family:Times New Roman,Georgia,serif;font-size:18px;font-style:italic;line-height:1.2;margin:0}.terms-privacy-cta__text{color:#52525b;font-family:Geist,sans-serif;font-size:15px;line-height:24px;margin:0}.terms-privacy-cta__button{align-items:center;background:#fff;border:1px solid rgba(17,17,19,.14);border-radius:10px;box-shadow:0 1px 1px #11111305,0 1px 2px #1111130a;color:#0a0a0b;display:inline-flex;flex:0 0 auto;gap:10px;min-height:40px;padding:0 18px;transition:background .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}.terms-privacy-cta__button:hover{background:#f4f0fe;border-color:#7c3aed4d;box-shadow:0 4px 12px #7c3aed1f,0 1px 2px #1111130a;color:#7c3aed;transform:translateY(-1px)}@media(max-width:900px){.legal-page--terms{padding:24px 0 84px}.terms-hero__title{font-size:58px;line-height:.98}}@media(max-width:680px){.legal-page__inner--terms{width:min(680px,calc(100% - 24px))}.terms-hero{gap:14px;margin-bottom:22px}.terms-hero__title{font-size:42px;letter-spacing:-1.4px;line-height:1.02;white-space:normal}.terms-hero__meta{gap:10px}.terms-meta-chip{font-size:11.5px;line-height:18px}.terms-intro-card{padding:22px 20px 22px 24px}.terms-intro-card,.terms-section{margin-bottom:42px}.terms-section__title{font-size:31px;letter-spacing:-.6px;line-height:1.08}.terms-bullets li,.terms-section__copy p{font-size:14.5px;line-height:24px}.terms-callout__body{font-size:14.5px;line-height:23.93px}.terms-bullets strong{font-size:15.5px;line-height:25.58px}.terms-contact-card__row{gap:6px;grid-template-columns:1fr;padding:17px 20px}.terms-privacy-cta{align-items:flex-start;flex-direction:column;padding:22px 20px}.terms-privacy-cta__button{justify-content:center;width:100%}}
