:root {
  --bg: #08090b;
  --bg-2: #0f1115;
  --panel: rgba(255, 255, 255, 0.07);
  --panel-strong: rgba(255, 255, 255, 0.12);
  --line: rgba(255, 255, 255, 0.16);
  --line-bright: rgba(232, 238, 244, 0.38);
  --text: #f5f7f8;
  --muted: #a8afb7;
  --soft: #d4d9df;
  --accent: #e7edf3;
  --orange: #ff7a00;
  --orange-soft: #ffb13b;
  --orange-deep: #c94f00;
  --accent-dark: #20252b;
  --green: #20e277;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --radius: 24px;
  --max: 1210px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 8%, rgba(255, 122, 0, 0.22), transparent 30rem),
    radial-gradient(circle at 14% 34%, rgba(136, 148, 158, 0.14), transparent 28rem),
    linear-gradient(180deg, #060709 0%, #0a0b0e 48%, #111318 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 35%, rgba(255, 122, 0, 0.14) 35.3%, transparent 35.8%),
    linear-gradient(145deg, transparent 0 62%, rgba(255, 255, 255, 0.045) 62.2%, transparent 62.8%);
  opacity: 0.7;
}

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

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 999;
  padding: 0.8rem 1rem;
  background: var(--text);
  color: var(--bg);
  border-radius: 999px;
}

.skip-link:focus {
  top: 1rem;
}

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

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

section[id] {
  scroll-margin-top: 116px;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 100;
  padding: 0 20px;
}

.nav-shell {
  width: min(1180px, calc(100vw - 40px));
  min-height: 64px;
  margin: 0 auto;
  padding: 9px 10px 9px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(12, 13, 16, 0.74);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-bright);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--orange-soft), var(--orange));
  color: #0b0d10;
  font-size: 0.72rem;
  font-weight: 900;
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.35), 0 0 34px rgba(255, 122, 0, 0.3);
}

.menu {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--soft);
  font-size: 0.94rem;
  font-weight: 700;
}

.menu a:not(.nav-cta):hover {
  color: white;
}

.nav-cta {
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange-soft), var(--orange));
  color: #090a0c;
  box-shadow: 0 12px 32px rgba(255, 122, 0, 0.28);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--panel);
  color: white;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  padding-top: 84px;
  min-height: 100vh;
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 62px;
  align-items: center;
}

.course-line,
.section-label {
  margin: 0 0 18px;
  color: var(--orange-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 6.7rem);
  line-height: 0.92;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 0 26px rgba(255, 122, 0, 0.34), 0 8px 28px rgba(255, 122, 0, 0.18);
  text-wrap: balance;
}

h1 span {
  display: block;
  background: linear-gradient(180deg, #fff 0%, #fff7ec 48%, var(--orange-soft) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 4.65rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.08;
}

.hero-subtitle {
  margin: 28px 0 4px;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 900;
  color: white;
  text-wrap: balance;
}

.hero-kicker {
  margin: 0 0 22px;
  color: var(--soft);
  font-weight: 800;
  max-width: 100%;
}

.hero-text,
.content-panel p,
.section-head p,
.faq-copy p,
.platform-copy p {
  color: var(--muted);
  font-size: 1.02rem;
}

.hero-text {
  text-align: justify;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn {
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 14px 22px;
  border-radius: 13px;
  border: 1px solid var(--line);
  font-weight: 900;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn small {
  display: block;
  margin-top: 2px;
  font-size: 0.67rem;
  color: inherit;
  opacity: 0.72;
}

.btn-primary {
  background: linear-gradient(135deg, var(--orange-soft) 0%, var(--orange) 54%, var(--orange-deep) 100%);
  color: #08090b;
  box-shadow: 0 20px 48px rgba(255, 122, 0, 0.28);
}

.btn-secondary {
  background: rgba(255, 122, 0, 0.08);
  color: white;
  border-color: rgba(255, 122, 0, 0.28);
}

.btn-whatsapp {
  background: rgba(32, 226, 119, 0.08);
  border-color: rgba(32, 226, 119, 0.78);
  box-shadow: 0 18px 42px rgba(32, 226, 119, 0.12);
}

.btn-whatsapp:hover {
  border-color: #20e277;
  box-shadow: 0 22px 52px rgba(32, 226, 119, 0.2);
}

.btn-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 9px;
  font-weight: 900;
}

.whatsapp-icon {
  width: 34px;
  height: 34px;
  border: 0;
  color: #20e277;
  padding: 0;
}

.whatsapp-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 26px 0 0;
  padding: 0;
  color: var(--soft);
  list-style: none;
  font-weight: 800;
}

.trust-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 9px;
  border: 1px solid var(--orange-soft);
  transform: rotate(45deg);
}

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

.hero-frame,
.media-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-bright);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.hero-frame {
  width: min(660px, 100%);
  margin: 0;
  aspect-ratio: 0.88;
  border-color: rgba(255, 122, 0, 0.36);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 122, 0, 0.18), transparent 24rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  box-shadow: 0 24px 58px rgba(255, 122, 0, 0.24), 0 28px 80px rgba(0, 0, 0, 0.36);
}

.hero-frame img,
.hero-frame video,
.media-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.76) sepia(0.18) saturate(1.18) contrast(1.12) brightness(0.9);
}

.hero-frame video {
  display: block;
}

.hero-frame::after,
.media-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(255,255,255,0.18), transparent 36%, rgba(255,255,255,0.08));
  mix-blend-mode: screen;
  pointer-events: none;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(255, 122, 0, 0.28);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  width: 640px;
  height: 640px;
  animation: spin 22s linear infinite;
}

.orbit-two {
  width: 480px;
  height: 480px;
  border-style: dashed;
  opacity: 0.62;
  animation: spin 34s linear infinite reverse;
}

.float-note {
  position: absolute;
  right: 4%;
  bottom: 16%;
  max-width: 250px;
  padding: 22px;
  border: 1px solid rgba(255, 122, 0, 0.42);
  border-radius: 16px;
  background: rgba(18, 20, 24, 0.78);
  backdrop-filter: blur(16px);
  color: white;
  font-weight: 900;
  box-shadow: var(--shadow);
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.stat-row article,
.benefit-slide,
.testimonial-grid article,
.feature-list article,
.accordion details,
.content-panel,
.platform-copy,
.faq-copy {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.035));
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.stat-row article {
  min-height: 154px;
  padding: 28px;
  border-radius: 20px;
}

.stat-row span {
  display: block;
  color: var(--orange-soft);
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1;
  font-weight: 950;
}

.stat-row p {
  margin: 10px 0 0;
  color: var(--muted);
}

.split-grid,
.platform-grid,
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: stretch;
}

.reverse .media-panel {
  order: 2;
}

.media-panel {
  min-height: 440px;
}

.content-panel,
.platform-copy,
.faq-copy {
  padding: clamp(28px, 5vw, 58px);
  border-radius: var(--radius);
}

.intro .content-panel {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intro .content-panel h2 {
  max-width: 620px;
  font-size: clamp(2.35rem, 4.2vw, 4.35rem);
}

.intro .content-panel p:last-child {
  max-width: 620px;
  margin-bottom: 0;
}

.showcase .split-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.showcase .content-panel h2 {
  font-size: clamp(2.2rem, 3.7vw, 4.05rem);
  line-height: 1.08;
}

.showcase .content-panel > p:not(.section-label) {
  text-align: justify;
}

.orange-copy {
  color: var(--orange-soft) !important;
  text-align: justify;
}

.play {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange-soft), var(--orange));
  color: #08090b;
}

.video-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  height: 100%;
  min-height: 560px;
}

.video-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 0;
  border: 1px solid rgba(255, 122, 0, 0.32);
  border-radius: var(--radius);
  background: rgba(255, 122, 0, 0.08);
  box-shadow: 0 20px 48px rgba(255, 122, 0, 0.16);
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.video-card:hover,
.video-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 177, 59, 0.72);
  box-shadow: 0 24px 58px rgba(255, 122, 0, 0.28);
}

.video-card:focus-visible {
  outline: 2px solid rgba(255, 177, 59, 0.86);
  outline-offset: 4px;
}

.video-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.72) sepia(0.18) saturate(1.12) contrast(1.08) brightness(0.76);
  transition: transform 240ms ease, filter 240ms ease;
}

.video-card:hover img {
  transform: scale(1.035);
  filter: grayscale(0.48) sepia(0.25) saturate(1.22) contrast(1.1) brightness(0.82);
}

.video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 8%, rgba(8, 9, 11, 0.18) 36%, rgba(8, 9, 11, 0.92));
}

.video-card-content {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px;
  color: white;
  font-weight: 900;
}

.video-card-content small {
  display: block;
  margin-top: 2px;
  color: var(--soft);
  font-size: 0.78rem;
}

.video-card iframe {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  border: 0;
  background: #08090b;
}

.video-card.is-playing::after,
.video-card.is-playing img,
.video-card.is-playing .video-card-content {
  opacity: 0;
  pointer-events: none;
}

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

.feature-list article {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 92px;
  padding: 24px;
  border-radius: 18px;
}

.feature-list article strong {
  color: white;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: 0;
}

.feature-list span,
.benefit-slide span {
  color: var(--orange-soft);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.feature-list span {
  min-width: 58px;
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.section-head {
  max-width: 850px;
  margin-bottom: 34px;
}

.accordion {
  display: grid;
  gap: 12px;
}

.accordion details {
  border-radius: 16px;
  overflow: hidden;
}

.accordion summary {
  position: relative;
  min-height: 68px;
  padding: 21px 58px 21px 24px;
  cursor: pointer;
  color: white;
  font-weight: 900;
  list-style: none;
}

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

.accordion summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  translate: 0 -50%;
  color: var(--orange-soft);
  font-size: 1.5rem;
}

.accordion details[open] summary::after {
  content: "-";
}

.accordion p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--muted);
}

.module-accordion p {
  color: var(--orange-soft);
}

.module-accordion {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: start;
}

.module-accordion details {
  border-color: rgba(255, 122, 0, 0.22);
  box-shadow: 0 18px 42px rgba(255, 122, 0, 0.12);
}

.module-accordion summary {
  min-height: 86px;
  padding: 20px 48px 20px 20px;
  line-height: 1.28;
}

.module-accordion p {
  padding: 0 20px 20px;
  text-align: justify;
}

.cta-band {
  padding-block: 54px;
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--line-bright);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 122, 0, 0.24), transparent 28rem),
    linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04));
}

.cta-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.cta-grid p {
  text-align: justify;
}

.cta-actions {
  min-width: 280px;
  margin-top: 0;
  flex-direction: column;
}

.cta-actions .btn {
  width: 100%;
}

.benefit-carousel {
  position: relative;
  min-height: 480px;
  padding: 6px 74px 54px;
}

.carousel-stage {
  position: relative;
  height: 420px;
  perspective: 1200px;
}

.benefit-slide {
  position: absolute;
  inset: 0;
  width: min(440px, 70vw);
  min-height: 420px;
  margin: auto;
  overflow: hidden;
  border: 1px solid rgba(255, 122, 0, 0.28);
  border-radius: 22px;
  box-shadow: 0 20px 48px rgba(255, 122, 0, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateX(0) scale(0.72);
  transition: transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 620ms ease, filter 620ms ease, box-shadow 620ms ease, border-color 620ms ease;
}

.benefit-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 7, 9, 0.05) 0%, rgba(6, 7, 9, 0.18) 38%, rgba(6, 7, 9, 0.92) 100%);
  pointer-events: none;
}

.benefit-slide img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  filter: grayscale(0.82) contrast(1.12);
}

.benefit-slide-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 28px;
  opacity: 0.24;
  transition: opacity 420ms ease;
}

.benefit-slide h3 {
  margin: 18px 0 8px;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1;
}

.benefit-slide p {
  margin: 0;
  color: var(--soft);
  font-weight: 850;
  text-transform: uppercase;
}

.benefit-slide.is-active {
  z-index: 5;
  border-color: rgba(255, 177, 59, 0.56);
  box-shadow: 0 24px 58px rgba(255, 122, 0, 0.28), 0 0 0 1px rgba(255, 177, 59, 0.14);
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1) rotateY(0);
  filter: none;
}

.benefit-slide.is-active .benefit-slide-content {
  opacity: 1;
}

.benefit-slide.is-prev {
  z-index: 4;
  box-shadow: 0 18px 42px rgba(255, 122, 0, 0.16);
  opacity: 0.78;
  transform: translateX(-58%) scale(0.82) rotateY(13deg);
  filter: brightness(0.82);
}

.benefit-slide.is-next {
  z-index: 4;
  box-shadow: 0 18px 42px rgba(255, 122, 0, 0.16);
  opacity: 0.78;
  transform: translateX(58%) scale(0.82) rotateY(-13deg);
  filter: brightness(0.82);
}

.benefit-slide.is-far-prev {
  z-index: 3;
  opacity: 0.42;
  transform: translateX(-96%) scale(0.64) rotateY(18deg);
  filter: brightness(0.62) blur(0.3px);
}

.benefit-slide.is-far-next {
  z-index: 3;
  opacity: 0.42;
  transform: translateX(96%) scale(0.64) rotateY(-18deg);
  filter: brightness(0.62) blur(0.3px);
}

.carousel-control {
  position: absolute;
  top: 42%;
  z-index: 8;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 177, 59, 0.42);
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(255, 122, 0, 0.96), rgba(201, 79, 0, 0.95));
  color: #111318;
  font-size: 2.6rem;
  line-height: 0;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(255, 122, 0, 0.22);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.carousel-control:hover,
.carousel-control:focus-visible {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 22px 48px rgba(255, 122, 0, 0.34);
  outline: none;
}

.carousel-control-prev {
  left: 10px;
}

.carousel-control-next {
  right: 10px;
}

.carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 8;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.carousel-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.carousel-dots button.is-active {
  width: 28px;
  background: var(--orange);
}

.seal-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.seal-row img {
  max-height: 94px;
  width: auto;
  filter: grayscale(1) contrast(1.08);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.testimonial-grid article {
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: start;
  column-gap: 18px;
  min-height: 0;
  padding: 18px;
  border: 1px solid rgba(255, 122, 0, 0.3);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 122, 0, 0.035));
  box-shadow: 0 20px 48px rgba(255, 122, 0, 0.16);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

#depoimentos .section-label {
  color: var(--orange-soft);
}

.testimonial-grid article:hover {
  border-color: rgba(255, 177, 59, 0.52);
  box-shadow: 0 24px 58px rgba(255, 122, 0, 0.28);
  transform: translateY(-2px);
}

.testimonial-grid img {
  grid-row: 1 / 4;
  width: 72px;
  height: 72px;
  border: 2px solid rgba(255, 177, 59, 0.66);
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(255, 122, 0, 0.24);
}

.city {
  margin: 0 0 6px;
  color: var(--orange-soft);
  font-size: 0.78rem;
  font-weight: 950;
}

.testimonial-grid h3 {
  margin: 0 0 8px;
  font-size: clamp(1rem, 1.7vw, 1.2rem);
}

.testimonial-grid article > p:last-child {
  color: var(--muted);
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.52;
}

.faq-layout {
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
}

.compact {
  margin-top: 24px;
}

.faq-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.faq-copy h2 {
  font-size: clamp(2.05rem, 3.1vw, 3.35rem);
  line-height: 1;
}

.faq-copy > p:not(.section-label) {
  text-align: justify;
}

.faq-copy .compact {
  flex-direction: column;
  align-items: stretch;
}

.faq-copy .compact .btn {
  width: 100%;
}

.faq-accordion {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.faq-accordion details {
  border-color: rgba(255, 122, 0, 0.24);
  box-shadow: 0 18px 42px rgba(255, 122, 0, 0.12);
}

.faq-accordion summary {
  min-height: 64px;
  padding: 18px 48px 18px 20px;
  font-size: 0.95rem;
  line-height: 1.3;
}

.faq-accordion p {
  padding: 0 20px 20px;
  text-align: justify;
  font-size: 0.94rem;
}

.trust-badge-section {
  padding: 18px 0 34px;
}

.trust-badge-card {
  display: grid;
  place-items: center;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid rgba(255, 122, 0, 0.28);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 122, 0, 0.16), transparent 22rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  box-shadow: 0 20px 48px rgba(255, 122, 0, 0.16);
  backdrop-filter: blur(14px);
}

.trust-badge-card img {
  width: min(633px, 100%);
  height: auto;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.26));
}

.final-offer {
  padding-top: 40px;
}

.final-offer-card {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.72fr);
  align-items: center;
  gap: clamp(28px, 5vw, 74px);
  padding: clamp(30px, 5vw, 62px);
  border: 1px solid var(--line-bright);
  border-radius: 28px;
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 122, 0, 0.15), transparent 24rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.final-offer-copy .section-label {
  color: var(--orange-soft);
}

.final-offer-copy h2 {
  max-width: 760px;
  margin: 12px 0 18px;
  font-size: clamp(2.45rem, 5vw, 4.9rem);
  line-height: 1.06;
}

.final-offer-copy p:not(.section-label) {
  max-width: 760px;
  color: var(--soft);
  font-size: 1.08rem;
  text-align: justify;
}

.final-offer-actions {
  margin-top: 28px;
}

.sale-panel {
  display: flex;
  min-height: 520px;
  padding: 22px 16px 18px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid rgba(255, 177, 59, 0.58);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 122, 0, 0.19), transparent 15rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035));
  box-shadow: 0 24px 58px rgba(255, 122, 0, 0.25);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sale-panel:hover,
.sale-panel:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 177, 59, 0.9);
  box-shadow: 0 30px 74px rgba(255, 122, 0, 0.34);
  outline: none;
}

.sale-security-img {
  width: min(100%, 300px);
  height: auto;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.28));
}

.security-row,
.payment-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.security-row span,
.payment-row span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.24);
  color: var(--soft);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.security-row span {
  color: #dfffea;
  border-color: rgba(32, 226, 119, 0.32);
}

.price-box {
  width: min(100%, 300px);
  padding: 18px 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--orange-soft), var(--orange) 54%, var(--orange-deep));
  color: #090a0c;
  text-align: center;
  box-shadow: 0 18px 42px rgba(255, 122, 0, 0.28);
}

.price-box small,
.price-box strong,
.price-box span {
  display: block;
  text-transform: uppercase;
}

.price-box small {
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.price-box strong {
  margin-top: 4px;
  font-size: clamp(2.4rem, 5.2vw, 4.05rem);
  line-height: 1;
  font-weight: 950;
}

.price-box span {
  margin-top: 8px;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.05em;
}

.qr-card {
  width: 208px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  border: 12px solid white;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.36);
}

.qr-card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.sale-panel p {
  max-width: 260px;
  margin: 0;
  color: var(--soft);
  text-align: center;
  font-size: 0.94rem;
}

.purchase-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 120;
  display: flex;
  gap: 16px;
  align-items: center;
  width: min(360px, calc(100vw - 44px));
  padding: 18px;
  border: 1px solid rgba(32, 226, 119, 0.45);
  border-radius: 18px;
  background: rgba(13, 15, 18, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  transform: translateY(calc(100% + 40px));
  opacity: 0;
  transition: transform 280ms ease, opacity 280ms ease;
}

.purchase-toast.show {
  transform: translateY(0);
  opacity: 1;
}

.toast-check {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 2px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  font-weight: 950;
  font-size: 1.4rem;
}

.purchase-toast p {
  margin: 2px 0 0;
  color: var(--muted);
}

.site-footer {
  padding: 44px 0;
  border-top: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.18);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.site-footer p {
  max-width: 480px;
  color: var(--muted);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--soft);
  font-weight: 800;
}

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


@keyframes spin {
  to {
    rotate: 360deg;
  }
}

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

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

@media (max-width: 1040px) {
  .hero-grid,
  .split-grid,
  .platform-grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 520px;
  }

  .reverse .media-panel {
    order: 0;
  }

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

  .benefit-carousel {
    padding-inline: 56px;
  }

  .benefit-slide.is-prev {
    transform: translateX(-45%) scale(0.78) rotateY(10deg);
  }

  .benefit-slide.is-next {
    transform: translateX(45%) scale(0.78) rotateY(-10deg);
  }

  .benefit-slide.is-far-prev,
  .benefit-slide.is-far-next {
    opacity: 0;
  }

  .faq-accordion {
    grid-template-columns: 1fr;
  }

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

  .sale-panel {
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 10px;
  }

  .nav-shell {
    border-radius: 26px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: block;
  }

  .menu {
    display: none;
    width: 100%;
    padding: 14px 6px 4px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .menu.is-open {
    display: flex;
  }

  .menu a {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
  }

  .nav-cta {
    text-align: center;
  }

  .container {
    width: min(calc(100vw - 28px), var(--max));
  }

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

  .hero {
    padding-top: 50px;
  }

  h1 {
    font-size: clamp(2.45rem, 10vw, 3.35rem);
    max-width: 100%;
  }

  .course-line,
  .section-label {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .hero-subtitle {
    font-size: clamp(1.15rem, 5vw, 1.35rem);
    max-width: 94%;
  }

  .hero-kicker,
  .hero-text {
    max-width: 94%;
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.25rem);
  }

  .hero-actions,
  .footer-grid,
  .footer-links {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-frame {
    aspect-ratio: 0.86;
  }

  .orbit {
    display: none;
  }

  .float-note {
    position: static;
    max-width: none;
    margin-top: 14px;
  }

  .stat-row,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .benefit-carousel {
    min-height: 440px;
    padding: 0 0 56px;
  }

  .carousel-stage {
    height: 390px;
  }

  .benefit-slide {
    width: min(315px, 82vw);
    min-height: 390px;
  }

  .benefit-slide img {
    min-height: 390px;
  }

  .benefit-slide.is-prev {
    transform: translateX(-34%) scale(0.72) rotateY(8deg);
  }

  .benefit-slide.is-next {
    transform: translateX(34%) scale(0.72) rotateY(-8deg);
  }

  .benefit-slide:not(.is-active) .benefit-slide-content {
    opacity: 0;
  }

  .carousel-control {
    top: auto;
    bottom: 0;
    width: 46px;
    height: 46px;
    font-size: 2.2rem;
  }

  .carousel-control-prev {
    left: calc(50% - 116px);
  }

  .carousel-control-next {
    right: calc(50% - 116px);
  }

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

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

  .final-offer-card {
    padding: 28px 18px;
    border-radius: 22px;
  }

  .final-offer-copy h2 {
    font-size: clamp(2.05rem, 10vw, 3.35rem);
  }

  .final-offer-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .sale-panel {
    min-height: auto;
    padding: 20px 14px;
  }

  .qr-card {
    width: min(196px, 72vw);
  }

  .faq-copy .compact {
    flex-direction: column;
  }

  .testimonial-grid article {
    min-height: auto;
  }
}
