/* =========================================================================
   Ozone Landing — modern overrides
   Loaded AFTER style.css. Updates brand tokens to match the wallet app
   (dark navy + neon green) and refreshes key sections.
   ========================================================================= */

:root {
  --ozone-bg: #0b1118;
  --ozone-bg-soft: #111922;
  --ozone-surface: #18222e;
  --ozone-surface-2: #1f2a37;
  --ozone-line: rgba(255, 255, 255, 0.08);
  --ozone-text: #e7edf3;
  --ozone-text-dim: #9aa5b1;
  --ozone-green: #89ED37;
  --ozone-green-soft: rgba(137, 237, 55, 0.14);
  --ozone-green-line: rgba(137, 237, 55, 0.35);
  --ozone-radius: 14px;
}

/* -------- Global tweaks ------------------------------------------------- */

html { scroll-behavior: smooth; }

body { background: var(--ozone-bg); color: var(--ozone-text); }

/* Hide Vue mustache flicker before app boots */
[v-cloak] { display: none !important; }

/* -------- Header / hero ------------------------------------------------- */

.color-gredient,
.header-slider.color-gredient,
.site-more-features.color-gredient {
  background: radial-gradient(ellipse at top right, rgba(137,237,55,0.18) 0%, transparent 55%),
              radial-gradient(ellipse at bottom left, rgba(21,188,210,0.12) 0%, transparent 60%),
              linear-gradient(160deg, #0b1118 0%, #0e1a24 100%) !important;
  filter: none !important;
}

.sticky-header {
  background: rgba(11, 17, 24, 0.85) !important;
  backdrop-filter: saturate(160%) blur(10px);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--ozone-line);
}

.site-nav ul.nav-off-canvas li a {
  color: var(--ozone-text) !important;
  transition: color .18s ease;
}
.site-nav ul.nav-off-canvas li a:hover,
.site-nav ul.nav-off-canvas li.active a { color: var(--ozone-green) !important; }

/* Hero — replaces sequence.js slider */
.hero {
  position: relative;
  width: 100%;
  min-height: clamp(640px, 92vh, 900px);
  display: flex;
  align-items: center;
  padding: 110px 0 60px;
}
.hero-inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 992px) {
  .hero-inner {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
  }
}

.hero-copy h1 {
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.05;
  font-weight: 700;
  color: var(--ozone-text) !important;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}
.hero-copy h1 .accent { color: var(--ozone-green); }

.hero-copy .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid var(--ozone-green-line);
  background: var(--ozone-green-soft);
  color: var(--ozone-green);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 18px;
  text-transform: none;
  letter-spacing: 0;
}
.hero-copy .hero-eyebrow .dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--ozone-green);
  box-shadow: 0 0 0 4px rgba(137,237,55,0.18);
}

.hero-copy p.hero-sub {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ozone-text-dim) !important;
  max-width: 540px;
  margin: 0 0 28px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.btn-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  border-radius: 12px;
  background: #000;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.12);
  text-decoration: none !important;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
  min-width: 170px;
}
.btn-badge:hover {
  transform: translateY(-2px);
  border-color: var(--ozone-green);
}
.btn-badge i { font-size: 28px; line-height: 1; color: #fff; }
.btn-badge .label { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.btn-badge .label small { font-size: 11px; opacity: 0.7; font-weight: 400; letter-spacing: 0.04em; text-transform: uppercase; }
.btn-badge .label strong { font-size: 16px; font-weight: 600; }

.btn-badge.btn-badge-desktop { background: var(--ozone-surface); }

/* Trust strip under hero CTAs */
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 20px 28px;
  color: var(--ozone-text-dim);
  font-size: 13px;
}
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust i { color: var(--ozone-green); }

/* Phone mockup */
.hero-mockup {
  display: flex;
  justify-content: center;
  position: relative;
}
.phone-frame {
  position: relative;
  width: min(300px, 78vw);
  aspect-ratio: 9 / 19.5;
  background: #0b0b0b;
  border-radius: 38px;
  padding: 10px;
  box-shadow:
    0 0 0 1.5px rgba(255,255,255,0.08),
    0 30px 80px -20px rgba(0,0,0,0.7),
    0 0 60px -10px rgba(137,237,55,0.25);
  overflow: hidden;
}
.phone-frame::before {
  content: "";
  position: absolute;
  top: 12px; left: 50%;
  transform: translateX(-50%);
  width: 90px; height: 22px;
  background: #000;
  border-radius: 14px;
  z-index: 3;
}
.phone-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 28px;
  display: block;
}
.phone-glow {
  position: absolute;
  inset: -40px;
  background: radial-gradient(circle at center, rgba(137,237,55,0.18) 0%, transparent 60%);
  z-index: -1;
  pointer-events: none;
}

/* Remove the old slide-button look since we use btn-badge in hero */
.header-slider .step1 .slide-caption .slide-button { display: none; }

/* -------- Section spacing & heading restyle ----------------------------- */

.site-amazing-features, .site-more-features, .site-about-app, .two-colom-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-white { background: var(--ozone-bg-soft) !important; }
.section-grey  { background: var(--ozone-bg) !important; }
.section-blue  { background: var(--ozone-bg-soft) !important; }

.section-white h1, .section-blue h1, .section-grey h1, .two-colom-section h1 {
  color: var(--ozone-text) !important;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: clamp(28px, 4vw, 40px);
}
.section-white h1:after, .section-blue h1:after,
.section-grey h1:after, .two-colom-section h1:after {
  content: "";
  background: var(--ozone-green) !important;
  width: 56px;
  height: 3px;
  border-radius: 3px;
  display: block;
  margin: 14px auto 0;
}
.left-heading h1:after { margin-left: 0 !important; margin-right: auto !important; }

/* -------- Seguridad / features tiles ----------------------------------- */

.site-amazing-features .features {
  background: var(--ozone-surface);
  border: 1px solid var(--ozone-line);
  border-radius: var(--ozone-radius);
  padding: 28px 18px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
  text-align: center;
}
.site-amazing-features .features:hover {
  transform: translateY(-4px);
  background: var(--ozone-surface-2);
  border-color: var(--ozone-green-line);
}
.site-amazing-features .features:hover h5 { color: var(--ozone-green) !important; }
.site-amazing-features .features figure {
  width: 70px; height: 70px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--ozone-green-soft);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--ozone-green-line);
}
.site-amazing-features .features figure:before { display: none !important; }
.site-amazing-features .features img { max-width: 36px; height: auto; filter: brightness(0) invert(1); }
.site-amazing-features h5 {
  color: var(--ozone-text) !important;
  font-size: 15px;
  font-weight: 500;
  margin-top: 6px;
  line-height: 1.4;
}
.site-amazing-features .device img { max-width: 360px; margin: 40px auto 0; display: block; }

/* -------- Funcionalidades (more-features) ------------------------------ */

/* Features section (clean grid) */
.features-section {
  background: var(--ozone-bg-soft) !important;
  padding-top: 90px;
  padding-bottom: 90px;
}
.features-section h1 {
  color: var(--ozone-text) !important;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: clamp(28px, 4vw, 40px);
}
.features-section h1:after {
  content: "";
  background: var(--ozone-green) !important;
  width: 56px;
  height: 3px;
  border-radius: 3px;
  display: block;
  margin: 14px auto 0;
}
.section-lead {
  color: var(--ozone-text-dim);
  font-size: 16px;
  line-height: 1.65;
  max-width: 640px;
  margin: 18px auto 0;
}

/* -------- Ventajas grid (replaces the wall of text) -------------------- */

.advantages-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 36px;
}
@media (min-width: 640px) { .advantages-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .advantages-grid { grid-template-columns: repeat(3, 1fr); } }

.advantage-card {
  background: var(--ozone-surface);
  border: 1px solid var(--ozone-line);
  border-radius: var(--ozone-radius);
  padding: 28px 24px;
  text-align: center;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.advantage-card:hover {
  transform: translateY(-4px);
  border-color: var(--ozone-green-line);
  background: var(--ozone-surface-2);
}
.advantage-card .ico {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: var(--ozone-green-soft);
  border: 1px solid var(--ozone-green-line);
  color: var(--ozone-green);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  margin: 0 auto 18px;
}
.advantage-card h3 {
  color: var(--ozone-text);
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}
.advantage-card p {
  color: var(--ozone-text-dim);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* -------- Tangem section ----------------------------------------------- */

.tangem-section {
  background:
    radial-gradient(ellipse at 80% 20%, rgba(137,237,55,0.10) 0%, transparent 55%),
    linear-gradient(180deg, #0b1118 0%, #0e1a24 100%);
  padding: 100px 0;
  border-top: 1px solid var(--ozone-line);
  border-bottom: 1px solid var(--ozone-line);
}

.tangem-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media (min-width: 992px) {
  .tangem-inner {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
  }
}

.tangem-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid var(--ozone-green-line);
  background: var(--ozone-green-soft);
  color: var(--ozone-green);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 18px;
}
.tangem-eyebrow .dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--ozone-green);
  box-shadow: 0 0 0 4px rgba(137,237,55,0.18);
}

.tangem-copy h1 {
  font-size: clamp(30px, 4.5vw, 44px);
  line-height: 1.1;
  font-weight: 700;
  color: var(--ozone-text) !important;
  letter-spacing: -0.015em;
  margin: 0 0 16px;
}
.tangem-copy h1 .accent { color: var(--ozone-green); }
.tangem-copy h1:after { display: none; }

.tangem-lead {
  color: var(--ozone-text-dim);
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 24px;
  max-width: 560px;
}

.tangem-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: grid;
  gap: 12px;
}
.tangem-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--ozone-text-dim);
  font-size: 14px;
  line-height: 1.55;
}
.tangem-bullets li i.fa {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--ozone-green-soft);
  border: 1px solid var(--ozone-green-line);
  color: var(--ozone-green);
  font-size: 11px;
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 2px;
}
.tangem-bullets li strong {
  color: var(--ozone-text);
  font-weight: 600;
}

.tangem-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
}
.btn-primary-green {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: var(--ozone-green);
  color: #0b1118 !important;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease;
  box-shadow: 0 10px 30px -10px rgba(137,237,55,0.5);
}
.btn-primary-green:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px -10px rgba(137,237,55,0.7);
}
.tangem-promo {
  color: var(--ozone-text-dim);
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tangem-promo code {
  background: var(--ozone-surface);
  border: 1px dashed var(--ozone-green-line);
  color: var(--ozone-green);
  padding: 4px 10px;
  border-radius: 6px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.tangem-visual {
  display: flex;
  justify-content: center;
  position: relative;
}
.tangem-visual::before {
  content: "";
  position: absolute;
  inset: -30px;
  background: radial-gradient(circle at center, rgba(137,237,55,0.18) 0%, transparent 65%);
  z-index: 0;
  pointer-events: none;
}
.tangem-card-img {
  position: relative;
  z-index: 1;
  max-width: 360px;
  width: 100%;
  border-radius: 18px;
  box-shadow:
    0 30px 60px -20px rgba(0,0,0,0.7),
    0 0 0 1px rgba(255,255,255,0.05);
  transform: rotate(-6deg);
  transition: transform .3s ease;
}
.tangem-card-img:hover { transform: rotate(0deg) scale(1.02); }

/* -------- About us / Quienes Somos ------------------------------------- */

.two-colom-section .two-colom-content p {
  color: var(--ozone-text-dim);
  font-size: 16px;
  line-height: 1.7;
}
.two-colom-section .two-colom-content strong { color: var(--ozone-green); }
.center-imgage {
  display: block;
  margin: 0 auto;
  max-width: 340px;
  width: 100%;
  background: var(--ozone-surface) !important;
  border: 1px solid var(--ozone-line);
  border-radius: var(--ozone-radius) !important;
  padding: 40px !important;
  transition: border-color .2s ease;
}
.center-imgage:hover { border-color: var(--ozone-green-line); }

/* -------- Footer -------------------------------------------------------- */

.site-footer.section-blue {
  background: var(--ozone-bg) !important;
  border-top: 1px solid var(--ozone-line);
  padding: 70px 0 30px;
}
.site-footer h2 {
  color: var(--ozone-text) !important;
  font-weight: 700;
  margin: 16px 0 28px;
  font-size: clamp(24px, 3vw, 32px);
}
.site-download-icons .align-center {
  display: flex !important;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.site-download-icons a.app-download-icons {
  background: var(--ozone-surface) !important;
  border: 1px solid var(--ozone-line) !important;
  border-radius: 12px !important;
  padding: 12px 18px !important;
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  min-width: 180px;
  height: auto !important;
  width: auto !important;
  text-align: left !important;
  transition: border-color .18s ease, transform .18s ease;
}
.site-download-icons a.app-download-icons:hover {
  border-color: var(--ozone-green) !important;
  transform: translateY(-2px);
}
.site-download-icons a.app-download-icons figure {
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  border: none !important;
}
.site-download-icons a.app-download-icons figure i.fa {
  font-size: 26px !important;
  color: #fff !important;
  margin: 0 !important;
}
.site-download-icons a.app-download-icons h6 {
  color: var(--ozone-text-dim) !important;
  font-size: 11px !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 !important;
  font-weight: 400 !important;
}
.site-download-icons a.app-download-icons h5 {
  color: var(--ozone-text) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  margin: 2px 0 0 !important;
}

.site-social-icons { margin: 40px 0 20px; }
.site-social-icons a {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--ozone-surface);
  border: 1px solid var(--ozone-line);
  color: var(--ozone-text-dim) !important;
  display: inline-flex; align-items: center; justify-content: center;
  margin: 0 6px;
  transition: all .18s ease;
}
.site-social-icons a:hover {
  border-color: var(--ozone-green);
  color: var(--ozone-green) !important;
  transform: translateY(-2px);
}
.site-social-icons a i { font-size: 18px; }

.site-copyright {
  margin-top: 24px;
  color: var(--ozone-text-dim);
}
.site-copyright p { color: var(--ozone-text-dim) !important; font-size: 13px; }
.site-copyright a { color: var(--ozone-green) !important; }

/* -------- About app (Cosas que nos hacen únicos) ----------------------- */

.site-about-app .about-half-colom-section-content p {
  color: var(--ozone-text-dim);
}

.site-about-app .about-half-colom-section-image img {
  max-width: 100%;
  border-radius: var(--ozone-radius);
}

/* -------- Language switcher polish ------------------------------------- */

.site-nav .claseA select.form-control {
  border-radius: 8px !important;
  padding: 4px 28px 4px 10px !important;
  font-size: 13px !important;
  height: auto !important;
  background: var(--ozone-surface) !important;
  border: 1px solid var(--ozone-line) !important;
  color: var(--ozone-text) !important;
}

/* -------- Misc cleanups ------------------------------------------------- */

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

::selection { background: var(--ozone-green); color: #0b1118; }

/* Respect reduced motion: skip WOW reveal animations */
@media (prefers-reduced-motion: reduce) {
  .wow { visibility: visible !important; animation-name: none !important; opacity: 1 !important; }
}
