@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@1,400;1,600;1,700&display=swap";:root{--padding-x:48px;--section-gap:160px}@media (width<=1024px){:root{--padding-x:32px;--section-gap:120px}}@media (width<=768px){:root{--padding-x:20px;--section-gap:80px}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:#050505}body{color:#f5f5f7;-webkit-font-smoothing:antialiased;background:#050505;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;overflow-x:hidden}::selection{color:#fff;background:#ffffff26}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#050505}::-webkit-scrollbar-thumb{background:#1c1c1e;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#2c2c2e}.serif-italic{color:#fff;background:linear-gradient(#fff 30%,#b0b0b5 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 30px #fff6;-webkit-background-clip:text;background-clip:text;font-family:Playfair Display,Georgia,serif;font-style:italic;font-weight:400}.glowing-hero-title{color:#fff;text-shadow:0 0 40px #ffffff40,0 0 80px #ffffff1a}.mac-window{background:#0d0d0f;border:1px solid #ffffff14;border-radius:20px;width:100%;overflow:hidden;box-shadow:inset 0 0 1px 1px #ffffff14,0 50px 100px -20px #000000f2,0 30px 60px -30px #000000d9}@media (width<=768px){.mac-window{border-radius:16px}}.mac-header{background:linear-gradient(#161618 0%,#101012 100%);border-bottom:1px solid #ffffff0f;align-items:center;height:48px;padding:0 20px;display:flex;position:relative}.mac-dots{gap:8px;display:flex}.mac-dot{border-radius:50%;width:12px;height:12px}.mac-dot.red{background:#ff5f56}.mac-dot.yellow{background:#ffbd2e}.mac-dot.green{background:#27c93f}@media (width<=768px){.mac-dot{width:10px;height:10px}}button{font-family:inherit}.hide-mobile{display:block}.show-mobile{display:none!important}@media (width<=768px){.hide-mobile{display:none!important}.show-mobile{display:block!important}}.stack-mobile{flex-direction:row;display:flex!important}@media (width<=768px){.stack-mobile{flex-direction:column!important}}.responsive-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (width<=768px){.responsive-grid{grid-template-columns:1fr}}
