/* Pimlico — state page shared styles (reuses the site's nav/footer tokens) */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', sans-serif; color: #1d262d; background: #ffffff; line-height: 1.55; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
:root {
  --navy:#1d262d; --navy-dk:#161e24; --green:#66cc33; --green-dk:#55bb22;
  --blue:#3399ff; --blue-dk:#2288ee; --slate:#4d4f50; --mist:#9aa0a6;
  --ice:#f2f4f5; --border:#d4d6d7; --white:#fff;
}

/* NAV (matches other pages) */
.p-nav { display:flex; align-items:center; gap:28px; padding:0 max(32px, calc((100% - 1160px) / 2)); height:68px; background:var(--white); border-bottom:1px solid var(--border); position:sticky; top:0; z-index:100; }
.p-logo { margin-right:auto; }
.p-nav-links { display:flex; gap:4px; font-size:13px; font-weight:600; align-items:center; }
.p-nav-btns { display:flex; gap:10px; align-items:center; }
.nav-item { position:relative; }
.nav-link { display:flex; align-items:center; gap:4px; padding:8px 12px; border-radius:4px; color:var(--navy); cursor:pointer; white-space:nowrap; transition:background 0.12s, color 0.12s; font-size:13px; font-weight:600; }
.nav-link:hover, .nav-link.active { background:var(--ice); color:var(--green); }
.nav-link .caret { font-size:10px; opacity:0.6; transition:transform 0.15s; }
.nav-item:hover .caret { transform:rotate(180deg); }
.nav-dropdown { display:none; position:absolute; top:100%; margin-top:4px; left:0; background:#fff; border:1px solid var(--border); border-radius:8px; box-shadow:0 8px 32px rgba(0,0,0,0.12); min-width:210px; padding:8px; z-index:200; }
.nav-item:hover .nav-dropdown, .nav-dropdown:hover { display:block; }
.nav-dropdown::before { content:""; position:absolute; top:-12px; left:0; right:0; height:12px; }
.nav-dropdown a { display:block; padding:10px 14px; font-size:13px; font-weight:600; color:var(--navy); border-radius:5px; }
.nav-dropdown a:hover { background:var(--ice); color:var(--green); }
.nav-dropdown .drop-label { font-size:10px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; color:var(--mist); padding:8px 14px 4px; }
.btn-green { font-family:'Inter',sans-serif; font-size:13px; font-weight:700; color:#1d262d; background:var(--green); border:none; padding:9px 20px; border-radius:4px; cursor:pointer; transition:background 0.18s, transform 0.08s, box-shadow 0.18s; }
.btn-green:hover { background:#55bb22; transform:translateY(-1px); box-shadow:0 6px 16px rgba(102,204,51,0.28); }
.btn-blue { font-family:'Inter',sans-serif; font-size:14px; font-weight:700; color:#fff; background:var(--blue); border:none; padding:12px 26px; border-radius:4px; cursor:pointer; transition:background 0.18s, transform 0.08s, box-shadow 0.18s; }
.btn-blue:hover { background:#1176dc; transform:translateY(-1px); box-shadow:0 6px 16px rgba(51,153,255,0.28); }
.btn-white { font-family:'Inter',sans-serif; font-size:14px; font-weight:700; color:#1d262d; background:var(--green); border:none; padding:13px 28px; border-radius:4px; cursor:pointer; white-space:nowrap; transition:background 0.18s; }
.btn-white:hover { background:#55bb22; }
.btn-white-outline { font-family:'Inter',sans-serif; font-size:14px; font-weight:600; color:#fff; border:2px solid rgba(255,255,255,0.7); background:transparent; padding:10px 22px; border-radius:4px; cursor:pointer; transition:background 0.18s, border-color 0.18s; text-decoration:none; display:inline-flex; align-items:center; }
.btn-white-outline:hover { background:rgba(255,255,255,0.12); border-color:#fff; }
.p-nav-phone { display:inline-flex; align-items:center; gap:6px; font-size:14px; font-weight:700; color:#1d262d; text-decoration:none; margin-right:4px; white-space:nowrap; }

/* BREADCRUMB */
.sub-breadcrumb { background:#f8fafc; border-bottom:1px solid var(--border); padding:12px max(32px, calc((100% - 1160px) / 2)); }
.breadcrumb-inner { font-size:12px; color:var(--slate); }
.breadcrumb-inner a { color:var(--slate); text-decoration:none; transition:color 0.15s; }
.breadcrumb-inner a:hover { color:var(--blue); }
.breadcrumb-inner span { margin:0 6px; color:var(--mist); }
.crumb-current { color:var(--navy) !important; font-weight:600; }

/* HERO */
.state-hero { background:linear-gradient(135deg, #1d262d 0%, #1a2e42 50%, #22324a 100%); padding:56px max(32px, calc((100% - 1160px) / 2)) 64px; position:relative; overflow:hidden; }
.state-hero::before { content:""; position:absolute; top:0; right:-120px; width:520px; height:520px; border-radius:50%; background:radial-gradient(circle, rgba(102,204,51,0.08) 0%, transparent 70%); }
.state-hero-inner { max-width:1160px; margin:0 auto; display:grid; grid-template-columns:1.3fr 0.7fr; gap:48px; align-items:center; position:relative; z-index:1; }
.state-hero-copy { color:#fff; }
.state-hero-badge { display:inline-block; font-size:11px; font-weight:700; letter-spacing:2px; text-transform:uppercase; padding:5px 12px; border-radius:3px; margin-bottom:14px; background:var(--green); color:#1d262d; }
.state-hero-copy h1 { font-size:44px; font-weight:800; line-height:1.12; margin-bottom:14px; letter-spacing:-0.015em; }
.state-hero-copy h1 span { color:var(--green); }
.state-hero-headline { font-size:18px; font-weight:600; color:#fff; margin-bottom:18px; line-height:1.4; }
.state-hero-lede { font-size:15px; color:rgba(255,255,255,0.78); line-height:1.75; margin-bottom:28px; max-width:560px; }
.state-hero-ctas { display:flex; gap:12px; flex-wrap:wrap; }
.state-hero-glyph { position:relative; display:flex; align-items:center; justify-content:center; }
.state-hero-glyph svg { width:100%; max-width:320px; height:auto; }
.state-hero-glyph svg path { fill:rgba(255,255,255,0.06); stroke:var(--green); stroke-width:2.5; }
.state-hero-abbr { position:absolute; font-size:120px; font-weight:800; color:rgba(255,255,255,0.08); letter-spacing:-0.03em; pointer-events:none; }

/* STATS */
.state-stats { background:var(--blue); }
.state-stats-inner { max-width:1160px; margin:0 auto; display:grid; grid-template-columns:repeat(3, 1fr); }
.state-stat { padding:26px 20px; text-align:center; color:#fff; border-right:1px solid rgba(255,255,255,0.25); }
.state-stat:last-child { border-right:none; }
.state-stat-n { font-size:32px; font-weight:800; display:block; line-height:1.1; }
.state-stat-l { font-size:11px; font-weight:600; text-transform:uppercase; letter-spacing:0.8px; color:rgba(255,255,255,0.88); margin-top:4px; display:block; }

/* SECTIONS */
.state-section { padding:72px max(32px, calc((100% - 1160px) / 2)); background:var(--white); }
.state-section-alt { background:var(--ice); }
.state-section-navy { padding:64px max(32px, calc((100% - 1160px) / 2)); background:var(--navy); }
.state-inner { max-width:1160px; margin:0 auto; }
.state-two-col { display:grid; grid-template-columns:1.4fr 0.6fr; gap:48px; align-items:start; }
.p-eyebrow { font-size:11px; font-weight:700; letter-spacing:2px; text-transform:uppercase; color:var(--green); margin-bottom:10px; }
.p-eyebrow-white { font-size:11px; font-weight:700; letter-spacing:2px; text-transform:uppercase; color:var(--green); margin-bottom:10px; }
.section-title { font-size:32px; font-weight:800; color:var(--navy); margin-bottom:10px; line-height:1.2; letter-spacing:-0.01em; }
.section-title span { color:var(--blue); }
.section-title-white { font-size:32px; font-weight:800; color:var(--white); margin-bottom:24px; line-height:1.2; }
.section-sub { font-size:15px; color:var(--slate); margin-bottom:36px; line-height:1.7; max-width:720px; }

/* PRODUCTS */
.product-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.product-card { background:var(--white); border:1px solid var(--border); border-radius:8px; overflow:hidden; transition:transform 0.18s, box-shadow 0.18s, border-color 0.18s; display:block; }
.product-card:hover { transform:translateY(-3px); box-shadow:0 14px 32px rgba(20,30,40,0.1); border-color:var(--blue); }
.product-head { padding:26px 26px 22px; color:#fff; }
.product-head-blue { background:linear-gradient(135deg, var(--blue) 0%, #1d262d 140%); }
.product-head-green { background:linear-gradient(135deg, var(--green) 0%, #2e4d1f 140%); }
.product-tag { font-size:11px; font-weight:700; letter-spacing:2px; text-transform:uppercase; opacity:0.85; margin-bottom:8px; }
.product-head h3 { font-size:22px; font-weight:700; color:#fff; }
.product-body { padding:22px 26px 26px; }
.feat-list li { font-size:14px; color:var(--slate); padding:8px 0; display:flex; gap:10px; align-items:flex-start; border-bottom:1px solid #eef2f5; line-height:1.5; }
.feat-list li:last-child { border-bottom:none; }
.feat-list li::before { content:''; display:inline-block; width:6px; height:6px; min-width:6px; border-radius:50%; background:var(--blue); margin-top:7px; }
.product-cta { display:inline-block; margin-top:14px; font-size:12px; font-weight:700; letter-spacing:0.8px; text-transform:uppercase; color:var(--blue); }

/* MARKETS */
.markets-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(340px, 1fr)); gap:18px; }
.market-card { background:var(--white); border:1px solid var(--border); border-left:3px solid var(--green); border-radius:6px; padding:20px 22px; }
.market-card h3 { font-size:15px; font-weight:700; color:var(--navy); margin-bottom:8px; }
.market-card p { font-size:13px; color:var(--slate); line-height:1.65; }

/* LOCAL LIST */
.local-list li { font-size:15px; color:var(--navy); padding:14px 0; display:flex; gap:14px; align-items:flex-start; border-bottom:1px solid var(--border); line-height:1.55; }
.local-list li::before { content:'✓'; flex-shrink:0; width:24px; height:24px; border-radius:50%; background:rgba(102,204,51,0.15); color:var(--green); display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:700; margin-top:1px; }
.local-aside { background:var(--navy); color:#fff; padding:32px 28px; border-radius:8px; position:sticky; top:88px; }
.local-aside h3 { font-size:18px; font-weight:700; color:var(--green); margin-bottom:14px; }
.local-aside p { font-size:14px; line-height:1.7; color:rgba(255,255,255,0.82); margin-bottom:20px; }
.link-green { font-size:13px; font-weight:700; color:var(--green); border:2px solid var(--green); padding:8px 18px; border-radius:4px; display:inline-block; transition:background 0.18s, color 0.18s; }
.link-green:hover { background:var(--green); color:var(--navy); }

/* FAQ */
.faq-wrap { max-width:860px; }
.faq-item { background:var(--white); border:1px solid var(--border); border-radius:8px; padding:20px 26px; margin-bottom:12px; transition:border-color 0.15s, box-shadow 0.15s; }
.faq-item:hover { border-color:var(--blue); box-shadow:0 4px 12px rgba(51,153,255,0.08); }
.faq-q { font-size:16px; font-weight:700; color:var(--navy); margin-bottom:10px; line-height:1.4; }
.faq-a { font-size:14px; color:var(--slate); line-height:1.75; }

/* STEPS */
.steps { display:grid; grid-template-columns:repeat(3, 1fr); gap:24px; }
.step { text-align:center; padding:20px 16px; }
.step-num { width:52px; height:52px; border-radius:50%; background:var(--green); color:#1d262d; font-size:22px; font-weight:800; display:flex; align-items:center; justify-content:center; margin:0 auto 16px; }
.step h3 { font-size:17px; font-weight:700; color:#fff; margin-bottom:8px; }
.step p { font-size:13px; color:rgba(255,255,255,0.72); line-height:1.65; }

/* CTA BANNER */
.cta-banner { background:var(--navy); padding:48px max(32px, calc((100% - 1160px) / 2)); display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.cta-banner h2 { font-size:26px; font-weight:800; color:var(--green); }
.cta-banner h2 span { color:#fff; }
.cta-banner p { font-size:15px; color:rgba(255,255,255,0.85); margin-top:6px; }

/* OTHER STATES */
.other-states-grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(150px, 1fr)); gap:10px; }
.other-state { padding:12px 16px; border:1.5px solid var(--border); border-radius:4px; color:var(--navy); background:var(--white); font-size:13px; font-weight:600; display:flex; align-items:center; justify-content:space-between; gap:8px; transition:border-color 0.15s, color 0.15s, transform 0.1s; }
.other-state:hover { border-color:var(--blue); color:var(--blue); transform:translateY(-1px); }
.other-state-abbr { font-size:11px; font-weight:700; letter-spacing:0.8px; color:var(--mist); }

/* FOOTER (shared) */
.p-footer { background:var(--navy-dk); color:var(--mist); padding:48px max(40px, calc((100% - 1160px) / 2)) 24px; display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:32px; }
.p-footer-logo { font-weight:800; font-size:20px; color:var(--white); margin-bottom:12px; }
.p-footer p { font-size:13px; line-height:1.7; }
.p-footer-col h4 { font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:1.5px; color:var(--green); margin-bottom:14px; }
.p-footer-col a { display:block; font-size:13px; color:var(--mist); margin-bottom:8px; transition:color 0.15s; }
.p-footer-col a:hover { color:var(--white); }
.p-footer-bottom { background:#10181e; text-align:center; padding:14px max(40px, calc((100% - 1160px) / 2)); font-size:11px; color:#4d4f50; }

@media (max-width: 900px) {
  .state-hero-inner { grid-template-columns:1fr; }
  .state-hero-glyph { max-width:240px; margin:0 auto; }
  .state-hero-copy h1 { font-size:32px; }
  .state-two-col { grid-template-columns:1fr; }
  .product-grid { grid-template-columns:1fr; }
  .steps { grid-template-columns:1fr; }
  .state-stats-inner { grid-template-columns:1fr; }
  .state-stat { border-right:none; border-bottom:1px solid rgba(255,255,255,0.25); }
  .p-footer { grid-template-columns:1fr 1fr; }
}
