@import"https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary: #1E3A5F;--primary-light: #2a4a73;--secondary: #A8D0E6;--accent: #D9534F;--cream: #FAF9F6;--text: #2C2C2C;--text-light: #5a5a5a;--white: #FFFFFF;--gray-100: #f5f5f5;--gray-200: #e5e5e5;--font-serif: "Merriweather", Georgia, serif;--font-sans: "Inter", -apple-system, sans-serif;--shadow-sm: 0 2px 4px rgba(0,0,0,.05);--shadow-md: 0 4px 12px rgba(0,0,0,.1);--shadow-lg: 0 10px 30px rgba(0,0,0,.15);--radius: 8px;--transition: all .3s ease}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--text);background-color:var(--cream)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 2rem;transition:var(--transition);background:transparent}.navbar.scrolled{background:var(--white);box-shadow:var(--shadow-sm)}.navbar .container{display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;color:var(--white)}.navbar.scrolled .navbar-logo{color:var(--primary)}.navbar-logo span{color:var(--secondary)}.navbar-menu{display:flex;gap:2rem;list-style:none}.navbar-menu a{font-weight:500;color:var(--white);transition:var(--transition)}.navbar.scrolled .navbar-menu a{color:var(--text)}.navbar-menu a:hover{color:var(--secondary)}.navbar-cta{background:var(--secondary);color:var(--primary);padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;transition:var(--transition)}.navbar-cta:hover{background:var(--white)}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle svg{color:var(--white)}.navbar.scrolled .menu-toggle svg{color:var(--primary)}.navbar-menu-mobile{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);padding:1rem 2rem 2rem;box-shadow:var(--shadow-md);flex-direction:column;gap:1rem}.navbar-menu-mobile.open{display:flex}.navbar-menu-mobile a{color:var(--text);padding:.5rem 0}.navbar-menu-mobile .navbar-cta{text-align:center;margin-top:.5rem}@media(max-width:900px){.navbar-menu,.navbar>.container>.navbar-cta{display:none}.menu-toggle{display:block}}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--primary) 0%,#2a4a73 100%);color:var(--white);padding:120px 0 80px}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content h1{font-family:var(--font-serif);font-size:3rem;line-height:1.2;margin-bottom:1.5rem}.hero-content p{font-size:1.25rem;opacity:.9;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:var(--secondary);color:var(--primary);padding:1rem 2rem;border-radius:var(--radius);font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:var(--transition);border:none;cursor:pointer;font-size:1rem}.btn-primary:hover{background:var(--white)}.btn-secondary{background:transparent;color:var(--white);padding:1rem 2rem;border:2px solid var(--white);border-radius:var(--radius);font-weight:600;transition:var(--transition);cursor:pointer;font-size:1rem}.btn-secondary:hover{background:var(--white);color:var(--primary)}.hero-image{text-align:center}.hero-image img{border-radius:var(--radius);box-shadow:var(--shadow-lg)}@media(max-width:900px){.hero{padding:100px 0 60px}.hero .container{grid-template-columns:1fr;text-align:center}.hero-content h1{font-size:2.25rem}.hero-buttons{justify-content:center}.hero-image{display:none}}.urgency-banner{background:var(--accent);color:var(--white);padding:1.5rem;text-align:center}.urgency-banner h3{font-size:1.25rem;margin-bottom:.5rem}.urgency-banner p{opacity:.95;max-width:700px;margin:0 auto}.section{padding:5rem 0}.section-white{background:var(--white)}.section-cream{background:var(--cream)}.section-primary{background:var(--primary);color:var(--white)}.section-title{font-family:var(--font-serif);font-size:2.25rem;text-align:center;margin-bottom:1rem;color:var(--text)}.section-primary .section-title{color:var(--white)}.section-subtitle{text-align:center;color:var(--text-light);max-width:600px;margin:0 auto 3rem}.section-primary .section-subtitle{color:#fffc}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-item h3{font-family:var(--font-serif);font-size:3rem;color:var(--primary)}.stat-item p{color:var(--text-light);margin-top:.5rem}@media(max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item h3{font-size:2.25rem}}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.card{background:var(--white);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:var(--transition)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.card-icon{width:50px;height:50px;background:var(--secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--primary)}.card h3{font-family:var(--font-serif);margin-bottom:.75rem;color:var(--primary)}.card p{color:var(--text-light);font-size:.95rem;line-height:1.6}.situations-list{max-width:800px;margin:0 auto;display:grid;gap:1rem}.situation-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:var(--white);border-radius:var(--radius);border-left:4px solid var(--accent);transition:var(--transition)}.situation-item:hover{transform:translate(8px)}.situation-item svg{color:var(--accent);flex-shrink:0}.cta-section{background:linear-gradient(135deg,var(--primary) 0%,#2a4a73 100%);color:var(--white);padding:4rem 0;text-align:center}.cta-section h2{font-family:var(--font-serif);font-size:2rem;margin-bottom:1rem}.cta-section p{opacity:.9;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.page-hero{background:linear-gradient(135deg,var(--primary) 0%,#2a4a73 100%);color:var(--white);padding:10rem 0 4rem;text-align:center}.page-hero h1{font-family:var(--font-serif);font-size:2.5rem;margin-bottom:1rem}.page-hero p{opacity:.9;max-width:600px;margin:0 auto;font-size:1.1rem}.service-card{background:var(--white);border-radius:var(--radius);padding:2rem;margin-bottom:2rem;box-shadow:var(--shadow-sm)}.service-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.service-icon{width:50px;height:50px;background:var(--secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0}.service-card h3{font-family:var(--font-serif);font-size:1.5rem;color:var(--primary)}.service-card>p{color:var(--text-light);margin-bottom:1rem;line-height:1.7}.service-card ul{list-style:none;margin:1rem 0}.service-card li{padding:.5rem 0 .5rem 1.75rem;position:relative;color:var(--text)}.service-card li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}.service-cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;color:var(--primary);font-weight:600;transition:var(--transition)}.service-cta:hover{color:var(--accent)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.process-step{text-align:center;padding:2rem 1rem}.step-number{width:60px;height:60px;background:var(--primary);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.5rem;margin:0 auto 1rem}.process-step h3{font-family:var(--font-serif);margin-bottom:.5rem;color:var(--primary)}.process-step p{color:var(--text-light);font-size:.9rem}@media(max-width:900px){.process-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.process-grid{grid-template-columns:1fr}}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.testimonial-card{background:var(--white);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow-sm)}.testimonial-stars{color:#f59e0b;margin-bottom:1rem;font-size:1.25rem}.testimonial-text{font-style:italic;color:var(--text);margin-bottom:1.5rem;line-height:1.7}.testimonial-author{font-weight:600;color:var(--primary)}.testimonial-case{font-size:.875rem;color:var(--text-light)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.blog-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition)}.blog-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.blog-card-image{height:180px;background:linear-gradient(135deg,var(--primary) 0%,#2a4a73 100%);display:flex;align-items:center;justify-content:center;color:var(--white);font-size:3rem}.blog-card-content{padding:1.5rem}.blog-category{display:inline-block;background:var(--secondary);color:var(--primary);padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;margin-bottom:.75rem}.blog-card h3{font-family:var(--font-serif);margin-bottom:.5rem;color:var(--primary);font-size:1.1rem}.blog-card p{color:var(--text-light);font-size:.9rem;line-height:1.6}.blog-meta{display:flex;gap:1rem;margin-top:1rem;font-size:.8rem;color:var(--text-light)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info h3{font-family:var(--font-serif);margin-bottom:2rem;color:var(--primary);font-size:1.5rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--gray-200)}.contact-icon{width:44px;height:44px;background:var(--secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0}.contact-item-content label{display:block;font-size:.85rem;color:var(--text-light);margin-bottom:.25rem}.contact-item-content a,.contact-item-content span{color:var(--text);font-weight:500}.contact-item-content a:hover{color:var(--primary)}.contact-form{background:var(--white);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow-md)}.contact-form h3{font-family:var(--font-serif);margin-bottom:.5rem;color:var(--primary)}.contact-form>p{color:var(--text-light);margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text)}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;border:1px solid var(--gray-200);border-radius:var(--radius);font-family:var(--font-sans);font-size:1rem;transition:var(--transition);background:var(--cream)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);background:var(--white)}.form-group textarea{min-height:120px;resize:vertical}.form-submit{width:100%;background:var(--primary);color:var(--white);padding:1rem;border:none;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition)}.form-submit:hover{background:var(--primary-light)}.form-success{background:#d4edda;color:#155724;padding:1rem;border-radius:var(--radius);text-align:center;margin-top:1rem}@media(max-width:900px){.contact-grid{grid-template-columns:1fr}}.footer{background:var(--primary);color:var(--white);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand h3{font-family:var(--font-serif);font-size:1.5rem;margin-bottom:1rem}.footer-brand h3 span{color:var(--secondary)}.footer-brand p{opacity:.8;line-height:1.7}.footer h4{margin-bottom:1rem;font-weight:600}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{opacity:.8;transition:var(--transition)}.footer-links a:hover{opacity:1;color:var(--secondary)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;opacity:.7;font-size:.9rem}@media(max-width:768px){.footer-grid{grid-template-columns:1fr;text-align:center}}.whatsapp-float{position:fixed;bottom:24px;right:24px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #25d36666;z-index:1000;transition:var(--transition)}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36680}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{text-align:center;padding:2rem;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.value-card h3{font-family:var(--font-serif);color:var(--primary);margin-bottom:.75rem}.value-card p{color:var(--text-light);line-height:1.6}.story-section{padding:4rem 0}.story-content{max-width:800px;margin:0 auto}.story-content h2{font-family:var(--font-serif);color:var(--primary);margin-bottom:2rem;text-align:center}.story-content p{margin-bottom:1.5rem;line-height:1.8;color:var(--text-light);font-size:1.05rem}.urgency-box{background:#fff3cd;border:1px solid #ffc107;border-left:4px solid var(--accent);padding:1.5rem;border-radius:var(--radius);margin-top:2rem}.urgency-box h4{color:var(--accent);margin-bottom:.5rem}.urgency-box p{color:var(--text);margin:0}
