/* Squeaky's Clean Window Cleaning - site stylesheet */

:root {
  --navy: #085E99;
  --navy-dark: #06456F;
  --sky: #46B6E8;
  --gold: #FFC119;
  --gold-dark: #E0A400;
  --bg: #ffffff;
  --bg-alt: #F2F9FD;
  --text: #1E2A32;
  --text-light: #5B6B76;
  --border: #E0EDF4;
  --radius: 10px;
  --shadow: 0 4px 18px rgba(8, 94, 153, 0.1);
  --max-width: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Segoe UI", system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

img { max-width: 100%; display: block; }
address { font-style: normal; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--gold-dark); }

h1, h2, h3, h4 {
  color: var(--navy);
  line-height: 1.25;
  margin: 0 0 16px;
}
h1 { font-size: clamp(2rem, 4vw, 2.75rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 16px; color: var(--text-light); }
ul { padding-left: 20px; }

.btn {
  display: inline-block;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  border: 2px solid transparent;
}
.btn-primary { background: var(--gold); color: var(--navy-dark); }
.btn-primary:hover { background: var(--gold-dark); color: var(--navy-dark); transform: translateY(-1px); }
.btn-outline { background: transparent; border-color: #fff; color: #fff; }
.btn-outline:hover { background: #fff; color: var(--navy); }
.btn-call { background: var(--navy); color: #fff; }
.btn-call:hover { background: var(--navy-dark); color: #fff; }
.btn-whatsapp { background: #25D366; color: #fff; }
.btn-whatsapp:hover { background: #1DA851; color: #fff; }

/* Header */
.site-header {
  background: var(--navy);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  gap: 20px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.logo-img { width: 128px; height: 128px; flex-shrink: 0; }
.logo-name { display: flex; flex-direction: column; }
.logo-tag {
  color: var(--gold);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.4px;
}
.logo:hover { color: #fff; }

.site-nav ul { list-style: none; display: flex; gap: 26px; margin: 0; padding: 0; }
.site-nav a { color: #d9ecf7; font-weight: 600; font-size: 0.95rem; }
.site-nav a:hover, .site-nav a.active { color: var(--gold); }
.header-call { white-space: nowrap; flex-shrink: 0; }

.nav-toggle { display: none; }
.nav-toggle-label { display: none; cursor: pointer; color: #fff; font-size: 1.6rem; padding: 4px 8px; }

/* Breadcrumb */
.breadcrumb { font-size: 0.85rem; color: #d9ecf7; margin-bottom: 16px; }
.breadcrumb a { color: #d9ecf7; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { margin: 0 6px; opacity: 0.6; }

/* Hero */
.hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
  color: #fff;
  padding: 64px 0 76px;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(70,182,232,0.25) 0%, rgba(70,182,232,0) 70%);
}
.hero-inner { max-width: 680px; position: relative; z-index: 1; }
.hero-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 800px) {
  .hero-split { grid-template-columns: 1fr; }
}
.hero-photo {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0,0,0,0.35);
}
.hero .eyebrow {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 12px;
  display: block;
}
.hero h1 { color: #fff; margin-bottom: 18px; }
.hero p.lead { color: #d9ecf7; font-size: 1.1rem; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Trust bar */
.trust-bar { background: var(--bg-alt); border-bottom: 1px solid var(--border); }
.trust-bar ul {
  list-style: none; display: flex; flex-wrap: wrap; justify-content: center;
  gap: 12px 40px; padding: 22px 0; margin: 0; text-align: center;
}
.trust-bar li { font-weight: 700; color: var(--navy); font-size: 0.95rem; }
.trust-bar li span { display: block; font-weight: 400; color: var(--text-light); font-size: 0.85rem; }

/* Sections */
.section { padding: 68px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.section-head p { margin-bottom: 0; }

.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 26px; }
.card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px 26px; box-shadow: var(--shadow);
}
.card h3 { margin-bottom: 10px; }
.card p { margin-bottom: 14px; }
.card a.learn { font-weight: 600; }

.icon-badge {
  width: 46px; height: 46px; border-radius: 10px;
  background: rgba(70,182,232,0.15); color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px; font-size: 1.3rem;
}

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 800px) { .split { grid-template-columns: 1fr; } }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }

.stat-row { display: flex; gap: 36px; flex-wrap: wrap; margin-top: 24px; }
.stat-row .stat strong { display: block; font-size: 1.8rem; color: var(--navy); }
.stat-row .stat span { color: var(--text-light); font-size: 0.9rem; }

/* Service blocks */
.service-block {
  border-bottom: 1px solid var(--border); padding: 40px 0;
  display: grid; grid-template-columns: 64px 1fr; gap: 24px;
}
.service-block:last-child { border-bottom: none; }
.service-block .icon-badge { margin-bottom: 0; width: 64px; height: 64px; font-size: 1.8rem; }
@media (max-width: 640px) {
  .service-block { grid-template-columns: 1fr; }
}

/* Areas list */
.areas-list {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px; list-style: none; padding: 0;
}
.areas-list li {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 14px 18px; font-weight: 600; color: var(--navy);
}
.areas-list li:has(a) { padding: 0; }
.areas-list li a { display: block; padding: 14px 18px; color: inherit; }
.areas-list li a:hover { color: var(--gold-dark); }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--border); padding: 22px 0; }
.faq-item:last-child { border-bottom: none; }
.faq-item h3 { margin-bottom: 8px; font-size: 1.05rem; }
.faq-item p { margin-bottom: 0; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gallery-item {
  position: relative; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); aspect-ratio: 4 / 3;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.25s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-caption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 10px 14px;
  background: linear-gradient(to top, rgba(6,69,111,0.88), rgba(6,69,111,0));
  color: #fff; font-size: 0.85rem; font-weight: 600;
}
@media (max-width: 800px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .gallery-grid { grid-template-columns: 1fr; } }

/* CTA band */
.cta-band { background: var(--navy); color: #fff; text-align: center; padding: 54px 0; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #d9ecf7; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 22px; }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-item { display: flex; gap: 16px; margin-bottom: 22px; }
.contact-item .icon-badge { flex-shrink: 0; margin-bottom: 0; }
.contact-item h3 { margin-bottom: 4px; }
.contact-item p { margin-bottom: 0; }

/* Footer */
.site-footer { background: var(--navy-dark); color: #b9cbd6; padding: 52px 0 0; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1.4fr; gap: 40px; padding-bottom: 40px; }
@media (max-width: 700px) { .footer-inner { grid-template-columns: 1fr; } }
.site-footer h3 { color: #fff; font-size: 1.05rem; }
.site-footer a { color: #b9cbd6; }
.site-footer a:hover { color: var(--gold); }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { margin-bottom: 8px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-brand h3 { margin-bottom: 0; }
.footer-logo { width: 128px; height: 128px; flex-shrink: 0; }
.site-footer address { margin: 0 0 16px; }
.social-link { display: inline-block; font-weight: 600; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 18px 0; font-size: 0.85rem; text-align: center; }
.footer-bottom p { color: #7f95a3; margin: 0; }

/* Mobile nav */
@media (max-width: 900px) {
  .site-nav {
    position: absolute; top: 100%; left: 0; right: 0; background: var(--navy);
    display: none; box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  }
  .site-nav ul { flex-direction: column; padding: 12px 20px 20px; gap: 4px; }
  .site-nav a { display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .nav-toggle-label { display: block; }
  .nav-toggle:checked ~ .site-nav { display: block; }
  .header-call { display: none; }
  .logo-img { width: 44px; height: 44px; }
  .logo { font-size: 1.05rem; gap: 8px; }
  .logo-tag { font-size: 0.8rem; }
}
