@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700&display=swap');
/* ===== HOTCHOWS POS — SHARED THEME (v2 cinematic + galaxy) ===== */

:root {
  --gold-primary: #D4AF37;
  --gold-bright:  #FFC125;
  --red-hero:     #E63946;
  --red-deep:     #B8000C;
  --fire-orange:  #FF6B35;
  --space-black:  #0A0A12;
  --space-deep:   #050510;
  --space-card:   #14141C;
  --navy-deep:    #07071A;
  --charcoal:     #0A0A12;
  --charcoal-2:   #14141C;
  --charcoal-3:   #0F0F18;
  --white:        #FFFFFF;
  --cream:        #F5F1E8;
  --text-muted:   #B0B0B0;
  --text-dim:     #8B8B95;
  --green-good:   #4ade80;

  --font-display: 'Bebas Neue', 'Anton', 'Oswald', sans-serif;
  --font-body:    'Inter', -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

/* Hide Google Translate banner/toolbar that injects when language switched */
.goog-te-banner-frame, .goog-te-banner-frame.skiptranslate, .skiptranslate, iframe.goog-te-banner-frame, .goog-te-gadget, .goog-tooltip, .goog-tooltip:hover, .goog-text-highlight, #google_translate_element { display: none !important; visibility: hidden !important; }
body { top: 0 !important; position: relative !important; }
font[style*="vertical-align"] { background: transparent !important; box-shadow: none !important; }
body {
  font-family: var(--font-body);
  background: var(--space-black);
  color: var(--white);
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
}

/* ===== GALAXY STAR FIELD (fixed background) ===== */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: -2;
  background:
    radial-gradient(ellipse 70% 50% at 15% 15%, rgba(212,175,55,0.04) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 85% 75%, rgba(230,57,70,0.05) 0%, transparent 60%),
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(120,80,200,0.03) 0%, transparent 70%),
    var(--space-deep);
  pointer-events: none;
}
body::after {
  content: "";
  position: fixed; inset: 0; z-index: -1;
  background-image:
    radial-gradient(1.5px 1.5px at 25% 15%, rgba(255,255,255,0.95), transparent 50%),
    radial-gradient(1px 1px at 60% 30%, rgba(255,255,255,0.7), transparent 50%),
    radial-gradient(2px 2px at 80% 65%, rgba(255,235,200,0.9), transparent 50%),
    radial-gradient(1px 1px at 35% 80%, rgba(255,255,255,0.6), transparent 50%),
    radial-gradient(1.5px 1.5px at 70% 90%, rgba(255,255,255,0.8), transparent 50%),
    radial-gradient(1px 1px at 15% 60%, rgba(255,255,255,0.5), transparent 50%),
    radial-gradient(1px 1px at 90% 20%, rgba(255,255,255,0.7), transparent 50%),
    radial-gradient(2px 2px at 5% 35%, rgba(255,235,200,0.85), transparent 50%),
    radial-gradient(1px 1px at 50% 50%, rgba(255,255,255,0.4), transparent 50%),
    radial-gradient(1px 1px at 45% 25%, rgba(255,255,255,0.6), transparent 50%),
    radial-gradient(1.5px 1.5px at 95% 55%, rgba(255,255,255,0.7), transparent 50%),
    radial-gradient(1px 1px at 8% 88%, rgba(255,255,255,0.55), transparent 50%);
  background-size: 700px 700px;
  background-repeat: repeat;
  opacity: 0.55;
  animation: star-twinkle 8s ease-in-out infinite;
  pointer-events: none;
}
@keyframes star-twinkle {
  0%, 100% { opacity: 0.55; }
  50%      { opacity: 0.78; }
}
@media (prefers-reduced-motion: reduce) {
  body::after { animation: none; opacity: 0.55; }
}

a { color: var(--gold-bright); text-decoration: none; }
a:hover, a:focus { color: var(--gold-primary); }

/* ===== ACCESSIBILITY ===== */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; top: -40px; left: 0; background: var(--gold-primary); color: var(--charcoal); padding: 8px 16px; z-index: 9999; text-decoration: none; font-weight: 700; }
.skip-link:focus { top: 0; }
*:focus-visible { outline: 3px solid var(--gold-primary); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  video { display: none; }
}

/* ===== HEADER NAV ===== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(26, 26, 46, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}
.nav-wrap { max-width: 1400px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--white); font-family: var(--font-display); font-size: 18px; letter-spacing: 1px; }
.brand-logo:hover { color: var(--gold-bright); }
.brand-logo-shield {
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--red-hero) 0%, var(--fire-orange) 100%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--white); font-weight: 900; font-family: var(--font-display); font-size: 18px;
}
.nav-links { display: flex; gap: 28px; list-style: none; flex-wrap: wrap; }
.nav-links a { color: var(--white); text-decoration: none; font-weight: 500; font-size: 15px; transition: color 0.2s; }
.nav-links a:hover, .nav-links a:focus, .nav-links a.active { color: var(--gold-bright); }
.nav-cta { background: var(--red-hero); color: var(--white); padding: 10px 22px; border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 14px; transition: background 0.2s, transform 0.1s; }
.nav-cta:hover, .nav-cta:focus { background: var(--red-deep); transform: translateY(-1px); color: var(--white); }
@media (max-width: 900px) {
  .nav-wrap { gap: 12px; }
  .nav-links { display: none; }
}

/* ===== PAGE HERO (used by all sub-pages) ===== */
.page-hero {
  padding: 140px 24px 60px;
  text-align: center;
  background:
    radial-gradient(ellipse at top, rgba(212, 175, 55, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at bottom, rgba(230, 57, 70, 0.06) 0%, transparent 50%),
    transparent;
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}
.page-hero-eyebrow {
  display: inline-block;
  color: var(--gold-bright); font-size: 13px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  background: rgba(212, 175, 55, 0.1); border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 6px 16px; border-radius: 20px; margin-bottom: 20px;
}
.page-hero-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 7vw, 84px);
  letter-spacing: 1px; line-height: 1; margin-bottom: 16px;
  color: var(--white);
}
.page-hero-title .accent { color: var(--gold-primary); }
.page-hero-sub {
  font-size: clamp(16px, 2vw, 20px);
  color: var(--text-muted);
  max-width: 720px; margin: 0 auto;
}

/* ===== BUTTONS ===== */
.btn-primary {
  background: linear-gradient(180deg, var(--red-hero) 0%, var(--red-deep) 100%);
  color: var(--white); padding: 16px 32px; border-radius: 8px; text-decoration: none;
  font-weight: 700; font-size: 16px; letter-spacing: 0.5px; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 12px;
  box-shadow: 0 4px 16px rgba(230, 57, 70, 0.4);
  transition: transform 0.15s, box-shadow 0.15s;
  border: 1px solid rgba(255,255,255,0.1);
  cursor: pointer;
}
.btn-primary:hover, .btn-primary:focus { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(230, 57, 70, 0.6); color: var(--white); }
.btn-secondary {
  background: transparent; color: var(--gold-primary); padding: 16px 32px; border-radius: 8px;
  text-decoration: none; font-weight: 600; font-size: 16px; letter-spacing: 0.5px; text-transform: uppercase;
  border: 2px solid var(--gold-primary); display: inline-flex; align-items: center; gap: 12px;
  transition: background 0.15s, color 0.15s;
  cursor: pointer;
}
.btn-secondary:hover, .btn-secondary:focus { background: var(--gold-primary); color: var(--charcoal); }
.btn-gold {
  background: linear-gradient(135deg, var(--gold-primary), var(--gold-bright));
  color: var(--charcoal); padding: 14px 28px; border-radius: 8px; text-decoration: none;
  font-weight: 700; font-size: 15px; display: inline-flex; align-items: center; gap: 10px;
  transition: transform 0.15s, box-shadow 0.15s; border: none; cursor: pointer;
}
.btn-gold:hover, .btn-gold:focus { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(212, 175, 55, 0.5); color: var(--charcoal); }

/* ===== SECTIONS ===== */
.section { padding: 80px 24px; }
.section-narrow { padding: 80px 24px; max-width: 900px; margin: 0 auto; }
.section-wide { padding: 80px 24px; max-width: 1400px; margin: 0 auto; }
.section-head { max-width: 900px; margin: 0 auto 60px; text-align: center; }
.section-eyebrow { color: var(--gold-bright); font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; }
.section-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 56px); color: var(--white); margin-bottom: 16px; letter-spacing: 1px;
}
.section-title .accent { color: var(--gold-primary); }
.section-subtitle { font-size: 18px; color: var(--text-muted); max-width: 700px; margin: 0 auto; }

/* ===== CARDS ===== */
.card-grid { display: grid; gap: 24px; max-width: 1400px; margin: 0 auto; }
.card-grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.card-grid-4 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.card {
  background: var(--charcoal-2); border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 16px; padding: 28px; transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.card:hover { transform: translateY(-4px); border-color: var(--gold-primary); box-shadow: 0 16px 40px rgba(212, 175, 55, 0.15); }
.card-icon {
  width: 56px; height: 56px; border-radius: 12px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.3);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-bright); font-size: 24px; margin-bottom: 16px;
}
.card h3 {
  font-family: var(--font-display); font-size: 24px; line-height: 1.05;
  letter-spacing: 0.5px; color: var(--white); margin-bottom: 10px;
}
.card p { font-size: 15px; color: var(--text-muted); line-height: 1.6; margin-bottom: 14px; }
.card-price { font-family: var(--font-display); font-size: 28px; color: var(--gold-primary); letter-spacing: 1px; }
.card-price-sub { font-size: 13px; color: var(--text-muted); margin-left: 6px; }
.card ul, .card-bullets { list-style: none; margin: 0; padding: 0; }
.card-bullets li {
  font-size: 14px; color: var(--text-muted); padding-left: 24px; position: relative; margin-bottom: 8px; line-height: 1.5;
}
.card-bullets li::before {
  content: "✓"; position: absolute; left: 0; top: 0; color: var(--green-good); font-weight: 700;
}

/* Pricing card popular */
.card.popular { border-color: var(--gold-primary); position: relative; }
.card.popular::before {
  content: "MOST POPULAR"; position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--gold-primary); color: var(--charcoal);
  font-family: var(--font-display); font-size: 12px; letter-spacing: 1px;
  padding: 4px 14px; border-radius: 12px;
}

/* ===== TABLES ===== */
.compare-table-wrap { max-width: 1100px; margin: 40px auto 0; overflow-x: auto; }
.compare-table {
  width: 100%; border-collapse: separate; border-spacing: 0;
  background: var(--charcoal-2); border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.2);
}
.compare-table th, .compare-table td { padding: 18px 24px; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.06); }
.compare-table th {
  background: rgba(212, 175, 55, 0.08); color: var(--gold-bright); font-family: var(--font-display);
  font-size: 18px; letter-spacing: 1px; text-transform: uppercase; font-weight: normal;
}
.compare-table td { color: var(--white); font-size: 15px; }
.compare-table .feature-name { font-weight: 600; color: var(--cream); }
.compare-table .yes { color: var(--green-good); font-weight: 700; }
.compare-table .no { color: var(--red-hero); font-weight: 700; }
.compare-table .hotchows-col { background: rgba(212, 175, 55, 0.04); }
.compare-table tr.us-row { background: rgba(212, 175, 55, 0.06); }
.compare-table tr.us-row td { color: var(--gold-bright); font-weight: 600; }

/* ===== LEGAL TEXT (Privacy / Terms) ===== */
.legal-content {
  max-width: 880px; margin: 0 auto; padding: 60px 24px 100px;
  font-size: 16px; line-height: 1.7; color: var(--text-muted);
}
.legal-content p { margin-bottom: 16px; }
.legal-content strong { color: var(--cream); }
.legal-content h2 {
  font-family: var(--font-display); color: var(--gold-primary);
  font-size: 32px; letter-spacing: 1px; margin: 48px 0 16px;
  padding-top: 24px; border-top: 1px solid rgba(212, 175, 55, 0.15);
}
.legal-content h2:first-of-type { border-top: none; padding-top: 0; }
.legal-content h3 {
  font-family: var(--font-display); color: var(--cream);
  font-size: 22px; letter-spacing: 0.5px; margin: 32px 0 12px;
}
.legal-content ul, .legal-content ol { margin: 16px 0 16px 24px; }
.legal-content li { margin-bottom: 10px; line-height: 1.6; }
.legal-content a { color: var(--gold-bright); border-bottom: 1px solid rgba(255, 193, 37, 0.3); }
.legal-content a:hover { border-color: var(--gold-bright); }
.legal-toc {
  background: var(--charcoal-2); border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 16px; padding: 28px; margin-bottom: 48px;
}
.legal-toc h2 {
  border-top: none; padding-top: 0; margin-top: 0;
  font-size: 22px; margin-bottom: 16px;
}
.legal-toc ol { margin-left: 22px; }
.legal-toc li { margin-bottom: 6px; }
.legal-last-updated {
  display: inline-block; color: var(--text-dim); font-size: 13px;
  background: rgba(255, 255, 255, 0.04); padding: 6px 14px; border-radius: 20px;
  margin-bottom: 32px;
}

/* ===== CONTACT FORM ===== */
.form-card {
  background: var(--charcoal-2); border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 16px; padding: 36px; max-width: 720px; margin: 0 auto;
}
.form-group { margin-bottom: 22px; }
.form-group label {
  display: block; font-size: 14px; font-weight: 600;
  color: var(--cream); margin-bottom: 8px; letter-spacing: 0.3px;
}
.form-group label .req { color: var(--red-hero); margin-left: 2px; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; background: var(--charcoal); border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px; padding: 14px 16px; color: var(--white);
  font-size: 15px; font-family: inherit; transition: border-color 0.2s, box-shadow 0.2s;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  border-color: var(--gold-primary); outline: none;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}
.form-group textarea { min-height: 140px; resize: vertical; }
.form-group select option { background: var(--charcoal-2); color: var(--white); }
.form-error { color: var(--red-hero); font-size: 13px; margin-top: 6px; min-height: 18px; }
.honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; overflow: hidden; }
.form-result {
  margin-top: 20px; padding: 16px; border-radius: 12px; font-size: 14px;
  display: none; text-align: center;
}
.form-result.success { display: block; background: rgba(74, 222, 128, 0.1); border: 1px solid rgba(74, 222, 128, 0.3); color: var(--green-good); }
.form-result.error { display: block; background: rgba(230, 57, 70, 0.1); border: 1px solid rgba(230, 57, 70, 0.3); color: #fca5a5; }
.submit-btn {
  width: 100%; background: linear-gradient(180deg, var(--red-hero) 0%, var(--red-deep) 100%);
  color: var(--white); padding: 16px;
  border: none; border-radius: 10px;
  font-size: 16px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase;
  cursor: pointer; transition: transform 0.15s, box-shadow 0.15s;
  font-family: inherit;
  box-shadow: 0 4px 16px rgba(230, 57, 70, 0.4);
}
.submit-btn:hover, .submit-btn:focus { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(230, 57, 70, 0.6); }
.submit-btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

/* ===== FINAL CTA ===== */
.final-cta {
  position: relative;
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--charcoal) 100%);
  padding: 100px 24px; text-align: center; overflow: hidden;
}
.final-cta::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at center, rgba(255, 107, 53, 0.15) 0%, transparent 60%);
}
.final-cta-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }
.final-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px); color: var(--white); letter-spacing: 1px; margin-bottom: 20px;
}
.final-cta h2 .accent { color: var(--gold-primary); }
.final-cta p { font-size: 19px; color: var(--text-muted); margin-bottom: 36px; }

.cta-row { display: flex; gap: 16px; flex-wrap: wrap; }
.cta-row.center { justify-content: center; }

/* ===== FOOTER ===== */
/* ===== LANGUAGE SWITCHER ===== */
.lang-switcher { position: relative; display: inline-block; }
.lang-btn {
  background: rgba(212,175,55,0.08); border: 1px solid rgba(212,175,55,0.3);
  color: var(--white); font-size: 13px; padding: 8px 14px; border-radius: 20px;
  cursor: pointer; font-family: var(--font-body); display: flex; align-items: center; gap: 6px;
  transition: all 0.2s; font-weight: 500;
}
.lang-btn:hover, .lang-btn:focus { color: var(--gold-bright); border-color: var(--gold-primary); background: rgba(212,175,55,0.15); }
.lang-dropdown {
  display: none; position: absolute; top: calc(100% + 6px); right: 0;
  background: var(--charcoal-2); border: 1px solid rgba(212,175,55,0.25);
  border-radius: 12px; box-shadow: 0 12px 32px rgba(0,0,0,0.6);
  z-index: 9999; width: 240px; max-height: 420px; overflow-y: auto;
  padding: 6px;
}
.lang-dropdown.open { display: block; }
.lang-dropdown a {
  display: flex; align-items: center; gap: 10px; padding: 9px 14px;
  color: var(--text-muted); font-size: 13px; text-decoration: none; border-radius: 6px;
  transition: background 0.15s, color 0.15s;
}
.lang-dropdown a:hover { background: rgba(212,175,55,0.1); color: var(--gold-bright); }
.lang-dropdown a.active { color: var(--gold-bright); font-weight: 600; }
.lang-dropdown::-webkit-scrollbar { width: 6px; }
.lang-dropdown::-webkit-scrollbar-thumb { background: rgba(212,175,55,0.3); border-radius: 3px; }

/* ===== CHATBOT MASCOT ICON OVERRIDE (skins #hc-chat-bubble from chatbot.js) ===== */
#hc-chat-bubble {
  background: linear-gradient(135deg, var(--space-black) 0%, var(--charcoal-2) 100%) !important;
  border: 2px solid var(--gold-primary) !important;
  width: 68px !important; height: 68px !important;
  background-image: url('hotchows-bot-icon.png'), linear-gradient(135deg, var(--space-black) 0%, var(--charcoal-2) 100%) !important;
  background-size: 75%, cover !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: center 60%, center !important;
  box-shadow: 0 4px 20px rgba(212,175,55,0.45), 0 0 0 0 rgba(212,175,55,0.4) !important;
  animation: hc-bubble-pulse 2.4s ease-in-out infinite;
}
#hc-chat-bubble svg { display: none !important; }
#hc-chat-bubble:hover { transform: scale(1.08) !important; box-shadow: 0 6px 32px rgba(212,175,55,0.6) !important; }
@keyframes hc-bubble-pulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(212,175,55,0.45), 0 0 0 0 rgba(212,175,55,0.4); }
  50%      { box-shadow: 0 4px 24px rgba(212,175,55,0.6), 0 0 0 12px rgba(212,175,55,0); }
}
@media (prefers-reduced-motion: reduce) { #hc-chat-bubble { animation: none; } }

/* ===== FOLLOW US (above footer) ===== */
.follow-us {
  padding: 60px 24px;
  text-align: center;
  background:
    radial-gradient(ellipse 60% 40% at 50% 50%, rgba(212,175,55,0.06) 0%, transparent 70%),
    transparent;
  border-top: 1px solid rgba(212,175,55,0.1);
}
.follow-us-eyebrow {
  color: var(--gold-bright); font-size: 13px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px;
}
.follow-us-title {
  font-family: var(--font-display); font-size: clamp(28px, 4vw, 44px);
  color: var(--white); letter-spacing: 1px; margin-bottom: 24px;
}
.follow-us-row {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
  max-width: 720px; margin: 0 auto;
}
.social-icon {
  width: 52px; height: 52px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(212,175,55,0.08); border: 1px solid rgba(212,175,55,0.3);
  border-radius: 50%; color: var(--gold-bright); font-size: 22px;
  transition: all 0.2s; text-decoration: none;
}
.social-icon:hover, .social-icon:focus {
  background: var(--gold-primary); color: var(--charcoal);
  transform: translateY(-3px); box-shadow: 0 8px 20px rgba(212,175,55,0.4);
  border-color: var(--gold-primary);
}
.social-icon svg { width: 22px; height: 22px; fill: currentColor; }

/* ===== FOOTER ===== */
.site-footer { background: rgba(0,0,0,0.5); backdrop-filter: blur(8px); padding: 60px 24px 24px; border-top: 1px solid rgba(212,175,55,0.1); }
.footer-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
@media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.footer-brand p { color: var(--text-muted); margin-top: 12px; font-size: 14px; max-width: 320px; }
.footer-col h4 { color: var(--gold-bright); font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; font-family: var(--font-display); }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col a { color: var(--text-muted); text-decoration: none; font-size: 14px; transition: color 0.2s; border: none; }
.footer-col a:hover, .footer-col a:focus { color: var(--white); }
.footer-bottom { max-width: 1400px; margin: 40px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.05); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; color: var(--text-dim); font-size: 13px; }
.footer-disclaimer { max-width: 1400px; margin: 16px auto 0; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.04); text-align: center; color: var(--text-dim); font-size: 11px; line-height: 1.55; font-style: italic; }

/* ===== MOBILE OPTIMIZATIONS ===== */
@media (max-width: 768px) {
  .nav-wrap { gap: 12px; padding: 12px 16px; }
  .brand-logo { font-size: 20px; }
  .brand-logo span:not(.brand-logo-shield) { display: none; }
  .nav-cta { padding: 8px 16px; font-size: 13px; }
  .lang-btn { padding: 7px 11px; font-size: 12px; }
  .lang-dropdown { width: calc(100vw - 32px); max-width: 280px; right: -8px; }
  .page-hero { padding: 100px 20px 50px; }
  .section, .section-narrow, .section-wide { padding: 60px 20px; }
  .compare-table th, .compare-table td { padding: 12px 14px; font-size: 13px; }
  .form-card { padding: 24px 18px; }
  .legal-content { padding: 40px 20px 80px; font-size: 15px; }
  .legal-content h2 { font-size: 26px; margin: 36px 0 12px; }
  .legal-content h3 { font-size: 19px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; gap: 8px; }
  .follow-us { padding: 50px 20px; }
  .follow-us-row { gap: 12px; }
  .social-icon { width: 48px; height: 48px; font-size: 20px; }
  .social-icon svg { width: 20px; height: 20px; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .legal-toc { padding: 20px 16px; }
  .legal-toc ol { margin-left: 18px; }
  .compare-table-wrap { margin-top: 30px; }
  .compare-table { font-size: 12px; }
  .compare-table th { font-size: 14px; padding: 10px; }
  .compare-table td { padding: 10px; }
  .ada-card-tier .ada-price { font-size: 38px; }
  .why-grid, .phase-grid { grid-template-columns: 1fr; }
  .card-grid-3, .card-grid-4 { grid-template-columns: 1fr; }
}
/* Touch target compliance: minimum 44x44px on mobile */
@media (hover: none) and (pointer: coarse) {
  .nav-links a, .footer-col a, .card-cta { min-height: 44px; display: inline-flex; align-items: center; }
  .lang-dropdown a { min-height: 44px; }
}
