:root {
  --blue: #173f72;
  --blue-dark: #0d2c52;
  --green: #7cb342;
  --green-dark: #5d912f;
  --gray: #f4f7fa;
  --text: #142033;
  --muted: #5f6f82;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(13,44,82,.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--text); background: var(--white); }
a { color: inherit; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 12px 6%; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-bottom: 1px solid #e8eef4; }
.brand img { width: 145px; display: block; }
nav { display: flex; gap: 28px; font-weight: 700; color: var(--blue); }
.header-cta { background: var(--green); color: white; font-weight: 800; padding: 12px 18px; border-radius: 999px; }
.hero { min-height: 720px; padding: 90px 6%; display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center; background: radial-gradient(circle at 85% 18%, rgba(124,179,66,.24), transparent 28%), linear-gradient(135deg, #f8fbff 0%, #eef5fb 100%); position: relative; overflow: hidden; }
.hero::after { content: ''; position: absolute; right: -180px; bottom: -220px; width: 600px; height: 600px; background: var(--blue); border-radius: 50%; opacity: .08; }
.badge, .eyebrow { display: inline-block; color: var(--green-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; margin-bottom: 12px; }
.hero h1 { font-size: clamp(2.8rem, 7vw, 5.8rem); line-height: .95; margin: 0 0 24px; color: var(--blue-dark); letter-spacing: -.06em; }
.hero p { font-size: 1.25rem; line-height: 1.65; color: var(--muted); max-width: 690px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0 24px; }
.btn { display: inline-flex; justify-content: center; align-items: center; padding: 16px 24px; border-radius: 14px; font-weight: 900; transition: .2s; }
.btn.primary { background: var(--blue); color: white; }
.btn.secondary { background: var(--green); color: white; }
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.trust-row { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-row span { background: white; color: var(--blue); padding: 10px 14px; border-radius: 999px; font-weight: 800; box-shadow: 0 8px 25px rgba(13,44,82,.08); }
.hero-card { position: relative; z-index: 1; background: white; border-radius: 32px; padding: 36px; box-shadow: var(--shadow); border: 1px solid #e8eef4; }
.hero-card img { width: 100%; border-radius: 22px; margin-bottom: 24px; }
.hero-card h2 { font-size: 2rem; color: var(--blue); margin: 0 0 8px; }
.section { padding: 90px 6%; }
.section h2 { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; color: var(--blue-dark); margin: 0 0 18px; letter-spacing: -.04em; }
.section-lead, .intro p { font-size: 1.12rem; color: var(--muted); line-height: 1.8; }
.intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.service, .why, .faq { background: var(--gray); }
.pest-box, .area-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.pest-box span, .area-list span { background: white; border: 1px solid #e0e9f2; color: var(--blue); border-radius: 999px; padding: 13px 17px; font-weight: 800; }
.price-grid, .why-grid, .steps-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 30px; }
.price-card, .why-grid div, .steps-grid div { background: white; border: 1px solid #e0e9f2; border-radius: 26px; padding: 30px; box-shadow: 0 12px 34px rgba(13,44,82,.08); }
.price-card.featured { background: var(--blue); color: white; }
.price-card h3, .why-grid h3, .steps-grid h3 { font-size: 1.35rem; margin: 0 0 12px; color: inherit; }
.price-card:not(.featured) h3, .why-grid h3, .steps-grid h3 { color: var(--blue); }
.price { font-size: 5rem; font-weight: 900; line-height: 1; letter-spacing: -.06em; }
.price.small { color: var(--green); }
.price-card p, .why-grid p, .steps-grid p { color: var(--muted); line-height: 1.6; margin-bottom: 0; }
.price-card.featured p { color: rgba(255,255,255,.85); }
.steps-grid { grid-template-columns: repeat(4, 1fr); }
.steps-grid strong { display: inline-flex; width: 42px; height: 42px; border-radius: 50%; align-items: center; justify-content: center; background: var(--green); color: white; margin-bottom: 18px; }
details { background: white; border: 1px solid #e0e9f2; border-radius: 18px; padding: 20px 24px; margin: 12px 0; }
summary { cursor: pointer; font-weight: 900; color: var(--blue); font-size: 1.1rem; }
details p { color: var(--muted); line-height: 1.65; }
.contact { display: grid; grid-template-columns: 1fr 400px; gap: 44px; align-items: center; padding: 90px 6%; background: linear-gradient(135deg, var(--blue-dark), var(--blue)); color: white; }
.contact h2 { font-size: clamp(2.3rem, 5vw, 4rem); margin: 0 0 14px; letter-spacing: -.04em; }
.contact p { color: rgba(255,255,255,.82); font-size: 1.15rem; }
.light { color: var(--green); }
.contact-card { background: white; border-radius: 26px; padding: 26px; box-shadow: var(--shadow); }
.full { width: 100%; margin-bottom: 12px; }
.small-note { color: var(--muted) !important; font-size: .9rem !important; text-align: center; }
footer { text-align: center; padding: 40px 6% 90px; color: var(--muted); }
footer img { width: 150px; }
.mobile-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 20; background: white; border-top: 1px solid #dce7f2; padding: 10px; gap: 10px; }
.mobile-bar a { flex: 1; text-align: center; background: var(--blue); color: white; padding: 14px; border-radius: 12px; font-weight: 900; }
.mobile-bar a:last-child { background: var(--green); }
@media (max-width: 860px) {
  nav, .header-cta { display: none; }
  .brand img { width: 125px; }
  .hero, .intro, .contact { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding: 54px 6%; }
  .price-grid, .why-grid, .steps-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 6%; }
  .mobile-bar { display: flex; }
  footer { padding-bottom: 110px; }
}
