*{margin:0;padding:0;box-sizing:border-box}.skip-link{position:absolute;top:-100px;left:0;background:var(--orange);color:white;padding:8px 16px;text-decoration:none;z-index:1000;border-radius:0 0 4px 0;font-weight:600;transition:top 0.3s;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link:focus{top:0;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;outline:3px solid var(--orange)}:root{--orange:#C54A0A;--orange-hover:#9A3A08;--blue:#1B3557;--cream:#FFF7EF;--whatsapp:#25D366;--white:#FFFFFF;--gray-light:#F5F5F5;--gray-text:#333333;--black:#1A1A1A}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;line-height:1.6;color:var(--black);background-color:var(--cream)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.container-narrow{max-width:800px;margin:0 auto;padding:0 20px}.header{background-color:var(--white);padding:20px 0;box-shadow:0 2px 10px rgba(0,0,0,0.05);position:sticky;top:0;z-index:100;height:155px;contain:layout}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:28px;font-weight:700;color:var(--orange)}.logo-text{color:var(--orange);text-decoration:none}.footer .logo-text{color:var(--white);font-weight:bold}.nav{display:flex;gap:30px}.nav a{color:var(--blue);text-decoration:none;font-weight:500;transition:color 0.3s}.nav a:hover{color:var(--orange)}.hero{padding:80px 0;background:linear-gradient(135deg,var(--cream) 0%,#FFE8D6 100%)}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-content{animation:fadeInUp 0.8s ease-out}.hero-title{font-size:48px;font-weight:800;color:var(--blue);line-height:1.2;margin-bottom:20px}.hero-subtitle{font-size:20px;color:var(--gray-text);margin-bottom:30px;line-height:1.6}.cta-button{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;font-size:18px;font-weight:600;text-decoration:none;border-radius:12px;transition:all 0.3s;border:none;cursor:pointer}.cta-primary{background-color:var(--orange);color:var(--white);box-shadow:0 4px 20px rgba(238,124,44,0.3)}.cta-primary:hover{background-color:var(--orange-hover);box-shadow:0 6px 30px rgba(214,90,15,0.4);transform:translateY(-2px)}.icon-whatsapp{width:24px;height:24px}.hero-image{display:flex;justify-content:center;align-items:center}.phone-mockup{width:280px;height:560px;background:var(--blue);border-radius:40px;padding:15px;box-shadow:0 20px 60px rgba(0,0,0,0.3);position:relative}.phone-screen{width:100%;height:100%;background:linear-gradient(135deg,#E5DDD5 0%,#ECE5DD 100%);border-radius:30px;padding:60px 20px 20px;position:relative}.phone-screen::before{content:'';position:absolute;top:10px;left:50%;transform:translateX(-50%);width:100px;height:20px;background:var(--blue);border-radius:0 0 15px 15px}.whatsapp-message{padding:20px 0}.message-bubble{background:var(--white);padding:12px 16px;border-radius:8px;max-width:80%;box-shadow:0 1px 2px rgba(0,0,0,0.1);margin-bottom:10px}.message-bubble p{font-size:14px;color:var(--black);margin-bottom:5px}.message-time{font-size:11px;color:var(--gray-text);float:right}.qrcode-container{margin-top:20px;text-align:center}.qrcode-image{max-width:150px;width:100%;height:auto;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.section-title{font-size:40px;font-weight:700;color:var(--blue);text-align:center;margin-bottom:50px}.benefits{padding:80px 0;background-color:var(--white)}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.benefit-card{text-align:center;padding:30px;border-radius:16px;transition:transform 0.3s,box-shadow 0.3s}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,0.1)}.benefit-icon{margin-bottom:20px}.benefit-title{font-size:24px;font-weight:700;color:var(--blue);margin-bottom:15px}.benefit-text{font-size:16px;color:var(--gray-text);line-height:1.6}.cta-section{padding:60px 0;background:linear-gradient(135deg,var(--orange) 0%,#D66A1F 100%);text-align:center}.cta-section-title{font-size:36px;font-weight:700;color:var(--white);margin-bottom:15px}.cta-section-text{font-size:18px;color:var(--white);margin-bottom:30px;opacity:0.95}.how-it-works{padding:80px 0;background-color:var(--cream)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.step-card{background:var(--white);padding:40px 30px;border-radius:16px;text-align:center;position:relative;box-shadow:0 4px 20px rgba(0,0,0,0.05)}.step-number{position:absolute;top:-20px;left:50%;transform:translateX(-50%);width:50px;height:50px;background:var(--orange);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;box-shadow:0 4px 15px rgba(238,124,44,0.3)}.step-icon{margin:30px 0 20px}.step-title{font-size:22px;font-weight:700;color:var(--blue);margin-bottom:15px}.step-text{font-size:16px;color:var(--gray-text);line-height:1.6}.secondary-benefits{padding:80px 0;background-color:var(--white)}.benefits-list{max-width:700px;margin:0 auto;list-style:none}.benefits-list li{font-size:18px;color:var(--black);padding:15px 0;border-bottom:1px solid #E0E0E0}.benefits-list li:last-child{border-bottom:none}.cta-banner{padding:80px 0;background:linear-gradient(135deg,var(--blue) 0%,#0F2340 100%)}.cta-banner-title{font-size:40px;font-weight:700;color:var(--white);text-align:center;margin-bottom:15px}.cta-banner-text{font-size:18px;color:var(--white);text-align:center;margin-bottom:40px;opacity:0.9}.register-form{max-width:500px;margin:0 auto;background:var(--white);padding:40px;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,0.2)}.form-group{margin-bottom:25px}.form-group label{display:block;font-size:14px;font-weight:600;color:var(--blue);margin-bottom:8px}.form-group input{width:100%;padding:14px;font-size:16px;border:2px solid #E0E0E0;border-radius:8px;transition:border-color 0.3s}.form-group input:focus{outline:none;border-color:var(--orange)}.register-form .cta-button{width:100%;justify-content:center;margin-top:10px}.form-message{text-align:center;margin-top:20px;padding:15px;border-radius:8px;display:none}.form-message.success{background:#D4EDDA;color:#155724;display:block}.form-message.error{background:#F8D7DA;color:#721C24;display:block}.footer{background-color:#1B3557 !important;background:#1B3557 !important;color:#FFFFFF;padding:50px 0 20px}.footer,.footer *,.footer .container,.footer-content,.footer-links,.footer-brand,.footer-bottom{background-color:#1B3557 !important;background:#1B3557 !important}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.footer-brand p{margin-top:10px;opacity:1}.footer-links{display:flex;gap:30px}.footer-links a{color:#FFFFFF !important;background:transparent !important;text-decoration:none;font-weight:500;transition:color 0.3s}.footer a{color:var(--white)}.footer-links a:hover{opacity:1}.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid rgba(255,255,255,0.1)}.footer-bottom p{opacity:1;font-size:14px}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:40px}.footer-col{display:flex;flex-direction:column}.footer-heading{font-size:18px;font-weight:700;color:var(--white);margin-bottom:20px}.footer-list{list-style:none;padding:0;margin:0}.footer-list li{margin-bottom:12px}.footer-list a{color:var(--white);text-decoration:none;font-size:14px;transition:opacity 0.3s}.footer-list a:hover{opacity:0.8}.footer-brand-bottom{text-align:center;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,0.1)}.footer-title{font-size:24px;font-weight:700;color:var(--white);margin-bottom:10px}.footer-desc{color:var(--white);opacity:0.9;font-size:14px;margin:5px 0}@media (max-width:992px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width:768px){.footer-grid{grid-template-columns:1fr !important;gap:25px}}.breadcrumbs{padding:20px 0;background-color:var(--white);font-size:14px}.breadcrumbs a{color:var(--orange);text-decoration:none}.breadcrumbs span{color:var(--gray-text)}.blog-section{padding:60px 0;min-height:60vh}.page-title{font-size:48px;font-weight:800;color:var(--blue);text-align:center;margin-bottom:15px}.page-subtitle{font-size:20px;color:var(--gray-text);text-align:center;margin-bottom:50px}.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:50px}.blog-card{background:var(--white);border-radius:16px;padding:30px;box-shadow:0 4px 20px rgba(0,0,0,0.05);transition:transform 0.3s,box-shadow 0.3s}.blog-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,0.1)}.blog-card-title{font-size:24px;font-weight:700;margin-bottom:15px}.blog-card-title a{color:var(--blue);text-decoration:none;transition:color 0.3s}.blog-card-title a:hover{color:var(--orange)}.blog-card-excerpt{font-size:16px;color:var(--gray-text);line-height:1.6;margin-bottom:20px}.blog-card-meta{display:flex;gap:15px;font-size:14px;color:var(--gray-text);margin-bottom:15px}.blog-read-more{color:var(--orange);text-decoration:none;font-weight:600;transition:color 0.3s}.blog-read-more:hover{color:var(--orange-hover)}.pagination{display:flex;justify-content:center;align-items:center;gap:30px;margin-top:50px}.pagination-link{color:var(--orange);text-decoration:none;font-weight:600;padding:10px 20px;border-radius:8px;transition:background-color 0.3s}.pagination-link:hover{background-color:rgba(238,124,44,0.1)}.pagination-info{color:var(--gray-text)}.blog-post{padding:60px 0;background-color:var(--white)}.post-header{text-align:center;margin-bottom:40px}.post-title{font-size:42px;font-weight:800;color:var(--blue);margin-bottom:20px;line-height:1.3}.post-meta{display:flex;justify-content:center;gap:20px;font-size:14px;color:var(--gray-text)}.post-content{font-size:18px;line-height:1.8;color:var(--black);margin-bottom:50px}.post-content h2{font-size:32px;font-weight:700;color:var(--blue);margin:40px 0 20px}.post-content h3{font-size:24px;font-weight:600;color:var(--blue);margin:30px 0 15px}.post-content p{margin-bottom:20px}.post-content ul,.post-content ol{margin:20px 0 20px 30px}.post-content li{margin-bottom:10px}.post-content img{max-width:100%;height:auto;border-radius:12px;margin:30px 0;loading:lazy}.post-cta{background:linear-gradient(135deg,var(--orange) 0%,#D66A1F 100%);padding:40px;border-radius:16px;text-align:center;margin:50px 0}.post-cta h3{font-size:28px;color:var(--white);margin-bottom:10px}.post-cta p{font-size:16px;color:var(--white);margin-bottom:20px;opacity:0.95}.post-navigation{text-align:center;margin-top:40px}.back-to-blog{color:var(--orange);text-decoration:none;font-weight:600;transition:color 0.3s}.back-to-blog:hover{color:var(--orange-hover)}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-container{grid-template-columns:1fr;gap:40px}.hero-title{font-size:32px}.hero-subtitle{font-size:18px}.hero-image{order:-1}.phone-mockup{width:220px;height:440px}.benefits-grid,.steps-grid{grid-template-columns:1fr;gap:30px}.blog-grid{grid-template-columns:1fr}.section-title{font-size:32px}.page-title{font-size:36px}.post-title{font-size:32px}.footer-content{flex-direction:column;text-align:center;gap:20px}.register-form{padding:30px 20px}.nav{gap:15px}}@media (max-width:480px){.hero-title{font-size:28px}.cta-button{padding:14px 24px;font-size:16px}.section-title{font-size:28px}}.whatsapp-float{position:fixed;bottom:30px;right:30px;z-index:1000;transition:transform 0.3s ease,box-shadow 0.3s ease;border-radius:50%;box-shadow:0 4px 20px rgba(37,211,102,0.4)}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 30px rgba(37,211,102,0.6)}@media (max-width:768px){.whatsapp-float{bottom:20px;right:20px;width:50px;height:50px}.whatsapp-float svg{width:50px;height:50px}}.faq-section{padding:60px 0;background-color:var(--cream)}.faq-category{background:var(--white);padding:40px;margin-bottom:40px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,0.05)}.faq-category h2{font-size:32px;font-weight:700;color:var(--blue);margin-bottom:30px;padding-bottom:15px;border-bottom:3px solid var(--orange)}.faq-item{margin-bottom:25px;padding:20px;border-left:4px solid var(--orange);background:var(--gray-light);border-radius:8px}.faq-item h3{font-size:20px;font-weight:600;color:var(--blue);margin-bottom:10px}.faq-item p{font-size:16px;color:var(--gray-text);line-height:1.6;margin:0}.faq-cta{background:linear-gradient(135deg,var(--orange) 0%,#D66A1F 100%);padding:50px;border-radius:16px;text-align:center;margin-top:60px}.faq-cta h2{font-size:32px;color:var(--white);margin-bottom:15px}.faq-cta p{font-size:18px;color:var(--white);margin-bottom:25px;opacity:0.95}.logo-image{display:block;width:200px;height:115px;max-width:100%;aspect-ratio:200 / 115;contain:layout}@media (max-width:768px){.logo-image{width:150px;height:86px}}.content-section{padding:80px 0;background-color:var(--white)}.container-narrow{max-width:900px;margin:0 auto;padding:0 20px}.content-section h2{font-size:2rem;color:var(--blue);margin-bottom:30px;text-align:center}.content-section h3{font-size:1.5rem;color:var(--blue);margin-top:40px;margin-bottom:20px;font-weight:600}.content-section p{font-size:1.05rem;line-height:1.8;color:var(--gray-text);margin-bottom:20px;text-align:justify}.content-section strong{color:var(--black);font-weight:600}