@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--primary:#005436;--primary-hover:#003f29;--accent:#22c55e;--bg:#fff;--bg-alt:#f8fafc;--text-main:#0f172a;--text-muted:#64748b;--border:#e2e8f0;--radius:8px;--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 40px}.btn-primary{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-1px)}.btn-outline{color:var(--text-main);border:1px solid var(--border);cursor:pointer;background-color:#0000;border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .2s;display:inline-flex}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.section-title{color:var(--accent);text-transform:uppercase;letter-spacing:2px;margin-bottom:12px;font-size:14px;font-weight:700}.section-heading{color:var(--text-main);margin-bottom:32px;font-size:40px;font-weight:800;line-height:1.2}.section-heading span{color:var(--primary)}.topbar{border-bottom:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;padding:12px 40px;font-size:14px;display:flex}.topbar-left,.topbar-right{align-items:center;gap:24px;display:flex}.header{background:var(--bg);z-index:50;box-shadow:var(--shadow);justify-content:space-between;align-items:center;padding:20px 40px;display:flex;position:sticky;top:0}.header-nav{gap:32px;font-size:16px;font-weight:600;display:flex}.header-nav a{transition:color .2s}.header-nav a:hover{color:var(--primary)}.hero{background:url(/images/hero_bg_1778385462176.png) 50%/cover no-repeat;align-items:center;height:700px;display:flex;position:relative}.hero:before{content:"";background:linear-gradient(90deg,#fffffff2 0%,#ffffffb3 40%,#fff0 100%);position:absolute;inset:0}.hero-content{max-width:700px;position:relative}.hero-content p{color:var(--text-muted);margin-bottom:40px;font-size:18px}.hero-buttons{gap:20px;display:flex}.hero-badge{box-shadow:var(--shadow-lg);text-align:center;z-index:10;background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:150px;height:150px;padding:32px;display:flex;position:absolute;bottom:-60px;right:40px}.hero-badge strong{color:var(--primary);font-size:32px}.services-grid{grid-template-columns:repeat(5,1fr);gap:24px;margin-top:48px;display:grid}@media (max-width:1200px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.services-grid{grid-template-columns:1fr}}.service-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;flex-direction:column;transition:all .3s;display:flex;position:relative;overflow:hidden}.service-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary)}.service-image{object-fit:cover;width:100%;height:200px}.service-content{flex-direction:column;flex:1;padding:24px;display:flex}.service-icon{width:50px;height:50px;color:var(--primary);box-shadow:var(--shadow);z-index:10;border:2px solid var(--primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;margin-top:-49px;margin-bottom:20px;font-size:20px;display:flex;position:relative}.service-title{margin-bottom:12px;font-size:18px;font-weight:700}.service-desc{color:var(--text-muted);flex:1;margin-bottom:20px;font-size:14px}.service-link{color:var(--primary);align-items:center;gap:6px;font-size:14px;font-weight:700;display:inline-flex}.why-us{gap:40px;margin-top:40px;display:flex}.why-grid{flex:1;grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.why-item{text-align:center}.why-icon{color:var(--accent);margin:0 auto 16px}.stats-banner{background:var(--primary);color:#fff;margin-top:80px;padding:40px 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.testimonials{background:var(--bg-alt);text-align:center;padding:80px 0}.testimonial-card{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;max-width:600px;margin:0 auto;padding:32px}.footer{background:var(--bg-alt);border-top:1px solid var(--border);padding:60px 0}.footer-grid{grid-template-columns:1fr 2fr;gap:40px;display:grid}.whatsapp-float{color:#fff;width:60px;height:60px;box-shadow:var(--shadow-lg);z-index:100;background:#25d366;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;display:flex;position:fixed;bottom:24px;right:24px}.whatsapp-float:hover{transform:scale(1.1)}.instagram-float{color:#fff;width:60px;height:60px;box-shadow:var(--shadow-lg);z-index:100;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;display:flex;position:fixed;bottom:24px;right:96px}.instagram-float:hover{transform:scale(1.1)}.blog-scroll-wrapper{cursor:grab;scrollbar-width:thin;scrollbar-color:var(--primary) var(--bg-alt);padding:40px 40px 20px;overflow-x:auto}.blog-scroll-wrapper::-webkit-scrollbar{height:6px}.blog-scroll-wrapper::-webkit-scrollbar-track{background:var(--bg-alt);border-radius:99px}.blog-scroll-wrapper::-webkit-scrollbar-thumb{background:var(--primary);border-radius:99px}.blog-scroll-wrapper:active{cursor:grabbing}.blog-scroll-track{gap:24px;width:max-content;padding-bottom:8px;display:flex}.blog-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;flex-direction:column;flex-shrink:0;width:340px;transition:box-shadow .3s,transform .3s;display:flex;overflow:hidden}.blog-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-4px)}.blog-card-img-wrap{background:var(--bg-alt);width:100%;height:210px;overflow:hidden}.blog-card-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.blog-card:hover .blog-card-img{transform:scale(1.05)}.blog-card-img-placeholder{background:linear-gradient(135deg,#e8f5e9 0%,#e3f2fd 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.blog-card-body{flex-direction:column;flex:1;padding:24px;display:flex}.blog-card-date{color:var(--accent);letter-spacing:.5px;margin-bottom:10px;font-size:12px;font-weight:600}.blog-card-title{color:var(--text-main);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;font-size:17px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.blog-card-excerpt{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:20px;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-card-link{color:var(--primary);align-items:center;gap:6px;font-size:14px;font-weight:700;transition:gap .2s;display:inline-flex}.blog-card-link:hover{gap:10px}@media (max-width:768px){.blog-scroll-wrapper{padding:24px 20px 16px}.blog-card{width:280px}}.mobile-menu-btn{cursor:pointer;z-index:60;background:0 0;border:none;padding:8px;display:none}.mobile-menu-btn span{background:var(--text-main);border-radius:2px;width:26px;height:3px;margin:5px 0;transition:all .3s;display:block}.mobile-menu-btn.active span:first-child{transform:translateY(8px)rotate(45deg)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.mobile-nav-overlay{z-index:49;opacity:0;pointer-events:none;background:#0006;transition:opacity .3s;display:none;position:fixed;inset:0}.mobile-nav-overlay.active{opacity:1;pointer-events:auto}.mobile-nav{z-index:55;background:#fff;flex-direction:column;gap:8px;width:280px;height:100%;padding:80px 24px 32px;transition:right .35s cubic-bezier(.4,0,.2,1);display:none;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-4px 0 20px #00000026}.mobile-nav.active{right:0}.mobile-nav a{color:var(--text-main);border-radius:6px;padding:14px 16px;font-size:16px;font-weight:600;transition:background .2s,color .2s;display:block}.mobile-nav a:hover,.mobile-nav a:active{background:var(--bg-alt);color:var(--primary)}.mobile-nav .btn-primary{text-align:center;width:100%;margin-top:16px}.header-cta-desktop{display:inline-flex}@media (max-width:1024px){.container{padding:0 24px}.hero{height:550px}.hero-content h1,.hero-title{font-size:36px!important}.section-heading{font-size:32px}.why-us{flex-direction:column}.why-us>div:first-child{flex:unset!important}.why-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr);gap:32px}.stats-grid>div{border-left:none!important}.footer-grid{grid-template-columns:1fr 1.5fr;gap:32px}.footer-grid>div:last-child{min-height:200px}}@media (max-width:768px){.container{padding:0 16px}.topbar{display:none}.header{padding:12px 16px}.header-nav,.header-cta-desktop{display:none}.mobile-menu-btn,.mobile-nav,.mobile-nav-overlay{display:block}.hero{height:auto;min-height:420px;padding:48px 0}.hero:before{background:linear-gradient(#fffffff2 0%,#ffffffd9 60%,#fff9 100%)}.hero-content{max-width:100%}.hero-content h1,.hero-title{font-size:28px!important}.hero-content h4{font-size:12px!important}.hero-content p{margin-bottom:28px;font-size:15px}.hero-buttons{flex-direction:column;gap:12px}.hero-buttons .btn-primary,.hero-buttons .btn-outline{justify-content:center;width:100%;padding:14px 24px;font-size:14px}.hero-badge{display:none}.section-heading{margin-bottom:20px;font-size:26px}.services-header{flex-direction:column;gap:8px;align-items:flex-start!important}.why-grid{grid-template-columns:repeat(2,1fr);gap:20px}.stats-banner{margin-top:48px;padding:32px 0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:24px}.stats-grid>div{border-left:none!important}.stats-grid>div>div:first-child{font-size:32px!important}.testimonials{padding:48px 0}.testimonial-card{padding:24px}.testimonial-card p{font-size:16px!important}.footer{padding:40px 0}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-grid>div:last-child{grid-column:span 1;min-height:180px}#blog{padding:48px 0!important}.header-logo{height:56px!important}.header-brand-name{font-size:24px!important}.header-brand-sub{font-size:16px!important}.why-us-sidebar{flex:unset!important}.blog-slider-btn{width:40px!important;height:40px!important;font-size:18px!important}.blog-slider-btn-prev{left:-12px!important}.blog-slider-btn-next{right:-12px!important}.blog-detail-title{font-size:26px!important}.blog-detail-content{font-size:15px!important}}@media (max-width:480px){.hero{min-height:360px;padding:36px 0}.hero-content h1,.hero-title{font-size:24px!important}.section-heading{font-size:22px}.why-grid{grid-template-columns:1fr;gap:16px}.stats-grid>div>div:first-child{font-size:28px!important}.testimonial-card span{font-size:36px!important}.btn-primary,.btn-outline{padding:12px 20px;font-size:14px}.header-logo{height:44px!important}.header-brand-name{font-size:20px!important}.header-brand-sub{font-size:13px!important}.blog-slider-btn{width:36px!important;height:36px!important;font-size:16px!important}.blog-slider-btn-prev{left:-8px!important}.blog-slider-btn-next{right:-8px!important}.blog-detail-title{font-size:22px!important}}
