/* ============================================================
   BC Account — Premium Stylesheet
   โทนพรีเมี่ยม Navy + Gold · mobile-first · ไม่มี build step
   ============================================================ */

:root {
  --brand: #1e3a5f;
  --brand-dark: #0f2440;
  --brand-light: #2d5a8a;
  --accent: #d4a039;
  --accent-soft: #e8c06a;
  --accent-glow: rgba(212, 160, 57, .18);
  --ink: #1a2332;
  --ink-soft: #5a6a7e;
  --bg: #ffffff;
  --bg-soft: #f7f9fc;
  --bg-warm: #f0f4f8;
  --line: #e2e8f0;
  --ok: #10b981;
  --line-green: #06c755;
  --radius: 16px;
  --radius-sm: 12px;
  --shadow: 0 4px 20px rgba(15, 36, 64, .06);
  --shadow-lg: 0 16px 48px rgba(15, 36, 64, .12);
  --shadow-gold: 0 8px 32px rgba(212, 160, 57, .2);
  --maxw: 1180px;
  --font: "Sarabun", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans Thai", Tahoma, sans-serif;
  --glass: rgba(255, 255, 255, .72);
  --glass-border: rgba(255, 255, 255, .3);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--brand); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--accent); text-decoration: none; }

h1, h2, h3 { line-height: 1.3; color: var(--ink); margin: 0 0 .5em; }
h1 { font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 800; letter-spacing: -.02em; }
h2 { font-size: clamp(1.5rem, 3.2vw, 2.3rem); font-weight: 700; letter-spacing: -.01em; }
h3 { font-size: 1.2rem; font-weight: 700; }
p { margin: 0 0 1rem; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 820px; }

/* ---------- Skip link / a11y ---------- */
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 999;
  background: var(--brand); color: #fff; padding: 10px 16px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 4px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: inherit; font-size: 1rem; font-weight: 600; line-height: 1.2;
  padding: 13px 26px; border-radius: 12px; border: 2px solid transparent;
  cursor: pointer; transition: all .2s cubic-bezier(.4, 0, .2, 1);
  text-decoration: none; white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--accent), #c08a2e);
  color: #fff; box-shadow: var(--shadow-gold);
}
.btn-primary:hover { background: linear-gradient(135deg, #e8b44a, var(--accent)); color: #fff; box-shadow: 0 12px 36px rgba(212, 160, 57, .3); }
.btn-ghost { background: rgba(255,255,255,.9); color: var(--brand); border-color: var(--line); backdrop-filter: blur(4px); }
.btn-ghost:hover { background: #fff; border-color: var(--accent); color: var(--brand-dark); }
.btn-line { background: var(--line-green); color: #fff; box-shadow: 0 6px 20px rgba(6, 199, 85, .25); }
.btn-line:hover { background: #05a948; color: #fff; }
.btn-lg { font-size: 1.08rem; padding: 16px 34px; border-radius: 14px; }
.btn-block { display: flex; width: 100%; }

/* ---------- Announcement ---------- */
.announce {
  background: linear-gradient(90deg, var(--brand-dark), var(--brand), var(--brand-light));
  color: #fff; text-align: center; font-size: .92rem; font-weight: 500;
}
.announce p { margin: 0; padding: 10px 16px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .88); backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid rgba(226, 232, 240, .7);
  box-shadow: 0 1px 12px rgba(15, 36, 64, .04);
}
.header-inner { display: flex; align-items: center; gap: 18px; min-height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand:hover { text-decoration: none; }
.brand-logo { border-radius: 10px; }
.brand-name { font-size: 1.25rem; font-weight: 800; color: var(--brand); }
.main-nav { display: flex; gap: 4px; margin-left: auto; flex-wrap: wrap; }
.main-nav a {
  color: var(--ink); font-weight: 500; padding: 8px 14px; border-radius: 10px; font-size: .96rem;
  transition: all .15s ease;
}
.main-nav a:hover { background: var(--bg-warm); color: var(--brand); text-decoration: none; }
.header-cta { margin-left: 6px; }

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(160deg, #0f2440 0%, #1e3a5f 40%, #2d5a8a 100%);
  padding: clamp(48px, 7vw, 88px) 0;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(800px 400px at 75% 20%, rgba(212, 160, 57, .12), transparent 60%),
              radial-gradient(600px 300px at 20% 80%, rgba(45, 90, 138, .3), transparent 50%);
}
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
.eyebrow {
  display: inline-block; font-weight: 700; color: var(--accent-soft);
  background: rgba(212, 160, 57, .12); border: 1px solid rgba(212, 160, 57, .3); padding: 7px 16px; border-radius: 999px;
  font-size: .88rem; margin: 0 0 18px; letter-spacing: .02em;
}
.hero-copy h1 { margin-bottom: 18px; color: #fff; }
.lead { font-size: 1.15rem; color: var(--ink-soft); max-width: 560px; line-height: 1.8; }
.lead strong { color: var(--brand); }
.hero .lead { color: rgba(255, 255, 255, .82); }
.hero .lead strong { color: var(--accent-soft); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 20px; }
.hero-points { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 22px; padding: 0; margin: 0; color: rgba(255, 255, 255, .75); font-weight: 500; }
.hero-points li { font-size: .96rem; }
.hero-media { position: relative; }
.hero-img {
  width: 100%; height: auto; border-radius: 20px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .3);
  aspect-ratio: 16 / 10; object-fit: cover; background: rgba(255,255,255,.05);
  border: 1px solid rgba(255, 255, 255, .1);
}

/* ---------- Trust strip ---------- */
.trust { background: var(--brand-dark); color: #fff; border-top: 1px solid rgba(212, 160, 57, .2); }
.trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  padding: 28px 20px; text-align: center;
}
.trust-item { display: flex; flex-direction: column; gap: 4px; }
.trust-num { font-size: 1.4rem; font-weight: 800; color: var(--accent-soft); line-height: 1.2; }
.trust-label { font-size: .88rem; opacity: .85; }

/* ---------- Vibe Code Section ---------- */
.vibecode-section {
  background: linear-gradient(160deg, #0f2440 0%, #1e3a5f 60%, #2d5a8a 100%);
  position: relative; overflow: hidden;
}
.vibecode-section::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(700px 350px at 80% 30%, rgba(212, 160, 57, .1), transparent 60%);
}
.vibecode-section .container { position: relative; z-index: 1; }
.vibecode-section .section-head h2 { color: #fff; }
.vibecode-section .section-head p { color: rgba(255, 255, 255, .8); }
.vibecode-section .card {
  background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .15);
  backdrop-filter: blur(8px); box-shadow: 0 8px 32px rgba(0, 0, 0, .15);
}
.vibecode-section .card:hover { border-color: rgba(212, 160, 57, .4); box-shadow: 0 16px 48px rgba(0, 0, 0, .25); transform: translateY(-6px); }
.vibecode-section .card h3 { color: #fff; }
.vibecode-section .card p { color: rgba(255, 255, 255, .82); }
.vibecode-section .card strong { color: var(--accent-soft); }
.vibecode-section .check-list li { color: rgba(255, 255, 255, .85); }
.vibecode-section .check-list li::before { color: var(--accent-soft); }
.vibecode-section .card-icon { background: rgba(212, 160, 57, .12); border-color: rgba(212, 160, 57, .25); }
.vibecode-examples { margin-top: 36px; }
.vibecode-examples h3 { color: var(--accent-soft); text-align: center; margin-bottom: 20px; font-size: 1.15rem; }
.vibecode-section .feature { background: rgba(255, 255, 255, .05); border-color: rgba(255, 255, 255, .12); box-shadow: none; }
.vibecode-section .feature:hover { border-color: rgba(212, 160, 57, .35); box-shadow: 0 8px 24px rgba(0,0,0,.15); }
.vibecode-section .feature p { color: rgba(255, 255, 255, .85); }
.vibecode-section .feature strong { color: var(--accent-soft); }

/* ---------- Sections ---------- */
.section { padding: clamp(48px, 7vw, 92px) 0; }
.section-soft { background: var(--bg-soft); }
.section-warm { background: linear-gradient(180deg, var(--bg-warm), #e8eef5); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto clamp(32px, 4vw, 52px); }
.section-head p { color: var(--ink-soft); font-size: 1.1rem; margin: 0; }

/* ---------- Cards ---------- */
.card-grid { display: grid; gap: 24px; }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 28px; box-shadow: var(--shadow);
  transition: all .25s cubic-bezier(.4, 0, .2, 1);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(212, 160, 57, .3); }
.card-icon, .feature-icon {
  width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
  font-size: 1.7rem; border-radius: 14px; margin-bottom: 18px;
  background: linear-gradient(135deg, var(--bg-warm), #fff);
  border: 1px solid var(--line); box-shadow: 0 2px 8px rgba(15, 36, 64, .05);
}
.card p { color: var(--ink-soft); }

.check-list { list-style: none; padding: 0; margin: 16px 0 0; }
.check-list li { position: relative; padding-left: 28px; margin-bottom: 10px; color: var(--ink); font-size: .97rem; }
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: -1px;
  color: var(--ok); font-weight: 800;
}

/* ---------- Features ---------- */
.feature {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; box-shadow: var(--shadow);
  transition: all .25s cubic-bezier(.4, 0, .2, 1);
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(212, 160, 57, .3); }
.feature p { color: var(--ink-soft); margin: 0; font-size: .97rem; }

/* ---------- Solutions ---------- */
.solution-grid {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.solution-grid li {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 18px 18px; font-weight: 600; box-shadow: var(--shadow);
  transition: all .2s cubic-bezier(.4, 0, .2, 1);
}
.solution-grid li:hover { transform: translateY(-3px); border-color: var(--accent); box-shadow: var(--shadow-gold); }
.solution-grid a { color: inherit; text-decoration: none; display: block; }
.solution-grid li:has(a):hover { border-color: var(--accent); }

/* ---------- Breadcrumb ---------- */
.breadcrumb { background: var(--bg-soft); border-bottom: 1px solid var(--line); font-size: .92rem; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 12px 20px; max-width: var(--maxw); margin-inline: auto; color: var(--ink-soft); }
.breadcrumb li::after { content: "›"; margin-left: 6px; color: var(--ink-soft); }
.breadcrumb li:last-child::after { content: ""; }
.breadcrumb a { color: var(--brand); }

/* ---------- Pricing ---------- */
.pricing-card {
  max-width: 540px; margin: 0 auto; background: #fff;
  border: 2px solid var(--accent); border-radius: 24px; padding: 38px 34px;
  box-shadow: var(--shadow-gold); text-align: center;
  position: relative; overflow: hidden;
}
.pricing-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--accent-soft), var(--accent));
}
.pricing-eyebrow { color: var(--brand); font-weight: 700; margin: 0 0 6px; text-transform: uppercase; letter-spacing: .05em; font-size: .88rem; }
.pricing-amount { margin: 0; }
.price { font-size: 3.2rem; font-weight: 800; color: var(--brand); line-height: 1; }
.per { font-size: 1.05rem; color: var(--ink-soft); font-weight: 600; }
.pricing-note { color: var(--ink-soft); font-size: .96rem; margin: 8px 0 0; }
.pricing-list { text-align: left; max-width: 380px; margin: 24px auto; }
.pricing-foot { font-size: .9rem; color: var(--ink-soft); margin: 16px 0 0; }

/* ---------- Pricing tiers (/pricing/) ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.tier-card {
  background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 32px 28px;
  box-shadow: var(--shadow); display: flex; flex-direction: column; position: relative;
  transition: all .25s cubic-bezier(.4, 0, .2, 1);
}
.tier-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.tier-card.featured { border: 2px solid var(--accent); box-shadow: var(--shadow-gold); }
.tier-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--accent), #c08a2e); color: #fff; font-size: .82rem; font-weight: 700;
  padding: 5px 18px; border-radius: 999px; white-space: nowrap; box-shadow: var(--shadow-gold);
}
.tier-name { font-weight: 700; font-size: 1.2rem; color: var(--brand); margin: 0; }
.tier-price { font-size: 2.2rem; font-weight: 800; color: var(--ink); margin: 8px 0 2px; line-height: 1.15; }
.tier-price .unit { font-size: 1rem; color: var(--ink-soft); font-weight: 600; }
.tier-note { color: var(--ink-soft); font-size: .92rem; min-height: 3.2em; margin: 0 0 8px; }
.tier-card .check-list { flex: 1 1 auto; margin: 12px 0 18px; }
.tier-card .btn-block { margin-top: auto; }
.license-note {
  margin-top: 32px; padding: 18px 22px; border-radius: var(--radius-sm);
  background: rgba(212, 160, 57, .07); border: 1px solid rgba(212, 160, 57, .25);
  color: var(--ink-soft); font-size: .88rem; line-height: 1.8; text-align: center;
}

/* ---------- Feature Comparison Table ---------- */
.compare-wrap { overflow-x: auto; border-radius: var(--radius); box-shadow: var(--shadow-lg); border: 1px solid var(--line); background: #fff; }
.compare-table { width: 100%; border-collapse: collapse; min-width: 720px; font-size: .94rem; }
.compare-table thead th {
  position: sticky; top: 0; z-index: 2; background: var(--brand-dark); color: #fff;
  padding: 16px 14px; font-size: 1rem; font-weight: 800; text-align: center;
}
.compare-table thead th.col-feature { text-align: left; background: var(--brand-dark); }
.compare-table thead th.col-s { background: #1f7a50; }
.compare-table thead th.col-m { background: #1e3a5f; }
.compare-table thead th.col-e { background: #5f3aa8; }
.compare-table .cat-row th {
  background: var(--bg-warm); color: var(--brand); font-weight: 800; font-size: .98rem;
  text-align: left; padding: 12px 18px; border-top: 2px solid var(--line); border-bottom: 1px solid var(--line);
}
.compare-table td { padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare-table tbody tr:not(.cat-row):hover { background: var(--bg-soft); }
.compare-table .feature-name { font-weight: 600; color: var(--ink); width: 46%; }
.compare-table .feature-desc { display: block; font-weight: 400; color: var(--ink-soft); font-size: .84rem; margin-top: 3px; line-height: 1.5; }
.compare-table .col-tier { text-align: center; width: 18%; }
.compare-table .tick { color: #1f9d63; font-weight: 800; font-size: 1.15rem; }
.compare-table .dash { color: #c3ccd6; font-weight: 600; }
.compare-cta { text-align: center; margin-top: 32px; }

/* ---------- Single-product Feature Groups ---------- */
.feature-groups { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.feature-group {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px 26px;
  box-shadow: var(--shadow);
}
.feature-group-title {
  font-size: 1.08rem; font-weight: 800; color: var(--brand); margin: 0 0 14px;
  padding-bottom: 12px; border-bottom: 2px solid var(--bg-warm);
}
.feature-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.feature-item { display: flex; align-items: flex-start; gap: 10px; }
.feature-item .tick { color: #1f9d63; font-weight: 800; font-size: 1.05rem; line-height: 1.45; flex-shrink: 0; }
.feature-body strong { display: block; color: var(--ink); font-size: .95rem; font-weight: 700; }
.feature-body .feature-desc { display: block; color: var(--ink-soft); font-size: .84rem; line-height: 1.5; margin-top: 2px; }

/* ---------- Single-tier Pricing ---------- */
.pricing-grid-single { grid-template-columns: 1fr; max-width: 640px; margin: 0 auto; }
.pricing-grid-single .tier-card { padding: 40px 38px; }
.pricing-grid-single .check-list { columns: 2; column-gap: 36px; }

/* ---------- Two-plan Pricing ---------- */
.pricing-grid-two { grid-template-columns: repeat(2, 1fr); max-width: 900px; margin: 0 auto; }
.pricing-grid-two .tier-card { padding: 36px 32px; }

/* ---------- Feature Tier Badges ---------- */
.ftier {
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 7px; font-size: .72rem; font-weight: 800;
  color: #fff; line-height: 1; flex-shrink: 0;
}
.ftier-s { background: linear-gradient(135deg, #2e9e6b, #1f7a50); }
.ftier-m { background: linear-gradient(135deg, #2d5a8a, #1e3a5f); }
.ftier-e { background: linear-gradient(135deg, #8a5cd6, #5f3aa8); }
.ftier-group { display: inline-flex; gap: 4px; align-items: center; }
.feature-tier-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.feature-tier-head h3 { margin: 0; }
.tier-legend-section { background: var(--bg-warm); }
.tier-legend { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tier-legend-item {
  display: flex; align-items: flex-start; gap: 12px; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px 18px;
  font-size: .9rem; color: var(--ink-soft); line-height: 1.6;
}
.tier-legend-item strong { color: var(--ink); }
.tier-legend-item .ftier { width: 30px; height: 30px; font-size: .85rem; border-radius: 9px; margin-top: 2px; }
@media (max-width: 880px) { .tier-legend { grid-template-columns: 1fr; } }
@media (max-width: 880px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .pricing-grid-two { grid-template-columns: 1fr; max-width: 480px; }
  .tier-note { min-height: 0; }
  .feature-groups { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .pricing-grid-single .check-list { columns: 1; }
}

/* ---------- FAQ ---------- */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 4px 24px; box-shadow: var(--shadow); transition: border-color .2s ease;
}
.faq-item:hover { border-color: rgba(212, 160, 57, .3); }
.faq-item summary {
  cursor: pointer; font-weight: 700; padding: 16px 0; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px; color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--accent); font-size: 1.5rem; font-weight: 700; flex-shrink: 0; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { color: var(--ink-soft); margin: 0 0 16px; }

/* ---------- Article / Guide ---------- */
.article { padding: clamp(28px, 4vw, 44px) 0; }
.article-head { margin-bottom: 28px; }
.article-head h1 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); }
.article-meta { color: var(--ink-soft); font-size: .92rem; margin: 0; }
.article-body { font-size: 1.05rem; }
.article-body h2 { margin-top: 1.8em; padding-bottom: .3em; border-bottom: 2px solid var(--line); }
.article-body h3 { margin-top: 1.5em; color: var(--brand); }
.article-body p, .article-body li { color: var(--ink); }
.article-body ul, .article-body ol { padding-left: 1.4em; margin: 0 0 1.2em; }
.article-body li { margin-bottom: .5em; }
.article-body strong { color: var(--brand-dark); }
.article-body .lead-answer {
  background: linear-gradient(135deg, var(--bg-warm), #fff); border-left: 4px solid var(--accent);
  padding: 18px 22px; border-radius: 0 12px 12px 0; font-size: 1.1rem; margin-bottom: 1.6em;
}
.article-body a { text-decoration: underline; }
.table-wrap { overflow-x: auto; margin: 1.4em 0; }
.article-body table { border-collapse: collapse; width: 100%; font-size: .96rem; min-width: 520px; }
.article-body th, .article-body td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.article-body thead th { background: var(--brand); color: #fff; font-weight: 600; }
.article-body tbody tr:nth-child(even) { background: var(--bg-soft); }
.article-body .highlight-row { background: var(--accent-glow) !important; font-weight: 600; }
.article-faq { margin-top: 2.4em; }
.article-faq h2 { margin-bottom: 1em; }

/* ---------- CTA ---------- */
.cta {
  background: linear-gradient(160deg, var(--brand-dark) 0%, var(--brand) 50%, var(--brand-light) 100%);
  color: #fff; padding: clamp(52px, 7vw, 92px) 0; text-align: center;
  position: relative; overflow: hidden;
}
.cta::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(600px 300px at 50% 100%, rgba(212, 160, 57, .1), transparent 60%);
}
.cta h2 { color: #fff; position: relative; }
.cta-inner { max-width: 720px; margin: 0 auto; position: relative; }
.cta-inner > p { color: rgba(255, 255, 255, .88); font-size: 1.12rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin: 28px 0 14px; }
.cta .btn-primary { background: #fff; color: var(--brand); box-shadow: 0 8px 24px rgba(0,0,0,.15); }
.cta .btn-primary:hover { background: var(--bg-warm); color: var(--brand-dark); }
.cta-note { color: rgba(255, 255, 255, .85); font-size: .96rem; margin: 0; }
.cta-note a { color: var(--accent-soft); }

/* ---------- Footer ---------- */
.site-footer { background: var(--brand-dark); color: #c8d4e0; font-size: .96rem; }
.footer-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.6fr; gap: 32px;
  padding: 56px 20px 36px;
}
.footer-col h3 { color: #fff; font-size: 1.05rem; margin-bottom: 14px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 9px; line-height: 1.5; }
.footer-col a { color: #c8d4e0; }
.footer-col a:hover { color: var(--accent-soft); }
.footer-brand .brand-name { color: #fff; }
.footer-brand p { margin-top: 12px; color: #8fa3b8; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); }
.footer-bottom .container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; padding-top: 18px; padding-bottom: 18px; }
.footer-bottom p { margin: 0; color: #8fa3b8; font-size: .9rem; }
.footer-bottom a { color: var(--accent-soft); }

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-media { order: -1; max-width: 560px; }
  .cols-3 { grid-template-columns: repeat(2, 1fr); }
  .solution-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .main-nav { display: none; }
  .header-cta { margin-left: auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 12px; }
  .cols-2, .cols-3 { grid-template-columns: 1fr; }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-actions .btn, .cta-actions .btn { flex: 1 1 auto; }
}

@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .price { font-size: 2.8rem; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
