/* ==========================================================================
   AKAP Concrete LLC — V1  (Lakeland, FL · statewide Florida)
   Brand: graphite + cast-concrete grays + signature red accent.
   Photo-light by design (real job photos to be supplied by owner).
   Buyer model: Problem → Proof → Trust → Quote.
   ========================================================================== */

:root {
  --ink:        #1b1e22;
  --ink-2:      #24282d;
  --ink-3:      #333941;
  --steel:      #454c54;
  --concrete:   #6c7177;
  --concrete-2: #8b9097;
  --line:       #e0e1de;
  --line-2:     #cfd1cd;
  --paper:      #f4f4f2;
  --paper-2:    #ebebe7;
  --card:       #ffffff;

  --red:        #d23631;
  --red-d:      #b1251f;
  --red-soft:   #fbe7e6;
  --amber:      #e8a734;

  --text:       #23272b;
  --muted:      #5d646b;
  --muted-2:    #7c838a;
  --white:      #ffffff;
  --star:       #f5a623;

  --shadow-sm:  0 1px 3px rgba(20,24,28,.09);
  --shadow:     0 8px 28px rgba(20,24,28,.12);
  --shadow-lg:  0 20px 50px rgba(20,24,28,.2);

  --r-sm: 6px;
  --r:    12px;
  --r-lg: 18px;
  --r-pill: 999px;

  --container: 1180px;
  --header-h: 76px;

  --ff: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* cast-concrete texture: layered soft gradients, no image */
  --concrete-tex:
    radial-gradient(900px 500px at 12% -10%, rgba(255,255,255,.06), transparent 60%),
    radial-gradient(700px 600px at 100% 0%, rgba(0,0,0,.28), transparent 55%),
    radial-gradient(500px 500px at 30% 120%, rgba(255,255,255,.04), transparent 60%),
    linear-gradient(180deg, #2a2f35, #1b1e22);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0; font-family: var(--ff); color: var(--text); background: var(--paper);
  line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden; padding-bottom: 64px;
}
@media (min-width: 861px) { body { padding-bottom: 0; } }

img { max-width: 100%; display: block; }
a { color: var(--red-d); text-decoration: none; }
a:hover { color: var(--red); }
h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.12; font-weight: 800; letter-spacing: -.02em; color: var(--ink); }
h1 { font-size: clamp(2.1rem, 5.2vw, 3.6rem); text-transform: none; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1rem; }
ul { margin: 0 0 1rem; padding-left: 1.2rem; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 22px; }
.section { padding: clamp(56px, 8vw, 104px) 0; }
.section-tight { padding: clamp(40px, 6vw, 72px) 0; }
.bg-paper2 { background: var(--paper-2); }
.bg-ink { background: var(--ink); color: #d7dade; }
.bg-concrete-tex { background: var(--concrete-tex); color: #d7dade; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .5em; font-size: .8rem; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase; color: var(--red); margin-bottom: 14px;
}
.bg-ink .eyebrow, .bg-concrete-tex .eyebrow { color: var(--amber); }
.section-head { max-width: 720px; margin: 0 auto clamp(34px, 5vw, 56px); text-align: center; }
.section-head p { color: var(--muted); font-size: 1.08rem; margin: 0; }
.bg-ink .section-head h2, .bg-concrete-tex .section-head h2 { color: #fff; }
.bg-ink .section-head p, .bg-concrete-tex .section-head p { color: #aab2ba; }
.lead { font-size: 1.14rem; color: var(--muted); }

/* hazard accent rule */
.hazard { height: 6px; background: repeating-linear-gradient(45deg, var(--ink) 0 14px, var(--amber) 14px 28px); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font-family: var(--ff); font-size: 1rem; font-weight: 700; line-height: 1; white-space: nowrap;
  padding: 15px 26px; border-radius: var(--r-sm); border: 2px solid transparent; cursor: pointer;
  transition: transform .12s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.btn svg { width: 18px; height: 18px; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 8px 22px rgba(210,54,49,.3); }
.btn-primary:hover { background: var(--red-d); color: #fff; transform: translateY(-2px); }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #000; color: #fff; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--red); color: var(--red-d); background: #fff; }
.btn-white { background: #fff; color: var(--ink); }
.btn-white:hover { background: var(--paper); transform: translateY(-2px); }
.btn-lg { padding: 17px 32px; font-size: 1.06rem; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 80; background: rgba(244,244,242,.88);
  backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid var(--line);
  transition: box-shadow .2s ease, background .2s ease;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); background: rgba(244,244,242,.97); }
.nav { display: flex; align-items: center; gap: 16px; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 11px; margin-right: auto; flex: 0 0 auto; }
.brand:hover { color: inherit; }
.brand .logo-mark { width: 46px; height: 46px; flex: 0 0 auto; }
.brand .brand-txt { display: flex; flex-direction: column; line-height: 1.02; }
.brand .brand-name { font-weight: 800; font-size: 1.14rem; color: var(--ink); letter-spacing: .02em; white-space: nowrap; }
.brand .brand-sub { font-size: .64rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--red); white-space: nowrap; }

.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a.nav-item {
  display: inline-flex; align-items: center; padding: 9px 13px; border-radius: var(--r-sm);
  font-weight: 600; font-size: .96rem; color: var(--ink-2); white-space: nowrap;
}
.nav-links a.nav-item:hover { background: var(--paper-2); color: var(--red-d); }
.nav-links a.nav-item.active { color: var(--red-d); }

.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-login {
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; font-weight: 600;
  font-size: .9rem; color: var(--muted); padding: 8px 10px; border-radius: var(--r-sm);
}
.nav-login svg { width: 15px; height: 15px; opacity: .8; flex: 0 0 auto; }
.nav-login:hover { color: var(--red-d); background: var(--paper-2); }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; font-weight: 800; font-size: 1rem; color: var(--ink); padding: 8px 6px; }
.nav-phone svg { width: 17px; height: 17px; color: var(--red); flex: 0 0 auto; }
.nav-phone:hover { color: var(--red-d); }

.nav-toggle { display: none; width: 46px; height: 42px; border: 1px solid var(--line-2); background: #fff; border-radius: var(--r-sm); cursor: pointer; padding: 0; position: relative; flex: 0 0 auto; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 50%; top: 50%; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transform: translate(-50%, -50%); transition: .22s ease; }
.nav-toggle span::before { transform: translate(-50%, -7px); }
.nav-toggle span::after  { transform: translate(-50%, 5px); }
.nav-toggle.open span { background: transparent; }
.nav-toggle.open span::before { transform: translate(-50%, 0) rotate(45deg); }
.nav-toggle.open span::after  { transform: translate(-50%, 0) rotate(-45deg); }
.nav-overlay { display: none; }

@media (max-width: 1080px) {
  .nav-toggle { display: block; }
  .nav-overlay { display: block; position: fixed; inset: 0; z-index: 70; background: rgba(20,24,28,.5); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
  .nav-overlay.show { opacity: 1; pointer-events: auto; }
  .nav-links {
    position: fixed; inset: 0 0 auto 0; z-index: 75; flex-direction: column; align-items: stretch; gap: 2px;
    background: var(--paper); padding: calc(var(--header-h) + 14px) 20px 28px; box-shadow: 0 24px 40px rgba(20,24,28,.22);
    max-height: 100dvh; overflow-y: auto; transform: translateY(-100%); visibility: hidden;
    transition: transform .28s cubic-bezier(.4,.0,.2,1), visibility .28s;
  }
  .nav-links.open { transform: translateY(0); visibility: visible; }
  .nav-links a.nav-item { padding: 13px 14px; font-size: 1.05rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav-links a.nav-item:hover { background: transparent; }
  .nav-cta { flex-direction: column; align-items: stretch; gap: 10px; margin-top: 18px; }
  .nav-login, .nav-phone { justify-content: center; border: 1px solid var(--line-2); background: #fff; padding: 12px; border-radius: var(--r-sm); }
  .nav-cta .btn { width: 100%; }
}

/* ---------- Hero ---------- */
.hero { position: relative; color: #e9edf1; background: var(--concrete-tex); overflow: hidden; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: repeating-linear-gradient(45deg, transparent 0 14px, rgba(232,167,52,.5) 14px 28px); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; padding: clamp(56px, 8vw, 104px) 0; }
.hero h1 { color: #fff; }
.hero .problem-pill { display: inline-flex; align-items: center; gap: 9px; background: rgba(210,54,49,.18); border: 1px solid rgba(210,54,49,.4); color: #ffd9d7; font-weight: 700; font-size: .86rem; padding: 8px 16px; border-radius: var(--r-pill); margin-bottom: 20px; }
.hero .problem-pill svg { width: 16px; height: 16px; color: var(--red); }
.hero p.lead { color: #b8c0c8; font-size: 1.18rem; max-width: 540px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-trust .ht { display: flex; align-items: center; gap: 10px; }
.hero-trust .ht svg { width: 22px; height: 22px; color: var(--amber); flex: 0 0 auto; }
.hero-trust .ht b { color: #fff; display: block; font-size: .98rem; }
.hero-trust .ht span { color: #99a2ab; font-size: .82rem; }

.hero-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); border-radius: var(--r-lg); padding: 26px; backdrop-filter: blur(4px); }
.hero-card .stars { color: var(--star); font-size: 1.2rem; letter-spacing: 2px; }
.hero-card .rec-stat { font-size: 2.5rem; font-weight: 800; color: #fff; line-height: 1; margin: 8px 0 2px; }
.hero-card .rec-sub { color: #aab2ba; font-size: .92rem; margin-bottom: 18px; }
.hero-quote { color: #e7eaee; font-style: italic; font-size: 1.04rem; border-left: 3px solid var(--red); padding-left: 14px; margin: 16px 0; }
.hero-quote cite { display: block; font-style: normal; font-weight: 700; color: #fff; margin-top: 8px; font-size: .9rem; }
.hero-quote cite span { color: #99a2ab; font-weight: 500; }
@media (max-width: 880px) { .hero-grid { grid-template-columns: 1fr; gap: 30px; } .hero-card { order: 2; } }

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--ink-2); color: #c7cdd3; }
.trust-strip .row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 38px; padding: 18px 0; text-align: center; }
.trust-strip .ts { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: .94rem; }
.trust-strip .ts svg { width: 18px; height: 18px; color: var(--amber); }

/* ---------- Stats ---------- */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 26px 20px; text-align: center; box-shadow: var(--shadow-sm); }
.stat .num { font-size: clamp(2rem, 4vw, 2.7rem); font-weight: 800; color: var(--red); line-height: 1; letter-spacing: -.02em; }
.stat .lab { color: var(--muted); font-size: .92rem; margin-top: 8px; font-weight: 600; }
@media (max-width: 720px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Grids / cards ---------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 960px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.svc-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 28px 24px; box-shadow: var(--shadow-sm); transition: transform .16s ease, box-shadow .2s ease, border-color .2s ease; display: flex; flex-direction: column; }
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--red); }
.svc-ico { width: 52px; height: 52px; border-radius: 11px; display: grid; place-items: center; background: var(--ink); color: var(--amber); margin-bottom: 16px; }
.svc-ico svg { width: 26px; height: 26px; }
.svc-card h3 { margin-bottom: 8px; }
.svc-card p { color: var(--muted); font-size: .96rem; margin-bottom: 16px; }
.svc-card .svc-link { margin-top: auto; font-weight: 700; color: var(--red-d); display: inline-flex; align-items: center; gap: 6px; font-size: .94rem; }
.svc-card .svc-link svg { width: 15px; height: 15px; transition: transform .16s ease; }
.svc-card:hover .svc-link svg { transform: translateX(3px); }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split.rev .split-media { order: 2; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; gap: 30px; } .split.rev .split-media { order: 0; } }
.checklist { list-style: none; padding: 0; margin: 18px 0 0; }
.checklist li { display: flex; align-items: flex-start; gap: 12px; padding: 9px 0; color: var(--text); font-weight: 500; }
.checklist li svg { width: 22px; height: 22px; color: var(--red); flex: 0 0 auto; margin-top: 1px; }

/* concrete-slab visual block (photo substitute) */
.slab {
  border-radius: var(--r-lg); box-shadow: var(--shadow); min-height: 340px; position: relative; overflow: hidden;
  background:
    radial-gradient(420px 280px at 20% 10%, rgba(255,255,255,.5), transparent 60%),
    radial-gradient(360px 320px at 90% 90%, rgba(0,0,0,.12), transparent 60%),
    linear-gradient(135deg, #d9dad6, #c2c4bf 55%, #b4b6b0);
  display: flex; align-items: flex-end; padding: 24px;
}
.slab::before { content: ""; position: absolute; inset: 0; opacity: .5; background-image: repeating-linear-gradient(0deg, rgba(0,0,0,.04) 0 1px, transparent 1px 46px), repeating-linear-gradient(90deg, rgba(0,0,0,.04) 0 1px, transparent 1px 46px); }
.slab .slab-tag { position: relative; background: var(--ink); color: #fff; font-weight: 700; font-size: .82rem; padding: 8px 14px; border-radius: var(--r-pill); }
.slab.tall { min-height: 420px; }

/* ---------- Work cards (Gallery substitute) ---------- */
.work-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .16s ease, box-shadow .2s ease; }
.work-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.work-head { position: relative; min-height: 170px; padding: 18px; display: flex; align-items: flex-end; background: linear-gradient(135deg, #cfd1cc, #b9bbb5); }
.work-head::before { content: ""; position: absolute; inset: 0; opacity: .5; background-image: repeating-linear-gradient(0deg, rgba(0,0,0,.045) 0 1px, transparent 1px 40px), repeating-linear-gradient(90deg, rgba(0,0,0,.045) 0 1px, transparent 1px 40px); }
.work-head .badge { position: relative; background: var(--red); color: #fff; font-weight: 700; font-size: .76rem; padding: 5px 12px; border-radius: var(--r-pill); }
.work-body { padding: 20px 22px; }
.work-body h3 { font-size: 1.08rem; margin-bottom: 6px; }
.work-body p { color: var(--muted); font-size: .93rem; margin: 0; }
.work-body .loc { display: inline-flex; align-items: center; gap: 5px; color: var(--muted-2); font-size: .82rem; margin-top: 12px; }
.work-body .loc svg { width: 13px; height: 13px; }

/* ---------- Reviews ---------- */
.rev-summary { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 34px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 30px; box-shadow: var(--shadow-sm); max-width: 820px; margin: 0 auto 38px; text-align: center; }
.rev-summary .big { font-size: 2.4rem; font-weight: 800; color: var(--ink); line-height: 1; }
.rev-summary .stars { color: var(--star); font-size: 1.3rem; letter-spacing: 2px; }
.rev-summary .meta { color: var(--muted); font-size: .92rem; }
.rev-summary .sep { width: 1px; height: 44px; background: var(--line); }
@media (max-width: 620px) { .rev-summary .sep { display: none; } }

.review-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 26px 24px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; height: 100%; }
.review-card .stars { color: var(--star); letter-spacing: 2px; margin-bottom: 12px; }
.review-card blockquote { margin: 0 0 16px; font-size: 1.04rem; color: var(--text); line-height: 1.65; }
.review-card .who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.review-card .avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: var(--amber); display: grid; place-items: center; font-weight: 800; flex: 0 0 auto; }
.review-card .who b { color: var(--ink); display: block; font-size: .98rem; }
.review-card .who span { color: var(--muted-2); font-size: .84rem; }
.review-card .src { display: inline-flex; align-items: center; gap: 6px; margin-top: 2px; font-size: .8rem; color: var(--muted-2); }
.review-card .src svg { width: 13px; height: 13px; }

/* ---------- Discount band ---------- */
.disc-band { background: linear-gradient(135deg, var(--ink), var(--ink-3)); color: #fff; border-radius: var(--r-lg); padding: clamp(28px,4vw,44px); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px; box-shadow: var(--shadow); }
.disc-band h2 { color: #fff; margin: 0 0 6px; }
.disc-band p { color: rgba(255,255,255,.85); margin: 0; max-width: 560px; }
.disc-band .ico-badge { width: 56px; height: 56px; border-radius: 12px; background: rgba(232,167,52,.18); display: grid; place-items: center; flex: 0 0 auto; }
.disc-band .ico-badge svg { width: 30px; height: 30px; color: var(--amber); }
.disc-band .d-left { display: flex; align-items: center; gap: 20px; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 820px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding: 26px 22px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-sm); }
.step .n { width: 40px; height: 40px; border-radius: 10px; background: var(--red); color: #fff; font-weight: 800; display: grid; place-items: center; margin-bottom: 14px; }
.step h3 { font-size: 1.06rem; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: .93rem; margin: 0; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); margin-bottom: 12px; overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; font-family: var(--ff); font-weight: 700; font-size: 1.04rem; color: var(--ink); padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-q .chev { width: 20px; height: 20px; flex: 0 0 auto; transition: transform .22s ease; color: var(--red); }
.faq-item.open .faq-q .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-a-inner { padding: 0 22px 20px; color: var(--muted); }

/* ---------- Managed / WSS ---------- */
.managed { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(28px,4vw,44px); box-shadow: var(--shadow-sm); display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
@media (max-width: 820px) { .managed { grid-template-columns: 1fr; gap: 26px; } }
.managed .badge { display: inline-flex; align-items: center; gap: 8px; background: var(--ink); color: var(--amber); font-weight: 700; font-size: .82rem; padding: 7px 14px; border-radius: var(--r-pill); margin-bottom: 14px; }
.managed ul { list-style: none; padding: 0; margin: 16px 0 0; }
.managed ul li { display: flex; align-items: center; gap: 10px; padding: 7px 0; font-weight: 500; }
.managed ul li svg { width: 18px; height: 18px; color: var(--red); flex: 0 0 auto; }
.managed-card { background: var(--ink); border-radius: var(--r); padding: 26px; color: #c7cdd3; }
.managed-card .mc-top { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.managed-card .mc-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--amber); }
.managed-card .mc-row { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .92rem; }
.managed-card .mc-row:last-child { border-bottom: 0; }
.managed-card .mc-row b { color: #fff; }

/* ---------- CTA band ---------- */
.cta-band { text-align: center; }
.cta-band h2 { color: #fff; max-width: 760px; margin: 0 auto .6em; }
.cta-band p { color: #b4bcc4; max-width: 600px; margin: 0 auto 26px; font-size: 1.1rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.cta-phone { font-size: 1.5rem; font-weight: 800; color: #fff; display: inline-flex; align-items: center; gap: 10px; }
.cta-phone svg { width: 24px; height: 24px; color: var(--amber); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 44px; align-items: start; }
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; gap: 30px; } }
.contact-info .ci-row { display: flex; align-items: flex-start; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-info .ci-row:last-child { border-bottom: 0; }
.contact-info .ci-ico { width: 44px; height: 44px; border-radius: 11px; background: var(--ink); color: var(--amber); display: grid; place-items: center; flex: 0 0 auto; }
.contact-info .ci-ico svg { width: 21px; height: 21px; }
.contact-info .ci-row b { display: block; color: var(--ink); font-size: 1.04rem; }
.contact-info .ci-row a { font-weight: 700; }
.contact-info .ci-row span { color: var(--muted); font-size: .92rem; }

.form-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(24px,3vw,34px); box-shadow: var(--shadow); }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: .9rem; color: var(--ink-2); margin-bottom: 7px; }
.field input, .field select, .field textarea { width: 100%; font-family: var(--ff); font-size: 1rem; color: var(--text); padding: 13px 15px; border: 1.5px solid var(--line-2); border-radius: var(--r-sm); background: var(--paper); transition: border-color .15s ease, box-shadow .15s ease; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--red); box-shadow: 0 0 0 3px rgba(210,54,49,.14); background: #fff; }
.field textarea { min-height: 118px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 480px) { .field-row { grid-template-columns: 1fr; } }
.form-note { font-size: .82rem; color: var(--muted-2); margin-top: 4px; }
.form-success { display: none; text-align: center; padding: 30px 18px; }
.form-success.show { display: block; }
.form-success .ok-ico { width: 64px; height: 64px; border-radius: 50%; background: var(--red-soft); color: var(--red-d); display: grid; place-items: center; margin: 0 auto 16px; }
.form-success .ok-ico svg { width: 32px; height: 32px; }
.form-success h3 { color: var(--red-d); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #a4abb2; padding: 60px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 36px; }
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-brand .logo-mark { width: 46px; height: 46px; }
.footer-brand .fb-name { font-weight: 800; color: #fff; font-size: 1.1rem; line-height: 1.1; letter-spacing: .02em; }
.footer-brand .fb-sub { font-size: .64rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--amber); }
.site-footer p { color: #939aa1; font-size: .94rem; }
.footer-col h4 { color: #fff; font-size: .96rem; letter-spacing: .04em; margin-bottom: 14px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col a { color: #a4abb2; font-size: .94rem; }
.footer-col a:hover { color: #fff; }
.footer-contact a { display: flex; align-items: center; gap: 10px; color: #c7cdd3; font-weight: 600; margin-bottom: 12px; }
.footer-contact a svg { width: 17px; height: 17px; color: var(--amber); flex: 0 0 auto; }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a { width: 40px; height: 40px; border-radius: 9px; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #c7cdd3; }
.footer-social a:hover { background: var(--red); color: #fff; }
.footer-social a svg { width: 19px; height: 19px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding-top: 22px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: .86rem; color: #848b92; }
.footer-bottom a { color: #848b92; }
.footer-bottom a:hover { color: #fff; }

/* ---------- Sticky mobile call bar ---------- */
.mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 85; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 -8px 24px rgba(20,24,28,.26); }
.mobile-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 8px; font-weight: 800; font-size: 1rem; }
.mobile-bar a svg { width: 18px; height: 18px; }
.mobile-bar .mb-call { background: var(--red); color: #fff; }
.mobile-bar .mb-quote { background: var(--ink-3); color: #fff; }
@media (min-width: 861px) { .mobile-bar { display: none; } }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; } html { scroll-behavior: auto; } .hero .problem-pill { } }

/* ---------- Page hero ---------- */
.page-hero { background: var(--concrete-tex); color: #e9edf1; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: repeating-linear-gradient(45deg, transparent 0 14px, rgba(232,167,52,.5) 14px 28px); }
.page-hero .container { position: relative; z-index: 1; padding: clamp(48px,7vw,84px) 22px; }
.page-hero h1 { color: #fff; }
.page-hero p { color: #b4bcc4; font-size: 1.14rem; max-width: 640px; margin: 0; }
.breadcrumb { font-size: .86rem; color: #99a2ab; margin-bottom: 16px; }
.breadcrumb a { color: #c7cdd3; }
.breadcrumb a:hover { color: #fff; }

/* ---------- Utilities ---------- */
.text-center { text-align: center; }
.note-strip { background: var(--red-soft); border: 1px solid #f3c9c7; color: #7a2521; border-radius: var(--r); padding: 16px 20px; font-size: .95rem; }
.note-strip b { color: #5e1a17; }
