/* ============================================================
   Página inicial (Default.aspx)
   Estilos próprios da home, com prefixo gw- para não conflitar
   com o tema (main.css). Usa as cores do tema via --bs-*.
   ============================================================ */

:root {
  --gw-navy: #0b1d3f;
  --gw-navy-2: #10284f;
  --gw-ink: #16233f;
  --gw-muted: #5d6f86;
  --gw-line: #e2e7ef;
  --gw-bg: #f5f8fc;
  --gw-teal: #3abcaf;
  --gw-teal-deep: #157f73;
  --gw-teal-soft: #e6f5f3;
  --gw-blue: #175cff;
  --gw-blue-soft: #eaf0ff;
  --gw-radius: 16px;
  --gw-radius-lg: 22px;
  --gw-shadow: 0 2px 6px rgba(22, 35, 63, .06), 0 14px 34px -16px rgba(22, 35, 63, .28);
  --gw-shadow-lg: 0 4px 12px rgba(22, 35, 63, .08), 0 30px 60px -28px rgba(22, 35, 63, .38);
}

.gw-section { padding: clamp(64px, 8vw, 110px) 0; }
.gw-section--light { background: var(--gw-bg); }
.gw-section--dark { background: var(--gw-navy); color: rgba(255, 255, 255, .78); }
.gw-section--dark h2, .gw-section--dark h3 { color: #fff; }

.gw-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gw-teal-deep); margin-bottom: 14px;
}
.gw-section--dark .gw-kicker { color: var(--gw-teal); }
.gw-head { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.gw-head p { font-size: 1.08rem; color: var(--gw-muted); }
.gw-head p.gw-kicker { font-size: .78rem; color: var(--gw-teal-deep); }
.gw-section--dark .gw-head p { color: rgba(255, 255, 255, .72); }
.gw-section--dark .gw-head p.gw-kicker { color: var(--gw-teal); }
.gw-lead { font-size: 1.08rem; color: var(--gw-muted); }
.gw-section--dark .gw-lead { color: rgba(255, 255, 255, .75); }

/* ------------------------------------------------------------
   Topo
   ------------------------------------------------------------ */
/* Sem position aqui: o header (absoluto, sem z-index) vem antes no HTML e ficaria por baixo do topo */
.gw-hero { padding: 150px 0 90px; }
.gw-hero h1 { font-size: clamp(2rem, 4.2vw, 3.2rem); line-height: 1.15; }
.gw-hero h1 span { color: var(--gw-teal); }
.gw-hero .lead { color: rgba(255, 255, 255, .82); }
.gw-hero-note { margin-top: 18px; font-size: .92rem; color: rgba(255, 255, 255, .7); }
.gw-hero-note i { color: var(--gw-teal); margin-right: 6px; }
.gw-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.gw-btn-ghost {
  color: #fff; border: 1px solid rgba(255, 255, 255, .35); background: transparent;
}
.gw-btn-ghost:hover, .gw-btn-ghost:focus { color: #fff; background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .6); }

/* ------------------------------------------------------------
   Faixa de números
   ------------------------------------------------------------ */
.gw-stats { position: relative; z-index: 2; margin-top: -48px; }
.gw-stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: #fff; border-radius: var(--gw-radius-lg); box-shadow: var(--gw-shadow-lg);
  border: 1px solid var(--gw-line); overflow: hidden;
}
.gw-stat { padding: 26px 22px; text-align: center; border-left: 1px solid var(--gw-line); }
.gw-stat:first-child { border-left: 0; }
.gw-stat strong {
  display: block; font-size: clamp(1.6rem, 2.6vw, 2.2rem); line-height: 1.1;
  color: var(--gw-blue); font-weight: 700;
}
.gw-stat span { display: block; margin-top: 6px; font-size: .9rem; color: var(--gw-muted); }

/* ------------------------------------------------------------
   Dores
   ------------------------------------------------------------ */
.gw-pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gw-pain {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--gw-line); border-radius: var(--gw-radius);
  padding: 26px; height: 100%;
}
.gw-pain > i {
  width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  background: #fdecee; color: #c2384a; font-size: 1.1rem; margin-bottom: 16px;
}
.gw-pain h3 { font-size: 1.08rem; margin-bottom: 8px; }
.gw-pain p { margin: 0; color: var(--gw-muted); font-size: .96rem; }

/* Como o GransoftWeb resolve (fica colado ao pé do card) */
.gw-pain > p:not(.gw-pain-fix) { margin-bottom: 18px; }
.gw-pain p.gw-pain-fix {
  position: relative; margin-top: auto; padding: 16px 0 0 28px;
  border-top: 1px dashed #cfd8e6; color: var(--gw-ink); font-size: .93rem;
}
.gw-pain p.gw-pain-fix::before {
  content: "\f00c"; font-family: "Font Awesome 6 Pro"; font-weight: 900;
  position: absolute; left: 0; top: 17px; color: var(--gw-teal-deep); font-size: .9rem;
}
.gw-pain .gw-link { margin-top: 12px; font-size: .92rem; }

/* Faixa de fechamento: o dono preso à marmoraria */
.gw-pain-strip {
  display: flex; align-items: center; gap: 20px; margin-top: 20px;
  padding: 24px 28px; border-radius: var(--gw-radius); background: var(--gw-navy);
}
.gw-pain-strip > i {
  flex: none; width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center;
  background: rgba(58, 188, 175, .16); color: var(--gw-teal); font-size: 1.2rem;
}
.gw-pain-strip h3 { color: #fff; font-size: 1.12rem; margin-bottom: 4px; }
.gw-pain-strip p { margin: 0; color: rgba(255, 255, 255, .75); font-size: .96rem; }

/* ------------------------------------------------------------
   Destaques (orçamento, CRM, chapas)
   ------------------------------------------------------------ */
.gw-feature { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.gw-feature--reverse .gw-feature-art { order: 2; }
.gw-feature h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.2; margin-bottom: 16px; }
.gw-feature h3 { font-size: 1.1rem; margin: 26px 0 12px; }

.gw-steps { list-style: none; padding: 0; margin: 0; counter-reset: gw-step; }
.gw-steps li {
  counter-increment: gw-step; position: relative; padding: 0 0 14px 44px; color: var(--gw-muted);
}
.gw-steps li::before {
  content: counter(gw-step); position: absolute; left: 0; top: -2px;
  width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center; font-size: .85rem; font-weight: 700;
  background: var(--gw-blue-soft); color: var(--gw-blue);
}
.gw-steps li strong { color: var(--gw-ink); }
.gw-section--dark .gw-steps li { color: rgba(255, 255, 255, .75); }
.gw-section--dark .gw-steps li strong { color: #fff; }
.gw-section--dark .gw-steps li::before { background: rgba(58, 188, 175, .16); color: var(--gw-teal); }

.gw-checks { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.gw-checks li { position: relative; padding-left: 30px; color: var(--gw-muted); }
.gw-checks li::before {
  content: "\f00c"; font-family: "Font Awesome 6 Pro"; font-weight: 900;
  position: absolute; left: 0; top: 1px; color: var(--gw-teal-deep); font-size: .9rem;
}
.gw-checks li strong { color: var(--gw-ink); }
.gw-section--dark .gw-checks li { color: rgba(255, 255, 255, .75); }
.gw-section--dark .gw-checks li strong { color: #fff; }
.gw-section--dark .gw-checks li::before { color: var(--gw-teal); }

.gw-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 28px; }
.gw-link { font-weight: 600; text-decoration: none; }
.gw-link i { margin-left: 6px; transition: transform .2s ease; }
.gw-link:hover i { transform: translateX(3px); }
.gw-section--dark .gw-link { color: var(--gw-teal); }

.gw-note { font-size: .85rem; color: var(--gw-muted); margin-top: 16px; }
.gw-section--dark .gw-note { color: rgba(255, 255, 255, .6); }

/* ------------------------------------------------------------
   Vídeo: só a miniatura carrega; o player entra no clique
   ------------------------------------------------------------ */
.gw-video-fig { margin: 0; }
.gw-video {
  position: relative; aspect-ratio: 16 / 9; border-radius: var(--gw-radius); overflow: hidden;
  background: var(--gw-navy); box-shadow: var(--gw-shadow-lg);
}
.gw-video-btn {
  position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0;
  background: none; cursor: pointer; display: block;
}
.gw-video-btn img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.gw-video-btn:hover img, .gw-video-btn:focus-visible img { transform: scale(1.03); }
.gw-play {
  position: absolute; left: 50%; top: 50%; width: 72px; height: 72px; margin: -36px 0 0 -36px;
  border-radius: 50%; background: rgba(255, 255, 255, .95); color: var(--gw-blue);
  display: grid; place-items: center; font-size: 1.4rem; padding-left: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .35); transition: transform .2s ease, background-color .2s ease;
}
.gw-video-btn:hover .gw-play, .gw-video-btn:focus-visible .gw-play { transform: scale(1.08); background: #fff; }
.gw-video-btn:focus-visible { outline: 3px solid var(--gw-teal); outline-offset: -3px; }
.gw-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.gw-video-fig figcaption { margin-top: 12px; font-size: .9rem; color: var(--gw-muted); }
.gw-section--dark .gw-video-fig figcaption { color: rgba(255, 255, 255, .65); }

.gw-video--sm .gw-play { width: 54px; height: 54px; margin: -27px 0 0 -27px; font-size: 1.05rem; }

/* Cartão de vídeo compacto dentro do texto (CRM e chapas) */
.gw-video-inline { display: grid; grid-template-columns: 180px 1fr; gap: 16px; align-items: center; margin-top: 26px; }
.gw-video-inline .gw-video { box-shadow: var(--gw-shadow); border-radius: 12px; }
.gw-video-inline .gw-play { width: 42px; height: 42px; margin: -21px 0 0 -21px; font-size: .85rem; padding-left: 3px; }
.gw-video-inline strong { display: block; color: var(--gw-ink); }
.gw-video-inline span { font-size: .88rem; color: var(--gw-muted); }
.gw-section--dark .gw-video-inline strong { color: #fff; }
.gw-section--dark .gw-video-inline span { color: rgba(255, 255, 255, .65); }

/* ------------------------------------------------------------
   Moldura de navegador + ficha do lead (mesma da página do CRM)
   ------------------------------------------------------------ */
.gw-browser {
  margin: 0; border-radius: var(--gw-radius-lg); overflow: hidden; background: #fff;
  border: 1px solid var(--gw-line); box-shadow: var(--gw-shadow-lg);
}
.gw-section--dark .gw-browser { border-color: rgba(255, 255, 255, .14); box-shadow: 0 30px 70px -30px rgba(0, 0, 0, .7); }
.gw-browser-bar {
  display: flex; align-items: center; gap: 7px; height: 36px; padding: 0 14px;
  background: #1b2a47; border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.gw-browser-bar .dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255, 255, 255, .22); }
.gw-browser-url {
  margin-left: 12px; font-size: .72rem; color: rgba(255, 255, 255, .6); letter-spacing: .02em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.gw-browser img { display: block; width: 100%; height: auto; }

.gw-slides { position: relative; aspect-ratio: 900 / 574; background: #fff; }
.gw-slides .gw-slide {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: top left; opacity: 0; transition: opacity .6s ease;
}
.gw-slides .gw-slide.is-on { opacity: 1; }

.gw-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.gw-tabs [role="tab"] {
  font-size: .78rem; font-weight: 500; color: rgba(255, 255, 255, .72);
  background: transparent; border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px;
  padding: 6px 13px; cursor: pointer; transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}
.gw-tabs [role="tab"]:hover { color: #fff; border-color: rgba(255, 255, 255, .45); }
.gw-tabs [role="tab"].on { color: var(--gw-navy); background: var(--gw-teal); border-color: var(--gw-teal); }

.gw-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px;
  font-size: .8rem; font-weight: 600; background: rgba(58, 188, 175, .16); color: var(--gw-teal);
  margin-bottom: 16px;
}

/* Recursos do CRM: a ficha do lead fica em fundo claro */
.gw-section--light .gw-badge { background: var(--gw-teal-soft); color: var(--gw-teal-deep); }
.gw-section--light .gw-tabs [role="tab"] { color: var(--gw-muted); border-color: #cfd8e6; background: #fff; }
.gw-section--light .gw-tabs [role="tab"]:hover { color: var(--gw-ink); border-color: var(--gw-teal-deep); }
.gw-section--light .gw-tabs [role="tab"].on { color: var(--gw-navy); background: var(--gw-teal); border-color: var(--gw-teal); }

/* ------------------------------------------------------------
   CRM: kanban com o editor de fluxo sobreposto
   ------------------------------------------------------------ */
.gw-crm-shots { margin: 0; }
.gw-crm-shots > .gw-browser:first-child { margin-right: 12%; }
.gw-crm-shots .gw-browser--float {
  position: relative; width: 52%; margin: -20% 0 0 auto;
  border-radius: var(--gw-radius);
}
.gw-section--dark .gw-crm-shots .gw-browser--float { border-color: rgba(255, 255, 255, .22); box-shadow: 0 24px 50px -18px rgba(0, 0, 0, .8); }
.gw-browser--float .gw-browser-bar { height: 26px; gap: 5px; padding: 0 10px; }
.gw-browser--float .gw-browser-bar .dot { width: 7px; height: 7px; }
.gw-browser--float .gw-browser-url { margin-left: 8px; font-size: .66rem; }
.gw-crm-shots figcaption { margin-top: 14px; font-size: .9rem; color: var(--gw-muted); }
.gw-section--dark .gw-crm-shots figcaption { color: rgba(255, 255, 255, .65); }

/* ------------------------------------------------------------
   Telas ampliáveis (lightbox), igual à página do CRM
   ------------------------------------------------------------ */
.gw-shot { position: relative; }
.gw-zoomable { cursor: zoom-in; }
.gw-zoomable:focus-visible { outline: 3px solid var(--gw-teal); outline-offset: -3px; }
img.gw-zoomable:focus-visible { outline-offset: 2px; }
.gw-shot.gw-zoomable::after, .gw-slides.gw-zoomable::after {
  content: ""; position: absolute; right: 10px; bottom: 10px; z-index: 2;
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(22, 35, 63, .82) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='6.5'/%3E%3Cpath d='M16 16l4.5 4.5M11 8v6M8 11h6'/%3E%3C/svg%3E") center / 19px no-repeat;
  box-shadow: 0 6px 16px rgba(15, 26, 46, .25);
  opacity: 0; transform: scale(.9); transition: opacity .25s ease, transform .25s ease;
}
.gw-zoomable:hover::after, .gw-zoomable:focus-visible::after { opacity: 1; transform: none; }
@media (hover: none) { .gw-shot.gw-zoomable::after, .gw-slides.gw-zoomable::after { opacity: 1; transform: none; } }

html.gw-lightbox-open { overflow: hidden; }
.gw-lightbox {
  position: fixed; inset: 0; width: 100vw; height: 100vh; max-width: none; max-height: none;
  margin: 0; padding: 0; border: 0; background: transparent; color: #fff;
}
.gw-lightbox::backdrop { background: rgba(7, 21, 48, .92); }
.gw-lightbox[open] { display: flex; flex-direction: column; animation: gw-lightbox-in .25s ease; }
.gw-lightbox-stage { flex: 1; min-height: 0; overflow: auto; display: flex; padding: 56px 24px 12px; }
.gw-lightbox-img {
  margin: auto; max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain;
  border-radius: 10px; background: #fff; box-shadow: 0 24px 60px rgba(0, 0, 0, .45); cursor: zoom-in;
}
.gw-lightbox.is-real .gw-lightbox-img { max-width: none; max-height: none; cursor: zoom-out; }
.gw-lightbox-close, .gw-lightbox-nav {
  position: absolute; z-index: 1; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .22);
  color: #fff; cursor: pointer; display: grid; place-items: center; transition: background-color .2s ease;
}
.gw-lightbox-close { top: 12px; right: 12px; width: 44px; height: 44px; background: rgba(255, 255, 255, .1); }
.gw-lightbox-close:hover { background: rgba(255, 255, 255, .2); }
.gw-lightbox-nav { top: 50%; transform: translateY(-50%); width: 48px; height: 48px; background: rgba(11, 29, 63, .72); display: none; }
.gw-lightbox.is-gallery .gw-lightbox-nav { display: grid; }
.gw-lightbox-nav:hover { background: rgba(58, 188, 175, .35); }
.gw-lightbox-prev { left: 16px; }
.gw-lightbox-next { right: 16px; }
.gw-lightbox-close:focus-visible, .gw-lightbox-nav:focus-visible { outline: 3px solid var(--gw-teal); outline-offset: 2px; }
.gw-lightbox svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.gw-lightbox.is-gallery .gw-lightbox-stage { padding-left: 80px; padding-right: 80px; }
.gw-lightbox-hint { margin: 0; padding: 8px 16px 16px; text-align: center; font-size: .82rem; color: rgba(255, 255, 255, .65); }
.gw-lightbox-label { display: block; font-weight: 600; color: #fff; margin-bottom: 2px; }
.gw-lightbox-label:empty { display: none; }
@keyframes gw-lightbox-in { from { opacity: 0; } to { opacity: 1; } }

/* ------------------------------------------------------------
   Chapas + celular com o app
   ------------------------------------------------------------ */
.gw-device { position: relative; margin: 0; padding: 0 16% 70px 0; }
.gw-device .gw-phone {
  position: absolute; right: 0; bottom: 0; width: 28%; max-width: 170px; height: auto;
  filter: drop-shadow(0 24px 34px rgba(11, 29, 63, .35));
}
.gw-device figcaption { margin-top: 14px; max-width: 70%; font-size: .9rem; color: var(--gw-muted); }
.gw-play-store {
  display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; border-radius: 12px;
  background: var(--gw-navy); color: #fff; text-decoration: none; line-height: 1.15;
}
.gw-play-store:hover, .gw-play-store:focus { color: #fff; background: var(--gw-navy-2); }
.gw-play-store i { font-size: 1.5rem; }
.gw-play-store small { display: block; font-size: .7rem; opacity: .75; }
.gw-play-store strong { font-size: 1rem; }

.gw-app-box {
  margin-top: 28px; padding: 22px; border-radius: var(--gw-radius);
  background: var(--gw-blue-soft); border: 1px solid #d5e1ff;
}
.gw-app-box h3 { margin-top: 0; }
.gw-app-box p { color: var(--gw-muted); }

/* ------------------------------------------------------------
   Módulos
   ------------------------------------------------------------ */
.gw-mod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gw-mod {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--gw-line);
  border-radius: var(--gw-radius); padding: 26px; height: 100%;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.gw-mod:hover { transform: translateY(-3px); box-shadow: var(--gw-shadow); border-color: #cfd8e6; }
.gw-mod-ic {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: var(--gw-blue-soft); color: var(--gw-blue); font-size: 1.15rem; margin-bottom: 16px;
}
.gw-mod--new .gw-mod-ic { background: var(--gw-teal-soft); color: var(--gw-teal-deep); }
.gw-mod h3 { font-size: 1.1rem; margin-bottom: 8px; }
.gw-mod h3 small {
  font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--gw-teal-deep); background: var(--gw-teal-soft); padding: 3px 8px; border-radius: 999px;
  margin-left: 6px; vertical-align: middle;
}
.gw-mod p { color: var(--gw-muted); font-size: .95rem; margin-bottom: 14px; }
.gw-mod .gw-link { margin-top: auto; font-size: .92rem; }

/* ------------------------------------------------------------
   Galeria de vídeos
   ------------------------------------------------------------ */
.gw-video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 980px; margin: 0 auto; }
.gw-video-card h3 { font-size: 1.08rem; margin: 16px 0 6px; }
.gw-video-card p { margin: 0; color: var(--gw-muted); font-size: .95rem; }

/* ------------------------------------------------------------
   Cliente (Granimar)
   ------------------------------------------------------------ */
.gw-quote { margin: 0; }
.gw-quote blockquote {
  position: relative; margin: 0 0 20px; padding: 0 0 0 26px; border-left: 3px solid var(--gw-teal);
  font-size: clamp(1.1rem, 1.8vw, 1.35rem); line-height: 1.55; color: #fff;
}
.gw-quote figcaption strong { display: block; color: #fff; }
.gw-quote figcaption span { color: rgba(255, 255, 255, .65); font-size: .92rem; }

/* ------------------------------------------------------------
   Por que o GransoftWeb
   ------------------------------------------------------------ */
.gw-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gw-why {
  padding: 26px; border-radius: var(--gw-radius); background: #fff; border: 1px solid var(--gw-line); height: 100%;
}
.gw-why i { font-size: 1.4rem; color: var(--gw-teal-deep); margin-bottom: 14px; display: block; }
.gw-why h3 { font-size: 1.08rem; margin-bottom: 8px; }
.gw-why p { margin: 0; color: var(--gw-muted); font-size: .95rem; }
.gw-why--wide { grid-column: span 2; background: var(--gw-navy); border-color: var(--gw-navy); }
.gw-why--wide h3 { color: #fff; font-size: 1.3rem; }
.gw-why--wide p { color: rgba(255, 255, 255, .75); }
.gw-why--wide i { color: var(--gw-teal); }

/* ------------------------------------------------------------
   Depoimentos (carrossel Swiper)
   ------------------------------------------------------------ */
.gw-testi-carousel { position: relative; }
.gw-testi-swiper { padding: 4px 2px 8px; }
.gw-testi-swiper .swiper-slide { height: auto; }
.gw-testi {
  display: flex; flex-direction: column; margin: 0; padding: 28px; border-radius: var(--gw-radius);
  background: #fff; border: 1px solid var(--gw-line); box-shadow: var(--gw-shadow);
}
.gw-testi blockquote { margin: 0 0 22px; color: var(--gw-muted); font-size: .96rem; }
.gw-testi blockquote p { margin: 0; }
.gw-testi figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.gw-testi figcaption img, .gw-testi-ini { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.gw-testi-ini {
  display: grid; place-items: center; font-weight: 700; font-size: .95rem;
  background: var(--gw-teal-soft); color: var(--gw-teal-deep);
}
.gw-testi figcaption strong { display: block; color: var(--gw-ink); line-height: 1.3; }
.gw-testi figcaption span { font-size: .88rem; color: var(--gw-muted); }
.gw-testi-nav { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 26px; }
.gw-testi-prev, .gw-testi-next {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0;
  background: #fff; border: 1px solid var(--gw-line); color: var(--gw-ink); transition: background .2s, color .2s, border-color .2s;
}
.gw-testi-prev:hover, .gw-testi-next:hover, .gw-testi-prev:focus-visible, .gw-testi-next:focus-visible {
  background: var(--gw-navy); border-color: var(--gw-navy); color: #fff;
}
.gw-testi-dots { display: flex; gap: 8px; width: auto !important; }
.gw-testi-dots .swiper-pagination-bullet { width: 9px; height: 9px; margin: 0 !important; background: #c5cfdd; opacity: 1; transition: width .25s, background .25s; }
.gw-testi-dots .swiper-pagination-bullet-active { width: 26px; border-radius: 5px; background: var(--gw-teal-deep); }

/* ------------------------------------------------------------
   Guia + comparativo
   ------------------------------------------------------------ */
.gw-guide { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.gw-guide h2 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); }
.gw-compare-wrap { overflow-x: auto; border-radius: var(--gw-radius); border: 1px solid var(--gw-line); background: #fff; box-shadow: var(--gw-shadow); }
.gw-compare { width: 100%; min-width: 560px; border-collapse: collapse; font-size: .93rem; }
.gw-compare caption { caption-side: top; padding: 18px 20px 6px; font-weight: 700; color: var(--gw-ink); font-size: 1.05rem; }
.gw-compare th, .gw-compare td { padding: 13px 16px; border-top: 1px solid var(--gw-line); text-align: left; vertical-align: top; }
.gw-compare thead th { background: var(--gw-bg); font-size: .82rem; text-transform: uppercase; letter-spacing: .05em; color: var(--gw-muted); }
.gw-compare thead th.gw-col-us { background: var(--gw-blue); color: #fff; }
.gw-compare td.gw-col-us { background: var(--gw-blue-soft); color: var(--gw-ink); font-weight: 600; }
.gw-compare .gw-no { color: #a0aab8; }

/* ------------------------------------------------------------
   Como começar
   ------------------------------------------------------------ */
.gw-start-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: gw-start; }
.gw-start {
  counter-increment: gw-start; position: relative; padding: 30px 26px 26px; border-radius: var(--gw-radius);
  background: #fff; border: 1px solid var(--gw-line);
}
.gw-start::before {
  content: counter(gw-start); display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;
  background: var(--gw-blue); color: #fff; font-weight: 700; margin-bottom: 16px;
}
.gw-start h3 { font-size: 1.08rem; margin-bottom: 8px; }
.gw-start p { margin: 0; color: var(--gw-muted); font-size: .95rem; }

/* ------------------------------------------------------------
   Faixa de preço
   ------------------------------------------------------------ */
.gw-price {
  display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center;
  padding: clamp(28px, 4vw, 48px); border-radius: var(--gw-radius-lg);
  background: linear-gradient(120deg, var(--gw-blue) 0%, #0d3fbf 100%); color: rgba(255, 255, 255, .85);
  box-shadow: 0 30px 60px -30px rgba(23, 92, 255, .6);
}
.gw-price h2 { color: #fff; font-size: clamp(1.5rem, 2.6vw, 2rem); margin-bottom: 10px; }
.gw-price p { margin: 0; }
.gw-price .btn-light { font-weight: 600; color: var(--gw-blue); }

/* ------------------------------------------------------------
   Dúvidas frequentes
   ------------------------------------------------------------ */
.gw-faq { max-width: 880px; margin: 0 auto; }
.gw-faq .accordion-item { border: 1px solid var(--gw-line); border-radius: 12px !important; margin-bottom: 10px; overflow: hidden; }
.gw-faq .accordion-header { margin: 0; font-size: 1rem; }
.gw-faq .accordion-button { font-weight: 600; color: var(--gw-ink); padding: 18px 22px; font-size: 1rem; }
.gw-faq .accordion-button:not(.collapsed) { background: var(--gw-blue-soft); color: var(--gw-blue); box-shadow: none; }
.gw-faq .accordion-body { color: var(--gw-muted); padding: 4px 22px 20px; }

/* ------------------------------------------------------------
   Chamada final
   ------------------------------------------------------------ */
.gw-final { text-align: center; max-width: 760px; margin: 0 auto; }
.gw-final h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.gw-final .gw-hero-actions { justify-content: center; }

/* ------------------------------------------------------------
   Rodapé
   ------------------------------------------------------------ */
.gw-footer { background: #071530; color: rgba(255, 255, 255, .68); padding: 64px 0 28px; font-size: .92rem; }
.gw-footer h2 { color: #fff; font-size: .95rem; margin-bottom: 14px; }
.gw-footer a { color: rgba(255, 255, 255, .78); text-decoration: none; }
.gw-footer a:hover { color: #fff; text-decoration: underline; }
.gw-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.gw-footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 40px; padding-top: 22px; }
.gw-footer .footer-social-list a { font-size: 1.1rem; }

/* ------------------------------------------------------------
   WhatsApp flutuante (à esquerda, para não cobrir o chat)
   ------------------------------------------------------------ */
.gw-whats {
  position: fixed; left: 18px; bottom: 18px; z-index: 1030;
  width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #fff;
  display: grid; place-items: center; font-size: 1.7rem; text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .25); transition: transform .2s ease;
}
.gw-whats:hover, .gw-whats:focus { color: #fff; transform: scale(1.07); }

/* Evita a rolagem horizontal causada pelo menu lateral fechado */
.main-wrapper { overflow-x: clip; }

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

/* ------------------------------------------------------------
   Responsivo
   ------------------------------------------------------------ */
@media (max-width: 991.98px) {
  .gw-hero { padding: 120px 0 80px; }
  .gw-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .gw-stat:nth-child(3) { border-left: 0; }
  .gw-stat:nth-child(n+3) { border-top: 1px solid var(--gw-line); }
  .gw-feature, .gw-guide { grid-template-columns: 1fr; }
  .gw-feature--reverse .gw-feature-art { order: 0; }
  .gw-pain-grid, .gw-mod-grid, .gw-why-grid { grid-template-columns: repeat(2, 1fr); }
  .gw-why--wide { grid-column: span 2; }
  .gw-start-grid { grid-template-columns: 1fr; }
  .gw-price { grid-template-columns: 1fr; }
}

@media (max-width: 575.98px) {
  .gw-pain-grid, .gw-mod-grid, .gw-why-grid, .gw-video-grid { grid-template-columns: 1fr; }
  .gw-why--wide { grid-column: auto; }
  .gw-video-inline { grid-template-columns: 130px 1fr; }
  .gw-device { padding-right: 12%; padding-bottom: 50px; }
  .gw-pain-strip { flex-direction: column; align-items: flex-start; gap: 14px; padding: 22px; }
  .gw-crm-shots > .gw-browser:first-child { margin-right: 8%; }
  .gw-crm-shots .gw-browser--float { width: 60%; margin-top: -18%; }
  .gw-browser--float .gw-browser-url { display: none; }
  .gw-hero-actions .btn { width: 100%; }
}

@media (max-width: 640px) {
  .gw-lightbox.is-gallery .gw-lightbox-stage { padding-left: 12px; padding-right: 12px; }
  .gw-lightbox-nav { top: auto; bottom: 64px; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .gw-slides .gw-slide, .gw-mod, .gw-video-btn img, .gw-play, .gw-zoomable::after, .gw-testi-prev, .gw-testi-next, .gw-testi-dots .swiper-pagination-bullet { transition: none; }
  .gw-lightbox[open] { animation: none; }
}
