*{margin:0;padding:0;box-sizing:border-box}:root{--primary:#2557a7;--primary-dark:#1e4a8f;--secondary:#00c4b4;--text:#2d3748;--text-light:#718096;--background:#fff;--surface:#f7fafc;--border:#e2e8f0;--shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text);background:var(--background);min-height:100vh}#__next,body{display:flex;flex-direction:column}#__next,main{flex:1 1}main{padding-top:80px;min-height:calc(100vh - 80px)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.footer{background:var(--surface);padding:60px 0 40px;border-top:1px solid var(--border);margin-top:auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:60px;gap:60px;margin-bottom:40px}.footer-brand .logo{margin-bottom:16px;font-size:20px}.footer-brand p{color:var(--text-light);line-height:1.6;max-width:300px}.footer-links h4{font-size:16px;font-weight:600;margin-bottom:16px;color:var(--text)}.footer-links a{display:block;color:var(--text-light);text-decoration:none;margin-bottom:8px;transition:color .2s}.footer-links a:hover{color:var(--primary)}.footer-bottom{padding-top:40px;border-top:1px solid var(--border);text-align:center;color:var(--text-light);font-size:14px}@media (max-width:768px){.footer-content{grid-template-columns:1fr;gap:40px}}.cta,.features,.hero{min-height:50vh}.trust-badge{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8px 20px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:20px;box-shadow:0 4px 15px rgba(102,126,234,.3)}.value-props{display:flex;gap:20px;margin:24px 0;flex-wrap:wrap}.value-item{background:rgba(37,87,167,.05);padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;color:var(--primary);border:1px solid rgba(37,87,167,.2)}.hero-img-actual{border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.15);object-fit:cover;width:100%;height:auto}.social-proof{background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 0;text-align:center;color:#fff}.trust-text{font-size:14px;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;opacity:.9}.logos-marquee{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;align-items:center}.company-name{font-size:18px;font-weight:600;opacity:.95;padding:10px 20px;background:hsla(0,0%,100%,.1);border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-card.featured{border:3px solid var(--primary);background:linear-gradient(135deg,rgba(37,87,167,.05),rgba(0,196,180,.05));position:relative;transform:scale(1.05);box-shadow:0 20px 40px rgba(37,87,167,.2)}.popular-badge{position:absolute;top:-12px;right:20px;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;box-shadow:0 4px 15px rgba(245,87,108,.4)}.pricing-hint{background:rgba(37,87,167,.08);padding:10px;border-radius:8px;margin:16px 0;font-size:14px;color:var(--primary);font-weight:600;text-align:center}.testimonials{background:var(--surface);padding:80px 0}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:30px;gap:30px;margin-top:50px}.testimonial-card{background:#fff;padding:30px;border-radius:16px;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s}.testimonial-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.stars{font-size:20px;margin-bottom:16px}.testimonial-text{font-size:16px;line-height:1.7;color:var(--text);margin-bottom:20px;font-style:italic}.testimonial-author{display:flex;flex-direction:column;gap:4px}.testimonial-author strong{color:var(--text);font-size:15px}.testimonial-author span{color:var(--text-light);font-size:13px}.process{padding:80px 0;background:#fff}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:40px;gap:40px;margin-top:50px}.process-step{text-align:center;padding:30px;position:relative}.step-number{width:60px;height:60px;background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin:0 auto 20px;box-shadow:0 10px 20px rgba(37,87,167,.3)}.process-step h3{font-size:20px;margin-bottom:12px;color:var(--text)}.process-step p{color:var(--text-light);line-height:1.6}.urgency-banner{background:linear-gradient(135deg,#f093fb,#f5576c);padding:20px 0;border-top:3px solid hsla(0,0%,100%,.3);border-bottom:3px solid hsla(0,0%,100%,.3)}.urgency-content{display:flex;align-items:center;justify-content:center;gap:15px;color:#fff;text-align:center}.urgency-icon{font-size:28px;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.urgency-text{font-size:16px;line-height:1.5}.cta-benefits{display:flex;justify-content:center;gap:30px;margin:30px 0;flex-wrap:wrap}.benefit-item{font-size:15px;font-weight:500;color:var(--text);padding:8px 16px;background:rgba(37,87,167,.08);border-radius:20px}.btn-pulse{animation:btn-pulse 2s infinite}@keyframes btn-pulse{0%,to{box-shadow:0 4px 15px rgba(37,87,167,.4)}50%{box-shadow:0 6px 25px rgba(37,87,167,.6)}}.cta-guarantee{margin-top:30px;font-size:14px;color:var(--text-light);display:flex;align-items:center;justify-content:center;gap:8px}.guarantee-icon{font-size:20px}.faq{background:var(--surface);padding:80px 0}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:30px;gap:30px;margin-top:50px}.faq-item{background:#fff;padding:30px;border-radius:12px;box-shadow:var(--shadow);transition:transform .3s}.faq-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.faq-item h3{font-size:18px;margin-bottom:12px;color:var(--text);display:flex;align-items:center;gap:8px}.faq-item p{color:var(--text-light);line-height:1.7;font-size:15px}@media (max-width:768px){.value-props{flex-direction:column;gap:10px}.logos-marquee{gap:20px}.company-name{font-size:14px;padding:8px 16px}.feature-card.featured{transform:scale(1)}.urgency-content{flex-direction:column;gap:10px}.urgency-text{font-size:14px}.cta-benefits{flex-direction:column;gap:12px}}.pricing-hero{background:linear-gradient(135deg,#667eea,#764ba2);padding:80px 0 60px;color:#fff;text-align:center}.page-title{font-size:48px;font-weight:700;margin-bottom:20px;line-height:1.2}.page-subtitle{font-size:20px;max-width:700px;margin:0 auto;opacity:.95;line-height:1.6}.pricing-section{padding:80px 0;background:var(--surface)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:30px;gap:30px;margin-bottom:60px}.pricing-card{background:#fff;border-radius:16px;padding:40px 30px;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s;position:relative;display:flex;flex-direction:column}.pricing-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.pricing-card.featured{border:3px solid var(--primary);transform:scale(1.05);box-shadow:0 20px 40px rgba(37,87,167,.25)}.popular-tag{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:8px 24px;border-radius:20px;font-size:14px;font-weight:600;box-shadow:0 4px 15px rgba(245,87,108,.4)}.pricing-header{text-align:center;margin-bottom:30px}.pricing-header h3{font-size:24px;color:var(--text);margin-bottom:16px}.pricing-icon{font-size:48px;margin-bottom:10px}.pricing-price{text-align:center;margin-bottom:30px;padding:20px;background:linear-gradient(135deg,rgba(37,87,167,.05),rgba(0,196,180,.05));border-radius:12px}.price-amount{display:block;font-size:42px;font-weight:700;color:var(--primary);line-height:1;margin-bottom:8px}.price-unit{display:block;font-size:14px;color:var(--text-light)}.pricing-features{list-style:none;margin-bottom:30px;flex-grow:1}.pricing-features li{padding:12px 0;border-bottom:1px solid var(--border);color:var(--text);font-size:15px;line-height:1.5}.pricing-features li:last-child{border-bottom:none}.pricing-example{background:rgba(0,196,180,.08);padding:16px;border-radius:8px;margin-bottom:24px;font-size:14px;color:var(--text);line-height:1.6}.pricing-example strong{color:var(--primary)}.btn-block{width:100%;text-align:center;justify-content:center}.pricing-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:30px;gap:30px;margin-top:60px}.info-card{background:#fff;padding:40px;border-radius:16px;box-shadow:var(--shadow);text-align:center}.info-card h3{font-size:24px;margin-bottom:20px;color:var(--text)}.info-card p{color:var(--text-light);line-height:1.8;margin-bottom:30px;text-align:left}.faq-pricing{padding:80px 0;background:#fff}.faq-list{max-width:900px;margin:50px auto 0;display:flex;flex-direction:column;gap:30px}.faq-item-expanded{background:var(--surface);padding:30px;border-radius:12px;border-left:4px solid var(--primary)}.faq-item-expanded h3{font-size:20px;margin-bottom:16px;color:var(--text);display:flex;align-items:center;gap:10px}.faq-item-expanded p{color:var(--text-light);line-height:1.8;font-size:15px}.faq-item-expanded strong{color:var(--text)}@media (max-width:768px){.page-title{font-size:32px}.page-subtitle{font-size:16px}.pricing-card.featured{transform:scale(1)}.price-amount{font-size:36px}}