@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Medium.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Semibold.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Bold.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--bg-primary:#faf8f6;--bg-secondary:#fff;--bg-card:#fff;--bg-card-hover:#fff5ef;--text-primary:#1a0e05;--text-secondary:#5a4a3a;--text-muted:#9a8a7a;--border:#eee4da;--accent-orange:#f26326;--accent-orange-light:#ff8c42;--accent-green:#11d377;--accent-green-light:#34e890;--accent-gradient:linear-gradient(135deg, #f26326, #ff8c42, #fa5);--accent-gradient-btn:linear-gradient(135deg, #e85520, #f26326, #ff8c42);--glow-orange:#f263261f;--glow-green:#11d3771f;--card-shadow:0 2px 20px #f263260f;--card-shadow-hover:0 12px 40px #f263261f;--grid-color:#f263260a;--nav-bg:#faf8f6e0}[data-theme=dark]{--bg-primary:#0c0c14;--bg-secondary:#111119;--bg-card:#16161f;--bg-card-hover:#1e1e2a;--text-primary:#f5f3ef;--text-secondary:#b8b0a4;--text-muted:#8a8278;--border:#2a2636;--glow-orange:#f263262e;--glow-green:#11d37726;--card-shadow:0 2px 20px #0006;--card-shadow-hover:0 12px 40px #f263261f;--grid-color:#f2632608;--nav-bg:#0c0c14e6}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Gilroy,system-ui,-apple-system,sans-serif;line-height:1.6;transition:color .3s;overflow-x:hidden}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.15}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.nav{z-index:100;background:var(--nav-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);position:fixed;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;height:64px;display:flex}.nav-logo{align-items:center;gap:.5rem;display:flex}.nav-logo-svg{width:auto;height:32px}.nav-logo-text{letter-spacing:-.02em;background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.35rem;font-weight:800}.brand-inline{letter-spacing:-.02em;background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--accent-orange)}.theme-toggle{border:1px solid var(--border);cursor:pointer;color:var(--text-secondary);background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:.4rem .5rem;font-size:1.1rem;transition:border-color .2s,color .2s;display:flex}.theme-toggle:hover{border-color:var(--accent-orange);color:var(--text-primary)}.section{padding:6rem 0;position:relative}.section-label{text-transform:uppercase;letter-spacing:.15em;color:var(--accent-orange);margin-bottom:1rem;font-size:.75rem;font-weight:600}.section-title{letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.section-subtitle{color:var(--text-secondary);max-width:600px;font-size:1.1rem;line-height:1.7}.hero{justify-content:center;align-items:center;min-height:100vh;padding-top:64px;display:flex;position:relative;overflow:hidden}.hero-bg{background:radial-gradient(ellipse 80% 60% at 50% 0%, var(--glow-orange), transparent), radial-gradient(ellipse 60% 50% at 80% 30%, var(--glow-green), transparent), radial-gradient(ellipse 50% 40% at 20% 50%, var(--glow-orange), transparent);pointer-events:none;position:absolute;inset:0}.hero-grid{background-image:linear-gradient(var(--grid-color) 1px, transparent 1px), linear-gradient(90deg, var(--grid-color) 1px, transparent 1px);pointer-events:none;background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 50%,#000,#0000);mask-image:radial-gradient(70% 50%,#000,#0000)}.hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;padding:0 1.5rem;display:grid;position:relative}.hero-content{z-index:1;position:relative}.hero h1{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5.5vw,4rem);font-weight:800;line-height:1.08}.hero h1 .gradient-text{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero p{color:var(--text-secondary);max-width:480px;margin-bottom:2rem;font-size:1.15rem;line-height:1.7}.hero-actions{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.hero-learn-more{color:var(--text-secondary);align-items:center;gap:.4rem;font-size:.95rem;font-weight:500;transition:color .2s;display:inline-flex}.hero-learn-more:hover{color:var(--accent-orange)}.hero-visual{justify-content:center;align-items:center;min-height:400px;display:flex;position:relative}.coming-soon-badge{border:1px solid var(--border);color:var(--text-secondary);background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.45rem 1.1rem;font-size:.8rem;font-weight:600;display:inline-flex}.coming-soon-dot{background:var(--accent-green);width:7px;height:7px;box-shadow:0 0 10px var(--accent-green);border-radius:50%;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.btn{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-family:Gilroy,system-ui,sans-serif;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--accent-gradient-btn);color:#fff;box-shadow:0 4px 24px #f263264d}.btn-primary:hover{box-shadow:0 8px 36px #f2632673}.btn-secondary{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover{border-color:var(--accent-orange);box-shadow:0 4px 20px var(--glow-orange)}.floating-cards-container{perspective:1000px;width:100%;height:100%;min-height:400px;position:relative}.floating-glow{pointer-events:none;filter:blur(40px);background:radial-gradient(circle,#f263261f 0%,#11d3770f 50%,#0000 70%);border-radius:50%;width:340px;height:340px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-marketplace{z-index:1;background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--card-shadow), 0 20px 60px #00000026;will-change:transform;border-radius:16px;max-width:340px;margin:2rem auto;position:relative;overflow:hidden}.hero-mp-header{border-bottom:1px solid var(--border);align-items:center;gap:.6rem;padding:.7rem 1rem;display:flex}.hero-mp-dots{gap:5px;display:flex}.hero-mp-dot{border-radius:50%;width:8px;height:8px}.hero-mp-dot-orange{background:var(--accent-orange)}.hero-mp-dot-green{background:var(--accent-green)}.hero-mp-dot-muted{background:var(--text-muted);opacity:.3}.hero-mp-title{color:var(--text-muted);flex:1;font-size:.75rem;font-weight:600}.hero-mp-live{text-transform:uppercase;letter-spacing:.06em;color:var(--accent-green);align-items:center;gap:.35rem;font-size:.65rem;font-weight:700;display:flex}.hero-mp-live:before{content:"";background:var(--accent-green);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse-dot}.hero-mp-listings{flex-direction:column;gap:1px;padding:.5rem;display:flex}.hero-mp-listing{border-radius:10px;align-items:center;gap:.65rem;padding:.6rem .7rem;transition:background .2s;display:flex}.hero-mp-listing:hover{background:var(--bg-card-hover)}.hero-mp-tag{text-transform:uppercase;letter-spacing:.04em;border-radius:5px;flex-shrink:0;padding:.2rem .45rem;font-size:.6rem;font-weight:700}.hero-mp-tag-orange{background:var(--glow-orange);color:var(--accent-orange)}.hero-mp-tag-green{background:var(--glow-green);color:var(--accent-green)}.hero-mp-name{white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.82rem;font-weight:600;overflow:hidden}.hero-mp-price{color:var(--accent-orange);flex-shrink:0;font-size:.82rem;font-weight:700}.hero-float-badge{background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--card-shadow);white-space:nowrap;will-change:transform;z-index:2;border-radius:100px;align-items:center;gap:.45rem;padding:.45rem .85rem;display:flex;position:absolute}.hero-float-badge-icon{align-items:center;line-height:1;display:flex}.hero-float-badge-svg{width:1rem;height:1rem}.hero-float-badge-label{color:var(--text-secondary);font-size:.72rem;font-weight:600}.features-zigzag{flex-direction:column;gap:2rem;margin-top:3.5rem;display:flex;position:relative}.features-zigzag-line{background:var(--border);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.features-zigzag-line:after{content:"";background:var(--accent-gradient);opacity:.3;width:100%;height:100%;position:absolute;top:0;left:0}.feature-row{grid-template-columns:1fr auto 1fr;align-items:center;gap:3rem;display:grid;position:relative}.feature-row>.feature-row-content{text-align:right;grid-column:1}.feature-row>.feature-row-icon-wrap{grid-column:2}.feature-row:after{content:"";grid-column:3}.feature-row-reverse>.feature-row-content{text-align:left;order:2;grid-column:3}.feature-row-reverse>.feature-row-icon-wrap{order:1;grid-column:2}.feature-row-reverse:after{order:0;grid-column:1}.feature-row-icon-wrap{z-index:1;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.feature-row:hover .feature-row-icon-wrap{transform:scale(1.1)}.feature-row-icon-orange{background:var(--bg-card);border:2.5px solid var(--accent-orange);box-shadow:0 0 0 6px var(--glow-orange);color:var(--accent-orange)}.feature-row:hover .feature-row-icon-orange{box-shadow:0 0 24px var(--glow-orange), 0 0 0 6px var(--glow-orange)}.feature-row-icon-green{background:var(--bg-card);border:2.5px solid var(--accent-green);box-shadow:0 0 0 6px var(--glow-green);color:var(--accent-green)}.feature-row:hover .feature-row-icon-green{box-shadow:0 0 24px var(--glow-green), 0 0 0 6px var(--glow-green)}.feature-row-svg{width:34px;height:34px}.feature-row-number{letter-spacing:.08em;margin-bottom:.5rem;font-size:.7rem;font-weight:700}.feature-row-number-orange{color:var(--accent-orange)}.feature-row-number-green{color:var(--accent-green)}.feature-row-content h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.feature-row-content p{color:var(--text-secondary);max-width:340px;font-size:.95rem;line-height:1.65}.feature-row>.feature-row-content p{margin-left:auto}.feature-row-reverse>.feature-row-content p{margin-left:0;margin-right:auto}.categories-strip{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:3rem;display:grid}.category-pill{background:var(--bg-card);border:1px solid var(--border);cursor:default;border-radius:60px;align-items:center;gap:1rem;padding:.85rem 1.25rem;transition:transform .25s,box-shadow .25s,border-color .25s,padding-left .25s;display:flex}.category-pill:hover{box-shadow:var(--card-shadow-hover);padding-left:1.5rem;transform:translate(8px)}.category-pill-orange:hover{border-color:var(--accent-orange)}.category-pill-green:hover{border-color:var(--accent-green)}.category-pill-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .25s;display:flex}.category-pill:hover .category-pill-icon{transform:rotate(8deg)scale(1.08)}.category-pill-icon-orange{background:var(--glow-orange);color:var(--accent-orange)}.category-pill-icon-green{background:var(--glow-green);color:var(--accent-green)}.category-pill-svg{width:26px;height:26px}.category-pill-label{flex:1;font-size:.95rem;font-weight:600}.category-pill-arrow{color:var(--text-muted);margin-right:.5rem;font-size:1.2rem;transition:color .25s,transform .25s}.category-pill:hover .category-pill-arrow{color:var(--accent-orange);transform:translate(4px)}.category-pill-green:hover .category-pill-arrow{color:var(--accent-green)}.escrow-flow{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem;display:grid;position:relative}.escrow-flow-line{z-index:0;height:3px;position:absolute;top:40px;left:calc(12.5% + .75rem);right:calc(12.5% + .75rem);overflow:visible}.escrow-flow-line-bg{background:var(--border);border-radius:2px;width:100%;height:100%}.escrow-flow-line-progress{background:var(--accent-gradient);border-radius:2px;width:0%;height:100%;transition:width 1.5s ease-out;position:absolute;top:0;left:0}.escrow-step{text-align:center;z-index:1;position:relative}.escrow-step-circle{background:var(--bg-card);border:2.5px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.25rem;transition:border-color .4s,box-shadow .4s,transform .3s;display:flex;position:relative}.escrow-step-circle svg{width:32px;height:32px}.escrow-step.active .escrow-step-circle{border-color:var(--accent-orange);box-shadow:0 0 28px var(--glow-orange);transform:scale(1.05)}.escrow-step-number{background:var(--accent-orange);color:#fff;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.72rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-4px;right:-4px}.escrow-step h3{margin-bottom:.5rem;font-size:1rem;font-weight:700}.escrow-step p{color:var(--text-secondary);max-width:200px;margin:0 auto;font-size:.88rem;line-height:1.5}.section-alt{background:var(--bg-secondary)}.seller-bento{grid-template-rows:auto auto;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:3rem;display:grid}.seller-bento>:first-child{grid-area:1/1/auto/3}.seller-bento>:nth-child(4){grid-area:1/3/auto/5}.seller-bento>:nth-child(2){grid-area:2/1}.seller-bento>:nth-child(3){grid-area:2/2}.seller-bento>:nth-child(5){grid-area:2/3}.seller-bento>:nth-child(6){grid-area:2/4}.seller-bento-card{background:var(--bg-card);border:1px solid var(--border);box-sizing:border-box;border-radius:14px;flex-direction:column;height:100%;padding:1.5rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex}.seller-bento-card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-4px)}.seller-bento-orange:hover{border-color:var(--accent-orange)}.seller-bento-green:hover{border-color:var(--accent-green);box-shadow:0 12px 40px #11d3771f}.seller-bento-featured.seller-bento-orange{border-color:var(--accent-orange)}.seller-bento-featured.seller-bento-green{border-color:var(--accent-green)}.seller-bento-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.seller-bento-featured .seller-bento-icon{width:64px;height:64px}.seller-bento-icon-orange{background:var(--glow-orange);color:var(--accent-orange)}.seller-bento-icon-green{background:var(--glow-green);color:var(--accent-green)}.seller-bento-svg{width:24px;height:24px}.seller-bento-featured .seller-bento-svg{width:32px;height:32px}.seller-bento-tag{text-transform:uppercase;letter-spacing:.08em;border-radius:6px;align-self:flex-start;margin-bottom:.75rem;padding:.2rem .55rem;font-size:.65rem;font-weight:700;display:inline-block}.seller-bento-tag-orange{background:var(--glow-orange);color:var(--accent-orange)}.seller-bento-tag-green{background:var(--glow-green);color:var(--accent-green)}.seller-bento-card h3{margin-bottom:.4rem;font-size:1.05rem;font-weight:700}.seller-bento-featured h3{font-size:1.25rem}.seller-bento-card p{color:var(--text-secondary);font-size:.88rem;line-height:1.6}.seller-cta{text-align:center;margin-top:2.5rem}.trust-layout{grid-template-columns:1fr 1.5fr;align-items:center;gap:4rem;display:grid}.trust-stats{flex-wrap:wrap;gap:2.5rem;margin:2rem 0;display:flex}.trust-stat{text-align:center}.trust-stat-value{letter-spacing:-.03em;color:var(--accent-orange);font-size:2.2rem;font-weight:800}.trust-stat-label{color:var(--text-muted);margin-top:.25rem;font-size:.8rem;font-weight:500}.trust-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:1.5rem;display:grid}.trust-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:transform .3s,box-shadow .3s,border-color .3s}.trust-card:hover{border-color:var(--accent-green);transform:translateY(-2px);box-shadow:0 12px 40px #11d3771f}.trust-icon-wrap{background:var(--glow-green);width:36px;height:36px;color:var(--accent-green);border-radius:10px;justify-content:center;align-items:center;margin-bottom:.75rem;display:flex}.trust-card h3{margin-bottom:.4rem;font-size:.95rem;font-weight:700}.trust-card p{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.illustration-svg{width:100%;max-width:400px;height:auto}.sellers-illustration,.trust-illustration{justify-content:center;align-items:center;display:flex}.sellers-illustration{max-width:400px;margin:0 auto}.trust-illustration{max-width:350px;margin:0 auto}.cta-section{text-align:center;position:relative;overflow:hidden}.cta-glow{background:radial-gradient(ellipse 50% 80% at 50% 100%, var(--glow-orange), transparent);pointer-events:none;position:absolute;inset:0}.cta-content{z-index:1;position:relative}.cta-section h2{letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.cta-section p{color:var(--text-secondary);max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.modal-dialog{border:1px solid var(--border);background:var(--bg-primary);color:var(--text-primary);z-index:200;border-radius:20px;width:calc(100% - 2rem);max-width:460px;height:fit-content;max-height:calc(100vh - 4rem);margin:auto;padding:0;position:fixed;inset:0;overflow:visible}.modal-dialog:not([open]){display:none}.modal-dialog::backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000008c}.modal-panel{border-radius:20px;flex-direction:column;max-height:calc(100vh - 4rem);padding:2.5rem;display:flex;position:relative;overflow-y:auto}.modal-close{border:1px solid var(--border);cursor:pointer;width:36px;height:36px;color:var(--text-secondary);background:0 0;border-radius:8px;justify-content:center;align-items:center;font-size:1.2rem;transition:border-color .2s,color .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.modal-close:hover{border-color:var(--accent-orange);color:var(--text-primary)}.modal-header{margin-top:1rem;margin-bottom:2rem}.modal-header h2{margin-bottom:.5rem;font-size:1.6rem;font-weight:800}.modal-header p{color:var(--text-secondary);font-size:.95rem}.modal-form{flex-direction:column;flex:1;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--text-secondary);font-size:.85rem;font-weight:600}.form-group input{border:1px solid var(--border);background:var(--bg-card);color:var(--text-primary);border-radius:10px;outline:none;padding:.8rem 1rem;font-family:Gilroy,system-ui,sans-serif;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus{border-color:var(--accent-orange);box-shadow:0 0 0 3px var(--glow-orange)}.form-group input::placeholder{color:var(--text-muted)}.form-toggle-group{gap:.5rem;display:flex}.form-toggle{border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;text-align:center;border-radius:10px;flex:1;padding:.65rem;font-family:Gilroy,system-ui,sans-serif;font-size:.88rem;font-weight:600;transition:all .2s}.form-toggle:hover{border-color:var(--accent-orange)}.form-toggle.active{background:var(--accent-orange);border-color:var(--accent-orange);color:#fff}.modal-submit{padding-top:1rem}.modal-submit .btn{justify-content:center;width:100%}.modal-success{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.5rem;display:flex}.success-checkmark{background:var(--glow-green);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.success-checkmark svg{width:36px;height:36px;color:var(--accent-green)}.error-checkmark{background:#ef44441f;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.error-checkmark svg{color:#ef4444;width:36px;height:36px}.modal-success h3{font-size:1.4rem;font-weight:700}.modal-success p{color:var(--text-secondary);font-size:.95rem}.footer{border-top:1px solid #0000;border-image:var(--accent-gradient) 1;padding:2.5rem 0}.footer-inner{justify-content:space-between;align-items:center;display:flex}.footer-brand{align-items:center;gap:.5rem;width:200px;display:flex}.footer-logo-svg{margin-top:-12px}.footer-copy{color:var(--text-muted);font-size:.8rem}.footer-links{justify-content:flex-end;gap:1.5rem;width:200px;list-style:none;display:flex}.footer-links a{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.85rem;transition:color .2s;display:inline-flex}.footer-links a:hover{color:var(--accent-orange)}.feature-svg{width:28px;height:28px}.category-svg{width:32px;height:32px}.seller-benefit-svg,.trust-svg{width:22px;height:22px}.escrow-step-svg{width:32px;height:32px}.fade-in{opacity:0;animation:.7s forwards fadeInUp;transform:translateY(24px)}.fade-in-delay-1{animation-delay:.1s}.fade-in-delay-2{animation-delay:.2s}.fade-in-delay-3{animation-delay:.3s}.fade-in-delay-4{animation-delay:.4s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes float-1{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-12px)rotate(1deg)}}@keyframes float-2{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-18px)rotate(-1.5deg)}}@keyframes float-3{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(2deg)}}@keyframes float-4{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(-1deg)}}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (max-width:1024px){.categories-strip{grid-template-columns:repeat(2,1fr);max-width:100%}.categories-strip>:last-child{grid-column:1/-1}.escrow-flow{grid-template-columns:repeat(2,1fr);gap:2.5rem}.escrow-flow-line{display:none}}@media (max-width:768px){.trust-grid{grid-template-columns:1fr}.escrow-flow,.trust-layout{grid-template-columns:1fr;gap:2rem}.trust-illustration{order:-1;max-width:250px}.seller-bento{grid-template-rows:auto;grid-template-columns:1fr}.seller-bento>:first-child,.seller-bento>:nth-child(2),.seller-bento>:nth-child(3),.seller-bento>:nth-child(4),.seller-bento>:nth-child(5),.seller-bento>:nth-child(6){grid-area:auto/1}.seller-bento-featured .seller-bento-icon{width:52px;height:52px}.seller-bento-featured .seller-bento-svg{width:26px;height:26px}.nav-links{display:none}.hero-inner{text-align:center;grid-template-columns:1fr;gap:2rem}.hero p{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-visual{min-height:320px}.hero-float-badge{padding:.35rem .65rem}.hero-float-badge-label{font-size:.65rem}.hero-marketplace{max-width:280px}.hero h1{font-size:2.2rem}.section{padding:4rem 0}.features-zigzag-line{display:none}.feature-row,.feature-row-reverse{grid-template-columns:auto 1fr;gap:1.25rem}.feature-row>.feature-row-content,.feature-row-reverse>.feature-row-content{text-align:left;order:2;grid-column:2}.feature-row>.feature-row-content p,.feature-row-reverse>.feature-row-content p{margin-left:0;margin-right:0}.feature-row>.feature-row-icon-wrap,.feature-row-reverse>.feature-row-icon-wrap{order:1;grid-column:1}.feature-row:after,.feature-row-reverse:after{display:none}.feature-row-icon-wrap{width:60px;height:60px}.feature-row-svg{width:26px;height:26px}.categories-strip{grid-template-columns:1fr;max-width:100%}.category-pill{gap:1rem;padding:.85rem 1.25rem}.category-pill-icon{width:40px;height:40px}.category-pill-svg{width:22px;height:22px}.footer-inner{text-align:center;flex-direction:column;gap:1rem}.trust-stats{justify-content:center}.modal-panel{border-left:none;border-top:1px solid var(--border);max-width:100%}}
