:root{--primary:#F9B918;--primary-glow:#FBC547;--secondary:#333436;--background:#ffffff;--foreground:#333436;--muted:#f5f5f5;--muted-foreground:#666666;--border:#e5e5e5;--card:#ffffff;--card-foreground:#333436;--gradient-hero:linear-gradient(135deg, #F9B918, #E6A715);--gradient-cta:linear-gradient(135deg, #F9B918, #D19612);--gradient-overlay:linear-gradient(to bottom, rgba(51,52,54,0.4), rgba(51,52,54,0.6));--shadow-glow:0 0 30px rgba(249, 185, 24, 0.3);--shadow-card:0 10px 30px -5px rgba(0, 0, 0, 0.1);--transition-smooth:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.viagem-a-plus-landing *{box-sizing:border-box}.viagem-a-plus-landing{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;color:var(--foreground);background:var(--background);width:100vw!important;max-width:100vw!important;margin:0!important;padding:0!important;position:relative;z-index:1;left:50%!important;right:50%!important;margin-left:-50vw!important;margin-right:-50vw!important}.viagem-a-plus-wrapper{width:100vw!important;margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;max-width:none!important;padding:0!important;position:relative;overflow-x:hidden}.viagem-a-plus-landing .hero-section,.viagem-a-plus-landing .section{width:100%!important;margin-left:0!important;margin-right:0!important;position:relative}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--secondary) 0%,rgb(51 52 54 / .9) 50%,rgb(51 52 54 / .8) 100%);color:#fff;overflow:hidden}.hero-bg-pattern{position:absolute;inset:0;opacity:.3;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-container{max-width:1200px;margin:0 auto;padding:80px 20px;position:relative;z-index:10}.hero-grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media (min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-content{animation:slideUp 0.6s ease-out}.urgency-badge{display:inline-flex;align-items:center;background:rgb(249 185 24 / .2);backdrop-filter:blur(8px);border:1px solid rgb(249 185 24 / .3);border-radius:50px;padding:8px 16px;font-size:14px;font-weight:500;margin-bottom:32px}.urgency-dot{width:8px;height:8px;background:var(--primary);border-radius:50%;margin-right:8px;animation:pulse 2s infinite}.hero-title{font-size:clamp(32px, 6vw, 72px);font-weight:700;line-height:1.1;margin-bottom:24px}.hero-highlight{color:var(--primary);animation:pulse 2s infinite}.hero-gradient-text{background:linear-gradient(to right,var(--primary),var(--primary-glow));-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.hero-subtitle{font-size:clamp(18px, 3vw, 24px);color:rgb(255 255 255 / .9);font-weight:500;line-height:1.4;margin-bottom:32px}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:32px}.benefit-item{display:flex;align-items:center;gap:12px}.benefit-icon{color:var(--primary);width:24px;height:24px;flex-shrink:0}.cta-button{display:inline-flex;align-items:center;justify-content:center;background:var(--gradient-cta);color:#fff;font-weight:700;font-size:18px;padding:24px 32px;border-radius:12px;text-decoration:none;border:none;cursor:pointer;transition:var(--transition-smooth);animation:pulseGlow 2s ease-in-out infinite;margin-bottom:12px}.cta-button:hover{transform:scale(1.05);box-shadow:var(--shadow-glow);color:#fff;text-decoration:none}.cta-arrow{margin-left:8px;transition:var(--transition-smooth)}.cta-button:hover .cta-arrow{transform:translateX(4px)}.cta-guarantee{color:rgb(255 255 255 / .7);font-size:14px;margin-top:12px}.hero-image-container{position:relative;animation:float 3s ease-in-out infinite}.hero-image{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px -10px rgb(0 0 0 / .3)}.hero-image img{width:100%;height:auto;object-fit:cover}.hero-image-overlay{position:absolute;inset:0;background:var(--gradient-overlay);opacity:.2}.floating-stat{position:absolute;background:#fff;border-radius:16px;padding:16px;box-shadow:var(--shadow-card);animation:pulseGlow 2s ease-in-out infinite}.floating-stat-1{top:-16px;right:-16px}.floating-stat-2{bottom:-16px;left:-16px}.floating-stat-value{font-size:24px;font-weight:700;color:var(--primary)}.floating-stat-label{font-size:12px;color:var(--muted-foreground)}.section{padding:96px 0}.section-container{max-width:1200px;margin:0 auto;padding:0 20px}.section-header{text-align:center;margin-bottom:64px;animation:slideUp 0.6s ease-out}.section-title{font-size:clamp(32px, 5vw, 48px);font-weight:700;margin-bottom:24px;color:var(--foreground)}.section-subtitle{font-size:20px;color:var(--muted-foreground);max-width:768px;margin:0 auto;line-height:1.4}.benefits-section{background:var(--background)}.benefits-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px}.benefit-card{background:var(--card);border-radius:16px;padding:32px;box-shadow:var(--shadow-card);border:1px solid var(--border);transition:var(--transition-smooth)}.benefit-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-glow)}.benefit-card-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px}.benefit-card-icon{background:rgb(249 185 24 / .1);padding:12px;border-radius:12px;transition:var(--transition-smooth)}.benefit-card:hover .benefit-card-icon{background:rgb(249 185 24 / .2)}.benefit-card-icon svg{width:32px;height:32px;color:var(--primary)}.benefit-card-title{font-size:20px;font-weight:700;margin-bottom:12px;color:var(--card-foreground);transition:var(--transition-smooth)}.benefit-card:hover .benefit-card-title{color:var(--primary)}.benefit-card-description{color:var(--muted-foreground);line-height:1.6}@keyframes slideUp{from{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes pulseGlow{0%,100%{box-shadow:0 0 20px rgb(249 185 24 / .3)}50%{box-shadow:0 0 40px rgb(249 185 24 / .6)}}@media (max-width:768px){.hero-container{padding:40px 20px}.section{padding:64px 0}.benefits-cards{grid-template-columns:1fr}.benefit-card{padding:24px}}.viagem-a-plus-landing p{margin-bottom:1em}.viagem-a-plus-landing h1,.viagem-a-plus-landing h2,.viagem-a-plus-landing h3{margin-top:0}.viagem-a-plus-landing .wp-block-group,.viagem-a-plus-landing .has-text-align-center{text-align:inherit}.entry-content .viagem-a-plus-landing,.site-content .viagem-a-plus-landing,.content-area .viagem-a-plus-landing{max-width:none!important;width:100vw!important;margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;padding:0!important}.viagem-a-plus-landing>*{margin-left:0!important;margin-right:0!important}.testimonials-section{padding:80px 0;background:rgb(0 0 0 / .02)}.testimonial-card{background:var(--card);border-radius:16px;padding:32px;border:1px solid rgb(0 0 0 / .1);box-shadow:0 4px 20px rgb(0 0 0 / .05);transition:all 0.3s ease;position:relative}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgb(0 0 0 / .15)}.offer-section{padding:80px 0;background:var(--secondary);color:#fff;position:relative;overflow:hidden}.mentors-section{padding:80px 0;background:var(--background)}.faq-section{padding:80px 0;background:rgb(0 0 0 / .02)}.final-cta-section{background:var(--secondary);color:#fff;padding:80px 0;text-align:center}.viagem-a-plus-landing section,.hero-section,.benefits-section,.testimonials-section,.offer-section,.mentors-section,.faq-section,.final-cta-section{width:100%!important;margin-left:0!important;margin-right:0!important;position:relative}.container .viagem-a-plus-landing,.content .viagem-a-plus-landing,.main .viagem-a-plus-landing{max-width:none!important;padding-left:0!important;padding-right:0!important}