*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0f172a;--navy-mid:#1a2744;--green:#10b981;--teal:#22d3ee;--teal-dark:#0d9fbb;--white:#fff;--light-bg:#f1f5f9;--gray-text:#64748b;--shadow:0 4px 24px #0f172a1a;--radius:10px;--tr:.28s ease;--font:"Inter", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--white);color:var(--navy);line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{cursor:pointer;transition:all var(--tr);text-align:center;font-size:.95rem;font-weight:600;font-family:var(--font);border:none;border-radius:6px;padding:.75rem 2rem;display:inline-block}.btn-primary{background:var(--navy);color:var(--white)}.btn-primary:hover{background:var(--green);transform:translateY(-2px);box-shadow:0 6px 20px #10b9814d}.btn-outline{color:var(--navy);cursor:pointer;transition:all var(--tr);font-size:.9rem;font-weight:600;font-family:var(--font);background:0 0;border:2px solid #d1d5db;border-radius:6px;padding:.6rem 1.6rem}.btn-outline:hover{border-color:var(--navy);background:var(--navy);color:var(--white)}.btn-dark{background:var(--navy);color:var(--white);cursor:pointer;transition:all var(--tr);font-size:1rem;font-weight:700;font-family:var(--font);border:none;border-radius:6px;padding:.85rem 2.5rem}.btn-dark:hover{background:#1e3a5f;transform:translateY(-2px);box-shadow:0 8px 20px #0f172a4d}.btn-teal{background:var(--teal);color:var(--navy);cursor:pointer;transition:all var(--tr);font-size:.9rem;font-weight:700;font-family:var(--font);border:none;border-radius:6px;padding:.7rem 1.8rem}.btn-teal:hover{background:var(--teal-dark);color:var(--white);transform:translateY(-2px)}.section-title{text-align:center;color:var(--navy);letter-spacing:-.02em;margin-bottom:.6rem;font-size:2.2rem;font-weight:800}.section-title--light{color:var(--white)}.section-divider{background:linear-gradient(90deg, var(--green), var(--teal));border-radius:2px;width:100px;height:4px;margin:0 auto 3rem}.navbar{z-index:1000;background:var(--navy);transition:box-shadow var(--tr);position:fixed;top:0;left:0;right:0}.logo-img{object-fit:contain;width:auto;height:48px;display:block}.navbar.scrolled{box-shadow:0 4px 24px #0f172a59}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;height:68px;margin:0 auto;padding:0 1.5rem;display:flex}.nav-logo{align-items:center;gap:.6rem;text-decoration:none;display:flex}.logo-text{flex-direction:column;line-height:1.1;display:flex}.logo-name{color:var(--white);letter-spacing:.03em;font-size:1.4rem;font-weight:900}.logo-name sup{vertical-align:super;font-size:.6rem}.logo-tag{color:var(--green);letter-spacing:.05em;font-size:.65rem;font-weight:500}.nav-links{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:#ffffffd9;transition:color var(--tr);cursor:pointer;font-size:.95rem;font-weight:500}.nav-link:hover,.nav-link.active{color:var(--green)}.has-dropdown{position:relative}.chevron{transition:transform var(--tr);margin-left:4px;font-size:1.1em;display:inline-block;transform:rotate(90deg)}.chevron.open{transform:rotate(270deg)}.dropdown-menu{background:var(--white);opacity:0;visibility:hidden;min-width:200px;transition:all var(--tr);z-index:100;border-radius:8px;padding:.5rem 0;list-style:none;position:absolute;top:calc(100% + 12px);left:0;transform:translateY(-8px);box-shadow:0 10px 40px #0f172a26}.dropdown-menu.visible{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li a{color:var(--navy);transition:background var(--tr), color var(--tr);padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;display:block}.dropdown-menu li a:hover{background:var(--light-bg);color:var(--green)}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-toggle span{background:var(--white);width:24px;height:2px;transition:all var(--tr);border-radius:2px;display:block}.nav-toggle.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=768px){.nav-links{background:var(--navy);transition:transform var(--tr);z-index:999;flex-direction:column;gap:0;padding:1rem 0;position:fixed;top:68px;left:0;right:0;transform:translate(100%)}.nav-links.open{transform:translate(0)}.nav-link{border-bottom:1px solid #ffffff0f;padding:.8rem 1.5rem;display:block}.dropdown-menu{box-shadow:none;opacity:1;visibility:visible;background:#ffffff0d;padding:0;position:static;transform:none}.nav-toggle{display:flex}}.footer{background:var(--navy)}.footer-main{padding:4rem 0 3rem}.footer-grid{grid-template-columns:1.8fr 1fr 1fr 1.5fr 1.5fr;gap:2.5rem;display:grid}.footer-logo{align-items:center;gap:.5rem;margin-bottom:.4rem;display:flex}.footer-logo span{color:var(--white);font-size:1.3rem;font-weight:900}.footer-logo sup{vertical-align:super;font-size:.6rem}.brand-tag{color:var(--green);letter-spacing:.05em;margin-bottom:1rem;font-size:.75rem;font-weight:600}.brand-about{color:#fff9;font-size:.85rem;line-height:1.7}.footer-heading{color:var(--teal);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:700}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.6rem}.footer-links a{color:#ffffffb3;transition:color var(--tr);font-size:.9rem}.footer-links a:hover{color:var(--white)}.addr-list{flex-direction:column;gap:.8rem;display:flex}.addr-row{align-items:flex-start;gap:.6rem;display:flex}.addr-row span{flex-shrink:0;padding-top:1px;font-size:.95rem}.addr-row p{color:#ffffffb3;font-size:.85rem;line-height:1.55}.footer-bottom{background:#00000040;padding:1.2rem 0}.footer-bottom-inner{justify-content:space-between;align-items:center;gap:1rem;display:flex}.fb-logo{align-items:center;gap:.5rem;display:flex}.fb-logo span{color:#ffffff80;font-size:.7rem}.fb-copy p{color:#fff9;text-align:center;font-size:.8rem}.fb-copy a{color:var(--teal);font-weight:600}.fb-social{gap:.8rem;display:flex}.social-icon{width:36px;height:36px;transition:background var(--tr), transform var(--tr);background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-icon:hover{background:var(--teal);transform:translateY(-3px)}.social-icon svg{width:16px;height:16px}@media (width<=1100px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=600px){.footer-grid{grid-template-columns:1fr}.footer-bottom-inner{text-align:center;flex-direction:column}}.hero{padding-top:68px}.carousel{width:100%;height:calc(100vh - 68px);min-height:520px;position:relative;overflow:hidden}.carousel-track{height:100%;transition:transform .65s cubic-bezier(.25,.46,.45,.94);display:flex}.carousel-slide{flex:0 0 100%;justify-content:center;align-items:center;height:100%;display:flex;position:relative;background-position:50%!important;background-size:cover!important}.slide-overlay{background:linear-gradient(135deg,#0f172abf 0%,#0f172a73 100%);position:absolute;inset:0}.slide-content{z-index:2;text-align:center;max-width:720px;padding:0 2rem;position:relative}.slide-content.active{animation:.8s both fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.slide-title{color:var(--white);text-shadow:0 2px 20px #0000004d;margin-bottom:1.2rem;font-size:3rem;font-weight:900;line-height:1.15}.slide-sub{color:#ffffffe0;margin-bottom:2rem;font-size:1.15rem;line-height:1.7}.c-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white);cursor:pointer;z-index:10;width:50px;height:50px;transition:all var(--tr);background:#ffffff26;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;line-height:1;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.c-btn:hover{background:var(--green);border-color:var(--green)}.c-prev{left:2rem}.c-next{right:2rem}.c-dots{z-index:10;gap:10px;display:flex;position:absolute;bottom:1.8rem;left:50%;transform:translate(-50%)}.dot{cursor:pointer;width:10px;height:10px;transition:all var(--tr);background:#ffffff73;border:none;border-radius:50%;padding:0}.dot.active{background:var(--green);border-radius:5px;width:28px}@media (width<=768px){.slide-title{font-size:2rem}.slide-sub{font-size:1rem}}@media (width<=480px){.slide-title{font-size:1.6rem}.c-btn{display:none}}.services-section{background:var(--light-bg);padding:5rem 0}.services-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.service-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform var(--tr), box-shadow var(--tr);flex-direction:column;display:flex;overflow:hidden}.service-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0f172a26}.svc-img-wrap{width:100%;height:195px;overflow:hidden}.svc-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.service-card:hover .svc-img-wrap img{transform:scale(1.06)}.svc-body{text-align:center;flex-direction:column;flex:1;align-items:center;gap:.5rem;padding:1.4rem;display:flex}.svc-body h3{color:var(--teal-dark);font-size:1.05rem;font-weight:700}.svc-body p{color:var(--gray-text);flex:1;font-size:.88rem;line-height:1.6}.svc-body button{margin-top:.6rem}@media (width<=1100px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.services-grid{grid-template-columns:1fr}}.why-section{background:#e8eef5;padding:5rem 0}.why-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.why-card{background:var(--white);border-radius:var(--radius);text-align:center;transition:transform var(--tr), box-shadow var(--tr);padding:2rem 1.5rem;box-shadow:0 2px 16px #0f172a12}.why-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0f172a1f}.why-icon{width:64px;height:64px;color:var(--navy);margin:0 auto 1.2rem}.why-icon svg{width:100%;height:100%}.why-card h3{color:var(--navy);margin-bottom:.6rem;font-size:1rem;font-weight:700}.why-card p{color:var(--gray-text);font-size:.87rem;line-height:1.65}@media (width<=1100px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.why-grid{grid-template-columns:1fr}}.clients-section{background:var(--light-bg);padding:4rem 0}.clients-wrap{align-items:center;gap:1rem;display:flex}.clients-track{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;flex:1;align-items:center;gap:1.5rem;display:flex;overflow-x:auto}.clients-track::-webkit-scrollbar{display:none}.client-logo{background:var(--white);filter:grayscale();height:80px;transition:filter var(--tr), transform var(--tr);border-radius:8px;flex:0 0 200px;justify-content:center;align-items:center;padding:1rem 1.5rem;display:flex;box-shadow:0 2px 8px #0000000f}.client-logo:hover{filter:grayscale(0%);transform:scale(1.04)}.client-logo img{object-fit:contain;width:auto;max-height:46px}.c-arrow{background:var(--white);width:40px;height:40px;color:var(--navy);cursor:pointer;transition:all var(--tr);border:2px solid #cbd5e1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.4rem;display:flex}.c-arrow:hover{border-color:var(--navy);background:var(--navy);color:var(--white)}.testi-section{background:var(--navy);padding:5rem 0;position:relative;overflow:hidden}.testi-section:before{content:"";pointer-events:none;background:#10b9810f;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-60px;left:-60px}.testi-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.testi-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform var(--tr);background:#ffffff12;border:1px solid #ffffff1f;border-radius:12px;padding:2rem 1.6rem}.testi-card:hover{transform:translateY(-4px)}.quote{color:var(--teal);margin-bottom:.8rem;font-family:Georgia,serif;font-size:2.5rem;line-height:1}.testi-text{color:#ffffffd9;margin-bottom:1.5rem;font-size:.92rem;font-style:italic;line-height:1.75}.testi-author{align-items:center;gap:.8rem;display:flex}.avatar{background:linear-gradient(135deg, var(--green), var(--teal));width:50px;height:50px;color:var(--white);border:2px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.testi-author strong{color:var(--white);font-size:.95rem;font-weight:700;display:block}.testi-author span{color:#ffffff8c;font-size:.8rem}@media (width<=900px){.testi-grid{grid-template-columns:1fr}}.blog-section{background:var(--light-bg);padding:5rem 0}.blog-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.blog-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform var(--tr), box-shadow var(--tr);overflow:hidden}.blog-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #0f172a21}.blog-img-wrap{height:240px;position:relative;overflow:hidden}.blog-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-card:hover .blog-img-wrap img{transform:scale(1.06)}.blog-tag{background:var(--navy);color:var(--teal);letter-spacing:.08em;border-radius:4px;padding:.3rem .7rem;font-size:.72rem;font-weight:700;position:absolute;top:1rem;left:1rem}.blog-body{padding:1.6rem}.blog-title{color:var(--navy);margin-bottom:.6rem;font-size:1.05rem;font-weight:700;line-height:1.4}.blog-excerpt{color:var(--gray-text);margin-bottom:1rem;font-size:.88rem;line-height:1.65}.blog-link{background:linear-gradient(90deg, var(--green), var(--teal));-webkit-text-fill-color:transparent;transition:opacity var(--tr);-webkit-background-clip:text;background-clip:text;font-size:.9rem;font-weight:700}.blog-link:hover{opacity:.75}@media (width<=700px){.blog-grid{grid-template-columns:1fr}}.contact-section{text-align:center;background:#dde8f2;padding:4rem 0}.contact-section .section-title{margin-bottom:.4rem;font-size:1.8rem}.contact-sub{color:var(--gray-text);margin-bottom:2rem;font-size:.95rem}.contact-form{flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:1rem;display:flex}.form-group{text-align:left;flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--navy);font-size:.875rem;font-weight:600}.form-group input{font-size:.95rem;font-family:var(--font);min-width:220px;transition:border-color var(--tr);background:var(--white);border:2px solid #cbd5e1;border-radius:6px;outline:none;padding:.75rem 1.2rem}.form-group input:focus{border-color:var(--navy)}@media (width<=600px){.contact-form{flex-direction:column;align-items:center}.form-group input{min-width:280px}}.ev-service-page{width:100%}.ev-hero{height:100vh;min-height:560px;position:relative;overflow:hidden}.ev-carousel-track{width:100%;height:100%;transition:transform .7s cubic-bezier(.4,0,.2,1);display:flex}.ev-slide{background-position:50%;background-size:cover;justify-content:center;align-items:center;min-width:100%;height:100%;display:flex;position:relative}.ev-slide-overlay{background:linear-gradient(135deg,#0a1428b8 0%,#0a1e3c73 100%);position:absolute;inset:0}.ev-slide-content{z-index:2;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#ffffff14;border:1px solid #ffffff26;border-radius:18px;max-width:680px;padding:3rem 2.5rem;transition:opacity .6s,transform .6s;position:relative;transform:translateY(28px)}.ev-slide-content.active{opacity:1;transform:translateY(0)}.ev-slide-content h1{color:#fff;margin-bottom:1rem;font-size:clamp(1.7rem,3.5vw,2.6rem);font-weight:800;line-height:1.2}.ev-slide-content p{color:#ffffffe0;margin-bottom:1.6rem;font-size:clamp(.95rem,1.6vw,1.1rem);line-height:1.6}.ev-btn-primary{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:6px;padding:.8rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .25s,color .25s;display:inline-block}.ev-btn-primary:hover{color:#0d2237;background:#fff}.ev-c-btn{z-index:10;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff2e;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.6rem;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ev-c-btn:hover{background:#ffffff59}.ev-c-prev{left:1.2rem}.ev-c-next{background:#1ec77a;right:1.2rem}.ev-c-next:hover{background:#17b06a}.ev-dots{z-index:10;gap:.5rem;display:flex;position:absolute;bottom:1.4rem;left:50%;transform:translate(-50%)}.ev-dot{cursor:pointer;background:#ffffff73;border:none;border-radius:50%;width:12px;height:12px;transition:background .2s,transform .2s}.ev-dot.active{background:#1ec77a;transform:scale(1.25)}.ev-container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.ev-section-title{color:#0d2237;text-align:center;margin-bottom:.5rem;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800}.ev-section-divider{background:linear-gradient(90deg,#1ec77a,#007bff);border-radius:2px;width:60px;height:4px;margin:0 auto 2.5rem}.ev-how-section{background:#fff;padding:5rem 0}.ev-steps{flex-direction:column;gap:0;max-width:800px;margin:0 auto;display:flex;position:relative}.ev-steps:before{content:"";z-index:0;background:linear-gradient(#4ade80 0%,#3b82f6 100%);width:4px;position:absolute;top:0;bottom:0;left:14px}.ev-step{align-items:center;gap:2rem;padding:2.5rem 0;display:flex;position:relative}.ev-step-left{z-index:10;flex-direction:column;align-items:center;display:flex;position:relative}.ev-step-num{color:#fff;width:32px;height:32px;box-shadow:none;background:#0a2540;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:500;display:flex}.ev-step-icon-wrap{background:#dcfce7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:96px;height:96px;display:flex}.ev-step-icon-wrap svg{stroke:#16a34a;stroke-width:2px;width:40px;height:40px}.ev-step-body h3{color:#0a2540;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.ev-step-body p{color:#4b5563;max-width:650px;font-size:1rem;line-height:1.625}.ev-calc-section{background:linear-gradient(135deg,#e8f5f0,#e8eef8);padding:5rem 0}.ev-calc-sub{text-align:center;color:#5a6a7a;margin-bottom:2rem;font-size:.98rem}.ev-calc-card{background:#fff;border-radius:16px;flex-direction:column;gap:1.2rem;max-width:560px;margin:0 auto;padding:2.5rem;display:flex;box-shadow:0 8px 32px #00000014}.ev-calc-card label{color:#0d2237;font-size:.95rem;font-weight:600}.ev-calc-card input{border:1.5px solid #d0d8e4;border-radius:8px;outline:none;width:100%;padding:.9rem 1rem;font-size:1rem;transition:border-color .2s}.ev-calc-card input:focus{border-color:#1ec77a}.ev-calc-btn{color:#0a2540;cursor:pointer;background:#fff;border:2px solid #0a2540;border-radius:6px;padding:.8rem 2.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-block}.ev-calc-btn:hover{color:#fff;background:#0a2540}.ev-calc-result{color:#006d4e;text-align:center;background:#e8f9f0;border:1px solid #1ec77a;border-radius:8px;padding:1.2rem;font-size:1.05rem;font-weight:700;line-height:1.5}.ev-legal-section{background:#f4f6fa;padding:5rem 0}.ev-legal-sub{text-align:center;color:#5a6a7a;max-width:640px;margin:0 auto 2.5rem;font-size:.98rem;line-height:1.65}.ev-legal-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.ev-legal-card{text-align:center;background:#fff;border-radius:14px;padding:2rem 1.5rem;transition:transform .25s,box-shadow .25s;box-shadow:0 4px 18px #0000000f}.ev-legal-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #0000001f}.ev-legal-icon{color:#1ec77a;margin-bottom:1rem;font-size:2rem;display:block}.ev-legal-card h3{color:#0d2237;margin-bottom:.6rem;font-size:1rem;font-weight:700}.ev-legal-card p{color:#5a6a7a;font-size:.9rem;line-height:1.6}.ev-form-section{background:linear-gradient(135deg,#e0f0e8,#dce8f5);padding:5rem 0}.ev-form-sub{text-align:center;color:#5a6a7a;margin-bottom:2rem;font-size:.98rem}.ev-form{flex-direction:column;gap:1.3rem;max-width:580px;margin:0 auto;display:flex}.ev-form-group{flex-direction:column;gap:.4rem;display:flex}.ev-form-group label{color:#0d2237;font-size:.9rem;font-weight:600}.ev-form-group input,.ev-form-group select,.ev-form-group textarea{resize:vertical;background:#fff;border:1.5px solid #d0d8e4;border-radius:8px;outline:none;padding:.85rem 1rem;font-family:inherit;font-size:.97rem;transition:border-color .2s}.ev-form-group input:focus,.ev-form-group select:focus,.ev-form-group textarea:focus{border-color:#1ec77a}.ev-submit-btn{color:#0d2237;border:2px solid #0d2237;border-radius:8px;align-self:center;margin-top:.5rem;padding:1rem 2rem;font-size:1rem;transition:background .25s,color .25s}.ev-submit-btn:hover{color:#fff;background:#0d2237}.ev-success{text-align:center;background:#fff;border:2px solid #1ec77a;border-radius:14px;max-width:500px;margin:2rem auto;padding:2.5rem}.ev-success span{margin-bottom:1rem;font-size:3rem;display:block}.ev-success p{color:#0a7a45;font-size:1rem;font-weight:500;line-height:1.6}@media (width<=600px){.ev-steps:before{left:14px}.ev-step{gap:1rem}.ev-legal-grid{grid-template-columns:1fr 1fr}}@media (width<=420px){.ev-legal-grid{grid-template-columns:1fr}}.corp-page{color:#333;font-family:Inter,system-ui,sans-serif}.corp-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.corp-section-header{text-align:center;margin-bottom:3rem}.corp-section-header h2{color:#0a2540;margin-bottom:.75rem;font-size:2.25rem;font-weight:700}.corp-divider{background:linear-gradient(90deg,#4ade80,#3b82f6);border-radius:4px;width:6rem;height:4px;margin:0 auto 1.5rem}.corp-section-header p{color:#4b5563;max-width:800px;margin:0 auto;font-size:1.1rem}.corp-hero-section{height:80vh;min-height:400px;margin-top:64px;position:relative;overflow:hidden}.corp-hero-slides{height:100%;transition:transform .7s ease-in-out;display:flex}.corp-hero-slide{background-position:50%;background-size:cover;justify-content:center;align-items:center;min-width:100vw;height:100%;display:flex;position:relative}.corp-hero-overlay{background:#0006;position:absolute;inset:0}.corp-hero-content{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;color:#fff;background:#ffffff26;border:1px solid #ffffff4d;border-radius:16px;width:90%;max-width:600px;padding:2.5rem;position:relative;box-shadow:0 10px 25px #0000001a}.corp-hero-content h2{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.corp-hero-content p{margin-bottom:1.5rem;font-size:1.1rem}.corp-btn-outline{color:#0a2540;cursor:pointer;background:#fff;border:1px solid #0a2540;border-radius:6px;padding:.6rem 1.5rem;font-weight:500;transition:all .3s;display:inline-block}.corp-btn-outline:hover{color:#fff;background:#0a2540;transform:scale(1.05)}.corp-slider-dots{z-index:20;gap:12px;display:flex;position:absolute;bottom:25px;left:50%;transform:translate(-50%)}.corp-dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:14px;height:14px;transition:background .3s}.corp-dot.active{background:#fff}.corp-features-section{background:#f5f7fa;padding:5rem 0}.corp-features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.corp-feature-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem;transition:transform .3s;box-shadow:0 4px 6px #0000000d}.corp-feature-card:hover{transform:translateY(-5px)}.corp-feature-icon{color:#22c55e;width:64px;height:64px;margin:0 auto 1rem}.corp-feature-card h3{color:#0a2540;margin-bottom:.75rem;font-size:1.25rem}.corp-feature-card p{color:#4b5563;font-size:.95rem;line-height:1.5}.corp-timeline-section{background:#fff;padding:5rem 0}.corp-timeline-layout{flex-direction:column;gap:3rem;display:flex}@media (width>=900px){.corp-timeline-layout{flex-direction:row}}.corp-steps-wrapper{flex:1}.corp-step{padding-bottom:3rem;display:flex;position:relative}.corp-step:last-child{padding-bottom:0}.corp-step-line{background:linear-gradient(#4ade80,#3b82f6);border-radius:4px;width:4px;position:absolute;top:0;bottom:0;left:20px}.corp-step-circle{color:#fff;z-index:10;background:linear-gradient(to top right,#22c55e,#2563eb);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.corp-step-content{padding-left:1rem}.corp-step-content h4{color:#0a2540;margin-bottom:.25rem;font-size:1.1rem}.corp-step-content p{color:#4b5563;font-size:.95rem}.corp-map-wrapper{border:2px solid #dbeafe;border-radius:12px;flex:1;min-height:400px;overflow:hidden}.corp-map-wrapper iframe{border:none;width:100%;height:100%}.corp-mgmt-section{background:#f5f7fa;padding:5rem 0}.corp-mgmt-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.corp-mgmt-card{background:#fff;border:2px solid #dbeafe;border-radius:8px;padding:2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d}.corp-mgmt-card:before{content:"";background:linear-gradient(#4ade80,#3b82f6);width:4px;position:absolute;top:0;bottom:0;left:0}.corp-mgmt-icon{color:#22c55e;background:#dcfce7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-right:1.25rem;display:flex}.corp-mgmt-icon svg{width:28px;height:28px}.corp-mgmt-info h3{color:#0a2540;margin-bottom:.5rem;font-size:1.15rem}.corp-mgmt-info p{color:#4b5563;font-size:.95rem;line-height:1.4}.corp-testimonials-section{background:#0a2540;padding:5rem 0}.corp-testimonials-slider{scroll-behavior:smooth;scroll-snap-type:x mandatory;gap:2rem;padding:1rem 0;display:flex;overflow-x:auto}.corp-testimonials-slider::-webkit-scrollbar{display:none}.corp-testi-card{scroll-snap-align:start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:16px;flex-direction:column;flex:0 0 350px;justify-content:space-between;padding:2rem;display:flex}.corp-testi-card p{margin-bottom:2rem;font-size:1.05rem;font-style:italic;line-height:1.6}.corp-testi-author{align-items:center;display:flex}.corp-testi-author img{object-fit:cover;border:2px solid #4ade80;border-radius:50%;width:55px;height:55px;margin-right:1rem}.corp-testi-author h4{margin:0 0 .2rem;font-size:1.05rem;font-weight:700}.corp-testi-author span{color:#cbd5e1;font-size:.85rem}.corp-form-section{background:linear-gradient(#dbeafe,#fff);padding:5rem 0}.corp-form{flex-direction:column;gap:1.25rem;max-width:600px;margin:0 auto;display:flex}.corp-form-group{flex-direction:column;display:flex}.corp-form-group label{color:#0a2540;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.corp-form-group input,.corp-form-group textarea{border:1px solid #d1d5db;border-radius:6px;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.corp-form-group input:focus,.corp-form-group textarea:focus{border-color:#22c55e}.corp-btn-submit{color:#0a2540;cursor:pointer;background:#fff;border:1px solid #0a2540;border-radius:6px;align-self:center;margin-top:1rem;padding:.7rem 2rem;font-weight:600;transition:all .3s}.corp-btn-submit:hover{color:#fff;background:#0a2540;transform:scale(1.05)}@media (width<=600px){.corp-hero-content h2{font-size:1.8rem}.corp-hero-content p{font-size:.95rem}}.ev-charging-page{width:100%}.ch-hero{height:100vh;min-height:560px;position:relative;overflow:hidden}.ch-track{height:100%;transition:transform .7s cubic-bezier(.4,0,.2,1);display:flex}.ch-slide{background-position:50%;background-size:cover;justify-content:center;align-items:center;min-width:100%;height:100%;display:flex;position:relative}.ch-overlay{background:linear-gradient(135deg,#0a1432b8,#0a285066);position:absolute;inset:0}.ch-content{z-index:2;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#ffffff14;border:1px solid #ffffff26;border-radius:18px;max-width:680px;padding:3rem 2.5rem;transition:opacity .6s,transform .6s;position:relative;transform:translateY(26px)}.ch-content.active{opacity:1;transform:translateY(0)}.ch-content h1{color:#fff;margin-bottom:1rem;font-size:clamp(1.7rem,3.5vw,2.6rem);font-weight:800;line-height:1.2}.ch-content p{color:#ffffffe0;margin-bottom:1.6rem;font-size:clamp(.95rem,1.6vw,1.1rem);line-height:1.6}.ch-btn{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:6px;padding:.8rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .25s,color .25s;display:inline-block}.ch-btn:hover{color:#0d2237;background:#fff}.ch-arrow{z-index:10;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff2e;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.6rem;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ch-prev{left:1.2rem}.ch-next{background:#1ec77a;right:1.2rem}.ch-next:hover{background:#17b06a}.ch-dots{z-index:10;gap:.5rem;display:flex;position:absolute;bottom:1.4rem;left:50%;transform:translate(-50%)}.ch-dot{cursor:pointer;background:#ffffff73;border:none;border-radius:50%;width:12px;height:12px;transition:background .2s,transform .2s}.ch-dot.active{background:#1ec77a;transform:scale(1.25)}.ch-container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.ch-title{color:#0d2237;text-align:center;margin-bottom:.5rem;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800}.ch-title-light{color:#fff}.ch-divider{background:linear-gradient(90deg,#1ec77a 0% 50%,#007bff 50% 100%);border-radius:1px;width:80px;height:4px;margin:0 auto 2.5rem}.ch-divider-light{background:linear-gradient(90deg,#1ec77a,#7dd8b5)}.ch-sub{text-align:center;color:#5a6a7a;max-width:700px;margin:0 auto 2rem;font-size:.98rem;line-height:1.65}.ch-sub-light{color:#ffffffd9}.ch-benefits-section{background:#f4f6fa;padding:5rem 0}.ch-benefits-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem;display:grid}.ch-benefit-card{background:#fff;border-left:4px solid #1ec77a;border-radius:14px;padding:2rem 1.5rem;transition:transform .25s,box-shadow .25s;box-shadow:0 4px 18px #0000000f}.ch-benefit-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #0000001f}.ch-b-icon{margin-bottom:.8rem;font-size:2rem;display:block}.ch-benefit-card h3{color:#0d2237;margin-bottom:.5rem;font-size:1rem;font-weight:700}.ch-benefit-card p{color:#5a6a7a;font-size:.9rem;line-height:1.6}.ch-features-section{background:linear-gradient(135deg,#0d2237,#153a5e);padding:5rem 0}.ch-features-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.ch-feature-list{flex-direction:column;gap:.9rem;margin:0;padding:0;list-style:none;display:flex}.ch-feature-list li{color:#ffffffe6;align-items:center;gap:.6rem;font-size:.97rem;display:flex}.ch-features-img img{object-fit:cover;border-radius:16px;width:100%;max-height:420px;box-shadow:0 12px 40px #0000004d}.ch-stations-section{background:#fff;padding:5rem 0}.ch-stations-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.ch-station-card{text-align:left;background:#f8f9fa;border-radius:4px;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000014}.ch-station-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001f}.ch-station-img-wrapper{width:100%;height:180px;position:relative;overflow:hidden}.ch-station-img-wrapper img{object-fit:cover;width:100%;height:100%}.ch-station-img-bar{background:linear-gradient(90deg,#1ec77a 0% 30%,#007bff 30% 100%);width:100%;height:3px;position:absolute;bottom:0;left:0}.ch-station-content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.ch-station-content h3{color:#0d2237;margin-bottom:1rem;font-size:1.15rem;font-weight:700}.ch-station-info{flex-direction:column;flex:1;gap:.6rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.ch-station-info li{align-items:center;gap:.6rem;font-size:.9rem;display:flex}.ch-station-info li i{text-align:center;width:16px}.ch-location-text{color:#5a6a7a}.ch-blue-text{color:#007bff;font-weight:500}.ch-station-btn{color:#0d2237;cursor:pointer;background:#fff;border:1px solid #0d2237;border-radius:4px;align-self:center;padding:.5rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s}.ch-station-btn:hover{color:#fff;background:#0d2237}.ch-plans-section{background:linear-gradient(#dffbf2 0%,#eff7fc 100%);padding:3rem 0 5rem}.ch-plans-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.ch-plan-card{text-align:left;background:#fff;border-radius:8px;flex-direction:column;padding:2rem;transition:transform .2s;display:flex;box-shadow:0 8px 24px #0000000f}.ch-plan-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001a}.ch-plan-header{align-items:center;gap:1.2rem;margin-bottom:1.5rem;display:flex}.ch-plan-img-badge{border-left:4px solid #007bff;border-radius:4px;flex-shrink:0;width:70px;height:70px;overflow:hidden}.ch-plan-img-badge img{object-fit:cover;width:100%;height:100%}.ch-plan-title{color:#0d2237;margin-bottom:.3rem;font-size:1.3rem;font-weight:800}.ch-plan-subtitle{color:#5a6a7a;margin:0;font-size:.85rem;font-weight:600}.ch-plan-desc{color:#7b8897;flex:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.ch-plan-features{flex-direction:column;gap:.8rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.ch-plan-features li{color:#1ec77a;align-items:center;gap:.8rem;font-size:.9rem;font-weight:500;display:flex}.ch-plan-bullet{background:#007bff;border-radius:50%;flex-shrink:0;width:6px;height:6px}.ch-plan-btn{color:#fff;cursor:pointer;background:#0d2237;border:none;border-radius:4px;align-self:center;padding:.7rem 2rem;font-size:.9rem;font-weight:600;transition:background .2s}.ch-plan-btn:hover{background:#1a3a5c}.ch-form-section{background:linear-gradient(135deg,#e0f0e8,#dce8f5);padding:5rem 0}.ch-form{flex-direction:column;gap:1.2rem;max-width:580px;margin:0 auto;display:flex}.ch-fg{flex-direction:column;gap:.4rem;display:flex}.ch-fg label{color:#0d2237;font-size:.9rem;font-weight:600}.ch-fg input,.ch-fg select,.ch-fg textarea{resize:vertical;background:#fff;border:1.5px solid #d0d8e4;border-radius:8px;outline:none;padding:.85rem 1rem;font-family:inherit;font-size:.97rem;transition:border-color .2s}.ch-fg input:focus,.ch-fg select:focus,.ch-fg textarea:focus{border-color:#1ec77a}.ch-submit-btn{color:#fff;cursor:pointer;background:#0d2237;border:none;border-radius:8px;align-self:center;margin-top:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:background .25s}.ch-submit-btn:hover{background:#1a3a5c}.ch-success{text-align:center;background:#fff;border:2px solid #1ec77a;border-radius:14px;max-width:500px;margin:2rem auto;padding:2.5rem}.ch-success span{margin-bottom:1rem;font-size:3rem;display:block}.ch-success p{color:#0a7a45;font-size:1rem;font-weight:500}@media (width<=768px){.ch-features-inner{grid-template-columns:1fr;gap:2rem}.ch-features-img{order:-1}}.weekend-page{width:100%}.wr-hero{height:100vh;min-height:560px;position:relative;overflow:hidden}.wr-track{height:100%;transition:transform .7s cubic-bezier(.4,0,.2,1);display:flex}.wr-slide{background-position:50%;background-size:cover;justify-content:center;align-items:center;min-width:100%;height:100%;display:flex;position:relative}.wr-overlay{background:linear-gradient(135deg,#0a1928b3,#0a3c2866);position:absolute;inset:0}.wr-content{z-index:2;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#ffffff14;border:1px solid #ffffff26;border-radius:18px;max-width:680px;padding:3rem 2.5rem;transition:opacity .6s,transform .6s;position:relative;transform:translateY(26px)}.wr-content.active{opacity:1;transform:translateY(0)}.wr-content h1{color:#fff;margin-bottom:1rem;font-size:clamp(1.7rem,3.5vw,2.6rem);font-weight:800}.wr-content p{color:#ffffffe0;margin-bottom:1.6rem;font-size:clamp(.95rem,1.6vw,1.1rem);line-height:1.6}.wr-btn{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:6px;padding:.8rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .25s,color .25s;display:inline-block}.wr-btn:hover{color:#0d2237;background:#fff}.wr-arrow{z-index:10;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff2e;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.6rem;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.wr-prev{left:1.2rem}.wr-next{background:#1ec77a;right:1.2rem}.wr-next:hover{background:#17b06a}.wr-dots{z-index:10;gap:.5rem;display:flex;position:absolute;bottom:1.4rem;left:50%;transform:translate(-50%)}.wr-dot{cursor:pointer;background:#ffffff73;border:none;border-radius:50%;width:12px;height:12px;transition:background .2s,transform .2s}.wr-dot.active{background:#1ec77a;transform:scale(1.25)}.wr-container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.wr-title{color:#0d2237;text-align:center;margin-bottom:.5rem;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800}.wr-divider{background:linear-gradient(90deg,#1ec77a,#007bff);border-radius:2px;width:60px;height:4px;margin:0 auto 2.5rem}.wr-why-section{background:#f4f6fa;padding:4.5rem 0}.wr-why-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.wr-why-card{text-align:center;background:#fff;border-radius:14px;padding:2rem 1.5rem;transition:transform .25s,box-shadow .25s;box-shadow:0 4px 18px #0000000f}.wr-why-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #0000001f}.wr-why-icon{margin-bottom:.8rem;font-size:2.4rem;display:block}.wr-why-card h3{color:#0d2237;margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.wr-why-card p{color:#5a6a7a;font-size:.9rem;line-height:1.6}.wr-dest-section{background:#fff;padding:5rem 0}.wr-dest-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.8rem;display:grid}.wr-dest-card{background:#fff;border-radius:16px;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 4px 20px #00000014}.wr-dest-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #00000024}.wr-dest-img{height:200px;overflow:hidden}.wr-dest-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.wr-dest-card:hover .wr-dest-img img{transform:scale(1.06)}.wr-dest-body{padding:1.4rem 1.5rem}.wr-dest-body h3{color:#0d2237;margin-bottom:.35rem;font-size:1.05rem;font-weight:700}.wr-dest-loc{color:#1ec77a;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.wr-dest-desc{color:#5a6a7a;margin-bottom:1rem;font-size:.88rem;line-height:1.55}.wr-dest-btn{color:#0d2237;border-bottom:2px solid #1ec77a;padding-bottom:2px;font-size:.88rem;font-weight:600;text-decoration:none;transition:color .2s}.wr-dest-btn:hover{color:#1ec77a}.wr-steps-section{background:linear-gradient(135deg,#e8f5f0,#e8eef8);padding:5rem 0}.wr-steps{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.wr-step{text-align:center;background:#fff;border-radius:14px;padding:2rem 1.5rem;position:relative;box-shadow:0 4px 16px #0000000f}.wr-step:before{content:"";z-index:1;background:#d0d8e4;width:1.5rem;height:2px;position:absolute;top:50%;right:-1.5rem}.wr-step:last-child:before{display:none}.wr-step-num{color:#fff;background:#0d2237;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin:0 auto .8rem;font-size:.9rem;font-weight:800;display:flex}.wr-step-icon{margin-bottom:.8rem;font-size:1.8rem;display:block}.wr-step-body h3{color:#0d2237;margin-bottom:.4rem;font-size:.97rem;font-weight:700}.wr-step-body p{color:#5a6a7a;font-size:.88rem;line-height:1.55}.wr-test-section{background:#f4f6fa;padding:5rem 0}.wr-test-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.8rem;display:grid}.wr-test-card{background:#fff;border-top:4px solid #1ec77a;border-radius:16px;padding:2rem;box-shadow:0 4px 18px #00000012}.wr-test-quote{color:#3a4a5a;margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.7}.wr-test-author{align-items:center;gap:1rem;display:flex}.wr-test-avatar{color:#fff;background:linear-gradient(135deg,#1ec77a,#007bff);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;font-weight:700;display:flex}.wr-test-author strong{color:#0d2237;font-size:.95rem;display:block}.wr-test-author span{color:#7a8a9a;font-size:.82rem}.wr-form-section{background:linear-gradient(135deg,#e0f5ea,#dce8f5);padding:5rem 0}.wr-form-sub{text-align:center;color:#5a6a7a;margin-bottom:2rem;font-size:.98rem}.wr-form{flex-direction:column;gap:1.2rem;max-width:580px;margin:0 auto;display:flex}.wr-form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.wr-fg{flex-direction:column;gap:.4rem;display:flex}.wr-fg label{color:#0d2237;font-size:.9rem;font-weight:600}.wr-fg input,.wr-fg select{background:#fff;border:1.5px solid #d0d8e4;border-radius:8px;outline:none;padding:.85rem 1rem;font-family:inherit;font-size:.97rem;transition:border-color .2s}.wr-fg input:focus,.wr-fg select:focus{border-color:#1ec77a}.wr-submit-btn{color:#fff;cursor:pointer;background:#0d2237;border:none;border-radius:8px;align-self:center;margin-top:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:background .25s}.wr-submit-btn:hover{background:#1a3a5c}.wr-success{text-align:center;background:#fff;border:2px solid #1ec77a;border-radius:14px;max-width:500px;margin:2rem auto;padding:2.5rem}.wr-success span{margin-bottom:1rem;font-size:3rem;display:block}.wr-success p{color:#0a7a45;font-size:1rem;font-weight:500}@media (width<=600px){.wr-form-row{grid-template-columns:1fr}.wr-step:before{display:none}}.about-page{background-color:#f8f9fa;padding-top:70px;font-family:Inter,sans-serif;overflow-x:hidden}.about-hero{text-align:center;color:#fff;background:url(https://tg-x-kalope.github.io/Trio-Site/assets/img/slider/slider-1.jpg) 50%/cover no-repeat;justify-content:center;align-items:center;height:60vh;min-height:450px;display:flex;position:relative}.about-hero:before{content:"";z-index:1;background:linear-gradient(135deg,#0d2237d9 0%,#1ec77a66 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;max-width:800px;padding:0 1rem;position:relative}.hero-content h1{margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.hero-content p{opacity:.9;font-size:1.2rem}.v-m-section{background:#fff;padding:5rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{color:#0d2237;padding-bottom:.5rem;font-size:2.2rem;font-weight:800;display:inline-block;position:relative}.section-header h2:after{content:"";background:#1ec77a;border-radius:2px;width:60px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.vm-row{align-items:center;gap:3rem;margin-bottom:4rem;display:flex}.vm-row.reverse{flex-direction:row-reverse}.vm-image{border-radius:12px;flex:1;overflow:hidden;box-shadow:0 15px 35px #0000001a}.vm-image img{width:100%;height:auto;display:block}.vm-text{flex:1}.vm-text h3{color:#0d2237;margin-bottom:1rem;font-size:1.8rem}.vm-text p,.vm-text ul{color:#5a6a7a;font-size:1.05rem;line-height:1.7}.vm-text ul{margin-top:1rem;padding-left:1.2rem}.vm-text li{margin-bottom:.5rem}.our-story{color:#fff;background:#0d2237;padding:5rem 0}.our-story .section-header h2{color:#fff}.our-story .section-header h2:after{background:#1ec77a}.story-content{color:#c4d4e4;max-width:900px;margin:0 auto;font-size:1.1rem;line-height:1.8}.story-content p{margin-bottom:1.5rem}.story-quote{color:#1ec77a;text-align:center;margin:3rem 0;padding:0 2rem;font-size:1.5rem;font-style:italic;font-weight:600}.leadership{text-align:center;background:#f8f9fa;padding:5rem 0}.team-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:800px;margin:0 auto;display:grid}.team-card{background:#fff;border-radius:12px;padding:2.5rem 2rem;transition:transform .3s;box-shadow:0 10px 25px #0000000d}.team-card:hover{transform:translateY(-5px)}.team-avatar{color:#fff;object-fit:cover;background:#1ec77a;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 1.5rem;font-size:2.5rem;font-weight:700;display:flex}.team-card h3{color:#0d2237;margin-bottom:.3rem;font-size:1.4rem}.team-card h4{color:#1ec77a;margin-bottom:1rem;font-size:1rem;font-weight:600}.team-card p{color:#5a6a7a;font-size:.95rem;line-height:1.6}.commitments{background:#fff;padding:5rem 0}.commit-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.commit-card{background:#f8f9fa;border-top:4px solid #1ec77a;border-radius:12px;padding:2.5rem;transition:all .3s}.commit-card:hover{background:#fff;box-shadow:0 10px 30px #00000014}.impact-icon-wrapper{color:#1ec77a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.2rem;font-size:2rem;display:flex}.commit-card h3.impact-title{color:#0d2237;margin-bottom:1rem;font-size:1.25rem}.commit-card p{color:#5a6a7a;line-height:1.6}@media (width<=900px){.vm-row,.vm-row.reverse{text-align:center;flex-direction:column;gap:2rem}}.contact-page{background-color:#f8f9fa;padding-top:70px;font-family:Inter,sans-serif;overflow-x:hidden}.contact-page-hero{text-align:center;color:#fff;background:url(/assets/contacthero-B6JtTgsV.png) 50%/cover no-repeat;justify-content:center;align-items:center;height:60vh;min-height:450px;display:flex;position:relative}.contact-page-hero:before{content:"";z-index:1;background:linear-gradient(135deg,#08131ed9 0%,#1ec77a66 100%);width:100%;height:100%;position:absolute;top:0;left:0}.cp-hero-content{z-index:2;max-width:800px;padding:0 1rem;position:relative}.cp-hero-content h1{margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.cp-hero-content p{opacity:.9;font-size:1.2rem}.cp-map-section{justify-content:center;align-items:center;min-height:600px;padding:8rem 0;display:flex;position:relative}.cp-map-bg{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.cp-map-bg iframe{filter:grayscale()opacity(.5);border:none;width:100%;height:100%}.cp-map-section .container{z-index:5;position:relative}.cp-content-wrapper{border-radius:12px;flex-wrap:wrap;width:100%;max-width:1000px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 20px 40px #0003}.cp-info-box{background:#fff;flex-direction:column;flex:1;justify-content:center;min-width:300px;padding:3rem 2rem;display:flex}.cp-info-item{align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.cp-info-item:last-child{margin-bottom:0}.cp-info-icon{color:#1ec77a;margin-top:.2rem;font-size:1.5rem}.cp-info-text h4{color:#0d2237;margin-bottom:.5rem;font-size:1.1rem}.cp-info-text p,.cp-info-text a{color:#5a6a7a;font-size:.95rem;line-height:1.6;text-decoration:none}.cp-info-text a:hover{color:#1ec77a}.cp-form-box{color:#fff;background:#0d2237;flex:1;min-width:300px;padding:3rem}.cp-form-box h3{margin-bottom:1rem;font-size:1.8rem}.cp-form-box p{color:#ffffffb3;margin-bottom:2rem;font-size:.9rem;line-height:1.6}.cp-form-group{margin-bottom:1.5rem}.cp-form-group label{color:#fffc;margin-bottom:.5rem;font-size:.9rem;display:block}.cp-form-input{color:#fff;background:#ffffff0d;border:1px solid #fff3;border-radius:6px;width:100%;padding:.8rem;font-family:inherit;transition:border-color .3s}.cp-form-input:focus{border-color:#1ec77a;outline:none}.cp-form-input::placeholder{color:#ffffff4d}.cp-form-submit{color:#0d2237;cursor:pointer;background:#fff;border:none;border-radius:6px;margin-top:1rem;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.cp-form-submit:hover{color:#fff;background:#1ec77a}@media (width<=768px){.cp-content-wrapper{flex-direction:column}}.legal-page{background-color:#f8f9fa;min-height:80vh;padding:120px 0 80px;font-family:Inter,sans-serif}.legal-container{background:#fff;border-radius:12px;max-width:800px;margin:0 auto;padding:3rem;box-shadow:0 10px 30px #0000000d}.legal-title{text-align:center;color:#0d2237;margin-bottom:2rem;padding-bottom:1rem;font-size:2.5rem;font-weight:800;position:relative}.legal-title:after{content:"";background:#1ec77a;border-radius:2px;width:60px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.legal-content{color:#5a6a7a;font-size:1.05rem;line-height:1.8}.legal-content p{margin-bottom:1.5rem}.legal-content h2,.legal-content h3{color:#0d2237;margin-top:2.5rem;margin-bottom:1rem;font-weight:700}.legal-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.legal-content li{margin-bottom:.5rem}.blog-article-page{background-color:#f8f9fa;width:100%;padding-bottom:5rem}.blog-hero{justify-content:center;align-items:center;height:50vh;min-height:400px;display:flex;position:relative;overflow:hidden}.blog-hero-bg{z-index:1;background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.blog-hero-overlay{z-index:2;background:linear-gradient(#0d223766 0%,#0d2237e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.blog-hero-content{z-index:3;text-align:center;max-width:800px;padding:0 1.5rem;position:relative}.blog-hero-content h1{color:#fff;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.2}.blog-meta{color:#1ec77a;justify-content:center;gap:1.5rem;font-size:1.1rem;font-weight:500;display:flex}.blog-content{z-index:10;background:#fff;border-radius:12px;max-width:800px;margin:-4rem auto 0;padding:4rem 3rem;position:relative;box-shadow:0 10px 30px #0000000d}.blog-intro{color:#4a5a6a;margin-bottom:2.5rem;font-size:1.15rem;font-weight:500;line-height:1.8}.blog-content h2{color:#0d2237;margin:2.5rem 0 1rem;font-size:1.8rem;font-weight:700}.blog-content p{color:#5a6a7a;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.blog-author-bio{border-top:2px solid #eef2f6;align-items:center;gap:1.2rem;margin-top:4rem;padding-top:2rem;display:flex}.bio-avatar{color:#fff;background:#1ec77a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;font-weight:700;display:flex}.bio-info h4{color:#0d2237;margin-bottom:.2rem;font-size:1.1rem}.bio-info p{color:#7a8a9a;margin:0;font-size:.9rem}@media (width<=768px){.blog-content{margin:-2rem 1rem 0;padding:2.5rem 1.5rem}}
