/*
Theme Name: Altareeq Repair
Theme URI: https://www.altareeqrepair.ae/
Author: Altareeq Repair Services
Description: Custom local SEO theme for Altareeq Repair Services — 24/7 AC, refrigerator & washing machine repair in Sharjah, UAE. Bronze/navy premium design inspired by leading appliance-repair sites.
Version: 1.1
License: GNU General Public License v2 or later
Text Domain: altareeq-repair
*/

/* ==========================================================================
   Altareeq Repair Services — Bronze / Navy / Cream theme (Geist font)
   ========================================================================== */

:root {
  --navy: #14263c;          /* charcoal — dark sections, footer, headings */
  --navy-2: #343434;
  --bronze: #2280c4;        /* primary red accent */
  --bronze-dark: #17639f;
  --bronze-soft: #e6f1fb;
  --gold: #f3c93c;
  --cream: #f4f6f8;
  --cream-2: #e7ecef;
  --beige: #dbe1e6;
  --ink: #343434;
  --muted: #676767;
  --line: #e7ecef;
  --bg: #f4f6f8;
  --white: #ffffff;
  --whatsapp: #25d366;
  --whatsapp-dark: #1da851;
  --star: #f3c93c;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow-sm: 0 2px 12px rgba(7, 24, 39, 0.06);
  --shadow: 0 14px 38px rgba(7, 24, 39, 0.10);
  --shadow-lg: 0 26px 60px rgba(7, 24, 39, 0.16);
  --maxw: 1160px;
  --font-head: "Work Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-body: "Work Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--navy); line-height: 1.18; font-weight: 700; letter-spacing: -0.01em; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.section { padding: 76px 0; }
.section--tint { background: var(--bg); }
.section--navy { background: var(--navy); color: #cfcfce; }
.section--navy h2, .section--navy h3 { color: #fff; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bronze-dark);
  background: var(--bronze-soft);
  padding: 6px 15px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.section--navy .eyebrow { color: #a9cdec; background: rgba(34,128,196,0.18); }

.section-head { text-align: center; max-width: 720px; margin: 0 auto 50px; }
.section-head h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 14px; }
.section-head p { color: var(--muted); font-size: 1.06rem; }
.section--navy .section-head p { color: #b3b3b1; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-head); font-weight: 600; font-size: 1rem;
  padding: 14px 26px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 19px; height: 19px; }
.btn--accent { background: var(--bronze); color: #fff; box-shadow: 0 10px 22px rgba(34,128,196,.30); }
.btn--accent:hover { background: var(--bronze-dark); }
.btn--wa { background: var(--whatsapp); color: #fff; box-shadow: 0 10px 22px rgba(37,211,102,.28); }
.btn--wa:hover { background: var(--whatsapp-dark); }
.btn--blue { background: var(--navy); color: #fff; box-shadow: 0 10px 22px rgba(7,24,39,.22); }
.btn--blue:hover { background: var(--navy-2); }
.btn--ghost { background: transparent; color: var(--navy); border-color: var(--beige); }
.btn--ghost:hover { border-color: var(--bronze); color: var(--bronze-dark); }
.btn--light { background: #fff; color: var(--navy); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn--outline-light:hover { background: rgba(255,255,255,.12); }
.btn--lg { padding: 16px 32px; font-size: 1.05rem; }
.btn--block { width: 100%; }

/* ---------- Top bar ---------- */
.topbar { background: var(--bronze); color: #fff; font-size: 0.95rem; }
.topbar .container { display: flex; justify-content: center; align-items: center; padding-top: 10px; padding-bottom: 10px; }
.topbar__msg { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; letter-spacing: .01em; text-align: center; }
.topbar__msg svg { width: 18px; height: 18px; color: #6ff0a5; flex: none; }
.topbar a { color: #cfcfce; }
.topbar a:hover { color: #fff; }
.topbar__left { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar__item { display: inline-flex; align-items: center; gap: 7px; }
.topbar__item svg { width: 15px; height: 15px; opacity: .85; color: var(--bronze); }
.topbar__badge { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: #7dffa8; }
.topbar__badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #24e072; box-shadow: 0 0 0 0 rgba(36,224,114,.6); animation: pulse 1.8s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(36,224,114,.6);} 70% { box-shadow: 0 0 0 8px rgba(36,224,114,0);} 100% { box-shadow: 0 0 0 0 rgba(36,224,114,0);} }

/* ---------- Header / Nav ---------- */
.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.nav { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; padding: 16px 0; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand__logo { height: 60px; width: auto; display: block; }
.footer__brand .brand__logo--footer { height: 96px; }
.brand__mark {
  width: 48px; height: 48px; flex: none;
  display: grid; place-items: center;
}
.brand__mark img, .brand__mark svg { width: 48px; height: 48px; display: block; }
.footer__brand .brand__mark img { width: 44px; height: 44px; }
.brand__name { font-family: var(--font-body); font-weight: 800; color: var(--bronze); font-size: 1.32rem; line-height: 1.02; letter-spacing: .02em; text-transform: uppercase; }
.brand__tag { display: block; font-family: var(--font-body); font-weight: 600; font-size: 0.66rem; color: var(--muted); letter-spacing: .13em; text-transform: uppercase; margin-top: 3px; }

.nav__links { display: flex; align-items: center; justify-content: center; gap: 2px; list-style: none; }
.nav__links a { font-family: var(--font-body); font-weight: 500; font-size: 0.97rem; color: var(--ink); padding: 9px 13px; border-radius: 8px; transition: color .15s, background .15s; display: inline-flex; align-items: center; gap: 5px; }
.nav__links a:hover, .nav__links a.current { color: var(--bronze); }
.nav__links a.current { font-weight: 600; }
.nav__links .caret { width: 13px; height: 13px; transition: transform .2s; }

.nav__links li.has-sub { position: relative; }
.nav__links li.has-sub:hover > a .caret { transform: rotate(180deg); }
.nav__links .submenu { position: absolute; top: calc(100% + 4px); left: 0; min-width: 236px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); padding: 8px; list-style: none; display: flex; flex-direction: column; gap: 2px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .18s ease, transform .18s ease, visibility .18s; z-index: 60; }
.nav__links li.has-sub:hover .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu a { padding: 10px 12px; border-radius: 8px; font-size: 0.94rem; white-space: nowrap; width: 100%; }
.submenu a:hover { background: var(--bronze-soft); color: var(--bronze); }

.nav__right { display: flex; align-items: center; gap: 12px; justify-self: end; }
.nav__toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav__toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 2px; transition: .25s; }

/* ---------- Hero (light, premium) ---------- */
.hero { position: relative; background: linear-gradient(160deg, #0f3f6e 0%, #175f9c 55%, #2280c4 100%); color: #fff; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 88% 12%, rgba(255,255,255,.10), transparent 42%), radial-gradient(circle at 6% 92%, rgba(0,0,0,.14), transparent 46%); }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding: 78px 0; }
.hero__badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 22px; }
.chip { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.24); color: #fff; padding: 7px 14px; border-radius: 999px; font-size: 0.83rem; font-weight: 500; }
.chip svg { width: 15px; height: 15px; color: #fff; }
.chip--accent { background: rgba(255,255,255,.22); border-color: rgba(255,255,255,.34); color: #fff; }
.chip--accent svg { color: #fff; }
.hero h1 { color: #fff; font-size: clamp(2.1rem, 4.7vw, 3.4rem); margin-bottom: 18px; }
.hero h1 .hl { color: #ffd27a; }
.hero__sub { font-size: 1.14rem; color: rgba(255,255,255,.9); max-width: 560px; margin-bottom: 30px; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }
.hero__trust { display: flex; gap: 30px; flex-wrap: wrap; }
.hero__trust .t { display: flex; flex-direction: column; }
.hero__trust .t b { font-family: var(--font-head); font-size: 1.5rem; color: #fff; }
.hero__trust .t span { font-size: 0.82rem; color: rgba(255,255,255,.78); }
/* Warm CTA on the blue hero (pops against the blue, like the reference) */
.hero__intro .btn--accent { background: #ff6a3d; box-shadow: 0 10px 22px rgba(255,106,61,.35); }
.hero__intro .btn--accent:hover { background: #ec5a2e; }
.hero__stars { color: var(--star); letter-spacing: 2px; font-size: 1rem; }

/* Hero card */
.hero__media img { width: 100%; height: auto; border-radius: 18px; box-shadow: var(--shadow-lg); display: block; }
.hero__card { background: #fff; color: var(--ink); border-radius: 18px; padding: 26px; box-shadow: var(--shadow-lg); border: 1px solid var(--beige); }
.hero__card h3 { font-size: 1.2rem; margin-bottom: 4px; }
.hero__card p.small { color: var(--muted); font-size: .9rem; margin-bottom: 18px; }
.hero__list { list-style: none; display: grid; gap: 12px; margin-bottom: 20px; }
.hero__list li { display: flex; align-items: flex-start; gap: 11px; font-size: .96rem; }
.hero__list .ic { flex: none; width: 24px; height: 24px; border-radius: 7px; background: var(--bronze-soft); color: var(--bronze-dark); display: grid; place-items: center; }
.hero__list .ic svg { width: 14px; height: 14px; }
.hero__card .btn--block { margin-bottom: 10px; }
.hero__note { text-align: center; font-size: .8rem; color: var(--muted); }

/* ---------- Trust / stats bar ---------- */
.statbar { background: var(--navy); border-bottom: 1px solid var(--navy); }
.statbar .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 30px 20px; }
.stat { text-align: center; }
.stat b { display: block; font-family: var(--font-head); font-size: 1.9rem; color: var(--bronze); }
.stat span { color: #b3b3b1; font-size: .9rem; font-weight: 500; }

/* ---------- Services grid ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card__media { height: 208px; position: relative; background-size: cover; background-position: center; background-repeat: no-repeat; }
.card__badge { position: absolute; top: 14px; left: 14px; width: 46px; height: 46px; border-radius: 12px; background: #fff; display: grid; place-items: center; color: var(--bronze); box-shadow: 0 6px 16px rgba(7,24,39,.22); }
.card__badge svg { width: 24px; height: 24px; }
/* Gradient fallbacks show until a real photo is dropped into /images */
.card__media--ac { background-image: linear-gradient(135deg, #2280c4, #14263c); }
.card__media--fridge { background-image: linear-gradient(135deg, #2a4a68, #14263c); }
.card__media--wash { background-image: linear-gradient(135deg, #17639f, #0f3a5e); }
.card__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.card__body h3 { font-size: 1.24rem; margin-bottom: 10px; }
.card__body p { color: var(--muted); font-size: .96rem; margin-bottom: 16px; }
.card__list { list-style: none; margin-bottom: 20px; display: grid; gap: 8px; }
.card__list li { display: flex; align-items: center; gap: 9px; font-size: .92rem; color: var(--ink); }
.card__list li svg { width: 16px; height: 16px; color: var(--bronze); flex: none; }
.card__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.card__link { font-family: var(--font-head); font-weight: 600; color: var(--bronze-dark); display: inline-flex; align-items: center; gap: 6px; font-size: .95rem; }
.card__link svg { width: 16px; height: 16px; transition: transform .15s; }
.card__link:hover svg { transform: translateX(4px); }

/* ---------- Why choose us ---------- */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature { background: #fff; border-radius: var(--radius); padding: 26px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.feature__ic { width: 52px; height: 52px; border-radius: 13px; background: var(--bronze-soft); color: var(--bronze-dark); display: grid; place-items: center; margin-bottom: 16px; }
.feature__ic svg { width: 26px; height: 26px; }
.feature h3 { font-size: 1.12rem; margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: .95rem; }

/* ---------- Process / steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { position: relative; padding: 28px 22px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); }
.step__num { font-family: var(--font-head); font-weight: 700; font-size: 1.1rem; width: 42px; height: 42px; border-radius: 12px; background: var(--bronze); color: #fff; display: grid; place-items: center; margin-bottom: 16px; }
.step h3 { font-size: 1.1rem; margin-bottom: 8px; color: #fff; }
.step p { font-size: .93rem; color: #b3b3b1; }

/* ---------- Areas ---------- */
.areas-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.area-col h3 { font-size: 1.15rem; margin-bottom: 14px; display: flex; align-items: center; gap: 9px; }
.area-col h3 svg { width: 20px; height: 20px; color: var(--bronze); }
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.area-tags span, .area-tags a { display: inline-block; background: #fff; border: 1px solid var(--beige); padding: 8px 15px; border-radius: 999px; font-size: .9rem; font-weight: 500; color: var(--navy); text-decoration: none; transition: background .15s, border-color .15s, color .15s; }
.area-tags a:hover { background: var(--navy); border-color: var(--navy); color: #fff; }

/* ===== Blog ===== */
.postmeta { color: var(--muted); margin-top: 10px; font-size: .95rem; }
.postmeta a { color: var(--bronze); text-decoration: none; }
.bloglist { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.postcard { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease; }
.postcard:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--bronze); }
.postcard__cat { align-self: flex-start; font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--bronze); background: var(--bronze-soft); padding: 4px 11px; border-radius: 999px; margin-bottom: 14px; }
.postcard h2 { font-size: 1.18rem; line-height: 1.32; margin: 0 0 8px; }
.postcard h2 a { color: var(--navy); text-decoration: none; }
.postcard h2 a:hover { color: var(--bronze); }
.postcard__meta { color: var(--muted); font-size: .85rem; margin: 0 0 12px; }
.postcard__excerpt { color: var(--ink); font-size: .95rem; line-height: 1.6; margin: 0 0 18px; flex: 1; }
.postcard__more { color: var(--bronze); font-weight: 600; text-decoration: none; }
.postcard__more:hover { text-decoration: underline; }
.pagination { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-top: 40px; }
.pagination .page-numbers { display: inline-block; padding: 9px 15px; border: 1px solid var(--line); border-radius: 9px; color: var(--navy); text-decoration: none; font-weight: 600; background: var(--white); }
.pagination .page-numbers:hover { border-color: var(--bronze); color: var(--bronze); }
.pagination .page-numbers.current { background: var(--bronze); color: #fff; border-color: var(--bronze); }
.sidecard__links { list-style: none; margin: 8px 0 0; padding: 0; display: grid; gap: 8px; }
.sidecard__links a { color: var(--navy); text-decoration: none; font-weight: 600; font-size: .95rem; }
.sidecard__links a:hover { color: var(--bronze); }
@media (max-width: 900px) { .bloglist { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .bloglist { grid-template-columns: 1fr; } }

/* ===== Footer service silos ===== */
.footer__silos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 36px; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.footer__silo h4 { margin: 0 0 12px; font-size: .95rem; color: #fff; }
.footer__silo .footer__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer__silo .footer__list a { color: rgba(255, 255, 255, 0.72); text-decoration: none; font-size: .9rem; }
.footer__silo .footer__list a:hover { color: #fff; }
@media (max-width: 760px) { .footer__silos { grid-template-columns: 1fr; gap: 22px; } }

/* ===== Contact page ===== */
.contact-wrap { display: grid; grid-template-columns: 1.3fr 0.9fr; gap: 40px; align-items: start; }
.contact-form { display: grid; gap: 18px; margin-top: 10px; }
.contact-form .form-row { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
.contact-form label { display: block; font-weight: 600; font-size: .9rem; color: var(--navy); margin-bottom: 6px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; font: inherit; color: var(--ink); background: var(--white); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--bronze); box-shadow: 0 0 0 3px rgba(34, 128, 196, 0.15); }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form__actions { display: grid; gap: 12px; margin-top: 4px; }
.contact-form__actions .btn { width: 100%; justify-content: center; }
.contact-error { color: #b42318; background: #fdeceb; border: 1px solid #f3c0bb; padding: 10px 14px; border-radius: 10px; font-size: .9rem; margin: 0; }
.contact-note { font-size: .85rem; color: var(--muted); margin: 4px 0 0; }
.contact-info { background: var(--bronze-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.contact-info h3 { margin: 0 0 18px; }
.contact-info ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.contact-info li { display: flex; gap: 13px; align-items: flex-start; }
.contact-info svg { width: 20px; height: 20px; color: var(--bronze); flex: none; margin-top: 3px; }
.contact-info a { color: var(--navy); text-decoration: none; font-weight: 600; }
.contact-info a:hover { color: var(--bronze); }
.contact-info .lbl { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); font-weight: 700; margin-bottom: 2px; }
@media (max-width: 860px) { .contact-wrap { grid-template-columns: 1fr; gap: 30px; } .contact-form .form-row { grid-template-columns: 1fr; } }
.map-embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.map-embed iframe { width: 100%; height: 340px; border: 0; display: block; }

/* ---------- Testimonials ---------- */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.review__stars { color: var(--star); letter-spacing: 2px; margin-bottom: 12px; }
.review p { font-size: .97rem; color: var(--ink); margin-bottom: 18px; font-style: italic; }
.review__who { display: flex; align-items: center; gap: 12px; }
.review__av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--bronze), var(--navy)); color: #fff; display: grid; place-items: center; font-family: var(--font-head); font-weight: 600; }
.review__who b { display: block; font-size: .95rem; color: var(--navy); font-family: var(--font-head); }
.review__who span { font-size: .82rem; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 12px; overflow: hidden; }
.faq__q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 18px 22px; font-family: var(--font-head); font-weight: 600; font-size: 1.02rem; color: var(--navy); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq__q svg { width: 20px; height: 20px; flex: none; transition: transform .25s; color: var(--bronze); }
.faq__item.open .faq__q svg { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq__a p { padding: 0 22px 20px; color: var(--muted); font-size: .97rem; }
.faq__a a { color: var(--bronze-dark); font-weight: 600; }

/* ---------- CTA band ---------- */
.ctaband { background: linear-gradient(120deg, var(--navy-2), var(--bronze) 92%); color: #fff; border-radius: 22px; padding: 48px; text-align: center; box-shadow: var(--shadow-lg); }
.ctaband h2 { color: #fff; font-size: clamp(1.6rem, 3.4vw, 2.3rem); margin-bottom: 12px; }
.ctaband p { font-size: 1.1rem; margin-bottom: 26px; opacity: .96; }
.ctaband .hero__cta { justify-content: center; margin-bottom: 0; }

/* ---------- Footer ---------- */
.footer { background: var(--navy); color: #a9a9a7; padding: 62px 0 0; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 42px; }
.footer h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.footer a { color: #a9a9a7; transition: color .15s; }
.footer a:hover { color: #fff; }
.footer a.btn--wa, .footer a.btn--wa:hover { color: #fff; }
.footer__brand .brand__name { color: #fff; }
.footer__brand p { margin: 16px 0; font-size: .93rem; }
.footer__list { list-style: none; display: grid; gap: 10px; font-size: .93rem; }
.footer__contact li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; font-size: .93rem; }
.footer__contact svg { width: 17px; height: 17px; flex: none; margin-top: 3px; color: var(--bronze); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .85rem; }

/* ---------- Floating action buttons ---------- */
.fab { position: fixed; right: 18px; bottom: 18px; z-index: 60; display: flex; flex-direction: column; gap: 12px; }
.fab a { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; color: #fff; box-shadow: var(--shadow); transition: transform .15s; }
.fab a:hover { transform: scale(1.08); }
.fab a svg { width: 28px; height: 28px; }
.fab__wa { background: var(--whatsapp); }
.fab__call { background: var(--bronze); animation: ring 2.5s infinite; }
@keyframes ring { 0%,100% { box-shadow: 0 0 0 0 rgba(34,128,196,.5);} 50% { box-shadow: 0 0 0 12px rgba(34,128,196,0);} }

/* ---------- Page hero (interior) ---------- */
.pagehero { background: linear-gradient(160deg, #163a5e, #14263c); color: #fff; padding: 58px 0; position: relative; overflow: hidden; }
.pagehero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 92% 20%, rgba(184,140,94,.22), transparent 42%); }
.pagehero > .container { position: relative; }
.crumbs { font-size: .85rem; color: #9fc4e8; margin-bottom: 14px; }
.crumbs a:hover { color: #fff; }
.pagehero h1 { color: #fff; font-size: clamp(1.9rem, 4vw, 2.9rem); margin-bottom: 14px; max-width: 760px; }
.pagehero p { color: #cfcfce; font-size: 1.1rem; max-width: 640px; margin-bottom: 24px; }
.pagehero .hero__cta { margin-bottom: 0; }

/* ---------- Content layout (service pages) ---------- */
.content-wrap { display: grid; grid-template-columns: 1fr 340px; gap: 44px; align-items: start; }
.prose h2 { font-size: 1.75rem; margin: 8px 0 16px; }
.prose h3 { font-size: 1.25rem; margin: 28px 0 12px; }
.prose p { color: var(--muted); margin-bottom: 16px; }
.prose ul { list-style: none; margin: 0 0 22px; display: grid; gap: 10px; }
.prose ul li { display: flex; align-items: flex-start; gap: 10px; color: var(--ink); }
.prose ul li svg { width: 18px; height: 18px; color: var(--bronze); flex: none; margin-top: 4px; }
.pricing { width: 100%; border-collapse: collapse; margin: 12px 0 24px; font-size: .96rem; }
.pricing th, .pricing td { text-align: left; padding: 13px 16px; border-bottom: 1px solid var(--line); }
.pricing th { background: var(--bronze-soft); color: var(--navy); font-family: var(--font-head); }
.pricing tr:last-child td { border-bottom: none; }

.sidecard { background: #fff; border: 1px solid var(--beige); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); position: sticky; top: 96px; }
.sidecard h3 { font-size: 1.15rem; margin-bottom: 8px; }
.sidecard p.small { font-size: .88rem; color: var(--muted); margin-bottom: 18px; }
.sidecard .btn { margin-bottom: 10px; }
.sidecard__divider { border: none; border-top: 1px solid var(--line); margin: 18px 0; }
.sidecard__mini { list-style: none; display: grid; gap: 12px; }
.sidecard__mini li { display: flex; gap: 10px; align-items: flex-start; font-size: .9rem; }
.sidecard__mini svg { width: 17px; height: 17px; color: var(--bronze); flex: none; margin-top: 3px; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero__grid { grid-template-columns: 1fr; gap: 34px; }
  .hero__media img { height: auto; }
  .cards, .features, .reviews, .steps { grid-template-columns: repeat(2, 1fr); }
  .areas-wrap, .content-wrap { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .sidecard { position: static; }
}
/* ---------- Trust / review-platform bar ---------- */
.trustbar { background: var(--white); border-bottom: 1px solid var(--line); padding: 34px 0; }
.trustbar__title { text-align: center; font-family: var(--font-head); font-weight: 600; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 22px; }
.trustbar__row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px 44px; }
.trust-badge { display: flex; align-items: center; gap: 12px; }
.trust-badge__ic { width: 44px; height: 44px; border-radius: 11px; background: var(--bronze-soft); color: var(--bronze-dark); display: grid; place-items: center; flex: none; }
.trust-badge__ic svg { width: 23px; height: 23px; }
.trust-badge b { font-family: var(--font-head); color: var(--navy); font-size: 1rem; display: block; line-height: 1.15; }
.trust-badge span { font-size: .8rem; color: var(--muted); }
.trust-badge .stars { color: var(--star); font-size: .85rem; letter-spacing: 1px; }

/* ---------- Brands grid ---------- */
.brands { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.brand-chip { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 20px 10px; text-align: center; font-family: var(--font-head); font-weight: 600; color: var(--navy); box-shadow: var(--shadow-sm); transition: transform .18s ease, border-color .18s, color .18s; font-size: 1.02rem; }
.brand-chip:hover { transform: translateY(-3px); border-color: var(--bronze); color: var(--bronze-dark); }

/* ---------- Centered area tags + tall map ---------- */
.area-tags--center { justify-content: center; max-width: 860px; margin: 0 auto; }
.map-embed--wide iframe { height: 440px; }

@media (max-width: 960px) {
  .brands { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .section { padding: 56px 0; }
  .brands { grid-template-columns: repeat(2, 1fr); }
  .trustbar__row { gap: 18px 26px; }
  .nav__links { position: fixed; inset: 78px 0 auto 0; background: #fff; flex-direction: column; align-items: stretch; justify-content: flex-start; padding: 14px 20px; gap: 2px; box-shadow: var(--shadow); transform: translateY(-170%); transition: transform .28s ease; border-bottom: 1px solid var(--line); max-height: calc(100vh - 78px); overflow-y: auto; }
  .nav__links.open { transform: translateY(0); }
  .nav__links a { padding: 12px; }
  .nav__toggle { display: block; }
  .brand__logo { height: 46px; }
  .nav__right .btn { display: none; }
  .nav__links .caret { display: none; }
  .nav__links li.has-sub .submenu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; padding: 0 0 4px 14px; min-width: 0; }
  .btn--lg { padding: 12px 18px; font-size: .95rem; }
  .statbar .container { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .cards, .features, .reviews, .steps, .footer__grid { grid-template-columns: 1fr; }
  .topbar__left .topbar__item:not(.topbar__badge) { display: none; }
  .ctaband { padding: 34px 22px; }
  .hero__trust { gap: 22px; }
}
