:root {
  --about-ink: #07152f;
  --about-navy: #07162d;
  --about-panel: #0d203d;
  --about-blue: #2563eb;
  --about-violet: #7c3aed;
  --about-cyan: #32d3ff;
  --about-lime: #a9f45b;
  --about-soft: #eef3ff;
  --about-line: rgba(143, 172, 224, .2);
}

* {
  box-sizing: border-box;
}

.about-body {
  margin: 0;
  overflow-x: hidden;
  color: var(--about-ink);
  background: #f5f7fc;
}

.about-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 12px clamp(22px, 5vw, 74px);
  color: #fff;
  background: rgba(7, 22, 45, .96);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(16px);
}

.about-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
}

.about-brand img {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  object-fit: cover;
}

.about-brand div {
  display: grid;
  line-height: 1.08;
}

.about-brand strong {
  font-size: 17px;
}

.about-brand span {
  margin-top: 5px;
  color: #aebddb;
  font-size: 11px;
}

.about-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 38px);
}

.about-nav a {
  position: relative;
  color: #cbd8ee;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.about-nav a:hover,
.about-nav a[aria-current="page"] {
  color: #fff;
}

.about-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--about-blue), var(--about-violet));
}

.about-header-cta,
.about-primary,
.about-secondary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  padding: 0 20px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  transition: transform .22s ease;
}

.about-header-cta,
.about-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--about-blue), var(--about-violet));
}

.about-header-cta:hover,
.about-primary:hover,
.about-secondary:hover {
  transform: translateY(-2px);
}

.about-menu-btn {
  display: none;
}

.about-page {
  overflow: hidden;
}

.about-hero {
  position: relative;
  isolation: isolate;
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(440px, 1.12fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(70px, 8vw, 118px) clamp(24px, 7vw, 104px) 132px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 18%, rgba(84, 78, 255, .3), transparent 30rem),
    radial-gradient(circle at 14% 72%, rgba(38, 198, 255, .14), transparent 28rem),
    linear-gradient(135deg, #07162d, #0b1d3c 58%, #101447);
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .28;
  background-image: radial-gradient(circle, rgba(154, 206, 255, .8) 1px, transparent 1.5px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.about-hero::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -2px;
  height: 120px;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(71, 82, 255, .28) 60%, rgba(169, 244, 91, .15));
  clip-path: polygon(0 54%, 18% 72%, 40% 42%, 63% 68%, 84% 36%, 100% 58%, 100% 100%, 0 100%);
}

.about-eyebrow,
.about-section-head span,
.about-story-copy > span,
.about-final-cta > span {
  display: inline-flex;
  color: var(--about-lime);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-hero h1 {
  max-width: 670px;
  margin: 16px 0 22px;
  font-size: clamp(50px, 6vw, 88px);
  line-height: .93;
  letter-spacing: -.055em;
}

.about-hero h1 em {
  color: transparent;
  background: linear-gradient(90deg, #60d8ff, #9b79ff 54%, #c5ff80);
  background-clip: text;
  -webkit-background-clip: text;
  font-style: normal;
}

.about-hero-copy > p {
  max-width: 600px;
  color: #c8d7ef;
  font-size: 18px;
  line-height: 1.62;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.about-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .06);
}

.about-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 30px;
  color: #9fb0cf;
  font-size: 11px;
}

.about-hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.about-hero-trust b {
  color: #fff;
  font-size: 16px;
}

.about-hero-visual {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.about-browser {
  width: min(100%, 700px);
  overflow: hidden;
  border: 1px solid rgba(139, 169, 255, .34);
  border-radius: 22px;
  background: #08152e;
  transform: rotateY(-7deg) rotateX(3deg);
}

.about-browser-bar {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 13px;
  background: #061025;
}

.about-browser-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff5c67;
}

.about-browser-bar i:nth-child(2) { background: #ffd24d; }
.about-browser-bar i:nth-child(3) { background: #2bd879; }

.about-browser-bar span {
  margin-left: 9px;
  color: #8293b4;
  font-size: 9px;
}

.about-browser img {
  width: 100%;
  height: 390px;
  display: block;
  object-fit: cover;
}

.about-float {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 14px;
  padding: 12px 14px;
  color: #fff;
  background: rgba(9, 26, 61, .8);
  backdrop-filter: blur(16px);
  font-size: 11px;
  font-weight: 800;
}

.about-float i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--about-blue), var(--about-violet));
}

.about-float-code { left: -18px; top: 72px; }
.about-float-growth { right: -16px; bottom: 44px; }
.about-float-ai { right: 4%; top: 22px; }

.about-growth,
.about-resources {
  position: relative;
  padding: clamp(72px, 8vw, 116px) clamp(24px, 6vw, 90px);
  color: #fff;
  background: var(--about-navy);
}

.about-growth {
  border-radius: 38px 38px 0 0;
  margin-top: -36px;
}

.about-section-head {
  max-width: 1280px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .65fr);
  align-items: end;
  gap: 40px;
  margin: 0 auto 48px;
}

.about-section-head h2 {
  max-width: 760px;
  margin-top: 10px;
  font-size: clamp(34px, 4.6vw, 66px);
  line-height: 1;
  letter-spacing: -.04em;
}

.about-section-head > p {
  color: #adbeda;
  line-height: 1.65;
}

.about-growth-grid {
  max-width: 1280px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: auto;
}

.about-growth-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(143, 172, 224, .16);
  border-radius: 18px;
  padding: 18px 20px 24px;
  background: #10243f;
  transition: transform .3s ease, border-color .3s ease;
}

.about-growth-card:hover {
  transform: translateY(-6px);
  border-color: rgba(80, 133, 255, .55);
}

.about-growth-image {
  height: 285px;
  margin: -18px -20px 20px;
  overflow: hidden;
  background: #08162f;
}

.about-growth-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.about-growth-card:hover img {
  transform: scale(1.035);
}

.about-growth-card > span {
  color: var(--about-cyan);
  font-size: 10px;
  font-weight: 900;
}

.about-growth-card h3 {
  margin: 8px 0 10px;
  font-size: 24px;
}

.about-growth-card p {
  color: #b6c5dc;
  font-size: 13px;
  line-height: 1.6;
}

.about-growth-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 17px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
}

.about-growth-card a i {
  color: var(--about-lime);
}

.about-proof {
  max-width: 1280px;
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 28px;
  margin: 70px auto 58px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(143, 172, 224, .15);
}

.about-proof p {
  color: var(--about-lime);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.about-proof div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.about-proof span {
  color: #8091ab;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 900;
}

.about-benefits {
  max-width: 1280px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin: auto;
}

.about-benefits article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
}

.about-benefits article > i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--about-lime);
  background: rgba(169, 244, 91, .08);
}

.about-benefits h3 {
  margin-bottom: 8px;
  font-size: 17px;
}

.about-benefits p {
  color: #9fb0c9;
  font-size: 12px;
  line-height: 1.55;
}

.about-story {
  min-height: 640px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: center;
  gap: clamp(36px, 7vw, 100px);
  padding: clamp(72px, 9vw, 130px) clamp(24px, 7vw, 106px);
  background:
    linear-gradient(rgba(39, 72, 202, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(39, 72, 202, .08) 1px, transparent 1px),
    #9da9ff;
  background-size: 54px 54px;
}

.about-story-copy > span {
  color: #173aa7;
}

.about-story blockquote {
  max-width: 700px;
  margin: 22px 0 32px;
  color: #142755;
  font-size: clamp(27px, 3.3vw, 48px);
  line-height: 1.17;
  letter-spacing: -.035em;
}

.about-story-person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-story-person img {
  width: 48px;
  height: 48px;
  border-radius: 13px;
}

.about-story-person p {
  display: grid;
  color: #0b1f4a;
}

.about-story-person small {
  margin-top: 4px;
  color: #445989;
}

.about-story-visual {
  position: relative;
  min-height: 430px;
}

.about-story-visual img {
  position: absolute;
  object-fit: cover;
}

.story-main {
  top: 0;
  right: 0;
  width: 82%;
  height: 330px;
  border-radius: 18px;
}

.story-small {
  left: 0;
  bottom: 0;
  width: 44%;
  height: 230px;
  border: 10px solid #c5ff80;
  border-radius: 12px;
}

.story-note {
  position: absolute;
  right: 3%;
  bottom: 8px;
  min-width: 150px;
  display: grid;
  border-radius: 14px;
  padding: 16px;
  color: #fff;
  background: #0a1c3a;
}

.story-note b {
  color: var(--about-lime);
  font-size: 26px;
}

.story-note span {
  margin-top: 4px;
  font-size: 10px;
}

.about-resources {
  border-radius: 36px 36px 0 0;
}

.about-resource-grid {
  max-width: 1280px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: auto;
}

.about-resource-grid a {
  min-height: 130px;
  display: grid;
  grid-template-columns: 44px 1fr 24px;
  align-items: start;
  gap: 15px;
  border: 1px solid rgba(143, 172, 224, .16);
  border-radius: 16px;
  padding: 22px;
  color: #fff;
  background: rgba(255, 255, 255, .035);
  text-decoration: none;
  transition: transform .25s ease, background .25s ease;
}

.about-resource-grid a:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, .07);
}

.about-resource-grid a > i:first-child {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--about-cyan);
  background: rgba(50, 211, 255, .09);
}

.about-resource-grid h3 {
  margin-bottom: 7px;
  font-size: 16px;
}

.about-resource-grid p {
  color: #9fb0c9;
  font-size: 12px;
  line-height: 1.5;
}

.about-resource-grid a > i:last-child {
  margin-top: 5px;
  color: var(--about-lime);
}

.about-final-cta {
  position: relative;
  isolation: isolate;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 24px 120px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(180deg, #07162d, #0a1740);
  text-align: center;
}

.about-final-cta::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -54px;
  height: 180px;
  z-index: -1;
  background-image: radial-gradient(circle, rgba(109, 184, 255, .8) 2px, transparent 2.5px), radial-gradient(circle, rgba(169, 244, 91, .75) 1.5px, transparent 2px);
  background-position: 0 0, 15px 15px;
  background-size: 34px 34px;
  mask-image: linear-gradient(to top, #000 45%, transparent);
}

.about-final-cta h2 {
  margin-top: 12px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -.045em;
}

.about-final-cta p {
  max-width: 620px;
  margin-top: 16px;
  color: #adbeda;
}

.about-final-cta .about-actions {
  justify-content: center;
}

.about-body footer {
  margin-top: 0;
}

.about-body footer a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1020px) {
  .about-header {
    grid-template-columns: auto 1fr auto;
  }

  .about-nav {
    gap: 18px;
  }

  .about-header-cta {
    display: none;
  }

  .about-hero {
    grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
    padding-inline: 34px;
  }

  .about-hero h1 {
    font-size: clamp(48px, 7vw, 70px);
  }

  .about-growth,
  .about-resources,
  .about-story {
    padding-inline: 32px;
  }
}

@media (max-width: 780px) {
  .about-header {
    min-height: 68px;
    grid-template-columns: 1fr auto;
    padding: 10px 14px;
  }

  .about-brand img {
    width: 42px;
    height: 42px;
  }

  .about-brand strong {
    font-size: 14px;
  }

  .about-brand span {
    font-size: 9px;
  }

  .about-menu-btn {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 11px;
    color: #fff;
    background: rgba(255, 255, 255, .06);
  }

  .about-nav {
    position: absolute;
    top: 67px;
    left: 12px;
    right: 12px;
    display: none;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(142, 168, 218, .2);
    border-radius: 14px;
    background: #0b1d3b;
  }

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

  .about-nav a {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
  }

  .about-nav a:last-child {
    border-bottom: 0;
  }

  .about-nav a[aria-current="page"]::after {
    display: none;
  }

  .about-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 58px 18px 104px;
    text-align: center;
  }

  .about-hero-copy > p {
    margin-inline: auto;
    font-size: 14px;
  }

  .about-hero h1 {
    margin-inline: auto;
    font-size: clamp(43px, 13vw, 60px);
  }

  .about-actions,
  .about-hero-trust {
    justify-content: center;
  }

  .about-hero-visual {
    width: min(100%, 560px);
    min-height: 330px;
    margin: auto;
  }

  .about-browser {
    transform: none;
  }

  .about-browser img {
    height: 260px;
  }

  .about-float-code { left: -4px; top: 30px; }
  .about-float-growth { right: -4px; bottom: 4px; }
  .about-float-ai { right: 2%; top: -12px; }

  .about-growth {
    margin-top: -28px;
    border-radius: 24px 24px 0 0;
    padding: 64px 14px 70px;
  }

  .about-section-head {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 30px;
    text-align: center;
  }

  .about-section-head h2 {
    margin-inline: auto;
    max-width: 100%;
    font-size: 34px;
    overflow-wrap: break-word;
  }

  .about-section-head > p {
    max-width: 560px;
    margin-inline: auto;
    font-size: 13px;
  }

  .about-growth-grid,
  .about-benefits,
  .about-resource-grid {
    grid-template-columns: 1fr;
  }

  .about-growth-grid {
    gap: 14px;
  }

  .about-growth-card {
    min-height: 0;
    border-radius: 15px;
  }

  .about-growth-image {
    height: 240px;
  }

  .about-proof {
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 48px auto 40px;
    text-align: center;
  }

  .about-proof div {
    justify-content: center;
  }

  .about-benefits {
    gap: 24px;
  }

  .about-benefits article {
    max-width: 520px;
    margin-inline: auto;
  }

  .about-story {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 70px 18px;
    text-align: center;
  }

  .about-story blockquote {
    margin-inline: auto;
  }

  .about-story-person {
    justify-content: center;
    text-align: left;
  }

  .about-story-visual {
    width: min(100%, 580px);
    margin: auto;
  }

  .about-resources {
    border-radius: 24px 24px 0 0;
    padding: 66px 14px;
  }

  .about-final-cta {
    min-height: 420px;
    padding-inline: 18px;
  }
}

@media (max-width: 480px) {
  .about-hero {
    padding-top: 44px;
  }

  .about-hero h1 {
    max-width: 315px;
    margin-inline: auto;
    font-size: 38px;
  }

  .about-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-primary,
  .about-secondary {
    width: 100%;
  }

  .about-hero-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }

  .about-hero-trust span {
    min-height: 58px;
    display: grid;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 10px;
    padding: 7px 4px;
    background: rgba(255, 255, 255, .04);
    font-size: 8px;
  }

  .about-hero-trust b {
    font-size: 14px;
  }

  .about-hero-visual {
    min-height: 270px;
  }

  .about-browser {
    border-radius: 14px;
  }

  .about-browser img {
    height: 205px;
  }

  .about-float {
    gap: 6px;
    border-radius: 10px;
    padding: 7px 8px;
    font-size: 8px;
  }

  .about-float i {
    width: 25px;
    height: 25px;
    border-radius: 7px;
  }

  .about-float-code { top: 20px; }
  .about-float-growth { bottom: 6px; }
  .about-float-ai { top: -8px; }

  .about-section-head h2 {
    width: 100%;
    max-width: 310px;
    font-size: 26px;
    overflow-wrap: break-word;
  }

  .about-section-head > div,
  .about-section-head > p {
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
  }

  .about-growth-image {
    height: 205px;
  }

  .about-growth-card h3 {
    font-size: 21px;
  }

  .about-proof div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .about-proof span {
    padding: 9px;
    border: 1px solid rgba(143, 172, 224, .12);
    border-radius: 9px;
    font-size: 13px;
  }

  .about-benefits article {
    text-align: left;
  }

  .about-story blockquote {
    max-width: 315px;
    font-size: 24px;
  }

  .about-story-visual {
    min-height: 310px;
  }

  .story-main {
    width: 90%;
    height: 230px;
  }

  .story-small {
    width: 48%;
    height: 145px;
    border-width: 6px;
  }

  .story-note {
    min-width: 120px;
    padding: 11px;
  }

  .story-note b {
    font-size: 21px;
  }

  .about-resource-grid a {
    min-height: 0;
    grid-template-columns: 38px 1fr 18px;
    gap: 11px;
    border-radius: 12px;
    padding: 16px 13px;
  }

  .about-resource-grid a > i:first-child {
    width: 36px;
    height: 36px;
  }

  .about-final-cta h2 {
    width: 100%;
    max-width: 310px;
    font-size: 31px;
    overflow-wrap: break-word;
  }
}

@media (max-width: 374px) {
  .about-section-head h2 {
    font-size: 27px;
  }

  .about-final-cta h2 {
    font-size: 31px;
  }
}
