

:root {
  
  --color-bg:        #FFFFFF;
  --color-bg-soft:   #F7F4EF;
  --color-surface:   #EAE6DF;
  --color-mint:      #D7E892;
  --color-mint-tint: #EEF5CC;
  --color-olive:     #6E7C53;
  --color-olive-600: #5A6743;
  --color-mint-600:  #C9DE7E;
  --color-lime-ink:  #334017;
  --color-graphite:  #2B2B2B;
  --color-muted:     #6B6B6B;

  --font-sans:  'Manrope', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --font-display: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-serif: 'Cormorant', Georgia, serif;

  --fs-h1: 2.875rem;
  --fs-h2: 1.875rem;
  --fs-h3: 1.375rem;
  --fs-lead: 1.1875rem;
  --fs-quote: 1.625rem;
  --fs-body: 1.0625rem;
  --fs-small: 0.9375rem;   
  --fs-eyebrow: 0.8125rem; 
  --fs-mini: 0.75rem;      

  --space-section: clamp(48px, 7vw, 75px);
  --space-head: clamp(32px, 4vw, 48px);   
  --container: 1120px;
  --container-narrow: 760px;
  --radius: 20px;
  --radius-sm: 14px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  --shadow-sm: 0 1px 2px rgba(43,43,43,0.04), 0 3px 10px rgba(43,43,43,0.05);
  --shadow-md: 0 4px 12px rgba(43,43,43,0.06), 0 16px 34px rgba(43,43,43,0.08);
  --shadow-lg: 0 12px 26px rgba(43,43,43,0.09), 0 34px 64px rgba(43,43,43,0.12);
  --hi-top: 0 0 transparent;
}

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

html { scroll-behavior: smooth; overflow-x: clip; }

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--fs-body);
  line-height: 1.6;
  color: var(--color-graphite);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -70px;
  z-index: 300;
  background: var(--color-olive);
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 600;
  transition: top 0.2s var(--ease);
}
.skip-link:focus { top: 12px; }

h1, h2, h3 { margin: 0; font-family: var(--font-display); font-weight: 700; line-height: 1.12; letter-spacing: -0.02em; }
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.narrow { max-width: var(--container-narrow); }
.center { text-align: center; margin-left: auto; margin-right: auto; }

.center-block { width: 100%; max-width: 58ch; margin-inline: auto; text-align: center; }

.screen { padding: var(--space-section) 0; }

.section-title {
  max-width: 26ch;
  margin-inline: auto;
  letter-spacing: -0.01em;
  font-weight: 600;
  line-height: 1.16;
}
.title-3line { max-width: none; }
.center-block--wide { max-width: none; }
.center .section-title { margin-left: auto; margin-right: auto; }

.section-lead {
  margin-top: 20px;
  margin-inline: auto;
  font-size: var(--fs-lead);
  color: var(--color-muted);
  max-width: 48ch;
}
.center .section-lead { margin-left: auto; margin-right: auto; }

.prose { margin-top: 20px; max-width: 58ch; color: #3a3a3a; text-align: left; }
.prose--accent { color: var(--color-olive); font-weight: 600; font-size: var(--fs-lead); }

.note {
  margin-top: var(--space-head);
  color: var(--color-muted);
  font-style: italic;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: var(--fs-lead);
}
.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 28px;
  margin-top: var(--space-head);
}
.center .note, .container > .note { text-align: center; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  font-size: var(--fs-eyebrow);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-olive);
}
.eyebrow .dot {
  width: 15px; height: 15px;
  flex: none;
  background: var(--color-olive);
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"%3E%3Cpath d="M247.63,39.34a8,8,0,0,0-6.75-6.75c-24.72-3.83-91.68-8-136.43,36.71C70.89,102.86,66,153.75,80.7,192.94L57.14,216.5a8,8,0,0,0,11.32,11.32l23.56-23.56a108.8,108.8,0,0,0,38,7c22.94,0,49-8.63,73.94-33.54C271.67,131.02,251.46,64.06,247.63,39.34ZM192.19,169.35c-30.79,30.79-70,34.55-101.71,20l97.17-97.16a8,8,0,0,0-11.31-11.32L79.16,178.06C64.62,146.34,68.37,107.09,99.17,76.29c33.36-33.36,80.5-35.79,109.9-33.36C211.5,72.29,225.55,116,192.19,169.35Z"/%3E%3C/svg%3E') center / contain no-repeat;
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"%3E%3Cpath d="M247.63,39.34a8,8,0,0,0-6.75-6.75c-24.72-3.83-91.68-8-136.43,36.71C70.89,102.86,66,153.75,80.7,192.94L57.14,216.5a8,8,0,0,0,11.32,11.32l23.56-23.56a108.8,108.8,0,0,0,38,7c22.94,0,49-8.63,73.94-33.54C271.67,131.02,251.46,64.06,247.63,39.34ZM192.19,169.35c-30.79,30.79-70,34.55-101.71,20l97.17-97.16a8,8,0,0,0-11.31-11.32L79.16,178.06C64.62,146.34,68.37,107.09,99.17,76.29c33.36-33.36,80.5-35.79,109.9-33.36C211.5,72.29,225.55,116,192.19,169.35Z"/%3E%3C/svg%3E') center / contain no-repeat;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 30px;
  font-family: var(--font-sans);
  font-style: normal;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.btn--sm { padding: 10px 20px; font-size: var(--fs-small); }
.btn--block { width: 100%; }

.btn--primary { background: var(--color-mint); color: var(--color-lime-ink); }
.btn--primary:hover { background: var(--color-mint-600); transform: translateY(-1px); box-shadow: 0 10px 22px rgba(139,163,74,0.30); }

.btn--outline { background: transparent; color: var(--color-olive); border-color: var(--color-mint); }
.btn--outline:hover { background: var(--color-mint-tint); border-color: var(--color-olive); transform: translateY(-1px); }

.btn:active { transform: translateY(0); }

.btn--ghost { background: transparent; color: var(--color-graphite); border-color: transparent; }
.btn--ghost:hover { background: var(--color-surface); }

.btn:focus-visible { outline: 3px solid var(--color-olive); outline-offset: 3px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.82);
  backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.01em;
}

.site-nav {
  display: flex;
  gap: clamp(16px, 2.4vw, 32px);
}
.site-nav a {
  font-size: var(--fs-small);
  font-weight: 600;
  color: var(--color-graphite);
  transition: color 0.2s var(--ease);
}
.site-nav a:hover { color: var(--color-olive); }
.site-nav a[aria-current="page"] { color: var(--color-olive); }
.site-nav a:focus-visible { outline: 3px solid var(--color-olive); outline-offset: 4px; border-radius: 4px; }

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--color-graphite);
}
.nav-toggle:focus-visible { outline: 3px solid var(--color-olive); outline-offset: 2px; border-radius: 8px; }
.nav-toggle > span,
.nav-toggle > span::before,
.nav-toggle > span::after {
  content: "";
  display: block;
  width: 24px; height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.25s var(--ease), opacity 0.2s var(--ease), background 0.2s var(--ease);
}
.nav-toggle > span { position: relative; }
.nav-toggle > span::before { position: absolute; left: 0; top: -7px; }
.nav-toggle > span::after { position: absolute; left: 0; top: 7px; }
.site-header.nav-open .nav-toggle > span { background: transparent; }
.site-header.nav-open .nav-toggle > span::before { transform: translateY(7px) rotate(45deg); }
.site-header.nav-open .nav-toggle > span::after { transform: translateY(-7px) rotate(-45deg); }

.screen { scroll-margin-top: 84px; }
.brand__leaf {
  width: 1.15em; height: 1.15em;
  flex: none;
  background: var(--color-olive);
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"%3E%3Cpath d="M247.63,39.34a8,8,0,0,0-6.75-6.75c-24.72-3.83-91.68-8-136.43,36.71C70.89,102.86,66,153.75,80.7,192.94L57.14,216.5a8,8,0,0,0,11.32,11.32l23.56-23.56a108.8,108.8,0,0,0,38,7c22.94,0,49-8.63,73.94-33.54C271.67,131.02,251.46,64.06,247.63,39.34ZM192.19,169.35c-30.79,30.79-70,34.55-101.71,20l97.17-97.16a8,8,0,0,0-11.31-11.32L79.16,178.06C64.62,146.34,68.37,107.09,99.17,76.29c33.36-33.36,80.5-35.79,109.9-33.36C211.5,72.29,225.55,116,192.19,169.35Z"/%3E%3C/svg%3E') center / contain no-repeat;
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"%3E%3Cpath d="M247.63,39.34a8,8,0,0,0-6.75-6.75c-24.72-3.83-91.68-8-136.43,36.71C70.89,102.86,66,153.75,80.7,192.94L57.14,216.5a8,8,0,0,0,11.32,11.32l23.56-23.56a108.8,108.8,0,0,0,38,7c22.94,0,49-8.63,73.94-33.54C271.67,131.02,251.46,64.06,247.63,39.34ZM192.19,169.35c-30.79,30.79-70,34.55-101.71,20l97.17-97.16a8,8,0,0,0-11.31-11.32L79.16,178.06C64.62,146.34,68.37,107.09,99.17,76.29c33.36-33.36,80.5-35.79,109.9-33.36C211.5,72.29,225.55,116,192.19,169.35Z"/%3E%3C/svg%3E') center / contain no-repeat;
}

.thread {
  display: flex;
  justify-content: center;
  padding: 0 0 6px;
  margin-top: -22px;
  position: relative;
  z-index: 1;
}
.thread__node {
  position: relative;
  width: 2px;
  height: 72px;
  background: linear-gradient(180deg, var(--color-mint-tint) 0%, var(--color-mint-tint) 48%, var(--color-mint) 100%);
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.8s var(--ease);
}
.thread__node.grown { transform: scaleY(1); }
.thread__node::after {
  content: "";
  position: absolute;
  left: 50%; bottom: -4px;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--color-mint);
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.45s var(--ease) 0.5s;
}
.thread__node.grown::after { opacity: 1; }

.hero { padding-top: clamp(28px, 4vw, 60px); position: relative; overflow: hidden; }
.hero::before {
  content: none;
}
.hero__head {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto var(--space-head);
  text-align: center;
}
.hero__title { max-width: 30ch; text-align: center; letter-spacing: -0.01em; font-weight: 700; line-height: 1.14; }
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.hero__text { min-width: 0; }
.hero__photo,
.final__photo {
  margin: 0;
  display: flex;
  justify-content: center;
}
.hero__photo img,
.final__photo img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
}
.hero__photo img,
.final__photo img,
.author__photo img {
  transition: transform 0.4s var(--ease);
  filter:
    drop-shadow(1px 0 0 rgba(190,183,170,0.95))
    drop-shadow(-1px 0 0 rgba(190,183,170,0.95))
    drop-shadow(0 1px 0 rgba(190,183,170,0.95))
    drop-shadow(0 -1px 0 rgba(190,183,170,0.95));
}
.hero__photo:hover img,
.final__photo:hover img,
.author__photo:hover img { transform: scale(1.04); }
.hero__lead {
  margin-top: 26px;
  font-size: var(--fs-lead);
  color: var(--color-muted);
  max-width: 46ch;
}
.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 34px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 600;
  color: var(--color-olive);
  border-bottom: 1.5px solid transparent;
  transition: border-color 0.25s var(--ease), gap 0.25s var(--ease);
}
.text-link span { transition: transform 0.25s var(--ease); }
.text-link:hover { border-color: var(--color-olive); }
.text-link:hover span { transform: translateX(4px); }
.text-link:focus-visible { outline: 3px solid var(--color-olive); outline-offset: 4px; border-radius: 4px; }

.hero__ticks { margin-top: 32px; }
.hero__how { margin-top: 26px; font-size: var(--fs-lead); }

.ticks { display: flex; flex-direction: column; gap: 12px; }
.ticks li {
  position: relative;
  padding-left: 30px;
  color: #3a3a3a;
}
.ticks li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.42em;
  width: 16px; height: 9px;
  border-left: 2.5px solid var(--color-olive);
  border-bottom: 2.5px solid var(--color-olive);
  transform: rotate(-45deg);
}
.ticks--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 40px;
  margin: var(--space-head) auto 0;
  max-width: var(--container-narrow);
}

.photo {
  position: relative;
  margin: 0;
  border-radius: var(--radius);
  background: var(--color-mint-tint);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  min-height: 320px;
}
.photo::after {
  content: attr(data-caption);
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px 20px;
  font-size: var(--fs-small);
  line-height: 1.4;
  color: var(--color-muted);
  background: linear-gradient(transparent, rgba(255,255,255,0.7));
}
.photo__tag {
  position: absolute;
  top: 16px; left: 16px;
  font-size: var(--fs-mini);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--color-olive);
  background: rgba(255,255,255,0.85);
  padding: 6px 12px;
  border-radius: 999px;
}
.photo--hero {
  min-height: 0;
  aspect-ratio: 9 / 16;          
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.photo--portrait { min-height: clamp(360px, 40vw, 480px); }
.photo--final { min-height: clamp(340px, 40vw, 480px); }

.photo--img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.photo--img.photo--parallax { background-size: auto 130%; }  
.photo--img::after { content: none; }                        
.photo--img .photo__tag { display: none; }

.recognize {
  margin: var(--space-head) auto 0;
  display: grid;
  gap: 14px;
  max-width: var(--container-narrow);
}
.recognize li {
  padding: 22px 26px;
  background: var(--color-bg);
  border: 1px solid var(--color-surface);
  border-radius: var(--radius-sm);
  font-size: var(--fs-body);
}

.flow {
  margin: var(--space-head) auto 0;
  max-width: 440px;
  display: grid;
  gap: 0;
}
.flow__item {
  position: relative;
  text-align: center;
  padding: 16px 22px;
  margin: 0 auto;
  background: var(--color-bg);
  border: 1px solid var(--color-surface);
  border-radius: 999px;
  font-weight: 600;
}
.flow__item + .flow__item { margin-top: 40px; }
.flow__item + .flow__item::before {
  content: "";
  position: absolute;
  top: -34px; left: 50%;
  width: 2px; height: 28px;
  background: var(--color-mint);
  transform: translateX(-50%);
}
.flow__item--goal {
  background: var(--color-mint);
  color: var(--color-lime-ink);
  border-color: #A79F90;
  font-size: var(--fs-body);
  font-weight: 700;
  padding: 20px 36px;
}

.flow-scene {
  margin-top: var(--space-head);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: clamp(12px, 2vw, 28px);
}
.flow-scene .flow { margin: 0 auto; max-width: 360px; }
.flow-photos {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 24px;
}
.flow-photos figure { margin: 0; }
.flow-photos img {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
  transition: transform 0.4s var(--ease);
  filter:
    drop-shadow(1px 0 0 rgba(190,183,170,0.95))
    drop-shadow(-1px 0 0 rgba(190,183,170,0.95))
    drop-shadow(0 1px 0 rgba(190,183,170,0.95))
    drop-shadow(0 -1px 0 rgba(190,183,170,0.95));
}
.flow-photos figure:hover img { transform: scale(1.04); }

.flow-photos--left  { justify-content: flex-start; } 
.flow-photos--right { justify-content: flex-end; }   
.flow-photos--left img  { transform: translate(-40px, 0); }
.flow-photos--right img { transform: translate(40px, 0); }
.flow-photos--left figure:hover img  { transform: translate(-40px, 0) scale(1.04); }
.flow-photos--right figure:hover img { transform: translate(40px, 0) scale(1.04); }

.timeline {
  margin-top: var(--space-head);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 34px; left: 8%; right: 8%;
  height: 2px;
  background: var(--color-mint);
  z-index: 0;
}
.timeline__step {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.timeline__days {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 68px; height: 68px;
  border-radius: 50%;
  background: var(--color-bg);
  border: 2px solid var(--color-olive);
  color: var(--color-olive);
  font-weight: 700;
  font-size: var(--fs-body);
  line-height: 1;
}
.timeline__days small { font-size: var(--fs-mini); font-weight: 600; letter-spacing: 0.04em; margin-top: 3px; text-transform: uppercase; }
.timeline__label { font-weight: 600; }

.support__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.cards { display: grid; gap: 16px; }
.support__grid,
.author__grid,
.final__grid { margin-top: var(--space-head); }
.card {
  padding: 24px 26px;
  background: var(--color-bg);
  border: 1px solid var(--color-surface);
  border-radius: var(--radius-sm);
}
.card__title { margin-bottom: 8px; }
.card__text { color: var(--color-muted); }

.phone { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.phone__img {
  display: block;
  width: 100%;
  max-width: 340px;
  height: auto;
  filter: drop-shadow(0 26px 44px rgba(43,43,43,0.26));
}

.notice {
  margin: var(--space-head) auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: var(--container-narrow);
}
.notice li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 24px;
  background: var(--color-bg-soft);
  border-radius: var(--radius-sm);
  font-size: var(--fs-body);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.notice li:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.notice li:hover .notice__ico { transform: scale(1.16); }
.notice__ico {
  width: 26px; height: 26px;
  flex: none;
  transition: transform 0.25s var(--ease);
  background: var(--color-olive);
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
  -webkit-mask-size: contain; mask-size: contain;
}
.ico-sun    { -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"%3E%3Cpath d="M248,160a8,8,0,0,1-8,8H16a8,8,0,0,1,0-16H56.45a73.54,73.54,0,0,1-.45-8,72,72,0,0,1,144,0,73.54,73.54,0,0,1-.45,8H240A8,8,0,0,1,248,160Zm-40,32H48a8,8,0,0,0,0,16H208a8,8,0,0,0,0-16ZM80.84,59.58a8,8,0,0,0,14.32-7.16l-8-16a8,8,0,0,0-14.32,7.16ZM20.42,103.16l16,8a8,8,0,1,0,7.16-14.31l-16-8a8,8,0,1,0-7.16,14.31ZM216,112a8,8,0,0,0,3.57-.84l16-8a8,8,0,1,0-7.16-14.31l-16,8A8,8,0,0,0,216,112ZM164.42,63.16a8,8,0,0,0,10.74-3.58l8-16a8,8,0,0,0-14.32-7.16l-8,16A8,8,0,0,0,164.42,63.16Z"/%3E%3C/svg%3E'); mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"%3E%3Cpath d="M248,160a8,8,0,0,1-8,8H16a8,8,0,0,1,0-16H56.45a73.54,73.54,0,0,1-.45-8,72,72,0,0,1,144,0,73.54,73.54,0,0,1-.45,8H240A8,8,0,0,1,248,160Zm-40,32H48a8,8,0,0,0,0,16H208a8,8,0,0,0,0-16ZM80.84,59.58a8,8,0,0,0,14.32-7.16l-8-16a8,8,0,0,0-14.32,7.16ZM20.42,103.16l16,8a8,8,0,1,0,7.16-14.31l-16-8a8,8,0,1,0-7.16,14.31ZM216,112a8,8,0,0,0,3.57-.84l16-8a8,8,0,1,0-7.16-14.31l-16,8A8,8,0,0,0,216,112ZM164.42,63.16a8,8,0,0,0,10.74-3.58l8-16a8,8,0,0,0-14.32-7.16l-8,16A8,8,0,0,0,164.42,63.16Z"/%3E%3C/svg%3E'); }
.ico-drop   { -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"%3E%3Cpath d="M174,47.75a254.19,254.19,0,0,0-41.45-38.3,8,8,0,0,0-9.18,0A254.19,254.19,0,0,0,82,47.75C54.51,79.32,40,112.6,40,144a88,88,0,0,0,176,0C216,112.6,201.49,79.32,174,47.75Zm9.85,105.59a57.6,57.6,0,0,1-46.56,46.55A8.75,8.75,0,0,1,136,200a8,8,0,0,1-1.32-15.89c16.57-2.79,30.63-16.85,33.44-33.45a8,8,0,0,1,15.78,2.68Z"/%3E%3C/svg%3E'); mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"%3E%3Cpath d="M174,47.75a254.19,254.19,0,0,0-41.45-38.3,8,8,0,0,0-9.18,0A254.19,254.19,0,0,0,82,47.75C54.51,79.32,40,112.6,40,144a88,88,0,0,0,176,0C216,112.6,201.49,79.32,174,47.75Zm9.85,105.59a57.6,57.6,0,0,1-46.56,46.55A8.75,8.75,0,0,1,136,200a8,8,0,0,1-1.32-15.89c16.57-2.79,30.63-16.85,33.44-33.45a8,8,0,0,1,15.78,2.68Z"/%3E%3C/svg%3E'); }
.ico-food   { -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"%3E%3Cpath d="M224,104h-8.37a88,88,0,0,0-175.26,0H32a8,8,0,0,0-8,8,104.35,104.35,0,0,0,56,92.28V208a16,16,0,0,0,16,16h64a16,16,0,0,0,16-16v-3.72A104.35,104.35,0,0,0,232,112,8,8,0,0,0,224,104ZM173.48,56.23q2.75,2.25,5.27,4.75a87.92,87.92,0,0,0-49.15,43H100.1A72.26,72.26,0,0,1,168,56C169.83,56,171.66,56.09,173.48,56.23ZM148.12,104a71.84,71.84,0,0,1,41.27-29.57A71.45,71.45,0,0,1,199.54,104ZM128,40a71.87,71.87,0,0,1,19,2.57A88.36,88.36,0,0,0,83.33,104H56.46A72.08,72.08,0,0,1,128,40Z"/%3E%3C/svg%3E'); mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"%3E%3Cpath d="M224,104h-8.37a88,88,0,0,0-175.26,0H32a8,8,0,0,0-8,8,104.35,104.35,0,0,0,56,92.28V208a16,16,0,0,0,16,16h64a16,16,0,0,0,16-16v-3.72A104.35,104.35,0,0,0,232,112,8,8,0,0,0,224,104ZM173.48,56.23q2.75,2.25,5.27,4.75a87.92,87.92,0,0,0-49.15,43H100.1A72.26,72.26,0,0,1,168,56C169.83,56,171.66,56.09,173.48,56.23ZM148.12,104a71.84,71.84,0,0,1,41.27-29.57A71.45,71.45,0,0,1,199.54,104ZM128,40a71.87,71.87,0,0,1,19,2.57A88.36,88.36,0,0,0,83.33,104H56.46A72.08,72.08,0,0,1,128,40Z"/%3E%3C/svg%3E'); }
.ico-energy { -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"%3E%3Cpath d="M213.85,125.46l-112,120a8,8,0,0,1-13.69-7l14.66-73.33L45.19,143.49a8,8,0,0,1-3-13l112-120a8,8,0,0,1,13.69,7L153.18,90.9l57.63,21.61a8,8,0,0,1,3,12.95Z"/%3E%3C/svg%3E'); mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"%3E%3Cpath d="M213.85,125.46l-112,120a8,8,0,0,1-13.69-7l14.66-73.33L45.19,143.49a8,8,0,0,1-3-13l112-120a8,8,0,0,1,13.69,7L153.18,90.9l57.63,21.61a8,8,0,0,1,3,12.95Z"/%3E%3C/svg%3E'); }
.ico-star   { -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"%3E%3Cpath d="M234.29,114.85l-45,38.83L203,211.75a16.4,16.4,0,0,1-24.5,17.82L128,198.49,77.47,229.57A16.4,16.4,0,0,1,53,211.75l13.76-58.07-45-38.83A16.46,16.46,0,0,1,31.08,86l59-4.76,22.76-55.08a16.36,16.36,0,0,1,30.27,0l22.75,55.08,59,4.76a16.46,16.46,0,0,1,9.37,28.86Z"/%3E%3C/svg%3E'); mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"%3E%3Cpath d="M234.29,114.85l-45,38.83L203,211.75a16.4,16.4,0,0,1-24.5,17.82L128,198.49,77.47,229.57A16.4,16.4,0,0,1,53,211.75l13.76-58.07-45-38.83A16.46,16.46,0,0,1,31.08,86l59-4.76,22.76-55.08a16.36,16.36,0,0,1,30.27,0l22.75,55.08,59,4.76a16.46,16.46,0,0,1,9.37,28.86Z"/%3E%3C/svg%3E'); }
.ico-heart  { -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"%3E%3Cpath d="M240,102c0,70-103.79,126.66-108.21,129a8,8,0,0,1-7.58,0C119.79,228.66,16,172,16,102A62.07,62.07,0,0,1,78,40c20.65,0,38.73,8.88,50,23.89C139.27,48.88,157.35,40,178,40A62.07,62.07,0,0,1,240,102Z"/%3E%3C/svg%3E'); mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"%3E%3Cpath d="M240,102c0,70-103.79,126.66-108.21,129a8,8,0,0,1-7.58,0C119.79,228.66,16,172,16,102A62.07,62.07,0,0,1,78,40c20.65,0,38.73,8.88,50,23.89C139.27,48.88,157.35,40,178,40A62.07,62.07,0,0,1,240,102Z"/%3E%3C/svg%3E'); }

.pullquote {
  margin: var(--space-head) auto 0;
  max-width: 24ch;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 600;
  font-size: calc(var(--fs-quote) * 1.15);
  line-height: 1.25;
  text-align: center;
  color: var(--color-olive);
}
.pullquote::before { content: "«"; }
.pullquote::after { content: "»"; }

.author__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.author__photo {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.author__photo img {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
}

.author__name {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: var(--fs-lead);
  color: var(--color-graphite);
}
.author__name span {
  font-weight: 500;
  font-size: var(--fs-small);
  color: var(--color-muted);
  letter-spacing: 0;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.badges li {
  padding: 10px 18px;
  background: var(--color-bg-soft);
  border: 1px solid var(--color-surface);
  border-radius: 999px;
  font-size: var(--fs-small);
  font-weight: 600;
}


.reviews {
  margin: var(--space-head) auto 0;
  max-width: 780px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.review {
  flex: 0 0 calc((100% - 32px) / 3);
  min-width: 0;
  display: block;
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.review img { width: 100%; height: auto; display: block; }

.plans {
  margin-top: var(--space-head);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, auto);   
  column-gap: 22px;
  row-gap: 0;
  align-items: stretch;
}
.plan {
  position: relative;
  grid-row: span 5;
  display: grid;
  grid-template-rows: subgrid;           
  padding: 34px 30px;
  background: var(--color-bg);
  border: 1px solid var(--color-surface);
  border-radius: var(--radius);
}
.plan--featured {
  border-color: var(--color-mint);
  box-shadow: 0 24px 50px rgba(110,124,83,0.14);
}
.plan__badge {
  position: absolute;
  top: -13px; left: 30px;
  background: var(--color-olive);
  color: #fff;
  font-size: var(--fs-mini);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
}
.plan__price { margin-top: 10px; font-size: var(--fs-h2); font-weight: 700; color: var(--color-olive); }
.plan__for { margin-top: 14px; color: var(--color-muted); }
.plan .ticks { margin-top: 24px; margin-bottom: 28px; }
.plan .ticks li { font-size: var(--fs-body); }
.plan .btn {
  margin-top: auto;
  padding-left: 18px;
  padding-right: 18px;
  white-space: nowrap;
}

.compare-wrap { margin-top: var(--space-head); }
.compare {
  width: 100%;
  min-width: 560px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: var(--fs-body);
  background: var(--color-bg);
  border: 1px solid var(--color-surface);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.compare th, .compare td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--color-surface); }
.compare thead th { font-family: var(--font-display); font-weight: 700; background: var(--color-bg-soft); }
.compare tbody th { font-weight: 500; color: var(--color-muted); }
.compare td { text-align: center; }
.compare td.yes { color: var(--color-olive); font-weight: 700; }
.compare tbody tr:last-child td, .compare tbody tr:last-child th { border-bottom: none; }

.final__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.final__text .btn { margin-top: 20px; }

.legal { max-width: 76ch; margin: 0 auto; }
.legal .legal__updated { color: var(--color-muted); font-size: var(--fs-small); margin-top: 8px; }
.legal h2 {
  font-size: var(--fs-h3);
  margin-top: 40px;
  margin-bottom: 4px;
}
.legal h2:first-of-type { margin-top: 32px; }
.legal p { margin-top: 12px; color: #3a3a3a; line-height: 1.65; }
.legal ul, .legal ol { margin-top: 12px; padding-left: 22px; }
.legal li { list-style: disc; margin-top: 6px; color: #3a3a3a; line-height: 1.6; }
.legal ol > li { list-style: decimal; }
.legal a { color: var(--color-olive); text-decoration: underline; }
.legal .ph { background: #fff6d6; padding: 0 4px; border-radius: 3px; font-style: normal; }

.contacts { text-align: center; margin-top: 28px; }
.contacts__phone {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-h3);
  color: var(--color-olive);
}
.contacts__phone:hover { color: var(--color-olive-600); }
.contacts__links {
  display: flex;
  gap: 28px;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  font-size: var(--fs-lead);
}

.zayavka { background: var(--color-mint-tint); color: var(--color-graphite); }
.soft .eyebrow, .zayavka .eyebrow { color: var(--color-olive-600); }
.soft .eyebrow .dot, .zayavka .eyebrow .dot { background: var(--color-olive-600); }
.zayavka .section-title { color: var(--color-graphite); }
.zayavka .section-lead { color: var(--color-muted); }
.zayavka .form { background: #fff; border-color: var(--color-surface); }
.zayavka .field__label { color: var(--color-graphite); }
.zayavka .field__label em { color: var(--color-muted); }
.zayavka .field__input { background: #fff; border-color: var(--color-surface); }
.zayavka .field__input:focus-visible { outline: 3px solid var(--color-olive); }
.zayavka .form__hint { color: var(--color-muted); }
.zayavka .form__success { color: var(--color-olive); }

.form {
  margin: var(--space-head) auto 0;
  max-width: var(--container-narrow);
  padding: 34px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--radius);
}
.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}
.field { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.field__label { font-size: var(--fs-small); font-weight: 600; color: rgba(255,255,255,0.9); }
.field__label em { font-style: normal; font-weight: 400; color: rgba(255,255,255,0.6); }
.field__input {
  width: 100%;
  min-width: 0;
  font-family: inherit;
  font-size: 1rem;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 1.5px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.96);
  color: var(--color-graphite);
}
.field__input::placeholder { color: #9a9a9a; }
.field__input:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }

.zayavka .btn--primary { background: var(--color-mint); color: var(--color-lime-ink); margin-top: 6px; }
.zayavka .btn--primary:hover { background: var(--color-mint-600); box-shadow: 0 10px 24px rgba(0,0,0,0.18); }

.form__hint { margin-top: 16px; font-size: var(--fs-mini); color: rgba(255,255,255,0.65); text-align: center; }
.form__success { margin-top: 18px; text-align: center; font-weight: 600; }
.form__error { margin-top: 16px; text-align: center; font-weight: 600; color: #c25b5b; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }

.select { position: relative; }
.select__native {
  position: absolute !important;
  left: 0; top: 0;
  width: 1px; height: 1px;
  opacity: 0;
  pointer-events: none;
}
.select__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.select__btn::after {
  content: "";
  flex: none;
  width: 9px; height: 9px;
  margin-right: 2px;
  border-right: 2px solid var(--color-olive);
  border-bottom: 2px solid var(--color-olive);
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s var(--ease);
}
.select.is-open .select__btn::after { transform: rotate(-135deg) translateY(2px); }
.select__label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.select__list {
  position: fixed;
  z-index: 250;
  margin: 0; padding: 6px;
  list-style: none;
  background: #fff;
  border: 1.5px solid var(--color-surface);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg);
  max-height: 240px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.16s var(--ease), transform 0.16s var(--ease), visibility 0.16s;
}
.select.is-open .select__list { opacity: 1; visibility: visible; transform: none; }
.select__opt {
  padding: 11px 14px;
  border-radius: 10px;
  color: var(--color-graphite);
  cursor: pointer;
}
.select__opt.is-active { background: var(--color-mint-tint); }
.select__opt[aria-selected="true"] { color: var(--color-olive); font-weight: 600; }

.footer { padding: 56px 0; background: var(--color-graphite); color: #fff; }
.footer__inner { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.brand--footer { color: #fff; }
.footer__tagline { color: rgba(255,255,255,0.7); }
.footer__phone {
  font-weight: 700;
  font-size: var(--fs-lead);
  color: #fff;
  margin-top: 4px;
}
.footer__phone:hover { color: var(--color-mint); }
.footer__legal { color: rgba(255,255,255,0.62); font-size: var(--fs-small); margin-top: 4px; }
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  justify-content: center;
  margin-top: 6px;
}
.footer__nav a, .footer__legal a { color: rgba(255,255,255,0.7); }
.footer__nav a:hover, .footer__legal a:hover { color: #fff; }
.footer__disclaimer {
  max-width: 62ch;
  text-align: center;
  font-size: var(--fs-mini);
  color: rgba(255,255,255,0.68);
  line-height: 1.5;
  margin-top: 6px;
}

.faq__list {
  margin: var(--space-head) auto 0;
  border-top: 1px solid var(--color-surface);
  max-width: var(--container-narrow);
}
.faq__item {
  border-bottom: 1px solid var(--color-surface);
}
.faq.soft .faq__list { border-top-color: var(--color-olive); }
.faq.soft .faq__item { border-bottom-color: var(--color-olive); }
.faq__item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 4px;
  font-weight: 600;
  font-size: var(--fs-lead);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "";
  flex: none;
  width: 14px; height: 14px;
  border-right: 2.5px solid var(--color-olive);
  border-bottom: 2.5px solid var(--color-olive);
  transform: rotate(45deg);
  transition: transform 0.3s var(--ease);
}
.faq__item[open] summary::after { transform: rotate(-135deg); }
.faq__answer {
  padding: 0 4px 26px;
  color: var(--color-muted);
  max-width: 60ch;
}
.faq__item summary:focus-visible { outline: 3px solid var(--color-olive); outline-offset: 3px; border-radius: 6px; }

.mobile-cta {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.92);
  backdrop-filter: saturate(1.4) blur(10px);
  border-top: 1px solid rgba(0,0,0,0.06);
  transform: translateY(120%);
  transition: transform 0.35s var(--ease);
}
.mobile-cta.is-shown { transform: none; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: none; }

.reveal-left  { transform: translateX(-52px); }
.reveal-right { transform: translateX(52px); }
.reveal-scale { transform: scale(0.88); }
.notice .reveal {
  transition: opacity 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.notice .reveal-left:not(.is-visible)  { transform: translateX(-28px); }
.notice .reveal-right:not(.is-visible) { transform: translateX(28px); }
.notice.stagger > .reveal:nth-child(1),
.notice.stagger > .reveal:nth-child(2) { transition-delay: 60ms; }
.notice.stagger > .reveal:nth-child(3),
.notice.stagger > .reveal:nth-child(4) { transition-delay: 240ms; }
.notice.stagger > .reveal:nth-child(5),
.notice.stagger > .reveal:nth-child(6) { transition-delay: 420ms; }

.stagger > .reveal:nth-child(1) { transition-delay: 40ms; }
.stagger > .reveal:nth-child(2) { transition-delay: 120ms; }
.stagger > .reveal:nth-child(3) { transition-delay: 200ms; }
.stagger > .reveal:nth-child(4) { transition-delay: 280ms; }
.stagger > .reveal:nth-child(5) { transition-delay: 360ms; }
.stagger > .reveal:nth-child(6) { transition-delay: 440ms; }
.stagger > .reveal:nth-child(7) { transition-delay: 520ms; }
.stagger > .reveal:nth-child(8) { transition-delay: 600ms; }

@media (max-width: 900px) {
  .br-pc { display: none; }
  .title-3line { max-width: 26ch; }
  .hero__grid,
  .support__grid,
  .author__grid,
  .final__grid { grid-template-columns: 1fr; }
  .final__text { text-align: center; }
  .hero__actions { justify-content: center; }
  .author__grid .photo--portrait { order: -1; }
  .plans { grid-template-columns: 1fr; grid-template-rows: none; row-gap: 24px; max-width: 480px; margin-left: auto; margin-right: auto; }
  .plan { grid-row: auto; display: flex; flex-direction: column; }
  .plan--featured { order: -1; }
  .review { flex-basis: calc((100% - 16px) / 2); }
  .flow-scene { grid-template-columns: 1fr; }
  .flow-photos { display: none; }

  .nav-toggle { display: inline-flex; }
  .site-header .btn { display: none; }
  .site-nav {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border-bottom: 1px solid var(--color-surface);
    box-shadow: var(--shadow-md);
    padding: 4px 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.32s var(--ease), opacity 0.25s var(--ease), visibility 0.25s;
  }
  .site-header.nav-open .site-nav { max-height: 70vh; opacity: 1; visibility: visible; }
  .site-nav a { padding: 13px clamp(18px, 6vw, 30px); font-size: var(--fs-body); }
  .site-nav a + a { border-top: 1px solid rgba(0,0,0,0.05); }
  .mobile-cta { display: block; }
  .footer { padding-bottom: calc(84px + env(safe-area-inset-bottom)); }
}

@media (max-width: 640px) {
  :root {
    --fs-h1: 2.125rem;   
    --fs-h2: 1.625rem;   
    --fs-lead: 1.125rem; 
    --fs-quote: 1.5rem;  
  }
  .ticks--grid,
  .notice { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; gap: 22px; }
  .timeline::before { display: none; }
  .timeline { width: fit-content; margin-inline: auto; }
  .timeline__step { flex-direction: row; justify-content: flex-start; gap: 18px; }
  .form__row { grid-template-columns: 1fr; }
  .compare-wrap { overflow-x: auto; }
}

.btn { position: relative; }
.btn::after {
  content: none;
  position: absolute;
  top: 0; left: -70%;
  width: 45%; height: 100%;
  z-index: -1;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.4), transparent);
  transform: skewX(-18deg);
  transition: left 0.65s var(--ease);
  pointer-events: none;
}
.btn:hover::after { left: 130%; }

.btn--outline { box-shadow: var(--shadow-sm); }
.zayavka .btn--primary {
  background: var(--color-mint);
  box-shadow: none;
}

.card,
.recognize li,
.notice li,
.plan,
.badges li,
.flow__item {
  background-image: linear-gradient(180deg, #ffffff, #fbfaf7);
  box-shadow: var(--shadow-sm), var(--hi-top);
}
.plan {
  background-image: linear-gradient(180deg, #ffffff, #faf8f4);
  box-shadow: var(--shadow-md), var(--hi-top);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.plan:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg), 0 22px 42px rgba(139,163,74,0.16); }
.plan--featured {
  box-shadow: var(--shadow-lg), var(--hi-top), 0 0 0 1px var(--color-mint);
}
.card { transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg), 0 18px 34px rgba(139,163,74,0.14); }

.flow__item--goal {
  background-image: none;
  box-shadow: 0 10px 24px rgba(139,163,74,0.24);
}

.timeline__days {
  background: radial-gradient(circle at 34% 28%, #ffffff, #f4f1ea 78%);
  box-shadow:
    inset 0 1px 2px rgba(255,255,255,0.9),
    inset 0 -3px 6px rgba(110,124,83,0.12),
    0 8px 18px rgba(110,124,83,0.20);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.timeline__step:hover .timeline__days { transform: scale(1.09); box-shadow: 0 12px 26px rgba(110,124,83,0.28); }

.photo { box-shadow: var(--shadow-md); }
.photo::before {
  content: none;
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
  z-index: 1;
}

.soft {
  background: var(--color-mint-tint);
}
.zayavka {
  background: var(--color-mint-tint);
}

.form { box-shadow: var(--shadow-lg); }

.thread__node::after {
  box-shadow: 0 1px 2px rgba(43,43,43,0.15);
}

body { overflow-x: clip; }

.photo--parallax,
.fullbleed__photo {
  background-size: 100% 130%;
  background-repeat: no-repeat;
}

.photo--zoom { transition: transform 0.6s var(--ease), opacity 0.7s var(--ease); }
.photo--zoom:hover { transform: scale(1.045); }

.fullbleed { padding: 0; }
.fullbleed__photo {
  position: relative;
  margin: 0;
  min-height: 0;
  padding: calc(var(--space-section) / 2) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--color-bg);
  box-shadow: none;
}
.fullbleed__quote {
  position: relative;
  z-index: 2;
  max-width: 460px;
  padding: 0 24px;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 600;
  font-size: calc(var(--fs-quote) * 1.2);
  line-height: 1.2;
  text-align: center;
  color: #33372c;
  text-shadow: 0 2px 24px rgba(255,255,255,0.6);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn { transition: none; }
  .thread__node { transform: none; transition: none; }
  .thread__node::after { opacity: 1; transition: none; }
  .mobile-cta { transition: none; }
  .btn::after { display: none; }
  .plan, .card { transition: none; }
  .plan:hover, .card:hover, .notice li:hover, .notice li:hover .notice__ico, .timeline__step:hover .timeline__days { transform: none; }
  .photo--zoom { transition: none; }
  .photo--zoom:hover { transform: none; }
  .hero__photo img, .final__photo img, .author__photo img { transition: none; }
  .hero__photo:hover img, .final__photo:hover img, .author__photo:hover img { transform: none; }
  .flow-photos img { transition: none; }
  .flow-photos figure:hover img { transform: none; }
}

body.modal-open { overflow: hidden; }
.modal[hidden] { display: none; }
.modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(43, 43, 43, 0.55);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  animation: modal-fade 0.25s ease;
}
.modal__dialog {
  position: relative;
  width: 100%;
  max-width: 640px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--color-bg);
  border-radius: var(--radius);
  padding: 44px 44px 40px;
  box-shadow: var(--shadow-lg);
  animation: modal-pop 0.32s var(--ease);
}
.modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: var(--color-surface);
  color: var(--color-graphite);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}
.modal__close:hover { background: var(--color-mint); transform: rotate(90deg); }
.modal__title { font-family: var(--font-display); font-size: var(--fs-h3); margin-top: 10px; }
.modal__lead { color: var(--color-muted); margin-top: 10px; margin-bottom: 22px; line-height: 1.55; }
.modal .form {
  margin: 22px 0 0;
  max-width: none;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.modal .field__label { color: var(--color-graphite); }
.modal .field__label em { color: var(--color-muted); }
.modal .field__input {
  border-color: var(--color-surface);
  background: #fff;
}
.modal .field__input:focus-visible { outline: 3px solid var(--color-olive); outline-offset: 2px; }
.modal .form__hint { color: var(--color-muted); }
.modal .form__success { color: var(--color-olive); }
@keyframes modal-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes modal-pop {
  from { opacity: 0; transform: translateY(14px) scale(0.98); }
  to { opacity: 1; transform: none; }
}
@media (max-width: 640px) {
  .modal { padding: 0; align-items: flex-end; }
  .modal__dialog {
    max-width: 100%;
    max-height: 92vh;
    border-radius: var(--radius) var(--radius) 0 0;
    padding: 40px 20px 28px;
    animation: modal-up 0.32s var(--ease);
  }
}
@keyframes modal-up { from { transform: translateY(100%); } to { transform: none; } }

.stories-slider {
  margin-top: var(--space-head);
  position: relative;
}
.stories {
  list-style: none;
  margin: 0 -16px;
  padding: 6px 16px 16px;
  display: flex;
  align-items: stretch;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.stories::-webkit-scrollbar { display: none; }
.story {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
  scroll-snap-align: start;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--color-bg-soft);
  border: 1px solid rgba(110, 124, 83, 0.16);
  border-radius: var(--radius);
  padding: 28px 26px 24px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.story:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.story::before {
  content: "";
  width: 24px;
  height: 24px;
  background: var(--color-olive);
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"%3E%3Cpath d="M247.63,39.34a8,8,0,0,0-6.75-6.75c-24.72-3.83-91.68-8-136.43,36.71C70.89,102.86,66,153.75,80.7,192.94L57.14,216.5a8,8,0,0,0,11.32,11.32l23.56-23.56a108.8,108.8,0,0,0,38,7c22.94,0,49-8.63,73.94-33.54C271.67,131.02,251.46,64.06,247.63,39.34ZM192.19,169.35c-30.79,30.79-70,34.55-101.71,20l97.17-97.16a8,8,0,0,0-11.31-11.32L79.16,178.06C64.62,146.34,68.37,107.09,99.17,76.29c33.36-33.36,80.5-35.79,109.9-33.36C211.5,72.29,225.55,116,192.19,169.35Z"/%3E%3C/svg%3E') center / contain no-repeat;
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"%3E%3Cpath d="M247.63,39.34a8,8,0,0,0-6.75-6.75c-24.72-3.83-91.68-8-136.43,36.71C70.89,102.86,66,153.75,80.7,192.94L57.14,216.5a8,8,0,0,0,11.32,11.32l23.56-23.56a108.8,108.8,0,0,0,38,7c22.94,0,49-8.63,73.94-33.54C271.67,131.02,251.46,64.06,247.63,39.34ZM192.19,169.35c-30.79,30.79-70,34.55-101.71,20l97.17-97.16a8,8,0,0,0-11.31-11.32L79.16,178.06C64.62,146.34,68.37,107.09,99.17,76.29c33.36-33.36,80.5-35.79,109.9-33.36C211.5,72.29,225.55,116,192.19,169.35Z"/%3E%3C/svg%3E') center / contain no-repeat;
  opacity: 0.9;
}
.story__quote {
  margin: 0;
  font-family: var(--font-sans);
  font-style: normal;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--color-graphite);
}
.story__author {
  margin: 0;
  margin-top: auto;
  padding-top: 4px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  color: var(--color-olive);
}
.stories__controls {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}
.stories__nav {
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 50%;
  border: 1.5px solid var(--color-olive);
  background: transparent;
  color: var(--color-olive);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.15s, opacity 0.2s;
}
.stories__nav svg { width: 20px; height: 20px; display: block; }
.stories__nav:hover { background: var(--color-olive); color: #fff; }
.stories__nav:active { transform: scale(0.94); }
.stories__nav:disabled { opacity: 0.28; cursor: default; }
.stories__nav:disabled:hover { background: transparent; color: var(--color-olive); }
.stories__note {
  margin-top: 20px;
  text-align: center;
  font-size: 0.82rem;
  color: var(--color-muted);
  font-style: italic;
}
.stories__outro {
  margin-top: 26px;
}
@media (max-width: 760px) {
  .story { flex-basis: calc((100% - 20px) / 2); }
}
@media (max-width: 540px) {
  .story { flex-basis: 100%; }
}

.gallery {
  margin: var(--space-head) auto 0;
  max-width: 900px;
}
.gallery__grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.gallery__grid::-webkit-scrollbar { display: none; }
.gallery__page {
  flex: 0 0 100%;
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
  aspect-ratio: 3 / 2;
  padding: 4px 2px;
}
.gallery__page--5a > .gallery__cell:nth-child(1) { grid-area: 1 / 1 / 3 / 3; }
.gallery__page--5a > .gallery__cell:nth-child(2) { grid-area: 1 / 3 / 2 / 4; }
.gallery__page--5a > .gallery__cell:nth-child(3) { grid-area: 1 / 4 / 2 / 5; }
.gallery__page--5a > .gallery__cell:nth-child(4) { grid-area: 2 / 3 / 3 / 4; }
.gallery__page--5a > .gallery__cell:nth-child(5) { grid-area: 2 / 4 / 3 / 5; }
.gallery__page--5b > .gallery__cell:nth-child(1) { grid-area: 1 / 3 / 3 / 5; }
.gallery__page--5b > .gallery__cell:nth-child(2) { grid-area: 1 / 1 / 2 / 2; }
.gallery__page--5b > .gallery__cell:nth-child(3) { grid-area: 1 / 2 / 2 / 3; }
.gallery__page--5b > .gallery__cell:nth-child(4) { grid-area: 2 / 1 / 3 / 2; }
.gallery__page--5b > .gallery__cell:nth-child(5) { grid-area: 2 / 2 / 3 / 3; }
.gallery__page--4a > .gallery__cell:nth-child(1) { grid-area: 1 / 1 / 3 / 3; }
.gallery__page--4a > .gallery__cell:nth-child(2) { grid-area: 1 / 3 / 2 / 4; }
.gallery__page--4a > .gallery__cell:nth-child(3) { grid-area: 1 / 4 / 2 / 5; }
.gallery__page--4a > .gallery__cell:nth-child(4) { grid-area: 2 / 3 / 3 / 5; }
.gallery__page--4b > .gallery__cell:nth-child(1) { grid-area: 1 / 3 / 3 / 5; }
.gallery__page--4b > .gallery__cell:nth-child(2) { grid-area: 1 / 1 / 2 / 2; }
.gallery__page--4b > .gallery__cell:nth-child(3) { grid-area: 1 / 2 / 2 / 3; }
.gallery__page--4b > .gallery__cell:nth-child(4) { grid-area: 2 / 1 / 3 / 3; }
.gallery__page--3a > .gallery__cell:nth-child(1) { grid-area: 1 / 1 / 3 / 3; }
.gallery__page--3a > .gallery__cell:nth-child(2) { grid-area: 1 / 3 / 2 / 5; }
.gallery__page--3a > .gallery__cell:nth-child(3) { grid-area: 2 / 3 / 3 / 5; }
.gallery__page--3b > .gallery__cell:nth-child(1) { grid-area: 1 / 3 / 3 / 5; }
.gallery__page--3b > .gallery__cell:nth-child(2) { grid-area: 1 / 1 / 2 / 3; }
.gallery__page--3b > .gallery__cell:nth-child(3) { grid-area: 2 / 1 / 3 / 3; }
.gallery__cell {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  border: none;
  background: #fff;
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  cursor: zoom-in;
}
.gallery__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery__cell:hover img { transform: scale(1.06); }
@media (max-width: 640px) {
  .gallery { max-width: 460px; }
  .gallery__page { display: contents; }
  .gallery__grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 1fr 1fr;
    grid-auto-columns: calc((100% - 10px) / 2);
    gap: 10px;
  }
  .gallery__cell {
    grid-area: auto !important;
    aspect-ratio: 3 / 4;
    scroll-snap-align: start;
  }
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 1.5vw, 18px);
}
.lightbox[hidden] { display: none; }
.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 24, 16, 0.88);
}
.lightbox__stage {
  position: relative;
  z-index: 1;
  margin: 0;
  flex: 0 0 auto;
  width: min(74vw, 940px);
  height: min(80vh, 720px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox__img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
}
.lightbox__close {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s;
}
.lightbox__close:hover { background: rgba(255, 255, 255, 0.28); }
.lightbox__nav {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.lightbox__nav svg { width: 22px; height: 22px; }
.lightbox__nav:hover { background: rgba(255, 255, 255, 0.3); }
.lightbox__nav:active { transform: scale(0.94); }
@media (max-width: 640px) {
  .lightbox__stage { width: 72vw; height: 74vh; }
  .lightbox__nav { width: 42px; height: 42px; }
}

.zayavka--plain { background: var(--color-bg); }

.hero__kicker {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  color: var(--color-olive);
  margin-bottom: 14px;
}
.hero__points {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero__points li {
  position: relative;
  padding-left: 32px;
  font-size: var(--fs-body);
  line-height: 1.5;
  color: var(--color-muted);
}
.hero__points li b { color: var(--color-graphite); font-weight: 700; }
.hero__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 20px;
  height: 20px;
  background: var(--color-olive);
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"%3E%3Cpath d="M247.63,39.34a8,8,0,0,0-6.75-6.75c-24.72-3.83-91.68-8-136.43,36.71C70.89,102.86,66,153.75,80.7,192.94L57.14,216.5a8,8,0,0,0,11.32,11.32l23.56-23.56a108.8,108.8,0,0,0,38,7c22.94,0,49-8.63,73.94-33.54C271.67,131.02,251.46,64.06,247.63,39.34ZM192.19,169.35c-30.79,30.79-70,34.55-101.71,20l97.17-97.16a8,8,0,0,0-11.31-11.32L79.16,178.06C64.62,146.34,68.37,107.09,99.17,76.29c33.36-33.36,80.5-35.79,109.9-33.36C211.5,72.29,225.55,116,192.19,169.35Z"/%3E%3C/svg%3E') center / contain no-repeat;
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"%3E%3Cpath d="M247.63,39.34a8,8,0,0,0-6.75-6.75c-24.72-3.83-91.68-8-136.43,36.71C70.89,102.86,66,153.75,80.7,192.94L57.14,216.5a8,8,0,0,0,11.32,11.32l23.56-23.56a108.8,108.8,0,0,0,38,7c22.94,0,49-8.63,73.94-33.54C271.67,131.02,251.46,64.06,247.63,39.34ZM192.19,169.35c-30.79,30.79-70,34.55-101.71,20l97.17-97.16a8,8,0,0,0-11.31-11.32L79.16,178.06C64.62,146.34,68.37,107.09,99.17,76.29c33.36-33.36,80.5-35.79,109.9-33.36C211.5,72.29,225.55,116,192.19,169.35Z"/%3E%3C/svg%3E') center / contain no-repeat;
}
.hero__microcopy {
  margin-top: 14px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--color-muted);
  max-width: 44ch;
}

.badges { gap: 10px 26px; }
.badges li {
  position: relative;
  padding: 0 0 0 26px;
  background: none;
  background-image: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: var(--color-olive-600);
  cursor: default;
}
.badges li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12em;
  width: 17px;
  height: 17px;
  background: var(--color-olive);
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"%3E%3Cpath d="M247.63,39.34a8,8,0,0,0-6.75-6.75c-24.72-3.83-91.68-8-136.43,36.71C70.89,102.86,66,153.75,80.7,192.94L57.14,216.5a8,8,0,0,0,11.32,11.32l23.56-23.56a108.8,108.8,0,0,0,38,7c22.94,0,49-8.63,73.94-33.54C271.67,131.02,251.46,64.06,247.63,39.34ZM192.19,169.35c-30.79,30.79-70,34.55-101.71,20l97.17-97.16a8,8,0,0,0-11.31-11.32L79.16,178.06C64.62,146.34,68.37,107.09,99.17,76.29c33.36-33.36,80.5-35.79,109.9-33.36C211.5,72.29,225.55,116,192.19,169.35Z"/%3E%3C/svg%3E') center / contain no-repeat;
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"%3E%3Cpath d="M247.63,39.34a8,8,0,0,0-6.75-6.75c-24.72-3.83-91.68-8-136.43,36.71C70.89,102.86,66,153.75,80.7,192.94L57.14,216.5a8,8,0,0,0,11.32,11.32l23.56-23.56a108.8,108.8,0,0,0,38,7c22.94,0,49-8.63,73.94-33.54C271.67,131.02,251.46,64.06,247.63,39.34ZM192.19,169.35c-30.79,30.79-70,34.55-101.71,20l97.17-97.16a8,8,0,0,0-11.31-11.32L79.16,178.06C64.62,146.34,68.37,107.09,99.17,76.29c33.36-33.36,80.5-35.79,109.9-33.36C211.5,72.29,225.55,116,192.19,169.35Z"/%3E%3C/svg%3E') center / contain no-repeat;
}

.coop {
  margin: var(--space-head) auto 0;
  max-width: 860px;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.coop__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.coop__logo {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  background: #fff;
  border: 1px solid var(--color-surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.coop__logo img { max-width: 100%; max-height: 104px; width: auto; height: auto; display: block; }
.coop__cap {
  max-width: 24ch;
  text-align: center;
  font-size: var(--fs-small);
  font-weight: 600;
  line-height: 1.35;
  color: var(--color-olive);
}
@media (max-width: 640px) {
  .coop { grid-template-columns: 1fr; max-width: 320px; gap: 18px; }
}
.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 16px 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--color-muted);
  cursor: pointer;
  text-align: left;
}
.consent input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  flex: 0 0 auto;
  accent-color: var(--color-olive);
  cursor: pointer;
}
.consent a { color: var(--color-olive-600); text-decoration: underline; }
.consent a:hover { color: var(--color-olive); }
.form .consent + .btn { margin-top: 14px; }
.cookiebar {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1200;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
  justify-content: space-between;
  max-width: 720px;
  margin: 0 auto;
  padding: 16px 20px;
  background: var(--color-bg);
  border: 1px solid var(--color-surface);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(43, 43, 43, 0.18);
}
.cookiebar__text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--color-graphite);
  flex: 1 1 300px;
}
.cookiebar__text a { color: var(--color-olive-600); text-decoration: underline; }
.cookiebar__actions { display: flex; align-items: center; gap: 6px; flex: 0 0 auto; }
.cookiebar .btn { padding: 10px 18px; font-size: 0.8125rem; }
.cookiebar__no {
  background: none;
  border: none;
  padding: 10px 12px;
  font: inherit;
  font-size: 0.8125rem;
  color: var(--color-muted);
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 560px) {
  .cookiebar { left: 8px; right: 8px; bottom: 8px; }
}
