/* ==========================================================================
   AwniClean — global stylesheet
   ========================================================================== */

:root {
  --navy: #211d19;
  --navy-light: #38312a;
  --teal: #74805f;
  --teal-dark: #565f45;
  --terracotta: #bf5730;
  --terracotta-dark: #984526;
  --cream: #f5ede1;
  --white: #ffffff;
  --gray-900: #221f1a;
  --gray-700: #5c5348;
  --gray-500: #8a8071;
  --gray-200: #e5dbc9;
  --gray-100: #f0e8da;

  --font-head: 'Fraunces', Georgia, serif;
  --font-body: 'Inter', 'Segoe UI', system-ui, sans-serif;

  --radius: 10px;
  --shadow-sm: 0 2px 8px rgba(11, 37, 69, 0.08);
  --shadow-md: 0 8px 24px rgba(11, 37, 69, 0.12);
  --shadow-lg: 0 16px 40px rgba(11, 37, 69, 0.18);
  --container: 1160px;
}

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

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--gray-900);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; display: block; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--navy);
  line-height: 1.2;
  margin: 0 0 0.6em;
}

h1 { font-size: clamp(2rem, 4vw + 1rem, 3.2rem); font-weight: 700; }
h2 { font-size: clamp(1.6rem, 2vw + 1rem, 2.4rem); font-weight: 700; }
h3 { font-size: 1.25rem; font-weight: 600; }
p { margin: 0 0 1em; color: var(--gray-700); }
a { color: var(--teal-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
ul { padding-left: 1.2em; }

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

section { padding: 72px 0; }
section[id] { scroll-margin-top: 88px; }
.section-alt { background: var(--cream); }
.section-navy { background: var(--navy); color: var(--white); }

#offer {
  background-image: linear-gradient(rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.86)), url('../images/cleaning-process-bg.jpg');
  background-size: cover;
  background-position: center;
}
.section-navy h2, .section-navy h3 { color: var(--white); }
.section-navy p { color: #d8cfc0; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 0.8em;
}

.section-head { max-width: 680px; margin: 0 auto 3rem; text-align: center; }
.section-head p { font-size: 1.05rem; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 13px 26px;
  border-radius: 50px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }

.btn-primary { background: var(--terracotta); color: var(--white); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--terracotta-dark); box-shadow: var(--shadow-md); }

.btn-call { background: var(--navy); color: var(--white); }
.btn-call:hover { background: var(--navy-light); }

.btn-outline { background: transparent; border-color: var(--white); color: var(--white); }
.btn-outline:hover { background: rgba(255,255,255,0.12); }

.btn-outline-navy { background: transparent; border-color: var(--navy); color: var(--navy); }
.btn-outline-navy:hover { background: var(--navy); color: var(--white); }

.btn-lg { padding: 16px 34px; font-size: 1.05rem; }
.btn-block { width: 100%; justify-content: center; }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--gray-200);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  gap: 24px;
}

.logo { display: inline-flex; align-items: center; }
.logo:hover { opacity: 0.85; }
.logo-header-img { height: 52px; width: auto; display: block; }
.logo-footer-img { height: 92px; width: auto; display: block; }

.site-nav {
  display: flex;
  gap: 20px;
  margin-left: auto;
}
.site-nav a {
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--gray-900);
  font-size: 0.95rem;
}
.site-nav a:hover { color: var(--teal-dark); text-decoration: none; }
.site-nav a.active { color: var(--terracotta); }

.header-cta { display: flex; align-items: center; gap: 12px; }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
}

/* ==========================================================================
   Trust bar
   ========================================================================== */
.trust-bar {
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
  padding: 28px 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.trust-grid div {
  font-family: var(--font-body);
  font-weight: 700;
  color: var(--navy);
  font-size: 0.95rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

/* ==========================================================================
   Cards
   ========================================================================== */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }

.card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }

.card-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--terracotta);
}

/* Icon system (SVG sprite via <use>) */
.icon {
  display: inline-block;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-sparkle, .icon-pin { fill: currentColor; stroke: none; }
.card-icon .icon { width: 28px; height: 28px; }
.btn .icon { width: 20px; height: 20px; }
.btn-lg .icon { width: 22px; height: 22px; }
.protection-icon .icon { width: 26px; height: 26px; color: var(--terracotta); }
.ci-icon .icon { width: 22px; height: 22px; }

.icon-list { list-style: none; padding: 0; margin: 0; }
.icon-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  color: var(--gray-700);
}
.icon-list li::before {
  content: "✓";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

/* Process steps */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { position: relative; padding-top: 8px; }
.step::before {
  counter-increment: step;
  content: counter(step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--terracotta);
  color: var(--white);
  font-family: var(--font-head);
  font-weight: 700;
  margin-bottom: 16px;
}

/* Interactive journey / how-it-works stepper */
.journey { max-width: 900px; margin: 0 auto; }
.journey-steps {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 3rem;
}
.journey-line {
  position: absolute;
  top: 27px;
  left: 15%;
  right: 15%;
  height: 2px;
  background: var(--gray-200);
  z-index: 0;
}
.journey-line-fill {
  display: block;
  height: 100%;
  width: 0%;
  background: var(--terracotta);
  transition: width 0.25s ease;
}
.journey-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  cursor: pointer;
  flex: 1;
  max-width: 200px;
  padding: 4px;
}
.journey-step .num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--gray-200);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--gray-500);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.journey-step .label {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--gray-500);
  transition: color 0.2s ease;
}
.journey-step.active .num { background: var(--terracotta); border-color: var(--terracotta); color: var(--white); }
.journey-step.active .label { color: var(--navy); }
.journey-step:hover .label { color: var(--terracotta-dark); }

.journey-panel { display: none; }
.journey-panel.active { display: block; }
.journey-panel-inner {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 40px;
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}
.journey-panel-inner .card-icon { margin: 0 auto 18px; }
.journey-panel-wide { max-width: 720px; }

.protection-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 1.6rem;
  text-align: left;
}
.protection-item { display: flex; gap: 14px; align-items: flex-start; }
.protection-icon { font-size: 1.4rem; line-height: 1.4; }
.protection-item strong { display: block; color: var(--navy); font-family: var(--font-body); margin-bottom: 2px; }
.protection-item p { margin: 0; font-size: 0.92rem; }

/* CTA band */
.cta-band {
  background: var(--terracotta);
  color: var(--white);
  text-align: center;
}
.cta-band h2 { color: var(--white); }
.cta-band p { color: #f6ded0; font-size: 1.1rem; }
.cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 1.6rem; }
.cta-band .btn-primary { background: var(--navy); }
.cta-band .btn-primary:hover { background: var(--navy-light); }

/* Service area chips */
.area-chips { display: flex; flex-wrap: wrap; gap: 12px; }
.area-chips a {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 50px;
  padding: 10px 20px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--navy);
}
.area-chips a:hover { background: var(--teal); color: var(--white); border-color: var(--teal); text-decoration: none; }

.area-detail {
  border-bottom: 1px solid var(--gray-200);
  padding: 32px 0;
}
.area-detail:last-child { border-bottom: none; }

/* FAQ */
details.faq {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 18px 22px;
  margin-bottom: 14px;
}
details.faq summary {
  font-family: var(--font-body);
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "+"; font-size: 1.4rem; color: var(--terracotta); }
details.faq[open] summary::after { content: "–"; }
details.faq p { margin-top: 12px; }

/* ==========================================================================
   Packages / Pricing
   ========================================================================== */
.intro-banner {
  background: var(--cream);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 22px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 0 3rem;
}
.intro-banner p { margin: 0; color: var(--gray-900); }
.intro-banner strong { color: var(--terracotta-dark); }

.billing-toggle {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.billing-toggle-inner {
  display: inline-flex;
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
  border-radius: 50px;
  padding: 4px;
}
.billing-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.billing-toggle label {
  position: relative;
  padding: 10px 20px;
  border-radius: 50px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--gray-700);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.15s ease, background 0.15s ease;
}
.billing-toggle input:checked + label {
  background: var(--navy);
  color: var(--white);
}
.save-badge {
  background: var(--teal);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 50px;
}

.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: stretch; }
.package-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--shadow-sm);
}
.package-card.featured {
  border-color: var(--terracotta);
  box-shadow: var(--shadow-lg);
}
.package-ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--terracotta);
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  white-space: nowrap;
}
.package-name { margin-bottom: 0.2em; }
.package-tagline { color: var(--gray-500); font-size: 0.92rem; margin-bottom: 1.4rem; }
.package-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 0.2rem; }
.price-amount { font-family: var(--font-head); font-size: 2.5rem; font-weight: 700; color: var(--navy); line-height: 1; }
.price-period { color: var(--gray-500); font-size: 0.95rem; }
.package-billing-note { font-size: 0.82rem; color: var(--teal-dark); font-weight: 700; min-height: 1.2em; margin-bottom: 1.6rem; }
.package-for { font-size: 0.85rem; color: var(--gray-500); margin-bottom: 1.2rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--gray-200); }
.package-card .icon-list { flex-grow: 1; margin-bottom: 1.8rem; }
.package-card .btn { width: 100%; justify-content: center; }

/* ==========================================================================
   Forms
   ========================================================================== */
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.form-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow-sm);
}

.form-row { margin-bottom: 20px; }
.form-row label {
  display: block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--navy);
  margin-bottom: 8px;
}
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 0.98rem;
  background: var(--gray-100);
  transition: border-color 0.15s ease, background 0.15s ease;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--teal);
  background: var(--white);
}
.form-row textarea { resize: vertical; min-height: 120px; }
.hp-field { position: absolute; left: -9999px; top: -9999px; }

.form-note { font-size: 0.85rem; color: var(--gray-500); margin-top: 12px; }
.form-status { margin-top: 16px; font-family: var(--font-body); font-weight: 700; }
.form-status.success { color: var(--teal-dark); }
.form-status.error { color: var(--terracotta-dark); }

.contact-info-list { list-style: none; padding: 0; margin: 0 0 2rem; }
.contact-info-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 22px;
}
.contact-info-list .ci-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--cream);
  color: var(--terracotta);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-info-list strong { display: block; color: var(--navy); font-family: var(--font-body); font-weight: 700; }

.map-embed {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-sm);
}
.map-embed iframe { width: 100%; height: 320px; border: 0; display: block; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--white); color: var(--gray-700); padding-top: 64px; border-top: 1px solid var(--gray-200); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--gray-200);
}
.footer-grid h3 {
  color: var(--navy);
  font-family: var(--font-body);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  margin-bottom: 1em;
}
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 10px; }
.footer-grid a { color: var(--gray-700); }
.footer-grid a:hover { color: var(--terracotta-dark); }
.footer-logo { display: inline-block; margin-bottom: 16px; }
.footer-bottom {
  padding: 22px 24px;
  font-size: 0.85rem;
  color: var(--gray-500);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

/* Sticky mobile call bar */
.mobile-call-bar { display: none; }

/* ==========================================================================
   Page hero (interior pages)
   ========================================================================== */
.page-hero {
  background: linear-gradient(160deg, var(--navy) 0%, var(--terracotta-dark) 100%);
  color: var(--white);
  padding: 64px 0;
  text-align: center;
}
.page-hero h1 { color: var(--white); margin-bottom: 0.4em; }
.page-hero p { color: #e6dcca; max-width: 620px; margin: 0 auto; font-size: 1.05rem; }
.breadcrumbs { font-size: 0.85rem; color: #bfb29b; margin-bottom: 1em; }
.breadcrumbs a { color: #bfb29b; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 960px) {
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .contact-wrap { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .package-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .package-card.featured { order: -1; }
  .protection-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .journey-step .label { font-size: 0.78rem; }
  .journey-step .num { width: 44px; height: 44px; font-size: 1.1rem; }
  .journey-line { top: 21px; }
  .journey-panel-inner { padding: 28px 22px; }
}

@media (max-width: 900px) {
  .site-nav { display: none; }
  .header-cta { display: none; }
  .nav-toggle { display: flex; margin-left: auto; }
  .site-header.nav-open .site-nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    padding: 20px 24px;
    border-bottom: 1px solid var(--gray-200);
    gap: 18px;
  }
  section { padding: 52px 0; }
  .grid-3, .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-call-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: var(--terracotta);
    box-shadow: 0 -4px 16px rgba(0,0,0,0.2);
  }
  .mobile-call-bar a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    padding: 16px;
    color: var(--white);
    font-family: var(--font-body);
    font-weight: 700;
    letter-spacing: 0.02em;
  }
  .mobile-call-bar .icon { width: 20px; height: 20px; }
  body { padding-bottom: 56px; }
}
