/* Satellite Radio Pro — satelliteradiopro.online */
:root {
  --ink: #0e1a2b;
  --muted: #4a5a6e;
  --paper: #eef3f8;
  --cream: #f7fafc;
  --line: #d3dde8;
  --cyan: #0e7c8b;
  --cyan2: #0a5d69;
  --ok: #2d6a4f;
  --focus: #0b57d0;
  --serif: Georgia, "Iowan Old Style", serif;
  --sans: "Segoe UI", "Helvetica Neue", system-ui, sans-serif;
  --max: 1120px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink); background: var(--cream);
  font-family: var(--sans); font-size: 1.1rem; line-height: 1.65; overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--cyan2); }
a:hover { color: var(--cyan); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
h1, h2, h3, p { overflow-wrap: break-word; }
.skip { position: absolute; left: 12px; top: -60px; background: #fff; padding: 10px 16px; z-index: 1000; font-weight: 700; }
.skip:focus { top: 12px; }
.wrap { width: 100%; max-width: var(--max); padding-inline: 22px; margin-inline: auto; }

.topbar { background: var(--ink); color: #dce7f0; font-size: 0.92rem; padding: 8px 0; }
.topbar .wrap { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.topbar a { color: #fff; font-weight: 700; text-decoration: none; }

.site-header {
  background: #fff; border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 40;
}
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 82px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand-mark { width: 42px; height: 42px; }
.brand-name { font-weight: 800; font-size: 1.15rem; letter-spacing: 0.02em; }
.brand-tag { display: block; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan); font-weight: 700; }
.nav { display: flex; align-items: center; gap: 2px; flex-wrap: wrap; }
.nav a { color: var(--ink); text-decoration: none; font-weight: 650; padding: 10px 10px; font-size: 0.95rem; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--cyan); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 10px 18px; border: 2px solid transparent;
  font: inherit; font-weight: 750; cursor: pointer; text-decoration: none; border-radius: 6px;
}
.btn-cta { background: var(--cyan); color: #fff !important; }
.btn-cta:hover { background: var(--cyan2); }
.btn-ink { background: var(--ink); color: #fff !important; }
.btn-ghost { background: transparent; color: var(--ink) !important; border-color: var(--ink); }
.btn-light { background: #fff; color: var(--ink) !important; }
.nav-toggle { display: none; min-height: 46px; min-width: 46px; border: 2px solid var(--ink); background: #fff; font-weight: 700; border-radius: 6px; }

.hero {
  position: relative; min-height: 520px; display: grid; align-items: end;
  background: #0e1a2b center/cover no-repeat; color: #fff;
}
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,26,43,.85), rgba(14,26,43,.35)); }
.hero-inner { position: relative; z-index: 1; padding: 64px 0 48px; max-width: 640px; }
.kicker { display: inline-block; font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 800; color: #8fd4de; margin-bottom: 10px; }
.hero h1, h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.8rem, 3.6vw, 2.8rem); line-height: 1.15; margin: 0 0 12px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.facts { background: #fff; border-bottom: 1px solid var(--line); padding: 18px 0; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.facts strong { display: block; color: var(--cyan2); }
section { padding: 56px 0; }
.section-head { max-width: 700px; margin-bottom: 24px; }
h2 { font-family: var(--serif); font-size: clamp(1.6rem, 2.8vw, 2.2rem); margin: 0 0 10px; }
h3 { font-size: 1.2rem; margin: 0 0 8px; }
.lede { color: var(--muted); margin: 0; }
.bg-paper { background: var(--paper); }
.bg-ink { background: var(--ink); color: #e8f0f4; }
.bg-ink h2, .bg-ink h3 { color: #fff; }

.grid-3, .grid-2 { display: grid; gap: 16px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; }
.card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: var(--paper); }
.card-body { padding: 16px; display: flex; flex-direction: column; flex: 1; }
.card-body p { margin: 0 0 12px; color: var(--muted); flex: 1; }
.price { font-weight: 800; color: var(--cyan2); margin-bottom: 6px; }
.card a.btn { align-self: flex-start; }

.crumb { font-size: 0.95rem; color: var(--muted); margin-bottom: 14px; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.product-photo { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.product-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.fees { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; margin: 16px 0; }
.fees table { width: 100%; border-collapse: collapse; }
.fees th, .fees td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--line); }
.fees tr:last-child th, .fees tr:last-child td { border-bottom: 0; }
.fees th { width: 42%; color: var(--muted); }
.note { color: var(--muted); font-size: 1rem; }
.checklist { margin: 0; padding-left: 20px; }
.checklist li { margin: 8px 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.split img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 8px; }
.form { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 22px; }
label { display: block; font-weight: 700; margin: 0 0 6px; }
input, select, textarea {
  width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: 6px;
  padding: 10px 12px; font: inherit; margin-bottom: 12px; background: #fff;
}
textarea { min-height: 110px; resize: vertical; }
.consent { display: flex; gap: 12px; align-items: flex-start; margin: 8px 0 14px; }
.consent input { width: 22px; height: 22px; min-height: 22px; margin: 4px 0 0; flex: 0 0 22px; }
.form-success { display: none; background: #e8f5ee; border: 1px solid var(--ok); color: var(--ok); padding: 12px; font-weight: 700; margin-bottom: 12px; }
.prose { max-width: 760px; }
.fine { font-size: 0.95rem; color: var(--muted); }
.notice { background: #fff8e8; border: 1px solid #e6d4a0; padding: 12px 14px; border-radius: 6px; margin: 12px 0; }

.site-footer { background: var(--ink); color: #c9d6e2; padding: 48px 0 16px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 22px; }
.site-footer a { color: #fff; }
.site-footer h3 { color: #fff; font-size: 0.95rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 8px 0; }
.legal-row { border-top: 1px solid rgba(255,255,255,.12); margin-top: 22px; padding-top: 12px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 0.92rem; }
.disclaimer { font-size: 0.95rem; color: #9aabbb; margin-top: 14px; }

.cookie {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  background: #fff; border-top: 3px solid var(--cyan); padding: 14px 0;
  box-shadow: 0 -8px 24px rgba(0,0,0,.1);
}
.cookie .wrap { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.cookie p { margin: 0; max-width: 70ch; }
.cookie-actions { display: flex; gap: 10px; }
.cookie.hidden { display: none; }
.call-dock { display: none; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 50; }
.call-dock a {
  display: flex; align-items: center; justify-content: center; min-height: 52px;
  background: var(--cyan); color: #fff; text-decoration: none; font-weight: 800; border-radius: 6px;
}

@media (max-width: 980px) {
  .grid-3, .grid-2, .split, .facts-grid, .footer-grid, .product-grid { grid-template-columns: 1fr; }
  .nav { display: none; }
  .nav.open {
    display: flex; flex-direction: column; position: absolute;
    left: 0; right: 0; top: 100%; background: #fff; padding: 12px; border-bottom: 1px solid var(--line);
  }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  body:not(.cookie-done) { padding-bottom: 200px; }
  body.cookie-done { padding-bottom: 76px; }
  body.cookie-done .call-dock { display: block; }
  .cookie .wrap { flex-direction: column; align-items: stretch; }
  .cookie-actions { width: 100%; }
  .cookie-actions .btn { flex: 1; }
  .hero { min-height: auto; }
  .hero-inner { padding: 40px 0 32px; }
  .topbar .hours { display: none; }
}
@media (max-width: 640px) {
  .hero-actions .btn { width: 100%; }
  .cookie-actions { flex-direction: column; }
}
