:root {
  --ink: #101827;
  --muted: #5f6878;
  --paper: #f7f7f5;
  --white: #ffffff;
  --orange: #f37b2b;
  --orange-dark: #d95e10;
  --line: #e2e5e9;
  --green: #1f8f58;
  --shadow: 0 18px 50px rgba(16, 24, 39, .10);
  --radius: 24px;
}
* { 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: var(--paper); line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 14px clamp(20px, 5vw, 72px); background: rgba(247,247,245,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(226,229,233,.85); }
.brand img { width: 92px; height: 72px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 24px; font-weight: 700; }
nav a { text-decoration: none; }
.nav-cta { background: var(--ink); color: white; padding: 12px 18px; border-radius: 999px; }
.hero { min-height: 670px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 54px; align-items: center; padding: 76px clamp(24px, 6vw, 96px); background: radial-gradient(circle at 85% 10%, rgba(243,123,43,.16), transparent 28%), linear-gradient(135deg,#f9fafb 0%,#f1f3f5 100%); }
.hero-content { max-width: 800px; }
.eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: .12em; font-size: .79rem; font-weight: 900; color: var(--orange-dark); margin-bottom: 14px; }
h1 { font-size: clamp(2.6rem, 6vw, 5.6rem); line-height: .98; margin: 0 0 24px; letter-spacing: -.055em; }
h2 { font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.06; margin: 0 0 18px; letter-spacing: -.04em; }
h3 { margin: 10px 0 8px; font-size: 1.25rem; }
.hero p { font-size: clamp(1.05rem, 2vw, 1.35rem); color: var(--muted); max-width: 720px; }
.rating { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.stars { color: #f4b400; letter-spacing: .08em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.button { display: inline-flex; justify-content: center; align-items: center; padding: 15px 22px; border-radius: 14px; font-weight: 900; text-decoration: none; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--orange); color: white; box-shadow: 0 12px 28px rgba(243,123,43,.25); }
.primary:hover { background: var(--orange-dark); }
.secondary { background: var(--white); border: 1px solid var(--line); }
.quick-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; color: var(--muted); font-weight: 650; }
.quick-links a { color: var(--green); }
.hero-card { background: var(--white); border: 1px solid var(--line); border-radius: 30px; padding: 34px; box-shadow: var(--shadow); }
.logo-wrap { background: #f2f3f4; border-radius: 20px; padding: 18px; }
.logo-wrap img { margin: auto; height: 190px; object-fit: contain; }
.hero-card ul { margin: 24px 0 0; padding: 0; list-style: none; }
.hero-card li { padding: 12px 0 12px 30px; border-bottom: 1px solid var(--line); position: relative; }
.hero-card li:last-child { border-bottom: 0; }
.hero-card li::before { content: "✓"; color: var(--green); font-weight: 900; position: absolute; left: 0; }
.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.trust-strip div { background: white; padding: 28px 20px; text-align: center; }
.trust-strip strong { display: block; font-size: 1.8rem; }
.trust-strip span { color: var(--muted); }
.section { padding: 92px clamp(24px, 6vw, 96px); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading p, .areas-section p, .cta-section p { color: var(--muted); font-size: 1.1rem; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.service-grid article { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; min-height: 220px; transition: .2s ease; }
.service-grid article:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-grid p { color: var(--muted); margin-bottom: 0; }
.icon { font-size: 2rem; }
.reviews-section { background: var(--ink); color: white; }
.reviews-section .eyebrow { color: #ffad76; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
blockquote { margin: 0; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 28px; }
blockquote p { font-size: 1.25rem; }
blockquote footer { color: #c4c9d2; }
.text-link { display: inline-block; margin-top: 26px; color: white; font-weight: 800; }
.areas-section { display: grid; grid-template-columns: 1.2fr .8fr; gap: 44px; align-items: center; }
.area-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.area-card strong { font-size: 1.3rem; }
.cta-section { margin: 0 clamp(18px, 4vw, 64px) 64px; padding: 54px; border-radius: 32px; background: linear-gradient(135deg,#f37b2b,#df5f12); color: white; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-section .eyebrow, .cta-section p { color: white; }
.cta-section h2 { max-width: 760px; }
.large { background: white; color: var(--ink); white-space: nowrap; }
.site-footer { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; padding: 40px clamp(24px,6vw,96px) 100px; background: white; border-top: 1px solid var(--line); }
.site-footer img { width: 86px; }
.site-footer p { margin: 4px 0; color: var(--muted); }
.footer-links { display: flex; gap: 18px; font-weight: 800; }
.site-footer small { grid-column: 1/-1; color: var(--muted); }
.mobile-bar { display: none; }
@media (max-width: 980px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 52px; }
  .hero-card { max-width: 620px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .review-grid { grid-template-columns: 1fr; }
  .areas-section { grid-template-columns: 1fr; }
  .cta-section { flex-direction: column; align-items: flex-start; }
  .trust-strip { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 620px) {
  body { padding-bottom: 68px; }
  .site-header { padding: 8px 18px; }
  .brand img { width: 74px; height: 60px; }
  .nav-cta { padding: 10px 14px; }
  .hero { min-height: auto; padding: 46px 20px 56px; gap: 30px; }
  h1 { font-size: 3rem; }
  .hero-card { padding: 24px; }
  .logo-wrap img { height: 150px; }
  .section { padding: 68px 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .trust-strip div { padding: 20px 10px; }
  .cta-section { margin: 0 14px 40px; padding: 34px 24px; }
  .site-footer { grid-template-columns: 1fr; padding: 34px 20px 96px; }
  .footer-links { flex-wrap: wrap; }
  .mobile-bar { position: fixed; z-index: 50; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: 1fr 1fr 1.35fr; background: white; border-top: 1px solid var(--line); box-shadow: 0 -8px 25px rgba(16,24,39,.08); }
  .mobile-bar a { text-decoration: none; text-align: center; padding: 15px 6px; font-weight: 850; }
  .mobile-bar .book { background: var(--orange); color: white; }
}
