/* KDB Home Solutions - Areas pages shared CSS */
:root {
  --green: #2E8B57;
  --green-light: #3fae6d;
  --green-dark: #1f6a41;
  --dark: #1F2937;
  --muted: #6B7280;
  --light: #ffffff;
  --soft: #F3F4F6;
  --border: #E5E7EB;
  --radius: 16px;
  --shadow-sm: 0 10px 30px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 18px 45px rgba(15, 23, 42, 0.10);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "Inter", sans-serif; background: linear-gradient(180deg, #f8fbf9 0%, #f3f4f6 28%, #f3f4f6 100%); color: var(--dark); line-height: 1.68; }
a { text-decoration: none; color: inherit; }
header { background: rgba(255,255,255,0.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.nav { max-width: 1200px; margin: 0 auto; padding: 1rem 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.brand { display:flex; align-items:center; min-width:180px; }
.logo-img { height: 48px; width: auto; display: block; }
.nav-links { display: flex; gap: 2rem; font-size: 1rem; font-weight: 600; align-items:center; }
.nav-links a { color: var(--muted); transition: 0.2s; text-decoration: none; }
.nav-links a:hover, .nav-links a.active, .nav-links a[aria-current="page"] { color: var(--green); }
.btn-nav { padding: 0.75rem 1.35rem; background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%); color: white; border-radius: 999px; font-size: 0.95rem; font-weight: 700; border: none; cursor: pointer; transition: 0.2s; text-decoration: none; display: inline-block; box-shadow: 0 10px 24px rgba(46,139,87,.22); }
.btn-nav:hover { background: var(--green-light); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger div { width: 28px; height: 3px; background: var(--dark); border-radius: 3px; }
.mobile-menu { display: none; flex-direction: column; background: white; border-top: 1px solid var(--border); padding: 1rem; text-align: center; gap: 1rem; box-shadow: var(--shadow-sm); }
.mobile-menu a { color: var(--dark); font-size: 1.05rem; font-weight: 600; text-decoration: none; }
.mobile-menu .btn-nav { width: 100%; }
.mobile-menu.active { display: flex; }
.hero { max-width: 1200px; margin: 1.25rem auto 0; padding: clamp(2rem,4vw,3rem); display: grid; grid-template-columns: 1.05fr .95fr; gap: 2rem; align-items: center; background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(240,250,244,0.92) 100%); border: 1px solid var(--border); border-radius: 28px; box-shadow: var(--shadow-md); }
.hero-text h1 { font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 800; line-height: 1.08; margin-bottom: 1rem; letter-spacing: -0.03em; }
.hero-text h1 span { color: var(--green); }
.hero-text p { font-size: 1.05rem; color: var(--muted); margin-bottom: 1.1rem; max-width: 620px; }
.btn-primary { padding: 1rem 1.6rem; background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%); color: white; border-radius: 999px; border: none; font-size: 1rem; font-weight: 700; cursor: pointer; transition: 0.2s; text-decoration: none; display: inline-block; box-shadow: 0 10px 24px rgba(46,139,87,.22); }
.btn-primary:hover { background: var(--green-light); }
.hero-img { min-height: 320px; width: 100%; border-radius: 22px; background: linear-gradient(rgba(15,23,42,.10), rgba(15,23,42,.20)), url('../extension.png') center/cover no-repeat; box-shadow: inset 0 0 0 1px rgba(255,255,255,.3), var(--shadow-sm); }
section { max-width: 1200px; margin: 0 auto; padding: 3rem 1.5rem; }
h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); margin-bottom: 1.15rem; font-weight: 800; color: var(--dark); letter-spacing: -0.02em; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.card { background: white; border: 1px solid var(--border); padding: 1.8rem; border-radius: var(--radius); transition: 0.2s; box-shadow: var(--shadow-sm); }
.card:hover { transform: translateY(-4px); border-color: rgba(46,139,87,.35); box-shadow: var(--shadow-md); }
.muted { color: var(--muted); }
.pill-links { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1rem; }
.pill-links a { background: white; border: 1px solid var(--border); border-radius: 999px; padding: 0.55rem 1rem; color: var(--dark); font-weight: 700; text-decoration: none; transition: 0.2s; }
.pill-links a:hover { border-color: var(--green); color: var(--green); }
.content-box { background: white; border: 1px solid var(--border); padding: 2rem; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.content-box p { margin-bottom: 1rem; }
.bullets { margin-top: 1rem; padding-left: 1.2rem; color: var(--muted); }
.bullets li { margin: 0.45rem 0; }
.faq details { background: white; border: 1px solid var(--border); border-radius: var(--radius); padding: 1rem 1.2rem; margin-bottom: 0.8rem; box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; font-weight: 700; color: var(--dark); }
.faq p { margin-top: 0.6rem; color: var(--muted); }
.contact-box { background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%); border: 1px solid rgba(46,139,87,.25); padding: 2rem; border-radius: 24px; display: flex; justify-content: space-between; align-items: center; gap: 2rem; box-shadow: 0 18px 40px rgba(46,139,87,.22); }
.contact-box h2, .contact-box h3, .contact-box p { color: white; }
.contact-box p { opacity: .92; }
.btn-white { padding: 1rem 2rem; background: white; color: var(--green); border-radius: 999px; font-size: 1rem; font-weight: 700; border: none; cursor: pointer; transition: 0.2s; text-decoration: none; display: inline-block; box-shadow: 0 8px 20px rgba(0,0,0,.15); }
.btn-white:hover { background: #f0fdf4; color: var(--green-dark); }
footer { background: white; border-top: 1px solid var(--border); padding: 1.5rem; margin-top: 2rem; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; color: var(--muted); font-size: 0.9rem; flex-wrap: wrap; gap: 1rem; }
#local-services { background: white; border: 1px solid #e5e7eb; border-radius: 24px; padding: 2.5rem; margin: 0 auto; box-shadow: var(--shadow-sm); }
#local-services h2 { margin-bottom: 1rem; }
#local-services > p { color: #6B7280; font-size: 1.03rem; line-height: 1.7; margin-bottom: 1.6rem; max-width: 860px; }
#local-services > p:last-child { margin-top: 1.5rem; margin-bottom: 0; padding-top: 1.4rem; border-top: 1px solid #e5e7eb; color: #6B7280; }
#local-services .service-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
#local-services .service-link-card { background: linear-gradient(180deg,#f9fafb 0%,#fff 100%); border: 1px solid #e5e7eb; border-radius: 18px; padding: 1.4rem 1.6rem; transition: 0.2s; box-shadow: var(--shadow-sm); }
#local-services .service-link-card:hover { border-color: #2E8B57; transform: translateY(-2px); box-shadow: var(--shadow-md); }
#local-services .service-link-card h3 { margin: 0 0 0.5rem; font-size: 1.05rem; font-weight: 700; }
#local-services .service-link-card a { text-decoration: none; color: #1F2937; }
#local-services .service-link-card a:hover { color: #2E8B57; }
#local-services .service-link-card p { margin: 0; color: #6B7280; font-size: 0.95rem; line-height: 1.6; }
@media (max-width: 768px) {
  .nav-links, .nav > .btn-nav { display: none; }
  .hamburger { display: flex; }
  .hero { grid-template-columns: 1fr; text-align: center; margin: .75rem 1rem 0; }
  .hero-text p { margin: 0 auto 1.2rem; }
  .hero-img { min-height: 220px; }
  .grid-3 { grid-template-columns: 1fr; }
  .contact-box { flex-direction: column; text-align: center; }
  .contact-box a { width: 100%; max-width: 280px; }
  .footer-inner { flex-direction: column; gap: 0.5rem; text-align: center; }
}
