:root {
  --ink: #10141b;
  --ink-soft: #1a2029;
  --orange: #c94700;
  --orange-dark: #a93400;
  --cream: #f5f2ec;
  --paper: #fff;
  --muted: #5f6670;
  --line: #d8d5ce;
  --green: #157a41;
  --shadow: 0 18px 55px rgba(16, 20, 27, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font: 17px/1.5 Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 4px solid rgba(255, 90, 10, .38); outline-offset: 3px; }

.skip {
  position: absolute;
  left: 12px;
  top: -80px;
  z-index: 100;
  padding: 12px 16px;
  background: #fff;
  color: #000;
  font-weight: 800;
}
.skip:focus { top: 12px; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid #ddd;
  backdrop-filter: blur(12px);
}
.topbar-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand img { width: 206px; height: 58px; object-fit: contain; }
.topbar-note { margin-left: auto; color: var(--muted); font-size: .82rem; font-weight: 800; text-align: right; }
.top-call {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

.hero { background: var(--ink); color: #fff; overflow: hidden; }
.hero-grid { min-height: 660px; display: grid; grid-template-columns: 1.06fr .94fr; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 78px clamp(28px, 6vw, 90px) 74px max(20px, calc((100vw - 1160px) / 2)); }
.eyebrow { margin: 0 0 14px; color: #ff925b; font-size: .75rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.dark { color: #bd3f00; }
.hero h1 { max-width: 740px; margin: 0; font-size: clamp(3.15rem, 6vw, 6.1rem); line-height: .92; letter-spacing: -.06em; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-intro { max-width: 650px; margin: 24px 0 28px; color: #eef1f4; font-size: clamp(1.06rem, 1.6vw, 1.28rem); font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 22px;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.1;
}
.button-primary { background: var(--orange); color: #fff; }
.button-primary:hover { background: #e94f05; }
.button-ghost { border-color: rgba(255,255,255,.72); color: #fff; background: transparent; }
.button-dark { background: var(--ink); color: #fff; }
.button-whatsapp { background: var(--green); color: #fff; }
.hero-microcopy { margin: 14px 0 0; color: #c9cfd7; font-size: .88rem; }
.hero-media { position: relative; min-height: 510px; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,20,27,.42), transparent 44%), linear-gradient(0deg, rgba(16,20,27,.34), transparent 42%); }
.photo-label { position: absolute; z-index: 2; right: 22px; bottom: 22px; max-width: 280px; padding: 9px 12px; border-radius: 6px; background: rgba(16,20,27,.86); color: #fff; font-size: .77rem; font-weight: 800; }

.proof-strip { background: var(--orange); color: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid div { padding: 21px 26px; border-right: 1px solid rgba(255,255,255,.35); }
.proof-grid div:last-child { border-right: 0; }
.proof-grid strong { display: block; font-size: 1.1rem; }
.proof-grid span { font-size: .86rem; }

.lead-section { padding: 82px 0; background: #fff; }
.lead-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(34px, 7vw, 90px); align-items: start; }
.lead-copy h2, .section h2, .final-cta h2 { margin: 0; font-size: clamp(2.45rem, 5vw, 4.8rem); line-height: .96; letter-spacing: -.055em; }
.lead-copy > p:last-of-type { color: var(--muted); }
.contact-shortcuts { display: grid; gap: 10px; margin-top: 28px; }
.contact-shortcuts a { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border: 2px solid var(--ink); border-radius: 8px; text-decoration: none; font-weight: 900; }
.contact-shortcuts a:first-child { background: var(--ink); color: #fff; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 28px; border: 2px solid var(--ink); border-radius: 14px; box-shadow: 10px 10px 0 var(--orange); background: var(--cream); }
.quote-form label { display: grid; gap: 7px; font-size: .88rem; font-weight: 900; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-height: 51px; padding: 12px 13px; border: 2px solid #777f89; border-radius: 7px; background: #fff; color: var(--ink); }
.quote-form textarea { min-height: 100px; resize: vertical; }
.quote-form .wide { grid-column: 1 / -1; }
.quote-form .photo-check { display: flex; align-items: center; gap: 10px; }
.quote-form .photo-check input { width: 22px; min-height: 22px; margin: 0; padding: 0; }
.quote-form .photo-check span { color: var(--muted); font-weight: 700; }
.quote-form .button { width: 100%; }
.form-note, .form-status { margin: 0; color: var(--muted); font-size: .78rem; }
.form-note a, .legal-note a { font-weight: 800; }
.form-status { min-height: 1.4em; color: #814014; font-weight: 800; }

.section { padding: 92px 0; }
.section-white { background: #fff; }
.section-dark { background: var(--ink); color: #fff; }
.section-intro { max-width: 760px; }
.section-intro > p:last-child { color: var(--muted); font-size: 1.08rem; }
.section-dark .section-intro > p:last-child { color: #c9cfd7; }
.issue-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 42px; }
.issue-card { min-height: 216px; padding: 24px; border-top: 5px solid var(--orange); background: #fff; box-shadow: 0 12px 35px rgba(16,20,27,.08); }
.issue-card strong { color: var(--orange); font-size: .8rem; letter-spacing: .09em; }
.issue-card h3 { margin: 32px 0 8px; font-size: 1.32rem; }
.issue-card p { margin: 0; color: var(--muted); }

.photo-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 14px; margin-top: 40px; }
.work-photo { position: relative; min-height: 330px; margin: 0; overflow: hidden; border-radius: 10px; background: #c8c8c8; }
.work-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.work-photo:hover img { transform: scale(1.025); }
.work-photo figcaption { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 9px 11px; border-radius: 6px; background: rgba(16,20,27,.86); color: #fff; font-size: .78rem; font-weight: 800; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 42px; counter-reset: steps; }
.step { padding: 25px; border: 1px solid #3e4550; border-radius: 10px; background: var(--ink-soft); }
.step::before { counter-increment: steps; content: counter(steps); display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 22px; border-radius: 50%; background: var(--orange); font-size: 1.2rem; font-weight: 900; }
.step h3 { margin: 0 0 8px; }
.step p { margin: 0; color: #c9cfd7; }

.coverage-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(35px, 7vw, 90px); align-items: center; }
.towns { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.towns span { padding: 9px 13px; border: 2px solid #c8c8c8; border-radius: 99px; background: #fff; font-size: .9rem; font-weight: 800; }
.area-card { padding: 30px; border-radius: 13px; background: var(--ink); color: #fff; box-shadow: 11px 11px 0 var(--orange); }
.area-card strong { display: block; color: #ff925b; font-size: .8rem; letter-spacing: .13em; text-transform: uppercase; }
.area-card a.phone { display: block; margin: 10px 0 3px; color: #fff; font-size: clamp(1.8rem, 4vw, 2.7rem); font-weight: 900; text-decoration: none; }

.faq { max-width: 900px; }
.faq details { border-bottom: 2px solid #cfcbc3; background: #fff; }
.faq summary { cursor: pointer; padding: 22px 8px; font-size: 1.1rem; font-weight: 900; }
.faq details p { margin: 0; padding: 0 8px 22px; color: var(--muted); }

.safety { padding: 46px 0; background: #a63408; color: #fff; }
.safety-grid { display: grid; grid-template-columns: .8fr 1.2fr auto; gap: 32px; align-items: center; }
.safety h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); line-height: .96; letter-spacing: -.05em; }
.safety ul { margin: 0; padding-left: 20px; }
.safety li { margin: 5px 0; font-weight: 800; }

.final-cta { padding: 82px 0 94px; background: var(--orange); color: #fff; text-align: center; }
.final-cta p { max-width: 640px; margin: 18px auto 28px; font-weight: 700; }
.final-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.final-cta .button-primary { background: #fff; color: var(--ink); }

.site-footer { padding: 46px 0 100px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: end; }
.site-footer img { width: 218px; height: 72px; object-fit: contain; object-position: left; }
.site-footer p { margin: 5px 0; color: var(--muted); }
.footer-contact { text-align: right; }
.footer-contact a { font-weight: 800; }
.legal-note { max-width: 760px; margin-top: 20px; font-size: .76rem; color: var(--muted); }
.service-links { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 18px; }
.service-links a { font-weight: 800; }

.mobile-dock { display: none; }
.preview-banner { padding: 10px 18px; background: #fff0e8; border-bottom: 1px solid #ffd0b9; color: #6d2606; text-align: center; font-size: .8rem; font-weight: 800; }

@media (max-width: 900px) {
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 64px 24px 52px; }
  .hero-media { min-height: 360px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid div { padding: 14px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.3); }
  .lead-grid, .coverage-grid { grid-template-columns: 1fr; }
  .issue-grid { grid-template-columns: 1fr 1fr; }
  .photo-grid { grid-template-columns: 1fr 1fr; }
  .work-photo:first-child { grid-column: 1 / -1; }
  .steps { grid-template-columns: 1fr; }
  .safety-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 16px; padding-bottom: 74px; }
  .wrap { width: min(100% - 32px, 1160px); }
  .topbar-inner { min-height: 70px; }
  .brand img { width: 164px; height: 50px; }
  .topbar-note { display: none; }
  .top-call { min-height: 47px; padding: 10px 13px; font-size: .86rem; }
  .hero-copy { padding: 52px 20px 42px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.55rem); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-media { min-height: 300px; }
  .photo-label { right: 14px; bottom: 14px; left: 14px; max-width: none; }
  .lead-section, .section { padding: 66px 0; }
  .quote-form { grid-template-columns: 1fr; padding: 20px; box-shadow: 7px 7px 0 var(--orange); }
  .quote-form .wide { grid-column: auto; }
  .issue-grid { grid-template-columns: 1fr; }
  .issue-card { min-height: 185px; }
  .photo-grid { grid-template-columns: 1fr; }
  .work-photo, .work-photo:first-child { min-height: 300px; grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-contact { text-align: left; }
  .mobile-dock { position: fixed; z-index: 80; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; padding: 8px; background: var(--ink); }
  .mobile-dock a { min-height: 56px; display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; font-weight: 900; }
  .mobile-dock a:first-child { background: var(--orange); }
  .mobile-dock a:last-child { background: var(--green); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .work-photo img { transition: none; }
}
