.about-page {
  --about-ink: #f3f8ed;
  --about-muted: #9db1a2;
  --about-line: rgba(156, 213, 128, 0.18);
  color: var(--about-ink);
}

.about-hero {
  padding: 88px 0 105px;
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -210px;
  top: -250px;
  border: 1px solid rgba(115, 209, 61, 0.14);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(115, 209, 61, 0.025),
    0 0 0 110px rgba(115, 209, 61, 0.018);
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 60px;
}

.about-hero-copy {
  position: relative;
  z-index: 1;
}
.about-eyebrow,
.about-section-label {
  color: #a7ef6c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.about-eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 24px;
}
.about-hero h1 {
  max-width: 670px;
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.3;
  font-weight: 800;
}
.about-hero-copy > p {
  max-width: 600px;
  margin: 26px 0 0;
  color: var(--about-muted);
  font-size: 16px;
  line-height: 2.15;
}
.about-hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.about-primary-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 21px;
  border: 1px solid rgba(185, 255, 139, 0.28);
  border-radius: 12px;
  color: #071308;
  background: linear-gradient(135deg, #b0f879, #56bb48);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 15px 40px rgba(71, 181, 60, 0.16);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.about-primary-action:hover {
  color: #071308;
  transform: translateY(-3px);
  box-shadow: 0 19px 45px rgba(71, 181, 60, 0.28);
}
.about-text-action {
  color: #b6c9bb;
  font-size: 13px;
}
.about-text-action i {
  margin-right: 7px;
  color: #8fe965;
}

.about-hero-art {
  min-height: 430px;
  position: relative;
  display: grid;
  place-items: center;
}
.about-art-orbit {
  position: absolute;
  border: 1px solid rgba(142, 226, 99, 0.25);
  border-radius: 50%;
  transform: rotate(-27deg);
}
.orbit-one {
  width: 300px;
  height: 170px;
}
.orbit-two {
  width: 390px;
  height: 230px;
  transform: rotate(34deg);
  border-color: rgba(93, 166, 197, 0.23);
}
.about-art-core {
  width: 138px;
  height: 138px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(190, 255, 142, 0.42);
  border-radius: 38% 62% 54% 46%;
  color: #b9ff86;
  background: radial-gradient(
    circle at 35% 30%,
    rgba(166, 242, 108, 0.24),
    rgba(13, 61, 39, 0.8)
  );
  box-shadow: 0 0 70px rgba(115, 209, 61, 0.2);
  font-size: 56px;
  animation: aboutPulse 5s ease-in-out infinite;
}
.about-art-note {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid var(--about-line);
  border-radius: 10px;
  color: #d1e6d0;
  background: rgba(5, 25, 19, 0.82);
  font-size: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
.about-art-note i {
  color: #9bee68;
}
.note-one {
  top: 49px;
  right: 35px;
}
.note-two {
  bottom: 70px;
  left: 22px;
}
.note-three {
  bottom: 18px;
  right: 95px;
}

.about-statement,
.about-process {
  border-top: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
  background: rgba(4, 23, 17, 0.45);
}
.about-statement {
  padding: 72px 0;
}
.statement-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
}
.statement-grid h2,
.about-section-heading h2,
.about-final-cta h2 {
  margin: 12px 0 0;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.5;
}
.statement-grid p {
  margin: 0;
  color: var(--about-muted);
  line-height: 2.2;
  font-size: 15px;
}
.about-values {
  padding: 92px 0;
}
.about-section-heading {
  margin-bottom: 35px;
}
.about-section-heading h2 {
  font-size: clamp(25px, 3vw, 36px);
}
.about-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.about-value-card {
  position: relative;
  min-height: 245px;
  padding: 28px;
  border: 1px solid var(--about-line);
  border-radius: 8px;
  background: rgba(7, 31, 23, 0.65);
  overflow: hidden;
}
.about-value-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  left: -80px;
  bottom: -90px;
  border-radius: 50%;
  background: var(--card-glow);
  filter: blur(2px);
}
.value-green {
  --card-glow: rgba(110, 221, 83, 0.16);
}
.value-gold {
  --card-glow: rgba(236, 190, 85, 0.13);
}
.value-blue {
  --card-glow: rgba(72, 176, 215, 0.14);
}
.value-number {
  color: #6a8c78;
  font-size: 11px;
}
.about-value-card > i {
  display: block;
  margin: 28px 0 14px;
  color: #aaf77a;
  font-size: 26px;
}
.value-gold > i {
  color: #f0ca70;
}
.value-blue > i {
  color: #74c9e5;
}
.about-value-card h3,
.process-step h3 {
  margin: 0 0 8px;
  font-size: 18px;
}
.about-value-card p,
.process-step p {
  margin: 0;
  color: var(--about-muted);
  font-size: 13px;
  line-height: 2;
}
.about-process {
  padding: 84px 0;
}
.process-heading {
  text-align: center;
}
.process-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  position: relative;
}
.process-line::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 16%;
  left: 16%;
  border-top: 1px dashed rgba(137, 208, 111, 0.3);
}
.process-step {
  position: relative;
  z-index: 1;
  text-align: center;
}
.process-step > span {
  width: 50px;
  height: 50px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(163, 242, 111, 0.5);
  border-radius: 50%;
  color: #0b1b0d;
  background: #a7f36f;
  font-weight: 800;
  margin-bottom: 20px;
}
.process-step h3 {
  font-size: 16px;
}
.process-step p {
  max-width: 240px;
  margin: auto;
}
.about-final-cta {
  padding: 72px 0 100px;
}
.about-final-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 36px 42px;
  border: 1px solid rgba(141, 216, 107, 0.25);
  border-radius: 8px;
  background: linear-gradient(
    105deg,
    rgba(20, 68, 43, 0.7),
    rgba(9, 33, 27, 0.8)
  );
}
.about-final-cta h2 {
  font-size: clamp(22px, 3vw, 32px);
}
@keyframes aboutPulse {
  0%,
  100% {
    transform: rotate(-4deg) scale(1);
  }
  50% {
    transform: rotate(4deg) scale(1.04);
  }
}
@media (max-width: 800px) {
  .about-hero {
    padding: 58px 0 65px;
  }
  .about-hero-grid,
  .statement-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-hero-art {
    min-height: 330px;
  }
  .about-value-grid,
  .process-line {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .process-line::before {
    display: none;
  }
  .about-value-card {
    min-height: auto;
  }
  .about-final-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px;
  }
}
@media (max-width: 480px) {
  .about-hero h1 {
    font-size: 36px;
  }
  .about-art-orbit {
    transform: scale(0.78) rotate(-27deg);
  }
  .orbit-two {
    transform: scale(0.78) rotate(34deg);
  }
  .note-one {
    right: 0;
  }
  .note-two {
    left: 0;
  }
  .note-three {
    right: 45px;
  }
}
