@font-face { font-family: "Yekan"; src: url("/wp-content/themes/maede-astra-child/static/assets/fonts/YekanWeb-Regular.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Yekan"; src: url("/wp-content/themes/maede-astra-child/static/assets/fonts/YekanWeb-Bold.woff") format("woff"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Yekan"; src: url("/wp-content/themes/maede-astra-child/static/assets/fonts/YekanWeb-Bold.woff") format("woff"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Yekan"; src: url("/wp-content/themes/maede-astra-child/static/assets/fonts/YekanWeb-Bold.woff") format("woff"); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Yekan"; src: url("/wp-content/themes/maede-astra-child/static/assets/fonts/YekanWeb-Bold.woff") format("woff"); font-weight: 950; font-style: normal; font-display: swap; }
@font-face { font-family: "BYekan"; src: url("/wp-content/themes/maede-astra-child/static/assets/fonts/YekanWeb-Regular.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "BYekan"; src: url("/wp-content/themes/maede-astra-child/static/assets/fonts/YekanWeb-Bold.woff") format("woff"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "BYekan"; src: url("/wp-content/themes/maede-astra-child/static/assets/fonts/YekanWeb-Bold.woff") format("woff"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "BYekan"; src: url("/wp-content/themes/maede-astra-child/static/assets/fonts/YekanWeb-Bold.woff") format("woff"); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: "BYekan"; src: url("/wp-content/themes/maede-astra-child/static/assets/fonts/YekanWeb-Bold.woff") format("woff"); font-weight: 950; font-style: normal; font-display: swap; }
@font-face { font-family: "B Yekan"; src: url("/wp-content/themes/maede-astra-child/static/assets/fonts/YekanWeb-Regular.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "B Yekan"; src: url("/wp-content/themes/maede-astra-child/static/assets/fonts/YekanWeb-Bold.woff") format("woff"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "B Yekan"; src: url("/wp-content/themes/maede-astra-child/static/assets/fonts/YekanWeb-Bold.woff") format("woff"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "B Yekan"; src: url("/wp-content/themes/maede-astra-child/static/assets/fonts/YekanWeb-Bold.woff") format("woff"); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: "B Yekan"; src: url("/wp-content/themes/maede-astra-child/static/assets/fonts/YekanWeb-Bold.woff") format("woff"); font-weight: 950; font-style: normal; font-display: swap; }

:root {
  --bg: #F7F4EF;
  --card: #FFFFFF;
  --text: #222222;
  --muted: #777067;
  --primary: #193643;
  --brand-red: #be2623;
  --soft-green: #DDE8DD;
  --gold: #B8945D;
  --beige: #EFE7DC;
  --border: #E8DED2;
  --dark-bg: #111111;
  --dark-card: rgba(255,255,255,0.06);
  --font: "BYekan", "B Yekan", "Yekan", "Vazirmatn", sans-serif;
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 36px;
  --space-6: 56px;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --shadow-soft: 0 18px 48px rgba(25, 54, 67, 0.12);
  --shadow-card: 0 10px 30px rgba(34, 34, 34, 0.07);
  --transition: 180ms ease;
}

[data-theme="dark"] {
  --bg: var(--dark-bg);
  --card: var(--dark-card);
  --text: #F7F4EF;
  --muted: #BEB6AA;
  --border: rgba(255,255,255,0.12);
  --beige: rgba(255,255,255,0.08);
  --soft-green: rgba(221,232,221,0.13);
}

* { box-sizing: border-box; }

[hidden] { display: none !important; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  overflow-x: hidden;
  max-width: 100%;
}

body, button, input, textarea, select {
  font-family: var(--font);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 9% 8%, rgba(190,38,35,0.045), transparent 23rem),
    radial-gradient(circle at 86% 18%, rgba(25,54,67,0.055), transparent 24rem),
    var(--bg);
  color: var(--text);
  line-height: 1.8;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

.site-header,
main,
section,
footer {
  max-width: 100vw;
}

body.is-loading,
body.modal-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.shell {
  width: min(1160px, calc(100% - 32px));
  margin-inline: auto;
}

.narrow { width: min(820px, calc(100% - 32px)); }

.section {
  padding: 52px 0;
}

.tight { padding: 30px 0; }

.surface {
  background: rgba(255,255,255,0.35);
  border-block: 1px solid rgba(232,222,210,0.55);
  backdrop-filter: blur(18px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247,244,239,0.78);
  border-bottom: 1px solid rgba(232,222,210,0.72);
  backdrop-filter: blur(18px);
}

.site-header::before {
  content: none;
}

[data-theme="dark"] .site-header { background: rgba(17,17,17,0.78); }

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #fff;
  color: #fff;
  font-weight: 900;
}

.logo-mark {
  padding: 5px;
  background: #193643;
  border: 1px solid rgba(190,38,35,0.5);
}

.logo-mark img {
  object-fit: contain;
  border-radius: 12px;
}

.brand strong, .brand small { display: block; }
.brand small { color: var(--muted); font-size: 12px; margin-top: -2px; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a:hover { color: var(--primary); }

.mobile-socials {
  display: none;
}

.mobile-menu-user {
  display: none;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--card);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--primary);
  transition: transform var(--transition), opacity var(--transition);
}

.nav-toggle.is-active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle.is-active span:nth-child(2) { opacity: 0; }
.nav-toggle.is-active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.btn, .icon-button {
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
  max-width: 100%;
  text-align: center;
  white-space: normal;
  line-height: 1.5;
  transition: transform var(--transition), background var(--transition), border-color var(--transition);
}

.btn:hover, .icon-button:hover { transform: translateY(-2px); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 16px 34px rgba(25,54,67,0.25); }
.btn-secondary { background: var(--soft-green); color: var(--primary); }
.btn-ghost { border: 1px solid var(--border); background: rgba(255,255,255,0.55); color: var(--primary); }
.btn-small { min-height: 42px; padding: 0 16px; }
.btn-wide { width: 100%; }
.icon-button { width: 44px; min-height: 44px; padding: 0; background: var(--beige); color: var(--primary); }

.hero {
  display: grid;
  align-items: center;
}

.welcome-hero {
  min-height: calc(72svh - 78px);
  display: grid;
  align-items: center;
  padding: 42px 0 58px;
  background: #fff;
  border-bottom: 1px solid rgba(232,222,210,0.9);
  scroll-margin-top: 78px;
}

.welcome-card {
  display: grid;
  justify-items: center;
  gap: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.welcome-stage {
  width: min(930px, 100%);
  display: grid;
  grid-template-columns: minmax(220px, 330px) minmax(0, 1fr);
  align-items: center;
  justify-content: center;
  gap: clamp(36px, 9vw, 120px);
}

.welcome-portrait {
  position: relative;
  margin: 0;
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  width: min(300px, 28vw);
  min-width: 220px;
  overflow: hidden;
  border-radius: 999px 999px 34px 34px;
  background: #fff;
}

.welcome-portrait::after {
  content: "";
  position: absolute;
  inset: auto 20% 0;
  height: 7px;
  border-radius: 999px 999px 0 0;
  background: rgba(25,54,67,0.22);
}

.welcome-portrait img {
  width: 100%;
  aspect-ratio: 5 / 7;
  object-fit: cover;
  object-position: 50% 23%;
  filter: saturate(0.96) contrast(1.02);
}

.welcome-copy {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  display: grid;
  justify-items: center;
  text-align: center;
}

.welcome-copy h1 {
  margin: 0;
  color: var(--primary);
  font-size: clamp(30px, 4.4vw, 58px);
  line-height: 1.58;
  font-weight: 950;
}

.welcome-underline {
  width: min(210px, 48vw);
  height: 30px;
  margin-top: -2px;
  border-bottom: 4px solid var(--brand-red);
  border-radius: 0 0 50% 50%;
  transform: rotate(-4deg);
}

.welcome-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.welcome-pills a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 17px;
  border: 1px solid rgba(232,222,210,0.95);
  border-radius: 999px;
  background: rgba(247,244,239,0.72);
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
  transition: transform var(--transition), color var(--transition), border-color var(--transition);
}

.welcome-pills a:hover {
  transform: translateY(-2px);
  color: var(--brand-red);
  border-color: rgba(190,38,35,0.26);
}

.course-hero {
  padding: 42px 0 34px;
  background:
    linear-gradient(180deg, #fff 0%, rgba(247,244,239,0.92) 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.course-hero .hero-grid {
  position: relative;
  padding: clamp(22px, 4vw, 48px);
  border: 1px solid rgba(232,222,210,0.92);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(239,231,220,0.68));
  box-shadow: 0 26px 80px rgba(25,54,67,0.10);
  overflow: hidden;
}

.course-hero .hero-copy {
  max-width: 880px;
  margin-inline: 0;
  text-align: right;
}

.course-hero .hero-grid::before {
  content: "";
  position: absolute;
  inset: 18px auto auto 18px;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(190,38,35,0.28);
  border-radius: 26px;
  background: #193643 url("assets/img/brand/logo-okopk.png") center / 54px auto no-repeat;
  box-shadow: 0 18px 42px rgba(25,54,67,0.16);
}

.eyebrow, .section-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--soft-green);
  color: var(--primary);
  font-size: 13px;
  font-weight: 850;
}

h1, h2, h3, h4, p { margin-top: 0; }

h1 {
  margin: 18px 0 4px;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.18;
  letter-spacing: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

h2 {
  margin: 10px 0 16px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.35;
  letter-spacing: 0;
}

h3 { line-height: 1.45; letter-spacing: 0; }

.hero-subtitle {
  color: var(--brand-red);
  font-size: clamp(20px, 3vw, 31px);
  font-weight: 900;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.hero-text, .lead {
  color: var(--muted);
  font-size: 17px;
  max-width: 680px;
}

.home-app-section {
  width: min(1160px, calc(100% - 32px));
  margin: 18px auto;
  border: 1px solid rgba(232,222,210,0.9);
  border-radius: 34px;
  background: rgba(255,255,255,0.74);
  box-shadow: 0 22px 72px rgba(25,54,67,0.08);
  backdrop-filter: blur(18px);
}

.home-app-section .shell {
  width: min(1080px, calc(100% - 32px));
}

.brand-gallery,
.launch-strip,
.article-page,
#sitemap,
.process-section {
  display: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 28px;
  margin-inline: 0;
  max-width: 640px;
}

.hero-actions .btn {
  min-width: clamp(210px, 26vw, 290px);
  min-height: 64px;
  padding-inline: 34px;
  border-width: 2px;
  font-size: 17px;
}

.hero-actions .btn-primary {
  box-shadow: 0 22px 46px rgba(25,54,67,0.28);
}

.micro-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
  margin-inline: 0;
  max-width: 720px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.login-access,
.purchase-trust,
#checkout,
#dashboard,
#lesson,
#contact,
#faq {
  display: none;
}

.site-footer {
  padding: 34px 0 110px;
  background: rgba(255,255,255,0.58);
  border-top: 1px solid var(--border);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.8fr;
  gap: 18px;
  align-items: stretch;
}

.footer-card {
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: rgba(255,255,255,0.72);
  box-shadow: 0 14px 38px rgba(25,54,67,0.07);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.footer-brand img {
  width: 54px;
  height: 54px;
  padding: 5px;
  border: 1px solid rgba(190,38,35,0.45);
  border-radius: 18px;
  background: var(--primary);
  object-fit: contain;
}

.footer-card h3,
.footer-card p {
  margin-bottom: 8px;
}

.footer-card p,
.footer-card a,
.footer-card span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.trust-badge {
  display: grid;
  place-items: center;
  min-height: 132px;
  margin-top: 12px;
  border: 1px dashed rgba(25,54,67,0.28);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(221,232,221,0.68), rgba(255,255,255,0.74));
  color: var(--primary);
  text-align: center;
}

.trust-badge strong {
  display: block;
  color: var(--primary);
  font-size: 18px;
}

.trust-badge a {
  display: grid;
  place-items: center;
}

.trust-badge img {
  width: min(128px, 100%);
  height: auto;
  cursor: pointer;
}

.micro-trust span {
  display: grid;
  place-items: center;
  min-height: 42px;
  padding: 7px 11px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,0.45);
  text-align: center;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 7% 8% auto auto;
  width: min(330px, 62vw);
  height: min(330px, 62vw);
  border-radius: 42px;
  border: 1px solid rgba(232,222,210,0.92);
  background: rgba(255,255,255,0.48);
  transform: rotate(8deg);
}

.glass {
  background: linear-gradient(145deg, rgba(255,255,255,0.72), rgba(255,255,255,0.38));
  border: 1px solid rgba(255,255,255,0.7);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.portrait-card {
  width: min(430px, 92vw);
  overflow: hidden;
  border-radius: var(--radius-lg);
  padding: 14px;
}

.portrait-card img, .therapist-card img {
  border-radius: 24px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.portrait-meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 4px 2px;
}

.portrait-meta span { color: var(--muted); font-size: 13px; }

.floating-card {
  position: absolute;
  right: 0;
  bottom: 52px;
  width: min(280px, 70%);
}

.course-cover-badge {
  position: absolute;
  left: 4px;
  top: 46px;
  width: 138px;
  padding: 9px;
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 28px;
  background: rgba(255,255,255,0.62);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
  animation: softFloat 5.4s ease-in-out infinite;
}

.course-cover-badge img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 22px;
}

.course-cover-badge span {
  display: block;
  padding-top: 8px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 950;
  text-align: center;
}

@keyframes softFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes calmPulse {
  0%, 100% { transform: scale(0.94); opacity: 0.62; }
  50% { transform: scale(1.05); opacity: 1; }
}

.card-soft, .stat-card, .mini-card, .check-card, .module-card, .trust-card, .pricing-card, .checkout-card, .welcome-card, .course-dashboard-card, .lesson-row, .player-card, .exercise-card, .blog-card, .contact-card, .kit-card, .final-card, .account-menu, .sitemap-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--card);
  box-shadow: var(--shadow-card);
}

.welcome-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.card-soft { padding: 18px; }
.badge {
  display: inline-flex;
  width: fit-content;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--soft-green);
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
}
.badge.gold { background: rgba(184,148,93,0.15); color: var(--gold); }

.product-meta {
  margin-top: -14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.stat-card {
  padding: 22px;
}

.stat-card strong {
  display: block;
  color: var(--primary);
  font-size: 30px;
  line-height: 1.2;
}

.stat-card span { color: var(--muted); font-weight: 750; }

.split, .about-grid, .checkout-grid, .contact-grid, .lesson-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: start;
}

.problem-grid, .outcome-grid, .trust-grid, .kit-grid, .fit-board, .lesson-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mini-card, .check-card, .trust-card, .kit-card, .fit-board article, .lesson-detail-grid article {
  padding: 20px;
  font-weight: 800;
}

.sales-fit-grid,
.trust-purchase-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: start;
}

.fit-board article,
.lesson-detail-grid article,
.trust-checklist span,
.pricing-mini,
.order-summary,
.support-panel {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.76);
  box-shadow: 0 12px 28px rgba(25,54,67,0.06);
}

.fit-board article {
  min-height: 170px;
}

.fit-board strong,
.fit-board span,
.trust-checklist span {
  display: block;
}

.fit-board strong {
  color: var(--primary);
  font-size: 18px;
  margin-bottom: 10px;
}

.fit-board span,
.lesson-detail-grid p {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.9;
}

.lesson-detail-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lesson-detail-grid article {
  min-height: 240px;
  background: var(--card);
}

.lesson-detail-grid span {
  color: var(--brand-red);
  font-size: 13px;
  font-weight: 950;
}

.lesson-detail-grid h3 {
  color: var(--primary);
  margin: 10px 0;
}

.check-card::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 9px;
  border-radius: 50%;
  background: var(--gold);
}

.section-head {
  max-width: 760px;
  margin-bottom: 26px;
}

.module-grid, .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.module-card, .blog-card {
  padding: 24px;
  min-height: 220px;
}

.module-card span {
  color: var(--gold);
  font-size: 28px;
  font-weight: 900;
}

.module-card p, .trust-card p, .blog-card p, .article-page p, .secure-note {
  color: var(--muted);
}

.process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.process article {
  position: relative;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--primary);
  color: #fff;
  overflow: hidden;
}

.process span {
  display: block;
  color: rgba(255,255,255,0.35);
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
}

.process p { color: rgba(255,255,255,0.78); }

.therapist-card {
  padding: 16px;
}

.therapist-card h2 {
  font-size: 28px;
  margin-bottom: 2px;
}

.therapist-card p { color: var(--muted); }

.credential-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.credential-grid article {
  padding: 16px;
  border-radius: var(--radius-sm);
  background: var(--beige);
  color: var(--primary);
  font-weight: 800;
}

.pricing-card, .checkout-card, .exercise-card, .player-card, .contact-card {
  padding: 26px;
}

.purchase-trust {
  padding-top: 46px;
}

.trust-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.trust-checklist span {
  position: relative;
  min-height: 88px;
  padding: 20px 20px 20px 16px;
  color: var(--primary);
  font-weight: 900;
}

.trust-checklist span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-radius: 50%;
  background: var(--brand-red);
}

.price {
  color: var(--primary);
  font-size: 34px;
  font-weight: 950;
}

.pricing-card ul {
  padding: 0;
  margin: 22px 0;
  list-style: none;
}

.pricing-card li {
  padding: 8px 0;
  color: var(--muted);
  font-weight: 750;
}

.pricing-mini {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  margin: 0 0 18px;
}

.pricing-mini span {
  padding: 8px;
  border-radius: 14px;
  background: var(--beige);
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.checkout-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.checkout-title h3 {
  margin: 0;
}

.checkout-title span {
  display: inline-flex;
  padding: 6px 11px;
  border-radius: 999px;
  background: var(--soft-green);
  color: var(--primary);
  font-size: 12px;
  font-weight: 950;
}

.order-summary {
  display: grid;
  gap: 8px;
  padding: 14px;
  margin: 16px 0;
}

.order-summary div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}

.order-summary div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.order-summary span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.order-summary strong {
  color: var(--primary);
  text-align: left;
}

label {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

input, textarea, select {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255,255,255,0.72);
  color: var(--text);
  min-height: 48px;
  padding: 0 15px;
  outline: none;
}

textarea { min-height: 130px; padding-top: 13px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(72,99,79,0.1); }
.checkbox-row { display: flex; align-items: center; gap: 10px; }
.checkbox-row input { width: 18px; min-height: 18px; }

.dashboard-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 20px;
}

.account-menu {
  padding: 20px;
  position: sticky;
  top: 98px;
}

.account-menu strong, .account-menu a {
  display: block;
  padding: 10px 12px;
}

.account-menu a {
  color: var(--muted);
  border-radius: 12px;
  font-weight: 800;
}

.account-menu a:hover { background: var(--beige); color: var(--primary); }
.dashboard-main { display: grid; gap: 16px; }
.welcome-card, .course-dashboard-card, .lesson-row { padding: 22px; }

.course-dashboard-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.progress {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: var(--beige);
  overflow: hidden;
  margin: 14px 0 8px;
}

.progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), var(--gold));
}

.lesson-list { display: grid; gap: 10px; }

.lesson-row {
  display: grid;
  grid-template-columns: 120px 1fr 80px;
  gap: 12px;
  align-items: center;
}

.lesson-row span { color: var(--primary); font-size: 12px; font-weight: 900; }
.lesson-row.locked { opacity: 0.62; }
.lesson-row.active {
  border-color: rgba(190,38,35,0.24);
  box-shadow: 0 16px 34px rgba(190,38,35,0.08);
}

.support-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 16px;
  align-items: center;
  padding: 18px;
}

.support-panel strong {
  color: var(--primary);
}

.support-panel span {
  color: var(--muted);
}

.support-panel a {
  grid-row: 1 / span 2;
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 15px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-weight: 900;
}

.player-screen {
  display: grid;
  place-items: center;
  min-height: 280px;
  border-radius: 24px;
  background:
    radial-gradient(circle, rgba(184,148,93,0.35), transparent 16rem),
    linear-gradient(135deg, var(--primary), #27382d);
}

.player-screen audio { width: min(520px, calc(100% - 32px)); }

.lesson-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
}

.blog-card span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.article-page blockquote {
  margin: 26px 0;
  padding: 24px;
  border-right: 4px solid var(--gold);
  border-radius: 18px;
  background: var(--beige);
  color: var(--primary);
  font-size: 20px;
  font-weight: 900;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--card);
  padding: 18px 20px;
}

summary {
  cursor: pointer;
  color: var(--primary);
  font-weight: 900;
}

details p { margin: 12px 0 0; color: var(--muted); }

.kit-card {
  display: grid;
  gap: 12px;
  align-content: start;
}

.state {
  padding: 12px;
  border-radius: 14px;
  font-weight: 900;
}

.state.success { background: rgba(72,99,79,0.12); color: var(--primary); }
.state.error { background: #fff0ed; color: #9a3f2e; }
.state.locked { background: var(--beige); color: var(--muted); }

.token-box {
  direction: ltr;
  text-align: left;
  white-space: pre-wrap;
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  background: #1e1e1e;
  color: #f7f4ef;
  overflow: auto;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sitemap-card {
  padding: 22px;
}

.sitemap-card span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 16px;
  background: var(--soft-green);
  color: var(--primary);
  font-weight: 950;
}

.sitemap-card h3 {
  margin-bottom: 12px;
}

.sitemap-card a {
  display: block;
  padding: 9px 0;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-weight: 850;
}

.sitemap-card a:hover {
  color: var(--primary);
}

.final-card {
  text-align: center;
  padding: 52px 24px;
  background:
    radial-gradient(circle at 20% 20%, rgba(184,148,93,0.18), transparent 18rem),
    var(--card);
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.bottom-nav {
  display: none;
}

.backup-card p {
  margin: 0;
  color: var(--muted);
}

:root {
  --brand-blue: #193643;
  --app-ink: #193643;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(circle at 50% 44%, rgba(190,38,35,0.06), transparent 18rem),
    radial-gradient(circle at 50% 54%, rgba(25,54,67,0.08), transparent 24rem),
    var(--bg);
  transition: opacity 420ms ease, visibility 420ms ease;
}

.loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.loader-card {
  width: min(250px, 90vw);
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  backdrop-filter: none;
}

.loader-card img {
  width: 96px;
  height: 96px;
  margin: 0 auto 14px;
  padding: 4px;
  border: 1.5px solid var(--brand-red);
  border-radius: 30px;
  background: var(--primary);
  box-shadow: 0 16px 34px rgba(25,54,67,0.16);
  object-fit: cover;
}

.loader-card strong,
.loader-card span {
  display: block;
}

.loader-card span {
  color: var(--muted);
  font-size: 13px;
}

.loader-line {
  width: 148px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: rgba(25,54,67,0.12);
  overflow: hidden;
}

.mini-progress {
  height: 8px;
  margin-top: 18px;
  border-radius: 999px;
  background: var(--beige);
  overflow: hidden;
}

.loader-line i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--brand-red), var(--primary), var(--brand-red));
}

.mini-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), var(--gold), var(--brand-red));
}

.loader-line i {
  width: 44%;
  animation: loadMove 1.2s ease-in-out infinite alternate;
}

@keyframes loadMove {
  from { transform: translateX(95%); }
  to { transform: translateX(-110%); }
}

.brand-mark {
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(72, 99, 79, 0.22);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo-card {
  width: min(540px, 94vw);
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,0.78);
}

.hero-photo-card img {
  aspect-ratio: 16 / 9;
  object-position: center;
}

.app-widget {
  border-radius: 28px;
}

.brand-gallery {
  padding: 0 0 44px;
}

.launch-strip {
  padding: 22px 0 54px;
  background: rgba(255,255,255,0.58);
}

.launch-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.launch-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 10px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(232,222,210,0.84);
  border-radius: 22px;
  background: rgba(255,255,255,0.78);
  box-shadow: 0 10px 26px rgba(25,54,67,0.06);
  backdrop-filter: blur(14px);
}

.launch-grid span {
  grid-row: span 2;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--brand-red);
  box-shadow: 0 0 0 7px rgba(190,38,35,0.08);
}

.launch-grid strong {
  color: var(--primary);
  font-size: 14px;
  line-height: 1.5;
}

.launch-grid small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.75fr 1.1fr;
  gap: 14px;
  align-items: stretch;
}

.gallery-grid img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border: 1px solid var(--border);
  border-radius: 26px;
  box-shadow: var(--shadow-card);
}

.gallery-grid img:nth-child(2) {
  height: 310px;
  margin-top: -40px;
  object-position: center 64%;
}

.stat-card i {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  border-radius: 15px;
  background: var(--soft-green);
  color: var(--primary);
  font-size: 16px;
}

.mini-card {
  min-height: 108px;
}

.mini-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  border-radius: 15px;
  background: var(--soft-green);
  color: var(--gold);
  font-size: 18px;
}

.trust-card h3::before,
.module-card h3::before {
  content: "\f005";
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-left: 8px;
  border-radius: 10px;
  background: var(--soft-green);
  color: var(--primary);
  font-family: "Font Awesome 6 Free";
  font-size: 13px;
  font-weight: 900;
}

.player-screen {
  overflow: hidden;
  position: relative;
}

.player-screen img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.48;
}

.player-screen audio {
  position: relative;
  z-index: 1;
}

.audio-visualizer {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 22px;
  display: inline-flex;
  align-items: end;
  gap: 4px;
  width: 48px;
  height: 34px;
  padding: 8px;
  border-radius: 16px;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(14px);
}

.audio-visualizer i {
  width: 5px;
  height: 9px;
  border-radius: 999px;
  background: var(--brand-red);
  transform-origin: bottom;
  opacity: 0.55;
}

.player-card.is-playing .audio-visualizer i {
  animation: soundWave 720ms ease-in-out infinite alternate;
  opacity: 1;
}

.player-card.is-playing .audio-visualizer i:nth-child(2) { animation-delay: 120ms; }
.player-card.is-playing .audio-visualizer i:nth-child(3) { animation-delay: 240ms; }
.player-card.is-playing .audio-visualizer i:nth-child(4) { animation-delay: 360ms; }

@keyframes soundWave {
  from { transform: scaleY(0.45); }
  to { transform: scaleY(2.3); }
}

.login-access {
  background:
    radial-gradient(circle at 15% 20%, rgba(190,38,35,0.08), transparent 20rem),
    linear-gradient(180deg, rgba(255,255,255,0.2), rgba(221,232,221,0.28));
}

.access-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 22px;
  align-items: center;
}

.access-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.locked-preview {
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: var(--shadow-card);
}

.lock-orbit {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background:
    conic-gradient(from 180deg, var(--brand-red), var(--gold), var(--primary), var(--brand-red));
  animation: slowSpin 5s linear infinite;
}

.lock-orbit span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: inherit;
  background: var(--card);
  color: var(--primary);
  font-weight: 950;
}

@keyframes slowSpin {
  to { transform: rotate(360deg); }
}

.locked-lessons {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.locked-lessons span {
  padding: 10px 12px;
  border: 1px dashed rgba(25,54,67,0.22);
  border-radius: 14px;
  color: var(--muted);
  font-weight: 850;
}

.course-player-list {
  display: grid;
  gap: 14px;
}

.course-audio-card {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 16px;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.78);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(16px);
}

[data-theme="dark"] .course-audio-card {
  background: rgba(255,255,255,0.06);
}

.audio-cover {
  position: relative;
  min-height: 132px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--beige);
}

.audio-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, transparent 35%, rgba(255,255,255,0.36), transparent 64%);
  transform: translateX(110%);
}

.course-audio-card:hover .audio-cover::after,
.course-audio-card.is-playing .audio-cover::after {
  animation: coverSweep 1.6s ease;
}

@keyframes coverSweep {
  from { transform: translateX(110%); }
  to { transform: translateX(-110%); }
}

.audio-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.audio-cover span {
  position: absolute;
  right: 10px;
  top: 10px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background: rgba(255,255,255,0.78);
  color: var(--primary);
  font-weight: 950;
  backdrop-filter: blur(12px);
}

.audio-copy {
  display: grid;
  align-content: center;
  gap: 8px;
}

.audio-copy h3,
.audio-copy p {
  margin: 0;
}

.audio-copy p {
  color: var(--muted);
  font-size: 14px;
}

.audio-copy audio {
  width: 100%;
  margin-top: 8px;
}

.course-audio-card.is-playing {
  border-color: rgba(190,38,35,0.42);
  box-shadow: 0 18px 44px rgba(190,38,35,0.12);
}

.purchase-success {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(72,99,79,0.13);
  color: var(--primary);
  font-weight: 900;
}

.login-modal,
.cart-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(17,17,17,0.42);
  backdrop-filter: blur(14px);
}

.login-panel,
.cart-panel {
  position: relative;
  width: min(430px, 100%);
  padding: 26px;
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 30px;
  background: var(--card);
  box-shadow: var(--shadow-soft);
}

.login-panel img,
.cart-panel img {
  width: 64px;
  height: 64px;
  margin-bottom: 14px;
  border-radius: 18px;
  object-fit: contain;
  background: var(--primary);
}

.login-panel p,
.cart-panel p {
  color: var(--muted);
}

.cart-modal {
  background:
    radial-gradient(circle at 50% 18%, rgba(184,148,93,0.2), transparent 22rem),
    rgba(17,17,17,0.54);
}

.cart-panel {
  width: min(620px, 100%);
  padding: clamp(28px, 6vw, 48px);
  text-align: center;
}

.cart-panel img {
  margin-inline: auto;
  margin-bottom: 18px;
}

.cart-panel .badge {
  margin-inline: auto;
}

.cart-panel h2 {
  margin: 18px 0 8px;
  color: var(--primary);
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.55;
}

.cart-modal-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 24px 0;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: rgba(239,231,220,0.55);
  color: var(--primary);
  font-weight: 950;
}

.cart-modal-summary span {
  color: var(--brand-red);
  white-space: nowrap;
}

.cart-modal-actions {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 12px;
}

.otp-steps {
  display: grid;
  gap: 14px;
}

.otp-code {
  display: grid;
  gap: 14px;
}

.otp-message {
  min-height: 28px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.otp-message.is-error {
  color: var(--brand-red);
}

.otp-message.is-success {
  color: var(--primary);
}

.modal-close {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--beige);
  color: var(--primary);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.blog-card {
  overflow: hidden;
}

.blog-card img {
  width: calc(100% + 48px);
  max-width: none;
  height: 170px;
  margin: -24px -24px 18px;
  object-fit: cover;
}

@media (max-width: 940px) {
  .nav-toggle { display: inline-block; }
  .nav {
    direction: ltr;
  }
  .brand {
    order: 2;
    margin-left: auto;
    direction: rtl;
  }
  .nav-toggle {
    order: 1;
  }
  .nav-links {
    position: fixed;
    inset: 0;
    z-index: 70;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    padding: 92px 22px 28px;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 18% 18%, rgba(190,38,35,0.08), transparent 18rem),
      var(--bg);
    box-shadow: none;
    backdrop-filter: blur(22px);
    overflow-y: auto;
  }
  .nav-links.is-open { display: flex; }
  .nav-toggle {
    position: relative;
    z-index: 90;
  }
  body.menu-open .site-header {
    position: fixed;
    inset: 0;
    height: 100dvh;
    overflow: auto;
    background: var(--bg);
  }
  body.menu-open .nav {
    min-height: 100dvh;
    align-items: flex-start;
  }
  body.menu-open .brand {
    display: none;
  }
  body.menu-open .nav-toggle {
    position: fixed;
    left: 22px;
    top: 18px;
  }
  body.menu-open .nav-links {
    position: absolute;
    min-height: 100dvh;
  }
  .nav-links a {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: rgba(255,255,255,0.68);
    color: var(--primary);
    font-size: 17px;
  }
  .mobile-socials {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin-top: 4px;
  }
  .mobile-socials a {
    min-height: 52px;
    border-radius: 18px;
    background: rgba(255,255,255,0.78);
    color: var(--primary);
    font-size: 20px;
    box-shadow: 0 12px 30px rgba(25,54,67,0.06);
    transition: transform var(--transition), color var(--transition), background var(--transition), border-color var(--transition);
  }
  .mobile-socials a:hover {
    background: var(--soft-green);
    border-color: rgba(25,54,67,0.22);
    color: var(--brand-red);
    transform: translateY(-2px);
  }
  .bale-icon {
    display: inline-grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 9px;
    background: var(--primary);
    color: #fff;
    font-size: 15px;
    font-weight: 950;
    line-height: 1;
  }
  .mobile-socials a:hover .bale-icon {
    background: var(--brand-red);
  }
  .mobile-menu-user {
    display: grid;
    gap: 10px;
    padding: 20px;
    margin-bottom: 6px;
    border: 1px solid var(--border);
    border-radius: 26px;
    background: rgba(255,255,255,0.78);
    box-shadow: var(--shadow-card);
    text-align: center;
  }
  .mobile-menu-user span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 850;
  }
  .mobile-menu-user strong {
    color: var(--primary);
    font-size: 18px;
  }
  .nav-actions .btn { display: none; }
  .hero-grid, .split, .about-grid, .checkout-grid, .contact-grid, .lesson-layout, .dashboard-layout, .sales-fit-grid, .trust-purchase-grid {
    grid-template-columns: 1fr;
  }
  .access-grid {
    grid-template-columns: 1fr;
  }
  .course-hero .hero-grid::before {
    inset: 16px 16px auto auto;
    width: 58px;
    height: 58px;
    border-radius: 19px;
    background-size: 40px auto;
  }
  .course-hero .hero-copy {
    margin-inline: auto;
    text-align: center;
  }
  .hero-visual {
    display: none;
    min-height: auto;
  }
  .floating-card { right: 16px; bottom: 16px; }
  .stats-grid, .module-grid, .blog-grid, .process, .launch-grid, .sitemap-grid, .lesson-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid img,
  .gallery-grid img:nth-child(2) {
    height: 220px;
    margin-top: 0;
  }
  .account-menu { position: static; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 78px; }
  .shell,
  .narrow,
  .home-app-section .shell {
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
  }
  .section { padding: 40px 0; }
  .home-app-section {
    width: calc(100vw - 48px);
    margin: 14px auto;
    border-radius: 22px;
  }
  .tight { padding: 18px 0; }
  .nav {
    min-height: 62px;
    gap: 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
    justify-content: center;
  }
  .site-header { top: 0; }
  .site-header,
  .welcome-hero,
  .course-hero,
  .home-app-section {
    overflow-x: clip;
  }
  .brand {
    position: absolute;
    right: 0;
    top: 10px;
    gap: 9px;
    max-width: 58px;
    margin-left: 0;
    z-index: 2;
  }
  .brand > span:not(.brand-mark) {
    display: none;
  }
  .brand strong {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .brand small {
    overflow: hidden;
    max-width: 190px;
    font-size: 11px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .brand-mark {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    border-radius: 14px;
  }
  .logo-mark {
    padding: 4px;
  }
  .nav-toggle {
    position: absolute;
    left: 0;
    top: 7px;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 18px;
    z-index: 3;
  }
  .welcome-hero {
    min-height: auto;
    padding: 26px 0 34px;
    scroll-margin-top: 78px;
  }
  .welcome-card {
    gap: 18px;
    min-width: 0;
  }
  .welcome-stage {
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100%;
    min-width: 0;
  }
  .welcome-portrait {
    grid-column: auto;
    grid-row: auto;
    justify-self: center;
    width: min(170px, 42vw);
    min-width: 132px;
    border-radius: 999px 999px 22px 22px;
  }
  .welcome-copy h1 {
    font-size: clamp(22px, 6.8vw, 30px);
    line-height: 1.55;
    width: 100%;
    max-width: calc(100vw - 48px);
  }
  .welcome-copy {
    grid-column: auto;
    grid-row: auto;
    justify-self: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .welcome-underline {
    width: 120px;
    height: 18px;
    border-bottom-width: 3px;
  }
  .welcome-pills {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-width: 0;
  }
  .welcome-pills a {
    min-height: 38px;
    padding: 7px 8px;
    font-size: 11px;
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .course-hero {
    padding: 34px 0 32px;
  }
  .course-hero .hero-grid {
    padding: 18px;
    border-radius: 24px;
    min-width: 0;
    width: 100%;
  }
  .course-hero .hero-copy {
    margin-inline: auto;
    text-align: center;
    width: 100%;
    max-width: calc(100vw - 96px);
    min-width: 0;
  }
  .course-hero .hero-grid::before {
    display: none;
  }
  .hero { min-height: auto; }
  .hero-visual { display: none; }
  h1 {
    font-size: clamp(27px, 7.8vw, 36px);
    line-height: 1.34;
  }
  h2 { font-size: 30px; }
  .hero-text,
  .lead {
    font-size: 15px;
    line-height: 1.95;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
  }
  .hero-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    padding-inline: 16px;
    font-size: 14px;
  }
  .micro-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
    margin-top: 22px;
    gap: 6px;
    font-size: 10px;
    line-height: 1.55;
  }

  .cart-modal-actions,
  .cart-modal-summary {
    grid-template-columns: 1fr;
  }

  .cart-modal-summary {
    display: grid;
    justify-items: center;
    text-align: center;
  }
  .micro-trust span {
    display: grid;
    place-items: center;
    min-height: 46px;
    padding: 7px 6px;
    text-align: center;
  }
  .stats-grid,
  .problem-grid,
  .outcome-grid,
  .module-grid,
  .fit-board,
  .lesson-detail-grid,
  .credential-grid,
  .trust-grid,
  .trust-checklist,
  .launch-grid,
  .sitemap-grid,
  .kit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .process,
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .stat-card,
  .mini-card,
  .check-card,
  .module-card,
  .fit-board article,
  .lesson-detail-grid article,
  .trust-card,
  .sitemap-card,
  .kit-card {
    min-height: 0;
    padding: 14px;
    border-radius: 18px;
    font-size: 13px;
    line-height: 1.7;
  }
  .module-card h3,
  .trust-card h3 {
    font-size: 14px;
  }
  .module-card p,
  .trust-card p,
  .lesson-detail-grid p {
    display: none;
  }
  .module-card span,
  .mini-card span {
    font-size: 17px;
    margin-bottom: 4px;
  }
  .stat-card i {
    width: 34px;
    height: 34px;
    margin-bottom: 6px;
  }
  .stat-card strong {
    font-size: 22px;
  }
  .gallery-grid {
    gap: 10px;
  }
  .gallery-grid img,
  .gallery-grid img:nth-child(2) {
    height: 140px;
  }
  .hero-photo-card img {
    aspect-ratio: 4 / 5;
    object-position: 38% center;
  }
  .course-cover-badge {
    left: 8px;
    top: 10px;
    width: 104px;
    border-radius: 22px;
  }
  .course-cover-badge img {
    border-radius: 17px;
  }
  .course-cover-badge span {
    font-size: 10px;
  }
  .course-dashboard-card, .lesson-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .pricing-mini,
  .support-panel {
    grid-template-columns: 1fr;
  }
  .pricing-card,
  .checkout-card {
    overflow: hidden;
  }
  .support-panel a {
    grid-column: auto;
    grid-row: auto;
  }
  .course-audio-card {
    grid-template-columns: 88px 1fr;
    gap: 12px;
    padding: 10px;
    border-radius: 22px;
  }
  .audio-cover {
    min-height: 96px;
    border-radius: 18px;
  }
  .audio-cover span {
    width: 32px;
    height: 32px;
    border-radius: 11px;
    font-size: 12px;
  }
  .audio-copy h3 {
    font-size: 14px;
  }
  .audio-copy p {
    display: none;
  }
  .audio-copy audio {
    height: 34px;
  }
  .lesson-row {
    grid-template-columns: 1fr;
  }
  .bottom-nav {
    position: fixed;
    z-index: 60;
    right: 12px;
    left: 12px;
    bottom: 12px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
    padding: 8px;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: rgba(255,255,255,0.82);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(18px);
  }
  [data-theme="dark"] .bottom-nav { background: rgba(17,17,17,0.82); }
  .bottom-nav a {
    display: grid;
    place-items: center;
    min-height: 42px;
    border-radius: 15px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
  }
  .bottom-nav a:hover { background: var(--soft-green); color: var(--primary); }
  body.menu-open .bottom-nav { display: none; }
  body { padding-bottom: 78px; }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .site-footer {
    padding-bottom: 112px;
  }
}

.welcome-pills {
  gap: clamp(14px, 2.4vw, 22px);
}
.welcome-pills a {
  min-width: clamp(220px, 25vw, 320px);
  min-height: 68px;
  padding-inline: 34px;
  border-width: 2px;
  font-size: 17px;
  font-weight: 950;
  box-shadow: 0 18px 42px rgba(25,54,67,0.08);
}
.welcome-pills a[data-buy-course] {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  box-shadow: 0 22px 46px rgba(25,54,67,0.24);
}
@media (max-width: 720px) {
  .welcome-pills { grid-template-columns: 1fr; }
  .welcome-pills a { width: 100%; min-width: 0; min-height: 60px; font-size: 15px; }
}

/* Maede sales-focused home refinements */
#about.home-app-section{margin-top:10px}
#about .about-grid{align-items:stretch;gap:14px}
#about .therapist-card,#about .card-soft{box-shadow:0 16px 44px rgba(25,54,67,.07)}
#about .therapist-card h2,#about .section-head h2{max-width:760px;font-size:clamp(26px,4.8vw,46px);line-height:1.35;overflow-wrap:normal;text-wrap:balance}
#about .therapist-card p,#about .section-head p{max-width:760px;font-size:clamp(15px,2.2vw,18px);line-height:2}
#about .credential-grid article,#about .trust-card{min-height:0;display:flex;align-items:center;justify-content:center;padding:16px;border-radius:18px;text-align:center}
#about .trust-grid{gap:12px}
@media(max-width:760px){#about.home-app-section{width:min(100% - 22px,620px);border-radius:26px}#about .shell{width:min(100% - 20px,560px)}#about .about-grid{grid-template-columns:1fr}#about .therapist-card{padding:18px}#about .therapist-card h2,#about .section-head h2{font-size:clamp(25px,7.2vw,34px);line-height:1.45}#about .therapist-card p{font-size:15px;line-height:1.95}#about .credential-grid,#about .trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}#about .credential-grid article,#about .trust-card{padding:12px 10px;font-size:13px;line-height:1.75}#about .trust-card p{display:none}}

.consultation-section {
  display: block;
}

.consultation-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 22px;
  align-items: stretch;
}

.consultation-copy,
.consultation-card {
  border: 1px solid var(--border);
  border-radius: 32px;
  background: rgba(255,255,255,0.86);
  box-shadow: var(--shadow);
}

.consultation-copy {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.consultation-copy h2 {
  margin: 14px 0 12px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.35;
  color: var(--text);
}

.consultation-points {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.consultation-points span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--primary);
  font-weight: 900;
  line-height: 1.8;
}

.consultation-points span::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--red);
}

.consultation-card {
  padding: 24px;
}

.consultation-card .btn {
  margin-top: 4px;
}

.consultation-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
  font-weight: 800;
}

@media (max-width: 860px) {
  .consultation-grid {
    grid-template-columns: 1fr;
  }
  .consultation-copy,
  .consultation-card {
    border-radius: 26px;
    padding: 20px;
  }
}

/* Keep the first hero action pills in one clean row. */
.welcome-pills {
  width: min(100%, 920px);
  margin-inline: auto;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(8px, 1.5vw, 16px) !important;
}

.welcome-pills a {
  width: 100% !important;
  min-width: 0 !important;
  min-height: clamp(46px, 6vw, 64px) !important;
  padding: 0 clamp(8px, 2vw, 22px) !important;
  border-width: 2px !important;
  font-size: clamp(13px, 2.3vw, 17px) !important;
  line-height: 1.35 !important;
  white-space: nowrap !important;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.welcome-pills a[data-buy-course] {
  background: var(--primary) !important;
  color: #fff !important;
  border-color: var(--primary) !important;
  box-shadow: 0 18px 38px rgba(25,54,67,0.22) !important;
}

@media (max-width: 430px) {
  .welcome-pills {
    gap: 7px !important;
  }
  .welcome-pills a {
    font-size: 12px !important;
    min-height: 44px !important;
    padding-inline: 5px !important;
  }
}

/* Launch header: logo right, menu left, CTA on desktop. */
.site-header {
  background: rgba(247,244,239,0.92) !important;
  border-bottom: 1px solid rgba(232,222,210,0.9) !important;
}
.nav {
  min-height: 86px !important;
  direction: ltr !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  overflow: visible !important;
}
.nav-toggle {
  display: inline-grid !important;
  place-items: center !important;
  order: 1 !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 66px !important;
  height: 66px !important;
  flex: 0 0 66px !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,0.92) !important;
  border: 1px solid var(--border) !important;
  box-shadow: 0 14px 34px rgba(25,54,67,0.08) !important;
  z-index: 95 !important;
}
.nav-toggle span {
  width: 25px !important;
  height: 3px !important;
  margin: 3px auto !important;
  border-radius: 99px !important;
}
.nav-actions {
  order: 2 !important;
  display: flex !important;
}
.app-brand {
  order: 4 !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  direction: rtl !important;
  max-width: none !important;
  position: static !important;
}
.app-brand > span:not(.brand-mark) {
  display: none !important;
}
.app-brand .brand-mark {
  width: 62px !important;
  height: 62px !important;
  border-radius: 20px !important;
  padding: 5px !important;
  box-shadow: 0 16px 42px rgba(25,54,67,0.12) !important;
}
.nav-links {
  position: fixed !important;
  inset: 0 !important;
  z-index: 80 !important;
  display: none !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  padding: 112px max(22px, calc((100vw - 720px) / 2)) 34px !important;
  background: radial-gradient(circle at 15% 12%, rgba(190,38,35,0.08), transparent 18rem), var(--bg) !important;
  backdrop-filter: blur(22px) !important;
  overflow-y: auto !important;
}
.nav-links.is-open { display: flex !important; }
.nav-links a {
  min-height: 56px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--border) !important;
  border-radius: 20px !important;
  background: rgba(255,255,255,0.72) !important;
  color: var(--primary) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
}
.mobile-menu-user,
.mobile-socials { display: grid !important; }
body.menu-open .site-header {
  position: fixed !important;
  inset: 0 !important;
  height: 100dvh !important;
  overflow: auto !important;
  background: var(--bg) !important;
}
body.menu-open .nav { min-height: 100dvh !important; align-items: flex-start !important; }
body.menu-open .app-brand { display: none !important; }
body.menu-open .nav-toggle { position: fixed !important; left: 22px !important; top: 18px !important; }
@media (max-width: 720px) {
  .nav { min-height: 72px !important; }
  .nav-actions { display: none !important; }
  .nav-toggle { width: 56px !important; height: 56px !important; flex-basis: 56px !important; border-radius: 19px !important; }
  .app-brand .brand-mark { width: 54px !important; height: 54px !important; border-radius: 18px !important; }
}

/* Codex header responsive hotfix - 2026-06-04 */
@media (min-width: 941px) {
  html body .site-header .nav {
    direction: rtl !important;
    justify-content: space-between !important;
    min-height: 74px !important;
    gap: 18px !important;
  }

  html body .site-header .app-brand,
  html body .site-header .brand {
    order: 1 !important;
    margin-right: auto !important;
    margin-left: 0 !important;
    direction: rtl !important;
    flex: 0 0 auto !important;
  }

  html body .site-header .app-brand > span:not(.brand-mark) {
    display: block !important;
  }

  html body .site-header .brand-mark,
  html body .site-header .app-brand .brand-mark {
    width: 50px !important;
    height: 50px !important;
    border-radius: 16px !important;
    padding: 5px !important;
  }

  html body .site-header .nav-links {
    order: 2 !important;
    position: static !important;
    inset: auto !important;
    z-index: auto !important;
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    overflow: visible !important;
  }

  html body .site-header .nav-links a {
    min-height: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--muted) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  html body .site-header .nav-links a:hover {
    color: var(--primary) !important;
  }

  html body .site-header .mobile-menu-user,
  html body .site-header .mobile-socials {
    display: none !important;
  }

  html body .site-header .nav-actions {
    order: 3 !important;
    display: flex !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  html body .site-header .nav-toggle {
    display: none !important;
  }
}

@media (max-width: 940px) {
  html body .site-header .nav-toggle {
    display: inline-grid !important;
    place-items: center !important;
  }
}

@media (max-width: 640px) {
  html body .bottom-nav {
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
  }

  html body {
    padding-bottom: calc(96px + env(safe-area-inset-bottom)) !important;
  }
}

/* Codex mobile hamburger polish - 2026-06-04 */
@media (max-width: 940px) {
  html body .site-header .nav {
    min-height: 68px !important;
  }

  html body .site-header .nav-toggle {
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(232,222,210,0.95) !important;
    background: rgba(255,255,255,0.86) !important;
    box-shadow: 0 10px 24px rgba(25,54,67,0.08) !important;
  }

  html body .site-header .nav-toggle span {
    width: 20px !important;
    height: 2px !important;
    margin: 0 auto !important;
    border-radius: 999px !important;
    background: var(--primary) !important;
  }

  html body .site-header .nav-toggle span + span {
    margin-top: 5px !important;
  }

  html body .site-header .nav-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
  }

  html body .site-header .nav-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) !important;
  }
}

@media (max-width: 720px) {
  html body .site-header .app-brand .brand-mark {
    width: 46px !important;
    height: 46px !important;
    border-radius: 15px !important;
  }
}

/* Codex final mobile polish and faster first paint - 2026-06-04 */
html body .loader {
  display: none !important;
}

html body.is-loading {
  overflow: auto !important;
}

@media (max-width: 940px) {
  html body .site-header .nav {
    min-height: 62px !important;
    padding-block: 6px !important;
  }

  html body .site-header .nav-toggle {
    width: 40px !important;
    height: 40px !important;
    flex: 0 0 40px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body .site-header .nav-toggle span {
    width: 23px !important;
    height: 2.5px !important;
    margin: 0 auto !important;
    border-radius: 999px !important;
    background: #193643 !important;
  }

  html body .site-header .nav-toggle span + span {
    margin-top: 6px !important;
  }

  html body .site-header .app-brand .brand-mark {
    width: 42px !important;
    height: 42px !important;
    border-radius: 14px !important;
    padding: 4px !important;
  }
}

/* Codex final hamburger alignment - 2026-06-04 */
@media (max-width: 940px) {
  html body .site-header {
    min-height: 72px !important;
  }

  html body .site-header .shell,
  html body .site-header .nav {
    width: min(100% - 36px, 720px) !important;
    min-height: 72px !important;
    margin-inline: auto !important;
    padding: 0 !important;
    align-items: center !important;
  }

  html body .site-header .nav-toggle {
    width: 46px !important;
    height: 46px !important;
    flex: 0 0 46px !important;
    display: inline-grid !important;
    place-items: center !important;
    align-self: center !important;
    border: 1px solid rgba(232,222,210,0.95) !important;
    border-radius: 15px !important;
    background: rgba(255,255,255,0.9) !important;
    box-shadow: 0 10px 24px rgba(25,54,67,0.08) !important;
  }

  html body .site-header .nav-toggle span {
    width: 20px !important;
    height: 2.5px !important;
    margin: 0 auto !important;
    border-radius: 999px !important;
    background: #193643 !important;
  }

  html body .site-header .nav-toggle span + span {
    margin-top: 5px !important;
  }

  html body .site-header .app-brand .brand-mark {
    width: 48px !important;
    height: 48px !important;
    border-radius: 16px !important;
  }
}

@media (max-width: 640px) {
  html body .welcome-card,
  html body .welcome-stage {
    width: 100% !important;
    max-width: 100% !important;
  }

  html body .welcome-pills {
    width: min(100% - 28px, 520px) !important;
    margin-inline: auto !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  html body .welcome-pills a {
    min-width: 0 !important;
    min-height: 46px !important;
    padding-inline: 7px !important;
    font-size: clamp(12px, 3.2vw, 14px) !important;
    line-height: 1.35 !important;
  }
}

/* Codex stat cards inline layout - 2026-06-04 */
html body .stats-grid .stat-card {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  grid-template-areas:
    "icon value"
    "icon label" !important;
  column-gap: 14px !important;
  row-gap: 2px !important;
  align-items: center !important;
  text-align: right !important;
}

html body .stats-grid .stat-card i {
  grid-area: icon !important;
  width: 48px !important;
  height: 48px !important;
  margin: 0 !important;
  border-radius: 16px !important;
  font-size: 18px !important;
}

html body .stats-grid .stat-card strong {
  grid-area: value !important;
  margin: 0 !important;
  line-height: 1.15 !important;
}

html body .stats-grid .stat-card span {
  grid-area: label !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}

@media (max-width: 640px) {
  html body .stats-grid .stat-card {
    min-height: 86px !important;
    padding: 14px 12px !important;
    column-gap: 10px !important;
  }

  html body .stats-grid .stat-card i {
    width: 40px !important;
    height: 40px !important;
    border-radius: 14px !important;
    font-size: 15px !important;
  }

  html body .stats-grid .stat-card strong {
    font-size: clamp(20px, 5.5vw, 24px) !important;
  }

  html body .stats-grid .stat-card span {
    font-size: clamp(11px, 3.2vw, 13px) !important;
    white-space: normal !important;
  }
}

/* Codex site polish batch - 2026-06-04 */
html body {
  font-family: Calibri, "Yekan", "BYekan", "B Yekan", Tahoma, Arial, sans-serif !important;
}

html body .site-header {
  position: sticky !important;
  top: 0 !important;
}

html body .blog-card img,
html body .wp-block-post-featured-image img,
html body .post-thumbnail img,
html body .entry-content img {
  max-width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

html body .blog-card img {
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  height: auto !important;
  border-radius: 18px !important;
}

html body .entry-meta,
html body .posted-on,
html body .byline,
html body .author-name,
html body .cat-links,
html body .comments-link,
html body .ast-single-post-order,
html body .ast-author-box,
html body .post-author {
  display: none !important;
}

html body .therapist-card {
  overflow: hidden !important;
}

html body .therapist-card img {
  width: min(100%, 380px) !important;
  max-height: 520px !important;
  margin-inline: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #fff !important;
}

html body .course-selector-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 16px !important;
}

@media (max-width: 940px) {
  html body .site-header {
    z-index: 120 !important;
  }

  html body .site-header .shell,
  html body .site-header .nav {
    width: min(100% - 24px, 720px) !important;
    min-height: 60px !important;
    padding: 0 !important;
  }

  html body .site-header .nav-toggle {
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,0.92) !important;
    border: 1px solid rgba(232,222,210,0.95) !important;
    box-shadow: 0 8px 18px rgba(25,54,67,0.08) !important;
  }

  html body .site-header .nav-toggle span {
    width: 21px !important;
    height: 2.4px !important;
  }

  html body .site-header .nav-toggle span + span {
    margin-top: 4.5px !important;
  }

  html body .site-header .app-brand .brand-mark {
    width: 44px !important;
    height: 44px !important;
    border-radius: 15px !important;
  }
}

@media (max-width: 760px) {
  html body .welcome-hero {
    padding-bottom: 220px !important;
  }

  html body .welcome-card {
    padding-bottom: 42px !important;
  }

  html body .course-hero {
    margin-top: 18px !important;
    padding-top: 76px !important;
  }

  html body .home-app-section,
  html body .surface,
  html body .sales-fit {
    overflow: hidden !important;
  }

  html body .split,
  html body .sales-fit-grid,
  html body .trust-purchase-grid,
  html body .about-grid,
  html body .checkout-grid,
  html body .contact-grid,
  html body .lesson-layout,
  html body .dashboard-layout {
    width: min(100% - 24px, 560px) !important;
    margin-inline: auto !important;
  }

  html body .problem-grid,
  html body .trust-grid,
  html body .outcome-grid,
  html body .fit-board,
  html body .credential-grid {
    width: 100% !important;
    max-width: 100% !important;
    gap: 10px !important;
  }

  html body .mini-card {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    min-height: 74px !important;
    padding: 12px !important;
    text-align: right !important;
  }

  html body .mini-card span {
    flex: 0 0 36px !important;
    width: 36px !important;
    height: 36px !important;
    margin: 0 !important;
  }

  html body .mini-card span i {
    font-size: 14px !important;
  }

  html body .trust-card,
  html body .check-card,
  html body .fit-board article,
  html body .credential-grid article {
    min-height: 72px !important;
    padding: 12px !important;
  }

  html body .trust-card h3 {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    line-height: 1.55 !important;
  }

  html body .trust-card h3::before,
  html body .module-card h3::before {
    flex: 0 0 30px !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    font-size: 13px !important;
  }

  html body .course-selector-card {
    grid-template-columns: 1fr !important;
  }
}
