:root {
  --color-navy: #102a43;
  --color-text: #172033;
  --color-muted: #637083;
  --color-coral: #ff665c;
  --color-coral-strong: #ff5a50;
  --color-coral-hover: #e94e45;
  --color-mint: #55c7b2;
  --color-yellow: #ffd95a;
  --color-blue-bg: #eaf7ff;
  --color-soft: #fafbff;
  --color-cream: #fff6e8;
  --color-lavender: #ede5ff;
  --color-border: #e8eef5;
  --color-white: #fff;
  --shadow-soft: 0 18px 45px rgba(16, 42, 67, .12);
  --shadow-card: 0 14px 32px rgba(16, 42, 67, .10);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Assistant", "Heebo", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: var(--color-text);
  background: var(--color-soft);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 217, 90, .18), transparent 22%),
    radial-gradient(circle at 8% 18%, rgba(85, 199, 178, .14), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #f9fbff 42%, #fffdf8 100%);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

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

:focus-visible {
  outline: 4px solid rgba(85, 199, 178, .45);
  outline-offset: 4px;
  border-radius: 12px;
}

.skip-link {
  position: absolute;
  right: 16px;
  top: -80px;
  z-index: 20;
  padding: 10px 16px;
  background: var(--color-navy);
  color: white;
  border-radius: 999px;
}

.skip-link:focus {
  top: 12px;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.section-pad {
  padding: 82px 0;
}

section {
  scroll-margin-top: 92px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(232, 238, 245, .9);
  box-shadow: 0 6px 22px rgba(16, 42, 67, .05);
}

.nav-shell {
  width: min(1240px, calc(100% - 36px));
  min-height: 78px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.brand-logo {
  width: 138px;
  max-height: 72px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(16, 42, 67, .10));
}

.brand-logo.is-missing {
  display: none;
}

.brand-text {
  display: grid;
  line-height: 1.1;
}

.brand-text strong {
  font-size: 22px;
  color: var(--color-navy);
}

.brand-text small {
  color: var(--color-muted);
  font-size: 14px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  color: #30394a;
  font-weight: 700;
  font-size: 16px;
}

.nav-links a {
  transition: color .2s ease;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 13px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-coral), var(--color-coral-strong));
  color: white;
  font-weight: 800;
  font-size: 18px;
  box-shadow: 0 14px 26px rgba(255, 102, 92, .28);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn::before,
.btn::after {
  content: "";
  width: 18px;
  height: 3px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
}

.btn::before {
  transform: rotate(42deg);
}

.btn::after {
  transform: rotate(-42deg);
}

.btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--color-coral-hover), var(--color-coral-strong));
  box-shadow: 0 18px 32px rgba(255, 102, 92, .34);
}

.btn-small {
  min-height: 46px;
  padding: 10px 20px;
  font-size: 16px;
}

.btn-large {
  min-height: 62px;
  padding: 16px 30px;
  font-size: 20px;
}

.btn-inline {
  margin-top: 18px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 74px;
  background:
    radial-gradient(circle at 4% 8%, #87d1ff 0 84px, transparent 86px),
    linear-gradient(135deg, var(--color-blue-bg), #f7fbff 50%, #fff 100%);
}

.asset-decor {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: .42;
  filter: drop-shadow(0 18px 26px rgba(16, 42, 67, .08));
}

.asset-decor.is-missing {
  display: none;
}

.asset-decor-left {
  width: min(360px, 28vw);
  left: -90px;
  bottom: 30px;
}

.asset-decor-right {
  width: min(320px, 24vw);
  right: -70px;
  top: 118px;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  gap: 56px;
  align-items: center;
}

.hero-copy {
  order: 1;
}

.hero-media {
  order: 2;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--color-coral-hover);
  font-weight: 900;
  letter-spacing: 0;
}

.hero h1 {
  margin: 0;
  color: var(--color-navy);
  font-size: clamp(52px, 7.2vw, 96px);
  line-height: .9;
  font-weight: 900;
  letter-spacing: 0;
}

.hero h1 span,
.hero h1 strong {
  display: block;
}

.hero h1 strong {
  color: var(--color-coral-strong);
  font-size: 1.2em;
  text-shadow: 0 10px 0 rgba(255, 217, 90, .35);
}

.zoom-brush {
  width: fit-content;
  margin-top: 8px;
  padding: 9px 28px 12px;
  color: white;
  background: #0b5cff;
  border-radius: 18px 26px 15px 28px;
  transform: rotate(-1deg) skewX(-4deg);
  box-shadow:
    inset 0 -8px 0 rgba(16, 42, 67, .13),
    0 12px 26px rgba(11, 92, 255, .22);
}

.hero-strip {
  width: fit-content;
  margin: 24px 0 16px;
  padding: 12px 24px;
  background: var(--color-yellow);
  color: var(--color-navy);
  font-size: clamp(21px, 2.2vw, 30px);
  font-weight: 900;
  border-radius: 12px 28px 13px 24px;
  box-shadow: 0 10px 0 rgba(255, 217, 90, .22);
  transform: rotate(.5deg);
}

.hero-strip b {
  color: var(--color-coral-hover);
}

.hero-note {
  margin: 0 0 22px;
  font-size: 21px;
  color: #334155;
}

.course-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 10px;
}

.course-pills span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 9px 15px;
  border-radius: 999px;
  background: white;
  color: var(--color-navy);
  font-weight: 800;
  border: 1px solid var(--color-border);
  box-shadow: 0 8px 18px rgba(16, 42, 67, .08);
}

.course-pills img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex: 0 0 auto;
}

.scarcity {
  margin: 4px 0 22px;
  color: var(--color-muted);
  font-weight: 700;
}

.cta-row {
  display: grid;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.secure {
  color: var(--color-muted);
  font-size: 16px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.secure img,
.secure-note img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex: 0 0 auto;
}

.hero-media {
  position: relative;
  min-height: 500px;
}

.media-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 440px;
  border-radius: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at 26% 18%, rgba(255, 217, 90, .34), transparent 18%),
    radial-gradient(circle at 82% 72%, rgba(85, 199, 178, .22), transparent 22%),
    linear-gradient(145deg, #ffffff, #e8f8ff 56%, #dbf4ef);
  border: 10px solid rgba(255, 255, 255, .8);
  box-shadow: var(--shadow-soft);
}

.media-card > img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.media-card > img.is-missing {
  display: none;
}

.media-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 54px;
}

.hero-visual-core {
  position: relative;
  width: min(390px, 78%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .92), rgba(255, 255, 255, .48) 54%, rgba(255, 255, 255, 0) 72%),
    linear-gradient(145deg, rgba(255, 255, 255, .76), rgba(205, 239, 255, .46));
}

.hero-visual-core::before,
.hero-visual-core::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: var(--color-yellow);
  opacity: .75;
}

.hero-visual-core::before {
  width: 78px;
  height: 12px;
  right: 3%;
  top: 16%;
  transform: rotate(-22deg);
}

.hero-visual-core::after {
  width: 62px;
  height: 10px;
  left: 7%;
  bottom: 18%;
  transform: rotate(38deg);
}

.media-card .hero-main-icon {
  width: min(345px, 86%);
  min-height: 0;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 22px rgba(16, 42, 67, .13));
}

.hero-tool-card {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 54px;
  padding: 9px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(255, 255, 255, .96);
  color: var(--color-navy);
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(16, 42, 67, .11);
  backdrop-filter: blur(10px);
}

.hero-tool-card img {
  width: 42px;
  height: 42px;
  min-height: 0;
  object-fit: contain;
}

.hero-tool-card-ai {
  top: 54px;
  left: 46px;
}

.hero-tool-card-phone {
  right: 48px;
  bottom: 50px;
}

.hero-tool-card-phone img {
  width: 54px;
  height: 42px;
}

.doodle-lines::before,
.doodle-lines::after {
  content: "";
  position: absolute;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background:
    linear-gradient(#ff665c, #ff665c) 10px 10px / 6px 32px no-repeat,
    linear-gradient(#55c7b2, #55c7b2) 38px 20px / 6px 34px no-repeat,
    linear-gradient(#ffd95a, #ffd95a) 62px 12px / 6px 28px no-repeat;
}

.doodle-lines::before {
  left: -20px;
  top: 80px;
  transform: rotate(-20deg);
}

.doodle-lines::after {
  right: 20px;
  bottom: 28px;
  transform: rotate(42deg);
}

.decor {
  position: absolute;
  pointer-events: none;
}

.decor-blue {
  width: 260px;
  height: 260px;
  left: -90px;
  top: 70px;
  background: #62bdf0;
  border-radius: 54% 46% 60% 40%;
}

.decor-yellow {
  width: 170px;
  height: 170px;
  right: -42px;
  top: 18px;
  background: var(--color-yellow);
  border-radius: 58% 42% 52% 48%;
}

.decor-dots {
  left: 36px;
  bottom: 64px;
  width: 118px;
  height: 118px;
  opacity: .38;
  background-image: radial-gradient(#102a43 2px, transparent 2px);
  background-size: 14px 14px;
}

.benefits-wrap {
  margin-top: -42px;
  position: relative;
  z-index: 5;
}

.benefits-card {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding: 26px;
  border-radius: 32px;
  background: white;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(232, 238, 245, .7);
}

.benefits-card article {
  text-align: center;
  padding: 10px 12px;
}

.icon {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 32px;
  color: var(--color-navy);
}

.asset-icon {
  width: 74px;
  height: 74px;
  object-fit: contain;
  transform: scale(1.42);
  filter: drop-shadow(0 8px 12px rgba(16, 42, 67, .10));
}

.asset-icon-wide {
  width: 88px;
  height: 70px;
  transform: scale(1.2);
}

.mint { background: #bdf0e8; }
.lavender { background: #e3cdff; }
.yellow { background: #ffe27a; }
.blue { background: #9dddff; }
.coral { background: #ff827b; }

.benefits-card h3,
.learn-card h3,
.get-item h3 {
  margin: 0 0 8px;
  color: var(--color-navy);
  line-height: 1.18;
}

.benefits-card p,
.learn-card p,
.get-item p {
  margin: 0;
  color: var(--color-muted);
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
  margin-bottom: 34px;
}

.section-heading h2,
.section-title h2,
.reassurance h2,
.instructor-copy h2,
.signup h2 {
  margin: 0;
  color: var(--color-navy);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  font-weight: 900;
}

.curriculum-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.learn-card {
  position: relative;
  min-height: 430px;
  padding: 0 20px 24px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(255, 255, 255, .8);
  transition: transform .2s ease, box-shadow .2s ease;
}

.learn-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(16, 42, 67, .14);
}

.card-mint { background: #dff9f3; }
.card-lavender { background: #f0e8ff; }
.card-yellow { background: #fff1bd; }
.card-blue { background: #dff1ff; }
.card-peach { background: #fff0df; }

.card-image {
  position: relative;
  display: grid;
  place-items: center;
  height: 184px;
  margin: 0 -20px 36px;
  background: linear-gradient(135deg, rgba(255,255,255,.75), rgba(255,255,255,.25));
  overflow: hidden;
}

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

.card-image img.is-missing {
  display: none;
}

.image-fallback {
  position: absolute;
  width: 118px;
  height: 118px;
  object-fit: contain;
  filter: drop-shadow(0 10px 14px rgba(16, 42, 67, .12));
}

.image-fallback-wide {
  width: 158px;
  height: 134px;
}

.badge {
  position: absolute;
  top: 146px;
  right: 20px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: white;
  box-shadow: var(--shadow-card);
}

.badge img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.reassurance {
  background: var(--color-cream);
}

.reassurance-box {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 34px;
  align-items: center;
  padding: 42px;
  border-radius: 32px;
  background: rgba(255, 255, 255, .64);
  border: 1px solid rgba(255, 255, 255, .8);
}

.section-art {
  position: absolute;
  top: -42px;
  left: 40px;
  width: min(480px, 40%);
  opacity: .88;
  pointer-events: none;
  filter: drop-shadow(0 14px 18px rgba(16, 42, 67, .08));
}

.section-art.is-missing {
  display: none;
}

.reassurance-box p {
  color: var(--color-muted);
  font-size: 20px;
}

.soft-list {
  list-style: none;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
}

.soft-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 18px;
  background: white;
  color: var(--color-navy);
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(16, 42, 67, .07);
}

.soft-list img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex: 0 0 auto;
}

.section-title {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-title p {
  margin: 12px 0 0;
  color: var(--color-muted);
  font-size: 21px;
}

.check-grid,
.get-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.check-card {
  position: relative;
  min-height: 104px;
  padding: 22px 68px 22px 22px;
  border-radius: 22px;
  background: white;
  color: var(--color-navy);
  font-weight: 800;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--color-border);
}

.check-card::before {
  content: "";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    url("assets/cleaned/icon-05.png") center / 26px 26px no-repeat,
    #dff9f3;
}

.what-get {
  background: linear-gradient(180deg, #ffffff, #eef9ff);
}

.get-item {
  padding: 24px;
  border-radius: 24px;
  background: white;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--color-border);
}

.get-item span {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
  border-radius: 18px;
  background: var(--color-blue-bg);
  font-size: 28px;
}

.mini-art {
  position: absolute;
  width: 70px;
  height: 70px;
  max-width: none;
  object-fit: contain;
  opacity: .95;
  filter: drop-shadow(0 8px 10px rgba(16, 42, 67, .10));
}

.mini-art:not(.is-missing) {
  color: transparent;
}

.mini-art.is-missing {
  display: none;
}

.get-item span:has(.mini-art:not(.is-missing)) {
  color: transparent;
}

.secure-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.instructor-card {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 46px;
  align-items: center;
  padding: 42px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 217, 90, .24), transparent 23%),
    radial-gradient(circle at 91% 84%, rgba(85, 199, 178, .20), transparent 26%),
    white;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--color-border);
}

.portrait-wrap {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 410px;
  overflow: hidden;
}

.portrait-wrap::before {
  content: "";
  position: absolute;
  inset: 16px 24px;
  border-radius: 50%;
  background: #cdefff;
}

.portrait-wrap img,
.portrait-fallback {
  position: relative;
  width: min(360px, 96%);
  max-height: 420px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 22px rgba(16, 42, 67, .18));
}

.portrait-wrap img.is-missing {
  display: none;
}

.portrait-wrap img:not(.is-missing) + .portrait-fallback {
  display: none;
}

.portrait-fallback {
  display: grid;
  place-items: center;
  width: min(300px, 90%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(145deg, #dff9f3, #eaf7ff);
  color: var(--color-navy);
  font-size: 72px;
  font-weight: 900;
  box-shadow: var(--shadow-card);
  border: 8px solid white;
}

.instructor-copy p {
  color: var(--color-muted);
}

blockquote {
  margin: 20px 0;
  padding: 18px 22px;
  border-right: 6px solid var(--color-mint);
  border-radius: 18px;
  background: #f4fffc;
  color: var(--color-navy);
  font-weight: 800;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badge-row span {
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--color-cream);
  color: var(--color-navy);
  font-weight: 800;
}

.testimonials {
  background: #fff9ed;
}

.testimonial {
  position: relative;
  padding: 28px;
  border-radius: 26px;
  background: white;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(255, 217, 90, .34);
}

.testimonial::before {
  content: "״";
  position: absolute;
  left: 24px;
  top: 8px;
  color: rgba(255, 102, 92, .22);
  font-size: 86px;
  line-height: 1;
  font-weight: 900;
}

.stars {
  color: #f6bd23;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.testimonial p {
  margin: 0 0 16px;
  color: #334155;
}

.testimonial strong {
  color: var(--color-navy);
}

.faq-shell {
  max-width: 880px;
}

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

.faq-item {
  border-radius: 20px;
  background: white;
  border: 1px solid var(--color-border);
  box-shadow: 0 10px 24px rgba(16, 42, 67, .07);
  overflow: hidden;
}

.faq-item button {
  width: 100%;
  min-height: 70px;
  padding: 18px 22px;
  border: 0;
  background: transparent;
  color: var(--color-navy);
  font: inherit;
  font-size: 21px;
  font-weight: 900;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
}

.faq-item button span {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffe9e7;
  color: var(--color-coral-hover);
  transition: transform .2s ease;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .25s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 22px 0;
  color: var(--color-muted);
  overflow: hidden;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer p {
  padding-bottom: 22px;
}

.faq-item.is-open button span {
  transform: rotate(45deg);
}

.signup {
  background:
    radial-gradient(circle at 9% 86%, rgba(85, 199, 178, .20), transparent 17%),
    radial-gradient(circle at 90% 12%, rgba(255, 102, 92, .12), transparent 20%),
    var(--color-cream);
}

.signup-card {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 36px;
  align-items: center;
  padding: 44px;
  border-radius: 34px;
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(255, 255, 255, .92);
}

.signup-copy p {
  max-width: 640px;
  color: var(--color-muted);
  font-size: 21px;
}

.price-box {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 32px 26px;
  border-radius: 30px;
  background: white;
  text-align: center;
  box-shadow: var(--shadow-card);
}

.price-art {
  width: min(360px, 100%);
  margin: -10px auto 2px;
  filter: drop-shadow(0 12px 16px rgba(16, 42, 67, .08));
}

.price-art.is-missing {
  display: none;
}

.price-box::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 24px;
  width: 84px;
  height: 14px;
  border-radius: 999px;
  background: var(--color-yellow);
  transform: rotate(-10deg);
}

.old-price {
  position: relative;
  color: var(--color-muted);
  font-size: 30px;
  font-weight: 800;
}

.old-price::after {
  content: "";
  position: absolute;
  right: -10px;
  left: -10px;
  top: 50%;
  height: 4px;
  background: var(--color-coral);
  transform: rotate(-7deg);
}

.price-box strong {
  color: var(--color-coral-strong);
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
  font-weight: 900;
}

.price-box p,
.price-box small {
  margin: 0;
  color: var(--color-muted);
}

.contact-email {
  font-weight: 800;
}

.contact-email a {
  color: var(--color-navy);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer {
  padding: 38px 0;
  background: var(--color-navy);
  color: white;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px 32px;
  align-items: center;
}

.site-footer strong {
  font-size: 24px;
}

.site-footer p,
.site-footer small {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, .72);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 800;
}

.gender-note {
  grid-column: 1 / -1;
  font-size: 15px;
}

.floating-whatsapp {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 50;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #25d366;
  color: white;
  box-shadow: 0 16px 32px rgba(37, 211, 102, .32);
  transition: transform .2s ease, box-shadow .2s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(37, 211, 102, .38);
}

.floating-whatsapp svg {
  width: 38px;
  height: 38px;
  fill: currentColor;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1040px) {
  .nav-links {
    gap: 18px;
  }

  .hero-grid,
  .instructor-card,
  .signup-card,
  .reassurance-box {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-media {
    order: initial;
  }

  .hero-grid {
    gap: 36px;
  }

  .benefits-card {
    grid-template-columns: repeat(3, 1fr);
  }

  .curriculum-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 640px) {
  .floating-whatsapp {
    left: 16px;
    bottom: 18px;
    width: 58px;
    height: 58px;
  }

  .floating-whatsapp svg {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 900px) {
  body {
    font-size: 17px;
  }

  .nav-shell {
    min-height: 70px;
  }

  .nav-links {
    display: none;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 110px;
    max-height: 64px;
  }

  .brand-text strong {
    font-size: 19px;
  }

  .brand-text small {
    font-size: 13px;
  }

  .hero {
    padding-top: 46px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero h1,
  .zoom-brush,
  .hero-strip,
  .cta-row {
    margin-inline: auto;
  }

  .course-pills {
    justify-content: center;
  }

  .hero-media {
    min-height: 380px;
  }

  .media-card {
    min-height: 350px;
  }

  .media-card > img {
    min-height: 350px;
  }

  .hero-visual-core {
    width: min(330px, 72%);
  }

  .media-card .hero-main-icon {
    width: min(286px, 84%);
  }

  .hero-tool-card-ai {
    top: 36px;
    left: 30px;
  }

  .hero-tool-card-phone {
    right: 32px;
    bottom: 34px;
  }

  .check-grid,
  .get-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .section-pad {
    padding: 56px 0;
  }

  .site-header .btn-small {
    min-height: 42px;
    padding-inline: 12px;
    font-size: 15px;
    white-space: nowrap;
  }

  .nav-shell {
    width: min(100% - 24px, 1240px);
    gap: 12px;
    min-height: 78px;
  }

  .brand {
    flex: 0 0 auto;
  }

  .brand-logo {
    width: 112px;
    max-height: 64px;
  }

  .brand-text {
    display: none;
  }

  .hero h1 {
    font-size: 54px;
  }

  .decor-blue {
    width: 210px;
    height: 210px;
    left: -145px;
    top: 76px;
    opacity: .72;
  }

  .decor-yellow {
    width: 150px;
    height: 150px;
    right: -54px;
    top: 88px;
  }

  .decor-dots {
    display: none;
  }

  .hero-strip {
    font-size: 21px;
    padding-inline: 16px;
  }

  .btn-large,
  .cta-row,
  .price-box .btn {
    width: 100%;
  }

  .course-pills span {
    flex: 1 1 calc(50% - 10px);
    justify-content: center;
    font-size: 16px;
  }

  .benefits-card,
  .curriculum-grid,
  .check-grid,
  .get-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .benefits-card,
  .instructor-card,
  .signup-card,
  .reassurance-box {
    padding: 22px;
    border-radius: 24px;
  }

  .benefits-card article {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 6px 14px;
    text-align: right;
    align-items: center;
  }

  .benefits-card .icon {
    grid-row: span 2;
    width: 58px;
    height: 58px;
    margin: 0;
    font-size: 26px;
  }

  .hero-media {
    min-height: 320px;
  }

  .media-card {
    min-height: 300px;
    border-width: 7px;
  }

  .media-card > img {
    min-height: 300px;
  }

  .media-fallback {
    padding: 34px;
  }

  .hero-visual-core {
    width: min(250px, 76%);
  }

  .media-card .hero-main-icon {
    width: min(222px, 84%);
  }

  .hero-tool-card {
    min-height: 46px;
    padding: 7px 10px;
    border-radius: 14px;
    font-size: 15px;
  }

  .hero-tool-card img {
    width: 34px;
    height: 34px;
  }

  .hero-tool-card-ai {
    top: 22px;
    left: 18px;
  }

  .hero-tool-card-phone {
    right: 18px;
    bottom: 22px;
  }

  .faq-item button {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
