/* Intruzic app alignment — Warm Studio theme. */
  :root {
    color-scheme: light;
    --bg: #f7f1e8;
    --bg2: #f0e7da;
    --panel: #fff;
    --panel2: #fffcf6;
    --text: #1c1b18;
    --muted: #6d675f;
    --muted2: #8b8277;
    --line: rgba(123, 101, 69, .22);
    --cyan: #477c73;
    --blue: #2f665e;
    --violet: #7b6545;
    --purple: #cfb164;
    --mint: #3e8c62;
    --danger: #b85c5c;
    --shadow: 0 24px 70px rgba(63, 42, 27, .13);
  }

  body {
    font-family: Roboto, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
      radial-gradient(circle at 12% 5%, rgba(207, 177, 100, .18), transparent 24rem),
      radial-gradient(circle at 88% 16%, rgba(71, 124, 115, .12), transparent 28rem),
      linear-gradient(180deg, #fffcf6 0, #f7f1e8 45%, #f0e7da 100%);
    color: var(--text);
  }

  .site-header { background: rgba(255, 252, 246, .9); border-color: var(--line); box-shadow: 0 8px 30px rgba(63, 42, 27, .05); }
  .brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    line-height: 1;
  }
  .brand img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 10px;
    flex: 0 0 auto;
  }
  .brand span {
    color: #29231d;
    font-size: 1.42rem;
    font-weight: 850;
    letter-spacing: -.045em;
  }
  .desktop-nav a, .mobile-menu a { color: var(--muted); }
  .desktop-nav a:hover, .desktop-nav a.active, .mobile-menu a:hover, .mobile-menu a.active { color: var(--blue); }
  .desktop-nav a.active:after { background: var(--cyan); box-shadow: none; }
  .menu-toggle { color: var(--text); border-color: var(--line); background: var(--panel); }
  .mobile-menu { background: rgba(255, 252, 246, .98); border-color: var(--line); }
  .mobile-menu nav > a:not(.button) { color: var(--muted); }

  .button-primary { color: #fff; background: linear-gradient(135deg, var(--blue), var(--cyan)); box-shadow: 0 12px 30px rgba(47, 102, 94, .2); }
  .button-primary:hover { box-shadow: 0 16px 36px rgba(47, 102, 94, .27); }
  .button-secondary { color: var(--text); background: rgba(255, 255, 255, .72); border-color: #cbbda9; }
  .button-secondary:hover { border-color: var(--violet); background: #fff; }
  .button-light { color: #fff; background: var(--blue); }
  .eyebrow { color: var(--blue); border-color: rgba(71, 124, 115, .28); background: rgba(71, 124, 115, .09); }

  .hero, .page-hero { border-color: var(--line); }
  .hero-lead, .page-hero p, .section-heading p, .copy-block > p, .feature-card p,
  .instrument-content p, .method-loop-grid p, .principle-cards p, .legal-content p,
  .accessibility-grid p, .faq-help p, .faq-answer p, .price-card p { color: var(--muted); }
  .trust-inline, .coming-stores { color: var(--muted); }
  .trust-inline svg { color: var(--mint); }
  .proof-strip { background: rgba(255, 252, 246, .74); border-color: var(--line); }
  .proof-strip .container > div { border-color: var(--line); }
  .proof-strip small { color: var(--muted2); }
  .proof-strip svg { color: var(--cyan); }
  .section-dark { background: linear-gradient(180deg, rgba(240, 231, 218, .72), rgba(255, 252, 246, .9)); border-color: var(--line); }

  .feature-card, .capability-list > article, .instrument-card, .method-loop-grid article,
  .human-card, .price-card, .contact-card, .contact-form, .faq-help, .legal-nav,
  .accessibility-grid article, .principle-cards article {
    background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 252, 246, .88));
    border-color: var(--line);
    box-shadow: 0 12px 38px rgba(63, 42, 27, .055);
  }
  .feature-card:after { background: rgba(207, 177, 100, .16); }
  .feature-card:hover { border-color: rgba(71, 124, 115, .42); box-shadow: 0 22px 55px rgba(63, 42, 27, .11); }
  .feature-icon, .capability-icon {
    color: var(--blue);
    border-color: rgba(71, 124, 115, .27);
    background: linear-gradient(145deg, rgba(71, 124, 115, .14), rgba(207, 177, 100, .13));
    box-shadow: none;
  }
  .numbered-steps li { border-color: var(--line); }
  .numbered-steps i { color: var(--blue); background: rgba(71, 124, 115, .1); border-color: rgba(71, 124, 115, .27); }
  .numbered-steps small, .floating-feature small, .human-card span { color: var(--muted2); }
  .text-link { color: var(--blue); }
  .method-visual, .instrument-card, .instrument-mini { border-color: var(--line); }
  .method-panel { color: #f7f9ff; background: rgba(14, 17, 22, .88); }
  .floating-feature { color: var(--text); background: rgba(255, 252, 246, .94); border-color: var(--line); }
  .check-list, .instrument-content ul, .contact-card ul, .price-card ul { color: var(--muted); }

  .sync-visual, .world-art, .legal-art { background: radial-gradient(circle, rgba(71, 124, 115, .13), transparent 53%); }
.giant-icon, .world-note { color: var(--cyan); filter: drop-shadow(0 0 22px rgba(71, 124, 115, .18)); }
.giant-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}
  .orbit-dot { background: var(--purple); box-shadow: 0 0 18px rgba(207, 177, 100, .5); }
  .principle-cards svg { color: var(--cyan); }
  .status.current { color: #2f7650; background: #edf7ef; }
  .status.prep { color: var(--blue); background: rgba(71, 124, 115, .11); }
  .status.future { color: var(--violet); background: rgba(207, 177, 100, .17); }

  .recommended { color: #fff; background: linear-gradient(90deg, var(--violet), var(--cyan)); }
  .plan { color: var(--violet); }
  .price-card.featured { border-color: rgba(71, 124, 115, .5); box-shadow: 0 30px 75px rgba(63, 42, 27, .13); }
  .price-status, .comparison-table .head { color: var(--text); background: rgba(240, 231, 218, .72); }
  .comparison-table { background: rgba(255, 255, 255, .7); }

  /* Production pricing page */
  .offers-hero { padding-bottom: 92px; }
  .offers-hero h1 { max-width: 900px; margin-inline: auto; }
  .offers-hero .centered > p:not(.eyebrow) { max-width: 720px; margin-inline: auto; }
  .offers-reassurance {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 28px;
    margin-top: 28px;
    color: var(--muted);
    font-size: .9rem;
    font-weight: 700;
  }
  .offers-reassurance span::first-letter { color: var(--cyan); }
  .billing-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: fit-content;
    margin: 0 auto 34px;
    padding: 9px 18px 9px 9px;
    color: var(--muted);
    border: 1px solid rgba(71, 124, 115, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    font-size: .86rem;
  }
  .billing-note-label {
    padding: 7px 12px;
    color: #fff;
    border-radius: 999px;
    background: var(--cyan);
    font-weight: 800;
  }
  .price-card {
    display: flex;
    flex-direction: column;
  }
  .price-card h2 { margin-bottom: 10px; }
  .plan-description { min-height: 92px; }
  .price-block {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
  }
  .price-number {
    color: var(--text);
    font-family: var(--font-display);
    font-size: clamp(2.45rem, 4vw, 3.35rem);
    line-height: 1;
    letter-spacing: -.055em;
  }
  .price-period { color: var(--muted2); font-size: .9rem; }
  .annual-price {
    min-height: 43px;
    margin-top: 10px;
    padding: 10px 12px;
    color: var(--muted);
    border-radius: 10px;
    background: rgba(240, 231, 218, .72);
    font-size: .82rem;
  }
  .annual-price strong { color: var(--text); }
  .price-card ul { flex: 1; }
  .price-button { width: 100%; margin-top: 8px; }
  .pricing-legal {
    max-width: 940px;
    margin: 24px auto 0;
    color: var(--muted2);
    font-size: .78rem;
    line-height: 1.6;
    text-align: center;
  }
  .offers-faq { background: rgba(240, 231, 218, .42); }
  .offers-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 1020px;
    margin: 42px auto 0;
  }
  .offers-faq-grid article {
    padding: 28px;
    border: 1px solid rgba(123, 101, 69, .16);
    border-radius: 20px;
    background: rgba(255, 255, 255, .76);
  }
  .offers-faq-grid h3 { margin-bottom: 9px; }
  .offers-faq-grid p { margin: 0; }
  .offers-final-cta { margin-bottom: 0; }

  @media (max-width: 900px) {
    .offers-hero { padding-bottom: 70px; }
    .plan-description { min-height: 0; }
  }

  @media (max-width: 680px) {
    .offers-reassurance { align-items: flex-start; flex-direction: column; width: fit-content; margin-inline: auto; text-align: left; }
    .billing-note { align-items: stretch; flex-direction: column; gap: 8px; width: 100%; padding: 10px; border-radius: 18px; text-align: center; }
    .billing-note-label { border-radius: 11px; }
    .offers-faq-grid { grid-template-columns: 1fr; }
    .offers-faq-grid article { padding: 22px; }
  }

  .contact-card > span, .field-meta { color: var(--muted2); }
  .field label { color: var(--text); }
  .field input, .field textarea, .field select { color: var(--text); background: #fff; border-color: #d9ccb9; }
  .field input:focus, .field textarea:focus, .field select:focus { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(71, 124, 115, .1); }
  .field-error { color: var(--danger); }
  .checkbox { color: var(--muted); }
  .faq-item button { color: var(--text); }
  .faq-item button i:before, .faq-item button i:after { background: var(--violet); }
  .legal-nav a { color: var(--muted); }
  .legal-nav a:hover { color: var(--blue); }
  .doc-art span { background: linear-gradient(145deg, #fff, #f0e7da); border-color: rgba(123, 101, 69, .4); }
  .doc-art span:before { background: repeating-linear-gradient(180deg, #a69a89 0 2px, transparent 2px 15px); }
  .accessibility-contact { background: linear-gradient(100deg, rgba(71, 124, 115, .16), rgba(207, 177, 100, .2)); }
  .big-404 { -webkit-text-stroke-color: rgba(71, 124, 115, .55); text-shadow: 0 0 80px rgba(207, 177, 100, .22); }

  .final-cta { color: #fff; background: linear-gradient(110deg, #2f665e, #477c73 58%, #7b6545); }
  .site-footer { background: #1c1b18; border-color: rgba(255, 255, 255, .1); }
  .site-footer .brand img { width: 50px; height: 50px; border-radius: 10px; filter: none; }
  .site-footer .brand span { color: #fffaf4; }
  .footer-brand p, .footer-grid > div > a:not(.brand):not(.footer-mail) { color: #b9b0a5; }
  .footer-grid > div > a:hover { color: #fff; }
  .footer-bottom { color: #938a7f; border-color: rgba(255, 255, 255, .1); }
  :focus-visible { outline-color: #cfb164; }

  @media (max-width: 900px) {
    .brand img { width: 40px; height: 40px; border-radius: 9px; }
    .brand span { font-size: 1.28rem; }
    .site-footer .brand img { width: 46px; height: 46px; border-radius: 9px; }
  }

/* The home hero uses real app screens inside the existing device shells. */
.phone-screen-real {
  overflow: hidden;
  padding: 0;
  background: #f8f2e8;
}

.phone-screen-real > :not(.hero-app-capture) {
  display: none !important;
}

.hero-app-capture {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
}

/* Real app captures, always rendered at their native portrait ratio. */
.app-screenshot {
  width: min(100%, 720px);
  margin: 0 auto;
}

.app-screenshot-gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 14px;
  padding: 22px 4px 0;
}

.app-screen-card {
  min-width: 0;
  text-align: center;
}

.app-screen-card-main {
  position: relative;
  z-index: 2;
  transform: translateY(-18px);
}

.app-screen-card-back {
  transform: rotate(-3deg) translateX(8px);
  transform-origin: right center;
}

.app-screen-card-front {
  transform: rotate(3deg) translateX(-8px);
  transform-origin: left center;
}

.app-screen-frame {
  position: relative;
  aspect-ratio: 720 / 1560;
  overflow: hidden;
  padding: 4px;
  border: 1px solid rgba(71, 124, 115, .3);
  border-radius: 25px;
  background: #171410;
  box-shadow:
    0 24px 55px rgba(36, 31, 25, .22),
    0 0 0 6px rgba(255, 255, 255, .58);
}

.app-screen-frame img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: contain;
  background: #f8f2e8;
}

.app-screen-card > span {
  display: inline-block;
  margin-top: 14px;
  color: var(--text);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .02em;
}

.app-screenshot figcaption {
  max-width: 46ch;
  margin: 18px auto 0;
  color: var(--muted2);
  font-size: .78rem;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 640px) {
  .proof-strip .container > div { border-color: var(--line); }
  .app-screenshot { width: 100%; }
  .app-screenshot-gallery {
    gap: 8px;
    padding-inline: 0;
  }
  .app-screen-frame {
    padding: 2px;
    border-radius: 16px;
    box-shadow:
      0 16px 32px rgba(36, 31, 25, .2),
      0 0 0 3px rgba(255, 255, 255, .55);
  }
  .app-screen-frame img { border-radius: 13px; }
  .app-screen-card-main { transform: translateY(-10px); }
  .app-screen-card-back { transform: rotate(-2deg) translateX(3px); }
  .app-screen-card-front { transform: rotate(2deg) translateX(-3px); }
  .app-screen-card > span { margin-top: 9px; font-size: .58rem; }
}

/* Download */
.download-hero {
  padding: clamp(72px, 9vw, 130px) 0 64px;
  background:
    radial-gradient(circle at 82% 22%, rgba(64, 132, 115, .22), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(213, 180, 91, .2), transparent 32%),
    linear-gradient(145deg, #fffdf8, #eee7da);
}

.download-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
}

.download-hero h1 { max-width: 760px; margin: 18px 0 22px; }
.download-lead { max-width: 680px; font-size: clamp(1.08rem, 1.8vw, 1.3rem); }
.download-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-top: 34px; }
.download-actions span { color: var(--muted, #746e65); font-size: .88rem; font-weight: 700; }
.download-main-button { min-height: 58px; padding-inline: 26px; }

.download-trust { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 24px 0 0; padding: 0; list-style: none; }
.download-trust li { display: flex; align-items: center; gap: 8px; color: #35554c; font-size: .9rem; font-weight: 700; }
.download-trust svg { width: 18px; height: 18px; }

.download-brand-card {
  position: relative;
  display: flex;
  min-height: 420px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 42px;
  color: #fff;
  background: linear-gradient(145deg, #111b31, #032c37 58%, #346f62);
  box-shadow: 0 34px 70px rgba(28, 42, 39, .27);
}
.download-brand-card img { position: relative; z-index: 1; width: 190px; height: 190px; object-fit: contain; filter: drop-shadow(0 20px 28px rgba(0,0,0,.22)); }
.download-brand-card strong { position: relative; z-index: 1; margin-top: 14px; font-size: 2rem; }
.download-brand-card small { position: relative; z-index: 1; margin-top: 5px; color: rgba(255,255,255,.72); letter-spacing: .06em; }
.download-orbit { position: absolute; width: 360px; height: 360px; border: 1px solid rgba(218, 187, 104, .35); border-radius: 50%; }
.download-orbit::after { content: ""; position: absolute; inset: 46px; border: 1px solid rgba(255,255,255,.12); border-radius: inherit; }

.download-platforms { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.download-platform { display: grid; grid-template-columns: auto 1fr; gap: 22px; padding: clamp(28px, 4vw, 44px); border: 1px solid rgba(39, 91, 80, .15); border-radius: 28px; background: #fffdf9; box-shadow: 0 20px 44px rgba(43, 36, 25, .08); }
.download-platform.upcoming { opacity: .82; background: #f3efe7; }
.download-platform h2 { margin: 6px 0 12px; }
.download-platform .button { margin-top: 14px; }
.platform-icon { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 17px; color: #fff; background: #397a6c; }
.platform-icon svg { width: 27px; height: 27px; }

.install-card { padding: clamp(32px, 5vw, 58px); border-radius: 32px; color: #fff; background: linear-gradient(130deg, #10192d, #06333b); }
.install-card h2 { max-width: 650px; margin-top: 10px; }
.install-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 34px 0 0; padding: 0; list-style: none; counter-reset: none; }
.install-steps li { display: flex; gap: 15px; padding: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.06); }
.install-steps li > span { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #142521; background: #d7b863; font-weight: 900; }
.install-steps strong { font-size: 1rem; }
.install-steps p { margin: 6px 0 0; color: rgba(255,255,255,.7); font-size: .88rem; }
.download-checksum { margin: 26px 0 0; color: rgba(255,255,255,.67); font-size: .76rem; overflow-wrap: anywhere; }
.download-checksum code { color: rgba(255,255,255,.86); }

@media (max-width: 900px) {
  .download-hero-grid { grid-template-columns: 1fr; }
  .download-brand-card { min-height: 340px; }
  .download-platforms, .install-steps { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .download-hero { padding-top: 54px; }
  .download-actions { align-items: stretch; flex-direction: column; }
  .download-actions .button { width: 100%; }
  .download-brand-card { min-height: 300px; border-radius: 28px; }
  .download-brand-card img { width: 150px; height: 150px; }
  .download-platform { grid-template-columns: 1fr; }
}

/* Instrument gallery: real instruments, consistent framing and card alignment. */
.instrument-page-grid {
  align-items: stretch;
  gap: 22px;
}

.instrument-card {
  grid-template-columns: 1fr;
  grid-template-rows: 292px 1fr;
  min-height: 0;
  height: 100%;
}

.instrument-card.large,
.instrument-card.world {
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  grid-template-rows: 440px;
}

.instrument-media {
  display: block;
  min-width: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #e8ddcc;
}

.instrument-card .instrument-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.instrument-media-piano img { object-position: 50% 54%; }
.instrument-media-guitar img { object-position: 50% 58%; }
.instrument-media-voice img { object-position: 50% 48%; }
.instrument-media-percussion img { object-position: 50% 57%; }
.instrument-media-world img { object-position: 50% 54%; }

.instrument-card .instrument-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.instrument-card.large .instrument-content,
.instrument-card.world .instrument-content {
  justify-content: center;
  padding: 38px;
}

@media (max-width: 900px) {
  .instrument-card.large,
  .instrument-card.world {
    grid-template-columns: 1fr;
    grid-template-rows: 320px auto;
  }

  .instrument-card.large .instrument-content,
  .instrument-card.world .instrument-content {
    justify-content: flex-start;
    padding: 30px;
  }
}

@media (max-width: 640px) {
  .instrument-page-grid { gap: 16px; }

  .instrument-card,
  .instrument-card.large,
  .instrument-card.world {
    grid-template-rows: 230px auto;
  }

  .instrument-card .instrument-content,
  .instrument-card.large .instrument-content,
  .instrument-card.world .instrument-content {
    padding: 24px;
  }
}

/* Fonctionnalités — parcours de cours illustré avec les vrais écrans de l’app */
.course-capture-stage {
  position: relative;
  width: min(100%, 760px);
  min-height: 660px;
  margin: 0 auto;
  isolation: isolate;
}

.course-capture-card {
  position: absolute;
  width: 205px;
  margin: 0;
}

.course-capture-card-path {
  top: 126px;
  left: 0;
  transform: rotate(-4deg);
  z-index: 1;
}

.course-capture-card-lesson {
  top: 8px;
  left: 50%;
  width: 270px;
  transform: translateX(-50%);
  z-index: 3;
}

.course-capture-card-practice {
  top: 126px;
  right: 0;
  transform: rotate(4deg);
  z-index: 2;
}

.course-capture-phone {
  overflow: hidden;
  aspect-ratio: 720 / 1560;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 34px;
  background: #111a2c;
  box-shadow:
    0 30px 64px rgba(35, 31, 26, .2),
    0 8px 20px rgba(35, 31, 26, .12);
  animation: course-capture-float 6.5s ease-in-out infinite;
}

.course-capture-card-path .course-capture-phone { animation-delay: -2.2s; }
.course-capture-card-practice .course-capture-phone { animation-delay: -4.4s; }

.course-capture-phone img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: 27px;
  object-fit: contain;
  background: #071225;
}

.course-capture-label {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  max-width: 230px;
  margin: 14px auto 0;
  padding: 11px 14px 11px 11px;
  border: 1px solid rgba(62, 122, 111, .16);
  border-radius: 16px;
  background: rgba(255, 252, 247, .92);
  box-shadow: 0 14px 34px rgba(35, 31, 26, .1);
  backdrop-filter: blur(12px);
  transform: rotate(0deg);
}

.course-capture-step {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--teal, #3e7a6f);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .05em;
}

.course-capture-label b,
.course-capture-label small {
  display: block;
}

.course-capture-label b {
  color: var(--ink, #201d19);
  font-size: .88rem;
  line-height: 1.2;
}

.course-capture-label small {
  margin-top: 3px;
  color: var(--muted, #746e65);
  font-size: .68rem;
  line-height: 1.3;
}

.course-capture-stage figcaption {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  color: var(--muted, #746e65);
  font-size: .76rem;
  letter-spacing: .01em;
  text-align: center;
}

@keyframes course-capture-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

@media (prefers-reduced-motion: reduce) {
  .course-capture-phone { animation: none; }
}

@media (max-width: 1180px) {
  .course-capture-stage {
    min-height: 650px;
    margin-top: 16px;
  }
}

@media (max-width: 720px) {
  .course-capture-stage {
    display: flex;
    width: auto;
    min-height: 0;
    margin: 18px -20px 0;
    padding: 16px 20px 26px;
    gap: 16px;
    overflow-x: auto;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .course-capture-stage::-webkit-scrollbar { display: none; }

  .course-capture-card,
  .course-capture-card-path,
  .course-capture-card-lesson,
  .course-capture-card-practice {
    position: relative;
    inset: auto;
    flex: 0 0 min(72vw, 270px);
    width: auto;
    transform: none;
    scroll-snap-align: center;
  }

  .course-capture-card-lesson { order: -1; }

  .course-capture-stage figcaption {
    display: none;
  }
}

.inline-real-capture {
  width: min(100%, 300px);
  margin: 0 auto;
}

.inline-real-capture .course-capture-phone {
  animation-delay: -1.6s;
}

.inline-real-capture figcaption {
  margin-top: 16px;
  text-align: center;
}

.inline-real-capture figcaption b,
.inline-real-capture figcaption span {
  display: block;
}

.inline-real-capture figcaption b {
  color: var(--ink, #201d19);
}

.inline-real-capture figcaption span {
  margin-top: 4px;
  color: var(--muted, #746e65);
  font-size: .78rem;
}

.hero-method {
  min-height: 590px;
  overflow: visible;
  border: 0;
  background: none !important;
  box-shadow: none;
}

.hero-method::before,
.hero-method::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.method-app-captures {
  position: absolute;
  inset: 28px;
  background: none;
}

.method-app-captures::before,
.method-app-captures::after {
  content: none;
  display: none;
}

.method-app-screen {
  position: absolute;
  width: 43%;
  margin: 0;
  text-align: center;
}

.method-app-screen-plan {
  left: 8%;
  top: 9%;
  transform: rotate(-5deg);
}

.method-app-screen-lesson {
  right: 7%;
  top: 2%;
  z-index: 2;
  transform: rotate(4deg);
}

.method-device {
  padding: 7px;
  overflow: hidden;
  border: 2px solid #1d211f;
  border-radius: 28px;
  background: #151917;
  box-shadow: 0 24px 44px rgba(36, 29, 20, .25);
}

.method-visual .method-device img {
  width: 100%;
  height: auto;
  aspect-ratio: 720 / 1560;
  border-radius: 21px;
  object-fit: contain;
}

.method-app-screen figcaption {
  display: inline-block;
  margin-top: 10px;
  padding: 7px 12px;
  border: 1px solid rgba(39, 91, 80, .18);
  border-radius: 999px;
  color: #253c36;
  background: rgba(255, 253, 248, .92);
  box-shadow: 0 8px 22px rgba(36, 29, 20, .1);
  font-size: .72rem;
  font-weight: 800;
}

@media (max-width: 900px) {
  .hero-method { min-height: 540px; }
}

@media (max-width: 640px) {
  .hero-method { min-height: 470px; }
  .method-app-captures { inset: 20px 10px; }
  .method-app-screen { width: 47%; }
  .method-app-screen-plan { left: 3%; }
  .method-app-screen-lesson { right: 2%; }
  .method-device { border-radius: 22px; }
  .method-visual .method-device img { border-radius: 16px; }
}

.progress-4 { --p: 4%; }
.progress-35 { --p: 35%; }
.progress-72 { --p: 72%; }
.height-30 { --h: 30%; }
.height-35 { --h: 35%; }
.height-42 { --h: 42%; }
.height-44 { --h: 44%; }
.height-48 { --h: 48%; }
.height-55 { --h: 55%; }
.height-58 { --h: 58%; }
.height-68 { --h: 68%; }
.height-70 { --h: 70%; }
.height-80 { --h: 80%; }
.height-85 { --h: 85%; }
.height-92 { --h: 92%; }
