:root {
  --bg: #020617;
  --bg-soft: #0f172a;
  --card: rgba(255,255,255,0.05);
  --card-strong: rgba(15,23,42,0.88);
  --text: #e2e8f0;
  --muted: #94a3b8;
  --white: #ffffff;
  --line: rgba(255,255,255,0.10);
  --blue: #3b82f6;
  --green: #10b981;
  --shadow: 0 24px 70px rgba(0,0,0,0.35);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(59,130,246,0.14), transparent 34%),
    radial-gradient(circle at bottom right, rgba(16,185,129,0.10), transparent 30%),
    var(--bg);
  color: var(--text);
}
button, select, input, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(2, 6, 23, 0.86);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 16px 0;
}
.brand {
  background: none; border: none; color: var(--white);
  font-size: 1.25rem; font-weight: 700; letter-spacing: 0.02em;
}
.desktop-nav { display: flex; gap: 8px; flex-wrap: wrap; }
.nav-link {
  background: transparent; border: none; color: var(--muted);
  padding: 10px 16px; border-radius: 16px; transition: 0.2s ease;
}
.nav-link:hover, .nav-link.active { background: var(--white); color: var(--bg); }
.lang-box {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 12px; border: 1px solid var(--line); border-radius: 18px;
  background: rgba(255,255,255,0.05);
}
.lang-box label { color: var(--muted); font-size: 0.92rem; }
.lang-box select {
  background: var(--bg-soft); color: var(--white); border: 1px solid var(--line);
  padding: 9px 12px; border-radius: 12px;
}
.page { display: none; }
.page.active { display: block; }
.hero {
  padding: 72px 0 88px;
  border-bottom: 1px solid var(--line);
}
.hero-grid {
  display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 44px; align-items: center;
}
.badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 16px; border-radius: 999px;
  background: rgba(59,130,246,0.10); border: 1px solid rgba(59,130,246,0.24);
  color: #dbeafe; font-size: 0.94rem; margin-bottom: 20px;
}
.badge::before {
  content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--blue);
  box-shadow: 0 0 18px rgba(59,130,246,0.8);
}
.hero h1, .section-title {
  margin: 0; line-height: 1.02; color: var(--white); letter-spacing: -0.03em;
}
.hero h1 { font-size: clamp(2.4rem, 5.4vw, 4.8rem); max-width: 860px; }
.hero p.lead, .section-lead {
  margin: 22px 0 0; font-size: clamp(1.05rem, 1.8vw, 1.2rem); line-height: 1.8; color: var(--muted);
  max-width: 760px;
}
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 22px; border-radius: 18px; border: 1px solid transparent;
  font-weight: 600; transition: 0.22s ease; text-align: center;
}
.btn-primary { background: var(--white); color: var(--bg); }
.btn-primary:hover { transform: translateY(-1px); }
.btn-secondary {
  background: rgba(255,255,255,0.08); color: var(--white); border-color: var(--line);
}
.btn-secondary:hover { background: rgba(255,255,255,0.12); }
.stats-grid, .chip-row, .cards-3, .cards-2, .audience-grid, .feature-grid {
  display: grid; gap: 16px;
}
.stats-grid { grid-template-columns: repeat(3, 1fr); margin-top: 28px; }
.stat-card, .card, .feature-item, .chip {
  border: 1px solid var(--line); background: var(--card); border-radius: 24px;
}
.stat-card { padding: 18px; }
.stat-label { color: var(--muted); font-size: 0.92rem; }
.stat-value { margin-top: 6px; color: var(--white); font-weight: 600; }
.overview-card {
  border: 1px solid var(--line); background: rgba(255,255,255,0.05); border-radius: 34px;
  box-shadow: var(--shadow); padding: 26px;
}
.overview-card h3 { margin: 0 0 18px; font-size: 1.2rem; }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.card { padding: 22px; }
.card.dark { background: var(--card-strong); }
.card h4 { margin: 0; color: var(--white); font-size: 1.02rem; }
.card p { margin: 12px 0 0; color: var(--muted); line-height: 1.7; }
.note {
  margin-top: 16px; padding: 16px 18px; border-radius: 22px;
  background: rgba(59,130,246,0.10); border: 1px solid rgba(59,130,246,0.24);
  color: #dbeafe; line-height: 1.7;
}
.flow-wrap { margin-top: 18px; }
.flow-title { margin-bottom: 14px; color: var(--muted); font-size: 0.94rem; }
.flow {
  display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 14px; align-items: center;
}
.flow-box {
  border: 1px solid var(--line); background: rgba(255,255,255,0.05); border-radius: 18px;
  padding: 14px; text-align: center; color: var(--white); font-size: 0.95rem;
}
.flow-arrow { color: var(--muted); text-align: center; }
.section { padding: 78px 0; }
.section.alt { background: rgba(255,255,255,0.04); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.icon-wrap {
  width: 52px; height: 52px; border-radius: 18px; border: 1px solid var(--line);
  display: inline-flex; align-items: center; justify-content: center; background: rgba(15,23,42,0.8);
  font-size: 1.35rem; margin-bottom: 16px;
}
.feature-layout {
  display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 30px; align-items: start;
}
.feature-grid { grid-template-columns: repeat(2, 1fr); }
.feature-item {
  display: flex; gap: 12px; padding: 16px 18px; background: var(--card-strong);
}
.feature-icon { color: var(--green); font-weight: 700; }
.cards-2 { grid-template-columns: repeat(2, 1fr); }
.chip-row { grid-template-columns: repeat(2, 1fr); }
.chip {
  padding: 14px 16px; background: var(--card-strong); display: flex; gap: 10px; align-items: center;
  color: var(--text); font-size: 0.95rem;
}
.visual-box {
  margin-top: 18px; padding: 20px; border-radius: 26px; border: 1px solid var(--line); background: var(--card-strong);
}
.visual-area {
  position: relative; height: 230px; overflow: hidden; border-radius: 22px;
  border: 1px solid var(--line); background:
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px),
    #020617;
  background-size: 28px 28px;
}
.visual-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.visual-caption {
  position: absolute; left: 14px; bottom: 14px; padding: 10px 14px; border-radius: 14px;
  border: 1px solid var(--line); background: rgba(15,23,42,0.86); font-size: 0.82rem;
}
.audience-grid { grid-template-columns: repeat(3, 1fr); }
.block-label {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 16px; border-radius: 999px; font-size: 0.92rem;
  background: rgba(255,255,255,0.06); border: 1px solid var(--line); color: var(--text);
  margin-bottom: 18px;
}
.cta-box {
  border: 1px solid var(--line); border-radius: 34px; background: linear-gradient(135deg, #0f172a, #111827);
  padding: 36px;
}
.cta-eyebrow { color: var(--muted); text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.82rem; }
.cta-box h2 { margin: 16px 0 0; font-size: clamp(1.8rem, 3vw, 3rem); color: var(--white); line-height: 1.1; }
.cta-box p { margin: 16px 0 0; color: var(--muted); line-height: 1.8; font-size: 1.05rem; }
.site-footer {
  border-top: 1px solid var(--line); background: rgba(2, 6, 23, 0.96); margin-top: 0;
}
.footer-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 0;
}
.footer-brand { color: var(--white); font-weight: 700; margin-bottom: 6px; }
.footer-note { margin: 0 0 6px; color: var(--muted); max-width: 540px; line-height: 1.6; }
.footer-legal { margin: 0; color: var(--muted); font-size: 0.86rem; opacity: 0.7; }
.home-teaser {
  border: 1px solid rgba(59,130,246,0.24); background: rgba(59,130,246,0.10);
  border-radius: 34px; padding: 34px;
}
.home-teaser .chip-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.home-teaser .chip {
  width: auto; border-radius: 999px; padding: 10px 16px; background: rgba(2,6,23,0.40);
}
.who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 1024px) {
  .hero-grid, .feature-layout, .cards-2 { grid-template-columns: 1fr; }
  .cards-3, .audience-grid, .who-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid, .feature-grid { grid-template-columns: 1fr 1fr; }
  .flow { grid-template-columns: 1fr; }
  .flow-arrow { display: none; }
}
@media (max-width: 760px) {
  .header-inner { flex-wrap: wrap; }
  .desktop-nav { order: 3; width: 100%; overflow-x: auto; }
  .nav-link { white-space: nowrap; }
  .hero { padding: 56px 0 68px; }
  .cards-3, .stats-grid, .feature-grid, .audience-grid, .who-grid { grid-template-columns: 1fr; }
  .overview-card, .cta-box, .home-teaser { padding: 22px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   Photo placeholder — replace with <img src="..."> later
   ============================================================ */
.photo-placeholder {
  position: relative;
  width: 100%;
  border-radius: 22px;
  border: 2px dashed rgba(255,255,255,0.20);
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.025),
      rgba(255,255,255,0.025) 12px,
      rgba(255,255,255,0.06) 12px,
      rgba(255,255,255,0.06) 24px
    ),
    rgba(2,6,23,0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--muted);
  text-align: center;
  padding: 18px;
}
.photo-placeholder-icon {
  font-size: 2rem;
  opacity: 0.55;
}
.photo-placeholder-caption {
  font-size: 0.92rem;
  max-width: 90%;
  line-height: 1.5;
  color: var(--muted);
}

/* ============================================================
   Pricing — three plan cards
   ============================================================ */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}
.pricing-grid--single {
  grid-template-columns: 1fr;
  max-width: 520px;
  margin: 0 auto;
}
.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: var(--card-strong);
  box-shadow: var(--shadow);
}
.pricing-card.highlight {
  border-color: rgba(59,130,246,0.55);
  background:
    linear-gradient(180deg, rgba(59,130,246,0.10), rgba(15,23,42,0.92));
  box-shadow:
    0 0 0 1px rgba(59,130,246,0.30),
    0 28px 80px rgba(59,130,246,0.18);
}
.pricing-badge {
  position: absolute;
  top: -14px;
  left: 24px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(59,130,246,0.35);
}
.pricing-card h3 {
  margin: 0;
  color: var(--white);
  font-size: 1.4rem;
}
.price-tag {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  padding: 8px 0 4px;
  border-bottom: 1px dashed var(--line);
  margin-bottom: 4px;
}
.price-value {
  color: var(--white);
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}
.price-note {
  color: var(--muted);
  font-size: 0.92rem;
}
.pricing-desc {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.pricing-card .photo-placeholder {
  margin: 4px 0;
}
.pricing-includes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.pricing-includes li {
  position: relative;
  padding-left: 26px;
  color: var(--text);
  line-height: 1.5;
  font-size: 0.96rem;
}
.pricing-includes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 700;
}
.pricing-cta {
  margin-top: auto;
  width: 100%;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.faq-item {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: var(--card);
}
.faq-item h4 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 1rem;
}
.faq-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.96rem;
}

/* ============================================================
   Order form (embedded at bottom of pricing.html)
   ============================================================ */
.order-form-wrap {
  padding: 32px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: var(--card-strong);
  box-shadow: var(--shadow);
  max-width: 760px;
  margin: 0 auto;
}
.order-form-head {
  text-align: center;
  margin-bottom: 26px;
}
.order-form-head .badge {
  margin-bottom: 14px;
}
.order-form-head h2 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  letter-spacing: -0.02em;
}
.order-form-head .lead {
  margin: 0 auto;
  max-width: 560px;
  font-size: 1rem;
  line-height: 1.7;
}
.quote-form {
  display: grid;
  gap: 18px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-field label {
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 500;
  display: inline;
}
.req-mark {
  color: var(--blue);
  margin-left: 2px;
  font-weight: 700;
}
.quote-form input[type="text"],
.quote-form input[type="email"],
.quote-form input[type="tel"],
.quote-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(2,6,23,0.6);
  color: var(--white);
  font: inherit;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.quote-form input:focus,
.quote-form textarea:focus {
  outline: none;
  border-color: rgba(59,130,246,0.6);
  background: rgba(2,6,23,0.8);
}
.quote-form textarea {
  resize: vertical;
  min-height: 110px;
  font-family: inherit;
}
.form-submit {
  justify-self: stretch;
  margin-top: 8px;
  min-height: 54px;
  font-size: 1rem;
}
.hp-field { display: none !important; }
.captcha-row {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}
.captcha-note {
  margin: 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

/* ============================================================
   Thanks page
   ============================================================ */
.thanks-hero {
  padding: 120px 0;
  text-align: center;
}
.thanks-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 640px;
  margin: 0 auto;
}
.thanks-icon {
  font-size: 4rem;
  filter: drop-shadow(0 8px 24px rgba(16,185,129,0.4));
}
.thanks-inner h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--white);
  margin: 0;
}
.thanks-inner .lead {
  margin: 0;
}

/* ============================================================
   Responsive overrides for new components
   ============================================================ */
@media (max-width: 1024px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 560px; margin-left: auto; margin-right: auto; }
  .pricing-card.highlight { order: -1; }
  .faq-list { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .pricing-card { padding: 22px; }
  .order-form-wrap { padding: 22px; }
  .form-row { grid-template-columns: 1fr; }
  .thanks-hero { padding: 80px 0; }
}
