
/* Language switcher in nav */

.dropdown-wrap {
  position: relative;
  display: inline-flex;
}
.dropdown-btn::after {
  content: "▾";
  font-size: 9px;
  margin-left: 4px;
  transition: transform 0.15s;
  opacity: 0.7;
}
.dropdown-wrap:hover .dropdown-btn::after {
  transform: rotate(180deg);
}
@keyframes veeBlink {
  0%,
  86%,
  94%,
  100% {
    transform: scaleY(1);
  }
  90% {
    transform: scaleY(0.08);
  }
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
h2.section-title {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 900;
  letter-spacing: -2.2px;
  line-height: 1.02;
  margin-bottom: 22px;
}
h2.section-title .accent {
  background: linear-gradient(135deg, #a78bfa, #ec4899 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
p.section-sub {
  font-size: 17px;
  color: var(--w55);
  max-width: 640px;
  line-height: 1.6;
  margin-bottom: 0;
}
section {
  padding: 100px 0;
  position: relative;
}

/* ── HERO — big founders photo + headline ── */
.ab-hero {
  min-height: 92vh;
  padding: 120px 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  background: #050208;
}
.ab-hero-photo-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.ab-hero-photo-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(0.85) contrast(1.05) brightness(0.65);
}
.ab-hero-photo-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(5, 2, 8, 0.3) 0%,
      rgba(5, 2, 8, 0.4) 50%,
      rgba(5, 2, 8, 0.95) 100%
    ),
    radial-gradient(
      ellipse at 30% 40%,
      rgba(124, 58, 237, 0.2) 0%,
      transparent 55%
    ),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  background-blend-mode: normal, normal, overlay;
  pointer-events: none;
}

.ab-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 40px;
  width: 100%;
}
.ab-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px 7px 12px;
  border-radius: 20px;
  background: rgba(20, 17, 31, 0.75);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(124, 58, 237, 0.35);
  font-size: 11px;
  font-weight: 800;
  color: var(--purple-soft);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.ab-hero-badge .vee-badge {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: -10px 4px -10px -6px;
  animation: veeBadgeIdle 3.8s ease-in-out infinite;
  filter: drop-shadow(0 6px 14px rgba(124, 58, 237, 0.5));
}
.ab-hero h1 {
  font-size: clamp(54px, 7vw, 110px);
  font-weight: 900;
  letter-spacing: -3.5px;
  line-height: 0.95;
  color: #fff;
  margin-bottom: 22px;
  max-width: 920px;
}
.ab-hero h1 .accent {
  background: linear-gradient(135deg, #c4b5fd, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ab-hero-lede {
  font-size: 20px;
  color: var(--w80);
  line-height: 1.55;
  max-width: 640px;
  margin-bottom: 34px;
}
.ab-hero-caption {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  border-radius: 14px;
  background: rgba(10, 6, 18, 0.65);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.ab-hero-caption .n {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.2px;
}
.ab-hero-caption .r {
  font-size: 11.5px;
  color: var(--purple-soft);
  font-weight: 700;
  letter-spacing: 0.4px;
}
.ab-hero-caption .sep {
  color: var(--w35);
}

/* ── Shared section container for 01-04 ── */
.ab-section-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ── 01 · WHY ── */
.ab-why {
  background: #0a0712;
  border-top: 1px solid var(--w04);
}
.ab-why-copy p {
  font-size: 19px;
  color: var(--w80);
  line-height: 1.65;
  margin-bottom: 20px;
  max-width: 680px;
}
.ab-why-copy p strong {
  color: #fff;
  font-weight: 700;
}
.ab-why-copy p.em {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.2;
  color: #fff;
  margin: 40px 0;
  padding-left: 24px;
  border-left: 3px solid var(--purple-light);
  max-width: 700px;
}
.ab-why-copy p.em .accent {
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ── 02 · SOLUTION ── */
.ab-solution {
  background: var(--dark);
}
.ab-sol-copy p {
  font-size: 18px;
  color: var(--w80);
  line-height: 1.65;
  margin-bottom: 20px;
  max-width: 680px;
}
.ab-sol-copy p strong {
  color: #fff;
  font-weight: 700;
}
.ab-sol-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 56px;
}
.ab-sol-stat {
  padding: 0 24px 0 0;
  position: relative;
}
.ab-sol-stat + .ab-sol-stat {
  padding-left: 24px;
}
.ab-sol-stat + .ab-sol-stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  bottom: 15%;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(167, 139, 250, 0.3),
    transparent
  );
}
.ab-sol-stat .n {
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1;
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}
.ab-sol-stat .l {
  font-size: 13px;
  color: var(--w55);
  font-weight: 600;
  line-height: 1.4;
}
.ab-sol-stat .l strong {
  color: #fff;
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}

/* ── 03 · HOW — triad editorial ── */
.ab-how {
  background: #0a0712;
  border-top: 1px solid var(--w04);
}
.ab-triad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 48px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(167, 139, 250, 0.15);
  border-radius: 20px;
  overflow: hidden;
}
.ab-triad-col {
  padding: 32px 28px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ab-triad-col + .ab-triad-col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(167, 139, 250, 0.3),
    transparent
  );
}
.ab-triad-k {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.ab-triad-col.you .ab-triad-k {
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ab-triad-col.editor .ab-triad-k {
  color: #f9a8d4;
}
.ab-triad-col.vee .ab-triad-k {
  color: var(--purple-light);
  opacity: 0.85;
}
.ab-triad-v {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.2px;
  line-height: 1.35;
}
.ab-triad-sub {
  font-size: 12px;
  color: var(--w55);
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
}

/* ── 04 · FUTURE ── */
.ab-future {
  background: var(--dark);
}
.ab-future-copy p {
  font-size: 18px;
  color: var(--w80);
  line-height: 1.65;
  margin-bottom: 20px;
  max-width: 680px;
}
.ab-future-list {
  list-style: none;
  padding: 0;
  margin: 48px 0 0;
  max-width: 780px;
}
.ab-future-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: baseline;
  padding: 22px 0;
  border-top: 1px solid rgba(167, 139, 250, 0.12);
}
.ab-future-list li:last-child {
  border-bottom: 1px solid rgba(167, 139, 250, 0.12);
}
.ab-future-n {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.3px;
  color: var(--purple-light);
  font-variant-numeric: tabular-nums;
  padding-top: 4px;
}
.ab-future-body h4 {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.2;
}
.ab-future-body p {
  font-size: 15px;
  color: var(--w55);
  line-height: 1.55;
  margin: 0;
  max-width: 540px;
}

/* ── FINAL CTA — unified pattern ── */
.ab-final {
  padding: 100px 0 120px;
  text-align: center;
  background: radial-gradient(
    ellipse at 50% 50%,
    rgba(124, 58, 237, 0.18) 0%,
    transparent 60%
  );
}
.ab-final-vee {
  display: block;
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
  filter: drop-shadow(0 8px 32px rgba(124, 58, 237, 0.55));
  animation: abFinalVeeFloat 3.2s ease-in-out infinite;
}
.ab-final-vee svg {
  width: 100%;
  height: 100%;
  display: block;
}
@keyframes abFinalVeeFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-8px) rotate(2deg);
  }
}
.ab-final h2 {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 900;
  letter-spacing: -2.2px;
  line-height: 1.02;
  margin-bottom: 16px;
  color: #fff;
}
.ab-final h2 .accent {
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ab-final p {
  font-size: 17px;
  color: var(--w55);
  max-width: 540px;
  margin: 0 auto 40px;
}
.ab-final-ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.cal-mock {
  padding: 24px 28px 28px;
}
.cal-month {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}
.cal-arrow {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--w08);
  color: var(--w55);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font);
}
.cal-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 20px;
}
.cal-day-label {
  font-size: 10px;
  font-weight: 700;
  color: var(--w35);
  text-align: center;
  padding-bottom: 8px;
}
.cal-d {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--w80);
  border-radius: 8px;
}
.cal-d.empty {
  visibility: hidden;
}
.cal-d.off {
  color: var(--w15);
}
.cal-d.selected {
  background: var(--purple);
  color: #fff;
}
.cal-times-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--purple-light);
  margin-bottom: 12px;
}
.cal-times-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 20px;
}
.cal-time {
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--w08);
  color: var(--w80);
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
}
.cal-time.active {
  background: rgba(124, 58, 237, 0.2);
  border-color: rgba(124, 58, 237, 0.5);
  color: #fff;
}
.cal-confirm {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  background: var(--purple);
  border: none;
  color: #fff;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 6px 24px rgba(124, 58, 237, 0.45);
}

@media (max-width: 1310px) {
  .ab-hero h1 {
    font-size: clamp(42px, 8vw, 72px);
  }
  .ab-sol-stats {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ab-sol-stat {
    padding: 0;
  }
  .ab-sol-stat + .ab-sol-stat {
    padding: 20px 0 0;
    border-top: 1px solid rgba(167, 139, 250, 0.15);
  }
  .ab-sol-stat + .ab-sol-stat::before {
    display: none;
  }
  .ab-triad {
    grid-template-columns: 1fr;
  }
  .ab-triad-col + .ab-triad-col::before {
    left: 15%;
    right: 15%;
    top: 0;
    bottom: auto;
    width: auto;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(167, 139, 250, 0.3),
      transparent
    );
  }
}
@media (max-width: 640px) {  .wrap,
  .ab-section-inner {
    padding: 0 20px;
  }
  .ab-hero-content {
    padding: 0 20px 30px;
  }
  section {
    padding: 70px 0;
  }
}
