/* Roofing Damage Consultants — douglas-sinclair.com
   Data-driven claim-engineering brand system. */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:   #0A1A2F;
  --navy-2: #11243d;
  --navy-3: #16304d;
  --gray:   #6E7A89;
  --gray-l: #9aa6b4;
  --gold:   #D4A017;
  --gold-d: #b8860b;
  --white:  #ffffff;
  --paper:  #f5f7fa;
  --paper-2:#eaeef3;
  --ink:    #0A1A2F;
  --ok:     #2fae6a;
  --warn:   #e0a106;
  --head: 'Montserrat', system-ui, sans-serif;
  --body: 'Inter', system-ui, sans-serif;
  --mono: 'Roboto Mono', ui-monospace, monospace;
  --shadow: 0 18px 50px rgba(10,26,47,.16);
}

html { scroll-behavior: smooth; }
body { font-family: var(--body); color: var(--ink); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: var(--gold-d); text-decoration: none; }
img { max-width: 100%; display: block; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 1.25rem; }
.section { padding: 4.5rem 0; }
.section-alt { background: var(--paper); }
.section-dark { background: var(--navy); color: #fff; }
.tm { font-family: var(--mono); color: var(--gold-d); font-weight: 600; font-size: .94em; }
.section-dark .tm { color: var(--gold); }

/* Top bar */
.topbar { background: var(--navy); color: #cdd6e0; font-size: .82rem; border-bottom: 1px solid rgba(255,255,255,.06); }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .5rem 1.25rem; }
.topbar-msg { font-family: var(--mono); letter-spacing: .01em; }
.topbar-phone { color: var(--gold); font-weight: 600; white-space: nowrap; }

/* Nav */
.nav { background: var(--navy-2); position: sticky; top: 0; z-index: 60; box-shadow: 0 2px 16px rgba(0,0,0,.3); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: .65rem 1.25rem; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .65rem; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-family: var(--head); color: #fff; font-size: 1.02rem; font-weight: 800; letter-spacing: .01em; }
.brand-text em { font-style: normal; color: var(--gray-l); font-size: .64rem; text-transform: uppercase; letter-spacing: .14em; font-family: var(--mono); }
.nav-links { display: flex; align-items: center; gap: 1.25rem; }
.nav-links a { color: #c6d0db; font-size: .86rem; font-weight: 500; }
.nav-links a:hover { color: #fff; }
.nav-cta { background: var(--gold); color: var(--navy) !important; padding: .5rem .95rem; border-radius: 7px; font-weight: 700 !important; }
.nav-cta:hover { background: #e6b52a; }
.nav-toggle { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; }

/* Hero */
.hero { background:
  radial-gradient(1200px 500px at 80% -10%, rgba(212,160,23,.18), transparent 60%),
  linear-gradient(160deg, var(--navy) 0%, #0c2138 60%, #0a1a2f 100%);
  background-color: var(--navy); color: #fff; padding: 3.5rem 0 0; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; align-items: center; padding-bottom: 3.5rem; }
.hero-eyebrow { font-family: var(--mono); color: var(--gold); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1.1rem; }
.hero h1 { font-family: var(--head); font-weight: 900; font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.05; letter-spacing: -.01em; }
.hero h1 .solved { color: var(--gold); }
.hero-sub { font-size: 1.15rem; color: #d4dde7; margin: 1.4rem 0 1.8rem; max-width: 540px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.hero-tagline { margin-top: 1.8rem; font-style: italic; color: var(--gray-l); font-size: 1rem; border-left: 3px solid var(--gold); padding-left: .9rem; }

/* Dashboard card */
.dash { background: linear-gradient(180deg, #102742, #0c1f36); border: 1px solid rgba(212,160,23,.25); border-radius: 16px; box-shadow: var(--shadow); overflow: hidden; }
.dash-head { display: flex; align-items: center; gap: .5rem; font-family: var(--mono); font-size: .72rem; letter-spacing: .1em; color: #aeb9c6; padding: .8rem 1rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.dash-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.dash-live { margin-left: auto; color: var(--ok); font-size: .66rem; }
.dash-body { display: flex; gap: 1.1rem; padding: 1.25rem 1rem; align-items: center; }
.gauge { position: relative; flex-shrink: 0; width: 128px; height: 128px; }
.gauge-num { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--head); font-weight: 800; font-size: 2rem; color: #fff; }
.gauge-num span { font-size: 1rem; color: var(--gold); margin-left: 1px; }
.dash-meta { flex: 1; }
.dash-score { font-family: var(--mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--gray-l); margin-bottom: .5rem; }
.dash-line { display: flex; justify-content: space-between; font-size: .82rem; padding: .28rem 0; border-bottom: 1px dashed rgba(255,255,255,.1); color: #cdd6e0; }
.dash-line b { font-family: var(--mono); color: #fff; }
.dash-line b.ok { color: var(--ok); } .dash-line b.warn { color: var(--gold); }
.dash-foot { font-size: .66rem; color: #6b7a8c; padding: .6rem 1rem; border-top: 1px solid rgba(255,255,255,.08); font-family: var(--mono); }

/* Trust bar */
.trustbar { background: rgba(0,0,0,.25); border-top: 1px solid rgba(255,255,255,.07); }
.trust-items { display: flex; flex-wrap: wrap; gap: 1.25rem 2rem; justify-content: center; padding: .9rem 1.25rem; }
.trust-items span { font-family: var(--mono); font-size: .8rem; color: #d4dde7; letter-spacing: .02em; }
.trust-items span:first-child { color: var(--gold); }

/* Headings */
.heading { text-align: center; max-width: 760px; margin: 0 auto 2.75rem; }
.kicker { display: inline-block; font-family: var(--mono); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-d); margin-bottom: .7rem; }
.section-dark .kicker, .cta-section .kicker { color: var(--gold); }
.heading h2 { font-family: var(--head); font-weight: 800; font-size: clamp(1.7rem, 3.4vw, 2.5rem); line-height: 1.12; color: var(--navy); }
.heading-light h2 { color: #fff; }
.heading p { margin-top: .85rem; color: var(--gray); font-size: 1.06rem; }
.heading-light p { color: #c1ccd8; }

/* Mini stats */
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 1.5rem; }
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 1.5rem; }
.grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 1.25rem; }
.mini { background: var(--paper); border: 1px solid var(--paper-2); border-left: 4px solid var(--gold); border-radius: 12px; padding: 1.6rem; }
.mini-stat { font-family: var(--head); font-weight: 900; font-size: 2.4rem; color: var(--navy); line-height: 1; }
.mini p { margin-top: .6rem; color: var(--gray); font-size: .95rem; }

/* Split layout */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.feature-list { list-style: none; }
.feature-list li { padding: .8rem 0 .8rem 1.9rem; border-bottom: 1px solid rgba(255,255,255,.1); position: relative; color: #d4dde7; font-size: .98rem; }
.feature-list li::before { content: "▸"; color: var(--gold); position: absolute; left: 0; font-size: 1.1rem; }
.feature-list strong { color: #fff; }

/* Map card */
.mapcard { background: #0d2036; border: 1px solid rgba(212,160,23,.25); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.map-head { font-family: var(--mono); font-size: .74rem; letter-spacing: .08em; color: #aeb9c6; padding: .8rem 1rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.map-svg { width: 100%; height: auto; display: block; }
.map-cta { display: block; text-align: center; background: var(--gold); color: var(--navy); font-weight: 700; padding: .75rem; font-family: var(--head); }
.map-cta:hover { background: #e6b52a; }

/* Chart card */
.chartcard { background: var(--white); border: 1px solid var(--paper-2); border-radius: 14px; padding: 1.6rem; box-shadow: var(--shadow); }
.chart-head { font-family: var(--head); font-weight: 700; color: var(--navy); margin-bottom: 1.1rem; font-size: 1.02rem; }
.bars { display: flex; flex-direction: column; gap: .85rem; }
.bar { display: grid; grid-template-columns: 1fr; gap: .25rem; }
.bar-label { font-size: .82rem; color: var(--gray); display: flex; justify-content: space-between; }
.bar { grid-template-columns: 150px 1fr 42px; align-items: center; gap: .6rem; }
.bar-label { display: block; }
.bar-track { background: var(--paper-2); border-radius: 6px; height: 12px; overflow: hidden; }
.bar-track i { display: block; height: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-d)); border-radius: 6px; }
.bar b { font-family: var(--mono); font-size: .82rem; color: var(--navy); text-align: right; }
.chart-foot { margin-top: 1rem; font-size: .72rem; color: var(--gray-l); font-family: var(--mono); }

/* Timeline */
.timeline { list-style: none; counter-reset: t; margin-bottom: 1.5rem; }
.timeline li { counter-increment: t; position: relative; padding: .65rem 0 .65rem 2.6rem; font-size: .98rem; color: var(--ink); }
.timeline li::before { content: counter(t); position: absolute; left: 0; top: .5rem; width: 28px; height: 28px; background: var(--navy); color: #fff; border-radius: 50%; font-family: var(--head); font-weight: 700; font-size: .85rem; display: flex; align-items: center; justify-content: center; }
.timeline li:not(:last-child)::after { content: ""; position: absolute; left: 13px; top: 2.3rem; bottom: -.4rem; width: 2px; background: var(--paper-2); }
.timeline b { color: var(--navy); }

/* Cards */
.card { background: #fff; border: 1px solid var(--paper-2); border-radius: 12px; padding: 1.6rem; transition: transform .15s, box-shadow .15s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card h3 { font-family: var(--head); font-weight: 700; color: var(--navy); margin-bottom: .5rem; font-size: 1.12rem; }
.card p { color: var(--gray); font-size: .94rem; }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px,1fr)); gap: 1.25rem; margin-top: 2rem; }
.gallery figure { border-radius: 12px; overflow: hidden; box-shadow: 0 6px 22px rgba(10,26,47,.1); background: #fff; }
.gallery img { width: 100%; height: 220px; object-fit: cover; }
.gallery figcaption { padding: .7rem .9rem; font-size: .85rem; font-weight: 600; color: var(--navy); }
.gallery .ph { display: flex; align-items: center; justify-content: center; min-height: 290px; background: repeating-linear-gradient(45deg,#eef2f6,#eef2f6 12px,#e7ecf2 12px,#e7ecf2 24px); border: 2px dashed #cdd6e0; }
.ph-inner { text-align: center; font-family: var(--head); font-weight: 700; color: var(--gray); }
.ph-inner span { display: block; font-family: var(--body); font-weight: 400; font-size: .82rem; margin-top: .3rem; }

/* Code cards */
.codecard { background: #fff; border: 1px solid var(--paper-2); border-top: 4px solid var(--navy); border-radius: 12px; padding: 1.7rem; }
.codecard h3 { font-family: var(--head); color: var(--navy); margin-bottom: 1rem; font-size: 1.12rem; }
.checklist { list-style: none; }
.checklist li { padding: .55rem 0 .55rem 1.8rem; position: relative; border-bottom: 1px solid var(--paper); font-size: .95rem; color: var(--ink); }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 800; }
.codecta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1.25rem; margin-top: 2.25rem; background: var(--paper); border-radius: 12px; padding: 1.5rem; }
.codecta span { font-family: var(--head); font-weight: 700; color: var(--navy); }

/* Evidence vault */
.vault { background: #102742; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 1.4rem; transition: border-color .15s, transform .15s; }
.vault:hover { border-color: var(--gold); transform: translateY(-3px); }
.vault-ic { font-size: 1.6rem; margin-bottom: .6rem; }
.vault h4 { font-family: var(--head); font-size: .98rem; color: #fff; margin-bottom: .3rem; }
.vault p { font-size: .82rem; color: var(--gray-l); }

/* About */
.about-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2.5rem; align-items: start; }
.about-grid p { color: var(--gray); margin-bottom: 1rem; }
.msg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; margin-top: 1.5rem; }
.msg { background: #fff; border-left: 3px solid var(--gold); border-radius: 8px; padding: .85rem 1rem; font-style: italic; color: var(--navy); font-size: .92rem; font-weight: 500; }
.about-card { background: var(--navy); color: #fff; border-radius: 16px; padding: 2rem; box-shadow: var(--shadow); }
.about-card h3 { font-family: var(--head); font-size: 1.25rem; margin-bottom: .6rem; }
.about-card p { color: #c1ccd8; font-size: .95rem; margin-bottom: 1.25rem; }
.gold-badge, .gold-badge { display: inline-block; background: var(--gold); color: var(--navy); font-family: var(--head); font-weight: 800; font-size: .78rem; padding: .35rem .85rem; border-radius: 100px; margin-bottom: 1rem; }
.parent-note { font-size: .74rem !important; color: var(--gray-l) !important; margin: 1rem 0 0 !important; text-align: center; font-family: var(--mono); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font-family: var(--head); font-weight: 700; font-size: .98rem; padding: .85rem 1.5rem; border-radius: 9px; border: none; cursor: pointer; transition: all .15s; text-align: center; }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: #e6b52a; transform: translateY(-1px); }
.btn-line { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.45); }
.btn-line:hover { background: rgba(255,255,255,.1); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--navy-3); }
.btn-full { width: 100%; }

/* CTA */
.cta-section { background: radial-gradient(900px 400px at 50% -20%, rgba(212,160,23,.2), transparent 60%), var(--navy); }
.contact-actions { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 1.5rem; max-width: 760px; margin: 0 auto; }
.contact-card { background: rgba(255,255,255,.06); border: 1.5px solid rgba(255,255,255,.18); border-radius: 14px; padding: 1.75rem; text-align: center; color: #fff; transition: all .15s; }
.contact-card:hover { background: rgba(255,255,255,.12); transform: translateY(-3px); }
.contact-card-gold { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.contact-card-gold:hover { background: #e6b52a; }
.contact-ic { font-size: 1.9rem; margin-bottom: .5rem; }
.contact-label { font-family: var(--mono); font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; opacity: .8; }
.contact-val { font-family: var(--head); font-size: 1.2rem; font-weight: 800; margin-top: .25rem; }
.contact-area { text-align: center; color: var(--gray-l); font-size: .9rem; margin-top: 1.75rem; font-family: var(--mono); }

/* Storm Archive */
.archive-year { font-family: var(--head); font-weight: 800; color: var(--gold-d); font-size: 1.05rem; letter-spacing: .03em; text-transform: uppercase; margin: 1.9rem 0 .9rem; padding-bottom: .4rem; border-bottom: 2px solid var(--paper-2); }
.archive-year:first-of-type { margin-top: 0; }
.storm-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; }
.storm-card { background: #fff; border: 1px solid var(--paper-2); border-radius: 12px; padding: 1.4rem; display: flex; flex-direction: column; transition: transform .15s, box-shadow .15s; }
.storm-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.storm-card.hot { border-left: 4px solid var(--gold); }
.storm-top { display: flex; justify-content: space-between; align-items: center; gap: .5rem; margin-bottom: .55rem; }
.storm-date { font-family: var(--mono); font-weight: 600; color: var(--navy); font-size: .92rem; }
.hail-badge { background: var(--navy); color: #fff; font-family: var(--head); font-weight: 700; font-size: .66rem; letter-spacing: .03em; text-transform: uppercase; padding: .22rem .6rem; border-radius: 100px; white-space: nowrap; }
.storm-card h3 { font-family: var(--head); color: var(--navy); font-size: 1.05rem; margin-bottom: .35rem; }
.storm-areas { color: var(--gray); font-size: .9rem; line-height: 1.55; flex: 1; margin-bottom: 1.1rem; }
.storm-cta { font-size: .85rem; padding: .6rem 1.1rem; align-self: flex-start; }

/* Lead form */
.contact-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 2rem; align-items: start; max-width: 1000px; margin: 0 auto; }
.lead-form { background: #fff; border-radius: 16px; padding: 1.85rem; box-shadow: var(--shadow); text-align: left; }
.lf-row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.lf-field { margin-bottom: .85rem; }
.lead-form label { display: block; font-size: .8rem; font-weight: 600; color: #33455c; margin-bottom: .3rem; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; padding: .62rem .72rem; border: 1.5px solid var(--paper-2); border-radius: 8px; font-family: var(--body); font-size: .92rem; background: #fff; color: var(--ink); transition: border-color .15s, box-shadow .15s; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,160,23,.15); }
.lead-form textarea { resize: vertical; }
.lead-form .btn { margin-top: .5rem; }
.lf-honey { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-note { font-size: .74rem; color: var(--gray); margin-top: .75rem; text-align: center; line-height: 1.5; }
.form-note a { color: var(--gold-d); font-weight: 600; }
.lead-success { text-align: center; padding: 1.5rem .5rem; }
.lead-success .ls-ic { width: 56px; height: 56px; margin: 0 auto 1rem; border-radius: 50%; background: var(--ok); color: #fff; font-size: 1.8rem; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.lead-success h3 { font-family: var(--head); color: var(--navy); font-size: 1.45rem; margin-bottom: .5rem; }
.lead-success p { color: var(--gray); font-size: .95rem; }
.lead-success a { color: var(--gold-d); font-weight: 700; }
.contact-side .contact-card { display: block; margin-bottom: 1.1rem; }
.contact-side-info { color: #c1ccd8; font-size: .9rem; line-height: 1.6; }
.contact-side-info b { color: #fff; }
.contact-side-info .service-disclaimer { text-align: left; margin-top: .9rem; }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .lf-row { grid-template-columns: 1fr; } }

/* Footer */
.footer { background: #07101d; color: var(--gray-l); padding: 2.75rem 0; text-align: center; font-size: .88rem; }
.footer-brand { display: flex; align-items: center; justify-content: center; gap: .5rem; margin-bottom: .5rem; }
.footer-brand strong { font-family: var(--head); color: #fff; font-size: 1.05rem; }
.footer a { color: #d4dde7; }
.footer-contact { margin-top: .35rem; }
.footer-tag { font-style: italic; color: var(--gold); margin-top: 1rem; }
.footer-fine { font-size: .74rem; color: #5a6878; margin-top: 1rem; font-family: var(--mono); }

/* Brand logo (header) */
.brand-logo { height: 50px; width: auto; background: #fff; border-radius: 8px; padding: 5px 10px; display: block; box-shadow: 0 2px 10px rgba(0,0,0,.25); }

/* Hero with logo banner (centered) */
.hero-center { text-align: center; padding-bottom: 3rem; }
.hero-banner { width: 100%; max-width: 720px; height: auto; margin: 0 auto 1.75rem; border-radius: 16px; box-shadow: 0 22px 60px rgba(0,0,0,.45); border: 1px solid rgba(212,160,23,.25); }
.hero-tagsub { font-family: var(--mono); color: var(--gold); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; margin: -.25rem 0 1.4rem; }
.hero-center .hero-copy { max-width: 860px; margin: 0 auto; }
.hero-center .hero-h1, .hero-center h1 { font-size: clamp(1.6rem, 3.4vw, 2.5rem); }
.hero-center .hero-sub { margin: 1.2rem auto 1.6rem; max-width: 660px; }
.hero-center .hero-actions { justify-content: center; }
.hero-center .hero-tagline { display: inline-block; text-align: left; margin-top: 1.6rem; }
.hero-center .dash { margin: 2.5rem auto 0; max-width: 480px; text-align: left; }

/* Footer logo */
.footer-logo { height: 64px; width: auto; background: #fff; border-radius: 10px; padding: 8px 12px; display: inline-block; }

/* Legal-difference cards */
.card .role { font-family: var(--mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--gray); }
.card .verdict { font-family: var(--head); font-weight: 800; font-size: 1.35rem; color: var(--navy); margin: .15rem 0 .55rem; }
.card.rdc { border: 2px solid var(--gold); position: relative; box-shadow: 0 14px 38px rgba(212,160,23,.18); }
.card.rdc .verdict { color: var(--gold-d); }
.card .pill { position: absolute; top: -12px; left: 1.5rem; background: var(--gold); color: var(--navy); font-family: var(--head); font-weight: 800; font-size: .68rem; letter-spacing: .06em; padding: .22rem .7rem; border-radius: 100px; }

/* Compliance note */
.compliance { display: flex; gap: .8rem; align-items: flex-start; max-width: 820px; margin: 2rem auto 0; background: #fff; border: 1px solid var(--paper-2); border-left: 3px solid var(--gold); border-radius: 10px; padding: 1rem 1.1rem; font-size: .85rem; color: var(--gray); line-height: 1.55; }
.compliance b { color: var(--navy); }
.compliance .shield { font-size: 1.15rem; line-height: 1.3; flex-shrink: 0; }
.compliance-light { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.1); border-left-color: var(--gold); color: #b9c3cf; }
.compliance-light b { color: #fff; }

/* Positioning statement box */
.posbox { background: var(--navy); color: #e7edf3; border-radius: 12px; padding: 1.25rem 1.4rem; font-size: .92rem; line-height: 1.6; font-style: italic; border-left: 4px solid var(--gold); margin: 1.25rem 0 .5rem; }

/* Service disclaimer */
.service-disclaimer { text-align: center; color: var(--gray-l); font-size: .78rem; margin-top: 1rem; font-family: var(--mono); }

/* Footer legal disclaimer */
.footer-disclaimer { max-width: 860px; margin: 1.25rem auto 0; font-size: .73rem; color: #8694a4; line-height: 1.6; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); border-radius: 8px; padding: .95rem 1.15rem; text-align: left; }
.footer-disclaimer b { color: #cdd6e0; }

/* Hero secondary btn small */
.btn small { font-weight: 500; opacity: .8; font-size: .76em; }

/* Responsive */
@media (max-width: 900px) {
  .hero-grid, .split, .about-grid { grid-template-columns: 1fr; }
  .dash { max-width: 460px; }
  .msg-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--navy-2); padding: .5rem 1rem 1rem; box-shadow: 0 10px 20px rgba(0,0,0,.3); }
  body.nav-open .nav-links { display: flex; }
  .nav-links a { padding: .7rem .3rem; border-bottom: 1px solid rgba(255,255,255,.07); }
  .nav-cta { text-align: center; margin-top: .5rem; }
  .topbar-msg { display: none; }
  .topbar-inner { justify-content: center; }
  .bar { grid-template-columns: 110px 1fr 38px; }
  .section { padding: 3.25rem 0; }
}
