:root{--color-primary:#b06daa;--color-primary-dark:#84477f;--color-dark:#26062b;--color-light-gray:#d8d8d8;--color-secondary:#84477f;--color-dark-bg:#1a0520;--color-card-bg:rgba(176,109,170,.05);--color-border:rgba(176,109,170,.15);--color-text-primary:#1a1a1a;--color-text-secondary:#5c5c5c;--color-text-light:#f7f8fb;--color-white:#fff;--gradient-primary:linear-gradient(135deg,#26062b,#84477f 50%,#b06daa);--gradient-hero:linear-gradient(135deg,#26062b,#3d1742 60%,#1a0520);--gradient-card:linear-gradient(145deg,rgba(176,109,170,.08),rgba(132,71,127,.05));--shadow-sm:0 2px 8px rgba(38,6,43,.08);--shadow-md:0 4px 16px rgba(38,6,43,.12);--shadow-lg:0 8px 32px rgba(38,6,43,.16);--shadow-xl:0 12px 48px rgba(38,6,43,.2);--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2rem;--spacing-xl:3rem;--spacing-2xl:4rem;--spacing-3xl:6rem;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-2xl:32px;--radius-full:999px;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:2rem;--font-size-4xl:2.5rem;--font-size-5xl:3rem;--transition-fast:150ms ease;--transition-base:250ms ease;--transition-slow:350ms ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--color-text-primary);background:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:min(1200px,92%);margin:0 auto}.text-gradient-primary{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-light{background:#fff;color:var(--color-text-primary)}.section-dark{background:radial-gradient(ellipse at top,#3d1742 0,#26062b 50%,#1a0520 100%);color:#fff;position:relative;overflow:hidden}.section-dark:before{content:"";background-image:linear-gradient(rgba(176,109,170,.03) 1px,transparent 0),linear-gradient(90deg,rgba(176,109,170,.03) 1px,transparent 0);background-size:50px 50px;opacity:.5;animation:gridPulse 4s ease-in-out infinite}.section-dark .floating-shapes,.section-dark:before{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}.section-dark .floating-shapes{z-index:0}.section-dark .shape{position:absolute;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;filter:blur(60px);opacity:.3;animation:float 20s ease-in-out infinite}.section-dark .shape-1{width:400px;height:400px;background:linear-gradient(135deg,#b06daa,#d896d0);top:10%;left:5%;animation-delay:0s}.section-dark .shape-2{width:350px;height:350px;background:linear-gradient(135deg,#84477f,#b06daa);top:50%;right:10%;animation-delay:5s}.section-dark .shape-3{width:300px;height:300px;background:linear-gradient(135deg,#c97ec0,#e8b5e3);bottom:15%;left:15%;animation-delay:10s}.section-dark .shape-4{width:250px;height:250px;background:linear-gradient(135deg,#9d5895,#c97ec0);top:30%;right:25%;animation-delay:15s}.section-dark .particles{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none;z-index:0}.section-dark .particle{position:absolute;width:4px;height:4px;background:#fff;border-radius:50%;box-shadow:0 0 10px hsla(0,0%,100%,.8),0 0 20px rgba(176,109,170,.6);animation:sparkle 3s ease-in-out infinite}.section-dark .particle:first-child{top:20%;left:10%;animation-delay:0s}.section-dark .particle:nth-child(2){top:40%;left:30%;animation-delay:.7s}.section-dark .particle:nth-child(3){top:60%;left:20%;animation-delay:1.4s}.section-dark .particle:nth-child(4){top:30%;right:15%;animation-delay:2.1s}.section-dark .particle:nth-child(5){top:70%;right:25%;animation-delay:2.8s}.section-dark .particle:nth-child(6){top:50%;right:40%;animation-delay:3.5s}.section-dark .particle:nth-child(7){bottom:25%;left:35%;animation-delay:4.2s}.section-dark .particle:nth-child(8){bottom:40%;right:30%;animation-delay:4.9s}.hero-dark-bg{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000}.hero-dark-bg:before{content:"";background:linear-gradient(135deg,rgba(0,0,0,.7),rgba(38,6,43,.8));z-index:1}.hero-dark-bg:before,.hero-dark-bg__image{position:absolute;top:0;left:0;right:0;bottom:0}.hero-dark-bg__image{z-index:0}.hero-dark-bg__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:brightness(.4) grayscale(.3)}.hero-dark-bg>*{position:relative;z-index:2}@keyframes gridPulse{0%,to{opacity:.3}50%{opacity:.6}}@keyframes float{0%,to{transform:translate(0) rotate(0deg)}25%{transform:translate(30px,-30px) rotate(90deg)}50%{transform:translateY(-60px) rotate(180deg)}75%{transform:translate(-30px,-30px) rotate(270deg)}}@keyframes sparkle{0%,to{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1)}}i{color:var(--color-primary);margin-right:10px}