/* =========================================================================
   Shree Sawariya Sofa Cleaning — Surat
   Palette: deep navy + warm gold (matches existing brand), cream content
   sections, WhatsApp green reserved only for WhatsApp CTAs.
   ========================================================================= */

:root {
  --navy: #0F1B2E;
  --navy-2: #17284A;
  --gold: #C9962E;
  --gold-light: #E7C578;
  --cream: #FBF8F2;
  --paper: #FFFFFF;
  --ink: #1B2233;
  --ink-dim: #5B6478;
  --line: rgba(15, 27, 46, 0.10);
  --whatsapp: #22C35E;
  --whatsapp-dark: #16A34A;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 14px 28px -14px rgba(15, 27, 46, 0.22);
  --shadow-sm: 0 6px 14px -8px rgba(15, 27, 46, 0.16);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Manrope", -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, .serif { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.01em; text-wrap: balance; }
h1 { font-size: clamp(30px, 5vw, 48px); line-height: 1.1; margin: 0 0 16px; }
h2 { font-size: clamp(26px, 4vw, 36px); line-height: 1.15; margin: 0 0 10px; }
h3 { font-size: 19px; margin: 0 0 6px; }
p { margin: 0 0 10px; }
button { font-family: inherit; cursor: pointer; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: 820px; }
.section { padding: 76px 0; }
.section-alt { background: var(--paper); }
.eyebrow {
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 10px;
}
.eyebrow-on-dark { color: var(--gold-light); }
.section-sub { color: var(--ink-dim); max-width: 60ch; margin-bottom: 34px; font-size: 15.5px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 24px; border-radius: 999px; font-weight: 700; font-size: 15px;
  border: none; transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}
.btn .ico { width: 19px; height: 19px; flex-shrink: 0; }
.btn:hover { transform: translateY(-2px); }
.btn-call { background: var(--gold); color: #241705; box-shadow: var(--shadow-sm); }
.btn-call:hover { background: var(--gold-light); }
.btn-whatsapp { background: var(--whatsapp); color: #fff; box-shadow: 0 8px 20px -10px rgba(34,195,94,0.5); }
.btn-whatsapp:hover { background: var(--whatsapp-dark); }
.btn-ghost { background: transparent; border: 1.5px solid var(--line); color: var(--ink); padding: 12px 22px; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-lg { padding: 17px 30px; font-size: 16.5px; }
.btn-block { width: 100%; }
.btn-google-reviews {
  background: var(--paper); color: var(--ink); border: 1.5px solid var(--line);
  box-shadow: var(--shadow-sm); padding: 13px 24px;
}
.g-icon-badge { width: 20px; height: 20px; }
.g-icon-badge.sm { width: 18px; height: 18px; }

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 26px 0 6px; }
.hero-actions.center { justify-content: center; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100; background: var(--cream);
  border-bottom: 1px solid var(--line);
  transition: padding 0.2s ease, box-shadow 0.2s ease;
}
.site-header.shrink { box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; gap: 16px; }
.site-header.shrink .header-inner { padding-top: 9px; padding-bottom: 9px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-logo { width: 42px; height: 42px; border-radius: 10px; object-fit: cover; }
.brand-text { display: flex; flex-direction: column; line-height: 1.25; }
.brand-text strong { font-family: var(--font-display); font-size: 16.5px; color: var(--navy); }
.brand-text em { font-style: normal; font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-dim); }
.header-cta { display: flex; align-items: center; gap: 10px; }
.header-cta .btn { padding: 11px 18px; font-size: 14px; }
.nav-toggle { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 56px 0 70px; overflow: hidden; background: var(--cream); }
.hero-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(900px 500px at 88% -6%, rgba(201,150,46,0.14), transparent 60%),
    radial-gradient(700px 500px at 6% 30%, rgba(23,40,74,0.06), transparent 60%);
}
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: start; }
.hero-sub { font-size: 17px; color: var(--ink-dim); max-width: 56ch; }
.trust-bar { list-style: none; margin: 20px 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 18px; }
.trust-bar li {
  font-size: 13px; font-weight: 700; color: var(--navy); padding: 7px 13px;
  background: var(--paper); border: 1px solid var(--line); border-radius: 999px;
}
.hero-stats { display: flex; gap: 30px; margin-top: 30px; flex-wrap: wrap; }
.stat { display: flex; flex-direction: column; }
.stat strong { font-family: var(--font-display); font-size: 26px; color: var(--navy); }
.stat strong .star { color: var(--gold); font-size: 18px; margin-left: 2px; }
.stat span { font-size: 12.5px; color: var(--ink-dim); text-transform: uppercase; letter-spacing: 0.04em; }

.hero-card {
  background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 30px; border: 1px solid var(--line); position: sticky; top: 110px;
}
.hero-card h2 { font-size: 21px; margin-bottom: 18px; }
.booking-form { display: flex; flex-direction: column; gap: 13px; }
.field { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 700; color: var(--navy); }
.field input, .field select {
  font-family: inherit; font-size: 15px; padding: 12px 14px; border-radius: var(--radius-sm);
  border: 1.5px solid var(--line); background: var(--cream); color: var(--ink);
}
.field input:focus, .field select:focus { outline: 2px solid var(--gold); outline-offset: 1px; border-color: var(--gold); }
.form-note { font-size: 12.5px; color: var(--ink-dim); text-align: center; margin: 4px 0 0; }
.form-success { font-size: 13.5px; text-align: center; background: rgba(34,195,94,0.1); color: #0F5E31; padding: 12px; border-radius: var(--radius-sm); }
.form-success a { text-decoration: underline; font-weight: 700; }

/* ---------- Guarantee band ---------- */
.guarantee-band {
  background: linear-gradient(160deg, var(--navy), var(--navy-2));
  color: #F4EFE3; padding: 70px 0; text-align: center;
}
.guarantee-band h2 { color: #fff; }
.guarantee-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 40px 0 10px; text-align: left; }
.guarantee-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(231,197,120,0.25);
  border-radius: var(--radius); padding: 26px;
}
.g-icon {
  width: 46px; height: 46px; border-radius: 12px; background: rgba(231,197,120,0.18);
  color: var(--gold-light); display: flex; align-items: center; justify-content: center;
  font-size: 21px; font-weight: 800; margin-bottom: 14px;
}
.guarantee-card h3 { color: #fff; }
.guarantee-card p { color: #C9D0E0; margin: 0; font-size: 14.5px; }

/* ---------- Before/After photo ---------- */
.ba-photo {
  width: 100%; max-width: 900px; margin: 0 auto 44px; border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow);
}
.ba-photo img { width: 100%; height: auto; display: block; }
.gallery-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.gallery-grid figure { margin: 0; border-radius: var(--radius-sm); overflow: hidden; aspect-ratio: 1; box-shadow: var(--shadow-sm); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Services ---------- */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card {
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.s-icon {
  width: 44px; height: 44px; border-radius: 12px; background: rgba(201,150,46,0.14);
  display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 12px;
}
.service-card p { font-size: 14px; color: var(--ink-dim); }
.card-cta { display: flex; gap: 8px; font-size: 13.5px; font-weight: 700; color: var(--gold); margin-top: 10px; }
.card-cta a:hover { text-decoration: underline; }

/* ---------- Pricing ---------- */
.price-table { max-width: 620px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.price-row { display: flex; justify-content: space-between; padding: 16px 22px; background: var(--paper); border-bottom: 1px solid var(--line); font-size: 15px; }
.price-row:last-child { border-bottom: none; }
.price-row span:last-child { font-weight: 800; color: var(--navy); }
.price-head { background: var(--navy); color: #fff; font-weight: 800; text-transform: uppercase; font-size: 12.5px; letter-spacing: 0.05em; }
.price-head span:last-child { color: var(--gold-light); }
.price-note { max-width: 620px; color: var(--ink-dim); font-size: 14px; margin: 16px 0 0; }

/* ---------- Process timeline ---------- */
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.tl-step { position: relative; padding-top: 8px; }
.tl-num {
  width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: var(--gold-light);
  font-family: var(--font-display); font-weight: 700; font-size: 17px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.tl-step p { font-size: 14px; color: var(--ink-dim); }

/* ---------- Why us ---------- */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 28px; }
.why-item { display: flex; align-items: flex-start; gap: 10px; font-size: 15.5px; font-weight: 600; color: var(--navy); }
.why-tick {
  flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: rgba(34,195,94,0.15);
  color: var(--whatsapp-dark); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800;
}

/* ---------- Reviews ---------- */
.reviews-banner {
  position: relative; display: flex; align-items: center; justify-content: center;
  gap: 28px; padding: 44px 24px; margin-bottom: 40px; border-radius: var(--radius);
  background: linear-gradient(160deg, var(--navy), var(--navy-2)); overflow: hidden;
  text-align: center;
}
.reviews-banner-img {
  width: 220px; height: 260px; object-fit: cover; border-radius: var(--radius-sm);
  box-shadow: 0 18px 40px -14px rgba(0,0,0,0.5); flex-shrink: 0; opacity: 0.92;
}
.reviews-banner-img.side-left { transform: rotate(-3deg); }
.reviews-banner-img.side-right { transform: rotate(3deg); }
.reviews-banner-content { max-width: 480px; }
.eyebrow-center { color: var(--gold-light); text-align: center; }
.reviews-banner-content h2 { color: #fff; margin-bottom: 8px; }
.reviews-banner-content h2 em {
  display: block; font-style: italic; font-weight: 500; color: var(--gold-light); font-size: 0.72em;
}
.reviews-banner-content .section-sub.center { color: #C9D0E0; margin: 0 auto 22px; text-align: center; }
.rating-badge {
  display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.08);
  border: 1px solid rgba(231,197,120,0.3); border-radius: 999px; padding: 10px 20px;
}
.rating-badge .g-icon-badge { width: 24px; height: 24px; }
.rating-value { font-family: var(--font-display); font-size: 22px; color: #fff; }
.stars { color: var(--gold); font-size: 17px; letter-spacing: 1px; }
.rating-badge-sub { font-size: 13px; color: #A9B2C7; margin: 10px 0 0; }
.rating-badge-sub strong { color: var(--gold-light); }

.review-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 30px; }
.review-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; box-shadow: var(--shadow-sm); position: relative; transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.review-card:not(.placeholder):hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.review-card::before {
  content: ""; position: absolute; top: 0; left: 24px; width: 34px; height: 3px;
  background: var(--gold); border-radius: 0 0 3px 3px;
}
.review-card.placeholder { border-style: dashed; color: var(--ink-dim); background: transparent; box-shadow: none; }
.review-card.placeholder::before { display: none; }
.rc-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.rc-avatar {
  width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; color: #fff; font-size: 17px; flex-shrink: 0;
}
.rc-name-block { line-height: 1.35; }
.rc-name { font-weight: 800; font-size: 14.5px; color: var(--navy); display: block; }
.rc-meta { font-size: 12px; color: var(--ink-dim); }
.rc-stars { color: var(--gold); font-size: 13.5px; margin-bottom: 8px; }
.rc-text { font-size: 14.5px; color: var(--ink); }

.reviews-cta {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 26px; box-shadow: var(--shadow-sm);
}
.reviews-cta-icon {
  width: 46px; height: 46px; border-radius: 50%; background: rgba(34,195,94,0.14);
  color: var(--whatsapp-dark); display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 800; flex-shrink: 0;
}
.reviews-cta-text { flex: 1; min-width: 200px; display: flex; flex-direction: column; gap: 2px; }
.reviews-cta-text strong { font-family: var(--font-display); font-size: 17px; color: var(--navy); }
.reviews-cta-text span { font-size: 13.5px; color: var(--ink-dim); }

/* ---------- Areas ---------- */
.areas-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.area-chip {
  font-size: 14px; font-weight: 700; color: var(--navy); padding: 9px 16px;
  background: var(--cream); border: 1px solid var(--line); border-radius: 999px;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.area-chip:hover { border-color: var(--gold); background: rgba(201,150,46,0.08); }
.area-chip.area-all { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ---------- FAQ ---------- */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; padding: 18px 20px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-size: 15.5px; font-weight: 700; color: var(--navy);
}
.faq-q .plus { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: rgba(201,150,46,0.15); color: var(--gold); display: flex; align-items: center; justify-content: center; transition: transform 0.2s ease; font-weight: 800; }
.faq-item.open .faq-q .plus { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; }
.faq-a p { padding: 0 20px 18px; margin: 0; color: var(--ink-dim); font-size: 14.5px; }
.faq-item.open .faq-a { max-height: 240px; }

/* ---------- Final CTA ---------- */
.final-cta { background: linear-gradient(160deg, var(--navy), var(--navy-2)); color: #fff; padding: 72px 0; text-align: center; }
.final-cta h2 { color: #fff; max-width: 760px; margin: 0 auto 8px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #C9D0E0; padding: 56px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr 1fr; gap: 32px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.brand-footer .brand-text strong { color: #fff; }
.brand-footer .brand-text em { color: #8B94AC; }
.footer-tag { font-size: 13.5px; color: #8B94AC; margin-top: 14px; }
.site-footer h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--gold-light); margin-bottom: 12px; }
.site-footer p { font-size: 14px; margin-bottom: 8px; }
.site-footer a:hover { color: var(--gold-light); }
.footer-bottom { padding: 20px 24px; font-size: 12.5px; color: #6C7690; text-align: center; }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in-view { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Mobile sticky bar ---------- */
.mobile-bar { display: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-card { position: static; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .guarantee-grid { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .review-track { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .reviews-banner-img { display: none; }
}
@media (max-width: 640px) {
  .header-cta .btn-ghost { display: none; }
  .header-cta .btn-call span { display: none; }
  .header-cta .btn-call { padding: 12px; border-radius: 50%; }
  .header-cta .btn-call .ico { width: 20px; height: 20px; }
  .services-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
  body { padding-bottom: 68px; } /* room for sticky mobile bar */
  .mobile-bar {
    display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
    background: var(--navy); box-shadow: 0 -8px 24px rgba(0,0,0,0.25);
  }
  .mobile-bar a {
    flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px;
    padding: 10px 4px 12px; color: #C9D0E0; font-size: 11px; font-weight: 700;
  }
  .mobile-bar .ico { width: 20px; height: 20px; }
  .mobile-bar a:first-child { color: var(--gold-light); }
  .mobile-bar .mb-whatsapp { color: var(--whatsapp); }
}

/* Tap targets */
a, button, input, select { min-height: 44px; }
.card-cta a, .why-item, .footer-grid a { min-height: auto; }
