:root {
  --bg: #0c0a11;
  --bg-elevated: #131118;
  --card: #1f1d2b;
  --border: #29263d;
  --primary: #eb6633;
  --primary-soft: rgba(235, 102, 51, 0.14);
  --rose: #d7428c;
  --gold: #d4a853;
  --text: #f6f4f1;
  --muted: #75728c;
  --max: 1120px;
  --radius: 20px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(ellipse 90% 50% at 50% -10%, rgba(235, 102, 51, 0.22), transparent 55%),
    radial-gradient(ellipse 50% 35% at 100% 100%, rgba(215, 66, 140, 0.1), transparent 50%),
    linear-gradient(180deg, #07050b 0%, var(--bg) 40%, #100e16 100%);
  color: var(--text);
  line-height: 1.65;
  min-height: 100vh;
}

a {
  color: var(--primary);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(12, 10, 17, 0.82);
  border-bottom: 1px solid var(--border);
}

.site-nav-inner,
.site-footer-inner,
.page-wrap,
.hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

.site-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.brand:hover {
  text-decoration: none;
}

.brand svg {
  flex-shrink: 0;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--text);
  text-decoration: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(145deg, #f07848, var(--primary));
  color: #fff;
  box-shadow: 0 12px 32px rgba(235, 102, 51, 0.35);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  border: 1px solid var(--border);
}

.hero {
  padding: 72px 0 56px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--primary-soft);
  border: 1px solid rgba(235, 102, 51, 0.28);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
  margin-bottom: 18px;
}

h1 .accent,
h2 .accent {
  color: var(--primary);
}

.lead {
  color: var(--muted);
  font-size: 1.12rem;
  max-width: 540px;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.phone-card {
  background: linear-gradient(155deg, #3a3a42, #121216);
  border-radius: 36px;
  padding: 12px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.55);
}

.phone-screen {
  background: var(--bg);
  border-radius: 28px;
  padding: 28px 22px;
  min-height: 420px;
  border: 1px solid var(--border);
}

.wave-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 24px 0;
}

.play-dot {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(145deg, #f07848, var(--primary));
  display: grid;
  place-items: center;
  box-shadow: 0 10px 28px rgba(235, 102, 51, 0.4);
}

.play-dot::after {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #fff;
  margin-left: 4px;
}

.bars {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 56px;
}

.bars span {
  width: 5px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--primary), #c44f22);
}

.section {
  padding: 56px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 36px;
}

.section-title h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.section-title p {
  color: var(--muted);
  max-width: 620px;
  margin: 0 auto;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--primary-soft);
  border: 1px solid rgba(235, 102, 51, 0.25);
  font-size: 1.3rem;
  margin-bottom: 14px;
}

.card h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.card p {
  color: var(--muted);
  font-size: 0.95rem;
}

.page-wrap {
  padding: 48px 24px 72px;
}

.page-header {
  margin-bottom: 32px;
}

.page-header h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.page-header .meta {
  color: var(--muted);
  margin-top: 8px;
}

.prose {
  max-width: 760px;
}

.prose h2 {
  font-size: 1.35rem;
  margin: 32px 0 12px;
  color: var(--text);
}

.prose p,
.prose li {
  color: #d8d6e3;
  margin-bottom: 12px;
}

.prose ul,
.prose ol {
  padding-left: 1.25rem;
  margin-bottom: 16px;
}

.callout {
  background: var(--card);
  border: 1px solid var(--border);
  border-left: 4px solid var(--primary);
  border-radius: 14px;
  padding: 18px 20px;
  margin: 24px 0;
}

.faq details {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 16px 18px;
  margin-bottom: 12px;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq p {
  color: var(--muted);
  margin-top: 10px;
}

.contact-panel {
  margin-top: 40px;
  padding: 28px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(235, 102, 51, 0.12), rgba(215, 66, 140, 0.08));
  border: 1px solid rgba(235, 102, 51, 0.25);
  text-align: center;
}

.site-footer {
  margin-top: 64px;
  border-top: 1px solid var(--border);
  padding: 32px 0 40px;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  justify-content: space-between;
  align-items: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.footer-links a {
  color: var(--muted);
  font-weight: 600;
}

.footer-links a:hover {
  color: var(--text);
}

@media (max-width: 900px) {
  .hero-grid,
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .phone-card {
    max-width: 360px;
    margin: 0 auto;
  }

  .nav-links .hide-mobile {
    display: none;
  }
}