
:root {
  --bg: #050505;
  --bg-2: #0d0d0f;
  --panel: rgba(14, 14, 16, 0.94);
  --panel-2: rgba(20, 20, 24, 0.98);
  --text: #f3f4f6;
  --muted: #9ca3af;
  --line: rgba(255,255,255,.08);
  --line-2: rgba(255,255,255,.14);
  --brand: #e5e7eb;
  --brand-2: #ffffff;
  --accent: #7f1d1d;
  --accent-2: #b91c1c;
  --shadow: 0 24px 70px rgba(0,0,0,.55);
  --radius: 22px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(127,29,29,.12), transparent 26%),
    radial-gradient(circle at top right, rgba(255,255,255,.04), transparent 18%),
    linear-gradient(180deg, #050505 0%, #0b0b0d 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.badge {
  display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid var(--line);
  border-radius: 999px; color: #e5e7eb; background: rgba(255,255,255,.03); font-size: 14px; font-weight: 600;
  backdrop-filter: blur(12px);
}
.dot { width: 10px; height: 10px; border-radius: 50%; background: #b91c1c; box-shadow: 0 0 0 6px rgba(127,29,29,.18); }
.nav { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(12px); background: rgba(8,8,8,.78); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 0; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .04em; }
.brand-mark { width: 40px; height: 40px; border-radius: 14px; background: rgba(255,255,255,.02); display: grid; place-items: center; box-shadow: var(--shadow); overflow: hidden; border: 1px solid var(--line); }
.brand-mark img { width: 100%; height: 100%; display: block; object-fit: cover; }
.nav-links { display: flex; gap: 18px; color: var(--muted); font-size: 15px; flex-wrap: wrap; }
.nav-links a:hover { color: #fff; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 20px; border-radius: 14px; font-weight: 700; transition: .2s ease; border: 1px solid transparent; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, #ffffff, #d1d5db); color: #050505; box-shadow: 0 12px 30px rgba(255,255,255,.08); }
.btn-secondary { background: rgba(255,255,255,.02); border-color: var(--line); color: #fff; }
.btn-danger { background: rgba(127,29,29,.15); border-color: rgba(185,28,28,.28); color:#fff; }
.hero { padding: 74px 0 40px; }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: stretch; }
.card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.hero-main { padding: 34px; }
.hero h1 { font-size: clamp(38px, 6vw, 68px); line-height: 1.02; margin: 18px 0; letter-spacing: -.04em; }
.hero h1 span { color: var(--brand-2); }
.lead { font-size: 18px; line-height: 1.7; color: var(--muted); max-width: 820px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hero-points { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 30px; }
.mini { padding: 16px; border-radius: 18px; background: rgba(255,255,255,.02); border: 1px solid var(--line); }
.mini strong { display: block; font-size: 22px; margin-bottom: 8px; color: #ffffff; }
.mini span { color: var(--muted); font-size: 14px; line-height: 1.5; }
.side-offer { padding: 28px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(180deg, rgba(127,29,29,.10), rgba(14,14,16,.96)); }
.eyebrow { color: #d1d5db; font-weight: 800; letter-spacing: .08em; font-size: 13px; text-transform: uppercase; }
.side-offer h2 { margin: 10px 0 8px; font-size: 30px; line-height: 1.1; }
.price { display: flex; align-items: end; gap: 10px; margin: 22px 0 12px; flex-wrap: wrap; }
.price .big { font-size: 52px; font-weight: 900; letter-spacing: -.04em; color: #ffffff; }
.price .small { color: var(--muted); font-size: 16px; padding-bottom: 9px; }
.list { display: grid; gap: 12px; margin: 18px 0 26px; }
.list div { display: flex; gap: 10px; color: var(--muted); line-height: 1.55; }
.list div::before { content: "✓"; color: #d1d5db; font-weight: 900; }
.micro { margin-top: 14px; color: var(--muted); font-size: 14px; line-height: 1.7; }
section { padding: 28px 0; }
.section-head { max-width: 860px; margin-bottom: 22px; }
.section-head h2 { font-size: clamp(28px, 4vw, 46px); margin: 0 0 12px; letter-spacing: -.03em; }
.section-head p { margin: 0; color: var(--muted); line-height: 1.75; }
.visual-showcase, .split-grid, .bundle, .cta-grid, .logo-strip, .detail-grid, .card-grid { display:grid; gap:18px; }
.visual-showcase { grid-template-columns: 1.1fr .9fr; align-items:stretch; }
.visual-card { overflow:hidden; }
.visual-card img { width:100%; height:100%; display:block; object-fit:cover; }
.visual-copy, .package-copy, .panel-pad, .cta-card, .detail-card, .legal-copy { padding:30px; }
.visual-copy h3, .package-copy h3, .detail-card h3 { margin:0 0 12px; font-size: 30px; color:#fff; }
.visual-copy p, .package-copy p, .detail-card p, .legal-copy p, .legal-copy li { margin:0; color: var(--muted); line-height:1.8; }
.logo-strip { grid-template-columns: 300px 1fr; align-items:center; }
.logo-frame { padding: 26px; display:flex; align-items:center; justify-content:center; min-height: 220px; }
.logo-frame img { max-width: 100%; max-height: 180px; object-fit: contain; }
.info-pills { display:flex; gap:10px; flex-wrap:wrap; }
.pill { display:inline-flex; align-items:center; padding:9px 12px; border-radius:999px; border:1px solid var(--line-2); color:#d1d5db; background:rgba(255,255,255,.03); font-size:13px; font-weight:700; }
.grid-2 { display:grid; grid-template-columns: repeat(2,1fr); gap:18px; }
.grid-3 { display:grid; grid-template-columns: repeat(3,1fr); gap:18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service, .step, .pricing-card, .faq-card { padding: 24px; }
.service .icon, .step .num { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: rgba(127,29,29,.12); border: 1px solid rgba(127,29,29,.28); font-size: 24px; margin-bottom: 16px; }
.step .num { border-radius: 999px; font-weight: 900; color: #fff; }
.service h3, .step h3, .pricing-card h3, .faq-card h3 { margin: 0 0 10px; font-size: 22px; color: #ffffff; }
.service p, .step p, .pricing-card p, .faq-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.pricing-card { position: relative; overflow: hidden; }
.pricing-card.popular { border-color: rgba(127,29,29,.45); transform: translateY(-4px); }
.pricing-card.popular::after { content: "Best entry point"; position: absolute; top: 18px; right: -42px; transform: rotate(35deg); background: linear-gradient(135deg, #ffffff, #d1d5db); color: #050505; padding: 8px 48px; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.pricing-card .value { font-size: 38px; font-weight: 900; letter-spacing: -.03em; color: #ffffff; }
.pricing-card .unit { color: var(--muted); margin-top: 4px; }
.offer-highlight, .consult-highlight { padding: 30px; margin: 0 0 22px; background: linear-gradient(135deg, rgba(127,29,29,.16), rgba(10,10,12,.98)); }
.tag { display:inline-flex; padding: 8px 12px; border-radius: 999px; background: rgba(185,28,28,.18); border:1px solid rgba(185,28,28,.30); color:#fff; font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.offer-highlight h3, .consult-highlight h3 { margin: 16px 0 10px; font-size: clamp(30px,4vw,48px); line-height:1.05; letter-spacing:-.03em; max-width: 900px; }
.offer-highlight p, .consult-highlight p { margin: 0; color: var(--muted); line-height: 1.75; font-size: 17px; max-width: 900px; }
.highlight-price { display:flex; align-items:flex-end; gap:12px; flex-wrap:wrap; margin:18px 0 8px; }
.highlight-price .big { font-size: 60px; font-weight: 900; letter-spacing: -.04em; color:#fff; }
.highlight-price .small { color: var(--muted); padding-bottom: 10px; }
.sub { margin-top: 10px; color: #e5e7eb; font-weight: 700; }
.strike { color: #9a8650; text-decoration: line-through; }
.save { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: rgba(127,29,29,.14); color: #f3f4f6; font-size: 13px; font-weight: 800; border: 1px solid rgba(127,29,29,.28); }
.callout { padding:20px 22px; border-radius:18px; border:1px solid rgba(185,28,28,.22); background: rgba(127,29,29,.12); color:#e5e7eb; line-height:1.7; }
.compare-table { width:100%; border-collapse: collapse; overflow:hidden; border-radius:20px; }
.compare-table th, .compare-table td { padding:16px 14px; border-bottom:1px solid var(--line); text-align:left; vertical-align:top; }
.compare-table th { color:#fff; font-size:14px; letter-spacing:.04em; text-transform:uppercase; background: rgba(255,255,255,.03); }
.compare-wrap { overflow:auto; border-radius:20px; border:1px solid var(--line); background: rgba(255,255,255,.02); }
.cta { padding: 34px; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; margin: 28px 0 56px; background: linear-gradient(135deg, rgba(127,29,29,.12), rgba(10,10,12,.96)); }
.cta h2 { margin: 0 0 10px; font-size: clamp(30px, 4vw, 44px); }
.cta p { margin: 0; color: var(--muted); line-height: 1.7; }
.details, .faq { display: grid; gap: 14px; }
details { border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.02); padding: 18px 20px; }
summary { cursor: pointer; font-weight: 800; }
details p { color: var(--muted); line-height: 1.7; margin: 12px 0 0; }
.legal-copy h1 { font-size: clamp(34px,5vw,58px); line-height:1.05; margin: 18px 0; }
.legal-copy h2 { margin-top: 28px; color:#fff; font-size: 24px; }
.legal-copy ul { color: var(--muted); line-height:1.8; }
.footer { padding: 24px 0 46px; color: var(--muted); font-size: 14px; border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-links { display:flex; gap:14px; flex-wrap:wrap; }
.note { font-size:13px; color:#9ca3af; line-height:1.7; }
@media (max-width: 1080px) {
  .hero-grid, .bundle, .pricing-grid, .grid-4, .grid-3, .grid-2, .steps, .visual-showcase, .logo-strip, .detail-grid, .card-grid { grid-template-columns: 1fr 1fr; }
  .cta { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .nav-links { display: none; }
  .hero, section { padding-top: 18px; }
  .hero-grid, .pricing-grid, .grid-4, .grid-3, .grid-2, .bundle, .steps, .hero-points, .visual-showcase, .logo-strip, .detail-grid, .card-grid { grid-template-columns: 1fr; }
  .hero-main, .side-offer, .pricing-card, .service, .step, .cta, .visual-copy, .package-copy, .detail-card, .panel-pad, .legal-copy { padding: 22px; }
  .price .big, .highlight-price .big { font-size: 42px; }
}


.selector-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:18px; }
.option-card { padding:24px; border-radius:22px; border:1px solid var(--line); background:rgba(255,255,255,.02); }
.option-card.active { border-color: rgba(185,28,28,.38); box-shadow: 0 0 0 1px rgba(185,28,28,.18) inset; }
.option-card h3 { margin:0 0 8px; font-size:24px; color:#fff; }
.option-price { font-size:42px; font-weight:900; letter-spacing:-.03em; color:#fff; }
.option-sub { color:var(--muted); margin-top:4px; }
.option-note { color:var(--muted); font-size:14px; line-height:1.7; margin-top:14px; }
.choice-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:18px; }
.choice-actions .btn { flex:1 1 220px; }
.upsell-stack { display:grid; grid-template-columns: repeat(3,1fr); gap:18px; }
.upsell-card { padding:24px; }
.upsell-card h3 { margin:0 0 10px; color:#fff; font-size:24px; }
.upsell-card .tagline { color:var(--muted); line-height:1.7; }
.inline-strong { color:#fff; font-weight:800; }
.hidden { display:none !important; }
@media (max-width:1080px){ .selector-grid, .upsell-stack { grid-template-columns: 1fr; } }

/* ===== Mobile hamburger nav (Pass 10) ===== */
.nav-hamburger {
  display: none;
  background: none;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  padding: 6px 11px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  margin-left: auto;
}
@media (max-width: 760px) {
  .nav-hamburger { display: block; }
  .nav-links.nav-open {
    display: flex !important;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(8,8,8,.97);
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 8px 0 14px;
    z-index: 200;
  }
  .nav-links.nav-open a {
    padding: 11px 24px;
    color: var(--muted);
    border-bottom: 1px solid rgba(255,255,255,.04);
  }
  .nav-links.nav-open a:last-child { border-bottom: none; }
  .nav-links.nav-open a:hover { color: #fff; background: rgba(255,255,255,.03); }
}

/* Skip to main content link (accessibility) */
.skip-link {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 9999;
  background: #050505;
  color: #fff;
  padding: 12px 24px;
  border: 2px solid rgba(255,255,255,0.8);
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
}
.skip-link:focus {
  left: 16px;
  top: 16px;
}

/* ===== PASS 26: Feature Include/Exclude Lists ===== */
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text, #e8e8e8);
}
.feature-item.not-included {
  color: var(--muted, #888);
}
.feature-check {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 0.95rem;
  color: #22c55e;
  margin-top: 1px;
  min-width: 16px;
}
.feature-check.muted {
  color: var(--muted, #888);
}
@media (max-width: 760px) {
  .feature-section > .container > div[style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
}
