*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

body {
  background: #000;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  max-width: 100vw;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 56px;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw
}

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

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

:root {
  --gold: #F5A800;
  --gold2: #FFD54F;
  --golddim: rgba(245, 168, 0, 0.08);
  --red: #c0392b;
  --red2: #e74c3c;
  --ink: #000;
  --ink2: #111316;
  --ink3: #171a1f;
  --ink4: #1d2128;
  --line: rgba(255, 255, 255, 0.06);
  --linegold: rgba(245, 168, 0, 0.25);
  --muted: #6a7080;
  --soft: #b0b8c8;
  --light: #e8eaf0;
}
.hero-rating { margin-top: -45px !important; }
.hd {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.93
}

.ey {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-top: 10px
}

.wrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box
}

section {
  padding: 80px 0
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  background: #000;
  border-bottom: 2px solid #F5A800;
  width: 100%;
  height: auto;
  overflow: visible;
}

.nav-logo-link {
  display: block;
  width: 100%;
  background: #000;
  line-height: 0;
  padding: 4px 0 2px 0;
}

.nav-logo-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: contain;
  object-position: center center;
  background: #000;
}

/* ── HERO ── */
.hero {
  padding-top: 0;
  position: relative;
  overflow: hidden;
  background: var(--ink2);
  border-bottom: 1px solid var(--line);
  width: 100%;
  box-sizing: border-box
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 55% at 50% -5%, rgba(245, 168, 0, 0.08) 0%, transparent 65%), radial-gradient(ellipse 40% 45% at 0% 85%, rgba(192, 57, 43, 0.06) 0%, transparent 60%);
  pointer-events: none
}

.hero-inner {
  width: 100%;
  max-width: 660px;
  padding: 12px 16px 16px;
  box-sizing: border-box
}

/* Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--linegold);
  border-radius: 4px;
  padding: 6px 12px;
  margin-bottom: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
  max-width: calc(100vw - 32px);
  overflow: hidden;
  box-sizing: border-box
}

.pulse {
  width: 7px;
  height: 7px;
  background: #22c55e;
  border-radius: 50%;
  animation: pulse 2s infinite;
  flex-shrink: 0
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1)
  }

  50% {
    opacity: .3;
    transform: scale(.5)
  }
}

/* H1 */
.hero-h1 {
  font-size: clamp(2.2rem, 8vw, 4.5rem);
  margin-bottom: 6px;
  line-height: 0.92
}

.hero-h1 .pre {
  display: block;
  font-size: 0.55em;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  font-weight: 800
}

.hero-h1 .gold {
  color: var(--gold)
}

/* Lead */
.hero-lead {
  font-size: 0.92rem;
  font-weight: 400;
  color: #e8eaf0;
  line-height: 1.6;
  max-width: 500px;
  margin-bottom: 10px
}

/* Warning – thin border per Google AI */
.hero-warn {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid rgba(192, 57, 43, 0.35);
  border-left: 3px solid var(--red);
  background: rgba(192, 57, 43, 0.06);
  border-radius: 6px;
  padding: 8px 14px;
  margin-bottom: 12px;
}

.wi {
  width: 16px;
  height: 16px;
  min-width: 16px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: 900;
  color: #fff;
  flex-shrink: 0
}

.hero-warn p {
  font-size: 0.82rem;
  font-weight: 500;
  color: #e08080;
  line-height: 1.3
}

/* CTA */

.hero-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 55%)
}




.cta-arr {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  transition: transform 0.2s
}

.hero-cta:hover .cta-arr {
  transform: translateX(3px)
}

.hero-note {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 8px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 0.7rem;
  color: var(--muted);
  letter-spacing: 0.1em;
  text-transform: uppercase
}

/* Payment – clean 2x3 grid per Google AI */
.pay-section {
  margin-top: 20px
}

.pay-lbl {
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
  display: block
}

.pay-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 8px;
  max-width: 340px
}

.pay-item {
  background: var(--ink3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  transition: border-color 0.2s;
}

.pay-item:hover {
  border-color: var(--linegold)
}

.pay-item svg {
  height: 16px;
  width: auto
}

.pay-item span {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--soft)
}

/* ── STRIP ── */
.strip {
  background: var(--ink2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.strip-g {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}

.si {
  padding: 22px 20px;
  border-right: 1px solid var(--line)
}

.si:last-child {
  border-right: none
}

.sv {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  color: #fff;
  line-height: 1
}

.sv b {
  color: var(--gold)
}

.sl {
  font-size: 0.66rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-top: 4px
}

/* ── SEO TEXT ── */
.seo-bg {
  background: var(--ink2)
}

.seo-g {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.seo-p {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--light);
  line-height: 1.82
}

/* ── SERVICES ── */
.svc-bg {
  background: var(--ink)
}

.svc-g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden
}

.svc {
  background: var(--ink2);
  padding: 30px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 0.2s
}

.svc:nth-child(3n) {
  border-right: none
}

.svc:nth-child(n+4) {
  border-bottom: none
}

.svc:hover {
  background: var(--ink3)
}

.svc.ft {
  border-top: 2px solid var(--gold)
}

.svc-n {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 2.8rem;
  color: var(--line);
  line-height: 1;
  margin-bottom: 12px;
  user-select: none
}

.svc-t {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px
}

.svc-p {
  font-size: 0.82rem;
  color: var(--light);
  line-height: 1.72;
  font-weight: 400
}

.svc-tag {
  display: inline-block;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--linegold);
  width: 100%;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold)
}

/* ── HOW ── */
.how-bg {
  background: var(--ink2)
}

.how-g {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start
}

.steps {
  display: flex;
  flex-direction: column
}

.step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line)
}

.step:last-child {
  border-bottom: none
}

.sc {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--linegold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 0.88rem;
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 3px
}

.sc.stop {
  border-color: rgba(192, 57, 43, 0.4);
  color: var(--red2);
  font-size: 0.66rem
}

.st {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.96rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px
}

.sb {
  font-size: 0.82rem;
  color: var(--light);
  font-weight: 400;
  line-height: 1.72
}

.sb strong {
  color: #fff;
  font-weight: 500
}

.ipanels {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.ipanel {
  background: var(--ink3);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden
}

.iph {
  background: var(--ink4);
  border-bottom: 1px solid var(--line);
  padding: 12px 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--soft)
}

.ir {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 11px 20px;
  border-bottom: 1px solid var(--line);
  font-size: 0.82rem
}

.ir:last-child {
  border-bottom: none
}

.il {
  color: var(--soft);
  font-weight: 400
}

.iv {
  color: #fff;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.04em
}

.iv.g {
  color: var(--gold)
}

/* ── COMPARE ── */
.cmp-bg {
  background: var(--ink)
}

.ctb {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.84rem
}

.ctb thead tr {
  border-bottom: 1px solid var(--line)
}

.ctb th {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 18px;
  text-align: center;
  color: var(--soft)
}

.ctb th:first-child {
  text-align: left
}

.ctb th.us {
  background: var(--golddim);
  color: var(--gold);
  border-radius: 8px 8px 0 0
}

.ctb td {
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
  text-align: center;
  color: var(--light);
  font-weight: 400
}

.ctb td:first-child {
  text-align: left;
  color: #fff;
  font-weight: 500
}

.ctb td.us {
  background: rgba(245, 168, 0, 0.03);
  font-weight: 600;
  color: #fff
}

.ctb tbody tr:last-child td {
  border-bottom: none
}

.yes {
  color: #22c55e;
  font-weight: 700
}

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

/* ── VEHICLES ── */
.veh-bg {
  background: var(--ink2)
}

.vtabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px
}

.vt {
  background: var(--ink3);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s
}

.vt:hover,
.vt.on {
  border-color: var(--linegold);
  background: var(--golddim)
}

.vt svg {
  width: 24px;
  height: 24px;
  fill: var(--soft);
  margin: 0 auto 7px;
  display: block;
  transition: fill 0.2s
}

.vt:hover svg,
.vt.on svg {
  fill: var(--gold)
}

.vt-l {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--light)
}

.vt.on .vt-l,
.vt:hover .vt-l {
  color: #fff
}

.vbox {
  display: none;
  margin-top: 10px;
  background: var(--ink3);
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  border-radius: 8px;
  padding: 18px 22px;
  animation: fadeUp 0.3s ease
}

.vbox.show {
  display: block
}

.vbox h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.96rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px
}

.vbox p {
  font-size: 0.84rem;
  color: var(--light);
  font-weight: 400;
  line-height: 1.72
}

/* ── REVIEWS ── */
.rev-bg {
  background: var(--ink)
}

.rev-g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 12px
}

.rc {
  background: var(--ink2);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 22px
}

.rstars {
  display: flex;
  gap: 3px;
  margin-bottom: 11px
}

.rstar {
  width: 12px;
  height: 12px;
  background: var(--gold);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%)
}

.rtext {
  font-size: 0.84rem;
  font-weight: 400;
  color: var(--light);
  line-height: 1.78;
  font-style: italic;
  margin-bottom: 16px
}

.rdiv {
  height: 1px;
  background: var(--line);
  margin-bottom: 13px
}

.rmeta {
  display: flex;
  align-items: center;
  gap: 10px
}

.rav {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--ink4);
  border: 1px solid var(--linegold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  color: var(--gold)
}

.rname {
  font-weight: 600;
  font-size: 0.82rem
}

.rcity {
  font-size: 0.7rem;
  color: var(--muted)
}

.rbadge {
  margin-left: auto;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.22);
  padding: 2px 8px;
  border-radius: 100px
}

/* ── CITIES ── */
.city-bg {
  background: var(--ink2)
}

.city-l {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: start
}

.city-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 6px
}

.cp {
  font-size: 0.76rem;
  font-weight: 500;
  color: var(--soft);
  border: 1px solid var(--line);
  padding: 5px 13px;
  border-radius: 4px;
  transition: all 0.18s;
  cursor: default
}

.cp:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18)
}

.cp.main {
  color: var(--gold);
  border-color: var(--linegold);
  background: var(--golddim);
  font-weight: 600
}

/* ── FAQ ── */
.faq-bg {
  background: var(--ink)
}

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

.fi {
  border-bottom: 1px solid var(--line)
}

.fq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 17px 0;
  cursor: pointer;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--light);
  transition: color 0.2s;
  user-select: none
}

.fq:hover {
  color: #fff
}

.fi.open .fq {
  color: var(--gold)
}

.ficon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  color: var(--muted);
  transition: all 0.25s
}

.fi.open .ficon {
  transform: rotate(45deg);
  border-color: var(--linegold);
  color: var(--gold)
}

.fa {
  font-size: 0.83rem;
  font-weight: 400;
  color: var(--light);
  line-height: 1.78;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s
}

.fi.open .fa {
  max-height: 260px;
  padding-bottom: 17px
}

/* ── CTA BAND ── */
.cta-band {
  padding: 88px 0;
  background: var(--ink2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
  position: relative;
  overflow: hidden
}

.cta-band::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(192, 57, 43, 0.07), transparent 70%);
  pointer-events: none
}

.cta-bi {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 24px
}

.cta-h2 {
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  margin-bottom: 14px
}

.cta-sub {
  font-size: 0.94rem;
  font-weight: 400;
  color: var(--light);
  line-height: 1.75;
  max-width: 400px;
  margin: 0 auto 36px
}

.cta-lbl {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px
}

.cta-num {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 5vw, 3rem);
  letter-spacing: 0.07em;
  color: #fff;
  border: 1px solid var(--linegold);
  padding: 16px 44px;
  border-radius: 8px;
  transition: all 0.2s
}

.cta-num:hover {
  background: var(--golddim);
  border-color: var(--gold);
  color: #FFD54F
}

.cta-note {
  margin-top: 14px;
  font-size: 0.7rem;
  color: var(--muted);
  letter-spacing: 0.1em;
  text-transform: uppercase
}

/* ── FOOTER ── */
footer {
  background: #080a0d;
  border-top: 1px solid var(--line);
  padding: 52px 0 24px
}

.fg {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 36px
}

.fb-n {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.45rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 11px
}

.fb-n em {
  color: var(--gold);
  font-style: normal
}

.fb-t {
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--muted);
  line-height: 1.75;
  max-width: 230px
}

.fcol h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 13px
}

.fcol ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px
}

.fcol ul li a,
.fcol ul li span {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 400;
  transition: color 0.2s
}

.fcol ul li a:hover {
  color: #fff
}

.fbot {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px
}

.fcopy {
  font-size: 0.7rem;
  color: var(--muted);
  font-weight: 400
}

.fleg {
  display: flex;
  gap: 16px
}

.fleg a {
  font-size: 0.7rem;
  color: var(--muted);
  transition: color 0.2s
}

.fleg a:hover {
  color: #fff
}

/* ── LEGAL ── */
.lsec {
  padding: 76px 0;
  background: var(--ink2);
  border-top: 1px solid var(--line)
}

.lsec+.lsec {
  background: var(--ink)
}

.lb {
  max-width: 700px;
  font-size: 0.86rem;
  font-weight: 400;
  color: var(--light);
  line-height: 1.85
}

.lb h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin: 24px 0 8px;
  padding-top: 18px;
  border-top: 1px solid var(--line)
}

.lb h3:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0
}

.lb a {
  color: var(--gold)
}

.lb strong {
  color: #fff;
  font-weight: 500
}


.modal-ov {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .92);
  z-index: 99999;
  overflow-y: auto;
  padding: 40px 16px
}

.modal-ov.open {
  display: flex;
  align-items: flex-start;
  justify-content: center
}

.modal-bx {
  background: #111316;
  border: 1px solid rgba(245, 168, 0, .22);
  border-radius: 10px;
  max-width: 680px;
  width: 100%;
  padding: 32px 28px;
  position: relative;
  margin: auto
}

.modal-cl {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  color: #7a7f8a;
  font-size: 1.6rem;
  cursor: pointer;
  line-height: 1
}

.modal-cl:hover {
  color: #fff
}

.modal-ti {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px
}

.modal-bd {
  font-size: .86rem;
  font-weight: 400;
  color: #e8eaf0;
  line-height: 1.85
}

.modal-bd h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0 7px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .06)
}

.modal-bd h3:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0
}

.modal-bd a {
  color: #F5A800
}

.modal-bd strong {
  color: #fff;
  font-weight: 500
}

/* GALERIE */
.gal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 8px;
  margin-top: 16px
}

.gal-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  transition: transform .2s;
  border: 1px solid rgba(255, 255, 255, .06)
}

.gal-img:hover {
  transform: scale(1.04)
}

.modal-bx {
  padding: 24px 16px
}



/* FAHRZEUG BUTTONS */
.fz-btn {
  display: inline-block;
  background: #141414;
  border: 1px solid rgba(245, 168, 0, 0.2);
  border-radius: 5px;
  padding: 7px 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e8eaf0;
  text-decoration: none;
  transition: all 0.2s
}

.fz-btn:hover {
  border-color: #F5A800;
  color: #F5A800
}

/* ── STICKY ── */
.sticky {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  display: flex !important;
  z-index: 99999 !important;
  height: 56px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.95);
  overflow: hidden;
}

.sbb {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}

.sbb:hover {
  opacity: 0.9
}

.st2 {
  background: #c0392b
}

.sw2 {
  background: #25d366
}

.sbb svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  flex-shrink: 0
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

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

.reveal.on {
  opacity: 1;
  transform: translateY(0)
}

.d1 {
  transition-delay: 0.08s
}

.d2 {
  transition-delay: 0.16s
}

.d3 {
  transition-delay: 0.24s
}

/* ── RESPONSIVE ── */
@media(max-width:1024px) {

  .how-g,
  .faq-l,
  .city-l {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .rev-g {
    grid-template-columns: 1fr
  }

  .fg {
    grid-template-columns: 1fr 1fr;
    gap: 24px
  }

  .svc-g {
    grid-template-columns: 1fr 1fr
  }

  .svc:nth-child(2n) {
    border-right: none
  }

  .svc:nth-child(4),
  .svc:nth-child(5) {
    border-bottom: 1px solid var(--line)
  }

  .svc:nth-child(6) {
    border-bottom: none
  }

  .seo-g {
    grid-template-columns: 1fr
  }
}

.wrap {
  padding: 0 16px
}

.strip-g {
  grid-template-columns: 1fr 1fr;
  padding: 0 16px
}

.si {
  border-right: none;
  border-bottom: 1px solid var(--line);
  padding: 18px 16px
}

.si:nth-child(odd) {
  border-right: 1px solid var(--line)
}

.si:nth-last-child(-n+2) {
  border-bottom: none
}

.svc-g {
  grid-template-columns: 1fr
}

.svc {
  border-right: none !important
}

.vtabs {
  grid-template-columns: repeat(2, 1fr)
}

.fg {
  grid-template-columns: 1fr;
  gap: 20px
}

.fbot {
  flex-direction: column;
  text-align: center
}

.ctb {
  font-size: 0.74rem
}

.ctb th,
.ctb td {
  padding: 10px 10px
}

section {
  padding: 56px 0
}

.pay-grid {
  grid-template-columns: repeat(3, 1fr);
  max-width: 100%
}


/* ── MOBILE OPTIMIERUNG ── */
@media(max-width:768px) {
  .wrap {
    padding: 0 14px
  }

  .hero-inner {
    padding: 10px 0 14px
  }

  .ig {
    grid-template-columns: 1fr 1fr !important
  }

  .strip-g {
    grid-template-columns: 1fr 1fr !important
  }

  .svc-g {
    grid-template-columns: 1fr 1fr !important
  }

  .steps-g {
    grid-template-columns: 1fr !important
  }

  .vgl-g {
    grid-template-columns: 1fr !important
  }

  .review-grid {
    grid-template-columns: 1fr !important
  }

  .img-grid {
    grid-template-columns: 1fr !important
  }

  section {
    padding: 36px 0
  }
}

@media(max-width:480px) {
  .ig {
    grid-template-columns: 1fr 1fr !important
  }

  .review-grid {
    grid-template-columns: 1fr !important
  }

  nav .nav-logo-img {
    max-height: 70px
  }

  .hero {
    padding-top: 190px
  }
}


/* ── MOBILE FINAL ── */
* {
  box-sizing: border-box
}

img {
  max-width: 100%;
  height: auto
}

.hero-badge {
  max-width: calc(100vw - 28px);
  overflow: hidden
}

@media(max-width:600px) {
  .rev-g {
    grid-template-columns: 1fr !important
  }

  .svc-g {
    grid-template-columns: 1fr 1fr !important
  }

  .ig {
    grid-template-columns: 1fr 1fr !important
  }

  .strip-g {
    grid-template-columns: 1fr 1fr !important;
    padding: 0 14px !important
  }

  .steps-g {
    grid-template-columns: 1fr !important
  }

  .vgl-g {
    grid-template-columns: 1fr !important
  }

  .ctb {
    font-size: 0.76rem !important
  }

  .ctb td,
  .ctb th {
    padding: 7px 6px !important
  }

  .city-grid {
    grid-template-columns: repeat(3, 1fr) !important
  }
}




*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  background: #0c0d0f;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 68px
}

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

:root {
  --gold: #c9a84c;
  --red: #c0392b;
  --red2: #e74c3c;
  --ink: #0c0d0f;
  --ink2: #111316;
  --ink3: #171a1f;
  --ink4: #1d2128;
  --line: rgba(255, 255, 255, 0.06);
  --linegold: rgba(201, 168, 76, 0.2);
  --muted: #4a4f5a;
  --soft: #7a7f8a;
  --light: #b0b5c0;
}

.hd {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.93
}

.ey {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 10px
}

.wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  background: rgba(12, 13, 15, 0.97);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--linegold)
}

.nb {
  display: flex;
  flex-direction: column;
  gap: 1px
}

.nn {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1
}

.nn em {
  color: var(--gold);
  font-style: normal
}

.ns {
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted)
}

.nt {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  color: var(--gold);
  white-space: nowrap
}

.hero {
  padding: 108px 0 52px;
  background: var(--ink2);
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% -10%, rgba(201, 168, 76, 0.07) 0%, transparent 65%);
  pointer-events: none
}

.bc {
  font-size: 0.72rem;
  color: var(--muted);
  margin-bottom: 16px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase
}

.bc a {
  color: var(--gold)
}

h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(2.2rem, 7vw, 3.8rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.93;
  margin-bottom: 16px
}

h1 span {
  color: var(--gold)
}

.lead {
  font-size: 0.96rem;
  font-weight: 300;
  color: var(--light);
  line-height: 1.78;
  max-width: 540px;
  margin-bottom: 20px
}

.warn {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid rgba(192, 57, 43, 0.35);
  border-left: 3px solid var(--red);
  background: rgba(192, 57, 43, 0.06);
  border-radius: 8px;
  padding: 13px 17px;
  margin-bottom: 24px
}

.wi {
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 900;
  color: #fff;
  margin-top: 1px;
  flex-shrink: 0
}

.warn p {
  font-size: 0.84rem;
  font-weight: 500;
  color: #e08080;
  line-height: 1.55
}

.cb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: var(--red);
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 15px 18px 15px 24px;
  border-radius: 8px;
  box-shadow: 0 5px 24px rgba(192, 57, 43, 0.38);
  max-width: 380px;
  width: 100%;
  transition: all 0.2s
}

.cb:hover {
  background: var(--red2);
  transform: translateY(-2px)
}

.cl {
  display: flex;
  flex-direction: column;
  gap: 1px
}

.ct {
  font-size: 0.66rem;
  opacity: 0.72;
  letter-spacing: 0.18em
}

.cn {
  font-size: 1.1rem;
  letter-spacing: 0.05em
}

.arr {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0
}

section {
  padding: 52px 0
}

.alt {
  background: var(--ink2)
}

h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.95;
  margin-bottom: 12px
}

.prose {
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--light);
  line-height: 1.82;
  max-width: 680px
}

.prose h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.94rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0 7px
}

.prose p {
  margin-bottom: 11px
}

.prose strong {
  color: #fff;
  font-weight: 500
}

.ig {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px
}

.ic {
  background: var(--ink3);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 17px 14px
}

.ic h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 5px
}

.ic p {
  font-size: 0.78rem;
  color: var(--light);
  font-weight: 300;
  line-height: 1.62
}

.cta-b {
  padding: 52px 0;
  background: var(--ink2);
  border-top: 1px solid var(--line);
  text-align: center
}

.cta-b h2 {
  margin-bottom: 10px
}

.cta-b p {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--light);
  max-width: 360px;
  margin: 0 auto 22px;
  line-height: 1.7
}

.cn2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 5vw, 2.6rem);
  letter-spacing: 0.08em;
  color: var(--gold)
}

footer {
  background: #080a0d;
  border-top: 1px solid var(--line);
  padding: 24px 0
}

.fi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px
}

.fn {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #fff
}

.fn em {
  color: var(--gold);
  font-style: normal
}

.fll {
  display: flex;
  gap: 14px
}

.fll a {
  font-size: 0.72rem;
  color: var(--muted);
  transition: color 0.2s
}

.fll a:hover {
  color: #fff
}

.fc {
  font-size: 0.68rem;
  color: #444;
  font-weight: 300
}

.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  z-index: 9999;
  height: 68px;
  box-shadow: 0 -3px 20px rgba(0, 0, 0, 0.8)
}

.sb {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  height: 68px
}

.st2 {
  background: #c0392b
}

.sw2 {
  background: #25d366
}

.sb svg {
  width: 19px;
  height: 19px;
  fill: #fff
}

@media(max-width:600px) {
  .ig {
    grid-template-columns: 1fr
  }

  .fi {
    flex-direction: column;
    text-align: center
  }
}



*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  background: #0c0d0f;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 68px
}

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

:root {
  --gold: #c9a84c;
  --red: #c0392b;
  --red2: #e74c3c;
  --ink: #0c0d0f;
  --ink2: #111316;
  --ink3: #171a1f;
  --ink4: #1d2128;
  --line: rgba(255, 255, 255, 0.06);
  --linegold: rgba(201, 168, 76, 0.2);
  --muted: #4a4f5a;
  --soft: #7a7f8a;
  --light: #b0b5c0;
}

.hd {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.93
}

.ey {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 10px
}

.wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  background: rgba(12, 13, 15, 0.97);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--linegold)
}

.nb {
  display: flex;
  flex-direction: column;
  gap: 1px
}

.nn {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1
}

.nn em {
  color: var(--gold);
  font-style: normal
}

.ns {
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted)
}

.nt {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  color: var(--gold);
  white-space: nowrap
}

.hero {
  padding: 108px 0 52px;
  background: var(--ink2);
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% -10%, rgba(201, 168, 76, 0.07) 0%, transparent 65%);
  pointer-events: none
}

.bc {
  font-size: 0.72rem;
  color: var(--muted);
  margin-bottom: 16px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase
}

.bc a {
  color: var(--gold)
}

h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(2.2rem, 7vw, 3.8rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.93;
  margin-bottom: 16px
}

h1 span {
  color: var(--gold)
}

.lead {
  font-size: 0.96rem;
  font-weight: 300;
  color: var(--light);
  line-height: 1.78;
  max-width: 540px;
  margin-bottom: 20px
}

.warn {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid rgba(192, 57, 43, 0.35);
  border-left: 3px solid var(--red);
  background: rgba(192, 57, 43, 0.06);
  border-radius: 8px;
  padding: 13px 17px;
  margin-bottom: 24px
}

.wi {
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 900;
  color: #fff;
  margin-top: 1px;
  flex-shrink: 0
}

.warn p {
  font-size: 0.84rem;
  font-weight: 500;
  color: #e08080;
  line-height: 1.55
}

.cb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: var(--red);
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 15px 18px 15px 24px;
  border-radius: 8px;
  box-shadow: 0 5px 24px rgba(192, 57, 43, 0.38);
  max-width: 380px;
  width: 100%;
  transition: all 0.2s
}

.cb:hover {
  background: var(--red2);
  transform: translateY(-2px)
}

.cl {
  display: flex;
  flex-direction: column;
  gap: 1px
}

.ct {
  font-size: 0.66rem;
  opacity: 0.72;
  letter-spacing: 0.18em
}

.cn {
  font-size: 1.1rem;
  letter-spacing: 0.05em
}

.arr {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0
}

section {
  padding: 52px 0
}

h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.95;
  margin-bottom: 12px
}

.prose {
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--light);
  line-height: 1.82;
  max-width: 680px
}

.prose h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.94rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0 7px
}

.prose p {
  margin-bottom: 11px
}

.prose strong {
  color: #fff;
  font-weight: 500
}

.ig {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px
}

.ic {
  background: var(--ink3);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 17px 14px
}

.ic h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 5px
}

.ic p {
  font-size: 0.78rem;
  color: var(--light);
  font-weight: 300;
  line-height: 1.62
}

.cta-b {
  padding: 52px 0;
  background: var(--ink2);
  border-top: 1px solid var(--line);
  text-align: center
}

.cta-b h2 {
  margin-bottom: 10px
}

.cta-b p {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--light);
  max-width: 360px;
  margin: 0 auto 22px;
  line-height: 1.7
}

.cn2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 5vw, 2.6rem);
  letter-spacing: 0.08em;
  color: var(--gold)
}

footer {
  background: #080a0d;
  border-top: 1px solid var(--line);
  padding: 24px 0
}

.fi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px
}

.fn {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #fff
}

.fn em {
  color: var(--gold);
  font-style: normal
}

.fll {
  display: flex;
  gap: 14px
}

.fll a {
  font-size: 0.72rem;
  color: var(--muted);
  transition: color 0.2s
}

.fll a:hover {
  color: #fff
}

.fc {
  font-size: 0.68rem;
  color: #444;
  font-weight: 300
}

.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  z-index: 9999;
  height: 68px;
  box-shadow: 0 -3px 20px rgba(0, 0, 0, 0.8)
}

.sb {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  height: 68px
}

.st2 {
  background: #c0392b
}

.sw2 {
  background: #25d366
}

.sb svg {
  width: 19px;
  height: 19px;
  fill: #fff
}

@media(max-width:600px) {
  .ig {
    grid-template-columns: 1fr
  }

  .fi {
    flex-direction: column;
    text-align: center
  }
}



*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  background: #000;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding-bottom: 68px
}

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

:root {
  --gold: #F5A800;
  --gold2: #FFD54F;
  --golddim: rgba(245, 168, 0, 0.08);
  --red: #c0392b;
  --red2: #e74c3c;
  --ink: #000;
  --ink2: #0d0d0d;
  --ink3: #141414;
  --ink4: #1a1a1a;
  --line: rgba(255, 255, 255, 0.07);
  --linegold: rgba(245, 168, 0, 0.25);
  --muted: #4a4f5a;
  --soft: #9aa0b0;
  --light: #d0d5e0;
}

.hd {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.93
}

.ey {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 10px
}

.wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: #000;
  border-bottom: 1px solid var(--linegold);
  padding-top: 3px
}

.nav-logo {
  display: block;
  width: 100%;
  line-height: 0;
  background: #000
}

.nav-logo img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 90px;
  object-fit: contain;
  object-position: left center
}

.hero {
  padding: 103px 0 44px;
  background: var(--ink2);
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% -10%, rgba(245, 168, 0, 0.07) 0%, transparent 65%);
  pointer-events: none
}

.bc {
  font-size: 0.72rem;
  color: var(--muted);
  margin-bottom: 16px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase
}

.bc a {
  color: var(--gold)
}

h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(2.2rem, 7vw, 3.8rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.93;
  margin-bottom: 16px
}

h1 span {
  color: var(--gold)
}

.lead {
  font-size: 0.96rem;
  font-weight: 300;
  color: var(--light);
  line-height: 1.78;
  max-width: 540px;
  margin-bottom: 18px
}

.warn {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(192, 57, 43, 0.35);
  border-left: 3px solid var(--red);
  background: rgba(192, 57, 43, 0.06);
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 20px
}

.wi {
  width: 16px;
  height: 16px;
  min-width: 16px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: 900;
  color: #fff;
  flex-shrink: 0
}

.warn p {
  font-size: 0.82rem;
  font-weight: 500;
  color: #e08080;
  line-height: 1.4
}

.cb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: linear-gradient(135deg, #c0392b, #96281b);
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 18px 14px 24px;
  border-radius: 8px;
  box-shadow: 0 5px 24px rgba(192, 57, 43, 0.35);
  max-width: 380px;
  width: 100%;
  transition: all 0.2s
}

.cb:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(192, 57, 43, 0.5)
}

.cl {
  display: flex;
  flex-direction: column;
  gap: 1px
}

.ct {
  font-size: 0.66rem;
  opacity: 0.72;
  letter-spacing: 0.18em
}

.cn {
  font-size: 1.1rem;
  letter-spacing: 0.05em
}

.arr {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0
}

section {
  padding: 52px 0
}

h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.95;
  margin-bottom: 12px
}

.prose {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--light);
  line-height: 1.82;
  max-width: 680px
}

.prose h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.94rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0 7px
}

.prose p {
  margin-bottom: 11px
}

.prose strong {
  color: #fff;
  font-weight: 500
}

.ig {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px
}

.ic {
  background: var(--ink3);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 17px 14px
}

.ic h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 5px
}

.ic p {
  font-size: 0.78rem;
  color: var(--light);
  font-weight: 300;
  line-height: 1.62
}

.cta-b {
  padding: 52px 0;
  background: var(--ink2);
  border-top: 1px solid var(--line);
  text-align: center
}

.cn2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 5vw, 2.6rem);
  letter-spacing: 0.08em;
  color: var(--gold)
}

footer {
  background: #000;
  border-top: 1px solid var(--line);
  padding: 24px 0
}

.fi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px
}

.fn {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #fff
}

.fn em {
  color: var(--gold);
  font-style: normal
}

.fll {
  display: flex;
  gap: 14px;
  align-items: center
}

.fll a {
  font-size: 0.72rem;
  color: var(--muted);
  transition: color 0.2s
}

.fll a:hover {
  color: #fff
}

.fc {
  font-size: 0.68rem;
  color: #333;
  font-weight: 300
}

.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  z-index: 9999;
  height: 68px;
  box-shadow: 0 -3px 20px rgba(0, 0, 0, 0.8)
}

.sb {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  height: 68px
}

.st2 {
  background: #c0392b
}

.sw2 {
  background: #25d366
}

.sb svg {
  width: 19px;
  height: 19px;
  fill: #fff
}

@media(max-width:600px) {
  .ig {
    grid-template-columns: 1fr
  }

  .fi {
    flex-direction: column;
    text-align: center
  }
}


/* ===== Bootstrap 5 dark rebuild overrides ===== */
:root {
  --bs-body-bg: #08090d;
  --bs-body-color: #f3f4f8;
  --bs-warning: #F5A800;
  --bs-warning-rgb: 245, 168, 0;
  --gold: #F5A800;
  --gold2: #FFD54F;
  --ink: #08090d;
  --ink2: #101219;
  --ink3: #171a23;
  --line: rgba(255, 255, 255, .11);
  --soft: #cfd4df;
  --muted: #9aa3b2;
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
  background: #08090d;
  color: #f3f4f8;
}

body.has-fixed-nav {
  padding-top: 76px;
  padding-bottom: 0;
}

.container {
  max-width: 1140px;
}

.site-navbar {
  background: rgba(8, 9, 13, .96) !important;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(245, 168, 0, .34);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .32);
  padding: .85rem 0;
}

.navbar .nav-link {
  color: #e9edf5 !important;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: .88rem;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #F5A800 !important;
}

.navbar-toggler {
  border-color: rgba(245, 168, 0, .35);
}

.navbar-logo {
  height: 48px;
  width: auto;
  display: block;
  object-fit: contain;
}
@media(max-width:575px) {
  .navbar-logo {
    height: 44px;
  }
}

.hero {
  padding: clamp(60px, 8vw, 105px) 0;
  background: radial-gradient(circle at 12% 15%, rgba(245, 168, 0, .14), transparent 34%), linear-gradient(135deg, #0b0d12 0%, #10131b 46%, #07080c 100%);
}

.hero-inner,
.wrap {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, .75rem);
  padding-right: var(--bs-gutter-x, .75rem);
}

.hero-h1 {
  color: #fff;
  max-width: 860px;
}

.hero-lead,
.seo-p,
.svc-p,
p,
li {
  color: #d9dee8;
}

.hero-badge,
.ey {
  color: #F5A800;
}

.content-section,
.seo-bg,
.svc-bg,
section {
  background: #08090d;
}

.content-card,
.svc,
.pay-item,
.highlight-card {
  background: linear-gradient(180deg, #151821, #10131a);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
}

.content-card {
  padding: clamp(24px, 4vw, 46px);
}

.content-card h2,
.content-card h3 {
  color: #fff;
  margin-bottom: 1rem;
}

.highlight-card {
  border-color: rgba(245, 168, 0, .28);
}

.svc-g,
.seo-g,
.strip-g {
  width: 100%;
}

a {
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.btn-warning {
  --bs-btn-bg: #F5A800;
  --bs-btn-border-color: #F5A800;
  --bs-btn-color: #08090d;
  --bs-btn-hover-bg: #FFD54F;
  --bs-btn-hover-border-color: #FFD54F;
}

.site-footer {
  background: #07080c;
  border-top: 1px solid rgba(245, 168, 0, .22);
}

.footer-links a,
.site-footer a {
  color: #dfe4ee;
  text-decoration: none
}

.footer-links a:hover,
.site-footer a:hover {
  color: #F5A800
}

.footer-phone {
  font-size: 1.45rem;
  font-weight: 900;
  color: #F5A800 !important;
}

.sticky-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9100;
  display: flex;
  background: #0b0d12;
  border-top: 1px solid rgba(245, 168, 0, .35);
}

.sticky-actions a {
  flex: 1;
  text-align: center;
  padding: 14px 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-decoration: none
}

.sticky-call {
  background: #F5A800;
  color: #08090d
}

.sticky-whatsapp {
  background: #101820;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, .12)
}

.cookie-popup {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 88px;
  z-index: 9200;
  max-width: 760px;
  margin: auto;
  background: #10131a;
  border: 1px solid rgba(245, 168, 0, .34);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .48);
  display: none;
  gap: 18px;
  align-items: center;
  justify-content: space-between
}

.cookie-popup.show {
  display: flex
}

.cookie-popup p {
  margin: .25rem 0 0;
  font-size: .92rem;
  color: #cfd4df
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0
}

@media(max-width:991px) {
  body.has-fixed-nav {
    padding-top: 40px
  }

  .navbar-collapse {
    padding-top: 1rem;
    background-color: black!important;
    padding: 1em!important;
  }

  .nav-call {
    width: 100%;
    margin-top: .5rem
  }

  .cookie-popup {
    display: none;
    flex-direction: column;
    align-items: flex-start
  }

  .cookie-popup.show {
    display: flex
  }

  .cookie-actions {
    width: 100%
  }

  .cookie-actions .btn {
    flex: 1
  }

  .seo-g,
  .svc-g,
  .strip-g {
    display: block
  }

  .svc,
  .si {
    margin-bottom: 14px;
    border: 1px solid rgba(255, 255, 255, .1) !important;
    border-radius: 16px
  }

  .pay-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:575px) {
  .brand-text {
    font-size: 1.15rem
  }

  .brand-mark {
    width: 38px;
    height: 38px
  }

  .hero-h1 {
    font-size: clamp(2.2rem, 13vw, 3.4rem)
  }

  .sticky-actions a {
    font-size: .9rem;
    padding: 12px 8px
  }
}


/* ── FLOATING ACTION BUTTONS ── */
.fab-container {
  position: fixed;
  right: 18px;
  bottom: 24px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.fab {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
  color: #fff;
}
.fab:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(0,0,0,0.5);
}
.fab svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}
.fab-call {
  background: #F5A800;
  color: #000;
}
.fab-call:hover {
  background: #FFD54F;
}
.fab-wa {
  background: #25d366;
  color: #fff;
}
.fab-wa:hover {
  background: #1eba58;
}

/* ── HERO BACKGROUND (subpages) ── */
.hero-bg {
  background: url('../../hero-bg-desktop.webp') right center / cover no-repeat, #0b0d12;
  position: relative;
}
.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0.35) 100%);
  pointer-events: none;
}
.hero-bg .wrap {
  position: relative;
  z-index: 1;
}
@media(max-width:768px) {
  .hero-bg {
    background-image: url('../../hero-bg.webp');
    background-position: top right;
  }
  .hero-bg::before {
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.75) 100%);
  }
}

/* ── NEW HERO HOME ── */
.hero-home {
  background: url('../../hero-bg-desktop.webp') center center / cover no-repeat, #0b0d12;
  position: relative;
}
@media(max-width:768px) {
  .hero-home {
    background-image: url('../../hero-bg.webp');
    background-position: top center;
  }
}
.hero-home::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0.75) 100%);
  pointer-events: none;
}
.hero-home .hero-inner {
  position: relative;
  z-index: 1;
}
.hero-features {
  display: flex;
  gap: 20px;
  margin: 28px 0 24px;
  flex-wrap: wrap;
}
.hero-feat {
  text-align: center;
  flex: 1;
  min-width: 90px;
  max-width: 160px;
  padding-right: 20px;
  border-right: 1px solid rgba(255,255,255,0.12);
}
.hero-feat:last-child {
  border-right: none;
  padding-right: 0;
}
.hero-feat-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(245,168,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  color: #F5A800;
}
.hero-feat-icon svg {
  width: 22px;
  height: 22px;
}
.hero-feat-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  color: #fff;
  letter-spacing: 0.04em;
}
.hero-feat-sub {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.6);
  margin-top: 2px;
}
.hero-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.hero-stars {
  color: #F5A800;
  font-size: 1.1rem;
  letter-spacing: 2px;
}
.hero-rating-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
}
.hero-rating-sub {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
}
.hero-ctas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 28px;
  max-width: 520px;
}
.hero-cta-card {
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: transform 0.2s, box-shadow 0.2s;
  overflow: hidden;
}
.hero-cta-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.4);
}
.hero-cta-top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
}
.hero-cta-top svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.hero-cta-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-cta-desc {
  font-size: 0.68rem;
  opacity: 0.7;
}
.hero-cta-call {
  background: #141414;
  border: 2px solid rgba(245,168,0,0.4);
}
.hero-cta-call .hero-cta-top svg { color: #fff; }
.hero-cta-call .hero-cta-title { color: #fff; }
.hero-cta-call .hero-cta-desc { color: rgba(255,255,255,0.6); }
.hero-cta-number {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  color: #000;
  text-align: center;
  background: #F5A800;
  border-radius: 8px;
  padding: 10px 0;
}
.hero-cta-call:hover .hero-cta-number {
  background: #FFD54F;
}
.hero-cta-wa {
  background: #141414;
  border: 2px solid rgba(37,211,102,0.35);
}
.hero-cta-wa .hero-cta-top svg { color: #25d366; }
.hero-cta-wa .hero-cta-title { color: #fff; }
.hero-cta-wa .hero-cta-desc { color: rgba(255,255,255,0.6); }
.hero-cta-btn {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: #25d366;
  border-radius: 8px;
  padding: 10px 0;
}
.hero-cta-wa:hover .hero-cta-btn {
  background: #1eba58;
}
@media(max-width:400px) {
  .hero-ctas { gap: 10px; }
  .hero-cta-card { padding: 12px; }
  .hero-cta-top svg { width: 22px; height: 22px; }
  .hero-cta-title { font-size: 0.82rem; }
  .hero-cta-number, .hero-cta-btn { font-size: 0.85rem; padding: 8px 0; }
}
.hero-trust {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.74rem;
  color: rgba(255,255,255,0.65);
}
.hero-trust-item svg {
  width: 18px;
  height: 18px;
  fill: #F5A800;
  flex-shrink: 0;
}
@media(max-width:575px) {
  .hero-ctas {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .hero-cta-card {
    padding: 14px 12px;
  }
  .hero-cta-top svg {
    width: 22px;
    height: 22px;
  }
  .hero-features {
    gap: 12px;
  }
  .hero-feat {
    padding-right: 12px;
  }
  .hero-feat-icon {
    width: 40px;
    height: 40px;
  }
  .hero-feat-icon svg {
    width: 18px;
    height: 18px;
  }
  .hero-trust {
    gap: 14px;
  }
}

/* Extracted former inline styles */
.xstyle-1 {
  background: #000
}

.xstyle-2 {
  font-size: .9rem;
  font-weight: 300;
  color: var(--light);
  max-width: 360px;
  margin: 8px auto 22px;
  line-height: 1.7
}

.xstyle-3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background: #00ff44;
  box-shadow: 0 0 8px #00ff44, 0 0 14px rgba(0, 255, 68, 0.6);
  animation: pulse 2s infinite;
  flex-shrink: 0
}

.xstyle-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 12px;
  max-width: 320px
}

.xstyle-5 {
  background: #141414;
  border: 1px solid rgba(245, 168, 0, 0.25);
  border-radius: 7px;
  padding: 10px 12px;
  text-align: center
}

.xstyle-6 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: #F5A800;
  line-height: 1;
  letter-spacing: 0.02em
}

.xstyle-7 {
  font-size: 0.62rem;
  font-weight: 700;
  color: #e8eaf0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 3px
}

.xstyle-8 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 24px
}

.xstyle-9 {
  margin-top: 20px
}

.xstyle-10 {
  margin-bottom: 10px
}

.xstyle-11 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.xstyle-12 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 10px
}

.xstyle-13 {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--light);
  max-width: 500px;
  margin-bottom: 40px;
  line-height: 1.75
}

.xstyle-14 {
  background: #000;
  padding: 48px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06)
}

.xstyle-15 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin-bottom: 24px
}

.xstyle-16 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%
}
@media(max-width:600px) {
  .xstyle-16 {
    grid-template-columns: 1fr;
  }
}

.xstyle-17 {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(245, 168, 0, 0.15)
}

.xstyle-18 {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover
}

.xstyle-19 {
  font-size: 0.82rem;
  color: var(--soft);
  margin-top: 14px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600
}

.xstyle-20 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 10px
}

.xstyle-21 {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--light);
  max-width: 440px;
  margin-bottom: 32px;
  line-height: 1.75
}

.xstyle-22 {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--light);
  max-width: 440px;
  margin-bottom: 36px;
  line-height: 1.75
}

.xstyle-23 {
  overflow-x: auto
}

.xstyle-24 {
  background: #0d0d0d;
  padding: 56px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07)
}

.xstyle-25 {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 8px;
  flex-wrap: wrap
}

.xstyle-26 {
  font-size: clamp(2rem, 4vw, 2.8rem)
}

.xstyle-27 {
  font-size: 0.78rem;
  color: var(--gold);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid var(--gold);
  padding: 4px 12px;
  border-radius: 4px;
  transition: all 0.2s
}

.xstyle-28 {
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--light);
  margin-bottom: 28px
}

.xstyle-29 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 14px
}

.xstyle-30 {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  padding: 20px
}

.xstyle-31 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px
}

.xstyle-32 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  color: #fff
}

.xstyle-33 {
  font-size: 0.72rem;
  color: var(--muted)
}

.xstyle-34 {
  color: #F5A800;
  font-size: 0.85rem
}

.xstyle-35 {
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--light);
  line-height: 1.65;
  font-style: italic
}

.xstyle-36 {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 5px
}

.xstyle-37 {
  font-size: 0.68rem;
  color: var(--muted)
}

.xstyle-38 {
  text-align: center;
  margin-top: 20px
}

.xstyle-39 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #1a1a2e;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 8px;
  transition: all 0.2s
}

.xstyle-40 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.93
}

.xstyle-41 {
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--light);
  line-height: 1.75
}

.xstyle-42 {
  text-decoration: none
}

.xstyle-43 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 12px
}

.xstyle-44 {
  background: var(--ink2);
  padding: 56px 0;
  border-top: 1px solid var(--line)
}

.xstyle-45 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center
}

.xstyle-46 {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--light);
  line-height: 1.75;
  margin-bottom: 24px
}

.xstyle-47 {
  color: #fff
}

.xstyle-48 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #1a1a2e;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.96rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 13px 22px;
  border-radius: 8px;
  transition: all 0.2s;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3)
}

.xstyle-49 {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.xstyle-50 {
  background: var(--ink3);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 18px
}

.xstyle-51 {
  margin-bottom: 6px
}

.xstyle-52 {
  color: #fbbc05
}

.xstyle-53 {
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--light);
  font-style: italic;
  line-height: 1.6
}

.xstyle-54 {
  font-size: 0.72rem;
  color: var(--muted);
  margin-top: 8px;
  font-weight: 600
}

.xstyle-55 {
  background: #000;
  padding: 56px 0;
  border-top: 1px solid rgba(255, 255, 255, .06)
}

.xstyle-56 {
  font-size: .9rem;
  font-weight: 400;
  color: #e8eaf0;
  max-width: 480px;
  margin-bottom: 28px;
  line-height: 1.75
}

.xstyle-57 {
  text-align: center;
  display: block
}

.xstyle-58 {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.93);
  z-index: 99999;
  overflow-y: auto
}

.xstyle-59 {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px
}

.xstyle-60 {
  background: #111316;
  border: 1px solid rgba(245, 168, 0, 0.25);
  border-radius: 10px;
  max-width: 600px;
  width: 100%;
  padding: 28px 24px;
  position: relative
}

.xstyle-61 {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  color: #9aa0b0;
  font-size: 1.8rem;
  cursor: pointer;
  line-height: 1;
  padding: 0
}

.xstyle-62 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 18px;
  letter-spacing: 0.02em
}

.xstyle-63 {
  font-size: 0.86rem;
  color: #e8eaf0;
  line-height: 1.85
}

.xstyle-64 {
  margin-bottom: 12px
}

.xstyle-65 {
  color: #F5A800;
  display: block;
  margin-bottom: 4px
}

.xstyle-66 {
  color: #F5A800
}

.xstyle-67 {
  margin-top: 14px;
  font-size: 0.76rem;
  color: #6a7080
}
