.about-v2 {
  --about-blue: #2682f8;
  --about-blue-dark: #245fd4;
  --about-purple: #7460f8;
  --about-navy: #18243a;
  --about-text: #27344a;
  --about-muted: #68768c;
  --about-light: #8491a5;
  --about-line: rgba(67, 105, 181, 0.16);
  --about-surface: #f7f9ff;
  --about-surface-blue: #edf4ff;
  --about-white: #ffffff;
  --about-shadow: 0 22px 60px rgba(44, 79, 145, 0.13);
  overflow: hidden;
  width: 100%;
  color: var(--about-text);
  background: var(--about-white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.about-v2 h1,
.about-v2 h2,
.about-v2 h3,
.about-v2 p,
.about-v2 figure,
.about-v2 ul,
.about-v2 ol {
  margin: 0;
  padding: 0;
}

.about-v2 ul,
.about-v2 ol {
  list-style: none;
}

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

.about-v2 button,
.about-v2 a,
.about-v2-lightbox button {
  font: inherit;
}

.about-v2 a {
  text-decoration: none;
}

.about-v2-shell {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.about-v2-section {
  position: relative;
  padding: 112px 0;
}

.about-v2-section-soft {
  background: var(--about-surface);
}

.about-v2-section-head {
  width: min(760px, 100%);
  margin-bottom: 54px;
}

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

.about-v2-kicker,
.about-v2-eyebrow {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  margin-bottom: 17px;
  color: #3d6bd2;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.about-v2-eyebrow {
  padding: 6px 13px;
  border: 1px solid rgba(62, 106, 207, 0.17);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.about-v2 h2 {
  color: var(--about-navy);
  font-size: clamp(32px, 3.1vw, 46px);
  font-weight: 760;
  line-height: 1.28;
  letter-spacing: -0.035em;
}

.about-v2-section-head > p,
.about-v2-capability-copy > p,
.about-v2-delivery-copy > p,
.about-v2-cta-inner > div > p {
  margin-top: 18px;
  color: var(--about-muted);
  font-size: 17px;
  line-height: 1.9;
}

.about-v2-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}

.about-v2-btn {
  display: inline-flex;
  min-width: 142px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.about-v2-btn-primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--about-purple), var(--about-blue));
  box-shadow: 0 14px 32px rgba(61, 100, 228, 0.24);
}

.about-v2-btn-secondary {
  border-color: rgba(62, 101, 193, 0.24);
  color: #2e4778 !important;
  background: rgba(255, 255, 255, 0.82);
}

.about-v2-btn-plain {
  color: #336fdd !important;
  background: #fff;
  box-shadow: 0 12px 28px rgba(50, 84, 152, 0.1);
}

.about-v2-btn:hover,
.about-v2-btn:focus-visible {
  transform: translateY(-3px);
}

.about-v2-btn-primary:hover,
.about-v2-btn-primary:focus-visible {
  box-shadow: 0 18px 38px rgba(61, 100, 228, 0.32);
}

.about-v2-btn-secondary:hover,
.about-v2-btn-secondary:focus-visible {
  border-color: rgba(62, 101, 193, 0.5);
  box-shadow: 0 14px 30px rgba(49, 80, 143, 0.1);
}

.about-v2-btn:focus-visible,
.about-v2-text-link:focus-visible,
.about-v2-product-links a:focus-visible,
.about-v2-credential-card:focus-visible,
.about-v2-lightbox-close:focus-visible {
  outline: 3px solid rgba(38, 130, 248, 0.32);
  outline-offset: 4px;
}

.about-v2-text-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 7px;
  padding: 0 8px;
  color: #2f6ddc !important;
  font-size: 15px;
  font-weight: 700;
}

.about-v2-text-link i {
  transition: transform 0.2s ease;
}

.about-v2-text-link:hover i {
  transform: translateX(4px);
}

/* Hero */
.about-v2-hero {
  position: relative;
  overflow: hidden;
  padding: 136px 0 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(38, 130, 248, 0.13), transparent 28%),
    radial-gradient(circle at 82% 10%, rgba(116, 96, 248, 0.1), transparent 32%),
    linear-gradient(104deg, #eff5ff 0%, #f8faff 48%, #edf2ff 100%);
}

.about-v2-hero-grid {
  display: grid;
  min-height: 590px;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  gap: 54px;
  align-items: center;
}

.about-v2-hero-copy {
  position: relative;
  z-index: 2;
  padding: 30px 0 74px;
}

.about-v2-hero h1 {
  color: var(--about-navy);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.about-v2-hero-slogan {
  margin-top: 20px !important;
  color: #315fae;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.45;
}

.about-v2-hero-lead {
  max-width: 610px;
  margin-top: 22px !important;
  color: #52627b;
  font-size: 17px;
  line-height: 1.9;
}

.about-v2-hero .about-v2-actions {
  margin-top: 32px;
}

.about-v2-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px !important;
}

.about-v2-hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid rgba(59, 99, 186, 0.14);
  border-radius: 999px;
  color: #50627e;
  background: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.about-v2-hero-points i {
  color: #3977e8;
  font-size: 16px;
}

.about-v2-hero-media {
  position: relative;
  height: 500px;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.88);
  border-radius: 24px;
  background: #dfe8f7;
  box-shadow: 0 30px 80px rgba(42, 74, 137, 0.2);
}

.about-v2-hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(237, 244, 255, 0.36), transparent 34%);
  content: '';
  pointer-events: none;
}

.about-v2-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-v2-scene-label {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 14px;
  padding: 6px 10px;
  border: 1px solid rgba(58, 80, 115, 0.12);
  border-radius: 7px;
  color: #536179;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(37, 54, 90, 0.12);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.about-v2-trust-strip {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: 112px;
  margin-top: -24px;
  margin-bottom: -44px;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(64, 103, 187, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 54px rgba(47, 80, 143, 0.14);
}

.about-v2-trust-strip > div {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 24px 20px;
  border-right: 1px solid rgba(64, 103, 187, 0.11);
}

.about-v2-trust-strip > div:last-child {
  border-right: 0;
}

.about-v2-trust-strip strong,
.about-v2-trust-strip span {
  display: block;
}

.about-v2-trust-strip strong {
  color: #326ada;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.about-v2-trust-strip span {
  color: #68758b;
  font-size: 13px;
  line-height: 1.5;
}

/* Company */
.about-v2-company {
  padding-top: 158px;
}

.about-v2-company-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 68px;
  align-items: center;
}

.about-v2-real-photo,
.about-v2-scene-photo {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #e6ecf6;
  box-shadow: var(--about-shadow);
}

.about-v2-real-photo img,
.about-v2-scene-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-v2-real-photo {
  height: 510px;
}

.about-v2-real-photo figcaption {
  position: absolute;
  right: 16px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border-radius: 7px;
  color: #384c6e;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 22px rgba(31, 50, 84, 0.14);
  font-size: 12px;
  font-weight: 700;
}

.about-v2-company-copy h3 {
  color: var(--about-navy);
  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 760;
  line-height: 1.38;
}

.about-v2-company-copy > p:not(.about-v2-transparency) {
  margin-top: 20px;
  color: var(--about-muted);
  font-size: 16px;
  line-height: 1.95;
}

.about-v2-product-links {
  display: grid;
  margin-top: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-v2-product-links a {
  display: flex;
  min-height: 126px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid var(--about-line);
  border-radius: 13px;
  background: #f9fbff;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.about-v2-product-links a:hover {
  border-color: rgba(57, 105, 218, 0.38);
  box-shadow: 0 16px 34px rgba(52, 85, 148, 0.1);
  transform: translateY(-3px);
}

.about-v2-product-links span {
  color: #79869a;
  font-size: 12px;
  line-height: 1.55;
}

.about-v2-product-links strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #294f9d;
  font-size: 15px;
  line-height: 1.5;
}

.about-v2-transparency {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 22px !important;
  color: #7b8798;
  font-size: 12px;
  line-height: 1.65;
}

.about-v2-transparency i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #4e81e8;
  font-size: 16px;
}

/* Capability */
.about-v2-capability-grid,
.about-v2-delivery-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
  gap: 72px;
  align-items: center;
}

.about-v2-capability-copy h2,
.about-v2-delivery-copy h2 {
  max-width: 620px;
}

.about-v2-capability-list {
  display: grid;
  margin-top: 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--about-line);
  border-left: 1px solid var(--about-line);
}

.about-v2-capability-list article {
  display: flex;
  min-height: 150px;
  align-items: flex-start;
  gap: 14px;
  padding: 24px 20px;
  border-right: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
  background: rgba(255, 255, 255, 0.64);
}

.about-v2-capability-list article > i {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: #346edf;
  background: #edf3ff;
  font-size: 21px;
}

.about-v2-capability-list h3 {
  color: #263751;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.5;
}

.about-v2-capability-list p {
  margin-top: 6px !important;
  color: #748095;
  font-size: 13px;
  line-height: 1.7;
}

.about-v2-capability-grid .about-v2-scene-photo {
  height: 620px;
}

/* Credentials */
.about-v2-credential-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.about-v2-credential-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(69, 105, 175, 0.15);
  border-radius: 14px;
  color: inherit;
  background: #fff;
  box-shadow: 0 15px 36px rgba(49, 77, 130, 0.08);
  cursor: zoom-in;
  text-align: left;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.about-v2-credential-card:hover {
  border-color: rgba(57, 104, 213, 0.34);
  box-shadow: 0 22px 44px rgba(44, 74, 134, 0.14);
  transform: translateY(-5px);
}

.about-v2-credential-image {
  display: flex;
  height: 300px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 18px;
  background: #f5f8fc;
}

.about-v2-credential-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-v2-credential-card-wide .about-v2-credential-image img {
  object-fit: cover;
  object-position: center;
}

.about-v2-credential-title,
.about-v2-credential-action {
  display: block;
  padding-right: 18px;
  padding-left: 18px;
}

.about-v2-credential-title {
  min-height: 68px;
  padding-top: 18px;
  color: #29374d;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

.about-v2-credential-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 13px;
  padding-bottom: 16px;
  border-top: 1px solid rgba(65, 101, 170, 0.1);
  color: #59739f;
  font-size: 12px;
  line-height: 1.4;
}

.about-v2-credential-action i {
  color: #3f76df;
  font-size: 17px;
}

/* Timeline */
.about-v2-history {
  background: var(--about-surface);
}

.about-v2-timeline {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
}

.about-v2-timeline li {
  position: relative;
  min-width: 0;
  padding: 0 20px 0 0;
}

.about-v2-timeline li::before {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(59, 103, 199, 0.23);
  content: '';
}

.about-v2-timeline li::after {
  position: absolute;
  top: 43px;
  left: 0;
  width: 11px;
  height: 11px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--about-blue);
  box-shadow: 0 0 0 1px rgba(49, 101, 219, 0.2);
  content: '';
}

.about-v2-timeline time {
  display: block;
  color: #3b71df;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.about-v2-timeline li > div {
  padding-top: 45px;
}

.about-v2-timeline strong,
.about-v2-timeline span {
  display: block;
}

.about-v2-timeline strong {
  color: #26364f;
  font-size: 14px;
  line-height: 1.55;
}

.about-v2-timeline span {
  margin-top: 8px;
  color: #748094;
  font-size: 12px;
  line-height: 1.7;
}

/* Delivery */
.about-v2-delivery-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.about-v2-delivery-grid .about-v2-scene-photo {
  height: 440px;
}

.about-v2-process {
  display: grid;
  margin-top: 56px !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--about-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
}

.about-v2-process li {
  position: relative;
  display: flex;
  min-height: 214px;
  flex-direction: column;
  align-items: center;
  padding: 30px 22px;
  border-right: 1px solid var(--about-line);
  text-align: center;
}

.about-v2-process li:last-child {
  border-right: 0;
}

.about-v2-process b {
  position: absolute;
  top: 15px;
  left: 17px;
  color: #9aa8bc;
  font-size: 11px;
  font-weight: 800;
}

.about-v2-process i {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
  border: 1px solid rgba(52, 109, 222, 0.14);
  border-radius: 50%;
  color: #3771e2;
  background: #eef4ff;
  font-size: 25px;
}

.about-v2-process strong,
.about-v2-process span {
  display: block;
}

.about-v2-process strong {
  margin-top: 19px;
  color: #283950;
  font-size: 15px;
  line-height: 1.5;
}

.about-v2-process span {
  margin-top: 8px;
  color: #778398;
  font-size: 12px;
  line-height: 1.65;
}

/* CTA */
.about-v2-cta {
  padding: 76px 0;
  background: #eef4ff;
}

.about-v2-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 60px;
  align-items: center;
  padding: 44px 50px;
  border: 1px solid rgba(59, 101, 193, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 48px rgba(42, 73, 133, 0.1);
}

.about-v2-cta-inner h2 {
  font-size: clamp(28px, 2.8vw, 40px);
}

.about-v2-cta-inner .about-v2-kicker {
  margin-bottom: 11px;
}

.about-v2-cta-inner .about-v2-actions {
  max-width: 460px;
  justify-content: flex-end;
}

.about-v2-cta-inner .about-v2-btn {
  min-width: 136px;
}

/* Credential lightbox */
.about-v2-dialog-open {
  overflow: hidden;
}

.about-v2-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

.about-v2-lightbox.is-open {
  display: flex;
}

.about-v2-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 39, 0.82);
  backdrop-filter: blur(8px);
}

.about-v2-lightbox-panel {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(960px, 100%);
  max-height: calc(100vh - 56px);
  flex-direction: column;
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.about-v2-lightbox-head {
  display: flex;
  min-height: 66px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px 0 24px;
  border-bottom: 1px solid #e5eaf2;
}

.about-v2-lightbox-head h2 {
  margin: 0;
  color: #22324b;
  font-size: 17px;
  font-weight: 750;
}

.about-v2-lightbox-close {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #44526a;
  background: #f2f5f9;
  cursor: pointer;
}

.about-v2-lightbox-close i {
  font-size: 24px;
}

.about-v2-lightbox-body {
  min-height: 0;
  flex: 1 1 auto;
  overflow: auto;
  padding: 24px;
  background: #f1f4f8;
}

.about-v2-lightbox-body img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 170px);
  margin: 0 auto;
  object-fit: contain;
  box-shadow: 0 12px 34px rgba(39, 53, 80, 0.18);
}

@media (max-width: 1120px) {
  .about-v2-hero-grid {
    min-height: 540px;
    grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
    gap: 34px;
  }

  .about-v2-hero-media {
    height: 430px;
  }

  .about-v2-trust-strip strong {
    font-size: 19px;
  }

  .about-v2-company-grid,
  .about-v2-capability-grid,
  .about-v2-delivery-grid {
    gap: 46px;
  }

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

  .about-v2-timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 44px;
  }

  .about-v2-process {
    grid-template-columns: repeat(5, minmax(160px, 1fr));
    overflow-x: auto;
  }

  .about-v2-cta-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-v2-cta-inner .about-v2-actions {
    max-width: none;
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .about-v2-shell {
    width: min(100% - 36px, 720px);
  }

  .about-v2-section {
    padding: 84px 0;
  }

  .about-v2-hero {
    padding-top: 104px;
  }

  .about-v2-hero-grid,
  .about-v2-company-grid,
  .about-v2-capability-grid,
  .about-v2-delivery-grid {
    grid-template-columns: 1fr;
  }

  .about-v2-hero-copy {
    padding: 24px 0 0;
  }

  .about-v2-hero h1 {
    font-size: clamp(44px, 8vw, 60px);
  }

  .about-v2-hero-media {
    height: 440px;
  }

  .about-v2-trust-strip {
    margin-top: 30px;
    margin-bottom: -38px;
    grid-template-columns: repeat(2, 1fr);
  }

  .about-v2-trust-strip > div:nth-child(2) {
    border-right: 0;
  }

  .about-v2-trust-strip > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(64, 103, 187, 0.11);
  }

  .about-v2-company {
    padding-top: 128px;
  }

  .about-v2-real-photo,
  .about-v2-capability-grid .about-v2-scene-photo,
  .about-v2-delivery-grid .about-v2-scene-photo {
    height: auto;
    aspect-ratio: 14 / 9;
  }

  .about-v2-company-copy,
  .about-v2-delivery-copy {
    order: -1;
  }

  .about-v2-capability-list {
    max-width: 680px;
  }

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

  .about-v2-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 42px;
  }

  .about-v2-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .about-v2-process li {
    border-right: 0;
    border-bottom: 1px solid var(--about-line);
  }

  .about-v2-process li:nth-child(odd) {
    border-right: 1px solid var(--about-line);
  }

  .about-v2-process li:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

  .about-v2-cta-inner {
    padding: 38px 34px;
  }
}

@media (max-width: 560px) {
  .about-v2-shell {
    width: calc(100% - 28px);
  }

  .about-v2-section {
    padding: 70px 0;
  }

  .about-v2-section-head {
    margin-bottom: 36px;
  }

  .about-v2 h2 {
    font-size: 30px;
  }

  .about-v2-section-head > p,
  .about-v2-capability-copy > p,
  .about-v2-delivery-copy > p,
  .about-v2-cta-inner > div > p {
    font-size: 15px;
    line-height: 1.8;
  }

  .about-v2-hero {
    padding-top: 90px;
  }

  .about-v2-hero h1 {
    font-size: 42px;
  }

  .about-v2-hero-slogan {
    font-size: 22px;
  }

  .about-v2-hero-lead {
    font-size: 15px;
    line-height: 1.8;
  }

  .about-v2-actions,
  .about-v2-cta-inner .about-v2-actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .about-v2-btn,
  .about-v2-text-link {
    width: 100%;
    justify-content: center;
  }

  .about-v2-hero-points {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-v2-hero-points li {
    width: fit-content;
  }

  .about-v2-hero-media {
    height: auto;
    aspect-ratio: 4 / 3;
    border-width: 5px;
    border-radius: 16px;
  }

  .about-v2-trust-strip {
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  .about-v2-trust-strip > div {
    min-height: 76px;
    justify-content: flex-start;
    padding: 16px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(64, 103, 187, 0.11);
  }

  .about-v2-trust-strip > div:last-child {
    border-bottom: 0;
  }

  .about-v2-company {
    padding-top: 122px;
  }

  .about-v2-company-grid,
  .about-v2-capability-grid,
  .about-v2-delivery-grid {
    gap: 34px;
  }

  .about-v2-product-links,
  .about-v2-capability-list,
  .about-v2-credential-grid,
  .about-v2-timeline {
    grid-template-columns: 1fr;
  }

  .about-v2-company-copy h3 {
    font-size: 25px;
  }

  .about-v2-capability-list article {
    min-height: 0;
  }

  .about-v2-credential-image {
    height: 360px;
  }

  .about-v2-timeline {
    row-gap: 0;
  }

  .about-v2-timeline li {
    padding: 0 0 32px 32px;
  }

  .about-v2-timeline li::before {
    top: 0;
    left: 5px;
    width: 1px;
    height: 100%;
  }

  .about-v2-timeline li::after {
    top: 3px;
    left: 0;
  }

  .about-v2-timeline li > div {
    padding-top: 9px;
  }

  .about-v2-process {
    display: grid;
    margin-top: 38px !important;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .about-v2-process li {
    min-height: 0;
    align-items: flex-start;
    padding: 22px 20px 22px 86px;
    border-right: 0;
    border-bottom: 1px solid var(--about-line);
    text-align: left;
  }

  .about-v2-process li:nth-child(odd) {
    border-right: 0;
  }

  .about-v2-process li:last-child {
    grid-column: auto;
    border-bottom: 0;
  }

  .about-v2-process b {
    top: 14px;
    left: 18px;
  }

  .about-v2-process i {
    position: absolute;
    top: 27px;
    left: 20px;
    width: 48px;
    height: 48px;
    margin: 0;
    font-size: 22px;
  }

  .about-v2-process strong {
    margin-top: 0;
  }

  .about-v2-cta {
    padding: 54px 0;
  }

  .about-v2-cta-inner {
    gap: 26px;
    padding: 30px 22px;
  }

  .about-v2-lightbox {
    padding: 12px;
  }

  .about-v2-lightbox-panel {
    max-height: calc(100vh - 24px);
    border-radius: 11px;
  }

  .about-v2-lightbox-body {
    padding: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-v2 *,
  .about-v2 *::before,
  .about-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
