:root { color: #173225; background: #f2fbf6; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; text-rendering: optimizeLegibility; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 12% 0%, rgba(36, 181, 124, 0.18), transparent 32%), radial-gradient(circle at 88% 8%, rgba(9, 160, 170, 0.14), transparent 30%), linear-gradient(180deg, #f7fdf9 0%, #eaf7ef 100%); }
a { color: inherit; }
.page { min-height: 100vh; display: flex; flex-direction: column; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.topbar { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(18, 108, 63, 0.1); background: rgba(247, 253, 249, 0.9); backdrop-filter: blur(18px); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; color: #0d5f3b; font-size: 1.1rem; font-weight: 950; text-decoration: none; }
.brand img { width: 42px; height: 42px; border-radius: 14px; object-fit: cover; object-position: left center; background: #ffffff; box-shadow: 0 10px 22px rgba(24, 67, 42, 0.1); }
.nav-right { display: flex; align-items: center; gap: 18px; }
.nav-links { display: flex; align-items: center; gap: 18px; color: #39594a; font-size: 0.92rem; font-weight: 800; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { text-decoration: underline; }
.language-select { min-height: 40px; border: 1px solid #cfe8d8; border-radius: 8px; background: #ffffff; color: #126c3f; padding: 8px 10px; font-weight: 900; }
main { flex: 1; }
.section { padding: 72px 0; }
.section-head { max-width: 760px; margin-bottom: 24px; }
.eyebrow { color: #40805c; font-size: 0.76rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3, p { margin: 0; }
h1 { max-width: 760px; margin-top: 12px; color: #10291d; font-size: clamp(2.2rem, 5vw, 4.4rem); line-height: 1; }
.lead { max-width: 760px; margin-top: 18px; color: #39594a; font-size: 1.12rem; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr); gap: 18px; align-items: start; }
.card { display: grid; gap: 14px; border: 1px solid #d7e8dc; border-radius: 8px; background: #ffffff; box-shadow: 0 12px 30px rgba(24, 67, 42, 0.08); padding: 22px; }
.legal-card { gap: 22px; }
.updated { color: #64776d; font-weight: 850; }
.terms-content { display: grid; gap: 24px; }
.terms-section { display: grid; gap: 10px; border-top: 1px solid #e2efe6; padding-top: 20px; }
.terms-section:first-child { border-top: 0; padding-top: 0; }
.terms-section h2 { margin: 0; color: #10291d; font-size: 1.35rem; line-height: 1.18; }
.terms-section p { color: #39594a; }
.terms-section ul { display: grid; gap: 6px; margin: 0; padding-left: 22px; color: #39594a; }
.terms-section strong { color: #173225; }
.info-list { display: grid; gap: 14px; margin: 0; }
.info-list div { display: grid; gap: 4px; border-top: 1px solid #e2efe6; padding-top: 12px; }
.info-list div:first-child { border-top: 0; padding-top: 0; }
.info-list dt { color: #64776d; font-size: 0.84rem; font-weight: 900; text-transform: uppercase; }
.info-list dd { margin: 0; color: #173225; font-weight: 850; }
.card a { color: #126c3f; font-weight: 900; text-decoration: none; }
.card a:hover, .footer-links a:hover, .footer-company a:hover { text-decoration: underline; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 8px; padding: 12px 18px; font-weight: 900; text-decoration: none; }
.button.primary { background: linear-gradient(135deg, #11884f 0%, #09a0aa 100%); color: #ffffff; box-shadow: 0 16px 34px rgba(17, 136, 79, 0.25); }
.button.secondary { border: 1px solid #cfe8d8; background: #ffffff; color: #126c3f; }
.footer { border-top: 1px solid rgba(18, 108, 63, 0.12); padding: 34px 0; background: rgba(255, 255, 255, 0.58); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: start; }
.footer-company { display: grid; gap: 4px; margin-top: 12px; color: #64776d; }
.footer-company a { color: #126c3f; font-weight: 850; text-decoration: none; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px; color: #126c3f; font-weight: 850; }
.footer-links a { text-decoration: none; }
.muted { color: #64776d; }
@media (max-width: 860px) {
  .nav { align-items: flex-start; }
  .nav-right { flex-direction: column-reverse; align-items: flex-end; gap: 8px; }
  .nav-links { display: none; }
  .section { padding: 48px 0; }
  .content-grid, .footer-grid { grid-template-columns: 1fr; }
  .button-row { display: grid; }
}
