.landing-theme{--background:30 38% 97%;--foreground:285 45% 11%;--card:0 0% 100%;--card-foreground:285 45% 11%;--popover:0 0% 100%;--popover-foreground:285 45% 11%;--primary:280 64% 52%;--primary-foreground:40 40% 99%;--secondary:30 26% 93%;--secondary-foreground:285 40% 18%;--muted:30 22% 94%;--muted-foreground:285 10% 40%;--accent:335 78% 62%;--accent-foreground:40 40% 99%;--destructive:0 72% 55%;--destructive-foreground:40 40% 99%;--border:285 16% 88%;--input:285 16% 88%;--ring:280 64% 52%;--radius:1.25rem;--ink:285 45% 11%;--gradient-primary:linear-gradient(115deg,#8b29a3,#9e3cd7 42%,#ed5a97);--gradient-hero:radial-gradient(120% 90% at 80% -10%,#fbdae8 0%,transparent 55%),radial-gradient(110% 80% at -10% 10%,#efdef7 0%,transparent 50%),#faf7f4;--gradient-ink:linear-gradient(160deg,#2d1335,#1f0b28);--shadow-soft:0 10px 40px -12px rgba(80,32,96,.18);--shadow-card:0 18px 60px -24px rgba(64,26,77,.22);--shadow-button:0 14px 30px -10px rgba(139,41,188,.5);background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--font-outfit),system-ui,sans-serif;scroll-behavior:smooth;letter-spacing:-.01em}.landing-theme *{border-color:hsl(var(--border))}.landing-theme[dir=rtl]{text-align:right}.landing-theme .font-display{font-family:var(--font-display),"Marcellus",Georgia,serif;letter-spacing:.005em;font-weight:400}.landing-theme .gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-theme .ink{background:var(--gradient-ink)}.landing-theme .gradient-bg{background:var(--gradient-primary)}.landing-theme .hero-gradient{background:var(--gradient-hero)}.landing-theme .card-gradient{background:hsl(var(--card))}.landing-theme .shadow-soft{box-shadow:var(--shadow-soft)}.landing-theme .shadow-card{box-shadow:var(--shadow-card)}.landing-theme .shadow-button{box-shadow:var(--shadow-button)}.landing-theme .eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.landing-theme .grain:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.4;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");mix-blend-mode:multiply}.landing-theme .animate-float{animation:float 7s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.landing-theme .reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.landing-theme .reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.landing-theme .reveal{opacity:1;transform:none;transition:none}.landing-theme .animate-float{animation:none}}.landing-theme .mobile-menu-overlay{background:rgba(25,11,30,.45);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:0;animation:fadeInOverlay .3s ease-out forwards}@keyframes fadeInOverlay{to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.landing-theme .animate-slide-down{animation:slideDown .3s ease-out forwards}.landing-theme .marquee-track{animation:marquee 26s linear infinite}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.landing-theme[dir=rtl] .marquee-track{animation-direction:reverse}