@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-Light.woff2") format("woff2"),
       url("../fonts/Canela-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MangoSans";
  src: url("../fonts/MangoSans-Light.woff2") format("woff2"),
       url("../fonts/MangoSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MangoSans";
  src: url("../fonts/MangoSans-Light.woff2") format("woff2"),
       url("../fonts/MangoSans-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-bg: #ffffff;
  --color-ink: #000000;
  --color-ink-soft: #1a1a1a;
  --sq-black: #000000;
  --sq-panel: #111111;
  --sq-muted: rgba(255, 255, 255, 0.55);
  --sq-pill: #2a2a2a;
  --max-width: 1440px;
  --gutter: 32px;
  --font-display: "Canela", Georgia, serif;
  --font-body: "MangoSans", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  overscroll-behavior-x: none;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 17px;
  line-height: 22px;
  background: var(--color-bg);
  color: rgb(0, 0, 0);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Títulos — Canela */
h1, h2, h3,
.block-title,
.feature-title,
.wellness-title,
.compare-card-title,
.case-title,
.stories-title,
.video-hero-overlay h1,
.feature-tabs-copy h3,
.feature-tabs-title,
.partner-tab,
.feature-tab,
.split-copy h2,
.media-copy h2,
.cta-block .block-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
}

/* Textos corridos — MangoSans */
p, li, label, input, textarea,
.partner-lead, .partner-body,
.compare-list li, .compare-card-sub,
.feature-tabs-copy p, .feature-tabs-detail,
.wellness-eyebrow, .wellness-note, .wellness-cta, .wellness-card-label,
.stories-card p, .block-text, .feature-text,
.media-copy p, .cta-block p,
.case-kicker, .case-description, .case-meta,
.partner-pill {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 17px;
  line-height: 22px;
}

img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* Menu / header — MangoSans */
.sq-nav-item,
.sq-login,
.sq-cta,
.sq-menu-toggle,
.sq-col-title,
.sq-col-list a,
.sq-products-footer a,
.sq-solution-list button,
.sq-solution-detail h3,
.sq-solution-detail p,
.sq-solution-detail .sq-tags span,
.sq-resources a,
.sq-mobile-link,
.sq-acc-trigger,
.sq-acc-panel a,
.sq-acc-panel button,
.sq-mobile-sol,
.sq-mobile-sol-detail p,
.sq-mobile-actions .sq-cta,
.sq-mobile-actions .sq-login,
.sq-acc-btn {
  font-family: "MangoSans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}

/* Desktop: peso do menu */
.sq-nav-item {
  font-weight: 600 !important;
}

/* ========== Header ========== */
/* Abertura (sobre o vídeo): transparente + branco */
/* Scroll / mega / mobile open: branco + preto */
.sq-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  background: transparent;
  color: #fff;
  pointer-events: none;
}

.sq-header.is-mobile-open {
  z-index: 400;
}

.sq-header .sq-bar,
.sq-header .sq-mega-wrap,
.sq-header .sq-mobile,
.sq-header .vc-header-left,
.sq-header .vc-lang--desktop,
.sq-header .vc-lang-drawer.is-open,
.sq-header .vc-lang-drawer-overlay.is-open {
  pointer-events: auto;
}

.sq-header .sq-logo {
  pointer-events: auto;
  position: relative;
  z-index: 5;
}

/* Desktop teste: header some no topo, volta ao rolar */
@media (min-width: 901px) {
  .sq-header .sq-bar {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.35s ease, transform 0.35s ease;
  }

  .sq-header:not(.is-scrolled):not(.is-mega-open) .sq-bar {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
  }

  /* Em edição, header sempre visível */
  body.is-editing .sq-header .sq-bar {
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }
}

.sq-bar {
  position: relative;
  z-index: 3;
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0 45px;
  min-height: 64px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  box-sizing: border-box;
}

/* Header simples VC: idioma | logo | CTA */
.sq-header--simple .vc-lang--desktop {
  justify-self: start;
}

.vc-header-left {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.vc-header-sep {
  font-size: 12px;
  line-height: 1;
  opacity: 0.45;
  user-select: none;
  pointer-events: none;
}

.vc-header-left .vc-lang-label {
  font-weight: 600;
}

.vc-apps-btn {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-family: "MangoSans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}

.sq-header--simple .sq-logo {
  justify-self: center;
}

.sq-header--simple .sq-actions {
  justify-self: end;
}

@media (min-width: 981px) {
  .sq-header--simple .sq-menu-toggle {
    display: none !important;
  }

  .sq-header--simple .sq-nav {
    display: none !important;
  }
}

.sq-header--simple.is-scrolled .vc-lang-icon,
.sq-header--simple.is-mega-open .vc-lang-icon {
  filter: brightness(0);
}

.sq-bar::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #fff;
  opacity: 0;
  border-bottom: 1px solid transparent;
  transition: opacity 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  z-index: -1;
  pointer-events: none;
}

.sq-header.is-scrolled .sq-bar::before,
.sq-header.is-mega-open .sq-bar::before,
.sq-header.is-mobile-open .sq-bar::before {
  opacity: 1;
  border-bottom-color: rgba(0, 0, 0, 0);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0);
}

.sq-logo {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  color: inherit;
}

.sq-logo-img {
  width: 200px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
  transition: filter 0.25s ease;
}

.sq-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: center;
}

.sq-nav-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 22px 14px;
  transition: opacity 0.2s ease, color 0.25s ease;
}

.sq-nav-item:hover,
.sq-nav-item.is-open { opacity: 1; }

.sq-nav-item:not(.is-open) { opacity: 0.85; }

.sq-chevron {
  width: 10px;
  height: 10px;
  display: inline-block;
  transition: transform 0.2s ease;
}

.sq-nav-item.is-open .sq-chevron { transform: rotate(180deg); }

.sq-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
}

.sq-login {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.9;
  transition: color 0.25s ease;
}

.sq-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 18px;
  border-radius: 0;
  transition: background 0.25s ease, color 0.25s ease;
}

.sq-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
}

.sq-menu-toggle span {
  width: 20px;
  height: 1px;
  background: #fff;
  display: block;
  transition: background 0.25s ease;
}

/* Scroll / mega / mobile: branco + preto */
.sq-header.is-scrolled,
.sq-header.is-mega-open,
.sq-header.is-mobile-open {
  color: #000;
}

.sq-header.is-scrolled .sq-logo-img,
.sq-header.is-mega-open .sq-logo-img,
.sq-header.is-mobile-open .sq-logo-img {
  filter: brightness(0);
}

.sq-header.is-scrolled .sq-nav-item,
.sq-header.is-mega-open .sq-nav-item,
.sq-header.is-mobile-open .sq-nav-item,
.sq-header.is-scrolled .sq-login,
.sq-header.is-mega-open .sq-login,
.sq-header.is-mobile-open .sq-login {
  color: #000;
}

.sq-header.is-scrolled .sq-cta,
.sq-header.is-mega-open .sq-cta,
.sq-header.is-mobile-open .sq-cta {
  background: #000;
  color: #fff;
}

.sq-header.is-scrolled .sq-menu-toggle span,
.sq-header.is-mega-open .sq-menu-toggle span,
.sq-header.is-mobile-open .sq-menu-toggle span {
  background: #000;
}



.sq-mega-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0 24px;
  pointer-events: none;
}

.sq-header.is-mega-open .sq-mega-wrap {
  pointer-events: auto;
}

/* Mega menu: card flutuante — claro */
.sq-panel {
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  width: min(1080px, calc(100vw - 48px));
  margin: 0;
  padding: 28px 32px 32px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.03),
    0 28px 80px rgba(0, 0, 0, 0.12);
  color: #000;
  transition: opacity 0.3s, visibility 0.3s step-end;
}

.sq-panel.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s 0.15s, visibility 0.3s step-start 0.15s;
}

/* Produtos */
.sq-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.sq-col-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 18px;
}

.sq-col-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sq-col-list a {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  transition: opacity 0.15s ease;
}

.sq-col-list a:hover { opacity: 0.55; }

.sq-products-footer {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.sq-products-footer a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.sq-products-footer span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  max-width: 360px;
}

/* Soluções — 3 colunas */
.sq-solutions {
  display: grid;
  grid-template-columns: 240px 1fr 280px;
  gap: 40px;
  align-items: start;
  min-height: 380px;
}

.sq-solution-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sq-solution-list button {
  width: 100%;
  text-align: left;
  color: rgba(0, 0, 0, 0.55);
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.sq-solution-list button.is-active,
.sq-solution-list button:hover {
  color: #000;
  border-bottom-color: #000;
}

.sq-solution-detail { display: none; }
.sq-solution-detail.is-active { display: block; }

.sq-solution-detail h3 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.sq-solution-detail h3::after {
  content: "→";
  font-size: 22px;
}

.sq-solution-detail p {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.6);
  max-width: 46ch;
  margin-bottom: 28px;
}

.sq-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sq-tags span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.sq-solution-image {
  border-radius: 14px;
  overflow: hidden;
  background: #222;
  aspect-ratio: 1 / 1;
  max-height: 280px;
}

.sq-solution-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Recursos */
.sq-resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 40px;
}

.sq-resource-card h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.sq-resource-card h3::after { content: " →"; }
.sq-resource-card p {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.55);
}

/* Mobile menu SQ — branco / preto (padrão Studio 416x) + deslize suave */
.sq-mobile {
  position: fixed;
  inset: 0;
  z-index: 400;
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition:
    transform 0.45s cubic-bezier(0.32, 0.72, 0, 1),
    visibility 0s linear 0.45s;
  will-change: transform;
  overflow: auto;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  overscroll-behavior: contain;
  pointer-events: none;
  visibility: hidden;
}

.sq-mobile,
.sq-mobile * {
  touch-action: manipulation;
  -ms-touch-action: manipulation;
}

.sq-mobile.is-open {
  transform: translateX(0);
  pointer-events: auto;
  visibility: visible;
  transition:
    transform 0.45s cubic-bezier(0.32, 0.72, 0, 1),
    visibility 0s linear 0s;
}

.sq-mobile-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.sq-mobile-close {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.sq-mobile-close img {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
}

.sq-mobile-body { padding: 12px 20px 40px; }

.sq-acc-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  outline: none;
}

.sq-acc-btn .sq-chevron { transition: transform 0.35s ease; }
.sq-acc-btn.is-open .sq-chevron { transform: rotate(180deg); }

.sq-acc-panel {
  display: block;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition:
    max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.3s ease;
}

.sq-acc-panel.is-open {
  max-height: 720px;
  padding: 8px 0 20px;
}

.sq-acc-panel a,
.sq-acc-panel button.sq-mobile-sol {
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 500;
}

.sq-mobile-sol {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  outline: none;
  background: transparent;
}

.sq-mobile-sol-detail {
  display: block;
  max-height: 0;
  overflow: hidden;
  padding: 0 0 0 8px;
  transition:
    max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.3s ease;
}

.sq-mobile-sol-detail.is-open {
  max-height: 320px;
  padding: 8px 0 16px 8px;
}

.sq-mobile-sol-detail p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 12px;
  line-height: 1.45;
}

.sq-mobile-sol-detail .sq-tags span {
  font-size: 12px;
  padding: 8px 12px;
}

.sq-mobile-link {
  display: block;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
}

.sq-mobile-actions {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sq-mobile-apps {
  width: 100%;
  margin-bottom: 6px;
}

.sq-mobile-apps-title {
  margin: 0 0 4px;
  padding: 0 4px;
  font-family: "MangoSans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
}

.sq-mobile-apps-list {
  display: flex;
  flex-direction: column;
}

.sq-mobile-apps-link {
  display: block;
  padding: 14px 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  text-decoration: none;
  font-family: "MangoSans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  -webkit-tap-highlight-color: transparent;
}

.sq-mobile-apps-link:last-child {
  border-bottom: 0;
}

.sq-mobile-actions .sq-cta {
  width: 100%;
  text-align: center;
  padding: 16px;
  background: #000;
  color: #fff;
}
.sq-mobile-actions .sq-login { text-align: center; padding: 10px; color: #000; }

.sq-mobile-store-btns {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.sq-mobile-store-btns .vc-btn {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

/* ===== Seletor de idioma ===== */
.vc-lang {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.vc-lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

.vc-lang-icon {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
  filter: none;
  transition: filter 0.25s ease;
}

.vc-lang-label {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}

.vc-lang-chevron {
  flex-shrink: 0;
  opacity: 0.85;
  transition: transform 0.25s ease;
}

/* Drawer idioma desktop — slide-in da esquerda (mesmo padrão do menu mobile) */
.vc-lang-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 440;
  background: rgba(0, 0, 0, 0.28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.45s cubic-bezier(0.32, 0.72, 0, 1),
    visibility 0s linear 0.45s;
}

.vc-lang-drawer-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity 0.45s cubic-bezier(0.32, 0.72, 0, 1),
    visibility 0s linear 0s;
}

.vc-lang-drawer {
  position: fixed;
  inset: 0 auto 0 0;
  width: 35%;
  max-width: 480px;
  min-width: 280px;
  z-index: 450;
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition:
    transform 0.45s cubic-bezier(0.32, 0.72, 0, 1),
    visibility 0s linear 0.45s;
  will-change: transform;
  overflow: auto;
  touch-action: manipulation;
  overscroll-behavior: contain;
  pointer-events: none;
  visibility: hidden;
}

.vc-lang-drawer.is-open {
  transform: translateX(0);
  pointer-events: auto;
  visibility: visible;
  transition:
    transform 0.45s cubic-bezier(0.32, 0.72, 0, 1),
    visibility 0s linear 0s;
}

.vc-lang-drawer-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 14px 20px;
  padding-bottom: 6px;
}

.vc-lang-drawer-close {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.vc-lang-drawer-close img {
  width: 18px;
  height: auto;
  display: block;
  object-fit: contain;
}

.vc-lang-drawer-body {
  padding: 12px 28px 40px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vc-lang-drawer-title {
  margin: 0 0 18px;
  font-family: "MangoSans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
}

.vc-lang-drawer-link {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #000;
  text-decoration: none;
  font-family: "MangoSans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}

.vc-lang-drawer-link:hover {
  opacity: 0.65;
}

.vc-lang-drawer-link.is-active {
  font-weight: 500;
}

.vc-apps-drawer-stores {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.vc-apps-drawer-stores .vc-btn {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  margin: 0;
}

.vc-apps-drawer-stores .vc-btn + .vc-btn {
  border-top: 0;
}

html.is-lang-drawer-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .vc-lang-drawer,
  .vc-lang-drawer-overlay,
  .vc-header-left {
    display: none !important;
  }
}

/* Mobile: aparência de campo + select nativo por cima */
.vc-lang--mobile {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 4px;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
}

.vc-lang--mobile .vc-lang-icon {
  filter: brightness(0);
}

.vc-lang--mobile .vc-lang-label {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
}

.vc-lang--mobile .vc-lang-chevron {
  margin-left: auto;
}

.vc-lang-select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 16px; /* evita zoom no iOS */
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
}

@media (max-width: 980px) {
  .sq-header--simple .vc-lang--desktop {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .sq-nav,
  .sq-actions .sq-login,
  .sq-actions .sq-cta { display: none; }

  .sq-bar {
    grid-template-columns: 1fr auto;
    min-height: 56px;
    padding: 0 20px;
  }

  .sq-menu-toggle {
    display: flex;
    justify-self: end;
    margin-right: -10px;
  }
  .sq-logo-img { width: 160px; }
  .sq-mega-wrap { display: none !important; }

  /* Header simples VC: no mobile volta ao padrão (logo + hamburger) */
  .sq-header--simple .sq-bar {
    grid-template-columns: 1fr auto;
    padding: 0 20px;
  }

  .sq-header--simple .sq-logo {
    justify-self: start;
  }

  .sq-header--simple .sq-actions .sq-cta {
    display: none;
  }

  .sq-header--simple .sq-menu-toggle {
    display: flex;
  }

  .sq-header--simple .sq-logo-img {
    width: 160px;
  }
}

/* Hero vídeo — desktop 100vh; mobile --vh (JS, padrão lojas) */
.video-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 560px;
  background: #000;
  overflow: hidden;
}

.video-hero-slot {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.video-hero-slot--desktop { display: block; }
.video-hero-slot--mobile { display: none; }

/* Anula .gallery-video (radius/altura fixa do case) — hero full-bleed */
.video-hero .video-hero-media,
.video-hero .gallery-video,
.video-hero video,
.video-hero img.video-hero-media,
.video-hero .gallery-video-placeholder,
.video-hero .video-hero-placeholder {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 100% !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #000 !important;
}

.video-hero-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.4;
  padding: 24px;
  background: #111;
}

.video-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 48px 0 88px;
  padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent 45%);
  color: #fff;
  pointer-events: none;
}

.video-hero-copy {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

.video-hero-text {
  text-align: left;
  max-width: 38ch;
  margin-left: auto;
  padding-top: 6px;
}

.video-hero-overlay [data-edit],
.video-hero-edit-tools {
  pointer-events: auto;
}

.video-hero-edit-tools {
  display: none;
  position: absolute;
  top: 88px;
  right: 20px;
  z-index: 6;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

body.is-editing .video-hero-edit-tools {
  display: flex;
}

body.is-editing .video-hero-edit-tools .video-edit-btn,
body.is-editing .video-hero-edit-tools .image-edit-btn {
  position: static;
  display: inline-flex;
}

body.is-editing .video-hero-overlay [data-edit] {
  outline-color: rgba(255, 255, 255, 0.55);
}

body.is-editing .video-hero-overlay [data-edit]:focus {
  outline-color: #fff;
}

@media (max-width: 900px) {
  /* Altura travada no load (--hero-h). Não oscila com barra do browser. */
  .video-hero {
    height: var(--hero-h, calc(var(--vh, 1vh) * 100)) !important;
    min-height: var(--hero-h, calc(var(--vh, 1vh) * 100)) !important;
    max-height: var(--hero-h, calc(var(--vh, 1vh) * 100)) !important;
  }

  .video-hero-slot--desktop { display: none; }
  .video-hero-slot--mobile { display: block; }

  .video-hero-overlay {
    padding: 40px 0;
    padding-top: calc(40px + env(safe-area-inset-top, 0px));
    padding-bottom: calc(40px + env(safe-area-inset-bottom, 0px));
  }

  .video-hero-copy {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
    padding: 0 30px;
  }

  .video-hero-text {
    margin: 0 auto;
    max-width: 36ch;
    text-align: center;
    padding-top: 0;
  }

  .video-hero-overlay h1 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 26px !important;
    font-size: 24px !important;
    color: #ffffff;
    font-family: "Canela", sans-serif !important;
    padding: 0 30px;
  }

  .video-hero-overlay p {
    margin: 0 auto;
    text-align: center;
    font-weight: 300 !important;
    font-size: 17px !important;
    line-height: 21px !important;
    color: #fff !important;
    opacity: 1;
  }

  .video-hero-edit-tools {
    top: 72px;
    right: 12px;
    left: 12px;
    justify-content: flex-start;
  }
}

.video-hero-overlay h1 {
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 500;
  letter-spacing: -0.03em;
  max-width: 18ch;
  line-height: 1.05;
  text-align: left;
  margin: 0;
}

.video-hero-overlay p {
  margin: 0;
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 21px !important;
  color: #fff !important;
  opacity: 1;
  max-width: none;
  text-align: left;
}

/* ========== Hero (desktop #hero-top | mobile #hero-giant) ========== */
#hero-giant {
  display: none !important;
}

#hero-top {
  display: block !important;
}

.hero-alt {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #000;
  overflow: hidden;
  color: #fff;
}

.hero-alt-edit-tools {
  pointer-events: auto;
}

body.is-editing .hero-alt [data-edit] {
  outline-color: rgba(255, 255, 255, 0.55);
}

body.is-editing .hero-alt [data-edit]:focus {
  outline-color: #fff;
}

.hero-alt-label {
  position: absolute;
  top: 88px;
  left: clamp(16px, 3vw, 40px);
  z-index: 4;
  margin: 0;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  pointer-events: none;
}

.hero-alt-slot {
  position: absolute;
  inset: 0;
}

.hero-alt-slot--desktop {
  display: block;
  width: 100% !important;
  height: calc(var(--vh, 1vh) * 101 - 0px) !important;
}

.hero-alt-slot--mobile { display: none; }

.hero-alt .video-hero-media,
.hero-alt video,
.hero-alt img.video-hero-media,
.hero-alt .video-hero-placeholder {
  width: 100% !important;
  max-width: none !important;
  height: calc(var(--vh, 1vh) * 101 - 0px) !important;
  min-height: calc(var(--vh, 1vh) * 101 - 0px) !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: top;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #000 !important;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.hero-alt-title {
  font-family: var(--font-display) !important;
  font-weight: 300 !important;
  font-size: clamp(32px, 3.6vw, 52px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em;
  margin: 0;
  color: #fff;
}

.hero-alt-text {
  font-family: var(--font-body) !important;
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 22px !important;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.hero-alt-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 14px 28px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 0;
  width: fit-content;
  transition: opacity 0.2s ease;
}

.hero-alt-cta:hover {
  opacity: 0.88;
}

/* Mobile hero — tipografia / texto */
.hero-alt--giant {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-alt-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-alt-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #00000042;
  pointer-events: none;
}

.hero-alt-giant-corner {
  position: absolute;
  z-index: 2;
  right: clamp(20px, 4vw, 48px);
  bottom: calc(48px + env(safe-area-inset-bottom, 0px));
  max-width: 34ch;
}

.hero-alt-giant-corner p {
  font-family: var(--font-body) !important;
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 22px !important;
  margin: 0;
  color: #fff;
}

/* 7 — Conteúdo no topo */
.hero-alt--top {
  display: block;
}

.hero-alt-top-copy {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  padding: 110px clamp(20px, 4vw, 48px) 48px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

.hero-alt--top .hero-alt-title {
  max-width: 16ch;
}

.hero-alt--top .hero-alt-text {
  max-width: 38ch;
  margin-left: auto;
  padding-top: 6px;
}

.hero-alt--top .hero-alt-bg::after {
  background: #00000042;
}

/* Logos no hero — mesmo swap do bloco #logos */
.hero-alt-logos.logo-marquee-block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  z-index: 3;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  overflow: hidden;
  pointer-events: none;
}

.hero-alt-logos .logo-marquee-viewport {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.hero-alt-logos .logo-marquee-item img {
  filter: brightness(0) invert(1);
  opacity: 1;
  height: 23px;
  object-fit: fill;
  width: auto;
}

@media (max-width: 900px) {
  #hero-giant {
    display: flex !important;
  }

  #hero-top {
    display: none !important;
  }

  .hero-alt {
    height: var(--hero-h, calc(var(--vh, 1vh) * 100)) !important;
    min-height: var(--hero-h, calc(var(--vh, 1vh) * 100)) !important;
    max-height: var(--hero-h, calc(var(--vh, 1vh) * 100)) !important;
  }

  .hero-alt-label {
    top: 76px;
  }

  .hero-alt-slot--desktop { display: none; }

  .hero-alt-slot--mobile {
    display: block;
    width: 100% !important;
    height: calc(var(--vh, 1vh) * 101 - 0px) !important;
  }

  .hero-alt .video-hero-media,
  .hero-alt video,
  .hero-alt img.video-hero-media,
  .hero-alt .video-hero-placeholder {
    width: 100% !important;
    height: calc(var(--vh, 1vh) * 101 - 0px) !important;
  }

  .hero-alt-giant-corner {
    left: 32px;
    right: 32px;
    top: auto;
    bottom: calc(170px + env(safe-area-inset-bottom, 0px));
    max-width: none;
    text-align: center;
    transform: none;
  }

  .hero-alt-top-copy {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 96px 24px 40px;
  }

  .hero-alt--top .hero-alt-text {
    margin-left: 0;
  }

  .hero-alt-logos.logo-marquee-block {
    bottom: 0px;
  }

  .hero-alt-logos .logo-marquee-viewport {
    padding: 0px 40px;
  }
}

/* ========== Wellness slider (2ª seção — Squarespace) ========== */
.wellness-block {
  --wellness-gutter: 32px;
  background: #fff;
  color: #0a0a0a;
  padding: 96px 0 64px;
  overflow: hidden;
}

.wellness-head {
  max-width: 820px;
  margin: 0 auto 48px;
  padding: 0 var(--wellness-gutter);
  text-align: center;
}

.wellness-eyebrow {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.wellness-title {
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 28px;
}

.wellness-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0a0a0a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 28px;
  border-radius: 4px;
  margin-bottom: 14px;
  transition: opacity 0.2s ease;
}

.wellness-cta:hover { opacity: 0.85; }

.wellness-note {
  font-size: 14px;
  color: #6b6b6b;
}

.wellness-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-left: max(var(--wellness-gutter), calc((100vw - 1100px) / 2));
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0 max(var(--wellness-gutter), calc((100vw - 1100px) / 2));
  touch-action: pan-x pan-y;
}

.wellness-track::-webkit-scrollbar { display: none; }

.wellness-card {
  position: relative;
  flex: 0 0 min(340px, 72vw);
  aspect-ratio: 3 / 4;
  border-radius: 14px;
  overflow: hidden;
  background: #e8e8e8;
  scroll-snap-align: center;
  color: #fff;
}

@media (min-width: 901px) {
  .wellness-card {
    flex-basis: calc((1100px - 32px) / 3);
    max-width: calc((1100px - 32px) / 3);
  }
}

.wellness-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.wellness-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent 45%);
}

.wellness-card:hover img { transform: scale(1.04); }

.wellness-card-label {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  font-size: 15px;
  font-weight: 500;
}

.wellness-card-arrow {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  font-size: 18px;
  line-height: 1;
}

.wellness-controls {
  max-width: 1100px;
  margin: 28px auto 0;
  padding: 0 var(--wellness-gutter);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
}

.wellness-progress-track {
  height: 2px;
  background: #d8d8d8;
  border-radius: 999px;
  overflow: hidden;
  width: min(280px, 50vw);
  margin: 0 auto;
}

.wellness-progress-fill {
  height: 100%;
  width: 18%;
  background: #0a0a0a;
  border-radius: 999px;
  transition: width 0.12s linear;
}

.wellness-pause {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #cfcfcf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0a0a0a;
  background: #fff;
}

.wellness-pause:hover { background: #f5f5f5; }

@media (max-width: 900px) {
  .wellness-block {
    --wellness-gutter: 20px;
    padding: 72px 0 48px;
  }

  .wellness-head { margin-bottom: 36px; }

  .wellness-track {
    padding-left: var(--wellness-gutter);
    padding-right: calc(var(--wellness-gutter) + 36px);
    scroll-padding-left: var(--wellness-gutter);
    scroll-snap-type: x proximity;
  }

  .wellness-card {
    flex-basis: min(280px, 78vw);
    scroll-snap-align: start;
  }

  .wellness-controls {
    margin-top: 22px;
  }

  .wellness-progress-track {
    width: min(160px, 40vw);
  }
}

/* ========== Compare cards (página comparação) ========== */
.compare-block {
  --cmp-gutter: 32px;
  background: #fff;
  padding: 80px var(--cmp-gutter);
}

.compare-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.compare-card {
  border-radius: 12px;
  padding: 44px 40px 40px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.compare-card--light {
  background: #f7f5f0;
  color: #0a0a0a;
}

.compare-card--dark {
  background: #0a0a0a;
  color: #fff;
}

.compare-card-head {
  padding-bottom: 22px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.compare-card--dark .compare-card-head {
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.compare-card-title {
  font-size: clamp(26px, 2.8vw, 34px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 8px;
}

.compare-card-sub {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.9;
}

.compare-card-sub--logo {
  font-weight: 600;
  letter-spacing: -0.02em;
}

.compare-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.compare-list li {
  position: relative;
  padding: 18px 0 18px 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 1.45;
}

.compare-card--dark .compare-list li {
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.compare-list li:last-child {
  border-bottom: 0;
  padding-bottom: 4px;
}

.compare-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.35em;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #e2c66a;
}

.compare-card--dark .compare-list li::before {
  border-radius: 50%;
  background: #5fbf6a;
}

@media (max-width: 900px) {
  .compare-block {
    --cmp-gutter: 20px;
    padding: 56px var(--cmp-gutter);
  }

  .compare-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .compare-card {
    padding: 32px 24px 28px;
  }
}

/* ========== Partner tabs (Centra / Brink / Shopify) — sem autoplay ========== */
.partner-tabs {
  --pt-gutter: 32px;
  background: #fff;
  color: #0a0a0a;
  padding: 96px 0;
}

.partner-tabs-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--pt-gutter);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: start;
}

.partner-tabs-nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 8px;
}

.partner-tab {
  text-align: left;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #d0d0d0;
  transition: color 0.25s ease;
}

.partner-tab.is-active {
  color: #0a0a0a;
  font-weight: 600;
}

.partner-tab:hover { color: #8a8a8a; }
.partner-tab.is-active:hover { color: #0a0a0a; }

.partner-panel {
  display: none;
  animation: ptFade 0.3s ease;
}

.partner-panel.is-active { display: block; }

.partner-lead {
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  max-width: 36ch;
}

.partner-body {
  font-size: 16px;
  line-height: 1.55;
  color: #222;
  margin-bottom: 36px;
  max-width: 48ch;
}

.partner-pills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
}

.partner-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f2f2f2;
  border-radius: 999px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #0a0a0a;
}

.partner-pill i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0a0a0a;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  flex-shrink: 0;
}

@keyframes ptFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 900px) {
  .partner-tabs {
    --pt-gutter: 20px;
    padding: 64px 0 72px;
  }

  .partner-tabs-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .partner-tabs-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 18px 28px;
    padding-top: 0;
  }

  .partner-tab {
    font-size: 34px;
  }

  .partner-pills {
    grid-template-columns: 1fr;
  }

  .partner-lead {
    max-width: none;
  }

  .partner-body {
    max-width: none;
    margin-bottom: 28px;
  }
}

/* ========== Feature tabs (título troca texto + imagem) ========== */
.feature-tabs {
  --ft-gutter: 32px;
  background: #fff;
  color: #0a0a0a;
  padding: 88px 0;
}

.feature-tabs-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--ft-gutter);
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 48px 56px;
  align-items: center;
}

.feature-tabs-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
}

.feature-tab {
  text-align: left;
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: #c4c4c4;
  transition: color 0.25s ease, transform 0.25s ease;
  padding: 4px 0;
}

.feature-tab.is-active {
  color: #0a0a0a;
  font-weight: 600;
}

.feature-tab:hover { color: #6a6a6a; }
.feature-tab.is-active:hover { color: #0a0a0a; }

.feature-tabs-details {
  position: relative;
  min-height: 120px;
}

.feature-detail {
  display: none;
  animation: ftFade 0.35s ease;
}

.feature-detail.is-active { display: block; }

.feature-detail p {
  font-size: 16px;
  line-height: 1.55;
  color: #222;
  max-width: 42ch;
  margin-bottom: 18px;
}

.feature-detail a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.feature-tabs-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
}

.feature-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.feature-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #d0d0d0;
  transition: width 0.25s ease, background 0.25s ease;
}

.feature-dot.is-active {
  width: 28px;
  background: #0a0a0a;
}

.feature-pause {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #cfcfcf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.feature-tabs-visual {
  position: relative;
  min-height: 520px;
}

.feature-visual {
  display: none;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #ececec;
  aspect-ratio: 5 / 4;
  animation: ftFade 0.4s ease;
}

.feature-visual.is-active { display: block; }

.feature-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-visual-card {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%);
  width: min(260px, 58%);
  background: #fff;
  border-radius: 14px;
  padding: 18px 16px 14px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #0a0a0a;
}

.feature-visual-card strong {
  font-size: 18px;
  font-weight: 600;
}

.feature-visual-card span {
  font-size: 13px;
  color: #555;
}

.feature-visual-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 6px;
}

.feature-visual-card--schedule {
  width: min(220px, 50%);
}

.feature-stat {
  position: absolute;
  right: 8%;
  background: #fff;
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 110px;
}

.feature-stat em {
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #777;
}

.feature-stat b {
  font-size: 18px;
  font-weight: 600;
}

.feature-stat--1 { top: 22%; }
.feature-stat--2 { top: 38%; }
.feature-stat--3 { top: 54%; }

@keyframes ftFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 900px) {
  .feature-tabs {
    --ft-gutter: 20px;
    padding: 56px 0 64px;
  }

  .feature-tabs-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  /* Mobile: imagem em cima, textos embaixo (como SQ) */
  .feature-tabs-visual { order: -1; min-height: 0; }

  .feature-visual {
    aspect-ratio: 4 / 3;
    border-radius: 16px;
  }

  .feature-tab {
    font-size: 28px;
  }

  .feature-visual-card {
    width: min(200px, 52%);
    padding: 14px 12px;
  }

  .feature-visual-card img { height: 88px; }

  .feature-stat {
    min-width: 88px;
    padding: 8px 10px;
    right: 6%;
  }

  .feature-stat b { font-size: 15px; }
}

/* ========== Stories slider (Squarespace) ========== */
.stories-block {
  --stories-gutter: 32px;
  background: #000;
  color: #fff;
  padding: 88px 0 56px;
  overflow: hidden;
}

.stories-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0 8px;
}

/* Título e 1ª coluna compartilham o mesmo left (gutter) */
.stories-title {
  font-size: clamp(28px, 4.2vw, 48px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: 18ch;
  margin: 0 0 40px;
  padding: 0 var(--stories-gutter);
  box-sizing: border-box;
}

.stories-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-left: var(--stories-gutter);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* padding left = alinhado ao título; right maior pra “folga” no fim */
  padding: 0 var(--stories-gutter) 28px;
  /* permite scroll vertical da página + horizontal do slider (SQ) */
  touch-action: pan-x pan-y;
}

.stories-track::-webkit-scrollbar { display: none; }

.stories-col {
  flex: 0 0 min(320px, 78vw);
  display: flex;
  flex-direction: column;
  gap: 18px;
  scroll-snap-align: start;
}

.stories-card,
.stories-card * {
  /* não capturar gesto vertical sozinho */
  touch-action: pan-x pan-y;
}

/* Desktop: só 3 colunas, sem scroll, sem barrinha */
@media (min-width: 901px) {
  .stories-block {
    --stories-gutter: 32px;
  }

  .stories-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    overflow: visible;
    scroll-snap-type: none;
    touch-action: manipulation;
    padding: 0 var(--stories-gutter);
  }

  .stories-col {
    flex: none;
    width: auto;
    min-width: 0;
  }

  .stories-col:nth-child(n + 4) {
    display: none;
  }

  .stories-progress {
    display: none;
  }
}

.stories-card {
  border-radius: 22px;
  overflow: hidden;
  display: block;
  position: relative;
}

.stories-card--quote {
  padding: 36px 32px 32px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}

.stories-card--brown { background: #3a342f; }
.stories-card--olive { background: #3a3a32; }
.stories-card--slate { background: #2f3640; }

.stories-quote {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.015em;
}

.stories-author {
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
}

.stories-card--image {
  position: relative;
  aspect-ratio: 3 / 4;
  background: #1a1a1a;
}

.stories-card--image-short {
  aspect-ratio: 4 / 5;
}

.stories-card--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stories-label {
  position: absolute;
  left: 18px;
  bottom: 18px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.stories-progress {
  padding: 8px var(--stories-gutter) 0;
}

.stories-progress-track {
  height: 2px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  overflow: hidden;
  width: min(200px, 42vw);
  margin: 0 auto;
}

.stories-progress-fill {
  height: 100%;
  width: 12%;
  background: #fff;
  border-radius: 999px;
  transition: width 0.08s linear;
}

@media (max-width: 900px) {
  .stories-block {
    --stories-gutter: 20px;
    padding: 64px 0 40px;
  }

  .stories-title {
    margin-bottom: 28px;
    max-width: 16ch;
  }

  .stories-track {
    /* início e fim com folga — cards não colados na borda */
    padding-left: var(--stories-gutter);
    padding-right: calc(var(--stories-gutter) + 28px);
    scroll-padding-left: var(--stories-gutter);
  }

  .stories-col {
    flex-basis: min(300px, 82vw);
  }

  .stories-card--quote {
    padding: 28px 24px;
    min-height: 220px;
  }
}

/* Case hero */
.case-hero { max-width: var(--max-width); margin: 0 auto; padding: 80px var(--gutter) 0; }

.case-hero-top {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: start;
  padding-bottom: 64px;
}

.case-title {
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}

.highlights { list-style: none; display: flex; flex-direction: column; gap: 14px; }

.highlight-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-ink);
  width: fit-content;
}

.highlight-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--color-ink);
  flex-shrink: 0;
}

.case-hero-details { display: flex; flex-direction: column; gap: 32px; padding-top: 8px; }

.case-description { font-size: 19px; line-height: 1.5; color: var(--color-ink-soft); max-width: 44ch; }

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--color-ink);
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  padding: 16px 20px 16px 26px;
  border-radius: 999px;
  width: fit-content;
  transition: opacity 0.2s ease;
}
.cta-button:hover { opacity: 0.85; }

.cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
}

.case-hero-gallery {
  display: grid;
  grid-template-columns: 2fr 1.4fr;
  gap: 24px;
  border-radius: 28px;
  overflow: hidden;
}

.gallery-video-frame {
  background: #0a0a0a;
  border-radius: 28px;
  padding: 32px;
  display: flex;
  justify-content: center;
  position: relative;
}

.gallery-video {
  width: 100%;
  max-width: 340px;
  border-radius: 16px;
  height: 600px;
  object-fit: cover;
  background: #111;
}

.gallery-video-placeholder {
  width: 100%;
  max-width: 340px;
  border-radius: 16px;
  aspect-ratio: 9 / 16;
  background: #1a1a1a;
  color: #888;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  padding: 24px;
}

.gallery-image-frame { background: #e5e2dd; border-radius: 28px; overflow: hidden; }
.gallery-image { width: 100%; height: 100%; object-fit: cover; height: 600px; }

@media (max-width: 900px) {
  .case-hero-top { grid-template-columns: 1fr; gap: 32px; padding-bottom: 40px; }
  .case-hero-gallery { grid-template-columns: 1fr; }
  .gallery-video-frame { order: 2; }
  .gallery-video, .gallery-video-placeholder { max-width: 220px; }
}

/* Extra blocks — mesmo estilo */
.block {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 80px var(--gutter);
}

.block-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: start;
}

.block-title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.block-text {
  font-size: 19px;
  line-height: 1.5;
  color: var(--color-ink-soft);
  max-width: 44ch;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.feature-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.feature-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.feature-text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-ink-soft);
}

.media-block {
  background: #0a0a0a;
  color: #ffffff;
  border-radius: 28px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.media-block .block-text { color: rgba(255, 255, 255, 0.78); }
.media-block .gallery-video-frame { background: transparent; padding: 0; }

.cta-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 100px;
}

@media (max-width: 900px) {
  .block { padding: 56px var(--gutter); }
  .block-split, .media-block, .features-grid { grid-template-columns: 1fr; }
}

/* Editor UI */
body.is-editing [data-edit] {
  outline: 1px dashed rgba(10, 10, 10, 0.25);
  outline-offset: 4px;
  min-width: 40px;
}

body.is-editing [data-edit]:focus {
  outline: 2px solid #0a0a0a;
  outline-offset: 4px;
}

[data-edit] strong,
[data-edit] b {
  font-weight: 600;
}

#edit-format-bubble {
  position: absolute;
  z-index: 10050;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 4px;
  background: #111;
  border: 1px solid #111;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

#edit-format-bubble[hidden] {
  display: none !important;
}

#edit-format-bubble .edit-format-bold {
  min-width: 36px;
  height: 32px;
  padding: 0 10px;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

#edit-format-bubble .edit-format-bold:hover {
  background: rgba(255, 255, 255, 0.12);
}

.editor-bar {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 500;
  display: none;
  align-items: center;
  gap: 10px;
  background: #0a0a0a;
  color: #fff;
  padding: 12px 14px;
  border-radius: 999px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

body.is-editing .editor-bar { display: flex !important; }

.editor-bar button,
.editor-bar .editor-status {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 999px;
}

.editor-bar button {
  background: rgba(255, 255, 255, 0.12);
}

.editor-bar button.primary { background: #fff; color: #0a0a0a; }
.editor-bar .editor-status { opacity: 0.7; padding-left: 4px; }

/* Painel SEO (editor) — usa .editor-modal + .is-open */
.editor-seo-card {
  width: min(440px, 100%);
}

.editor-seo-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.editor-seo-head h2 {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
}

#btn-seo-close {
  border: 0;
  background: transparent;
  color: #0a0a0a;
  font-size: 24px;
  line-height: 1;
  padding: 0 4px;
  cursor: pointer;
}

.editor-seo-label {
  display: block;
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.7;
}

.editor-seo-input,
.editor-seo-textarea {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid rgba(10, 10, 10, 0.18);
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.4;
  color: #0a0a0a;
  background: #fff;
}

.editor-seo-textarea {
  resize: vertical;
  min-height: 96px;
}

.editor-seo-image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.editor-seo-preview {
  display: block;
  width: 100%;
  max-height: 160px;
  object-fit: cover;
  border-radius: 8px;
  background: #f2f2f2;
}

.editor-seo-preview[hidden] {
  display: none;
}

.editor-seo-preview--favicon {
  width: 64px;
  height: 64px;
  max-height: 64px;
  object-fit: contain;
  background: #f2f2f2;
}

.editor-seo-preview--logo {
  width: 100%;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
  background: #f2f2f2;
}

.editor-seo-image .image-edit-btn {
  position: static !important;
  top: auto !important;
  right: auto !important;
}

.editor-seo-hint {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.65;
}

.editor-css-card {
  width: min(560px, 100%);
}

.editor-css-textarea {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  line-height: 1.45;
  min-height: 280px;
  white-space: pre;
}

/* Toolbar de blocos (só no editor) */
.page-block {
  position: relative;
}

.page-block-toolbar {
  display: none;
}

body.is-editing .page-block-toolbar {
  display: flex;
  position: sticky;
  top: 12px;
  z-index: 80;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: calc(100% - 32px);
  margin: 12px 16px -8px;
  padding: 8px 10px;
  background: #0a0a0a;
  color: #fff;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.page-block-toolbar-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.75;
  padding: 0 6px;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-block-toolbar button {
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 10px;
  border-radius: 999px;
  cursor: pointer;
}

.page-block-toolbar button:hover {
  background: rgba(255, 255, 255, 0.22);
}

.page-block-toolbar button[data-block-act="del"] {
  background: rgba(255, 80, 80, 0.25);
}

.page-block-toolbar button[data-block-act="style"] {
  background: rgba(255, 255, 255, 0.18);
}

.block-style-color-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.block-style-color-row input[type="color"] {
  width: 44px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  flex: 0 0 auto;
}

.block-style-color-row .editor-seo-input {
  flex: 1 1 auto;
  margin: 0;
}

.block-style-color-row button {
  flex: 0 0 auto;
  border: 0;
  background: rgba(0, 0, 0, 0.06);
  color: #111;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
}

/* Frames de mídia editável */
[data-image-frame],
[data-video-frame] {
  position: relative;
}

.image-edit-btn,
.video-edit-btn {
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  background: #fff;
  color: #0a0a0a;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 999px;
}

body.is-editing .image-edit-btn,
body.is-editing .video-edit-btn { display: inline-flex; }

body.is-editing [data-edit-href] {
  outline: 1px dashed rgba(10, 10, 10, 0.25);
  outline-offset: 4px;
  cursor: pointer;
}

.editor-modal {
  position: fixed;
  inset: 0;
  z-index: 600;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.editor-modal.is-open { display: flex; }

.editor-modal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
}

.editor-modal-panel {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
  max-height: 85vh;
  overflow: auto;
  background: #fff;
  border-radius: 24px;
  padding: 28px;
}

.editor-modal-panel h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
}

.editor-modal-panel p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.editor-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.editor-tabs button {
  padding: 10px 14px;
  border-radius: 999px;
  background: #f2f2f2;
  font-size: 13px;
  font-weight: 500;
}

.editor-tabs button.active { background: #0a0a0a; color: #fff; }

.editor-tab { display: none; }
.editor-tab.active { display: block; }

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

.gallery-card {
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  overflow: hidden;
  text-align: left;
  background: #fff;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
  background: #111;
}

.gallery-card span {
  display: block;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
}

.gallery-card.selected { border-color: #0a0a0a; box-shadow: inset 0 0 0 1px #0a0a0a; }

.file-drop {
  position: relative;
  border: 1px dashed #ccc;
  border-radius: 16px;
  padding: 36px 24px;
  text-align: center;
  margin-bottom: 16px;
  background: #fafafa;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.file-drop.is-dragover {
  border-color: #0a0a0a;
  background: #f0f0f0;
}

.file-drop-title {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #0a0a0a;
}

.file-drop-hint {
  margin: 0;
  font-size: 13px;
  color: #888;
}

.file-drop-name {
  margin: 8px 0 0;
  font-size: 13px;
  color: #444;
  word-break: break-all;
}

.file-drop-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  font-size: 0;
}

.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.modal-actions button {
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  background: #f2f2f2;
}

.modal-actions button.primary { background: #0a0a0a; color: #fff; }

.login-box input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 15px;
  margin-bottom: 12px;
}

@media (max-width: 700px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .editor-bar {
    left: 16px;
    right: 16px;
    width: auto;
    transform: none;
    flex-wrap: wrap;
    border-radius: 20px;
  }
}

body .gallery-video {
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
    height: 650px;
    object-fit: cover;
    background: #111;
    width: 100% ! Important;
    object-position: center -150px;
}

.gallery-video-frame {
   
    padding: 0px!Important;
}

.gallery-image {

    height: 650px;
}

.sq-panel {
    background: #fff !important;
}

.sq-solution-list {

    border-right: 1px solid #eee;
    padding-right: 40px;
}

.sq-solution-image {
 
    aspect-ratio: 2 / 3;
    max-height: 100%;
}

/* ========== Themes block (base páginas — studio416x) ========== */
.themes-block {
  --themes-bg: #DBDED5;
  --themes-pad: clamp(40px, 6vw, 88px);
  background: var(--themes-bg);
  color: #000;
  padding: var(--themes-pad) 0 0;
}

.themes-intro {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px) clamp(40px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

.themes-intro-title,
.themes-feature-text {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: rgb(0, 0, 0);
}

.themes-intro-title {
  max-width: 18ch;
  margin: 0;
  align-self: start;
  text-align: left;
}

.themes-intro-copy {
  text-align: left;
  padding-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 38ch;
  width: 100%;
  margin-left: auto;
  align-self: start;
}

.themes-intro-copy p {
  font-family: var(--font-body) !important;
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 22px !important;
  color: rgb(0, 0, 0);
}

.themes-intro-strong {
  font-weight: 300 !important;
}

.themes-media {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  box-sizing: border-box;
  line-height: 0;
}

.themes-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top;
}

.themes-features {
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 100px) clamp(20px, 4vw, 48px) clamp(64px, 9vw, 120px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 4vw, 48px);
}

.themes-feature {
  text-align: center;
}

.themes-feature-label {
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
  color: #000;
}

.themes-feature-text {
  max-width: 18ch;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .themes-intro {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 40px;
    text-align: center;
  }

  .themes-intro-title {
    max-width: none;
    margin: 0 auto;
  }

  .themes-intro-copy {
    text-align: center;
    margin: 0 auto;
    max-width: 36ch;
  }

  .themes-features {
    grid-template-columns: 1fr;
    gap: 56px;
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .themes-feature-text {
    max-width: 22ch;
  }
}

/* ========== Split copy (texto 2 colunas, sem imagem) ========== */
.split-copy-block {
  background: #fff;
  color: #000;
  padding: clamp(64px, 9vw, 120px) 0;
}

.split-copy-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

.split-copy-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: rgb(0, 0, 0);
  max-width: 18ch;
  text-align: left;
}

.split-copy-text {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 38ch;
  margin-left: auto;
  padding-top: 6px;
}

.split-copy-text p {
  font-family: var(--font-body) !important;
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 22px !important;
  color: rgb(0, 0, 0);
}

.split-copy-text strong {
  font-weight: 600;
}

@media (max-width: 900px) {
  .split-copy-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .split-copy-title {
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }

  .split-copy-text {
    margin: 0 auto;
    max-width: 36ch;
    text-align: center;
  }
}

/* ========== Video feature (texto + vídeo, fundo preto) ========== */
.video-feature-block {
  background: #000;
  color: #fff;
  padding: clamp(64px, 9vw, 120px) 0 clamp(100px, 14vw, 180px);
}

.video-feature-intro {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px) clamp(40px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

.video-feature-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: #fff;
  max-width: 14ch;
  text-align: left;
}

.video-feature-copy {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 38ch;
  margin-left: auto;
  padding-top: 6px;
}

.video-feature-copy p {
  font-family: var(--font-body) !important;
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 22px !important;
  color: #fff;
}

.video-feature-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 10px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 14px 28px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.video-feature-cta:hover {
  background: #fff;
  color: #000;
}

.video-feature-media {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  box-sizing: border-box;
  line-height: 0;
}

.video-feature-media--mobile {
  display: none;
}

.video-feature-media video {
  display: block;
  width: 100%;
  height: auto;
  background: #111;
}

@media (max-width: 900px) {
  .video-feature-media--desktop {
    display: none;
  }

  .video-feature-media--mobile {
    display: block;
  }

  .video-feature-intro {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
    padding-bottom: 40px;
  }

  .video-feature-title {
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }

  .video-feature-copy {
    margin: 0 auto;
    max-width: 36ch;
    text-align: center;
  }
}

/* Em edição: mostra os 2 slots (desktop + mobile) para escolher mídia de cada tela */
body.is-editing .video-feature-media--desktop,
body.is-editing .video-feature-media--mobile {
  display: block;
}

body.is-editing .video-feature-media--mobile {
  margin-top: 20px;
}

/* ========== Email feature (mesmo modelo do vídeo, fundo oliva escuro) ========== */
.email-feature-block {
  background: #212119;
  color: #fff;
  padding: clamp(64px, 9vw, 120px) 0 clamp(100px, 14vw, 180px);
}

.email-feature-intro {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px) clamp(40px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

.email-feature-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: #fff;
  max-width: 16ch;
  text-align: left;
}

.email-feature-copy {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 38ch;
  margin-left: auto;
  padding-top: 6px;
}

.email-feature-copy p {
  font-family: var(--font-body) !important;
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 22px !important;
  color: #fff;
}

.email-feature-media {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  box-sizing: border-box;
  line-height: 0;
}

.email-feature-media img,
.email-feature-media video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top;
  background: #000;
}

/* ========== Explore os detalhes (antes dos 4 passos) ========== */
.explore-details-block {
  background: #000;
  color: #fff;
  padding: clamp(72px, 10vw, 120px) 0;
}

.explore-details-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.explore-details-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  padding-bottom: clamp(40px, 5vw, 56px);
  margin-bottom: clamp(40px, 5vw, 56px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.explore-details-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: #fff;
  margin: 0;
  max-width: 12ch;
  text-align: left;
}

.explore-details-feature--lead {
  max-width: 38ch;
  margin-left: auto;
  padding-top: 6px;
  width: 100%;
}

.explore-details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

.explore-details-feature {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.explore-details-label {
  font-family: var(--font-body) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.explore-details-text {
  font-family: var(--font-display) !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  line-height: 1.35 !important;
  color: #fff;
  margin: 0;
  max-width: 22ch;
}

@media (max-width: 900px) {
  .explore-details-block {
    padding: 64px 0 72px;
  }

  .explore-details-head {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
    justify-items: center;
    padding-bottom: 0;
    margin-bottom: 40px;
    border-bottom: none;
  }

  .explore-details-title {
    max-width: none;
    text-align: center;
  }

  .explore-details-feature--lead {
    margin-left: 0;
    max-width: 34ch;
    padding-top: 0;
    align-items: center;
    text-align: center;
  }

  .explore-details-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    justify-items: center;
  }

  .explore-details-feature {
    align-items: center;
    text-align: center;
    max-width: 34ch;
  }

  .explore-details-text {
    max-width: none;
    font-size: 20px !important;
  }
}

/* ========== 4 passos (preto, título + lista + CTA) ========== */
.four-steps-block {
  background: #000;
  color: #fff;
  padding: clamp(72px, 10vw, 140px) 0;
}

.four-steps-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

.four-steps-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: #fff;
  margin: 0;
  max-width: 12ch;
  text-align: left;
  align-self: start;
}

.four-steps-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: start;
  gap: clamp(28px, 4vw, 40px);
  max-width: 38ch;
  margin-left: auto;
  padding-top: 6px;
  width: 100%;
}

.four-steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: none;
  width: 100%;
}

.four-steps-item {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  color: #fff;
}

.four-steps-label {
  font-weight: 600 !important;
}

.four-steps-sep {
  font-weight: 300 !important;
}

.four-steps-text {
  font-weight: 300 !important;
}

.four-steps-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 14px 28px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.four-steps-cta:hover {
  background: #fff;
  color: #000;
}

@media (max-width: 900px) {
  .four-steps-block {
    padding: 64px 0 72px;
  }

  .four-steps-inner {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
    justify-items: center;
  }

  .four-steps-title {
    max-width: 14ch;
    text-align: center;
    font-size: 22px !important;
    line-height: 28px !important;
  }

  .four-steps-right {
    align-items: center;
    align-self: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-top: 0;
  }

  .four-steps-list {
    max-width: 34ch;
    text-align: left;
  }

  .four-steps-cta {
    margin-top: 8px;
  }
}

/* ========== Split imagem + texto (branco) ========== */
.split-image-copy-block {
  background: #fff;
  color: #000;
  padding: clamp(64px, 9vw, 120px) 0;
}

.split-image-copy-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.split-image-copy-media {
  line-height: 0;
  min-width: 0;
}

.split-image-copy-media img,
.split-image-copy-media video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #f4f4f4;
}

.split-image-copy-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 4px;
  align-self: center;
}

.split-image-copy-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: #000;
  margin: 0;
  max-width: 14ch;
  text-align: left;
}

.split-image-copy-text {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 22px !important;
  color: #000;
  margin: 0;
  max-width: 36ch;
  text-align: left;
}

@media (max-width: 900px) {
  .split-image-copy-block {
    padding: 56px 0 0;
  }

  .split-image-copy-inner {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 0;
  }

  .split-image-copy-copy {
    order: -1;
    align-items: center;
    text-align: center;
    padding: 0 40px;
    gap: 14px;
  }

  .split-image-copy-title {
    max-width: 16ch;
    text-align: center;
    font-size: 22px !important;
    line-height: 28px !important;
  }

  .split-image-copy-text {
    max-width: 34ch;
    text-align: center;
  }

  .split-image-copy-media {
    width: 100%;
  }

  .split-image-copy-media img,
  .split-image-copy-media video {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 900px) {
  .email-feature-intro {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
    padding-bottom: 40px;
  }

  .email-feature-title {
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }

  .email-feature-copy {
    margin: 0 auto;
    max-width: 36ch;
    text-align: center;
  }
}

/* ========== Stack mídia (título+texto / imagem / título+texto, fundo branco) ========== */
.stack-media-block {
  background: #fff;
  color: #000;
  padding: clamp(64px, 9vw, 120px) 0;
}

.stack-media-intro,
.stack-media-outro {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

.stack-media-intro {
  padding-bottom: clamp(40px, 5vw, 64px);
}

.stack-media-outro {
  padding-top: clamp(40px, 5vw, 64px);
}

.stack-media-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: #000;
  max-width: 16ch;
  text-align: left;
}

.stack-media-copy {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 38ch;
  margin-left: auto;
  padding-top: 6px;
}

.stack-media-copy p {
  font-family: var(--font-body) !important;
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 22px !important;
  color: #000;
}

.stack-media-copy p.stack-media-strong {
  font-weight: 600 !important;
}

.stack-media-media {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  box-sizing: border-box;
  line-height: 0;
}

.stack-media-media img,
.stack-media-media video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #f4f4f4;
}

@media (max-width: 900px) {
  .stack-media-intro,
  .stack-media-outro {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .stack-media-intro {
    padding-bottom: 40px;
  }

  .stack-media-outro {
    padding-top: 40px;
  }

  .stack-media-title {
    max-width: none;
    margin: 0 auto;
    text-align: center;
    font-size: 22px !important;
    line-height: 28px !important;
  }

  .stack-media-copy {
    margin: 0 auto;
    max-width: 36ch;
    text-align: center;
  }
}

/* Mobile: mídia dos blocos Studio sempre edge a edge (sem padding) */
@media (max-width: 900px) {
  .themes-media,
  .video-feature-media,
  .email-feature-media,
  .stack-media-media,
  .split-image-copy-media,
  .resource-features-media,
  .story-media,
  .quote-story-media {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .themes-media img,
  .video-feature-media video,
  .video-feature-media img,
  .email-feature-media img,
  .email-feature-media video,
  .stack-media-media img,
  .stack-media-media video,
  .split-image-copy-media img,
  .split-image-copy-media video,
  .resource-features-media img,
  .resource-features-media video,
  .story-media img,
  .quote-story-media img {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
  }
}

/* ========== Story block (título + imagem + 3 pontos) ========== */
.story-block {
  background: #fff;
  color: #000;
  padding: clamp(64px, 9vw, 120px) 0;
}

.story-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: auto auto;
  column-gap: clamp(32px, 5vw, 72px);
  row-gap: 32px;
  align-items: start;
}

.story-title {
  grid-column: 1;
  grid-row: 1;
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: rgb(0, 0, 0);
  max-width: 16ch;
  text-align: left;
  margin: 0;
}

.story-media {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  line-height: 0;
}

.story-media img {
  display: block;
  width: 100%;
  height: auto;
}

.story-points {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(36px, 5vw, 56px);
  align-self: center;
}

.story-point-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: rgb(0, 0, 0);
  text-align: left;
  margin-bottom: 12px;
}

.story-point-text {
  font-family: var(--font-body) !important;
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 22px !important;
  color: rgb(0, 0, 0);
  text-align: left;
  max-width: 36ch;
}

@media (max-width: 900px) {
  .story-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0;
    padding: 0;
  }

  .story-title,
  .story-media,
  .story-points {
    grid-column: 1;
    grid-row: auto;
  }

  .story-title {
    max-width: none;
    margin: 0 0 32px;
    padding: 0 20px;
    text-align: center;
  }

  .story-media {
    margin-bottom: 48px;
  }

  .story-points {
    padding: 0 20px;
    gap: 48px;
  }

  .story-point-title,
  .story-point-text {
    text-align: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ========== Brands trust (marcas confiam) ========== */
.brands-trust-block {
  background: #fff;
  color: #000;
  padding: 80px;
  padding-bottom: 0;
}

.brands-trust-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.brands-trust-title {
  margin: 0 0 clamp(28px, 4vw, 40px);
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000;
}

.brands-trust-text {
  margin: 0 auto;
  max-width: 750px;
  font-family: var(--font-display) !important;
  font-size: 32px !important;
  font-weight: 300 !important;
  line-height: 37px !important;
  letter-spacing: 0.5px;
  color: #000;
}

@media (max-width: 900px) {
  .brands-trust-block {
    padding: 64px 20px;
  }

  .brands-trust-text {
    font-size: 24px !important;
    line-height: 30px !important;
    max-width: none;
  }
}

/* ========== FAQ (acordeão) ========== */
.faq-block {
  background: #fff;
  color: #000;
  padding: 0;
  padding-bottom: 90px;
}

.faq-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.faq-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: #000;
  text-align: center;
  margin: 0 0 clamp(36px, 5vw, 56px);
}

.faq-list {
  border-top: 0;
}

.faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  outline: none;
}

.faq-q-text {
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  color: #000;
}

.faq-icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.faq-icon-chevron {
  display: block;
  width: 12px;
  height: 12px;
}

.faq-icon-minus {
  display: none;
  width: 12px;
  height: 12px;
}

.faq-item.is-open .faq-icon-chevron {
  display: none;
}

.faq-item.is-open .faq-icon-minus {
  display: block;
}

.faq-a {
  display: block;
  max-height: 0;
  overflow: hidden;
  padding: 0 28px 0 0;
  transition:
    max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    padding-bottom 0.3s ease;
}

.faq-item.is-open .faq-a {
  max-height: 220px;
  padding-bottom: 22px;
}

.faq-a p {
  margin: 0;
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 1.55 !important;
  color: #000;
}

@media (max-width: 900px) {
  .faq-title {
    margin-bottom: 32px;
  }
}

/* ========== FAQ Temas (cinza #626560, 2 colunas) ========== */
.faq-themes-block {
  background: #626560;
  color: #fff;
  padding: clamp(72px, 10vw, 140px) 0;
}

.faq-themes-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

.faq-themes-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: #fff;
  margin: 0;
  max-width: 12ch;
  text-align: left;
  align-self: start;
}

.faq-themes-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: start;
  gap: 28px;
  width: 100%;
  max-width: 38ch;
  margin-left: auto;
  padding-top: 6px;
}

.faq-themes-list {
  width: 100%;
  border-top: 0;
}

.faq-themes-block .faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.faq-themes-block .faq-q {
  color: #fff;
  padding: 16px 0;
}

.faq-themes-block .faq-q-text {
  color: #fff;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.faq-themes-block .faq-icon {
  color: #fff;
}

.faq-themes-block .faq-a p {
  color: rgba(255, 255, 255, 0.88);
}

.faq-themes-block .faq-item.is-open .faq-a {
  max-height: 280px;
}

.faq-themes-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  border: 0;
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 14px 28px;
  text-decoration: none;
  margin-top: 8px;
}

.faq-themes-cta:hover {
  background: #f0f0f0;
}

@media (max-width: 900px) {
  .faq-themes-block {
    padding: 64px 0 72px;
  }

  .faq-themes-inner {
    grid-template-columns: 1fr;
    gap: 36px;
    justify-items: center;
    text-align: center;
  }

  .faq-themes-title {
    max-width: 14ch;
    text-align: center;
    font-size: 22px !important;
    line-height: 28px !important;
  }

  .faq-themes-right {
    align-items: center;
    align-self: stretch;
    max-width: none;
    margin-left: 0;
    padding-top: 0;
  }

  .faq-themes-list {
    max-width: 100%;
    text-align: left;
  }

  .faq-themes-cta {
    margin-top: 12px;
  }
}

/* ========== Olive CTA (texto + retrato + botão) ========== */
.olive-cta-block {
  background: #fff;
  padding: clamp(40px, 6vw, 80px) clamp(20px, 4vw, 48px);
}

.olive-cta-panel {
  max-width: 1180px;
  margin: 0 auto;
  background: #4b4d44;
  color: #fff;
  padding: clamp(48px, 7vw, 88px) clamp(28px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  column-gap: clamp(20px, 4vw, 48px);
  row-gap: 28px;
  align-items: center;
}

.olive-cta-text {
  font-family: var(--font-display) !important;
  font-size: 34px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: #fff;
  white-space: pre-line;
  margin: 0;
}

.olive-cta-text--left {
  grid-column: 1;
  grid-row: 1 / -1;
  text-align: right;
  justify-self: end;
  align-self: baseline;
  padding-top: 100px;
}

.olive-cta-text--right {
  grid-column: 3;
  grid-row: 1 / -1;
  text-align: left;
  justify-self: start;
  align-self: center;
  padding-top: 100px;
}

.olive-cta-media {
  grid-column: 2;
  grid-row: 1;
  width: 305px;
  line-height: 0;
  justify-self: center;
}

.olive-cta-media img {
  display: block;
  width: 100%;
  height: 450px !important;
  object-fit: cover;
}

.olive-cta-btn {
  grid-column: 2;
  grid-row: 2;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 8px 33px;
  border-radius: 0;
}

@media (max-width: 900px) {
  .olive-cta-block {
    padding: 24px 16px;
  }

  .olive-cta-panel {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-items: center;
    gap: 28px;
    padding: 40px 24px 48px;
    border-radius: 4px;
  }

  .olive-cta-text--left,
  .olive-cta-text--right,
  .olive-cta-media,
  .olive-cta-btn {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
    align-self: auto;
  }

  .olive-cta-text {
    font-size: 28px !important;
    line-height: 35px !important;
    text-align: center;
  }

  .olive-cta-text--left,
  .olive-cta-text--right {
    text-align: center;
    align-self: auto;
    padding-top: 0;
  }

  .olive-cta-media {
    width: min(220px, 70vw);
  }

  .olive-cta-media img {
    height: auto !important;
  }
}

/* ========== Quote story (mesmo formato themes: 1 imagem + texto) ========== */
.quote-story-block {
  --quote-bg: #DBDED5;
  --quote-pad: clamp(40px, 6vw, 88px);
  background: var(--quote-bg);
  color: #000;
  padding: var(--quote-pad) 0;
}

.quote-story-media {
  position: relative;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  box-sizing: border-box;
  line-height: 0;
}

.quote-story-media img {
  display: block;
  width: 100%;
  height: auto;
}

.quote-story-copy {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(40px, 5vw, 64px) clamp(20px, 4vw, 48px) 0;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

.quote-story-main {
  max-width: 100% !important;
}

.quote-story-quote {
  margin: 0;
  font-family: var(--font-display) !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  line-height: 26px !important;
  color: rgb(0, 0, 0);
}

.quote-story-quote::before {
  content: "“";
}

.quote-story-quote::after {
  content: "”";
}

.quote-story-author {
  margin: 16px 0 0;
  font-family: var(--font-body) !important;
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 22px !important;
  color: rgb(0, 0, 0);
}

.quote-story-meta {
  text-align: left;
  padding-top: 6px;
  max-width: 34ch;
  margin-left: auto;
}

.quote-story-link {
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(0, 0, 0);
}

.quote-story-link:hover {
  opacity: 0.65;
}

@media (max-width: 900px) {
  .quote-story-copy {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 32px;
  }

  .quote-story-main {
    max-width: none;
  }

  .quote-story-meta {
    margin-left: 0;
    max-width: none;
  }
}

/* ========== Filosofia (full grid — topo) ========== */
.filosofia-block {
  --filo-cream: #f2efe9;
  --filo-green: #585947;
  --filo-line: #fff;
  --filo-ink: #1a1a1a;
  width: 100%;
  background: var(--filo-cream);
  color: var(--filo-ink);
}

.filosofia-head {
  text-align: center;
  padding: clamp(64px, 9vw, 110px) clamp(24px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #DBDED5;
}

.filosofia-head-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: var(--filo-ink);
  margin: 0;
}

.filosofia-head-text {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 22px !important;
  color: var(--filo-ink);
  margin: 0;
  max-width: 42ch;
}

.filosofia-row {
  display: grid;
  width: 100%;
}

.filosofia-row--4 {
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 0;
}

.filosofia-row--2 {
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  min-height: 420px;
}

.filosofia-row--2:last-child {
  border-bottom: 0;
}

.filosofia-card {
  background: var(--filo-green);
  color: #fff;
  text-align: center;
  padding: clamp(36px, 4vw, 56px) clamp(16px, 2vw, 28px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 420px;
  border-right: 1px solid var(--filo-line);
}

.filosofia-row--4 .filosofia-card:last-child {
  border-right: 0;
}

.filosofia-num {
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em;
  margin: 0;
  color: #fff;
}

.filosofia-card-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  margin: 0;
  color: #fff;
}

.filosofia-card-text {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 22px !important;
  margin: 0;
  max-width: 26ch;
  color: #fff;
}

.filosofia-dash {
  display: block;
  width: 28px;
  height: 1px;
  background: #fff;
  margin-top: 12px;
}

.filosofia-media {
  padding: 0;
  margin: 0;
  line-height: 0;
  min-height: 100%;
  border-right: 1px solid var(--filo-line);
  overflow: hidden;
}

.filosofia-row--4 .filosofia-media {
  border-right: 1px solid var(--filo-line);
}

.filosofia-row--2 .filosofia-media {
  border-right: 0;
}

.filosofia-row--2 .filosofia-quote + .filosofia-media {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.filosofia-row--2 .filosofia-media:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.filosofia-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.filosofia-quote {
  background: #DBDED5;
  text-align: center;
  padding: clamp(40px, 5vw, 72px) clamp(28px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.filosofia-quote-label {
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
  color: var(--filo-ink);
}

.filosofia-quote-text {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  margin: 0;
  max-width: 22ch;
  color: var(--filo-ink);
}

/* Passos grid — 1 linha: texto / texto / mídia / texto (bordas padrão filosofia) */
#passos-grid .passos-grid-head,
#passos-grid .filosofia-head {
  background: #000 !important;
  border-bottom: 1px solid var(--filo-line);
}

#passos-grid .filosofia-head-title {
  color: #fff !important;
}

@media (max-width: 900px) {
  .filosofia-head {
    padding: 56px 24px;
  }

  .filosofia-row--4,
  .filosofia-row--2 {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .filosofia-card {
    min-height: 0;
    padding: 56px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--filo-line);
  }

  .filosofia-row--4 {
    border-bottom: 0;
  }

  .filosofia-row--4 .filosofia-card:last-child {
    border-bottom: 0 !important;
  }

  .filosofia-media {
    border: 0 !important;
    padding: 0 !important;
    width: 100%;
  }

  .filosofia-card:has(+ .filosofia-media) {
    border-bottom: 0 !important;
  }

  /* Ethos no mobile: imagem → texto (evita 2 imagens seguidas) */
  .filosofia-row--ethos {
    display: flex;
    flex-direction: column;
  }

  .filosofia-row--ethos .filosofia-media {
    order: -1;
  }

  .filosofia-media img {
    min-height: 0;
    width: 100% !important;
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .filosofia-row--2 .filosofia-media img {
    aspect-ratio: 4 / 3;
  }

  .filosofia-quote {
    padding: 64px 24px;
    border-bottom: 0;
  }

  .filosofia-row--ethos .filosofia-quote {
    border-bottom: 0;
  }

  .filosofia-quote-text {
    max-width: 28ch;
  }
}

/* ========== Values (full width, grid 1px) ========== */
.values-block {
  --values-line: #e8e6df;
  --values-bg: #585947;
  width: 100%;
  background: var(--values-bg);
  color: #fff;
  border-top: 1px solid var(--values-line);
  border-bottom: 1px solid var(--values-line);
}

.values-hero {
  text-align: center;
  padding: clamp(72px, 10vw, 120px) clamp(24px, 8vw, 120px);
  border-bottom: 1px solid var(--values-line);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.values-num {
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 0;
}

.values-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: #fff;
  margin: 0;
}

.values-text {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 22px !important;
  color: #fff;
  margin: 0;
  max-width: 52ch;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.values-cell {
  position: relative;
  text-align: center;
  padding: clamp(40px, 5vw, 64px) clamp(18px, 2.2vw, 36px);
  border-right: 1px solid var(--values-line);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 420px;
}

.values-cell:last-child {
  border-right: 0;
}

.values-cell .values-text {
  max-width: 28ch;
}

.values-dash {
  display: block;
  width: 28px;
  height: 1px;
  background: var(--values-line);
  margin-top: 18px;
}

.values-cell--media {
  padding: 0;
  min-height: 0;
  border-right: 1px solid var(--values-line);
}

.values-cell--media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

@media (max-width: 900px) {
  .values-hero {
    padding: 64px 24px 56px;
    gap: 14px;
  }

  .values-hero .values-text {
    max-width: 34ch;
  }

  .values-hero::after {
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    background: var(--values-line);
    margin-top: 10px;
  }

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

  .values-cell {
    min-height: 0;
    padding: 56px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--values-line);
  }

  .values-cell:last-child {
    border-bottom: 0;
  }

  .values-cell:has(+ .values-cell--media) {
    border-bottom: 0 !important;
  }

  .values-cell--media {
    border: 0 !important;
    padding: 0 !important;
    margin: 0;
    width: 100%;
  }

  .values-cell--media img {
    min-height: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    aspect-ratio: 3 / 4;
    display: block;
    margin: 0;
    padding: 0;
  }

  .values-cell .values-text {
    max-width: 34ch;
  }
}

/* ========== Produtos: sub-menu lateral + seções âncora ========== */
.prod-nav-block {
  background: #fff;
  color: #000;
  padding: clamp(48px, 6vw, 80px) 0 clamp(80px, 10vw, 140px);
}

.prod-nav-layout {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.prod-nav-side {
  position: sticky;
  top: 96px;
  align-self: start;
}

.prod-nav-toggle {
  display: none;
}

.prod-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.14);
}

.prod-nav-list a {
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.38);
  text-align: left;
  padding: 7px 0 7px 16px;
  margin-left: -1px;
  border-left: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.prod-nav-list a:hover {
  color: #000;
}

.prod-nav-list a.is-active {
  color: #000;
  font-weight: 600 !important;
  border-left-color: #000;
}

.prod-nav-main {
  min-width: 0;
}

.prod-section {
  padding-bottom: clamp(56px, 8vw, 96px);
  scroll-margin-top: 110px;
}

.prod-section + .prod-section {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: clamp(40px, 5vw, 64px);
}

.prod-section-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: #000;
  margin-bottom: 28px;
  text-align: left;
}

.prod-section-media {
  width: 100%;
  margin-bottom: 40px;
  line-height: 0;
}

.prod-section-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center -120px;
}

.prod-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 48px) clamp(24px, 4vw, 56px);
}

.prod-section-grid--solo {
  grid-template-columns: 1fr 1fr;
}

.prod-card-title {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  margin-bottom: 12px;
  color: #000;
  text-align: left;
}

.prod-card-text {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 22px !important;
  color: #000;
  margin-bottom: 18px;
  text-align: left;
}

.prod-card-link {
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #000;
}

@media (max-width: 900px) {
  .prod-nav-block {
    padding-top: 0;
  }

  .prod-nav-layout {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  .prod-nav-side {
    position: sticky;
    top: 64px;
    z-index: 180;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin: 0;
  }

  .prod-nav-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    font-family: var(--font-body) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #000;
    background: #fff;
  }

  .prod-nav-chevron {
    transition: transform 0.2s ease;
    flex-shrink: 0;
  }

  .prod-nav-side.is-open .prod-nav-chevron {
    transform: rotate(180deg);
  }

  .prod-nav-list {
    display: none;
    padding: 8px 20px 20px;
    gap: 0;
    max-height: min(70vh, 420px);
    overflow-y: auto;
    background: #fff;
  }

  .prod-nav-side.is-open .prod-nav-list {
    display: flex;
  }

  .prod-nav-main {
    padding: 28px 20px 0;
  }

  .prod-section {
    scroll-margin-top: 130px;
    padding-bottom: 48px;
  }

  .prod-section-media {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }

  .prod-section-media img {
    aspect-ratio: 4 / 3;
  }

  .prod-section-grid,
  .prod-section-grid--solo {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* ========== Footer padrão (desktop + mobile) ========== */
.site-footer {
  background: #000;
  color: #fff;
  padding: clamp(64px, 8vw, 100px) 0 clamp(48px, 6vw, 80px);
}

.site-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.site-footer-brand {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin-bottom: 85px;
}

.site-footer-icon {
  width: 65px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1) !important;
}

.site-footer-tagline {
  font-family: "Canela", sans-serif !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 32px !important;
  color: #fff;
  max-width: 590px;
  margin: 0 auto;
}

.site-footer-rule {
  height: 0.5px;
  background: rgb(255 255 255);
  margin-bottom: 80px !important;
}

.site-footer-cols {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(48px, 7vw, 100px);
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.site-footer-col {
  text-align: left;
  width: auto;
  flex: 0 1 auto;
}

.site-footer-col .site-footer-links {
  align-items: flex-start;
}

.site-footer-col-title {
  font-family: "Canela", sans-serif !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  letter-spacing: 1.5px;
  color: #fff;
  margin: 0 0 12px;
}

.site-footer-col-text {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 22px !important;
  color: #fff;
  margin: 0;
}

.site-footer-col-text a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.site-footer-links a {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 22px !important;
  color: #fff;
}

.site-footer-acc {
  display: none;
}

@media (max-width: 900px) {
  .site-footer {
    padding: 56px 0 0;
  }

  .site-footer-inner {
    padding: 0 20px;
  }

  .site-footer-brand {
    margin-bottom: 40px;
    gap: 24px;
  }

  .site-footer-tagline {
    max-width: 22ch;
  }

  .site-footer-rule {
    display: none;
  }

  .site-footer-cols {
    display: none;
  }

  .site-footer-acc {
    display: block;
    margin: 0 -20px;
    border-top: 0;
  }

  .site-footer-acc-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .site-footer-acc-item:first-child {
    border-top: 0;
  }

  .site-footer-acc-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 20px;
    color: #fff;
    font-family: var(--font-body) !important;
    font-size: 17px !important;
    font-weight: 300 !important;
    text-align: left;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    outline: none;
  }

  .site-footer-acc-btn .faq-icon {
    color: #fff;
  }

  .site-footer-acc-btn .faq-icon-chevron {
    display: block;
  }

  .site-footer-acc-btn .faq-icon-minus {
    display: none;
  }

  .site-footer-acc-item.is-open .faq-icon-chevron {
    display: none;
  }

  .site-footer-acc-item.is-open .faq-icon-minus {
    display: block;
  }

  .site-footer-acc-panel {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition:
      max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1),
      padding-bottom 0.3s ease;
  }

  .site-footer-acc-item.is-open .site-footer-acc-panel {
    max-height: 280px;
    padding-bottom: 20px;
  }

  .site-footer-acc-panel a,
  .site-footer-acc-panel p {
    font-family: var(--font-body) !important;
    font-size: 17px !important;
    font-weight: 300 !important;
    line-height: 22px !important;
    color: rgba(255, 255, 255, 0.75);
  }

  .site-footer-acc-panel a {
    text-decoration: none;
  }

  .site-footer-acc-panel a[href*="studio416x"] {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #fff;
  }
}

.site-footer {

  padding-bottom: 120px ! Important;
}

@media (max-width: 900px) {
  .site-footer-acc {
    display: block;
    margin: 0 30px;
    border-top: 0 !important;
  }

  .site-footer-acc-item:first-child {
    border-top: 0 !important;
  }
}

.video-hero-overlay {
    background: #00000066 ! Important;
}
video.video-hero-media {
    filter: contrast(110%)!Important;
}

@media (max-width: 900px) {
.split-copy-title {
        max-width: none;
        margin: 0 auto;
        text-align: center;
        font-weight: 300!Important;
        line-height: 28px ! Important;
        font-size: 22px ! Important;
        padding: 0px 0px ! Important;
        color: #000000;
        font-family: "Canela", Sans-serif ! Important;
    }
    .split-copy-inner {
      
        gap: 14px;
      
        padding: 0px 30px ! Important;
    }
}
@media (max-width: 900px) {
    .split-copy-title {
        max-width: none;
        margin: 0 auto;
        text-align: center;
        font-weight: 300!Important;
        line-height: 24px ! Important;
        font-size: 22px ! Important;
        padding: 0px 30px ! Important;
        color: #000000;
        font-family: "Canela", Sans-serif ! Important;
    }
    
    .themes-intro-title {
    max-width: none;
    margin: 0 auto;
    max-width: none;
    margin: 0 auto;
    text-align: center;
    font-weight: 300!Important;
    line-height: 24px ! Important;
    font-size: 22px ! Important;
    padding: 0px 30px ! Important;
    color: #000000;
    font-family: "Canela", Sans-serif ! Important;
}
    .themes-feature-text {
        max-width: 22ch;
        color: #000000;
        font-family: "Canela", Sans-serif ! Important;
        font-size: 22px ! Important;
        font-weight: 300!Important;
        line-height: 25px ! Important;
        padding: 0px 20px ! Important;
    }

.themes-feature-label {

    font-size: 13px !important;

}
.video-feature-title {
    max-width: none;
    margin: 0 auto;
    text-align: center;
    text-align: center;
    font-weight: 300!Important;
    line-height: 24px ! Important;
    font-size: 22px ! Important;
    padding: 0px 30px ! Important;
    font-family: "Canela", Sans-serif ! Important;
}

    .video-feature-intro {
        grid-template-columns: 1fr;
        gap: 28px;
        text-align: center;
        padding-bottom: 40px;
        gap: 14px;
        padding: 0px 40px ! Important;
        padding-bottom: 55px ! Important;}


.video-feature-block {

    padding-bottom: 50px;
}
section#videos-loja video {
    height: 450px;
    object-fit: cover;
}
    .story-points {
        padding: 0 20px;
        gap: 48px;
        padding-bottom: 40px;
        gap: 28px;
        padding: 0px 40px ! Important;
        padding-bottom: 0px ! Important;
        gap: 38px;
    }
section#historia {
    padding-bottom: 40px;
    padding-top: 40px;
}
h3.story-point-title {
    text-align: center;
    font-weight: 300!Important;
    line-height: 24px ! Important;
    font-size: 22px ! Important;
    padding: 0px 30px ! Important;
    font-family: "Canela", Sans-serif ! Important;
}
.story-title {
    max-width: none;
    margin: 0 0 32px;
    padding: 0 20px;
    text-align: center;
    text-align: center;
    font-weight: 300!Important;
    line-height: 24px ! Important;
    font-size: 22px ! Important;
    padding: 0px 30px ! Important;
    font-family: "Canela", Sans-serif ! Important;
}

.prod-nav-list {
 
    background: #f8f8f8;
}
.olive-cta-media img {
    display: block;
    width: 100%;
    height: 450px !important;
    object-fit: cover;
}
.themes-features {
        grid-template-columns: 1fr;
        gap: 38px;
        padding-top: 63px;
        padding-bottom: 65px;
    }
    
    .prod-nav-toggle {
   
    color: #ffffff;
    background: #000000;
}


.prod-nav-side {

    top: 56px;
 
    background: #000;
    border-bottom: 0px solid rgba(0, 0, 0, 0.08);
 
}
    .themes-intro {

        gap: 28px;
        padding-bottom: 40px;
        text-align: center;
        gap: 14px;
        padding: 0px 30px ! Important;
        padding-bottom: 53px ! Important;
        padding-top: 19px ! Important;
    }
}

.video-hero-overlay p {
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 21px !important;
  color: #fff !important;
  opacity: 1;
}

@media (max-width: 900px) {
  .video-hero-overlay {
    padding-bottom: 80px !important;
  }

  .video-hero-overlay h1 {
    line-height: 26px !important;
    font-size: 24px !important;
    color: #ffffff;
    font-family: "Canela", sans-serif !important;
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: center !important;
  }

  .video-hero-overlay p {
    font-weight: 300 !important;
    font-size: 17px !important;
    line-height: 21px !important;
    text-align: center;
    color: #fff !important;
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .site-footer-acc-btn {
    padding: 16px 15px !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    letter-spacing: 0.5px;
  }

  .site-footer-tagline {
    font-weight: 300 !important;
    line-height: 28px !important;
    letter-spacing: 0.5px;
    font-size: 22px !important;
    text-align: center;
    color: #fff !important;
    padding: 0 !important;
    max-width: 100%;
  }

  .site-footer {
    padding-bottom: 70px !important;
  }
}

section#partners {
  display: none;
}

section#compare {
  display: none;
}

@media (max-width: 900px) {
  .video-hero-slot--mobile {
    display: block;
    height: calc(var(--vh, 1vh) * 101 - 0px) !important;
  }

  video.video-hero-media {
    filter: contrast(110%) !important;
    width: 100% !important;
    height: calc(var(--vh, 1vh) * 101 - 0px) !important;
  }
}

.editor-modal-panel {
  width: 90%;
}

.gallery-grid {
  grid-template-columns: repeat(5, 1fr);
}

/* Dois botões no slot: Imagem / Vídeo */
[data-image-frame] .video-edit-btn,
[data-video-frame] .video-edit-btn {
  top: 56px;
}

.media-slot-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  background: #f2f2f2;
}

/* Vídeo no mesmo encaixe da imagem (blocos) */
.themes-media video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top;
}

.story-media video {
  display: block;
  width: 100%;
  height: auto;
}

.values-cell--media video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.olive-cta-media video {
  display: block;
  width: 100%;
  height: 450px !important;
  object-fit: cover;
}

.quote-story-media video {
  display: block;
  width: 100%;
  height: auto;
}

.prod-section-media video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center -120px;
}

.filosofia-media video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.video-feature-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 900px) {
  .themes-media video,
  .video-feature-media img,
  .story-media video,
  .quote-story-media video {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
  }

  .olive-cta-media video {
    height: auto !important;
  }

  .filosofia-media video {
    min-height: 0;
    width: 100% !important;
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .filosofia-row--2 .filosofia-media video {
    aspect-ratio: 4 / 3;
  }

  .values-cell--media video {
    min-height: 0;
    width: 100% !important;
    height: auto;
    aspect-ratio: 3 / 4;
  }

  .prod-section-media video {
    aspect-ratio: 4 / 3;
  }
}

.values-cell--media video {
  max-height: 450px;
}

.video-feature-media img {
  aspect-ratio: 16 / 9;
}

.video-feature-media video {
  aspect-ratio: 16 / 9;
}

/* ========== Support care (acima de marcas) ========== */
.support-care-block {
  background: #DBDED5;
  color: #000;
  padding: clamp(64px, 9vw, 120px) 0;
}

.support-care-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 7vw, 88px);
}

.support-care-top {
  display: grid;
  grid-template-columns: 1.95fr 0.85fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.support-care-media {
  width: 100%;
  line-height: 0;
}

.support-care-media img,
.support-care-media video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.support-care-intro {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 34ch;
}

.support-care-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: #000;
  margin: 0;
}

.support-care-text {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 22px !important;
  color: #000;
  margin: 0;
}

.support-care-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 48px);
}

.support-care-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.support-care-card-title {
  font-family: var(--font-display) !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  line-height: 28px !important;
  color: #000;
  margin: 0;
}

.support-care-card-text {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 22px !important;
  color: #000;
  margin: 0;
}

@media (max-width: 900px) {
  .support-care-block {
    padding: 56px 0;
  }

  .support-care-inner {
    padding: 0 30px;
    gap: 48px;
  }

  .support-care-top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .support-care-intro {
    order: -1;
    max-width: none;
    text-align: center;
    gap: 14px;
  }

  .support-care-title {
    font-size: 22px !important;
    line-height: 28px !important;
  }

  .support-care-media {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 !important;
  }

  .support-care-media img,
  .support-care-media video {
    aspect-ratio: 4 / 5;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    display: block;
  }

  .support-care-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .support-care-card {
    gap: 12px;
    max-width: 36ch;
    margin: 0 auto;
  }

  .support-care-card-title {
    font-size: 22px !important;
    line-height: 28px !important;
  }
}

.olive-cta-block {
  max-width: 1180px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .video-feature-block {
    padding-bottom: 0;
  }

  .support-care-intro {
    order: -1;
    max-width: none;
    text-align: center;
    gap: 14px;
    padding-bottom: 30px;
  }

  .values-title {
    font-size: 22px !important;
  }
}

@media (max-width: 900px) {
  .brands-trust-text {
    font-size: 22px !important;
    line-height: 24px !important;
    max-width: none;
  }

  .olive-cta-media {
    width: 80%;
  }

  .quote-story-meta {
    text-align: center;
  }

  .prod-nav-block {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .quote-story-copy {
    text-align: center;
  }
}

@media (max-width: 900px) {
  .olive-cta-media img {
    display: block;
    width: 100%;
    height: 370px !important;
    object-fit: cover;
  }

  .faq-inner {
    padding: 30px 40px;
    padding-bottom: 0 !important;
  }

  h2.filosofia-head-title {
    font-size: 22px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
    padding: 0 20px !important;
  }

  .filosofia-quote-text {
    max-width: 28ch;
    font-size: 22px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
    padding: 0 20px !important;
  }

  h3.filosofia-card-title {
    font-size: 22px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
    padding: 0 20px !important;
  }

  .faq-block {
    padding-bottom: 60px;
  }
}

.olive-cta-media img {
  filter: grayscale(100%);
}

/* ========== Integrações: submenu sticky + lista editorial ========== */
.integrations-block {
  background: #fff;
  color: #000;
  padding: clamp(64px, 8vw, 120px) 0 clamp(80px, 10vw, 140px);
}

.integrations-intro {
  max-width: 1280px;
  margin: 0 auto clamp(40px, 5vw, 64px);
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: end;
}

.integrations-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: #000;
  margin: 0;
}

.integrations-lead {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 22px !important;
  color: #000;
  margin: 0;
  max-width: 42ch;
  justify-self: end;
}

.integrations-layout {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.integrations-side {
  position: sticky;
  top: 96px;
  align-self: start;
}

.integrations-toggle {
  display: none;
}

.integrations-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.14);
}

.integrations-list a {
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.38);
  text-align: left;
  padding: 7px 0 7px 16px;
  margin-left: -1px;
  border-left: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.integrations-list a:hover {
  color: #000;
}

.integrations-list a.is-active {
  color: #000;
  font-weight: 600 !important;
  border-left-color: #000;
}

.integrations-main {
  min-width: 0;
}

.integrations-section {
  padding-bottom: clamp(48px, 6vw, 80px);
  scroll-margin-top: 110px;
}

.integrations-section + .integrations-section {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: clamp(40px, 5vw, 64px);
}

.integrations-section-head {
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 48ch;
}

.integrations-section-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: #000;
  margin: 0;
}

.integrations-section-text {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 22px !important;
  color: #000;
  margin: 0;
}

.integrations-rows {
  display: flex;
  flex-direction: column;
}

.integrations-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 20px 28px;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.integrations-row:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.integrations-row-logo {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.integrations-row-logo img,
.integrations-row-logo video {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.integrations-row-logo .image-edit-btn,
.integrations-row-logo .video-edit-btn {
  top: -6px;
  right: -6px;
  padding: 6px 8px;
  font-size: 11px;
}

.integrations-row-logo .video-edit-btn {
  top: 28px;
}

.integrations-row-logo-empty {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #f6f6f6;
}

.integrations-row-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 52ch;
}

.integrations-row-name {
  font-family: var(--font-display) !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  line-height: 28px !important;
  color: #000;
  margin: 0;
}

.integrations-row-text {
  font-family: var(--font-body) !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 22px !important;
  color: rgba(0, 0, 0, 0.72);
  margin: 0;
}

.integrations-row-link {
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #000;
  white-space: nowrap;
  padding-bottom: 4px;
}

@media (max-width: 900px) {
  .integrations-block {
    padding: 56px 0 64px;
  }

  .integrations-intro {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 28px;
    padding: 0 30px;
    text-align: center;
  }

  .integrations-lead {
    justify-self: center;
    max-width: 36ch;
  }

  .integrations-title {
    font-size: 22px !important;
    line-height: 28px !important;
  }

  .integrations-layout {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  .integrations-side {
    position: sticky;
    top: 56px;
    z-index: 180;
    background: #000;
    border-bottom: 0;
  }

  .integrations-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    font-family: var(--font-body) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #ffffff;
    background: #000000;
  }

  .integrations-chevron {
    transition: transform 0.2s ease;
    flex-shrink: 0;
  }

  .integrations-side.is-open .integrations-chevron {
    transform: rotate(180deg);
  }

  .integrations-list {
    display: none;
    padding: 8px 20px 20px;
    gap: 0;
    max-height: min(70vh, 420px);
    overflow-y: auto;
    background: #f8f8f8;
  }

  .integrations-side.is-open .integrations-list {
    display: flex;
  }

  .integrations-main {
    padding: 28px 20px 0;
  }

  .integrations-section {
    scroll-margin-top: 130px;
    padding-bottom: 40px;
  }

  .integrations-section-head {
    text-align: center;
    max-width: none;
    margin-bottom: 20px;
  }

  .integrations-section-title {
    font-size: 22px !important;
    line-height: 28px !important;
  }

  .integrations-row {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px 16px;
    align-items: start;
    padding: 20px 0;
  }

  .integrations-row-logo {
    width: 48px;
    height: 48px;
  }

  .integrations-row-logo img,
  .integrations-row-logo video {
    width: 40px;
    height: 40px;
  }

  .integrations-row-copy {
    max-width: none;
    grid-column: 2;
  }

  .integrations-row-link {
    grid-column: 2;
    justify-self: start;
  }
}

a.integrations-row-link {
  display: none !important;
}

.integrations-row-logo img,
.integrations-row-logo video {
  max-width: 35px;
  height: auto !important;
}

/* Padding uniforme dos blocos-modelo */
.split-copy-block,
.themes-block,
.video-feature-block,
.stack-media-block,
.four-steps-block,
.faq-themes-block,
.split-image-copy-block,
.email-feature-block,
.story-block {
  padding-top: 80px;
  padding-bottom: 80px;
}

.themes-features {
  padding-bottom: 0px;
  padding-top: 80px;
}

.faq-themes-right {
  padding-top: 0px;
  margin-top: -14px;
}

.values-hero {
  padding-top: 80px;
  padding-bottom: 80px;
}

.support-care-block {
  padding-top: 80px;
  padding-bottom: 80px;
}

.prod-nav-block {
  padding-top: 80px;
  padding-bottom: 80px;
}

.integrations-block {
  padding-top: 80px;
  padding-bottom: 80px;
}

.filosofia-head {
  padding-top: 80px;
  padding-bottom: 80px;
}

.themes-feature-text {
  font-size: 25px !important;
  font-weight: 300 !important;
  line-height: 26px !important;
  padding-bottom: 20px;
}

.brands-trust-text {
  font-size: 29px !important;
}

/* ========== Quote slider (depoimento + imagens) ========== */
.quote-slider-block {
  background: #000;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.quote-slider-layout {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: clamp(20px, 4vw, 64px);
  display: grid;
  grid-template-columns: minmax(260px, 400px) minmax(0, 1fr);
  grid-template-areas: "copy media";
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.quote-slider-copy {
  grid-area: copy;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 36px;
  min-width: 0;
}

.quote-slider-quotes {
  position: relative;
  min-height: 220px;
}

.quote-slider-quote-slide {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s ease, visibility 1.2s ease;
  pointer-events: none;
}

.quote-slider-quote-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.quote-slider-quote {
  font-family: var(--font-display) !important;
  font-size: 25px !important;
  font-weight: 300 !important;
  line-height: 30px !important;
  color: #fff;
  margin: 0 0 28px;
  max-width: 28ch;
}

.quote-slider-quote::before {
  content: "“";
}

.quote-slider-quote::after {
  content: "”";
}

.quote-slider-brand {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: #fff;
  margin: 0 0 6px;
}

.quote-slider-person {
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.4 !important;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

.quote-slider-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.quote-slider-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  transition: background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}

.quote-slider-btn.is-emphasis,
.quote-slider-btn:not(:disabled):hover {
  background: #fff;
  color: #000;
}

.quote-slider-btn:disabled {
  opacity: 0.45;
  cursor: default;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.quote-slider-media {
  grid-area: media;
  position: relative;
  z-index: 1;
  min-width: 0;
}

.quote-slider-viewport {
  overflow: visible;
  width: 100%;
}

.quote-slider-track {
  display: flex;
  gap: 16px;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.quote-slider-card {
  flex: 0 0 min(72%, 520px);
  min-width: 240px;
  opacity: 0.42;
  transition: opacity 1.2s ease;
}

.quote-slider-card.is-active {
  opacity: 1;
}

/* Desktop: slides já passados somem (não atravessam o texto) */
@media (min-width: 901px) {
  .quote-slider-card.is-passed {
    opacity: 0;
    pointer-events: none;
  }
}

.quote-slider-card-media {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  line-height: 0;
  background: #111;
}

.quote-slider-card-media img,
.quote-slider-card-media video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

@media (max-width: 900px) {
  .quote-slider-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "media"
      "copy";
    padding-left: 20px;
    gap: 28px;
    align-items: start;
  }

  .quote-slider-copy {
    z-index: auto;
  }

  .quote-slider-quotes {
    min-height: 0;
  }

  .quote-slider-card.is-passed {
    opacity: 0.42;
    pointer-events: auto;
  }

  .quote-slider-quote {
    max-width: none;
    font-size: 22px !important;
    line-height: 1.35 !important;
  }

  .quote-slider-card {
    flex: 0 0 82%;
    min-width: 0;
  }

  .quote-slider-card-media {
    border-radius: 0px;
  }

  .quote-slider-card-media img,
  .quote-slider-card-media video {
    aspect-ratio: 1 / 1;
  }
}

/* ========== Cards de recursos (3 colunas acima do FAQ Recursos) ========== */
section#recursos-intro {
  padding-bottom: 0px;
}

.resource-cards-block {
  background: #ffffff;
  color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.resource-cards-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px);
}

.resource-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.resource-card-media {
  position: relative;
  line-height: 0;
  overflow: hidden;
  background: #f4f4f4;
}

.resource-card-media img,
.resource-card-media video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center -56px;
}

.resource-card-title {
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  color: #000;
  margin: 0;
}

.resource-card-text {
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 1.4 !important;
  color: #000;
  margin: 0;
}

@media (max-width: 900px) {
  .resource-cards-block {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .resource-cards-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* ========== Recursos padrão (colunas desktop / acordeão mobile) ========== */
.resource-features-block {
  background: #DBDED5;
  color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.resource-features-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px) clamp(40px, 5vw, 64px);
  display: grid;
  grid-template-columns: minmax(140px, 200px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.resource-features-media {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  box-sizing: border-box;
  line-height: 0;
}

.resource-features-media img,
.resource-features-media video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #f4f4f4;
}

.resource-features-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: #000;
  margin: 0;
  text-align: left;
}

.resource-features-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px);
  min-width: 0;
}

.resource-features-col {
  min-width: 0;
}

@media (min-width: 901px) {
  .resource-features-block .faq-item {
    border-bottom: 0;
  }
}

.resource-features-block .faq-q {
  color: #000;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  outline: none;
}

.resource-features-block .faq-q-text {
  color: #000;
  font-weight: 600 !important;
  font-size: 15px !important;
}

.resource-features-block .faq-icon {
  display: none;
  color: #000;
}

.resource-features-block .faq-a {
  max-height: none;
  overflow: visible;
  padding: 0;
  transition: none;
}

.resource-features-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 0;
  margin: 0 0 18px;
  border: 0;
  background: transparent;
  cursor: default;
  text-align: left;
  color: #000;
  pointer-events: none;
}

.resource-features-col-title {
  font-family: var(--font-body) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  color: #000;
}

.resource-features-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.resource-features-list li {
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 1.4 !important;
  color: #000;
}

@media (max-width: 900px) {
  .resource-features-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .resource-features-title {
    font-size: 22px !important;
    line-height: 28px !important;
    text-align: center;
  }

  .resource-features-columns {
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 0;
  }

  .resource-features-col {
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  }

  .resource-features-block .faq-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  }

  .resource-features-toggle {
    pointer-events: auto;
    cursor: pointer;
    margin: 0;
    padding: 13px 0;
  }

  .resource-features-block .faq-icon {
    display: inline-flex;
  }

  .resource-features-block .faq-a {
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0 28px 0 0;
    transition:
      max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1),
      padding-bottom 0.3s ease;
  }

  .resource-features-block .faq-item.is-open .faq-a {
    max-height: 480px;
    padding-bottom: 22px;
  }

  .resource-features-list {
    gap: 12px;
  }
}

/* ========== Theme preview (inicial página de tema) ========== */
.theme-preview-block {
  --theme-preview-bg: #000000;
  background: var(--theme-preview-bg);
  color: #fff;
  padding: 48px 0 0px;
  position: relative;
  overflow: hidden;
}

.theme-preview-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
}

.theme-preview-device {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.45;
  transition: opacity 0.3s ease, background 0.3s ease;
}

.theme-preview-device img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: invert(1);
}

.theme-preview-device.is-active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.12);
}

.theme-preview-stage {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.theme-preview-frame {
  position: relative;
  width: 100%;
  max-width: 1100px;
  aspect-ratio: 16 / 12;
  height: auto;
  border-radius: 0px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  transition: max-width 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-preview-frame.is-mobile {
  max-width: 360px;
  aspect-ratio: 9 / 16;
  height: auto;
  border-radius: 0px;
}

.theme-preview-screen {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.55s ease, visibility 0.55s ease;
  line-height: 0;
}

.theme-preview-screen.is-active {
  opacity: 1;
  visibility: visible;
}

.theme-preview-screen img,
.theme-preview-screen video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: top center;
}

.theme-preview-bar {
  position: absolute;
  left: 50%;
  bottom: 36px;
  transform: translateX(-50%);
  width: min(920px, calc(100% - 32px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #fff;
  color: #000;
  border-radius: 0px;
  padding: 14px 14px 14px 28px;
  box-shadow: none;
  z-index: 5;
}

.theme-preview-meta {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.theme-preview-name {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  color: #000;
}

.theme-preview-dot {
  color: rgba(0, 0, 0, 0.35);
  font-size: 14px;
}

.theme-preview-segment {
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 1.2 !important;
  color: rgba(0, 0, 0, 0.55);
}

.theme-preview-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  border-radius: 0px;
  padding: 12px 22px;
  font-family: var(--font-body) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease;
}

.theme-preview-cta:hover {
  background: #222;
}

@media (max-width: 900px) {
  .theme-preview-block {
    padding: 28px 0 0px;
  }

  .theme-preview-switch {
    margin-bottom: 20px;
  }

  .theme-preview-stage {
    padding: 0 20px;
  }

  .theme-preview-frame,
  .theme-preview-frame.is-desktop,
  .theme-preview-frame.is-mobile {
    max-width: 340px;
    aspect-ratio: 9 / 16;
    height: auto;
    border-radius: 0px;
  }

  .theme-preview-bar {
    bottom: 12px;
    width: calc(100% - 24px);
    padding: 12px 12px 12px 18px;
    gap: 12px;
  }

  .theme-preview-name {
    font-size: 15px !important;
  }

  .theme-preview-segment {
    font-size: 13px !important;
  }

  .theme-preview-cta {
    padding: 11px 14px;
    font-size: 11px !important;
  }
}

/* ========== Preços (2 planos) ========== */
section#planos {
  display: none;
}

.pricing-block {
  background: #f2f2f2;
  color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.pricing-viewport {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  overflow: visible;
  width: 100%;
  box-sizing: border-box;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.5vw, 28px);
  align-items: stretch;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: clamp(28px, 3vw, 40px);
  border-radius: 12px;
  min-width: 0;
}

.pricing-card--dark {
  background: #000;
  color: #fff;
}

.pricing-card--light {
  background: #fff;
  color: #000;
}

.pricing-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.pricing-card-name {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 1.15 !important;
  margin: 0;
  color: inherit;
  max-width: 12ch;
}

.pricing-card-price-wrap {
  text-align: right;
  flex-shrink: 0;
}

.pricing-card-price {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 1.15 !important;
  margin: 0;
  color: inherit;
}

.pricing-card-period {
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 1.35 !important;
  margin: 6px 0 0;
  color: inherit;
  opacity: 0.72;
  max-width: 16ch;
  margin-left: auto;
}

.pricing-card-tagline {
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 1.45 !important;
  margin: 0 0 22px;
  color: inherit;
  max-width: 36ch;
}

.pricing-card-rule {
  border: 0;
  border-top: 1px solid currentColor;
  opacity: 0.28;
  margin: 0 0 22px;
}

.pricing-card-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.pricing-card-features li {
  position: relative;
  padding-left: 16px;
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.45 !important;
  color: inherit;
}

.pricing-card-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.pricing-card-note {
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.45 !important;
  margin: 22px 0 0;
  color: inherit;
}

.pricing-card-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 28px;
  padding: 16px 20px;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--font-body) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  transition: opacity 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.pricing-card--dark .pricing-card-cta {
  background: #fff;
  color: #000;
}

.pricing-card--light .pricing-card-cta {
  background: #000;
  color: #fff;
}

.pricing-card-cta:hover {
  opacity: 0.88;
}

.pricing-card-footer {
  font-family: var(--font-body) !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 1.45 !important;
  margin: 16px 0 0;
  text-align: center;
  color: inherit;
  opacity: 0.55;
}

@media (max-width: 900px) {
  .pricing-block {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .pricing-viewport {
    padding: 0 0 0 20px;
    overflow: visible;
  }

  .pricing-grid {
    display: flex;
    align-items: stretch;
    gap: 16px;
    padding: 0;
    width: 100%;
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
    touch-action: pan-y;
  }

  .pricing-card {
    flex: 0 0 88%;
    width: 88%;
    max-width: 88%;
    min-width: 0;
    box-sizing: border-box;
    opacity: 0.55;
    transition: opacity 1.2s ease;
  }

  .pricing-card.is-active {
    opacity: 1;
  }

  .pricing-card-name,
  .pricing-card-price {
    font-size: 24px !important;
  }

  .pricing-card-period {
    max-width: 18ch;
  }
}

/* ========== Abordagem / benefícios (slider + progresso) ========== */
.approach-slider-block {
  background: #fff;
  color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.approach-slider-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.approach-slider-intro {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  margin-bottom: clamp(40px, 5vw, 64px);
}

.approach-slider-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: #000;
  margin: 0;
  max-width: 18ch;
  text-align: left;
}

.approach-slider-lead {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 22px !important;
  color: #000;
  margin: 0;
  max-width: 38ch;
  margin-left: auto;
  padding-top: 6px;
}

.approach-slider-viewport {
  overflow: visible;
  width: 100%;
}

.approach-slider-track {
  display: flex;
  gap: 24px;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  touch-action: pan-y;
}

.approach-slider-card {
  flex: 0 0 calc((100% - 36px) / 2.45);
  min-width: 0;
  opacity: 0.32;
  transition: opacity 1.2s ease;
}

.approach-slider-card.is-active {
  opacity: 1;
}

.approach-slider-card-title {
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  color: #000;
  margin: 0 0 12px;
}

.approach-slider-card-text {
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 1.45 !important;
  color: #000;
  margin: 0;
  max-width: 36ch;
}

.approach-slider-footer {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: clamp(36px, 4vw, 48px);
}

.approach-slider-progress {
  flex: 1;
  min-width: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.14);
  position: relative;
  overflow: hidden;
}

.approach-slider-progress-bar {
  height: 1px;
  width: 0;
  background: #000;
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.approach-slider-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.approach-slider-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  color: #000;
  transition: background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.approach-slider-btn.is-emphasis,
.approach-slider-btn:not(:disabled):hover {
  background: #000;
  color: #fff;
}

.approach-slider-btn:disabled {
  opacity: 0.35;
  cursor: default;
  background: transparent;
  color: #000;
}

@media (max-width: 900px) {
  .approach-slider-block {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .approach-slider-inner {
    padding: 0;
  }

  .approach-slider-intro {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 36px;
  }

  .approach-slider-title {
    max-width: none;
    margin: 0 auto;
    text-align: center;
    font-size: 22px !important;
    line-height: 28px !important;
  }

  .approach-slider-lead {
    margin: 0 auto;
    max-width: 36ch;
    text-align: center;
  }

  .approach-slider-viewport {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .approach-slider-track {
    gap: 20px;
  }

  .approach-slider-card {
    flex: 0 0 calc(100% - 40px);
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    text-align: center;
  }

  .approach-slider-card-title,
  .approach-slider-card-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .approach-slider-card-title {
    margin-bottom: 12px;
  }

  .approach-slider-card-text {
    max-width: 36ch;
  }

  .approach-slider-footer {
    padding: 0 20px;
    margin-top: 32px;
    gap: 16px;
  }

  .approach-slider-btn {
    width: 35px;
    height: 35px;
  }
}

/* ========== Logo edit panel (botão Logos na barra) ========== */
.editor-logos-card {
  width: min(720px, calc(100vw - 32px));
  max-height: min(85vh, 900px);
  overflow: auto;
  background: #fff;
  color: #000;
  padding: 20px 22px 24px;
}

body.is-editing .logo-marquee-block[data-logo-swap] .logo-marquee-track {
  transition: none !important;
}

.logo-edit-hint {
  margin: 0 0 16px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.55);
}

.logo-edit-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.logo-edit-row {
  display: grid;
  grid-template-columns: 120px 1fr auto auto;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  background: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.logo-edit-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  background: #111;
  padding: 8px;
}

.logo-edit-preview img {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.logo-edit-name {
  font-size: 13px;
  color: #000;
  word-break: break-all;
}

.logo-edit-height {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
}

.logo-edit-height input {
  width: 64px;
  padding: 6px 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  font-size: 13px;
}

.logo-edit-actions {
  display: flex;
  gap: 6px;
}

.logo-edit-actions button {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}

.logo-edit-actions button:hover {
  background: #f0f0f0;
}

@media (max-width: 700px) {
  .logo-edit-row {
    grid-template-columns: 1fr;
  }
}

/* ========== Logo swap (parado → sobe → nova remessa) ========== */
.logo-marquee-block {
  background: #ffffff;
  color: #000;
  padding: 40px 0;
  padding-top: 0px;
  padding-bottom: 70px;
  margin-top: -20px;
  overflow: hidden;
}

.logo-marquee-viewport {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  overflow: hidden;
  height: 72px;
}

.logo-marquee-track {
  will-change: transform;
}

.logo-marquee-batch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 3vw, 48px);
  height: 72px;
  box-sizing: border-box;
}

.logo-marquee-item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-marquee-item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(0);
}

@media (max-width: 900px) {
  section#crescimento {
    padding-top: 65px;
  }

  .logo-marquee-block {
    padding: 40px 0 70px;
    margin-top: -60px;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .logo-marquee-viewport {
    padding: 0 28px;
    height: 168px;
  }

  .logo-marquee-batch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 33px 18px;
    height: 168px;
    align-content: center;
  }

  .logo-marquee-item img {
    height: 20px;
  }
}

/* ========== Scroll gallery (auto-scroll imagens + vídeos) ========== */
.scroll-gallery-block {
  background: #000;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.scroll-gallery-head {
  max-width: 1180px;
  margin: 0 auto clamp(40px, 5vw, 64px);
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

.scroll-gallery-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: #fff;
  margin: 0;
  max-width: 18ch;
  text-align: left;
}

.scroll-gallery-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  margin-left: auto;
  padding-top: 6px;
  max-width: 38ch;
  width: 100%;
}

.scroll-gallery-text {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 22px !important;
  margin: 0;
  color: #fff;
  max-width: none;
}

.scroll-gallery-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 0;
  transition: background 0.2s ease, color 0.2s ease;
}

.scroll-gallery-cta:hover {
  background: #fff;
  color: #000;
}

.scroll-gallery-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.scroll-gallery-container.is-visible {
  opacity: 1;
}

.scroll-gallery-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  position: relative;
  white-space: normal;
}

.scroll-gallery-media img {
  display: block;
  height: 540px;
  width: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.scroll-gallery-media video,
.scroll-gallery-item video {
  display: block;
  height: 540px;
  width: 360px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 10px;
}

.scroll-gallery-video-placeholder {
  height: 540px;
  width: 360px;
  background: #111;
  border-radius: 10px;
  position: relative;
}

.scroll-gallery-video-placeholder::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  border-top-color: #fff;
  animation: scroll-gallery-spin 1s linear infinite;
}

@keyframes scroll-gallery-spin {
  to { transform: rotate(360deg); }
}

body.is-editing .scroll-gallery-item .image-edit-btn,
body.is-editing .scroll-gallery-item .video-edit-btn {
  display: inline-flex;
}

@media (max-width: 900px) {
  .scroll-gallery-block {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .scroll-gallery-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 36px;
    text-align: center;
    padding: 0 20px;
  }

  .scroll-gallery-title {
    max-width: none;
    margin: 0 auto;
    text-align: center;
    font-size: 22px !important;
    line-height: 28px !important;
  }

  .scroll-gallery-side {
    align-items: center;
    margin-left: 0;
    max-width: 36ch;
    margin: 0 auto;
    padding-top: 0;
  }

  .scroll-gallery-text {
    text-align: center;
  }

  .scroll-gallery-media img {
    height: 335px;
    width: 280px;
  }

  .scroll-gallery-media video,
  .scroll-gallery-item video,
  .scroll-gallery-video-placeholder {
    height: 335px;
    width: 300px;
  }
}

/* ========== Flow features (tráfego / split + cards) ========== */
.flow-features-block {
  background: #fff;
  color: #000;
  padding: 20px 0;
}

.flow-features-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(40px, 5vw, 64px) clamp(20px, 4vw, 48px);
  border: 0 solid #000;
  box-sizing: border-box;
}

.flow-features-intro {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  padding-bottom: 70px;
  margin-bottom: 19px;
  border-bottom: 1px solid rgb(0, 0, 0);
}

.flow-features-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: #000;
  margin: 0;
  max-width: 18ch;
  text-align: left;
}

.flow-features-text {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 22px !important;
  color: #000;
  margin: 0;
  max-width: 38ch;
  margin-left: auto;
  padding-top: 6px;
}

.flow-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 80px);
  padding-top: clamp(36px, 4vw, 48px);
  margin-left: 50px;
}

.flow-features-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.flow-features-label {
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  margin: 0;
}

.flow-features-card-text {
  font-family: var(--font-display) !important;
  font-size: 23px !important;
  font-weight: 300 !important;
  line-height: 28px !important;
  color: #000;
  margin: 0;
  max-width: 416px;
}

@media (max-width: 900px) {
  .flow-features-block {
    padding: 20px 0;
  }

  .flow-features-inner {
    border: 0;
    padding: 0 20px;
  }

  .flow-features-intro {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
    border-bottom: 0;
    padding-bottom: 40px;
  }

  .flow-features-title {
    max-width: none;
    margin: 0 auto;
    text-align: center;
    font-size: 22px !important;
    line-height: 28px !important;
  }

  .flow-features-text {
    margin: 0 auto;
    max-width: 36ch;
    text-align: center;
    padding-top: 0;
  }

  .flow-features-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 0;
    margin-left: 0;
  }

  .flow-features-card {
    align-items: center;
    text-align: center;
  }

  .flow-features-card-text {
    max-width: 28ch;
    font-size: 22px !important;
    line-height: 28px !important;
  }
}

/* ========== Comece grátis / planos (3 cards + slider mobile) ========== */
.start-plans-block {
  background: #f2f2f2;
  color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.start-plans-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.start-plans-intro {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  margin-bottom: clamp(40px, 5vw, 56px);
}

.start-plans-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: #000;
  margin: 0;
  max-width: 16ch;
  text-align: left;
  white-space: pre-line;
}

.start-plans-text {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 22px !important;
  color: #000;
  margin: 0;
  max-width: 38ch;
  margin-left: auto;
  padding-top: 6px;
  white-space: pre-line;
}

.start-plans-viewport {
  width: 100%;
  overflow: visible;
}

.start-plans-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  align-items: stretch;
}

.start-plans-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: clamp(28px, 3vw, 36px);
  min-width: 0;
  box-sizing: border-box;
}

.start-plans-name {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 1.15 !important;
  margin: 0 0 18px;
  color: #000;
}

.start-plans-price {
  font-family: var(--font-display) !important;
  font-size: 42px !important;
  font-weight: 300 !important;
  line-height: 1.05 !important;
  margin: 0;
  color: #000;
}

.start-plans-period {
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.35 !important;
  margin: 8px 0 0;
  color: rgba(0, 0, 0, 0.55);
}

.start-plans-rule {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 22px 0;
  width: 100%;
}

.start-plans-features {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.start-plans-features li {
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.45 !important;
  color: rgba(0, 0, 0, 0.72);
  padding-left: 14px;
  position: relative;
}

.start-plans-features li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(0, 0, 0, 0.45);
}

.start-plans-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 18px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: auto;
  transition: opacity 0.2s ease;
  box-sizing: border-box;
}

.start-plans-cta:hover {
  opacity: 0.88;
}

.start-plans-footer {
  display: none;
}

@media (max-width: 900px) {
  .start-plans-block {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .start-plans-inner {
    padding: 0;
  }

  .start-plans-intro {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 36px;
  }

  .start-plans-title {
    max-width: none;
    margin: 0 auto;
    text-align: center;
    font-size: 22px !important;
    line-height: 28px !important;
  }

  .start-plans-text {
    margin: 0 auto;
    max-width: 36ch;
    text-align: center;
    padding-top: 0;
  }

  .start-plans-viewport {
    overflow: hidden;
  }

  .start-plans-track {
    display: flex;
    gap: 16px;
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
    touch-action: pan-y;
  }

  .start-plans-card {
    flex: 0 0 calc(100% / 1.3);
    width: calc(100% / 1.3);
    max-width: calc(100% / 1.3);
    opacity: 0.55;
    transition: opacity 0.9s ease;
  }

  .start-plans-card.is-active {
    opacity: 1;
  }

  .start-plans-name {
    font-size: 24px !important;
  }

  .start-plans-price {
    font-size: 36px !important;
  }

  .start-plans-footer {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 28px;
    padding: 0 20px;
  }

  .start-plans-progress {
    flex: 1;
    min-width: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.14);
    position: relative;
    overflow: hidden;
  }

  .start-plans-progress-bar {
    height: 1px;
    width: 0;
    background: #000;
    transition: width 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .start-plans-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
  }

  .start-plans-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    color: #000;
    transition: background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
    -webkit-tap-highlight-color: transparent;
    outline: none;
  }

  .start-plans-btn.is-emphasis,
  .start-plans-btn:not(:disabled):hover {
    background: #000;
    color: #fff;
  }

  .start-plans-btn:disabled {
    opacity: 0.35;
    cursor: default;
  }
}

/* ========== Baixe o app (QR desktop / botões mobile) ========== */
.app-download-block {
  background: #fff;
  color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.app-download-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.app-download-intro {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  margin-bottom: clamp(40px, 5vw, 56px);
}

.app-download-title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: #000;
  margin: 0;
  max-width: 16ch;
  text-align: left;
  white-space: pre-line;
}

.app-download-text {
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 22px !important;
  color: #000;
  margin: 0;
  max-width: 38ch;
  margin-left: auto;
  padding-top: 6px;
  white-space: pre-line;
}

.app-download-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2vw, 24px);
}

.app-download-card {
  background: #f2f2f2;
  border-radius: 12px;
  padding: clamp(28px, 3.5vw, 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  box-sizing: border-box;
}

.app-download-qr {
  position: relative;
  width: min(220px, 70%);
  aspect-ratio: 1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-download-qr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.app-download-qr-empty {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(45deg, #eee 25%, transparent 25%),
    linear-gradient(-45deg, #eee 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #eee 75%),
    linear-gradient(-45deg, transparent 75%, #eee 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0;
}

.vc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 180px;
  padding: 12px 22px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  transition: background 0.2s ease, color 0.2s ease;
}

.vc-btn:hover {
  background: #000;
  color: #fff;
}

body.is-editing .app-download-qr .image-edit-btn,
body.is-editing .app-download-qr .video-edit-btn {
  display: inline-flex;
}

body.is-editing .app-download-qr .video-edit-btn {
  display: none;
}

@media (max-width: 900px) {
  .app-download-block {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .app-download-inner {
    padding: 0 20px;
  }

  .app-download-intro {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
    margin-bottom: 36px;
  }

  .app-download-title {
    max-width: none;
    margin: 0 auto;
    text-align: center;
    font-size: 22px !important;
    line-height: 28px !important;
  }

  .app-download-text {
    margin: 0 auto;
    max-width: 36ch;
    text-align: center;
    padding-top: 0;
  }

  .app-download-cards {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 280px;
    margin: 0 auto;
  }

  .app-download-card {
    background: transparent;
    border-radius: 0;
    padding: 0;
    gap: 0;
  }

  .app-download-qr {
    display: none;
  }

  .vc-btn {
    width: 100%;
    min-width: 0;
  }
}

/* Bolinha VC: oculta até o bloco Stories */
#video-bolinha {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translate3d(0, 18px, 0) scale(0.92) !important;
  transition:
    opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0.55s !important;
}

#video-bolinha.is-revealed {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
  transition:
    opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0s !important;
}

.vc-lang-label {
  font-weight: 600 !important;
}

.vc-apps-btn {
  font-weight: 600 !important;
}

.vc-header-sep {
  opacity: 1;
}

.vc-lang-drawer-overlay {
  background: rgb(0 0 0 / 80%);
}

.vc-apps-drawer-stores .vc-btn {
  border: 1px solid #000 !important;
  margin-bottom: 9px !important;
  padding: 12px !important;
}

.vc-lang-drawer-link {
  display: block;
  padding: 8px 0;
  border-bottom: 0.5px solid #00000066;
  color: #000;
  text-decoration: none;
  font-family: "MangoSans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}

@media (min-width: 981px) {
  .vc-apps-drawer-stores .vc-btn {
    background: #000;
    color: #fff;
  }

  .vc-apps-drawer-stores .vc-btn:hover {
    background: #fff;
    color: #000;
  }
}

.vc-lang-drawer {
  width: 50% !important;
  max-width: 50% !important;
}

body #video-bolinha {
  z-index: 99 !important;
}

#video-bolinha {
  z-index: 99 !important;
}

.vc-lang-drawer-body {
  padding: 50px !important;
}

.vc-apps-drawer-stores .vc-btn {
  margin-bottom: 9px !important;
  padding: 12px !important;
}

@media (min-width: 981px) {
  .sq-bar {
    min-height: 72px !important;
  }
}

#block-crescimento__1784599453152 > section,
#block-crescimento__1784599453152 > [class] {
  background-color: #f8f8f8 !important;
}

div#block-crescimento__1784599451569 .split-copy-inner {
  border-bottom: 0px solid #000 !important;
}

