/* About page */
main {
  overflow: hidden;
}

.about2-hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(380px, 0.85fr) minmax(600px, 1.15fr);
  align-items: center;
  gap: clamp(52px, 7vw, 112px);
  padding: 86px 0 104px;
}

.about2-hero-copy {
  max-width: 610px;
}

.about2-hero h1 {
  max-width: 620px;
  font-size: clamp(58px, 5.3vw, 82px);
}

.hero-lead,
.hero-detail {
  color: var(--muted);
}

.hero-lead {
  margin: 28px 0 0;
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.65;
}

.hero-detail {
  max-width: 580px;
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.7;
}

.product-window {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(2, 10, 18, 0.76);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
}

.window-bar {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  border-bottom: 1px solid var(--border-soft);
  background: rgba(2, 10, 18, 0.92);
}

.window-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.window-dot-red {
  background: #ff716a;
}

.window-dot-amber {
  background: #f4c35b;
}

.window-dot-green {
  background: #69d69a;
}

.window-title {
  margin-left: 4px;
  color: var(--soft);
  font-size: 10px;
  letter-spacing: 0.025em;
}

.product-window img {
  width: 100%;
  height: auto;
}

.hero-window {
  transform: translateY(8px);
}

.about2-section {
  padding: 104px 0;
  border-top: 1px solid var(--border-soft);
}

.section-label,
.story-label,
.cta-label {
  color: var(--blue);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.section-label {
  margin-bottom: 23px;
}

.split-heading,
.direction-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(480px, 1.24fr);
  gap: clamp(70px, 10vw, 164px);
}

.split-heading h2,
.direction-grid h2 {
  max-width: 520px;
  font-size: clamp(46px, 4.4vw, 66px);
}

.section-copy,
.direction-copy {
  max-width: 720px;
}

.statement {
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.7;
}

.statement + .statement {
  margin-top: 24px;
}

.statement strong {
  color: var(--text);
  font-weight: 600;
}

.origin-section {
  background:
    radial-gradient(650px 390px at 94% 28%, rgba(76, 141, 255, 0.08), transparent 72%),
    rgba(2, 10, 18, 0.18);
}

.section-intro {
  max-width: 780px;
}

.section-intro h2 {
  max-width: 650px;
  font-size: clamp(46px, 4.4vw, 66px);
}

.section-intro > p {
  max-width: 700px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 54px;
}

.principle-card {
  min-height: 310px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 15px;
  background:
    linear-gradient(150deg, rgba(76, 141, 255, 0.09), transparent 48%),
    rgba(255, 255, 255, 0.035);
}

.principle-number {
  display: block;
  margin-bottom: 74px;
  color: var(--green);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.principle-card h3,
.product-story h3 {
  margin: 0;
  color: var(--text);
  font-size: 20px;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.principle-card p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.support-section {
  background: rgba(2, 10, 18, 0.2);
}

.support-heading {
  margin-bottom: 68px;
}

.product-story {
  border: 1px solid var(--border);
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 10%, rgba(76, 141, 255, 0.1), transparent 36%),
    rgba(255, 255, 255, 0.032);
}

.driver-story {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: clamp(50px, 8vw, 126px);
  padding: clamp(44px, 6vw, 82px);
}

.story-copy {
  max-width: 620px;
}

.story-label {
  display: block;
  margin-bottom: 18px;
}

.product-story h3 {
  max-width: 620px;
  font-family: var(--ff-display);
  font-size: clamp(44px, 4.6vw, 68px);
  font-weight: 800;
  line-height: 1;
}

.story-copy > p:not(.story-note),
.dashboard-copy p {
  max-width: 620px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.story-note {
  margin: 30px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--border-soft);
  color: var(--green);
  font-size: 13px;
  font-weight: 600;
}

.phone-stage {
  display: flex;
  justify-content: center;
}

.phone-frame {
  width: min(100%, 300px);
  overflow: hidden;
  padding: 8px;
  border: 1px solid rgba(150, 180, 220, 0.32);
  border-radius: 31px;
  background: #111d2b;
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.38);
}

.phone-frame img {
  width: 100%;
  height: auto;
  border-radius: 23px;
}

.dashboard-story {
  margin-top: 18px;
  padding: clamp(40px, 5vw, 68px);
}

.dashboard-copy {
  max-width: 820px;
  margin-bottom: 44px;
}

.dashboard-window {
  border-radius: 13px;
}

.audience-section {
  background:
    radial-gradient(720px 410px at 8% 60%, rgba(34, 117, 99, 0.12), transparent 70%),
    rgba(2, 10, 18, 0.32);
}

.audience-panel {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(66px, 9vw, 150px);
  align-items: start;
}

.audience-copy h2 {
  max-width: 610px;
  font-size: clamp(46px, 4.6vw, 68px);
}

.audience-copy p {
  max-width: 570px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.audience-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--border);
}

.audience-list li {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, 0.78fr) minmax(260px, 1.22fr);
  gap: 28px;
  padding: 25px 0 25px 24px;
  border-bottom: 1px solid var(--border);
}

.audience-list li::before {
  content: "";
  position: absolute;
  top: 33px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(116, 216, 154, 0.1);
}

.audience-list strong {
  color: var(--text);
  font-size: 14px;
}

.audience-list span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.direction-section {
  padding-bottom: 0;
}

.about2-cta {
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 44px;
  padding-bottom: 44px;
  border-top: 1px solid var(--border);
}

.cta-label {
  display: block;
  margin-bottom: 7px;
  color: var(--green);
}

.about2-cta strong {
  display: block;
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: -0.025em;
}

.cta-actions {
  display: flex;
  gap: 10px;
}

@media (max-width: 1120px) {
  .about2-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .about2-hero-copy {
    max-width: 760px;
  }

  .hero-window {
    transform: none;
  }

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

  .principle-card {
    min-height: 270px;
  }

  .audience-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .about2-section {
    padding: 82px 0;
  }

  .split-heading,
  .direction-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

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

  .phone-stage {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .about2-hero {
    gap: 42px;
    padding: 60px 0 70px;
  }

  .about2-hero h1 {
    font-size: clamp(51px, 16vw, 66px);
  }

  .hero-lead {
    font-size: 17px;
  }

  .about2-section {
    padding: 68px 0;
  }

  .principle-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .principle-card {
    min-height: auto;
  }

  .principle-number {
    margin-bottom: 38px;
  }

  .driver-story,
  .dashboard-story {
    padding: 26px 20px;
    border-radius: 15px;
  }

  .story-copy > p:not(.story-note),
  .dashboard-copy p,
  .section-intro > p,
  .audience-copy p {
    font-size: 16px;
  }

  .phone-frame {
    width: min(100%, 270px);
  }

  .audience-list li {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .about2-cta {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 64px;
  }

  .cta-actions {
    width: 100%;
    flex-direction: column;
  }
}
