/* ═══════════════════════════════════════════════════════
   WerkOps — Global Stylesheet
   ADA/WCAG AA compliant color system:
   Navy #0F2744 on white  = 17.1:1 AAA
   Orange text #B85C1A    = 4.7:1  AA
   #F4813F = decorative/icons only (3.1:1 — not for text)
═══════════════════════════════════════════════════════ */

/* ── TOKENS ── */
:root {
  --navy-dk:    #0F2744;
  --navy:       #1B3F6B;
  --navy-lt:    #2A5298;
  --orange-viv: #F4813F;
  --orange-acc: #B85C1A;
  --orange-bg:  #FEF0E6;
  --white:      #FFFFFF;
  --bg:         #F8FAFC;
  --text:       #1E293B;
  --text-sub:   #475569;
  --border:     #E2E8F0;
  --radius:     10px;
  --radius-lg:  16px;
  --shadow:     0 1px 3px rgba(0,0,0,.08), 0 4px 16px rgba(0,0,0,.06);
}

/* ── RESET ── */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { overflow-x: hidden; }
img  { max-width: 100%; height: auto; display: block; }
body { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; font-size: 16px; line-height: 1.6; color: var(--text); background: var(--white); }

/* ── ACCESSIBILITY ── */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--orange-viv); outline-offset: 2px; border-radius: 4px; }
a:focus:not(:focus-visible), button:focus:not(:focus-visible) { outline: none; }
.skip-nav { position: absolute; top: -100%; left: 1rem; background: var(--navy-dk); color: var(--white); padding: .75rem 1.25rem; border-radius: 0 0 var(--radius) var(--radius); font-weight: 600; text-decoration: none; z-index: 9999; transition: top .15s; }
.skip-nav:focus { top: 0; }

/* ── NAV ── */
.site-nav { background: var(--navy-dk); position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: 1140px; margin: 0 auto; padding: 0 24px; height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo img { height: 36px; width: auto; }
.nav-tagline { display: block; font-size: 11px; font-weight: 600; line-height: 1.35; color: rgba(255,255,255,.75); letter-spacing: .3px; border-left: 1px solid rgba(255,255,255,.2); padding-left: 10px; white-space: nowrap; }
@media (max-width: 400px) { .nav-tagline { font-size: 9.5px; padding-left: 8px; } }
.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav-links a { color: rgba(255,255,255,.85); text-decoration: none; font-size: 14px; font-weight: 500; padding: 8px 12px; border-radius: 6px; transition: background .15s, color .15s; }
.nav-links a:hover, .nav-links a:focus { background: rgba(255,255,255,.1); color: var(--white); }
.nav-links a[aria-current="page"] { color: var(--white); background: rgba(255,255,255,.08); }
.btn-nav { background: var(--orange-viv) !important; color: var(--white) !important; padding: 8px 18px !important; border-radius: 6px; font-weight: 700 !important; }
.btn-nav:hover, .btn-nav:focus { background: #e07030 !important; }
.btn-nav-outline { border: 1px solid rgba(255,255,255,.3) !important; color: rgba(255,255,255,.8) !important; padding: 7px 14px !important; border-radius: 6px; font-weight: 500 !important; }
.btn-nav-outline:hover { border-color: rgba(255,255,255,.6) !important; color: var(--white) !important; }
.nav-toggle { display: none; background: none; border: 2px solid rgba(255,255,255,.4); color: var(--white); width: 40px; height: 40px; border-radius: 6px; cursor: pointer; font-size: 20px; align-items: center; justify-content: center; }

/* ── HERO ── */
.hero { background: linear-gradient(160deg, var(--navy-dk) 0%, var(--navy) 100%); color: var(--white); padding: 80px 24px 88px; }
.hero-inner { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.hero-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(244,129,63,.2); color: #FFB380; border: 1px solid rgba(244,129,63,.3); padding: 5px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; margin-bottom: 20px; }
.hero h1 { font-size: clamp(32px,5vw,52px); font-weight: 800; line-height: 1.15; letter-spacing: -.5px; margin-bottom: 20px; }
.hero h1 span { color: var(--orange-viv); }
.hero-sub { font-size: 18px; color: rgba(255,255,255,.8); line-height: 1.65; margin-bottom: 36px; max-width: 480px; }
.hero-form { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-form input[type=email] { flex: 1; min-width: 220px; padding: 13px 16px; border-radius: var(--radius); border: 2px solid rgba(255,255,255,.2); background: #ffffff; color: #0f172a; font-size: 16px; }
.hero-form input[type=email]::placeholder { color: #94a3b8; }
.hero-form input[type=email]:focus { outline: 3px solid var(--orange-viv); outline-offset: 2px; border-color: transparent; }
.hero-note { font-size: 13px; color: rgba(255,255,255,.55); margin-top: 12px; }
.hero-visual { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg); padding: 24px; }
.hero-visual-bar { display: flex; gap: 6px; margin-bottom: 16px; }
.hero-visual-bar span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.2); }
.hero-visual-bar span:first-child { background: #FF5F57; }
.hero-visual-bar span:nth-child(2) { background: #FEBC2E; }
.hero-visual-bar span:nth-child(3) { background: #28C840; }
.hw-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 14px; background: rgba(255,255,255,.06); border-radius: 8px; margin-bottom: 8px; font-size: 13px; }
.hw-label { color: rgba(255,255,255,.7); }
.hw-val { font-weight: 700; color: var(--orange-viv); }
.hw-badge { background: rgba(22,163,74,.2); color: #86EFAC; padding: 2px 10px; border-radius: 20px; font-size: 11px; font-weight: 600; }
.hw-badge.warn { background: rgba(234,179,8,.15); color: #FDE047; }
.hero-screen-label { font-size: 11px; color: rgba(255,255,255,.35); text-align: center; margin-top: 14px; letter-spacing: .5px; text-transform: uppercase; }

/* ── TRUST TICKER ── */
.trust-ticker-wrap { background: var(--bg); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 14px 0; overflow: hidden; position: relative; }
.trust-ticker-wrap::before,
.trust-ticker-wrap::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
.trust-ticker-wrap::before { left: 0; background: linear-gradient(to right, var(--bg), transparent); }
.trust-ticker-wrap::after  { right: 0; background: linear-gradient(to left, var(--bg), transparent); }
.trust-ticker-track { display: flex; gap: 0; width: max-content; animation: ticker-scroll 80s linear infinite; }
.trust-ticker-track:hover { animation-play-state: paused; }
.trust-tick { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--text-sub); white-space: nowrap; padding: 0 32px; border-right: 1px solid var(--border); }
.trust-tick-icon { font-size: 16px; }
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── SECTIONS ── */
section { padding: 80px 24px; }
.section-inner { max-width: 1140px; margin: 0 auto; }
.section-tag { font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--orange-acc); margin-bottom: 10px; }
.section-title { font-size: clamp(26px,4vw,40px); font-weight: 800; color: var(--navy-dk); line-height: 1.2; margin-bottom: 14px; }
.section-sub { font-size: 17px; color: var(--text-sub); line-height: 1.65; max-width: 560px; }
.section-head-center { text-align: center; }
.section-head-center .section-sub { margin: 0 auto; }

/* ── BUTTONS ── */
.btn-primary { background: var(--orange-viv); color: var(--white); border: none; padding: 13px 26px; border-radius: var(--radius); font-size: 16px; font-weight: 700; cursor: pointer; transition: background .15s, transform .1s; white-space: nowrap; text-decoration: none; display: inline-block; }
.btn-primary:hover { background: #e07030; transform: translateY(-1px); }
.btn-secondary { background: transparent; color: var(--navy-dk); border: 2px solid var(--navy); padding: 11px 24px; border-radius: var(--radius); font-size: 16px; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-block; transition: background .15s; }
.btn-secondary:hover { background: var(--navy); color: var(--white); }

/* ── FEATURES ── */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: 24px; margin-top: 52px; }
.feature-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; transition: box-shadow .2s, border-color .2s; }
.feature-card:hover { box-shadow: var(--shadow); border-color: #CBD5E1; }
.feature-icon { width: 48px; height: 48px; background: var(--orange-bg); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 18px; }
.feature-title { font-size: 17px; font-weight: 700; color: var(--navy-dk); margin-bottom: 8px; }
.feature-desc { font-size: 14px; color: var(--text-sub); line-height: 1.65; }

/* ── HOW IT WORKS ── */
.how-bg { background: var(--bg); }
.steps { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 32px; margin-top: 52px; list-style: none; padding: 0; }
.step { text-align: center; padding: 0 16px; }
.step-num { width: 52px; height: 52px; background: var(--navy-dk); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 800; margin: 0 auto 18px; }
.step-title { font-size: 17px; font-weight: 700; color: var(--navy-dk); margin-bottom: 8px; }
.step-desc { font-size: 14px; color: var(--text-sub); line-height: 1.65; }

/* ── PRICING CARDS ── */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 24px; margin-top: 52px; align-items: start; }
.price-card { background: var(--bg); border: 1.5px solid var(--border); border-radius: var(--radius-lg); padding: 32px; position: relative; }
.price-card.featured { background: var(--navy-dk); border-color: var(--navy-dk); color: var(--white); }
.price-card.featured .price-name { color: rgba(255,255,255,.7); }
.price-card.featured .price-desc { color: rgba(255,255,255,.65); }
.price-card.featured .price-feat { color: rgba(255,255,255,.8); border-color: rgba(255,255,255,.1); }
.price-card.featured .price-feat::before { color: var(--orange-viv); }
.price-card.featured .price-amount { color: var(--white); }
.price-card.featured .price-period { color: rgba(255,255,255,.6); }
.featured-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--orange-viv); color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; padding: 4px 16px; border-radius: 20px; white-space: nowrap; }
.price-name { font-size: 13px; font-weight: 700; color: var(--text-sub); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 12px; }
.price-amount { font-size: 48px; font-weight: 800; color: var(--navy-dk); line-height: 1; display: flex; align-items: flex-start; gap: 2px; }
.price-dollar { font-size: 22px; margin-top: 8px; }
.price-period { font-size: 14px; color: var(--text-sub); align-self: flex-end; margin-bottom: 6px; font-weight: 500; }
.price-desc { font-size: 14px; color: var(--text-sub); margin: 12px 0 24px; line-height: 1.5; }
.price-feats { list-style: none; margin-bottom: 28px; display: flex; flex-direction: column; }
.price-feat { font-size: 14px; color: var(--text); padding: 9px 0; border-bottom: 1px solid var(--border); display: flex; align-items: flex-start; gap: 10px; }
.price-feat::before { content: '✓'; color: var(--orange-acc); font-weight: 800; flex-shrink: 0; margin-top: 1px; }
.price-feat-highlight { font-weight: 700; color: var(--navy-dk) !important; }
.price-feat-highlight::before { content: '🔥'; font-size: 13px; margin-top: 0; }
.btn-plan { width: 100%; padding: 13px; border-radius: var(--radius); font-size: 15px; font-weight: 700; cursor: pointer; border: none; text-align: center; transition: background .15s; text-decoration: none; display: block; }
.btn-plan-outline { background: transparent; border: 2px solid var(--navy); color: var(--navy); }
.btn-plan-outline:hover { background: var(--navy); color: var(--white); }
.btn-plan-solid { background: var(--orange-viv); color: var(--white); }
.btn-plan-solid:hover { background: #e07030; }
.btn-plan-wh { background: var(--white); color: var(--navy-dk); }
.btn-plan-wh:hover { background: var(--orange-bg); }

/* ── CTA BANNER ── */
.cta-banner { background: var(--navy-dk); color: var(--white); padding: 72px 24px; text-align: center; }
.cta-banner h2 { font-size: clamp(26px,4vw,40px); font-weight: 800; margin-bottom: 14px; }
.cta-banner p { font-size: 17px; color: rgba(255,255,255,.75); margin-bottom: 36px; max-width: 500px; margin-left: auto; margin-right: auto; }
.cta-form { display: flex; gap: 10px; max-width: 480px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.cta-form input[type=email] { flex: 1; min-width: 220px; padding: 13px 16px; border-radius: var(--radius); border: 2px solid rgba(255,255,255,.2); background: rgba(255,255,255,.1); color: var(--white); font-size: 16px; }
.cta-form input[type=email]:focus { outline: 3px solid var(--orange-viv); outline-offset: 2px; border-color: transparent; }
.cta-note { font-size: 13px; color: rgba(255,255,255,.45); margin-top: 12px; }

/* ── FOOTER ── */
footer { display: block; background: #0A1E36; color: rgba(255,255,255,.7); padding: 48px 24px 32px; width: 100%; box-sizing: border-box; }
.footer-inner { max-width: 1140px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand img { height: 30px; margin-bottom: 14px; }
.footer-brand p { font-size: 13px; line-height: 1.65; max-width: 260px; }
.footer-col h3 { font-size: 13px; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col a { color: rgba(255,255,255,.6); text-decoration: none; font-size: 14px; transition: color .15s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 13px; }
.footer-bottom a { color: rgba(255,255,255,.5); text-decoration: none; }
.footer-bottom a:hover { color: var(--white); }

/* ── LEAD GEN POPUP ── */
.popup-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 500; display: flex; align-items: center; justify-content: center; padding: 20px; opacity: 0; transition: opacity .25s; pointer-events: none; }
.popup-overlay.active { opacity: 1; pointer-events: all; }
.popup-box { background: var(--white); border-radius: var(--radius-lg); max-width: 480px; width: 100%; padding: 40px 36px; position: relative; transform: translateY(20px); transition: transform .25s; box-shadow: 0 20px 60px rgba(0,0,0,.2); }
.popup-overlay.active .popup-box { transform: translateY(0); }
.popup-close { position: absolute; top: 14px; right: 16px; background: none; border: none; font-size: 20px; cursor: pointer; color: var(--text-sub); line-height: 1; padding: 4px; border-radius: 4px; }
.popup-close:hover { color: var(--text); }
.popup-tag { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--orange-acc); margin-bottom: 8px; }
.popup-title { font-size: 22px; font-weight: 800; color: var(--navy-dk); margin-bottom: 8px; line-height: 1.25; }
.popup-sub { font-size: 14px; color: var(--text-sub); margin-bottom: 24px; line-height: 1.55; }
.popup-form .form-row { margin-bottom: 14px; }
.popup-form label { display: block; font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 5px; }
.popup-form input { width: 100%; padding: 11px 14px; border: 1.5px solid var(--border); border-radius: var(--radius); font-size: 15px; color: var(--text); transition: border-color .15s; }
.popup-form input:focus { outline: 3px solid var(--orange-viv); outline-offset: 1px; border-color: transparent; }
.popup-optional { font-size: 11px; color: var(--text-sub); margin-left: 4px; }
.popup-submit { width: 100%; margin-top: 6px; }
.popup-fine { font-size: 11px; color: var(--text-sub); text-align: center; margin-top: 12px; line-height: 1.5; }
.popup-success { text-align: center; }
.popup-success .success-icon { font-size: 48px; margin-bottom: 16px; }
.popup-success h3 { font-size: 20px; font-weight: 800; color: var(--navy-dk); margin-bottom: 8px; }
.popup-success p { font-size: 14px; color: var(--text-sub); }

/* ── AUTH FORMS ── */
.auth-page { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: var(--bg); padding: 40px 24px; }
.auth-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 40px; width: 100%; max-width: 420px; box-shadow: var(--shadow); }
.auth-logo { display: block; margin: 0 auto 28px; height: 34px; }
.auth-title { font-size: 22px; font-weight: 800; color: var(--navy-dk); text-align: center; margin-bottom: 6px; }
.auth-sub { font-size: 14px; color: var(--text-sub); text-align: center; margin-bottom: 28px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.form-group input { width: 100%; padding: 11px 14px; border: 1.5px solid var(--border); border-radius: var(--radius); font-size: 15px; color: var(--text); transition: border-color .15s; }
.form-group input:focus { outline: 3px solid var(--orange-viv); outline-offset: 1px; border-color: transparent; }
.form-group input.error { border-color: #EF4444; }
.form-error { font-size: 12px; color: #DC2626; margin-top: 4px; display: block; }
.alert { padding: 12px 16px; border-radius: var(--radius); font-size: 14px; margin-bottom: 20px; }
.alert-error { background: #FEE2E2; color: #991B1B; border: 1px solid #FECACA; }
.alert-success { background: #DCFCE7; color: #166534; border: 1px solid #BBF7D0; }
.auth-footer { text-align: center; font-size: 14px; color: var(--text-sub); margin-top: 20px; }
.auth-footer a { color: var(--orange-acc); font-weight: 600; text-decoration: none; }
.auth-footer a:hover { text-decoration: underline; }

/* ── DASHBOARD ── */
.dash-layout { display: grid; grid-template-columns: 240px 1fr; min-height: calc(100vh - 64px); width: 100%; overflow-x: hidden; }
.dash-sidebar { background: var(--navy-dk); color: var(--white); padding: 24px 0; }
.dash-sidebar nav ul { list-style: none; }
.dash-sidebar nav a { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.7); text-decoration: none; padding: 10px 20px; font-size: 14px; font-weight: 500; transition: background .15s, color .15s; }
.dash-sidebar nav a:hover, .dash-sidebar nav a.active { background: rgba(255,255,255,.1); color: var(--white); }
.dash-sidebar nav a .dash-icon { font-size: 16px; width: 20px; text-align: center; }
.dash-main { background: var(--bg); padding: 32px; overflow-x: hidden; min-width: 0; }
.dash-header { margin-bottom: 28px; }

/* ── Location tab bar ── */
.loc-tab-bar { display:flex; align-items:stretch; gap:0; border-bottom:2px solid var(--border); flex-wrap:wrap; margin:-32px -32px 28px; padding:0 32px; background:var(--white); }
.loc-tab { display:inline-block; padding:12px 22px; font-size:14px; font-weight:500; text-decoration:none; color:var(--text-sub); border-bottom:3px solid transparent; margin-bottom:-2px; white-space:nowrap; transition:color .15s,border-color .15s; }
.loc-tab:hover { color:var(--navy-dk); }
.loc-tab--active { font-weight:800; color:#FF6B2B; border-bottom-color:#FF6B2B; }
.dash-header h1 { font-size: 24px; font-weight: 800; color: var(--navy-dk); }
.dash-header p { font-size: 14px; color: var(--text-sub); margin-top: 4px; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); gap: 16px; margin-bottom: 32px; }
.stat-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 20px; }
.stat-label { font-size: 12px; font-weight: 600; color: var(--text-sub); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 8px; }
.stat-value { font-size: 32px; font-weight: 800; color: var(--navy-dk); }
.stat-sub { font-size: 12px; color: var(--text-sub); margin-top: 4px; }

/* ── BLOG ── */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(300px,1fr)); gap: 28px; margin-top: 48px; }
.blog-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: box-shadow .2s, transform .2s; text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.blog-card:hover { box-shadow: 0 8px 32px rgba(15,39,68,.13); transform: translateY(-2px); }
.blog-card-img { width: 100%; height: 120px; display: flex; align-items: flex-end; justify-content: flex-start; padding: 14px 18px; position: relative; overflow: hidden; }
.blog-card-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(255,255,255,.07) 0%, rgba(0,0,0,.18) 100%); }
.blog-card-img.topic-hvac      { background: linear-gradient(135deg, #082F49 0%, #0E7490 100%); }
.blog-card-img.topic-tax       { background: linear-gradient(135deg, #14532D 0%, #16A34A 100%); }
.blog-card-img.topic-marketing { background: linear-gradient(135deg, #9F1239 0%, #E11D48 100%); }
.blog-card-img.topic-leads     { background: linear-gradient(135deg, #9A3412 0%, #F97316 100%); }
.blog-card-img.topic-ops       { background: linear-gradient(135deg, #1E3A8A 0%, #2563EB 100%); }
.blog-card-img.topic-pricing   { background: linear-gradient(135deg, #854D0E 0%, #EAB308 100%); }
.blog-card-img.topic-software  { background: linear-gradient(135deg, #4C1D95 0%, #7C3AED 100%); }
.blog-card-img.topic-general   { background: linear-gradient(135deg, #334155 0%, #64748B 100%); }
.blog-card-art { position: absolute; z-index: 1; top: 13px; right: 18px; width: 58px; height: 58px; display: grid; place-items: center; color: rgba(255,255,255,.82); }
.blog-card-art::before { content: ''; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.24); border-radius: 18px 18px 18px 4px; background: rgba(255,255,255,.09); transform: rotate(6deg); }
.blog-card-art svg { position: relative; width: 40px; height: 40px; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.blog-card-label { position: relative; z-index: 1; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: rgba(255,255,255,.9); background: rgba(0,0,0,.25); padding: 3px 9px; border-radius: 20px; backdrop-filter: blur(4px); }
.blog-card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.blog-tag { display: none; }
.blog-card-title { font-size: 17px; font-weight: 700; color: var(--navy-dk); line-height: 1.35; margin-bottom: 10px; }
.blog-card-excerpt { font-size: 14px; color: var(--text-sub); line-height: 1.6; flex: 1; }
.blog-card-meta { font-size: 12px; color: var(--text-sub); margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
.blog-card-read { font-size: 12px; font-weight: 700; color: var(--orange-acc); }
.blog-post-body { max-width: 720px; margin: 0 auto; padding: 40px 24px 80px; }
.blog-post-body h1 { font-size: clamp(26px,4vw,40px); font-weight: 800; color: var(--navy-dk); line-height: 1.2; margin-bottom: 16px; }
.blog-post-body .post-meta { font-size: 14px; color: var(--text-sub); margin-bottom: 32px; }
.blog-post-body h2 { font-size: 22px; font-weight: 700; color: var(--navy-dk); margin: 32px 0 12px; }
.blog-post-body p { margin-bottom: 16px; line-height: 1.75; }
.blog-post-body ul, .blog-post-body ol { margin: 0 0 16px 24px; line-height: 1.75; }

/* ── CHATBOT WIDGET ── */
#chat-widget { position: fixed; bottom: 24px; right: 24px; z-index: 200; }
#chat-toggle { width: 56px; height: 56px; border-radius: 50%; background: var(--navy-dk); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 24px; box-shadow: 0 4px 16px rgba(0,0,0,.2); transition: transform .15s, background .15s; }
#chat-toggle:hover { background: var(--navy); transform: scale(1.06); }
#chat-panel { position: absolute; bottom: 68px; right: 0; width: 340px; max-height: 480px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: 0 8px 40px rgba(0,0,0,.15); display: flex; flex-direction: column; overflow: hidden; }
#chat-panel[hidden] { display: none !important; }
.chat-header { background: var(--navy-dk); color: var(--white); padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; }
.chat-header-info { display: flex; align-items: center; gap: 10px; }
.chat-avatar { font-size: 20px; }
.chat-name { font-size: 14px; font-weight: 700; }
.chat-status { font-size: 11px; color: rgba(255,255,255,.6); }
.chat-close { background: none; border: none; color: rgba(255,255,255,.7); font-size: 16px; cursor: pointer; padding: 4px; border-radius: 4px; }
.chat-close:hover { color: var(--white); }
.chat-messages { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 12px; background: var(--bg); }
.chat-msg { display: flex; gap: 8px; align-items: flex-start; }
.chat-msg.user { flex-direction: row-reverse; }
.msg-avatar { font-size: 18px; flex-shrink: 0; margin-top: 2px; }
.msg-bubble { background: var(--white); border: 1px solid var(--border); border-radius: 12px; border-top-left-radius: 2px; padding: 10px 14px; font-size: 13px; line-height: 1.55; max-width: 240px; color: var(--text); }
.chat-msg.user .msg-bubble { background: var(--navy-dk); color: var(--white); border-color: transparent; border-top-left-radius: 12px; border-top-right-radius: 2px; }
.chat-input-row { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--border); background: var(--white); }
.chat-input-row input { flex: 1; padding: 9px 12px; border: 1.5px solid var(--border); border-radius: 8px; font-size: 13px; color: var(--text); }
.chat-input-row input:focus { outline: 2px solid var(--orange-viv); outline-offset: 1px; border-color: transparent; }
.chat-input-row button { background: var(--navy-dk); color: var(--white); border: none; padding: 9px 14px; border-radius: 8px; font-size: 13px; font-weight: 600; cursor: pointer; transition: background .15s; }
.chat-input-row button:hover { background: var(--navy); }
.chat-typing .msg-bubble { color: var(--text-sub); font-style: italic; }
.price-bill-note { font-size:12px;color:var(--orange-acc);font-weight:600;margin:-8px 0 8px;text-align:center; }
.chat-lead-confirm { margin: 0 12px 12px; padding: 12px 16px; background: #d1fae5; border: 1px solid #6ee7b7; border-radius: 10px; font-size: 13px; color: #065f46; display: flex; align-items: center; gap: 10px; }
.lead-check { font-size: 18px; font-weight: 700; color: #059669; flex-shrink: 0; }
.chat-input-row input:disabled, .chat-input-row button:disabled { opacity: .45; cursor: not-allowed; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 24px; }
  .dash-layout { grid-template-columns: 1fr; }
  .dash-sidebar { display: none; }
  footer { width: 100vw !important; box-sizing: border-box; margin-left: 0 !important; }
}
@media (max-width: 640px) {
  footer { width: 100vw !important; margin-left: 0 !important; padding: 36px 20px 28px; }
  .footer-top { gap: 24px; }
  section { padding: 56px 20px; }
  .hero { padding: 56px 20px 64px; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0; background: var(--navy-dk); padding: 16px; gap: 4px; }
  .nav-toggle { display: flex; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  #chat-panel { width: calc(100vw - 48px); right: 0; }
}
