:root {
  --bg: #070707;
  --panel: #121212;
  --panel-2: #1b1b1b;
  --text: #f7f7f7;
  --muted: #b8b8b8;
  --line: rgba(255, 255, 255, .13);
  --red: #ed1c16;
  --orange: #ff7a22;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(0, 0, 0, .35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.topbar {
  min-height: 36px;
  padding: 7px clamp(18px, 5vw, 72px);
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #e9e9e9;
  font-size: 13px;
  background: #000;
  border-bottom: 1px solid var(--line);
}
.topbar-contact, .topbar-social {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}
.topbar-social span {
  color: #ff9a58;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 11px;
}
.topbar-social a {
  color: #fff;
  font-weight: 800;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 78px;
  padding: 12px clamp(18px, 5vw, 72px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  background: rgba(7, 7, 7, .9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 210px; }
.brand img { width: 138px; height: 52px; object-fit: contain; }
.brand span { color: var(--muted); font-size: 12px; text-transform: uppercase; font-weight: 700; }
.nav { display: flex; justify-content: center; gap: 8px; }
.nav a {
  padding: 10px 13px;
  border-radius: 6px;
  color: #eeeeee;
  font-size: 15px;
}
.nav a:hover { background: var(--panel-2); color: var(--white); }
.header-actions {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
}
.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
}
.language-switcher a {
  width: 44px;
  min-height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}
.language-switcher .flag {
  font-size: 18px;
  line-height: 1;
}
.language-switcher a.active,
.language-switcher a:hover {
  color: #fff;
  background: #1f1f1f;
}
.header-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 800;
  border: 1px solid transparent;
}
.header-cta, .button.primary {
  color: white;
  background: linear-gradient(90deg, var(--red), var(--orange));
  box-shadow: 0 14px 30px rgba(237, 28, 22, .25);
}
.button.ghost { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.05); }
.button.dark { background: var(--panel); border-color: var(--line); }
.menu-toggle { display: none; width: 44px; height: 44px; background: var(--panel); border: 1px solid var(--line); border-radius: 6px; }
.menu-toggle span { display: block; height: 2px; width: 20px; margin: 5px auto; background: white; }

.hero {
  position: relative;
  min-height: calc(100vh - 114px);
  display: grid;
  align-items: end;
  padding: clamp(70px, 12vw, 140px) clamp(18px, 5vw, 72px) 54px;
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; opacity: .82; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.52) 55%, rgba(0,0,0,.2) 100%); }
.hero-content { width: min(760px, 100%); }
.eyebrow {
  margin: 0 0 12px;
  color: #ff9a58;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
}
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; font-size: clamp(42px, 8vw, 84px); line-height: .98; letter-spacing: 0; }
h2 { margin: 0 0 16px; font-size: clamp(28px, 4vw, 48px); line-height: 1.08; letter-spacing: 0; }
h3 { margin: 0 0 10px; font-size: 21px; line-height: 1.22; }
.hero p:not(.eyebrow), .page-hero p:not(.eyebrow) { max-width: 690px; color: #efefef; font-size: 20px; }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }

.section, .page-hero, .split, .stats, .audience-section, .internal-promos, .service-promo-section, .proof-mini, .campaign-links, .landing-hero, .landing-benefits, .landing-fit, .reviews, .social-section, .notarbot-section, .notarbot-proof, .qr-band, .geo-section, .coverage-grid, .local-layout, .faq-section, .contact-band, .project-grid, .news-grid, .blog-hero, .article-body, .contact-layout, .legal-page {
  padding: clamp(56px, 8vw, 96px) clamp(18px, 5vw, 72px);
}
.section-title {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: end;
  margin-bottom: 30px;
}
.section-title .eyebrow,
.section-title h2 {
  grid-column: 1;
}
.section-title h2 {
  max-width: 860px;
  margin-bottom: 0;
}
.section-title a {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  color: #ff9a58;
  font-weight: 900;
}
.card-grid, .project-grid, .news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.service-card, .project-grid article, .news-grid article, .contact-panel, .form {
  min-height: 260px;
  padding: 26px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.blog-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.blog-card-media {
  width: calc(100% + 52px);
  margin: -26px -26px 20px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 122, 34, .12), rgba(255, 255, 255, .04));
  border-bottom: 1px solid var(--line);
}
.blog-card-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: var(--image-focus, center);
}
.blog-card-media.is-graphic {
  display: grid;
  place-items: center;
  padding: 22px;
}
.blog-card-media.is-graphic img {
  object-fit: contain;
}
.blog-card > p:first-of-type {
  margin: 0 0 10px;
  color: #ff9a58;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}
.blog-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(26px, 5vw, 60px);
  align-items: center;
  min-height: 520px;
  background: #0b0b0b;
  border-bottom: 1px solid var(--line);
}
.blog-hero h1 {
  font-size: clamp(40px, 6vw, 72px);
}
.blog-hero p:not(.eyebrow) {
  color: #efefef;
  font-size: 20px;
}
.blog-hero img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: var(--image-focus, center);
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.blog-hero img.is-graphic {
  object-fit: contain;
  padding: 24px;
  background: linear-gradient(135deg, rgba(255, 122, 34, .13), rgba(255, 255, 255, .05));
}
.article-body {
  display: grid;
  gap: 30px;
  width: min(940px, 100%);
  margin: 0 auto;
}
.article-body section, .article-cta, .article-whatsapp {
  padding: 28px;
  border-radius: 8px;
  background: var(--panel);
  border: 1px solid var(--line);
}
.article-body p {
  color: var(--muted);
  font-size: 18px;
}
.article-cta {
  background: linear-gradient(100deg, #170606, #151515);
}
.article-whatsapp {
  background: linear-gradient(100deg, rgba(32, 177, 90, .16), #111);
}
.article-whatsapp span {
  display: inline-block;
  margin-bottom: 8px;
  color: #8cf2a5;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}
.card-icon, .project-grid span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 6px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--red), var(--orange));
}
.card-icon {
  width: 52px;
  height: 52px;
  color: white;
}
.card-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.card-icon svg .solid {
  fill: currentColor;
  stroke: none;
}
.service-card p, .project-grid p, .news-grid p, .split p, .audience-section p, .internal-promos p, .service-promo-section p, .proof-mini p, .campaign-links p, .landing-hero p, .landing-benefits p, .landing-fit p, .reviews p, .social-section p, .notarbot-section p, .notarbot-proof p, .qr-band p, .geo-section p, .coverage-grid p, .local-layout p, .faq-section p, .contact-band p, .legal-page p { color: var(--muted); }
.service-card a, .news-grid a { color: #ff9a58; font-weight: 900; }

.internal-promos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  background: #090909;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.internal-promo {
  min-height: 300px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(26px, 4vw, 42px);
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(237, 28, 22, .22), transparent 62%),
    #121212;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: var(--shadow);
}
.internal-promo.diagnostico-wifi {
  background:
    linear-gradient(120deg, rgba(255, 122, 34, .2), transparent 64%),
    #111;
}
.internal-promo span,
.service-promo-card span:not(.card-icon),
.campaign-grid span {
  color: #ff9a58;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}
.internal-promo h2 {
  max-width: 720px;
  margin-bottom: 4px;
}
.internal-promo p {
  max-width: 760px;
  margin: 0 0 10px;
  font-size: 18px;
}
.internal-promo .button {
  width: fit-content;
  margin-top: auto;
}
.internal-promos.compact {
  background: #0d0d0d;
}
.internal-promos.compact .internal-promo {
  min-height: 0;
  padding: 22px;
  box-shadow: none;
}
.internal-promos.compact .internal-promo p {
  font-size: 16px;
  margin-bottom: 0;
}

.service-promo-section {
  background: #0d0d0d;
  border-bottom: 1px solid var(--line);
}
.service-promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}
.service-promo-card {
  min-height: 220px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 26px;
  border-radius: 8px;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.service-promo-card:hover,
.campaign-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 154, 88, .42);
}
.service-promo-card strong {
  color: white;
  font-size: 20px;
  line-height: 1.18;
}
.service-promo-card p {
  margin: 0;
}
.service-promo-section.compact {
  background: #0d0d0d;
}
.service-promo-section.compact .service-promo-grid {
  gap: 18px;
}
.service-promo-section.compact .service-promo-card {
  min-height: 190px;
  padding: 24px;
  box-shadow: var(--shadow);
}
.service-promo-section.compact .service-promo-card strong {
  font-size: 20px;
}
.service-promo-section.compact .service-promo-card p {
  font-size: 16px;
}

.proof-mini {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  background: #0d0d0d;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.proof-mini div {
  min-height: 190px;
  padding: 22px;
  border-radius: 8px;
  background: #151515;
  border: 1px solid var(--line);
}
.proof-mini span {
  display: inline-block;
  margin-bottom: 12px;
  color: #ff9a58;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}
.proof-mini strong {
  display: block;
  color: white;
  font-size: 23px;
  line-height: 1.15;
}
.proof-mini p {
  margin-bottom: 0;
}

.campaign-links {
  background: #090909;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.campaign-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.campaign-grid a {
  min-height: 230px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border-radius: 8px;
  background: #121212;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.campaign-grid strong {
  color: white;
  font-size: 20px;
  line-height: 1.18;
}
.campaign-grid p {
  margin: 0;
}

.landing-hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: center;
  background:
    linear-gradient(110deg, rgba(0,0,0,.92), rgba(0,0,0,.5)),
    #0b0b0b;
  border-bottom: 1px solid var(--line);
}
.landing-hero h1 {
  font-size: clamp(42px, 6.2vw, 76px);
}
.landing-hero p:not(.eyebrow) {
  max-width: 760px;
  color: #efefef;
  font-size: 20px;
}
.landing-hero figure {
  margin: 0;
}
.landing-hero img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #111;
}
.landing-hero img[src$=".svg"] {
  object-fit: contain;
  padding: 28px;
  background: linear-gradient(135deg, rgba(255, 122, 34, .13), rgba(255, 255, 255, .05));
}
.landing-benefits,
.landing-fit {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(360px, 1.2fr);
  gap: clamp(26px, 5vw, 56px);
  align-items: start;
  background: #0d0d0d;
  border-bottom: 1px solid var(--line);
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.benefit-grid article {
  min-height: 132px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
  border-radius: 8px;
  background: #151515;
  border: 1px solid var(--line);
}
.benefit-grid strong {
  color: white;
  font-size: 18px;
  line-height: 1.22;
}

.split, .reviews, .contact-band, .contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.split img, .reviews img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}
.split ul { padding-left: 20px; color: #eeeeee; }
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}
.stats div { padding: 34px; background: #0d0d0d; }
.stats strong { display: block; font-size: clamp(34px, 5vw, 58px); line-height: 1; color: white; }
.stats span { color: var(--muted); font-weight: 800; }
.audience-section {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(360px, 1.2fr);
  gap: clamp(26px, 5vw, 56px);
  align-items: center;
  background: #0d0d0d;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.audience-grid article {
  min-height: 190px;
  padding: 22px;
  border-radius: 8px;
  background: #151515;
  border: 1px solid var(--line);
}
.audience-grid h3 {
  color: #fff;
  font-size: 24px;
}
.notarbot-section {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  background:
    radial-gradient(circle at 82% 20%, rgba(60, 112, 255, .22), transparent 30%),
    linear-gradient(110deg, #050505, #151515);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.notarbot-copy p { max-width: 780px; }
.partner-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 8px 12px 8px 8px;
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line);
}
.partner-kicker img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 6px;
  background: white;
}
.partner-kicker span {
  color: #f1f1f1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
}
.notarbot-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
  margin: 24px 0 4px;
}
.notarbot-stats div {
  padding: 16px;
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line);
}
.notarbot-stats strong {
  display: block;
  color: #fff;
  font-size: clamp(24px, 4vw, 38px);
  line-height: 1;
}
.notarbot-stats span {
  color: var(--muted);
  font-weight: 800;
  font-size: 13px;
}
.notarbot-panel {
  padding: 26px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.02)),
    #080808;
  border: 1px solid rgba(120, 160, 255, .32);
  box-shadow: var(--shadow);
}
.notarbot-photo {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 18px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.14);
}
.partner-badge {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.partner-badge img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  margin-bottom: 6px;
  border-radius: 16px;
  background: white;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}
.partner-badge span {
  color: #9db6ff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}
.partner-badge strong {
  color: white;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
}
.ai-call-card {
  position: relative;
  margin-bottom: 18px;
  padding: 20px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(237,28,22,.18), rgba(61,107,255,.16)), #101010;
  border: 1px solid var(--line);
}
.ai-call-card > div {
  display: flex;
  gap: 7px;
  margin-bottom: 36px;
}
.ai-call-card > div span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #62ff9b;
  box-shadow: 0 0 24px rgba(98,255,155,.5);
}
.ai-call-card > div span:nth-child(2) { background: #ff9a58; }
.ai-call-card > div span:nth-child(3) { background: #9db6ff; }
.ai-call-card h3 {
  font-size: 26px;
  margin-bottom: 6px;
}
.ai-call-card p { margin: 0; }
.feature-list, .sector-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.feature-list span, .sector-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 12px;
  border-radius: 6px;
  color: #f4f4f4;
  background: #171717;
  border: 1px solid var(--line);
  font-weight: 800;
  font-size: 14px;
}
.notarbot-proof {
  display: grid;
  gap: 28px;
  background: #0d0d0d;
}
.notarbot-proof > div:first-child {
  max-width: 920px;
}
.proof-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.proof-columns article {
  padding: 24px;
  border-radius: 8px;
  background: var(--panel);
  border: 1px solid var(--line);
}
.proof-columns p, .proof-columns blockquote {
  margin: 10px 0;
}
.testimonial-stack blockquote {
  padding-left: 14px;
  color: #e7e7e7;
  border-left: 3px solid #9db6ff;
}
.client-stack p {
  display: inline-flex;
  margin: 6px 6px 6px 0;
  padding: 8px 10px;
  border-radius: 6px;
  color: #f2f2f2;
  background: #191919;
  border: 1px solid var(--line);
  font-weight: 800;
}
.reviews { background: #101010; }
.reviews-widget {
  min-height: 260px;
  padding: 18px;
  border-radius: 8px;
  background: #070707;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.reviews-widget [class*="elfsight-app"] {
  width: 100%;
}
.review-placeholder {
  min-height: 230px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 28px;
  border-radius: 8px;
  background: #070707;
  border: 1px dashed rgba(255, 255, 255, .28);
}
.review-placeholder span {
  color: #ff9a58;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}
.review-placeholder strong {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
}
.social-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  background:
    radial-gradient(circle at 16% 16%, rgba(237,28,22,.22), transparent 32%),
    linear-gradient(110deg, #080808, #141414);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.social-card {
  min-height: 128px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border-radius: 8px;
  background: #101010;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.social-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.28);
}
.social-mark {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  font-weight: 900;
  font-size: 22px;
}
.social-card.instagram .social-mark { background: linear-gradient(135deg, #ed1c16, #ff7a22); }
.social-card.facebook .social-mark { background: #1877f2; }
.social-card strong {
  display: block;
  color: white;
  font-size: 24px;
  line-height: 1.1;
}
.social-card p { margin: 4px 0 0; font-weight: 800; }
.social-note {
  margin-top: 14px;
  padding: 20px;
  border-radius: 8px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--line);
}
.social-note strong {
  display: block;
  color: white;
  margin-bottom: 4px;
}
.social-note p { margin: 0; }
.qr-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  background: #070707;
  border-top: 1px solid var(--line);
}
.qr-card {
  display: block;
  padding: 18px;
  border-radius: 8px;
  background: #020202;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.qr-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
.geo-section {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: clamp(26px, 5vw, 56px);
  align-items: center;
  background: #090909;
  border-top: 1px solid var(--line);
}
.geo-section h2 { max-width: 720px; }
.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.area-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 12px;
  border-radius: 6px;
  color: #f4f4f4;
  background: #171717;
  border: 1px solid var(--line);
  font-weight: 800;
  font-size: 14px;
}
.area-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.area-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 11px;
  border-radius: 6px;
  color: #ffb27a;
  background: rgba(255, 122, 34, .08);
  border: 1px solid rgba(255, 122, 34, .24);
  font-weight: 900;
  font-size: 14px;
}
.area-links a:hover {
  color: white;
  background: rgba(237, 28, 22, .18);
}
.coverage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 0;
}
.coverage-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 26px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(150deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  box-shadow: var(--shadow-soft);
}
.coverage-card span {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(255, 99, 42, .16);
  color: #ffb085;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}
.coverage-card h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}
.coverage-card p { margin: 0; }
.coverage-card a {
  margin-top: auto;
  color: #ff9a58;
  font-weight: 900;
}
.coverage-note { padding-top: 0; }
.local-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}
.local-panel {
  padding: 26px;
  border-radius: 8px;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.local-panel ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.local-panel li {
  padding: 12px 14px;
  border-radius: 6px;
  color: #f3f3f3;
  background: #181818;
  border: 1px solid var(--line);
  font-weight: 800;
}
.local-services {
  padding-top: 34px;
}
.local-seo-section {
  background: #0b0b0b;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section-lead {
  max-width: 920px;
  margin: -18px 0 28px;
  color: var(--muted);
}
.local-service-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.local-service-links a {
  display: grid;
  gap: 6px;
  min-height: 142px;
  padding: 18px;
  color: #fff;
  background: #111;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.local-seo-section .local-service-links a {
  min-height: 238px;
}
.local-service-links .card-icon {
  margin-bottom: 6px;
}
.local-service-links span {
  color: #ff9a58;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.local-service-links strong {
  font-size: 18px;
  line-height: 1.25;
}
.local-service-links p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 15px;
}
.faq-section {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(360px, 1.3fr);
  gap: clamp(26px, 5vw, 56px);
  background: #0d0d0d;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.faq-list {
  display: grid;
  gap: 10px;
}
.faq-list details {
  border-radius: 8px;
  background: var(--panel);
  border: 1px solid var(--line);
  overflow: hidden;
}
.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: white;
  font-weight: 900;
}
.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
}
.contact-band { background: linear-gradient(100deg, #170606, #151515); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }

.page-hero {
  min-height: 390px;
  display: grid;
  align-content: end;
  background: radial-gradient(circle at 80% 20%, rgba(237,28,22,.24), transparent 34%), #0b0b0b;
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { max-width: 980px; font-size: clamp(40px, 6vw, 72px); }
.contact-layout { align-items: start; }
.contact-panel { min-height: 0; display: grid; gap: 10px; }
.contact-panel a { color: #fff; font-weight: 900; }
.contact-social {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.contact-social .social-grid {
  grid-template-columns: 1fr;
}
.contact-social .social-card {
  min-height: 96px;
  padding: 16px;
  box-shadow: none;
}
.form { display: grid; gap: 14px; min-height: 0; }
label { display: grid; gap: 7px; color: #f2f2f2; font-weight: 800; }
input, textarea {
  width: 100%;
  padding: 13px 14px;
  color: white;
  background: #080808;
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
}
.check { grid-template-columns: 18px 1fr; align-items: center; font-weight: 600; color: var(--muted); }
.check a { color: #fff; font-weight: 900; }
.form-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}
.form-status.success { color: #8cf2a5; }
.form-status.error { color: #ff9a8d; }
button:disabled {
  cursor: progress;
  opacity: .72;
}

.legal-page {
  max-width: 980px;
}
.legal-page h2 {
  margin-top: 34px;
  margin-bottom: 12px;
}
.legal-page ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
}
.legal-page li {
  line-height: 1.7;
}
.legal-note {
  padding: 16px 18px;
  border-radius: 8px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--line);
}

.footer {
  padding: 54px clamp(18px, 5vw, 72px) 28px;
  background: #020202;
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 30px;
}
.footer-logo { width: 170px; margin-bottom: 12px; }
.footer p { color: var(--muted); max-width: 360px; }
.footer a { display: block; margin: 8px 0; color: var(--muted); }
.footer a:hover { color: white; }
.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.footer-socials a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin: 0;
  border-radius: 50%;
  color: white;
  font-weight: 900;
  background: var(--panel-2);
  border: 1px solid var(--line);
}
.footer-socials a:first-child { background: linear-gradient(135deg, #ed1c16, #ff7a22); }
.footer-socials a:last-child { background: #1877f2; }
.legal { margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); }
.legal a { display: inline; }
.float-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  font-weight: 900;
  background: #20b15a;
  box-shadow: var(--shadow);
}
.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 31;
  width: min(420px, calc(100vw - 36px));
  display: none;
  gap: 14px;
  align-items: center;
  padding: 16px;
  background: #111;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.cookie-banner.show { display: flex; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: 14px; }
.cookie-banner button { padding: 10px 14px; border: 0; border-radius: 6px; color: white; background: var(--red); font-weight: 900; }

@media (max-width: 920px) {
  .topbar { justify-content: center; }
  .topbar-contact, .topbar-social { justify-content: center; }
  .site-header { grid-template-columns: auto 1fr auto; gap: 12px; }
  .brand span, .header-cta { display: none; }
  .header-actions { grid-column: 2; grid-row: 1; justify-self: end; }
  .language-switcher { padding: 3px; }
  .language-switcher a { width: 38px; min-height: 34px; }
  .menu-toggle { display: block; grid-column: 3; grid-row: 1; justify-self: end; }
  .nav {
    display: none;
    grid-column: 1 / -1;
    grid-row: 2;
    flex-direction: column;
    align-items: stretch;
    padding-top: 10px;
  }
  .nav.open { display: flex; }
  .nav a { background: var(--panel); }
  .card-grid, .project-grid, .news-grid, .coverage-grid, .stats, .footer-grid, .local-service-links, .service-promo-grid, .campaign-grid, .benefit-grid, .proof-mini { grid-template-columns: 1fr 1fr; }
  .split, .audience-section, .internal-promos, .reviews, .social-section, .notarbot-section, .qr-band, .geo-section, .local-layout, .faq-section, .contact-band, .blog-hero, .landing-hero, .landing-benefits, .landing-fit, .contact-layout { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: 1fr; }
  .proof-columns { grid-template-columns: 1fr; }
  .notarbot-stats { grid-template-columns: 1fr; }
  .qr-card { width: min(280px, 100%); }
  .contact-actions { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .topbar { display: none; }
  .site-header { min-height: 70px; }
  .brand { min-width: 0; }
  .brand img { width: 124px; }
  .header-actions { gap: 6px; }
  .language-switcher a { width: 34px; min-height: 32px; }
  .language-switcher a span:not(.flag) { display: none; }
  .hero { min-height: calc(100vh - 70px); padding-top: 110px; }
  h1 { font-size: 42px; }
  .hero p:not(.eyebrow), .page-hero p:not(.eyebrow) { font-size: 17px; }
  .section-title { grid-template-columns: 1fr; }
  .section-title .eyebrow,
  .section-title h2,
  .section-title a {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
  .card-grid, .project-grid, .news-grid, .coverage-grid, .stats, .footer-grid, .local-service-links, .service-promo-grid, .campaign-grid, .benefit-grid, .proof-mini { grid-template-columns: 1fr; }
  .social-grid { grid-template-columns: 1fr; }
  .service-card, .project-grid article, .news-grid article, .internal-promo, .service-promo-card, .campaign-grid a { min-height: 0; }
  .internal-promo .button { width: 100%; }
  .button { width: 100%; }
  .cookie-banner { bottom: 86px; }
}
