:root {
  --bg: #f7fbf8;
  --surface: #ffffff;
  --ink: #0f2428;
  --muted: #53696e;
  --green: #0b8d59;
  --green-dark: #07543a;
  --blue: #0f4f6b;
  --gold: #c8953f;
  --line: #dbe9e4;
  --shadow: 0 22px 55px rgba(10, 65, 68, 0.14);
  --radius: 8px;
  --max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin: 0; }
p, h1, h2, h3, li { overflow-wrap: anywhere; }
.container, .hero-copy, .check-panel, .card, .info-card, .section-title { min-width: 0; }
.container { width: min(100% - 32px, var(--max)); margin: 0 auto; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link:focus { position: fixed; top: 8px; left: 8px; z-index: 30; padding: 10px 14px; background: var(--green-dark); color: #fff; border-radius: var(--radius); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247, 251, 248, .92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(219, 233, 228, .9); }
.nav { min-height: 76px; display: grid; grid-template-columns: minmax(180px, auto) minmax(0, 1fr) auto; align-items: center; gap: 22px; }
.brand { display: grid; line-height: 1.1; min-width: 180px; }
.brand span { color: var(--green); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.brand strong { font-size: 1.08rem; }
.nav-links { display: flex; justify-content: center; align-items: center; gap: 16px; flex-wrap: nowrap; min-width: 0; }
.nav-links a { flex: 0 0 auto; white-space: nowrap; padding: 8px 2px; border-radius: 999px; color: #42585d; font-weight: 800; font-size: .9rem; }
.nav-links a:hover, .nav-links a:focus, .lang-pill:hover, .lang-pill:focus { color: var(--green-dark); background: rgba(11, 141, 89, .1); outline: none; }
.language-box { display: flex; align-items: center; justify-content: flex-end; }
.language-select { height: 42px; min-width: 150px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink); padding: 0 10px; font-weight: 800; }
.language-pills { display: none !important; }
.lang-pill { width: 36px; height: 34px; display: grid; place-items: center; border-radius: 999px; color: var(--muted); font-size: .78rem; font-weight: 900; }
.lang-pill.is-active { color: var(--green-dark); background: rgba(11, 141, 89, .12); }
.hero { position: relative; min-height: 680px; display: grid; align-items: center; color: #fff; overflow: hidden; }
.hero-bg, .hero-bg img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-bg img { object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(4, 28, 39, .88), rgba(7, 84, 58, .72) 48%, rgba(15, 79, 107, .38)), linear-gradient(0deg, rgba(4, 28, 39, .72), transparent 56%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .62fr); gap: 32px; align-items: center; padding: 72px 0; }
.hero-copy { display: grid; gap: 24px; }
.eyebrow { color: #bdf5d9; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; font-size: .84rem; }
h1 { font-size: clamp(3rem, 7vw, 6.4rem); line-height: .96; letter-spacing: -0.045em; max-width: 900px; overflow-wrap: anywhere; }
.hero-lead { max-width: 780px; color: rgba(255, 255, 255, .9); font-size: clamp(1.12rem, 2vw, 1.38rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 20px; border-radius: var(--radius); background: linear-gradient(135deg, var(--green), #19aa68); color: #fff; font-weight: 900; box-shadow: 0 16px 36px rgba(0,0,0,.18); border: 1px solid transparent; }
.button.secondary { background: #fff; color: var(--green-dark); }
.button.ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.46); box-shadow: none; }
.check-panel { padding: 24px; border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius); background: rgba(4, 28, 39, .48); backdrop-filter: blur(12px); box-shadow: var(--shadow); }
.check-panel h2 { margin-bottom: 12px; font-size: 1.35rem; }
.check-panel ul { margin: 0; padding-left: 1.15rem; color: rgba(255,255,255,.9); }
.check-panel li + li { margin-top: 9px; }
.section { padding: 64px 0; }
.section.alt { background: #fff; }
.section-title { max-width: 780px; margin-bottom: 24px; }
.section-title h2 { margin-bottom: 10px; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; letter-spacing: -0.035em; }
.section-title p { color: var(--muted); font-size: 1.08rem; }
.info-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: -120px; position: relative; z-index: 2; }
.info-card, .card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); padding: 22px; box-shadow: 0 14px 34px rgba(15, 36, 40, .08); }
.info-card { min-height: 160px; }
.info-card h3, .card h3 { color: var(--green-dark); margin-bottom: 8px; font-size: 1.25rem; }
.info-card p, .card p { color: var(--muted); }
.split { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); gap: 32px; align-items: start; }
.sticky-title { position: sticky; top: 100px; }
.emphasis { background: linear-gradient(135deg, #07344b, #0b6b52); color: #fff; }
.emphasis h3, .emphasis p { color: #fff; }
.card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.listing-card { display: grid; gap: 12px; }
.tag { width: fit-content; border-radius: 999px; padding: 5px 10px; background: rgba(11, 141, 89, .11); color: var(--green-dark); font-size: .78rem; font-weight: 900; }
.text-link { color: var(--green-dark); font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }
.partner-block { display: grid; gap: 18px; }
.banner-link { display: block; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #082638; }
.banner-link img { width: 100%; height: auto; }
.service-stack { display: grid; gap: 16px; }
.faq details { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 18px 20px; box-shadow: 0 8px 22px rgba(15,36,40,.05); }
.faq details + details { margin-top: 12px; }
.faq summary { cursor: pointer; font-weight: 900; color: var(--ink); }
.faq p { margin-top: 9px; color: var(--muted); }
.footer { background: #082638; color: #fff; padding: 44px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start; }
.footer p { color: rgba(255,255,255,.78); }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.footer a { color: #d7f8e6; text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 1120px) {
  .nav { gap: 16px; grid-template-columns: minmax(170px, auto) minmax(0, 1fr) auto; }
  .brand { min-width: 170px; }
  .nav-links { gap: 10px; }
  .nav-links a { font-size: .86rem; }
  .language-select { min-width: 138px; }
}
@media (max-width: 980px) {
  .nav { grid-template-columns: 1fr; padding: 14px 0; }
  .nav-links { justify-content: flex-start; }
  .language-box { width: 100%; justify-content: space-between; }
  .hero { min-height: auto; }
  .hero-grid, .split, .footer-grid { grid-template-columns: 1fr; }
  .info-grid, .card-grid, .card-grid.three, .card-grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sticky-title { position: static; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 24px, var(--max)); }
  .nav-links { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; width: 100%; gap: 6px; padding-bottom: 2px; scrollbar-width: none; }
  .nav-links::-webkit-scrollbar { display: none; }
  .nav-links a { flex: 0 0 auto; white-space: nowrap; padding: 8px 10px; font-size: .84rem; }
  .language-box { display: block; width: 100%; }
  .language-select { width: 100%; min-width: 0; }
  .language-pills { display: none; }
  .hero-grid { padding: 44px 0; }
  h1 { font-size: 1.9rem; line-height: 1.1; letter-spacing: 0; max-width: calc(100vw - 32px); overflow-wrap: anywhere; word-break: normal; }
  .hero-lead { font-size: .95rem; max-width: calc(100vw - 32px); }
  .info-card p, .card p, .check-panel li { font-size: .95rem; }
  .hero-actions, .button { width: 100%; }
  .info-grid { grid-template-columns: 1fr; margin-top: -46px; }
  .card-grid, .card-grid.three, .card-grid.four { grid-template-columns: 1fr; }
  .section { padding: 44px 0; }
  .footer-links { justify-content: flex-start; }
}
