:root { color: #1d1b1c; background: #fcf9f9; font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; min-width: 320px; background: #fcf9f9; }
a { color: inherit; }
.container { width: calc(100% - 48px); width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.policy-hero { padding-bottom: 82px; overflow: hidden; background: radial-gradient(circle at 83% 14%, rgba(242, 0, 28, .16), transparent 26rem), linear-gradient(135deg, #fffafa 0%, #f3eeee 100%); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 88px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #1d1b1c; font-size: 18px; font-weight: 800; text-decoration: none; }
.brand img { width: 38px; height: 38px; border-radius: 10px; object-fit: cover; }
.back-link { color: #a30013; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.hero-content { display: grid; grid-template-columns: 174px minmax(0, 1fr); align-items: center; gap: 34px; padding-top: 58px; }
.app-logo { width: 174px; height: 174px; border-radius: 42px; box-shadow: 0 30px 62px rgba(109, 10, 20, .22); }
.eyebrow, .section-label { margin: 0 0 13px; color: #cf0018; font-size: 14px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1 { max-width: 800px; margin-bottom: 18px; font-size: clamp(43px, 6vw, 72px); letter-spacing: -.06em; line-height: .98; overflow-wrap: anywhere; hyphens: auto; }
.lede { max-width: 680px; margin-bottom: 16px; color: #615c5f; font-size: clamp(18px, 2vw, 21px); line-height: 1.55; }
.policy-date { margin: 0; color: #847c7f; font-size: 14px; }
.policy-content { display: grid; gap: 16px; padding-top: 78px; padding-bottom: 110px; }
.policy-card, .disclaimer-card { padding: 28px; border: 1px solid #e9e2e3; border-radius: 22px; background: #fff; }
.policy-card-wide { padding: 34px; }
.policy-card h2, .disclaimer-card h2 { margin-bottom: 12px; font-size: clamp(25px, 3vw, 34px); letter-spacing: -.04em; line-height: 1.1; }
.policy-card p, .disclaimer-card p { max-width: 820px; margin-bottom: 0; color: #665f62; font-size: 17px; line-height: 1.65; }
.policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.card-number { display: block; margin-bottom: 44px; color: #d40019; font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.disclaimer-card { border-color: rgba(212, 0, 25, .2); background: linear-gradient(135deg, #fff9f9, #fff1f3); }
.disclaimer-card .section-label { color: #b50018; }
.contact-card a { color: #a30013; font-weight: 800; text-underline-offset: 3px; }
.footer { padding: 30px 0; border-top: 1px solid #e3dcde; color: #71696c; font-size: 14px; }
.footer-content, .language-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.footer-content p { margin: 0; }
.footer-content a { color: inherit; text-decoration: none; }
.footer-content a:hover, .footer-content a:focus-visible { text-decoration: underline; text-underline-offset: 3px; }
.language-row { justify-content: center; margin-top: 24px; }
.language-toggle { display: inline-flex; gap: 3px; padding: 4px; border: 1px solid #ded7d9; border-radius: 13px; background: #f2eeef; color: #625a5d; }
.language-toggle button { min-height: 40px; padding: 8px 17px; border: 0; border-radius: 9px; background: transparent; color: inherit; -webkit-appearance: none; appearance: none; -webkit-tap-highlight-color: transparent; font-family: inherit; font-size: inherit; font-weight: 800; line-height: 1.2; cursor: pointer; }
.language-toggle button.is-active { background: #fff; color: #251e20; box-shadow: 0 1px 4px rgba(42, 27, 31, .13); }
@media (max-width: 680px) { .hero-content { grid-template-columns: 1fr; gap: 24px; padding-top: 32px; } .app-logo { width: 124px; height: 124px; border-radius: 30px; } .policy-hero { padding-bottom: 58px; } .policy-content { padding-top: 56px; padding-bottom: 72px; } .policy-grid { grid-template-columns: 1fr; } }
@media (max-width: 580px) { .container { width: calc(100% - 32px); width: min(1120px, calc(100% - 32px)); } .nav { min-height: 68px; } h1 { font-size: clamp(34px, 10vw, 40px); } .policy-card, .disclaimer-card, .policy-card-wide { padding: 24px; } .footer-content { align-items: flex-start; flex-direction: column; } }
