/* Extracted from homepage inline styles */
:root {
  --navy: #0f1c2e;
  --navy2: #162338;
  --navy3: #1a2a3a;
  --orange: #e67e22;
  --orange2: #c96a10;
  --blue-brand: #1a3a8f;
  --mint: #e8f5ef;
  --mint2: #d4eddf;
  --white: #ffffff;
  --gray: #f4f6f8;
  --gray2: #e8ecf0;
  --text: #1a2a3a;
  --muted: #6b7a8d;
  --red: #dc2626;
  --red-soft: #fff0f0;
  --green: #059669;
  --amber: #d97706;
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { font-family:'DM Sans',sans-serif; color:var(--text); overflow-x:hidden; margin:0; }
img { max-width:100%; height:auto; }
button, input, select, textarea { font:inherit; }

/* Fallback centering for admin/customer layouts when utility classes are overridden. */
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ── MAIN SITE NAV (public pages only) ── */
body:not(.admin-area):not(.customer-area) {
  background: #F2F9F5;
}
body:not(.admin-area):not(.customer-area) nav {
  position:fixed; top:18px; left:50%; transform:translateX(-50%);
  z-index:999; width:min(900px,94vw);
  background:#E8F5F0; backdrop-filter:blur(14px);
  border-radius:60px; padding:10px 24px 10px 16px;
  display:flex; align-items:center; justify-content:space-between;
  box-shadow:0 4px 28px rgba(0,0,0,0.10);
}
/* Admin nav override to prevent sticky behaviour */
.admin-nav {
  position:static !important;
  top:auto !important;
  left:auto !important;
  transform:none !important;
  width:100% !important;
  background:transparent !important;
  box-shadow:none !important;
  padding:0 !important;
}

/* Ensure pagination/navigation inside admin/customer pages is not treated like the homepage nav */
.admin-area nav[role="navigation"], .admin-area nav[aria-label="Pagination"],
.customer-area nav[role="navigation"], .customer-area nav[aria-label="Pagination"] {
  position:static !important;
  top:auto !important;
  left:auto !important;
  transform:none !important;
  width:auto !important;
  background:transparent !important;
  box-shadow:none !important;
}

/* Make admin and customer headers look clear but readable */
.admin-area header, .customer-area header { background:rgba(255,255,255,0.92) !important; border-bottom-color:var(--gray2) !important; }

/* Global button styles for non-homepage contexts */
.btn {
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  background:var(--orange); color:white; padding:12px 18px; min-height:48px;
  border-radius:999px; border:none; text-decoration:none; cursor:pointer;
  font-weight:700; font-size:0.95rem; line-height:1.2; text-align:center;
  white-space:normal;
}
.btn:hover { background:var(--orange2); }
.btn:focus { outline:3px solid rgba(230,126,34,0.14); outline-offset:3px; }
.btn-primary { background:var(--orange); color:white; }
.btn-outline, .btn.btn-outline { background:transparent; border:1.5px solid var(--gray2); color:var(--text); }
.btn-outline:hover { background:var(--gray2); }
.btn-sm { min-height:42px; padding:10px 16px; font-size:0.86rem; }
.btn:disabled, .submit-btn:disabled, button:disabled {
  opacity:0.4; cursor:not-allowed; pointer-events:none;
}

/* Price card CTAs (pills) to match homepage reference style */
.price-btn {
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 26px; min-height:48px; border-radius:999px; font-weight:700; font-size:0.95rem;
  cursor:pointer; text-decoration:none; border:none; gap:8px;
  background:var(--orange); color:var(--white); line-height:1.2; text-align:center; white-space:normal;
}
.price-btn.outline { background:transparent; color:var(--text); border:1.5px solid var(--gray2); }
.price-btn.outline:hover { background:var(--gray2); }
.price-btn:focus { outline:3px solid rgba(230,126,34,0.14); outline-offset:3px; }

/* Ensure existing rounded-full border pills look like buttons */
.rounded-full.border { display:inline-flex; align-items:center; gap:8px; padding:8px 14px; border-radius:999px; }
.nav-logo img { height:auto; display:block; }
.nav-links { display:flex; gap:24px; list-style:none; align-items:center; }
.nav-links a { text-decoration:none; font-size:0.84rem; font-weight:500; color:var(--text); opacity:0.72; transition:opacity .2s; }
.nav-links a:hover { opacity:1; }
.nav-book { background:var(--orange) !important; color:white !important; opacity:1 !important; padding:12px 22px; min-height:46px; border-radius:50px; font-weight:600 !important; transition:background .2s !important; }
.nav-book:hover { background:var(--orange2) !important; }
.hamburger { display:none; background:none; border:none; cursor:pointer; flex-direction:column; gap:5px; padding:4px; }
.hamburger span { display:block; width:22px; height:2px; background:var(--text); border-radius:2px; }

/* ── HERO ── */
.hero {
  position:relative; min-height:100vh;
  display:flex; align-items:center; overflow:hidden;
}
.hero-bg {
  position:absolute; inset:0;
  background:
    linear-gradient(110deg, rgba(10,20,35,0.82) 0%, rgba(10,20,35,0.45) 55%, rgba(10,20,35,0.18) 100%),
    url('https://images.unsplash.com/photo-1625047509248-ec889cbff17f?w=1800&q=85') center/cover no-repeat;
}
.hero-content { position:relative; z-index:2; max-width:1200px; margin:0 auto; padding:120px 48px 80px; width:100%; }
.hero-trust { display:flex; gap:18px; flex-wrap:wrap; margin-bottom:32px; }
.hero-badge {
  background:rgba(255,255,255,0.12); backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,0.22); border-radius:50px;
  padding:6px 16px; font-size:0.8rem; color:rgba(255,255,255,0.9); font-weight:500;
  display:flex; align-items:center; gap:6px;
}
.hero-h1 {
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(3.2rem,8vw,6.5rem);
  color:white; line-height:1.02; letter-spacing:0.01em;
  margin-bottom:8px;
  text-shadow:0 4px 40px rgba(0,0,0,0.3);
}
.hero-h1 span { color:var(--orange); }
.hero-sub {
  color:rgba(255,255,255,0.78); font-size:1.05rem;
  font-weight:400; line-height:1.65; max-width:460px; margin-bottom:36px;
}

/* VRM Input */
.vrm-box {
  display:flex; gap:0; max-width:520px;
  background:white; border-radius:60px; overflow:hidden;
  box-shadow:0 8px 32px rgba(0,0,0,0.25); margin-bottom:20px;
}
.vrm-plate {
  background:#f5c518; font-size:1.1rem; font-weight:800;
  padding:0 18px; display:flex; align-items:center;
  color:#1a1a1a; letter-spacing:0.08em; border-radius:60px 0 0 60px;
  min-width:52px; justify-content:center; font-family:'DM Sans',sans-serif;
}
.vrm-plate span { font-size:0.6rem; display:block; text-align:center; line-height:1.2; }
.vrm-input {
  flex:1; padding:16px 18px; border:none; outline:none;
  font-size:1.05rem; font-family:'DM Sans',sans-serif;
  letter-spacing:0.1em; text-transform:uppercase; color:var(--text); font-weight:600;
  background:white;
}
.vrm-input::placeholder { letter-spacing:0.05em; font-weight:400; color:#bbb; text-transform:none; }
.vrm-btn {
  background:var(--orange); color:white; border:none;
  padding:14px 28px; min-height:56px; font-size:0.92rem; font-weight:700;
  cursor:pointer; border-radius:0 60px 60px 0;
  font-family:'DM Sans',sans-serif; transition:background .2s; white-space:normal; text-align:center; line-height:1.2;
}
.vrm-btn:hover { background:var(--orange2); }
.hero-links { display:flex; gap:20px; align-items:center; }
.hero-link {
  color:rgba(255,255,255,0.75); font-size:0.88rem; text-decoration:none;
  display:flex; align-items:center; gap:6px; transition:color .2s;
}
.hero-link:hover { color:white; }
.hero-brand {
  position:absolute; bottom:0; right:0; left:0;
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(6rem,16vw,13rem); color:rgba(255,255,255,0.04);
  letter-spacing:0.01em; line-height:1; pointer-events:none;
  padding:0 32px; text-align:right;
}

/* Hero CTA buttons should be solid/legible on the dark hero background */
.hero .btn-outline {
  background:rgba(255,255,255,0.12);
  border-color:rgba(255,255,255,0.35);
  color:white;
}
.hero .btn-outline:hover {
  background:rgba(255,255,255,0.22);
  border-color:rgba(255,255,255,0.55);
}

/* Sample report CTA should read as a primary card action */
.report-section .btn-outline {
  background:white;
  color:var(--text);
  border-color:var(--gray2);
}
.report-section .btn-outline:hover {
  background:var(--gray2);
}

/* ── STATS BAR ── */
.stats-bar {
  background:var(--navy); padding:40px 48px;
  display:flex; justify-content:center; gap:0; flex-wrap:wrap;
}
.stat-item {
  text-align:center; padding:0 48px;
  border-right:1px solid rgba(255,255,255,0.08);
}
.stat-item:last-child { border-right:none; }
.stats-bar .stat-num { font-family:'Bebas Neue',sans-serif; font-size:2.8rem; color:#fff; line-height:1; }
.stats-bar .stat-label { font-size:0.8rem; color:rgba(255,255,255,0.7); font-weight:500; letter-spacing:0.06em; text-transform:uppercase; margin-top:4px; }

/* ── TRUST TICKER ── */
.ticker-section { background:white; border-top:1px solid var(--gray2); border-bottom:1px solid var(--gray2); padding:0; overflow:hidden; }
.ticker-label { text-align:center; font-size:0.75rem; font-weight:600; color:var(--muted); letter-spacing:0.1em; text-transform:uppercase; padding:18px 0 10px; }
.ticker-wrap { padding:12px 0 18px; overflow:hidden; }
.ticker { display:flex; gap:60px; animation:ticker 24s linear infinite; width:max-content; white-space:nowrap; }
.ticker span { font-size:0.85rem; font-weight:600; color:var(--muted); text-transform:uppercase; letter-spacing:0.07em; }
@keyframes ticker { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ── PROBLEM/SOLUTION ── */
.problem-section { background:var(--gray); padding:88px 48px; }
.problem-inner { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:start; }
.problem-col h2 { font-family:'DM Serif Display',serif; font-size:1.9rem; margin-bottom:18px; line-height:1.25; }
.problem-col p { color:var(--muted); font-size:0.95rem; line-height:1.7; margin-bottom:18px; }
.problem-list { list-style:none; display:flex; flex-direction:column; gap:10px; }
.problem-list li { display:flex; align-items:flex-start; gap:10px; font-size:0.9rem; color:var(--text); }
.problem-dot { width:20px; height:20px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:0.75rem; flex-shrink:0; margin-top:1px; }
.dot-red { background:#fee2e2; color:#dc2626; }
.dot-green { background:#d1fae5; color:#059669; }
.problem-divider { width:2px; background:linear-gradient(to bottom, transparent, var(--orange), transparent); }

/* ── HOW IT WORKS ── */
.how-section { background:var(--navy); padding:88px 48px; text-align:center; }
.section-tag { display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:0.14em; text-transform:uppercase; color:var(--orange); background:rgba(230,126,34,0.12); border:1px solid rgba(230,126,34,0.25); border-radius:50px; padding:5px 18px; margin-bottom:18px; }
.section-title-w { font-family:'DM Serif Display',serif; font-size:2.4rem; color:white; margin-bottom:10px; }
.section-sub-w { color:rgba(255,255,255,0.5); font-size:0.95rem; margin-bottom:56px; }
.steps-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; max-width:1100px; margin:0 auto; }
.step-card {
  background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.07);
  border-radius:20px; padding:36px 28px; text-align:left;
  transition:transform .25s, background .25s;
}
.step-card:hover { transform:translateY(-5px); background:rgba(255,255,255,0.07); }
.step-num { font-family:'Bebas Neue',sans-serif; font-size:4rem; color:rgba(230,126,34,0.15); line-height:1; margin-bottom:12px; }
.step-icon-circle { width:54px; height:54px; border-radius:50%; background:var(--orange); display:flex; align-items:center; justify-content:center; font-size:1.4rem; margin-bottom:18px; }
.step-card h3 { color:white; font-size:1.15rem; font-weight:600; margin-bottom:10px; }
.step-card p { color:rgba(255,255,255,0.5); font-size:0.88rem; line-height:1.65; }
.step-card small { color:var(--orange); font-size:0.78rem; font-weight:600; margin-top:14px; display:block; }
.step-arrow { color:rgba(255,255,255,0.15); font-size:2rem; align-self:center; padding-top:48px; }

/* ── GUARANTEE ── */
.guarantee-section { background:var(--navy3); padding:72px 48px; }
.guarantee-inner {
  max-width:860px; margin:0 auto;
  border:1.5px solid rgba(230,126,34,0.4); border-radius:24px;
  padding:48px; text-align:center;
  background:rgba(230,126,34,0.04);
}
.guarantee-icon { font-size:3rem; margin-bottom:20px; }
.guarantee-inner h2 { font-family:'DM Serif Display',serif; font-size:2rem; color:white; margin-bottom:14px; }
.guarantee-inner p { color:rgba(255,255,255,0.65); font-size:0.95rem; line-height:1.7; max-width:580px; margin:0 auto 14px; }
.guarantee-inner small { color:rgba(255,255,255,0.35); font-size:0.78rem; }

/* ── PRICING ── */
.pricing-section { background:var(--gray); padding:88px 48px; text-align:center; }
.section-title-d { font-family:'DM Serif Display',serif; font-size:2.4rem; color:var(--text); margin-bottom:10px; }
.section-sub-d { color:var(--muted); font-size:0.95rem; margin-bottom:56px; }
.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; max-width:1060px; margin:0 auto; }
.price-card {
  background:white; border-radius:20px; padding:36px 28px;
  border:1.5px solid var(--gray2); text-align:left;
  transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden;
}
.price-card:hover { transform:translateY(-5px); box-shadow:0 16px 48px rgba(15,28,46,0.10); }
.price-card.featured { border-color:var(--orange); box-shadow:0 8px 36px rgba(230,126,34,0.15); }
.price-ribbon {
  position:absolute; top:18px; right:-28px;
  background:var(--orange); color:white; font-size:0.7rem; font-weight:700;
  padding:4px 36px; transform:rotate(45deg); letter-spacing:0.06em;
}
.price-badge { font-size:0.72rem; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:var(--muted); margin-bottom:16px; display:block; }
.price-amount { font-family:'Bebas Neue',sans-serif; font-size:3.5rem; color:var(--text); line-height:1; }
.price-period { font-size:0.85rem; color:var(--muted); margin-bottom:6px; }
.price-desc { font-size:0.82rem; color:var(--muted); margin-bottom:24px; }
.price-btn { width:100%; background:var(--orange); color:white; border:none; padding:13px; border-radius:50px; font-size:0.9rem; font-weight:700; cursor:pointer; margin-bottom:24px; transition:background .2s; font-family:'DM Sans',sans-serif; }
.price-btn:hover { background:var(--orange2); }
.price-btn.outline { background:transparent; border:1.5px solid var(--gray2); color:var(--text); }
.price-btn.outline:hover { border-color:var(--orange); color:var(--orange); background:transparent; }
.price-features { list-style:none; display:flex; flex-direction:column; gap:9px; }
.price-features li { display:flex; align-items:center; gap:10px; font-size:0.87rem; color:var(--text); }
.price-features li.no { color:var(--muted); }
.feat-icon { width:20px; height:20px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:0.65rem; flex-shrink:0; }
.fi-yes { background:var(--orange); color:white; }
.fi-no { background:var(--gray2); color:var(--muted); }

/* ── SAMPLE REPORT ── */
.report-section { background:var(--navy); padding:88px 48px; }
.report-inner { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.report-text { }
.report-text h2 { font-family:'DM Serif Display',serif; font-size:2.2rem; color:white; margin-bottom:14px; }
.report-text p { color:rgba(255,255,255,0.6); font-size:0.95rem; line-height:1.7; margin-bottom:28px; }
.report-pages { display:flex; flex-direction:column; gap:10px; margin-bottom:24px; }
.report-page {
  display:flex; align-items:center; gap:14px;
  background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.07);
  border-radius:12px; padding:14px 18px;
}
.report-page-num { font-family:'Bebas Neue',sans-serif; font-size:1.4rem; color:var(--orange); width:32px; flex-shrink:0; }
.report-page-text { font-size:0.87rem; color:rgba(255,255,255,0.7); }
.report-preview {
  background:white; border-radius:20px; overflow:hidden;
  box-shadow:0 32px 80px rgba(0,0,0,0.5);
}
.report-preview-header { background:var(--navy3); padding:18px 24px; display:flex; align-items:center; gap:8px; }
.report-preview-body { padding:28px; }
.report-score { display:flex; align-items:center; gap:16px; margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid var(--gray2); }
.report-checks { display:flex; flex-direction:column; gap:8px; }
.check-row { display:flex; align-items:center; justify-content:space-between; font-size:0.82rem; }
.check-row span { color:var(--muted); }
.check-pass { color:#059669; font-weight:700; }
.check-fail { color:#dc2626; font-weight:700; }
.report-dl-btn {
  display:inline-flex; align-items:center; gap:8px;
  background:var(--orange); color:white; text-decoration:none;
  padding:13px 28px; min-height:48px; border-radius:50px; font-size:0.9rem; font-weight:700;
  transition:background .2s; margin-top:24px; justify-content:center; line-height:1.2; text-align:center;
}
.report-dl-btn:hover { background:var(--orange2); }

/* ── TESTIMONIALS ── */
.testimonials-section { background:var(--navy2); padding:88px 48px; text-align:center; }
.reviews-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; max-width:1100px; margin:0 auto; }
.review-card { background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.07); border-radius:20px; padding:32px 28px; text-align:left; }
.review-stars { color:var(--orange); font-size:1rem; letter-spacing:2px; margin-bottom:14px; }
.review-text { color:rgba(255,255,255,0.7); font-size:0.9rem; line-height:1.65; margin-bottom:22px; font-style:italic; }
.reviewer { display:flex; align-items:center; gap:12px; }
.reviewer-av { width:42px; height:42px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:1rem; color:white; flex-shrink:0; }
.reviewer-name { font-weight:700; color:white; font-size:0.9rem; }
.reviewer-loc { font-size:0.78rem; color:rgba(255,255,255,0.4); }

/* ── FAQ ── */
.faq-section { background:var(--gray); padding:88px 48px; }
.faq-inner { max-width:800px; margin:0 auto; text-align:center; }
.faq-list { margin-top:48px; text-align:left; display:flex; flex-direction:column; gap:12px; }
.faq-item { background:white; border:1.5px solid var(--gray2); border-radius:14px; overflow:hidden; }
.faq-q { display:flex; align-items:center; justify-content:space-between; padding:20px 24px; cursor:pointer; font-weight:600; font-size:0.95rem; color:var(--text); gap:16px; user-select:none; }
.faq-q:hover { color:var(--orange); }
.faq-icon { font-size:1.2rem; color:var(--orange); transition:transform .3s; flex-shrink:0; }
.faq-item.open .faq-icon { transform:rotate(45deg); }
.faq-a { display:none; padding:0 24px 20px; font-size:0.9rem; color:var(--muted); line-height:1.7; }
.faq-item.open .faq-a { display:block; }

/* ── FINAL CTA ── */
.cta-section { background:var(--navy); padding:88px 48px; }
.cta-inner {
  max-width:760px; margin:0 auto; text-align:center;
  background:linear-gradient(135deg, rgba(230,126,34,0.12), rgba(230,126,34,0.04));
  border:1.5px solid rgba(230,126,34,0.3); border-radius:28px; padding:64px 48px;
}
.cta-inner h2 { font-family:'DM Serif Display',serif; font-size:2.4rem; color:white; margin-bottom:14px; }
.cta-inner p { color:rgba(255,255,255,0.6); font-size:0.95rem; margin-bottom:36px; }
.cta-vrm-box {
  display:flex; gap:0; max-width:480px; margin:0 auto 16px;
  background:white; border-radius:60px; overflow:hidden;
  box-shadow:0 8px 32px rgba(0,0,0,0.3);
}
.cta-vrm-plate { background:#f5c518; padding:0 16px; display:flex; align-items:center; font-weight:800; color:#1a1a1a; font-size:0.95rem; border-radius:60px 0 0 60px; min-width:44px; justify-content:center; }
.cta-vrm-input { flex:1; padding:14px 16px; border:none; outline:none; font-size:0.95rem; font-family:'DM Sans',sans-serif; text-transform:uppercase; letter-spacing:0.1em; font-weight:600; }
.cta-vrm-input::placeholder { text-transform:none; font-weight:400; color:#bbb; letter-spacing:0; }
.cta-vrm-btn { background:var(--orange); color:white; border:none; padding:13px 24px; min-height:52px; font-size:0.88rem; font-weight:700; cursor:pointer; border-radius:0 60px 60px 0; font-family:'DM Sans',sans-serif; white-space:normal; text-align:center; line-height:1.2; transition:background .2s; }
.cta-vrm-btn:hover { background:var(--orange2); }
.cta-note { color:rgba(255,255,255,0.4); font-size:0.8rem; }

/* ── FOOTER ── */
footer {
  background:var(--gray);
  padding:0;
}
.footer-top {
  max-width:1200px; margin:0 auto;
  display:grid; grid-template-columns:2fr 1fr 1fr 1fr;
  gap:48px; padding:64px 48px 48px;
}
.footer-brand img { height:52px; margin-bottom:16px; }
.footer-brand p { color:var(--muted); font-size:0.88rem; line-height:1.65; max-width:280px; margin-bottom:20px; }
.footer-contact { display:flex; flex-direction:column; gap:7px; }
.footer-contact a { color:var(--muted); font-size:0.88rem; text-decoration:none; display:flex; align-items:center; gap:8px; transition:color .2s; }
.footer-contact a:hover { color:var(--orange); }
.footer-col h4 { font-size:0.82rem; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:var(--orange); margin-bottom:20px; }
.footer-col ul { list-style:none; display:flex; flex-direction:column; gap:10px; }
.footer-col ul a { color:var(--muted); font-size:0.88rem; text-decoration:none; transition:color .2s; }
.footer-col ul a:hover { color:var(--text); }
.footer-bottom {
  border-top:1px solid var(--gray2);
  padding:20px 48px;
  display:flex; align-items:center; justify-content:space-between;
  flex-wrap:wrap; gap:12px;
  max-width:1200px; margin:0 auto;
}
.footer-bottom p { font-size:0.8rem; color:var(--muted); }
.footer-bottom a { color:var(--muted); text-decoration:none; font-size:0.8rem; transition:color .2s; }
.footer-bottom a:hover { color:var(--text); }
.footer-bottom-links { display:flex; gap:20px; }
.footer-reg { font-size:0.78rem; color:rgba(107,122,141,0.6); }

/* ── STICKY MOBILE CTA ── */
.mobile-sticky {
  display:none; position:fixed; bottom:0; left:0; right:0; z-index:998;
  background:white; padding:12px 20px; border-top:1px solid var(--gray2);
  box-shadow:0 -4px 20px rgba(0,0,0,0.08);
}
.mobile-sticky-btn {
  display:block; width:100%; background:var(--orange); color:white;
  border:none; border-radius:50px; padding:14px 18px; min-height:52px; font-size:1rem;
  font-weight:700; font-family:'DM Sans',sans-serif; cursor:pointer; text-align:center;
}

/* ── MODAL ── */
.modal-overlay {
  display:none; position:fixed; inset:0; background:rgba(8,14,24,0.8);
  z-index:1000; align-items:center; justify-content:center; backdrop-filter:blur(6px);
}
.modal-overlay.active { display:flex; }
.modal {
  background:white; border-radius:24px; padding:48px;
  width:min(540px,94vw); position:relative; animation:modalIn .25s ease;
  max-height:90vh; overflow-y:auto;
}
.modal-close { position:absolute; top:18px; right:18px; background:var(--gray); border:none; border-radius:50%; width:36px; height:36px; cursor:pointer; font-size:1rem; color:var(--muted); }
.modal-logo { height:36px; margin-bottom:20px; }
.modal h3 { font-family:'DM Serif Display',serif; font-size:1.7rem; margin-bottom:6px; }
.modal p { color:var(--muted); font-size:0.9rem; margin-bottom:24px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.form-group { margin-bottom:14px; }
.form-group label { display:block; font-size:0.78rem; font-weight:700; letter-spacing:0.06em; color:var(--text); margin-bottom:6px; text-transform:uppercase; }
.form-group input, .form-group select {
  width:100%; padding:12px 16px; border:1.5px solid var(--gray2); border-radius:10px;
  font-size:0.9rem; font-family:'DM Sans',sans-serif; color:var(--text); outline:none; transition:border-color .2s;
}
.form-group input:focus, .form-group select:focus { border-color:var(--orange); }
.vrm-form-input {
  font-weight:700 !important; letter-spacing:0.12em !important;
  text-transform:uppercase !important; font-size:1rem !important;
}
.submit-btn { width:100%; background:var(--orange); color:white; border:none; padding:14px 18px; min-height:50px; border-radius:50px; font-size:0.95rem; font-weight:700; cursor:pointer; margin-top:8px; font-family:'DM Sans',sans-serif; transition:background .2s; line-height:1.2; }
.submit-btn:hover { background:var(--orange2); }
.modal-guarantee { text-align:center; margin-top:14px; font-size:0.8rem; color:var(--muted); }

/* ── COOKIE CONSENT ── */
.cookie-consent {
  position:fixed; bottom:0; left:0; right:0; z-index:9999;
  background:var(--navy); color:#fff;
  padding:14px 24px;
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  font-size:0.85rem; flex-wrap:wrap;
  animation:toastIn .35s ease;
}
.cookie-consent a { color:var(--orange); text-decoration:underline; }
.cookie-consent button {
  background:var(--orange); color:#fff; border:none;
  padding:10px 24px; border-radius:8px;
  font-weight:600; cursor:pointer; white-space:nowrap;
  font-size:0.85rem;
}
.cookie-consent button:hover { background:var(--orange2); }

/* ── TOAST ── */
.toast-wrap { max-width:720px; margin:0 auto 20px; }
.toast {
  display:flex; align-items:center; gap:12px;
  border-radius:14px; padding:14px 20px; font-size:0.88rem;
  box-shadow:0 4px 16px rgba(0,0,0,0.08);
  animation:toastIn .35s ease;
  cursor:pointer;
}
.toast-success { background:#ecfdf5; border:1px solid #a7f3d0; color:#065f46; }
.toast-error { background:#fef2f2; border:1px solid #fecaca; color:#991b1b; }
.toast-icon { font-size:1.2rem; flex-shrink:0; }
@keyframes toastIn {
  from { opacity:0; transform:translateY(-10px); }
  to { opacity:1; transform:translateY(0); }
}

/* ── UTIL ── */
.fade-up { opacity:0; transform:translateY(22px); transition:opacity .6s ease, transform .6s ease; }
.fade-up.visible { opacity:1; transform:translateY(0); }

/* ── MOBILE NAV OVERLAY ── */
.mobile-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(8, 14, 24, 0.85);
  z-index: 1001;
  backdrop-filter: blur(10px);
  align-items: center;
  justify-content: center;
}
.mobile-nav-overlay.active {
  display: flex;
}
.mobile-nav-panel {
  background: var(--navy);
  width: min(420px, 92vw);
  border-radius: 24px;
  padding: 40px 32px;
  animation: mobileNavIn 0.3s ease;
  max-height: 85vh;
  overflow-y: auto;
  position: relative;
}
@keyframes mobileNavIn {
  from { opacity: 0; transform: scale(0.95) translateY(10px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
.mobile-nav-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255,255,255,0.1);
  border: none;
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}
.mobile-nav-close:hover {
  background: rgba(255,255,255,0.18);
}
.mobile-nav-logo {
  margin-bottom: 32px;
}
.mobile-nav-logo img {
  height: 40px;
}
.mobile-nav-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  margin: 0;
}
.mobile-nav-links a {
  display: block;
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 1.05rem;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: background .2s, color .2s;
}
.mobile-nav-links a:hover {
  background: rgba(255,255,255,0.06);
  color: white;
}
.mobile-nav-book {
  background: var(--orange) !important;
  color: white !important;
  text-align: center;
  font-weight: 700 !important;
  margin-top: 8px;
}
.mobile-nav-book:hover {
  background: var(--orange2) !important;
}
body.mobile-nav-open {
  overflow: hidden;
}

/* ── ADMIN MOBILE NAV ── */
.admin-hamburger {
  display: none;
  background: none;
  border: 1px solid var(--gray2);
  border-radius: 10px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 1.2rem;
  color: var(--text);
  line-height: 1;
  transition: background .15s, border-color .15s;
}
.admin-hamburger:hover {
  background: var(--gray2);
  border-color: #d0d4da;
}

/* ── CUSTOMER MOBILE NAV ── */
.customer-nav {
  position: fixed;
  bottom: 0;
  left: 0 !important;
  right: 0;
  top: auto !important;
  transform: none !important;
  width: 100% !important;
  z-index: 998;
  background: white !important;
  border-top: 1px solid var(--gray2);
  border-radius: 0 !important;
  display: flex;
  justify-content: space-around;
  padding: 8px 4px !important;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
}
.customer-nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 6px 10px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted);
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1.2;
  text-align: center;
  transition: color .2s;
}
.customer-nav-link:hover,
.customer-nav-link.active {
  color: var(--orange);
}
.customer-nav-link .nav-icon {
  font-size: 1.1rem;
}
.customer-nav form {
  display: flex;
}
@media (min-width: 769px) {
  .customer-nav {
    display: none;
  }
}
.customer-area {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .customer-area {
    padding-bottom: 68px;
  }
}

/* ── RESPONSIVE ── */
/* Ensure consistent touch targets — not too big, not too small */
.btn, .price-btn, .report-dl-btn, .submit-btn, .vrm-btn, .cta-vrm-btn,
.price-btn.outline, .nav-book, .mobile-sticky-btn {
  min-height: 46px;
  font-size: 0.92rem;
  padding: 11px 20px;
}
.btn-sm {
  min-height: 40px;
  padding: 8px 14px;
  font-size: 0.84rem;
}

@media(min-width:901px) {
  .admin-hamburger { display: none !important; }
}

@media(max-width:1024px) {
  .pricing-grid,
  .steps-grid,
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps-grid {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width:900px) {
  nav {
    top:12px;
    width:min(960px,calc(100vw - 24px));
    padding:10px 18px 10px 14px;
  }
  .admin-nav .mx-auto {
    flex-direction:row;
    align-items:center;
  }
  .admin-hamburger { display:block; }
  .admin-nav-links { display:none; }
  .nav-links { display:none; }
  .hamburger { display:flex; }
  .hero-content { padding:100px 24px 60px; }
  .stats-bar { gap:0; padding:28px 16px; }
  .stat-item { padding:14px 20px; }
  .problem-inner { grid-template-columns:1fr; }
  .problem-divider { display:none; }
  .report-inner { grid-template-columns:1fr; }
  .how-section, .pricing-section, .testimonials-section, .faq-section,
  .guarantee-section, .cta-section, .problem-section {
    padding:56px 24px;
  }
  .footer-top { grid-template-columns:1fr 1fr; padding:40px 24px 32px; gap:32px; }
  .footer-bottom { padding:16px 24px; }
  .mobile-sticky { display:block; }
  .form-row { grid-template-columns:1fr; }
  .btn, .price-btn, .report-dl-btn, .submit-btn { width:100%; }
  .btn-sm { width:auto; }
  .hero-links .btn, .footer-bottom-links .btn { width:auto; }
  .modal { padding:32px 24px; }
  .stat-num { font-size:2.2rem; }
  .pricing-grid,
  .steps-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-h1 { font-size:clamp(2.6rem,7vw,4.5rem); }
  .section-title-w, .section-title-d { font-size:1.9rem; }
  .guarantee-inner h2 { font-size:1.6rem; }
  .cta-inner h2 { font-size:1.8rem; }
  .cta-inner { padding:40px 24px; }
}

@media(max-width:768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
  .price-card { padding:28px 22px; }
  .price-amount { font-size:2.8rem; }
  .report-text h2 { font-size:1.7rem; }
  .report-preview-body { padding:20px; }
  .score-info h4 { font-size:0.95rem; }
  .step-card { padding:28px 22px; }
  .step-num { font-size:3rem; }
  .review-card { padding:24px 20px; }
  .faq-q { padding:16px 18px; font-size:0.9rem; }
  .faq-a { padding:0 18px 16px; font-size:0.85rem; }
  .guarantee-inner { padding:32px 24px; }
  .report-section .report-inner { gap:40px; }
  .section-title-w, .section-title-d { font-size:1.7rem; }
  .hero-links .btn { width:auto; }
}

@media(max-width:600px) {
  nav { padding:8px 14px 8px 10px; top:10px; width:calc(100vw - 16px); }
  .nav-logo img { height:34px; }
  .hamburger span { width:20px; height:2px; }
  .hero-content { padding:90px 18px 50px; }
  .hero-trust { gap:10px; margin-bottom:22px; }
  .hero-badge { font-size:0.72rem; padding:4px 12px; }
  .hero-h1 { font-size:clamp(2.2rem,6.5vw,3.2rem); }
  .hero-sub { font-size:0.92rem; margin-bottom:28px; }
  .hero-links { flex-direction:column; align-items:stretch; }
  .hero-links .btn { width:100%; justify-content:center; }
  .hero-brand { font-size:clamp(4rem,12vw,8rem); }
  .vrm-box, .cta-vrm-box { flex-direction:column; border-radius:24px; }
  .vrm-plate, .cta-vrm-plate {
    width:100%; justify-content:flex-start; padding:10px 16px;
    border-radius:24px 24px 0 0; min-width:unset;
  }
  .vrm-plate span { display:inline; margin-left:4px; }
  .vrm-input, .cta-vrm-input { min-height:50px; width:100%; border-radius:0; font-size:0.95rem; }
  .vrm-btn, .cta-vrm-btn { width:100%; border-radius:0 0 24px 24px; min-height:48px; font-size:0.88rem; }
  .stats-bar { gap:8px; padding:24px 12px; }
  .stat-item { padding:12px 16px; border-right:none; flex:1; min-width:45%; }
  .stat-item:nth-child(2) { border-right:none; }
  .stat-num { font-size:1.8rem; }
  .stat-label { font-size:0.7rem; }
  .ticker-label { font-size:0.68rem; padding:14px 0 6px; }
  .ticker span { font-size:0.75rem; }
  .problem-section { padding:44px 18px; }
  .problem-col h2 { font-size:1.5rem; }
  .problem-col p { font-size:0.88rem; }
  .how-section, .pricing-section, .testimonials-section,
  .faq-section, .guarantee-section, .cta-section {
    padding:44px 18px;
  }
  .section-title-w, .section-title-d {
    font-size:clamp(1.5rem,5vw,2rem);
  }
  .section-sub-w, .section-sub-d {
    font-size:0.88rem; margin-bottom:36px;
  }
  .step-card { padding:24px 18px; }
  .step-num { font-size:2.8rem; }
  .step-icon-circle { width:46px; height:46px; font-size:1.2rem; }
  .step-card h3 { font-size:1.05rem; }
  .step-card p { font-size:0.84rem; }
  .guarantee-section { padding:44px 18px; }
  .guarantee-inner { padding:28px 20px; }
  .guarantee-icon { font-size:2.2rem; }
  .guarantee-inner h2 { font-size:1.4rem; }
  .guarantee-inner p { font-size:0.88rem; }
  .pricing-section { padding:44px 18px; }
  .price-card { padding:24px 18px; }
  .price-amount { font-size:2.5rem; }
  .price-desc { font-size:0.78rem; }
  .price-features li { font-size:0.82rem; }
  .price-ribbon { font-size:0.62rem; padding:3px 32px; top:14px; right:-30px; }
  .report-section { padding:44px 18px; }
  .report-inner { gap:32px; }
  .report-text h2 { font-size:1.4rem; }
  .report-text p { font-size:0.88rem; }
  .report-page { padding:12px 14px; }
  .report-page-num { font-size:1.1rem; width:26px; }
  .report-page-text { font-size:0.82rem; }
  .report-preview-body { padding:16px; }
  .report-checks .check-row { flex-direction:column; align-items:flex-start; gap:3px; }
  .report-score { flex-direction:column; align-items:flex-start; gap:12px; }
  .report-dl-btn { padding:12px 22px; min-height:44px; font-size:0.85rem; }
  .testimonials-section { padding:44px 18px; }
  .review-card { padding:22px 18px; }
  .review-text { font-size:0.85rem; }
  .faq-section { padding:44px 18px; }
  .faq-q { padding:14px 16px; font-size:0.86rem; }
  .faq-a { padding:0 16px 14px; font-size:0.84rem; }
  .faq-icon { font-size:1rem; }
  .cta-section { padding:44px 18px; }
  .cta-inner { padding:32px 20px; border-radius:20px; }
  .cta-inner h2 { font-size:clamp(1.4rem,5vw,1.8rem); }
  .cta-inner p { font-size:0.88rem; margin-bottom:28px; }
  .cta-vrm-box { border-radius:20px; }
  .cta-vrm-plate { padding:8px 14px; border-radius:20px 20px 0 0; }
  .cta-vrm-input { min-height:46px; font-size:0.9rem; }
  .cta-vrm-btn { min-height:46px; font-size:0.84rem; border-radius:0 0 20px 20px; }
  .cta-note { font-size:0.75rem; }
  .report-score { flex-direction:column; align-items:flex-start; }
  .check-row { flex-direction:column; align-items:flex-start; gap:4px; }
  .admin-nav .btn { flex:1 1 140px; }
  .admin-nav form { width:100%; }
  .admin-nav form .btn { width:100%; }
  .footer-top { grid-template-columns:1fr; gap:24px; }
  .footer-brand p { max-width:none; }
  .footer-bottom { flex-direction:column; align-items:flex-start; gap:8px; padding:14px 18px; }
  .footer-bottom p, .footer-bottom a { font-size:0.75rem; }
  .footer-bottom-links { gap:14px; }
  .modal { padding:28px 18px; width:min(540px,96vw); }
  .modal h3 { font-size:1.3rem; }
  .modal p { font-size:0.84rem; }
  .form-group input, .form-group select { padding:10px 14px; font-size:0.84rem; }
  .submit-btn { min-height:46px; font-size:0.88rem; }
  .mobile-sticky { padding:10px 16px; }
  .mobile-sticky-btn { min-height:48px; font-size:0.92rem; padding:12px 16px; }
  .btn, .price-btn, .report-dl-btn, .submit-btn {
    min-height:44px; padding:10px 16px; font-size:0.88rem;
  }
  .price-btn { min-height:44px; padding:11px 16px; }
  .btn-sm { min-height:38px; padding:7px 12px; font-size:0.8rem; }
  body:not(.admin-area):not(.customer-area) { padding-bottom:64px; }
}

@media(max-width:480px) {
  nav { top:8px; padding:6px 12px 6px 8px; width:calc(100vw - 12px); border-radius:40px; }
  .nav-logo img { height:30px; }
  .hamburger span { width:18px; height:1.5px; }
  .back-btn { top:8px; left:8px; padding:6px 8px; min-height:34px; font-size:0.75rem; }
  .hero-content { padding:80px 14px 40px; }
  .hero-h1 { font-size:clamp(1.8rem,5.5vw,2.4rem); }
  .hero-sub { font-size:0.85rem; }
  .hero-badge { font-size:0.65rem; padding:3px 10px; }
  .vrm-box { border-radius:18px; }
  .vrm-plate { padding:8px 12px; border-radius:18px 18px 0 0; font-size:0.85rem; }
  .vrm-input { min-height:46px; padding:12px 14px; font-size:0.88rem; }
  .vrm-btn { min-height:44px; font-size:0.82rem; border-radius:0 0 18px 18px; }
  .stats-bar { padding:20px 8px; gap:4px; }
  .stat-item { padding:10px 12px; }
  .stat-num { font-size:1.5rem; }
  .stat-label { font-size:0.62rem; }
  .step-card { padding:20px 16px; }
  .step-num { font-size:2.4rem; }
  .step-icon-circle { width:40px; height:40px; font-size:1rem; }
  .step-card h3 { font-size:0.95rem; }
  .price-card { padding:20px 16px; }
  .price-amount { font-size:2.2rem; }
  .price-badge { font-size:0.65rem; }
  .price-features li { font-size:0.78rem; gap:8px; }
  .report-page { padding:10px 12px; }
  .report-page-num { font-size:1rem; width:22px; }
  .report-page-text { font-size:0.78rem; }
  .cta-inner { padding:24px 16px; border-radius:16px; }
  .cta-inner h2 { font-size:1.3rem; }
  .faq-q { padding:12px 14px; font-size:0.82rem; }
  .modal { padding:22px 16px; border-radius:18px; }
  .modal h3 { font-size:1.2rem; }
  .modal p { font-size:0.8rem; margin-bottom:18px; }
  .form-group input, .form-group select { padding:8px 12px; font-size:0.82rem; }
  .submit-btn { min-height:44px; font-size:0.85rem; }
  .mobile-sticky-btn { min-height:46px; font-size:0.88rem; padding:10px 14px; }
  .btn, .price-btn, .report-dl-btn, .submit-btn {
    min-height:42px; padding:9px 14px; font-size:0.85rem;
  }
  .btn-sm { min-height:36px; padding:6px 10px; font-size:0.78rem; }
  .section-title-w, .section-title-d { font-size:1.3rem; }
  .section-sub-w, .section-sub-d { font-size:0.82rem; margin-bottom:28px; }
  .guarantee-inner h2 { font-size:1.2rem; }
  .report-text h2 { font-size:1.2rem; }
  .cta-vrm-box { border-radius:16px; }
  .cta-vrm-input { min-height:42px; font-size:0.84rem; }
  .cta-vrm-btn { min-height:42px; font-size:0.8rem; border-radius:0 0 16px 16px; }
  .footer-top { padding:28px 16px 24px; gap:20px; }
  .footer-bottom { padding:12px 16px; }
  .ticker-wrap { padding:8px 0 14px; }
  .review-card { padding:18px 16px; }
  .review-text { font-size:0.82rem; }
  .reviewer-av { width:36px; height:36px; font-size:0.85rem; }
  .mobile-sticky { display:block; }
  body:not(.admin-area):not(.customer-area) { padding-bottom:58px; }
}

.prose img { max-width:100%; height:auto; }
.prose table { width:100%; display:block; overflow-x:auto; }

/* ── ADMIN SIDEBAR LAYOUT ── */
.admin-area,
.customer-area {
  background: var(--gray, #f4f6f8);
  min-height: 100vh;
}
.sidebar,
.admin-area .sidebar,
.customer-area .sidebar {
  width: 240px;
  background: var(--navy, #0f1c2e);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  z-index: 100;
}
.sb-logo { padding: 20px 16px; border-bottom: 1px solid rgba(255,255,255,.07); flex-shrink: 0; }
.sb-logo img { height: 48px; width: 48px; object-fit: contain; }
.sb-logo p { color: rgba(255,255,255,.4); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; margin-top: 6px; }
.sb-nav { padding: 12px 8px; flex: 1; overflow-y: auto; }
.sb-section { font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.25); padding: 10px 10px 6px; }
.sb-item {
  display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px;
  cursor: pointer; margin-bottom: 2px; transition: background .2s; text-decoration: none;
  font-family: 'DM Sans', sans-serif; font-size: .84rem; font-weight: 500; color: inherit;
}
.sb-item:hover { background: rgba(255,255,255,.06); }
.sb-item.active { background: rgba(230,126,34,.15); }
.sb-icon { font-size: 1rem; width: 20px; text-align: center; flex-shrink: 0; }
.sb-label { color: rgba(255,255,255,.6); }
.sb-item.active .sb-label { color: #fff; font-weight: 600; }
.sb-bottom { padding: 12px 8px; border-top: 1px solid rgba(255,255,255,.07); flex-shrink: 0; }
.sb-admin { display: flex; align-items: center; gap: 10px; padding: 10px 12px; }
.sb-avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--orange, #e67e22); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .85rem; color: #fff; flex-shrink: 0; }
.sb-admin-name { font-size: .82rem; font-weight: 600; color: #fff; }
.sb-admin-role { font-size: .7rem; color: rgba(255,255,255,.35); }
.main-area, .admin-area .main-area, .customer-area .main-area { margin-left: 240px; flex: 1; display: flex; flex-direction: column; min-height: 100vh; background: var(--gray, #f4f6f8); }
.top-nav {
  background: #fff; border-bottom: 1px solid var(--gray2, #e8ecf0);
  padding: 0 28px; height: 56px; display: flex; align-items: center;
  justify-content: space-between; position: sticky; top: 0; z-index: 90; flex-shrink: 0;
}
.top-nav-left { display: flex; align-items: center; gap: 14px; }
.page-title { font-weight: 700; font-size: 1rem; color: var(--text, #1a2a3a); }
.top-nav-right { display: flex; align-items: center; gap: 12px; }
.notif-btn { background: none; border: none; cursor: pointer; position: relative; font-size: 1.1rem; font-family: 'DM Sans', sans-serif; }
.notif-dot { position: absolute; top: 0; right: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--red, #dc2626); border: 2px solid #fff; }
.content { padding: 24px 28px; flex: 1; }

/* Sidebar scrollbar */
.sb-nav { scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.15) transparent; }
.sb-nav::-webkit-scrollbar { width: 4px; }
.sb-nav::-webkit-scrollbar-track { background: transparent; }
.sb-nav::-webkit-scrollbar-thumb { background: rgba(255,255,255,.15); border-radius: 2px; }

/* Admin content styles */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }
.stat-card { background: #fff; border-radius: 14px; padding: 18px 20px; border: 1px solid var(--gray2, #e8ecf0); }
.stat-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.stat-icon { width: 36px; height: 36px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.si-orange { background: rgba(230,126,34,.12); }
.si-green { background: rgba(5,150,105,.1); }
.si-blue { background: rgba(59,130,246,.1); }
.si-purple { background: rgba(124,58,237,.1); }
.stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 2.2rem; color: var(--text, #1a2a3a); line-height: 1; }
.stat-label { font-size: .78rem; color: var(--muted, #6b7a8d); }
.stat-delta { font-size: .72rem; font-weight: 700; }
.stat-delta.up { color: var(--green, #059669); }
.stat-delta.dn { color: var(--red, #dc2626); }
.profile-card { border-style: dashed; border-color: var(--orange, #e67e22); background: #fffcf5; }
.profile-card .stat-num { font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 700; word-break: break-all; }
.profile-card .stat-label { font-size: .7rem; }

.sec-hdr { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.sec-hdr h2 { font-size: 1rem; font-weight: 700; }
.sec-hdr p { font-size: .82rem; color: var(--muted, #6b7a8d); margin-top: 2px; }

.btn-sm { background: var(--orange, #e67e22); color: #fff; border: none; padding: 8px 16px; border-radius: 50px; font-size: .8rem; font-weight: 700; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: background .2s; display: inline-flex; align-items: center; gap: 6px; text-decoration: none; }
.btn-sm:hover { background: var(--orange2, #c96a10); }
.btn-sm.outline { background: transparent; border: 1.5px solid var(--gray2, #e8ecf0); color: var(--text, #1a2a3a); }
.btn-sm.outline:hover { border-color: var(--orange, #e67e22); color: var(--orange, #e67e22); }
.btn-sm.red { background: var(--red, #dc2626); }

.table-wrap { background: #fff; border-radius: 14px; border: 1px solid var(--gray2, #e8ecf0); overflow: hidden; margin-bottom: 20px; }
.table-filters { padding: 12px 16px; border-bottom: 1px solid var(--gray2, #e8ecf0); display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.filter-btn { background: var(--gray, #f4f6f8); border: 1px solid var(--gray2, #e8ecf0); border-radius: 50px; padding: 5px 14px; font-size: .78rem; font-weight: 600; cursor: pointer; font-family: 'DM Sans', sans-serif; color: var(--muted, #6b7a8d); transition: all .2s; }
.filter-btn.active { background: var(--navy, #0f1c2e); color: #fff; border-color: var(--navy, #0f1c2e); }
.search-input { margin-left: auto; padding: 6px 12px; border: 1.5px solid var(--gray2, #e8ecf0); border-radius: 50px; font-size: .82rem; font-family: 'DM Sans', sans-serif; outline: none; color: var(--text, #1a2a3a); min-width: 180px; max-width: 100%; box-sizing: border-box; }
.search-input:focus { border-color: var(--orange, #e67e22); }

.status-chip { display: inline-flex; align-items: center; gap: 5px; border-radius: 50px; padding: 3px 10px; font-size: .72rem; font-weight: 700; white-space: nowrap; }
.chip-new { background: #fef3c7; color: #92400e; }
.chip-assigned { background: #dbeafe; color: #1e40af; }
.chip-inprogress { background: rgba(124,58,237,.1); color: #4c1d95; }
.chip-complete { background: #d1fae5; color: #065f46; }
.chip-cancelled { background: #fee2e2; color: #7f1d1d; }
.chip-pending { background: #fef3c7; color: #92400e; }

.vrm-cell { font-family: monospace; font-weight: 700; font-size: .88rem; letter-spacing: .06em; background: var(--navy, #0f1c2e); color: var(--orange, #e67e22); padding: 2px 8px; border-radius: 6px; display: inline-block; white-space: nowrap; }
.receipt-link { font-size: .82rem; font-weight: 600; color: var(--orange, #e67e22); text-decoration: none; border-bottom: 1.5px solid transparent; transition: border-color .2s, color .2s; }
.receipt-link:hover { border-bottom-color: var(--orange, #e67e22); color: var(--orange2, #c96a10); }

.tbl-btn { background: var(--gray, #f4f6f8); border: 1px solid var(--gray2, #e8ecf0); border-radius: 6px; padding: 4px 10px; font-size: .75rem; font-weight: 600; cursor: pointer; font-family: 'DM Sans', sans-serif; color: var(--text, #1a2a3a); transition: all .2s; white-space: nowrap; }
.tbl-btn:hover { border-color: var(--orange, #e67e22); color: var(--orange, #e67e22); }
.tbl-btn.assign { background: var(--orange, #e67e22); color: #fff; border-color: var(--orange, #e67e22); }
.tbl-btn.assign:hover { background: var(--orange2, #c96a10); }

.action-cell { display: flex; gap: 6px; }

.content table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.content th { background: var(--gray, #f4f6f8); padding: 10px 14px; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--muted, #6b7a8d); text-align: left; white-space: nowrap; }
.content td { padding: 12px 14px; font-size: .84rem; border-bottom: 1px solid var(--gray2, #e8ecf0); vertical-align: middle; }
.content tr:last-child td { border-bottom: none; }
.content tbody tr { cursor: pointer; }
.content tbody tr:hover td { background: #fff8f0; }
.content tbody tr { transition: background .15s ease; }
.content tbody tr:hover td:first-child { border-left: 3px solid var(--orange, #e67e22); padding-left: 11px; }

/* Public pages layout (auth, etc.) */
.public-layout { padding-top: 90px; min-height: 100vh; }
.public-layout .py-14 { padding-top: 0; }

/* Sidebar overlay & toggle */
.sb-overlay { display: none; position: fixed; inset: 0; background: rgba(8,14,24,.5); z-index: 99; }
.sb-overlay.show { display: block; }
.sb-toggle { display: none; position: fixed; bottom: 20px; right: 20px; z-index: 200; width: 48px; height: 48px; border-radius: 50%; background: var(--navy, #0f1c2e); border: none; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; box-shadow: 0 4px 16px rgba(0,0,0,.25); }
.sb-toggle span { display: block; width: 20px; height: 2.5px; background: #fff; border-radius: 2px; transition: transform .25s, opacity .25s; }

/* ── RESPONSIVE ── */

/* Large screens: max-width container */
@media (min-width: 1025px) {
  .admin-area .content > *,
  .customer-area .content > * { max-width: 1600px; margin-left: 0; }
}

/* Tablet */
@media (max-width: 1024px) {
  .stats-row { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .stats-row:has(.stat-card:nth-child(2)) { grid-template-columns: repeat(2, 1fr); }
  .content { padding: 20px; }
  .table-wrap { overflow-x: auto; }
  .content table { table-layout: auto; }
  .content th, .content td { white-space: nowrap; }
}

/* Mobile */
@media (max-width: 768px) {
  .public-layout { padding-top: 80px; }
  .admin-area .sidebar, .customer-area .sidebar,
  .sidebar { transform: translateX(-100%); transition: transform .3s ease; }
  .sidebar.open { transform: translateX(0); }
  .admin-area .main-area, .customer-area .main-area,
  .main-area { margin-left: 0; }
  .sb-toggle { display: flex; }
  .top-nav { padding: 0 16px; }
  .top-nav-left .page-title { font-size: .9rem; }
  .content { padding: 16px; }
  .stats-row { grid-template-columns: 1fr; gap: 10px; }
  .table-wrap { overflow-x: auto; }
  .content table { table-layout: auto; width: max-content; min-width: 100%; }
  .table-filters { flex-direction: column; align-items: stretch; }
  .search-input { min-width: 0 !important; width: 100% !important; margin-left: 0; }
  .sec-hdr { flex-direction: column; align-items: flex-start; gap: 10px; }
  .content table { font-size: .8rem; }
  .content th, .content td { padding: 8px 10px; white-space: nowrap; }
  .action-cell { flex-direction: column; }
  .vrm-cell { font-size: .78rem; }
  .content form[style*="display:flex"] { flex-direction: column; align-items: stretch !important; }
  .content form[style*="display:flex"] input,
  .content form[style*="display:flex"] select,
  .content form[style*="display:flex"] .btn-sm,
  .content form[style*="display:flex"] .filter-btn { width: 100%; margin-right: 0 !important; }
  .admin-area nav[role="navigation"] { position: static !important; top: auto !important; left: auto !important; transform: none !important; width: auto !important; }
  .content [style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
  .mechanics-grid { grid-template-columns: 1fr !important; }
}

/* Small mobile */
@media (max-width: 480px) {
  .stat-card { padding: 14px 16px; }
  .stat-num { font-size: 1.8rem; }
  .content { padding: 12px; }
  .public-layout { padding-top: 70px; }
  :root { --sidebar: 100%; }
  .admin-area .sidebar, .customer-area .sidebar,
  .sidebar { width: 280px; }
}

