/* Shared styles for /compare/ comparison pages */
:root {
  --navy: #0a0a1a; --navy-light: #12122a; --navy-mid: #1a1a35;
  --cyan: #00d4ff; --cyan-dark: #00a3cc;
  --purple: #9b59b6; --purple-light: #b07cc6; --purple-dark: #8e44ad;
  --white: #ffffff; --gray-100: #f4f6f9; --gray-200: #e2e6ec;
  --gray-400: #8b95a5; --gray-600: #4a5568;
  --green: #2ecc71; --yellow: #f39c12; --red: #e74c3c;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, sans-serif; background: var(--navy); color: var(--white); line-height: 1.65; overflow-x: hidden; }
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; backdrop-filter: blur(100px); background: rgba(10,10,26,0.85); border-bottom: 1px solid rgba(0,212,255,0.08); padding: 0.75rem 2rem; display: flex; align-items: center; justify-content: space-between; }
.nav-brand { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 800; color: var(--white); text-decoration: none; display: flex; align-items: center; gap: 0.5rem; }
.nav-links { display: flex; align-items: center; gap: 1.5rem; list-style: none; }
.nav-links a { color: var(--gray-400); text-decoration: none; font-size: 0.85rem; font-weight: 600; transition: color 0.2s; }
.nav-links a:hover { color: var(--cyan); }
.nav-cta { background: linear-gradient(135deg, var(--purple), var(--purple-dark)); color: var(--white) !important; padding: 0.5rem 1.25rem; border-radius: 50px; font-weight: 700 !important; }
.nav-toggle { display: none; background: none; border: none; color: var(--white); font-size: 1.5rem; cursor: pointer; }
.hero { padding: 8rem 2rem 3rem; text-align: center; background: radial-gradient(ellipse at 50% 0%, rgba(0,212,255,0.08) 0%, transparent 60%); max-width: 1100px; margin: 0 auto; }
.hero-badge { display: inline-block; background: rgba(0,212,255,0.1); border: 1px solid rgba(0,212,255,0.2); color: var(--cyan); padding: 0.4rem 1rem; border-radius: 50px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1.25rem; }
.hero h1 { font-family: 'Playfair Display', serif; font-size: 2.8rem; font-weight: 800; line-height: 1.15; margin-bottom: 1rem; }
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero .sub { color: var(--gray-400); font-size: 1.05rem; max-width: 720px; margin: 0 auto 1.75rem; }
.hero-cta { display: inline-block; background: linear-gradient(135deg, var(--purple), var(--purple-dark)); color: var(--white); padding: 0.85rem 2rem; border-radius: 50px; text-decoration: none; font-weight: 700; transition: transform 0.2s, box-shadow 0.2s; }
.hero-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(155,89,182,0.5); }
.disclaimer { max-width: 900px; margin: 0 auto 2rem; padding: 1.25rem 1.5rem; background: rgba(155,89,182,0.06); border-left: 3px solid var(--purple-light); border-radius: 0 10px 10px 0; color: var(--gray-200); font-size: 0.92rem; line-height: 1.6; }
.disclaimer strong { color: var(--white); }
section { max-width: 1100px; margin: 0 auto; padding: 2.5rem 2rem; }
section h2 { font-family: 'Playfair Display', serif; font-size: 1.85rem; font-weight: 800; margin-bottom: 1.25rem; }
section h2 em { color: var(--cyan); font-style: normal; }
section p { color: var(--gray-200); font-size: 0.95rem; margin-bottom: 0.75rem; line-height: 1.7; }
section p.lead { font-size: 1.05rem; color: var(--white); margin-bottom: 1rem; }
.who-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 1.5rem; }
.who-card { padding: 1.5rem; border-radius: 12px; background: var(--navy-light); border: 1px solid rgba(0,212,255,0.08); }
.who-card h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; margin-bottom: 0.75rem; color: var(--cyan); }
.who-card ul { list-style: none; padding: 0; }
.who-card li { padding: 0.4rem 0; color: var(--gray-200); font-size: 0.9rem; line-height: 1.5; border-bottom: 1px solid rgba(255,255,255,0.04); }
.who-card li:last-child { border-bottom: none; }
.who-card li:before { content: "✓ "; color: var(--green); font-weight: 800; margin-right: 0.3rem; }
table.matrix { width: 100%; border-collapse: collapse; margin-top: 1rem; background: var(--navy-light); border-radius: 12px; overflow: hidden; }
table.matrix th, table.matrix td { padding: 0.85rem 1rem; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.04); font-size: 0.88rem; }
table.matrix th { background: rgba(0,0,0,0.3); color: var(--cyan); font-weight: 700; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; }
table.matrix td { color: var(--gray-200); }
table.matrix td:first-child { font-weight: 600; color: var(--white); }
table.matrix td.yes { color: var(--green); font-weight: 700; }
table.matrix td.no { color: var(--gray-600); }
table.matrix td.partial { color: var(--yellow); }
.price-card { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 1.5rem; }
.price-box { padding: 1.5rem; background: var(--navy-light); border: 1px solid rgba(0,212,255,0.1); border-radius: 12px; }
.price-box h4 { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--cyan); margin-bottom: 0.75rem; }
.price-box .price { font-family: 'Playfair Display', serif; font-size: 1.75rem; font-weight: 800; color: var(--white); margin-bottom: 0.3rem; }
.price-box .price-note { color: var(--gray-400); font-size: 0.85rem; line-height: 1.5; }
.faq { margin-top: 1.5rem; }
.faq details { background: var(--navy-light); border: 1px solid rgba(0,212,255,0.08); border-radius: 10px; margin-bottom: 0.65rem; padding: 1rem 1.25rem; }
.faq details[open] { border-color: rgba(0,212,255,0.25); }
.faq summary { cursor: pointer; font-weight: 700; font-size: 0.98rem; color: var(--white); list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--cyan); font-size: 1.5rem; font-weight: 300; }
.faq details[open] summary::after { content: "−"; }
.faq details p { color: var(--gray-200); font-size: 0.9rem; line-height: 1.65; margin-top: 0.75rem; margin-bottom: 0; }
.cta-block { text-align: center; padding: 2.5rem 2rem; border-radius: 14px; background: linear-gradient(135deg, rgba(155,89,182,0.14), rgba(0,212,255,0.08)); border: 1px solid rgba(155,89,182,0.25); margin: 2.5rem auto 2rem; max-width: 900px; }
.cta-block h3 { font-family: 'Playfair Display', serif; font-size: 1.6rem; margin-bottom: 0.5rem; }
.cta-block p { color: var(--gray-200); font-size: 0.95rem; margin-bottom: 1.25rem; }
.cta-block a { display: inline-block; background: linear-gradient(135deg, var(--purple), var(--purple-dark)); color: var(--white); padding: 0.75rem 2rem; border-radius: 50px; text-decoration: none; font-weight: 700; }
footer { text-align: center; padding: 2rem; color: var(--gray-400); font-size: 0.8rem; border-top: 1px solid rgba(0,212,255,0.05); }
footer a { color: var(--cyan); text-decoration: none; }
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .hero h1 { font-size: 2rem; }
  .who-grid, .price-card { grid-template-columns: 1fr; }
  section { padding: 1.75rem 1.25rem; }
}
