/* ==========================================================================
   Danitam Multi Resource Cleaning Services — site styles (premium layer)
   Layered on top of Bootstrap 5.3. Brand tokens live in :root.
   ========================================================================== */

:root {
  --brand: #0b5d6b;          /* deep teal – trust */
  --brand-2: #148a9d;        /* light teal – gradients */
  --brand-dark: #08414b;
  --brand-deep: #062f36;
  --brand-light: #e6f2f4;
  --brand-tint: #f2f8f9;
  --accent: #f5a524;         /* warm amber – CTAs */
  --accent-dark: #d98c0f;
  --accent-soft: #fff3dc;
  --eco: #2f9e6a;            /* green – eco badge */
  --eco-soft: #e8f5ee;
  --ink: #12222a;
  --ink-2: #33464d;
  --muted: #5f7076;
  --line: #e1e9ec;
  --surface: #f6f9fa;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow-xs: 0 1px 2px rgba(11, 93, 107, 0.06), 0 1px 6px rgba(11, 93, 107, 0.05);
  --shadow-sm: 0 4px 14px rgba(11, 93, 107, 0.08);
  --shadow: 0 16px 40px -12px rgba(11, 93, 107, 0.22);
  --shadow-lg: 0 30px 70px -20px rgba(6, 47, 54, 0.35);
  --font-head: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink-2);
  background: #fff;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-family: var(--font-head);
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
h1, .h1 { font-size: clamp(2rem, 1.3rem + 2.4vw, 3.25rem); }
h2, .h2 { font-size: clamp(1.6rem, 1.15rem + 1.5vw, 2.4rem); }
h3, .h3 { font-size: 1.25rem; font-weight: 700; letter-spacing: -0.01em; }
h4, .h4 { font-size: 1.1rem; font-weight: 700; }
p { margin-bottom: 1rem; }
a { color: var(--brand); text-decoration-thickness: 1px; text-underline-offset: 3px; transition: color .2s; }
a:hover { color: var(--brand-dark); }
.lead { font-size: 1.15rem; color: var(--muted); font-weight: 400; }
.small, small { color: var(--muted); }
img { max-width: 100%; height: auto; }
strong { color: var(--ink); }
.container { max-width: 1200px; }
section { padding: clamp(3.5rem, 7vw, 6rem) 0; position: relative; }
section.section-tight { padding: clamp(2rem, 4vw, 3rem) 0; }
.bg-surface { background: var(--surface); }
.bg-brand { background: var(--brand); color: #fff; }
.bg-brand h2, .bg-brand h3 { color: #fff; }
.text-brand { color: var(--brand) !important; }
.text-eco { color: var(--eco) !important; }
.mw-prose { max-width: 720px; }
.rounded-xl { border-radius: var(--radius); }
.shadow-soft { box-shadow: var(--shadow); }

/* Decorative section backgrounds */
.section-pattern { background-color: var(--surface); background-image: radial-gradient(rgba(11,93,107,.10) 1px, transparent 1px); background-size: 22px 22px; }
.section-pattern::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, var(--surface) 0%, rgba(246,249,250,0) 25%, rgba(246,249,250,0) 75%, var(--surface) 100%); pointer-events: none; }
.section-pattern > .container { position: relative; }
.section-glow::after { content: ""; position: absolute; width: 520px; height: 520px; right: -160px; top: -120px; border-radius: 50%; background: radial-gradient(closest-side, rgba(20,138,157,.12), transparent); pointer-events: none; }
.bg-brand.section-pattern { background-color: var(--brand); background-image: radial-gradient(rgba(255,255,255,.09) 1px, transparent 1px); }
.bg-brand.section-pattern::before { background: linear-gradient(180deg, var(--brand) 0%, rgba(11,93,107,0) 25%, rgba(11,93,107,0) 75%, var(--brand) 100%); }

.skip-link { position: absolute; top: 8px; left: 8px; z-index: 2000; background: var(--accent); color: var(--ink); padding: .5rem .75rem; border-radius: 6px; }

/* Buttons ---------------------------------------------------------------- */
.btn { border-radius: 12px; font-weight: 600; padding: .7rem 1.25rem; letter-spacing: .005em; transition: transform .2s var(--ease), box-shadow .2s var(--ease), background-color .2s, border-color .2s, color .2s; }
.btn:active { transform: translateY(1px); }
.btn-lg { padding: .9rem 1.5rem; font-size: 1.02rem; }
.btn-accent { background: var(--accent); border-color: var(--accent); color: var(--ink); box-shadow: 0 8px 20px -8px rgba(245,165,36,.7); }
.btn-accent:hover, .btn-accent:focus { background: var(--accent-dark); border-color: var(--accent-dark); color: var(--ink); transform: translateY(-2px); box-shadow: 0 12px 24px -8px rgba(217,140,15,.7); }
.btn-brand { background: var(--brand); border-color: var(--brand); color: #fff; box-shadow: 0 8px 20px -10px rgba(11,93,107,.8); }
.btn-brand:hover, .btn-brand:focus { background: var(--brand-dark); border-color: var(--brand-dark); color: #fff; transform: translateY(-2px); }
.btn-outline-brand { border-color: var(--brand); color: var(--brand); background: #fff; }
.btn-outline-brand:hover { background: var(--brand); color: #fff; transform: translateY(-2px); }
.btn-outline-light { border-color: rgba(255,255,255,.55); }
.btn-outline-light:hover { color: var(--brand); background: #fff; border-color: #fff; transform: translateY(-2px); }
.btn-light:hover { transform: translateY(-2px); }
.btn-outline-success { border-color: #25d366; color: #1f9e4e; }
.btn-outline-success:hover { background: #25d366; border-color: #25d366; color: #fff; transform: translateY(-2px); }
.btn i { vertical-align: -.05em; }

/* Top bar + header ------------------------------------------------------- */
.topbar { background: var(--brand-deep); color: #c9dde1; font-size: .84rem; padding: .45rem 0; }
.topbar a { color: #fff; text-decoration: none; }
.topbar a:hover { color: var(--accent); }
.site-header { background: rgba(255,255,255,.92); backdrop-filter: saturate(180%) blur(10px); -webkit-backdrop-filter: saturate(180%) blur(10px); border-bottom: 1px solid var(--line); transition: box-shadow .25s; }
.site-header.scrolled { box-shadow: 0 6px 24px -12px rgba(6,47,54,.35); }
.navbar { padding: .65rem 0; }
.navbar-brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; }
.brand-mark { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #fff; font-size: 1.3rem; flex: 0 0 auto; box-shadow: 0 6px 14px -6px rgba(11,93,107,.6); }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-family: var(--font-head); font-size: 1.3rem; font-weight: 800; color: var(--brand); letter-spacing: -.01em; }
.brand-text small { font-size: .66rem; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }
.site-footer .brand-text strong { color: #fff; }
.site-footer .brand-text small { color: #b9d3d8; }
.navbar-nav .nav-link { color: var(--ink); font-weight: 500; padding: .55rem .9rem; border-radius: 10px; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--brand); background: var(--brand-light); }
.dropdown-menu { border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); padding: .5rem; margin-top: .5rem !important; }
.dropdown-menu-mega { min-width: 560px; }
.dropdown-header { color: var(--brand); font-family: var(--font-head); font-weight: 800; text-transform: uppercase; font-size: .7rem; letter-spacing: .1em; padding: .5rem .75rem .35rem; }
.dropdown-item { border-radius: 10px; padding: .5rem .75rem; font-weight: 500; color: var(--ink-2); }
.dropdown-item:hover { background: var(--brand-light); color: var(--brand); }
.dropdown-divider { border-color: var(--line); margin: .5rem .25rem; }
@media (max-width: 991.98px) {
  .dropdown-menu-mega { min-width: 0; border: 0; box-shadow: none; background: var(--surface); }
  .btn-quote { width: 100%; }
  .navbar-collapse { padding-top: .75rem; }
}

/* Hero --------------------------------------------------------------------- */
.hero { position: relative; overflow: hidden; background: radial-gradient(1200px 600px at 85% -10%, var(--brand-2) 0%, var(--brand) 45%, var(--brand-dark) 100%); color: #fff; padding: clamp(4rem, 9vw, 7.5rem) 0; }
.hero.has-photo { background-image: linear-gradient(100deg, rgba(6,47,54,.97) 0%, rgba(11,93,107,.92) 40%, rgba(11,93,107,.72) 62%, rgba(11,93,107,.38) 100%), var(--hero-img); background-size: cover; background-position: center; }
.hero.hero-compact { padding: clamp(3rem, 6vw, 4.5rem) 0; }
.hero.has-photo.hero-compact { background-image: linear-gradient(100deg, rgba(6,47,54,.97) 0%, rgba(11,93,107,.9) 50%, rgba(11,93,107,.45) 100%), var(--hero-img); }
.hero::after { content: ""; position: absolute; inset: auto -10% -40% auto; width: 60%; height: 80%; background: radial-gradient(closest-side, rgba(255,255,255,.07), transparent); pointer-events: none; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px); background-size: 26px 26px; mask-image: linear-gradient(180deg, rgba(0,0,0,.6), transparent 70%); -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.6), transparent 70%); pointer-events: none; }
.hero > .container { position: relative; z-index: 1; }
.hero h1 { color: #fff; text-wrap: balance; }
.hero .lead { color: #d9ecef; max-width: 640px; }
.hero .kicker { color: var(--accent); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero-points { list-style: none; padding: 0; margin: 1.75rem 0 0; display: grid; gap: .6rem .9rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.hero-points li { display: flex; gap: .55rem; align-items: flex-start; color: #e6f2f4; font-size: .95rem; }
.hero-points i { color: var(--accent); margin-top: .15rem; }
.hero-card { background: #fff; color: var(--ink); border-radius: var(--radius); padding: 1.75rem; box-shadow: var(--shadow-lg); position: relative; }
.hero-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 5px; border-radius: var(--radius) var(--radius) 0 0; background: linear-gradient(90deg, var(--accent), #ffd27a); }
.hero-card h2 { font-size: 1.3rem; }
.hero-card .form-label { font-size: .84rem; margin-bottom: .25rem; }
.hero-card .small { color: var(--muted); }
.hero-sub { background: var(--brand-light); }

/* Kicker + section headings ------------------------------------------------ */
.kicker { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-head); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; color: var(--brand); background: var(--brand-light); padding: .4rem .8rem; border-radius: 999px; margin-bottom: .9rem; }
.kicker::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.kicker-light { color: #fff; background: rgba(255,255,255,.14); }
.section-heading { margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-heading h2 { margin-bottom: .75rem; text-wrap: balance; }
.section-lead { max-width: 720px; margin: 0 auto; }
.section-heading:not(.text-center) .section-lead { margin: 0; }
.bg-brand .kicker { color: #fff; background: rgba(255,255,255,.14); }
.bg-brand .section-lead, .bg-brand p { color: #d9ecef; }

/* Trust bar ---------------------------------------------------------------- */
.trust-bar { background: #fff; border-bottom: 1px solid var(--line); position: relative; z-index: 2; }
.trust-list { list-style: none; margin: 0; padding: .9rem 0; display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem 1.75rem; }
.trust-list li { display: inline-flex; align-items: center; gap: .55rem; font-size: .9rem; font-weight: 600; color: var(--ink-2); }
.trust-list i { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--eco-soft); color: var(--eco); font-size: .95rem; }

/* Breadcrumb --------------------------------------------------------------- */
.breadcrumb-wrap { background: var(--surface); border-bottom: 1px solid var(--line); padding: .65rem 0; font-size: .86rem; }
.breadcrumb-item + .breadcrumb-item::before { color: var(--muted); }
.breadcrumb a { text-decoration: none; font-weight: 500; }
.breadcrumb-item.active { color: var(--muted); }

/* Service cards ------------------------------------------------------------ */
.card-service { position: relative; height: 100%; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 1.35rem; display: flex; flex-direction: column; box-shadow: var(--shadow-xs); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; overflow: hidden; }
.card-service:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(11,93,107,.25); }
.card-service .card-img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius-sm); margin-bottom: 1.1rem; display: block; transition: transform .5s var(--ease); }
.card-service:hover .card-img { transform: scale(1.03); }
.card-service .icon { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; font-size: 1.4rem; color: var(--brand); background: var(--brand-light); margin: -2.6rem 0 .9rem 1rem; position: relative; border: 3px solid #fff; box-shadow: var(--shadow-sm); }
.card-service h3 { font-size: 1.15rem; margin-bottom: .45rem; }
.card-service h3 a { color: var(--ink); text-decoration: none; }
.card-service h3 a::after { content: ""; position: absolute; inset: 0; }
.card-service p { color: var(--muted); font-size: .95rem; margin-bottom: 1rem; flex: 1; }
.card-service .more { font-weight: 700; color: var(--brand); text-decoration: none; font-size: .95rem; display: inline-flex; align-items: center; gap: .35rem; }
.card-service .more i { transition: transform .2s; }
.card-service:hover .more i { transform: translateX(4px); }
.card-service.featured { border-color: rgba(245,165,36,.55); }
.badge-tier { position: absolute; top: 1.85rem; right: 1.85rem; z-index: 2; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; background: var(--accent); color: var(--ink); padding: .3rem .6rem; border-radius: 999px; box-shadow: var(--shadow-sm); }

/* Feature cards ------------------------------------------------------------ */
.feature { display: flex; gap: 1rem; align-items: flex-start; }
.feature .icon { flex: 0 0 auto; width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: var(--brand-light); color: var(--brand); font-size: 1.35rem; }
.feature h3 { font-size: 1.05rem; margin-bottom: .3rem; }
.feature p { color: var(--muted); margin: 0; font-size: .95rem; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (max-width: 575.98px) { .feature-grid { grid-template-columns: 1fr; } }
.feature-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1.15rem 1.15rem 1.1rem; box-shadow: var(--shadow-xs); transition: transform .3s var(--ease), box-shadow .3s var(--ease); height: 100%; }
.feature-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.feature-card .icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, var(--brand-light), #d5e9ed); color: var(--brand); font-size: 1.2rem; margin-bottom: .8rem; }
.feature-card h3 { font-size: 1rem; margin-bottom: .25rem; }
.feature-card p { color: var(--muted); font-size: .9rem; margin: 0; }

/* Media stack (image + floating cards) ------------------------------------ */
.media-stack { position: relative; padding: 1.25rem 0 3.5rem 0; }
.media-stack .media-main { box-shadow: var(--shadow-lg); }
.floating-card { position: absolute; background: #fff; border-radius: var(--radius-sm); box-shadow: var(--shadow); border: 1px solid var(--line); }
.floating-card--stats { left: 1.25rem; right: 1.25rem; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); padding: 1.1rem .5rem; }
.floating-card--stats .stat { text-align: center; padding: .25rem .5rem; border-right: 1px solid var(--line); }
.floating-card--stats .stat:last-child { border-right: 0; }
.floating-card--stats .num { font-family: var(--font-head); font-size: 1.85rem; font-weight: 800; color: var(--brand); line-height: 1; letter-spacing: -.02em; }
.floating-card--stats .num span { font-size: 1rem; color: var(--muted); font-weight: 700; }
.floating-card--stats .lbl { color: var(--muted); font-size: .78rem; margin-top: .25rem; font-weight: 500; }
.floating-badge { position: absolute; top: 0; left: -.75rem; z-index: 2; display: inline-flex; align-items: center; gap: .55rem; background: #fff; border-radius: 999px; padding: .55rem .95rem .55rem .6rem; box-shadow: var(--shadow); font-weight: 700; font-size: .88rem; color: var(--ink); }
.floating-badge i { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--eco-soft); color: var(--eco); }
.media-stack .accent-blob { position: absolute; width: 200px; height: 200px; right: -50px; top: -30px; border-radius: 50%; background: radial-gradient(closest-side, rgba(245,165,36,.35), transparent); pointer-events: none; }
@media (max-width: 575.98px) { .floating-badge { left: .75rem; } .floating-card--stats { left: .5rem; right: .5rem; } }

/* Split cards (home vs business) ------------------------------------------ */
.split-card { height: 100%; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-xs); display: flex; flex-direction: column; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.split-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.split-card__media { position: relative; aspect-ratio: 16 / 8; overflow: hidden; }
.split-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease); }
.split-card:hover .split-card__media img { transform: scale(1.04); }
.split-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,47,54,0) 40%, rgba(6,47,54,.55) 100%); }
.split-card__tag { position: absolute; left: 1.25rem; bottom: 1.1rem; z-index: 1; color: #fff; font-family: var(--font-head); font-weight: 800; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.3); backdrop-filter: blur(6px); padding: .4rem .8rem; border-radius: 999px; }
.split-card__body { padding: 1.75rem; display: flex; flex-direction: column; flex: 1; }
.split-card__body h3 { font-size: 1.45rem; margin-bottom: .6rem; letter-spacing: -.02em; }
.split-card__body p { color: var(--muted); }
.split-card__body .checklist { margin: .25rem 0 1.5rem; }
.split-card__body .btn { align-self: flex-start; margin-top: auto; }

/* Checklist ---------------------------------------------------------------- */
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: .65rem; }
.checklist.two-col { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.checklist li { position: relative; padding-left: 1.9rem; }
.checklist li::before { content: "\F26B"; font-family: "bootstrap-icons"; color: var(--eco); font-size: 1.15rem; line-height: 1.45; position: absolute; left: 0; top: 0; }
.included-panel { background: var(--brand-tint); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.75rem; }
.included-panel .checklist li { color: var(--ink-2); }

/* Steps (timeline) --------------------------------------------------------- */
.steps { counter-reset: step; list-style: none; padding: 0; margin: 0; display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); position: relative; }
.steps li { counter-increment: step; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 2rem 1.35rem 1.35rem; position: relative; backdrop-filter: blur(4px); transition: transform .3s var(--ease), background .3s; }
.steps li:hover { transform: translateY(-4px); background: rgba(255,255,255,.1); }
.steps li::before { content: counter(step, decimal-leading-zero); position: absolute; top: -18px; left: 1.35rem; height: 36px; padding: 0 .75rem; border-radius: 999px; background: var(--accent); color: var(--ink); font-weight: 800; display: grid; place-items: center; font-family: var(--font-head); font-size: .9rem; letter-spacing: .04em; box-shadow: 0 8px 18px -8px rgba(245,165,36,.9); }
.steps h3 { font-size: 1.08rem; margin: .35rem 0 .4rem; color: #fff; }
.steps p { color: #cfe3e7; font-size: .95rem; margin: 0; }
.steps-light li { background: #fff; border-color: var(--line); box-shadow: var(--shadow-xs); }
.steps-light h3 { color: var(--ink); }
.steps-light p { color: var(--muted); }
.promise-strip { margin-top: 2.75rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); padding: 1.25rem 1.5rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; }
.promise-strip .badge-ring { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); color: var(--ink); font-size: 1.5rem; flex: 0 0 auto; box-shadow: 0 0 0 8px rgba(245,165,36,.18); }
.promise-strip .txt { flex: 1 1 320px; }
.promise-strip h3 { color: #fff; font-size: 1.1rem; margin: 0 0 .15rem; }
.promise-strip p { margin: 0; color: #cfe3e7; font-size: .95rem; }
@media (max-width: 767.98px) { .promise-strip .btn { width: 100%; } }

/* Coverage card (areas) ---------------------------------------------------- */
.coverage-card { position: relative; border-radius: var(--radius); overflow: hidden; color: #fff; background: linear-gradient(120deg, rgba(6,47,54,.96), rgba(11,93,107,.9)), var(--cover-img) center/cover; box-shadow: var(--shadow-lg); padding: 2rem; }
.coverage-card::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px); background-size: 22px 22px; pointer-events: none; }
.coverage-card > * { position: relative; }
.coverage-card .base { display: flex; align-items: center; gap: 1rem; padding-bottom: 1.25rem; border-bottom: 1px solid rgba(255,255,255,.14); margin-bottom: 1.25rem; }
.coverage-card .base .pin { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); color: var(--ink); font-size: 1.4rem; flex: 0 0 auto; box-shadow: 0 0 0 8px rgba(245,165,36,.18); }
.coverage-card .base h3 { color: #fff; font-size: 1.1rem; margin: 0 0 .15rem; }
.coverage-card .base p { margin: 0; color: #cfe3e7; font-size: .92rem; }
.coverage-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .55rem 1rem; list-style: none; padding: 0; margin: 0 0 1.25rem; }
.coverage-grid li { display: flex; align-items: center; gap: .55rem; font-weight: 600; font-size: .95rem; color: #eaf5f7; }
.coverage-grid li i { color: var(--accent); }
.coverage-card .priority { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-sm); padding: .85rem 1rem; font-size: .9rem; color: #d9ecef; display: flex; gap: .6rem; align-items: flex-start; }
.coverage-card .priority i { color: var(--accent); margin-top: .1rem; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; margin: 0; list-style: none; }
.chips li { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .4rem .95rem; font-size: .9rem; font-weight: 500; color: var(--ink-2); box-shadow: var(--shadow-xs); transition: border-color .2s, color .2s, transform .2s; }
.chips li:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-2px); }
.chips a { color: inherit; text-decoration: none; }

/* Eco banner --------------------------------------------------------------- */
.eco-banner { display: grid; grid-template-columns: auto 1fr auto; gap: 1.5rem 2rem; align-items: center; background: linear-gradient(120deg, #0f6b4a, var(--eco)); color: #fff; border-radius: var(--radius); padding: 2rem 2.25rem; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.eco-banner::after { content: "\F5E1"; font-family: "bootstrap-icons"; position: absolute; right: -20px; bottom: -60px; font-size: 16rem; color: rgba(255,255,255,.07); pointer-events: none; }
.eco-banner .eco-icon { width: 72px; height: 72px; border-radius: 20px; display: grid; place-items: center; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.25); font-size: 2rem; }
.eco-banner h2 { color: #fff; margin-bottom: .4rem; }
.eco-banner p { color: #e2f3ea; margin: 0; }
.eco-banner .kicker { color: #fff; background: rgba(255,255,255,.16); }
.eco-banner .kicker::before { background: #fff; }
.eco-banner .btn { position: relative; z-index: 1; white-space: nowrap; }
@media (max-width: 991.98px) { .eco-banner { grid-template-columns: 1fr; } }

/* Pricing ------------------------------------------------------------------ */
.price-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; background: #fff; height: 100%; display: flex; flex-direction: column; }
.price-card .from { font-family: var(--font-head); font-size: 2rem; font-weight: 800; color: var(--brand); line-height: 1; }
.price-card .from small { font-size: .9rem; color: var(--muted); font-weight: 500; }
.price-card ul { padding-left: 1.1rem; color: var(--muted); font-size: .95rem; flex: 1; }
.price-note { font-size: .86rem; color: var(--muted); }
.price-strip { background: linear-gradient(120deg, var(--brand-tint), var(--brand-light)); border: 1px solid var(--line); border-left: 5px solid var(--brand); border-radius: var(--radius-sm); padding: 1.15rem 1.35rem; }
.price-strip strong { color: var(--brand); font-family: var(--font-head); font-size: 1.5rem; font-weight: 800; }
.table-prices { border-color: var(--line); overflow: hidden; border-radius: var(--radius-sm); }
.table-prices th { background: var(--brand); color: #fff; font-family: var(--font-head); font-weight: 700; border-color: var(--brand); padding: .9rem 1rem; }
.table-prices td { padding: .85rem 1rem; }
.table-prices td, .table-prices th { vertical-align: middle; }
.table-prices tbody tr:nth-child(even) { background: var(--surface); }
.table-responsive { border-radius: var(--radius-sm); }

/* FAQ ---------------------------------------------------------------------- */
.faq-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: .25rem 1.5rem; box-shadow: var(--shadow-xs); }
.accordion-button { font-family: var(--font-head); font-weight: 700; color: var(--ink); font-size: 1.02rem; padding: 1.1rem 0; background: transparent; gap: 1rem; }
.accordion-button:not(.collapsed) { color: var(--brand); background: transparent; box-shadow: none; }
.accordion-button:focus { box-shadow: none; outline: 2px solid rgba(11,93,107,.25); outline-offset: 4px; border-radius: 8px; }
.accordion-button::after { width: 28px; height: 28px; border-radius: 50%; background-color: var(--brand-light); background-image: none; display: grid; place-items: center; content: "\F4FE"; font-family: "bootstrap-icons"; font-size: 1rem; color: var(--brand); transition: transform .25s var(--ease), background-color .25s; flex: 0 0 auto; text-align: center; line-height: 28px; }
.accordion-button:not(.collapsed)::after { content: "\F2EA"; background-color: var(--brand); color: #fff; transform: rotate(0); }
.accordion-item { background: transparent; border: 0; border-bottom: 1px solid var(--line) !important; }
.accordion-item:last-child { border-bottom: 0 !important; }
.accordion-body { color: var(--muted); padding: 0 0 1.25rem; }
.accordion-body p:last-child { margin-bottom: 0; }
.faq-side { position: sticky; top: 100px; }
.faq-side .mini-card { background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #fff; border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow); margin-top: 1.5rem; }
.faq-side .mini-card h3 { color: #fff; font-size: 1.1rem; }
.faq-side .mini-card p { color: #d9ecef; font-size: .95rem; }
.faq-side .mini-card a.btn { width: 100%; }

/* Eco badge ---------------------------------------------------------------- */
.eco-badge { display: inline-flex; align-items: center; gap: .5rem; background: var(--eco-soft); color: #1f7a4f; border-radius: 999px; padding: .45rem .95rem; font-size: .86rem; font-weight: 600; }
.eco-badge a { color: inherit; }

/* CTA band + footer -------------------------------------------------------- */
.cta-band { background: linear-gradient(120deg, var(--brand-dark), var(--brand) 55%, var(--brand-2)); color: #fff; padding: 3.5rem 0; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px); background-size: 24px 24px; pointer-events: none; }
.cta-band > .container { position: relative; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #d9ecef; }
.site-footer { background: var(--brand-deep); color: #c9dde1; padding: 4rem 0 1.5rem; position: relative; }
.site-footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--accent), var(--brand-2)); }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; color: var(--accent); }
.site-footer .small { color: #a9c4ca; }
.site-footer address { line-height: 1.9; }
.footer-heading { font-size: .74rem; text-transform: uppercase; letter-spacing: .12em; color: var(--accent); margin-bottom: 1rem; font-weight: 800; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; font-size: .92rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 2.75rem; padding-top: 1.35rem; gap: .5rem; }
.footer-bottom .small { color: #a9c4ca; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 1030; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; font-size: 1.8rem; box-shadow: 0 12px 28px -8px rgba(37,211,102,.7), 0 4px 10px rgba(0,0,0,.15); text-decoration: none; transition: transform .2s var(--ease); }
.whatsapp-float:hover { transform: scale(1.08); color: #fff; }

/* Quote form --------------------------------------------------------------- */
.quote-form .form-control, .quote-form .form-select { border-radius: 12px; padding: .7rem .95rem; border-color: var(--line); background: #fbfdfd; transition: border-color .2s, box-shadow .2s, background .2s; }
.quote-form .form-control:focus, .quote-form .form-select:focus { border-color: var(--brand); background: #fff; box-shadow: 0 0 0 .22rem rgba(11,93,107,.14); }
.quote-form .form-label { font-weight: 600; font-size: .9rem; color: var(--ink); }
.form-status { display: none; padding: .9rem 1.1rem; border-radius: 12px; font-weight: 500; }
.form-status.show { display: block; }
.form-status.success { background: var(--eco-soft); color: #1f7a4f; }
.form-status.error { background: #fdecec; color: #a12626; }
.form-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.form-panel::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 5px; background: linear-gradient(90deg, var(--brand), var(--brand-2)); }
.contact-tiles { display: grid; gap: .75rem; }
.contact-tile { display: flex; align-items: center; gap: .9rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: .85rem 1rem; text-decoration: none; color: var(--ink); box-shadow: var(--shadow-xs); transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s; }
.contact-tile:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); border-color: rgba(11,93,107,.3); color: var(--ink); }
.contact-tile .ti { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--brand-light); color: var(--brand); font-size: 1.15rem; flex: 0 0 auto; }
.contact-tile.wa .ti { background: #e6f9ed; color: #1f9e4e; }
.contact-tile strong { display: block; font-size: .95rem; }
.contact-tile span.sub { font-size: .84rem; color: var(--muted); }

/* Prose (service body + blog) --------------------------------------------- */
.prose h2 { margin-top: 2.5rem; margin-bottom: .9rem; font-size: clamp(1.4rem, 1.1rem + 1vw, 1.9rem); }
.prose h3 { margin-top: 1.5rem; margin-bottom: .5rem; }
.prose p, .prose li { color: var(--ink-2); }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose li { margin-bottom: .4rem; }
.prose table { width: 100%; }
.prose blockquote { border-left: 4px solid var(--accent); padding: .5rem 1rem; background: var(--surface); border-radius: 0 10px 10px 0; color: var(--muted); }
.prose .callout { background: linear-gradient(120deg, var(--brand-tint), var(--brand-light)); border: 1px solid var(--line); border-left: 5px solid var(--brand); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 1.1rem 1.35rem; margin: 1.75rem 0; }
.prose > p:first-child { font-size: 1.08rem; color: var(--ink-2); }
.sticky-aside { position: sticky; top: 100px; }
.aside-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; margin-bottom: 1.5rem; box-shadow: var(--shadow-xs); }
.aside-card h3 { font-size: 1.05rem; margin-bottom: .85rem; }
.aside-card > ul:not([class]) { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.aside-card > ul:not([class]) li a { text-decoration: none; display: flex; gap: .5rem; align-items: center; font-weight: 500; }
.aside-card > ul:not([class]) li a::before { content: "\F285"; font-family: "bootstrap-icons"; font-size: .8rem; color: var(--accent); }
.aside-cta { background: linear-gradient(135deg, var(--brand-dark), var(--brand)); color: #fff; border: 0; box-shadow: var(--shadow); }
.aside-cta h3 { color: #fff; }
.aside-cta a.btn { width: 100%; }
.aside-cta .contact-line { display: flex; align-items: center; color: #fff; text-decoration: none; margin: .5rem 0; font-weight: 500; }
.aside-cta .contact-line:hover { color: var(--accent); }

/* Blog cards --------------------------------------------------------------- */
.post-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; height: 100%; display: flex; flex-direction: column; box-shadow: var(--shadow-xs); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.post-card .post-thumb { aspect-ratio: 16/9; background: var(--brand-light); overflow: hidden; }
.post-card .post-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s var(--ease); }
.post-card:hover .post-thumb img { transform: scale(1.05); }
.post-card .post-body { padding: 1.35rem; display: flex; flex-direction: column; flex: 1; }
.post-card .meta { font-size: .8rem; color: var(--muted); margin-bottom: .5rem; font-weight: 500; }
.post-card h3 { font-size: 1.1rem; }
.post-card h3 a { color: var(--ink); text-decoration: none; }
.post-card h3 a:hover { color: var(--brand); }
.post-card p { color: var(--muted); font-size: .93rem; flex: 1; }
.post-card .more { color: var(--brand); }
.post-header { background: var(--surface); border-bottom: 1px solid var(--line); padding: 3.25rem 0 2.75rem; }
.post-header .meta { color: var(--muted); font-size: .9rem; }
.post-content { max-width: 760px; }
.post-content h2 { font-size: 1.6rem; }

/* Photos ------------------------------------------------------------------- */
.photo-frame { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-frame.ratio-4x3 { aspect-ratio: 4 / 3; }
.photo-frame.ratio-16x9 { aspect-ratio: 16 / 9; }
.photo-frame.ratio-3x2 { aspect-ratio: 3 / 2; }
.post-featured { aspect-ratio: 16 / 8; margin-bottom: 2rem; }
.aside-card .photo-frame { margin: -1.5rem -1.5rem 1.25rem; border-radius: var(--radius) var(--radius) 0 0; box-shadow: none; aspect-ratio: 16 / 10; }

/* Map ---------------------------------------------------------------------- */
.map-embed { border: 0; width: 100%; height: 380px; border-radius: var(--radius); box-shadow: var(--shadow); }

/* Stats -------------------------------------------------------------------- */
.stat { text-align: center; }
.stat .num { font-family: var(--font-head); font-size: 2.25rem; font-weight: 800; color: var(--brand); line-height: 1; }
.stat .lbl { color: var(--muted); font-size: .9rem; }

/* Icon list ---------------------------------------------------------------- */
.icon-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .8rem; }
.icon-list li { display: flex; gap: .8rem; align-items: flex-start; }
.icon-list i { color: var(--brand); font-size: 1.15rem; flex: 0 0 auto; margin-top: .1rem; width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; background: var(--brand-light); }

/* Reveal on scroll --------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); transition-delay: var(--d, 0ms); }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
@media print {
  .topbar, .site-header, .whatsapp-float, .cta-band, .quote-form { display: none !important; }
}
