/* Formulário compacto acrescentado sem alterar o layout original */

:root{
  --bg:#0a172b;
  --nav:#0f2038;
  --surface:#142944;
  --surface2:#18304c;
  --line:#304967;
  --muted:#b6c3d3;
}

body{
  background:#0a172b;
}

header{
  background:rgba(15,32,56,.97);
  border-bottom-color:#304967;
}

.hero{
  background:
    radial-gradient(circle at 10% 16%,rgba(186,255,63,.13),transparent 30rem),
    radial-gradient(circle at 84% 20%,rgba(66,233,166,.17),transparent 30rem),
    linear-gradient(180deg,#152d4d,#0a172b);
}

.benefits,
footer{
  background:#081426;
}

.proof{
  background:#0d1c32;
}

.pill{
  animation:vipPillGlow 2s ease-in-out infinite;
}

.nav-btn,
.whatsapp{
  animation:vipWhatsapp 1.6s ease-in-out infinite,
            vipWhatsappHalo 1.6s ease-out infinite;
}

.quick-prices{
  display:inline-flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
  margin-left:4px;
}

.quick-price{
  display:inline-flex;
  align-items:center;
  min-height:49px;
  padding:0 15px;
  border:1px solid #395472;
  border-radius:11px;
  background:#142944;
  color:#cdd8e6;
  font-size:.78rem;
  font-weight:750;
}

.quick-price strong{
  margin-left:5px;
  color:var(--lime);
  font-size:.98rem;
}

.quick-test{
  padding:38px 0 42px;
  background:#10223b;
  border-top:1px solid #304967;
  border-bottom:1px solid #304967;
}

.quick-test-box{
  padding:22px;
  border:1px solid #405d7d;
  border-radius:18px;
  background:#152c49;
  box-shadow:0 18px 42px rgba(0,0,0,.18);
}

.quick-test-head{
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:center;
  margin-bottom:14px;
}

.quick-test-kicker{
  display:block;
  margin-bottom:4px;
  color:var(--lime);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.quick-test-head h2{
  margin:0;
  font-size:clamp(1.55rem,3vw,2.15rem);
  line-height:1.12;
}

.quick-test-head p{
  max-width:490px;
  margin:0;
  color:#c0cede;
  font-size:.9rem;
  text-align:right;
}

.quick-test-offers{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  justify-content:flex-end;
  margin-bottom:13px;
}

.quick-test-offer{
  padding:8px 12px;
  border:1px solid #405d7d;
  border-radius:10px;
  background:#10223b;
  color:#c8d4e3;
  font-size:.76rem;
  font-weight:750;
}

.quick-test-offer strong{
  color:var(--lime);
  font-size:.95rem;
}

.quick-test-frame{
  display:block;
  width:100%;
  height:235px;
  border:0;
  border-radius:12px;
  background:#152c49;
}

@keyframes vipPillGlow{
  0%,100%{
    box-shadow:0 0 0 rgba(186,255,63,0);
    transform:translateY(0);
  }
  50%{
    box-shadow:0 0 22px rgba(186,255,63,.25);
    transform:translateY(-1px);
  }
}

@keyframes vipWhatsapp{
  0%,100%{transform:translateY(0) scale(1)}
  50%{transform:translateY(-3px) scale(1.035)}
}

@keyframes vipWhatsappHalo{
  0%{box-shadow:0 0 0 0 rgba(32,207,112,.48)}
  75%,100%{box-shadow:0 0 0 10px rgba(32,207,112,0)}
}

@media(max-width:900px){
  .quick-test-head{
    grid-template-columns:1fr;
    gap:8px;
  }

  .quick-test-head p{
    max-width:none;
    text-align:left;
  }

  .quick-test-offers{
    justify-content:flex-start;
  }

  .quick-test-frame{
    height:490px;
  }
}

@media(max-width:560px){
  .quick-test{
    padding:24px 0 30px;
  }

  .quick-test-box{
    padding:16px 12px;
    border-radius:15px;
  }

  .quick-test-head h2{
    font-size:1.55rem;
  }

  .quick-test-offers{
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  .quick-test-offer{
    text-align:center;
  }

  .quick-test-frame{
    height:500px;
  }

  .quick-prices{
    display:grid;
    width:100%;
    grid-template-columns:1fr 1fr;
    margin-left:0;
  }

  .quick-price{
    justify-content:center;
    padding:0 8px;
  }
}

@media(prefers-reduced-motion:reduce){
  .pill,
  .nav-btn,
  .whatsapp{
    animation:none;
  }
}

/* VIP-PLANS-CSS-START */

/* O destaque isolado do plano vitalício foi substituído pelos planos abaixo do teste */
.hero-grid {
  grid-template-columns: minmax(0, 1fr) !important;
}

.hero .offer {
  display: none !important;
}

/* Texto animado do teste */
.hero .pill {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: clamp(15px, 1.35vw, 20px) !important;
  font-weight: 900 !important;
  line-height: 1.3;
  padding: 12px 20px !important;
  letter-spacing: .25px;
  border: 1px solid rgba(173, 255, 47, .55);
  box-shadow: 0 0 0 rgba(173, 255, 47, 0);
  animation: vipTestPill 2.1s ease-in-out infinite;
}

@keyframes vipTestPill {
  0%, 100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 0 0 rgba(173, 255, 47, 0);
  }
  50% {
    transform: translateY(-2px) scale(1.025);
    box-shadow: 0 0 25px rgba(173, 255, 47, .25);
  }
}

/* Corrige a altura e remove o espaço vazio abaixo do formulário */
.quick-test-frame {
  display: block !important;
  width: 100% !important;
  height: 180px !important;
  min-height: 180px !important;
  border: 0 !important;
  overflow: hidden !important;
}

/* Quadro dos planos */
.vip-quick-plans {
  position: relative;
  padding: 8px 20px 76px;
  background:
    radial-gradient(circle at 10% 20%, rgba(46, 230, 189, .08), transparent 30%),
    radial-gradient(circle at 90% 80%, rgba(173, 255, 47, .06), transparent 30%);
}

.vip-plans-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 30px;
  border: 1px solid rgba(111, 155, 203, .38);
  border-radius: 24px;
  background: linear-gradient(145deg, #172f4d, #10233b);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .24);
}

.vip-plans-heading {
  margin-bottom: 25px;
  text-align: center;
}

.vip-plans-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #b5ff37;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.4px;
}

.vip-plans-heading h2 {
  margin: 0 0 9px;
  color: #fff;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.15;
}

.vip-plans-heading p {
  max-width: 720px;
  margin: 0 auto;
  color: #b8c8dc;
  font-size: 15px;
  line-height: 1.55;
}

.vip-top-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  align-items: stretch;
}

.vip-top-plan {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 280px;
  flex-direction: column;
  padding: 24px 18px 18px;
  overflow: hidden;
  border: 1px solid rgba(93, 139, 190, .42);
  border-radius: 18px;
  background: rgba(7, 22, 42, .78);
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease;
}

.vip-top-plan:hover {
  z-index: 2;
  transform: translateY(-7px);
  border-color: #6be9d0;
  box-shadow: 0 18px 35px rgba(0, 0, 0, .3);
}

.vip-top-plan-featured {
  border: 2px solid #b5ff37;
  box-shadow: 0 0 28px rgba(181, 255, 55, .12);
}

.vip-top-plan-lifetime {
  border: 2px solid #55e1ca;
}

.vip-plan-badge {
  position: absolute;
  top: 11px;
  right: 11px;
  padding: 5px 8px;
  border-radius: 7px;
  background: rgba(255, 139, 67, .16);
  color: #ff9a5c;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .4px;
}

.vip-plan-period {
  margin-bottom: 12px;
  color: #b5ff37;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
}

.vip-top-plan h3 {
  min-height: 48px;
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.vip-plan-price {
  margin: 14px 0 5px;
  color: #48dfc3;
  font-size: clamp(30px, 2.7vw, 40px);
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.vip-plan-price small {
  margin-right: 2px;
  font-size: 15px;
  font-weight: 800;
}

.vip-top-plan p {
  margin: 6px 0 20px;
  color: #aebed1;
  font-size: 14px;
}

.vip-plan-button {
  display: flex;
  min-height: 48px;
  margin-top: auto;
  align-items: center;
  justify-content: center;
  padding: 11px 10px;
  border-radius: 11px;
  background: linear-gradient(90deg, #42d8d7, #70e8c6);
  color: #04111f !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  animation: vipPlanButton 2.4s ease-in-out infinite;
  transition: filter .2s ease, transform .2s ease;
}

.vip-plan-button:hover {
  filter: brightness(1.08);
  transform: scale(1.025);
}

@keyframes vipPlanButton {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(67, 220, 197, .16);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(67, 220, 197, 0);
  }
}

@media (max-width: 920px) {
  .vip-top-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .hero .pill {
    width: 100%;
    font-size: 15px !important;
    padding: 12px 10px !important;
    text-align: center;
  }

  .quick-test-frame {
    height: 405px !important;
    min-height: 405px !important;
  }

  .vip-quick-plans {
    padding: 6px 14px 50px;
  }

  .vip-plans-shell {
    padding: 24px 14px;
    border-radius: 19px;
  }

  .vip-top-plan-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vip-top-plan {
    min-height: 255px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero .pill,
  .vip-plan-button {
    animation: none !important;
  }

  .vip-top-plan {
    transition: none !important;
  }
}

/* VIP-PLANS-CSS-END */

/* VIP-HERO-PLAN-SHORTCUTS-START */

html {
  scroll-behavior: smooth;
}

.vip-hero-actions {
  display: grid !important;
  grid-template-columns:
    minmax(210px, 1.35fr)
    repeat(4, minmax(125px, 1fr)) !important;
  gap: 10px !important;
  width: 100%;
  align-items: stretch;
  margin-top: 28px !important;
}

.vip-main-test {
  width: 100%;
  min-width: 0;
  min-height: 58px !important;
  padding: 10px 14px !important;
  text-align: center;
  animation: vipMainTestPulse 2.2s ease-in-out infinite;
}

.hero-plan-link {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 58px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 9px;
  overflow: hidden;
  border: 1px solid rgba(94, 146, 200, .48);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(25, 52, 82, .97), rgba(12, 30, 53, .97));
  box-shadow: 0 8px 19px rgba(0, 0, 0, .17);
  color: #fff !important;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
  animation: vipPlanFloat 3s ease-in-out infinite;
  transition:
    border-color .22s ease,
    box-shadow .22s ease,
    filter .22s ease;
}

.hero-plan-link:nth-child(3) {
  animation-delay: .18s;
}

.hero-plan-link:nth-child(4) {
  animation-delay: .36s;
}

.hero-plan-link:nth-child(5) {
  animation-delay: .54s;
}

.hero-plan-link::before {
  position: absolute;
  top: 0;
  left: -80%;
  width: 45%;
  height: 100%;
  content: "";
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, .13),
    transparent
  );
  transform: skewX(-20deg);
  animation: vipPlanShine 4.2s ease-in-out infinite;
}

.hero-plan-link span {
  position: relative;
  z-index: 1;
  margin-bottom: 3px;
  color: #d7e4f2;
  font-size: 11px;
  font-weight: 750;
}

.hero-plan-link strong {
  position: relative;
  z-index: 1;
  color: #b5ff37;
  font-size: 16px;
  font-weight: 950;
  white-space: nowrap;
}

.hero-plan-link:hover {
  border-color: #62e5cf;
  box-shadow:
    0 13px 27px rgba(0, 0, 0, .25),
    0 0 22px rgba(78, 226, 198, .15);
  filter: brightness(1.08);
}

.hero-plan-annual {
  border-color: #b5ff37;
  box-shadow: 0 0 21px rgba(181, 255, 55, .1);
}

.hero-plan-lifetime {
  border-color: #55e1ca;
}

@keyframes vipPlanFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes vipPlanShine {
  0%, 65% {
    left: -80%;
  }

  100% {
    left: 145%;
  }
}

@keyframes vipMainTestPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 13px 30px rgba(181, 255, 55, .15);
  }

  50% {
    transform: scale(1.025);
    box-shadow: 0 15px 35px rgba(181, 255, 55, .28);
  }
}

/* Destinos dos botões dentro da seção original de planos */
#plano-mensal,
#plano-semestral,
#plano-anual,
#plano-vitalicio {
  scroll-margin-top: 95px;
}

@media (max-width: 950px) {
  .vip-hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .vip-main-test {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .vip-hero-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .vip-main-test {
    grid-column: 1 / -1;
    width: 100% !important;
  }

  .hero-plan-link {
    min-height: 67px;
    padding: 9px 6px;
  }

  .hero-plan-link span {
    font-size: 11px;
  }

  .hero-plan-link strong {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .vip-main-test,
  .hero-plan-link,
  .hero-plan-link::before {
    animation: none !important;
  }
}

/* VIP-HERO-PLAN-SHORTCUTS-END */

/* VIP-WHATSAPP-MOBILE-START */

.whatsapp {
  z-index: 9999 !important;
}

@media (max-width: 680px) {
  .whatsapp {
    right: 14px !important;
    bottom: calc(15px + env(safe-area-inset-bottom)) !important;
    display: flex !important;
    width: auto !important;
    min-width: 148px !important;
    height: 58px !important;
    min-height: 58px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 0 18px !important;
    overflow: visible !important;
    border: 2px solid rgba(255, 255, 255, .8) !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #25d366, #16b955) !important;
    box-shadow:
      0 12px 30px rgba(0, 0, 0, .38),
      0 0 0 0 rgba(37, 211, 102, .55) !important;
    color: #04170b !important;
    font-size: 17px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    animation: vipWhatsappMobilePulse 1.75s ease-in-out infinite !important;
  }

  .whatsapp span {
    display: inline !important;
    color: #04170b !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
  }

  .whatsapp::before {
    position: absolute;
    inset: -7px;
    z-index: -1;
    border: 2px solid rgba(37, 211, 102, .55);
    border-radius: 999px;
    content: "";
    animation: vipWhatsappMobileRing 1.75s ease-out infinite;
    pointer-events: none;
  }

  .whatsapp::after {
    position: absolute;
    top: -33px;
    right: 4px;
    padding: 6px 10px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 7px 18px rgba(0, 0, 0, .22);
    color: #082216;
    content: "Solicite seu teste";
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
    animation: vipWhatsappText 3.2s ease-in-out infinite;
    pointer-events: none;
  }

  .whatsapp:active {
    transform: scale(.95) !important;
  }
}

@keyframes vipWhatsappMobilePulse {
  0%, 100% {
    transform: translateY(0) scale(1);
    box-shadow:
      0 12px 30px rgba(0, 0, 0, .38),
      0 0 0 0 rgba(37, 211, 102, .5);
  }

  50% {
    transform: translateY(-4px) scale(1.045);
    box-shadow:
      0 17px 35px rgba(0, 0, 0, .42),
      0 0 0 10px rgba(37, 211, 102, 0);
  }
}

@keyframes vipWhatsappMobileRing {
  0% {
    opacity: .75;
    transform: scale(.9);
  }

  75%, 100% {
    opacity: 0;
    transform: scale(1.15);
  }
}

@keyframes vipWhatsappText {
  0%, 100% {
    opacity: .82;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp,
  .whatsapp::before,
  .whatsapp::after {
    animation: none !important;
  }
}

/* VIP-WHATSAPP-MOBILE-END */
