
:root { --accent: #007f82; --accent-dark: #05353b; --lime: #b8d840; --coral: #ff7a59; --ink: #132023; --muted: #607073; --soft: #f3fbfa; --line: #d9e7e6; --shadow: 0 22px 60px rgba(5, 53, 59, 0.16); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #fff; letter-spacing: 0; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.65; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: fixed; top: 18px; left: 0; right: 0; z-index: 80; display: flex; justify-content: center; pointer-events: none; }
.nav-pill { pointer-events: auto; display: inline-flex; align-items: center; gap: 28px; width: fit-content; max-width: calc(100% - 28px); margin: 0 auto; padding: 10px 12px; border-radius: 999px; background: rgba(255,255,255,0.92); border: 1px solid rgba(217,231,230,0.92); box-shadow: 0 10px 30px rgba(0,0,0,0.08); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-mark { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); color: #fff; font-weight: 900; box-shadow: inset -8px -8px 0 rgba(0,0,0,0.13); }
.brand strong { display: block; font-size: 19px; line-height: 1; }
.brand small { display: block; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 20px; margin: 0; }
.desktop-nav a { font-weight: 850; font-size: 14px; color: #274346; }
.desktop-nav a:hover { color: var(--accent); }
.nav-cta, .primary-btn, .secondary-btn { min-height: 44px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; font-weight: 900; border: 2px solid transparent; box-shadow: 0 10px 24px rgba(0,0,0,0.10); }
.nav-cta, .primary-btn { background: var(--accent); color: #fff; }
.secondary-btn { background: #fff; color: var(--accent-dark); border-color: var(--accent-dark); }
.mobile-menu-toggle { display: none; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--ink); font-size: 22px; font-weight: 900; }
.mobile-menu { display: none; }
.hero { position: relative; min-height: 94vh; overflow: hidden; display: grid; align-items: center; padding: 128px 0 76px; }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.86) 38%, rgba(255,255,255,0.28) 62%, rgba(255,255,255,0.04) 100%); }
.hero-content { position: relative; z-index: 2; width: min(1160px, calc(100% - 40px)); margin: 0 auto; max-width: 680px; justify-self: start; }
.eyebrow { color: var(--accent); font-size: 12px; text-transform: uppercase; font-weight: 900; letter-spacing: 0; margin: 0 0 12px; }
h1, h2, h3 { margin: 0; line-height: 1.04; letter-spacing: 0; }
h1 { font-size: clamp(44px, 7vw, 86px); max-width: 860px; }
h2 { font-size: 44px; }
h3 { font-size: 23px; }
.hero-lead { color: #304d51; max-width: 640px; font-size: 20px; margin: 24px 0 0; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.proof-band { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.proof-band div { padding: 28px 24px; text-align: center; border-right: 1px solid var(--line); }
.proof-band div:last-child { border-right: 0; }
.proof-band strong { display: block; color: var(--accent-dark); font-size: 34px; }
.proof-band span { color: var(--muted); font-weight: 850; }
.section { padding: 86px 0; }
.section-heading { display: grid; gap: 12px; margin-bottom: 34px; max-width: 780px; }
.split-intro, .process-layout, .area-layout, .cta-layout, .two-col, .faq-layout, .contact-layout { display: grid; grid-template-columns: 0.88fr 1.12fr; gap: 44px; align-items: start; }
.mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.mini-service { border: 1px solid var(--line); border-radius: 8px; padding: 18px; background: #fff; min-height: 164px; display: grid; align-content: start; gap: 8px; }
.mini-service span { color: var(--coral); font-weight: 950; }
.mini-service strong { font-size: 20px; }
.mini-service em { color: var(--muted); font-style: normal; line-height: 1.45; }
.service-band, .soft-section { background: var(--soft); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; display: grid; grid-template-rows: auto 1fr; }
.service-card img { width: 100%; aspect-ratio: 1.35 / 1; object-fit: cover; }
.service-card div { padding: 18px; }
.service-card h3 { margin-bottom: 10px; }
.service-card p:not(.eyebrow) { color: var(--muted); margin: 0 0 14px; }
.text-link { font-weight: 900; color: var(--accent-dark); border-bottom: 2px solid var(--lime); }
.process { background: #10363b; color: #fff; }
.process .eyebrow { color: var(--lime); }
.process p { color: #d8eeee; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.process-grid div { border: 1px solid rgba(255,255,255,0.16); border-radius: 8px; padding: 24px; background: rgba(255,255,255,0.06); }
.process-grid span { display: inline-flex; color: var(--lime); font-weight: 950; margin-bottom: 26px; }
.reviews { background: #fff; }
.gr-summary { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; border: 1px solid var(--line); border-radius: 8px; padding: 22px; margin-bottom: 18px; background: #fff; box-shadow: var(--shadow); }
.gr-google { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; font-size: 30px; font-weight: 950; color: #4285f4; background: #fff; border: 1px solid var(--line); }
.gr-summary strong { font-size: 38px; color: var(--accent-dark); margin-right: 12px; }
.gr-summary span { color: #f5a400; letter-spacing: 0; }
.gr-summary p { color: var(--muted); margin: 4px 0 0; }
.gr-summary a { border: 1px solid var(--line); border-radius: 999px; padding: 12px 16px; font-weight: 900; }
.gr-marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); margin-top: 14px; }
.gr-track { display: flex; gap: 14px; min-width: max-content; animation: scroll-left 34s linear infinite; }
.gr-marquee-reverse .gr-track { animation-direction: reverse; }
.gr-card { width: 330px; border: 1px solid var(--line); border-radius: 8px; padding: 18px; background: #fff; }
.gr-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.avatar { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); color: #fff; font-weight: 950; }
.gr-stars { color: #f5a400; }
.area-band { background: #eef8f5; }
.area-pills { padding: 0; margin: 22px 0 0; list-style: none; display: flex; gap: 10px; flex-wrap: wrap; }
.area-pills li { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 10px 14px; font-weight: 850; }
.map-graphic { min-height: 430px; border-radius: 8px; background: radial-gradient(circle at 30% 30%, #fff 0 10%, transparent 11%), linear-gradient(135deg, #dbf2ef, #fff); border: 1px solid var(--line); position: relative; display: grid; place-items: center; overflow: hidden; }
.map-graphic::before, .map-graphic::after { content: ""; position: absolute; inset: 52px; border: 2px dashed #a8cdca; border-radius: 50%; }
.map-graphic::after { inset: 104px; }
.map-graphic strong { color: var(--accent-dark); font-size: 36px; z-index: 1; }
.map-graphic em { color: var(--muted); z-index: 1; font-style: normal; margin-top: 58px; }
.dot { position: absolute; width: 18px; height: 18px; border-radius: 50%; background: var(--coral); border: 3px solid #fff; z-index: 2; box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
.dot-one { left: 34%; top: 38%; } .dot-two { left: 62%; top: 30%; } .dot-three { left: 51%; top: 66%; }
.final-cta { background: #fff; }
.contact-form { display: grid; gap: 14px; }
.contact-form label { display: grid; gap: 7px; font-size: 13px; font-weight: 900; color: #3a5255; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 14px 15px; font: inherit; background: #fff; color: var(--ink); }
.compact { grid-template-columns: 1fr 1fr; }
.compact label:nth-of-type(3), .compact label:nth-of-type(4), .compact button { grid-column: 1 / -1; }
.sub-hero { padding: 148px 0 72px; background: linear-gradient(135deg, #effafa, #fff); border-bottom: 1px solid var(--line); }
.sub-hero p { max-width: 760px; color: var(--muted); font-size: 19px; }
.service-hero { min-height: 88vh; padding: 132px 40px 70px; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 42px; align-items: center; width: min(1220px, 100%); margin: 0 auto; }
.service-hero img { border-radius: 8px; box-shadow: var(--shadow); }
.service-hero p { color: var(--muted); font-size: 19px; }
.tick-list { display: grid; gap: 12px; padding: 0; margin: 24px 0 0; list-style: none; }
.tick-list li { padding: 14px 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-weight: 850; }
.quote-panel, .contact-aside { border: 1px solid var(--line); border-radius: 8px; padding: 28px; background: #fff; box-shadow: 0 12px 34px rgba(5,53,59,0.08); }
.quote-panel p, .contact-aside p { color: var(--muted); }
.related-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.related-links a { border: 1px solid var(--line); border-radius: 999px; padding: 9px 12px; font-weight: 850; background: #fff; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 8px; padding: 18px 20px; background: #fff; }
.faq-list summary { cursor: pointer; font-weight: 950; }
.faq-list p { color: var(--muted); margin: 12px 0 0; }
.site-footer { background: #071d20; color: #fff; padding: 70px 0 30px; }
.footer-grid { width: min(1160px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 34px; }
.footer-brand { font-size: 42px; font-weight: 950; color: #fff; margin-bottom: 14px; }
.site-footer p, .site-footer a { color: #c8dddf; }
.site-footer h2 { color: var(--lime); font-size: 16px; margin-bottom: 14px; }
.footer-links { display: grid; gap: 10px; }
.footer-bottom { width: min(1160px, calc(100% - 40px)); margin: 40px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.16); color: #9ab2b6; font-size: 13px; }
.sticky-mobile-cta { display: none; }
@keyframes scroll-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 1180px) { .service-grid { grid-template-columns: repeat(2, 1fr); } .process-grid { grid-template-columns: 1fr; } }
@media (max-width: 1023px) {
  .site-header { top: 12px; }
  .nav-pill { width: calc(100% - 24px); max-width: none; justify-content: space-between; border-radius: 999px; gap: 12px; }
  .desktop-nav, .nav-cta { display: none; }
  .mobile-menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .mobile-menu.open { pointer-events: auto; display: grid; position: fixed; top: 76px; left: 12px; right: 12px; padding: 18px; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
  .mobile-menu a { padding: 12px; border-radius: 8px; background: var(--soft); font-weight: 900; }
  .hero-overlay { background: linear-gradient(90deg, rgba(255,255,255,0.97), rgba(255,255,255,0.76)); }
  .split-intro, .process-layout, .area-layout, .cta-layout, .two-col, .faq-layout, .contact-layout, .service-hero { grid-template-columns: 1fr; }
  .service-hero { padding-top: 120px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  body { padding-bottom: 60px; }
  .container { width: min(100% - 28px, 1160px); }
  .brand strong { font-size: 17px; }
  .brand small { display: none; }
  h1 { font-size: 40px; }
  h2 { font-size: 30px; }
  .hero { min-height: 92vh; padding-top: 110px; }
  .hero-content { width: min(100% - 28px, 1160px); }
  .hero-lead { font-size: 17px; }
  .hero-actions, .compact { display: grid; grid-template-columns: 1fr; }
  .compact label:nth-of-type(3), .compact label:nth-of-type(4), .compact button { grid-column: auto; }
  .proof-band, .mini-grid, .service-grid, .footer-grid { grid-template-columns: 1fr; }
  .proof-band div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-band div:last-child { border-bottom: 0; }
  .section { padding: 62px 0; }
  .gr-summary { grid-template-columns: 1fr; }
  .gr-summary a { width: fit-content; }
  .gr-card { width: 286px; }
  .service-hero { padding: 118px 14px 56px; }
  .sticky-mobile-cta { display: grid; grid-template-columns: 1fr 1fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; }
  .sticky-mobile-cta a { min-height: 58px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 950; }
  .sticky-mobile-cta a:first-child { background: var(--accent); }
  .sticky-mobile-cta a:last-child { background: #0a0a0a; }
}
