/* DESIGN 3 — "BOLD CONVERTER" · Navy + Blue + Green · System sans-serif */
:root {
  --ink: #0f1729;
  --ink2: #1e293b;
  --accent: #2563eb;
  --accent2: #1d4ed8;
  --accent-light: #eff6ff;
  --bg: #f8fafc;
  --bg2: #f1f5f9;
  --white: #ffffff;
  --grey: #64748b;
  --grey-light: #94a3b8;
  --line: #e2e8f0;
  --green: #16a34a;
  --green-light: #f0fdf4;
  --radius: 8px;
}

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: var(--ink); line-height: 1.65; background: var(--bg); }
img { max-width: 100%; display: block; }
a { color: var(--accent2); text-decoration: none; }
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
h1, h2, h3 { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-weight: 800; line-height: 1.15; color: var(--ink); letter-spacing: -.3px; }
h2 { font-size: 2.2rem; margin-bottom: .4rem; }
h2.c { text-align: center; }
p.sub { color: var(--grey); font-size: 1.05rem; margin-bottom: 28px; }
section { padding: 68px 0; }
.bg { background: var(--bg2); }

/* === BUTTONS === */
.btn {
  display: inline-block; font-family: inherit; font-weight: 700;
  padding: 15px 32px; border-radius: var(--radius); font-size: 1rem;
  text-decoration: none; transition: all .2s; cursor: pointer; border: none;
  background: var(--accent); color: var(--white);
}
.btn:hover { background: var(--accent2); }
.btn.ghost { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,.4); box-shadow: none; }
.btn.ghost:hover { background: rgba(255,255,255,.12); }
.btn-green {
  display: inline-block; font-family: inherit; font-weight: 700;
  padding: 15px 32px; border-radius: var(--radius); font-size: 1rem;
  text-decoration: none; transition: all .2s; cursor: pointer; border: none;
  background: var(--green); color: var(--white);
}
.btn-green:hover { background: #15803d; }

/* === TOPBAR === */
.topbar { background: var(--green); color: rgba(255,255,255,.9); font-size: .84rem; letter-spacing: .3px; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; padding-top: 8px; padding-bottom: 8px; flex-wrap: wrap; gap: 6px; }
.topbar a { color: var(--white); font-weight: 600; }

/* === HEADER === */
header { position: sticky; top: 0; z-index: 50; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 1px 6px rgba(0,0,0,.04); }
header .wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; }
.logo { font-family: inherit; font-size: 1.5rem; color: var(--ink); font-weight: 800; }
.logo span { color: var(--accent); }
nav { display: flex; align-items: center; gap: 24px; }
nav a { color: var(--ink2); text-decoration: none; font-weight: 500; font-size: .93rem; }
nav a:hover { color: var(--accent); }
.callbtn, .nav-cta { background: var(--accent); color: var(--white) !important; padding: 10px 20px; border-radius: var(--radius); font-weight: 700; font-size: .9rem; margin-left: 0; }
.callbtn:hover, .nav-cta:hover { background: var(--accent2); }
@media (max-width: 860px) { nav a:not(.callbtn):not(.nav-cta) { display: none; } }

/* === HERO (subpages — 2-column with form) === */
.hero {
  position: relative; color: var(--white);
  background: url('https://images.unsplash.com/photo-1681853108586-f29b4ef5c0fb?w=1400&q=80&auto=format') center/cover no-repeat;
}
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(15,23,41,.9) 0%, rgba(15,23,41,.72) 50%, rgba(15,23,41,.55) 100%); }
.hero .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding: 62px 24px; }
@media (max-width: 840px) { .hero .wrap { grid-template-columns: 1fr; } }
.hero h1 { color: var(--white); font-size: 2.8rem; margin-bottom: 12px; font-weight: 800; }
.hero p { font-size: 1.1rem; color: rgba(255,255,255,.75); margin-bottom: 18px; line-height: 1.7; }
.hero .stars { color: var(--accent); font-size: 1rem; letter-spacing: 2px; margin-bottom: 8px; }
.hero .bigphone { font-size: 1.8rem; font-weight: 900; margin: 16px 0; color: var(--white); }
.hero .bigphone a { color: var(--accent); }
.hero .btn.ghost { color: var(--white); border-color: rgba(255,255,255,.4); }

/* HERO — index-only full-bleed variant */
.hero-content { max-width: 560px; }
.hero-form, .qform {
  background: var(--white); border-radius: 12px; padding: 28px; box-shadow: 0 16px 48px rgba(0,0,0,.3); border-top: 4px solid var(--accent);
}
.hero-form h3, .qform h3 { color: var(--ink); font-size: 1.2rem; margin-bottom: 4px; font-weight: 800; font-family: inherit; }
.hero-form .sm, .qform .sm { font-size: .82rem; color: var(--grey); margin-bottom: 12px; }
.hero-form label, .qform label { display: block; font-weight: 600; font-size: .85rem; margin: 10px 0 3px; color: var(--ink); }
.hero-form input, .hero-form select, .qform input, .qform select {
  width: 100%; padding: 11px 12px; border: 1px solid var(--line); border-radius: var(--radius);
  font-size: .95rem; font-family: inherit; background: var(--bg);
}
.hero-form input:focus, .hero-form select:focus, .qform input:focus, .qform select:focus { outline: none; border-color: var(--accent); }
.hero-form button, .qform .btn { width: 100%; margin-top: 14px; padding: 14px; border: none; cursor: pointer; background: var(--accent); color: var(--white); font-weight: 700; font-size: 1rem; border-radius: var(--radius); font-family: inherit; box-shadow: none; text-transform: none; letter-spacing: 0; }
.hero-form button:hover, .qform .btn:hover { background: var(--accent2); }
.booking-badge { display: inline-flex; align-items: center; gap: 6px; font-size: .82rem; font-weight: 600; color: rgba(255,255,255,.8); margin-bottom: 18px; }
.booking-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #4caf50; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1}50%{opacity:.4} }
.hero-label { display: inline-flex; align-items: center; gap: 8px; background: rgba(37,99,235,.18); border: 1px solid rgba(37,99,235,.35); color: #93c5fd; font-size: .8rem; font-weight: 700; padding: 6px 14px; border-radius: 100px; margin-bottom: 18px; letter-spacing: .5px; text-transform: uppercase; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-proof { display: flex; gap: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-proof .num { font-family: inherit; font-weight: 800; font-size: 1.5rem; color: var(--accent); }
.hero-proof .label { font-size: .8rem; color: rgba(255,255,255,.5); margin-top: 2px; }
.btn-primary { background: var(--accent); color: var(--white); }
.btn-primary:hover { background: var(--accent2); }
.btn-outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,.4); box-shadow: none; }
.btn-outline:hover { background: rgba(255,255,255,.12); }

/* === TRUST BAR === */
.trust, .trustbar { background: var(--ink); border-bottom: 3px solid var(--accent); padding: 0; overflow: hidden; }
.trust .wrap { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 14px; padding: 18px 24px; text-align: center; font-size: .9rem; color: rgba(255,255,255,.85); font-weight: 600; }
.trust b { color: var(--accent); }
.trustbar-inner { display: flex; gap: 48px; padding: 16px 0; animation: marquee 30s linear infinite; white-space: nowrap; }
.trustbar-inner .item { display: flex; align-items: center; gap: 8px; flex-shrink: 0; font-size: .88rem; font-weight: 700; color: rgba(255,255,255,.85); text-transform: uppercase; letter-spacing: .4px; }
.trustbar-inner .item .icon { color: var(--accent); font-size: 1.1rem; }
@keyframes marquee { 0%{transform:translateX(0)}100%{transform:translateX(-50%)} }

/* === SAVINGS BAR (turf-specific — replaces trust marquee on index) === */
.savings-bar { background: var(--green); padding: 0; overflow: hidden; }
.savings-bar .wrap { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 14px; padding: 16px 24px; text-align: center; }
.savings-bar .item { display: flex; align-items: center; gap: 8px; flex-shrink: 0; font-size: .88rem; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: .4px; }
.savings-bar .item .icon { font-size: 1.1rem; }

/* === STATS BAR === */
.statsbar { background: var(--accent); padding: 28px 0; }
.statsbar .wrap { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 16px; text-align: center; }
.statsbar .stat .num { font-family: inherit; font-weight: 800; font-size: 2rem; color: var(--white); }
.statsbar .stat .label { font-size: .85rem; color: rgba(255,255,255,.8); margin-top: 2px; }

/* === LEAD TEXT === */
.lead { text-align: center; color: var(--grey); max-width: 680px; margin: 6px auto 28px; font-size: 1.02rem; }

/* === SERVICE CARDS (old style — subpages) === */
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 820px) { .grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .grid { grid-template-columns: 1fr; } }
.card {
  background: var(--white); border: 1px solid var(--line); border-radius: 10px;
  padding: 24px; border-bottom: 3px solid var(--accent); transition: box-shadow .2s, border-color .2s;
}
.card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.card h3 { font-size: 1.12rem; margin-bottom: 6px; }
.card a.more { display: inline-block; margin-top: 8px; font-weight: 700; color: var(--accent); font-size: .88rem; }

/* === SERVICE CARDS (new style — index photo cards) === */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 820px) { .services-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .services-grid { grid-template-columns: 1fr; } }
.svc-card {
  position: relative; border-radius: 10px; overflow: hidden; min-height: 280px;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 24px;
  cursor: pointer; transition: transform .2s; text-decoration: none;
}
.svc-card:hover { transform: translateY(-4px); }
.svc-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.svc-card:hover img { transform: scale(1.04); }
.svc-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.78) 0%, rgba(0,0,0,.25) 50%, rgba(0,0,0,.08) 100%); }
.svc-card .card-text { position: relative; z-index: 1; color: var(--white); }
.svc-card h3 { color: var(--white); font-size: 1.2rem; margin-bottom: 6px; font-weight: 800; }
.svc-card p { color: rgba(255,255,255,.8); font-size: .88rem; line-height: 1.5; }
.svc-card .link { display: inline-block; margin-top: 10px; font-weight: 700; font-size: .85rem; color: var(--accent); letter-spacing: .3px; text-transform: uppercase; }

/* TYPE PILLS */
.type-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.type-pills span { padding: 6px 16px; border-radius: 100px; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; border: 1px solid var(--line); color: var(--grey); background: var(--white); }
.type-pills span.active { background: var(--accent); color: var(--white); border-color: var(--accent); }

/* === CTA BAND === */
.ctaband, .cta-band {
  position: relative; text-align: center; color: var(--white);
  background: url('https://images.unsplash.com/photo-1587119908644-2f42171ef3e2?w=1400&q=80&auto=format') center/cover no-repeat;
}
.ctaband::before, .cta-band::before { content: ''; position: absolute; inset: 0; background: rgba(15,23,41,.86); }
.ctaband .wrap, .cta-band .wrap { position: relative; z-index: 1; }
.ctaband h2, .cta-band h2 { color: var(--white); margin-bottom: 8px; }
.ctaband p, .cta-band p { color: rgba(255,255,255,.7); margin: 4px 0 18px; font-size: 1.05rem; }

/* === COMPARISON TABLE === */
.compare-table { width: 100%; border-collapse: collapse; border-radius: var(--radius); overflow: hidden; font-size: .95rem; }
.compare-table thead th { background: var(--ink); color: var(--white); font-weight: 800; padding: 16px 20px; text-align: left; font-size: 1rem; }
.compare-table thead th:last-child { color: var(--green); }
.compare-table tbody td { padding: 14px 20px; border-bottom: 1px solid var(--line); }
.compare-table tbody tr:nth-child(even) td { background: var(--bg2); }
.compare-table tbody tr:nth-child(odd) td { background: var(--white); }
.compare-table tbody td:first-child { font-weight: 700; color: var(--ink); }
.compare-table .yes { color: var(--green); font-weight: 700; }
.compare-table .no { color: #dc2626; font-weight: 700; }
.compare-wrap { max-width: 760px; margin: 0 auto; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.06); }

/* === PROCESS STEPS === */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; counter-reset: step; }
@media (max-width: 720px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding-left: 64px; }
.step::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 0; width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: var(--accent); font-family: inherit; font-weight: 800; font-size: 1.3rem; display: flex; align-items: center; justify-content: center; }
.step .n { width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: var(--accent); display: flex; align-items: center; justify-content: center; font-weight: 900; margin-bottom: 8px; font-size: 1.1rem; font-family: inherit; }
.step h3 { font-size: 1.1rem; margin-bottom: 6px; }
.step p { color: var(--grey); font-size: .93rem; }

/* === CHECKLIST (old .benes + new .checks) === */
ul.benes, .checks { list-style: none; margin-top: 8px; }
ul.benes { columns: 2; }
@media (max-width: 600px) { ul.benes { columns: 1; } }
ul.benes li, .checks li { padding: 8px 0 8px 32px; position: relative; break-inside: avoid; font-size: .95rem; border-bottom: 1px solid var(--line); }
ul.benes li:last-child, .checks li:last-child { border-bottom: none; }
ul.benes li::before, .checks li::before { content: "\2713"; position: absolute; left: 0; color: var(--green); font-weight: 800; }

/* === GALLERY === */
.gal, .gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
@media (max-width: 720px) { .gal, .gallery-grid { grid-template-columns: 1fr 1fr; } }
.gal img, .gallery-grid img { border-radius: 8px; height: 200px; width: 100%; object-fit: cover; aspect-ratio: 4/3; }

/* === REVIEWS === */
.revs, .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 820px) { .revs, .reviews-grid { grid-template-columns: 1fr; } }
.rev, .review-card { background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 24px; border-bottom: 3px solid var(--accent); }
.rev .s, .review-card .stars { color: var(--accent); font-size: 1rem; letter-spacing: 2px; margin-bottom: 10px; }
.rev p, .review-card blockquote { font-size: .93rem; color: var(--ink2); line-height: 1.6; font-style: italic; }
.rev .who, .review-card .author { font-weight: 700; margin-top: 14px; font-size: .88rem; color: var(--ink); font-style: normal; }
.rev .src, .review-card .loc { color: var(--grey-light); font-size: .82rem; font-style: normal; }

/* === SERVICE AREA CHIPS === */
.areas, .area-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.areas a, .areas span, .area-chips a, .area-chips span {
  background: var(--white); border: 1px solid var(--line); padding: 10px 18px;
  border-radius: var(--radius); font-size: .92rem; font-weight: 600; color: var(--ink);
  transition: border-color .15s, background .15s;
}
.areas a:hover, .area-chips a:hover { border-color: var(--accent); background: var(--accent-light); }
.areas span, .area-chips span { background: var(--accent-light); border-color: var(--accent); color: var(--accent2); }

/* === FAQ === */
.faq-list { max-width: 740px; margin: 0 auto; }
details { background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 18px 22px; margin-bottom: 10px; transition: border-color .15s; }
details[open] { border-color: var(--accent); }
details summary { font-weight: 700; cursor: pointer; color: var(--ink); font-size: 1rem; list-style: none; }
details summary::marker, details summary::-webkit-details-marker { display: none; }
details summary::after { content: "+"; float: right; font-size: 1.3rem; color: var(--grey-light); font-weight: 400; }
details[open] summary::after { content: "\2212"; color: var(--accent); }
details p { margin-top: 12px; color: var(--grey); font-size: .95rem; line-height: 1.65; }

/* === TWO-COLUMN LAYOUTS (subpages) === */
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 760px) { .two { grid-template-columns: 1fr; } .hero h1 { font-size: 2.1rem; } }
.prose p { margin-bottom: 13px; color: var(--grey); }

/* === WHY US (index) === */
.why-us .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 760px) { .why-us .grid { grid-template-columns: 1fr; } }
.why-us .image { border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; }
.why-us .image img { width: 100%; height: 100%; object-fit: cover; }

/* === QUOTE SECTION === */
.quote-section { background: var(--bg2); }
.quote-section .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
@media (max-width: 760px) { .quote-section .wrap { grid-template-columns: 1fr; } }
.quote-section .info h2 { margin-bottom: 12px; }
.quote-section .info .phone { font-family: inherit; font-weight: 800; font-size: 1.8rem; margin: 16px 0; }
.quote-section .info .phone a { color: var(--accent); }
.form-card { background: var(--white); border-radius: 12px; padding: 32px; box-shadow: 0 12px 40px rgba(0,0,0,.1); border-top: 4px solid var(--accent); }
.form-card label { display: block; font-weight: 600; font-size: .86rem; margin: 12px 0 3px; color: var(--ink); }
.form-card label:first-of-type { margin-top: 0; }
.form-card input, .form-card select, .form-card textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); font-size: .95rem; font-family: inherit; background: var(--bg); }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { outline: none; border-color: var(--accent); }
.form-card button { width: 100%; margin-top: 16px; padding: 15px; border: none; cursor: pointer; background: var(--accent); color: var(--white); font-family: inherit; font-weight: 700; font-size: 1.02rem; border-radius: var(--radius); }
.form-card button:hover { background: var(--accent2); }

/* === BREADCRUMB === */
.breadcrumb { font-size: .84rem; color: var(--grey); padding: 14px 0 0; }
.breadcrumb a { color: var(--grey); }
.breadcrumb a:hover { color: var(--accent); }

/* === PROCESS (white bg section) === */
.process { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* === FOOTER === */
footer { background: var(--ink); color: rgba(255,255,255,.55); padding: 52px 0 18px; font-size: .9rem; }
footer a { color: rgba(255,255,255,.8); text-decoration: none; }
footer a:hover { color: var(--accent); }
footer h4 { color: var(--white); margin-bottom: 10px; font-family: inherit; font-size: .95rem; font-weight: 700; }
.fcols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 28px; }
@media (max-width: 640px) { .fcols { grid-template-columns: 1fr 1fr; } }
.copy, .copyright { border-top: 1px solid rgba(255,255,255,.08); padding-top: 14px; text-align: center; font-size: .82rem; color: rgba(255,255,255,.35); }

/* === MOBILE CTA === */
.mcall, .mobile-call {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
  background: var(--accent); text-align: center; padding: 16px;
  font-weight: 800; color: var(--white); text-decoration: none; font-size: 1.05rem;
  box-shadow: 0 -4px 16px rgba(0,0,0,.15);
}
@media (max-width: 760px) { .mcall, .mobile-call { display: block; } body { padding-bottom: 56px; } }

/* === RESPONSIVE HERO === */
@media (max-width: 900px) {
  .hero .wrap { display: flex; flex-direction: column; text-align: center; gap: 28px; }
  .hero-content { max-width: 100%; }
  .hero h1 { font-size: 2.1rem; }
  .hero-proof { justify-content: center; }
  .hero-ctas { justify-content: center; }
  .hero-form { width: 100%; max-width: 420px; }
}
