/* ==========================================================================
   Lima.frl — De Lima Lekkageservice
   Style v3 — mobile-first complete rewrite
   ========================================================================== */

/* ----- Reset & vars ----- */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}
body,h1,h2,h3,h4,h5,p,ul,ol,figure,blockquote,dl,dd{margin:0}
ul,ol{padding:0;list-style:none}
img,picture,video,canvas,svg{display:block;max-width:100%}
input,button,textarea,select{font:inherit;color:inherit}
a{color:inherit;text-decoration:none}

:root {
  --c-primary: #8B0000;
  --c-primary-dark: #6b0000;
  --c-primary-darker: #4a0000;
  --c-primary-light: #B22222;
  --c-primary-tint: #F8E8E8;
  --c-accent: #E5A100;
  --c-whatsapp: #25D366;
  --c-whatsapp-dark: #1da851;
  --c-ink: #1A1A1A;
  --c-ink-soft: #4A4A4A;
  --c-mute: #767676;
  --c-muted: #767676;
  --c-line: #E6E2DC;
  --c-paper: #FAF8F5;
  --c-paper-2: #F2EEE8;
  --c-bg: #ffffff;
  --font-display: 'Bricolage Grotesque', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --container: 1200px;
  --radius: 8px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,.08);
  --shadow: 0 4px 14px rgba(0,0,0,.08);
  --shadow-lg: 0 10px 30px rgba(0,0,0,.12);
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--c-ink);
  background: var(--c-bg);
  overflow-x: hidden;
}

h1,h2,h3,h4,h5 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.2;
  color: var(--c-ink);
}

h1 { font-size: clamp(1.85rem, 6vw, 3rem); margin-bottom: 1rem; }
h2 { font-size: clamp(1.5rem, 4vw, 2.25rem); margin-bottom: .75rem; }
h3 { font-size: clamp(1.15rem, 3vw, 1.4rem); margin-bottom: .5rem; }
h4 { font-size: 1.05rem; margin-bottom: .5rem; }

p { margin-bottom: 1rem; }
.lead { font-size: 1.1rem; color: var(--c-ink-soft); }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) { .container { padding: 0 1.5rem; } }

/* ===== TOPBAR ===== */
.topbar {
  background: var(--c-primary-darker);
  color: #fff;
  font-size: .8rem;
  padding: .5rem 0;
}
.topbar--urgent { background: linear-gradient(90deg, #6b0000, #8B0000); }
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  flex-wrap: wrap;
}
.topbar__left {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex: 1;
  min-width: 0;
  font-size: .75rem;
}
@media (min-width: 768px) { .topbar__left { font-size: .85rem; } }
.topbar__pulse {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
  flex-shrink: 0;
}
.topbar__right {
  display: flex;
  gap: .75rem;
  align-items: center;
  flex-shrink: 0;
}
.topbar__whatsapp,
.topbar__phone {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: #fff;
  font-weight: 500;
  font-size: .8rem;
  white-space: nowrap;
}
.topbar__whatsapp:hover,
.topbar__phone:hover { text-decoration: underline; }

@media (max-width: 480px) {
  .topbar__left span:not(.topbar__pulse) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px;
  }
  .topbar__phone span,
  .topbar__whatsapp span { display: none; }
}

/* ===== HEADER ===== */
.site-header {
  background: #fff;
  border-bottom: 1px solid var(--c-line);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75rem 1rem;
  gap: .75rem;
}
@media (min-width: 768px) {
  .site-header__inner { padding: 1rem 1.5rem; gap: 1rem; }
}

.logo {
  display: flex;
  align-items: center;
  gap: .65rem;
  flex-shrink: 0;
  min-width: 0;
}
.logo__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: var(--c-primary);
  color: #fff;
  border-radius: 6px;
  flex-shrink: 0;
}
.logo__mark svg { width: 22px; height: 22px; }
.logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  min-width: 0;
}
.logo__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--c-primary);
  letter-spacing: .01em;
}
.logo__sub {
  font-size: .6rem;
  color: var(--c-ink-soft);
  letter-spacing: .12em;
  font-weight: 600;
  margin-top: 2px;
}
@media (min-width: 480px) {
  .logo__name { font-size: 1.1rem; }
  .logo__sub { font-size: .65rem; letter-spacing: .15em; }
}

.nav { display: flex; align-items: center; }
.nav__list {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.nav__list > li > a {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  padding: .5rem 0;
  font-weight: 500;
  font-size: .95rem;
  color: var(--c-ink);
  border-bottom: 2px solid transparent;
  transition: all .2s;
}
.nav__list > li > a:hover,
.nav__list > li > a[aria-current="page"] {
  color: var(--c-primary);
  border-bottom-color: var(--c-primary);
}
.nav__arrow { font-size: .7rem; }

.has-submenu { position: relative; }
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: .5rem 0;
  min-width: 240px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all .2s;
  z-index: 100;
}
.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.submenu li a {
  display: block;
  padding: .5rem 1rem;
  font-size: .9rem;
  color: var(--c-ink);
}
.submenu li a:hover {
  background: var(--c-primary-tint);
  color: var(--c-primary);
}

/* HAMBURGER */
.nav__toggle {
  display: none;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid var(--c-line);
  border-radius: 8px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  flex-shrink: 0;
}
.nav__toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-ink);
  transition: all .25s;
  border-radius: 2px;
}
.nav__toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 1024px) {
  .nav__toggle { display: flex; }

  .nav__list {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 85%;
    max-width: 340px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 5rem 1.5rem 2rem;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform .3s ease;
    box-shadow: -4px 0 20px rgba(0,0,0,.15);
    z-index: 99;
  }
  .nav__list.is-open { transform: translateX(0); }

  .nav__list > li {
    border-bottom: 1px solid var(--c-line);
  }
  .nav__list > li > a {
    padding: 1rem 0;
    width: 100%;
    border: 0;
    font-size: 1rem;
    justify-content: space-between;
  }
  .submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    padding: 0 0 .5rem 1rem;
    min-width: 0;
    display: none;
  }
  .has-submenu.is-open .submenu { display: block; }
  .has-submenu > a::after {
    content: "▾";
    margin-left: auto;
    transition: transform .2s;
  }
  .has-submenu.is-open > a::after { transform: rotate(180deg); }
  .submenu li a { padding: .5rem 0; font-size: .9rem; }

  body.menu-open { overflow: hidden; }
  body.menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.4);
    z-index: 98;
  }
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .75rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: .95rem;
  cursor: pointer;
  transition: all .2s;
  border: 2px solid transparent;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1;
}
.btn--lg { padding: .95rem 1.4rem; font-size: 1rem; }
.btn--primary {
  background: var(--c-primary);
  color: #fff;
}
.btn--primary:hover {
  background: var(--c-primary-dark);
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}
.btn--outline {
  background: transparent;
  color: var(--c-ink);
  border-color: var(--c-line);
}
.btn--outline:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
}
.btn--ghost {
  background: rgba(255,255,255,.15);
  color: #fff;
  border-color: rgba(255,255,255,.3);
}
.btn--ghost:hover { background: rgba(255,255,255,.25); }
.btn--whatsapp {
  background: var(--c-whatsapp);
  color: #fff;
}
.btn--whatsapp:hover {
  background: var(--c-whatsapp-dark);
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}
.btn--header {
  padding: .55rem .9rem;
  font-size: .85rem;
}
@media (max-width: 480px) {
  .btn--header { padding: .55rem .75rem; font-size: .8rem; }
}

/* ===== HERO ===== */
.hero {
  background: var(--c-paper);
  padding: 1.5rem 0 2.5rem;
  position: relative;
  overflow: hidden;
}
.hero--leak {
  background: linear-gradient(135deg, #fef5f5 0%, #fff 60%);
}
.hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero { padding: 4rem 0 5rem; }
  .hero__inner {
    grid-template-columns: 1.1fr 1fr;
    gap: 3rem;
  }
}

.hero__pill {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(139,0,0,.08);
  color: var(--c-primary);
  padding: .5rem .9rem;
  border-radius: 100px;
  font-size: .8rem;
  font-weight: 500;
  margin-bottom: 1rem;
  max-width: 100%;
}
.hero__pill--urgent {
  background: rgba(139,0,0,.1);
  border: 1px solid rgba(139,0,0,.2);
}
.hero__pill > span:last-child {
  white-space: normal;
  line-height: 1.3;
}

.hero h1 em {
  font-style: italic;
  color: var(--c-primary);
  font-weight: 600;
}

.hero__lead {
  font-size: 1rem;
  color: var(--c-ink-soft);
  margin-bottom: 1.5rem;
  max-width: 540px;
}
@media (min-width: 768px) { .hero__lead { font-size: 1.05rem; } }

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-bottom: 1.5rem;
}
.hero__cta .btn {
  flex: 1 1 auto;
  min-width: 140px;
}
@media (min-width: 600px) {
  .hero__cta .btn { flex: 0 0 auto; }
}

/* USPs - 1 column on mobile */
.hero__usps {
  display: grid;
  grid-template-columns: 1fr;
  gap: .55rem;
  margin-top: 1.25rem;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 600px) {
  .hero__usps {
    grid-template-columns: repeat(2, 1fr);
    gap: .65rem 1.25rem;
  }
}
.hero__usps li {
  position: relative;
  padding-left: 1.75rem;
  font-size: .9rem;
  color: var(--c-ink-soft);
  line-height: 1.4;
}
.hero__usps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 1.25rem;
  height: 1.25rem;
  background: var(--c-primary);
  border-radius: 50%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='20 6 9 17 4 12'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
}

/* Hero visual */
.hero__visual {
  position: relative;
  margin-top: 1rem;
}
@media (min-width: 1024px) { .hero__visual { margin-top: 0; } }

.hero__visual-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

/* Hero badge - constrained to viewport */
.hero__badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: auto;
  background: #fff;
  padding: .75rem 1rem;
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: .65rem;
  max-width: calc(100% - 2rem);
}
.hero__badge--leak { border-left: 4px solid var(--c-primary); }
.hero__badge-num {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--c-primary);
  font-family: var(--font-display);
  line-height: 1;
}
.hero__badge-label {
  font-size: .7rem;
  color: var(--c-ink-soft);
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.hero__badge-label strong {
  color: var(--c-ink);
  font-size: .8rem;
}

.hero__floating {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--c-primary-darker);
  color: #fff;
  padding: .45rem .8rem;
  border-radius: 100px;
  font-size: .7rem;
  font-weight: 500;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: .4rem;
  white-space: nowrap;
  max-width: calc(100% - 2rem);
}
.hero__floating--leak {
  background: linear-gradient(90deg, #6b0000, #8B0000);
}
.hero__floating::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #4ade80;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .hero__floating { font-size: .8rem; padding: .5rem .9rem; }
  .hero__badge-num { font-size: 1.5rem; }
  .hero__badge-label { font-size: .75rem; }
  .hero__badge-label strong { font-size: .85rem; }
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(.85); }
}

.dot-pulse {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--c-primary);
  border-radius: 50%;
  animation: pulse 1.5s infinite;
  flex-shrink: 0;
}

/* ===== PAGE HERO (subpages) ===== */
.page-hero {
  background: linear-gradient(135deg, var(--c-primary-dark) 0%, var(--c-primary-darker) 100%);
  color: #fff;
  padding: 2rem 0 2.5rem;
  position: relative;
}
.page-hero--city {
  background: linear-gradient(135deg, var(--c-primary) 0%, var(--c-primary-darker) 100%);
}
.page-hero__inner { max-width: 760px; }
.page-hero__breadcrumbs {
  font-size: .85rem;
  color: rgba(255,255,255,.7);
  margin-bottom: 1rem;
}
.page-hero__breadcrumbs a {
  color: rgba(255,255,255,.85);
  text-decoration: underline;
}
.page-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255,255,255,.15);
  padding: .4rem 1rem;
  border-radius: 100px;
  font-size: .85rem;
  margin-bottom: 1rem;
}
.page-hero__pill .dot-pulse { background: #4ade80; }
.page-hero h1 { color: #fff; margin-bottom: .75rem; }
.page-hero p {
  color: rgba(255,255,255,.9);
  font-size: 1rem;
  max-width: 600px;
}
@media (min-width: 768px) { .page-hero p { font-size: 1.05rem; } }

/* ===== TRUST STRIP ===== */
.trust-strip {
  background: var(--c-paper-2);
  padding: 1rem 0;
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
}
.trust-strip__title {
  font-size: .8rem;
  color: var(--c-ink-soft);
  letter-spacing: .03em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .trust-strip__title { font-size: .9rem; letter-spacing: .05em; }
}

/* ===== SECTIONS ===== */
.section { padding: 2.5rem 0; }
@media (min-width: 768px) { .section { padding: 4rem 0; } }
.section--alt { background: var(--c-paper); }

.section__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .section__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.section__head-text { flex: 1; max-width: 720px; }
.section__eyebrow {
  display: inline-block;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--c-primary);
  margin-bottom: .5rem;
}

/* ===== SERVICES GRID ===== */
.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 600px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
}
@media (min-width: 1024px) {
  .services-grid { grid-template-columns: repeat(4, 1fr); }
}
.service-card {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--radius-lg);
  transition: all .25s;
  text-decoration: none;
  color: var(--c-ink);
  height: 100%;
}
.service-card:hover {
  border-color: var(--c-primary);
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}
.service-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-primary-tint);
  color: var(--c-primary);
  border-radius: 10px;
}
.service-card h3 { margin: 0; font-size: 1.1rem; }
.service-card p {
  font-size: .9rem;
  color: var(--c-ink-soft);
  margin: 0;
  line-height: 1.5;
}
.service-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  color: var(--c-primary);
  font-weight: 600;
  font-size: .9rem;
  padding-top: .5rem;
}

/* ===== PROCESS STEPS ===== */
.process {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 600px) { .process { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .process { grid-template-columns: repeat(4, 1fr); } }
.process__step {
  background: #fff;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--c-line);
  text-align: center;
}
.process__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--c-primary);
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-family: var(--font-display);
}
.process__step h4 { margin-bottom: .5rem; }
.process__step p { font-size: .9rem; color: var(--c-ink-soft); margin: 0; }

/* ===== STATS ===== */
.stats {
  background: var(--c-primary-darker);
  color: #fff;
  padding: 2.5rem 0;
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) { .stats__grid { grid-template-columns: repeat(4, 1fr); } }
.stat__num {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: .25rem;
}
.stat__label { font-size: .85rem; color: rgba(255,255,255,.75); }

/* ===== REVIEWS ===== */
.reviews-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) { .reviews-strip { grid-template-columns: repeat(3, 1fr); } }
.review {
  background: #fff;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--c-line);
  position: relative;
}
.review__quote-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 3rem;
  font-family: var(--font-display);
  color: var(--c-primary-tint);
  line-height: 1;
}
.review__stars {
  color: var(--c-accent);
  letter-spacing: 2px;
  margin-bottom: .75rem;
}
.review__body {
  font-size: .95rem;
  color: var(--c-ink-soft);
  margin-bottom: 1rem;
  line-height: 1.6;
}
.review__author {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--c-line);
}
.review__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--c-primary);
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: .85rem;
}
.review__name { font-weight: 600; font-size: .9rem; }
.review__source { font-size: .75rem; color: var(--c-mute); }

/* ===== PROJECTS ===== */
.projects-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 600px) { .projects-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .projects-grid { grid-template-columns: repeat(3, 1fr); } }
.project-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all .25s;
  text-decoration: none;
  color: var(--c-ink);
}
.project-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: var(--c-primary);
}
.project-card__media {
  position: relative;
  aspect-ratio: 16/10;
  background: var(--c-paper-2);
  overflow: hidden;
}
.project-card__media img { width: 100%; height: 100%; object-fit: cover; }
.project-card__media-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--c-primary);
  background: var(--c-primary-tint);
}
.project-card__tag {
  position: absolute;
  top: .75rem;
  left: .75rem;
  background: rgba(0,0,0,.65);
  color: #fff;
  padding: .25rem .65rem;
  border-radius: 4px;
  font-size: .75rem;
  font-weight: 500;
}
.project-card__body { padding: 1.25rem; }
.project-card__meta { font-size: .8rem; color: var(--c-mute); margin-bottom: .5rem; }
.project-card h3 { font-size: 1.05rem; margin-bottom: .5rem; }
.project-card p { font-size: .9rem; color: var(--c-ink-soft); margin: 0; }

/* ===== CITIES GRID ===== */
.cities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .65rem;
}
@media (min-width: 600px) { .cities-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .cities-grid { grid-template-columns: repeat(4, 1fr); } }
.city-tile {
  display: flex;
  align-items: center;
  gap: .5rem;
  background: #fff;
  border: 1px solid var(--c-line);
  padding: .85rem 1rem;
  border-radius: 8px;
  color: var(--c-ink);
  text-decoration: none;
  transition: all .2s;
  font-weight: 500;
  font-size: .9rem;
}
.city-tile:hover {
  border-color: var(--c-primary);
  background: #fff5f5;
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}
.city-tile__icon { color: var(--c-primary); display: flex; align-items: center; }

/* ===== FAQ ===== */
.faq { display: flex; flex-direction: column; gap: .5rem; }
.faq__item {
  border: 1px solid var(--c-line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.faq__question {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 1rem 1.25rem;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  padding-right: 2.5rem;
}
.faq__question::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: var(--c-primary);
  font-weight: 400;
  transition: transform .25s;
}
.faq__item.is-open .faq__question::after { content: "−"; }
.faq__answer { max-height: 0; overflow: hidden; transition: max-height .3s; }
.faq__item.is-open .faq__answer { max-height: 1000px; }
.faq__answer-inner {
  padding: 0 1.25rem 1.25rem;
  color: var(--c-ink-soft);
  font-size: .95rem;
  line-height: 1.6;
}

/* ===== CTA STRIP ===== */
.cta-strip {
  background: linear-gradient(135deg, var(--c-primary) 0%, var(--c-primary-darker) 100%);
  color: #fff;
  padding: 2.5rem 0;
}
.cta-strip__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .cta-strip__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.cta-strip h2 { color: #fff; margin-bottom: .25rem; }
.cta-strip p { color: rgba(255,255,255,.85); margin: 0; }
.cta-strip__buttons {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) { .cta-strip__buttons { width: auto; } }

/* ===== FOOTER ===== */
.site-footer {
  background: #1a1a1a;
  color: rgba(255,255,255,.7);
  padding: 3rem 0 1.5rem;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 600px) { .site-footer__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .site-footer__grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; } }
.site-footer h4 {
  color: #fff;
  font-size: .9rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.site-footer ul { display: flex; flex-direction: column; gap: .5rem; }
.site-footer li { font-size: .9rem; }
.site-footer a {
  color: rgba(255,255,255,.7);
  transition: color .2s;
}
.site-footer a:hover { color: #fff; }
.footer-brand strong {
  color: #fff;
  font-size: 1.1rem;
  font-family: var(--font-display);
}
.site-footer__bottom {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex;
  flex-direction: column;
  gap: .75rem;
  font-size: .85rem;
  color: rgba(255,255,255,.5);
}
@media (min-width: 600px) {
  .site-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

/* ===== FLOATING CTAs ===== */
.whatsapp-fab {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 56px;
  height: 56px;
  background: var(--c-whatsapp);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(37,211,102,.4);
  z-index: 90;
  transition: all .25s;
}
.whatsapp-fab:hover {
  background: var(--c-whatsapp-dark);
  transform: scale(1.05);
}

.floating-cta {
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-primary);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(139,0,0,.35);
  z-index: 90;
  transition: all .25s;
  padding: 0;
  gap: 0;
}
.floating-cta:hover {
  background: var(--c-primary-dark);
  transform: scale(1.05);
}
.floating-cta__label { display: none; }

@media (min-width: 1024px) {
  .floating-cta {
    width: auto;
    height: auto;
    padding: .85rem 1rem;
    border-radius: 100px;
    gap: .5rem;
    font-size: .8rem;
  }
  .floating-cta__label {
    display: block;
    line-height: 1.2;
  }
}

/* ===== TWO COLUMN LAYOUT ===== */
.two-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .two-col {
    grid-template-columns: 1fr 320px;
    gap: 3rem;
  }
}

/* ===== PROSE ===== */
.prose h2 { margin-top: 2rem; margin-bottom: 1rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.5rem; margin-bottom: .75rem; }
.prose p {
  margin-bottom: 1rem;
  color: var(--c-ink-soft);
  line-height: 1.7;
}
.prose ul, .prose ol {
  margin: 0 0 1rem 0;
  padding-left: 1.5rem;
  color: var(--c-ink-soft);
}
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li { margin-bottom: .5rem; line-height: 1.6; }

/* ===== SIDEBAR CARDS ===== */
.sidebar-card {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
}
@media (min-width: 1024px) {
  .sidebar-card {
    position: sticky;
    top: 100px;
  }
}
.sidebar-card--leak { border-left: 4px solid var(--c-primary); }
.sidebar-card h3 { margin-top: 0; margin-bottom: .75rem; }

/* ===== FORMS ===== */
.form__group { margin-bottom: 1rem; }
.form__group label {
  display: block;
  font-weight: 500;
  font-size: .9rem;
  margin-bottom: .35rem;
}
.form__group input,
.form__group textarea,
.form__group select {
  width: 100%;
  padding: .75rem;
  border: 1px solid var(--c-line);
  border-radius: 8px;
  background: #fff;
  font-size: 1rem;
}
.form__group input:focus,
.form__group textarea:focus {
  outline: none;
  border-color: var(--c-primary);
  box-shadow: 0 0 0 3px rgba(139,0,0,.1);
}
.form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 600px) { .form__row { grid-template-columns: 1fr 1fr; } }

/* ===== UTILITIES ===== */
.center-text { text-align: center; }
.mb-4 { margin-bottom: 2rem; }
.mt-4 { margin-top: 2rem; }
hr {
  border: 0;
  border-top: 1px solid var(--c-line);
  margin: 2rem 0;
}

/* Bottom safe space for floating CTAs on mobile */
@media (max-width: 1023px) {
  .site-footer { padding-bottom: 5rem; }
}
