/* ═══════════════════════════════════════════════════════════
   ACBIZ Commerce — Public Stylesheet
   Tagline: Invoice. Sell. Manage. Grow.
   ═══════════════════════════════════════════════════════════ */

/* ── Variables ────────────────────────────────────────────── */
:root {
  --brand:        #1a6b3c;
  --brand-light:  #22c55e;
  --brand-dark:   #14532d;
  --accent:       #f59e0b;
  --dark:         #0d1117;
  --dark-2:       #161b22;
  --mid:          #374151;
  --gray:         #6b7280;
  --light:        #f9fafb;
  --border:       #e5e7eb;
  --white:        #ffffff;

  --radius:       12px;
  --radius-lg:    20px;
  --shadow:       0 1px 3px rgba(0,0,0,.08), 0 4px 16px rgba(0,0,0,.06);
  --shadow-lg:    0 8px 32px rgba(0,0,0,.12);

  --font-sans:    'Plus Jakarta Sans', system-ui, sans-serif;
  --font-serif:   'Instrument Serif', Georgia, serif;
}

/* ── Reset ────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--mid);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }

/* ── Layout helpers ───────────────────────────────────────── */
.section-inner  { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.section-label  { font-size: 12px; font-weight: 700; text-transform: uppercase;
                  letter-spacing: 1.5px; color: var(--brand); margin-bottom: 12px; }
.section-title  { font-size: clamp(28px, 4vw, 42px); font-weight: 800;
                  color: var(--dark); line-height: 1.2; margin-bottom: 16px; }
.section-sub    { font-size: 18px; color: var(--gray); max-width: 600px;
                  margin-bottom: 56px; }

/* ═══════════════════════════════════════════════════════════
   NAVIGATION
   ═══════════════════════════════════════════════════════════ */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0,0,0,.07);
  transition: box-shadow .3s;
}
.site-nav.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,.10); }

.nav-inner {
  max-width: 1180px; margin: 0 auto; padding: 0 24px;
  height: 68px; display: flex; align-items: center; gap: 40px;
}

.nav-brand {
  display: flex; align-items: center; gap: 10px; flex-shrink: 0;
}
.brand-mark {
  width: 38px; height: 38px; border-radius: 10px;
  background: linear-gradient(135deg, var(--brand), var(--brand-light));
  color: #fff; font-weight: 900; font-size: 14px;
  display: flex; align-items: center; justify-content: center;
  letter-spacing: -.5px; flex-shrink: 0;
}
.brand-text {
  font-size: 17px; font-weight: 800; color: var(--dark);
  letter-spacing: -.3px;
}
.brand-text em { font-style: italic; font-family: var(--font-serif);
                 color: var(--brand); font-weight: 400; }

.nav-links { display: flex; align-items: center; gap: 32px; flex: 1; }
.nav-links a {
  font-size: 15px; font-weight: 600; color: var(--mid);
  transition: color .2s;
}
.nav-links a:hover { color: var(--brand); }

.nav-actions { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.btn-nav-ghost {
  font-size: 14px; font-weight: 600; color: var(--mid);
  padding: 8px 18px; border-radius: 8px; transition: color .2s;
}
.btn-nav-ghost:hover { color: var(--brand); }
.btn-nav-solid {
  font-size: 14px; font-weight: 700;
  background: var(--brand); color: #fff;
  padding: 9px 20px; border-radius: 9px;
  transition: background .2s, transform .15s;
}
.btn-nav-solid:hover { background: var(--brand-dark); transform: translateY(-1px); }

.nav-burger { display: none; flex-direction: column; gap: 5px; padding: 4px; }
.nav-burger span { display: block; width: 22px; height: 2px; background: var(--dark);
                   border-radius: 2px; transition: .3s; }

.nav-drawer {
  display: none; flex-direction: column; padding: 16px 24px 24px;
  border-top: 1px solid var(--border); background: #fff;
}
.nav-drawer a { padding: 12px 0; font-weight: 600; border-bottom: 1px solid var(--border); }
.nav-drawer hr { border: none; border-top: 1px solid var(--border); margin: 8px 0; }
.nav-drawer .drawer-cta {
  margin-top: 12px; color: var(--brand); font-weight: 800;
}
.nav-drawer.open { display: flex; }

/* ═══════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════ */
.hero {
  position: relative; overflow: hidden;
  padding: 148px 24px 80px;
  background: var(--dark);
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 48px 48px;
}
.hero-orb {
  position: absolute; border-radius: 50%;
  filter: blur(80px); opacity: .35;
}
.hero-orb-1 {
  width: 600px; height: 600px; top: -200px; left: -100px;
  background: radial-gradient(circle, #16a34a 0%, transparent 70%);
}
.hero-orb-2 {
  width: 500px; height: 500px; bottom: -100px; right: -50px;
  background: radial-gradient(circle, #0284c7 0%, transparent 70%);
}

.hero-inner {
  position: relative; max-width: 900px; margin: 0 auto; text-align: center;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(34,197,94,.15); border: 1px solid rgba(34,197,94,.3);
  color: #86efac; font-size: 13px; font-weight: 600;
  padding: 7px 16px; border-radius: 100px; margin-bottom: 28px;
}
.badge-dot {
  width: 7px; height: 7px; border-radius: 50%; background: #22c55e;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .5; transform: scale(1.3); }
}

.hero-headline {
  font-size: clamp(44px, 7vw, 84px);
  font-weight: 900; color: #fff; line-height: 1.05;
  letter-spacing: -2px; margin-bottom: 24px;
}
.hero-headline em {
  font-style: italic; font-family: var(--font-serif);
  font-weight: 400; color: #86efac;
}

.hero-sub {
  font-size: clamp(17px, 2.5vw, 20px); color: rgba(255,255,255,.65);
  max-width: 600px; margin: 0 auto 40px; line-height: 1.7;
}

.hero-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }

.btn-hero-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--brand-light); color: #fff;
  font-size: 16px; font-weight: 800;
  padding: 15px 32px; border-radius: 12px;
  transition: background .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 4px 24px rgba(34,197,94,.35);
}
.btn-hero-primary:hover {
  background: #16a34a; transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(34,197,94,.45);
}
.btn-hero-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,.75); font-size: 16px; font-weight: 600;
  padding: 15px 28px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,.2);
  transition: color .2s, border-color .2s, transform .15s;
}
.btn-hero-ghost:hover {
  color: #fff; border-color: rgba(255,255,255,.45); transform: translateY(-1px);
}

.hero-micro {
  font-size: 13px; color: rgba(255,255,255,.35); margin-top: 18px;
}

/* ── Dashboard Mockup ─────────────────────────────────────── */
.hero-mockup {
  margin-top: 64px;
  background: #161b22;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.05);
  max-width: 820px; margin-left: auto; margin-right: auto;
  animation: floatUp .8s cubic-bezier(.22,1,.36,1) both;
  animation-delay: .2s;
}
@keyframes floatUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

.mockup-bar {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 16px; background: #0d1117;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.dot { width: 11px; height: 11px; border-radius: 50%; }
.dot.r { background: #ff5f57; }
.dot.a { background: #febc2e; }
.dot.g { background: #28c840; }
.mockup-url {
  flex: 1; text-align: center; font-size: 11px; color: rgba(255,255,255,.3);
  font-family: monospace;
}

.mockup-body { display: flex; min-height: 260px; }

.mockup-sidebar {
  width: 52px; background: #0d1117;
  border-right: 1px solid rgba(255,255,255,.07);
  display: flex; flex-direction: column; align-items: center;
  padding: 16px 0; gap: 4px;
}
.ms-brand {
  width: 32px; height: 32px; border-radius: 8px;
  background: linear-gradient(135deg, var(--brand), var(--brand-light));
  color: #fff; font-weight: 900; font-size: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 12px;
}
.ms-item {
  width: 36px; height: 36px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; cursor: pointer; transition: background .2s;
}
.ms-item:hover, .ms-active {
  background: rgba(34,197,94,.15);
}

.mockup-main { flex: 1; padding: 20px; overflow: hidden; }
.mm-header {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 16px;
}
.mm-title { font-size: 14px; font-weight: 700; color: #fff; }
.mm-date  { font-size: 11px; color: rgba(255,255,255,.35); }

.mm-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 20px; }
.mm-stat {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
  border-radius: 10px; padding: 12px;
}
.mm-stat-label { font-size: 9px; color: rgba(255,255,255,.4); text-transform: uppercase;
                 letter-spacing: .5px; margin-bottom: 4px; }
.mm-stat-value { font-size: 14px; font-weight: 800; color: #fff; margin-bottom: 3px; }
.mm-stat-up    { font-size: 9px; color: #22c55e; font-weight: 700; }
.mm-stat-warn  { font-size: 9px; color: #f59e0b; font-weight: 700; }

.mm-chart { background: rgba(255,255,255,.03); border-radius: 10px; padding: 14px; }
.mm-chart-label { font-size: 10px; color: rgba(255,255,255,.4); margin-bottom: 12px; }
.mm-bars { display: flex; align-items: flex-end; gap: 8px; height: 60px; }
.mm-bar {
  flex: 1; background: rgba(34,197,94,.25); border-radius: 4px 4px 0 0;
  position: relative; transition: background .2s;
}
.mm-bar-active { background: var(--brand-light); }
.mm-bar span {
  position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%);
  font-size: 8px; color: rgba(255,255,255,.3);
}

/* ═══════════════════════════════════════════════════════════
   PROOF STRIP
   ═══════════════════════════════════════════════════════════ */
.proof-strip {
  background: var(--light); border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border); padding: 20px 24px;
}
.proof-inner {
  max-width: 1180px; margin: 0 auto;
  display: flex; align-items: center; gap: 28px; flex-wrap: wrap;
}
.proof-label { font-size: 13px; color: var(--gray); font-weight: 600; white-space: nowrap; }
.proof-flags { display: flex; flex-wrap: wrap; gap: 16px; }
.proof-flags span { font-size: 14px; font-weight: 600; color: var(--mid); }

/* ═══════════════════════════════════════════════════════════
   FEATURES
   ═══════════════════════════════════════════════════════════ */
.features-section { padding: 100px 24px; }

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.feat-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px;
  transition: box-shadow .25s, transform .25s, border-color .25s;
}
.feat-card:hover {
  box-shadow: var(--shadow-lg); transform: translateY(-3px);
  border-color: #c7d2fe;
}
.feat-card-large { grid-column: span 2; }

.feat-icon-wrap {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; margin-bottom: 18px; flex-shrink: 0;
}
.feat-green  { background: #dcfce7; }
.feat-blue   { background: #dbeafe; }
.feat-orange { background: #ffedd5; }
.feat-purple { background: #ede9fe; }
.feat-teal   { background: #ccfbf1; }
.feat-red    { background: #fee2e2; }

.feat-card h3 { font-size: 18px; font-weight: 800; color: var(--dark); margin-bottom: 10px; }
.feat-card p  { font-size: 14px; color: var(--gray); line-height: 1.7; }
.feat-tags    { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.feat-tags span {
  font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 100px;
  background: var(--light); color: var(--mid); border: 1px solid var(--border);
}

/* ═══════════════════════════════════════════════════════════
   HOW IT WORKS
   ═══════════════════════════════════════════════════════════ */
.how-section {
  padding: 100px 24px;
  background: var(--light);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.steps-row {
  display: flex; align-items: flex-start; gap: 0; flex-wrap: wrap;
}
.step {
  flex: 1; min-width: 200px; padding: 32px;
  background: #fff; border-radius: var(--radius-lg);
  border: 1px solid var(--border);
}
.step-num {
  font-size: 13px; font-weight: 900; color: var(--brand);
  letter-spacing: 1px; margin-bottom: 14px;
}
.step h4 { font-size: 18px; font-weight: 800; color: var(--dark); margin-bottom: 8px; }
.step p  { font-size: 14px; color: var(--gray); line-height: 1.7; }

.step-arrow {
  flex-shrink: 0; font-size: 24px; color: var(--border);
  padding: 52px 8px 0; align-self: flex-start;
}

/* ═══════════════════════════════════════════════════════════
   ZRA BAND
   ═══════════════════════════════════════════════════════════ */
.zra-band {
  padding: 100px 24px;
  background: var(--dark-2);
}
.zra-band-inner {
  display: flex; align-items: center; gap: 80px; flex-wrap: wrap;
}
.zra-band-text { flex: 1; min-width: 280px; }
.zra-band-flag { font-size: 48px; margin-bottom: 20px; }
.zra-band-text h2 {
  font-size: clamp(24px, 3.5vw, 36px); font-weight: 800;
  color: #fff; margin-bottom: 16px; line-height: 1.2;
}
.zra-band-text p {
  font-size: 16px; color: rgba(255,255,255,.6); line-height: 1.8; margin-bottom: 28px;
}
.btn-zra {
  display: inline-block; font-size: 15px; font-weight: 700;
  color: #86efac; border-bottom: 2px solid rgba(134,239,172,.3);
  padding-bottom: 2px; transition: border-color .2s;
}
.btn-zra:hover { border-color: #86efac; }

.zra-band-visual { flex-shrink: 0; }
.zra-receipt {
  background: #fff; border-radius: 12px; padding: 24px;
  width: 280px; font-size: 13px; color: var(--dark);
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.zra-receipt-top {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 12px;
}
.zra-receipt-top strong { font-size: 15px; font-weight: 800; }
.zra-receipt-top span  { font-size: 11px; color: var(--gray); font-weight: 600; }
.zra-receipt-row {
  display: flex; justify-content: space-between;
  padding: 5px 0; font-size: 12px;
}
.zra-receipt hr { border: none; border-top: 1px dashed var(--border); margin: 10px 0; }
.zra-receipt-total {
  font-size: 14px; font-weight: 800; color: var(--dark);
  border-top: 2px solid var(--dark); margin-top: 8px; padding-top: 10px;
}
.zra-receipt-badge {
  margin-top: 14px; background: #dcfce7; color: #15803d;
  font-size: 12px; font-weight: 700; text-align: center;
  padding: 8px; border-radius: 8px;
}

/* ═══════════════════════════════════════════════════════════
   PRICING TEASER
   ═══════════════════════════════════════════════════════════ */
.pricing-teaser { padding: 100px 24px; }

.plans-row {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px; align-items: start;
}
.plan-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 36px 32px;
  position: relative; transition: box-shadow .25s, transform .25s;
}
.plan-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.plan-card-featured {
  border-color: var(--brand); border-width: 2px;
  box-shadow: 0 8px 32px rgba(26,107,60,.15);
}
.plan-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--brand); color: #fff;
  font-size: 12px; font-weight: 700; padding: 5px 16px;
  border-radius: 100px; white-space: nowrap;
}
.plan-name   { font-size: 14px; font-weight: 700; color: var(--gray);
               text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.plan-price  { font-size: 44px; font-weight: 900; color: var(--dark); line-height: 1; }
.plan-period { font-size: 13px; color: var(--gray); margin-bottom: 28px; margin-top: 4px; }
.plan-features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }
.plan-features li { font-size: 14px; color: var(--mid); display: flex; gap: 8px; }

.btn-plan-primary {
  display: block; text-align: center;
  background: var(--brand); color: #fff;
  font-size: 15px; font-weight: 700;
  padding: 14px; border-radius: 10px;
  transition: background .2s, transform .15s;
}
.btn-plan-primary:hover { background: var(--brand-dark); transform: translateY(-1px); }
.btn-plan-ghost {
  display: block; text-align: center;
  border: 2px solid var(--border); color: var(--mid);
  font-size: 15px; font-weight: 700;
  padding: 13px; border-radius: 10px;
  transition: border-color .2s, color .2s;
}
.btn-plan-ghost:hover { border-color: var(--brand); color: var(--brand); }

/* ═══════════════════════════════════════════════════════════
   TESTIMONIALS
   ═══════════════════════════════════════════════════════════ */
.testimonials {
  padding: 100px 24px;
  background: var(--light);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.testi-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.testi-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 32px;
  transition: box-shadow .25s;
}
.testi-card:hover { box-shadow: var(--shadow-lg); }
.testi-stars { color: var(--accent); font-size: 15px; margin-bottom: 14px; }
.testi-card > p {
  font-size: 15px; color: var(--mid); line-height: 1.75;
  margin-bottom: 24px; font-style: italic;
}
.testi-author  { display: flex; align-items: center; gap: 14px; }
.testi-avatar  {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--brand), var(--brand-light));
  color: #fff; font-weight: 800; font-size: 14px;
  display: flex; align-items: center; justify-content: center;
}
.testi-author strong { display: block; font-size: 15px; color: var(--dark); }
.testi-author span   { font-size: 13px; color: var(--gray); }

/* ═══════════════════════════════════════════════════════════
   CTA SECTION
   ═══════════════════════════════════════════════════════════ */
.cta-section {
  padding: 120px 24px;
  background: var(--brand-dark);
  position: relative; overflow: hidden;
}
.cta-orb {
  position: absolute; top: -200px; right: -100px;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(34,197,94,.25) 0%, transparent 70%);
  pointer-events: none;
}
.cta-inner { position: relative; text-align: center; }
.cta-inner h2 {
  font-size: clamp(28px, 4.5vw, 52px); font-weight: 900;
  color: #fff; margin-bottom: 16px; line-height: 1.15;
}
.cta-inner p { font-size: 18px; color: rgba(255,255,255,.6); margin-bottom: 40px; }
.cta-actions {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; flex-wrap: wrap;
}

/* ═══════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════ */
.site-footer { background: var(--dark); padding: 72px 24px 0; }
.footer-inner {
  max-width: 1180px; margin: 0 auto;
  display: flex; gap: 64px; flex-wrap: wrap;
  padding-bottom: 64px; border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand { flex: 1; min-width: 200px; }
.footer-brand .nav-brand { margin-bottom: 16px; display: inline-flex; }
.footer-brand .brand-text { color: #fff; }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,.4); line-height: 1.6; }

.footer-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.footer-col  { display: flex; flex-direction: column; gap: 12px; }
.footer-col h5 {
  font-size: 12px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1px; color: rgba(255,255,255,.4); margin-bottom: 4px;
}
.footer-col a { font-size: 14px; color: rgba(255,255,255,.65); transition: color .2s; }
.footer-col a:hover { color: #fff; }

.footer-bottom {
  max-width: 1180px; margin: 0 auto;
  padding: 24px 0; text-align: center;
}
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,.25); }

/* ═══════════════════════════════════════════════════════════
   AUTH PAGES
   ═══════════════════════════════════════════════════════════ */
.auth-body { background: var(--light); min-height: 100vh; }
.auth-split { display: flex; min-height: 100vh; }

.auth-panel-left {
  width: 420px; flex-shrink: 0;
  background: var(--dark);
  padding: 48px 52px;
  display: flex; flex-direction: column;
  position: sticky; top: 0; height: 100vh;
}
.auth-logo { margin-bottom: 56px; }
.auth-panel-copy h2 {
  font-size: 26px; font-weight: 800; color: #fff;
  line-height: 1.35; margin-bottom: 28px;
}
.auth-perks { display: flex; flex-direction: column; gap: 14px; }
.auth-perks li { font-size: 15px; color: rgba(255,255,255,.65); }
.auth-panel-trusted {
  margin-top: auto; font-size: 13px; color: rgba(255,255,255,.3);
  border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px;
}

.auth-panel-right {
  flex: 1; padding: 64px 48px;
  display: flex; align-items: flex-start; justify-content: center;
}

/* Auth Form */
.auth-form-wrap { width: 100%; max-width: 440px; }
.auth-form-wrap h1 {
  font-size: 28px; font-weight: 900; color: var(--dark); margin-bottom: 6px;
}
.auth-form-wrap .auth-sub {
  font-size: 15px; color: var(--gray); margin-bottom: 36px;
}
.auth-form-wrap .auth-sub a { color: var(--brand); font-weight: 700; }

.form-group { margin-bottom: 20px; }
.form-group label {
  display: block; font-size: 13px; font-weight: 700;
  color: var(--mid); margin-bottom: 7px;
}
.form-group input {
  width: 100%; padding: 13px 16px;
  border: 1.5px solid var(--border); border-radius: 10px;
  font-size: 15px; font-family: var(--font-sans);
  color: var(--dark); background: #fff;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
}
.form-group input:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(26,107,60,.1);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.btn-auth-submit {
  width: 100%; padding: 15px;
  background: var(--brand); color: #fff;
  font-size: 16px; font-weight: 800;
  border-radius: 11px; border: none; cursor: pointer;
  font-family: var(--font-sans);
  transition: background .2s, transform .15s;
  margin-top: 8px;
}
.btn-auth-submit:hover { background: var(--brand-dark); transform: translateY(-1px); }

.auth-divider {
  display: flex; align-items: center; gap: 16px;
  color: var(--border); font-size: 13px; color: var(--gray);
  margin: 24px 0;
}
.auth-divider::before, .auth-divider::after {
  content: ''; flex: 1; height: 1px; background: var(--border);
}

/* ═══════════════════════════════════════════════════════════
   DASHBOARD STUB
   ═══════════════════════════════════════════════════════════ */
.dash-stub {
  min-height: 100vh; background: var(--light);
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
}
.dash-stub-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 56px 64px;
  text-align: center; max-width: 560px;
  box-shadow: var(--shadow);
}
.dash-stub-icon { font-size: 56px; margin-bottom: 24px; }
.dash-stub-card h1 { font-size: 28px; font-weight: 900; color: var(--dark); margin-bottom: 10px; }
.dash-stub-card p  { font-size: 16px; color: var(--gray); margin-bottom: 32px; line-height: 1.7; }
.dash-stub-card a  {
  display: inline-block; background: var(--brand); color: #fff;
  font-size: 15px; font-weight: 700; padding: 13px 28px;
  border-radius: 10px; transition: background .2s;
}
.dash-stub-card a:hover { background: var(--brand-dark); }

/* Flash messages */
.flash-wrap { position: fixed; top: 80px; right: 24px; z-index: 200; max-width: 380px; }

/* ═══════════════════════════════════════════════════════════
   INNER PAGE HEADER (pricing / features / about)
   ═══════════════════════════════════════════════════════════ */
.page-hero {
  padding: 156px 24px 72px;
  background: var(--light);
  border-bottom: 1px solid var(--border);
  text-align: center;
}
.page-hero .section-label { justify-content: center; display: flex; }
.page-hero h1 {
  font-size: clamp(32px, 5vw, 56px); font-weight: 900; color: var(--dark);
  line-height: 1.15; letter-spacing: -1px; margin-bottom: 18px;
}
.page-hero h1 em {
  font-style: italic; font-family: var(--font-serif); font-weight: 400; color: var(--brand);
}
.page-hero p {
  font-size: 18px; color: var(--gray); max-width: 620px; margin: 0 auto;
  line-height: 1.7;
}

/* ═══════════════════════════════════════════════════════════
   FAQ ACCORDION (native <details>, no JS needed)
   ═══════════════════════════════════════════════════════════ */
.faq-section { padding: 100px 24px; background: var(--light); border-top: 1px solid var(--border); }
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 4px 24px;
}
.faq-item summary {
  padding: 20px 0; font-size: 16px; font-weight: 700; color: var(--dark);
  cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; font-size: 22px; font-weight: 400; color: var(--brand); flex-shrink: 0;
  transition: transform .2s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { font-size: 14.5px; color: var(--gray); line-height: 1.75; padding: 0 0 22px; }

/* ═══════════════════════════════════════════════════════════
   VALUE CARDS (about page)
   ═══════════════════════════════════════════════════════════ */
.value-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.value-card {
  padding: 32px 28px; border: 1px solid var(--border); border-radius: var(--radius-lg);
  background: #fff;
}
.value-card .value-num {
  font-family: var(--font-serif); font-style: italic; font-size: 34px; color: var(--brand);
  margin-bottom: 14px; display: block;
}
.value-card h3 { font-size: 17px; font-weight: 800; color: var(--dark); margin-bottom: 8px; }
.value-card p  { font-size: 14px; color: var(--gray); line-height: 1.7; }

/* ═══════════════════════════════════════════════════════════
   SEGMENT PILLS (who ACBIZ Commerce serves)
   ═══════════════════════════════════════════════════════════ */
.segment-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.segment-pill {
  font-size: 14px; font-weight: 600; color: var(--mid);
  background: #fff; border: 1px solid var(--border); border-radius: 100px;
  padding: 10px 20px;
}

/* ═══════════════════════════════════════════════════════════
   PULL QUOTE (about page mission statement)
   ═══════════════════════════════════════════════════════════ */
.pull-quote {
  padding: 90px 24px; text-align: center; background: var(--dark);
}
.pull-quote blockquote {
  max-width: 780px; margin: 0 auto;
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: clamp(24px, 3.4vw, 36px); color: #fff; line-height: 1.5;
}
.pull-quote cite {
  display: block; margin-top: 24px; font-style: normal; font-family: var(--font-sans);
  font-size: 14px; font-weight: 600; color: rgba(255,255,255,.45);
}

/* ═══════════════════════════════════════════════════════════
   STORY / SPLIT SECTION (about page)
   ═══════════════════════════════════════════════════════════ */
.story-section { padding: 100px 24px; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.story-grid p { font-size: 15.5px; color: var(--mid); line-height: 1.85; margin-bottom: 18px; }
.story-stats { display: flex; flex-direction: column; gap: 28px; }
.story-stat strong {
  display: block; font-size: 36px; font-weight: 900; color: var(--brand);
  font-family: var(--font-serif); font-style: italic;
}
.story-stat span { font-size: 13.5px; color: var(--gray); font-weight: 600; }

@media (max-width: 900px) {
  .value-grid { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .feat-card-large { grid-column: span 2; }
  .auth-panel-left { display: none; }
}

@media (max-width: 768px) {
  .nav-links, .nav-actions { display: none; }
  .nav-burger { display: flex; margin-left: auto; }

  .hero { padding-top: 120px; }
  .hero-headline { letter-spacing: -1px; }
  .mm-stats { grid-template-columns: repeat(2, 1fr); }

  .features-grid { grid-template-columns: 1fr; }
  .feat-card-large { grid-column: span 1; }

  .steps-row { flex-direction: column; }
  .step-arrow { display: none; }

  .zra-band-inner { flex-direction: column; }
  .zra-receipt { width: 100%; }

  .footer-inner { flex-direction: column; gap: 40px; }
  .footer-cols  { gap: 32px; }

  .auth-panel-right { padding: 40px 24px; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; width: 100%; }
  .btn-hero-primary, .btn-hero-ghost { width: 100%; justify-content: center; }
  .cta-actions { flex-direction: column; }
}
