: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}.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] .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}}.custom-landing-root .navbar{background:#01040d!important;border-bottom:1px solid #94a3b81f!important;height:122px!important;padding:0 clamp(20px,4vw,48px)!important}.custom-landing-root .nav-links a{color:#94a3b8!important}.custom-landing-root .brand-name{color:#f8fafc!important}.custom-landing-root .nav-cta .btn-primary{color:#020617!important;box-shadow:none!important;background:linear-gradient(90deg,#34d399 0%,#38bdf8 100%)!important;border:none!important;border-radius:18px!important;font-weight:700!important}.custom-landing-root .nav-cta .btn-ghost{color:#f8fafc!important;background:0 0!important;border:1px solid #94a3b83d!important;border-radius:16px!important}.custom-landing-root .hero{isolation:isolate!important;background:radial-gradient(circle at 75% 72%,#10b9811f,#0000 28%),linear-gradient(135deg,#030814 0%,#040a13 100%)!important;min-height:calc(100vh - 122px)!important;padding-top:110px!important;display:block!important;position:relative!important;overflow:hidden!important}.custom-landing-root .hero:before{content:"";z-index:-1;pointer-events:none;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.custom-landing-root .hero-dashboard-image{z-index:0!important;object-fit:contain!important;object-position:right center!important;opacity:.95!important;pointer-events:none!important;width:60vw!important;height:95%!important;display:block!important;position:absolute!important;top:50%!important;left:auto!important;right:-1%!important;transform:translateY(-50%)!important}.custom-landing-root .hero-overlay{z-index:1!important;pointer-events:none!important;background:linear-gradient(90deg,#030814 0%,#030814f7 38%,#030814c7 56%,#03081457 76%,#0308141a 100%)!important;position:absolute!important;inset:0!important}.custom-landing-root .hero-badge{z-index:2!important;color:#22e58b!important;text-align:center!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;background:#141c28d6!important;border:1px solid #94a3b838!important;border-radius:999px!important;width:fit-content!important;margin:0 auto 20px!important;padding:16px 30px!important;font-size:18px!important;display:block!important;position:relative!important;top:auto!important;transform:none!important}.custom-landing-root .hero-copy{z-index:2!important;text-align:left!important;flex-direction:column!important;align-items:flex-start!important;width:min(58%,1080px)!important;margin-top:0!important;padding-left:20px!important;display:flex!important;position:relative!important}.custom-landing-root .hero-h1{letter-spacing:-.05em!important;color:#f8fafc!important;text-align:left!important;width:100%!important;margin:0!important;font-size:clamp(64px,5vw,88px)!important;font-weight:800!important;line-height:.98!important}.custom-landing-root .hero-animated-row{align-items:center!important;width:100%!important;margin-top:16px!important;display:flex!important}.custom-landing-root .hero-static-for{color:#f8fafc!important;margin-right:20px!important;font-size:clamp(42px,3vw,58px)!important;font-weight:500!important}.custom-landing-root .animated-word-container{color:#020617!important;background:#38bdf8!important;border:none!important;border-radius:24px!important;justify-content:center!important;align-items:center!important;width:419px!important;max-width:calc(100vw - 170px)!important;height:74px!important;font-size:clamp(52px,5vw,82px)!important;font-weight:800!important;line-height:1!important;display:flex!important;position:relative!important;overflow:hidden!important}.custom-landing-root .animated-word{text-align:center!important;opacity:0!important;color:#020617!important;width:100%!important;transition:all .4s ease-in-out!important;position:absolute!important;top:50%!important;left:0!important;transform:translateY(-50%)!important}.custom-landing-root .animated-word.active{opacity:1!important;transform:translateY(-50%)!important}.custom-landing-root .animated-word.exit{opacity:0!important;transform:translateY(-80%)!important}.custom-landing-root .hero-description{color:#94a3b8!important;text-align:left!important;max-width:1120px!important;margin-top:24px!important;font-size:26px!important;line-height:1.9!important}.custom-landing-root .hero-cta-wrapper{justify-content:flex-start!important;align-items:center!important;gap:20px!important;width:100%!important;margin-top:34px!important;display:flex!important}.custom-landing-root .hero-btn-primary{color:#020617!important;cursor:pointer!important;background:linear-gradient(90deg,#34d399 0%,#38bdf8 100%)!important;border:none!important;border-radius:20px!important;justify-content:center!important;align-items:center!important;width:268px!important;height:75px!important;font-size:24px!important;font-weight:700!important;transition:transform .2s!important;display:flex!important}.custom-landing-root .hero-btn-primary:hover{transform:translateY(-2px)!important}.custom-landing-root .hero-btn-secondary{color:#f8fafc!important;cursor:pointer!important;background:#141c28e0!important;border:1px solid #94a3b83d!important;border-radius:20px!important;justify-content:center!important;align-items:center!important;width:268px!important;height:75px!important;font-size:24px!important;font-weight:700!important;transition:background .2s!important;display:flex!important}.custom-landing-root .hero-btn-secondary:hover{background:#1e293be0!important}.custom-landing-root .hero-category-wrapper{z-index:2!important;justify-content:center!important;align-items:center!important;width:100%!important;margin-top:32px!important;display:flex!important;position:relative!important}.custom-landing-root .hero-category-row{justify-content:center!important;align-items:center!important;gap:16px!important;width:max-content!important;margin-left:auto!important;margin-right:auto!important;display:flex!important}.custom-landing-root .cta-group{align-items:center!important;gap:16px!important;display:flex!important}.custom-landing-root .cta-group[aria-hidden=true]{display:none!important}@keyframes cta-scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.custom-landing-root .hero-chip{color:#94a3b8!important;white-space:nowrap!important;background:#141c28e0!important;border:1px solid #94a3b833!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;height:60px!important;padding:0 24px!important;font-size:18px!important;display:flex!important}.custom-landing-root[data-theme=light] .hero{background:radial-gradient(circle at 75% 72%,#0ea5e912,#0000 34%),linear-gradient(135deg,#f9fbfd 0%,#fafdff 100%)!important}.custom-landing-root[data-theme=light] .hero:before{background-image:linear-gradient(#00000009 1px,#0000 1px),linear-gradient(90deg,#00000009 1px,#0000 1px)!important}.custom-landing-root[data-theme=light] .hero-dashboard-image{opacity:.95!important}.custom-landing-root[data-theme=light] .hero-overlay{background:linear-gradient(90deg,#f9fbfd 0%,#f9fbfdf7 38%,#f9fbfdd9 56%,#f9fbfd70 76%,#f9fbfd1a 100%)!important}.custom-landing-root[data-theme=light] .hero-h1,.custom-landing-root[data-theme=light] .hero-static-for{color:#0f172a!important}.custom-landing-root[data-theme=light] .hero-description{color:#475569!important}.custom-landing-root[data-theme=light] .animated-word-container{background:#eaf3ff!important;border:1px solid #d7e7ff!important}.custom-landing-root[data-theme=light] .animated-word{color:#1e3a8a!important}.custom-landing-root[data-theme=light] .hero-badge{color:#047857!important;background:#ffffffc2!important;border:1px solid #bcede2!important}.custom-landing-root[data-theme=light] .hero-btn-secondary{color:#0f172a!important;background:#fff!important;border:1px solid #dce3ec!important}.custom-landing-root[data-theme=light] .hero-chip{color:#334155!important;background:#ffffffe6!important;border:1px solid #e2e8f0!important}.custom-landing-root[data-theme=light] .navbar{background:#fff!important;border-bottom:1px solid #e2e8f0!important}.custom-landing-root[data-theme=light] .nav-links a{color:#475569!important}.custom-landing-root[data-theme=light] .brand-name{color:#0f172a!important}.custom-landing-root[data-theme=light] .nav-cta .btn-ghost{color:#0f172a!important;border-color:#e2e8f0!important}@media (max-width:900px){.custom-landing-root .hero{height:auto!important;min-height:auto!important;padding-top:40px!important}.custom-landing-root .hero-copy{text-align:center!important;align-items:center!important;width:100%!important;margin-top:32px!important;padding:0 16px!important}.custom-landing-root .hero-dashboard-image{opacity:.25!important;width:100%!important;height:70%!important;top:50%!important;right:0!important;transform:translateY(-50%)!important}.custom-landing-root .hero-overlay{background:#030814d9!important}.custom-landing-root[data-theme=light] .hero-overlay{background:#f9fbfde0!important}.custom-landing-root .hero-badge{white-space:nowrap!important;margin:10px auto 24px!important;padding:12px 20px!important;font-size:14px!important}.custom-landing-root .hero-h1{text-align:center!important;font-size:clamp(40px,10vw,56px)!important}.custom-landing-root .hero-animated-row{flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:12px!important;width:100%!important;margin-top:12px!important}.custom-landing-root .hero-static-for{margin-right:0!important;font-size:clamp(24px,6vw,32px)!important}.custom-landing-root .animated-word-container{width:60vw!important;height:60px!important;font-size:clamp(24px,7vw,36px)!important}.custom-landing-root .hero-description{text-align:center!important;font-size:18px!important}.custom-landing-root .hero-cta-wrapper{flex-direction:column!important;justify-content:center!important;gap:12px!important}.custom-landing-root .hero-btn-primary,.custom-landing-root .hero-btn-secondary{width:100%!important;min-width:unset!important;height:64px!important;font-size:20px!important}.custom-landing-root .hero-chip{height:48px!important;padding:0 10px!important;font-size:12px!important}.custom-landing-root .hero-category-wrapper.cta-marquee-viewport{box-sizing:border-box!important;padding-inline:20px!important;scrollbar-width:none!important;-ms-overflow-style:none!important;justify-content:flex-start!important;width:100%!important;margin-bottom:20px!important;padding-bottom:20px!important;overflow:hidden!important}.custom-landing-root .hero-category-wrapper.cta-marquee-viewport::-webkit-scrollbar{display:none!important}.custom-landing-root .hero-category-row.cta-marquee-track{will-change:transform!important;gap:14px!important;width:max-content!important;margin:0!important;padding:0!important;animation:24s linear infinite cta-scroll-right!important;display:flex!important}.custom-landing-root .cta-group{flex-shrink:0!important;align-items:center!important;gap:14px!important;padding-right:14px!important;display:flex!important}.custom-landing-root .cta-group[aria-hidden=true]{display:flex!important}}@media (prefers-reduced-motion:reduce){.custom-landing-root .hero-category-row.cta-marquee-track{animation:none!important;transform:none!important}.custom-landing-root .hero-category-wrapper.cta-marquee-viewport{overflow-x:auto!important}}@media (max-width:600px){.custom-landing-root .hero-chips-row{grid-template-rows:repeat(3,auto)!important;grid-template-columns:repeat(2,1fr)!important}}@media (min-width:1024px){.custom-landing-root .hero-badge{font-size:12px!important}.custom-landing-root .hero-h1{font-size:clamp(43px,3.35vw,59px)!important}.custom-landing-root .hero-static-for{font-size:clamp(28px,2vw,39px)!important}.custom-landing-root .animated-word-container{font-size:clamp(35px,3.35vw,55px)!important}.custom-landing-root .hero-description{font-size:17.5px!important}.custom-landing-root .hero-btn-primary,.custom-landing-root .hero-btn-secondary{font-size:16px!important}.custom-landing-root .hero-chip{font-size:12px!important}}.custom-landing-root .why-skilllinkr-section{background:#080f20!important;padding:100px 0!important}.custom-landing-root .ws-label{color:#34d399!important;letter-spacing:.16em!important;text-transform:uppercase!important;text-align:center!important;margin-bottom:24px!important;font-size:15px!important;font-weight:800!important}.custom-landing-root .ws-title{color:#f8fafc!important;text-align:center!important;margin-inline:auto!important;max-width:1050px!important;margin-bottom:32px!important;font-size:clamp(22px,6vw,68px)!important;font-weight:800!important;line-height:1.08!important}.custom-landing-root .ws-intro{color:#94a3b8!important;text-align:left!important;max-width:100%!important;margin-bottom:64px!important;margin-left:5px!important;margin-right:0!important;font-size:16px!important;line-height:1.7!important}.custom-landing-root .ws-grid{grid-template-columns:1fr 1fr!important;gap:32px!important;max-width:1200px!important;margin-inline:auto!important;display:grid!important}@media (max-width:900px){.custom-landing-root .ws-grid{grid-template-columns:1fr!important}}.custom-landing-root .ws-col{flex-direction:column!important;gap:16px!important;display:flex!important}.custom-landing-root .ws-col-title{margin-bottom:16px!important;font-size:24px!important;font-weight:700!important}.custom-landing-root .ws-col-title.old-way{color:#fda4af!important}.custom-landing-root .ws-col-title.new-way{color:#4ade80!important}.custom-landing-root .ws-card{border-radius:18px!important;align-items:center!important;min-height:72px!important;padding:18px 24px!important;font-size:16px!important;font-weight:500!important;line-height:1.5!important;transition:all .2s!important;display:flex!important}.custom-landing-root .ws-card:hover{transform:translateY(-2px)!important}.custom-landing-root .old-way-card{color:#fda4af!important;background:#450a0a38!important;border:1px solid #f8717140!important}.custom-landing-root .old-way-card:hover{border-color:#f8717173!important}.custom-landing-root .new-way-card{color:#86efac!important;background:#064e3b3d!important;border:1px solid #34d39947!important}.custom-landing-root .new-way-card:hover{border-color:#34d3997a!important}.custom-landing-root .ws-icon{flex-shrink:0!important;margin-right:16px!important;font-size:20px!important}.custom-landing-root[data-theme=light] .why-skilllinkr-section{background:radial-gradient(circle at 82% 18%,#0ea5e912,#0000 28%),radial-gradient(circle at 12% 88%,#10b9810f,#0000 30%),#f9fbfd!important}.custom-landing-root[data-theme=light] .ws-label{color:#059669!important}.custom-landing-root[data-theme=light] .ws-title{color:#0f172a!important}.custom-landing-root[data-theme=light] .ws-intro{color:#475569!important}.custom-landing-root[data-theme=light] .ws-col-title.old-way{color:#be123c!important}.custom-landing-root[data-theme=light] .ws-col-title.new-way{color:#047857!important}.custom-landing-root[data-theme=light] .ws-card{color:#334155!important}.custom-landing-root[data-theme=light] .old-way-card{color:#9f1239!important}.custom-landing-root[data-theme=light] .new-way-card{color:#065f46!important}:root{--navbar-height:114px}html,body{overflow-x:clip}.custom-landing-root .journey-section{background:#01040d!important;width:100%!important;height:400vh!important;position:relative!important}.custom-landing-root .journey-sticky{top:var(--navbar-height)!important;width:100%!important;height:calc(100svh - var(--navbar-height))!important;isolation:isolate!important;position:sticky!important;overflow:hidden!important}.custom-landing-root .journey-left-rail,.custom-landing-root .journey-right-rail,.custom-landing-root .journey-active-area{height:100%!important;position:absolute!important;top:0!important}.custom-landing-root .journey-left-rail{justify-content:flex-start!important;align-items:center!important;gap:clamp(1rem,2vw,2.5rem)!important;width:22vw!important;display:flex!important;left:3vw!important}.custom-landing-root .journey-active-area{justify-content:flex-start!important;align-items:center!important;width:min(760px,46vw)!important;display:flex!important;left:27vw!important;overflow:visible!important}.custom-landing-root .journey-right-rail{justify-content:flex-end!important;align-items:center!important;gap:clamp(1rem,2vw,2.5rem)!important;width:22vw!important;display:flex!important;left:auto!important;right:3vw!important;overflow:visible!important}.custom-landing-root .journey-active-card{flex-direction:column!important;align-items:flex-start!important;width:100%!important;max-width:720px!important;display:flex!important}.custom-landing-root .journey-title{margin:0 0 .7rem!important;font-size:clamp(2.1rem,3vw,4rem)!important;font-weight:800!important;line-height:1.05!important}.custom-landing-root .journey-highlight{margin:0 0 1rem!important;font-size:clamp(1.05rem,1.5vw,1.4rem)!important;font-weight:700!important}.custom-landing-root .journey-description{max-width:58ch!important;margin:0 0 1.5rem!important;font-size:clamp(.95rem,1.15vw,1.15rem)!important;line-height:1.6!important}.custom-landing-root .journey-image-frame{border-radius:24px!important;justify-content:center!important;align-items:center!important;width:min(100%,700px)!important;height:min(48vh,520px)!important;display:flex!important;overflow:hidden!important}.custom-landing-root .journey-image-frame img{object-fit:contain!important;width:100%!important;height:100%!important;display:block!important}.custom-landing-root .journey-vertical-label{writing-mode:vertical-rl!important;white-space:nowrap!important;text-transform:uppercase!important;letter-spacing:.04em!important;font-size:clamp(1.2rem,2vw,2.5rem)!important;font-weight:800!important;transform:rotate(180deg)!important}.custom-landing-root .journey-section{background:radial-gradient(circle at 67% 55%,#0ea5e914,#0000 33%),radial-gradient(circle at 32% 72%,#10b98114,#0000 35%),#01040d!important}.custom-landing-root .journey-title{color:#f8fafc!important}.custom-landing-root .journey-highlight{color:#38bdf8!important}.custom-landing-root .journey-description{color:#94a3b8!important}.custom-landing-root .journey-vertical-label{color:#94a3b83d!important}.custom-landing-root .journey-left-rail .journey-vertical-label{color:#34d39947!important}.custom-landing-root[data-theme=light] .journey-section{background:radial-gradient(circle at 72%,#0ea5e917,#0000 34%),radial-gradient(circle at 28% 73%,#10b98112,#0000 34%),#f9fbfd!important}.custom-landing-root[data-theme=light] .journey-title{color:#0f172a!important}.custom-landing-root[data-theme=light] .journey-highlight{color:#0284c7!important}.custom-landing-root[data-theme=light] .journey-description{color:#475569!important}.custom-landing-root[data-theme=light] .journey-vertical-label{color:#0f172a29!important}.custom-landing-root[data-theme=light] .journey-left-rail .journey-vertical-label{color:#05966933!important}.custom-landing-root .journey-image-frame{background:#0f172ab8!important;border:1px solid #38bdf82e!important;box-shadow:0 30px 75px #0000006b,0 0 70px #10b9811a!important}.custom-landing-root[data-theme=light] .journey-image-frame{background:#ffffffc7!important;border:1px solid #dce3ec!important;box-shadow:0 24px 60px #0f172a1a!important}.custom-landing-root .hidden-mobile{display:block!important}.custom-landing-root .hidden-desktop{display:none!important}@media (max-width:1024px),(prefers-reduced-motion:reduce){.custom-landing-root .journey-section{height:auto!important;padding-top:100px!important;padding-bottom:60px!important}.custom-landing-root .hidden-mobile{display:none!important}.custom-landing-root .hidden-desktop{flex-direction:column!important;gap:40px!important;padding:0 20px 100vh!important;display:flex!important}.custom-landing-root .journey-stacked-card{z-index:1!important;background:#01040d!important;flex-direction:column!important;align-items:flex-start!important;min-height:calc(100vh - 100px)!important;padding-bottom:20px!important;display:flex!important;position:sticky!important;top:100px!important}.custom-landing-root[data-theme=light] .journey-stacked-card{background:#f9fbfd!important}.custom-landing-root .journey-stacked-indicator{color:#34d399!important;margin-bottom:8px!important;font-size:14px!important;font-weight:800!important}.custom-landing-root[data-theme=light] .journey-stacked-indicator{color:#059669!important}}.custom-landing-root .journey-stacked-indicator{color:#34d399!important;margin-bottom:8px!important;font-size:14px!important;font-weight:800!important}.custom-landing-root[data-theme=light] .journey-stacked-indicator{color:#059669!important}
