:root {
  --navy: #002b5b;
  --navy-2: #073b73;
  --mint: #aee8b7;
  --mint-2: #dff7e3;
  --green: #4fb267;
  --ink: #0d1b2a;
  --muted: #607083;
  --line: rgba(0, 43, 91, 0.12);
  --bg: #f7fbf8;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(0, 43, 91, 0.12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top left, rgba(174, 232, 183, 0.34), transparent 34%), var(--bg);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 96px 0; }
.section-pad-sm { padding: 36px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 251, 248, 0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; color: var(--navy); letter-spacing: -0.03em; font-size: 1.25rem; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 26px; font-weight: 600; color: var(--navy); font-size: 0.95rem; }
.nav-links a { opacity: 0.82; }
.nav-links a:hover { opacity: 1; }
.lang-toggle {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--navy);
  font-weight: 800;
  padding: 10px 14px;
  border-radius: 999px;
  cursor: pointer;
}
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 2px; }

.hero { position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.06fr 0.94fr; align-items: center; gap: 64px; }
.eyebrow { margin: 0 0 14px; color: var(--green); text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.55rem, 6vw, 4.7rem); line-height: 0.95; letter-spacing: -0.075em; color: var(--navy); margin-bottom: 26px; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.02; letter-spacing: -0.06em; color: var(--navy); margin-bottom: 22px; }
h3 { font-size: 1.2rem; line-height: 1.2; letter-spacing: -0.03em; color: var(--navy); margin-bottom: 10px; }
.hero-text { font-size: 1.15rem; color: var(--muted); max-width: 650px; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 15px 22px; font-weight: 800; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--navy); color: var(--white); box-shadow: 0 18px 45px rgba(0, 43, 91, 0.24); }
.btn.secondary { background: var(--white); color: var(--navy); border: 1px solid var(--line); }

.hero-visual { min-height: 500px; position: relative; display: grid; place-items: center; }
.hero-visual img { width: min(420px, 86%); position: relative; z-index: 3; filter: drop-shadow(0 24px 40px rgba(0, 43, 91, 0.18)); }
.hero-visual .hero-logo { width: min(350px, 72%); }
.orb { position: absolute; border-radius: 999px; }
.orb-main { width: 430px; height: 430px; background: linear-gradient(145deg, rgba(174, 232, 183, 0.54), rgba(0, 43, 91, 0.1)); border: 1px solid var(--line); }
.orb-small { width: 170px; height: 170px; background: rgba(0, 43, 91, 0.08); right: 3%; bottom: 12%; }

.intro-card, .approach-card, .contact-card {
  background: rgba(255,255,255,0.82);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}
.intro-card { padding: 34px 42px; }
.intro-card p { margin: 0; font-size: 1.28rem; color: var(--navy); font-weight: 600; letter-spacing: -0.025em; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.cards { display: grid; gap: 18px; }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  min-height: 245px;
  box-shadow: 0 14px 46px rgba(0, 43, 91, 0.07);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.card:hover { transform: translateY(-4px); border-color: rgba(79, 178, 103, 0.42); }
.card-icon { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 14px; background: var(--mint-2); color: var(--navy); font-weight: 900; margin-bottom: 30px; }
.card p { color: var(--muted); margin-bottom: 0; }

.two-col { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 58px; align-items: start; }
.support-list { display: grid; gap: 14px; }
.support-list div { background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: 22px 24px; }
.support-list strong { display: block; color: var(--navy); margin-bottom: 4px; font-size: 1.05rem; }
.support-list span { color: var(--muted); }

.approach-card { padding: 48px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 42px; align-items: center; }
.approach-card p { color: var(--muted); font-size: 1.05rem; }
.stats { display: grid; gap: 14px; }
.stats div { background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: var(--white); border-radius: 22px; padding: 22px; }
.stats span { color: var(--mint); font-weight: 900; }
.stats p { color: var(--white); margin: 8px 0 0; font-weight: 700; }

.contact-card { text-align: center; padding: 58px 30px; background: linear-gradient(145deg, var(--navy), #052345); color: var(--white); }
.contact-card h2, .contact-card p { color: var(--white); }
.email-link { display: inline-flex; margin-top: 12px; background: var(--mint); color: var(--navy); padding: 15px 22px; border-radius: 999px; font-weight: 900; }
.footer { padding: 28px 0; color: var(--muted); }
.footer-inner { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); padding-top: 24px; }
.footer a { color: var(--navy); font-weight: 700; }

@media (max-width: 900px) {
  .section-pad { padding: 72px 0; }
  .hero-grid, .two-col, .approach-card { grid-template-columns: 1fr; }
  .hero-visual { min-height: 340px; order: -1; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 82px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .nav-links a, .lang-toggle { padding: 14px; text-align: left; }
  .lang-toggle { width: 100%; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1120px); }
  .service-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .intro-card, .approach-card { padding: 28px; }
  .footer-inner { flex-direction: column; }
  h1 { font-size: 3rem; }

  /* Mobile hero visual - compact enough that the headline is visible above the fold */
  .hero.section-pad { padding-top: 28px; }
  .hero-grid { gap: 24px; }
  .hero-visual {
    width: 100vw;
    min-height: clamp(280px, 42vh, 360px);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    order: -1;
    overflow: visible;
  }
  .hero-visual .hero-logo {
    width: clamp(180px, 50vw, 230px);
    filter: drop-shadow(0 16px 26px rgba(0, 43, 91, 0.13));
  }
  .orb-main {
    width: clamp(270px, 76vw, 335px);
    height: clamp(270px, 76vw, 335px);
    background: radial-gradient(circle at 48% 45%, rgba(255,255,255,0.72), rgba(174, 232, 183, 0.48) 58%, rgba(0, 43, 91, 0.08));
    border-color: rgba(0, 43, 91, 0.08);
    box-shadow: 0 18px 38px rgba(79, 178, 103, 0.14);
  }
  .orb-small {
    width: clamp(74px, 20vw, 96px);
    height: clamp(74px, 20vw, 96px);
    right: 12%;
    bottom: 14%;
    background: rgba(0, 43, 91, 0.08);
  }
}
