/* =================================================================
   FLAMINGO APPLIANCE REPAIR — Brooklyn
   Aesthetic: "Tropical Sunset" — warm cream air, flamingo-coral &
   sunset-orange accents with a tropical-teal counterpoint.
   Bricolage Grotesque + DM Sans + DM Mono. Rounded, friendly, bold.
   ================================================================= */

:root {
  /* Warm cream base */
  --bg:         #fff5ef;   /* page background */
  --bg-2:       #fff9f5;
  --surface:    #ffffff;   /* cards */
  --surface-2:  #fff1e9;
  --line:       rgba(58, 22, 38, 0.12);
  --line-soft:  rgba(58, 22, 38, 0.07);

  /* Flamingo palette */
  --coral:      #ff4d79;   /* primary flamingo pink */
  --coral-deep: #e22f63;
  --sunset:     #ff8a3d;   /* warm orange */
  --teal:       #15c2a8;   /* tropical counterpoint */
  --teal-deep:  #0e9d89;
  --coral-tint: #ffe1e8;
  --coral-glow: rgba(255, 77, 121, 0.42);

  /* Text (deep plum) */
  --text:       #2b1622;
  --text-soft:  #6b4f5c;
  --text-dim:   #9c8089;

  --radius:     22px;
  --radius-sm:  14px;
  --maxw:       1180px;

  --font-display: "Bricolage Grotesque", Georgia, serif;
  --font-body:    "DM Sans", system-ui, sans-serif;
  --font-mono:    "DM Mono", ui-monospace, monospace;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-card: 0 22px 48px -28px rgba(58, 22, 38, 0.40);
  --shadow-soft: 0 12px 30px -20px rgba(58, 22, 38, 0.30);
  --grad: linear-gradient(135deg, var(--coral) 0%, var(--sunset) 100%);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; }

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

/* ---------- Atmosphere ---------- */
.blobs { position: fixed; inset: 0; z-index: -2; pointer-events: none; overflow: hidden; }
.blob {
  position: absolute; border-radius: 50%; filter: blur(70px); opacity: 0.5;
  will-change: transform;
}
.blob-1 { width: 460px; height: 460px; top: -120px; right: -80px;
  background: radial-gradient(circle, var(--coral), transparent 70%);
  animation: drift 26s ease-in-out infinite; }
.blob-2 { width: 380px; height: 380px; top: 36%; left: -120px;
  background: radial-gradient(circle, var(--sunset), transparent 70%);
  animation: drift 32s ease-in-out infinite reverse; }
.blob-3 { width: 420px; height: 420px; bottom: -160px; right: 10%;
  background: radial-gradient(circle, var(--teal), transparent 70%); opacity: 0.32;
  animation: drift 30s ease-in-out infinite; }
@keyframes drift {
  0%,100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(40px, -30px) scale(1.08); }
}
.grain {
  position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: 0.4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5em;
  font-family: var(--font-body); font-weight: 700; font-size: 0.95rem; letter-spacing: 0.01em;
  padding: 0.95em 1.7em; border-radius: 100px; border: 2px solid transparent;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.3s, color 0.3s, filter 0.3s;
  white-space: nowrap; line-height: 1;
}
.btn-solid {
  color: #fff; background: var(--grad);
  box-shadow: 0 12px 26px -8px var(--coral-glow), inset 0 1px 0 rgba(255,255,255,0.3);
}
.btn-solid:hover { transform: translateY(-3px); filter: saturate(1.08) brightness(1.04); box-shadow: 0 20px 44px -12px var(--coral-glow); }
.btn-ghost {
  color: var(--coral-deep); border-color: var(--coral);
  background: rgba(255,255,255,0.6); backdrop-filter: blur(6px);
}
.btn-ghost:hover { background: var(--coral-tint); transform: translateY(-3px); }
.btn-block { width: 100%; }
.btn-sm { padding: 0.7em 1.3em; font-size: 0.85rem; }
.btn-lg { padding: 1.1em 2em; font-size: 1.05rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 245, 239, 0.78);
  backdrop-filter: blur(18px) saturate(150%);
  border-bottom: 1px solid var(--line-soft);
}
.nav { display: flex; align-items: center; gap: 28px; height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand-mark {
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px;
  color: #fff; background: var(--grad);
  box-shadow: 0 8px 18px -6px var(--coral-glow);
  transform: rotate(-4deg);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.0; }
.brand-text strong { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; letter-spacing: -0.02em; color: var(--text); }
.brand-text em { font-style: normal; font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--coral-deep); margin-top: 2px; }

.nav-links { display: flex; gap: 28px; }
.nav-links a { font-size: 0.92rem; font-weight: 600; color: var(--text-soft); transition: color 0.25s; position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; border-radius: 2px; background: var(--grad); transition: width 0.3s var(--ease); }
.nav-links a:hover { color: var(--text); }
.nav-links a:hover::after { width: 100%; }

.nav-cta { display: flex; align-items: center; gap: 16px; }
.phone-link { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 0.92rem; font-weight: 500; color: var(--text); }
.phone-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 0 var(--coral-glow); animation: pulse 2.2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 var(--coral-glow); } 70% { box-shadow: 0 0 0 11px rgba(255,77,121,0); } 100% { box-shadow: 0 0 0 0 rgba(255,77,121,0); } }

/* ---------- Eyebrow / labels ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-mono); font-size: 0.74rem; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--coral-deep);
  margin-bottom: 20px;
}
.eyebrow .pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); animation: pulse 2.2s infinite; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 60px 0 0; }
.hero-grid {
  display: grid; grid-template-columns: 1.2fr 0.85fr; gap: 56px; align-items: center;
  padding-bottom: 56px;
}
.hero-copy { animation: rise 0.9s var(--ease) both; }
.hero-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.7rem, 6vw, 5rem);
  line-height: 1.0; letter-spacing: -0.035em; color: var(--text);
  margin-bottom: 24px;
}
.hero-title em { font-style: italic; font-weight: 600; color: var(--coral); }
.hero-title .hl {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-lede { font-size: clamp(1.02rem, 1.4vw, 1.18rem); color: var(--text-soft); max-width: 42ch; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }

.hero-rating { display: flex; align-items: center; gap: 10px; margin-bottom: 26px; }
.hero-rating .stars { color: var(--sunset); letter-spacing: 2px; font-size: 1.05rem; }
.hero-rating .rating-text { font-size: 0.9rem; color: var(--text-soft); }
.hero-rating .rating-text strong { color: var(--text); font-weight: 700; }

.hero-trust { list-style: none; display: flex; gap: 32px; flex-wrap: wrap; border-top: 1px dashed var(--line); padding-top: 26px; }
.hero-trust li { font-size: 0.86rem; color: var(--text-dim); }
.hero-trust li span { display: block; font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--coral); letter-spacing: -0.02em; }

/* Quote card */
.quote-card {
  position: relative; padding: 34px 30px 30px; border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-card);
  animation: rise 0.9s var(--ease) 0.12s both;
}
.card-tab {
  position: absolute; top: -16px; left: 26px;
  font-family: var(--font-mono); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.06em;
  color: #fff; background: var(--grad); padding: 7px 14px; border-radius: 100px;
  box-shadow: 0 8px 18px -8px var(--coral-glow);
}
.quote-title { font-family: var(--font-display); font-weight: 700; font-size: 1.7rem; line-height: 1.05; letter-spacing: -0.02em; margin: 10px 0 8px; }
.quote-sub { font-size: 0.9rem; color: var(--text-soft); margin-bottom: 22px; }

/* ---------- Fields / forms ---------- */
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 14px; }
.field span { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.02em; color: var(--text-soft); }
.field .opt { font-weight: 400; color: var(--text-dim); font-style: normal; }
.field input {
  width: 100%; font-family: inherit; font-size: 1rem; color: var(--text);
  background: var(--bg-2); border: 1.5px solid var(--line);
  border-radius: var(--radius-sm); padding: 0.85em 1em; transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
}
.field input::placeholder { color: var(--text-dim); }
.field input:focus { outline: none; border-color: var(--coral); background: #fff; box-shadow: 0 0 0 4px rgba(255,77,121,0.14); }
.field input:user-invalid { border-color: var(--coral-deep); }

.mini-form .btn { margin-top: 6px; }
.form-note { font-size: 0.74rem; color: var(--text-dim); text-align: center; margin-top: 12px; }
.form-success {
  margin-top: 14px; padding: 12px 14px; border-radius: var(--radius-sm);
  background: rgba(21,194,168,0.12); border: 1.5px solid var(--teal);
  color: var(--teal-deep); font-weight: 600; font-size: 0.9rem; text-align: center;
}

/* ---------- Marquee ---------- */
.marquee {
  border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
  padding: 22px 0; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track { display: inline-flex; align-items: center; gap: 36px; white-space: nowrap; animation: marquee 40s linear infinite; }
.marquee-track span { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--text-soft); letter-spacing: -0.01em; }
.marquee-track i { font-style: normal; font-size: 1.1rem; opacity: 0.9; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Generic section ---------- */
.section { padding: 100px 0; position: relative; }
.section-head { max-width: 660px; margin-bottom: 54px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-title { font-family: var(--font-display); font-weight: 700; font-size: clamp(2.1rem, 4.4vw, 3.4rem); line-height: 1.04; letter-spacing: -0.035em; }
.section-title em { font-style: italic; color: var(--coral); }
.section-lede { font-size: 1.05rem; color: var(--text-soft); margin-top: 18px; max-width: 54ch; }
.section-head.center .section-lede { margin-inline: auto; }

/* ---------- Services ---------- */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  position: relative; padding: 34px 30px; border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line-soft); box-shadow: var(--shadow-soft); overflow: hidden;
  transition: transform 0.45s var(--ease), box-shadow 0.3s;
}
.service-card::before {
  content: ""; position: absolute; right: -40px; top: -40px; width: 120px; height: 120px;
  border-radius: 50%; background: var(--coral-tint); opacity: 0; transition: opacity 0.4s;
}
.service-card:hover { transform: translateY(-7px) rotate(-0.6deg); box-shadow: var(--shadow-card); }
.service-card:hover::before { opacity: 0.7; }
.service-emoji { position: relative; font-size: 2.2rem; display: block; }
.service-card h3 { position: relative; font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; line-height: 1.1; letter-spacing: -0.02em; margin: 16px 0 10px; }
.service-card p { position: relative; font-size: 0.94rem; color: var(--text-soft); }

/* ---------- Brands ---------- */
.brand-grid { list-style: none; display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.brand-chip {
  display: grid; place-items: center; min-height: 84px; padding: 18px; border-radius: var(--radius-sm);
  background: var(--surface); border: 1px solid var(--line-soft); box-shadow: var(--shadow-soft);
  transition: transform 0.4s var(--ease), border-color 0.3s, box-shadow 0.3s, color 0.3s;
}
.brand-chip span { font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; letter-spacing: -0.01em; color: var(--text-soft); }
.brand-chip:hover { transform: translateY(-4px); border-color: var(--coral); box-shadow: var(--shadow-card); }
.brand-chip:hover span { color: var(--coral-deep); }

/* ---------- Common problems ---------- */
.problem-grid { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.problem-chip {
  display: flex; align-items: center; gap: 12px; padding: 18px 20px; border-radius: 100px;
  background: var(--surface); border: 1px solid var(--line-soft); box-shadow: var(--shadow-soft);
  font-size: 0.95rem; font-weight: 600; color: var(--text); transition: border-color 0.3s, transform 0.35s var(--ease), box-shadow 0.3s;
}
.problem-chip:hover { border-color: var(--coral); transform: translateY(-3px); box-shadow: var(--shadow-card); }
.problem-chip .dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; background: var(--grad); }

/* ---------- Why us ---------- */
.why-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: center; }
.why-illustration { position: relative; min-height: 420px; display: grid; place-items: center; }
.why-blob {
  width: 320px; height: 320px; border-radius: 42% 58% 63% 37% / 47% 41% 59% 53%;
  background: var(--grad); box-shadow: 0 30px 60px -24px var(--coral-glow);
  animation: morph 12s ease-in-out infinite;
}
@keyframes morph {
  0%,100% { border-radius: 42% 58% 63% 37% / 47% 41% 59% 53%; transform: rotate(0deg); }
  50% { border-radius: 58% 42% 38% 62% / 56% 58% 42% 44%; transform: rotate(6deg); }
}
.why-card-float {
  position: absolute; z-index: 2; display: flex; flex-direction: column; line-height: 1.1;
  font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; letter-spacing: -0.02em;
  background: var(--surface); color: var(--text); padding: 16px 20px; border-radius: 18px;
  box-shadow: var(--shadow-card); border: 1px solid var(--line-soft);
}
.why-card-float span { font-family: var(--font-mono); font-size: 0.66rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-dim); margin-top: 4px; }
.card-a { top: 6%; left: -4%; color: var(--coral-deep); animation: float 6s ease-in-out infinite; }
.card-b { bottom: 14%; left: 2%; color: var(--sunset); animation: float 6s ease-in-out 1s infinite; }
.card-c { top: 30%; right: -6%; color: var(--teal-deep); animation: float 6s ease-in-out 0.5s infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

.why-content { display: flex; flex-direction: column; }
.why-content .btn { margin-top: 32px; align-self: flex-start; }
.why-list { list-style: none; display: grid; gap: 22px; margin-top: 30px; }
.why-list li { display: flex; gap: 18px; align-items: flex-start; }
.why-num {
  flex-shrink: 0; font-family: var(--font-mono); font-weight: 500; font-size: 0.85rem;
  display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px;
  color: var(--coral-deep); background: var(--coral-tint); border: 1px solid var(--line-soft);
}
.why-list h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.18rem; letter-spacing: -0.01em; margin-bottom: 4px; }
.why-list p { font-size: 0.92rem; color: var(--text-soft); }

/* ---------- Stats band ---------- */
.stats-band { background: var(--grad); position: relative; overflow: hidden; }
.stats-band::after {
  content: ""; position: absolute; inset: 0; opacity: 0.18; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.stats-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 56px 24px; text-align: center; }
.stat { display: flex; flex-direction: column; gap: 6px; }
.stat strong { font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 4vw, 3rem); line-height: 1; color: #fff; letter-spacing: -0.03em; }
.stat span { font-size: 0.82rem; letter-spacing: 0.04em; color: rgba(255,255,255,0.9); }

/* ---------- Reviews ---------- */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card {
  display: flex; flex-direction: column; gap: 14px; padding: 32px 28px; border-radius: var(--radius);
  background: var(--surface); border: 1px solid var(--line-soft); box-shadow: var(--shadow-soft);
  transition: transform 0.4s var(--ease), box-shadow 0.3s;
}
.review-card:nth-child(2) { transform: translateY(-14px); }
.review-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); }
.review-card:nth-child(2):hover { transform: translateY(-20px); }
.review-stars { color: var(--sunset); letter-spacing: 2px; font-size: 0.95rem; }
.review-card blockquote { font-family: var(--font-display); font-weight: 500; font-size: 1.12rem; line-height: 1.42; color: var(--text); }
.review-card figcaption { font-size: 0.88rem; font-weight: 700; color: var(--text); margin-top: auto; }
.review-card figcaption span { font-weight: 400; color: var(--text-dim); }

/* ---------- Service areas ---------- */
.area-list { list-style: none; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.area-list li {
  font-size: 0.92rem; font-weight: 600; color: var(--text-soft);
  padding: 11px 20px; border-radius: 100px; border: 1px solid var(--line-soft);
  background: var(--surface); box-shadow: var(--shadow-soft); transition: color 0.25s, border-color 0.25s, transform 0.3s, background 0.25s;
}
.area-list li:hover { color: #fff; border-color: transparent; background: var(--grad); transform: translateY(-2px); }

/* ---------- Schedule ---------- */
.schedule { padding-bottom: 120px; }
.schedule-card {
  position: relative; max-width: 880px; margin-inline: auto; padding: 46px;
  border-radius: 28px; overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line); box-shadow: var(--shadow-card);
}
.schedule-card::before {
  content: ""; position: absolute; top: -90px; right: -60px; width: 280px; height: 280px;
  border-radius: 50%; background: radial-gradient(circle, var(--coral-tint), transparent 70%);
}
.schedule-form { position: relative; }

.wizard-progress { list-style: none; display: flex; align-items: center; gap: 10px; margin: 0 0 30px; padding: 0; }
.wizard-progress li {
  display: flex; align-items: center; gap: 9px; flex: 1;
  font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--text-dim); white-space: nowrap;
}
.wizard-progress li .dot {
  display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0;
  font-size: 0.82rem; color: var(--text-dim);
  background: var(--surface-2); border: 1px solid var(--line); transition: all 0.3s var(--ease);
}
.wizard-progress li::after { content: ""; flex: 1; height: 2px; border-radius: 2px; background: var(--line); transition: background 0.3s; }
.wizard-progress li:last-child { flex: 0; }
.wizard-progress li:last-child::after { display: none; }
.wizard-progress li.is-active { color: var(--text); }
.wizard-progress li.is-active .dot { color: #fff; border-color: transparent; background: var(--grad); box-shadow: 0 6px 16px -6px var(--coral-glow); }
.wizard-progress li.is-done { color: var(--coral-deep); }
.wizard-progress li.is-done .dot { color: #fff; border-color: transparent; background: var(--coral-deep); }
.wizard-progress li.is-done::after { background: var(--coral-deep); }

.schedule-form .sched-step { display: none; }
.schedule-form .sched-step.is-active { display: block; animation: rise 0.45s var(--ease) both; }

.wizard-nav { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-top: 26px; }
.wizard-nav .btn[disabled] { opacity: 0.45; cursor: not-allowed; filter: none; transform: none; box-shadow: none; }

.sched-step { border: none; margin-bottom: 0; }
.sched-step legend { display: flex; align-items: center; gap: 12px; font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; letter-spacing: -0.02em; margin-bottom: 18px; }
.step-no { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; font-family: var(--font-mono); font-size: 0.85rem; color: #fff; background: var(--grad); flex-shrink: 0; }

/* date strip */
.date-strip { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(78px, 1fr); gap: 10px; overflow-x: auto; padding-bottom: 6px; scrollbar-width: thin; }
.date-chip {
  display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 14px 8px;
  border-radius: var(--radius-sm); background: var(--surface-2); border: 1.5px solid var(--line-soft);
  cursor: pointer; transition: border-color 0.25s, background 0.25s, transform 0.25s; text-align: center;
}
.date-chip:hover { border-color: var(--coral); transform: translateY(-2px); }
.date-chip .dow { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-dim); }
.date-chip .day { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; line-height: 1; }
.date-chip .mon { font-size: 0.7rem; color: var(--text-soft); }
.date-chip.is-selected { background: var(--grad); border-color: transparent; box-shadow: 0 10px 24px -12px var(--coral-glow); }
.date-chip.is-selected .dow, .date-chip.is-selected .mon { color: rgba(255,255,255,0.88); }
.date-chip.is-selected .day { color: #fff; }
.date-chip.is-today .dow { color: var(--coral); }

/* time grid */
.time-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.slot { cursor: pointer; }
.slot input { position: absolute; opacity: 0; width: 0; height: 0; }
.slot-face {
  display: flex; flex-direction: column; gap: 4px; align-items: center; text-align: center;
  padding: 16px 10px; border-radius: var(--radius-sm);
  background: var(--surface-2); border: 1.5px solid var(--line-soft);
  transition: border-color 0.25s, background 0.25s, transform 0.25s, box-shadow 0.25s;
}
.slot-face strong { font-size: 0.92rem; font-weight: 700; }
.slot-face em { font-style: normal; font-size: 0.74rem; color: var(--text-soft); }
.slot:hover .slot-face { transform: translateY(-2px); border-color: var(--coral); }
.slot input:focus-visible + .slot-face { box-shadow: 0 0 0 4px rgba(255,77,121,0.18); }
.slot input:checked + .slot-face { background: var(--grad); border-color: transparent; box-shadow: 0 10px 24px -12px var(--coral-glow); }
.slot input:checked + .slot-face strong { color: #fff; }
.slot input:checked + .slot-face em { color: rgba(255,255,255,0.88); }
.slot-asap .slot-face { border-style: dashed; border-color: var(--coral); }

.sched-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.field-wide { grid-column: 1 / -1; }

.sched-summary {
  display: flex; flex-direction: column; gap: 2px; margin: 8px 0 22px; padding: 16px 20px;
  border-radius: var(--radius-sm); background: var(--coral-tint); border: 1.5px dashed var(--coral);
}
.summary-label { font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--coral-deep); }
.summary-value { font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; color: var(--text); }

/* ---------- CTA band ---------- */
.cta-band { background: var(--text); position: relative; overflow: hidden; }
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 120% at 80% 50%, rgba(255,77,121,0.35), transparent 70%),
              radial-gradient(50% 120% at 10% 20%, rgba(255,138,61,0.3), transparent 70%);
}
.cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 60px 24px; flex-wrap: wrap; }
.cta-inner h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.8rem, 3.6vw, 2.8rem); letter-spacing: -0.03em; color: #fff; }
.cta-inner h2 em { font-style: italic; color: var(--coral); }
.cta-inner .btn-solid { background: #fff; color: var(--coral-deep); }
.cta-inner .btn-solid:hover { background: #fff; filter: brightness(1); transform: translateY(-3px); }

/* ---------- Footer ---------- */
.site-footer { padding-top: 66px; background: var(--bg-2); border-top: 1px solid var(--line-soft); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.4fr 1fr; gap: 40px; padding-bottom: 44px; }
.footer-logo { display: flex; align-items: center; gap: 12px; }
.footer-brand p { font-size: 0.9rem; color: var(--text-soft); margin-top: 16px; max-width: 34ch; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h4 { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--coral-deep); margin-bottom: 4px; }
.footer-col a, .footer-col span { font-size: 0.92rem; color: var(--text-soft); transition: color 0.25s; }
.footer-col a:hover { color: var(--coral); }
.footer-base { border-top: 1px solid var(--line-soft); padding-block: 24px 28px; }
.footer-base p { font-size: 0.78rem; color: var(--text-dim); }

/* ---------- Sticky mobile call ---------- */
.mobile-call {
  display: none; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60;
  align-items: center; justify-content: center; gap: 10px;
  padding: 16px; border-radius: 100px; font-weight: 700; color: #fff;
  background: var(--grad); box-shadow: 0 14px 40px -10px var(--coral-glow);
}
.mobile-call .phone-dot { background: #fff; }

/* ---------- Animations ---------- */
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .quote-card { max-width: 480px; }
  .nav-links { display: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-grid { grid-template-columns: repeat(4, 1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 50px; }
  .why-illustration { min-height: 340px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: 1fr; }
  .review-card:nth-child(2) { transform: none; }
}
@media (max-width: 720px) {
  .section { padding: 76px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .brand-grid { grid-template-columns: repeat(3, 1fr); }
  .time-grid { grid-template-columns: repeat(2, 1fr); }
  .slot-asap { grid-column: 1 / -1; }
  .sched-fields { grid-template-columns: 1fr; }
  .schedule-card { padding: 30px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .nav-cta .phone-link { display: none; }
  .mobile-call { display: flex; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 16px; }
  .problem-grid { grid-template-columns: 1fr; }
  body { padding-bottom: 80px; }
}
@media (max-width: 420px) {
  .container { padding-inline: 18px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .wizard-progress li { font-size: 0; gap: 0; }
  .wizard-nav .btn { padding-inline: 1.1em; font-size: 0.85rem; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
}
