.marketing{--state-black:#393733;--white:#f4f0e9;--soft-coral:#f4ac81;--salmon:#f5d7c5;--blue:#aac4d4;--green:#b1cbc2;--purple:#dac7ce;--bg-blue:#3c4c57;--bg-green:#2e453d;--bg-purple:#432c35;--sand:#e0dbd1;background:var(--white);min-height:100vh;color:var(--state-black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-family:Albert Sans,Arial,sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}.marketing ::selection{background:var(--soft-coral);color:var(--state-black)}.marketing ::-webkit-scrollbar{width:8px}.marketing ::-webkit-scrollbar-track{background:var(--white)}.marketing ::-webkit-scrollbar-thumb{background:var(--sand);border-radius:999px}.marketing ::-webkit-scrollbar-thumb:hover{background:var(--state-black)}.card-signature{border-radius:16px 16px 144px}.card-alt{border-radius:16px 16px 64px}.card-soft{border-radius:16px 16px 48px}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes diamondSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulseGlow{0%,to{opacity:.4}50%{opacity:.8}}.animate-fade-up{animation:.8s ease-out forwards fadeUp}.animate-fade-in{animation:.6s ease-out forwards fadeIn}.animate-scale-in{animation:.7s ease-out forwards scaleIn}.animate-slide-left{animation:.8s ease-out forwards slideInLeft}.animate-slide-right{animation:.8s ease-out forwards slideInRight}.animate-float{animation:6s ease-in-out infinite float}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}.delay-700{animation-delay:.7s}.delay-800{animation-delay:.8s}.reveal{opacity:0}.reveal.visible{opacity:1}
