:root {
  --bg: #080808;
  --bg2: #101010;
  --card: #151411;
  --line: rgba(214, 166, 55, 0.32);
  --gold: #d6a637;
  --gold2: #f4d06f;
  --text: #f5f2e9;
  --muted: #b8b4aa;
  --container: 1180px;
  --radius: 12px;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  letter-spacing: -0.02em;
  overflow-x: hidden;
}

.container-xl {
  max-width: var(--container);
}

.site-main--fullwidth {
  width: 100%;
}

.elementor-page .site-main,
.elementor-template-canvas .site-main,
.elementor-template-full-width .site-main {
  margin: 0;
  padding: 0;
  width: 100%;
}

.elementor-page .site-main > .elementor,
.elementor-template-canvas .site-main > .elementor,
.elementor-template-full-width .site-main > .elementor {
  width: 100%;
}

a {
  text-decoration: none;
}

.text-gold {
  color: var(--gold);
}

.eyebrow {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.23em;
  color: var(--gold);
  font-weight: 700;
}

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

.gold-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.45;
}

.navbar {
  height: 76px;
  background: rgba(8, 8, 8, 0.76);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.navbar-brand img {
  height: 48px;
}

.navbar-brand-logo {
  height: 48px;
  width: auto;
  display: block;
}

.navbar-toggler {
  border: 0;
  background: linear-gradient(135deg, var(--gold2), var(--gold));
  box-shadow: 0 12px 32px rgba(214, 166, 55, 0.22);
  border-radius: 8px;
  padding: 10px 12px;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 166, 55, 0.35);
}

.navbar-toggler-icon {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2817,17,17,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav .nav-link {
  color: #ddd !important;
  font-size: 0.9rem;
  margin: 0 14px;
}

.navbar-nav .nav-link:hover,
footer a:hover {
  color: var(--gold) !important;
}

.btn-gold,
.btn-outline-gold {
  height: 48px;
  border-radius: 8px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold2), var(--gold));
  color: #111;
  box-shadow: 0 12px 32px rgba(214, 166, 55, 0.22);
}

.btn-outline-gold {
  border: 1px solid var(--line);
  color: #fff;
  background: rgba(255, 255, 255, 0.02);
}

.hero {
  min-height: 680px;
  padding: 132px 0 70px;
  position: relative;
  background: radial-gradient(circle at 74% 45%, rgba(214, 166, 55, 0.18), transparent 32%),
    linear-gradient(90deg, #080808 0%, #111 52%, #080808 100%);
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bg-gold-particles.jpg") center/cover no-repeat;
  opacity: 0.2;
}

.hero .container-xl {
  position: relative;
  z-index: 2;
}

.hero-layout {
  display: flex;
  gap: 48px;
  align-items: center;
}

.hero-layout--centered {
  justify-content: center;
}

.hero-layout--split {
  justify-content: space-between;
}

.hero-copy {
  width: 100%;
  max-width: 550px;
  text-align: center;
}

.hero-layout--centered .hero-copy {
  max-width: 780px;
  text-align: center;
}

.hero-logo-wrap {
  margin-bottom: 24px;
}

.hero-brand-logo {
  width: auto;
  max-width: 320px;
  max-height: 140px;
  display: block;
  margin: 0 auto;
}

.hero-layout--centered .hero-brand-logo {
  margin: 0 auto;
}

.hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.85rem);
  font-weight: 800;
  line-height: 1.02;
  text-transform: uppercase;
}

.hero-layout--centered .hero h1,
.hero-layout--centered h1 {
  margin-left: auto;
  margin-right: auto;
}

.hero-description {
  max-width: 820px;
  color: #d9d5ca;
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-layout--centered .hero-description {
  margin-left: auto;
  margin-right: auto;
}

.hero-role {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: var(--text);
  font-size: 1rem;
  margin-top: 12px;
}

.hero-highlight {
  font-size: 1.05rem;
  line-height: 1.5;
}

.hero-quote-box {
  border: 1px solid var(--gold);
  border-radius: 14px;
  padding: 18px 24px;
  max-width: 620px;
  background: rgba(0, 0, 0, 0.22);
}

.hero-layout--centered .hero-quote-box {
  margin-left: auto;
  margin-right: auto;
}

.hero-quote-title,
.hero-quote-text {
  margin: 0;
}

.hero-quote-title {
  color: var(--text);
  font-size: 1rem;
}

.hero-quote-text {
  color: var(--gold);
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  gap: 16px;
}

.hero-layout--centered .hero-actions {
  justify-content: center;
}

.hero-cta {
  min-width: 100%;
  border-radius: 999px;
  margin: 0 auto;
}

.hero-person {
  position: relative;
  min-height: 520px;
  overflow: visible;
  flex: 1 1 45%;
}

.hero-person img {
  position: absolute;
  right: 0;
  bottom: -70px;
  height: 760px;
  width: auto;
  max-width: none;
  max-height: none;
  filter: drop-shadow(0 40px 60px #000);
}

.hero-person .slot-template--hero {
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 92%;
  max-width: 92%;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: visible;
}

.hero-person .slot-template--hero img,
.hero-person .slot-template--hero .elementor-widget-image img {
  width: auto;
  height: 760px;
  max-width: none;
  display: block;
}

.ring {
  position: absolute;
  right: 10%;
  top: 2%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(214, 166, 55, 0.6);
  border-radius: 50%;
}

.light-curve {
  position: absolute;
  right: -80px;
  top: 120px;
  width: 560px;
  height: 230px;
  border-top: 3px solid var(--gold);
  border-radius: 50%;
  transform: rotate(-27deg);
  filter: drop-shadow(0 0 12px var(--gold));
}

.trust {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin: 28px 0;
}

.trust span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e9dfc2;
  font-size: 0.9rem;
}

.trust i {
  font-size: 1.65rem;
  color: var(--gold);
}

.video-card,
.offer-card,
.testimonial,
.training-photo {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.video-card {
  position: relative;
}

.video-card img {
  width: 100%;
  display: block;
}

.video-card .slot-template--card,
.video-card .slot-template--card img,
.video-card .slot-template--card .elementor-widget-image img {
  width: 100%;
  display: block;
}

.play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  display: none;
}

.play i {
  width: 76px;
  height: 76px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.45);
  font-size: 2rem;
  color: #fff;
}

.quote-box {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 28px;
  background: linear-gradient(135deg, rgba(214, 166, 55, 0.08), rgba(255, 255, 255, 0.02));
}

.quote-box i {
  font-size: 2rem;
  color: var(--gold);
}

.offer {
  background: linear-gradient(180deg, #0b0b0b, #121212);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.offer-card {
  height: 100%;
  padding: 34px 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  transition: 0.25s;
  display: flex;
  flex-direction: column;
}

.offer-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}

.icon-round {
  width: 74px;
  height: 74px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 2.25rem;
  margin: 0 auto 22px;
}

.icon-round img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-card h3 {
  font-size: 1.05rem;
  text-align: center;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 800;
}

.offer-card p,
.offer-card li {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.offer-card ul {
  padding-left: 0;
  list-style: none;
}

.offer-card li:before {
  content: "✓";
  color: var(--gold);
  margin-right: 8px;
}

.offer-card .btn-gold {
  margin-top: auto !important;
}

.testimonial {
  background: #171510;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  height: 100%;
}

.avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.slot-template--avatar,
.slot-template--avatar .elementor-widget-image {
  width: 52px;
  min-width: 52px;
}

.slot-template--avatar img,
.slot-template--avatar .elementor-widget-image img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.stars {
  color: #ffc33d;
  letter-spacing: 0.15em;
}

.training {
  background: linear-gradient(90deg, #111 0, #0b0b0b 100%);
}

.training-photo {
  box-shadow: var(--shadow);
}

.slot-template--training img,
.slot-template--training .elementor-widget-image img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.training-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.feature-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.feature-icon img {
  flex: 0 0 auto;
  display: block;
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.feature-icon span {
  display: block;
  text-align: left;
}

.feature-icon i {
  display: block;
  color: var(--gold);
  font-size: 1.9rem;
  margin-bottom: 10px;
}

.final-cta {
  background:
    radial-gradient(circle at 22% 48%, rgba(214, 166, 55, 0.15), transparent 22%),
    radial-gradient(circle at 82% 52%, rgba(214, 166, 55, 0.18), transparent 20%),
    linear-gradient(180deg, #0b0b0b 0%, #090909 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

.cta-target {
  position: relative;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  border: 2px solid rgba(214, 166, 55, 0.72);
  box-shadow: 0 0 0 18px rgba(214, 166, 55, 0.06);
}

.cta-target:before,
.cta-target:after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  border: 1px solid rgba(214, 166, 55, 0.42);
}

.cta-target:after {
  inset: 38px;
}

.cta-arrow {
  position: absolute;
  width: 106px;
  height: 2px;
  background: linear-gradient(90deg, rgba(244, 208, 111, 0), var(--gold2));
  top: 52%;
  left: -58px;
  transform: rotate(-24deg);
  transform-origin: right center;
  box-shadow: 0 0 14px rgba(214, 166, 55, 0.45);
}

.cta-arrow:before {
  content: "";
  position: absolute;
  right: -2px;
  top: -6px;
  width: 0;
  height: 0;
  border-left: 12px solid var(--gold2);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.cta-chess {
  position: absolute;
  right: 14px;
  bottom: 0;
  font-size: 5rem;
  line-height: 1;
  color: var(--gold2);
  text-shadow: 0 12px 24px rgba(0, 0, 0, 0.7), 0 0 18px rgba(214, 166, 55, 0.2);
}

footer {
  background: #090909;
  color: var(--muted);
}

.footer-cta {
  padding: 82px 0 70px;
  background:
    radial-gradient(circle at 16% 18%, rgba(214, 166, 55, 0.08), transparent 24%),
    linear-gradient(180deg, #0a0a0a 0%, #090909 100%);
}

.footer-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr) minmax(280px, 0.95fr);
  gap: 48px;
  align-items: start;
}

.footer-cta-copy {
  max-width: 360px;
}

.footer-cta-title {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: 0.98;
  font-weight: 400;
  color: #fff;
}

.footer-cta-title span,
.footer-cta-title strong {
  display: block;
}

.footer-cta-title strong {
  color: var(--gold);
  font-weight: 400;
}

.footer-cta-copy p {
  margin: 0;
  max-width: 335px;
  font-size: 1rem;
  line-height: 1.55;
  color: #f1eee6;
}

.footer-cta-services {
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  padding: 10px 42px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-cta-services a {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #fff;
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
}

.footer-cta-services a i {
  color: var(--gold);
  font-size: 1.32rem;
  line-height: 1;
  margin-top: 2px;
}

.footer-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-action-card {
  min-height: 58px;
  border: 1px solid rgba(214, 166, 55, 0.5);
  border-radius: 4px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.footer-action-card:hover {
  background: rgba(214, 166, 55, 0.08);
  color: var(--gold2) !important;
  border-color: rgba(244, 208, 111, 0.72);
}

.footer-action-card i {
  font-size: 1rem;
}

.footer-base {
  background: #171717;
  padding: 42px 0 36px;
  text-align: center;
}

.footer-brand-link {
  display: inline-block;
}

.footer-brand-logo {
  max-width: 110px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 28px;
}

.footer-legal-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px 24px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.footer-legal-links a {
  color: var(--gold);
  font-size: 1.08rem;
  font-style: italic;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-credit {
  margin: 0;
  color: #fff;
  font-size: 0.80rem;
}

.footer-credit a{
  color: #fff;
}

@media (max-width: 991px) {
  .hero-layout,
  .hero-layout--split {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .hero-copy,
  .hero-layout--split .hero-copy {
    max-width: 100%;
  }

  .hero-brand-logo {
    margin: 0 auto;
    max-width: 260px;
  }

  .hero-actions,
  .hero-layout--centered .hero-actions {
    justify-content: center;
  }

  .hero-quote-box,
  .hero-layout--centered .hero-quote-box {
    margin-left: auto;
    margin-right: auto;
  }

  .hero {
    padding-top: 110px;
  }

  .hero-person {
    min-height: 420px;
    display:none;
  }

  .hero-person img {
    position: relative;
    bottom: auto;
    margin-top: 28px;
  }

  .ring,
  .light-curve {
    display: none;
  }

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

  .navbar-collapse {
    background: #080808;
    padding: 20px;
    border: 1px solid var(--line);
  }

  .footer-cta {
    padding: 64px 0 56px;
  }

  .footer-cta-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-cta-copy {
    max-width: none;
  }

  .footer-cta-services {
    border-right: 0;
    padding: 0 0 0 24px;
  }

  .cta-visual {
    min-height: 180px;
  }
}

@media (max-width: 767px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-main,
  .hero,
  footer,
  section {
    max-width: 100%;
    overflow-x: hidden;
  }

  /* `clip` não é aplicado de forma uniforme em navegadores móveis mais antigos. */
  .site-main,
  .hero,
  footer {
    overflow-x: clip;
  }

  .container-xl,
  .row,
  [class*="col-"] {
    min-width: 0;
  }

  img,
  svg,
  video,
  iframe {
    max-width: 100%;
  }

  .navbar .container-xl {
    width: 100%;
  }

  .navbar-collapse {
    width: 100%;
    margin-top: 12px;
  }

  .navbar-collapse .navbar-nav {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .navbar-collapse .nav-item {
    width: 100%;
  }

  .navbar-collapse .nav-link {
    margin: 0;
    padding: 12px 0;
    display: block;
    width: 100%;
  }

  .navbar-collapse .btn-gold {
    width: 100%;
    margin-top: 12px;
  }

  /* Primeira dobra: mantém toda a apresentação isolada antes da seção Sobre. */
  .hero {
    min-height: max(760px, 100svh);
    padding: 112px 0 72px;
    display: flex;
    align-items: center;
  }

  .hero .container-xl {
    width: 100%;
  }

  .hero-logo-wrap {
    margin-bottom: 18px;
  }

  .hero-brand-logo {
    max-width: 285px;
    max-height: 150px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 13vw, 3.5rem);
  }

  .hero-role {
    font-size: 1.05rem;
    margin-top: 14px;
  }

  .hero-highlight {
    font-size: 1.08rem;
  }

  .hero-description {
    font-size: 1.1rem;
    line-height: 1.65;
  }

  .hero-quote-box {
    padding: 18px 16px;
  }

  .hero-quote-title,
  .hero-quote-text {
    font-size: 1.04rem;
  }

  .hero-cta {
    min-height: 56px;
    font-size: 0.9rem;
  }

  .training .col-lg-4,
  .training .training-photo,
  .training .slot-template--training {
    display: none;
  }

  .training .btn-gold {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .feature-icon {
    font-size: 0.76rem;
  }

  .feature-icon img {
    width: 44px;
    height: 44px;
  }

  #sobre,
  #sobre .col-lg-7,
  #sobre p,
  #sobre h2,
  #sobre h3 {
    text-align: center;
  }

  #sobre .video-card {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  #sobre .quote-box {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  #sobre .play {
    place-items: center;
  }

  .footer-cta,
  .footer-base {
    text-align: center;
  }

  .footer-cta-title {
    font-size: 2.4rem;
  }

  .footer-cta-copy p {
    max-width: none;
  }

  .footer-cta-services {
    border-left: 0;
    padding: 0;
    align-items: center;
  }

  .footer-cta-services a {
    justify-content: center;
    text-align: center;
  }

  .footer-cta-actions {
    align-items: center;
  }

  .training-features {
    grid-template-columns: 1fr;
  }

  .cta-visual {
    min-height: 160px;
    margin: 10px 0 18px;
  }

  .cta-target {
    width: 118px;
    height: 118px;
  }

  .cta-arrow {
    width: 88px;
    left: -48px;
  }

  .cta-chess {
    font-size: 4rem;
    right: 20px;
  }

  .footer-action-card {
    width: 100%;
    max-width: 360px;
  }

  .footer-brand-link {
    display: inline-flex;
    justify-content: center;
  }

  .footer-brand-logo {
    margin-bottom: 22px;
  }

  .footer-action-card {
    font-size: 0.82rem;
    padding: 14px 16px;
  }

  .footer-legal-links {
    flex-direction: column;
    gap: 10px;
  }

  .footer-credit {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
