:root{--hero-primary:#8a00c4;--hero-primary-hover:#7a00b4;--hero-secondary:#4a00e0;--hero-secondary-hover:#3a00d0;--hero-gradient-primary:linear-gradient(135deg,#8a00c4,#4a00e0);--hero-gradient-primary-hover:linear-gradient(135deg,#7a00b4,#3a00d0);--hero-gradient-background:linear-gradient(135deg,#faf8ff,#f3f0ff 25%,#f0f0ff 50%,#f5f0ff 75%,#fff);--hero-gradient-accent:linear-gradient(135deg,rgba(138,0,196,.05),rgba(74,0,224,.05));--hero-bg-primary:#faf8ff;--hero-bg-secondary:#f3f0ff;--hero-bg-tertiary:#f0f0ff;--hero-bg-quaternary:#f5f0ff;--hero-bg-white:#fff;--hero-text-primary:#111827;--hero-text-secondary:#6b7280;--hero-text-muted:#9ca3af;--hero-text-accent:#8a00c4;--hero-badge-bg:linear-gradient(90deg,#faf8ff,#f0f4ff);--hero-badge-border:rgba(238,242,255,.3);--hero-badge-text:#7a00b4;--hero-trust-dot:#10b981;--hero-trust-text:#6b7280;--hero-text-xs:0.75rem;--hero-text-sm:0.875rem;--hero-text-base:1rem;--hero-text-lg:1.125rem;--hero-text-xl:1.25rem;--hero-text-2xl:1.5rem;--hero-text-3xl:1.875rem;--hero-text-4xl:2.25rem;--hero-text-5xl:3rem;--hero-text-6xl:3.75rem;--hero-text-7xl:4.5rem;--hero-leading-none:1;--hero-leading-tight:1.1;--hero-leading-snug:1.2;--hero-leading-normal:1.5;--hero-leading-relaxed:1.6;--hero-leading-loose:2;--hero-font-thin:100;--hero-font-extralight:200;--hero-font-light:300;--hero-font-normal:400;--hero-font-medium:500;--hero-font-semibold:600;--hero-font-bold:700;--hero-font-extrabold:800;--hero-font-black:900;--hero-tracking-tighter:-0.05em;--hero-tracking-tight:-0.025em;--hero-tracking-normal:0em;--hero-tracking-wide:0.025em;--hero-tracking-wider:0.05em;--hero-tracking-widest:0.1em;--hero-space-xs:0.25rem;--hero-space-sm:0.5rem;--hero-space-md:1rem;--hero-space-lg:1.5rem;--hero-space-xl:2rem;--hero-space-2xl:3rem;--hero-space-3xl:4rem;--hero-space-4xl:5rem;--hero-space-5xl:6rem;--hero-container-max-width:80rem;--hero-container-padding:1rem;--hero-container-padding-sm:1.5rem;--hero-container-padding-lg:2rem;--hero-section-padding-top:6rem;--hero-section-padding-bottom:4rem;--hero-min-height:80vh;--hero-content-gap:2rem;--hero-content-gap-lg:3rem;--hero-content-min-width:25rem;--hero-visual-max-width:28rem;--hero-visual-max-width-lg:32rem;--hero-visual-height:24rem;--hero-radius-sm:0.5rem;--hero-radius-md:0.75rem;--hero-radius-lg:1rem;--hero-radius-xl:1.5rem;--hero-radius-2xl:2rem;--hero-radius-3xl:3rem;--hero-z-background:1;--hero-z-content:10;--hero-z-elements:5;--hero-duration-fast:150ms;--hero-duration-normal:300ms;--hero-duration-slow:500ms;--hero-duration-slower:1000ms;--hero-duration-slowest:2000ms;--hero-delay-1:300ms;--hero-delay-2:500ms;--hero-delay-3:700ms;--hero-delay-4:1000ms;--hero-delay-5:2000ms;--hero-ease-in:cubic-bezier(0.4,0,1,1);--hero-ease-out:cubic-bezier(0,0,0.2,1);--hero-ease-in-out:cubic-bezier(0.4,0,0.2,1);--hero-ease-bounce:cubic-bezier(0.68,-0.55,0.265,1.55)}.hero-section{position:relative;overflow:hidden;background:var(--hero-gradient-background)}.hero-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:9999px;background:var(--hero-badge-bg);border:1px solid var(--hero-badge-border);color:var(--hero-badge-text);font-size:.875rem;font-weight:500;margin-bottom:1.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}@media (prefers-reduced-motion:reduce){.hero-badge,.hero-badge:hover{transition:none;transform:none;background-position:0 0}}.hero-title{font-size:2.25rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#111827;max-width:43.75rem;letter-spacing:-.02em}@media (min-width:768px){.hero-title{font-size:3rem}}@media (min-width:1024px){.hero-title{font-size:3.75rem}}@media (min-width:1280px){.hero-title{font-size:4.5rem}}.hero-title-highlight{display:block;margin-top:.5rem;background:linear-gradient(90deg,#8a00c4,#4a00e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:var(--hero-text-lg);color:var(--hero-text-secondary);line-height:var(--hero-leading-relaxed);margin-bottom:var(--hero-space-xl);max-width:32rem}@media (min-width:768px){.hero-subtitle{font-size:var(--hero-text-xl)}}.hero-cta-container{display:flex;flex-direction:column;gap:var(--hero-space-md);margin-bottom:var(--hero-space-xl)}@media (min-width:640px){.hero-cta-container{flex-direction:row}}.hero-primary-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:1.25rem;background:var(--hero-gradient-primary);color:#fff;font-size:var(--hero-text-base);font-weight:var(--hero-font-semibold);text-decoration:none;transition:all var(--hero-duration-normal) ease;box-shadow:0 4px 6px -1px rgba(138,0,196,.1),0 2px 4px -1px rgba(138,0,196,.06);transform:translateY(0)}.hero-primary-button:hover{background:var(--hero-gradient-primary-hover);transform:translateY(-1px) scale(1.05);box-shadow:0 10px 15px -3px rgba(138,0,196,.15),0 4px 6px -2px rgba(138,0,196,.08)}.hero-secondary-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:1.25rem;background:hsla(0,0%,100%,.8);backdrop-filter:blur(4px);border:1px solid rgba(138,0,196,.3);color:var(--hero-text-accent);font-size:var(--hero-text-base);font-weight:var(--hero-font-semibold);text-decoration:none;transition:all var(--hero-duration-normal) ease;transform:translateY(0)}.hero-secondary-button:hover{background:var(--hero-gradient-accent);transform:translateY(-1px)}.hero-button-icon{margin-left:.5rem;height:1.25rem;width:1.25rem;transition:transform var(--hero-duration-normal) ease}.hero-primary-button:hover .hero-button-icon{transform:translateX(.25rem)}.hero-trust-container{display:flex;flex-wrap:wrap;align-items:center;gap:var(--hero-space-lg);font-size:var(--hero-text-sm);color:var(--hero-trust-text)}.hero-trust-item{display:flex;align-items:center;gap:.5rem}.hero-trust-dot{width:.5rem;height:.5rem;background:var(--hero-trust-dot);border-radius:50%}.hero-trust-text{color:var(--hero-trust-text)}.hero-visual-content{flex:1;width:100%;display:flex;justify-content:center}@media (min-width:1024px){.hero-visual-content{width:auto;justify-content:flex-end}}.hero-visual-container{width:100%;max-width:var(--hero-visual-max-width);height:var(--hero-visual-height);background:linear-gradient(135deg,var(--hero-bg-primary) .5,var(--hero-bg-secondary) .5);border-radius:var(--hero-radius-3xl);border:1px solid rgba(168,85,247,.2);display:flex;align-items:center;justify-content:center}@media (min-width:1024px){.hero-visual-container{max-width:var(--hero-visual-max-width-lg)}}.hero-visual-icon{width:4rem;height:4rem;background:var(--hero-gradient-primary);border-radius:var(--hero-radius-xl);display:flex;align-items:center;justify-content:center;margin:0 auto var(--hero-space-md)}.hero-visual-text{color:var(--hero-text-secondary);font-weight:var(--hero-font-medium)}