/* =========================================================
   FINANCIAL CMS — Master Stylesheet
   Aesthetic: Luxury / Refined Financial — Navy + Gold
   ========================================================= */

/* ── Variables ──────────────────────────────────────────── */
:root {
  --navy:      #0a1628;
  --navy2:     #122040;
  --navy3:     #1a3a6b;
  --gold:      #c9a227;
  --gold2:     #e8bf4f;
  --gold-lt:   #f5e8b8;
  --cream:     #fdfaf3;
  --white:     #ffffff;
  --text:      #2c3e50;
  --muted:     #7f8c9a;
  --border:    #e8ecf0;
  --bg:        #f6f8fa;
  --success:   #27ae60;
  --danger:    #e74c3c;
  --info:      #3498db;
  --warn:      #f39c12;
  --radius:    8px;
  --shadow:    0 4px 24px rgba(10,22,40,.08);
  --shadow-lg: 0 12px 48px rgba(10,22,40,.14);
  --font-body: 'DM Sans', sans-serif;
  --font-disp: 'Cormorant Garamond', serif;
  --trans:     .22s ease;
}

/* ── Reset ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text); background: var(--white); line-height: 1.6; }
img  { max-width: 100%; display: block; }
a    { color: var(--navy3); text-decoration: none; transition: color var(--trans); }
a:hover { color: var(--gold); }
button { cursor: pointer; font-family: var(--font-body); }
ul { list-style: none; }

/* ── Container ──────────────────────────────────────────── */
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ── Topbar ─────────────────────────────────────────────── */
.topbar { background: var(--navy); padding: 8px 0; font-size: 12.5px; }
.topbar-inner { display: flex; align-items: center; gap: 24px; color: #8fa4c0; }
.topbar-inner span { display: flex; align-items: center; gap: 6px; }
.topbar-link { margin-left: auto; color: var(--gold); font-weight: 600; letter-spacing: .5px; }
.topbar-link:hover { color: var(--gold2); }

/* ── Header / Nav ───────────────────────────────────────── */
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 2px 12px rgba(10,22,40,.06);
}
.nav-inner { display: flex; align-items: center; padding: 14px 24px; gap: 40px; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-mark { font-size: 28px; color: var(--gold); line-height: 1; }
.logo-name { font-family: var(--font-disp); font-size: 22px; font-weight: 700; color: var(--navy); display: block; }
.logo-tag  { font-size: 11px; color: var(--muted); letter-spacing: .5px; display: block; }
.nav-links { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.nav-links a { font-size: 13.5px; font-weight: 500; color: var(--text); letter-spacing: .3px; padding: 4px 0; border-bottom: 2px solid transparent; transition: all var(--trans); }
.nav-links a:hover, .nav-links a.active { color: var(--navy); border-bottom-color: var(--gold); }
.nav-toggle { display: none; background: none; border: none; font-size: 22px; color: var(--navy); }

/* ── Hero ───────────────────────────────────────────────── */
.hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy3) 60%, #1e4a8a 100%);
  color: var(--white); padding: 90px 0 80px; overflow: hidden; position: relative;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a227' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-inner { display: grid; grid-template-columns: 1fr 380px; gap: 60px; align-items: center; position: relative; }
.hero-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 2.5px; color: var(--gold); text-transform: uppercase; margin-bottom: 16px; }
.hero h1 { font-family: var(--font-disp); font-size: 58px; font-weight: 700; line-height: 1.08; margin-bottom: 20px; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero p { font-size: 17px; color: #a8c0d8; max-width: 500px; margin-bottom: 36px; line-height: 1.7; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
  border-radius: 16px; padding: 36px;
}
.hero-card h3 { font-family: var(--font-disp); font-size: 20px; color: var(--gold); margin-bottom: 20px; }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.stat { text-align: center; }
.stat strong { display: block; font-family: var(--font-disp); font-size: 34px; color: var(--white); line-height: 1; }
.stat span   { font-size: 12px; color: #8fa4c0; margin-top: 4px; display: block; }

/* ── Buttons ─────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: var(--radius); font-size: 14px; font-weight: 600; border: 2px solid transparent; transition: all var(--trans); letter-spacing: .3px; text-decoration: none; }
.btn-gold  { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.btn-gold:hover  { background: var(--gold2); border-color: var(--gold2); color: var(--navy); }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,.4); }
.btn-outline:hover { border-color: var(--white); color: var(--white); background: rgba(255,255,255,.1); }
.btn-navy  { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-navy:hover  { background: var(--navy2); border-color: var(--navy2); color: var(--white); }
.btn-sm    { padding: 8px 18px; font-size: 13px; }
.btn-danger { background: var(--danger); color: #fff; border-color: var(--danger); }
.btn-success { background: var(--success); color: #fff; border-color: var(--success); }

/* ── Section Layout ─────────────────────────────────────── */
.section { padding: 80px 0; }
.section-alt { background: var(--bg); }
.section-header { text-align: center; margin-bottom: 56px; }
.section-header .eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.section-header h2 { font-family: var(--font-disp); font-size: 42px; font-weight: 700; color: var(--navy); line-height: 1.15; }
.section-header p  { font-size: 16px; color: var(--muted); max-width: 560px; margin: 14px auto 0; }

/* ── Service Cards ──────────────────────────────────────── */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px; padding: 32px 28px;
  transition: all var(--trans); position: relative; overflow: hidden;
}
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold2)); transform: scaleX(0); transform-origin: left; transition: transform var(--trans); }
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: transparent; }
.card-icon { width: 52px; height: 52px; background: var(--gold-lt); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 20px; }
.service-card h3 { font-family: var(--font-disp); font-size: 20px; color: var(--navy); margin-bottom: 10px; }
.service-card p  { font-size: 14px; color: var(--muted); line-height: 1.65; margin-bottom: 20px; }
.card-price { font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.card-price strong { font-size: 22px; color: var(--navy); font-family: var(--font-disp); }
.card-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid var(--border); }
.card-cat { font-size: 11px; font-weight: 600; color: var(--gold); letter-spacing: 1px; text-transform: uppercase; }

/* ── Features List ──────────────────────────────────────── */
.feature-list { list-style: none; padding: 0; }
.feature-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; margin-bottom: 10px; color: var(--text); }
.feature-list li::before { content: '✓'; color: var(--gold); font-weight: 800; flex-shrink: 0; margin-top: 1px; }

/* ── Page Hero (inner pages) ────────────────────────────── */
.page-hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy3) 100%); padding: 52px 0; color: var(--white); }
.page-hero h1 { font-family: var(--font-disp); font-size: 42px; color: var(--white); margin-bottom: 8px; }
.page-hero p  { color: #8fa4c0; font-size: 15px; }
.breadcrumb   { font-size: 13px; color: #8fa4c0; margin-bottom: 12px; }
.breadcrumb a { color: var(--gold); }

/* ── Forms ──────────────────────────────────────────────── */
.form-wrap { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 40px; box-shadow: var(--shadow); }
.form-title { font-family: var(--font-disp); font-size: 26px; color: var(--navy); margin-bottom: 6px; }
.form-sub   { color: var(--muted); font-size: 14px; margin-bottom: 28px; }
.form-row   { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 7px; letter-spacing: .2px; }
.form-control { width: 100%; padding: 11px 14px; border: 1.5px solid var(--border); border-radius: var(--radius); font-family: var(--font-body); font-size: 14px; color: var(--text); background: var(--white); transition: border-color var(--trans); outline: none; }
.form-control:focus { border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-lt); }
select.form-control { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237f8c9a' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
textarea.form-control { resize: vertical; min-height: 120px; }
.form-hint { font-size: 12px; color: var(--muted); margin-top: 5px; }

/* ── Alerts ─────────────────────────────────────────────── */
.alert { padding: 14px 18px; border-radius: var(--radius); font-size: 14px; margin-bottom: 20px; border-left: 4px solid; }
.alert-success { background: #e8f8f0; border-color: var(--success); color: #1a6e3f; }
.alert-error   { background: #fdf0ef; border-color: var(--danger);  color: #922b21; }
.alert-info    { background: #eaf4fd; border-color: var(--info);    color: #1a5276; }
.alert-warning { background: #fef9e7; border-color: var(--warn);    color: #7d6608; }

/* ── Badges ─────────────────────────────────────────────── */
.badge { display: inline-block; padding: 3px 10px; border-radius: 20px; font-size: 11.5px; font-weight: 600; letter-spacing: .3px; }
.badge-featured { background: var(--gold-lt); color: #8a6a05; border: 1px solid #deba4a; }

/* ── Tables ─────────────────────────────────────────────── */
.table-wrap { overflow-x: auto; background: var(--white); border-radius: 12px; border: 1px solid var(--border); }
table.data-table { width: 100%; border-collapse: collapse; font-size: 14px; }
table.data-table thead { background: var(--navy); color: var(--white); }
table.data-table thead th { padding: 13px 16px; text-align: left; font-size: 12px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; color: #a8c0d8; }
table.data-table tbody tr { border-bottom: 1px solid var(--border); transition: background var(--trans); }
table.data-table tbody tr:hover { background: #fafbfc; }
table.data-table tbody td { padding: 12px 16px; vertical-align: middle; color: var(--text); }
table.data-table tbody tr:last-child { border-bottom: none; }

/* ── Service Detail ─────────────────────────────────────── */
.service-detail-layout { display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: start; padding: 64px 0; }
.service-body h2 { font-family: var(--font-disp); font-size: 32px; color: var(--navy); margin-bottom: 16px; }
.service-body p  { font-size: 15px; color: var(--text); line-height: 1.75; margin-bottom: 16px; }
.service-sidebar { position: sticky; top: 90px; }
.sidebar-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 28px; box-shadow: var(--shadow); }
.sidebar-card h3 { font-family: var(--font-disp); font-size: 22px; color: var(--navy); margin-bottom: 6px; }
.price-display { margin: 16px 0; padding: 14px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.price-label { font-size: 12px; color: var(--muted); }
.price-amount { font-family: var(--font-disp); font-size: 38px; color: var(--gold); font-weight: 700; line-height: 1; }

/* ── Track Quote Page ───────────────────────────────────── */
.track-layout { display: grid; grid-template-columns: 480px 1fr; gap: 48px; align-items: start; padding: 64px 0; }
.track-form { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 36px; box-shadow: var(--shadow); }
.quote-preview { background: var(--white); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); }
.quote-preview-hdr { background: var(--navy); color: var(--white); padding: 28px 32px; }
.quote-preview-hdr h2 { font-family: var(--font-disp); font-size: 26px; color: var(--gold); }
.quote-preview-body { padding: 32px; }
.quote-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
.quote-meta-item label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 3px; }
.quote-meta-item strong { font-size: 14px; color: var(--navy); }
.quote-totals { background: var(--bg); border-radius: var(--radius); padding: 20px; margin-top: 20px; }
.quote-total-row { display: flex; justify-content: space-between; font-size: 14px; padding: 5px 0; }
.quote-total-row.grand { font-weight: 700; font-size: 18px; color: var(--navy); border-top: 2px solid var(--border); padding-top: 12px; margin-top: 8px; }

/* ── CTA Banner ─────────────────────────────────────────── */
.cta-section { background: linear-gradient(135deg, var(--navy) 0%, var(--navy3) 100%); padding: 72px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.cta-text h2 { font-family: var(--font-disp); font-size: 38px; color: var(--white); margin-bottom: 10px; }
.cta-text p  { color: #8fa4c0; font-size: 16px; }

/* ── Footer ─────────────────────────────────────────────── */
.site-footer { background: var(--navy); color: #a0b4cc; padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; padding-bottom: 48px; }
.footer-brand .logo-name { color: var(--white); }
.footer-brand p { font-size: 14px; color: #6a849c; margin-top: 14px; line-height: 1.6; }
.footer-col h4 { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer-col a  { display: block; font-size: 13.5px; color: #7a94ae; margin-bottom: 10px; transition: color var(--trans); }
.footer-col a:hover { color: var(--gold); }
.footer-col p  { font-size: 13.5px; color: #7a94ae; margin-bottom: 8px; }
.footer-bar { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; font-size: 13px; color: #4a6478; }

/* ── Process Steps ──────────────────────────────────────── */
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; counter-reset: step; }
.process-step { text-align: center; padding: 32px 20px; }
.step-num { width: 52px; height: 52px; border-radius: 50%; background: var(--gold); color: var(--navy); font-family: var(--font-disp); font-size: 22px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.process-step h3 { font-family: var(--font-disp); font-size: 18px; color: var(--navy); margin-bottom: 8px; }
.process-step p  { font-size: 13.5px; color: var(--muted); line-height: 1.6; }

/* ── Admin Layout ───────────────────────────────────────── */
.admin-body { background: var(--bg); min-height: 100vh; }
.admin-header { background: var(--navy); padding: 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(0,0,0,.3); }
.admin-header-inner { display: flex; align-items: center; padding: 0 24px; height: 64px; gap: 24px; }
.admin-logo { font-family: var(--font-disp); font-size: 20px; color: var(--gold); font-weight: 700; display: flex; align-items: center; gap: 10px; }
.admin-logo .logo-mark { font-size: 22px; }
.admin-nav { display: flex; gap: 4px; margin-left: auto; }
.admin-nav a { color: #8fa4c0; padding: 8px 14px; border-radius: 6px; font-size: 13px; font-weight: 500; transition: all var(--trans); display: flex; align-items: center; gap: 7px; }
.admin-nav a:hover, .admin-nav a.active { background: rgba(255,255,255,.1); color: var(--white); }
.admin-nav a.active { color: var(--gold); }
.admin-nav a.logout-btn { color: #e87070; }

.admin-main { display: flex; min-height: calc(100vh - 64px); }
.admin-sidebar { width: 230px; background: var(--white); border-right: 1px solid var(--border); flex-shrink: 0; padding: 24px 0; }
.admin-sidebar-link { display: flex; align-items: center; gap: 10px; padding: 11px 22px; font-size: 13.5px; font-weight: 500; color: var(--text); transition: all var(--trans); border-right: 3px solid transparent; }
.admin-sidebar-link:hover { background: var(--bg); color: var(--navy); }
.admin-sidebar-link.active { background: var(--gold-lt); color: var(--navy); border-right-color: var(--gold); font-weight: 600; }
.admin-sidebar-link .icon { font-size: 16px; width: 20px; text-align: center; }
.sidebar-section { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); padding: 20px 22px 8px; }

.admin-content { flex: 1; padding: 32px; overflow-auto; }
.admin-content-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.admin-content-header h1 { font-family: var(--font-disp); font-size: 30px; color: var(--navy); }
.admin-content-header p  { color: var(--muted); font-size: 14px; margin-top: 2px; }

/* ── Dashboard Stats ────────────────────────────────────── */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 32px; }
.stat-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 24px; display: flex; align-items: center; gap: 18px; transition: box-shadow var(--trans); }
.stat-card:hover { box-shadow: var(--shadow); }
.stat-icon { width: 52px; height: 52px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.stat-info label { font-size: 12px; color: var(--muted); font-weight: 500; text-transform: uppercase; letter-spacing: .5px; }
.stat-info strong { display: block; font-family: var(--font-disp); font-size: 30px; color: var(--navy); line-height: 1; margin-top: 4px; }

/* ── Quote Builder ──────────────────────────────────────── */
.quote-builder { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 32px; }
.quote-builder h3 { font-family: var(--font-disp); font-size: 22px; color: var(--navy); margin-bottom: 20px; }
.line-items-wrap { margin-bottom: 20px; }
.line-item-row { display: grid; grid-template-columns: 1fr 80px 120px 32px; gap: 10px; align-items: center; margin-bottom: 10px; }
.line-item-row.header { font-size: 12px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .5px; }
.line-item-row input { width: 100%; padding: 9px 12px; border: 1.5px solid var(--border); border-radius: 6px; font-size: 13.5px; font-family: var(--font-body); color: var(--text); outline: none; transition: border-color var(--trans); }
.line-item-row input:focus { border-color: var(--gold); }
.remove-line { background: #fdf0ef; border: none; color: var(--danger); width: 32px; height: 32px; border-radius: 6px; font-size: 16px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all var(--trans); }
.remove-line:hover { background: var(--danger); color: var(--white); }
.totals-panel { background: var(--bg); border-radius: var(--radius); padding: 20px 24px; }
.total-line { display: flex; justify-content: space-between; font-size: 14px; padding: 5px 0; color: var(--text); }
.total-line.grand { font-size: 20px; font-weight: 700; color: var(--navy); border-top: 2px solid var(--border); padding-top: 12px; margin-top: 8px; }
.total-line.grand span:last-child { color: var(--gold); }

/* ── Utilities ──────────────────────────────────────────── */
.text-center { text-align: center; }
.mt-1 { margin-top: 8px; }  .mt-2 { margin-top: 16px; } .mt-3 { margin-top: 24px; } .mt-4 { margin-top: 32px; }
.mb-1 { margin-bottom: 8px; } .mb-2 { margin-bottom: 16px; } .mb-3 { margin-bottom: 24px; }
.d-flex { display: flex; } .align-center { align-items: center; } .gap-2 { gap: 16px; }
.text-muted { color: var(--muted); font-size: 13px; }
.text-gold  { color: var(--gold); }
.text-navy  { color: var(--navy); }
.fw-600 { font-weight: 600; }
.empty-state { text-align: center; padding: 60px 20px; color: var(--muted); }
.empty-state .icon { font-size: 48px; margin-bottom: 16px; opacity: .5; }
.empty-state h3 { font-family: var(--font-disp); font-size: 22px; color: var(--navy); margin-bottom: 8px; }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid    { grid-template-columns: repeat(2, 1fr); }
  .footer-grid   { grid-template-columns: 1fr 1fr; }
  .hero-inner    { grid-template-columns: 1fr; }
  .hero-card     { display: none; }
  .service-detail-layout { grid-template-columns: 1fr; }
  .service-sidebar { position: static; }
  .track-layout { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .services-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); padding: 20px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
  .nav-inner { position: relative; flex-wrap: wrap; }
  .hero h1  { font-size: 38px; }
  .form-row { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .admin-main { flex-direction: column; }
  .admin-sidebar { width: 100%; border-right: none; border-bottom: 1px solid var(--border); }
  .line-item-row { grid-template-columns: 1fr; }
  .quote-meta { grid-template-columns: 1fr; }
}

/* ── Animations ─────────────────────────────────────────── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.fade-up { animation: fadeUp .5s ease both; }
.fade-up-1 { animation-delay: .1s; }
.fade-up-2 { animation-delay: .2s; }
.fade-up-3 { animation-delay: .3s; }
.fade-up-4 { animation-delay: .4s; }

/* ── Login Page ─────────────────────────────────────────── */
.login-page { min-height: 100vh; background: linear-gradient(135deg, var(--navy) 0%, var(--navy3) 100%); display: flex; align-items: center; justify-content: center; padding: 20px; }
.login-card { background: var(--white); border-radius: 16px; padding: 48px; width: 100%; max-width: 420px; box-shadow: 0 20px 60px rgba(0,0,0,.3); }
.login-logo { text-align: center; margin-bottom: 32px; }
.login-logo .logo-mark { font-size: 40px; color: var(--gold); }
.login-logo h1 { font-family: var(--font-disp); font-size: 26px; color: var(--navy); margin-top: 8px; }
.login-logo p  { color: var(--muted); font-size: 14px; }
