:root {
  --black: #050505;
  --ink: #111111;
  --muted: #5f5f5f;
  --line: #e9e9e9;
  --paper: #ffffff;
  --soft: #f6f6f6;
  --accent: #bfe3ff;
  --site-radius: 14px;
  --popup-backdrop: rgba(0, 0, 0, 0.62);
  --popup-blur: 8px;
  --popup-duration: 280ms;
  --popup-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --popup-panel-scale: 0.96;
  --popup-panel-y: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Poppins, Arial, Helvetica, sans-serif;
}

body:not(.admin-page) {
  overflow-x: clip;
  padding-top: 58px !important;
  padding-bottom: 0 !important;
}

/* Anuncios ancora: preservar botao de ocultar do Google (overflow visivel). */
ins.adsbygoogle[data-anchor-status],
body > ins.adsbygoogle:not([data-adsense-slot]),
body > div[id^="aswift_"]:not([data-adsense-slot]),
body > div[id^="google_ads_iframe"]:not([data-adsense-slot]) {
  box-sizing: border-box !important;
  left: 0 !important;
  margin: 0 !important;
  max-width: 100vw !important;
  right: 0 !important;
  transform: none !important;
  width: 100% !important;
}

ins.adsbygoogle[data-anchor-status],
body > ins.adsbygoogle[data-anchor-status],
body > div[id^="aswift_"]:has(ins.adsbygoogle[data-anchor-status]),
body > div[id^="google_ads_iframe"]:has(ins.adsbygoogle[data-anchor-status]),
[data-davi-anchor-ad="1"]:not([data-davi-anchor-hidden="1"]) {
  overflow: visible !important;
  pointer-events: auto !important;
}

body[data-davi-anchor-bottom]:not([data-davi-anchor-bottom="0"]) .whatsapp-float {
  bottom: calc(var(--davi-anchor-bottom, 0px) + 12px + env(safe-area-inset-bottom, 0px));
}

/* Ancora retratil no blog: estilos extras do editor. */
html[data-adsense-mode="blog"] body > ins.adsbygoogle:not([data-adsense-slot]),
html[data-adsense-mode="blog"] body > div[id^="aswift_"]:not([data-adsense-slot]),
html[data-adsense-mode="blog"] body > div[id^="google_ads_iframe"]:not([data-adsense-slot]),
html[data-adsense-mode="blog"] ins.adsbygoogle[data-anchor-status] {
  align-items: stretch !important;
  display: flex !important;
  justify-content: center !important;
}

html[data-adsense-mode="blog"] body > ins.adsbygoogle:not([data-adsense-slot]) iframe,
html[data-adsense-mode="blog"] body > div[id^="aswift_"]:not([data-adsense-slot]) iframe,
html[data-adsense-mode="blog"] body > div[id^="google_ads_iframe"]:not([data-adsense-slot]) iframe,
html[data-adsense-mode="blog"] ins.adsbygoogle[data-anchor-status] iframe {
  display: block !important;
  margin: 0 auto !important;
  max-width: 100vw !important;
}

@media (max-width: 900px) {
  html[data-adsense-mode="blog"] .blog-article__ad-sidebar,
  html[data-adsense-mode="blog"] .blog-article__ad-sidebar-wide,
  html[data-adsense-mode="blog"] [data-blog-ad-zone] .adsense-wrap[data-adsense-slot="sidebar"],
  html[data-adsense-mode="blog"] [data-blog-ad-zone] .adsense-wrap[data-adsense-slot="sidebar_2"],
  html[data-adsense-mode="blog"] [data-blog-ad-zone] .adsense-wrap[data-adsense-slot="sidebar_wide"],
  html[data-adsense-mode="blog"] [data-tools-ad-zone] .adsense-wrap[data-adsense-slot="sidebar"],
  html[data-adsense-mode="blog"] [data-tools-ad-zone] .adsense-wrap[data-adsense-slot="sidebar_2"],
  html[data-adsense-mode="blog"] [data-tools-ad-zone] .adsense-wrap[data-adsense-slot="sidebar_wide"] {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    visibility: hidden !important;
  }
}

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

button,
input {
  font: inherit;
}

.site-header {
  align-items: center;
  background: var(--black);
  border-bottom: 1px solid var(--black);
  color: var(--paper);
  display: flex;
  height: 58px;
  justify-content: flex-start;
  left: 0;
  padding: 0 20px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: flex;
  gap: 12px;
  left: 50%;
  min-width: 0;
  position: absolute;
  transform: translateX(-50%);
}

.brand img {
  filter: grayscale(1) brightness(0) invert(1);
  height: auto;
  max-height: 44px;
  object-fit: contain;
  width: 215px;
}

.menu-toggle,
.header-search,
.header-edit,
.close-menu,
.search-row button {
  align-items: center;
  background: var(--black);
  border: 1px solid var(--black);
  color: var(--paper);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
}

.header-search {
  height: 46px;
  position: absolute;
  right: 20px;
  width: 46px;
}

.header-manual-edit {
  color: var(--paper);
  right: 72px;
  text-decoration: none;
}

.header-edit {
  height: 46px;
  position: absolute;
  right: 72px;
  text-decoration: none;
  width: 46px;
}

.header-fluxo-edit {
  color: var(--paper);
}

.header-edit svg {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 24px;
}

.header-search svg {
  fill: none;
  height: 28px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
  width: 28px;
}

.header-manual-edit .material-symbol {
  direction: ltr;
  display: inline-block;
  font-family: "Material Symbols Rounded";
  font-feature-settings: "liga";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.menu-toggle {
  flex-direction: column;
  gap: 7px;
  height: 46px;
  margin-left: -10px;
  width: 46px;
}

.menu-toggle span {
  background: currentColor;
  display: block;
  height: 3px;
  transition: opacity 160ms ease, transform 160ms ease;
  width: 28px;
}

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

body.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

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

.menu-backdrop {
  background: var(--popup-backdrop);
  inset: 58px 0 0 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity var(--popup-duration) var(--popup-ease);
  z-index: 30;
}

.site-menu {
  background: var(--paper);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: calc(100vh - 58px);
  max-width: 420px;
  padding: 6px 28px 0;
  position: fixed;
  left: 0;
  top: 58px;
  transform: translateX(-100%);
  transition: transform 220ms ease;
  width: min(90vw, 420px);
  z-index: 40;
}

body.menu-open {
  overflow: hidden;
}

body.search-open {
  overflow: hidden;
}

body.menu-open .site-menu {
  transform: translateX(0);
}

body.menu-open .menu-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.search-modal {
  inset: 58px 0 0 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity var(--popup-duration) var(--popup-ease);
  z-index: 60;
}

body.search-open .search-modal {
  opacity: 1;
  pointer-events: auto;
}

.search-modal__backdrop {
  backdrop-filter: blur(var(--popup-blur));
  background: var(--popup-backdrop);
  inset: 0;
  position: absolute;
}

.search-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
  left: 50%;
  max-height: min(78vh, 620px);
  max-width: 720px;
  overflow: hidden;
  padding: 24px;
  position: absolute;
  top: 30px;
  transform: translateX(-50%) translateY(var(--popup-panel-y)) scale(var(--popup-panel-scale));
  opacity: 0;
  transition: transform var(--popup-duration) var(--popup-ease), opacity var(--popup-duration) var(--popup-ease);
  width: min(calc(100vw - 36px), 720px);
}

body.search-open .search-panel {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}

.search-panel__head {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.search-panel__head p {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.search-panel__head h2 {
  font-size: clamp(1.65rem, 4vw, 2.5rem);
  line-height: 1;
  margin: 0;
}

.search-panel__close {
  align-items: center;
  background: var(--black);
  border: 1px solid var(--black);
  border-radius: 10px;
  color: var(--paper);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.7rem;
  height: 42px;
  justify-content: center;
  line-height: 1;
  width: 42px;
}

.popup-search {
  display: block;
  margin-bottom: 16px;
  width: 100%;
}

.popup-search-input {
  position: relative;
  width: 100%;
}

.popup-search-input input {
  background: #f7f7f7;
  border: 2px solid #d4d4d4;
  border-radius: 999px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  height: 52px;
  outline: none;
  padding: 0 54px 0 20px;
  width: 100%;
}

.popup-search-input input:focus {
  background: var(--paper);
  border-color: var(--black);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.08);
}

.popup-search-input input::placeholder {
  color: #969696;
}

.popup-search-input .icone-busca {
  align-items: center;
  color: #555555;
  display: flex;
  height: 28px;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
}

.popup-search-input svg {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 24px;
}

.search-results {
  border-top: 1px solid var(--line);
  display: grid;
  max-height: 390px;
  overflow: auto;
  padding-top: 12px;
}

.search-result {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 6px;
  padding: 15px 4px;
}

.search-result:hover {
  background: var(--soft);
}

.search-result strong {
  font-size: 1rem;
}

.search-result span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.search-empty {
  color: var(--muted);
  font-weight: 700;
  padding: 22px 4px 10px;
}

.menu-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.menu-head strong {
  font-size: 1.45rem;
}

.close-menu {
  font-size: 1.7rem;
  height: 42px;
  line-height: 1;
  width: 42px;
}

.search-box {
  display: grid;
  gap: 10px;
}

.search-box label {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.search-row {
  display: grid;
  grid-template-columns: 1fr 48px;
}

.search-row input {
  border: 1px solid var(--line);
  border-right: 0;
  min-width: 0;
  padding: 14px 14px;
}

.search-row button svg,
.login-button svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 20px;
}

.menu-links {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
  text-transform: uppercase;
}

.menu-main,
.menu-admin {
  border-bottom: 1px solid var(--line);
  display: grid;
}

.menu-admin {
  border-top: 1px solid var(--line);
  margin-top: auto;
  padding-bottom: 26px;
}

.menu-admin[hidden] {
  display: none;
}

.menu-admin a[hidden],
.menu-links a.menu-admin-btn[hidden] {
  display: none !important;
}

.menu-links a.menu-admin-btn {
  align-items: center;
  background: var(--black);
  border-bottom: 0;
  border-radius: var(--site-radius, 14px);
  color: var(--paper);
  display: flex;
  font-size: 1.12rem;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  margin-top: 12px;
  min-height: 52px;
  padding: 0 18px;
}

.menu-links a.menu-admin-btn + .menu-admin-btn {
  margin-top: 10px;
}

.menu-links a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  font-size: 1.12rem;
  font-weight: 700;
  gap: 12px;
  padding: 18px 0;
}

.menu-main a:last-child {
  border-bottom: 0;
}

.menu-submenu {
  border-bottom: 1px solid var(--line);
}

.menu-submenu__toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 1.12rem;
  font-weight: 700;
  gap: 12px;
  justify-content: space-between;
  padding: 18px 0;
  text-align: left;
  width: 100%;
}

.menu-submenu__chevron {
  color: var(--muted);
  font-size: 1.4rem;
  transition: transform 0.2s ease;
}

.menu-submenu.is-open .menu-submenu__chevron {
  transform: rotate(180deg);
}

.menu-submenu__panel {
  display: grid;
  padding-bottom: 8px;
}

.menu-submenu__panel[hidden] {
  display: none;
}

.menu-submenu__panel a {
  border-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 600;
  padding: 12px 0 12px 14px;
}

.menu-submenu__panel a:hover {
  color: var(--ink);
}

.menu-links .material-symbol {
  direction: ltr;
  display: inline-block;
  font-family: "Material Symbols Rounded";
  font-feature-settings: "liga";
  font-size: 1.18rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.menu-links a.menu-admin-btn .material-symbol {
  color: var(--paper);
}

.login-button {
  align-items: center;
  background: var(--black);
  color: var(--paper);
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  margin-top: auto;
  min-height: 52px;
  padding: 0 18px;
}

.maintenance-banner {
  align-items: center;
  background-color: var(--black);
  background-image:
    radial-gradient(ellipse 72% 85% at 50% 42%, rgba(255, 255, 255, 0.07) 0%, transparent 58%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ctext x='14' y='18' fill='rgba(255,255,255,0.09)' font-family='Arial,sans-serif' font-size='14' text-anchor='middle'%3E%2B%3C/text%3E%3C/svg%3E");
  background-position: center, 0 0;
  background-size: auto, 28px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(280px, 38vw, 400px);
  padding: clamp(40px, 8vw, 72px) clamp(18px, 4vw, 48px);
  position: relative;
  text-align: center;
  width: 100%;
}

.maintenance-banner__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 920px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.maintenance-banner__tag {
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  display: inline-block;
  font-size: clamp(0.62rem, 1.4vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  margin: 0 0 clamp(14px, 2.5vw, 22px);
  padding: 8px 16px;
  text-transform: uppercase;
}

.maintenance-banner__title {
  font-size: clamp(1.75rem, 4.8vw, 3.15rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin: 0;
}

.maintenance-banner__cta {
  color: #60a5fa;
  font-size: clamp(1.9rem, 5.2vw, 3.45rem);
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.05;
  margin: clamp(10px, 2vw, 18px) auto 0;
  text-transform: uppercase;
}


.equip-carousel {
  align-items: center;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: clamp(22px, 3.5vw, 36px) 0 clamp(20px, 3vw, 32px);
  width: 100%;
}

.equip-carousel__title {
  color: #3a3a3a;
  font-size: clamp(1.15rem, 2.8vw, 1.55rem);
  font-weight: 800;
  margin: 0 0 clamp(14px, 2.5vw, 22px);
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.equip-carousel__viewport {
  align-items: center;
  display: flex;
  min-height: clamp(168px, 20vw, 210px);
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.equip-carousel__fade {
  bottom: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: min(72px, 8vw);
  z-index: 2;
}

.equip-carousel__fade--left {
  background: linear-gradient(90deg, #ffffff 15%, transparent);
  left: 0;
}

.equip-carousel__fade--right {
  background: linear-gradient(270deg, #ffffff 15%, transparent);
  right: 0;
}

.equip-carousel__track {
  animation: equip-marquee var(--equip-marquee-duration, 60s) linear infinite;
  backface-visibility: hidden;
  display: flex;
  gap: 0;
  transform: translate3d(0, 0, 0);
  width: max-content;
  will-change: transform;
}

.equip-carousel__group {
  align-items: flex-end;
  display: flex;
  flex: 0 0 auto;
  gap: clamp(18px, 2.4vw, 28px);
}

.equip-carousel__track.is-paused {
  animation-play-state: paused;
}

.equip-card {
  align-items: center;
  background: transparent;
  border: none;
  color: var(--ink);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-end;
  min-width: clamp(168px, 14vw, 210px);
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
}

.equip-card__img {
  aspect-ratio: 4 / 3;
  background: transparent;
  display: block;
  height: clamp(112px, 11vw, 136px);
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.equip-card__img[data-equip-img="dji"],
.equip-card__img[data-equip-img="jbl"] {
  height: clamp(128px, 12.5vw, 156px);
}

.equip-card__img[data-equip-img="dji"] {
  transform: translateY(8px);
}

.equip-card__img[data-equip-img="jbl"] {
  transform: translateY(14px);
}

.equip-card__img.is-missing {
  display: none;
}

.equip-card span {
  font-size: clamp(0.92rem, 1.5vw, 1.08rem);
  font-weight: 800;
  line-height: 1.2;
  margin-top: 0;
}

@keyframes equip-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(var(--equip-marquee-end, -50%), 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .equip-carousel__track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 16px;
    width: auto;
  }

  .equip-carousel__viewport {
    overflow: visible;
  }

  .equip-carousel__fade {
    display: none;
  }

  .equip-card[aria-hidden="true"] {
    display: none;
  }
}

.equip-page {
  margin: 0 auto;
  max-width: 720px;
  padding: clamp(32px, 6vw, 72px) clamp(18px, 4vw, 32px);
}

.equip-page__back {
  color: var(--muted);
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 24px;
  text-decoration: none;
}

.equip-page__photo {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--site-radius, 14px);
  display: block;
  margin: 0 0 24px;
  max-height: 320px;
  object-fit: contain;
  width: 100%;
}

.equip-page__photo.is-missing {
  display: none;
}

.equip-page__kicker {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.equip-page h1 {
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 800;
  margin: 0 0 14px;
}

.equip-page p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0 0 28px;
}

.equip-page__cta {
  align-items: center;
  background: var(--black);
  border-radius: var(--site-radius, 14px);
  color: var(--paper);
  display: inline-flex;
  font-weight: 800;
  min-height: 48px;
  padding: 0 20px;
  text-decoration: none;
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(28px, 6vw, 84px);
  grid-template-columns: minmax(0, 1.04fr) minmax(260px, 0.96fr);
  min-height: calc(100vh - 76px);
  padding: clamp(48px, 8vw, 108px) clamp(18px, 4vw, 64px);
}

.hero-content {
  max-width: 760px;
}

.eyebrow,
.section-kicker {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(3.25rem, 10vw, 8.5rem);
  letter-spacing: 0;
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase;
}

.hero-copy {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.65;
  margin: 26px 0 0;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.primary-link,
.secondary-link {
  align-items: center;
  border: 1px solid var(--black);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
}

.primary-link {
  background: var(--black);
  color: var(--paper);
}

.secondary-link {
  background: var(--paper);
  color: var(--black);
}

.hero-mark {
  align-items: center;
  aspect-ratio: 1;
  background: var(--soft);
  border: 1px solid var(--line);
  display: flex;
  justify-content: center;
  min-height: 260px;
}

.hero-mark img {
  filter: grayscale(1) contrast(1.15);
  max-width: min(58%, 360px);
}

.youtube-strip {
  background: #ffffff;
  padding: clamp(28px, 4vw, 48px) clamp(18px, 4vw, 64px) clamp(28px, 4vw, 48px);
}

.youtube-strip__grid {
  align-items: center;
  display: grid;
  gap: clamp(24px, 4vw, 40px);
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  margin: 0 auto;
  max-width: 1180px;
}

.youtube-strip__grid:has(.youtube-strip__media[hidden]) {
  grid-template-columns: minmax(0, 1fr);
}

.youtube-strip__grid:has(.youtube-strip__media[hidden]) .youtube-strip__content {
  max-width: none;
}

.youtube-strip__content {
  max-width: 620px;
}

.youtube-strip__kicker {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.youtube-strip__text {
  color: var(--ink);
  font-size: clamp(1.2rem, 2.6vw, 1.75rem);
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
}

.youtube-strip__text strong {
  font-weight: 900;
}

.youtube-strip__link {
  background: #e62117;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 22px;
  padding: 11px 20px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.youtube-strip__link:hover {
  background: #c81c14;
  color: #ffffff;
  transform: translateY(-1px);
}

.youtube-strip__media {
  aspect-ratio: 4 / 3;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--site-radius, 14px);
  margin: 0;
  min-height: 240px;
  overflow: hidden;
}

.youtube-strip__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.youtube-strip__media img.is-missing {
  display: none;
}

.stats-strip {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  color: var(--ink);
  margin-top: 0;
  padding: clamp(22px, 3vw, 36px) clamp(18px, 4vw, 64px);
}

.stats-strip__grid {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0;
}

.stats-strip__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  min-width: 0;
  padding: 8px clamp(10px, 2vw, 22px);
  position: relative;
  text-align: center;
}

.stats-strip__item:not(:last-child)::after {
  background: var(--line);
  content: "";
  height: 56px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.stats-strip__icon,
.stats-strip__stars .material-symbol {
  color: var(--ink);
  direction: ltr;
  display: inline-block;
  font-family: "Material Symbols Rounded";
  font-feature-settings: "liga";
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.stats-strip__stars {
  display: flex;
  gap: 2px;
  justify-content: center;
}

.stats-strip__stars .material-symbol {
  font-size: clamp(1rem, 1.8vw, 1.25rem);
}

.stats-strip__value {
  color: var(--ink);
  font-size: clamp(1.65rem, 3.4vw, 2.45rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
}

.stats-strip__label {
  color: var(--muted);
  font-size: clamp(0.82rem, 1.5vw, 0.95rem);
  font-weight: 500;
  line-height: 1.35;
  text-transform: lowercase;
}

.mail-strip {
  background: var(--paper);
  color: var(--ink);
  padding: clamp(36px, 5vw, 64px) clamp(18px, 4vw, 64px);
}

.mail-strip__grid {
  align-items: stretch;
  display: grid;
  gap: clamp(32px, 5vw, 64px);
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  margin: 0 auto;
  max-width: 1180px;
}

.mail-strip__content {
  max-width: 640px;
}

.mail-strip__kicker {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.mail-strip__title {
  color: var(--ink);
  font-size: clamp(2rem, 4.8vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 16px;
}

.mail-strip__lead {
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  line-height: 1.65;
  margin: 0 0 clamp(22px, 3vw, 30px);
  max-width: 560px;
}

.mail-strip__steps {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mail-strip__step {
  align-items: flex-start;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: calc(var(--site-radius, 14px) + 2px);
  display: grid;
  gap: 14px;
  grid-template-columns: auto 1fr;
  padding: 16px 18px;
}

.mail-strip__step-icon {
  align-items: center;
  background: var(--black);
  border-radius: calc(var(--site-radius, 14px) - 2px);
  color: var(--paper);
  direction: ltr;
  display: inline-grid;
  font-family: "Material Symbols Rounded";
  font-size: 1.35rem;
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
  height: 46px;
  place-items: center;
  width: 46px;
}

.mail-strip__step strong {
  color: var(--ink);
  display: block;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 4px;
}

.mail-strip__step p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0;
}

.mail-strip__cta {
  align-items: center;
  background: #25d366;
  border-radius: 999px;
  color: var(--paper);
  display: inline-flex;
  font-size: 1rem;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  margin-top: clamp(22px, 3vw, 30px);
  min-height: 52px;
  padding: 0 28px;
  text-decoration: none;
}

.mail-strip__cta::before {
  content: "";
  background: currentColor;
  height: 18px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17.47 14.38c-.3-.15-1.76-.87-2.03-.97-.27-.1-.47-.15-.67.15-.2.3-.77.97-.94 1.16-.17.2-.35.22-.64.08-.3-.15-1.26-.46-2.39-1.48-.88-.79-1.48-1.76-1.65-2.06-.17-.3-.02-.46.13-.61.13-.13.3-.35.45-.52.15-.17.2-.3.3-.5.1-.2.05-.37-.03-.52-.07-.15-.67-1.61-.92-2.21-.24-.58-.49-.5-.67-.51h-.57c-.2 0-.52.07-.79.37-.27.3-1.04 1.02-1.04 2.48s1.06 2.88 1.21 3.07c.15.2 2.1 3.2 5.08 4.49.71.31 1.26.49 1.69.63.71.23 1.36.2 1.87.12.57-.09 1.76-.72 2.01-1.41.25-.69.25-1.29.17-1.41-.07-.12-.27-.2-.57-.35ZM12.05 21.79h-.01a9.87 9.87 0 0 1-5.03-1.38l-.36-.21-3.74.98 1-3.65-.24-.37a9.86 9.86 0 0 1-1.51-5.26c0-5.45 4.44-9.88 9.89-9.88 2.64 0 5.12 1.03 6.99 2.9a9.83 9.83 0 0 1 2.89 6.99c0 5.45-4.44 9.88-9.88 9.88ZM20.46 3.49A11.82 11.82 0 0 0 12.05 0C5.5 0 .16 5.34.16 11.89c0 2.1.55 4.14 1.59 5.95L.06 24l6.31-1.65a11.88 11.88 0 0 0 5.68 1.45h.01c6.55 0 11.89-5.34 11.89-11.89 0-3.18-1.24-6.16-3.49-8.42Z'/%3E%3C/svg%3E") center / contain no-repeat;
  width: 18px;
}

.mail-strip__media {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: calc(var(--site-radius, 14px) + 6px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
  height: 100%;
  margin: 0;
  min-height: 320px;
  overflow: hidden;
}

.mail-strip__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mail-strip__media img.is-missing {
  display: none;
}

.section {
  border-top: 1px solid var(--line);
  padding: clamp(54px, 8vw, 100px) clamp(18px, 4vw, 64px);
}

.split {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.section h2 {
  font-size: clamp(2rem, 5vw, 4.7rem);
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  max-width: 760px;
}

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

.service-grid article,
.post-card {
  background: var(--paper);
  border: 1px solid var(--line);
  min-width: 0;
  padding: 26px;
}

.service-grid span,
.post-card p {
  color: var(--muted);
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  margin: 0 0 38px;
  text-transform: uppercase;
}

.service-grid h3,
.post-card h3 {
  font-size: 1.22rem;
  line-height: 1.25;
  margin: 0;
}

.service-grid p {
  color: var(--muted);
  line-height: 1.65;
  margin: 14px 0 0;
}

.google-reviews {
  background: var(--black);
  color: var(--paper);
  overflow-x: clip;
  padding-bottom: clamp(28px, 4vw, 40px);
}

.home-blog-posts {
  background: #e8e8e8;
  box-sizing: border-box;
  color: var(--ink);
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
  padding: clamp(48px, 6vw, 72px) clamp(18px, 4vw, 64px);
  width: 100vw;
}

.home-blog-posts__header {
  margin: 0 auto 28px;
  max-width: 1180px;
  text-align: center;
}

.home-blog-posts__header h2 {
  color: var(--ink);
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  margin: 0 0 12px;
}

.home-blog-posts__all {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.home-blog-posts__all:hover {
  border-bottom-color: var(--ink);
  color: var(--ink);
}

.home-blog-posts__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.home-blog-posts--blog-end {
  background: #e8e8e8;
  box-sizing: border-box;
  margin-bottom: 0;
  margin-inline: calc(50% - 50vw);
  margin-top: clamp(40px, 6vw, 72px);
  max-width: 100vw;
  padding: clamp(40px, 5vw, 56px) var(--blog-shell-pad-x, clamp(18px, 4vw, 64px)) clamp(48px, 6vw, 72px);
  width: 100vw;
}

.home-blog-posts--blog-end .home-blog-posts__header,
.home-blog-posts--blog-end .home-blog-posts__grid,
.home-blog-posts--blog-end .home-blog-posts__ad {
  margin-inline: auto;
  max-width: 1180px;
  padding-inline: 0;
  width: 100%;
}

.home-blog-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: calc(var(--site-radius) + 2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  color: var(--ink);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.home-blog-card:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.home-blog-card__hit {
  border: 0;
  border-radius: inherit;
  inset: 0;
  position: absolute;
  z-index: 2;
}

.home-blog-card__hit:focus-visible {
  outline: 2px solid #2f67d8;
  outline-offset: 3px;
}

.home-blog-card__cover {
  aspect-ratio: 16 / 9;
  background: #f3f3f3;
  overflow: hidden;
}

.home-blog-card__cover img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.home-blog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
}

.home-blog-card__meta {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin: 0;
  text-transform: uppercase;
}

.home-blog-card__title {
  font-size: 1.12rem;
  line-height: 1.3;
  margin: 0;
}

.home-blog-card__excerpt {
  color: var(--muted);
  display: -webkit-box;
  font-size: 0.92rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.6;
  margin: 0;
  overflow: hidden;
}

.home-blog-card__link {
  align-self: flex-start;
  background: #2f67d8;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 700;
  margin-top: auto;
  padding: 10px 18px;
  pointer-events: none;
  transition: background 0.2s ease;
}

.home-blog-card:hover .home-blog-card__link {
  background: #2558c4;
}

@media (max-width: 900px) {
  .home-blog-posts__grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .home-blog-posts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.repair-showcase {
  background: #ffffff;
  padding: clamp(28px, 4vw, 48px) clamp(12px, 2vw, 32px) clamp(20px, 4vw, 40px);
}

.repair-showcase__inner {
  margin: 0 auto;
  max-width: min(1240px, 96vw);
  width: 100%;
}

.repair-showcase__figure {
  margin: 0 auto;
  max-width: 100%;
  position: static;
  top: auto;
  width: 100%;
}

.repair-showcase__figure img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: min(1180px, 100%);
}

.google-reviews.section {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.google-reviews__header h2 {
  color: var(--paper);
  margin-inline: auto;
  max-width: none;
}

.google-reviews__footer {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px 28px;
  justify-content: center;
  margin: 36px auto 0;
  max-width: 1180px;
  text-align: center;
}

.google-reviews__header {
  margin: 0 auto 42px;
  max-width: 860px;
  text-align: center;
}

.google-reviews__summary {
  align-items: center;
  color: #bdbdbd;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  gap: 6px;
  justify-content: center;
  line-height: 1.6;
  margin: 0;
}

.google-reviews__maps-link {
  border-bottom: 1px solid var(--paper);
  color: var(--paper);
  display: inline-block;
  flex-shrink: 0;
  font-weight: 800;
  margin: 0;
  white-space: nowrap;
}

.google-reviews__maps-link--center {
  display: inline-block;
  margin-top: 24px;
}

.google-reviews__panel {
  margin: 0 auto;
  max-width: 1180px;
  min-width: 0;
  width: 100%;
}

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

.google-reviews__fallback-grid {
  display: flex;
  justify-content: center;
}

.google-reviews__fallback-grid .google-reviews__slide {
  flex: 0 1 min(100%, 380px);
  max-width: 380px;
}

.google-reviews__carousel {
  padding: 0 24px;
  position: relative;
}

.google-reviews__viewport {
  min-width: 0;
  overflow: hidden;
  padding: 14px 0 20px;
  width: 100%;
}

.google-reviews__track {
  align-items: center;
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

.google-reviews__slide {
  flex: 0 0 auto;
  min-width: 0;
  position: relative;
  transition:
    filter 0.45s ease,
    opacity 0.45s ease,
    transform 0.45s ease;
  z-index: 1;
}

.google-reviews__slide.is-side {
  filter: blur(1px);
  opacity: 0.86;
  transform: scale(0.94);
  z-index: 1;
}

.google-reviews__slide.is-focused {
  filter: blur(0);
  opacity: 1;
  transform: scale(1.04);
  z-index: 3;
}

.google-reviews__slide.is-focused .google-review-card {
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.2);
}

@media (prefers-reduced-motion: reduce) {
  .google-reviews__slide,
  .google-reviews__track {
    transition: none;
  }

  .google-reviews__slide.is-side {
    filter: none;
    opacity: 0.82;
    transform: none;
  }

  .google-reviews__slide.is-focused {
    opacity: 1;
    transform: none;
  }
}

.google-reviews__nav {
  align-items: center;
  background: #2f67d8;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(47, 103, 216, 0.35);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  width: 46px;
  z-index: 2;
}

.google-reviews__nav:hover:not(:disabled) {
  background: #2558c4;
  box-shadow: 0 10px 28px rgba(47, 103, 216, 0.45);
  transform: translateY(-50%) scale(1.03);
}

.google-reviews__nav:disabled {
  cursor: default;
  opacity: 0.35;
}

.google-reviews__nav svg {
  fill: currentColor;
  height: 22px;
  width: 22px;
}

.google-reviews__nav--prev {
  left: 0;
}

.google-reviews__nav--next {
  right: 0;
}

@media (max-width: 1023px) {
  .google-reviews__panel {
    margin-inline: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
  }

  .google-reviews__carousel {
    padding: 0;
  }

  .google-reviews__viewport {
    padding: 14px 0 20px;
  }

  .google-reviews__nav--prev {
    left: clamp(6px, 1.5vw, 14px);
  }

  .google-reviews__nav--next {
    right: clamp(6px, 1.5vw, 14px);
  }

  .google-reviews__slide.is-side {
    filter: blur(0.5px);
    opacity: 0.72;
    transform: scale(0.96);
  }

  .google-reviews__slide.is-focused {
    transform: scale(1);
  }
}

@media (max-width: 639px) {
  .google-reviews__carousel {
    padding: 0;
  }

  .google-reviews__viewport {
    padding: 6px 0 10px;
  }

  .google-reviews__slide.is-focused,
  .google-reviews__slide.is-side {
    filter: none;
    opacity: 1;
    transform: none;
  }

  .google-reviews__slide.is-focused .google-review-card {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
  }

  .google-review-card {
    gap: 14px;
    min-height: 0;
    padding: 18px 16px;
  }

  .google-review-card__quote {
    font-size: 2.1rem;
  }

  .google-review-card__text {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .google-review-card__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .google-review-card__google {
    align-self: flex-start;
  }

  .google-reviews__nav {
    height: 34px;
    width: 34px;
  }

  .google-reviews__nav svg {
    height: 18px;
    width: 18px;
  }

  .google-reviews__nav--prev {
    left: 0;
  }

  .google-reviews__nav--next {
    right: 0;
  }
}

.google-reviews__summary-stars {
  display: inline-flex;
  gap: 2px;
  margin-right: 6px;
  vertical-align: middle;
}

.google-reviews__summary-stars .google-review-card__star {
  color: rgba(255, 255, 255, 0.22);
  font-size: 1.05rem;
}

.google-reviews__summary-stars .google-review-card__star.is-on {
  color: #fbbc04;
}

.google-reviews__empty {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: calc(var(--site-radius, 14px) + 2px);
  color: #bdbdbd;
  line-height: 1.6;
  margin: 0;
  padding: 24px;
}

.google-review-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 260px;
  padding: 24px;
}

.google-review-card__top {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.google-review-card__quote {
  color: color-mix(in srgb, var(--ink) 12%, transparent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 0.8;
}

.google-review-card__text {
  color: color-mix(in srgb, var(--ink) 72%, transparent);
  flex: 1;
  font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;
}

.google-review-card__footer {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
}

.google-review-card__author {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.google-review-card__author strong {
  color: #2f67d8;
  display: block;
  font-size: 0.95rem;
  line-height: 1.2;
}

.google-review-card__author small {
  color: var(--muted);
  display: block;
  font-size: 0.78rem;
  margin-top: 4px;
}

.google-review-card__avatar {
  border-radius: 999px;
  display: block;
  flex: 0 0 auto;
  height: 44px;
  object-fit: cover;
  width: 44px;
}

.google-review-card__avatar--fallback {
  align-items: center;
  background: #2f67d8;
  color: #fff;
  display: inline-grid;
  font-size: 0.82rem;
  font-weight: 800;
  place-items: center;
}

.google-review-card__stars {
  display: inline-flex;
  gap: 2px;
}

.google-review-card__star {
  color: color-mix(in srgb, var(--ink) 18%, transparent);
  font-size: 1rem;
  line-height: 1;
}

.google-review-card__star.is-on {
  color: #f5b301;
}

.google-review-card__google {
  align-items: center;
  color: #2f67d8;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.88rem;
  font-weight: 700;
  gap: 4px;
}

.google-review-card__google-star {
  color: #f5b301;
  font-size: 0.95rem;
  line-height: 1;
}

.section-title-row {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.section-title-row > a,
.post-card a {
  border-bottom: 1px solid var(--black);
  font-weight: 800;
}

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

.post-card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
}

.post-card a {
  align-self: flex-start;
  margin-top: auto;
}

.contact-page {
  background: #fff;
  min-height: calc(100vh - 58px);
}

.contact-hub {
  margin: 0 auto;
  max-width: 980px;
  padding: 0 0 clamp(48px, 8vw, 96px);
  text-align: center;
}

.contact-hub__hero-band {
  background: var(--black);
  color: var(--paper);
  font-family: Poppins, Arial, Helvetica, sans-serif;
  margin: 0 calc(50% - 50vw);
  padding: clamp(52px, 11vw, 104px) clamp(18px, 4vw, 32px);
  width: auto;
}

.contact-hub__body {
  padding: clamp(32px, 5vw, 52px) clamp(18px, 4vw, 32px) 0;
}

.contact-hub__hero {
  margin: 0 auto;
  max-width: 820px;
}

.contact-hub__title {
  color: var(--paper);
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: clamp(2.35rem, 6.5vw, 4.25rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.08;
  margin: 0;
  text-transform: uppercase;
}

.contact-hub__equip-lead {
  color: var(--ink);
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: clamp(0.82rem, 3.4vw, 1.85rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 auto clamp(12px, 2.2vw, 18px);
  max-width: none;
  white-space: nowrap;
}

.contact-hub__equip {
  margin: 0 auto clamp(32px, 5vw, 52px);
  max-width: min(980px, 96vw);
}

.contact-hub__equip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 2vw, 18px);
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-hub__equip-grid--v {
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: clamp(4px, 1.5vw, 14px);
  justify-content: center;
  min-height: clamp(190px, 28vw, 260px);
  padding-top: clamp(24px, 5vw, 44px);
}

.contact-hub__equip-grid li {
  flex: 0 1 clamp(92px, 12vw, 118px);
}

.contact-hub__equip-grid--v li {
  flex: 0 0 auto;
}

.contact-hub__equip-grid--v li:nth-child(1) {
  transform: translateY(clamp(-28px, -4.5vw, -38px));
}

.contact-hub__equip-grid--v li:nth-child(2) {
  transform: translateY(clamp(-14px, -2.2vw, -20px));
}

.contact-hub__equip-grid--v li:nth-child(3) {
  transform: translateY(0);
}

.contact-hub__equip-grid--v li:nth-child(4) {
  transform: translateY(clamp(-14px, -2.2vw, -20px));
}

.contact-hub__equip-grid--v li:nth-child(5) {
  transform: translateY(clamp(-28px, -4.5vw, -38px));
}

.contact-hub__equip-item {
  align-items: center;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-end;
  min-height: 132px;
  text-decoration: none;
}

.contact-hub__equip-grid--v .contact-hub__equip-item {
  gap: 6px;
  min-height: 0;
}

.contact-hub__equip-img {
  height: clamp(72px, 10vw, 96px);
  width: auto;
}

.contact-hub__equip-grid--v li:nth-child(1) .contact-hub__equip-img,
.contact-hub__equip-grid--v li:nth-child(5) .contact-hub__equip-img {
  filter: blur(0.2px);
  opacity: 0.97;
}

.contact-hub__equip-grid--v li:nth-child(2) .contact-hub__equip-img,
.contact-hub__equip-grid--v li:nth-child(4) .contact-hub__equip-img {
  filter: blur(0.12px);
  opacity: 0.98;
}

.contact-hub__equip-grid--v li:nth-child(1) .contact-hub__equip-img {
  height: clamp(64px, 9vw, 82px);
}

.contact-hub__equip-grid--v li:nth-child(2) .contact-hub__equip-img {
  height: clamp(78px, 11vw, 98px);
}

.contact-hub__equip-grid--v li:nth-child(3) .contact-hub__equip-img {
  height: clamp(118px, 16vw, 158px);
}

.contact-hub__equip-grid--v li:nth-child(4) .contact-hub__equip-img {
  height: clamp(78px, 11vw, 98px);
}

.contact-hub__equip-grid--v li:nth-child(5) .contact-hub__equip-img {
  height: clamp(64px, 9vw, 82px);
}

.contact-hub__equip-grid--v li:nth-child(3) .contact-hub__equip-item span {
  font-size: clamp(0.88rem, 2vw, 1.05rem);
}

.contact-hub__equip-grid--v .contact-hub__equip-item span {
  font-size: clamp(0.8rem, 1.85vw, 0.94rem);
}

.contact-hub__equip-item span {
  font-size: clamp(0.78rem, 1.8vw, 0.92rem);
  font-weight: 700;
  line-height: 1.2;
}

.contact-hub__actions {
  align-items: stretch;
  display: grid;
  gap: clamp(14px, 2.5vw, 20px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 920px;
}

.contact-hub__card {
  align-items: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  color: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font: inherit;
  gap: clamp(16px, 2.5vw, 22px);
  justify-content: center;
  min-height: 220px;
  padding: 28px 20px 24px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-hub__card:hover {
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.contact-hub__card-icon {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  flex-shrink: 0;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.contact-hub__card-icon svg {
  fill: currentColor;
  height: 28px;
  width: 28px;
}

.contact-hub__card-icon--chatbot svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
}

.contact-hub__card-icon--whatsapp {
  background: #e8f8ee;
  color: #1fa855;
}

.contact-hub__card-icon--chatbot {
  background: #eef4ff;
  color: #2f67d8;
}

.contact-hub__card-icon--visit {
  background: #fff4e8;
  color: #d97706;
}

.contact-hub__card-text {
  color: #1d6fd8;
  font-size: clamp(0.95rem, 2vw, 1.08rem);
  font-weight: 600;
  line-height: 1.35;
}

.contact-hub__card-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: flex-start;
}

.contact-hub__card-meta {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.3;
  margin: 0;
}

.contact-hub__social {
  margin: clamp(36px, 5vw, 52px) auto 0;
  max-width: 920px;
  text-align: center;
}

.contact-hub__social-title {
  color: var(--ink);
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  font-weight: 700;
  margin: 0 0 18px;
}

.contact-hub__social-links {
  align-items: stretch;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-content: center;
  max-width: 560px;
  margin-inline: auto;
}

.contact-hub__social-link {
  align-items: center;
  aspect-ratio: 1;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  line-height: 1.15;
  padding: 12px 8px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.contact-hub__social-link:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  filter: brightness(1.05);
  transform: translateY(-2px);
}

.contact-hub__social-link--instagram {
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 52%, #8134af 100%);
}

.contact-hub__social-link--facebook {
  background: #1877f2;
}

.contact-hub__social-link--youtube {
  background: #ff0000;
}

.contact-hub__social-link--tiktok {
  background: #010101;
}

.contact-hub__social-link--google {
  background: #4285f4;
}

.contact-hub__social-icon {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
}

.contact-hub__social-icon svg {
  fill: currentColor;
  height: 24px;
  width: 24px;
}

.contact-chatbot {
  inset: 0;
  position: fixed;
  z-index: 60;
}

.contact-chatbot__backdrop {
  background: rgba(0, 0, 0, 0.45);
  inset: 0;
  position: absolute;
}

.contact-chatbot__panel {
  background: #fff;
  border-radius: 18px;
  bottom: 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
  display: grid;
  gap: 14px;
  grid-template-rows: auto 1fr auto;
  left: 50%;
  max-height: min(78vh, 640px);
  max-width: min(440px, calc(100vw - 24px));
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.contact-chatbot__head {
  align-items: start;
  border-bottom: 1px solid #eee;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 18px 18px 14px;
}

.contact-chatbot__head h2 {
  font-size: 1.05rem;
  margin: 0 0 4px;
}

.contact-chatbot__head p {
  color: var(--muted);
  font-size: 0.86rem;
  margin: 0;
}

.contact-chatbot__close {
  background: transparent;
  border: 0;
  color: #666;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0;
}

.contact-chatbot__messages {
  display: grid;
  gap: 10px;
  overflow: auto;
  padding: 16px 18px;
}

.contact-chatbot__bubble {
  border-radius: 14px;
  font-size: 0.92rem;
  line-height: 1.5;
  max-width: 92%;
  padding: 12px 14px;
  text-align: left;
}

.contact-chatbot__bubble--bot {
  background: #f3f4f6;
  color: #111;
  justify-self: start;
}

.contact-chatbot__bubble--user {
  background: #111;
  color: #fff;
  justify-self: end;
}

.contact-chatbot__choices {
  border-top: 1px solid #eee;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 14px 18px 18px;
}

.contact-chatbot__choices button {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 10px 12px;
}

.contact-chatbot__choices button:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}

.contact-chatbot-notice {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.28s ease;
  z-index: 1200;
}

.contact-chatbot-notice.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.contact-chatbot-notice__backdrop {
  background: rgba(0, 0, 0, 0.62);
  border: 0;
  cursor: pointer;
  inset: 0;
  position: absolute;
}

.contact-chatbot-notice__panel {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  max-width: 420px;
  padding: 34px 28px 28px;
  position: relative;
  text-align: center;
  transform: translateY(16px) scale(0.96);
  transition: transform 0.28s ease;
  width: min(100%, 420px);
  z-index: 1;
}

.contact-chatbot-notice.is-visible .contact-chatbot-notice__panel {
  transform: translateY(0) scale(1);
}

.contact-chatbot-notice__close {
  background: transparent;
  border: 0;
  color: #666;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
  padding: 4px 8px;
  position: absolute;
  right: 10px;
  top: 8px;
}

.contact-chatbot-notice__icon {
  align-items: center;
  background: #eef4ff;
  border-radius: 999px;
  color: #2f67d8;
  display: inline-flex;
  height: 72px;
  justify-content: center;
  margin: 0 auto 18px;
  width: 72px;
}

.contact-chatbot-notice__icon svg {
  height: 34px;
  width: 34px;
}

.contact-chatbot-notice__panel h2 {
  color: var(--ink);
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: clamp(1.25rem, 3vw, 1.55rem);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 10px;
}

.contact-chatbot-notice__panel p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 22px;
}

.contact-chatbot-notice__ok {
  background: #111;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  min-width: 160px;
  padding: 13px 24px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.contact-chatbot-notice__ok:hover {
  background: #000;
  transform: translateY(-1px);
}

body.contact-chatbot-notice-open {
  overflow: hidden;
}

body.contact-chatbot-open {
  overflow: hidden;
}

@media (max-width: 820px) {
  .contact-hub__actions {
    grid-template-columns: 1fr;
  }

  .contact-hub__card {
    min-height: 0;
    padding: 22px 18px;
  }

  .contact-hub__social-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .contact-hub__social-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .contact-hub__equip-grid--v {
    gap: 0;
    min-height: 168px;
    padding-top: 18px;
  }

  .contact-hub__equip-grid--v li:nth-child(1) {
    transform: translateY(-18px);
  }

  .contact-hub__equip-grid--v li:nth-child(2) {
    transform: translateY(-8px);
  }

  .contact-hub__equip-grid--v li:nth-child(4) {
    transform: translateY(-8px);
  }

  .contact-hub__equip-grid--v li:nth-child(5) {
    transform: translateY(-18px);
  }

  .contact-hub__equip-grid--v li:nth-child(1) .contact-hub__equip-img {
    height: 58px;
  }

  .contact-hub__equip-grid--v li:nth-child(2) .contact-hub__equip-img {
    height: 72px;
  }

  .contact-hub__equip-grid--v li:nth-child(3) .contact-hub__equip-img {
    height: 108px;
  }

  .contact-hub__equip-grid--v li:nth-child(4) .contact-hub__equip-img {
    height: 72px;
  }

  .contact-hub__equip-grid--v li:nth-child(5) .contact-hub__equip-img {
    height: 58px;
  }

  .contact-hub__equip-grid--v .contact-hub__equip-item span {
    font-size: 0.72rem;
  }

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

.contact-hub__equip {
  max-width: 100%;
  overflow: hidden;
}

.contact-hub__equip-grid--v {
  align-items: end;
  display: grid;
  gap: clamp(4px, 1.4vw, 14px);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 0;
  padding-top: clamp(16px, 4vw, 34px);
  width: 100%;
}

.contact-hub__equip-grid--v li,
.contact-hub__equip-grid--v li:nth-child(n) {
  min-width: 0;
  transform: none;
}

.contact-hub__equip-grid--v .contact-hub__equip-item {
  min-width: 0;
  width: 100%;
}

.contact-hub__equip-grid--v .contact-hub__equip-img,
.contact-hub__equip-grid--v li:nth-child(n) .contact-hub__equip-img {
  height: clamp(58px, 11vw, 118px);
  max-width: 100%;
  object-fit: contain;
}

.contact-hub__equip-grid--v li:nth-child(3) .contact-hub__equip-img {
  height: clamp(72px, 14vw, 142px);
}

.contact-hub__equip-grid--v .contact-hub__equip-item span,
.contact-hub__equip-grid--v li:nth-child(3) .contact-hub__equip-item span {
  font-size: clamp(0.58rem, 2.4vw, 0.94rem);
  max-width: 100%;
  overflow-wrap: anywhere;
}

@media (max-width: 560px) {
  .contact-hub__body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-hub__equip {
    margin-bottom: 24px;
  }

  .contact-hub__equip-grid--v {
    gap: 2px;
    padding-top: 14px;
  }

  .contact-hub__equip-grid--v .contact-hub__equip-item {
    gap: 5px;
  }

  .contact-hub__equip-grid--v .contact-hub__equip-img,
  .contact-hub__equip-grid--v li:nth-child(n) .contact-hub__equip-img {
    height: clamp(44px, 13vw, 62px);
  }

  .contact-hub__equip-grid--v li:nth-child(3) .contact-hub__equip-img {
    height: clamp(54px, 16vw, 78px);
  }
}

@media (max-width: 620px) {
  .contact-hub__hero-band {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .contact-hub__equip {
    max-width: 100%;
    overflow: visible;
  }

  .contact-hub__equip-grid--v {
    display: grid !important;
    gap: 2px;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
    justify-items: center;
    min-width: 0;
    overflow: visible;
    width: 100%;
  }

  .contact-hub__equip-grid--v li,
  .contact-hub__equip-grid--v li:nth-child(n) {
    max-width: 100%;
    min-width: 0;
    transform: none !important;
    width: 100%;
  }

  .contact-hub__equip-grid--v .contact-hub__equip-item {
    min-width: 0;
    overflow: visible;
    width: 100%;
  }

  .contact-hub__equip-grid--v .contact-hub__equip-img,
  .contact-hub__equip-grid--v li:nth-child(n) .contact-hub__equip-img,
  .contact-hub__equip-grid--v li:nth-child(3) .contact-hub__equip-img {
    height: auto !important;
    max-height: clamp(46px, 13vw, 68px);
    max-width: 100%;
    object-fit: contain;
    width: 100%;
  }

  .contact-hub__equip-grid--v li:nth-child(3) .contact-hub__equip-img {
    max-height: clamp(54px, 16vw, 82px);
  }
}

.site-footer {
  align-items: stretch;
  background: var(--black);
  color: var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 0;
  min-height: 0;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

.site-footer::before {
  content: "";
  display: none;
  height: 150px;
  width: 100%;
}

.footer-main {
  align-items: start;
  background: var(--black);
  border-top: 0;
  display: grid;
  gap: clamp(20px, 3vw, 28px);
  grid-template-columns: minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1180px;
  min-height: 0;
  padding: clamp(28px, 4vw, 44px) clamp(18px, 4vw, 64px) clamp(10px, 1.5vw, 16px);
  width: 100%;
}

.footer-location {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.footer-connect {
  align-items: center;
  align-self: stretch;
  border-left: 0;
  border-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: clamp(16px, 2.5vw, 24px) 0 clamp(4px, 0.8vw, 8px);
  min-width: 0;
  padding: 0;
  width: 100%;
}

.site-footer .footer-social {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  max-width: 100%;
  min-width: 0;
  padding: 0 clamp(12px, 3vw, 24px);
  width: 100%;
}

.site-footer .footer-social__link {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  color: #d8d8d8;
  display: inline-flex;
  gap: 8px;
  min-height: 0;
  padding: 10px 14px;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-footer .footer-social__link:hover {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.32);
  color: #ffffff;
  transform: translateY(-2px);
}

.site-footer .footer-social__label {
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.site-footer .footer-social__icon {
  align-items: center;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  flex-shrink: 0;
  height: auto;
  justify-content: center;
  width: auto;
}

.site-footer .footer-social svg {
  fill: currentColor;
  height: 22px;
  width: 22px;
}

.footer-map {
  align-items: flex-start;
  color: #d0d0d0;
  display: grid;
  gap: 12px;
  max-width: 100%;
  min-width: 0;
  text-align: left;
  width: 100%;
}

.footer-map iframe {
  border: 0;
  border-radius: 14px;
  height: clamp(120px, 15vw, 160px);
  pointer-events: none;
  width: 100%;
}

.footer-map span,
.footer-map__meta {
  display: grid;
  gap: 4px;
  text-align: center;
}

.footer-map strong {
  color: #f2f2f2;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
}

.footer-map small {
  color: #9a9a9a;
  font-size: 0.82rem;
  font-weight: 500;
}

.footer-legal-bar {
  background: var(--black);
  padding: clamp(6px, 1vw, 10px) clamp(18px, 4vw, 64px) clamp(10px, 1.8vw, 14px);
  width: 100%;
}

.footer-legal {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1180px;
  text-align: center;
  width: 100%;
}

.footer-legal__sep {
  color: #5f5f5f;
  font-size: 0.82rem;
  line-height: 1;
}

.footer-legal a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: #c8c8c8;
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.footer-legal a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.55);
  color: #ffffff;
}

.site-footer__credit-bar {
  align-items: center;
  background: var(--black);
  border-top: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: auto;
  justify-content: center;
  min-height: 35px;
  padding: 8px 12px 10px;
  text-align: center;
  width: 100%;
}

.site-footer__credit-bar strong {
  color: #8c8c8c;
  display: block;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
}

.site-footer__legal {
  margin: 0;
}

.site-footer__legal--inline {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.site-footer__legal--inline span {
  color: #5f5f5f;
  font-size: 0.68rem;
}

.site-footer__legal a {
  color: #8c8c8c;
  font-size: 0.68rem;
  text-decoration: underline;
}

.adsense-wrap {
  background: #ffffff;
  margin: 0 auto;
  max-width: 970px;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.adsense-wrap.adsense-wrap--filled:not([hidden]) {
  min-height: 90px;
  opacity: 1;
  padding: clamp(12px, 3vw, 24px) clamp(18px, 4vw, 64px);
  pointer-events: auto;
}

.adsense-wrap[data-adsense-pending="1"] {
  border: 0;
  display: block !important;
  height: 0 !important;
  margin: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
  opacity: 0;
  overflow: hidden !important;
  padding: 0 !important;
  pointer-events: none;
  position: relative;
  visibility: visible;
  width: 100%;
}

.adsense-wrap[data-adsense-pending="1"] ins.adsbygoogle {
  left: 50%;
  max-width: 970px;
  min-height: 90px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}

.adsense-wrap.blog-article__ad-sidebar[data-adsense-pending="1"] ins.adsbygoogle,
.adsense-wrap[data-adsense-slot="sidebar"][data-adsense-pending="1"] ins.adsbygoogle,
.adsense-wrap[data-adsense-slot="sidebar_2"][data-adsense-pending="1"] ins.adsbygoogle {
  min-height: 250px;
  width: 300px;
}

.adsense-wrap.blog-article__ad-sidebar-wide[data-adsense-pending="1"] ins.adsbygoogle,
.adsense-wrap[data-adsense-slot="sidebar_wide"][data-adsense-pending="1"] ins.adsbygoogle {
  min-height: 600px;
  width: 300px;
}

.adsense-wrap ins.adsbygoogle {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.adsense-wrap--header-card {
  background: var(--soft, #f6f6f6);
  border-bottom: 1px solid var(--line, #e9e9e9);
  max-width: none;
  padding: 10px clamp(12px, 3vw, 20px) 12px;
}

.adsense-wrap--header-card.adsense-wrap--filled:not([hidden]) {
  min-height: 110px;
}

.adsense-wrap--header-card ins.adsbygoogle {
  border-radius: 12px;
  overflow: hidden;
}

/* Cards automaticos do Google so fora das zonas manuais no conteudo do artigo. */
html[data-adsense-mode="blog"] .blog-article__content > .google-auto-placed,
html[data-adsense-mode="blog"] .blog-article__content .google-auto-placed:not(:has([data-adsense-slot])),
html[data-adsense-mode="blog"] .blog-article__content > ins.adsbygoogle:not([data-adsense-slot]),
html[data-adsense-mode="blog"] [data-adsense-slot="inline"] {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  visibility: hidden !important;
}

.home-blog-posts__ad,
.blog-feed__ad,
.blog-article__ad-mid {
  margin-inline: auto;
  width: 100%;
}

.home-blog-posts__ad {
  max-width: 1180px;
  padding-inline: 0;
}

.adsense-wrap.home-blog-posts__ad {
  max-width: 1180px;
  padding-inline: 0;
}

.blog-feed__ad,
.blog-article__ad-mid {
  max-width: 970px;
}

.home-blog-posts__ad,
.blog-feed__ad {
  margin-bottom: 0;
}

.home-blog-posts__ad.adsense-wrap--filled:not([hidden]),
.blog-feed__ad.adsense-wrap--filled:not([hidden]) {
  margin-bottom: 18px;
}

.legal-page {
  margin: 0 auto;
  max-width: 760px;
  padding: clamp(48px, 8vw, 96px) clamp(18px, 4vw, 64px) 72px;
}

.legal-page__back {
  color: var(--muted);
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.legal-page h1 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin: 0 0 16px;
}

.legal-page h2 {
  font-size: 1.15rem;
  margin: 28px 0 10px;
}

.legal-page p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 14px;
}

.legal-page a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
}

.site-footer p {
  color: #bdbdbd;
  margin: 8px 0 0;
}

.site-footer nav:not(.footer-social):not(.footer-legal) {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}

.whatsapp-float {
  align-items: center;
  background: #25d366;
  border: 0;
  bottom: clamp(56px, 7vh, 80px);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.28);
  color: var(--paper);
  display: inline-flex;
  gap: 0;
  height: 64px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: clamp(24px, 4vw, 56px);
  transition:
    background 160ms ease,
    box-shadow 160ms ease,
    gap 280ms ease,
    padding 280ms ease,
    transform 160ms ease,
    width 280ms ease;
  width: 64px;
  z-index: 80;
}

.whatsapp-float.is-expanded,
.whatsapp-float:hover {
  background: #1ebe5d;
  box-shadow: 0 20px 42px rgba(37, 211, 102, 0.36);
  gap: 10px;
  padding: 0 22px 0 17px;
  transform: translateY(-2px);
  width: 214px;
}

.whatsapp-float svg {
  fill: currentColor;
  flex: 0 0 auto;
  height: 35px;
  width: 35px;
}

.whatsapp-float span {
  display: inline-block;
  font-size: 0.96rem;
  font-weight: 800;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateX(8px);
  transition: max-width 280ms ease, opacity 200ms ease, transform 280ms ease;
  white-space: nowrap;
}

.whatsapp-float.is-expanded span,
.whatsapp-float:hover span {
  max-width: 130px;
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 900px) {
  .hero,
  .split,
  .youtube-strip__grid,
  .mail-strip__grid,
  .service-grid,
  .post-list {
    grid-template-columns: 1fr;
  }

  .stats-strip__item:not(:last-child)::after {
    display: none;
  }

  .stats-strip__grid {
    gap: 18px 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .repair-showcase__figure img {
    width: 100%;
  }

  .youtube-strip__grid {
    justify-items: center;
  }

  .youtube-strip__content {
    margin-inline: auto;
    text-align: center;
    width: min(100%, 560px);
  }

  .youtube-strip__media,
  .mail-strip__media {
    aspect-ratio: 16 / 10;
    height: auto;
    margin-inline: auto;
    max-width: 560px;
    width: 100%;
  }

  .hero {
    min-height: auto;
  }

  .hero-mark {
    aspect-ratio: 16 / 10;
  }

  .footer-main {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .footer-connect {
    align-items: center;
    margin: 18px 0;
    padding-top: 0;
    width: 100%;
  }

  .footer-map {
    max-width: 100%;
    width: 100%;
  }

  .footer-map iframe {
    width: 100%;
  }

  .site-footer .footer-social {
    align-items: stretch;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: stretch;
    max-width: min(100%, 540px);
    padding: 0;
    width: 100%;
  }

  .site-footer .footer-social__link {
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    min-height: 72px;
    padding: 10px 6px;
    text-align: center;
    width: 100%;
  }

  .site-footer .footer-social__label {
    font-size: 0.72rem;
    line-height: 1.15;
    white-space: normal;
  }

  .google-reviews__header h2 {
    max-width: none;
  }

  .google-reviews__carousel {
    padding: 0;
  }

  .google-review-card {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .site-header {
    height: 58px;
  }

  .site-menu {
    height: calc(100vh - 58px);
    top: 58px;
  }

  .menu-backdrop {
    inset: 58px 0 0 0;
  }

  .search-modal {
    inset: 58px 0 0 0;
  }

  .brand img {
    max-height: 38px;
    width: 155px;
  }

  .hero {
    padding-top: 42px;
  }

  .hero h1 {
    font-size: clamp(3rem, 18vw, 4.5rem);
  }

  .section-title-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    align-items: stretch;
  }

  .site-footer nav:not(.footer-social):not(.footer-legal) {
    justify-content: center;
  }
}

.blog-empty {
  color: var(--muted);
  font-weight: 600;
}

.blog-site-header {
  justify-content: space-between;
  padding-inline: clamp(18px, 4vw, 64px);
}

.blog-top-nav {
  display: flex;
  gap: 18px;
}

.blog-top-nav__link {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 700;
}

.blog-top-nav__link.is-active,
.blog-top-nav__link:hover {
  color: #fff;
}

.blog-page-shell {
  --blog-shell-pad-x: clamp(18px, 4vw, 64px);
  padding: clamp(36px, 6vw, 72px) var(--blog-shell-pad-x) 96px;
}

html[data-adsense-mode="blog"]:has(.blog-article__banner),
html[data-adsense-mode="blog"]:has(.blog-article__cover) {
  overflow-x: clip;
}

.blog-page-shell:has(> .blog-article__banner),
.blog-page-shell:has(> .blog-article__cover),
.blog-page-shell:has(.blog-article > .blog-article__banner),
.blog-page-shell:has(.blog-article > .blog-article__cover) {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.blog-page-shell:has(> .blog-article__banner) > .blog-article__banner,
.blog-page-shell:has(> .blog-article__cover) > .blog-article__cover {
  margin-inline: auto;
  max-width: 100%;
  width: 100%;
}

.blog-page-shell:has(> .blog-article__banner) > .blog-article,
.blog-page-shell:has(> .blog-article__cover) > .blog-article {
  padding-inline: var(--blog-shell-pad-x);
}

.blog-page-shell:has(.blog-article__banner) > .home-blog-posts,
.blog-page-shell:has(.blog-article__cover) > .home-blog-posts {
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
  padding-inline: var(--blog-shell-pad-x);
  width: 100vw;
}

.blog-article:has(> .blog-article__banner),
.blog-article:has(> .blog-article__cover) {
  margin-inline: 0;
  max-width: none;
  width: 100%;
}

.blog-article:has(> .blog-article__banner) .blog-article__layout,
.blog-article:has(> .blog-article__cover) .blog-article__layout {
  margin-inline: auto;
  max-width: 1180px;
  padding-inline: var(--blog-shell-pad-x);
  width: 100%;
}

.blog-index {
  margin: 0 auto;
  max-width: 1180px;
}

.blog-index__layout {
  align-items: start;
  display: grid;
  gap: clamp(24px, 4vw, 36px);
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
}

.blog-index__sidebar-sticky {
  position: sticky;
  top: calc(58px + 20px);
  z-index: 3;
}

.blog-index__sidebar {
  align-self: stretch;
  min-width: 0;
}

.blog-index__title {
  font-size: clamp(2rem, 5vw, 3.4rem);
  margin: 0 0 12px;
}

.blog-index__lead {
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 34px;
  max-width: 680px;
}

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

.blog-index-card {
  position: relative;
}

.blog-index-card__hit {
  border: 0;
  inset: 0;
  position: absolute;
  z-index: 2;
}

.blog-index-card__hit:focus-visible {
  outline: 2px solid #2f67d8;
  outline-offset: 3px;
}

.blog-index-card h3 a {
  border: 0;
  color: inherit;
}

.blog-index-card__cta {
  align-self: flex-start;
  border-bottom: 1px solid var(--black);
  font-weight: 800;
  margin-top: auto;
  pointer-events: none;
}

.blog-index-card__excerpt {
  color: var(--muted);
  line-height: 1.6;
  margin: 12px 0 18px;
}

.blog-article {
  margin: 0 auto;
  max-width: 1180px;
}

.blog-article__back {
  color: var(--muted);
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.blog-article__banner,
.blog-article__cover {
  height: 500px;
  margin: 0 0 28px;
  max-width: none;
  overflow: hidden;
  width: 100%;
}

.blog-article__banner img,
.blog-article__cover img {
  display: block;
  height: 100%;
  max-width: none;
  object-fit: cover;
  width: 100%;
}

.blog-article__header {
  margin-bottom: 28px;
  max-width: none;
}

.blog-article__sidebar-sticky {
  align-self: start;
  display: grid;
  gap: 0;
  overflow: visible;
  position: sticky;
  top: calc(var(--site-header-height, 58px) + 12px);
  width: 100%;
  z-index: 3;
}

.blog-article__header .blog-article__meta {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 14px;
}

.blog-article__kicker {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.blog-article__title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 12px;
}

.blog-article__category {
  margin: 0 0 8px;
}

.blog-article__footer {
  margin: 8px 0 0;
}

.blog-article__category-tag {
  background: var(--soft);
  border-radius: 999px;
  color: var(--muted);
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 5px 10px;
  text-transform: uppercase;
}

.blog-article__meta,
.blog-article__lead {
  color: var(--muted);
  line-height: 1.6;
  margin: 0 0 24px;
}

.blog-article__content .adsense-wrap.blog-article__ad-mid {
  margin: 0;
  max-width: 100%;
  padding: 0;
}

.blog-article__content .adsense-wrap.blog-article__ad-mid.adsense-wrap--filled:not([hidden]) {
  margin: 28px 0;
  min-height: 120px;
  padding: clamp(16px, 2vw, 24px) 0;
}

.blog-article__content {
  display: grid;
  gap: 18px;
}

.blog-article__layout {
  align-items: stretch;
  display: grid;
  gap: clamp(24px, 4vw, 36px);
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
}

.blog-article__main {
  min-width: 0;
}

.blog-article__ad-mid,
.blog-article__ad-inline,
.blog-article__ad-sidebar {
  margin: 0;
}

.blog-article__ad-mid.adsense-wrap--filled:not([hidden]),
.blog-article__ad-inline.adsense-wrap--filled:not([hidden]) {
  margin: 8px 0;
  min-height: 120px;
}

.blog-article__content .adsense-wrap[hidden],
.blog-article__ad-mid[hidden],
.blog-article__ad-inline[hidden],
.blog-article__ad-sidebar[hidden],
.blog-article__ad-sidebar-wide[hidden] {
  display: none !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.blog-article__ad-sidebar {
  max-width: 300px;
  min-height: 0;
  padding: 0;
  width: 100%;
}

.blog-article__ad-sidebar--square.adsense-wrap--filled:not([hidden]) {
  min-height: 250px;
}

.blog-article__ad-sidebar--vertical.adsense-wrap--filled:not([hidden]) {
  min-height: 600px;
}

.blog-article__ad-sidebar ins.adsbygoogle {
  margin: 0 auto;
}

.blog-article__ad-mid {
  max-width: 100%;
  padding: 0;
}

.blog-article__ad-mid.adsense-wrap--filled:not([hidden]) {
  padding: clamp(12px, 2vw, 20px) 0;
}

.blog-article__sidebar {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

.blog-article__content--after {
  margin-top: 8px;
}

.blog-downloads {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 16px;
  margin-top: 32px;
  padding-top: 28px;
}

.blog-downloads__title {
  font-size: 1.35rem;
  margin: 0;
}

.blog-downloads__actions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.blog-downloads__guide {
  align-items: center;
  background: #0f8a3c;
  border-radius: 999px;
  box-sizing: border-box;
  color: var(--paper);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: 1.2;
  margin-inline: auto;
  max-width: 100%;
  min-height: 52px;
  padding: 14px 22px;
  text-align: center;
  width: fit-content;
}

.blog-downloads__guide[hidden] {
  display: none;
}

.blog-downloads__guide-label {
  text-align: center;
  text-transform: uppercase;
}

.blog-downloads__guide-dots {
  display: inline-flex;
  min-width: 1.35em;
}

.blog-downloads__guide-dot {
  opacity: 0;
}

.blog-downloads__guide-dot:nth-child(1) {
  animation: blog-download-guide-dot-1 1.2s infinite;
}

.blog-downloads__guide-dot:nth-child(2) {
  animation: blog-download-guide-dot-2 1.2s infinite;
}

.blog-downloads__guide-dot:nth-child(3) {
  animation: blog-download-guide-dot-3 1.2s infinite;
}

@keyframes blog-download-guide-dot-1 {
  0%,
  100% {
    opacity: 1;
  }
}

@keyframes blog-download-guide-dot-2 {
  0%,
  32% {
    opacity: 0;
  }

  33%,
  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes blog-download-guide-dot-3 {
  0%,
  65% {
    opacity: 0;
  }

  66%,
  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.blog-downloads__guide-ready {
  display: inline-block;
}

.blog-downloads__guide-ready[hidden],
.blog-downloads__guide-loading[hidden],
.blog-downloads__guide-timer[hidden] {
  display: none;
}

.blog-downloads__guide.is-ready {
  background: #1d6fd8;
}

.blog-downloads__guide-timer {
  flex-shrink: 0;
  font-size: 1.05rem;
  font-variant-numeric: tabular-nums;
  min-width: 2ch;
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .blog-downloads__guide-dot {
    animation: none;
    opacity: 1;
  }
}

.blog-downloads__button {
  background: var(--black);
  border: 0;
  border-radius: 999px;
  box-sizing: border-box;
  color: var(--paper);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  justify-content: flex-start;
  max-width: 100%;
  overflow: hidden;
  padding: 12px 20px;
  position: relative;
  text-decoration: none;
  transition:
    width 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    min-height 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.2s ease,
    opacity 0.2s ease;
  width: 300px;
}

.blog-downloads__button:hover:not(.is-active):not(.is-stretching) {
  opacity: 0.92;
  transform: translateY(-1px);
}

.blog-downloads__button.is-stretching {
  cursor: wait;
  min-height: 52px;
  padding: 14px 22px;
}

.blog-downloads__button.is-stretching .blog-downloads__button-compact {
  display: block;
}

.blog-downloads__button.is-stretching .blog-downloads__button-expanded {
  display: none;
}

.blog-downloads__button.is-active {
  cursor: not-allowed;
  justify-content: stretch;
  min-height: 52px;
  padding: 14px 22px;
  width: 100%;
}

.blog-downloads__button.is-ready {
  animation: blog-download-glow 1.8s ease-in-out infinite;
  background: #0f8a3c;
  cursor: pointer;
}

.blog-downloads__button.is-ready::after {
  animation: blog-download-shimmer 2.2s ease-in-out infinite;
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(255, 255, 255, 0.42) 50%,
    transparent 62%
  );
  border-radius: 999px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.blog-downloads__button-fill {
  background: linear-gradient(90deg, #0a6b30 0%, #14b84a 100%);
  border-radius: 999px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.95s linear;
  width: 0;
  z-index: 0;
}

.blog-downloads__button.is-ready .blog-downloads__button-fill {
  background: linear-gradient(90deg, #0f8a3c 0%, #1bc95a 100%);
  width: 100%;
}

.blog-downloads__button-compact {
  position: relative;
  z-index: 1;
}

.blog-downloads__button-expanded {
  align-items: center;
  display: none;
  gap: 10px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.blog-downloads__button.is-active .blog-downloads__button-compact {
  display: none;
}

.blog-downloads__button.is-active .blog-downloads__button-expanded {
  animation: blog-download-expanded-in 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
}

@keyframes blog-download-expanded-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-downloads__button {
    transition: none;
  }

  .blog-downloads__button.is-active .blog-downloads__button-expanded {
    animation: none;
  }
}

.blog-downloads__button-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-downloads__button-action {
  flex-shrink: 0;
  margin-left: auto;
  opacity: 0.92;
  text-align: right;
}

.blog-downloads__button.is-loading .blog-downloads__button-action {
  display: none;
}

.blog-downloads__button-action[hidden] {
  display: none;
}

.blog-downloads__status.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.blog-downloads__ad {
  margin: 0;
  max-width: 728px;
  width: 100%;
}

.adsense-wrap.blog-downloads__ad[data-adsense-pending="1"],
.adsense-wrap.blog-downloads__ad.adsense-wrap--filled:not([hidden]) {
  background: transparent !important;
  display: block !important;
  height: auto !important;
  margin: 0 !important;
  max-height: none !important;
  min-height: 0 !important;
  opacity: 1 !important;
  overflow: visible !important;
  padding: 0 !important;
  pointer-events: auto !important;
  position: relative !important;
  visibility: visible !important;
  width: 100%;
}

.adsense-wrap.blog-downloads__ad[data-adsense-pending="1"] ins.adsbygoogle,
.adsense-wrap.blog-downloads__ad.adsense-wrap--filled:not([hidden]) ins.adsbygoogle {
  display: block !important;
  margin: 0 auto;
  min-height: 50px;
  position: static !important;
  transform: none !important;
  width: 100% !important;
}

@keyframes blog-download-glow {
  0%,
  100% {
    box-shadow: 0 4px 18px rgba(15, 138, 60, 0.35);
  }

  50% {
    box-shadow:
      0 6px 28px rgba(34, 197, 94, 0.55),
      0 0 22px rgba(74, 222, 128, 0.35);
  }
}

@keyframes blog-download-shimmer {
  0% {
    transform: translateX(-130%);
  }

  100% {
    transform: translateX(130%);
  }
}

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

  .blog-article__sidebar-sticky {
    position: static;
  }

  .blog-article__ad-sidebar {
    margin-inline: auto;
  }

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

  .blog-index__sidebar-sticky {
    position: static;
  }

  .blog-article__banner,
  .blog-article__cover {
    height: 300px;
  }

  .blog-article__banner img,
  .blog-article__cover img {
    object-position: center center !important;
    transform: none !important;
    transform-origin: center center !important;
  }
}

.blog-article__content p,
.blog-article__content ul {
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
}

.blog-article__content h2 {
  font-size: 1.45rem;
  margin: 8px 0 0;
}

.blog-article__content ul {
  padding-left: 1.2rem;
}

.blog-figure {
  margin: 8px 0;
}

.blog-figure img {
  border-radius: var(--site-radius);
  display: block;
  height: auto;
  width: 100%;
}

.blog-figure figcaption {
  color: var(--muted);
  font-size: 0.88rem;
  margin-top: 10px;
}

.blog-quote {
  border-left: 4px solid var(--black);
  margin: 8px 0;
  padding: 4px 0 4px 18px;
}

.blog-quote p {
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 600;
  margin: 0;
}

.blog-article__cta {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 14px;
  margin-top: 36px;
  padding-top: 28px;
}

.blog-site-footer {
  margin-top: 0;
}

.gopro-service-page {
  background: #fff;
  overflow: hidden;
}

.gopro-service-page__back {
  margin: clamp(22px, 4vw, 42px) clamp(18px, 5vw, 70px) 0;
}

.gopro-service {
  align-items: start;
  display: grid;
  gap: clamp(24px, 4vw, 56px);
  grid-template-columns: minmax(230px, 0.74fr) minmax(360px, 1.35fr) minmax(220px, 0.7fr);
  margin: 0 auto;
  max-width: 1440px;
  min-height: calc(100vh - 58px);
  padding: clamp(18px, 4vw, 46px) clamp(18px, 5vw, 70px) clamp(48px, 6vw, 86px);
}

.gopro-service__intro {
  padding-top: clamp(10px, 4vw, 46px);
}

.gopro-service__eyebrow {
  color: #3f3f3f;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.gopro-service__intro h1 {
  color: #080808;
  font-size: clamp(2.1rem, 4vw, 3.55rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

.gopro-service__intro p:not(.gopro-service__eyebrow) {
  color: #5f5f5f;
  font-size: clamp(0.96rem, 1.4vw, 1.08rem);
  line-height: 1.8;
  margin: 28px 0 30px;
  max-width: 390px;
}

.gopro-service__badge {
  align-items: center;
  color: #111;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gopro-service__badge span {
  align-items: center;
  border: 1px solid #111;
  border-radius: 50%;
  display: inline-flex;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.gopro-service__visual {
  align-self: start;
  margin: 0;
  min-width: 0;
}

.gopro-service__visual img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 1180px;
  object-fit: contain;
  width: min(100%, 720px);
}

.gopro-service__timeline {
  display: grid;
  gap: clamp(26px, 4vw, 46px);
  padding-top: clamp(26px, 6vw, 88px);
}

.gopro-service__timeline article {
  position: relative;
}

.gopro-service__timeline article:not(:last-child)::after {
  background: #d7d7d7;
  content: "";
  height: 56px;
  left: 18px;
  position: absolute;
  top: calc(100% + 12px);
  width: 1px;
}

.gopro-service__timeline span {
  align-items: center;
  background: #f1f1f1;
  border-radius: 50%;
  color: #111;
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  margin-bottom: 18px;
  width: 38px;
}

.gopro-service__timeline h2 {
  color: #111;
  font-size: 1.06rem;
  line-height: 1.25;
  margin: 0 0 12px;
}

.gopro-service__timeline p {
  color: #626262;
  font-size: 0.9rem;
  line-height: 1.75;
  margin: 0;
}

.gopro-service-steps {
  border-top: 1px solid #e7e7e7;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1440px;
}

.gopro-service-steps article {
  border-right: 1px solid #e7e7e7;
  min-height: 190px;
  padding: clamp(26px, 4vw, 44px) clamp(18px, 3vw, 36px);
}

.gopro-service-steps article:last-child {
  border-right: 0;
}

.gopro-service-steps span {
  color: #6b6b6b;
  display: block;
  font-size: 0.74rem;
  margin-bottom: 16px;
}

.gopro-service-steps h2 {
  color: #111;
  font-size: clamp(1.02rem, 1.5vw, 1.25rem);
  line-height: 1.25;
  margin: 0 0 14px;
}

.gopro-service-steps p {
  color: #656565;
  font-size: 0.92rem;
  line-height: 1.7;
  margin: 0;
}

.gopro-service-cta {
  align-items: center;
  border-top: 1px solid #e7e7e7;
  display: flex;
  gap: 18px;
  justify-content: center;
  padding: clamp(34px, 5vw, 64px) 18px;
}

.gopro-service-cta p {
  color: #111;
  font-size: clamp(1.15rem, 2.4vw, 1.8rem);
  font-weight: 800;
  margin: 0;
}

@media (max-width: 1100px) {
  .gopro-service {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .gopro-service__intro,
  .gopro-service__timeline {
    padding-top: 0;
  }

  .gopro-service__intro p:not(.gopro-service__eyebrow) {
    max-width: 680px;
  }

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

  .gopro-service__timeline article::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .gopro-service-page__back {
    margin-inline: 18px;
  }

  .gopro-service {
    padding-inline: 18px;
  }

  .gopro-service__visual img {
    max-height: none;
    width: 100%;
  }

  .gopro-service__timeline,
  .gopro-service-steps {
    grid-template-columns: 1fr;
  }

  .gopro-service-steps article {
    border-right: 0;
    border-bottom: 1px solid #e7e7e7;
  }

  .gopro-service-cta {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }
}

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

.tools-page {
  margin: 0 auto;
  max-width: 760px;
  padding: clamp(32px, 5vw, 64px) clamp(18px, 4vw, 32px) 80px;
}

.tools-page__back {
  color: var(--muted);
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 24px;
  text-decoration: none;
}

.tools-page__back:hover {
  color: var(--ink);
}

.tools-page__kicker {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.tools-page__title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.15;
  margin: 0 0 14px;
}

.tools-page__lead {
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 28px;
}

.tools-page__notice {
  background: #f6f6f6;
  border: 1px solid var(--line);
  border-radius: calc(var(--site-radius) + 2px);
  color: var(--ink);
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
  padding: 20px 22px;
}

.manual-page {
  margin: 0 auto;
  max-width: 1080px;
  padding: 120px 20px 80px;
}

.manual-hero {
  background: #050505;
  border-radius: 24px;
  color: #fff;
  padding: clamp(28px, 5vw, 56px);
}

.manual-hero p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.manual-hero h1 {
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
  margin: 0;
}

.manual-hero span {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
  line-height: 1.55;
  margin-top: 18px;
  max-width: 760px;
}

.manual-content {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
  color: var(--ink);
  margin-top: 28px;
  padding: clamp(24px, 4vw, 46px);
}

.manual-content h2 {
  font-size: clamp(22px, 3vw, 32px);
  margin: 34px 0 14px;
}

.manual-content h2:first-child {
  margin-top: 0;
}

.manual-content p,
.manual-content li {
  color: var(--muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
}

.manual-content ul {
  display: grid;
  gap: 10px;
  margin: 12px 0 24px;
  padding-left: 24px;
}

.manual-pdf-page {
  margin: 0 auto;
  max-width: 1320px;
  padding: 36px 20px 80px;
}

.manual-html-page.manual-pdf-page {
  padding-top: 18px;
}

.manual-html-viewer {
  display: grid;
  gap: 18px;
  min-width: 0;
  width: 100%;
}

.manual-html-stack {
  display: grid;
  gap: 18px;
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
}

.manual-html-page {
  background: transparent;
}

.manual-html-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
  margin: 0;
  max-width: none;
  padding: 28px 20px 26px;
  width: 100%;
}

.manual-html-card--menu {
  padding-top: 22px;
}

.manual-html-brand {
  display: grid;
  gap: 10px;
  justify-items: center;
  margin: 0 auto 22px;
  max-width: 360px;
  text-align: center;
}

.manual-html-brand img {
  display: block;
  height: auto;
  max-height: 92px;
  object-fit: contain;
  width: min(100%, 220px);
}

.manual-html-brand__text {
  display: grid;
  gap: 2px;
  justify-items: center;
}

.manual-html-brand__text strong {
  color: #111;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(28px, 7vw, 38px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 0.95;
  text-transform: uppercase;
}

.manual-html-brand__text span {
  color: #222;
  font-family: Poppins, sans-serif;
  font-size: clamp(11px, 2.8vw, 13px);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.manual-html-social {
  border: 1.5px solid #111;
  border-radius: 22px;
  padding: 18px 14px 16px;
  text-align: center;
}

.manual-html-social h2 {
  color: #111;
  font-family: Poppins, sans-serif;
  font-size: clamp(14px, 3.4vw, 18px);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.manual-html-social__arrows {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
  margin-bottom: 8px;
}

.manual-html-social__arrows span {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #111;
  display: block;
  height: 0;
  width: 0;
}

.manual-html-social__row {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.manual-html-social__btn {
  align-items: center;
  background: #fff;
  border: 1.5px solid #111;
  border-radius: 999px;
  color: #111;
  display: inline-flex;
  flex-direction: row;
  gap: 6px;
  justify-content: center;
  min-height: 42px;
  padding: 8px 8px;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.manual-html-social__btn:hover,
.manual-html-social__btn:focus-visible {
  background: #f5f5f5;
  transform: translateY(-1px);
}

.manual-html-social__btn svg {
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.manual-html-social__btn span {
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.manual-html-social__btn--ig span {
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 13px;
  font-weight: 600;
}

.manual-html-social__btn--tt span,
.manual-html-social__btn--yt span {
  font-family: Poppins, sans-serif;
  letter-spacing: -0.02em;
}

.manual-html-menu-title {
  background: #555555;
  border-radius: 12px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: clamp(12px, 3vw, 15px);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.25;
  margin: 0 0 16px;
  padding: 14px 12px;
  text-align: center;
  text-transform: uppercase;
}

.manual-html-faults {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 12px;
}

.manual-html-fault {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  color: #111;
  display: flex;
  font-family: Poppins, sans-serif;
  gap: 8px;
  justify-content: flex-start;
  min-height: 64px;
  padding: 12px 12px 12px 10px;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.manual-html-fault:hover,
.manual-html-fault:focus-visible {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  color: #111;
  transform: translateY(-2px);
}

.manual-html-fault__icon {
  align-items: center;
  color: #111;
  display: inline-flex;
  flex: 0 0 auto;
  height: 34px;
  justify-content: center;
  position: relative;
  width: 34px;
}

.manual-html-fault__icon .material-symbol {
  font-family: "Material Symbols Rounded";
  font-size: 28px;
  font-style: normal;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
  font-weight: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
}

.manual-html-fault__icon em {
  bottom: -2px;
  color: #111;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  position: absolute;
  right: -2px;
}

.manual-html-fault__label {
  flex: 1 1 auto;
  font-size: clamp(11px, 2.7vw, 13px);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.15;
  text-align: left;
  text-transform: uppercase;
}

.manual-html-fault--wide {
  justify-content: center;
  min-height: 68px;
  width: 100%;
}

.manual-html-fault--wide .manual-html-fault__label {
  flex: 0 1 auto;
  text-align: center;
}

.manual-html-page--standalone {
  background: #f3f3f3;
  min-height: 100vh;
  padding: 18px 14px 40px;
}

.manual-html-standalone {
  margin: 0 auto;
  max-width: 560px;
}

@media (max-width: 560px) {
  .manual-html-card {
    border-radius: 20px;
    padding: 22px 14px 20px;
  }

  .manual-html-social {
    border-radius: 18px;
    padding: 16px 10px 14px;
  }

  .manual-html-social__btn {
    min-height: 40px;
    padding: 6px 4px;
  }

  .manual-html-social__btn span {
    font-size: 10px;
  }

  .manual-html-social__btn--ig span {
    font-size: 12px;
  }

  .manual-html-fault {
    gap: 6px;
    min-height: 58px;
    padding: 10px 8px 10px 8px;
  }

  .manual-html-fault__icon {
    height: 30px;
    width: 30px;
  }

  .manual-html-fault__icon .material-symbol {
    font-size: 24px;
  }

  .manual-html-fault__label {
    font-size: 11px;
  }
}

.manual-pdf-hero {
  background: #050505;
  border-radius: 24px;
  color: #fff;
  margin-bottom: 24px;
  padding: clamp(24px, 4vw, 42px);
}

.manual-pdf-hero p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 900;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.manual-pdf-hero h1 {
  font-size: clamp(32px, 4.8vw, 58px);
  line-height: 1;
  margin: 0;
}

.manual-pdf-hero span {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: clamp(15px, 2vw, 19px);
  font-weight: 600;
  line-height: 1.55;
  margin-top: 16px;
  max-width: 760px;
}

.manual-pdf-layout {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(180px, 300px) minmax(0, 1500px) minmax(180px, 300px);
  justify-content: center;
}

.manual-pdf-viewer {
  display: grid;
  gap: 22px;
  justify-self: center;
  max-width: 1500px;
  min-width: 0;
  width: 100%;
}

.manual-pdf-loading {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--muted);
  font-weight: 800;
  margin: 0;
  padding: 24px;
  text-align: center;
}

.manual-pdf-page-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.manual-pdf-page-card canvas {
  display: block;
  height: auto !important;
  width: 100% !important;
}

.manual-pdf-link-wrap {
  display: block;
  position: absolute;
  z-index: 4;
}

.manual-pdf-link-wrap:has(.manual-link-menu.is-open) {
  z-index: 38;
}

.manual-pdf-link {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 10px;
  color: transparent;
  display: flex;
  justify-content: center;
  overflow: hidden;
  inset: 0;
  position: absolute;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.manual-pdf-link:hover,
.manual-pdf-link:focus-visible {
  outline: none;
}

.manual-pdf-edit-mode .manual-pdf-link {
  background: rgba(0, 126, 145, 0.08);
  border: 2px solid rgba(0, 126, 145, 0.42);
}

.manual-pdf-edit-mode .manual-pdf-link:hover,
.manual-pdf-edit-mode .manual-pdf-link:focus-visible {
  background: rgba(0, 126, 145, 0.18);
  border-color: rgba(0, 126, 145, 0.8);
}

.manual-link-menu {
  display: none;
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 1000;
}

.manual-pdf-edit-mode .manual-pdf-link-wrap:hover .manual-link-menu,
.manual-pdf-edit-mode .manual-link-menu.is-open {
  display: block;
}

.manual-pdf-edit-mode .manual-link-menu.is-editing::before {
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.58);
  content: "";
  inset: 0;
  position: fixed;
  z-index: 1000;
}

.manual-link-menu__dots {
  align-items: center;
  background: #050505;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0 0 4px;
  width: 32px;
  position: relative;
  z-index: 1002;
}

.manual-link-menu__panel {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 14px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  display: none;
  min-width: 150px;
  padding: 8px;
  position: absolute;
  right: -8px;
  top: 40px;
  z-index: 1001;
}

.manual-link-menu__panel::before {
  background: #fff;
  border-radius: 12px;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.manual-link-menu.is-open .manual-link-menu__panel {
  display: block;
}

.manual-link-menu.is-editing .manual-link-menu__panel {
  left: 50%;
  min-width: min(88vw, 340px);
  padding: 14px;
  position: fixed;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}

.manual-link-menu__panel > a,
.manual-link-menu__panel > button {
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #111;
  display: block;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  padding: 8px 10px;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}

.manual-link-menu__panel > a:hover,
.manual-link-menu__panel > button:hover {
  background: #f0f0f0;
}

.manual-link-editor {
  background: #fff;
  border-radius: 12px;
  display: grid;
  gap: 10px;
  padding: 0;
  width: min(78vw, 320px);
}

.manual-link-editor[hidden] {
  display: none;
}

.manual-link-editor label {
  color: #111;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.manual-link-editor input,
.manual-link-editor select {
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  min-height: 42px;
  padding: 0 12px;
  width: 100%;
}

.manual-link-editor select {
  background: #f7f7f7;
  cursor: pointer;
}

.manual-link-editor span {
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr 1fr;
}

.manual-link-editor button {
  border: 0;
  border-radius: 9px;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  min-height: 32px;
  padding: 0 8px;
}

.manual-link-editor button[type="submit"] {
  background: #050505;
  color: #fff;
}

.manual-link-editor button[type="button"] {
  background: #f0f0f0;
  color: #111;
}

.manual-link-editor em {
  color: #666;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.manual-edit-bar {
  align-items: center;
  background: #0b86b8;
  border-radius: 0;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 0;
  max-width: none;
  padding: 12px 16px;
  position: sticky;
  top: 58px;
  z-index: 50;
  width: 100%;
}

.manual-pdf-edit-mode .manual-pdf-page {
  padding-top: 18px;
}

.manual-edit-bar a {
  background: #fff;
  border-radius: 10px;
  color: #111;
  font-size: 13px;
  font-weight: 900;
  padding: 8px 12px;
  text-decoration: none;
}

.manual-pdf-ad.adsense-wrap {
  align-items: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.06);
  display: flex !important;
  justify-content: center;
  margin: 8px auto;
  max-width: 1500px;
  min-height: 140px;
  overflow: visible !important;
  padding: 14px;
  position: relative;
  width: 100%;
}

.manual-pdf-ad.adsense-wrap[hidden],
.manual-pdf-ad.adsense-wrap[data-adsense-filled="0"] {
  display: none !important;
}

.manual-pdf-ad.adsense-wrap::before {
  color: #999;
  content: "Publicidade";
  font-size: 12px;
  font-weight: 800;
  position: absolute;
  text-transform: uppercase;
  transform: translateY(-54px);
}

.manual-pdf-sidebar {
  display: block;
}

.manual-pdf-sidebar--left {
  display: block;
}

@media (max-width: 2180px) {
  .manual-pdf-layout {
    grid-template-columns: minmax(0, 1500px) minmax(220px, 300px);
  }

  .manual-pdf-sidebar--left {
    display: none;
  }
}

@media (max-width: 980px) {
  .manual-pdf-page {
    padding-left: 14px;
    padding-right: 14px;
  }

  .manual-pdf-layout {
    grid-template-columns: 1fr;
  }

  .manual-pdf-viewer {
    max-width: 100%;
  }

  .manual-pdf-sidebar {
    display: none;
  }
}

.peliculas-page-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(24px, 4vw, 40px) clamp(18px, 4vw, 32px) clamp(20px, 3vw, 32px);
}

.peliculas-page-shell.blog-page-shell {
  padding-bottom: clamp(20px, 3vw, 32px);
}

.peliculas-page-shell:has(> .peliculas-header) {
  padding-top: clamp(12px, 2.5vw, 20px);
}

.peliculas-page__layout {
  align-items: stretch;
  display: grid;
  gap: clamp(24px, 4vw, 36px);
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
}

.peliculas-page__main {
  min-width: 0;
}

.peliculas-page__sidebar-sticky {
  align-self: start;
  display: grid;
  gap: 16px;
  overflow: hidden;
  position: sticky;
  top: calc(var(--site-header-height, 58px) + 12px);
  width: 100%;
}

.peliculas-page__sidebar .adsense-wrap[data-adsense-pending="1"] {
  overflow: hidden !important;
}

.peliculas-page__sidebar .blog-article__ad-sidebar {
  margin-inline: auto;
  max-width: 300px;
  width: 100%;
}

.peliculas-page__ad-footer {
  margin-top: 24px;
  max-width: 100%;
}

.peliculas-page__ad-footer.adsense-wrap--filled:not([hidden]) {
  background: #fff;
  border-top: 1px solid var(--line);
  margin-bottom: 0;
  max-height: 120px;
  min-height: 0;
  overflow: hidden;
  padding: 8px 0;
}

.peliculas-header {
  background: var(--black);
  border: 0;
  border-radius: calc(var(--site-radius) + 4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  color: var(--paper);
  display: grid;
  gap: 18px;
  margin-bottom: clamp(18px, 3vw, 24px);
  padding: clamp(22px, 4vw, 32px);
  width: 100%;
}

.peliculas-header__title {
  color: var(--paper);
  font-size: clamp(1.55rem, 3.5vw, 2.15rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
}

.peliculas-search {
  align-items: center;
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  display: flex;
  gap: 10px;
  padding: 0 18px;
  width: 100%;
}

.peliculas-search__icon {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.peliculas-search__icon svg {
  fill: none;
  height: 22px;
  stroke: var(--muted);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 22px;
}

.peliculas-search input {
  background: transparent;
  border: 0;
  color: var(--ink);
  flex: 1;
  font: inherit;
  min-height: 52px;
  min-width: 0;
  outline: none;
}

.peliculas-search input::placeholder {
  color: var(--muted);
}

.peliculas-search:focus-within {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.22);
}

.peliculas-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.peliculas-filter {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 8px 14px;
}

.peliculas-filter.is-active {
  background: var(--black);
  border-color: var(--black);
  color: var(--paper);
}

.peliculas-meta {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
  margin: 0 0 16px;
}

.peliculas-table-wrap {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: calc(var(--site-radius) + 2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  overflow-x: auto;
  overflow-y: visible;
}

.peliculas-table {
  border-collapse: collapse;
  min-width: 720px;
  table-layout: fixed;
  width: 100%;
}

.peliculas-table__col-model {
  width: 24%;
}

.peliculas-table__col-brand {
  width: 14%;
}

.peliculas-table__col-compat {
  width: 62%;
}

.peliculas-table th,
.peliculas-table__cell {
  border-bottom: 1px solid var(--line);
  padding: 14px 16px;
  text-align: left;
  vertical-align: middle;
}

.peliculas-table th {
  background: #f6f6f6;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.peliculas-table__row td {
  background: #fff;
}

.peliculas-table__model {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  min-height: 24px;
}

.peliculas-table__model-name {
  font-weight: 700;
  line-height: 1.35;
  word-break: break-word;
}

.peliculas-table__cell--brand {
  white-space: nowrap;
}

.peliculas-table__brand {
  background: #eef4ff;
  border-radius: 999px;
  color: #2558c4;
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  padding: 6px 10px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.peliculas-table__compat {
  line-height: 1.45;
}

.peliculas-table__compat .peliculas-chip {
  margin: 0 6px 6px 0;
  vertical-align: middle;
}

.peliculas-table__row--best-match td {
  animation: peliculas-best-row-pulse 1.3s ease-in-out infinite;
  background: #bbf7d0;
  border-bottom-color: #86efac;
}

.peliculas-table__row--best-match td:first-child {
  box-shadow: inset 4px 0 0 #047857;
}

.peliculas-table__row--best-match .peliculas-table__model-name {
  color: #064e3b;
  font-weight: 800;
}

.peliculas-table__match-badge {
  animation: peliculas-best-badge-pulse 1.3s ease-in-out infinite;
  background: #047857;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 5px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes peliculas-best-badge-pulse {
  0%,
  100% {
    background-color: #047857;
  }

  50% {
    background-color: #10b981;
  }
}

@keyframes peliculas-best-row-pulse {
  0%,
  100% {
    background-color: #bbf7d0;
  }

  50% {
    background-color: #86efac;
  }
}

@media (prefers-reduced-motion: reduce) {
  .peliculas-table__match-badge,
  .peliculas-table__row--best-match td {
    animation: none;
  }

  .peliculas-table__row--best-match td {
    background: #86efac;
  }

  .peliculas-table__match-badge {
    background: #047857;
  }
}

.peliculas-chip {
  background: #f3f3f3;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
  padding: 6px 10px;
}

.peliculas-chip--muted {
  background: #fff7e6;
  color: #8a5a00;
}

.peliculas-empty,
.peliculas-more,
.peliculas-disclaimer {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 16px 0 0;
}

.peliculas-disclaimer {
  background: #f6f6f6;
  border: 1px solid var(--line);
  border-radius: calc(var(--site-radius) + 2px);
  margin-top: 24px;
  padding: 16px 18px;
}

@media (max-width: 900px) {
  .peliculas-page__layout {
    grid-template-columns: 1fr;
  }

  .peliculas-page__sidebar {
    display: none;
  }
}

@media (max-width: 760px) {
  .peliculas-table {
    min-width: 680px;
  }

  .peliculas-table th,
  .peliculas-table__cell {
    padding: 12px 14px;
  }
}

.adblock-guard-open {
  overflow: hidden;
}

.adblock-guard {
  align-items: center;
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.72);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 22px;
  position: fixed;
  z-index: 2147483000;
}

.adblock-guard__panel {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.38);
  color: #111;
  display: grid;
  gap: 14px;
  max-width: 440px;
  padding: 24px;
  text-align: center;
  width: 100%;
}

.adblock-guard__panel strong {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 900;
  line-height: 1.12;
}

.adblock-guard__panel p {
  color: #555;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}

.adblock-guard__panel button {
  background: #0b86b8;
  border: 0;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  min-height: 48px;
  padding: 0 18px;
}

.site-breadcrumb {
  margin: 0 auto;
  max-width: 1120px;
  padding: 16px 20px 0;
}

.site-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-breadcrumb__item {
  color: #666666;
  font-size: 0.86rem;
}

.site-breadcrumb__item a {
  color: #0b86b8;
  text-decoration: none;
}

.site-breadcrumb__item a:hover {
  text-decoration: underline;
}

.site-breadcrumb__item:not(:last-child)::after {
  color: #aaaaaa;
  content: "›";
  margin-left: 10px;
}

.blog-page-shell .site-breadcrumb {
  padding-left: 0;
  padding-right: 0;
}
