.product-section{display:flex;justify-content:center}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:200px;column-gap:200px;grid-row-gap:60px;row-gap:60px}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.05);display:flex;flex-direction:column;transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.image-wrapper{width:100%;background-color:#fff}.image-wrapper img{width:100%;height:400px;display:block;object-fit:cover}.product-content{padding:25px;display:flex;flex-direction:column;flex-grow:1;border-left:1px solid #000}.product-content h3{font-size:1.25rem;font-weight:700;color:#1a202c;margin-bottom:12px}.product-content p{font-size:.9rem;line-height:1.6;color:#718096;margin-bottom:20px;flex-grow:1}.cta{position:relative;border-radius:12px;overflow:hidden;min-height:400px;background-color:#1a1a1a}.cta video{position:absolute;top:0;left:0;width:100%;height:400px;object-fit:cover;z-index:0;display:block}.content-overlay{position:relative;z-index:2;height:400px;width:100%;background:rgba(0,0,0,.4);border-radius:12px;display:flex;flex-direction:column;justify-content:center;align-items:center}.touch-btns{border:1px solid var(--white);padding:13px 15px;position:relative;z-index:1;font-weight:500;border-radius:12px}.touch-btns span i{color:var(--theme)}.touch-btns:before{position:absolute;content:"";width:10px;height:10px;left:0;bottom:0;background:var(--theme);color:#000;z-index:-1;transition:all .5s;border-radius:12px;opacity:0}.touch-btns:hover,.touch-btns:hover:before{color:var(--black)!important}.touch-btns:hover:before{width:100%;height:100%;opacity:1}.touch-btns:hover i,.touch-btns:hover span{color:var(--black)}.touch-btns{border:1px solid #000;color:#000}.touch-btns a{color:#000}.equal-btns{flex:1 1;max-width:180px;max-height:100px}.equal-btn{min-width:200px;flex:1 1;max-width:250px}@keyframes planetPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes solarRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.demo-btn:hover{background-color:#d4ff27;color:#fff}@media (max-width:992px){.product-grid{gap:20px}}@media (max-width:768px){.product-grid{grid-template-columns:1fr}.product-section{padding:40px 15px}.product-content h3{font-size:1.15rem}}.contact-container{background-color:#000;font-family:Inter,sans-serif;display:flex;justify-content:center;color:#fff}.contact-content{width:100%;display:grid;grid-template-columns:1.2fr .8fr;align-items:center}.contact-info{width:99%}.info-title{font-size:2.8rem;font-weight:800;line-height:1.1;margin-bottom:24px}.description{font-size:1.1rem;color:#e2e8f0;line-height:1.6;margin-bottom:40px}.sub-heading{font-size:1.4rem;font-weight:700;margin-bottom:12px}.sub-description{color:#cbd5e0;margin-bottom:40px}.trust-badges{display:flex;flex-wrap:wrap;gap:30px;margin-bottom:50px}.badge{display:flex;align-items:center;gap:12px}.badge img{height:60px;width:auto;object-fit:contain}.badge-rate{display:flex;flex-direction:column}.badge .rating{font-weight:800;font-size:1.1rem;color:#fff}.badge .platform{font-size:.85rem;color:#a0aec0}.contact-details h4{margin-bottom:20px;font-size:1.2rem}.contact-item{display:flex;align-items:center;gap:15px;margin-bottom:15px}.contact-icon{color:#d4ff27;flex-shrink:0}.contact-item a{color:#fff;text-decoration:none;font-size:1.1rem;transition:color .3s}.contact-item a:hover{color:#d4ff27}.form-card{background:#fff;padding:40px;border-radius:12px;color:#000}.form-card h2{font-size:1.8rem;font-weight:700;margin-bottom:30px;color:#000}.input-group{margin-bottom:25px;border-bottom:2px solid #edf2f7}.input-group input,.input-group textarea{width:100%;border:none;padding:10px 0;outline:none;font-size:1rem;background:transparent}.input-group input:focus,.input-group textarea:focus{border-bottom-color:#d4ff27}.privacy-text{font-size:.85rem;color:#718096;margin:20px 0}.privacy-text a{color:#000;font-weight:600;text-decoration:none}.submit-btns{width:100%;padding:16px;border:2px solid #fff;background:#d4ff27;color:#000;border-radius:50px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease}.submit-btns:hover{background:#000;color:#d4ff27}.submit-btns:disabled{border-color:#000;color:#000;cursor:not-allowed}.status-msg{margin-top:20px;font-weight:600;text-align:center}.status-msg.success{color:#000}.status-msg.error{color:red}@media (max-width:992px){.contact-content{grid-template-columns:1fr;gap:40px}.info-title{font-size:2.2rem}}