
:root {
  --bg: #f6f7f3;
  --paper: #ffffff;
  --ink: #161a1d;
  --muted: #63706b;
  --line: #dfe5dc;
  --deep: #163a34;
  --deep-2: #20554b;
  --accent: #bfcf6d;
  --accent-2: #eef3c7;
  --shadow: 0 24px 60px rgba(22, 58, 52, .12);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top left, #edf3d3 0, transparent 34rem), var(--bg);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--deep-2); }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246,247,243,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(223,229,220,.85);
}
.header-inner { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.02em; font-size: 1.15rem; }
.logo-mark { width: 34px; height: 34px; border-radius: 12px; background: linear-gradient(135deg, var(--deep), var(--accent)); display: inline-grid; place-items: center; color: white; font-weight: 900; }
.nav { display: flex; gap: 22px; align-items: center; font-size: .95rem; color: #34423d; }
.nav a { padding: 8px 0; border-bottom: 2px solid transparent; }
.nav a.active, .nav a:hover { color: var(--deep); border-bottom-color: var(--accent); }
.header-cta { display: inline-flex; padding: 10px 16px; border-radius: 999px; background: var(--deep); color: white; font-weight: 700; font-size: .92rem; }
.header-cta:hover { color: white; background: var(--deep-2); }
.mobile-toggle { display: none; border: 1px solid var(--line); background: white; border-radius: 12px; padding: 9px 11px; font-weight: 700; }
.hero { padding: 74px 0 52px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: var(--accent-2); color: var(--deep); font-weight: 800; font-size: .84rem; }
h1 { font-size: clamp(2.55rem, 5vw, 5rem); line-height: .96; letter-spacing: -.065em; margin: 20px 0 22px; }
.lead { font-size: clamp(1.1rem, 1.5vw, 1.28rem); color: #45534e; max-width: 710px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 18px; border-radius: 14px; border: 1px solid var(--deep); background: var(--deep); color: white; font-weight: 800; cursor: pointer; }
.btn:hover { color: white; background: var(--deep-2); }
.btn.secondary { background: white; color: var(--deep); border-color: var(--line); }
.btn.secondary:hover { color: var(--deep); background: var(--accent-2); }
.rate-card { background: var(--paper); border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); overflow: hidden; }
.card-top { background: linear-gradient(135deg, var(--deep), #276a5f); color: white; padding: 28px; }
.card-top p { margin: 8px 0 0; color: rgba(255,255,255,.78); }
.exchange-box { padding: 26px; display: grid; gap: 16px; }
.select-row { display: grid; grid-template-columns: 1fr 44px 1fr; gap: 12px; align-items: center; }
.input-like { border: 1px solid var(--line); border-radius: 18px; padding: 15px 16px; background: #fbfcf8; }
.input-like span { display:block; font-size:.78rem; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing:.06em; }
.input-like strong { display:block; font-size:1.45rem; margin-top:2px; }
.swap { width:44px; height:44px; border-radius: 14px; border: 1px solid var(--line); display:grid; place-items:center; color: var(--deep); background:white; font-weight:900; }
.note { color: var(--muted); font-size: .92rem; }
.section { padding: 56px 0; }
.section-title { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 26px; }
h2 { font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1.02; letter-spacing: -.045em; margin: 0; }
.section-title p { color: var(--muted); max-width: 570px; margin: 0; }
.grid-3 { display:grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-2 { display:grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.tile, .content-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: 0 12px 34px rgba(22,58,52,.06); }
.tile h3, .content-card h3 { margin: 0 0 10px; font-size: 1.25rem; }
.tile p, .content-card p, .content-card li { color: #52605b; }
.icon { width: 44px; height: 44px; border-radius: 16px; display:grid; place-items:center; background: var(--accent-2); color: var(--deep); font-weight: 900; margin-bottom: 18px; }
.table-wrap { overflow-x: auto; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 34px rgba(22,58,52,.06); }
table { width:100%; border-collapse: collapse; min-width: 720px; }
th, td { text-align:left; padding: 17px 20px; border-bottom: 1px solid var(--line); }
th { color: var(--deep); background: #fbfcf8; font-size: .84rem; text-transform: uppercase; letter-spacing: .07em; }
tr:last-child td { border-bottom: 0; }
.badge { display:inline-flex; padding: 5px 10px; border-radius: 999px; background: var(--accent-2); color: var(--deep); font-weight: 800; font-size: .82rem; }
.split { display:grid; grid-template-columns: .85fr 1.15fr; gap: 26px; align-items: start; }
.page-hero { padding: 54px 0 28px; }
.page-hero h1 { font-size: clamp(2.4rem, 4.6vw, 4.6rem); max-width: 900px; }
.breadcrumb { color: var(--muted); font-size: .92rem; }
.breadcrumb a { color: var(--deep); font-weight: 700; }
.contact-list { display:grid; gap: 12px; }
.contact-line { padding: 16px; background:#fbfcf8; border:1px solid var(--line); border-radius:16px; }
.contact-line span { display:block; color: var(--muted); font-size: .82rem; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.contact-line strong { display:block; margin-top: 2px; }
.form { display:grid; gap: 14px; }
.form label { display:grid; gap:7px; font-weight: 800; color:#2e3c37; }
.form input, .form textarea, .form select { width:100%; border:1px solid var(--line); border-radius:14px; padding:13px 14px; font: inherit; background:#fbfcf8; color:var(--ink); }
.form textarea { min-height: 126px; resize: vertical; }
.alert { border-left: 4px solid var(--accent); background: #fbfcf0; padding: 18px 20px; border-radius: 14px; color:#43504b; }
.prose { background: var(--paper); border:1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 4vw, 44px); box-shadow: 0 12px 34px rgba(22,58,52,.06); }
.prose h2 { font-size: 1.7rem; margin-top: 34px; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color:#52605b; }
.prose a { color: var(--deep); font-weight: 800; }
.site-footer { margin-top: 54px; padding: 46px 0 34px; background: #0e2521; color: white; }
.footer-grid { display:grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 28px; }
.site-footer p, .site-footer li, .site-footer a { color: rgba(255,255,255,.76); }
.site-footer h3 { color: white; margin-top:0; }
.footer-links { list-style:none; margin:0; padding:0; display:grid; gap:8px; }
.footer-bottom { margin-top: 32px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap; color: rgba(255,255,255,.62); font-size:.92rem; }
.cookie-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 80; display: none; }
.cookie-box { width: min(980px, 100%); margin: 0 auto; background: rgba(255,255,255,.98); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 24px 60px rgba(14,37,33,.22); padding: 18px; display:flex; justify-content:space-between; gap:20px; align-items:center; }
.cookie-box p { margin: 4px 0 0; color: var(--muted); font-size:.92rem; }
.cookie-actions { display:flex; gap:10px; flex-wrap:wrap; flex-shrink:0; }
.cookie-actions button { border:1px solid var(--line); border-radius: 12px; padding:10px 12px; background:white; font-weight:800; cursor:pointer; }
.cookie-actions button.primary { background: var(--deep); color:white; border-color: var(--deep); }
.cookie-actions button.linkish { background: transparent; }
@media (max-width: 900px) {
  .mobile-toggle { display: inline-flex; }
  .nav { position: fixed; top:74px; left:0; right:0; background:white; border-bottom:1px solid var(--line); padding: 18px 20px; flex-direction:column; align-items:flex-start; display:none; }
  .nav.open { display:flex; }
  .header-cta { display:none; }
  .hero-grid, .grid-3, .grid-2, .split, .footer-grid { grid-template-columns: 1fr; }
  .section-title { display:block; }
  .section-title p { margin-top: 12px; }
  .cookie-box { align-items:flex-start; flex-direction:column; }
}
@media (max-width: 520px) {
  .container { width:min(100% - 28px, 1160px); }
  .hero { padding-top: 44px; }
  .select-row { grid-template-columns: 1fr; }
  .swap { transform: rotate(90deg); }
}
