.language-switcher{position:relative}.language-switcher-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:500;color:#333}.language-switcher-button:hover{background:#f5f5f5;border-color:#0abf53;color:#0abf53}.language-icon{font-size:1.1rem;line-height:1;-webkit-user-select:none;user-select:none}.language-text{-webkit-user-select:none;user-select:none;white-space:nowrap}.language-arrow{font-size:.7rem;transition:transform .3s ease;-webkit-user-select:none;user-select:none;margin-left:.25rem}.language-switcher.open .language-arrow{transform:rotate(180deg)}.language-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:120px;overflow:hidden;z-index:1000;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.language-option{display:flex;align-items:center;width:100%;padding:.75rem 1rem;background:transparent;border:none;cursor:pointer;transition:background .2s ease;font-size:.9rem;color:#333;text-align:left}.language-option:hover{background:#f5f5f5;color:#0abf53}.language-option.active{background:#f0f9f4;color:#0abf53;font-weight:600}.language-option:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.language-option:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}@media (max-width: 768px){.language-switcher-button{padding:.4rem .8rem;font-size:.85rem}.language-icon{font-size:1rem}.language-text{display:none}.language-dropdown{right:0;min-width:100px}}.header{position:fixed;top:0;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a;z-index:1000}.navbar{padding:1rem 0}.navbar .container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand .logo{text-decoration:none;font-size:1.5rem;font-weight:700;color:#0abf53}.navbar-menu{display:flex;list-style:none;gap:2rem;align-items:center;margin:0;padding:0}.navbar-menu li a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.navbar-menu li a:hover{color:#0abf53}.products-menu-item{position:relative}.products-menu-trigger{display:flex;align-items:center;gap:.25rem}.dropdown-arrow{font-size:.7rem;transition:transform .3s ease}.products-menu-item:hover .dropdown-arrow,.products-menu-item.active .dropdown-arrow{transform:rotate(180deg)}.products-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:0;padding-top:.5rem;background:transparent;z-index:1000;animation:slideDown .3s ease}.products-dropdown:before{content:"";display:block;height:.5rem;width:100%}.products-dropdown .dropdown-container{background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;min-width:800px;overflow:hidden}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.dropdown-container{display:grid;grid-template-columns:1fr 1.5fr;gap:0}.dropdown-left{background:#f8f9fa;padding:3rem 2.5rem;display:flex;align-items:center;border-right:1px solid #e0e0e0}.dropdown-title{font-size:1.5rem;color:#333;font-weight:600;line-height:1.6;margin:0}.dropdown-right{padding:2.5rem}.dropdown-section{margin-bottom:2rem}.dropdown-section:last-child{margin-bottom:0}.dropdown-section-title{font-size:1.1rem;color:#0abf53;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.dropdown-list{list-style:none;padding:0;margin:0}.dropdown-list li{margin-bottom:1rem}.dropdown-list li:last-child{margin-bottom:0}.dropdown-list li a{display:block;padding:1rem;border-radius:8px;transition:background .2s ease,transform .2s ease;text-decoration:none;color:#333;cursor:pointer}.dropdown-list li a:hover{background:#f0f0f0;color:#0abf53;transform:translate(5px)}.dropdown-list li a strong{display:block;font-size:1rem;font-weight:600;color:#333;margin-bottom:.25rem}.dropdown-list li a:hover strong{color:#0abf53}.dropdown-list li a span{display:block;font-size:.9rem;color:#666;line-height:1.5}.btn-contact{background:#0abf53;color:#fff!important;padding:.5rem 1.5rem;border-radius:6px;transition:background .3s ease}.btn-contact:hover{background:#089a45}.language-switcher-item{display:flex;align-items:center}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:4px}.menu-toggle span{width:25px;height:3px;background:#333;transition:all .3s ease}@media (max-width: 768px){.menu-toggle{display:flex}.navbar-menu{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem 0;box-shadow:0 4px 10px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.navbar-menu.active{transform:translateY(0);opacity:1;visibility:visible}.navbar-menu li{width:100%;text-align:center;padding:.5rem 0}.products-dropdown{position:static;transform:none;margin-top:.5rem;min-width:100%;left:0;right:0}.dropdown-container{grid-template-columns:1fr}.dropdown-left{border-right:none;border-bottom:1px solid #e0e0e0;padding:2rem 1.5rem}.dropdown-right{padding:1.5rem}.dropdown-title{font-size:1.2rem}}.hero{min-height:90vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);background-image:url(/images/hero-bg.svg);background-size:cover;background-position:center;background-repeat:no-repeat;padding:8rem 2rem 4rem;color:#fff;position:relative;overflow:hidden}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95;line-height:1.6}.hero-cta{margin-bottom:4rem}.btn{display:inline-block;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.btn-primary{background:#fff;color:#667eea;font-size:1.1rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.hero-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;opacity:.8}.logo-item{font-size:.9rem;font-weight:500;padding:.5rem 1rem;background:#ffffff1a;border-radius:6px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-image-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%;animation:float 6s ease-in-out infinite}.hero-image{width:100%;max-width:600px;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.2))}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-content{text-align:center}.hero-image-wrapper{order:-1}.hero-image{max-width:400px}}@media (max-width: 768px){.hero{padding:6rem 1.5rem 3rem;min-height:80vh}.hero-container{gap:2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-logos{gap:1rem}.logo-item{font-size:.8rem;padding:.4rem .8rem}.hero-image{max-width:300px}}.features{padding:6rem 2rem;background:#f8f9fa}.container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;text-align:center;margin-bottom:4rem;color:#333;font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;text-align:center;overflow:hidden}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.feature-image-wrapper{width:100%;height:200px;margin-bottom:1.5rem;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.feature-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.feature-card:hover .feature-image{transform:scale(1.05)}.feature-title{font-size:1.5rem;margin-bottom:1rem;color:#333;font-weight:600}.feature-description{color:#666;line-height:1.6;font-size:1rem}@media (max-width: 768px){.features{padding:4rem 1.5rem}.section-title{font-size:2rem;margin-bottom:3rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem}.feature-image-wrapper{height:150px}}.products{padding:6rem 2rem;background:#fff}.product-section{margin-bottom:6rem}.product-section:last-child{margin-bottom:0}.product-header{text-align:center;max-width:800px;margin:0 auto 3rem}.product-category{display:inline-block;color:#0abf53;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.product-title{font-size:2.5rem;margin-bottom:1.5rem;color:#333;font-weight:700}.product-description{font-size:1.1rem;color:#666;line-height:1.8}.product-image-wrapper{width:100%;max-width:600px;height:400px;margin:3rem auto;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.product-image-wrapper:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000026}.product-image{width:100%;height:100%;object-fit:cover}.product-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.product-item{padding:2rem;background:#f8f9fa;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.product-item:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001a}.product-item-image-wrapper{width:100%;height:150px;margin-bottom:1.5rem;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff}.product-item-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-item:hover .product-item-image{transform:scale(1.05)}.product-item h3{font-size:1.3rem;margin-bottom:.5rem;color:#333;font-weight:600}.product-item p{color:#666;line-height:1.6}@media (max-width: 768px){.products{padding:4rem 1.5rem}.product-title{font-size:2rem}.product-items{grid-template-columns:1fr;gap:1.5rem}.product-image-wrapper{height:250px;margin:2rem auto}.product-item-image-wrapper{height:120px}}.solutions{padding:6rem 2rem;background:#f8f9fa}.section-subtitle{text-align:center;font-size:1.1rem;color:#666;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem}.solution-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.solution-image-wrapper{width:100%;height:250px;margin-bottom:1.5rem;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.solution-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.solution-card:hover .solution-image{transform:scale(1.05)}.solution-title{font-size:1.8rem;margin-bottom:1rem;color:#333;font-weight:600}.solution-description{color:#666;line-height:1.8;margin-bottom:2rem;font-size:1rem}.solution-companies{display:flex;flex-wrap:wrap;gap:.75rem}.company-tag{padding:.5rem 1rem;background:#f0f0f0;border-radius:6px;font-size:.9rem;color:#666;font-weight:500}@media (max-width: 768px){.solutions{padding:4rem 1.5rem}.solutions-grid{grid-template-columns:1fr;gap:2rem}.solution-card{padding:2rem}.solution-image-wrapper{height:180px}}.footer{background:#1a1a1a;color:#fff;padding:4rem 2rem 2rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem}.footer-section h3{font-size:1.5rem;margin-bottom:1.5rem}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column h4{font-size:1rem;margin-bottom:1rem;color:#0abf53}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:.75rem}.footer-column ul li a{color:#ccc;text-decoration:none;transition:color .3s ease;font-size:.9rem}.footer-column ul li a:hover{color:#fff}.footer-bottom{border-top:1px solid #333;padding-top:2rem;text-align:center;color:#999;font-size:.9rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer .btn-primary{background:#0abf53;color:#fff}.footer .btn-primary:hover{background:#089a45}@media (max-width: 768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:1fr;gap:2rem}}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;line-height:1.6}#root{min-height:100vh}main{margin-top:0}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.online-payments-page{padding-top:80px}.payment-services{padding:6rem 0;background:#f8f9fa}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.service-icon{font-size:3rem;margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;color:#333;margin-bottom:1rem;font-weight:600}.service-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.service-link{color:#0abf53;text-decoration:none;font-weight:600;transition:color .3s ease}.service-link:hover{color:#089a45}.payment-methods{padding:6rem 0;background:#fff;text-align:center}.methods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-bottom:2rem}.method-item{display:flex;flex-direction:column;align-items:center;padding:1.5rem;background:#f8f9fa;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}.method-item:hover{transform:translateY(-3px);box-shadow:0 4px 15px #0000001a}.method-icon{font-size:2rem;margin-bottom:.5rem}.method-name{font-size:.9rem;color:#666;font-weight:500}.features-section{padding:6rem 0;background:#f8f9fa}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.feature-item{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.feature-item:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.feature-item h3{font-size:1.5rem;color:#333;margin-bottom:1rem;font-weight:600}.feature-item p{color:#666;line-height:1.6;margin-bottom:1.5rem}.feature-link{color:#0abf53;text-decoration:none;font-weight:600;transition:color .3s ease}.feature-link:hover{color:#089a45}.integration-section{padding:6rem 0;background:#fff}.integration-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.integration-card{padding:2.5rem;background:#f8f9fa;border-radius:12px;border-left:4px solid #0abf53;transition:transform .3s ease,box-shadow .3s ease}.integration-card:hover{transform:translate(5px);box-shadow:0 4px 20px #0000001a}.integration-card h3{font-size:1.5rem;color:#333;margin-bottom:1rem;font-weight:600}.integration-card p{color:#666;line-height:1.6}.cta-title{font-size:2.5rem;margin-bottom:2rem;font-weight:700}@media (max-width: 968px){.page-hero .container{grid-template-columns:1fr;text-align:center}.hero-content{text-align:center}.hero-image{order:-1}.benefits-grid,.services-grid,.features-grid,.integration-grid{grid-template-columns:1fr}}.in-person-payments-page{padding-top:80px}.btn-outline{background:transparent;color:#0abf53;border:2px solid #0abf53;margin-top:2rem;display:inline-block}.global-platform-section{padding:6rem 0;background:#f8f9fa}.section-title{font-size:2.5rem;text-align:center;color:#333;margin-bottom:1rem;font-weight:700}.platform-image{text-align:center;margin:3rem 0}.platform-image img{width:100%;max-width:900px;height:auto}.api-integration{text-align:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014}.api-integration h3{font-size:1.8rem;color:#333;margin-bottom:1rem;font-weight:600}.api-integration p{color:#666;line-height:1.6;margin-bottom:2rem}.solutions-section{padding:6rem 0;background:#fff;text-align:center}.solutions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.solution-card{background:#f8f9fa;padding:2.5rem;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.solution-icon{font-size:3rem;margin-bottom:1.5rem}.solution-card h3{font-size:1.3rem;color:#333;margin-bottom:1rem;font-weight:600}.solution-card p{color:#666;line-height:1.6;font-size:.95rem}.management-section{padding:6rem 0;background:#f8f9fa}.dashboard-image{text-align:center;margin-top:3rem}.dashboard-image img{width:100%;max-width:1000px;height:auto;border-radius:12px;box-shadow:0 8px 30px #0000001a}.testimonial-section{padding:4rem 0;background:#fff}.testimonial{max-width:800px;margin:0 auto;padding:3rem;background:#f8f9fa;border-left:4px solid #0abf53;border-radius:8px}.client-logos{padding:3rem 0;background:#fff;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.logos-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;opacity:.6}.logo-item{font-size:.9rem;font-weight:500;color:#666}.unified-platform-section{padding:6rem 0;background:#f8f9fa}.unified-features{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:3rem}.unified-feature{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.unified-feature h3{font-size:1.5rem;color:#333;margin-bottom:1rem;font-weight:600}.unified-feature p{color:#666;line-height:1.6}.store-operations-section{padding:6rem 0;background:#fff}.operations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:3rem}.operation-card{padding:2.5rem;background:#f8f9fa;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.operation-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.operation-card h3{font-size:1.5rem;color:#333;margin-bottom:1rem;font-weight:600}.operation-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.operation-image{text-align:center;margin-top:1.5rem}.operation-image img{max-width:100%;height:auto;border-radius:8px}.backend-features-section{padding:6rem 0;background:#f8f9fa}.backend-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:3rem}.backend-feature{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;text-align:center}.backend-feature .feature-icon{font-size:3rem;margin-bottom:1.5rem}.backend-feature h3{font-size:1.5rem;color:#333;margin-bottom:1rem;font-weight:600}.backend-feature p{color:#666;line-height:1.6}.partners-section{padding:6rem 0;background:#fff;text-align:center}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-top:3rem}.partner-item{padding:1.5rem;background:#f8f9fa;border-radius:8px;font-size:.9rem;font-weight:500;color:#666;transition:transform .3s ease,box-shadow .3s ease}.partner-item:hover{transform:translateY(-3px);box-shadow:0 4px 15px #0000001a}.cta-section .btn-secondary{border-color:#fff;color:#fff}.cta-section .btn-secondary:hover{background:#fff;color:#667eea}@media (max-width: 968px){.page-hero .container{grid-template-columns:1fr;text-align:center}.hero-content{text-align:center}.hero-image{order:-1}.benefits-grid{grid-template-columns:1fr}.solutions-grid{grid-template-columns:repeat(2,1fr)}.unified-features,.operations-grid,.backend-grid{grid-template-columns:1fr}}@media (max-width: 768px){.page-title{font-size:2.5rem}.section-title{font-size:2rem}.solutions-grid{grid-template-columns:1fr}.cta-actions{flex-direction:column}.btn{width:100%;text-align:center}}.platforms-page{padding-top:80px}.page-hero{padding:4rem 0 6rem;background:linear-gradient(135deg,#f8f9fa,#fff)}.page-hero .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{text-align:left}.page-title{font-size:3.5rem;font-weight:700;color:#333;margin-bottom:1.5rem;line-height:1.2}.page-subtitle{font-size:1.25rem;color:#666;margin-bottom:2.5rem;line-height:1.6}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-block;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary:hover{background:#089a45;transform:translateY(-2px);box-shadow:0 5px 15px #0abf534d}.btn-secondary{background:transparent;color:#0abf53;border:2px solid #0abf53}.btn-secondary:hover{background:#0abf53;color:#fff}.btn-large{padding:1.25rem 3rem;font-size:1.1rem}.hero-image{display:flex;align-items:center;justify-content:center}.hero-image img{width:100%;max-width:500px;height:auto}.benefits-section{padding:6rem 0;background:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.benefit-card{text-align:center;padding:2rem}.benefit-icon{font-size:3rem;margin-bottom:1.5rem}.benefit-card h3{font-size:1.5rem;color:#333;margin-bottom:1rem;font-weight:600}.benefit-card p{color:#666;line-height:1.6;font-size:1rem}.all-in-one-section{padding:6rem 0;background:#f8f9fa}.section-title{font-size:2.5rem;text-align:center;color:#333;margin-bottom:4rem;font-weight:700}.feature-block{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:6rem}.feature-block.reverse{direction:rtl}.feature-block.reverse>*{direction:ltr}.feature-content{display:flex;flex-direction:column;gap:1.5rem}.feature-title{font-size:2rem;color:#333;font-weight:700;margin-bottom:1rem}.feature-description{font-size:1.1rem;color:#666;line-height:1.8;margin-bottom:1.5rem}.feature-list{list-style:none;padding:0;margin:0}.feature-list li{padding:.75rem 0 .75rem 2rem;position:relative;color:#666;line-height:1.6;font-size:1rem}.feature-list li:before{content:"✓";position:absolute;left:0;color:#0abf53;font-weight:700;font-size:1.2rem}.feature-image{display:flex;align-items:center;justify-content:center}.feature-image img{width:100%;max-width:500px;height:auto;border-radius:12px;box-shadow:0 8px 30px #0000001a}.risk-management-section{padding:6rem 0;background:#fff}.section-description{text-align:center;color:#666;font-size:1.1rem;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.risk-features{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:3rem}.risk-feature{text-align:center;padding:2rem;background:#f8f9fa;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.risk-feature:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.risk-icon{font-size:3rem;margin-bottom:1.5rem}.risk-feature h3{font-size:1.5rem;color:#333;margin-bottom:1rem;font-weight:600}.risk-feature p{color:#666;line-height:1.6}.testimonial-section{padding:4rem 0;background:#f8f9fa}.testimonial{max-width:800px;margin:0 auto;padding:3rem;background:#fff;border-left:4px solid #0abf53;border-radius:8px;box-shadow:0 4px 20px #00000014}.testimonial p{font-size:1.3rem;color:#333;line-height:1.8;margin-bottom:2rem;font-style:italic}.testimonial footer{display:flex;flex-direction:column;gap:.5rem}.testimonial-logo{font-size:1.2rem;font-weight:700;color:#0abf53}.testimonial-author{font-size:1rem;font-weight:600;color:#333}.testimonial-role{font-size:.9rem;color:#666}.compliance-section{padding:6rem 0;background:#fff}.compliance-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.compliance-item{padding:2rem;background:#f8f9fa;border-radius:12px;text-align:center;font-size:1.1rem;font-weight:600;color:#333;transition:transform .3s ease,box-shadow .3s ease}.compliance-item:hover{transform:translateY(-3px);box-shadow:0 4px 15px #0000001a}.solutions-section{padding:6rem 0;background:#f8f9fa}.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:3rem}.solution-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.solution-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.solution-card h3{font-size:1.8rem;color:#333;margin-bottom:1rem;font-weight:600}.solution-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.solution-link{color:#0abf53;text-decoration:none;font-weight:600;transition:color .3s ease}.solution-link:hover{color:#089a45}.faq-section{padding:6rem 0;background:#fff}.faq-list{max-width:900px;margin:0 auto;margin-top:3rem}.faq-item{padding:2rem;margin-bottom:1.5rem;background:#f8f9fa;border-radius:12px;border-left:4px solid #0abf53;transition:transform .3s ease,box-shadow .3s ease}.faq-item:hover{transform:translate(5px);box-shadow:0 4px 15px #0000001a}.faq-question{font-size:1.3rem;color:#333;margin-bottom:1rem;font-weight:600}.faq-answer{color:#666;line-height:1.8;font-size:1rem}.cta-section{padding:6rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.cta-title{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.cta-description{font-size:1.2rem;margin-bottom:2.5rem;opacity:.95}.cta-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-section .btn-primary{background:#fff;color:#667eea}.cta-section .btn-primary:hover{background:#f0f0f0}@media (max-width: 968px){.page-hero .container{grid-template-columns:1fr;text-align:center}.hero-content{text-align:center}.hero-image{order:-1}.benefits-grid{grid-template-columns:1fr}.feature-block{grid-template-columns:1fr;gap:2rem}.feature-block.reverse{direction:ltr}.risk-features,.compliance-grid,.solutions-grid{grid-template-columns:1fr}}@media (max-width: 768px){.page-title{font-size:2.5rem}.section-title{font-size:2rem}.hero-actions{flex-direction:column}.btn{width:100%;text-align:center}}.contact-page{padding-top:80px}.contact-hero{background:linear-gradient(135deg,#f8f9fa,#fff);padding:4rem 0}.contact-hero .container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero-content{max-width:900px;margin:0 auto;text-align:center}.hero-title{font-size:3rem;font-weight:700;color:#333;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;color:#666;margin-bottom:3rem;line-height:1.6}.hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;padding:2rem 0}.feature-item{text-align:center;padding:1.5rem}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.75rem}.feature-desc{font-size:.95rem;color:#666;line-height:1.5}.form-intro{font-size:1.1rem;color:#333;margin-bottom:1rem;line-height:1.6}.partner-link-text{font-size:.95rem;color:#666;line-height:1.6}.contact-form-section{padding:4rem 0;background:#fff}.contact-form-section .container{max-width:900px;margin:0 auto;padding:0 2rem}.form-container{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 2px 20px #00000014}.form-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:2rem;text-align:center}.form-message{padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center;font-weight:500}.form-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:.9rem;font-weight:500;color:#333;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;color:#333;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#0abf53;box-shadow:0 0 0 3px #0abf531a}.form-group textarea{resize:vertical;min-height:120px}.form-actions{display:flex;justify-content:center;margin-top:1rem}.btn-primary:hover:not(:disabled){background:#089a45;transform:translateY(-1px);box-shadow:0 4px 12px #0abf534d}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.contact-links{padding:4rem 0;background:#f8f9fa}.contact-links .container{max-width:1200px;margin:0 auto;padding:0 2rem}.links-title{font-size:2rem;font-weight:600;color:#333;text-align:center;margin-bottom:3rem}.links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.link-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 10px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.link-card:hover{transform:translateY(-4px);box-shadow:0 4px 20px #0000001a}.link-card-title{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:1rem}.link-card-desc{font-size:.95rem;color:#666;line-height:1.6;margin-bottom:1.5rem}.link-card-button{display:inline-block;color:#0abf53;font-weight:500;text-decoration:none;transition:color .3s ease}.link-card-button:hover{color:#089a45;text-decoration:underline}@media (max-width: 768px){.contact-page{padding-top:70px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-features{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 0}.form-container{padding:2rem 1.5rem}.form-title{font-size:1.5rem}.form-row{grid-template-columns:1fr}.links-grid{grid-template-columns:1fr;gap:1.5rem}.contact-hero .container,.contact-form-section .container,.contact-links .container{padding:0 1rem}}@media (max-width: 480px){.hero-title{font-size:1.75rem}.form-container{padding:1.5rem 1rem}.btn{width:100%;padding:1rem}}.about-page{padding-top:80px}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-hero{background:linear-gradient(135deg,#f8f9fa,#fff);padding:4rem 0;text-align:center}.hero-title{font-size:3rem;font-weight:700;color:#333;margin-bottom:3rem;line-height:1.2}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto}.stat-item{text-align:center}.stat-value{font-size:2.5rem;font-weight:700;color:#0abf53;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#666;line-height:1.5}.hero-clients{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap;margin-top:3rem}.client-logo{font-size:1.5rem;font-weight:600;color:#999;opacity:.7;transition:opacity .3s ease}.client-logo:hover{opacity:1;color:#0abf53}.about-story{padding:4rem 0;background:#fff}.section-title{font-size:2.5rem;font-weight:600;color:#333;margin-bottom:2rem;text-align:center}.story-content{font-size:1.1rem;color:#666;line-height:1.8;max-width:800px;margin:0 auto;text-align:center}.about-milestones{padding:4rem 0;background:#f8f9fa}.milestones-timeline{max-width:800px;margin:0 auto;position:relative;padding-left:2rem}.milestones-timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#e0e0e0}.milestone-item{position:relative;padding-left:3rem;padding-bottom:2rem;margin-bottom:2rem}.milestone-item:before{content:"";position:absolute;left:-1.5rem;top:.5rem;width:12px;height:12px;border-radius:50%;background:#0abf53;border:3px solid #ffffff;box-shadow:0 0 0 2px #0abf53}.milestone-year{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.milestone-event{font-size:1rem;color:#666;line-height:1.6}.about-formula{padding:4rem 0;background:#fff}.formula-subtitle{font-size:1.1rem;color:#666;text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.formula-principles{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}.principle-item{padding:2rem;background:#f8f9fa;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.principle-item:hover{transform:translateY(-4px);box-shadow:0 4px 20px #0000001a}.principle-title{font-size:1.25rem;font-weight:600;color:#0abf53;margin-bottom:1rem}.principle-desc{font-size:1rem;color:#666;line-height:1.6}.about-team{padding:4rem 0;background:#f8f9fa;text-align:center}.team-subtitle{font-size:1.1rem;color:#666;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.btn{padding:.875rem 2.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:#0abf53;color:#fff}.btn-primary:hover{background:#089a45;transform:translateY(-1px);box-shadow:0 4px 12px #0abf534d}.about-locations{padding:4rem 0;background:#fff}.locations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem;max-width:1000px;margin-left:auto;margin-right:auto}.location-region{padding:1.5rem}.region-name{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:1rem}.region-cities{list-style:none;padding:0;margin:0}.region-cities li{font-size:.95rem;color:#666;margin-bottom:.5rem;line-height:1.6}.locations-link{display:block;text-align:center;color:#0abf53;font-weight:500;text-decoration:none;margin-top:2rem;transition:color .3s ease}.locations-link:hover{color:#089a45;text-decoration:underline}.about-links{padding:4rem 0;background:#f8f9fa}.links-grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.link-item{padding:1rem 2rem;background:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#333;text-decoration:none;font-weight:500;transition:all .3s ease}.link-item:hover{border-color:#0abf53;color:#0abf53;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}@media (max-width: 768px){.about-page{padding-top:70px}.hero-title{font-size:2rem}.hero-stats{grid-template-columns:1fr;gap:1.5rem}.stat-value{font-size:2rem}.hero-clients{gap:1.5rem}.client-logo{font-size:1.2rem}.section-title{font-size:2rem}.milestones-timeline{padding-left:1.5rem}.milestone-item{padding-left:2rem}.formula-principles,.locations-grid{grid-template-columns:1fr;gap:1.5rem}.links-grid{flex-direction:column;align-items:center}.link-item{width:100%;max-width:300px;text-align:center}.container{padding:0 1rem}}@media (max-width: 480px){.hero-title,.section-title,.stat-value{font-size:1.75rem}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
