/* ═══════════════════════════════════════════
   SILVER STATE PLASTICS — MAIN STYLESHEET
   ═══════════════════════════════════════════ */

/* ── TOKENS ── */
:root {
  --ssp-blue: #2B3990;
  --ssp-red: #ED1C24;
  --ssp-blue-dk: #1E2B6E;
  --ssp-blue-lt: #EEF0F9;
  --bg: #F8F8F8;
  --ink: #111827;
  --ink-2: #1a2050;
  --mid: #374151;
  --mid-lt: #6B7280;
  --rule: #D1D5DB;
  --rule-lt: #E5E7EB;
  --stone: #ED1C24;
  --stone-lt: #F9A8AB;
  --white: #FFFFFF;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Barlow', system-ui, sans-serif;
  --cond: 'Barlow Condensed', system-ui, sans-serif;
  --w: 1280px;
  --gutter: 80px;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { cursor: pointer; background: none; border: none; font-family: var(--sans); }
img { max-width: 100%; height: auto; display: block; }

/* ── LAYOUT ── */
.W { max-width: var(--w); margin: 0 auto; padding: 0 var(--gutter); }

/* ── TYPOGRAPHY ── */
.t-label { font-family: var(--cond); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--ssp-red); }
.t-serif-xl { font-family: var(--serif); font-size: clamp(56px, 7.5vw, 110px); font-weight: 400; line-height: .92; letter-spacing: -.02em; color: var(--ink); }
.t-serif-xl em { font-style: italic; font-weight: 400; color: var(--stone); }
.t-serif-lg { font-family: var(--cond); font-size: clamp(34px, 4.5vw, 56px); font-weight: 700; line-height: 1.08; letter-spacing: -.01em; color: var(--ssp-blue); text-transform: none; }
.t-serif-lg em { font-style: normal; color: var(--ssp-red); }
.t-serif-md { font-family: var(--cond); font-size: clamp(26px, 3vw, 38px); font-weight: 700; line-height: 1.15; color: var(--ssp-blue); }
.t-serif-sm { font-family: var(--cond); font-size: 22px; font-weight: 700; line-height: 1.25; color: var(--ink); }
.t-body-lg { font-size: 18px; color: var(--mid); line-height: 1.8; font-weight: 400; max-width: 860px; }
.t-body { font-size: 15px; color: var(--mid); line-height: 1.75; font-weight: 400; max-width: 860px; }
.t-small { font-size: 13px; color: var(--mid-lt); letter-spacing: .04em; }
.sec-num { font-family: var(--serif); font-size: 120px; font-weight: 400; line-height: 1; color: var(--ssp-blue-lt); letter-spacing: -.04em; user-select: none; pointer-events: none; opacity: .5; }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; gap: 12px; font-family: var(--cond); font-weight: 600; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; padding: 14px 28px; transition: all .2s; }
.btn-dark { background: var(--ssp-blue); color: var(--white); border: 1px solid var(--ssp-blue); }
.btn-dark:hover { background: var(--ssp-blue-dk); }
.btn-dark .a { transition: transform .2s; }
.btn-dark:hover .a { transform: translateX(5px); }
.btn-outline { background: transparent; color: var(--ink); border: 1px solid var(--rule); }
.btn-outline:hover { border-color: var(--ink); background: var(--ssp-blue-lt); }
.btn-stone { background: var(--ssp-red); color: var(--white); border: 1px solid var(--ssp-red); width: 100%; justify-content: center; font-size: 11px; }
.btn-stone:hover { background: #c9151c; border-color: #c9151c; }

/* ── FORMS ── */
.fg { margin-bottom: 16px; }
.fg label { display: block; font-family: var(--cond); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--mid); margin-bottom: 7px; }
.fg input, .fg textarea, .fg select { width: 100%; padding: 11px 0; border: none; border-bottom: 1px solid var(--rule); background: transparent; font-family: var(--sans); font-size: 14px; color: var(--ink); outline: none; border-radius: 0; transition: border-color .2s; }
.fg input:focus, .fg textarea:focus, .fg select:focus { border-bottom-color: var(--ink); }
.fg textarea { height: 72px; resize: none; line-height: 1.55; }
.f2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.f-note { font-family: var(--cond); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--mid); text-align: center; margin-top: 16px; }

/* ── ANNOUNCEMENT STRIP ── */
.strip { background: var(--ink); padding: 9px 0; display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.strip-tag { font-family: var(--cond); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.85); border: 1px solid rgba(255,255,255,.5); padding: 2px 8px; }
.strip-text { font-family: var(--cond); font-size: 12px; font-weight: 400; letter-spacing: .06em; color: rgba(255,255,255,.8); }
.strip-link { font-family: var(--cond); font-size: 12px; font-weight: 600; letter-spacing: .08em; color: rgba(255,255,255,.9); text-decoration: underline; text-underline-offset: 3px; }
.strip-link:hover { color: #fff; }

/* ── HEADER / NAV ── */
.site-header { position: sticky; top: 0; z-index: 200; background: var(--white); border-bottom: 1px solid var(--rule); border-top: 3px solid var(--ssp-red); }
.nav { display: flex; align-items: stretch; justify-content: space-between; height: 60px; }
.nav-brand { display: flex; align-items: center; gap: 8px; padding-right: 32px; border-right: 1px solid var(--rule); text-decoration: none; }
.nav-brand img { height: 44px; width: auto; }
.nav-brand-text { font-family: var(--cond); font-weight: 700; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; color: var(--ssp-blue); line-height: 1.1; }
.nav-brand-year { font-family: var(--cond); font-size: 9px; font-weight: 400; letter-spacing: .12em; text-transform: uppercase; color: var(--mid); }
.nav-links { display: flex; align-items: stretch; flex: 1; }
.ni { position: relative; display: flex; align-items: stretch; }
.nl { display: flex; align-items: center; gap: 5px; padding: 0 20px; font-family: var(--cond); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--mid-lt); border-bottom: 2px solid transparent; transition: color .15s, border-color .15s; white-space: nowrap; }
.nl:hover, .nl.on { color: var(--ink); border-bottom-color: var(--ssp-red); }
.nl svg { width: 9px; height: 9px; flex-shrink: 0; transition: transform .18s; }
.ni:hover .nl svg { transform: rotate(180deg); }
.ndrop { position: absolute; top: 100%; left: 0; background: var(--bg); border: 1px solid var(--rule); min-width: 240px; padding: 0; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: all .18s; z-index: 300; }
.ni:hover .ndrop { opacity: 1; visibility: visible; transform: translateY(0); }
.ndi { display: block; padding: 12px 20px; font-family: var(--cond); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--mid-lt); border-bottom: 1px solid var(--rule-lt); transition: color .12s, background .12s; }
.ndi:last-child { border-bottom: none; }
.ndi:hover { color: var(--ink); background: var(--ssp-blue-lt); }
.ndi-all { color: var(--ssp-blue) !important; font-weight: 700 !important; }
.ndi-all:hover { color: var(--ssp-blue-dk) !important; }
/* Wide two-column dropdown */
.ndrop-wide { display: grid; grid-template-columns: 1fr 1fr; min-width: 440px; padding: 0; }
.ndrop-group { padding: 0; }
.ndrop-group:first-child { border-right: 1px solid var(--rule-lt); }
.ndrop-label { font-family: var(--cond); font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--ssp-red); padding: 14px 20px 8px; }
.ndrop-wide .ndi { padding: 9px 20px; font-size: 11px; }
.nav-right { display: flex; align-items: center; padding-left: 32px; border-left: 1px solid var(--rule); }
.nav-tel { font-family: var(--cond); font-size: 12px; font-weight: 500; letter-spacing: .08em; color: var(--mid-lt); padding-right: 20px; border-right: 1px solid var(--rule); display: flex; align-items: center; height: 100%; }
.nav-tel:hover { color: var(--ink); }
.nav-cta { display: flex; align-items: center; height: 100%; font-family: var(--cond); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--white); background: var(--ssp-blue); padding: 0 28px; margin-left: 20px; transition: background .15s; }
.nav-cta:hover { background: var(--ssp-blue-dk); }

/* Mobile toggle */
.mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 10px; }
.mobile-toggle span { display: block; width: 22px; height: 2px; background: var(--mid); margin: 5px 0; transition: all .2s; }
.mobile-nav { display: none; background: var(--white); border-bottom: 1px solid var(--rule); padding: 20px var(--gutter); max-height: calc(100vh - 130px); overflow-y: auto; -webkit-overflow-scrolling: touch; }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: 10px 0; font-family: var(--cond); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--mid); border-bottom: 1px solid var(--rule-lt); }
.mobile-nav-label { font-family: var(--cond); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--ssp-red); padding: 16px 0 6px; margin-top: 8px; }
.mobile-nav-label:first-child { margin-top: 0; padding-top: 0; }
.mobile-nav a:hover { color: var(--ink); }

/* ── HERO ── */
.hero { min-height: 600px; display: flex; align-items: center; }
.hero-bg { background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; }
.hero-bg::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,24,39,.92) 0%, rgba(17,24,39,.8) 60%, rgba(17,24,39,.5) 100%); z-index: 1; pointer-events: none; }
.hero-full { position: relative; z-index: 2; max-width: var(--w); margin: 0 auto; padding: 80px var(--gutter); width: 100%; }
.hero-bg .t-serif-xl { color: var(--white); }
.hero-bg .t-serif-xl em { color: var(--ssp-red); }
.hero-bg .hero-kicker { color: rgba(255,255,255,.6); }
.hero-bg .hero-kicker::before { background: rgba(255,255,255,.4); }
.hero-bg .hero-sub { color: rgba(255,255,255,.65); }
.hero-btn-light { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,.35); }
.hero-btn-light:hover { border-color: var(--white); background: rgba(255,255,255,.08); color: var(--white); }
.btn-cta-hero { background: var(--ssp-red); color: var(--white); border: 1px solid var(--ssp-red); font-size: 13px; padding: 18px 36px; }
.btn-cta-hero:hover { background: #c9151c; border-color: #c9151c; }
.btn-cta-hero .a { transition: transform .2s; }
.btn-cta-hero:hover .a { transform: translateX(5px); }
.hero-kicker { font-family: var(--cond); font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; display: flex; align-items: center; gap: 16px; margin-bottom: 44px; }
.hero-kicker::before { content: ''; display: block; width: 36px; height: 1px; }
.hero-sub { max-width: 540px; margin-top: 32px; }
.hero-btns { display: flex; align-items: center; gap: 14px; margin-top: 48px; flex-wrap: wrap; }

/* ── TRUST STRIP ── */
.trust-strip { background: var(--ssp-blue); display: flex; align-items: center; justify-content: flex-start; gap: 0; flex-wrap: wrap; border-bottom: 1px solid rgba(255,255,255,.08); max-width: var(--w); margin: 0 auto; padding: 0 var(--gutter); }
.trust-strip-wrap { background: var(--ssp-blue); }
.trust-item { display: flex; align-items: center; gap: 8px; padding: 16px 32px; font-family: var(--cond); font-size: 13px; font-weight: 500; letter-spacing: .04em; color: rgba(255,255,255,.7); border-right: 1px solid rgba(255,255,255,.08); white-space: nowrap; }
.trust-item:last-child { border-right: none; }
.trust-item strong { color: var(--white); font-weight: 700; }
.trust-icon { color: #FACC15; font-size: 16px; }

/* ── MOBILE STICKY CTA ── */
.mobile-sticky-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 999; background: var(--white); border-top: 1px solid var(--rule); box-shadow: 0 -2px 12px rgba(0,0,0,.08); padding: 8px; gap: 8px; }
.msc-call { display: flex; align-items: center; justify-content: center; gap: 8px; flex: 1; padding: 14px 16px; background: var(--ssp-blue); color: var(--white); font-family: var(--cond); font-size: 13px; font-weight: 700; letter-spacing: .06em; text-decoration: none; }
.msc-quote { display: flex; align-items: center; justify-content: center; flex: 1; padding: 14px 16px; background: var(--ssp-red); color: var(--white); font-family: var(--cond); font-size: 13px; font-weight: 700; letter-spacing: .06em; text-decoration: none; }

/* ── CAP BAR ── */
.cap-bar { background: var(--ssp-blue); border-bottom: 1px solid #222; }
.caps { display: flex; align-items: stretch; max-width: var(--w); margin: 0 auto; }
.cap { flex: 1; display: flex; align-items: center; gap: 20px; padding: 24px 32px; border-right: 1px solid rgba(255,255,255,.07); transition: background .15s; }
.cap:last-child { border-right: none; }
.cap:hover { background: rgba(255,255,255,.03); }
.cap-idx { font-family: var(--serif); font-size: 14px; color: rgba(255,255,255,.3); font-style: italic; }
.cap-t { font-family: var(--cond); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.75); }
.cap-s { font-size: 11px; color: rgba(255,255,255,.3); margin-top: 2px; font-weight: 300; }

/* ── SECTIONS ── */
.S { padding: 64px 0; }
.S.warm { background: var(--ssp-blue-lt); }
.S.dark { background: var(--ssp-blue); }
.S.border-b { border-bottom: 1px solid var(--rule); }
.S.border-t { border-top: 1px solid var(--rule); }
.sh { display: block; margin-bottom: 32px; }
.sh-aside { margin-bottom: 12px; }
.sh-aside .sec-num { display: none; }
.sh-body { max-width: 860px; }

/* ── GRID CELLS ── */
.grid-cells { display: grid; border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.grid-cells.col-2 { grid-template-columns: repeat(2,1fr); }
.grid-cells.col-3 { grid-template-columns: repeat(3,1fr); }
.grid-cells.col-4 { grid-template-columns: repeat(4,1fr); }
.cell { padding: 40px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); transition: background .2s; cursor: pointer; display: block; }
.cell:hover { background: var(--ssp-blue-lt); }
.cell.no-hover { cursor: default; }
.cell.no-hover:hover { background: inherit; }
.cell-idx { font-family: var(--cond); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--ssp-red); opacity: .5; margin-bottom: 24px; display: block; }
.cell-title { font-family: var(--cond); font-size: 22px; font-weight: 700; color: var(--ink); margin-bottom: 12px; line-height: 1.2; }
.cell-body { font-size: 14px; color: var(--mid); line-height: 1.8; }
.cell-link { display: flex; align-items: center; gap: 8px; font-family: var(--cond); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ssp-blue); margin-top: 28px; transition: gap .2s; }
.cell:hover .cell-link { gap: 14px; }
.cell-dark { background: var(--ssp-blue); border-color: #333; }
.cell-dark:hover { background: var(--ssp-blue-dk); }
.cell-dark .cell-idx { color: rgba(255,255,255,.18); }
.cell-dark .cell-title { color: var(--white); font-size: 24px; line-height: 1.15; }
.cell-dark .cell-body { color: rgba(255,255,255,.42); font-size: 14px; }
.cell-dark .cell-link { color: rgba(255,255,255,.8); }

/* ── SERVICE LIST ── */
.svc-list { border-top: 1px solid var(--rule); }
.svc-row { display: grid; grid-template-columns: 64px 1fr 220px 32px; gap: 48px; align-items: center; padding: 40px 0; border-bottom: 1px solid var(--rule-lt); cursor: pointer; transition: all .15s; text-decoration: none; color: inherit; }
.svc-row:hover { background: var(--ssp-blue-lt); margin: 0 -20px; padding: 40px 20px; }
.svc-n { font-family: var(--serif); font-size: 36px; font-weight: 400; color: var(--rule); line-height: 1; align-self: start; padding-top: 4px; transition: color .15s; }
.svc-row:hover .svc-n { color: #9BA8D0; }
.svc-name { font-family: var(--cond); font-size: 26px; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.svc-body { font-size: 14px; color: var(--mid); line-height: 1.8; max-width: 520px; }
.svc-tags { display: flex; flex-wrap: wrap; gap: 5px; justify-content: flex-end; }
.svc-tag { font-family: var(--cond); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; border: 1px solid var(--rule); color: var(--mid-lt); padding: 3px 9px; }
.svc-arr { font-size: 20px; color: var(--rule); transition: color .15s, transform .2s; justify-self: end; }
.svc-row:hover .svc-arr { color: var(--ssp-blue); transform: translateX(4px); }

/* ── MATERIAL TABLE ── */
.mat-table { border-top: 1px solid var(--rule); }
.mat-row { display: grid; grid-template-columns: 220px 1fr 220px 32px; gap: 40px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--rule-lt); cursor: pointer; transition: all .15s; color: inherit; }
.mat-row:hover { background: var(--ssp-blue-lt); margin: 0 -20px; padding: 26px 20px; }
.mat-name { font-family: var(--cond); font-size: 20px; font-weight: 700; color: var(--ink); }
.mat-desc { font-size: 14px; color: var(--mid); line-height: 1.7; }
.mat-props { display: flex; flex-wrap: wrap; gap: 5px; justify-content: flex-end; }
.mat-prop { font-family: var(--cond); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; border: 1px solid var(--rule); color: var(--mid-lt); padding: 3px 9px; }
.mat-arr { font-size: 18px; color: var(--rule); transition: color .15s, transform .2s; justify-self: end; }
.mat-row:hover .mat-arr { color: var(--ssp-blue); transform: translateX(4px); }

/* ── STEPS ── */
.steps { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.step { padding: 44px 36px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.step:last-child { border-right: 1px solid var(--rule); }
.step-n { font-family: var(--serif); font-size: 56px; font-weight: 400; color: var(--ssp-blue-lt); line-height: 1; margin-bottom: 24px; transition: color .2s; opacity: .5; }
.step:hover .step-n { color: var(--ssp-red); opacity: .6; }
.step-t { font-family: var(--cond); font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); margin-bottom: 10px; }
.step-b { font-size: 14px; color: var(--mid); line-height: 1.8; }

/* ── PULL QUOTE ── */
.pquote-section { border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 80px 0; background: var(--ssp-blue-lt); }
.pquote-inner { display: grid; grid-template-columns: 1fr 320px; gap: 80px; align-items: end; }
.pquote-glyph { font-family: var(--serif); font-size: 200px; line-height: .7; color: #9BA8D0; opacity: .4; margin-bottom: 8px; display: block; user-select: none; }
.pquote-text { font-family: var(--serif); font-size: clamp(21px, 2.5vw, 30px); font-weight: 400; font-style: italic; color: var(--ink); line-height: 1.55; max-width: 740px; }
.pquote-attr { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--rule-lt); }
.pquote-name { font-family: var(--cond); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); }
.pquote-role { font-size: 12px; color: var(--mid); margin-top: 3px; }
.pquote-stars { color: var(--ssp-red); font-size: 12px; letter-spacing: 3px; }
.rating-block { text-align: center; }
.rating-n { font-family: var(--serif); font-size: 80px; font-weight: 400; color: var(--ink); line-height: 1; }
.rating-stars { color: var(--ssp-red); font-size: 15px; letter-spacing: 5px; margin-top: 4px; }
.rating-l { font-family: var(--cond); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--mid); margin-top: 10px; }

/* ── REVIEWS ── */
.rv-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.rv { padding: 36px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.rv-stars { color: var(--ssp-red); font-size: 11px; letter-spacing: 4px; margin-bottom: 20px; }
.rv-q { font-family: var(--serif); font-size: 17px; font-weight: 400; font-style: italic; color: var(--ink); line-height: 1.7; margin-bottom: 24px; }
.rv-rule { height: 1px; background: var(--rule-lt); margin-bottom: 16px; }
.rv-name { font-family: var(--cond); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); }
.rv-src { font-size: 11px; color: var(--mid); margin-top: 3px; }
.rv-score { background: var(--ssp-blue-lt); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 36px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); cursor: pointer; transition: background .15s; }
.rv-score:hover { background: var(--ssp-blue); }
.rv-score:hover .rv-score-n { color: var(--white); }
.rv-score:hover .rv-score-l { color: rgba(255,255,255,.5); }
.rv-score-n { font-family: var(--serif); font-size: 72px; font-weight: 400; color: var(--ink); line-height: 1; transition: color .2s; }
.rv-score-stars { color: var(--ssp-red); font-size: 14px; letter-spacing: 4px; }
.rv-score-l { font-family: var(--cond); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--mid); margin-top: 8px; transition: color .2s; }

/* ── SEO CONTENT ── */
.seo-content { padding: 56px 0; border-top: 1px solid var(--rule); background: var(--white); }
.seo-content h2 { font-family: var(--cond); font-size: 28px; font-weight: 700; color: var(--ink); margin-bottom: 20px; line-height: 1.2; }
.seo-content p { font-size: 16px; color: var(--mid); line-height: 1.9; margin-bottom: 24px; max-width: 720px; }
.seo-content a { color: var(--ssp-blue); text-decoration: underline; text-underline-offset: 3px; }
.seo-content a:hover { color: var(--ssp-blue-dk); }
.seo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-top: 48px; }

/* ── FAQ ── */
.faq-section { padding: 56px 0; border-top: 1px solid var(--rule); background: var(--bg); }
.faq-item { border-bottom: 1px solid var(--rule-lt); padding: 28px 0; }
.faq-item:first-child { border-top: 1px solid var(--rule); }
.faq-q { font-family: var(--cond); font-size: 20px; font-weight: 700; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.faq-q::after { content: '+'; font-family: var(--sans); font-size: 24px; color: var(--ssp-blue); transition: transform .2s; flex-shrink: 0; }
.faq-item.open .faq-q::after { transform: rotate(45deg); color: var(--ssp-red); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s; padding-top: 0; }
.faq-item.open .faq-a { max-height: 300px; padding-top: 16px; }
.faq-a p { font-size: 15px; color: var(--mid); line-height: 1.85; max-width: 680px; }

/* ── CTA SECTION ── */
.cta-sec { padding: 64px 0; border-top: 1px solid var(--rule); }
.cta-inner { display: grid; grid-template-columns: 1fr 280px; gap: 80px; align-items: end; }
.cta-actions { display: flex; align-items: center; gap: 14px; margin-top: 44px; }
.cta-address { font-family: var(--cond); font-size: 11px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; color: var(--mid); line-height: 2.2; margin-top: 36px; }
.score-block { border: 1px solid var(--rule); padding: 40px; text-align: center; }
.score-n { font-family: var(--serif); font-size: 80px; font-weight: 400; color: var(--ink); line-height: 1; }
.score-stars { color: var(--ssp-red); font-size: 14px; letter-spacing: 5px; margin-top: 6px; }
.score-l { font-family: var(--cond); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--mid); margin-top: 10px; }

/* ── BREADCRUMB ── */
.bc { display: flex; align-items: center; gap: 10px; padding: 24px 0 0; }
.bc span, .bc a { font-family: var(--cond); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--mid-lt); transition: color .12s; }
.bc a:hover { color: var(--ink); }
.bc .bc-current { color: var(--stone); cursor: default; }
.bc-s { font-size: 9px; color: var(--rule); }

/* ── PAGE HEADER ── */
.ph { border-bottom: 1px solid var(--rule); padding-bottom: 40px; padding-top: 12px; }
.ph-inner { padding-top: 32px; max-width: 800px; }
.ph .t-label { margin-bottom: 18px; }

/* ── FOOTER ── */
.site-footer { background: var(--ink); padding: 72px 0 40px; color: rgba(255,255,255,.5); }
.ft-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.07); }
.ft-brand { font-family: var(--cond); font-size: 16px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--white); margin-bottom: 12px; }
.ft-tag { font-size: 13px; color: rgba(255,255,255,.35); line-height: 1.7; margin-bottom: 20px; }
.ft-addr { font-size: 12px; color: rgba(255,255,255,.4); line-height: 1.8; margin-bottom: 10px; }
.ft-tel { font-family: var(--cond); font-size: 13px; font-weight: 600; letter-spacing: .06em; color: rgba(255,255,255,.6); }
.ft-tel:hover { color: rgba(255,255,255,.9); }
.ft-soc { display: flex; gap: 1px; margin-top: 16px; }
.ft-sb { padding: 6px 12px; border: 1px solid rgba(255,255,255,.1); font-family: var(--cond); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.4); transition: all .15s; }
.ft-sb:hover { border-color: rgba(255,255,255,.3); color: rgba(255,255,255,.7); }
.ft-col-h { font-family: var(--cond); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.25); margin-bottom: 20px; }
.ft-l { display: block; font-size: 13px; color: rgba(255,255,255,.4); padding: 5px 0; transition: color .12s; }
.ft-l:hover { color: rgba(255,255,255,.8); }
.ft-copy { font-size: 11px; color: rgba(255,255,255,.2); padding-top: 28px; text-align: center; }

/* ── REVIEW SNIPPET ── */
.ssp-quick-cta { display: flex; align-items: center; gap: 14px; margin-bottom: 32px; flex-wrap: wrap; }

/* Review snippet */
.review-snippet { max-width: 680px; margin: 0 auto; text-align: center; }
.rs-stars { color: #FACC15; font-size: 18px; letter-spacing: 4px; margin-bottom: 20px; }
.rs-quote { font-family: var(--serif); font-size: 22px; font-weight: 400; font-style: italic; color: var(--ink); line-height: 1.6; margin-bottom: 20px; }
.rs-attr { font-family: var(--cond); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--mid-lt); }
.rs-attr span { color: var(--ssp-red); }

/* ── PRICING TABLE ── */
.ssp-price-table { max-width: 680px; border: 1px solid var(--rule); }
.ssp-price-row { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--rule-lt); }
.ssp-price-row:last-child { border-bottom: none; }
.ssp-price-header { background: var(--ssp-blue); }
.ssp-price-header .ssp-price-qty,
.ssp-price-header .ssp-price-disc { font-family: var(--cond); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--white); padding: 16px 28px; }
.ssp-price-qty { font-family: var(--cond); font-size: 16px; font-weight: 600; color: var(--ink); padding: 18px 28px; border-right: 1px solid var(--rule-lt); }
.ssp-price-disc { font-size: 15px; color: var(--mid); padding: 18px 28px; }
.ssp-price-disc strong { color: var(--ssp-blue); font-weight: 700; }
.ssp-price-highlight { background: var(--ssp-blue-lt); }
.ssp-price-highlight .ssp-price-qty { color: var(--ssp-blue); font-size: 18px; }
.ssp-price-highlight .ssp-price-disc strong { color: var(--ssp-red); font-size: 17px; }

/* ── CAROUSEL ── */
.ssp-carousel-wrap { overflow: hidden; margin: 0 -8px; }
.ssp-carousel { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding: 0 8px 16px; scrollbar-width: none; }
.ssp-carousel::-webkit-scrollbar { display: none; }
.ssp-carousel-card { flex: 0 0 280px; scroll-snap-align: start; border: 1px solid var(--rule); background: var(--white); text-decoration: none; color: inherit; transition: border-color .2s, box-shadow .2s; display: flex; flex-direction: column; overflow: hidden; }
.ssp-carousel-card:hover { border-color: var(--ssp-blue); box-shadow: 0 4px 16px rgba(0,0,0,.06); }
.ssp-carousel-img { height: 180px; overflow: hidden; background: var(--ssp-blue-lt); }
.ssp-carousel-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s; }
.ssp-carousel-card:hover .ssp-carousel-img img { transform: scale(1.04); }
.ssp-carousel-placeholder { width: 100%; height: 100%; background: var(--ssp-blue-lt); display: flex; align-items: center; justify-content: center; }
.ssp-carousel-content { padding: 24px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.ssp-carousel-content .cell-title { font-size: 18px; margin-bottom: 16px; }
.ssp-carousel-nav { display: flex; gap: 8px; }
.ssp-carousel-btn { width: 44px; height: 44px; border: 1px solid var(--rule); background: var(--white); font-size: 24px; color: var(--mid); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .15s; line-height: 1; }
.ssp-carousel-btn:hover { border-color: var(--ink); color: var(--ink); background: var(--ssp-blue-lt); }

/* ── IMAGE GALLERY ── */
.ssp-gallery-grid { display: grid; gap: 4px; border-radius: 4px; overflow: hidden; }
.ssp-gallery-1 { grid-template-columns: 1fr; }
.ssp-gallery-2 { grid-template-columns: 1fr 1fr; }
.ssp-gallery-3 { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }
.ssp-gallery-3 .ssp-gallery-hero { grid-row: span 2; }
.ssp-gallery-4 { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }
.ssp-gallery-4 .ssp-gallery-hero { grid-row: span 2; }
.ssp-gallery-4 .ssp-gallery-wide { grid-column: span 2; }

.ssp-gallery-item { overflow: hidden; cursor: pointer; position: relative; background: var(--ssp-blue-lt); }
.ssp-gallery-item::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0); transition: background .2s; }
.ssp-gallery-item:hover::after { background: rgba(0,0,0,.08); }
.ssp-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 140px; max-height: 220px; transition: transform .3s; }
.ssp-gallery-1 .ssp-gallery-item img { min-height: 180px; max-height: 280px; }
.ssp-gallery-hero img { min-height: 220px; max-height: 280px; }
.ssp-gallery-item:hover img { transform: scale(1.02); }
.ssp-gallery-more { position: absolute; inset: 0; background: rgba(17,24,39,.55); display: flex; align-items: center; justify-content: center; font-family: var(--cond); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--white); cursor: pointer; transition: background .2s; }
.ssp-gallery-more:hover { background: rgba(17,24,39,.7); }

/* Lightbox */
.ssp-lightbox { position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,.92); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.ssp-lightbox.open { opacity: 1; visibility: visible; }
.ssp-lb-img-wrap { max-width: 90vw; max-height: 85vh; display: flex; align-items: center; justify-content: center; }
.ssp-lb-img-wrap img { max-width: 100%; max-height: 85vh; object-fit: contain; border-radius: 2px; }
.ssp-lb-close { position: absolute; top: 20px; right: 24px; background: none; border: none; color: rgba(255,255,255,.7); font-size: 36px; cursor: pointer; z-index: 10; transition: color .15s; line-height: 1; }
.ssp-lb-close:hover { color: #fff; }
.ssp-lb-prev, .ssp-lb-next { position: absolute; top: 50%; transform: translateY(-50%); background: none; border: none; color: rgba(255,255,255,.5); font-size: 56px; cursor: pointer; z-index: 10; transition: color .15s; padding: 20px; line-height: 1; }
.ssp-lb-prev { left: 10px; }
.ssp-lb-next { right: 10px; }
.ssp-lb-prev:hover, .ssp-lb-next:hover { color: #fff; }
.ssp-lb-counter { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); font-family: var(--cond); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.5); }

/* ── ANIMATIONS ── */
@keyframes rise { from { opacity:0; transform:translateY(22px); } to { opacity:1; transform:none; } }
.r { animation: rise .7s cubic-bezier(.22,.68,0,1) both; }
.r1 { animation-delay: .08s; }
.r2 { animation-delay: .18s; }
.r3 { animation-delay: .28s; }
.r4 { animation-delay: .4s; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  :root { --gutter: 32px; }
  .hero-full { padding: 60px var(--gutter); }
  .trust-strip { display: flex; flex-wrap: wrap; padding: 0 var(--gutter); }
  .trust-item { justify-content: flex-start; padding: 14px 24px 14px 0; font-size: 12px; border-right: none; border-bottom: none; }
  .trust-item:nth-child(2n) { border-right: none; }
  .trust-item:nth-child(n+3) { border-bottom: none; }
  .sh { display: block; }
  .sh-aside { display: flex; align-items: center; gap: 20px; }
  .sh-aside .sec-num { font-size: 60px; margin-top: 0; }
  .grid-cells.col-2, .grid-cells.col-3 { grid-template-columns: 1fr; }
  .grid-cells.col-4 { grid-template-columns: repeat(2,1fr); }
  .svc-row { grid-template-columns: 1fr; gap: 16px; }
  .svc-n { font-size: 24px; }
  .svc-tags { justify-content: flex-start; }
  .svc-arr { display: none; }
  .steps { grid-template-columns: repeat(2,1fr); }
  .mat-row { grid-template-columns: 1fr; gap: 12px; }
  .mat-props { justify-content: flex-start; }
  .mat-arr { display: none; }
  .pquote-inner { grid-template-columns: 1fr; gap: 40px; }
  .rv-grid { grid-template-columns: 1fr; }
  .cta-inner { grid-template-columns: 1fr; gap: 40px; }
  .ft-grid { grid-template-columns: 1fr 1fr; }
  .caps { flex-wrap: wrap; }
  .cap { flex: 0 0 50%; }
  .seo-grid { grid-template-columns: 1fr; gap: 40px; }
  .nav-links { display: none; }
  .nav-right .nav-tel { display: none; }
  .mobile-toggle { display: block; }
  .nav-brand { border-right: none; padding-right: 0; }
  .nav-right { border-left: none; padding-left: 0; }
  .nav { gap: 0; }
  [style*="grid-template-columns:1fr 1fr"] { grid-template-columns: 1fr !important; }
  [style*="grid-template-columns:1fr 380px"] { grid-template-columns: 1fr !important; }
  .ssp-gallery [style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
  .ssp-gallery [style*="grid-row"] { grid-row: auto !important; }
  .ssp-gallery-2, .ssp-gallery-3, .ssp-gallery-4 { grid-template-columns: 1fr !important; }
  .ssp-gallery-3 .ssp-gallery-hero, .ssp-gallery-4 .ssp-gallery-hero { grid-row: auto; }
  .ssp-gallery-4 .ssp-gallery-wide { grid-column: auto; }
  .ssp-gallery-hero img { min-height: 250px !important; }
  .ssp-lb-prev, .ssp-lb-next { font-size: 36px; }
}

@media (max-width: 640px) {
  :root { --gutter: 20px; }
  .steps { grid-template-columns: 1fr; }
  .f2 { grid-template-columns: 1fr; }
  .ft-grid { grid-template-columns: 1fr; }
  .cap { flex: 0 0 100%; }
  .hero-metrics { grid-template-columns: 1fr; gap: 24px; }
  .hm { border-right: none; padding: 0; border-bottom: 1px solid var(--rule-lt); padding-bottom: 16px; }
  .hm:not(:first-child) { padding-left: 0; padding-top: 16px; }
  .mobile-sticky-cta { display: flex; }
  body { padding-bottom: 72px; }
  .trust-item { font-size: 11px; padding: 10px 16px; }
  .btn-cta-hero { font-size: 11px; padding: 16px 24px; }
}

/* ── GRAVITY FORMS OVERRIDES ── */
.gform_wrapper { font-family: var(--sans) !important; }
.gform_wrapper .gform_body { padding: 0 !important; }
.gform_wrapper .gform_fields { padding: 0 !important; gap: 0 !important; }
.gform_wrapper .gfield { margin-bottom: 14px !important; padding: 0 !important; }
.gform_wrapper .gfield_label { font-family: var(--cond) !important; font-size: 10px !important; font-weight: 700 !important; letter-spacing: .16em !important; text-transform: uppercase !important; color: var(--ink) !important; margin-bottom: 6px !important; padding: 0 !important; }
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="date"],
.gform_wrapper select,
.gform_wrapper textarea { width: 100% !important; padding: 12px 14px !important; border: 1px solid var(--rule) !important; background: var(--white) !important; font-family: var(--sans) !important; font-size: 14px !important; color: var(--ink) !important; outline: none !important; border-radius: 3px !important; transition: border-color .2s, box-shadow .2s !important; box-shadow: none !important; margin: 0 !important; }
.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus { border-color: var(--ssp-blue) !important; box-shadow: 0 0 0 3px rgba(43,57,144,.1) !important; }
.gform_wrapper textarea { height: 80px !important; resize: none !important; line-height: 1.5 !important; }
.gform_wrapper .gform_button,
.gform_wrapper input[type="submit"] { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 12px !important; font-family: var(--cond) !important; font-weight: 700 !important; font-size: 14px !important; letter-spacing: .1em !important; text-transform: uppercase !important; padding: 18px 36px !important; background: var(--ssp-red) !important; color: var(--white) !important; border: 1px solid var(--ssp-red) !important; width: 100% !important; cursor: pointer !important; transition: all .2s !important; border-radius: 3px !important; margin-top: 8px !important; }
.gform_wrapper .gform_button:hover,
.gform_wrapper input[type="submit"]:hover { background: #c9151c !important; border-color: #c9151c !important; }
.gform_wrapper .gfield_required { color: var(--ssp-red) !important; font-size: 9px !important; }
.gform_wrapper .ginput_container_name { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 16px !important; }
.gform_wrapper .name_first, .gform_wrapper .name_last { padding: 0 !important; }
.gform_wrapper .gfield_description { font-size: 10px !important; color: var(--mid) !important; margin-top: 2px !important; }
.gform_wrapper .validation_message { font-family: var(--cond) !important; font-size: 10px !important; color: var(--ssp-red) !important; letter-spacing: .06em !important; }
.gform_wrapper .gform_confirmation_message { font-family: var(--serif) !important; font-size: 22px !important; color: var(--ink) !important; line-height: 1.4 !important; padding: 40px 0 !important; }
.gform_wrapper .ginput_container_fileupload { padding: 4px 0 !important; }
.gform_wrapper .gform_drop_area { border: 1px dashed var(--rule) !important; padding: 12px !important; text-align: center !important; background: transparent !important; border-radius: 0 !important; }
.gform_wrapper .gform_footer { padding: 0 !important; margin: 4px 0 0 !important; }
/* Hide Gravity Forms default field sub-labels */
.gform_wrapper .hidden_sub_label,
.gform_wrapper .ginput_container_name label { font-family: var(--cond) !important; font-size: 8px !important; color: var(--mid) !important; letter-spacing: .1em !important; text-transform: uppercase !important; margin-top: 2px !important; }
/* Hero form — extra compact */
.hero-r .gform_wrapper .gfield { margin-bottom: 6px !important; }
.hero-r .gform_wrapper .gfield_label { font-size: 9px !important; margin-bottom: 2px !important; }
.hero-r .gform_wrapper input[type="text"],
.hero-r .gform_wrapper input[type="email"],
.hero-r .gform_wrapper input[type="tel"],
.hero-r .gform_wrapper input[type="date"],
.hero-r .gform_wrapper textarea { padding: 6px 0 !important; font-size: 12px !important; }
.hero-r .gform_wrapper textarea { height: 48px !important; }
.hero-r .gform_wrapper .ginput_container_name { gap: 12px !important; }
.hero-r .gform_wrapper .gfield_description { font-size: 9px !important; }
.hero-r .gform_wrapper .ginput_container_fileupload { padding: 2px 0 !important; }
.hero-r .gform_wrapper .gform_drop_area { padding: 8px !important; }
.hero-r .gform_wrapper .gform_footer { margin: 2px 0 0 !important; }
/* Embedded form on product/service pages — hide optional fields */
.ssp-short-form .gform_wrapper .gfield--type-date,
.ssp-short-form .gform_wrapper .gfield--type-fileupload { display: none !important; }

/* Form card container */
.ssp-form-card { max-width: 680px; margin: 0 auto; background: var(--white); border: 1px solid var(--rule); border-radius: 4px; overflow: hidden; }
.ssp-form-card-header { background: var(--ssp-blue); padding: 16px 32px; display: flex; align-items: center; gap: 16px; }
.ssp-form-badge { font-family: var(--cond); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--white); }
.ssp-form-badge-sub { font-family: var(--sans); font-size: 13px; color: rgba(255,255,255,.6); }
.ssp-form-card .ssp-short-form { padding: 28px 32px; }
