@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800&family=Syne:wght@500;600;700;800&display=swap");

:root {
  --bg: #e8eeea;
  --bg-2: #dde6e0;
  --bg-3: #cfdad3;
  --ink: #1a2420;
  --ink-soft: #5a6b62;
  --line: #b7c5bc;
  --lime: #3f8f4a;
  --lime-deep: #347a3e;
  --lime-ink: #f4faf5;
  --radius: 18px;
  --radius-sm: 12px;
  --container: 1180px;
  --font: "Figtree", sans-serif;
  --font-display: "Syne", sans-serif;
  --header-h: 118px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-fast: 0.25s;
  --motion-med: 0.55s;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

p {
  margin: 0;
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
  transition: transform var(--motion-fast) var(--ease-out),
    background var(--motion-fast), color var(--motion-fast),
    border-color var(--motion-fast);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--lime {
  background: var(--lime);
  color: var(--lime-ink);
}

.btn--lime:hover {
  background: var(--lime-deep);
}

.btn--ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}

.btn--ghost:hover {
  border-color: var(--lime);
  color: var(--lime);
}

.btn--dark {
  background: var(--bg-3);
  color: var(--ink);
}

.btn--block {
  width: 100%;
  border-radius: var(--radius-sm);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(26, 26, 26, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.header-top {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr auto;
  gap: 18px;
  align-items: center;
  padding: 14px 0 10px;
  border-bottom: 1px solid var(--line);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.logo__mark {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, transparent 42%, var(--lime) 42% 58%, transparent 58%),
    linear-gradient(45deg, transparent 42%, var(--lime) 42% 58%, transparent 58%),
    #1f2a12;
  flex-shrink: 0;
}

.logo span {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--ink-soft);
  text-transform: none;
  letter-spacing: 0;
  margin-top: 2px;
}

.header-tag {
  color: var(--ink-soft);
  font-size: 0.88rem;
  max-width: 34ch;
}

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

.header-phone {
  font-weight: 700;
  white-space: nowrap;
}

.header-callback {
  color: var(--lime);
  font-size: 0.9rem;
  border-bottom: 1px solid transparent;
}

.header-callback:hover {
  border-color: var(--lime);
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.nav__link {
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 500;
  transition: color var(--motion-fast);
}

.nav__link:hover,
.nav__link.is-active {
  color: var(--ink);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 14px;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials a {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--lime);
  border: 1px solid transparent;
  font-size: 0.75rem;
  font-weight: 800;
}

.socials a:hover {
  border-color: var(--lime);
}

.login-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.login-link::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--lime);
  background:
    radial-gradient(circle at 50% 38%, var(--lime) 35%, transparent 36%),
    linear-gradient(var(--lime), var(--lime)) center 72% / 10px 5px no-repeat;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--bg-2);
  cursor: pointer;
  position: relative;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  background: var(--lime);
  content: "";
}

.nav-toggle span {
  top: 50%;
  transform: translateY(-50%);
}

.nav-toggle span::before {
  top: -7px;
}

.nav-toggle span::after {
  top: 7px;
}

.nav-drawer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(0, 0, 0, 0.55);
}

.nav-drawer.is-open {
  display: block;
}

.nav-drawer__panel {
  width: min(100%, 360px);
  height: 100%;
  margin-left: auto;
  background: var(--bg);
  padding: 28px 22px;
  display: grid;
  gap: 18px;
  align-content: start;
  border-left: 1px solid var(--line);
}

.nav-drawer .nav {
  flex-direction: column;
  gap: 14px;
}

/* Hero */
.hero {
  padding: 48px 0 28px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -20% 20% auto -10%;
  height: 60%;
  background: radial-gradient(circle, rgba(153, 204, 51, 0.12), transparent 65%);
  pointer-events: none;
}

.hero__title {
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  max-width: 18ch;
  margin-bottom: 14px;
}

.hero__lead {
  color: var(--ink-soft);
  font-size: 1.1rem;
  margin-bottom: 28px;
}

.hero__lead em {
  color: var(--lime);
  font-style: normal;
  font-weight: 700;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, minmax(140px, 20vw));
  gap: 6px;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 320px;
  isolation: isolate;
}

.hero-grid__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
  z-index: 0;
}

.hero-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(rgba(26, 26, 26, 0.75), rgba(26, 26, 26, 0.75)) 33.33% 0 / 6px 100% no-repeat,
    linear-gradient(rgba(26, 26, 26, 0.75), rgba(26, 26, 26, 0.75)) 66.66% 0 / 6px 100% no-repeat,
    linear-gradient(rgba(26, 26, 26, 0.75), rgba(26, 26, 26, 0.75)) 0 50% / 100% 6px no-repeat;
}

.hero-grid__cta {
  grid-column: 2;
  grid-row: 1;
  z-index: 2;
  background: var(--lime);
  color: var(--lime-ink);
  display: grid;
  place-items: center;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  padding: 16px;
  transition: background var(--motion-fast);
}

.hero-grid__cta:hover {
  background: var(--lime-deep);
}

.hero-cell {
  position: relative;
  z-index: 1;
  min-height: 120px;
}

.feature--cta a {
  color: inherit;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 140px;
}

.section {
  padding: 72px 0;
}

.section--soft {
  background: var(--bg-2);
}

.section--round {
  background: var(--bg-2);
  border-radius: 40px 40px 0 0;
}

.section__eyebrow {
  color: var(--lime);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.section__title {
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  max-width: 18ch;
  margin-bottom: 16px;
}

.section__title em {
  color: var(--lime);
  font-style: normal;
}

.section__text {
  color: var(--ink-soft);
  max-width: 52ch;
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: start;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 36px;
}

.stat {
  background: var(--bg-3);
  border-radius: var(--radius);
  padding: 22px;
  min-height: 140px;
  display: grid;
  align-content: end;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

.stat::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  background:
    radial-gradient(ellipse at 30% 40%, rgba(153, 204, 51, 0.25), transparent 55%),
    repeating-linear-gradient(
      115deg,
      transparent,
      transparent 10px,
      rgba(100, 220, 200, 0.12) 10px,
      rgba(100, 220, 200, 0.12) 11px
    );
  opacity: 0.9;
}

.stat strong {
  position: relative;
  font-family: var(--font-display);
  font-size: 1.35rem;
}

.stat span {
  position: relative;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.feature {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
}

.feature__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid var(--lime);
  margin-bottom: 16px;
  position: relative;
}

.feature__icon::before,
.feature__icon::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 2px solid var(--lime);
  opacity: 0.55;
}

.feature__icon::after {
  inset: 4px;
  opacity: 0.3;
}

.feature h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.feature p {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.feature--cta {
  background: var(--lime);
  border-color: var(--lime);
  color: var(--lime-ink);
  display: grid;
  place-items: center;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
}

.feature--cta:hover {
  background: var(--lime-deep);
}

.guarantee-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.guarantee {
  background: var(--bg-3);
  border-radius: var(--radius);
  padding: 22px;
  min-height: 160px;
}

.guarantee h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.guarantee p {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.wave-band {
  margin: 18px 0;
  height: 64px;
  border-radius: var(--radius);
  background:
    repeating-linear-gradient(
      100deg,
      transparent 0 14px,
      rgba(100, 220, 200, 0.18) 14px 15px
    ),
    linear-gradient(90deg, rgba(153, 204, 51, 0.15), rgba(80, 200, 220, 0.12), transparent);
  border: 1px solid var(--line);
}

.project-list {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}

.project {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 18px;
  align-items: stretch;
  background: var(--bg-2);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
}

.project:nth-child(even) {
  grid-template-columns: 1fr 1.1fr;
}

.project:nth-child(even) .project__media {
  order: 2;
}

.project__media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.project__body {
  padding: 28px;
  display: grid;
  align-content: center;
  gap: 12px;
}

.project__body h3 {
  font-size: 1.35rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.project__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.project__meta span {
  background: rgba(153, 204, 51, 0.12);
  color: var(--lime);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.82rem;
  font-weight: 600;
}

.project__body p {
  color: var(--ink-soft);
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 12px;
}

.check-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--ink-soft);
}

.check-list li::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--lime);
  background: linear-gradient(var(--lime), var(--lime)) center / 8px 2px no-repeat,
    linear-gradient(var(--lime), var(--lime)) center / 2px 8px no-repeat;
  transform: rotate(45deg);
  margin-top: 2px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
  counter-reset: step;
}

.step {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  min-height: 180px;
}

.step::before {
  counter-increment: step;
  content: "0" counter(step);
  display: block;
  color: var(--lime);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 14px;
}

.step h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.step p {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.media-bleed {
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 320px;
}

.media-bleed img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.page-hero {
  padding: 56px 0 24px;
}

.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  max-width: 16ch;
  margin-bottom: 14px;
}

.page-hero p {
  color: var(--ink-soft);
  max-width: 50ch;
}

.form-grid {
  display: grid;
  gap: 12px;
}

.form-grid label {
  display: grid;
  gap: 6px;
  font-size: 0.88rem;
  color: var(--ink-soft);
}

.form-grid input,
.form-grid textarea,
.form-grid select {
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink);
  padding: 14px 16px;
  outline: none;
  transition: border-color var(--motion-fast);
}

.form-grid input:focus,
.form-grid textarea:focus,
.form-grid select:focus {
  border-color: var(--lime);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.contact-card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}

.contact-card h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.contact-card p,
.contact-card a {
  color: var(--ink-soft);
}

.contact-card a:hover {
  color: var(--lime);
}

.map-fake {
  min-height: 320px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(153, 204, 51, 0.08), transparent 40%),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 28px,
      rgba(255, 255, 255, 0.03) 28px,
      rgba(255, 255, 255, 0.03) 29px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 28px,
      rgba(255, 255, 255, 0.03) 28px,
      rgba(255, 255, 255, 0.03) 29px
    ),
    var(--bg-3);
  display: grid;
  place-items: end start;
  padding: 22px;
}

.map-fake strong {
  background: rgba(26, 26, 26, 0.9);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
}

.map-embed {
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: var(--radius);
  display: block;
  background: var(--bg-3);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.review {
  background: var(--bg-3);
  border-radius: var(--radius);
  padding: 22px;
  display: grid;
  gap: 14px;
  align-content: start;
}

.review__stars {
  color: var(--lime);
  letter-spacing: 2px;
}

.review p {
  color: var(--ink-soft);
}

.review strong {
  font-family: var(--font-display);
}

.cta-band {
  background: linear-gradient(135deg, #2a3318, var(--bg-2) 55%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px;
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 20px;
  align-items: center;
}

.cta-band h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: 8px;
}

.cta-band p {
  color: var(--ink-soft);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0;
}

.filter-chip {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink-soft);
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
}

.filter-chip.is-active,
.filter-chip:hover {
  border-color: var(--lime);
  color: var(--lime);
}

.doc-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.doc-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--bg-2);
}

.doc-item span {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.doc-item a {
  color: var(--lime);
  font-weight: 700;
}

.partner-tiers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.tier {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-2);
}

.tier img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.tier__body {
  padding: 22px;
  display: grid;
  gap: 10px;
}

.tier__body strong {
  color: var(--lime);
  font-size: 1.4rem;
  font-family: var(--font-display);
}

.faq {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--bg-2);
  padding: 16px 18px;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

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

.faq p {
  color: var(--ink-soft);
  margin-top: 10px;
}

/* Footer */
.site-footer {
  padding: 56px 0 28px;
  border-top: 1px solid var(--line);
  background: #141414;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
  margin-bottom: 32px;
}

.site-footer .logo {
  margin-bottom: 12px;
}

.site-footer p {
  color: var(--ink-soft);
  margin-bottom: 14px;
}

.newsletter-form {
  display: flex;
  gap: 8px;
}

.newsletter-form input {
  flex: 1;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  padding: 12px 16px;
}

.footer-list {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-list a:hover {
  color: var(--lime);
}

.footer-policies {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 22px;
}

.policy-block {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 16px;
  background: var(--bg-2);
  display: grid;
  gap: 8px;
}

.policy-block h3 {
  font-size: 0.95rem;
}

.policy-block p {
  margin: 0;
  font-size: 0.85rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: var(--ink-soft);
  font-size: 0.88rem;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

/* Legal */
.legal-page {
  padding: 48px 0 72px;
}

.legal-page__inner {
  width: min(100% - 40px, 820px);
  margin-inline: auto;
}

.legal-back {
  color: var(--lime);
  display: inline-block;
  margin-bottom: 18px;
}

.legal-updated {
  color: var(--ink-soft);
  margin: 8px 0 22px;
}

.legal-body h2 {
  font-size: 1.2rem;
  margin: 22px 0 8px;
}

.legal-body p {
  color: var(--ink-soft);
  margin-bottom: 8px;
}

.legal-lead {
  font-size: 1.05rem;
}

/* Modal + cookie */
.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
}

.modal.is-open {
  display: grid;
}

.modal__panel {
  width: min(100%, 420px);
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  text-align: center;
}

.modal__panel h2 {
  margin-bottom: 10px;
}

.modal__panel p {
  color: var(--ink-soft);
  margin-bottom: 18px;
}

.cookie-bar {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 70;
  max-width: 720px;
  margin-inline: auto;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 18px;
  display: none;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.cookie-bar.is-visible {
  display: grid;
}

.cookie-bar p {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.cookie-bar a {
  color: var(--lime);
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity var(--motion-med) var(--ease-out),
    transform var(--motion-med) var(--ease-out);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

.reveal-stagger > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity var(--motion-med) var(--ease-out),
    transform var(--motion-med) var(--ease-out);
}

.reveal-stagger.is-in > *:nth-child(1) {
  transition-delay: 0.05s;
}
.reveal-stagger.is-in > *:nth-child(2) {
  transition-delay: 0.12s;
}
.reveal-stagger.is-in > *:nth-child(3) {
  transition-delay: 0.19s;
}
.reveal-stagger.is-in > *:nth-child(4) {
  transition-delay: 0.26s;
}
.reveal-stagger.is-in > *:nth-child(5) {
  transition-delay: 0.33s;
}
.reveal-stagger.is-in > *:nth-child(6) {
  transition-delay: 0.4s;
}

.reveal-stagger.is-in > * {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .header-top {
    grid-template-columns: 1fr auto;
  }

  .header-tag {
    display: none;
  }

  .header-nav .nav,
  .header-tools .socials,
  .login-link {
    display: none;
  }

  .nav-toggle {
    display: inline-block;
  }

  .split,
  .contact-grid,
  .project,
  .project:nth-child(even),
  .cta-band,
  .partner-tiers,
  .footer-top,
  .footer-policies {
    grid-template-columns: 1fr;
  }

  .project:nth-child(even) .project__media {
    order: 0;
  }

  .stat-row,
  .feature-grid,
  .guarantee-grid,
  .review-grid,
  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .hero-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(110px, 32vw));
  }

  .hero-grid__cta {
    grid-column: 1 / -1;
    grid-row: 1;
  }
}

@media (max-width: 640px) {
  .stat-row,
  .feature-grid,
  .guarantee-grid,
  .review-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .header-actions .header-phone {
    display: none;
  }

  .cookie-bar {
    grid-template-columns: 1fr;
  }
}

/* Expanded modules */
.link-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}
.link-tile {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  display: grid;
  gap: 10px;
  transition: border-color var(--motion-fast), transform var(--motion-fast);
}
.link-tile:hover {
  border-color: var(--lime);
  transform: translateY(-3px);
}
.link-tile span {
  color: var(--lime);
  font-family: var(--font-display);
  font-weight: 800;
}
.link-tile strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
}
.link-tile p { color: var(--ink-soft); font-size: 0.92rem; }

.principle-stack { display: grid; gap: 16px; margin-top: 28px; }
.principle-stack article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  padding: 22px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.principle-stack span {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--lime);
  font-size: 1.4rem;
}
.principle-stack h3 { margin-bottom: 8px; font-size: 1.15rem; }
.principle-stack p { color: var(--ink-soft); }

.year-spine {
  display: grid;
  gap: 0;
  margin-top: 28px;
  border-left: 2px solid var(--line);
  padding-left: 28px;
}
.year-spine article {
  position: relative;
  padding: 0 0 28px;
}
.year-spine article::before {
  content: "";
  position: absolute;
  left: -37px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--lime);
  border: 3px solid var(--bg-2);
}
.year-spine time {
  display: block;
  color: var(--lime);
  font-weight: 800;
  font-family: var(--font-display);
  margin-bottom: 6px;
}
.year-spine h3 { font-size: 1.15rem; margin-bottom: 6px; }
.year-spine p { color: var(--ink-soft); }

.role-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}
.role-card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  min-height: 160px;
}
.role-card h3 { margin-bottom: 10px; }
.role-card p { color: var(--ink-soft); }

.scenario-list { display: grid; gap: 12px; margin-top: 28px; }
.scenario-list article {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 22px;
}
.scenario-list h3 { font-size: 1.1rem; margin-bottom: 8px; }
.scenario-list p { color: var(--ink-soft); }

.shield-card {
  background: linear-gradient(160deg, rgba(153, 204, 51, 0.12), var(--bg-2));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}
.shield-card h3 { margin-bottom: 10px; }
.shield-card > p { color: var(--ink-soft); margin-bottom: 16px; }

.ladder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 28px;
}
.ladder article {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
}
.ladder strong {
  display: block;
  color: var(--lime);
  font-family: var(--font-display);
  margin-bottom: 10px;
}
.ladder p { color: var(--ink-soft); font-size: 0.92rem; }

.path-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}
.path-flow article {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
}
.path-flow span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--lime-ink);
  font-weight: 800;
  margin-bottom: 14px;
}
.path-flow h3 { margin-bottom: 8px; font-size: 1.1rem; }
.path-flow p { color: var(--ink-soft); font-size: 0.92rem; }

.case-block {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 18px;
  align-items: stretch;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.case-block--flip { direction: rtl; }
.case-block--flip > * { direction: ltr; }
.case-block__meta { padding: 28px; display: grid; align-content: center; gap: 12px; }
.case-block__meta span {
  color: var(--lime);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.case-block__meta h2 { font-size: 1.45rem; }
.case-block__meta p { color: var(--ink-soft); }
.case-block .pull {
  border-left: 3px solid var(--lime);
  padding-left: 14px;
  color: var(--ink) !important;
  font-family: var(--font-display);
}
.case-block img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }

.channel-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 28px;
}
.channel {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  display: grid;
  gap: 8px;
  transition: border-color var(--motion-fast);
}
.channel:hover { border-color: var(--lime); }
.channel span { color: var(--ink-soft); font-size: 0.85rem; }
.channel strong { font-family: var(--font-display); font-size: 1.05rem; }

.hours-board {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  display: grid;
  gap: 10px;
}
.hours-board p { color: var(--ink-soft); }

.prep-split {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  align-items: start;
}
.prep-note {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  display: grid;
  gap: 12px;
  align-content: start;
}
.prep-note p { color: var(--ink-soft); }

@media (max-width: 980px) {
  .link-rail,
  .role-grid,
  .ladder,
  .path-flow,
  .channel-grid,
  .case-block,
  .case-block--flip,
  .prep-split,
  .principle-stack article {
    grid-template-columns: 1fr;
  }
  .case-block--flip .case-block__meta { order: -1; }
}

.site-header { background: rgba(232, 238, 234, 0.92); }
.site-footer { background: #d5e0d8; }
.logo__mark { background: linear-gradient(135deg, transparent 42%, var(--lime) 42% 58%, transparent 58%), linear-gradient(45deg, transparent 42%, var(--lime) 42% 58%, transparent 58%), #d7ead9; }
.form-grid input, .form-grid textarea, .form-grid select { background: #f4f8f5; color: var(--ink); }
.modal__panel, .cookie-bar, .nav-drawer__panel { background: var(--bg); color: var(--ink); }
.hero::before { background: radial-gradient(circle, rgba(63, 143, 74, 0.14), transparent 65%); }

