html {
  scroll-behavior: smooth;
}

body.site-body {
  font-family: "IBM Plex Sans", sans-serif;
  color: #18212f;
  background:
    radial-gradient(circle at top left, rgba(196, 30, 58, 0.14), transparent 28%),
    linear-gradient(180deg, #fff7f3 0%, #ffffff 30%, #f6f7fb 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.hero-title {
  font-family: "Manrope", sans-serif;
  color: #101828;
}

a,
a:hover {
  text-decoration: none;
}

.site-main {
  overflow: hidden;
}

.section-padding {
  padding: 96px 0;
}

.bg-gray {
  background: transparent !important;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(196, 30, 58, 0.1);
  color: #a42538;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-header {
  margin-bottom: 42px;
}

.section-header-split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  margin: 14px 0 0;
}

.section-lead {
  max-width: 460px;
  margin: 0;
  color: #526072;
  font-size: 1.02rem;
  line-height: 1.75;
}

.shape,
.controls-top,
#preloader {
  display: none !important;
}

.site-navbar {
  background: rgba(13, 19, 30, 0.78);
  backdrop-filter: blur(16px);
  padding: 16px 0;
  box-shadow: 0 16px 40px rgba(14, 20, 31, 0.12);
}

.site-navbar.site-navbar-solid {
  background: rgba(15, 23, 35, 0.92);
}

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

.site-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.site-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.site-brand-text strong {
  color: #ffffff;
  font-size: 1.08rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-brand-text small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-navbar .nav-link {
  color: rgba(255, 255, 255, 0.82) !important;
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-left: 10px;
}

.site-navbar .nav-link:hover,
.site-navbar .active > .nav-link {
  color: #ffffff !important;
}

.navbar-toggler {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.nav-item-cta {
  margin-left: 18px;
}

.nav-cta {
  padding: 12px 18px !important;
  border-radius: 999px;
  background: linear-gradient(135deg, #c61e3a, #ef5b3f);
  box-shadow: 0 14px 30px rgba(198, 30, 58, 0.28);
  color: #ffffff !important;
}

.home-hero {
  position: relative;
  padding: 170px 0 108px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(13, 19, 30, 0.95), rgba(24, 33, 47, 0.84)),
    url("../img/hero-area.svg") center/cover no-repeat;
}

.hero-copy {
  max-width: 640px;
}

.hero-title {
  color: #ffffff;
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  line-height: 0.98;
  margin: 20px 0 18px;
}

.hero-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 600px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.btn {
  border-radius: 999px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.btn-common,
.btn-common:focus {
  background: linear-gradient(135deg, #c61e3a, #ef5b3f);
  border: 0;
  color: #ffffff;
  padding: 14px 24px;
  box-shadow: 0 18px 34px rgba(198, 30, 58, 0.22);
}

.btn-border {
  border: 1px solid rgba(16, 24, 40, 0.14);
  color: #101828;
  padding: 13px 24px;
  background: #ffffff;
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  padding: 13px 24px;
  background: rgba(255, 255, 255, 0.06);
}

.btn-border:hover {
  color: #101828;
}

.btn-ghost:hover {
  color: #ffffff;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 40px;
}

.hero-highlights div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
}

.hero-highlights strong {
  display: block;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  margin-bottom: 8px;
}

.hero-highlights span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  line-height: 1.55;
}

.hero-visual {
  position: relative;
  padding: 34px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 50%;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(198, 30, 58, 0.12) 0%, rgba(198, 30, 58, 0.04) 58%, rgba(198, 30, 58, 0) 72%);
}

.hero-image {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 30px 55px rgba(0, 0, 0, 0.28));
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.hero-stat-card,
.hero-float-card {
  position: absolute;
  z-index: 3;
  max-width: 240px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 45px rgba(8, 15, 24, 0.2);
}

.hero-stat-card {
  top: 10px;
  right: 0;
}

.hero-float-card {
  left: -10px;
  bottom: 18px;
}

.hero-stat-card strong,
.hero-float-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.5;
  color: #101828;
}

.hero-stat-label,
.hero-float-card span {
  color: #a42538;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-strip {
  margin-top: -36px;
  position: relative;
  z-index: 5;
}

.trust-card,
.service-card,
.product-card,
.process-card,
.blog-card,
.logo-card,
.sidebar-card,
.blog-list-card,
.article-shell,
.contact-block,
.contact-copy,
.footer-shell,
.empty-card,
.box-item-modern,
.testimonial-card {
  border: 1px solid rgba(24, 33, 47, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(18, 26, 40, 0.08);
}

.trust-card {
  height: 100%;
  padding: 28px;
}

.trust-card span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #c61e3a, #ef5b3f);
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  margin-bottom: 18px;
}

.trust-card h3,
.product-card h3,
.process-card h3,
.sidebar-card h3 {
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.trust-card p,
.product-card p,
.process-card p,
.blog-card p,
.blog-list-card p,
.contact-copy p,
.footer-brand-block p,
.empty-card p {
  color: #526072;
  line-height: 1.75;
  margin-bottom: 0;
}

.service-card {
  position: relative;
  height: 100%;
  padding: 26px 22px;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(198, 30, 58, 0.06), transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover::before {
  opacity: 1;
}

.service-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(198, 30, 58, 0.1);
  color: #c61e3a;
  font-size: 24px;
  margin-bottom: 16px;
}

.service-card h3 {
  font-size: 1.08rem;
  line-height: 1.35;
  margin-bottom: 10px;
}

.service-card p {
  color: #526072;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 14px;
}

.services-grid {
  row-gap: 22px;
}

.services-grid > div {
  display: flex;
}

.service-tag,
.product-label,
.process-step {
  display: inline-flex;
  margin-top: auto;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a42538;
}

.mission-copy,
.mission-copy p {
  color: #1f2937;
}

.mission-actions {
  margin: 22px 0 22px;
}

.mission-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mission-actions-bottom {
  margin-top: 34px;
  margin-bottom: 4px;
}

.mission-cta-btn {
  min-width: 220px;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 8px;
}

.check-item {
  padding: 14px 16px;
  border-radius: 18px;
  background: #ffffff;
  color: #263244;
  font-size: 0.95rem;
  line-height: 1.55;
  border: 1px solid rgba(24, 33, 47, 0.08);
}

.mission-panel {
  display: grid;
  gap: 18px;
}

.process-card {
  padding: 26px;
}

.product-card {
  height: 100%;
  padding: 30px 26px;
  background:
    linear-gradient(180deg, rgba(255, 242, 237, 0.95), rgba(255, 255, 255, 0.96));
}

.differentials-section .content-left {
  margin-bottom: 18px;
}

.box-item-modern {
  display: flex;
  gap: 18px;
  padding: 24px;
}

.box-item-modern .icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(198, 30, 58, 0.08);
  color: #c61e3a;
  font-size: 24px;
}

.box-item-modern .text h4 {
  margin-bottom: 8px;
}

.box-item-modern .text p {
  margin: 0;
  color: #526072;
  line-height: 1.7;
}

.show-box-modern {
  position: relative;
  padding: 28px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top, rgba(198, 30, 58, 0.22), transparent 45%),
    linear-gradient(180deg, #fff4ef, #ffffff);
  box-shadow: 0 24px 55px rgba(18, 26, 40, 0.09);
}

.show-box-modern img {
  width: 100%;
}

.show-box-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #101828;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-card {
  height: 100%;
  overflow: hidden;
}

.blog-card-image img,
.blog-list-image img,
.blog-page-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.blog-card-body,
.blog-list-body {
  padding: 24px;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.blog-meta span {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(16, 24, 40, 0.06);
  color: #475467;
  font-size: 0.8rem;
  font-weight: 700;
}

.blog-card h3,
.blog-list-card h3 {
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 12px;
}

.blog-card h3 a,
.blog-list-card h3 a,
.article-hero-inner h1,
.related-card strong {
  color: #101828;
}

.blog-link {
  display: inline-flex;
  margin-top: 16px;
  color: #b42338;
  font-weight: 800;
}

.cta-section {
  padding-top: 20px;
}

.cta-text {
  padding: 34px 0;
}

.cta-text h4 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 16px 0 14px;
}

.testimonial-modern {
  background: linear-gradient(180deg, #101828, #172536);
}

.testimonial-modern .section-title,
.testimonial-modern .eyebrow,
.testimonial-modern .testimonial-card h2,
.testimonial-modern .testimonial-card h3,
.testimonial-modern .description {
  color: #ffffff;
}

.testimonial-modern .eyebrow {
  background: rgba(255, 255, 255, 0.08);
}

.testimonial-card {
  min-height: 340px;
  padding: 34px 28px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.testimonial-card .img-thumb img {
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-card .description {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

.star-icon {
  color: #ffb547;
}

.logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 152px;
  padding: 24px;
  margin-bottom: 24px;
}

.logo-card img {
  max-height: 86px;
  object-fit: contain;
}

.contact-section {
  padding-top: 104px;
}

.contact-copy,
.contact-block {
  height: 100%;
  padding: 34px;
}

.contact-points {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.contact-points div {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(24, 33, 47, 0.08);
}

.contact-points strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Manrope", sans-serif;
}

.contact-points span {
  color: #526072;
  line-height: 1.6;
}

.contact-block .form-control {
  min-height: 58px;
  padding: 16px 18px;
  border: 1px solid rgba(24, 33, 47, 0.12);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: none;
}

.contact-block textarea.form-control {
  min-height: 180px;
}

.captcha-holder {
  margin-bottom: 18px;
}

.page-hero {
  padding: 160px 0 72px;
  background: linear-gradient(135deg, #101828, #1f3043);
}

.page-hero-inner {
  max-width: 760px;
}

.page-hero h1 {
  color: #ffffff;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1.05;
  margin: 18px 0 14px;
}

.page-hero p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 0;
}

.blog-list-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  overflow: hidden;
  margin-bottom: 26px;
}

.blog-list-image {
  display: block;
  min-height: 100%;
}

.blog-list-image img {
  min-height: 100%;
}

.blog-sidebar {
  display: grid;
  gap: 24px;
  position: sticky;
  top: 110px;
}

.category-list,
.address,
.footer-link {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(24, 33, 47, 0.08);
  color: #344054;
}

.sidebar-cta {
  background: linear-gradient(180deg, #fff0ea, #ffffff);
}

.related-list {
  display: grid;
  gap: 14px;
}

.related-card {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 18px;
  background: #f6f7fb;
}

.related-card img {
  width: 88px;
  height: 88px;
  border-radius: 14px;
  object-fit: cover;
}

.related-card span,
.sidebar-empty {
  display: block;
  margin-top: 6px;
  color: #667085;
  font-size: 0.9rem;
}

.article-shell {
  overflow: hidden;
}

.blog-page-image {
  max-height: 520px;
  overflow: hidden;
}

.article-content {
  padding: 32px;
  color: #344054;
  line-height: 1.9;
}

.article-content h2,
.article-content h3,
.article-content h4 {
  margin-top: 24px;
  margin-bottom: 12px;
}

.article-content p:last-child {
  margin-bottom: 0;
}

.footer-area {
  background: #0c1521;
  color: rgba(255, 255, 255, 0.74);
}

.footer-shell {
  padding: 34px;
}

.footer-brand-block {
  padding-right: 20px;
}

.footer-logo {
  margin-bottom: 18px;
}

.footer-logo img {
  width: 96px;
  height: auto;
}

.footer-mini-card {
  margin-top: 20px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.footer-mini-card span {
  display: block;
  color: #f97066;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.footer-mini-card strong,
.footer-titel {
  color: #ffffff;
}

.footer-titel {
  font-family: "Manrope", sans-serif;
  margin-bottom: 20px;
}

.footer-link li,
.address li {
  margin-bottom: 14px;
}

.footer-link a,
.address a,
.footer-contact-link {
  color: rgba(255, 255, 255, 0.72);
}

.footer-contact-link {
  display: inline-flex;
  margin-top: 12px;
  font-weight: 800;
}

#copyright {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.copyright-content {
  padding: 22px 0 30px;
}

.copyright-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

.back-to-top {
  background: #c61e3a;
}

.empty-card {
  padding: 32px;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 78px 0;
  }

  .site-navbar {
    background: rgba(15, 23, 35, 0.95);
  }

  .section-header-split {
    display: block;
  }

  .section-lead {
    margin-top: 18px;
    max-width: none;
  }

  .hero-highlights,
  .check-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    margin-top: 34px;
    padding: 24px 0;
  }

  .hero-stat-card,
  .hero-float-card {
    position: static;
    margin-bottom: 18px;
    max-width: none;
  }

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

  .blog-list-image {
    aspect-ratio: 16 / 10;
  }

  .blog-sidebar {
    position: static;
    margin-top: 26px;
  }
}

@media (max-width: 767px) {
  .home-hero,
  .page-hero {
    padding-top: 138px;
  }

  .hero-title {
    font-size: 2.55rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-common,
  .btn-border,
  .btn-ghost {
    width: 100%;
    text-align: center;
  }

  .contact-copy,
  .contact-block,
  .footer-shell,
  .article-content {
    padding: 24px;
  }

  .site-brand-text small {
    display: none;
  }
}

/* Refino visual: branco + vermelho, menos peso e menos cinza */
:root {
  --site-red: #c61e3a;
  --site-red-dark: #a61d34;
  --site-red-soft: #fff3f5;
  --site-text: #24161a;
  --site-muted: #6e5359;
  --site-line: rgba(198, 30, 58, 0.16);
}

body.site-body {
  color: var(--site-text);
  background: #ffffff;
}

.section-padding {
  padding: 78px 0;
}

.section-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.section-lead,
.trust-card p,
.product-card p,
.process-card p,
.blog-card p,
.blog-list-card p,
.contact-copy p,
.footer-brand-block p,
.empty-card p,
.service-card p,
.box-item-modern .text p,
.contact-points span,
.page-hero p,
.hero-text,
.testimonial-card .description,
.article-content,
.related-card span,
.sidebar-empty,
.category-list li {
  color: var(--site-muted);
}

.site-navbar,
.site-navbar.site-navbar-solid {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(198, 30, 58, 0.08);
  border-bottom: 1px solid var(--site-line);
}

.site-brand-text strong,
.site-navbar .nav-link,
.site-navbar .nav-link:hover,
.site-navbar .active > .nav-link {
  color: var(--site-text) !important;
}

.site-brand-text small {
  color: var(--site-red);
}

.navbar-toggler {
  color: var(--site-red) !important;
  border-color: var(--site-line) !important;
}

.nav-cta,
.btn-common,
.btn-common:focus {
  background: var(--site-red);
  box-shadow: 0 10px 24px rgba(198, 30, 58, 0.18);
}

.nav-cta,
.btn-common,
.btn-border,
.btn-ghost {
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.nav-cta:hover,
.nav-cta:focus,
.btn-common:hover,
.btn-common:focus,
.mission-cta-btn:hover,
.mission-cta-btn:focus {
  transform: translateY(-1px);
  background: var(--site-red-dark);
  box-shadow: 0 12px 24px rgba(198, 30, 58, 0.16);
  color: #ffffff;
}

.btn-border,
.btn-ghost {
  border: 1px solid var(--site-line);
  background: #ffffff;
  color: var(--site-red);
}

.btn-border:hover,
.btn-border:focus,
.btn-ghost:hover,
.btn-ghost:focus {
  transform: translateY(-1px);
  background: #fff7f8;
  color: var(--site-red-dark);
  border-color: rgba(198, 30, 58, 0.3);
  box-shadow: 0 10px 22px rgba(198, 30, 58, 0.1);
}

.home-hero,
.page-hero,
.testimonial-modern {
  background: #ffffff;
}

.hero-title,
.page-hero h1,
.testimonial-modern .section-title,
.testimonial-modern .testimonial-card h2,
.testimonial-modern .testimonial-card h3,
.testimonial-modern .description,
.testimonial-modern .eyebrow {
  color: var(--site-text);
}

.home-hero {
  padding: 145px 0 76px;
  border-bottom: 1px solid var(--site-line);
}

.hero-copy {
  max-width: 560px;
}

.hero-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.04;
  margin: 16px 0 14px;
}

.hero-text {
  max-width: 520px;
  font-size: 1rem;
  line-height: 1.65;
}

.eyebrow,
.blog-meta span,
.hero-stat-label,
.hero-float-card span,
.show-box-badge,
.testimonial-modern .eyebrow {
  background: var(--site-red-soft);
  color: var(--site-red-dark);
}

.hero-highlights div,
.hero-stat-card,
.hero-float-card,
.trust-card,
.service-card,
.product-card,
.process-card,
.blog-card,
.logo-card,
.sidebar-card,
.blog-list-card,
.article-shell,
.contact-block,
.contact-copy,
.footer-shell,
.empty-card,
.box-item-modern,
.testimonial-card,
.check-item,
.related-card {
  background: #ffffff;
  border: 1px solid var(--site-line);
  box-shadow: 0 10px 26px rgba(198, 30, 58, 0.06);
}

.hero-highlights {
  margin-top: 28px;
}

.hero-highlights div {
  border-radius: 18px;
}

.hero-highlights strong {
  color: var(--site-text);
  margin-bottom: 4px;
}

.hero-highlights span {
  color: var(--site-muted);
}

.hero-visual {
  padding: 12px 0 0;
}

.hero-image {
  filter: none;
}

.hero-stat-card,
.hero-float-card {
  border-radius: 18px;
}

.trust-strip {
  margin-top: 0;
  padding-top: 26px;
}

.trust-card span,
.service-icon,
.box-item-modern .icon {
  background: var(--site-red-soft);
  color: var(--site-red);
}

.service-card::before {
  display: none;
}

.service-tag,
.product-label,
.process-step,
.blog-link,
.footer-mini-card span {
  color: var(--site-red);
}

.product-card,
.sidebar-cta,
.show-box-modern {
  background: #ffffff;
}

.show-box-modern {
  box-shadow: 0 10px 26px rgba(198, 30, 58, 0.06);
}

.show-box-badge {
  border: 1px solid var(--site-line);
}

.blog-card h3,
.blog-list-card h3,
.cta-text h4,
.trust-card h3,
.product-card h3,
.process-card h3,
.sidebar-card h3 {
  font-size: 1.2rem;
  line-height: 1.3;
}

.cta-section {
  padding-top: 0;
}

.cta-text {
  padding: 18px 0;
}

.testimonial-modern {
  padding-top: 0;
}

.testimonial-card {
  min-height: 0;
}

.star-icon {
  color: var(--site-red);
}

.contact-section {
  padding-top: 78px;
}

.contact-block .form-control {
  border: 1px solid var(--site-line);
  border-radius: 14px;
}

.page-hero {
  padding: 130px 0 42px;
  border-bottom: 1px solid var(--site-line);
}

.page-hero h1 {
  font-size: clamp(2rem, 3.6vw, 3rem);
  margin: 12px 0 10px;
}

.blog-list-card {
  grid-template-columns: 240px 1fr;
}

.article-content {
  line-height: 1.75;
}

.footer-area {
  background: #ffffff;
  color: var(--site-text);
}

.footer-shell {
  background: #ffffff;
}

.footer-mini-card {
  background: var(--site-red-soft);
}

.footer-link a,
.address a,
.footer-contact-link,
.copyright-content p,
.footer-brand-block p {
  color: var(--site-muted);
}

.footer-titel,
.footer-mini-card strong {
  color: var(--site-text);
}

#copyright {
  border-top: 1px solid var(--site-line);
}

.back-to-top {
  background: var(--site-red);
}

.floating-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.floating-whatsapp-trigger {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 18px;
  z-index: 999;
  text-decoration: none;
}

.floating-whatsapp svg {
  width: 46px;
  height: 46px;
  fill: #25d366;
  filter: drop-shadow(0 10px 18px rgba(37, 211, 102, 0.22));
}

.floating-whatsapp:hover,
.floating-whatsapp:focus {
  background: transparent;
  box-shadow: none;
  transform: translateY(-1px) scale(1.04);
}

.floating-whatsapp:hover svg,
.floating-whatsapp:focus svg {
  fill: #1ebe5b;
}

.article-layout {
  row-gap: 28px;
}

.article-main-col,
.article-sidebar-col,
.article-shell,
.sidebar-card,
.related-card,
.related-card div {
  min-width: 0;
}

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

.sidebar-card .eyebrow {
  margin-bottom: 14px;
}

.sidebar-card h3 {
  margin-bottom: 14px;
}

.sidebar-card p {
  margin-bottom: 0;
  line-height: 1.7;
}

.category-list {
  margin-top: 6px;
}

.category-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.related-card {
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: start;
}

.related-card strong {
  display: block;
  line-height: 1.45;
}

.blog-page-image img {
  display: block;
}

.article-content {
  overflow: hidden;
}

.article-content,
.article-content p,
.article-content li,
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6,
.category-list li,
.sidebar-card h3,
.sidebar-card p,
.related-card strong,
.related-card span,
.sidebar-empty {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.article-content img,
.article-content table,
.article-content iframe,
.article-content video {
  max-width: 100% !important;
}

.article-content img,
.article-content iframe,
.article-content video {
  display: block;
  height: auto;
}

.article-content table,
.article-content pre {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.sidebar-cta-button {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  text-align: center;
  line-height: 1.25;
  white-space: normal;
}

@media (max-width: 991px) {
  .site-navbar,
  .site-navbar.site-navbar-solid {
    background: rgba(255, 255, 255, 0.98);
  }

  .home-hero {
    padding-top: 132px;
  }

  .blog-sidebar {
    position: static;
    top: auto;
  }
}

@media (max-width: 767px) {
  .sidebar-card,
  .article-content {
    padding: 22px;
  }

  .related-card {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .related-card img {
    width: 72px;
    height: 72px;
  }
}

#clientes.testimonial-modern {
  padding-top: 34px;
  background:
    radial-gradient(circle at top left, rgba(198, 30, 58, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff, #fff8f8);
  border-top: 1px solid var(--site-line);
  border-bottom: 1px solid var(--site-line);
}

#clientes .testimonial-header {
  max-width: 760px;
  margin: 0 auto 34px;
}

#clientes .testimonial-carousel .item {
  padding: 10px 8px 18px;
}

#clientes .testimonial-card {
  min-height: 100%;
  padding: 34px 30px 28px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid var(--site-line);
  box-shadow: 0 18px 40px rgba(198, 30, 58, 0.08);
  text-align: center;
}

#clientes .img-thumb {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}

#clientes .testimonial-avatar {
  width: 92px;
  height: 92px;
  border-radius: 24px;
  object-fit: contain;
  background: #ffffff;
  border: 1px solid rgba(198, 30, 58, 0.12);
  padding: 10px;
}

#clientes .testimonial-card .info {
  margin-bottom: 16px;
}

#clientes .testimonial-card h2 {
  margin-bottom: 6px;
  font-size: 1.35rem;
  line-height: 1.2;
  color: var(--site-text);
}

#clientes .testimonial-card h3 {
  margin-bottom: 0;
  font-size: 0.96rem;
  line-height: 1.5;
  color: var(--site-muted);
}

#clientes .testimonial-card .content {
  display: grid;
  gap: 14px;
}

#clientes .testimonial-card .description {
  margin: 0;
  color: var(--site-muted);
  line-height: 1.75;
}

#clientes .star-icon {
  margin-top: 0 !important;
  color: var(--site-red);
  letter-spacing: 0.08em;
}

#clientes .owl-stage {
  display: flex;
}

#clientes .owl-item {
  display: flex;
}

#clientes .owl-item .item {
  width: 100%;
}

#clientes .owl-dots {
  margin-top: 10px;
}

#clientes .owl-theme .owl-controls .owl-page span,
#clientes .owl-theme .owl-dots .owl-dot span {
  background: rgba(198, 30, 58, 0.22);
}

#clientes .owl-theme .owl-controls .owl-page.active span,
#clientes .owl-theme .owl-dots .owl-dot.active span {
  background: var(--site-red);
}

@media (max-width: 991px) {
  #clientes.testimonial-modern {
    padding-top: 18px;
  }

  #clientes .testimonial-card {
    padding: 28px 24px 24px;
  }
}

@media (max-width: 767px) {
  #clientes .testimonial-header {
    margin-bottom: 24px;
  }

  #clientes .testimonial-carousel .item {
    padding: 8px 4px 14px;
  }

  #clientes .testimonial-card {
    border-radius: 24px;
  }
}
