:root{--bg:#060c18;--bg2:#0a1120;--bg3:#0f1a2e;--surface:#111d33;--surface2:#162040;--border:#ffffff12;--border2:#ffffff1f;--g1:#3bde8c;--g2:#38bef6;--btn-g1:#3add8f;--btn-g2:#38c0ee;--g3:#818cf8;--text:#f0f4ff;--muted:#7a8aaa;--muted2:#4a5568;--accent:#3bdf8a;--accent2:#38bdf8;--font-display:"Syne",sans-serif;--font-body:"DM Sans",sans-serif;--r:16px;--r2:24px}.custom-landing-root *,.custom-landing-root :before,.custom-landing-root :after{box-sizing:border-box;margin:0;padding:0}.custom-landing-root{scroll-behavior:smooth;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.7;overflow-x:hidden}.custom-landing-root .grad{background:linear-gradient(135deg,var(--g1),var(--g2));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.custom-landing-root .grad2{background:linear-gradient(135deg,var(--g2),var(--g3));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.custom-landing-root .grad3{background:linear-gradient(135deg,var(--g1),var(--g2),var(--g3));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.custom-landing-root nav{z-index:999;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#070c19cc;justify-content:space-between;align-items:center;height:76px;padding:0 32px;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.custom-landing-root .nav-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.custom-landing-root .nav-logo-icon{background:linear-gradient(135deg,var(--g1),var(--g2));border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.custom-landing-root .nav-logo-text{font-family:var(--font-display);color:var(--text);font-size:1.3rem;font-weight:700}.custom-landing-root .nav-links{align-items:center;gap:32px;list-style:none;display:flex}.custom-landing-root .nav-links a{color:var(--muted);font-size:1rem;font-weight:400;text-decoration:none;transition:color .2s}.custom-landing-root .nav-links a:hover{color:var(--text)}.custom-landing-root .nav-cta{align-items:center;gap:12px;display:flex}.custom-landing-root .btn-ghost{border:1px solid var(--border2);color:var(--text);font-size:.95rem;font-family:var(--font-body);cursor:pointer;background:0 0;border-radius:10px;padding:9px 20px;font-weight:500;transition:all .2s}.custom-landing-root .btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.custom-landing-root .btn-primary{background:linear-gradient(135deg,var(--g1),var(--g2));color:#060c18;font-size:.95rem;font-family:var(--font-display);cursor:pointer;letter-spacing:.02em;border:none;border-radius:10px;padding:9px 22px;font-weight:700;transition:all .2s}.custom-landing-root .btn-primary:hover{opacity:.9;transform:translateY(-1px)}.custom-landing-root .hamburger{cursor:pointer;flex-direction:column;gap:5px;padding:4px;display:none}.custom-landing-root .hamburger span{background:var(--text);border-radius:2px;width:22px;height:2px;transition:all .3s}.custom-landing-root #hero{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:clamp(100px,12vh,140px) 20px 2vh;display:flex;position:relative;overflow:hidden}.custom-landing-root .hero-bg{z-index:0;background:radial-gradient(80% 60% at 50% -10%,#3bdf8a1f 0%,#0000 60%),radial-gradient(60% 50% at 80%,#38bdf814 0%,#0000 50%),radial-gradient(50% 50% at 20% 80%,#818cf80f 0%,#0000 50%);position:absolute;inset:0}.custom-landing-root .grid-bg{background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 0,#000 0%,#0000 70%);mask-image:radial-gradient(70% 60% at 50% 0,#000 0%,#0000 70%)}.custom-landing-root .hero-badge{color:var(--accent);z-index:1;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:8px;margin-bottom:12px;padding:8px 18px;font-size:.9rem;font-weight:500;animation:.8s both fadeUp;display:inline-flex;position:relative}.custom-landing-root .hero-h1{font-family:var(--font-display);color:#fff;text-align:center;letter-spacing:-.02em;z-index:1;max-width:900px;margin-bottom:12px;font-size:clamp(2.4rem,5.5vw,4.4rem);font-weight:800;line-height:1;animation:.8s .1s both fadeUp;position:relative}.custom-landing-root .hero-sub{color:var(--muted);z-index:1;max-width:850px;margin:0 auto 16px;font-size:clamp(1rem,1.5vw,1.2rem);font-weight:300;line-height:1.75;animation:.8s .2s both fadeUp;position:relative}.custom-landing-root .hero-cta{z-index:1;flex-wrap:wrap;justify-content:center;gap:14px;max-width:800px;margin:0 auto 16px;animation:.8s .3s both fadeUp;display:flex;position:relative}.custom-landing-root .btn-hero{background:linear-gradient(135deg,var(--g1),var(--g2));color:#060c18;font-family:var(--font-display);cursor:pointer;letter-spacing:.02em;border:none;border-radius:14px;padding:14px 32px;font-size:1.05rem;font-weight:700;transition:all .25s;box-shadow:0 0 40px #3bdf8a40}.custom-landing-root .btn-hero:hover{transform:translateY(-2px);box-shadow:0 0 60px #3bdf8a59}.custom-landing-root .btn-hero-ghost{border:1px solid var(--border2);color:var(--text);font-family:var(--font-display);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border-radius:14px;padding:14px 32px;font-size:1.05rem;font-weight:600;transition:all .25s}.custom-landing-root .btn-hero-ghost:hover{border-color:var(--accent2);color:var(--accent2);transform:translateY(-2px)}.custom-landing-root .hero-pills{z-index:1;flex-wrap:wrap;justify-content:center;gap:10px;animation:.8s .4s both fadeUp;display:flex;position:relative}.custom-landing-root .hero-pill{border:1px solid var(--border);color:var(--muted);background:#ffffff0d;border-radius:100px;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;transition:all .2s;display:flex}.custom-landing-root .hero-pill:hover{border-color:var(--border2);color:var(--text);background:#ffffff12}.custom-landing-root .pill-dot{background:var(--accent);border-radius:50%;width:6px;height:6px}.custom-landing-root .hero-cards{z-index:1;white-space:nowrap;scrollbar-width:none;flex-wrap:wrap;justify-content:center;gap:12px;width:100%;max-width:1000px;margin:56px auto 0;animation:.8s .5s both fadeUp;display:flex;position:relative;overflow-x:auto}.custom-landing-root .hcard{border:1px solid var(--border);border-radius:var(--r);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#111d33cc;min-width:160px;padding:16px 20px;transition:all .25s}.custom-landing-root .hcard:hover{border-color:var(--border2);transform:translateY(-4px)}.custom-landing-root .hcard-label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:.72rem;font-weight:500}.custom-landing-root .hcard-val{font-family:var(--font-display);font-size:1.5rem;font-weight:700}.custom-landing-root .marquee-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg2);padding:40px 0;overflow:hidden}.custom-landing-root .marquee-track{white-space:nowrap;gap:48px;animation:30s linear infinite marquee;display:flex}.custom-landing-root .marquee-track2{animation-direction:reverse}.custom-landing-root .college-tag{border:1px solid var(--border);color:var(--muted);background:#ffffff0a;border-radius:100px;flex-shrink:0;align-items:center;gap:10px;padding:8px 20px;font-size:.85rem;display:inline-flex}.custom-landing-root .college-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.7rem;font-weight:700;display:flex}.custom-landing-root section{padding:100px 5%}.custom-landing-root .container{max-width:1160px;margin:0 auto}.custom-landing-root .section-label{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:24px;font-size:.75rem;font-weight:600;display:inline-block}.custom-landing-root .section-title{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(1.8rem,4vw,3rem);font-weight:700;line-height:1.15}.custom-landing-root .section-sub{color:var(--muted);max-width:600px;font-size:1.05rem;font-weight:300;line-height:1.75}.custom-landing-root .text-center{text-align:center}.custom-landing-root .mx-auto{margin-left:auto;margin-right:auto}.custom-landing-root #why{background:var(--bg2)}.custom-landing-root .frust-grid{grid-template-columns:1fr 1fr;gap:32px;margin-top:56px;display:grid}.custom-landing-root .frust-col{flex-direction:column;gap:12px;display:flex}.custom-landing-root .frust-col h3{font-family:var(--font-display);color:var(--muted);margin-bottom:8px;font-size:1.1rem;font-weight:700}.custom-landing-root .frust-item{border-radius:12px;align-items:center;gap:12px;padding:14px 18px;font-size:.9rem;display:flex}.custom-landing-root .frust-bad{color:#fca5a5;background:#ef444412;border:1px solid #ef444426}.custom-landing-root .frust-good{color:#86efac;background:#3bdf8a12;border:1px solid #3bdf8a33}.custom-landing-root .frust-icon{flex-shrink:0;font-size:1rem}.custom-landing-root #how{background:var(--bg)}.custom-landing-root .steps{grid-template-columns:repeat(4,1fr);gap:0;margin-top:64px;display:grid;position:relative}.custom-landing-root .steps:before{content:"";background:linear-gradient(90deg,transparent,var(--accent),var(--accent2),var(--g3),transparent);z-index:0;height:1px;position:absolute;top:32px;left:12.5%;right:12.5%}.custom-landing-root .step{text-align:center;z-index:1;flex-direction:column;align-items:center;padding:0 16px;display:flex;position:relative}.custom-landing-root .step-num{background:linear-gradient(135deg,var(--g1),var(--g2));width:64px;height:64px;font-family:var(--font-display);color:#060c18;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:24px;font-size:1.3rem;font-weight:800;display:flex;box-shadow:0 0 30px #3bdf8a33}.custom-landing-root .step-title{font-family:var(--font-display);margin-bottom:8px;font-size:1rem;font-weight:700}.custom-landing-root .step-desc{color:var(--muted);font-size:.85rem;line-height:1.6}.custom-landing-root #features{background:var(--bg2)}.custom-landing-root .feat-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:56px;display:grid}.custom-landing-root .feat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r2);cursor:default;padding:28px 24px;transition:all .3s;position:relative;overflow:hidden}.custom-landing-root .feat-card:before{content:"";opacity:0;background:radial-gradient(circle at 0 0,#3bdf8a14,#0000 70%);transition:opacity .3s;position:absolute;inset:0}.custom-landing-root .feat-card:hover{border-color:#3bdf8a40;transform:translateY(-4px)}.custom-landing-root .feat-card:hover:before{opacity:1}.custom-landing-root .feat-card.wide{grid-column:span 2}.custom-landing-root .feat-icon{background:linear-gradient(135deg,#3bdf8a26,#38bdf81a);border:1px solid #3bdf8a33;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:18px;font-size:1.4rem;display:flex}.custom-landing-root .feat-title{font-family:var(--font-display);margin-bottom:8px;font-size:1rem;font-weight:700}.custom-landing-root .feat-desc{color:var(--muted);font-size:.85rem;line-height:1.65}.custom-landing-root .feat-tags{flex-wrap:wrap;gap:6px;margin-top:14px;display:flex}.custom-landing-root .feat-tag{color:var(--accent);background:#3bdf8a1a;border:1px solid #3bdf8a26;border-radius:100px;padding:3px 10px;font-size:.72rem;font-weight:500}.custom-landing-root #filters{background:var(--bg)}.custom-landing-root .filter-demo{grid-template-columns:280px 1fr;gap:24px;margin-top:56px;display:grid}.custom-landing-root .filter-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--r2);padding:24px}.custom-landing-root .filter-group{margin-bottom:24px}.custom-landing-root .filter-group-title{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:12px;font-size:.75rem;font-weight:600}.custom-landing-root .filter-chips{flex-wrap:wrap;gap:8px;display:flex}.custom-landing-root .filter-chip{border:1px solid var(--border);color:var(--muted);cursor:pointer;font-size:.8rem;font-family:var(--font-body);background:0 0;border-radius:100px;padding:5px 14px;transition:all .2s}.custom-landing-root .filter-chip:hover,.custom-landing-root .filter-chip.active{border-color:var(--accent);color:var(--accent);background:#3bdf8a14}.custom-landing-root .results-grid{grid-template-columns:1fr 1fr;align-content:start;gap:16px;display:grid}.custom-landing-root .result-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:20px;transition:all .25s}.custom-landing-root .result-card:hover{border-color:var(--border2);transform:translateY(-2px)}.custom-landing-root .rc-header{align-items:center;gap:12px;margin-bottom:14px;display:flex}.custom-landing-root .rc-avatar{width:44px;height:44px;font-family:var(--font-display);color:#060c18;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.custom-landing-root .rc-name{font-family:var(--font-display);margin-bottom:2px;font-size:.95rem;font-weight:700}.custom-landing-root .rc-college{color:var(--muted);font-size:.78rem}.custom-landing-root .rc-skills{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.custom-landing-root .rc-skill{color:var(--accent2);background:#38bdf81a;border:1px solid #38bdf833;border-radius:100px;padding:3px 10px;font-size:.72rem;font-weight:500}.custom-landing-root .rc-match{color:var(--accent);margin-top:10px;font-size:.78rem;font-weight:600}.custom-landing-root #teamflow{background:var(--bg2)}.custom-landing-root .flow-container{flex-direction:column;align-items:center;gap:0;max-width:700px;margin-top:56px;margin-left:auto;margin-right:auto;display:flex}.custom-landing-root .flow-row{flex-wrap:wrap;justify-content:center;gap:12px;width:100%;display:flex}.custom-landing-root .flow-node{background:var(--surface);border:1px solid var(--border);cursor:default;border-radius:12px;padding:12px 24px;font-size:.9rem;font-weight:500;transition:all .25s}.custom-landing-root .flow-node:hover{border-color:var(--border2);transform:scale(1.03)}.custom-landing-root .flow-node.highlight{color:var(--accent);background:linear-gradient(135deg,#3bdf8a26,#38bdf81a);border-color:#3bdf8a4d}.custom-landing-root .flow-arrow{color:var(--muted2);text-align:center;padding:8px 0;font-size:1.5rem;line-height:1}.custom-landing-root #swaps{background:var(--bg)}.custom-landing-root .swap-grid{grid-template-columns:1fr 1fr;gap:24px;margin-top:56px;display:grid}.custom-landing-root .swap-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r2);padding:36px 32px;position:relative;overflow:hidden}.custom-landing-root .swap-card:after{content:"";background:radial-gradient(circle,#3bdf8a0f,#0000);border-radius:50%;width:160px;height:160px;position:absolute;bottom:-40px;right:-40px}.custom-landing-root .swap-icon{margin-bottom:16px;font-size:2.5rem;display:block}.custom-landing-root .swap-title{font-family:var(--font-display);margin-bottom:8px;font-size:1.3rem;font-weight:700}.custom-landing-root .swap-desc{color:var(--muted);margin-bottom:24px;font-size:.9rem;line-height:1.7}.custom-landing-root .swap-steps{flex-direction:column;gap:10px;display:flex}.custom-landing-root .swap-step{align-items:center;gap:12px;font-size:.88rem;display:flex}.custom-landing-root .swap-step-num{background:linear-gradient(135deg,var(--g1),var(--g2));color:#060c18;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.72rem;font-weight:700;display:flex}.custom-landing-root #ai-section{background:var(--bg2)}.custom-landing-root .ai-layout{grid-template-columns:1fr 1fr;align-items:center;gap:48px;margin-top:56px;display:grid}.custom-landing-root .ai-chat{background:var(--surface);border:1px solid var(--border);border-radius:var(--r2);flex-direction:column;gap:16px;min-height:380px;padding:24px;display:flex}.custom-landing-root .chat-bubble{align-items:flex-start;gap:10px;max-width:85%;display:flex}.custom-landing-root .chat-bubble.ai{align-self:flex-start}.custom-landing-root .chat-bubble.user{flex-direction:row-reverse;align-self:flex-end}.custom-landing-root .bubble-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.7rem;font-weight:700;display:flex}.custom-landing-root .bubble-avatar.ai-av{background:linear-gradient(135deg,var(--g1),var(--g2));color:#060c18}.custom-landing-root .bubble-avatar.user-av{background:var(--surface2);color:var(--muted);border:1px solid var(--border2)}.custom-landing-root .bubble-text{border-radius:14px;padding:10px 14px;font-size:.85rem;line-height:1.6}.custom-landing-root .bubble-text.ai{background:var(--surface2);border:1px solid var(--border);color:var(--text);border-top-left-radius:4px}.custom-landing-root .bubble-text.user{background:linear-gradient(135deg,#3bdf8a33,#38bdf826);border:1px solid #3bdf8a33;border-top-right-radius:4px}.custom-landing-root .ai-input{background:var(--bg);border:1px solid var(--border);border-radius:12px;gap:10px;margin-top:auto;padding:10px 16px;display:flex}.custom-landing-root .ai-input input{color:var(--text);font-family:var(--font-body);background:0 0;border:none;outline:none;flex:1;font-size:.875rem}.custom-landing-root .ai-input input::placeholder{color:var(--muted2)}.custom-landing-root .ai-input-btn{background:linear-gradient(135deg,var(--g1),var(--g2));cursor:pointer;color:#060c18;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.custom-landing-root .ai-features{flex-direction:column;gap:16px;display:flex}.custom-landing-root .ai-feat{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);align-items:flex-start;gap:16px;padding:20px;transition:all .25s;display:flex}.custom-landing-root .ai-feat:hover{border-color:#3bdf8a33;transform:translate(4px)}.custom-landing-root .ai-feat-icon{text-align:center;flex-shrink:0;width:40px;font-size:1.4rem}.custom-landing-root .ai-feat-title{font-family:var(--font-display);margin-bottom:4px;font-size:.9rem;font-weight:700}.custom-landing-root .ai-feat-desc{color:var(--muted);font-size:.82rem;line-height:1.55}.custom-landing-root #stats{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:linear-gradient(135deg,#3bdf8a0d,#38bdf80d)}.custom-landing-root .stats-grid{grid-template-columns:repeat(4,1fr);gap:0;margin-top:56px;display:grid}.custom-landing-root .stat-item{text-align:center;border-right:1px solid var(--border);padding:32px 16px}.custom-landing-root .stat-item:last-child{border-right:none}.custom-landing-root .stat-num{font-family:var(--font-display);margin-bottom:8px;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1}.custom-landing-root .stat-label{color:var(--muted);font-size:.85rem;font-weight:400}.custom-landing-root #testimonials{background:var(--bg)}.custom-landing-root .testi-carousel{margin-top:56px;position:relative;overflow:hidden}.custom-landing-root .testi-track{gap:20px;display:flex}.custom-landing-root .testi-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r2);flex-shrink:0;min-width:340px;max-width:340px;padding:28px;transition:all .25s}.custom-landing-root .testi-card:hover{border-color:var(--border2);transform:translateY(-3px)}.custom-landing-root .testi-quote{color:var(--text);margin-bottom:20px;font-size:.95rem;font-style:italic;font-weight:300;line-height:1.75}.custom-landing-root .testi-author{align-items:center;gap:12px;display:flex}.custom-landing-root .testi-av{color:#060c18;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.8rem;font-weight:700;display:flex}.custom-landing-root .testi-name{font-size:.9rem;font-weight:600;font-family:var(--font-display);margin-bottom:2px}.custom-landing-root .testi-meta{color:var(--muted);font-size:.78rem}.custom-landing-root .testi-stars{color:#fbbf24;margin-bottom:14px;font-size:.85rem}.custom-landing-root .carousel-controls{justify-content:center;gap:10px;margin-top:24px;display:flex}.custom-landing-root .carousel-btn{background:var(--surface);border:1px solid var(--border);width:40px;height:40px;color:var(--text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:all .2s;display:flex}.custom-landing-root .carousel-btn:hover{border-color:var(--accent);color:var(--accent)}.custom-landing-root #team{background:var(--bg2)}.custom-landing-root .team-grid{grid-template-columns:repeat(5,1fr);gap:16px;margin-top:56px;display:grid}.custom-landing-root .team-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r2);cursor:default;transition:all .3s;position:relative;overflow:hidden}.custom-landing-root .team-card:hover{border-color:#3bdf8a40;transform:translateY(-4px)}.custom-landing-root .team-card:hover .team-overlay{opacity:1;transform:translateY(0)}.custom-landing-root .team-img{aspect-ratio:1;width:100%;font-family:var(--font-display);color:#060c18;justify-content:center;align-items:center;font-size:2rem;font-weight:800;display:flex;position:relative}.custom-landing-root .team-info{padding:16px}.custom-landing-root .team-name{font-family:var(--font-display);margin-bottom:2px;font-size:.9rem;font-weight:700}.custom-landing-root .team-college{color:var(--muted);font-size:.75rem}.custom-landing-root .team-overlay{text-align:center;opacity:0;background:#060c18eb;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:16px;transition:all .3s;display:flex;position:absolute;inset:0;transform:translateY(10px)}.custom-landing-root .team-overlay-name{font-family:var(--font-display);margin-bottom:2px;font-size:.95rem;font-weight:700}.custom-landing-root .team-overlay-role{color:var(--accent);margin-bottom:2px;font-size:.75rem;font-weight:500}.custom-landing-root .team-overlay-domain{color:var(--muted);margin-bottom:10px;font-size:.72rem}.custom-landing-root .team-socials{gap:8px;display:flex}.custom-landing-root .team-social{border:1px solid var(--border2);width:28px;height:28px;color:var(--muted);border-radius:8px;justify-content:center;align-items:center;font-size:.7rem;text-decoration:none;transition:all .2s;display:flex}.custom-landing-root .team-social:hover{border-color:var(--accent);color:var(--accent)}.custom-landing-root #faq{background:var(--bg)}.custom-landing-root .faq-list{max-width:700px;margin:48px auto 0}.custom-landing-root .faq-item{border-bottom:1px solid var(--border);overflow:hidden}.custom-landing-root .faq-q{cursor:pointer;color:var(--text);font-size:.95rem;font-weight:500;font-family:var(--font-body);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:20px 0;transition:color .2s;display:flex}.custom-landing-root .faq-q:hover{color:var(--accent)}.custom-landing-root .faq-icon{color:var(--muted);flex-shrink:0;font-size:1.2rem;transition:transform .3s}.custom-landing-root .faq-a{color:var(--muted);max-height:0;padding:0;font-size:.9rem;line-height:1.75;transition:max-height .4s,padding .3s;overflow:hidden}.custom-landing-root .faq-item.open .faq-a{max-height:200px;padding:0 0 18px}.custom-landing-root .faq-item.open .faq-icon{color:var(--accent)}.custom-landing-root #contact{background:var(--bg2)}.custom-landing-root .contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:48px;margin-top:56px;display:grid}.custom-landing-root .contact-form{flex-direction:column;gap:16px;display:flex}.custom-landing-root .form-group{flex-direction:column;gap:8px;display:flex}.custom-landing-root .form-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;font-weight:500}.custom-landing-root .form-input{background:var(--surface);border:1px solid var(--border);color:var(--text);font-family:var(--font-body);border-radius:12px;outline:none;padding:13px 16px;font-size:.9rem;transition:border-color .2s}.custom-landing-root .form-input:focus{border-color:#3bdf8a66}.custom-landing-root .form-input::placeholder{color:var(--muted2)}.custom-landing-root textarea.form-input{resize:vertical;min-height:120px}.custom-landing-root .btn-submit{background:linear-gradient(135deg,var(--g1),var(--g2));color:#060c18;font-family:var(--font-display);cursor:pointer;border:none;border-radius:12px;margin-top:4px;padding:14px;font-size:.95rem;font-weight:700;transition:all .25s}.custom-landing-root .btn-submit:hover{opacity:.9;transform:translateY(-1px)}.custom-landing-root .contact-info{flex-direction:column;gap:24px;display:flex}.custom-landing-root .contact-info-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);align-items:flex-start;gap:14px;padding:20px;display:flex}.custom-landing-root .ci-icon{flex-shrink:0;font-size:1.4rem}.custom-landing-root .ci-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:.75rem;font-weight:600}.custom-landing-root .ci-val{font-size:.9rem;font-weight:500}.custom-landing-root .social-links{gap:10px;margin-top:8px;display:flex}.custom-landing-root .social-link{border:1px solid var(--border2);width:38px;height:38px;color:var(--muted);border-radius:10px;justify-content:center;align-items:center;font-size:.85rem;text-decoration:none;transition:all .2s;display:flex}.custom-landing-root .social-link:hover{border-color:var(--accent);color:var(--accent);background:#3bdf8a0f}.custom-landing-root #final-cta{text-align:center;background:radial-gradient(80% 60% at 50% 100%,#3bdf8a14,#0000);padding:120px 5%;position:relative;overflow:hidden}.custom-landing-root .final-cta-glow{pointer-events:none;background:radial-gradient(#3bdf8a0f,#0000 70%);width:600px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-landing-root .final-cta h2{font-family:var(--font-display);letter-spacing:-.025em;z-index:1;margin-bottom:20px;font-size:clamp(2rem,5vw,4rem);font-weight:800;line-height:1.1;position:relative}.custom-landing-root .final-cta p{color:var(--muted);z-index:1;margin-bottom:40px;font-size:1.05rem;font-weight:300;position:relative}.custom-landing-root .final-cta-btns{z-index:1;flex-wrap:wrap;justify-content:center;gap:14px;display:flex;position:relative}.custom-landing-root footer{background:var(--bg);border-top:1px solid var(--border);padding:20px 5% 32px}.custom-landing-root .footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:48px;margin-bottom:16px;display:grid}.custom-landing-root .footer-brand p{color:var(--muted);max-width:240px;margin-top:12px;margin-bottom:20px;font-size:.875rem;font-weight:300;line-height:1.7}.custom-landing-root .footer-col h4{font-family:var(--font-display);color:var(--text);margin-bottom:16px;font-size:.85rem;font-weight:700}.custom-landing-root .footer-col ul{flex-direction:column;gap:10px;list-style:none;display:flex}.custom-landing-root .footer-col a{color:var(--muted);font-size:.875rem;text-decoration:none;transition:color .2s}.custom-landing-root .footer-col a:hover{color:var(--accent)}.custom-landing-root .footer-bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:16px;padding-right:60px;display:flex}.custom-landing-root .footer-bottom p{color:var(--muted2);font-size:.82rem}.custom-landing-root .float-ai{z-index:998;background:linear-gradient(135deg,var(--g1),var(--g2));cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.4rem;transition:all .25s;animation:2s infinite pulse;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 8px 32px #3bdf8a59}.custom-landing-root .float-ai:hover{transform:scale(1.08);box-shadow:0 12px 40px #3bdf8a73}.custom-landing-root .observe-fade{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.custom-landing-root .observe-fade.visible{opacity:1;transform:translateY(0)}@media (max-width:900px){.custom-landing-root .nav-links,.custom-landing-root .nav-cta{display:none}.custom-landing-root .hamburger{display:flex}.custom-landing-root .nav-links.open{background:var(--bg2);border-bottom:1px solid var(--border);flex-direction:column;gap:0;padding:16px 5%;display:flex;position:fixed;top:68px;left:0;right:0}.custom-landing-root .nav-links.open li{border-bottom:1px solid var(--border)}.custom-landing-root .nav-links.open a{padding:12px 0;font-size:1rem;display:block}.custom-landing-root .frust-grid,.custom-landing-root .feat-grid,.custom-landing-root .steps,.custom-landing-root .stats-grid,.custom-landing-root .swap-grid,.custom-landing-root .contact-grid{grid-template-columns:1fr}.custom-landing-root .feat-card.wide{grid-column:span 1}.custom-landing-root .filter-demo,.custom-landing-root .results-grid,.custom-landing-root .ai-layout{grid-template-columns:1fr}.custom-landing-root .team-grid{grid-template-columns:repeat(3,1fr)}.custom-landing-root .footer-grid{grid-template-columns:1fr 1fr}.custom-landing-root .footer-brand{grid-column:1/-1}.custom-landing-root .steps:before{display:none}.custom-landing-root .stat-item{border-right:none;border-bottom:1px solid var(--border)}}@media (max-width:600px){.custom-landing-root section{padding:72px 5%}.custom-landing-root .team-grid{grid-template-columns:repeat(2,1fr)}.custom-landing-root .footer-grid{grid-template-columns:1fr}.custom-landing-root .hero-cards{display:none}.custom-landing-root .testi-card{min-width:280px;max-width:280px}}[data-theme=light]{--bg:#fff;--bg2:#f1f5f9;--bg3:#e2e8f0;--surface:#fff;--surface2:#f8fafc;--border:#00000014;--border2:#0000001f;--text:#0f172a;--muted:#475569;--muted2:#64748b;--g1:#059669;--g2:#0284c7;--btn-g1:#10b981;--btn-g2:#0ea5e9;--accent:#10b981;--accent2:#0ea5e9}.custom-landing-root[data-theme=light]{background:#fff}.custom-landing-root[data-theme=light] .hero-bg{background:radial-gradient(80% 60% at 50% -10%,#10b9811a 0%,#0000 60%),radial-gradient(60% 50% at 80%,#0ea5e914 0%,#0000 50%),radial-gradient(50% 50% at 20% 80%,#6366f10d 0%,#0000 50%)}.custom-landing-root[data-theme=light] .grid-bg{background-image:linear-gradient(#0000000a 1px,#0000 1px),linear-gradient(90deg,#0000000a 1px,#0000 1px)}.custom-landing-root[data-theme=light] nav{background:#ffffffd9}.custom-landing-root[data-theme=light] .hero-h1{color:#0f172a}.custom-landing-root[data-theme=light] .hero-badge{color:var(--g1);background:#10b98114;border:1px solid #10b98133}.custom-landing-root[data-theme=light] .btn-hero,.custom-landing-root[data-theme=light] .btn-primary{color:#fff}.custom-landing-root[data-theme=light] .hero-pill{color:#475569;background:#00000008}.custom-landing-root[data-theme=light] .btn-ghost,.custom-landing-root[data-theme=light] .btn-hero-ghost{background:#00000005}.custom-landing-root[data-theme=light] .theme-toggle:hover{background:#0000000d}.custom-landing-root[data-theme=light] #why{background:#f8fafc}.custom-landing-root[data-theme=light] .frust-bad{color:#ef4444;background:#fff;border:1px solid #e5e7eb}.custom-landing-root[data-theme=light] .frust-good{color:#059669;background:linear-gradient(135deg,#10b9810f,#06b6d40f);border:1px solid #10b98133;box-shadow:0 4px 20px #10b9810d}#about,#why{padding-top:40px!important;padding-bottom:40px!important}#how-it-works{padding-top:40px!important}@media (max-width:768px){#about,#why{padding-top:24px!important;padding-bottom:24px!important}#how-it-works{padding-top:24px!important}}#how{padding-top:40px!important;padding-bottom:40px!important}#how .steps{margin-top:40px!important}@media (max-width:768px){#how{padding-top:24px!important;padding-bottom:24px!important}#how .steps{margin-top:32px!important}}#features{padding-top:20px!important}@media (max-width:768px){#features{padding-top:12px!important}}#features{padding-bottom:40px!important}#filters{padding-top:40px!important}@media (max-width:768px){#features{padding-bottom:24px!important}#filters{padding-top:24px!important}}#filters{padding-bottom:40px!important}#swaps{padding-top:40px!important}@media (max-width:768px){#filters{padding-bottom:24px!important}#swaps{padding-top:24px!important}}@media (max-width:768px){#swaps{padding-bottom:24px!important}#ai-section{padding-top:24px!important}}.ai-layout{margin-top:31px!important}@media (max-width:768px){#ai-section{padding-top:0!important}.ai-layout{margin-top:31px!important}}#swaps{padding-bottom:0!important}#ai-section{padding-top:15px!important}@media (max-width:768px){#swaps{padding-bottom:0!important}#ai-section{padding-top:10px!important}}#ai-section{padding-bottom:40px!important}#stats{padding-top:40px!important;padding-bottom:40px!important}@media (max-width:768px){#ai-section{padding-bottom:24px!important}#stats{padding-top:24px!important;padding-bottom:24px!important}}#testimonials{padding-top:56px!important;padding-bottom:48px!important}@media (max-width:768px){#testimonials{padding-top:48px!important;padding-bottom:48px!important}}.testi-carousel{width:100%;position:relative;overflow:hidden}.testi-track{gap:20px;width:max-content;animation:40s linear infinite marqueeScroll;display:flex}.testi-track:hover{animation-play-state:paused}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}#team{padding-top:56px!important;padding-bottom:56px!important}@media (max-width:768px){#team{padding-top:48px!important;padding-bottom:48px!important}}.team-card-3d{perspective:1000px;background:0 0;border:none;height:320px}.team-card-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,0,.2,1);position:relative}.team-card-3d:hover .team-card-inner{transform:rotateY(180deg)}.team-card-front,.team-card-back{backface-visibility:hidden;background:var(--surface);border:1px solid var(--border);border-radius:var(--r2);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:24px;display:flex;position:absolute}.team-card-back{text-align:center;transform:rotateY(180deg)}.team-back-detail{color:var(--muted);margin-bottom:12px;font-size:.95rem}.team-back-detail span{color:var(--text);font-weight:600}#team{padding-bottom:24px!important}#faq{padding-top:40px!important}@media (max-width:768px){#team{padding-bottom:12px!important}#faq{padding-top:24px!important}}#faq{padding-bottom:40px!important}#contact{padding-top:40px!important}@media (max-width:768px){#faq{padding-bottom:24px!important}#contact{padding-top:24px!important}}#contact{padding-bottom:40px!important}.cta-section,.cta,#cta{height:auto!important;min-height:auto!important;padding-top:60px!important;padding-bottom:60px!important}@media (max-width:768px){#contact{padding-bottom:24px!important}.cta-section,.cta,#cta{padding-top:40px!important;padding-bottom:40px!important}}#final-cta{height:auto!important;min-height:auto!important;margin-top:0!important;margin-bottom:0!important;padding-top:40px!important;padding-bottom:40px!important}#final-cta .container{height:auto!important;min-height:auto!important;padding-top:0!important;padding-bottom:0!important}@media (max-width:768px){#final-cta{padding-top:24px!important;padding-bottom:24px!important}}.mega-menu-wrapper{position:relative}.mega-menu{opacity:0;visibility:hidden;z-index:100;background:#060c18;border:1px solid #ffffff0d;border-radius:16px;min-width:760px;padding:24px;transition:all .3s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 20px 40px #0006,0 0 20px #38bdf81a}.mega-menu-wrapper:hover .mega-menu,.mega-menu-wrapper:focus-within .mega-menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.mega-menu-container{gap:32px;display:flex}.mega-menu-col{flex:1}.mega-menu-col h4{text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-bottom:16px;font-size:.75rem;font-weight:600}.mega-item{color:var(--text);border-radius:12px;align-items:flex-start;gap:12px;margin-bottom:8px;padding:12px;text-decoration:none;transition:all .2s;display:flex}.mega-item:hover{background:#ffffff08}.mega-icon{margin-top:2px;font-size:1.25rem}.mega-item h5{color:var(--text);margin:0 0 4px;font-size:.95rem;font-weight:600}.mega-item p{color:var(--muted);margin:0;font-size:.8rem;line-height:1.4}@media (max-width:900px){.mega-menu{opacity:1;visibility:visible;box-shadow:none;background:0 0;border:none;min-width:100%;padding:12px 0 12px 10px;display:none;position:static;transform:none}.mega-menu-wrapper:hover .mega-menu,.mega-menu-wrapper:active .mega-menu{display:block;transform:none}.mega-menu-container{flex-direction:column;gap:16px}.mega-item{margin-bottom:4px;padding:8px}}
