:root {
  --ink: #17324d;
  --muted: #5d6b78;
  --accent: #167d7f;
  --accent-dark: #0f6163;
  --accent-pale: #e8f4f3;
  --bg: #f5f8fa;
  --card: #ffffff;
  --line: #d9e2e8;
  --navy-soft: #eaf0f5;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--bg); line-height: 1.65; }
a { color: var(--accent-dark); }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(840px, calc(100% - 40px)); }
.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(8px); }
.nav-wrap, .footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 72px; }
.brand { font-weight: 800; font-size: 1.15rem; color: var(--ink); text-decoration: none; letter-spacing: -.01em; }
nav { display: flex; gap: 22px; flex-wrap: wrap; }
nav a, .site-footer a { color: var(--ink); text-decoration: none; }
nav a:hover, .site-footer a:hover { color: var(--accent-dark); }
nav a[aria-current="page"] { color: var(--accent-dark); font-weight: 700; }
.hero { background: linear-gradient(135deg, #e8f4f3 0%, #f8fbfc 60%, #edf3f7 100%); padding: 96px 0; }
.page-hero { background: linear-gradient(135deg, #edf6f6 0%, #f8fbfc 100%); padding: 72px 0 64px; border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 52px; align-items: center; }
.eyebrow { text-transform: uppercase; letter-spacing: .13em; font-weight: 800; font-size: .78rem; color: var(--accent-dark); margin-bottom: 8px; }
h1 { font-size: clamp(2.4rem, 5vw, 4.25rem); line-height: 1.04; margin: .2em 0; letter-spacing: -.035em; }
h2 { line-height: 1.25; letter-spacing: -.015em; }
h3 { margin-top: 26px; }
.lead { font-size: 1.2rem; color: var(--muted); max-width: 760px; }
.small-lead { font-size: 1.08rem; }
.hero-card, .card, .notice, .document-info, .feature-panel, .policy-document, .policy-contact { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 28px; box-shadow: 0 10px 30px rgba(23,50,77,.06); }
.hero-card { padding: 34px; }
.company-detail { border-top: 1px solid var(--line); margin-top: 24px; padding-top: 20px; color: var(--muted); }
.section { padding: 72px 0; }
.section-soft { background: #eef4f6; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading { max-width: 700px; margin-bottom: 30px; }
.section-heading h2 { font-size: 2rem; margin-top: 6px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card p, .document-info p, .policy-card p { color: var(--muted); }
.icon-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--accent-pale); color: var(--accent-dark); font-weight: 800; font-size: .82rem; }
.actions { margin-top: 28px; }
.action-row { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-block; background: var(--accent); color: #fff; padding: 13px 20px; border-radius: 10px; text-decoration: none; font-weight: 700; border: 1px solid var(--accent); }
.button:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.button-secondary { background: transparent; color: var(--accent-dark); }
.button-secondary:hover { color: #fff; }
.text-link { font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.feature-grid { display: grid; grid-template-columns: 1.5fr .7fr; gap: 42px; align-items: center; }
.feature-panel { text-align: center; }
.feature-panel span { display: block; color: var(--muted); font-weight: 700; }
.feature-panel strong { display: block; font-size: 4rem; line-height: 1.1; color: var(--accent-dark); margin: 10px 0; }
.sustainability-callout { background: var(--ink); color: #fff; border-radius: 20px; padding: 38px 42px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.sustainability-callout p { color: #dbe5ec; max-width: 720px; }
.sustainability-callout .eyebrow { color: #8dd4cf; }
.policy-meta { margin-top: 24px; padding: 14px 18px; border-left: 4px solid var(--accent); background: rgba(255,255,255,.7); border-radius: 6px; color: var(--muted); }
.policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.policy-card { display: block; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px; text-decoration: none; color: var(--ink); transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.policy-card:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(23,50,77,.08); border-color: #a8c9c8; }
.policy-card h2 { font-size: 1.15rem; margin: 8px 0 6px; }
.policy-card p { margin: 0; }
.policy-tag { display: inline-block; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; color: var(--accent-dark); }
.policy-docs { display: grid; gap: 26px; }
.policy-document { scroll-margin-top: 95px; }
.policy-document p, .policy-document li { color: #405466; }
.policy-document ul { padding-left: 22px; }
.policy-heading { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; border-bottom: 1px solid var(--line); padding-bottom: 16px; margin-bottom: 20px; }
.policy-heading h2 { margin: 0; }
.review-badge { white-space: nowrap; background: var(--accent-pale); color: var(--accent-dark); border-radius: 999px; padding: 7px 11px; font-size: .76rem; font-weight: 800; }
.approval { border-top: 1px solid var(--line); padding-top: 16px; margin-top: 24px; font-size: .9rem; font-weight: 700; }
.policy-contact { background: var(--ink); color: #fff; }
.policy-contact p { color: #dbe5ec; }
.policy-contact a:not(.button) { color: #a8e2de; }
.status-strip { display: flex; gap: 16px; align-items: flex-start; background: #eaf6ef; border: 1px solid #c5dfcf; border-radius: 14px; padding: 20px 22px; margin-bottom: 24px; }
.status-strip p { margin: 3px 0 0; color: var(--muted); }
.status-dot { width: 12px; height: 12px; flex: 0 0 12px; border-radius: 50%; background: #2d8a54; margin-top: 7px; }
.notice { margin: 30px 0 22px; }
.notice p { margin-bottom: 0; color: var(--muted); }
.document-info { margin-top: 24px; }
code { background: #eef2f5; padding: 2px 6px; border-radius: 4px; }
.site-footer { margin-top: 0; background: #fff; border-top: 1px solid var(--line); color: var(--muted); }
.footer-wrap { min-height: 88px; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
@media (max-width: 780px) {
  .hero { padding: 64px 0; }
  .page-hero { padding: 54px 0; }
  .hero-grid, .cards, .feature-grid, .policy-grid { grid-template-columns: 1fr; }
  .nav-wrap, .footer-wrap { align-items: flex-start; flex-direction: column; padding: 18px 0; }
  .sustainability-callout, .policy-heading { align-items: flex-start; flex-direction: column; }
  .review-badge { white-space: normal; }
}
