/*
Theme Name: NOLIMITALGO Landing
Theme URI: https://nolimitalgo.com
Author: Codex
Description: Editable WordPress landing page theme for NOLIMITALGO.COM Copy Trade, MT4/MT5 tools, online license packages, downloads, and member CTA.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: nolimitalgo-landing
*/

:root {
  color-scheme: dark;
  --nla-bg: #020814;
  --nla-panel: #061729;
  --nla-panel-2: #08223a;
  --nla-line: #124e74;
  --nla-cyan: #18c8ff;
  --nla-green: #52ff95;
  --nla-gold: #ffd15c;
  --nla-red: #ff5f7a;
  --nla-text: #f4fbff;
  --nla-muted: #9eb8cc;
  --nla-soft: rgba(24, 200, 255, .13);
  --nla-shadow: 0 18px 48px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 0%, color-mix(in srgb, var(--nla-cyan) 20%, transparent), transparent 26rem),
    linear-gradient(180deg, var(--nla-bg) 0%, #03101f 48%, var(--nla-bg) 100%);
  color: var(--nla-text);
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nla-app {
  margin: 0 auto;
  max-width: 1120px;
  min-height: 100vh;
  padding: calc(18px + env(safe-area-inset-top)) 14px 28px;
}

.nla-topbar {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 20;
  margin: calc(-18px - env(safe-area-inset-top)) -14px 12px;
  padding: calc(12px + env(safe-area-inset-top)) 14px 12px;
  background: rgba(2, 8, 20, .92);
  border-bottom: 1px solid rgba(24, 200, 255, .2);
  backdrop-filter: blur(10px);
}

.nla-brand {
  align-items: center;
  display: flex;
  gap: 10px;
  min-width: 0;
}

.nla-brand img {
  width: 48px;
  height: 48px;
  border-radius: 9px;
  border: 1px solid rgba(24, 200, 255, .45);
  object-fit: contain;
  background: #061729;
  padding: 3px;
}

.nla-brand-title {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.nla-brand-title strong {
  font-size: clamp(18px, 4.6vw, 24px);
  line-height: 1.05;
  white-space: nowrap;
}

.nla-brand-title span {
  color: var(--nla-green);
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nla-nav-actions,
.nla-menu {
  align-items: center;
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.nla-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nla-menu a,
.nla-icon-btn {
  align-items: center;
  background: #061729;
  border: 1px solid rgba(24, 200, 255, .45);
  border-radius: 8px;
  color: var(--nla-text);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  min-height: 42px;
  justify-content: center;
  padding: 0 12px;
  text-transform: uppercase;
}

.nla-translate-panel {
  align-items: center;
  background: rgba(6, 23, 41, .88);
  border: 1px solid rgba(24, 200, 255, .34);
  border-radius: 8px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin: 8px 0 14px;
  min-height: 54px;
  padding: 10px 12px;
}

.nla-translate-panel strong {
  color: var(--nla-green);
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}

.nla-translate-panel span {
  color: var(--nla-muted);
  display: block;
  font-size: 12px;
  margin-top: 2px;
}

#google_translate_element {
  min-width: 186px;
  text-align: right;
}

#google_translate_element .goog-te-gadget {
  color: transparent;
  font-size: 0;
}

#google_translate_element .goog-te-gadget-simple {
  background: #020912;
  border: 1px solid rgba(24, 200, 255, .5);
  border-radius: 8px;
  color: var(--nla-text);
  min-height: 38px;
  padding: 8px 10px;
}

#google_translate_element .goog-te-gadget-simple span {
  color: var(--nla-text) !important;
  font-size: 13px;
  font-weight: 900;
}

body > .skiptranslate { display: none; }
body { top: 0 !important; }

.nla-hero {
  background:
    linear-gradient(90deg, rgba(2, 8, 20, .94) 0%, rgba(2, 8, 20, .78) 48%, rgba(2, 8, 20, .58) 100%),
    var(--nla-hero-bg, none) center / cover no-repeat;
  border: 1px solid rgba(24, 200, 255, .22);
  border-radius: 8px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .24);
  display: grid;
  gap: 18px;
  grid-template-columns: 1.12fr .88fr;
  overflow: hidden;
  padding: 28px 18px 18px;
}

.nla-hero-copy {
  align-content: center;
  display: grid;
  gap: 16px;
  min-height: 360px;
}

.nla-kicker {
  align-items: center;
  color: var(--nla-green);
  display: flex;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nla-dot {
  background: var(--nla-green);
  border-radius: 999px;
  box-shadow: 0 0 18px color-mix(in srgb, var(--nla-green) 72%, transparent);
  height: 9px;
  width: 9px;
}

.nla-hero h1 {
  font-size: clamp(38px, 8vw, 76px);
  line-height: .95;
  margin: 0;
  max-width: 780px;
}

.nla-lead {
  color: #c8d9e7;
  font-size: clamp(16px, 3vw, 21px);
  line-height: 1.5;
  margin: 0;
  max-width: 760px;
}

.nla-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nla-btn {
  align-items: center;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 14px 18px;
  text-transform: uppercase;
  transition: transform .15s ease, filter .15s ease;
}

.nla-btn:active { transform: translateY(1px); }
.nla-btn-primary {
  background: linear-gradient(135deg, var(--nla-green), var(--nla-cyan));
  color: #02101b;
}
.nla-btn-secondary {
  background: var(--nla-panel-2);
  border: 1px solid rgba(24, 200, 255, .55);
  color: var(--nla-text);
}

.nla-hero-card {
  background: linear-gradient(180deg, rgba(8, 34, 58, .94), rgba(4, 15, 30, .94));
  border: 1px solid rgba(24, 200, 255, .4);
  border-radius: 8px;
  box-shadow: var(--nla-shadow);
  overflow: hidden;
}

.nla-hero-card img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: contain;
  width: 100%;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 45%, rgba(24, 200, 255, .18), transparent 52%),
    #020814;
}

.nla-status-strip {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  padding: 12px;
}

.nla-stat {
  background: rgba(2, 8, 20, .7);
  border: 1px solid rgba(24, 200, 255, .28);
  border-radius: 8px;
  padding: 10px;
}

.nla-stat span {
  color: var(--nla-muted);
  display: block;
  font-size: 11px;
  margin-bottom: 4px;
}

.nla-stat strong {
  color: var(--nla-green);
  display: block;
  font-size: 16px;
}

.nla-section {
  margin-top: 22px;
  padding: 16px 0;
}

.nla-section-head {
  align-items: end;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.nla-section h2 {
  font-size: clamp(24px, 5vw, 38px);
  line-height: 1.1;
  margin: 0;
}

.nla-section-head p {
  color: var(--nla-muted);
  line-height: 1.45;
  margin: 0;
  max-width: 560px;
}

.nla-grid {
  display: grid;
  gap: 12px;
}

.nla-grid-3 { grid-template-columns: repeat(3, 1fr); }
.nla-grid-4 { grid-template-columns: repeat(4, 1fr); }

.nla-card {
  background: linear-gradient(180deg, rgba(8, 34, 58, .86), rgba(5, 20, 37, .86));
  border: 1px solid rgba(24, 200, 255, .3);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
  padding: 16px;
}

.nla-card h3 {
  font-size: 19px;
  margin: 0 0 8px;
}

.nla-card p {
  color: #bfd2df;
  line-height: 1.5;
  margin: 0;
}

.nla-tag {
  background: rgba(82, 255, 149, .11);
  border: 1px solid rgba(82, 255, 149, .38);
  border-radius: 999px;
  color: var(--nla-green);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 10px;
  padding: 6px 9px;
  text-transform: uppercase;
}

.nla-price {
  color: var(--nla-gold);
  display: block;
  font-size: 24px;
  font-weight: 900;
  margin: 10px 0 6px;
}

.nla-package-link {
  margin-top: 14px;
  width: 100%;
}

.nla-features {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.nla-feature {
  align-items: start;
  background: rgba(2, 8, 20, .48);
  border: 1px solid rgba(24, 200, 255, .22);
  border-radius: 8px;
  display: grid;
  gap: 5px;
  padding: 12px;
}

.nla-feature strong {
  color: var(--nla-text);
  font-size: 15px;
}

.nla-feature span {
  color: var(--nla-muted);
  font-size: 13px;
  line-height: 1.45;
}

.nla-download-card {
  display: grid;
  gap: 12px;
}
.nla-download-card .nla-btn { width: 100%; }

.nla-timeline {
  display: grid;
  gap: 10px;
}

.nla-update {
  align-items: center;
  background: rgba(2, 8, 20, .52);
  border: 1px solid rgba(24, 200, 255, .24);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: 110px 1fr;
  padding: 12px;
}

.nla-update time {
  color: var(--nla-green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.nla-update strong {
  display: block;
  margin-bottom: 3px;
}

.nla-update span {
  color: var(--nla-muted);
  line-height: 1.4;
}

.nla-notice {
  background: rgba(255, 209, 92, .12);
  border: 1px solid rgba(255, 209, 92, .42);
  border-radius: 8px;
  color: #ffe6a4;
  line-height: 1.5;
  margin-top: 14px;
  padding: 14px;
}

.nla-bottom-cta {
  background: linear-gradient(135deg, rgba(82, 255, 149, .15), rgba(24, 200, 255, .18));
  border: 1px solid rgba(82, 255, 149, .38);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr auto;
  margin-top: 20px;
  padding: 18px;
}

.nla-bottom-cta h2 { margin: 0 0 6px; }
.nla-bottom-cta p {
  color: #c8d9e7;
  margin: 0;
}

.nla-footer {
  border-top: 1px solid rgba(24, 200, 255, .22);
  color: var(--nla-muted);
  font-size: 13px;
  line-height: 1.5;
  margin-top: 26px;
  padding: 18px 0 4px;
  text-align: center;
}

.nla-mobile-bar {
  background: rgba(2, 8, 20, .94);
  border-top: 1px solid rgba(24, 200, 255, .28);
  bottom: 0;
  display: none;
  gap: 8px;
  left: 0;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  position: fixed;
  right: 0;
  z-index: 30;
}

.nla-mobile-bar .nla-btn {
  flex: 1;
  min-height: 46px;
  padding: 12px;
}

.nla-content-page {
  background: rgba(6, 23, 41, .78);
  border: 1px solid rgba(24, 200, 255, .26);
  border-radius: 8px;
  margin-top: 24px;
  padding: 22px;
}

.nla-content-page h1,
.nla-content-page h2,
.nla-content-page h3 {
  line-height: 1.15;
}

.nla-content-page p,
.nla-content-page li {
  color: #c8d9e7;
}

@media (max-width: 860px) {
  .nla-hero { grid-template-columns: 1fr; }
  .nla-hero-copy {
    min-height: auto;
    padding-top: 12px;
  }
  .nla-hero-card { max-width: 520px; }
  .nla-section-head {
    align-items: start;
    display: grid;
  }
  .nla-grid-3,
  .nla-grid-4,
  .nla-features { grid-template-columns: 1fr; }
  .nla-bottom-cta { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .nla-app {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 92px;
  }
  .nla-brand img {
    width: 42px;
    height: 42px;
  }
  .nla-nav-actions .nla-icon-btn:nth-child(2) {
    display: none;
  }
  .nla-menu { display: none; }
  .nla-translate-panel {
    align-items: stretch;
    display: grid;
  }
  #google_translate_element {
    min-width: 0;
    text-align: left;
  }
  .nla-cta-row .nla-btn { width: 100%; }
  .nla-status-strip { grid-template-columns: 1fr; }
  .nla-update { grid-template-columns: 1fr; }
  .nla-mobile-bar { display: flex; }
}
