:root {
  --bg: #05090d;
  --bg-2: #08131a;
  --bg-3: #0d1c25;
  --brand: #143343;
  --brand-2: #1e5368;
  --wine: #6a263a;
  --wine-2: #8a3650;
  --gold: #c8b982;
  --gold-2: #eadcaa;
  --text: #f5f5f2;
  --muted: #a8b3ba;
  --muted-2: #d6d8d3;
  --border: rgba(255, 255, 255, 0.12);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1160px;
  --header-height: 82px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at 20% 0%, rgba(30, 83, 104, 0.28), transparent 34%),
    radial-gradient(circle at 80% 10%, rgba(106, 38, 58, 0.24), transparent 30%), var(--bg);
  color: var(--text);
  line-height: 1.55;
  overflow-x: hidden;
}

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

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

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

p {
  color: var(--muted-2);
}

strong {
  color: var(--text);
}

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

.section {
  padding: 96px 0;
  position: relative;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  transform: translateY(-140%);
  padding: 10px 14px;
  background: var(--gold);
  color: #111;
  border-radius: 999px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  background: rgba(5, 9, 13, 0.74);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  min-width: 160px;
}

.brand img {
  width: 164px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.92rem;
}

.desktop-nav a:hover {
  color: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  min-height: 52px;
  padding: 0 24px;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #08131a;
  box-shadow: 0 18px 45px rgba(200, 185, 130, 0.2);
}

.btn-primary:hover {
  box-shadow: 0 22px 55px rgba(200, 185, 130, 0.32);
}

.btn-outline {
  border-color: rgba(234, 220, 170, 0.42);
  color: var(--gold-2);
  background: rgba(255, 255, 255, 0.03);
}

.btn-outline:hover {
  border-color: var(--gold-2);
}

.btn-ghost {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.btn-small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 0.9rem;
}

.btn-full {
  width: 100%;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 900;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--wine-2);
  border-radius: 999px;
}

h1, h2, h3 {
  color: var(--text);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

h1 {
  font-size: clamp(2.6rem, 7vw, 5.85rem);
  max-width: 880px;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(2rem, 4.2vw, 4rem);
  margin-bottom: 18px;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.hero {
  min-height: calc(100vh - var(--header-height));
  display: flex;
  align-items: center;
  padding-top: 70px;
  overflow: hidden;
}

.hero-bg-mark {
  position: absolute;
  width: 620px;
  height: 620px;
  right: -120px;
  top: 80px;
  background: url('/assets/simbolo-isolado.png') center/contain no-repeat;
  opacity: 0.05;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
  gap: 54px;
  align-items: center;
}

.hero-subtitle {
  font-size: clamp(1.06rem, 1.6vw, 1.28rem);
  max-width: 760px;
  color: #dce2e4;
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 12px;
}

.microcopy {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0;
}

.quick-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.quick-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--muted-2);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.88rem;
}

.image-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  background: var(--bg-3);
}

.image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.72));
  pointer-events: none;
}

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

.image-card-hero {
  height: min(640px, 74vh);
}

.media-label {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(5, 9, 13, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.media-label strong,
.media-label span {
  display: block;
}

.media-label span {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 4px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 44px;
}

.section-heading.narrow {
  max-width: 860px;
  text-align: center;
  margin-inline: auto;
}

.section-heading.narrow .eyebrow {
  justify-content: center;
}

.section-heading.light p {
  color: #e5eaec;
}

.cards-grid {
  display: grid;
  gap: 16px;
}

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

.card,
.feature-card,
.timeline-grid article,
.steps-grid article,
.bonus-card,
.fit-card,
.scholarship-card,
.practice-card,
.final-cta-card {
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
  border-radius: var(--radius-md);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.18);
}

.card {
  padding: 24px;
}

.card p {
  margin: 0;
  color: #eef1f0;
  font-weight: 700;
}

.card-icon {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold-2);
  font-weight: 900;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
}

.statement-box {
  max-width: 880px;
  margin: 38px auto 0;
  padding: 28px;
  border-radius: var(--radius-md);
  background: rgba(20, 51, 67, 0.52);
  border: 1px solid rgba(234, 220, 170, 0.22);
  text-align: center;
}

.statement-box p {
  margin: 0;
  font-size: 1.2rem;
  color: #f1f4f3;
  font-weight: 700;
}

.belief-section,
.fit-section,
.process-section,
.faq-section {
  background: rgba(255, 255, 255, 0.018);
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}

.text-stack p {
  font-size: 1.12rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  padding: 28px;
}

.feature-card h3 {
  color: var(--gold-2);
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.split-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.fit-card {
  padding: 34px;
}

.fit-card.positive {
  background: linear-gradient(180deg, rgba(20, 51, 67, 0.55), rgba(255, 255, 255, 0.025));
}

.fit-card.negative {
  background: linear-gradient(180deg, rgba(106, 38, 58, 0.34), rgba(255, 255, 255, 0.025));
}

.check-list,
.x-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 14px;
}

.check-list li,
.x-list li {
  position: relative;
  padding-left: 32px;
  color: #e8eceb;
}

.check-list li::before,
.x-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
}

.check-list li::before {
  content: "✓";
  background: rgba(234, 220, 170, 0.14);
  color: var(--gold-2);
}

.x-list li::before {
  content: "×";
  background: rgba(138, 54, 80, 0.2);
  color: #ffd3df;
}

.build-section {
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.build-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 9, 13, 0.92) 0%, rgba(5, 9, 13, 0.78) 45%, rgba(5, 9, 13, 0.64) 100%),
    url('/assets/whiteboard-julio.webp') center/cover no-repeat;
  transform: scale(1.02);
}

.build-content {
  position: relative;
  z-index: 2;
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  max-width: 980px;
}

.outcomes-grid span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f3f5f4;
  font-weight: 800;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.timeline-grid article {
  padding: 24px;
}

.timeline-grid article span,
.steps-grid article span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-bottom: 18px;
  background: rgba(200, 185, 130, 0.14);
  color: var(--gold-2);
  font-weight: 900;
}

.timeline-grid article p,
.steps-grid article p {
  margin-bottom: 0;
}

.bonus-section {
  background: radial-gradient(circle at 50% 0%, rgba(200, 185, 130, 0.12), transparent 42%);
}

.bonus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.bonus-card {
  padding: 34px;
  background: linear-gradient(135deg, rgba(200, 185, 130, 0.12), rgba(106, 38, 58, 0.16));
}

.bonus-label,
.seal {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(234, 220, 170, 0.13);
  color: var(--gold-2);
  border: 1px solid rgba(234, 220, 170, 0.24);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 900;
  margin-bottom: 18px;
}

.scholarship-section {
  background: linear-gradient(180deg, rgba(20, 51, 67, 0.16), rgba(106, 38, 58, 0.13));
}

.scholarship-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.65fr);
  gap: 34px;
  align-items: center;
}

.scholarship-card {
  padding: 34px;
  background: linear-gradient(180deg, rgba(9, 26, 34, 0.88), rgba(20, 51, 67, 0.58));
}

.compact {
  gap: 10px;
  margin-bottom: 28px;
}

.muted {
  color: var(--muted);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.steps-grid article {
  padding: 26px;
}

.authority-grid {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 54px;
  align-items: center;
}

.authority-image {
  aspect-ratio: 1 / 1.1;
}

.company-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.company-list span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted-2);
  font-weight: 800;
}

.practice-section {
  padding-top: 32px;
}

.practice-card {
  display: grid;
  grid-template-columns: 0.94fr 1fr;
  overflow: hidden;
  align-items: stretch;
  padding: 0;
}

.practice-image {
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

.practice-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(5, 9, 13, 0.52));
}

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

.practice-card > div:last-child {
  padding: 44px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 54px;
  align-items: start;
}

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

details {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

summary {
  padding: 20px 22px;
  cursor: pointer;
  font-weight: 900;
  color: var(--text);
  list-style: none;
}

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

summary::after {
  content: "+";
  float: right;
  color: var(--gold-2);
}

details[open] summary::after {
  content: "–";
}

details p {
  padding: 0 22px 20px;
  margin: 0;
}

.final-cta-section {
  padding-top: 36px;
}

.final-cta-card {
  text-align: center;
  padding: 54px;
  background: radial-gradient(circle at 50% 0%, rgba(234, 220, 170, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(20, 51, 67, 0.48), rgba(106, 38, 58, 0.18));
}

.final-cta-card h2,
.final-cta-card p {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta-card .btn {
  margin: 12px 0;
}

.site-footer {
  padding: 36px 0 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-inner img {
  width: 138px;
}

.footer-inner p {
  margin: 0;
  color: var(--muted);
  text-align: right;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1100;
  min-height: 52px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #25d366;
  color: #06120b;
  font-weight: 900;
  box-shadow: 0 18px 50px rgba(37, 211, 102, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.floating-whatsapp::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #06120b;
  margin-right: 10px;
}

@media (max-width: 1080px) {
  :root {
    --header-height: 74px;
  }

  .desktop-nav {
    display: none;
  }

  .hero-grid,
  .two-col,
  .authority-grid,
  .practice-card,
  .faq-grid,
  .scholarship-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 34px;
  }

  .hero-media {
    order: 2;
  }

  .cards-grid.six,
  .feature-grid,
  .timeline-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps-grid,
  .outcomes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .practice-image {
    min-height: 360px;
  }
}

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

  .section {
    padding: 68px 0;
  }

  .site-header {
    min-height: 66px;
  }

  .header-inner .btn {
    display: none;
  }

  .brand img {
    width: 132px;
  }

  .hero {
    min-height: auto;
    padding-top: 52px;
  }

  h1 {
    font-size: clamp(2.45rem, 13vw, 4.6rem);
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 3.1rem);
  }

  .hero-actions,
  .center-action {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
    min-height: 54px;
    padding: 0 18px;
  }

  .quick-badges {
    gap: 8px;
  }

  .quick-badges span {
    font-size: 0.8rem;
  }

  .image-card-hero {
    height: 420px;
  }

  .cards-grid.six,
  .feature-grid,
  .timeline-grid,
  .split-cards,
  .bonus-grid,
  .steps-grid,
  .outcomes-grid {
    grid-template-columns: 1fr;
  }

  .card,
  .feature-card,
  .timeline-grid article,
  .steps-grid article,
  .bonus-card,
  .fit-card,
  .scholarship-card,
  .final-cta-card {
    padding: 24px;
  }

  .build-section {
    min-height: auto;
  }

  .build-bg {
    background-position: 38% center;
  }

  .authority-image {
    max-height: 430px;
  }

  .practice-card > div:last-child {
    padding: 28px;
  }

  .practice-image {
    min-height: 280px;
  }

  .final-cta-card {
    padding: 34px 22px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-inner p {
    text-align: left;
  }

  .floating-whatsapp {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 440px) {
  .image-card-hero {
    height: 360px;
  }

  .media-label {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px;
  }

  .section-heading {
    margin-bottom: 30px;
  }
}
