.homepage{width:100%;margin:0;padding:0;overflow-x:hidden}:root{--hero-bg:#050505;--hero-gradient:#695af1;--hero-text-muted:rgba(255,255,255,0.55);--hero-stats-bg:rgba(20,20,22,0.72);--navbar-height:76px}.home-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;background:var(--hero-bg);font-family:var(--font-body);color:var(--white);overflow:hidden}.home-hero__bg{position:absolute;inset:0;z-index:0}.home-hero__bg-image{width:100%;height:100%;object-fit:cover;object-position:center right}.home-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.97),rgba(5,5,5,.88) 38%,rgba(5,5,5,.45) 62%,rgba(5,5,5,.25))}.home-hero__content{position:relative;z-index:1;flex:1 1;display:flex;flex-direction:column;justify-content:flex-end;max-width:var(--container-max);width:100%;margin:0 auto;padding:calc(var(--navbar-height) + 48px) var(--gutter) 40px}.home-hero__main{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(32px,5vw,80px);align-items:end;margin-bottom:clamp(40px,6vw,72px)}.hero-eyebrow{display:flex;align-items:center;gap:12px;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--hero-text-muted);margin:0 0 28px}.hero-eyebrow__line{display:block;width:28px;height:2px;background:var(--hero-gradient);flex-shrink:0}.hero-headline{font-family:var(--font-display);font-size:clamp(40px,5vw,64px);font-weight:400;line-height:1.08;color:var(--white);margin:0 0 24px;letter-spacing:-.02em}.hero-headline__line{display:block}.hero-headline__line--gradient{font-style:italic;background:var(--hero-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero-subheadline{font-size:16px;font-weight:400;line-height:1.6;color:rgba(255,255,255,.78);margin:0 0 36px;max-width:420px}.hero-cta-buttons{display:flex;flex-wrap:wrap;gap:14px}.hero-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;border-radius:6px;cursor:pointer;transition:all .2s ease;border:1.5px solid transparent}.hero-btn--primary{background:var(--primary);color:var(--white)}.hero-btn--primary:hover{box-shadow:0 6px 28px rgba(105,90,242,.5);transform:translateY(-1px)}.hero-btn--secondary{background:transparent;color:var(--white);border-color:rgba(255,255,255,.45)}.hero-btn--secondary:hover{border-color:rgba(255,255,255,.8);background:rgba(255,255,255,.06)}.hero-btn__arrow{width:18px;height:18px;margin-left:8px;transition:transform .2s ease}.hero-btn:hover .hero-btn__arrow--right{transform:translateX(3px)}.hero-btn:hover .hero-btn__arrow--down{transform:translateY(3px)}.hero-testimonial{margin:0;padding:0 0 8px;max-width:340px;justify-self:end;align-self:end}.hero-testimonial__quote{display:block;font-family:var(--font-display);font-size:48px;line-height:1;font-weight:700;background:var(--hero-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;margin-bottom:12px;letter-spacing:-.04em}.hero-testimonial__text{font-size:17px;font-weight:400;line-height:1.55;color:rgba(255,255,255,.9);margin:0 0 20px}.hero-testimonial__divider{display:block;width:100%;height:1px;background:linear-gradient(90deg,#5849e5,rgba(91,141,239,.2));margin-bottom:16px}.hero-testimonial__attribution{display:flex;flex-direction:column;gap:2px;font-style:normal}.hero-testimonial__attribution cite{font-size:14px;font-weight:600;color:var(--white);font-style:normal}.hero-testimonial__attribution span{font-size:13px;color:var(--hero-text-muted)}.hero-stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:var(--hero-stats-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:28px 16px;margin-bottom:36px}.hero-stat{display:flex;flex-direction:column;align-items:flex-start;padding:0 24px;border-right:1px solid rgba(255,255,255,.1)}.hero-stat:last-child{border-right:none}.hero-stat__icon{width:20px;height:20px;color:#5849e5;margin-bottom:12px}.hero-stat__number{font-family:var(--font-display);font-size:clamp(28px,3vw,40px);font-weight:400;line-height:1;color:var(--white);margin-bottom:8px;letter-spacing:-.02em}.hero-stat__label{font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--hero-text-muted);line-height:1.4}.hero-trust{text-align:center;padding-bottom:8px}.hero-trust__label{font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--hero-text-muted);margin:0 0 20px}.hero-trust__logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(20px,4vw,48px)}.hero-trust__logo{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.45);text-decoration:none;transition:color .2s ease;white-space:nowrap}a.hero-trust__logo:hover{color:rgba(255,255,255,.75)}.hero-trust__more{font-size:12px;font-weight:400;color:rgba(255,255,255,.5);font-style:italic}@media (max-width:1100px){.home-hero__main{grid-template-columns:1fr;gap:40px}.hero-testimonial{justify-self:start;max-width:480px}.hero-stats-bar{grid-template-columns:repeat(2,1fr);gap:24px 0;padding:24px 12px}.hero-stat{border-right:none;padding:0 20px}.hero-stat:nth-child(odd){border-right:1px solid rgba(255,255,255,.1)}}@media (max-width:768px){.home-hero__content{padding-top:calc(var(--navbar-height) + 32px);padding-bottom:32px}.hero-headline{font-size:36px}.hero-subheadline{font-size:15px;margin-bottom:28px}.hero-cta-buttons{flex-direction:column}.hero-btn{width:100%}.hero-stats-bar{grid-template-columns:1fr 1fr}.hero-stat:nth-child(odd){border-right:1px solid rgba(255,255,255,.1)}.hero-stat:nth-child(2n){border-right:none}.hero-trust__logos{gap:16px 24px}.hero-trust__logo{font-size:10px}}@media (max-width:480px){.hero-headline{font-size:32px}.hero-stats-bar{grid-template-columns:1fr;gap:20px}.hero-stat{border-right:none!important;padding:0 16px}.hero-testimonial__text{font-size:15px}}