.header{position:fixed;top:20px;left:50%;transform:translate(-50%);width:70%;background:transparent;padding:.8rem 2rem;border-radius:999px;transition:all .3s ease;z-index:1000;font-family:Inter,sans-serif}.header__container{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto}.logo{font-weight:700;font-size:1.5rem;color:#fff}.nav{display:flex;gap:1.5rem}.nav a{color:#fff;text-decoration:none;font-weight:500}.auth{display:flex;align-items:center;gap:1rem}.login{color:#fff;text-decoration:none;font-weight:500}.cta{background:#fff;color:#000;padding:1rem 1.5rem;font-size:1rem;border-radius:999px;border:none;font-weight:500;cursor:pointer;transition:all .3s ease}.header.scrolled{background:#f1f3f9;box-shadow:0 2px 8px #0000000d}.header.scrolled .logo,.header.scrolled .nav a,.header.scrolled .login{color:#000}.header.scrolled .cta{background:#000;color:#fff}@media (max-width: 768px){.nav,.login{display:none}.header{width:80%;padding:.6rem 1rem}.cta{padding:.7rem 1.2rem;font-size:.9rem}.logo{font-size:1.2rem}}.hero{min-height:100vh;padding-top:0;padding-bottom:0;background-image:url("data:image/svg+xml,%3csvg%20width='1492'%20height='830'%20viewBox='0%200%201492%20830'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%3e%3crect%20width='1492'%20height='830'%20rx='40'%20fill='url(%23paint0_linear_1_1044)'/%3e%3crect%20width='1492'%20height='830'%20rx='40'%20fill='%23192963'/%3e%3crect%20width='1492'%20height='830'%20rx='40'%20fill='url(%23paint1_radial_1_1044)'%20fill-opacity='0.15'/%3e%3crect%20width='1492'%20height='830'%20rx='40'%20fill='url(%23paint2_radial_1_1044)'%20fill-opacity='0.25'/%3e%3crect%20width='1492'%20height='830'%20rx='40'%20fill='url(%23paint3_radial_1_1044)'%20fill-opacity='0.2'/%3e%3crect%20width='1492'%20height='830'%20rx='40'%20fill='url(%23paint4_radial_1_1044)'%20fill-opacity='0.2'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1_1044'%20x1='746'%20y1='0'%20x2='746'%20y2='830'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23272770'/%3e%3cstop%20offset='1'%20stop-color='%2314286E'/%3e%3c/linearGradient%3e%3cradialGradient%20id='paint1_radial_1_1044'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(1462%20-212.631)%20rotate(107.193)%20scale(695.23%201214.14)'%3e%3cstop%20stop-color='%236139FF'/%3e%3cstop%20offset='1'%20stop-color='%23F364FF'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='paint2_radial_1_1044'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(771.5%20440.361)%20rotate(171.214)%20scale(643.045%20305.518)'%3e%3cstop%20stop-color='%230057FF'/%3e%3cstop%20offset='1'%20stop-color='%230057FF'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='paint3_radial_1_1044'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(52.5%20220.469)%20rotate(41.3129)%20scale(923.293%201697.55)'%3e%3cstop%20stop-color='%23300060'/%3e%3cstop%20offset='1'%20stop-color='%23FF00E6'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='paint4_radial_1_1044'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(1100.74%20-157.046)%20rotate(122.932)%20scale(681.566%20840.171)'%3e%3cstop%20stop-color='%230042A5'/%3e%3cstop%20offset='1'%20stop-color='%2300FF75'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");background-size:100% auto;background-repeat:no-repeat;background-position:center top;background-color:#fff;border-bottom-left-radius:40px;border-bottom-right-radius:40px;font-family:Inter,sans-serif;color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.hero__overlay{position:absolute;width:115%;height:auto;pointer-events:none;z-index:1;transition:width .6s ease}.hero__overlay img{width:100%;height:auto}.hero__content{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;width:90%;max-width:1200px;gap:2rem}.hero__left{flex:0 0 54%}.hero__badge{display:inline-block;font-size:.9rem;border:1px solid rgba(255,255,255,.5);padding:.3rem .75rem;border-radius:16px;margin-bottom:1rem;color:#fffc}.hero__left h1{font-size:4.3rem;font-weight:600;line-height:1.2;margin-bottom:2rem}.hero__left .highlight{color:#a9c4ff}.hero__features{margin-bottom:2rem}.hero__feature{display:flex;align-items:center;gap:2rem;margin-bottom:1.6rem}.hero__feature p{margin:0;font-size:1.5rem}.badge{width:70px;text-align:center;display:inline-block;padding:.6rem 0;font-size:1rem;font-weight:600;border-radius:8px;color:#fff}.badge.lite{background-color:#009b63}.badge.pro{background-color:#0062ff}.badge.proplus{background-color:#000}.hero__cta{background:#007bff;color:#fff;border:none;padding:1.4rem 5.5rem;font-size:1.3rem;border-radius:40px;cursor:pointer;transition:background .3s ease}.hero__cta:hover{background:#0056c7}.hero__right{flex:1;display:flex;justify-content:center;align-items:center}.hero__image{width:100%;max-width:500px;object-fit:contain;margin-left:7rem}@media (max-width: 767px){.hero{padding-top:30px;padding-bottom:0;min-height:120vh;background-size:cover;background-repeat:no-repeat;background-position:center top}.hero__content{flex-direction:column;text-align:center;gap:2rem}.hero__left h1{font-size:2rem;line-height:1.3}.hero__feature p{font-size:1rem}.hero__cta{font-size:1rem;padding:1rem 2rem}.hero__right{margin-top:2rem}.hero__image{max-width:90%;margin-left:0}.hero__overlay{display:none}}.hero-mobile{font-family:var(--font-family, "Inter"),sans-serif;overflow:hidden}.hero-mobile__blue{background:linear-gradient(180deg,#1a237e,#283593);padding:20px;border-radius:20px;text-align:center;color:#fff}.hero-mobile__badge{display:inline-block;border:2px solid #7d91f2;border-radius:12px;padding:4px 12px;font-size:14px;margin:60px 0 12px}.hero-mobile__title{font-size:40px;font-weight:700;margin-bottom:20px}.hero-mobile__title span{color:#c7d3ff}.hero-mobile__carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -14px}.hero-mobile__carousel::-webkit-scrollbar{display:none}.hero-mobile__slide{flex:0 0 90%;scroll-snap-align:center;padding:0}.hero-mobile__slide img{border-radius:12px;width:100%}.hero-mobile__dots{display:flex;justify-content:center;gap:8px;margin:12px 0}.dot{width:24px;height:6px;border-radius:4px;background:#ffffff4d;transition:background .3s}.dot.active{background:#fff}.hero-mobile__cta{margin-top:10px;background:#1d5bff;color:#fff;padding:16px 120px;border:none;border-radius:24px;font-weight:700;font-size:16px}.hero-mobile__desc{font-weight:600;background:#f9f9f9;padding:10px 16px;font-size:16px;color:#333}.feature{display:flex;align-items:center;gap:8px;margin-bottom:12px}.badge{padding:7px 8px;border-radius:6px;font-size:15px;font-weight:700;color:#fff;min-width:70px;text-align:center;display:inline-block}.lite{background:#36d17b}.pro{background:#12174e}.proplus{background:#111}.trusted{background-color:#f5f5f5;padding:40px 0;font-family:Inter,sans-serif}.trusted__container{max-width:1200px;margin:0 auto;padding:0 1rem}.trusted__line{border:none;border-top:1px solid #dcdcdc;margin:20px 0}.trusted__content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}.trusted__label{font-size:1.1rem;color:#6a7b8a;font-weight:500;min-width:100px}.trusted__logos{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:88px;flex:1}.trusted__logos img{max-height:60px;object-fit:contain;opacity:.7;transition:opacity .3s ease}.trusted__logos img:hover{opacity:1}@media (max-width: 768px){.trusted__content{flex-direction:column;align-items:center;text-align:center;gap:30px}.trusted__label{font-size:1.2rem;font-weight:600;color:#333}.trusted__logos{justify-content:center;gap:20px}.trusted__logos img{width:40%;max-width:140px}}.scrolling-logos-section{background:#f4f4f4;padding:70px 0;overflow:hidden;text-align:center}.scrolling-logos-section h2{font-size:2.7rem;font-weight:800;margin-bottom:2rem;font-family:Inter,sans-serif;color:#000}.scrolling-logos-container{overflow:hidden;width:100%}.logos-track{display:flex;gap:1rem;animation:scroll 70s linear infinite;width:fit-content}.logo-wrapper{flex-shrink:0;background:#fff;border-radius:16px;padding:1rem 3rem;box-shadow:0 2px 10px #0000000d;display:flex;align-items:center;justify-content:center}.logo-wrapper img{height:60px;object-fit:contain;opacity:.9;transition:transform .3s ease}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.stats-section{background-color:#06f;color:#fff;padding:100px 0;font-family:Inter,sans-serif}.stats-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;gap:1rem;text-align:center;flex-wrap:wrap;align-items:center}.stat-block{flex:1;min-width:250px;display:flex;flex-direction:column;justify-content:center}.stat-block h2{font-size:2.8rem;font-weight:800;margin-bottom:1rem}.stat-block p{font-size:1.2rem;font-weight:400;line-height:1.6;margin:0}.logos{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:0rem}.logos img{height:34px;object-fit:contain}.services-section{background:#f3f3f3;padding:100px 20px;font-family:Inter,sans-serif}.services-wrapper{max-width:1200px;margin:0 auto}.services-wrapper h2{text-align:center;font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.services-wrapper .subtitle{text-align:center;font-size:1.2rem;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.8rem}.service-card{background:#fff;border-radius:20px;padding:1.8rem;text-align:left;box-shadow:0 2px 6px #00000008}.service-card.dark{background:#1f2c3a;color:#fff}.service-card img{height:72px;margin-bottom:1.2rem}.service-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.8rem}.service-card p{line-height:1.6;font-size:.85rem}@media (max-width: 1200px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.services-grid{grid-template-columns:1fr}}.certification-section{background-color:#f3f3f3;padding:60px 0;font-family:Inter,sans-serif}.certification-container{max-width:1080px;margin:0 auto;background:#fff;border-radius:30px;padding:50px 60px;display:flex;align-items:center;gap:2.5rem}.cert-image{width:160px;flex-shrink:0}.cert-text h2{font-size:2.1rem;font-weight:800;margin-bottom:1rem}.cert-text p{font-size:1.25rem;line-height:1.7;margin-bottom:1rem}.cert-link{font-weight:600;color:#007aff;text-decoration:none;font-size:1.05rem}.assurance-section{background:#f2f2f2;padding:80px 0;font-family:Inter,sans-serif}.assurance-container{max-width:1160px;margin:0 auto;background:#fff;border-radius:30px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;padding:20px}.assurance-text{max-width:50%}.assurance-text h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.assurance-text p{font-size:1.5rem;margin-bottom:.5rem}.price-line{display:flex;align-items:baseline;gap:.5rem;margin-bottom:2rem}.price{font-size:3.5rem;font-weight:800;background:linear-gradient(90deg,#007bff,#b0f);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.per-check{font-size:1.2rem;color:#5c6b7b}.assurance-button{background:#2962ff;color:#fff;padding:.7rem 1.6rem;border-radius:999px;border:none;font-size:1rem;font-weight:600;cursor:pointer}.assurance-image img{max-width:320px;height:auto}.why-section{background-color:#f2f2f2;padding:40px 0;font-family:Inter,sans-serif}.why-container{max-width:1200px;margin:0 auto;padding:0 1rem}.why-container h2{font-size:3rem;font-weight:800;margin-bottom:3rem;text-align:center}.why-top-card{background:#fff;border-radius:30px;display:flex;padding:4rem;gap:3rem;align-items:flex-start;margin-bottom:3rem}.why-top-card img{width:160px;height:160px;flex-shrink:0}.why-top-card .content{flex:1}.why-top-card .content h3{font-size:2rem;font-weight:700;margin-bottom:2rem}.why-top-card ul{margin:0;padding-left:1.8rem;margin-bottom:2rem}.why-top-card ul li{margin-bottom:1.2rem;font-size:1.3rem;line-height:1.8}.why-top-card button{background:#06f;color:#fff;border:none;padding:1rem 2.4rem;border-radius:999px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:background .3s ease}.why-top-card button:hover{background:#004dc9}.why-bottom-row{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.why-card{flex:1;min-width:320px;border-radius:30px;padding:3rem;display:flex;flex-direction:column;gap:2rem}.why-card.dark{background:#2f3643;color:#fff}.why-card.white{background:#fff;color:#000}.why-card img{width:100px;height:100px;object-fit:contain}.why-card h3{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem}.why-card ul{padding-left:1.8rem;margin:0}.why-card ul li{margin-bottom:1rem;font-size:1.2rem;line-height:1.8}.why-card p{font-size:1.2rem;line-height:1.8}.why-card .note{font-size:1rem;color:#6c7a89;margin-top:1rem}.why-card a{display:inline-block;margin-top:1rem;color:#06f;font-weight:600;font-size:1rem;text-decoration:none}@media (max-width: 768px){.why-container h2{font-size:2rem;margin-bottom:2rem}.why-top-card{flex-direction:column;padding:2rem;text-align:center;align-items:center}.why-top-card img{width:120px;height:120px}.why-top-card .content h3{font-size:1.6rem}.why-top-card ul li{font-size:1.1rem}.why-top-card button{width:100%;font-size:1rem}.why-bottom-row{flex-direction:column}.why-card{width:80%;padding:2rem;text-align:center;align-items:center}.why-card h3{font-size:1.5rem}.why-card ul,.why-card p{font-size:1.1rem}.why-card img{width:80px;height:80px}}.team-section{padding:100px 20px;background:#f1f1f1;text-align:center;font-family:Inter,sans-serif}.team-section h2{font-size:2.5rem;font-weight:800;margin-bottom:3rem}.team-grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;max-width:1280px;margin:0 auto;width:100%}.team-card{background:#fff;border-radius:30px;overflow:hidden;width:380px;box-shadow:0 2px 6px #0000000a;display:flex;flex-direction:column}.team-card img{width:100%;height:300px;object-fit:cover}.team-info{padding:1.5rem;text-align:left}.team-info .title{font-size:.95rem;color:#888;display:block;margin-bottom:.3rem}.team-info h3{font-size:1.4rem;font-weight:600;margin:0}.faq-section{background-color:#f2f2f2;padding:100px 0;font-family:Inter,sans-serif}.faq-container{max-width:1080px;margin:0 auto;display:flex;gap:3rem;flex-wrap:wrap;align-items:flex-start;padding:0 20px}.faq-left{flex:1;min-width:280px;background-color:#e8f4fa;padding:2rem;border-radius:20px}.faq-left h2{font-size:1.5rem;margin-bottom:1rem}.faq-left p{margin-bottom:1.5rem;font-size:1rem}.messenger-btn{display:flex;gap:.8rem;background:#fff;padding:.7rem 1rem;border-radius:14px;align-items:center;margin-bottom:.8rem;font-size:.9rem;box-shadow:0 0 5px #0000000d;cursor:pointer}.messenger-btn .icon{font-size:1.5rem}.messenger-btn .bold{font-weight:600;color:#1182ce}.messenger-btn .sub{font-size:.75rem;color:#777}.faq-left small{font-size:.75rem;color:#555}.faq-right{flex:2;min-width:300px}.faq-right h2{font-size:3rem;margin-bottom:2rem}.faq-item{border-bottom:1px solid #ccc;padding:1rem 0;cursor:pointer}.faq-question{display:flex;justify-content:space-between;font-size:1.5rem;font-weight:500}.faq-item.open .faq-question{font-weight:500}.plus{font-size:1.5rem;line-height:1rem;margin-left:1rem}.faq-answer{margin-top:.8rem;font-size:1rem;color:#444}.footer{background:#000;color:#fff;padding:40px 20px;font-family:sans-serif}.footer__inner{max-width:1200px;margin:0 auto}.footer__top,.footer__columns,.footer__bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px}.footer__logo{font-size:24px;font-weight:700;margin-bottom:10px}.footer__columns>div{flex:1;min-width:200px}.footer__columns ul{list-style:none;padding:0}.footer__columns li{margin-bottom:8px}.footer__support{background:#1a1a1a;color:#fff;border:none;padding:10px 20px;border-radius:20px;cursor:pointer}.footer__links{display:flex;gap:20px}.footer__badge{background:purple;color:#fff;padding:2px 6px;font-size:10px;border-radius:8px}.footer__social li{display:flex;align-items:center;gap:8px}.panel{max-width:800px;margin:100px auto;padding:2rem;background:#f1f3f9;border-radius:20px;font-family:Inter,sans-serif}.panel h1{margin-bottom:1.5rem}.panel button{padding:.8rem 1.6rem;font-size:1rem;background:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer}.panel__info p{margin:.5rem 0;font-size:1.1rem}.panel__info a{color:#007bff;text-decoration:underline}.connect-wrapper{background-color:#f7f8fa;min-height:100vh;display:flex;flex-direction:column;align-items:center;font-family:Inter,sans-serif;padding-top:40px}.connect-logo{font-size:40px;font-weight:700;color:#1f2937;margin-bottom:20px}.connect-box{background:#fff;border-radius:16px;padding:40px;max-width:420px;width:100%;box-shadow:0 4px 16px #0000000f;text-align:center}.connect-header{display:flex;justify-content:space-between;align-items:center}.step-label{background-color:#eaf0ff;color:#2563eb;font-size:12px;padding:4px 12px;border-radius:12px;font-weight:600}.connect-sub{margin-top:10px;font-size:14px;color:#777;margin-bottom:30px}.network-options{display:flex;flex-direction:column;gap:16px;margin-bottom:30px}.network-card{display:flex;align-items:center;gap:16px;border:2px solid #eee;padding:12px 16px;border-radius:12px;cursor:pointer;background-color:#fafafa;transition:border-color .2s ease,background-color .2s ease}.network-card:hover,.network-card.selected{border-color:#2563eb;background-color:#f0f5ff}.network-card img{width:36px;height:36px}.network-name{font-weight:600;font-size:16px}.network-type{font-size:12px;color:#888}.connect-btn{background-color:#2563eb;color:#fff;padding:14px;width:100%;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s ease}.connect-btn:disabled{background-color:#b0c4ff;cursor:not-allowed}@media (max-width: 480px){.connect-box{padding:20px;max-width:90%}.connect-logo{font-size:32px}}.appkit-button-wrapper{display:flex;justify-content:center;margin-top:20px}.results-wrapper{display:flex;justify-content:center;align-items:center;height:100vh;background:#f7f8fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.results-card{background:#fff;padding:24px;border-radius:16px;box-shadow:0 10px 30px #0000000d;width:360px;max-width:90%;text-align:center}.results-header{margin-bottom:16px}.powered-by{font-size:12px;color:#aaa;margin-bottom:4px}.score-circle{margin:20px 0}.score-bar{width:100%;background:#eee;height:10px;border-radius:5px;position:relative}.score-fill{width:82%;height:100%;background:#ff4d4f;border-radius:5px}.score-text{font-size:28px;font-weight:600;margin-top:8px}.risk-label{color:#ff4d4f;margin:10px 0 6px}.risk-description{font-size:13px;color:#555;line-height:1.4}.view-details-btn{display:block;width:100%;background-color:#0056d6;color:#fff;border:none;border-radius:10px;padding:14px 20px;font-size:16px;font-weight:600;cursor:pointer;margin-top:24px;transition:background-color .2s ease}.view-details-btn:hover{background-color:#003eaa}
