*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--white:#fff;--off-white:#fafafa;--blush:#e8c4b8;--blush-light:#fdf0eb;--blush-deep:#c97d6a;--nude:#c4a882;--nude-light:#f5ede4;--text-dark:#1a1a1a;--text-mid:#555;--text-light:#999;--border:#ebebeb;--border-dark:#d4d4d4;--font-display:"Libre Baskerville", Georgia, serif;--font-body:"Outfit", sans-serif;--nav-height:64px;--topbar-height:36px;--max-width:1280px}html{scroll-behavior:smooth}body{background-color:var(--white);color:var(--text-dark);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-weight:400;line-height:1.6}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--off-white)}::-webkit-scrollbar-thumb{background:var(--blush-deep);border-radius:4px}::selection{background:var(--blush);color:var(--text-dark)}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.divider{background:var(--blush-deep);border-radius:2px;width:48px;height:3px}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{to{transform:rotate(360deg)}}.fade-up{animation:.5s forwards fadeUp}.fade-in{animation:.4s forwards fadeIn}.btn-primary{background:var(--text-dark);color:var(--white);font-family:var(--font-body);letter-spacing:.04em;border:2px solid var(--text-dark);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.75rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s,transform .1s;display:inline-flex}.btn-primary:hover{background:var(--blush-deep);border-color:var(--blush-deep);transform:translateY(-1px)}.btn-outline{color:var(--text-dark);font-family:var(--font-body);letter-spacing:.04em;border:2px solid var(--text-dark);cursor:pointer;background:0 0;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.75rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-outline:hover{background:var(--text-dark);color:var(--white)}@media (max-width:768px){.features-grid,.stats-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:480px){.features-grid{grid-template-columns:1fr!important}.stats-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:640px){:root{--topbar-height:auto}}
