
:root {
  --black: #080808;
  --black-soft: #111111;
  --black-card: #151515;
  --yellow: #f5b800;
  --yellow-bright: #ffd21a;
  --white: #ffffff;
  --paper: #f4f1e8;
  --muted: #b5b5b5;
  --whatsapp: #20c85a;
  --whatsapp-dark: #0d9f41;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body, button, a { font-family: Arial, Helvetica, sans-serif; }

a { color: inherit; text-decoration: none; }

svg { width: 1.25em; height: 1.25em; flex: 0 0 auto; }

.container { width: min(1344px, calc(100% - 48px)); margin-inline: auto; }

.plantao-bar {
  height: 38px;
  background: linear-gradient(90deg, #edae00, var(--yellow-bright), #edae00);
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.plantao-bar svg { width: 16px; }
.plantao-bar i { width: 5px; height: 5px; background: var(--black); border-radius: 50%; }

.site-header {
  height: 108px;
  background: rgba(8, 8, 8, .98);
  border-bottom: 1px solid rgba(255, 210, 26, .16);
  position: relative;
  z-index: 20;
}

.header-inner { height: 100%; display: flex; align-items: center; gap: 32px; }

.brand { display: inline-flex; align-items: center; justify-content: flex-start; min-width: 165px; }
.brand-logo { display: block; width: auto; height: 98px; object-fit: contain; }

nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2vw, 34px); flex: 1; }
nav a {
  min-height: 44px;
  display: grid;
  place-items: center;
  color: #d2d2d2;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 3px; background: var(--yellow); transition: right .18s ease; }
nav a:hover, nav a:focus-visible, nav a.active { color: var(--yellow); }
nav a:hover::after, nav a:focus-visible::after, nav a.active::after { right: 0; }

.header-phone { display: flex; align-items: center; gap: 12px; min-width: 230px; }
.header-phone-icon { width: 50px; height: 50px; border: 2px solid var(--yellow); color: var(--yellow); border-radius: 50%; display: grid; place-items: center; }
.header-phone-icon svg { width: 24px; height: 24px; }
.header-phone span:last-child { display: grid; gap: 3px; }
.header-phone small { color: #d3d3d3; font-size: 12px; }
.header-phone b { color: var(--yellow); font-size: 20px; white-space: nowrap; }

.hero { min-height: 605px; position: relative; overflow: hidden; background: var(--black); }
.hero-photo { position: absolute; inset: 0 0 0 42%; background-image: url('/hero-chaveiro-amarelo.png'); background-size: cover; background-position: center right; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #080808 0%, #080808 33%, rgba(8,8,8,.96) 45%, rgba(8,8,8,.45) 64%, rgba(8,8,8,.08) 100%), linear-gradient(0deg, rgba(8,8,8,.45), transparent 40%); }
.hero-dots { position: absolute; left: -55px; top: 75px; width: 300px; height: 300px; opacity: .14; background-image: radial-gradient(var(--yellow) 2px, transparent 2px); background-size: 18px 18px; transform: rotate(-7deg); mask-image: linear-gradient(90deg, #000, transparent); }
.hero-inner { min-height: 605px; display: flex; align-items: center; position: relative; z-index: 2; }
.hero-copy { width: min(660px, 56%); padding: 42px 0 38px; }
.eyebrow { margin: 0 0 12px; color: #d0d0d0; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 800; }
.hero h1 { margin: 0; font-family: "Arial Narrow", Impact, sans-serif; font-stretch: condensed; font-size: clamp(60px, 5.25vw, 88px); line-height: .86; letter-spacing: -.035em; text-transform: uppercase; max-width: 680px; }
.hero h1 span { display: block; color: var(--yellow); }
.arrival { width: max-content; max-width: 100%; margin: 24px 0 18px; padding: 12px 18px; background: var(--yellow); color: var(--black); display: flex; align-items: center; gap: 12px; border-radius: 5px; transform: skewX(-2deg); box-shadow: 0 12px 34px rgba(245,184,0,.16); }
.arrival svg { width: 29px; height: 29px; }
.arrival strong { font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(21px, 2vw, 30px); text-transform: uppercase; letter-spacing: -.02em; }
.hero-address { display: flex; align-items: center; gap: 10px; color: #dedede; width: max-content; max-width: 100%; font-size: 15px; }
.hero-address svg { color: var(--yellow); width: 23px; height: 23px; }
.hero-address:hover span { text-decoration: underline; text-underline-offset: 3px; }
.hero-actions { display: flex; gap: 16px; margin-top: 24px; }
.button { min-height: 58px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 7px; font-weight: 900; font-size: 16px; border: 2px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button svg { width: 25px; height: 25px; }
.button .whatsapp-logo { width: 30px; height: 30px; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-whatsapp { background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-dark)); border-color: #2cdc6a; box-shadow: 0 10px 28px rgba(32,200,90,.22); }
.button-whatsapp:hover, .button-whatsapp:focus-visible { box-shadow: 0 14px 34px rgba(32,200,90,.32); }
.button-call { color: var(--yellow); border-color: var(--yellow); background: rgba(8,8,8,.78); }
.button-call:hover, .button-call:focus-visible { background: var(--yellow); color: var(--black); }
.hero-trust { display: flex; align-items: center; margin-top: 22px; }
.hero-trust > div { min-width: 0; display: flex; align-items: center; gap: 9px; padding-right: 22px; margin-right: 22px; border-right: 1px solid #555; }
.hero-trust > div:last-child { border: 0; margin: 0; padding: 0; }
.hero-trust svg { width: 28px; height: 28px; color: var(--yellow); }
.hero-trust span { display: grid; font-size: 11px; line-height: 1.25; color: #c8c8c8; text-transform: uppercase; }
.hero-trust b { color: var(--white); }

.service-strip { position: relative; z-index: 4; background: #0d0d0d; padding: 0 0 26px; }
.service-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; transform: translateY(-12px); }
.service-mini { min-height: 126px; position: relative; overflow: hidden; display: flex; align-items: center; gap: 16px; padding: 22px; border: 1px solid rgba(245,184,0,.6); background: linear-gradient(135deg, #171717, #0b0b0b); transition: transform .22s ease, border-color .22s ease; }
.service-mini:hover, .service-mini:focus-visible { transform: translateY(-4px); border-color: var(--yellow-bright); }
.service-mini::after { content: ""; position: absolute; right: -25px; bottom: -35px; width: 80px; height: 80px; background: var(--yellow); transform: rotate(45deg); }
.service-mini-icon { width: 66px; height: 66px; border-radius: 7px; background: var(--yellow); color: var(--black); display: grid; place-items: center; }
.service-mini-icon svg { width: 38px; height: 38px; }
.service-mini strong { max-width: 130px; font-family: "Arial Narrow", Impact, sans-serif; font-size: 23px; line-height: 1.05; text-transform: uppercase; }
.service-arrow { position: absolute; right: 6px; bottom: 8px; z-index: 1; color: var(--black); }
.service-mini > i { position: absolute; right: 14px; top: 8px; font-family: Impact, sans-serif; color: rgba(255,255,255,.05); font-size: 46px; font-style: normal; }

.section { padding: 96px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 46px; }
.section-heading > div { max-width: 680px; }
.section-heading > p { max-width: 450px; color: #6d6d6d; line-height: 1.7; margin: 0; }
.section-kicker { color: #9b7500; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; font-size: 12px; margin: 0 0 12px; }
.section h2, .final-cta h2 { margin: 0; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(42px, 4vw, 64px); line-height: .98; letter-spacing: -.025em; text-transform: uppercase; }

.services { background: var(--paper); color: var(--black); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 370px; padding: 30px 26px; position: relative; background: #fff; border-top: 5px solid var(--yellow); box-shadow: 0 12px 34px rgba(0,0,0,.07); transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(0,0,0,.12); }
.card-index { position: absolute; top: 18px; right: 20px; font-family: Impact, sans-serif; font-size: 44px; color: #eeeeea; }
.service-card-icon { width: 64px; height: 64px; display: grid; place-items: center; background: var(--black); color: var(--yellow); border-radius: 6px; }
.service-card-icon svg { width: 35px; height: 35px; }
.service-card h3 { font-family: "Arial Narrow", Impact, sans-serif; font-size: 28px; text-transform: uppercase; margin: 28px 0 12px; line-height: 1; }
.service-card p { color: #686868; line-height: 1.65; margin: 0; font-size: 15px; }
.service-card a { position: absolute; left: 26px; bottom: 28px; display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 13px; }
.service-card a svg { color: #b38200; transition: transform .18s; }
.service-card a:hover svg { transform: translateX(4px); }
.whatsapp-text-link .whatsapp-logo { width: 23px; height: 23px; }
.more-services { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: #d8d4ca; border: 1px solid #d8d4ca; }
.more-services > div { min-height: 74px; padding: 18px 20px; background: #ebe7dd; display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 700; }
.more-services svg { color: #9b7500; }

.about { color: var(--white); background: #0d0d0d; overflow: hidden; }
.about-grid { display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 82px; }
.about-visual { min-height: 510px; position: relative; display: grid; place-items: center; background: radial-gradient(circle at center, #252525, #0d0d0d 68%); border: 1px solid #2e2e2e; }
.about-visual::before, .about-visual::after { content: ""; position: absolute; border: 1px solid rgba(245,184,0,.14); transform: rotate(45deg); }
.about-visual::before { width: 270px; height: 270px; }
.about-visual::after { width: 390px; height: 390px; }
.about-shield { width: 210px; height: 240px; position: relative; z-index: 1; background: var(--yellow); color: var(--black); display: grid; place-items: center; clip-path: polygon(50% 0, 92% 17%, 86% 70%, 50% 100%, 14% 70%, 8% 17%); }
.about-shield svg { width: 110px; height: 110px; stroke-width: 1.3; }
.about-panel { position: absolute; z-index: 2; right: -28px; bottom: 42px; width: 210px; padding: 24px; display: grid; background: #fff; color: #111; box-shadow: 0 18px 50px rgba(0,0,0,.3); }
.about-panel strong { color: #b78800; font-family: Impact, sans-serif; font-size: 52px; }
.about-panel span { font-size: 13px; font-weight: 800; text-transform: uppercase; }
.about-copy > p:not(.section-kicker) { color: #b7b7b7; line-height: 1.75; font-size: 17px; margin: 24px 0; }
.benefits { display: grid; gap: 15px; margin-bottom: 28px; }
.benefits > div { display: flex; gap: 12px; align-items: flex-start; color: #c6c6c6; line-height: 1.5; }
.benefits svg { color: var(--yellow); margin-top: 2px; }
.benefits b { color: #fff; }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--yellow); font-weight: 900; }
.text-link .whatsapp-logo { width: 25px; height: 25px; }

.steps { background: var(--yellow); color: var(--black); }
.section-heading.compact { margin-bottom: 38px; }
.steps .section-kicker { color: #4d3a00; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(0,0,0,.25); }
.steps-grid article { min-height: 250px; position: relative; padding: 38px; border-right: 1px solid rgba(0,0,0,.25); }
.steps-grid article:last-child { border-right: 0; }
.steps-grid article > span { position: absolute; right: 22px; top: 14px; font-family: Impact, sans-serif; font-size: 54px; color: rgba(0,0,0,.1); }
.steps-grid article > svg { width: 42px; height: 42px; }
.steps-grid article > .step-whatsapp-logo { width: 42px; height: 42px; border-radius: 10px; }
.steps-grid h3 { font-family: "Arial Narrow", Impact, sans-serif; font-size: 27px; text-transform: uppercase; margin: 25px 0 8px; }
.steps-grid p { margin: 0; line-height: 1.6; max-width: 330px; }

.areas { background: var(--paper); color: var(--black); }
.areas-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; }
.areas-copy > p:not(.section-kicker) { color: #666; line-height: 1.7; margin: 22px 0 28px; }
.button-call.dark { background: var(--black); color: var(--yellow); border-color: var(--black); }
.button-call.dark:hover { background: var(--yellow); color: var(--black); }
.neighborhoods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.neighborhoods span { min-height: 50px; display: flex; align-items: center; gap: 8px; padding: 10px 13px; background: #fff; border-left: 4px solid var(--yellow); font-size: 13px; font-weight: 800; box-shadow: 0 4px 12px rgba(0,0,0,.04); }
.neighborhoods svg { width: 16px; color: #a47b00; }

.final-cta { padding: 76px 0; background: linear-gradient(120deg, #101010 0 58%, #1b1607 58% 100%); border-top: 5px solid var(--yellow); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 52px; }
.final-cta .section-kicker { color: var(--yellow); }
.final-cta h2 { font-size: clamp(42px, 4.5vw, 70px); }
.final-cta p:not(.section-kicker) { color: #bababa; margin: 14px 0 0; }
.final-actions { display: flex; gap: 12px; }
.button-light { background: #fff; color: #111; }

footer { padding: 60px 0 24px; background: #050505; color: #a5a5a5; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.3fr 1fr; gap: 48px; padding-bottom: 42px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-size: 14px; line-height: 1.6; }
.footer-grid h3 { color: var(--yellow); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; margin: 5px 0 8px; }
.footer-grid a:hover { color: #fff; }
.footer-brand { min-width: 0; margin-bottom: 4px; }
.footer-logo { width: 148px; height: auto; }
.footer-whatsapp { display: inline-flex; align-items: center; gap: 8px; }
.footer-whatsapp .whatsapp-logo { width: 24px; height: 24px; }
.footer-grid p { margin: 0; max-width: 280px; }
.footer-bottom { min-height: 54px; border-top: 1px solid #242424; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 30; min-height: 54px; padding: 0 19px; border-radius: 999px; background: var(--whatsapp); color: #fff; box-shadow: 0 12px 34px rgba(0,0,0,.35); display: flex; align-items: center; gap: 9px; font-weight: 900; transition: transform .18s, box-shadow .18s; }
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(32,200,90,.3); }
.floating-whatsapp .whatsapp-logo { width: 30px; height: 30px; }
.whatsapp-logo { display: block; width: 28px; height: 28px; object-fit: contain; flex: 0 0 auto; border-radius: 7px; }

:focus-visible { outline: 3px solid var(--yellow-bright); outline-offset: 4px; }

@media (max-width: 1180px) {
  .site-header { height: 92px; }
  .brand { min-width: 138px; }
  .brand-logo { height: 82px; }
  nav { gap: 14px; }
  nav a { font-size: 11px; }
  .header-phone { min-width: 190px; }
  .header-phone-icon { width: 42px; height: 42px; }
  .header-phone b { font-size: 16px; }
  .service-mini { padding: 17px 14px; gap: 11px; }
  .service-mini-icon { width: 54px; height: 54px; }
  .service-mini-icon svg { width: 30px; height: 30px; }
  .service-mini strong { font-size: 19px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .more-services { grid-template-columns: repeat(2, 1fr); }
  .final-cta-inner { align-items: flex-start; }
  .final-actions { flex-direction: column; min-width: 270px; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 32px, 720px); }
  .plantao-bar { font-size: 11px; }
  nav { display: none; }
  .header-inner { justify-content: space-between; }
  .header-phone { min-width: auto; }
  .hero { min-height: 720px; }
  .hero-photo { inset: 0; opacity: .5; background-position: 68% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,8,8,.98), rgba(8,8,8,.66)), linear-gradient(0deg, #080808 0, transparent 50%); }
  .hero-inner { min-height: 720px; }
  .hero-copy { width: min(640px, 100%); }
  .service-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 72px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .about-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-visual { min-height: 420px; }
  .about-panel { right: 20px; }
  .areas-grid { grid-template-columns: 1fr; gap: 45px; }
  .final-cta-inner { flex-direction: column; }
  .final-actions { width: 100%; flex-direction: row; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 520px); }
  .plantao-bar { height: 34px; gap: 7px; letter-spacing: .04em; }
  .plantao-bar span:last-child, .plantao-bar i { display: none; }
  .site-header { height: 78px; }
  .brand { min-width: 0; }
  .brand-logo { height: 68px; }
  .header-phone-icon { display: none; }
  .header-phone small { display: none; }
  .header-phone b { font-size: 14px; }
  .hero { min-height: 690px; }
  .hero-inner { min-height: 690px; align-items: flex-start; }
  .hero-copy { padding-top: 54px; }
  .eyebrow { max-width: 260px; line-height: 1.5; }
  .hero h1 { font-size: clamp(49px, 15vw, 68px); }
  .arrival { margin-top: 20px; padding: 10px 13px; gap: 8px; }
  .arrival strong { font-size: 18px; }
  .arrival svg { width: 23px; height: 23px; }
  .hero-address { align-items: flex-start; font-size: 13px; line-height: 1.4; }
  .hero-actions { flex-direction: column; gap: 10px; margin-top: 20px; }
  .button { width: 100%; min-height: 55px; }
  .hero-trust { gap: 0; justify-content: space-between; }
  .hero-trust > div { padding-right: 9px; margin-right: 9px; gap: 6px; }
  .hero-trust svg { width: 20px; height: 20px; }
  .hero-trust span { font-size: 8px; }
  .service-strip { padding-top: 10px; }
  .service-strip-grid { grid-template-columns: 1fr; transform: none; }
  .service-mini { min-height: 92px; }
  .service-mini-icon { width: 50px; height: 50px; }
  .service-mini strong { max-width: none; font-size: 20px; }
  .section { padding: 58px 0; }
  .section h2, .final-cta h2 { font-size: 40px; }
  .section-heading { margin-bottom: 32px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 335px; }
  .more-services { grid-template-columns: 1fr; }
  .about-visual { min-height: 340px; }
  .about-shield { width: 150px; height: 175px; }
  .about-shield svg { width: 82px; height: 82px; }
  .about-panel { width: 170px; right: -4px; bottom: 24px; padding: 17px; }
  .about-panel strong { font-size: 40px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { border-right: 0; border-bottom: 1px solid rgba(0,0,0,.25); min-height: 220px; padding: 30px; }
  .steps-grid article:last-child { border-bottom: 0; }
  .neighborhoods { grid-template-columns: repeat(2, 1fr); }
  .final-actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { width: 54px; height: 54px; padding: 0; display: grid; place-items: center; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp .whatsapp-logo { width: 34px; height: 34px; }
}

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