/* ============================================================
   DZ Fleet Suite — Marketing Pages Shared CSS
   (SW cache version is auto-generated at server startup — no manual bumping)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:   #1e3a5f; --navy2:  #162d4a;
  --blue:   #2563eb; --blue2:  #1d4ed8;
  --amber:  #f59e0b; --amber2: #d97706;
  --silver: #94a3b8; --light:  #f1f5f9;
  --white:  #ffffff; --text:   #1e293b; --muted:  #64748b;
  --red:    #dc2626; --green:  #16a34a;
}

html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; color: var(--text); background: var(--white); line-height: 1.6; }

/* ── NAV ── */
nav {
  position: sticky; top: 0; z-index: 1001;
  background: var(--navy);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px; height: 64px;
  box-shadow: 0 2px 12px rgba(0,0,0,.35);
}
.nav-brand { display: flex; align-items: center; text-decoration: none; }
.nav-name  { color: var(--white); font-size: 1.15rem; font-weight: 700; letter-spacing: .5px; }
.nav-actions { display: flex; gap: 12px; align-items: center; }
.btn-nav-login {
  color: var(--white); background: transparent;
  border: 1.5px solid rgba(255,255,255,.45);
  padding: 7px 20px; border-radius: 6px; font-size: .9rem; font-weight: 600;
  text-decoration: none; transition: background .2s, border-color .2s;
}
.btn-nav-login:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.7); }
.btn-nav-cta {
  background: var(--amber); color: var(--navy2);
  padding: 8px 22px; border-radius: 6px; font-size: .9rem; font-weight: 700;
  text-decoration: none; transition: background .2s;
}
.btn-nav-cta:hover { background: var(--amber2); }
.btn-nav-link {
  color: rgba(255,255,255,.72); font-size: .88rem; font-weight: 500;
  text-decoration: none; padding: 0 4px; transition: color .15s; white-space: nowrap;
}
.btn-nav-link:hover { color: var(--white); }

/* NAV INDUSTRIES DROPDOWN */
.nav-industries { position: relative; display: flex; align-items: center; }
.nav-industries-btn {
  color: var(--white); background: transparent; border: none;
  font-size: .9rem; font-weight: 600; cursor: pointer;
  padding: 7px 14px; border-radius: 6px;
  display: flex; align-items: center; gap: 5px;
  transition: background .2s; font-family: inherit; line-height: 1;
}
.nav-industries-btn:hover { background: rgba(255,255,255,.12); }
.nav-industries-dropdown {
  display: none; position: absolute; top: calc(100% + 8px); left: 0;
  background: var(--navy); border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px; padding: 8px 0; min-width: 210px;
  box-shadow: 0 8px 24px rgba(0,0,0,.4); z-index: 200;
}
.nav-industries-dropdown a {
  display: block; color: var(--white); text-decoration: none;
  padding: 9px 18px; font-size: .88rem; font-weight: 500;
  transition: background .15s; white-space: nowrap;
}
.nav-industries-dropdown a:hover { background: rgba(255,255,255,.1); }
.nav-industries:hover .nav-industries-dropdown,
.nav-industries:focus-within .nav-industries-dropdown,
.nav-industries.open .nav-industries-dropdown { display: block; }

/* ── HAMBURGER / MOBILE MENU ── */
.nav-hamburger {
  display: none; flex-direction: column; justify-content: center;
  align-items: center; gap: 5px; background: transparent; border: none;
  cursor: pointer; padding: 8px; border-radius: 6px;
  transition: background .2s; z-index: 1002;
}
.nav-hamburger:hover { background: rgba(255,255,255,.12); }
.nav-hamburger span {
  display: block; width: 22px; height: 2px; background: #fff;
  border-radius: 2px; transition: transform .25s, opacity .25s;
}
.nav-hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.active span:nth-child(2) { opacity: 0; }
.nav-hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu {
  display: none; position: fixed; inset: 0;
  background: var(--navy); z-index: 1000;
  flex-direction: column; padding: 80px 32px 40px; overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu-close {
  position: absolute; top: 14px; right: 16px;
  background: transparent; border: none; color: #fff;
  font-size: 1.8rem; cursor: pointer; padding: 8px; line-height: 1;
}
.mobile-menu a {
  color: #fff; text-decoration: none; font-size: 1.15rem; font-weight: 600;
  padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); display: block;
}
.mobile-menu-section {
  font-size: .78rem; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: rgba(255,255,255,.45); margin: 24px 0 8px;
}
.mobile-menu-cta {
  background: var(--amber); color: var(--navy2) !important;
  text-align: center; padding: 14px 0 !important; border-radius: 8px;
  font-size: 1rem !important; font-weight: 700 !important;
  border-bottom: none !important; margin-top: 16px;
}
@media (max-width: 768px) {
  .nav-hamburger { display: flex; }
  .nav-industries, .nav-actions { display: none !important; }
}

/* ── PROMO BAR ── */
.promo-bar {
  background: var(--amber); color: var(--navy2);
  text-align: center; padding: 12px 24px;
  font-size: .93rem; font-weight: 600; letter-spacing: .15px;
}
.promo-bar strong { font-weight: 800; }
.promo-bar a {
  color: var(--navy2); font-weight: 800; text-decoration: none;
  margin-left: 12px; border-bottom: 2px solid var(--navy2); transition: opacity .15s;
}
.promo-bar a:hover { opacity: .7; }

/* ── HERO ── */
.hero {
  background: linear-gradient(160deg, var(--navy2) 0%, #1a3356 45%, #0f2240 100%);
  text-align: center; padding: 72px 24px 80px;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px; padding: 6px 16px;
  font-size: .82rem; font-weight: 700; color: var(--amber);
  letter-spacing: 1px; text-transform: uppercase; margin-bottom: 28px;
}
.hero h1 {
  color: var(--white); font-size: clamp(1.9rem, 4.5vw, 3rem);
  font-weight: 800; line-height: 1.15; letter-spacing: -.5px;
  max-width: 760px; margin: 0 auto 18px;
}
.hero h1 span { color: var(--amber); }
.hero p {
  color: rgba(255,255,255,.72); font-size: 1.12rem;
  max-width: 600px; margin: 0 auto 36px;
}
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-trial-badge { color: rgba(255,255,255,.65); font-size: .88rem; margin-top: 16px; letter-spacing: .3px; }
.cta-trial-note  { color: rgba(255,255,255,.5);  font-size: .88rem; margin-top: 14px; letter-spacing: .3px; }

/* ── BUTTONS ── */
.btn-primary {
  background: var(--amber); color: var(--navy2);
  padding: 14px 34px; border-radius: 8px; font-size: 1.05rem; font-weight: 700;
  text-decoration: none; transition: background .2s, transform .15s;
  box-shadow: 0 4px 16px rgba(245,158,11,.35);
}
.btn-primary:hover { background: var(--amber2); transform: translateY(-2px); }
.btn-secondary {
  background: rgba(255,255,255,.1); color: var(--white);
  border: 1.5px solid rgba(255,255,255,.35);
  padding: 14px 34px; border-radius: 8px; font-size: 1.05rem; font-weight: 600;
  text-decoration: none; transition: background .2s, transform .15s;
}
.btn-secondary:hover { background: rgba(255,255,255,.18); transform: translateY(-2px); }

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes floatIn {
  from { opacity: 0; transform: translateY(-18px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── TRUST BAR ── */
.trust-bar {
  background: var(--light); border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0;
  padding: 18px 40px; text-align: center;
}
.trust-bar p { font-size: .92rem; color: var(--muted); font-weight: 500; letter-spacing: .3px; }
.trust-bar span { color: var(--navy); font-weight: 700; }

/* ── BREADCRUMB ── */
.breadcrumb {
  background: var(--light); border-bottom: 1px solid #e2e8f0;
  padding: 10px 40px; font-size: .82rem; color: var(--muted);
}
.breadcrumb a { color: var(--blue); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { margin: 0 6px; }

/* ── SECTIONS SHARED ── */
section { padding: 80px 24px; }
.section-label {
  font-size: .8rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--blue); margin-bottom: 10px;
}
.section-title {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 800;
  color: var(--navy); line-height: 1.2; margin-bottom: 14px;
}
.section-sub { font-size: 1.05rem; color: var(--muted); max-width: 560px; margin: 0 auto; }
.centered { text-align: center; }

/* ── FEATURES ── */
.features { background: var(--white); }
.features-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px; max-width: 1100px; margin: 52px auto 0;
}
.feature-card {
  background: var(--light); border: 1px solid #e2e8f0;
  border-radius: 12px; padding: 32px 28px;
  transition: box-shadow .2s, transform .2s;
}
.feature-card:hover { box-shadow: 0 8px 28px rgba(30,58,95,.1); transform: translateY(-3px); }
.feature-icon {
  width: 52px; height: 52px; border-radius: 12px;
  background: var(--navy); display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; font-size: 1.6rem;
}
.feature-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.feature-card p  { font-size: .94rem; color: var(--muted); line-height: 1.55; }

/* ── HOW IT WORKS ── */
.how { background: var(--light); }
.steps {
  display: flex; gap: 0; max-width: 900px; margin: 52px auto 0;
  position: relative; flex-wrap: wrap; justify-content: center;
}
.step { flex: 1; min-width: 200px; text-align: center; padding: 0 24px; position: relative; }
.step:not(:last-child)::after {
  content: '→'; position: absolute; right: -12px; top: 20px;
  font-size: 1.4rem; color: var(--silver);
}
.step-num {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--navy); color: var(--white);
  font-weight: 800; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
}
.step h4 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.step p   { font-size: .88rem; color: var(--muted); }

/* ── PRICING ── */
.pricing { background: var(--white); }
.pricing-grid {
  display: flex; gap: 24px; max-width: 1020px; margin: 52px auto 0;
  justify-content: center; flex-wrap: wrap; align-items: stretch;
}
.plan-card {
  flex: 1; min-width: 270px; max-width: 320px;
  border: 2px solid #e2e8f0; border-radius: 16px;
  padding: 36px 30px; display: flex; flex-direction: column;
  transition: box-shadow .2s;
}
.plan-card:hover { box-shadow: 0 10px 36px rgba(30,58,95,.1); }
.plan-card.featured {
  border-color: var(--blue); background: var(--navy);
  box-shadow: 0 8px 36px rgba(37,99,235,.25); transform: scale(1.03);
}
.plan-badge {
  display: inline-block; background: var(--amber); color: var(--navy2);
  font-size: .72rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 3px 10px; border-radius: 20px; margin-bottom: 16px; align-self: flex-start;
}
.plan-name { font-size: 1.25rem; font-weight: 800; color: var(--navy); margin-bottom: 4px; }
.plan-card.featured .plan-name { color: var(--white); }
.plan-price { font-size: 2.8rem; font-weight: 900; color: var(--navy); line-height: 1; margin-bottom: 4px; }
.plan-card.featured .plan-price { color: var(--white); }
.plan-price sup { font-size: 1.2rem; vertical-align: super; font-weight: 700; }
.plan-price sub { font-size: .9rem; color: var(--muted); font-weight: 500; }
.plan-card.featured .plan-price sub { color: rgba(255,255,255,.6); }
.plan-divider { border: none; border-top: 1px solid #e2e8f0; margin: 24px 0; }
.plan-card.featured .plan-divider { border-color: rgba(255,255,255,.18); }
.plan-features { list-style: none; flex: 1; }
.plan-features li {
  font-size: .93rem; color: var(--text); padding: 5px 0;
  display: flex; align-items: flex-start; gap: 10px;
}
.plan-card.featured .plan-features li { color: rgba(255,255,255,.85); }
.plan-features li::before { content: '✓'; color: var(--blue); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.plan-card.featured .plan-features li::before { color: var(--amber); }
.btn-plan {
  display: block; text-align: center; margin-top: 28px;
  padding: 13px 0; border-radius: 8px; font-size: .97rem; font-weight: 700;
  text-decoration: none; transition: background .2s, transform .15s;
  background: var(--blue); color: var(--white);
}
.btn-plan:hover { background: var(--blue2); transform: translateY(-1px); }
.plan-card.featured .btn-plan { background: var(--amber); color: var(--navy2); }
.plan-card.featured .btn-plan:hover { background: var(--amber2); }

/* ── VS TABLE (landing + vs-spreadsheets) ── */
.vs-section { background: var(--light); }
.vs-intro { max-width: 680px; margin: 0 auto; }
.vs-table-wrap { max-width: 960px; margin: 52px auto 0; overflow-x: auto; }
.vs-table {
  width: 100%; border-collapse: collapse; font-size: .94rem;
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 4px 24px rgba(30,58,95,.1);
}
.vs-table thead tr { background: var(--navy); }
.vs-table thead th {
  padding: 18px 24px; text-align: center; font-weight: 700;
  font-size: .95rem; color: var(--white); letter-spacing: .3px;
}
.vs-table thead th:first-child { text-align: left; }
.vs-table thead th.th-dz { background: var(--blue); color: var(--white); }
.vs-table tbody tr { border-bottom: 1px solid #e2e8f0; }
.vs-table tbody tr:last-child { border-bottom: none; }
.vs-table tbody tr:nth-child(even) { background: #f8fafc; }
.vs-table tbody tr:nth-child(odd)  { background: var(--white); }
.vs-table tbody td { padding: 16px 24px; vertical-align: middle; color: var(--text); }
.vs-table tbody td:first-child { font-weight: 600; color: var(--navy); max-width: 240px; }
.vs-table tbody td:not(:first-child) { text-align: center; }
.vs-check {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 50%;
  background: #dcfce7; color: #16a34a; font-size: 1rem; font-weight: 700;
}
.vs-x {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 50%;
  background: #fee2e2; color: #dc2626; font-size: 1rem; font-weight: 700;
}
.vs-partial {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 50%;
  background: #fef9c3; color: #b45309; font-size: 1rem; font-weight: 700;
}
.vs-label { font-size: .82rem; color: var(--muted); display: block; margin-top: 3px; font-weight: 400; }
.vs-cta-row { text-align: center; margin-top: 40px; }

/* ── PAIN POINTS (vs-spreadsheets) ── */
.pain-section { background: var(--white); }
.pain-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px; max-width: 1080px; margin: 52px auto 0;
}
.pain-card { border-radius: 12px; padding: 32px 28px; border: 1px solid #fecaca; background: #fff5f5; }
.pain-icon { font-size: 2rem; margin-bottom: 14px; display: block; }
.pain-card h3 { font-size: 1.05rem; font-weight: 700; color: #991b1b; margin-bottom: 8px; }
.pain-card p  { font-size: .92rem; color: #7f1d1d; line-height: 1.55; }

/* ── COST SECTION (vs-spreadsheets) ── */
.cost-section { background: var(--white); }
.cost-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px; max-width: 1000px; margin: 52px auto 0;
}
.cost-card { border-radius: 12px; padding: 28px 24px; text-align: center; border: 1px solid #e2e8f0; background: var(--light); }
.cost-stat { font-size: 2.6rem; font-weight: 900; color: var(--navy); line-height: 1; margin-bottom: 8px; }
.cost-stat.red { color: var(--red); }
.cost-label { font-size: .88rem; color: var(--muted); line-height: 1.5; }

/* ── TRANSITION / HOW TO SWITCH (vs-spreadsheets) ── */
.transition-section { background: var(--light); }
.steps-wrap { max-width: 860px; margin: 52px auto 0; }
.step-row {
  display: flex; align-items: flex-start; gap: 24px;
  padding: 28px 0; border-bottom: 1px solid #e2e8f0;
}
.step-row:last-child { border-bottom: none; }
.step-row .step-num {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%;
  background: var(--navy); color: var(--white);
  font-weight: 800; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0;
}
.step-content h4 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.step-content p  { font-size: .92rem; color: var(--muted); line-height: 1.6; }

/* ── INDUSTRIES (landing page full cards) ── */
.industries { background: var(--light); }
.industries-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px; max-width: 1000px; margin: 52px auto 0;
}
.industry-card-link { text-decoration: none; display: block; }
.industry-card {
  background: var(--white); border: 1px solid #e2e8f0;
  border-radius: 12px; padding: 32px 28px;
  transition: box-shadow .2s, transform .2s, border-color .2s; height: 100%;
}
.industry-card-link:hover .industry-card { box-shadow: 0 8px 28px rgba(30,58,95,.15); transform: translateY(-4px); border-color: var(--blue); }
.industry-icon {
  width: 52px; height: 52px; border-radius: 12px;
  background: var(--navy); display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; font-size: 1.6rem;
}
.industry-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.industry-card p  { font-size: .91rem; color: var(--muted); line-height: 1.6; margin-bottom: 16px; }
.industry-card-more { font-size: .85rem; font-weight: 700; color: var(--blue); letter-spacing: .3px; }

/* ── RELATED INDUSTRIES (industry pages) ── */
.related-industries { background: var(--light); padding: 60px 24px; }
.related-grid { display: flex; gap: 16px; max-width: 900px; margin: 32px auto 0; flex-wrap: wrap; justify-content: center; }
.related-card {
  flex: 1; min-width: 220px; max-width: 280px;
  background: var(--white); border: 1.5px solid #e2e8f0;
  border-radius: 12px; padding: 22px 20px;
  display: flex; align-items: center; gap: 12px;
  text-decoration: none; transition: border-color .2s, box-shadow .2s, transform .15s;
}
.related-card:hover { border-color: var(--blue); box-shadow: 0 4px 16px rgba(30,58,95,.1); transform: translateY(-2px); }
.related-icon  { font-size: 1.5rem; flex-shrink: 0; }
.related-name  { font-size: .95rem; font-weight: 700; color: var(--navy); flex: 1; }
.related-arrow { font-size: 1rem; color: var(--blue); font-weight: 700; flex-shrink: 0; }

/* ── FAQ ── */
.faq-section { background: var(--white); }
.faq-list { max-width: 800px; margin: 52px auto 0; }
.faq-item { border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 12px; overflow: hidden; }
.faq-item summary {
  list-style: none; cursor: pointer;
  padding: 20px 24px; font-weight: 700; font-size: .98rem; color: var(--navy);
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; user-select: none; transition: background .15s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { background: var(--light); }
.faq-item[open] summary { background: var(--light); border-bottom: 1px solid #e2e8f0; }
.faq-chevron {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  background: var(--navy); display: flex; align-items: center; justify-content: center;
  font-size: .75rem; color: var(--white); transition: transform .25s;
}
.faq-item[open] .faq-chevron { transform: rotate(180deg); }
.faq-answer { padding: 18px 24px 22px; font-size: .94rem; color: var(--muted); line-height: 1.65; }

/* ── CTA BANNER ── */
.cta-banner {
  background: linear-gradient(135deg, var(--navy) 0%, #0f2240 100%);
  text-align: center; padding: 72px 24px;
}
.cta-banner h2 { font-size: clamp(1.6rem, 4vw, 2.6rem); font-weight: 800; color: var(--white); margin-bottom: 14px; }
.cta-banner p  { font-size: 1.05rem; color: rgba(255,255,255,.7); margin-bottom: 36px; }
.cta-back { display: block; margin-top: 16px; font-size: .88rem; color: rgba(255,255,255,.55); text-decoration: none; }
.cta-back:hover { color: var(--white); }

/* ── FOOTER ── */
footer { background: var(--navy2); color: rgba(255,255,255,.55); padding: 40px 40px 28px; text-align: center; }
.footer-brand { display: flex; align-items: center; gap: 10px; justify-content: center; margin-bottom: 20px; }
.footer-logo  { height: 30px; }
.footer-name  { color: var(--white); font-weight: 700; font-size: 1rem; }
.footer-links { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; }
.footer-links a { color: rgba(255,255,255,.55); text-decoration: none; font-size: .88rem; transition: color .15s; }
.footer-links a:hover { color: var(--white); }
.footer-copy { font-size: .8rem; }

/* ── INDUSTRY VISUAL SECTION ── */
.industry-visual { position: relative; overflow: hidden; line-height: 0; }
.industry-visual-img {
  width: 100%; height: 480px; object-fit: cover; object-position: center;
  display: block; filter: brightness(.65) saturate(1.1);
}
.industry-visual-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(22,45,74,.35) 0%, rgba(22,45,74,.72) 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 40px 24px; text-align: center;
}
.industry-stat {
  display: inline-block;
  background: rgba(245,158,11,.15); border: 1.5px solid rgba(245,158,11,.55);
  border-radius: 12px; padding: 28px 48px; max-width: 680px;
}
.industry-stat-number {
  font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 900;
  color: var(--amber); line-height: 1; margin-bottom: 12px;
}
.industry-stat-text {
  font-size: clamp(1rem, 2.5vw, 1.25rem); font-weight: 600;
  color: rgba(255,255,255,.92); line-height: 1.45; letter-spacing: .2px;
}

/* ── STICKY TRIAL CTA BAR ── */
.sticky-trial-bar {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to right, #0f1e35, #1a2b4a);
  border-top: 2px solid var(--amber);
  z-index: 998; padding: 12px 48px 12px 24px;
  transform: translateY(100%);
  transition: transform .4s cubic-bezier(.16,1,.3,1);
}
.sticky-trial-bar.visible { transform: translateY(0); }
.sticky-trial-inner {
  max-width: 900px; margin: 0 auto;
  display: flex; align-items: center; gap: 16px; justify-content: center; flex-wrap: wrap;
}
.sticky-trial-text { color: var(--white); font-size: .95rem; }
.sticky-trial-text strong { color: var(--amber); }
.sticky-trial-btn {
  background: var(--amber); color: #0f1e35;
  font-weight: 700; font-size: .9rem;
  padding: 8px 20px; border-radius: 6px;
  text-decoration: none; white-space: nowrap;
  transition: background .2s;
}
.sticky-trial-btn:hover { background: var(--amber2); }
.sticky-trial-close {
  background: none; border: none; color: rgba(255,255,255,.5);
  font-size: 1.1rem; cursor: pointer; padding: 4px 8px; line-height: 1;
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  transition: color .2s;
}
.sticky-trial-close:hover { color: var(--white); }

/* ── MOBILE ── */
@media (max-width: 768px) {
  nav { padding: 0 16px; }
  .trust-bar { padding: 14px 16px; }
  footer { padding: 32px 20px 20px; }
  .industry-visual-img { height: 300px; }
  .industry-stat { padding: 20px 24px; }
  .sticky-trial-bar { padding: 10px 44px 14px 16px; }
  .sticky-trial-inner { gap: 10px; }
  .sticky-trial-text { font-size: .87rem; }
}
@media (max-width: 600px) {
  .breadcrumb { padding: 10px 16px; }
  .step-row { flex-direction: column; }
  .step:not(:last-child)::after { display: none; }
  .steps { gap: 24px; }
  .step { min-width: 160px; }
}
