/* ======================================================
   landing-sistema.css - Dark Premium Design System
   ====================================================== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Sora:wght@600;700;800&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

:root {
  --pc-bg: #080c14;
  --pc-bg-deep: #030509;
  --pc-card: rgba(15, 22, 40, 0.72);
  --pc-card-hover: rgba(22, 32, 58, 0.85);
  --pc-text: #f3f4f6;
  --pc-muted: #9ca3af;
  --pc-border: rgba(255, 255, 255, 0.08);
  --pc-primary: var(--ap-cor, #2563eb);
  --pc-secondary: var(--ap-cor-escura, #1e40af);
  --pc-accent: #00f2fe;
  --pc-ok: #10b981;
  --pc-err: #ef4444;
  --pc-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  --pc-radius: 24px;
  --pc-radius-sm: 16px;

  /* Fallbacks for original variables */
  --blue: var(--pc-primary);
  --blue-h: var(--pc-secondary);
  --blue-lt: rgba(99, 102, 241, 0.15);
  --green: #10b981;
  --green-h: #059669;
  --dark: #080c14;
  --dark2: #030509;
  --gray: #9ca3af;
  --border: rgba(255, 255, 255, 0.08);
  --radius: 20px;
}

body {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  background-color: var(--pc-bg);
  background-image:
    radial-gradient(circle at 10% 15%, color-mix(in srgb, var(--pc-primary) 15%, rgba(99, 102, 241, 0.12)) 0%, transparent 45%),
    radial-gradient(circle at 90% 10%, rgba(6, 182, 212, 0.1) 0%, transparent 45%),
    radial-gradient(circle at 50% 85%, rgba(139, 92, 246, 0.06) 0%, transparent 50%),
    linear-gradient(180deg, var(--pc-bg) 0%, var(--pc-bg-deep) 100%);
  background-attachment: fixed;
  color: var(--pc-text);
  overflow-x: hidden;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* Organic noise overlay */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 150px;
  z-index: 0;
  mix-blend-mode: overlay;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.sp {
  padding: 100px 0;
  position: relative;
}

.sp-sm {
  padding: 72px 0;
  position: relative;
}

.tc {
  text-align: center;
}

/* ======================================================
   THEME COMPONENTS & TAGS
   ====================================================== */
.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #a5b4fc;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 20px;
  font-family: 'Outfit', sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.tag i {
  color: var(--pc-primary);
  font-size: 0.8rem;
}

.tag.white {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.12);
}

.tag.green {
  background: rgba(16, 185, 129, 0.1);
  color: #34d399;
  border-color: rgba(16, 185, 129, 0.2);
}

/* HEADINGS */
.hs {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 4vw, 2.85rem);
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.hs.white {
  color: #fff;
}

.ps {
  font-size: 1.02rem;
  color: var(--pc-muted);
  margin-top: 14px;
  max-width: 620px;
  line-height: 1.65;
}

.ps.white {
  color: rgba(255, 255, 255, 0.65);
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  border-radius: 14px;
  padding: 14px 28px;
  cursor: pointer;
  border: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
}

.btn-blue {
  background: linear-gradient(135deg, var(--pc-primary), var(--pc-secondary));
  color: #fff;
  box-shadow: 0 4px 20px rgba(99, 102, 241, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-blue:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(99, 102, 241, 0.45);
  color: #fff;
  filter: brightness(1.1);
}

.btn-green {
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
  box-shadow: 0 4px 18px rgba(16, 185, 129, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-green:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(16, 185, 129, 0.4);
  color: #fff;
  filter: brightness(1.1);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
}

.btn-ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.18);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
}

.btn-lg {
  padding: 18px 38px;
  font-size: 1.02rem;
  border-radius: 16px;
}

.btn-block {
  width: 100%;
}

/* ======================================================
   HEADER
   ====================================================== */
.hdr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(8, 12, 20, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--pc-border);
  height: 74px;
  display: flex;
  align-items: center;
  padding: 0 5%;
  transition: all 0.3s ease;
}

.hdr.scrolled {
  background: rgba(3, 5, 9, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  height: 68px;
}

.hdr-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.hdr-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hdr-logo-img {
  max-height: 42px;
  max-width: 150px;
  object-fit: contain;
}

.hdr-logo .lm {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--pc-primary), var(--pc-secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.05rem;
  box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
}

.hdr-logo .ln {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.hdr-logo .ln span {
  color: var(--pc-primary);
}

.hdr-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.hdr-nav a {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--pc-muted);
}

.hdr-nav a:hover {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
}

.hdr-acts {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hdr-wpp {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(16, 185, 129, 0.1);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.2);
  cursor: pointer;
  padding: 9px 18px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: 'Outfit', sans-serif;
}

.hdr-wpp:hover {
  background: #10b981;
  color: #fff;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.hdr-login {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-decoration: none;
  cursor: pointer;
  padding: 9px 18px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: 'Outfit', sans-serif;
  transition: all 0.3s;
}

.hdr-login:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}

.hdr-login i {
  color: #94a3b8;
}

.hdr-tst {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--pc-primary), var(--pc-secondary));
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  padding: 9px 18px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: 'Outfit', sans-serif;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25);
}

.hdr-tst:hover {
  box-shadow: 0 6px 18px rgba(99, 102, 241, 0.4);
  filter: brightness(1.15);
}

.hdr-mob-btn-login,
.hdr-mob-btn-test {
  display: none;
}

.hdr-mob {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 1.4rem;
}

/* ======================================================
   SOCIAL PROOF TOAST
   ====================================================== */
.sp-toast {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 9999;
  display: none;
  background: rgba(15, 22, 40, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 16px;
  padding: 14px 20px;
  box-shadow: var(--pc-shadow);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 4px solid var(--pc-ok);
  max-width: 320px;
  overflow: hidden;
  animation: spIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* Barrinha inferior do toast (tempo restante) */
.sp-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.sp-progress-bar {
  height: 100%;
  width: 100%;
  background: var(--pc-ok);
  transform-origin: left center;
}

.sp-progress-bar.sp-run {
  animation: spProgress 5s linear forwards;
}

@keyframes spProgress {
  from { transform: scaleX(1); }
  to { transform: scaleX(0); }
}

.sp-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sp-ic {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pc-ok);
  font-size: 1.05rem;
  flex-shrink: 0;
}

.sp-tx strong {
  font-size: 0.85rem;
  display: block;
  color: #ffffff;
}

.sp-tx p {
  font-size: 0.76rem;
  color: var(--pc-muted);
  margin: 3px 0 0;
}

.sp-cl {
  position: absolute;
  top: 8px;
  right: 10px;
  background: none;
  border: none;
  color: var(--pc-muted);
  cursor: pointer;
  font-size: 0.85rem;
}

@keyframes spIn {
  from {
    transform: translateX(-120%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes spOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(-120%);
    opacity: 0;
  }
}

/* ======================================================
   HERO
   ====================================================== */
.hero {
  min-height: 100vh;
  padding: 160px 0 100px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 10;
}

.hero-title {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 22px;
  letter-spacing: -0.03em;
}

.hero-title .hl {
  color: #3b82f6;
  filter: drop-shadow(0 2px 20px rgba(59, 130, 246, 0.2));
}

.hero-sub {
  font-size: 1.05rem;
  color: var(--pc-muted);
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 560px;
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hero-tr {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-tr i {
  color: var(--pc-ok);
  font-size: 0.9rem;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Notebook Mockup Wrapper */
.media-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  padding-right: 20px;
  padding-bottom: 20px;
  filter: drop-shadow(0 30px 70px rgba(0, 0, 0, 0.8));
  animation: floatImg 6s ease-in-out infinite;
  transform: scale(1.15);
  transform-origin: center center;
}

@keyframes floatImg {

  0%,
  100% {
    transform: scale(1.15) translateY(0);
  }

  50% {
    transform: scale(1.15) translateY(-10px);
  }
}

.laptop-mockup {
  position: relative;
  padding-bottom: 12px;
}

.laptop-screen {
  --lap-r: 16px;
  position: relative;
  aspect-ratio: 16 / 10;
  display: flex;
  flex-direction: column;
  padding: 4px;
  background: linear-gradient(165deg, #4b5563 0%, #1f2937 35%, #111827 100%);
  border-radius: var(--lap-r) var(--lap-r) 4px 4px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.laptop-content {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  border-radius: calc(var(--lap-r) - 2px) calc(var(--lap-r) - 2px) 2px 2px;
  position: relative;
  background: #080c14;
}

.laptop-content img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.laptop-base {
  height: 15px;
  margin-top: -1px;
  background: linear-gradient(180deg, #374151 0%, #1f2937 55%, #111827 100%);
  border-radius: 0 0 14px 14px;
  position: relative;
  width: 118%;
  margin-left: -9%;
  box-shadow:
    inset 0 4px 6px rgba(0, 0, 0, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 30px rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.laptop-base::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 18%;
  height: 4px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 6px 6px;
}

.phone-mockup {
  --phone-r: 28px;
  position: absolute;
  bottom: -20px;
  right: -25px;
  width: 22%;
  min-width: 110px;
  aspect-ratio: 9 / 19.5;
  display: flex;
  flex-direction: column;
  padding: 3px;
  background: linear-gradient(160deg, #4b5563 0%, #1f2937 40%, #111827 100%);
  border-radius: var(--phone-r);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.15),
    0 20px 50px rgba(0, 0, 0, 0.75);
  z-index: 5;
  overflow: hidden;
}

.phone-island {
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 35%;
  height: 10px;
  background: #000;
  border-radius: 10px;
  z-index: 7;
}

.phone-screen {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  border-radius: calc(var(--phone-r) - 2px);
  background: #080c14;
}

.phone-screen img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-bdg {
  position: absolute;
  left: -40px;
  top: -60px;
  background: rgba(15, 22, 40, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 12px 18px;
  box-shadow: var(--pc-shadow);
  z-index: 12;
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  animation: floatBdg 4s ease-in-out infinite;
}

@keyframes floatBdg {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.hero-bdg .bi {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(99, 102, 241, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pc-primary);
  font-size: 1rem;
}

.hero-bdg .bt strong {
  display: block;
  font-size: 0.9rem;
  color: #fff;
  font-weight: 700;
}

.hero-bdg .bt span {
  font-size: 0.72rem;
  color: var(--pc-muted);
}

/* ======================================================
   LOGOS MARQUEE BAR
   ====================================================== */
.logos-bar {
  background: rgba(15, 22, 40, 0.4);
  border-top: 1px solid var(--pc-border);
  border-bottom: 1px solid var(--pc-border);
  padding: 18px 0;
  overflow: hidden;
  backdrop-filter: blur(5px);
}

.logos-lbl {
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Outfit', sans-serif;
}

.logos-track {
  display: flex;
  gap: 30px;
  align-items: center;
  animation: scrollL 25s linear infinite;
  width: max-content;
  padding: 10px 0;
}

.logos-track:hover {
  animation-play-state: paused;
}

.l-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  border-radius: 50px;
  background: rgba(15, 22, 40, 0.6);
  border: 1px solid var(--pc-border);
  font-size: 0.86rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.3s ease;
  cursor: default;
}

.l-chip:hover {
  transform: translateY(-4px) scale(1.03);
  background: rgba(59, 130, 246, 0.15);
  border-color: #3b82f6;
  color: #fff;
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.45);
}

.l-chip i {
  font-size: 1.05rem;
  transition: transform 0.3s ease;
}

.l-chip:hover i {
  transform: scale(1.12);
}

@keyframes scrollL {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ======================================================
   DORES SECTION (PAIN POINTS)
   ====================================================== */
.dores-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}

.dor-card {
  background: radial-gradient(circle at 100% 0%, rgba(30, 58, 138, 0.12) 0%, rgba(15, 22, 40, 0.5) 60%);
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius);
  padding: 32px 28px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(10px);
}

.dor-card:hover {
  transform: translateY(-5px);
  border-color: rgba(59, 130, 246, 0.45);
  background: radial-gradient(circle at 100% 0%, rgba(59, 130, 246, 0.22) 0%, rgba(15, 22, 40, 0.85) 65%);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5), 0 0 25px rgba(59, 130, 246, 0.2);
}

.dor-ico {
  width: 52px;
  height: 52px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f87171;
  font-size: 1.35rem;
  margin-bottom: 20px;
}

.dor-card:hover .dor-ico {
  background: rgba(239, 68, 68, 0.2);
  box-shadow: 0 0 15px rgba(239, 68, 68, 0.3);
}

.dor-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.dor-header .dor-ico {
  margin-bottom: 0;
  flex-shrink: 0;
}

.dor-card h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}

.dor-card p {
  font-size: 0.88rem;
  color: var(--pc-muted);
  line-height: 1.65;
}

.dores-cta {
  text-align: center;
  margin-top: 50px;
}

.dores-cta p {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.dores-cta small {
  font-size: 0.92rem;
  color: var(--pc-muted);
  display: block;
  margin-bottom: 26px;
}

/* ======================================================
   TRANSFORMAÇÃO (BEFORE vs AFTER)
   ====================================================== */
.trn-sect {
  background: linear-gradient(180deg, var(--pc-bg) 0%, var(--pc-bg-deep) 100%);
  border-top: 1px solid var(--pc-border);
  border-bottom: 1px solid var(--pc-border);
}

.trn-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 54px;
}

.t-card {
  border-radius: var(--pc-radius);
  padding: 38px;
  background: rgba(15, 22, 40, 0.5);
  border: 1px solid var(--pc-border);
  backdrop-filter: blur(14px);
  box-shadow: var(--pc-shadow);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.t-card>* {
  position: relative;
  z-index: 2;
}

.t-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.t-card:hover {
  transform: translateY(-3px);
}

.t-card:hover::before {
  opacity: 1;
}

.t-card.b4 {
  border-color: rgba(239, 68, 68, 0.15);
  background: rgba(239, 68, 68, 0.015);
}

.t-card.b4::before {
  background: radial-gradient(480px circle at var(--mouse-x, -999px) var(--mouse-y, -999px), rgba(239, 68, 68, 0.22), transparent 70%);
}

.t-card.b4:hover {
  border-color: rgba(239, 68, 68, 0.45);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(239, 68, 68, 0.2);
}

.t-card.af {
  border-color: rgba(16, 185, 129, 0.18);
  background: rgba(16, 185, 129, 0.018);
}

.t-card.af::before {
  background: radial-gradient(480px circle at var(--mouse-x, -999px) var(--mouse-y, -999px), rgba(16, 185, 129, 0.22), transparent 70%);
}

.t-card.af:hover {
  border-color: rgba(16, 185, 129, 0.45);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(16, 185, 129, 0.2);
}

.t-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 24px;
}

.t-badge.red {
  background: rgba(239, 68, 68, 0.15);
  color: #f87171;
  border: 1px solid rgba(239, 68, 68, 0.25);
}

.t-badge.grn {
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.25);
}

.t-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.t-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.t-dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  flex-shrink: 0;
  margin-top: 3px;
}

.b4 .t-dot {
  background: rgba(239, 68, 68, 0.15);
  color: #f87171;
  border: 1px solid rgba(239, 68, 68, 0.25);
}

.af .t-dot {
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.25);
}

.t-list li strong {
  display: block;
  font-size: 0.98rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 3px;
}

.t-list li em {
  font-size: 0.82rem;
  color: var(--pc-muted);
  font-style: normal;
  line-height: 1.5;
  display: block;
}

.trn-cta {
  text-align: center;
  margin-top: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

/* ======================================================
   FUNCIONALIDADES SECTION
   ====================================================== */
.feat-sect {
  background: transparent;
}

.feat-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 40px 0 36px;
}

.ftab {
  padding: 10px 24px;
  border-radius: 50px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  border: 1px solid var(--pc-border);
  color: var(--pc-muted);
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  background: rgba(15, 22, 40, 0.5);
}

.ftab.on,
.ftab:hover {
  background: linear-gradient(135deg, var(--pc-primary), var(--pc-secondary));
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 14px rgba(99, 102, 241, 0.3);
  transform: translateY(-1px);
}

.feat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.f-card {
  background: radial-gradient(circle at 100% 0%, rgba(30, 58, 138, 0.16) 0%, rgba(15, 22, 40, 0.5) 60%);
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius-sm);
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(10px);
}

.f-card:hover {
  border-color: rgba(59, 130, 246, 0.45);
  background: radial-gradient(circle at 100% 0%, rgba(59, 130, 246, 0.28) 0%, rgba(15, 22, 40, 0.85) 65%);
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.55), 0 0 30px rgba(59, 130, 246, 0.25);
}

.f-ico {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.f-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.f-header strong {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.25;
  white-space: nowrap;
}

.f-desc {
  font-size: 0.8rem;
  color: var(--pc-muted);
  line-height: 1.55;
  display: block;
}

.feat-cta {
  text-align: center;
  margin-top: 40px;
}

/* ======================================================
   PRINTS REAIS SECTION
   ====================================================== */
.prints-sect {
  background: transparent;
  border-top: 1px solid var(--pc-border);
}

.prints-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.prints-grid img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: var(--pc-radius-sm);
  border: 1px solid var(--pc-border);
  box-shadow: var(--pc-shadow);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.prints-grid img:hover {
  transform: translateY(-5px) scale(1.02);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.65), 0 0 20px rgba(99, 102, 241, 0.15);
}

/* ======================================================
   VIDEOS DEMO SECTION
   ====================================================== */
.videos-sect {
  background: transparent;
  padding: 100px 0;
  border-top: 1px solid var(--pc-border);
  border-bottom: 1px solid var(--pc-border);
}

.videos-sep {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.videos-sep::before,
.videos-sep::after {
  content: "";
  flex: 1;
  max-width: 100px;
  height: 1px;
  background: var(--pc-primary);
  opacity: 0.5;
}

.videos-sep span {
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pc-muted);
}

.videos-title {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 3.8vw, 2.7rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 16px;
  color: #fff;
  letter-spacing: -0.02em;
}

.videos-title .v-green {
  color: #34d399;
}

.videos-title .v-blue {
  color: #60a5fa;
}

.videos-sub {
  text-align: center;
  font-size: 1.02rem;
  color: var(--pc-muted);
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.videos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 34px;
}

.video-card {
  background: rgba(15, 22, 40, 0.45);
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(10px);
  box-shadow: var(--pc-shadow);
}

.video-card:hover {
  border-color: rgba(59, 130, 246, 0.35);
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.75), 0 0 25px rgba(59, 130, 246, 0.22);
}

.video-card-thumb {
  aspect-ratio: 16/9;
  background: #000;
  position: relative;
  overflow: hidden;
}

.video-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.video-card:hover .video-card-thumb img {
  transform: scale(1.04);
}

.video-card-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(8, 12, 20, 0.7) 100%);
  z-index: 1;
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #030509;
  font-size: 1.15rem;
  cursor: pointer;
  z-index: 2;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.video-card:hover .video-play {
  transform: translate(-50%, -50%) scale(1.1);
  background: #ffffff;
  color: var(--pc-primary);
  box-shadow: 0 10px 30px rgba(99, 102, 241, 0.35);
}

.video-play i {
  margin-left: 4px;
}

.video-card-body {
  padding: 24px 22px;
  flex: 1;
}

.video-card-body h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.35;
}

.video-card-body p {
  font-size: 0.85rem;
  color: var(--pc-muted);
  line-height: 1.65;
}

.videos-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 0.85rem;
  color: var(--pc-muted);
}

.videos-note i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  flex-shrink: 0;
}

/* Modals */
.print-modal,
.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(3, 5, 9, 0.95);
  align-items: center;
  justify-content: center;
  padding: 20px;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.print-modal.show,
.video-modal.show {
  display: flex;
}

.print-modal img {
  max-width: min(90vw, 1100px);
  max-height: 85vh;
  object-fit: contain;
  border-radius: var(--pc-radius-sm);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: default;
}

.print-modal-close,
.video-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
  padding: 10px 18px;
  border-radius: 12px;
  z-index: 10;
  font-family: 'Outfit', sans-serif;
  transition: background 0.2s;
}

.print-modal-close:hover,
.video-modal-close:hover {
  background: rgba(255, 255, 255, 0.15);
}

.video-modal-inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: var(--pc-radius-sm);
  overflow: hidden;
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.video-modal-inner iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  inset: 0;
}

/* ======================================================
   DEMO SECTION (HOW PLATFORM WORKS)
   ====================================================== */
.demo-sect {
  background: transparent;
}

.demo-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 60px;
  margin-top: 54px;
}

.demo-grid h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.65rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.demo-list {
  list-style: none;
  margin: 24px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.demo-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.94rem;
  color: var(--pc-muted);
  line-height: 1.5;
}

.demo-list li i {
  color: var(--pc-primary);
  margin-top: 3px;
  flex-shrink: 0;
  font-size: 1rem;
}

.vid-frame {
  background: rgba(15, 22, 40, 0.5);
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius);
  overflow: hidden;
  box-shadow: var(--pc-shadow);
  padding: 6px;
}

/* ======================================================
   DEPOIMENTOS SECTION (TESTIMONIALS)
   ====================================================== */
.testi-sect {
  background: transparent;
  border-top: 1px solid var(--pc-border);
  border-bottom: 1px solid var(--pc-border);
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}

.tsti {
  background: rgba(15, 22, 40, 0.45);
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius);
  padding: 32px 28px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  box-shadow: var(--pc-shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tsti:hover {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(15, 22, 40, 0.7);
  transform: translateY(-4px);
}

.tsti .stars {
  color: #fbbf24;
  margin-bottom: 16px;
  letter-spacing: 2px;
  font-size: 0.85rem;
}

.tsti .quote {
  font-size: 0.92rem;
  color: var(--pc-muted);
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 24px;
  flex: 1;
}

.tsti .author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tsti .av {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.tsti .ai strong {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
}

.tsti .ai span {
  font-size: 0.76rem;
  color: var(--pc-muted);
}

/* ======================================================
   QUEM USA & METRICS
   ====================================================== */
.users-sect {
  background: transparent;
}

.users-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 46px;
}

.u-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  padding: 24px 16px;
  border-radius: var(--pc-radius-sm);
  background: rgba(15, 22, 40, 0.4);
  border: 1px solid var(--pc-border);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(10px);
}

.u-chip:hover {
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
  background: rgba(15, 22, 40, 0.7);
}

.u-chip .ui {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.u-chip .ui.ui-img {
  width: 130px;
  height: 38px;
  padding: 0;
  background: transparent;
  border: none;
  overflow: hidden;
}

.u-chip .ui.ui-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1) opacity(0.7);
  transition: filter 0.25s;
}

.u-chip:hover .ui.ui-img img {
  filter: brightness(0) invert(1) opacity(1);
}

.u-chip strong {
  font-family: 'Outfit', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffffff;
}

.u-chip span {
  font-size: 0.76rem;
  color: var(--pc-muted);
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.s-box {
  background: rgba(15, 22, 40, 0.55);
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius);
  padding: 30px 24px;
  text-align: center;
  box-shadow: var(--pc-shadow);
  backdrop-filter: blur(14px);
  transition: transform 0.3s;
}

.s-box:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.12);
}

.s-box .sn {
  font-family: 'Outfit', sans-serif;
  font-size: 2.3rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 6px;
  background: linear-gradient(135deg, #ffffff 0%, var(--pc-muted) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s-box p {
  font-size: 0.84rem;
  color: var(--pc-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

/* ======================================================
   PLANOS SECTION (PRICING)
   ====================================================== */
.pricing-sect {
  background: transparent;
  border-top: 1px solid var(--pc-border);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1100px;
  margin: 54px auto 0;
  align-items: start;
}

.p-card {
  background: radial-gradient(circle at 100% 0%, rgba(30, 58, 138, 0.15) 0%, rgba(15, 23, 42, 0.6) 60%);
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius);
  padding: 36px 30px;
  backdrop-filter: blur(12px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
}

.p-card:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.45);
  background: radial-gradient(circle at 100% 0%, rgba(59, 130, 246, 0.28) 0%, rgba(15, 23, 42, 0.85) 65%);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 35px rgba(59, 130, 246, 0.28);
}

.p-card.feat {
  border-color: #3b82f6;
  border-width: 1.5px;
  box-shadow: 0 0 60px rgba(59, 130, 246, 0.25);
  transform: scale(1.04);
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
  z-index: 2;
}

.p-card.feat:hover {
  box-shadow: 0 0 80px rgba(59, 130, 246, 0.35);
}

.p-card {
  position: relative;
  overflow: visible;
}

.p-card.feat {
  position: relative;
  overflow: visible;
}

.p-pop {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 5px 18px;
  border-radius: 9999px;
  white-space: nowrap;
  box-shadow: 0 4px 18px rgba(245, 158, 11, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  z-index: 30;
}

.p-pop i {
  color: #fef08a;
  font-size: 0.78rem;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.p-name {
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.p-name.blue {
  color: #fff;
}

.p-amt {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 6px;
}

.p-cur {
  font-family: 'Outfit', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}

.p-val {
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.02em;
}

.p-val.blue {
  color: #fff;
}

.p-per {
  font-size: 0.95rem;
  color: #94a3b8;
}

.p-sub {
  font-size: 0.85rem;
  color: #94a3b8;
  margin-bottom: 24px;
  line-height: 1.4;
}

.p-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
  padding-top: 0;
  border-top: none;
  flex-grow: 1;
}

.p-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}

.p-list li.p-yes i {
  color: #3b82f6;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.p-list li.p-no {
  opacity: 0.4;
}

.p-list li.p-no i {
  color: #64748b;
}

.p-guarantee {
  text-align: center;
  margin-top: 16px;
  font-size: 0.75rem;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.p-guarantee i {
  font-size: 0.8rem;
}

.p-card-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Hide standard actions button depending on plan feature or highlight */
.p-card:not(.feat) .p-card-cta .btn-blue,
.p-card.feat .p-card-cta .btn-outline {
  display: none;
}

/* Guarantee Section (Novo Estilo) */
.guarantee-box {
  margin-top: 48px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: #0f172a;
  border-radius: 20px;
  padding: 30px 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.guarantee-box::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
  transform: translate(30%, -30%);
  border-radius: 50%;
  pointer-events: none;
}

.gb-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b82f6;
  font-size: 1.1rem;
}

.gb-subtitle {
  font-family: 'Outfit', sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #3b82f6;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.gb-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.gb-hl {
  color: #3b82f6;
}

.gb-text {
  font-size: 0.95rem;
  color: #94a3b8;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}


.price-note {
  text-align: center;
  margin-top: 30px;
  font-size: 0.85rem;
  color: var(--pc-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.price-note i {
  color: #34d399;
}

/* ======================================================
   INDIQUE E GANHE SECTION (REFERRAL)
   ====================================================== */
.indique-sect {
  background: transparent;
  border-top: 1px solid var(--pc-border);
  border-bottom: 1px solid var(--pc-border);
}

.indique-sect .hs .hl {
  color: #34d399;
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.indique-proof-wrap {
  text-align: center;
}

.indique-proof {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding: 12px 26px;
  background: rgba(15, 22, 40, 0.5);
  border-radius: 50px;
  border: 1px solid var(--pc-border);
  box-shadow: var(--pc-shadow);
  backdrop-filter: blur(10px);
}

.indique-av {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
  margin-left: -16px;
  border: 2px solid #080c14;
}

.indique-av:first-child {
  margin-left: 0;
}

.indique-av.av-blue {
  background: #3b82f6;
}

.indique-av.av-green {
  background: #10b981;
}

.indique-av.av-purple {
  background: #8b5cf6;
}

.indique-av.av-orange {
  background: #f59e0b;
  color: #fff;
}

.indique-proof-text {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
}

.indique-proof-highlight {
  color: #ffffff;
  font-weight: 700;
}

.indique-proof-highlight a {
  color: var(--pc-primary);
}

.indique-proof-highlight a:hover {
  text-decoration: underline;
  filter: brightness(1.2);
}

.indique-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  margin-top: 54px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.indique-card {
  background: rgba(15, 22, 40, 0.5);
  border-radius: var(--pc-radius);
  padding: 38px 30px;
  box-shadow: var(--pc-shadow);
  border: 1px solid var(--pc-border);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(10px);
}

.indique-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.7);
}

.indique-ico {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 22px;
}

.indique-ico-blue {
  background: rgba(99, 102, 241, 0.15);
  color: #a5b4fc;
  border: 1px solid rgba(99, 102, 241, 0.25);
}

.indique-ico-green {
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.25);
}

.indique-card h3 {
  font-family: "Outfit", sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
}

.indique-card p {
  font-size: 0.92rem;
  color: var(--pc-muted);
  line-height: 1.7;
  margin-bottom: 22px;
}

.indique-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.indique-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

.indique-list li i {
  color: #34d399;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.indique-arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pc-primary), #10b981);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
  box-shadow: 0 4px 18px rgba(99, 102, 241, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.indique-cta {
  text-align: center;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.indique-note {
  font-size: 0.85rem;
  color: var(--pc-muted);
}

/* ======================================================
   FAQ SECTION (ACCORDIONS)
   ====================================================== */
.faq-sect {
  background: transparent;
}

.faq-list {
  max-width: 760px;
  margin: 50px auto 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius-sm);
  background: rgba(15, 22, 40, 0.45);
  overflow: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
}

.faq-item:hover {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(15, 22, 40, 0.75);
}

.faq-q {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  text-align: left;
  font-family: 'Outfit', sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  color: #ffffff;
}

.faq-q .fi {
  color: var(--pc-primary);
  font-size: 1rem;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}

.faq-item.open {
  border-color: rgba(99, 102, 241, 0.25);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.faq-item.open .fi {
  transform: rotate(45deg);
  color: #ffffff;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-a p {
  padding: 0 24px 22px;
  font-size: 0.88rem;
  color: var(--pc-muted);
  line-height: 1.7;
}

.faq-item.open .faq-a {
  max-height: 280px;
}

/* ======================================================
   CTA FINAL & FOOTER
   ====================================================== */
.cta-fin {
  background: radial-gradient(circle at 50% 40%, rgba(30, 58, 138, 0.18) 0%, rgba(3, 7, 18, 0.95) 75%);
  padding: 130px 0 110px;
  text-align: center;
  border-top: 1px solid var(--pc-border);
  position: relative;
  overflow: hidden;
}

.cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 22px;
  background: rgba(30, 58, 138, 0.25);
  border: 1px solid rgba(59, 130, 246, 0.4);
  border-radius: 999px;
  color: #60a5fa;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 28px;
  box-shadow: 0 0 25px rgba(59, 130, 246, 0.25);
}

.cta-fin h2 {
  font-family: 'Sora', 'Outfit', sans-serif;
  font-size: clamp(2.1rem, 3.8vw, 3.1rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.cta-fin h2 span {
  color: #3b82f6;
  text-shadow: 0 0 30px rgba(59, 130, 246, 0.6);
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: initial;
  display: inline;
  animation: ctaTextGlow 3s ease-in-out infinite alternate;
}

@keyframes ctaTextGlow {
  0% {
    text-shadow: 0 0 20px rgba(59, 130, 246, 0.4);
  }

  100% {
    text-shadow: 0 0 40px rgba(59, 130, 246, 0.8), 0 0 15px rgba(96, 165, 250, 0.5);
  }
}

.cta-fin>.container>p,
.cta-fin p.cta-sub {
  font-size: 1.08rem;
  color: var(--pc-muted);
  margin-bottom: 38px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}

.cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 34px;
}

.btn-cta-blue {
  background: #3b82f6;
  color: #fff !important;
  font-weight: 800;
  padding: 16px 36px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 0 35px rgba(59, 130, 246, 0.5), 0 8px 20px rgba(59, 130, 246, 0.3);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-cta-blue:hover {
  background: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 0 50px rgba(59, 130, 246, 0.75), 0 10px 25px rgba(59, 130, 246, 0.45);
}

.btn-cta-dark {
  background: rgba(15, 23, 42, 0.6);
  color: #f1f5f9 !important;
  font-weight: 600;
  padding: 16px 28px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.btn-cta-dark:hover {
  background: rgba(30, 41, 59, 0.85);
  border-color: rgba(59, 130, 246, 0.4);
  transform: translateY(-2px);
  color: #fff !important;
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.2);
}

.cta-trust-minimal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  font-size: 0.85rem;
  color: #94a3b8;
  font-weight: 500;
  margin-top: 10px;
}

.cta-trust-minimal span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cta-trust-minimal span i {
  color: #60a5fa;
  font-size: 0.9rem;
}

/* FOOTER */
.footer {
  background: #030509;
  border-top: 1px solid var(--pc-border);
  padding: 60px 0 30px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-brand p {
  font-size: 0.88rem;
  color: var(--pc-muted);
  max-width: 280px;
  line-height: 1.65;
  margin-top: 12px;
}

.f-col h5 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
}

.f-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.f-col ul a {
  font-size: 0.86rem;
  color: var(--pc-muted);
}

.f-col ul a:hover {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.15);
}

.footer-btm {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-btm p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.3);
}

/* ======================================================
   SCROLL REVEAL ANIMATIONS
   ====================================================== */
.rv {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.rv.show {
  opacity: 1;
  transform: translateY(0);
}

.rv.d1 {
  transition-delay: 0.12s;
}

.rv.d2 {
  transition-delay: 0.24s;
}

.rv.d3 {
  transition-delay: 0.36s;
}

/* ======================================================
   RESPONSIVE DESIGN RULES
   ====================================================== */
@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }

  .hero-sub {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-btns,
  .hero-trust {
    justify-content: center;
  }



  .hero-bdg {
    display: none;
  }

  .media-wrapper {
    max-width: 80%;
    margin: 0 auto;
    transform: scale(1.05);
  }

  @keyframes floatImg {

    0%,
    100% {
      transform: scale(1.05) translateY(0);
    }

    50% {
      transform: scale(1.05) translateY(-8px);
    }
  }

  .dores-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testi-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 46px auto 0;
    gap: 30px;
  }

  .p-card.feat {
    transform: scale(1);
  }

  .u-chip {
    padding: 20px 10px;
  }
}

@media (max-width: 900px) {
  .trn-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .demo-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .prints-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .videos-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .users-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .stats-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .indique-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .indique-arrow {
    transform: rotate(90deg);
    margin: 8px auto;
  }
}

@media (max-width: 768px) {
  .hdr-nav {
    display: none;
  }

  .hdr-mob {
    display: block;
  }

  .hdr-tst,
  .hdr-login {
    display: none !important;
  }

  .hdr-mob-btn-login {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 20px;
    border-radius: 12px;
    font-weight: 700;
    margin-top: 10px;
    font-family: 'Outfit', sans-serif;
  }

  .hdr-mob-btn-test {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--pc-primary), var(--pc-secondary));
    color: #fff;
    border: 1px solid transparent;
    padding: 14px 20px;
    border-radius: 12px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
  }
  
  .hdr-mob-btn-login i {
    color: #94a3b8;
  }

  .hero-trust-new {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .media-wrapper {
    max-width: 100% !important;
    transform: none !important;
    margin-top: 30px !important;
  }

  .phone-mockup {
    right: -10px !important;
    bottom: -10px !important;
    width: 35% !important;
    min-width: 110px !important;
  }

  .hero-btns {
    flex-direction: column !important;
    width: 100%;
  }

  .hero-btns .btn {
    width: 100%;
    justify-content: center;
  }

  .hdr-wpp {
    display: none;
  }

  .sp {
    padding: 76px 0;
  }

  .dores-grid {
    grid-template-columns: 1fr;
  }

  /* Depoimentos: rolagem lateral no celular */
  .testi-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-top: 36px;
    padding: 4px 4px 14px;
    scrollbar-width: thin;
    scrollbar-color: rgba(59, 130, 246, 0.5) transparent;
  }

  .testi-grid::-webkit-scrollbar {
    height: 4px;
  }

  .testi-grid::-webkit-scrollbar-thumb {
    background: rgba(59, 130, 246, 0.45);
    border-radius: 4px;
  }

  .testi-grid .tsti {
    flex: 0 0 min(86%, 320px);
    width: min(86%, 320px);
    scroll-snap-align: start;
    transform: none;
  }

  .testi-grid .tsti:hover {
    transform: none;
  }

  .footer-inner {
    flex-direction: column;
    gap: 30px;
  }

  .footer-btm {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
}

@media (max-width: 580px) {
  .prints-grid {
    grid-template-columns: 1fr;
  }

  .videos-grid {
    grid-template-columns: 1fr;
  }

  .users-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }

  .hero {
    padding: 120px 0 70px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-btns,
  .cta-btns {
    flex-direction: column;
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .media-wrapper {
    max-width: 95%;
  }
}

/* Float WhatsApp Button */
.wpp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: all 0.2s ease;
  overflow: visible;
}

.wpp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.55);
}

.wpp-float:active {
  transform: scale(0.95);
}

.wpp-float-pulse {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid #25d366;
  animation: wppPulse 2s ease-out infinite;
  pointer-events: none;
}

@keyframes wppPulse {
  0% {
    transform: scale(0.95);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

@media (max-width: 480px) {
  .wpp-float {
    bottom: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
    font-size: 1.55rem;
  }
}

/* Botão voltar ao topo (acima do WhatsApp) */
.btn-topo {
  position: fixed;
  bottom: 96px;
  right: 24px;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: var(--blue, #1d4ed8);
  color: #fff;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.22);
  cursor: pointer;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background 0.2s ease;
}

.btn-topo.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.btn-topo:hover {
  background: var(--blue-h, #1e40af);
  transform: translateY(-2px);
}

@media (max-width: 480px) {
  .btn-topo {
    bottom: 84px;
    right: 20px;
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }
}

/* Cookies — landing SaaS */
.ck-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20000;
  background: rgba(14, 13, 29, .94);
  padding: 16px 14px
}

.ck-inner {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between
}

.ck-txt {
  flex: 1 1 280px;
  color: #e5e7eb
}

.ck-txt strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 4px
}

.ck-txt p {
  margin: 0;
  font-size: .88rem;
  line-height: 1.45;
  color: #cbd5e1
}

.ck-acts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.ck-btn {
  min-width: 120px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #fff;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer
}

.ck-btn:hover {
  background: rgba(255, 255, 255, .12)
}

.ck-ok {
  background: #16a34a;
  border-color: #16a34a
}

.ck-ok:hover {
  background: #15803d;
  border-color: #15803d
}

@media (max-width:480px) {

  .ck-acts,
  .ck-btn {
    width: 100%;
    min-width: 0
  }
}

/* ===== Utilitários / blocos que estavam inline no PHP ===== */
.ov-h {
  overflow: hidden;
}

.ps-sub {
  margin: 12px auto 0;
  text-align: center;
}

.hs-sm {
  font-size: 1.8rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 3rem;
}

.pt-5 {
  padding-top: 3rem;
}

/* Ícones da faixa de logos */
.ic-blue {
  color: #3b82f6;
}

.ic-purple {
  color: #8b5cf6;
}

.ic-amber {
  color: #f59e0b;
}

.ic-green {
  color: #22c55e;
}

.ic-pink {
  color: #ec4899;
}

.ic-cyan {
  color: #0ea5e9;
}

.ic-orange {
  color: #f97316;
}

.ic-indigo {
  color: #6366f1;
}

/* Antes × Depois — rodapé CTA */
.ad-foot-txt {
  color: rgba(255, 255, 255, .55);
  font-size: .92rem;
}

.ad-foot-btns {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Ícones de funcionalidades */
.f-ico-blue {
  background: rgba(29, 78, 216, .1);
  color: #1d4ed8;
}

.f-ico-purple {
  background: rgba(139, 92, 246, .1);
  color: #7c3aed;
}

.f-ico-amber {
  background: rgba(245, 158, 11, .1);
  color: #d97706;
}

.f-ico-green {
  background: rgba(16, 185, 129, .1);
  color: #059669;
}

.f-ico-red {
  background: rgba(239, 68, 68, .1);
  color: #dc2626;
}

.f-ico-whats {
  background: rgba(34, 197, 94, .1);
  color: #16a34a;
}

.f-ico-brand {
  background: rgba(29, 78, 216, .1);
  color: var(--blue, #1d4ed8);
}

/* Demo / vídeo */
.demo-title {
  font-family: 'Sora', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 9px;
}

.demo-desc {
  color: var(--gray);
  font-size: .9rem;
  line-height: 1.75;
}

.demo-video {
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  background: #0f172a;
}

.demo-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Avatares dos depoimentos */
.av-blue {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
}

.av-green {
  background: linear-gradient(135deg, #059669, #047857);
}

.av-purple {
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
}

.av-brand {
  background: linear-gradient(135deg, var(--ap-cor, var(--blue, #1d4ed8)), var(--ap-cor-escura, var(--blue-h, #1e40af)));
}

/* Barra de números sociais (abaixo dos depoimentos) */
.social-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 26px;
  background: rgba(15, 22, 40, 0.55);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--pc-shadow);
  backdrop-filter: blur(14px);
}

.ss-score {
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--ap-cor, var(--blue, #1d4ed8));
  font-family: 'Sora', sans-serif;
}

.ss-stars {
  color: #f59e0b;
  font-size: 1rem;
  letter-spacing: 2px;
}

.ss-label {
  text-align: center;
  margin-left: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}

.ss-sep {
  width: 1px;
  height: 44px;
  background: rgba(255, 255, 255, 0.08);
  margin: 0 6px;
}

.ss-stat {
  text-align: center;
}

.ss-stat-v {
  font-size: 1.7rem;
  font-weight: 800;
  color: #ffffff;
  font-family: 'Sora', sans-serif;
}

.ss-stat-l {
  font-size: .78rem;
  color: var(--gray);
}

.btn-cta-sm {
  padding: 11px 24px;
  font-size: .85rem;
}

/* Garantia 7 dias */
.garantia-box {
  margin: 36px auto 0;
  max-width: 660px;
  background: linear-gradient(135deg, rgba(15, 22, 40, 0.55), rgba(16, 185, 129, 0.05));
  border-radius: 16px;
  padding: 28px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--pc-shadow);
  backdrop-filter: blur(14px);
}

.garantia-ico {
  width: 60px;
  height: 60px;
  background: rgba(15, 22, 40, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}

.garantia-ico i {
  font-size: 1.7rem;
  color: var(--ap-cor, var(--blue, #1d4ed8));
}

.garantia-body {
  flex: 1;
  min-width: 160px;
}

.garantia-body strong {
  font-size: .97rem;
  color: #ffffff;
  display: block;
  margin-bottom: 4px;
}

.garantia-body p {
  font-size: .82rem;
  color: var(--pc-muted);
  line-height: 1.65;
  margin: 0;
}

/* Plano destaque — símbolo R$ */
.p-cur.on {
  color: var(--blue, #1d4ed8);
}

/* Footer logo */
.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
}

.footer-logo-img {
  width: 40%;
  object-fit: contain;
  border-radius: 8px;
}

.footer-logo-fb {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue, #1d4ed8), var(--blue-h, #1e40af));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .82rem;
}

/* Dor card (cores dinâmicas via --dor-*) */
.dor-card.dor-dyn {
  background: rgba(15, 22, 40, 0.45);
  border-color: var(--dor-border, transparent);
}

.dor-card.dor-dyn .dor-ico {
  background: var(--dor-bg, transparent);
  color: var(--dor-txt, inherit);
  border-color: var(--dor-border, transparent);
}

/* Modal Termos/Política */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10, 15, 30, 0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  backdrop-filter: blur(8px);
}

.modal-overlay.ativo {
  display: flex;
  animation: modalFadeIn 0.25s ease-out;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal-doc {
  background: #111827;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  max-width: 600px;
  max-height: 85vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.7);
  animation: modalSlideUp 0.3s ease-out;
}

@keyframes modalSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-doc-header {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #1f2937;
}

.modal-doc-header h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.modal-doc-close {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: 10px;
  color: #9ca3af;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: color 0.2s, background 0.2s;
}

.modal-doc-close:hover {
  color: #3b82f6;
  background: rgba(255, 255, 255, 0.08);
}

.modal-doc-body {
  padding: 1.5rem;
  overflow-y: auto;
  font-size: 0.88rem;
  line-height: 1.65;
  color: #d1d5db;
  text-align: left;
}

.modal-doc-body::-webkit-scrollbar {
  width: 8px;
}

.modal-doc-body::-webkit-scrollbar-track {
  background: #111827;
}

.modal-doc-body::-webkit-scrollbar-thumb {
  background: #374151;
  border-radius: 4px;
}

.modal-doc-body::-webkit-scrollbar-thumb:hover {
  background: #4b5563;
}

.modal-doc-body h4 {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 1.25rem 0 0.5rem;
  color: #60a5fa;
}

.modal-doc-body h4:first-child {
  margin-top: 0;
}

.modal-doc-body p {
  margin: 0.5rem 0;
}

.modal-doc-body ul {
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}

/* ======================================================
   SPOTLIGHT GLOW QUE SEGUE O MOUSE
   ====================================================== */
.f-card,
.dor-card,
.video-card,
.tsti,
.indique-card {
  position: relative;
  overflow: hidden;
}

.f-card::before,
.dor-card::before,
.video-card::before,
.p-card::before,
.tsti::before,
.indique-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(420px circle at var(--mouse-x, -999px) var(--mouse-y, -999px), rgba(59, 130, 246, 0.22), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.f-card:hover::before,
.dor-card:hover::before,
.video-card:hover::before,
.p-card:hover::before,
.tsti:hover::before,
.indique-card:hover::before {
  opacity: 1;
}

.f-card>*,
.dor-card>*,
.video-card>*,
.p-card>*,
.tsti>*,
.indique-card>* {
  position: relative;
  z-index: 2;
}

/* ======================================================
   HERO PULSE & TRUST BADGES
   ====================================================== */
@keyframes pulse-blue-hero {
  0% {
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.4), 0 0 0 0 rgba(37, 99, 235, 0.5);
  }

  70% {
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.4), 0 0 0 20px rgba(37, 99, 235, 0);
  }

  100% {
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.4), 0 0 0 0 rgba(37, 99, 235, 0);
  }
}

.btn-pulse-hero {
  animation: pulse-blue-hero 2s infinite;
  background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
  border: none !important;
}

.btn-pulse-hero:hover {
  background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
}

.hero-trust-new {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
  align-items: center;
}

.ht-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 0.85rem;
  color: #f8fafc;
  font-weight: 500;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}

.ht-badge:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.ht-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.85rem;
}

/* ======================================================
   PRICING BILLING CYCLE SWITCHER & CARDS
   ====================================================== */
.btn-cycle {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #cbd5e1;
  padding: 10px 22px;
  border-radius: 9999px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: inherit;
  backdrop-filter: blur(8px);
}

.btn-cycle:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-cycle.active {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border-color: #3b82f6;
  color: #fff;
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.45);
}

.cycle-badge-save {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.pricing-grid {
  padding-top: 16px;
}

.p-card,
.p-card.feat {
  position: relative;
  overflow: visible;
}



.exit-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(5px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}

.exit-popup-overlay.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.exit-popup-box {
  background: #ffffff;
  border-radius: 24px;
  padding: 38px 32px;
  max-width: 460px;
  width: 92%;
  text-align: center;
  position: relative;
  transform: translateY(20px) scale(0.95);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 25px 60px -10px rgba(0, 0, 0, 0.7), 0 0 35px rgba(0, 0, 0, 0.3);
}

.exit-popup-overlay.show .exit-popup-box {
  transform: translateY(0) scale(1);
}

.exit-close {
  position: absolute;
  top: 16px;
  right: 18px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 0.95rem;
  color: #64748b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.exit-close:hover {
  background: #fee2e2;
  color: #ef4444;
  border-color: #fca5a5;
}

.exit-icon {
  font-size: 3.6rem;
  margin-bottom: 12px;
  display: inline-block;
  animation: bounce 2.2s infinite;
}

.exit-content h3 {
  color: #0f172a;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 8px;
}

.exit-content p {
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.45;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* Form Styles within Exit Modal */
.exit-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
  text-align: left;
}

.exit-input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.exit-input-icon {
  position: absolute;
  left: 14px;
  color: #94a3b8;
  font-size: 0.95rem;
  pointer-events: none;
}

.exit-input {
  width: 100%;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 13px 14px 13px 40px;
  color: #0f172a;
  font-size: 0.92rem;
  font-weight: 500;
  font-family: inherit;
  outline: none;
  transition: all 0.2s;
  box-sizing: border-box;
}

.exit-input:focus {
  background: #ffffff;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.exit-input::placeholder {
  color: #94a3b8;
}

.exit-submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 0.98rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 18px rgba(16, 185, 129, 0.4);
  transition: all 0.25s;
  margin-top: 4px;
}

.exit-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(16, 185, 129, 0.55);
  background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
}

.exit-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.exit-decline-link {
  display: block;
  text-align: center;
  margin-top: 14px;
  color: #64748b;
  font-size: 0.82rem;
  text-decoration: underline;
  transition: color 0.2s;
}

.exit-decline-link:hover {
  color: #0f172a;
}

/* Success View */
.exit-success-box {
  display: none;
  animation: fadeIn 0.4s ease-out;
}

.exit-success-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.15);
  border: 2px solid rgba(16, 185, 129, 0.4);
  color: #10b981;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px auto;
  box-shadow: 0 0 30px rgba(16, 185, 129, 0.3);
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* Scroll Progress Bar */
.scroll-progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: transparent;
  z-index: 10000;
}

.scroll-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #3b82f6, #60a5fa, #a855f7);
  width: 0%;
  transition: width 0.1s ease-out;
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: #3b82f6;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 999;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: #2563eb;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.5);
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 96px;
    right: 20px;
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }
}
