
:root {
  --seafoam: #96ceb4;
  --cream: #ffeead;
  --coral: #ff6f69;
  --gold: #ffcc5c;
  --mint: #88d8b0;
  --ink: #1f342e;
  --muted: #5e6f69;
  --line: #e4eee9;
  --soft: #f7fbf9;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(31, 52, 46, .10);
}
* { 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: var(--white); line-height: 1.65; }
a { color: #226b58; text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: #164a3d; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--ink); color: white; padding: 8px 12px; z-index: 10; }
.skip-link:focus { left: 8px; }
.site-header { position: sticky; top: 0; z-index: 5; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; }
.logo { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; font-weight: 800; letter-spacing: -.03em; }
.logo-mark { width: 42px; height: 42px; border-radius: 16px; background: linear-gradient(135deg, var(--seafoam), var(--cream)); display: grid; place-items: center; box-shadow: 0 10px 24px rgba(150,206,180,.35); }
.logo small { display: block; color: var(--muted); font-weight: 650; letter-spacing: 0; font-size: .72rem; margin-top: -4px; }
.nav { display: flex; align-items: center; gap: 18px; font-size: .94rem; }
.nav a { text-decoration: none; color: var(--ink); font-weight: 700; }
.nav a:hover { color: #22745e; }
.nav .button { color: white; }
.mobile-toggle { display: none; border: 1px solid var(--line); background: white; border-radius: 12px; padding: 10px 12px; font-weight: 800; }
.button, button.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; padding: 13px 20px; background: var(--coral); color: white; text-decoration: none; font-weight: 800; box-shadow: 0 12px 28px rgba(255,111,105,.26); cursor: pointer; }
.button.secondary { background: var(--ink); box-shadow: 0 12px 28px rgba(31,52,46,.18); }
.button.light { background: white; color: var(--ink); box-shadow: none; border: 1px solid var(--line); }
.hero { padding: 74px 0 52px; background: radial-gradient(circle at 12% 20%, rgba(255,238,173,.7), transparent 28%), radial-gradient(circle at 90% 12%, rgba(150,206,180,.55), transparent 30%), white; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 42px; align-items: center; }
.kicker { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); background: rgba(255,255,255,.75); color: #33695b; border-radius: 999px; padding: 7px 12px; font-weight: 800; font-size: .86rem; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; margin: 0 0 16px; }
h1 { font-size: clamp(2.55rem, 6vw, 5.2rem); max-width: 900px; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 18px; }
.lede { font-size: clamp(1.12rem, 2vw, 1.35rem); color: var(--muted); max-width: 760px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.hero-card { background: white; border: 1px solid var(--line); border-radius: 34px; padding: 28px; box-shadow: var(--shadow); }
.hero-side { display: grid; gap: 18px; }
.hero-photo, .article-photo, .support-photo { margin: 0; border-radius: 34px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); background: white; }
.hero-photo img, .article-photo img, .support-photo img, .card-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-photo img { aspect-ratio: 4 / 3; }
.article-photo img { aspect-ratio: 16 / 7; }
.support-photo img { aspect-ratio: 4 / 3; }
.hero-photo figcaption, .article-photo figcaption, .support-photo figcaption { padding: 10px 14px; color: var(--muted); font-size: .88rem; font-weight: 750; background: white; }
.hero-card ul { margin: 18px 0 0; padding: 0; list-style: none; }
.hero-card li { padding: 12px 0 12px 34px; border-top: 1px solid var(--line); position: relative; font-weight: 700; }
.hero-card li::before { content: "✓"; position: absolute; left: 0; color: #258469; font-weight: 900; }
.section { padding: 72px 0; }
.media-strip { padding: 0 0 18px; background: white; }
.section.soft { background: var(--soft); }
.section.tint { background: linear-gradient(135deg, rgba(150,206,180,.24), rgba(255,238,173,.35)); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 30px; }
.section-head p { max-width: 640px; color: var(--muted); }
.grid { display: grid; gap: 22px; }
.grid.three { grid-template-columns: repeat(3, 1fr); }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.card { background: white; border: 1px solid var(--line); border-radius: 26px; padding: 26px; box-shadow: 0 10px 30px rgba(31,52,46,.06); overflow: hidden; }
.card-media { margin: -26px -26px 20px; background: var(--soft); }
.card-media img { aspect-ratio: 16 / 10; }
.card.highlight { background: linear-gradient(145deg, white, rgba(255,238,173,.4)); }
.card .tag { display: inline-flex; background: rgba(150,206,180,.22); color: #286552; border-radius: 999px; padding: 5px 10px; font-size: .78rem; font-weight: 900; margin-bottom: 14px; }
.card a.readmore { font-weight: 900; text-decoration: none; }
.icon { width: 48px; height: 48px; border-radius: 18px; display: grid; place-items: center; background: var(--cream); margin-bottom: 18px; font-size: 1.4rem; }
.cta-band { background: var(--ink); color: white; border-radius: 34px; padding: 42px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; }
.cta-band p { color: rgba(255,255,255,.78); }
.cta-band .button { background: var(--gold); color: var(--ink); box-shadow: none; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 42px; align-items: start; }
.prose { font-size: 1.06rem; }
.prose h2 { font-size: 2rem; margin-top: 42px; }
.prose h3 { margin-top: 28px; }
.prose .answer-box, .note-box { background: rgba(150,206,180,.16); border: 1px solid rgba(150,206,180,.55); border-radius: 22px; padding: 22px; margin: 28px 0; }
.sidebar { position: sticky; top: 104px; }
.faq-item { border-top: 1px solid var(--line); padding: 20px 0; }
.faq-item h3 { font-size: 1.08rem; letter-spacing: -.02em; margin-bottom: 8px; }
.breadcrumb { color: var(--muted); font-weight: 800; font-size: .9rem; margin-bottom: 18px; }
.form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 6px; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid #d8e7e1; border-radius: 16px; padding: 13px 14px; font: inherit; background: white; color: var(--ink); }
textarea { min-height: 140px; resize: vertical; }
.form-status { font-weight: 800; }
.site-footer { background: #172a25; color: white; padding: 48px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 28px; }
.site-footer a { color: white; }
.site-footer p, .site-footer li { color: rgba(255,255,255,.72); }
.footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.disclosure { font-size: .9rem; color: var(--muted); border-top: 1px solid var(--line); margin-top: 28px; padding-top: 18px; }
[hidden] { display: none !important; }
.anchor-advisor { position: fixed; right: 22px; bottom: 22px; z-index: 20; font-size: .96rem; }
.anchor-advisor__launcher { border: 2px solid rgba(31,52,46,.18); border-radius: 999px; padding: 15px 20px; background: linear-gradient(135deg, #baf2d0 0%, #88d8b0 55%, #d9ffd9 100%); color: #1f342e; font-weight: 950; box-shadow: 0 18px 42px rgba(31,52,46,.30), 0 0 0 5px rgba(136,216,176,.28); cursor: pointer; transform: translateZ(0); }
.anchor-advisor__panel { width: min(390px, calc(100vw - 28px)); max-height: min(680px, calc(100vh - 104px)); background: white; border: 1px solid var(--line); border-radius: 26px; box-shadow: 0 24px 70px rgba(31,52,46,.22); overflow: hidden; display: grid; grid-template-rows: auto 1fr auto auto; }
.anchor-advisor__header { display: flex; justify-content: space-between; gap: 14px; align-items: start; padding: 18px; background: linear-gradient(135deg, rgba(150,206,180,.4), rgba(255,238,173,.55)); border-bottom: 1px solid var(--line); }
.anchor-advisor__header strong { display: block; font-size: 1.05rem; }
.anchor-advisor__header span { display: block; color: var(--muted); font-size: .84rem; font-weight: 700; }
.anchor-advisor__close { width: 34px; height: 34px; border: 1px solid rgba(31,52,46,.16); background: white; border-radius: 999px; font-size: 1.35rem; line-height: 1; cursor: pointer; }
.anchor-advisor__messages { overflow-y: auto; padding: 16px; display: grid; gap: 10px; background: #fbfefd; }
.anchor-advisor__message { border-radius: 18px; padding: 11px 13px; max-width: 90%; white-space: pre-wrap; }
.anchor-advisor__message--bot { background: rgba(150,206,180,.2); border: 1px solid rgba(150,206,180,.5); justify-self: start; }
.anchor-advisor__message--user { background: var(--ink); color: white; justify-self: end; }
.anchor-advisor__form { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 14px; border-top: 1px solid var(--line); background: white; }
.anchor-advisor__form textarea { min-height: 52px; max-height: 120px; border-radius: 16px; resize: vertical; }
.anchor-advisor__fineprint { margin: 0; padding: 0 16px 14px; color: var(--muted); font-size: .78rem; line-height: 1.35; background: white; }
@media (max-width: 900px) {
  .mobile-toggle { display: inline-flex; }
  .nav { display: none; position: absolute; left: 20px; right: 20px; top: 76px; background: white; border: 1px solid var(--line); border-radius: 20px; padding: 18px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }
  .hero-grid, .article-layout, .grid.three, .grid.two, .footer-grid, .cta-band { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .form-row { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1120px); }
  .hero { padding-top: 46px; }
  .section { padding: 52px 0; }
  .card, .hero-card, .cta-band { border-radius: 22px; padding: 22px; }
  .anchor-advisor { right: 14px; bottom: 14px; }
  .anchor-advisor__launcher { padding: 12px 14px; }
  .anchor-advisor__panel { max-height: calc(100vh - 82px); }
  .anchor-advisor__form { grid-template-columns: 1fr; }
}
