/* About Us v2 — scoped under .about-v2 so site chrome stays untouched */
.about-v2 {
  --navy: #0B4A6F;
  --navy-deep: #072F47;
  --cyan: #06AED4;
  --cyan-soft: #E4F7FC;
  --ink: #12333F;
  --muted: #5B7484;
  --line: #DCE7ED;
  --bg: #FFFFFF;
  --bg-alt: #F5FAFC;
  --radius: 16px;
  --shadow: 0 10px 34px rgba(11, 74, 111, .08);
  --shadow-lg: 0 18px 52px rgba(11, 74, 111, .13);
  /* Match header --gutter-padding horizontal (main-style.css) */
  --av2-gutter-x: 5rem;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 1092px) {
  .about-v2 { --av2-gutter-x: 10rem; }
}

@media only screen and (max-width: 992px) {
  .about-v2 { --av2-gutter-x: 2.5rem; }
}

@media only screen and (max-width: 576px) {
  .about-v2 { --av2-gutter-x: 1.5rem; }
}

.about-v2 *,
.about-v2 *::before,
.about-v2 *::after {
  box-sizing: border-box;
}

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

.about-v2 a {
  color: var(--cyan);
  text-decoration: none;
}

/* Neutralize global main-style ul/li (header nav flex + padding) */
.about-v2 ul {
  display: block !important;
  align-items: initial !important;
  justify-content: initial !important;
  height: auto !important;
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.about-v2 ul li {
  padding: 0 !important;
  margin: 0 !important;
  transform: none !important;
}

.about-v2 ul li:hover {
  transform: none !important;
}

.about-v2 .wrap {
  max-width: 100%;
  margin: 0 auto;
  padding-left: var(--av2-gutter-x);
  padding-right: var(--av2-gutter-x);
}

.about-v2 .btn {
  display: inline-block;
  font-weight: 700;
  border-radius: 999px;
  padding: 12px 26px;
  font-size: 15px;
  transition: .2s;
  border: 2px solid transparent;
  cursor: pointer;
}

.about-v2 .btn-primary {
  background: var(--cyan);
  color: #fff;
}

.about-v2 .btn-primary:hover {
  background: #049CBF;
  transform: translateY(-2px);
}

.about-v2 .btn-ghost {
  border-color: var(--navy);
  color: var(--navy);
}

.about-v2 .btn-ghost:hover {
  background: var(--navy);
  color: #fff;
}

.about-v2 .btn-light {
  background: #fff;
  color: var(--navy);
}

.about-v2 .btn-light:hover {
  transform: translateY(-2px);
}

.about-v2 .btn-outline-light {
  border-color: rgba(255, 255, 255, .7);
  color: #fff;
}

.about-v2 .btn-outline-light:hover {
  background: #fff;
  color: var(--navy);
}

.about-v2 .sec {
  padding: 96px 0;
}

.about-v2 .sec-alt {
  background: var(--bg-alt);
}

.about-v2 .eyebrow {
  display: inline-block;
  font-size: 12.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--cyan);
  background: var(--cyan-soft);
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.about-v2 h1,
.about-v2 h2,
.about-v2 h3,
.about-v2 h4 {
  font-family: 'Lato', sans-serif;
  color: var(--navy);
  margin: 0 0 18px;
  line-height: 1.2;
}

.about-v2 h1 {
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 900;
  letter-spacing: -.5px;
}

.about-v2 h2 {
  font-size: clamp(27px, 3.6vw, 40px);
  font-weight: 900;
  letter-spacing: -.4px;
}

.about-v2 h3 {
  font-size: 21px;
  font-weight: 900;
}

.about-v2 h4 {
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 8px;
}

.about-v2 .lede {
  font-size: 19px;
  color: var(--muted);
  max-width: 760px;
}

.about-v2 .sec-head {
  max-width: 800px;
  margin-bottom: 52px;
}

.about-v2 .sec-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about-v2 p {
  margin: 0 0 18px;
}

/* Hero */
.about-v2 .hero {
  background: linear-gradient(150deg, var(--navy-deep) 0%, var(--navy) 52%, #0d5d86 100%);
  color: #fff;
  padding: 104px 0 92px;
  position: relative;
  overflow: hidden;
}

.about-v2 .hero::after {
  content: "";
  position: absolute;
  right: -190px;
  top: -190px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(6, 174, 212, .34), transparent 68%);
}

.about-v2 .hero .wrap {
  position: relative;
  z-index: 2;
}

.about-v2 .hero .eyebrow {
  background: rgba(255, 255, 255, .13);
  color: #8FE6F7;
}

.about-v2 .hero h1 {
  color: #fff;
  max-width: 15ch;
}

.about-v2 .hero p {
  color: rgba(255, 255, 255, .86);
  font-size: 20px;
  max-width: 660px;
}

.about-v2 .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.about-v2 .hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  margin-top: 56px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.about-v2 .hero-stats div strong {
  display: block;
  font-size: 15px;
  font-weight: 900;
  color: #8FE6F7;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.about-v2 .hero-stats div span {
  font-size: 15px;
  color: rgba(255, 255, 255, .78);
}

/* Definition */
.about-v2 .def-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 60px;
  align-items: start;
}

.about-v2 .chip-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  gap: 10px !important;
  height: auto !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
}

.about-v2 .chip-list li {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--cyan);
  border-radius: 10px;
  padding: 13px 18px !important;
  margin: 0 !important;
  font-size: 15.5px;
  font-weight: 700;
  color: var(--navy);
  transform: none !important;
}

.about-v2 .card-note {
  background: var(--cyan-soft);
  border-radius: var(--radius);
  padding: 28px 30px;
}

.about-v2 .card-note h4 {
  color: var(--navy);
}

.about-v2 .card-note p {
  margin: 0;
  font-size: 16px;
  color: #2C5A70;
}

/* Problem cards */
.about-v2 .prob-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
  margin: 38px 0 40px;
}

.about-v2 .prob {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 24px;
}

.about-v2 .prob .n {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  color: var(--cyan);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-v2 .prob p {
  margin: 0;
  font-size: 15.5px;
  color: var(--muted);
}

.about-v2 .resolve {
  background: var(--navy);
  color: #fff;
  border-radius: var(--radius);
  padding: 38px 42px;
  box-shadow: var(--shadow-lg);
}

.about-v2 .resolve h3 {
  color: #fff;
  margin-bottom: 12px;
}

.about-v2 .resolve p {
  color: rgba(255, 255, 255, .85);
  margin: 0 0 14px;
  max-width: 74ch;
}

.about-v2 .resolve p:last-child {
  margin: 0;
  font-weight: 900;
  color: #8FE6F7;
  font-size: 19px;
}

/* Journey */
.about-v2 .journey {
  background: linear-gradient(180deg, #072F47, #0B4A6F);
  color: #fff;
  padding: 96px 0;
}

.about-v2 .journey h2 {
  color: #fff;
}

.about-v2 .journey .lede {
  color: rgba(255, 255, 255, .8);
}

.about-v2 .jflow {
  display: flex;
  align-items: stretch;
  gap: 0;
  overflow-x: auto;
  padding: 8px 0 22px;
  scrollbar-width: thin;
}

.about-v2 .jstep {
  flex: 1 0 172px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  padding: 24px 18px;
  text-align: center;
  position: relative;
  transition: transform .35s ease, background .35s ease;
}

.about-v2 .jstep:hover {
  transform: translateY(-6px);
  background: rgba(6, 174, 212, .18);
}

.about-v2 .jstep + .jstep {
  margin-left: 34px;
}

.about-v2 .jstep + .jstep::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  width: 26px;
  height: 2px;
  background: rgba(143, 230, 247, .55);
}

.about-v2 .jstep + .jstep::after {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 8px solid rgba(143, 230, 247, .75);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.about-v2 .jstep .ic {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 12px;
  display: block;
}

.about-v2 .jstep b {
  display: block;
  font-size: 15.5px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 5px;
}

.about-v2 .jstep span {
  font-size: 13.5px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.5;
  display: block;
}

.about-v2 .jstep.key {
  background: rgba(6, 174, 212, .22);
  border-color: rgba(143, 230, 247, .5);
}

.about-v2 .jnote {
  margin-top: 26px;
  border: 1px dashed rgba(143, 230, 247, .45);
  border-radius: 12px;
  padding: 16px 22px;
  font-size: 15px;
  color: rgba(255, 255, 255, .82);
  text-align: center;
}

.about-v2 .jnote b {
  color: #8FE6F7;
}

.about-v2 .can-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.about-v2 .can-grid div {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-size: 15.5px;
  background: rgba(255, 255, 255, .06);
  border-radius: 10px;
  padding: 13px 16px;
  color: rgba(255, 255, 255, .9);
}

.about-v2 .can-grid div::before {
  content: "→";
  color: #8FE6F7;
  font-weight: 900;
}

/* Two columns */
.about-v2 .two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.about-v2 .pane {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 26px;
  box-shadow: var(--shadow);
}

.about-v2 .pane.sell {
  border-top: 5px solid var(--navy);
}

.about-v2 .pane.support {
  border-top: 5px solid var(--cyan);
}

.about-v2 .pane .tag {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 8px;
  display: block;
}

.about-v2 .pane.sell .tag {
  color: var(--navy);
}

.about-v2 .pane h3 {
  margin-bottom: 10px;
}

.about-v2 .pane p {
  margin-bottom: 12px;
}

.about-v2 .ticks {
  list-style: none !important;
  margin: 14px 0 0 !important;
  padding: 0 !important;
  display: grid !important;
  gap: 8px !important;
  height: auto !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
}

.about-v2 .ticks li {
  position: relative;
  padding: 0 0 0 28px !important;
  margin: 0 !important;
  font-size: 15.5px;
  line-height: 1.45;
  color: var(--ink);
  transform: none !important;
}

.about-v2 .ticks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--cyan);
  font-weight: 900;
}

.about-v2 .pane.sell .ticks li::before {
  color: var(--navy);
}

.about-v2 .pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.about-v2 .pills span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 17px;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
}

.about-v2 .split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.about-v2 .figure-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}

.about-v2 .kv {
  display: grid;
  gap: 12px;
}

.about-v2 .kv div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15.5px;
}

.about-v2 .kv div b {
  color: var(--navy);
}

.about-v2 .kv i {
  font-style: normal;
  color: var(--cyan);
  font-weight: 900;
}

.about-v2 .vs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 26px;
  align-items: center;
  margin-top: 34px;
}

.about-v2 .vs-box {
  border-radius: var(--radius);
  padding: 28px 26px;
}

.about-v2 .vs-old {
  background: #fff;
  border: 1px solid var(--line);
}

.about-v2 .vs-new {
  background: var(--navy);
  color: #fff;
}

.about-v2 .vs-new h4 {
  color: #fff;
}

.about-v2 .vs-old p,
.about-v2 .vs-new p {
  margin: 0;
  font-size: 15.5px;
}

.about-v2 .vs-old p {
  color: var(--muted);
}

.about-v2 .vs-new p {
  color: rgba(255, 255, 255, .85);
}

.about-v2 .vs-mid {
  font-size: 24px;
  color: var(--cyan);
  font-weight: 900;
}

.about-v2 .serve {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 22px;
}

.about-v2 .serve article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: .25s;
}

.about-v2 .serve article:hover {
  border-color: var(--cyan);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.about-v2 .serve .ic {
  font-size: 28px;
  margin-bottom: 14px;
  display: block;
}

.about-v2 .serve p {
  margin: 0;
  font-size: 15.5px;
  color: var(--muted);
}

.about-v2 .vm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.about-v2 .vm-card {
  border-radius: var(--radius);
  padding: 32px 30px;
}

.about-v2 .vm-card h3 {
  margin-bottom: 12px;
}

.about-v2 .vm-card p {
  margin-bottom: 12px;
}

.about-v2 .vm-vision {
  background: var(--cyan-soft);
}

.about-v2 .vm-mission {
  background: var(--navy);
  color: #fff;
}

.about-v2 .vm-mission h2,
.about-v2 .vm-mission h3 {
  color: #fff;
}

.about-v2 .vm-mission p {
  color: rgba(255, 255, 255, .85);
}

.about-v2 .vm-mission .ticks li {
  color: rgba(255, 255, 255, .9);
}

.about-v2 .vm-mission .ticks li::before {
  color: #8FE6F7;
}

.about-v2 .founder {
  display: grid;
  grid-template-columns: minmax(140px, 240px) 1fr;
  gap: 40px;
  align-items: start;
}

.about-v2 .founder figure {
  margin: 0;
  max-width: 240px;
  width: 100%;
  justify-self: start;
}

.about-v2 .founder img {
  width: 100%;
  max-width: 240px;
  height: auto;
  object-fit: contain;
  object-position: center top;
  border-radius: 0;
  box-shadow: none;
  display: block;
  margin: 0;
}

.about-v2 .founder figcaption {
  font-size: 14.5px;
  color: var(--muted);
  margin-top: 12px;
  text-align: center;
}

.about-v2 .founder-name {
  font-size: 15px;
  font-weight: 900;
  color: var(--cyan);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.about-v2 .pullquote {
  border-left: 4px solid var(--cyan);
  padding: 6px 0 6px 22px;
  margin: 26px 0;
  font-size: 19px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.5;
}

.about-v2 .final {
  background: linear-gradient(150deg, var(--navy-deep), var(--navy) 60%, #0d5d86);
  color: #fff;
  padding: 96px 0;
  text-align: center;
}

.about-v2 .final h2 {
  color: #fff;
}

.about-v2 .final p {
  color: rgba(255, 255, 255, .85);
  max-width: 680px;
  margin: 0 auto 12px;
  font-size: 18px;
}

.about-v2 .final .big {
  font-size: 21px;
  font-weight: 900;
  color: #8FE6F7;
  margin-top: 18px;
}

.about-v2 .final-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 34px;
}

/* Reveal */
html.js .about-v2 .rv {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}

html.js .about-v2 .rv.in {
  opacity: 1;
  transform: none;
}

.about-v2 a:focus-visible,
.about-v2 button:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
  border-radius: 6px;
}

@media (max-width: 980px) {
  .about-v2 .def-grid,
  .about-v2 .two,
  .about-v2 .split,
  .about-v2 .vm,
  .about-v2 .founder {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-v2 .founder {
    text-align: left;
  }

  .about-v2 .founder figure {
    max-width: 200px;
    justify-self: center;
  }

  .about-v2 .founder img {
    max-width: 200px;
  }

  .about-v2 .vs {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-v2 .vs-mid {
    text-align: center;
  }
}

@media (max-width: 760px) {
  .about-v2 {
    font-size: 16px;
  }

  .about-v2 .sec,
  .about-v2 .journey,
  .about-v2 .final {
    padding: 64px 0;
  }

  .about-v2 .jflow {
    padding-bottom: 14px;
  }

  .about-v2 .jstep {
    flex: 0 0 156px;
  }

  .about-v2 .hero-stats {
    gap: 26px;
  }

  .about-v2 .founder figure {
    max-width: 160px;
  }

  .about-v2 .founder img {
    max-width: 160px;
  }
}

@media (max-width: 480px) {
  .about-v2 .founder figure {
    max-width: 140px;
  }

  .about-v2 .founder img {
    max-width: 140px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-v2 *,
  .about-v2 *::before,
  .about-v2 *::after {
    animation: none !important;
    transition: none !important;
  }

  html.js .about-v2 .rv {
    opacity: 1;
    transform: none;
  }
}
