:root{
  --bg: #0b0c0f;
  --surface: #11131a;
  --surface2: #0f1016;
  --text: #f4f4f5;
  --muted: #b7bac4;
  --line: rgba(255,255,255,.10);
  --gold: #b89b5e;
  --gold2: rgba(184,155,94,.18);

  --radius: 18px;
  --shadow: 0 16px 40px rgba(0,0,0,.45);
}

html{ scroll-behavior:smooth; }
body{ background: var(--bg); color: var(--text); }
a{ color: inherit; text-decoration: none; }

/* NAV */
.navbar{
  background: rgba(11,12,15,.70) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.navbar .container{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
}
.brand-mark{
  display:inline-flex;
  align-items:center;
  gap:.6rem;
  font-weight: 800;
  letter-spacing:.4px;
  min-width:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.brand-dot{
  width:10px;height:10px;border-radius:999px;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(184,155,94,.12);
}

.section{ padding: 90px 0; }

/* Buttons */
.btn-gold{
  border-radius: 999px;
  padding: .9rem 1.15rem;
  border: 1px solid rgba(184,155,94,.60);
  background: rgba(184,155,94,.12);
  color: var(--text);
}
.btn-gold:hover{
  background: rgba(184,155,94,.20);
  border-color: rgba(184,155,94,.85);
}
.btn-solid{
  border-radius: 999px;
  padding: .9rem 1.2rem;
  border: 1px solid rgba(184,155,94,.55);
  background: var(--gold);
  color: #151515;
  font-weight: 800;
}
.btn-solid:hover{ filter: brightness(1.05); }

/* Button motion */
.btn{
  transition: transform .18s ease, box-shadow .25s ease, filter .25s ease;
  transform: translateZ(0);
}
.btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0,0,0,.35);
}
.btn:active{ transform: translateY(0) scale(.98); }

.kicker{
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .85rem;
}
.block-title{
  font-weight: 900;
  letter-spacing: -0.01em;
}
.lead-muted{
  color: var(--muted);
  max-width: 820px;
  margin: 16px auto 0;
}

.card-soft{
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px;
  height: 100%;

  transition: transform .22s ease, border-color .25s ease, filter .25s ease, box-shadow .25s ease;
}
.card-soft:hover{
  transform: translateY(-3px);
  border-color: rgba(184,155,94,.30);
  filter: brightness(1.03);
  box-shadow: 0 22px 56px rgba(0,0,0,.55);
}

.icon-gold{
  width: 44px; height: 44px;
  display:grid; place-items:center;
  border-radius: 14px;
  border: 1px solid rgba(184,155,94,.55);
  background: rgba(184,155,94,.10);
}

.hr-soft{
  border: 0;
  height: 1px;
  background: var(--line);
  margin: 0;
}

.stats{
  background: linear-gradient(180deg, rgba(184,155,94,.10), transparent 65%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stat-num{
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.stat-sub{ color: var(--muted); }

.footer{
  border-top: 1px solid var(--line);
  padding: 28px 0;
  color: var(--muted);
}

/* HERO */
.hero-hero{
  position: relative;
  min-height: 100vh;
  display:flex;
  align-items:center;
  overflow:hidden;

  background-image: url('../img/gym-bg.jpg');
  background-size: cover;
  background-position: center;
}
.overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,
      rgba(0,0,0,.88) 0%,
      rgba(0,0,0,.78) 38%,
      rgba(0,0,0,.58) 62%,
      rgba(0,0,0,.40) 82%,
      rgba(0,0,0,.32) 100%
    ),
    radial-gradient(circle at 70% 45%, rgba(184,155,94,.16), transparent 55%);
  backdrop-filter: blur(2px);
  pointer-events:none;
}
.hero-content{ position: relative; z-index: 2; }
.hero-badge{
  display:inline-block;
  padding:.45rem .9rem;
  border:1px solid rgba(184,155,94,.6);
  border-radius:999px;
  background:rgba(184,155,94,.15);
  margin-bottom:20px;
}
.hero-title{
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  line-height:1.05;
}
.hero-sub{
  margin-top:20px;
  color: #c9c9c9;
  max-width:500px;
}
.hero-cta{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
}

/* right zone */
.logo-zone{
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
}
.logo-zone::before{
  content:"";
  position:absolute;
  width:700px;
  height:700px;
  background:
    radial-gradient(circle at 55% 50%, rgba(184,155,94,.18), transparent 60%),
    radial-gradient(circle at 55% 50%, rgba(255,255,255,.06), transparent 45%);
  z-index: 0;
  pointer-events:none;
  filter: blur(1px);
}
.swap-stage{
  position: relative; z-index: 2;
  width: min(760px, 92%);
  height: min(520px, 60vh);
  margin-inline: auto;
}
.swap-item{
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
  display: block;
  will-change: transform, opacity;
  pointer-events: none;
  backface-visibility: hidden;
}
.swap-logo{
  width: min(620px, 96%);
  animation: frontCycle 12s ease-in-out infinite;
}
.swap-turnstile{
  width: min(720px, 98%);
  animation: backCycle 12s ease-in-out infinite;
  filter:
    drop-shadow(0 30px 90px rgba(0,0,0,.75))
    drop-shadow(0 0 18px rgba(184,155,94,.18))
    drop-shadow(0 0 2px rgba(255,255,255,.14));
}
@keyframes frontCycle{
  0%   { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(.88); }
  12%  { opacity: 1; transform: translate3d(-50%, -50%, 0) scale(1.03); }
  52%  { opacity: 1; transform: translate3d(-50%, -50%, 0) scale(1.06); }
  62%  { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(.92); }
  100% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(.88); }
}
@keyframes backCycle{
  0%   { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(.88); }
  60%  { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(.88); }
  72%  { opacity: 1; transform: translate3d(-50%, -50%, 0) scale(1.03); }
  92%  { opacity: 1; transform: translate3d(-50%, -50%, 0) scale(1.06); }
  100% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(.92); }
}

/* Word cloud */
.word-cloud{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  overflow:hidden;
}
.word{
  position:absolute;
  left:-40%;
  opacity:0;
  white-space:nowrap;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color: rgba(255,255,255,.07);
  filter: blur(.25px);
  transform: translate3d(0,0,0);
  animation: wordFly linear forwards;
}
.word.gold{ color: rgba(184,155,94,.12); }
@keyframes wordFly{
  0%   { opacity:0; transform: translate3d(-10%, 0, 0) scale(.98); }
  10%  { opacity:1; }
  90%  { opacity:1; }
  100% { opacity:0; transform: translate3d(220%, 0, 0) scale(1.02); }
}

/* ===== MOTIVOS NEW (совсем другой вид) ===== */
.motivos-new{
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(900px 460px at 20% 30%, rgba(184,155,94,.12), transparent 65%),
    radial-gradient(700px 420px at 80% 70%, rgba(255,255,255,.05), transparent 60%);
}

.motivos-layout{
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 22px;
  align-items: stretch;
  margin-top: 10px;
}

/* LEFT showcase */
.motivos-showcase{
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  box-shadow: 0 22px 60px rgba(0,0,0,.55);
  padding: 28px;
  position: relative;
  overflow:hidden;
  transition: transform .22s ease, border-color .25s ease, filter .25s ease;
}
.motivos-showcase:hover{
  transform: translateY(-3px);
  border-color: rgba(184,155,94,.28);
  filter: brightness(1.03);
}
.motivos-showcase::before{
  content:"";
  position:absolute;
  inset:-70px;
  background:
    radial-gradient(420px 260px at 20% 15%, rgba(184,155,94,.18), transparent 70%),
    radial-gradient(520px 320px at 70% 65%, rgba(255,255,255,.06), transparent 70%);
  pointer-events:none;
  filter: blur(.6px);
}

.showcase-pill{
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  padding:.5rem .85rem;
  border-radius:999px;
  border: 1px solid rgba(184,155,94,.55);
  background: rgba(184,155,94,.12);
  font-weight: 900;
  position: relative;
  z-index: 1;
}
.showcase-title{
  margin-top: 16px;
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: clamp(1.85rem, 2.2vw, 2.45rem);
  line-height: 1.05;
  position: relative;
  z-index: 1;
}
.showcase-sub{
  margin-top: 12px;
  color: rgba(255,255,255,.74);
  max-width: 560px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.showcase-stats{
  position: relative; z-index: 1;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.s-chip{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.22);
  padding: 14px;
}
.s-big{ font-weight: 950; font-size: 1.25rem; }
.s-small{ color: var(--muted); margin-top: 2px; font-size: .95rem; }

.showcase-cta{
  position: relative; z-index: 1;
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

/* CTA bigger */
.btn-cta-big{
  padding: 1.1rem 2.1rem;
  font-size: 1.08rem;
  font-weight: 950;
  letter-spacing: .01em;
  box-shadow: 0 18px 50px rgba(0,0,0,.45);
}

/* RIGHT list */
.motivos-list{
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.22);
  box-shadow: 0 18px 52px rgba(0,0,0,.50);
  padding: 18px;
  display:flex;
  flex-direction: column;
  gap: 12px;
}
.m-item{
  display:flex;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  transition: transform .2s ease, border-color .25s ease, filter .25s ease;
}
.m-item:hover{
  transform: translateY(-3px);
  border-color: rgba(184,155,94,.30);
  filter: brightness(1.03);
}
.m-ic{
  width: 44px; height: 44px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  border: 1px solid rgba(184,155,94,.55);
  background: rgba(184,155,94,.10);
  flex: 0 0 auto;
}
.m-title{
  font-weight: 900;
  letter-spacing: -0.01em;
}
.m-text{
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.5;
}
.m-note{
  margin-top: 4px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px dashed rgba(184,155,94,.35);
  background: rgba(184,155,94,.06);
  color: rgba(255,255,255,.78);
  display:flex;
  gap: 10px;
  align-items:flex-start;
}
.m-note i{ color: rgba(184,155,94,.95); margin-top: 2px; }

/* WIZARD */
.wizard .wizard-wrap{
  max-width: 860px;
  padding: 34px;
}
.step{ display:none; }
.step.active{ display:block; }
.wizard-title{
  font-weight: 900;
  letter-spacing: -0.01em;
  margin-top: 6px;
  margin-bottom: 8px;
}
.wizard-field-block{
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.wizard-actions{
  display:flex;
  justify-content: space-between;
  gap: 14px;
}
.wizard-actions .btn{ min-width: 140px; }
.form-control-lg, .form-select-lg{ border-radius: 14px; }

/* Mobile */
@media (max-width: 992px){
  .hero-hero{
    min-height: 100vh;
    padding-top: 92px;
    padding-bottom: 26px;
  }
  .hero-content .row{
    flex-direction: column;
    gap: 22px;
  }
  .hero-title{
    font-size: clamp(2.0rem, 8.5vw, 2.8rem);
    line-height: 1.05;
  }
  .hero-sub{
    font-size: 1.02rem;
    max-width: 100%;
  }
  .hero-cta{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .hero-cta .btn{
    width: 100%;
    justify-content: center;
  }
  .swap-stage{
    width: min(520px, 92vw);
    height: min(360px, 42vh);
  }
  .swap-logo{ width: min(420px, 88vw); }
  .swap-turnstile{ width: min(460px, 92vw); }
  .logo-zone::before{
    width: 520px;
    height: 520px;
  }

  .motivos-layout{ grid-template-columns: 1fr; }
  .showcase-stats{ grid-template-columns: 1fr; }
  .showcase-cta .btn{ width: 100%; justify-content:center; }
  .btn-cta-big{ width: 100%; }
}

@media (max-width: 480px){
  .navbar .container{
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .brand-mark span:last-child{
    font-size: .85rem;
    letter-spacing: .02em;
  }
  .navbar .btn-gold{
    padding: .55rem .85rem;
    font-size: .9rem;
    white-space: nowrap;
    flex: 0 0 auto;
  }
  .wizard .wizard-wrap{ padding: 22px; }
}

@media (prefers-reduced-motion: reduce){
  .swap-logo, .swap-turnstile{ animation: none; opacity: 1; transform: translate3d(-50%, -50%, 0); }
  .btn{ transition:none; }
  .card-soft, .motivos-showcase, .m-item{ transition:none; }
}