/* Dedicated About page layout. Shares colors and navigation with landing-ui.css. */
.about-page .about-page-main {
  width: min(1240px, calc(100% - 32px));
  margin: 26px auto 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.about-page .about-eyebrow,
.about-page .about-card-label {
  display: block;
  margin: 0 0 12px;
  color: var(--landing-primary);
  font-size: 9px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-page h1,
.about-page h2,
.about-page h3 {
  color: var(--landing-text) !important;
  font-family: inherit !important;
  letter-spacing: -0.04em !important;
}

/* Hero */
.about-hero {
  min-height: 610px;
  padding: clamp(34px, 5vw, 68px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(350px, 0.8fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 8%, rgba(67, 213, 201, 0.3), transparent 24%),
    linear-gradient(125deg, #0b2032 0%, #0e4050 58%, #087b73 100%);
  border-radius: 28px;
  box-shadow: 0 28px 68px rgba(11, 51, 68, 0.2);
}

.about-hero::after {
  content: "";
  position: absolute;
  top: -150px;
  right: -130px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 56px rgba(255, 255, 255, 0.025), 0 0 0 120px rgba(255, 255, 255, 0.018);
}

.about-hero-copy,
.about-hero-card {
  position: relative;
  z-index: 1;
}

.about-hero .about-eyebrow {
  color: #72ded3;
}

.about-hero h1 {
  max-width: 720px;
  margin: 0 0 22px;
  color: #fff !important;
  font-size: clamp(44px, 5.5vw, 75px);
  font-weight: 850;
  line-height: 0.99;
  letter-spacing: -0.06em !important;
}

.about-hero-copy > p {
  max-width: 660px;
  margin: 0;
  color: #c4d7e0;
  font-size: 14px;
  line-height: 1.78;
}

.about-hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.about-page .about-hero-actions .btn-primary {
  color: #0a504b !important;
  background: #fff !important;
  border-color: #fff !important;
}

.about-page .about-hero-actions .btn-outline {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.about-hero-card {
  min-height: 410px;
  padding: clamp(26px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(7, 27, 41, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  box-shadow: 0 24px 50px rgba(3, 18, 29, 0.18);
  backdrop-filter: blur(12px);
}

.about-hero-card .about-card-label {
  color: #72ded3;
}

.about-hero-card h2 {
  margin: 0 0 20px;
  color: #fff !important;
  font-size: clamp(23px, 2.5vw, 31px);
  font-weight: 820;
  line-height: 1.18;
}

.about-hero-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-hero-card li {
  min-height: 70px;
  padding: 12px 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.about-hero-card li:last-child {
  border-bottom: 0;
}

.about-hero-card li > span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #083d39;
  background: #91e0d8;
  border-radius: 9px;
  font-size: 9px;
  font-weight: 850;
}

.about-hero-card li div {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.about-hero-card li strong {
  color: #fff;
  font-size: 11px;
}

.about-hero-card li small {
  margin-top: 4px;
  color: #9eb8c5;
  font-size: 9px;
  line-height: 1.5;
}

/* Facts */
.about-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.about-facts article {
  min-height: 120px;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--landing-text);
  background: #fff;
  border: 1px solid var(--landing-border);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 35, 55, 0.055);
}

.about-facts strong {
  color: var(--landing-primary);
  font-size: clamp(22px, 2.5vw, 31px);
  font-weight: 850;
  letter-spacing: -0.045em;
}

.about-facts span {
  margin-top: 8px;
  color: var(--landing-muted);
  font-size: 9px;
  font-weight: 650;
}

/* Story */
.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 22px;
  scroll-margin-top: 96px;
}

.about-content-card,
.about-principle-card,
.about-services,
.about-workflow,
.about-values {
  color: var(--landing-text);
  background: #fff;
  border: 1px solid var(--landing-border);
  border-radius: 24px;
  box-shadow: var(--landing-shadow);
}

.about-content-card {
  min-height: 430px;
  padding: clamp(30px, 4.5vw, 54px);
}

.about-content-card h2,
.about-section-head h2,
.about-contact h2,
.about-cta h2 {
  margin: 0;
  font-size: clamp(29px, 4vw, 48px);
  font-weight: 830;
  line-height: 1.08;
}

.about-copy-columns {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
}

.about-copy-columns p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 11px;
  line-height: 1.85;
}

.about-copy-columns p:last-child {
  grid-column: 1 / -1;
  padding-top: 18px;
  border-top: 1px solid var(--landing-border);
}

.about-copy-columns strong {
  color: var(--landing-text);
}

.about-principle-card {
  min-height: 430px;
  padding: clamp(30px, 4vw, 46px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(69, 207, 196, 0.23), transparent 30%),
    linear-gradient(145deg, #0b2032, #104653);
  border: 0;
  box-shadow: 0 22px 48px rgba(11, 51, 68, 0.17);
}

.about-principle-card .about-eyebrow {
  color: #72ded3;
}

.about-principle-card blockquote {
  margin: 12px 0 22px;
  color: #fff;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.035em;
}

.about-principle-card > p {
  margin: 0;
  color: #b9cfd8;
  font-size: 10px;
  line-height: 1.75;
}

/* Services */
.about-services,
.about-workflow,
.about-values {
  padding: clamp(32px, 5vw, 58px);
  scroll-margin-top: 96px;
}

.about-section-head {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.about-section-head > div {
  max-width: 760px;
}

.about-section-head > p {
  max-width: 390px;
  margin: 0;
  color: var(--landing-muted);
  font-size: 10px;
  line-height: 1.7;
}

.about-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.about-service-grid article,
.about-value-grid article {
  min-height: 210px;
  padding: 22px;
  color: var(--landing-text);
  background: var(--landing-soft);
  border: 1px solid var(--landing-border);
  border-radius: 16px;
  transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.about-service-grid article:hover,
.about-value-grid article:hover {
  background: #fff;
  border-color: #acdcd7;
  box-shadow: 0 12px 28px rgba(15, 35, 55, 0.08);
  transform: translateY(-3px);
}

.about-service-grid article > span,
.about-value-grid article > span {
  width: 38px;
  height: 38px;
  margin-bottom: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--landing-primary);
  background: var(--landing-primary-soft);
  border-radius: 11px;
  font-size: 9px;
  font-weight: 850;
}

.about-service-grid h3,
.about-value-grid h3,
.about-workflow h3 {
  margin: 0 0 9px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.about-service-grid p,
.about-value-grid p,
.about-workflow p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 10px;
  line-height: 1.75;
}

/* Workflow */
.about-workflow {
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(67, 213, 201, 0.2), transparent 23%),
    var(--landing-navy);
  border: 0;
  box-shadow: 0 22px 48px rgba(11, 51, 68, 0.17);
}

.about-workflow .about-eyebrow {
  color: #72ded3;
}

.about-workflow .about-section-head h2,
.about-workflow h3 {
  color: #fff !important;
}

.about-workflow .about-section-head > p,
.about-workflow p {
  color: #a9c0cc;
}

.about-workflow ol {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}

.about-workflow li {
  min-height: 190px;
  padding: 21px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 15px;
}

.about-workflow li > span {
  width: 36px;
  height: 36px;
  margin-bottom: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #083d39;
  background: #91e0d8;
  border-radius: 11px;
  font-size: 9px;
  font-weight: 850;
}

/* Values */
.about-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.about-value-grid article {
  min-height: 230px;
}

/* Contact */
.about-contact {
  min-height: 350px;
  padding: clamp(32px, 5vw, 58px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  scroll-margin-top: 96px;
  color: #fff;
  background: linear-gradient(125deg, #0b2032, #0c5d61);
  border-radius: 24px;
  box-shadow: 0 22px 48px rgba(11, 51, 68, 0.17);
}

.about-contact .about-eyebrow {
  color: #72ded3;
}

.about-contact h2 {
  color: #fff !important;
}

.about-contact-copy > p {
  max-width: 580px;
  margin: 16px 0 0;
  color: #b9cfd8;
  font-size: 10px;
  line-height: 1.75;
}

.about-contact-links {
  display: grid;
  gap: 9px;
}

.about-contact-links a {
  min-width: 0;
  min-height: 68px;
  padding: 13px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  text-decoration: none;
  transition: background 150ms ease, border-color 150ms ease;
}

.about-contact-links a:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(114, 222, 211, 0.34);
}

.about-contact-links span {
  margin-bottom: 5px;
  color: #86aab8;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-contact-links strong {
  overflow: hidden;
  color: #fff;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* CTA */
.about-cta {
  min-height: 210px;
  padding: clamp(30px, 5vw, 54px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: var(--landing-text);
  background: #fff;
  border: 1px solid var(--landing-border);
  border-radius: 24px;
  box-shadow: var(--landing-shadow);
}

.about-cta > div:first-child {
  max-width: 730px;
}

.about-cta-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 9px;
}

/* Tablet */
@media (max-width: 980px) {
  .about-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .about-hero-card {
    min-height: 340px;
  }

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

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

  .about-content-card,
  .about-principle-card {
    min-height: auto;
  }

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

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

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

/* Mobile */
@media (max-width: 640px) {
  .about-page .about-page-main {
    width: calc(100% - 20px);
    margin-top: 18px;
    gap: 14px;
  }

  .about-hero {
    padding: 30px 20px;
    gap: 28px;
    border-radius: 20px;
  }

  .about-hero h1 {
    margin-bottom: 17px;
    font-size: clamp(38px, 12vw, 52px);
    line-height: 1.01;
  }

  .about-hero-copy > p {
    font-size: 12px;
    line-height: 1.7;
  }

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

  .about-hero-actions .btn {
    min-width: 0;
    padding-inline: 8px !important;
  }

  .about-hero-card {
    min-height: auto;
    padding: 24px 19px;
    border-radius: 16px;
  }

  .about-hero-card h2 {
    font-size: 22px;
  }

  .about-facts {
    gap: 9px;
  }

  .about-facts article {
    min-height: 105px;
    padding: 17px;
    border-radius: 14px;
  }

  .about-content-card,
  .about-principle-card,
  .about-services,
  .about-workflow,
  .about-values,
  .about-contact,
  .about-cta {
    padding: 28px 20px;
    border-radius: 18px;
  }

  .about-content-card h2,
  .about-section-head h2,
  .about-contact h2,
  .about-cta h2 {
    font-size: 29px;
  }

  .about-copy-columns {
    margin-top: 22px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-copy-columns p:last-child {
    grid-column: 1;
  }

  .about-principle-card blockquote {
    font-size: 23px;
  }

  .about-section-head {
    margin-bottom: 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .about-service-grid,
  .about-value-grid,
  .about-workflow ol {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .about-service-grid article,
  .about-value-grid article,
  .about-workflow li {
    min-height: 0;
    padding: 19px;
  }

  .about-service-grid article > span,
  .about-value-grid article > span,
  .about-workflow li > span {
    margin-bottom: 18px;
  }

  .about-contact {
    min-height: auto;
    gap: 24px;
  }

  .about-cta {
    min-height: auto;
    flex-direction: column;
    align-items: stretch;
  }

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

@media (max-width: 380px) {
  .about-hero-actions,
  .about-facts {
    grid-template-columns: 1fr;
  }
}
