:root{--background: #ffffff;--foreground: #171717;--gray-rgb: 0, 0, 0;--gray-alpha-200: rgba(var(--gray-rgb), .08);--gray-alpha-100: rgba(var(--gray-rgb), .05);--button-primary-hover: #383838;--button-secondary-hover: #f2f2f2}@media (prefers-color-scheme: dark){:root{--background: #0a0a0a;--foreground: #ededed;--gray-rgb: 255, 255, 255;--gray-alpha-200: rgba(var(--gray-rgb), .145);--gray-alpha-100: rgba(var(--gray-rgb), .06);--button-primary-hover: #ccc;--button-secondary-hover: #1a1a1a}}.landing-page{font-family:Inter,Arial,sans-serif;line-height:1.6;overflow-x:hidden;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{-webkit-tap-highlight-color:transparent}button,.nav-link{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html{scroll-behavior:smooth}button:focus,.nav-link:focus,a:focus,button:active,.nav-link:active,a:active{outline:none!important;border:none!important;box-shadow:none!important}.navigation .nav-link:focus,.mobile-navigation .nav-link:focus{outline:none!important;border:none!important;box-shadow:none!important}.landing-header{position:fixed;top:0;left:0;right:0;background:#fff;border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;padding:1rem .5rem}.header-container{max-width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:2rem 1rem 1rem;position:relative}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:196px;height:48.63px;display:flex;align-items:center;justify-content:center;max-width:100%;height:auto;object-fit:contain;cursor:pointer}.navigation{display:flex;gap:4rem;align-items:center}.nav-link{text-decoration:none;color:#374151;font-weight:500;font-family:Inter;font-size:16px;transition:color .3s ease;position:relative}.nav-link:hover{color:#1e40af}.nav-link.active{color:#1e40af;font-weight:600}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#1e40af;transition:width .3s ease}.nav-link:hover:after{width:100%}.header-actions{display:flex;gap:1rem;align-items:center}.book-demo-btn{background:transparent;border:1px solid rgba(235,126,14,1);padding:.75rem 1.5rem;border-radius:4px;font-weight:500;font-size:16 px;line-height:22px;font-family:Inter;cursor:pointer;transition:all .3s ease}.book-demo-btn:hover{background:transparent;border:1px solid rgba(235,126,14,1);transform:translateY(-2px);box-shadow:0 8px 25px #1e40af4d}.book-demo-btn:focus,.book-demo-btn:active{outline:none!important;border:1px solid rgba(235,126,14,1)!important;box-shadow:0 8px 25px #1e40af4d!important}.calendar-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.calendar-modal{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0003;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;position:relative}@media (max-width: 768px){.calendar-modal-overlay{padding:2rem 1rem 1rem;align-items:flex-start}.calendar-modal{max-width:100%;max-height:95vh;border-radius:8px}.calendar-modal-header{padding:1.25rem 1.5rem}.calendar-modal-header h2{font-size:1.25rem}.close-btn{font-size:1.75rem;width:1.75rem;height:1.75rem}.calendar-modal-content{padding:1.5rem}.booking-summary{padding:1.25rem 1.5rem}.booking-summary h3{font-size:1.1rem}}@media (max-width: 480px){.calendar-modal-overlay{padding:1rem .5rem .5rem}.calendar-modal{max-height:98vh;border-radius:6px}.calendar-modal-header{padding:1rem 1.25rem}.calendar-modal-header h2{font-size:1.1rem}.close-btn{font-size:1.5rem;width:1.5rem;height:1.5rem}.calendar-modal-content{padding:1rem}.booking-summary{padding:1rem 1.25rem}.booking-summary h3{font-size:1rem;margin-bottom:.75rem}}.calendar-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem}.calendar-modal-header h2{color:#333;margin:0;font-size:1.5rem;font-weight:600}.close-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:#666;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-btn:hover{background:#f3f4f6;color:#333}.calendar-modal-content{padding:2rem}.booking-summary{padding:1.5rem 2rem;border-top:1px solid #e5e7eb;background:#f8f9fa}.booking-summary h3{color:#333;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.booking-summary p{color:#666;margin:.5rem 0;font-size:1rem}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.cancel-btn{background:#6c757d;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;transition:all .3s ease}.cancel-btn:hover{background:#5a6268;transform:translateY(-2px)}.confirm-booking-btn{background:#488257;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.confirm-booking-btn:hover{background:#3a6b47;transform:translateY(-2px);box-shadow:0 4px 12px #4882574d}.login-btn{background:#eb7e0e;border:1px solid rgba(235,126,14,1);padding:.75rem 1.5rem;width:151px;border-radius:4px;font-weight:500;font-size:16px;color:#fff;line-height:22px;font-family:Inter;cursor:pointer;transition:all .3s ease}.login-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff9b0066}.badge-icon{background:#1e40af;color:#fff;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.hero-section{position:relative;height:75vh;min-height:400px;overflow:hidden;background-image:url(/assets/first-image-Bhp73b1e.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:12px;margin:120px 40px 60px}.hero-section:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0006,#0003,#0009);background:#00000080;z-index:1}.hero-content{position:relative;z-index:2;height:100%;justify-content:space-between;padding:5rem 3rem 1rem}.hero-text{text-align:left;width:100%}.hero-title{width:1085;height:68;opacity:1;font-size:60px;font-weight:700;color:#fff;line-height:58.95px;margin-bottom:1.5rem;font-family:Inter;letter-spacing:-1.31px;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,1);text-align:left}.hero-chips{display:flex;gap:1rem;flex-wrap:wrap}.hero-chip{display:inline-block;padding:.3rem 1.25rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:20px;color:#fff;font-family:Inter;font-size:14px;font-weight:500;letter-spacing:.5px;transition:all .3s ease;cursor:pointer}.hero-chip:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.hero-description{font-size:1.25rem;color:#fff;line-height:1.6;margin-top:1rem;text-shadow:0 2px 10px rgba(0,0,0,.2);text-align:left;width:65%;font-family:Inter;font-weight:400;font-style:Regular;font-size:18px;line-height:28px;letter-spacing:0%;vertical-align:middle}.hero-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;position:relative;margin:0 1.5% 1.5% .5%}.get-started-btn{border:none;border-radius:8px;font-weight:500;height:52px;width:205px;font-family:Inter;font-size:18px;cursor:pointer;margin-top:1rem;flex-shrink:0;transition:all .3s ease;color:#fff;background:#eb7e0e;align-self:flex-start}.get-started-btn:hover{transform:translateY(-3px);box-shadow:0 12px 40px #ff9b0099}.overview-section{background:#fff;width:98.5%}.overview-container{width:98.5%;margin:100px 40px 60px}.overview-content{display:flex;align-items:flex-start;gap:1rem}.overview-text{flex:1;max-width:600px}.overview-title{font-family:Inter;font-weight:700;font-style:Bold;font-size:32px;line-height:100%;letter-spacing:2%;color:#1c486b}.overview-description{font-family:Inter;font-weight:300;font-style:Light;font-size:20px;line-height:28px;letter-spacing:2%;color:#000}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(133px,1fr));gap:0rem;margin-top:4rem}.feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 20px #0000000d;display:flex;cursor:pointer}.feature-card:active,.feature-card:focus{border:2px solid #ea652b!important;outline:none!important;box-shadow:0 0 0 3px #ff9b0033!important}.feature-card input[type=checkbox]:checked:after{content:"";position:absolute;left:3px;top:0;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.feature-icon{width:40px;height:40px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:#fee4db;border-radius:50%}.feature-title{font-family:Inter;font-weight:500;font-style:Medium;font-size:14px;letter-spacing:0%;text-align:center;vertical-align:middle}.overview-image{flex:1;width:594.78px;height:470.4px;min-height:300px;opacity:1;position:relative;background-image:url(/assets/second-image-3HXGTVMB.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:12px;margin:0 40px;max-width:100%}.mobile-menu-toggle{display:none;flex-direction:column;cursor:pointer;padding:.5rem;background:none;border:none}.mobile-menu-toggle span{width:25px;height:3px;background:#374151;margin:3px 0;transition:.3s;border-radius:2px}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.mobile-navigation{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid rgba(0,0,0,.1);box-shadow:0 4px 20px #0000001a;z-index:999}.mobile-navigation.active{display:block}.mobile-navigation .nav-link{display:block;padding:1rem 2rem;border-bottom:1px solid rgba(0,0,0,.05);text-align:left}.mobile-navigation .nav-link.active{color:#1e40af;font-weight:600;background-color:#1e40af1a}.mobile-navigation .nav-link:last-child{border-bottom:none}.mobile-header-actions{display:flex;flex-direction:column;gap:1rem;padding:1rem 2rem;border-top:1px solid rgba(0,0,0,.05);margin-top:1rem}.mobile-header-actions .book-demo-btn,.mobile-header-actions .login-btn{width:100%;justify-content:center}@media (min-width: 1440px){.header-container{max-width:100%;padding:0 3rem}.hero-title{font-size:4rem;line-height:4.5rem;margin-bottom:65px}.hero-description{font-size:1.5rem;line-height:2rem}.overview-container{max-width:1400px;margin:100px auto 60px}.ai-container{max-width:1400px}}@media (max-width: 1439px) and (min-width: 1200px){.header-container{max-width:100%;padding:0 2.5rem}.hero-title{font-size:3.5rem;line-height:4rem;padding-top:28px;padding-bottom:44px}.overview-container{max-width:98.5%;margin:100px 40px 60px}}@media (max-width: 1199px) and (min-width: 1024px){.header-container{padding:0 2rem;padding:2rem 1rem 1rem}.hero-section{margin:120px 30px 60px}.hero-title{font-size:3rem;line-height:3.5rem}.hero-description{font-size:1.125rem;width:70%}.overview-container{margin:100px 30px 60px}.overview-title{font-size:2.5rem}.overview-description{font-size:1.125rem}.ai-section{padding:60px 30px 40px}.ai-title{font-size:2.5rem;width:60%}.ai-content{flex-direction:column;gap:3rem}.ai-image{width:700px;max-width:700px;margin:0 auto;height:492px}}@media (max-width: 1023px) and (min-width: 768px){.header-container{padding:0 1.5rem}.mobile-menu-toggle{display:flex}.navigation{display:none}.hero-section{margin:120px 20px 60px;height:60vh}.hero-title{font-size:2.5rem;line-height:3rem}.hero-description{font-size:1rem;max-width:65%}.hero-actions{flex-direction:row;align-items:center;gap:2rem;padding-top:1rem;width:100%}.get-started-btn{margin:0;flex-shrink:0;align-self:flex-start}.overview-container{width:95%;max-width:1000px;margin:80px auto 60px}.overview-content{flex-direction:column;gap:3rem;width:95%;margin:0 auto}.overview-title{font-size:2.25rem}.overview-description{font-size:1rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.overview-image{width:100%!important;height:400px!important;min-height:300px!important;margin:0!important;background-image:url(/assets/second-image-3HXGTVMB.jpg)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;border-radius:12px!important;display:block!important;opacity:1!important;max-width:100%!important}.ai-section{padding:50px 20px 30px}.ai-title{font-size:2.25rem;width:80%}.ai-description{width:90%;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.ai-content{flex-direction:column;gap:2.5rem}.ai-features{gap:2rem;width:100%;max-width:100%}.ai-feature{width:100%;max-width:100%}.ai-feature-content{width:100%;max-width:100%;min-width:0;word-wrap:break-word;overflow-wrap:break-word}.ai-feature-description{width:100%;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.ai-image{width:700px;max-width:700px;margin:3rem auto;height:492px}}@media (max-width: 767px) and (min-width: 481px){.header-container{padding:0 1rem;flex-wrap:wrap;gap:1rem}.mobile-menu-toggle{display:flex}.navigation{display:none}.header-actions{gap:.5rem}.book-demo-btn,.login-btn{padding:.5rem 1rem;font-size:14px}.hero-section{margin:100px 15px 40px;height:50vh}.hero-content{padding:1.5rem;align-items:flex-start}.hero-text{margin:0;text-align:left;width:100%}.hero-title{font-size:2rem;line-height:2.5rem;margin-bottom:1rem;padding-bottom:1rem;text-align:left}.hero-chips{gap:.75rem;margin-top:1rem;justify-content:flex-start}.hero-chip{padding:.4rem 1rem;font-size:12px}.hero-description{font-size:.9rem;max-width:65%;margin:0;text-align:left}.hero-actions{flex-direction:row;align-items:center;gap:1.5rem;margin:0;padding-top:1rem;width:100%}.get-started-btn{width:180px;max-width:none;height:48px;font-size:16px;margin:0;flex-shrink:0}.overview-container{margin:60px 15px 40px}.overview-content{flex-direction:column;gap:2rem;align-items:center}.overview-text{text-align:center;align-items:center}.overview-title{font-size:1.875rem;text-align:center}.overview-description{font-size:.9rem;margin-top:1.5rem;text-align:center}.features-grid{grid-template-columns:1fr;gap:1rem;margin-top:2rem}.feature-card{padding:1.5rem}.overview-image{width:100%;height:300px;min-height:250px;margin:0;max-width:100%}.ai-section{padding:40px 15px 30px;overflow:visible;margin:60px 0 40px}.ai-container{padding:0 10px;width:100%;max-width:100%}.ai-text{width:100%;max-width:100%;padding:0}.ai-title{font-size:1.875rem;width:100%;max-width:100%;padding:0 10px;box-sizing:border-box}.ai-description{font-size:.9rem;width:100%;max-width:100%;padding:0 10px;box-sizing:border-box}.ai-content{flex-direction:column;gap:2rem;margin-top:2rem;align-items:center;width:100%;max-width:100%}.ai-features{gap:1.5rem;width:100%;max-width:100%;padding:0}.ai-feature{gap:1rem;width:100%;max-width:100%;padding:0 10px;box-sizing:border-box}.ai-feature-content{width:100%;max-width:100%;min-width:0;word-wrap:break-word;overflow-wrap:break-word;box-sizing:border-box}.ai-feature-title{font-size:16px;width:100%;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;box-sizing:border-box}.ai-feature-description{font-size:13px;width:100%;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;box-sizing:border-box}.ai-image{width:300px;max-width:300px;margin:3rem auto;height:200px}}@media (max-width: 480px){.header-container{padding:0 .75rem}.logo-icon{width:150px;height:37px}.mobile-menu-toggle{display:flex}.navigation{display:none}.header-actions{gap:.25rem}.book-demo-btn,.login-btn{padding:.4rem .8rem;font-size:12px;width:auto;height:auto}.hero-section{margin:80px 10px 30px;height:45vh}.hero-content{padding:1rem;align-items:flex-start}.hero-text{margin:0;text-align:left;width:100%}.hero-title{font-size:1.5rem;line-height:2rem;margin-bottom:.75rem;padding-bottom:.75rem;letter-spacing:-.5px;text-align:left}.hero-chips{gap:.5rem;margin-top:.75rem;justify-content:flex-start}.hero-chip{padding:.35rem .85rem;font-size:11px}.hero-description{font-size:.8rem;line-height:1.4;max-width:100%;margin:0;text-align:left}.hero-actions{flex-direction:column;align-items:flex-start;gap:1rem;margin:0;padding-top:.75rem;width:100%}.get-started-btn{width:100%;max-width:200px;height:44px;font-size:14px;margin:0;flex-shrink:0}.overview-container{margin:50px 10px 30px}.overview-content{flex-direction:column;gap:1.5rem;align-items:center}.overview-text{text-align:center;align-items:center}.overview-title{font-size:1.5rem;text-align:center}.overview-description{font-size:.8rem;line-height:1.4;margin-top:1rem;text-align:center}.features-grid{grid-template-columns:1fr;gap:.75rem;margin-top:1.5rem}.feature-card{padding:1rem}.feature-icon{width:32px;height:32px;margin-bottom:.75rem}.feature-title{font-size:12px}.overview-image{width:100%;height:250px;min-height:200px;margin:0;max-width:100%}.ai-section{padding:30px 10px 20px;overflow:visible;margin:50px 0 30px}.ai-container{padding:0 5px;width:100%;max-width:100%}.ai-text{width:100%;max-width:100%;padding:0}.ai-title{font-size:1.5rem;line-height:1.8rem;width:100%;max-width:100%;text-align:center;padding:0 15px;box-sizing:border-box}.ai-description{font-size:.8rem;line-height:1.3;width:100%;max-width:100%;margin:1rem auto;text-align:center;padding:0 15px;box-sizing:border-box}.ai-content{flex-direction:column;gap:1.5rem;margin-top:1.5rem;align-items:center;width:100%;max-width:100%;padding:0}.ai-features{gap:1rem;align-items:center;width:100%;max-width:100%;padding:0}.ai-feature{gap:.75rem;align-items:center;text-align:center;flex-direction:column;width:100%;max-width:100%;padding:0 15px;box-sizing:border-box}.ai-feature-content{text-align:center;align-items:center;width:100%;max-width:100%;min-width:0;word-wrap:break-word;overflow-wrap:break-word;box-sizing:border-box}.ai-feature-icon{width:32px;height:32px;margin:0 auto}.ai-feature-title{font-size:14px;line-height:1.3;text-align:center;width:100%;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;box-sizing:border-box}.ai-feature-description{font-size:12px;line-height:1.3;text-align:center;width:100%;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;padding:0 5px;box-sizing:border-box}.ai-image{width:100%;max-width:300px;margin:0 auto;height:200px}}@media (max-width: 320px){.header-container{padding:0 .5rem}.logo-icon{width:120px;height:30px}.book-demo-btn,.login-btn{padding:.3rem .6rem;font-size:11px}.hero-section{margin:70px 5px 20px;height:40vh}.hero-content{padding:.75rem;align-items:flex-start}.hero-text{margin:0;text-align:left;width:100%}.hero-title{font-size:1.25rem;line-height:1.6rem;text-align:left}.hero-description{font-size:.75rem;max-width:100%;margin:0;text-align:left}.hero-actions{flex-direction:column;align-items:flex-start;gap:.75rem;margin:0;padding-top:.5rem;width:100%}.get-started-btn{height:40px;font-size:13px;width:100%;max-width:180px;margin:0;flex-shrink:0}.overview-container{margin:40px 5px 20px}.overview-title{font-size:1.25rem}.overview-description{font-size:.75rem}.feature-card{padding:.75rem}.ai-section{padding:20px 5px 15px;overflow:visible;margin:40px 0 20px}.ai-container{padding:0 5px;width:100%;max-width:100%}.ai-text{width:100%;max-width:100%;padding:0}.ai-title{font-size:1.25rem;width:100%;max-width:100%;padding:0 10px;box-sizing:border-box}.ai-description{font-size:.75rem;width:100%;max-width:100%;padding:0 10px;box-sizing:border-box}.ai-feature{padding:0 10px;box-sizing:border-box}.ai-feature-description{padding:0 5px;box-sizing:border-box}}.ai-section{background-image:url(/assets/smart-bg-C0IGaCSc.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;margin:100px 0 60px;position:relative;padding:60px 40px 40px 26px;width:100%;height:100%;overflow:visible;background-color:#00000073;box-sizing:border-box}.ai-container{max-width:1148px;margin:0 auto;position:relative;z-index:1;width:100%;box-sizing:border-box;padding:0 20px}.ai-content{display:flex;gap:.5rem;align-items:center;margin-top:4rem}.ai-text{color:#fff;width:100%;max-width:100%;box-sizing:border-box}.ai-title{font-family:Inter;font-weight:700;font-style:Bold;font-size:42px;line-height:45px;letter-spacing:0px;text-align:center;vertical-align:middle;color:#fff;width:38%;margin:0 auto}.ai-description{font-family:Inter;font-weight:400;font-style:Regular;font-size:16px;line-height:19.23px;letter-spacing:0%;text-align:center;vertical-align:middle;width:70%;margin:2rem auto}.ai-features{display:flex;flex-direction:column;gap:50px}.ai-feature{display:flex;align-items:flex-start;gap:12px}.ai-feature-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-top:3px}.ai-feature-content{flex:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word}.ai-feature-title{font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:17.75px;line-height:.5;letter-spacing:0%;vertical-align:middle;word-wrap:break-word;overflow-wrap:break-word}.ai-feature-description{font-family:Inter;font-weight:400;font-style:Regular;font-size:14px;line-height:19.23px;letter-spacing:0%;vertical-align:middle;color:#efefef;margin-top:.5rem;word-wrap:break-word;overflow-wrap:break-word;width:100%}.ai-image{display:flex;background-image:url(/assets/smart-ai-BkbETYxs.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;width:1200px;height:492px;opacity:1;border-radius:12px;margin-left:1.5rem;margin-right:1.5rem;max-width:100%}.ai-image-responsive{width:100%;max-width:100%;object-fit:cover;border-radius:12px}.responsive-image{width:100%;height:auto;max-width:100%;object-fit:cover}.responsive-image-contain{width:100%;height:auto;max-width:100%;object-fit:contain}.responsive-background{background-size:cover;background-position:center;background-repeat:no-repeat}.responsive-background-contain{background-size:contain;background-position:center;background-repeat:no-repeat}.aspect-ratio-16-9{position:relative;width:100%;height:0;padding-bottom:56.25%}.aspect-ratio-4-3{position:relative;width:100%;height:0;padding-bottom:75%}.aspect-ratio-1-1{position:relative;width:100%;height:0;padding-bottom:100%}.aspect-ratio img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media (max-width: 1024px){.hero-content{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}}@media (max-width: 768px) and (orientation: landscape){.hero-section{height:100vh;margin:0}.hero-content{padding:1rem;align-items:flex-start}.hero-text{margin:0;text-align:left;width:100%}.hero-title{font-size:1.8rem;line-height:2.2rem;text-align:left}.hero-description{font-size:.9rem;max-width:65%;margin:0;text-align:left}.hero-actions{flex-direction:row;align-items:center;gap:1.5rem;margin:0;padding-top:1rem;width:100%}.get-started-btn{margin:0;flex-shrink:0}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.logo-icon,.feature-icon,.ai-feature-icon{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}@media (prefers-color-scheme: dark){.landing-page{background:#1a1a1a;color:#fff}.landing-header{background:#fff;border-bottom:1px solid rgba(0,0,0,.1)}.nav-link{color:#374151}.nav-link:hover{color:#1e40af}}.offerings-section{padding:1rem 0;width:99%;margin:58px 40px 60px 0}.compliance-section{padding:0rem 0;width:99%;margin:0 0 60px}.offerings-title{color:#1c486b;font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:42px;line-height:48px;letter-spacing:0%;text-align:center;vertical-align:middle}.offerings-container{margin:0 auto;padding:0 2rem}.offerings-content{display:flex;gap:1.5rem;align-items:center;margin-top:2rem}.offerings-image{position:relative;display:flex;justify-content:center;align-items:center;background-image:url(/Offerings.svg);background-size:contain;background-repeat:no-repeat;background-position:center;width:50%;height:563px;opacity:1;border-top-left-radius:20px;margin-left:1.5rem;margin-top:1rem}.compliance-image{position:relative;display:flex;justify-content:center;align-items:center;background-image:url(/Compliance.svg);background-size:contain;background-repeat:no-repeat;background-position:center;width:50%;height:563px;opacity:1;border-top-left-radius:20px;margin-top:-3rem}.pricing-section{background:#f3f7e8;padding:6rem 0;min-height:100vh;display:flex;margin-bottom:8%;align-items:center}.pricing-section.home-pricing{padding:2rem 0;min-height:auto;align-items:flex-start}.pricing-section.home-pricing .pricing-container,.pricing-section.home-pricing .pricing-container1{padding-bottom:0}.pricing-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.pricing-container1{max-width:1200px;margin:0 4% 4% 0;padding:0 .5rem;text-align:center}.pricing-title{font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:42px;line-height:48px;letter-spacing:0%;text-align:center;vertical-align:middle;color:#1c486b;width:80%;margin:0 auto}.pricing-subtitle{font-family:Inter;font-weight:500;font-style:Medium;font-size:20px;line-height:30px;letter-spacing:0%;text-align:center;color:#717171;margin-top:1rem;width:65%;margin:1rem auto}.service-toggle{display:flex;justify-content:center;margin-bottom:3rem;padding:.5rem;margin-left:auto;margin-right:auto;width:498px;height:56px;opacity:1;border-radius:8px}.toggle-btn{width:252;height:56;opacity:1;left:-4.5px;padding:16px 44px;border-radius:8px;border-width:0px;border:none;outline:none;cursor:pointer;transition:all .3s ease;font-family:Inter;font-weight:600;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0%;text-align:center;vertical-align:middle}.toggle-btn:hover{background:#a4a0a0;color:#333;border:none;outline:none;cursor:pointer;transition:all .3s ease}.toggle-btn.active,.toggle-btn.active:hover{background:#1c486b;color:#fff;border:none;outline:none;cursor:pointer;transition:all .3s ease}.pricing-cards{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1000px;margin:0 auto}.pricing-cards-stacked{grid-template-columns:1fr 1fr;display:grid}.pricing-card{background:#fff;border-radius:20px;padding:1rem;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease;position:relative;text-align:start;display:flex;margin-left:0;flex-direction:column;height:100%;border:1px solid transparent}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.pricing-card.selected{border:2px solid #EB7E0E!important}.per-product-card .pricing-card-header{margin-bottom:.75rem}.per-product-card .pricing-card-title{color:#eb7e0e}.per-product-card .pricing-card-subtitle{color:#000}.per-product-card .pricing-card-price{align-items:baseline;margin-bottom:1.25rem}.per-product-card .price-amount{font-size:58.92px;font-weight:800;color:#26030a}.per-product-card .price-period-container{margin-top:.25rem}.per-product-card .pricing-option-label{border:none;padding:.5rem 0;gap:.5rem}.per-product-card .pricing-option{margin-bottom:.75rem}.per-product-card .pricing-option input[type=radio]{accent-color:#ea652b;width:18px;height:18px}.per-product-card .pricing-options{margin-bottom:0}.per-product-card .pricing-options+.pricing-options,.per-product-card .option-features{position:relative}.per-product-card .option-features{padding-top:1rem;margin-top:.75rem}.per-product-card .option-features:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:#ececec}.per-product-card .feature-item img{filter:none}.per-product-card .feature-item span{color:#000}.cbam-card{border:2px solid #ea652b;padding-top:8px;padding-bottom:0}.cbam-card .pricing-card-price{margin:2px 0 6px}.cbam-card .option-features{padding-top:6px;margin-top:6px;margin-bottom:0;padding-bottom:0}.cbam-card .option-features .feature-item:last-child{margin-bottom:0}.pricing-card-header{margin-bottom:.25rem}.pricing-card-title{font-family:Inter;font-weight:700;font-style:Bold;font-size:24px;line-height:32px;letter-spacing:-.46px;color:#eb7e0e;text-align:start}.pricingTitles-cards{font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:24px;line-height:30px;letter-spacing:-.46px;text-align:start;margin-top:2.7rem}.pricing-card-subtitle{font-family:Inter;font-weight:400;font-style:Regular;font-size:17.93px;line-height:22px;letter-spacing:-.36px;vertical-align:middle;color:#000;text-align:start;margin-top:.25rem}.pricing-card-price{display:flex;align-items:baseline;flex-wrap:nowrap;margin:.25rem 0 .6rem}.price-amount{font-family:Inter;font-weight:700;font-style:ExtraBold;font-size:48px;letter-spacing:-1.77px;vertical-align:middle;color:#26030a;white-space:nowrap;margin:0;line-height:1}.price-period-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-left:.5rem;margin-top:.1rem;flex:0 0 auto}.price-period{font-family:Inter;font-weight:400;font-style:Semi Bold;font-size:18px;line-height:22px;letter-spacing:-.41px;vertical-align:middle;color:#717171}.transaction-fee{font-family:Inter;font-weight:400;font-style:Regular;font-size:16.65px;line-height:0px;letter-spacing:-.33px;vertical-align:middle;color:#0000008c}.pricing-options{margin-bottom:2rem;flex:1}.pricing-option{margin-bottom:1rem}.pricing-option input[type=radio]{display:inline-block;margin-right:.75rem;width:18px;height:18px;accent-color:#ff6b35;cursor:pointer;outline:none!important;border:none;box-shadow:none}.pricing-option input[type=radio]:focus{outline:none!important;box-shadow:none!important;border:none!important}.pricing-option-label{display:flex;align-items:flex-start;padding:1rem;cursor:pointer;transition:all .3s ease;text-align:left;gap:.4rem}.pricing-option input[type=radio]:checked+.pricing-option-label{border-color:#ff6b35;background-color:#fff5f2}.option-title{font-size:1.1rem;display:block;margin-bottom:.75rem;font-family:Inter,sans-serif;flex:1;font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:20px;line-height:21.52px;letter-spacing:-.36px;color:#1c486b}.option-content{flex:1;display:flex;flex-direction:column}.option-features{display:flex;flex-direction:column;gap:.5rem}.feature-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#666;font-family:Inter,sans-serif}.feature-item img{width:16px;height:16px;flex-shrink:0}.feature-item span{flex:1;font-family:Inter;font-weight:400;font-style:Regular;font-size:17.93px;line-height:21.52px;letter-spacing:-.36px;vertical-align:middle;color:#000}.pricing-cta-btn{width:100%;background:#eb7e0e;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.5px;margin-top:auto}.pricing-cta-btn:hover{background:#e55a2b}@media (max-width: 1024px){.pricing-section{padding:5rem 0}.pricing-container,.pricing-container1{padding:0 1.5rem}.pricing-title{font-size:36px;line-height:42px;width:85%}.pricing-subtitle{font-size:16px;margin-bottom:2.5rem}.pricing-cards{grid-template-columns:1fr 1fr;gap:1.75rem;max-width:900px}.pricing-cards-stacked{grid-template-columns:1fr 1fr}.pricing-card{padding:1.5rem}.pricing-card-title{font-size:22px;line-height:28px}.pricing-card-subtitle{font-size:16px;line-height:20px}.per-product-card .price-amount{font-size:52px}.price-amount{font-size:42px}.pricing-cta-btn{padding:12px 24px;font-size:15px}}@media (max-width: 768px){.pricing-section{padding:4rem 0;min-height:auto}.pricing-section.home-pricing{padding:2rem 0}.pricing-container,.pricing-container1{padding:0 1rem}.pricing-title{font-size:28px;line-height:34px;width:90%;text-align:center;margin-left:auto;margin-right:auto}.pricing-subtitle{font-size:15px;margin-bottom:2rem;width:95%;text-align:center;margin-left:auto;margin-right:auto}.service-toggle{max-width:280px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto}.toggle-btn{padding:.6rem 1.2rem;font-size:.9rem;border:none;outline:none;cursor:pointer;transition:all .3s ease}.pricing-cards{grid-template-columns:1fr;gap:1.5rem;max-width:100%}.pricing-cards-stacked{grid-template-columns:1fr!important;display:flex!important;flex-direction:column!important;gap:1.5rem}.pricing-card{padding:1.75rem;min-height:0;margin-left:0;text-align:center}.pricing-card-header{text-align:center}.pricing-card-title{font-size:20px;line-height:26px;text-align:center}.pricing-card-subtitle{font-size:15px;line-height:20px;text-align:center}.pricing-card-price{justify-content:center}.per-product-card .price-amount{font-size:42px}.price-amount{font-size:36px}.price-period,.transaction-fee{font-size:14px;text-align:center}.pricing-option-label{padding:.75rem 0;text-align:center}.option-title{font-size:15px;text-align:center}.option-content{align-items:center;text-align:center}.option-features{align-items:center}.feature-item{font-size:14px;justify-content:center;text-align:center}.pricing-cta-btn{padding:11px 22px;font-size:14px;width:100%;margin-left:auto;margin-right:auto}}@media (max-width: 480px){.pricing-section{padding:3rem 0}.pricing-section.home-pricing{padding:1.5rem 0}.pricing-container,.pricing-container1{padding:0 1rem}.pricing-title{font-size:24px;line-height:30px;width:100%;text-align:center;margin-left:auto;margin-right:auto}.pricing-subtitle{font-size:14px;margin-bottom:1.5rem;width:100%;text-align:center;margin-left:auto;margin-right:auto}.service-toggle{max-width:250px;margin-bottom:2rem;margin-left:auto;margin-right:auto}.toggle-btn{padding:.5rem 1rem;font-size:.85rem;border:none;outline:none;cursor:pointer;transition:all .3s ease}.pricing-cards{grid-template-columns:1fr!important;gap:1.25rem}.pricing-cards-stacked{grid-template-columns:1fr!important;display:flex!important;flex-direction:column!important;gap:1.25rem}.pricing-card{padding:1.5rem;text-align:center}.pricing-card-header{text-align:center}.pricing-card-title{font-size:18px;line-height:24px;text-align:center}.pricing-card-subtitle{font-size:14px;line-height:18px;text-align:center}.pricing-card-price{justify-content:center}.per-product-card .price-amount{font-size:36px}.price-amount{font-size:32px}.price-period,.transaction-fee{font-size:13px;text-align:center}.pricing-option-label{padding:.6rem 0;text-align:center}.option-title{font-size:14px;text-align:center}.option-content{align-items:center;text-align:center}.option-features{align-items:center}.feature-item{font-size:13px;gap:.5rem;justify-content:center;text-align:center}.feature-item img{width:14px;height:14px}.pricing-cta-btn{padding:10px 20px;font-size:13px;margin-left:auto;margin-right:auto}}.offerings-text{padding-left:1rem;width:50%}.offerings-title1{font-size:2.5rem;font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:32px;letter-spacing:2%;line-height:36px;margin-top:4rem}.compliance-title{font-size:2.5rem;font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:32px;letter-spacing:2%;line-height:36px}.offerings-description{font-family:Inter;font-weight:400;font-style:Regular;font-size:18px;line-height:24px;letter-spacing:2%;margin-top:.5rem}.offerings-benefits{display:flex;flex-direction:column}.benefit-item{display:flex;gap:.75rem;align-items:flex-start}.benefit-icon{width:24px;height:24px;margin-top:1rem}.benefit-content{flex:1}.benefit-title{font-family:Inter;font-weight:600;font-style:Bold;font-size:20px;line-height:3px;letter-spacing:0%;vertical-align:middle}.benefit-description{font-size:1rem;color:#64748b;line-height:1.5}.offerings-cta-btn{background:#eb7e0e;border:none;padding:1rem 2rem;font-family:Inter;font-weight:500;font-style:Medium;font-size:17.48px;line-height:21.83px;letter-spacing:0%;vertical-align:middle;color:#fff;width:205;height:52;opacity:1;padding:15px 26px;gap:10px;border-radius:3.64px;margin-top:.5rem;margin-left:12px}.offerings-cta-btn:hover{background:#b45309;transform:translateY(-2px);box-shadow:0 6px 16px #d9770666;cursor:pointer}.overview-card-container{display:flex;justify-content:center;align-items:center;border-radius:8px;padding:12px;gap:3rem;flex-wrap:wrap}.overview-card{display:flex;flex-direction:column;align-items:center;padding:16px;text-align:center;position:relative}.overview-card img{background:#fee4db;border-radius:50%;padding:8px}.overview-card:not(:last-child):after{content:"";position:absolute;right:-24px;top:50%;transform:translateY(-50%);height:100%;border-right:1px dashed #c8c8c8}@media (max-width: 1024px){.overview-card-container{gap:2rem}.overview-card:not(:last-child):after{right:-16px}}@media (max-width: 768px){.overview-card-container{gap:1.5rem;padding:10px}.overview-card{padding:12px}.overview-card:not(:last-child):after{display:none}}@media (max-width: 480px){.overview-card-container{flex-direction:column;gap:1rem;padding:8px}.overview-card{padding:10px;width:100%}.overview-card:not(:last-child):after{display:none}}@media (max-width: 1024px){.offerings-content{display:grid;grid-template-columns:1fr;gap:2rem}.offerings-text{padding-left:0;text-align:center;order:2;width:100%;margin-top:0}.offerings-image,.compliance-image{order:1;width:100%;height:350px}.offerings-title{font-size:2.25rem}}@media (max-width: 900px){.offerings-content{gap:1.5rem}.offerings-image{height:320px}.offerings-title1{font-size:1.75rem}}@media (max-width: 768px){.offerings-section{padding:2rem 0;margin:60px 20px 40px 10px}.compliance-section{padding:0rem 0;margin:0 20px 40px 10px}.offerings-container{padding:0 1.5rem}.offerings-content{gap:2rem;align-items:center}.offerings-title{font-size:2rem;text-align:center}.offerings-title1{font-size:1.75rem;text-align:center}.offerings-description{font-size:1rem;line-height:1.5;text-align:center}.offerings-image,.compliance-image{height:300px;min-height:250px}.offerings-benefits{align-items:center}.benefit-item{flex-direction:column;align-items:center;gap:.5rem;text-align:center}.benefit-content{width:100%;text-align:center}.benefit-title,.benefit-description{text-align:center}.offerings-cta-btn{margin-left:auto;margin-right:auto}.dashboard-cards{grid-template-columns:1fr}.product-cards{gap:.75rem}}@media (max-width: 480px){.offerings-section{padding:1.5rem 0;margin:40px 10px 30px 5px}.compliance-section{padding:0rem 0;margin:0 10px 30px 5px}.offerings-container{padding:0 1rem}.offerings-title{font-size:1.5rem;margin-bottom:1rem;text-align:center}.offerings-title1{font-size:1.5rem;line-height:1.3;text-align:center}.offerings-description{font-size:.9rem;line-height:1.4;margin-bottom:1.5rem;text-align:center}.offerings-benefits{gap:1rem;margin-bottom:1.5rem;align-items:center}.benefit-item{gap:.5rem;flex-direction:row;align-items:center;justify-content:center;text-align:center}.benefit-icon{flex-shrink:0;margin-top:.25rem}.benefit-title{font-size:1rem;margin-bottom:.5rem;text-align:center}.benefit-description{font-size:.85rem;line-height:1.4;text-align:center}.benefit-content{text-align:center}.offerings-image,.compliance-image{height:250px;min-height:200px}.offerings-cta-btn{width:100%;padding:.75rem 1rem;font-size:.9rem;margin-left:auto;margin-right:auto}.dashboard-main{padding:1rem}.dashboard-cards{gap:.75rem}}@media (max-width: 320px){.offerings-section{margin:30px 5px 20px}.compliance-section{margin:0 5px 20px}.offerings-container{padding:0 .75rem}.offerings-title,.offerings-title1{font-size:1.25rem}.offerings-description{font-size:.8rem}.benefit-title{font-size:.9rem}.benefit-description{font-size:.8rem}.offerings-image,.compliance-image{height:200px;min-height:180px}}.esg-performance-section{background:#edf1f5;padding:0 60px;position:relative;overflow:hidden;min-height:600px;display:flex;align-items:center;margin-bottom:30px}.esg-performance-container{max-width:1400px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:center;gap:60px;padding:0 50px}.esg-left-content{flex:0 0 50%;max-width:50%;position:relative;display:flex;flex-direction:column;padding:0 20px}.esg-heading{font-family:Inter,sans-serif;font-weight:700;font-size:32px;line-height:44px;margin-bottom:20px;width:100%;text-align:left}.esg-description{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:26px;color:#4a5568;margin-bottom:30px;width:107%;text-align:left}.esg-cta-btn{background:#eb7e0e;color:#fff;border:none;padding:14px 32px;border-radius:6px;font-family:Inter,sans-serif;font-weight:500;font-size:16px;cursor:pointer;transition:all .3s ease;width:12rem}.esg-cta-btn:hover{background:#eb7e0e;transform:translateY(-2px);box-shadow:0 6px 20px #eb7e0e66}.esg-right-content{flex:0 0 50%;max-width:50%;position:relative;display:flex;justify-content:center;align-items:center;padding:0 20px}.esg-image{width:100%;max-width:100%;height:auto;object-fit:contain}@media (max-width: 1024px){.esg-performance-container{flex-direction:column;gap:40px}.esg-left-content,.esg-right-content{flex:0 0 100%;max-width:100%}}@media (max-width: 768px){.esg-performance-section{padding:60px 20px}.esg-heading{font-size:28px;line-height:36px}.esg-description{font-size:14px;line-height:22px}}@media (max-width: 480px){.esg-performance-section{padding:40px 15px}.esg-heading{font-size:24px;line-height:32px}.esg-description{font-size:13px;line-height:20px}.esg-cta-btn{width:100%;padding:12px 24px}}.footer-container{width:100%;display:flex;flex-direction:column;font-family:Inter,sans-serif;position:relative}.footer-background{background:url(/footer.svg) center/cover no-repeat;min-height:150px;display:grid;align-items:center;padding:4rem 0;position:relative}.footer-background:before{content:"";position:absolute;inset:0;background:#00000080;z-index:1}.footer-cta{font-size:24px;font-weight:600;color:#fff;text-align:left;line-height:1.3;position:relative;z-index:2;margin:0 51px 20px}.footer-main{display:flex;justify-content:center;margin-top:10px;padding:0 20px;position:relative;z-index:10}.footer-card{background:#e1e4d8;border-radius:20px;box-shadow:0 6px 18px #00000014;width:100%;max-width:96.5%}.footer-content{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;margin:50px}.footer-left{display:flex;flex-direction:column;gap:50px;flex:1;min-width:220px}.footer-logo img{height:40px}.footer-email a{color:#1c486b;font-size:16px;text-decoration:underline;font-weight:600}.footer-social{display:flex;gap:12px}.social-icon{display:flex;justify-content:center;align-items:center;background:#f1f1f1;border-radius:50%;width:32px;height:32px;color:#333;transition:all .3s}.social-icon:hover{background:#333;color:#fff}.footer-middle{display:flex;align-items:center;justify-content:center;flex:1;min-width:220px;margin-top:-40px}.footer-nav{display:flex;flex-direction:column;gap:12px}.footer-nav-link{font-size:14px;font-weight:500;color:#444;text-decoration:none;transition:color .2s}.footer-nav-link:hover{color:#000}.footer-right{display:flex;flex-direction:column;gap:20px;flex:1;min-width:220px}.footer-contact-section{display:flex;flex-direction:column;gap:10px}.contact-title{font-size:14px;font-weight:500;color:#444;margin:0}.contact-title:hover{color:#000}.contact-email{display:flex;align-items:center;gap:8px;color:#444;font-size:14px}.email-icon{font-size:16px}.footer-powered-by{display:flex;align-items:center;gap:10px;margin:10px;justify-content:right;cursor:pointer}.powered-text{font-size:13px;color:#777}.nirantara-logo img{height:30px;margin-right:20px}.footer-bottom{background:#000;padding:1rem 2rem;margin-top:0;position:relative;z-index:11}.footer-bottom-content{max-width:96.5%;margin:0 auto;padding:10px 0;display:flex;justify-content:center;align-items:center}.copyright{color:#fff;font-size:14px;text-align:center}.legal-links{display:flex;gap:15px}.legal-link{text-decoration:underline;color:#fff;font-size:14px}.legal-link:hover{color:#ccc}.snackbar-overlay{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:2147483647;pointer-events:none}.snackbar{background-color:#10b981;color:#fff;padding:16px 20px;border-radius:8px;box-shadow:0 4px 12px #00000026;border:1px solid #059669;min-width:300px;max-width:500px;pointer-events:auto;animation:slideInDown .3s ease-out;position:relative;overflow:hidden}.snackbar-content{display:flex;align-items:center;gap:12px}.snackbar-icon{font-size:18px;font-weight:700;flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.snackbar-message{flex:1;font-size:14px;line-height:1.4;font-weight:500}.snackbar-close{background:none;border:none;color:#fff;font-size:20px;font-weight:700;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease;flex-shrink:0}.snackbar-close:hover{background-color:#fff3}.snackbar-close:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}@keyframes slideInDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOutUp{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}.snackbar.snackbar-exit{animation:slideOutUp .3s ease-in forwards}.snackbar.success{background-color:#10b981;border-color:#059669}.snackbar.error{background-color:#ef4444;border-color:#dc2626}.snackbar.warning{background-color:#f59e0b;border-color:#d97706}.snackbar.info{background-color:#3b82f6;border-color:#2563eb}@media (max-width: 768px){.snackbar-overlay{top:10px;left:10px;right:10px;transform:none}.snackbar{min-width:auto;max-width:none;width:100%}}.snackbar-overlay .snackbar+.snackbar{margin-top:10px}.snackbar-progress{position:absolute;bottom:0;left:0;height:3px;background-color:#ffffff4d;border-radius:0 0 8px 8px;animation:progressBar 4s linear forwards}@keyframes progressBar{0%{width:100%}to{width:0%}}.country-select{position:relative;width:100%}.country-select__control{display:flex;align-items:center;justify-content:space-between;width:100%;height:40px;border:1px solid #ccc;border-radius:6px;background:#fff;position:relative;overflow:hidden}.country-select__input{flex:1;height:100%;padding:0 32px 0 12px;border:none;outline:none;background:transparent;font-size:14px;color:#111827;box-shadow:none}.country-select__input:focus{border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important;border-color:transparent!important}.country-select .country-select__input{border:none!important;outline:none!important;box-shadow:none!important}.country-select .country-select__input:focus{border:none!important;outline:none!important;box-shadow:none!important;border-color:transparent!important}.country-select__control:focus-within{border-color:#ff7f2a;outline:2px solid #ff7f2a}.country-select__value{font-size:14px;color:#111827}.country-select__placeholder{color:#6b7280}.country-select__arrow{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-right:12px;transition:transform .15s ease-in-out;cursor:pointer}.country-select__arrow.open{transform:rotate(180deg)}.country-select__menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 20px #00000014;overflow-y:auto;z-index:20}.country-select__list{list-style:none;margin:0;padding:6px 0}.country-select__option{padding:8px 12px;font-size:14px;line-height:20px;cursor:pointer}.country-select__option.highlighted{background:#f3f4f6}.country-select__option.selected{background:#eef2ff}.country-select__no-results{padding:12px;font-size:14px;color:#6b7280;text-align:center;font-style:italic}.form-group .country-select.error .country-select__control{border-color:#e74c3c!important;box-shadow:0 0 0 2px #e74c3c1a!important}@media (max-width: 768px){.country-select__control{height:44px}.country-select__input{font-size:16px;padding:0 30px 0 10px}.country-select__value{font-size:16px}.country-select__option{padding:10px 12px;font-size:15px}.country-select__menu{max-height:300px}}@media (max-width: 480px){.country-select__control{height:42px}.country-select__input{font-size:15px;padding:0 28px 0 8px}.country-select__value{font-size:15px}.country-select__option{padding:9px 10px;font-size:14px}.country-select__arrow{width:14px;height:14px;margin-right:10px}.country-select__menu{max-height:250px}}.ecoinvent-section{background-color:#f5f7fa;padding:42px 0;margin-bottom:40px}.ecoinvent-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:48px;flex-wrap:wrap}.ecoinvent-text{flex:1 1 520px;min-width:320px;max-width:591px}.ecoinvent-title{margin:0;font-size:40px;line-height:1.2;font-weight:700;letter-spacing:-.5px}.ecoinvent-description{margin-top:16px;font-size:18px;line-height:1.3;color:#1c486b;font-family:Inter;font-weight:500;font-style:Medium;leading-trim:NONE;letter-spacing:0%;vertical-align:middle}.ecoinvent-card-wrap{flex:0 1 520px;min-width:320px}.ecoinvent-card{background-color:#fff;border-radius:8px;box-shadow:0 6px 24px #00000014;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:355px;height:92px;gap:24px}.ecoinvent-logo{max-width:100%;width:100%;height:auto;max-height:40px;object-fit:contain}@media (max-width: 1024px){.ecoinvent-section{padding:36px 0;margin-bottom:35px}.ecoinvent-container{padding:0 20px;gap:36px}.ecoinvent-title{font-size:36px}.ecoinvent-description{font-size:17px}.ecoinvent-card{width:100%;max-width:400px;padding:26px}}@media (max-width: 768px){.ecoinvent-section{padding:30px 0;margin-bottom:30px}.ecoinvent-container{flex-direction:column;padding:0 16px;gap:30px;align-items:center;text-align:center}.ecoinvent-text{flex:1 1 100%;max-width:100%;min-width:100%}.ecoinvent-title{font-size:32px;text-align:center}.ecoinvent-description{font-size:16px;margin-top:12px;text-align:center}.ecoinvent-card-wrap{flex:1 1 100%;width:100%;max-width:100%;min-width:100%;display:flex;justify-content:center}.ecoinvent-card{width:100%;max-width:500px;padding:24px;height:auto;min-height:92px}.ecoinvent-logo{max-height:36px}}@media (max-width: 480px){.ecoinvent-section{padding:24px 0;margin-bottom:24px}.ecoinvent-container{padding:0 12px;gap:24px}.ecoinvent-title{font-size:28px;line-height:1.3}.ecoinvent-description{font-size:15px;margin-top:10px}.ecoinvent-card{padding:20px;gap:20px}.ecoinvent-logo{max-height:32px}}.subscription-main{display:flex;gap:2rem;margin-top:2rem}.subscription-left{display:flex;flex-direction:column;gap:2rem;flex:1 1 0}.subscription-payment{flex:1 1 0}.card-box{background:#fff;border-radius:8px;box-shadow:0 1px 4px #00000012;border:1px solid #eee;padding:1.5rem 1.2rem;margin-bottom:1.5rem}.subscription-container{max-width:95%;margin:6px auto;background:#fff}.subscription-container{max-width:94%;margin:2rem auto;background:#fff;box-sizing:border-box}.RegisterHeader{color:#4b465c;font-size:15px;font-weight:400;line-height:22px}.subscription-header{position:relative;margin-bottom:2rem;border-radius:8px;overflow:hidden}.subscription-header-img{width:100%;height:20rem;object-fit:cover;filter:brightness(.7);border-radius:4px}.subscription-header h1{position:absolute;width:80%;left:6rem;top:50%;transform:translateY(-50%);color:#fff;font-size:3rem;font-weight:800;text-align:left;margin:0;line-height:1.1;text-shadow:0 2px 8px rgba(0,0,0,.18)}.subscription-main{display:flex;gap:2rem;margin-bottom:2rem}.subscription-main{display:flex;gap:2rem;margin-bottom:1rem;max-width:100%;width:100%;box-sizing:border-box}.subscription-features{flex:2;background:#fff;border-radius:8px;box-shadow:0 1px 4px #00000012;padding:1.5rem 1.2rem;margin-bottom:1rem;border:1px solid #e9ecef}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.section-header h2{margin:0;font-size:1.2rem;font-weight:600;color:#333}.section-icon{width:32px;height:32px;background:#6c757d;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.feature-list{display:flex;gap:1.5rem;width:580px}.feature-card{background:#fff;border:1px solid #e9ecef;border-radius:10px;width:100%;margin:0;padding:14px 18px;display:flex;align-items:center;gap:12px;width:20rem;cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease,background .2s ease}.feature-card.selected{border:2px solid #eb7e0e;box-shadow:0 0 0 2px #eb7e0e26 inset;background:#fff}.feature-card1{background-color:#efefef;border-radius:8px;box-shadow:none;width:100%;margin:0;display:flex;gap:1;cursor:pointer;border:2px solid #e9ecef;transition:border-color .2s,background .2s;overflow:hidden;position:relative;padding:0}.feature-card1.selected{background:#efefef}.feature-card1[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none;border-color:#ddd;background:#efefef}.feature-card1[disabled]:hover{border-color:#ddd;background:#f5f5f5}.feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;box-shadow:0 4px 20px #0000000d;display:flex;align-items:center;gap:12px;cursor:pointer}.feature-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0000001a;border-color:#ea652b}.feature-card.selected{border:2px solid #ea652b!important}.feature-card:active,.feature-card:focus{border:2px solid #ea652b!important;outline:none!important;box-shadow:0 0 0 3px #ea652b33!important}.feature-card input[type=checkbox]{accent-color:#ea652b;cursor:pointer;width:18px;height:18px;appearance:none;border:2px solid #e5e7eb;border-radius:4px;background-color:#fff;position:relative;transition:all .3s ease}.feature-card input[type=checkbox]:checked{background-color:#ea652b;border-color:#ea652b}.feature-card input[type=checkbox]:checked:after{content:"";position:absolute;left:3px;top:0;width:4px;height:8px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.feature-title{font-family:Inter;font-weight:500;font-style:normal;font-size:14px;line-height:24px;letter-spacing:0;text-align:center;vertical-align:middle}.feature-card.disabled{opacity:.5;cursor:not-allowed;pointer-events:none;border-color:#e9ecef;background:#f7f8fa}.feature-card.disabled .feature-title{color:#9ca3af}.feature-card input[type=checkbox]{accent-color:#eb7e0e;width:16px;height:16px}.feature-card1 input[type=checkbox]{accent-color:#ff7f2a;width:16px;height:16px;margin-left:0;flex-shrink:0}.feature-img{width:120px;height:100%;border-radius:0 6px 6px 0;margin-left:20px;margin-right:-20px}.feature-content{display:flex;flex-direction:column;justify-content:start;flex:1;padding:0rem .5rem;min-height:0}.feature-title{display:flex;justify-content:flex-start;align-items:center;font-size:16px;font-weight:600;margin-bottom:.3rem;color:#333}.feature-desc{font-size:9px;color:#555;margin-bottom:.5rem;margin-top:5px}.feature-desc1{font-size:16px;color:#555;margin-bottom:.5rem;margin-top:10px}.feature-change{margin-top:.5rem}.change-link{color:#ff7f2a;text-decoration:none;font-size:.9rem;font-weight:500}.change-link:hover{text-decoration:underline}.subscription-payment{flex:1;background:#fff;border-radius:8px;box-shadow:0 1px 4px #00000012;padding:1.5rem 1.2rem;min-width:30%;display:flex;flex-direction:column;gap:1rem;border:1px solid #eee;height:20%}.subscription-payment h2{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.payment-summary{font-size:1rem;margin-bottom:1rem}.payment-selected{background:#fff2e0;color:#b45309;padding:.4rem .7rem;border-radius:4px;margin-bottom:.7rem;font-size:1rem}.payment-summary div{margin-bottom:.5rem}.payment-summary .payment-amount{float:right;font-weight:500;color:#222}.payment-summary .payment-total{font-size:1.1rem;font-weight:600;margin-top:.7rem;display:flex;justify-content:space-between;border-top:1px solid #eee;padding-top:.7rem}.payment-btn{background:#eb7e0e;color:#fff;border:none;border-radius:6px;padding:.8rem 1.2rem;font-size:1.1rem;font-weight:600;cursor:pointer;margin-top:1rem;transition:background .2s;display:flex;align-items:"flex-end";right:0}.payment-btn:hover{background:#b45309}.subscription-form{background:#fff;border-radius:8px;box-shadow:0 1px 4px #00000012;padding:1.5rem 1.2rem;margin-bottom:1rem;width:98%;border:1px solid #eee;position:relative}.subscription-form h2{font-size:1.2rem;font-weight:600;margin-bottom:.2rem}.subscription-form p .subscription-left{display:flex;flex-direction:column;gap:2rem;flex:1;min-width:0}.subscription-form p .subscription-payment{flex:1;min-width:0}.form-row{display:flex;gap:30px;margin-bottom:10px;width:50rem}.form-group{flex:1;display:flex;flex-direction:column;gap:.3rem}.form-group label{font-size:13px;font-weight:400;color:#222;font-family:Inter;font-style:Medium;font:caption}.form-group input,.form-group select{padding:.6rem .9rem;border-radius:5px;border:1px solid #ccc;font-size:1rem;background:#fefefe;width:100%;height:40px;box-sizing:border-box}.form-group input:focus,.form-group select:focus{outline:2px solid #ff7f2a;border-color:#ff7f2a}.phone-input{display:flex;gap:.5rem;align-items:center}.phone-input span{background:#f3f3f3;padding:.6rem .9rem;border-radius:5px;font-size:1rem;color:#555}.clickable-text{font-size:14px;color:#ff7f2a;text-decoration:underline;text-align:right;cursor:pointer}@media (max-width: 1024px){.subscription-container{padding:1.5rem}.subscription-header-img{height:16rem}.subscription-header h1{font-size:2.25rem;left:24px}.subscription-main{gap:1.5rem}}@media (max-width: 768px){.subscription-container{padding:1rem;margin:1rem auto}.subscription-header-img{height:12rem}.subscription-header h1{font-size:1.6rem;left:16px}.subscription-main{flex-direction:column}.feature-list{flex-wrap:wrap}.feature-card{min-width:20rem}.feature-img{width:96px;height:64px;margin-top:11px}.form-row{flex-direction:column;gap:10px}.subscription-payment{min-width:100%}}@media (max-width: 1024px){.subscription-container{max-width:96%;padding:1.5rem}.subscription-header-img{height:18rem}.subscription-header h1{font-size:2.5rem;left:3rem}.subscription-main{gap:1.5rem}.subscription-features,.card-box{padding:1.3rem 1rem}}@media (max-width: 768px){.subscription-container{padding:1rem;margin:1rem auto;max-width:98%}.subscription-header-img{height:14rem}.subscription-header h1{font-size:2rem;left:50%;transform:translate(-50%);width:85%;text-align:center}.subscription-main{flex-direction:column;gap:1.5rem;align-items:center}.subscription-left{align-items:center;text-align:center}.subscription-features{text-align:center}.section-header{justify-content:center;text-align:center}.feature-list{justify-content:center}.subscription-form,.form-group,.form-group label,.form-group input,.form-group select{text-align:center}.subscription-left{width:100%}.subscription-payment{width:100%;min-width:100%}.subscription-features{padding:1.2rem 1rem}.feature-list{flex-wrap:wrap;gap:.75rem}.feature-card{min-width:calc(50% - .5rem);max-width:100%}.feature-img{width:80px;height:56px;margin-top:10px}.card-box{padding:1.2rem 1rem}.form-row{flex-direction:column;gap:10px}.form-group{width:100%}.form-group label{font-size:.95rem}.form-group input,.form-group select{font-size:.95rem;padding:.6rem .9rem}.phone-input{width:100%}.phone-input span{padding:.6rem .9rem;font-size:.95rem}.payment-btn{width:100%;padding:.75rem 1rem;font-size:1rem}}@media (max-width: 480px){.subscription-container{padding:.75rem;margin:.5rem auto;max-width:100%}.subscription-header-img{height:12rem}.subscription-header h1{font-size:1.6rem;left:50%;transform:translate(-50%);width:90%;line-height:1.2;text-align:center}.subscription-main{gap:1rem;margin-top:1.5rem;align-items:center}.subscription-left{align-items:center;text-align:center}.subscription-features{padding:1rem .9rem;text-align:center}.feature-list{flex-direction:column;gap:.75rem;align-items:center}.feature-card{min-width:100%;padding:1rem .9rem;text-align:center}.feature-img{width:72px;height:50px;margin-top:8px;margin-left:auto;margin-right:auto}.card-box{padding:1rem .9rem;margin-bottom:1rem}.RegisterHeader{font-size:14px;text-align:center}.subscription-form,.form-group{text-align:center}.form-group label{font-size:.9rem;text-align:center}.form-group input,.form-group select{font-size:.9rem;padding:.55rem .8rem;text-align:center}.phone-input{justify-content:center}.phone-input span{padding:.55rem .8rem;font-size:.9rem;text-align:center}.payment-btn{width:100%;padding:.7rem 1rem;font-size:.95rem;margin-left:auto;margin-right:auto}.section-header{flex-direction:column;align-items:center;gap:.5rem;text-align:center}}.form-row{width:100%!important}@media (min-width: 769px){.form-row.form-row-partial{width:66%!important}}@media (max-width: 768px){.form-row.form-row-partial{width:100%!important}}.form-group input.error{border-color:#e74c3c!important;box-shadow:0 0 0 2px #e74c3c1a!important}.form-group input:valid:not(.error){border-color:#27ae60;box-shadow:0 0 0 2px #27ae601a}.error-message{display:block;color:#e74c3c;font-size:.875rem;margin-top:.25rem;font-weight:500}.form-group{margin-bottom:.1rem}.form-group .country-select.error,.form-group .phone-input input.error{border-color:#e74c3c!important;box-shadow:0 0 0 2px #e74c3c1a!important}.form-group input.error:focus{border-color:#e74c3c;box-shadow:0 0 0 2px #e74c3c33}.form-group input:disabled{background-color:#f5f5f5;color:#666;cursor:not-allowed;opacity:.7}.form-group input:disabled:focus{border-color:#ddd;box-shadow:none}.continue-btn{position:static;right:auto;bottom:auto;border:none;border-radius:10px;padding:15px 30px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;background:#eb7e0e;color:#fff;min-width:120px;margin-top:16px;margin-bottom:24px;display:inline-flex;float:right}.continue-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #667eea99}.continue-btn:active{transform:translateY(0)}@media (max-width: 768px){.plan-details{grid-template-columns:1fr}.plan-info{flex-direction:column;align-items:flex-start;gap:4px}.selected-plan-summary{padding:15px}.continue-btn{float:none;width:100%;padding:12px 24px;font-size:14px;min-width:100px;margin:16px 0 24px}}.pay-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.pay-modal{width:min(525px,92vw);background:#fff;border-radius:0;box-shadow:0 10px 30px #0000002e;padding:24px 28px}.pay-modal-header{display:flex;align-items:center;justify-content:space-between}.pay-modal-title{font-size:24px;font-weight:700;margin:0 0 8px}.pay-close{background:transparent;border:none;font-size:20px;cursor:pointer;display:flex;justify-content:end;width:100%}.pay-modal-subtitle{color:#6b7280;margin:0 0 16px}.pay-options{display:grid;gap:0;border-top:none}.pay-options .pay-option+.pay-option{border-top:1px solid #e5e7eb}.pay-option{display:grid;grid-template-columns:28px 56px 1fr;align-items:center;padding:16px 14px;background:#fff;cursor:pointer}.pay-option.checked{border-color:#f59e0b;background:#fffaf0}.pay-option input{display:none}.pay-radio{width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;display:inline-block;position:relative}.pay-option.checked .pay-radio{border-color:#f59e0b}.pay-option.checked .pay-radio:after{content:"";position:absolute;inset:3px;background:#f59e0b;border-radius:50%}.pay-option-icon{width:56px;height:56px;border-radius:12px;background:#f3f4f6;object-fit:contain}.pay-option-text{display:flex;flex-direction:column}.pay-option-name{font-weight:600;font-size:18px;margin-left:26px}.pay-option-desc{color:#6b7280;font-size:14px}.pay-actions{margin-top:20px;display:flex;justify-content:space-between}.pay-actions.only-primary{justify-content:center}.pay-btn{min-width:120px;padding:10px 16px;border-radius:8px;font-weight:600;border:1px solid transparent}.pay-btn-ghost{background:#fff;border-color:#e5e7eb}.pay-btn-primary{background:#eb7e0e;color:#fff}.pay-btn:disabled{opacity:.6;cursor:not-allowed}.pay-notice{text-align:center;padding:8px 0 0}.pay-notice-icon{display:flex;justify-content:center;margin-bottom:8px}.pay-notice-title{font-size:24px;margin:8px 0 6px}.pay-notice-subtitle{color:#6b7280;margin:0}.pay-modal-title:empty{display:none}.pay-notice .pay-btn-primary{padding:12px 20px}@media (max-width: 768px){.pay-modal-overlay{padding:2rem 1rem 1rem;align-items:flex-start}.pay-modal{width:min(525px,95vw);padding:20px 24px}.pay-modal-title{font-size:22px}.pay-modal-subtitle{font-size:14px;margin-bottom:14px}.pay-option{padding:14px 12px;grid-template-columns:24px 48px 1fr}.pay-option-icon{width:48px;height:48px}.pay-option-name{font-size:16px;margin-left:20px}.pay-option-desc{font-size:13px}.pay-actions{margin-top:18px;flex-direction:column;gap:10px}.pay-btn{width:100%;min-width:100%}.pay-notice-title{font-size:22px}}@media (max-width: 480px){.pay-modal-overlay{padding:1rem .5rem .5rem}.pay-modal{width:98vw;padding:16px 20px}.pay-modal-title{font-size:20px;margin-bottom:6px}.pay-modal-subtitle{font-size:13px;margin-bottom:12px}.pay-option{padding:12px 10px;grid-template-columns:20px 44px 1fr;gap:8px}.pay-radio{width:18px;height:18px}.pay-option-icon{width:44px;height:44px;border-radius:10px}.pay-option-name{font-size:15px;margin-left:16px}.pay-option-desc{font-size:12px}.pay-actions{margin-top:16px;gap:8px}.pay-btn{padding:9px 14px;font-size:14px}.pay-notice-title{font-size:20px}.pay-notice-subtitle{font-size:13px}}.subpay-overlay{position:fixed;inset:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.subpay-modal{background:#fff;border-radius:8px;box-shadow:0 10px 25px #00000026;max-width:480px;width:90%;max-height:none;overflow:visible;position:fixed;left:50%;bottom:7vh;top:auto;transform:translate(-50%)}@media (min-height: 800px){.subpay-modal{top:50%;bottom:auto;transform:translate(-50%,-50%)}}.subpay-header{padding:20px 24px 16px;border-bottom:1px solid #e5e7eb}.subpay-title{font-size:24px;font-weight:700;color:#111827;margin:0;text-align:center;text-decoration:none}.subpay-section{padding:16px 24px}.subpay-section-title{font-size:18px;font-weight:700;color:#111827;margin-bottom:12px;text-decoration:none}.subpay-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding:4px 0}.subpay-key{font-size:14px;font-weight:500;color:#6b7280;flex:1;text-decoration:none}.subpay-value{font-size:14px;font-weight:600;color:#111827;text-align:right;flex:1;text-decoration:none}.subpay-divider{height:1px;background-color:#e5e7eb;margin:0 24px}.subpay-total{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-top:1px solid #e5e7eb;margin-top:8px}.subpay-total .subpay-key{font-size:18px;font-weight:700;color:#111827;text-decoration:none}.subpay-total-value{font-size:20px;font-weight:700;color:#111827;text-align:right;text-decoration:none}.subpay-actions{display:flex;gap:12px;padding:20px 24px;border-top:1px solid #e5e7eb;justify-content:flex-end}.subpay-btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;outline:none;min-width:100px}.subpay-btn:disabled{opacity:.6;cursor:not-allowed}.subpay-btn-ghost{background-color:#fff;color:#f97316;border:1px solid #f97316}.subpay-btn-ghost:hover:not(:disabled){background-color:#f8f9fa;color:#f97316;border:1px solid #f97316}.subpay-btn-primary{background-color:#f97316;color:#fff;border:1px solid #f97316}.subpay-btn-primary:hover:not(:disabled){background-color:#ea580c;border-color:#ea580c}@media (max-width: 768px){.subpay-modal{width:92%;max-width:480px;bottom:5vh}.subpay-header{padding:18px 20px 14px}.subpay-title{font-size:22px}.subpay-section{padding:14px 20px}.subpay-section-title{font-size:17px;margin-bottom:10px}.subpay-row{margin-bottom:6px;padding:3px 0}.subpay-key,.subpay-value{font-size:13px}.subpay-divider{margin:0 20px}.subpay-total{padding:14px 20px}.subpay-total .subpay-key{font-size:17px}.subpay-total-value{font-size:19px}.subpay-actions{padding:18px 20px;gap:10px}.subpay-btn{padding:9px 18px;font-size:13px;min-width:90px}}@media (max-width: 640px){.subpay-modal{width:95%;bottom:3vh}.subpay-header{padding:16px 18px 12px}.subpay-title{font-size:20px}.subpay-section{padding:12px 18px}.subpay-section-title{font-size:16px;margin-bottom:8px}.subpay-key,.subpay-value{font-size:12px}.subpay-divider{margin:0 18px}.subpay-total{padding:12px 18px}.subpay-total .subpay-key{font-size:16px}.subpay-total-value{font-size:18px}.subpay-actions{flex-direction:column;padding:16px 18px;gap:8px}.subpay-btn{width:100%;min-width:100%;padding:10px 20px;font-size:14px}}@media (max-width: 480px){.subpay-modal{width:98%;bottom:2vh;border-radius:6px}.subpay-header{padding:14px 16px 10px}.subpay-title{font-size:18px}.subpay-section{padding:10px 16px}.subpay-section-title{font-size:15px;margin-bottom:6px}.subpay-row{margin-bottom:5px;padding:2px 0;flex-wrap:wrap}.subpay-key,.subpay-value{font-size:11px}.subpay-divider{margin:0 16px}.subpay-total{padding:10px 16px}.subpay-total .subpay-key{font-size:15px}.subpay-total-value{font-size:17px}.subpay-actions{padding:14px 16px;gap:6px}.subpay-btn{padding:9px 18px;font-size:13px}}.subpay-btn:disabled{position:relative}.subpay-btn:disabled:after{content:"";position:absolute;width:16px;height:16px;margin:auto;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin 1s linear infinite;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.cs-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1100}.cs-modal{width:min(440px,92vw);background:#fff;box-shadow:0 10px 30px #0000002e;padding:20px 22px}.cs-header{display:flex;align-items:center;justify-content:space-between}.cs-title{margin:0 0 8px;font-size:22px;font-weight:700}.cs-close{background:transparent;border:none;font-size:18px;cursor:pointer}.cs-subtitle{color:#6b7280;margin:0 0 16px}.cs-actions{display:flex;justify-content:flex-end}.cs-btn{min-width:96px;padding:10px 16px;border-radius:8px;font-weight:600;border:1px solid transparent}.cs-btn-primary{background:#eb7e0e;color:#fff}.enterprise-page{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:#fff}.enterprise-container{width:100%;max-width:720px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;box-shadow:0 6px 20px #0000000f}.enterprise-title{margin:0;font-size:28px;font-weight:700;color:#1f2937}.enterprise-description{margin-top:8px;color:#4b5563;font-size:16px;line-height:1.5}.enterprise-contact{margin-top:16px;display:flex;align-items:center;gap:10px;padding:14px;border-radius:10px;background:#f9fafb;border:1px solid #e5e7eb}.enterprise-email-link{color:#2563eb;font-weight:600;text-decoration:none;font-size:16px;transition:color .2s}.enterprise-email-link:hover{color:#1d4ed8;text-decoration:underline}@media (max-width: 1024px){.enterprise-page{padding:1.5rem}.enterprise-container{max-width:90%;padding:1.75rem}.enterprise-title{font-size:26px}.enterprise-description{font-size:15px}}@media (max-width: 768px){.enterprise-page{padding:1rem;min-height:70vh}.enterprise-container{max-width:95%;padding:1.5rem}.enterprise-title{font-size:24px}.enterprise-description{font-size:14px;margin-top:12px}.enterprise-contact{flex-direction:column;align-items:flex-start;gap:12px;padding:12px}.enterprise-email-link{font-size:15px;word-break:break-word}}@media (max-width: 480px){.enterprise-page{padding:.75rem;min-height:60vh}.enterprise-container{max-width:100%;padding:1.25rem;border-radius:8px}.enterprise-title{font-size:22px}.enterprise-description{font-size:13px;margin-top:10px}.enterprise-contact{padding:10px;gap:10px}.enterprise-contact img{width:18px;height:18px}.enterprise-email-link{font-size:14px}}.contactus-page{background:#fff}.contactus-container{max-width:1200px;margin:0 auto;margin-top:8rem;margin-bottom:8rem;padding:40px 20px 80px;display:grid;grid-template-columns:1fr 1fr;gap:40px}.contactus-left{position:relative;border-radius:12px;overflow:hidden;background:#2f4631 url(/Contactus/Rectangle%203841.svg) center/cover no-repeat;color:#fff}.contactus-info{position:relative;min-height:91%;padding:36px 28px 28px;display:flex;flex-direction:column;z-index:1}.contactus-info-title{margin:0 0 10px;font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:28px;leading-trim:NONE;line-height:100%;letter-spacing:0%}.contactus-info-subtitle{margin:0 0 48px;color:#d1d5db;font-family:Inter;font-weight:400;font-style:Regular;font-size:18px;leading-trim:NONE;line-height:100%;letter-spacing:0%}.contactus-query-label{margin:0 0 8px;color:#d1d5db;font-family:Poppins;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:100%;letter-spacing:0%}.contactus-row{display:flex;align-items:center;gap:14px;margin:18px 0}.contactus-row-multiline{align-items:flex-start}.contactus-row-icon{display:inline-flex;align-items:center;justify-content:center;color:#fff;width:20;height:16;angle:0 deg;opacity:1;top:4px;left:2px}.contactus-row-text{font-size:18px;color:#fff}.contactus-email{color:#fff;font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:16px;leading-trim:NONE;line-height:28.8px;letter-spacing:0%;text-decoration:underline;text-decoration-style:solid;text-decoration-offset:0%;text-decoration-thickness:0%;text-decoration-skip-ink:auto}.contactus-social{margin-top:auto;display:flex;gap:0px}.social-btn{width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;text-decoration:none}.social-btn img{width:30px;height:30px}.ellipse-793{position:absolute;right:0;bottom:0;width:220px;opacity:.26;z-index:0;pointer-events:none;transform:none}.ellipse-794{position:absolute;right:32px;bottom:32px;width:269px;opacity:.22;z-index:0;pointer-events:none;transform:none}@media (max-width: 992px){.ellipse-793{right:0;bottom:0;width:220px;transform:none}.ellipse-794{right:0;bottom:0;width:269px;transform:none}}.contactus-right{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:28px}.contactus-title{margin:0 0 20px;font-size:28px;color:#0f172a}.contactus-form{display:grid;grid-template-columns:1fr;gap:12px;max-width:520px}.contactus-label{font-weight:600;font-size:13px;color:#374151;font:caption}.contactus-input{padding:12px 14px;border:1px solid #d1d5db;border-radius:8px;outline:none;font-size:14px;font-family:Inter,sans-serif}.contactus-textarea{padding:8px 14px;border:1px solid #d1d5db;border-radius:8px;outline:none;font-size:14px;font-family:Inter,sans-serif;min-height:110px;resize:vertical}.contactus-input.error,.contactus-textarea.error{border-color:#ef4444}.contactus-error{color:#ef4444;font-size:12px}.contactus-phone{display:grid;grid-template-columns:100px 1fr;gap:8px}.contactus-dial{display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;font-weight:600;color:#6b7280}.contactus-submit{margin-top:10px;background:#eb7e0e;color:#fff;border:none;border-radius:8px;padding:12px 16px;font-weight:700;cursor:pointer}@media (max-width: 1024px){.contactus-container{grid-template-columns:1fr;gap:30px;margin-top:6rem;margin-bottom:6rem;padding:30px 20px 60px}.contactus-left{order:2}.contactus-right{order:1}.contactus-info-title{font-size:32px}.contactus-info-subtitle{font-size:18px}.contactus-title{font-size:26px}}@media (max-width: 768px){.contactus-container{margin-top:5rem;margin-bottom:4rem;padding:20px 15px 40px;gap:25px}.contactus-left{min-height:auto}.contactus-info{padding:28px 20px 20px;min-height:auto;align-items:center;text-align:center}.contactus-info-title{font-size:28px;margin-bottom:8px;text-align:center}.contactus-info-subtitle{font-size:16px;margin-bottom:28px;text-align:center}.contactus-row{margin:14px 0;gap:12px;justify-content:center}.contactus-row-icon{width:36px;height:36px}.contactus-row-text{font-size:16px;text-align:center}.contactus-social{margin-top:30px;gap:0px;justify-content:center}.social-btn{width:40px;height:40px}.social-btn img{width:26px;height:26px}.contactus-right{padding:24px 20px}.contactus-title{font-size:24px;margin-bottom:18px;text-align:center}.contactus-form{gap:10px}.contactus-label{font-size:12px;text-align:center}.contactus-input,.contactus-textarea{padding:11px 12px;font-size:14px;text-align:center}.contactus-textarea{min-height:100px;text-align:center}.contactus-phone{grid-template-columns:90px 1fr}.contactus-dial{font-size:14px;text-align:center}.contactus-submit{padding:11px 14px;font-size:15px;margin-top:8px;width:100%;margin-left:auto;margin-right:auto}.ellipse-793,.ellipse-794{display:none}}@media (max-width: 480px){.contactus-container{margin-top:4rem;margin-bottom:3rem;padding:15px 12px 30px;gap:20px}.contactus-info{padding:24px 16px 16px;align-items:center;text-align:center}.contactus-info-title{font-size:24px;text-align:center}.contactus-info-subtitle{font-size:14px;margin-bottom:24px;text-align:center}.contactus-row{margin:12px 0;gap:10px;flex-wrap:wrap;justify-content:center}.contactus-row-icon{width:32px;height:32px}.contactus-row-icon img{width:18px;height:18px}.contactus-row-text{font-size:14px;text-align:center}.contactus-social{margin-top:24px;gap:10px;justify-content:center}.social-btn{width:36px;height:36px}.social-btn img{width:22px;height:22px}.contactus-right{padding:20px 16px}.contactus-title{font-size:22px;margin-bottom:16px;text-align:center}.contactus-label{font-size:11px;text-align:center}.contactus-input,.contactus-textarea{padding:10px 11px;font-size:13px;text-align:center}.contactus-textarea{min-height:90px;text-align:center}.contactus-phone{grid-template-columns:80px 1fr;gap:6px}.contactus-dial{font-size:13px;padding:10px 8px;text-align:center}.contactus-submit{width:100%;padding:12px 16px;font-size:14px;margin-left:auto;margin-right:auto}}
