@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600&family=Lato:wght@300;400;700&display=swap";
:root{--background:#fafafa;--foreground:#1a1a1a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;max-width:100vw;overflow-x:hidden}body{max-width:100vw;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Lato,system-ui,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.terms-main{padding:64px clamp(20px,6vw,88px)}.terms-card{background:#ffffffc7;border:1px solid #00000014;border-radius:30px;max-width:980px;margin:0 auto;padding:clamp(28px,5vw,56px);box-shadow:0 18px 45px #00000014}.terms-card h1{margin:10px 0 34px;font-size:clamp(34px,5vw,62px);line-height:1.05}.terms-card h2{margin:34px 0 12px;font-size:clamp(25px,3vw,36px);line-height:1.1}.terms-card h3{margin:22px 0 10px;font-size:20px}.terms-card p,.terms-card li{line-height:1.8}.terms-card ul{padding-left:22px}.terms-card a,footer a{text-underline-offset:3px;text-decoration:underline}.terms-back{margin-bottom:18px;font-weight:800;display:inline-flex;text-decoration:none!important}.terms-effective{margin-top:34px;font-weight:800}.terms-page footer{text-align:center;padding:34px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
