/* TaxFile2290.com — shared stylesheet
   Standalone brand. Trucker-community voice. Navy + amber highway palette. */

:root {
  --navy:      #0f2440;
  --steel:     #1c3a5e;
  --steel-2:   #25507f;
  --amber:     #f5a623;
  --amber-dk:  #d98a06;
  --ink:       #1a2330;
  --body:      #38465a;
  --muted:     #6b7888;
  --line:      #e2e8f0;
  --bg:        #f6f8fb;
  --card:      #ffffff;
  --ok:        #1f8a4c;
  --radius:    12px;
  --shadow:    0 1px 3px rgba(15,36,64,.08), 0 8px 24px rgba(15,36,64,.06);
  --shadow-lg: 0 12px 40px rgba(15,36,64,.14);
  --maxw:      1120px;
  --ff-head:   "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --ff-body:   "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--ff-body);
  color: var(--body);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--ff-head); color: var(--ink); line-height: 1.2; margin: 0 0 .5em; }
h1 { font-size: clamp(2rem, 4.2vw, 3rem); font-weight: 800; letter-spacing: -.02em; }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 700; letter-spacing: -.01em; }
h3 { font-size: 1.25rem; font-weight: 700; }
p  { margin: 0 0 1rem; }
a  { color: var(--steel-2); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.narrow { max-width: 820px; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.97);
  backdrop-filter: saturate(140%) blur(6px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 3px rgba(15,36,64,.06);
}
.brand-logo { height: 38px; width: auto; display: block; }
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 66px;
}
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--ff-head); font-weight: 800; font-size: 1.18rem; color: #fff; }
.brand:hover { text-decoration: none; }
.brand .mark {
  display: inline-grid; place-items: center;
  width: 34px; height: 34px; border-radius: 8px;
  background: var(--amber); color: var(--navy);
  font-weight: 800; font-size: .95rem;
}
.brand b { color: var(--amber); }
.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  color: var(--steel); font-weight: 600; font-size: .94rem;
  padding: 8px 12px; border-radius: 8px;
}
.nav-links a:hover { color: var(--navy); background: #eef4fb; text-decoration: none; }
.nav-links a.active { color: var(--amber-dk); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; transition: .2s; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--ff-head); font-weight: 700; font-size: 1rem;
  padding: 13px 26px; border-radius: 10px; border: 0; cursor: pointer;
  transition: transform .12s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--amber); color: var(--navy); box-shadow: 0 6px 18px rgba(245,166,35,.35); }
.btn-primary:hover { background: var(--amber-dk); color: var(--navy); }
.btn-ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.4); }
.btn-ghost:hover { border-color: #fff; }
.btn-outline { background: #fff; color: var(--steel); border: 2px solid var(--line); }
.btn-outline:hover { border-color: var(--steel-2); color: var(--steel-2); }
.btn-sm { padding: 9px 18px; font-size: .9rem; }

/* ---------- Hero ---------- */
.hero {
  background:
    linear-gradient(180deg, rgba(15,36,64,.92), rgba(15,36,64,.96)),
    repeating-linear-gradient(115deg, #14305a 0 28px, #122b50 28px 56px);
  color: #eaf1fb; padding: 72px 0 78px; position: relative; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 8px;
  background: repeating-linear-gradient(90deg, var(--amber) 0 44px, transparent 44px 88px);
  opacity: .9;
}
.hero h1 { color: #fff; max-width: 17ch; }
.hero p.lede { font-size: 1.2rem; color: #c4d3e8; max-width: 60ch; margin-bottom: 1.6rem; }
.hero .pill { display: inline-block; background: rgba(245,166,35,.16); color: var(--amber); border: 1px solid rgba(245,166,35,.4); font-weight: 600; font-size: .82rem; padding: 6px 14px; border-radius: 999px; margin-bottom: 18px; letter-spacing: .02em; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 36px; margin-top: 40px; flex-wrap: wrap; }
.hero-stats .s b { display: block; font-family: var(--ff-head); font-size: 1.7rem; color: var(--amber); }
.hero-stats .s span { color: #b8c8de; font-size: .9rem; }

/* ---------- Sections ---------- */
section.block { padding: 64px 0; }
section.block.alt { background: var(--card); }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 44px; }
.section-head .eyebrow { color: var(--amber-dk); font-weight: 700; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.section-head p { color: var(--muted); font-size: 1.05rem; }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: var(--shadow); transition: transform .15s, box-shadow .2s;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.card .ico { font-size: 1.6rem; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 10px; background: #eef4fb; margin-bottom: 14px; }
.card h3 { margin-bottom: .4rem; }
.card p { color: var(--muted); font-size: .96rem; margin: 0; }
.card-link { display: block; }
.card-link:hover { text-decoration: none; }

/* ---------- FAQ ---------- */
.faq-cats { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 34px; }
.faq-cats a { background: #fff; border: 1px solid var(--line); padding: 8px 16px; border-radius: 999px; font-weight: 600; font-size: .9rem; color: var(--steel); }
.faq-cats a:hover { border-color: var(--amber); color: var(--amber-dk); text-decoration: none; }
.faq-group { margin-bottom: 40px; }
.faq-group > h2 { display: flex; align-items: center; gap: 10px; padding-bottom: 10px; border-bottom: 2px solid var(--line); }
details.faq {
  background: var(--card); border: 1px solid var(--line); border-radius: 10px;
  margin: 12px 0; padding: 0 20px; box-shadow: var(--shadow); overflow: hidden;
}
details.faq[open] { border-color: #c9d8ea; }
details.faq summary {
  list-style: none; cursor: pointer; padding: 18px 0; font-family: var(--ff-head);
  font-weight: 600; font-size: 1.06rem; color: var(--ink);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--amber-dk); font-weight: 400; flex: 0 0 auto; transition: transform .2s; }
details.faq[open] summary::after { content: "\2212"; }
details.faq .ans { padding: 0 0 20px; color: var(--body); border-top: 1px solid var(--line); padding-top: 16px; }
details.faq .ans p:last-child { margin-bottom: 0; }
.forum-tag { display: inline-block; font-size: .72rem; font-weight: 600; color: var(--steel-2); background: #eef4fb; border-radius: 6px; padding: 2px 8px; margin-bottom: 10px; }

/* ---------- Prose / articles ---------- */
.prose { font-size: 1.05rem; }
.prose h2 { margin-top: 1.8em; }
.prose h3 { margin-top: 1.5em; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.1rem; }
.prose li { margin: .4em 0; }
.prose blockquote {
  margin: 1.4em 0; padding: 16px 22px; background: #fff;
  border-left: 4px solid var(--amber); border-radius: 0 10px 10px 0;
  color: var(--ink); box-shadow: var(--shadow); font-style: italic;
}
.prose blockquote cite { display: block; font-style: normal; font-size: .85rem; color: var(--muted); margin-top: 8px; }
.callout { background: #fff8ec; border: 1px solid #f4dca0; border-radius: 10px; padding: 18px 22px; margin: 1.4em 0; }
.callout.warn { background: #fdeeee; border-color: #f0c2c2; }
.callout b { color: var(--ink); }
.article-meta { color: var(--muted); font-size: .9rem; margin-bottom: 1.4em; }

/* ---------- Tables ---------- */
table.tbl { width: 100%; border-collapse: collapse; margin: 1.2em 0; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); }
table.tbl th, table.tbl td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--line); font-size: .96rem; }
table.tbl th { background: var(--navy); color: #fff; font-family: var(--ff-head); font-weight: 600; }
table.tbl tr:last-child td { border-bottom: 0; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(120deg, var(--steel) 0%, var(--navy) 100%); color: #fff; text-align: center; padding: 60px 0; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #c4d3e8; max-width: 56ch; margin: 0 auto 1.6rem; }

/* ---------- Disclaimer / honesty ---------- */
.note { font-size: .85rem; color: var(--muted); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #aebfd4; padding: 52px 0 26px; font-size: .92rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; }
.site-footer h4 { color: #fff; font-size: .95rem; margin-bottom: 14px; text-transform: uppercase; letter-spacing: .05em; }
.site-footer a { color: #aebfd4; display: block; padding: 4px 0; }
.site-footer a:hover { color: var(--amber); text-decoration: none; }
.footer-brand .brand { margin-bottom: 12px; }
.site-footer .brand { background: #fff; padding: 7px 12px; border-radius: 10px; display: inline-flex; }
.site-footer .brand-logo { height: 30px; }
.footer-brand p { color: #8fa3be; max-width: 36ch; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 36px; padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; color: #7e92ae; font-size: .82rem; }

/* ---------- Breadcrumb ---------- */
.crumb { font-size: .85rem; color: var(--muted); padding: 16px 0; }
.crumb a { color: var(--steel-2); }

/* ---------- Page header (interior) ---------- */
.page-head { background: linear-gradient(180deg, var(--navy), var(--steel)); color: #fff; padding: 52px 0 56px; position: relative; }
.page-head::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: repeating-linear-gradient(90deg, var(--amber) 0 40px, transparent 40px 80px); }
.page-head h1 { color: #fff; }
.page-head p { color: #c4d3e8; max-width: 62ch; font-size: 1.1rem; margin: 0; }

/* ---------- Forms ---------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; color: var(--ink); margin-bottom: 6px; font-size: .92rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: 11px 13px; border: 1px solid var(--line); border-radius: 8px;
  font: inherit; font-size: .96rem; color: var(--ink); background: #fbfcfe;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--amber); border-color: var(--amber); }

/* ---------- Utilities ---------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.lead { font-size: 1.15rem; color: var(--body); }
.badge-ok { color: var(--ok); font-weight: 600; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav-links {
    position: absolute; top: 66px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-top: 1px solid var(--line);
    padding: 8px 14px 16px; display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px; border-radius: 6px; }
  .nav-toggle { display: block; }
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .hero-stats { gap: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
}

/* ---------- TAB Inc additions ---------- */
.brand .mark.tab { background: var(--amber); color: var(--navy); letter-spacing: -.02em; }
.header-cta { display: flex; align-items: center; gap: 8px; }

/* Auth pages */
.auth-wrap { max-width: 460px; margin: 0 auto; padding: 48px 22px 72px; }
.auth-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 32px; box-shadow: var(--shadow-lg); }
.auth-card h1 { font-size: 1.7rem; margin-bottom: .3rem; }
.auth-card .sub { color: var(--muted); margin-bottom: 26px; font-size: .96rem; }
.auth-alt { text-align: center; margin-top: 20px; font-size: .94rem; color: var(--muted); }
.auth-foot { text-align: center; margin-top: 26px; }
.btn-block { width: 100%; justify-content: center; }
.form-error { background: #fdeeee; border: 1px solid #f0c2c2; color: #a12626; border-radius: 8px; padding: 11px 14px; margin-bottom: 18px; font-size: .9rem; }
.form-ok { background: #eefaf1; border: 1px solid #b9e6c9; color: #1f7a44; border-radius: 8px; padding: 11px 14px; margin-bottom: 18px; font-size: .9rem; }
.field .val-err { color: #c0392b; font-size: .82rem; margin-top: 4px; display: block; }
.field-row { display: flex; gap: 14px; }
.field-row .field { flex: 1; }

/* Dashboard */
.dash { padding: 40px 0 72px; }
.dash-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 16px; margin-bottom: 28px; }
.stat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-bottom: 30px; }
.stat { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:22px; box-shadow:var(--shadow); }
.stat b { display:block; font-family:var(--ff-head); font-size:1.9rem; color:var(--navy); }
.stat span { color:var(--muted); font-size:.9rem; }
.empty-state { background:#fff; border:1px dashed #c9d8ea; border-radius:var(--radius); padding:40px; text-align:center; color:var(--muted); }
.pill-nav { display:flex; gap:8px; align-items:center; }
.userchip { display:inline-flex; align-items:center; gap:8px; font-weight:600; color:var(--steel); font-size:.92rem; }
.userchip .av { width:30px; height:30px; border-radius:50%; background:var(--navy); color:#fff; display:grid; place-items:center; font-size:.8rem; font-weight:700; }
@media (max-width:760px){ .stat-grid{grid-template-columns:1fr;} .field-row{flex-direction:column; gap:0;} }

/* ---------- Wizard ---------- */
.wiz { max-width: 760px; margin: 0 auto; padding: 34px 22px 72px; }
.wiz-steps { display: flex; gap: 6px; margin-bottom: 30px; counter-reset: step; }
.wiz-steps .st { flex: 1; text-align: center; position: relative; padding-top: 34px; font-size: .8rem; color: var(--muted); font-weight: 600; }
.wiz-steps .st::before {
  counter-increment: step; content: counter(step);
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 26px; height: 26px; border-radius: 50%; background: #e6edf5; color: var(--muted);
  display: grid; place-items: center; font-size: .8rem; font-weight: 700; z-index: 2;
}
.wiz-steps .st::after { content: ""; position: absolute; top: 13px; left: -50%; width: 100%; height: 2px; background: #e6edf5; z-index: 1; }
.wiz-steps .st:first-child::after { display: none; }
.wiz-steps .st.done::before { background: var(--ok); color: #fff; content: "✓"; }
.wiz-steps .st.done::after { background: var(--ok); }
.wiz-steps .st.active::before { background: var(--amber); color: var(--navy); }
.wiz-steps .st.active { color: var(--ink); }

.wiz-card { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:30px 30px 26px; box-shadow:var(--shadow); }
.wiz-card h1 { font-size:1.55rem; margin-bottom:.2rem; }
.wiz-card .sub { color:var(--muted); margin-bottom:24px; }
.wiz-actions { display:flex; justify-content:space-between; align-items:center; margin-top:26px; gap:12px; }
.wiz-actions .spacer { flex:1; }

.quote-box { background:linear-gradient(120deg,#f3f8ff,#eef4fb); border:1px solid #d7e5f5; border-radius:12px; padding:22px 24px; margin:8px 0 4px; }
.quote-box .fee { font-family:var(--ff-head); font-size:2.2rem; font-weight:800; color:var(--navy); line-height:1; }
.quote-box .lbl { color:var(--steel-2); font-weight:600; font-size:.9rem; }
.quote-box .bracket { display:inline-block; background:var(--navy); color:#fff; border-radius:999px; padding:3px 12px; font-size:.8rem; font-weight:600; margin-top:8px; }

.review-list { list-style:none; margin:0; padding:0; border:1px solid var(--line); border-radius:10px; overflow:hidden; }
.review-list li { display:flex; justify-content:space-between; gap:16px; padding:13px 18px; border-bottom:1px solid var(--line); font-size:.96rem; }
.review-list li:last-child { border-bottom:0; }
.review-list li .k { color:var(--muted); }
.review-list li .v { color:var(--ink); font-weight:600; text-align:right; }
.review-list li.total { background:#f6f8fb; }
.review-list li.total .v { color:var(--navy); font-size:1.15rem; }

.pick-list { display:grid; gap:10px; margin-bottom:20px; }
.pick { display:flex; gap:12px; align-items:flex-start; border:1px solid var(--line); border-radius:10px; padding:14px 16px; cursor:pointer; transition:border-color .15s, background .15s; }
.pick:hover { border-color:#c9d8ea; }
.pick input { margin-top:3px; }
.pick .nm { font-weight:600; color:var(--ink); }
.pick .meta { color:var(--muted); font-size:.85rem; }

.success-hero { text-align:center; padding:14px 0 6px; }
.success-hero .check { width:66px; height:66px; border-radius:50%; background:var(--ok); color:#fff; display:grid; place-items:center; font-size:2rem; margin:0 auto 16px; }
.conf-num { font-family:var(--ff-head); font-size:1.3rem; font-weight:800; color:var(--navy); letter-spacing:.02em; background:#f6f8fb; border:1px dashed #c9d8ea; border-radius:10px; padding:12px 18px; display:inline-block; margin:6px 0 4px; }

.status-badge { display:inline-block; border-radius:999px; padding:3px 11px; font-size:.76rem; font-weight:700; text-transform:capitalize; }
.status-badge.active,.status-badge.paid { background:#eefaf1; color:#1f7a44; }
.status-badge.draft { background:#fff5e6; color:#a86a00; }
.status-badge.pending_payment { background:#fff5e6; color:#a86a00; }
.status-badge.expired,.status-badge.cancelled,.status-badge.refunded { background:#fdeeee; color:#a12626; }

.reg-table { width:100%; border-collapse:collapse; background:#fff; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); }
.reg-table th,.reg-table td { text-align:left; padding:13px 16px; border-bottom:1px solid var(--line); font-size:.92rem; }
.reg-table th { background:#f6f8fb; font-family:var(--ff-head); color:var(--steel); font-weight:600; font-size:.8rem; text-transform:uppercase; letter-spacing:.03em; }
.reg-table tr:last-child td { border-bottom:0; }

/* Duplicate-filing warning */
.form-warn { background:#fff8e6; border:1px solid #f2d98a; color:#8a6300; border-radius:10px; padding:14px 16px; margin-bottom:18px; font-size:.92rem; }
.form-warn strong { color:#7a5600; }
/* Google / external sign-in */
.btn-google { width:100%; justify-content:center; background:#fff; color:#3c4043; border:1px solid #dadce0; font-weight:600; }
.btn-google:hover { background:#f8f9fa; border-color:#c9ccd1; }
.btn-google svg { width:18px; height:18px; }
.auth-divider { display:flex; align-items:center; gap:12px; margin:20px 0; color:var(--muted); font-size:.82rem; }
.auth-divider::before, .auth-divider::after { content:""; flex:1; height:1px; background:var(--line); }

/* Payment method selector */
.pay-methods { display:grid; gap:10px; margin:8px 0 18px; }
.pay-method { display:flex; align-items:center; gap:12px; border:1px solid var(--line); border-radius:10px; padding:14px 16px; cursor:pointer; transition:border-color .15s, box-shadow .15s; }
.pay-method:hover { border-color:#c9d8ea; }
.pay-method.selected { border-color:var(--amber); box-shadow:0 0 0 2px rgba(245,166,35,.18); }
.pay-method input { margin:0; }
.pay-method .nm { font-weight:600; color:var(--ink); display:block; }
.pay-method .meta { color:var(--muted); font-size:.84rem; }
.pay-method > span:nth-child(2) { flex:1; }
.pay-method .pm-amt { font-family:var(--ff-head); font-weight:800; color:var(--navy); }

/* Sitewide disclaimer band in footer */
.footer-disclaimer { border-top: 1px solid rgba(255,255,255,.1); margin-top: 28px; padding-top: 18px; font-size: .82rem; color: #97a9c2; line-height: 1.6; }
.footer-disclaimer strong { color: #d7e2f0; }
.footer-disclaimer a { color: var(--amber); display: inline; padding: 0; }
.footer-disclaimer a:hover { text-decoration: underline; }

/* Homepage disclaimer callout */
.disclaimer-callout { background: #fff8ec; border: 1px solid #f4dca0; border-radius: 10px; padding: 16px 20px; font-size: .9rem; color: #7a5600; }
.disclaimer-callout strong { color: #6b4a00; }
.disclaimer-callout a { color: var(--amber-dk); font-weight: 600; }

/* Contact page */
.contact-block { display:flex; gap:14px; align-items:flex-start; padding:16px 0; border-bottom:1px solid var(--line); }
.contact-block:last-child { border-bottom:0; }
.contact-block .ci { font-size:1.3rem; width:44px; height:44px; flex:0 0 44px; display:grid; place-items:center; background:#eef4fb; border-radius:10px; }
.contact-block h4 { margin:0 0 2px; font-size:.95rem; color:var(--ink); }
.contact-block p { margin:0; color:var(--body); }
.contact-block a { color:var(--steel-2); }
.footer-contact { color:#8fa3be; font-size:.86rem; line-height:1.6; margin-top:10px; }
.footer-contact a { color:#aebfd4; display:inline; padding:0; }

/* ---------- UCR chat assistant ---------- */
#ucr-chat { position: fixed; right: 20px; bottom: 20px; z-index: 200; font-family: var(--ff-body); }
#ucr-chat-toggle { display: inline-flex; align-items: center; gap: 8px; background: var(--amber); color: var(--navy); border: 0; border-radius: 999px; padding: 12px 18px; font-family: var(--ff-head); font-weight: 700; font-size: .95rem; cursor: pointer; box-shadow: 0 8px 24px rgba(15,36,64,.22); transition: transform .12s; }
#ucr-chat-toggle:hover { transform: translateY(-2px); }
#ucr-chat-toggle .cc-icon { font-size: 1.15rem; }
#ucr-chat-toggle.open .cc-label { display: none; }

#ucr-chat-panel { position: absolute; right: 0; bottom: 60px; width: 360px; max-width: calc(100vw - 40px); height: 520px; max-height: calc(100vh - 120px); background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; overflow: hidden; }
/* the [hidden] attribute must win over the ID rule above, or close won't hide the panel */
#ucr-chat-panel[hidden] { display: none; }
.ucr-chat-head { background: linear-gradient(120deg, var(--steel), var(--navy)); color: #fff; padding: 14px 16px; display: flex; justify-content: space-between; align-items: center; }
.ucr-chat-head small { color: #c4d3e8; }
.ucr-chat-head button { background: transparent; border: 0; color: #fff; font-size: 1rem; cursor: pointer; opacity: .85; }
.ucr-chat-head button:hover { opacity: 1; }
.ucr-chat-log { flex: 1; overflow-y: auto; padding: 16px; background: var(--bg); display: flex; flex-direction: column; gap: 10px; }
.ucr-msg { display: flex; }
.ucr-msg .bubble { max-width: 84%; padding: 10px 13px; border-radius: 14px; font-size: .92rem; line-height: 1.5; }
.ucr-msg.bot .bubble { background: #fff; border: 1px solid var(--line); color: var(--ink); border-top-left-radius: 4px; }
.ucr-msg.user { justify-content: flex-end; }
.ucr-msg.user .bubble { background: var(--steel-2); color: #fff; border-top-right-radius: 4px; }
.ucr-msg.typing .bubble { color: var(--muted); letter-spacing: 2px; }
.ucr-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.ucr-chip { background: #fff; border: 1px solid #c9d8ea; color: var(--steel-2); border-radius: 999px; padding: 6px 12px; font-size: .82rem; cursor: pointer; text-align: left; }
.ucr-chip:hover { border-color: var(--amber); color: var(--amber-dk); }
.ucr-chat-form { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--line); background: #fff; }
.ucr-chat-form input { flex: 1; border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; font: inherit; font-size: .92rem; }
.ucr-chat-form input:focus { outline: 2px solid var(--amber); border-color: var(--amber); }
.ucr-chat-form button { background: var(--amber); color: var(--navy); border: 0; border-radius: 10px; width: 42px; font-size: 1rem; cursor: pointer; }
.ucr-chat-foot { text-align: center; font-size: .72rem; color: var(--muted); padding: 8px; background: #fff; border-top: 1px solid var(--line); }
.ucr-chat-foot a { color: var(--steel-2); }
@media (max-width: 460px) { #ucr-chat-toggle .cc-label { display: none; } }

/* Hero support-both note */
.hero-note { color:#c4d3e8; font-size:.98rem; max-width:60ch; margin:-6px 0 22px; padding:12px 16px; background:rgba(245,166,35,.12); border:1px solid rgba(245,166,35,.35); border-radius:10px; }
.hero-note strong { color:#fff; }
