/* About Hero Section (Exact Match to Design) */
.about-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #F0F5FF 0%, #FAFCFF 100%);
  padding: 5rem 0 0 0;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
}

.about-hero .container {
  width: 100%;
}

/* Confetti Dots */
.confetti-dot {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.dot-1 { top: 12%; left: 8%; background: #FBBF24; width: 10px; height: 10px; }
.dot-2 { top: 18%; left: 35%; background: #EF4444; width: 8px; height: 8px; }
.dot-3 { top: 8%; left: 52%; background: #38BDF8; width: 9px; height: 9px; }
.dot-4 { top: 38%; left: 4%; background: #F59E0B; width: 11px; height: 11px; }
.dot-5 { top: 12%; right: 10%; background: #06B6D4; width: 7px; height: 7px; }
.dot-6 { top: 58%; right: 8%; background: #8B5CF6; width: 9px; height: 9px; }
.dot-7 { bottom: 8%; left: 45%; background: #A855F7; width: 9px; height: 9px; }
.dot-8 { bottom: 6%; right: 3%; background: #3B82F6; width: 7px; height: 7px; }

.about-hero__inner {
  display: grid;
  grid-template-columns: 1.15fr auto 1.15fr;
  align-items: end;
  position: relative;
  z-index: 2;
  gap: 1.5rem;
}

.about-hero__left {
  padding-bottom: 3.5rem;
}

.about-hero__title {
  font-size: 3.25rem;
  font-weight: 800;
  color: #0A1E3D;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  letter-spacing: -0.5px;
}

.about-hero__title .text-primary {
  color: #0055FF;
}

.about-hero__author {
  margin-bottom: 2.25rem;
  padding-left: 1rem;
  border-left: 3px solid #0055FF;
  position: relative;
}

.about-hero__name {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  color: #0A1E3D;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.about-hero__role {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #0055FF;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.15rem;
}

.about-hero__court {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  color: #64748B;
}

.about-hero__form {
  display: flex !important;
  align-items: stretch;
  gap: 0;
  max-width: 480px;
  width: 100%;
  position: relative;
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
  height: 54px;
  box-sizing: border-box;
}

.about-hero__form input {
  flex: 1 1 auto;
  width: 100% !important;
  min-width: 0;
  background: #fff !important;
  border: 1.5px solid #E2E8F0 !important;
  border-right: none !important;
  border-radius: 6px 0 0 6px !important;
  padding: 0 18px !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: #0A1E3D !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
  height: 100% !important;
  line-height: normal;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box !important;
}

.about-hero__form input:focus {
  border-color: #0055FF !important;
  box-shadow: 0 4px 20px rgba(0, 85, 255, 0.1) !important;
  outline: none !important;
}

.about-hero__form input::placeholder {
  color: #94A3B8;
  font-weight: 500;
}

.about-hero__form button {
  width: 75px;
  height: 100% !important;
  border-radius: 0 6px 6px 0 !important;
  background: #0055FF !important;
  border: none !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer;
  flex-shrink: 0;
  position: relative !important;
  top: auto !important;
  right: auto !important;
  transition: background-color 0.3s ease;
  padding: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

.about-hero__form button:hover {
  background-color: #0A1E3D !important;
}


.about-hero__left .form-message {
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
}

.about-hero__doodle {
  padding: 0 0.5rem;
  align-self: center;
  margin-top: -60px;
}

.about-hero__right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-self: flex-end;
}

.about-hero__lawyer-img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 440px;
  text-align: center;
  line-height: 0;
}

.about-hero__lawyer-img img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  vertical-align: bottom;
}

/* Floating Cards */
.about-hero__card {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0, 85, 255, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.85);
  z-index: 3;
}

.about-hero__card--endorsements {
  top: 15%;
  right: -10px;
  padding: 12px 18px;
  text-align: center;
}

.card-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #0A1E3D;
  margin-bottom: 8px;
}

.avatar-stack {
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar-stack img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -8px;
  object-fit: cover;
}

.avatar-stack img:first-child {
  margin-left: 0;
}

.avatar-badge {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0055FF;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  margin-left: -8px;
}

.about-hero__card--rating {
  bottom: 12%;
  left: -20px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.google-logo {
  display: flex;
  align-items: center;
}

.rating-text {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: #0A1E3D;
  margin-bottom: 2px;
}

.rating-stars {
  color: #F59E0B;
  font-size: 0.95rem;
  letter-spacing: 2px;
  line-height: 1;
}

.about-hero__dots-grid {
  position: absolute;
  bottom: 0;
  right: -15px;
  width: 110px;
  height: 90px;
  background-image: radial-gradient(#CBD5E1 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  z-index: 1;
  opacity: 0.8;
}

/* Shared Grid Layout */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

/* 3. Why Choose Me */
.about-choose {
  padding: 5rem 0;
  background: linear-gradient(135deg, #F0F6FF 0%, #FAF5FF 50%, #FFF7ED 100%);
  position: relative;
  overflow: hidden;
}

.about-choose::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(0, 85, 255, 0.07) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.about-choose::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.about-choose .about-grid {
  align-items: center;
  position: relative;
  z-index: 2;
}

.about-choose__image {
  position: relative;
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
}

.about-choose__image-frame {
  position: relative;
  padding: 6px;
  background: linear-gradient(135deg, #0055FF 0%, #06B6D4 45%, #F59E0B 100%);
  border-radius: 22px;
  box-shadow: none;
}

.about-choose__image img {
  width: 100%;
  height: 310px;
  max-height: 310px;
  object-fit: cover;
  object-position: center;
  border-radius: 17px;
  display: block;
  background: #fff;
  box-shadow: none;
}

.illustration-placeholder {
  width: 100%;
  height: 310px;
  max-height: 310px;
  background: linear-gradient(135deg, #EFF6FF 0%, #F5F3FF 50%, #FEF3C7 100%);
  border-radius: 17px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.illustration-placeholder svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-choose__content .section-subtitle {
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #0055FF;
  background: linear-gradient(135deg, #E0ECFF 0%, #EDE9FE 100%);
  border: 1px solid rgba(0, 85, 255, 0.15);
  padding: 6px 16px;
  border-radius: 50px;
  letter-spacing: 0.8px;
  margin-bottom: 0.85rem;
}

.about-choose__content .section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0A1E3D;
  margin-bottom: 1.15rem;
  line-height: 1.25;
}

.about-choose__content .section-desc {
  color: #475569;
  line-height: 1.75;
  font-size: 0.96rem;
  margin-bottom: 1.75rem;
}

.about-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2.25rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 1rem;
}

.about-features-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.15rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  background: #fff;
  border: 1px solid rgba(0, 85, 255, 0.12);
  color: #0A1E3D;
  box-shadow: none;
}

.icon-circle {
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0055FF !important;
  box-shadow: none;
}

.btn-primary.btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #0055FF;
  color: #fff;
  padding: 0.95rem 2rem;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: none;
  transition: background-color 0.3s ease;
}

.btn-primary.btn-arrow:hover {
  background: #0A1E3D;
  box-shadow: none;
  transform: none;
}

/* 4. CTA Banner */
.about-cta-banner {
  background-color: #0A1E3D;
  padding: 3.5rem 0;
  position: relative;
  overflow: hidden;
}

.about-cta-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.about-cta-banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.about-cta-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10, 30, 61, 0.88) 0%, rgba(0, 85, 255, 0.78) 100%);
  z-index: 2;
  pointer-events: none;
}

.about-cta-banner .container {
  position: relative;
  z-index: 3;
}

.cta-banner__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.cta-banner__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.cta-banner__actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.cta-hotline-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
}

.hotline-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotline-text span {
  display: block;
  font-size: 0.85rem;
  opacity: 0.8;
}

.hotline-text strong {
  font-size: 1.25rem;
  font-weight: 700;
}

/* 5. Our Law Firm */
.about-firm {
  padding: 5.5rem 0;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.about-firm__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-firm__content {
  position: relative;
}

.about-firm__subtitle {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #0055FF;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.about-firm__title {
  font-size: clamp(1.85rem, 3.5vw, 2.35rem);
  font-weight: 800;
  color: #0A1E3D;
  line-height: 1.22;
  margin: 0 0 1.25rem 0;
  letter-spacing: -0.02em;
}

.about-firm__desc {
  font-size: 0.98rem;
  line-height: 1.75;
  color: #475569;
  margin: 0 0 2rem 0;
}

.firm-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 0.5rem;
}

.firm-feature {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 1.2rem;
  background-color: #0055FF;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  box-sizing: border-box;
}

.firm-feature__icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.firm-feature__icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
}

.firm-feature__icon svg {
  width: 22px;
  height: 22px;
  stroke: #0055FF;
}

.firm-feature__text {
  flex: 1;
  min-width: 0;
}

.firm-feature__text h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 0.35rem 0;
  line-height: 1.3;
}

.firm-feature__text p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
}

.about-firm__image {
  position: relative;
  width: 100%;
}

.about-firm__image .image-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #E2E8F0;
  background-color: #F8FAFC;
}

.about-firm__image img {
  width: 100%;
  height: 420px;
  max-height: 440px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* 6. Risk Factors / Sharing Experience */
.about-risk {
  padding: 5.5rem 0;
  background-color: #FAFCFF;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #EAEFF8;
  border-bottom: 1px solid #EAEFF8;
}

.about-risk__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 4rem;
  align-items: center;
}

/* Left: Image / Card */
.about-risk__image-col {
  position: relative;
  width: 100%;
}

.about-risk__card {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 1.5rem;
  box-sizing: border-box;
  position: relative;
}

.about-risk__card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #F1F5F9;
}

.about-risk__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0055FF;
  background-color: #EFF6FF;
  padding: 4px 10px;
  border-radius: 4px;
}

.about-risk__tag-dot {
  width: 6px;
  height: 6px;
  background-color: #0055FF;
  border-radius: 50%;
  display: inline-block;
}

.about-risk__tag-id {
  font-size: 0.75rem;
  font-weight: 600;
  color: #94A3B8;
  letter-spacing: 0.5px;
}

.about-risk__chart-canvas {
  background-color: #F8FAFC;
  border: 1px solid #F1F5F9;
  border-radius: 8px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
}

.about-risk__chart-canvas img {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
  display: block;
}

.about-risk__caption-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1rem;
  padding: 0;
  background-color: transparent;
  border: none;
}

.about-risk__caption {
  font-size: 0.92rem;
  font-weight: 700;
  color: #0A1E3D;
  margin: 0;
  line-height: 1.4;
  text-align: center;
}

/* Right: Content */
.about-risk__content-col {
  position: relative;
}

.about-risk__subtitle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #0055FF;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.about-risk__subtitle::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #0055FF;
  border-radius: 2px;
  display: inline-block;
}

.about-risk__title {
  font-size: clamp(1.85rem, 3.5vw, 2.35rem);
  font-weight: 800;
  color: #0A1E3D;
  line-height: 1.22;
  margin: 0 0 1.5rem 0;
  letter-spacing: -0.02em;
}

.about-risk__lead-desc {
  margin-bottom: 1.25rem;
}

.about-risk__lead-desc p {
  font-size: 0.98rem;
  line-height: 1.75;
  color: #475569;
  margin: 0;
  text-align: justify;
}

.about-risk__sub-desc p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #475569;
  margin: 0 0 1.75rem 0;
  text-align: justify;
}

.about-risk__guarantee-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 1.15rem;
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #0A1E3D;
}

.about-risk__badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #EFF6FF;
  border-radius: 4px;
}

/* 7. FAQ Section */
.about-faq-section {
  padding: 5rem 0;
  background-color: #fff;
  position: relative;
}

.faq-layout {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 4rem;
  align-items: center;
}

.faq-layout__image-side {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}

.faq-bg-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-color: var(--color-primary);
  border-radius: 16px;
  z-index: 0;
}

.faq-layout__image-side img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.faq-accordion {
  margin-top: 2rem;
}

.faq-item {
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  margin-bottom: 1rem;
  background: #fff;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #0A1E3D;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.faq-question::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" stroke="%230055FF" stroke-width="2" xmlns="http://www.w3.org/2000/svg"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat center;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question {
  color: var(--color-primary);
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.faq-answer p {
  padding: 0 1.5rem 1.5rem 1.5rem;
  margin: 0;
  color: #475569;
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 991px) {
  .about-hero {
    padding: 4rem 0 0 0;
  }

  .about-hero__left {
    padding-bottom: 0;
  }

  .about-hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 3rem;
  }

  .about-hero__title {
    font-size: 2.5rem;
  }

  .about-hero__author {
    border-left: none !important;
    padding-left: 0 !important;
    text-align: center;
  }

  .about-hero__form {
    margin: 0 auto;
    max-width: 440px;
    width: 100%;
  }

  .about-hero__doodle {
    display: none;
  }

  .about-hero__right {
    margin-top: 1rem;
  }

  .about-hero__card--endorsements {
    top: 36%;
    right: 0;
  }

  .about-hero__card--rating {
    left: 0;
  }

  .about-grid, .about-firm__grid, .about-risk__grid, .faq-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .about-firm__image, .about-risk__image-col {
    order: -1;
  }
}

@media (max-width: 767px) {
  .about-hero {
    padding: 3.5rem 0 0 0;
  }

  .about-hero__title {
    font-size: 2rem;
  }

  .about-hero__form {
    height: 48px;
    max-width: 100%;
  }

  .about-hero__form input {
    padding: 0 14px !important;
    font-size: 0.95rem !important;
  }

  .about-hero__form button {
    width: 60px;
  }

  .about-hero__card--endorsements {
    top: 46%;
    right: 0;
    padding: 8px 12px;
  }

  .about-hero__card--rating {
    bottom: 8%;
    left: 0;
    padding: 8px 12px;
  }

  .cta-banner__inner {
    flex-direction: column;
    text-align: center;
  }
  
  .cta-banner__actions {
    flex-direction: column;
    width: 100%;
  }
  
  .about-choose__image img,
  .illustration-placeholder {
    height: 250px;
    max-height: 250px;
  }

  .about-choose__content .section-title {
    font-size: 1.8rem;
  }

  .about-features-list,
  .firm-features {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .about-firm__image img {
    height: 260px;
    max-height: 280px;
  }

  .about-risk__card {
    padding: 1rem;
  }

  .about-risk__chart-canvas {
    padding: 1rem;
    min-height: 180px;
  }

  .about-risk__chart-canvas img {
    max-height: 220px;
  }

  .about-risk__guarantee-badge {
    width: 100%;
    box-sizing: border-box;
  }
  
  .faq-layout__image-side {
    padding: 1rem;
  }
  
  .faq-bg-block {
    width: 100%;
    height: 80%;
    top: auto;
    bottom: 0;
  }
}

/* ==========================================================================
   Entrance Scroll Animations (Smooth, Subtle, High-Performance)
   ========================================================================== */
.about-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

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

/* Stagger Delays for child cards / columns */
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
  .about-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
