:root {
  --bg: #06190f;
  --bg-deep: #020b07;
  --bg-2: #0a2518;
  --panel: rgba(2, 16, 10, 0.76);
  --panel-2: rgba(3, 20, 13, 0.86);
  --card: rgba(12, 34, 23, 0.78);
  --card-strong: rgba(13, 42, 27, 0.92);
  --stroke: rgba(151, 210, 117, 0.22);
  --stroke-strong: rgba(151, 210, 117, 0.42);
  --text: #f6fff2;
  --muted: #c9d9ce;
  --muted-2: #9fb4a5;
  --green: #9be118;
  --green-2: #c8fb27;
  --green-dark: #78b912;
  --blue: #55c6ff;
  --blue-dark: #1f6fd1;
  --orange: #ff951f;
  --yellow: #ffc327;
  --red: #ff5b2e;
  --line: rgba(232, 255, 232, 0.46);
  --line-soft: rgba(232, 255, 232, 0.18);
  --line-strong: rgba(232, 255, 232, 0.34);
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max: 1400px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 12%, rgba(155, 225, 24, 0.12), transparent 32%),
    radial-gradient(circle at 82% 30%, rgba(72, 168, 255, 0.10), transparent 28%),
    linear-gradient(180deg, #06190f 0%, var(--bg) 48%, #05150d 100%);
  line-height: 1.55;
  overflow-x: hidden;
}

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

/* ─── Block 3 page centering utility ──────────────── */

.page {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

/* ─── Header ─────────────────────────────────────── */

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  width: min(var(--max), calc(100% - 54px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 26px 0;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: min(360px, 52vw);
}

.brand-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 30px);
  color: #eef9ed;
  font-size: 1.02rem;
  font-weight: 850;
}

.nav-links a {
  opacity: 0.94;
  transition: color 160ms ease, opacity 160ms ease;
}

.nav-links a:hover {
  color: var(--green);
  opacity: 1;
}

/* ─── Block 1: Hero ───────────────────────────────── */

.hero-block {
  position: relative;
  min-height: 100vh;
  padding: 128px clamp(18px, 4vw, 76px) 66px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 43%, rgba(155, 225, 24, 0.16), transparent 35%),
    radial-gradient(circle at 73% 43%, rgba(42, 105, 77, 0.22), transparent 42%),
    linear-gradient(120deg, #06190e 0%, #06170f 48%, #02100a 100%);
}

.hero-block::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  background:
    radial-gradient(circle at 92% 4%, rgba(155, 225, 24, 0.12) 0 1px, transparent 2px),
    radial-gradient(circle at 90% 8%, rgba(155, 225, 24, 0.10) 0 1px, transparent 2px),
    linear-gradient(rgba(255,255,255,0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.024) 1px, transparent 1px);
  background-size: 34px 34px, 44px 44px, 72px 72px, 72px 72px;
  mask-image: radial-gradient(circle at 75% 42%, black 0%, transparent 74%);
}

.hero-block::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  top: 40%;
  height: 380px;
  pointer-events: none;
  opacity: 0.25;
  background: repeating-radial-gradient(
    ellipse at 18% 90%,
    transparent 0 22px,
    rgba(155, 225, 24, 0.18) 23px 24px,
    transparent 25px 44px
  );
  transform: rotate(-3deg);
}

.analysis-pill {
  position: absolute;
  top: 12px;
  right: max(27px, calc((100vw - var(--max)) / 2));
  z-index: 21;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 0 18px;
  border: 1px solid rgba(232, 255, 232, 0.54);
  border-radius: 999px;
  color: #dfffc5;
  background: rgba(2, 16, 10, 0.58);
  backdrop-filter: blur(14px);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px rgba(155, 225, 24, 0.75);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--max), 100%);
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(610px, 1.1fr);
  gap: clamp(40px, 5vw, 84px);
  align-items: center;
}

.hero-copy {
  max-width: 620px;
}

.hero-copy h1 {
  font-size: clamp(3.2rem, 7vw, 6.7rem);
  line-height: 0.93;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.hero-copy h1 span {
  display: block;
  color: var(--green);
  text-shadow: 0 0 34px rgba(155, 225, 24, 0.18);
}

/* Scoped to hero — Block 3 cards use .card-accent-line */
.accent-line {
  width: 64px;
  height: 2px;
  margin: 28px 0 24px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--green), transparent);
}

.hero-copy p {
  max-width: 590px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.65;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 28px;
}

.chips span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 999px;
  color: #c6d6cb;
  background: rgba(255,255,255,0.04);
  font-size: 0.82rem;
  font-weight: 800;
}

.chips span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.8;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 62px;
  margin-top: 34px;
  padding: 0 28px;
  border-radius: 16px;
  color: #07180e;
  background: linear-gradient(135deg, #c8fb27, #8fd00f);
  box-shadow: 0 22px 48px rgba(155, 225, 24, 0.22);
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 58px rgba(155, 225, 24, 0.28);
}

.dashboard-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: clamp(18px, 2vw, 28px);
  background:
    linear-gradient(180deg, rgba(3, 19, 12, 0.92), rgba(2, 13, 9, 0.96)),
    radial-gradient(circle at 50% 0%, rgba(155, 225, 24, 0.10), transparent 46%);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(16px);
}

.dashboard-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.dashboard-top h2 {
  font-size: clamp(1.5rem, 2.3vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.045em;
}

.dashboard-top p {
  margin-top: 5px;
  color: #bdd09d;
  font-size: 1.08rem;
  font-weight: 750;
}

.dashboard-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.dashboard-filters button {
  padding: 12px 14px;
  border: 1px solid rgba(232,255,232,0.52);
  border-radius: 14px;
  color: #e9f5ec;
  background: rgba(2, 13, 9, 0.56);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 850;
}

.dashboard-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 232px;
  gap: 20px;
}

.map-panel {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(232,255,232,0.36);
  border-radius: 18px;
  background:
    linear-gradient(rgba(155,225,24,0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(155,225,24,0.13) 1px, transparent 1px),
    #06160e;
  background-size: 78px 78px, 78px 78px, auto;
  box-shadow: inset 0 0 44px rgba(0,0,0,0.42);
}

.map-viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.map-viewport.dragging {
  cursor: grabbing;
}

.map-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: auto;
  transform-origin: center center;
  will-change: transform;
  filter: saturate(1.13) contrast(1.08) brightness(0.75);
}

.map-toolbar {
  position: absolute;
  z-index: 5;
  top: 22px;
  left: 22px;
  display: grid;
  gap: 8px;
}

.north {
  color: var(--green);
  font-weight: 950;
  font-size: 1rem;
}

.live-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 14px;
  border: 1px solid rgba(232,255,232,0.55);
  border-radius: 999px;
  color: #d9fbc4;
  background: rgba(0,0,0,0.45);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.live-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.east {
  position: absolute;
  z-index: 5;
  right: 28px;
  bottom: 74px;
  color: var(--green);
  font-weight: 950;
  font-size: 1rem;
}

.map-controls {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 7;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(232,255,232,0.62);
  border-radius: 999px;
  background: rgba(0,0,0,0.52);
}

.map-controls button {
  width: 40px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 0;
  border-left: 1px solid rgba(232,255,232,0.18);
  color: #eaffdf;
  background: transparent;
  font: inherit;
  font-size: 1.1rem;
  font-weight: 950;
  cursor: pointer;
}

.map-controls button:first-child {
  border-left: 0;
}

.map-controls button:hover {
  background: rgba(255,255,255,0.08);
}

.metrics-column {
  display: grid;
  gap: 16px;
}

.metric-card {
  min-height: 166px;
  padding: 24px;
  border: 1px solid rgba(232,255,232,0.50);
  border-radius: 18px;
  background: rgba(2, 13, 9, 0.64);
}

.metric-title {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(232,255,232,0.78);
  font-size: 0.8rem;
  line-height: 1.22;
  font-weight: 950;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.metric-icon {
  flex: 0 0 auto;
  line-height: 1;
  color: var(--green);
  font-size: 1rem;
}

.metric-icon.drop {
  color: var(--blue);
}

.metric-value {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 4rem;
  line-height: 0.9;
  letter-spacing: -0.07em;
  color: #f8fff8;
}

.metric-value span {
  color: #c9d6cc;
  font-size: 1.2rem;
  font-weight: 850;
  letter-spacing: 0;
}

.metric-bar {
  height: 8px;
  margin: 18px 0 10px;
  border-radius: 999px;
  background: rgba(232,255,232,0.12);
  overflow: hidden;
}

.metric-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--green);
}

.metric-bar.blue span {
  background: var(--blue);
}

.metric-note {
  font-size: 0.92rem;
  font-weight: 850;
}

.metric-note.green   { color: var(--green); }
.metric-note.blue-text { color: var(--green); }

.summary-card {
  min-height: 194px;
}

.summary-list {
  display: grid;
  gap: 12px;
  list-style: none;
  color: #e6f2e7;
  font-size: 1rem;
  font-weight: 760;
}

.summary-list li {
  display: flex;
  align-items: center;
  gap: 13px;
}

.dot {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.dot.critical  { background: var(--red); }
.dot.stressed  { background: var(--orange); }
.dot.moderate  { background: var(--yellow); }
.dot.optimal   { background: var(--green); }

/* ─── Block 2: Problem ────────────────────────────── */

.problem-block {
  --line: rgba(232, 255, 232, 0.16);

  position: relative;
  min-height: 100vh;
  padding: clamp(76px, 9vw, 128px) 20px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(155, 225, 24, 0.13), transparent 32%),
    radial-gradient(circle at 80% 54%, rgba(85, 198, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #05160d 0%, #06190f 46%, #020b07 100%);
}

.problem-block::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.32;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.024) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black 0%, transparent 78%);
}

.problem-block::after {
  content: "";
  position: absolute;
  left: -20%;
  right: -20%;
  bottom: -170px;
  height: 360px;
  opacity: 0.22;
  pointer-events: none;
  background: repeating-radial-gradient(
    ellipse at 50% 0%,
    transparent 0 25px,
    rgba(155, 225, 24, 0.22) 26px 27px,
    transparent 28px 54px
  );
  filter: blur(0.2px);
}

.section-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
}

/* Block 2 section head — scoped to avoid conflict with Block 3 */
.problem-block .section-head {
  max-width: 930px;
  margin: 0 auto 42px;
  text-align: center;
}

.problem-block .section-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(155, 225, 24, 0.30);
  border-radius: 999px;
  color: #dfffc4;
  background: rgba(155, 225, 24, 0.08);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 22px rgba(155, 225, 24, 0.75);
}

.problem-block .section-head h2 {
  font-size: clamp(2.7rem, 6.6vw, 5.7rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.problem-block .section-head h2 span {
  display: block;
  color: var(--green);
  text-shadow: 0 0 32px rgba(155, 225, 24, 0.17);
}

.problem-block .section-head p {
  max-width: 850px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.6vw, 1.24rem);
  line-height: 1.68;
  text-wrap: balance;
}

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

.pain-card {
  position: relative;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 10% 0%, rgba(155,225,24,0.10), transparent 38%),
    linear-gradient(180deg, rgba(13, 42, 27, 0.86), rgba(5, 21, 13, 0.92));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.pain-card::before {
  content: "";
  position: absolute;
  inset: auto -30% -34% -30%;
  height: 180px;
  opacity: 0.68;
  background: radial-gradient(circle at center, rgba(155,225,24,0.13), transparent 62%);
}

.pain-card::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 40%, rgba(255,255,255,0.10), transparent 42%),
    rgba(255,255,255,0.025);
}

.pain-card.featured-water {
  border-color: rgba(85, 198, 255, 0.28);
  background:
    radial-gradient(circle at 16% 0%, rgba(85, 198, 255, 0.14), transparent 40%),
    radial-gradient(circle at 90% 100%, rgba(155,225,24,0.10), transparent 40%),
    linear-gradient(180deg, rgba(13, 42, 34, 0.88), rgba(5, 21, 13, 0.94));
}

.card-icon {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin: 0 auto 26px;
  border-radius: 20px;
  color: var(--green);
  border: 1px solid rgba(155, 225, 24, 0.26);
  background: rgba(155, 225, 24, 0.08);
  box-shadow: inset 0 0 26px rgba(155, 225, 24, 0.05);
}

.card-icon.water  { color: var(--blue);   border-color: rgba(85, 198, 255, 0.32);  background: rgba(85, 198, 255, 0.08); }
.card-icon.yield  { color: var(--orange); border-color: rgba(255, 159, 45, 0.30);  background: rgba(255, 159, 45, 0.08); }
.card-icon.hidden { color: var(--red);    border-color: rgba(255, 91, 46, 0.26);   background: rgba(255, 91, 46, 0.08); }

.card-icon svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pain-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  color: #f7fff3;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.pain-card p {
  position: relative;
  z-index: 1;
  color: #d6e3d9;
  font-size: 1rem;
  line-height: 1.64;
}

.bottom-note {
  max-width: 920px;
  margin: 30px auto 0;
  padding: 22px 28px;
  border: 1px solid rgba(232, 255, 232, 0.14);
  border-radius: 20px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.035);
  text-align: center;
  font-size: 1.04rem;
  line-height: 1.62;
}

.bottom-note strong {
  color: var(--text);
}

/* ─── Block 3: Services ───────────────────────────── */

.services {
  padding: 80px 0 64px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border: 1px solid var(--stroke);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(15, 47, 31, 0.92), rgba(10, 34, 23, 0.94)),
    radial-gradient(circle at 0 0, rgba(155, 225, 24, 0.16), transparent 34%);
  box-shadow: var(--shadow);
  transition: transform 220ms ease, border-color 220ms ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: var(--stroke-strong);
}

.card::after {
  content: "";
  position: absolute;
  inset: auto -30% -34% -30%;
  height: 220px;
  background: radial-gradient(circle at center, rgba(155, 225, 24, 0.13), transparent 60%);
  pointer-events: none;
}

.card.blue::after {
  background: radial-gradient(circle at center, rgba(72, 168, 255, 0.13), transparent 60%);
}

.card h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
  color: var(--green);
  text-wrap: balance;
}

.card.blue h2 {
  color: var(--blue);
}

/* Card-specific accent line — distinct from hero's .accent-line */
.card-accent-line {
  width: 56px;
  height: 3px;
  margin-bottom: 20px;
  border-radius: 99px;
  background: var(--green);
}

.card.blue .card-accent-line {
  background: var(--blue);
}

.card p {
  position: relative;
  z-index: 1;
  color: #e2ece5;
  font-size: 1.02rem;
}

.card-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 26px 0 0;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(0,0,0,0.22);
  box-shadow: 0 22px 52px rgba(0,0,0,0.42);
  height: 205px;
}

.card-visual.tall    { height: 235px; }
.card-visual.compact { height: 190px; }

.card-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.03) brightness(0.94);
  transform: scale(1.01);
}

.card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5,21,13,0.02) 0%, rgba(5,21,13,0.22) 100%),
    radial-gradient(circle at 18% 12%, rgba(155,225,24,0.10), transparent 42%);
}

.card.blue .card-visual::after {
  background:
    linear-gradient(180deg, rgba(5,21,13,0.02) 0%, rgba(5,21,13,0.18) 100%),
    radial-gradient(circle at 82% 12%, rgba(72,168,255,0.14), transparent 44%);
}

.card-visual.application-icon {
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    radial-gradient(circle at 24% 12%, rgba(72,168,255,0.16), transparent 34%),
    radial-gradient(circle at 76% 80%, rgba(155,225,24,0.15), transparent 34%),
    linear-gradient(180deg, rgba(10,34,23,0.85), rgba(5,21,13,0.96));
  height: 240px;
}

.card-visual.application-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
  filter: none;
}

.card-visual.application-icon::after {
  display: none;
}

/* ─── Block 3: Benefits ───────────────────────────── */

.benefits {
  padding: 16px 0 76px;
}

/* Separate class to avoid conflict with Block 2's .section-head */
.b3-section-head {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 30px;
}

.b3-section-head h2 {
  font-size: clamp(2rem, 5vw, 3.9rem);
  line-height: 1;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.b3-section-head p {
  margin-top: 16px;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.benefit {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 92px;
  padding: 22px;
  border: 1px solid rgba(155, 225, 24, 0.13);
  border-radius: 20px;
  background: rgba(19, 48, 33, 0.74);
}

.check {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--green);
  background: rgba(155, 225, 24, 0.12);
  font-size: 1.4rem;
  font-weight: 900;
}

.benefit strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.35;
  color: #f1fff2;
}

.benefit.featured {
  grid-column: 1 / -1;
  max-width: 760px;
  width: 100%;
  justify-self: center;
  border-color: rgba(155, 225, 24, 0.28);
  background:
    radial-gradient(circle at 18% 50%, rgba(155, 225, 24, 0.12), transparent 32%),
    rgba(19, 48, 33, 0.82);
}

.mission-note {
  max-width: 860px;
  margin: 26px auto 0;
  padding: 22px 26px;
  text-align: center;
  color: var(--muted);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  background: rgba(255,255,255,0.035);
  font-size: 1.02rem;
}

/* ─── Block 3: CTA ────────────────────────────────── */

.cta-wrap {
  padding: 0 0 96px;
}

.cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: clamp(40px, 6vw, 72px);
  border: 1px solid var(--stroke-strong);
  border-radius: 34px;
  background:
    radial-gradient(circle at 22% 0%, rgba(155, 225, 24, 0.14), transparent 34%),
    radial-gradient(circle at 78% 0%, rgba(72, 168, 255, 0.11), transparent 36%),
    linear-gradient(180deg, rgba(19, 48, 33, 0.96), rgba(11, 35, 24, 0.98));
  box-shadow: var(--shadow);
}

.cta::before {
  content: "";
  position: absolute;
  inset: -2px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(155,225,24,0.20), transparent);
  opacity: 0.55;
  mask-image: linear-gradient(180deg, black 0 1px, transparent 1px);
}

.cta h2 {
  font-size: clamp(2rem, 5.2vw, 4rem);
  line-height: 1;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.cta p {
  max-width: 780px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
}

.actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 16px;
  font-weight: 850;
  border: 1px solid transparent;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button.primary {
  color: #071d12;
  background: linear-gradient(135deg, #c5fa23, var(--green-dark));
  box-shadow: 0 18px 42px rgba(155, 225, 24, 0.22);
}

.button.secondary {
  color: #eaffef;
  background: rgba(255,255,255,0.045);
  border-color: rgba(255,255,255,0.16);
}

/* ─── Footer ──────────────────────────────────────── */

.footer {
  padding: 30px 0 44px;
  color: rgba(198, 215, 202, 0.66);
  text-align: center;
  font-size: 0.9rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* ─── Responsive ──────────────────────────────────── */

@media (max-width: 1200px) {
  .site-header {
    position: relative;
  }

  .analysis-pill {
    position: relative;
    top: auto;
    right: auto;
    justify-self: end;
    margin: 0 max(18px, calc((100vw - var(--max)) / 2)) 28px 0;
  }

  .hero-block {
    min-height: auto;
    padding-top: 30px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 790px;
  }

  .dashboard-card {
    max-width: 940px;
    width: 100%;
  }
}

@media (max-width: 1120px) {
  .pain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pain-card {
    min-height: 320px;
  }
}

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

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

@media (max-width: 820px) {
  .site-header {
    width: min(100% - 28px, var(--max));
    padding: 20px 0;
  }

  .brand-logo {
    width: min(250px, 60vw);
  }

  .nav-links {
    display: none;
  }

  .analysis-pill {
    justify-self: start;
    margin-left: 14px;
    font-size: 0.68rem;
  }

  .hero-block {
    padding: 24px 14px 42px;
  }

  .dashboard-top,
  .dashboard-layout {
    grid-template-columns: 1fr;
  }

  .dashboard-top {
    flex-direction: column;
  }

  .dashboard-filters {
    justify-content: flex-start;
  }

  .map-panel {
    min-height: 440px;
  }

  .metrics-column {
    grid-template-columns: 1fr;
  }

  .metric-card {
    min-height: auto;
  }

  .hero-copy h1 {
    font-size: clamp(2.6rem, 14vw, 4.5rem);
  }

  .cta-button {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .problem-block {
    padding: 64px 14px;
  }

  .problem-block .section-head {
    margin-bottom: 30px;
  }

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

  .pain-card {
    min-height: auto;
    padding: 24px;
  }

  .card-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
  }

  .bottom-note {
    padding: 20px;
    text-align: left;
  }

  .card {
    padding: 24px;
  }

  .card-visual        { height: 180px; }
  .card-visual.tall,
  .card-visual.application-icon { height: 210px; }
  .card-visual.compact { height: 165px; }

  .benefit {
    grid-template-columns: 44px 1fr;
    padding: 18px;
  }

  .benefit.featured {
    max-width: none;
  }

  .check {
    width: 42px;
    height: 42px;
  }

  .button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .map-panel {
    min-height: 360px;
  }

  .chips {
    gap: 8px;
  }

  .chips span {
    font-size: 0.72rem;
  }

  .dashboard-card {
    padding: 16px;
    border-radius: 22px;
  }

  .metric-value {
    font-size: 3.2rem;
  }
}
