:root {
  color-scheme: light;
  --bg: #f4f1ea;
  --bg-soft: #ebe5da;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: #ffffff;
  --text: #1f2720;
  --text-muted: #3f4d3e;
  --line: rgba(63, 83, 66, 0.18);
  --olive: #2f4637;
  --olive-deep: #1f3024;
  --moss: #5b7056;
  --accent: #e26b2f;
  --accent-strong: #cc5720;
  --cream: #fefbf7;
  --radius-xl: 17px;
  --radius-lg: 12px;
  --radius-md: 9px;
  --radius-sm: 6px;
  --max-width: 1140px;
  --shadow-lg: 0 26px 80px rgba(19, 34, 24, 0.18);
  --shadow-md: 0 12px 36px rgba(22, 34, 24, 0.12);
  --shadow-sm: 0 8px 22px rgba(22, 34, 24, 0.08);
  --shadow-premium: 0 20px 44px rgba(22, 34, 24, 0.14);
}

@font-face {
  font-family: "benzin";
  font-style: normal;
  font-weight: 400;
  src:
    url("assets/fonts/benzin-regular.ttf") format("truetype"),
    url("https://static.parastorage.com/fonts/v2/3803126a-7f49-48d7-97a1-bd25afd92eca/v1/benzin.cyrillic.woff2")
      format("woff2"),
    url("https://static.parastorage.com/fonts/v2/3803126a-7f49-48d7-97a1-bd25afd92eca/v1/benzin.latin.woff2")
      format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "benzin";
  font-style: normal;
  font-weight: 700;
  src:
    url("assets/fonts/benzin-bold.ttf") format("truetype"),
    url("https://static.parastorage.com/fonts/v2/e2f0c595-349c-4a78-b47e-8ec2546881ac/v1/benzin.cyrillic.woff2")
      format("woff2"),
    url("https://static.parastorage.com/fonts/v2/e2f0c595-349c-4a78-b47e-8ec2546881ac/v1/benzin.latin.woff2")
      format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src:
    url("assets/fonts/montserrat-regular.ttf") format("truetype"),
    url("https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src:
    url("assets/fonts/montserrat-700.ttf") format("truetype"),
    url("https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf") format("truetype");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

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

body {
  overflow-x: hidden;
  margin: 0;
  min-height: 100vh;
  position: relative;
  font-family: "Montserrat", "Segoe UI", sans-serif;
  color: var(--text);
  line-height: 1.6;
  background:
    radial-gradient(circle at 10% -15%, rgba(103, 130, 95, 0.24), transparent 42%),
    radial-gradient(circle at 100% 0%, rgba(226, 107, 47, 0.14), transparent 40%),
    linear-gradient(180deg, #f8f5ef 0%, var(--bg) 45%, #f0ebe0 100%);
  background-size: 175% 175%, 165% 165%, 100% 100%;
  background-position: 0% 0%, 100% 0%, 0% 0%;
  animation: page-ambient-shift 16s ease-in-out infinite alternate;
  padding-bottom: 94px;
}

body::before,
body::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: 0;
}

.site-header,
main,
.floating-support,
.scroll-top {
  position: relative;
}

main,
.floating-support,
.scroll-top {
  z-index: 1;
}

body::before {
  width: min(48vw, 520px);
  height: min(48vw, 520px);
  right: -120px;
  top: -170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(226, 107, 47, 0.2) 0%, rgba(226, 107, 47, 0.08) 38%, transparent 72%);
  filter: blur(2px);
  will-change: transform, opacity;
  animation: hero-glow-float 9s ease-in-out infinite alternate;
}

body::after {
  width: min(54vw, 620px);
  height: min(54vw, 620px);
  left: -220px;
  bottom: -310px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(63, 90, 71, 0.22) 0%, rgba(63, 90, 71, 0.1) 42%, transparent 74%);
  will-change: transform, opacity;
  animation: hero-glow-float-reverse 11s ease-in-out infinite alternate;
}

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

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

a:focus-visible,
button:focus-visible,
summary:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(226, 107, 47, 0.35);
  outline-offset: 3px;
}

main {
  display: block;
  padding-top: var(--header-height, 96px);
}

main section[id],
#top {
  scroll-margin-top: calc(var(--header-height, 96px) + 12px);
}

.container {
  width: min(100% - 56px, var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(245, 242, 236, 0.72);
  backdrop-filter: blur(16px) saturate(140%);
  transition: background-color 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(24, 36, 26, 0.18);
  backdrop-filter: blur(6px);
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

body.menu-open .menu-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 0;
  position: relative;
  transition: padding 0.22s ease, gap 0.22s ease;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  box-shadow: none;
  flex-shrink: 0;
  transition: width 0.22s ease, opacity 0.22s ease;
}

.brand-original {
  display: inline-flex;
  transition: opacity 0.22s ease;
}

.site-header:not(.is-condensed) .brand {
  width: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.site-header:not(.is-condensed) .brand-original {
  opacity: 0;
}

.site-header.is-condensed .brand {
  width: auto;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
}

.site-header.is-condensed .brand-original {
  opacity: 1;
}


.brand img,
.brand-original svg {
  width: 156px;
  height: auto;
  display: block;
  transition: width 0.22s ease;
}

.header-support-btn {
  margin-left: 12px;
  min-height: 42px;
  padding: 10px 18px;
  font-size: 14px;
  white-space: nowrap;
}

.site-header.is-condensed .header-support-btn {
  opacity: 1;
  transform: none;
  pointer-events: auto;
  width: auto;
  margin-left: 10px;
  min-height: 34px;
  padding: 7px 12px;
  font-size: 12px;
  overflow: visible;
}

.menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: auto;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--olive-deep);
}

.menu a {
  padding: 11px 14px;
  border-radius: 999px;
  font-weight: 400;
  transition: color 0.25s ease, background-color 0.25s ease;
}

.site-header.is-condensed {
  border-bottom-color: rgba(255, 255, 255, 0.4);
  background: rgba(245, 242, 236, 0.88);
  box-shadow: 0 10px 26px rgba(24, 36, 26, 0.12);
}

.site-header.is-condensed .nav {
  padding: 5px 0;
  gap: 6px;
}

.site-header.is-condensed .brand img,
.site-header.is-condensed .brand-original svg {
  width: 124px;
}

.site-header.is-condensed .menu {
  gap: 6px;
  font-size: 16px;
}

.site-header.is-condensed .menu a {
  padding: 6px 10px;
}

.site-header.is-condensed .lang-switch {
  gap: 4px;
  padding: 2px;
  margin-left: 6px;
}

.site-header.is-condensed .lang-btn {
  font-size: 10px;
  letter-spacing: 0.1em;
  padding: 5px 8px;
}

.menu a:hover,
.menu a:focus {
  color: var(--olive);
  background: rgba(66, 90, 72, 0.11);
  outline: none;
}

.menu .nav-secondary {
  opacity: 0.9;
}

.menu .cta {
  background: linear-gradient(135deg, var(--accent), #ef8754);
  color: #fff;
  box-shadow: 0 10px 18px rgba(212, 91, 39, 0.28);
}

.menu .cta:hover,
.menu .cta:focus {
  color: #fff;
  background: linear-gradient(135deg, var(--accent-strong), var(--accent));
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.75);
  color: var(--olive-deep);
  font-family: "benzin", "Segoe UI", sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  transition: padding 0.22s ease, gap 0.22s ease;
}

.site-header.is-condensed .menu-toggle {
  padding: 6px 9px;
  gap: 6px;
  font-size: 16px;
}

.site-header.is-condensed .menu-toggle-icon span {
  width: 21px;
}

.menu-toggle-icon {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
}

.menu-toggle-icon span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--olive-deep);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px;
  margin-left: 8px;
  border-radius: 999px;
  background: rgba(63, 90, 71, 0.08);
  border: 1px solid rgba(63, 90, 71, 0.18);
}

.lang-btn {
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--olive-deep);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 7px 11px;
  cursor: pointer;
}

.lang-btn.is-active {
  background: var(--olive);
  color: #fff;
}

.hero {
  padding: 40px 0 38px;
  min-height: calc(100svh - var(--header-height, 0px));
  position: relative;
  overflow: visible;
  isolation: isolate;
  background: transparent;
}

.hero-grid {
  position: relative;
  z-index: 1;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.brand-fallback {
  display: inline-flex;
  align-items: center;
}

.hero-logo-row {
  margin-bottom: 14px;
}

.hero-logo {
  display: inline-flex;
  align-items: center;
  filter: drop-shadow(0 14px 24px rgba(35, 48, 35, 0.16));
}

.hero-logo svg {
  width: clamp(190px, 32vw, 350px);
  max-width: none;
  height: auto;
}

.hero-logo svg [fill="#1E1E1E"] {
  fill: var(--olive) !important;
}

.hero-logo svg [stroke="#1E1E1E"] {
  stroke: var(--olive) !important;
}

.hero-title-row {
  margin-bottom: 14px;
}

.hero-title {
  margin: 0;
  font-family: "benzin", "Segoe UI", sans-serif;
  font-size: clamp(58px, 5.6vw, 90px);
  line-height: 1.03;
  color: var(--olive-deep);
  max-inline-size: 24ch;
  overflow-wrap: normal;
  word-break: normal;
}

.hero-main {
  display: block;
  margin-left: -10px;
}

.hero-text {
  width: min(100%, 1080px);
  margin: 0;
  text-align: left;
}

.eyebrow {
  margin: 30px 0 10px;
  color: var(--accent-strong);
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
}

.hero-kicker {
  margin: 16px 0 24px;
  font-family: "benzin", "Segoe UI", sans-serif;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.08;
  letter-spacing: 0.04em;
  color: #1f3326;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
  overflow-wrap: normal;
}

.hero-demo {
  margin: 0 0 30px;
  padding: 20px;
  text-align: left;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(8px);
}

.hero-demo-head {
  margin-bottom: 14px;
  text-align: left;
}

.hero-demo-head h2 {
  margin: 0 0 8px;
  font-family: "benzin", "Segoe UI", sans-serif;
  font-size: clamp(20px, 2.1vw, 26px);
  line-height: 1.18;
  color: var(--olive-deep);
  max-inline-size: 100%;
  overflow-wrap: anywhere;
  letter-spacing: 0.02em;
}

.hero-demo-head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-muted);
}

.demo-grid-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.audio-grid.demo-grid-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.demo-grid-compact .audio-card {
  padding: 14px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.01);
  box-shadow:
    0 0 24px rgba(214, 201, 183, 0.55),
    0 0 52px rgba(214, 201, 183, 0.42),
    0 10px 24px rgba(36, 49, 38, 0.16);
}

.demo-grid-compact .audio-card h3 {
  font-size: 15px;
  margin: 0;
}

.demo-grid-compact .audio-card:hover {
  transform: none;
  box-shadow:
    0 0 34px rgba(214, 201, 183, 0.68),
    0 0 72px rgba(214, 201, 183, 0.5),
    0 14px 30px rgba(36, 49, 38, 0.2);
  border-color: rgba(255, 255, 255, 0.01);
}

.audio-card-head h3 {
  margin: 0;
}

.demo-grid-compact .audio-card p {
  margin: 8px 0 0;
  font-size: 13px;
}

.demo-grid-compact .audio-card audio {
  margin: 8px 0 0;
}

.hero-demo--reference {
  margin-top: 18px;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
}

.demo-reference-content {
  width: min(100%, 420px);
}

.demo-reference-content audio {
  width: 100%;
  margin: 8px 0 0;
}

.lead {
  margin: 30px 0 0 0;
  font-size: clamp(17px, 1.4vw, 22px);
  max-width: 70ch;
  line-height: 1.64;
  color: #243126;
}

.lead strong {
  color: var(--accent-strong);
}

.tts-term {
  position: relative;
  display: inline-block;
  margin: 0 1px;
  border-bottom: 2px dotted rgba(204, 87, 32, 0.7);
  color: inherit;
  font-weight: 600;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(226, 107, 47, 0.25);
  transition: border-color 0.18s ease, color 0.18s ease;
}

.tts-term::before {
  content: "";
  position: absolute;
  right: -10px;
  top: -9px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 700;
  line-height: 13px;
  text-align: center;
  color: #fff;
  background: var(--accent-strong);
  opacity: 0;
}

.tts-term::after {
  content: attr(data-tts-expanded);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%) translateY(4px);
  width: min(280px, 80vw);
  max-width: min(280px, 80vw);
  overflow-wrap: anywhere;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(36, 49, 38, 0.96);
  color: #f8f5ef;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  white-space: normal;
  box-shadow: var(--shadow-sm);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 25;
}

.tts-term.tooltip-align-start::after {
  left: 0;
  right: auto;
  transform: translateY(4px);
}

.tts-term.tooltip-align-end::after {
  left: auto;
  right: 0;
  transform: translateY(4px);
}

.tts-term:hover::after,
.tts-term:focus-visible::after,
.tts-term.is-open::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.tts-term.tooltip-align-start:hover::after,
.tts-term.tooltip-align-start:focus-visible::after,
.tts-term.tooltip-align-start.is-open::after,
.tts-term.tooltip-align-end:hover::after,
.tts-term.tooltip-align-end:focus-visible::after,
.tts-term.tooltip-align-end.is-open::after {
  transform: translateY(0);
}

.tts-term:hover,
.tts-term:focus-visible,
.tts-term.is-open {
  border-bottom-color: rgba(204, 87, 32, 1);
  color: #8f3915;
}

@media (max-width: 900px) {
  .tts-term {
    margin: 0 2px;
    border-bottom-width: 3px;
    border-bottom-color: rgba(204, 87, 32, 0.8);
  }

  .tts-term::before {
    content: "";
    opacity: 0;
  }

  .tts-term::after {
    left: 50%;
    right: auto;
    bottom: calc(100% + 10px);
    transform: translateX(-50%) translateY(4px);
    width: min(84vw, 320px);
    padding: 10px 12px;
    font-size: 14px;
  }

  .tts-term:hover::after,
  .tts-term:focus-visible::after,
  .tts-term.is-open::after {
    transform: translateX(-50%) translateY(0);
  }
}

.hero-actions {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
  position: relative;
  isolation: isolate;
}

.hero-actions::before {
  content: "";
  position: absolute;
  left: -18px;
  right: -18px;
  top: -12px;
  bottom: -12px;
  border-radius: 999px;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(55% 80% at 30% 50%, rgba(226, 107, 47, 0.14), transparent 78%);
  opacity: 0.8;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.btn.primary {
  position: relative;
  overflow: hidden;
  background: linear-gradient(130deg, var(--accent), #f58c55);
  color: #fff;
  box-shadow: 0 16px 30px rgba(206, 87, 34, 0.25);
}

.btn.primary::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.26) 48%, transparent 76%);
  transform: translateX(-130%);
  transition: transform 0.6s ease;
}

.btn.primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(130deg, var(--accent-strong), var(--accent));
  box-shadow: 0 18px 32px rgba(206, 87, 34, 0.33);
}

.btn.primary:hover::after {
  transform: translateX(130%);
}

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

.btn.ghost {
  background: rgba(255, 255, 255, 0.56);
  border-color: rgba(44, 63, 49, 0.24);
  color: var(--olive-deep);
}

.btn.ghost:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-sm);
}

.hero-trust {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 14px;
  color: var(--text-muted);
}

.hero-trust a {
  color: var(--olive-deep);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.14), transparent 48%),
    linear-gradient(170deg, #2f4635 0%, #3f5b47 70%, #4f6e59 100%);
  color: #eef7ef;
  box-shadow: var(--shadow-lg);
}

.hero-card .hero-trust {
  color: rgba(238, 247, 239, 0.85);
}

.hero-card .hero-trust a {
  color: #ffffff;
  font-weight: 700;
}

.hero-priority {
  padding: 18px 0 82px;
}

.hero-priority .hero-card {
  max-width: 780px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
}

.hero-card .stat {
  margin-bottom: 18px;
}

.hero-priority .hero-card .stat {
  margin-bottom: 30px;
}

.hero-priority .hero-card .stat:last-of-type {
  margin-bottom: 0;
}

.hero-priority .hero-card .stat.is-last {
  margin-bottom: 16px;
}

.hero-priority .hero-card .hero-trust {
  display: block;
  margin-top: 0;
  font-size: 13px;
}

.stat-label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.hero-card strong {
  font-size: 19px;
  line-height: 1.35;
}

.wave {
  position: absolute;
  right: -52px;
  bottom: -62px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, 0.35);
  animation: pulse 8s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(0.9);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

@keyframes fade-up {
  from {
    transform: translateY(18px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes hero-glow-float {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.78;
  }
  50% {
    transform: translate3d(-42px, 24px, 0) scale(1.08);
    opacity: 1;
  }
  100% {
    transform: translate3d(-74px, 38px, 0) scale(1.15);
    opacity: 0.74;
  }
}

@keyframes hero-glow-float-reverse {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translate3d(34px, -20px, 0) scale(1.06);
    opacity: 0.98;
  }
  100% {
    transform: translate3d(62px, -34px, 0) scale(1.12);
    opacity: 0.7;
  }
}

@keyframes page-ambient-shift {
  0% {
    background-position: 0% 0%, 100% 0%, 0% 0%;
  }
  50% {
    background-position: 8% 12%, 90% 10%, 0% 0%;
  }
  100% {
    background-position: 16% 20%, 82% 16%, 0% 0%;
  }
}

.hero-text,
.hero-card {
  animation: fade-up 0.55s ease both;
}

.hero-card {
  animation-delay: 0.12s;
}

.section {
  padding: 54px 0;
  position: relative;
}

.section h2 {
  margin: 0 0 14px;
  font-family: "benzin", "Montserrat";
  font-size: clamp(28px, 2.7vw, 40px);
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: var(--olive-deep);
  max-inline-size: 55ch;
}

.section h3 {
  margin: 0 0 10px;
  font-family: "benzin", "Montserrat";
  font-size: clamp(18px, 2.2vw, 26px);
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: var(--olive);
}

.section-head {
  max-width: none;
  margin-bottom: 40px;
}

.section-head p {
  margin: 0;
  max-width: 70ch;
  font-size: 18px;
  line-height: 1.64;
  color: var(--text-muted);
}



.lead-line {
  margin: 0 0 6px;
  color: var(--accent-strong);
  font-weight: 700;
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid rgba(226, 107, 47, 0.35);
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, rgba(226, 107, 47, 0.2), rgba(226, 107, 47, 0.07));
}

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.card {
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: var(--surface);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(7px);
}

.problem {
  background:
    radial-gradient(circle at 82% 10%, rgba(146, 170, 134, 0.22), transparent 46%),
    linear-gradient(160deg, #223429 0%, #2c4535 54%, #3d5b47 100%);
  color: rgba(241, 246, 241, 0.95);
}

.problem-inline {
  margin-bottom: 10px;
}

.problem h2,
.problem h3,
.problem .section-head p {
  color: #f5faf5;
}

.problem-group + .problem-group {
  margin-top: 42px;
}

.problem-subhead {
  margin: 0 0 18px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.3;
}

.audio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.audio-grid--global {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.problem-card {
  border-radius: var(--radius-lg);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(8px);
}

.audio-card {
  border-radius: var(--radius-lg);
  padding: 22px;
  backdrop-filter: blur(6px);
  background: linear-gradient(180deg, #ffffff, rgba(248, 244, 236, 0.98));
  box-shadow:
    0 0 0 2px rgba(74, 89, 66, 0.28),
    0 0 28px rgba(74, 89, 66, 0.24),
    0 0 64px rgba(74, 89, 66, 0.18),
    0 0 110px rgba(74, 89, 66, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(74, 89, 66, 0.32);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.idea,
.deliverables,
.budget,
.join {
  background: transparent;
}

.cases,
.team {
  background: transparent;
}

.cases {
  padding-top: 0px;
}

.idea-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.idea-open-list {
  margin: 12px 0 0;
  padding-left: 20px;
  color: var(--text-muted);
}

.idea-open-list li + li {
  margin-top: 8px;
}

.idea-link-line {
  margin: 14px 0 0;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}

.idea-link-line a {
  color: var(--olive-deep);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.idea-partners-note {
  margin: 12px 0 0;
  color: var(--accent-strong);
  font-weight: 700;
}

.demo,
.roadmap,
.faq,
.transparency {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.68));
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.audio-grid,
.cases-grid,
.roadmap-grid,
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}

.audio-card,
.cases-grid article,
.step,
.person,
.faq-item {
  border-radius: var(--radius-lg);
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(7px);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.roadmap--timeline .roadmap-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 860px;
  position: relative;
}

.roadmap--timeline .roadmap-grid::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: linear-gradient(180deg, rgba(63, 90, 71, 0.48), rgba(63, 90, 71, 0.18));
}

.step {
  position: relative;
  padding: 18px 22px 18px 22px;
  border-top: 0;
}

.step::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 24px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(63, 90, 71, 0.7);
  box-shadow: 0 0 0 4px rgba(63, 90, 71, 0.08);
}

.step .pill {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  margin: 0;
  font-size: 12px;
}

.step.is-current::before {
  border-color: var(--accent-strong);
  box-shadow: 0 0 0 6px rgba(226, 107, 47, 0.16);
}

.step-current {
  margin: 10px 0 0;
  color: var(--accent-strong);
  font-weight: 700;
  font-size: 14px;
}

.person {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(242, 238, 229, 0.92));
}

.faq-item {
  background: rgba(255, 255, 255, 0.94);
}

.audio-card:hover,
.cases-grid article:hover,
.step:hover,
.person:hover,
.faq-item:hover {
  transform: none;
  box-shadow: var(--shadow-premium);
  border-color: rgba(63, 90, 71, 0.26);
}

.audio-card:hover {
  transform: none;
  box-shadow:
    0 0 0 2px rgba(74, 89, 66, 0.42),
    0 0 36px rgba(74, 89, 66, 0.32),
    0 0 76px rgba(74, 89, 66, 0.24),
    0 0 128px rgba(74, 89, 66, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  border-color: rgba(74, 89, 66, 0.44);
}

.audio-card audio {
  width: 100%;
  margin: 12px 0;
}

.audio-card-head {
  display: grid;
  grid-template-columns: 39px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}

.audio-producer {
  width: 39px;
  height: 39px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
}

.audio-producer--image {
  object-fit: cover;
  border: 1px solid rgba(63, 90, 71, 0.2);
}

.audio-producer--logo {
  object-fit: contain;
  padding: 4px;
  background: #fff;
  border: 1px solid rgba(63, 90, 71, 0.2);
}

.demo-tools {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}

.demo-listen-card {
  background: linear-gradient(170deg, rgba(242, 250, 243, 0.78), rgba(233, 242, 236, 0.82));
}

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

.checklist li {
  position: relative;
  padding-left: 28px;
}

.checklist li + li {
  margin-top: 10px;
}

.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent-strong);
  font-weight: 700;
}

.copy-card label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--olive-deep);
}

.copy-card textarea {
  width: 100%;
  min-height: 120px;
  resize: vertical;
  border-radius: 14px;
  border: 1px solid rgba(63, 90, 71, 0.24);
  background: rgba(255, 255, 255, 0.74);
  padding: 12px;
  font: inherit;
  color: inherit;
}

.copy-btn {
  margin-top: 12px;
}

.cases-grid h3,
.audio-card h3,
.step h3,
.person h3 {
  margin-top: 0;
  max-inline-size: 100%;
}

.cases-grid h3 {
  font-size: clamp(16px, 1.7vw, 22px);
  line-height: 1.25;
}

.deliverables-list {
  max-width: 860px;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, var(--accent), #f59563);
  box-shadow: 0 8px 16px rgba(206, 87, 34, 0.25);
  font-weight: 700;
}

.budget-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(63, 90, 71, 0.18);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(7px);
}

.budget-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(63, 90, 71, 0.13);
}

.budget-list li:last-child {
  border-bottom: 0;
}

.budget-list strong {
  color: var(--olive-deep);
  white-space: nowrap;
}

.budget-sheet-note {
  margin: 8px 0 0;
  font-size: 17px;
  color: var(--text-muted);
}

.budget-premium {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.budget-hero-card,
.budget-breakdown-card {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(8px);
}

.budget-hero-card {
  padding: 18px;
  background:
    radial-gradient(circle at 8% 16%, rgba(255, 255, 255, 0.34), transparent 52%),
    radial-gradient(circle at 100% 90%, rgba(226, 107, 47, 0.14), transparent 54%),
    linear-gradient(145deg, #274133 0%, #335140 52%, #3e614d 100%);
  color: #f3f8f3;
}

.budget-kicker {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 251, 246, 0.78);
}

.budget-goal-line {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.budget-goal-value {
  font-family: "benzin", "Segoe UI", sans-serif;
  font-size: clamp(26px, 3.1vw, 34px);
  line-height: 1;
  color: #fff;
}

.budget-lead {
  display: none;
}

.budget-goal-badge {
  display: none !important;
}

.budget-hero-card .budget-sheet-note {
  margin-top: 8px;
  font-size: 13px;
  color: rgba(245, 251, 246, 0.85);
}

.budget-hero-card .budget-sheet-note a {
  color: #fff;
}

.budget-breakdown-card {
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 240, 232, 0.92));
}

.budget-breakdown-card h3 {
  margin: 0 0 10px;
}

.budget-visual-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.budget-visual-list li {
  position: relative;
  margin: 0;
  padding: 8px 10px 8px 32px;
  border-radius: 12px;
  border: 1px solid rgba(63, 90, 71, 0.16);
  background: rgba(255, 255, 255, 0.75);
  color: var(--olive-deep);
  font-weight: 400;
  font-size: 19px;
  line-height: 1.35;
}

.budget-visual-list li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: linear-gradient(145deg, var(--accent), #f59563);
  box-shadow: 0 0 0 4px rgba(226, 107, 47, 0.14);
}

.budget {
  padding-top: 40px;
  padding-bottom: 36px;
}

.budget-sheet-note a {
  color: var(--accent-strong);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.budget-note {
  margin: 14px 0 0;
  color: var(--text-muted);
  font-size: 14px;
}

.plain-list {
  margin: 10px 0 0;
  padding-left: 20px;
}

.plain-list li + li {
  margin-top: 7px;
}

.trust-card {
  align-self: stretch;
  display: grid;
  place-items: center;
  background: linear-gradient(155deg, #2f4635, #3f5a47 64%, #4c6d56 100%);
  color: #eef4ef;
  border-radius: var(--radius-lg);
  padding: 26px;
}

.trust-card p {
  margin: 0;
  font-size: clamp(17px, 2vw, 23px);
  line-height: 1.45;
}

.independence {
  background:
    radial-gradient(circle at 18% 15%, rgba(117, 137, 106, 0.2), transparent 48%),
    linear-gradient(145deg, #1f3025, #263d2d 60%, #2f4c37 100%);
}

.notice-card {
  border-radius: var(--radius-xl);
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.09);
  color: #f5faf5;
  box-shadow: var(--shadow-lg);
}

.notice-card h2 {
  color: #fff;
}

.notice-card p {
  margin: 0;
}

.avatar {
  width: 92px;
  height: 92px;
  margin: 0 auto 14px;
  border-radius: 50%;
  border: 2px solid rgba(63, 90, 71, 0.2);
  background: linear-gradient(145deg, #d6ddd1 0%, #f4f6f2 100%);
  background-size: cover;
  background-position: center;
  object-fit: cover;
  object-position: center;
  display: block;
}

.avatar--hanna {
  background: none;
}

.person {
  text-align: center;
}

.person-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.person-link:hover h3,
.person-link:focus-visible h3 {
  text-decoration: underline;
}

.person-role {
  margin: 0;
  font-weight: 700;
  color: var(--olive-deep);
}

.person-note {
  margin: 8px 0 0;
  font-size: 14px;
  color: var(--text-muted);
}

.team-partners {
  margin-top: 24px;
}

.team-partners-title {
  margin: 0 0 16px;
}

.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}

.sponsor {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 128px;
  text-align: center;
  border-radius: var(--radius-lg);
  padding: 22px;
  color: var(--olive-deep);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(242, 238, 229, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(7px);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.sponsor:hover {
  transform: none;
  box-shadow: var(--shadow-premium);
  border-color: rgba(63, 90, 71, 0.26);
}

.sponsor-logo {
  display: block;
  width: 100%;
  max-width: 320px;
  height: 58px;
  margin: 0 auto;
  object-fit: contain;
  transform: scale(1.2);
  transform-origin: center;
}

.sponsor-logo--circle {
  width: 74px;
  height: 74px;
  max-width: none;
  border-radius: 50%;
  object-fit: cover;
}


.team-ack {
  margin: 22px 0 0;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid rgba(63, 90, 71, 0.18);
  background: rgba(255, 255, 255, 0.62);
}

.contacts-card {
  align-self: stretch;
}

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

.contacts-list li {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.contacts-list li:first-child {
  margin-top: 0;
}

.contacts-list span {
  color: var(--olive-deep);
  font-weight: 700;
}

.contacts-list a {
  color: var(--accent-strong);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--olive-deep);
}

.faq-item p {
  margin: 10px 0 0;
}

.donate-section {
  background:
    radial-gradient(circle at 15% 22%, rgba(126, 152, 114, 0.26), transparent 46%),
    radial-gradient(circle at 85% 20%, rgba(226, 107, 47, 0.22), transparent 44%),
    linear-gradient(150deg, #1f3326 0%, #2f4b37 64%, #3f5f49 100%);
  color: #f4f8f4;
}

.donate-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 24px;
  align-items: center;
  border-radius: var(--radius-xl);
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: var(--shadow-lg);
}

.donate-card h2 {
  color: #fff;
}

.donate-card p {
  margin: 0;
}

.donate-trust-list {
  margin: 14px 0 0;
  padding-left: 18px;
  color: rgba(245, 252, 246, 0.94);
}

.donate-trust-list li + li {
  margin-top: 6px;
}


.donate-actions {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.donate-actions .hero-trust {
  color: rgba(245, 252, 246, 0.9);
}

.donate-actions .hero-trust a {
  color: #fff;
}

.bank-details {
  margin-top: 4px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(245, 252, 246, 0.95);
}

.bank-details-title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.bank-details p,
.bank-details p strong {
  margin: 2px 0;
  font-size: 13px;
  line-height: 1.3;
}

.site-footer {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(247, 243, 236, 0.9));
  border-top: 1px solid rgba(63, 90, 71, 0.14);
  padding: 34px 0 44px;
}

.floating-support {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  padding: 0 0 env(safe-area-inset-bottom);
  pointer-events: none;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

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

.floating-support-strip {
  width: 100%;
  margin: 0;
  padding: 15px;
  border-radius: 0;
  background: rgba(36, 56, 42, 0.46);
  backdrop-filter: blur(14px) saturate(130%);
  box-shadow: 0 16px 34px rgba(18, 30, 21, 0.28);
  display: flex;
  justify-content: center;
  pointer-events: auto;
}

.floating-support-btn {
  min-width: min(100%, 340px);
  font-family: "benzin", "Segoe UI", sans-serif;
  font-weight: 400;
}

.scroll-top {
  position: fixed;
  right: 18px;
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 61;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(63, 90, 71, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--olive-deep);
  box-shadow: 0 10px 24px rgba(20, 33, 24, 0.2);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.scroll-top:hover,
.scroll-top:focus-visible {
  border-color: rgba(63, 90, 71, 0.38);
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content max-content;
  gap: 28px;
  align-items: center;
}

.footer-brand {
  display: grid;
  gap: 10px;
}

.footer-brand-original {
  display: inline-flex;
  align-items: center;
}

.footer-brand-original svg {
  width: 156px;
  height: auto;
  display: block;
}

.footer-brand p {
  margin: 0;
  color: var(--olive);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--olive-deep);
}

.footer-links a,
.footer-meta a {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.22s ease, text-decoration-color 0.22s ease;
}

.footer-links a:hover,
.footer-meta a:hover {
  color: var(--accent-strong);
  text-decoration-color: var(--accent-strong);
}

.footer-meta {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 14px;
  color: var(--text-muted);
  white-space: nowrap;
  flex-wrap: wrap;
}

@media (max-width: 1180px) {
  .menu .nav-secondary {
    display: block;
    opacity: 1;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .header-support-btn {
    margin-left: auto;
  }

  .menu-toggle {
    display: inline-flex;
    order: 2;
    margin-left: 8px;
    padding: 10px 13px;
    gap: 8px;
    font-size: 14px;
  }

  .menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 25;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 12px;
    font-size: 13px;
    letter-spacing: 0.04em;
    border-radius: 12px;
    border: 1px solid rgba(37, 55, 42, 0.22);
    background: #f4f1ea;
    box-shadow: 0 18px 38px rgba(24, 36, 26, 0.22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.22s ease, transform 0.22s ease;
    max-height: calc(100dvh - 86px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .menu a {
    width: 100%;
    padding: 9px 11px;
    border-radius: 10px;
    font-family: "benzin", "Segoe UI", sans-serif;
    letter-spacing: 0.03em;
    color: var(--olive-deep);
    font-weight: 400;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(37, 55, 42, 0.12);
  }

  .menu .lang-switch {
    width: auto;
    margin-left: 0;
    justify-content: flex-start;
    margin-top: 2px;
    padding: 2px;
    gap: 4px;
  }

  .menu .lang-btn {
    font-size: 10px;
    padding: 6px 8px;
  }
}

@media (min-width: 1181px) {
  .menu-backdrop {
    display: none;
  }
}

@media (max-width: 980px) {
  .site-header:not(.is-condensed) .brand {
    width: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
  }

  .site-header:not(.is-condensed) .brand-original {
    opacity: 0;
  }

  .nav {
    gap: 8px;
    padding: 10px 0;
  }

  .brand {
    padding: 0;
  }

  .brand img,
  .brand-original svg {
    width: 122px;
  }

  .header-support-btn {
    display: inline-flex;
    margin-left: auto;
    min-height: 36px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1;
  }

  .site-header.is-condensed .header-support-btn {
    margin-left: auto;
    min-height: 34px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .menu-toggle {
    display: inline-flex;
    order: 2;
    margin-left: 8px;
    padding: 10px 13px;
    gap: 8px;
    font-size: 14px;
  }

  .menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 25;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 12px;
    font-size: 13px;
    letter-spacing: 0.04em;
    border-radius: 12px;
    border: 1px solid rgba(37, 55, 42, 0.22);
    background: #f4f1ea;
    box-shadow: 0 18px 38px rgba(24, 36, 26, 0.22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.22s ease, transform 0.22s ease;
    max-height: calc(100dvh - 86px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .menu .nav-secondary {
    display: block;
    opacity: 1;
  }

  .menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .menu a {
    width: 100%;
    padding: 9px 11px;
    border-radius: 10px;
    font-family: "benzin", "Segoe UI", sans-serif;
    letter-spacing: 0.03em;
    color: var(--olive-deep);
    font-weight: 400;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(37, 55, 42, 0.12);
  }

  .menu a:hover,
  .menu a:focus {
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(37, 55, 42, 0.2);
  }

  .menu .lang-switch {
    width: auto;
    margin-left: 0;
    justify-content: flex-start;
    margin-top: 2px;
    padding: 2px;
    gap: 4px;
  }

  .menu .lang-btn {
    font-size: 10px;
    padding: 6px 8px;
  }

  .hero {
    padding-top: 20px;
  }

  .hero-main,
  .problem-grid,
  .idea-grid,
  .split,
  .donate-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

}

@media (hover: none) {
  .audio-card:hover,
  .cases-grid article:hover,
  .step:hover,
  .person:hover,
  .faq-item:hover {
    transform: none;
    box-shadow: var(--shadow-sm);
    border-color: rgba(255, 255, 255, 0.58);
  }
}

@media (min-width: 960px) {
  .problem-subhead {
    max-width: 940px;
  }

  .team-grid {
    grid-template-columns: repeat(3, minmax(230px, 1fr));
  }

  .person--slot-4 {
    grid-column: 1;
    grid-row: 2;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, var(--max-width));
  }

  .hero-text {
    width: 100%;
  }

  .hero-main {
    margin-left: 0;
  }

  .section {
    padding: 40px 0;
  }

  .budget-premium {
    grid-template-columns: 1fr;
  }

  .budget-hero-card,
  .budget-breakdown-card {
    padding: 20px;
  }

  .budget-goal-value {
    font-size: clamp(28px, 11vw, 42px);
  }

  .budget-visual-list li {
    font-size: 19px;
  }

  .hero-title {
    font-size: clamp(42px, 11.5vw, 58px);
    line-height: 0.99;
    max-inline-size: 14ch;
  }

  .hero-kicker {
    margin-left: 0;
    font-size: clamp(20px, 6.2vw, 28px);
    line-height: 1.1;
    max-inline-size: 25ch;
  }

  .lead {
    margin-left: 0;
    font-size: 17px;
    line-height: 1.58;
    margin-bottom: 22px;
  }

  body::before {
    right: -180px;
    top: -200px;
    opacity: 0.75;
  }

  body::after {
    left: -280px;
    bottom: -360px;
    opacity: 0.72;
  }

  .hero-actions {
    margin-left: 0;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-demo {
    margin-left: 0;
  }

  .hero-actions::before {
    left: -8px;
    right: -8px;
  }

  .section h2 {
    font-size: clamp(24px, 8.5vw, 30px);
    max-width: 100%;
    line-height: 1.12;
  }

  .section h3 {
    font-size: clamp(18px, 6.2vw, 20px);
    line-height: 1.2;
  }

  .card,
  .hero-card,
  .notice-card,
  .donate-card,
  .audio-card,
  .step,
  .person,
  .faq-item {
    padding: 20px;
  }

  .budget-list li {
    flex-direction: column;
    align-items: flex-start;
  }

  .contacts-list li {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  body {
    padding-bottom: 102px;
  }

  .floating-support {
    padding-left: 0;
    padding-right: 0;
  }

  .floating-support-strip {
    border-radius: 0;
  }

  .floating-support-btn {
    width: 100%;
  }

  .scroll-top {
    right: 12px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    width: 42px;
    height: 42px;
  }
}

@media (min-width: 981px) {
  .budget-premium {
    gap: 12px;
  }

  .budget-hero-card,
  .budget-breakdown-card {
    padding: 18px;
  }

  .budget-breakdown-card h3 {
    margin-bottom: 10px;
  }

  .budget-visual-list {
    gap: 8px;
  }

  .budget-visual-list li {
    padding: 9px 10px 9px 32px;
    font-size: 19px;
  }
}

@media (max-width: 640px) {
  .demo-grid-compact {
    grid-template-columns: 1fr;
  }

  .audio-grid.demo-grid-compact {
    grid-template-columns: 1fr;
  }

  .problem {
    padding: 22px;
  }

  .brand {
    padding: 0;
  }
}


@media (max-width: 760px) {
  .roadmap--timeline .roadmap-grid {
    padding-left: 22px;
  }

  .roadmap--timeline .roadmap-grid::before {
    left: 10px;
  }

  .step {
    padding: 14px 12px 14px 18px;
  }

  .step::before {
    display: none;
  }

  .step .pill {
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    font-size: 10px;
  }

  .step h3 {
    padding-right: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-text,
  .hero-card,
  .section,
  .wave,
  .btn,
  .menu {
    animation: none;
    transition: none;
  }

  body {
    animation-duration: 40s;
  }

  body::before,
  body::after {
    animation-duration: 28s;
  }
}

.faq-model-link {
  margin: 8px 0 0;
}

.faq-model-link a {
  color: var(--accent-strong);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
