/* Justonair — global brand layer on top of the Studio styles.
   Palette: #0E1626 navy · #AFD136 lime · #FF3D3D live · #F6F7F3 paper */

/* ---------- Wordmark: "just" white + "onair" lime + live dot ---------- */
.joa-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 800;
  font-size: 1.65rem;
  letter-spacing: -0.035em;
  line-height: 1;
  color: #fff !important;
  text-decoration: none !important;
}

.joa-wordmark__onair {
  color: #afd136;
}

.joa-wordmark__dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff3d3d;
  box-shadow: 0 0 0 0 rgba(255, 61, 61, 0.5);
  animation: joa-live-pulse 2.2s ease-in-out infinite;
}

@keyframes joa-live-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 61, 61, 0.5); }
  50% { box-shadow: 0 0 0 9px rgba(255, 61, 61, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .joa-wordmark__dot { animation: none; }
}

/* Brand name inside body copy: "Justonair" with the "onair" half emphasised.
   Colour is inherited so it reads on both the light and the dark sections. */
.joa-brand__onair {
  font-weight: 800;
}

.joa-wordmark--footer {
  font-size: 1.25rem;
}

@media (max-width: 575px) {
  .joa-wordmark { font-size: 1.3rem; }
}

/* ---------- Pricing ---------- */
.joa-pricing {
  padding: 4.5rem 0;
  background: linear-gradient(180deg, #f6f7f3 0%, #eef2f7 100%);
}

.joa-pricing .section-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5a6b8c;
  margin-bottom: 0.5rem;
}

.joa-pricing__title {
  font-size: clamp(1.75rem, 4vw, 2.4rem) !important;
  font-weight: 800;
  color: #0e1626;
  letter-spacing: -0.02em;
}

.joa-pricing__lede {
  color: #3d4f7a;
  max-width: 42rem;
  margin-bottom: 2.5rem;
}

.joa-price-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(14, 22, 38, 0.1);
  box-shadow: 0 14px 34px -18px rgba(14, 22, 38, 0.25);
}

.joa-price-card--featured {
  background: #0e1626;
  color: #fff;
  border-color: rgba(175, 209, 54, 0.55);
}

.joa-price-card__badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  background: #afd136;
  color: #0e1626;
  box-shadow: 0 3px 14px rgba(175, 209, 54, 0.5);
}

.joa-price-card__tier {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5a6b8c;
  margin-bottom: 0.35rem;
}

.joa-price-card--featured .joa-price-card__tier { color: #afd136; }

.joa-price-card__price {
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0e1626;
  line-height: 1.1;
}

.joa-price-card--featured .joa-price-card__price { color: #fff; }

.joa-price-card__per {
  font-size: 0.85rem;
  font-weight: 600;
  color: #5a6b8c;
}

.joa-price-card--featured .joa-price-card__per { color: rgba(255, 255, 255, 0.65); }

.joa-price-card__note {
  font-size: 0.8rem;
  color: #5a6b8c;
  margin-bottom: 0.9rem;
}

.joa-price-card--featured .joa-price-card__note { color: rgba(255, 255, 255, 0.65); }

.joa-price-card ul {
  list-style: none;
  margin: 0 0 1.4rem;
  padding: 0;
  flex: 1 1 auto;
}

.joa-price-card ul li {
  position: relative;
  padding: 0.3rem 0 0.3rem 1.45rem;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #2a3a5c;
}

.joa-price-card--featured ul li { color: rgba(255, 255, 255, 0.9); }

.joa-price-card ul li::before {
  content: "\f00c"; /* fa-check */
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0.32rem;
  font-size: 0.78rem;
  color: #7fa322;
}

.joa-price-card--featured ul li::before { color: #afd136; }

.joa-price-card .atlas-cta {
  display: block;
  text-align: center;
}

/* ---------- Early access band ---------- */
.joa-access {
  padding: 4.5rem 0;
  background:
    linear-gradient(118deg, rgba(2, 30, 86, 0.94) 0%, rgba(8, 20, 48, 0.9) 45%, rgba(14, 22, 38, 0.86) 100%),
    url("../img/contact-bk.jpg") center / cover;
  color: #fff;
}

.joa-access__title {
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}

.joa-access__title .accent { color: #afd136; }

.joa-access__lede {
  color: rgba(255, 255, 255, 0.88);
  max-width: 36rem;
}

.joa-access form input,
.joa-access form textarea {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(175, 209, 54, 0.6);
  color: #fff;
  border-radius: 10px;
}

.joa-access form input::placeholder,
.joa-access form textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.joa-access form input:focus,
.joa-access form textarea:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: #afd136;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(175, 209, 54, 0.2);
}

.joa-access__small {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
}

/* ---------- Small fixes for the global page ---------- */
body { color: #0e1626 !important; }
