/*
Theme Name: ValeTech Enterprise
Theme URI: https://valetech.com
Author: ValeTech
Author URI: https://valetech.com
Description: Template WordPress moderno baseado no design Cal.com Enterprise com navegação avançada, mega menus e design responsivo.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: valetech
Tags: enterprise, modern, responsive, scheduling
*/

/* BASE */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
    "Segoe UI", sans-serif;
  color: #111827;
  background: #f5f5f7;
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  padding-top: calc(var(--header-height) + 16px);
}

.site-content {
  flex: 1;
}

:root {
  --section-grid-color: #d9dde5;
  --section-grid-offset: 56px;
  --section-plus-size: 18px;
  --header-height: 64px;
}

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

/* LAYOUT */

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
  box-sizing: border-box;
}

.entry-content--blocks {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 540px) {
  .entry-content--blocks {
    padding: 0 1rem;
  }
}

@media (max-width: 400px) {
  .entry-content--blocks {
    padding: 0 0.75rem;
  }
}

@media (max-width: 540px) {
  .container {
    padding: 0 1rem;
  }
}

@media (max-width: 400px) {
  .container {
    padding: 0 0.75rem;
  }
}

/* separadores finos entre blocos */

.section-block {
  position: relative;
  border-top: none;
}

.section-block::before,
.section-block::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 32px;
  pointer-events: none;
  background-repeat: no-repeat;
  z-index: 1;
}

.section-block::before,
.section-block::after,
.section-divider-top {
  display: none;
}

/* HEADER – sempre mesma posição/tamanho */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 0.4rem 0;
  background: transparent;
}

.site-header .header-inner {
  max-width: 1120px;
  margin: 0 auto;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1.25rem;
  border-radius: 15px;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.site-header .header-inner {
  position: relative;
  z-index: 101;
}

.site-header.header-floating .header-inner {
  background: #ffffff;
  border-color: #e5e7eb;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.15);
}

@media (max-width: 960px) {
  .site-header {
    padding: 0;
    background: #ffffff;
  }

  .site-header .header-inner {
    max-width: none;
    height: 64px;
    padding: 0 1.5rem;
    border-radius: 0;
    border: none;
    background: #ffffff;
    box-shadow: none;
  }

  .site-header.header-floating .header-inner {
    background: #ffffff;
    border-radius: 0;
    border: none;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
  }
}

/* Logo */

.logo-main {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}

/* NAV PRINCIPAL */

.main-nav {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  font-size: 0.95rem;
}

.nav-link {
  position: relative;
  padding: 0;
  border-radius: 0;
  color: #4b5563;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: color 0.15s ease;
}

.nav-link:hover {
  color: #111827;
}

.nav-link-dropdown {
  border: none;
  background: transparent;
  cursor: pointer;
}

.nav-caret {
  font-size: 0.7rem;
}

.nav-item-with-mega,
.nav-item-developer {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* Buttons */

.btn {
  border-radius: 15px;
  border: 1px solid transparent;
  font-size: 0.85rem;
  padding: 0.5rem 1.1rem;
  cursor: pointer;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease,
    box-shadow 0.15s ease, transform 0.1s ease;
}

.btn-primary {
  background: #111827;
  color: #f9fafb;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.25);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 36px rgba(17, 24, 39, 0.35);
}

.btn-secondary {
  background: #f9fafb;
  color: #111827;
  border-color: #e5e7eb;
}

.btn-secondary:hover {
  background: #f3f4f6;
}

.btn-ghost {
  background: transparent;
  color: #4b5563;
}

.btn-ghost:hover {
  background: #f3f4f6;
  color: #111827;
}

.btn-google {
  background: #111827;
  color: #f9fafb;
  border-radius: 15px;
  padding: 0.55rem 1.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.google-logo {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: conic-gradient(
    from 180deg,
    #4285f4,
    #34a853,
    #fbbc05,
    #ea4335,
    #4285f4
  );
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-mobile-actions {
  display: none;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
  margin-right: 0.4rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem;
}

.icon-link svg {
  width: 16px;
  height: 16px;
  stroke: #111827;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-link-primary svg {
  stroke: #000000;
}

.placeholder-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
  border: 1px dashed #d1d5db;
  background: #f8f9fb;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.placeholder-img--full {
  max-width: 100%;
}

.placeholder-img--xl {
  max-width: 960px;
}

.placeholder-img--lg {
  max-width: 780px;
}

.placeholder-img--md {
  max-width: 560px;
}

.section-media {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.section-media-left {
  justify-content: flex-start;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  font-size: 1.3rem;
  cursor: pointer;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  padding: 0.5rem 1.5rem 1.2rem;
  border-top: 1px solid #e5e7eb;
  background: #ffffff;
}

.mobile-link {
  padding: 0.5rem 0;
  font-size: 0.95rem;
  color: #4b5563;
}

.mobile-link:hover {
  color: #111827;
}

.mobile-actions {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.btn.full {
  width: 100%;
}

.mobile-solutions {
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  padding: 0.4rem 0.6rem 0.5rem;
  margin-bottom: 0.5rem;
  background: #ffffff;
}

.mobile-solutions summary {
  list-style: none;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  color: #111827;
}

.mobile-solutions summary::-webkit-details-marker {
  display: none;
}

.mobile-solutions[open] summary {
  margin-bottom: 0.4rem;
}

.mobile-solutions-cols {
  display: flex;
  gap: 1rem;
  margin-top: 0.2rem;
}

.mobile-sol-col {
  flex: 1;
  min-width: 0;
}

.mobile-sol-heading {
  margin: 0 0 0.3rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
}

.mobile-sol-item {
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
  color: #4b5563;
}

.mobile-sol-item span {
  display: block;
  font-size: 0.75rem;
  color: #9ca3af;
}

@media (max-width: 480px) {
  .mobile-solutions-cols {
    flex-direction: column;
  }
}

/* MEGA MENUS */

.mega-menu {
  position: fixed;
  top: calc(var(--header-height) + 18px);
  left: 50%;
  transform: translate(-50%, 0);
  background: #ffffff;
  border-radius: 28px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.18);
  padding: 1rem 2rem;
  width: min(920px, calc(100vw - 2.5rem));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease;
  z-index: 9999;
}

.mega-panel {
  padding: 1.5rem 2rem;
}

.nav-item-with-mega {
  position: relative;
}

.nav-item-with-mega::after,
.nav-item-developer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  height: 48px;
}

.nav-item-with-mega:hover > .mega-menu,
.nav-item-with-mega .mega-menu:hover {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.mega-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem 2rem;
}

.mega-feature-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.35rem 0.25rem;
  border-radius: 18px;
  color: inherit;
  transition: background 0.16s ease, transform 0.16s ease;
}

.mega-feature-item:hover {
  background: #f6f7fb;
  transform: translateY(-1px);
}

.mega-icon-square {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mega-icon-square svg {
  width: 22px;
  height: 22px;
  stroke: #111827;
  stroke-width: 1.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mega-feature-item > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mega-feature-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #111827;
  line-height: 1.3;
}

.mega-feature-desc {
  margin: 0.2rem 0 0;
  font-size: 0.82rem;
  color: #6b7280;
  line-height: 1.4;
}

.mega-panel-resources .mega-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nav-item-developer {
  position: relative;
}

.dev-menu {
  position: fixed;
  top: calc(var(--header-height) + 12px);
  left: 50%;
  transform: translate(-50%, 0);
  background: #ffffff;
  border-radius: 26px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.18);
  padding: 1.6rem 2rem;
  width: min(920px, calc(100vw - 2.5rem));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease;
  z-index: 9999;
}

.nav-item-developer:hover > .dev-menu,
.nav-item-developer .dev-menu:hover {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.dev-menu-inner {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.dev-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0.6rem;
  border-radius: 16px;
  transition: background 0.1s ease, box-shadow 0.1s ease;
}

.dev-item:hover {
  background: #f9fafb;
  box-shadow: 0 0 0 1px #e5e7eb;
}

.dev-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.dev-icon svg {
  width: 22px;
  height: 22px;
  stroke: #111827;
  stroke-width: 1.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dev-text {
  min-width: 0;
}

.dev-title {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
}

.dev-desc {
  margin: 0.12rem 0 0;
  font-size: 0.8rem;
  color: #6b7280;
}

/* HERO SECTION */

.hero-section {
  padding: 3rem 0 3.5rem;
}

.hero-card {
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.12);
  border: 1px solid #e5e7eb;
  padding: 1.8rem 1.8rem 1.6rem;
}

.hero-card-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.1fr);
  gap: 1.8rem;
}

.hero-left {
  padding-right: 1.2rem;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 1.3rem;
  background: #f9fafb;
}

.hero-title {
  margin: 0 0 0.9rem;
  font-size: 2.4rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.hero-subtitle {
  margin: 0 0 1.5rem;
  font-size: 0.98rem;
  color: #4b5563;
  max-width: 420px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
}

.hero-caption {
  margin: 0;
  font-size: 0.8rem;
  color: #9ca3af;
}

.hero-right {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.booking-card {
  background: #fafafa;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  overflow: hidden;
}

.booking-top {
  padding: 1.1rem 1.1rem 1.2rem;
  border-right: 1px solid #e5e7eb;
}

.booking-person {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.avatar {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #111827;
  color: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 600;
}

.person-name {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
}

.person-role {
  margin: 0.1rem 0;
  font-size: 0.85rem;
  color: #4b5563;
}

.person-desc {
  margin: 0.1rem 0 0;
  font-size: 0.78rem;
  color: #6b7280;
}

.booking-meta {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.meta-row {
  font-size: 0.8rem;
}

.meta-label {
  display: inline-block;
  margin-bottom: 0.25rem;
  color: #6b7280;
}

.meta-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.chip {
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  font-size: 0.75rem;
  padding: 0.25rem 0.6rem;
  cursor: pointer;
}

.chip.active {
  background: #111827;
  color: #f9fafb;
  border-color: #111827;
}

.meta-icons {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.meta-icon-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  color: #4b5563;
}

.icon {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #e5e7eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.booking-calendar {
  padding: 1rem;
  background: #ffffff;
}

.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  margin-bottom: 0.6rem;
}

.calendar-month {
  font-weight: 600;
}

.calendar-arrows {
  font-size: 1rem;
  color: #9ca3af;
}

.calendar-grid {
  font-size: 0.7rem;
}

.calendar-row {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.2rem;
}

.calendar-weekdays span {
  text-align: center;
  color: #9ca3af;
  margin-bottom: 0.25rem;
}

.calendar-row span {
  text-align: center;
  padding: 0.35rem 0;
  border-radius: 8px;
}

.calendar-row span.busy {
  background: #e5e7eb;
}

.calendar-row span.busy.primary {
  background: #111827;
  color: #f9fafb;
}

.ratings-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.75rem;
  color: #4b5563;
}

.rating-block {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 0.25rem 0.6rem;
}

.rating-logo {
  font-size: 0.9rem;
}

.rating-stars {
  color: #f97316;
}

.rating-dots span {
  color: #9ca3af;
  margin-right: 0.15rem;
}

.logos-section {
  padding: 2.2rem 0;
  background: transparent;
}

.logos-inner {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.logos-caption {
  flex: 0 0 240px;
}

.logos-caption p {
  margin: 0;
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.6;
}

.logos-marquee {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.logos-track {
  display: flex;
  gap: 2.8rem;
  animation: logos-scroll 18s linear infinite;
}

.logos-marquee:hover .logos-track {
  animation-play-state: paused;
}

.logos-track img {
  height: 32px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.8;
}

@keyframes logos-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.integrations-section {
  padding: 3rem 0;
}

.integrations-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  padding: 2rem 2.1rem;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 1.8rem;
}

.integrations-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  font-size: 0.75rem;
  color: #6b7280;
  background: #f9fafb;
}

.integrations-title {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.integrations-subtitle {
  margin: 0;
  font-size: 0.95rem;
  color: #4b5563;
  max-width: 420px;
}

.integrations-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.4rem;
}

.integrations-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.integrations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
}

.integration-box {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #111827;
}

.integration-box.teams {
  background: #e5efff;
}

.integration-box.miro {
  background: #fff1e6;
}

.integration-box.zoom {
  background: #e0f2fe;
}

.integration-box.ga {
  background: #fef3c7;
}

.integration-box.calendar {
  background: #fee2e2;
}

.integration-box.zapier {
  background: #fee7e2;
}

.integration-box.stripe {
  background: #e0ebff;
}

.integration-box.hubspot {
  background: #ffe5db;
}

.teams-section {
  padding: 3.5rem 0;
  background: #f5f5f7;
}

.teams-header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 2rem;
}

.teams-title {
  margin: 0.5rem 0 0.4rem;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
}

.teams-subtitle {
  margin: 0 0 1.2rem;
  font-size: 0.95rem;
  color: #6b7280;
}

.teams-btn {
  padding-inline: 1.4rem;
}

.teams-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem 2rem;
  font-size: 0.9rem;
  color: #4b5563;
}

.team-item h3 {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
}

.team-item p {
  margin: 0;
  font-size: 0.85rem;
  color: #6b7280;
}

.team-icon {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.security-section {
  padding: 3.5rem 0;
  background: #ffffff;
}

.security-header {
  max-width: 620px;
  margin: 0 auto 2rem;
  text-align: center;
}

.security-header h2 {
  margin: 0.6rem 0 0.5rem;
  font-size: 1.7rem;
  letter-spacing: -0.035em;
}

.security-header p {
  margin: 0;
  font-size: 0.95rem;
  color: #6b7280;
}

.security-actions {
  margin-top: 1.3rem;
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
  margin-top: 2rem;
}

.security-item {
  background: #f9fafb;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  padding: 1rem 1.1rem;
}

.security-number {
  font-size: 0.8rem;
  color: #9ca3af;
}

.security-item h3 {
  margin: 0.3rem 0 0.3rem;
  font-size: 0.95rem;
}

.security-item p {
  margin: 0;
  font-size: 0.85rem;
  color: #6b7280;
}

.info-security-section {
  padding: 3.5rem 0;
}

.info-security-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}

.info-security-text h2 {
  margin: 0.6rem 0 0.5rem;
  font-size: 1.7rem;
  letter-spacing: -0.035em;
}

.info-security-text p {
  margin: 0 0 1.2rem;
  font-size: 0.95rem;
  color: #6b7280;
}

.info-security-visual {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.info-security-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: flex-start;
}

.security-badge {
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  font-size: 0.8rem;
}

.benefits-section {
  padding: 3.5rem 0;
  background: #f5f5f7;
}

.benefits-header {
  max-width: 620px;
  margin: 0 auto 2rem;
  text-align: center;
}

.benefits-header h2 {
  margin: 0.6rem 0 0.5rem;
  font-size: 1.7rem;
  letter-spacing: -0.035em;
}

.benefits-header p {
  margin: 0;
  font-size: 0.95rem;
  color: #6b7280;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
}

.benefit-item {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  padding: 1rem 1.1rem;
}

.benefit-number {
  font-size: 0.8rem;
  color: #9ca3af;
}

.benefit-item h3 {
  margin: 0.3rem 0 0.3rem;
  font-size: 0.95rem;
}

.benefit-item p {
  margin: 0;
  font-size: 0.85rem;
  color: #6b7280;
}

.features-section {
  padding: 3.5rem 0;
  background: #ffffff;
}

.features-header {
  max-width: 620px;
  margin: 0 auto 2rem;
  text-align: center;
}

.features-header h2 {
  margin: 0.6rem 0 0.5rem;
  font-size: 1.7rem;
  letter-spacing: -0.035em;
}

.features-header p {
  margin: 0;
  font-size: 0.95rem;
  color: #6b7280;
}

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

.feature-item {
  background: #f9fafb;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  padding: 1rem 1.1rem;
}

.feature-number {
  font-size: 0.8rem;
  color: #9ca3af;
}

.feature-item h3 {
  margin: 0.3rem 0 0.3rem;
  font-size: 0.95rem;
}

.feature-item p {
  margin: 0;
  font-size: 0.85rem;
  color: #6b7280;
}

.industries-section {
  padding: 3.5rem 0;
  background: #f5f5f7;
}

.industries-header {
  max-width: 620px;
  margin: 0 auto 2rem;
  text-align: center;
}

.industries-header h2 {
  margin: 0.6rem 0 0.5rem;
  font-size: 1.7rem;
  letter-spacing: -0.035em;
}

.industries-header p {
  margin: 0;
  font-size: 0.95rem;
  color: #6b7280;
}

.industries-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem 1.3rem;
  font-size: 0.9rem;
  color: #4b5563;
}

.faq-section {
  padding: 3.5rem 0;
  background: #ffffff;
}

.faq-header {
  max-width: 620px;
  margin: 0 auto 2rem;
  text-align: center;
}

.faq-header h2 {
  margin: 0.6rem 0 0.5rem;
  font-size: 1.7rem;
  letter-spacing: -0.035em;
}

.faq-header p {
  margin: 0;
  font-size: 0.95rem;
  color: #6b7280;
}

.faq-grid {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.faq-item {
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  padding: 0.65rem 0.9rem;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 500;
}

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

.faq-item p {
  margin: 0.4rem 0 0;
  font-size: 0.85rem;
  color: #6b7280;
}

.faq-actions {
  margin-top: 1.8rem;
  display: flex;
  justify-content: center;
  gap: 0.6rem;
}

.cta-section {
  padding: 3.5rem 0 4rem;
  background: #f5f5f7;
}

.cta-inner {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.cta-inner h2 {
  margin: 0 0 0.6rem;
  font-size: 1.8rem;
  letter-spacing: -0.035em;
}

.cta-inner p {
  margin: 0 0 1.4rem;
  font-size: 0.95rem;
  color: #6b7280;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.site-footer {
  background: #ffffff;
  padding: 2.5rem 0 2rem;
  margin-top: auto;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 1.8rem;
  align-items: flex-start;
}

.footer-brand {
  flex: 0 0 220px;
  max-width: 260px;
}

.footer-logo {
  margin: 0 0 0.4rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.footer-mission {
  margin: 0;
  font-size: 0.85rem;
  color: #6b7280;
}

.footer-columns {
  flex: 1;
  min-width: 220px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.5rem;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.footer-column h4 {
  margin: 0 0 0.4rem;
  font-size: 0.85rem;
}

.footer-column a {
  display: block;
  font-size: 0.8rem;
  color: #6b7280;
  margin-bottom: 0.25rem;
}

.footer-column a:hover {
  color: #111827;
}

.footer-bottom {
  padding-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6rem;
  font-size: 0.8rem;
  color: #6b7280;
}

.footer-help a {
  text-decoration: underline;
}

/* ESTILOS PARA EDITOR DE BLOCOS (GUTENBERG) */

.entry-content {
  max-width: 100%;
}

.entry-content > * {
  max-width: 100%;
}

.entry-content.entry-content--blocks {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 540px) {
  .entry-content.entry-content--blocks {
    padding: 0 1rem;
  }
}

@media (max-width: 400px) {
  .entry-content.entry-content--blocks {
    padding: 0 0.75rem;
  }
}

/* Container para blocos */

.entry-content .wp-block-group,
.entry-content .wp-block-cover,
.entry-content .wp-block-columns {
  margin-bottom: 2rem;
}

.entry-content .wp-block-group.has-background,
.entry-content .wp-block-cover {
  padding: 2rem;
  border-radius: 24px;
}

/* Botões */
.entry-content .wp-block-button__link {
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.85rem;
  padding: 0.5rem 1.1rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease,
    box-shadow 0.15s ease, transform 0.1s ease;
  text-decoration: none;
}

.entry-content .wp-block-button__link:hover {
  transform: translateY(-1px);
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border-color: #e5e7eb;
}

/* Títulos */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.entry-content h1 {
  font-size: 2.4rem;
  letter-spacing: -0.04em;
}

.entry-content h2 {
  font-size: 1.8rem;
  letter-spacing: -0.035em;
}

.entry-content h3 {
  font-size: 1.5rem;
  letter-spacing: -0.03em;
}

.entry-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

/* Colunas */
.entry-content .wp-block-columns {
  gap: 2rem;
  margin-bottom: 2rem;
}

/* Imagens e Galerias */
.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 22px;
}

.entry-content .wp-block-image {
  margin-bottom: 1.5rem;
}

.entry-content .wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.entry-content .wp-block-gallery .wp-block-image {
  margin-bottom: 0;
}

/* Carrossel/Media Text */
.entry-content .wp-block-media-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
  align-items: center;
}

.entry-content .wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 1fr;
}

.entry-content .wp-block-media-text__media {
  margin: 0;
}

.entry-content .wp-block-media-text__content {
  padding: 0;
}

/* Separadores */
.entry-content .wp-block-separator {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid #e5e7eb;
}

/* Citações */
.entry-content .wp-block-quote {
  border-left: 4px solid #111827;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
}

.entry-content .wp-block-quote cite {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  font-size: 0.9rem;
  color: #6b7280;
}

/* Listas */
.entry-content ul,
.entry-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.entry-content li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

/* Tabelas */
.entry-content .wp-block-table {
  margin-bottom: 2rem;
  overflow-x: auto;
}

.entry-content table {
  width: 100%;
  border-collapse: collapse;
}

.entry-content table td,
.entry-content table th {
  padding: 0.75rem;
  border: 1px solid #e5e7eb;
}

.entry-content table th {
  background: #f9fafb;
  font-weight: 600;
}

/* Vídeos */
.entry-content .wp-block-video {
  margin-bottom: 2rem;
}

.entry-content .wp-block-embed {
  margin-bottom: 2rem;
}

.entry-content .wp-block-embed iframe {
  border-radius: 22px;
}

/* Espaçamento entre blocos */
.entry-content > * + * {
  margin-top: 1.5rem;
}

/* WonderBlocks CTA layout fix (aplica apenas ao bloco usado na home) */
.entry-content .nfd-wb-call-to-action__cta-6 .wp-container-core-group-is-layout-e3bc7287 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: clamp(1rem, 3vw, 3rem);
}

.entry-content .nfd-wb-call-to-action__cta-6 .wp-container-core-group-is-layout-4b2eccd6 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
}

.entry-content .nfd-wb-call-to-action__cta-6 .wp-container-core-buttons-is-layout-fdcfc74e {
  display: flex;
  justify-content: flex-end;
}

.entry-content .nfd-wb-call-to-action__cta-6 .nfd-text-xs.wp-block-group {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 0.25rem;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .entry-content .nfd-wb-call-to-action__cta-6 .wp-container-core-group-is-layout-e3bc7287 {
    flex-direction: column;
    align-items: flex-start;
  }

  .entry-content .nfd-wb-call-to-action__cta-6 .wp-container-core-group-is-layout-4b2eccd6,
  .entry-content .nfd-wb-call-to-action__cta-6 .wp-container-core-buttons-is-layout-fdcfc74e {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

/* Alinhamentos */
.entry-content .alignwide {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content .alignfull {
  max-width: 100vw;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.entry-content .alignleft {
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.entry-content .alignright {
  float: right;
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.entry-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Responsivo para blocos */
@media (max-width: 768px) {
  .entry-content .wp-block-media-text {
    grid-template-columns: 1fr;
  }
  
  .entry-content .wp-block-gallery {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  
  .entry-content .alignfull {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 960px) {
  .main-nav {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .header-mobile-actions {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  .mega-menu,
  .dev-menu {
    display: none !important;
  }

  .hero-card-inner {
    grid-template-columns: 1fr;
  }

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

  .booking-top {
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
  }

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

  .info-security-inner {
    grid-template-columns: 1fr;
  }

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

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

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

  .logos-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .logos-caption {
    flex: none;
  }
}

@media (max-width: 768px) {
  :root {
    --section-grid-offset: 36px;
  }
}

@media (max-width: 480px) {
  :root {
    --section-grid-offset: 24px;
    --section-plus-size: 14px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding-top: 2.5rem;
  }

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

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

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

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

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

@media (max-width: 640px) {
  .hero-card {
    border-radius: 20px;
    padding: 1.4rem;
    overflow: hidden;
  }

  .hero-left {
    padding-right: 0;
  }

  .hero-subtitle {
    max-width: 100%;
  }

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

  .btn-google,
  .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .hero-right {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .placeholder-img,
  .placeholder-img--full {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 16px;
  }

  .booking-card {
    overflow: hidden;
  }

  .integrations-grid {
    grid-template-columns: repeat(4, 52px);
    gap: 0.4rem;
  }

  .integration-box {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    font-size: 0.8rem;
  }

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

  .footer-top {
    flex-direction: column;
  }

  .footer-columns {
    width: 100%;
    grid-template-columns: 1fr;
  }
}

/* Correções adicionais para mobile */
@media (max-width: 480px) {
  .container {
    padding: 0 1rem;
    overflow-x: hidden;
  }

  .hero-section {
    padding: 2rem 0;
    overflow-x: hidden;
  }

  .hero-card {
    padding: 1.2rem;
    margin: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .hero-card-inner {
    gap: 1.2rem;
  }

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

  .hero-subtitle {
    font-size: 0.9rem;
  }

  .hero-right {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .placeholder-img,
  .placeholder-img--full,
  .placeholder-img--xl,
  .placeholder-img--lg,
  .placeholder-img--md {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
  }

  .booking-card {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .booking-top {
    padding: 1rem;
  }

  .booking-calendar {
    padding: 0.75rem;
  }

  .calendar-row {
    gap: 0.15rem;
  }

  .calendar-row span {
    padding: 0.25rem 0;
    font-size: 0.65rem;
  }

  .ratings-row {
    flex-wrap: wrap;
    font-size: 0.7rem;
  }

  .integrations-card {
    padding: 1.5rem;
  }

  .integrations-title {
    font-size: 1.5rem;
  }

  .teams-title {
    font-size: 1.5rem;
  }

  .cta-inner h2 {
    font-size: 1.5rem;
  }

  /* Garante que imagens não ultrapassem a largura */
  img {
    max-width: 100%;
    height: auto;
  }

  /* Previne overflow horizontal */
  body,
  html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }

  .site-wrapper {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }

  .site-content {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }
}
.entry-content .nfd-wb-call-to-action__cta-6 .nfd-gap-xl.wp-block-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(1rem, 3vw, 3rem);
  align-items: center;
}

.entry-content .nfd-wb-call-to-action__cta-6 .nfd-gap-lg.wp-block-group.is-vertical {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.entry-content .nfd-wb-call-to-action__cta-6 .md\:nfd-items-start.wp-block-group.is-vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.8rem;
}

.entry-content .nfd-wb-call-to-action__cta-6 .wp-block-buttons {
  display: flex;
  justify-content: flex-end;
}

.entry-content .nfd-wb-call-to-action__cta-6 .nfd-text-xs.wp-block-group {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 0.25rem;
}

@media (max-width: 960px) {
  .entry-content .nfd-wb-call-to-action__cta-6 .nfd-gap-xl.wp-block-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .entry-content .nfd-wb-call-to-action__cta-6 .md\:nfd-items-start.wp-block-group.is-vertical,
  .entry-content .nfd-wb-call-to-action__cta-6 .wp-block-buttons {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
