@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#fff;font-family:Poppins,sans-serif;padding-top:92px}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;font-family:inherit;outline:none}img{display:block;max-width:100%}.container{margin:auto;max-width:1400px;width:92%}.header{background:#fffdfa;border-bottom:1px solid #0000000d;box-shadow:0 5px 18px #0000000d;left:0;position:fixed;top:0;transition:.35s ease;width:100%;z-index:9999}.header.scrolled{background:#fff;box-shadow:0 10px 35px #00000014}.header-container{align-items:center;display:flex;height:90px;justify-content:space-between;transition:.35s}.header.scrolled .header-container{height:75px}.logo{align-items:center;display:flex;flex-shrink:0}.logo img{height:70px;transition:.35s}.header.scrolled .logo img{height:48px}.desktop-nav{align-items:center;display:flex;gap:32px;margin-left:40px}.nav-link{color:#333;font-size:15px;font-weight:500;padding:8px 0;position:relative;transition:.3s}.nav-link:hover{color:#2f6fed}.nav-link.active{color:#2f6fed;font-weight:600}.nav-link:after{background:#2f6fed;bottom:-6px;content:"";height:2px;left:0;position:absolute;transition:.35s;width:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.dropdown{position:relative}.dropdown-btn{align-items:center;color:#333;display:flex;font-size:15px;font-weight:500;gap:6px;padding:8px 0;transition:.3s}.dropdown-btn svg{font-size:17px;transition:.35s}.dropdown:hover .dropdown-btn{color:#2f6fed}.dropdown:hover .dropdown-btn svg{transform:rotate(180deg)}.header-right{align-items:center;display:flex;gap:18px}.quote-btn{align-items:center;background:#2f6fed;border-radius:40px;color:#fff;display:inline-flex;font-size:15px;font-weight:600;justify-content:center;padding:13px 26px;transition:.35s}.quote-btn:hover{background:#1f58d5;box-shadow:0 12px 28px #2f6fed47;transform:translateY(-2px)}.menu-btn{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 12px #00000014;color:#2f6fed;display:none;font-size:24px;height:46px;justify-content:center;transition:.3s;width:46px}.menu-btn:hover{background:#2f6fed;color:#fff}.mobile-nav{display:none}.dropdown-menu{background:#fff;border:1px solid #0000000f;border-radius:16px;box-shadow:0 15px 45px #0000001f;left:0;min-width:260px;opacity:0;padding:12px 0;position:absolute;top:calc(100% + 20px);transform:translateY(15px);transition:.35s ease;visibility:hidden;z-index:999}.dropdown:hover .dropdown-menu{opacity:1;transform:translateY(0);visibility:visible}.dropdown-menu a{align-items:center;color:#444;display:flex;font-size:15px;font-weight:500;padding:13px 22px;transition:.3s}.dropdown-menu a:hover{background:#f5f8ff;color:#2f6fed;padding-left:28px}.dropdown-menu a.active{background:#eef4ff;color:#2f6fed}.mobile-nav{background:#fff;box-shadow:-12px 0 35px #0000001f;display:block;height:calc(100vh - 88px);max-width:100%;overflow-y:auto;padding:25px;position:fixed;right:-100%;top:88px;transition:.4s ease;width:320px;z-index:9998}.mobile-nav.show{right:0}.mobile-nav a{border-bottom:1px solid #ececec;color:#333;display:flex;font-weight:500;padding:14px 0;transition:.3s}.mobile-nav a:hover{color:#2f6fed}.mobile-nav a.active{color:#2f6fed;font-weight:600}.mobile-dropdown-btn{align-items:center;border-bottom:1px solid #ececec;color:#333;display:flex;font-size:15px;font-weight:600;justify-content:space-between;padding:16px 0;width:100%}.mobile-dropdown-btn svg{transition:.3s}.mobile-dropdown.open+.mobile-dropdown-btn{color:#2f6fed}.mobile-dropdown{background:#fafafa;border-radius:10px;margin-bottom:10px;max-height:0;overflow:hidden;transition:max-height .35s ease}.mobile-dropdown.open{max-height:600px}.mobile-dropdown a{border:none;color:#666;font-size:14px;padding:12px 20px}.mobile-dropdown a:hover{background:#f4f8ff;color:#2f6fed}.mobile-btn{justify-content:center;margin-top:25px;width:100%}@media (max-width:1200px){.desktop-nav{gap:20px}.dropdown-btn,.nav-link{font-size:14px}.quote-btn{padding:12px 22px}}@media (max-width:992px){body{padding-top:82px}.header-container{height:82px}.header.scrolled .header-container{height:72px}.desktop-nav,.quote-btn{display:none}.menu-btn{display:flex}.logo img{height:52px}}@media (max-width:768px){.container{width:94%}.mobile-nav{height:calc(100vh - 82px);top:82px;width:100%}}@media (max-width:480px){.logo img{height:44px}.header-container{height:76px}.header.scrolled .header-container{height:68px}body{padding-top:76px}}.footer{background:#fff;color:#0d0c0c;font-family:Poppins,sans-serif;margin-top:100px}.footer-cta{margin-bottom:-40px;transform:translateY(-70px)}.cta-box{align-items:center;border-radius:24px;box-shadow:0 25px 60px #2563eb40;display:flex;gap:50px;justify-content:space-between;padding:40px}.cta-content{flex:1 1}.cta-tag{background:#ffffff2e;border-radius:40px;color:#fff;display:inline-block;font-size:13px;font-weight:600;margin-bottom:20px;padding:8px 18px}.cta-content h2{font-size:42px;font-weight:700;line-height:1.25;margin-bottom:20px}.cta-content h2 span{color:#dbeafe;display:block}.cta-content p{color:#eef4ff;font-size:16px;line-height:1.8;max-width:650px}.cta-buttons{flex-wrap:wrap;gap:18px}.primary-btn,.secondary-btn{gap:10px}.primary-btn{background:#fff;color:#2563eb;padding:15px 30px}.primary-btn:hover{box-shadow:0 18px 40px #0000002e}.secondary-btn{border:2px solid #ffffff80;color:#fff;padding:13px 28px}.secondary-btn:hover{background:#ffffff1f}.footer-main{padding:50px 0 12px}.footer-grid{grid-gap:45px;display:grid;gap:45px;grid-template-columns:2fr 1fr 1.2fr 1fr 1.5fr}.company-column .footer-logo{margin-bottom:25px;width:120px}.company-column p{color:#0d0e0e;font-size:12px;line-height:1.9;text-align:left}.footer-column h3{color:#0d0c0c;font-size:16px;margin-bottom:24px;position:relative;text-align:left}.footer-column a{color:#101011;display:block;font-size:12px;margin-bottom:12px;text-align:left;text-decoration:none;transition:.3s}.footer-column a:hover{color:#111acd;transform:translateX(6px)}.contact-item{align-items:flex-start;color:#0f172a;display:flex;gap:14px;margin-bottom:18px;text-decoration:none;transition:.3s}.contact-icon{color:#2563eb;flex-shrink:0;font-size:18px;margin-right:3px;margin-top:3px;min-width:22px;width:22px}.contact-item span{font-size:12px;line-height:1.7;word-break:break-word}.contact-item:hover{color:#2563eb}.contact-item:hover .contact-icon{color:#1d4ed8}.footer-bottom{border-top:1px solid #ffffff14;padding:24px 0}.footer-bottom-content{align-items:center;display:flex;justify-content:center;text-align:center}.footer-bottom-content p{color:#101112;font-size:13px;font-weight:500;margin:0;text-align:center;width:100%}.footer-bottom-links{display:flex;flex-wrap:wrap;gap:25px}.footer-bottom-links a{color:#94a3b8;font-size:14px;text-decoration:none;transition:.3s}.footer-bottom-links a:hover{color:#fff}.footer-bottom-links a,.footer-column a,.primary-btn,.secondary-btn{transition:all .3s ease}@media (max-width:1200px){.footer-grid{gap:50px;grid-template-columns:repeat(2,1fr)}.company-column{grid-column:1/-1}.cta-box{gap:40px;padding:50px}.cta-content h2{font-size:36px}}@media (max-width:992px){.footer{margin-top:80px}.footer-cta{transform:translateY(-50px)}.cta-box{align-items:flex-start;flex-direction:column;padding:45px 35px;text-align:left}.cta-buttons{width:100%}.primary-btn,.secondary-btn{flex:1 1;justify-content:center}.footer-grid{gap:45px;grid-template-columns:repeat(2,1fr)}.footer-bottom-content{flex-direction:column;text-align:center}}@media (max-width:768px){.footer{margin-top:70px}.footer-main{padding:40px 0 50px}.cta-box{border-radius:18px;gap:30px;padding:35px 25px}.cta-tag{font-size:12px}.cta-content h2{font-size:28px;line-height:1.4}.cta-content p{font-size:15px}.cta-buttons{flex-direction:column;width:100%}.primary-btn,.secondary-btn{width:100%}.footer-grid{gap:35px;grid-template-columns:1fr}.footer-column{border-bottom:1px solid #ffffff14;padding-bottom:25px}.company-column{border:none;padding-bottom:10px}.footer-column h3{margin-bottom:20px}.footer-column a{margin-bottom:14px}.footer-logo{width:170px}.footer-bottom{padding:20px 0}.footer-bottom-links{gap:15px;justify-content:center}}@media (max-width:576px){.container{width:92%}.footer-cta{transform:translateY(-40px)}.cta-box{padding:30px 20px}.cta-content h2{font-size:24px}.cta-content p{font-size:14px;line-height:1.8}.primary-btn,.secondary-btn{font-size:14px;padding:14px 20px}.footer-column h3{font-size:18px}.footer-column a{font-size:14px}.contact-item{gap:12px}.contact-item svg{font-size:18px}.contact-item span{font-size:14px}.footer-bottom-content p{font-size:13px;line-height:1.6}.footer-bottom-links{align-items:center;flex-direction:column;gap:10px}}@media (max-width:380px){.cta-content h2{font-size:22px}.cta-tag{padding:7px 14px}.footer-logo{width:150px}}.hero{background:linear-gradient(180deg,#faf8f3,#fff);overflow:hidden;padding:20px 0 70px;position:relative}.hero:before{background:#2563eb0f;height:550px;right:-220px;top:-220px;width:550px}.hero:after,.hero:before{border-radius:50%;content:"";filter:blur(40px);position:absolute}.hero:after{background:#3b82f60d;bottom:-220px;height:500px;left:-220px;width:500px}.hero-container{grid-gap:70px;align-items:center;display:grid;gap:70px;grid-template-columns:1fr 1fr;position:relative;z-index:2}.hero-content{max-width:620px}.hero-badge{align-items:center;background:#ecfdf5;border-radius:50px;color:#15803d;display:inline-flex;font-size:14px;font-weight:600;margin-bottom:28px;padding:10px 22px}.hero-content h1{color:#0f172a;font-size:28px;font-weight:800;line-height:1.15;margin-bottom:24px}.hero-content h1 span{color:#2563eb}.hero-content p{color:#64748b;font-size:17px;line-height:1.9;margin-bottom:38px}.hero-buttons{align-items:center;display:flex;gap:18px;margin-bottom:40px}.hero-primary-btn{align-items:center;background:#2563eb;border-radius:50px;color:#fff;display:inline-flex;font-size:15px;font-weight:600;gap:10px;justify-content:center;padding:16px 32px;text-decoration:none;transition:.35s}.hero-primary-btn:hover{background:#1d4ed8;box-shadow:0 20px 45px #2563eb47;transform:translateY(-4px)}.hero-secondary-btn{align-items:center;border:2px solid #dbeafe;border-radius:50px;color:#2563eb;display:inline-flex;font-weight:600;justify-content:center;padding:16px 30px;text-decoration:none;transition:.35s}.hero-secondary-btn:hover{background:#2563eb;color:#fff}.hero-features{grid-gap:18px 25px;display:grid;gap:18px 25px;grid-template-columns:repeat(2,minmax(180px,1fr))}.feature-item{align-items:center;color:#334155;display:flex;font-size:15px;font-weight:500;gap:10px}.feature-item svg{color:#22c55e;font-size:18px}.hero-image{align-items:center;display:flex;justify-content:center;position:relative}.hero-image img{animation:heroFloat 5s ease-in-out infinite;max-width:620px;position:relative;width:100%;z-index:2}.hero-image:before{background:#eff6ff;border-radius:50%;content:"";height:460px;position:absolute;width:460px;z-index:1}.hero-image:after{animation:rotateCircle 30s linear infinite;border:2px dashed #2563eb2e;border-radius:50%;content:"";height:540px;position:absolute;width:540px}@keyframes heroFloat{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes rotateCircle{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.floating-card{align-items:center;animation:floatCard 4s ease-in-out infinite;background:#fff;border-radius:18px;box-shadow:0 18px 45px #0f172a1f;display:flex;gap:14px;min-width:210px;padding:16px 20px;position:absolute;z-index:5}.floating-card svg{align-items:center;background:#eff6ff;border-radius:14px;color:#2563eb;display:flex;flex-shrink:0;font-size:24px;height:48px;justify-content:center;padding:12px;width:48px}.floating-card h4{color:#0f172a;font-size:22px;font-weight:700;margin:0}.floating-card p{color:#64748b;font-size:14px;margin-top:4px}.card-one{animation-delay:0s;left:-40px;top:-2%}.card-two{animation-delay:1.2s;right:-35px;top:70%}.card-three{animation-delay:2.2s;bottom:-50px;left:25%}.hero-stats{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr);margin-top:90px}.stat-card{background:#fff;border:1px solid #edf2f7;border-radius:20px;box-shadow:0 10px 30px #0f172a0d;padding:10px 28px;text-align:center;transition:.35s}.stat-card:hover{box-shadow:0 22px 50px #0f172a1f;transform:translateY(-8px)}.stat-card svg{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:18px;color:#fff;font-size:10px;height:50px;margin:0 auto 20px;padding:16px;width:50px}.stat-card h3{color:#0f172a;font-size:19px;font-weight:700;margin-bottom:8px}.stat-card p{color:#64748b;font-size:13px;line-height:1.7}.floating-card,.hero-primary-btn,.hero-secondary-btn,.stat-card{transition:all .35s ease}.hero-primary-btn svg{transition:.35s}.hero-primary-btn:hover svg{transform:translateX(6px)}.floating-card:hover{box-shadow:0 25px 55px #2563eb2e;transform:translateY(-6px)}.hero-image .card-one:before,.hero-image .card-three:before,.hero-image .card-two:before{background:linear-gradient(135deg,#2563eb0d,#0000);border-radius:18px;content:"";inset:0;pointer-events:none;position:absolute}@keyframes floatCard{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.hero-content{animation:fadeLeft .9s ease}.hero-image{animation:fadeRight .9s ease}@keyframes fadeLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}@media (max-width:1200px){.hero{padding:40px 0 60px}.hero-container{gap:50px}.hero-content h1{font-size:46px}.hero-content p{font-size:16px}.hero-image img{max-width:520px}.hero-image:before{height:380px;width:380px}.hero-image:after{height:450px;width:450px}.floating-card{min-width:180px;padding:14px 18px}.floating-card h4{font-size:18px}}@media (max-width:992px){.hero{padding:40px 0 50px}.hero-container{gap:50px;grid-template-columns:1fr;text-align:center}.hero-content{max-width:100%}.hero-content h1{font-size:42px}.hero-buttons,.hero-features{justify-content:center}.hero-features{grid-template-columns:repeat(2,1fr);margin:auto}.feature-item{justify-content:center}.hero-image{order:-1}.hero-image img{max-width:500px}.card-one{left:0;top:8%}.card-two{right:0;top:45%}.card-three{bottom:0;left:25%}.hero-stats{grid-template-columns:repeat(2,1fr);margin-top:60px}}@media (max-width:768px){.hero{padding:30px 0 40px}.hero-content h1{font-size:34px}.hero-content p{font-size:15px}.hero-badge{font-size:12px;padding:8px 18px}.hero-buttons{flex-direction:column;gap:15px}.hero-primary-btn,.hero-secondary-btn{width:100%}.hero-features{gap:14px;grid-template-columns:1fr}.feature-item{justify-content:flex-start}.hero-image img{max-width:380px}.hero-image:before{height:300px;width:300px}.hero-image:after{height:340px;width:340px}.floating-card{gap:10px;min-width:150px;padding:12px}.floating-card svg{font-size:20px;height:40px;width:40px}.floating-card h4{font-size:16px}.floating-card p{font-size:12px}.card-one{left:0;top:5%}.card-two{right:0;top:55%}.card-three{bottom:-5px;left:18%}.hero-stats{gap:20px;grid-template-columns:1fr}}@media (max-width:576px){.hero{padding:20px 0 30px}.hero-content{text-align:center}.hero-content h1{font-size:28px}.hero-content p{font-size:14px;line-height:1.8}.hero-badge{font-size:11px;padding:8px 14px}.hero-image{margin-top:20px}.hero-image img{max-width:280px}.hero-image:before{height:220px;width:220px}.hero-image:after{height:260px;width:260px}.floating-card{display:none}.stat-card{padding:25px 18px}.stat-card h3{font-size:24px}.stat-card p{font-size:14px}}@media (max-width:380px){.hero-content h1{font-size:24px}.hero-content p{font-size:13px}.hero-primary-btn,.hero-secondary-btn{font-size:14px;padding:14px 18px}.hero-image img{max-width:240px}}.home-about{background:#fff;overflow:hidden;padding:30px 0;position:relative}.home-about:before{background:#2563eb0d;height:380px;left:-180px;top:-180px;width:380px}.home-about:after,.home-about:before{border-radius:50%;content:"";position:absolute}.home-about:after{background:#3b82f60d;bottom:-150px;height:320px;right:-150px;width:320px}.about-heading{margin:auto auto 70px;max-width:900px;position:relative;text-align:center;z-index:2}.about-badge{background:#ecfdf5;border-radius:40px;color:#15803d;display:inline-block;font-size:14px;font-weight:600;margin-bottom:22px;padding:10px 22px}.about-heading h2{color:#0f172a;font-size:46px;font-weight:800;line-height:1.25;margin-bottom:22px}.about-heading h2 span{color:#2563eb}.about-heading p{color:#64748b;font-size:17px;line-height:1.9;margin:auto;max-width:820px}.about-content{grid-gap:35px;display:grid;gap:35px;grid-template-columns:repeat(2,1fr);position:relative;z-index:2}.about-card{background:#fff;border:1px solid #edf2f7;border-radius:24px;box-shadow:0 18px 45px #0f172a0f;padding:40px;transition:.35s}.about-card:hover{box-shadow:0 25px 55px #2563eb1f;transform:translateY(-8px)}.about-card h3{color:#0f172a;font-size:28px;font-weight:700;margin-bottom:18px}.about-card p{color:#64748b;font-size:15px;line-height:1.9;margin-bottom:30px}.about-list{display:flex;flex-direction:column;gap:18px}.about-item{align-items:center;background:#f8fafc;border-radius:14px;display:flex;gap:15px;padding:14px 18px;transition:.3s}.about-item:hover{background:#eff6ff;transform:translateX(6px)}.about-item svg{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:12px;color:#fff;flex-shrink:0;font-size:18px;height:42px;padding:10px;width:42px}.about-item span{color:#334155;font-size:15px;font-weight:600}.about-btn-wrap{margin-top:40px;text-align:center}.about-btn{align-items:center;background:#2563eb;border-radius:50px;color:#fff;display:inline-flex;font-weight:600;gap:10px;padding:16px 34px;text-decoration:none;transition:.35s}.about-btn:hover{background:#1d4ed8;box-shadow:0 18px 40px #2563eb40;transform:translateY(-4px)}.about-btn svg{transition:.3s}.about-btn:hover svg{transform:translateX(5px)}@media(max-width:1200px){.about-heading h2{font-size:40px}}@media(max-width:992px){.home-about{padding:80px 0}.about-content{grid-template-columns:1fr}.about-heading{margin-bottom:50px}}@media(max-width:768px){.home-about{padding:70px 0}.about-heading h2{font-size:32px}.about-heading p{font-size:15px}.about-card{padding:30px}.about-card h3{font-size:24px}}@media(max-width:576px){.home-about{padding:60px 0}.about-badge{font-size:12px;padding:8px 18px}.about-heading h2{font-size:28px}.about-heading p{font-size:14px;line-height:1.8}.about-card{border-radius:18px;padding:22px}.about-card h3{font-size:22px}.about-item{align-items:flex-start;padding:14px}.about-item svg{height:38px;padding:8px;width:38px}.about-item span{font-size:14px}.about-btn{justify-content:center;padding:15px 20px;width:100%}}@media(max-width:380px){.about-heading h2{font-size:24px}.about-card{padding:18px}}.home-platform{background:#f8fafc;overflow:hidden;padding:40px 0;position:relative}.home-platform:before{background:#2563eb0d;height:380px;right:-180px;top:-180px;width:380px}.home-platform:after,.home-platform:before{border-radius:50%;content:"";position:absolute}.home-platform:after{background:#3b82f60d;bottom:-180px;height:320px;left:-180px;width:320px}.platform-heading{margin:0 auto 70px;max-width:850px;position:relative;text-align:center;z-index:2}.platform-badge{background:#ecfdf5;border-radius:40px;color:#15803d;display:inline-block;font-size:14px;font-weight:600;margin-bottom:22px;padding:10px 22px}.platform-heading h2{color:#0f172a;font-size:46px;font-weight:800;line-height:1.25;margin-bottom:22px}.platform-heading h2 span{color:#2563eb}.platform-heading p{color:#64748b;font-size:17px;line-height:1.9}.platform-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);position:relative;z-index:2}.platform-card{background:#fff;border:1px solid #edf2f7;border-radius:22px;box-shadow:0 10px 35px #0f172a0d;padding:35px;transition:.35s}.platform-card:hover{box-shadow:0 22px 50px #2563eb1f;transform:translateY(-10px)}.platform-icon{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:18px;color:#fff;display:flex;font-size:30px;height:72px;justify-content:center;margin-bottom:24px;transition:.35s;width:72px}.platform-card:hover .platform-icon{transform:rotate(-8deg) scale(1.08)}.platform-card h3{color:#0f172a;font-size:22px;font-weight:700;margin-bottom:15px}.platform-card p{color:#64748b;font-size:15px;line-height:1.8}.platform-card{overflow:hidden;position:relative}.platform-card:before{background:#2563eb;content:"";height:4px;left:0;position:absolute;top:0;transition:.35s;width:0}.platform-card:hover:before{width:100%}@media (max-width:1200px){.platform-heading h2{font-size:40px}}@media (max-width:992px){.home-platform{padding:80px 0}.platform-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.home-platform{padding:70px 0}.platform-heading{margin-bottom:50px}.platform-heading h2{font-size:32px}.platform-heading p{font-size:15px}.platform-card{padding:30px}}@media (max-width:576px){.home-platform{padding:60px 0}.platform-badge{font-size:12px;padding:8px 18px}.platform-heading h2{font-size:28px}.platform-heading p{font-size:14px;line-height:1.8}.platform-grid{gap:20px;grid-template-columns:1fr}.platform-card{border-radius:18px;padding:25px}.platform-card h3{font-size:20px}.platform-card p{font-size:14px}.platform-icon{font-size:26px;height:64px;width:64px}}@media (max-width:380px){.platform-heading h2{font-size:24px}.platform-card{padding:20px}}.home-agriculture{background:#fff;overflow:hidden;padding:40px 0;position:relative}.home-agriculture:before{background:#22c55e0d;border-radius:50%;content:"";height:380px;left:-180px;position:absolute;top:-180px;width:380px}.home-agriculture:after{background:#2563eb0d;border-radius:50%;bottom:-180px;content:"";height:320px;position:absolute;right:-180px;width:320px}.agriculture-wrapper{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr;position:relative;z-index:2}.agriculture-image{align-items:center;display:flex;justify-content:center}.agriculture-image img{animation:agricultureFloat 5s ease-in-out infinite;max-width:550px;width:100%}.agriculture-content{max-width:620px}.agriculture-badge{align-items:center;background:#ecfdf5;border-radius:50px;color:#15803d;display:inline-flex;font-size:14px;font-weight:600;gap:8px;margin-bottom:25px;padding:10px 22px}.agriculture-content h2{color:#0f172a;font-size:46px;font-weight:800;line-height:1.25;margin-bottom:22px}.agriculture-content h2 span{color:#2563eb}.agriculture-content p{color:#64748b;font-size:16px;line-height:1.9;margin-bottom:35px}.agriculture-features{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,1fr);margin-bottom:40px}.feature-box{align-items:center;background:#f8fafc;border:1px solid #edf2f7;border-radius:16px;display:flex;gap:15px;padding:16px;transition:.35s}.feature-box:hover{background:#fff;box-shadow:0 15px 35px #2563eb14;transform:translateY(-6px)}.feature-box svg{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:14px;color:#fff;flex-shrink:0;font-size:22px;height:48px;padding:12px;width:48px}.feature-box span{color:#334155;font-size:15px;font-weight:600;line-height:1.5}.agriculture-btn{align-items:center;background:#2563eb;border-radius:50px;color:#fff;display:inline-flex;font-weight:600;gap:10px;padding:16px 34px;text-decoration:none;transition:.35s}.agriculture-btn:hover{background:#1d4ed8;box-shadow:0 20px 45px #2563eb40;transform:translateY(-4px)}.agriculture-btn svg{transition:.3s}.agriculture-btn:hover svg{transform:translateX(6px)}@keyframes agricultureFloat{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media (max-width:1200px){.agriculture-wrapper{gap:60px}.agriculture-content h2{font-size:40px}}@media (max-width:992px){.home-agriculture{padding:80px 0}.agriculture-wrapper{gap:50px;grid-template-columns:1fr}.agriculture-image{order:-1}.agriculture-content{max-width:100%;text-align:center}.agriculture-features{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.home-agriculture{padding:70px 0}.agriculture-content h2{font-size:32px}.agriculture-content p{font-size:15px}.agriculture-image img{max-width:420px}}@media (max-width:576px){.home-agriculture{padding:60px 0}.agriculture-badge{font-size:12px;padding:8px 18px}.agriculture-content h2{font-size:28px}.agriculture-content p{font-size:14px}.agriculture-features{gap:16px;grid-template-columns:1fr}.feature-box{padding:15px}.feature-box span{font-size:14px}.agriculture-btn{justify-content:center;width:100%}}@media (max-width:380px){.agriculture-content h2{font-size:24px}.agriculture-image img{max-width:260px}}.home-why-section{background:#f8fafc;overflow:hidden;padding:40px 0;position:relative}.home-why-section:before{background:#2563eb0d;border-radius:50%;content:"";height:380px;left:-180px;position:absolute;top:-180px;width:380px}.home-why-section:after{background:#3b82f60d;border-radius:50%;bottom:-180px;content:"";height:320px;position:absolute;right:-180px;width:320px}.home-why-wrapper{grid-gap:70px;align-items:center;display:grid;gap:70px;grid-template-columns:1fr 1.1fr;position:relative;z-index:2}.home-why-content{max-width:550px}.home-why-badge{background:#ecfdf5;border-radius:50px;color:#15803d;display:inline-block;font-size:14px;font-weight:600;margin-bottom:22px;padding:10px 22px}.home-why-content h2{color:#0f172a;font-size:46px;font-weight:800;line-height:1.2;margin-bottom:22px}.home-why-content h2 span{color:#2563eb}.home-why-content p{color:#64748b;font-size:16px;line-height:1.9;margin-bottom:30px}.home-why-points{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.home-why-points div{align-items:center;color:#334155;display:flex;font-size:15px;font-weight:600;gap:12px}.home-why-btn{align-items:center;background:#2563eb;border-radius:50px;color:#fff;display:inline-flex;font-weight:600;gap:10px;padding:16px 34px;text-decoration:none;transition:.35s ease}.home-why-btn:hover{background:#1d4ed8;box-shadow:0 20px 40px #2563eb40;transform:translateY(-4px)}.home-why-btn svg{transition:.3s ease}.home-why-btn:hover svg{transform:translateX(5px)}@media(max-width:1200px){.home-why-content h2{font-size:40px}}@media(max-width:992px){.home-why-section{padding:80px 0}.home-why-wrapper{gap:50px;grid-template-columns:1fr}.home-why-content{max-width:100%;text-align:center}.home-why-points{align-items:center}}@media(max-width:768px){.home-why-section{padding:70px 0}.home-why-content h2{font-size:32px}.home-why-content p{font-size:15px}}@media(max-width:576px){.home-why-section{padding:60px 0}.home-why-badge{font-size:12px;padding:8px 18px}.home-why-content h2{font-size:28px}.home-why-content p{font-size:14px}.home-why-btn{justify-content:center;width:100%}}@media(max-width:380px){.home-why-content h2{font-size:24px}}.home-why-grid{grid-gap:25px;align-items:stretch;display:grid;gap:25px;grid-template-columns:repeat(2,1fr)}.home-why-card{background:#fff;border:1px solid #edf2f7;border-radius:20px;box-shadow:0 12px 35px #0f172a0d;overflow:hidden;padding:30px;position:relative;transition:all .35s ease}.home-why-card:before{background:linear-gradient(90deg,#22c55e,#16a34a);content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:.35s ease;width:100%}.home-why-card:hover:before{transform:scaleX(1)}.home-why-card:hover{border-color:#dbeafe;box-shadow:0 22px 50px #2563eb1f;transform:translateY(-8px)}.home-why-icon{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:18px;color:#fff;display:flex;font-size:30px;height:68px;justify-content:center;margin-bottom:22px;transition:all .35s ease;width:68px}.home-why-card:hover .home-why-icon{transform:rotate(-8deg) scale(1.08)}.home-why-card h3{color:#0f172a;font-size:22px;font-weight:700;line-height:1.4;margin-bottom:12px}.home-why-card p{color:#64748b;font-size:15px;line-height:1.8;margin:0}@media(max-width:1200px){.home-why-grid{gap:22px}.home-why-card{padding:28px}}@media(max-width:992px){.home-why-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.home-why-card{padding:25px}.home-why-card h3{font-size:20px}}@media(max-width:768px){.home-why-grid{grid-template-columns:1fr}.home-why-card{padding:24px}.home-why-icon{font-size:26px;height:62px;margin-bottom:18px;width:62px}.home-why-card h3{font-size:20px}.home-why-card p{font-size:14px}}@media(max-width:576px){.home-why-grid{gap:18px}.home-why-card{border-radius:18px;padding:22px}.home-why-icon{border-radius:16px;font-size:24px;height:58px;width:58px}.home-why-card h3{font-size:18px;margin-bottom:10px}.home-why-card p{font-size:14px;line-height:1.7}}@media(max-width:380px){.home-why-card{padding:20px}.home-why-icon{font-size:22px;height:54px;width:54px}.home-why-card h3{font-size:17px}.home-why-card p{font-size:13px}}.home-process{background:#fff;overflow:hidden;padding:40px 0;position:relative}.home-process:before{background:#2563eb0d;height:380px;right:-180px;top:-180px;width:380px}.home-process:after,.home-process:before{border-radius:50%;content:"";position:absolute}.home-process:after{background:#3b82f60d;bottom:-180px;height:320px;left:-180px;width:320px}.process-heading{margin:0 auto 70px;max-width:850px;position:relative;text-align:center;z-index:2}.process-badge{background:#ecfdf5;border-radius:40px;color:#15803d;display:inline-block;font-size:14px;font-weight:600;margin-bottom:22px;padding:10px 22px}.process-heading h2{color:#0f172a;font-size:46px;font-weight:800;line-height:1.25;margin-bottom:22px}.process-heading h2 span{color:#2563eb}.process-heading p{color:#64748b;font-size:17px;line-height:1.9}.process-grid{position:relative;z-index:2}.process-card{background:#fff;border:1px solid #edf2f7;border-radius:22px;box-shadow:0 10px 35px #0f172a0d;padding:35px 30px;transition:.35s}.process-card:hover{box-shadow:0 20px 50px #2563eb1f;transform:translateY(-10px)}.process-card:before{height:4px;transition:.35s;width:0}.process-card:hover:before{width:100%}.process-number{color:#e2e8f0;font-size:34px;position:absolute;right:22px;top:18px;-webkit-user-select:none;user-select:none}.process-icon{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:18px;color:#fff;display:flex;font-size:30px;height:72px;justify-content:center;margin-bottom:25px;transition:.35s;width:72px}.process-card:hover .process-icon{transform:rotate(-8deg) scale(1.08)}@media(max-width:1200px){.process-grid{grid-template-columns:repeat(3,1fr)}.process-heading h2{font-size:40px}}@media(max-width:992px){.home-process{padding:80px 0}.process-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.home-process{padding:70px 0}.process-heading{margin-bottom:50px}.process-heading h2{font-size:32px}.process-heading p{font-size:15px}.process-card{padding:30px 25px}}@media(max-width:576px){.home-process{padding:60px 0}.process-badge{font-size:12px;padding:8px 18px}.process-heading h2{font-size:28px}.process-heading p{font-size:14px;line-height:1.8}.process-grid{gap:20px;grid-template-columns:1fr}.process-card{border-radius:18px;padding:25px}.process-icon{font-size:26px;height:64px;width:64px}.process-card h3{font-size:20px}.process-card p{font-size:14px}.process-number{font-size:28px;right:18px;top:15px}}@media(max-width:380px){.process-heading h2{font-size:24px}.process-card{padding:20px}}.home-industries{background:#f8fafc;overflow:hidden;padding:40px 0;position:relative}.home-industries:before{background:#2563eb0d;border-radius:50%;content:"";height:380px;left:-180px;position:absolute;top:-180px;width:380px}.home-industries:after{background:#3b82f60d;border-radius:50%;bottom:-180px;content:"";height:320px;position:absolute;right:-180px;width:320px}.industries-heading{margin:0 auto 70px;max-width:850px;position:relative;text-align:center;z-index:2}.industries-badge{background:#ecfdf5;border-radius:40px;color:#15803d;display:inline-block;font-size:14px;font-weight:600;margin-bottom:22px;padding:10px 22px}.industries-heading h2{color:#0f172a;font-size:46px;font-weight:800;line-height:1.25;margin-bottom:22px}.industries-heading h2 span{color:#2563eb}.industries-heading p{color:#64748b;font-size:17px;line-height:1.9}.industries-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);position:relative;z-index:2}.industry-card{background:#fff;border:1px solid #edf2f7;border-radius:22px;box-shadow:0 12px 35px #0f172a0d;overflow:hidden;padding:35px;position:relative;transition:.35s}.industry-card:hover{box-shadow:0 22px 50px #2563eb1f;transform:translateY(-10px)}.industry-card:before{background:#2563eb;content:"";height:4px;left:0;position:absolute;top:0;transition:.35s;width:0}.industry-card:hover:before{width:100%}.industry-icon{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:18px;color:#fff;display:flex;font-size:30px;height:72px;justify-content:center;margin-bottom:25px;transition:.35s;width:72px}.industry-card:hover .industry-icon{transform:rotate(-8deg) scale(1.08)}.industry-card h3{color:#0f172a;font-size:22px;font-weight:700;margin-bottom:15px}.industry-card p{color:#64748b;font-size:15px;line-height:1.8;margin-bottom:22px}.industry-link{align-items:center;color:#2563eb;cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:8px;transition:.3s}.industry-link svg{transition:.3s}.industry-card:hover .industry-link svg{transform:translateX(6px)}@media(max-width:1200px){.industries-heading h2{font-size:40px}}@media(max-width:992px){.home-industries{padding:80px 0}.industries-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.home-industries{padding:70px 0}.industries-heading{margin-bottom:50px}.industries-heading h2{font-size:32px}.industries-heading p{font-size:15px}.industry-card{padding:30px}}@media(max-width:576px){.home-industries{padding:60px 0}.industries-badge{font-size:12px;padding:8px 18px}.industries-heading h2{font-size:28px}.industries-heading p{font-size:14px;line-height:1.8}.industries-grid{gap:20px;grid-template-columns:1fr}.industry-card{border-radius:18px;padding:25px}.industry-icon{font-size:26px;height:64px;margin-bottom:20px;width:64px}.industry-card h3{font-size:20px}.industry-card p{font-size:14px}}@media(max-width:380px){.industries-heading h2{font-size:24px}.industry-card{padding:20px}}.about-page-hero{background:linear-gradient(135deg,#f8fbff,#eef5ff);overflow:hidden;padding:40px 0 100px;position:relative}.about-page-hero:before{background:#2563eb0f;border-radius:50%;content:"";filter:blur(10px);height:500px;position:absolute;right:-180px;top:-180px;width:500px}.about-page-hero:after{background:#3b82f60d;border-radius:50%;bottom:-200px;content:"";filter:blur(20px);height:450px;left:-200px;position:absolute;width:450px}.about-overlay{background:linear-gradient(#ffffff26,#ffffff0d);inset:0;position:absolute}.about-hero-content{margin:auto;max-width:900px;position:relative;text-align:center;z-index:2}.about-tag{align-items:center;background:#eaf2ff;border-radius:50px;color:#2563eb;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;margin-bottom:28px;padding:10px 24px}.about-hero-content h1{color:#0f172a;font-size:56px;font-weight:800;line-height:1.15;margin-bottom:24px}.about-hero-content h1 span{color:#2563eb}.about-hero-content p{color:#64748b;font-size:17px;line-height:1.9;margin:auto;max-width:820px}.breadcrumb-section{background:#fff;border-bottom:1px solid #eef2f7;padding:18px 0}.primary-btn{align-items:center;border-radius:50px;display:inline-flex;font-weight:600;gap:10px;justify-content:center;padding:16px 34px;text-decoration:none;transition:.35s}.primary-btn:hover{box-shadow:0 20px 45px #2563eb38}.primary-btn svg{transition:.35s}.primary-btn:hover svg{transform:translateX(5px)}.secondary-btn{align-items:center;border:2px solid #dbeafe;border-radius:50px;display:inline-flex;font-weight:600;justify-content:center;padding:16px 34px;text-decoration:none;transition:.35s}.business-card,.expertise-card,.profile-card,.value-card{background:#fff;border:1px solid #edf2f7;border-radius:20px;box-shadow:0 12px 35px #0f172a0d;transition:.35s}.business-card:hover,.expertise-card:hover,.profile-card:hover,.value-card:hover{box-shadow:0 24px 50px #2563eb1f;transform:translateY(-8px)}@media(max-width:992px){.about-page-hero{padding:120px 0 80px}.about-hero-content h1{font-size:42px}.section-heading h2{font-size:38px}}@media(max-width:768px){.about-page-hero{padding:110px 0 70px}.about-hero-content h1{font-size:34px}.about-hero-content p{font-size:15px}.section-heading{margin-bottom:50px}.section-heading h2{font-size:30px}.section-heading p{font-size:15px}}@media(max-width:576px){.about-page-hero{padding:100px 0 60px}.about-tag,.section-tag{font-size:12px;padding:8px 18px}.about-hero-content h1{font-size:28px}.about-hero-content p{font-size:14px;line-height:1.8}.section-heading h2{font-size:26px}.breadcrumb,.section-heading p{font-size:14px}.breadcrumb{gap:6px}.primary-btn,.secondary-btn{padding:15px;width:100%}}@media(max-width:380px){.about-hero-content h1{font-size:24px}}.about-company{background:#fff;padding:100px 0}.about-company-grid{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1.2fr 1fr}.about-company-content h2{color:#0f172a;font-size:42px;font-weight:800;line-height:1.2;margin:18px 0 25px}.about-company-content h2 span{color:#2563eb}.about-company-content p{color:#64748b;font-size:16px;line-height:1.9;margin-bottom:20px}.about-highlights{grid-gap:25px;display:grid;gap:25px}.highlight-card{background:#fff;border:1px solid #edf2f7;border-radius:20px;box-shadow:0 12px 35px #0f172a0d;overflow:hidden;padding:30px;position:relative;transition:.35s}.highlight-card:before{background:#2563eb;content:"";height:100%;left:0;position:absolute;top:0;width:5px}.highlight-card:hover{box-shadow:0 22px 50px #2563eb1f;transform:translateY(-8px)}.highlight-card h3{color:#0f172a;font-size:24px;font-weight:700;margin-bottom:15px}.highlight-card p{color:#64748b;font-size:15px;line-height:1.8}.company-profile{background:#f8fafc;padding:100px 0}.profile-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.profile-card{overflow:hidden;padding:35px 30px;position:relative}.profile-card:before{background:#2563eb;content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:.35s;width:100%}.profile-card:hover:before{transform:scaleX(1)}.profile-card h4{color:#0f172a;font-size:20px;font-weight:700;margin-bottom:15px}.profile-card p{color:#64748b;font-size:15px;line-height:1.8}@media(max-width:1200px){.about-company-content h2{font-size:38px}}@media(max-width:992px){.about-company,.company-profile{padding:80px 0}.about-company-grid{gap:45px;grid-template-columns:1fr}.profile-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-company-content{text-align:center}.about-company-content h2{font-size:32px}.about-company-content p{font-size:15px}.highlight-card{padding:25px}.profile-card{padding:28px 24px}}@media(max-width:576px){.about-company,.company-profile{padding:60px 0}.about-company-content h2{font-size:28px}.about-company-content p{font-size:14px}.profile-grid{gap:20px;grid-template-columns:1fr}.highlight-card{padding:22px}.highlight-card h3{font-size:20px}.highlight-card p{font-size:14px}.profile-card{padding:24px 20px}.profile-card h4{font-size:18px}.profile-card p{font-size:14px}}@media(max-width:380px){.about-company-content h2{font-size:24px}}.about-expertise{background:#fff;overflow:hidden;padding:100px 0;position:relative}.about-expertise:before{background:#2563eb0d;border-radius:50%;content:"";height:420px;position:absolute;right:-180px;top:-180px;width:420px}.expertise-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.expertise-card{overflow:hidden;padding:35px 30px;position:relative}.expertise-card:before{background:#2563eb;content:"";height:4px;left:0;position:absolute;top:0;transition:.35s;width:0}.expertise-card:hover:before{width:100%}.expertise-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:20px;color:#fff;display:flex;font-size:34px;height:75px;justify-content:center;margin-bottom:25px;transition:.35s;width:75px}.expertise-card:hover .expertise-icon{transform:rotate(-8deg) scale(1.08)}.expertise-card h3{color:#0f172a;font-size:22px;font-weight:700;margin-bottom:15px}.expertise-card p{color:#64748b;font-size:15px;line-height:1.9}.core-values{overflow:hidden;position:relative}.core-values:after{background:#3b82f60d;border-radius:50%;bottom:-180px;content:"";height:350px;left:-180px;position:absolute;width:350px}.values-grid{grid-template-columns:repeat(4,1fr)}.value-card{padding:35px 28px}.value-card:before{background:#2563eb;height:4px}.value-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:50%;color:#fff;display:flex;font-size:36px;height:85px;justify-content:center;margin:0 auto 25px;transition:.35s;width:85px}.value-card:hover .value-icon{transform:translateY(-6px) rotate(-10deg)}.value-card h3{font-size:22px;margin-bottom:15px}@media(max-width:1200px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.about-expertise,.core-values{padding:80px 0}.expertise-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.expertise-grid,.values-grid{grid-template-columns:1fr}.expertise-card,.value-card{padding:30px 25px}.expertise-icon{font-size:30px;height:70px;width:70px}.value-icon{font-size:32px;height:75px;width:75px}.expertise-card h3,.value-card h3{font-size:20px}.expertise-card p,.value-card p{font-size:14px}}@media(max-width:576px){.about-expertise,.core-values{padding:60px 0}.expertise-card,.value-card{border-radius:18px;padding:25px 20px}.expertise-icon{font-size:28px;height:64px;margin-bottom:20px;width:64px}.value-icon{font-size:30px;height:70px;margin-bottom:20px;width:70px}}@media(max-width:380px){.expertise-card,.value-card{padding:20px 18px}}.business-information{background:#fff;overflow:hidden;padding:100px 0;position:relative}.business-information:before{background:#2563eb0d;border-radius:50%;content:"";height:420px;position:absolute;right:-180px;top:-180px;width:420px}.business-grid{grid-template-columns:repeat(4,1fr);position:relative;z-index:2}.business-card{text-align:center}.business-card:before{height:4px;transition:.35s;width:0}.business-card:hover:before{width:100%}.business-card h4{color:#0f172a;font-size:20px;font-weight:700;margin-bottom:15px}.about-cta{background:#f8fafc;padding:100px 0}.cta-box{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:30px;color:#fff;overflow:hidden;padding:70px;position:relative;text-align:center}.cta-box:before{background:#ffffff14;height:280px;right:-120px;top:-120px;width:280px}.cta-box:after,.cta-box:before{border-radius:50%;content:"";position:absolute}.cta-box:after{background:#ffffff0f;bottom:-120px;height:250px;left:-120px;width:250px}.cta-box>*{position:relative;z-index:2}.cta-box .section-tag{background:#ffffff26;color:#fff}.cta-box h2{font-size:46px;font-weight:800;margin:22px 0}.cta-box p{color:#ffffffeb;font-size:17px;line-height:1.9;margin:0 auto;max-width:820px}.cta-buttons{display:flex;gap:20px;justify-content:center;margin-top:40px}.cta-buttons .primary-btn{background:#fff;color:#2563eb}.cta-buttons .primary-btn:hover{background:#f8fafc}.cta-buttons .secondary-btn{border:2px solid #ffffff59;color:#fff}.cta-buttons .secondary-btn:hover{background:#fff;color:#2563eb}@media(max-width:1200px){.business-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.about-cta,.business-information{padding:80px 0}.cta-box{padding:55px 40px}.cta-box h2{font-size:38px}}@media(max-width:768px){.business-grid{grid-template-columns:1fr}.business-card{padding:25px}.business-card h4{font-size:18px}.business-card p{font-size:14px}.cta-box{border-radius:24px;padding:45px 30px}.cta-box h2{font-size:30px}.cta-box p{font-size:15px}.cta-buttons{align-items:center;flex-direction:column}.cta-buttons .primary-btn,.cta-buttons .secondary-btn{justify-content:center;max-width:320px;width:100%}}@media(max-width:576px){.about-cta,.business-information{padding:60px 0}.cta-box{border-radius:20px;padding:35px 20px}.cta-box h2{font-size:26px;line-height:1.3}.cta-box p{font-size:14px;line-height:1.8}.business-card{padding:22px}}@media(max-width:380px){.cta-box h2{font-size:22px}}.story-hero{background:linear-gradient(135deg,#f8fbff,#eef5ff);overflow:hidden;padding:40px 0 100px;position:relative}.story-hero:before{background:#2563eb0f;filter:blur(12px);height:500px;right:-180px;top:-180px;width:500px}.story-hero:after,.story-hero:before{border-radius:50%;content:"";position:absolute}.story-hero:after{background:#3b82f60d;bottom:-180px;filter:blur(15px);height:420px;left:-180px;width:420px}.story-overlay{background:linear-gradient(#ffffff26,#ffffff0d);inset:0;position:absolute}.story-hero-content{margin:auto;max-width:900px;position:relative;text-align:center;z-index:2}.story-tag{align-items:center;background:#eaf2ff;border-radius:50px;color:#2563eb;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;margin-bottom:25px;padding:10px 24px}.story-hero-content h1{color:#0f172a;font-size:58px;font-weight:800;line-height:1.15;margin-bottom:24px}.story-hero-content h1 span{color:#2563eb}.story-hero-content p{color:#64748b;font-size:17px;line-height:1.9;margin:auto;max-width:850px}.story-breadcrumb{background:#fff;border-bottom:1px solid #eef2f7;padding:18px 0}.section-tag{padding:10px 24px}.impact-card,.journey-card,.purpose-card,.timeline-content{background:#fff;border:1px solid #edf2f7;border-radius:20px;box-shadow:0 12px 35px #0f172a0d;transition:.35s}.impact-card:hover,.journey-card:hover,.purpose-card:hover,.timeline-content:hover{box-shadow:0 22px 55px #2563eb1f;transform:translateY(-8px)}.looking-wrapper{background:#fff;border:1px solid #edf2f7;border-radius:28px;box-shadow:0 18px 45px #0f172a0f;padding:70px}@media(max-width:992px){.story-hero{padding:120px 0 80px}.story-hero-content h1{font-size:44px}.section-heading h2{font-size:38px}}@media(max-width:768px){.story-hero{padding:110px 0 70px}.story-hero-content h1{font-size:34px}.story-hero-content p{font-size:15px}.section-heading{margin-bottom:50px}.section-heading h2{font-size:30px}.section-heading p{font-size:15px}}@media(max-width:576px){.story-hero{padding:100px 0 60px}.section-tag,.story-tag{font-size:12px;padding:8px 18px}.story-hero-content h1{font-size:28px}.story-hero-content p{font-size:14px}.section-heading h2{font-size:26px}.section-heading p{font-size:14px}.looking-wrapper{padding:35px 20px}}@media(max-width:380px){.story-hero-content h1{font-size:24px}}.our-journey{background:#fff;padding:100px 0}.story-grid{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1.2fr 1fr}.story-content h2{color:#0f172a;font-size:42px;font-weight:800;line-height:1.2;margin:18px 0 25px}.story-content h2 span{color:#2563eb}.story-content p{color:#64748b;font-size:16px;line-height:1.9;margin-bottom:22px}.journey-cards{grid-gap:25px;display:grid;gap:25px}.journey-card{overflow:hidden;padding:30px;position:relative}.journey-card:before{background:#2563eb;content:"";height:100%;left:0;position:absolute;top:0;width:5px}.journey-card h3{color:#0f172a;font-size:24px;font-weight:700;margin-bottom:15px}.journey-card p{color:#64748b;font-size:15px;line-height:1.8}.why-started{background:#f8fafc;padding:100px 0}.purpose-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.purpose-card{overflow:hidden;padding:35px 30px;position:relative;text-align:center}.purpose-card:before{background:#2563eb;content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:.35s;width:100%}.purpose-card:hover:before{transform:scaleX(1)}.purpose-card h3{color:#0f172a;font-size:24px;font-weight:700;margin-bottom:18px}.purpose-card p{color:#64748b;font-size:15px;line-height:1.9}@media(max-width:1200px){.story-content h2{font-size:38px}}@media(max-width:992px){.our-journey,.why-started{padding:80px 0}.story-grid{gap:45px;grid-template-columns:1fr}.purpose-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.story-content{text-align:center}.story-content h2{font-size:32px}.story-content p{font-size:15px}.journey-card{padding:25px}.purpose-grid{grid-template-columns:1fr}.purpose-card{padding:28px 24px}.purpose-card h3{font-size:22px}}@media(max-width:576px){.our-journey,.why-started{padding:60px 0}.story-content h2{font-size:28px}.story-content p{font-size:14px;line-height:1.8}.journey-card{border-radius:18px;padding:22px}.journey-card h3{font-size:20px}.journey-card p{font-size:14px}.purpose-card{border-radius:18px;padding:24px 20px}.purpose-card h3{font-size:20px}.purpose-card p{font-size:14px}}@media(max-width:380px){.story-content h2{font-size:24px}}.story-timeline{background:#fff;overflow:hidden;padding:100px 0;position:relative}.story-timeline:before{background:#2563eb0d;border-radius:50%;content:"";height:420px;position:absolute;right:-180px;top:-180px;width:420px}.timeline{margin:0 auto;max-width:1000px;position:relative}.timeline:before{background:#dbeafe;border-radius:20px;bottom:0;content:"";left:120px;position:absolute;top:0;width:4px}.timeline-item{grid-gap:35px;align-items:flex-start;display:grid;gap:35px;grid-template-columns:140px 1fr;margin-bottom:50px;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-year{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:50%;box-shadow:0 12px 30px #2563eb40;color:#fff;display:flex;font-size:20px;font-weight:700;height:90px;justify-content:center;position:relative;width:90px;z-index:2}.timeline-content{padding:30px}.timeline-content h3{color:#0f172a;font-size:24px;font-weight:700;margin-bottom:15px}.timeline-content p{color:#64748b;font-size:15px;line-height:1.9}.story-impact{background:#f8fafc;padding:100px 0}.impact-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}.impact-card{padding:35px 28px;text-align:center}.impact-card h3{color:#2563eb;font-size:42px;font-weight:800;margin-bottom:12px}.impact-card h4{color:#0f172a;font-size:22px;font-weight:700;margin-bottom:15px}.impact-card p{color:#64748b;font-size:15px;line-height:1.8}.impact-card,.timeline-content{transition:all .35s ease}.timeline-content:hover{box-shadow:0 24px 55px #2563eb1f;transform:translateY(-8px)}.timeline-year{transition:.35s}.timeline-item:hover .timeline-year{transform:scale(1.08)}.impact-card:hover{box-shadow:0 24px 55px #2563eb1f;transform:translateY(-8px)}@media(max-width:1200px){.impact-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.story-impact,.story-timeline{padding:80px 0}.timeline:before{left:40px}.timeline-item{gap:25px;grid-template-columns:80px 1fr}.timeline-year{font-size:16px;height:70px;width:70px}}@media(max-width:768px){.impact-grid{grid-template-columns:1fr}.timeline-content{padding:25px}.timeline-content h3{font-size:20px}.timeline-content p{font-size:14px}.impact-card{padding:28px 22px}.impact-card h3{font-size:36px}.impact-card h4{font-size:20px}.impact-card p{font-size:14px}}@media(max-width:576px){.story-impact,.story-timeline{padding:60px 0}.timeline:before{left:30px}.timeline-item{gap:18px;grid-template-columns:60px 1fr}.timeline-year{font-size:14px;height:60px;width:60px}.timeline-content{border-radius:18px;padding:20px}.timeline-content h3{font-size:18px}.timeline-content p{font-size:14px;line-height:1.8}.impact-card{border-radius:18px;padding:24px 18px}.impact-card h3{font-size:32px}.impact-card h4{font-size:18px}}@media(max-width:380px){.timeline-item{grid-template-columns:1fr}.timeline:before{display:none}.timeline-year{margin-bottom:15px}}.looking-ahead{background:#fff;overflow:hidden;padding:100px 0;position:relative}.looking-ahead:before{background:#2563eb0d;border-radius:50%;content:"";height:420px;left:-200px;position:absolute;top:-200px;width:420px}.looking-wrapper{margin:auto;max-width:1100px;position:relative;text-align:center;z-index:2}.looking-wrapper h2{color:#0f172a;font-size:46px;font-weight:800;line-height:1.2;margin:20px 0 25px}.looking-wrapper h2 span{color:#2563eb}.looking-wrapper>p{color:#64748b;font-size:16px;line-height:1.9;margin:0 auto 22px;max-width:900px}.future-points{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(2,1fr);margin-top:50px}.future-item{align-items:flex-start;background:#f8fafc;border:1px solid #edf2f7;border-radius:18px;display:flex;gap:18px;padding:24px;transition:.35s}.future-item:hover{box-shadow:0 18px 40px #2563eb1a;transform:translateY(-6px)}.future-item span{align-items:center;background:#2563eb;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:18px;font-weight:700;height:40px;justify-content:center;width:40px}.future-item p{color:#475569;font-size:15px;line-height:1.8;margin:0}.looking-ahead,.our-journey,.story-hero,.story-impact,.story-timeline,.why-started{width:100%}@media (max-width:1200px){.looking-wrapper{max-width:100%}}@media (max-width:992px){.looking-ahead{padding:80px 0}.looking-wrapper h2{font-size:38px}.future-points{grid-template-columns:1fr}}@media (max-width:768px){.looking-wrapper{padding:0 10px}.looking-wrapper h2{font-size:32px}.looking-wrapper>p{font-size:15px}.future-item{padding:20px}.future-item span{font-size:16px;height:36px;width:36px}.future-item p{font-size:14px}}@media (max-width:576px){.looking-ahead{padding:60px 0}.looking-wrapper h2{font-size:26px;line-height:1.3}.looking-wrapper>p{font-size:14px;line-height:1.8}.future-points{gap:18px;margin-top:35px}.future-item{border-radius:16px;gap:14px;padding:18px}.future-item span{font-size:15px;height:32px;width:32px}.future-item p{font-size:14px}}@media (max-width:380px){.looking-wrapper h2{font-size:22px}.future-item{align-items:center;flex-direction:column;text-align:center}}.mv-hero{background:linear-gradient(135deg,#f8fbff,#eef5ff);overflow:hidden;padding:40px 0 100px;position:relative}.mv-hero:before{background:#2563eb0f;filter:blur(12px);height:500px;right:-180px;top:-180px;width:500px}.mv-hero:after,.mv-hero:before{border-radius:50%;content:"";position:absolute}.mv-hero:after{background:#3b82f60d;bottom:-180px;filter:blur(15px);height:420px;left:-180px;width:420px}.mv-overlay{background:linear-gradient(#ffffff2e,#ffffff0f);inset:0;position:absolute}.mv-hero-content{margin:auto;max-width:900px;position:relative;text-align:center;z-index:2}.mv-tag{align-items:center;background:#eaf2ff;border-radius:50px;color:#2563eb;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;margin-bottom:24px;padding:10px 24px}.mv-hero-content h1{color:#0f172a;font-size:58px;font-weight:800;line-height:1.15;margin-bottom:24px}.mv-hero-content h1 span{color:#2563eb}.mv-hero-content p{color:#64748b;font-size:17px;line-height:1.9;margin:auto;max-width:860px}.mv-breadcrumb{background:#fff;border-bottom:1px solid #edf2f7;padding:18px 0}.breadcrumb{font-size:15px}.breadcrumb a{font-weight:500}.breadcrumb svg{font-size:16px}.section-heading h2{margin-bottom:20px}.belief-card,.commitment-card,.goal-card,.mv-card,.value-card{background:#fff;border:1px solid #edf2f7;border-radius:22px;box-shadow:0 12px 35px #0f172a0d;transition:all .35s ease}.belief-card:hover,.commitment-card:hover,.goal-card:hover,.mv-card:hover,.value-card:hover{box-shadow:0 22px 55px #2563eb1f;transform:translateY(-8px)}@media(max-width:992px){.mv-hero{padding:120px 0 80px}.mv-hero-content h1{font-size:44px}.section-heading h2{font-size:38px}}@media(max-width:768px){.mv-hero{padding:110px 0 70px}.mv-hero-content h1{font-size:34px}.mv-hero-content p{font-size:15px}.section-heading{margin-bottom:50px}.section-heading h2{font-size:30px}.section-heading p{font-size:15px}}@media(max-width:576px){.mv-hero{padding:100px 0 60px}.mv-tag,.section-tag{font-size:12px;padding:8px 18px}.mv-hero-content h1{font-size:28px}.mv-hero-content p{font-size:14px}.section-heading h2{font-size:26px}.section-heading p{font-size:14px;line-height:1.8}}@media(max-width:380px){.mv-hero-content h1{font-size:24px}}.mission-vision{background:#fff;padding:100px 0}.mv-grid{grid-gap:35px;align-items:stretch;display:grid;gap:35px;grid-template-columns:repeat(2,1fr)}.mv-card{overflow:hidden;padding:45px 40px;position:relative}.mv-card:before{background:linear-gradient(90deg,#2563eb,#3b82f6);content:"";height:5px;left:0;position:absolute;top:0;width:100%}.mv-card h2{color:#0f172a;font-size:36px;font-weight:800;line-height:1.25;margin:18px 0 22px}.mv-card h2 span{color:#2563eb}.mv-card>p{color:#64748b;font-size:15px;line-height:1.9;margin-bottom:18px}.mv-list{display:flex;flex-direction:column;gap:18px;margin-top:30px}.mv-item{align-items:flex-start;background:#f8fbff;border:1px solid #e8eef7;border-radius:16px;display:flex;gap:15px;padding:18px;transition:.35s}.mv-item:hover{background:#eef5ff;border-color:#cfe0ff;transform:translateX(6px)}.mv-item span{align-items:center;background:#2563eb;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:15px;font-weight:700;height:34px;justify-content:center;width:34px}.mv-item p{color:#475569;font-size:15px;line-height:1.7;margin:0}.mv-card{animation:fadeUp .8s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1200px){.mv-card{padding:40px 32px}.mv-card h2{font-size:32px}}@media(max-width:992px){.mission-vision{padding:80px 0}.mv-grid{gap:30px;grid-template-columns:1fr}}@media(max-width:768px){.mv-card{padding:32px 26px}.mv-card h2{font-size:28px}.mv-card>p{font-size:14px}.mv-item{padding:16px}.mv-item p{font-size:14px}}@media(max-width:576px){.mission-vision{padding:60px 0}.mv-card{border-radius:18px;padding:24px 20px}.mv-card h2{font-size:24px;line-height:1.3}.mv-card>p{font-size:14px;line-height:1.8}.mv-list{gap:14px}.mv-item{gap:12px;padding:14px}.mv-item span{font-size:14px;height:30px;width:30px}.mv-item p{font-size:13px}}@media(max-width:380px){.mv-card h2{font-size:22px}.mv-item{align-items:center;flex-direction:column;text-align:center}}.core-values{background:#f8fafc;padding:100px 0}.values-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.value-card{overflow:hidden;padding:35px 30px;position:relative;text-align:center}.value-card:before{background:linear-gradient(90deg,#2563eb,#3b82f6);content:"";height:5px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:.35s;width:100%}.value-card:hover:before{transform:scaleX(1)}.value-card h3{color:#0f172a;font-size:24px;font-weight:700;margin-bottom:18px}.value-card p{color:#64748b;font-size:15px;line-height:1.9}.business-goals{background:#fff;padding:100px 0}.goals-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(4,1fr)}.goal-card{overflow:hidden;padding:35px 28px;position:relative;text-align:center}.goal-card:before{background:#2563eb;border-radius:0 0 10px 10px;content:"";height:5px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:70px}.goal-card h3{color:#0f172a;font-size:22px;font-weight:700;line-height:1.35;margin:18px 0 16px}.goal-card p{color:#64748b;font-size:15px;line-height:1.9}.goal-card,.value-card{transition:all .35s ease}.goal-card:hover,.value-card:hover{box-shadow:0 24px 55px #2563eb1f;transform:translateY(-10px)}@media(max-width:1200px){.goals-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.business-goals,.core-values{padding:80px 0}.values-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.goals-grid,.values-grid{grid-template-columns:1fr}.goal-card,.value-card{padding:30px 24px}.value-card h3{font-size:22px}.goal-card h3{font-size:20px}.goal-card p,.value-card p{font-size:14px}}@media(max-width:576px){.business-goals,.core-values{padding:60px 0}.goal-card,.value-card{border-radius:18px;padding:24px 20px}.value-card h3{font-size:20px}.goal-card h3{font-size:18px}.goal-card p,.value-card p{font-size:14px;line-height:1.8}}@media(max-width:380px){.goal-card h3,.value-card h3{font-size:18px}}.belief-section{background:#f8fafc;padding:100px 0}.belief-grid{grid-gap:35px;align-items:stretch;display:grid;gap:35px;grid-template-columns:repeat(2,1fr)}.belief-card{overflow:hidden;padding:45px 40px;position:relative}.belief-card:before{background:linear-gradient(90deg,#2563eb,#3b82f6);content:"";height:5px;left:0;position:absolute;top:0;width:100%}.belief-card h2{color:#0f172a;font-size:36px;font-weight:800;line-height:1.25;margin:18px 0 22px}.belief-card h2 span{color:#2563eb}.belief-card p{color:#64748b;font-size:15px;line-height:1.9;margin-bottom:18px}.belief-card p:last-child{margin-bottom:0}.commitment-section{background:#fff;padding:100px 0}.commitment-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(4,1fr)}.commitment-card{overflow:hidden;padding:35px 28px;position:relative;text-align:center}.commitment-card:before{background:#2563eb;border-radius:0 0 10px 10px;content:"";height:5px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:70px}.commitment-card h3{color:#0f172a;font-size:22px;font-weight:700;margin:18px 0 16px}.commitment-card p{color:#64748b;font-size:15px;line-height:1.9}.belief-card,.commitment-card{transition:all .35s ease}.belief-card:hover,.commitment-card:hover{box-shadow:0 24px 55px #2563eb1f;transform:translateY(-10px)}@media(max-width:1200px){.commitment-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.belief-section,.commitment-section{padding:80px 0}.belief-grid{gap:30px;grid-template-columns:1fr}.belief-card{padding:35px 30px}.belief-card h2{font-size:32px}}@media(max-width:768px){.commitment-grid{grid-template-columns:1fr}.belief-card{padding:30px 24px}.belief-card h2{font-size:28px}.belief-card p{font-size:14px}.commitment-card{padding:30px 24px}.commitment-card h3{font-size:20px}.commitment-card p{font-size:14px}}@media(max-width:576px){.belief-section,.commitment-section{padding:60px 0}.belief-card,.commitment-card{border-radius:18px;padding:24px 20px}.belief-card h2{font-size:24px;line-height:1.35}.belief-card p{font-size:14px;line-height:1.8}.commitment-card h3{font-size:18px;line-height:1.4}.commitment-card p{font-size:14px;line-height:1.8}}@media(max-width:380px){.belief-card h2{font-size:22px}.commitment-card h3{font-size:17px}}.retail-hero{background:linear-gradient(135deg,#f8fbff,#eef5ff);overflow:hidden;padding:40px 0 100px;position:relative}.retail-hero:before{background:#2563eb0f;filter:blur(10px);height:480px;right:-180px;top:-180px;width:480px}.retail-hero:after,.retail-hero:before{border-radius:50%;content:"";position:absolute}.retail-hero:after{background:#3b82f60d;bottom:-180px;filter:blur(12px);height:420px;left:-180px;width:420px}.retail-overlay{background:linear-gradient(#ffffff26,#ffffff0d);inset:0;position:absolute}.retail-hero-content{margin:auto;max-width:900px;position:relative;text-align:center;z-index:2}.retail-tag{align-items:center;background:#eaf2ff;border-radius:50px;color:#2563eb;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;margin-bottom:24px;padding:10px 24px}.retail-hero-content h1{color:#0f172a;font-size:56px;font-weight:800;line-height:1.15;margin-bottom:24px}.retail-hero-content h1 span{color:#2563eb}.retail-hero-content p{color:#64748b;font-size:17px;line-height:1.9;margin:auto;max-width:860px}.retail-hero-btns{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-top:40px}.retail-breadcrumb{background:#fff;border-bottom:1px solid #edf2f7;padding:18px 0}@media(max-width:992px){.retail-hero{padding:120px 0 80px}.retail-hero-content h1{font-size:42px}.section-heading h2{font-size:36px}}@media(max-width:768px){.retail-hero{padding:100px 0 70px}.retail-hero-content h1{font-size:34px}.retail-hero-content p{font-size:15px}.section-heading{margin-bottom:50px}.section-heading h2{font-size:30px}.section-heading p{font-size:15px}}@media(max-width:576px){.retail-hero{padding:90px 0 60px}.retail-tag,.section-tag{font-size:12px;padding:8px 18px}.retail-hero-content h1{font-size:28px}.retail-hero-content p{font-size:14px;line-height:1.8}.retail-hero-btns{align-items:center;flex-direction:column}.primary-btn,.secondary-btn{max-width:260px;width:100%}.section-heading h2{font-size:26px}.section-heading p{font-size:14px}}@media(max-width:380px){.retail-hero-content h1{font-size:24px}}.retail-overview{background:#fff;padding:100px 0}.overview-grid{grid-gap:50px;gap:50px;grid-template-columns:1.2fr .8fr}.overview-content h2{font-size:42px;margin:18px 0 22px}.overview-list{grid-gap:18px;gap:18px;margin-top:35px}.overview-item{background:#f8fbff;border:1px solid #dbeafe;border-radius:14px;color:#334155;padding:16px 18px;transition:.35s}.overview-item:hover{background:#2563eb;color:#fff;transform:translateY(-5px)}.overview-cards{grid-gap:24px;gap:24px;grid-template-columns:1fr}.overview-card{overflow:hidden;padding:28px;position:relative}.overview-card:before{background:linear-gradient(90deg,#2563eb,#3b82f6);content:"";height:5px;left:0;position:absolute;top:0;width:100%}.overview-card h3{font-size:24px}.retail-challenges{background:#f8fafc;padding:100px 0}.challenge-grid{grid-gap:28px;gap:28px}.challenge-card{overflow:hidden;padding:30px;position:relative}.challenge-card:before{background:#2563eb;content:"";height:5px;left:0;position:absolute;top:0;width:100%}.challenge-card h3{font-size:22px;font-weight:700}.challenge-card,.overview-card,.overview-item{transition:all .35s ease}.challenge-card:hover,.overview-card:hover{transform:translateY(-8px)}@media(max-width:1200px){.overview-grid{grid-template-columns:1fr}}@media(max-width:992px){.retail-challenges,.retail-overview{padding:80px 0}.challenge-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.overview-content h2{font-size:34px}.challenge-grid,.overview-list{grid-template-columns:1fr}.challenge-card,.overview-card{padding:24px}}@media(max-width:576px){.retail-challenges,.retail-overview{padding:60px 0}.overview-content h2{font-size:28px}.overview-content p{font-size:14px}.overview-item{font-size:14px;padding:14px}.overview-card h3{font-size:20px}.overview-card p{font-size:14px}.challenge-card{padding:22px}.challenge-card h3{font-size:20px}.challenge-card p{font-size:14px}}@media(max-width:380px){.overview-content h2{font-size:24px}}.retail-solutions{background:#fff;padding:100px 0}.solution-card h3{line-height:1.35}.retail-features{background:#f8fafc;padding:100px 0}@media(max-width:992px){.retail-features,.retail-solutions{padding:80px 0}.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.retail-features,.retail-solutions{padding:60px 0}.feature-card,.solution-card{border-radius:18px}.solution-card{padding:24px 20px}.solution-card h3{font-size:18px}.solution-card p{font-size:14px;line-height:1.8}.feature-card{min-height:90px;padding:18px}.feature-card h3{font-size:16px}}.retail-benefits{background:#f8fafc;overflow:hidden;padding:100px 0;position:relative}.retail-benefits:before{background:#2563eb0d;border-radius:50%;content:"";height:420px;position:absolute;right:-180px;top:-180px;width:420px}.retail-benefits:after{background:#3b82f60a;border-radius:50%;bottom:-180px;content:"";height:380px;left:-180px;position:absolute;width:380px}.benefits-grid{position:relative;z-index:2}.benefit-card{background:#fff;border:1px solid #edf2f7;border-radius:20px;box-shadow:0 12px 30px #0f172a0d;overflow:hidden;padding:35px 30px;position:relative;transition:all .35s ease}.benefit-card:before{background:linear-gradient(90deg,#2563eb,#3b82f6);content:"";height:5px;left:0;position:absolute;top:0;width:100%}.benefit-card h3{font-size:24px;font-weight:700;line-height:1.4;margin-bottom:18px}.benefit-card p{line-height:1.9}.benefit-card:hover{box-shadow:0 24px 60px #2563eb1f;transform:translateY(-10px)}.retail-benefits,.retail-challenges,.retail-features,.retail-overview,.retail-solutions{width:100%}@media(max-width:1200px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.retail-benefits{padding:80px 0}.benefit-card{padding:30px 26px}}@media(max-width:768px){.benefits-grid{grid-template-columns:1fr}.benefit-card{padding:26px 22px}.benefit-card h3{font-size:22px}.benefit-card p{font-size:14px;line-height:1.8}}@media(max-width:576px){.retail-benefits{padding:60px 0}.benefit-card{border-radius:18px;padding:22px 18px}.benefit-card h3{font-size:20px;margin-bottom:14px}.benefit-card p{font-size:14px;line-height:1.8}}@media(max-width:380px){.benefit-card{padding:20px 16px}.benefit-card h3{font-size:18px}.benefit-card p{font-size:13px}}.healthcare-hero{background:linear-gradient(135deg,#f8fbff,#eef5ff);overflow:hidden;padding:40px 0 100px;position:relative}.healthcare-hero:before{background:#2563eb0f;border-radius:50%;content:"";filter:blur(10px);height:480px;position:absolute;right:-180px;top:-180px;width:480px}.healthcare-hero:after{background:#3b82f60d;border-radius:50%;bottom:-180px;content:"";filter:blur(12px);height:420px;left:-180px;position:absolute;width:420px}.healthcare-overlay{background:linear-gradient(#ffffff2e,#ffffff0d);inset:0;position:absolute}.healthcare-hero-content{margin:auto;max-width:900px;position:relative;text-align:center;z-index:2}.healthcare-tag{align-items:center;background:#eaf2ff;border-radius:50px;color:#2563eb;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;margin-bottom:24px;padding:10px 24px}.healthcare-hero-content h1{color:#0f172a;font-size:56px;font-weight:800;line-height:1.15;margin-bottom:24px}.healthcare-hero-content h1 span{color:#2563eb}.healthcare-hero-content p{color:#64748b;font-size:17px;line-height:1.9;margin:auto;max-width:860px}.healthcare-hero-btns{align-items:center;display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-top:40px}.primary-btn,.secondary-btn{transition:.35s}.healthcare-breadcrumb{background:#fff;border-bottom:1px solid #edf2f7;padding:18px 0}.section-tag{margin-bottom:22px}.benefit-card,.challenge-card,.feature-card,.overview-card,.solution-card{transition:all .35s ease}@media(max-width:992px){.healthcare-hero{padding:120px 0 80px}.healthcare-hero-content h1{font-size:42px}.section-heading h2{font-size:36px}}@media(max-width:768px){.healthcare-hero{padding:100px 0 70px}.healthcare-hero-content h1{font-size:34px}.healthcare-hero-content p{font-size:15px}.section-heading{margin-bottom:50px}.section-heading h2{font-size:30px}.section-heading p{font-size:15px}}@media(max-width:576px){.healthcare-hero{padding:90px 0 60px}.healthcare-tag,.section-tag{font-size:12px;padding:8px 18px}.healthcare-hero-content h1{font-size:28px}.healthcare-hero-content p{font-size:14px;line-height:1.8}.healthcare-hero-btns{align-items:center;flex-direction:column}.primary-btn,.secondary-btn{max-width:260px;width:100%}.section-heading h2{font-size:26px}.section-heading p{font-size:14px}}@media(max-width:380px){.healthcare-hero-content h1{font-size:24px}}.healthcare-solutions{background:#fff;padding:100px 0}.solution-card:before{background:linear-gradient(90deg,#2563eb,#3b82f6)}.solution-card h3{font-size:22px;line-height:1.4;margin-bottom:16px}.solution-card p{line-height:1.9}.healthcare-features{background:#f8fafc;padding:100px 0}.feature-card{overflow:hidden;padding:24px;position:relative}.feature-card:before{background:#2563eb;content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:.35s;width:100%}.feature-card:hover:before{transform:scaleX(1)}.feature-card h3{font-size:19px;font-weight:700;line-height:1.5}.feature-card,.solution-card{transition:all .35s ease}.feature-card:hover,.solution-card:hover{box-shadow:0 22px 55px #2563eb1f;transform:translateY(-8px)}@media(max-width:992px){.healthcare-features,.healthcare-solutions{padding:80px 0}.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.features-grid,.solutions-grid{grid-template-columns:1fr}.solution-card{padding:28px 24px}.solution-card h3{font-size:20px}.solution-card p{font-size:14px}.feature-card{min-height:100px;padding:20px}.feature-card h3{font-size:18px}}@media(max-width:576px){.healthcare-features,.healthcare-solutions{padding:60px 0}.feature-card,.solution-card{border-radius:18px}.solution-card{padding:24px 20px}.solution-card h3{font-size:18px}.solution-card p{font-size:14px;line-height:1.8}.feature-card{min-height:90px;padding:18px}.feature-card h3{font-size:16px}}@media(max-width:380px){.solution-card h3{font-size:17px}.feature-card h3{font-size:15px}}.agriculture-hero{background:linear-gradient(135deg,#f8fbff,#eefbf1);overflow:hidden;padding:40px 0 100px;position:relative}.agriculture-hero:before{background:#22c55e14;border-radius:50%;content:"";filter:blur(10px);height:480px;position:absolute;right:-180px;top:-180px;width:480px}.agriculture-hero:after{background:#16a34a0f;border-radius:50%;bottom:-180px;content:"";filter:blur(12px);height:420px;left:-180px;position:absolute;width:420px}.agriculture-overlay{background:linear-gradient(#ffffff2e,#ffffff0d);inset:0;position:absolute}.agriculture-hero-content{margin:auto;max-width:900px;position:relative;text-align:center;z-index:2}.agriculture-tag{align-items:center;background:#dcfce7;border-radius:50px;color:#16a34a;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;margin-bottom:24px;padding:10px 24px}.agriculture-hero-content h1{color:#0f172a;font-size:56px;font-weight:800;line-height:1.15;margin-bottom:24px}.agriculture-hero-content h1 span{color:#16a34a}.agriculture-hero-content p{color:#64748b;font-size:17px;line-height:1.9;margin:auto;max-width:860px}.agriculture-hero-btns{align-items:center;display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-top:40px}.agriculture-breadcrumb{background:#fff;border-bottom:1px solid #edf2f7;padding:18px 0}.agriculture-overview{background:#fff;padding:100px 0}.overview-content h2 span{color:#16a34a}.overview-item{background:#f0fdf4;color:#166534}.benefit-card:hover,.challenge-card:hover,.feature-card:hover,.overview-card:hover,.solution-card:hover{box-shadow:0 24px 55px #16a34a1f}.agriculture-challenges{background:#f8fafc;padding:100px 0}.agriculture-solutions{background:#fff;padding:100px 0}.solution-card:before{background:linear-gradient(90deg,#16a34a,#4ade80)}.agriculture-features{background:#f8fafc;padding:100px 0}.feature-card{background:#fff;border:1px solid #edf2f7;border-radius:22px;box-shadow:0 12px 30px #0f172a0d;transition:.35s}.feature-card:hover{transform:translateY(-8px)}@media(max-width:1200px){.features-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.agriculture-features{padding:60px 0}.features-grid{gap:20px;grid-template-columns:1fr}.feature-card{min-height:100px;padding:20px;width:100%}.feature-card h3{font-size:16px}}.agriculture-benefits{background:#fff;padding:100px 0}@media(max-width:992px){.overview-grid{grid-template-columns:1fr}.benefits-grid,.challenge-grid{grid-template-columns:repeat(2,1fr)}.agriculture-hero-content h1{font-size:42px}}@media(max-width:768px){.benefits-grid,.challenge-grid,.features-grid,.overview-cards,.overview-list,.solutions-grid{grid-template-columns:1fr}.agriculture-hero{padding:90px 0 60px}.agriculture-hero-content h1{font-size:34px}.overview-content h2,.section-heading h2{font-size:30px}}@media(max-width:576px){.agriculture-hero-content h1{font-size:28px}.agriculture-hero-content p{font-size:14px}.benefit-card,.challenge-card,.overview-card,.solution-card{border-radius:18px;padding:24px 20px}}.education-hero{background:linear-gradient(135deg,#f8fbff,#eef6ff);overflow:hidden;padding:40px 0 100px;position:relative}.education-hero:before{background:#2563eb14;filter:blur(10px);height:480px;right:-180px;top:-180px;width:480px}.education-hero:after,.education-hero:before{border-radius:50%;content:"";position:absolute}.education-hero:after{background:#3b82f60f;bottom:-180px;filter:blur(12px);height:420px;left:-180px;width:420px}.education-overlay{background:linear-gradient(#ffffff2e,#ffffff0d);inset:0;position:absolute}.education-hero-content{margin:auto;max-width:900px;position:relative;text-align:center;z-index:2}.education-tag{align-items:center;background:#dbeafe;border-radius:50px;color:#2563eb;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;margin-bottom:24px;padding:10px 24px}.education-hero-content h1{color:#0f172a;font-size:56px;font-weight:800;line-height:1.15;margin-bottom:24px}.education-hero-content h1 span{color:#2563eb}.education-hero-content p{color:#64748b;font-size:17px;line-height:1.9;margin:auto;max-width:860px}.education-hero-btns{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-top:40px}.education-breadcrumb{background:#fff;border-bottom:1px solid #edf2f7;padding:18px 0}.education-overview{background:#fff;padding:100px 0}.overview-content h2 span{color:#2563eb}.overview-item{background:#eff6ff;color:#1d4ed8}.benefit-card:hover,.challenge-card:hover,.feature-card:hover,.overview-card:hover,.solution-card:hover{box-shadow:0 24px 55px #2563eb1f}.education-challenges{background:#f8fafc;padding:100px 0}.education-solutions{background:#fff;padding:100px 0}.solution-card:before{background:linear-gradient(90deg,#2563eb,#60a5fa)}.education-features{background:#f8fafc;padding:100px 0}.feature-card h3{margin:0}.education-benefits{background:#fff;padding:100px 0}@media(max-width:992px){.overview-grid{grid-template-columns:1fr}.benefits-grid,.challenge-grid{grid-template-columns:repeat(2,1fr)}.education-hero-content h1{font-size:42px}}@media(max-width:768px){.benefits-grid,.challenge-grid,.features-grid,.overview-cards,.overview-list,.solutions-grid{grid-template-columns:1fr}.education-hero{padding:80px 0 60px}.education-hero-content h1{font-size:34px}.overview-content h2,.section-heading h2{font-size:30px}}@media(max-width:576px){.education-hero-content h1{font-size:28px}.education-hero-content p{font-size:14px}.benefit-card,.challenge-card,.overview-card,.solution-card{border-radius:18px;padding:24px 20px}}.manufacturing-hero{background:linear-gradient(135deg,#f8fbff,#eef6ff);overflow:hidden;padding:40px 0 100px;position:relative}.manufacturing-hero:before{background:#2563eb14;border-radius:50%;content:"";filter:blur(10px);height:480px;position:absolute;right:-180px;top:-180px;width:480px}.manufacturing-hero:after{background:#3b82f60f;border-radius:50%;bottom:-180px;content:"";filter:blur(12px);height:420px;left:-180px;position:absolute;width:420px}.manufacturing-overlay{background:linear-gradient(#fff3,#ffffff0d);inset:0;position:absolute}.manufacturing-hero-content{margin:auto;max-width:900px;position:relative;text-align:center;z-index:2}.manufacturing-tag{align-items:center;background:#dbeafe;border-radius:50px;color:#2563eb;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;margin-bottom:24px;padding:10px 24px}.manufacturing-hero-content h1{color:#0f172a;font-size:56px;font-weight:800;line-height:1.15;margin-bottom:24px}.manufacturing-hero-content h1 span{color:#2563eb}.manufacturing-hero-content p{color:#64748b;font-size:17px;line-height:1.9;margin:auto;max-width:860px}.manufacturing-breadcrumb{background:#fff;border-bottom:1px solid #edf2f7;padding:18px 0}.manufacturing-overview{background:#fff;padding:100px 0}.manufacturing-overview .overview-grid{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.manufacturing-overview h2{color:#0f172a;font-size:46px;font-weight:800;line-height:1.2}.manufacturing-overview h2 span{color:#2563eb}.manufacturing-overview p{color:#64748b;font-size:16px;line-height:1.9}.manufacturing-benefits .benefit-card,.manufacturing-challenges .challenge-card,.manufacturing-features .feature-card,.manufacturing-solutions .solution-card{background:#fff;border:1px solid #edf2f7;border-radius:22px;box-shadow:0 12px 30px #0f172a0d;transition:.35s}.manufacturing-benefits .benefit-card:hover,.manufacturing-challenges .challenge-card:hover,.manufacturing-features .feature-card:hover,.manufacturing-solutions .solution-card:hover{box-shadow:0 24px 55px #2563eb1f;transform:translateY(-8px)}.manufacturing-challenges{background:#f8fafc;padding:100px 0}.manufacturing-challenges .challenge-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.manufacturing-challenges .challenge-card{padding:35px 28px}.manufacturing-challenges h3{color:#0f172a;font-size:21px;margin-bottom:15px}.manufacturing-challenges p{color:#64748b;font-size:15px;line-height:1.8}.manufacturing-solutions{background:#fff;padding:100px 0}.manufacturing-solutions .solutions-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}.manufacturing-solutions .solution-card{overflow:hidden;padding:35px 28px;position:relative}.manufacturing-solutions .solution-card:before{background:linear-gradient(90deg,#2563eb,#60a5fa);content:"";height:5px;left:0;position:absolute;top:0;width:100%}.manufacturing-solutions h3{color:#0f172a;font-size:21px;margin-bottom:15px}.manufacturing-solutions p{color:#64748b;line-height:1.8}.manufacturing-features{background:#f8fafc;padding:100px 0}.manufacturing-features .features-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.manufacturing-features .feature-card{align-items:center;display:flex;justify-content:center;min-height:120px;padding:25px;position:relative;text-align:center}.manufacturing-features .feature-card:before{background:#2563eb;content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transition:.35s;width:100%}.manufacturing-features .feature-card:hover:before{transform:scaleX(1)}.manufacturing-features h3{color:#0f172a;font-size:18px}.manufacturing-benefits{background:#fff;padding:100px 0}.manufacturing-benefits .benefits-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.manufacturing-benefits .benefit-card{padding:35px 28px}.manufacturing-benefits h3{color:#0f172a;font-size:21px;margin-bottom:15px}.manufacturing-benefits p{color:#64748b;line-height:1.8}@media(max-width:1200px){.manufacturing-solutions .solutions-grid{grid-template-columns:repeat(2,1fr)}.manufacturing-features .features-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.manufacturing-overview .overview-grid{grid-template-columns:1fr}.manufacturing-benefits .benefits-grid,.manufacturing-challenges .challenge-grid{grid-template-columns:repeat(2,1fr)}.manufacturing-hero-content h1{font-size:42px}}@media(max-width:768px){.manufacturing-benefits .benefits-grid,.manufacturing-challenges .challenge-grid,.manufacturing-features .features-grid,.manufacturing-solutions .solutions-grid{grid-template-columns:1fr}.manufacturing-hero{padding:80px 0 60px}.manufacturing-hero-content h1{font-size:34px}.manufacturing-overview h2{font-size:30px}}@media(max-width:576px){.manufacturing-hero-content h1{font-size:28px}.manufacturing-hero-content p{font-size:14px}.manufacturing-benefits .benefit-card,.manufacturing-challenges .challenge-card,.manufacturing-solutions .solution-card{border-radius:18px;padding:24px 20px}}.logistics-hero{background:linear-gradient(135deg,#f8fbff,#eff6ff);overflow:hidden;padding:40px 0 100px;position:relative}.logistics-hero:before{background:#2563eb14;filter:blur(10px);height:480px;right:-180px;top:-180px;width:480px}.logistics-hero:after,.logistics-hero:before{border-radius:50%;content:"";position:absolute}.logistics-hero:after{background:#3b82f60f;bottom:-180px;filter:blur(12px);height:420px;left:-180px;width:420px}.logistics-overlay{background:linear-gradient(#fff3,#ffffff0d);inset:0;position:absolute}.logistics-hero-content{margin:auto;max-width:900px;position:relative;text-align:center;z-index:2}.logistics-tag{align-items:center;background:#dbeafe;border-radius:50px;color:#2563eb;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;margin-bottom:24px;padding:10px 24px}.logistics-hero-content h1{color:#0f172a;font-size:56px;font-weight:800;line-height:1.15;margin-bottom:24px}.logistics-hero-content h1 span{color:#2563eb}.logistics-hero-content p{color:#64748b;font-size:17px;line-height:1.9;margin:auto;max-width:860px}.logistics-breadcrumb{background:#fff;border-bottom:1px solid #edf2f7;padding:18px 0}.logistics-overview{background:#fff;padding:100px 0}.logistics-overview .overview-grid{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.logistics-overview h2{color:#0f172a;font-size:46px;font-weight:800;line-height:1.2}.logistics-overview h2 span{color:#2563eb}.logistics-overview p{color:#64748b;font-size:16px;line-height:1.9}.logistics-benefits .benefit-card,.logistics-challenges .challenge-card,.logistics-features .feature-card,.logistics-solutions .solution-card{background:#fff;border:1px solid #edf2f7;border-radius:22px;box-shadow:0 12px 30px #0f172a0d;transition:.35s}.logistics-benefits .benefit-card:hover,.logistics-challenges .challenge-card:hover,.logistics-features .feature-card:hover,.logistics-solutions .solution-card:hover{box-shadow:0 24px 55px #2563eb1f;transform:translateY(-8px)}.logistics-challenges{background:#f8fafc;padding:100px 0}.logistics-challenges .challenge-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.logistics-challenges .challenge-card{padding:35px 28px}.logistics-challenges h3{color:#0f172a;font-size:21px;margin-bottom:15px}.logistics-challenges p{color:#64748b;font-size:15px;line-height:1.8}.logistics-solutions{background:#fff;padding:100px 0}.logistics-solutions .solutions-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}.logistics-solutions .solution-card{overflow:hidden;padding:35px 28px;position:relative}.logistics-solutions .solution-card:before{background:linear-gradient(90deg,#2563eb,#60a5fa);content:"";height:5px;left:0;position:absolute;top:0;width:100%}.logistics-solutions h3{color:#0f172a;font-size:21px;margin-bottom:15px}.logistics-solutions p{color:#64748b;line-height:1.8}.logistics-features{background:#f8fafc;padding:100px 0}.logistics-features .features-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.logistics-features .feature-card{align-items:center;display:flex;justify-content:center;min-height:120px;padding:25px;position:relative;text-align:center}.logistics-features .feature-card:before{background:#2563eb;content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:.35s;width:100%}.logistics-features .feature-card:hover:before{transform:scaleX(1)}.logistics-features h3{color:#0f172a;font-size:18px}.logistics-benefits{background:#fff;padding:100px 0}.logistics-benefits .benefits-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.logistics-benefits .benefit-card{padding:35px 28px}.logistics-benefits h3{color:#0f172a;font-size:21px;margin-bottom:15px}.logistics-benefits p{color:#64748b;line-height:1.8}@media(max-width:1200px){.logistics-solutions .solutions-grid{grid-template-columns:repeat(2,1fr)}.logistics-features .features-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.logistics-overview .overview-grid{grid-template-columns:1fr}.logistics-benefits .benefits-grid,.logistics-challenges .challenge-grid{grid-template-columns:repeat(2,1fr)}.logistics-hero-content h1{font-size:42px}}@media(max-width:768px){.logistics-benefits .benefits-grid,.logistics-challenges .challenge-grid,.logistics-features .features-grid,.logistics-solutions .solutions-grid{grid-template-columns:1fr}.logistics-hero{padding:80px 0 60px}.logistics-hero-content h1{font-size:34px}.logistics-overview h2{font-size:30px}}@media(max-width:576px){.logistics-hero-content h1{font-size:28px}.logistics-hero-content p{font-size:14px}.logistics-benefits .benefit-card,.logistics-challenges .challenge-card,.logistics-solutions .solution-card{border-radius:18px;padding:24px 20px}}.grocery-hero{background:linear-gradient(135deg,#f8fbff,#fff7ed);overflow:hidden;padding:40px 0 100px;position:relative}.grocery-hero:before{background:#f973161a;filter:blur(10px);height:480px;right:-180px;top:-180px;width:480px}.grocery-hero:after,.grocery-hero:before{border-radius:50%;content:"";position:absolute}.grocery-hero:after{background:#ea580c14;bottom:-180px;filter:blur(12px);height:420px;left:-180px;width:420px}.grocery-overlay{background:linear-gradient(#ffffff2e,#ffffff0d);inset:0;position:absolute}.grocery-hero-content{margin:auto;max-width:900px;position:relative;text-align:center;z-index:2}.grocery-tag{align-items:center;background:#ffedd5;border-radius:50px;color:#ea580c;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;margin-bottom:24px;padding:10px 24px}.grocery-hero-content h1{color:#0f172a;font-size:56px;font-weight:800;line-height:1.15;margin-bottom:24px}.grocery-hero-content h1 span{color:#ea580c}.grocery-hero-content p{color:#64748b;font-size:17px;line-height:1.9;margin:auto;max-width:860px}.grocery-hero-btns{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-top:40px}.grocery-breadcrumb{background:#fff;border-bottom:1px solid #edf2f7;padding:18px 0}.grocery-overview{background:#fff;padding:100px 0}.grocery-challenges{background:#f8fafc;padding:100px 0}.grocery-solutions{background:#fff;padding:100px 0}.grocery-features{background:#f8fafc;padding:100px 0}.grocery-benefits{background:#fff;padding:100px 0}@media(max-width:992px){.overview-grid{grid-template-columns:1fr}.benefits-grid,.challenge-grid{grid-template-columns:repeat(2,1fr)}.grocery-hero-content h1{font-size:42px}}@media(max-width:768px){.benefits-grid,.challenge-grid,.features-grid,.overview-cards,.overview-list,.solutions-grid{grid-template-columns:1fr}.grocery-hero{padding:80px 0 60px}.grocery-hero-content h1{font-size:34px}.overview-content h2,.section-heading h2{font-size:30px}}@media(max-width:576px){.grocery-hero-content h1{font-size:28px}.grocery-hero-content p{font-size:14px}.benefit-card,.challenge-card,.overview-card,.solution-card{border-radius:18px;padding:24px 20px}.grocery-benefits,.grocery-challenges,.grocery-features,.grocery-solutions{padding:60px 0}}.fashion-hero{background:linear-gradient(135deg,#fff7ed,#fef3c7);overflow:hidden;padding:40px 0 100px;position:relative}.fashion-hero:before{background:#ea580c14;filter:blur(10px);height:480px;right:-180px;top:-180px;width:480px}.fashion-hero:after,.fashion-hero:before{border-radius:50%;content:"";position:absolute}.fashion-hero:after{background:#f973160f;bottom:-180px;filter:blur(12px);height:420px;left:-180px;width:420px}.fashion-overlay{background:linear-gradient(#fff3,#ffffff0d);inset:0;position:absolute}.fashion-hero-content{margin:auto;max-width:900px;position:relative;text-align:center;z-index:2}.fashion-tag{align-items:center;background:#ffedd5;border-radius:50px;color:#ea580c;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;margin-bottom:24px;padding:10px 24px}.fashion-hero-content h1{color:#0f172a;font-size:56px;font-weight:800;line-height:1.15;margin-bottom:24px}.fashion-hero-content h1 span{color:#ea580c}.fashion-hero-content p{color:#64748b;font-size:17px;line-height:1.9;margin:auto;max-width:860px}.fashion-breadcrumb{background:#fff;border-bottom:1px solid #edf2f7;padding:18px 0}.fashion-overview{background:#fff;padding:100px 0}.overview-grid{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.overview-content h2{color:#0f172a;font-size:46px;font-weight:800;line-height:1.2;margin-bottom:20px}.overview-content h2 span{color:#ea580c}.overview-content p{color:#64748b;font-size:16px;line-height:1.9;margin-bottom:18px}.overview-list{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr);margin-top:30px}.overview-item{background:#fff7ed;border-radius:12px;color:#9a3412;font-weight:600;padding:14px 18px}.benefit-card,.challenge-card,.feature-card,.overview-card,.solution-card{background:#fff;border:1px solid #edf2f7;border-radius:22px;box-shadow:0 12px 30px #0f172a0d;transition:.35s}.benefit-card:hover,.challenge-card:hover,.feature-card:hover,.overview-card:hover,.solution-card:hover{box-shadow:0 24px 55px #ea580c1f;transform:translateY(-8px)}.overview-cards{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(2,1fr)}.overview-card{padding:32px 25px}.overview-card h3{color:#0f172a;font-size:21px;font-weight:700;margin-bottom:15px}.overview-card p{color:#64748b;font-size:15px;line-height:1.8}.fashion-challenges{background:#f8fafc;padding:100px 0}.challenge-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.challenge-card{padding:35px 28px}.challenge-card h3{color:#0f172a;font-size:21px;margin-bottom:15px}.challenge-card p{color:#64748b;font-size:15px;line-height:1.8}.fashion-solutions{background:#fff;padding:100px 0}.solutions-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}.solution-card{overflow:hidden;padding:35px 28px;position:relative}.solution-card:before{background:linear-gradient(90deg,#ea580c,#fb923c);content:"";height:5px;left:0;position:absolute;top:0;width:100%}.solution-card h3{color:#0f172a;font-size:21px;font-weight:700;margin-bottom:15px}.solution-card p{color:#64748b;font-size:15px;line-height:1.8}.fashion-features{background:#f8fafc;padding:100px 0}.features-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.feature-card{align-items:center;display:flex;justify-content:center;min-height:120px;padding:25px;text-align:center}.feature-card h3{color:#0f172a;font-size:18px}.fashion-benefits{background:#fff;padding:100px 0}.benefits-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.benefit-card{padding:35px 28px}.benefit-card h3{color:#0f172a;font-size:21px;margin-bottom:15px}.benefit-card p{color:#64748b;font-size:15px;line-height:1.8}@media(max-width:1200px){.solutions-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.overview-grid{grid-template-columns:1fr}.benefits-grid,.challenge-grid{grid-template-columns:repeat(2,1fr)}.fashion-hero-content h1{font-size:42px}}@media(max-width:768px){.benefits-grid,.challenge-grid,.features-grid,.overview-cards,.overview-list,.solutions-grid{grid-template-columns:1fr}.fashion-hero{padding:90px 0 60px}.fashion-hero-content h1{font-size:34px}.overview-content h2{font-size:30px}}@media(max-width:576px){.fashion-hero-content h1{font-size:28px}.fashion-hero-content p{font-size:14px}.benefit-card,.challenge-card,.overview-card,.solution-card{border-radius:18px;padding:24px 20px}}.contact-hero{background:linear-gradient(135deg,#f8fbff,#eef5ff);overflow:hidden;padding:40px 0 100px;position:relative}.contact-hero:before{background:#2563eb0f;height:480px;right:-180px;top:-180px;width:480px}.contact-hero:after,.contact-hero:before{border-radius:50%;content:"";filter:blur(12px);position:absolute}.contact-hero:after{background:#3b82f60d;bottom:-180px;height:420px;left:-180px;width:420px}.contact-overlay{background:linear-gradient(#ffffff2e,#ffffff0d);inset:0;position:absolute}.contact-hero-content{margin:auto;max-width:900px;position:relative;text-align:center;z-index:2}.contact-tag{align-items:center;background:#eaf2ff;border-radius:50px;color:#2563eb;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;margin-bottom:24px;padding:10px 24px}.contact-hero-content h1{color:#0f172a;font-size:56px;font-weight:800;line-height:1.15;margin-bottom:24px}.contact-hero-content h1 span{color:#2563eb}.contact-hero-content p{color:#64748b;font-size:17px;line-height:1.9;margin:auto;max-width:850px}.contact-hero-buttons{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-top:40px}.contact-breadcrumb{background:#fff;border-bottom:1px solid #edf2f7;padding:18px 0}.business-card,.contact-form,.info-card,.why-card{background:#fff;border:1px solid #edf2f7;border-radius:22px;box-shadow:0 12px 30px #0f172a0d;transition:.35s ease}.business-card:hover,.contact-form:hover,.info-card:hover,.why-card:hover{box-shadow:0 24px 60px #2563eb1f;transform:translateY(-8px)}@media(max-width:992px){.contact-hero{padding:120px 0 80px}.contact-hero-content h1{font-size:42px}.section-heading h2{font-size:36px}}@media(max-width:768px){.contact-hero{padding:100px 0 70px}.contact-hero-content h1{font-size:34px}.contact-hero-content p{font-size:15px}.section-heading{margin-bottom:50px}.section-heading h2{font-size:30px}.section-heading p{font-size:15px}}@media(max-width:576px){.contact-hero{padding:90px 0 60px}.contact-tag,.section-tag{font-size:12px;padding:8px 18px}.contact-hero-content h1{font-size:28px}.contact-hero-content p{font-size:14px;line-height:1.8}.contact-hero-buttons{align-items:center;flex-direction:column}.primary-btn,.secondary-btn{max-width:260px;width:100%}.section-heading h2{font-size:26px}.section-heading p{font-size:14px}}@media(max-width:380px){.contact-hero-content h1{font-size:24px}}.contact-section{background:#fff;padding:100px 0}.contact-grid{grid-gap:50px;align-items:flex-start;display:grid;gap:50px;grid-template-columns:1fr 1.1fr}.contact-info h2{color:#0f172a;font-size:42px;font-weight:800;line-height:1.2;margin:18px 0 22px}.contact-info>p{color:#64748b;font-size:16px;line-height:1.9;margin-bottom:35px}.info-card{margin-bottom:20px;overflow:hidden;padding:24px;position:relative}.info-card:before{background:#2563eb;content:"";height:100%;left:0;position:absolute;top:0;width:5px}.info-card h3{color:#0f172a;font-size:20px;font-weight:700;margin-bottom:12px}.info-card p{color:#64748b;font-size:15px;line-height:1.8}.contact-form-wrapper{width:100%}.contact-form{padding:40px}.contact-form h2{color:#0f172a;font-size:34px;font-weight:800;margin:15px 0 30px}.form-group input,.form-group select,.form-group textarea{resize:none}@media(max-width:1200px){.contact-grid{gap:40px}}@media(max-width:992px){.contact-section{padding:80px 0}.contact-grid{grid-template-columns:1fr}.contact-info h2{font-size:36px}}@media(max-width:768px){.contact-section{padding:70px 0}.contact-info h2{font-size:30px}.contact-form{padding:30px}.contact-form h2{font-size:28px}.form-row{gap:18px;grid-template-columns:1fr}}@media(max-width:576px){.contact-section{padding:60px 0}.contact-info h2{font-size:26px}.contact-info>p{font-size:14px}.info-card{padding:20px}.info-card h3{font-size:18px}.info-card p{font-size:14px}.contact-form{border-radius:18px;padding:22px}.contact-form h2{font-size:24px}.form-group label{font-size:14px}.form-group input,.form-group select,.form-group textarea{font-size:14px;padding:14px 16px}.submit-btn{font-size:15px;padding:15px}}@media(max-width:380px){.contact-info h2{font-size:22px}.contact-form h2{font-size:21px}}.why-contact{background:#f8fafc;overflow:hidden;padding:100px 0;position:relative}.why-contact:before{background:#2563eb0d;height:420px;right:-180px;top:-180px;width:420px}.why-contact:after,.why-contact:before{border-radius:50%;content:"";position:absolute}.why-contact:after{background:#3b82f60a;bottom:-180px;height:360px;left:-180px;width:360px}.why-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr);position:relative;z-index:2}.why-card{background:#fff;border:1px solid #edf2f7;border-radius:20px;overflow:hidden;padding:35px 28px;position:relative}.why-card:before{background:linear-gradient(90deg,#2563eb,#3b82f6);content:"";height:5px;left:0;position:absolute;top:0;width:100%}.why-card h3{color:#0f172a;font-size:22px;font-weight:700;line-height:1.4;margin-bottom:18px}.why-card p{color:#64748b;font-size:15px;line-height:1.9}.why-card:hover{box-shadow:0 22px 55px #2563eb1f;transform:translateY(-10px)}.business-info{background:#fff;padding:100px 0}.business-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.business-card{background:#fff;border:1px solid #edf2f7;border-radius:20px;overflow:hidden;padding:30px;position:relative}.business-card:before{background:#2563eb;content:"";height:5px;left:0;position:absolute;top:0;width:100%}.business-card h3{color:#0f172a;font-size:22px;font-weight:700;margin-bottom:15px}.business-card p{color:#64748b;font-size:15px;line-height:1.8}.business-card:hover{box-shadow:0 22px 55px #2563eb1f;transform:translateY(-8px)}@media(max-width:1200px){.business-grid,.why-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.business-info,.why-contact{padding:80px 0}}@media(max-width:768px){.business-grid,.why-grid{grid-template-columns:1fr}.business-card,.why-card{padding:25px}.business-card h3,.why-card h3{font-size:20px}.business-card p,.why-card p{font-size:14px}}@media(max-width:576px){.business-info,.why-contact{padding:60px 0}.business-card,.why-card{border-radius:18px;padding:22px 18px}.business-card h3,.why-card h3{font-size:18px}.business-card p,.why-card p{font-size:14px;line-height:1.8}}@media(max-width:380px){.business-card h3,.why-card h3{font-size:17px}.business-card p,.why-card p{font-size:13px}}.contact-map{background:#f8fafc;overflow:hidden;padding:100px 0;position:relative}.contact-map:before{background:#2563eb0d;height:420px;left:-180px;top:-180px;width:420px}.contact-map:after,.contact-map:before{border-radius:50%;content:"";position:absolute}.contact-map:after{background:#3b82f60a;bottom:-180px;height:380px;right:-180px;width:380px}.map-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 20px 60px #0f172a14;height:500px;overflow:hidden;position:relative;width:100%;z-index:2}.map-wrapper iframe{border:0;display:block;height:100%;width:100%}.business-info,.contact-map,.contact-section,.why-contact{width:100%}.business-card,.contact-form,.info-card,.map-wrapper,.why-card{transition:all .35s ease}.map-wrapper:hover{box-shadow:0 28px 70px #2563eb1f;transform:translateY(-6px)}@media (max-width:1200px){.map-wrapper{height:450px}}@media (max-width:992px){.contact-map{padding:80px 0}.map-wrapper{height:400px}}@media (max-width:768px){.contact-map{padding:70px 0}.map-wrapper{border-radius:20px;height:340px}}@media (max-width:576px){.contact-map{padding:60px 0}.map-wrapper{border-radius:18px;height:280px}}@media (max-width:420px){.map-wrapper{height:240px}}@media (max-width:360px){.map-wrapper{border-radius:16px;height:220px}}.quote-hero{background:linear-gradient(135deg,#f8fbff,#eef5ff);overflow:hidden;padding:40px 0 100px;position:relative}.quote-hero:before{background:#2563eb0f;height:480px;right:-180px;top:-180px;width:480px}.quote-hero:after,.quote-hero:before{border-radius:50%;content:"";filter:blur(12px);position:absolute}.quote-hero:after{background:#3b82f60d;bottom:-180px;height:420px;left:-180px;width:420px}.quote-overlay{background:linear-gradient(#ffffff2e,#ffffff0d);inset:0;position:absolute}.quote-hero-content{margin:auto;max-width:900px;position:relative;text-align:center;z-index:2}.quote-tag{align-items:center;background:#eaf2ff;border-radius:50px;color:#2563eb;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;margin-bottom:24px;padding:10px 24px}.quote-hero-content h1{color:#0f172a;font-size:56px;font-weight:800;line-height:1.15;margin-bottom:24px}.quote-hero-content h1 span{color:#2563eb}.quote-hero-content p{color:#64748b;font-size:17px;line-height:1.9;margin:auto;max-width:860px}.quote-hero-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-top:40px}.primary-btn,.secondary-btn{align-items:center;border-radius:50px;display:inline-flex;font-weight:600;justify-content:center;padding:15px 34px;text-decoration:none;transition:.35s ease}.primary-btn{background:#2563eb;color:#fff}.primary-btn:hover{background:#1d4ed8;transform:translateY(-4px)}.secondary-btn{border:2px solid #2563eb;color:#2563eb}.secondary-btn:hover{background:#2563eb;color:#fff}.quote-breadcrumb{background:#fff;border-bottom:1px solid #edf2f7;padding:18px 0}.breadcrumb{flex-wrap:wrap;gap:10px}.breadcrumb,.breadcrumb a{align-items:center;display:flex}.breadcrumb a{color:#64748b;gap:8px;text-decoration:none;transition:.3s}.breadcrumb a:hover{color:#2563eb}.breadcrumb span{align-items:center;color:#64748b;display:flex;gap:6px}.breadcrumb .active{color:#2563eb;font-weight:600}.section-heading{margin:0 auto 70px;max-width:850px;text-align:center}.section-tag{align-items:center;background:#eaf2ff;border-radius:50px;color:#2563eb;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;margin-bottom:20px;padding:10px 22px}.section-heading h2{color:#0f172a;font-size:46px;font-weight:800;line-height:1.2;margin-bottom:18px}.section-heading h2 span{color:#2563eb}.section-heading p{color:#64748b;font-size:17px;line-height:1.9}.process-card,.quote-feature,.quote-form,.service-card,.why-quote-card{background:#fff;border:1px solid #edf2f7;border-radius:22px;box-shadow:0 12px 30px #0f172a0d;transition:.35s ease}.process-card:hover,.quote-feature:hover,.quote-form:hover,.service-card:hover,.why-quote-card:hover{box-shadow:0 24px 60px #2563eb1f;transform:translateY(-8px)}@media(max-width:992px){.quote-hero{padding:120px 0 80px}.quote-hero-content h1{font-size:42px}.section-heading h2{font-size:36px}}@media(max-width:768px){.quote-hero{padding:100px 0 70px}.quote-hero-content h1{font-size:34px}.quote-hero-content p{font-size:15px}.section-heading{margin-bottom:50px}.section-heading h2{font-size:30px}.section-heading p{font-size:15px}}@media(max-width:576px){.quote-hero{padding:90px 0 60px}.quote-tag,.section-tag{font-size:12px;padding:8px 18px}.quote-hero-content h1{font-size:28px}.quote-hero-content p{font-size:14px;line-height:1.8}.quote-hero-buttons{align-items:center;flex-direction:column}.primary-btn,.secondary-btn{max-width:260px;width:100%}.section-heading h2{font-size:26px}.section-heading p{font-size:14px}}@media(max-width:380px){.quote-hero-content h1{font-size:24px}}.quote-section{background:#fff;padding:100px 0}.quote-grid{grid-gap:60px;align-items:flex-start;display:grid;gap:60px;grid-template-columns:.9fr 1.1fr}.quote-info{position:-webkit-sticky;position:sticky;top:120px}.quote-info h2{color:#0f172a;font-size:42px;font-weight:800;line-height:1.2;margin:18px 0 20px}.quote-info>p{color:#64748b;font-size:16px;line-height:1.9;margin-bottom:35px}.quote-feature{margin-bottom:20px;overflow:hidden;padding:24px;position:relative}.quote-feature:before{background:#2563eb;content:"";height:100%;left:0;position:absolute;top:0;width:5px}.quote-feature h3{color:#0f172a;font-size:20px;font-weight:700;margin-bottom:12px}.quote-feature p{color:#64748b;font-size:15px;line-height:1.8}.quote-form-wrapper{width:100%}.quote-form{padding:40px}.quote-form h2{color:#0f172a;font-size:34px;font-weight:800;margin:15px 0 30px}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-bottom:20px}.form-group{display:flex;flex-direction:column}.form-group label{color:#334155;font-size:15px;font-weight:600;margin-bottom:10px}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #dbe4f0;border-radius:12px;color:#334155;font-size:15px;outline:none;padding:15px 18px;transition:.3s ease;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14}.form-group textarea{min-height:170px;resize:vertical}.form-group input[type=file]{background:#f8fafc;border:2px dashed #cbd5e1;cursor:pointer;padding:14px}.form-group input[type=file]:hover{background:#eff6ff;border-color:#2563eb}.submit-btn{background:#2563eb;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:10px;padding:16px;transition:.35s ease;width:100%}.submit-btn:hover{background:#1d4ed8;transform:translateY(-3px)}@media (max-width:1200px){.quote-grid{gap:40px}.quote-info{position:static}}@media (max-width:992px){.quote-section{padding:80px 0}.quote-grid{grid-template-columns:1fr}.quote-info h2{font-size:36px}}@media (max-width:768px){.quote-section{padding:70px 0}.quote-form{padding:30px}.quote-form h2{font-size:28px}.quote-info h2{font-size:30px}.form-row{gap:18px;grid-template-columns:1fr}}@media (max-width:576px){.quote-section{padding:60px 0}.quote-form{border-radius:18px;padding:22px}.quote-form h2{font-size:24px}.quote-info h2{font-size:26px}.quote-info>p{font-size:14px}.quote-feature{padding:20px}.quote-feature h3{font-size:18px}.form-group label,.quote-feature p{font-size:14px}.form-group input,.form-group select,.form-group textarea{font-size:14px;padding:14px 16px}.submit-btn{font-size:15px;padding:15px}}@media (max-width:380px){.quote-info h2{font-size:22px}.quote-form h2{font-size:21px}}.why-quote{background:#f8fafc;overflow:hidden;padding:100px 0;position:relative}.why-quote:before{background:#2563eb0d;height:420px;right:-180px;top:-180px;width:420px}.why-quote:after,.why-quote:before{border-radius:50%;content:"";position:absolute}.why-quote:after{background:#3b82f60a;bottom:-180px;height:360px;left:-180px;width:360px}.why-quote-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr);position:relative;z-index:2}.why-quote-card{background:#fff;overflow:hidden;padding:35px 28px;position:relative}.why-quote-card:before{background:linear-gradient(90deg,#2563eb,#3b82f6);content:"";height:5px;left:0;position:absolute;top:0;width:100%}.why-quote-card h3{color:#0f172a;font-size:22px;font-weight:700;margin-bottom:18px}.why-quote-card p{color:#64748b;font-size:15px;line-height:1.9}.quote-process{background:#fff;padding:100px 0}.process-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}.process-card{overflow:hidden;padding:40px 30px;position:relative;text-align:center}.process-card:before{background:#2563eb;content:"";height:5px;left:0;position:absolute;top:0;width:100%}.process-number{align-items:center;background:#eff6ff;border-radius:50%;color:#2563eb;display:flex;font-size:24px;font-weight:800;height:70px;justify-content:center;margin:0 auto 25px;width:70px}.process-card h3{color:#0f172a;font-size:22px;font-weight:700;margin-bottom:15px}.process-card p{color:#64748b;font-size:15px;line-height:1.8}.quote-services{background:#f8fafc;padding:100px 0}.services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.service-card{background:#fff;overflow:hidden;padding:35px 30px;position:relative}.service-card:before{background:linear-gradient(90deg,#2563eb,#60a5fa);content:"";height:5px;left:0;position:absolute;top:0;width:100%}.service-card h3{color:#0f172a;font-size:22px;font-weight:700;margin-bottom:16px}.service-card p{color:#64748b;font-size:15px;line-height:1.8}.process-card,.service-card,.why-quote-card{transition:all .35s ease}.process-card:hover,.service-card:hover,.why-quote-card:hover{box-shadow:0 22px 55px #2563eb1f;transform:translateY(-8px)}.process-card:hover .process-number{background:#2563eb;color:#fff;transition:.35s ease}@media(max-width:1200px){.process-grid,.services-grid,.why-quote-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.quote-process,.quote-services,.why-quote{padding:80px 0}}@media(max-width:768px){.process-grid,.services-grid,.why-quote-grid{grid-template-columns:1fr}.process-card,.service-card,.why-quote-card{padding:28px 24px}.process-card h3,.service-card h3,.why-quote-card h3{font-size:20px}.process-card p,.service-card p,.why-quote-card p{font-size:14px}.process-number{font-size:20px;height:60px;margin-bottom:20px;width:60px}}@media(max-width:576px){.quote-process,.quote-services,.why-quote{padding:60px 0}.process-card,.service-card,.why-quote-card{border-radius:18px;padding:22px 18px}.process-card h3,.service-card h3,.why-quote-card h3{font-size:18px}.process-card p,.service-card p,.why-quote-card p{font-size:14px;line-height:1.8}.process-number{font-size:18px;height:55px;width:55px}}@media(max-width:380px){.process-card h3,.service-card h3,.why-quote-card h3{font-size:17px}.process-card p,.service-card p,.why-quote-card p{font-size:13px}.process-number{font-size:16px;height:50px;width:50px}}
/*# sourceMappingURL=main.c2e6da91.css.map*/