:root {
  --ink: #342f69;
  --ink-soft: #4b467d;
  --lavender: #e7e1f6;
  --violet: #bbb0e7;
  --violet-soft: #d9d1f1;
  --lime: #b8d90b;
  --white: #fff;
  --glass: rgba(255, 255, 255, 0.56);
  --line: rgba(70, 61, 132, 0.14);
  font-family: "Vazirmatn", Tahoma, "Segoe UI", Arial, sans-serif;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(184, 217, 11, 0.18), transparent 24rem),
    linear-gradient(155deg, #f6f3ff 0%, #ded8f1 54%, #eee9fb 100%);
  color: var(--ink);
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.phone-shell {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(22px, 5vw, 34px) 22px 104px;
  isolation: isolate;
}

.syllabus-card,
.instructor-card,
.outcomes-card,
.gallery-section,
.faq-section,
.signup-section,
.licenses-section {
  scroll-margin-top: 24px;
  scroll-margin-bottom: 96px;
}

.phone-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0)),
    #ebe6f8;
}

.phone-shell::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: 68px;
  z-index: -1;
  width: 310px;
  height: 310px;
  border-radius: 999px;
  background: rgba(187, 176, 231, 0.32);
  filter: blur(8px);
}

.glass-card {
  border: 1px solid rgba(255, 255, 255, 0.64);
  box-shadow: 0 22px 46px rgba(65, 55, 127, 0.12);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
}

.brand {
  display: grid;
  place-items: center;
  padding-block: 16px 26px;
}

.brand-logo {
  width: min(70vw, 235px);
  height: auto;
  display: block;
  padding-bottom: 25px;
  filter: drop-shadow(0 18px 28px rgba(52, 47, 105, 0.11));
}

.top-actions {
  direction: rtl;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
}

.course-pill {
  min-height: 46px;
  padding: 0 25px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(218, 210, 242, 0.92);
  color: var(--ink);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 12px 24px rgba(68, 60, 130, 0.09);
}

.icon-cluster {
  display: flex;
  gap: 9px;
}

.round-button,
.dock-button {
  border: 0;
  color: var(--ink);
  background: rgba(218, 210, 242, 0.92);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
}

.round-button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 12px 20px rgba(68, 60, 130, 0.08);
}

.round-button:active,
.dock-button:active,
.course-pill:active {
  transform: scale(0.96);
}

svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.interrogation-icon {
  width: 22px;
  height: 22px;
  fill: currentColor !important;
  stroke: none !important;
}

.interrogation-icon * {
  fill: currentColor !important;
  stroke: none !important;
}

.overview-card {
  margin-top: 20px;
  min-height: 96px;
  padding: 15px 18px;
  border-radius: 30px;
  background: var(--white);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  box-shadow: 0 22px 38px rgba(74, 65, 136, 0.12);
}

.course-meta {
  margin-top: 18px;
  padding: 12px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.34);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
}

.course-meta div {
  min-width: 0;
  min-height: 58px;
  padding: 9px 8px;
  border-radius: 18px;
  background: rgba(218, 210, 242, 0.52);
  display: grid;
  place-items: center;
  text-align: center;
}

.course-meta span {
  color: var(--ink-soft);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.4;
}

.course-meta strong {
  color: var(--ink);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.5;
}

.signup-offer {
  margin-top: 14px;
  padding: 10px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.4);
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: stretch;
  gap: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64), 0 16px 30px rgba(52, 47, 105, 0.1);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
}

.signup-offer-inline {
  margin-top: 0;
  grid-template-columns: 1fr;
}

.offer-price-card {
  position: relative;
  min-width: 0;
  padding: 12px 13px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 10% 15%, rgba(184, 217, 11, 0.2), transparent 42%),
    rgba(255, 255, 255, 0.62);
  display: grid;
  align-content: center;
  gap: 5px;
  overflow: hidden;
}

.offer-watermark-icon {
  position: absolute;
  left: 10px;
  bottom: -10px;
  width: 70px;
  height: 70px;
  color: var(--lime);
  fill: currentColor !important;
  stroke: none !important;
  opacity: 0.18;
  transform: rotate(-10deg);
  pointer-events: none;
}

.offer-watermark-icon * {
  fill: currentColor !important;
  stroke: none !important;
}

.offer-badge {
  position: relative;
  z-index: 1;
  width: max-content;
  max-width: 100%;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(188, 213, 0, 0.22);
  color: var(--ink);
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1.4;
  white-space: nowrap;
}

.price-row {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2px;
}

.old-price {
  width: max-content;
  color: rgba(75, 70, 125, 0.62);
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(155, 49, 49, 0.72);
}

.price-row strong {
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
}

.offer-price-card small {
  color: var(--ink-soft);
  font-size: 10.8px;
  font-weight: 800;
  line-height: 1.55;
}

.hero-actions {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
}

.primary-cta {
  min-height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--ink), #5b5296);
  color: #fff;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 15.5px;
  font-weight: 800;
  box-shadow: 0 18px 34px rgba(52, 47, 105, 0.2);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.secondary-cta {
  color: var(--ink);
  background: rgba(218, 210, 242, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 12px 20px rgba(68, 60, 130, 0.08);
}

.primary-cta:hover {
  filter: saturate(1.08);
}

.primary-cta:active {
  transform: scale(0.98);
  box-shadow: 0 12px 24px rgba(52, 47, 105, 0.16);
}

.intro-video-card,
.syllabus-card,
.faq-section {
  margin-top: 18px;
}

.collapsible-card {
  padding: 0;
  overflow: hidden;
}

.intro-video-card {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.48);
}

.syllabus-card.collapsible-card,
.faq-section.collapsible-card,
.intro-video-card.collapsible-card {
  padding: 0;
}

.collapsible-card > summary {
  position: relative;
  min-height: 70px;
  padding: 16px 72px 16px 22px;
  display: grid;
  align-content: center;
  gap: 3px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  text-align: right;
}

.collapsible-card > summary::-webkit-details-marker {
  display: none;
}

.collapsible-card > summary > svg,
.collapsible-card > summary > .interrogation-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  padding: 8px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(218, 210, 242, 0.72);
  color: var(--ink);
  transform: translateY(-50%);
  transition: transform 220ms ease, background-color 220ms ease;
}

.collapsible-card[open] > summary > svg,
.collapsible-card[open] > summary > .interrogation-icon {
  background: var(--lime);
  transform: translateY(-50%) scale(1.04);
}

.collapsible-card > summary span {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
}

.collapsible-card > summary small {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.collapsible-content {
  padding: 0 22px 24px;
  animation: faqReveal 260ms ease both;
}

.video-frame {
  position: relative;
  overflow: hidden;
  width: calc(100% - 36px);
  margin: 0 auto 20px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(52, 47, 105, 0.14), rgba(184, 217, 11, 0.12)),
    rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.68), 0 18px 34px rgba(52, 47, 105, 0.13);
}

.video-frame video {
  width: 100%;
  aspect-ratio: 9 / 16;
  height: auto;
  display: block;
  object-fit: cover;
  border: 0;
}

.overview-item {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  text-align: center;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.overview-item svg {
  width: 28px;
  height: 28px;
}

.divider {
  width: 1px;
  height: 54px;
  background: var(--line);
}

.details-card {
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 34px;
  padding: 27px 24px 32px;
  background: var(--glass);
  box-shadow: 0 24px 50px rgba(65, 55, 127, 0.14);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.details-card h1 {
  margin: 0 0 18px;
  text-align: right;
  color: var(--ink);
  font-size: clamp(21px, 6vw, 26px);
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0;
}

.details-card ul {
  margin: 0;
  padding: 0 21px 0 0;
  color: var(--ink-soft);
  font-size: 14.5px;
  line-height: 2.05;
  font-weight: 400;
  text-align: right;
}

.details-card li {
  padding-right: 2px;
}

.details-card li::marker {
  color: var(--ink);
  font-size: 0.84em;
}

.details-practice-note {
  margin-top: 18px;
  padding: 15px 16px;
  border: 1px solid rgba(184, 217, 11, 0.38);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(184, 217, 11, 0.18), transparent 46%),
    rgba(255, 255, 255, 0.48);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.details-practice-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14.5px;
  font-weight: 900;
  line-height: 1.6;
}

.details-practice-note p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13.8px;
  font-weight: 700;
  line-height: 1.95;
}

.syllabus-card {
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 30px;
  padding: 24px 24px 26px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 22px 44px rgba(65, 55, 127, 0.11);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
}

.instructor-card,
.outcomes-card {
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 30px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 20px 42px rgba(65, 55, 127, 0.1);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
}

.section-kicker {
  margin: 0 0 8px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
  text-align: right;
}

.instructor-card h2,
.outcomes-card h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: 0;
  text-align: right;
}

.instructor-card p:not(.section-kicker) {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.95;
  text-align: right;
}

.instructor-highlights {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.instructor-highlights li {
  position: relative;
  padding: 9px 34px 9px 12px;
  border-radius: 16px;
  background: rgba(218, 210, 242, 0.46);
  color: var(--ink-soft);
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.7;
  text-align: right;
}

.instructor-highlights li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.58);
  transform: translateY(-50%);
}

.instructor-social-box {
  margin-top: 16px;
  padding: 13px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.instructor-social-box p {
  margin: 0;
  flex: 1 1 170px;
  color: var(--ink);
  font-size: 14.5px;
  font-weight: 1000;
  line-height: 1.55;
  text-align: center;
  text-shadow: 0 0 0.01px currentColor;
}

.instructor-socials {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.instructor-socials a {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: rgba(218, 210, 242, 0.62);
  color: var(--ink);
  display: grid;
  place-items: center;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 10px 18px rgba(52, 47, 105, 0.08);
  transition: transform 180ms ease, background-color 180ms ease;
}

.instructor-socials a:hover {
  background: rgba(255, 255, 255, 0.68);
}

.instructor-socials a:active {
  transform: scale(0.94);
}

.instructor-socials svg {
  width: 21px;
  height: 21px;
  stroke-width: 1.75;
}

.instructor-socials .eitaa-icon,
.instructor-socials .bale-icon {
  width: 21px;
  height: 21px;
  fill: currentColor;
  stroke: none;
}

.outcomes-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.outcomes-card li {
  position: relative;
  padding: 9px 34px 9px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.46);
  color: var(--ink-soft);
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.7;
}

.outcomes-card li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at center, var(--lime) 0 45%, rgba(255, 255, 255, 0.72) 48%);
  transform: translateY(-50%);
}

.syllabus-card h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: 0;
  text-align: right;
}

.syllabus-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.syllabus-card li {
  position: relative;
  min-height: 38px;
  padding: 8px 34px 8px 12px;
  border-radius: 16px;
  background: rgba(218, 210, 242, 0.48);
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.syllabus-card li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.58);
  transform: translateY(-50%);
}

.gallery-section {
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 32px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.38);
  box-shadow: 0 22px 46px rgba(65, 55, 127, 0.12);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
}

.gallery-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.gallery-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: 0;
  text-align: right;
}

.gallery-count {
  direction: ltr;
  min-width: 58px;
  min-height: 32px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(218, 210, 242, 0.72);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.carousel {
  direction: ltr;
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(218, 210, 242, 0.28)),
    rgba(255, 255, 255, 0.24);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  touch-action: pan-y;
}

.carousel-track {
  display: flex;
  width: 100%;
  transform: translateX(0);
  transition: transform 520ms cubic-bezier(0.22, 0.8, 0.28, 1);
  will-change: transform;
}

.carousel-slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  margin: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  user-select: none;
}

.carousel-slide::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 36%;
  background: linear-gradient(180deg, rgba(42, 35, 90, 0.3), transparent);
  pointer-events: none;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 760ms ease, filter 520ms ease;
}

.carousel-slide.is-active img {
  transform: scale(1);
  animation: imageFloat 560ms ease both;
}

.carousel-slide figcaption {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 2;
  width: 185px;
  max-width: calc(100% - 32px);
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.54);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.65;
  text-align: center;
  box-shadow: 0 12px 24px rgba(42, 35, 90, 0.14);
  backdrop-filter: blur(12px) saturate(145%);
  -webkit-backdrop-filter: blur(12px) saturate(145%);
  opacity: 0;
  transform: translate(-50%, -12px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.carousel-slide.is-active figcaption {
  opacity: 1;
  transform: translate(-50%, 0);
}

.carousel-slide figcaption:empty {
  display: none;
}

.carousel-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.46);
  display: grid;
  place-items: center;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 12px 24px rgba(52, 47, 105, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 180ms ease, background-color 180ms ease;
}

.carousel-button:active {
  transform: translateY(-50%) scale(0.94);
}

.carousel-button svg {
  width: 21px;
  height: 21px;
}

.carousel-prev {
  left: 12px;
}

.carousel-next {
  right: 12px;
}

.carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 2;
  min-height: 28px;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  display: flex;
  align-items: center;
  gap: 7px;
  transform: translateX(-50%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.carousel-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(52, 47, 105, 0.34);
  cursor: pointer;
  transition: width 260ms ease, background-color 260ms ease, transform 260ms ease;
}

.carousel-dot.is-active {
  width: 22px;
  background: var(--lime);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
  transform: translateY(-1px);
}

.faq-section {
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 32px;
  padding: 24px 22px 26px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0 22px 46px rgba(65, 55, 127, 0.12);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
}

.faq-section h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: 0;
  text-align: right;
}

.faq-contact-row {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 12px;
  flex-wrap: wrap;
}

.faq-contact-text {
  margin: 0;
  flex: 1 1 170px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
  text-align: right;
}

.messenger-actions {
  flex: 0 1 85px;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0;
}

.messenger-button {
  min-height: 38px;
  width: 85px;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 15px;
  background: rgba(218, 210, 242, 0.46);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
  transition: transform 180ms ease, background-color 180ms ease;
}

.messenger-button:hover {
  background: rgba(255, 255, 255, 0.58);
}

.messenger-button:active {
  transform: scale(0.98);
}

.messenger-button svg {
  width: 17px;
  height: 17px;
  stroke-width: 1.8;
}

.messenger-button .bale-icon {
  fill: currentColor;
  stroke: none;
}

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

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 18px;
  background: rgba(218, 210, 242, 0.42);
  overflow: hidden;
  transition: background-color 220ms ease, box-shadow 220ms ease;
}

.faq-item[open] {
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 14px 28px rgba(65, 55, 127, 0.1);
}

.faq-item summary {
  position: relative;
  min-height: 48px;
  padding: 13px 18px 13px 48px;
  color: var(--ink);
  font-size: 14.5px;
  font-weight: 800;
  line-height: 1.6;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
  display: grid;
  place-items: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 220ms ease, background-color 220ms ease;
}

.faq-item[open] summary::after {
  content: "−";
  background: var(--lime);
  transform: translateY(-50%) rotate(180deg);
}

.faq-item p {
  margin: 0;
  padding: 0 18px 16px;
  color: var(--ink-soft);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.9;
  text-align: right;
  animation: faqReveal 260ms ease both;
}

.signup-section {
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 32px;
  padding: 24px 22px 26px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 24px 50px rgba(65, 55, 127, 0.13);
  backdrop-filter: blur(16px) saturate(145%);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
}

.signup-section h2 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: 0;
  text-align: right;
}

.signup-intro {
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.9;
  text-align: right;
}

.signup-form {
  display: grid;
  gap: 12px;
}

.signup-form label {
  display: grid;
  gap: 7px;
}

.signup-form span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  padding-right: 4px;
}

.signup-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(70, 61, 132, 0.1);
  border-radius: 16px;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.signup-form input::placeholder {
  color: rgba(75, 70, 125, 0.48);
}

.signup-form input:focus {
  border-color: rgba(184, 217, 11, 0.88);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 0 0 4px rgba(184, 217, 11, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.signup-form label.has-error input {
  border-color: rgba(202, 82, 82, 0.68);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 0 0 4px rgba(202, 82, 82, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.field-error {
  min-height: 18px;
  color: #9b3131;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.55;
  padding-inline: 4px;
}

.signup-button {
  min-height: 52px;
  margin-top: 6px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--ink), #5b5296);
  color: #fff;
  font: inherit;
  font-size: 15.5px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 18px 32px rgba(52, 47, 105, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.signup-button:active {
  transform: scale(0.98);
  box-shadow: 0 12px 24px rgba(52, 47, 105, 0.18);
}

.signup-button:hover {
  filter: saturate(1.08);
}

.form-submit-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(168px, 1fr);
  align-items: stretch;
  gap: 10px;
}

.form-submit-row .signup-button {
  margin-top: 0;
  min-height: 100%;
}

.form-message {
  min-height: 24px;
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
  text-align: center;
}

.form-message.is-success {
  color: #587100;
}

.form-message.is-error {
  color: #9b3131;
}

.licenses-section {
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 28px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.44);
  box-shadow: 0 20px 42px rgba(65, 55, 127, 0.11);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  overflow: hidden;
}

.licenses-section h2 {
  margin: 0;
  flex: 1 1 auto;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: right;
}

.license-badges {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  min-width: 86px;
  height: 86px;
}

.license-badges a {
  box-sizing: border-box;
  width: 86px !important;
  max-width: 86px !important;
  height: 86px !important;
  max-height: 86px !important;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  display: grid;
  place-items: center;
  overflow: hidden;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 12px 24px rgba(52, 47, 105, 0.1);
  transition: transform 180ms ease, background-color 180ms ease;
}

.license-badges a:hover {
  background: rgba(255, 255, 255, 0.78);
}

.license-badges a:active {
  transform: scale(0.97);
}

.license-badges img {
  width: 68px !important;
  max-width: 68px !important;
  min-width: 0 !important;
  height: 68px !important;
  max-height: 68px !important;
  object-fit: contain !important;
  display: block;
  border: 0;
  cursor: pointer;
}

.site-footer {
  margin-top: 18px;
  padding: 18px 14px 8px;
  border-top: 1px solid rgba(70, 61, 132, 0.12);
  display: grid;
  gap: 12px;
  text-align: center;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 6px;
}

.footer-links a {
  min-width: 0;
  min-height: 38px;
  padding: 8px 5px;
  border-radius: 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.38);
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.5;
  transition: background-color 180ms ease, transform 180ms ease;
}

.footer-links a:hover {
  background: rgba(255, 255, 255, 0.64);
}

.footer-links a:active {
  transform: scale(0.97);
}

.site-footer p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.7;
}

:focus-visible {
  outline: 3px solid rgba(188, 213, 0, 0.75);
  outline-offset: 4px;
}

@keyframes faqReveal {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes imageFloat {
  from {
    filter: saturate(0.92);
  }

  to {
    filter: saturate(1.04);
  }
}

.bottom-dock {
  direction: rtl;
  position: fixed;
  left: 50%;
  bottom: max(18px, env(safe-area-inset-bottom));
  transform: translateX(-50%);
  width: min(calc(100vw - 44px), 342px);
  min-height: 68px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0 20px 42px rgba(52, 47, 105, 0.17);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 4px;
}

.dock-button {
  position: relative;
  width: 48px;
  height: 48px;
  justify-self: center;
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  display: grid;
  place-items: center;
  text-decoration: none;
}

.dock-button:hover,
.round-button:hover {
  background: rgba(218, 210, 242, 0.95);
}

.dock-button.is-active {
  background: rgba(218, 210, 242, 0.9);
  box-shadow: inset 0 0 0 1px rgba(188, 213, 0, 0.38);
}

.dock-button svg {
  width: 31px;
  height: 31px;
}

.dock-button .interrogation-icon {
  width: 25px;
  height: 25px;
}

.signup-dock-button {
  background: transparent;
}

.signup-dock-button svg {
  width: 27px;
  height: 27px;
}

.shield-trust-icon,
.shield-trust-icon * {
  fill: currentColor !important;
  stroke: none !important;
}

.shield-trust-icon .shield-check {
  fill: #bcd500 !important;
}

.has-badge::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.78);
}

@media (min-width: 560px) {
  body {
    padding: 22px;
  }

  .phone-shell {
    width: min(calc(100vw - 48px), 470px);
    min-height: 880px;
    padding: 34px 42px 104px;
    border-radius: 38px;
    box-shadow: 0 28px 70px rgba(39, 35, 86, 0.18);
  }
}

@media (min-width: 760px) {
  .phone-shell {
    width: min(calc(100vw - 64px), 620px);
    padding: 38px 42px 112px;
  }

  .brand-logo {
    width: 260px;
  }

  .details-card,
  .syllabus-card,
  .instructor-card,
  .outcomes-card,
  .gallery-section,
  .faq-section,
  .signup-section,
  .licenses-section {
    padding-inline: 30px;
  }

  .syllabus-card ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .syllabus-card li:last-child {
    grid-column: 1 / -1;
  }

  .outcomes-card ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .signup-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .signup-form label:nth-of-type(7),
  .form-submit-row {
    grid-column: 1 / -1;
  }
}

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

@media (max-width: 640px) {
  .form-submit-row {
    grid-template-columns: 1fr;
  }

  .form-submit-row .signup-button {
    min-height: 72px;
  }

  .signup-offer-inline .offer-price-card {
    min-height: 128px;
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 350px) {
  .phone-shell {
    padding-inline: 16px;
  }

  .signup-offer {
    grid-template-columns: 1fr;
  }

  .form-submit-row {
    grid-template-columns: 1fr;
  }

  .course-pill {
    padding-inline: 17px;
    font-size: 13.5px;
  }

  .round-button {
    width: 39px;
    height: 39px;
  }

  .details-card {
    padding-inline: 20px;
  }
}

