*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#09090b;color:#ffffff;font-family:Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}button{font-family:inherit}img{max-width:100%;display:block}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes scaleUp{0%{transform:scale(1)}to{transform:scale(1.05)}}.card-hover:hover{transform:scale(1.02);border-color:rgba(236,72,153,.5)!important;box-shadow:0 20px 40px rgba(236,72,153,.1)}.card-hover:hover .card-img{transform:scale(1.05)}.card-hover:hover .card-cta{opacity:1!important}.card-img{transition:transform .5s ease}.card-cta{transition:opacity .3s ease}.tag-pill:hover{background:rgba(236,72,153,.2)!important;color:#f9a8d4!important;border-color:rgba(236,72,153,.3)!important}.btn-primary:hover{transform:scale(1.05);box-shadow:0 8px 24px rgba(236,72,153,.3)}.btn-secondary:hover{border-color:rgba(236,72,153,.5)!important}.pulse-dot{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.char-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (min-width:640px){.char-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.char-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1280px){.char-grid{grid-template-columns:repeat(5,1fr)}}.steps-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.hero-flex{gap:12px}.hero-flex,.tags-wrap{display:flex;flex-wrap:wrap}.tags-wrap{gap:8px}