@import "https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&family=Source+Sans+3:wght@300;400;500;600;700&display=swap";:root,[data-theme=dark]{--color-primary:#ec4899;--color-primary-dark:#db2777;--color-accent:#2563eb;--color-text:#ffffffe6;--color-text-secondary:#94a3b8;--color-text-muted:#94a3b880;--color-bg:#0f172a;--color-bg-alt:#201a32;--color-bg-card:#192134;--color-border:#ffffff14;--gradient-hero-start:#0f172a;--gradient-hero-end:#1e1338;--gradient-hero-overlay:radial-gradient(ellipse at center, transparent 35%, #0f172a99 100%);--gradient-cta:linear-gradient(135deg, #ec4899 0%, #db2777 100%);--shadow:0 4px 24px #0006;--shadow-lg:0 8px 40px #0009;--shadow-cta:0 4px 28px #ec489973;--spacing-xs:8px;--spacing-sm:16px;--spacing-md:24px;--spacing-lg:48px;--spacing-xl:80px;--font-family-heading:"Lexend", system-ui, sans-serif;--font-family-body:"Source Sans 3", system-ui, sans-serif;--radius:12px}[data-theme=light]{--color-primary:#db2777;--color-primary-dark:#be185d;--color-accent:#1d4ed8;--color-text:#831843;--color-text-secondary:#9d174d;--color-text-muted:#be185d;--color-bg:#fdf2f8;--color-bg-alt:#fce7f3;--color-bg-card:#fff;--color-border:#db27771f;--gradient-hero-start:#fdf2f8;--gradient-hero-end:#fce7f3;--gradient-hero-overlay:radial-gradient(ellipse at center, transparent 40%, #fdf2f8b3 100%);--gradient-cta:linear-gradient(135deg, #db2777 0%, #ec4899 100%);--shadow:0 2px 16px #db277714;--shadow-lg:0 4px 32px #db27771f;--shadow-cta:0 4px 24px #db277740;--radius:12px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family-body);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:2px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes countUp{0%{opacity:0}to{opacity:1}}.reveal{opacity:0}.reveal.revealed{animation:.6s ease-out forwards fadeInUp}.reveal-scale{opacity:0}.reveal-scale.revealed{animation:.5s ease-out forwards scaleIn}.reveal-fade{opacity:0}.reveal-fade.revealed{animation:.6s ease-out forwards fadeIn}.reveal-stagger>*{opacity:0}.reveal-stagger.revealed>:first-child{animation:.5s ease-out forwards fadeInUp}.reveal-stagger.revealed>:nth-child(2){animation:.5s ease-out 80ms forwards fadeInUp}.reveal-stagger.revealed>:nth-child(3){animation:.5s ease-out .16s forwards fadeInUp}.reveal-stagger.revealed>:nth-child(4){animation:.5s ease-out .24s forwards fadeInUp}.reveal-stagger.revealed>:nth-child(5){animation:.5s ease-out .32s forwards fadeInUp}.reveal-stagger.revealed>:nth-child(6){animation:.5s ease-out .4s forwards fadeInUp}@keyframes heroLine{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.hero-animate .hero-line-1{animation:.7s ease-out .1s both heroLine}.hero-animate .hero-line-2{animation:.7s ease-out .25s both heroLine}.hero-animate .hero-line-3{animation:.7s ease-out .4s both heroLine}.hero-animate .hero-line-4{animation:.7s ease-out .55s both heroLine}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.noscroll{width:100%;height:100%;overflow:hidden}.intro{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.intro:after{content:"";pointer-events:none;z-index:4;background-size:250px;width:100%;height:100%;position:absolute;top:0;left:0}.gridMotion-container{transform-origin:50%;z-index:2;flex:none;grid-template-rows:repeat(4,1fr);grid-template-columns:100%;gap:1rem;width:150vw;height:150vh;display:grid;position:relative;transform:rotate(-15deg)}.row{will-change:transform, filter;grid-template-columns:repeat(7,1fr);gap:1rem;display:grid}.row__item{position:relative}.row__item-inner{color:#fff;background-color:#111;border-radius:10px;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.5rem;display:flex;position:relative;overflow:hidden}.row__item-img{background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.row__item-content{text-align:center;z-index:1;padding:1rem}.fullview{pointer-events:none;width:100%;height:100%;position:relative;top:0;left:0}.fullview .row__item-inner{border-radius:0}[data-theme=light] .row__item-inner{border:1px solid #6c5ce726;box-shadow:0 2px 12px #6c5ce70f;color:#333!important;background-color:#fff!important}
