:root {
  --background: #050b0f;
  --background-deep: #03080b;
  --panel: #11191e;
  --panel-light: #151e24;
  --border: rgba(181, 194, 202, 0.23);
  --border-strong: rgba(247, 148, 29, 0.74);
  --orange: #f7941d;
  --orange-light: #ffab32;
  --green: #159b3a;
  --green-light: #20b84c;
  --white: #ffffff;
  --muted: #aeb5ba;
  --text: #e5e7e8;
  --radius: 10px;
  --shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #ebebeb;
}

body {
  margin: 0;
  color: var(--text);
  background: #ebebeb;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

button,
input,
textarea,
select {
  font: inherit;
}

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

.site-frame {
  width: min(100% - 32px, 1230px);
  margin: 12px auto;
  overflow: hidden;
  color: var(--text);
  background: var(--background);
  border: 1px solid #374149;
  border-radius: 11px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.2);
}

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

.site-header {
  position: relative;
  z-index: 10;
  background: #060c10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.header-inner {
  width: min(100% - 42px, var(--container));
  min-height: 86px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 24px;
}

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

.brand img {
  width: 170px;
  height: 108px;
  margin-bottom: -24px;
  object-fit: contain;
  object-position: left center;
  background: transparent;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.5vw, 42px);
}

.main-nav a {
  position: relative;
  padding: 32px 0 27px;
  color: #f3f3f3;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 180ms ease;
}

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

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.active {
  color: var(--orange);
}

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

.menu-toggle {
  display: none;
  width: 42px;
  min-height: 42px;
  padding: 8px;
  border: 0;
  color: white;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.button {
  min-height: 45px;
  padding: 10px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

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

.button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-header {
  min-height: 42px;
  padding-inline: 22px;
  color: #111;
  background: var(--orange);
  box-shadow: 0 5px 18px rgba(247, 148, 29, 0.16);
}

.button-header:hover,
.button-header:focus-visible {
  background: var(--orange-light);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #090f13;
  background-image: url("assets/hero-tow-truck.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 67% center;
}

.hero-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 8, 11, 0.96) 0%, rgba(4, 10, 14, 0.84) 32%, rgba(4, 10, 14, 0.31) 63%, rgba(3, 8, 11, 0.28) 100%),
    linear-gradient(0deg, rgba(3, 8, 11, 0.82) 0%, transparent 36%, rgba(3, 8, 11, 0.18) 100%);
}

.hero-content {
  padding-block: 70px 84px;
}

.hero-copy {
  width: min(550px, 51%);
}

.hero h1 {
  max-width: 540px;
  margin: 0;
  color: var(--white);
  font-size: clamp(38px, 4vw, 55px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -1.1px;
  text-transform: uppercase;
  text-wrap: balance;
}

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

.hero-copy > p {
  max-width: 470px;
  margin: 18px 0 0;
  color: #f1f2f2;
  font-size: 16px;
  line-height: 1.5;
}

.hero-actions {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.button-whatsapp {
  background: linear-gradient(180deg, var(--green-light), var(--green));
  border-color: rgba(255, 255, 255, 0.25);
}

.button-whatsapp:hover,
.button-whatsapp:focus-visible {
  background: #1db449;
}

.button-outline {
  color: var(--white);
  background: rgba(5, 11, 15, 0.72);
  border-color: var(--orange);
}

.button-outline:hover,
.button-outline:focus-visible {
  color: #0b0e10;
  background: var(--orange);
}

.quick-benefits {
  position: relative;
  margin-top: -58px;
  padding-bottom: 14px;
  z-index: 2;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  background: linear-gradient(145deg, #151e23, #0e161a);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.quick-item {
  min-height: 98px;
  padding: 19px 19px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.quick-item + .quick-item {
  border-left: 1px solid var(--border);
}

.quick-item > svg {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  fill: none;
  stroke: var(--orange);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-item:nth-child(2) > svg,
.quick-item:nth-child(3) > svg {
  fill: var(--orange);
  stroke: var(--orange);
}

.quick-item h2 {
  margin: 0;
  color: var(--white);
  font-size: 13px;
  line-height: 1.25;
  text-transform: uppercase;
}

.quick-item p {
  margin: 4px 0 0;
  color: #d1d5d7;
  font-size: 12px;
  line-height: 1.3;
}

.section {
  padding-top: 34px;
}

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

.section-heading h2 {
  margin: 4px 0 0;
  color: var(--white);
  font-size: clamp(23px, 2.4vw, 31px);
  line-height: 1.12;
  text-wrap: balance;
}

.eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.eyebrow span {
  width: 27px;
  height: 1px;
  background: var(--orange);
  opacity: 0.85;
}

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

.service-card {
  overflow: hidden;
  background: linear-gradient(150deg, var(--panel-light), #0c1317);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

.service-card > img {
  width: 100%;
  aspect-ratio: 4 / 2.65;
  object-fit: cover;
}

.service-card:nth-child(2) > img {
  object-position: center 40%;
}

.service-card-body {
  padding: 16px 17px 20px;
}

.card-title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.card-title svg {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--orange);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-title h3 {
  margin: 2px 0 0;
  color: var(--white);
  font-size: 14px;
  line-height: 1.25;
  text-transform: uppercase;
}

.service-card-body > p {
  margin: 12px 0 0;
  color: #d0d4d6;
  font-size: 13px;
  line-height: 1.42;
}

.mobile-section-action {
  display: none;
}

.works {
  padding-top: 42px;
}

.works-grid {
  gap: 14px;
}

.work-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 9px;
  background: #111;
  border: 1px solid var(--border);
}

.work-card img {
  width: 100%;
  aspect-ratio: 4 / 2.55;
  object-fit: cover;
  transition: transform 300ms ease;
}

.work-card:hover img {
  transform: scale(1.03);
}

.work-card figcaption {
  position: absolute;
  top: 8px;
  left: 8px;
  max-width: calc(100% - 16px);
  padding: 5px 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #307da5;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 4px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.work-card figcaption svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #ec4a45;
  stroke-width: 2;
}

.center-action {
  margin-top: 15px;
  text-align: center;
}

.button.compact {
  min-width: 235px;
  min-height: 34px;
  padding: 7px 20px;
  font-size: 11px;
}

.reasons {
  padding-top: 12px;
}

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

.reasons-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  background: linear-gradient(145deg, #131c21, #0d1418);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.reasons-panel article {
  min-height: 155px;
  padding: 20px 22px;
  text-align: center;
}

.reasons-panel article + article {
  border-left: 1px solid var(--border);
}

.reasons-panel svg {
  width: 48px;
  height: 48px;
  margin-bottom: 7px;
  fill: none;
  stroke: var(--orange);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reasons-panel article:nth-child(2) svg,
.reasons-panel article:nth-child(3) svg {
  fill: var(--orange);
  stroke: var(--orange);
}

.reasons-panel h3 {
  margin: 0;
  color: var(--white);
  font-size: 14px;
}

.reasons-panel p {
  margin: 6px auto 0;
  max-width: 220px;
  color: #c8cdd0;
  font-size: 12px;
  line-height: 1.35;
}

.care {
  padding-top: 12px;
}

.care-panel {
  padding: 0 19px 14px;
  overflow: hidden;
  background: linear-gradient(145deg, #121a1f, #0d1418);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.care-panel > .eyebrow {
  transform: translateY(-1px);
}

.care-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.care-grid article {
  padding: 4px 28px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.care-grid article + article {
  border-left: 1px solid var(--border);
}

.care-grid svg {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  fill: none;
  stroke: var(--orange);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.care-grid h3 {
  margin: 0;
  color: var(--white);
  font-size: 11px;
  text-transform: uppercase;
}

.care-grid p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.3;
}

.faq {
  padding-top: 14px;
  padding-bottom: 12px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  gap: 10px;
}

.faq-item {
  overflow: hidden;
  background: linear-gradient(145deg, #131b20, #0d1418);
  border: 1px solid var(--border);
  border-radius: 8px;
}

.faq-item h3 {
  margin: 0;
}

.faq-item button {
  width: 100%;
  min-height: 50px;
  padding: 11px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--white);
  background: transparent;
  border: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}

.faq-item button:hover,
.faq-item button:focus-visible {
  color: var(--orange);
}

.faq-symbol {
  flex: 0 0 auto;
  color: var(--white);
  font-size: 19px;
  font-weight: 400;
}

.faq-answer {
  padding: 0 12px 12px;
}

.faq-answer p {
  margin: 0;
  color: #c1c7ca;
  font-size: 11px;
  line-height: 1.45;
}

.site-footer {
  padding: 0 0 14px;
  background: #070c10;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-panel {
  display: grid;
  grid-template-columns: 210px 1fr 1fr 1.2fr;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  border-radius: 8px;
}

.footer-brand {
  min-height: 122px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-brand img {
  width: 180px;
  height: 115px;
  object-fit: contain;
  background: transparent;
}

.footer-contact {
  min-width: 0;
  padding: 18px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-left: 1px solid var(--border);
}

.footer-contact > svg {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  fill: none;
  stroke: var(--orange);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-contact:first-of-type > svg {
  padding: 7px;
  color: white;
  background: var(--green);
  border-radius: 9px;
  stroke: currentColor;
}

.footer-contact:nth-of-type(3) > svg {
  padding: 5px;
  color: white;
  background: linear-gradient(135deg, #7d39c7, #e83979, #f4a727);
  border-radius: 9px;
  stroke: currentColor;
}

.footer-contact h2 {
  margin: 0 0 4px;
  color: var(--orange);
  font-size: 10px;
  text-transform: uppercase;
}

.footer-contact a {
  display: block;
  color: var(--white);
  font-size: 18px;
  line-height: 1.2;
  white-space: normal;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: var(--orange);
}

.footer-contact p {
  margin: 5px 0 0;
  color: #c5cacc;
  font-size: 10px;
}

.copyright {
  margin: 10px 0 0;
  color: #aeb4b7;
  font-size: 10px;
  text-align: center;
}

:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

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

  .brand img {
    width: 150px;
  }

  .main-nav {
    gap: 17px;
  }

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

  .button-header {
    padding-inline: 15px;
    font-size: 10px;
  }

  .quick-item {
    padding-inline: 13px;
  }

  .quick-item > svg {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .footer-panel {
    grid-template-columns: 180px 1fr 1fr;
  }

  .footer-contact:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid var(--border);
    border-left: 0;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  html,
  body {
    background: var(--background);
  }

  body.menu-open {
    overflow: auto;
  }

  .site-frame {
    width: calc(100% - 14px);
    margin: 7px auto;
    border-radius: 10px;
  }

  .container {
    width: calc(100% - 24px);
  }

  .site-header {
    background: #060c10;
  }

  .header-inner {
    width: calc(100% - 24px);
    min-height: 70px;
    grid-template-columns: 1fr auto;
    gap: 8px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 130px;
    height: 84px;
    margin-bottom: -13px;
  }

  .menu-toggle {
    display: block;
    grid-column: 2;
    grid-row: 1;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main-nav {
    grid-column: 1 / -1;
    display: none;
    padding: 8px 0 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-top: 1px solid var(--border);
  }

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

  .main-nav a {
    padding: 11px 8px;
    font-size: 12px;
    text-align: center;
  }

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

  .button-header {
    display: none;
  }

  .hero {
    min-height: 0;
    display: block;
    padding-top: clamp(210px, 70vw, 310px);
    background-size: auto clamp(265px, 78vw, 370px);
    background-position: 62% top;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(3, 8, 11, 0.06) 0%, rgba(3, 8, 11, 0.06) 36%, rgba(3, 8, 11, 0.9) 65%, #050b0f 78%, #050b0f 100%),
      linear-gradient(90deg, rgba(3, 8, 11, 0.2), rgba(3, 8, 11, 0.05));
  }

  .hero-content {
    padding: 18px 0 24px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    max-width: 430px;
    font-size: clamp(27px, 8vw, 34px);
    line-height: 1.04;
    letter-spacing: -0.5px;
  }

  .hero-copy > p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.4;
  }

  .hero-actions {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 45px;
    font-size: 12px;
  }

  .quick-benefits {
    margin-top: 0;
    padding-bottom: 9px;
  }

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

  .quick-item {
    min-height: 78px;
    padding: 10px 4px;
    display: block;
    text-align: center;
  }

  .quick-item > svg {
    width: 29px;
    height: 29px;
    margin: 0 auto 6px;
  }

  .quick-item h2 {
    font-size: 8px;
    line-height: 1.15;
  }

  .quick-item p {
    display: none;
  }

  .section {
    padding-top: 29px;
  }

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

  .section-heading h2 {
    margin-top: 5px;
    font-size: 21px;
    line-height: 1.15;
  }

  .eyebrow {
    font-size: 10px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .service-card {
    min-height: 91px;
    display: grid;
    grid-template-columns: 92px 1fr;
  }

  .service-card > img {
    width: 92px;
    height: 100%;
    min-height: 91px;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .service-card-body {
    padding: 11px 12px;
    align-self: center;
  }

  .card-title {
    gap: 7px;
  }

  .card-title svg {
    flex-basis: 20px;
    width: 20px;
    height: 20px;
  }

  .card-title h3 {
    margin-top: 1px;
    font-size: 12px;
  }

  .service-card-body > p {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.3;
  }

  .mobile-section-action {
    margin-top: 10px;
    display: block;
  }

  .mobile-section-action .button {
    width: 100%;
  }

  .works {
    padding-top: 31px;
  }

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

  .work-card img {
    aspect-ratio: 4 / 2.9;
  }

  .work-card figcaption {
    top: 5px;
    left: 5px;
    padding: 3px 5px;
    font-size: 7px;
  }

  .center-action {
    margin-top: 10px;
  }

  .center-action .button {
    width: min(100%, 230px);
  }

  .reasons {
    padding-top: 18px;
  }

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

  .reasons-panel article {
    min-height: 105px;
    padding: 12px 4px;
  }

  .reasons-panel svg {
    width: 31px;
    height: 31px;
    margin-bottom: 5px;
  }

  .reasons-panel h3 {
    font-size: 9px;
    line-height: 1.2;
  }

  .reasons-panel p {
    margin-top: 4px;
    font-size: 8px;
    line-height: 1.25;
  }

  .care-panel {
    padding: 0 12px 12px;
  }

  .care-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .care-grid article {
    padding: 10px 5px;
  }

  .care-grid article + article {
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .faq {
    padding-top: 22px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .faq-item button {
    min-height: 42px;
    font-size: 11px;
  }

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

  .footer-brand {
    display: none;
  }

  .footer-contact,
  .footer-contact:last-child {
    grid-column: auto;
    min-height: 88px;
    padding: 14px 15px;
    justify-content: flex-start;
    border-top: 0;
    border-left: 0;
  }

  .footer-contact + .footer-contact {
    border-top: 1px solid var(--border);
  }

  .footer-contact a {
    font-size: 19px;
  }

  .copyright {
    margin: 13px auto 3px;
    max-width: 250px;
    line-height: 1.4;
  }
}

@media (max-width: 360px) {
  .quick-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-item:nth-child(3) {
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .quick-item:nth-child(4) {
    border-top: 1px solid var(--border);
  }

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

  .reasons-panel article:nth-child(3) {
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .reasons-panel article:nth-child(4) {
    border-top: 1px solid var(--border);
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* SF_PREMIUM_POLISH_V5_11_8_START */
:root{--sf-brand-primary:#F7941D;--sf-brand-on-primary:#080808;--sf-brand-glow:rgba(247,148,29,.30)}
.sf-premium-button{transition:transform .22s ease,box-shadow .22s ease,filter .22s ease,border-color .22s ease!important;will-change:transform}
.sf-brand-cta{background:var(--sf-brand-primary)!important;border-color:var(--sf-brand-primary)!important;color:var(--sf-brand-on-primary)!important;box-shadow:0 6px 18px rgba(0,0,0,.16),0 0 0 rgba(0,0,0,0)}
.sf-premium-button:hover{transform:translateY(-2px);filter:brightness(1.055);box-shadow:0 11px 28px rgba(0,0,0,.24),0 0 20px var(--sf-brand-glow)}
.sf-premium-button:active{transform:translateY(0) scale(.985)}
.sf-premium-button:focus-visible{outline:3px solid var(--sf-brand-primary)!important;outline-offset:3px}
.sf-premium-card{transition:transform .28s cubic-bezier(.2,.75,.2,1),box-shadow .28s ease,border-color .28s ease,filter .28s ease}
.sf-premium-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(0,0,0,.20),0 0 16px var(--sf-brand-glow);filter:brightness(1.015)}
.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}}
body.sf-motion-profile-energy .sf-brand-cta{animation:sfEnergyPulse 3.4s ease-in-out infinite}
body.sf-motion-profile-dynamic .sf-premium-button:hover{transform:translateY(-3px) scale(1.012)}
body.sf-motion-profile-fluid .sf-brand-cta{box-shadow:0 8px 24px rgba(0,0,0,.18),0 0 18px var(--sf-brand-glow)}
body.sf-motion-profile-soft .sf-premium-button,body.sf-motion-profile-soft .sf-premium-card{transition-duration:.34s!important}
@keyframes sfEnergyPulse{0%,100%{box-shadow:0 6px 18px rgba(0,0,0,.16),0 0 8px rgba(0,0,0,0)}50%{box-shadow:0 10px 28px rgba(0,0,0,.20),0 0 24px var(--sf-brand-glow)}}
@media(prefers-reduced-motion:reduce){.sf-premium-button,.sf-premium-card,.sf-reveal{transition:none!important;animation:none!important;transform:none!important}.sf-reveal{opacity:1!important}}
/* SF_PREMIUM_POLISH_V5_11_8_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}



/* Site Fácil IA V5.7.8 — transições suaves entre seções */
html{scroll-behavior:smooth}
.sf-motion-ready main>section,
.sf-motion-ready body>section,
.sf-motion-ready .sf-animate-section{
    opacity:0;
    transform:translate3d(0,28px,0);
    transition:opacity .72s cubic-bezier(.22,.61,.36,1),transform .72s cubic-bezier(.22,.61,.36,1);
    will-change:opacity,transform;
}
.sf-motion-ready main>section.sf-in-view,
.sf-motion-ready body>section.sf-in-view,
.sf-motion-ready .sf-animate-section.sf-in-view{
    opacity:1;
    transform:translate3d(0,0,0);
}
img{max-width:100%;height:auto}
@media(prefers-reduced-motion:reduce){
    html{scroll-behavior:auto}
    .sf-motion-ready main>section,
    .sf-motion-ready body>section,
    .sf-motion-ready .sf-animate-section{
        opacity:1!important;
        transform:none!important;
        transition:none!important;
    }
}