:root {
  --black: #050607;
  --charcoal: #11161a;
  --panel: #191e22;
  --panel-soft: #22272b;
  --steel: #9aa1a5;
  --text: #f7f1e4;
  --muted: #c8c0b0;
  --gold: #d7a955;
  --gold-bright: #f5d68a;
  --gold-dark: #8f6730;
  --ember: #d97921;
  --line: rgba(245, 214, 138, 0.34);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 22% 0%, rgba(215, 169, 85, 0.08), transparent 32%),
    linear-gradient(180deg, #101315 0%, #050607 42%, #101315 100%);
  line-height: 1.55;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    radial-gradient(circle at 8% 32%, rgba(217, 121, 33, 0.15), transparent 18%),
    radial-gradient(circle at 93% 72%, rgba(217, 121, 33, 0.14), transparent 18%);
  pointer-events: none;
}

body.show-mobile-cta .mobile-sticky-cta {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

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

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

button,
a,
[contenteditable="true"] {
  -webkit-tap-highlight-color: transparent;
}

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

.narrow {
  max-width: 820px;
}

.center {
  text-align: center;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 78px;
  padding: 14px max(20px, calc((100vw - 1100px) / 2));
  background: rgba(7, 9, 10, 0.78);
  border-bottom: 1px solid rgba(245, 214, 138, 0.18);
  backdrop-filter: blur(16px);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(5, 6, 7, 0.94);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.36);
}

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

.brand-shield {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  background: linear-gradient(145deg, #3b2c16, var(--gold-bright) 40%, var(--gold-dark));
  clip-path: polygon(50% 0, 92% 16%, 82% 72%, 50% 100%, 18% 72%, 8% 16%);
}

.brand-shield {
  width: 46px;
  height: 54px;
  filter: drop-shadow(0 0 14px rgba(245, 214, 138, 0.28));
}

.brand-shield::before {
  position: absolute;
  inset: 7px;
  content: "";
  border: 2px solid #17110a;
  clip-path: inherit;
}

.brand-shield::after {
  position: absolute;
  inset: 15px 20px 12px;
  content: "";
  background: #17110a;
  clip-path: polygon(50% 0, 63% 0, 63% 70%, 92% 70%, 50% 100%, 8% 70%, 37% 70%, 37% 0);
}

.brand-text {
  display: grid;
  line-height: 0.9;
  color: var(--gold-bright);
  font-family: "Cinzel", Georgia, serif;
  font-size: 18px;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: rgba(247, 241, 228, 0.82);
  font-size: 15px;
  font-weight: 700;
}

.desktop-nav a {
  transition: color 0.2s ease;
}

.desktop-nav a:hover,
.desktop-nav a:first-child {
  color: var(--gold-bright);
}

.nav-cta,
.gold-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  color: #16100a;
  background:
    linear-gradient(180deg, var(--gold-bright), var(--gold) 50%, #b98535);
  border: 1px solid rgba(255, 232, 166, 0.72);
  border-radius: 7px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 14px 32px rgba(215, 169, 85, 0.2);
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.nav-cta {
  min-height: 44px;
  padding-inline: 22px;
  font-size: 14px;
}

.gold-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 18px 42px rgba(215, 169, 85, 0.32);
}

.wide {
  width: 100%;
}

section {
  position: relative;
  overflow: hidden;
}

.hero {
  min-height: 690px;
  display: grid;
  place-items: center;
  padding: 160px 20px 96px;
  background:
    linear-gradient(180deg, rgba(5, 6, 7, 0.08) 0%, rgba(5, 6, 7, 0.12) 54%, rgba(5, 6, 7, 0.9) 100%),
    radial-gradient(circle at 50% 45%, rgba(245, 214, 138, 0.2), transparent 32%),
    url("assets/hero-corpo-batalha-2.png") center / cover;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.5), transparent 22%, transparent 78%, rgba(5, 6, 7, 0.5)),
    radial-gradient(circle at 50% 56%, transparent 0 26%, rgba(5, 6, 7, 0.4) 58%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(980px, 100%);
  margin-top: 70px;
  text-align: center;
}

.kicker {
  margin: 0 0 18px;
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  color: var(--gold-bright);
  font-family: "Cinzel", Georgia, serif;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.05;
  text-transform: uppercase;
  text-shadow: 0 3px 0 #3a2610, 0 10px 30px rgba(0, 0, 0, 0.68);
}

h1 {
  font-size: clamp(58px, 8vw, 106px);
}

h2 {
  font-size: clamp(34px, 4.4vw, 54px);
}

h3 {
  font-size: 21px;
  line-height: 1.17;
  text-transform: uppercase;
}

.hero-line {
  margin-top: 12px;
  color: #fff7ea;
  font-size: clamp(23px, 3vw, 34px);
  font-weight: 800;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.72);
}

.hero .gold-button {
  margin-top: 30px;
}

.embers {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 9% 82%, rgba(217, 121, 33, 0.75) 0 1px, transparent 3px),
    radial-gradient(circle at 21% 52%, rgba(245, 214, 138, 0.75) 0 1px, transparent 3px),
    radial-gradient(circle at 79% 35%, rgba(217, 121, 33, 0.7) 0 1px, transparent 3px),
    radial-gradient(circle at 91% 72%, rgba(245, 214, 138, 0.85) 0 1px, transparent 3px);
  opacity: 0.72;
  animation: emberDrift 6s ease-in-out infinite alternate;
}

.embers.side {
  background:
    radial-gradient(circle at 7% 40%, rgba(217, 121, 33, 0.8) 0 1px, transparent 3px),
    radial-gradient(circle at 92% 82%, rgba(245, 214, 138, 0.8) 0 1px, transparent 3px),
    radial-gradient(circle at 85% 20%, rgba(217, 121, 33, 0.7) 0 1px, transparent 3px);
}

@keyframes emberDrift {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-12px);
  }
}

.war-section,
.journey-section,
.included-section,
.faq-section {
  padding: 64px 0;
  background:
    linear-gradient(180deg, rgba(31, 36, 39, 0.96), rgba(16, 20, 23, 0.98)),
    radial-gradient(circle at 50% 0%, rgba(215, 169, 85, 0.09), transparent 34%);
}

.pillars-section {
  padding: 92px 0 108px;
  background:
    radial-gradient(circle at 92% 82%, rgba(217, 121, 33, 0.12), transparent 20%),
    linear-gradient(180deg, #050607, #090b0d 48%, #050607);
}

.authority-offer {
  padding: 92px 0;
  background:
    radial-gradient(circle at 72% 34%, rgba(215, 169, 85, 0.15), transparent 26%),
    linear-gradient(180deg, #20262a, #13171a);
}

.center p,
.split p,
.doctor-panel p,
.faq-item,
.offer-card .guarantee,
.site-footer small {
  color: var(--muted);
}

.center p {
  max-width: 700px;
  margin: 18px auto 0;
  font-size: 18px;
}

.battle-card-grid {
  display: grid;
  gap: 20px;
  margin-top: 58px;
}

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

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

.battle-card,
.pillar-card,
.offer-card,
.module-list,
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(50, 54, 56, 0.94), rgba(12, 14, 15, 0.96));
  box-shadow: var(--shadow);
}

.battle-card,
.pillar-card {
  position: relative;
  min-height: 210px;
  padding: 76px 26px 28px;
  text-align: center;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.battle-card:hover,
.pillar-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 214, 138, 0.65);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.52);
}

.card-shield {
  position: absolute;
  top: -42px;
  left: 50%;
  width: 90px;
  height: 106px;
  display: block;
  background: url("assets/icon-spartan-helmet.svg") center / contain no-repeat;
  transform: translateX(-50%);
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.45));
}

.battle-card h3,
.pillar-card h3 {
  color: #fff8ed;
  font-weight: 900;
}

.battle-card p,
.pillar-card p {
  margin-top: 10px;
  color: #d8d0c3;
  font-size: 15px;
}

.pillar-card {
  min-height: 170px;
  padding-top: 30px;
}

.mini-shield {
  display: inline-block;
  width: 54px;
  height: 64px;
  margin-bottom: 18px;
  background: url("assets/icon-shield-sword.svg") center / contain no-repeat;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.42));
}

.split,
.authority-offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
  gap: 48px;
  align-items: center;
}

.split h2 {
  max-width: 620px;
}

.split p {
  max-width: 560px;
  margin-top: 18px;
  font-size: 18px;
}

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

.module-list {
  padding: 14px;
}

.accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: #fff8ed;
  text-align: left;
  border: 0;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.accordion-trigger span {
  color: var(--gold-bright);
  font-size: 12px;
  text-transform: uppercase;
}

.accordion-trigger::after {
  content: "+";
  flex: 0 0 28px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--gold-bright);
  border: 1px solid rgba(245, 214, 138, 0.5);
  border-radius: 50%;
}

.accordion-trigger[aria-expanded="true"]::after {
  content: "−";
}

.accordion-panel {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: #d8d0c3;
  transition: max-height 0.28s ease, padding 0.28s ease;
}

.accordion-panel.open {
  max-height: 180px;
  padding: 0 20px 18px;
}

.authority-offer-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.9fr);
}

.doctor-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) 1fr;
  gap: 28px;
  align-items: center;
}

.doctor-panel img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid rgba(245, 214, 138, 0.28);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.doctor-panel h2 {
  font-size: clamp(28px, 3.5vw, 42px);
}

.credential {
  margin: 12px 0 16px;
  color: var(--gold-bright);
  font-weight: 900;
}

.authority-list {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.authority-list li {
  position: relative;
  padding-left: 24px;
  color: #fff8ed;
  font-weight: 700;
}

.authority-list li::before {
  position: absolute;
  left: 0;
  color: var(--gold-bright);
  content: "✓";
}

.offer-card {
  position: relative;
  padding: 28px;
  border-color: rgba(245, 214, 138, 0.75);
  box-shadow:
    0 0 0 4px rgba(215, 169, 85, 0.12),
    0 0 44px rgba(215, 169, 85, 0.34),
    var(--shadow);
  text-align: center;
}

.offer-title {
  color: #fff8ed;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 900;
}

.offer-card img {
  width: 100%;
  margin: 20px auto 10px;
  border-radius: 6px;
}

.price {
  display: grid;
  gap: 2px;
  margin: 12px 0 20px;
}

.price span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.price strong {
  width: fit-content;
  margin: 0 auto;
  color: var(--gold-bright);
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(44px, 5vw, 62px);
  line-height: 1;
  outline: none;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.56);
}

.price small {
  color: #fff8ed;
  font-size: 22px;
  font-weight: 800;
}

.guarantee {
  margin-top: 14px;
  font-size: 14px;
}

.included-section {
  background:
    linear-gradient(180deg, #101315, #08090a),
    radial-gradient(circle at 50% 30%, rgba(245, 214, 138, 0.12), transparent 30%);
}

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

.included-grid span {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  color: #fff8ed;
  border: 1px solid rgba(245, 214, 138, 0.28);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 800;
}

.faq-section {
  padding-bottom: 108px;
}

.faq-list {
  max-width: 840px;
  margin: 42px auto 0;
}

.faq-item {
  overflow: hidden;
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 20px 24px 86px;
  color: rgba(247, 241, 228, 0.7);
  background: #030404;
  border-top: 1px solid rgba(245, 214, 138, 0.16);
  text-align: center;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  color: var(--gold-bright);
  font-weight: 700;
}

.site-footer small {
  max-width: 820px;
  font-size: 12px;
}

.mobile-sticky-cta {
  position: fixed;
  z-index: 60;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: none;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  color: #17100a;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  border: 1px solid rgba(255, 232, 166, 0.72);
  border-radius: 7px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.42);
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

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

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

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

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

@media (max-width: 980px) {
  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .site-header {
    min-height: 72px;
    padding: 10px 18px;
  }

  .hero {
    min-height: 650px;
    padding-top: 118px;
    background-position: center, center, 52% center;
    background-size: auto, auto, cover;
  }

  .battle-card-grid.three,
  .battle-card-grid.six,
  .split,
  .authority-offer-grid,
  .doctor-panel {
    grid-template-columns: 1fr;
  }

  .authority-offer-grid {
    gap: 64px;
  }

  .mobile-sticky-cta {
    display: flex;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1100px);
  }

  .brand-text {
    font-size: 15px;
  }

  .brand-shield {
    width: 38px;
    height: 46px;
  }

  .hero {
    min-height: 610px;
    padding: 112px 14px 74px;
    background-position: center, center, center;
    background-size: auto, auto, cover;
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(5, 6, 7, 0.12), rgba(5, 6, 7, 0.52) 56%, rgba(5, 6, 7, 0.92));
  }

  .hero-content {
    margin-top: 92px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 32px;
  }

  .hero-line {
    font-size: 21px;
  }

  .gold-button {
    width: 100%;
    padding-inline: 14px;
    font-size: 13px;
  }

  .war-section,
  .pillars-section,
  .journey-section,
  .authority-offer,
  .included-section,
  .faq-section {
    padding: 56px 0;
  }

  .battle-card-grid {
    margin-top: 46px;
  }

  .battle-card {
    padding: 72px 18px 24px;
  }

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

  .offer-card {
    padding: 20px;
  }

  .price small {
    font-size: 18px;
  }
}
