/*
Theme Name: RadioAI DJ Site
Theme URI: https://radioai-dj.com
Author: Codex
Description: Custom marketing theme for RadioAI DJ.
Version: 1.0.0
Text Domain: radioai-dj-site
*/

:root {
  --bg: #07111f;
  --bg-soft: #0f1b2d;
  --surface: rgba(7, 17, 31, 0.76);
  --surface-solid: #0b1424;
  --text: #f5f7fb;
  --muted: #b8c5d9;
  --accent: #ff5d5d;
  --accent-2: #ffc857;
  --line: rgba(255, 255, 255, 0.12);
  --container: 1180px;
  --radius: 24px;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #07111f 0%, #0f1830 48%, #fff7ef 48%, #fff7ef 100%);
}

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

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

.site-shell {
  min-height: 100vh;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.site-header__inner,
.site-section,
.site-footer__inner {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
}

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

.brand__logo {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
}

.brand__text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.brand__name {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand__tagline {
  font-size: 0.86rem;
  color: var(--muted);
}

.primary-nav ul {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.primary-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #eef4ff;
  background: rgba(8, 18, 33, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease, transform 0.2s ease;
}

.primary-nav a:hover,
.primary-nav .current-menu-item a {
  background: rgba(255, 93, 93, 0.16);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(6, 12, 23, 0.86) 0%, rgba(6, 12, 23, 0.72) 40%, rgba(6, 12, 23, 0.42) 100%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.14) 0%, rgba(7, 17, 31, 0.74) 100%),
    url("/wp-content/uploads/2026/06/shutterstock_2728267901.jpg") center center / cover no-repeat;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 32px), var(--container));
  margin: auto;
  padding: 148px 0 72px;
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 36px;
  align-items: end;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffd8d8;
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 20px 0 16px;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.hero p {
  max-width: 720px;
  margin: 0 0 26px;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.65;
  color: #edf2ff;
}

.hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  background: linear-gradient(135deg, var(--accent) 0%, #ff7b56 100%);
  color: #fff;
  box-shadow: 0 18px 36px rgba(255, 93, 93, 0.3);
}

.button--ghost {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
}

.hero__panel {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.hero__panel h2 {
  margin: 0 0 18px;
  font-size: 1.25rem;
}

.hero__metrics {
  display: grid;
  gap: 14px;
}

.hero__metric {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero__metric strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.08rem;
}

.hero__metric span {
  color: var(--muted);
  line-height: 1.55;
}

.site-main {
  position: relative;
  z-index: 1;
}

.site-section {
  padding: 88px 0;
}

.site-section--light {
  color: #0d1727;
}

.site-section--light p,
.site-section--light li,
.site-section--light .section-intro {
  color: #42536d;
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 34px;
}

.section-heading h2,
.entry-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.section-intro {
  max-width: 720px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.75;
}

.feature-grid,
.pricing-grid,
.support-grid,
.token-grid,
.journey-grid {
  display: grid;
  gap: 22px;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.support-grid,
.token-grid,
.journey-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(15, 27, 45, 0.08);
  box-shadow: 0 18px 48px rgba(16, 27, 46, 0.08);
}

.card h3 {
  margin: 0 0 12px;
  font-size: 1.32rem;
  color: #0d1727;
}

.card h4 {
  margin: 18px 0 10px;
  font-size: 1rem;
  color: #0d1727;
}

.card p,
.card li {
  color: #42536d;
  line-height: 1.7;
}

.card ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

.price-card {
  position: relative;
  overflow: hidden;
}

.price-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 93, 93, 0.18) 0%, rgba(255, 93, 93, 0) 70%);
}

.price-card--featured {
  background: linear-gradient(180deg, #0f1b2d 0%, #121f33 100%);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
}

.price-card--featured h3,
.price-card--featured p,
.price-card--featured li,
.price-card--featured .price-card__meta {
  color: #f6f8fd;
}

.price-card__label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 93, 93, 0.16);
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.price-card__amount {
  margin: 0 0 8px;
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.price-card__amount small {
  font-size: 1rem;
  font-weight: 600;
  color: inherit;
}

.price-card__meta {
  margin: 0 0 18px;
  color: #55657d;
}

.token-note {
  margin-top: 28px;
  padding: 20px 24px;
  border-radius: 22px;
  background: rgba(255, 200, 87, 0.12);
  border: 1px solid rgba(255, 200, 87, 0.38);
  color: #0d1727;
}

.journey-step {
  position: relative;
  padding-left: 72px;
}

.journey-step__number {
  position: absolute;
  top: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, #ff8c5f 100%);
  color: #fff;
  font-weight: 800;
}

.cta-band {
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, #08111f 0%, #142441 100%);
  color: #fff;
  box-shadow: var(--shadow);
}

.cta-band h2 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.cta-band p {
  margin: 0 0 18px;
  max-width: 760px;
  color: #d8e4f8;
  line-height: 1.75;
}

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(16, 27, 46, 0.08);
}

.entry-content th,
.entry-content td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(15, 27, 45, 0.08);
  text-align: left;
}

.entry-content th {
  color: #0d1727;
  background: #f4f7fb;
}

.entry-content tr:last-child td {
  border-bottom: 0;
}

.entry-content,
.entry-content p,
.entry-content li {
  font-size: 1.04rem;
  line-height: 1.8;
}

.entry-content h2,
.entry-content h3 {
  color: #0d1727;
  margin-top: 34px;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.entry-content .button {
  margin-top: 18px;
}

.page-hero {
  padding: 148px 0 46px;
  background: linear-gradient(180deg, #07111f 0%, #13213a 100%);
}

.page-hero .entry-title,
.page-hero .section-intro {
  color: #fff;
}

.page-content-shell {
  background: #fff7ef;
  color: #0d1727;
}

.site-footer {
  background: #08111f;
  color: #dbe6f7;
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0 40px;
  flex-wrap: wrap;
}

.site-footer__inner p {
  margin: 0;
  color: #adc0da;
}

@media (max-width: 1024px) {
  .hero__content,
  .feature-grid,
  .pricing-grid,
  .support-grid,
  .token-grid {
    grid-template-columns: 1fr;
  }

  .hero__content {
    padding-top: 126px;
  }
}

@media (max-width: 720px) {
  .site-header__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .primary-nav ul {
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
  }

  .hero__content {
    padding-top: 146px;
    padding-bottom: 56px;
  }

  .site-section {
    padding: 68px 0;
  }
}
