:root {
  --red: #c9141e;
  --red-dark: #9d0d15;
  --ink: #101114;
  --muted: #62646b;
  --line: #dedfe2;
  --paper: #ffffff;
  --soft: #f4f4f5;
  --green: #1fa855;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(15, 16, 19, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; background: #fff; color: #000; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--ink); color: #fff; font-size: .82rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(16,17,20,.08); backdrop-filter: blur(14px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; color: #fff; background: var(--red); border-radius: 12px 3px 12px 3px; font-family: "Oswald", sans-serif; font-size: 1.7rem; font-weight: 700; transform: skewX(-7deg); box-shadow: 5px 5px 0 #111; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { color: var(--red); font-family: "Oswald", sans-serif; font-size: 1.75rem; letter-spacing: .035em; }
.brand-text small { margin-top: 5px; color: #111; font-size: .63rem; font-weight: 800; letter-spacing: .15em; }
nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 700; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--red); }
.header-call { display: flex; flex-direction: column; padding-left: 18px; border-left: 1px solid var(--line); line-height: 1.2; }
.header-call span { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.header-call strong { margin-top: 4px; font-size: 1.04rem; }

.hero { position: relative; overflow: hidden; padding: 68px 0 78px; background: linear-gradient(135deg, #fff 0%, #fff 60%, #f0f0f2 60%, #f0f0f2 100%); }
.hero-accent { position: absolute; inset: auto -8vw -90px auto; width: 420px; height: 420px; border: 72px solid rgba(201,20,30,.08); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; }
.eyebrow { margin: 0 0 13px; color: var(--red); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1, h2 { margin: 0; font-family: "Oswald", Impact, sans-serif; font-weight: 600; letter-spacing: -.02em; line-height: 1.04; text-transform: uppercase; }
.hero h1 { max-width: 680px; font-size: clamp(3.7rem, 7vw, 6.6rem); }
.hero h1::after { content: ""; display: block; width: 96px; height: 8px; margin-top: 22px; background: var(--red); transform: skewX(-22deg); }
.hero-lead { max-width: 650px; margin: 26px 0 0; color: #4e5056; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border-radius: 10px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button svg { width: 20px; height: 20px; fill: currentColor; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 12px 30px rgba(201,20,30,.24); }
.button-primary:hover { background: var(--red-dark); }
.button-whatsapp { color: #fff; background: #1a9a50; box-shadow: 0 12px 30px rgba(31,168,85,.18); }
.button-whatsapp:hover { background: #158042; }
.contact-note { margin: 15px 0 0; color: var(--muted); font-size: .86rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 11px 18px; margin: 27px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; font-size: .82rem; font-weight: 700; }
.trust-row span { color: var(--red); }
.hero-visual { position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: -12px 34px 12px -12px; z-index: -1; background: var(--red); border-radius: var(--radius); transform: rotate(-2deg); }
.hero-visual img { width: 100%; min-height: 540px; object-fit: cover; object-position: 55% center; border-radius: var(--radius); box-shadow: var(--shadow); }
.visual-label { position: absolute; right: -20px; bottom: -24px; width: min(310px, 82%); padding: 21px 24px; color: #fff; background: var(--ink); border-left: 5px solid var(--red); border-radius: 12px; box-shadow: 0 16px 40px rgba(0,0,0,.22); }
.visual-label strong, .visual-label span { display: block; }
.visual-label strong { font-family: "Oswald", sans-serif; font-size: 1.35rem; text-transform: uppercase; }
.visual-label span { margin-top: 3px; color: #c7c8ca; font-size: .76rem; }

.section { padding: 104px 0; }
.section-heading { max-width: 690px; margin-bottom: 46px; }
h2 { font-size: clamp(2.45rem, 5vw, 4.25rem); }
.section-heading > p:last-child { max-width: 620px; margin: 18px 0 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.service-card { position: relative; grid-column: span 2; min-height: 280px; padding: 34px; overflow: hidden; background: var(--soft); border: 1px solid #e4e4e6; border-radius: var(--radius); }
.service-card.featured { color: #fff; background: var(--red); border-color: var(--red); }
.service-card.dark { color: #fff; background: var(--ink); border-color: var(--ink); }
.service-card.wide { grid-column: span 4; min-height: 230px; }
.service-number { display: inline-grid; place-items: center; width: 43px; height: 43px; color: var(--red); background: #fff; border-radius: 50%; font-family: "Oswald", sans-serif; font-weight: 700; }
.service-card:not(.featured):not(.dark) .service-number { background: #fff; box-shadow: 0 5px 20px rgba(0,0,0,.07); }
.service-card h3 { margin: 48px 0 10px; font-family: "Oswald", sans-serif; font-size: 1.55rem; line-height: 1.2; text-transform: uppercase; }
.service-card.wide h3 { margin-top: 34px; }
.service-card p { margin: 0; color: #64666c; font-size: .91rem; }
.service-card.featured p, .service-card.dark p { color: rgba(255,255,255,.72); }
.service-card::after { content: ""; position: absolute; width: 110px; height: 110px; right: -50px; top: -50px; border: 18px solid rgba(201,20,30,.08); border-radius: 50%; }
.service-card.featured::after, .service-card.dark::after { border-color: rgba(255,255,255,.09); }

.process { color: #fff; background: var(--ink); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.eyebrow.light { color: #ff626a; }
.process-intro p:not(.eyebrow) { max-width: 430px; margin: 22px 0; color: #b9bac0; }
.text-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 6px; color: #fff; font-weight: 800; }
.text-link span { color: #ff626a; font-size: 1.4rem; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; align-items: center; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.steps li > span { display: grid; place-items: center; width: 52px; height: 52px; color: #fff; background: var(--red); border-radius: 50%; font-family: "Oswald", sans-serif; font-size: 1.2rem; }
.steps strong { font-family: "Oswald", sans-serif; font-size: 1.35rem; text-transform: uppercase; }
.steps p { margin: 3px 0 0; color: #aeb0b5; font-size: .9rem; }

.coverage { background: #f5f5f6; }
.coverage-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: center; }
.coverage-grid > div > p:not(.eyebrow) { max-width: 650px; margin: 23px 0 28px; color: var(--muted); }
.districts { display: flex; flex-wrap: wrap; gap: 10px; }
.districts span { padding: 10px 15px; background: #fff; border: 1px solid #dbdcdf; border-radius: 999px; font-size: .88rem; font-weight: 700; }
.availability { position: relative; padding: 42px; color: #fff; background: var(--red); border-radius: var(--radius); box-shadow: 16px 16px 0 #17181b; }
.availability p, .availability span { margin: 0; }
.availability p { font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.availability strong { display: block; margin: 17px 0; font-family: "Oswald", sans-serif; font-size: 3.1rem; line-height: 1.05; text-transform: uppercase; }
.availability span { display: block; color: rgba(255,255,255,.8); font-size: .86rem; }

.contact { padding-top: 82px; padding-bottom: 82px; }
.contact-panel { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; padding: 58px 64px; color: #fff; background: var(--ink); border-radius: 24px; box-shadow: var(--shadow); }
.contact-panel > div:first-child > p:last-child { max-width: 560px; margin: 19px 0 0; color: #b9bac0; }
.contact-actions { display: flex; flex-direction: column; align-items: stretch; }
.big-phone { display: flex; flex-direction: column; padding: 24px 28px; color: #fff; background: var(--red); border-radius: 14px; font-family: "Oswald", sans-serif; font-size: clamp(1.9rem, 4vw, 2.8rem); line-height: 1.1; }
.big-phone span { margin-bottom: 7px; font-family: "Manrope", sans-serif; font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.secondary-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.secondary-actions a { padding: 13px; text-align: center; background: #2a2b2f; border-radius: 10px; font-size: .82rem; font-weight: 800; }
.secondary-actions a:first-child { background: #167e42; }

footer { padding: 38px 0 110px; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; color: var(--muted); font-size: .78rem; }
.footer-brand .brand-mark { width: 38px; height: 38px; font-size: 1.35rem; }
.footer-brand .brand-text strong { font-size: 1.35rem; }
.footer-brand .brand-text small { font-size: .5rem; }
.mobile-dock { display: none; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero { padding-top: 52px; }
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { max-width: 760px; }
  .hero-visual img { min-height: 480px; }
  .service-card { grid-column: span 3; }
  .service-card.wide { grid-column: span 6; }
  .process-grid, .coverage-grid, .contact-panel { grid-template-columns: 1fr; gap: 50px; }
  .availability { max-width: 500px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner p:last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  body { padding-bottom: 70px; }
  .container { width: min(100% - 28px, 1160px); }
  .topbar-inner { min-height: 34px; justify-content: center; }
  .topbar-inner span { display: none; }
  .header-inner { min-height: 72px; }
  .brand-mark { width: 39px; height: 39px; border-radius: 10px 3px 10px 3px; font-size: 1.42rem; box-shadow: 4px 4px 0 #111; }
  .brand-text strong { font-size: 1.42rem; }
  .brand-text small { font-size: .51rem; }
  .header-call { display: none; }
  .hero { padding: 45px 0 62px; background: #fff; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .trust-row { display: grid; gap: 8px; }
  .hero-visual::before { inset: -8px 20px 8px -8px; }
  .hero-visual img { min-height: 340px; }
  .visual-label { right: 10px; bottom: -22px; }
  .section { padding: 76px 0; }
  h2 { font-size: 2.65rem; }
  .section-heading { margin-bottom: 30px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card.wide { grid-column: auto; min-height: auto; padding: 28px; }
  .service-card h3, .service-card.wide h3 { margin-top: 34px; }
  .process-grid { gap: 38px; }
  .steps li { grid-template-columns: 52px 1fr; gap: 14px; }
  .steps li > span { width: 44px; height: 44px; }
  .coverage-grid { gap: 38px; }
  .availability { padding: 34px 30px; box-shadow: 10px 10px 0 #17181b; }
  .availability strong { font-size: 2.55rem; }
  .contact { padding-top: 56px; padding-bottom: 56px; }
  .contact-panel { gap: 34px; padding: 38px 24px; border-radius: 18px; }
  .big-phone { padding: 20px; font-size: 2rem; }
  .secondary-actions { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 18px; }
  .footer-inner p:last-child { grid-column: auto; }
  .mobile-dock { position: fixed; inset: auto 0 0; z-index: 60; display: grid; grid-template-columns: 1fr 1fr; min-height: 64px; color: #fff; box-shadow: 0 -8px 30px rgba(0,0,0,.2); }
  .mobile-dock a { display: grid; place-items: center; font-weight: 800; }
  .dock-call { background: var(--red); }
  .dock-whatsapp { background: #168a47; }
}

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