@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);-webkit-font-smoothing:antialiased;background:radial-gradient(circle at 0 0,#1d5eff1f,#0000 28%),radial-gradient(circle at 100% 100%,#5078ff14,#0000 30%),linear-gradient(#06111d 0%,#091827 35%,#0b1522 70%,#060d17 100%);font-family:Manrope,sans-serif;overflow-x:hidden}body:before{content:"";pointer-events:none;opacity:.25;z-index:-2;background-image:radial-gradient(#ffffff14 1px,#0000 1px);background-size:28px 28px;position:fixed;inset:0}body:after{content:"";filter:blur(120px);z-index:-3;pointer-events:none;background:radial-gradient(circle,#1d5eff2e,#0000 70%);width:700px;height:700px;position:fixed;top:-250px;right:-150px}a{color:inherit;text-decoration:none}ul{list-style:none}img{width:100%;display:block}button,input,textarea{border:none;outline:none;font-family:inherit}button{cursor:pointer}.container{width:min(1400px,100% - 40px);margin:auto}section{padding:120px 0;position:relative}::selection{background:var(--primary);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#07182e}::-webkit-scrollbar-thumb{background:#1d5eff;border-radius:50px}.header{z-index:999;width:100%;position:fixed;top:20px;left:0}.navbar{-webkit-backdrop-filter:blur(24px);background:#0919308c;border:1px solid #ffffff14;border-radius:24px;justify-content:space-between;align-items:center;height:82px;padding:0 30px;display:flex;box-shadow:0 15px 50px #00000040,inset 0 1px #ffffff0d}.menu-btn{color:#fff;background:0 0;display:none}@media (width<=992px){.navbar{height:74px;padding:0 20px}.logo-img{width:68px}.logo h3{font-size:20px}.logo span,.desktop-btn{display:none}.menu-btn{justify-content:center;align-items:center;display:flex}.nav-links{backdrop-filter:blur(24px);opacity:0;visibility:hidden;background:#091930f5;border-radius:20px;flex-direction:column;align-items:flex-start;gap:22px;width:100%;padding:30px;transition:all .35s;display:flex;position:absolute;top:95px;left:0;transform:translateY(-15px)}.nav-links.active{opacity:1;visibility:visible;transform:translateY(0)}.mobile-btn{width:100%;margin-top:10px;display:flex}}@media (width<=600px){.logo-img{width:58px}.logo h3{font-size:18px}.navbar{border-radius:18px}}.desktop-btn{display:flex}.mobile-btn{display:none!important}@media (width<=992px){.desktop-btn{display:none!important}.mobile-btn{width:100%;margin-top:15px;display:flex!important}}.logo{align-items:center;gap:16px;display:flex}.logo-img{width:92px;height:auto}.logo h3{color:#fff;font-size:22px;font-weight:800}.logo span{color:#9db2d6;text-transform:uppercase;letter-spacing:2px;font-size:12px}.nav-links{align-items:center;gap:42px;display:flex}.nav-links a{color:#dce8ff;align-items:center;gap:6px;font-size:15px;font-weight:600;transition:all .35s;display:flex;position:relative}.nav-links a:after{content:"";background:var(--primary);width:0;height:2px;transition:all .35s;position:absolute;bottom:-8px;left:0}.nav-links a:hover{color:#fff}.nav-links a:hover:after{width:100%}.quote-btn,.primary-btn{color:#fff;background:linear-gradient(135deg,#1d5eff,#4a8cff);border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:15px 28px;font-weight:700;transition:all .35s;display:flex}.quote-btn:hover,.primary-btn:hover{transform:translateY(-4px);box-shadow:0 15px 35px #1d5eff59}.secondary-btn{color:#fff;backdrop-filter:blur(15px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:14px;padding:15px 28px;transition:all .35s}.secondary-btn:hover{background:#ffffff1f}.hero{align-items:center;min-height:90vh;padding:130px 0 50px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#1d5eff1f,#0000 65%);position:absolute;inset:0}.hero .container{flex-direction:column;align-items:center;width:min(1450px,100% - 40px);display:flex}.hero-text{text-align:center;width:100%;max-width:900px;margin:0 auto}.hero-tag{color:#8fb7ff;letter-spacing:1px;background:#1d5eff1f;border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;margin-bottom:18px;padding:10px 22px;font-size:13px;font-weight:600;display:inline-flex}.hero h1{letter-spacing:-3px;color:#fff;max-width:850px;margin:0 auto 18px;font-size:clamp(58px,7vw,82px);font-weight:700;line-height:.92}.hero p{color:#b8c7dd;max-width:720px;margin:0 auto;font-size:18px;line-height:1.75}.hero-buttons{justify-content:center;gap:16px;margin-top:28px;display:flex}.hero-image-wrapper{width:100%;margin-top:50px;position:relative}.hero-image{aspect-ratio:16/9;object-fit:cover;border:1px solid #ffffff14;border-radius:28px;width:100%;height:auto;transition:all .45s;box-shadow:0 30px 70px #0000004d}.hero-image:hover{transform:none}.hero-stats{backdrop-filter:blur(18px);background:#ffffff0a;border:1px solid #ffffff0f;border-radius:20px;justify-content:space-evenly;align-items:center;width:100%;margin-top:30px;padding:22px 30px;display:flex}.hero-stats .stat{text-align:center}.hero-stats h2{margin-bottom:5px;font-size:36px;font-weight:800}.hero-stats span{color:#9fb2cb;font-size:14px}@media (width<=992px){.hero{min-height:auto;padding:110px 0 50px}.hero .container{width:min(100% - 30px,900px)}.hero-text{max-width:100%}.hero h1{font-size:56px}.hero p{font-size:17px}.hero-buttons{flex-wrap:wrap}.hero-image{height:400px}.hero-stats{flex-wrap:wrap;gap:25px}}@media (width<=768px){.hero{padding:100px 0 40px}.hero h1{letter-spacing:-2px;font-size:42px}.hero p{font-size:16px}.hero-buttons{flex-direction:column;width:100%}.hero-buttons button{width:100%}.hero-image{border-radius:20px;height:280px}.hero-stats{gap:20px;padding:20px}.hero-stats h2{font-size:30px}.hero-stats span{font-size:13px}}.floating-card{backdrop-filter:blur(18px);background:#0a162dbf;border:1px solid #ffffff14;border-radius:22px;width:240px;padding:20px;position:absolute;box-shadow:0 20px 50px #0000004d}.floating-card span{color:#73a8ff;text-transform:uppercase;letter-spacing:2px;margin-bottom:8px;font-size:12px;display:block}.floating-card h4{color:#fff;font-size:22px;line-height:1.3}.top-left{top:35px;left:35px}.bottom-right{bottom:35px;right:35px}@media (width<=992px){.hero{align-items:center;min-height:100vh;padding:100px 0 50px;display:flex}.hero h1{margin-bottom:18px}.hero p{font-size:16px}.hero-image{height:420px}.hero-stats{gap:20px;padding:25px}.floating-card{display:none}}@media (width<=768px){.hero-buttons{flex-direction:column}.hero-stats{flex-wrap:wrap;justify-content:center;gap:30px}.hero-image{height:300px}.hero h1{font-size:46px}.hero-tag{font-size:12px}}.glass-card{backdrop-filter:blur(20px);background:#ffffff14;border:1px solid #ffffff14;border-radius:22px;width:260px;padding:22px;position:absolute;box-shadow:0 25px 60px #00000040}.glass-card h3{color:#fff;margin-bottom:8px}.glass-card p{color:#c7d6ef;font-size:14px}.card-one{top:70px;left:-45px}.card-two{bottom:70px;right:-35px}.hero-image-wrapper{position:relative;overflow:hidden}.hero-door,.hero-window{z-index:5;pointer-events:none;opacity:.5;filter:drop-shadow(0 20px 40px #00000059);transition:all .5s;position:absolute}.hero{position:relative;overflow:hidden}.hero-door,.hero-window{pointer-events:none;opacity:.5;z-index:1;filter:drop-shadow(0 30px 50px #0006);position:absolute}.hero-door{width:260px;top:18%;left:-10px}.hero-window{width:210px;top:18%;right:40px}.hero-image-wrapper{z-index:5;position:relative}@media (width<=768px){.hero-door{left:-140px}.hero-window{right:-140px}}.products{background:#ffffff05;border-top:1px solid #ffffff0a;border-bottom:1px solid #ffffff0a;padding:120px 0;position:relative}.section-heading{text-align:center;max-width:760px;margin:0 auto 70px}.section-heading span{color:#8fb7ff;letter-spacing:1px;background:#1d5eff1f;border:1px solid #ffffff14;border-radius:999px;margin-bottom:18px;padding:10px 22px;font-size:13px;font-weight:600;display:inline-block}.section-heading h2{color:#fff;margin-bottom:20px;font-size:clamp(42px,5vw,62px);line-height:1.1}.section-heading p{color:#afc2dd;font-size:18px;line-height:1.8}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:30px;display:grid}.product-card{backdrop-filter:blur(18px);background:#ffffff0a;border:1px solid #ffffff0f;border-radius:28px;flex-direction:column;height:100%;transition:all .4s;display:flex;overflow:hidden}.product-card:hover{border-color:#1d5eff59;transform:translateY(-8px);box-shadow:0 25px 60px #00000059,0 0 35px #1d5eff26}.product-image{aspect-ratio:16/10;background:#f5f7fb;width:100%;overflow:hidden}.product-image img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s;display:block}.product-card:hover .product-image img{transform:scale(1.05)}.product-content{flex-direction:column;flex:1;padding:30px;display:flex}.product-icon{color:#fff;background:linear-gradient(135deg,#1d5eff,#4a8cff);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:22px;display:flex}.product-content h3{color:#fff;margin-bottom:14px;font-size:30px;font-weight:700}.product-content p{color:#afc2dd;flex:1;margin-bottom:30px;line-height:1.8}.product-content button{color:#6fa8ff;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:max-content;font-size:16px;font-weight:700;transition:all .35s;display:flex}.product-card:hover .product-content button{color:#fff;gap:18px}@media (width<=992px){.products-grid{grid-template-columns:1fr}}@media (width<=768px){.products{padding:90px 0}.section-heading{margin-bottom:45px}.section-heading h2{font-size:38px}.section-heading p{font-size:16px}.product-content{padding:24px}.product-content h3{font-size:24px}.product-image{aspect-ratio:4/3}}.footer{backdrop-filter:blur(20px);background:#ffffff08;border-top:1px solid #ffffff0f;margin-top:120px;padding:90px 0 30px;position:relative}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.4fr;gap:70px;margin-bottom:60px;display:grid}.footer-logo{align-items:center;gap:16px;margin-bottom:25px;display:flex}.footer-logo-img{object-fit:contain;flex-shrink:0;width:85px;height:85px;display:block}.footer-logo h3{color:#fff;font-size:26px;font-weight:800}.footer-logo span{color:#8fb7ff;letter-spacing:2px;text-transform:uppercase;font-size:13px}.footer-about{color:#afc2dd;max-width:360px;font-size:16px;line-height:1.9}.footer h4{color:#fff;margin-bottom:28px;font-size:22px}.footer ul{flex-direction:column;gap:18px;display:flex}.footer ul li{color:#afc2dd;cursor:pointer;transition:all .35s}.footer ul li:hover{color:#fff;transform:translate(8px)}.footer-contact{flex-direction:column;gap:22px;margin-bottom:30px;display:flex}.footer-contact div{color:#afc2dd;align-items:center;gap:14px;line-height:1.6;display:flex}.footer-contact svg{color:#4a8cff;flex-shrink:0}.footer-btn{color:#fff;background:linear-gradient(135deg,#1d5eff,#4a8cff);border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:15px 28px;font-weight:700;transition:all .35s;display:flex}.footer-btn:hover{transform:translateY(-4px);box-shadow:0 15px 35px #1d5eff59}.footer-bottom{text-align:center;border-top:1px solid #ffffff14;padding-top:28px}.footer-bottom p{color:#8ea5c6;font-size:14px}@media (width<=1100px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:50px}}@media (width<=768px){.footer{margin-top:80px;padding:70px 0 25px}.footer-grid{grid-template-columns:1fr;gap:45px}.footer-logo{justify-content:center}.footer-about{text-align:center;max-width:100%}.footer h4{text-align:center}.footer ul,.footer-contact{align-items:center}.footer-btn{width:100%}.footer-bottom p{font-size:13px}}.products-page{min-height:100vh;padding:130px 0 50px}.page-header{text-align:center;max-width:750px;margin:0 auto 70px}.page-tag{color:#8fb7ff;letter-spacing:1px;background:#1d5eff1f;border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;margin-bottom:20px;padding:10px 22px;font-size:13px;font-weight:600;display:inline-flex}.page-header h1{color:#fff;margin-bottom:20px;font-size:clamp(48px,6vw,72px);line-height:1}.page-header p{color:#afc2dd;max-width:620px;margin:auto;font-size:18px;line-height:1.8}.product-list{grid-template-columns:repeat(2,1fr);gap:35px;display:grid}.price-card{backdrop-filter:blur(18px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:28px;flex-direction:column;padding:35px;transition:all .35s;display:flex;position:relative;overflow:hidden}.price-card:hover{border-color:#1d5eff59;transform:translateY(-8px);box-shadow:0 25px 60px #00000059,0 0 30px #1d5eff1f}.price-card h2{color:#fff;margin-bottom:30px;font-size:30px}.price-row{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:18px 0;display:flex}.price-row:last-of-type{margin-bottom:40px}.price-row span{color:#c8d6e8;font-size:17px}.price-row strong{color:#4a8cff;font-size:22px;font-weight:800}.price-card .primary-btn{width:100%;margin-top:auto}@media (width<=992px){.product-list{grid-template-columns:1fr}}@media (width<=768px){.products-page{padding:140px 0 80px}.page-header{margin-bottom:45px}.page-header h1{font-size:42px}.page-header p{font-size:16px}.price-card{border-radius:22px;padding:25px}.price-card h2{font-size:24px}.price-row{padding:15px 0}.price-row span{font-size:15px}.price-row strong{font-size:19px}}.products-buttons{justify-content:center;align-items:center;gap:18px;margin:40px 0 60px;display:flex}@media (width<=768px){.products-buttons{flex-direction:column}.products-buttons button{width:100%}}.projects-page{min-height:100vh;padding:130px 0 50px}.projects-grid{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.project-item{background:#101b2d;border:1px solid #ffffff14;border-radius:28px;height:430px;transition:all .4s;position:relative;overflow:hidden}.project-item:hover{transform:translateY(-8px);box-shadow:0 25px 70px #00000059}.project-item img{object-fit:cover;width:100%;height:100%;transition:all .6s}.project-item:hover img{transform:scale(1.08)}.project-overlay{background:linear-gradient(#0000,#050a14f2);padding:30px;position:absolute;bottom:0;left:0;right:0}.project-overlay span{color:#73a8ff;margin-bottom:10px;font-size:14px;display:inline-block}.project-overlay h3{color:#fff;font-size:28px}@media (width<=992px){.projects-grid{grid-template-columns:1fr}}@media (width<=768px){.projects-page{padding:140px 0 80px}.project-item{height:300px}.project-overlay{padding:22px}.project-overlay h3{font-size:22px}}.company-page{min-height:100vh;padding:130px 0 50px}.company-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.company-card{backdrop-filter:blur(18px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:28px;padding:35px;transition:all .35s}.company-card:hover{border-color:#1d5eff59;transform:translateY(-8px);box-shadow:0 25px 70px #00000059}.company-card span{color:#fff;background:linear-gradient(135deg,#1d5eff,#4a8cff);border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:22px;font-weight:800;display:inline-flex}.company-card h3{color:#fff;margin-bottom:16px;font-size:26px}.company-card p{color:#afc2dd;line-height:1.8}@media (width<=992px){.company-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.company-page{padding:140px 0 80px}.company-grid{grid-template-columns:1fr}.company-card{padding:25px}.company-card h3{font-size:22px}}.about-page{min-height:100vh;padding:120px 0 80px}.about-hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:50px;margin:40px 0 70px;display:grid}.about-left span{color:#4a8cff;letter-spacing:2px;background:#4a8cff1f;border:1px solid #4a8cff33;border-radius:30px;margin-bottom:22px;padding:8px 18px;font-size:13px;font-weight:700;display:inline-flex}.about-left h2{color:#fff;margin-bottom:24px;font-size:52px;line-height:1.15}.about-left p{color:#afc2dd;margin-bottom:18px;font-size:16px;line-height:1.9}.about-features{grid-template-columns:repeat(2,1fr);gap:15px;margin-top:35px;display:grid}.about-features div{color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;padding:18px;font-weight:500;transition:all .35s}.about-features div:hover{background:#4a8cff14;border-color:#4a8cff;transform:translateY(-5px)}.about-gallery{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.about-gallery img{object-fit:cover;border:1px solid #ffffff14;border-radius:22px;width:100%;transition:all .4s;display:block}.about-gallery img:first-child{grid-column:span 2;height:360px}.about-gallery img:nth-child(2),.about-gallery img:nth-child(3){height:220px}.about-gallery img:hover{transform:translateY(-6px);box-shadow:0 20px 45px #00000047}.about-products{margin:0 0 80px}.about-products-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px;display:grid}.about-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;padding:34px;transition:all .35s}.about-card:hover{border-color:#4a8cff;transform:translateY(-6px)}.about-card h3{color:#fff;margin-bottom:14px;font-size:25px}.about-card p{color:#afc2dd;line-height:1.8}.about-why{margin-bottom:80px}.why-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px;display:grid}.why-box{background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;padding:34px;transition:all .35s}.why-box:hover{border-color:#4a8cff;transform:translateY(-6px)}.why-box h3{color:#fff;margin-bottom:12px;font-size:24px}.why-box p{color:#afc2dd;line-height:1.8}.about-stats{grid-template-columns:repeat(4,1fr);gap:22px;margin-bottom:80px;display:grid}.stat-card{text-align:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:22px;padding:36px 20px}.stat-card h2{color:#4a8cff;margin-bottom:10px;font-size:42px}.stat-card span{color:#fff;font-size:15px}.about-cta{text-align:center;background:linear-gradient(135deg,#1d5eff26,#ffffff0a);border:1px solid #ffffff14;border-radius:30px;padding:65px 45px}.about-cta span{color:#4a8cff;letter-spacing:2px;margin-bottom:18px;font-size:14px;font-weight:700;display:inline-block}.about-cta h2{color:#fff;margin-bottom:20px;font-size:46px}.about-cta p{color:#afc2dd;max-width:700px;margin:0 auto 35px;line-height:1.8}@media (width<=992px){.about-hero{grid-template-columns:1fr;gap:35px;margin:30px 0 60px}.about-gallery{grid-template-columns:1fr}.about-gallery img:first-child{grid-column:auto;height:300px}.about-gallery img:nth-child(2),.about-gallery img:nth-child(3){height:220px}.about-features,.about-products-grid,.why-grid,.about-stats{grid-template-columns:1fr}.about-left h2{font-size:40px}}@media (width<=768px){.about-page{padding:110px 0 60px}.about-left h2{font-size:32px}.about-left p{font-size:15px}.about-card,.why-box{padding:26px}.about-card h3,.why-box h3{font-size:22px}.stat-card{padding:30px 18px}.stat-card h2{font-size:34px}.about-cta{padding:45px 25px}.about-cta h2{font-size:32px}.about-cta p{margin-bottom:25px}}.contact-page{min-height:100vh;padding:130px 0 80px}.contact-layout{grid-template-columns:360px 1fr;align-items:stretch;gap:35px;margin-top:60px;display:grid}.contact-left{flex-direction:column;gap:22px;display:flex}.contact-card{backdrop-filter:blur(16px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;gap:18px;padding:28px;transition:all .35s;display:flex}.contact-card:hover{border-color:#3d7cff59;transform:translateY(-5px)}.contact-card svg{color:#3d7cff;flex-shrink:0;margin-top:4px}.contact-card h3{color:#fff;margin-bottom:10px;font-size:22px}.contact-card p,.contact-card a{color:#afc2dd;line-height:1.8;text-decoration:none;transition:all .3s}.contact-card a:hover{color:#fff}.contact-right{backdrop-filter:blur(16px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:30px;padding:45px}.contact-right h2{color:#fff;margin:18px 0 25px;font-size:52px;line-height:1.15}.contact-right p{color:#afc2dd;margin-bottom:35px;line-height:1.9}.contact-features{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:40px;display:grid}.contact-features div{color:#fff;background:#ffffff0d;border:1px solid #ffffff0d;border-radius:16px;padding:18px;font-weight:500}.contact-buttons{flex-wrap:wrap;gap:18px;display:flex}.contact-buttons a{text-align:center;min-width:180px}.contact-map{margin-top:90px}.contact-map .section-heading{margin-bottom:35px}.map-wrapper{border:1px solid #ffffff14;border-radius:30px;transition:all .35s;display:block;overflow:hidden}.map-wrapper:hover{border-color:#3d7cff59;box-shadow:0 15px 40px #00000040}.map-wrapper iframe{border:none;width:100%;height:520px;display:block}@media (width<=992px){.contact-layout{grid-template-columns:1fr}.contact-right{padding:35px}.contact-right h2{font-size:40px}}@media (width<=768px){.contact-page{padding:140px 0 70px}.contact-right{padding:28px}.contact-right h2{font-size:32px}.contact-features{grid-template-columns:1fr}.contact-buttons{flex-direction:column}.contact-buttons a{width:100%}.contact-map{margin-top:70px}.map-wrapper iframe{height:350px}}.quote-page{min-height:100vh;padding:130px 0 70px}.quote-grid{grid-template-columns:360px 1fr;align-items:start;gap:35px;display:grid}.quote-info{flex-direction:column;gap:22px;display:flex}.quote-card{backdrop-filter:blur(18px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;padding:30px;transition:all .35s}.quote-card:hover{border-color:#3d7cff59;transform:translateY(-5px)}.quote-card h3{color:#fff;margin-bottom:14px;font-size:22px}.quote-card p{color:#afc2dd;line-height:1.8}.quote-card ul{flex-direction:column;gap:12px;margin-top:12px;display:flex}.quote-card li{color:#dce8ff}.quote-contact{backdrop-filter:blur(18px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:30px;padding:45px}.quote-badge{color:#4a8cff;letter-spacing:2px;background:#4a8cff1f;border:1px solid #4a8cff40;border-radius:30px;margin-bottom:20px;padding:8px 18px;font-size:13px;font-weight:700;display:inline-block}.quote-contact h2{color:#fff;margin-bottom:20px;font-size:48px;line-height:1.15}.quote-contact p{color:#afc2dd;margin-bottom:35px;line-height:1.9}.quote-box{background:#ffffff0d;border:1px solid #ffffff14;border-radius:18px;margin-bottom:18px;padding:22px;transition:all .3s}.quote-box:hover{border-color:#4a8cff}.quote-box h4{color:#4a8cff;margin-bottom:8px;font-size:17px}.quote-box a{color:#fff;word-break:break-word;font-size:18px;text-decoration:none}.quote-buttons{flex-wrap:wrap;gap:16px;margin-top:28px;display:flex}.quote-buttons a{text-align:center;flex:1;min-width:180px}.outline-btn{color:#fff;background:0 0;border:1px solid #ffffff1a;border-radius:14px;justify-content:center;align-items:center;margin-top:18px;padding:15px 28px;transition:all .35s;display:flex}.outline-btn:hover{background:#4a8cff14;border-color:#4a8cff}.quote-bottom{text-align:center;background:linear-gradient(135deg,#1d5eff26,#ffffff0a);border:1px solid #ffffff14;border-radius:30px;margin-top:90px;padding:65px 40px}.quote-bottom h2{color:#fff;margin-bottom:20px;font-size:48px}.quote-bottom p{color:#afc2dd;max-width:700px;margin:0 auto 35px;line-height:1.9}@media (width<=992px){.quote-grid{grid-template-columns:1fr}.quote-contact{padding:35px}.quote-contact h2{font-size:38px}}@media (width<=768px){.quote-page{padding:120px 0 60px}.quote-contact{padding:28px}.quote-contact h2{font-size:30px}.quote-buttons{flex-direction:column}.quote-buttons a,.outline-btn{width:100%}.quote-bottom{margin-top:60px;padding:45px 25px}.quote-bottom h2{font-size:32px}}.product-details{flex-direction:column;gap:80px;width:100%;margin-top:80px;display:flex}.product-detail{grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:30px 0;scroll-margin-top:120px;display:grid}.product-detail.reverse .detail-image{order:2}.product-detail.reverse .detail-content{order:1}.detail-image{width:100%}.detail-image img{object-fit:cover;border:1px solid #ffffff14;border-radius:24px;width:100%;height:430px;display:block;box-shadow:0 25px 60px #00000040}.detail-content{width:100%}.detail-content span{color:#4a8cff;letter-spacing:3px;margin-bottom:15px;font-size:14px;font-weight:700;display:inline-block}.detail-content h2{color:#fff;margin-bottom:22px;font-size:52px;line-height:1.15}.detail-content p{color:#afc2dd;margin-bottom:30px;font-size:18px;line-height:1.8}.detail-features{grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:35px;display:grid}.detail-features div{color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;padding:15px 18px;font-size:15px;transition:all .3s}.detail-features div:hover{border-color:#4a8cff;transform:translateY(-3px)}.detail-content .primary-btn{width:max-content}@media (width<=992px){.product-details{gap:60px}.product-detail{grid-template-columns:1fr;gap:35px;padding:0}.product-detail.reverse .detail-image,.product-detail.reverse .detail-content{order:unset}.detail-image img{height:340px}.detail-content h2{font-size:38px}.detail-features{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.product-details{gap:45px;margin-top:50px}.product-detail{gap:25px}.detail-image img{height:240px}.detail-content span{font-size:12px}.detail-content h2{font-size:30px}.detail-content p{font-size:16px;line-height:1.7}.detail-features{grid-template-columns:1fr;gap:12px}.detail-features div{padding:14px 16px;font-size:14px}.detail-content .primary-btn{width:100%}}:root{--primary:#1d5eff;--primary-hover:#3b82f6;--background:#07182e;--surface:#0c2445;--card:#102c52;--white:#fff;--text:#eaf1ff;--text-light:#b6c3d5;--border:#ffffff14;--container:1320px;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--radius-xl:32px;--shadow-sm:0 10px 30px #00000026;--shadow-md:0 20px 60px #00000040;--shadow-lg:0 30px 80px #00000059;--transition:.35s ease;--header-height:90px}
