:root{--primary-color: #d32f2f;--primary-dark: #b71c1c;--accent-color: #ff9800;--text-dark: #212121;--text-light: #f5f5f5;--bg-light: #fff3e0;--bg-white: #ffffff;--bg-dark: #1a1a1a;--gray-light: #e0e0e0;--font-main: "Inter", sans-serif;--font-display: "Roboto", sans-serif;--shadow-sm: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .15);--container-width: 1200px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-main);color:var(--text-dark);line-height:1.6;background-color:var(--bg-white);overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700}.container{max-width:var(--container-width);margin:0 auto;padding:0 20px}.highlight{color:var(--primary-color)}.highlight-text{color:var(--accent-color);background:linear-gradient(120deg,#ff980033,#ff980000)}.navbar{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;width:100%;top:0;z-index:1000;box-shadow:var(--shadow-sm);padding:1rem 0}.nav-container{display:flex;justify-content:space-between;align-items:center}.logo{font-family:var(--font-display);font-size:1.8rem;font-weight:700;text-decoration:none;color:var(--text-dark)}.cta-button-small{background:var(--primary-color);color:#fff;padding:.5rem 1.2rem;border-radius:50px;text-decoration:none;font-weight:700;transition:transform .3s}.cta-button-small:hover{background:var(--primary-dark);transform:translateY(-2px)}.hero{padding:60px 0 80px;background:linear-gradient(135deg,#1a1a1a,#2c2c2c);color:#fff;position:relative;overflow:hidden}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text h1{font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem}.subheadline{font-size:1.2rem;color:var(--gray-light);margin-bottom:2.5rem}.hero-image{position:relative}.hero-image img{width:100%;border-radius:20px;box-shadow:var(--shadow-lg);transform:rotate(-3deg);border:4px solid rgba(255,255,255,.1)}.hero-proof-copy{margin-top:2rem}.hero-proof-main{font-size:1.1rem;color:var(--gray-light);margin-bottom:.5rem}.hero-proof-sub{font-size:1rem;color:var(--gray-light)}.hero-proof-copy strong{color:var(--accent-color);font-weight:700}.repasse-proof{width:100%;margin-bottom:1.5rem}.repasse-proof img{width:100%;height:auto;border-radius:12px;box-shadow:var(--shadow-lg)}.badge{background:var(--accent-color);color:#000;padding:5px 12px;border-radius:4px;font-weight:700;text-transform:uppercase;font-size:.8rem;display:inline-block;margin-bottom:1rem}.cta-button{background:var(--button-gradient, linear-gradient(45deg, #d32f2f, #f44336));color:#fff;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;display:inline-block;box-shadow:0 10px 20px #d32f2f66;transition:all .3s;text-transform:uppercase;letter-spacing:.5px}.cta-button:hover{transform:translateY(-4px);box-shadow:0 15px 30px #d32f2f80}.guarantee-text{font-size:.9rem;margin-top:1rem;color:#bbb;display:flex;align-items:center;gap:8px}.floating-card{position:absolute;bottom:20px;left:-20px;background:#fff;color:var(--text-dark);padding:1rem;border-radius:12px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:1rem;animation:float 6s ease-in-out infinite}.icon-bg{width:40px;height:40px;background:#e8f5e9;color:#2e7d32;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.card-text strong{display:block;font-size:1.1rem;color:#2e7d32}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.pulse{animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #d32f2fb3}70%{transform:scale(1.05);box-shadow:0 0 0 15px #d32f2f00}to{transform:scale(1);box-shadow:0 0 #d32f2f00}}.trust-bar{background:var(--bg-light);padding:2rem 0;margin-top:-2px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.trust-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-dark);font-weight:600}.trust-item i{font-size:1.5rem;color:var(--primary-color)}.features{padding:5rem 0;background:#fff}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--text-dark)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .3s;border:1px solid #eee}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.card-image img{width:100%;height:200px;object-fit:cover}.card-icon{font-size:2.5rem;color:var(--primary-color);padding:1.5rem 1.5rem 0}.card-content{padding:1.5rem}.card-content h3{font-size:1.4rem;margin-bottom:.5rem;color:var(--text-dark)}.card-content p{color:#666;font-size:.95rem}.audience{padding:6rem 0;background:linear-gradient(135deg,#1a1a1a,#2c2c2c);color:#fff;position:relative}.audience-flex{display:flex;align-items:center;gap:4rem}.audience-content,.audience-image{flex:1}.audience-image img{width:100%;border-radius:20px;box-shadow:0 20px 40px #0000004d}.check-list{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}.check-item{display:flex;gap:15px;align-items:start;font-size:1.15rem;line-height:1.7;padding:1rem;background:#ffffff0d;border-radius:8px;transition:background .3s}.check-item:hover{background:#ffffff14}.check-item i{color:var(--accent-color);margin-top:5px;font-size:1.2rem;flex-shrink:0}.check-content{flex:1}.check-item strong{color:var(--accent-color);font-weight:700}.section-title.light{color:#fff;text-align:left}.testimonials{padding:5rem 0;background:var(--bg-light)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow-sm)}.stars{color:#ffc107;font-size:1.2rem;margin-bottom:1rem}.testimonial-card p{font-style:italic;font-size:1.05rem;margin-bottom:1.5rem}.author{display:flex;align-items:center;gap:10px}.avatar{width:50px;height:50px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;overflow:hidden;flex-shrink:0}.avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.offer{padding:4rem 0 6rem;background:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f5f5f5' fill-opacity='1' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E")}.offer-card{max-width:800px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000001a;overflow:hidden;border:2px solid var(--primary-color)}.offer-header{background:var(--primary-color);color:#fff;padding:2rem;text-align:center}.offer-header h3{font-size:2rem;margin-bottom:.5rem}.offer-body{padding:3rem 2rem;text-align:center}.price-box{margin-bottom:2rem}.old-price{color:#999;text-decoration:line-through;font-size:1.2rem;display:block;margin-bottom:.5rem}.new-price{font-size:1.5rem;color:var(--text-dark);display:block}.new-price strong{font-size:3.5rem;color:var(--primary-color);font-weight:700}.cash-price{display:block;color:#666;margin-top:.5rem}.benefits-list{list-style:none;max-width:400px;margin:0 auto 2rem;text-align:left}.benefits-list li{margin-bottom:1rem;font-size:1.1rem}.benefits-list li i{color:#4caf50;margin-right:10px}.cta-button-large{background:#2e7d32;color:#fff;padding:1.2rem 3rem;border-radius:50px;text-decoration:none;font-weight:800;font-size:1.5rem;display:block;width:100%;text-align:center;transition:all .3s;box-shadow:0 10px 20px #2e7d324d}.cta-button-large:hover{background:#1b5e20;transform:scale(1.02)}.urgency-bar{margin-top:1.5rem}.progress-bar{height:8px;background:#eee;border-radius:4px;margin:10px auto;width:80%;position:relative;overflow:hidden}.progress-bar:after{content:"";position:absolute;top:0;left:0;height:100%;width:85%;background:var(--primary-color);border-radius:4px}.guarantee-box{background:#f1f8e9;padding:1.5rem;display:flex;align-items:center;justify-content:center;gap:1.5rem;text-align:left}.faq{padding:5rem 0;background:#fff}.faq-grid{max-width:800px;margin:0 auto}details{margin-bottom:1rem;border-bottom:1px solid #eee;padding-bottom:1rem}summary{font-weight:700;font-size:1.2rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}summary:after{content:"+";font-size:1.5rem;color:var(--primary-color)}details[open] summary:after{content:"-"}details p{margin-top:1rem;color:#555;padding-right:2rem}footer{background:#111;color:#777;padding:3rem 0;text-align:center;font-size:.9rem}@media(max-width:768px){.container{padding:0 15px}.hero{padding:60px 0}.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-text h1{font-size:2rem;line-height:1.2}.subheadline{font-size:1rem}.hero-buttons{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.hero-proof-copy{text-align:center;margin-top:1.5rem}.repasse-proof{width:100%;margin-bottom:1rem}.repasse-proof img{width:100%;height:auto;border-radius:12px}.features-grid,.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.audience{padding:4rem 0}.audience-flex{flex-direction:column;gap:2rem}.audience-content{order:2;display:flex;flex-direction:column;align-items:center}.audience-content .cta-button{align-self:center;margin-top:1.5rem}.audience-image{order:1}.section-title{font-size:2rem;margin-bottom:2rem}.section-title.light{text-align:center}.check-list{margin:1.5rem 0;gap:1rem}.check-item{font-size:1rem;padding:.8rem;flex-direction:row;align-items:start;gap:12px}.check-item i{margin-top:5px;flex-shrink:0}.check-content{flex:1}.trust-grid{grid-template-columns:1fr;gap:1.5rem}.offer{padding:3rem 0 4rem}.offer-header h3{font-size:1.5rem}.offer-body{padding:2rem 1.5rem}.new-price strong{font-size:2.5rem}.floating-card{position:relative;left:auto;transform:none;bottom:auto;width:100%;margin-top:1rem}.features,.testimonials,.faq{padding:3rem 0}details p{padding-right:0}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}}.fade-in-section{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-section.visible{opacity:1;transform:translateY(0)}
