/* ============================================================
   MC Crenergy — DATANORY Lead-Gen Landing Pages
   Shared stylesheet (SFA + Merchandising)
   Built by TTIM Marketing
   ============================================================ */

:root {
  --ink: #0a2540;
  --navy: #0e2f57;
  --blue: #1463d9;
  --blue-dark: #0d47a1;
  --blue-soft: #e8f1fd;
  --accent: #ff7a18;      /* conversion CTA */
  --accent-dark: #e56a08;
  --wa: #25d366;          /* whatsapp */
  --wa-dark: #1da851;
  --text: #1b2a3d;
  --muted: #5b6b7f;
  --line: #e3e9f1;
  --bg: #ffffff;
  --bg-soft: #f5f8fc;
  --ok: #1a9e5f;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow-sm: 0 2px 10px rgba(14,47,87,.06);
  --shadow: 0 12px 34px rgba(14,47,87,.12);
  --shadow-lg: 0 24px 60px rgba(14,47,87,.18);
  --maxw: 1140px;
  --font: "Inter", "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
section { position: relative; }
.eyebrow {
  display: inline-block;
  font-size: 13px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--blue);
  background: var(--blue-soft); padding: 6px 14px; border-radius: 40px;
  margin-bottom: 16px;
}
.eyebrow.on-dark { color: #bcd6ff; background: rgba(255,255,255,.1); }

h1, h2, h3 { color: var(--ink); line-height: 1.15; font-weight: 800; letter-spacing: -.01em; }
h2.section-title { font-size: clamp(26px, 4vw, 40px); margin-bottom: 14px; }
.section-sub { color: var(--muted); font-size: 17px; max-width: 640px; }
.center { text-align: center; }
.center .section-sub { margin: 0 auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 700; font-size: 16px; padding: 15px 26px;
  border-radius: 40px; border: 0; cursor: pointer;
  transition: transform .12s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 8px 20px rgba(255,122,24,.35); }
.btn-primary:hover { background: var(--accent-dark); box-shadow: 0 10px 26px rgba(255,122,24,.45); }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 8px 20px rgba(37,211,102,.3); }
.btn-wa:hover { background: var(--wa-dark); }
.btn-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.55); }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-lg { font-size: 17px; padding: 17px 34px; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; color: var(--ink); font-size: 19px; }
.brand .logo-badge {
  width: 38px; height: 38px; border-radius: 9px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark)); color: #fff; font-weight: 800; font-size: 17px;
}
.brand small { display: block; font-size: 11px; font-weight: 600; color: var(--muted); letter-spacing: .04em; }
.header-cta { display: flex; align-items: center; gap: 14px; }
.header-phone { font-weight: 700; color: var(--ink); font-size: 15px; }
.header-phone span { color: var(--muted); font-weight: 500; font-size: 12px; display: block; }
.header-cta .btn { padding: 11px 20px; font-size: 15px; }
@media (max-width: 720px) { .header-phone { display: none; } }

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(20,99,217,.28), transparent 60%),
    linear-gradient(160deg, #0a2540 0%, #0e2f57 55%, #123f74 100%);
  color: #fff; overflow: hidden;
}
.hero .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items: center; padding-top: 64px; padding-bottom: 72px; }
.hero h1 { color: #fff; font-size: clamp(32px, 4.6vw, 52px); margin-bottom: 18px; }
.hero h1 .hl { color: #7fb2ff; }
.hero-lead { font-size: 19px; color: #d3e0f0; margin-bottom: 20px; max-width: 540px; }
.hero-points { list-style: none; margin: 0 0 28px; display: grid; gap: 10px; }
.hero-points li { display: flex; gap: 10px; align-items: flex-start; font-size: 15.5px; color: #e7eefa; }
.hero-points .tick { color: #4ade80; font-weight: 800; flex: none; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.hero-trust { margin-top: 30px; font-size: 13px; color: #9fb6d4; text-transform: uppercase; letter-spacing: .08em; }
.hero-logos { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 12px; align-items: center; }
.hero-logos span {
  font-weight: 800; color: #cfe0f5; font-size: 15px; letter-spacing: .02em; opacity: .9;
}

/* hero visual card */
.hero-card {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px; padding: 22px; box-shadow: var(--shadow-lg);
  backdrop-filter: blur(6px);
}
.hero-card h4 { color: #fff; font-size: 15px; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.hero-card .live { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 4px rgba(74,222,128,.25); }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.stat {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px; padding: 16px;
}
.stat b { display: block; font-size: 26px; color: #fff; font-weight: 800; }
.stat small { color: #b9cbe4; font-size: 12.5px; }
.hero-card .bar { height: 8px; border-radius: 6px; background: rgba(255,255,255,.14); margin-top: 4px; overflow: hidden; }
.hero-card .bar i { display: block; height: 100%; background: linear-gradient(90deg,#4ade80,#7fb2ff); border-radius: 6px; }

@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 34px; padding-top: 44px; padding-bottom: 52px; }
  .hero-card { order: 2; }
}

/* ---------- Generic section spacing ---------- */
.pad { padding: 76px 0; }
.pad-sm { padding: 54px 0; }
.soft { background: var(--bg-soft); }

/* ---------- Pain points ---------- */
.pain-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 34px; }
.pain {
  background: #fff; border: 1px solid var(--line); border-left: 4px solid #ef6b6b;
  border-radius: var(--radius-sm); padding: 20px 22px; box-shadow: var(--shadow-sm);
}
.pain h4 { font-size: 17px; margin-bottom: 6px; color: var(--ink); }
.pain p { color: var(--muted); font-size: 14.5px; }
@media (max-width: 720px){ .pain-grid { grid-template-columns: 1fr; } }

/* ---------- Modules / feature cards ---------- */
.mod-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 38px; }
.mod {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow-sm); transition: transform .15s ease, box-shadow .2s ease;
}
.mod:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #cfe0f8; }
.mod .ico {
  width: 46px; height: 46px; border-radius: 11px; display: grid; place-items: center;
  background: var(--blue-soft); color: var(--blue); margin-bottom: 15px; font-size: 22px;
}
.mod h4 { font-size: 17px; margin-bottom: 7px; }
.mod p { color: var(--muted); font-size: 14.5px; }
@media (max-width: 900px){ .mod-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px){ .mod-grid { grid-template-columns: 1fr; } }

/* ---------- Benefits (split) ---------- */
.benefit-split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.benefit-list { list-style: none; display: grid; gap: 14px; }
.benefit-list li { display: flex; gap: 12px; align-items: flex-start; }
.benefit-list .b-ico {
  flex: none; width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center;
  background: #e3f6ea; color: var(--ok); font-weight: 800;
}
.benefit-list b { display: block; color: var(--ink); font-size: 16px; }
.benefit-list span { color: var(--muted); font-size: 14.5px; }
.benefit-visual {
  background: linear-gradient(160deg,#0e2f57,#1463d9); border-radius: 20px; padding: 30px;
  color: #fff; box-shadow: var(--shadow);
}
.benefit-visual h3 { color: #fff; font-size: 22px; margin-bottom: 18px; }
.metric-row { display: flex; justify-content: space-between; align-items: baseline; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.metric-row:last-child { border-bottom: 0; }
.metric-row span { color: #cfe0f5; font-size: 14px; }
.metric-row b { font-size: 22px; color: #7fffb0; }
@media (max-width: 820px){ .benefit-split { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- Industries ---------- */
.ind-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 30px; }
.ind-chip {
  background: #fff; border: 1px solid var(--line); border-radius: 40px;
  padding: 11px 22px; font-weight: 700; color: var(--ink); box-shadow: var(--shadow-sm); font-size: 15px;
}

/* ---------- Social proof ---------- */
.proof-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-bottom: 44px; }
.proof-stat { text-align: center; }
.proof-stat b { display: block; font-size: clamp(30px,4vw,44px); font-weight: 800; color: var(--blue); }
.proof-stat small { color: var(--muted); font-weight: 600; font-size: 14px; }
.tst-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.tst {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow-sm);
}
.tst .stars { color: #ffb020; margin-bottom: 10px; letter-spacing: 2px; }
.tst p { font-size: 14.5px; color: #33455a; margin-bottom: 16px; }
.tst .who { display: flex; align-items: center; gap: 12px; }
.tst .av { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: #fff; background: linear-gradient(135deg,#1463d9,#0d47a1); flex: none; }
.tst .who b { display: block; font-size: 15px; color: var(--ink); margin-bottom: 2px; }
.tst .who small { display: block; color: var(--muted); font-size: 12.5px; line-height: 1.4; }
.logo-strip { display: flex; flex-wrap: wrap; gap: 14px 28px; justify-content: center; align-items: center; margin-top: 40px; }
.logo-strip span { font-weight: 800; color: #91a3ba; font-size: 16px; letter-spacing: .02em; }
@media (max-width: 900px){ .tst-grid { grid-template-columns: 1fr; } .proof-stats { grid-template-columns: 1fr 1fr; gap: 26px; } }

/* ---------- Lead form ---------- */
.form-section {
  background:
    radial-gradient(900px 400px at 15% 0%, rgba(20,99,217,.25), transparent 60%),
    linear-gradient(160deg,#0a2540,#0e2f57);
  color: #fff;
}
.form-shell { display: grid; grid-template-columns: 1fr 1.05fr; gap: 44px; align-items: center; }
.form-copy h2 { color: #fff; font-size: clamp(26px,3.6vw,38px); margin-bottom: 14px; }
.form-copy p { color: #cfe0f5; font-size: 16.5px; margin-bottom: 22px; }
.form-copy .assure { list-style: none; display: grid; gap: 11px; }
.form-copy .assure li { display: flex; gap: 10px; align-items: center; color: #e7eefa; font-size: 15px; }
.form-copy .assure .tick { color: #4ade80; font-weight: 800; }
.wa-inline {
  margin-top: 26px; padding: 16px 18px; border-radius: 12px;
  background: rgba(37,211,102,.12); border: 1px solid rgba(37,211,102,.35);
  display: flex; align-items: center; gap: 14px; justify-content: space-between; flex-wrap: wrap;
}
.wa-inline p { margin: 0; color: #d9f7e4; font-size: 14.5px; }

.lead-card {
  background: #fff; border-radius: 18px; padding: 30px; box-shadow: var(--shadow-lg); color: var(--text);
}
.lead-card h3 { font-size: 21px; margin-bottom: 4px; }
.lead-card .lc-sub { color: var(--muted); font-size: 14px; margin-bottom: 20px; }
.field { margin-bottom: 15px; }
.field label { display: block; font-size: 13.5px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.field label .req { color: #ef6b6b; }
.field input, .field select {
  width: 100%; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 10px;
  font-size: 15px; font-family: inherit; color: var(--text); background: #fff; transition: border .15s ease, box-shadow .15s ease;
}
.field input:focus, .field select:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-soft); }
.field.err input, .field.err select { border-color: #ef6b6b; box-shadow: 0 0 0 3px rgba(239,107,107,.14); }
.field .msg { color: #d83a3a; font-size: 12.5px; margin-top: 5px; display: none; }
.field.err .msg { display: block; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.form-fine { font-size: 12px; color: var(--muted); margin-top: 12px; text-align: center; }
.form-success {
  display: none; text-align: center; padding: 20px 6px;
}
.form-success.show { display: block; }
.form-success .big { width: 66px; height: 66px; border-radius: 50%; background: #e3f6ea; color: var(--ok); display: grid; place-items: center; font-size: 34px; margin: 0 auto 16px; }
.form-success h3 { margin-bottom: 8px; }
.form-success p { color: var(--muted); font-size: 15px; margin-bottom: 20px; }

@media (max-width: 860px){ .form-shell { grid-template-columns: 1fr; gap: 30px; } .grid-2 { grid-template-columns: 1fr; } }

/* ---------- Final CTA ---------- */
.final-cta { text-align: center; }
.final-cta h2 { font-size: clamp(26px,4vw,40px); margin-bottom: 14px; }
.final-cta p { color: var(--muted); font-size: 17px; margin-bottom: 26px; }
.final-actions { display: flex; gap: 13px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #b9cbe4; padding: 46px 0 26px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; margin-bottom: 30px; }
.site-footer h5 { color: #fff; font-size: 15px; margin-bottom: 14px; }
.site-footer a, .site-footer p { color: #b9cbe4; font-size: 14px; line-height: 1.9; }
.site-footer a:hover { color: #fff; }
.foot-brand .brand { color: #fff; }
.foot-brand .brand small { color: #8ea6c6; }
.foot-brand p { margin-top: 12px; max-width: 320px; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; font-size: 12.5px; color: #8ea6c6; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
@media (max-width: 760px){ .foot-grid { grid-template-columns: 1fr; } }

/* ---------- Sticky mobile CTA ---------- */
.mobile-cta { display: none; }
@media (max-width: 720px){
  .mobile-cta {
    display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 70;
    gap: 10px; padding: 10px 14px; background: rgba(255,255,255,.96);
    border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(14,47,87,.1);
  }
  .mobile-cta .btn { flex: 1; padding: 13px; font-size: 15px; }
  body { padding-bottom: 70px; }
}

/* wireframe annotation ribbon (toggle by adding .show-notes to body) */
.wf-note { display: none; }
body.show-notes .wf-note {
  display: block; font-size: 12px; color: #8a5a00; background: #fff7e6;
  border: 1px dashed #f0b429; border-radius: 6px; padding: 6px 10px; margin: 0 auto 10px; max-width: var(--maxw);
}

/* ============================================================
   PX-STRUCTURE COMPONENTS (v2 comprehensive build)
   ============================================================ */

/* Hero image swap-in */
.hero-visual { width: 100%; border-radius: 18px; box-shadow: var(--shadow-lg); display: block; }
.hero-badge-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700;
  color: #dbe8fb; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  padding: 7px 13px; border-radius: 30px;
}
.hero-badge .d { color: #4ade80; }

/* Above-the-fold micro social proof under CTA */
.hero-microproof { display: flex; align-items: center; gap: 12px; margin-top: 20px; color: #cfe0f5; font-size: 14px; }
.hero-microproof .stars { color: #ffb020; letter-spacing: 1px; }
.avatars { display: flex; }
.avatars i { width: 30px; height: 30px; border-radius: 50%; border: 2px solid #123f74; margin-left: -8px;
  background: linear-gradient(135deg,#7fb2ff,#1463d9); display: inline-block; }

/* PAS Lead panel feature tiles */
.lead-tiles { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 34px; }
.lead-tile { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.lead-tile .emo { font-size: 26px; margin-bottom: 10px; }
.lead-tile h4 { font-size: 17px; margin-bottom: 6px; }
.lead-tile p { color: var(--muted); font-size: 14.5px; }
@media (max-width:820px){ .lead-tiles { grid-template-columns: 1fr; } }

/* How it works steps */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 38px; counter-reset: s; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px 22px; box-shadow: var(--shadow-sm); }
.step .n {
  width: 40px; height: 40px; border-radius: 11px; background: linear-gradient(135deg,var(--blue),var(--blue-dark));
  color: #fff; font-weight: 800; font-size: 18px; display: grid; place-items: center; margin-bottom: 14px;
}
.step h4 { font-size: 16px; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 14px; }
@media (max-width:900px){ .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width:560px){ .steps { grid-template-columns: 1fr; } }

/* Offer stack */
.offer-wrap {
  background:
    radial-gradient(700px 300px at 20% -20%, rgba(20,99,217,.35), transparent 60%),
    linear-gradient(160deg,#0a2540,#0e2f57);
  color:#fff; border-radius: 24px; padding: 46px; box-shadow: var(--shadow-lg);
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center;
}
.offer-wrap .eyebrow.on-dark { margin-bottom: 14px; }
.offer-headline { font-size: clamp(24px,3.2vw,34px); color:#fff; line-height:1.2; margin-bottom: 12px; }
.offer-headline .hl { color:#ffb020; }
.offer-sub { color:#cfe0f5; font-size:16px; margin-bottom: 22px; }
.offer-list { list-style:none; display:grid; gap:13px; margin-bottom: 24px; }
.offer-list li { display:flex; gap:12px; align-items:flex-start; font-size:15px; color:#eaf1fb; }
.offer-list .k { flex:none; width:26px; height:26px; border-radius:7px; background:rgba(74,222,128,.18); color:#4ade80; display:grid; place-items:center; font-weight:800; }
.offer-list b { color:#fff; }
.offer-card-r { background: rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.16); border-radius:18px; padding: 28px; text-align:center; }
.offer-value { font-size: 15px; color:#bcd6ff; text-decoration: line-through; opacity:.8; }
.offer-free { font-size: 40px; font-weight:800; color:#fff; margin: 4px 0 2px; }
.offer-free small { display:block; font-size:13px; font-weight:600; color:#9fc0ec; text-decoration:none; }
.offer-bonus { background: rgba(255,176,32,.14); border:1px dashed rgba(255,176,32,.5); border-radius:12px; padding:13px; margin:18px 0; font-size:13.5px; color:#ffe4b0; }
.offer-card-r .btn { width:100%; }
.offer-scar { margin-top:12px; font-size:12.5px; color:#9fc0ec; }
@media (max-width:860px){ .offer-wrap { grid-template-columns:1fr; padding:30px; gap:26px; } }

/* Authority / About */
.authority-split { display:grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items:center; }
.authority-badges { display:grid; grid-template-columns: repeat(2,1fr); gap:14px; }
.auth-badge { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:20px; box-shadow:var(--shadow-sm); }
.auth-badge b { display:block; font-size:26px; color:var(--blue); font-weight:800; }
.auth-badge span { color:var(--muted); font-size:13.5px; font-weight:600; }
@media (max-width:820px){ .authority-split { grid-template-columns:1fr; gap:26px; } }

/* Comparison table */
.cmp { width:100%; border-collapse:separate; border-spacing:0; margin-top:34px; box-shadow:var(--shadow-sm); border-radius:14px; overflow:hidden; }
.cmp th, .cmp td { padding:16px 18px; text-align:left; font-size:15px; border-bottom:1px solid var(--line); background:#fff; }
.cmp thead th { background:var(--ink); color:#fff; font-weight:700; }
.cmp thead th.us { background:var(--blue); }
.cmp td.feat { font-weight:600; color:var(--ink); }
.cmp td.us { background:var(--blue-soft); font-weight:700; color:var(--ink); }
.cmp .yes { color:#1a9e5f; font-weight:800; }
.cmp .no { color:#c33; font-weight:800; }
.cmp tr:last-child td { border-bottom:0; }
@media (max-width:640px){ .cmp th, .cmp td { padding:11px 10px; font-size:13px; } }

/* Who is this for / not for */
.fit-split { display:grid; grid-template-columns:1fr 1fr; gap:22px; margin-top:34px; }
.fit-card { border-radius:var(--radius); padding:28px; box-shadow:var(--shadow-sm); border:1px solid var(--line); }
.fit-card.yes { background:#f1faf4; border-color:#c9ecd6; }
.fit-card.no { background:#fdf3f3; border-color:#f4d4d4; }
.fit-card h3 { font-size:19px; margin-bottom:16px; display:flex; align-items:center; gap:9px; }
.fit-card ul { list-style:none; display:grid; gap:12px; }
.fit-card li { position:relative; padding-left:26px; font-size:14.5px; color:#33455a; line-height:1.55; }
.fit-card .mk { position:absolute; left:0; top:0; }
.fit-card.yes .mk { color:#1a9e5f; font-weight:800; }
.fit-card.no .mk { color:#c33; font-weight:800; }
@media (max-width:680px){ .fit-split { grid-template-columns:1fr; } }

/* FAQ accordion */
.faq { max-width:820px; margin:34px auto 0; }
.faq details { background:#fff; border:1px solid var(--line); border-radius:12px; margin-bottom:12px; box-shadow:var(--shadow-sm); overflow:hidden; }
.faq summary { cursor:pointer; padding:18px 22px; font-weight:700; color:var(--ink); font-size:16px; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:14px; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary::after { content:"+"; font-size:22px; color:var(--blue); font-weight:700; flex:none; }
.faq details[open] summary::after { content:"–"; }
.faq .a { padding:0 22px 20px; color:var(--muted); font-size:15px; }

/* guarantee bar */
.guarantee { display:flex; align-items:center; gap:16px; justify-content:center; background:var(--blue-soft); border:1px solid #cfe0f8; border-radius:14px; padding:20px 24px; max-width:760px; margin:0 auto; }
.guarantee .g-ico { font-size:34px; flex:none; }
.guarantee b { color:var(--ink); }
.guarantee p { color:var(--muted); font-size:14.5px; margin:0; }

/* new-field: timeline pills reuse .field */
.form-two-cta { display:flex; gap:12px; margin-top:6px; }

/* hero kicker + AI feature list + image caption (client revision v3) */
.hero-kicker { font-size: 18px; font-weight: 700; color: #ffb783; margin: -4px 0 16px; }

/* clean 2-column feature list (replaces run-on chips) */
.ai-features { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; margin: 6px 0 26px; }
.ai-features li { position: relative; padding-left: 20px; font-size: 14px; color: #dbe8fb; line-height: 1.45; }
.ai-features li::before { content: "●"; position: absolute; left: 0; top: 0; color: #7fb2ff; font-size: 11px; }
.ai-features b { color: #fff; font-weight: 700; }
@media (max-width: 620px){ .ai-features { grid-template-columns: 1fr; gap: 9px; } }

.hero-caption { margin-top: 14px; text-align: center; color: #bcd6ff; font-size: 13.5px; line-height: 1.5; }
.hero-caption .cap-title { color: #fff; font-weight: 700; font-size: 15px; margin-bottom: 3px; }

/* brand logo image (real MC Crenergy logo) + self-contained fallback */
.brand .brand-logo { height: 34px; width: auto; display: block; }
.site-footer .brand .brand-logo { height: 30px; }
.brand-mark { display: inline-flex; align-items: center; }
.brand-fallback { align-items: center; }
.mcmark { color: #e2231a; font-weight: 800; font-size: 27px; line-height: 1; letter-spacing: -2px; }
.mcmark .cln { color: #e2231a; margin-left: 1px; }
.site-footer .mcmark, .site-footer .mcmark .cln { color: #ffffff; }

/* customer logo strip with image + graceful text fallback */
.logo-item { display: inline-flex; align-items: center; }
.logo-item img { height: 34px; width: auto; object-fit: contain; filter: none; }

/* video carousel */
.vcar { position: relative; margin-top: 34px; }
.vcar-track { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; -webkit-overflow-scrolling: touch; }
.vcar-track::-webkit-scrollbar { height: 8px; }
.vcar-track::-webkit-scrollbar-thumb { background: var(--line); border-radius: 8px; }
.vslide { scroll-snap-align: center; flex: 0 0 clamp(280px, 60%, 620px); }
.vslide .frame {
  position: relative; aspect-ratio: 16/9; border-radius: 16px; overflow: hidden;
  background: linear-gradient(160deg,#0e2f57,#1463d9); box-shadow: var(--shadow);
  display: grid; place-items: center; border: 1px solid var(--line);
}
.vslide .frame iframe, .vslide .frame video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; background: #0b1f38; }
.vslide .frame .play { width: 66px; height: 66px; border-radius: 50%; background: rgba(255,255,255,.92); display: grid; place-items: center; color: var(--blue); font-size: 26px; box-shadow: var(--shadow); }
.vslide .ph-label { position: absolute; bottom: 14px; left: 16px; right: 16px; color: #fff; font-weight: 700; font-size: 15px; text-shadow: 0 1px 6px rgba(0,0,0,.4); }
.vslide h4 { font-size: 16px; margin-top: 12px; color: var(--ink); }
.vcar-hint { text-align: center; color: var(--muted); font-size: 13px; margin-top: 10px; }
