:root {
  --bg: #020b18;
  --bg-soft: #041426;
  --card: #04172c;
  --card-deep: #031326;
  --blue: #087aff;
  --blue-bright: #1688ff;
  --blue-light: #78b9ff;
  --white: #fff;
  --text: #cbd8e8;
  --muted: #9eb4cc;
  --line: rgba(120, 169, 219, 0.32);
  --line-strong: rgba(120, 185, 255, 0.55);
  --container: 1200px;
  --shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background: var(--bg);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow-x: hidden;
}

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

img {
  height: auto;
}

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

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

p,
h1,
h2,
h3,
ul,
figure {
  margin-top: 0;
}

.svg-sprite {
  position: fixed;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.container {
  width: min(calc(100% - 56px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 20;
  background: rgba(2, 11, 24, 0.98);
  border-bottom: 1px solid rgba(120, 185, 255, 0.16);
}

.header-inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: 116px 1fr auto;
  align-items: center;
  gap: 24px;
}

.brand {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.brand img {
  width: 106px;
  height: 106px;
  object-fit: contain;
  filter: drop-shadow(0 0 11px rgba(22, 136, 255, 0.5));
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 34px);
}

.main-nav a {
  position: relative;
  padding: 31px 0;
  color: #f6f9ff;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: color 180ms ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 23px;
  left: 0;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--blue-bright);
}

.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 22px;
  border: 1px solid transparent;
  border-radius: 7px;
  text-align: center;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(0) scale(0.985);
}

.button svg {
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button strong,
.button small {
  display: block;
}

.button strong {
  font-size: 14px;
  line-height: 1.15;
}

.button small {
  margin-top: 2px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.1;
}

.button-primary {
  color: #fff;
  background: linear-gradient(180deg, #087aff, #004dc7);
  border-color: rgba(63, 157, 255, 0.9);
  box-shadow:
    0 6px 18px rgba(0, 91, 255, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.button-primary:hover {
  box-shadow:
    0 10px 25px rgba(0, 91, 255, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.button-secondary {
  color: #fff;
  background: rgba(2, 11, 24, 0.76);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.22);
}

.button-secondary:hover {
  border-color: var(--blue-light);
}

.header-cta {
  min-width: 190px;
  min-height: 53px;
  padding: 8px 16px;
}

.header-cta svg {
  width: 27px;
  height: 27px;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 620px;
  overflow: hidden;
  background-color: #020b18;
  background-image:
    linear-gradient(90deg, #020b18 0%, rgba(2, 11, 24, 0.98) 17%, rgba(2, 11, 24, 0.82) 42%, rgba(2, 11, 24, 0.24) 70%),
    linear-gradient(0deg, #020b18 0%, rgba(2, 11, 24, 0.1) 35%),
    url("assets/hero-technician.png");
  background-repeat: no-repeat;
  background-position: center, center, center right;
  background-size: cover;
  border-bottom: 1px solid rgba(120, 185, 255, 0.16);
}

.hero-inner {
  min-height: inherit;
  display: flex;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 60px;
}

.hero-copy {
  width: min(100%, 610px);
}

.eyebrow,
.section-kicker {
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 15px;
  border: 1px solid rgba(22, 136, 255, 0.42);
  border-radius: 999px;
  color: var(--blue-bright);
  background: rgba(2, 11, 24, 0.58);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero h1 {
  margin-bottom: 18px;
  font-size: clamp(42px, 4.25vw, 66px);
  font-weight: 800;
  letter-spacing: -0.038em;
  line-height: 1.03;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
}

.hero h1 span,
.section-heading h2 span,
.compact-heading span,
.area-panel h2 {
  color: var(--blue-bright);
}

.hero-description {
  max-width: 450px;
  margin-bottom: 28px;
  color: #f4f8ff;
  font-size: 18px;
  line-height: 1.4;
}

.hero-specialties {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 19px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: rgba(2, 14, 30, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(6px);
}

.hero-specialties > div {
  min-height: 90px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
}

.hero-specialties > div + div {
  border-left: 1px solid var(--line);
}

.hero-specialties svg {
  width: 37px;
  height: 37px;
  flex: 0 0 auto;
  fill: none;
  color: var(--blue-bright);
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-specialties strong,
.hero-specialties small {
  display: block;
}

.hero-specialties strong {
  margin-bottom: 3px;
  font-size: 13px;
}

.hero-specialties small {
  color: #d1def0;
  font-size: 9px;
  line-height: 1.35;
}

.hero-location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.hero-location svg {
  width: 20px;
  height: 20px;
  fill: none;
  color: var(--blue-bright);
  stroke: currentColor;
  stroke-width: 2;
}

.hero-actions {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  gap: 20px;
  padding-inline: 73px 0;
}

.button-large {
  min-height: 65px;
}

.button-large strong {
  font-size: 15px;
}

.button-large small {
  font-size: 10px;
}

.arrow {
  margin-left: auto;
  font-size: 31px;
  font-weight: 300;
  line-height: 0;
}

.section {
  position: relative;
  overflow: hidden;
  background: var(--bg);
}

.services-section {
  padding: 28px 0 22px;
}

.section-heading {
  margin-bottom: 25px;
  text-align: center;
}

.section-heading .section-kicker {
  margin: 0 auto 4px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 11px;
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(25px, 2.5vw, 36px);
  line-height: 1.15;
}

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

.service-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 13px;
  background: linear-gradient(180deg, #061b33, #031326);
  box-shadow: var(--shadow);
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(22, 136, 255, 0.82);
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.36);
}

.service-card figure {
  aspect-ratio: 16 / 8.2;
  margin-bottom: 0;
  overflow: hidden;
  background: #061426;
}

.service-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.service-card:hover figure img {
  transform: scale(1.035);
}

.service-icon {
  position: absolute;
  top: clamp(150px, 13.6vw, 195px);
  left: 18px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(94, 175, 255, 0.8);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(180deg, #087aff, #004cb8);
  box-shadow: 0 5px 16px rgba(0, 89, 255, 0.42);
}

.service-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-content {
  min-height: 212px;
  padding: 24px 20px 18px;
}

.service-content h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.check-list {
  display: grid;
  gap: 8px;
  margin-bottom: 0;
  padding: 0;
  color: #e1ebf8;
  font-size: 12px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 20px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  width: 13px;
  height: 13px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #087aff;
  box-shadow: 0 0 8px rgba(22, 136, 255, 0.5);
  font-size: 8px;
  font-weight: 800;
}

.mobile-services-link {
  display: none;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 13px;
  margin-top: 22px;
}

.feature-card {
  min-height: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(6, 28, 53, 0.7), rgba(3, 18, 35, 0.8));
  text-align: center;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: var(--blue-bright);
  background: #061c35;
}

.feature-card svg {
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  fill: none;
  color: var(--blue-bright);
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 5px rgba(22, 136, 255, 0.3));
}

.feature-card h3 {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.15;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--text);
  font-size: 10px;
  line-height: 1.45;
}

.benefits-section {
  padding: 0 0 28px;
}

.compact-heading {
  margin-bottom: 15px;
  text-align: center;
}

.compact-heading h2 {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(6, 28, 53, 0.8), rgba(3, 18, 35, 0.9));
}

.benefit-card {
  min-height: 170px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 20px;
}

.benefit-card + .benefit-card {
  border-left: 1px solid var(--line);
}

.benefit-card svg {
  width: 55px;
  height: 55px;
  flex: 0 0 auto;
  fill: none;
  color: var(--blue-light);
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 6px rgba(22, 136, 255, 0.34));
}

.benefit-card h3 {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.2;
}

.benefit-card p {
  margin-bottom: 0;
  color: var(--text);
  font-size: 10px;
  line-height: 1.45;
}

.service-area {
  overflow: hidden;
  padding: 0 0 28px;
  background: var(--bg);
}

.area-panel {
  min-height: 145px;
  display: grid;
  grid-template-columns: 1fr 390px;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  padding: 16px 36px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: linear-gradient(90deg, #041426, #062347);
  box-shadow: var(--shadow);
}

.area-copy {
  display: flex;
  align-items: center;
  gap: 24px;
}

.area-copy > svg {
  width: 65px;
  height: 65px;
  flex: 0 0 auto;
  fill: none;
  color: var(--blue-bright);
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.area-copy p {
  margin-bottom: 1px;
  color: #fff;
  font-size: 18px;
}

.area-copy h2 {
  margin: 0;
  font-size: 24px;
}

.rio-map {
  width: 100%;
  height: auto;
  color: #0a6ee8;
  filter: drop-shadow(0 0 11px rgba(22, 136, 255, 0.35));
}

.rio-map path:first-child {
  fill: currentColor;
  stroke: #4fa7ff;
  stroke-width: 1.5;
}

.rio-map path:not(:first-child) {
  fill: none;
  stroke: rgba(140, 204, 255, 0.75);
  stroke-width: 1;
}

.transparent-section {
  padding: 0 0 28px;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.principles-grid article {
  min-height: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(6, 28, 53, 0.72), rgba(3, 18, 35, 0.86));
  text-align: center;
}

.principles-grid svg {
  width: 50px;
  height: 50px;
  margin-bottom: 9px;
  fill: none;
  color: var(--blue-bright);
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.principles-grid article:nth-child(2) svg {
  color: #58d6b6;
}

.principles-grid h3 {
  margin-bottom: 7px;
  font-size: 15px;
}

.principles-grid p {
  max-width: 260px;
  margin-bottom: 0;
  color: var(--text);
  font-size: 11px;
}

.faq-section {
  padding: 0 0 30px;
}

.faq-container {
  width: min(calc(100% - 104px), 1080px);
}

.faq-list {
  display: grid;
  gap: 7px;
}

.faq-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: linear-gradient(90deg, rgba(5, 26, 49, 0.9), rgba(3, 18, 35, 0.9));
}

.faq-list summary {
  position: relative;
  padding: 13px 52px 13px 20px;
  color: #f4f8ff;
  font-size: 13px;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  transform: translateY(-20%) rotate(225deg);
}

.faq-list details[open] summary {
  color: var(--blue-light);
  border-bottom: 1px solid var(--line);
}

.faq-list details p {
  margin: 0;
  padding: 13px 20px 16px;
  color: var(--text);
  font-size: 12px;
}

.whatsapp-banner {
  overflow: hidden;
  padding: 0 0 26px;
  background: var(--bg);
}

.banner-inner {
  position: relative;
  isolation: isolate;
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  padding: 20px 38px;
  border: 1px solid rgba(70, 166, 255, 0.85);
  border-radius: 12px;
  background-color: #004bc5;
  background-image:
    linear-gradient(90deg, rgba(0, 50, 155, 0.35), rgba(0, 93, 239, 0.1), rgba(0, 50, 155, 0.32)),
    url("assets/cta-electric-texture.png");
  background-position: center;
  background-size: cover;
  box-shadow:
    0 0 22px rgba(0, 107, 255, 0.35),
    inset 0 0 24px rgba(70, 174, 255, 0.22);
}

.banner-message {
  display: flex;
  align-items: center;
  gap: 21px;
}

.banner-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.45);
}

.banner-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.banner-message h2 {
  margin-bottom: 3px;
  font-size: 24px;
  line-height: 1.15;
}

.banner-message h2 span {
  font-weight: 400;
}

.banner-message p {
  margin-bottom: 0;
  font-size: 16px;
}

.banner-button {
  min-width: 305px;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding: 10px 25px;
  border: 1px solid #c7dcff;
  border-radius: 8px;
  color: #082a72;
  background: #f4f8ff;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.28);
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.banner-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.34);
}

.banner-button svg {
  width: 33px;
  height: 33px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.banner-button strong,
.banner-button small {
  display: block;
}

.banner-button strong {
  font-size: 19px;
  line-height: 1;
}

.banner-button small {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 800;
}

.site-footer {
  overflow: hidden;
  background: #020b18;
  border-top: 1px solid rgba(120, 185, 255, 0.18);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.15fr 1.15fr;
  padding-top: 31px;
  padding-bottom: 25px;
}

.footer-grid > * {
  min-width: 0;
  padding: 0 29px;
}

.footer-grid > :first-child {
  padding-left: 0;
}

.footer-grid > :last-child {
  padding-right: 0;
}

.footer-grid > * + * {
  border-left: 1px solid rgba(120, 169, 219, 0.18);
}

.footer-brand img {
  width: 122px;
  height: 122px;
  margin-bottom: 10px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(22, 136, 255, 0.4));
}

.footer-brand p {
  max-width: 250px;
  margin-bottom: 17px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.social-links,
.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-links a,
.footer-social-icons a {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.social-links a:hover,
.footer-social-icons a:hover {
  color: var(--blue-bright);
  border-color: var(--blue-bright);
  transform: translateY(-2px);
}

.social-links svg,
.footer-social-icons svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-group {
  border: 0;
}

.footer-group summary {
  margin-bottom: 17px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  list-style: none;
  pointer-events: none;
}

.footer-group summary::-webkit-details-marker {
  display: none;
}

.footer-group ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  color: var(--text);
  font-size: 11px;
  list-style: none;
}

.footer-group a:hover {
  color: var(--blue-light);
}

.contact-list {
  gap: 12px !important;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.contact-list svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  color: var(--blue-bright);
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social-icons a:first-child {
  color: #ff5da2;
  border-color: rgba(255, 93, 162, 0.7);
}

.footer-social-icons a:last-child {
  color: #5b9cff;
  border-color: rgba(91, 156, 255, 0.7);
}

.guarantee-seal {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: #fff;
  background: rgba(6, 28, 53, 0.55);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}

.guarantee-seal svg {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  fill: none;
  color: var(--blue-light);
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 14px;
  padding-bottom: 18px;
  border-top: 1px solid rgba(120, 169, 219, 0.14);
  color: #7f94ab;
  font-size: 10px;
}

.footer-bottom p {
  margin: 0;
}

.reveal,
.stagger > * {
  opacity: 0;
  transform: translateY(18px);
}

.reveal.is-visible,
.stagger.is-visible > * {
  opacity: 1;
  transform: none;
  transition:
    opacity 550ms ease,
    transform 550ms ease;
}

.stagger.is-visible > *:nth-child(2) {
  transition-delay: 70ms;
}

.stagger.is-visible > *:nth-child(3) {
  transition-delay: 140ms;
}

.stagger.is-visible > *:nth-child(4) {
  transition-delay: 210ms;
}

.stagger.is-visible > *:nth-child(5) {
  transition-delay: 280ms;
}

.stagger.is-visible > *:nth-child(6) {
  transition-delay: 350ms;
}

@media (max-width: 1050px) {
  .header-inner {
    grid-template-columns: 94px 1fr auto;
    gap: 14px;
  }

  .brand img {
    width: 91px;
    height: 91px;
  }

  .main-nav {
    gap: 15px;
  }

  .main-nav a {
    font-size: 11px;
  }

  .header-cta {
    min-width: 165px;
  }

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

  .benefit-card {
    flex-direction: column;
    text-align: center;
  }

  .area-panel {
    grid-template-columns: 1fr 330px;
  }

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

  .footer-grid > * {
    padding-inline: 18px;
  }
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 132px;
  }

  body {
    font-size: 14px;
  }

  .container {
    width: min(calc(100% - 32px), 560px);
  }

  .site-header {
    padding: 8px 0 10px;
  }

  .header-inner {
    min-height: auto;
    grid-template-columns: 1fr auto;
    gap: 8px 14px;
  }

  .brand {
    min-height: 68px;
  }

  .brand img {
    width: 77px;
    height: 77px;
  }

  .menu-toggle {
    display: flex;
  }

  .main-nav {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #031326;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 12px 15px;
    font-size: 12px;
  }

  .main-nav a + a {
    border-top: 1px solid rgba(120, 169, 219, 0.14);
  }

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

  .header-cta {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 48px;
  }

  .hero {
    min-height: 0;
    background-image:
      linear-gradient(180deg, rgba(2, 11, 24, 0.08) 0, rgba(2, 11, 24, 0.52) 23%, rgba(2, 11, 24, 0.95) 50%, #020b18 73%),
      linear-gradient(90deg, rgba(2, 11, 24, 0.55), rgba(2, 11, 24, 0.14)),
      url("assets/hero-technician.png");
    background-position: center, center, 65% top;
    background-size: cover, cover, auto 410px;
  }

  .hero-inner {
    min-height: 0;
    align-items: flex-start;
    padding-top: 145px;
    padding-bottom: 27px;
  }

  .hero-copy {
    width: 100%;
    text-align: center;
  }

  .eyebrow {
    max-width: 280px;
    margin: 0 auto 14px;
    padding: 5px 10px;
    font-size: 8px;
  }

  .hero h1 {
    margin-bottom: 11px;
    font-size: clamp(29px, 9.2vw, 38px);
    line-height: 1.04;
  }

  .hero-description {
    max-width: 340px;
    margin: 0 auto 17px;
    font-size: 13px;
  }

  .hero-specialties {
    margin-bottom: 13px;
  }

  .hero-specialties > div {
    min-width: 0;
    min-height: 84px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 9px 4px;
    text-align: center;
  }

  .hero-specialties svg {
    width: 31px;
    height: 31px;
  }

  .hero-specialties strong {
    font-size: 10px;
  }

  .hero-specialties small {
    display: none;
  }

  .hero-location {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .hero-location svg {
    width: 17px;
    height: 17px;
  }

  .hero-actions {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 0;
  }

  .button-large {
    width: 100%;
    min-height: 53px;
  }

  .button-large strong {
    font-size: 13px;
  }

  .button-large small {
    font-size: 9px;
  }

  .section-heading {
    margin-bottom: 17px;
  }

  .section-heading .section-kicker {
    font-size: 9px;
  }

  .section-heading h2 {
    font-size: clamp(21px, 6.5vw, 27px);
  }

  .services-section {
    padding: 22px 0 20px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .service-card figure {
    aspect-ratio: 16 / 6.7;
  }

  .service-icon {
    top: auto;
    bottom: 87px;
    left: 12px;
    width: 39px;
    height: 39px;
  }

  .service-icon svg {
    width: 22px;
    height: 22px;
  }

  .service-content {
    min-height: 0;
    padding: 11px 13px 12px;
  }

  .service-content h3 {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .check-list {
    gap: 3px;
    font-size: 9px;
  }

  .check-list li {
    padding-left: 16px;
  }

  .check-list li::before {
    top: 2px;
    width: 10px;
    height: 10px;
    font-size: 6px;
  }

  .mobile-services-link {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 10px;
    border: 1px solid var(--line-strong);
    border-radius: 6px;
    color: #fff;
    background: transparent;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .feature-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-top: 10px;
  }

  .feature-card {
    min-height: 112px;
    padding: 11px 5px;
  }

  .feature-card svg {
    width: 30px;
    height: 30px;
    margin-bottom: 6px;
  }

  .feature-card h3 {
    margin-bottom: 3px;
    font-size: 10px;
  }

  .feature-card p {
    font-size: 8px;
    line-height: 1.3;
  }

  .benefits-section {
    padding-bottom: 17px;
  }

  .compact-heading {
    margin-bottom: 10px;
  }

  .compact-heading h2 {
    font-size: 10px;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .benefit-card {
    min-height: 112px;
    gap: 5px;
    padding: 11px 6px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(6, 28, 53, 0.8), rgba(3, 18, 35, 0.9));
  }

  .benefit-card + .benefit-card {
    border-left: 1px solid var(--line);
  }

  .benefit-card svg {
    width: 34px;
    height: 34px;
  }

  .benefit-card h3 {
    margin-bottom: 3px;
    font-size: 9px;
  }

  .benefit-card p {
    display: none;
  }

  .service-area {
    padding-bottom: 20px;
  }

  .area-panel {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 17px 15px 10px;
  }

  .area-copy {
    justify-content: center;
    gap: 12px;
    text-align: left;
  }

  .area-copy > svg {
    width: 37px;
    height: 37px;
  }

  .area-copy p {
    font-size: 10px;
  }

  .area-copy h2 {
    font-size: 13px;
  }

  .rio-map {
    width: min(100%, 290px);
    margin: 0 auto;
  }

  .transparent-section {
    padding-bottom: 20px;
  }

  .principles-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
  }

  .principles-grid article {
    min-height: 125px;
    padding: 10px 5px;
  }

  .principles-grid svg {
    width: 32px;
    height: 32px;
    margin-bottom: 6px;
  }

  .principles-grid h3 {
    margin-bottom: 4px;
    font-size: 9px;
  }

  .principles-grid p {
    font-size: 7px;
    line-height: 1.35;
  }

  .faq-section {
    padding-bottom: 17px;
  }

  .faq-container {
    width: min(calc(100% - 24px), 560px);
  }

  .faq-list {
    gap: 6px;
  }

  .faq-list summary {
    padding: 10px 38px 10px 12px;
    font-size: 9px;
  }

  .faq-list summary::after {
    right: 14px;
    width: 6px;
    height: 6px;
  }

  .faq-list details p {
    padding: 10px 12px 12px;
    font-size: 9px;
  }

  .whatsapp-banner {
    padding-bottom: 17px;
  }

  .banner-inner {
    min-height: 0;
    flex-direction: column;
    gap: 12px;
    padding: 15px 12px;
    text-align: center;
  }

  .banner-message {
    flex-direction: column;
    gap: 7px;
  }

  .banner-icon {
    width: 50px;
    height: 50px;
    border-width: 3px;
  }

  .banner-icon svg {
    width: 32px;
    height: 32px;
  }

  .banner-message h2 {
    margin-bottom: 2px;
    font-size: 16px;
  }

  .banner-message h2 span {
    display: block;
    font-size: 13px;
  }

  .banner-message p {
    font-size: 10px;
  }

  .banner-button {
    width: 100%;
    min-width: 0;
    min-height: 57px;
  }

  .banner-button svg {
    width: 27px;
    height: 27px;
  }

  .banner-button strong {
    font-size: 14px;
  }

  .banner-button small {
    font-size: 8px;
  }

  .footer-grid {
    display: block;
    padding-top: 24px;
    padding-bottom: 13px;
  }

  .footer-grid > * {
    padding: 0;
  }

  .footer-grid > * + * {
    border-left: 0;
  }

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

  .footer-brand img {
    width: 96px;
    height: 96px;
    margin: 0 auto 9px;
  }

  .footer-brand p {
    max-width: 300px;
    margin: 0 auto 13px;
    font-size: 9px;
  }

  .social-links {
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer-group {
    margin-bottom: 7px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: rgba(4, 23, 44, 0.75);
  }

  .footer-group summary {
    position: relative;
    margin: 0;
    padding: 11px 35px 11px 12px;
    font-size: 9px;
    cursor: pointer;
    pointer-events: auto;
  }

  .footer-group summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-70%) rotate(45deg);
  }

  .footer-group[open] summary::after {
    transform: translateY(-20%) rotate(225deg);
  }

  .footer-group[open] summary {
    border-bottom: 1px solid var(--line);
  }

  .footer-group ul,
  .footer-social > div {
    margin: 0;
    padding: 12px;
  }

  .footer-group ul {
    font-size: 9px;
  }

  .footer-social-icons {
    justify-content: flex-start;
  }

  .guarantee-seal {
    margin: 0 12px 12px !important;
    padding: 12px !important;
    font-size: 8px;
  }

  .footer-bottom {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: left;
    font-size: 8px;
  }

  .footer-bottom p + p {
    margin-top: 7px;
  }
}

@media (max-width: 390px) {
  .hero {
    background-size: cover, cover, auto 370px;
  }

  .hero-inner {
    padding-top: 130px;
  }

  .hero h1 {
    font-size: 29px;
  }

  .hero-specialties strong {
    font-size: 9px;
  }

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

  .principles-grid {
    grid-template-columns: 1fr;
  }

  .principles-grid article {
    min-height: 112px;
  }

  .principles-grid h3 {
    font-size: 11px;
  }

  .principles-grid p {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal,
  .stagger > * {
    opacity: 1;
    transform: none;
  }
}
/* SF_PREMIUM_POLISH_V5_11_15_START */
:root{--sf-brand-primary:#087AFF;--sf-brand-glow-fallback:rgba(8,122,255,.24)}
html{scroll-behavior:smooth}
/* IMPORTANTE: nunca sobrescrever background/color/border dos botões. A prévia é a fonte visual. */
.sf-premium-button{position:relative;isolation:isolate;transition:transform .22s cubic-bezier(.2,.75,.2,1),box-shadow .22s ease,filter .22s ease,border-color .22s ease!important;will-change:transform;transform:translateZ(0)}
.sf-premium-button:hover{transform:translateY(-2px);filter:brightness(1.045);box-shadow:0 11px 28px rgba(0,0,0,.20),0 0 20px var(--sf-btn-glow,var(--sf-brand-glow-fallback))}
.sf-premium-button:active{transform:translateY(0) scale(.985)}
.sf-premium-button:focus-visible{outline:3px solid var(--sf-btn-outline,var(--sf-brand-primary));outline-offset:3px}
.sf-premium-button svg,.sf-premium-button .icon,.sf-premium-button [class*="icon"]{transition:transform .22s ease,opacity .22s ease!important}
.sf-premium-button:hover svg,.sf-premium-button:hover .icon,.sf-premium-button:hover [class*="icon"]{transform:translateX(2px)}
.sf-premium-card{transition:transform .30s cubic-bezier(.2,.75,.2,1),box-shadow .30s ease,border-color .30s ease,filter .30s ease;will-change:transform}
.sf-premium-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(0,0,0,.14);filter:brightness(1.012)}
.sf-premium-icon{transition:transform .28s cubic-bezier(.2,.75,.2,1),filter .28s ease,opacity .28s ease!important;transform-origin:center;will-change:transform}
.sf-premium-card:hover .sf-premium-icon{transform:translateY(-2px) scale(1.045)}
.sf-premium-card img{transition:transform .55s cubic-bezier(.2,.75,.2,1),filter .4s ease!important}
.sf-premium-card:hover img{transform:scale(1.018);filter:saturate(1.03) contrast(1.01)}
.sf-reveal:nth-of-type(2n){--sf-reveal-delay:.055s}.sf-reveal:nth-of-type(3n){--sf-reveal-delay:.105s}.sf-reveal:nth-of-type(4n){--sf-reveal-delay:.155s}
.sf-reveal.sf-animate-in{animation-delay:var(--sf-reveal-delay,0s)}
.sf-motion-active .sf-reveal:not(.sf-animate-in){opacity:0;transform:translateY(18px)}
.sf-motion-active .sf-reveal-left:not(.sf-animate-in){transform:translateX(-22px)}
.sf-motion-active .sf-reveal-right:not(.sf-animate-in){transform:translateX(22px)}
.sf-reveal.sf-animate-in{animation:sfRevealUp .68s cubic-bezier(.2,.75,.2,1) both}
.sf-reveal-left.sf-animate-in{animation-name:sfRevealLeft}
.sf-reveal-right.sf-animate-in{animation-name:sfRevealRight}
@keyframes sfRevealUp{from{opacity:.04;transform:translateY(20px)}to{opacity:1;transform:none}}
@keyframes sfRevealLeft{from{opacity:.04;transform:translateX(-24px)}to{opacity:1;transform:none}}
@keyframes sfRevealRight{from{opacity:.04;transform:translateX(24px)}to{opacity:1;transform:none}}
@media(max-width:768px){.sf-reveal-left.sf-animate-in,.sf-reveal-right.sf-animate-in{animation-name:sfRevealUp}.sf-premium-card:hover{transform:translateY(-2px)}}
body.sf-motion-profile-energy .sf-premium-button:hover{filter:brightness(1.06)}
body.sf-motion-profile-dynamic .sf-premium-button:hover{transform:translateY(-3px) scale(1.01)}
body.sf-motion-profile-fluid .sf-premium-card:hover{transform:translateY(-3px)}
body.sf-motion-profile-soft .sf-premium-button,body.sf-motion-profile-soft .sf-premium-card,body.sf-motion-profile-soft .sf-premium-icon{transition-duration:.34s!important}
/* MOBILE REAL = edge-to-edge. A moldura arredondada pertence somente à imagem/mockup da prévia. */
@media(max-width:768px){
  html,body{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;overflow-x:hidden!important;border-radius:0!important}
  body{min-width:0!important}
  .sf-mobile-header-whatsapp{display:none!important}
  .sf-mobile-page-shell{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}
  .sf-mobile-page-shell>header:first-child,.sf-mobile-page-shell>main:first-child,.sf-mobile-page-shell>main,.sf-mobile-page-shell>footer:last-child{max-width:none!important;margin-left:0!important;margin-right:0!important;border-left:0!important;border-right:0!important}
  body>header,body>main,body>footer{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;border-radius:0!important}
  body>.site-wrapper,body>.page-wrapper,body>.site-shell,body>.page-shell,body>.site-frame,body>.page-frame,body>.mockup,body>.preview,body>#app,body>#root{width:100%!important;max-width:none!important;margin:0!important;padding-left:0!important;padding-right:0!important;border:0!important;border-radius:0!important;box-shadow:none!important}
  header .sf-mobile-header-whatsapp{display:none!important}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.sf-premium-button,.sf-premium-card,.sf-premium-icon,.sf-reveal{transition:none!important;animation:none!important;transform:none!important}.sf-reveal{opacity:1!important}}
/* SF_PREMIUM_POLISH_V5_11_15_END */


/* Site Fácil IA V5.7.7 — WhatsApp e ícones fiéis */
.sf-whatsapp-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:44px!important;
  padding:11px 18px!important;
  border-radius:8px!important;
  background:#25D366!important;
  color:#fff!important;
  border:0!important;
  text-decoration:none!important;
  font-weight:800!important;
  line-height:1.1!important;
  box-shadow:none!important;
}
.sf-whatsapp-button:hover{filter:brightness(.96)}
.sf-whatsapp-floating{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  min-height:46px!important;
  padding:0!important;
  border-radius:999px!important;
}
.sf-faithful-icon,.sf-wa-icon{
  display:inline-grid!important;
  place-items:center!important;
  flex:0 0 auto!important;
  width:20px!important;
  height:20px!important;
}
.sf-whatsapp-floating .sf-wa-icon{width:22px!important;height:22px!important}
.sf-faithful-icon svg,.sf-wa-icon svg,.sf-faithful-icon-host svg{
  width:100%!important;
  height:100%!important;
  display:block!important;
}
.sf-faithful-icon-host{
  display:grid!important;
  place-items:center!important;
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  border-radius:999px!important;
  background:#0057c8!important;
  color:#fff!important;
}
.sf-faithful-icon-host svg{
  width:20px!important;
  height:20px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.9!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.sf-wa-icon svg{color:#fff!important}
@media(max-width:768px){
  .sf-whatsapp-button{min-height:42px!important;padding:10px 14px!important;font-size:13px!important}
  .sf-whatsapp-floating{width:44px!important;height:44px!important;padding:0!important}
}

/* Site Fácil IA: proteção de integridade visual */
html,body{max-width:100%;overflow-x:clip}main>section{position:relative;isolation:isolate;clear:both}img{max-width:100%;height:auto}img[src*="assets/"]{object-fit:contain}


/* Refrigerarte V3 — fidelidade visual da prévia aprovada */
.sf-preview-faithful-v3 .service-icon svg,
.sf-preview-faithful-v3 .feature-card > svg,
.sf-preview-faithful-v3 .benefit-card > svg {
  fill: none;
  stroke: #1688ff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter:
    drop-shadow(0 0 4px rgba(22,136,255,.78))
    drop-shadow(0 0 10px rgba(8,122,255,.32));
}
.sf-preview-faithful-v3 .service-icon {
  background: linear-gradient(180deg, #087aff, #004dc7);
  border: 1px solid rgba(120,185,255,.62);
  box-shadow:
    0 0 0 1px rgba(6,91,210,.24),
    0 0 16px rgba(8,122,255,.48);
}
.sf-preview-faithful-v3 .service-icon svg {
  stroke: #fff;
  filter: none;
}
.sf-preview-faithful-v3 .feature-card > svg {
  width: 37px;
  height: 37px;
}
.sf-preview-faithful-v3 .benefit-card > svg {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}
.sf-preview-faithful-v3 .footer-social-icons a {
  display: inline-grid;
  place-items: center;
}
@media (max-width: 768px) {
  .sf-preview-faithful-v3 .feature-card > svg {
    width: 32px;
    height: 32px;
  }
  .sf-preview-faithful-v3 .benefit-card > svg {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }
}


/* Refrigerarte V4 — correção de sobreposição + experiência premium */
.sf-refrigerarte-v4 .service-card{
  overflow:hidden;
  isolation:isolate;
}
.sf-refrigerarte-v4 .service-card figure{
  position:relative;
  z-index:1;
}
.sf-refrigerarte-v4 .service-icon{
  position:relative!important;
  top:auto!important;
  bottom:auto!important;
  left:auto!important;
  z-index:5;
  margin:-24px 0 -24px 18px;
}
.sf-refrigerarte-v4 .service-content{
  position:relative;
  z-index:3;
  padding-top:38px;
}
.sf-refrigerarte-v4 .service-content h3{
  position:relative;
  z-index:4;
}

/* Movimento elegante, sem comprometer leitura ou performance */
.sf-refrigerarte-v4 .site-header{
  backdrop-filter:saturate(125%) blur(10px);
  -webkit-backdrop-filter:saturate(125%) blur(10px);
}
.sf-refrigerarte-v4 .hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 72% 46%,rgba(15,119,255,.16),transparent 28%);
  animation:sfHeroPulse 5.8s ease-in-out infinite alternate;
}
.sf-refrigerarte-v4 .hero-inner{position:relative;z-index:2}
.sf-refrigerarte-v4 .section-heading span,
.sf-refrigerarte-v4 .compact-heading span{
  text-shadow:0 0 18px rgba(16,133,255,.28);
}
.sf-refrigerarte-v4 .service-card,
.sf-refrigerarte-v4 .feature-card,
.sf-refrigerarte-v4 .benefit-card{
  overflow:hidden;
}
.sf-refrigerarte-v4 .service-card::after,
.sf-refrigerarte-v4 .feature-card::after,
.sf-refrigerarte-v4 .benefit-card::after{
  content:"";
  position:absolute;
  width:120px;
  height:220%;
  top:-55%;
  left:-150px;
  transform:rotate(18deg);
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(93,178,255,.10),transparent);
  transition:left .65s cubic-bezier(.2,.75,.2,1);
}
.sf-refrigerarte-v4 .service-card:hover::after,
.sf-refrigerarte-v4 .feature-card:hover::after,
.sf-refrigerarte-v4 .benefit-card:hover::after{left:calc(100% + 80px)}
.sf-refrigerarte-v4 .service-card:hover .service-icon,
.sf-refrigerarte-v4 .feature-card:hover>svg,
.sf-refrigerarte-v4 .benefit-card:hover>svg{
  filter:drop-shadow(0 0 9px rgba(22,136,255,.82));
}
.sf-refrigerarte-v4 .whatsapp-banner .banner-inner{
  position:relative;
  overflow:hidden;
}
.sf-refrigerarte-v4 .whatsapp-banner .banner-inner::before{
  content:"";
  position:absolute;
  inset:-60% auto -60% -35%;
  width:24%;
  pointer-events:none;
  transform:rotate(18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.20),transparent);
  animation:sfCtaSweep 5.2s ease-in-out infinite;
}
.sf-refrigerarte-v4 .social-links a,
.sf-refrigerarte-v4 .footer-social-icons a,
.sf-refrigerarte-v4 .sf-social-btn{
  transition:transform .25s ease,filter .25s ease,box-shadow .25s ease!important;
}
.sf-refrigerarte-v4 .social-links a:hover,
.sf-refrigerarte-v4 .footer-social-icons a:hover,
.sf-refrigerarte-v4 .sf-social-btn:hover{
  transform:translateY(-3px) scale(1.06);
  filter:brightness(1.08);
}
@keyframes sfHeroPulse{
  from{opacity:.45;transform:scale(1)}
  to{opacity:1;transform:scale(1.04)}
}
@keyframes sfCtaSweep{
  0%,58%{left:-35%;opacity:0}
  64%{opacity:1}
  82%{left:120%;opacity:.85}
  100%{left:120%;opacity:0}
}
@media (max-width:768px){
  .sf-refrigerarte-v4 .service-icon{
    width:39px!important;height:39px!important;
    margin:-19px 0 -20px 12px;
  }
  .sf-refrigerarte-v4 .service-content{padding-top:30px!important}
}
@media (prefers-reduced-motion:reduce){
  .sf-refrigerarte-v4 .hero::after,
  .sf-refrigerarte-v4 .whatsapp-banner .banner-inner::before{animation:none!important}
}
