@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap";:root{--primary:#0f172a;--primary-light:#1e293b;--accent:#d4af37;--accent-light:#f1e4b3;--text-dark:#f8fafc;--text-muted:#94a3b8;--white:#fff;--bg-dark:#020617;--glass:#ffffff08;--glass-border:#ffffff14;--iphone-radius:40px;--shadow-soft:0 10px 40px #0006}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-dark);font-family:Outfit,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:700}a{color:inherit;text-decoration:none;transition:all .3s}img{border-radius:30px}ul{list-style:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}section{padding:8rem 0}@media (width<=768px){section{padding:4rem 1.5rem}}nav{z-index:1000;background:0 0;width:100%;padding:1rem 0;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0}nav.scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border);background:#020617f2;padding:1rem 0}nav .container{justify-content:space-between;align-items:center;display:flex}.logo-wrapper{text-decoration:none;align-items:center!important;gap:15px!important;display:flex!important}.logo-img{border:1px solid var(--accent);object-fit:cover!important;border-radius:50%!important;flex-shrink:0!important;width:80px!important;height:80px!important}.logo-branding{color:#fff;flex-direction:column;display:flex}.logo-branding .sub-ar{color:var(--accent);font-size:.75rem;font-weight:500}.logo-branding .name-ar{letter-spacing:.02em;font-family:Arial,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.1}.logo-branding .sub-ar{letter-spacing:.05em;opacity:.9;font-size:.8rem}nav.scrolled .logo-img{width:80px;height:80px}@media (width<=992px){.logo-img{width:50px!important;height:50px!important}}.mobile-menu-header,.mobile-menu-footer{display:none}.nav-links{gap:2.5rem;display:flex}.nav-links li a{color:#ffffffe6;font-size:.95rem;font-weight:500}.hamburger{cursor:pointer;z-index:1100;flex-direction:column;gap:6px;display:none}.hamburger span{background-color:var(--white);width:30px;height:2px;transition:all .3s}.hamburger.active span:first-child{transform:translateY(8px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (width<=992px){.hamburger{display:flex}.inquiry-grid{grid-template-columns:1fr!important;gap:2rem!important}.nav-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1050;background:#0f172afa;flex-direction:column;align-items:flex-start;width:80%;max-width:400px;height:100vh;padding-top:2rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #0000004d}.nav-menu.active{right:0}.mobile-menu-header{border-bottom:1px solid #ffffff0d;justify-content:flex-start;width:100%;margin-bottom:2rem;padding:.5rem 4rem;display:flex!important}.mobile-menu-header .sub-ar{font-size:.8rem;color:var(--accent)!important}.mobile-menu-header .logo-wrapper{text-align:left;flex-direction:row!important}.mobile-menu-footer{background:#0003;border-top:1px solid #ffffff1a;flex-direction:column;width:100%;padding:2rem 4rem;margin-top:2.5rem!important;margin-bottom:auto!important;display:flex!important}.nav-links{flex-direction:column;gap:2rem;width:100%;padding-left:4rem}.nav-links li{text-align:left;width:100%}.nav-links a{font-size:1.8rem;font-weight:500}.mobile-menu-footer{background:#0003;border-top:1px solid #ffffff1a;width:100%;padding:3rem 4rem;margin-top:2.5rem!important;margin-bottom:auto!important}}.btn-contact{background:var(--accent);color:var(--primary);white-space:nowrap;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex;box-shadow:0 4px 20px #d4af3733}.btn-contact:hover{transform:translateY(-2px);box-shadow:0 6px 24px #d4af374d}.btn-outline{border:1px solid var(--glass-border);white-space:nowrap;color:inherit;border-radius:50px;justify-content:center;align-items:center;padding:.9rem 2rem;font-weight:500;transition:all .3s;display:inline-flex}.btn-outline:hover{background:#ffffff0d}@media (width<=768px){.hero-btns{justify-content:center;gap:1rem;width:100%}.btn-contact,.btn-outline{padding:.8rem 1.4rem!important;font-size:.85rem!important}}select{background:var(--white);appearance:none;cursor:pointer;width:100%;color:var(--primary);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1.5rem center;background-repeat:no-repeat;background-size:1.2rem;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem 1.7rem;font-family:inherit;font-size:1rem}.hero{background-image:linear-gradient(#020617cc,#020617b3),url(/hero_premium.png);background-position:50%;background-size:cover;background-attachment:fixed;align-items:center;min-height:100vh;padding:10rem 0 6rem;display:flex;position:relative;overflow:hidden}.hero-content{z-index:1;width:100%;padding-top:5rem}.hero-content span{color:var(--accent);text-transform:uppercase;letter-spacing:.2em;opacity:0;margin-bottom:1.5rem;font-size:1rem;font-weight:600;animation:.8s forwards fadeInUp;display:inline-block}.hero-content h1{opacity:0;margin-bottom:1.5rem;font-size:clamp(2.5rem,7vw,4.2rem);line-height:1.15;animation:.8s .2s forwards fadeInUp}.hero-content p{color:var(--text-muted);opacity:0;max-width:600px;margin-bottom:2.5rem;font-size:1.25rem;animation:.8s .4s forwards fadeInUp}.hero-btns{opacity:0;gap:1.5rem;animation:.8s .6s forwards fadeInUp;display:flex}.feature-bricks-grid{opacity:0;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%;animation:.8s .8s forwards fadeInUp;display:grid}.brick-item{-webkit-backdrop-filter:blur(10px);text-align:left;background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;justify-content:center;min-height:160px;padding:2rem 1.5rem;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex}.brick-item:hover{border-color:var(--accent);background:#ffffff14;transform:translateY(-8px);box-shadow:0 20px 40px #0006,0 0 20px #d4af371a}.brick-content h4{color:#fff;margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.brick-content p{color:#fff9;font-size:.85rem;line-height:1.4;margin-bottom:0!important}@media (width<=992px){.feature-bricks-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.feature-bricks-grid{grid-template-columns:1fr;gap:1rem}.brick-item{min-height:auto;padding:1.5rem}}.section-header{text-align:center;margin-bottom:4rem}.section-header span{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:600}.section-header h2{margin-top:1rem;font-size:3rem}.category-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=768px){.category-grid{grid-template-columns:1fr}}.category-card{border-radius:var(--iphone-radius);aspect-ratio:4/5;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}@media (width<=768px){.category-card{min-height:280px;aspect-ratio:auto!important;border-radius:30px!important}}.category-card:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 30px 60px #0000004d}.category-card img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.category-card:hover img{transform:scale(1.1)}.category-overlay{background:linear-gradient(#0000 0%,#00041466 50%,#000414 100%);flex-direction:column;justify-content:flex-end;padding:3rem;transition:all .5s;display:flex;position:absolute;inset:0}@media (width<=768px){.category-overlay{background:linear-gradient(#0000 0%,#00041499 40%,#000414 100%)!important;padding:1.5rem!important}.category-overlay h3{font-size:1.6rem!important}}.category-card:hover .category-overlay{background:linear-gradient(#0000 60%,#020617f2)}.category-overlay h3{color:#fff;margin-bottom:.5rem;font-size:2rem}.category-overlay p{text-shadow:0 2px 10px #000c;font-size:1.1rem;font-weight:500;opacity:1!important;color:#fff!important}.about{background:var(--primary)}.about-flex{align-items:center;gap:6rem;display:flex}@media (width<=992px){.about-flex{text-align:center;flex-direction:column;gap:3rem}}.about-text{flex:1}.about-text h2{margin-bottom:1.5rem;font-size:2.5rem}.about-text p{color:var(--text-muted);margin-bottom:2rem}.stat-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.stat-item h3{color:var(--accent);font-size:2.5rem}.stat-item p{text-transform:uppercase;font-size:.8rem}.contact-wrapper{background:var(--primary-light);border-radius:var(--iphone-radius);box-shadow:var(--shadow-soft);border:1px solid var(--glass-border);grid-template-columns:1fr 1fr;gap:4rem;display:grid;overflow:hidden}@media (width<=992px){.contact-wrapper{grid-template-columns:1fr}}.contact-info{flex-direction:column;justify-content:center;padding:4rem;display:flex}@media (width<=768px){.contact-info{padding:2rem!important}}.contact-info h2{margin-bottom:2.5rem;font-size:2.5rem}.contact-details{flex-direction:column;gap:2rem;display:flex}.contact-item{align-items:flex-start;gap:1.5rem;display:flex}.contact-item .icon{background:var(--glass);border:1px solid var(--glass-border);width:50px;min-width:50px;height:50px;color:var(--accent);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-item h4{margin-bottom:.25rem;font-size:1.1rem}.contact-item p{color:var(--text-muted)}.contact-form{-webkit-backdrop-filter:blur(10px);color:var(--text-dark);border-left:1px solid var(--glass-border);background:#ffffff05;padding:4rem}.form-group{margin-bottom:1.5rem}.form-group label{margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.form-group input,.form-group textarea{border:1px solid var(--glass-border);color:#fff;background:#ffffff0d;border-radius:12px;width:100%;padding:1.1rem;font-family:inherit;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent);background:#ffffff14;outline:none}footer{border-top:1px solid var(--glass-border);background:#010413;padding:8rem 0 3rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:4rem;margin-bottom:5rem;display:grid}.footer-brand .footer-logo{width:auto;height:70px;margin-bottom:1.5rem}.footer-section h4{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem;font-size:1.1rem}.footer-section ul li{margin-bottom:1rem}.footer-section ul li a{color:var(--text-muted);transition:all .3s}.footer-contact-list li{line-height:1.4;align-items:flex-start!important;gap:12px!important;margin-bottom:1.2rem!important;display:flex!important}.footer-contact-list i{text-align:center;width:20px;margin-top:3px}@media (width<=768px){h1{font-size:2.5rem!important}h2{font-size:2rem!important}.hero-content h1{font-size:2.8rem!important}.commitment-grid{text-align:center;grid-template-columns:1fr!important;gap:2rem!important}.contact-form{padding:2rem!important}.contact-form .btn-contact{padding:1rem!important;font-size:.85rem!important}.contact-item .icon{width:45px;min-width:45px;height:45px}}.footer-bottom{text-align:center;border-top:1px solid var(--glass-border);color:var(--text-muted);padding-top:3rem;font-size:.9rem}@media (width<=992px){.contact-wrapper{flex-direction:column;gap:3rem;display:flex}.contact-form{order:1}.contact-info{order:2}.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media (width<=768px){footer{padding:5rem 0 3rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand{grid-column:1/-1;text-align:left!important;margin-bottom:2.5rem!important}.footer-brand .logo-wrapper{align-items:center!important;gap:1.2rem!important;margin-bottom:1.5rem!important;display:flex!important}.footer-brand .logo-img{width:50px!important;height:50px!important;margin:0!important}.footer-brand p{max-width:100%!important;margin:0!important;font-size:.95rem!important;line-height:1.4!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-in{opacity:0;transition:all .6s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.animate-in.visible{opacity:1;transform:translateY(0)}.sub-hero{border-bottom:1px solid var(--glass-border);background-position:50%;background-size:cover;align-items:center;height:45vh;min-height:400px;display:flex;position:relative}.sub-hero:before{content:"";background:linear-gradient(#020617cc,#020617e6);width:100%;height:100%;position:absolute;top:0;left:0}.card-feature{background:var(--glass);-webkit-backdrop-filter:blur(10px);border-radius:var(--iphone-radius);border:1px solid var(--glass-border);padding:2rem;transition:all .3s}.card-feature:hover{background:#ffffff0d;transform:translateY(-5px)}.content-img{border-radius:var(--iphone-radius);width:100%;box-shadow:var(--shadow-soft);border:1px solid var(--glass-border)}.reviews-grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}@media (width<=992px){.reviews-grid{grid-template-columns:1fr!important;gap:2.5rem!important}.reviews-grid .card-feature{padding:2rem!important}}.show-mobile,.mobile-slider-controls{display:none!important}@media (width<=768px){.show-mobile{display:block!important}.hide-mobile{display:none!important}.mobile-slider-controls{display:flex!important}}.whatsapp-float{color:#fff;z-index:1000;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:30px;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 10px 30px #25d36666}.whatsapp-float:hover{transform:translateY(-8px)scale(1.1);box-shadow:0 15px 40px #25d36680}.whatsapp-float svg{fill:currentColor;width:35px;height:35px}@media (width<=768px){.whatsapp-float{width:50px;height:50px;bottom:20px;right:20px}.whatsapp-float svg{width:25px;height:25px}}.nav-links a.active{font-weight:600;color:var(--accent)!important}@media (width<=768px){.hide-mobile{display:none!important}}
