/* ── Page scroll fix ── */
.main {
  position: relative !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  height: auto !important;
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
}
.menu {
  position: fixed !important;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ── HERO ── */
.ab-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ab-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 0%, rgba(37,99,235,0.2), transparent 56%),
    linear-gradient(140deg, #0a0f1e 0%, #111827 62%, #172554 100%);
}
.ab-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.16;
  pointer-events: none;
}
.ab-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
  padding: 140px 0 60px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.8fr);
  align-items: center;
  gap: 72px;
}
.ab-hero-copy {
  min-width: 0;
}
.ab-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #2563EB;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ab-eyebrow::before {
  content: '';
  width: 24px;
  height: 2px;
  background: #2563EB;
  display: inline-block;
}
.ab-heading {
  font-family: 'Google Sans', sans-serif;
  font-size: clamp(42px, 5.5vw, 76px);
  font-weight: 700;
  line-height: 1.0;
  color: #f5f5f5;
  margin-bottom: 18px;
}
.ab-heading em { font-style: normal; color: #2563EB; }
.ab-sub {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(245,245,245,0.6);
  max-width: 520px;
}
.ab-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 620px);
  margin-top: 38px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(2,6,23,0.34);
  backdrop-filter: blur(14px);
}
.ab-hero-proof > div {
  min-height: 92px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
}
.ab-hero-proof > div + div {
  border-left: 1px solid rgba(255,255,255,0.09);
}
.ab-hero-proof strong {
  color: #f8fafc;
  font-family: 'Google Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.ab-hero-proof span {
  color: rgba(245,245,245,0.46);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ab-hero-graphic {
  border: 1px solid rgba(255,255,255,0.1);
  background:
    radial-gradient(ellipse at 85% 0%, rgba(37,99,235,0.24), transparent 48%),
    rgba(255,255,255,0.035);
  box-shadow: 0 28px 70px rgba(2,6,23,0.28);
  padding: 28px;
  position: relative;
  overflow: hidden;
}
.ab-hero-graphic::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.45;
  pointer-events: none;
}
.ab-graphic__top,
.ab-lens-stack,
.ab-graphic__meters {
  position: relative;
  z-index: 2;
}
.ab-graphic__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 24px;
}
.ab-graphic__top span {
  color: #93b4ff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.ab-graphic__top strong {
  color: rgba(248,250,252,0.84);
  font-size: 13px;
  font-weight: 600;
  text-align: right;
}
.ab-lens-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ab-lens-stack__row {
  min-height: 86px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.11);
  background: rgba(2,6,23,0.24);
}
.ab-lens-stack__row span {
  display: block;
  color: rgba(226,232,240,0.58);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.ab-lens-stack__row strong {
  color: #f8fafc;
  display: block;
  font-family: 'Google Sans', sans-serif;
  font-size: 24px;
  line-height: 1.1;
}
.ab-lens-stack__row--damaged {
  border-color: rgba(248,113,113,0.25);
  background: linear-gradient(135deg, rgba(127,29,29,0.16), rgba(255,255,255,0.03));
}
.ab-lens-stack__row--correction {
  border-color: rgba(147,180,255,0.32);
  background: linear-gradient(135deg, rgba(37,99,235,0.14), rgba(255,255,255,0.03));
}
.ab-lens-stack__row--protected {
  border-color: rgba(34,197,94,0.26);
  background: linear-gradient(135deg, rgba(21,128,61,0.14), rgba(255,255,255,0.03));
}
.ab-lens-stack__arrow {
  width: 1px;
  height: 26px;
  margin-left: 28px;
  background: rgba(147,180,255,0.38);
  position: relative;
}
.ab-lens-stack__arrow::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid rgba(147,180,255,0.72);
  border-bottom: 1px solid rgba(147,180,255,0.72);
  transform: translateX(-50%) rotate(45deg);
}
.ab-graphic__meters {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 24px;
}
.ab-graphic__meters div {
  display: grid;
  grid-template-columns: 84px 1fr;
  align-items: center;
  gap: 14px;
}
.ab-graphic__meters span {
  height: 5px;
  background: linear-gradient(90deg, var(--blue-primary), rgba(147,180,255,0.18));
}
.ab-graphic__meters div:nth-child(2) span { width: 72px; }
.ab-graphic__meters div:nth-child(3) span { width: 58px; }
.ab-graphic__meters strong {
  color: rgba(226,232,240,0.62);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* ── STORY ── */
.ab-story {
  padding: 96px 32px;
  background:
    radial-gradient(ellipse at 92% 12%, rgba(37,99,235,0.08), transparent 44%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.ab-story-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}
.ab-story-lead {
  position: sticky;
  top: 120px;
  border: 1px solid #dbe4f0;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(15,23,42,0.08);
  padding: 24px;
}
.ab-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #2563EB;
  margin-bottom: 10px;
  display: block;
}
.ab-label.light { color: #93b4ff; }
.ab-story-lead h2 {
  font-family: 'Google Sans', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
  line-height: 1.1;
}
.ab-story-location {
  font-size: 13px;
  color: #6B7280;
  letter-spacing: .06em;
  margin-bottom: 22px;
}
.ab-story-divider {
  width: 40px;
  height: 3px;
  background: #2563EB;
  margin-bottom: 24px;
}

.ab-story-body {
  min-width: 0;
  display: grid;
  gap: 22px;
}
.ab-story-chapter {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #2563EB;
}
.ab-founder-intro {
  border: 1px solid #dbe4f0;
  background: #ffffff;
  padding: 34px;
  box-shadow: 0 18px 50px rgba(15,23,42,0.05);
}
.ab-founder-intro h2 {
  color: #0f172a;
  font-family: 'Google Sans', sans-serif;
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 12px 0 18px;
  max-width: 760px;
}
.ab-founder-intro p:not(.ab-story-chapter),
.ab-founder-lab__copy p {
  font-size: 16px;
  line-height: 1.75;
  color: #374151;
}
.ab-founder-system {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid #dbe4f0;
  background: #ffffff;
}
.ab-founder-system article {
  min-height: 220px;
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.ab-founder-system article + article {
  border-left: 1px solid #dbe4f0;
}
.ab-founder-system span {
  color: #2563EB;
  font-family: 'Google Sans', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  margin-bottom: 34px;
}
.ab-founder-system h3 {
  color: #111827;
  font-family: 'Google Sans', sans-serif;
  font-size: 21px;
  line-height: 1.1;
  margin-bottom: 12px;
}
.ab-founder-system p {
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}
.ab-founder-lab {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: 22px;
}
.ab-founder-lab__copy,
.ab-founder-lab__graphic {
  border: 1px solid #dbe4f0;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15,23,42,0.05);
}
.ab-founder-lab__copy {
  padding: 30px;
}
.ab-founder-lab__copy h3 {
  color: #0f172a;
  font-family: 'Google Sans', sans-serif;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.04;
  margin: 12px 0 16px;
}
.ab-founder-lab__graphic {
  padding: 22px;
  display: grid;
  gap: 12px;
  background:
    radial-gradient(ellipse at 90% 0%, rgba(37,99,235,0.16), transparent 54%),
    #0b1220;
}
.ab-layer {
  border: 1px solid rgba(255,255,255,0.12);
  padding: 18px;
  min-height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ab-layer span {
  color: rgba(226,232,240,0.55);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.ab-layer strong {
  color: #f8fafc;
  font-family: 'Google Sans', sans-serif;
  font-size: 18px;
  line-height: 1.15;
}
.ab-layer--damage {
  background: linear-gradient(135deg, rgba(127,29,29,0.28), rgba(255,255,255,0.03));
  border-color: rgba(248,113,113,0.28);
}
.ab-layer--correction {
  background: linear-gradient(135deg, rgba(37,99,235,0.28), rgba(255,255,255,0.03));
  border-color: rgba(147,180,255,0.34);
}
.ab-layer--finish {
  background: linear-gradient(135deg, rgba(21,128,61,0.25), rgba(255,255,255,0.03));
  border-color: rgba(74,222,128,0.28);
}
.ab-founder-outcome {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.ab-founder-outcome div {
  border: 1px solid #dbe4f0;
  background: #ffffff;
  padding: 26px;
}
.ab-founder-outcome strong {
  color: #0f172a;
  display: block;
  font-family: 'Google Sans', sans-serif;
  font-size: 22px;
  margin-bottom: 8px;
}
.ab-founder-outcome span {
  color: #64748b;
  display: block;
  font-size: 14px;
  line-height: 1.65;
}

/* ── VALUES ── */
.ab-values {
  padding: 88px 32px;
  background: #111827;
}
.ab-values-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.ab-section-header {
  margin-bottom: 48px;
  max-width: 560px;
}
.ab-section-header h2 {
  font-family: 'Google Sans', sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
  line-height: 1.1;
}
.ab-section-header.light h2 { color: #f5f5f5; }
.ab-section-header p {
  font-size: 15px;
  line-height: 1.65;
  color: #6B7280;
}
.ab-section-header.light p { color: rgba(245,245,245,0.55); }

.ab-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
}
.ab-value-card {
  background: rgba(255,255,255,0.03);
  padding: 32px 24px;
  transition: background .2s;
}
.ab-value-card:hover { background: rgba(255,255,255,0.06); }
.ab-value-icon {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(37,99,235,0.3);
  background: rgba(37,99,235,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.ab-value-icon svg {
  width: 18px; height: 18px;
  stroke: #2563EB; fill: none;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.ab-value-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: #f5f5f5;
  margin-bottom: 8px;
}
.ab-value-card p {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(245,245,245,0.5);
}

/* ── STANDARD ── */
.ab-standard {
  position: relative;
  padding: 96px 32px;
  background:
    radial-gradient(ellipse at 14% 20%, rgba(37,99,235,0.18), transparent 44%),
    linear-gradient(180deg, #0b1220 0%, #08111f 100%);
  overflow: hidden;
}
.ab-standard::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.18;
  pointer-events: none;
}
.ab-standard-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.ab-standard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.07);
}
.ab-standard-card {
  min-height: 260px;
  padding: 34px 28px;
  background: rgba(255,255,255,0.035);
}
.ab-standard-card:nth-child(2) {
  background: rgba(37,99,235,0.1);
}
.ab-standard-num {
  color: #93b4ff;
  font-family: 'Google Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  margin-bottom: 26px;
}
.ab-standard-card h3 {
  color: #f8fafc;
  font-family: 'Google Sans', sans-serif;
  font-size: 21px;
  line-height: 1.15;
  margin: 0 0 14px;
}
.ab-standard-card p {
  color: rgba(226,232,240,0.58);
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

/* ── CTA ── */
.ab-cta {
  padding: 88px 32px;
  background: #0b1220;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.ab-cta-inner {
  max-width: 560px;
  margin: 0 auto;
}
.ab-cta h2 {
  font-family: 'Google Sans', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: #f5f5f5;
  margin-bottom: 12px;
  line-height: 1.1;
}
.ab-cta > div > p {
  font-size: 15px;
  color: rgba(245,245,245,0.5);
  margin-bottom: 32px;
}
.ab-cta-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Buttons */
.ab-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 54px;
  padding: 0 28px;
  background: #2563EB;
  color: #fff !important;
  font-family: 'Google Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  cursor: pointer;
  transition: background .2s, transform .15s;
  border: none;
  white-space: nowrap;
  text-decoration: none;
}
.ab-btn-primary svg {
  width: 16px; height: 16px;
  stroke: #fff; fill: none; stroke-width: 2;
  transition: transform .2s;
}
.ab-btn-primary:hover { background: #1d4ed8; transform: translateY(-1px); }
.ab-btn-primary:hover svg { transform: translateX(4px); }

.ab-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 28px;
  background: none;
  border: 1px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.75) !important;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color .2s, color .2s;
  white-space: nowrap;
  text-decoration: none;
}
.ab-btn-ghost:hover { border-color: #fff; color: #fff !important; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .ab-hero {
    min-height: auto;
  }
  .ab-hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 72px;
  }
  .ab-story-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ab-story-lead {
    position: static;
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 22px;
    align-items: start;
  }
  .ab-story-lead .ab-label,
  .ab-story-lead h2,
  .ab-story-location {
    grid-column: 2;
  }
  .ab-founder-img {
    grid-column: 1;
    grid-row: 1 / span 4;
    margin-bottom: 0;
  }
  .ab-founder-quote {
    grid-column: 2;
  }
  .ab-founder-system,
  .ab-founder-lab,
  .ab-founder-outcome {
    grid-template-columns: 1fr;
  }
  .ab-founder-system article {
    min-height: 0;
  }
  .ab-founder-system article + article {
    border-left: 0;
    border-top: 1px solid #dbe4f0;
  }
  .ab-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ab-standard-grid {
    grid-template-columns: 1fr;
  }
  .ab-standard-card {
    min-height: 0;
  }
}

@media (max-width: 600px) {
  .ab-hero-inner {
    width: calc(100% - 40px);
    padding: 130px 0 48px;
  }
  .ab-hero-proof { grid-template-columns: 1fr; }
  .ab-hero-proof > div + div {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,0.09);
  }
  .ab-hero-graphic { padding: 20px; }
  .ab-graphic__top {
    flex-direction: column;
  }
  .ab-graphic__top strong {
    text-align: left;
  }
  .ab-story { padding: 64px 20px; }
  .ab-story-lead {
    display: block;
    padding: 20px;
  }
  .ab-founder-img {
    margin-bottom: 18px;
  }
  .ab-founder-intro,
  .ab-founder-lab__copy {
    padding: 24px;
  }
  .ab-founder-system article,
  .ab-founder-outcome div {
    padding: 24px;
  }
  .ab-founder-lab__graphic {
    padding: 16px;
  }
  .ab-standard { padding: 72px 20px; }
  .ab-values { padding: 64px 20px; }
  .ab-cta { padding: 64px 20px; }
  .ab-values-grid { grid-template-columns: 1fr; }
  .ab-cta-btns { flex-direction: column; align-items: center; }
  .ab-btn-primary, .ab-btn-ghost { width: 100%; justify-content: center; }
}

.ab-founder-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid #dbe4f0;
  margin-bottom: 24px;
  background: #eef2f7;
}

.ab-founder-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.ab-founder-quote {
  border-left: 3px solid #2563EB;
  background: #f8fafc;
  padding: 18px;
}

.ab-founder-quote p {
  color: #0f172a;
  font-family: 'Google Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

@media (max-width: 900px) {
  .ab-founder-img {
    grid-column: 1;
    grid-row: 1 / span 4;
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .ab-founder-img {
    margin-bottom: 18px;
  }
}
