.turnkey-hero{position:relative;height:100vh;padding-top:250px;display:flex;justify-content:center;align-items:center;text-align:center;background-color:#000;color:#fff;overflow:visible;z-index:auto}.hero-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.5;z-index:1}.hero-content{position:relative;z-index:2}.hero-content h1{font-size:50px;font-weight:900;margin-bottom:10px}.hero-content p{font-size:20px;font-weight:400;margin-bottom:30px}.config-select{display:flex;gap:25px;justify-content:center;margin-top:40px}.custom-select-wrapper{position:relative;width:240px;height:75px;font-family:Open Sans,sans-serif;color:#fff;background:#0006;border-radius:5px;padding:15px 20px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;cursor:pointer}.custom-select-wrapper label{position:absolute;top:10px;left:20px;font-size:11px;font-weight:500;opacity:.7;pointer-events:none;z-index:1}.custom-select{position:relative;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:space-between;padding:0 0 10px;font-size:18px;font-weight:600;z-index:2}.custom-select-trigger{color:#fff;background:transparent;border:none;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;text-align:left;padding-left:0;padding-right:30px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-select:after{content:"⌵";font-size:22px;position:absolute;right:0;bottom:10px;pointer-events:none;z-index:1;color:#fff}.custom-options{position:absolute;top:100%;left:0;right:0;z-index:3000;background:#141414f2;border-radius:0 0 8px 8px;max-height:300px;overflow-y:auto;box-shadow:0 8px 16px #0000004d;opacity:0;pointer-events:none;transform:translateY(-5px);transition:all .3s ease;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.custom-options.open{opacity:1;pointer-events:auto;transform:translateY(0)}.custom-option{padding:12px 20px;font-size:16px;font-weight:600;color:#fff;cursor:pointer;text-align:left}.custom-option:hover{background:#ffffff1a}.custom-select-wrapper.no-dropdown .custom-select:after{content:none}.number-style{width:100%;height:100%;font-size:18px;font-weight:600;background:transparent;color:#fff;border:none;outline:none;box-sizing:border-box;padding:0;margin:0;font-family:Open Sans,sans-serif}.number-style::placeholder{color:#fff0;font-weight:600}.number-style::-webkit-outer-spin-button,.number-style::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.number-style[type=number]{-moz-appearance:textfield}.price-box{width:200px;height:75px;border-radius:5px;padding:15px 20px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;text-align:left}.price-box label{font-size:10px;font-weight:500;opacity:.7}.price-box .amount{font-size:22px;font-weight:700}.arrow-button{width:75px;height:75px;border:1px solid white;border-radius:5px;background:transparent;color:#fff;font-size:40px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.arrow-button:hover{background-color:#ffffff1a}.explain-section{background-color:#000;color:#fff;padding:80px 60px;display:flex;flex-direction:column;align-items:center}.explain-content{display:flex;justify-content:space-between;align-items:center;gap:0px;max-width:1400px;width:100%;margin-bottom:60px}.text-side{flex:1}.text-side h2{font-size:30px;font-weight:900;margin-bottom:20px;text-align:left}.text-side p{font-size:15px;line-height:1.6;margin-bottom:15px;text-align:left}.image-side{flex:1;display:flex;justify-content:center;align-items:center}.image-side img{max-width:100%;height:auto;border-radius:10px}.timeline-bar{display:flex;justify-content:space-between;align-items:flex-start;position:relative;margin-top:0;padding:60px 0 40px;width:100%;max-width:1200px}.timeline-bar:before{content:"";position:absolute;top:105px;left:calc(10% + 7px);right:calc(10% + 7px);height:2px;background-color:#fff;z-index:1}.timeline-bar .step{position:relative;text-align:center;font-weight:400;font-size:14px;flex:1;z-index:2}.timeline-bar .step:after{content:"";position:absolute;top:40px;left:50%;transform:translate(-50%);width:14px;height:14px;background-color:#fff;border-radius:50%;z-index:2}.tooltip-box{position:absolute;bottom:210%;left:50%;transform:translate(-50%);background:#272727e6;color:#fff;padding:12px 16px;border-radius:6px;font-size:14px;white-space:normal;width:260px;text-align:left;box-shadow:0 4px 12px #3d3d3d4d;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:10}.tooltip-box p:first-child{font-weight:700;margin-bottom:4px}.module-card{border-radius:16px;overflow:hidden;background-color:#111;box-shadow:0 4px 15px #0000004d;transition:transform .2s ease,box-shadow .2s ease;color:#fff;text-align:center;width:200px;height:280px;position:relative}.module-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0006}.module-card img{width:100%;height:140px;object-fit:cover}.module-card .card-front p{font-weight:600;margin:10px 0;font-size:16px}.module-card .card-back{font-size:14px;padding:10px;color:#ccc}.module-card.coming-soon{pointer-events:none;filter:grayscale(100%) brightness(.5);position:relative}.module-card.coming-soon:after{content:"COMING SOON";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#ff9800e6;color:#fff;font-weight:700;padding:6px 12px;border-radius:12px;font-size:14px;box-shadow:0 2px 10px #0000004d;z-index:2}.module-card.coming-soon .card-front p span{display:none}@media (max-width: 768px){.custom-select{margin-top:20px}.explain-section .timeline-bar{display:flex;flex-direction:column;align-items:flex-start;width:auto;max-width:300px;margin:0 auto;padding:20px 0;position:relative}.explain-section .timeline-bar:before{display:none}.explain-section .timeline-bar .step{position:relative;padding-left:24px;margin-bottom:20px;text-align:left}.explain-section .timeline-bar .step:after{content:"";position:absolute;top:.6em;left:0;transform:translateY(-50%);width:12px;height:12px;background-color:#fff;border-radius:50%}.explain-section .timeline-bar .step:last-child{margin-bottom:0}}.step:hover .tooltip-box{opacity:1;pointer-events:auto}.features-section{background-color:#000;color:#fff;padding:100px 60px 60px;display:flex;justify-content:center}.features-container{max-width:1400px;width:100%;margin:0 auto;display:flex;gap:80px;justify-content:space-between;align-items:flex-start}.feature-header h3{font-size:23px;font-weight:700;text-transform:uppercase;line-height:1.2}@media (max-width: 1024px){.features-section{padding:80px 60px 40px}.features-container{flex-direction:column;gap:60px;align-items:center}.feature{max-width:100%}.feature-header img{width:60px;height:60px}.feature-header h3{font-size:20px}.feature p{font-size:14px}}@media (max-width: 768px){.features-section{padding:80px 20px 40px}.features-container{gap:39px}}.feature{flex:1;max-width:340px;text-align:left}.feature-header{display:flex;align-items:center;gap:18px;margin-bottom:12px}.feature-header img{width:75px;height:75px}.feature-header h3{font-size:23px;font-weight:700;line-height:1.2;text-transform:uppercase}.feature p{font-size:15px;line-height:1.6;opacity:.85;text-align:justify}.modules-slider-section{background-color:#fff;color:#000;padding:80px 60px;text-align:center;overflow:hidden}.modules-slider-section h2{font-size:28px;font-weight:900;margin-bottom:40px}.slider-wrapper{position:relative;display:flex;align-items:center;justify-content:center;gap:10px}.modules-slider{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:30px;padding:10px 0;width:90%;scrollbar-width:none}.modules-slider::-webkit-scrollbar{display:none}.module-card{flex:0 0 auto;width:220px;height:220px;perspective:1000px;cursor:pointer;text-decoration:none;color:#000;position:relative}.module-card .card-front,.module-card .card-back{position:absolute;width:100%;height:100%;border-radius:10px;backface-visibility:hidden;transition:transform .6s ease,opacity .4s ease;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:20px;box-sizing:border-box;text-align:center}.module-card .card-front{background-color:#000;z-index:2;overflow:hidden;gap:10px}.module-card .card-front img{width:auto;height:150px;max-width:100%;object-fit:contain;display:block;margin:10px auto 0;padding:0}.module-card .card-front p{font-size:14px;font-weight:500;color:#fff}.module-card .card-back{background-color:#000;transform:rotateY(180deg);z-index:1;font-size:12px;font-weight:400;justify-content:center;align-items:center;color:#fff}.module-card:hover .card-front{transform:rotateY(-180deg);opacity:0}.module-card:hover .card-back{transform:rotateY(0);opacity:1}.slider-arrow{background:none;border:none;font-size:36px;color:#000;cursor:pointer;padding:10px 20px;z-index:5}.contact-section{background-color:#18162d;color:#fff;text-align:center;padding:80px 20px}.contact-section h2{font-size:24px;font-weight:500;margin-bottom:40px}.contact-button{display:inline-block;color:#fff;text-decoration:none;border:1px solid white;padding:12px 24px;border-radius:4px;font-size:14px;line-height:1.4;transition:background-color .3s ease,color .3s ease}.contact-button:hover{background-color:#fff;color:#15132a}@media (max-width: 1024px){.turnkey-hero{padding-top:200px}.hero-content h1{font-size:40px}.hero-content p{font-size:18px}.config-select{gap:20px;flex-wrap:wrap;justify-content:center}.custom-select-wrapper,.price-box,.arrow-button{width:180px;height:60px;padding:12px 16px}.custom-select-wrapper label{top:8px;left:16px}.explain-content{flex-direction:column-reverse;text-align:center;gap:40px}.text-side,.image-side{width:100%}.text-side h2{font-size:26px}.text-side p{font-size:14px}.modules-slider-section h2{font-size:26px}.slider-wrapper{flex-direction:column;gap:20px}.modules-slider{width:100%;gap:20px}.module-card{width:300px;height:300px}.contact-section{padding:60px 20px}.contact-button{padding:10px 20px;font-size:13px}}@media (max-width: 768px){.turnkey-hero{padding-top:150px}.hero-content h1{font-size:32px}.hero-content p{font-size:16px}.config-select{flex-direction:column;gap:15px}.custom-select-wrapper,.price-box,.arrow-button{width:100%;max-width:300px;margin:0 auto}.explain-section{padding:60px 20px}.text-side h2{font-size:24px}.text-side p{font-size:13px;line-height:1.5}.modules-slider-section{padding:60px 20px}.modules-slider{gap:15px}.module-card{width:300px;height:300px}.slider-arrow{font-size:28px;padding:8px 16px}.contact-section h2{font-size:22px}.contact-button{width:100%;max-width:260px}}@media (max-width: 480px){.hero-content h1{font-size:28px}.hero-content p{font-size:14px}.explain-content{gap:20px}.text-side p{font-size:12px}.module-card{width:300px;height:300px}.module-card .card-front img{height:200px}.contact-section{padding:40px 10px}.contact-button{font-size:12px;padding:8px 16px}}@media (max-width: 480px){.contact-section h2{font-size:14px;margin-bottom:20px}}
