.gtw-funnel {
  --gtw-ink: #111827;
  --gtw-muted: #69727d;
  --gtw-line: #e2e8f0;
  --gtw-pink: #fa40c2;
  --gtw-pink-dark: #e72cad;
  --gtw-soft: #fff0fb;
  color: var(--gtw-ink);
  background: #fff;
  font-family: Poppins, sans-serif;
  line-height: 1.45;
  position: relative;
}

.gtw-funnel *, .gtw-funnel *::before, .gtw-funnel *::after { box-sizing: border-box; }
.gtw-funnel button, .gtw-funnel input, .gtw-funnel a { font: inherit; }

.gtw-sticky-bar {
  max-width: 1060px;
  min-height: 62px;
  margin: 0 auto;
  padding: 8px 12px;
  border: 1px solid var(--gtw-line);
  border-radius: 0 0 12px 12px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 24px rgba(15,23,42,.08);
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(10px);
}

.admin-bar .gtw-sticky-bar { top: 32px; }
.gtw-sticky-brand { min-width: 0; display: flex; align-items: center; gap: 9px; color: var(--gtw-ink); text-decoration: none; }
.gtw-sticky-brand:hover { color: var(--gtw-ink); }
.gtw-sticky-brand img { width: auto; max-width: 142px; height: 40px; object-fit: contain; object-position: left center; }
.gtw-sticky-brand > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(135deg,#ff73d3,var(--gtw-pink)); color: #fff; font-weight: 800; }
.gtw-sticky-brand strong { font-size: 15px; font-weight: 700; }
.gtw-sticky-links { display: flex; align-items: center; gap: 5px; }
.gtw-sticky-links button { padding: 8px 11px; border: 0; border-radius: 8px; background: transparent; color: #555d66; font-size: 12px; font-weight: 600; cursor: pointer; }
.gtw-sticky-links button:hover { background: var(--gtw-soft); color: var(--gtw-pink); }
.gtw-sticky-cart { justify-self: end; min-height: 43px; padding: 6px 8px 6px 13px; border: 1px solid #f1c5e5; border-radius: 10px; display: flex; align-items: center; gap: 8px; background: #fff; color: var(--gtw-ink); cursor: pointer; }
.gtw-sticky-cart > span { color: var(--gtw-muted); font-size: 10px; }
.gtw-sticky-cart > strong { color: var(--gtw-ink); font-size: 13px; white-space: nowrap; }
.gtw-sticky-cart > b { min-width: 25px; height: 25px; padding: 0 5px; border-radius: 99px; display: grid; place-items: center; background: var(--gtw-pink); color: #fff; font-size: 10px; }

.gtw-intro {
  max-width: 1060px;
  margin: 24px auto 20px;
  padding: 34px 22px 30px;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff0fb, #ffdff6);
  text-align: center;
}

.gtw-eyebrow {
  display: inline-flex;
  padding: 7px 13px;
  border-radius: 999px;
  background: #fff;
  color: #5e5560;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

.gtw-intro h1,
.gtw-step h2,
.gtw-cart h2,
.gtw-added h2 {
  font-family: Poppins, sans-serif;
  letter-spacing: -.03em;
  line-height: 1.08;
}

.gtw-intro h1 {
  margin: 13px 0 7px;
  font-size: clamp(34px, 3.7vw, 46px);
  font-weight: 600;
}

.gtw-intro p { margin: 0; color: var(--gtw-muted); font-size: 16px; }

.gtw-trust-row {
  margin-top: 17px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
}

.gtw-trust-row span {
  padding: 6px 10px;
  border: 1px solid rgba(250, 64, 194, .15);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  color: #554d56;
  font-size: 12px;
  font-weight: 700;
}

.gtw-trust-row span::before { content: "✓"; margin-right: 5px; color: var(--gtw-pink); }

.gtw-cart-button {
  display: none;
  margin: 14px auto 0;
  padding: 9px 13px;
  border: 1px solid var(--gtw-line);
  border-radius: 11px;
  background: #fff;
  color: var(--gtw-ink);
  font-weight: 800;
  cursor: pointer;
}

.gtw-cart-button span {
  min-width: 22px;
  height: 22px;
  margin-left: 5px;
  display: inline-grid;
  place-items: center;
  border-radius: 99px;
  background: var(--gtw-pink);
  color: #fff;
  font-size: 11px;
}

.gtw-layout {
  max-width: 1060px;
  margin: 0 auto 72px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 18px;
  align-items: start;
}

.gtw-builder {
  min-height: 460px;
  padding: 24px;
  border: 1px solid var(--gtw-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.04), 0 10px 18px rgba(0,0,0,.06);
}

.gtw-progress {
  height: 4px;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 99px;
  background: #f5eaf2;
}

.gtw-progress span {
  width: 20%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--gtw-pink);
  transition: width .25s ease;
}

.gtw-step { scroll-margin-top: 20px; animation: gtw-appear .2s ease; }
.gtw-step-heading { margin-bottom: 20px; display: flex; gap: 11px; align-items: center; }

.gtw-step-heading > span {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--gtw-soft);
  color: var(--gtw-pink);
  font-size: 13px;
  font-weight: 900;
}

.gtw-step h2 { margin: 0 0 2px; font-size: 25px; font-weight: 600; }
.gtw-step p { margin: 0; color: var(--gtw-muted); font-size: 14px; }
.gtw-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.gtw-step-feedback { grid-column: 1 / -1; min-height: 78px; padding: 22px; border: 1px solid var(--gtw-line); border-radius: 10px; display: grid; place-items: center; background: #f8fafc; text-align: center; }
.gtw-step-feedback.is-error { border-color: #fecaca; background: #fff7f7; color: #b42318; }

.gtw-option {
  min-height: 96px;
  padding: 16px;
  border: 1px solid var(--gtw-line);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: var(--gtw-ink);
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.gtw-option:hover { transform: translateY(-2px); border-color: rgba(250,64,194,.45); box-shadow: 0 8px 20px rgba(0,0,0,.08); }

.gtw-option-icon {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: transparent;
  color: var(--gtw-pink);
  font-weight: 900;
}
.gtw-option-icon img { width: 52px; height: 52px; display: block; object-fit: contain; }

.gtw-option-copy { min-width: 0; flex: 1; }
.gtw-option-copy b, .gtw-option-copy small { display: block; }
.gtw-option-copy b { font-size: 16px; }
.gtw-option-copy small { margin-top: 2px; color: var(--gtw-muted); font-size: 12px; line-height: 1.35; }
.gtw-option-arrow { color: var(--gtw-pink); font-size: 18px; }

.gtw-network-instagram,
.gtw-network-tiktok { min-height: 124px; border: 0; color: #fff; }

.gtw-network-instagram { background: linear-gradient(135deg, #a638ad, #e62c83 58%, #ff7a43); }
.gtw-network-tiktok { background: linear-gradient(135deg, #090a0d, #1b1c22); box-shadow: inset 4px 0 #25f4ee, inset -4px 0 #fe2c55; }
.gtw-network-instagram:hover { border-color: transparent; box-shadow: 0 13px 28px rgba(193, 53, 132, .22); }
.gtw-network-tiktok:hover { border-color: transparent; box-shadow: inset 4px 0 #25f4ee, inset -4px 0 #fe2c55, 0 13px 28px rgba(9, 10, 13, .2); }

.gtw-network-instagram .gtw-option-icon,
.gtw-network-tiktok .gtw-option-icon {
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.13);
  color: #fff;
}

.gtw-network-instagram .gtw-option-copy small,
.gtw-network-tiktok .gtw-option-copy small { color: rgba(255,255,255,.76); }
.gtw-network-instagram .gtw-option-arrow,
.gtw-network-tiktok .gtw-option-arrow { color: #fff; }

.gtw-back {
  margin: 0 0 17px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gtw-muted);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.gtw-back:hover { color: var(--gtw-pink); }

.gtw-packages { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.gtw-package {
  min-height: 130px;
  padding: 17px 14px;
  border: 1px solid var(--gtw-line);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: #fff;
  color: var(--gtw-ink);
  text-align: left;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: .18s ease;
}
.gtw-package:hover { transform: translateY(-2px); border-color: var(--gtw-pink); box-shadow: 0 10px 24px rgba(41, 24, 36, .08); }
.gtw-package.is-highlighted { border-color: rgba(250, 64, 194, .5); background: #fffafd; }
.gtw-package-badge { position: absolute; inset: 0 0 auto; padding: 5px 10px; background: var(--gtw-soft); color: var(--gtw-pink); font-size: 9px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.gtw-package-icon { width: 31px; height: 31px; position: absolute; top: 11px; right: 11px; opacity: .9; }
.gtw-package.is-highlighted .gtw-package-icon { top: 31px; }
.gtw-package-icon img { width: 100%; height: 100%; display: block; object-fit: contain; }
.gtw-package.is-highlighted b { margin-top: 16px; }
.gtw-package b { font-size: 13px; }
.gtw-package strong { margin: 7px 0 2px; color: var(--gtw-pink); font-size: 22px; letter-spacing: -.025em; white-space: nowrap; }
.gtw-package small { color: #766772; font-size: 11px; font-weight: 700; }

.gtw-package.gtw-package-tiktok {
  border-color: #303640;
  background: linear-gradient(145deg, #252a33, #101319 72%);
  color: #fff;
  box-shadow: inset 3px 0 #25f4ee, inset -3px 0 #fe2c55, 0 8px 20px rgba(8,10,14,.14);
}
.gtw-package.gtw-package-tiktok.is-highlighted {
  border-color: #414955;
  background: linear-gradient(145deg, #2c323c, #12151b 72%);
}
.gtw-package.gtw-package-tiktok:hover {
  border-color: #25f4ee;
  background: linear-gradient(145deg, #303742, #151920 72%);
  box-shadow: inset 3px 0 #25f4ee, inset -3px 0 #fe2c55, 0 12px 26px rgba(8,10,14,.24);
}
.gtw-package.gtw-package-tiktok .gtw-package-badge {
  background: linear-gradient(90deg, rgba(37,244,238,.18), rgba(254,44,85,.2));
  color: #fff;
}
.gtw-package.gtw-package-tiktok .gtw-package-icon { filter: grayscale(1) brightness(0) invert(1); opacity: .68; }
.gtw-package.gtw-package-tiktok strong { color: #25f4ee; }
.gtw-package.gtw-package-tiktok small { color: #cbd5e1; }

.gtw-target-card { max-width: 570px; padding: 20px; border: 1px solid var(--gtw-line); border-radius: 10px; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.04); }
.gtw-selection-summary { margin-bottom: 18px; padding: 14px; border-radius: 11px; display: grid; grid-template-columns: 1fr auto; background: #fff; }
.gtw-selection-summary span { grid-column: 1 / -1; color: var(--gtw-muted); font-size: 11px; }
.gtw-selection-summary b { margin-top: 3px; }
.gtw-selection-summary strong { grid-column: 2; grid-row: 2; color: var(--gtw-pink); }
.gtw-target-card label { display: block; margin-bottom: 6px; font-weight: 800; }
.gtw-target-card input { width: 100%; height: 49px; padding: 0 13px; border: 1px solid #d8cfd5; border-radius: 10px; background: #fff; color: var(--gtw-ink); outline: none; }
.gtw-target-card input:focus { border-color: var(--gtw-pink); box-shadow: 0 0 0 3px rgba(250,64,194,.1); }
.gtw-field-error { min-height: 19px !important; margin: 5px 0 7px !important; color: #b42318 !important; font-size: 12px !important; }

.gtw-primary, .gtw-secondary { min-height: 49px; padding: 0 20px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; font-weight: 600; text-decoration: none; cursor: pointer; }
.gtw-primary { border: 0; background: var(--gtw-pink); color: #fff !important; box-shadow: 0 8px 18px rgba(250,64,194,.2); }
.gtw-primary:hover, .gtw-primary:focus { background: var(--gtw-pink-dark); color: #fff !important; }
.gtw-primary:disabled { opacity: .58; cursor: wait; }
.gtw-secondary { border: 1px solid var(--gtw-line); background: #fff; color: var(--gtw-ink); }

.gtw-added { padding: 60px 18px; text-align: center; animation: gtw-appear .2s ease; }
.gtw-added-icon { width: 50px; height: 50px; margin: auto; display: grid; place-items: center; border-radius: 50%; background: #e8f8ef; color: #198754; font-size: 21px; font-weight: 900; }
.gtw-added h2 { margin: 14px 0 5px; font-size: 30px; }
.gtw-added p { margin: 0; color: var(--gtw-muted); }
.gtw-added-actions { margin-top: 20px; display: flex; justify-content: center; gap: 9px; }

.gtw-cart { padding: 20px; border: 1px solid var(--gtw-line); border-radius: 12px; background: #fff; color: var(--gtw-ink); box-shadow: 0 1px 2px rgba(0,0,0,.04), 0 10px 18px rgba(0,0,0,.06); position: sticky; top: 18px; }
.gtw-cart-head { display: flex; justify-content: space-between; align-items: flex-start; }
.gtw-cart-head span { color: var(--gtw-pink); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.gtw-cart h2 { margin: 3px 0 0; font-size: 24px; font-weight: 600; }
.gtw-cart-head button { display: none; border: 0; background: transparent; color: var(--gtw-ink); font-size: 25px; cursor: pointer; }
.gtw-cart-empty { padding: 42px 8px; text-align: center; }
.gtw-cart-empty span { width: 38px; height: 38px; margin: auto; display: grid; place-items: center; border: 1px solid #f2c5e5; border-radius: 10px; color: var(--gtw-pink); background: var(--gtw-soft); }
.gtw-cart-empty p { margin: 11px 0 2px; font-size: 13px; font-weight: 800; }
.gtw-cart-empty small { color: var(--gtw-muted); font-size: 11px; }
.gtw-cart-item { padding: 13px 0; border-bottom: 1px solid var(--gtw-line); display: flex; gap: 10px; justify-content: space-between; }
.gtw-cart-item div b, .gtw-cart-item div small, .gtw-cart-item div strong { display: block; }
.gtw-cart-item div b { font-size: 12px; }
.gtw-cart-item div small { max-width: 180px; margin: 2px 0; color: var(--gtw-muted); font-size: 11px; overflow: hidden; text-overflow: ellipsis; }
.gtw-cart-item div strong { color: var(--gtw-pink); font-size: 13px; }
.gtw-cart-item > button { align-self: flex-start; padding: 0; border: 0; background: transparent; color: #956f87; font-size: 10px; cursor: pointer; }
.gtw-cart-footer { padding-top: 16px; }
.gtw-cart-footer > div { margin-bottom: 12px; display: flex; justify-content: space-between; align-items: center; }
.gtw-cart-footer > div span { color: var(--gtw-muted); }
.gtw-cart-footer > div strong { font-size: 20px; }
.gtw-cart-footer .gtw-primary { width: 100%; }
.gtw-cart-footer small { margin-top: 8px; display: block; color: var(--gtw-muted); font-size: 10px; text-align: center; }

.gtw-toast { position: fixed; left: 16px; bottom: 16px; z-index: 9998; max-width: 340px; padding: 11px 13px; border: 1px solid var(--gtw-line); border-radius: 11px; display: flex; align-items: center; gap: 9px; background: #fff; color: var(--gtw-ink); box-shadow: 0 12px 35px rgba(41,24,36,.14); opacity: 0; transform: translateY(10px); transition: .22s ease; }
.gtw-toast.is-visible { opacity: 1; transform: none; }
.gtw-toast-dot { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: #2aae6f; }
.gtw-toast p { margin: 0; font-size: 11px; font-weight: 700; }

.gtw-faq {
  max-width: 1016px;
  margin: -34px auto 78px;
  padding: 0 22px;
}

.gtw-faq-heading { margin-bottom: 18px; text-align: center; }
.gtw-faq-heading > span { display: inline-block; color: var(--gtw-pink); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.gtw-faq-heading h2 { margin: 5px 0 6px; font-size: clamp(27px, 3vw, 36px); font-weight: 600; letter-spacing: -.035em; }
.gtw-faq-heading p { margin: 0; color: var(--gtw-muted); font-size: 14px; }
.gtw-faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 9px; }
.gtw-faq-item { border: 1px solid var(--gtw-line); border-radius: 11px; background: #fff; box-shadow: 0 5px 16px rgba(15,23,42,.04); overflow: hidden; }
.gtw-faq-item[open] { border-color: rgba(250,64,194,.28); }
.gtw-faq-item summary { min-height: 58px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--gtw-ink); font-size: 14px; font-weight: 800; cursor: pointer; list-style: none; }
.gtw-faq-item summary::-webkit-details-marker { display: none; }
.gtw-faq-item summary span { width: 26px; height: 26px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--gtw-soft); color: var(--gtw-pink); font-size: 18px; transition: transform .2s ease; }
.gtw-faq-item[open] summary span { transform: rotate(45deg); }
.gtw-faq-item > div { padding: 0 18px 18px; color: var(--gtw-muted); font-size: 13px; line-height: 1.65; }

@keyframes gtw-appear { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .gtw-layout { grid-template-columns: 1fr; }
  .gtw-cart { position: fixed; inset: 0 0 0 auto; z-index: 9999; width: min(360px, 94vw); border-radius: 0; transform: translateX(110%); transition: transform .22s ease; overflow: auto; }
  .gtw-cart.is-open { transform: none; }
  .gtw-cart-head button { display: block; }
}

@media (max-width: 620px) {
  .gtw-sticky-bar { min-height: 56px; padding: 6px 8px; grid-template-columns: auto 1fr auto; gap: 6px; border-radius: 0; }
  .admin-bar .gtw-sticky-bar { top: 46px; }
  .gtw-sticky-brand img { max-width: 80px; height: 34px; }
  .gtw-sticky-brand strong { display: none; }
  .gtw-sticky-brand > span { width: 32px; height: 32px; }
  .gtw-sticky-links { justify-content: center; }
  .gtw-sticky-links button { padding: 7px 6px; font-size: 10px; }
  .gtw-sticky-cart { min-height: 38px; padding: 5px; gap: 5px; }
  .gtw-sticky-cart > span { display: none; }
  .gtw-sticky-cart > strong { font-size: 11px; }
  .gtw-sticky-cart > b { min-width: 22px; height: 22px; }
  .gtw-intro { padding: 30px 15px 19px; }
  .gtw-intro h1 { font-size: 36px; }
  .gtw-layout { padding: 0 10px; margin-bottom: 48px; }
  .gtw-builder { min-height: 0; padding: 18px 14px; border-radius: 17px; }
  .gtw-options { grid-template-columns: 1fr; }
  .gtw-network-instagram, .gtw-network-tiktok { min-height: 100px; }
  .gtw-packages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gtw-package { min-height: 124px; }
  .gtw-added-actions { flex-direction: column; }
  .gtw-added-actions > * { width: 100%; }
  .gtw-toast { left: 10px; right: 10px; bottom: 10px; max-width: none; }
  .gtw-faq { margin-top: -16px; padding: 0 10px; }
  .gtw-selection-summary { grid-template-columns: 1fr; }
  .gtw-selection-summary strong { grid-column: 1; grid-row: auto; margin-top: 3px; }
}

/* Cabeçalho próprio das páginas do funil. O rodapé do Elementor permanece ativo. */
body.gtw-funnel-page .elementor-location-header { display: none !important; }
body.gtw-funnel-page .gtw-funnel { padding-top: 92px; }
body.gtw-menu-open { overflow: hidden; }
.gtw-funnel .gtw-step, .gtw-funnel .gtw-faq { scroll-margin-top: 105px; }

.gtw-site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100000;
  pointer-events: none;
}

.admin-bar .gtw-site-header { top: 32px; }

.gtw-site-header .gtw-sticky-bar {
  width: calc(100% - 24px);
  max-width: 1180px;
  min-height: 70px;
  margin: 10px auto 0;
  padding: 9px 11px 9px 16px;
  border: 1px solid rgba(236, 195, 224, .78);
  border-radius: 17px;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 35px rgba(80, 27, 63, .13);
  position: relative;
  top: auto;
  z-index: 2;
  pointer-events: auto;
  backdrop-filter: blur(16px);
}

.gtw-site-header .gtw-sticky-brand img { max-width: 138px; height: 46px; }
.gtw-site-header .gtw-sticky-links { justify-content: center; gap: 2px; }
.gtw-site-header .gtw-sticky-links a,
.gtw-site-header .gtw-sticky-links button {
  min-height: 38px;
  padding: 9px 11px;
  border: 0;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #4d3f49;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.gtw-site-header .gtw-sticky-links a:hover,
.gtw-site-header .gtw-sticky-links button:hover { background: var(--gtw-soft); color: var(--gtw-pink-dark); }
.gtw-sticky-actions { display: flex; align-items: center; gap: 8px; }
.gtw-menu-toggle { width: 43px; height: 43px; padding: 0; border: 1px solid #efd4e7; border-radius: 12px; display: none; flex-direction: column; align-items: center; justify-content: center; gap: 4px; background: linear-gradient(145deg, #fff, #fff2fb); cursor: pointer; }
.gtw-menu-toggle i { width: 18px; height: 2px; border-radius: 5px; display: block; background: #30242c; transition: .2s ease; }
.gtw-menu-toggle[aria-expanded="true"] i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.gtw-menu-toggle[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
.gtw-menu-toggle[aria-expanded="true"] i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.gtw-menu-backdrop { position: fixed; inset: 0; z-index: 3; border: 0; background: rgba(25, 16, 23, .48); opacity: 0; visibility: hidden; pointer-events: auto; transition: opacity .22s ease, visibility .22s ease; backdrop-filter: blur(3px); }
.gtw-mobile-menu { position: fixed; inset: 0 0 0 auto; z-index: 4; width: min(400px, 100vw); height: 100dvh; padding: 18px; display: flex; flex-direction: column; gap: 17px; background: linear-gradient(180deg, #fff 0%, #fff8fd 62%, #fff 100%); box-shadow: -22px 0 55px rgba(34, 18, 29, .2); overflow: auto; pointer-events: auto; transform: translateX(105%); visibility: hidden; transition: transform .25s ease, visibility .25s ease; }
.gtw-site-header.is-menu-open .gtw-menu-backdrop { opacity: 1; visibility: visible; }
.gtw-site-header.is-menu-open .gtw-mobile-menu { transform: none; visibility: visible; }
.gtw-mobile-menu-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.gtw-mobile-brand { min-width: 0; display: flex; align-items: center; gap: 8px; color: var(--gtw-ink); text-decoration: none; }
.gtw-mobile-brand img { width: auto; max-width: 132px; height: 45px; object-fit: contain; }
.gtw-mobile-brand > span { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, #ff73d3, var(--gtw-pink)); color: #fff; font-weight: 900; }
.gtw-menu-close { width: 42px; height: 42px; padding: 0 0 3px; border: 1px solid #eadfe6; border-radius: 50%; display: grid; place-items: center; background: #fff; color: #382c34; font-size: 27px; line-height: 1; cursor: pointer; }
.gtw-mobile-menu-copy { padding: 19px; border-radius: 18px; background: linear-gradient(135deg, #2a2027, #151114); color: #fff; box-shadow: 0 12px 27px rgba(32, 18, 27, .16); }
.gtw-mobile-menu-copy span { display: block; color: #ff7bd5; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.gtw-mobile-menu-copy strong { margin-top: 4px; display: block; font-size: 21px; line-height: 1.2; }
.gtw-mobile-networks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.gtw-mobile-network { min-width: 0; min-height: 148px; padding: 14px; border: 1px solid transparent; border-radius: 17px; display: grid; grid-template-columns: 46px 1fr auto; grid-template-rows: auto auto 1fr; gap: 4px 8px; align-items: center; color: #fff; text-align: left; cursor: pointer; box-shadow: 0 10px 24px rgba(35, 22, 31, .11); }
.gtw-mobile-network.is-instagram { background: linear-gradient(145deg, #7b43dc, #ed3f91 55%, #ff944d); }
.gtw-mobile-network.is-tiktok { background: linear-gradient(145deg, #292d34, #101216); }
.gtw-mobile-network > span { width: 46px; height: 46px; grid-row: 1 / 3; border-radius: 13px; display: grid; place-items: center; background: rgba(255,255,255,.15); font-weight: 900; }
.gtw-mobile-network > span img { width: 38px; height: 38px; object-fit: contain; }
.gtw-mobile-network > b { align-self: end; font-size: 15px; }
.gtw-mobile-network > small { grid-column: 1 / 4; align-self: end; color: rgba(255,255,255,.8); font-size: 10px; line-height: 1.35; }
.gtw-mobile-network > i { grid-column: 3; grid-row: 1 / 3; font-size: 19px; font-style: normal; }
.gtw-mobile-links { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.gtw-mobile-links a { min-height: 64px; padding: 11px; border: 1px solid #eee2ea; border-radius: 14px; display: grid; grid-template-columns: 34px 1fr auto; gap: 8px; align-items: center; background: #fff; color: #352a31; text-decoration: none; box-shadow: 0 5px 15px rgba(35,22,31,.04); }
.gtw-mobile-links a > span { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--gtw-soft); color: var(--gtw-pink-dark); font-size: 16px; font-weight: 900; }
.gtw-mobile-links a > b { font-size: 11px; line-height: 1.25; }
.gtw-mobile-links a > i { color: #a6879b; font-size: 14px; font-style: normal; }
.gtw-mobile-cart { width: 100%; min-height: 65px; margin-top: auto; padding: 10px 11px 10px 15px; border: 0; border-radius: 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: linear-gradient(135deg, var(--gtw-pink), #cc218f); color: #fff; box-shadow: 0 13px 27px rgba(231,44,173,.24); cursor: pointer; }
.gtw-mobile-cart > span { display: grid; text-align: left; }
.gtw-mobile-cart > span small { color: rgba(255,255,255,.72); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.gtw-mobile-cart > span strong { font-size: 18px; }
.gtw-mobile-cart > b { padding: 10px 11px; border-radius: 11px; background: rgba(255,255,255,.16); font-size: 11px; white-space: nowrap; }
.gtw-mobile-cart > b i { min-width: 20px; height: 20px; margin-right: 4px; border-radius: 50%; display: inline-grid; place-items: center; background: #fff; color: var(--gtw-pink-dark); font-size: 9px; font-style: normal; }
.gtw-mobile-safe { margin: -7px 0 0; color: #75646f; font-size: 9px; text-align: center; }
.gtw-mobile-safe span { color: #1f9d64; font-weight: 900; }

@media (max-width: 840px) {
  body.gtw-funnel-page .gtw-funnel { padding-top: 78px; }
  .gtw-site-header .gtw-sticky-bar { width: calc(100% - 16px); min-height: 60px; margin-top: 7px; padding: 7px 8px 7px 12px; border-radius: 15px; grid-template-columns: 1fr auto; gap: 8px; }
  .gtw-site-header .gtw-sticky-links { display: none; }
  .gtw-site-header .gtw-sticky-brand img { max-width: 105px; height: 40px; }
  .gtw-site-header .gtw-sticky-cart { min-height: 43px; }
  .gtw-site-header .gtw-menu-toggle { display: flex; }
}

@media (max-width: 782px) {
  .admin-bar .gtw-site-header { top: 46px; }
}

@media (max-width: 480px) {
  .gtw-site-header .gtw-sticky-cart { padding: 5px 6px; }
  .gtw-site-header .gtw-sticky-cart > span { display: none; }
  .gtw-site-header .gtw-sticky-cart > strong { font-size: 10px; }
  .gtw-site-header .gtw-sticky-cart > b { min-width: 21px; height: 21px; }
  .gtw-mobile-menu { padding: 14px; gap: 14px; }
  .gtw-mobile-menu-copy { padding: 16px; }
  .gtw-mobile-menu-copy strong { font-size: 19px; }
  .gtw-mobile-network { min-height: 135px; padding: 12px; }
}

/* Protege os componentes do funil contra os estilos globais de botões do Elementor. */
.gtw-funnel button { font-family: Poppins, sans-serif; text-transform: none; letter-spacing: normal; }
.gtw-funnel button.gtw-option {
  width: 100%;
  min-height: 96px;
  padding: 16px;
  border: 1px solid var(--gtw-line);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: var(--gtw-ink);
  text-align: left;
  line-height: 1.45;
  box-shadow: none;
}
.gtw-funnel button.gtw-option .gtw-option-icon { width: 56px; height: 56px; display: grid; }
.gtw-funnel button.gtw-option .gtw-option-copy { min-width: 0; flex: 1; text-align: left; }
.gtw-funnel button.gtw-option .gtw-option-copy b { color: var(--gtw-ink); font-size: 16px; text-align: left; }
.gtw-funnel button.gtw-option .gtw-option-copy small { color: var(--gtw-muted); text-align: left; }
.gtw-funnel button.gtw-network-instagram,
.gtw-funnel button.gtw-network-tiktok { min-height: 124px; border: 0; color: #fff; }
.gtw-funnel button.gtw-network-instagram { background: linear-gradient(135deg, #a638ad, #e62c83 58%, #ff7a43); }
.gtw-funnel button.gtw-network-tiktok { background: linear-gradient(135deg, #090a0d, #1b1c22); box-shadow: inset 4px 0 #25f4ee, inset -4px 0 #fe2c55; }
.gtw-funnel button.gtw-network-instagram .gtw-option-copy b,
.gtw-funnel button.gtw-network-tiktok .gtw-option-copy b { color: #fff; }
.gtw-funnel button.gtw-network-instagram .gtw-option-copy small,
.gtw-funnel button.gtw-network-tiktok .gtw-option-copy small { color: rgba(255,255,255,.76); }
.gtw-funnel button.gtw-network-instagram .gtw-option-arrow,
.gtw-funnel button.gtw-network-tiktok .gtw-option-arrow { color: #fff; }
.gtw-funnel button.gtw-back { margin: 0 0 17px; padding: 0; border: 0; border-radius: 0; display: inline-block; background: transparent; color: var(--gtw-muted); text-align: left; box-shadow: none; }
.gtw-funnel button.gtw-package {
  width: 100%;
  min-height: 130px;
  padding: 17px 14px;
  border: 1px solid var(--gtw-line);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: #fff;
  color: var(--gtw-ink);
  text-align: left;
  line-height: 1.45;
  box-shadow: none;
}
.gtw-funnel button.gtw-package b { color: var(--gtw-ink); font-size: 13px; text-align: left; }
.gtw-funnel button.gtw-package strong { color: var(--gtw-pink); font-size: 22px; }
.gtw-funnel button.gtw-package small { color: #766772; font-size: 11px; }
.gtw-funnel button.gtw-package.is-highlighted { border-color: rgba(250,64,194,.5); background: #fffafd; }
.gtw-funnel button.gtw-package.gtw-package-tiktok { border-color: #303640; background: linear-gradient(145deg, #252a33, #101319 72%); color: #fff; box-shadow: inset 3px 0 #25f4ee, inset -3px 0 #fe2c55, 0 8px 20px rgba(8,10,14,.14); }
.gtw-funnel button.gtw-package.gtw-package-tiktok b { color: #fff; }
.gtw-funnel button.gtw-package.gtw-package-tiktok strong { color: #25f4ee; }
.gtw-funnel button.gtw-package.gtw-package-tiktok small { color: #cbd5e1; }
.gtw-funnel button.gtw-primary,
.gtw-funnel button.gtw-secondary { min-height: 49px; padding: 0 20px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; }
.gtw-funnel button.gtw-primary { border: 0; background: var(--gtw-pink); color: #fff; }
.gtw-funnel button.gtw-secondary { border: 1px solid var(--gtw-line); background: #fff; color: var(--gtw-ink); }
.gtw-funnel button.gtw-mobile-network { display: grid; text-align: left; }
.gtw-funnel button.gtw-mobile-network.is-instagram { border: 1px solid transparent; background: linear-gradient(145deg, #7b43dc, #ed3f91 55%, #ff944d); color: #fff; }
.gtw-funnel button.gtw-mobile-network.is-tiktok { border: 1px solid transparent; background: linear-gradient(145deg, #292d34, #101216); color: #fff; }
.gtw-funnel button.gtw-mobile-network b { color: #fff; text-align: left; }
.gtw-funnel button.gtw-mobile-cart { display: flex; border: 0; border-radius: 16px; background: linear-gradient(135deg, var(--gtw-pink), #cc218f); color: #fff; text-align: left; }

@media (max-width: 620px) {
  .gtw-funnel button.gtw-network-instagram,
  .gtw-funnel button.gtw-network-tiktok { min-height: 100px; }
  .gtw-funnel button.gtw-package { min-height: 124px; }
}

@media (prefers-reduced-motion: reduce) {
  .gtw-funnel * { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Cabeçalho e gaveta unificada da versão 1.1.0. */
body.gtw-funnel-page .gtw-funnel { padding-top: 70px; }
.gtw-funnel .gtw-layout {
  max-width: 780px;
  grid-template-columns: minmax(0, 1fr);
}

.gtw-site-header .gtw-sticky-bar {
  width: 100%;
  max-width: none;
  min-height: 68px;
  margin: 0;
  padding: 8px clamp(16px, 4vw, 54px);
  border: 0;
  border-bottom: 1px solid #f1e7ed;
  border-radius: 0;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 5px 20px rgba(56, 31, 47, .08);
}

.gtw-site-header .gtw-sticky-brand {
  justify-self: start;
}

.gtw-site-header .gtw-sticky-brand img {
  max-width: 116px;
  height: 46px;
}

.gtw-site-header .gtw-menu-toggle {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  display: flex;
  justify-self: center;
  background: transparent;
}

.gtw-site-header .gtw-menu-toggle:hover,
.gtw-site-header .gtw-menu-toggle:focus-visible,
.gtw-site-header .gtw-header-cart:hover,
.gtw-site-header .gtw-header-cart:focus-visible {
  background: #fff2fa;
  outline: none;
}

.gtw-header-cart {
  width: auto;
  min-width: 96px;
  height: 44px;
  padding: 0 8px;
  border: 0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  justify-self: end;
  background: transparent;
  color: #4f454b;
  cursor: pointer;
}

.gtw-header-cart-symbol {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.gtw-header-cart-symbol svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gtw-header-cart > strong {
  color: #3f343b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

/* O Elementor aplica padding, borda e display globais aos botões. */
.gtw-funnel button.gtw-header-cart {
  width: auto !important;
  min-width: 96px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 8px !important;
  border: 0 !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 7px !important;
  background: transparent !important;
  color: #4f454b !important;
  box-shadow: none !important;
}

.gtw-funnel button.gtw-header-cart:hover,
.gtw-funnel button.gtw-header-cart:focus-visible {
  background: #fff2fa !important;
}

.gtw-mobile-links {
  grid-template-columns: 1fr;
}

.gtw-mobile-links a {
  min-height: 56px;
}

.gtw-mobile-menu .gtw-cart.gtw-unified-cart {
  width: 100%;
  margin: 0;
  padding: 17px;
  border: 1px solid #eadfe6;
  border-radius: 17px;
  position: relative;
  inset: auto;
  top: auto;
  z-index: auto;
  background: #fff;
  box-shadow: 0 9px 24px rgba(45, 25, 38, .08);
  overflow: visible;
  transform: none;
  transition: none;
}

.gtw-mobile-menu .gtw-cart.gtw-unified-cart .gtw-cart-head button {
  display: none;
}

.gtw-funnel .gtw-mobile-menu-head {
  min-height: 38px;
}

.gtw-funnel .gtw-mobile-brand {
  width: auto !important;
  flex: 0 0 auto;
}

.gtw-funnel .gtw-mobile-brand img {
  width: auto !important;
  max-width: 88px !important;
  height: 32px !important;
  object-fit: contain !important;
}

.gtw-funnel button.gtw-menu-close {
  width: 30px !important;
  min-width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  padding: 0 0 2px !important;
  border: 1px solid #eee2ea !important;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center !important;
  background: #fff !important;
  color: #71616b !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.gtw-funnel button.gtw-menu-close:hover,
.gtw-funnel button.gtw-menu-close:focus-visible {
  border-color: #e8cddd !important;
  background: #fff7fc !important;
  color: var(--gtw-pink-dark) !important;
}

@media (max-width: 840px) {
  body.gtw-funnel-page .gtw-funnel { padding-top: 64px; }
  .gtw-site-header .gtw-sticky-bar {
    width: 100%;
    min-height: 62px;
    margin: 0;
    padding: 7px 14px;
    border-radius: 0;
    grid-template-columns: 1fr auto 1fr;
    gap: 8px;
  }
  .gtw-site-header .gtw-sticky-brand img { max-width: 102px; height: 40px; }
  .gtw-funnel button.gtw-header-cart { min-width: 94px !important; padding-right: 2px !important; }
}

@media (max-width: 480px) {
  .gtw-mobile-menu { width: min(390px, 100vw); }
  .gtw-mobile-menu .gtw-cart.gtw-unified-cart { padding: 15px; }
}

/* Acesso flutuante ao atendimento da GramTurbo. */
.gtw-whatsapp-support {
  min-width: 208px;
  min-height: 60px;
  padding: 8px 14px 8px 8px;
  border: 1px solid rgba(22, 163, 74, .18);
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9997;
  background: rgba(255, 255, 255, .97);
  color: #213028 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 34px rgba(27, 78, 49, .2), 0 2px 8px rgba(27, 78, 49, .08);
  backdrop-filter: blur(12px);
  transition: transform .2s ease, box-shadow .2s ease;
}

.gtw-whatsapp-support:hover,
.gtw-whatsapp-support:focus-visible {
  color: #17241c !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(27, 78, 49, .25), 0 3px 9px rgba(27, 78, 49, .1);
  outline: none;
}

.gtw-whatsapp-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  background: linear-gradient(145deg, #31d873, #16a34a);
  color: #fff;
  box-shadow: 0 6px 14px rgba(22, 163, 74, .28);
}

.gtw-whatsapp-icon svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: currentColor;
}

.gtw-whatsapp-icon i {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background: #22c55e;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, .15);
}

.gtw-whatsapp-copy {
  min-width: 0;
  display: grid;
  line-height: 1.15;
}

.gtw-whatsapp-copy small {
  margin-bottom: 3px;
  color: #18894a;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
}

.gtw-whatsapp-copy strong {
  color: #243129;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 620px) {
  .gtw-whatsapp-support {
    min-width: 194px;
    min-height: 54px;
    right: 11px;
    bottom: 11px;
    padding: 6px 12px 6px 6px;
  }
  .gtw-whatsapp-icon { width: 42px; height: 42px; }
  .gtw-whatsapp-copy strong { font-size: 12px; }
}

/* Cards de preço: leitura mais clara e destaque controlado pelo painel. */
.gtw-funnel .gtw-packages { gap: 12px; }

.gtw-funnel button.gtw-package {
  min-height: 154px;
  padding: 18px;
  border: 1px solid #ebe3e8;
  border-radius: 15px;
  justify-content: flex-start;
  background: linear-gradient(155deg, #fff 0%, #fff 72%, #fff9fd 100%);
  box-shadow: 0 5px 16px rgba(58, 34, 49, .05);
}

.gtw-funnel button.gtw-package:hover,
.gtw-funnel button.gtw-package:focus-visible {
  border-color: rgba(229, 49, 164, .48);
  background: #fff;
  box-shadow: 0 12px 28px rgba(58, 34, 49, .11);
  outline: none;
}

.gtw-funnel button.gtw-package .gtw-package-quantity {
  max-width: calc(100% - 42px);
  margin: 7px 0 0;
  color: #332b30;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.gtw-funnel button.gtw-package .gtw-package-price {
  margin: 13px 0 12px;
  color: #d91b94;
  font-size: clamp(22px, 2.2vw, 27px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.035em;
}

.gtw-package-cta {
  width: 100%;
  margin-top: auto;
  padding-top: 11px;
  border-top: 1px solid #f0e8ed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #71636c;
  font-size: 10px;
  font-weight: 800;
}

.gtw-package-cta i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff0fa;
  color: #d91b94;
  font-size: 14px;
  font-style: normal;
}

.gtw-funnel button.gtw-package .gtw-package-icon {
  width: 34px;
  height: 34px;
  padding: 7px;
  border: 1px solid #f3d9ea;
  border-radius: 11px;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  background: #fff4fb;
  opacity: .82;
}

.gtw-funnel button.gtw-package.is-highlighted {
  padding-top: 51px;
  border-color: rgba(221, 35, 151, .52);
  background: linear-gradient(155deg, #fff 0%, #fff7fc 100%);
  box-shadow: 0 8px 24px rgba(196, 29, 133, .12);
}

.gtw-funnel button.gtw-package.is-highlighted .gtw-package-badge {
  width: auto;
  max-width: calc(100% - 58px);
  padding: 6px 9px;
  border-radius: 8px;
  inset: 12px auto auto 12px;
  background: #ffe6f6;
  color: #b8177d;
  font-size: 8px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gtw-funnel button.gtw-package.is-highlighted .gtw-package-icon {
  top: 11px;
}

.gtw-funnel button.gtw-package.is-highlighted .gtw-package-quantity {
  margin-top: 0;
}

.gtw-funnel button.gtw-package.gtw-package-tiktok {
  border-color: #2d3540;
  background: linear-gradient(150deg, #242a33, #111419 74%);
  box-shadow: inset 3px 0 #25f4ee, inset -3px 0 #fe2c55, 0 7px 19px rgba(8, 10, 14, .16);
}

.gtw-funnel button.gtw-package.gtw-package-tiktok .gtw-package-icon {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .08);
}

.gtw-funnel button.gtw-package.gtw-package-tiktok .gtw-package-cta {
  border-top-color: rgba(255, 255, 255, .12);
  color: #c5cbd3;
}

.gtw-funnel button.gtw-package.gtw-package-tiktok .gtw-package-cta i {
  background: rgba(37, 244, 238, .12);
  color: #25f4ee;
}

.gtw-funnel button.gtw-package.gtw-package-tiktok.is-highlighted {
  border-color: #25f4ee;
  background: linear-gradient(150deg, #29313a, #12161c 74%);
}

.gtw-funnel button.gtw-package.gtw-package-tiktok.is-highlighted .gtw-package-badge {
  background: linear-gradient(90deg, rgba(37, 244, 238, .2), rgba(254, 44, 85, .22));
  color: #fff;
}

@media (max-width: 620px) {
  .gtw-funnel button.gtw-package { min-height: 148px; padding: 15px; }
  .gtw-funnel button.gtw-package.is-highlighted { padding-top: 48px; }
  .gtw-funnel button.gtw-package .gtw-package-price { font-size: 22px; }
  .gtw-package-cta span { font-size: 9px; }
}

/* O ícone participa do fluxo do card e nunca cobre quantidade ou preço. */
.gtw-funnel button.gtw-package {
  min-height: 180px;
}

.gtw-funnel button.gtw-package .gtw-package-icon,
.gtw-funnel button.gtw-package.is-highlighted .gtw-package-icon {
  width: 32px;
  height: 32px;
  margin: 0 0 12px;
  padding: 7px;
  position: relative;
  inset: auto;
  top: auto;
  right: auto;
  align-self: flex-start;
  opacity: .68;
}

.gtw-funnel button.gtw-package .gtw-package-quantity,
.gtw-funnel button.gtw-package.is-highlighted .gtw-package-quantity {
  max-width: 100%;
  margin: 0;
  display: block;
  font-size: 15px;
  line-height: 1.35;
}

.gtw-funnel button.gtw-package .gtw-package-price {
  width: 100%;
  margin: 12px 0;
  display: block;
}

.gtw-funnel button.gtw-package.is-highlighted {
  min-height: 180px;
}

@media (max-width: 620px) {
  .gtw-funnel button.gtw-package,
  .gtw-funnel button.gtw-package.is-highlighted { min-height: 176px; }
  .gtw-funnel button.gtw-package .gtw-package-icon,
  .gtw-funnel button.gtw-package.is-highlighted .gtw-package-icon { margin-bottom: 10px; }
  .gtw-funnel button.gtw-package .gtw-package-quantity,
  .gtw-funnel button.gtw-package.is-highlighted .gtw-package-quantity { font-size: 13px; }
}
