/* =======================================================
   about.css — Leti "Maktab haqida" bo'limi uchun uslublar
   about.html / metodika.html / jarayon.html /
   ota-onalar.html / oquvchilar.html / nega-leti.html
   ======================================================= */

/* ===== HERO (umumiy — barcha sahifalar) ===== */
.ab-hero {
  position: relative;
  padding: 64px 0 88px;
  background: linear-gradient(135deg, #6b0c30 0%, #8B0F3E 55%, #a31148 100%);
  color: #fff;
  overflow: hidden;
}
.ab-hero__bg {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.08) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,.06) 0%, transparent 45%);
  pointer-events: none;
}
.ab-hero__shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.05);
  pointer-events: none;
}
.ab-hero__shape--1 { width: 320px; height: 320px; top: -80px; right: -60px; }
.ab-hero__shape--2 { width: 220px; height: 220px; bottom: -40px; left: -40px; }
.ab-hero__shape--3 { width: 140px; height: 140px; top: 40%; left: 45%; }

.ab-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 920px;
}
.ab-hero__inner .section-tag { margin-bottom: 16px; }
.ab-hero__title {
  font-size: clamp(34px, 5.4vw, 60px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 14px 0 18px;
}
.ab-hero__title-hl {
  background: linear-gradient(120deg, #FFD6E5, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ab-hero__sub {
  font-size: 18px;
  color: rgba(255,255,255,0.85);
  max-width: 740px;
  margin-bottom: 40px;
  line-height: 1.6;
}

.ab-hero__topline {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  padding: 22px 28px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius-lg, 16px);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.ab-hero__top {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.ab-hero__top strong {
  font-size: 30px;
  font-weight: 800;
  color: #fff !important;
  line-height: 1;
  letter-spacing: -0.02em;
}
.ab-hero__top span {
  font-size: 13px;
  color: rgba(255,255,255,0.78);
  margin-top: 0;
  text-align: left;
}
.ab-hero__top-divider {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.2);
}

/* Breadcrumb (re-uses .pg-breadcrumb) */
.ab-hero .pg-breadcrumb,
.ab-hero .pg-breadcrumb a,
.ab-hero .pg-breadcrumb span { color: rgba(255,255,255,.85); }
.ab-hero .pg-breadcrumb a:hover { color: #fff; }

/* ===== ABOUT HUB: 6 card navigation ===== */
.ab-hub { padding: 80px 0; background: #fff; }
.ab-hub__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.ab-hub__card {
  display: flex;
  flex-direction: column;
  background: var(--bg-light, #faf7f8);
  border: 1px solid #eee;
  border-radius: var(--radius-lg, 16px);
  padding: 28px;
  text-decoration: none;
  color: inherit;
  transition: all .25s ease;
  position: relative;
  overflow: hidden;
}
.ab-hub__card:hover {
  transform: translateY(-4px);
  border-color: var(--brand, #8B0F3E);
  box-shadow: 0 12px 32px rgba(139,15,62,.12);
}
.ab-hub__icon {
  font-size: 32px;
  margin-bottom: 14px;
  display: inline-flex;
  width: 56px; height: 56px;
  align-items: center; justify-content: center;
  background: rgba(139,15,62,.08);
  border-radius: 14px;
}
.ab-hub__card h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--text-primary, #1a1a1a);
}
.ab-hub__card p {
  font-size: 15px;
  line-height: 1.55;
  color: #555;
  margin: 0 0 18px;
  flex: 1;
}
.ab-hub__arrow {
  font-weight: 600;
  color: var(--brand, #8B0F3E);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.ab-hub__card--accent {
  background: linear-gradient(135deg, #8B0F3E 0%, #6b0c30 100%);
  color: #fff;
  border-color: transparent;
}
.ab-hub__card--accent .ab-hub__icon { background: rgba(255,255,255,.15); }
.ab-hub__card--accent h3 { color: #fff; }
.ab-hub__card--accent p { color: rgba(255,255,255,.85); }
.ab-hub__card--accent .ab-hub__arrow { color: #fff; }

/* ===== WHO WE ARE ===== */
.ab-who { padding: 80px 0; background: var(--bg-light, #faf7f8); }
.ab-who__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.ab-who__card {
  background: #fff;
  border-radius: var(--radius-lg, 16px);
  padding: 32px;
  border: 1px solid #eee;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.ab-who__num {
  flex-shrink: 0;
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--brand, #8B0F3E);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
}
.ab-who__card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}
.ab-who__card p {
  margin: 0;
  color: #555;
  line-height: 1.6;
  font-size: 15px;
}

/* ===== VALUES (dark section) ===== */
.ab-values {
  padding: 96px 0;
  background: linear-gradient(135deg, #1A0A14 0%, var(--brand-dark) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.ab-values__title {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin: 16px 0 10px;
  color: #fff;
}
.ab-values__sub {
  text-align: center;
  color: rgba(255,255,255,.7);
  font-size: 17px;
  max-width: 640px;
  margin: 0 auto 48px;
}
.ab-values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ab-value {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg, 16px);
  padding: 28px;
  transition: all .25s ease;
}
.ab-value:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.2);
}
.ab-value__icon {
  font-size: 28px;
  width: 56px; height: 56px;
  background: rgba(139,15,62,.25);
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.ab-value h3 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 8px;
  font-weight: 700;
}
.ab-value p {
  color: rgba(255,255,255,.75);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* ===== STORY TIMELINE ===== */
.ab-story { padding: 80px 0; background: #fff; }
.ab-story__timeline {
  position: relative;
  max-width: 760px;
  margin: 40px auto 0;
  padding-left: 32px;
}
.ab-story__timeline::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--brand, #8B0F3E) 0%, #eee 100%);
}
.ab-story__item {
  position: relative;
  padding: 0 0 32px 28px;
}
.ab-story__item::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 6px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--brand, #8B0F3E);
}
.ab-story__item--current::before {
  background: var(--brand, #8B0F3E);
  box-shadow: 0 0 0 6px rgba(139,15,62,.15);
}
.ab-story__year {
  font-weight: 800;
  font-size: 18px;
  color: var(--brand, #8B0F3E);
  margin-bottom: 4px;
}
.ab-story__body h3 {
  font-size: 18px;
  margin: 4px 0 6px;
  font-weight: 700;
}
.ab-story__body p {
  color: #555;
  line-height: 1.6;
  font-size: 15px;
  margin: 0;
}

/* =======================================================
   METODIKA
   ======================================================= */
.md-core { padding: 80px 0; background: #fff; }
.md-core__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.md-core__card {
  background: var(--bg-light, #faf7f8);
  border: 1px solid var(--border, #eae5f0);
  border-radius: var(--radius-lg, 20px);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  transition: all .25s ease;
  position: relative;
  overflow: hidden;
}
.md-core__card:hover {
  transform: translateY(-4px);
  border-color: var(--brand, #8B0F3E);
  box-shadow: 0 12px 32px rgba(139,15,62,.12);
}
.md-core__num {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand, #8B0F3E);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 16px;
  opacity: .6;
}
.md-core__icon {
  font-size: 32px;
  margin-bottom: 16px;
  display: inline-flex;
  width: 56px; height: 56px;
  align-items: center; justify-content: center;
  background: rgba(139,15,62,.08);
  border-radius: 14px;
}
.md-core__card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary, #0f0a14);
}
.md-core__card p {
  color: var(--text-secondary, #4a4358);
  line-height: 1.6;
  font-size: 15px;
  margin: 0 0 16px;
  flex: 1;
}
.md-core__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--border, #eae5f0);
  padding-top: 16px;
}
.md-core__list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  color: var(--text-secondary, #4a4358);
  line-height: 1.4;
}
.md-core__list li::before {
  content: "";
  flex-shrink: 0;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: rgba(139,15,62,.1);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5l2.5 2.5L8 3' stroke='%238B0F3E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.md-core__card--accent {
  background: linear-gradient(135deg, #8B0F3E 0%, #6b0c30 100%);
  color: #fff;
  border-color: transparent;
}
.md-core__card--accent:hover {
  border-color: transparent;
  box-shadow: 0 12px 40px rgba(139,15,62,.35);
}
.md-core__card--accent .md-core__num { color: rgba(255,255,255,.6); }
.md-core__card--accent .md-core__icon { background: rgba(255,255,255,.15); }
.md-core__card--accent h3 { color: #fff; }
.md-core__card--accent p { color: rgba(255,255,255,.85); }
.md-core__card--accent .md-core__list { border-top-color: rgba(255,255,255,.15); }
.md-core__card--accent .md-core__list li { color: rgba(255,255,255,.85); }
.md-core__card--accent .md-core__list li::before {
  background-color: rgba(255,255,255,.15);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5l2.5 2.5L8 3' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* LESSON flow */
.md-lesson { padding: 80px 0; background: var(--bg-light, #faf7f8); }
.md-lesson__flow {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}
.md-lesson__step {
  flex: 1 1 180px;
  max-width: 220px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: var(--radius-lg, 16px);
  padding: 20px 18px;
  text-align: center;
  position: relative;
}
.md-lesson__time {
  display: inline-block;
  background: rgba(139,15,62,.1);
  color: var(--brand, #8B0F3E);
  font-weight: 700;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.md-lesson__step h4 {
  font-size: 15px;
  margin: 0 0 8px;
  font-weight: 700;
}
.md-lesson__step p {
  color: #666;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
.md-lesson__arrow {
  align-self: center;
  color: var(--brand, #8B0F3E);
  font-size: 22px;
  font-weight: 800;
  flex-shrink: 0;
}
.md-lesson__step--last { border-color: var(--brand, #8B0F3E); }

/* SCIENCE (dark bg) */
.md-science {
  padding: 96px 0;
  background: linear-gradient(135deg, #1A0A14 0%, var(--brand-dark) 100%);
  color: #fff;
}
.md-science__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.md-science__card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg, 16px);
  padding: 28px;
}
.md-science__num {
  font-size: 36px;
  font-weight: 900;
  color: var(--brand, #8B0F3E);
  background: linear-gradient(135deg, #ff4f83 0%, #ffd6e3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  margin-bottom: 8px;
}
.md-science__card h3 {
  color: #fff;
  font-size: 17px;
  margin: 0 0 8px;
  font-weight: 700;
}
.md-science__card p {
  color: rgba(255,255,255,.75);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* =======================================================
   JARAYON
   ======================================================= */
.jr-flow { padding: 80px 0; background: #fff; }
.jr-flow__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 40px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.jr-flow__step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: var(--bg-light, #faf7f8);
  border: 1px solid #eee;
  border-radius: var(--radius-lg, 16px);
  padding: 28px;
  position: relative;
}
.jr-flow__num {
  flex-shrink: 0;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--brand, #8B0F3E);
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(139,15,62,.25);
}
.jr-flow__body { flex: 1; }
.jr-flow__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  gap: 12px;
  flex-wrap: wrap;
}
.jr-flow__head h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
}
.jr-flow__time {
  font-size: 12px;
  background: rgba(139,15,62,.1);
  color: var(--brand, #8B0F3E);
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 700;
}
.jr-flow__body p {
  color: #555;
  line-height: 1.6;
  margin: 0 0 10px;
  font-size: 15px;
}
.jr-flow__points {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 18px;
}
.jr-flow__points li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}
.jr-flow__points li::before {
  content: "→";
  position: absolute;
  left: 0; top: 0;
  color: var(--brand, #8B0F3E);
  font-weight: 700;
}
.jr-flow__step--last {
  background: linear-gradient(135deg, #8B0F3E 0%, #6b0c30 100%);
  border-color: transparent;
  color: #fff;
}
.jr-flow__step--last .jr-flow__num {
  background: #fff;
  color: var(--brand, #8B0F3E);
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
}
.jr-flow__step--last .jr-flow__head h3 { color: #fff; }
.jr-flow__step--last .jr-flow__time {
  background: rgba(255,255,255,.2);
  color: #fff;
}
.jr-flow__step--last .jr-flow__body p { color: rgba(255,255,255,.88); }
.jr-flow__step--last .jr-flow__points li { color: rgba(255,255,255,.9); }
.jr-flow__step--last .jr-flow__points li::before { color: #ffd6e3; }

/* WHAT YOU GET (dark) */
.jr-get {
  padding: 96px 0;
  background: linear-gradient(135deg, #1A0A14 0%, var(--brand-dark) 100%);
  color: #fff;
}
.jr-get__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.jr-get__item {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg, 16px);
  padding: 28px;
  transition: all .25s ease;
}
.jr-get__item:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.2);
}
.jr-get__icon {
  font-size: 28px;
  width: 56px; height: 56px;
  background: rgba(139,15,62,.25);
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.jr-get__item h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
}
.jr-get__item p {
  color: rgba(255,255,255,.75);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* =======================================================
   OTA-ONALAR
   ======================================================= */
.pr-pain { padding: 80px 0; background: #fff; }
.pr-pain__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.pr-pain__card {
  background: var(--bg-light, #faf7f8);
  border: 1px solid #eee;
  border-radius: var(--radius-lg, 16px);
  padding: 26px;
  border-left: 4px solid var(--brand, #8B0F3E);
}
.pr-pain__icon {
  font-size: 26px;
  margin-bottom: 10px;
}
.pr-pain__card h3 {
  font-size: 17px;
  margin: 0 0 8px;
  font-weight: 700;
}
.pr-pain__card p {
  color: #555;
  line-height: 1.6;
  font-size: 14px;
  margin: 0;
}

/* HELP (dark) */
.pr-help {
  padding: 96px 0;
  background: linear-gradient(135deg, #1A0A14 0%, var(--brand-dark) 100%);
  color: #fff;
}
.pr-help__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.pr-help__card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg, 16px);
  padding: 32px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.pr-help__num {
  flex-shrink: 0;
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--brand, #8B0F3E);
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pr-help__card h3 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 8px;
  font-weight: 700;
}
.pr-help__card p {
  color: rgba(255,255,255,.8);
  line-height: 1.6;
  font-size: 14px;
  margin: 0;
}

/* CHOOSE criteria */
.pr-choose { padding: 80px 0; background: var(--bg-light, #faf7f8); }
.pr-choose__list {
  max-width: 780px;
  margin: 40px auto 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pr-choose__item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 22px 24px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.pr-choose__check {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(139,15,62,.1);
  color: var(--brand, #8B0F3E);
  font-weight: 900;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pr-choose__item h3 {
  font-size: 16px;
  margin: 0 0 6px;
  font-weight: 700;
}
.pr-choose__item p {
  color: #555;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}
.pr-choose__summary {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border: 1px dashed var(--brand, #8B0F3E);
  border-radius: 14px;
  padding: 22px;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}

/* REVIEWS */
.pr-reviews { padding: 80px 0; background: #fff; }
.pr-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 40px;
}
.pr-review {
  background: var(--bg-light, #faf7f8);
  border: 1px solid #eee;
  border-radius: var(--radius-lg, 16px);
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.pr-review__stars {
  color: #f5a623;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.pr-review__text {
  color: #333;
  line-height: 1.7;
  font-size: 15px;
  margin: 0 0 20px;
  flex: 1;
}
.pr-review__author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pr-review__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--brand, #8B0F3E);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
}
.pr-review__author strong {
  display: block;
  font-size: 15px;
  color: var(--text-primary, #1a1a1a);
}
.pr-review__author span {
  display: block;
  color: #888;
  font-size: 13px;
}

/* =======================================================
   O'QUVCHILAR
   ======================================================= */
.st-why { padding: 80px 0; background: #fff; }
.st-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.st-why__card {
  background: var(--bg-light, #faf7f8);
  border: 1px solid #eee;
  border-radius: var(--radius-lg, 16px);
  padding: 28px;
  text-align: center;
}
.st-why__icon {
  font-size: 36px;
  width: 68px; height: 68px;
  border-radius: 16px;
  background: rgba(139,15,62,.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.st-why__card h3 {
  font-size: 18px;
  margin: 0 0 8px;
  font-weight: 700;
}
.st-why__card p {
  color: #555;
  line-height: 1.6;
  font-size: 14px;
  margin: 0;
}

/* PATH (dark) */
.st-path {
  padding: 96px 0;
  background: linear-gradient(135deg, #1A0A14 0%, var(--brand-dark) 100%);
  color: #fff;
}
.st-path__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
  position: relative;
}
.st-path__card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg, 16px);
  padding: 24px;
  text-align: center;
  position: relative;
}
.st-path__icon {
  font-size: 32px;
  margin-bottom: 12px;
}
.st-path__card h3 {
  color: #fff;
  font-size: 17px;
  margin: 0 0 8px;
  font-weight: 700;
}
.st-path__card p {
  color: rgba(255,255,255,.75);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
.st-path__arrow {
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--brand, #8B0F3E);
  font-size: 22px;
  font-weight: 800;
  z-index: 2;
}

/* MOTIV */
.st-motiv { padding: 80px 0; background: #fff; }
.st-motiv__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.st-motiv__card {
  background: var(--bg-light, #faf7f8);
  border: 1px solid #eee;
  border-radius: var(--radius-lg, 16px);
  padding: 28px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.st-motiv__num {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(139,15,62,.1);
  color: var(--brand, #8B0F3E);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.st-motiv__card h3 {
  font-size: 17px;
  margin: 0 0 6px;
  font-weight: 700;
}
.st-motiv__card p {
  color: #555;
  line-height: 1.6;
  font-size: 14px;
  margin: 0;
}

/* STORIES */
.st-stories { padding: 80px 0; background: var(--bg-light, #faf7f8); }
.st-stories__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.st-story {
  background: #fff;
  border: 1px solid #eee;
  border-radius: var(--radius-lg, 16px);
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.st-story__quote {
  color: #333;
  line-height: 1.7;
  font-size: 15px;
  font-style: italic;
  margin: 0 0 20px;
  flex: 1;
  position: relative;
  padding-left: 22px;
}
.st-story__quote::before {
  content: "\201C";
  position: absolute;
  left: 0; top: -8px;
  font-size: 36px;
  color: var(--brand, #8B0F3E);
  line-height: 1;
  font-family: Georgia, serif;
}
.st-story__person {
  display: flex;
  align-items: center;
  gap: 12px;
}
.st-story__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--brand, #8B0F3E);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
}
.st-story__person strong {
  display: block;
  font-size: 15px;
  color: var(--text-primary, #1a1a1a);
}
.st-story__person span {
  display: block;
  color: #888;
  font-size: 13px;
}

/* =======================================================
   NEGA LETI
   ======================================================= */
.nl-reasons { padding: 80px 0; background: #fff; }
.nl-reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.nl-reason {
  background: var(--bg-light, #faf7f8);
  border: 1px solid #eee;
  border-radius: var(--radius-lg, 16px);
  padding: 28px;
  position: relative;
  transition: all .25s ease;
}
.nl-reason:hover {
  transform: translateY(-4px);
  border-color: var(--brand, #8B0F3E);
  box-shadow: 0 12px 30px rgba(139,15,62,.12);
}
.nl-reason__num {
  position: absolute;
  top: 20px;
  right: 22px;
  font-size: 36px;
  font-weight: 900;
  color: rgba(139,15,62,.1);
  line-height: 1;
}
.nl-reason__icon {
  font-size: 28px;
  width: 56px; height: 56px;
  background: rgba(139,15,62,.1);
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.nl-reason h3 {
  font-size: 18px;
  margin: 0 0 8px;
  font-weight: 700;
  padding-right: 40px;
}
.nl-reason p {
  color: #555;
  line-height: 1.6;
  font-size: 14px;
  margin: 0;
}

/* COMPARE (dark) */
.nl-journey {
  padding: 96px 0;
  background: linear-gradient(135deg, #1A0A14 0%, var(--brand-dark) 100%);
  color: #fff;
}
.nl-journey__steps {
  max-width: 760px;
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
}
.nl-journey__step {
  display: flex;
  gap: 0;
}
.nl-journey__marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  margin-right: 28px;
}
.nl-journey__dot {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: rgba(255,255,255,.25);
  border: 2px solid rgba(255,255,255,.4);
  flex-shrink: 0;
  margin-top: 6px;
  transition: background .2s;
}
.nl-journey__step:hover .nl-journey__dot {
  background: var(--accent, #FF4D7E);
  border-color: var(--accent, #FF4D7E);
}
.nl-journey__dot--final {
  width: 20px; height: 20px;
  background: var(--accent, #FF4D7E);
  border-color: var(--accent, #FF4D7E);
  box-shadow: 0 0 0 5px rgba(255,77,126,.25);
}
.nl-journey__line {
  width: 2px;
  flex: 1;
  min-height: 32px;
  background: rgba(255,255,255,.12);
  margin: 6px 0;
}
.nl-journey__card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg, 20px);
  padding: 28px 32px;
  margin-bottom: 20px;
  flex: 1;
  transition: background .25s, border-color .25s;
}
.nl-journey__step:hover .nl-journey__card {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
}
.nl-journey__card--final {
  background: rgba(255,77,126,.12);
  border-color: rgba(255,77,126,.3);
}
.nl-journey__step:hover .nl-journey__card--final {
  background: rgba(255,77,126,.18);
  border-color: rgba(255,77,126,.45);
}
.nl-journey__num {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255,255,255,.45);
  margin-bottom: 8px;
}
.nl-journey__card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}
.nl-journey__card p {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,.75);
  margin: 0;
}
.nl-journey__step--last .nl-journey__marker { justify-content: flex-start; }

/* STATS */
.nl-stats { padding: 80px 0; background: #fff; }
.nl-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.nl-stats__card {
  background: var(--bg-light, #faf7f8);
  border: 1px solid #eee;
  border-radius: var(--radius-lg, 16px);
  padding: 32px 28px;
  text-align: center;
}
.nl-stats__card strong {
  display: block;
  font-size: 44px;
  font-weight: 900;
  color: var(--brand, #8B0F3E);
  line-height: 1;
  margin-bottom: 8px;
}
.nl-stats__card h3 {
  font-size: 16px;
  margin: 8px 0 6px;
  font-weight: 700;
}
.nl-stats__card p {
  color: #666;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.nl-stats__card--accent {
  background: linear-gradient(135deg, #8B0F3E 0%, #6b0c30 100%);
  border-color: transparent;
  color: #fff;
}
.nl-stats__card--accent strong {
  color: #fff;
  background: linear-gradient(90deg, #fff 0%, #ffd6e3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.nl-stats__card--accent h3 { color: #fff; }
.nl-stats__card--accent p { color: rgba(255,255,255,.85); }

/* =======================================================
   RESPONSIVE
   ======================================================= */
@media (max-width: 1024px) {
  .ab-hero__title { font-size: 40px; }
  .md-core__grid { grid-template-columns: repeat(2, 1fr); }
  .ab-hub__grid,
  .ab-values__grid,
  .md-science__grid,
  .jr-get__grid,
  .pr-pain__grid,
  .pr-reviews__grid,
  .st-why__grid,
  .st-stories__grid,
  .nl-reasons__grid,
  .nl-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .st-path__grid { grid-template-columns: repeat(2, 1fr); }
  .st-path__arrow { display: none; }
  .pr-help__grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .ab-hero { padding: 48px 0 64px; }
  .ab-hero__title { font-size: 30px; }
  .ab-hero__sub { font-size: 15px; }
  .ab-hero__topline { padding: 18px 20px; gap: 16px; }
  .ab-hero__top strong { font-size: 24px; }
  .ab-hero__top-divider { display: none; }
  .ab-hero__top { flex: 1; min-width: 120px; }

  .ab-hub, .ab-who, .ab-story,
  .md-core, .md-lesson,
  .jr-flow,
  .pr-pain, .pr-choose, .pr-reviews,
  .st-why, .st-motiv, .st-stories,
  .nl-reasons, .nl-stats { padding: 56px 0; }
  .ab-values, .md-science, .jr-get, .pr-help, .st-path, .nl-journey { padding: 64px 0; }

  .ab-hub__grid,
  .ab-values__grid,
  .ab-who__grid,
  .md-core__grid,
  .md-science__grid,
  .jr-get__grid,
  .pr-pain__grid,
  .pr-reviews__grid,
  .st-why__grid,
  .st-motiv__grid,
  .st-stories__grid,
  .st-path__grid,
  .nl-reasons__grid,
  .nl-stats__grid {
    grid-template-columns: 1fr;
  }

  .ab-values__title { font-size: 28px; }

  .md-lesson__flow { flex-direction: column; align-items: stretch; }
  .md-lesson__step { max-width: 100%; }
  .md-lesson__arrow { transform: rotate(90deg); margin: 0 auto; }

  .jr-flow__step { padding: 22px; gap: 14px; }
  .jr-flow__num { width: 44px; height: 44px; font-size: 16px; }
  .jr-flow__points { grid-template-columns: 1fr; }

  .nl-journey__steps { margin-top: 36px; }
  .nl-journey__card { padding: 22px 24px; }
}
