:root {
  --bg-main: #f3f3ee;
  --paper: #fffef9;
  --surface: #ffffff;
  --surface-2: #f6f8f3;
  --ink: #202620;
  --ink-soft: #4f5a52;
  --line: #d8ddd4;
  --accent: #1e6a4c;
  --accent-2: #c9b16b;
  --accent-deep: #184f3b;
  --radius-lg: 22px;
  --radius-md: 14px;
  --shadow-soft: 0 20px 40px rgba(22, 40, 30, 0.08);
  --founder-video-overlap: 143px;
  --founder-video-gap: 56px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.62;
  background:
    radial-gradient(circle at 0% 0%, rgba(205, 217, 204, 0.65), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(230, 218, 184, 0.55), transparent 34%),
    var(--bg-main);
}

h1,
h2,
h3,
h4,
.brand {
  font-family: "Unbounded", "Manrope", sans-serif;
  letter-spacing: -0.01em;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

.container {
  width: min(1140px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(10px);
  background:
    radial-gradient(circle at 8% 18%, rgba(122, 238, 183, 0.48), transparent 30%),
    radial-gradient(circle at 92% 76%, rgba(255, 217, 112, 0.4), transparent 32%),
    linear-gradient(150deg, rgba(33, 124, 86, 0.96), rgba(16, 68, 49, 0.94));
  border-bottom: 1px solid rgba(236, 248, 240, 0.38);
  box-shadow: 0 12px 30px rgba(7, 33, 24, 0.3);
}

.topbar {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f7fffb;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
}

.brand-mark {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(5, 24, 18, 0.34);
}

.brand-text {
  display: grid;
  line-height: 1;
}

.brand-text-pro {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #d8fbe8;
}

.brand-text-name {
  margin-top: 3px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.topnav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.topnav a {
  color: rgba(242, 251, 246, 0.95);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.92rem;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.topnav a:hover {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.8);
}

.topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #f3fff8;
  font-weight: 700;
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.18);
}

.topbar-link span:first-child {
  font-size: 0.9rem;
  line-height: 1;
}

.hero {
  position: relative;
  z-index: 5;
  overflow: visible;
  padding: 36px 0 28px;
  background:
    linear-gradient(115deg, rgba(7, 25, 19, 0.88), rgba(16, 52, 39, 0.74)),
    url("https://images.pexels.com/photos/669615/pexels-photo-669615.jpeg?auto=compress&cs=tinysrgb&w=2000") center / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 28px auto auto -120px;
  width: 380px;
  height: 380px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(30, 106, 76, 0.13), rgba(30, 106, 76, 0));
}

.hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 340px;
  height: 340px;
  border-radius: 40px;
  transform: rotate(32deg);
  background: linear-gradient(180deg, rgba(201, 177, 107, 0.22), rgba(201, 177, 107, 0.02));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  column-gap: 28px;
  row-gap: 8px;
  align-items: start;
}

.hero-side {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.eyebrow {
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b6efd3;
}

h1 {
  margin-top: 16px;
  font-size: clamp(2rem, 5vw, 3.55rem);
  line-height: 1.12;
}

.hero-text {
  margin-top: 18px;
  max-width: 760px;
  font-size: 1.08rem;
  font-weight: 700;
  color: #ffffff;
  border-left: 4px solid #49b37b;
  padding-left: 14px;
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.5),
    0 1px 2px rgba(0, 0, 0, 0.4);
}

.hero h1 {
  color: #ffffff;
  max-width: 14ch;
  line-height: 1.2;
  letter-spacing: -0.015em;
  text-wrap: balance;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.28);
}

.hero-highlight {
  color: #49b37b;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
}

.hero-actions__primary {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-actions__note {
  margin-top: 6px;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.1;
  color: rgba(229, 246, 237, 0.86);
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.96rem;
  padding: 12px 24px;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
  background: var(--accent);
  color: #fff;
}

.btn:hover {
  transform: translateY(-2px);
  background: var(--accent-deep);
}

.btn-arrow {
  font-size: 1.15em;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.2s ease;
}

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

.btn-hero-primary {
  position: relative;
  background: #49b37b;
  color: #ffffff;
  min-height: 48px;
  padding-left: 64px;
  box-shadow: 0 10px 24px rgba(73, 179, 123, 0.4);
}

.btn-hero-primary span {
  font-weight: 800;
  font-size: 1.06rem;
  letter-spacing: 0.02em;
}

.btn-hero-primary:hover {
  background: #3aa86d;
}

.btn-icon-3d {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.32));
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.88);
  color: var(--accent-deep);
  border: 1px solid rgba(212, 231, 221, 0.95);
}

.btn-ghost:hover {
  background: #ffffff;
}

.btn-light {
  background: #ffffff;
  color: var(--accent-deep);
}

.btn-light:hover {
  background: #f4f7f2;
}

.hero-panel {
  width: 100%;
  align-self: start;
  position: relative;
  overflow: hidden;
  padding: 22px;
  display: grid;
  align-content: start;
  border: 1px solid rgba(170, 236, 202, 0.28);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(155deg, rgba(10, 34, 25, 0.9), rgba(9, 43, 31, 0.82) 55%, rgba(19, 60, 44, 0.76)),
    linear-gradient(34deg, rgba(255, 213, 122, 0.14), rgba(114, 226, 175, 0.08) 52%, rgba(255, 255, 255, 0.04) 78%);
  backdrop-filter: blur(8px) saturate(122%);
  box-shadow:
    0 28px 58px rgba(5, 22, 16, 0.5),
    inset 0 1px 0 rgba(220, 255, 238, 0.2);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 12%, rgba(111, 228, 174, 0.22), transparent 40%),
    radial-gradient(circle at 85% 84%, rgba(255, 214, 120, 0.2), transparent 36%);
  pointer-events: none;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(120deg, rgba(216, 255, 237, 0.22) 0%, rgba(216, 255, 237, 0) 54%);
  pointer-events: none;
}

.hero-panel > * {
  position: relative;
  z-index: 1;
}

.hero-panel h2 {
  font-size: 1.22rem;
  line-height: 1.35;
  color: #f3fff9;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.34);
}

.hero-panel ul {
  margin: 16px 0 0;
  padding-left: 0;
  list-style: none;
  color: rgba(232, 246, 239, 0.94);
  font-weight: 500;
}

.hero-panel li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-panel li span {
  font-weight: 700;
}

.hero-panel li + li {
  margin-top: 4px;
}

.hero-li-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
}

.hero-panel-highlight {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-left: 4px solid #7de0b1;
  border-radius: 10px;
  background: rgba(125, 224, 177, 0.14);
  color: #e9fbf2;
  font-weight: 700;
  line-height: 1.45;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
}

.hero-signature {
  margin: 12px 2px 0;
  display: grid;
  justify-items: end;
  gap: 2px;
}

.hero-signature-role {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(219, 242, 231, 0.86);
}

.hero-signature-name {
  font-family: "Caveat", "Brush Script MT", cursive;
  font-size: 2rem;
  line-height: 1;
  color: #f3fff9;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
  transform: rotate(-3deg);
}

.hero-metrics {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hero-metrics div {
  border: 1px solid rgba(173, 233, 201, 0.34);
  border-radius: 14px;
  padding: 13px 14px;
  background:
    linear-gradient(165deg, rgba(11, 48, 34, 0.62), rgba(17, 56, 41, 0.5));
  box-shadow:
    inset 0 1px 0 rgba(211, 255, 232, 0.18),
    0 10px 22px rgba(4, 18, 13, 0.36);
}

.hero-metrics strong {
  display: block;
  font-size: 1.25rem;
  color: #8fe5bb;
  line-height: 1.1;
}

.hero-metrics span {
  font-size: 0.82rem;
  color: rgba(224, 240, 231, 0.88);
}

.hero-panel--light {
  border: 1px solid rgba(224, 237, 228, 0.78);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(242, 249, 245, 0.78)),
    linear-gradient(28deg, rgba(111, 208, 162, 0.14), rgba(255, 216, 120, 0.1) 42%, rgba(255, 255, 255, 0.08) 72%);
  backdrop-filter: blur(6px) saturate(120%);
  box-shadow:
    0 24px 52px rgba(7, 35, 25, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.hero-panel--light::before {
  background:
    radial-gradient(circle at 18% 14%, rgba(114, 226, 175, 0.24), transparent 42%),
    radial-gradient(circle at 86% 82%, rgba(255, 220, 136, 0.2), transparent 38%);
}

.hero-panel--light::after {
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 58%);
}

.hero-panel--light h2 {
  color: #24362d;
  text-shadow: none;
}

.hero-panel--light ul {
  color: #3f4e45;
}

.hero-panel--light .hero-panel-highlight {
  background: rgba(59, 149, 106, 0.1);
  border-left-color: #2e9b6c;
  color: #1f3d31;
  text-shadow: none;
}

.hero-panel--light .hero-signature-role {
  color: rgba(42, 75, 60, 0.82);
}

.hero-panel--light .hero-signature-name {
  color: #214535;
  text-shadow: 0 5px 12px rgba(33, 69, 53, 0.18);
}

.hero-panel--light .hero-metrics div {
  border: 1px solid rgba(177, 206, 189, 0.65);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.78), rgba(239, 248, 242, 0.7));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.hero-panel--light .hero-metrics strong {
  color: var(--accent);
}

.hero-panel--light .hero-metrics span {
  color: var(--ink-soft);
}

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

.services-section {
  padding: 28px 0 58px;
}

.section h2 {
  font-size: clamp(1.45rem, 3.5vw, 2.3rem);
  line-height: 1.2;
}

.section-lead {
  margin-top: 14px;
  max-width: 780px;
  color: var(--ink-soft);
}

.title-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.title-with-icon.small {
  gap: 10px;
}

.section-title {
  --section-title-size: clamp(1.65rem, 3.35vw, 2.35rem);

  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  column-gap: 14px;
  width: fit-content;
  max-width: 100%;
  padding: 0 0 3px;
  color: var(--ink);
  letter-spacing: 0;
}

.section-title__badge {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: calc(var(--section-title-size) * 0.98);
  padding: 0 16px;
  border-radius: 12px;
  overflow: hidden;
  font-size: calc(var(--section-title-size) * 0.5);
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(137, 239, 189, 0.98) 0%, rgba(71, 177, 121, 0.98) 48%, rgba(27, 117, 79, 0.98) 100%);
  box-shadow:
    0 3px 0 #146142,
    0 10px 0 rgba(22, 89, 62, 0.16),
    0 18px 28px rgba(30, 106, 76, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -10px 18px rgba(8, 80, 51, 0.24);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.22),
    0 2px 4px rgba(8, 58, 39, 0.28);
  transform: perspective(500px) rotateX(3deg);
}

.section-title__badge::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 2px 3px auto;
  height: 42%;
  border-radius: 10px 10px 18px 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.section-title__badge::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: auto 5px 4px;
  height: 8px;
  border-radius: 999px;
  background: rgba(9, 79, 51, 0.26);
  filter: blur(3px);
  pointer-events: none;
}

.section-title__text {
  position: relative;
  font-size: var(--section-title-size);
  line-height: 0.98;
  font-weight: 800;
  text-transform: uppercase;
  color: #1f2821;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9),
    0 10px 24px rgba(31, 55, 41, 0.08);
}

.section-title__text::after {
  content: "";
  position: absolute;
  left: -14px;
  right: 0;
  bottom: -6px;
  height: 3px;
  border-radius: 999px;
  background: rgba(30, 106, 76, 0.16);
}

.icon-3d {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 10px 16px rgba(18, 38, 29, 0.28));
}

.title-with-icon.small .icon-3d {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
}

.services-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 36%),
    radial-gradient(circle at 85% 88%, rgba(183, 203, 186, 0.46), rgba(183, 203, 186, 0) 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(231, 240, 229, 0.9)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.22) 0 2px,
      rgba(190, 204, 188, 0.22) 2px 4px
    ),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.34) 0 12px,
      rgba(206, 220, 204, 0.34) 12px 24px
    ),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.2) 0 10px,
      rgba(190, 204, 188, 0.2) 10px 20px
    );
  background-size: auto, auto, auto, 14px 14px, 48px 48px, 20px 20px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -2px 0 rgba(167, 186, 165, 0.72);
  z-index: -1;
}

.services-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(153, 173, 151, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(153, 173, 151, 0.22) 1px, transparent 1px),
    radial-gradient(circle at 25% 30%, rgba(151, 173, 151, 0.28) 0 2px, transparent 2.5px),
    radial-gradient(circle at 72% 64%, rgba(151, 173, 151, 0.22) 0 2px, transparent 2.5px);
  background-size: 34px 34px, 34px 34px, 120px 120px, 140px 140px;
  opacity: 0.4;
  pointer-events: none;
  z-index: -1;
}

.service-grid,
.review-grid {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}

.service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* ——— Services section header ——— */
.services-head {
  margin-bottom: 0;
}

.services-kicker {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 4px 12px;
  border: 1px solid rgba(30, 106, 76, 0.26);
  border-radius: 999px;
  background: rgba(30, 106, 76, 0.07);
  margin-bottom: 10px;
}

.services-format-label {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 20px auto 0;
  padding: 7px 16px 8px;
  border: 1px solid rgba(30, 106, 76, 0.42);
  border-radius: 999px;
  color: #174936;
  font-size: clamp(0.84rem, 1.45vw, 0.98rem);
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(196, 235, 215, 0.94), rgba(137, 209, 174, 0.88)),
    rgba(30, 106, 76, 0.16);
  box-shadow:
    0 14px 28px rgba(20, 79, 55, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.64),
    inset 0 -10px 18px rgba(30, 106, 76, 0.1);
}

.services-format-label::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 4px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(30, 106, 76, 0.68), rgba(30, 106, 76, 0.36));
  transform: translateX(-50%);
}

.services-format-label--standalone {
  margin-top: 8px;
  margin-bottom: 20px;
}

.services-format-label--standalone::after {
  display: block;
  height: 20px;
}

.services-connector {
  position: relative;
  height: 29px;
  margin: 9px 16px 0;
  pointer-events: none;
}

.services-connector::before,
.services-connector::after,
.services-connector__drop {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(30, 106, 76, 0.48);
}

.services-connector::before {
  top: 9px;
  left: calc(25% - 3.5px);
  right: calc(25% - 3.5px);
  height: 4px;
}

.services-connector::after {
  top: 0;
  left: 50%;
  width: 4px;
  height: 10px;
  transform: translateX(-50%);
}

.services-connector__drop {
  top: 9px;
  width: 4px;
  bottom: 0;
  transform: translateX(-50%);
}

.services-connector__drop--left {
  left: calc(25% - 3.5px);
  background: rgba(30, 106, 76, 0.52);
}

.services-connector__drop--right {
  left: calc(75% + 3.5px);
  background: rgba(30, 106, 76, 0.52);
}

/* ——— Services focus block ——— */
.services-focus {
  margin: 0 0 26px;
  padding: 16px;
  border-radius: 24px;
  border: 1px solid rgba(144, 170, 150, 0.65);
  background:
    radial-gradient(circle at 12% 18%, rgba(128, 222, 177, 0.2), transparent 38%),
    radial-gradient(circle at 88% 82%, rgba(232, 199, 110, 0.2), transparent 36%),
    linear-gradient(145deg, rgba(233, 243, 235, 0.96), rgba(219, 231, 221, 0.94));
  box-shadow:
    0 24px 40px rgba(10, 30, 22, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

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

.focus-card {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(163, 188, 172, 0.62);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 30px rgba(12, 31, 23, 0.1);
}

.focus-card h3 {
  margin: 0;
  padding: 14px 18px;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  line-height: 1.28;
  color: #f4fff9;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.24);
}

.focus-card--fop h3 {
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 28% 38%, rgba(91, 196, 145, 0.45), transparent 48%),
    radial-gradient(circle at 76% 72%, rgba(10, 62, 42, 0.7), transparent 42%),
    linear-gradient(138deg, #1e6a4c 0%, #0c3f2d 100%);
  background-size: 24px 24px, 24px 24px, auto, auto, auto;
}

.focus-card--tov h3 {
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 28% 38%, rgba(255, 215, 115, 0.55), transparent 48%),
    radial-gradient(circle at 76% 72%, rgba(100, 65, 10, 0.55), transparent 42%),
    linear-gradient(138deg, #a07832 0%, #6b4d18 100%);
  background-size: 24px 24px, 24px 24px, auto, auto, auto;
}

.focus-card__label {
  margin: 12px 18px 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(34, 59, 48, 0.62);
}

.focus-card__text {
  margin: 12px 18px 0;
  color: #42574c;
  font-size: 0.9rem;
  line-height: 1.5;
}

.focus-card__cta {
  display: inline-flex;
  align-items: center;
  margin: 14px 18px 18px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  color: #1e6a4c;
  border-bottom: 2px solid rgba(30, 106, 76, 0.26);
}

.focus-card--tov .focus-card__cta {
  color: #7d5818;
  border-bottom-color: rgba(125, 88, 24, 0.24);
}

/* ——— Service cards ——— */
.svc-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 24px 52px rgba(12, 28, 20, 0.1);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.svc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 36px 64px rgba(12, 28, 20, 0.16);
}

.svc-card__visual {
  position: relative;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 30px;
  overflow: hidden;
}

.svc-card--fop .svc-card__visual {
  background:
    radial-gradient(circle at 28% 38%, rgba(91, 196, 145, 0.45), transparent 48%),
    radial-gradient(circle at 76% 72%, rgba(10, 62, 42, 0.7), transparent 42%),
    linear-gradient(138deg, #1e6a4c 0%, #0c3f2d 100%);
}

.svc-card--tov .svc-card__visual {
  background:
    radial-gradient(circle at 28% 38%, rgba(255, 215, 115, 0.55), transparent 48%),
    radial-gradient(circle at 76% 72%, rgba(100, 65, 10, 0.55), transparent 42%),
    linear-gradient(138deg, #a07832 0%, #6b4d18 100%);
}

.svc-card__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.svc-card__badge {
  position: absolute;
  top: 14px;
  left: 16px;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
  white-space: nowrap;
  max-width: calc(100% - 32px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.svc-card__title {
  position: relative;
  z-index: 1;
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  line-height: 1.1;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
  letter-spacing: -0.01em;
  margin: 0;
}

.svc-card__deco {
  position: absolute;
  right: -52px;
  bottom: -52px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  pointer-events: none;
}

.svc-card--fop .svc-card__deco {
  background: radial-gradient(circle, rgba(125, 224, 177, 0.32), transparent 70%);
}

.svc-card--tov .svc-card__deco {
  background: radial-gradient(circle, rgba(255, 218, 120, 0.38), transparent 70%);
}

.svc-card__body {
  flex: 1;
  padding: 28px 30px 32px;
  background: var(--surface);
  display: flex;
  flex-direction: column;
}

.svc-card h3 {
  font-size: 1.8rem;
  line-height: 1.15;
  color: var(--ink);
}

.svc-card__visual .svc-card__title {
  /* color: #ffffff; */
}

.svc-card--fop .svc-accent {
  color: #7de0b1;
}

.svc-card--tov .svc-accent {
  color: #ffd97a;
}

.svc-card__tagline {
  margin-top: 6px;
  font-size: 0.88rem;
  color: var(--ink-soft);
  font-weight: 500;
  line-height: 1.5;
}

.svc-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.svc-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.93rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.45;
}

.svc-list li::before {
  content: "✓";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 2px;
  background: rgba(30, 106, 76, 0.1);
  color: var(--accent);
}

.svc-card--tov .svc-list li::before {
  background: rgba(125, 88, 24, 0.1);
  color: #7d5818;
}

.svc-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 24px;
  align-self: flex-start;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--accent);
  border-bottom: 2px solid rgba(30, 106, 76, 0.25);
  padding-bottom: 2px;
  transition: border-color 0.2s ease;
}

.svc-card--tov .svc-cta {
  color: #7d5818;
  border-bottom-color: rgba(125, 88, 24, 0.25);
}

.svc-cta::after {
  content: "→";
  display: inline-block;
  transition: transform 0.2s ease;
}

.svc-cta:hover {
  border-bottom-color: currentColor;
}

.svc-cta:hover::after {
  transform: translateX(4px);
}

.card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 28px;
  box-shadow: var(--shadow-soft);
}

.card h3 {
  font-size: 1.22rem;
}

.card ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

.services-shared {
  margin-top: 0;
  padding: 24px;
  border: 1px solid rgba(168, 185, 167, 0.6);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 8% 14%, rgba(123, 219, 174, 0.16), transparent 36%),
    radial-gradient(circle at 92% 84%, rgba(224, 196, 117, 0.14), transparent 34%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.94), rgba(242, 248, 242, 0.92));
  box-shadow: 0 18px 34px rgba(15, 35, 25, 0.08);
}

.services-shared__head h3 {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  color: #173d2f;
}

.services-shared__head p {
  margin-top: 0;
  max-width: 740px;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.shared-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.shared-card {
  border: 1px solid #d2dbd2;
  border-radius: 16px;
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.shared-card h4 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: calc(100% + 32px);
  margin: -18px -16px 14px;
  padding: 10px 16px;
  border-radius: 16px 16px 10px 10px;
  font-size: 1rem;
  color: #e9fff4;
  text-shadow: 0 2px 8px rgba(6, 24, 17, 0.32);
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 24% 36%, rgba(91, 196, 145, 0.38), transparent 54%),
    radial-gradient(circle at 78% 72%, rgba(10, 62, 42, 0.62), transparent 48%),
    linear-gradient(138deg, #1e6a4c 0%, #0c3f2d 100%);
  background-size: 22px 22px, 22px 22px, auto, auto, auto;
  box-shadow:
    inset 0 1px 0 rgba(218, 255, 236, 0.24),
    0 4px 12px rgba(7, 31, 22, 0.2);
}

.shared-title-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.28));
}

.shared-card:nth-child(2) h4 {
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 24% 36%, rgba(86, 193, 155, 0.38), transparent 54%),
    radial-gradient(circle at 78% 72%, rgba(10, 66, 54, 0.62), transparent 48%),
    linear-gradient(138deg, #1b6f5a 0%, #0b4a45 100%);
  background-size: 22px 22px, 22px 22px, auto, auto, auto;
}

.shared-card:nth-child(3) h4 {
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 24% 36%, rgba(82, 190, 162, 0.38), transparent 54%),
    radial-gradient(circle at 78% 72%, rgba(9, 70, 62, 0.62), transparent 48%),
    linear-gradient(138deg, #167363 0%, #0a5052 100%);
  background-size: 22px 22px, 22px 22px, auto, auto, auto;
}

.shared-card:nth-child(4) h4 {
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 24% 36%, rgba(78, 186, 168, 0.38), transparent 54%),
    radial-gradient(circle at 78% 72%, rgba(9, 73, 69, 0.62), transparent 48%),
    linear-gradient(138deg, #11756b 0%, #0a5660 100%);
  background-size: 22px 22px, 22px 22px, auto, auto, auto;
}

.shared-card:nth-child(5) h4 {
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 24% 36%, rgba(74, 183, 174, 0.38), transparent 54%),
    radial-gradient(circle at 78% 72%, rgba(8, 76, 74, 0.62), transparent 48%),
    linear-gradient(138deg, #0e7674 0%, #0a5a69 100%);
  background-size: 22px 22px, 22px 22px, auto, auto, auto;
}

.shared-card:nth-child(6) h4 {
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 24% 36%, rgba(70, 178, 180, 0.38), transparent 54%),
    radial-gradient(circle at 78% 72%, rgba(8, 80, 78, 0.62), transparent 48%),
    linear-gradient(138deg, #0b757c 0%, #0a5d72 100%);
  background-size: 22px 22px, 22px 22px, auto, auto, auto;
}

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

.shared-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 8px 8px 12px;
  border-bottom: 1px dashed rgba(174, 191, 173, 0.52);
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.shared-list li:hover {
  background: rgba(123, 216, 172, 0.1);
  transform: translateX(2px);
}

.shared-list li:focus-visible {
  outline: 3px solid rgba(105, 178, 142, 0.32);
  outline-offset: 3px;
}

.shared-list li:last-child {
  border-bottom: 0;
  padding-bottom: 8px;
}

.shared-list li > span:first-child {
  font-size: 0.88rem;
  line-height: 1.45;
  font-weight: 600;
  color: #1f2d26;
}

.svc-scope {
  flex-shrink: 0;
  margin-top: 1px;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #0f5f41;
  background: rgba(123, 216, 172, 0.22);
  border: 1px solid rgba(54, 144, 100, 0.34);
}

.svc-scope--tov {
  color: #5f4714;
  background: rgba(225, 190, 109, 0.24);
  border-color: rgba(139, 101, 31, 0.34);
}

.service-help-card {
  position: relative;
  overflow: hidden;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 116px;
  padding: 22px 24px;
  border: 1px solid rgba(218, 191, 114, 0.42);
  border-radius: 18px;
  color: #f7fff9;
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 11% 16%, rgba(255, 214, 112, 0.34), transparent 28%),
    radial-gradient(circle at 88% 76%, rgba(83, 196, 140, 0.32), transparent 34%),
    linear-gradient(135deg, #104735 0%, #1e6a4c 52%, #846f2b 100%);
  background-size: 26px 26px, 26px 26px, auto, auto, auto;
  box-shadow: 0 16px 30px rgba(13, 54, 39, 0.18);
}

.service-help-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(245, 255, 249, 0.14);
  border-radius: 14px;
  pointer-events: none;
}

.service-help-card__icon {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 12px 22px rgba(6, 31, 22, 0.28);
}

.service-help-card__icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.28));
}

.service-help-card__copy,
.service-help-card__cta {
  position: relative;
  z-index: 1;
}

.service-help-card__copy h4 {
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  color: #ffffff;
  text-shadow: 0 3px 12px rgba(5, 23, 17, 0.32);
}

.service-help-card__copy p {
  margin-top: 4px;
  max-width: 660px;
  color: rgba(240, 255, 247, 0.88);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.45;
}

.service-help-card__cta {
  min-width: 148px;
  color: #194432;
  background: #fff8df;
  box-shadow: 0 10px 20px rgba(6, 31, 22, 0.2);
}

.service-help-card__cta:hover {
  color: #123528;
  background: #ffffff;
}

.calculator-section {
  --calculator-divider-gap: calc(28px + (var(--founder-video-gap) / 2));

  overflow: hidden;
  color: #f7fff9;
  padding: calc(var(--founder-video-overlap) + var(--calculator-divider-gap)) 0 84px;
}

.calculator-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 16%, rgba(177, 255, 210, 0.5), transparent 38%),
    radial-gradient(circle at 86% 84%, rgba(255, 216, 123, 0.38), transparent 34%),
    radial-gradient(circle at 80% 20%, rgba(120, 240, 184, 0.24), transparent 36%),
    linear-gradient(140deg, #2d9b6d 0%, #167650 55%, #0c4f37 100%);
  z-index: -1;
}

.calculator-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(227, 255, 236, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(227, 255, 236, 0.12) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.28;
  z-index: -1;
  pointer-events: none;
}

.calc-grid {
  display: grid;
  gap: 18px;
  align-items: start;
}

.calc-grid::before {
  content: "";
  width: 100%;
  height: 1px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(237, 255, 243, 0.72), transparent);
  box-shadow: 0 1px 0 rgba(8, 50, 35, 0.18);
}

.calc-intro {
  font-weight: 700;
  color: #edfff3;
}

.calc-title-icon {
  position: relative;
  isolation: isolate;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.95) 0 8%, transparent 9%),
    linear-gradient(145deg, #fff0b0 0%, #f4bd3f 46%, #d37b22 100%);
  box-shadow:
    0 5px 0 #a95619,
    0 14px 24px rgba(8, 45, 30, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset -8px -10px 18px rgba(135, 66, 16, 0.24);
  transform: perspective(520px) rotateX(7deg) rotateZ(-7deg);
}

.calc-title-icon::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 7px 8px auto;
  height: 22px;
  border-radius: 14px 14px 18px 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0));
}

.calc-title-icon::after {
  content: "$";
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 7px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #173c2d;
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
  background: #fffef8;
  box-shadow:
    0 3px 0 rgba(138, 82, 24, 0.22),
    inset 0 -2px 0 rgba(214, 152, 55, 0.24);
}

.calc-title-icon__tag {
  position: absolute;
  z-index: 1;
  left: 11px;
  top: 15px;
  width: 34px;
  height: 25px;
  border-radius: 8px 8px 8px 4px;
  background: linear-gradient(145deg, #ffffff, #f7f0dc);
  box-shadow:
    0 4px 10px rgba(105, 51, 13, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: rotate(-3deg);
}

.calc-title-icon__tag::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #df9c31;
  box-shadow: 13px 0 0 rgba(23, 60, 45, 0.7);
}

.calc-title-icon__tag::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 7px;
  bottom: 7px;
  height: 4px;
  border-radius: 999px;
  background: #173c2d;
  opacity: 0.72;
}

.lead-form {
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(232, 249, 238, 0.36);
  background: rgba(8, 50, 35, 0.3);
  backdrop-filter: blur(4px);
  box-shadow: 0 20px 40px rgba(6, 36, 25, 0.35);
  display: grid;
  gap: 14px;
}

.lead-form--calculator {
  max-width: none;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
}

.calc-col {
  display: grid;
  gap: 14px;
}

.calc-side {
  align-content: start;
}

.lead-form label {
  display: grid;
  gap: 7px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #f4fff8;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(236, 250, 242, 0.48);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.94);
  color: #1b2a21;
  font: inherit;
  padding: 12px 13px;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: none;
  border-color: #a6e2be;
  box-shadow: 0 0 0 3px rgba(166, 226, 190, 0.35);
}

.switch-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 54px;
}

.switch {
  position: relative;
  width: 74px;
  height: 40px;
  flex: 0 0 74px;
}

.switch input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.slider {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(234, 247, 239, 0.45);
  transition: background-color 0.2s ease;
}

.slider::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  transition: transform 0.2s ease;
}

.switch input:checked + .slider {
  background: #ace8c3;
}

.switch input:checked + .slider::before {
  transform: translateX(34px);
}

.calc-submit {
  grid-column: 1 / -1;
  justify-self: center;
  min-width: min(420px, 100%);
  background: linear-gradient(140deg, #ffb11d, #ff9100);
  color: #fff;
  box-shadow: 0 12px 24px rgba(131, 65, 0, 0.3);
}

.calc-submit:hover {
  background: linear-gradient(140deg, #ffbd42, #ff9800);
}

.founder-video-section {
  z-index: 5;
  overflow: visible;
  margin: calc(var(--founder-video-overlap) * -1) 0;
  padding: 0;
  background: transparent;
}

.founder-video-shell {
  display: flex;
  justify-content: center;
}

.founder-video-card {
  position: relative;
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
  gap: 0;
  min-height: 285px;
  width: min(780px, 100%);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(107, 155, 130, 0.42);
  border-radius: var(--radius-lg);
  color: #f5fff9;
  text-align: left;
  background:
    linear-gradient(135deg, rgba(24, 79, 59, 0.98), rgba(12, 63, 44, 0.96)),
    #184f3b;
  box-shadow:
    0 26px 54px rgba(20, 68, 48, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.founder-video-card:hover {
  transform: translateY(-3px);
  border-color: rgba(91, 180, 132, 0.68);
  box-shadow:
    0 34px 64px rgba(20, 68, 48, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.founder-video-card:focus-visible {
  outline: 4px solid rgba(255, 177, 29, 0.55);
  outline-offset: 5px;
}

.founder-video-card__media {
  position: relative;
  height: 100%;
  min-height: 285px;
  overflow: visible;
  background:
    linear-gradient(180deg, rgba(8, 34, 25, 0.04), rgba(8, 34, 25, 0.14)),
    url("assets/video/IMG_10000.WEBP") 50% 100% / auto 125% no-repeat;
}

.founder-video-card__media::after {
  content: none;
}

.founder-video-card__play {
  position: absolute;
  left: 100%;
  top: 50%;
  z-index: 2;
  width: 59px;
  height: 59px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--accent);
  background: #ffffff;
  font-size: 1.05rem;
  line-height: 1;
  transform: translate(-50%, -50%);
  box-shadow:
    0 18px 32px rgba(6, 31, 22, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.founder-video-card__body {
  position: relative;
  display: grid;
  align-content: center;
  gap: 10px;
  min-width: 0;
  padding: 32px 36px 32px 41px;
}

.founder-video-card__body::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(142, 229, 187, 0.22), transparent 36%),
    radial-gradient(circle at 88% 88%, rgba(255, 196, 70, 0.18), transparent 32%);
  pointer-events: none;
}

.founder-video-card__body > span {
  position: relative;
  z-index: 1;
}

.founder-video-card__label {
  color: #b9f2d5;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.founder-video-card__title {
  color: #ffffff;
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: clamp(1.28rem, 1.85vw, 1.76rem);
  font-weight: 700;
  line-height: 1.2;
}

.founder-video-card__text {
  max-width: 420px;
  color: rgba(238, 252, 245, 0.88);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.58;
}

.reviews-section {
  padding-top: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.86)),
    linear-gradient(150deg, rgba(193, 217, 203, 0.2), rgba(255, 255, 255, 0));
}

.review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review {
  position: relative;
  min-height: 430px;
  display: grid;
  align-content: start;
  gap: 7px;
  padding-top: 18px;
  overflow: hidden;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 245, 0.96));
  border: 1px solid #d2ddd2;
}

.review::before {
  content: "";
  position: absolute;
  right: -34px;
  top: -26px;
  width: 128px;
  height: 128px;
  border-radius: 24px;
  transform: rotate(28deg);
  background: linear-gradient(145deg, rgba(143, 228, 187, 0.32), rgba(143, 228, 187, 0));
}

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

.review > p:not(.review-tag) {
  color: #000000;
  font-size: 0.84rem;
  line-height: 1.48;
}

.review--narrow-x {
  padding-left: 22px;
  padding-right: 22px;
}

.review--airy > p:not(.review-tag) {
  line-height: 1.58;
}

.review--airy > p:not(.review-tag) + p:not(.review-tag) {
  margin-top: 4px;
}

.review-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2px;
}

.review-avatar {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 999px;
  overflow: hidden;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0)),
    linear-gradient(155deg, #4cae7f, #2d7f5a);
  box-shadow: 0 8px 16px rgba(25, 64, 47, 0.26);
}

.review-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.review h3 {
  font-size: 1.07rem;
  line-height: 1.3;
}

.review-logo-name {
  color: #1fa866;
}

.review-business {
  margin-top: 4px;
  max-width: 28ch;
  font-size: 0.72rem;
  line-height: 1.35;
  font-weight: 800;
  text-transform: uppercase;
  color: #1f6c4a;
}

.review-business--muted {
  text-transform: none;
  color: #657085;
}

.review-company {
  margin-top: 3px;
  font-size: 0.88rem;
  color: #557062;
}

.review-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #1f6c4a;
  background: rgba(150, 228, 190, 0.24);
  border: 1px solid rgba(122, 192, 157, 0.45);
}

.problem-section {
  color: #f5faf6;
  background:
    radial-gradient(circle at 8% 12%, rgba(102, 222, 167, 0.5), transparent 34%),
    radial-gradient(circle at 92% 84%, rgba(245, 208, 104, 0.42), transparent 30%),
    linear-gradient(155deg, #2a8b64 0%, #186646 55%, #0f3f2f 100%);
}

.problem-section .section-lead {
  color: rgba(245, 250, 246, 0.88);
}

.problem-section .icon-3d {
  box-shadow:
    inset 0 -2px 0 rgba(0, 0, 0, 0.2),
    0 10px 18px rgba(5, 22, 16, 0.35);
}

/* ---- Problem section internals ---- */

.problem-eyebrow {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a8e8c8;
}

.problem-intro {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 40px 60px;
  align-items: center;
  margin-bottom: 52px;
}

.problem-intro__text h2 {
  margin-top: 14px;
  color: #ffffff;
}

.problem-quote {
  margin: 0;
  padding: 28px 32px;
  border-left: 4px solid var(--accent);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(4px);
}

.problem-quote p {
  margin: 0;
  font-family: "Caveat", cursive;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 600;
  line-height: 1.4;
  color: #e8f7ef;
}

.problem-quote cite {
  display: block;
  margin-top: 14px;
  font-style: normal;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}

.problem-card {
  padding: 28px 24px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(6px);
  transition: background 0.2s ease, transform 0.2s ease;
}

.problem-card:hover {
  background: rgba(255, 255, 255, 0.13);
  transform: translateY(-3px);
}

.problem-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.problem-card__icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  filter: brightness(0) invert(1) opacity(0.85);
}

.problem-card h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
}

.problem-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(220, 240, 230, 0.82);
}

.problem-cta-wrap {
  text-align: center;
}

.problem-cta-btn {
  background: #f5d94e;
  color: #1a2a1f;
  font-weight: 800;
  border: 2px solid var(--accent-deep);
}

.problem-cta-btn:hover {
  background: #e0c83a;
  color: #111f15;
}

.problem-cta-note {
  margin-top: 14px;
  font-size: 0.84rem;
  color: rgba(200, 230, 215, 0.7);
}

/* Light-background overrides when problem elements live inside .cta-card */

.cta-card .problem-eyebrow {
  color: var(--accent);
}

.cta-card .problem-intro__text h2 {
  color: var(--ink);
}

.cta-card .problem-quote {
  background: rgba(30, 106, 76, 0.06);
  margin-bottom: 28px;
}

.cta-card .problem-quote p {
  color: var(--ink);
}

.cta-card .problem-card {
  background: var(--surface);
  border-color: var(--line);
  box-shadow: var(--shadow-soft);
}

.cta-card .problem-card:hover {
  background: var(--surface-2);
}

.cta-card .problem-card h3 {
  color: var(--ink);
}

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

.cta-card .problem-card__icon {
  filter: none;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
}

.cta {
  position: relative;
  padding-top: 14px;
  padding-bottom: calc(24px + var(--founder-video-overlap));
  background:
    radial-gradient(circle at 10% 18%, rgba(122, 214, 171, 0.22), rgba(122, 214, 171, 0) 34%),
    radial-gradient(circle at 90% 82%, rgba(224, 200, 130, 0.2), rgba(224, 200, 130, 0) 32%),
    linear-gradient(145deg, rgba(39, 126, 90, 0.18), rgba(201, 177, 107, 0.16)),
    #eef3ea;
}

.cta::after {
  content: "";
  display: block;
  width: min(100% - 96px, 1140px);
  height: 1px;
  margin: -20px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(24, 79, 59, 0.42), transparent);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

.cta .container {
  width: min(100%, calc(100vw - 28px));
  max-width: none;
}

.cta-card {
  padding: clamp(28px, 4vw, 52px) clamp(22px, 3vw, 48px);
  color: var(--ink);
}

.cta-header {
  display: flex;
  align-items: center;
  gap: clamp(20px, 4vw, 52px);
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--line);
}

.cta-coin {
  flex: 0 0 auto;
  width: clamp(90px, 11vw, 160px);
  height: auto;
  pointer-events: none;
}

.cta-header__text {
  flex: 1;
}

.cta-kicker {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2a7a59;
  font-size: 0.82rem;
}

.cta-card h2 {
  margin-top: 10px;
  font-size: clamp(1.8rem, 4vw, 3.05rem);
  line-height: 1.15;
  color: #184f3b;
}

.cta-highlight {
  color: #184f3b;
  background: #f5d94e;
  padding: 0 6px;
  border-radius: 4px;
}

.cta-lead {
  margin-top: 16px;
  margin-bottom: 28px;
  max-width: 760px;
  font-size: clamp(1.08rem, 2.2vw, 1.34rem);
  line-height: 1.45;
  color: var(--ink-soft);
}

.cta-btn {
  background: var(--accent);
  color: #ffffff;
  border: 1px solid rgba(24, 79, 59, 0.2);
}

.cta-btn:hover {
  background: var(--accent-deep);
  color: #ffffff;
}

/* ========== FOOTER REDESIGN ========== */

.footer {
  position: relative;
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(86, 195, 145, 0.5) 0%, transparent 42%),
    radial-gradient(ellipse at 88% 95%, rgba(201, 177, 107, 0.44) 0%, transparent 38%),
    radial-gradient(ellipse at 55% 50%, rgba(30, 106, 76, 0.22) 0%, transparent 55%),
    linear-gradient(158deg, #1e6a4c 0%, #0d3325 48%, #071f17 100%);
  border-top: none;
}

.footer .container {
  width: min(1280px, 94vw);
}

.footer .icon-3d {
  box-shadow: none;
  transform: none;
}

/* --- Background layer --- */
.footer-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.footer-bg__ghost {
  position: absolute;
  right: -2%;
  top: -8%;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(140px, 20vw, 300px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.028);
  line-height: 1;
  user-select: none;
  letter-spacing: -0.04em;
  pointer-events: none;
}

.footer-bg__blob {
  position: absolute;
  border-radius: 999px;
}

.footer-bg__blob--1 {
  width: 520px;
  height: 520px;
  left: -180px;
  top: -160px;
  background: radial-gradient(circle, rgba(86, 195, 145, 0.1), transparent 70%);
}

.footer-bg__blob--2 {
  width: 420px;
  height: 420px;
  right: 4%;
  bottom: -80px;
  background: radial-gradient(circle, rgba(201, 177, 107, 0.16), transparent 70%);
  animation: footer-float-b 15s ease-in-out infinite alternate;
}

.footer-bg__blob--3 {
  width: 280px;
  height: 280px;
  left: 42%;
  top: 22%;
  background: radial-gradient(circle, rgba(30, 106, 76, 0.14), transparent 70%);
  animation: footer-float-c 19s ease-in-out infinite alternate;
}

/* Floating decorative images */
.footer-deco {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.footer-deco--1 {
  width: clamp(64px, 8vw, 104px);
  height: clamp(64px, 8vw, 104px);
  right: 10%;
  top: 6%;
  opacity: 0.32;
  filter: brightness(1.25) saturate(1.2) drop-shadow(0 8px 20px rgba(201, 177, 107, 0.35));
  animation: footer-float-a 11s ease-in-out infinite alternate;
}

.footer-deco--2 {
  width: clamp(36px, 4.5vw, 58px);
  height: clamp(36px, 4.5vw, 58px);
  left: 24%;
  bottom: 14%;
  opacity: 0.18;
  filter: brightness(1.1) drop-shadow(0 4px 10px rgba(201, 177, 107, 0.2));
  animation: footer-float-b 14s ease-in-out infinite alternate;
}

.footer-deco--3 {
  width: clamp(30px, 3.5vw, 46px);
  height: clamp(30px, 3.5vw, 46px);
  right: 26%;
  bottom: 22%;
  opacity: 0.15;
  filter: brightness(1.6) invert(0.15);
  animation: footer-float-c 17s ease-in-out infinite alternate;
}

@keyframes footer-float-a {
  0%   { transform: translateY(0px) rotate(-5deg); }
  100% { transform: translateY(-20px) rotate(9deg); }
}

@keyframes footer-float-b {
  0%   { transform: translateY(0px) rotate(3deg); }
  100% { transform: translateY(16px) rotate(-9deg); }
}

@keyframes footer-float-c {
  0%   { transform: translateY(-6px) rotate(0deg); }
  100% { transform: translateY(14px) rotate(11deg); }
}

/* --- Statement strip --- */
.footer-statement {
  position: relative;
  z-index: 1;
  padding: clamp(44px, 7vw, 84px) 0 clamp(36px, 5.5vw, 68px);
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-statement::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent-2) 40%, var(--accent-2) 60%, transparent);
}

.footer-statement__kicker {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent-2);
  margin-bottom: 18px;
  padding: 4px 16px;
  border: 1px solid rgba(201, 177, 107, 0.32);
  border-radius: 999px;
  background: rgba(201, 177, 107, 0.08);
}

.footer-statement__title {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.25rem, 3.2vw, 2.35rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.22;
  letter-spacing: -0.025em;
  max-width: 620px;
  margin: 0 auto;
}

.footer-statement__title em {
  font-style: normal;
  color: var(--accent-2);
}

/* --- Footer card / inner layout --- */
.footer-card {
  position: relative;
  z-index: 1;
  padding: clamp(32px, 5vw, 56px) clamp(16px, 2.4vw, 28px) clamp(20px, 3vw, 40px);
  border: 0;
  border-radius: 0;
  background: none;
  backdrop-filter: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.9fr;
  grid-template-areas: "brand contacts nav";
  gap: 32px 52px;
  align-items: start;
}

.footer-brand  { grid-area: brand; }
.footer-contacts { grid-area: contacts; }
.footer-nav    { grid-area: nav; }

/* Brand lockup */
.footer-brand__lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.footer-brand__mark {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  box-shadow:
    0 6px 24px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 0 3px rgba(30, 106, 76, 0.4);
}

.footer-brand__text {
  display: grid;
  line-height: 1;
}

.footer-brand__pro {
  font-family: "Unbounded", sans-serif;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  color: rgba(201, 177, 107, 0.88);
}

.footer-brand__name {
  margin-top: 4px;
  font-family: "Unbounded", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.footer-text {
  margin-top: 0;
  color: rgba(220, 240, 230, 0.78);
  max-width: 300px;
  font-size: 0.92rem;
  line-height: 1.6;
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 7px 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 0.76rem;
  color: rgba(210, 235, 222, 0.82);
  font-weight: 600;
}

.footer-badge__dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--accent-2);
  flex-shrink: 0;
}

/* Column headings */
.footer-col-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  font-family: "Unbounded", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #e9f2ed;
}

.footer-col-title .icon-3d {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}

/* Contacts */
.contacts-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.contacts-list a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  color: #f0faf4;
  transition: color 0.22s, gap 0.22s;
  padding: 3px 0;
}

.contacts-list a:hover {
  color: #ffffff;
  gap: 15px;
}

.contact-icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #ffffff;
  transition: background-color 0.22s, box-shadow 0.22s, border-color 0.22s, transform 0.22s;
}

.contact-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.contacts-list a:hover .contact-icon {
  background: rgba(201, 177, 107, 0.22);
  border-color: rgba(201, 177, 107, 0.38);
  box-shadow: 0 0 18px rgba(201, 177, 107, 0.22);
  transform: scale(1.06);
}

/* Nav links */
.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}

.footer-links li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-links li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  color: rgba(220, 240, 232, 0.86);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.93rem;
  transition: color 0.2s, gap 0.22s;
}

.footer-links a:hover {
  color: #ffffff;
  gap: 14px;
}

.footer-link-arrow {
  color: var(--accent-2);
  font-size: 0.88rem;
  transition: transform 0.22s;
  display: inline-block;
}

.footer-links a:hover .footer-link-arrow {
  transform: translateX(4px);
}

/* Bottom bar */
.footer-bottom {
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  color: rgba(190, 220, 205, 0.52);
  font-size: 0.82rem;
}

body.modal-open {
  overflow: hidden;
}

.callback-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 16px;
  isolation: isolate;
}

.callback-modal[hidden] {
  display: none;
}

.callback-modal__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(12, 30, 22, 0.58);
  backdrop-filter: blur(2px);
}

.video-modal-open .callback-modal__backdrop {
  background: rgba(12, 30, 22, 0.72);
  backdrop-filter: none;
}

.callback-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  border-radius: 22px;
  border: 1px solid rgba(164, 203, 186, 0.72);
  background:
    radial-gradient(circle at 15% 12%, rgba(229, 247, 234, 0.92), rgba(229, 247, 234, 0) 36%),
    linear-gradient(155deg, #f9fcf8, #edf5ef);
  padding: clamp(20px, 3vw, 30px);
  box-shadow: 0 24px 48px rgba(14, 43, 31, 0.24);
}

.callback-modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  line-height: 1;
  color: #204b37;
  background: rgba(32, 75, 55, 0.12);
  cursor: pointer;
}

.callback-modal h2 {
  margin: 0;
  font-size: clamp(1.35rem, 3.5vw, 1.9rem);
  color: #164c38;
}

.callback-modal p {
  margin: 10px 0 0;
  color: #4b6256;
}

.callback-modal__dialog--video {
  width: min(760px, 100%);
  height: calc(100vh - 24px);
  max-height: calc(100vh - 24px);
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.callback-modal__video-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.callback-modal__kicker {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3a6d56;
}

.callback-modal__video-head .callback-modal__close {
  position: static;
  flex: 0 0 34px;
}

.video-preview-player {
  margin-top: 16px;
  width: 100%;
  flex: 1;
  min-height: 0;
  max-height: none;
  border-radius: 16px;
  border: 1px solid rgba(145, 186, 168, 0.62);
  display: block;
  object-fit: contain;
  background: #0c2018;
  box-shadow: inset 0 1px 0 rgba(212, 242, 227, 0.32);
}

.callback-form {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

.callback-form label {
  display: grid;
  gap: 6px;
  font-size: 0.93rem;
  color: #355247;
  font-weight: 700;
}

.callback-form input {
  width: 100%;
  border: 1px solid #bfd1c4;
  border-radius: 12px;
  padding: 12px 14px;
  font: inherit;
  color: #1d3127;
  background: rgba(255, 255, 255, 0.92);
}

.callback-form input:focus {
  outline: none;
  border-color: #69b28e;
  box-shadow: 0 0 0 3px rgba(105, 178, 142, 0.22);
}

.callback-form input[readonly] {
  color: #174f3a;
  font-weight: 800;
  background: rgba(123, 216, 172, 0.13);
  border-color: rgba(105, 178, 142, 0.45);
}

.callback-form__submit {
  width: fit-content;
  margin-top: 4px;
}

@media (max-width: 980px) {
  :root {
    --founder-video-overlap: 128px;
  }

  .hero-grid,
  .service-grid,
  .services-focus,
  .review-grid,
  .shared-grid {
    grid-template-columns: 1fr;
  }

  .problem-intro {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 36px;
  }

  .cta-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .cta-coin {
    width: clamp(70px, 14vw, 110px);
  }

  .problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero {
    padding-top: 30px;
    padding-bottom: 22px;
  }

  .service-help-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .service-help-card__cta {
    grid-column: 2;
    width: fit-content;
  }

  .services-connector {
    height: 19px;
  }

  .services-connector::before,
  .services-connector__drop {
    display: none;
  }

  .services-connector::after {
    height: 19px;
  }

  .section {
    padding: 68px 0;
  }

  .calculator-section {
    --calculator-divider-gap: calc(68px + (var(--founder-video-gap) / 2));

    padding: calc(var(--founder-video-overlap) + var(--calculator-divider-gap)) 0 68px;
  }

  .founder-video-section {
    padding: 0;
  }

  .cta {
    padding-bottom: calc(24px + var(--founder-video-overlap));
  }

  .cta::after {
    width: min(100% - 32px, 760px);
    margin-top: 0;
  }

  .cta-card {
    padding: 20px 18px 28px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "brand brand"
      "contacts nav";
  }

  .footer-statement__title {
    font-size: clamp(1.1rem, 3.5vw, 1.6rem);
  }

  .footer-deco--1 {
    right: 4%;
    top: 4%;
    opacity: 0.22;
  }

  .topnav {
    display: none;
  }

  .lead-form--calculator {
    grid-template-columns: 1fr;
  }

  .founder-video-card {
    grid-template-columns: 212px minmax(0, 1fr);
    min-height: 255px;
  }

  .founder-video-card__media {
    min-height: 255px;
  }

  .founder-video-card__body {
    padding: 26px 24px 26px 33px;
  }

  .callback-form__submit {
    width: 100%;
  }
}

@media (max-width: 640px) {
  :root {
    --founder-video-overlap: 215px;
  }

  .section-title {
    --section-title-size: clamp(1.42rem, 6.4vw, 1.72rem);

    column-gap: 10px;
    padding: 0 0 3px;
  }

  .section-title__badge {
    height: calc(var(--section-title-size) * 0.98);
    padding: 0 12px;
    border-radius: 10px;
    font-size: calc(var(--section-title-size) * 0.5);
  }

  .section-title__text {
    font-size: var(--section-title-size);
  }

  .section-title__text::after {
    left: -10px;
    bottom: -5px;
    background: rgba(30, 106, 76, 0.16);
  }

  .calc-title-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    border-radius: 16px;
  }

  .calc-title-icon__tag {
    left: 9px;
    top: 13px;
    width: 30px;
    height: 22px;
  }

  .calc-title-icon::after {
    right: 8px;
    bottom: 6px;
    width: 23px;
    height: 23px;
    font-size: 0.76rem;
  }

  .problem-grid {
    grid-template-columns: 1fr;
  }

  .problem-quote {
    padding: 20px 22px;
  }

  .topbar {
    min-height: 56px;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 10px;
  }

  .brand-text-pro {
    font-size: 0.64rem;
    letter-spacing: 0.14em;
  }

  .brand-text-name {
    font-size: 0.84rem;
  }

  .topbar-link {
    font-size: 0.86rem;
    padding: 7px 11px;
  }

  .hero-panel,
  .card,
  .lead-form {
    padding: 20px;
  }

  .svc-card__visual {
    height: 68px;
  }

  .svc-card__body {
    padding: 22px 22px 26px;
  }

  .service-help-card {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 14px;
    padding: 20px;
  }

  .service-help-card__icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
  }

  .service-help-card__icon img {
    width: 50px;
    height: 50px;
  }

  .service-help-card__cta {
    grid-column: auto;
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .hero-actions {
    width: 100%;
  }

  .founder-video-section {
    padding: 0;
  }

  .founder-video-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .founder-video-card__media {
    min-height: 255px;
  }

  .founder-video-card__play {
    left: auto;
    top: auto;
    right: 16px;
    bottom: -23px;
    width: 47px;
    height: 47px;
    font-size: 0.88rem;
    transform: none;
  }

  .founder-video-card__body {
    padding: 38px 18px 20px;
  }

  .callback-modal {
    padding: 12px;
  }

  .callback-modal__dialog--video {
    height: calc(100vh - 16px);
    max-height: calc(100vh - 16px);
  }

  .footer-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "contacts"
      "nav";
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-deco--1 {
    display: none;
  }

  .footer-deco--2,
  .footer-deco--3 {
    opacity: 0.1;
  }

}
