:root{--primary:#000000;--primary-dark:#1a1a1a;--primary-light:#e5e7eb;--secondary:#000000;--secondary-dark:#1a1a1a;--text-dark:#111827;--text-light:#6b7280;--background:#fdfbfc;--white:#ffffff;--danger:#ef4444;--success:#10b981;--font-heading:"Outfit",sans-serif;--font-body:"Inter",sans-serif;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--shadow-xl:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--radius-md:0.5rem;--radius-lg:1rem;--radius-xl:1.5rem;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background-color:var(--background);color:var(--text-dark);line-height:1.7}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.5rem}a{text-decoration:none;color:inherit;transition:var(--transition)}ul{list-style:none}img{max-width:100%;height:auto}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.text-primary{color:var(--primary)}.text-secondary{color:var(--secondary)}.bg-primary{background-color:var(--primary);color:#fff}.bg-secondary{background-color:var(--secondary);color:#fff}.text-center{text-align:center}.text-lg{font-size:1.1rem;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;font-weight:600;border-radius:var(--radius-md);border:none;cursor:pointer;transition:var(--transition);font-family:var(--font-body);gap:.5rem;box-shadow:var(--shadow-sm)}.btn-primary{background-color:var(--primary);color:var(--white)}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary{background-color:var(--secondary);color:var(--white)}.btn-secondary:hover{background-color:var(--secondary-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-outline{background-color:transparent;border:2px solid var(--primary);color:var(--primary);box-shadow:none}.btn-outline:hover{background-color:var(--primary);color:var(--white)}.btn:active{transform:translateY(0) scale(.98);box-shadow:var(--shadow-sm)}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.25rem}.section{padding:3rem 0}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.165,.84,.44,1),transform .8s cubic-bezier(.165,.84,.44,1);will-change:opacity,transform}.reveal.active{opacity:1;transform:translateY(0)}.app-wrapper{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;width:100%;padding-top:80px}.glass{background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.18)}.dark-glass,.glass{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.dark-glass{background:rgba(30,41,59,.8);border:1px solid rgba(255,255,255,.1);color:white}.page-header{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary) 100%);color:white;padding:2.25rem 0;text-align:center}.page-header h1{margin-bottom:.5rem}.page-header p{font-size:1rem;opacity:.9;max-width:600px;margin:0 auto}.page-header+.section{padding-top:2.25rem}@media (max-width:768px){.page-header{padding:1.9rem 0}.page-header+.section{padding-top:1.9rem}}.navbar{position:fixed;top:0;left:0;width:100%;height:80px;background-color:var(--white);z-index:1000;transition:var(--transition);box-shadow:var(--shadow-sm)}.navbar.scrolled{box-shadow:var(--shadow-md);background:rgba(255,255,255,.7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.18)}.nav-container{justify-content:space-between;height:100%}.brand,.nav-container{display:flex;align-items:center}.brand{gap:.5rem}.brand-text{font-family:var(--font-heading);font-weight:800;font-size:1.5rem;letter-spacing:-.5px;color:var(--primary-dark)}.nav-links{display:flex;align-items:center;gap:2rem}.dropdown>a,.nav-links>a{font-weight:500;color:var(--text-dark);position:relative}.dropdown>a:hover,.nav-links>a:hover{color:var(--primary)}.nav-links>a.active-link{color:var(--primary);font-weight:600}.nav-links>a.active-link:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background-color:var(--primary);border-radius:2px}.dropdown{position:relative;display:inline-block;padding:1rem 0}.dropdown-content{display:none;position:absolute;top:100%;left:-20px;min-width:220px;box-shadow:var(--shadow-lg);border-radius:var(--radius-md);overflow:hidden;z-index:1}.dropdown:hover .dropdown-content{display:block;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dropdown-content a{color:var(--text-dark);padding:.75rem 1.25rem;text-decoration:none;display:block;font-size:.9rem;transition:var(--transition);border-bottom:1px solid rgba(0,0,0,.05)}.dropdown-content a:last-child{border-bottom:none}.dropdown-content a:hover{background-color:var(--primary-light);color:var(--primary)}.mobile-toggle{display:none;background:none;border:none;color:var(--text-dark);cursor:pointer}.nav-links>a.nav-cta{color:var(--white);padding:.5rem 1.25rem}@media (max-width:992px){.nav-links{position:absolute;top:80px;left:0;width:100%;flex-direction:column;padding:2rem;gap:1.5rem;transform:translateY(-150%);transition:var(--transition);opacity:0;pointer-events:none}.nav-links.active{transform:translateY(0);opacity:1;pointer-events:all;box-shadow:var(--shadow-md)}.nav-links.active .dropdown>a,.nav-links.active>a{color:var(--white)}.mobile-toggle{display:block}.dropdown-content{position:static;display:none;box-shadow:none;background:transparent;border:none}.nav-links.active .dropdown:hover .dropdown-content{display:block;background:rgba(255,255,255,.1);margin-top:1rem;border-radius:var(--radius-md)}.nav-links.active .dropdown-content a{color:var(--white);border-color:rgba(255,255,255,.1)}.nav-links.active .dropdown-content a:hover{background:rgba(255,255,255,.2)}}.footer{padding:5rem 0 2rem;background-color:#ffffff;color:var(--text-dark);border-top:2px solid var(--primary-light)}.footer-grid{display:grid;grid-template-columns:2.5fr 1fr 1fr 1fr 1.5fr;grid-gap:2rem;gap:2rem;margin-bottom:3rem}.footer-brand{margin-bottom:1rem}.footer-desc{color:var(--text-light);margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--primary-light);border-radius:50%;color:var(--primary-dark);transition:var(--transition)}.social-links a:hover{background:var(--primary);color:var(--white);transform:translateY(-3px);box-shadow:var(--shadow-md)}.footer-col h3{font-size:1.25rem;margin-bottom:1.5rem;position:relative;padding-bottom:.5rem;font-family:var(--font-heading);color:var(--secondary-dark)}.footer-col h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background-color:var(--primary);border-radius:2px}.links-col ul li{margin-bottom:.75rem}.links-col ul li a{color:var(--text-light);display:flex;align-items:center;gap:.5rem;font-weight:500;white-space:nowrap}.links-col ul li a:hover{color:var(--primary);padding-left:5px}.contact-col ul li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;color:var(--text-dark);font-weight:500}.contact-icon{color:var(--primary);flex-shrink:0;margin-top:2px}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--primary-light);color:var(--text-light);font-size:.95rem;font-weight:500}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.floating-calc-btn{position:fixed;bottom:110px;right:30px;width:60px;height:60px;background-color:var(--primary);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(0,0,0,.2);z-index:1000;transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;text-decoration:none;animation:pulse-border 2s infinite}.floating-calc-btn:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 8px 25px rgba(0,0,0,.3);color:var(--white);animation:none}.floating-calc-btn .tooltip{position:absolute;right:75px;background:var(--text-dark);color:white;padding:.5rem 1rem;border-radius:var(--radius-md);font-size:.85rem;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transition:all .3s ease;transform:translateX(10px)}.floating-calc-btn .tooltip:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);border-width:6px 0 6px 6px;border-style:solid;border-color:transparent transparent transparent var(--text-dark)}.floating-calc-btn:hover .tooltip{opacity:1;transform:translateX(0)}@keyframes pulse-border{0%{box-shadow:0 0 0 0 rgba(16,185,129,.4)}70%{box-shadow:0 0 0 15px rgba(16,185,129,0)}to{box-shadow:0 0 0 0 rgba(16,185,129,0)}}@media (max-width:768px){.floating-calc-btn{bottom:85px;right:20px;width:55px;height:55px}.floating-calc-btn .tooltip{display:none}}@media (prefers-reduced-motion:reduce){.floating-calc-btn{animation:none}}.floating-whatsapp{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background-color:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);z-index:1000;transition:transform .3s ease,box-shadow .3s ease;animation:pulse 2s infinite}.floating-whatsapp img{width:35px;height:35px}.floating-whatsapp:hover{transform:scale(1.1);box-shadow:var(--shadow-xl);animation:none}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.7)}70%{box-shadow:0 0 0 15px rgba(37,211,102,0)}to{box-shadow:0 0 0 0 rgba(37,211,102,0)}}.floating-whatsapp .tooltip{position:absolute;right:75px;background:var(--text-dark);color:white;padding:.5rem 1rem;border-radius:var(--radius-md);font-size:.85rem;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transition:all .3s ease;transform:translateX(10px)}.floating-whatsapp .tooltip:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);border-width:6px 0 6px 6px;border-style:solid;border-color:transparent transparent transparent var(--text-dark)}.floating-whatsapp:hover .tooltip{opacity:1;transform:translateX(0)}@media (max-width:768px){.floating-whatsapp{bottom:20px;right:20px;width:50px;height:50px}.floating-whatsapp img{width:30px;height:30px}.floating-whatsapp .tooltip{display:none}}@media (prefers-reduced-motion:reduce){.floating-whatsapp{animation:none}}.hero{height:90vh;min-height:600px;background:url(https://images.unsplash.com/photo-1508514177221-188b1cf16e9d?auto=format&fit=crop&q=80) 58%/cover;animation:heroBackgroundDrift 18s ease-in-out infinite alternate;position:relative;display:flex;align-items:center;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(15,23,42,.68) 0,rgba(15,23,42,.24));z-index:1}.hero-content{position:relative;z-index:2;color:white;max-width:1200px;text-align:left}.hero-content .reveal{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;max-width:800px}.hero-auth-badge{display:inline-flex;align-items:center;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;color:white;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-auth-badge .badge-icon{margin-right:.5rem;font-size:1.1rem}.trust-strip{background:var(--primary-dark);color:white;padding:1rem 0;border-top:1px solid rgba(255,255,255,.1)}.trust-strip-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.trust-item{font-weight:600;font-size:.95rem;opacity:.9}.hero-content h1{font-size:4rem;margin-bottom:1.5rem;text-align:left}.hero-word-light{color:#ffffff}.hero-word-dark{color:#000000}.hero-content p{font-size:1.25rem;margin-bottom:2rem;line-height:1.8;color:#e2e8f0;text-align:left}.hero-cta-group{display:flex;gap:1rem;justify-content:flex-start;align-items:center;flex-wrap:wrap}.btn-hero-primary{background:white;color:var(--primary);font-weight:700}.btn-hero-primary:hover{background:var(--primary-light);color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,255,255,.2)}.btn-hero-outline{background:transparent;border:2px solid rgba(255,255,255,.8);color:white}.btn-hero-outline:hover{background:white;color:var(--primary);border-color:white;transform:translateY(-2px);box-shadow:var(--shadow-md)}@keyframes heroBackgroundDrift{0%{background-position:50%}to{background-position:68%}}.relative-z{position:relative;z-index:10}.value-props{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:0;position:relative}.prop-card{background:white;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);text-align:center;transition:transform .3s;border:1px solid rgba(0,0,0,.05);border-bottom:4px solid var(--primary);height:100%;display:flex;flex-direction:column;align-items:center}.prop-card:hover{transform:translateY(-10px)}.prop-icon{color:var(--primary);margin-bottom:1rem}.prop-card h3{margin-bottom:.5rem;font-size:1.25rem;color:var(--secondary-dark)}.prop-card p{color:var(--text-light);font-size:.95rem;flex-grow:1}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:2rem}.mt-1{margin-top:1rem}.font-bold{font-weight:600}.inline-block{display:inline-block}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.blogs-preview-grid .reveal,.services-grid .reveal,.value-props .reveal{height:100%}.service-card{padding:2.5rem;border-radius:var(--radius-lg);background:var(--white);border:1px solid rgba(0,0,0,.05);box-shadow:var(--shadow-sm);transition:all .3s ease;height:100%;display:flex;flex-direction:column}.service-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-5px)}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--secondary-dark)}.service-card p{color:var(--text-light);margin-bottom:1.5rem;flex-grow:1}.calculator-wrapper{max-width:800px;margin:0 auto;padding:3rem;border-radius:var(--radius-xl);background:white;box-shadow:var(--shadow-lg)}.calc-form{display:flex;gap:1rem;align-items:flex-end;margin-bottom:2rem;flex-wrap:wrap}.calc-input-group{flex:1 1;min-width:250px}.calc-input-group label{display:block;font-weight:600;margin-bottom:.5rem;color:var(--text-dark)}.calc-input-group input{width:100%;padding:.75rem 1rem;border:2px solid #cbd5e1;border-radius:var(--radius-md);font-size:1.1rem;outline:none;transition:border-color .3s}.calc-input-group input:focus{border-color:var(--primary)}.calc-result{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;padding-top:2rem;border-top:1px solid #e2e8f0}.result-box{flex:1 1;background:var(--background);padding:1.5rem;border-radius:var(--radius-lg);text-align:center}.result-box h4{color:var(--text-light);margin-bottom:.5rem}.result-value{font-size:2rem;font-weight:800;font-family:var(--font-heading)}.flex-between{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.blogs-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.blog-card{padding:2rem;box-shadow:var(--shadow-sm);height:100%}.blog-date{color:var(--secondary);font-weight:600;font-size:.9rem;margin-bottom:.5rem}.blog-card h3{margin-bottom:1rem}.blog-card p{color:var(--text-light)}.blog-card .blog-date{flex-grow:0}.blog-card p:not(.blog-date){flex-grow:1}.calc-lead-capture{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.08);text-align:center}.calc-lead-capture p{font-size:1.1rem;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.7}.calc-cta-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width:768px){.hero-content h1{font-size:2.5rem}.hero-cta-group{flex-direction:column;align-items:stretch;width:100%}.value-props{margin-top:0}.calc-form{flex-direction:column;align-items:stretch}.calc-result{grid-template-columns:1fr;gap:1.5rem}.calculator-wrapper{padding:2rem}}@media (prefers-reduced-motion:reduce){.hero{animation:none}}.service-areas-strip{padding:2.5rem 0;background-color:var(--white);border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05)}.areas-heading{text-align:center;margin-bottom:1.5rem;color:var(--text-light);font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:2px}.areas-grid{justify-content:center;gap:3rem;flex-wrap:wrap}.area-item,.areas-grid{display:flex;align-items:center}.area-item{gap:.5rem;font-family:var(--font-heading);font-size:1.2rem;font-weight:700;color:var(--text-dark);letter-spacing:-.3px}.area-icon{color:var(--primary)}.area-tag{background:var(--primary);color:var(--white);font-size:.65rem;font-weight:700;padding:.15rem .5rem;border-radius:2rem;letter-spacing:.5px;text-transform:uppercase}.experience-card{padding:4rem 2rem;background:var(--background);border-radius:var(--radius-lg);border:1px solid rgba(0,0,0,.05)}.experience-icon{color:var(--primary);margin-bottom:1.5rem}@media (max-width:768px){.areas-grid{gap:1.5rem}.area-item{font-size:1rem}.experience-card{padding:3rem 1.5rem}}.md-message-grid{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:4rem;gap:4rem;align-items:center}.md-photo-container{position:relative;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl)}.md-photo-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:8px solid rgba(255,255,255,.2);z-index:1;border-radius:var(--radius-xl)}.md-photo{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:top center;display:block}.md-message-content{position:relative}.md-message-content p{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7;color:var(--text-dark)}.md-message-content .lead{font-weight:500}.md-message-content .lead,.signature{font-size:1.1rem;color:var(--primary-dark)}.signature{margin-top:2rem;text-align:right}.why-started-box{margin-top:5rem;padding:3rem;background-color:var(--background);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid rgba(0,0,0,.05)}.about-metrics-bar{display:flex;gap:.75rem;margin:1rem 0 2rem;flex-wrap:wrap}.metric-badge{display:flex;align-items:center;gap:.5rem;background:var(--primary-light);padding:.4rem 1rem;border-radius:2rem;font-size:.9rem;font-weight:600;color:var(--primary-dark);flex:1 1;justify-content:center;white-space:nowrap}.trust-bullets{margin:1.5rem 0;background:var(--background);padding:1.5rem;border-radius:var(--radius-md)}.trust-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:1rem}.trust-item:last-child{margin-bottom:0}.trust-icon{color:var(--success)}.smart-choice-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-top:3rem}.smart-card{padding:3rem 2rem;background:white;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid rgba(0,0,0,.05);transition:var(--transition);display:flex;flex-direction:column;align-items:center;text-align:center;height:100%}.smart-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--primary)}.smart-icon{color:var(--primary);margin-bottom:1.5rem}.smart-card h3{font-size:1.25rem;margin-bottom:1rem;color:var(--primary-dark)}.smart-card p{font-size:.95rem;color:var(--text-light);line-height:1.6}.cert-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.cert-card{background:var(--white);padding:2rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border-bottom:4px solid var(--primary);height:100%;display:flex;align-items:center;justify-content:center;text-align:center}@media (max-width:768px){.md-message-grid{grid-template-columns:1fr;gap:2rem}.cert-grid,.smart-choice-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.cert-grid,.smart-choice-grid{grid-template-columns:1fr}}.section-no-bottom-padding{padding-bottom:2rem}.service-split-row{display:flex;flex-direction:column;gap:3rem;padding:5rem 0;border-bottom:1px solid var(--primary-light)}.service-split-row:last-child{border-bottom:none}.split-image-container{flex:1 1;position:relative}.split-image{width:100%;aspect-ratio:5/4;object-fit:cover;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);transition:transform .4s ease,box-shadow .4s ease;display:block}.split-image:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl)}.split-content{flex:1 1;display:flex;flex-direction:column;justify-content:center}.split-content h2{font-size:2.5rem;margin-bottom:1.25rem;color:var(--text-dark)}.split-content p{color:var(--text-light);font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.service-features{margin-bottom:2rem;list-style:none;padding:0}.service-features li{margin-bottom:.75rem;display:flex;align-items:center;font-size:1.05rem;color:var(--text-dark);font-weight:500}.text-success{color:var(--success)!important}@media (min-width:900px){.service-split-row{flex-direction:row;align-items:center;gap:5rem}.service-split-row.reverse{flex-direction:row-reverse}}@media (max-width:768px){.service-split-row{padding:3rem 0}.split-content h2{font-size:2rem}}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem}.info-item{display:flex;gap:1.5rem;margin-bottom:2rem}.icon-wrapper{width:50px;height:50px;background:var(--primary-light);color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-item h4{margin-bottom:.25rem;font-size:1.1rem}.info-item a,.info-item p{color:var(--text-light)}.info-item a:hover{color:var(--primary)}.contact-form-container{padding:3rem;border-radius:var(--radius-xl);background:white;box-shadow:var(--shadow-lg);border:1px solid rgba(0,0,0,.05)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:var(--radius-md);font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.w-100{width:100%}.contact-form .btn:disabled{opacity:.7;cursor:not-allowed}.form-message{margin-top:1rem;padding:.9rem 1rem;border-radius:var(--radius-md);font-size:.95rem;line-height:1.6}.form-message-success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.form-message-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.map-section iframe{display:block}.map-section{position:relative}.map-open-button{position:absolute;top:1rem;left:1rem;z-index:2;display:none;align-items:center;gap:.4rem;padding:.7rem .9rem;border-radius:.35rem;background:var(--white);color:#1967d2;font-size:.95rem;font-weight:500;box-shadow:var(--shadow-md)}.map-open-button:hover{color:#174ea6}@media (max-width:768px){.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-form-container{padding:2rem}.map-open-button{display:inline-flex}}.subsidy-hero{margin-bottom:0}.subsidy-subtitle{font-size:1rem;color:var(--primary-light);margin-top:.5rem;opacity:.9}.info-ribbon{background:var(--white);padding:2.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);max-width:800px;margin:0 auto 4rem;position:relative;z-index:10;border-top:4px solid var(--secondary)}.slab-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.slab-card{background:var(--white);padding:3rem 2rem;text-align:center;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid rgba(0,0,0,.05);transition:transform .3s;position:relative}.slab-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-xl)}.line-bottom{border-bottom:6px solid var(--primary-light)}.slab-capacity{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.slab-amount{font-size:3.5rem;font-family:var(--font-heading);font-weight:800}.highlighted-slab{background:var(--primary);border-bottom:6px solid var(--secondary);transform:scale(1.05);z-index:2}.highlighted-slab,.highlighted-slab .slab-amount,.highlighted-slab .slab-capacity,.highlighted-slab .slab-desc{color:var(--white)}.highlighted-slab:hover{transform:scale(1.05) translateY(-5px)}.slab-badge{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:var(--danger);color:var(--white);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:700;letter-spacing:1px}.hassle-free-box{background:var(--white);border-radius:var(--radius-xl);padding:4rem;box-shadow:var(--shadow-lg)}.hassle-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.h-item{display:flex;align-items:center;margin-bottom:1.5rem;padding:1.5rem;background:var(--background);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:border-color .3s;border-left:4px solid transparent}.h-item:hover{border-left-color:var(--secondary);background:var(--primary-light)}.h-item h4{font-size:1.15rem;margin-bottom:.25rem;color:var(--text-dark)}.h-item p{color:var(--text-light);font-size:.95rem;margin:0}.mr-1{margin-right:1.5rem}.urgency-alert{display:flex;align-items:flex-start;background:#f8fafc;padding:1.5rem;border-radius:var(--radius-md);border:1px solid #e2e8f0;box-shadow:var(--shadow-sm)}.urgency-alert,.urgency-title{color:var(--text-dark)}.btn-large{font-size:1.25rem;padding:1.25rem 3rem;margin-top:2rem;border-radius:var(--radius-lg);text-transform:uppercase;letter-spacing:1px}@media (max-width:992px){.hassle-grid{grid-template-columns:1fr;gap:2rem}.highlighted-slab{transform:none}.highlighted-slab:hover{transform:translateY(-5px)}}@media (max-width:768px){.subsidy-hero{margin-bottom:0}.hassle-free-box{padding:2rem}.slab-amount{font-size:2.5rem}}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2.5rem;gap:2.5rem}.blog-card{background:white;padding:2.5rem;border-radius:var(--radius-lg);border:1px solid rgba(0,0,0,.05);transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.blog-meta{color:var(--text-light);font-size:.9rem;margin-bottom:1rem;font-weight:500}.blog-card-title{margin-bottom:1rem;font-size:1.4rem;font-family:var(--font-heading);line-height:1.3}.blog-card-excerpt{color:var(--text-light);margin-bottom:2rem;flex-grow:1;line-height:1.7}.blog-read-link{font-weight:600;display:inline-block}.blog-read-link:hover{text-decoration:underline}.blog-post-page{padding-top:100px;padding-bottom:6rem}.blog-back-link{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-weight:500}.blog-post-header{margin-bottom:3rem}.blog-post-header h1{font-size:3rem;margin-bottom:1rem;line-height:1.2}.blog-post-meta{display:flex;gap:1rem;color:var(--text-light);border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:2rem}.blog-post-meta .author{color:var(--primary);font-weight:600}.article-content{font-size:1.15rem;line-height:1.8;color:var(--text-dark)}.article-cta-banner{margin-top:5rem;padding:3rem;background:var(--primary);color:white;border-radius:var(--radius-lg);text-align:center}.article-cta-banner h2{font-size:2rem;margin-bottom:1rem;color:white}.article-cta-banner p{margin-bottom:2rem;opacity:.9}.financing-section{margin:0 auto}.emi-calculator-box{background:var(--background);padding:3rem;border-radius:var(--radius-lg);border:1px solid rgba(0,0,0,.05)}.emi-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.emi-form .form-group{margin-bottom:0}.emi-form label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.95rem}.emi-form input,.emi-form select{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:var(--radius-md);font-family:inherit;transition:border-color .3s}.emi-form input:focus,.emi-form select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.emi-results{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.emi-result-card{background:white;padding:2rem;border-radius:var(--radius-md);text-align:center;border:1px solid rgba(0,0,0,.05)}.emi-result-card h4{font-size:.9rem;color:var(--text-light);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.emi-result-value{font-size:1.75rem;font-weight:800;font-family:var(--font-heading);color:var(--primary-dark)}.emi-result-value.savings{color:var(--success)}.pricing-table{width:100%;border-collapse:collapse;margin-top:2rem}.pricing-table td,.pricing-table th{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid rgba(0,0,0,.08)}.pricing-table th{background:var(--primary);color:white;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.pricing-table th:first-child{border-radius:var(--radius-md) 0 0 0}.pricing-table th:last-child{border-radius:0 var(--radius-md) 0 0}.pricing-table tr:hover td{background:var(--background)}.pricing-table .highlight-row td{background:rgba(16,185,129,.05);font-weight:600}.pricing-table .subsidy-price{color:var(--success);font-weight:700}.financing-benefits{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.fin-benefit-card{padding:2rem;background:white;border-radius:var(--radius-md);border:1px solid rgba(0,0,0,.05);text-align:center}.fin-benefit-card h4{margin-top:1rem;margin-bottom:.5rem;font-size:1.1rem}.fin-benefit-card p{color:var(--text-light);font-size:.95rem;line-height:1.6}@media (max-width:768px){.emi-form{grid-template-columns:1fr}.blog-post-header h1{font-size:2rem}.financing-benefits{grid-template-columns:1fr 1fr}}@media (max-width:480px){.financing-benefits{grid-template-columns:1fr}}.sticky-cta-bar{position:fixed;bottom:0;left:0;right:0;background:var(--primary-dark);color:white;padding:.75rem 0;z-index:998;transform:translateY(100%);transition:transform .4s ease,opacity .4s ease;opacity:0;box-shadow:0 -4px 12px rgba(0,0,0,.15)}.sticky-cta-bar.visible{transform:translateY(0);opacity:1}.sticky-cta-content{display:flex;align-items:center;justify-content:center;gap:1.5rem;position:relative}.sticky-cta-content p{margin:0;font-size:1.05rem;font-weight:500}.sticky-cta-bar .btn-sm{padding:.5rem 1.2rem;font-size:.95rem}.sticky-cta-close{position:absolute;right:1.5rem;background:transparent;border:none;color:rgba(255,255,255,.7);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.5rem;transition:color .2s ease}.sticky-cta-close:hover{color:white}body:has(.sticky-cta-bar.visible) .floating-calc-btn,body:has(.sticky-cta-bar.visible) .floating-whatsapp{bottom:80px}@media (max-width:768px){.sticky-cta-content{flex-direction:column;gap:.75rem;padding:.5rem 0}.sticky-cta-content p{font-size:.95rem;text-align:center;padding-right:2rem}.sticky-cta-close{top:50%;transform:translateY(-50%);right:.5rem}body:has(.sticky-cta-bar.visible) .floating-calc-btn,body:has(.sticky-cta-bar.visible) .floating-whatsapp{bottom:120px}}@font-face{font-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit Fallback;src:local("Arial");ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.00%;size-adjust:99.82%}.__className_baa73f{font-family:Outfit,Outfit Fallback;font-style:normal}.__variable_baa73f{--font-heading:"Outfit","Outfit Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_8b3a0b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_8b3a0b{--font-body:"Inter","Inter Fallback"}