:root {
  --yellow: #f5b800;
  --yellow-light: #ffd95a;
  --ink: #171713;
  --ink-soft: #26251f;
  --cream: #fffaf0;
  --muted: #6d6a5e;
  --line: #e9e3d4;
  --green: #159447;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { max-width: 100%; overflow-x: hidden; margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
@supports (overflow: clip) {
  html, body { overflow-x: clip; }
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.hero-grid > *, .work-proof-intro > *, .about-grid > *, .region-grid > *, .faq-grid > *, .final-cta-inner > *, .footer-main > * { min-width: 0; }

.reveal-ready [data-reveal] { opacity: 0; filter: blur(7px); transform: translateY(54px) scale(.975); transition: opacity .88s cubic-bezier(.22,1,.36,1), transform .88s cubic-bezier(.22,1,.36,1), filter .78s ease; transition-delay: var(--reveal-delay, 0ms); will-change: opacity, transform, filter; }
.reveal-ready [data-reveal="left"] { transform: translateX(-56px) scale(.98); }
.reveal-ready [data-reveal="right"] { transform: translateX(56px) scale(.98); }
.reveal-ready [data-reveal].is-visible { opacity: 1; filter: blur(0); transform: translate(0, 0) scale(1); }
.service-grid [data-reveal]:nth-child(2), .process-grid [data-reveal]:nth-child(2) { --reveal-delay: 110ms; }
.service-grid [data-reveal]:nth-child(3), .process-grid [data-reveal]:nth-child(3) { --reveal-delay: 220ms; }
.work-gallery [data-reveal]:nth-child(2) { --reveal-delay: 70ms; }
.work-gallery [data-reveal]:nth-child(3) { --reveal-delay: 140ms; }
.work-gallery [data-reveal]:nth-child(4) { --reveal-delay: 210ms; }
.accordion-list [data-reveal]:nth-child(2), .footer-main [data-reveal]:nth-child(2) { --reveal-delay: 90ms; }
.accordion-list [data-reveal]:nth-child(3), .footer-main [data-reveal]:nth-child(3) { --reveal-delay: 180ms; }
.accordion-list [data-reveal]:nth-child(4), .footer-main [data-reveal]:nth-child(4) { --reveal-delay: 270ms; }
.accordion-list [data-reveal]:nth-child(5) { --reveal-delay: 360ms; }

.alert-bar {
  min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 9px;
  padding: 7px 16px; background: #191914; color: #fff; font-size: 12px; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase; text-align: center;
}
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: #ff4242; box-shadow: 0 0 0 0 #ff424280; animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px transparent; } }

.site-header { position: sticky; top: 10px; z-index: 50; width: min(1188px, calc(100% - 20px)); margin: 10px auto 0; border: 1px solid rgba(255,255,255,.68); border-radius: 20px; background: rgba(255,255,255,.48); box-shadow: 0 12px 32px rgba(23,23,19,.13), inset 0 1px 0 rgba(255,255,255,.72); backdrop-filter: blur(22px) saturate(165%); -webkit-backdrop-filter: blur(22px) saturate(165%); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.nav-logo { display: block; width: 72px; height: 64px; padding: 0; border: 1px solid #34332d; border-radius: 9px; background: #000; box-shadow: 0 6px 16px rgba(23,23,19,.18); object-fit: contain; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 14px; background: var(--yellow); box-shadow: 4px 4px 0 var(--ink); font-size: 23px; }
.brand strong, .brand small { display: block; line-height: 1; }
.brand strong { font-size: 16px; letter-spacing: -.02em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
nav a { font-size: 13px; font-weight: 700; color: #4b493f; }
nav a:hover { color: #000; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; padding: 13px 17px; border-radius: 12px; background: var(--ink); color: white; font-size: 14px; font-weight: 900; }
.header-phone span { color: var(--yellow); font-size: 18px; }
.mobile-menu-toggle, .mobile-menu-backdrop { display: none; }

.hero { position: relative; overflow: hidden; min-height: 680px; background: radial-gradient(circle at 70% 38%, #ffe783 0, #f6bd16 27%, #efa900 52%, #dc9200 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(30deg, #fff 12%, transparent 12.5%, transparent 87%, #fff 87.5%, #fff), linear-gradient(150deg, #fff 12%, transparent 12.5%, transparent 87%, #fff 87.5%, #fff); background-size: 72px 126px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 56px; padding-top: 86px; padding-bottom: 90px; }
.eyebrow, .kicker { display: inline-block; margin-bottom: 17px; color: #5b4100; font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { padding: 8px 12px; border: 1px solid rgba(23,23,19,.25); border-radius: 999px; background: rgba(255,255,255,.25); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 24px; }
.hero-brand-title { position: relative; display: inline-block; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 6.4vw, 88px); font-style: italic; font-weight: 700; line-height: .88; letter-spacing: -.075em; text-transform: uppercase; text-shadow: 0 2px 0 rgba(255,255,255,.4); }
.hero-brand-title::after { content: ""; display: block; width: 42%; height: 5px; margin: 14px 0 0 5px; border-radius: 999px; background: rgba(23,23,19,.82); }
.hero-service-title { display: block; max-width: 670px; margin-top: 22px; color: #30250b; font-size: clamp(31px, 3.8vw, 48px); font-weight: 900; line-height: 1.02; letter-spacing: -.05em; }
.hero-service-title strong { color: #fff; font-weight: 900; text-shadow: 2px 2px 0 rgba(23,23,19,.38); }
.hero-lead { max-width: 620px; margin-bottom: 30px; font-size: 19px; line-height: 1.55; color: #382d10; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 58px; padding: 0 24px; border-radius: 14px; font-size: 16px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: #fff; box-shadow: 0 8px 0 rgba(23,23,19,.18); }
.button-primary span { color: var(--yellow); font-size: 21px; }
.button-whatsapp { background: var(--green); color: white; box-shadow: 0 8px 0 rgba(6,92,40,.22); }
.button-whatsapp span { font-size: 22px; }
.button-dark { background: var(--ink); color: #fff; }
.trust-list { display: flex; flex-wrap: wrap; gap: 22px; margin: 28px 0 0; padding: 0; list-style: none; color: #453a1f; font-size: 13px; font-weight: 800; }
.trust-list span { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 4px; border-radius: 50%; background: var(--ink); color: var(--yellow); }

.emergency-card { position: relative; overflow: hidden; padding: 34px; border: 1px solid rgba(255,255,255,.26); border-radius: 28px; background: rgba(24,24,18,.96); color: white; box-shadow: 0 30px 70px rgba(63,39,0,.32); }
.emergency-photo { position: relative; width: 100%; aspect-ratio: 512 / 293; height: auto; margin: -5px -5px 24px; border-radius: 20px; overflow: hidden; background: #111; }
.emergency-photo img { display: block; width: 100%; max-width: none; height: 100%; object-fit: contain; object-position: center; }
.card-label { color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.emergency-card h2 { margin: 10px 0 12px; font-size: 31px; line-height: 1.08; letter-spacing: -.04em; }
.emergency-card > p { color: #c9c6bb; line-height: 1.5; }
.emergency-number { display: block; margin-top: 24px; padding: 17px 18px; border-radius: 15px; background: var(--yellow); color: var(--ink); }
.emergency-number small, .emergency-number strong { display: block; }
.emergency-number small { margin-bottom: 3px; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.emergency-number strong { font-size: clamp(26px, 3vw, 34px); letter-spacing: -.04em; }
.secondary-number { display: block; margin-top: 16px; color: white; font-size: 14px; font-weight: 800; text-align: center; text-decoration: underline; text-decoration-color: var(--yellow); text-underline-offset: 4px; }

.warning-strip { background: #fff; border-bottom: 1px solid var(--line); }
.warning-grid { min-height: 72px; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; }
.warning-grid strong { display: flex; align-items: center; gap: 9px; text-transform: uppercase; font-size: 13px; }
.warning-grid strong span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: #d33131; color: white; }
.warning-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.warning-crime { margin-right: 5px; padding: 3px 7px; border-radius: 5px; background: #d33131; color: #fff; font-size: 12px; font-weight: 950; letter-spacing: .035em; text-transform: uppercase; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.warning-grid a { font-size: 13px; font-weight: 900; border-bottom: 2px solid var(--yellow); }

.section { padding: 105px 0; }
.section-heading { max-width: 710px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .about-copy h2, .region-grid h2, .faq-intro h2 { margin-bottom: 15px; font-size: clamp(36px, 4.5vw, 56px); line-height: 1.02; letter-spacing: -.05em; }
.section-heading p, .region-grid > div > p, .faq-intro p { color: var(--muted); line-height: 1.6; }
.kicker { color: #a27300; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; overflow: hidden; min-height: 540px; padding: 32px 32px 92px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 13px 35px rgba(67,49,11,.06); transition: transform .2s ease, box-shadow .2s ease, background-color .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(67,49,11,.12); }
.service-card.featured { background: var(--yellow); border-color: var(--yellow); }
.service-card:not(.featured):hover { background: var(--yellow); border-color: var(--yellow); }
.service-card:not(.featured):hover p { color: #4d3c12; }
.service-card:not(.featured):hover .service-photo { border-bottom-color: var(--ink); }
.service-photo { display: block; width: calc(100% + 64px); max-width: none; height: 225px; margin: -32px -32px 28px; object-fit: cover; object-position: center; border-bottom: 5px solid var(--yellow); transition: border-color .25s ease; }
.service-card:first-child .service-photo { object-position: center 35%; }
.service-card.featured .service-photo { border-bottom-color: var(--ink); }
.service-card h3 { margin-bottom: 14px; font-size: 24px; letter-spacing: -.03em; }
.service-card p { color: var(--muted); line-height: 1.55; }
.service-card.featured p { color: #513c08; }
.service-card a { position: absolute; left: 32px; bottom: 30px; font-size: 13px; font-weight: 900; }

.work-proof { position: relative; overflow: hidden; padding-top: 90px; background: linear-gradient(135deg, #d99100 0%, #f5b800 46%, #ffc928 100%); border-top: 1px solid #c98500; }
.work-proof::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(30deg, #fff 12%, transparent 12.5%, transparent 87%, #fff 87.5%, #fff), linear-gradient(150deg, #fff 12%, transparent 12.5%, transparent 87%, #fff 87.5%, #fff); background-size: 72px 126px; pointer-events: none; }
.work-proof > .container { position: relative; z-index: 1; }
.work-proof-intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: end; margin-bottom: 36px; }
.work-proof-intro h2 { max-width: 590px; margin-bottom: 0; font-size: clamp(38px, 5vw, 62px); line-height: .98; letter-spacing: -.055em; }
.work-proof .kicker { color: #4f3700; }
.work-proof-copy > p { margin-bottom: 24px; color: #4c3709; font-size: 17px; line-height: 1.65; }
.proof-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.proof-tags span { padding: 10px 13px; border: 1px solid rgba(23,23,19,.2); border-radius: 999px; background: rgba(255,255,255,.38); font-size: 11px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.work-slider { margin-top: 12px; }
.slider-controls { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 14px; }
.slider-controls > span { color: #5a4008; font-size: 12px; font-weight: 800; }
.slider-controls > div { display: flex; gap: 8px; }
.slider-controls button { display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(23,23,19,.3); border-radius: 50%; background: var(--ink); color: var(--yellow); cursor: pointer; transition: transform .2s ease, background-color .2s ease; }
.slider-controls button:hover { transform: translateY(-2px); background: #2c2b25; }
.slider-controls button:focus-visible, .work-gallery:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.slider-arrow > span { position: relative; display: block; width: 20px; height: 2px; border-radius: 999px; background: var(--yellow); }
.slider-arrow > span::after { content: ""; position: absolute; top: -4px; right: 0; width: 9px; height: 9px; border-top: 2px solid var(--yellow); border-right: 2px solid var(--yellow); transform: rotate(45deg); }
.slider-arrow-prev > span { transform: rotate(180deg); }
.work-gallery { display: flex; gap: 14px; overflow-x: auto; padding: 2px 34px 16px 2px; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.work-gallery::-webkit-scrollbar { display: none; }
.work-photo { position: relative; flex: 0 0 clamp(280px, 31vw, 370px); height: 480px; overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.45); border-radius: 22px; background: var(--ink-soft); box-shadow: 0 18px 38px rgba(87,53,0,.22); scroll-snap-align: start; }
.work-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.work-photo:hover img { transform: scale(1.035); }
.work-photo::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(10,10,8,.92)); pointer-events: none; }
.work-photo figcaption { position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 20px; color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,.5); }
.work-photo figcaption strong { display: block; font-size: 19px; }
.work-proof-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 22px; padding: 24px 28px; border-radius: 18px; background: var(--ink); color: #fff; box-shadow: 0 15px 35px rgba(87,53,0,.2); }
.work-proof-footer p { margin: 0; color: #d4d0c5; line-height: 1.5; }
.work-proof-footer p strong { color: #fff; }
.work-proof-footer .button { min-height: 52px; flex-shrink: 0; }
.work-proof-footer .button-primary { background: var(--yellow); color: var(--ink); box-shadow: none; }

.section-dark { background: var(--ink); color: #fff; }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.about-visual { position: relative; }
.about-visual > img { display: block; width: 100%; aspect-ratio: 1; border-radius: 30px; object-fit: cover; box-shadow: 18px 18px 0 var(--yellow); }
.about-experience { position: absolute; left: -24px; bottom: 30px; display: flex; align-items: center; gap: 14px; max-width: 245px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; background: rgba(23,23,19,.9); color: #fff; box-shadow: 0 15px 35px rgba(0,0,0,.32); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.about-experience strong { color: var(--yellow); font-size: 43px; line-height: .85; letter-spacing: -.07em; }
.about-experience span { font-size: 12px; font-weight: 900; line-height: 1.25; text-transform: uppercase; }
.about-copy .kicker { color: var(--yellow); }
.about-copy > p { color: #c8c5bb; line-height: 1.7; font-size: 16px; }
blockquote { margin: 28px 0 0; padding: 22px 0 22px 25px; border-left: 4px solid var(--yellow); color: white; font-size: 18px; font-weight: 700; font-style: italic; line-height: 1.5; }

.process-section { background: #fff; }
.section-heading.compact { margin-bottom: 55px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 0; padding: 0; list-style: none; counter-reset: item; }
.process-grid li { display: flex; gap: 20px; padding-top: 25px; border-top: 2px solid var(--line); }
.process-grid li > span { color: var(--yellow); font-family: var(--font-geist-mono); font-size: 27px; font-weight: 900; }
.process-grid h3 { margin-bottom: 10px; font-size: 20px; }
.process-grid p { color: var(--muted); font-size: 14px; line-height: 1.55; }
.process-cta { display: flex; justify-content: center; margin-top: 50px; }
.process-cta .button { min-width: 300px; background: var(--yellow); color: var(--ink); box-shadow: 8px 8px 0 var(--ink); }
.process-cta .button:hover { box-shadow: 10px 10px 0 var(--ink); }

.region-section { background: var(--yellow); }
.region-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.region-grid .kicker { color: #594000; }
.region-grid .button { margin-top: 12px; }
.city-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.city-list span { padding: 18px 20px; border: 1px solid rgba(23,23,19,.18); border-radius: 12px; background: rgba(255,255,255,.35); font-size: 15px; font-weight: 800; }
.city-list span.active { background: var(--ink); color: white; }

.faq-section { background: #fffaf0; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-image { display: block; width: 100%; max-width: 360px; height: 185px; margin: 26px 0 4px; border-radius: 18px; object-fit: cover; box-shadow: 10px 10px 0 var(--yellow); }
.faq-phones { display: grid; gap: 17px; width: min(100%, 360px); margin-top: 24px; padding-right: 9px; }
.faq-phones a { display: flex; align-items: center; justify-content: center; min-height: 66px; padding: 14px 12px; border: 1px solid var(--yellow); border-radius: 14px; background: var(--yellow); box-shadow: 9px 9px 0 var(--ink-soft); transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.faq-phones a:hover { transform: translate(-2px, -2px); background: var(--yellow-light); box-shadow: 11px 11px 0 #24231e; }
.faq-phones strong { color: var(--ink); font-size: clamp(19px, 2.1vw, 25px); letter-spacing: -.035em; white-space: nowrap; }
.accordion-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary span { color: #a27300; font-size: 24px; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 670px; padding: 0 40px 24px 0; color: var(--muted); line-height: 1.65; }

.final-cta { position: relative; padding: 75px 0; background: linear-gradient(90deg, rgba(23,23,19,.78), rgba(23,23,19,.54)), url('/images/orcamento-colmeia-clean-bee.png') center / cover; color: white; }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.final-cta-inner > div > span { color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.final-cta h2 { margin: 10px 0; font-size: clamp(34px, 4vw, 50px); letter-spacing: -.05em; }
.final-cta p { margin: 0; color: #c8c5bb; }
.final-actions { min-width: 300px; }
.final-actions .button { width: 100%; background: var(--yellow); color: var(--ink); }
.final-actions .button span { color: var(--ink); }
.final-whatsapp { display: block; margin-top: 16px; color: white; font-size: 14px; font-weight: 800; text-align: center; }

footer { padding: 52px 0 30px; background: #0d0d0b; color: #aaa79d; border-top: 1px solid #2c2c26; }
.footer-main { display: grid; grid-template-columns: 1.25fr .7fr .9fr 1.05fr; gap: 42px; align-items: start; }
.footer-brand strong { color: white; }.footer-brand small { color: #aaa79d; }
.footer-about p { max-width: 300px; margin: 23px 0 12px; color: #d0cdc3; font-size: 13px; line-height: 1.65; }
.footer-about > span { display: block; max-width: 290px; color: #77746b; font-size: 11px; line-height: 1.55; }
.footer-column { display: grid; align-content: start; gap: 11px; }
.footer-column h3 { margin: 4px 0 11px; color: #fff; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.footer-column a { width: fit-content; color: #aaa79d; font-size: 12px; line-height: 1.35; transition: color .2s ease, transform .2s ease; }
.footer-column a:hover { color: var(--yellow); transform: translateX(3px); }
.footer-contact a { color: #fff; font-size: 14px; font-weight: 900; }
.footer-contact > span { margin-top: 7px; color: #77746b; font-size: 11px; line-height: 1.5; }
.footer-map-card { padding: 12px; border: 1px solid #2f2e28; border-radius: 16px; background: #151511; }
.footer-map-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin: 1px 2px 10px; }
.footer-map-heading span { color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-map-heading strong { color: #fff; font-size: 12px; }
.footer-map-card iframe { display: block; width: 100%; height: 180px; border: 0; border-radius: 11px; filter: saturate(.88) contrast(1.02); }
.footer-map-embed { position: relative; overflow: hidden; border-radius: 11px; }
.footer-map-profile-link { position: absolute; z-index: 1; inset: 0; border-radius: inherit; cursor: pointer; }
.footer-map-profile-link:focus-visible { outline: 3px solid var(--yellow); outline-offset: -4px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 28px; padding-top: 24px; border-top: 1px solid #2c2c26; font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 9px 22px; }
.footer-links a { color: #d6d3c9; transition: color .2s ease; }
.footer-links a:hover { color: var(--yellow); }
.footer-links strong { color: var(--yellow); }

.privacy-page { min-height: 100vh; background: #fffaf0; }
.privacy-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(13,13,11,.93); color: #fff; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.privacy-header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.privacy-brand { display: inline-flex; align-items: center; gap: 13px; font-weight: 900; }
.privacy-brand img { width: 58px; height: 52px; border: 1px solid #39372f; border-radius: 9px; background: #000; object-fit: contain; }
.privacy-back { color: #d8d5ca; font-size: 14px; font-weight: 800; transition: color .2s ease; }
.privacy-back:hover { color: var(--yellow); }
.privacy-hero { position: relative; overflow: hidden; padding: 92px 0 84px; background: linear-gradient(135deg, #d99000, #f5b800 52%, #ffd04b); }
.privacy-hero::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(30deg, #fff 12%, transparent 12.5%, transparent 87%, #fff 87.5%, #fff), linear-gradient(150deg, #fff 12%, transparent 12.5%, transparent 87%, #fff 87.5%, #fff); background-size: 72px 126px; }
.privacy-hero .container { position: relative; z-index: 1; }
.privacy-hero .kicker { color: #503900; }
.privacy-hero h1 { max-width: 830px; margin-bottom: 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 7vw, 82px); font-style: italic; line-height: .95; letter-spacing: -.06em; }
.privacy-hero p { max-width: 720px; margin: 0; color: #45350d; font-size: 18px; line-height: 1.65; }
.privacy-content { padding: 72px 0 95px; }
.privacy-card { max-width: 900px; margin-inline: auto; padding: clamp(28px, 6vw, 72px); border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 22px 55px rgba(70,48,5,.1); }
.privacy-updated { display: inline-block; margin-bottom: 28px; padding: 8px 12px; border-radius: 999px; background: #fff0bb; color: #684b00; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.privacy-card h2 { margin: 38px 0 13px; font-size: clamp(24px, 3vw, 31px); letter-spacing: -.035em; }
.privacy-card h2:first-of-type { margin-top: 0; }
.privacy-card p, .privacy-card li { color: #5f5b50; font-size: 16px; line-height: 1.75; }
.privacy-card ul { padding-left: 22px; }
.privacy-card a { color: #8b6500; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.privacy-contact { margin-top: 38px; padding: 26px; border-radius: 18px; background: var(--ink); color: #fff; }
.privacy-contact h2 { margin-top: 0; color: #fff; }
.privacy-contact p { color: #d1cec4; }
.privacy-contact-links { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 20px; }
.privacy-contact-links a { display: inline-flex; min-height: 48px; align-items: center; padding: 0 18px; border-radius: 11px; background: var(--yellow); color: var(--ink); text-decoration: none; }
.privacy-official-links { margin-top: 42px; padding-top: 26px; border-top: 1px solid var(--line); }
.privacy-official-links p { margin-bottom: 8px; font-size: 14px; }
.floating-google-reviews { position: fixed; z-index: 75; left: 12px; bottom: 14px; width: min(340px, calc(100vw - 130px)); max-height: calc(100vh - 44px); transform: scale(.7); transform-origin: left bottom; }
.floating-google-reviews > div { max-width: 100%; }
.floating-whatsapp { position: fixed; z-index: 80; right: 20px; bottom: 20px; display: block; width: 92px; height: 92px; overflow: hidden; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.floating-whatsapp img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }

@media (min-width: 941px) {
  .work-gallery { padding-right: 2px; }
  .work-photo { flex-basis: calc((100% - 28px) / 3); }
}

@media (max-width: 940px) {
  nav { display: none; }
  .header-phone { display: none; }
  .mobile-menu-toggle { position: relative; z-index: 210; display: grid; place-content: center; gap: 5px; width: 48px; height: 48px; padding: 0; border: 0; border-radius: 13px; background: var(--ink); cursor: pointer; box-shadow: 4px 4px 0 rgba(245,184,0,.72); }
  .mobile-menu-toggle > span { display: block; width: 21px; height: 2px; border-radius: 999px; background: var(--yellow); transition: transform .2s ease, opacity .2s ease; }
  .mobile-menu-toggle.is-open > span:first-child { transform: translateY(7px) rotate(45deg); }
  .mobile-menu-toggle.is-open > span:nth-child(2) { opacity: 0; }
  .mobile-menu-toggle.is-open > span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu-backdrop { position: fixed; z-index: 200; inset: 0; display: flex; justify-content: flex-end; background: rgba(10,10,8,.58); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
  .mobile-menu-backdrop[hidden] { display: none; }
  .mobile-menu-panel { width: min(88vw, 370px); height: 100dvh; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; padding: 26px; background: #fffaf0; color: var(--ink); box-shadow: -24px 0 60px rgba(0,0,0,.26); animation: menuSlideIn .25s ease-out; }
  @keyframes menuSlideIn { from { transform: translateX(100%); } to { transform: translateX(0); } }
  .mobile-menu-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 5px 0 25px; border-bottom: 1px solid var(--line); }
  .mobile-menu-head > div { display: grid; }
  .mobile-menu-head span { color: #9b7000; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
  .mobile-menu-head strong { margin-top: 7px; font-size: 19px; line-height: 1.15; }
  .mobile-menu-head button { display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 1px solid var(--line); border-radius: 11px; background: #fff; color: var(--ink); font-size: 27px; line-height: 1; cursor: pointer; }
  .mobile-menu-links { display: grid; padding: 16px 0; }
  .mobile-menu-links a { display: flex; align-items: center; padding: 15px 2px; border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 800; }
  .mobile-menu-contact { display: grid; gap: 10px; margin-top: 16px; padding: 20px; border-radius: 17px; background: var(--ink); color: #fff; }
  .mobile-menu-contact > span { color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
  .mobile-menu-contact > a { padding: 6px 0; color: #fff; font-size: 16px; font-weight: 900; }
  .mobile-menu-contact .mobile-menu-whatsapp { display: flex; align-items: center; justify-content: center; min-height: 49px; margin-top: 5px; padding: 0 14px; border-radius: 11px; background: var(--green); font-size: 14px; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; padding-top: 70px; }
  .emergency-card { max-width: 580px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 520px; }
  .work-proof-intro { grid-template-columns: 1fr; gap: 26px; }
  .work-gallery { -webkit-mask-image: linear-gradient(to right, #000 0%, #000 88%, transparent 100%); mask-image: linear-gradient(to right, #000 0%, #000 88%, transparent 100%); }
  .work-photo { flex-basis: min(72vw, 340px); height: 440px; }
  .about-grid, .region-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .about-visual { max-width: 560px; }
  .faq-intro { position: static; }
  .final-cta-inner { grid-template-columns: 1fr; }
  .final-actions { width: min(100%, 420px); }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .alert-bar { font-size: 9px; letter-spacing: .05em; }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 38px; height: 38px; box-shadow: 3px 3px 0 var(--ink); }
  .nav-logo { width: 64px; height: 58px; padding: 0; border-radius: 8px; }
  .brand strong { font-size: 14px; }.brand small { font-size: 8px; }
  .mobile-menu-toggle { width: 44px; height: 44px; }
  .hero { min-height: 0; }
  .hero-grid { gap: 34px; padding-top: 54px; padding-bottom: 64px; }
  .hero-copy { text-align: center; }
  .hero-copy h1 { margin-right: auto; margin-left: auto; }
  .hero-brand-title { font-size: clamp(36px, 10.5vw, 47px); line-height: .94; letter-spacing: -.065em; text-wrap: balance; }
  .hero-brand-title::after { height: 4px; margin: 10px auto 0; }
  .hero-service-title { max-width: 440px; margin: 18px auto 0; font-size: 31px; text-wrap: balance; }
  .hero-lead { max-width: 440px; margin-right: auto; margin-left: auto; font-size: 17px; }
  .hero-actions { display: grid; width: min(100%, 430px); margin: 0 auto; }
  .button { width: 100%; }
  .trust-list { display: grid; width: max-content; max-width: 100%; gap: 12px; margin-right: auto; margin-left: auto; text-align: left; }
  .emergency-card { padding: 24px; border-radius: 22px; }
  .site-header { top: 7px; width: calc(100% - 14px); margin-top: 7px; border-radius: 16px; }
  .emergency-photo { height: auto; }
  .warning-grid { grid-template-columns: 1fr; justify-items: center; gap: 11px; padding: 24px 12px; text-align: center; }
  .warning-grid strong { justify-content: center; }
  .warning-grid p { max-width: 360px; font-size: 13px; line-height: 1.55; }
  .warning-crime { display: block; width: fit-content; margin: 0 auto 9px; padding: 6px 10px; font-size: 11px; line-height: 1.25; }
  .warning-grid a { justify-self: center; margin-top: 1px; }
  .section { padding: 75px 0; }
  .service-grid { gap: 14px; }
  .service-card { min-height: 0; padding: 24px; }
  .service-photo { width: calc(100% + 48px); height: 180px; margin: -24px -24px 22px; }
  .service-card h3 { margin-bottom: 10px; font-size: 21px; }
  .service-card p { font-size: 14px; line-height: 1.45; }
  .service-card a { position: static; display: inline-flex; margin-top: 22px; font-size: 13px; }
  .work-proof { padding-top: 70px; }
  .work-proof-intro { text-align: center; }
  .work-proof-intro h2 { max-width: 440px; margin-right: auto; margin-left: auto; text-wrap: balance; }
  .work-proof-copy > p { max-width: 450px; margin-right: auto; margin-left: auto; font-size: 16px; }
  .proof-tags { justify-content: center; }
  .slider-controls { justify-content: center; flex-wrap: wrap; gap: 12px; }
  .slider-controls > span { width: 100%; max-width: none; text-align: center; }
  .slider-controls button { width: 42px; height: 42px; }
  .work-gallery { gap: 10px; margin-right: 0; padding-right: 14px; }
  .work-photo { flex-basis: 82vw; height: 430px; border-radius: 16px; }
  .work-photo figcaption { left: 12px; right: 12px; bottom: 11px; font-size: 11px; }
  .work-proof-footer { align-items: stretch; flex-direction: column; padding: 22px; }
  .about-visual > img { border-radius: 22px; box-shadow: 10px 10px 0 var(--yellow); }
  .about-experience { left: -5px; bottom: 18px; padding: 14px 16px; }
  .about-experience strong { font-size: 36px; }
  .process-grid { grid-template-columns: minmax(0, 1fr); }
  .process-cta .button { width: 100%; min-width: 0; }
  .city-list { grid-template-columns: 1fr; }
  .faq-grid { gap: 35px; }
  .faq-intro { text-align: center; }
  .faq-intro h2 { max-width: 430px; margin-right: auto; margin-left: auto; text-wrap: balance; }
  .faq-intro > p { max-width: 420px; margin-right: auto; margin-left: auto; }
  .faq-image { width: min(100%, 340px); height: 175px; margin: 26px auto 4px; }
  .faq-phones { width: min(100%, 340px); margin-right: auto; margin-left: auto; padding-right: 7px; }
  .faq-phones a { min-height: 60px; }
  .final-cta { padding: 62px 0; }
  .final-cta-inner { justify-items: center; gap: 28px; text-align: center; }
  .final-cta-inner > div:first-child { max-width: 460px; }
  .final-cta h2 { text-wrap: balance; }
  .final-actions { width: min(100%, 360px); min-width: 0; }
  footer { padding: 36px 0 92px; }
  .footer-main {
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    grid-template-areas:
      "about about"
      "shortcuts map"
      "contact map";
    column-gap: 16px;
    row-gap: 22px;
  }
  .footer-about { grid-area: about; }
  .footer-about p, .footer-about > span { max-width: 440px; }
  .footer-about p { margin-top: 16px; margin-bottom: 7px; }
  .footer-main > .footer-column:not(.footer-contact) { grid-area: shortcuts; }
  .footer-contact { grid-area: contact; }
  .footer-column { gap: 9px; }
  .footer-column h3 { margin-bottom: 7px; }
  .footer-column a { font-size: 11px; }
  .footer-contact a { font-size: 12px; overflow-wrap: anywhere; white-space: normal; }
  .footer-map-card { grid-area: map; align-self: start; width: 100%; padding: 9px; }
  .footer-map-heading { margin-bottom: 8px; }
  .footer-map-heading strong { font-size: 10px; }
  .footer-map-card iframe { height: 205px; }
  .footer-bottom { flex-direction: column; align-items: center; gap: 9px; margin-top: 22px; padding-top: 18px; text-align: center; }
  .footer-bottom p { line-height: 1.5; }
  .footer-links { flex-direction: column; justify-content: center; gap: 8px; }
  .privacy-header-inner { min-height: 68px; }
  .privacy-brand img { width: 50px; height: 45px; }
  .privacy-brand span { font-size: 14px; }
  .privacy-back { font-size: 12px; }
  .privacy-hero { padding: 70px 0 64px; }
  .privacy-content { padding: 36px 0 70px; }
  .privacy-card { border-radius: 20px; }
  .privacy-contact-links { display: grid; }
  .floating-google-reviews { display: none; }
  .floating-whatsapp { right: 10px; bottom: 10px; width: 84px; height: 84px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* Política de privacidade incorporada ao site */
.privacy-modal {
  width: min(920px, calc(100% - 28px));
  max-width: 920px;
  max-height: min(88vh, 900px);
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .38);
}
.privacy-modal::backdrop { background: rgba(13, 13, 10, .78); backdrop-filter: blur(5px); }
.privacy-modal-shell { max-height: min(88vh, 900px); overflow-y: auto; }
.privacy-modal-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 240, .96);
  backdrop-filter: blur(14px);
}
.privacy-modal-header .kicker { margin-bottom: 7px; }
.privacy-modal-header h2 { margin: 0; font-size: clamp(25px, 4vw, 38px); letter-spacing: -.04em; }
.privacy-modal-close {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.privacy-modal .privacy-content { padding: 0; }
.privacy-modal .privacy-card {
  width: 100%;
  margin: 0;
  padding: 32px 34px 42px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
body.privacy-open { overflow: hidden; }
@media (max-width: 680px) {
  .privacy-modal { width: calc(100% - 16px); max-height: 94vh; border-radius: 18px; }
  .privacy-modal-shell { max-height: 94vh; }
  .privacy-modal-header { padding: 18px; }
  .privacy-modal .privacy-card { padding: 24px 20px 34px; }
}
