:root {
  --bg: #0b1220;
  --bg-soft: #111827;
  --card: #111827;
  --text: #f7fbff;
  --muted: #9aa6bc;
  --brand: #2563EB;
  --brand-dark: #1d4ed8;
  --navy: #111827;
  --line: rgba(255,255,255,0.12);
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top left, #1e2c4a, var(--bg) 45%);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(11,18,32,0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo { display: inline-flex; align-items: center; gap: 12px; color: var(--text); }
.logo-mark { width: 34px; height: 34px; flex: none; color: currentColor; }
.logo-text { display: inline-grid; line-height: 1; font-weight: 800; font-size: 1.22rem; letter-spacing: -0.03em; }
.logo-text > span { color: var(--brand); }
.logo-text small { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.32em; color: var(--muted); text-transform: uppercase; margin-top: 5px; }
.nav-links { display: flex; gap: 24px; align-items: center; font-size: 0.95rem; color: var(--muted); }
.nav-cta { color: var(--text); border: 1px solid var(--line); padding: 10px 14px; border-radius: 999px; }
.hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 86px 22px 70px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
.eyebrow { color: var(--brand); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 800; margin: 0 0 12px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.6rem, 6vw, 5rem); line-height: 0.95; letter-spacing: -0.07em; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05; letter-spacing: -0.05em; margin-bottom: 16px; }
h3 { font-size: 1.2rem; margin-bottom: 10px; }
.hero-subtitle { color: var(--muted); max-width: 650px; font-size: 1.18rem; }
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin: 32px 0 22px; }
.btn { display: inline-flex; justify-content: center; align-items: center; padding: 14px 20px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; cursor: pointer; }
.btn.primary { background: var(--brand); color: var(--white); box-shadow: 0 18px 50px rgba(37,99,235,0.3); }
.btn.primary:hover { background: #3b82f6; }
.btn.secondary { border-color: var(--line); color: var(--text); background: rgba(255,255,255,0.05); }
.full { width: 100%; }
.trust-row { display: flex; gap: 12px; flex-wrap: wrap; color: var(--muted); font-size: .9rem; }
.trust-row span { border: 1px solid var(--line); padding: 8px 12px; border-radius: 999px; }
.hero-card { background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.04)); border: 1px solid var(--line); border-radius: 28px; padding: 18px; box-shadow: 0 30px 80px rgba(0,0,0,0.35); }
.browser-bar { display: flex; gap: 8px; padding: 4px 0 16px; }
.browser-bar span { width: 12px; height: 12px; background: rgba(255,255,255,.35); border-radius: 50%; }
.mock-site { background: #f7fbff; border-radius: 18px; padding: 28px; min-height: 380px; }
.mock-header { height: 44px; width: 45%; background: var(--navy); border-radius: 14px; margin-bottom: 36px; }
.mock-line { height: 18px; width: 68%; background: #d6dfec; border-radius: 20px; margin-bottom: 14px; }
.mock-line.wide { width: 88%; height: 30px; background: var(--brand); }
.mock-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 36px 0; }
.mock-grid div { height: 86px; background: #e5edf7; border-radius: 16px; }
.mock-button { width: 150px; height: 46px; background: var(--brand); border-radius: 999px; }
.section { max-width: 1180px; margin: 0 auto; padding: 76px 22px; }
.problem { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem p:last-child { color: var(--muted); font-size: 1.1rem; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.cards { display: grid; gap: 20px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card, .price-card, .step, .contact-form { background: rgba(255,255,255,0.055); border: 1px solid var(--line); border-radius: 24px; padding: 24px; }
.card p, .price-note, .step p, .contact-copy p { color: var(--muted); }
.pricing-section { background: rgba(255,255,255,0.025); max-width: none; }
.pricing-section > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
.price-card { position: relative; }
.price-card.featured { background: rgba(37,99,235,0.12); border-color: rgba(37,99,235,0.45); transform: translateY(-10px); }
.badge { position: absolute; top: 18px; right: 18px; background: var(--brand); color: var(--white); padding: 6px 10px; border-radius: 999px; font-size: .75rem; font-weight: 800; }
.price { font-size: 2.3rem; font-weight: 900; letter-spacing: -0.05em; margin-bottom: 4px; }
.price-suffix { font-size: 1rem; font-weight: 700; color: var(--muted); letter-spacing: 0; }
.price-sub { font-weight: 800; color: var(--brand); margin-bottom: 4px; }
ul { padding-left: 20px; color: var(--muted); margin: 22px 0; }

/* Ownership & hosting tabs */
.ownership-section { border-top: 1px solid var(--line); }
.ownership-intro { color: var(--muted); font-size: 1.1rem; }
.tabs { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.tab {
  flex: 1;
  min-width: 240px;
  display: grid;
  gap: 6px;
  text-align: left;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px 20px;
  color: var(--text);
  font-weight: 800;
  font-size: 1.05rem;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease;
}
.tab:hover { border-color: rgba(37,99,235,0.5); }
.tab.active { background: rgba(37,99,235,0.14); border-color: var(--brand); }
.tab-price { font-size: .85rem; font-weight: 700; color: var(--muted); letter-spacing: 0; }
.tab.active .tab-price { color: #93b4ff; }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.panel-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 34px; align-items: start; margin-bottom: 28px; }
.panel-lead h3 { font-size: 1.5rem; }
.panel-price { font-size: 1.7rem; font-weight: 900; letter-spacing: -0.04em; margin-bottom: 14px; }
.panel-price span { font-size: 1rem; font-weight: 700; color: var(--muted); letter-spacing: 0; }
.panel-lead p:last-child { color: var(--muted); }
.panel-lists { display: grid; gap: 20px; }
.own-block { background: rgba(255,255,255,0.04); border: 1px solid var(--line); border-radius: 18px; padding: 20px 22px; }
.own-block h4 { font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; color: var(--brand); margin-bottom: 12px; }
.own-block ul { margin: 0; }
.own-block li { margin-bottom: 8px; }
.promise { margin-top: 34px; background: linear-gradient(135deg, rgba(37,99,235,0.16), rgba(255,255,255,0.04)); border: 1px solid rgba(37,99,235,0.4); border-radius: 22px; padding: 26px 28px; }
.promise h4 { font-size: 1.15rem; margin-bottom: 8px; }
.promise p { color: var(--muted); margin: 0; }
/* FAQ page */
.faq-hero { padding-bottom: 24px; }
.faq-hero h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); }
.faq-list { display: grid; gap: 14px; margin-bottom: 34px; }
.faq-item { background: rgba(255,255,255,0.055); border: 1px solid var(--line); border-radius: 18px; padding: 4px 22px; }
.faq-item summary { list-style: none; cursor: pointer; padding: 20px 0; font-weight: 800; font-size: 1.12rem; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.6rem; font-weight: 400; color: var(--brand); line-height: 1; flex: none; transition: transform .2s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item[open] { border-color: rgba(37,99,235,0.45); background: rgba(37,99,235,0.08); }
.faq-answer { padding: 0 0 22px; color: var(--muted); }
.faq-answer p { margin: 0 0 12px; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer ul { margin: 0 0 12px; }
.faq-answer li { margin-bottom: 6px; }
.faq-answer strong { color: var(--text); }
.faq-section .promise { text-align: center; }
.faq-section .promise .btn { margin-top: 16px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step span { display: inline-flex; width: 36px; height: 36px; border-radius: 50%; background: var(--brand); color: var(--white); align-items: center; justify-content: center; font-weight: 900; margin-bottom: 18px; }
.cta-band { max-width: 1100px; margin: 40px auto; padding: 46px 28px; border-radius: 28px; background: linear-gradient(135deg, rgba(37,99,235,0.28), rgba(255,255,255,0.05)); border: 1px solid rgba(37,99,235,0.4); text-align: center; }
.cta-band p { color: var(--muted); }
.contact-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; align-items: start; }
.contact-form { display: grid; gap: 16px; }
label { display: grid; gap: 8px; color: var(--text); font-weight: 700; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,0.08); color: var(--text); padding: 14px 16px; font: inherit; outline: none; }
input::placeholder, textarea::placeholder { color: rgba(255,255,255,0.45); }
.form-status { margin: 0; padding: 14px 16px; border-radius: 14px; font-weight: 700; background: rgba(37,99,235,0.15); border: 1px solid rgba(37,99,235,0.45); color: #93b4ff; }
.form-status.error { background: rgba(255,90,90,0.12); border-color: rgba(255,90,90,0.4); color: #ff8a8a; }
.footer { max-width: 1180px; margin: 0 auto; padding: 28px 22px 42px; display: flex; justify-content: space-between; align-items: center; gap: 18px; color: var(--muted); border-top: 1px solid var(--line); }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--text); }
.footer-copy { text-align: right; }
.footer-copy p { margin: 0; }
.nav-cta:hover { border-color: var(--brand); color: var(--brand); }
@media (max-width: 860px) {
  .nav-links { display: none; }
  .hero, .problem, .contact-section, .panel-grid { grid-template-columns: 1fr; }
  .tab { min-width: 0; }
  .cards.three, .steps { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .footer { flex-direction: column; align-items: flex-start; }
  .footer-copy { text-align: left; }
}
