body{margin:0;padding:0;font-family:Helvetica Neue,Helvetica,sans-serif;word-break:keep-all;overflow-wrap:break-word}.hero-section{min-height:100vh;min-height:100dvh;display:flex;align-items:center;padding:2rem 0}.the-logo{width:200px;height:auto}.hero-container{width:100%}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text h1{font-size:3.5rem;font-weight:900;margin-bottom:1.5rem;line-height:1.2}.hero-text .highlight{color:#ffd700}.hero-text p{font-size:1.3rem;margin-bottom:2rem;opacity:.9;line-height:1.7}.cta-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:linear-gradient(45deg,#dc0454,#E60082);color:white;box-shadow:0 8px 25px rgba(220,4,84,.3)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(220,4,84,.4)}.btn-secondary{background:rgba(255,255,255,.2);color:white;border:2px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:rgba(255,255,255,.3);transform:translateY(-3px)}.hero-visual{text-align:center}.hero-image,.hero-visual{display:flex;justify-content:center;align-items:center;width:100%}.hero-image{max-width:500px;height:400px;background:linear-gradient(45deg,rgba(255,255,255,.1),rgba(255,255,255,.05));border-radius:20px;font-size:8rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px rgba(0,0,0,.1);margin:0 auto}.stats-section{background:white;padding:4rem 0;margin-top:-50px;position:relative;z-index:3}.stats-container{max-width:1000px;margin:0 auto;padding:0 2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;background:white;padding:3rem;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.stat-item{text-align:center;padding:1rem}.stat-number{font-size:3rem;font-weight:900;color:#dc0454;margin-bottom:.5rem;display:block}.stat-label{color:#666;font-weight:500}.about-section{padding:6rem 0;background:#fafbfc}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-weight:700}.section-subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h3{font-size:1.8rem;color:#333;margin-bottom:1.5rem}.about-text p{color:#666;margin-bottom:1.5rem;line-height:1.8}.feature-list{margin-top:2rem}.feature-list li{display:flex;align-items:center;color:#333}.feature-list li:before{content:"✓";background:#dc0454;width:25px;height:25px;border-radius:50%;margin-right:1rem;font-size:.9rem}.about-visual,.feature-list li:before{color:white;display:flex;align-items:center;justify-content:center}.about-visual{background:linear-gradient(45deg,#667eea,#764ba2);border-radius:20px;height:400px;font-size:6rem;position:relative;overflow:hidden}.about-visual:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');background-size:30px 30px}.services-section{padding:6rem 0;background:white}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-top:3rem}.service-card{background:white;border-radius:20px;padding:3rem;box-shadow:0 15px 35px rgba(0,0,0,.08);transition:all .3s ease;position:relative;overflow:hidden;text-decoration:none}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#dc0454,#E60082);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px rgba(0,0,0,.15)}.service-icon{width:80px;height:80px;background:linear-gradient(45deg,#dc0454,#E60082);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;font-size:2.5rem;color:white}.service-title{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#333}.service-description{color:#666;line-height:1.7;margin-bottom:2rem}.service-features{list-style:none}.service-features li{color:#555;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.service-features li:before{content:"•";color:#dc0454;font-weight:700;position:absolute;left:0}.cta-section{background:linear-gradient(135deg,#dc0454,#E60082);color:white;padding:6rem 0;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polygon points="50,0 100,50 50,100 0,50" fill="rgba(255,255,255,0.05)"/></svg>');background-size:100px 100px;animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cta-content{position:relative;z-index:2}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.cta-description{font-size:1.3rem;margin-bottom:2.5rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.btn-white{background:white;color:#dc0454;font-weight:700}.btn-white:hover{background:#f8f9fa;transform:translateY(-3px);box-shadow:0 15px 35px rgba(255,255,255,.3)}.footer{background:#2c3e50;color:white;padding:4rem 0 2rem}.footer-content{max-width:1200px;padding:0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-brand h3{font-size:2rem;color:#dc0454;margin-bottom:1rem}.footer-brand p{opacity:.8;line-height:1.7}.footer-links h4{margin-bottom:1rem;color:white}.footer-links ul{list-style:none}.footer-links a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#dc0454}.footer-links li{margin-bottom:.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;opacity:.7}@media (max-width:768px){.hero-section{min-height:calc(100vh - 80px);min-height:calc(100dvh - 80px);padding:4rem 0 7rem;align-items:flex-start;justify-content:center}.hero-container{padding:0 1.5rem;display:flex;align-items:center;min-height:calc(100vh - 160px)}.hero-content{grid-template-columns:1fr;text-align:center;gap:3rem;width:100%;justify-items:center}.hero-text{max-width:600px;margin:0 auto}.hero-text h1{font-size:2.8rem;margin-bottom:1.2rem;line-height:1.2}.hero-text p{font-size:1.2rem;margin-bottom:2rem;line-height:1.6}.hero-visual{width:100%;max-width:500px;margin:0 auto;justify-self:center}.hero-image{height:350px;max-width:450px;width:100%}.the-logo{width:180px}.cta-buttons{flex-wrap:wrap;gap:1rem}.btn,.cta-buttons{justify-content:center}.btn{min-width:200px}.about-content,.footer-grid,.services-grid{grid-template-columns:1fr}.footer-grid{gap:2rem}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.hero-section{padding:3rem 0 2rem;min-height:calc(100vh - 100px);min-height:calc(100dvh - 100px)}.hero-container{padding:0 1rem;min-height:calc(100vh - 200px)}.hero-content{gap:2rem}.hero-text h1{font-size:2.2rem;line-height:1.3;margin-bottom:1rem}.hero-text p{font-size:1rem;margin-bottom:1.5rem}.hero-image{height:280px;max-width:320px}.the-logo{width:140px}.cta-buttons{flex-direction:column;align-items:center;gap:1rem}.btn{width:100%;max-width:280px}}.navbar{position:sticky;top:0;background:white;border-bottom:1px solid #ddd;z-index:100;font-family:Helvetica Neue,sans-serif;box-shadow:0 2px 4px rgba(0,0,0,.03)}.logo-image{height:36px;width:auto;display:block}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.navbar-logo{font-size:1.5rem;font-weight:700;text-decoration:none;color:#111}.navbar-right{gap:1.5rem}.language-toggle,.navbar-right{display:flex;align-items:center}.language-toggle{gap:.3rem;border:1px solid #e0e0e0;border-radius:20px;padding:.4rem .8rem;font-size:.85rem;font-weight:500;transition:all .2s ease}.language-toggle:hover{border-color:#dc0454;box-shadow:0 2px 4px rgba(220,4,84,.1)}.lang-option{background:none;border:none;color:#666;cursor:pointer;padding:0;font-size:inherit;font-weight:inherit;transition:color .2s ease}.lang-option:hover{color:#dc0454}.lang-option.active{color:#dc0454;font-weight:600}.lang-divider{color:#ddd;font-weight:300}.navbar-toggle{font-size:1.8rem;background:none;border:none;display:none;cursor:pointer;color:#333}.navbar-menu{display:flex;gap:2.5rem;align-items:center}.navbar-item{position:relative}.navbar-link{font-size:1rem;font-weight:600;background:none;border:none;cursor:pointer;color:#111;text-decoration:none;padding:.5rem 0}.navbar-link.has-dropdown{position:relative;padding-right:1.2rem}.navbar-link.has-dropdown:after{content:"▼";position:absolute;right:0;top:50%;font-size:.6rem;transform:translateY(-50%) rotate(0deg);transition:transform .3s ease}.navbar-item.open>.navbar-link.has-dropdown:after{transform:translateY(-50%) rotate(180deg)}.navbar-dropdown{position:absolute;top:calc(100% + .5rem);left:0;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.05);box-shadow:0 8px 24px rgba(0,0,0,.05);padding:1rem;min-width:10rem;border-radius:6px;opacity:0;transform:translateY(-10px);pointer-events:none;transition:opacity .3s ease,transform .3s ease;z-index:20}.navbar-dropdown:before{content:"";position:absolute;top:-.5rem;left:0;right:0;height:.5rem;background:transparent}.navbar-item.open .navbar-dropdown{opacity:1;transform:translateY(0);pointer-events:auto}.navbar-subitem{display:block;padding:.5rem 0;color:#333;text-decoration:none;transition:color .2s ease}.navbar-subitem:hover{color:#dc0454}.navbar-hover-wrapper{position:relative}@media (max-width:768px){.navbar-toggle{display:block}.navbar-right{gap:1rem}.language-toggle{font-size:.8rem;padding:.3rem .6rem}.navbar-menu{flex-direction:column;position:absolute;top:100%;left:0;right:0;background:white;border-top:1px solid #eee;gap:0;padding:1rem 2rem;display:flex;clip-path:inset(0 0 100% 0);transition:clip-path .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.navbar-menu.active{clip-path:inset(0 0 0 0);pointer-events:auto}.navbar-menu .navbar-item:last-child{margin-top:.35rem}.navbar-item{width:100%;margin-bottom:0}.navbar-dropdown{position:static;background:none;border:none;box-shadow:none;opacity:0;transform:none;padding:0 0 0 1rem;pointer-events:auto;max-height:0;overflow:hidden;transition:opacity .3s ease,max-height .3s ease}.navbar-dropdown.show{opacity:1;max-height:200px}.navbar-dropdown:before{display:none}.navbar-subitem{color:#333}}.footer{border-top:1px solid #eee;background-color:#fff;padding:2rem 1rem;text-align:center;font-size:.9rem;color:#666}.footer-content{max-width:1000px;margin:0 auto}.footer-link{color:#666;text-decoration:underline}.footer-link:hover{color:#E60082}.company-container{max-width:1100px;margin:0 auto;padding:4rem 2rem;font-family:Helvetica Neue,sans-serif}.intro-section{text-align:center;margin-bottom:4rem;max-width:900px;margin-left:auto;margin-right:auto;padding:0 1rem}.intro-section h1{font-size:2.5rem;margin-bottom:1.2rem;color:#dc0454;line-height:1.3}.intro-section .lead{font-size:1.2rem;font-weight:500;margin-bottom:1.8rem;color:#333;line-height:1.5}.intro-section p{font-size:1rem;color:#555;max-width:800px;margin:.75rem auto;line-height:1.75}.timeline-section h2{text-align:center;font-size:2rem;margin-bottom:3rem;color:#dc0454}.timeline{position:relative;margin:2rem 0;padding-left:1px}.timeline:before{content:"";position:absolute;left:50%;width:3px;height:100%;background:#dc0454;transform:translateX(-50%)}.timeline-row{display:flex;justify-content:flex-start;align-items:center;margin-bottom:3rem;position:relative;width:100%}.timeline-row.left{flex-direction:row}.timeline-row.right{flex-direction:row-reverse}.timeline-content{background:#f9f9f9;padding:1.5rem 2rem;border-radius:10px;width:45%;box-shadow:0 4px 12px rgba(0,0,0,.05)}.timeline-content h3{font-size:1.1rem;color:#dc0454;margin-bottom:.75rem}.timeline-content ul{padding:0;list-style:none}.timeline-content li{font-size:.95rem;margin-bottom:.5rem;position:relative;padding-left:1.2rem}.timeline-content li:before{content:"•";position:absolute;left:0;color:#dc0454}.timeline-row:before{content:"";position:absolute;top:.75rem;left:50%;width:12px;height:12px;background:#dc0454;border-radius:50%;transform:translateX(-50%)}@media (max-width:768px){.timeline-row,.timeline-row.left,.timeline-row.right{flex-direction:column;align-items:flex-start}.timeline-content{width:100%;margin-left:2rem}.timeline:before{left:1rem}.timeline-row:before{left:1rem;transform:none}.intro-section h1{font-size:2rem}.intro-section .lead{font-size:1.05rem}.intro-section p{font-size:.95rem;line-height:1.65}}.partners-page{padding:2rem 1rem;max-width:1200px;margin:0 auto}.affiliates-section,.customers-section,.distributors-section,.partners-section{margin-bottom:5rem}.partners-header{margin-bottom:2rem}.affiliates-section h2,.customers-section h2,.distributors-section h2,.partners-section h2{font-size:1.75rem;margin-bottom:1.5rem;color:#dc0454}.subsection{margin-bottom:3rem}.category-column h4,.subsection h3{font-size:1.2rem;color:#222;margin-bottom:1rem;border-left:4px solid #dc0454;padding-left:.75rem}.partners-grid,.partners-grid.horizontal{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;padding:1rem 0}@media (max-width:368px){.partners-grid,.partners-grid.horizontal{flex-direction:column;align-items:center}.distributor-categories{flex-direction:column;gap:2rem}.category-column{width:100%}.partner-card{width:100%;max-width:320px}}.partner-card{display:block;text-align:center;background:#fff;border-radius:8px;padding:1rem;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease;width:100%;max-width:200px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.partner-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.logo-container{width:140px;height:70px;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;background-color:#fff}.logo-container img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.distributor-categories{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-top:1.5rem}.category-column{flex:1;min-width:200px}.fade-section{opacity:0;transform:translateY(30px);transition:all .6s ease-out}.fade-section.visible{opacity:1;transform:translateY(0)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Helvetica Neue,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.hero-section{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.3)),url(/hero-bg.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed;color:white;padding:6rem 0;position:relative;overflow:hidden}.hero-container{margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.hero-container,.hero-content{max-width:1200px;padding:0 2rem}.hero-content{text-align:center;margin:0 auto 4rem;width:100%}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;max-width:800px}.hero-subtitle,.hero-title{text-align:center;width:100%;margin-left:auto;margin-right:auto}.hero-subtitle{font-size:1.3rem;margin-bottom:0;opacity:.9;font-weight:300;max-width:600px}.hero-features{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:0;width:100%;max-width:1000px;margin-left:auto;margin-right:auto}.hero-feature{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:15px;border:1px solid rgba(255,255,255,.2);text-align:left;width:100%;box-sizing:border-box}.hero-feature-icon{width:50px;height:50px;background:linear-gradient(45deg,#dc0454,#E60082);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.5rem}.hero-feature h3{font-size:1.2rem;margin-bottom:.5rem;color:white}.hero-feature p{color:rgba(255,255,255,.8);font-size:.95rem}.main-content{padding:5rem 0;background:#fafbfc}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.zero-trust-section{text-align:center;margin-bottom:5rem}.section-title{font-size:2.5rem;margin-bottom:1rem;color:#333}.highlight-red{color:#dc0454;font-weight:700}.highlight-black{color:#000;font-weight:700}.zero-trust-description{max-width:800px;margin:2rem auto;font-size:1.1rem;color:#666;line-height:1.8}.problem-solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin:4rem 0}.problem-card,.solution-card{background:white;padding:3rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1);position:relative;overflow:hidden}.problem-card:before{background:linear-gradient(90deg,#dc0454,#E60082)}.problem-card:before,.solution-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px}.solution-card:before{background:linear-gradient(90deg,#667eea,#764ba2)}.card-icon{width:60px;height:60px;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.8rem;color:white}.problem-card .card-icon{background:linear-gradient(45deg,#dc0454,#E60082)}.solution-card .card-icon{background:linear-gradient(45deg,#667eea,#764ba2)}.card-title{font-size:1.5rem;margin-bottom:1rem;color:#333;font-weight:600}.card-description{color:#666;line-height:1.7}.custo-brand-section{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:5rem 0;text-align:center;position:relative;overflow:hidden}.custo-brand-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 0);background-size:50px 50px;animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) rotate(0deg)}50%{transform:translate(-20px,-20px) rotate(180deg)}}.custo-brand-content{position:relative;z-index:2}.custo-subtitle{font-size:1.2rem;opacity:.9;margin-bottom:1rem}.custo-title{font-size:4rem;font-weight:900;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.custo-description{font-size:1.3rem;max-width:600px;margin:0 auto;opacity:.9}.products-section{padding:5rem 0;background:white}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-top:3rem}.product-card{background:white;border-radius:20px;padding:3rem;box-shadow:0 15px 35px rgba(0,0,0,.1);text-decoration:none;color:inherit;transition:all .3s ease;position:relative;overflow:hidden}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#dc0454,#E60082);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.product-card:hover:before{transform:scaleX(1)}.product-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px rgba(0,0,0,.15)}.product-icon{width:70px;height:70px;background:linear-gradient(45deg,#dc0454,#E60082);border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;font-size:2rem;color:white}.product-title{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#333}.product-description{color:#666;font-size:1.1rem;line-height:1.6}@media (max-width:768px){.hero-section{padding:4rem 0}.hero-container,.hero-content{padding:0 1rem}.hero-content{margin-bottom:3rem}.hero-title{font-size:2.5rem;margin-bottom:1rem}.hero-subtitle{font-size:1.1rem;margin-bottom:0}.hero-features{grid-template-columns:1fr;gap:1.5rem;margin-top:0}.hero-feature{padding:1.5rem}.hero-feature h3{font-size:1.1rem}.hero-feature p{font-size:.9rem}.problem-solution-grid{gap:2rem}.problem-solution-grid,.products-grid{grid-template-columns:1fr}.navbar-nav{display:none}}.custo-on-page{font-family:Helvetica Neue,Helvetica,sans-serif;color:#222;line-height:1.6}.co-hero{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.3)),url(/custo_visitor.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed;color:white;text-align:center;padding:6rem 2rem}.co-hero h1{font-size:3rem;margin-bottom:1rem}.co-hero p{font-size:1.2rem;margin-bottom:2rem}.cta-button{transition:background .3s ease}.cta-button:hover{background:#f2f2f2}.feature-logo-wrapper{text-align:center;margin-bottom:-5rem}.feature-logo{max-width:120px;height:auto}.co-section{padding:4rem 2rem;max-width:1100px;margin:auto}.co-section h2{font-size:2rem;color:#dc0454;margin-bottom:2rem;text-align:center}.zero-trust-card{border-left:5px solid #dc0454;padding:2rem;background:#fdfdfd;box-shadow:0 4px 12px rgba(0,0,0,.06);max-width:900px;margin:auto;border-radius:8px}.zero-trust-card h2{margin-bottom:1rem;font-size:1.8rem;color:#dc0454}.feature-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.feature-card{background:#ffffff;padding:1.5rem;border-radius:12px;flex:1 1 300px;box-shadow:0 6px 16px rgba(0,0,0,.08);border:1px solid #eee;transition:transform .2s ease}.feature-card:hover{transform:translateY(-4px)}.feature-card h4{font-size:1.05rem;margin-bottom:.75rem;color:#222}.feature-card p{font-size:.95rem;color:#444}.overview-flow{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-top:2rem}.step-card{background:#fafafa;border:1px solid #ddd;border-radius:12px;padding:1.5rem;text-align:center;flex:1 1 200px}.step-card h5{font-size:1.1rem;color:#333;margin:.5rem 0}.step-card p{font-size:.95rem;color:#555}.step-img-wrapper{width:220px;height:140px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden}.step-img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;display:block}.hardware-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2rem}.hardware-card{background:#fafafa;border:1px solid #ddd;border-radius:12px;padding:2rem 1.5rem;text-align:left;flex:1 1 300px}.hardware-img-wrapper{width:260px;height:180px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden}.hardware-img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;display:block}.hardware-card h4{color:#dc0454;font-size:1.2rem;margin-bottom:.75rem}.hardware-card ul{list-style:none;padding-left:0;font-size:.95rem;color:#444}.hardware-card ul li{margin:.4rem 0;position:relative;padding-left:1.2rem}.hardware-card ul li:before{content:"•";position:absolute;left:0;color:#dc0454}.hardware-note{margin-top:2rem;text-align:center;font-weight:500;font-size:1rem;color:#b00000;border-top:1px solid #eee;padding-top:1rem}.co-cta{text-align:center;background-color:#dc0454;color:white;padding:4rem 2rem}.co-cta h3{font-size:1.8rem;margin-bottom:1rem}.co-cta p{font-size:1.1rem;margin-bottom:1.5rem}.scroll-fade{transform:translateY(30px)}.scroll-fade.visible{transform:translateY(0)}@media (max-width:768px){.scroll-fade{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.scroll-fade.visible{opacity:1;transform:translateY(0)}.co-section{padding:3rem 1rem;min-height:auto}.hardware-grid{gap:1.5rem}.hardware-card{flex:1 1 100%;margin-bottom:1rem}.hardware-img-wrapper{width:100%;max-width:260px;height:160px}.hardware-img{max-width:100%;height:auto;aspect-ratio:13/9;-o-object-fit:contain;object-fit:contain}.overview-flow{flex-direction:column;align-items:center}.feature-card{flex:1 1 100%}.step-img{max-width:100%;height:auto;aspect-ratio:13/9;-o-object-fit:contain;object-fit:contain}.co-hero h1{font-size:2.2rem}.co-section h2{font-size:1.5rem}.co-cta h3{font-size:1.4rem}.co-hero{padding:4rem 1rem}.zero-trust-card{margin:1rem auto;padding:1.5rem}}@media (max-width:480px){.scroll-fade{transform:translateY(15px)}.co-section{padding:2rem 1rem}.hardware-img-wrapper{height:140px}}.custo-visitor-page{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#222;line-height:1.6}.visitor-hero{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.3)),url(/custo_pass.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed;color:white;padding:6rem 2rem;text-align:center}.visitor-hero h1{font-size:3rem;margin-bottom:1rem}.visitor-hero p{font-size:1.2rem;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;background:white;color:#dc0454;padding:.75rem 2rem;border-radius:999px;font-weight:600;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:#f0f0f0}.visitor-section{padding:4rem 2rem;max-width:1100px;margin:auto}.visitor-section h2{font-size:2rem;color:#dc0454;margin-bottom:1rem;text-align:center}.visitor-section p{font-size:1.1rem;color:#444}.two-col{display:flex;flex-wrap:wrap;align-items:center;gap:2rem}.two-col .image,.two-col .text{flex:1 1 480px}.two-col.reverse{flex-direction:row-reverse}.image img{width:100%;max-width:420px;max-height:280px;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.06);display:block;margin:0 auto}.full{text-align:center}.full img{max-width:800px;width:100%;height:auto;-o-object-fit:contain;object-fit:contain;margin:2rem auto;display:block;border-radius:12px}.feature-list{list-style:none;padding-left:0;max-width:700px;margin:2rem auto 0;text-align:left;font-size:1rem;color:#444}.feature-list li{margin-bottom:1rem;position:relative;padding-left:1.5rem;line-height:1.5}.feature-list li:before{content:"✔";position:absolute;left:-.5rem;color:#dc0454;font-weight:700}.core-feature-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem}.core-feature-card{flex:1 1 300px;background:#fff;border:1px solid #ddd;border-radius:12px;padding:1.5rem;box-shadow:0 4px 10px rgba(0,0,0,.04);transition:transform .2s ease,box-shadow .2s ease}.core-feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.08)}.core-feature-card h4{color:#dc0454;font-size:1.2rem;margin-bottom:.75rem}.core-feature-card p{font-size:.95rem;color:#444;line-height:1.5}.visitor-cta{background-color:#dc0454;color:white;text-align:center;padding:4rem 2rem}.visitor-cta h3{font-size:1.6rem;margin-bottom:1.5rem}.visitor-cta .cta-button{background:white;color:#dc0454;padding:.75rem 2rem;font-weight:600;border-radius:999px}.visitor-cta .cta-button:hover{background:#f2f2f2}.scroll-fade{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out}.scroll-fade.visible{opacity:1;transform:translate(0)}.scroll-up{transform:translateY(30px)}.scroll-left{transform:translateX(-30px)}.scroll-right{transform:translateX(30px)}@media (max-width:768px){.two-col,.two-col.reverse{flex-direction:column;gap:.5rem!important}.two-col .image,.two-col .text{flex:1 1 auto!important;width:100%}.image img,.two-col .text p{margin-bottom:.5rem}.image img{margin-top:.5rem}.visitor-section{padding:2rem 1.5rem}.core-feature-card{flex:1 1 100%}}.privacy-policy-container{padding:4rem 1.5rem;max-width:960px;margin:0 auto;font-family:Helvetica Neue,sans-serif;line-height:1.7;color:#222;background:#fff}.privacy-policy h1{font-size:2.5rem;margin-bottom:1.5rem;font-weight:700;border-bottom:2px solid #ddd;padding-bottom:.5rem}.privacy-policy h2{font-size:1.75rem;margin-top:2.5rem;margin-bottom:1rem}.privacy-policy h3{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.5rem}.privacy-policy p{margin-bottom:1rem}.privacy-policy ul{list-style:disc;padding-left:1.5rem;margin-bottom:1.5rem}.privacy-policy li{margin-bottom:.5rem}.privacy-policy a{color:#0073e6;text-decoration:none}.privacy-policy a:hover{text-decoration:underline}@media (max-width:768px){.privacy-policy-container{padding:3rem 1rem}.privacy-policy h1{font-size:2rem}.privacy-policy h2{font-size:1.5rem}.privacy-policy h3{font-size:1.125rem}}.contact-page{font-family:Helvetica Neue,sans-serif;padding:2rem 1rem;max-width:600px;margin:0 auto}.contact-header{text-align:center;margin-bottom:2rem}.contact-header h1{font-size:2rem;color:#dc0454}.contact-header p{margin-top:1rem;font-size:1.05rem;color:#444}.contact-form{gap:1.5rem}.contact-form,.contact-form label{display:flex;flex-direction:column}.contact-form label{font-weight:700;color:#222}.contact-form input,.contact-form textarea{margin-top:.5rem;padding:.75rem;font-size:1rem;border:1px solid #ccc;border-radius:6px;font-family:inherit;resize:vertical}.contact-form button{padding:.75rem 1.5rem;background-color:#dc0454;color:white;font-size:1rem;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.contact-form button:hover{background-color:#c2006f}.contact-info{margin-top:3rem;padding-top:2rem;border-top:1px solid #ddd}.contact-info h2{font-size:1.25rem;color:#dc0454;margin-bottom:1rem}.contact-info ul{list-style:none;padding-left:0;font-size:1rem;color:#444}.contact-info li{margin-bottom:.5rem}.label-text{font-weight:700;display:inline-block;margin-bottom:.25rem}.required-star{color:red;margin-left:.25rem;font-size:1rem}.error{color:red;font-size:.9rem;margin-top:.25rem;display:block}.success-message{background-color:#e1ffe1;color:#1e7d1e;padding:1rem;border:1px solid #90d890;border-radius:6px;margin-bottom:1.5rem;font-weight:700}input.error-field,textarea.error-field{border:1px solid red;background-color:#fff5f5}