/* ===== EdiGo Cleaning Services — Brand Stylesheet (warm & friendly) ===== */
:root {
  /* Brand blues */
  --sky:     #7FB4E0;
  --sky-dk:  #5a9bd4;
  --mist:    #DCEBF7;
  /* Warm accent (friendly coral) */
  --coral:   #F4A78B;
  --coral-dk:#E8875F;
  /* Text */
  --slate:   #4A555F;
  --silver:  #8A929B;
  --navy:    #2B3A47;
  /* Warm neutrals */
  --white:   #FFFFFF;
  --cream:   #FFFBF5;
  --bg-soft: #FBF5EC;
  --line:    #ECE3D7;

  --shadow-sm: 0 2px 10px rgba(74, 63, 50, 0.06);
  --shadow-md: 0 12px 32px rgba(74, 63, 50, 0.10);
  --shadow-lg: 0 26px 64px rgba(43, 58, 71, 0.16);
  --radius: 22px;
  --radius-sm: 14px;
  --maxw: 1140px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--slate);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 { font-family: 'Poppins', sans-serif; color: var(--navy); line-height: 1.2; }

a { color: var(--sky-dk); text-decoration: none; }
a:hover { color: var(--coral-dk); }

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

.eyebrow {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--coral-dk);
  margin-bottom: 12px;
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 12px 24px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--sky), var(--sky-dk));
  color: #fff;
  box-shadow: 0 8px 20px rgba(127, 180, 224, 0.4);
}
.btn-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(127, 180, 224, 0.55); }
.btn-warm {
  background: linear-gradient(135deg, var(--coral), var(--coral-dk));
  color: #fff;
  box-shadow: 0 8px 20px rgba(232, 135, 95, 0.38);
}
.btn-warm:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(232, 135, 95, 0.5); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn-ghost:hover { color: var(--navy); border-color: var(--coral); background: var(--cream); }
.btn-lg { padding: 15px 32px; font-size: 1rem; }
.btn-block { width: 100%; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 251, 245, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 24px; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark {
  display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 12px;
  background: var(--mist); color: var(--sky-dk);
}
/* Navy logo on a clean white chip so it reads crisply in the header */
.brand-logo-img { height: 54px; width: auto; display: block; background: #fff; padding: 3px; border-radius: 12px; box-shadow: var(--shadow-sm); }
.brand-name { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.4rem; color: var(--slate); letter-spacing: -0.01em; }
.brand-go { color: var(--sky-dk); }

.nav { display: flex; gap: 22px; margin-left: auto; }
.nav a { color: var(--slate); font-weight: 500; font-size: 0.93rem; }
.nav a:hover { color: var(--coral-dk); }

.header-cta { display: flex; align-items: center; gap: 18px; }
.header-phone { display: flex; align-items: center; gap: 7px; color: var(--slate); font-weight: 600; font-size: 0.9rem; }
.header-phone:hover { color: var(--coral-dk); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--slate); border-radius: 2px; transition: .2s; }

/* ===== Hero ===== */
.hero {
  background: radial-gradient(1200px 520px at 82% -10%, var(--mist), transparent 58%),
              radial-gradient(900px 500px at 5% 110%, #FCE7DC, transparent 55%),
              linear-gradient(180deg, var(--cream), var(--white));
  padding: 76px 0 92px;
  overflow: hidden;
}
.hero-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.hero-copy h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 18px; }
.hero-copy h1 .accent { color: var(--sky-dk); }
.lead { font-size: 1.15rem; color: var(--slate); max-width: 520px; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }
.hero-badges { list-style: none; display: flex; gap: 22px; flex-wrap: wrap; color: var(--slate); font-size: 0.9rem; font-weight: 500; }

/* Hero visual card */
.hero-visual { display: grid; place-items: center; }
.hero-card {
  position: relative;
  width: 100%; max-width: 380px; aspect-ratio: 1 / 0.86;
  border-radius: 28px;
  background: linear-gradient(160deg, var(--navy), #38506080 60%, var(--sky));
  box-shadow: var(--shadow-lg);
  display: grid; place-content: center; text-align: center;
  overflow: hidden; padding: 20px;
}
.hero-card-photo { padding: 0; display: block; background: none; }
.hero-photo { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-logo-img { max-width: 74%; max-height: 74%; width: auto; height: auto; filter: drop-shadow(0 6px 18px rgba(0,0,0,.25)); position: relative; z-index: 2; }

/* Spaces band */
.spaces-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.space { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); margin: 0; aspect-ratio: 3 / 4; }
.space img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.space:hover img { transform: scale(1.05); }
.space figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 16px 12px; color: #fff; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.95rem; background: linear-gradient(to top, rgba(43,58,71,.85), transparent); }
@media (max-width: 760px) { .spaces-grid { grid-template-columns: 1fr 1fr; } }
.hero-logo { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 3rem; color: #fff; letter-spacing: -0.02em; position: relative; z-index: 2; }
.hero-logo span { color: var(--sky); }
.hero-logo-sub { color: #cfe0ee; letter-spacing: 0.35em; text-transform: uppercase; font-size: 0.7rem; margin-top: 6px; position: relative; z-index: 2; }
.hero-card .sparkle { position: absolute; color: #fff; opacity: .9; font-size: 1.4rem; animation: twinkle 2.6s ease-in-out infinite; z-index: 1; }
.hero-card .s1 { top: 22%; left: 20%; }
.hero-card .s2 { bottom: 22%; right: 22%; font-size: 1rem; animation-delay: .8s; }
.hero-shine {
  position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 40%, rgba(255,255,255,.18) 50%, transparent 60%);
  transform: translateX(-100%);
  animation: shine 5s ease-in-out infinite; z-index: 1;
}
@keyframes twinkle { 0%,100%{ opacity:.35; transform: scale(.8);} 50%{ opacity:1; transform: scale(1.1);} }
@keyframes shine { 0%,60%{ transform: translateX(-120%);} 100%{ transform: translateX(120%);} }

/* ===== Sections ===== */
.section { padding: 84px 0; }
.section-tint { background: var(--bg-soft); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-head h2 { font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 700; margin-bottom: 14px; }
.section-sub { color: var(--silver); font-size: 1.05rem; }

/* ===== Services ===== */
.grid-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.group-title { font-size: 1.3rem; margin-bottom: 18px; color: var(--navy); }
.cards { display: grid; gap: 16px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--coral); }
.card h4 { font-size: 1.1rem; margin-bottom: 8px; }
.card p { color: var(--slate); font-size: 0.96rem; }
.card.soft { background: var(--mist); border-color: transparent; }

/* ===== Pricing ===== */
.pricing-table-wrap { overflow-x: auto; margin-bottom: 24px; }
.pricing-table {
  width: 100%; border-collapse: collapse; min-width: 480px;
  background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
}
.pricing-table th, .pricing-table td { padding: 16px 20px; text-align: left; }
.pricing-table thead th {
  background: var(--navy); color: #fff; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.9rem;
}
.pricing-table tbody tr { border-bottom: 1px solid var(--line); }
.pricing-table tbody tr:last-child { border-bottom: none; }
.pricing-table tbody tr:nth-child(even) { background: var(--bg-soft); }
.pricing-table td:first-child { font-weight: 600; color: var(--navy); }
.pricing-table td:not(:first-child) { font-weight: 600; color: var(--sky-dk); }

.pricing-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 16px; }
.pnote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px 18px; text-align: center; box-shadow: var(--shadow-sm); }
.pnote strong { display: block; font-family: 'Poppins', sans-serif; color: var(--navy); margin-bottom: 4px; }
.pnote span { color: var(--silver); font-size: 0.9rem; }
.pricing-fineprint { text-align: center; color: var(--silver); font-size: 0.9rem; }

/* ===== Features (Why) ===== */
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.feature { text-align: center; padding: 28px 20px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .2s ease; }
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feature-icon { font-size: 2.2rem; margin-bottom: 12px; }
.feature h4 { margin-bottom: 8px; font-size: 1.05rem; }
.feature p { color: var(--slate); font-size: 0.92rem; }

/* ===== About ===== */
.about-inner { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; align-items: center; }
.about-photo {
  position: relative; border-radius: var(--radius); overflow: hidden; min-height: 340px;
  background: linear-gradient(150deg, var(--mist), #FCE1D4);
  display: grid; place-content: center; text-align: center; box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
}
.about-photo .ph-emoji { font-size: 4rem; }
.about-photo .ph-label { color: var(--slate); font-size: 0.9rem; margin-top: 8px; padding: 0 20px; }
.about-copy h2 { margin-bottom: 16px; }
.about-copy p { margin-bottom: 16px; }
.about-stats { display: flex; gap: 28px; margin-top: 24px; flex-wrap: wrap; }
.about-stat { }
.about-stat .num { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.8rem; color: var(--coral-dk); }
.about-stat .label { font-size: 0.85rem; color: var(--silver); }

/* ===== Steps ===== */
.steps { display: flex; align-items: stretch; justify-content: center; gap: 12px; flex-wrap: wrap; }
.step { flex: 1; min-width: 200px; max-width: 300px; text-align: center; background: #fff; border-radius: var(--radius); padding: 30px 22px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.step-num { width: 46px; height: 46px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--coral), var(--coral-dk)); color: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.2rem; }
.step h4 { margin-bottom: 8px; }
.step p { color: var(--slate); font-size: 0.95rem; }
.step-arrow { align-self: center; color: var(--coral); font-size: 1.6rem; font-weight: 700; }

/* ===== Gallery ===== */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.shot {
  position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3;
  background: linear-gradient(150deg, var(--mist), #FCE1D4);
  display: grid; place-content: center; text-align: center;
  border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .2s ease;
}
.shot:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #fff; }
.shot .ph-emoji { font-size: 2.6rem; }
.shot .tag { position: absolute; top: 12px; left: 12px; background: rgba(43,58,71,.85); color: #fff; font-size: 0.72rem; font-weight: 600; padding: 4px 10px; border-radius: 999px; letter-spacing: .03em; }
.gallery-note { text-align: center; color: var(--silver); font-size: 0.9rem; margin-top: 20px; }

/* ===== Service Area ===== */
.area-inner { display: grid; grid-template-columns: 1.4fr 0.8fr; gap: 40px; align-items: center; }
.area-list { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.area-list li { background: var(--mist); color: var(--navy); padding: 7px 15px; border-radius: 999px; font-size: 0.9rem; font-weight: 500; }
.area-card { text-align: center; background: linear-gradient(160deg, var(--navy), var(--slate)); color: #fff; border-radius: var(--radius); padding: 36px 28px; box-shadow: var(--shadow-md); }
.area-card p { margin-bottom: 16px; color: #d7e2ec; }
.area-badge { width: 64px; height: 64px; margin: 0 auto 16px; display: grid; place-items: center; border-radius: 16px; background: var(--coral); color: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.3rem; }

/* ===== Reviews ===== */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.stars { color: #F5B93B; letter-spacing: 2px; margin-bottom: 12px; }
.review p { font-style: italic; color: var(--slate); margin-bottom: 14px; }
.review cite { color: var(--silver); font-size: 0.9rem; font-style: normal; font-weight: 600; }

/* ===== FAQ ===== */
.faq { max-width: 780px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 20px 22px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1.02rem; color: var(--navy);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-q:hover { color: var(--coral-dk); }
.faq-icon { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; background: var(--mist); color: var(--sky-dk); display: grid; place-items: center; font-size: 1.2rem; transition: transform .2s ease, background .2s ease, color .2s ease; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--coral); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-a-inner { padding: 0 22px 20px; color: var(--slate); font-size: 0.97rem; }

/* ===== Booking ===== */
.booking-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: stretch; }
.booking-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-md); display: flex; flex-direction: column; }
.booking-card h3 { font-size: 1.3rem; margin-bottom: 10px; }
.booking-card p { color: var(--slate); margin-bottom: 18px; }
.booking-steps { list-style: none; display: grid; gap: 12px; margin-bottom: 22px; }
.booking-steps li { display: flex; gap: 12px; align-items: flex-start; color: var(--slate); }
.booking-steps .dot { flex: 0 0 auto; width: 24px; height: 24px; border-radius: 50%; background: var(--mist); color: var(--sky-dk); display: grid; place-items: center; font-weight: 700; font-size: .8rem; font-family: 'Poppins', sans-serif; }
.booking-embed { margin-top: auto; }
#calendly-embed { min-height: 0; }
.calendly-fallback { background: var(--bg-soft); border: 1px dashed var(--coral); border-radius: var(--radius-sm); padding: 22px; text-align: center; color: var(--slate); }
.calendly-fallback strong { display: block; color: var(--navy); font-family: 'Poppins', sans-serif; margin-bottom: 6px; }

/* ===== Quote ===== */
.quote-inner { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; align-items: start; }
.quote-points { list-style: none; margin-top: 22px; display: grid; gap: 12px; }
.quote-points li { color: var(--slate); font-weight: 500; }
.quote-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-md); }
.field { margin-bottom: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { display: block; font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 0.85rem; color: var(--navy); margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  font-family: inherit; font-size: 0.95rem; color: var(--slate); background: var(--bg-soft); transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--coral); background: #fff; box-shadow: 0 0 0 3px rgba(244,167,139,0.22);
}
.field textarea { resize: vertical; }
.form-status { margin-top: 14px; text-align: center; font-weight: 500; font-size: 0.95rem; }
.form-status.ok { color: #2e9e5b; }
.form-status.err { color: #d1495b; }

/* ===== Footer ===== */
.site-footer { background: var(--navy); color: #c8d3dd; padding: 56px 0 24px; }
.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand .brand-name { color: #fff; font-size: 1.5rem; }
.footer-brand .brand-go { color: var(--sky); }
.footer-brand p { margin-top: 8px; color: #aebccb; }
.footer-muted { font-size: 0.9rem; }
.footer-col h5 { color: #fff; font-family: 'Poppins', sans-serif; font-size: 0.95rem; margin-bottom: 12px; }
.footer-col p { margin-bottom: 7px; font-size: 0.92rem; }
.footer-col a, .footer-bottom a { color: #c8d3dd; }
.footer-col a:hover, .footer-bottom a:hover { color: var(--coral); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; font-size: 0.85rem; color: #9fb0be; flex-wrap: wrap; gap: 8px; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .nav, .header-phone { display: none; }
  .nav-toggle { display: flex; }
  .header-cta { margin-left: auto; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .hero-card { max-width: 320px; }
  .grid-2col { grid-template-columns: 1fr; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .pricing-notes { grid-template-columns: 1fr; }
  .reviews { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .about-inner { grid-template-columns: 1fr; }
  .about-photo { min-height: 240px; }
  .area-inner { grid-template-columns: 1fr; }
  .booking-inner { grid-template-columns: 1fr; }
  .quote-inner { grid-template-columns: 1fr; }
  .step-arrow { display: none; }

  /* Mobile nav dropdown */
  .nav.open {
    display: flex; flex-direction: column; gap: 0;
    position: absolute; top: 72px; left: 0; right: 0;
    background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md);
    padding: 8px 24px 16px;
  }
  .nav.open a { padding: 12px 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 540px) {
  .features { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .hero-badges { gap: 14px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
