:root {
  color: #26352f;
  background: #f7f7f2;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  --ink: #26352f;
  --muted: #69776f;
  --green: #2f6652;
  --green-dark: #234c3e;
  --soft: #e7f0eb;
  --cream: #f7f7f2;
  --line: #dce2dc;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; }
a { color: inherit; text-decoration: none; }

.site-header,
main,
footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 23px; font-weight: 760; letter-spacing: -.04em; }
.brand img { display: block; border-radius: 12px; }
nav { display: flex; gap: 30px; margin-left: auto; color: #506159; font-size: 14px; }
nav a:hover, .text-link:hover { color: var(--green); }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border-radius: 13px;
  color: white;
  background: var(--green);
  box-shadow: 0 10px 28px rgba(47, 102, 82, .14);
  font-size: 14px;
  font-weight: 700;
  transition: transform .18s ease, background .18s ease;
}
.button:hover { background: var(--green-dark); transform: translateY(-1px); }
.button-small { min-height: 42px; padding-inline: 18px; }

.hero {
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  align-items: center;
  gap: 70px;
  padding: 75px 0 105px;
}
.eyebrow { margin: 0 0 18px; color: var(--green); font-size: 12px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 6.2vw, 82px); line-height: .99; letter-spacing: -.055em; font-weight: 600; }
h1 em { color: var(--green); font-weight: inherit; }
.lead { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 35px; }
.text-link { color: #41564d; font-size: 14px; font-weight: 700; }
.text-link span { display: inline-block; margin-left: 5px; }

.hero-visual { position: relative; min-height: 460px; }
.visual-glow { position: absolute; inset: 58px 60px 35px 65px; border-radius: 50%; background: radial-gradient(circle at 50% 48%, #dbeae2 0, #e8f1ec 48%, rgba(232,241,236,0) 72%); }
.flow-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; fill: none; stroke: rgba(47,102,82,.22); stroke-width: 1.5; stroke-linecap: round; }
.flow-lines .flow-arrow { stroke: rgba(47,102,82,.35); stroke-linejoin: round; }
.incoming-card, .overview-card { position: absolute; border: 1px solid rgba(47,102,82,.13); background: rgba(255,255,255,.96); box-shadow: 0 18px 42px rgba(49,72,61,.1); }
.incoming-card { z-index: 2; display: flex; align-items: center; gap: 11px; min-width: 165px; padding: 13px 15px; border-radius: 14px; }
.incoming-card div { display: grid; gap: 3px; }
.incoming-card small, .overview-card small { color: var(--muted); font-size: 10px; }
.incoming-card strong { font-size: 12px; }
.incoming-icon { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; color: var(--green); background: var(--soft); font-weight: 800; }
.incoming-date { top: 45px; left: 4px; transform: rotate(-3deg); }
.incoming-list { top: 89px; right: -4px; transform: rotate(2.5deg); }
.incoming-plan { bottom: 22px; left: 9px; transform: rotate(2deg); }
.overview-card { z-index: 3; top: 164px; left: 50%; width: 230px; padding: 20px; border-radius: 19px; transform: translateX(-50%); box-shadow: 0 25px 60px rgba(38,75,60,.16); }
.overview-card header { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.overview-card header div { display: grid; gap: 5px; }
.overview-card header strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.overview-card header > span { color: var(--green); font-size: 18px; }
.overview-card ul { display: grid; gap: 12px; margin: 17px 0 0; padding: 0; list-style: none; }
.overview-card li { display: flex; align-items: center; gap: 10px; color: #43534b; font-size: 12px; }
.overview-card li > span { width: 18px; height: 18px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #b8c6bf; border-radius: 6px; color: white; font-size: 10px; }
.overview-card li.is-done { color: var(--muted); text-decoration: line-through; }
.overview-card li.is-done > span { border-color: var(--green); background: var(--green); }

.section { padding: 105px 0; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(37px, 4.3vw, 56px); line-height: 1.08; letter-spacing: -.04em; font-weight: 600; }
.section-heading > p, .articles-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-intro { grid-column: 1 / -1; max-width: 680px; margin-bottom: 35px; }
.feature-card { min-height: 250px; padding: 31px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.68); }
.feature-card > span { color: #8aa397; font: 600 13px Georgia, serif; }
.feature-card h3 { margin: 55px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.articles-heading { align-items: start; }
.articles-heading .eyebrow { margin-bottom: 15px; }
.article-placeholders { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 45px; }
.article-placeholders div { display: grid; gap: 12px; min-height: 155px; align-content: end; padding: 25px; border-radius: 18px; background: #ecefe9; }
.article-placeholders span { color: var(--green); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.article-placeholders strong { max-width: 260px; font-family: Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1.25; }

.cta { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding-inline: 55px; border: 0; border-radius: 28px; color: white; background: var(--green); }
.cta h2 { max-width: 720px; font-size: clamp(35px, 4vw, 52px); }
.cta p:not(.eyebrow) { max-width: 670px; margin: 20px 0 0; color: #d8e5df; line-height: 1.65; }
.cta .eyebrow { color: #bed6ca; }
.button-light { flex: 0 0 auto; color: var(--green-dark); background: white; box-shadow: none; }
.button-light:hover { color: white; background: var(--green-dark); }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 55px 0; color: var(--muted); font-size: 13px; }
footer .copyright { justify-self: end; }

@media (max-width: 850px) {
  .site-header, main, footer { width: min(100% - 32px, 680px); }
  .site-header { min-height: 78px; }
  nav { display: none; }
  .site-header .button { margin-left: auto; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 35px; padding: 70px 0 80px; }
  .hero-visual { min-height: 420px; }
  .visual-glow { inset: 48px 40px 20px; }
  .incoming-date { left: 1%; }
  .incoming-list { right: 1%; }
  .incoming-plan { left: 4%; bottom: 10px; }
  .section { padding: 75px 0; }
  .section-heading, .articles-heading { grid-template-columns: 1fr; gap: 28px; }
  .feature-grid, .article-placeholders { grid-template-columns: 1fr; }
  .feature-card { min-height: 205px; }
  .feature-card h3 { margin-top: 34px; }
  .cta { align-items: flex-start; flex-direction: column; padding: 55px 32px; }
  footer { grid-template-columns: 1fr; justify-items: start; }
  footer .copyright { justify-self: start; }
}

@media (max-width: 520px) {
  .site-header .brand span { font-size: 20px; }
  .site-header .button { min-height: 39px; padding-inline: 13px; font-size: 12px; }
  h1 { font-size: clamp(45px, 14vw, 62px); }
  .lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-visual { min-height: 390px; }
  .flow-lines { opacity: .7; }
  .incoming-card { min-width: 145px; padding: 11px; }
  .incoming-list { right: 0; }
  .incoming-plan { display: none; }
  .overview-card { top: 150px; width: 215px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
