/* ============================================================
   BINA · Ривка Немой
   Direction: Warm Editorial Luxury
   Fonts: Cormorant Garamond (display) · DM Sans (body)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ivory:       #FAF7F2;
  --parchment:   #EFE9DE;
  --parchment2:  #E0D6C8;
  --wine:        #7B2D3E;
  --wine-dark:   #4E1B28;
  --wine-deep:   #2A0D16;
  --gold:        #B8893A;
  --gold-light:  #D4A84A;
  --charcoal:    #1C1714;
  --brown:       #4A3F37;
  --warm-gray:   #7A6E67;
  --muted:       #A09590;
  --white:       #FFFFFF;

  --display: 'Cormorant Garamond', Georgia, serif;
  --body:    'DM Sans', system-ui, sans-serif;

  --max:   1180px;
  --r:     8px;
  --r-lg:  18px;

  --sh-sm: 0 2px 16px rgba(28,23,20,0.06);
  --sh:    0 8px 48px rgba(28,23,20,0.10);
  --sh-lg: 0 24px 80px rgba(28,23,20,0.16);
}

/* === BASE === */
body {
  font-family: var(--body);
  background: var(--ivory);
  color: var(--charcoal);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
html { overflow-x: hidden; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 48px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  background: rgba(250,247,242,0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--parchment2);
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
}
.site-header .container {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 68px;
}
.logo { display: flex; align-items: baseline; gap: 10px; flex-shrink: 0; }
.logo-bina {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
  color: var(--wine);
  letter-spacing: 0.5px;
}
.logo-text { font-size: 12px; color: var(--muted); font-weight: 400; }

.main-nav { display: flex; gap: 28px; font-size: 14px; font-weight: 400; flex: 1; }
.main-nav a { color: var(--brown); transition: color 0.2s; }
.main-nav a:hover { color: var(--wine); }

.lang-switcher { display: flex; gap: 2px; font-size: 12px; font-weight: 500; }
.lang-switcher--mobile { display: none; border-top: 1px solid var(--parchment2); padding-top: 14px; margin-top: 4px; }
.lang-switcher--desktop { display: flex; }
.lang-switcher a { padding: 4px 10px; border-radius: 20px; color: var(--muted); border: 1px solid transparent; transition: all 0.2s; }
.lang-switcher a.active { border-color: var(--wine); color: var(--wine); }
.nav-toggle { display: none; background: none; border: none; font-size: 22px; cursor: pointer; margin-left: auto; color: var(--charcoal); flex-shrink: 0; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  padding: 13px 32px;
  border-radius: 3px;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.4px;
  transition: all 0.25s;
  cursor: pointer;
  border: none;
  gap: 8px;
}
.btn-primary { background: var(--wine); color: var(--white); }
.btn-primary:hover { background: var(--wine-dark); transform: translateY(-1px); box-shadow: 0 6px 24px rgba(123,45,62,0.3); }
.btn-secondary { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,0.4); }
.btn-secondary:hover { border-color: var(--white); background: rgba(255,255,255,0.1); }
.btn-outline { border: 1px solid var(--wine); color: var(--wine); background: transparent; }
.btn-outline:hover { background: var(--wine); color: var(--white); }
.btn-dark { background: var(--charcoal); color: var(--white); }
.btn-dark:hover { background: var(--wine); }
.btn-light { background: var(--ivory); color: var(--wine-dark); font-weight: 600; }
.btn-light:hover { background: var(--white); transform: translateY(-1px); box-shadow: 0 4px 20px rgba(0,0,0,0.12); }

/* ============================================================
   HELPERS
   ============================================================ */
.section-label {
  font-family: var(--body);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--gold);
  margin-bottom: 16px;
  display: block;
}
.section-header { margin-bottom: 60px; }
.section-header h2 {
  font-family: var(--display);
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 600;
  color: var(--charcoal);
  margin-top: 10px;
  line-height: 1.1;
  letter-spacing: -0.3px;
}
.section-header p { color: var(--warm-gray); font-size: 17px; margin-top: 18px; max-width: 520px; line-height: 1.75; }
.section-footer { margin-top: 56px; text-align: center; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  background: var(--ivory);
  padding: 96px 0 88px;
  position: relative;
  overflow: hidden;
}
/* Decorative Hebrew letter ב (Bet = Bina בינה) */
.hero::before {
  content: 'ב';
  position: absolute;
  right: -20px;
  top: -80px;
  font-family: var(--display);
  font-size: clamp(320px, 38vw, 540px);
  font-weight: 700;
  color: rgba(123,45,62,0.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
/* Bottom divider line */
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 48px;
  right: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--parchment2) 30%, var(--parchment2) 70%, transparent);
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}
/* Eyebrow line + label */
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.hero-eyebrow::before {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}
.hero-tag {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--gold);
}
.hero h1 {
  font-family: var(--display);
  font-size: clamp(60px, 6.5vw, 96px);
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -2px;
  color: var(--charcoal);
  margin-bottom: 28px;
}
.hero h1 em {
  font-style: italic;
  color: var(--wine);
  font-weight: 300;
}
.hero-desc {
  font-size: 17px;
  color: var(--warm-gray);
  margin-bottom: 44px;
  max-width: 420px;
  line-height: 1.9;
  font-weight: 300;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* Hero image */
.hero-image { position: relative; }
.hero-image-bg {
  position: absolute;
  inset: 16px -16px -16px 16px;
  background: var(--parchment);
  border-radius: var(--r-lg);
  z-index: 0;
}
.hero-image img {
  width: 100%;
  border-radius: var(--r-lg);
  object-fit: cover;
  aspect-ratio: 3/4;
  position: relative;
  z-index: 1;
  filter: saturate(0.88) contrast(1.04);
}

/* Page-load animation */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-eyebrow         { animation: fadeUp 0.7s 0.10s ease both; }
.hero h1              { animation: fadeUp 0.7s 0.20s ease both; }
.hero-desc            { animation: fadeUp 0.7s 0.30s ease both; }
.hero-cta             { animation: fadeUp 0.7s 0.40s ease both; }
.hero-image           { animation: fadeUp 0.9s 0.25s ease both; }

/* ============================================================
   FEATURES
   ============================================================ */
.section-features { padding: 0; background: var(--parchment); }
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.feature-item {
  padding: 56px 48px;
  border-right: 1px solid var(--parchment2);
  transition: background 0.25s;
  position: relative;
}
.feature-item:last-child { border-right: none; }
.feature-item:hover { background: rgba(255,255,255,0.6); }
.feature-num {
  font-family: var(--display);
  font-size: 48px;
  font-weight: 300;
  color: rgba(123,45,62,0.15);
  line-height: 1;
  display: block;
  margin-bottom: 24px;
  transition: color 0.25s;
}
.feature-item:hover .feature-num { color: rgba(123,45,62,0.28); }
.feature-item h3 {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 12px;
  line-height: 1.3;
}
.feature-item p { font-size: 14px; color: var(--warm-gray); line-height: 1.85; }

/* ============================================================
   ABOUT  — full-bleed split, no container
   ============================================================ */
.section-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
  background: var(--ivory);
}
/* LEFT: photo fills column edge-to-edge, top-to-bottom */
.about-photo {
  overflow: hidden;
  position: relative;
}
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  filter: saturate(0.88) contrast(1.04);
}
/* RIGHT: warm parchment panel with centred inner text */
.about-content {
  background: var(--parchment);
  display: flex;
  align-items: center;
}
.about-inner {
  padding: 72px 64px 72px 60px;
  max-width: 520px;
}
.about-inner h2 {
  font-family: var(--display);
  font-size: clamp(26px, 2.4vw, 38px);
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 24px;
  line-height: 1.2;
}
.about-inner p { color: var(--warm-gray); margin-bottom: 16px; font-size: 15px; line-height: 1.95; }
.about-cred { display: flex; flex-direction: column; gap: 12px; margin: 28px 0; }
.cred-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  color: var(--brown);
  font-weight: 500;
}
.cred-item::before {
  content: '';
  display: block;
  width: 22px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

/* ============================================================
   COURSES
   ============================================================ */
.section-courses {
  padding: 112px 0;
  background: var(--wine-dark);
  position: relative;
  overflow: hidden;
}
/* Decorative Hebrew ל */
.section-courses::before {
  content: 'ל';
  position: absolute;
  left: -40px;
  top: -80px;
  font-family: var(--display);
  font-size: 520px;
  font-weight: 700;
  color: rgba(255,255,255,0.025);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
/* Subtle radial glow */
.section-courses::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 85% 40%, rgba(184,137,58,0.07), transparent);
  pointer-events: none;
}
.section-courses .section-header h2 { color: var(--white); font-style: italic; }
.section-courses .section-label { color: var(--gold-light); }
.section-courses .section-header p { color: rgba(255,255,255,0.45); }

.courses-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; position: relative; z-index: 1; }
.course-card {
  border-radius: var(--r-lg);
  padding: 48px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
/* Gold shimmer on hover */
.course-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(184,137,58,0.7), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.course-card:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.15); transform: translateY(-6px); box-shadow: 0 24px 64px rgba(0,0,0,0.28); }
.course-card:hover::before { opacity: 1; }
.course-card--featured { background: rgba(184,137,58,0.1); border-color: rgba(184,137,58,0.22); }
.course-card--featured:hover { background: rgba(184,137,58,0.16); border-color: rgba(184,137,58,0.35); }

.course-badge { display: inline-block; background: var(--gold); color: var(--white); font-size: 10px; font-weight: 600; padding: 4px 14px; border-radius: 2px; text-transform: uppercase; letter-spacing: 1.5px; width: fit-content; }
.course-badge--soon { background: #7a2d3a; }
.course-card h3 { font-family: var(--display); font-size: 28px; font-weight: 600; color: var(--white); line-height: 1.25; }
.course-card p { font-size: 15px; color: rgba(255,255,255,0.5); line-height: 1.85; flex: 1; }
.course-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; }
.course-price { font-family: var(--display); font-size: 40px; font-weight: 600; color: var(--gold-light); line-height: 1; }
.course-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.course-tag { font-size: 11px; background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.45); padding: 4px 12px; border-radius: 2px; border: 1px solid rgba(255,255,255,0.08); }

/* ============================================================
   SHOP — full-bleed split (photo left, content right)
   ============================================================ */
.section-shop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  background: var(--parchment);
}
.shop-photo { overflow: hidden; }
.shop-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.shop-content {
  background: var(--ivory);
  display: flex;
  align-items: center;
}
.shop-inner {
  padding: 64px 60px 64px 64px;
  max-width: 520px;
}
.shop-inner h2 {
  font-family: var(--display);
  font-size: clamp(30px, 2.8vw, 44px);
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 16px;
  line-height: 1.15;
}
.shop-inner p { color: var(--warm-gray); margin-bottom: 12px; font-size: 16px; line-height: 1.85; }
.shop-price { display: flex; align-items: baseline; gap: 14px; margin: 24px 0 8px; }
.price-new { font-family: var(--display); font-size: 56px; font-weight: 600; color: var(--wine); line-height: 1; }
.price-old { font-size: 20px; text-decoration: line-through; color: var(--muted); }
.price-note { font-size: 12px; color: var(--warm-gray); background: var(--white); padding: 4px 14px; border-radius: 2px; border: 1px solid var(--parchment2); align-self: center; }
.price-note-line { font-size: 12px; color: var(--muted); margin-bottom: 28px; }

/* ============================================================
   ARTICLES
   ============================================================ */
.section-articles { padding: 112px 0; background: var(--ivory); }
.articles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--parchment2);
  border: 1px solid var(--parchment2);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.article-card {
  padding: 36px 40px;
  background: var(--white);
  transition: background 0.2s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.article-card:hover { background: var(--ivory); }
.article-card-num {
  font-family: var(--display);
  font-size: 40px;
  font-weight: 300;
  color: var(--parchment2);
  line-height: 1;
  transition: color 0.25s;
}
.article-card:hover .article-card-num { color: rgba(123,45,62,0.18); }
.article-card h3 {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 500;
  color: var(--charcoal);
  line-height: 1.4;
  transition: color 0.2s;
}
.article-card:hover h3 { color: var(--wine); }
.article-card p { font-size: 13px; color: var(--warm-gray); line-height: 1.7; }

/* ============================================================
   REVIEWS
   ============================================================ */
.section-reviews {
  padding: 112px 0;
  background: var(--charcoal);
  position: relative;
  overflow: hidden;
}
/* Large decorative quote mark */
.section-reviews::before {
  content: '"';
  position: absolute;
  left: 20px;
  top: -80px;
  font-family: var(--display);
  font-size: 520px;
  font-weight: 700;
  color: rgba(255,255,255,0.018);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.section-reviews .section-header h2 { color: var(--white); font-style: italic; }
.section-reviews .section-label { color: var(--gold); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  padding: 40px 36px;
  border-radius: var(--r-lg);
  position: relative;
  transition: border-color 0.3s;
}
.review-card:hover { border-color: rgba(184,137,58,0.3); }
.review-card::before {
  content: '"';
  position: absolute;
  top: 24px;
  left: 32px;
  font-family: var(--display);
  font-size: 72px;
  line-height: 1;
  color: var(--gold);
  opacity: 0.35;
}
.review-text {
  font-family: var(--display);
  font-size: 17px;
  font-style: italic;
  color: rgba(255,255,255,0.72);
  margin-bottom: 28px;
  line-height: 1.95;
  padding-top: 36px;
}
.review-author { font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); }

/* ============================================================
   CTA — консультация
   ============================================================ */
.section-cta {
  padding: 100px 0 112px;
  background: var(--wine-dark);
  position: relative;
  overflow: hidden;
}
.section-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 70% at 90% 30%, rgba(184,137,58,0.1), transparent),
              radial-gradient(ellipse 50% 60% at 5% 80%, rgba(0,0,0,0.2), transparent);
  pointer-events: none;
}
.cta-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 64px;
  align-items: start;
  position: relative;
  z-index: 1;
}
/* Left — main content */
.cta-main h2 {
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 600;
  color: var(--white);
  line-height: 1.1;
  margin: 14px 0 24px;
}
.cta-main h2 em { font-style: italic; color: var(--gold-light); font-weight: 300; }
.cta-lead {
  font-size: 17px;
  color: rgba(255,255,255,0.62);
  line-height: 1.85;
  max-width: 500px;
  margin-bottom: 40px;
}
/* Reasons */
.cta-reasons { display: flex; flex-direction: column; gap: 0; margin-bottom: 44px; }
.cta-reason {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.cta-reason:first-child { border-top: 1px solid rgba(255,255,255,0.08); }
.cta-reason-title {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 600;
  color: var(--white);
}
.cta-reason-desc { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.5; }
/* Buttons */
.cta-buttons { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.cta-phone {
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}
.cta-phone:hover { color: var(--white); }
/* Right card */
.cta-aside { padding-top: 68px; }
.cta-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-lg);
  padding: 36px 32px;
}
.cta-card-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--gold);
  margin-bottom: 24px;
}
.cta-steps {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
  padding: 0;
}
.cta-steps li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.4;
}
.cta-steps li span {
  font-family: var(--display);
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  white-space: nowrap;
  min-width: 80px;
}
.cta-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.cta-stat { display: flex; flex-direction: column; gap: 4px; }
.cta-stat strong { font-family: var(--display); font-size: 32px; font-weight: 600; color: var(--gold-light); line-height: 1; }
.cta-stat span { font-size: 11px; color: rgba(255,255,255,0.4); line-height: 1.4; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--wine-deep);
  color: rgba(255,255,255,0.42);
  padding: 72px 0 32px;
  font-size: 14px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr;
  gap: 56px;
  margin-bottom: 56px;
}
.footer-brand .logo-bina {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 600;
  color: var(--gold-light);
  display: block;
  margin-bottom: 16px;
}
.footer-brand p { opacity: 0.4; font-size: 13px; line-height: 1.8; max-width: 240px; }
.social-links { display: flex; gap: 16px; margin-top: 24px; }
.social-links a { opacity: 0.3; transition: opacity 0.2s; }
.social-links a:hover { opacity: 1; }

.footer-col strong,
.footer-links strong,
.footer-contacts strong {
  display: block;
  color: rgba(255,255,255,0.18);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 18px;
  font-weight: 600;
}
.footer-col,
.footer-links,
.footer-contacts { display: flex; flex-direction: column; gap: 12px; }
.footer-col a,
.footer-links a,
.footer-contacts a { font-size: 13px; transition: color 0.2s; }
.footer-col a:hover,
.footer-links a:hover,
.footer-contacts a:hover { color: var(--white); }
.footer-legal { margin-top: 8px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.06); display: flex; flex-direction: column; gap: 10px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  opacity: 0.22;
  font-size: 11px;
  letter-spacing: 0.5px;
}

/* ============================================================
   SINGLE ARTICLE
   ============================================================ */
.single-article { max-width: 720px; margin: 0 auto; padding: 80px 24px; }
.article-header { margin-bottom: 48px; padding-bottom: 32px; border-bottom: 1px solid var(--parchment2); }
.article-header h1 { font-family: var(--display); font-size: clamp(28px, 3vw, 44px); font-weight: 600; line-height: 1.2; }
.article-header time { color: var(--muted); font-size: 11px; margin-top: 14px; display: block; letter-spacing: 1.5px; text-transform: uppercase; }
.article-body { line-height: 1.95; color: var(--brown); font-size: 17px; }
.article-body p { margin-bottom: 24px; }
.article-body h2 { font-family: var(--display); font-size: 28px; font-weight: 600; margin: 48px 0 16px; color: var(--charcoal); }
.back-link { display: inline-flex; align-items: center; gap: 8px; color: var(--wine); font-size: 13px; font-weight: 500; margin-bottom: 36px; letter-spacing: 0.3px; }
.back-link:hover { color: var(--charcoal); }

/* ============================================================
   LIST PAGE
   ============================================================ */
.list-section { padding: 80px 0; }
.list-section h1 { font-family: var(--display); font-size: clamp(40px, 5vw, 64px); font-weight: 600; margin-bottom: 8px; letter-spacing: -1px; }
.list-section .section-desc { color: var(--warm-gray); font-size: 17px; margin-bottom: 56px; }
.cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.card { background: var(--white); border-radius: var(--r-lg); border: 1px solid var(--parchment2); overflow: hidden; transition: all 0.25s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); border-color: transparent; }
.card img { width: 100%; height: 200px; object-fit: cover; }
.card-body { padding: 28px; }
.card-body h2 { font-family: var(--display); font-size: 20px; font-weight: 600; margin-bottom: 10px; color: var(--charcoal); }
.card-body p { color: var(--warm-gray); font-size: 14px; line-height: 1.65; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .container { padding: 0 32px; }
  .hero-inner { grid-template-columns: 1fr; gap: 52px; }
  .hero-image { max-width: 400px; margin: 0 auto; }
  /* About: stack vertically, photo on top */
  .section-about { grid-template-columns: 1fr; min-height: auto; }
  .about-photo { height: 420px; }
  .about-inner { padding: 56px 48px; max-width: 100%; }
  /* Shop: stack, photo on top */
  .section-shop { grid-template-columns: 1fr; min-height: auto; }
  .shop-photo { height: 400px; }
  .shop-inner { padding: 56px 48px; max-width: 100%; }
  .courses-grid { grid-template-columns: 1fr; }
  .articles-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .cta-grid { grid-template-columns: 1fr; gap: 40px; }
  .cta-aside { padding-top: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 768px) {
  .container { padding: 0 20px; }
  .hero { padding: 48px 0 60px; }
  .hero::before { display: none; }
  .hero::after { left: 20px; right: 20px; }
  .hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .hero-text { order: 2; }
  .hero-image { display: block; order: 1; max-width: 280px; margin: 0 auto; }
  .hero-image img { aspect-ratio: 3/4; }
  .hero-image-bg { inset: 10px -10px -10px 10px; }
  .main-nav {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    width: 100vw;
    background: var(--ivory);
    padding: 24px 20px;
    border-bottom: 1px solid var(--parchment2);
    box-shadow: var(--sh-lg);
    gap: 16px;
    font-size: 16px;
    z-index: 99;
    box-sizing: border-box;
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .lang-switcher--desktop { display: none; }
  .lang-switcher--mobile { display: flex; }
  .logo-text { display: none; }
  .about-photo { height: 260px; }
  .about-inner { padding: 40px 24px; }
  .shop-photo { height: 280px; }
  .shop-inner { padding: 40px 24px; }
  .cta-steps li span { min-width: 70px; }
  .features-grid { grid-template-columns: 1fr; }
  .feature-item { border-right: none; border-bottom: 1px solid var(--parchment2); }
  .feature-item:last-child { border-bottom: none; }
  .reviews-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .section-header h2 { font-size: 28px; }
  .section-header { margin-bottom: 40px; }
  .course-card { padding: 32px 28px; }
  .cta-inner { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */

.ab-hero {
  display: grid;
  grid-template-columns: 44% 1fr;
  min-height: clamp(600px, 92vh, 900px);
}
.ab-photo {
  overflow: hidden;
  background: var(--parchment2);
}
.ab-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.ab-intro {
  background: var(--parchment);
  display: flex;
  align-items: center;
  padding: 100px 80px;
}
.ab-intro-inner { max-width: 460px; }
.ab-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--wine);
  margin-bottom: 20px;
}
.ab-name {
  font-family: var(--display);
  font-size: clamp(52px, 5.5vw, 84px);
  font-weight: 600;
  color: var(--charcoal);
  line-height: 0.95;
  margin-bottom: 28px;
}
.ab-lead {
  font-size: 15px;
  color: var(--warm-gray);
  line-height: 1.85;
  margin-bottom: 40px;
}
.ab-stats {
  display: flex;
  gap: 36px;
  padding: 32px 0;
  border-top: 1px solid rgba(0,0,0,0.08);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 40px;
}
.ab-stat { display: flex; flex-direction: column; }
.ab-stat-n {
  font-family: var(--display);
  font-size: 38px;
  font-weight: 600;
  color: var(--wine);
  line-height: 1;
}
.ab-stat-l { font-size: 11px; color: var(--warm-gray); margin-top: 6px; line-height: 1.4; }
.ab-btn {
  display: inline-flex;
  align-items: center;
  background: var(--wine);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 14px 32px;
  border-radius: 3px;
  transition: background 0.25s, transform 0.2s;
}
.ab-btn:hover { background: var(--wine-dark); transform: translateY(-2px); }
.ab-btn--dark { background: var(--charcoal); }
.ab-btn--dark:hover { background: #111; }

/* Quote */
.ab-quote { background: var(--wine-dark); padding: 96px 0; text-align: center; }
.ab-quote-text {
  font-family: var(--display);
  font-size: clamp(20px, 2.2vw, 30px);
  font-style: italic;
  color: rgba(255,255,255,0.9);
  max-width: 760px;
  margin: 0 auto 20px;
  line-height: 1.6;
}
.ab-quote-sig { font-size: 13px; color: rgba(255,255,255,0.4); letter-spacing: 1px; }

/* Areas */
.ab-areas { background: var(--ivory); padding: 100px 0; }
.ab-areas-wrap {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 80px;
  align-items: start;
}
.ab-areas-head h2 {
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 600;
  color: var(--charcoal);
  line-height: 1.15;
  margin-bottom: 20px;
  position: sticky;
  top: 100px;
}
.ab-areas-head p {
  font-size: 14px;
  color: var(--warm-gray);
  line-height: 1.8;
  position: sticky;
  top: 240px;
}
.ab-areas-body { display: flex; flex-direction: column; }
.ab-area {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--parchment2);
}
.ab-area:first-child { border-top: 1px solid var(--parchment2); }
.ab-area-n {
  font-family: var(--display);
  font-size: 13px;
  color: var(--wine);
  font-weight: 600;
  padding-top: 4px;
}
.ab-area h3 { font-size: 16px; font-weight: 600; color: var(--charcoal); margin-bottom: 6px; }
.ab-area p { font-size: 14px; color: var(--warm-gray); line-height: 1.7; }

/* Projects */
.ab-projects { background: var(--parchment); padding: 100px 0; }
.ab-proj-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 52px;
  align-items: end;
}
.ab-proj-head h2 {
  font-family: var(--display);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 600;
  color: var(--charcoal);
  line-height: 1.1;
}
.ab-proj-head p { font-size: 15px; color: var(--warm-gray); line-height: 1.75; }
.ab-proj-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ab-proj-card {
  background: var(--ivory);
  border-radius: 12px;
  padding: 36px 28px;
  border: 1px solid var(--parchment2);
  transition: box-shadow 0.25s, transform 0.25s;
}
.ab-proj-card:hover { box-shadow: var(--sh); transform: translateY(-4px); }
.ab-proj-card--wide { grid-column: span 2; }
.ab-proj-n {
  display: block;
  font-family: var(--display);
  font-size: 13px;
  color: var(--wine);
  font-weight: 600;
  margin-bottom: 16px;
}
.ab-proj-card h3 { font-size: 16px; font-weight: 600; color: var(--charcoal); margin-bottom: 10px; line-height: 1.3; }
.ab-proj-card p { font-size: 13px; color: var(--warm-gray); line-height: 1.7; }

/* Education */
.ab-edu { background: var(--charcoal); padding: 100px 0; }
.ab-edu-wrap {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 100px;
  align-items: start;
}
.ab-edu-left h2 {
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 600;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 40px;
}
.ab-edu-left img { width: 100%; border-radius: 12px; display: block; }
.ab-edu-right { display: flex; flex-direction: column; padding-top: 8px; }
.ab-edu-item {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  align-items: start;
}
.ab-edu-item:last-child { border-bottom: none; }
.ab-edu-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  margin-top: 7px;
  flex-shrink: 0;
}
.ab-edu-item div { display: flex; flex-direction: column; gap: 6px; }
.ab-edu-item strong { font-size: 16px; font-weight: 600; color: #fff; }
.ab-edu-item span { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.6; }

/* CTA */
.ab-cta { background: var(--parchment); padding: 96px 0; text-align: center; }
.ab-cta h2 {
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 16px;
}
.ab-cta p { font-size: 15px; color: var(--warm-gray); margin-bottom: 36px; line-height: 1.7; }

/* Responsive */
@media (max-width: 1100px) {
  .ab-areas-wrap { grid-template-columns: 240px 1fr; gap: 48px; }
  .ab-proj-grid { grid-template-columns: repeat(2, 1fr); }
  .ab-proj-card--wide { grid-column: span 2; }
  .ab-edu-wrap { grid-template-columns: 1fr 1.4fr; gap: 60px; }
}
@media (max-width: 900px) {
  .ab-hero { grid-template-columns: 1fr; min-height: auto; }
  .ab-photo { height: 500px; }
  .ab-intro { padding: 60px 40px; }
  .ab-areas-wrap { grid-template-columns: 1fr; gap: 40px; }
  .ab-areas-head h2, .ab-areas-head p { position: static; }
  .ab-edu-wrap { grid-template-columns: 1fr; gap: 48px; }
  .ab-edu-left img { display: none; }
  .ab-proj-head { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .ab-intro { padding: 48px 24px; }
  .ab-stats { flex-wrap: wrap; gap: 24px; }
  .ab-proj-grid { grid-template-columns: 1fr; }
  .ab-proj-card--wide { grid-column: span 1; }
}

/* ============================================================
   CONTACTS PAGE
   ============================================================ */
.ct-page { background: var(--ivory); padding: 80px 0; }
.ct-inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px; align-items: start; }
.ct-chip { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 2.5px; color: var(--wine); border: 1px solid var(--wine); padding: 5px 14px; border-radius: 2px; margin-bottom: 20px; }
.ct-title { font-family: var(--display); font-size: clamp(32px, 4vw, 52px); font-weight: 600; color: var(--charcoal); line-height: 1.1; margin-bottom: 16px; }
.ct-sub { font-size: 15px; color: var(--warm-gray); line-height: 1.75; margin-bottom: 40px; }

.ct-form { display: flex; flex-direction: column; gap: 20px; }
.ct-field { display: flex; flex-direction: column; gap: 7px; }
.ct-field label { font-size: 12px; font-weight: 600; letter-spacing: 0.5px; color: var(--brown); text-transform: uppercase; }
.ct-field input,
.ct-field select,
.ct-field textarea {
  background: var(--white);
  border: 1px solid var(--parchment2);
  border-radius: var(--r);
  padding: 12px 16px;
  font-family: var(--body);
  font-size: 15px;
  color: var(--charcoal);
  transition: border-color 0.2s;
  outline: none;
  width: 100%;
}
.ct-field input:focus,
.ct-field select:focus,
.ct-field textarea:focus { border-color: var(--wine); }
.ct-field textarea { resize: vertical; }
.ct-submit {
  background: var(--wine);
  color: var(--white);
  border: none;
  border-radius: 3px;
  padding: 16px 36px;
  font-family: var(--body);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.25s, transform 0.2s;
  align-self: flex-start;
}
.ct-submit:hover { background: var(--wine-dark); transform: translateY(-2px); }
.ct-privacy { font-size: 12px; color: var(--muted); line-height: 1.6; }
.ct-privacy a { color: var(--wine); text-decoration: underline; }

.ct-info-col { position: sticky; top: 88px; }
.ct-photo { border-radius: 999px 999px 16px 16px; overflow: hidden; aspect-ratio: 2/3; margin-bottom: 32px; }
.ct-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.ct-contacts-block, .ct-social-block { margin-bottom: 28px; }
.ct-contacts-block h3, .ct-social-block h3 {
  font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--muted); margin-bottom: 14px;
}
.ct-contact-link {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: var(--brown); margin-bottom: 10px;
  transition: color 0.2s;
}
.ct-contact-link:hover { color: var(--wine); }
.ct-socials { display: flex; flex-direction: column; gap: 8px; }
.ct-social { font-size: 14px; color: var(--brown); transition: color 0.2s; }
.ct-social:hover { color: var(--wine); }
.ct-note { padding: 20px; background: var(--parchment); border-radius: var(--r); }
.ct-note p { font-size: 13px; color: var(--warm-gray); line-height: 1.65; margin-bottom: 6px; }
.ct-note p:last-child { margin-bottom: 0; }

@media (max-width: 900px) {
  .ct-inner { grid-template-columns: 1fr; }
  .ct-info-col { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .ct-photo { display: none; }
}
@media (max-width: 640px) {
  .ct-info-col { grid-template-columns: 1fr; }
  .ct-submit { width: 100%; text-align: center; align-self: stretch; }
}

/* ============================================================
   SHOP PAGE
   ============================================================ */
.sh-hero { background: var(--parchment); padding: 80px 0; }
.sh-hero-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; }
.sh-product-img { border-radius: 20px; overflow: hidden; aspect-ratio: 1/1; background: var(--white); display: flex; align-items: center; justify-content: center; box-shadow: var(--sh-lg); }
.sh-product-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sh-chip { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 2.5px; color: var(--wine); border: 1px solid var(--wine); padding: 5px 14px; border-radius: 2px; margin-bottom: 20px; }
.sh-title { font-family: var(--display); font-size: clamp(36px, 5vw, 64px); font-weight: 700; color: var(--charcoal); line-height: 1.05; margin-bottom: 8px; }
.sh-subtitle { font-size: 16px; color: var(--wine); font-weight: 500; margin-bottom: 20px; }
.sh-desc { font-size: 16px; color: var(--warm-gray); line-height: 1.8; margin-bottom: 28px; }
.sh-trust-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.sh-trust-item { font-size: 12px; color: var(--wine); font-weight: 600; }
.sh-buy-row { display: flex; align-items: center; gap: 24px; margin-bottom: 12px; }
.sh-price { font-family: var(--display); font-size: 48px; font-weight: 700; color: var(--charcoal); }
.sh-btn { display: inline-flex; align-items: center; background: var(--wine); color: var(--white); font-size: 15px; font-weight: 600; padding: 16px 40px; border-radius: 3px; transition: background 0.25s, transform 0.2s; }
.sh-btn:hover { background: var(--wine-dark); transform: translateY(-2px); }
.sh-btn--light { background: var(--gold); }
.sh-btn--light:hover { background: var(--gold-light); }
.sh-btn--outline { background: transparent; border: 1px solid rgba(255,255,255,0.3); color: var(--white); }
.sh-btn--outline:hover { border-color: var(--white); background: transparent; }
.sh-buy-note { font-size: 13px; color: var(--wine); font-weight: 500; font-style: italic; }

/* About section */
.sh-about { background: var(--ivory); padding: 88px 0; }
.sh-about-inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 80px; align-items: center; }
.sh-about-label { font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--wine); margin-bottom: 16px; display: block; }
.sh-about-text h2 { font-family: var(--display); font-size: clamp(26px, 3vw, 42px); font-weight: 600; color: var(--charcoal); line-height: 1.15; margin-bottom: 20px; }
.sh-about-text p { font-size: 15px; color: var(--warm-gray); line-height: 1.85; margin-bottom: 24px; }
.sh-link { font-size: 14px; font-weight: 600; color: var(--wine); border-bottom: 1px solid var(--wine); padding-bottom: 2px; transition: opacity 0.2s; }
.sh-link:hover { opacity: 0.7; }
.sh-about-img { border-radius: 999px 999px 0 0; overflow: hidden; aspect-ratio: 3/4; }
.sh-about-img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }

/* How section */
.sh-how { background: var(--parchment); padding: 88px 0; }
.sh-how-label { font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--wine); text-align: center; margin-bottom: 12px; display: block; }
.sh-section-title { font-family: var(--display); font-size: clamp(28px, 3vw, 44px); font-weight: 600; color: var(--charcoal); text-align: center; margin-bottom: 16px; }
.sh-how-desc { font-size: 15px; color: var(--warm-gray); line-height: 1.8; text-align: center; max-width: 640px; margin: 0 auto 52px; }
.sh-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.sh-step { text-align: center; padding: 40px 28px; background: var(--white); border-radius: 16px; border: 1px solid var(--parchment2); }
.sh-step-n { display: block; font-family: var(--display); font-size: 48px; font-weight: 700; color: var(--wine); opacity: 0.15; line-height: 1; margin-bottom: 16px; }
.sh-step h3 { font-size: 18px; font-weight: 600; color: var(--charcoal); margin-bottom: 12px; }
.sh-step p { font-size: 14px; color: var(--warm-gray); line-height: 1.8; }

/* Gallery */
.sh-gallery { background: var(--parchment2); padding: 0; }
.sh-gallery-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.sh-gallery-img { overflow: hidden; aspect-ratio: 4/3; }
.sh-gallery-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
.sh-gallery-img:hover img { transform: scale(1.04); }

/* Review carousel */
.sh-review { background: var(--wine-dark); padding: 88px 0; }
.sh-review-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 48px; display: block; text-align: center; }

.sh-carousel { position: relative; max-width: 860px; margin: 0 auto; }
.sh-carousel-track { position: relative; }
.sh-slide { display: none; grid-template-columns: 280px 1fr; gap: 60px; align-items: center; }
.sh-slide.active { display: grid; animation: sh-fadein 0.5s ease; }
@keyframes sh-fadein { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.sh-slide-photo { border-radius: 16px; overflow: hidden; aspect-ratio: 3/4; flex-shrink: 0; }
.sh-slide-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }

.sh-slide-body blockquote { font-family: var(--display); font-size: clamp(17px, 2vw, 24px); font-style: italic; color: rgba(255,255,255,0.92); line-height: 1.7; margin-bottom: 24px; }
.sh-slide-author { font-size: 13px; color: var(--gold); letter-spacing: 0.5px; }

.sh-carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: #fff; font-size: 20px; width: 48px; height: 48px; border-radius: 50%; cursor: pointer; transition: background 0.2s; display: flex; align-items: center; justify-content: center; z-index: 2; }
.sh-carousel-btn:hover { background: rgba(255,255,255,0.2); }
.sh-carousel-prev { left: -68px; }
.sh-carousel-next { right: -68px; }

.sh-carousel-dots { display: flex; justify-content: center; gap: 8px; margin-top: 36px; }
.sh-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.25); cursor: pointer; transition: background 0.25s, transform 0.25s; }
.sh-dot.active { background: var(--gold); transform: scale(1.3); }

/* Includes */
.sh-includes { background: var(--ivory); padding: 88px 0; }
.sh-includes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 52px; }
.sh-include-card { background: var(--white); border-radius: 16px; padding: 36px 24px; border: 1px solid var(--parchment2); text-align: center; }
.sh-include-icon { display: flex; align-items: center; justify-content: center; color: var(--wine); margin-bottom: 20px; }
.sh-include-n { display: block; font-family: var(--display); font-size: 40px; font-weight: 700; color: var(--wine); margin-bottom: 16px; line-height: 1; }
.sh-include-card h3 { font-size: 16px; font-weight: 600; color: var(--charcoal); margin-bottom: 10px; }
.sh-include-card p { font-size: 13px; color: var(--warm-gray); line-height: 1.7; }

/* CTA */
.sh-cta { position: relative; padding: 100px 0; overflow: hidden; }
.sh-cta-bg { position: absolute; inset: 0; background-size: cover; background-position: center; filter: brightness(0.25) saturate(0.5); z-index: 0; }
.sh-cta .container { position: relative; z-index: 1; }
.sh-cta-inner { text-align: center; max-width: 640px; margin: 0 auto; }
.sh-cta-inner h2 { font-family: var(--display); font-size: clamp(24px, 3vw, 44px); font-weight: 600; color: var(--white); line-height: 1.2; margin-bottom: 16px; }
.sh-cta-inner p { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.8; margin-bottom: 40px; }
.sh-cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

@media (max-width: 1100px) { .sh-includes-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) {
  .sh-hero-inner { grid-template-columns: 1fr; }
  .sh-product-img { max-width: 360px; margin: 0 auto; }
  .sh-gallery-inner { grid-template-columns: 1fr; }
  .sh-about-inner { grid-template-columns: 1fr; }
  .sh-about-img { max-width: 300px; margin: 0 auto; }
  .sh-steps { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .sh-slide { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .sh-slide-photo { max-width: 240px; margin: 0 auto; }
  .sh-carousel-prev { left: -8px; }
  .sh-carousel-next { right: -8px; }
  .sh-includes-grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   COURSES LIST PAGE
   ============================================================ */
.cl-hero { background: var(--parchment); padding: 80px 0 56px; text-align: center; }
.cl-chip { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 2.5px; color: var(--wine); border: 1px solid var(--wine); padding: 5px 14px; border-radius: 2px; margin-bottom: 20px; }
.cl-title { font-family: var(--display); font-size: clamp(36px, 5vw, 64px); font-weight: 600; color: var(--charcoal); margin-bottom: 16px; }
.cl-sub { font-size: 16px; color: var(--warm-gray); max-width: 560px; margin: 0 auto; line-height: 1.7; }

.cl-grid-section { background: var(--ivory); padding: 72px 0; }
.cl-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.cl-card { background: var(--white); border-radius: 20px; overflow: hidden; border: 1px solid var(--parchment2); transition: all 0.3s; display: flex; flex-direction: column; }
.cl-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: transparent; }
.cl-card--soon { opacity: 0.7; cursor: default; }
.cl-card--soon:hover { transform: none; box-shadow: none; }
.cl-card-img { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.cl-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cl-card-img--dark img { filter: saturate(0.7) brightness(0.8); }
.cl-card-badge { position: absolute; top: 16px; left: 16px; background: var(--gold); color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; padding: 4px 12px; border-radius: 2px; }
.cl-card-badge--soon { background: var(--warm-gray); }
.cl-card-body { padding: 36px 32px; flex: 1; display: flex; flex-direction: column; }
.cl-card-tag { font-size: 10px; font-weight: 700; letter-spacing: 2px; color: var(--muted); text-transform: uppercase; margin-bottom: 12px; display: block; }
.cl-card-body h2 { font-family: var(--display); font-size: clamp(22px, 2.5vw, 30px); font-weight: 600; color: var(--charcoal); margin-bottom: 14px; line-height: 1.2; }
.cl-card-body p { font-size: 14px; color: var(--warm-gray); line-height: 1.75; margin-bottom: 20px; flex: 1; }
.cl-card-meta { display: flex; gap: 16px; margin-bottom: 20px; }
.cl-card-meta span { font-size: 11px; color: var(--muted); background: var(--parchment); padding: 4px 10px; border-radius: 2px; }
.cl-card-cta { font-size: 13px; font-weight: 600; color: var(--wine); transition: color 0.2s; }
.cl-card-cta--muted { color: var(--muted); }
.cl-card:hover .cl-card-cta { color: var(--wine-dark); }

.cl-cta { background: var(--parchment); padding: 48px 0; text-align: center; }
.cl-cta p { font-size: 15px; color: var(--warm-gray); margin-bottom: 16px; }
.cl-cta-btn { display: inline-flex; align-items: center; background: var(--wine); color: var(--white); font-size: 14px; font-weight: 600; padding: 12px 28px; border-radius: 3px; transition: background 0.25s; }
.cl-cta-btn:hover { background: var(--wine-dark); }

@media (max-width: 768px) {
  .cl-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   PESACH COURSE PAGE
   ============================================================ */

/* Hero */
.ps-hero { position: relative; min-height: clamp(580px, 85vh, 860px); display: flex; align-items: center; overflow: hidden; }
.ps-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center top; z-index: 0; }
.ps-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(42,13,22,0.88) 0%, rgba(42,13,22,0.6) 100%); z-index: 1; }
.ps-hero-inner { position: relative; z-index: 2; max-width: 680px; padding: 80px 0; }
.ps-hero-badge { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 3px; color: var(--gold); border: 1px solid var(--gold); padding: 5px 16px; border-radius: 2px; margin-bottom: 24px; }
.ps-hero-title { font-family: var(--display); font-size: clamp(36px, 5vw, 68px); font-weight: 600; color: #fff; line-height: 1.05; margin-bottom: 20px; }
.ps-hero-sub { font-size: 17px; color: rgba(255,255,255,0.75); line-height: 1.75; margin-bottom: 32px; max-width: 540px; }
.ps-hero-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.ps-hero-pills span { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.8); background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); padding: 6px 16px; border-radius: 20px; }
.ps-btn { display: inline-flex; align-items: center; background: var(--wine); color: #fff; font-size: 15px; font-weight: 600; padding: 16px 40px; border-radius: 3px; transition: background 0.25s, transform 0.2s; }
.ps-btn:hover { background: var(--wine-dark); transform: translateY(-2px); }
.ps-btn--sm { padding: 12px 28px; font-size: 14px; margin-top: 24px; }
.ps-btn--gold { background: var(--gold); color: var(--charcoal); }
.ps-btn--gold:hover { background: var(--gold-light); }
.ps-hero-note { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 12px; }

/* Story */
.ps-story { background: var(--parchment); padding: 88px 0; }
.ps-story-inner { display: grid; grid-template-columns: 360px 1fr; gap: 80px; align-items: center; }
.ps-story-photo { border-radius: 999px 999px 0 0; overflow: hidden; aspect-ratio: 3/4; }
.ps-story-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.ps-story-label { font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--wine); display: block; margin-bottom: 20px; }
.ps-story-quote { font-family: var(--display); font-size: clamp(18px, 2vw, 24px); font-style: italic; color: var(--charcoal); line-height: 1.65; margin-bottom: 20px; border-left: 3px solid var(--wine); padding-left: 24px; }
.ps-story-text p { font-size: 15px; color: var(--warm-gray); line-height: 1.85; margin-bottom: 16px; }
.ps-story-text cite { display: block; font-size: 13px; font-weight: 600; color: var(--wine); font-style: normal; margin-top: 8px; }

/* Section titles */
.ps-section-title { font-family: var(--display); font-size: clamp(28px, 3.5vw, 48px); font-weight: 600; color: var(--charcoal); text-align: center; margin-bottom: 16px; }
.ps-section-sub { font-size: 16px; color: var(--warm-gray); text-align: center; line-height: 1.75; max-width: 600px; margin: 0 auto 52px; }

/* Problem */
.ps-problem { background: var(--ivory); padding: 88px 0; }
.ps-problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 52px; }
.ps-problem-card { background: var(--white); border-radius: 16px; padding: 32px 24px; text-align: center; border: 1px solid var(--parchment2); }
.ps-problem-icon { display: flex; justify-content: center; color: var(--wine); margin-bottom: 20px; }
.ps-problem-card h3 { font-size: 16px; font-weight: 600; color: var(--charcoal); margin-bottom: 10px; }
.ps-problem-card p { font-size: 13px; color: var(--warm-gray); line-height: 1.7; }
.ps-pivot { background: var(--wine-dark); border-radius: 16px; padding: 40px 48px; text-align: center; }
.ps-pivot-quote { font-family: var(--display); font-size: clamp(18px, 2vw, 26px); font-style: italic; color: rgba(255,255,255,0.92); line-height: 1.65; margin: 0; }

/* Results */
.ps-results { background: var(--wine-deep); padding: 80px 0; }
.ps-results .ps-section-title { color: #fff; }
.ps-results-list { display: flex; flex-direction: column; gap: 16px; max-width: 640px; margin: 0 auto; }
.ps-result { font-size: 17px; color: rgba(255,255,255,0.9); line-height: 1.6; padding: 20px 28px; background: rgba(255,255,255,0.07); border-radius: 8px; border-left: 3px solid var(--gold); }

/* Format */
.ps-format { background: var(--parchment); padding: 88px 0; }
.ps-format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-bottom: 40px; }
.ps-format-card { text-align: center; padding: 40px 28px; background: var(--white); border-radius: 16px; border: 1px solid var(--parchment2); }
.ps-format-icon-wrap { display: flex; justify-content: center; color: var(--wine); margin-bottom: 20px; }
.ps-format-card h3 { font-size: 18px; font-weight: 600; color: var(--charcoal); margin-bottom: 10px; }
.ps-format-card p { font-size: 14px; color: var(--warm-gray); line-height: 1.75; }
.ps-format-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.ps-format-pills span { font-size: 12px; font-weight: 600; color: var(--wine); background: var(--ivory); border: 1px solid var(--parchment2); padding: 7px 18px; border-radius: 20px; }

/* Program */
.ps-program { background: var(--ivory); padding: 88px 0; }
.ps-steps-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }
.ps-step-item { display: grid; grid-template-columns: 56px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--parchment2); align-items: start; }
.ps-step-item:last-child { border-bottom: none; }
.ps-step-n { font-family: var(--display); font-size: 32px; font-weight: 700; color: var(--wine); opacity: 0.25; line-height: 1.1; }
.ps-step-item h3 { font-size: 17px; font-weight: 600; color: var(--charcoal); margin-bottom: 8px; }
.ps-step-item p { font-size: 14px; color: var(--warm-gray); line-height: 1.75; }

/* Author */
.ps-author { background: var(--charcoal); padding: 88px 0; }
.ps-author-inner { display: grid; grid-template-columns: 320px 1fr; gap: 80px; align-items: center; }
.ps-author-photo { border-radius: 16px; overflow: hidden; aspect-ratio: 4/3; }
.ps-author-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.ps-author-label { font-size: 10px; font-weight: 700; letter-spacing: 3px; color: var(--gold); display: block; margin-bottom: 16px; }
.ps-author-text h2 { font-family: var(--display); font-size: clamp(32px, 4vw, 52px); font-weight: 600; color: #fff; margin-bottom: 24px; }
.ps-author-facts { list-style: none; padding: 0; margin-bottom: 28px; }
.ps-author-facts li { font-size: 14px; color: rgba(255,255,255,0.65); padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.ps-author-facts li::before { content: "—  "; color: var(--gold); }
.ps-author-quote { font-family: var(--display); font-size: 18px; font-style: italic; color: rgba(255,255,255,0.85); line-height: 1.65; border-left: 3px solid var(--gold); padding-left: 20px; margin: 0; }

/* For whom */
.ps-for-whom { background: var(--parchment); padding: 88px 0; }
.ps-for-whom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 860px; margin: 0 auto; }
.ps-for-card { border-radius: 16px; padding: 40px 36px; }
.ps-for-card h3 { font-size: 18px; font-weight: 600; margin-bottom: 20px; }
.ps-for-card ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.ps-for-card li { font-size: 14px; line-height: 1.6; padding-left: 8px; }
.ps-for-card--yes { background: var(--white); border: 1px solid var(--parchment2); }
.ps-for-card--yes h3 { color: var(--wine); }
.ps-for-card--yes li { color: var(--warm-gray); }
.ps-for-card--no { background: var(--ivory); border: 1px solid var(--parchment2); }
.ps-for-card--no h3 { color: var(--charcoal); }
.ps-for-card--no li { color: var(--warm-gray); opacity: 0.7; }

/* Reviews */
.ps-reviews { background: var(--ivory); padding: 88px 0; }
.ps-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ps-review-card { background: var(--white); border-radius: 16px; padding: 32px 28px; border: 1px solid var(--parchment2); }
.ps-review-card--wide { grid-column: span 2; }
.ps-review-card p { font-size: 14px; color: var(--warm-gray); line-height: 1.8; font-style: italic; margin-top: 12px; }
.ps-stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; }

/* CTA */
.ps-cta { position: relative; padding: 100px 0; overflow: hidden; background: #1a0a10; }
.ps-cta-inner { position: relative; z-index: 1; text-align: center; max-width: 600px; margin: 0 auto; }
.ps-cta-inner h2 { font-family: var(--display); font-size: clamp(28px, 4vw, 52px); font-weight: 600; color: #fff; line-height: 1.2; margin-bottom: 36px; }
.ps-cta-box { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 12px; padding: 28px 36px; margin-bottom: 36px; display: inline-block; text-align: left; }
.ps-cta-what { font-size: 12px; font-weight: 700; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; margin-bottom: 16px; }
.ps-cta-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.ps-cta-list li { font-size: 14px; color: rgba(255,255,255,0.85); }
.ps-cta-note { font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 16px; }

@media (max-width: 900px) {
  .ps-story-inner { grid-template-columns: 1fr; }
  .ps-story-photo { max-width: 280px; margin: 0 auto; }
  .ps-problem-grid { grid-template-columns: 1fr 1fr; }
  .ps-format-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto 40px; }
  .ps-author-inner { grid-template-columns: 1fr; }
  .ps-author-photo { max-width: 260px; margin: 0 auto; }
  .ps-for-whom-grid { grid-template-columns: 1fr; }
  .ps-reviews-grid { grid-template-columns: 1fr; }
  .ps-review-card--wide { grid-column: span 1; }
}

/* ============================================================
   WEBINAR PAGE
   ============================================================ */

/* HERO */
.wb-hero {
  position: relative;
  background: var(--wine-deep);
  overflow: hidden;
  padding: 80px 0 0;
}
.wb-hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 70% 50%, rgba(123,45,62,0.35) 0%, transparent 70%),
              radial-gradient(ellipse 50% 80% at 10% 80%, rgba(184,137,58,0.1) 0%, transparent 60%);
}
.wb-hero-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: flex-end;
}
.wb-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(184,137,58,0.15);
  border: 1px solid rgba(184,137,58,0.35);
  border-radius: 40px;
  padding: 7px 18px;
  font-size: 12px; font-weight: 600; letter-spacing: 1px;
  color: var(--gold-light);
  text-transform: uppercase;
  margin-bottom: 28px;
}
.wb-badge-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #e05c5c;
  box-shadow: 0 0 0 3px rgba(224,92,92,0.3);
  animation: wb-pulse 1.8s ease-in-out infinite;
}
@keyframes wb-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(224,92,92,0.3); }
  50%       { box-shadow: 0 0 0 6px rgba(224,92,92,0.1); }
}
.wb-hero h1 {
  font-family: var(--display);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 600; line-height: 1.15;
  color: var(--white);
  margin-bottom: 20px;
}
.wb-hero-lead {
  font-size: 16px; color: rgba(255,255,255,0.65);
  margin-bottom: 36px;
}
.wb-hero-actions { margin-bottom: 32px; }
.wb-hero-meta {
  display: flex; flex-wrap: wrap; gap: 20px;
  font-size: 13px; color: rgba(255,255,255,0.5);
  padding-bottom: 48px;
}
.wb-meta-item { display: flex; align-items: center; gap: 7px; }
.wb-hero-photo {
  align-self: flex-end;
  position: relative;
}
.wb-hero-photo img {
  width: 100%; height: 460px;
  object-fit: cover; object-position: top center;
  display: block;
  border-radius: 12px 12px 0 0;
  filter: saturate(0.9);
}

/* ABOUT */
.wb-about {
  padding: 80px 0;
  background: var(--parchment);
}
.wb-about-inner {
  max-width: 760px;
}
.wb-about-inner h2 {
  font-family: var(--display);
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 600; line-height: 1.2;
  color: var(--wine-dark);
  margin-bottom: 24px; margin-top: 16px;
}
.wb-about-inner p {
  font-size: 17px; color: var(--brown);
  line-height: 1.7; margin-bottom: 16px;
}

/* LEARN */
.wb-learn { padding: 80px 0; background: var(--ivory); }
.wb-learn-head { margin-bottom: 48px; }
.wb-learn-head h2 {
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 600; color: var(--charcoal);
  margin-top: 12px;
}
.wb-learn-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--parchment2);
  border-radius: 12px; overflow: hidden;
}
.wb-learn-card {
  background: var(--white);
  padding: 40px 36px;
  display: flex; flex-direction: column; gap: 20px;
}
.wb-learn-n {
  font-family: var(--display);
  font-size: 64px; font-weight: 600; line-height: 1;
  color: var(--parchment2);
}
.wb-learn-body h3 {
  font-size: 18px; font-weight: 600; color: var(--wine-dark);
  margin-bottom: 12px; line-height: 1.3;
}
.wb-learn-body p { font-size: 14px; color: var(--warm-gray); line-height: 1.65; }

/* SPEAKER */
.wb-speaker { padding: 80px 0; background: var(--parchment); }
.wb-speaker-inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 64px; align-items: center;
}
.wb-speaker-photo img {
  width: 100%; aspect-ratio: 3/4;
  object-fit: cover; object-position: top;
  border-radius: 8px;
}
.wb-speaker-text h2 {
  font-family: var(--display);
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 600; color: var(--wine-dark);
  margin: 12px 0 20px;
}
.wb-speaker-text p {
  font-size: 16px; color: var(--brown);
  line-height: 1.7; margin-bottom: 28px;
}
.wb-speaker-cred {
  list-style: none; padding: 0;
  display: flex; flex-direction: column; gap: 12px;
}
.wb-speaker-cred li {
  font-size: 14px; color: var(--charcoal);
  padding-left: 20px; position: relative;
}
.wb-speaker-cred li::before {
  content: '';
  position: absolute; left: 0; top: 7px;
  width: 6px; height: 6px;
  border-radius: 50%; background: var(--gold);
}

/* REGISTER */
.wb-register {
  padding: 100px 0;
  background: var(--wine-deep);
  position: relative; overflow: hidden;
}
.wb-register::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(123,45,62,0.5) 0%, transparent 70%);
}
.wb-register-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.wb-register-text h2 {
  font-family: var(--display);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 600; line-height: 1.2;
  color: var(--white);
  margin: 12px 0 16px;
}
.wb-register-text > p {
  font-size: 15px; color: rgba(255,255,255,0.5);
  margin-bottom: 32px;
}
.wb-register-perks {
  display: flex; flex-direction: column; gap: 12px;
}
.wb-perk {
  font-size: 14px; color: rgba(255,255,255,0.75);
  padding-left: 22px; position: relative;
}
.wb-perk::before {
  content: '';
  position: absolute; left: 0; top: 6px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold);
}
.wb-register-form {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 48px 40px;
  text-align: center;
}
.wb-form-note {
  font-size: 14px; color: rgba(255,255,255,0.5);
  margin-bottom: 24px; line-height: 1.5;
}
.wb-register-btn {
  width: 100%; justify-content: center;
  font-size: 15px; padding: 16px 32px;
  margin-bottom: 20px;
}
.wb-wa-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; color: rgba(255,255,255,0.45);
  transition: color 0.2s;
}
.wb-wa-link:hover { color: rgba(255,255,255,0.8); }

/* Hero note */
.wb-hero-note { display: block; font-size: 13px; color: rgba(255,255,255,0.55); margin-top: 10px; }
.wb-cta-btn { font-size: 16px; padding: 16px 36px; }

/* ── ДЛЯ КОГО ── */
.wb-for { padding: 72px 0; background: var(--ivory); }
.wb-for-head { text-align: center; margin-bottom: 48px; }
.wb-for-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.wb-for-item {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.07);
  border-top: 3px solid var(--wine);
  border-radius: 4px 4px 16px 16px;
  padding: 28px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.wb-for-num {
  font-family: var(--display);
  font-size: 32px;
  font-weight: 700;
  color: var(--wine);
  line-height: 1;
  opacity: 0.25;
}
.wb-for-item p { font-size: 14px; color: var(--charcoal); line-height: 1.7; margin: 0; }

/* ── ПРОГРАММА ── */
.wb-program { padding: 80px 0; background: var(--charcoal); }
.wb-program-head { text-align: center; margin-bottom: 56px; }
.wb-program-head h2 { color: var(--white); font-size: clamp(28px, 4vw, 40px); }
.wb-program-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.wb-program-col {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-top: 2px solid var(--gold);
  border-radius: 0 0 16px 16px;
  padding: 36px 32px;
}
.wb-program-col-title { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.wb-col-num { font-size: 11px; font-weight: 700; letter-spacing: 2px; color: var(--gold); background: rgba(184,137,58,0.12); padding: 4px 10px; border-radius: 20px; }
.wb-program-col-title h3 { color: var(--white); font-size: 20px; margin: 0; }
.wb-program-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.wb-program-list li { font-size: 14px; color: rgba(255,255,255,0.72); line-height: 1.7; padding-left: 18px; position: relative; }
.wb-program-list li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }

/* ── ДО ВЕБИНАРА (бонусы) ── */
.wb-preload { padding: 80px 0; background: var(--parchment); }
.wb-preload-head { text-align: center; margin-bottom: 52px; }
.wb-preload-head h2 { font-size: clamp(26px, 3.5vw, 38px); color: var(--charcoal); }
.wb-preload-sub { font-size: 16px; color: var(--warm-gray); max-width: 560px; margin: 12px auto 0; }
.wb-preload-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 24px; align-items: start; }
.wb-preload-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  padding: 32px 28px;
  position: relative;
}
.wb-preload-card--featured {
  background: var(--charcoal);
  border: 1px solid var(--gold);
}
.wb-preload-card--featured h3 { color: var(--white); }
.wb-preload-card--featured p { color: rgba(255,255,255,0.62); }
.wb-preload-card--featured .wb-preload-label { color: var(--gold); }
.wb-preload-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--wine);
  margin-bottom: 10px;
  display: block;
}
.wb-preload-card h3 { font-size: 18px; margin: 0 0 12px; line-height: 1.4; color: var(--charcoal); }
.wb-preload-card p { font-size: 14px; color: var(--warm-gray); line-height: 1.65; margin: 0 0 20px; }
.wb-preload-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  background: rgba(123,45,62,0.08);
  color: var(--wine);
  padding: 4px 12px;
  border-radius: 20px;
}
.wb-preload-card--featured .wb-preload-tag {
  background: rgba(184,137,58,0.18);
  color: var(--gold-light);
}

/* Speaker extras */
.wb-speaker-lead { font-size: 16px; color: var(--warm-gray); margin-bottom: 24px; }
.wb-speaker-quote {
  margin-top: 28px;
  padding: 20px 24px;
  background: rgba(123,45,62,0.05);
  border-left: 3px solid var(--wine);
  border-radius: 0 12px 12px 0;
  font-size: 15px;
  font-style: italic;
  color: var(--charcoal);
  line-height: 1.65;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .wb-for-grid { grid-template-columns: repeat(2, 1fr); }
  .wb-program-cols { grid-template-columns: 1fr; gap: 20px; }
  .wb-preload-grid { grid-template-columns: 1fr 1fr; }
  .wb-preload-card--featured { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .wb-hero-inner { grid-template-columns: 1fr; gap: 0; }
  .wb-hero-photo { display: block; margin: 32px -48px 0; }
  .wb-hero-photo img { height: 420px; border-radius: 0; width: 100%; object-fit: cover; object-position: center 0%; }
  .wb-hero-text { padding-bottom: 0; }
  .wb-hero-meta { padding-bottom: 0; }
  .wb-speaker-inner { grid-template-columns: 1fr; }
  .wb-speaker-photo { max-width: 240px; }
  .wb-register-inner { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 600px) {
  .wb-for-grid { grid-template-columns: 1fr; }
  .wb-preload-grid { grid-template-columns: 1fr; }
  .wb-hero-photo { margin: 24px -24px 0; }
  .wb-hero-photo img { height: 320px; }
}

/* ============================================================
   ARTICLES LIST
   ============================================================ */

.al-hero {
  padding: 80px 0 60px;
  background: var(--wine-deep);
}
.al-hero .section-label { display: block; margin-bottom: 16px; }
.al-hero-title {
  font-family: var(--display);
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 600; line-height: 1.1;
  color: var(--white);
  margin-bottom: 20px;
}
.al-hero-title em { color: var(--gold-light); font-style: italic; }
.al-hero-desc { font-size: 16px; color: rgba(255,255,255,0.5); }

/* CAROUSEL */
.al-featured { padding: 0 0 80px; background: var(--wine-deep); }
.al-carousel { position: relative; }
.al-carousel-track { position: relative; min-height: 320px; }

.al-slide {
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  padding: 52px 64px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  text-decoration: none;
  min-height: 320px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s;
}
.al-slide::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(184,137,58,0.06) 0%, transparent 60%);
  pointer-events: none;
}
.al-slide.active { display: flex; }
.al-slide:hover { border-color: rgba(184,137,58,0.4); }

.al-slide-num {
  font-family: var(--display);
  font-size: 120px; font-weight: 600; line-height: 1;
  color: rgba(255,255,255,0.04);
  position: absolute; top: 20px; right: 40px;
  pointer-events: none;
}
.al-slide-title {
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 600; line-height: 1.2;
  color: var(--white);
  margin-bottom: 16px;
  max-width: 700px;
}
.al-slide-summary {
  font-size: 15px; color: rgba(255,255,255,0.55);
  line-height: 1.6; max-width: 600px;
  margin-bottom: 28px;
}
.al-slide-cta {
  display: inline-flex; align-items: center;
  font-size: 13px; font-weight: 600;
  letter-spacing: 1px; text-transform: uppercase;
  color: var(--gold-light);
}

.al-carousel-nav {
  display: flex; align-items: center;
  justify-content: center; gap: 20px;
  margin-top: 24px;
}
.al-btn-prev, .al-btn-next {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--white); width: 40px; height: 40px;
  border-radius: 50%; cursor: pointer;
  font-size: 16px; transition: all 0.2s;
  display: flex; align-items: center; justify-content: center;
}
.al-btn-prev:hover, .al-btn-next:hover {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.3);
}
.al-dots { display: flex; gap: 8px; }
.al-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,0.2);
  cursor: pointer; transition: all 0.2s;
}
.al-dot.active { background: var(--gold); width: 20px; border-radius: 3px; }

/* GRID */
.al-grid-section { padding: 80px 0; background: var(--ivory); }
.al-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--parchment2);
  border-radius: 12px; overflow: hidden;
}
.al-card {
  background: var(--white);
  padding: 32px 28px;
  display: flex; flex-direction: column;
  gap: 10px; text-decoration: none;
  transition: background 0.2s;
}
.al-card:hover { background: var(--ivory); }
.al-card-year {
  font-family: var(--display);
  font-size: 13px; font-weight: 600;
  color: var(--gold); letter-spacing: 1px;
}
.al-card-title {
  font-family: var(--display);
  font-size: 20px; font-weight: 600;
  color: var(--wine-dark); line-height: 1.25;
}
.al-card-summary {
  font-size: 13px; color: var(--warm-gray);
  line-height: 1.6; flex: 1;
}
.al-card-footer {
  display: flex; align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid var(--parchment2);
  font-size: 12px; color: var(--muted);
}
.al-card-arrow {
  color: var(--wine); font-size: 14px;
  transition: transform 0.2s;
}
.al-card:hover .al-card-arrow { transform: translateX(4px); }

@media (max-width: 900px) {
  .al-grid { grid-template-columns: repeat(2, 1fr); }
  .al-slide { padding: 36px 28px; min-height: 260px; }
}
@media (max-width: 540px) {
  .al-grid { grid-template-columns: 1fr; }
  .al-slide { padding: 28px 20px; }
}

/* ============================================================
   SHALOM BAYIT COURSE PAGE
   ============================================================ */

/* HERO */
.sb-hero { position: relative; background: var(--wine-deep); padding: 80px 0 0; overflow: hidden; }
.sb-hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 75% 50%, rgba(123,45,62,0.5) 0%, transparent 70%),
              radial-gradient(ellipse 40% 60% at 5% 90%, rgba(184,137,58,0.08) 0%, transparent 60%);
}
.sb-hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 400px;
  gap: 60px; align-items: flex-end;
}
.sb-eyebrow { margin-bottom: 24px; }
.sb-tag {
  display: inline-block;
  background: rgba(184,137,58,0.15);
  border: 1px solid rgba(184,137,58,0.3);
  border-radius: 40px; padding: 6px 16px;
  font-size: 11px; font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--gold-light);
}
.sb-hebrew {
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 48px);
  color: rgba(255,255,255,0.25);
  letter-spacing: 4px; margin-bottom: 8px;
  direction: rtl;
}
.sb-hero h1 {
  font-family: var(--display);
  font-size: clamp(44px, 6vw, 80px);
  font-weight: 600; line-height: 1.05;
  color: var(--white); margin-bottom: 12px;
}
.sb-hero-sub { font-size: 16px; color: rgba(255,255,255,0.5); margin-bottom: 28px; }
.sb-quote {
  border-left: 2px solid var(--gold);
  padding: 14px 20px;
  margin: 0 0 32px;
  background: rgba(184,137,58,0.06);
  border-radius: 0 8px 8px 0;
}
.sb-quote p, .sb-quote { font-family: var(--display); font-size: 18px; font-style: italic; color: rgba(255,255,255,0.75); }
.sb-quote cite { display: block; font-size: 13px; color: var(--gold); font-style: normal; margin-top: 6px; }
.sb-hero-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 36px; }
.sb-meta-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.5); }
.sb-hero-cta { display: flex; gap: 16px; flex-wrap: wrap; padding-bottom: 60px; }
.sb-hero-photo { align-self: flex-end; position: relative; }
.sb-hero-photo img { width: 100%; height: 480px; object-fit: cover; object-position: top; border-radius: 12px 12px 0 0; }
.sb-hero-stats {
  position: absolute; bottom: 0; left: 0; right: 0;
  display: flex; background: rgba(26,10,16,0.9);
  backdrop-filter: blur(12px); border-radius: 0 0 12px 12px;
}
.sb-stat { flex: 1; text-align: center; padding: 14px 8px; border-right: 1px solid rgba(255,255,255,0.08); }
.sb-stat:last-child { border-right: none; }
.sb-stat strong { display: block; font-family: var(--display); font-size: 22px; color: var(--gold); }
.sb-stat span { font-size: 11px; color: rgba(255,255,255,0.4); }

/* WHY */
.sb-why { padding: 80px 0; background: var(--parchment); }
.sb-why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.sb-why-text h2 { font-family: var(--display); font-size: clamp(28px, 3vw, 44px); font-weight: 600; color: var(--wine-dark); margin: 12px 0 20px; }
.sb-why-text p { font-size: 16px; color: var(--brown); line-height: 1.7; margin-bottom: 16px; }
.sb-why-accent { font-style: italic; color: var(--wine-dark) !important; font-weight: 500; }
.sb-why-features { display: flex; flex-direction: column; gap: 24px; padding-top: 8px; }
.sb-feature { display: flex; gap: 16px; align-items: flex-start; }
.sb-feature-icon { width: 44px; height: 44px; background: var(--wine); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--white); }
.sb-feature h4 { font-size: 15px; font-weight: 600; color: var(--charcoal); margin-bottom: 4px; }
.sb-feature p { font-size: 13px; color: var(--warm-gray); line-height: 1.5; }

/* AUTHOR */
.sb-author { padding: 80px 0; background: var(--ivory); }
.sb-author-inner { display: grid; grid-template-columns: 280px 1fr; gap: 64px; align-items: center; }
.sb-author-photo img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top; border-radius: 8px; }
.sb-author-text h2 { font-family: var(--display); font-size: clamp(32px, 3vw, 48px); font-weight: 600; color: var(--wine-dark); margin: 12px 0 6px; }
.sb-author-title { font-size: 14px; color: var(--gold); font-weight: 600; letter-spacing: 0.5px; margin-bottom: 20px; display: block; }
.sb-author-text p { font-size: 16px; color: var(--brown); line-height: 1.7; margin-bottom: 16px; }
.sb-author-cred { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.sb-author-cred li { font-size: 14px; color: var(--charcoal); padding-left: 18px; position: relative; }
.sb-author-cred li::before { content: ''; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

/* PROGRAM */
.sb-program { padding: 80px 0; background: var(--wine-deep); }
.sb-program-head { text-align: center; max-width: 640px; margin: 0 auto 60px; }
.sb-program-head h2 { font-family: var(--display); font-size: clamp(28px, 3vw, 44px); font-weight: 600; color: var(--white); margin: 12px 0 16px; }
.sb-program-head p { font-size: 16px; color: rgba(255,255,255,0.5); }
.sb-modules { display: flex; flex-direction: column; gap: 2px; border-radius: 12px; overflow: hidden; }
.sb-module { display: grid; grid-template-columns: 80px 1fr; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); transition: background 0.2s; }
.sb-module:hover { background: rgba(255,255,255,0.07); }
.sb-module-num { font-family: var(--display); font-size: 32px; font-weight: 600; color: var(--gold); padding: 32px 0 32px 28px; }
.sb-module-body { padding: 32px 36px 32px 0; }
.sb-module-body h3 { font-family: var(--display); font-size: 20px; font-weight: 600; color: var(--white); margin-bottom: 10px; }
.sb-module-body > p { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.6; margin-bottom: 20px; }
.sb-module-details { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.sb-module-col h5 { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.sb-module-col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.sb-module-col li { font-size: 13px; color: rgba(255,255,255,0.6); padding-left: 14px; position: relative; line-height: 1.5; }
.sb-module-col li::before { content: '–'; position: absolute; left: 0; color: var(--gold); }

/* FORMAT */
.sb-format { padding: 80px 0; background: var(--parchment); }
.sb-format-head { margin-bottom: 48px; }
.sb-format-head h2 { font-family: var(--display); font-size: clamp(28px, 3vw, 44px); font-weight: 600; color: var(--wine-dark); margin-top: 12px; }
.sb-format-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--parchment2); border-radius: 12px; overflow: hidden; margin-bottom: 48px; }
.sb-format-card { background: var(--white); padding: 32px 24px; }
.sb-format-icon { width: 48px; height: 48px; background: var(--wine); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--white); margin-bottom: 16px; }
.sb-format-card h3 { font-size: 16px; font-weight: 600; color: var(--wine-dark); margin-bottom: 10px; }
.sb-format-card p { font-size: 13px; color: var(--warm-gray); line-height: 1.6; }
.sb-numbers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.sb-num { text-align: center; padding: 28px; background: var(--white); border-radius: 12px; }
.sb-num strong { display: block; font-family: var(--display); font-size: 40px; font-weight: 600; color: var(--wine); }
.sb-num span { font-size: 13px; color: var(--warm-gray); }

/* TECH */
.sb-tech { padding: 80px 0; background: var(--ivory); }
.sb-tech-head { margin-bottom: 48px; }
.sb-tech-head h2 { font-family: var(--display); font-size: clamp(24px, 3vw, 38px); font-weight: 600; color: var(--charcoal); margin-top: 12px; }
.sb-tech-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sb-tech-item { display: flex; gap: 16px; align-items: flex-start; padding: 24px; background: var(--white); border-radius: 10px; border: 1px solid var(--parchment2); }
.sb-tech-icon { width: 40px; height: 40px; background: var(--parchment); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--wine); }
.sb-tech-item h4 { font-size: 14px; font-weight: 600; color: var(--charcoal); margin-bottom: 4px; }
.sb-tech-item p { font-size: 13px; color: var(--warm-gray); line-height: 1.5; }

/* RESULTS */
.sb-results { padding: 80px 0; background: var(--parchment); }
.sb-results-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.sb-results-left h2 { font-family: var(--display); font-size: clamp(28px, 3vw, 40px); font-weight: 600; color: var(--wine-dark); margin: 12px 0 28px; }
.sb-results-list { display: flex; flex-direction: column; gap: 12px; }
.sb-result-item { padding: 14px 18px; background: var(--white); border-left: 3px solid var(--gold); border-radius: 0 8px 8px 0; font-size: 15px; color: var(--charcoal); font-weight: 500; }
.sb-results-right h3 { font-size: 20px; font-weight: 600; color: var(--wine-dark); margin-bottom: 16px; }
.sb-results-right p { font-size: 15px; color: var(--brown); line-height: 1.7; margin-bottom: 16px; }
.sb-results-metrics { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.sb-metric { padding: 12px 16px; background: var(--white); border-radius: 8px; font-size: 14px; color: var(--charcoal); display: flex; align-items: center; gap: 10px; }
.sb-metric::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--wine); flex-shrink: 0; }

/* PRICING */
.sb-pricing { padding: 80px 0; background: var(--wine-deep); }
.sb-pricing-head { text-align: center; max-width: 540px; margin: 0 auto 48px; }
.sb-pricing-head h2 { font-family: var(--display); font-size: clamp(28px, 3vw, 44px); font-weight: 600; color: var(--white); margin: 12px 0 12px; }
.sb-pricing-head p { font-size: 15px; color: rgba(255,255,255,0.45); }
.sb-pricing-grid { display: grid; grid-template-columns: 1fr 380px; gap: 24px; }
.sb-price-card { border-radius: 16px; padding: 40px; }
.sb-price-card--main { background: rgba(255,255,255,0.06); border: 1px solid rgba(184,137,58,0.3); }
.sb-price-card--extra { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); }
.sb-price-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.sb-price-amount { font-family: var(--display); font-size: 72px; font-weight: 600; color: var(--white); line-height: 1; }
.sb-price-amount span { font-size: 32px; }
.sb-price-period { font-size: 14px; color: rgba(255,255,255,0.4); margin: 8px 0 28px; }
.sb-price-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.sb-price-list li { font-size: 14px; color: rgba(255,255,255,0.7); padding-left: 20px; position: relative; line-height: 1.5; }
.sb-price-list li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.sb-price-note { font-size: 12px; color: rgba(255,255,255,0.35); }
.sb-price-desc { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.65; margin: 0 0 28px; }
.sb-price-btn { display: block; text-align: center; padding: 14px 28px; background: var(--gold); color: var(--wine-deep); border-radius: 4px; font-weight: 700; font-size: 14px; letter-spacing: 0.5px; transition: all 0.2s; }
.sb-price-btn:hover { background: var(--gold-light); transform: translateY(-1px); }
.sb-price-btn--outline { background: transparent; color: rgba(255,255,255,0.6); border: 1px solid rgba(255,255,255,0.2); }
.sb-price-btn--outline:hover { border-color: rgba(255,255,255,0.5); color: var(--white); transform: none; }

/* CONTACT */
.sb-contact { padding: 100px 0; background: var(--wine-dark); position: relative; overflow: hidden; }
.sb-contact::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 70% at 80% 50%, rgba(123,45,62,0.5) 0%, transparent 70%); }
.sb-contact-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 360px; gap: 80px; align-items: center; }
.sb-contact-text h2 { font-family: var(--display); font-size: clamp(32px, 4vw, 52px); font-weight: 600; color: var(--white); margin: 12px 0 16px; }
.sb-contact-text > p { font-size: 16px; color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 32px; }
.sb-contact-info { display: flex; flex-direction: column; gap: 14px; }
.sb-contact-item { display: flex; align-items: center; gap: 12px; font-size: 15px; color: rgba(255,255,255,0.7); transition: color 0.2s; }
.sb-contact-item:hover { color: var(--gold-light); }
.sb-contact-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; padding: 36px; }
.sb-contact-card-head { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.sb-contact-date { font-family: var(--display); font-size: 40px; font-weight: 600; color: var(--white); margin-bottom: 20px; line-height: 1.1; }
.sb-contact-details { display: flex; flex-direction: column; gap: 8px; }
.sb-contact-detail { font-size: 13px; color: rgba(255,255,255,0.5); padding-left: 14px; position: relative; }
.sb-contact-detail::before { content: '—'; position: absolute; left: 0; color: var(--gold); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .sb-format-grid { grid-template-columns: repeat(2, 1fr); }
  .sb-numbers { grid-template-columns: repeat(2, 1fr); }
  .sb-tech-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .sb-hero-inner { grid-template-columns: 1fr; }
  .sb-hero-photo { display: none; }
  .sb-why-inner { grid-template-columns: 1fr; }
  .sb-author-inner { grid-template-columns: 1fr; }
  .sb-author-photo { max-width: 240px; }
  .sb-module { grid-template-columns: 60px 1fr; }
  .sb-module-details { grid-template-columns: 1fr; }
  .sb-pricing-grid { grid-template-columns: 1fr; }
  .sb-results-inner { grid-template-columns: 1fr; }
  .sb-contact-inner { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .sb-format-grid { grid-template-columns: 1fr; }
  .sb-numbers { grid-template-columns: repeat(2, 1fr); }
  .sb-tech-grid { grid-template-columns: 1fr; }
}

/* ═══ SCROLL-REVEAL ANIMATIONS ═══════════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}
