/* =========================================================
   GWONE LANDING PAGE - CSS V2
   Estrutura visual refinada para evolução da landing
   ========================================================= */

/* ===== TOKENS ===== */
:root {
  --gwone-green: #00d26a;
  --gwone-green-dark: #00a958;
  --gwone-green-deep: #008f4b;
  --gwone-green-soft: rgba(0, 210, 106, 0.10);
  --gwone-green-glow: rgba(0, 210, 106, 0.22);

  --gwone-black: #040404;
  --gwone-black-soft: #0b0d10;
  --gwone-black-card: #111419;
  --gwone-black-light: #1b2026;

  --gwone-white: #ffffff;
  --gwone-bg: #ffffff;
  --gwone-bg-soft: #f5f8f7;
  --gwone-bg-soft-2: #f8fbfa;
  --gwone-bg-dark: #08090b;
  --gwone-bg-dark-2: #0f1318;

  --gwone-text: #161a20;
  --gwone-text-soft: #21262d;
  --gwone-text-muted: #8a939f;
  --gwone-text-light: rgba(255, 255, 255, 0.78);
  --gwone-text-light-soft: rgba(255, 255, 255, 0.58);

  --gwone-border: #e5e9ee;
  --gwone-border-strong: #d8dfe6;
  --gwone-border-dark: rgba(255, 255, 255, 0.09);
  --gwone-border-dark-strong: rgba(255, 255, 255, 0.18);

  --gwone-radius-xs: 10px;
  --gwone-radius-sm: 14px;
  --gwone-radius-md: 20px;
  --gwone-radius-lg: 28px;
  --gwone-radius-xl: 36px;
  --gwone-radius-pill: 999px;

  --gwone-shadow-xs: 0 8px 20px rgba(0, 0, 0, 0.04);
  --gwone-shadow-sm: 0 12px 30px rgba(0, 0, 0, 0.06);
  --gwone-shadow-md: 0 24px 60px rgba(0, 0, 0, 0.10);
  --gwone-shadow-lg: 0 30px 80px rgba(0, 0, 0, 0.16);
  --gwone-shadow-green: 0 14px 34px rgba(0, 210, 106, 0.22);
  --gwone-shadow-green-strong: 0 18px 45px rgba(0, 210, 106, 0.30);

  --gwone-container: 1220px;
  --gwone-transition: 0.28s ease;
}

/* ===== RESET ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.gwone-page {
  margin: 0;
  padding: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: var(--gwone-text);
  background: var(--gwone-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.gwone-page img {
  display: block;
  max-width: 80%;
  height: auto;
}

body.gwone-page img.gwone-dashboard {
    margin: 0 auto;
    max-width: 1000px;
    border-radius: 10px;
    margin-top: 3vw;
}	

body.gwone-page a {
  color: inherit;
  text-decoration: none;
}

body.gwone-page ul,
body.gwone-page ol {
  margin: 0;
  padding: 0;
}

body.gwone-page p:last-child,
body.gwone-page ul:last-child,
body.gwone-page ol:last-child {
  margin-bottom: 0;
}

/* ===== UTILITÁRIOS ===== */
.gwone-container {
  width: min(var(--gwone-container), calc(100% - 40px));
  margin: 0 auto;
}

.gwone-narrow {
  max-width: 980px;
}

.gwone-section {
  position: relative;
  padding: 110px 0;
}

.gwone-section-soft {
  background: linear-gradient(180deg, var(--gwone-bg-soft) 0%, var(--gwone-bg-soft-2) 100%);
}

.gwone-section-dark {
  background:
    radial-gradient(circle at top right, rgba(0, 210, 106, 0.08), transparent 24%),
    linear-gradient(180deg, var(--gwone-bg-dark) 0%, var(--gwone-bg-dark-2) 100%);
  color: var(--gwone-white);
}

.gwone-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--gwone-green);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gwone-kicker::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}

.gwone-section-heading {
  max-width: 780px;
  margin-bottom: 48px;
}

.gwone-section-heading-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.gwone-section-heading h2,
.gwone-cta-final h2 {
  margin: 0 0 18px;
  line-height: 1.04;
  letter-spacing: -0.05em;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.gwone-hero-content h1 {
  margin: 0 0 18px;
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-size: clamp(2.8rem, 5vw, 3.9rem);
  max-width: 780px;
}

.gwone-section-heading p,
.gwone-hero-text,
.gwone-cta-final p {
  margin: 0;
  font-size: 1.06rem;
  color: var(--gwone-text-soft);
}

.gwone-section-dark .gwone-section-heading p,
.gwone-section-dark .gwone-ia-footer p {
  color: var(--gwone-text-light);
}

/* ===== HEADER ===== */
.gwone-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(10, 14, 18, 0.07);
}

.gwone-header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.gwone-brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.gwone-brand-logo {
  height: 34px;
  width: auto;
}

.gwone-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.gwone-nav a {
  position: relative;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1b2027;
  transition: color var(--gwone-transition);
}

.gwone-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--gwone-green);
  transition: width var(--gwone-transition);
}

.gwone-nav a:hover {
  color: var(--gwone-green-deep);
}

.gwone-nav a:hover::after {
  width: 100%;
}

.gwone-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ===== BOTÕES ===== */
body.gwone-page a.gwone-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: var(--gwone-radius-pill);
  border: 1px solid transparent;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition:
    transform var(--gwone-transition),
    background var(--gwone-transition),
    color var(--gwone-transition),
    border-color var(--gwone-transition),
    box-shadow var(--gwone-transition);
}

body.gwone-page a.gwone-btn:hover {
  transform: translateY(-2px);
}

body.gwone-page a.gwone-btn-primary {
  background: var(--gwone-green);
  color: #051109;
  box-shadow: var(--gwone-shadow-green);
}

body.gwone-page a.gwone-btn-primary:hover {
  background: #11df79;
  box-shadow: var(--gwone-shadow-green-strong);
}

body.gwone-page a.gwone-btn-secondary {
  background: var(--gwone-white);
  color: var(--gwone-black);
  border-color: rgba(0, 0, 0, 0.10);
}

body.gwone-page a.gwone-btn-secondary:hover {
  border-color: rgba(0, 0, 0, 0.18);
  box-shadow: var(--gwone-shadow-xs);
}

body.gwone-page a.gwone-btn-ghost {
  background: transparent;
  color: var(--gwone-black);
  border-color: rgba(0, 0, 0, 0.12);
}

body.gwone-page a.gwone-btn-ghost:hover {
  background: rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 0, 0, 0.20);
}

body.gwone-page a.gwone-btn-block {
  width: 100%;
}

/* ===== HERO ===== */
.gwone-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 78px;
  background:
    radial-gradient(circle at 92% 8%, rgba(0, 210, 106, 0.16), transparent 22%),
    radial-gradient(circle at 78% 22%, rgba(0, 210, 106, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
}

.gwone-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.015) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 80%);
  pointer-events: none;
}

.gwone-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.gwone-hero-text {
  max-width: 720px;
  margin-bottom: 1vw;
}

.gwone-inline-points {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin-top: 30px;
}

.gwone-inline-points li {
  position: relative;
  padding-left: 18px;
  color: #21262d;
  font-size: 0.98rem;
  font-weight: 500;
}

.gwone-inline-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gwone-green);
  box-shadow: 0 0 0 5px rgba(0, 210, 106, 0.10);
}

.gwone-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.gwone-microcopy {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 24px;
  color: var(--gwone-text-soft);
  font-size: 0.94rem;
}

.gwone-microcopy span {
  position: relative;
}

.gwone-microcopy span:not(:first-child)::before {
  content: "•";
  position: absolute;
  left: -12px;
  color: var(--gwone-green-deep);
}

.gwone-hero-visual {
  position: relative;
  min-height: 560px;
}

/* ===== CARDS BASE ===== */
.gwone-dashboard-card,
.gwone-floating-card,
.gwone-pain-card,
.gwone-flow-card,
.gwone-ia-card,
.gwone-module-card,
.gwone-benefit-card,
.gwone-stat-card,
.gwone-step-card,
.gwone-plan-card,
.gwone-faq-item,
.gwone-comparison-wrap {
  border-radius: var(--gwone-radius-md);
  transition:
    transform var(--gwone-transition),
    box-shadow var(--gwone-transition),
    border-color var(--gwone-transition),
    background var(--gwone-transition);
}

/* ===== HERO VISUAL ===== */
.gwone-dashboard-main {
  position: absolute;
  inset: 34px 28px 46px 0;
  padding: 26px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(10, 15, 20, 0.08);
  backdrop-filter: blur(18px);
  box-shadow: var(--gwone-shadow-lg);
}

.gwone-dashboard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}

.gwone-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: var(--gwone-radius-pill);
  font-size: 0.82rem;
  font-weight: 800;
}

.gwone-pill-green {
  background: rgba(0, 210, 106, 0.14);
  color: #016735;
}

.gwone-dashboard-status {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--gwone-text-soft);
}

.gwone-dashboard-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gwone-dashboard-module {
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--gwone-border);
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);
}

.gwone-dashboard-module strong,
.gwone-floating-card strong,
.gwone-module-card h3,
.gwone-ia-card h3,
.gwone-step-card h3,
.gwone-plan-header h3,
.gwone-pain-card strong,
.gwone-flow-card h3 {
  display: block;
  margin-bottom: 8px;
  font-size: 1.06rem;
  line-height: 1.2;
}

.gwone-dashboard-module span,
.gwone-flow-card p,
.gwone-plan-header p,
.gwone-plan-features li,
.gwone-stat-card span,
.gwone-step-card p,
.gwone-faq-item p,
.gwone-pain-card p {
  color: var(--gwone-text-soft);
}

.gwone-dashboard-module-highlight {
  background: linear-gradient(180deg, rgba(0, 210, 106, 0.14), #ffffff 100%);
  border-color: rgba(0, 210, 106, 0.30);
}

.gwone-floating-card {
  position: absolute;
  width: 230px;
  padding: 18px 20px;
  background: linear-gradient(180deg, #101419 0%, #0b0d10 100%);
  color: var(--gwone-white);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22);
}

.gwone-floating-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gwone-floating-card strong {
  margin-bottom: 0;
  font-size: 1rem;
}

.gwone-floating-card-top {
  top: 0;
  right: 0;
}

.gwone-floating-card-bottom {
  right: 18px;
  bottom: 0;
}

/* ===== DORES ===== */
.gwone-pain-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gwone-pain-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--gwone-border);
  backdrop-filter: blur(10px);
  box-shadow: var(--gwone-shadow-sm);
}

.gwone-highlight-phrase {
  max-width: 780px;
  margin: 32px auto 0;
  text-align: center;
  font-size: 1.12rem;
  color: #1f242b;
}

/* ===== SOLUÇÃO ===== */
.gwone-solution-grid,
.gwone-authority-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.gwone-solution-emphasis {
  margin-top: 22px !important;
  color: #1d2128 !important;
  font-size: 1.04rem;
}

.gwone-flow-card {
  padding: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf9 100%);
  border: 1px solid var(--gwone-border);
  box-shadow: var(--gwone-shadow-md);
}

.gwone-flow-card h3 {
  margin: 0 0 18px;
  font-size: 1.18rem;
}

.gwone-flow-track {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.gwone-flow-track span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0 18px;
  background: var(--gwone-white);
  border: 1px solid var(--gwone-border);
  border-radius: 14px;
  font-weight: 700;
  color: #1d2229;
  justify-content: space-around;  
}

.gwone-flow-track span:not(:last-child)::after {
  content: "↓";
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  color: var(--gwone-green-deep);
  font-weight: 800;
}

/* ===== IA ===== */
.gwone-ia-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gwone-ia-card {
  padding: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid var(--gwone-border-dark);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.gwone-ia-card h3 {
  color: var(--gwone-white);
}

.gwone-ia-card p {
  margin: 0;
  color: var(--gwone-text-light);
}

.gwone-ia-footer {
  margin-top: 30px;
  text-align: center;
  font-size: 1.06rem;
}

/* ===== MÓDULOS ===== */
.gwone-modules-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.gwone-module-card {
  padding: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfc 100%);
  border: 1px solid var(--gwone-border);
  box-shadow: var(--gwone-shadow-sm);
}

.gwone-module-card ul,
.gwone-plan-features {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gwone-module-card li,
.gwone-plan-features li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 0.97rem;
}

.gwone-module-card li::before,
.gwone-plan-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gwone-green);
}

.gwone-module-card li:last-child{
  margin-bottom: 0;
}

/* ===== BENEFÍCIOS ===== */
.gwone-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gwone-benefit-card {
  padding: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfc 100%);
  border: 1px solid var(--gwone-border);
  font-weight: 600;
  color: #1f232a;
  box-shadow: var(--gwone-shadow-sm);
}

/* ===== AUTORIDADE ===== */
.gwone-authority-stats {
  display: grid;
  gap: 18px;
}

.gwone-stat-card {
  padding: 30px;
  background: linear-gradient(180deg, #101419 0%, #0b0d10 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
}

.gwone-stat-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--gwone-green);
}

.gwone-stat-card span {
  color: rgba(255, 255, 255, 0.72);
}

/* ===== PASSOS ===== */
.gwone-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gwone-step-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--gwone-border);
  box-shadow: var(--gwone-shadow-sm);
}

.gwone-step-card > span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(0, 210, 106, 0.14) 0%, rgba(0, 210, 106, 0.08) 100%);
  color: #016735;
  font-weight: 800;
  font-size: 1rem;
  box-shadow: inset 0 0 0 1px rgba(0, 210, 106, 0.14);
}

/* ===== PLANOS ===== */
.gwone-plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
  margin-bottom: 36px;
}

.gwone-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid var(--gwone-border-dark);
  color: var(--gwone-white);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.gwone-plan-card-featured {
  background:
    radial-gradient(circle at top right, rgba(0, 210, 106, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(0, 210, 106, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-color: rgba(0, 210, 106, 0.34);
  box-shadow: 0 24px 60px rgba(0, 210, 106, 0.10);
  transform: translateY(-8px);
}

.gwone-plan-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: var(--gwone-radius-pill);
  background: var(--gwone-green);
  color: #041109;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: var(--gwone-shadow-green);
}

.gwone-plan-header {
  margin-bottom: 18px;
  padding-right: 80px;
}

.gwone-plan-header h3 {
  font-size: 1.3rem;
  color: var(--gwone-white);
}

.gwone-plan-header p {
  color: rgba(255, 255, 255, 0.72);
}

.gwone-plan-price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 24px;
}

.gwone-plan-price strong {
  font-size: 2.7rem;
  line-height: 1;
  letter-spacing: -0.06em;
  color: var(--gwone-white);
}

.gwone-plan-price span {
  padding-bottom: 4px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.70);
}

.gwone-plan-features {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
  flex: 1;
}

.gwone-plan-features li {
  color: rgba(255, 255, 255, 0.84);
}

/* ===== TABELA ===== */
.gwone-comparison-wrap {
  padding: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid var(--gwone-border-dark);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
}

.gwone-comparison-wrap h3 {
  margin: 0 0 18px;
  font-size: 1.18rem;
  color: var(--gwone-white);
}

.gwone-comparison-table-wrap {
  overflow-x: auto;
}

.gwone-comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.gwone-comparison-table th,
.gwone-comparison-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.96rem;
}

.gwone-comparison-table th {
  color: var(--gwone-white);
  font-weight: 700;
}

.gwone-comparison-table td {
  color: rgba(255, 255, 255, 0.78);
}

/* ===== FAQ ===== */
.gwone-faq-list {
  display: grid;
  gap: 14px;
}

.gwone-faq-item {
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfc 100%);
  border: 1px solid var(--gwone-border);
  box-shadow: var(--gwone-shadow-sm);
}

.gwone-faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 22px 58px 22px 22px;
  font-weight: 700;
  color: #1a1f26;
}

.gwone-faq-item summary::-webkit-details-marker {
  display: none;
}

.gwone-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  line-height: 1;
  color: var(--gwone-green-deep);
}

.gwone-faq-item[open] summary::after {
  content: "–";
}

.gwone-faq-item p {
  padding: 0 22px 22px;
  margin: 0;
}

/* ===== CTA FINAL ===== */
.gwone-cta-final {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at top left, rgba(0, 210, 106, 0.14), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f6faf8 100%);
}

.gwone-cta-final::before {
  content: "";
  position: absolute;
  inset: auto -10% -40% auto;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 210, 106, 0.14), transparent 70%);
  pointer-events: none;
}

.gwone-cta-final-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
  padding: 42px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--gwone-border);
  border-radius: var(--gwone-radius-lg);
  backdrop-filter: blur(10px);
  box-shadow: var(--gwone-shadow-md);
}

.gwone-cta-final-actions {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}

/* ===== HOVERS ===== */
.gwone-pain-card:hover,
.gwone-module-card:hover,
.gwone-benefit-card:hover,
.gwone-step-card:hover,
.gwone-stat-card:hover,
.gwone-faq-item:hover,
.gwone-flow-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--gwone-shadow-md);
}

.gwone-ia-card:hover {
  transform: translateY(-3px);
  border-color: var(--gwone-border-dark-strong);
}

.gwone-dashboard-module:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 210, 106, 0.24);
}

.gwone-plan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 210, 106, 0.32);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.22);
}

.gwone-plan-card-featured:hover {
  transform: translateY(-10px);
  box-shadow: 0 26px 64px rgba(0, 210, 106, 0.14);
}

/* ===== MENU MOBILE ===== */
.gwone-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 14px;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  transition: 0.25s ease;
}

.gwone-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #161a20;
  transition: 0.25s ease;
}

.gwone-menu-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.gwone-menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.gwone-menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ===== IMAGENS ===== */
.gwone-hero-image-frame {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8f6 100%);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
}

.gwone-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.gwone-image-card {
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--gwone-border);
  box-shadow: var(--gwone-shadow-md);
}

.gwone-section-image {
  display: block;
  width: 100%;
  height: auto;
}

/* ===== AJUSTE HERO COM IMAGEM ===== */
.gwone-hero-visual .gwone-dashboard-main {
  z-index: 2;
}

.gwone-hero-visual .gwone-floating-card {
  z-index: 3;
}

.gwone-hero-visual .gwone-hero-image-frame {
  z-index: 1;
}

/* ===== RESPONSIVO MENU ===== */
@media (max-width: 980px) {
  .gwone-menu-toggle {
    display: inline-flex;
  }

  .gwone-header-inner {
    justify-content: space-between;
    position: relative;
  }

  .gwone-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    margin-top: 8px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
  }

  .gwone-nav.is-open {
    display: flex;
  }

  .gwone-header-actions {
    display: none;
    width: 100%;
    margin-top: 12px;
    flex-direction: column;
    gap: 10px;
  }

  .gwone-header-actions.is-open {
    display: flex;
  }
}

/* ===== RESPONSIVO ===== */
@media (max-width: 1180px) {
  .gwone-hero-grid,
  .gwone-solution-grid,
  .gwone-authority-grid,
  .gwone-cta-final-inner {
    grid-template-columns: 1fr;
  }

  .gwone-hero-visual {
    min-height: 500px;
  }

  .gwone-modules-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gwone-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gwone-pain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gwone-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gwone-plans-grid {
    grid-template-columns: 1fr;
  }

  .gwone-plan-card-featured {
    transform: none;
  }

  .gwone-cta-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 980px) {
  .gwone-header-inner {
    flex-wrap: wrap;
    justify-content: center;
    min-height: auto;
    padding: 14px 0;
  }

  .gwone-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 18px;
  }

  .gwone-header-actions {
    width: 100%;
    justify-content: center;
  }

  .gwone-inline-points {
    grid-template-columns: 1fr;
  }

  .gwone-dashboard-main {
    inset: 18px 0 56px 0;
  }

  .gwone-dashboard-body,
  .gwone-ia-grid,
  .gwone-modules-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gwone-floating-card {
    width: 210px;
  }
}

@media (max-width: 640px) {
  .gwone-container {
    width: min(var(--gwone-container), calc(100% - 24px));
  }

  .gwone-section,
  .gwone-cta-final {
    padding: 76px 0;
  }

  .gwone-hero {
    padding: 76px 0 58px;
  }

  .gwone-hero-actions,
  .gwone-header-actions,
  .gwone-cta-final-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .gwone-btn,
  .gwone-header-actions .gwone-btn,
  .gwone-hero-actions .gwone-btn,
  .gwone-cta-final-actions .gwone-btn {
    width: 100%;
  }

  .gwone-hero-visual {
    min-height: 440px;
  }

  .gwone-dashboard-main {
    padding: 18px;
  }

  .gwone-dashboard-body,
  .gwone-pain-grid,
  .gwone-ia-grid,
  .gwone-modules-grid,
  .gwone-benefits-grid,
  .gwone-steps-grid {
    grid-template-columns: 1fr;
  }

  .gwone-floating-card {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .gwone-plan-card,
  .gwone-comparison-wrap,
  .gwone-cta-final-inner {
    padding: 22px;
  }

  .gwone-faq-item summary {
    padding: 18px 52px 18px 18px;
  }

  .gwone-faq-item p {
    padding: 0 18px 18px;
  }
}