*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg: #0a0a0f; --surface: #12121a; --border: #1e1e2e;
  --text: #e2e2e8; --muted: #888898; --accent: #6366f1;
  --green: #10b981; --gold: #f59e0b; --red: #ef4444;
}
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: var(--bg); color: var(--text); line-height: 1.7; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { max-width: 960px; margin: 0 auto; padding: 0 24px; }

/* Breadcrumb */
.breadcrumb { padding: 16px 0; font-size: 0.85rem; color: var(--muted); }
.breadcrumb a { color: var(--muted); }
.breadcrumb span { margin: 0 8px; }

/* Hero */
.hero { padding: 80px 0 60px; text-align: center; background: linear-gradient(180deg, #12121a 0%, var(--bg) 100%); }
.hero h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; margin-bottom: 16px; }
.hero h1 span { background: linear-gradient(135deg, var(--accent), var(--green)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero p { font-size: 1.2rem; color: var(--muted); max-width: 640px; margin: 0 auto; }

/* Verdict Banner */
.verdict-banner { padding: 40px 0; background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); text-align: center; }
.verdict-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 24px; }
.verdict-item .value { font-size: 2rem; font-weight: 800; }
.verdict-item .value.urbot { color: var(--green); }
.verdict-item .value.competitor { color: var(--red); }
.verdict-item .label { font-size: 0.85rem; color: var(--muted); margin-top: 4px; }

/* Comparison Cards Grid */
.comparison-grid { padding: 80px 0; }
.comparison-grid h2 { font-size: 2rem; font-weight: 700; margin-bottom: 40px; text-align: center; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 32px; transition: border-color 0.3s, transform 0.2s; }
.card:hover { border-color: var(--accent); transform: translateY(-4px); }
.card h3 { font-size: 1.25rem; margin-bottom: 16px; }
.card-versus { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.card-versus .vs-label { color: var(--muted); font-weight: 700; font-size: 0.9rem; }
.card-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 0.95rem; }
.card-row:last-child { border-bottom: none; }
.card-row .category { color: var(--muted); }
.card-row .urbot-val { color: var(--green); font-weight: 600; }
.card-row .competitor-val { color: var(--red); font-weight: 600; }
.card .btn-link { display: inline-block; margin-top: 16px; color: var(--accent); font-weight: 600; font-size: 0.95rem; }

/* Comparison Table */
.comparison-table-section { padding: 80px 0; }
.comparison-table-section h2 { font-size: 2rem; font-weight: 700; margin-bottom: 40px; text-align: center; }
.comp-table { width: 100%; border-collapse: collapse; background: var(--surface); border-radius: 12px; overflow: hidden; }
.comp-table thead { background: linear-gradient(135deg, rgba(99,102,241,0.15), rgba(16,185,129,0.1)); }
.comp-table th { padding: 16px 20px; text-align: left; font-weight: 700; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); }
.comp-table th.urbot-col { color: var(--green); }
.comp-table th.competitor-col { color: var(--red); }
.comp-table td { padding: 14px 20px; border-top: 1px solid var(--border); font-size: 0.95rem; }
.comp-table tr:hover { background: rgba(99,102,241,0.04); }
.comp-table .category-cell { color: var(--text); font-weight: 600; }
.comp-table .check { color: var(--green); font-weight: 700; }
.comp-table .cross { color: var(--red); font-weight: 700; }
.comp-table .urbot-highlight { color: var(--green); font-weight: 600; }
.comp-table .competitor-dim { color: var(--muted); }

/* Deep Dive Sections */
.deep-dive { padding: 60px 0; }
.deep-dive + .deep-dive { border-top: 1px solid var(--border); }
.deep-dive h2 { font-size: 1.75rem; font-weight: 700; margin-bottom: 20px; }
.deep-dive h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 12px; color: var(--accent); }
.deep-dive p { color: var(--muted); margin-bottom: 16px; max-width: 720px; }
.deep-dive p strong { color: var(--text); }
.deep-dive ul { list-style: none; margin-bottom: 20px; }
.deep-dive ul li { padding: 8px 0; padding-left: 28px; position: relative; color: var(--muted); }
.deep-dive ul li::before { content: "\2713"; position: absolute; left: 0; color: var(--green); font-weight: 700; }

/* Price Comparison Callout */
.price-callout { padding: 48px 0; }
.price-box { background: linear-gradient(135deg, rgba(16,185,129,0.08), rgba(99,102,241,0.08)); border: 1px solid var(--border); border-radius: 12px; padding: 40px; text-align: center; }
.price-box h3 { font-size: 1.5rem; margin-bottom: 12px; }
.price-comparison { display: flex; justify-content: center; gap: 48px; margin: 24px 0; flex-wrap: wrap; }
.price-side { text-align: center; }
.price-side .amount { font-size: 2.5rem; font-weight: 800; }
.price-side .amount.urbot { color: var(--green); }
.price-side .amount.competitor { color: var(--red); }
.price-side .period { font-size: 0.9rem; color: var(--muted); display: block; margin-top: 4px; }
.price-side .note { font-size: 0.85rem; color: var(--muted); margin-top: 8px; }

/* FAQ Section */
.faq-section { padding: 80px 0; }
.faq-section h2 { font-size: 2rem; font-weight: 700; margin-bottom: 32px; text-align: center; }
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary { padding: 20px 0; cursor: pointer; font-weight: 600; font-size: 1.05rem; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::after { content: "+"; font-size: 1.4rem; color: var(--accent); transition: transform 0.2s; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item p { padding: 0 0 20px; color: var(--muted); line-height: 1.7; }

/* CTA */
.cta { padding: 80px 0; text-align: center; }
.cta h2 { font-size: 2rem; font-weight: 700; margin-bottom: 16px; }
.cta p { color: var(--muted); margin-bottom: 32px; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-block; padding: 14px 32px; border-radius: 8px; font-weight: 600; font-size: 1rem; transition: transform 0.2s; }
.btn:hover { transform: translateY(-2px); text-decoration: none; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-secondary { background: var(--surface); color: var(--text); border: 1px solid var(--border); }

/* Footer */
.footer { padding: 40px 0; border-top: 1px solid var(--border); text-align: center; color: var(--muted); font-size: 0.85rem; }
.footer a { color: var(--muted); }
.footer-links { display: flex; gap: 24px; justify-content: center; margin-bottom: 16px; flex-wrap: wrap; }

/* Responsive */
@media (max-width: 768px) {
  .hero { padding: 60px 0 40px; }
  .comparison-grid, .comparison-table-section, .deep-dive, .faq-section, .cta { padding: 48px 0; }
  .comp-table { font-size: 0.85rem; }
  .comp-table th, .comp-table td { padding: 10px 12px; }
  .price-comparison { gap: 24px; }
  .price-side .amount { font-size: 2rem; }
  .cards { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .comp-table th:first-child, .comp-table td:first-child { min-width: 100px; }
  .verdict-grid { grid-template-columns: repeat(2, 1fr); }
}
