/* ===== Pines Plumbing ===== */
:root {
  --navy: #123456;
  --navy2: #1b4670;
  --navy3: #26578a;
  --sky: #2e9bd6;
  --sky-light: #7fc7ea;
  --ice: #d6ecf7;
  --copper: #c9702f;
  --copper-dark: #a8571d;
  --copper-light: #e09a5f;
  --pine: #2f6b4f;
  --ink: #1c2733;
  --ink-soft: #5d6b7a;
  --ink-faint: #94a2b0;
  --mist: #eef4f8;
  --mist2: #dfe9f0;
  --mist3: #c7d6e2;
  --cloud: #f7fafc;
  --white: #ffffff;
  --bg: #f7fafc;
  --bg-dark: #0e2438;
  --card: #ffffff;
  --border: #e0e9f0;
  --line: #c5d4e0;
  --shadow: 0 12px 32px rgba(18, 52, 86, 0.10);
  --shadow-lg: 0 22px 54px rgba(18, 52, 86, 0.20);
  --radius: 10px;
  --radius-sm: 6px;
  --maxw: 1180px;
  --sans: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  --display: "Oswald", "Arial Narrow", "Helvetica Neue", sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--bg); color: var(--ink); line-height: 1.75; -webkit-font-smoothing: antialiased; }
a { color: var(--navy2); text-decoration: none; transition: color .15s; }
a:hover { color: var(--copper-dark); }
img { max-width: 100%; display: block; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }
.container-narrow { max-width: 840px; margin: 0 auto; padding: 0 26px; }
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.1; text-transform: uppercase; letter-spacing: .01em; color: var(--navy); font-weight: 700; }
section { scroll-margin-top: 110px; }

/* Utility */
.eyebrow { font-family: var(--display); font-size: 0.88rem; letter-spacing: .2em; text-transform: uppercase; color: var(--copper-dark); font-weight: 600; display: inline-block; }
.eyebrow.sky { color: var(--sky); }
.eyebrow.light { color: var(--sky-light); }

/* Topbar */
.topbar { background: var(--navy); color: #a9c2d6; font-size: 0.85rem; padding: 8px 0; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.topbar a { color: var(--copper-light); font-weight: 700; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); backdrop-filter: blur(10px); border-bottom: 3px solid var(--copper); box-shadow: 0 2px 14px rgba(18,52,86,.07); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 82px; gap: 14px; }
.brand { font-family: var(--display); font-weight: 700; font-size: 1.32rem; color: var(--navy); text-transform: uppercase; display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand .logo { width: 50px; height: 50px; border-radius: 8px; background: linear-gradient(140deg, var(--sky), var(--navy)); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.brand .b-text { line-height: 1.0; }
.brand .b-text b { color: var(--copper-dark); }
.brand .b-text small { display: block; font-family: var(--sans); font-size: 0.54rem; letter-spacing: .18em; color: var(--ink-faint); font-weight: 700; margin-top: 3px; }
.nav-links { display: flex; gap: 1px; list-style: none; align-items: center; }
.nav-links a { color: var(--ink); font-family: var(--display); text-transform: uppercase; font-size: 0.86rem; letter-spacing: .03em; padding: 9px 11px; font-weight: 500; position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 11px; right: 11px; bottom: 4px; height: 2px; background: var(--copper); transform: scaleX(0); transition: transform .18s; }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-links a.active { color: var(--copper-dark); }
.nav-links .cta { background: var(--copper); color: #fff; border-radius: 4px; padding: 10px 20px; margin-left: 8px; font-weight: 600; }
.nav-links .cta::after { display: none; }
.nav-links .cta:hover { background: var(--copper-dark); color: #fff; }
.nav-toggle { display: none; background: none; border: 0; color: var(--navy); font-size: 1.7rem; cursor: pointer; }

/* Buttons */
.btn { font-family: var(--display); font-size: 0.95rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 14px 32px; border-radius: 4px; border: 2px solid transparent; cursor: pointer; display: inline-block; transition: all .16s; text-align: center; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy2); color: #fff; transform: translateY(-2px); }
.btn-copper { background: var(--copper); color: #fff; }
.btn-copper:hover { background: var(--copper-dark); color: #fff; transform: translateY(-2px); }
.btn-sky { background: var(--sky); color: #fff; }
.btn-sky:hover { background: var(--navy2); color: #fff; transform: translateY(-2px); }
.btn-white { background: #fff; color: var(--navy); }
.btn-white:hover { background: var(--mist); color: var(--navy); transform: translateY(-2px); }
.btn-line { background: transparent; color: var(--navy); border-color: var(--line); }
.btn-line:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn-line-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn-line-light:hover { background: #fff; color: var(--navy); }
.btn-lg { font-size: 1.05rem; padding: 16px 40px; }
.btn-sm { font-size: 0.78rem; padding: 9px 18px; }

/* Hero */
.hero { position: relative; background: var(--bg-dark); color: #fff; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background:
  radial-gradient(circle at 78% 24%, rgba(46,155,214,.32), transparent 46%),
  radial-gradient(circle at 12% 84%, rgba(201,112,47,.20), transparent 48%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: linear-gradient(90deg, var(--sky), var(--copper), var(--sky)); }
.hero-inner { position: relative; z-index: 1; padding: 90px 0 96px; }
.hero-inner .max { max-width: 740px; }
.hero .tag { display: inline-flex; align-items: center; gap: 10px; background: rgba(46,155,214,.12); border: 1px solid rgba(46,155,214,.42); color: var(--sky-light); font-family: var(--display); letter-spacing: .12em; text-transform: uppercase; font-size: 0.86rem; padding: 8px 20px; border-radius: 4px; margin-bottom: 24px; }
.hero h1 { font-size: clamp(2.6rem, 6.4vw, 5rem); line-height: 0.99; margin-bottom: 22px; color: #fff; }
.hero h1 .sk { color: var(--sky-light); }
.hero h1 .cp { color: var(--copper-light); }
.hero .lede { font-size: 1.22rem; color: #a9c2d6; max-width: 560px; margin-bottom: 32px; }
.hero .cta-row { display: flex; gap: 15px; flex-wrap: wrap; align-items: center; }
.hero .call-now { font-family: var(--display); font-size: 1.3rem; color: #fff; display: inline-flex; align-items: center; gap: 10px; }
.hero .call-now a { color: var(--copper-light); }

/* Marquee */
.strip { background: var(--sky); color: #fff; padding: 13px 0; overflow: hidden; white-space: nowrap; }
.strip .track { display: inline-block; animation: marquee 30s linear infinite; }
.strip .track span { margin: 0 26px; font-family: var(--display); font-size: 1rem; letter-spacing: .07em; text-transform: uppercase; }
.strip .track span.dot { color: var(--navy); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Quickbar */
.quickbar { background: var(--navy); color: #fff; }
.quickbar .container { display: grid; grid-template-columns: repeat(3, 1fr); }
.quickbar .q { display: flex; align-items: center; gap: 14px; padding: 22px 24px; border-right: 1px solid rgba(255,255,255,.09); }
.quickbar .q:last-child { border-right: 0; }
.quickbar .q .ico { font-size: 1.7rem; }
.quickbar .q h4 { font-size: 1rem; color: #fff; margin-bottom: 1px; }
.quickbar .q p { font-size: 0.85rem; color: #a9c2d6; }
.quickbar .q p .fill { background: rgba(46,155,214,.2); border-bottom: 1px dashed var(--sky-light); border-radius: 3px; padding: 0 5px; color: #fff; }

/* Page head */
.page-head { background: var(--bg-dark); color: #fff; padding: 62px 0 52px; position: relative; overflow: hidden; }
.page-head::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 84% 38%, rgba(46,155,214,.26), transparent 46%); }
.page-head::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg, var(--sky), var(--copper), var(--sky)); }
.page-head .container { position: relative; z-index: 1; }
.page-head .breadcrumb { font-family: var(--display); font-size: 0.86rem; letter-spacing: .08em; text-transform: uppercase; color: #7f97ab; margin-bottom: 14px; }
.page-head .breadcrumb a { color: #a9c2d6; }
.page-head h1 { font-size: clamp(2.1rem, 5.2vw, 3.7rem); color: #fff; max-width: 900px; }
.page-head h1 .sk { color: var(--sky-light); }
.page-head h1 .cp { color: var(--copper-light); }
.page-head .sub { margin-top: 16px; font-size: 1.14rem; color: #a9c2d6; max-width: 660px; }

/* Sections */
section.block { padding: 80px 0; }
section.block.mist { background: var(--mist); }
section.block.ice { background: var(--ice); }
section.block.dark { background: var(--bg-dark); color: #a9c2d6; }
section.block.navy { background: var(--navy); color: #a9c2d6; }
.block.dark h1, .block.dark h2, .block.dark h3, .block.navy h1, .block.navy h2, .block.navy h3 { color: #fff; }
.block.dark .eyebrow, .block.navy .eyebrow { color: var(--sky-light); }

/* Section head */
.sec-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.sec-head .eyebrow { margin-bottom: 14px; }
.sec-head h2 { font-size: clamp(2rem, 4.6vw, 3.1rem); }
.sec-head h2 .sk { color: var(--sky); }
.sec-head h2 .cp { color: var(--copper-dark); }
.sec-head p { color: var(--ink-soft); font-size: 1.06rem; margin-top: 14px; }
.block.dark .sec-head p, .block.navy .sec-head p { color: #a9c2d6; }
.block.dark .sec-head h2 .sk, .block.navy .sec-head h2 .sk { color: var(--sky-light); }
.sec-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; border-bottom: 3px solid var(--navy); padding-bottom: 12px; flex-wrap: wrap; gap: 12px; }
.sec-bar h2 { font-size: 1.8rem; }
.sec-bar h2 .sk { color: var(--sky); }

/* Grids */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* Service cards */
.svc-card { background: var(--card); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .16s, box-shadow .16s; display: flex; flex-direction: column; border-top: 4px solid var(--sky); }
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.svc-card .s-top { height: 150px; display: flex; align-items: center; justify-content: center; font-size: 3.4rem; color: #fff; }
.svc-card .s-top.t1 { background: linear-gradient(150deg, #7fc7ea, #1b4670); }
.svc-card .s-top.t2 { background: linear-gradient(150deg, #e5b98f, #a8571d); }
.svc-card .s-top.t3 { background: linear-gradient(150deg, #9fd0b8, #2f6b4f); }
.svc-card .body { padding: 26px 24px; flex: 1; display: flex; flex-direction: column; }
.svc-card h3 { font-size: 1.3rem; margin-bottom: 10px; }
.svc-card h3 a { color: var(--navy); }
.svc-card h3 a:hover { color: var(--copper-dark); }
.svc-card p { color: var(--ink-soft); font-size: 0.95rem; flex: 1; }
.svc-card .s-foot { margin-top: 16px; }

/* Feature icons */
.feat-icons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feat-ico { text-align: center; }
.feat-ico .ico { width: 78px; height: 78px; margin: 0 auto 16px; border-radius: 10px; background: var(--card); display: flex; align-items: center; justify-content: center; font-size: 2rem; box-shadow: var(--shadow); }
.block.dark .feat-ico .ico, .block.navy .feat-ico .ico { background: var(--navy3); }
.feat-ico h3 { font-size: 1.12rem; margin-bottom: 8px; }
.feat-ico p { color: var(--ink-soft); font-size: 0.92rem; }
.block.dark .feat-ico p, .block.navy .feat-ico p { color: #a9c2d6; }

/* Feature split */
.feat { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.feat .f-visual { border-radius: var(--radius); min-height: 420px; display: flex; align-items: center; justify-content: center; font-size: 8rem; box-shadow: var(--shadow); background: linear-gradient(150deg, var(--mist2), var(--mist3)); color: var(--navy); }
.feat .f-visual.navy { background: linear-gradient(150deg, var(--sky), var(--navy)); color: #fff; }
.feat .f-visual.copper { background: linear-gradient(150deg, var(--copper-light), var(--copper-dark)); color: #fff; }
.feat.flip .f-visual { order: 2; }
.feat h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); margin-bottom: 18px; }
.feat h2 .sk { color: var(--sky); }
.feat h2 .cp { color: var(--copper-dark); }
.feat p { color: var(--ink-soft); margin-bottom: 16px; }
.feat .lede { font-size: 1.2rem; color: var(--ink); line-height: 1.5; margin-bottom: 18px; font-weight: 600; }
.dot-list { list-style: none; margin: 8px 0 24px; }
.dot-list li { padding-left: 34px; position: relative; margin-bottom: 12px; color: var(--ink-soft); }
.dot-list li::before { content: "\2713"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: var(--sky); color: #fff; border-radius: 4px; font-size: 0.8rem; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.block.dark .feat p, .block.navy .feat p { color: #a9c2d6; }
.block.dark .feat .lede, .block.navy .feat .lede { color: #fff; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { text-align: center; }
.step .num { width: 62px; height: 62px; margin: 0 auto 16px; border-radius: 8px; background: var(--copper); color: #fff; font-family: var(--display); font-size: 1.5rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.step h3 { font-size: 1.14rem; margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: 0.92rem; }
.block.dark .step p, .block.navy .step p { color: #a9c2d6; }

/* Stat strip */
.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat .n { font-family: var(--display); font-size: 2.9rem; color: var(--sky-light); font-weight: 700; line-height: 1; }
.stat .l { font-family: var(--display); font-size: 0.88rem; letter-spacing: .08em; text-transform: uppercase; color: #7f97ab; margin-top: 6px; }

/* Reviews */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review { background: var(--card); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); border-top: 3px solid var(--copper); }
.review .stars { color: var(--copper); margin-bottom: 12px; letter-spacing: 2px; }
.review p { color: var(--ink-soft); font-style: italic; margin-bottom: 14px; }
.review .who { font-family: var(--display); font-weight: 600; font-size: 0.98rem; color: var(--navy); text-transform: uppercase; }
.review .r-meta { font-size: 0.8rem; color: var(--ink-faint); margin-top: 3px; text-transform: none; font-family: var(--sans); font-weight: 400; }
.review .r-meta .fill { background: var(--mist2); border-bottom: 1px dashed var(--sky); border-radius: 3px; padding: 0 5px; }

/* FAQ accordion */
.faq-item { background: var(--card); border-radius: var(--radius-sm); box-shadow: var(--shadow); margin-bottom: 12px; overflow: hidden; border-left: 4px solid var(--sky); }
.faq-head { padding: 19px 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer; }
.faq-head h3 { font-size: 1.1rem; }
.faq-head .tog { font-family: var(--display); font-size: 1.5rem; color: var(--sky); flex-shrink: 0; transition: transform .18s; }
.faq-item.open .tog { transform: rotate(45deg); }
.faq-body { padding: 0 24px; max-height: 0; overflow: hidden; transition: max-height .25s ease, padding .25s ease; }
.faq-item.open .faq-body { padding: 0 24px 20px; max-height: 800px; }
.faq-body p { color: var(--ink-soft); font-size: 0.96rem; }
.faq-body .fill { background: var(--mist2); border-bottom: 1px dashed var(--sky); border-radius: 3px; padding: 0 5px; font-weight: 600; color: var(--ink); }

/* Notice boxes */
.notice-box { background: #fff8ec; border: 1px solid #f2ddb4; border-radius: var(--radius-sm); padding: 18px 22px; margin: 24px 0; font-size: 0.93rem; color: #7a5615; line-height: 1.7; }
.notice-box strong { color: #5e410c; }
.legal-box { background: #fdeeec; border: 1px solid #f6cdc8; border-radius: var(--radius-sm); padding: 18px 22px; margin: 24px 0; font-size: 0.93rem; color: #8a3a30; line-height: 1.7; }
.legal-box strong { color: #6b2820; }

/* Warning signs list */
.sign-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 22px 0; }
.sign { background: var(--card); border: 1px solid var(--border); border-left: 4px solid var(--copper); border-radius: var(--radius-sm); padding: 16px 20px; box-shadow: var(--shadow); }
.sign h4 { font-size: 1rem; margin-bottom: 5px; color: var(--navy); }
.sign p { font-size: 0.9rem; color: var(--ink-soft); }
.sign p .fill { background: var(--mist2); border-bottom: 1px dashed var(--sky); border-radius: 3px; padding: 0 5px; }

/* Comparison table */
.cmp-table { width: 100%; border-collapse: collapse; margin: 12px 0 20px; }
.cmp-table th, .cmp-table td { padding: 13px 16px; border: 1px solid var(--line); font-size: 0.95rem; text-align: left; }
.cmp-table th { background: var(--navy); color: #fff; font-family: var(--display); text-transform: uppercase; font-size: 0.84rem; letter-spacing: .04em; font-weight: 600; }
.cmp-table td .fill { background: var(--mist2); border-bottom: 1px dashed var(--sky); border-radius: 2px; padding: 0 5px; }
.cmp-table tr:nth-child(even) td { background: var(--cloud); }

/* Contact */
.contact-split { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.contact-split .c-info { background: var(--bg-dark); color: #a9c2d6; padding: 52px 46px; }
.contact-split .c-info h2 { color: #fff; font-size: 2rem; margin-bottom: 16px; }
.contact-split .c-info h2 .sk { color: var(--sky-light); }
.contact-split .c-info p { color: #a9c2d6; margin-bottom: 26px; }
.info-row { display: flex; gap: 14px; margin-bottom: 20px; align-items: flex-start; }
.info-row .ico { font-size: 1.1rem; width: 44px; height: 44px; flex-shrink: 0; background: rgba(46,155,214,.16); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.info-row .k { font-family: var(--display); font-size: 0.78rem; letter-spacing: .06em; text-transform: uppercase; color: var(--sky-light); }
.info-row .v { color: #fff; font-size: 1rem; }
.info-row .v .fill { background: rgba(46,155,214,.18); border-bottom: 1px dashed var(--sky-light); border-radius: 3px; padding: 0 6px; }
.hours-list { list-style: none; }
.hours-list li { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 0.95rem; color: #a9c2d6; }
.hours-list li .fill { background: rgba(46,155,214,.18); border-bottom: 1px dashed var(--sky-light); border-radius: 3px; padding: 0 6px; }
.hours-list li.today { color: var(--sky-light); font-weight: 700; }
.contact-split .c-form { background: var(--card); padding: 52px 46px; }
.form-card { background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow); padding: 42px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { margin-bottom: 20px; }
.form-field label { display: block; font-family: var(--display); font-size: 0.82rem; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-soft); font-weight: 600; margin-bottom: 8px; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%; padding: 13px 16px; border: 1px solid var(--border); border-radius: var(--radius-sm);
  background: var(--cloud); font-family: var(--sans); font-size: 1rem; color: var(--ink); outline: none;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--sky); }
.form-note { font-size: 0.8rem; color: var(--ink-faint); margin-top: 10px; }
.form-msg { padding: 14px 18px; border-radius: var(--radius-sm); margin-top: 16px; display: none; background: var(--mist2); color: var(--navy); border: 1px solid var(--sky); font-size: 0.95rem; }
.form-msg.ok { display: block; }

/* Map */
.map-box { aspect-ratio: 16/9; border-radius: var(--radius); background: linear-gradient(135deg, var(--mist2), var(--mist3)); display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink-soft); box-shadow: var(--shadow); border: 1px dashed var(--line); }
.map-box .pin { font-size: 2.8rem; margin-bottom: 8px; }

/* Prose */
.prose { font-size: 1.05rem; line-height: 1.85; }
.prose p { color: #3b4854; margin-bottom: 16px; }
.prose h2 { font-size: 1.8rem; margin: 32px 0 12px; }
.prose h2 .sk { color: var(--sky); }
.prose h2 .cp { color: var(--copper-dark); }
.prose h3 { font-size: 1.28rem; margin: 26px 0 10px; color: var(--navy2); }
.prose ul, .prose ol { padding-left: 24px; margin-bottom: 16px; color: #3b4854; }
.prose li { margin-bottom: 9px; }
.prose .fill { background: var(--mist2); border-bottom: 1px dashed var(--sky); padding: 0 5px; border-radius: 2px; font-weight: 600; }
.prose .note { background: var(--mist); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 16px 20px; margin: 22px 0; font-size: 0.96rem; }
.check-list { list-style: none; padding: 0 !important; }
.check-list li { padding-left: 34px; position: relative; margin-bottom: 12px; color: #3b4854; }
.check-list li::before { content: "\2713"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background: var(--sky); color: #fff; border-radius: 4px; font-size: 0.8rem; display: flex; align-items: center; justify-content: center; font-weight: 700; }

/* CTA band */
.cta-band { padding: 84px 0; text-align: center; background: linear-gradient(140deg, var(--sky), var(--navy)); color: #fff; position: relative; overflow: hidden; }
.cta-band::before { content: "\1F527"; position: absolute; font-size: 13rem; opacity: .11; top: -8px; left: 5%; }
.cta-band::after { content: "\1F6BF"; position: absolute; font-size: 11rem; opacity: .11; bottom: -18px; right: 6%; }
.cta-band .container { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; font-size: clamp(2rem, 5vw, 3.2rem); margin-bottom: 16px; }
.cta-band p { max-width: 560px; margin: 0 auto 30px; opacity: .97; font-size: 1.12rem; }
.cta-band .phone { font-family: var(--display); font-size: 2.1rem; margin-top: 18px; }
.cta-band .phone a { color: #fff; }

/* Footer */
.site-footer { background: var(--bg-dark); color: #7f97ab; padding: 60px 0 28px; }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 38px; border-bottom: 1px solid #1f3a52; }
.footer-brand .fb-name { font-family: var(--display); font-size: 1.42rem; color: #fff; text-transform: uppercase; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.footer-brand .fb-name .logo { width: 42px; height: 42px; border-radius: 8px; background: linear-gradient(140deg, var(--sky), var(--navy)); }
.footer-brand p { font-size: 0.92rem; max-width: 300px; }
.footer-col h4 { font-family: var(--display); color: #fff; font-size: 0.92rem; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 15px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { color: #7f97ab; font-size: 0.91rem; }
.footer-col a:hover { color: var(--sky-light); }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-family: var(--display); font-size: 0.84rem; letter-spacing: .03em; color: #5c748a; }
.footer-bottom a { color: #7f97ab; }
.footer-legal { font-size: 0.78rem; color: #5c748a; margin-top: 12px; line-height: 1.6; max-width: 780px; }

/* Responsive */
@media (max-width: 980px) {
  .grid-4, .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .feat-icons, .steps { grid-template-columns: repeat(2, 1fr); }
  .stat-strip { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .review-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  .quickbar .container { grid-template-columns: 1fr; }
  .quickbar .q { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .quickbar .q:last-child { border-bottom: 0; }
  .sign-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .feat, .feat.flip { grid-template-columns: 1fr; gap: 34px; }
  .feat .f-visual, .feat.flip .f-visual { order: 0; min-height: 240px; font-size: 5rem; }
  .contact-split { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 82px; left: 0; right: 0; flex-direction: column; background: #fff; border-bottom: 3px solid var(--copper); padding: 14px 26px; gap: 2px; display: none; align-items: stretch; }
  .nav-links.show { display: flex; }
  .nav-links a { width: 100%; padding: 12px 0; }
  .nav-links .cta { text-align: center; margin-left: 0; margin-top: 8px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .cmp-table th, .cmp-table td { padding: 10px 12px; font-size: 0.88rem; }
}
@media (max-width: 470px) {
  .grid-4, .feat-icons, .steps, .stat-strip { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .contact-split .c-info, .contact-split .c-form { padding: 36px 26px; }
  .form-card { padding: 28px 22px; }
}
