*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --white: #FDFCFA;
  --off: #F2F8F6;
  --teal-light: #C6E8DE;
  --teal: #3BAB8A;
  --teal-dark: #28856A;
  --teal-deep: #1A5E4A;
  --orange-light: #FAC49A;
  --lime-light: #C8E49A;
  --navy: #1A3040;
  --mid: #5A7A70;
  --border: rgba(26, 48, 64, 0.1);
  --teal-border: rgba(59, 171, 138, 0.25);
  --shadow: 0 18px 60px rgba(26, 48, 64, 0.09);
  --shadow-soft: 0 8px 32px rgba(59, 171, 138, 0.16);
}
html { scroll-behavior: smooth; }
body {
  font-family: 'Instrument Sans', sans-serif;
  background: var(--white);
  color: var(--navy);
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.shape {
  position: fixed;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.52;
  z-index: -1;
  pointer-events: none;
}
.shape-a { width: 420px; height: 420px; background: var(--teal-light); top: -120px; right: -80px; }
.shape-b { width: 300px; height: 300px; background: var(--orange-light); left: -70px; top: 38%; }
.shape-c { width: 260px; height: 260px; background: var(--lime-light); right: 8%; bottom: 4%; }
.container { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }
nav {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(253, 252, 250, 0.94);
  border-bottom: 1px solid var(--teal-border);
}
.nav-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  flex-wrap: wrap;
}
.nav-links a {
  font-size: 0.92rem;
  color: var(--mid);
  text-decoration: none;
}
.nav-links a:hover { color: var(--teal); }
.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--navy);
  font-weight: 600;
}
.logo img { height: 40px; width: auto; }
.lang-link, .cta, .ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  white-space: nowrap;
}
.lang-link {
  border: 1px solid var(--teal-border);
  padding: 0.45rem 0.9rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--mid);
}
.cta {
  background: var(--teal);
  color: var(--white);
  padding: 0.9rem 1.4rem;
  font-size: 0.92rem;
  font-weight: 600;
  box-shadow: var(--shadow-soft);
}
.cta:hover { background: var(--teal-dark); }
.ghost {
  padding: 0.9rem 1.2rem;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--mid);
  border: 1px solid var(--teal-border);
}
.hero { padding: 7rem 0 2rem; }
.hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3rem;
  align-items: center;
}
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: var(--off);
  border: 1px solid var(--teal-border);
  color: var(--mid);
  font-size: 0.82rem;
}
.eyebrow::before, .section-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 8px rgba(59, 171, 138, 0.12);
}
h1, h2, h3 {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  letter-spacing: -0.03em;
}
h1 {
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  line-height: 1.02;
  margin: 1.4rem 0 1.35rem;
}
h1 em, h2 em { font-style: italic; color: var(--teal); }
.hero p {
  font-size: 1.07rem;
  line-height: 1.8;
  color: var(--mid);
  max-width: 60ch;
  font-weight: 300;
}
.hero-copy .lead { margin-bottom: 1.6rem; }
.hero-actions, .cta-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.hero-card {
  position: relative;
  background: linear-gradient(180deg, rgba(253, 252, 250, 0.86), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(59, 171, 138, 0.18);
  border-radius: 32px;
  padding: 1rem;
  box-shadow: var(--shadow);
}
.hero-card img { border-radius: 24px; overflow: hidden; }
.mini-note {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  background: rgba(253, 252, 250, 0.95);
  border: 1px solid var(--teal-border);
  border-radius: 18px;
  padding: 0.9rem 1rem;
  max-width: 280px;
  box-shadow: 0 10px 25px rgba(26, 48, 64, 0.08);
}
.mini-note strong {
  display: block;
  font-size: 0.94rem;
  margin-bottom: 0.25rem;
}
.mini-note span {
  color: var(--mid);
  font-size: 0.84rem;
  line-height: 1.5;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 260px));
  justify-content: center;
  gap: 1rem;
  margin: 2.5rem auto;
}
.stat {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 1.35rem;
  box-shadow: 0 8px 24px rgba(26, 48, 64, 0.04);
}
.stat strong {
  display: block;
  font-family: 'Fraunces', serif;
  font-size: 2rem;
  margin-bottom: 0.4rem;
}
.stat span {
  font-size: 0.9rem;
  color: var(--mid);
  line-height: 1.55;
}
section { padding: 5.5rem 0 0; }
.section-head {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}
.section-head h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
  margin-top: 1rem;
}
.section-head p {
  color: var(--mid);
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 300;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}
.card, .faq-item, .article-block, .feature-band, .cta-panel {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: 0 10px 32px rgba(26, 48, 64, 0.05);
}
.card { padding: 1.5rem; }
.icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--off);
  color: var(--teal-deep);
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.7rem;
}
.card p, .article-block p, .article-block li, .faq-item p, .feature-band p {
  color: var(--mid);
  line-height: 1.8;
  font-size: 0.97rem;
  font-weight: 300;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}
.step {
  position: relative;
  padding: 1.7rem;
  background: linear-gradient(180deg, rgba(226, 241, 236, 0.58), rgba(255, 255, 255, 0.92));
  border: 1px solid rgba(59, 171, 138, 0.18);
  border-radius: 30px;
}
.step-number {
  position: absolute;
  top: 1.1rem;
  right: 1.2rem;
  font-family: 'Fraunces', serif;
  font-size: 0.95rem;
  color: rgba(59, 171, 138, 0.36);
}
.step h3 {
  font-size: 1.3rem;
  margin: 0.8rem 0;
}
.feature-band {
  padding: 2rem;
  background:
    radial-gradient(circle at top right, rgba(250, 196, 154, 0.35), transparent 28%),
    radial-gradient(circle at bottom left, rgba(198, 232, 222, 0.42), transparent 32%),
    rgba(255, 255, 255, 0.88);
}
.feature-band ul, .article-block ul {
  list-style: none;
  margin-top: 1rem;
  display: grid;
  gap: 0.8rem;
}
.feature-band li, .article-block li {
  position: relative;
  padding-left: 1.4rem;
}
.feature-band li::before, .article-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
}
.article-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.2rem;
  align-items: start;
}
.article-block { padding: 1.7rem; }
.article-block h3 {
  font-size: 1.5rem;
  margin-bottom: 0.9rem;
}
.article-block + .article-block { margin-top: 1.2rem; }
.faq-list { display: grid; gap: 1rem; }
.faq-item { padding: 1.4rem 1.5rem; }
.faq-item h3 {
  font-size: 1.15rem;
  margin-bottom: 0.55rem;
}
.cta-panel {
  margin: 5rem 0 3rem;
  padding: 2.2rem;
  background: linear-gradient(135deg, rgba(26, 94, 74, 0.98), rgba(26, 48, 64, 0.98)), var(--navy);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.cta-panel h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.1;
  margin: 0.8rem 0 1rem;
}
.cta-panel p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 62ch;
  line-height: 1.75;
}
footer {
  padding: 1rem 0 3rem;
  color: var(--mid);
  font-size: 0.9rem;
}
@media (max-width: 980px) {
  .hero-grid, .section-head, .article-layout { grid-template-columns: 1fr; }
  .card-grid, .steps, .stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .nav-inner, .nav-links { align-items: flex-start; }
  .nav-inner { flex-direction: column; padding: 1rem 0; }
  .nav-links { width: 100%; justify-content: flex-start; }
  .hero { padding-top: 3rem; }
  .card-grid, .steps, .stat-grid { grid-template-columns: 1fr; }
  .mini-note { position: static; margin-top: 1rem; max-width: none; }
}
