:root {
  --ink: #10282a;
  --muted: #607274;
  --paper: #f7f7f2;
  --white: #fff;
  --forest: #0b4d45;
  --forest-dark: #073a35;
  --mint: #74fbde;
  --sage: #96dd8b;
  --teal: #2eb1af;
  --line: rgba(16, 40, 42, 0.14);
  --shadow: 0 28px 70px rgba(7, 58, 53, 0.14);
  --radius: 30px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

button, select { font: inherit; }

.shell { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  padding: 10px 16px;
  border-radius: 12px;
  background: var(--forest);
  color: var(--white);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(16, 40, 42, 0.08);
  background: rgba(247, 247, 242, 0.9);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }

.brand-mark {
  width: 50px;
  height: 42px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.brand-mark img { width: 100%; height: auto; }

.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }

.brand-copy strong { font-size: 18px; letter-spacing: -0.02em; }

.brand-copy span { margin-top: 4px; color: var(--muted); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }

.site-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }

.site-nav a { color: #435b5d; font-size: 14px; font-weight: 650; transition: color 180ms ease; }

.site-nav a:hover { color: var(--forest); }

.header-actions { display: flex; align-items: center; gap: 12px; }

.language-control select {
  height: 42px;
  padding: 0 30px 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
}

.menu-button { display: none; }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--forest);
  border-radius: 999px;
  background: var(--forest);
  color: var(--white);
  font-weight: 750;
  letter-spacing: -0.01em;
  box-shadow: 0 10px 26px rgba(11, 77, 69, 0.2);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover { transform: translateY(-2px); background: var(--forest-dark); box-shadow: 0 14px 32px rgba(11, 77, 69, 0.27); }

.button-small { min-height: 42px; padding: 0 18px; font-size: 13px; }

.button-light { border-color: var(--white); background: var(--white); color: var(--forest-dark); box-shadow: none; }

.button-light:hover { background: var(--mint); color: var(--forest-dark); }

.hero { position: relative; overflow: hidden; padding: 92px 0 78px; }

.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 0.91fr 1.09fr; align-items: center; gap: 66px; }

.hero-glow { position: absolute; border-radius: 50%; filter: blur(5px); pointer-events: none; }

.hero-glow-one { width: 520px; height: 520px; top: -240px; left: -180px; background: radial-gradient(circle, rgba(116,251,222,.2), transparent 68%); }

.hero-glow-two { width: 420px; height: 420px; right: -140px; bottom: -240px; background: radial-gradient(circle, rgba(150,221,139,.18), transparent 70%); }

.eyebrow, .kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 6px rgba(46,177,175,.12); }

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 630px;
  margin: 24px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6vw, 88px);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 500;
}

h1 em { color: var(--teal); font-weight: 500; }

.hero-lead { max-width: 620px; margin-bottom: 32px; color: #506568; font-size: 19px; line-height: 1.7; }

.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }

.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--forest); font-weight: 750; border-bottom: 1px solid rgba(11,77,69,.3); }

.text-link span:last-child { font-size: 20px; transition: transform 180ms ease; }

.text-link:hover span:last-child { transform: translate(3px, 3px); }

.hero-notes { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 36px; color: var(--muted); font-size: 12px; font-weight: 650; }

.hero-notes > span { display: inline-flex; align-items: center; gap: 7px; }

.hero-notes i { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: rgba(46,177,175,.12); color: var(--forest); font-size: 11px; font-style: normal; }

.hero-image-wrap { position: relative; min-height: 590px; overflow: hidden; border-radius: 50% 50% 28px 28px / 38% 38% 28px 28px; background: #d8e5e2; box-shadow: var(--shadow); }

.hero-image-wrap > img { width: 100%; height: 590px; object-fit: cover; object-position: 61% center; }

.image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(6,42,39,.32)); }

.hero-card { position: absolute; display: flex; align-items: center; gap: 13px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.6); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 16px 40px rgba(10,45,42,.17); backdrop-filter: blur(14px); }

.hero-card-top { top: 34px; right: 24px; }

.hero-card-bottom { right: 24px; bottom: 24px; }

.mini-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; background: var(--forest); color: var(--mint); font-weight: 850; }

.mini-icon-light { background: var(--mint); color: var(--forest-dark); font-size: 22px; }

.hero-card span:last-child { display: flex; flex-direction: column; }

.hero-card strong { font-size: 13px; }

.hero-card small { color: var(--muted); font-size: 10px; }

.clarity-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.45); }

.clarity-grid { display: grid; grid-template-columns: repeat(3, 1fr); }

.clarity-grid > div { display: flex; align-items: center; gap: 18px; min-height: 110px; padding: 0 34px; border-right: 1px solid var(--line); }

.clarity-grid > div:first-child { padding-left: 0; }

.clarity-grid > div:last-child { border: 0; }

.clarity-number { font-family: Georgia, serif; color: var(--teal); font-size: 28px; font-style: italic; }

.clarity-grid p { margin: 0; font-size: 14px; font-weight: 750; }

.section { padding: 118px 0; }

.partner-section { background: #eef3ed; }

.partner-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }

.partner-visual { position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }

.partner-visual img { width: 100%; min-height: 500px; object-fit: cover; object-position: 66% center; }

.partner-badge { position: absolute; left: 24px; bottom: 24px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.75); border-radius: 999px; background: rgba(255,255,255,.91); color: var(--forest-dark); font-size: 12px; font-weight: 800; box-shadow: 0 10px 28px rgba(7,58,53,.14); backdrop-filter: blur(12px); }

.partner-copy h2 { font-size: clamp(38px, 3.7vw, 58px); }

.partner-copy > p { margin: 25px 0 0; color: var(--muted); font-size: 16px; }

.partner-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 32px 0 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }

.partner-facts > div { padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.55); }

.partner-facts dt { color: var(--forest); font-family: Georgia, serif; font-size: 32px; line-height: 1; }

.partner-facts dd { margin: 7px 0 0; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

.partner-copy .source-note { margin-top: 14px; font-size: 11px; }

.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 52px; }

h2 { margin: 15px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 4.3vw, 66px); line-height: 1.02; letter-spacing: -.045em; font-weight: 500; }

.section-heading p, .support-copy p, .faq-heading p { margin: 0; color: var(--muted); font-size: 17px; }

.care-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.care-card { min-height: 310px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.7); transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease; }

.care-card:hover { transform: translateY(-6px); background: var(--white); box-shadow: 0 20px 50px rgba(16,40,42,.09); }

.care-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 38px; border-radius: 50%; background: #e1f4ec; color: var(--forest); font-size: 12px; font-weight: 850; }

.care-card h3 { margin-bottom: 11px; font-family: Georgia, serif; font-size: 25px; line-height: 1.15; font-weight: 500; }

.care-card p { margin-bottom: 24px; color: var(--muted); font-size: 14px; }

.care-card > span { margin-top: auto; color: var(--forest); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.scope-note { max-width: 760px; margin: 36px auto 0; color: var(--muted); text-align: center; font-size: 13px; }

.journey-section { overflow: hidden; background: var(--forest-dark); color: var(--white); }

.journey-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }

.kicker-light { color: var(--mint); }

.journey-intro { position: sticky; top: 130px; }

.journey-intro h2 { max-width: 550px; }

.journey-intro > p { max-width: 530px; margin: 24px 0 30px; color: rgba(255,255,255,.7); }

.bot-orbit { position: relative; width: min(390px, 100%); min-height: 225px; display: flex; align-items: center; margin-top: 54px; padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 110px 28px 28px 110px; background: rgba(255,255,255,.06); }

.bot-orbit img { position: relative; z-index: 2; width: 170px; filter: drop-shadow(0 20px 28px rgba(0,0,0,.22)); animation: float 4s ease-in-out infinite; }

.bot-halo { position: absolute; left: 24px; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(116,251,222,.24), transparent 68%); }

.bot-message { position: relative; z-index: 2; max-width: 140px; margin-left: 16px; font-size: 13px; line-height: 1.45; font-weight: 700; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.journey-steps { margin: 0; padding: 0; list-style: none; }

.journey-steps li { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 32px 0 38px; border-bottom: 1px solid rgba(255,255,255,.14); }

.journey-steps li:first-child { padding-top: 0; }

.journey-steps li > span { color: var(--mint); font-family: Georgia, serif; font-size: 23px; font-style: italic; }

.journey-steps h3 { margin: 0 0 8px; font-size: 22px; }

.journey-steps p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; }

.support-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }

.support-copy { position: sticky; top: 130px; align-self: start; }

.support-copy p { margin-top: 24px; }

.support-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 36px; }

.support-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 4px 18px; padding: 25px 0; border-top: 1px solid var(--line); }

.support-list > div > span { grid-row: 1 / 3; color: var(--teal); font-family: Georgia, serif; font-size: 22px; font-style: italic; }

.support-list strong { font-size: 15px; }

.support-list small { color: var(--muted); font-size: 13px; line-height: 1.5; }

.principles-section { padding-top: 0; }

.principles-grid { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }

.principles-panel { min-height: 470px; display: flex; flex-direction: column; justify-content: flex-end; padding: 52px; background: linear-gradient(145deg, #173f3b, #092f2b); color: var(--white); }

.principles-copy { display: flex; flex-direction: column; justify-content: center; padding: 52px; background: var(--white); }

.principles-copy > p { color: var(--muted); font-size: 17px; }

.principles-copy ul { display: grid; gap: 13px; margin: 22px 0 0; padding: 0; list-style: none; }

.principles-copy li { position: relative; padding-left: 29px; font-size: 14px; font-weight: 700; }

.principles-copy li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--teal); }

.faq-section { background: #eef3ed; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }

.faq-heading p { margin-top: 22px; }

.faq-list details { border-top: 1px solid var(--line); }

.faq-list details:last-child { border-bottom: 1px solid var(--line); }

.faq-list summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 21px; line-height: 1.35; }

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary::after { content: "+"; position: absolute; top: 21px; right: 4px; color: var(--teal); font-family: Inter, sans-serif; font-size: 26px; font-weight: 400; }

.faq-list details[open] summary::after { content: "−"; }

.faq-list details p { max-width: 680px; margin: -3px 48px 24px 0; color: var(--muted); font-size: 14px; }

.final-cta { padding: 92px 0; background: var(--teal); }

.final-cta-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }

.final-cta h2 { max-width: 820px; color: var(--forest-dark); }

.final-cta p { max-width: 720px; margin: 22px 0 0; color: rgba(7,58,53,.75); font-weight: 600; }

.final-cta .kicker-light { color: var(--forest-dark); }

.final-cta .button-light { flex-shrink: 0; }

.site-footer { padding: 64px 0 24px; background: #092f2b; color: var(--white); }

.footer-grid { display: grid; grid-template-columns: .8fr 1.5fr .7fr; gap: 64px; align-items: start; }

.footer-brand .brand-copy span { color: rgba(255,255,255,.55); }

.footer-disclaimer { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; }

.footer-links { display: flex; flex-direction: column; gap: 8px; align-items: flex-end; font-size: 13px; font-weight: 700; }

.footer-links a:hover { color: var(--mint); }

.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }

.reveal-delay { transition-delay: .12s; }

.reveal.is-visible { opacity: 1; transform: translateY(0); }

[dir="rtl"] .hero-card-top, [dir="rtl"] .hero-card-bottom { right: auto; left: 24px; }
[dir="rtl"] .text-link span:last-child { transform: scaleX(-1); }
[dir="rtl"] .principles-copy li { padding-left: 0; padding-right: 29px; }
[dir="rtl"] .principles-copy li::before { left: auto; right: 0; }
[dir="rtl"] .faq-list summary { padding-right: 0; padding-left: 48px; }
[dir="rtl"] .faq-list summary::after { right: auto; left: 4px; }

@media (max-width: 1020px) {
  .header-inner { gap: 16px; }
  .brand-copy span { display: none; }
  .site-nav { gap: 18px; }
  .site-nav a { font-size: 13px; }
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero-copy { max-width: 760px; }
  .hero-image-wrap { min-height: 520px; }
  .hero-image-wrap > img { height: 520px; }
  .partner-grid { gap: 42px; }
  .care-grid { grid-template-columns: 1fr 1fr; }
  .journey-layout, .support-grid, .faq-grid { gap: 54px; }
  .footer-grid { grid-template-columns: 1fr 1.6fr; }
  .footer-links { grid-column: 1 / -1; flex-direction: row; align-items: center; }
}

@media (max-width: 780px) {
  .shell { width: min(100% - 30px, 680px); }
  .header-inner { min-height: 72px; }
  .brand-mark { width: 44px; height: 36px; }
  .menu-button { width: 42px; height: 42px; display: grid; align-content: center; gap: 5px; margin-left: auto; padding: 0 10px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); }
  .menu-button > span:not(.sr-only) { display: block; height: 1.5px; background: var(--ink); }
  .site-nav { position: fixed; inset: 72px 0 auto 0; display: grid; gap: 0; padding: 16px 22px 24px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 16px 30px rgba(16,40,42,.1); transform: translateY(-140%); opacity: 0; transition: transform 220ms ease, opacity 220ms ease; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
  .header-actions .button { display: none; }
  .hero { padding: 62px 0 52px; }
  h1 { font-size: clamp(50px, 15vw, 76px); }
  .hero-lead { font-size: 17px; }
  .hero-image-wrap { min-height: 440px; border-radius: 120px 120px 24px 24px; }
  .hero-image-wrap > img { height: 440px; object-position: 63% center; }
  .hero-card { max-width: 230px; }
  .hero-card-top { top: 18px; right: 16px; }
  .hero-card-bottom { right: 16px; bottom: 16px; }
  .clarity-grid { grid-template-columns: 1fr; }
  .clarity-grid > div { min-height: 76px; padding: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 84px 0; }
  .section-heading, .partner-grid, .journey-layout, .support-grid, .principles-grid, .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .partner-visual img { min-height: 380px; }
  .journey-intro, .support-copy { position: static; }
  .principles-panel { min-height: 340px; padding: 34px; }
  .principles-copy { padding: 34px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-links { grid-column: auto; align-items: flex-start; }
}

@media (max-width: 540px) {
  .header-actions { gap: 6px; }
  .language-control select { width: 58px; padding-left: 9px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-notes { align-items: flex-start; flex-direction: column; }
  .hero-image-wrap { min-height: 390px; }
  .hero-image-wrap > img { height: 390px; }
  .hero-card-top { display: none; }
  .care-grid, .support-list { grid-template-columns: 1fr; }
  .care-card { min-height: 280px; }
  .partner-visual img { min-height: 300px; }
  .partner-badge { left: 14px; bottom: 14px; }
  .partner-facts > div { padding: 16px; }
  .bot-orbit { padding: 22px 18px; }
  .bot-orbit img { width: 135px; }
  .journey-steps li { grid-template-columns: 44px 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
