﻿:root {
  --black: #062462;
  --panel: #ffffff;
  --panel-2: #f5f5f5;
  --text: #0d1831;
  --muted: #5f6878;
  --green: #ffb000;
  --green-2: #e6a000;
  --red: #da242b;
  --red-2: #b91d24;
  --amber: #ffd166;
  --line: rgba(6, 36, 98, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #f5f5f5;
  color: var(--text);
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(6, 36, 98, 0.06), transparent 34%),
    radial-gradient(circle at 82% 12%, rgba(255, 176, 0, 0.1), transparent 24rem),
    #f5f5f5;
  background-size: auto;
}

body::after {
  content: "ASSISTENCIA TECNICA E CANALIZACAO - LIGUE 912 947 931";
  position: fixed;
  left: 0;
  right: 0;
  top: 74px;
  z-index: 18;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.35rem 1rem;
  color: #fff;
  background: linear-gradient(90deg, #062462, #ffb000, #062462);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0;
  text-align: center;
  box-shadow: 0 8px 22px rgba(6, 36, 98, 0.16);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.7rem clamp(1rem, 4vw, 3.5rem);
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(6, 36, 98, 0.08);
  backdrop-filter: blur(14px);
}

.brand img { width: clamp(170px, 24vw, 218px); }
.desktop-nav { display: flex; gap: 1.2rem; color: #26364f; font-weight: 800; }
.desktop-nav a:hover { color: var(--red); }
.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(6, 36, 98, 0.06);
  color: var(--black);
  padding: 0.72rem 0.9rem;
  font: inherit;
  font-weight: 900;
}
.header-call {
  color: #fff;
  background: var(--red);
  padding: 0.78rem 1rem;
  border-radius: 6px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(218, 36, 43, 0.24);
  animation: pulse-call 1.8s ease-in-out infinite;
}

.hero, .inner-hero {
  min-height: calc(100svh - 74px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  align-items: center;
  gap: clamp(1.8rem, 4vw, 4rem);
  padding: calc(clamp(2.2rem, 6vw, 5.5rem) + 2rem) clamp(1rem, 5vw, 5rem) clamp(2.2rem, 6vw, 5.5rem);
}

.hero { padding-bottom: 3rem; }
.inner-hero.compact { min-height: 48svh; grid-template-columns: 1fr; }
.inner-hero.urgent { background: linear-gradient(90deg, rgba(255, 52, 52, 0.18), transparent 58%); }

.hero-copy, .inner-hero > div { max-width: 760px; }
.urgent-pill, .eyebrow {
  display: inline-flex;
  align-items: center;
  color: var(--green);
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
}

.urgent-pill {
  gap: 0.45rem;
  margin-bottom: 0.9rem;
  padding: 0.48rem 0.7rem;
  color: var(--black);
  background: rgba(21, 90, 150, 0.08);
  border: 1px solid rgba(21, 90, 150, 0.22);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(6, 36, 98, 0.08);
}

.urgent-pill::before {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 0 6px rgba(218, 36, 43, 0.12), 0 0 18px rgba(218, 36, 43, 0.28);
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 1rem;
  font-size: clamp(2.45rem, 7vw, 5.9rem);
  line-height: 0.94;
  text-transform: none;
  max-width: 14ch;
  text-shadow: none;
}

.inner-hero h1 { font-size: clamp(2.25rem, 5.3vw, 4.8rem); max-width: 14ch; }
h2 { font-size: clamp(1.75rem, 4vw, 3rem); line-height: 1.05; text-transform: none; }
h3 { font-size: 1.25rem; }
.hero p, .inner-hero p, .lead {
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  max-width: 660px;
}

.hero-actions, .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1.5rem 0;
}

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0.9rem 1.15rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #fff;
  background: var(--black);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 24px rgba(6, 36, 98, 0.22);
}
.btn-primary:hover { box-shadow: 0 14px 30px rgba(6, 36, 98, 0.28); }
.btn-secondary, .btn-ghost {
  color: var(--black);
  border-color: var(--line);
  background: rgba(6, 36, 98, 0.06);
}
.btn-alert {
  color: white;
  background: linear-gradient(180deg, var(--red), var(--red-2));
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 24px rgba(218, 36, 43, 0.24);
}

.hero-phone {
  display: inline-block;
  color: var(--green);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 950;
  text-shadow: none;
}

.hero-media, .inner-hero > img {
  border: 1px solid rgba(6, 36, 98, 0.12);
  background: var(--panel);
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(6, 36, 98, 0.16);
}

.hero-media img, .inner-hero > img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.section, .problems, .cta-band, .emergency, .article {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto clamp(3rem, 7vw, 6rem);
}

.section-lead {
  color: var(--muted);
  max-width: 760px;
  font-size: 1.05rem;
}

.problems { padding-top: 1rem; }
.problem-grid, .service-grid, .area-grid, .article-grid {
  display: grid;
  gap: 1rem;
}
.problem-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.area-grid { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }
.article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.problem-card, .service-card, .article-card, .area-grid a, .info-panel {
  border: 1px solid rgba(6, 36, 98, 0.08);
  background: #ffffff;
  border-radius: 8px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.problem-card:hover, .service-card:hover, .article-card:hover, .area-grid a:hover {
  transform: translateY(-3px);
  border-color: var(--green);
  box-shadow: 0 12px 30px rgba(6, 36, 98, 0.12);
}

.problem-card {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem;
  font-size: 1.05rem;
  font-weight: 850;
}
.problem-card span {
  min-width: 54px;
  color: #ffffff;
  background: var(--black);
  border-radius: 5px;
  padding: 0.45rem 0.5rem;
  font-size: 0.72rem;
  line-height: 1;
  text-align: center;
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(6, 36, 98, 0.18);
}

.emergency {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem;
  border: 1px solid rgba(255, 52, 52, 0.45);
  background: linear-gradient(90deg, #062462, #ffb000);
  box-shadow: 0 12px 32px rgba(6, 36, 98, 0.16);
}
.emergency strong { color: #fff; font-size: clamp(1.25rem, 3vw, 2rem); text-transform: uppercase; }
.emergency p { margin: 0; color: rgba(255,255,255,0.82); }

.service-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  color: #0b1830;
  border-color: rgba(12, 31, 55, 0.08);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
}
.service-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.service-card h3, .service-card p, .service-card > span:not(.service-icon) { margin-left: 1.2rem; margin-right: 1.2rem; }
.service-card h3 {
  margin-top: 2.3rem;
  margin-bottom: 0.55rem;
  color: #0b1830;
  text-align: center;
  font-size: 1.22rem;
}
.service-card p {
  color: #4c5668;
  text-align: center;
  margin-bottom: 1rem;
}
.article-card p { color: var(--muted); }
.service-card > span:not(.service-icon), .article-card span {
  display: inline-block;
  margin-bottom: 1rem;
  color: #ffb000;
  font-weight: 900;
}
.service-card > span:not(.service-icon) {
  display: block;
  text-align: center;
}

.service-icon {
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 999px;
  background: #ffb000;
  color: #ffffff;
  border: 5px solid #ffffff;
  box-shadow: 0 12px 26px rgba(21, 90, 150, 0.28);
  font-size: 1.8rem;
  font-weight: 950;
  margin: 0 0 -1.45rem;
}

.compact-card {
  padding: 1.2rem;
  min-height: 100%;
}
.compact-card .service-icon {
  position: static;
  transform: none;
  left: auto;
  width: 58px;
  height: 58px;
  margin: 0 auto 0.8rem;
  border-width: 3px;
  font-size: 1.25rem;
}
.compact-card h3, .compact-card p, .compact-card > span:not(.service-icon) { margin-left: 0; margin-right: 0; }
.compact-card h3 { margin-top: 0; }

.split {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 2rem;
  align-items: center;
}
.split > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--line);
}

.check-list {
  padding: 0;
  list-style: none;
  color: var(--muted);
}
.check-list li {
  margin: 0.75rem 0;
  padding-left: 1.7rem;
  position: relative;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.7rem;
  height: 0.7rem;
  background: var(--green);
  box-shadow: 0 0 16px rgba(21, 90, 150, 0.28);
}

.cta-band {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.3rem, 4vw, 2.4rem);
  border: 1px solid var(--line);
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(6, 36, 98, 0.1);
}
.cta-band p { color: var(--muted); margin-bottom: 0; }

.process-grid, .benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.benefit-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.process-grid > div, .benefit-grid > div, .faq-item {
  border: 1px solid rgba(6, 36, 98, 0.08);
  border-radius: 8px;
  background: #ffffff;
  padding: 1rem;
}

.process-grid strong, .benefit-grid strong {
  display: block;
  color: var(--black);
  margin-bottom: 0.45rem;
}

.process-grid p, .benefit-grid p { color: var(--muted); margin-bottom: 0; }

.faq-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.faq-item summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 900;
}

.faq-item p {
  color: var(--muted);
  margin: 0.7rem 0 0;
}

.area-grid a {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
  font-weight: 850;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2rem;
  align-items: start;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid var(--line);
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(6, 36, 98, 0.1);
}
.contact-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  font-weight: 800;
}
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: #f6f7f9;
  color: var(--text);
  padding: 0.85rem;
  font: inherit;
}
.wide { grid-column: 1 / -1; }

.article {
  max-width: 860px;
  padding-top: 3rem;
}
.article h1 { max-width: 16ch; }
.article-card { padding: 1.2rem; }
.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.inline-links a, .back-link, .seo-link-group a {
  color: var(--green);
  font-weight: 900;
}

.inline-links a {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.7rem 0.85rem;
  background: #ffffff;
}

.seo-map > p {
  color: var(--muted);
  max-width: 780px;
}

.seo-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
}

.seo-link-group {
  border: 1px solid rgba(6, 36, 98, 0.08);
  border-radius: 8px;
  padding: 1rem;
  background: #ffffff;
}

.seo-link-group h3 {
  margin-bottom: 0.8rem;
  color: var(--text);
}

.seo-link-group a {
  display: block;
  padding: 0.45rem 0;
  font-size: 0.92rem;
  color: var(--muted);
}

.seo-link-group a:hover { color: var(--green); }

.seo-link-group-wide {
  grid-column: span 2;
}

.seo-link-group-wide a {
  display: inline-block;
  width: 50%;
  padding-right: 0.75rem;
  vertical-align: top;
}

.issue-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 1.2rem;
  align-items: start;
}

.issue-main, .issue-aside {
  border: 1px solid rgba(6, 36, 98, 0.08);
  border-radius: 8px;
  background: #ffffff;
  padding: clamp(1rem, 3vw, 1.5rem);
}

.issue-main h2 {
  margin-top: 1.4rem;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.issue-main h2:first-of-type { margin-top: 0.5rem; }
.issue-main p { color: var(--muted); }

.issue-aside {
  position: sticky;
  top: 130px;
}

.issue-aside strong {
  display: block;
  color: var(--green);
  font-size: 1.35rem;
  margin-bottom: 0.6rem;
}

.issue-aside p { color: var(--muted); }
.issue-aside .btn {
  width: 100%;
  margin-top: 0.7rem;
}

.info-panel { padding: 1.2rem; }
.info-panel strong { color: var(--green); font-size: 1.35rem; }
.info-panel p { color: var(--muted); }

.footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem clamp(1rem, 5vw, 5rem) 6rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #062462;
}
.footer a { display: block; color: var(--green); font-weight: 900; margin-top: 0.35rem; }
.site-credit {
  font-size: 0.92rem;
  margin-bottom: 0;
}
.site-credit a {
  display: inline;
  margin: 0;
}

.sticky-actions {
  position: fixed;
  z-index: 25;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  gap: 0.6rem;
}
.sticky-actions a {
  min-width: 104px;
  text-align: center;
  border-radius: 6px;
  padding: 0.9rem 1rem;
  font-weight: 950;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.45);
}
.sticky-call { color: #fff; background: var(--red); box-shadow: 0 10px 24px rgba(218, 36, 43, 0.28); }
.sticky-whatsapp { color: #080b12; background: #ffb000; }

@keyframes pulse-call {
  0%, 100% { box-shadow: 0 10px 22px rgba(218, 36, 43, 0.24); }
  50% { box-shadow: 0 12px 30px rgba(218, 36, 43, 0.38); }
}

@media (max-width: 900px) {
  .menu-toggle { display: inline-flex; }
  .desktop-nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.5rem);
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 0.6rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 48px rgba(6, 36, 98, 0.16);
  }
  .desktop-nav.is-open { display: flex; }
  .desktop-nav a { padding: 0.8rem; }
  .hero, .inner-hero, .split, .contact-section {
    grid-template-columns: 1fr;
  }
  .hero, .inner-hero {
    min-height: auto;
    padding-top: 4.4rem;
  }
  .hero-media { order: -1; }
  .problem-grid, .article-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid, .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-link-group-wide { grid-column: span 2; }
  .issue-layout { grid-template-columns: 1fr; }
  .issue-aside { position: static; }
  .cta-band, .emergency, .footer { flex-direction: column; align-items: stretch; }
  .contact-form { grid-template-columns: 1fr; }
  .header-call { font-size: 0.92rem; padding: 0.68rem 0.75rem; }
}

@media (max-width: 560px) {
  .site-header { padding-inline: 0.75rem; }
  body::after {
    top: 68px;
    min-height: 42px;
    font-size: 0.72rem;
  }
  .brand img { width: 145px; }
  .hero-actions .btn, .cta-actions .btn { width: 100%; }
  .service-grid { grid-template-columns: 1fr; }
  .process-grid, .benefit-grid { grid-template-columns: 1fr; }
  .seo-link-grid { grid-template-columns: 1fr; }
  .seo-link-group-wide { grid-column: span 1; }
  .seo-link-group-wide a { width: 100%; }
  .sticky-actions {
    left: 0.75rem;
    right: 0.75rem;
  }
  .sticky-actions a { flex: 1; min-width: 0; }
  .hero-phone { width: 100%; text-align: center; }
}

/* ZIP reference visual system: menu, cards, buttons and footer */
body::after {
  display: none;
}

.top-strip {
  position: relative;
  z-index: 30;
  background: #062462;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.top-strip-inner {
  width: min(1180px, calc(100% - 2rem));
  min-height: 46px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.92rem;
}

.top-strip span,
.top-strip a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  font-weight: 700;
}

.top-strip span::before,
.top-strip a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #da242b;
}

.top-strip a {
  font-weight: 900;
}

.site-header {
  top: 0;
  min-height: 86px;
  padding: 0 clamp(1rem, 4vw, 3.5rem);
  background: #062462;
  border-bottom: 3px solid #da242b;
  box-shadow: 0 7px 24px rgba(6, 36, 98, 0.22);
  backdrop-filter: none;
}

.nav-shell {
  width: min(1180px, 100%);
  min-height: 86px;
  margin: 0 auto -3px;
  padding: 0 1.45rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.2rem;
  background: #fff;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.brand img {
  width: clamp(190px, 25vw, 260px);
}

.desktop-nav {
  justify-content: center;
  gap: 0.25rem;
  color: #062462;
}

.desktop-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 86px;
  padding: 0 0.85rem;
  color: #062462;
  font-size: 0.95rem;
  font-weight: 800;
  transition: color 180ms ease;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0;
  height: 3px;
  background: #da242b;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.desktop-nav a:hover {
  color: #da242b;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.header-call {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.55rem;
  border-radius: 5px;
  background: #da242b;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: none;
  animation: none;
}

.header-call::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: #062462;
  transform: scale(0);
  transition: transform 220ms ease;
}

.header-call:hover::before {
  transform: scale(1);
}

.menu-toggle {
  justify-self: end;
  min-height: 44px;
  border-color: rgba(6, 36, 98, 0.16);
  background: #062462;
  color: #fff;
  border-radius: 5px;
}

.hero,
.inner-hero {
  padding-top: clamp(3.2rem, 6vw, 5.7rem);
}

.urgent-pill,
.eyebrow {
  color: #da242b;
}

.urgent-pill {
  border-radius: 5px;
  background: #fff;
  border-color: rgba(218, 36, 43, 0.18);
}

h1,
.inner-hero h1 {
  color: #062462;
}

h2,
h3 {
  color: #062462;
}

.btn {
  border-radius: 5px;
}

.btn-alert,
.sticky-call {
  background: #da242b;
  box-shadow: 0 11px 24px rgba(218, 36, 43, 0.25);
}

.btn-primary {
  background: #062462;
  box-shadow: 0 11px 24px rgba(6, 36, 98, 0.23);
}

.btn-secondary,
.btn-ghost {
  background: #fff;
  color: #062462;
}

.hero-media,
.inner-hero > img {
  border: 0;
  border-radius: 5px;
  box-shadow: 0 20px 50px rgba(6, 36, 98, 0.2);
}

.service-grid {
  gap: 1.45rem;
}

.service-card {
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.service-card img {
  border-radius: 8px 8px 0 0;
  aspect-ratio: 1.22 / 1;
  transition: filter 220ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: calc(100% - 220px);
  min-height: 190px;
  border-radius: 8px 8px 0 0;
  background: #062462;
  opacity: 0;
  transition: width 220ms ease, opacity 220ms ease;
  pointer-events: none;
}

.service-card h3,
.service-card p,
.service-card > span:not(.service-icon) {
  position: relative;
  z-index: 1;
  margin-left: 0;
  margin-right: 0;
}

.service-card h3 {
  margin-top: 0;
  padding: 2.25rem 1.4rem 0;
  font-size: 1.28rem;
}

.service-card p {
  min-height: 78px;
  margin-bottom: 0;
  padding: 0.2rem 1.4rem 1.05rem;
  color: #5f6878;
}

.service-card > span:not(.service-icon) {
  margin: 0 1.4rem 1.35rem;
  color: #ffb000;
}

.service-card h3,
.service-card p,
.service-card > span:not(.service-icon) {
  background: #fff;
}

.service-card > span:not(.service-icon) {
  padding-bottom: 0.05rem;
}

.service-card h3 {
  border-left: 0 solid #da242b;
}

.service-card::after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 0;
  width: 12px;
  height: 42%;
  border-radius: 0 0 8px 0;
  background: #da242b;
  z-index: 0;
  transition: width 220ms ease, right 220ms ease;
}

.service-card .service-icon {
  z-index: 3;
  background: #ffb000;
  border-color: #fff;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: none;
}

.service-card:hover::before {
  width: 100%;
  opacity: 0.44;
}

.service-card:hover::after {
  right: 0;
  width: 100%;
  height: calc(100% - 220px);
  background: #da242b;
}

.service-card:hover h3,
.service-card:hover p,
.service-card:hover > span:not(.service-icon) {
  color: #fff;
  background: transparent;
}

.service-card:hover .service-icon {
  background: #062462;
}

.compact-card {
  padding: 1.15rem;
  background: #fff;
  border: 1px solid rgba(6, 36, 98, 0.08);
  box-shadow: 0 10px 26px rgba(6, 36, 98, 0.09);
}

.compact-card::before,
.compact-card::after {
  display: none;
}

.compact-card:hover h3,
.compact-card:hover p,
.compact-card:hover > span:not(.service-icon) {
  color: inherit;
}

.problem-card,
.article-card,
.area-grid a,
.info-panel,
.process-grid > div,
.benefit-grid > div,
.faq-item,
.contact-form,
.seo-link-group,
.issue-main,
.issue-aside,
.cta-band {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(6, 36, 98, 0.08);
}

.problem-card span {
  background: #da242b;
}

.area-grid a:hover,
.problem-card:hover,
.article-card:hover {
  border-color: transparent;
}

.emergency {
  border: 0;
  border-radius: 8px;
  background: linear-gradient(90deg, #062462 0%, #ffb000 100%);
}

.footer {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 6.5rem;
  color: #cdd3df;
  background: #052361;
  border-top: 0;
}

.footer > div {
  max-width: 520px;
}

.footer p {
  color: #cdd3df;
}

.footer strong {
  display: block;
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 0.8rem;
}

.footer a {
  color: #fff;
  opacity: 0.88;
}

.footer a:hover {
  color: #da242b;
  opacity: 1;
}

.site-credit a {
  color: #fff;
  opacity: 1;
  text-decoration: underline;
  text-decoration-color: rgba(218, 36, 43, 0.7);
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  .top-strip-inner {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.5rem 0;
    text-align: center;
  }

  .site-header {
    min-height: 76px;
    padding-inline: 0.75rem;
  }

  .nav-shell {
    min-height: 76px;
    grid-template-columns: auto auto auto;
    padding: 0 0.75rem;
  }

  .desktop-nav {
    left: 0.75rem;
    right: 0.75rem;
    top: calc(100% + 0.2rem);
    background: #fff;
    border: 0;
    border-top: 3px solid #da242b;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 18px 42px rgba(6, 36, 98, 0.22);
  }

  .desktop-nav a {
    min-height: auto;
    padding: 0.95rem 0.9rem;
    border-bottom: 1px solid rgba(6, 36, 98, 0.08);
  }

  .desktop-nav a::after {
    display: none;
  }

  .service-card::after,
  .service-card:hover::after {
    right: 0;
    width: 100%;
    height: 8px;
    bottom: 0;
    border-radius: 0 0 8px 8px;
  }

  .service-card:hover h3,
  .service-card:hover p,
  .service-card:hover > span:not(.service-icon) {
    color: #fff;
  }
}

@media (max-width: 560px) {
  .top-strip-inner {
    gap: 0.45rem 0.85rem;
    font-size: 0.78rem;
  }

  .top-strip span:nth-child(2) {
    display: none;
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .brand img {
    width: 172px;
  }

  .menu-toggle {
    order: 2;
  }

  .header-call {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 42px;
    margin-bottom: 0.65rem;
  }

  .site-header,
  .nav-shell {
    min-height: auto;
  }

  .nav-shell {
    padding-block: 0.65rem;
  }

  .hero,
  .inner-hero {
    padding-top: 2.2rem;
  }
}

/* Full Hendre template layout applied to the generated site */
.container {
  width: min(1170px, calc(100% - 2rem));
  margin: 0 auto;
}

.container-fluid {
  width: min(1480px, calc(100% - 2rem));
  margin: 0 auto;
}

.header-top-section {
  display: block;
  background: #062462;
  color: #fff;
  position: relative;
  z-index: 50;
}

.header-top-grid {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header-address-info p,
.header-top-right p {
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.header-address-info span {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.header-top-right span {
  opacity: 0.8;
}

.header-top-right a {
  color: #fff;
  font-weight: 800;
}

.hendre_nav_manu {
  display: block;
  position: sticky;
  top: 0;
  z-index: 45;
  background: #062462;
  border-bottom: 3px solid #da242b;
  box-shadow: 0 8px 22px rgba(6, 36, 98, 0.18);
}

.site-header,
.top-strip,
.footer {
  display: none;
}

.main-menu-grid {
  min-height: 92px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.logo img {
  width: 226px;
  height: auto;
  display: block;
}

nav.hendre_menu {
  min-height: 90px;
  margin-bottom: -3px;
  padding: 0 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: #fff;
  border-radius: 5px 5px 0 0;
}

.hendre_menu ul {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hendre_menu > ul > li > a,
.nav_scroll a {
  display: flex;
  align-items: center;
  min-height: 90px;
  padding: 0 0.72rem;
  color: #062462;
  font-size: 15px;
  font-weight: 700;
  transition: color 160ms ease;
}

.hendre_menu a:hover {
  color: #da242b;
}

.header-button a,
.hendre-button a,
.hero-button a,
.service-content .hendre-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  overflow: hidden;
  border-radius: 5px 35px 5px 5px;
  padding: 14px 16px 14px 34px;
  background: #da242b;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  transition: color 180ms ease;
}

.hendre-button a,
.hero-button a,
.service-content .hendre-button {
  background: #062462;
}

.header-button a::before,
.hendre-button a::before,
.hero-button a::before,
.service-content .hendre-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: #062462;
  transform: scale(0);
  transition: transform 220ms ease;
}

.hendre-button a::before,
.hero-button a::before,
.service-content .hendre-button::before {
  background: #da242b;
}

.header-button a:hover::before,
.hendre-button a:hover::before,
.hero-button a:hover::before,
.single-service-box:hover .service-content .hendre-button::before {
  transform: scale(1);
}

.hero-button i,
.hendre-button i {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid #062462;
  background: #fff;
  color: #062462;
  font-style: normal;
  font-weight: 900;
}

.menu-toggle {
  display: none;
  border: 0;
  background: #da242b;
  color: #fff;
  border-radius: 5px;
  padding: 0.8rem 1rem;
  font-weight: 900;
}

.mobile-menu-area {
  display: none;
}

.hero-section {
  min-height: 790px;
  display: flex;
  align-items: center;
  background: url("images/template/slider/hero-bg.png") center / cover no-repeat;
  overflow: hidden;
}

.hero-template-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 2rem;
}

.sero-content {
  position: relative;
  z-index: 1;
}

.sero-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  height: 100%;
  background: url("images/template/slider/shape.png") no-repeat;
  pointer-events: none;
}

.sero-content h4 {
  margin: 0;
  padding: 0 0 14px 90px;
  color: #da242b;
  font-size: 16px;
  text-transform: uppercase;
}

.sero-content h1 {
  margin: 0;
  padding-left: 50px;
  color: #062462;
  font-size: clamp(2.7rem, 5.2vw, 3.65rem);
  line-height: 1.12;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 13ch;
}

.sero-content h1 span {
  color: #da242b;
}

.hero-brand-line {
  display: block;
  max-width: 680px;
  margin: 0.2rem 0 0 50px;
  color: #080b12;
  font-size: clamp(2.1rem, 4.5vw, 3.1rem);
  line-height: 1.08;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-brand-line span {
  color: #e30613;
}

.sero-content p {
  max-width: 560px;
  margin: 1.1rem 0 0 50px;
  color: #5f6878;
  font-size: 1.06rem;
}

.hero-button a {
  margin: 32px 0 0 50px;
}

.hero-thumb img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  filter: drop-shadow(0 20px 34px rgba(6, 36, 98, 0.22));
}

.hero-shape {
  position: absolute;
  top: -108px;
  left: -82px;
}

.feature-section {
  padding: 0 clamp(1rem, 6vw, 9rem);
}

.feature-bg {
  position: relative;
  z-index: 3;
  margin-top: -120px;
  padding: 65px clamp(1.5rem, 4vw, 4rem) 50px;
  border-radius: 10px;
  background: #fff;
  filter: drop-shadow(0 10px 15px rgba(206, 206, 206, 0.4));
}

.feature-title-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: start;
}

.hendre-section-title h4 {
  margin: 0 0 8px;
  color: #da242b;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.hendre-section-title h1 {
  margin: 0;
  color: #0d1831;
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: 1.22;
  font-weight: 850;
}

.hendre-section-title h1 span {
  color: #da242b;
}

.hendre-section-title p {
  margin: 0;
  padding: 17px 0 15px;
  color: #5f6878;
}

.hendre-section-title.white h1,
.hendre-section-title.white p {
  color: #fff;
}

.hendre-section-title.white h4,
.hendre-section-title.white span {
  color: #da242b;
}

.hendre-section-title.padding-lg {
  padding-bottom: 54px;
}

.feature-contact-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.feature-ctn-icon img {
  width: 48px;
}

.feature-ask {
  color: #616161;
  font-size: 15px;
}

.feature-phone-number {
  margin: 5px 0 0;
  color: #062461;
  font-size: 20px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.feature-single-box,
.single-service-box,
.single-team-box {
  display: block;
}

.feature-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.feature-thumb::before,
.feature-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  transition: height 220ms ease;
}

.feature-thumb::before {
  top: 0;
  background: rgba(218, 36, 43, 0.78);
}

.feature-thumb::after {
  bottom: 0;
  background: rgba(6, 36, 98, 0.78);
}

.feature-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.feature-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

.feature-icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.feature-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 28px 30px 26px;
  background: url("images/template/resource/feature-ct.png") center / cover no-repeat;
  transition: opacity 220ms ease;
}

.feature-content h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
}

.feature-single-box:hover .feature-thumb::before,
.feature-single-box:hover .feature-thumb::after {
  height: 50%;
}

.feature-single-box:hover .feature-content {
  opacity: 0;
}

.feature-shape {
  position: absolute;
  left: 25px;
  bottom: -33px;
}

.about-section {
  padding: 135px 0 100px;
  background-image: linear-gradient(0deg, #f5f5f5 0%, #ffffff 100%);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.about-right-thumb {
  position: relative;
}

.about-right-thumb > img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 16px 34px rgba(6, 36, 98, 0.16);
}

.about-counter {
  position: absolute;
  right: 34px;
  bottom: 34px;
  min-width: 150px;
  border-radius: 5px;
  padding: 1rem;
  background: #da242b;
  color: #fff;
  text-align: center;
}

.counter,
.counter1 {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-size: 34px;
}

.counter-text {
  display: block;
  color: #fff;
  font-size: 15px;
}

.about-items {
  display: flex;
  gap: 1.3rem;
  margin: 1.2rem 0;
}

.about-icon img {
  width: 54px;
}

.about-item-title {
  margin: 0;
  color: #062461;
  font-size: 22px;
}

.about-discription {
  margin: 0.4rem 0 0;
  color: #5f6878;
}

.about-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.about-list-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-list-grid li {
  padding: 0.35rem 0;
  color: #062461;
}

.service-top-section {
  height: 545px;
  padding: 88px 0 0;
  background: linear-gradient(rgba(6, 36, 98, 0.92), rgba(6, 36, 98, 0.88)), url("images/template/resource/service-bg.jpg") center / cover no-repeat;
}

.service-section {
  position: relative;
  padding: 0 0 92px;
  background: #f5f5f5;
}

.service-bg {
  margin-top: -250px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.55rem;
}

.single-service-box {
  height: 100%;
  color: inherit;
}

.service-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.service-thumb::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: #062462;
  opacity: 0;
  transition: width 220ms ease, opacity 220ms ease;
}

.service-thumb img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.service-content {
  position: relative;
  z-index: 1;
  min-height: 290px;
  margin-right: 15px;
  padding: 34px 25px 35px 35px;
  border-radius: 0 0 5px 5px;
  background: #fff;
  transition: margin 220ms ease, background 220ms ease;
}

.service-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  z-index: -1;
  width: 15px;
  height: 90%;
  border-radius: 0 0 5px 0;
  background: #da242b;
  transition: width 220ms ease, right 220ms ease, height 220ms ease;
}

.service-icon {
  position: absolute;
  top: -77px;
  left: 35px;
  z-index: 3;
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.service-icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.service-title {
  margin: 0;
  color: #062461;
  font-size: 22px;
  transition: color 220ms ease;
}

.service-desc {
  min-height: 112px;
  margin: 0;
  padding: 12px 0 16px;
  color: #5f6878;
  transition: color 220ms ease;
}

.single-service-box:hover .service-thumb::before {
  width: 100%;
  opacity: 0.45;
}

.single-service-box:hover .service-content {
  margin-right: 0;
}

.single-service-box:hover .service-content::before {
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 5px 5px;
}

.single-service-box:hover .service-title,
.single-service-box:hover .service-desc {
  color: #fff;
}

.why-choose-section {
  padding: 92px 0 80px;
  background: #fff;
}

.text-center {
  text-align: center;
}

.choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.choose-grid > div {
  padding: 1.6rem;
  border-radius: 5px;
  background: #fcf5f5;
  text-align: center;
  box-shadow: 0 10px 24px rgba(6, 36, 98, 0.08);
}

.choose-grid strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #062462;
  font-size: 1.12rem;
}

.choose-grid p {
  margin: 0;
  color: #5f6878;
}

.team-section {
  padding: 100px 0 120px;
  background: url("images/template/resource/log.png") center / cover no-repeat;
}

.team-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 2rem;
  align-items: start;
}

.team-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.team-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.team-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.team-thumb::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 0;
  background: rgba(6, 36, 98, 0.45);
  transition: height 220ms ease;
}

.team-content {
  min-height: 116px;
  padding: 15px 12px;
  border-radius: 0 0 5px 5px;
  background: #1e3970;
  text-align: center;
}

.team-title {
  margin: 0;
  color: #fff;
  font-size: 20px;
}

.team-text {
  margin: 0.35rem 0 0;
  color: #da242b;
  font-size: 14px;
}

.single-team-box:hover .team-thumb::before {
  height: 100%;
}

.process-section {
  padding: 96px 0 90px;
  background: #062462;
}

.process-template-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}

.single-process-box {
  position: relative;
  text-align: center;
}

.process-thumb {
  position: relative;
  min-height: 110px;
}

.process-thumb img {
  width: 88px;
  margin: 0 auto;
}

.process-number {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(78px);
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #da242b;
  color: #fff;
  font-weight: 900;
}

.process-title {
  margin: 0.8rem 0 0.3rem;
  color: #fff;
  font-size: 20px;
}

.process-desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.footer-section {
  display: block;
  padding: 70px 0 0;
  background: #052361;
  color: #cdd3df;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.8fr;
  gap: 2rem;
  padding-bottom: 46px;
}

.footer-logo {
  width: 260px;
  height: auto;
  margin-bottom: 1rem;
}

.footer-section h4 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 22px;
}

.footer-section p {
  color: #cdd3df;
}

.footer-section a {
  display: block;
  margin: 0.55rem 0;
  color: #fff;
  opacity: 0.86;
}

.footer-section a:hover {
  color: #da242b;
  opacity: 1;
}

.footer-bottom-section {
  padding: 22px 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #052361;
  text-align: center;
}

.footer-bottom-section p {
  margin: 0;
  color: #fff;
}

@media (max-width: 1100px) {
  .main-menu-grid {
    grid-template-columns: 210px minmax(0, 1fr) auto;
  }

  .logo img {
    width: 200px;
  }

  nav.hendre_menu {
    padding-inline: 0.8rem;
  }

  .hendre_menu > ul > li > a,
  .nav_scroll a {
    padding-inline: 0.48rem;
    font-size: 14px;
  }

  .header-button a {
    padding-inline: 1rem;
  }
}

@media (max-width: 900px) {
  .header-top-section,
  nav.hendre_menu {
    display: none;
  }

  .hendre_nav_manu {
    position: sticky;
    top: 0;
  }

  .main-menu-grid {
    min-height: 78px;
    grid-template-columns: 1fr auto;
  }

  .logo img {
    width: 210px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .mobile-menu-area {
    display: block;
    position: sticky;
    top: 78px;
    z-index: 44;
    background: #fff;
  }

  .mobile-menu {
    display: none;
    padding: 0.4rem 1rem 1rem;
    border-bottom: 3px solid #da242b;
    box-shadow: 0 18px 36px rgba(6, 36, 98, 0.2);
  }

  .mobile-menu.is-open {
    display: grid;
  }

  .mobile-menu a {
    padding: 0.88rem 0.75rem;
    border-bottom: 1px solid rgba(6, 36, 98, 0.08);
    color: #062462;
    font-weight: 800;
  }

  .mobile-call {
    margin-top: 0.7rem;
    border-radius: 5px;
    background: #da242b;
    color: #fff !important;
    text-align: center;
  }

  .hero-section {
    min-height: auto;
    padding: 72px 0 140px;
    background-position: left center;
  }

  .hero-template-grid,
  .about-grid,
  .team-layout {
    grid-template-columns: 1fr;
  }

  .hero-thumb {
    display: none;
  }

  .sero-content h4 {
    padding-left: 0;
  }

  .sero-content h1,
  .sero-content p,
  .hero-brand-line,
  .hero-button a {
    margin-left: 0;
    padding-left: 0;
  }

  .sero-content h1 {
    max-width: 16ch;
    font-size: clamp(2rem, 8vw, 2.65rem);
    line-height: 1.08;
  }

  .hero-brand-line {
    max-width: 16ch;
    font-size: clamp(1.85rem, 7vw, 2.35rem);
    line-height: 1.1;
  }

  .feature-section {
    padding: 0 1rem;
  }

  .feature-bg {
    margin-top: -84px;
    padding: 44px 1.25rem 36px;
  }

  .feature-title-row,
  .feature-grid,
  .service-bg,
  .choose-grid,
  .team-card-grid,
  .process-template-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hendre-section-title.padding-lg {
    padding-bottom: 28px;
  }

  .about-section {
    padding: 72px 0 70px;
  }

  .about-list-grid {
    grid-template-columns: 1fr;
  }

  .service-top-section {
    height: auto;
    min-height: 390px;
    padding: 72px 0 180px;
  }

  .service-section {
    padding-bottom: 70px;
  }

  .service-bg {
    margin-top: -160px;
  }

  .service-content {
    min-height: auto;
  }

  .team-section,
  .process-section,
  .why-choose-section {
    padding: 72px 0;
  }
}

@media (max-width: 560px) {
  .container,
  .container-fluid {
    width: min(100% - 1.25rem, 1170px);
  }

  .logo img {
    width: 174px;
  }

  .hero-section {
    padding-top: 44px;
    padding-bottom: 190px;
  }

  .sero-content h1 {
    font-size: clamp(1.95rem, 10vw, 2.35rem);
  }

  .hero-brand-line {
    font-size: clamp(1.65rem, 8.5vw, 2.05rem);
  }

  .feature-contact-info {
    align-items: flex-start;
  }

  .hendre-section-title h1 {
    font-size: 1.85rem;
  }

  .service-content {
    padding: 32px 20px 30px;
  }

  .service-title {
    font-size: 20px;
  }

  .about-counter {
    right: 16px;
    bottom: 16px;
    min-width: 120px;
  }

  .sticky-actions {
    z-index: 60;
  }
}

/* Emergency palette override: urgent, high-conversion service feel */
:root {
  --black: #080b12;
  --panel-2: #f4f6f8;
  --text: #101827;
  --muted: #566173;
  --green: #ffb000;
  --green-2: #e6a000;
  --red: #e30613;
  --red-2: #a9000b;
  --amber: #ffb000;
  --line: rgba(8, 11, 18, 0.12);
}

body {
  background: #f4f6f8;
}

.header-top-section,
.hendre_nav_manu,
.process-section,
.footer-section,
.footer-bottom-section {
  background: #080b12;
}

.hendre_nav_manu {
  border-bottom-color: #ffb000;
  box-shadow: 0 12px 28px rgba(227, 6, 19, 0.28);
}

nav.hendre_menu {
  background: #fff;
  box-shadow: 0 12px 28px rgba(8, 11, 18, 0.16);
}

.hendre_menu > ul > li > a,
.nav_scroll a,
.feature-phone-number,
.service-title,
.about-item-title,
.choose-grid strong,
.team-title {
  color: #080b12;
}

.hendre_menu a:hover,
.hendre-section-title h4,
.hendre-section-title h1 span,
.sero-content h1 span,
.team-text,
.footer-section a:hover,
.eyebrow {
  color: #e30613;
}

.header-button a,
.btn-alert,
.sticky-call,
.mobile-call,
.about-counter,
.problem-card span,
.process-number {
  background: linear-gradient(180deg, #ff1d25 0%, #e30613 52%, #a9000b 100%);
  color: #fff;
  box-shadow: 0 12px 26px rgba(227, 6, 19, 0.3);
}

.header-button a::before,
.hendre-button a::before,
.hero-button a::before,
.service-content .hendre-button::before {
  background: #ffb000;
}

.hendre-button a:hover,
.hero-button a:hover,
.header-button a:hover,
.single-service-box:hover .service-content .hendre-button {
  color: #080b12;
}

.hendre-button a,
.hero-button a,
.service-content .hendre-button,
.btn-primary {
  background: #080b12;
  color: #fff;
}

.hero-button i,
.hendre-button i {
  border-color: #080b12;
  color: #080b12;
}

.hero-section {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.88) 46%, rgba(227, 6, 19, 0.1) 100%),
    url("images/template/slider/hero-bg.png") center / cover no-repeat;
}

.sero-content h4 {
  color: #e30613;
  font-weight: 900;
}

.sero-content h1 {
  color: #080b12;
  text-shadow: 0 2px 0 rgba(255, 176, 0, 0.14);
}

.feature-bg {
  border-top: 5px solid #e30613;
  box-shadow: 0 18px 42px rgba(8, 11, 18, 0.16);
  filter: none;
}

.feature-thumb::before {
  background: rgba(227, 6, 19, 0.82);
}

.feature-thumb::after,
.service-thumb::before,
.team-thumb::before {
  background: rgba(8, 11, 18, 0.82);
}

.feature-content {
  background: linear-gradient(90deg, rgba(8, 11, 18, 0.96), rgba(227, 6, 19, 0.86));
}

.service-top-section {
  background:
    linear-gradient(90deg, rgba(8, 11, 18, 0.96), rgba(169, 0, 11, 0.84)),
    url("images/template/resource/service-bg.jpg") center / cover no-repeat;
}

.service-content::before {
  background: #e30613;
}

.single-service-box:hover .service-content::before {
  background: linear-gradient(180deg, #e30613, #a9000b);
}

.service-icon img {
  filter: saturate(1.2) contrast(1.05);
}

.choose-grid > div,
.faq-item,
.contact-form,
.problem-card,
.article-card,
.area-grid a,
.info-panel,
.issue-main,
.issue-aside,
.cta-band {
  border-top: 4px solid #ffb000;
  box-shadow: 0 14px 30px rgba(8, 11, 18, 0.1);
}

.team-section {
  background:
    linear-gradient(90deg, rgba(8, 11, 18, 0.96), rgba(8, 11, 18, 0.82)),
    url("images/template/resource/log.png") center / cover no-repeat;
}

.team-content {
  background: #111827;
  border-bottom: 4px solid #e30613;
}

.team-title {
  color: #fff;
}

.emergency {
  background: linear-gradient(90deg, #080b12 0%, #a9000b 100%);
  border-top: 4px solid #ffb000;
}

.footer-section {
  border-top: 5px solid #e30613;
}

.sticky-actions a {
  box-shadow: 0 14px 34px rgba(8, 11, 18, 0.34);
}

.sticky-whatsapp {
  background: #ffb000;
  color: #080b12;
}

@media (max-width: 900px) {
  .mobile-menu {
    border-bottom-color: #ffb000;
  }
}

/* Menu vermelho + correção dos títulos espremidos */
.header-top-section {
  background: linear-gradient(90deg, #a9000b 0%, #e30613 52%, #ff1d25 100%);
}

.hendre_nav_manu {
  background: linear-gradient(90deg, #b0000b 0%, #e30613 45%, #ff1d25 100%);
  border-bottom-color: #ffb000;
  box-shadow: 0 14px 34px rgba(227, 6, 19, 0.34);
}

.main-menu-grid {
  background: transparent;
}

nav.hendre_menu {
  border-radius: 6px 6px 0 0;
}

.hendre-section-title {
  max-width: none;
}

.hendre-section-title h1,
.hendre-section-title .sections {
  max-width: none;
  width: 100%;
  text-wrap: balance;
}

.why-choose-section .hendre-section-title,
.process-section .hendre-section-title,
.service-top-section .hendre-section-title {
  width: min(980px, 100%);
  margin: 0 auto;
}

.why-choose-section .hendre-section-title h1,
.process-section .hendre-section-title h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.16;
}

.why-choose-section .hendre-section-title h1 {
  color: #101827;
}

.why-choose-section .hendre-section-title .sections {
  margin-top: 0.35rem;
}

.service-top-section {
  height: auto;
  min-height: 430px;
  padding: 86px 0 210px;
}

.service-top-section .hendre-section-title {
  margin-left: 0;
}

.service-top-section .hendre-section-title h1 {
  max-width: 760px;
  font-size: clamp(2rem, 4.2vw, 3.05rem);
  line-height: 1.14;
}

.service-bg {
  margin-top: -180px;
}

.choose-grid {
  margin-top: 1.5rem;
}

@media (max-width: 900px) {
  .hendre_nav_manu {
    background: linear-gradient(90deg, #b0000b 0%, #e30613 100%);
  }

  .sero-content::before,
  .hero-shape {
    display: none;
  }

  .sero-content {
    padding-inline: 0.15rem;
  }

  .sero-content h4 {
    max-width: 100%;
    font-size: clamp(0.9rem, 4.5vw, 1.15rem);
    line-height: 1.25;
  }

  .sero-content p {
    max-width: 100%;
    font-size: clamp(1rem, 4.3vw, 1.15rem);
    line-height: 1.55;
  }

  .hero-button a {
    width: 100%;
    max-width: 340px;
    justify-content: center;
    padding: 14px 18px;
    margin-top: 1.25rem;
  }

  .hero-button {
    display: none;
  }

  .service-top-section {
    min-height: 360px;
    padding: 64px 0 150px;
  }

  .service-bg {
    margin-top: -125px;
  }

  .why-choose-section .hendre-section-title h1,
  .process-section .hendre-section-title h1,
  .service-top-section .hendre-section-title h1 {
    font-size: clamp(1.65rem, 8vw, 2.35rem);
    line-height: 1.18;
  }
}

@media (max-width: 430px) {
  .main-menu-grid {
    min-height: 70px;
  }

  .logo img {
    width: 166px;
  }

  .menu-toggle {
    padding: 0.78rem 0.9rem;
    font-size: 1rem;
  }

  .hero-section {
    padding: 34px 0 205px;
  }

  .sero-content h1,
  .hero-brand-line {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .sero-content h1 {
    font-size: clamp(1.85rem, 9.6vw, 2.18rem);
  }

  .hero-brand-line {
    font-size: clamp(1.55rem, 8vw, 1.9rem);
  }

  .sticky-actions {
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    gap: 0.45rem;
  }

  .sticky-actions a {
    padding: 0.82rem 0.6rem;
    font-size: 0.95rem;
    border-radius: 6px;
  }
}

/* Final responsive polish for issue cards and floating contact buttons */
.problems {
  padding-bottom: clamp(2rem, 6vw, 4rem);
}

.problem-grid {
  align-items: stretch;
}

.problem-card {
  position: relative;
  min-width: 0;
  min-height: 118px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(0.8rem, 2vw, 1.2rem);
  padding: clamp(1rem, 2.4vw, 1.45rem);
  overflow: hidden;
  color: #101827;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.22;
  word-break: normal;
  overflow-wrap: anywhere;
}

.problem-card span {
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0.9rem;
  border-radius: 8px;
  color: #fff;
  font-size: clamp(0.78rem, 1.4vw, 0.95rem);
  line-height: 1.05;
  white-space: normal;
  text-align: center;
}

.sticky-actions {
  left: auto;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 90;
  align-items: center;
}

.sticky-actions a {
  min-height: 56px;
  min-width: 136px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.15rem;
  border-radius: 9px;
  font-size: clamp(0.95rem, 1.5vw, 1.12rem);
  line-height: 1.05;
  white-space: nowrap;
}

@media (max-width: 760px) {
  body {
    padding-bottom: calc(86px + env(safe-area-inset-bottom));
  }

  .problems {
    width: min(100% - 1.25rem, 1180px);
  }

  .problem-grid {
    gap: 0.85rem;
  }

  .problem-card {
    min-height: 126px;
    grid-template-columns: 1fr;
    align-content: center;
    align-items: start;
    gap: 0.7rem;
    padding: 1.05rem;
    font-size: clamp(1.25rem, 6vw, 1.75rem);
  }

  .problem-card span {
    max-width: 100%;
    font-size: clamp(0.78rem, 4.2vw, 1rem);
    padding: 0.58rem 0.85rem;
  }

  .sticky-actions {
    left: max(0.75rem, env(safe-area-inset-left));
    right: max(0.75rem, env(safe-area-inset-right));
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.65rem;
  }

  .sticky-actions a {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 0.85rem 0.7rem;
    border-radius: 8px;
    font-size: clamp(0.92rem, 4.5vw, 1.12rem);
  }
}

@media (max-width: 390px) {
  .problem-card {
    min-height: 116px;
    font-size: clamp(1.08rem, 5.8vw, 1.42rem);
    padding: 0.9rem;
  }

  .problem-card span {
    font-size: 0.82rem;
    padding: 0.5rem 0.65rem;
  }

  .sticky-actions {
    gap: 0.45rem;
    left: max(0.5rem, env(safe-area-inset-left));
    right: max(0.5rem, env(safe-area-inset-right));
  }

  .sticky-actions a {
    min-height: 54px;
    font-size: 0.95rem;
  }
}

