@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary:#0f172a;--accent:#f6831e;--accent-yellow:#fbbf24;--text-main:#334155;--text-light:#94a3b8;--bg-light:#f8fafc;--white:#fff;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-main);background-color:var(--white);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Outfit,sans-serif;line-height:1.6}#root,.App{width:100%;margin:0;padding:0}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}button{cursor:pointer;transition:var(--transition);border:none;outline:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (width<=768px){.container{padding:0 1rem}}.header{background:var(--white);z-index:1000;align-items:center;width:100%;height:80px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #0000000d}.header-container{justify-content:space-between;align-items:center;width:100%;display:flex}.logo{z-index:1001;align-items:center;gap:12px;display:flex}.logo-icon{background:var(--accent);width:36px;height:36px;color:var(--white);border-radius:8px;justify-content:center;align-items:center;display:flex}.logo-icon svg{width:22px;height:22px}.logo-text{color:#0f172a;letter-spacing:-.5px;font-size:1.6rem;font-weight:700}.logo-text span{color:var(--accent)}.nav{align-items:center;display:flex}.nav-list{align-items:center;gap:2.5rem;display:flex}.nav-list a{color:#475569;transition:var(--transition);font-size:1rem;font-weight:500}.nav-list a:hover,.nav-list a.active{color:var(--accent)}.mobile-only-btn{display:none}.btn-quote{color:var(--white);white-space:nowrap;background:#111c32;border-radius:4px;align-items:center;gap:10px;padding:12px 24px;font-size:.95rem;font-weight:600;display:flex}.btn-quote:hover{background:#1e293b;transform:translateY(-2px)}.arrow-icon{width:18px;height:18px;color:var(--accent)}.header-actions{align-items:center;gap:20px;display:flex}.mobile-toggle{cursor:pointer;z-index:1001;flex-direction:column;justify-content:space-between;width:30px;height:20px;display:none}.mobile-toggle span{width:100%;height:2px;transition:var(--transition);background:#1e293b;border-radius:4px}@media (width<=992px){.header{height:70px}.nav{background:var(--white);z-index:1000;flex-direction:column;justify-content:center;width:100%;height:100vh;padding:80px 2rem 40px;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%}.nav.open{right:0}.nav-list{flex-direction:column;gap:2rem;width:100%;height:100%}.nav-list li{text-align:center;width:100%}.nav-list a{color:#1e293b;padding:10px;font-size:1.5rem;font-weight:600;display:block}.mobile-only-btn{width:100%;margin-top:auto;display:block}.mobile-btn{background:#111c32;justify-content:center;width:100%;padding:16px;font-size:1.1rem}.header-actions{display:none}.mobile-toggle{display:flex}.mobile-toggle.active span:first-child{transform:translateY(9px)rotate(45deg)}.mobile-toggle.active span:nth-child(2){opacity:0}.mobile-toggle.active span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}}.footer{background:var(--primary);color:#cbd5e1;padding-top:5rem;font-size:.9rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:4rem;display:grid}.brand-col .logo{margin-bottom:1.5rem}.brand-col .logo-text{color:var(--white)}.footer-desc{max-width:300px;margin-bottom:1.5rem;line-height:1.8}.social-links{gap:.75rem;display:flex}.social-icon{color:#94a3b8;background:#ffffff0d;border-radius:4px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.social-icon:hover{background:var(--accent);color:var(--white)}.social-icon svg{width:18px;height:18px}.footer-title{color:var(--accent);letter-spacing:1px;margin-bottom:1.5rem;font-size:.85rem;font-weight:600}.footer-links li{margin-bottom:.75rem}.footer-links a:hover{color:var(--white);padding-left:5px}.footer-contact li{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.contact-icon{width:18px;height:18px;color:var(--accent)}.footer-bottom{border-top:1px solid #ffffff0d;padding:1.5rem 0}.footer-bottom-container{justify-content:space-between;align-items:center;display:flex}.footer-bottom-links{gap:1.5rem;display:flex}@media (width<=992px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=576px){.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer-bottom-container{text-align:center;flex-direction:column;gap:1rem}}.home-page{flex-direction:column;min-height:100vh;display:flex}.hero-section{min-height:90vh;color:var(--white);background:url(/solterra/assets/hero-BSzparoC.png) 50%/cover no-repeat;flex-direction:column;justify-content:center;padding:100px 0 0;display:flex;position:relative}.hero-overlay{z-index:1;background:#0000008c;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content-container{z-index:2;width:100%;position:relative}.hero-content-left{text-align:left;max-width:850px}.hero-badge{letter-spacing:1px;background:#ffffff1a;border:1px solid #fff3;border-radius:50px;align-items:center;gap:10px;margin-bottom:2rem;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-flex}.hero-badge .dot{background:var(--accent-yellow);border-radius:50%;width:8px;height:8px}.hero-title{max-width:800px;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.1}.hero-title .highlight{color:var(--accent-yellow)}.hero-description{color:#ffffffe6;max-width:650px;margin-bottom:3rem;font-size:1.15rem;line-height:1.6}.hero-actions{gap:1.5rem;margin-bottom:5rem;display:flex}.btn-request{background:var(--accent-yellow);color:#000;border-radius:4px;align-items:center;gap:10px;padding:14px 28px;font-size:1rem;font-weight:700;display:flex}.btn-request:hover{background:#fba919;transform:translateY(-2px)}.btn-arrow{width:20px;height:20px}.btn-explore{color:var(--white);background:0 0;border:1px solid #ffffff4d;border-radius:4px;padding:14px 28px;font-size:1rem;font-weight:600}.btn-explore:hover{border-color:var(--white);background:#ffffff1a}.hero-stats{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0006;border-top:1px solid #ffffff1a;margin-top:auto;padding:40px 0;position:relative}.stats-container{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.stat-item{text-align:center;border-right:1px solid #ffffff1a;flex-direction:column;align-items:center;display:flex}.stat-item:last-child{border-right:none}.stat-number{color:var(--white);margin-bottom:8px;font-size:2.5rem;font-weight:700;line-height:1}.stat-label{color:#fff9;letter-spacing:1px;font-size:.75rem;font-weight:600}.about-section{color:#334155;background:#f9f9f7;padding:100px 0}.about-grid{grid-template-columns:1fr 1.2fr;align-items:flex-start;gap:80px;display:grid}.about-badge{color:var(--accent);letter-spacing:1.5px;margin-bottom:1.5rem;font-size:.85rem;font-weight:700;display:block}.about-title{color:#1e293b;max-width:400px;font-size:3rem;font-weight:700;line-height:1.1}.about-lead{color:#334155;margin-bottom:2rem;font-size:1.25rem;font-weight:500;line-height:1.5}.about-lead strong{font-weight:700}.about-text{color:#64748b;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.services-section{background:#f9f9f7;border-top:1px solid #e2e8f0;padding:100px 0}.services-badge{color:var(--accent);letter-spacing:1.5px;margin-bottom:1.5rem;font-size:.85rem;font-weight:700;display:block}.services-main-title{color:#1e293b;margin-bottom:4rem;font-size:3rem;font-weight:700;line-height:1.1}.services-main-title .highlight{color:var(--accent)}.services-grid{background:var(--white);border:1px solid #e2e8f0;border-radius:8px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.service-card{transition:var(--transition);border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;padding:3rem 2.5rem}.service-card:nth-child(3n){border-right:none}.service-card:nth-child(n+4){border-bottom:none}.service-card:hover{background:#fff;box-shadow:inset 0 0 20px #00000005}.service-icon-box{width:48px;height:48px;color:var(--accent);background:#f6831e1a;border-radius:8px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.service-icon-box svg{width:24px;height:24px}.service-card h3{color:#1e293b;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.service-card p{color:#64748b;font-size:.95rem;line-height:1.6}.why-section{background:#f9f9f7;border-top:1px solid #e2e8f0;padding:100px 0}.why-header{grid-template-columns:1fr 1fr;align-items:flex-end;gap:80px;margin-bottom:5rem;display:grid}.why-badge{color:var(--accent);letter-spacing:1.5px;margin-bottom:1.5rem;font-size:.85rem;font-weight:700;display:block}.why-title{color:#1e293b;font-size:3rem;font-weight:700;line-height:1.1}.why-header-right p{color:#64748b;max-width:500px;font-size:1.15rem;line-height:1.6}.why-grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.why-item{border-left:1px solid var(--accent);padding-left:2rem;position:relative}.why-number{color:var(--accent);margin-bottom:1rem;font-size:.85rem;font-weight:700;display:block}.why-icon{color:#1e293b;margin-bottom:1.5rem}.why-icon svg{width:28px;height:28px}.why-item h3{color:#1e293b;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.why-item p{color:#64748b;font-size:.95rem;line-height:1.6}.get-section{background:var(--primary);color:var(--white);overflow:hidden}.get-container{grid-template-columns:1fr 1fr;min-height:600px;display:grid}.get-left{flex-direction:column;justify-content:center;padding:100px 5% 100px 10%;display:flex}.get-badge{color:var(--accent);letter-spacing:1.5px;margin-bottom:1.5rem;font-size:.85rem;font-weight:700;display:block}.get-title{margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.1}.get-desc{color:#94a3b8;max-width:450px;margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.btn-start{background:var(--accent);color:#000;border-radius:4px;align-items:center;gap:10px;width:fit-content;padding:14px 28px;font-size:1rem;font-weight:700;display:flex}.btn-start:hover{background:#fba919;transform:translateY(-2px)}.get-right{background:url(/solterra/assets/hero-BSzparoC.png) 50%/cover no-repeat;align-items:center;padding:100px 10% 100px 5%;display:flex;position:relative}.get-right:before{content:"";z-index:1;background:#0f172ad9;width:100%;height:100%;position:absolute;top:0;left:0}.get-checklist{z-index:2;grid-template-columns:1fr 1fr;gap:20px;width:100%;display:grid;position:relative}.check-item{transition:var(--transition);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;align-items:center;gap:15px;padding:1.25rem;display:flex}.check-item:hover{border-color:var(--accent);background:#ffffff1a}.check-icon{color:var(--accent);justify-content:center;align-items:center;display:flex}.check-icon svg{width:20px;height:20px}.check-item span{color:var(--white);font-size:.95rem;font-weight:500}.process-section{background:#f9f9f7;padding:100px 0}.process-grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:80px;display:grid}.process-image{border-radius:8px;width:100%;box-shadow:0 20px 40px #0000001a}.process-badge{color:var(--accent);letter-spacing:1.5px;margin-bottom:1.5rem;font-size:.85rem;font-weight:700;display:block}.process-title{color:#1e293b;margin-bottom:3rem;font-size:3rem;font-weight:700;line-height:1.1}.process-list{flex-direction:column;gap:2.5rem;display:flex}.process-step{gap:1.5rem;display:flex}.step-number{color:var(--accent);margin-top:4px;font-size:.9rem;font-weight:700}.step-content h3{color:#1e293b;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.step-content p{color:#64748b;font-size:1rem;line-height:1.5}.testimonials-section{background:#f9f9f7;padding:80px 0 120px}.testimonials-grid{border-top:1px solid #e2e8f0;grid-template-columns:1fr 1fr;gap:60px;padding-top:60px;display:grid}.testimonial-item{position:relative}.quote-icon{color:var(--accent);opacity:.8;margin-bottom:1rem;font-family:serif;font-size:4rem;line-height:1}.testimonial-text{color:#1e293b;margin-bottom:2rem;font-size:1.5rem;font-weight:600;line-height:1.4}.testimonial-author{color:#94a3b8;letter-spacing:1px;font-size:.85rem;font-weight:700}.contact-section{background:#f9f9f7;padding:100px 0}.contact-header{text-align:center;margin-bottom:5rem}.contact-badge{color:var(--accent);letter-spacing:1.5px;margin-bottom:1.5rem;font-size:.85rem;font-weight:700;display:block}.contact-title{color:#1e293b;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.1}.contact-title .highlight{color:var(--accent)}.contact-subtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:1.15rem}.btn-send{background:var(--primary);color:var(--white);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:12px;margin-top:1rem;padding:16px 32px;font-weight:700;display:flex}.btn-rush svg{width:16px;height:16px}@media (width<=1200px){.about-grid,.why-header,.process-grid,.contact-grid{gap:40px}.about-title,.services-main-title,.why-title,.get-title,.process-title{font-size:2.5rem}}@media (width<=992px){.hero-section{min-height:auto;padding-top:150px}.stats-container{grid-template-columns:repeat(2,1fr);gap:40px}.stat-item{border-right:none}.stat-item:nth-child(odd){border-right:1px solid #ffffff1a}.about-grid,.why-header,.get-container,.process-grid,.testimonials-grid,.contact-grid{grid-template-columns:1fr;gap:40px}.about-title,.why-title,.get-left,.get-right,.process-right,.testimonial-text{max-width:100%;padding:60px 5%}.process-left,.contact-form-container{padding:40px 5%}.services-grid,.why-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hero-actions{flex-direction:column;width:100%}.btn-request,.btn-explore,.btn-start,.btn-send,.btn-rush{justify-content:center;width:100%}.stat-number{font-size:2rem}.about-section,.services-section,.why-section,.process-section,.testimonials-section,.contact-section{padding:60px 0}.about-title,.services-main-title,.why-title,.get-title,.process-title,.testimonial-text{font-size:2rem}.services-grid,.why-grid,.get-checklist,.form-row{grid-template-columns:1fr}}@media (width<=576px){.stats-container{grid-template-columns:1fr;gap:30px}.stat-item{border-right:none!important}}.contact-page{flex-direction:column;min-height:100vh;display:flex}.contact-hero{min-height:70vh;color:var(--white);background:url(/solterra/assets/contact-D5xogRdv.png) 50%/cover no-repeat;align-items:center;padding:100px 0 0;display:flex;position:relative}.contact-hero-overlay{z-index:1;background:#0f172abf;width:100%;height:100%;position:absolute;top:0;left:0}.contact-hero-content-container{z-index:2;width:100%;position:relative}.contact-hero-content-left{text-align:left;max-width:850px}.contact-hero-badge{color:var(--white);letter-spacing:1.5px;opacity:.9;margin-bottom:1.5rem;font-size:.85rem;font-weight:700;display:block}.contact-hero-title{margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.1}.contact-hero-title .highlight{color:var(--accent-yellow)}.contact-hero-desc{color:#ffffffe6;max-width:650px;font-size:1.15rem;line-height:1.6}.contact-form-section{background:#f9f9f7;padding:100px 0}.contact-grid{grid-template-columns:1.2fr 1fr;align-items:flex-start;gap:60px;display:grid}.contact-form-container{background:var(--white);border-radius:8px;padding:3rem;box-shadow:0 20px 40px #0000000d}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#334155;font-size:.85rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{transition:var(--transition);background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;padding:12px 16px;font-size:.95rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent);background:#fff;outline:none}.form-group textarea{resize:vertical;min-height:150px}.btn-send{color:var(--white);cursor:pointer;background:#111c32;border-radius:4px;justify-content:center;align-items:center;gap:12px;margin-top:1rem;padding:16px 32px;font-weight:700;display:flex}.btn-send:hover{background:#1e293b}.btn-send svg{width:18px;height:18px}.contact-info{flex-direction:column;gap:2.5rem;display:flex}.info-title{color:#1e293b;font-size:1.75rem;font-weight:700}.info-desc{color:#64748b;font-size:1rem;line-height:1.6}.info-items{flex-direction:column;gap:1.5rem;display:flex}.info-item{background:var(--white);border:1px solid #e2e8f0;border-radius:8px;align-items:flex-start;gap:1.5rem;padding:1.5rem;display:flex}.info-icon{width:40px;height:40px;color:var(--accent);background:#f6831e1a;border-radius:6px;justify-content:center;align-items:center;display:flex}.info-icon svg{width:20px;height:20px}.info-content label{color:#94a3b8;letter-spacing:.5px;margin-bottom:.25rem;font-size:.75rem;font-weight:700;display:block}.info-content span{color:#334155;font-size:1rem;font-weight:600}.rush-box{color:var(--white);background:#334155;border-radius:8px;padding:2.5rem}.rush-badge{color:var(--accent);letter-spacing:1px;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.rush-box h4{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.rush-box p{color:#94a3b8;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.btn-rush{color:var(--white);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #fff3;border-radius:4px;align-items:center;gap:10px;width:fit-content;padding:10px 20px;font-size:.9rem;font-weight:600;display:inline-flex}.btn-rush:hover{border-color:var(--white);background:#ffffff1a}@media (width<=992px){.contact-hero{min-height:60vh;padding-top:150px}.contact-grid{grid-template-columns:1fr;gap:40px}.contact-form-container{padding:40px 5%}}@media (width<=768px){.contact-hero-title{font-size:2.5rem}.contact-hero-desc{font-size:1.1rem}.contact-form-section{padding:60px 0}.form-row{grid-template-columns:1fr}.btn-send,.btn-rush{justify-content:center;width:100%}}.blog-page{flex-direction:column;min-height:100vh;display:flex}.blog-hero{min-height:70vh;color:var(--white);background:url(/solterra/assets/blog-hero-new-B8SYqGcc.png) 50%/cover no-repeat;align-items:center;padding:100px 0 0;display:flex;position:relative}.blog-hero-overlay{z-index:1;background:#0f172abf;width:100%;height:100%;position:absolute;top:0;left:0}.blog-hero-content-container{z-index:2;width:100%;position:relative}.blog-hero-content-left{text-align:left;max-width:850px}.blog-hero-badge{color:var(--white);letter-spacing:1.5px;opacity:.9;margin-bottom:1.5rem;font-size:.85rem;font-weight:700;display:block}.blog-hero-title{margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.1}.blog-hero-title .highlight{color:var(--accent-yellow)}.blog-hero-desc{color:#ffffffe6;max-width:650px;font-size:1.25rem;line-height:1.6}.featured-section{background:#f9f9f7;padding:100px 0}.featured-card{background:var(--white);transition:var(--transition);color:inherit;border-radius:8px;grid-template-columns:1.2fr 1fr;text-decoration:none;display:grid;overflow:hidden;box-shadow:0 20px 40px #0000000d}.featured-card:hover{transform:translateY(-5px);box-shadow:0 30px 60px #0000001a}.featured-image{height:450px;overflow:hidden}.featured-image img{object-fit:cover;width:100%;height:100%;transition:all .5s}.featured-card:hover .featured-image img{transform:scale(1.05)}.featured-content{flex-direction:column;justify-content:center;padding:4rem;display:flex}.featured-badges{gap:12px;margin-bottom:1.5rem;display:flex}.badge-category{color:var(--accent);letter-spacing:1px;font-size:.75rem;font-weight:700}.badge-status{color:#94a3b8;letter-spacing:1px;font-size:.75rem;font-weight:600}.featured-title{color:#1e293b;margin-bottom:1.5rem;font-size:2.25rem;font-weight:700;line-height:1.2}.featured-desc{color:#64748b;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.featured-meta{gap:24px;display:flex}.blog-grid-section{background:#f9f9f7;padding:0 0 100px}.blog-grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.blog-post-card{color:inherit;transition:var(--transition);flex-direction:column;text-decoration:none;display:flex}.blog-post-card:hover{transform:translateY(-10px)}.blog-post-image{border-radius:8px;height:280px;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 10px 30px #0000000d}.blog-post-image img{object-fit:cover;width:100%;height:100%;transition:all .5s}.blog-post-card:hover .blog-post-image img{transform:scale(1.1)}.blog-post-content{flex-direction:column;flex:1;display:flex}.blog-post-category{color:var(--accent);letter-spacing:1px;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.blog-post-title{color:#1e293b;transition:var(--transition);margin-bottom:1rem;font-size:1.4rem;font-weight:700;line-height:1.3}.blog-post-card:hover .blog-post-title{color:var(--accent)}.blog-post-desc{color:#64748b;flex:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.blog-post-meta{gap:20px;margin-top:auto;display:flex}.blog-cta-section{background:#f9f9f7;padding:100px 0}.blog-cta-box{text-align:center;color:var(--white);background:#111c32;border-radius:12px;padding:80px 40px;box-shadow:0 20px 40px #0000001a}.cta-title{margin-bottom:2.5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2}.btn-cta-contact{background:var(--accent-yellow);color:#111c32;transition:var(--transition);border-radius:6px;align-items:center;gap:12px;padding:16px 32px;font-weight:700;text-decoration:none;display:inline-flex}.btn-cta-contact:hover{background:#fbbf24;transform:translateY(-3px)}.btn-cta-contact svg{width:20px;height:20px}@media (width<=1200px){.featured-content{padding:3rem}}@media (width<=992px){.featured-card{grid-template-columns:1fr}.featured-image{height:350px}.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.featured-title{font-size:1.75rem}.featured-section,.blog-cta-section{padding:60px 0}.blog-grid-section{padding-bottom:60px}.blog-grid{grid-template-columns:1fr}.blog-cta-box{padding:60px 20px}}.blog-post-page{flex-direction:column;min-height:100vh;display:flex}.content-wrapper{flex:1}.post-hero-section{text-align:left;background:#f9f9f7;padding:150px 0 80px}.back-link{color:#64748b;transition:var(--transition);align-items:center;gap:8px;margin-bottom:3rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.back-link:hover{color:var(--accent);gap:12px}.back-link svg{width:18px;height:18px}.post-header-content{max-width:850px;margin:0 auto}.post-category-badge{color:var(--accent);letter-spacing:1.5px;margin-bottom:1.5rem;font-size:.85rem;font-weight:700;display:block}.post-main-title{color:#1e293b;margin-bottom:1.5rem;font-size:clamp(2.25rem,6vw,4rem);font-weight:700;line-height:1.1}.post-main-desc{color:#475569;max-width:800px;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.post-author-row{border-top:1px solid #e2e8f0;align-items:center;gap:40px;padding-top:2.5rem;display:flex}.author-info{text-align:left;align-items:center;gap:16px;display:flex}.author-avatar{background:var(--accent-yellow);color:#1e293b;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;font-weight:700;display:flex}.author-details{flex-direction:column;display:flex}.author-name{color:#1e293b;font-size:1rem;font-weight:700}.author-role{color:#94a3b8;font-size:.85rem}.post-meta-info{gap:24px;display:flex}.meta-item{color:#94a3b8;align-items:center;gap:8px;font-size:.85rem;font-weight:500;display:flex}.meta-item svg{width:16px;height:16px}.post-body-section{padding:80px 0 100px}.post-featured-image-new{border-radius:12px;width:100%;max-height:600px;margin-bottom:4rem;overflow:hidden;box-shadow:0 20px 40px #0000000d}.post-featured-image-new img{object-fit:cover;width:100%;height:100%}.post-main-content{color:#334155;text-align:left;max-width:850px;margin:0 auto;font-size:1.1rem;line-height:1.8}.intro-text{color:#475569;margin-bottom:3rem;font-size:1.15rem}.post-steps{flex-direction:column;gap:3rem;margin-bottom:4rem;display:flex}.post-step h2{color:#1e293b;margin-bottom:1rem;font-size:1.75rem;font-weight:700}.post-step p{color:#475569;margin:0}.post-footer-share{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:4rem;padding-top:2rem;display:flex}.share-label{color:#94a3b8;font-size:.9rem;font-weight:600}.share-icons{gap:16px;display:flex}.share-icon{color:#64748b;width:40px;height:40px;transition:var(--transition);border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;display:flex}.share-icon:hover{background:var(--accent);color:var(--white);border-color:var(--accent)}.share-icon svg{width:18px;height:18px}.continue-reading-section{background:#f9f9f7;border-top:1px solid #e2e8f0;padding:100px 0}.section-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.section-title{color:#1e293b;font-size:2rem;font-weight:700}.all-articles-link{color:var(--accent);transition:var(--transition);align-items:center;gap:8px;font-size:.95rem;font-weight:700;text-decoration:none;display:flex}.all-articles-link:hover{opacity:.8;gap:12px}.all-articles-link svg{width:18px;height:18px}.related-grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.related-card{color:inherit;transition:var(--transition);text-decoration:none}.related-card:hover{transform:translateY(-10px)}.related-image{border-radius:8px;height:250px;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 10px 30px #0000000d}.related-image img{object-fit:cover;width:100%;height:100%}.related-category{color:var(--accent);letter-spacing:1px;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}.related-title{color:#1e293b;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.4}.related-desc{color:#64748b;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.related-meta{gap:16px;display:flex}@media (width<=992px){.post-hero-section{padding-top:120px}.post-author-row{flex-direction:column;align-items:flex-start;gap:20px}.related-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.post-main-title{font-size:2rem}.post-main-desc{font-size:1.1rem}.post-footer-share{flex-direction:column;align-items:flex-start;gap:20px}.continue-reading-section{padding:60px 0}.section-header{flex-direction:column;align-items:flex-start;gap:15px}.related-grid{grid-template-columns:1fr}}.whatsapp-float{z-index:9999;cursor:pointer;justify-content:center;align-items:center;width:5px;height:5px;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:40px;right:40px}.whatsapp-float:hover{transform:scale(1.1)translateY(-5px);box-shadow:0 8px 25px #25d36666}.whatsapp-icon-img{object-fit:contain;width:50px;height:50px}.whatsapp-float:before{content:"";opacity:.7;z-index:-1;background-color:#25d366;border-radius:50%;width:100%;height:100%;animation:2s infinite pulse-whatsapp;position:absolute}@keyframes pulse-whatsapp{0%{opacity:.7;transform:scale(1)}70%{opacity:0;transform:scale(1.5)}to{opacity:0;transform:scale(1.5)}}@media (width<=768px){.whatsapp-float{width:5px;height:5px;bottom:20px;right:20px}}
