/* Generated production CSS. Source Tailwind entry: src/tailwind.css */
:root {
  --rp-white: #ffffff;
  --rp-cream: #fbfaf7;
  --rp-soft: #f4f1ec;
  --rp-charcoal: #171717;
  --rp-ink: #24211d;
  --rp-muted: #6f6a63;
  --rp-line: #e8e1d7;
  --rp-orange: #f97316;
  --rp-orange-dark: #c2410c;
  --rp-orange-soft: #fff0e4;
  --rp-green: #17a36b;
  --rp-shadow: 0 24px 80px rgba(23, 23, 23, .10);
  --rp-shadow-soft: 0 14px 40px rgba(23, 23, 23, .08);
  --rp-radius: 28px;
  --rp-radius-sm: 18px;
  --rp-container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.rp-body {
  margin: 0;
  color: var(--rp-ink);
  background: var(--rp-cream);
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--rp-orange); color: white; }

.container {
  width: min(calc(100% - 32px), var(--rp-container));
  margin-inline: auto;
}
.container.narrow { width: min(calc(100% - 32px), 820px); }
.section { padding: 82px 0; position: relative; }
.section-muted { background: linear-gradient(180deg, #fffaf4 0%, #f3eee7 100%); }
.section-charcoal { background: #161413; color: white; overflow: hidden; }
.section-charcoal::before {
  content: "";
  position: absolute;
  inset: -20% -10% auto;
  height: 420px;
  background: radial-gradient(circle at 50% 0%, rgba(249, 115, 22, .28), transparent 62%);
  pointer-events: none;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  width: auto; height: auto; clip: auto;
  padding: 10px 14px; margin: 12px;
  background: var(--rp-charcoal); color: white;
  z-index: 9999; border-radius: 999px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(251, 250, 247, .82);
  border-bottom: 1px solid rgba(232, 225, 215, .72);
  backdrop-filter: blur(22px);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { background: rgba(255, 255, 255, .92); box-shadow: 0 12px 40px rgba(23, 23, 23, .08); }
.site-header ul { list-style: none; }
.site-header a { text-decoration: none; }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.custom-logo { max-height: 54px; width: auto; }
.custom-logo {
  max-height: 48px;
  width: auto;
}
.custom-logo-link img {
  max-height: 48px;
  width: auto;
}
.brand-mark {
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #191716, #3a3028);
  color: white;
  font-weight: 800;
  letter-spacing: -.06em;
  box-shadow: inset 0 -10px 20px rgba(249,115,22,.28);
}
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: 15px; letter-spacing: -.03em; }
.brand-copy small { color: var(--rp-muted); font-size: 12px; margin-top: 4px; }
.nav-menu { list-style: none; display: flex; align-items: center; gap: 6px; padding: 0; margin: 0; }
.nav-menu a { display: block; padding: 10px 13px; border-radius: 999px; color: #514a43; font-weight: 700; font-size: 14px; }
.nav-menu a:hover { background: white; color: var(--rp-charcoal); box-shadow: 0 8px 24px rgba(23,23,23,.06); }
.header-actions { display: none; align-items: center; gap: 10px; }
.mobile-toggle { width: 46px; height: 46px; border: 0; border-radius: 16px; background: white; box-shadow: var(--rp-shadow-soft); display: grid; place-content: center; gap: 5px; }
.mobile-toggle span:not(.screen-reader-text) { width: 19px; height: 2px; border-radius: 99px; background: var(--rp-charcoal); display: block; }
.mobile-panel { border-top: 1px solid var(--rp-line); background: rgba(255,255,255,.96); }
.mobile-panel-inner { padding: 12px 0 18px; display: grid; gap: 8px; }
.mobile-panel a { padding: 13px 14px; border-radius: 16px; font-weight: 800; background: #faf6f0; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 12px 18px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--rp-orange); color: white; box-shadow: 0 16px 38px rgba(249, 115, 22, .25); }
.btn-primary:hover { background: var(--rp-orange-dark); box-shadow: 0 18px 45px rgba(194, 65, 12, .28); }
.btn-secondary { background: var(--rp-charcoal); color: white; box-shadow: 0 16px 40px rgba(23,23,23,.18); }
.btn-ghost { background: white; border-color: var(--rp-line); color: var(--rp-charcoal); }
.btn-large { min-height: 54px; padding-inline: 22px; }
.btn-full { width: 100%; }

.section-hero {
  padding: 52px 0 36px;
  background:
    radial-gradient(circle at top left, rgba(249,115,22,.16), transparent 30%),
    linear-gradient(180deg, #fbfaf7 0%, #fff 54%, #fbfaf7 100%);
  overflow: hidden;
}
.hero-grid { display: grid; gap: 34px; align-items: center; }
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--rp-orange-dark);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
}
.eyebrow span { width: 9px; height: 9px; background: var(--rp-green); border-radius: 999px; box-shadow: 0 0 0 7px rgba(23,163,107,.10); }
h1, h2, h3 { margin: 0; color: var(--rp-charcoal); letter-spacing: -.055em; line-height: .98; }
.section-charcoal h2, .section-charcoal h3 { color: white; }
h1 { font-size: clamp(44px, 12vw, 86px); max-width: 920px; margin-top: 16px; }
h2 { font-size: clamp(34px, 8vw, 58px); }
h3 { font-size: 22px; letter-spacing: -.04em; line-height: 1.12; }
p { margin: 0; }
.hero-lead { margin-top: 22px; color: #5a534d; font-size: clamp(18px, 4.5vw, 22px); max-width: 680px; }
.hero-actions { display: grid; gap: 12px; margin-top: 30px; }
.hero-microcopy { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.hero-microcopy span { padding: 8px 11px; border-radius: 999px; background: white; color: #625b53; border: 1px solid var(--rp-line); font-size: 13px; font-weight: 800; }
.hero-panel {
  position: relative;
  min-height: 500px;
  border-radius: 36px;
  padding: 18px;
  background: linear-gradient(145deg, #201c19, #43352b 52%, #f97316 155%);
  box-shadow: var(--rp-shadow);
  overflow: hidden;
}
.hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -20% -34% -20%;
  height: 52%;
  background: radial-gradient(circle, rgba(255,255,255,.22), transparent 64%);
}
.app-card, .metric-row, .visual-card {
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.5);
  box-shadow: 0 18px 40px rgba(0,0,0,.16);
  backdrop-filter: blur(16px);
}
.top-card { display: flex; justify-content: space-between; gap: 14px; align-items: center; border-radius: 24px; padding: 16px; }
.top-card strong { color: var(--rp-charcoal); display: inline-flex; align-items: center; gap: 8px; }
.top-card p { color: var(--rp-muted); font-size: 13px; margin-top: 2px; }
.status-dot { width: 10px; height: 10px; display: inline-block; border-radius: 999px; background: var(--rp-green); box-shadow: 0 0 0 7px rgba(23,163,107,.12); }
.pill { border-radius: 999px; background: #e8fff5; color: #087c51; padding: 8px 10px; font-size: 12px; font-weight: 900; }
.chimney-visual { position: relative; height: 338px; display: grid; place-items: center; }
.chimney-visual::before {
  content: "";
  width: 140px; height: 230px;
  border-radius: 42px 42px 18px 18px;
  background: linear-gradient(180deg, #f5f1eb, #b7aea4);
  box-shadow: inset 0 0 0 16px rgba(255,255,255,.28), 0 30px 70px rgba(0,0,0,.28);
}
.chimney-visual::after {
  content: "";
  position: absolute;
  width: 72px; height: 260px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.70), rgba(249,115,22,.16), transparent);
  filter: blur(2px);
  animation: breathe 4s ease-in-out infinite;
}
.heat-line { position: absolute; z-index: 1; width: 4px; height: 130px; border-radius: 999px; background: linear-gradient(transparent, rgba(255,255,255,.7), transparent); opacity: .7; animation: floatUp 3.6s ease-in-out infinite; }
.heat-line-1 { left: 42%; top: 48px; }
.heat-line-2 { left: 50%; top: 34px; animation-delay: .7s; }
.heat-line-3 { left: 58%; top: 58px; animation-delay: 1.2s; }
.visual-card { position: absolute; border-radius: 18px; padding: 12px 14px; color: var(--rp-charcoal); font-size: 13px; font-weight: 900; }
.visual-card-left { left: 6px; bottom: 88px; }
.visual-card-right { right: 2px; top: 128px; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border-radius: 24px; overflow: hidden; }
.metric-row div { padding: 14px 10px; text-align: center; background: white; }
.metric-row strong { display: block; color: var(--rp-charcoal); font-size: 18px; letter-spacing: -.04em; }
.metric-row span { color: var(--rp-muted); font-size: 11px; font-weight: 800; }

.trust-strip { padding: 18px 0 32px; background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.trust-item { border: 1px solid var(--rp-line); border-radius: 20px; padding: 15px; background: linear-gradient(180deg, white, #fbf8f3); }
.trust-item strong { display: block; color: var(--rp-charcoal); letter-spacing: -.03em; }
.trust-item span { display: block; color: var(--rp-muted); font-size: 13px; margin-top: 2px; }

.section-heading { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.section-heading.align-left { text-align: left; margin-inline: 0; }
.section-heading h2 { margin-top: 12px; }
.section-heading p { margin-top: 16px; color: var(--rp-muted); font-size: 18px; }
.section-heading.light p { color: rgba(255,255,255,.66); }
.cards-grid { display: grid; gap: 16px; }
.card, .service-card, .content-card, .post-card, .before-after-card, .testimonial-card, .contact-form {
  border: 1px solid var(--rp-line);
  border-radius: var(--rp-radius);
  background: rgba(255,255,255,.86);
  box-shadow: var(--rp-shadow-soft);
}
.service-card { padding: 24px; display: grid; gap: 14px; transition: transform .24s ease, box-shadow .24s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--rp-shadow); }
.card-icon { width: 44px; height: 44px; border-radius: 16px; background: radial-gradient(circle at 35% 30%, #fff, #ffd5b5 28%, var(--rp-orange) 70%); box-shadow: 0 14px 28px rgba(249,115,22,.20); }
.service-meta { color: var(--rp-orange-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.service-card p:not(.service-meta) { color: var(--rp-muted); }
.service-card a { color: var(--rp-orange-dark); font-weight: 900; margin-top: 4px; }

.process-layout { display: grid; gap: 30px; align-items: start; }
.timeline { display: grid; gap: 12px; }
.timeline-card { display: grid; grid-template-columns: 64px 1fr; gap: 16px; align-items: start; padding: 18px; border-radius: 24px; background: white; border: 1px solid var(--rp-line); box-shadow: var(--rp-shadow-soft); }
.timeline-card > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 18px; background: var(--rp-charcoal); color: white; font-weight: 900; }
.timeline-card p { color: var(--rp-muted); margin-top: 7px; }

.before-after-grid { display: grid; gap: 16px; }
.before-after-card { padding: 14px; }
.before-after-card h3 { margin-top: 18px; padding: 0 8px; }
.before-after-card p { color: var(--rp-muted); margin-top: 8px; padding: 0 8px 8px; }
.comparison-art { min-height: 260px; border-radius: 24px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; background: #1d1916; }
.before-pane, .after-pane { position: relative; display: grid; place-items: end center; padding: 18px; color: white; font-weight: 900; }
.before-pane { background: radial-gradient(circle at 48% 35%, #5b4b3e, #181513 72%); }
.before-pane::before { content: ""; width: 72px; height: 170px; border-radius: 24px; background: repeating-linear-gradient(180deg, #332b25 0 12px, #181513 12px 24px); opacity: .72; position: absolute; top: 28px; }
.after-pane { background: radial-gradient(circle at 52% 30%, #fff2e7, #f97316 42%, #2a211d 84%); }
.after-pane::before { content: ""; width: 72px; height: 170px; border-radius: 24px; background: linear-gradient(180deg, #f7efe7, #d8cfc5); position: absolute; top: 28px; box-shadow: inset 0 0 0 12px rgba(255,255,255,.28); }
.pellets .before-pane { background: radial-gradient(circle, #5b5047, #221d19 76%); }
.pellets .after-pane { background: radial-gradient(circle at 50% 20%, #fff, #ffd1ad 38%, #2a211d 82%); }
.before-pane span, .after-pane span { position: relative; z-index: 2; padding: 7px 10px; border-radius: 999px; background: rgba(0,0,0,.34); backdrop-filter: blur(10px); }

.testimonials-grid { position: relative; display: grid; gap: 16px; }
.testimonial-card { padding: 24px; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); color: white; box-shadow: none; backdrop-filter: blur(16px); }
.stars { color: #ffb45f; letter-spacing: .08em; font-size: 13px; }
.testimonial-card p { margin-top: 18px; font-size: 18px; color: rgba(255,255,255,.88); }
.testimonial-author { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.testimonial-author > span { width: 42px; height: 42px; border-radius: 15px; background: white; color: var(--rp-charcoal); display: grid; place-items: center; font-weight: 900; }
.testimonial-author div { display: grid; line-height: 1.2; }
.testimonial-author small { color: rgba(255,255,255,.58); }

.reviews-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.reviews-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 8px max(20px, calc((100vw - var(--rp-container)) / 2)) 18px;
  scrollbar-width: none;
}

.reviews-track::-webkit-scrollbar {
  display: none;
}

.review-card {
  flex: 0 0 clamp(360px, 30vw, 400px);
  min-height: 244px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.review-card p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  min-height: 6.4em;
  font-size: 16px;
}

.review-card .testimonial-author {
  margin-top: auto;
  padding-top: 18px;
}

.faq-layout { display: grid; gap: 28px; align-items: start; }
.faq-list { display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--rp-line); border-radius: 22px; background: white; padding: 0 18px; box-shadow: var(--rp-shadow-soft); }
.faq-item summary { cursor: pointer; padding: 18px 4px; font-weight: 900; color: var(--rp-charcoal); }
.faq-item p { color: var(--rp-muted); padding: 0 4px 18px; }

.areas-layout { display: grid; gap: 24px; align-items: center; }
.areas-layout h2 { margin-top: 12px; }
.areas-layout p { margin-top: 14px; color: var(--rp-muted); }
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.area-tags span { border: 1px solid var(--rp-line); background: white; border-radius: 999px; padding: 10px 13px; font-weight: 850; color: #514a43; box-shadow: 0 8px 20px rgba(23,23,23,.05); }

.contact-section { background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%); }
.contact-grid { display: grid; gap: 26px; align-items: start; }
.contact-copy h2 { margin-top: 12px; }
.contact-copy > p { color: var(--rp-muted); margin-top: 16px; font-size: 18px; }
.contact-options { display: grid; gap: 10px; margin-top: 24px; }
.contact-options a { padding: 16px; border-radius: 22px; background: white; border: 1px solid var(--rp-line); box-shadow: var(--rp-shadow-soft); display: grid; }
.contact-options strong { color: var(--rp-charcoal); }
.contact-options span { color: var(--rp-muted); font-size: 13px; }
.contact-form { display: grid; gap: 14px; padding: 18px; }
.contact-form label { display: grid; gap: 7px; color: var(--rp-charcoal); font-weight: 900; font-size: 13px; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%;
  border: 1px solid var(--rp-line);
  border-radius: 17px;
  background: #fffdfa;
  padding: 14px 15px;
  color: var(--rp-charcoal);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--rp-orange); box-shadow: 0 0 0 4px rgba(249,115,22,.13); background: white; }
.form-note { color: var(--rp-muted); font-size: 12px; text-align: center; }
.form-alert { border-radius: 18px; padding: 12px 14px; font-weight: 800; font-size: 14px; }
.form-alert.success { background: #eafff4; color: #087c51; }
.form-alert.error { background: #fff0e4; color: var(--rp-orange-dark); }

.page-hero { padding: 70px 0 34px; background: radial-gradient(circle at top left, rgba(249,115,22,.14), transparent 35%), #fbfaf7; }
.page-hero h1 { font-size: clamp(40px, 9vw, 72px); }
.page-hero p, .archive-description { color: var(--rp-muted); margin-top: 16px; font-size: 18px; }
.content-section { padding-top: 24px; }
.content-card { padding: clamp(22px, 5vw, 44px); background: white; }
.content-card :where(p, ul, ol, blockquote) { color: #4f4942; }
.content-card :where(p, ul, ol, blockquote, .wp-block-image) { margin-block: 0 1.25em; }
.content-card :where(h2, h3, h4) { margin: 1.35em 0 .6em; }
.content-card a { color: var(--rp-orange-dark); font-weight: 850; }
.featured-media img { border-radius: 30px; box-shadow: var(--rp-shadow); }
.back-link { display: inline-flex; margin-bottom: 18px; color: var(--rp-orange-dark); font-weight: 900; }
.post-grid { display: grid; gap: 18px; }
.post-card { overflow: hidden; background: white; }
.post-card-media { min-height: 210px; background: linear-gradient(135deg, #2a211d, #f97316); display: block; }
.post-card-media img { width: 100%; height: 100%; object-fit: cover; }
.post-card-media span { display: block; min-height: 210px; background: radial-gradient(circle at 30% 20%, #fff1e5, #f97316 36%, #211a17 78%); }
.post-card-body { padding: 22px; }
.post-meta { display: flex; flex-wrap: wrap; gap: 8px; color: var(--rp-muted); font-size: 13px; font-weight: 850; margin-bottom: 12px; }
.post-card h2 { font-size: 25px; line-height: 1.1; }
.post-card p { color: var(--rp-muted); margin-top: 12px; }
.read-more { display: inline-flex; margin-top: 16px; color: var(--rp-orange-dark); font-weight: 900; }
.pagination-wrap { margin-top: 32px; }
.nav-links { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.nav-links a, .nav-links span { padding: 10px 14px; border-radius: 999px; background: white; border: 1px solid var(--rp-line); font-weight: 850; }
.nav-links .current { background: var(--rp-charcoal); color: white; }
.empty-state { padding: 26px; grid-column: 1 / -1; }

.site-footer { background: #11100f; color: white; padding: 58px 0 112px; }
.footer-grid { display: grid; gap: 28px; }
.brand-footer .brand-mark { background: white; color: var(--rp-charcoal); box-shadow: none; }
.brand-footer .brand-copy small { color: rgba(255,255,255,.56); }
.footer-brand p, .site-footer p, .footer-list, .footer-list a { color: rgba(255,255,255,.66); }
.footer-brand p { margin-top: 16px; max-width: 360px; }
.footer-title { font-size: 14px; letter-spacing: .08em; text-transform: uppercase; color: white; margin: 0 0 13px; }
.footer-list, .footer-menu { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-list a:hover, .footer-menu a:hover { color: white; }
.footer-bottom { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.10); display: grid; gap: 16px; }
.footer-menu { display: flex; flex-wrap: wrap; gap: 12px; }

.floating-whatsapp {
  position: fixed;
  right: 16px;
  bottom: 86px;
  z-index: 90;
  border-radius: 999px;
  padding: 13px 16px;
  background: #18b76a;
  color: white;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(24,183,106,.32);
}
.sticky-mobile-cta {
  position: fixed;
  left: 12px; right: 12px; bottom: 12px;
  z-index: 91;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  border-radius: 24px;
  background: rgba(17,16,15,.88);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 50px rgba(0,0,0,.25);
}
.sticky-mobile-cta a { display: grid; place-items: center; min-height: 48px; border-radius: 17px; color: white; font-weight: 900; }
.sticky-mobile-cta a:last-child { background: var(--rp-orange); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.reveal-group > * { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal-group.is-visible > * { opacity: 1; transform: translateY(0); }
.reveal-group.is-visible > *:nth-child(2) { transition-delay: .06s; }
.reveal-group.is-visible > *:nth-child(3) { transition-delay: .12s; }
.reveal-group.is-visible > *:nth-child(4) { transition-delay: .18s; }
.reveal-group.is-visible > *:nth-child(5) { transition-delay: .24s; }
.reveal-group.is-visible > *:nth-child(6) { transition-delay: .30s; }
@keyframes floatUp { 0%, 100% { transform: translateY(12px); opacity: .28; } 50% { transform: translateY(-18px); opacity: .82; } }
@keyframes breathe { 0%, 100% { transform: scaleY(.96); opacity: .62; } 50% { transform: scaleY(1.04); opacity: .9; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .reveal, .reveal-group > * { opacity: 1; transform: none; }
}

@media (min-width: 680px) {
  .hero-actions { display: flex; flex-wrap: wrap; }
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
  .cards-grid, .post-grid { grid-template-columns: repeat(2, 1fr); }
  .before-after-grid, .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-options { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.35fr 1fr 1fr 1fr; }
  .footer-bottom { grid-template-columns: 1fr auto; align-items: center; }
}

@media (min-width: 940px) {
  .section { padding: 110px 0; }
  .section-hero { padding: 86px 0 56px; }
  .hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr); gap: 58px; }
  .desktop-nav { display: block; }
  .header-actions { display: flex; }
  .mobile-toggle { display: none; }
  .mobile-panel { display: none !important; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .process-layout, .faq-layout, .areas-layout, .contact-grid { grid-template-columns: .88fr 1.12fr; gap: 54px; }
  .before-after-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(3, 1fr); }
  .post-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-form { padding: 26px; }
  .sticky-mobile-cta { display: none; }
  .floating-whatsapp { bottom: 22px; }
  .site-footer { padding-bottom: 48px; }
}

@media (max-width: 939px) {
  .desktop-nav, .header-actions { display: none; }
}

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

/* Premium conversion upgrades */
:focus-visible {
  outline: 3px solid rgba(249, 115, 22, .55);
  outline-offset: 4px;
}

.site-main {
  overflow: clip;
}

.mobile-panel {
  box-shadow: 0 22px 70px rgba(23, 23, 23, .10);
}

.mobile-panel-inner > a:not(.btn) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-panel-inner > a:not(.btn)::after {
  content: "→";
  color: var(--rp-orange);
}

.mobile-panel-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 8px;
}

.service-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff7ef, #ffd3ad);
  box-shadow: 0 14px 30px rgba(249, 115, 22, .16);
  font-size: 25px;
}

.service-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--rp-line);
}

.service-card-bottom span {
  color: var(--rp-charcoal);
  font-weight: 900;
  letter-spacing: -.03em;
}

.service-card-bottom a {
  margin-top: 0;
  white-space: nowrap;
}

.service-icon-text {
  width: auto;
  min-width: 52px;
  padding-inline: 12px;
  font-size: 12px;
  font-weight: 900;
  color: var(--rp-orange-dark);
  text-transform: uppercase;
  letter-spacing: .05em;
}

.service-directory .service-card h2 {
  font-size: 24px;
  line-height: 1.08;
}

.section-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.section-cta.align-left {
  justify-content: flex-start;
}

.gallery-section {
  background: linear-gradient(180deg, #ffffff, #fbfaf7);
}

.gallery-grid {
  display: grid;
  gap: 16px;
}

.gallery-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--rp-line);
  border-radius: var(--rp-radius);
  background: white;
  box-shadow: var(--rp-shadow-soft);
  transition: transform .24s ease, box-shadow .24s ease;
}

.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--rp-shadow);
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--rp-soft);
}

.gallery-card figcaption {
  padding: 14px 16px 16px;
  color: var(--rp-muted);
  font-size: 14px;
  font-weight: 800;
}

.gallery-preview .gallery-card figcaption {
  min-height: 68px;
}

.gallery-cta {
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, .20), transparent 42%),
    rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .14);
}

.seo-content-layout {
  display: grid;
  gap: 24px;
  align-items: start;
}

.seo-content-layout .content-card {
  display: grid;
  gap: 18px;
}

.seo-content-layout .content-card > :where(h2, h3, p, details) {
  margin: 0;
}

.seo-mini-grid {
  display: grid;
  gap: 14px;
}

.area-tags a {
  border: 1px solid var(--rp-line);
  background: white;
  border-radius: 999px;
  padding: 10px 13px;
  font-weight: 850;
  color: #514a43;
  box-shadow: 0 8px 20px rgba(23,23,23,.05);
}

.landing-contact {
  max-width: 920px;
}

.landing-contact .contact-copy {
  text-align: center;
}

.landing-contact .contact-options {
  margin-inline: auto;
  max-width: 760px;
}

.landing-contact .section-cta {
  justify-content: center;
}

.trust-proof-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(23, 163, 107, .08), transparent 28%),
    linear-gradient(180deg, #ffffff, #fbfaf7);
}

.proof-grid {
  display: grid;
  gap: 16px;
}

.proof-card {
  position: relative;
  padding: 24px;
  border: 1px solid var(--rp-line);
  border-radius: var(--rp-radius);
  background: rgba(255, 255, 255, .90);
  box-shadow: var(--rp-shadow-soft);
}

.proof-card > span {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 999px;
  background: var(--rp-green);
  box-shadow: 0 0 0 8px rgba(23, 163, 107, .10);
  margin-bottom: 22px;
}

.proof-card p {
  margin-top: 10px;
  color: var(--rp-muted);
}

.form-grid {
  display: grid;
  gap: 14px;
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.preferred-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  border: 0;
}

.preferred-contact legend {
  width: 100%;
  color: var(--rp-charcoal);
  font-size: 13px;
  font-weight: 900;
}

.preferred-contact label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: auto;
  padding: 10px 12px;
  border: 1px solid var(--rp-line);
  border-radius: 999px;
  background: #fffdfa;
  cursor: pointer;
}

.preferred-contact input {
  width: auto;
  box-shadow: none;
  accent-color: var(--rp-orange);
}

.footer-cta {
  padding: 76px 0 0;
  background: linear-gradient(180deg, #fbfaf7, #11100f);
}

.footer-cta-card {
  display: grid;
  gap: 22px;
  align-items: center;
  padding: clamp(24px, 5vw, 42px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 20%, rgba(249, 115, 22, .28), transparent 34%),
    #ffffff;
  border: 1px solid rgba(255, 255, 255, .72);
  box-shadow: var(--rp-shadow);
}

.footer-cta-card h2 {
  margin-top: 12px;
  font-size: clamp(30px, 7vw, 52px);
}

.footer-cta-card p {
  margin-top: 12px;
  color: var(--rp-muted);
  font-size: 18px;
}

.footer-cta-actions {
  display: grid;
  gap: 10px;
}

.article-cta,
.archive-cta {
  margin-top: 36px;
  padding: clamp(22px, 5vw, 34px);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, .16), transparent 42%),
    #171717;
  color: white;
}

.article-cta h2,
.archive-cta h2 {
  margin-top: 10px;
  color: white;
  font-size: clamp(28px, 6vw, 42px);
}

.article-cta p,
.archive-cta p {
  margin: 12px 0 22px;
  color: rgba(255, 255, 255, .72);
}

.archive-cta {
  display: grid;
  gap: 18px;
  align-items: center;
}

.post-meta a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(249, 115, 22, .35);
  text-underline-offset: 3px;
}

.floating-whatsapp {
  padding-inline: 18px;
}

.sticky-mobile-cta {
  grid-template-columns: repeat(3, 1fr);
}

.sticky-mobile-cta a:nth-child(2) {
  background: #18b76a;
}

.sticky-mobile-cta a:last-child {
  background: var(--rp-orange);
}

@media (min-width: 680px) {
  .proof-grid,
  .form-grid,
  .gallery-grid,
  .seo-mini-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-cta-actions {
    grid-template-columns: auto auto;
    justify-content: start;
  }
}

@media (min-width: 940px) {
  .proof-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .seo-content-layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 34px;
  }

  .footer-cta-card,
  .archive-cta {
    grid-template-columns: 1fr auto;
  }

  .sticky-mobile-cta {
    display: none;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(calc(100% - 24px), var(--rp-container));
  }

  .hero-panel {
    min-height: 460px;
    border-radius: 28px;
  }

  .service-card-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .floating-whatsapp {
    display: none;
  }

  .sticky-mobile-cta {
    left: 8px;
    right: 8px;
    bottom: 8px;
    border-radius: 20px;
  }

  .sticky-mobile-cta a {
    min-height: 52px;
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .reviews-track {
    gap: 16px;
    padding: 8px 20px 18px;
  }

  .review-card {
    flex-basis: 84vw;
    max-width: 84vw;
    min-height: 226px;
    padding: 18px;
  }

  .review-card p {
    font-size: 15px;
    -webkit-line-clamp: 4;
  }
}
