/*
Theme Name: ENGEON SEO Landing
Theme URI: https://engeon-pt.com
Author: Valter
Description: Tema WordPress leve para landing page SEO da ENGEON Instalacoes Eletricas.
Version: 2.1.3
Text Domain: engeon
*/

:root {
  --orange: #ff6a13;
  --orange-strong: #f04b16;
  --blue: #052b49;
  --blue-ink: #052b49;
  --blue-soft: #e8f3fa;
  --ink: #17212b;
  --muted: #5f6d7a;
  --line: #d9e2ea;
  --paper: #ffffff;
  --wash: #f5f8fb;
  --dark: #07131f;
  --shadow: 0 18px 55px rgba(5, 43, 73, 0.14);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

/* Instalações Elétricas: nova página no lugar da antiga página de vídeo porteiros. */
.electrical-video-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  display: grid;
  align-items: center;
  background: var(--blue-ink);
  color: #fff;
}

.electrical-video-hero__media,
.electrical-video-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.electrical-video-hero__media {
  object-fit: cover;
}

.electrical-video-hero__shade {
  background:
    linear-gradient(90deg, rgba(5, 43, 73, .94) 0%, rgba(5, 43, 73, .78) 43%, rgba(5, 43, 73, .2) 78%),
    linear-gradient(0deg, rgba(7, 19, 31, .34), transparent 55%);
}

.electrical-video-hero__content {
  position: relative;
  z-index: 1;
  padding-top: 94px;
  padding-bottom: 94px;
}

.electrical-video-hero__content > * {
  max-width: 690px;
}

.electrical-video-hero h1 {
  margin: 8px 0 20px;
  color: #fff;
  font-size: clamp(2.7rem, 5.5vw, 5rem);
  line-height: .98;
  text-transform: uppercase;
}

.electrical-video-hero h1 span {
  color: var(--orange);
}

.electrical-video-hero__content > p:not(.eyebrow) {
  color: rgba(255, 255, 255, .9);
  font-size: 1.14rem;
  line-height: 1.68;
}

.electrical-video-hero .btn--ghost {
  border-color: #fff;
  color: #fff;
}

.electrical-intro__image {
  width: 100%;
  height: 420px;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.electrical-service-grid .service-choice-card {
  display: flex;
  flex-direction: column;
}

.electrical-service-grid .service-choice-card > img {
  height: 250px;
}

.electrical-service-grid .service-choice-card > div {
  flex: 1;
}

.electrical-service-grid .service-choice-card .btn {
  align-self: start;
  margin-top: auto;
}

.electrical-benefits .benefit-grid article {
  border-top: 3px solid var(--orange);
}

.electrical-cta .btn {
  margin-top: 24px;
}

@media (max-width: 760px) {
  .electrical-video-hero {
    min-height: 600px;
  }

  .electrical-video-hero__media {
    object-position: center;
  }

  .electrical-video-hero__shade {
    background: linear-gradient(0deg, rgba(5, 43, 73, .97) 0%, rgba(5, 43, 73, .74) 55%, rgba(5, 43, 73, .22) 100%);
  }

  .electrical-video-hero__content {
    align-self: end;
    padding-top: 180px;
    padding-bottom: 54px;
    text-align: center;
  }

  .electrical-video-hero h1 {
    font-size: clamp(2.45rem, 13vw, 3.65rem);
  }

  .electrical-video-hero__content > p:not(.eyebrow) {
    font-size: 1rem;
  }

  .electrical-video-hero .hero__actions {
    justify-content: center;
  }

  .electrical-intro .split {
    text-align: center;
  }

  .electrical-intro__image {
    height: 300px;
  }
}

/* Client review refinements */
.site-footer {
  background: linear-gradient(100deg, var(--blue-ink), var(--blue-ink));
}

.site-footer__inner {
  padding-top: 46px;
  padding-bottom: 36px;
}

.footer-grid {
  grid-template-columns: minmax(230px, 1.15fr) repeat(3, minmax(170px, 1fr));
  gap: 26px;
}

.footer-brand p,
.footer-col a,
.footer-contact span,
.footer-contact a {
  font-size: 0.88rem;
  line-height: 1.55;
}

.footer-col h3 {
  font-size: 1rem;
  margin-bottom: 14px;
}

.footer-logo-card {
  max-width: 190px;
  padding: 14px;
}

.complaints-logo {
  width: 70px;
  height: 70px;
}

.footer-bottom {
  min-height: 48px;
}

.cert-logo-grid {
  align-items: stretch;
}

.cert-logo-grid img {
  height: 118px;
  min-height: 118px;
  object-fit: contain;
  object-position: center;
  padding: 18px;
}

.cert-logo-grid img:nth-child(4) {
  padding: 12px 18px;
}

.contact-visual > img {
  max-height: 560px;
  object-fit: contain;
  object-position: center;
  image-rendering: auto;
}

.values-grid--illustrated article {
  position: relative;
  padding-top: 34px;
}

.values-grid--illustrated span {
  display: inline-grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  border-radius: 50%;
  color: var(--orange);
  background: rgba(255, 106, 19, 0.1);
}

.values-grid--illustrated svg {
  width: 38px;
  height: 38px;
}

.about-differentials,
.reference-panel,
.service-detail-grid,
.blog-layout {
  display: grid;
  gap: 28px;
}

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

.about-differentials article,
.sidebar-box {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 32px rgba(5, 43, 73, 0.06);
}

.about-differentials h3 {
  margin-top: 0;
  color: var(--blue-ink);
}

.reference-panel {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
}

.reference-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.reference-list span {
  padding: 9px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--blue-ink);
  font-weight: 800;
  font-size: 0.88rem;
}

.service-detail-grid {
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: center;
}

.service-detail-grid img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.blog-layout {
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
}

.blog-main {
  display: grid;
  gap: 28px;
}

.blog-post--featured {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.blog-post--featured img,
.news-grid--blog img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: var(--radius);
}

.news-grid--blog {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 120px;
}

.sidebar-box {
  display: grid;
  gap: 12px;
}

.sidebar-box h3 {
  margin: 0;
  color: var(--blue-ink);
}

.sidebar-box a:not(.btn) {
  color: var(--blue-ink);
  font-weight: 850;
}

.sidebar-box--dark {
  background: var(--blue-ink);
  color: #fff;
}

.sidebar-box--dark h3 {
  color: #fff;
}

.video-cta {
  background: #fff;
  color: var(--blue-ink);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.video-cta h2,
.video-cta p {
  color: var(--blue-ink);
}

.video-cta::after {
  content: "";
  display: block;
  width: min(220px, 35vw);
  height: 4px;
  margin: 34px auto 0;
  background: var(--orange);
  border-radius: 999px;
}

.hero--video-ref {
  background:
    linear-gradient(90deg, rgba(5, 43, 73, 0.98) 0%, rgba(5, 43, 73, 0.88) 42%, rgba(5, 43, 73, 0.2) 100%),
    var(--hero-video-bg) center right / cover no-repeat,
    var(--blue-ink);
}

@media (max-width: 980px) {
  .about-differentials,
  .reference-panel,
  .service-detail-grid,
  .blog-layout,
  .blog-post--featured,
  .news-grid--blog {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: static;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: inherit;
  line-height: 1.6;
}

img,
svg {
  max-width: 100%;
}

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

.site-shell {
  overflow: hidden;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  background: var(--orange);
  color: #fff;
  font-size: 0.88rem;
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 42px;
}

.topbar__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.topbar__links a,
.topbar__links span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.92);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 210px;
  height: auto;
  display: block;
}

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

.nav {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: center;
  gap: clamp(12px, 1.45vw, 22px);
  min-width: 0;
  font-weight: 700;
  font-size: clamp(0.78rem, 0.85vw, 0.94rem);
  color: var(--blue-ink);
}

.nav a,
.nav-item,
.nav-trigger {
  position: relative;
  white-space: nowrap;
}

.nav a::after,
.nav-trigger::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.nav a:hover::after,
.nav-trigger:hover::after,
.nav-trigger:focus-visible::after {
  transform: scaleX(1);
}

.nav-item--has-sub {
  display: inline-flex;
  align-items: center;
}

.nav-item--has-sub::before {
  content: "";
  position: absolute;
  left: -18px;
  right: -18px;
  top: 100%;
  height: 28px;
}

.nav-trigger {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  padding: 0;
}

.submenu {
  position: absolute;
  left: -18px;
  top: calc(100% + 22px);
  z-index: 60;
  display: grid;
  width: 310px;
  padding: 12px 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-item--has-sub:hover .submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-item--has-sub:focus-within .submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.submenu a {
  padding: 12px 18px;
  color: var(--ink);
  font-weight: 700;
  white-space: normal;
  line-height: 1.35;
}

.submenu a:hover {
  background: var(--blue-soft);
  color: var(--blue-ink);
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.btn--primary {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 12px 30px rgba(240, 75, 22, 0.25);
}

.site-header__inner > .btn--primary[href*="whatsapp"],
.site-header__inner > .btn--primary[href*="api.whatsapp"] {
  gap: 8px;
}

.site-header__inner > .btn--primary[href*="whatsapp"]::before,
.site-header__inner > .btn--primary[href*="api.whatsapp"]::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 2.67C8.67 2.67 2.67 8.66 2.67 16.03c0 2.36.62 4.66 1.8 6.69L2.56 29.33l6.79-1.78a13.32 13.32 0 0 0 6.69 1.8h.01c7.37 0 13.36-6 13.36-13.37 0-3.57-1.39-6.93-3.92-9.45a13.27 13.27 0 0 0-9.45-3.86Zm.01 24.42h-.01a11.1 11.1 0 0 1-5.66-1.55l-.41-.24-4.03 1.06 1.08-3.93-.27-.4a11.07 11.07 0 0 1-1.7-6c0-6.1 4.97-11.08 11.09-11.08 2.96 0 5.74 1.15 7.83 3.25a11 11 0 0 1 3.25 7.82c0 6.12-4.98 11.09-11.17 11.09Zm6.08-8.3c-.33-.17-1.96-.97-2.27-1.08-.3-.11-.52-.17-.74.17-.22.33-.85 1.08-1.04 1.3-.19.22-.39.25-.72.08-.33-.17-1.4-.52-2.67-1.65-.99-.88-1.65-1.97-1.84-2.3-.19-.33-.02-.51.15-.68.15-.15.33-.39.5-.58.17-.19.22-.33.33-.55.11-.22.06-.42-.03-.58-.08-.17-.74-1.78-1.02-2.44-.27-.64-.54-.55-.74-.56l-.63-.01c-.22 0-.58.08-.88.42-.3.33-1.16 1.13-1.16 2.77s1.19 3.22 1.36 3.44c.17.22 2.35 3.58 5.69 5.02.8.34 1.42.55 1.9.7.8.25 1.53.22 2.1.13.64-.1 1.96-.8 2.24-1.58.28-.78.28-1.44.19-1.58-.08-.14-.3-.22-.63-.39Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 2.67C8.67 2.67 2.67 8.66 2.67 16.03c0 2.36.62 4.66 1.8 6.69L2.56 29.33l6.79-1.78a13.32 13.32 0 0 0 6.69 1.8h.01c7.37 0 13.36-6 13.36-13.37 0-3.57-1.39-6.93-3.92-9.45a13.27 13.27 0 0 0-9.45-3.86Zm.01 24.42h-.01a11.1 11.1 0 0 1-5.66-1.55l-.41-.24-4.03 1.06 1.08-3.93-.27-.4a11.07 11.07 0 0 1-1.7-6c0-6.1 4.97-11.08 11.09-11.08 2.96 0 5.74 1.15 7.83 3.25a11 11 0 0 1 3.25 7.82c0 6.12-4.98 11.09-11.17 11.09Zm6.08-8.3c-.33-.17-1.96-.97-2.27-1.08-.3-.11-.52-.17-.74.17-.22.33-.85 1.08-1.04 1.3-.19.22-.39.25-.72.08-.33-.17-1.4-.52-2.67-1.65-.99-.88-1.65-1.97-1.84-2.3-.19-.33-.02-.51.15-.68.15-.15.33-.39.5-.58.17-.19.22-.33.33-.55.11-.22.06-.42-.03-.58-.08-.17-.74-1.78-1.02-2.44-.27-.64-.54-.55-.74-.56l-.63-.01c-.22 0-.58.08-.88.42-.3.33-1.16 1.13-1.16 2.77s1.19 3.22 1.36 3.44c.17.22 2.35 3.58 5.69 5.02.8.34 1.42.55 1.9.7.8.25 1.53.22 2.1.13.64-.1 1.96-.8 2.24-1.58.28-.78.28-1.44.19-1.58-.08-.14-.3-.22-.63-.39Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.btn--primary:hover {
  background: var(--orange-strong);
}

.btn--ghost {
  background: #fff;
  color: var(--blue-ink);
  border-color: var(--line);
}

.btn--dark {
  background: var(--blue-ink);
  color: #fff;
}

.hero {
  position: relative;
  min-height: 720px;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(5, 43, 73, 0.98) 0%, rgba(5, 43, 73, 0.92) 46%, rgba(7, 19, 31, 0.38) 100%),
    url("assets/pattern-circuit.svg") center / cover no-repeat,
    var(--blue-ink);
}

.hero--reference {
  min-height: 560px;
  background: var(--blue-ink);
  overflow: hidden;
}

.home-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero--reference .hero__inner {
  grid-template-columns: minmax(0, 590px) minmax(260px, 1fr);
  min-height: 560px;
  position: relative;
  z-index: 2;
  padding: 74px 0 58px;
}

.hero--reference::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 43, 73, 0.62) 0%, rgba(5, 43, 73, 0.22) 47%, transparent 72%),
    linear-gradient(180deg, rgba(5, 43, 73, 0.1), rgba(5, 43, 73, 0.36));
  opacity: 1;
}

.hero--reference::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: none;
  box-shadow: none;
  opacity: 0;
}

.hero--reference h1 span {
  display: block;
  color: var(--orange) !important;
}

.hero--reference .hero-frame {
  display: none;
}

.hero--video {
  background:
    linear-gradient(105deg, rgba(5, 43, 73, 0.96), rgba(5, 43, 73, 0.68)),
    var(--blue-ink);
}

.hero--video-ref {
  min-height: 560px;
  background:
    linear-gradient(90deg, rgba(2, 9, 38, 0.98) 0%, rgba(5, 20, 64, 0.92) 39%, rgba(5, 20, 64, 0.42) 72%, rgba(5, 20, 64, 0.62) 100%),
    var(--hero-video-bg) center right / cover no-repeat,
    var(--blue-ink);
}

.hero--video-ref::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 150px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 70% 100%, rgba(255, 255, 255, 0.24), transparent 55%),
    repeating-radial-gradient(ellipse at 50% 100%, rgba(255, 255, 255, 0.28) 0 1px, transparent 2px 13px);
  opacity: 0.52;
}

.hero--video-ref .hero__inner {
  min-height: 560px;
  position: relative;
  z-index: 1;
}

.hero__inner--solo {
  grid-template-columns: minmax(0, 620px);
}

.hero--video-ref h1 span {
  color: var(--orange);
}

.hero--video-ref h1 {
  max-width: 720px !important;
  font-size: clamp(2.25rem, 3.65vw, 3.35rem) !important;
  line-height: 1.08 !important;
}

.hero--video-ref .hero__copy {
  max-width: 720px;
}

.hero--video-ref .btn--primary {
  background: var(--orange);
  color: #fff;
}

.hero-frame {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transform: none;
}

.hero-frame img {
  width: 100%;
  height: 460px;
  display: block;
  object-fit: cover;
  object-position: center top;
  transform: none;
}

.hero-frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 8px;
  background: var(--orange);
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(330px, 0.62fr);
  gap: 42px;
  align-items: center;
  min-height: 720px;
  padding: 80px 0 52px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: #ffd7bf;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--orange);
}

.hero h1,
.page-title {
  margin: 0;
  max-width: 850px;
  font-size: clamp(2.45rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero h1 span {
  color: #ffb47c;
}

.hero-media {
  position: relative;
  align-self: center;
  min-height: 540px;
}

.hero-media::before,
.hero-media::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: var(--orange);
  transform: skew(-35deg);
}

.hero-media::before {
  top: 36px;
  right: 12px;
  width: 155px;
  height: 58px;
}

.hero-media::after {
  left: 12px;
  bottom: 46px;
  width: 110px;
  height: 44px;
  background: #fff;
  opacity: 0.9;
}

.hero-media__photo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding: 24px;
  clip-path: polygon(13% 0, 100% 0, 86% 100%, 0 100%, 0 22%);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.hero-media__photo img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: center top;
}

.hero-media__badge {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 360px;
  padding: 18px 20px;
  border-radius: var(--radius);
  background: #fff;
  color: var(--blue-ink);
  box-shadow: var(--shadow);
  font-weight: 900;
}

.hero-media__badge img {
  width: 42px;
}

.hero__copy {
  max-width: 670px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.13rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
  max-width: 720px;
}

.proof-item {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.proof-item strong {
  display: block;
  color: #fff;
  font-size: 1.12rem;
}

.proof-item span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.hero-card {
  align-self: end;
  padding: 26px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  color: var(--blue-ink);
  box-shadow: var(--shadow);
}

.hero-card img {
  display: block;
  width: 210px;
  margin-bottom: 20px;
}

.hero-card h2 {
  margin: 0 0 10px;
  font-size: 1.55rem;
  line-height: 1.15;
}

.hero-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.hero-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-weight: 650;
}

.hero-card li::before {
  content: "";
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border-radius: 2px;
  background: var(--orange);
}

.section {
  padding: 86px 0;
}

.section-overlap {
  position: relative;
}

.section--wash {
  background: var(--wash);
}

.section--dark {
  background: var(--blue-ink);
  color: #fff;
}

.section__head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section__head.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.kicker {
  margin: 0 0 9px;
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section h2 {
  margin: 0;
  color: var(--blue-ink);
  font-size: clamp(2rem, 3vw, 3.05rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.section--dark h2 {
  color: #fff;
}

.section__head p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.section--dark .section__head p,
.section--dark .kicker {
  color: rgba(255, 255, 255, 0.8);
}

.segments {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.segments--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.segment-card,
.service-card,
.cert-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(5, 43, 73, 0.06);
}

.segment-card {
  min-height: 288px;
  padding: 28px;
}

.segment-card--image {
  display: grid;
  grid-template-rows: 180px 1fr;
  min-height: auto;
  overflow: hidden;
  padding: 0;
}

.segment-card--image > img {
  width: 100%;
  height: 180px;
  display: block;
  object-fit: cover;
}

.segment-card--image > div {
  padding: 24px;
}

.icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: var(--radius);
  background: var(--blue-soft);
  color: var(--orange);
}

.icon-box svg {
  width: 27px;
  height: 27px;
}

.icon-box img {
  width: 29px;
  height: 29px;
  object-fit: contain;
}

.about-list svg {
  width: 22px;
  height: 22px;
  color: var(--orange);
}

.about-list img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.segment-card h3,
.service-card h3 {
  margin: 0 0 10px;
  color: var(--blue-ink);
  font-size: 1.3rem;
  line-height: 1.2;
}

.segment-card p,
.service-card p,
.cert-card p {
  margin: 0;
  color: var(--muted);
}

.home-segments {
  position: relative;
  overflow: hidden;
}

.home-segments::before,
.home-segments::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0.18;
  background: repeating-radial-gradient(ellipse at center, var(--blue) 0 1px, transparent 2px 11px);
}

.home-segments::before {
  left: -140px;
  top: 210px;
  width: 520px;
  height: 190px;
}

.home-segments::after {
  right: -120px;
  top: 120px;
  width: 480px;
  height: 220px;
  background: repeating-radial-gradient(ellipse at center, var(--orange) 0 1px, transparent 2px 11px);
}

.segments--home {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.segments--home .segment-card {
  min-height: 350px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 42px 28px;
  text-align: center;
  border-radius: 5px;
}

.segments--home .icon-box {
  position: relative;
  width: 125px;
  height: 125px;
  margin: 0 0 16px;
  background: transparent;
  color: var(--blue);
}

.segments--home .icon-box::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 12px;
  z-index: -1;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(5, 43, 73, 0.09);
}

.segments--home .icon-box svg {
  width: 104px;
  height: 104px;
}

.segments--home .segment-card h3 {
  min-height: auto;
  margin: 0 0 34px;
  color: #07121f;
  font-size: 1.12rem;
  text-transform: uppercase;
}

.segments--home .segment-card p {
  display: none;
}

.segments--home .btn {
  min-width: 122px;
  min-height: 40px;
  padding: 0 20px;
  border-radius: 4px;
  background: var(--orange);
  color: #fff;
  font-size: 0.9rem;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--orange);
  font-weight: 900;
}

.energy-section {
  position: relative;
  background: #fff;
}

.energy-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: 50px;
  align-items: center;
}

.energy-visual {
  min-height: 420px;
}

.energy-visual img {
  display: block;
  width: 100%;
}

.real-gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.9fr;
  gap: 18px;
}

.real-card {
  position: relative;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--blue-ink);
  box-shadow: 0 16px 40px rgba(5, 43, 73, 0.12);
}

.real-card--large {
  min-height: 410px;
}

.real-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.real-card figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 12px 14px;
  border-radius: var(--radius);
  background: rgba(5, 43, 73, 0.9);
  color: #fff;
  font-weight: 900;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}

.feature-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-ink);
  font-weight: 800;
}

.feature-list span::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 2px;
  background: var(--orange);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(340px, 1fr);
  gap: 48px;
  align-items: center;
}

.about-panel {
  position: relative;
  min-height: 520px;
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 106, 19, 0.72), rgba(5, 43, 73, 0.82)),
    url("assets/whatsapp-quadro-01.png") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.about-panel__card {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: min(360px, calc(100% - 56px));
  padding: 24px;
  border-radius: var(--radius);
  background: #fff;
  color: var(--blue-ink);
}

.about-panel__card strong {
  display: block;
  font-size: 2.2rem;
  line-height: 1;
}

.about-panel__card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.about-list {
  display: grid;
  gap: 16px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.about-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  color: var(--muted);
}

.about-list strong {
  display: block;
  color: var(--blue-ink);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.services-grid--wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.services-grid--cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 252px;
  padding: 23px;
}

.service-card--image {
  overflow: hidden;
  padding: 0;
}

.service-card--image > img {
  width: 100%;
  height: 176px;
  display: block;
  object-fit: cover;
}

.service-card--image > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.page-hero {
  padding: 78px 0;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(5, 43, 73, 0.96), rgba(7, 19, 31, 0.76)),
    url("assets/pattern-circuit.svg") center / cover no-repeat,
    var(--blue-ink);
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1;
}

.page-hero--photo {
  min-height: 380px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(105deg, rgba(5, 43, 73, 0.96), rgba(5, 43, 73, 0.55)),
    var(--hero-img) center / cover no-repeat;
}

.image-collage {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 14px;
}

.image-collage img {
  width: 100%;
  height: 210px;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.image-collage img:first-child {
  grid-row: span 2;
  height: 434px;
}

.image-collage--wide img:first-child {
  height: 360px;
}

.values-grid,
.benefit-grid,
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.values-grid article,
.benefit-grid article,
.news-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 32px rgba(5, 43, 73, 0.06);
  padding: 24px;
}

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

.benefit-grid span {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
  border-radius: var(--radius);
  background: var(--blue-soft);
  color: var(--orange);
}

.benefit-grid svg {
  width: 28px;
  height: 28px;
}

.benefit-grid--video {
  position: relative;
  isolation: isolate;
}

.benefit-grid--video::before,
.benefit-grid--video::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 150px;
  opacity: 0.18;
  background: repeating-radial-gradient(ellipse at center, var(--blue) 0 1px, transparent 2px 11px);
}

.benefit-grid--video::before {
  left: -150px;
  top: 26px;
}

.benefit-grid--video::after {
  right: -130px;
  top: -54px;
  background: repeating-radial-gradient(ellipse at center, var(--orange) 0 1px, transparent 2px 11px);
}

.benefit-grid--video article {
  min-height: 310px;
  display: grid;
  grid-template-rows: 104px 64px auto;
  align-content: start;
  justify-items: center;
  text-align: center;
  padding-top: 42px;
}

.benefit-grid--video span {
  width: 104px;
  height: 104px;
  margin-bottom: 0;
  border-radius: 0;
  background: transparent;
  color: var(--blue);
}

.benefit-grid--video svg {
  width: 82px;
  height: 82px;
}

.benefit-grid--video h3 {
  text-transform: uppercase;
  align-self: start;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 58px;
  margin: 0;
}

.benefit-grid--video p {
  align-self: start;
  margin: 0;
}

.news-grid article {
  padding: 0;
  overflow: hidden;
}

.news-grid img {
  width: 100%;
  height: 210px;
  display: block;
  object-fit: cover;
}

.news-grid h3,
.news-grid p,
.news-grid a {
  margin-right: 22px;
  margin-left: 22px;
}

.news-grid h3 {
  margin-top: 20px;
}

.news-grid a {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--orange);
  font-weight: 900;
}

.cert-section {
  background: #fff;
}

.cert-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: center;
}

.cert-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.cert-logo-grid img {
  width: 100%;
  min-height: 118px;
  object-fit: contain;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(5, 43, 73, 0.06);
}

.service-list {
  display: grid;
  gap: 26px;
}

.service-subnav {
  position: sticky;
  top: 0;
  z-index: 12;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.service-subnav__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 14px 0;
}

.service-subnav span {
  color: var(--blue-ink);
  font-weight: 900;
}

.service-subnav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 92, 20, 0.28);
  border-radius: 4px;
  padding: 0 14px;
  color: var(--blue-ink);
  background: #fff;
  font-weight: 850;
}

.service-subnav a:hover {
  color: #fff;
  background: var(--orange);
}

.service-list article {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 26px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 32px rgba(5, 43, 73, 0.06);
}

.service-list article:nth-child(even) img {
  order: 2;
}

.service-list img,
.section-photo {
  width: 100%;
  height: 320px;
  border-radius: var(--radius);
  object-fit: cover;
}

.residential-page {
  background: #fff;
}

.residential-page .section {
  padding-top: 58px;
  padding-bottom: 42px;
}

.residential-intro {
  padding-top: 56px;
}

.residential-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 44px;
  align-items: center;
}

.residential-row--image-first {
  grid-template-columns: minmax(340px, 430px) minmax(0, 1fr);
}

.residential-copy {
  max-width: 690px;
}

.residential-copy .kicker {
  color: #243aa2;
}

.residential-copy h1,
.residential-copy h2 {
  margin: 0 0 18px;
  color: var(--blue-ink);
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.08;
  text-transform: uppercase;
}

.residential-copy p,
.residential-list {
  color: rgba(7, 19, 31, .78);
  font-size: .98rem;
  line-height: 1.78;
}

.residential-list {
  display: grid;
  gap: 14px;
  margin: 0 0 24px;
  padding-left: 20px;
}

.residential-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.btn--whatsapp {
  background: #20c05c;
  color: #fff;
  box-shadow: 0 12px 28px rgba(32, 192, 92, .2);
}

.btn--whatsapp:hover {
  background: #16a64d;
}

.residential-photo {
  width: 100%;
  min-height: 300px;
  max-height: 360px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 8px 8px 0 #243aa2, 0 16px 38px rgba(5, 43, 73, .12);
}

.residential-row--image-first .residential-photo {
  box-shadow: -8px 8px 0 #243aa2, 0 16px 38px rgba(5, 43, 73, .12);
}

.residential-detail--alt {
  padding-top: 34px;
}

@media (max-width: 920px) {
  .residential-row,
  .residential-row--image-first {
    grid-template-columns: 1fr;
  }

  .residential-row--image-first .residential-photo {
    order: 2;
  }

  .residential-photo {
    min-height: 240px;
    max-height: 320px;
  }
}

.steps-list {
  display: grid;
  gap: 14px;
  margin: 24px 0;
  padding-left: 20px;
  color: var(--muted);
  font-weight: 750;
}

.contact-section {
  background: #fff;
}

.contact-section--ref {
  padding-top: 70px;
  padding-bottom: 70px;
}

.contact-composer {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

.contact-visual {
  position: relative;
}

.contact-visual > img {
  width: 100%;
  max-height: 520px;
  border-radius: 0;
  object-fit: contain;
  object-position: center top;
  box-shadow: none;
}

.contact-visual__mark {
  position: absolute;
  right: -18px;
  bottom: 32px;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: var(--shadow);
}

.contact-visual__mark img {
  width: 72px;
}

.contact-form-card {
  padding: 10px 0;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  box-shadow: none;
}

.contact-form-card h2 {
  margin: 0;
  color: var(--blue-ink);
  font-size: clamp(2.2rem, 4vw, 3.25rem);
  line-height: 1;
}

.contact-channels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.contact-channels a {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  column-gap: 10px;
  row-gap: 4px;
  align-items: start;
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--muted);
  background: transparent;
}

.contact-channels a::before {
  content: "";
  grid-column: 1;
  grid-row: 2;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-radius: 0;
  background: var(--orange);
  -webkit-mask: center / contain no-repeat;
  mask: center / contain no-repeat;
}

.contact-channels a[href*="whatsapp"]::before,
.contact-channels a[href*="wa.me"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 2.67C8.67 2.67 2.67 8.66 2.67 16.03c0 2.36.62 4.66 1.8 6.69L2.56 29.33l6.79-1.78a13.32 13.32 0 0 0 6.69 1.8h.01c7.37 0 13.36-6 13.36-13.37 0-3.57-1.39-6.93-3.92-9.45a13.27 13.27 0 0 0-9.45-3.86Zm.01 24.42h-.01a11.1 11.1 0 0 1-5.66-1.55l-.41-.24-4.03 1.06 1.08-3.93-.27-.4a11.07 11.07 0 0 1-1.7-6c0-6.1 4.97-11.08 11.09-11.08 2.96 0 5.74 1.15 7.83 3.25a11 11 0 0 1 3.25 7.82c0 6.12-4.98 11.09-11.17 11.09Zm6.08-8.3c-.33-.17-1.96-.97-2.27-1.08-.3-.11-.52-.17-.74.17-.22.33-.85 1.08-1.04 1.3-.19.22-.39.25-.72.08-.33-.17-1.4-.52-2.67-1.65-.99-.88-1.65-1.97-1.84-2.3-.19-.33-.02-.51.15-.68.15-.15.33-.39.5-.58.17-.19.22-.33.33-.55.11-.22.06-.42-.03-.58-.08-.17-.74-1.78-1.02-2.44-.27-.64-.54-.55-.74-.56l-.63-.01c-.22 0-.58.08-.88.42-.3.33-1.16 1.13-1.16 2.77s1.19 3.22 1.36 3.44c.17.22 2.35 3.58 5.69 5.02.8.34 1.42.55 1.9.7.8.25 1.53.22 2.1.13.64-.1 1.96-.8 2.24-1.58.28-.78.28-1.44.19-1.58-.08-.14-.3-.22-.63-.39Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 2.67C8.67 2.67 2.67 8.66 2.67 16.03c0 2.36.62 4.66 1.8 6.69L2.56 29.33l6.79-1.78a13.32 13.32 0 0 0 6.69 1.8h.01c7.37 0 13.36-6 13.36-13.37 0-3.57-1.39-6.93-3.92-9.45a13.27 13.27 0 0 0-9.45-3.86Zm.01 24.42h-.01a11.1 11.1 0 0 1-5.66-1.55l-.41-.24-4.03 1.06 1.08-3.93-.27-.4a11.07 11.07 0 0 1-1.7-6c0-6.1 4.97-11.08 11.09-11.08 2.96 0 5.74 1.15 7.83 3.25a11 11 0 0 1 3.25 7.82c0 6.12-4.98 11.09-11.17 11.09Zm6.08-8.3c-.33-.17-1.96-.97-2.27-1.08-.3-.11-.52-.17-.74.17-.22.33-.85 1.08-1.04 1.3-.19.22-.39.25-.72.08-.33-.17-1.4-.52-2.67-1.65-.99-.88-1.65-1.97-1.84-2.3-.19-.33-.02-.51.15-.68.15-.15.33-.39.5-.58.17-.19.22-.33.33-.55.11-.22.06-.42-.03-.58-.08-.17-.74-1.78-1.02-2.44-.27-.64-.54-.55-.74-.56l-.63-.01c-.22 0-.58.08-.88.42-.3.33-1.16 1.13-1.16 2.77s1.19 3.22 1.36 3.44c.17.22 2.35 3.58 5.69 5.02.8.34 1.42.55 1.9.7.8.25 1.53.22 2.1.13.64-.1 1.96-.8 2.24-1.58.28-.78.28-1.44.19-1.58-.08-.14-.3-.22-.63-.39Z'/%3E%3C/svg%3E");
}

.contact-channels a[href^="mailto:"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5h18a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Zm9 8 8-5H4l8 5Zm0 2.3L4 10v7h16v-7l-8 5.3Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5h18a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Zm9 8 8-5H4l8 5Zm0 2.3L4 10v7h16v-7l-8 5.3Z'/%3E%3C/svg%3E");
}

.contact-channels strong {
  grid-column: 1 / -1;
  color: var(--blue-ink);
}

.contact-status {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
  color: var(--blue-ink);
  font-weight: 850;
}

.contact-status--sent {
  border-color: rgba(34, 197, 94, .45);
  background: rgba(34, 197, 94, .1);
}

.contact-status--error,
.contact-status--invalid,
.contact-status--recaptcha {
  border-color: rgba(255, 106, 19, .45);
  background: rgba(255, 106, 19, .1);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: var(--blue-ink);
  font-weight: 850;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  font: inherit;
  background: #fff;
}

.form-wide {
  grid-column: 1 / -1;
}

.form-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-recaptcha {
  min-height: 78px;
}

.map-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: center;
}

.map-placeholder {
  display: grid;
  min-height: 340px;
  place-items: center;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(5, 43, 73, 0.08), rgba(255, 106, 19, 0.12)),
    #eef3f8;
  color: var(--blue-ink);
  font-size: 1.5rem;
  font-weight: 950;
}

.map-embed {
  overflow: hidden;
  min-height: 360px;
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.map-embed iframe {
  width: 100%;
  height: 420px;
  display: block;
  border: 0;
}

.video-showcase {
  background:
    radial-gradient(circle at 8% 34%, rgba(5, 43, 73, 0.08), transparent 30%),
    radial-gradient(circle at 96% 34%, rgba(5, 43, 73, 0.05), transparent 28%),
    #fff;
}

.video-showcase__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
  gap: 58px;
  align-items: center;
}

.video-showcase h2 {
  color: #07121f;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.18;
  text-transform: uppercase;
}

.video-showcase h2 span,
.video-showcase strong {
  color: var(--blue);
}

.diamond-collage {
  position: relative;
  min-height: 470px;
}

.diamond {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 9px solid #fff;
  box-shadow: var(--shadow);
  transform: rotate(45deg);
  background: var(--blue-ink);
}

.diamond img {
  width: 145%;
  height: 145%;
  max-width: none;
  object-fit: cover;
  transform: rotate(-45deg) translate(-9%, -9%);
}

.diamond--main {
  left: 48px;
  top: 56px;
  width: 285px;
  height: 285px;
  border-color: var(--blue);
}

.diamond--small {
  width: 164px;
  height: 164px;
  border-color: #e9edf2;
}

.diamond--top {
  right: 92px;
  top: 50px;
}

.diamond--bottom {
  right: 142px;
  bottom: 34px;
}

.shape-square {
  position: absolute;
  display: block;
  width: 76px;
  height: 76px;
  transform: rotate(45deg);
}

.shape-square--blue {
  right: 78px;
  top: 18px;
  background: var(--blue);
}

.shape-square--yellow {
  right: 42px;
  bottom: 122px;
  background: var(--orange);
}

.video-steps {
  background: #fff;
}

.video-steps__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 26px;
  align-items: center;
  padding: 48px 44px;
  background: var(--orange);
}

.video-steps h2,
.video-steps .kicker,
.video-steps li {
  color: var(--blue-ink);
}

.video-steps h2 {
  display: inline;
  padding: 4px 10px;
  color: #fff;
  background: var(--blue);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.65;
  text-transform: uppercase;
}

.video-steps .steps-list {
  counter-reset: video-step;
  gap: 12px;
  margin-top: 28px;
  padding-left: 0;
  list-style: none;
}

.video-steps li {
  counter-increment: video-step;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: start;
  color: #07121f;
}

.video-steps li::before {
  content: counter(video-step);
  color: var(--blue);
  font-size: 2rem;
  font-weight: 950;
  line-height: 1;
}

.video-steps img {
  width: 100%;
  height: 240px;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: -6px 6px 0 var(--blue);
}

.product-highlight {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.product-highlight article {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  padding: 0;
  border-radius: var(--radius);
  background: var(--blue);
  color: #fff;
  box-shadow: var(--shadow);
}

.product-highlight img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  display: block;
  border-radius: 0;
  object-fit: cover;
  opacity: 1 !important;
  filter: none !important;
}

.product-highlight article::after {
  content: none !important;
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 14, 58, 0.92) 0%, rgba(4, 14, 58, 0.6) 42%, rgba(4, 14, 58, 0.1) 100%);
}

.product-highlight article > div {
  display: none !important;
}

.product-highlight span {
  color: #fff;
  font-weight: 950;
  text-transform: uppercase;
}

.product-highlight h3 {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 1.85rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.product-highlight p {
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.55;
}

.video-cta {
  padding: 70px 0;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 40% 5%, rgba(255, 255, 255, 0.12), transparent 22%),
    linear-gradient(100deg, #142d92, #071b76 62%, #142d92);
}

.video-cta h2 {
  max-width: 930px;
  margin: 0 auto 18px;
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1.45;
}

.video-cta span,
.video-cta strong {
  color: var(--orange);
}

.video-cta strong {
  display: block;
  margin-top: 8px;
  text-transform: uppercase;
}

.video-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.25rem;
}

.keyword-panel {
  padding: 34px;
  border-radius: var(--radius);
  background: var(--wash);
}

.keyword-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.keyword-cloud span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--blue-ink);
  font-weight: 800;
}

.footer-grid {
  grid-template-columns: minmax(260px, 1.3fr) repeat(3, minmax(180px, 1fr));
  align-items: start;
}

.footer-grid > * + * {
  padding-left: 28px;
  border-left: 2px dotted rgba(255, 242, 0, 0.7);
}

.footer-col {
  display: grid;
  gap: 8px;
}

.footer-col h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1rem;
}

.footer-col a,
.footer-col span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 650;
}

.footer-cta {
  width: max-content;
  margin-top: 10px;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.footer-social a {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: var(--blue);
  font-weight: 950;
  text-transform: uppercase;
}

.site-footer .complaints-logo {
  width: 118px;
  margin-top: 20px;
  margin-bottom: 0;
}

.footer-certs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-certs img {
  width: auto;
  height: 46px;
  max-width: 132px;
  margin: 0;
  padding: 7px 10px;
  border-radius: 6px;
  background: #fff;
  object-fit: contain;
}

.footer-bottom {
  margin-top: 34px;
  padding: 14px 0;
  background: var(--orange);
  color: #fff;
  font-weight: 800;
}

.service-card .btn {
  width: max-content;
  margin-top: auto;
  min-height: 42px;
  padding: 0 14px;
  font-size: 0.92rem;
}

.certs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.cert-card {
  display: grid;
  align-content: center;
  min-height: 168px;
  padding: 20px;
  text-align: center;
}

.cert-card strong {
  display: block;
  color: var(--blue-ink);
  font-size: 1.05rem;
}

.cert-card span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.87rem;
}

.certs--dark .cert-card {
  background: rgba(255, 255, 255, 0.96);
}

.certs--logos .cert-card strong {
  display: inline-grid;
  place-items: center;
  min-height: 68px;
  margin-bottom: 10px;
  border: 2px solid var(--orange);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.1), rgba(5, 43, 73, 0.08)),
    #fff;
  color: var(--blue-ink);
  font-size: 1.35rem;
  letter-spacing: 0;
}

.reference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.reference-grid span,
.region-cloud span,
.partner-strip span {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--blue-ink);
  font-weight: 800;
}

.reference-grid span {
  padding: 13px 15px;
}

.regions-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

.regions-grid .btn {
  margin-top: 22px;
}

.region-cloud,
.partner-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.region-cloud span,
.partner-strip span {
  padding: 9px 12px;
}

.partner-strip {
  justify-content: center;
}

.logo-strip {
  gap: 14px;
}

.logo-tile {
  display: inline-grid;
  place-items: center;
  min-width: 138px;
  min-height: 66px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.1), rgba(5, 43, 73, 0.05)),
    #fff;
  color: var(--blue-ink);
  font-size: 0.92rem;
  font-weight: 950;
  text-align: center;
  box-shadow: 0 10px 24px rgba(5, 43, 73, 0.06);
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 36px;
  border-radius: var(--radius);
  background: transparent;
  color: #fff;
  text-align: center;
}

.cta-band h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: #fff;
  text-transform: uppercase;
}

.cta-band p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
}

.cta-section-ref {
  background:
    linear-gradient(90deg, rgba(5, 43, 73, 0.98), rgba(11, 54, 112, 0.92)),
    url("assets/pattern-circuit.svg") center / cover no-repeat;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
}

.contact-card {
  padding: 30px;
  border-radius: var(--radius);
  background: #fff;
  color: var(--blue-ink);
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
}

.contact-list a,
.contact-list span {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  font-weight: 750;
}

.faq {
  display: grid;
  gap: 12px;
}

.faq details {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.faq summary {
  cursor: pointer;
  padding: 17px 18px;
  font-weight: 850;
}

.faq p {
  margin: 0;
  padding: 0 18px 18px;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  background:
    linear-gradient(90deg, rgba(5, 43, 73, 0.98), rgba(7, 19, 31, 0.96)),
    url("assets/pattern-circuit.svg") center / cover no-repeat;
  color: rgba(255, 255, 255, 0.78);
  padding: 54px 0 0;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.site-footer img {
  display: block;
  width: 230px;
  margin-bottom: 22px;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #22c55e;
  color: #fff;
  box-shadow: 0 18px 40px rgba(34, 197, 94, 0.34);
}

.floating-whatsapp svg {
  width: 28px;
  height: 28px;
}

.floating-actions {
  position: fixed;
  right: 18px;
  top: 50%;
  z-index: 80;
  display: grid;
  gap: 12px;
  transform: translateY(-50%);
}

.floating-action {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 10px 24px rgba(5, 43, 73, 0.24);
}

.floating-action svg {
  width: 27px;
  height: 27px;
}

.floating-action--whatsapp svg {
  display: none;
}

.floating-action--whatsapp::before {
  content: "";
  width: 30px;
  height: 30px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 2.67C8.67 2.67 2.67 8.66 2.67 16.03c0 2.36.62 4.66 1.8 6.69L2.56 29.33l6.79-1.78a13.32 13.32 0 0 0 6.69 1.8h.01c7.37 0 13.36-6 13.36-13.37 0-3.57-1.39-6.93-3.92-9.45a13.27 13.27 0 0 0-9.45-3.86Zm.01 24.42h-.01a11.1 11.1 0 0 1-5.66-1.55l-.41-.24-4.03 1.06 1.08-3.93-.27-.4a11.07 11.07 0 0 1-1.7-6c0-6.1 4.97-11.08 11.09-11.08 2.96 0 5.74 1.15 7.83 3.25a11 11 0 0 1 3.25 7.82c0 6.12-4.98 11.09-11.17 11.09Zm6.08-8.3c-.33-.17-1.96-.97-2.27-1.08-.3-.11-.52-.17-.74.17-.22.33-.85 1.08-1.04 1.3-.19.22-.39.25-.72.08-.33-.17-1.4-.52-2.67-1.65-.99-.88-1.65-1.97-1.84-2.3-.19-.33-.02-.51.15-.68.15-.15.33-.39.5-.58.17-.19.22-.33.33-.55.11-.22.06-.42-.03-.58-.08-.17-.74-1.78-1.02-2.44-.27-.64-.54-.55-.74-.56l-.63-.01c-.22 0-.58.08-.88.42-.3.33-1.16 1.13-1.16 2.77s1.19 3.22 1.36 3.44c.17.22 2.35 3.58 5.69 5.02.8.34 1.42.55 1.9.7.8.25 1.53.22 2.1.13.64-.1 1.96-.8 2.24-1.58.28-.78.28-1.44.19-1.58-.08-.14-.3-.22-.63-.39Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 2.67C8.67 2.67 2.67 8.66 2.67 16.03c0 2.36.62 4.66 1.8 6.69L2.56 29.33l6.79-1.78a13.32 13.32 0 0 0 6.69 1.8h.01c7.37 0 13.36-6 13.36-13.37 0-3.57-1.39-6.93-3.92-9.45a13.27 13.27 0 0 0-9.45-3.86Zm.01 24.42h-.01a11.1 11.1 0 0 1-5.66-1.55l-.41-.24-4.03 1.06 1.08-3.93-.27-.4a11.07 11.07 0 0 1-1.7-6c0-6.1 4.97-11.08 11.09-11.08 2.96 0 5.74 1.15 7.83 3.25a11 11 0 0 1 3.25 7.82c0 6.12-4.98 11.09-11.17 11.09Zm6.08-8.3c-.33-.17-1.96-.97-2.27-1.08-.3-.11-.52-.17-.74.17-.22.33-.85 1.08-1.04 1.3-.19.22-.39.25-.72.08-.33-.17-1.4-.52-2.67-1.65-.99-.88-1.65-1.97-1.84-2.3-.19-.33-.02-.51.15-.68.15-.15.33-.39.5-.58.17-.19.22-.33.33-.55.11-.22.06-.42-.03-.58-.08-.17-.74-1.78-1.02-2.44-.27-.64-.54-.55-.74-.56l-.63-.01c-.22 0-.58.08-.88.42-.3.33-1.16 1.13-1.16 2.77s1.19 3.22 1.36 3.44c.17.22 2.35 3.58 5.69 5.02.8.34 1.42.55 1.9.7.8.25 1.53.22 2.1.13.64-.1 1.96-.8 2.24-1.58.28-.78.28-1.44.19-1.58-.08-.14-.3-.22-.63-.39Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.floating-action--location {
  background: var(--orange);
}

.floating-action--phone {
  background: #0ea5e9;
}

.floating-action--whatsapp {
  background: #22c55e;
}

.floating-action--mail {
  background: #f43f5e;
}

/* Footer matched to the reference structure. */
.site-footer {
  padding: 70px 0 0;
  background:
    radial-gradient(circle at 58% 30%, rgba(255, 255, 255, 0.08), transparent 28%),
    radial-gradient(circle at 42% 85%, rgba(255, 255, 255, 0.05) 0 1px, transparent 2px 12px),
    linear-gradient(90deg, #14227d 0%, #12227a 52%, #2f4775 100%);
  color: #fff;
}

.site-footer__inner.footer-grid {
  display: grid;
  grid-template-columns: 250px 260px 270px 300px;
  gap: 26px;
  align-items: start;
}

.footer-grid > * + * {
  min-height: 340px;
  padding-left: 22px;
  border-left: 2px dotted var(--orange);
}

.footer-logo-card {
  width: 202px;
  min-height: 91px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 7px;
  background: #fff;
}

.site-footer .footer-logo-card img {
  width: 176px;
  margin: 0;
}

.footer-brand p {
  max-width: 210px;
  margin: 0 0 16px;
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.55;
}

.footer-col {
  gap: 11px;
}

.footer-col h3 {
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 1.1rem;
  line-height: 1;
  text-transform: uppercase;
}

.footer-col a,
.footer-col span {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 750;
}

.footer-col a::before {
  content: ">";
  margin-right: 10px;
  color: var(--orange);
  font-size: 1.15rem;
  line-height: 0;
}

.footer-contact a::before,
.footer-cta::before,
.footer-social a::before {
  content: none;
}

.footer-contact a,
.footer-contact span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-icon {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  display: inline-block;
  position: relative;
  margin-top: 1px;
  color: var(--orange) !important;
  font-weight: 950;
}

.footer-icon::before {
  content: "";
  position: absolute;
  inset: 2px;
  border: 2px solid var(--orange);
}

.footer-icon--mail::before {
  border-radius: 2px;
}

.footer-icon--mail::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 6px;
  height: 8px;
  border-right: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  transform: rotate(45deg);
}

.footer-icon--phone::before {
  border: 0;
  border-radius: 50%;
  background: var(--orange);
  clip-path: polygon(30% 8%, 54% 8%, 58% 31%, 45% 39%, 61% 61%, 74% 52%, 91% 70%, 80% 91%, 58% 88%, 35% 72%, 17% 47%, 9% 23%);
}

.footer-icon--pin::before {
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--orange);
}

.footer-icon--pin::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}

.footer-social {
  gap: 14px;
  margin-top: 18px;
}

.footer-social a {
  width: 30px;
  height: 30px;
  font-size: 0.82rem;
  background: var(--orange);
  color: #14227d;
}

.footer-social a::before {
  content: none;
}

.site-footer .complaints-logo {
  width: 86px;
  margin-top: 24px;
  margin-bottom: 0;
}

.footer-cta {
  min-height: 40px;
  margin-top: 16px;
  padding: 0 26px;
  border-radius: 4px;
  background: var(--orange);
  color: #fff !important;
  font-size: 0.86rem !important;
}

.footer-cta::before {
  content: none !important;
}

.footer-bottom {
  margin-top: 50px;
  padding: 12px 0;
  background: var(--orange);
  color: #fff;
}

.footer-bottom__inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 650;
}

@media (max-width: 1060px) {
  .nav {
    display: none;
  }

  .hero__inner,
  .split,
  .contact-grid,
  .energy-grid,
  .regions-grid,
  .real-gallery,
  .cert-layout,
  .contact-composer,
  .map-panel,
  .video-showcase__grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    align-self: auto;
    max-width: 520px;
  }

  .hero-media {
    max-width: 620px;
  }

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

  .segments,
  .services-grid--cards,
  .values-grid,
  .benefit-grid,
  .news-grid,
  .product-highlight,
  .footer-grid,
  .service-list article,
  .video-steps__inner {
    grid-template-columns: 1fr;
  }

  .service-list article:nth-child(even) img {
    order: 0;
  }

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

  .footer-grid > * + * {
    padding-left: 0;
    padding-top: 20px;
    border-left: 0;
    border-top: 2px dotted rgba(255, 242, 0, 0.7);
  }

  .site-footer__inner.footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid > * + * {
    min-height: auto;
  }

  .video-steps__inner {
    padding: 34px;
  }

  .product-highlight article,
  .product-highlight img {
    min-height: 300px;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .topbar__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 0;
  }

  .site-header__inner {
    min-height: 72px;
  }

  .brand img {
    width: 144px;
  }

  .site-header .btn {
    min-height: 42px;
    padding: 0 13px;
    font-size: 0.88rem;
  }

  .hero,
  .hero__inner {
    min-height: auto;
  }

  .hero--video-ref {
    background:
      linear-gradient(90deg, rgba(2, 9, 38, 0.98), rgba(5, 20, 64, 0.9)),
      var(--hero-video-bg) center right / cover no-repeat,
      var(--blue-ink);
  }

  .hero__inner {
    padding: 56px 0 44px;
  }

  .hero__proof,
  .segments,
  .services-grid,
  .certs,
  .cta-band,
  .site-footer__inner,
  .reference-grid,
  .contact-form,
  .contact-channels,
  .cert-logo-grid {
    grid-template-columns: 1fr;
  }

  .site-footer__inner.footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-logo-card,
  .footer-brand p {
    max-width: none;
  }

  .footer-bottom__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-media {
    min-height: auto;
  }

  .hero-media__photo {
    min-height: 320px;
  }

  .hero-media__photo img {
    height: 300px;
  }

  .hero-media__badge {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: -12px;
  }

  .hero-frame img {
    height: 320px;
  }

  .image-collage {
    grid-template-columns: 1fr;
  }

  .image-collage img,
  .image-collage img:first-child,
  .service-list img,
  .section-photo {
    height: 280px;
  }

  .contact-form-card {
    padding: 24px;
  }

  .diamond-collage {
    min-height: 360px;
  }

  .diamond--main {
    left: 32px;
    width: 220px;
    height: 220px;
  }

  .diamond--small {
    width: 130px;
    height: 130px;
  }

  .diamond--top {
    right: 36px;
  }

  .diamond--bottom {
    right: 76px;
  }

  .benefit-grid--video article {
    min-height: 260px;
  }

  .benefit-grid--video::before,
  .benefit-grid--video::after {
    display: none;
  }

  .video-steps__inner {
    padding: 26px 20px;
  }

  .video-steps h2 {
    font-size: 1.05rem;
  }

  .video-steps li {
    grid-template-columns: 34px 1fr;
  }

  .product-highlight article > div {
    left: 22px;
    top: 42px;
  }

  .product-highlight h3 {
    font-size: 1.45rem;
  }

  .video-cta {
    padding: 54px 0;
  }

  .floating-actions {
    right: 12px;
    gap: 9px;
  }

  .floating-action {
    width: 48px;
    height: 48px;
  }

  .floating-action svg {
    width: 23px;
    height: 23px;
  }

  .section {
    padding: 62px 0;
  }

  .about-panel {
    min-height: 420px;
  }

  .cta-band {
    padding: 26px;
  }
}

/* Final review overrides */
.site-footer { background: var(--blue-ink) !important; }
.site-footer__inner { padding-top: 46px; padding-bottom: 36px; }
.footer-grid { grid-template-columns: minmax(230px, 1.15fr) repeat(3, minmax(170px, 1fr)); gap: 26px; }
.footer-brand p, .footer-col a, .footer-contact span, .footer-contact a { font-size: .88rem; line-height: 1.55; }
.footer-col h3 { font-size: 1rem; margin-bottom: 14px; }
.footer-logo-card { max-width: 190px; padding: 14px; }
.complaints-logo { width: 70px; height: 70px; }
.cert-logo-grid img { height: 118px; min-height: 118px; object-fit: contain; object-position: center; padding: 18px; }
.cert-logo-grid img:nth-child(4) { padding: 12px 18px; }
.contact-visual > img { max-height: 560px; object-fit: contain; object-position: center; image-rendering: auto; }
.values-grid--illustrated span { display: inline-grid; place-items: center; width: 72px; height: 72px; margin-bottom: 20px; border-radius: 50%; color: var(--orange); background: rgba(255,106,19,.1); }
.values-grid--illustrated svg { width: 38px; height: 38px; }
.about-differentials { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 28px; }
.about-differentials article, .sidebar-box { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 32px rgba(5,43,73,.06); }
.about-differentials h3, .sidebar-box h3 { margin-top: 0; color: var(--blue-ink); }
.reference-panel { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 28px; align-items: start; }
.reference-list { display: flex; flex-wrap: wrap; gap: 10px; }
.reference-list span { padding: 9px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--blue-ink); font-weight: 800; font-size: .88rem; }
.service-detail-grid { display: grid; grid-template-columns: minmax(0,1fr) 420px; gap: 28px; align-items: center; }
.service-detail-grid img { width: 100%; height: 290px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.blog-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 28px; align-items: start; }
.blog-main, .blog-sidebar, .sidebar-box { display: grid; gap: 18px; }
.blog-sidebar { position: sticky; top: 120px; }
.blog-post--featured { display: grid; grid-template-columns: 360px minmax(0,1fr); gap: 28px; align-items: center; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.blog-post--featured img, .news-grid--blog img { width: 100%; height: 240px; object-fit: cover; border-radius: var(--radius); }
.news-grid--blog { grid-template-columns: repeat(3,minmax(0,1fr)); }
.sidebar-box a:not(.btn) { color: var(--blue-ink); font-weight: 850; }
.sidebar-box--dark { background: var(--blue-ink); color: #fff; }
.sidebar-box--dark h3 { color: #fff; }
.video-cta { background: #fff !important; color: var(--blue-ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.video-cta h2, .video-cta p { color: var(--blue-ink); }
.video-cta::after { content: ""; display: block; width: min(220px,35vw); height: 4px; margin: 34px auto 0; background: var(--orange); border-radius: 999px; }
.hero--video-ref { background: linear-gradient(90deg,rgba(5,43,73,.98) 0%,rgba(5,43,73,.88) 42%,rgba(5,43,73,.2) 100%), var(--hero-video-bg) center right / cover no-repeat, var(--blue-ink); }
.submenu { width: min(430px, calc(100vw - 40px)); }
.submenu a { white-space: normal !important; line-height: 1.35; }
.nav-item--has-sub:hover .submenu, .nav-item--has-sub:focus-within .submenu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.brand img { width: 210px; max-height: 64px; object-fit: contain; object-position: left center; }
.footer-logo-card { width: 202px; min-height: 91px; display: grid; place-items: center; overflow: hidden; }
.site-footer .footer-logo-card img { width: 176px; max-height: 64px; object-fit: contain; }
.site-footer__inner { padding-top: 30px !important; padding-bottom: 24px !important; }
.footer-grid { gap: 22px !important; grid-template-columns: minmax(210px, 1.05fr) repeat(3, minmax(160px, 1fr)) !important; }
.footer-brand p, .footer-col a, .footer-contact span, .footer-contact a { font-size: .78rem !important; line-height: 1.45 !important; }
.footer-col h3 { font-size: .92rem !important; margin-bottom: 10px !important; }
.footer-col a { margin: 0 0 8px !important; }
.footer-logo-card { width: 170px !important; min-height: 72px !important; padding: 10px !important; border-radius: 6px !important; }
.site-footer .footer-logo-card img { width: 145px !important; max-height: 50px !important; }
.footer-social { gap: 9px !important; margin-top: 12px !important; }
.footer-social a { width: 26px !important; height: 26px !important; font-size: .72rem !important; }
.complaints-logo { width: 58px !important; height: 58px !important; padding: 4px; border-radius: 50%; background: #fff; box-shadow: 0 8px 20px rgba(0,0,0,.12); }
.footer-cta { min-height: 42px !important; padding: 0 16px !important; font-size: .82rem !important; }
.footer-bottom { min-height: 40px !important; }
.footer-bottom__inner { font-size: .76rem !important; }
.cert-logo-grid img { width: 100%; height: 118px !important; min-height: 118px !important; object-fit: contain !important; object-position: center !important; }
.btn, .floating-action, .footer-social a { transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.btn:hover, .floating-action:hover, .footer-social a:hover { transform: translateY(-2px); }
@media (max-width: 980px) {
  .about-differentials, .reference-panel, .service-detail-grid, .blog-layout, .blog-post--featured, .news-grid--blog, .footer-grid, .all-service-category { grid-template-columns: 1fr; }
  .blog-sidebar { position: static; }
  .all-service-category__media {
    grid-row: 1;
  }
  .all-service-category__media img {
    height: 300px;
    min-height: 0;
  }

  .all-service-category--credentials .all-service-list {
    grid-template-columns: 1fr;
  }
}

/* Professional Quem Somos and Services layout */
.page-hero__copy { max-width: 760px; margin: 18px 0 0; color: rgba(255,255,255,.86); font-size: 1.08rem; }

.page-hero--services {
  background:
    linear-gradient(105deg, rgba(5, 43, 73, 0.96), rgba(7, 19, 31, 0.78)),
    url("assets/client/hero-electrician-panel.webp") center/cover;
}

.all-services-intro .split {
  align-items: center;
}

.all-services-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 1060px;
  margin: 0 auto;
}

.all-services-index a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: var(--blue-ink);
  font-weight: 850;
  font-size: .9rem;
}

.all-services-index a:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.all-services-catalog .container {
  display: grid;
  gap: 32px;
}

.all-service-category {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.44fr);
  gap: 34px;
  align-items: stretch;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 42px rgba(5, 43, 73, .07);
}

.all-service-category__content h2 {
  margin: 0 0 12px;
  color: var(--blue-ink);
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.all-service-category__content > p {
  max-width: 780px;
  margin: 0 0 22px;
  color: var(--muted);
}

.all-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.all-service-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 56px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f8fbff;
}

.all-service-item span {
  color: var(--blue-ink);
  font-weight: 850;
  line-height: 1.25;
}

.all-service-item .btn {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 4px;
  font-size: .78rem;
  white-space: nowrap;
}

.all-service-category--credentials .all-service-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.all-service-category--credentials .all-service-item {
  min-height: 48px;
  background: #fff;
  border-color: rgba(5, 43, 73, .16);
}

.all-service-item--plain {
  grid-template-columns: 1fr;
}

.all-service-item--plain span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--orange);
}

.all-service-category__media {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 14px;
}

.all-service-category__media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(7, 19, 31, .14);
}

.all-service-category__media .btn {
  justify-content: center;
  width: 100%;
}

@media (max-width: 980px) {
  .all-service-category {
    grid-template-columns: 1fr;
  }

  .all-service-category__media {
    grid-row: 1;
  }

  .all-service-category__media img {
    height: 300px;
    min-height: 0;
  }
}

.seo-global-page .section {
  padding: 48px 0;
}

.seo-global-hero {
  min-height: 120px;
  padding: 26px 0;
  background:
    linear-gradient(105deg, rgba(5, 43, 73, .98), rgba(7, 19, 31, .94)),
    url("assets/pattern-circuit.svg") center / cover no-repeat,
    var(--blue-ink);
}

.seo-global-hero h1 {
  width: fit-content;
  margin: 0 0 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--orange);
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.seo-global-hero .seo-breadcrumb {
  margin: 0;
}

.seo-global-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr);
  gap: 70px;
  align-items: start;
}

.seo-global-copy {
  color: #2f3743;
  font-size: .98rem;
  line-height: 1.72;
  text-align: justify;
}

.seo-global-copy p {
  margin: 0 0 18px;
}

.seo-main-gallery {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.seo-main-gallery__stage {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(5, 43, 73, .08);
}

.seo-main-gallery__stage img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / .92;
  object-fit: cover;
}

.seo-main-gallery__controls {
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  gap: 12px;
  align-items: center;
  width: 100%;
}

.seo-main-gallery__controls > button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #111827;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}

.seo-main-gallery__thumbs {
  display: flex;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.seo-main-gallery__thumbs button {
  width: 52px;
  height: 42px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  opacity: .72;
}

.seo-main-gallery__thumbs button.is-active {
  border-color: var(--orange);
  opacity: 1;
}

.seo-main-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seo-main-gallery__cta {
  justify-self: end;
  min-height: 38px;
  border-radius: 0;
  background: var(--orange) !important;
  color: #fff !important;
  font-size: .78rem;
}

.seo-form-section {
  padding: 18px 0 52px;
}

.seo-form-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 26px 34px;
  border-radius: 6px;
  background:
    radial-gradient(circle at 10% 90%, rgba(255,255,255,.11) 0 2px, transparent 2px) 0 0 / 18px 18px,
    linear-gradient(105deg, #052b49, #07131f);
  color: #fff;
  text-align: center;
  box-shadow: 0 18px 38px rgba(5, 43, 73, .18);
}

.seo-form-card h2 {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
}

.seo-form-card h2::first-letter {
  color: inherit;
}

.seo-form-card p {
  margin: 6px 0 16px;
  color: rgba(255,255,255,.86);
  font-size: .82rem;
}

.seo-contact-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  text-align: left;
}

.seo-contact-form .form-wide {
  grid-column: 1 / -1;
}

.seo-contact-form label span {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 6px !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  color: #fff !important;
  font-size: .78rem !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}

.seo-contact-form input,
.seo-contact-form textarea {
  border: 2px solid var(--orange) !important;
  border-radius: 3px;
  background: #fff;
  color: var(--blue-ink);
  font-size: .86rem;
}

.seo-contact-form input:focus,
.seo-contact-form textarea:focus {
  border-color: #ff8a3d !important;
  box-shadow: 0 0 0 3px rgba(255, 106, 19, .2);
  outline: 0;
}

.seo-form-submit {
  justify-self: center;
  min-width: 116px;
  min-height: 34px;
  padding: 9px 18px;
  border-radius: 0;
  background: var(--orange) !important;
  color: #fff !important;
  font-size: .72rem;
}

.seo-global-page .btn--primary,
.seo-global-page .seo-form-submit,
.seo-global-page .seo-main-gallery__cta,
.seo-global-page .seo-gallery__nav {
  background: var(--orange) !important;
  border-color: var(--orange) !important;
  color: #fff !important;
}

.seo-global-page .seo-global-hero h1 {
  border-bottom-color: var(--orange) !important;
}

.seo-page-carousel-section {
  padding-top: 18px !important;
}

.seo-page-carousel {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 14px;
  align-items: center;
}

.seo-page-carousel__track {
  grid-auto-columns: minmax(210px, 24%);
  padding-bottom: 12px;
}

.seo-page-carousel__nav {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #111827;
  cursor: pointer;
  font-size: 2.1rem;
  line-height: 1;
}

.seo-page-card {
  display: block;
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border-radius: 3px;
  background: var(--blue-ink);
}

.seo-page-card img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.seo-page-card span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0,0,0,.34);
  color: #fff;
  font-size: .92rem;
  font-weight: 900;
  text-align: center;
}

.seo-share-section {
  padding-top: 16px !important;
}

.seo-sitemap-tree--global {
  box-shadow: none;
  border: 0;
  padding: 0;
}
.authority-strip { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.authority-strip article { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 32px rgba(5,43,73,.06); }
.authority-strip strong { display: block; color: var(--blue-ink); font-size: 1.25rem; line-height: 1.15; }
.authority-strip span { display: block; margin-top: 8px; color: var(--muted); font-weight: 750; }
.about-proof h2, .about-proof p { color: #fff; }
.proof-list { display: grid; gap: 12px; }
.proof-list span,
.proof-list a { padding: 14px 16px; border-left: 4px solid var(--orange); background: rgba(255,255,255,.1); color: #fff; font-weight: 800; }
.proof-list--light span,
.proof-list--light a { color: var(--blue-ink); background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--orange); }
.seo-region-action { margin-top: 34px; }

.seo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 12px 0 14px;
  color: rgba(255,255,255,.84);
  font-size: .82rem;
  font-weight: 850;
}

.seo-breadcrumb a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.seo-breadcrumb span::before {
  content: "/";
  margin-right: 8px;
  color: var(--orange);
}

.seo-related-regions {
  background: #fff;
}

.seo-sitemap-tree-section {
  padding-bottom: 0;
}

.seo-sitemap-tree {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(5,43,73,.06);
}

.seo-sitemap-tree details {
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}

.seo-sitemap-tree details:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.seo-sitemap-tree summary {
  cursor: pointer;
  color: var(--blue-ink);
  font-weight: 400;
}

.seo-sitemap-tree ul {
  column-count: 3;
  column-gap: 26px;
  margin: 14px 0 0;
  padding-left: 18px;
}

.seo-sitemap-tree li {
  break-inside: avoid;
  margin: 0 0 8px;
  color: var(--blue-ink);
  font-weight: 400;
}

.seo-sitemap-tree a {
  color: #1b3c96;
  font-weight: 400;
  font-size: .86rem;
}

.seo-sitemap-tree a:hover {
  color: var(--orange);
}

.seo-gallery-section {
  overflow: hidden;
}

.seo-gallery {
  position: relative;
}

.seo-gallery__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 31%);
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  padding: 6px 4px 18px;
  scrollbar-width: thin;
}

.seo-gallery__item {
  position: relative;
  min-height: 250px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--blue-ink);
  box-shadow: 0 16px 38px rgba(5,43,73,.12);
  scroll-snap-align: start;
}

.seo-gallery__item img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.seo-gallery__item figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  min-height: 36px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-left: 4px solid var(--orange);
  background: rgba(5,43,73,.86);
  color: #fff;
  font-size: .82rem;
  font-weight: 850;
}

.seo-gallery__nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  box-shadow: 0 12px 28px rgba(5,43,73,.2);
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
  transform: translateY(-50%);
}

.seo-gallery__nav--prev {
  left: -12px;
}

.seo-gallery__nav--next {
  right: -12px;
}

.seo-gallery__nav:hover {
  background: var(--blue-ink);
}

.seo-region-toggle {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 32px rgba(5, 43, 73, 0.06);
  padding: 18px;
}

.seo-region-toggle summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  width: min(360px, 100%);
  margin: 0 auto;
  border: 1px solid var(--blue-ink);
  border-radius: var(--radius);
  color: var(--blue-ink);
  font-weight: 400;
  cursor: pointer;
}

.seo-region-links {
  column-count: 4;
  column-gap: 28px;
  margin-top: 26px;
  text-align: center;
}

.seo-region-links a {
  display: block;
  break-inside: avoid;
  margin: 0 0 8px;
  color: #1b3c96;
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.35;
}

.seo-region-links a:hover {
  color: var(--orange);
}

.region-search {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  width: min(680px, 100%);
  margin: -4px auto 34px;
}

.region-search__icon {
  position: absolute;
  left: 18px;
  top: 50%;
  width: 20px;
  height: 20px;
  color: var(--blue-ink);
  transform: translateY(-50%);
  pointer-events: none;
}

.region-search__icon::before,
.region-search__icon::after {
  content: "";
  position: absolute;
  display: block;
}

.region-search__icon::before {
  inset: 1px 5px 5px 1px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.region-search__icon::after {
  right: 1px;
  bottom: 1px;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: center;
}

.region-search input {
  width: 100%;
  min-height: 58px;
  padding: 0 18px 0 52px;
  border: 1px solid rgba(5, 43, 73, .16);
  border-radius: var(--radius);
  background: #fff;
  color: var(--blue-ink);
  font: inherit;
  font-size: 1rem;
  box-shadow: 0 16px 34px rgba(5, 43, 73, .08);
  outline: 0;
}

.region-search__button {
  min-height: 58px;
  padding: 0 24px;
  border: 1px solid var(--orange);
  border-radius: var(--radius);
  background: var(--orange);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(255, 106, 19, .22);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.region-search__button:hover,
.region-search__button:focus-visible {
  background: var(--orange-strong);
  box-shadow: 0 16px 34px rgba(255, 106, 19, .28);
  transform: translateY(-1px);
}

.region-search input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 106, 19, .16), 0 16px 34px rgba(5, 43, 73, .1);
}

.region-search input::placeholder {
  color: rgba(5, 43, 73, .52);
}

.region-search__empty {
  margin: 22px auto 0;
  text-align: center;
  color: var(--muted);
  font-weight: 400;
}

@media (max-width: 980px) {
  .seo-global-intro__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .seo-page-carousel {
    grid-template-columns: 1fr;
  }

  .seo-page-carousel__nav {
    display: none;
  }

  .seo-page-carousel__track {
    grid-auto-columns: minmax(220px, 48%);
  }

  .seo-contact-form {
    grid-template-columns: 1fr;
  }

  .seo-region-links {
    column-count: 2;
  }

  .seo-sitemap-tree ul {
    column-count: 2;
  }

  .seo-gallery__track {
    grid-auto-columns: minmax(240px, 48%);
  }
}

@media (max-width: 560px) {
  .seo-global-page .section {
    padding: 34px 0;
  }

  .seo-form-card {
    padding: 22px 16px;
  }

  .seo-page-carousel__track {
    grid-auto-columns: 86%;
  }

  .seo-region-links {
    column-count: 1;
  }

  .seo-sitemap-tree ul {
    column-count: 1;
  }

  .seo-gallery__track {
    grid-auto-columns: 86%;
  }

  .seo-gallery__nav {
    display: none;
  }

  .all-service-category {
    padding: 18px;
  }

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

  .all-service-item {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .all-service-item .btn {
    width: max-content;
    max-width: 100%;
  }
}
.service-choice-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.service-choice-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.service-choice-card > img { width: 100%; height: 230px; object-fit: cover; }
.service-choice-card > div { display: grid; gap: 12px; padding: 26px; }
.service-choice-card span { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: rgba(255,106,19,.1); color: var(--orange); }
.service-choice-card svg { width: 30px; height: 30px; }
.service-choice-card h2 { margin: 0; color: var(--blue-ink); font-size: 1.35rem; }
.technical-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.technical-grid article { display: grid; gap: 10px; min-height: 100%; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 32px rgba(5,43,73,.06); }
.technical-grid img { width: 100%; height: 150px; object-fit: cover; border-radius: var(--radius); margin-bottom: 14px; }
.technical-grid h3 { margin: 0 0 8px; color: var(--blue-ink); }
.technical-grid p { margin: 0; }
.technical-grid__button { align-self: end; justify-self: start; margin-top: 8px; min-height: 38px; padding: 11px 18px; font-size: .78rem; }
@media (max-width: 980px) {
  .authority-strip, .service-choice-grid, .technical-grid { grid-template-columns: 1fr; }
}

/* ENGEON blog page */
.blog-page--engeon .blog-hero {
  padding: 48px 0;
  background:
    linear-gradient(105deg, rgba(5, 43, 73, 0.98), rgba(5, 43, 73, 0.9)),
    url("assets/pattern-circuit.svg") center / cover no-repeat,
    var(--blue-ink);
}

.blog-page--engeon .blog-hero .container {
  display: grid;
  gap: 24px;
}

.blog-page--engeon .blog-hero .eyebrow {
  margin: 0;
}

.blog-page--engeon .blog-hero h1 {
  position: relative;
  display: inline-block;
  max-width: 900px;
  margin: 0;
  padding-bottom: 12px;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
}

.blog-page--engeon .blog-hero h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(320px, 60vw);
  height: 3px;
  background: var(--orange);
}

.blog-showcase {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.blog-showcase::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -80px;
  width: 520px;
  height: 240px;
  opacity: 0.16;
  background: repeating-radial-gradient(ellipse at center, var(--orange) 0 1px, transparent 2px 12px);
  pointer-events: none;
}

.section-heading--center {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading--center h2 {
  margin: 0;
  color: var(--blue-ink);
  font-size: clamp(2rem, 4vw, 3.05rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.blog-card-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.blog-feature-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--blue-ink);
  box-shadow: 0 18px 42px rgba(5, 43, 73, 0.16);
}

.blog-feature-card a {
  position: relative;
  display: flex;
  min-height: 300px;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: #fff;
  isolation: isolate;
}

.blog-feature-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.blog-feature-card a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(5, 43, 73, 0.1) 0%, rgba(5, 43, 73, 0.38) 46%, rgba(5, 43, 73, 0.94) 100%),
    linear-gradient(90deg, rgba(5, 43, 73, 0.42), rgba(255, 106, 19, 0.08));
}

.blog-feature-card:hover img {
  transform: scale(1.045);
}

.blog-card-meta {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 10px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.blog-card-meta::before {
  content: "";
  width: 18px;
  height: 3px;
  margin: 0.45em 8px 0 0;
  background: var(--orange);
  border-radius: 999px;
}

.blog-feature-card h3 {
  max-width: 92%;
  margin: 0;
  color: #fff;
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  line-height: 1.13;
}

@media (max-width: 980px) {
  .blog-card-grid {
    grid-template-columns: 1fr;
  }

  .blog-feature-card,
  .blog-feature-card a {
    min-height: 270px;
  }
}

/* ENGEON article pages */
.article-hero {
  padding: 48px 0;
  background:
    linear-gradient(105deg, rgba(5, 43, 73, 0.98), rgba(5, 43, 73, 0.9)),
    url("assets/pattern-circuit.svg") center / cover no-repeat,
    var(--blue-ink);
}

.article-hero .container {
  display: grid;
  gap: 24px;
}

.article-hero .eyebrow {
  margin: 0;
}

.article-hero h1 {
  position: relative;
  display: inline-block;
  max-width: 900px;
  margin: 0;
  padding-bottom: 12px;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
}

.article-hero h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(320px, 60vw);
  height: 3px;
  background: var(--orange);
}

.article-section {
  background:
    radial-gradient(circle at top left, rgba(255, 106, 19, 0.08), transparent 32%),
    var(--wash);
}

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

.article-card,
.article-sidebox {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 38px rgba(5, 43, 73, 0.1);
}

.article-card {
  overflow: hidden;
  padding: 28px;
}

.article-cover {
  width: 100%;
  height: min(460px, 42vw);
  min-height: 280px;
  display: block;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(5, 43, 73, 0.12);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 14px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.article-meta span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}

.article-card > h2 {
  margin: 0 0 20px;
  color: var(--blue-ink);
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.08;
}

.article-content {
  color: #182634;
  font-size: 1rem;
  line-height: 1.78;
}

.article-content h2 {
  margin: 34px 0 12px;
  color: var(--blue-ink);
  font-size: clamp(1.35rem, 2.4vw, 1.95rem);
}

.article-content h3 {
  margin: 26px 0 8px;
  color: var(--blue-ink);
  font-size: 1.12rem;
}

.article-content p {
  margin: 0 0 16px;
}

.article-content ul {
  margin: 0 0 20px;
  padding-left: 20px;
}

.article-content li {
  margin-bottom: 8px;
}

.article-share {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.article-share h3 {
  margin: 0 0 16px;
  color: var(--blue-ink);
  font-size: 1rem;
  text-transform: uppercase;
}

.article-share div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.article-share a {
  display: inline-grid;
  place-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 4px;
  color: #fff;
  font-weight: 900;
  font-size: 0;
  line-height: 1;
  text-decoration: none;
}

.article-share a span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.article-share a::before {
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
}

.share-facebook::before { content: "f"; font-family: Arial, sans-serif; font-size: 1.1rem; }
.share-x::before { content: "X"; font-family: Arial, sans-serif; }
.share-instagram::before { content: "◎"; font-size: 1.2rem; }
.share-linkedin::before { content: "in"; font-family: Arial, sans-serif; font-size: .82rem; }
.share-whatsapp::before { content: "☎"; font-size: 1rem; }
.share-email::before { content: "✉"; font-size: 1rem; }

.article-share a:hover {
  filter: brightness(.96);
  transform: translateY(-2px);
}

.share-facebook { background: #28589c; }
.share-x { background: #111827; }
.share-linkedin { background: #0a66c2; }
.share-whatsapp { background: #22c55e; }
.share-instagram { background: linear-gradient(135deg, #f58529, #dd2a7b 45%, #8134af 74%, #515bd4); }
.share-email { background: var(--orange); }

.article-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 120px;
}

.article-sidebox {
  padding: 22px;
}

.article-sidebox h3 {
  margin: 0 0 14px;
  color: var(--blue-ink);
  font-size: 1rem;
  text-transform: uppercase;
}

.article-quote-box {
  color: #fff;
  background: var(--blue-ink);
  border-color: rgba(255, 255, 255, 0.12);
}

.article-quote-box h3 {
  display: grid;
  gap: 4px;
  color: #fff;
  line-height: 1.35;
  text-align: center;
}

.article-quote-box h3 span {
  display: block;
}

.article-quote-box form {
  display: grid;
  gap: 10px;
}

.article-quote-box input,
.article-quote-box textarea {
  width: 100%;
  border: 0;
  border-radius: 4px;
  padding: 12px;
  font: inherit;
}

.article-quote-box .btn {
  justify-content: center;
}

.recent-posts {
  display: grid;
  gap: 12px;
}

.recent-posts a {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: var(--blue-ink);
  font-weight: 850;
  line-height: 1.25;
}

.recent-posts img {
  width: 70px;
  height: 58px;
  object-fit: cover;
  border-radius: 4px;
}

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

.article-author img {
  width: 120px;
  max-height: 64px;
  object-fit: contain;
  margin: 0 auto 12px;
}

.article-author strong,
.article-author span {
  display: block;
}

.article-author strong {
  color: var(--blue-ink);
}

.article-author span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.84rem;
}

@media (max-width: 980px) {
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
  }

  .article-card {
    padding: 18px;
  }

  .article-cover {
    height: 280px;
  }
}

/* Footer/contact final polish */
.contact-form input,
.contact-form textarea {
  border: 1.6px solid #b7c8d7 !important;
  box-shadow: inset 0 1px 0 rgba(5, 43, 73, 0.04);
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(255, 106, 19, 0.22);
  border-color: var(--orange) !important;
}
.contact-visual > img {
  max-height: 430px !important;
  object-fit: cover !important;
  border: 2px solid var(--blue-ink);
}
.site-footer__inner {
  padding-top: 22px !important;
  padding-bottom: 18px !important;
}
.site-footer__inner.footer-grid {
  grid-template-columns: 220px 220px 250px 280px !important;
  gap: 18px !important;
}
.footer-grid > * + * {
  min-height: 235px !important;
  padding-left: 18px !important;
}
.footer-brand p {
  margin: 12px 0 0 !important;
}
.footer-logo-card {
  width: 155px !important;
  min-height: 62px !important;
}
.site-footer .footer-logo-card img {
  width: 132px !important;
  max-height: 46px !important;
}
.footer-col a {
  margin-bottom: 6px !important;
}
.footer-social a svg {
  width: 15px;
  height: 15px;
}
.site-footer .complaints-logo,
.complaints-logo {
  width: 48px !important;
  height: 48px !important;
  margin-top: 12px !important;
  padding: 3px !important;
}
.footer-bottom {
  min-height: 34px !important;
}
.footer-bottom__inner {
  font-size: .72rem !important;
}

/* Final footer/contact requested refinements */
.footer-brand p,
.footer-col a,
.footer-col span,
.footer-contact span,
.footer-contact a,
.footer-bottom__inner {
  font-weight: 400 !important;
}
.footer-col h3 {
  font-weight: 700 !important;
}
.footer-social a {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center !important;
}
.footer-social a svg {
  width: 18px !important;
  height: 18px !important;
}
.floating-action {
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
}
.floating-action svg {
  width: 24px !important;
  height: 24px !important;
}
.contact-visual > img {
  max-height: 520px !important;
  object-fit: contain !important;
  border: 0 !important;
}

/* Final polish: complaint book, footer CTA and contact icons */
.complaints-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 190px !important;
  height: 64px !important;
  margin: 12px 0 0 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
  box-shadow: none !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}
.footer-brand .complaints-link {
  align-self: flex-start !important;
  margin-left: -25px !important;
}
.complaints-link:hover {
  transform: translateY(-2px) !important;
  box-shadow: none !important;
}
.site-footer .complaints-link .complaints-logo,
.site-footer .complaints-logo {
  width: 190px !important;
  height: 64px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain !important;
}
.footer-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  min-width: 136px !important;
  max-width: 156px !important;
  min-height: 36px !important;
  height: 36px !important;
  padding: 0 14px !important;
  border-radius: 5px !important;
  font-size: .74rem !important;
  line-height: 1 !important;
  text-align: center !important;
}
.footer-icon {
  flex: 0 0 20px !important;
  width: 20px !important;
  height: 20px !important;
  margin-right: 9px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: rgba(255, 106, 19, .14) !important;
  color: var(--orange) !important;
  position: relative !important;
}
.footer-icon::before,
.footer-icon::after {
  content: "" !important;
  display: block !important;
  background: currentColor !important;
  position: static !important;
  border: 0 !important;
  transform: none !important;
}
.footer-icon::after {
  display: none !important;
}
.footer-icon--mail::before {
  width: 12px !important;
  height: 9px !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0h20a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Zm10 10.4L2.8 2H2v.6l10 9 10-9V2h-.8L12 10.4Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0h20a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Zm10 10.4L2.8 2H2v.6l10 9 10-9V2h-.8L12 10.4Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
}
.footer-icon--phone::before {
  width: 12px !important;
  height: 12px !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 10.8a18.2 18.2 0 0 0 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.7 0 1.2.5 1.2 1.2v3.5c0 .7-.5 1.2-1.2 1.2C10.2 21.4 2.6 13.8 2.6 3.4c0-.7.5-1.2 1.2-1.2h3.5c.7 0 1.2.5 1.2 1.2 0 1.4.2 2.7.6 4 .1.4 0 .9-.3 1.2l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 10.8a18.2 18.2 0 0 0 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.7 0 1.2.5 1.2 1.2v3.5c0 .7-.5 1.2-1.2 1.2C10.2 21.4 2.6 13.8 2.6 3.4c0-.7.5-1.2 1.2-1.2h3.5c.7 0 1.2.5 1.2 1.2 0 1.4.2 2.7.6 4 .1.4 0 .9-.3 1.2l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
}
.footer-icon--pin::before {
  width: 11px !important;
  height: 13px !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0a9 9 0 0 0-9 9c0 6.75 9 13 9 13s9-6.25 9-13a9 9 0 0 0-9-9Zm0 12a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0a9 9 0 0 0-9 9c0 6.75 9 13 9 13s9-6.25 9-13a9 9 0 0 0-9-9Zm0 12a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
}
.contact-visual {
  background: transparent !important;
}
.contact-visual > img[src*="contact-tecnico-engeon-transparent"] {
  filter: drop-shadow(0 22px 28px rgba(8, 45, 71, .12)) !important;
}

.privacy-content {
  max-width: 980px !important;
  background: #fff !important;
  border: 1px solid rgba(8, 45, 71, .12) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 45px rgba(8, 45, 71, .08) !important;
  padding: 44px !important;
}
.privacy-content p,
.privacy-content li {
  color: rgba(8, 45, 71, .82) !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
}
.privacy-content h2 {
  margin: 30px 0 10px !important;
  color: var(--blue) !important;
  font-size: 1.35rem !important;
}
.privacy-content ul {
  margin: 10px 0 0 22px !important;
  padding: 0 !important;
}
.privacy-content a {
  color: var(--orange) !important;
  font-weight: 700 !important;
}
@media (max-width: 700px) {
  .privacy-content {
    padding: 28px 20px !important;
  }
}

/* About page inspired by the supplied Global-style reference */
.about-cover {
  background: var(--blue) !important;
  position: relative !important;
  overflow: hidden !important;
}
.about-cover img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  filter: saturate(1.14) brightness(.98) !important;
}
.about-cover::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background: rgba(5, 43, 73, .28) !important;
  mix-blend-mode: color !important;
}
.about-global__hero {
  background:
    radial-gradient(circle at 78% 0, rgba(255,255,255,.12), transparent 28%),
    linear-gradient(135deg, var(--blue-ink) 0%, var(--blue-ink) 62%, #064263 100%) !important;
}
.about-story {
  background:
    radial-gradient(circle at 84% 22%, rgba(255, 106, 19, .08), transparent 24%),
    linear-gradient(90deg, #fff 0%, #fff 62%, #f4f7fb 100%) !important;
  overflow: hidden !important;
}
.about-story__grid,
.about-mission__grid,
.about-proof-block__grid,
.about-references__grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 64px !important;
  align-items: center !important;
}
.about-story__grid--intro {
  grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr) !important;
  gap: 82px !important;
}
.about-intro-copy {
  max-width: 780px !important;
}
.about-intro-copy p:not(.kicker) {
  color: rgba(8, 45, 71, .82) !important;
  font-size: 1rem !important;
  line-height: 1.78 !important;
}
.about-story-visual {
  display: grid !important;
  gap: 22px !important;
  align-self: center !important;
}
.about-story-visual__image {
  display: block !important;
  width: 100% !important;
  border-radius: 10px !important;
  filter: drop-shadow(0 20px 30px rgba(8, 45, 71, .12)) !important;
}
.about-diamond {
  position: relative !important;
  min-height: 520px !important;
}
.about-diamond__shape {
  position: absolute !important;
  overflow: hidden !important;
  transform: rotate(45deg) !important;
  border: 10px solid #fff !important;
  box-shadow: 0 16px 34px rgba(8, 45, 71, .14) !important;
  background: #e8edf3 !important;
}
.about-diamond__shape img {
  width: 142% !important;
  height: 142% !important;
  object-fit: cover !important;
  transform: rotate(-45deg) scale(1.05) !important;
  position: absolute !important;
  inset: -21% !important;
}
.about-diamond__shape--one {
  width: 292px !important;
  height: 292px !important;
  left: 52px !important;
  top: 76px !important;
}
.about-diamond__shape--two {
  width: 212px !important;
  height: 212px !important;
  left: 264px !important;
  top: 70px !important;
}
.about-diamond__shape--three {
  width: 172px !important;
  height: 172px !important;
  left: 230px !important;
  top: 302px !important;
}
.about-diamond__accent {
  position: absolute !important;
  transform: rotate(45deg) !important;
  display: block !important;
}
.about-diamond__accent--orange {
  width: 76px !important;
  height: 76px !important;
  left: 334px !important;
  top: 28px !important;
  background: var(--orange) !important;
}
.about-diamond__accent--blue {
  width: 46px !important;
  height: 46px !important;
  left: 438px !important;
  top: 142px !important;
  background: var(--blue) !important;
}
.section-rule {
  display: block !important;
  width: 86px !important;
  height: 4px !important;
  background: var(--orange) !important;
  margin: 0 0 24px !important;
}
.about-copy h2,
.about-mission h2,
.about-proof-block h2,
.about-references h2 {
  text-transform: uppercase !important;
}
.about-stats {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 12px !important;
  margin-top: 28px !important;
}
.about-stats article {
  background: #fff !important;
  border-left: 5px solid var(--orange) !important;
  border-radius: 8px !important;
  padding: 16px !important;
  box-shadow: 0 8px 20px rgba(8, 45, 71, .08) !important;
}
.about-stats strong {
  display: block !important;
  color: var(--blue) !important;
  font-size: 1.12rem !important;
}
.about-stats span {
  color: rgba(8, 45, 71, .66) !important;
  font-size: .78rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
.about-stats--illustrated {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 0 !important;
}
.about-stats--illustrated article {
  display: grid !important;
  align-content: start !important;
  min-height: 142px !important;
  padding: 18px 14px !important;
  border-left: 0 !important;
  border-top: 4px solid var(--orange) !important;
  text-align: center !important;
}
.about-stats--illustrated article > span {
  display: inline-grid !important;
  place-items: center !important;
  width: 46px !important;
  height: 46px !important;
  margin: 0 auto 10px !important;
  border-radius: 50% !important;
  background: var(--blue) !important;
  color: #fff !important;
  font-size: .76rem !important;
  font-weight: 900 !important;
}
.about-stats--illustrated strong {
  font-size: .98rem !important;
}
.about-stats--illustrated small {
  display: block !important;
  margin-top: 6px !important;
  color: rgba(8, 45, 71, .66) !important;
  font-size: .74rem !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}
.about-mission {
  background: #f7f9fc !important;
}
.about-mission__grid--illustrated {
  align-items: stretch !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 28px !important;
}
.about-mission__head {
  align-self: center !important;
  grid-column: 1 / -1 !important;
  max-width: 760px !important;
}
.about-mission article {
  background: #fff !important;
  border: 1px solid rgba(8, 45, 71, .08) !important;
  border-radius: 10px !important;
  padding: 30px !important;
  box-shadow: 0 14px 32px rgba(8, 45, 71, .09) !important;
}
.about-mission-card {
  display: grid !important;
  grid-template-columns: 128px minmax(0, 1fr) !important;
  grid-template-rows: auto 1fr !important;
  gap: 20px 26px !important;
  align-content: start !important;
  align-items: center !important;
  overflow: visible !important;
  border-top: 5px solid var(--orange) !important;
  min-height: 360px !important;
}
.about-mission-card h3 {
  margin-top: 0 !important;
  align-self: center !important;
  font-size: 1.35rem !important;
}
.about-mission__illustration {
  width: 100% !important;
  height: 118px !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  filter: drop-shadow(0 10px 16px rgba(5, 43, 73, .1)) !important;
}
.about-mission-card p {
  grid-column: 1 / -1 !important;
  max-width: 100% !important;
  margin: 6px 0 0 !important;
  color: rgba(8, 45, 71, .82) !important;
  font-size: 1rem !important;
  line-height: 1.72 !important;
}
.about-mission article span {
  width: 74px !important;
  height: 74px !important;
  border: 3px solid var(--blue) !important;
  border-radius: 18px !important;
  color: var(--blue) !important;
  display: grid !important;
  place-items: center !important;
  margin-bottom: 18px !important;
}
.about-mission article svg {
  width: 38px !important;
  height: 38px !important;
}
.about-mission h3,
.about-values h3 {
  color: var(--blue) !important;
  text-transform: uppercase !important;
  margin: 0 0 10px !important;
}
.about-values .section__head h2 span {
  color: #253aa8 !important;
}
.about-values .section__head::after {
  content: "" !important;
  display: block !important;
  width: 80px !important;
  height: 3px !important;
  margin: 16px auto 0 !important;
  background: var(--blue) !important;
}
.about-values__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
}
.about-values__grid article {
  display: grid !important;
  grid-template-columns: 76px minmax(0, 1fr) !important;
  gap: 22px !important;
  align-items: center !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 8px !important;
  padding: 24px 28px !important;
  box-shadow: 0 8px 22px rgba(8, 45, 71, .14) !important;
}
.about-values__grid span {
  display: grid !important;
  place-items: center !important;
  width: 72px !important;
  height: 72px !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #253aa8 !important;
  margin: 0 !important;
}
.about-values__grid span svg {
  width: 64px !important;
  height: 64px !important;
}
.about-proof-block {
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 106, 19, .12), transparent 24%),
    linear-gradient(110deg, #06223d 0%, var(--blue) 58%, #123a5f 100%) !important;
  color: #fff !important;
}
.about-proof-block__grid {
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr) !important;
}
.about-proof-block h2 {
  font-size: clamp(2.1rem, 4vw, 3.65rem) !important;
  line-height: 1.05 !important;
}
.about-proof-block .section-rule {
  background: var(--orange) !important;
  height: 4px !important;
  width: 86px !important;
}
.about-proof-block h2,
.about-proof-block p,
.about-proof-block .kicker {
  color: #fff !important;
}
.about-checklist {
  display: grid !important;
  gap: 14px !important;
}
.about-checklist span,
.reference-list span {
  background: #fff !important;
  border: 1px solid rgba(8, 45, 71, .1) !important;
  border-radius: 8px !important;
  padding: 14px 16px !important;
  color: var(--blue) !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 20px rgba(8, 45, 71, .08) !important;
}
.about-checklist span {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  min-height: 58px !important;
  background: rgba(255,255,255,.11) !important;
  border-color: rgba(255,255,255,.2) !important;
  border-radius: 8px !important;
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 12px 24px rgba(0,0,0,.12) !important;
}
.about-checklist span::before,
.reference-list span::before {
  content: ">" !important;
  color: var(--orange) !important;
  font-weight: 900 !important;
  margin-right: 10px !important;
}
.about-references {
  background: #f7f9fc !important;
}
.about-references__grid {
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr) !important;
}
.about-references h2 {
  font-size: clamp(2rem, 3.4vw, 3.35rem) !important;
  line-height: 1.08 !important;
}
.reference-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-content: center !important;
}
.reference-list span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 52px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background:
    linear-gradient(135deg, #fff, #f8fbfd) !important;
  color: var(--blue) !important;
  font-weight: 850 !important;
  box-shadow: 0 10px 24px rgba(8, 45, 71, .1) !important;
}
.reference-list span::before {
  color: var(--orange) !important;
  margin-right: 12px !important;
}
@media (max-width: 980px) {
  .about-story__grid,
  .about-mission__grid,
  .about-proof-block__grid,
  .about-references__grid,
  .about-values__grid,
  .about-stats {
    grid-template-columns: 1fr !important;
  }
  .about-diamond {
    max-width: 500px !important;
    margin: 0 auto !important;
  }
  .about-intro-copy {
    max-width: none !important;
  }
  .about-mission-card {
    grid-template-columns: 120px minmax(0, 1fr) !important;
  }
  .about-values__grid {
    grid-template-columns: 1fr !important;
  }
  .about-proof-block__grid,
  .about-references__grid {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 560px) {
  .about-diamond {
    min-height: 420px !important;
    transform: scale(.82) !important;
    transform-origin: center top !important;
  }
  .about-mission-card,
  .about-values__grid article {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    justify-items: center !important;
  }
  .about-stats--illustrated {
    grid-template-columns: 1fr !important;
  }
}

/* Mobile home layout inspired by the Global Eletrik reference, keeping ENGEON colors. */
@media (max-width: 760px) {
  body {
    padding-bottom: 78px !important;
  }

  .topbar {
    display: none !important;
  }

  .site-header {
    position: relative !important;
    top: auto !important;
    background: #fff !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .site-header__inner {
    min-height: 118px !important;
    padding: 18px 0 !important;
    gap: 18px !important;
  }

  .brand img {
    width: min(238px, 62vw) !important;
  }

  .site-header .btn,
  .site-header__inner > .btn--primary {
    display: none !important;
  }

  .site-header__inner::after {
    content: "" !important;
    flex: 0 0 auto !important;
    width: 46px !important;
    height: 36px !important;
    border-radius: 6px !important;
    background:
      linear-gradient(var(--blue-ink), var(--blue-ink)) 0 4px / 100% 5px no-repeat,
      linear-gradient(var(--blue-ink), var(--blue-ink)) 0 15px / 100% 5px no-repeat,
      linear-gradient(var(--blue-ink), var(--blue-ink)) 0 26px / 100% 5px no-repeat !important;
  }

  .hero--reference {
    min-height: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    background:
      linear-gradient(90deg, rgba(5, 43, 73, .66), rgba(5, 43, 73, .22)),
      url("assets/home-hero-cover-engeon.png") center top / cover no-repeat,
      var(--blue-ink) !important;
  }

  .hero--reference::before,
  .hero--reference::after {
    display: none !important;
  }

  .hero--reference .hero__inner {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    padding: min(82vw, 470px) 0 0 !important;
  }

  .hero--reference .hero__inner > div:first-child {
    display: grid !important;
    justify-items: center !important;
    width: 100% !important;
    padding: 36px 22px 92px !important;
    text-align: center !important;
    background:
      linear-gradient(180deg, rgba(5, 43, 73, .97), rgba(5, 43, 73, .94)),
      url("assets/pattern-circuit.svg") center / cover no-repeat,
      var(--blue-ink) !important;
  }

  .hero--reference .eyebrow {
    display: none !important;
  }

  .hero--reference h1 {
    max-width: 720px !important;
    font-size: clamp(2rem, 8.2vw, 3.35rem) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    text-shadow: 0 4px 12px rgba(0, 0, 0, .24) !important;
  }

  .hero--reference h1 span {
    display: inline !important;
    color: var(--orange) !important;
  }

  .hero--reference .hero__copy {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 14px !important;
    max-width: 610px !important;
    margin: 24px auto 0 !important;
    color: rgba(255, 255, 255, .92) !important;
    font-size: clamp(.98rem, 4.2vw, 1.18rem) !important;
    line-height: 1.62 !important;
    text-align: center !important;
  }

  .hero--reference .hero__copy::before {
    content: "" !important;
    width: 58px !important;
    height: 58px !important;
    border-radius: 50% !important;
    background:
      var(--orange)
      url("data:image/svg+xml,%3Csvg viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M11.4 19.6 5.9 14l2.1-2.1 3.4 3.4 8.6-8.6 2.1 2.1-10.7 10.8Z'/%3E%3Cpath fill='none' stroke='white' stroke-width='2' d='M14 2.7a11.3 11.3 0 1 1 0 22.6 11.3 11.3 0 0 1 0-22.6Z' opacity='.75'/%3E%3C/svg%3E") center / 34px 34px no-repeat !important;
    box-shadow: 0 12px 26px rgba(255, 106, 19, .32) !important;
  }

  .hero--reference .hero__actions {
    justify-content: center !important;
    margin-top: 28px !important;
    width: 100% !important;
  }

  .hero--reference .hero__actions .btn--ghost {
    display: none !important;
  }

  .hero--reference .hero__actions .btn--primary {
    min-width: min(330px, 86vw) !important;
    min-height: 54px !important;
    border-radius: 6px !important;
    background: var(--orange) !important;
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    box-shadow: 0 12px 26px rgba(255, 106, 19, .32) !important;
  }

  .floating-actions {
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    z-index: 120 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 10px !important;
    background: #050505 !important;
    transform: none !important;
  }

  .floating-action {
    width: 100% !important;
    height: 58px !important;
    min-height: 58px !important;
    border-radius: 10px !important;
    box-shadow: none !important;
  }

  .floating-action svg,
  .floating-action--whatsapp::before {
    width: 28px !important;
    height: 28px !important;
  }
}

@media (max-width: 420px) {
  .site-header__inner {
    min-height: 104px !important;
  }

  .brand img {
    width: min(214px, 64vw) !important;
  }

  .site-header__inner::after {
    width: 38px !important;
    height: 32px !important;
    background:
      linear-gradient(var(--blue-ink), var(--blue-ink)) 0 4px / 100% 4px no-repeat,
      linear-gradient(var(--blue-ink), var(--blue-ink)) 0 14px / 100% 4px no-repeat,
      linear-gradient(var(--blue-ink), var(--blue-ink)) 0 24px / 100% 4px no-repeat !important;
  }

  .hero--reference .hero__inner {
    padding-top: min(94vw, 390px) !important;
  }

  .hero--reference .hero__inner > div:first-child {
    padding: 32px 18px 88px !important;
  }

  .hero--reference .hero__copy {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
  }
}

/* Mobile visual correction: place the home copy over the photo only on small screens. */
@media (max-width: 760px) {
  .hero--reference {
    min-height: 0 !important;
    background: var(--blue-ink) !important;
  }

  .hero--reference .hero__inner {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  .hero--reference .hero__inner::before {
    display: none !important;
  }

  .hero--reference .hero__inner > div:first-child {
    display: grid !important;
    justify-items: center !important;
    align-content: center !important;
    min-height: min(112vw, 620px) !important;
    width: 100% !important;
    padding: 58px 22px 108px !important;
    text-align: center !important;
    background: linear-gradient(180deg, rgba(5, 43, 73, .46) 0%, rgba(5, 43, 73, .74) 44%, rgba(5, 43, 73, .96) 100%) !important;
  }

  .home-hero-video {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    object-position: center center !important;
  }

  .home .services-grid--cards .service-card--image > div {
    align-items: center;
    text-align: center;
  }

  .home .services-grid--cards .service-card h3 {
    width: 100%;
    text-align: center;
  }

  .home .services-grid--cards .service-card p {
    width: 100%;
    text-align: justify;
    text-align-last: center;
  }

  .home .services-grid--cards .service-card .btn {
    align-self: center;
  }

  .hero--reference h1,
  .hero--reference .hero__actions,
  .home .section__head,
  .home .segment-card,
  .home .energy-grid,
  .home .cert-layout,
  .home .split {
    text-align: center !important;
  }

  .hero--reference .hero__copy {
    text-align: center !important;
  }

  .home .section__head p:not(.kicker),
  .home .segment-card p,
  .home .energy-grid p:not(.kicker),
  .home .cert-layout p:not(.kicker),
  .home .split p:not(.kicker) {
    text-align: justify !important;
    text-align-last: center !important;
  }
}

@media (max-width: 420px) {
  .hero--reference .hero__inner {
    padding-top: 0 !important;
  }

  .hero--reference .hero__inner > div:first-child {
    min-height: min(132vw, 570px) !important;
    padding: 46px 18px 96px !important;
    background-position: 84% center !important;
  }
}

/* Functional responsive navigation; desktop remains unchanged above 1060px. */
@media (max-width: 1060px) {
  .mobile-menu-toggle {
    position: relative;
    z-index: 91;
    display: inline-grid;
    place-items: center;
    gap: 6px;
    width: 50px;
    height: 44px;
    margin-left: auto;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--blue-ink);
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 38px;
    height: 4px;
    border-radius: 999px;
    background: currentColor;
    transition: transform .18s ease, opacity .18s ease;
  }

  .site-header.is-menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .site-header.is-menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .site-header .nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% - 8px);
    z-index: 90;
    display: grid;
    justify-content: stretch;
    gap: 0;
    padding: 14px;
    border: 1px solid rgba(5, 43, 73, .12);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 22px 46px rgba(5, 43, 73, .2);
    color: var(--blue-ink);
    font-size: .98rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .18s ease, transform .18s ease;
  }

  .site-header.is-menu-open .nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-header .nav > a,
  .site-header .nav-trigger {
    width: 100%;
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 10px 8px;
    border-radius: 6px;
    text-align: left;
  }

  .site-header .nav a::after,
  .site-header .nav-trigger::after,
  .site-header .nav-item--has-sub::before {
    display: none;
  }

  .site-header .nav-item--has-sub {
    display: grid;
    width: 100%;
  }

  .site-header .submenu {
    position: static;
    width: 100%;
    margin: 2px 0 8px;
    padding: 4px 0 4px 12px;
    border: 0;
    border-left: 2px solid rgba(255, 106, 19, .5);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .site-header .submenu a {
    min-height: 34px;
    padding: 8px 10px;
    font-size: .9rem;
    font-weight: 600;
  }
}

@media (max-width: 760px) {
  .site-header__inner::after {
    display: none !important;
    content: none !important;
  }

  .mobile-menu-toggle {
    flex: 0 0 auto !important;
    width: 46px !important;
    height: 40px !important;
  }

  .mobile-menu-toggle span {
    width: 38px !important;
  }

  .region-search {
    margin-bottom: 24px;
  }

  .region-search input {
    min-height: 54px;
    font-size: .95rem;
  }

  .region-search {
    grid-template-columns: 1fr;
  }

  .region-search__button {
    min-height: 52px;
    width: 100%;
  }
}
