/* About v2 styling (scoped to about.html only) */
.about-v2 .v2-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: #6937cc;
}

.about-v2 .v2-lead {
  font-size: clamp(1.06rem, 1.8vw, 1.3rem);
  color: #dbeafe;
  max-width: 48ch;
}

.about-v2 .v2-section {
  padding-top: clamp(3.8rem, 8vw, 5.4rem);
  padding-bottom: clamp(3rem, 6.8vw, 4.6rem);
}

.about-v2 .main-container > .v2-section:not(:first-of-type) {
  padding-top: clamp(4.4rem, 9vw, 6.3rem);
}

.about-v2 .v2-section > .container > .row:first-child {
  margin-top: clamp(0.45rem, 1.3vw, 0.95rem);
}

.about-v2 .v2-section + .v2-section {
  border-top: 1px solid rgba(123, 63, 242, 0.12);
}

.about-v2 .v2c-section--mid {
  padding-top: clamp(4.7rem, 9vw, 6.6rem);
}

.about-v2 .v2-section.v2c-section--dark:last-of-type {
  padding-top: clamp(4.9rem, 9.4vw, 6.9rem);
}

.about-v2 .v2c-footer {
  border-top-color: rgba(123, 63, 242, 0.3);
  background: #090f1c;
  padding-top: 54px;
  padding-bottom: 24px;
}

.about-v2 .v2-section .v2-kicker {
  margin-top: 0.45rem;
}

.about-v2 .v2-about-hero .v2-kicker {
  margin-top: 0;
}

.about-v2 .v2-about-hero {
  position: relative;
  min-height: 56vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.95), rgba(3, 7, 18, 0.88));
}

.about-v2 .v2-about-hero .background-image-holder {
  opacity: 0.46;
  background-size: cover !important;
  background-position: 70% center !important;
  background-repeat: no-repeat !important;
}

.about-v2 .v2-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 10, 18, 0.22) 0%, rgba(6, 10, 18, 0.34) 100%);
  z-index: 1;
}

.about-v2 .v2-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 6rem;
  padding-bottom: 3rem;
}

.about-v2 .v2-about-hero .v2-hero__content .row {
  justify-content: flex-end;
}

.about-v2 .v2-about-hero .v2-hero__content .col-md-8,
.about-v2 .v2-about-hero .v2-hero__content .col-lg-7 {
  margin-left: auto;
}

@media (min-width: 1200px) {
  .about-v2 .v2-about-hero .v2-hero__content .col-lg-7 {
    width: 46%;
    max-width: 46%;
    margin-right: 0;
  }

  .about-v2 .v2-about-hero h1 {
    font-size: clamp(2.4rem, 4.3vw, 4.2rem);
    line-height: 1.08;
    max-width: 15ch;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .about-v2 .v2-about-hero .v2-hero__content .col-md-8 {
    width: 56%;
    max-width: 56%;
  }
}

.about-v2 .v2-about-hero h1 {
  color: #f8fafc;
  max-width: 16ch;
}

.about-v2 .v2-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.about-v2 .btn {
  border-radius: 14px;
  padding: 0.82rem 1.25rem;
  letter-spacing: 0.08em;
  transition: transform 260ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 260ms cubic-bezier(0.22, 0.61, 0.36, 1), background-color 260ms ease, border-color 260ms ease;
}

.about-v2 .btn--primary-1 {
  background: linear-gradient(120deg, #6937cc, #7253c4);
  border-color: transparent;
  color: #f8f5ff;
  box-shadow: 0 10px 22px rgba(105, 55, 204, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.about-v2 .btn--primary-1:hover {
  transform: translateY(-2px) scale(1.01);
  background: linear-gradient(120deg, #7253c4, #6937cc);
}

.about-v2 .btn--dark {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #f8fafc;
}

.about-v2 .btn--dark .btn__text {
  color: #f8fafc !important;
}

.about-v2 .btn--dark:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.05);
}

.about-v2 .v2-card,
.about-v2 .v2-step-card,
.about-v2 .v2-cta-panel {
  border-radius: 14px;
  border: 1px solid rgba(115, 65, 213, 0.22);
  background: #161b2a;
  box-shadow: 0 20px 55px rgba(5, 8, 18, 0.35);
}

.about-v2 .v2-card,
.about-v2 .v2-step-card {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  height: calc(100% - 1.5rem);
}

.about-v2 .v2-step-card span {
  font-weight: 700;
  color: #6937cc;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.about-v2 .v2-cta-panel {
  padding: clamp(1.8rem, 4vw, 3rem);
}

.about-v2 .v2-card--sticky {
  position: sticky;
  top: 110px;
}

.about-v2 .v2-list-check {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.about-v2 .v2-list-check li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.6rem;
}

.about-v2 .v2-list-check li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  position: absolute;
  left: 0;
  top: 0.62rem;
  background: #6937cc;
}

.about-v2 .v2-bts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.about-v2 .v2-bts-item {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(115, 65, 213, 0.24);
  background: #111827;
  transition: transform 220ms ease, border-color 220ms ease;
}

.about-v2 .v2-bts-item:hover {
  transform: translateY(-2px);
  border-color: rgba(139, 92, 246, 0.7);
}

.about-v2 .v2-bts-item img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.about-v2 .reveal-up {
  opacity: 0;
  transform: translateY(12px);
  animation: v2RevealAbout 700ms ease forwards;
}

.about-v2 .reveal-delay-1 { animation-delay: 120ms; }
.about-v2 .reveal-delay-2 { animation-delay: 230ms; }
.about-v2 .reveal-delay-3 { animation-delay: 340ms; }

@keyframes v2RevealAbout {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-v2 .v2-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
  transition-delay: var(--v2-reveal-delay, 0ms);
}

.about-v2 .v2-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.about-v2 .v2-delay-1 { --v2-reveal-delay: 120ms; }
.about-v2 .v2-delay-2 { --v2-reveal-delay: 220ms; }
.about-v2 .v2-delay-3 { --v2-reveal-delay: 320ms; }

.about-v2 blockquote {
  font-family: "ff-real-text-pro", sans-serif !important;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: #f2f2f8;
  border-left: none;
  padding: 0;
  margin-bottom: 1.4rem;
}

.about-v2 .v2c-section--mid blockquote + p {
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  color: #a9a5b9;
}

.about-v2 .v2c-section--mid blockquote + p span {
  display: block;
  font-size: 0.82rem;
  color: #6937cc;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.2rem;
}

@media (max-width: 991px) {
  .about-v2 .v2-card--sticky {
    position: static;
  }

  .about-v2 .v2-about-hero {
    min-height: 62vh;
  }

  .about-v2 .v2-about-hero .background-image-holder {
    background-position: 64% center !important;
  }
}

@media (max-width: 767px) {
  .about-v2 .v2-section {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }

  .about-v2 .main-container > .v2-section:not(:first-of-type) {
    padding-top: 3.7rem;
  }

  .about-v2 .v2c-section--mid {
    padding-top: 4.1rem;
  }

  .about-v2 .v2-section > .container > .row:first-child {
    margin-top: 0.3rem;
  }

  .about-v2 .v2-section.v2c-section--dark:last-of-type {
    padding-top: 4.2rem;
  }

  .about-v2 .v2c-footer {
    padding-top: 36px;
    padding-bottom: 24px;
  }

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

  .about-v2 .v2-bts-item img {
    height: 130px;
  }

  .about-v2 .v2-about-hero {
    min-height: 50vh;
  }

  .about-v2 .v2-about-hero .background-image-holder {
    background-position: 42% 2% !important;
    background-size: cover !important;
    opacity: 0.5;
    transform: translateY(-12%);
    height: 116%;
  }

  .about-v2 .v2-about-hero::before {
    background: linear-gradient(120deg, rgba(5, 9, 16, 0.66) 0%, rgba(6, 10, 18, 0.72) 58%, rgba(6, 10, 18, 0.64) 100%);
  }

  .about-v2 .v2-about-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(circle at 28% 44%, rgba(4, 8, 15, 0.62) 0%, rgba(4, 8, 15, 0.34) 34%, rgba(4, 8, 15, 0) 65%);
  }

  .about-v2 .v2-about-hero h1,
  .about-v2 .v2-about-hero .v2-lead {
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
  }

  .about-v2 .v2-about-hero .btn--dark {
    background: rgba(9, 14, 24, 0.6);
    border-color: rgba(255, 255, 255, 0.58);
  }

  .about-v2 .v2-about-hero .btn--dark .btn__text {
    color: #f8fafc !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  }

  .about-v2 .v2-about-hero .btn--dark:hover {
    background: rgba(9, 14, 24, 0.78);
    border-color: rgba(255, 255, 255, 0.85);
  }

  .about-v2 .v2-hero__content {
    padding-top: 5.5rem;
  }

  .about-v2 .v2-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .about-v2 .v2-about-hero .v2-hero__content .row {
    justify-content: flex-end;
  }

  .about-v2 .v2-about-hero .v2-hero__content .col-md-8,
  .about-v2 .v2-about-hero .v2-hero__content .col-lg-7 {
    width: 100%;
    max-width: 100%;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
  }

  .about-v2 .v2-about-hero .v2-hero__actions {
    align-items: flex-end;
  }
}

/* Final explicit section spacing */
.about-v2 .about-sec-credibility,
.about-v2 .about-sec-process,
.about-v2 .about-sec-bts,
.about-v2 .about-sec-quote,
.about-v2 .about-sec-cta {
  padding-top: 4.5rem !important;
}

.about-v2 .about-sec-quote {
  padding-top: 4.8rem !important;
}

.about-v2 .about-sec-cta {
  padding-top: 4.4rem !important;
}

.about-v2 .v2c-footer {
  padding-top: 30px !important;
  padding-bottom: 36px !important;
}

@media (max-width: 767px) {
  .about-v2 .about-sec-credibility,
  .about-v2 .about-sec-process,
  .about-v2 .about-sec-bts,
  .about-v2 .about-sec-quote,
  .about-v2 .about-sec-cta {
    padding-top: 3rem !important;
  }

  .about-v2 .about-sec-quote {
    padding-top: 3.2rem !important;
  }

  .about-v2 .about-sec-cta {
    padding-top: 3rem !important;
  }

  .about-v2 .v2c-footer {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
  }
}
