:root {
  --purple-900: #5d3f71;
  --purple-800: #6e5184;
  --purple-700: #82659a;
  --purple-200: #e8def0;
  --purple-100: #f3edf8;
  --green-900: #456b47;
  --green-800: #5b8458;
  --green-700: #6daa67;
  --green-500: #89c17f;
  --green-100: #edf6ea;
  --cream: #fbf8f5;
  --sand: #f5efe8;
  --ink: #45384a;
  --muted: #6c6573;
  --white: #ffffff;
  --line: rgba(93,63,113,.14);
  --shadow: 0 20px 55px rgba(93,63,113,.10);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(130,101,154,.12), transparent 26%),
    radial-gradient(circle at top right, rgba(109,170,103,.16), transparent 28%),
    linear-gradient(180deg, #fbf8f5 0%, #ffffff 38%, #f7fbf4 100%);
  line-height: 1.6;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251,248,245,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 18px;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo img { width: 164px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 20px; font-size: 15px; color: var(--purple-900); }
.lang-switch { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.lang-switch a {
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--purple-900);
  font-weight: 700;
  font-size: 13px;
  background: rgba(255,255,255,.75);
}
.lang-switch a.active, .lang-switch a:hover {
  background: linear-gradient(135deg, var(--purple-800), var(--green-800));
  color: #fff;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--purple-800), var(--green-700));
  box-shadow: 0 14px 30px rgba(93,63,113,.18);
}
.btn-secondary {
  color: var(--purple-900);
  background: #fff;
  border: 1px solid var(--line);
}

.hero { position: relative; overflow: hidden; padding: 72px 0 38px; }
.hero::before {
  content: "";
  position: absolute;
  right: -110px;
  top: -120px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(130,101,154,.28), rgba(130,101,154,0) 72%);
}
.hero::after {
  content: "";
  position: absolute;
  left: -150px;
  bottom: -170px;
  width: 430px;
  height: 430px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(109,170,103,.20), rgba(109,170,103,0) 72%);
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 42px;
  align-items: center;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.84);
  border: 1px solid var(--line);
  color: var(--green-900);
  font-weight: 800;
  font-size: 14px;
}
h1 {
  margin: 18px 0 18px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: .98;
  letter-spacing: -2.3px;
  color: var(--purple-900);
}
.hero p.lead { font-size: clamp(18px, 2vw, 22px); color: #5c5563; max-width: 700px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-card {
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}
.hero-card .photo-card {
  min-height: 370px;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(93,63,113,.65), rgba(109,170,103,.58)),
    url('hero-care.svg') center/cover;
  display: flex;
  align-items: end;
  padding: 24px;
  color: #fff;
}
.photo-card strong { display: block; font-size: 30px; line-height: 1.12; }
.photo-card span { display: block; margin-top: 8px; opacity: .94; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 14px; }
.stat { background: linear-gradient(180deg, var(--purple-100), var(--green-100)); border-radius: 18px; padding: 14px; }
.stat strong { display: block; font-size: 22px; color: var(--purple-900); }
.stat span { color: var(--muted); font-size: 13px; }

section { padding: 66px 0; }
.section-title { max-width: 780px; margin-bottom: 28px; }
.eyebrow { color: var(--green-800); text-transform: uppercase; letter-spacing: .12em; font-weight: 900; font-size: 13px; }
h2 { margin: 8px 0 14px; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; color: var(--purple-900); letter-spacing: -1.4px; }
.section-title p { color: var(--muted); font-size: 18px; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.card {
  background: rgba(255,255,255,.88);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 12px 32px rgba(93,63,113,.07);
}
.icon {
  width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(180deg, var(--purple-100), var(--green-100));
  color: var(--purple-900); font-size: 22px; margin-bottom: 16px;
}
.card h3 { margin: 0 0 10px; font-size: 21px; color: var(--purple-900); }
.card p, .card li { color: var(--muted); }
ul.clean { padding-left: 18px; margin: 0; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.panel {
  background: linear-gradient(145deg, var(--purple-800), var(--green-800));
  color: #fff; border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow);
}
.panel h2 { color: #fff; }
.panel p, .panel li { color: rgba(255,255,255,.86); }
.check-list { display: grid; gap: 12px; }
.check-item { display: flex; gap: 10px; align-items: flex-start; color: #5c5563; }
.check-item::before {
  content: "✓"; flex: 0 0 24px; height: 24px; border-radius: 999px; display: grid; place-items: center;
  background: linear-gradient(180deg, var(--purple-100), var(--green-100)); color: var(--purple-900); font-weight: 900;
}
.process { counter-reset: step; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.process .card { position: relative; }
.process .card::before {
  counter-increment: step; content: counter(step); width: 38px; height: 38px; border-radius: 999px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--purple-800), var(--green-800)); color: #fff; font-weight: 900; margin-bottom: 16px;
}
.form-section {
  background: linear-gradient(135deg, var(--purple-900), var(--green-800));
  border-radius: 38px; padding: 44px; color: #fff; box-shadow: var(--shadow);
}
.form-section h2, .form-section .eyebrow { color: #fff; }
.form-section p { color: rgba(255,255,255,.86); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 26px; }
.form-grid .full { grid-column: 1 / -1; }
label { display: block; font-weight: 800; font-size: 14px; margin-bottom: 6px; }
input, select, textarea {
  width: 100%; border: 1px solid rgba(255,255,255,.26); border-radius: 16px; padding: 13px 14px;
  font: inherit; color: var(--ink); background: #fff;
}
textarea { min-height: 120px; resize: vertical; }
.checkbox { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: rgba(255,255,255,.90); }
.checkbox input { width: auto; margin-top: 6px; }
.honeypot { display: none !important; }
.highlight-box {
  margin-top: 22px; padding: 18px 20px; border-radius: 20px; background: rgba(255,255,255,.76);
  border: 1px solid var(--line); color: var(--purple-900);
}
.footer { padding: 36px 0; color: #675f6d; border-top: 1px solid var(--line); background: rgba(255,255,255,.7); }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; }
.footer a { text-decoration: underline; text-underline-offset: 4px; }
.notice { margin-top: 16px; font-size: 13px; color: rgba(255,255,255,.72); }
.small { font-size: 14px; color: var(--muted); }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero-grid, .split, .cards, .process, .form-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
  section { padding: 48px 0; }
  .form-section { padding: 28px; border-radius: 28px; }
}
