:root {
  --bg: #f5faf7;
  --bg-soft: #eef8f2;
  --card: rgba(255, 255, 255, 0.88);
  --card-strong: #ffffff;
  --text: #10211d;
  --muted: #4f675f;
  --primary: #27ad7a;
  --primary-deep: #157454;
  --primary-soft: #9de2c6;
  --line: rgba(39, 173, 122, 0.18);
  --dark: #0b1915;
  --radius: 22px;
  --shadow: 0 24px 60px rgba(20, 88, 63, 0.14);
  --shadow-strong: 0 28px 80px rgba(16, 49, 38, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(39, 173, 122, 0.1), transparent 26%),
    radial-gradient(circle at 85% 12%, rgba(120, 232, 199, 0.24), transparent 22%),
    linear-gradient(180deg, #f8fcf9 0%, #eff8f3 48%, #f6fbf8 100%);
  line-height: 1.6;
}

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

a {
  color: var(--primary-deep);
  text-decoration: none;
}

a,
button,
summary,
select,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(247, 252, 249, 0.72);
  border-bottom: 1px solid rgba(39, 173, 122, 0.12);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 78px;
}

.logo img {
  width: 180px;
  height: auto;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  border-radius: 14px;
  padding: 10px 14px;
  font-weight: 700;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.main-nav a {
  position: relative;
  font-weight: 700;
  color: #1e3a31;
  transition: color 0.22s ease, transform 0.22s ease;
}

.main-nav a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--primary), rgba(39, 173, 122, 0.14));
  transition: transform 0.22s ease;
}

.main-nav a:not(.btn):hover {
  color: var(--primary-deep);
  transform: translateY(-1px);
}

.main-nav a:not(.btn):hover::after {
  transform: scaleX(1);
}

.main-nav a.btn,
.main-nav a.btn-small {
  color: #f8fffc;
}

.main-nav a.btn-ghost {
  color: #ffffff;
}

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 21px;
  border: 0;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  background: linear-gradient(135deg, var(--primary), #1f8d64);
  color: #f8fffc;
  box-shadow: 0 16px 34px rgba(39, 173, 122, 0.28);
}

.btn::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 0.24s ease;
  z-index: -1;
}

.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 62%;
  height: 100%;
  transform: skewX(-20deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transition: left 0.48s ease;
  pointer-events: none;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(39, 173, 122, 0.32);
}

.btn:hover::before {
  opacity: 1;
}

.btn:hover::after {
  left: 140%;
}

.btn-small {
  padding: 10px 16px;
  font-size: 14px;
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  box-shadow: none;
}

.btn-ghost::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02));
}

.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  overflow: clip;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(16px);
}

.hero::before {
  width: 340px;
  height: 340px;
  background: rgba(76, 255, 188, 0.16);
  top: 8%;
  right: 8%;
}

.hero::after {
  width: 260px;
  height: 260px;
  background: rgba(255, 255, 255, 0.08);
  bottom: 8%;
  left: 5%;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(5, 18, 14, 0.9), rgba(14, 55, 42, 0.74)),
    linear-gradient(180deg, rgba(39, 173, 122, 0.18), transparent);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 98px 0 92px;
  color: #ffffff;
  max-width: 1080px;
}

.eyebrow {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  margin: 0 0 14px;
  color: var(--primary);
}

.hero .eyebrow {
  color: #9af5cf;
}

h1,
h2,
h3,
h4 {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

.hero h1 {
  margin: 0;
  font-size: clamp(34px, 5.2vw, 68px);
  line-height: 1;
  max-width: 980px;
  text-wrap: initial;
}

.hero-text {
  margin: 22px 0 0;
  max-width: 760px;
  font-size: clamp(17px, 2vw, 20px);
  color: rgba(255, 255, 255, 0.9);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

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

.section-soft {
  background:
    radial-gradient(circle at top right, rgba(39, 173, 122, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(231, 247, 238, 0.72) 0%, rgba(247, 252, 249, 0.92) 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.06;
  max-width: 18ch;
}

.section-lead {
  margin: 18px 0 0;
  max-width: 66ch;
  font-size: 18px;
  color: var(--muted);
}

.grid-3,
.grid-2 {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

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

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

.card,
.stat-card,
.service-card {
  position: relative;
  overflow: hidden;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease, background 0.26s ease;
}

.card::before,
.service-card::before,
.stat-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), rgba(39, 173, 122, 0));
}

.card::after,
.service-card::after,
.stat-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -55% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(39, 173, 122, 0.18), transparent 68%);
  opacity: 0;
  transform: scale(0.76);
  transition: opacity 0.26s ease, transform 0.26s ease;
  pointer-events: none;
}

.card:hover,
.service-card:hover,
.stat-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 70px rgba(16, 49, 38, 0.16);
  border-color: rgba(39, 173, 122, 0.28);
}

.card:hover::after,
.service-card:hover::after,
.stat-card:hover::after {
  opacity: 1;
  transform: scale(1);
}

.card h3,
.service-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.05;
}

.card p,
.service-card p {
  margin: 0;
  color: var(--muted);
}

.stats {
  margin-top: -54px;
  position: relative;
  z-index: 2;
}

.stat-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 251, 246, 0.92)),
    linear-gradient(135deg, rgba(39, 173, 122, 0.08), rgba(157, 226, 198, 0.08));
}

.stat-card:nth-child(2) {
  transform: translateY(24px);
}

.stat-card h2 {
  margin: 0;
  font-size: clamp(40px, 4vw, 54px);
  color: var(--primary-deep);
}

.stat-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.section-challenge::before {
  content: "01";
  position: absolute;
  top: 26px;
  right: 6vw;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(90px, 16vw, 180px);
  color: rgba(39, 173, 122, 0.06);
  line-height: 1;
  pointer-events: none;
}

.challenge-grid {
  align-items: stretch;
}

.challenge-card {
  min-height: 220px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(242, 251, 246, 0.9));
}

.challenge-card:nth-child(2) {
  transform: translateY(26px);
}

.challenge-card:nth-child(3) {
  background: linear-gradient(180deg, rgba(18, 44, 35, 0.95), rgba(13, 34, 27, 0.96));
  color: #f4fff9;
}

.challenge-card:nth-child(3) p {
  color: rgba(244, 255, 249, 0.76);
}

.section-services::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  right: -120px;
  top: 80px;
  background: radial-gradient(circle, rgba(39, 173, 122, 0.14), transparent 68%);
  pointer-events: none;
}

.service-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.service-card {
  min-height: 100%;
}

.service-card-link {
  display: block;
  color: inherit;
}

.service-card-link:hover {
  color: inherit;
}

.service-card-link .text-link {
  pointer-events: none;
}

.service-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.service-card > p {
  margin: 0 0 14px;
  color: var(--muted);
}

.service-card li + li {
  margin-top: 8px;
}

.service-card:hover {
  transform: translateY(-8px);
}

.service-feature {
  padding: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(233, 248, 241, 0.92));
}

.service-feature h3 {
  font-size: 28px;
}

.service-accent {
  background: linear-gradient(145deg, rgba(18, 44, 35, 0.97), rgba(18, 61, 47, 0.92));
  color: #f1fff8;
  box-shadow: var(--shadow-strong);
}

.service-accent ul,
.service-accent p {
  color: rgba(241, 255, 248, 0.8);
}

.service-wide {
  grid-column: span 2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(241, 250, 245, 0.96));
}

.split {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 34px;
  align-items: center;
}

.about-copy {
  position: relative;
  padding-right: 18px;
}

.about-copy::after {
  content: "";
  position: absolute;
  left: -28px;
  top: 6px;
  width: 3px;
  height: 120px;
  background: linear-gradient(180deg, var(--primary), rgba(39, 173, 122, 0));
}

.about-copy p {
  max-width: 62ch;
  color: var(--muted);
}

.about-visual {
  position: relative;
}

.about-visual::after {
  content: "Global Programs";
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(11, 25, 21, 0.88);
  color: #ecfff6;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.image-stack img {
  width: 100%;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-strong);
  transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}

.image-stack:hover img {
  transform: scale(1.02);
  box-shadow: 0 34px 90px rgba(16, 49, 38, 0.22);
  filter: saturate(1.05);
}

.advantage-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.advantage-card {
  min-height: 220px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 250, 244, 0.92));
}

.advantage-accent {
  background: linear-gradient(145deg, rgba(11, 30, 23, 0.96), rgba(17, 64, 49, 0.94));
  color: #f4fff9;
}

.advantage-accent p {
  color: rgba(244, 255, 249, 0.8);
}

.trust-strip {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.trust-item {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(39, 173, 122, 0.16);
  box-shadow: 0 18px 40px rgba(20, 88, 63, 0.08);
}

.trust-label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary-deep);
}

.trust-item strong {
  display: block;
  line-height: 1.4;
}

.steps {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  counter-reset: process-step;
}

.steps li {
  position: relative;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 80px 22px 22px;
  box-shadow: var(--shadow);
  min-height: 100%;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  counter-increment: process-step;
}

.steps li:hover {
  transform: translateY(-5px);
  border-color: rgba(39, 173, 122, 0.3);
  box-shadow: 0 24px 60px rgba(20, 88, 63, 0.14);
}

.steps li::before {
  content: counter(process-step, decimal-leading-zero);
  position: absolute;
  left: 22px;
  top: 22px;
  width: 36px;
  height: 36px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--primary-deep));
  box-shadow: 0 0 0 10px rgba(39, 173, 122, 0.1);
  display: grid;
  place-items: center;
  color: #f8fffc;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.steps li strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.1;
}

.steps li p {
  margin: 0;
  color: var(--muted);
}

.faq-list {
  margin-top: 28px;
  display: grid;
  gap: 12px;
}

.faq-list details {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: var(--shadow);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.faq-list summary {
  list-style: none;
  font-weight: 800;
  cursor: pointer;
  position: relative;
  padding-right: 36px;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  top: -1px;
  font-size: 24px;
  line-height: 1;
  color: var(--primary-deep);
  transition: transform 0.22s ease, color 0.22s ease;
}

.faq-list p {
  margin: 10px 0 2px;
  color: var(--muted);
}

.faq-list details:hover,
.faq-list details[open] {
  transform: translateY(-3px);
  border-color: rgba(39, 173, 122, 0.28);
  box-shadow: 0 20px 48px rgba(20, 88, 63, 0.12);
  background: rgba(255, 255, 255, 0.95);
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
  color: var(--primary);
}

.contact {
  background:
    radial-gradient(circle at top left, rgba(39, 173, 122, 0.12), transparent 30%),
    linear-gradient(180deg, #f6fbf8 0%, #eaf7f0 100%);
}

.contact-list {
  margin: 18px 0 0;
  padding-left: 18px;
}

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

.contact-form {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow-strong);
  padding: 22px;
  display: grid;
  gap: 12px;
}

.contact-form label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #24453a;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  appearance: none;
  border: 1px solid rgba(39, 173, 122, 0.24);
  border-radius: 14px;
  padding: 12px 14px;
  font: inherit;
  color: var(--text);
  background: rgba(248, 253, 250, 0.9);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(39, 173, 122, 0.22);
  border-color: var(--primary);
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(39, 173, 122, 0.12);
}

.contact-form input:hover,
.contact-form select:hover,
.contact-form textarea:hover {
  border-color: rgba(39, 173, 122, 0.4);
  background: #fcfffd;
}

.contact-form select {
  cursor: pointer;
  padding-right: 48px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--primary-deep) 50%),
    linear-gradient(135deg, var(--primary-deep) 50%, transparent 50%),
    linear-gradient(180deg, rgba(39, 173, 122, 0.08), rgba(39, 173, 122, 0.02));
  background-position:
    calc(100% - 24px) calc(50% - 2px),
    calc(100% - 18px) calc(50% - 2px),
    0 0;
  background-size: 6px 6px, 6px 6px, 100% 100%;
  background-repeat: no-repeat;
}

.contact-form option {
  color: var(--text);
  background: #ffffff;
}

.contact-form .btn {
  margin-top: 6px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  font-weight: 800;
  color: var(--primary-deep);
  transition: gap 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.text-link::after {
  content: "->";
  font-size: 13px;
  letter-spacing: 0.08em;
}

.text-link:hover {
  gap: 14px;
  color: var(--primary);
  transform: translateX(2px);
}

.service-page {
  background:
    radial-gradient(circle at top left, rgba(39, 173, 122, 0.1), transparent 24%),
    radial-gradient(circle at 80% 12%, rgba(120, 232, 199, 0.2), transparent 22%),
    linear-gradient(180deg, #f9fdfb 0%, #edf8f1 48%, #f7fbf8 100%);
}

.service-hero {
  position: relative;
  overflow: clip;
  min-height: 64vh;
  display: flex;
  align-items: end;
}

.service-hero .hero-bg {
  filter: saturate(1.04) contrast(1.04);
}

.service-hero .hero-overlay {
  background:
    linear-gradient(120deg, rgba(6, 20, 15, 0.92), rgba(16, 59, 45, 0.8)),
    linear-gradient(180deg, rgba(39, 173, 122, 0.16), transparent);
}

.service-hero .hero-content {
  max-width: 820px;
  padding: 112px 0 82px;
}

.service-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.service-hero p:last-child {
  margin-bottom: 0;
}

.section-intro {
  max-width: 720px;
}

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

.info-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.info-card:hover {
  transform: translateY(-6px);
  border-color: rgba(39, 173, 122, 0.3);
  box-shadow: 0 24px 70px rgba(16, 49, 38, 0.14);
}

.info-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.info-card p,
.info-card li {
  color: var(--muted);
}

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

.info-card li + li {
  margin-top: 8px;
}

.service-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: start;
}

.service-panel,
.service-side-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.service-panel {
  padding: 28px;
}

.service-side-card {
  padding: 22px;
  position: sticky;
  top: 100px;
}

.service-side-card img {
  width: 100%;
  border-radius: 18px;
  margin-bottom: 18px;
  box-shadow: var(--shadow);
}

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

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-deep));
  box-shadow: 0 0 0 6px rgba(39, 173, 122, 0.12);
}

.service-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.service-steps li {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(248, 253, 250, 0.95);
  border: 1px solid rgba(39, 173, 122, 0.16);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.service-steps li:hover {
  transform: translateX(4px);
  border-color: rgba(39, 173, 122, 0.32);
  background: #ffffff;
}

.service-steps strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
}

.service-cta-band {
  padding: 30px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(11, 25, 21, 0.96), rgba(17, 64, 49, 0.92)),
    linear-gradient(180deg, rgba(39, 173, 122, 0.18), transparent);
  color: #f4fff9;
  box-shadow: var(--shadow-strong);
}

.service-cta-band p {
  color: rgba(244, 255, 249, 0.8);
}

.service-cta-band .btn-ghost {
  background: rgba(255, 255, 255, 0.1);
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--primary-deep);
  transition: gap 0.22s ease, transform 0.22s ease;
}

.back-link::before {
  content: "<-";
  font-size: 13px;
  letter-spacing: 0.08em;
}

.back-link:hover {
  gap: 14px;
  transform: translateX(-2px);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #eef8f2 0%, #e7f3ec 100%);
  padding: 22px 0;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-row p {
  margin: 0;
  color: #395248;
}

.sep {
  margin: 0 8px;
  color: #71c7a2;
}

@media (max-width: 1280px) {
  .hero-content {
    max-width: 980px;
  }

  .hero h1 {
    font-size: clamp(40px, 4.8vw, 58px);
    max-width: 860px;
  }
}

@media (max-width: 980px) {
  .grid-3,
  .service-grid,
  .info-grid,
  .trust-strip,
  .advantage-grid,
  .steps,
  .service-layout,
  .split,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .service-feature,
  .service-wide {
    grid-column: span 1;
  }

  .stats {
    margin-top: 0;
  }

  .stat-card:nth-child(2),
  .challenge-card:nth-child(2) {
    transform: none;
  }

  .about-copy::after,
  .section-challenge::before,
  .proof-quote::after {
    display: none;
  }

  .service-side-card {
    position: static;
  }
}

@media (max-width: 840px) {
  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav .btn {
    width: 100%;
  }

  .hero {
    min-height: 66vh;
  }

  .hero-content {
    padding: 88px 0 78px;
  }

  .steps li {
    padding: 76px 20px 20px;
  }

  .service-hero .hero-content {
    padding: 94px 0 70px;
  }
}
