.ft-page{width:100%;max-width:1160px;padding:0 40px;font-family:var(--wst-font-family)}.ft-hero{text-align:center;padding:96px 0 72px;max-width:700px;margin:0 auto}.ft-hero-title{font-size:clamp(42px,6vw,72px);font-weight:600;color:#fff;line-height:1.2;letter-spacing:0;margin:0 0 20px}.ft-hero-accent{background:linear-gradient(135deg,rgb(153,84,242),#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ft-hero-sub{font-size:17px;color:#a1a1a1;margin:0 0 40px;line-height:1.6}.ft-hero-stats{justify-content:center;gap:24px;flex-wrap:wrap}.ft-hero-stats,.ft-stat{display:flex;align-items:center}.ft-stat{flex-direction:column;gap:4px}.ft-stat-val{font-size:24px;font-weight:800;color:#fff;letter-spacing:-.5px;font-variant-numeric:tabular-nums}.ft-stat-lbl{font-size:11px;color:#5c5f63;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.ft-stat-sep{width:1px;height:32px;background:rgba(255,255,255,.08)}.ft-section{margin-bottom:64px}.ft-section-header{margin-bottom:24px}.ft-section-title-row{display:flex;align-items:center;gap:12px;margin-bottom:8px}.ft-section-line{width:28px;height:3px;border-radius:2px;flex-shrink:0}.ft-section-title{font-size:clamp(20px,3vw,26px);font-weight:700;color:#fff;letter-spacing:-.3px;margin:0;white-space:nowrap}.ft-section-tag{font-size:10px;font-weight:600;letter-spacing:.3px;padding:3px 9px;border-radius:100px;border:1px solid;white-space:nowrap}.ft-section-sub{font-size:14px;color:#5c5f63;margin:0;line-height:1.5;padding-left:40px}.ft-section-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.ft-card{background:rgb(20,22,25);border:1px solid rgba(255,255,255,.07);border-radius:16px;display:flex;flex-direction:column;transition:border-color .25s,transform .25s,box-shadow .25s;overflow:hidden}.ft-card:hover{border-color:rgba(255,255,255,.14);transform:translateY(-3px);box-shadow:0 16px 48px rgba(0,0,0,.3)}.ft-card-visual{height:140px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.ft-card-visual svg{position:relative;z-index:1;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.ft-card:hover .ft-card-visual svg{transform:scale(1.05);transition:transform .3s}.ft-card-body{padding:20px 22px 22px;display:flex;flex-direction:column;gap:8px;flex:1}.ft-card-title{font-size:15px;font-weight:600;color:#e8e8e8;margin:0}.ft-card:hover .ft-card-title{color:#fff}.ft-card-desc{font-size:12.5px;color:#5c5f63;line-height:1.65;margin:0;flex:1}.ft-card:hover .ft-card-desc{color:#6e7075}.ft-cta{display:flex;align-items:center;justify-content:center;gap:14px;padding:20px 0 0}.ft-cta-primary{display:inline-flex;align-items:center;padding:12px 24px;background:rgb(153,84,242);color:#fff;font-size:14px;font-weight:600;border-radius:10px;text-decoration:none;transition:opacity .15s}.ft-cta-primary:hover{opacity:.88}.ft-cta-secondary{font-size:14px;font-weight:500;color:#8a8d92;text-decoration:none;transition:color .15s}.ft-cta-secondary:hover{color:#fff}@media (max-width:1024px){.ft-section-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.ft-page{padding:0 16px}.ft-hero{padding:68px 0 48px}.ft-section-grid{grid-template-columns:1fr}.ft-hero-stats{gap:16px}.ft-stat-sep{display:none}}