/* ===== ABOUT PAGE — Blue Lion Websites (Premium Redesign) ===== */

/* Shared blue keyword treatment (matches homepage "Second Chance") */
.ab-hero__title em,
.ab-story__title em,
.ab-timeline__title em,
.ab-more__title em,
.ab-packages__title em,
.ab-why__title em,
.ab-cta__title em {
  font-style: normal;
  color: #1D5CB5;
}

/* ---------- HERO (premium — matches homepage hero) ---------- */
.ab-hero {
  position: relative;
  isolation: isolate;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(7rem, 14vh, 9rem) 24px clamp(4.5rem, 9vh, 6rem);
  overflow: clip;
  color: #fff;
  background:
    radial-gradient(92% 100% at 10% 10%, rgba(52, 121, 255, 0.24) 0%, rgba(10, 24, 59, 0) 60%),
    radial-gradient(90% 120% at 90% 86%, rgba(25, 92, 255, 0.20) 0%, rgba(10, 24, 59, 0) 58%),
    linear-gradient(145deg, #030916 0%, #06112a 36%, #08193d 62%, #030914 100%);
  border-bottom: 1px solid rgba(115, 167, 255, 0.22);
}
/* ambient diagonal grid layer */
.ab-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(46, 107, 255, 0.22), transparent 22% 78%, rgba(31, 86, 215, 0.18)),
    repeating-linear-gradient(112deg, rgba(114, 169, 255, 0.07) 0 2px, rgba(114, 169, 255, 0) 2px 26px);
  opacity: 0.85;
}
.ab-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.55;
  pointer-events: none;
  z-index: -2;
}
.ab-hero__orb--1 {
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(36, 126, 255, 0.55), rgba(36, 126, 255, 0) 70%);
  top: -160px; left: -120px;
}
.ab-hero__orb--2 {
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(57, 166, 255, 0.42), rgba(57, 166, 255, 0) 70%);
  bottom: -120px; right: -80px;
}
.ab-hero .container { position: relative; z-index: 1; max-width: 820px; }
.ab-hero__kicker {
  font-family: 'Montserrat', sans-serif;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #bcd6ff;
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(90, 150, 240, 0.12);
  border: 1px solid rgba(140, 190, 255, 0.32);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.ab-hero__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.6rem, 5.4vw, 4rem);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 22px;
  color: #f4f8ff;
  text-wrap: balance;
}
.ab-hero__title em {
  font-style: normal;
  color: #2f89ff;
  text-shadow: 0 0 26px rgba(57, 153, 255, 0.5);
}
.ab-hero__desc {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  color: rgba(216, 230, 255, 0.9);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ---------- SHARED SECTION KICKER (light sections) ---------- */
.ab-story .ab-hero__kicker,
.ab-more .ab-hero__kicker,
.ab-packages .ab-hero__kicker,
.ab-timeline .ab-hero__kicker {
  color: #1D5CB5;
  background: rgba(29, 92, 181, 0.08);
  border: 1px solid rgba(29, 92, 181, 0.18);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* ---------- STORY ---------- */
.ab-story {
  padding: clamp(5rem, 10vh, 7rem) 24px;
  background:
    radial-gradient(120% 80% at 90% 0%, rgba(29, 92, 181, 0.05), transparent 60%),
    #ffffff;
}
.ab-story__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}
.ab-story__kicker {
  font-family: 'Montserrat', sans-serif;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #1D5CB5;
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(29, 92, 181, 0.08);
  border: 1px solid rgba(29, 92, 181, 0.18);
}
.ab-story__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  color: #0A1F3F;
  margin: 0 0 22px;
  font-weight: 700;
  line-height: 1.12;
}
.ab-story__content p {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  color: #3a4a5c;
  line-height: 1.78;
  margin: 0 0 18px;
}
.ab-story__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Premium glass logo card with colored lion */
.ab-story__logo-wrap {
  position: relative;
  width: 320px;
  height: 320px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 44px;
  overflow: hidden;
  background:
    radial-gradient(120% 120% at 20% 12%, rgba(255, 255, 255, 0.9), rgba(239, 246, 255, 0.6) 55%, rgba(219, 234, 254, 0.5) 100%);
  border: 1px solid rgba(29, 92, 181, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 24px 60px rgba(29, 92, 181, 0.22),
    0 0 0 1px rgba(124, 177, 255, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.ab-story__logo-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: -20%;
  width: 70%;
  height: 60%;
  background: radial-gradient(circle, rgba(91, 160, 242, 0.3) 0%, rgba(91, 160, 242, 0) 70%);
  pointer-events: none;
}
.ab-story__logo-wrap img {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 210px;
  object-fit: contain;
  filter: drop-shadow(0 12px 26px rgba(29, 92, 181, 0.28));
  animation: ab-logo-float 6s ease-in-out infinite;
}
@keyframes ab-logo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ---------- TIMELINE (premium glass + scroll electricity) ---------- */
.ab-timeline {
  padding: clamp(5rem, 10vh, 7rem) 24px;
  background:
    radial-gradient(100% 60% at 50% 0%, rgba(29, 92, 181, 0.06), transparent 55%),
    #f4f8fd;
}
.ab-timeline__header {
  text-align: center;
  margin-bottom: 64px;
}
.ab-timeline__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  color: #0A1F3F;
  margin: 14px 0 0;
  font-weight: 700;
}
.ab-timeline__track {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
/* base (dim) vertical line */
.ab-timeline__track::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: rgba(29, 92, 181, 0.18);
  transform: translateX(-50%);
  border-radius: 3px;
}
/* electric progress line (grows with scroll) */
.ab-timeline__progress {
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: calc(var(--ab-progress, 0) * 100%);
  transform: translateX(-50%);
  border-radius: 3px;
  background: linear-gradient(to bottom, #2f89ff 0%, #5BA0F2 60%, #8ec5ff 100%);
  box-shadow: 0 0 14px rgba(47, 137, 255, 0.7), 0 0 28px rgba(47, 137, 255, 0.35);
  z-index: 1;
  transition: height 0.15s linear;
}
/* travelling spark at the leading edge */
.ab-timeline__progress::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: #eaf4ff;
  box-shadow: 0 0 12px 4px rgba(120, 190, 255, 0.95), 0 0 26px 8px rgba(47, 137, 255, 0.6);
  opacity: var(--ab-spark, 0);
}

.ab-tl-item {
  position: relative;
  width: 50%;
  padding: 0 44px 52px;
  box-sizing: border-box;
}
.ab-tl-item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: 52px;
  padding-left: 0;
}
.ab-tl-item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: 52px;
  padding-right: 0;
}
/* marker — centered exactly on the line via translateX */
.ab-tl-item__marker {
  position: absolute;
  top: 4px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ab-tl-item:nth-child(odd) .ab-tl-item__marker {
  right: 0;
  transform: translateX(50%);
  flex-direction: row;
}
.ab-tl-item:nth-child(even) .ab-tl-item__marker {
  left: 0;
  transform: translateX(-50%);
  flex-direction: row-reverse;
}
.ab-tl-item__marker::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #cfe0f5;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px rgba(29, 92, 181, 0.35), 0 2px 6px rgba(10, 31, 63, 0.18);
  transition: background 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}
.ab-tl-item__year {
  font-family: 'Montserrat', sans-serif;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #8aa3c2;
  white-space: nowrap;
  transition: color 0.4s ease;
}
/* lit (active) state — electricity reaches the milestone */
.ab-tl-item.is-lit .ab-tl-item__marker::before {
  background: radial-gradient(circle at 35% 35%, #8ec5ff, #2f89ff);
  box-shadow:
    0 0 0 3px rgba(47, 137, 255, 0.55),
    0 0 14px 3px rgba(47, 137, 255, 0.75),
    0 0 28px 6px rgba(47, 137, 255, 0.4);
  transform: scale(1.18);
}
.ab-tl-item.is-lit .ab-tl-item__year {
  color: #1D5CB5;
}

/* milestone glass card */
.ab-tl-item__card {
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 22px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(29, 92, 181, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 14px 34px rgba(10, 31, 63, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.ab-tl-item.is-lit .ab-tl-item__card {
  border-color: rgba(47, 137, 255, 0.4);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 18px 44px rgba(29, 92, 181, 0.2),
    0 0 0 1px rgba(124, 177, 255, 0.3);
  transform: translateY(-3px);
}
.ab-tl-item__card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #0A1F3F;
  margin: 0 0 8px;
  line-height: 1.2;
}
.ab-tl-item__card p {
  font-family: 'Inter', sans-serif;
  font-size: .95rem;
  color: #4a5568;
  line-height: 1.62;
  margin: 0;
}

/* today marker base accent */
.ab-tl-item--today .ab-tl-item__marker::before {
  width: 20px;
  height: 20px;
}
.ab-tl-item--today.is-lit .ab-tl-item__marker::before {
  background: radial-gradient(circle at 35% 35%, #d6ebff, #1D5CB5);
}

/* ---------- WHY WORK WITH US (new video section) ---------- */
.ab-why {
  position: relative;
  isolation: isolate;
  padding: clamp(5rem, 11vh, 7.5rem) 24px;
  overflow: clip;
  color: #fff;
  background:
    radial-gradient(80% 90% at 12% 8%, rgba(52, 121, 255, 0.22) 0%, rgba(10, 24, 59, 0) 58%),
    radial-gradient(80% 100% at 88% 92%, rgba(25, 92, 255, 0.18) 0%, rgba(10, 24, 59, 0) 56%),
    linear-gradient(160deg, #030916 0%, #06112a 40%, #08193d 70%, #030914 100%);
}
.ab-why::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: repeating-linear-gradient(112deg, rgba(114, 169, 255, 0.06) 0 2px, rgba(114, 169, 255, 0) 2px 28px);
  opacity: 0.8;
}
.ab-why__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}
.ab-why__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.ab-why__kicker {
  font-family: 'Montserrat', sans-serif;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #bcd6ff;
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(90, 150, 240, 0.12);
  border: 1px solid rgba(140, 190, 255, 0.32);
}
.ab-why__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 16px;
  color: #f4f8ff;
}
.ab-why__title em {
  font-style: normal;
  color: #2f89ff;
  text-shadow: 0 0 26px rgba(57, 153, 255, 0.5);
}
.ab-why__desc {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  color: rgba(216, 230, 255, 0.88);
  line-height: 1.7;
  margin: 0 auto;
  max-width: 600px;
}
/* premium glass video frame (matches homepage hero frame) */
.ab-why__frame {
  position: relative;
  width: min(100%, 960px);
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: clamp(18px, 2.4vw, 32px);
  padding: clamp(8px, 1.1vw, 14px);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.06) 38%, rgba(35, 120, 255, 0.36) 100%);
  border: 1px solid rgba(169, 212, 255, 0.62);
  box-shadow:
    0 0 0 1px rgba(124, 177, 255, 0.24),
    0 45px 80px rgba(0, 5, 18, 0.6),
    0 0 86px rgba(46, 124, 255, 0.32),
    inset 0 0 42px rgba(145, 199, 255, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
}
.ab-why__frame::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -18%;
  width: 68%;
  height: 62%;
  background: radial-gradient(circle, rgba(206, 232, 255, 0.4) 0%, rgba(206, 232, 255, 0) 72%);
  pointer-events: none;
  z-index: 2;
}
.ab-why__frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: calc(clamp(18px, 2.4vw, 32px) - clamp(8px, 1.1vw, 14px));
  background: #020816;
}

/* ---------- MORE THAN JUST A WEBSITE ---------- */
.ab-more {
  padding: clamp(5rem, 10vh, 7rem) 24px;
  background: #fff;
}
.ab-more__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.ab-more__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  color: #0A1F3F;
  margin: 14px 0 18px;
  font-weight: 700;
  line-height: 1.12;
}
.ab-more__content p {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  color: #3a4a5c;
  line-height: 1.78;
  margin: 0 0 12px;
}
.ab-more__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.ab-feature {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(29, 92, 181, 0.14);
  border-radius: 18px;
  padding: 28px 22px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 8px 22px rgba(10, 31, 63, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.ab-feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 38px rgba(29, 92, 181, 0.16), 0 0 0 1px rgba(124, 177, 255, 0.28);
  border-color: rgba(47, 137, 255, 0.32);
}
.ab-feature__icon {
  width: 40px;
  height: 40px;
  color: #1D5CB5;
}
.ab-feature__icon svg { width: 100%; height: 100%; }
.ab-feature h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0A1F3F;
  margin: 0 0 4px;
}
.ab-feature p {
  font-family: 'Inter', sans-serif;
  font-size: .88rem;
  color: #4a5568;
  line-height: 1.55;
  margin: 0;
}

/* ---------- PACKAGES ---------- */
.ab-packages {
  padding: clamp(5rem, 10vh, 7rem) 24px;
  background: #f4f8fd;
  text-align: center;
}
.ab-packages__header { margin-bottom: 50px; }
.ab-packages__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  color: #0A1F3F;
  margin: 14px 0 14px;
  font-weight: 700;
}
.ab-packages__desc {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  color: #3a4a5c;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.65;
}
.ab-packages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1080px;
  margin: 0 auto;
}
.ab-pkg-card {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(29, 92, 181, 0.12);
  border-radius: 22px;
  padding: 40px 28px 34px;
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 10px 28px rgba(10, 31, 63, 0.06);
}
.ab-pkg-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 52px rgba(29, 92, 181, 0.18), 0 0 0 1px rgba(124, 177, 255, 0.3);
  border-color: rgba(47, 137, 255, 0.34);
}
.ab-pkg-card__icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 16px;
  color: #1D5CB5;
}
.ab-pkg-card__icon svg { width: 100%; height: 100%; }
.ab-pkg-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0A1F3F;
  margin: 0 0 10px;
}
.ab-pkg-card p {
  font-family: 'Inter', sans-serif;
  font-size: .92rem;
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
}
.ab-packages__note {
  font-family: 'Inter', sans-serif;
  font-size: .95rem;
  color: #4a5568;
  max-width: 730px;
  margin: 38px auto 28px;
  line-height: 1.65;
}
.ab-packages__cta { margin-top: 8px; }

/* ---------- CTA ---------- */
.ab-cta {
  position: relative;
  isolation: isolate;
  padding: clamp(5rem, 11vh, 7.5rem) 24px;
  text-align: center;
  color: #fff;
  overflow: clip;
  background:
    radial-gradient(80% 90% at 15% 10%, rgba(52, 121, 255, 0.22) 0%, rgba(10, 24, 59, 0) 58%),
    radial-gradient(80% 100% at 85% 90%, rgba(25, 92, 255, 0.18) 0%, rgba(10, 24, 59, 0) 56%),
    linear-gradient(160deg, #030916 0%, #06112a 40%, #08193d 70%, #030914 100%);
}
.ab-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: repeating-linear-gradient(112deg, rgba(114, 169, 255, 0.06) 0 2px, rgba(114, 169, 255, 0) 2px 28px);
  opacity: 0.8;
}
.ab-cta__inner { max-width: 760px; margin: 0 auto; }
.ab-cta .ab-hero__kicker {
  color: #bcd6ff;
  background: rgba(90, 150, 240, 0.12);
  border: 1px solid rgba(140, 190, 255, 0.32);
}
.ab-cta__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 3.8vw, 2.8rem);
  font-weight: 700;
  margin: 16px 0 16px;
  color: #f4f8ff;
  line-height: 1.12;
}
.ab-cta__title em {
  font-style: normal;
  color: #2f89ff;
  text-shadow: 0 0 26px rgba(57, 153, 255, 0.5);
}
.ab-cta__desc {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  color: rgba(216, 230, 255, 0.86);
  margin: 0 0 16px;
  line-height: 1.7;
}
.ab-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 30px;
}

/* ---------- BUTTONS (premium — inherit global .btn shimmer) ---------- */
.ab-packages__cta .btn,
.ab-cta__actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 15px 32px;
  border-radius: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: .92rem;
  font-weight: 700;
  text-decoration: none;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 860px) {
  .ab-story__grid,
  .ab-more__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .ab-story__visual { order: -1; }
  .ab-story__content { text-align: center; }
  .ab-story__kicker { margin-left: auto; margin-right: auto; }
  .ab-more__features { grid-template-columns: 1fr 1fr; }
  .ab-packages__grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }

  /* timeline: single column on the left */
  .ab-timeline__track::before,
  .ab-timeline__progress { left: 20px; }
  .ab-tl-item,
  .ab-tl-item:nth-child(odd),
  .ab-tl-item:nth-child(even) {
    width: 100%;
    left: 0;
    text-align: left;
    padding-left: 56px;
    padding-right: 0;
  }
  .ab-tl-item:nth-child(odd) .ab-tl-item__marker,
  .ab-tl-item:nth-child(even) .ab-tl-item__marker {
    left: 20px;
    right: auto;
    transform: translateX(-50%);
    flex-direction: row;
  }
  .ab-tl-item__year { order: 2; }
}

@media (max-width: 540px) {
  .ab-hero { padding: 88px 18px 56px; min-height: 380px; }
  .ab-story, .ab-more, .ab-packages, .ab-cta, .ab-timeline, .ab-why { padding: 60px 18px; }
  .ab-more__features { grid-template-columns: 1fr; }
  .ab-story__logo-wrap { width: 240px; height: 240px; padding: 34px; }
  .ab-story__logo-wrap img { max-width: 150px; }
  .ab-cta__actions { flex-direction: column; align-items: center; }
  .ab-cta__actions .btn,
  .ab-packages__cta .btn { width: 100%; max-width: 320px; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .ab-story__logo-wrap img { animation: none; }
  .ab-timeline__progress { transition: none; }
  .ab-tl-item__card,
  .ab-tl-item__marker::before,
  .ab-feature,
  .ab-pkg-card { transition: none; }
}



/* ═══════════════════════════════════════════════════════════
   PREMIUM IMPROVEMENTS (appended — wins the cascade)
   (b) dark timeline · (d) dark "more" · (c) light Why-Work + pills
   ═══════════════════════════════════════════════════════════ */

/* ---------- (b) TIMELINE — dark premium, shining nodes ---------- */
.ab-timeline {
  background:
    radial-gradient(92% 100% at 10% 8%, rgba(52, 121, 255, 0.22) 0%, rgba(10, 24, 59, 0) 60%),
    radial-gradient(90% 120% at 90% 88%, rgba(25, 92, 255, 0.18) 0%, rgba(10, 24, 59, 0) 58%),
    linear-gradient(160deg, #030916 0%, #06112a 38%, #08193d 64%, #030914 100%);
  color: #fff;
}
.ab-timeline .ab-hero__kicker {
  color: #bcd6ff;
  background: rgba(90, 150, 240, 0.12);
  border: 1px solid rgba(140, 190, 255, 0.32);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.ab-timeline__title { color: #f4f8ff; }
.ab-timeline__title em { color: #2f89ff; text-shadow: 0 0 26px rgba(57, 153, 255, 0.5); }

/* dim base line — visible on dark */
.ab-timeline__track::before { background: rgba(120, 170, 255, 0.22); }
/* electric progress — stronger glow on dark */
.ab-timeline__progress {
  box-shadow: 0 0 20px rgba(47, 137, 255, 0.9), 0 0 42px rgba(47, 137, 255, 0.55);
}
.ab-timeline__progress::after {
  box-shadow: 0 0 14px 5px rgba(150, 205, 255, 0.98), 0 0 32px 10px rgba(47, 137, 255, 0.7);
}
/* unlit node — softly lit so it shines on the dark backdrop */
.ab-tl-item__marker::before {
  background: radial-gradient(circle at 35% 35%, #d3e7ff, #6aa6f0);
  border: 3px solid rgba(8, 18, 40, 0.9);
  box-shadow: 0 0 0 2px rgba(120, 170, 255, 0.5), 0 0 12px rgba(80, 150, 255, 0.55);
}
.ab-tl-item__year { color: #93a9c9; }
/* lit node — full electric shine */
.ab-tl-item.is-lit .ab-tl-item__marker::before {
  background: radial-gradient(circle at 35% 35%, #d6ecff, #2f89ff);
  box-shadow:
    0 0 0 3px rgba(47, 137, 255, 0.6),
    0 0 18px 4px rgba(47, 137, 255, 0.85),
    0 0 38px 9px rgba(47, 137, 255, 0.5);
  transform: scale(1.18);
}
.ab-tl-item.is-lit .ab-tl-item__year { color: #8ec5ff; }
.ab-tl-item--today.is-lit .ab-tl-item__marker::before {
  background: radial-gradient(circle at 35% 35%, #eaf4ff, #1d6fe0);
}

/* white premium-glass milestone cards on the dark backdrop */
.ab-tl-item__card {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.97), rgba(238, 245, 255, 0.9));
  border: 1px solid rgba(124, 177, 255, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 18px 44px rgba(0, 5, 18, 0.5),
    0 0 0 1px rgba(124, 177, 255, 0.18);
}
.ab-tl-item.is-lit .ab-tl-item__card {
  border-color: rgba(120, 180, 255, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 22px 52px rgba(0, 5, 18, 0.6),
    0 0 0 1px rgba(124, 177, 255, 0.4),
    0 0 30px rgba(47, 137, 255, 0.35);
  transform: translateY(-3px);
}
/* most important word — blue */
.ab-tl-item__card h3 span { color: #1D5CB5; font-style: normal; }

/* ---------- (d) MORE THAN JUST A WEBSITE — dark premium ---------- */
.ab-more {
  background:
    radial-gradient(85% 90% at 12% 8%, rgba(52, 121, 255, 0.2) 0%, rgba(10, 24, 59, 0) 58%),
    radial-gradient(85% 100% at 88% 92%, rgba(25, 92, 255, 0.16) 0%, rgba(10, 24, 59, 0) 56%),
    linear-gradient(160deg, #030916 0%, #06112a 40%, #08193d 70%, #030914 100%);
  color: #fff;
}
.ab-more .ab-hero__kicker {
  color: #bcd6ff;
  background: rgba(90, 150, 240, 0.12);
  border: 1px solid rgba(140, 190, 255, 0.32);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.ab-more__title { color: #f4f8ff; }
.ab-more__title em { color: #2f89ff; text-shadow: 0 0 26px rgba(57, 153, 255, 0.5); }
.ab-more__content p { color: rgba(216, 230, 255, 0.88); }
.ab-more .ab-feature {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(140, 190, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 14px 34px rgba(0, 5, 18, 0.45);
}
.ab-more .ab-feature:hover {
  transform: translateY(-5px);
  border-color: rgba(124, 177, 255, 0.5);
  box-shadow: 0 20px 46px rgba(0, 5, 18, 0.55), 0 0 0 1px rgba(124, 177, 255, 0.32), 0 0 26px rgba(47, 137, 255, 0.28);
}
.ab-more .ab-feature__icon { color: #6db2ff; }
.ab-more .ab-feature h3 { color: #f4f8ff; }
.ab-more .ab-feature p { color: rgba(206, 224, 255, 0.8); }

/* ---------- (c) WHY WORK WITH US — light section ---------- */
.wwu-section--light {
  color: #0A1F3F;
  background:
    radial-gradient(980px 320px at 10% 110%, rgba(37, 111, 236, 0.1), transparent 72%),
    radial-gradient(1100px 330px at 85% -10%, rgba(35, 102, 214, 0.12), transparent 70%),
    linear-gradient(180deg, #f3f6fb 0%, #edf2fb 100%);
}
.wwu-section--light::before { opacity: 0.22; }
.wwu-section--light .wwu-orb { opacity: 0.2; }
.wwu-section--light .wwu-kicker {
  color: #1D5CB5;
  background: rgba(29, 92, 181, 0.08);
  border: 1px solid rgba(29, 92, 181, 0.18);
}
.wwu-section--light .wwu-title { color: #0A1F3F; }
.wwu-section--light .wwu-title em { color: #1D5CB5; text-shadow: none; }
.wwu-section--light .wwu-desc { color: #3a4a5c; }
/* ghost button readable on the light backdrop */
.wwu-section--light .btn.btn--ghost {
  background: rgba(29, 92, 181, 0.06);
  color: #1D5CB5;
  border: 1px solid rgba(29, 92, 181, 0.3);
}
.wwu-section--light .btn.btn--ghost:hover {
  background: rgba(29, 92, 181, 0.12);
  border-color: rgba(29, 92, 181, 0.5);
}

/* (c) feature pills — mirror the Standard/Premium package hero pills */
.wwu-pills--feature { gap: 0.8rem 1rem; }
.wwu-feature-pill {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(248, 249, 253, 0.95));
  border-radius: 16px;
  padding: 0.62rem 1.05rem;
  box-shadow: 0 10px 30px rgba(10, 31, 63, 0.12), 0 0 0 1px rgba(29, 92, 181, 0.08);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}
.wwu-feature-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(10, 31, 63, 0.18), 0 0 0 1px rgba(29, 92, 181, 0.14), 0 0 24px rgba(29, 92, 181, 0.1);
}
.wwu-feature-pill svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: #1D5CB5;
  transition: transform 0.3s ease;
}
.wwu-feature-pill:hover svg { transform: scale(1.12) rotate(-4deg); }
.wwu-feature-pill .pill-label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  color: #0A1F3F;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.wwu-feature-pill .pill-desc {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  color: #5a6b80;
  line-height: 1.3;
}
