/* ============================================================
   ABH Vehicle — Landing Page Styles
   Palette: White / Blue / Yellow
============================================================ */
:root {
  --blue: #1e50c8;
  --blue-dark: #143a99;
  --blue-light: #eaf0ff;
  --yellow: #ffc107;
  --yellow-dark: #f0a800;
  --navy: #0b1f4d;
  --ink: #1a2233;
  --muted: #32353b;
  --bg: #ffffff;
  --bg-soft: #f5f8ff;
  --line: #e6ecf7;
  --radius: 18px;
  --radius-lg: 26px;
  --shadow-sm: 0 6px 18px rgba(20, 40, 90, 0.06);
  --shadow-md: 0 14px 40px rgba(20, 40, 90, 0.1);
  --shadow-lg: 0 24px 60px rgba(20, 40, 90, 0.16);
  --grad-blue: linear-gradient(135deg, #2563eb 0%, #1e50c8 55%, #143a99 100%);
  --grad-cta: linear-gradient(135deg, #1e50c8 0%, #143a99 100%);
}

* {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
.brand-text {
  font-family: "Sora", "Inter", sans-serif;
}

.text-blue {
  color: #ffc107;
}

/* ---------- Buttons ---------- */
.btn {
  font-weight: 500;
  border-radius: 50px;
  font-size: 15px;
  padding: 0.7rem 1.6rem;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}
.btn:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 2px;
}

.btn-primary-grad {
  background: var(--grad-blue);
  color: #fff;
  border: none;
  box-shadow: 0 10px 24px rgba(30, 80, 200, 0.28);
}
.btn-primary-grad:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(30, 80, 200, 0.38);
}

.btn-outline-blue {
  border: 2px solid var(--blue);
  color: var(--blue);
  background: #fff;
}
.btn-outline-blue:hover {
  background: var(--blue);
  color: #fff;
  transform: translateY(-3px);
}

.btn-yellow {
  background: var(--yellow);
  color: var(--navy);
  border: none;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(255, 193, 7, 0.4);
}
.btn-yellow:hover {
  background: var(--yellow-dark);
  color: var(--navy);
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(255, 193, 7, 0.5);
}

.btn-quote {
  background: var(--yellow);
  color: var(--navy);
  font-weight: 700;
  padding: 0.55rem 1.4rem;
  box-shadow: 0 8px 20px rgba(255, 193, 7, 0.35);
}
.btn-quote:hover {
  background: var(--yellow-dark);
  color: var(--navy);
  transform: translateY(-2px);
}

/* ---------- Navbar ---------- */
.site-nav {
  background: rgb(255, 255, 255);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  padding: 0.3rem 0;
  transition:
    padding 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}
.site-nav.scrolled {
  padding: 0.25rem 0;
  box-shadow: var(--shadow-sm);
  border-bottom-color: var(--line);
  background: rgb(255, 255, 255);
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--grad-blue);
  color: #fff;
  border-radius: 12px;
  font-size: 1.3rem;
  box-shadow: 0 6px 16px rgba(30, 80, 200, 0.3);
}
.brand-text {
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--navy);
  letter-spacing: -0.5px;
}
.brand-accent {
  color: var(--blue);
}

.navbar-nav .nav-link {
  color: var(--ink);
  font-weight: 500;
  padding: 0.5rem 0.9rem;
  border-radius: 10px;
  position: relative;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--blue);
}
.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.25rem;
  height: 2px;
  background: var(--yellow);
  border-radius: 2px;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.logo {
  width: 70px;
  height: auto;
}

@media (max-width: 768px) {
  .logo {
    width: 60px;
  }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 150px 0 90px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    /* faint scrap-car silhouette bottom-right */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='460' height='210' viewBox='0 0 460 210'%3E%3Cg fill='%23ffffff' fill-opacity='0.045'%3E%3Cpath d='M40 140 C46 116 62 108 96 104 L146 64 C156 54 172 50 190 50 L306 50 C332 50 348 60 360 82 L392 120 C418 126 434 134 438 156 L438 170 L40 170 Z'/%3E%3Ccircle cx='150' cy='172' r='30'/%3E%3Ccircle cx='348' cy='172' r='30'/%3E%3C/g%3E%3C/svg%3E")
      right -20px bottom 0 / 460px auto no-repeat,
    /* dot-grid texture (light dots on dark) */
    radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1.4px) 0 0 / 22px
      22px,
    /* soft noise */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E"),
    /* colour glows */
    radial-gradient(
        1100px 550px at 85% -10%,
        rgba(255, 193, 7, 0.22),
        transparent 60%
      ),
    radial-gradient(
      1000px 600px at 5% 15%,
      rgba(37, 99, 235, 0.3),
      transparent 55%
    ),
    /* dark base */
    linear-gradient(160deg, #0b1f4d 0%, #0a1838 55%, #060f28 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--navy);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: var(--shadow-sm);
  margin-bottom: 1.4rem;
}
.badge-pill .stars {
  color: var(--yellow);
  letter-spacing: 1px;
}

.hero-title {
  font-size: clamp(1.8rem, 3.4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -1px;
  margin-bottom: 1.1rem;
  color: #fff;
}
.hero-sub {
  font-size: 1rem;
  color: #fff;
  max-width: 540px;
  margin-bottom: 1.6rem;
}

.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem 1.2rem;
  margin-bottom: 1.8rem;
}
.feature-list li {
  font-weight: 500;
  color: #fff;
}
.feature-list i {
  color: #ffc107;
  margin-right: 0.5rem;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.4rem;
}
.trust-badges span {
  font-size: 0.92rem;
  font-weight: 600;
  color: #fff;
}
.trust-badges i {
  color: #1aa259;
  margin-right: 0.3rem;
}

/* ---------- Glass Form ---------- */
.glass-card {
  position: relative;
  z-index: 1;
  background: rgb(255, 255, 255);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-lg);
  padding: 2.2rem;
  box-shadow: var(--shadow-lg);
}
.glass-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(30, 80, 200, 0.4),
    rgba(255, 193, 7, 0.4)
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.glass-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.3rem;
}
.glass-sub {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 1.4rem;
}

.form-label {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--navy);
  margin-bottom: 0.35rem;
}
.form-control {
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 0.8rem 1rem;
  background: rgba(255, 255, 255, 0.85);
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.form-control:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(30, 80, 200, 0.12);
}

.secure-note {
  text-align: center;
  font-size: 0.85rem;
  color: var(--muted);
  margin: 1rem 0 0;
}
.secure-note i {
  color: #1aa259;
}

.form-success {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1rem;
  background: #e9f9ef;
  border: 1px solid #b9ecc9;
  color: #157347;
  padding: 1rem;
  border-radius: 14px;
  font-weight: 600;
}
.form-success i {
  font-size: 1.3rem;
}

/* ---------- Sections ---------- */
.section {
  padding: 84px 0;
}
.section-alt {
  background: var(--bg-soft);
}
.section-head {
  max-width: 640px;
  margin: 0 auto 3rem;
}

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--blue);
  background: var(--blue-light);
  padding: 0.35rem 0.9rem;
  border-radius: 50px;
  margin-bottom: 0.9rem;
}
.section-title {
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.5px;
}
.section-title.text-start {
  text-align: left;
}
.section-lead {
  color: var(--muted);
  font-size: 1.05rem;
  margin-top: 0.6rem;
}

/* ---------- Feature / Service Cards ---------- */
.feature-card,
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem 1.7rem;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}
.feature-card:hover,
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
  border-color: rgba(30, 80, 200, 0.25);
}

.icon-badge {
  width: 60px;
  height: 60px;
  border-radius: 40px;
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  color: #fff;
  background: var(--grad-blue);
  margin-bottom: 1.2rem;
  box-shadow: 0 8px 20px rgba(30, 80, 200, 0.28);
}
.icon-badge.alt {
  background: linear-gradient(135deg, #ffc107, #f0a800);
  color: var(--navy);
  box-shadow: 0 8px 20px rgba(255, 193, 7, 0.35);
}

.feature-card h3,
.service-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.feature-card p,
.service-card p {
  color: var(--muted);
  font-size: 0.96rem;
  margin: 0;
}

/* ---------- Timeline ---------- */
.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 46px;
  left: 12%;
  right: 12%;
  height: 3px;
  background: repeating-linear-gradient(
    90deg,
    var(--blue) 0 14px,
    transparent 14px 26px
  );
  z-index: 0;
}
.tl-step {
  position: relative;
  z-index: 1;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem 1.3rem;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.tl-step:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}
.tl-num {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--navy);
  font-weight: 800;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 14px rgba(255, 193, 7, 0.4);
}
.tl-icon {
  font-size: 2rem;
  color: var(--blue);
  margin: 1rem 0 0.8rem;
}
.tl-step h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.4rem;
}
.tl-step p {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0;
}

/* ---------- Benefits ---------- */
.benefit-img {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.benefit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.floating-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 0.9rem 1.3rem;
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.floating-badge strong {
  font-family: "Sora", sans-serif;
  font-size: 1.6rem;
  color: var(--blue);
}
.floating-badge span {
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 600;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.95rem 1.1rem;
  font-weight: 600;
  color: var(--navy);
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.25s ease,
    border-color 0.25s;
}
.benefit-item:hover {
  transform: translateX(6px);
  border-color: rgba(30, 80, 200, 0.3);
}
.benefit-item i {
  color: var(--blue);
  font-size: 1.2rem;
}

/* ---------- Statistics ---------- */
.stats-section {
  position: relative;
  overflow: hidden;
  background:
    /* fine dot grid */
    radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1.4px) 0 0 / 24px
      24px,
    /* diagonal hairlines */
    repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.04) 0 1px,
        transparent 1px 16px
      ),
    /* corner glows */
    radial-gradient(
        600px 300px at 90% -20%,
        rgba(255, 193, 7, 0.22),
        transparent 60%
      ),
    radial-gradient(
      600px 320px at 5% 120%,
      rgba(37, 99, 235, 0.35),
      transparent 60%
    ),
    /* base gradient */ var(--grad-cta);
}

/* soft top/bottom fade edges so texture blends premium */
.stats-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(11, 31, 77, 0.35) 0%,
    transparent 18%,
    transparent 82%,
    rgba(6, 15, 40, 0.4) 100%
  );
}

/* keep stat cards above texture */
.stats-section .container {
  position: relative;
  z-index: 1;
}
.stat-card {
  color: #fff;
  padding: 1rem;
}
.stat-num {
  font-family: "Sora", sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
}
.stat-label {
  font-size: 0.98rem;
  opacity: 0.9;
  margin-top: 0.4rem;
  font-weight: 500;
}

/* ---------- Testimonials ---------- */
.review-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem 1.8rem;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.review-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
}
.review-card .stars {
  color: var(--yellow);
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.review-card p {
  color: var(--ink);
  font-style: italic;
  margin-bottom: 1.3rem;
}
.reviewer {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--blue-light);
  color: var(--blue);
  font-weight: 700;
  display: grid;
  place-items: center;
  font-family: "Sora", sans-serif;
}
.reviewer strong {
  display: block;
  color: var(--navy);
  font-size: 0.98rem;
}
.reviewer small {
  color: var(--muted);
}

/* ---------- FAQ ---------- */
.faq-accordion .accordion-item {
  border: 1px solid var(--line);
  border-radius: 14px !important;
  margin-bottom: 0.9rem;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.faq-accordion .accordion-button {
  font-weight: 600;
  color: var(--navy);
  background: #fff;
  padding: 1.15rem 1.3rem;
}
.faq-accordion .accordion-button:not(.collapsed) {
  background: var(--blue-light);
  color: var(--blue);
  box-shadow: none;
}
.faq-accordion .accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(30, 80, 200, 0.18);
}
.faq-accordion .accordion-button::after {
  background-size: 1rem;
}
.faq-accordion .accordion-body {
  color: var(--muted);
}

/* ---------- CTA ---------- */
.cta-section {
  background: var(--grad-cta);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size:
    25px 25px,
    60px 60px;
  background-position:
    0 0,
    30px 30px;
  opacity: 0.5;
  pointer-events: none;
}

.cta-section > * {
  position: relative;
  z-index: 2;
}
.cta-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.12) 0%,
    transparent 35%,
    rgba(255, 255, 255, 0.05) 70%,
    transparent 100%
  );
  mix-blend-mode: overlay;
  opacity: 0.7;
  pointer-events: none;
}
.cta-section h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  margin-bottom: 0.6rem;
  position: relative;
}
.cta-section p {
  font-size: 1.15rem;
  opacity: 0.92;
  margin-bottom: 1.8rem;
  position: relative;
}
.cta-section .btn {
  position: relative;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy);
  color: #c9d3e8;
  padding: 64px 0 24px;
}
.site-footer h4 {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 1.1rem;
}
.footer-about {
  color: #a9b6d4;
  font-size: 0.95rem;
}
.footer-links a,
.footer-contact a {
  color: #c9d3e8;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links li,
.footer-contact li {
  margin-bottom: 0.65rem;
}
.footer-links a:hover,
.footer-contact a:hover {
  color: var(--yellow);
}
.footer-contact i {
  color: var(--yellow);
  margin-right: 0.5rem;
}
.social-icons {
  display: flex;
  gap: 0.7rem;
  margin-top: 1.2rem;
}
.social-icons a {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.15rem;
  transition:
    background 0.25s,
    transform 0.25s;
}
.social-icons a:hover {
  background: var(--yellow);
  color: var(--navy);
  transform: translateY(-3px);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  font-size: 0.9rem;
  color: #a9b6d4;
}

/* ---------- Floating WhatsApp ---------- */
.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.7rem;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.45);
  transition: transform 0.25s ease;
}
.whatsapp-float:hover {
  color: #fff;
  transform: scale(1.08);
}

/* ---------- Reveal Animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.in-view {
  opacity: 1;
  transform: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
  .site-nav {
    background: rgb(255, 255, 255);
    box-shadow: var(--shadow-sm);
  }
  .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow-md);
  }
  .btn-quote {
    display: inline-block;
    margin-top: 0.5rem;
  }
  .hero {
    padding: 130px 0 70px;
    text-align: center;
  }
  .hero-sub {
    margin-left: auto;
    margin-right: auto;
  }
  .feature-list {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .trust-badges {
    justify-content: center;
  }
  .badge-pill {
    margin-inline: auto;
  }
  .glass-card {
    margin-top: 2.5rem;
  }
  .timeline {
    grid-template-columns: 1fr 1fr;
  }
  .timeline::before {
    display: none;
  }
  .section-title.text-start {
    text-align: center;
  }
  .eyebrow {
    display: inline-block;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 2rem;
  }
  .feature-list {
    grid-template-columns: 1fr;
  }
  .timeline {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 60px 0;
  }
  .glass-card {
    padding: 1.6rem;
  }
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none;
  }
  .btn,
  .feature-card,
  .service-card,
  .tl-step,
  .review-card,
  .benefit-item,
  .whatsapp-float {
    transition: none;
  }
}

/* ============================================================
   ABOUT US SECTION
============================================================ */
.about-section {
  position: relative;
}

.about-visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: linear-gradient(135deg, #eaf0ff, #ffffff);
}
.about-img {
  width: 100%;
  height: auto;
  display: block;
}

.about-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  background: var(--grad-blue);
  color: #fff;
  border-radius: 16px;
  padding: 0.9rem 1.2rem;
  box-shadow: 0 12px 26px rgba(30, 80, 200, 0.35);
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.about-badge .ab-num {
  font-family: "Sora", sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
}
.about-badge .ab-num span {
  color: var(--yellow);
}
.about-badge .ab-label {
  font-size: 0.78rem;
  opacity: 0.9;
  font-weight: 600;
  margin-top: 2px;
}

.about-lead {
  font-size: 1.12rem;
  color: var(--ink);
  font-weight: 500;
  margin: 1rem 0 0.9rem;
}
.about-text {
  color: var(--muted);
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.about-point {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.85rem 1rem;
  box-shadow: var(--shadow-sm);
  height: 100%;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.about-point:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 80, 200, 0.28);
  box-shadow: var(--shadow-md);
}
.about-point i {
  font-size: 1.5rem;
  color: var(--blue);
  background: var(--blue-light);
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.about-point strong {
  display: block;
  color: var(--navy);
  font-size: 0.98rem;
}
.about-point span {
  font-size: 0.82rem;
  color: var(--muted);
}

@media (max-width: 991.98px) {
  .about-section .section-title.text-start {
    text-align: center;
  }
  .about-lead,
  .about-text {
    text-align: center;
  }
  .about-visual {
    max-width: 520px;
    margin: 0 auto 1rem;
  }
  .about-section .d-flex {
    justify-content: center;
  }
}
