:root{--bg-color: #ede8dd;--text-primary: #131313;--text-secondary: #666666;--neon-pink: #e03434;--neon-purple: #f20001;--dark-bg: #131313;--white: #ffffff;--light-creme: #fbf7f5;--border-radius: 24px;--font-main: "Inter", sans-serif;--card-shadow: 0 10px 40px rgba(0, 0, 0, .05)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden;width:100%}body{font-family:var(--font-main);background-color:var(--bg-color);background-image:url(fc_ondas_sitebg.svg);background-position:top center;background-repeat:no-repeat;background-size:100% auto;color:var(--text-primary);line-height:1.5;overflow-x:hidden;width:100%;touch-action:manipulation}main{max-width:1440px;margin:0 auto;padding:2rem 5%}h1{font-size:5.5rem;line-height:.9;letter-spacing:-.04em;font-weight:800;margin-bottom:2rem;text-transform:uppercase}h2{font-size:2.5rem;line-height:1.1;letter-spacing:-.02em;font-weight:700}.subtitle-text p{font-size:1.25rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.4}.subtitle-text .date-location{font-size:1.1rem;color:var(--text-primary);font-weight:600}.subtitle-text .date-location span{font-size:.9rem;color:var(--text-secondary);font-weight:400}.center-align{text-align:center}.tag-pill{display:inline-block;padding:4px 12px;border-radius:100px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.tag-pink{background-color:var(--neon-pink);color:var(--text-primary)}.btn{display:inline-flex;align-items:center;justify-content:center;height:56px;padding:0 2rem;border-radius:100px;font-weight:600;font-size:1rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;border:1px solid transparent;cursor:pointer}.btn-dark{background-color:var(--dark-bg);color:var(--white)}.btn-light{background-color:var(--white);color:var(--dark-bg)}.btn-outline{background-color:transparent;color:var(--dark-bg);border:1px solid var(--text-primary)}.btn-brown{background-color:var(--brown-accent);color:var(--white)}.btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.btn-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;color:var(--dark-bg);text-decoration:none;transition:transform .2s ease}.btn-neon{background-color:var(--neon-pink);color:var(--white)}.btn-neon:hover{transform:translateY(-2px)}.w-full{width:100%}.cta-group{display:flex;gap:.5rem;align-items:center}.top-red-bar{width:100%;height:12px;background-color:var(--neon-pink);position:absolute;top:0;left:0;z-index:99}.hero{min-height:90vh;display:flex;align-items:center;padding:2rem 0;position:relative}.hero-content.center-y{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1000px;margin:0 auto}.hero-text-block{z-index:2;max-width:450px}.hero-cta-group{display:flex;gap:1rem;margin-top:2rem;align-items:stretch}.hero-cta-group .btn{text-align:center;justify-content:center;white-space:nowrap}.hero-logo{margin-bottom:2rem;transform:rotate(-3deg);display:inline-block;max-width:320px;transition:transform .3s ease,filter .3s ease}.hero-logo:hover{transform:rotate(-3deg) translateY(-4px) scale(1.02);filter:brightness(1.15) drop-shadow(0 8px 20px rgba(224,52,52,.4))}.hero-text-block .subtitle-text p{font-size:1.4rem;line-height:1.4;font-weight:500;color:var(--text-primary);margin-bottom:1.5rem}.hero-text-block .date-location{font-size:1.25rem;color:var(--text-primary);font-weight:600;margin-bottom:3rem}.hero-text-block .date-location span{font-weight:400;color:var(--text-secondary)}.hero-cta-group{display:flex;gap:1rem;align-items:center}.btn-outline-dark{border:1px solid var(--text-primary);color:var(--text-primary);border-radius:100px;padding:1.25rem 2rem;font-weight:600;background:transparent;transition:all .3s ease}.btn-outline-dark:hover{background-color:#0000000d}.hero-right-cards{position:relative;width:400px;height:600px;display:flex;justify-content:center;align-items:center;z-index:1}.stacked-cards-new{position:relative;width:320px;height:500px}.card{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0003;transition:transform .6s cubic-bezier(.16,1,.3,1)}.card-back-red{background-color:var(--neon-pink);transform:rotate(10deg) translate(40px) translateY(10px);z-index:1}.card-back-black{background-color:#111;transform:rotate(5deg) translate(20px) translateY(5px);z-index:2}.card-front-img{background:#111;z-index:3;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;display:none}.video-placeholder-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;pointer-events:none}.stacked-cards-new:hover .card-back-red{transform:rotate(15deg) translate(60px) translateY(15px)}.stacked-cards-new:hover .card-back-black{transform:rotate(8deg) translate(30px) translateY(8px)}.stacked-cards-new:hover .card-front-img{transform:translateY(-5px) scale(1.02)}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background-color:#fff6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:2;transition:transform .3s ease,background-color .3s ease}.play-button:hover{background-color:var(--neon-pink);transform:translate(-50%,-50%) scale(1.1)}.play-button:hover svg path{fill:var(--dark-bg)}.brands-ticker{padding:4rem 0;text-align:center;border-bottom:1px solid rgba(0,0,0,.05)}.ticker-title{font-size:.8rem;font-weight:700;color:var(--text-secondary);letter-spacing:.1em;margin-bottom:2rem}.ticker-container{overflow:hidden;position:relative;width:100%;mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent)}.ticker-track{display:flex;width:max-content;animation:scrollTicker 30s linear infinite;gap:55px}.ticker-track:hover{animation-play-state:paused}.ticker-item{display:flex;align-items:center}.ticker-item img{height:auto;width:auto;max-height:100px;object-fit:contain;filter:invert(36%) sepia(3%) saturate(15%) hue-rotate(345deg) brightness(98%) contrast(90%);filter:grayscale(100%) opacity(.5);transition:filter .3s ease,transform .3s ease,opacity .3s ease;cursor:pointer}.ticker-item img:hover{filter:grayscale(0%) opacity(1);transform:scale(1.05)}.ticker-item:hover{color:var(--text-primary);transition:color .3s}@keyframes scrollTicker{0%{transform:translate(0)}to{transform:translate(-50%)}}.pricing{padding:8rem 0;display:flex;flex-direction:column;align-items:center;gap:3rem;max-width:1100px;margin:0 auto}.pricing-header.center-align{display:flex;flex-direction:column;align-items:center;text-align:center}.pricing-header h2{margin:0 0 .5rem}.pricing-header p{color:var(--text-secondary);font-size:1.1rem}.billing-toggle{display:flex;background:#e9e9e9;padding:4px;border-radius:100px;position:relative;margin-bottom:3rem}.toggle-btn{border:none;background:none;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;border-radius:100px;cursor:pointer;z-index:2;transition:color .3s;position:relative;display:flex;align-items:center;gap:.5rem}.toggle-btn.active{color:var(--dark-bg)}.save-tag{font-size:.6rem;background:transparent;color:var(--text-secondary);font-weight:700}.toggle-slider{position:absolute;top:4px;left:4px;bottom:4px;width:calc(50% - 4px);background:var(--white);border-radius:100px;z-index:1;transition:transform .3s cubic-bezier(.68,-.55,.265,1.55);box-shadow:0 2px 10px #0000000d}.custom-plan-card{background:var(--white);border-radius:100px;padding:.75rem;display:flex;align-items:center;gap:1rem;box-shadow:var(--card-shadow);width:100%}.avatar-container{position:relative;width:48px;height:48px}.avatar-container img{width:100%;height:100%;border-radius:50%;object-fit:cover}.status-dot{position:absolute;top:0;right:0;width:12px;height:12px;background:#a3ffaf;border:2px solid var(--white);border-radius:50%}.custom-plan-text{display:flex;flex-direction:column;flex:1}.custom-plan-text strong{font-size:.9rem}.custom-plan-text span{font-size:.8rem;color:var(--text-secondary)}.arrow-btn-light{width:40px;height:40px;border-radius:50%;border:none;background:#f0f0f0;cursor:pointer;display:flex;align-items:center;justify-content:center}.pricing-cards{display:flex;justify-content:center;gap:1.5rem;width:100%;align-items:stretch}.pricing-card{border-radius:40px;display:flex;flex-direction:column;flex:1;margin:0;position:relative;overflow:visible}.card-standard{width:275px;min-width:275px}.card-wide{width:315px;min-width:315px}.card-dark-top{background:#1a1a1a}.pricing-card.highlighted{background:#e33636}.card-inner-top{height:46px;display:flex;justify-content:center;align-items:center}.combo-tag,.plan-top-title{color:var(--white);font-weight:700;font-size:.85rem;letter-spacing:.05em;margin-top:5px}.plan-description{font-size:.75rem;color:var(--text-secondary);line-height:1.4;margin-top:.8rem}.masterclass-choice-text{font-size:.75rem;color:var(--text-primary);margin-bottom:.5rem;font-style:italic}.card-content{background:var(--white);border-radius:40px;padding:2.5rem;display:flex;flex-direction:column;flex-grow:1;margin:0 4px 4px}.card-content{background:var(--white);border-radius:36px;padding:1.8rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex-grow:1;margin:0 0 4px}.pricing-card{padding:0 0 10px}.pricing-card{padding:0}.card-content{margin-bottom:0;border-bottom-left-radius:40px;border-bottom-right-radius:40px}.card-header-inner{border-radius:30px;padding:2rem;margin-bottom:2rem;position:relative}.light-inner{background-color:#f2f2f2}.dark-inner{background-color:#423d38}.card-dark{background:#1e1c1a;color:var(--white)}.card-header h3{font-size:1.4rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.02em;line-height:1.1;text-transform:uppercase}.card-header-inner p{font-size:1rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.3}.card-dark .card-header-inner p{color:#e0e0e0}.price{display:flex;align-items:flex-start;margin-bottom:0;gap:4px}.currency{font-size:1.2rem;font-weight:700;margin-top:.6rem;color:var(--text-primary)}.amount{font-size:3.5rem;font-weight:800;letter-spacing:-.04em;line-height:1;color:var(--text-primary)}.features-list{list-style:none;margin-top:1rem;margin-bottom:1rem;flex:1;padding:0}.features-list li{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1rem;font-weight:500;color:#4a4a4a}.pricing-card .btn{border-radius:100px;padding:1rem;font-weight:600;font-size:1rem}.mt-auto{margin-top:auto!important}.check-icon-circle{width:20px;height:20px;min-width:20px}.masterclass-option{cursor:pointer;border-radius:8px;padding:2px 6px;margin-left:-6px;transition:background-color .2s ease}.masterclass-option:hover .check-bg{fill:#000}.masterclass-option:hover .check-mark{fill:#fff}.masterclass-option.selected .check-bg{fill:var(--neon-pink)}.masterclass-option.selected .check-mark{fill:#fff}.masterclass-option.selected span{font-weight:700}.pricing-seal{position:absolute;top:-50px;right:-40px;width:140px;height:140px;z-index:10;animation:spinSeal 20s linear infinite;pointer-events:none}@keyframes spinSeal{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card-footer-flex{display:flex;justify-content:space-between;align-items:stretch;gap:.75rem;margin-top:auto;padding:0 1rem}.style-rounded{border-radius:100px;padding:1.25rem;flex-grow:1;font-size:1rem;font-weight:700}.style-rounded-icon{width:60px;min-width:60px;height:60px;border-radius:50%;display:flex;justify-content:center;align-items:center}.text-dark{color:var(--dark-bg)}.btn-pink{background-color:#ffb8e6;color:var(--dark-bg)}.instructors-section{padding:2rem 5% 6rem;background:var(--light-bg)}.instructors-header{margin-bottom:4rem}.instructors-header h2{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.02em}.instructors-header p{font-size:1.1rem;color:var(--text-secondary)}.instructors-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto}.instructor-card{background:var(--white);border-radius:30px;padding:2.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 10px 30px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.instructor-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000014}.instructor-image-wrapper{width:200px;height:200px;border-radius:50%;overflow:hidden;margin-bottom:2rem;border:4px solid var(--white);box-shadow:0 10px 20px #0000001a}.instructor-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.instructor-card:hover .instructor-image{transform:scale(1.05)}.instructor-info h3{font-size:1.8rem;font-weight:800;margin-bottom:.25rem}.instructor-role{font-size:1rem;color:var(--neon-pink);font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.instructor-bio{font-size:.95rem;color:var(--text-secondary);line-height:1.6}.faq{padding:8rem 5%;background-image:url(fc26_img_bg_faq.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;justify-content:center}.faq-container{width:100%;max-width:800px;display:flex;flex-direction:column}.faq-title{font-size:3rem;font-weight:800;color:var(--white);text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background-color:var(--white);border-radius:16px;overflow:hidden;transition:all .3s ease}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;cursor:pointer;background-color:transparent;border:none;width:100%;text-align:left}.faq-question h3{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin:0;flex:1;padding-right:2rem}.faq-toggle{width:32px;height:32px;border-radius:8px;background-color:#ff5454;border:none;display:flex;justify-content:center;align-items:center;cursor:pointer;flex-shrink:0;transition:background-color .3s,transform .3s}.faq-toggle:hover{background-color:#e33636}.plus-icon{position:relative;width:14px;height:14px}.plus-icon:before,.plus-icon:after{content:"";position:absolute;background-color:#fff;top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .3s ease}.plus-icon:before{width:14px;height:2px}.plus-icon:after{width:2px;height:14px}.faq-item.active .plus-icon:after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}.faq-item.active .plus-icon:before{transform:translate(-50%,-50%) rotate(45deg)}.faq-item.active .plus-icon{transform:rotate(45deg)}.faq-answer{max-height:0;padding:0 2rem;opacity:0;transition:max-height .4s ease,padding .4s ease,opacity .4s ease}.faq-answer p{font-size:1rem;line-height:1.6;color:#666;margin-bottom:1.5rem}.faq-item.active .faq-answer{max-height:500px;opacity:1}@media (max-width: 1024px){h1{font-size:3.5rem}.hero-content.center-y{flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:3rem;padding:0 5%}.hero-text-block{display:flex;flex-direction:column;align-items:center;max-width:100%}.hero-cta-group{justify-content:center;flex-wrap:wrap}.hero-right-cards{width:100%;display:flex;justify-content:center;padding-bottom:2rem;transform:scale(.9);transform-origin:center}.pricing{padding:4rem 5%}.pricing-cards{flex-direction:column;align-items:center;gap:2rem}.pricing-card{width:100%;max-width:400px;min-width:auto}.faq{padding:5rem 5%}.instructors-grid{gap:2rem}.instructor-card{padding:2rem}.instructor-image-wrapper{width:150px;height:150px}}@media (max-width: 768px){h1{font-size:2.5rem}h2,.instructors-header h2{font-size:2rem}.instructors-grid{grid-template-columns:1fr}.hero-cta-group{flex-direction:column;width:100%;gap:1rem}.hero-cta-group .btn{width:100%;text-align:center}.hero-right-cards{transform:scale(.75);margin-top:-2rem}.faq-title{font-size:2.2rem;margin-bottom:2rem}.faq-question{padding:1rem 1.25rem}.faq-question h3{font-size:1rem;padding-right:1rem}.faq-answer{padding:0 1.25rem}.faq-answer p{font-size:.95rem}.ticker-item img{max-height:70px}.ticker-track{gap:30px}}.reveal-up{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.reveal-up.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translate(-40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transform:scale(.95);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.reveal-scale.visible{opacity:1;transform:scale(1)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-400{transition-delay:.4s}.site-footer{background-color:#e33636;padding:3rem 5% 1.5rem;display:flex;justify-content:center}.footer-container{width:100%;max-width:1200px;display:flex;flex-direction:column}.footer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.footer-logo{width:160px;height:60px;background-image:url(Filmecon26_logo-branco.svg);background-size:contain;background-position:left center;background-repeat:no-repeat}.footer-socials{display:flex;gap:1.5rem;align-items:center}.social-icon{width:24px;height:24px;display:flex;justify-content:center;align-items:center;transition:transform .3s ease,opacity .3s ease}.social-icon img{width:100%;height:100%;object-fit:contain}.social-icon:hover{transform:translateY(-3px);opacity:.8}.footer-divider{height:1px;background-color:#fff3;width:100%;margin-bottom:1.5rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:var(--white);font-size:.75rem;font-weight:500;letter-spacing:.05em;opacity:.8}@media (max-width: 768px){.footer-top{flex-direction:column;gap:2rem}.footer-logo{background-position:center}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}
