*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:#f9fafb;color:#1a2e35;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}:root{--brand:#028090;--brand-dark:#025f6b;--mint:#00d4aa;--mint-dim:rgba(0,212,170,.12);--mint-border:rgba(0,212,170,.3);--gold:#d4920a;--gold-dim:rgba(212,146,10,.15);--hero-bg:#0d1f25;--hero-mid:#132a32;--white:#fff;--text:#1a2e35;--muted:#64748b;--subtle:#94a3b8;--border:#e2e8f0;--surface:#f1f5f9;--success:#1d9e75;--error:#e24b4a}.display{font-family:Fraunces,serif;font-optical-sizing:auto}.container{max-width:1160px;margin:0 auto;padding:0 24px}.container-narrow{max-width:760px;margin:0 auto;padding:0 24px}nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(13,31,37,.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:.5px solid hsla(0,0%,100%,.06);height:60px}.nav-inner,nav{display:flex;align-items:center}.nav-inner{max-width:1160px;margin:0 auto;padding:0 24px;width:100%;justify-content:space-between}.nav-logo{gap:10px;font-size:16px;font-weight:600;color:#fff;letter-spacing:-.01em}.nav-logo,.nav-logo-mark{display:flex;align-items:center}.nav-logo-mark{width:32px;height:32px;border-radius:8px;background:var(--brand);justify-content:center}.nav-logo-mark svg{width:16px;height:16px;fill:#fff}.nav-links{display:flex;align-items:center;gap:6px}.nav-link{font-size:13px;color:hsla(0,0%,100%,.65);padding:6px 12px;border-radius:6px;transition:color .15s}.nav-link:hover{color:#fff}.nav-cta{font-size:13px;font-weight:500;color:var(--hero-bg);background:var(--mint);padding:8px 18px;border-radius:99px;transition:opacity .15s}.nav-cta:hover{opacity:.88}.hero{background:var(--hero-bg);padding:140px 24px 100px;position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center}.hero:before{content:"";inset:0;background-image:linear-gradient(rgba(0,212,170,.04) 1px,transparent 0),linear-gradient(90deg,rgba(0,212,170,.04) 1px,transparent 0);background-size:48px 48px}.hero-glow,.hero:before{position:absolute;pointer-events:none}.hero-glow{top:-200px;left:50%;transform:translateX(-50%);width:900px;height:700px;background:radial-gradient(ellipse at center,rgba(2,128,144,.18) 0,transparent 65%)}.hero-inner{max-width:1160px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 420px;grid-gap:64px;gap:64px;align-items:center;position:relative;z-index:1}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:var(--mint);letter-spacing:.08em;text-transform:uppercase;background:var(--mint-dim);border:.5px solid var(--mint-border);padding:5px 14px;border-radius:99px;margin-bottom:24px}.hero-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--mint);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.hero-headline{font-family:Fraunces,serif;font-size:clamp(42px,5.5vw,72px);font-weight:800;line-height:1.04;letter-spacing:-.02em;color:#fff;margin-bottom:24px}.hero-headline em{font-style:normal;color:var(--mint)}.hero-subhead{font-size:17px;line-height:1.7;color:hsla(0,0%,100%,.62);max-width:520px;margin-bottom:40px}.hero-subhead strong{color:hsla(0,0%,100%,.9);font-weight:500}.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.btn-hero-primary{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:500;color:var(--hero-bg);background:var(--mint);padding:14px 28px;border-radius:99px;transition:transform .15s,opacity .15s}.btn-hero-primary:hover{transform:translateY(-1px);opacity:.92}.btn-hero-primary svg{width:16px;height:16px}.btn-hero-ghost{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:500;color:hsla(0,0%,100%,.8);border:.5px solid hsla(0,0%,100%,.2);padding:14px 28px;border-radius:99px;transition:border-color .15s,color .15s}.btn-hero-ghost:hover{border-color:hsla(0,0%,100%,.45);color:#fff}.hero-social-proof{margin-top:44px;display:flex;align-items:center;gap:20px}.hero-cities{display:flex;gap:6px;flex-wrap:wrap}.city-chip{font-size:11px;font-weight:500;padding:3px 10px;border-radius:99px;background:hsla(0,0%,100%,.07);border:.5px solid hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.55)}.city-chip.live{background:var(--mint-dim);border-color:var(--mint-border);color:var(--mint)}.hero-sp-divider{width:.5px;height:28px;background:hsla(0,0%,100%,.12)}.hero-sp-text{font-size:12px;color:hsla(0,0%,100%,.4);line-height:1.6}.hero-sp-text strong{color:hsla(0,0%,100%,.7);font-weight:500}.demo-card{background:#132a32;border:.5px solid hsla(0,0%,100%,.1);border-radius:20px;overflow:hidden;box-shadow:0 32px 80px rgba(0,0,0,.45),0 0 0 .5px rgba(0,212,170,.08)}.demo-card-header{padding:20px 20px 0;display:flex;align-items:flex-start;justify-content:space-between}.demo-product-name{font-size:15px;font-weight:500;color:#fff;margin-bottom:3px}.demo-vendor{font-size:12px;color:hsla(0,0%,100%,.45)}.demo-price-block{text-align:right}.demo-price-current{font-family:DM Mono,monospace;font-size:26px;font-weight:400;color:var(--mint);transition:all .4s ease;display:block}.demo-price-rrp{font-family:DM Mono,monospace;font-size:13px;color:hsla(0,0%,100%,.3);text-decoration:line-through}.demo-bar-wrap{padding:16px 20px 6px}.demo-bar-track{height:7px;background:hsla(0,0%,100%,.07);overflow:visible}.demo-bar-fill,.demo-bar-track{border-radius:4px;position:relative}.demo-bar-fill{height:100%;background:var(--mint);transition:width .6s cubic-bezier(.34,1.56,.64,1)}.demo-bar-fill:after{content:"";position:absolute;right:-2px;top:50%;transform:translateY(-50%);width:13px;height:13px;border-radius:50%;background:var(--mint);box-shadow:0 0 12px rgba(0,212,170,.7)}.demo-bar-labels{display:flex;justify-content:space-between;margin-top:8px;font-size:10px;color:hsla(0,0%,100%,.25);font-family:DM Mono,monospace}.demo-bar-labels span.active{color:var(--mint)}.demo-tier-row{padding:0 20px 14px;display:flex;align-items:center;justify-content:space-between}.demo-tier-badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:500;padding:4px 12px;border-radius:99px;transition:all .4s ease}.demo-tier-badge.t1{background:rgba(148,163,184,.1);color:hsla(0,0%,100%,.45);border:.5px solid hsla(0,0%,100%,.1)}.demo-tier-badge.t2{background:rgba(186,117,23,.15);color:#fcd34d;border:.5px solid rgba(252,211,77,.25)}.demo-tier-badge.t3{background:rgba(2,128,144,.2);color:var(--mint);border:.5px solid var(--mint-border)}.demo-tier-badge.t4{background:rgba(0,212,170,.2);color:var(--mint);border:.5px solid rgba(0,212,170,.5);box-shadow:0 0 14px rgba(0,212,170,.2)}.demo-next{font-size:11px;color:hsla(0,0%,100%,.35)}.demo-next span{color:var(--mint);font-weight:500}.demo-buyers{padding:0 20px 20px;gap:0}.buyer-av,.demo-buyers{display:flex;align-items:center}.buyer-av{width:28px;height:28px;border-radius:50%;justify-content:center;font-size:10px;font-weight:500;color:#fff;border:2px solid #132a32;margin-right:-6px;transition:all .3s ease;flex-shrink:0}.buyer-av.new-buyer{animation:popIn .35s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes popIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.demo-buyers-label{margin-left:16px;font-size:12px;color:hsla(0,0%,100%,.45);font-family:DM Mono,monospace}.demo-buyers-label strong{color:hsla(0,0%,100%,.8)}.demo-footer{border-top:.5px solid hsla(0,0%,100%,.06);padding:12px 20px;justify-content:space-between}.demo-footer,.demo-time{display:flex;align-items:center}.demo-time{font-size:11px;color:hsla(0,0%,100%,.3);gap:5px}.demo-time-dot{width:5px;height:5px;border-radius:50%;background:var(--mint);animation:pulse 2s infinite}.demo-join-btn{font-size:12px;font-weight:500;color:var(--hero-bg);background:var(--mint);padding:7px 18px;border-radius:99px;transition:opacity .15s}.section-how{padding:100px 24px;background:#fff}.section-eyebrow{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--brand);margin-bottom:12px}.section-title{font-family:Fraunces,serif;font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--text);margin-bottom:16px}.section-sub{font-size:16px;line-height:1.7;color:var(--muted);max-width:520px}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2px;gap:2px;margin-top:60px;border:.5px solid var(--border);border-radius:16px;overflow:hidden}.how-step{padding:36px 32px;background:#fff;position:relative}.how-step:not(:last-child){border-right:.5px solid var(--border)}.how-step-number{font-family:DM Mono,monospace;font-size:11px;color:var(--subtle);margin-bottom:20px}.how-step-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.how-step-icon.teal{background:#e1f5ee}.how-step-icon.teal svg{color:var(--brand)}.how-step-icon.mint{background:rgba(0,212,170,.1)}.how-step-icon.mint svg{color:var(--mint)}.how-step-icon.gold{background:rgba(212,146,10,.1)}.how-step-icon.gold svg{color:var(--gold)}.how-step-title{font-size:16px;font-weight:500;color:var(--text);margin-bottom:8px}.how-step-desc{font-size:14px;line-height:1.7;color:var(--muted)}.section-tiers{padding:100px 24px;background:var(--hero-bg);position:relative;overflow:hidden}.section-tiers:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(0,212,170,.03) 1px,transparent 0),linear-gradient(90deg,rgba(0,212,170,.03) 1px,transparent 0);background-size:48px 48px}.section-tiers .section-eyebrow{color:var(--mint)}.section-tiers .section-title{color:#fff}.section-tiers .section-sub{color:hsla(0,0%,100%,.55)}.tier-table{margin-top:56px;border-radius:16px;overflow:hidden;border:.5px solid hsla(0,0%,100%,.08);position:relative;z-index:1}.tier-row{display:grid;grid-template-columns:120px 1fr 140px 160px;align-items:center;grid-gap:0;gap:0;padding:20px 28px;border-bottom:.5px solid hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.03);transition:background .15s}.tier-row:hover{background:hsla(0,0%,100%,.055)}.tier-row:last-child{border-bottom:none}.tier-row.header{background:transparent;padding:14px 28px;border-bottom:.5px solid hsla(0,0%,100%,.1);pointer-events:none}.tier-row.header span{font-size:11px;font-weight:500;color:hsla(0,0%,100%,.3);letter-spacing:.06em;text-transform:uppercase}.tier-row.featured{background:rgba(0,212,170,.07);border-left:2px solid var(--mint)}.tier-badge-cell{display:flex;align-items:center;gap:8px}.t-badge{font-size:12px;font-weight:500;padding:3px 10px;border-radius:99px;display:inline-block}.t-badge.t1{background:hsla(0,0%,100%,.07);color:hsla(0,0%,100%,.45)}.t-badge.t2{background:rgba(186,117,23,.2);color:#fcd34d}.t-badge.t3{background:rgba(2,128,144,.2);color:#6ee7d4}.t-badge.t4{background:rgba(0,212,170,.2);color:var(--mint)}.tier-buyers{font-size:14px;color:hsla(0,0%,100%,.7)}.tier-discount{font-size:20px;font-weight:500;font-family:DM Mono,monospace;color:var(--mint)}.tier-row.featured .tier-discount{color:#fff;font-size:22px}.tier-example{font-size:13px;color:hsla(0,0%,100%,.4);font-family:DM Mono,monospace}.tier-example strong{color:hsla(0,0%,100%,.75);font-weight:400}.tier-escrow-note{margin-top:24px;display:flex;align-items:center;gap:10px;font-size:13px;color:hsla(0,0%,100%,.45);position:relative;z-index:1}.tier-escrow-icon{width:28px;height:28px;border-radius:7px;background:hsla(0,0%,100%,.06);border:.5px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.section-audience{padding:100px 24px;background:var(--surface)}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:56px}.audience-card{background:#fff;border:.5px solid var(--border);border-radius:16px;padding:36px 32px;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.audience-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.07);transform:translateY(-2px)}.audience-card.featured{border-color:var(--brand);background:linear-gradient(135deg,#e1f5ee,#fff 60%)}.audience-role{font-size:11px;font-weight:500;letter-spacing:.09em;text-transform:uppercase;margin-bottom:16px}.audience-card.admin .audience-role{color:var(--brand)}.audience-card.buyer .audience-role{color:#7c3aed}.audience-card.vendor .audience-role{color:var(--gold)}.audience-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.audience-card.admin .audience-icon{background:#e1f5ee}.audience-card.buyer .audience-icon{background:#ede9fe}.audience-card.vendor .audience-icon{background:rgba(212,146,10,.1)}.audience-title{font-size:20px;font-weight:500;color:var(--text);margin-bottom:10px;letter-spacing:-.01em}.audience-desc{font-size:14px;line-height:1.75;color:var(--muted);margin-bottom:28px;flex:1 1}.audience-benefits{margin-bottom:28px;display:flex;flex-direction:column;gap:8px}.audience-benefit{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.5;color:var(--text)}.benefit-check{width:18px;height:18px;border-radius:50%;flex-shrink:0;margin-top:1px;display:flex;align-items:center;justify-content:center}.audience-card.admin .benefit-check{background:#e1f5ee;color:var(--brand)}.audience-card.buyer .benefit-check{background:#ede9fe;color:#7c3aed}.audience-card.vendor .benefit-check{background:rgba(212,146,10,.1);color:var(--gold)}.benefit-check svg{width:10px;height:10px}.btn-audience{width:100%;padding:13px 0;border-radius:10px;text-align:center;font-size:14px;font-weight:500;transition:opacity .15s;display:block;text-decoration:none}button.btn-audience{border:none;cursor:pointer;font-family:inherit}button.btn-audience:disabled{opacity:.6;cursor:not-allowed}.btn-audience:hover,button.btn-audience:hover:not(:disabled){opacity:.85}.audience-card.admin .btn-audience{background:var(--brand);color:#fff}.audience-card.buyer .btn-audience{background:#7c3aed;color:#fff}.audience-card.vendor .btn-audience{background:var(--gold);color:#fff}.audience-card.buyer .audience-desc{flex:0 1}.audience-card.buyer .audience-benefits{margin-bottom:20px}.buyer-invite-form{margin-top:4px;flex:1 1;display:flex;flex-direction:column;gap:16px;min-height:0}.buyer-invite-body{flex:1 1}.buyer-invite-cta{margin-top:auto}.buyer-invite-label{display:block;font-size:12px;font-weight:500;color:#64748b;margin-bottom:8px}.buyer-invite-row{display:flex;gap:8px;flex-wrap:wrap}.buyer-invite-input{flex:1 1;min-width:160px;padding:12px 14px;border-radius:10px;border:.5px solid var(--border);font-size:14px;font-family:inherit;background:#fff}.buyer-invite-input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 2px rgba(124,58,237,.15)}.buyer-invite-input.error{border-color:#e24b4a;box-shadow:0 0 0 2px rgba(226,75,74,.15)}.buyer-invite-input.error:focus{border-color:#e24b4a;box-shadow:0 0 0 2px rgba(226,75,74,.2)}.buyer-invite-hint{font-size:13px;color:var(--muted);line-height:1.6;margin-top:0;margin-bottom:16px}.buyer-invite-error{font-size:12px;color:#e24b4a;margin-top:8px;margin-bottom:0}.buyer-invite-select{padding:12px 10px;border-radius:10px;border:.5px solid var(--border);font-size:14px;font-family:inherit;background:#fff;min-width:72px}.buyer-community-list{display:flex;flex-direction:column;gap:8px}.buyer-community-item{text-align:left;width:100%;padding:12px 14px;border-radius:10px;border:.5px solid var(--border);background:#fff;cursor:pointer;font-family:inherit;transition:border-color .15s,background .15s}.buyer-community-item:hover{border-color:#c4b5fd}.buyer-community-item.selected{border-color:#7c3aed;background:#f5f3ff}.buyer-community-item.pending{cursor:default;background:#f8fafc;border-style:dashed}.buyer-community-item.pending .buyer-community-name{color:#64748b}.buyer-community-name{display:block;font-size:14px;font-weight:600;color:#0f172a}.buyer-community-meta{display:block;font-size:12px;color:#64748b;margin-top:2px}.buyer-invite-done{padding:14px 16px;border-radius:10px;background:#ede9fe;font-size:13px;line-height:1.55;color:#5b21b6}.buyer-invite-done p{margin:0}.section-communities{padding:100px 24px;background:#fff}.community-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-top:56px}.community-card{border:.5px solid var(--border);border-radius:14px;padding:28px 26px;transition:border-color .2s}.community-card:hover{border-color:var(--brand)}.comm-icon{width:44px;height:44px;border-radius:11px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.comm-icon.res{background:#e1f5ee}.comm-icon.wk{background:#ede9fe}.comm-icon.cl{background:rgba(212,146,10,.1)}.comm-title{font-size:15px;font-weight:500;color:var(--text);margin-bottom:6px}.comm-desc{font-size:13px;line-height:1.65;color:var(--muted);margin-bottom:14px}.comm-tag{font-size:11px;font-weight:500;padding:3px 10px;border-radius:99px;display:inline-block}.comm-tag.res{background:#e1f5ee;color:var(--brand-dark)}.comm-tag.wk{background:#ede9fe;color:#5b21b6}.comm-tag.cl{background:rgba(212,146,10,.1);color:#92400e}.section-global{padding:100px 24px;background:var(--hero-bg);text-align:center;position:relative;overflow:hidden}.section-global:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(0,212,170,.025) 1px,transparent 0),linear-gradient(90deg,rgba(0,212,170,.025) 1px,transparent 0);background-size:48px 48px}.global-stat{font-family:Fraunces,serif;font-size:clamp(64px,10vw,120px);font-weight:800;color:#fff;line-height:1;letter-spacing:-.03em;margin-bottom:12px;position:relative;z-index:1}.global-stat span{color:var(--mint)}.global-stat-label{font-size:16px;color:hsla(0,0%,100%,.45);margin-bottom:56px;position:relative;z-index:1}.city-scroll{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;max-width:720px;margin:0 auto;position:relative;z-index:1}.city-pill{font-size:13px;font-weight:500;padding:7px 18px;border-radius:99px;display:flex;align-items:center;gap:7px}.city-pill.live{background:var(--mint-dim);border:.5px solid var(--mint-border);color:var(--mint)}.city-pill.soon{background:hsla(0,0%,100%,.05);border:.5px solid hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.4)}.city-pill-dot{width:6px;height:6px;border-radius:50%}.city-pill.live .city-pill-dot{background:var(--mint);animation:pulse 2s infinite}.city-pill.soon .city-pill-dot{background:hsla(0,0%,100%,.25)}.section-founding{padding:100px 24px;background:#0a1a20;position:relative;overflow:hidden}.founding-glow{position:absolute;top:-100px;right:-100px;width:600px;height:600px;background:radial-gradient(ellipse,rgba(212,146,10,.1) 0,transparent 65%);pointer-events:none}.founding-inner{max-width:1060px;margin:0 auto;display:grid;grid-template-columns:minmax(280px,520px) minmax(340px,420px);grid-gap:40px;gap:40px;align-items:start;justify-content:center;position:relative;z-index:1}.founding-copy{max-width:520px}.founding-badge{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:var(--gold);background:var(--gold-dim);border:.5px solid rgba(212,146,10,.25);padding:5px 14px;border-radius:99px;margin-bottom:20px}.founding-title{font-family:Fraunces,serif;font-size:clamp(32px,4vw,52px);font-weight:800;line-height:1.08;letter-spacing:-.02em;color:#fff;margin-bottom:20px}.founding-title em{font-style:normal;color:var(--gold)}.founding-desc{font-size:16px;line-height:1.7;color:hsla(0,0%,100%,.55);margin-bottom:32px}.founding-perks{display:flex;flex-direction:column;gap:14px;margin-bottom:36px}.founding-perk{display:flex;align-items:flex-start;gap:12px}.fp-icon{width:32px;height:32px;border-radius:8px;flex-shrink:0;background:rgba(212,146,10,.12);border:.5px solid rgba(212,146,10,.2);display:flex;align-items:center;justify-content:center}.fp-icon svg{width:14px;height:14px;color:var(--gold)}.fp-title{font-size:14px;font-weight:500;color:hsla(0,0%,100%,.9);margin-bottom:2px}.fp-desc{font-size:13px;color:hsla(0,0%,100%,.4);line-height:1.5}.founding-form-panel{background:hsla(0,0%,100%,.04);border:.5px solid hsla(0,0%,100%,.1);border-radius:20px;padding:36px 22px}.ffp-title{font-size:17px;font-weight:500;color:#fff;margin-bottom:4px}.ffp-sub{font-size:13px;color:hsla(0,0%,100%,.45);margin-bottom:28px;line-height:1.5}.form-group{margin-bottom:14px}.form-label{font-size:12px;font-weight:500;color:hsla(0,0%,100%,.6);margin-bottom:6px;display:block}.form-input{width:100%;height:46px;background:hsla(0,0%,100%,.05);border:.5px solid hsla(0,0%,100%,.12);border-radius:8px;padding:0 14px;font-size:14px;color:#fff;font-family:DM Sans,sans-serif;outline:none;transition:border-color .15s}.form-input::placeholder{color:hsla(0,0%,100%,.25)}.form-input:focus{border-color:rgba(212,146,10,.6);background:hsla(0,0%,100%,.07)}.form-select{width:100%;height:46px;background:hsla(0,0%,100%,.05);border:.5px solid hsla(0,0%,100%,.12);border-radius:8px;padding:0 14px;font-size:14px;color:hsla(0,0%,100%,.7);font-family:DM Sans,sans-serif;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.form-select option{background:#1a2e35;color:#fff}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.address-suggest-wrap{position:relative}.address-suggest-status{position:absolute;right:14px;top:38px;font-size:11px;color:hsla(0,0%,100%,.35)}.address-suggest-list{position:absolute;left:0;right:0;top:calc(100% - 8px);z-index:20;margin:0;padding:6px 0;list-style:none;background:#1a2e35;border:.5px solid hsla(0,0%,100%,.14);border-radius:10px;box-shadow:0 12px 32px rgba(0,0,0,.35);max-height:240px;overflow-y:auto}.address-suggest-item{display:block;width:100%;text-align:left;padding:10px 14px;border:none;background:transparent;font-size:13px;line-height:1.45;color:hsla(0,0%,100%,.85);font-family:DM Sans,sans-serif;cursor:pointer}.address-suggest-item:focus,.address-suggest-item:hover{background:rgba(212,146,10,.12);color:#fff;outline:none}.address-suggest-hint{font-size:12px;color:var(--muted);margin-top:6px;margin-bottom:0;line-height:1.45}.btn-founding{width:100%;padding:15px;background:var(--gold);color:#1a2e35;border:none;border-radius:10px;font-size:15px;font-weight:500;font-family:DM Sans,sans-serif;cursor:pointer;transition:opacity .15s;margin-top:6px}.btn-founding:hover{opacity:.88}.ffp-trust{margin-top:14px;text-align:center;font-size:10.5px;color:hsla(0,0%,100%,.25);line-height:1.5}.section-trust{padding:80px 24px;background:#fff;border-top:.5px solid var(--border)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2px;gap:2px;margin-top:48px;border:.5px solid var(--border);border-radius:14px;overflow:hidden}.trust-card{padding:28px 24px;background:#fff}.trust-card:not(:last-child){border-right:.5px solid var(--border)}.trust-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.trust-icon.teal{background:#e1f5ee}.trust-icon.purple{background:#ede9fe}.trust-icon.amber{background:rgba(212,146,10,.1)}.trust-icon.blue{background:#e6f1fb}.trust-title{font-size:14px;font-weight:500;color:var(--text);margin-bottom:6px}.trust-desc{font-size:13px;line-height:1.65;color:var(--muted)}footer{background:var(--hero-bg);border-top:.5px solid hsla(0,0%,100%,.06);padding:56px 24px 40px}.footer-inner{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:240px 1fr;grid-gap:64px;gap:64px}.footer-logo{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;color:#fff;margin-bottom:14px}.footer-tagline{font-size:13px;color:hsla(0,0%,100%,.35);line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px;padding-top:4px}.footer-col-title{font-size:12px;font-weight:500;color:hsla(0,0%,100%,.35);letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px}.footer-col-links{display:flex;flex-direction:column;gap:9px}.footer-col-link{font-size:13px;color:hsla(0,0%,100%,.5);transition:color .15s}.footer-col-link:hover{color:hsla(0,0%,100%,.85)}.footer-bottom{max-width:1160px;margin:40px auto 0;padding-top:24px;border-top:.5px solid hsla(0,0%,100%,.06);display:flex;align-items:center;justify-content:space-between;font-size:12px;color:hsla(0,0%,100%,.25)}@media (max-width:900px){.hero-inner{grid-template-columns:1fr}.demo-card{display:none}.how-grid{grid-template-columns:1fr}.how-step:not(:last-child){border-right:none;border-bottom:.5px solid var(--border)}.audience-grid,.community-grid{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr 1fr}.trust-card:nth-child(2){border-right:none}.trust-card:not(:nth-child(3)):not(:nth-child(4)){border-bottom:.5px solid var(--border)}.founding-inner{justify-content:stretch}.footer-inner,.founding-inner{grid-template-columns:1fr;gap:40px}.footer-links{grid-template-columns:1fr 1fr}.nav-links{display:none}.tier-row{grid-template-columns:100px 1fr 120px}.tier-row .tier-example{display:none}}@media (max-width:480px){.trust-grid{grid-template-columns:1fr}.trust-card{border-right:none!important;border-bottom:.5px solid var(--border)}.trust-card:last-child{border-bottom:none}.footer-links,.form-row{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important}}