/* Taxi QR Code Pickup public homepage artwork/design helpers
   Copy or merge this into your existing public stylesheet. */
:root {
  --home-bg: #f6f8fb;
  --home-surface: #ffffff;
  --home-text: #0f172a;
  --home-muted: #64748b;
  --home-border: #e2e8f0;
  --home-primary: #2563eb;
  --home-primary-dark: #1d4ed8;
  --home-yellow: #f8b400;
  --home-yellow-dark: #d99a00;
  --home-green: #16a34a;
  --home-radius: 18px;
  --home-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}
.marketing-page { background: var(--home-bg); color: var(--home-text); }
.marketing-container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.marketing-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--home-border); }
.marketing-header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.marketing-logo { display: inline-flex; align-items: center; gap: 12px; color: var(--home-text); font-weight: 900; text-decoration: none; }
.marketing-logo img { width: 270px; height: auto; display: block; }
.marketing-nav { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.marketing-nav a { color: #1d4ed8; text-decoration: none; font-weight: 700; }
.marketing-nav a:hover { color: var(--home-primary-dark); text-decoration: underline; }
.marketing-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 14px; border: 1px solid transparent; font-weight: 900; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.marketing-btn:hover { transform: translateY(-1px); text-decoration: none; }
.marketing-btn-primary { background: var(--home-yellow); color: var(--home-text); box-shadow: 0 12px 24px rgba(248, 180, 0, .24); }
.marketing-btn-primary:hover { background: var(--home-yellow-dark); color: var(--home-text); }
.marketing-btn-secondary { background: #eef2ff; color: #1e3a8a; }
.hero-section { padding: 86px 0 74px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 560px); gap: 56px; align-items: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: #eff6ff; color: var(--home-primary); font-weight: 900; font-size: 14px; }
.hero-title { margin: 22px 0 20px; font-size: clamp(42px, 6vw, 76px); line-height: .95; letter-spacing: -.06em; font-weight: 950; color: var(--home-text); max-width: 820px; }
.hero-lede { margin: 0 0 30px; font-size: 20px; line-height: 1.65; color: var(--home-muted); max-width: 760px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
.trust-row { display: flex; gap: 16px; flex-wrap: wrap; color: var(--home-muted); font-weight: 750; font-size: 14px; }
.trust-row span::before { content: '✓'; display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; margin-right: 7px; border-radius: 999px; background: #dcfce7; color: var(--home-green); font-weight: 950; }
.hero-artwork-card { background: #fff; border: 1px solid var(--home-border); border-radius: 30px; box-shadow: var(--home-shadow); overflow: hidden; }
.hero-artwork-card img { display: block; width: 100%; height: auto; }
.marketing-section { padding: 72px 0; }
.section-heading { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.section-kicker { color: var(--home-primary); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; }
.section-title { margin: 10px 0 12px; font-size: clamp(32px, 4vw, 48px); line-height: 1.05; letter-spacing: -.04em; font-weight: 950; }
.section-description { margin: 0; color: var(--home-muted); font-size: 18px; line-height: 1.65; }
.step-grid, .feature-grid, .trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.flow-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.marketing-card { background: var(--home-surface); border: 1px solid var(--home-border); border-radius: var(--home-radius); box-shadow: 0 10px 28px rgba(15,23,42,.05); padding: 28px; }
.marketing-card h3 { margin: 0 0 12px; font-size: 22px; line-height: 1.15; letter-spacing: -.02em; }
.marketing-card p { margin: 0; color: var(--home-muted); line-height: 1.6; }
.step-number { width: 42px; height: 42px; border-radius: 14px; background: var(--home-yellow); color: var(--home-text); display: inline-flex; align-items: center; justify-content: center; font-weight: 950; margin-bottom: 18px; }
.flow-card img { width: 100%; height: auto; border-radius: 18px; border: 1px solid var(--home-border); margin-top: 20px; background: #f8fafc; }
.feature-icon { width: 44px; height: 44px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; background: #eff6ff; color: var(--home-primary); font-weight: 950; margin-bottom: 16px; }
.billing-panel { display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; align-items: center; background: #fff; border: 1px solid var(--home-border); border-radius: 30px; box-shadow: var(--home-shadow); padding: 38px; }
.report-card { background: #0f172a; color: #fff; border-radius: 24px; padding: 28px; }
.report-line { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #cbd5e1; font-weight: 750; }
.report-line strong { color: #fff; }
.report-total { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; font-size: 22px; font-weight: 950; color: #fff; }
.cta-band { background: #0f172a; color: #fff; border-radius: 32px; padding: 56px; text-align: center; overflow: hidden; position: relative; }
.cta-band::before { content: ''; position: absolute; inset: auto -120px -160px auto; width: 320px; height: 320px; border-radius: 999px; background: rgba(248,180,0,.22); }
.cta-band h2 { margin: 0 0 14px; font-size: clamp(32px, 4vw, 52px); letter-spacing: -.04em; }
.cta-band p { margin: 0 auto 28px; max-width: 760px; color: #cbd5e1; font-size: 18px; line-height: 1.6; }
.marketing-footer { border-top: 1px solid var(--home-border); background: #fff; padding: 42px 0; color: var(--home-muted); }
.marketing-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 28px; }
.marketing-footer a { color: #1d4ed8; text-decoration: none; font-weight: 700; }
.marketing-footer a:hover { text-decoration: underline; }
.marketing-section-soft { background: #eef3f9; }
.marketing-check-list { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; color: var(--home-muted); font-weight: 750; }
.marketing-check-list li::before { content: '✓'; margin-right: 9px; color: var(--home-green); font-weight: 950; }
.cta-actions { justify-content: center; margin-bottom: 0; position: relative; z-index: 1; }
.marketing-flashes { padding-top: 18px; }
.marketing-copyright { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--home-border); font-size: 14px; }
.marketing-footer strong { display: block; margin-bottom: 10px; color: var(--home-text); }
.marketing-footer p { line-height: 1.8; }
.public-content { min-height: 55vh; padding-top: 48px; padding-bottom: 48px; }
.public-page { background: var(--home-bg); }
@media (max-width: 960px) {
  .hero-grid, .billing-panel { grid-template-columns: 1fr; }
  .step-grid, .feature-grid, .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .flow-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .marketing-container { width: min(100% - 22px, 1180px); }
  .marketing-header-inner { align-items: flex-start; flex-direction: column; padding: 14px 0; }
  .marketing-logo img { width: 220px; }
  .marketing-nav { gap: 12px; }
  .hero-section { padding: 46px 0 46px; }
  .hero-title { font-size: clamp(38px, 14vw, 52px); }
  .hero-lede { font-size: 17px; }
  .marketing-btn { width: 100%; }
  .step-grid, .feature-grid, .trust-grid { grid-template-columns: 1fr; }
  .billing-panel, .cta-band { padding: 24px; border-radius: 24px; }
  .marketing-footer-grid { grid-template-columns: 1fr; }
}
