/* =================================================================
   Fix Home Appliances Dubai — Stylesheet
   Mobile-first. Brand: red #de2d23 + orange #f76a0c.
   Font: Poppins (brand font — headings + body)
   ================================================================= */

/* ---------- Design tokens ---------- */
:root {
  /* Brand */
  --red: #de2d23;
  --red-600: #c4231a;
  --red-700: #a81c14;
  --orange: #f76a0c;
  --orange-600: #e25c02;

  /* Neutrals */
  --ink: #16110f;
  --ink-2: #463c39;
  --muted: #6e6360;
  --line: #ece6e3;
  --bg: #ffffff;
  --bg-soft: #fbf6f4;
  --bg-tint: #fdeeec;
  --dark: #1a1311;
  --dark-2: #251a17;
  --white: #ffffff;

  /* WhatsApp */
  --wa: #25d366;
  --wa-600: #1ebe5a;

  /* Effects */
  --radius: 16px;
  --radius-sm: 12px;
  --radius-lg: 26px;
  --shadow-sm: 0 2px 10px rgba(22, 17, 15, .06);
  --shadow: 0 14px 40px -18px rgba(22, 17, 15, .22);
  --shadow-red: 0 16px 34px -12px rgba(222, 45, 35, .45);
  --shadow-lift: 0 26px 60px -24px rgba(222, 45, 35, .35);

  /* Layout */
  --container: 1200px;
  --gut: clamp(1rem, 4vw, 2rem);

  /* Type — Poppins is the brand font (headings + body) */
  --font-display: 'Poppins', system-ui, sans-serif;
  --font-body: 'Poppins', system-ui, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
/* overflow-x: clip on the root stops the off-canvas drawer (fixed, translated
   off-screen right) from extending the page width — without breaking the
   sticky header the way overflow:hidden can. */
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  width: 100%;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; padding: 0; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.1; font-weight: 700; letter-spacing: -.02em; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; border-radius: 4px; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gut); }
.section { padding-block: clamp(3.5rem, 9vw, 6.5rem); }
.text-grad {
  background: linear-gradient(100deg, var(--red), var(--orange));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.section__head { max-width: 680px; margin: 0 auto clamp(2rem, 5vw, 3.25rem); text-align: center; }
.section__head--left { text-align: left; margin-inline: 0; }
.eyebrow {
  display: inline-block; font-weight: 700; font-size: .78rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--red);
  background: var(--bg-tint); padding: .4rem .85rem; border-radius: 100px; margin-bottom: 1rem;
}
.section__title { font-size: clamp(1.7rem, 5.2vw, 2.75rem); }
.section__lead { margin-top: .9rem; color: var(--muted); font-size: 1.05rem; }
.section__lead a { color: var(--red); font-weight: 600; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--font-body); font-weight: 700; font-size: .96rem;
  padding: .82rem 1.4rem; border-radius: 100px; cursor: pointer;
  transition: transform .2s ease, box-shadow .25s ease, background .2s ease, color .2s ease;
  white-space: nowrap; line-height: 1;
}
.btn i { font-size: .95em; }
.btn--lg { padding: 1.05rem 1.9rem; font-size: 1.02rem; }
.btn--block { width: 100%; }
.btn--primary { background: var(--red); color: #fff; box-shadow: var(--shadow-red); }
.btn--primary:hover { background: var(--red-600); transform: translateY(-2px); box-shadow: var(--shadow-lift); }
.btn--whatsapp { background: var(--wa); color: #fff; box-shadow: 0 14px 30px -12px rgba(37, 211, 102, .6); }
.btn--whatsapp:hover { background: var(--wa-600); transform: translateY(-2px); }
.btn--ghost { background: #fff; color: var(--ink); border: 1.5px solid var(--line); }
.btn--ghost:hover { border-color: var(--red); color: var(--red); }
.btn--light { background: #fff; color: var(--red); }
.btn--light:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -16px rgba(0,0,0,.4); }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--dark); color: #e9e2df; font-size: .82rem;
  display: none;
}
.topbar__inner { display: flex; align-items: center; gap: 1.1rem; height: 40px; }
.topbar__item { display: inline-flex; align-items: center; gap: .45rem; color: #c9bfbb; }
.topbar__item i { color: var(--orange); }
.topbar__sep { flex: 0 0 1px; height: 16px; background: rgba(255,255,255,.16); }
.topbar__rating { margin-left: auto; font-weight: 700; color: #fff; }
.topbar__rating i { color: #ffc107; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.97);
  /* NOTE: no backdrop-filter here on mobile — it would make .header the
     containing block for the position:fixed nav drawer, sizing it to the
     header instead of the viewport. Frosted effect is re-added at >=860px
     (desktop), where the nav is static and there is no fixed drawer. */
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s ease, padding .3s ease;
}
.header.is-stuck { box-shadow: 0 8px 30px -18px rgba(22,17,15,.4); }
.header__inner { display: flex; align-items: center; gap: 1rem; height: 70px; }
.brand { flex: 0 0 auto; }
.brand__logo { height: 38px; width: auto; }
.header__actions { margin-left: auto; display: flex; align-items: center; gap: .55rem; }
.header__wa { display: none; }
.header__call span { display: none; }

/* Nav (mobile drawer first) */
.nav {
  position: fixed; inset: 0 0 0 auto; width: min(86vw, 360px);
  background: #fff; z-index: 80; padding: 5rem 1.5rem 2rem;
  transform: translateX(100%); transition: transform .35s cubic-bezier(.4,0,.2,1);
  box-shadow: -20px 0 60px -30px rgba(0,0,0,.5); overflow-y: auto;
}
.nav.is-open { transform: translateX(0); }
.nav__close {
  position: absolute; top: 1.1rem; right: 1.25rem; font-size: 1.5rem; color: var(--ink-2);
  width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%;
}
.nav__close:hover { background: var(--bg-soft); color: var(--red); }
.nav__list { display: flex; flex-direction: column; gap: .25rem; }
.nav__link {
  display: flex; align-items: center; justify-content: space-between; gap: .4rem;
  font-weight: 600; padding: .8rem .4rem; border-radius: 10px; color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.nav__link:hover { color: var(--red); }
.nav__caret { font-size: .7rem; transition: transform .25s; color: var(--muted); }
.nav__drop { padding: .25rem 0 .5rem .8rem; }
.nav__drop a { display: block; padding: .5rem .4rem; font-size: .92rem; color: var(--muted); }
.nav__drop a:hover { color: var(--red); }
.nav__cta-mobile { margin-top: 1.1rem; }
.nav__overlay {
  position: fixed; inset: 0; background: rgba(20,12,10,.5);
  z-index: 59; opacity: 0; visibility: hidden; transition: .3s;
}
.nav__overlay.is-open { opacity: 1; visibility: visible; }

/* Hamburger */
.nav__toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; border-radius: 12px; }
.nav__toggle span { display: block; width: 22px; height: 2.5px; background: var(--ink); border-radius: 3px; transition: .3s; }

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: clamp(2rem, 6vw, 3.5rem); padding-bottom: clamp(2.5rem, 6vw, 4rem); overflow: hidden; }
.hero__bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(60% 50% at 85% 0%, rgba(247,106,12,.14), transparent 60%),
    radial-gradient(70% 60% at 10% 10%, rgba(222,45,35,.12), transparent 55%),
    linear-gradient(180deg, var(--bg-tint), var(--bg) 38%);
}
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(22,17,15,.05) 1px, transparent 1px);
  background-size: 22px 22px; mask-image: linear-gradient(180deg, #000, transparent 70%);
  opacity: .5;
}
.hero__inner { display: grid; gap: 2.5rem; align-items: center; }
.badge {
  display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; font-size: .82rem;
  background: #fff; border: 1px solid var(--line); padding: .45rem .9rem; border-radius: 100px;
  box-shadow: var(--shadow-sm); color: var(--ink-2);
}
.badge__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--wa); box-shadow: 0 0 0 0 rgba(37,211,102,.6); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

.hero__title { font-size: clamp(2.1rem, 8.5vw, 4rem); font-weight: 800; margin: 1.1rem 0 0; }
.hero__sub { margin-top: 1.1rem; font-size: 1.08rem; color: var(--ink-2); max-width: 36ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }

.hero__stats {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.3rem 1rem;
  margin-top: 2.4rem; padding-top: 2rem; border-top: 1px solid var(--line);
}
.hero__stats strong {
  display: block; font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.2rem, 3.8vw, 1.7rem); color: var(--red); line-height: 1.05; white-space: nowrap;
}
.hero__stats strong i { font-size: .65em; color: #ffc107; margin-left: 3px; vertical-align: middle; }
.hero__stats span { display: block; margin-top: .25rem; font-size: .78rem; color: var(--muted); font-weight: 600; line-height: 1.25; }

/* Hero visual (technician photo in a framed card with a brand depth shape) */
.hero__visual { position: relative; display: grid; place-items: center; min-height: 360px; margin-top: .5rem; }
.hero__visual::before {
  content: ""; position: absolute; z-index: 0; right: 3%; bottom: 2%;
  width: 88%; height: 82%; border-radius: 30px;
  background: linear-gradient(150deg, rgba(222,45,35,.16), rgba(247,106,12,.20));
}
.orb {
  position: absolute; width: 70%; aspect-ratio: 1; border-radius: 50%; z-index: 0; top: -8%; right: -6%;
  background: radial-gradient(circle at 55% 45%, rgba(247,106,12,.22), transparent 62%);
  filter: blur(8px); animation: pulseOrb 6s ease-in-out infinite;
}
@keyframes pulseOrb { 50% { transform: scale(1.05); } }
.hero__photo {
  position: relative; z-index: 1; width: 100%; max-width: 520px;
  aspect-ratio: 4 / 4.6; border-radius: 26px; overflow: hidden;
  background: linear-gradient(160deg, #fff, var(--bg-tint));
  border: 1px solid rgba(255,255,255,.7); box-shadow: var(--shadow-lift);
}
.hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 14%; display: block; }
.float-badge {
  position: absolute; z-index: 3; display: flex; align-items: center; gap: .6rem;
  background: rgba(255,255,255,.97); backdrop-filter: blur(6px);
  border: 1px solid var(--line); border-radius: 16px; padding: .6rem .9rem;
  box-shadow: var(--shadow); animation: floaty 5s ease-in-out infinite;
}
@keyframes floaty { 50% { transform: translateY(-10px); } }
.float-badge b { display: block; font-family: var(--font-display); font-weight: 700; font-size: .9rem; line-height: 1.1; }
.float-badge small { color: var(--muted); font-size: .72rem; }
.float-badge--rating { top: 6%; left: -3%; flex-direction: column; align-items: flex-start; gap: .1rem; }
.float-badge__stars { font-family: var(--font-display); font-weight: 800; color: var(--ink); font-size: 1.05rem; }
.float-badge__stars i { color: #ffb400; }
.float-badge--same { bottom: 7%; right: -3%; animation-delay: 1.2s; }
.float-badge__icon { width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center; color: #fff; font-size: 1.05rem; background: linear-gradient(150deg, var(--red), var(--orange)); flex: 0 0 auto; }

/* Trust strip */
.trust-strip {
  display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; justify-content: center;
  margin-top: 2.5rem; padding: 1.1rem 1.3rem; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm);
}
.trust-strip span { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; font-size: .9rem; color: var(--ink-2); }
.trust-strip i { color: var(--red); }

/* ---------- Grids ---------- */
.grid { display: grid; gap: 1.1rem; }
.grid--services { grid-template-columns: 1fr; }
.grid--why { grid-template-columns: 1fr; }
.grid--stats { grid-template-columns: repeat(2, 1fr); }
.grid--brands { grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.grid--areas { grid-template-columns: 1fr 1fr; gap: .65rem; }
.grid--reviews { grid-template-columns: 1fr; }

/* ---------- Service cards (image-led) ---------- */
.svc {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  display: flex; flex-direction: column;
}
.svc::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; z-index: 3;
  background: linear-gradient(90deg, var(--red), var(--orange));
  transform: scaleX(0); transform-origin: left; transition: transform .3s ease;
}
.svc:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); border-color: transparent; }
.svc:hover::before { transform: scaleX(1); }

.svc__media {
  position: relative; aspect-ratio: 4 / 3; overflow: hidden;
  background: linear-gradient(160deg, var(--bg-tint), #fff);
  border-bottom: 1px solid var(--line);
}
.svc__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.svc:hover .svc__media img { transform: scale(1.06); }
.svc__icon {
  position: absolute; bottom: -22px; left: 1.2rem;
  width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center;
  font-size: 1.35rem; color: #fff; background: linear-gradient(150deg, var(--red), var(--orange));
  box-shadow: var(--shadow-red); transition: transform .25s; z-index: 2;
}
.svc:hover .svc__icon { transform: rotate(-6deg) scale(1.05); }

.svc__body { padding: 2rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: .55rem; flex: 1; }
.svc__title { font-size: 1.18rem; }
.svc__desc { color: var(--muted); font-size: .94rem; flex: 1; }
.svc__tags { display: flex; flex-wrap: wrap; gap: .4rem; }
.svc__tags span { font-size: .72rem; font-weight: 600; color: var(--ink-2); background: var(--bg-soft); border: 1px solid var(--line); padding: .25rem .6rem; border-radius: 100px; }
.svc__link { display: inline-flex; align-items: center; gap: .45rem; font-weight: 700; font-size: .9rem; color: var(--red); margin-top: .3rem; }
.svc__link i { transition: transform .25s; }
.svc:hover .svc__link i { transform: translateX(5px); }

/* ---------- Stat band ---------- */
.statband { background: var(--dark); color: #fff; padding-block: clamp(2.2rem, 6vw, 3.2rem); }
.stat { text-align: center; padding: .6rem; }
.stat strong { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(1.8rem, 7vw, 2.8rem); background: linear-gradient(120deg, #ff8a3d, var(--red)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat strong i { font-size: .6em; -webkit-text-fill-color: #ffc107; }
.stat span { color: #b8aca8; font-weight: 600; font-size: .88rem; }

/* ---------- Why / features ---------- */
.why { background: var(--bg-soft); }
.feature {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem 1.4rem;
  box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s;
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature__icon { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; font-size: 1.35rem; color: #fff; background: linear-gradient(150deg, var(--red), var(--orange)); margin-bottom: 1rem; box-shadow: var(--shadow-red); }
.feature h3 { font-size: 1.1rem; margin-bottom: .4rem; }
.feature p { color: var(--muted); font-size: .92rem; }
.why__cta { display: flex; flex-direction: column; align-items: center; gap: 1rem; text-align: center; margin-top: 2.6rem; }
.why__cta p { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; }

/* ---------- How it works ---------- */
.steps { display: grid; gap: 1.1rem; counter-reset: step; }
.step {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem 1.4rem 1.4rem; box-shadow: var(--shadow-sm); padding-left: 4.4rem;
}
.step__num {
  position: absolute; top: 1.3rem; left: 1.2rem; width: 40px; height: 40px; border-radius: 12px;
  background: var(--red); color: #fff; font-family: var(--font-display); font-weight: 800;
  display: grid; place-items: center; font-size: 1.15rem; box-shadow: var(--shadow-red);
}
.step__icon { font-size: 1.4rem; color: var(--orange); margin-bottom: .5rem; display: block; }
.step h3 { font-size: 1.15rem; margin-bottom: .35rem; }
.step p { color: var(--muted); font-size: .92rem; }

/* ---------- Brands ---------- */
.brandchip {
  display: grid; place-items: center; text-align: center;
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--ink-2);
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 1.1rem .8rem; transition: .25s; box-shadow: var(--shadow-sm);
}
.brandchip:hover { color: var(--red); border-color: var(--red); transform: translateY(-3px); }
.brands__note { text-align: center; margin-top: 1.6rem; color: var(--muted); }
.brands__note a { color: var(--red); font-weight: 700; }

/* ---------- Areas ---------- */
.areas { background: var(--bg-soft); }
.area {
  display: flex; align-items: center; gap: .55rem; font-weight: 600; font-size: .92rem;
  background: #fff; border: 1px solid var(--line); border-radius: 100px; padding: .7rem 1rem;
  transition: .2s; color: var(--ink-2);
}
.area i { color: var(--red); font-size: .85rem; }
.area:hover { border-color: var(--red); transform: translateX(3px); }
.area--base { background: var(--red); color: #fff; border-color: var(--red); }
.area--base i { color: #fff; }

/* ---------- Reviews ---------- */
.review {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem 1.5rem;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 1rem;
  transition: transform .25s, box-shadow .25s;
}
.review:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.review__stars { color: #ffb400; font-size: .95rem; letter-spacing: 2px; }
.review blockquote { font-size: .98rem; color: var(--ink-2); line-height: 1.6; position: relative; }
.review figcaption { display: flex; align-items: center; gap: .75rem; margin-top: auto; }
.review__avatar {
  width: 44px; height: 44px; border-radius: 50%; flex: 0 0 44px; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 800; color: #fff; font-size: 1.1rem;
  background: linear-gradient(150deg, var(--red), var(--orange));
}
.review figcaption b { display: block; font-size: .95rem; }
.review figcaption small { color: var(--muted); font-size: .82rem; }

/* ---------- FAQ ---------- */
.faq { background: var(--bg-soft); }
.faq__wrap { display: grid; gap: 2rem; }
.faq__list { display: flex; flex-direction: column; gap: .8rem; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; transition: border-color .25s, box-shadow .25s; }
.faq__item[open] { border-color: var(--red); box-shadow: var(--shadow-sm); }
.faq__item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; padding: 1.1rem 1.3rem;
  cursor: pointer; list-style: none;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "\2b"; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: .9rem;
  color: var(--red); transition: transform .25s; flex: 0 0 auto;
  width: 28px; height: 28px; display: grid; place-items: center; background: var(--bg-tint); border-radius: 50%;
}
.faq__item[open] summary::after { content: "\f068"; transform: rotate(180deg); }
.faq__answer { padding: 0 1.3rem 1.2rem; color: var(--muted); }

/* ---------- CTA band ---------- */
.ctaband {
  background:
    radial-gradient(80% 120% at 100% 0%, rgba(247,106,12,.55), transparent 55%),
    linear-gradient(120deg, var(--red), var(--red-700));
  color: #fff; padding-block: clamp(2.8rem, 8vw, 4.5rem); position: relative; overflow: hidden;
}
.ctaband::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.1) 1px, transparent 1px); background-size: 20px 20px; opacity: .4;
}
.ctaband__inner { position: relative; display: grid; gap: 1.6rem; text-align: center; place-items: center; }
.ctaband h2 { font-size: clamp(1.6rem, 6vw, 2.5rem); }
.ctaband p { margin-top: .6rem; opacity: .92; font-size: 1.05rem; }
.ctaband__btns { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; }

/* ---------- Footer ---------- */
.footer { background: var(--dark); color: #cabfba; padding-top: clamp(3rem, 8vw, 4.5rem); }
.footer__grid { display: grid; gap: 2.2rem; }
.footer__logo { height: 44px; background: #fff; padding: .5rem .7rem; border-radius: 10px; margin-bottom: 1rem; }
.footer__about p { font-size: .92rem; line-height: 1.7; }
.footer__rating { margin-top: 1rem; color: #ffc107; display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.footer__rating span { color: #e9e2df; font-weight: 600; font-size: .88rem; }
.footer__col h4 { color: #fff; font-size: 1.05rem; margin-bottom: 1.1rem; }
.footer__col ul { display: flex; flex-direction: column; gap: .65rem; }
.footer__col a { font-size: .92rem; transition: color .2s, padding .2s; }
.footer__col a:hover { color: var(--orange); padding-left: 4px; }
.footer__contact li { display: flex; align-items: flex-start; gap: .65rem; font-size: .92rem; line-height: 1.5; }
.footer__contact i { color: var(--red); margin-top: .25rem; flex: 0 0 auto; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: clamp(2rem, 6vw, 3rem); padding-block: 1.4rem; }
.footer__bottom-inner { display: flex; flex-direction: column; gap: .7rem; text-align: center; font-size: .85rem; }
.footer__legal { display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; }
.footer__legal a:hover { color: var(--orange); }

/* ---------- Floating action buttons ---------- */
.fab { position: fixed; right: 1rem; bottom: 1rem; z-index: 55; display: flex; flex-direction: column; gap: .7rem; }
.fab__btn {
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  color: #fff; font-size: 1.4rem; box-shadow: 0 12px 28px -8px rgba(0,0,0,.45);
  transition: transform .2s; position: relative;
}
.fab__btn:hover { transform: scale(1.08); }
.fab__btn--wa { background: var(--wa); }
.fab__btn--call { background: var(--red); }
.fab__btn--wa::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(37,211,102,.5); animation: pulse 2.2s infinite;
}

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* =================================================================
   RESPONSIVE — progressive enhancement upward
   ================================================================= */

/* >= 480px : roomy phones */
@media (min-width: 480px) {
  .grid--brands { grid-template-columns: repeat(3, 1fr); }
  .hero__stats { grid-template-columns: repeat(4, 1fr); }
}

/* >= 640px : large phones / small tablets */
@media (min-width: 640px) {
  .grid--services { grid-template-columns: repeat(2, 1fr); }
  .grid--why { grid-template-columns: repeat(2, 1fr); }
  .grid--reviews { grid-template-columns: repeat(2, 1fr); }
  .grid--areas { grid-template-columns: repeat(3, 1fr); }
  .ctaband__inner { grid-template-columns: 1fr auto; text-align: left; }
  .ctaband__inner h2, .ctaband__inner p { text-align: left; }
  .why__cta { flex-direction: row; justify-content: center; }
  .steps { grid-template-columns: repeat(2, 1fr); }
}

/* >= 860px : tablets / show desktop nav */
@media (min-width: 860px) {
  .topbar { display: block; }
  /* Frosted header is safe on desktop: the nav is static here (no fixed drawer). */
  .header { background: rgba(255,255,255,.85); backdrop-filter: saturate(160%) blur(12px); }
  .header__wa { display: inline-flex; }
  .header__call span { display: inline; }
  .nav__toggle, .nav__close { display: none; }

  /* reset drawer to inline horizontal nav */
  .nav {
    position: static; width: auto; transform: none; padding: 0; box-shadow: none;
    background: transparent; overflow: visible; margin-left: 1.5rem;
  }
  .nav__list { flex-direction: row; align-items: center; gap: .2rem; }
  .nav__link { border-bottom: none; padding: .55rem .8rem; font-size: .94rem; border-radius: 100px; }
  .nav__link:hover { background: var(--bg-tint); }
  .nav__cta-mobile { display: none; }

  /* dropdown */
  .nav__has-drop { position: relative; }
  .nav__drop {
    position: absolute; top: calc(100% + 8px); left: 0; min-width: 230px; background: #fff;
    border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); padding: .5rem;
    opacity: 0; visibility: hidden; transform: translateY(8px); transition: .22s;
  }
  .nav__has-drop:hover .nav__drop, .nav__has-drop:focus-within .nav__drop { opacity: 1; visibility: visible; transform: none; }
  .nav__drop a { border-radius: 8px; padding: .55rem .7rem; }
  .nav__drop a:hover { background: var(--bg-tint); }
  .nav__has-drop:hover .nav__caret { transform: rotate(180deg); }

  .hero__inner { grid-template-columns: 1.05fr .95fr; }
  .hero__sub { font-size: 1.15rem; }
  .grid--services { grid-template-columns: repeat(3, 1fr); }
  .grid--why { grid-template-columns: repeat(3, 1fr); }
  .grid--reviews { grid-template-columns: repeat(3, 1fr); }
  .grid--stats { grid-template-columns: repeat(4, 1fr); }
  .grid--brands { grid-template-columns: repeat(4, 1fr); }
  .grid--areas { grid-template-columns: repeat(4, 1fr); }
  .steps { grid-template-columns: repeat(4, 1fr); }
  .faq__wrap { grid-template-columns: .9fr 1.3fr; align-items: start; }
  .section__head--left { position: sticky; top: 100px; }
  .footer__grid { grid-template-columns: 1.6fr 1fr 1fr 1.3fr; }
  .footer__bottom-inner { flex-direction: row; justify-content: space-between; }
  .fab { right: 1.5rem; bottom: 1.5rem; }
}

/* >= 1100px : full desktop polish */
@media (min-width: 1100px) {
  .header__inner { height: 76px; }
  .brand__logo { height: 42px; }
  .grid { gap: 1.5rem; }

  /* connecting line for steps */
  .steps { position: relative; }
  .steps::before {
    content: ""; position: absolute; top: 1.5rem; left: 12%; right: 12%; height: 2px;
    background: repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 16px); z-index: 0;
  }
  .step { z-index: 1; }
}

/* =================================================================
   INNER PAGES (services, about, areas, contact, legal)
   ================================================================= */

/* Active nav highlight */
.nav__link.is-active { color: var(--red); }
@media (min-width: 860px) { .nav__link.is-active { background: var(--bg-tint); } }

/* ---------- Page hero (sub-page banner) ---------- */
.page-hero {
  position: relative; overflow: hidden; border-bottom: 1px solid var(--line);
  padding: clamp(2rem, 6vw, 3.4rem) 0 clamp(2.2rem, 6vw, 3.4rem);
  background:
    radial-gradient(60% 120% at 92% 0%, rgba(247,106,12,.13), transparent 58%),
    radial-gradient(50% 90% at 0% 0%, rgba(222,45,35,.10), transparent 55%),
    linear-gradient(180deg, var(--bg-tint), var(--bg));
}
/* Hero wrapper carries the .container class too, so keep it on the same 1200px
   grid as the header/content/footer (don't shrink it — that mis-aligned it). */
.page-hero__inner { position: relative; max-width: var(--container); }
.page-hero h1, .page-hero__lead { max-width: 40ch; }
.page-hero__lead { max-width: 62ch; }
.page-hero h1 { font-size: clamp(1.85rem, 5.5vw, 2.9rem); }
.page-hero__lead { margin-top: 1rem; color: var(--ink-2); font-size: 1.08rem; max-width: 62ch; }
.page-hero__cta { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.6rem; }
.page-hero__icon {
  width: 60px; height: 60px; border-radius: 18px; display: grid; place-items: center;
  font-size: 1.6rem; color: #fff; background: linear-gradient(150deg, var(--red), var(--orange));
  box-shadow: var(--shadow-red); margin-bottom: 1.1rem;
}

/* ---------- Breadcrumb ---------- */
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; font-size: .85rem; color: var(--muted); margin-bottom: 1.1rem; }
.breadcrumb a { color: var(--muted); font-weight: 600; }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb i { font-size: .55rem; opacity: .7; }
.breadcrumb [aria-current] { color: var(--ink); font-weight: 600; }

/* ---------- Layout with sidebar ---------- */
.layout { display: grid; gap: 2.5rem; }
@media (min-width: 980px) { .layout--sidebar { grid-template-columns: minmax(0,1fr) 330px; align-items: start; } }
.sidebar { display: flex; flex-direction: column; gap: 1.2rem; }
@media (min-width: 980px) { .sidebar { position: sticky; top: 100px; } }
.side-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; box-shadow: var(--shadow-sm); }
.side-card h3 { font-size: 1.1rem; margin-bottom: .9rem; }
.side-card--cta { background: radial-gradient(80% 120% at 100% 0%, rgba(247,106,12,.5), transparent 55%), linear-gradient(150deg, var(--red), var(--red-700)); color: #fff; border: none; }
.side-card--cta h3 { color: #fff; }
.side-card--cta p { color: rgba(255,255,255,.9); font-size: .92rem; margin-bottom: 1rem; }
.side-card--cta .btn { width: 100%; margin-bottom: .6rem; }
.side-list { display: flex; flex-direction: column; }
.side-list a { display: flex; align-items: center; justify-content: space-between; gap: .5rem; padding: .7rem 0; border-bottom: 1px solid var(--line); font-weight: 600; font-size: .92rem; color: var(--ink-2); }
.side-list a:last-child { border-bottom: none; }
.side-list a:hover { color: var(--red); padding-left: 4px; }
.side-list i { color: var(--red); font-size: .8rem; }

/* ---------- Prose (text content for legal/about/service) ---------- */
.prose { max-width: 760px; }
.prose > h2 { font-size: clamp(1.35rem, 4vw, 1.85rem); margin: 2.2rem 0 .8rem; }
.prose > h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.18rem; margin: 1.6rem 0 .55rem; }
.prose p { margin-bottom: 1rem; color: var(--ink-2); }
.prose ul, .prose ol { margin: 0 0 1.1rem 1.3rem; }
.prose li { margin-bottom: .5rem; color: var(--ink-2); }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose a { color: var(--red); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.prose strong { color: var(--ink); font-weight: 700; }
.prose-meta { color: var(--muted); font-size: .9rem; margin-bottom: 1.6rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }

/* ---------- Checklist ---------- */
.checklist { display: grid; gap: .65rem; margin: 1.2rem 0; }
.checklist li { display: flex; gap: .7rem; align-items: flex-start; color: var(--ink-2); }
.checklist i { color: #16a34a; margin-top: .28rem; flex: 0 0 auto; }

/* problem grid (mini cards) */
.minigrid { display: grid; gap: 1rem; grid-template-columns: 1fr; margin-top: 1.2rem; }
@media (min-width: 600px) { .minigrid { grid-template-columns: 1fr 1fr; } }
.mini-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1.2rem; box-shadow: var(--shadow-sm); }
.mini-card i { color: var(--red); font-size: 1.3rem; margin-bottom: .6rem; display: block; }
.mini-card h4 { font-size: 1.02rem; margin-bottom: .3rem; }
.mini-card p { color: var(--muted); font-size: .9rem; }

/* ---------- About highlights ---------- */
.about-media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lift); border: 1px solid var(--line); background: linear-gradient(160deg, #fff, var(--bg-tint)); }
.about-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.split { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } .split--rev > :first-child { order: 2; } }

/* ---------- Contact ---------- */
.contact-grid { display: grid; gap: 2rem; align-items: start; }
@media (min-width: 920px) { .contact-grid { grid-template-columns: 1.1fr .9fr; } }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.4rem, 4vw, 2.2rem); box-shadow: var(--shadow); }
.form { display: grid; gap: 1.05rem; }
.form__row { display: grid; gap: 1.05rem; }
@media (min-width: 560px) { .form__row--2 { grid-template-columns: 1fr 1fr; } }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field label { font-weight: 600; font-size: .9rem; }
.field label .req { color: var(--red); }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 1rem; padding: .82rem 1rem; width: 100%;
  border: 1.5px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(222,45,35,.13);
}
.field--hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form__status { font-weight: 600; font-size: .95rem; min-height: 1.2em; }
.form__status.is-success { color: #16a34a; }
.form__status.is-error { color: var(--red); }
.form__status.is-sending { color: var(--muted); }
.form__note { font-size: .82rem; color: var(--muted); }
.btn.is-loading { opacity: .65; pointer-events: none; }

.contact-cards { display: grid; gap: 1rem; }
.contact-card { display: flex; gap: 1rem; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; box-shadow: var(--shadow-sm); }
.contact-card__icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; color: #fff; background: linear-gradient(150deg, var(--red), var(--orange)); flex: 0 0 auto; font-size: 1.1rem; }
.contact-card h4 { font-size: 1rem; margin-bottom: .2rem; }
.contact-card a, .contact-card p { color: var(--muted); font-size: .92rem; word-break: break-word; }
.contact-card a:hover { color: var(--red); }
.map-embed { border: 0; width: 100%; height: 280px; border-radius: var(--radius); margin-top: 1rem; box-shadow: var(--shadow-sm); }

/* services overview reuses .grid--services / .svc */
.section--soft { background: var(--bg-soft); }

/* Legal pages: use the full content width + tighten the gap under the page hero */
body[data-page="privacy"] .prose,
body[data-page="terms"] .prose,
body[data-page="disclaimer"] .prose { max-width: none; }
body[data-page="privacy"] main > .section,
body[data-page="terms"] main > .section,
body[data-page="disclaimer"] main > .section { padding-top: clamp(1.5rem, 4vw, 2.25rem); }
