.navbar{position:fixed;top:var(--space-3);left:50%;transform:translate(-50%);z-index:1000;width:calc(100% - var(--space-4));max-width:var(--max-width);transition:all var(--duration-normal) var(--ease-premium)}@media(min-width:768px){.navbar{top:var(--space-6);width:calc(100% - var(--space-12))}}.navbar__inner{display:flex;align-items:center;justify-content:space-between;padding:var(--space-2) var(--space-4);background:#ffffffeb;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid var(--border-color);border-radius:var(--radius-pill);box-shadow:var(--shadow-navbar);transition:all var(--duration-normal) var(--ease-premium);min-height:54px}@media(min-width:768px){.navbar__inner{padding:var(--space-3) var(--space-6);min-height:64px}}.navbar--scrolled .navbar__inner{padding-block:var(--space-2);background:#fffffff5;box-shadow:0 4px 24px #17171414}.navbar__logo{display:flex;align-items:center;gap:var(--space-2);text-decoration:none}@media(min-width:768px){.navbar__logo{gap:var(--space-3)}}.navbar__brand-icon-img{height:28px;width:auto;object-fit:contain}@media(min-width:768px){.navbar__brand-icon-img{height:32px}}.navbar__brand-name-img{height:16px;width:auto;object-fit:contain}@media(min-width:768px){.navbar__brand-name-img{height:18px}}.navbar__links{display:flex;align-items:center;gap:var(--space-1)}.navbar__link{padding:var(--space-2) var(--space-3);font-size:var(--text-sm);font-weight:500;color:var(--muted-grey);border-radius:var(--radius-pill);transition:all var(--duration-fast) var(--ease-smooth);white-space:nowrap}.navbar__link:hover{color:var(--luxury-charcoal);background:var(--soft-pearl)}.navbar__actions{display:flex;align-items:center;gap:var(--space-3)}.navbar__lang{font-size:var(--text-xs);font-weight:700;color:var(--graphite);padding:var(--space-2) var(--space-3);border-radius:var(--radius-pill);background:var(--soft-pearl);transition:all var(--duration-fast);white-space:nowrap;min-height:36px}.navbar__lang:active,.navbar__lang:hover{background:var(--prime-gold-bg-strong);color:var(--prime-gold-dark)}.navbar__whatsapp{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:var(--whatsapp-green);transition:all var(--duration-fast)}.navbar__whatsapp:hover{background:var(--whatsapp-green);color:#fff}.navbar__cta{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-5);background:var(--luxury-charcoal);color:var(--pure-white);border-radius:var(--radius-pill);font-size:var(--text-xs);font-weight:600;letter-spacing:.06em;text-transform:uppercase;transition:all var(--duration-normal) var(--ease-premium);white-space:nowrap;min-height:40px}.navbar__cta:hover{background:var(--graphite);transform:translateY(-1px);box-shadow:var(--shadow-md)}.navbar__cta-arrow{color:var(--prime-gold);font-size:var(--text-sm);transition:transform var(--duration-normal) var(--ease-premium)}.navbar__mobile-actions{display:flex;align-items:center;gap:var(--space-2)}.navbar__hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;gap:5px;padding:4px;border-radius:var(--radius-pill);touch-action:manipulation}.navbar__hamburger-line{display:block;width:20px;height:1.5px;background:var(--luxury-charcoal);border-radius:2px;transition:all var(--duration-normal) var(--ease-premium)}.navbar__hamburger-line.open:first-child{transform:translateY(3.25px) rotate(45deg)}.navbar__hamburger-line.open:last-child{transform:translateY(-3.25px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#fffffffa;backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);display:flex;align-items:center;justify-content:center;animation:fadeIn .25s var(--ease-premium);padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.mobile-menu__content{display:flex;flex-direction:column;align-items:center;gap:var(--space-3);padding:var(--space-6);width:100%;max-width:360px;text-align:center}.mobile-menu__link{font-family:var(--font-display);font-size:var(--text-lg);font-weight:600;color:var(--luxury-charcoal);padding:var(--space-3) var(--space-6);border-radius:var(--radius-pill);transition:all var(--duration-fast);text-decoration:none;width:100%}.mobile-menu__link:active{background:var(--soft-pearl)}.mobile-menu__link--whatsapp{color:var(--whatsapp-green)}.mobile-menu__divider{width:40px;height:1px;background:var(--border-color);margin:var(--space-2) 0}.mobile-menu__cta{margin-top:var(--space-3);font-size:var(--text-xs);padding:var(--space-4) var(--space-8);width:100%}.mobile-bottom-bar{position:fixed;bottom:0;left:0;right:0;z-index:900;display:flex;align-items:stretch;background:var(--pure-white);border-top:1px solid var(--border-color);box-shadow:0 -2px 16px #1717140f;height:var(--mobile-bar-height);padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom-bar__item{display:flex;align-items:center;justify-content:center;flex:1;color:var(--muted-grey);text-decoration:none;transition:all var(--duration-fast);border-inline-end:1px solid var(--border-color)}.mobile-bottom-bar__item:last-child{border-inline-end:none}.mobile-bottom-bar__item:active{background:var(--soft-pearl)}.mobile-bottom-bar__item--whatsapp{color:var(--whatsapp-green)}.mobile-bottom-bar__item--quote{flex:2;gap:var(--space-2);background:var(--luxury-charcoal);color:var(--pure-white);border:none;font-size:var(--text-xs);font-weight:700;letter-spacing:.06em;text-transform:uppercase}.mobile-bottom-bar__item--quote:active{background:var(--graphite)}.mobile-bottom-bar__item--quote svg{color:var(--prime-gold)}.footer{background:var(--pure-white);border-top:1px solid var(--border-color);padding-top:var(--space-16);padding-bottom:calc(var(--space-12) + var(--mobile-bar-height))}@media(min-width:768px){.footer{padding-top:var(--space-20);padding-bottom:var(--space-12)}}.footer__brand{margin-bottom:var(--space-12)}.footer__logo{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4)}.footer__brand-icon-img{height:36px;width:auto;object-fit:contain}.footer__brand-name-img{height:22px;width:auto;object-fit:contain}.footer__tagline{font-size:var(--text-sm);line-height:1.6;color:var(--muted-grey);max-width:280px;white-space:pre-line}.footer__grid{display:grid;grid-template-columns:1fr;gap:var(--space-8);margin-bottom:var(--space-12)}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(3,1fr);gap:var(--space-16);margin-bottom:var(--space-16)}}.footer__col-title{font-size:var(--text-xs);font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--luxury-charcoal);margin-bottom:var(--space-4)}.footer__list{display:flex;flex-direction:column;gap:var(--space-3)}.footer__list button,.footer__list a{font-size:var(--text-sm);color:var(--muted-grey);transition:color var(--duration-fast);text-align:start;text-decoration:none;display:flex;flex-direction:column;gap:2px}.footer__list button:hover,.footer__list a:hover{color:var(--luxury-charcoal)}.footer__contact-label{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--prime-gold)}.footer__bottom{border-top:1px solid var(--border-color);padding-top:var(--space-6);display:flex;flex-direction:column;gap:var(--space-2)}@media(min-width:768px){.footer__bottom{padding-top:var(--space-8);flex-direction:row;justify-content:space-between;align-items:center}}.footer__copyright{display:flex;align-items:center;gap:var(--space-3);font-size:var(--text-xs);color:var(--muted-grey)}.footer__qatar{font-weight:600;color:var(--luxury-charcoal);letter-spacing:.08em}.footer__dot{color:var(--prime-gold)}.footer__copyright-year{font-size:var(--text-xs);color:var(--light-grey)}.footer__legal-link{color:var(--muted-grey);text-decoration:none;transition:color var(--duration-fast)}.footer__legal-link:hover{color:var(--luxury-charcoal)}.quote-form{background:var(--pure-white);border:1px solid var(--border-color);border-radius:var(--radius-2xl);box-shadow:var(--shadow-form);overflow:hidden;width:100%;max-width:520px;margin-inline:auto}@media(min-width:768px){.quote-form{border-radius:var(--radius-3xl)}}.quote-form--section{max-width:480px}.quote-form__header{display:flex;justify-content:space-between;align-items:flex-start;padding:var(--space-5) var(--space-5) 0;gap:var(--space-3)}@media(min-width:768px){.quote-form__header{padding:var(--space-8) var(--space-8) 0}}.quote-form__title{font-family:var(--font-display);font-size:var(--text-lg);font-weight:700;color:var(--luxury-charcoal);margin-bottom:2px}@media(min-width:768px){.quote-form__title{font-size:var(--text-xl)}}.quote-form__subtitle{font-size:var(--text-xs);color:var(--muted-grey);line-height:1.4;white-space:pre-line}@media(min-width:768px){.quote-form__subtitle{font-size:var(--text-sm)}}.quote-form__time{font-size:10px;font-weight:600;color:var(--prime-gold);white-space:nowrap;padding:3px var(--space-3);background:var(--prime-gold-bg);border-radius:var(--radius-pill);flex-shrink:0;letter-spacing:.02em}.quote-form__progress{padding:var(--space-4) var(--space-5)}@media(min-width:768px){.quote-form__progress{padding:var(--space-5) var(--space-8)}}.quote-form__steps{display:flex;justify-content:space-between;margin-bottom:var(--space-2)}.quote-form__step{display:flex;align-items:center;gap:4px}.quote-form__step-num{font-size:11px;font-weight:700;color:var(--light-grey);transition:color var(--duration-fast)}.quote-form__step.active .quote-form__step-num{color:var(--luxury-charcoal)}.quote-form__step-check{font-size:11px;color:var(--prime-gold);font-weight:700}.quote-form__step-label{font-size:9px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--light-grey);display:none}@media(min-width:520px){.quote-form__step-label{display:inline}}.quote-form__step.active .quote-form__step-label{color:var(--luxury-charcoal)}.quote-form__step.completed .quote-form__step-label{color:var(--prime-gold)}.quote-form__progress-bar{width:100%;height:3px;background:var(--soft-pearl);border-radius:2px;overflow:hidden}.quote-form__progress-fill{height:100%;background:var(--prime-gold);border-radius:2px;transition:width var(--duration-form) var(--ease-premium)}.quote-form__content{padding:0 var(--space-5) var(--space-5);overflow:hidden}@media(min-width:768px){.quote-form__content{padding:0 var(--space-8) var(--space-8)}}.quote-form__step-content{display:flex;flex-direction:column;gap:var(--space-4)}.quote-form__step-title{font-size:var(--text-md);font-weight:600;color:var(--luxury-charcoal);line-height:1.3}@media(min-width:768px){.quote-form__step-title{font-size:var(--text-lg)}}.quote-form__glass-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-3)}@media(min-width:500px){.quote-form__glass-grid{grid-template-columns:repeat(3,1fr)}}.quote-form__glass-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:var(--space-3) var(--space-2);border:1.5px solid var(--border-color);border-radius:var(--radius-xl);text-align:center;transition:all var(--duration-normal) var(--ease-premium);min-height:110px;position:relative;overflow:hidden;touch-action:manipulation}.quote-form__glass-img-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:transform var(--duration-slow) var(--ease-premium)}.quote-form__glass-card:hover .quote-form__glass-img-bg{transform:scale(1.08)}.quote-form__glass-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#17171433,#171714d9);transition:opacity var(--duration-fast)}.quote-form__glass-card.selected .quote-form__glass-overlay{background:linear-gradient(180deg,#b69a624d,#171714e6)}.quote-form__glass-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md)}.quote-form__glass-card.selected{border-color:var(--prime-gold);box-shadow:0 4px 16px var(--prime-gold-bg-strong),0 0 0 2.5px var(--prime-gold)}.quote-form__glass-label{position:relative;z-index:1;font-size:var(--text-xs);font-weight:700;color:var(--pure-white);line-height:1.25;text-shadow:0 1px 4px rgba(0,0,0,.6)}.quote-form__glass-selected{position:absolute;top:var(--space-2);right:var(--space-2);z-index:2;font-size:10px;font-weight:700;color:var(--pure-white);background:var(--prime-gold);width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0006}[dir=rtl] .quote-form__glass-selected{right:auto;left:var(--space-2)}.quote-form__fields{display:flex;flex-direction:column;gap:var(--space-4)}.quote-form__field-group{display:flex;flex-direction:column}.quote-form__field-row{display:flex;gap:var(--space-3)}@media(max-width:480px){.quote-form__field-row{flex-direction:column}}.quote-form__location-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-3)}@media(min-width:500px){.quote-form__location-grid{grid-template-columns:repeat(4,1fr)}}.quote-form__location-card{display:flex;flex-direction:column;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-2);background:var(--warm-ivory);border:1.5px solid var(--border-color);border-radius:var(--radius-md);font-size:var(--text-xs);font-weight:600;color:var(--graphite);transition:all var(--duration-normal) var(--ease-premium);min-height:72px;justify-content:center;touch-action:manipulation}.quote-form__location-card.selected{background:var(--prime-gold-bg);border-color:var(--prime-gold);color:var(--prime-gold-dark)}.quote-form__location-card svg{color:var(--muted-grey)}.quote-form__location-card.selected svg{color:var(--prime-gold)}.quote-form__service-note{font-size:var(--text-xs);color:var(--muted-grey);line-height:1.5;margin-top:var(--space-1)}.quote-form__upload-zone{margin-top:var(--space-1)}.quote-form__upload-area{display:flex;flex-direction:column;align-items:center;gap:var(--space-2);padding:var(--space-5) var(--space-4);border:1.5px dashed var(--border-strong);border-radius:var(--radius-lg);text-align:center}.quote-form__upload-text,.quote-form__upload-help{font-size:var(--text-xs);color:var(--muted-grey);max-width:280px;line-height:1.4}.quote-form__upload-btn{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-5);background:var(--soft-pearl);border-radius:var(--radius-pill);font-size:var(--text-xs);font-weight:600;color:var(--graphite);cursor:pointer;min-height:44px;touch-action:manipulation}.quote-form__upload-btn:active{background:var(--prime-gold-bg-strong);color:var(--prime-gold-dark)}.quote-form__upload-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.quote-form__textarea{resize:vertical;min-height:90px}.quote-form__checkbox{display:flex;align-items:center;gap:var(--space-3);font-size:var(--text-xs);color:var(--muted-grey);cursor:pointer;min-height:36px}.quote-form__checkbox input[type=checkbox]{width:20px;height:20px;accent-color:var(--prime-gold);cursor:pointer}.quote-form__contact-pref{display:flex;gap:var(--space-3)}.quote-form__pref-btn{flex:1;padding:var(--space-3);background:var(--warm-ivory);border:1.5px solid var(--border-color);border-radius:var(--radius-md);font-size:var(--text-xs);font-weight:600;color:var(--muted-grey);min-height:48px;touch-action:manipulation}.quote-form__pref-btn.selected{background:var(--prime-gold-bg);border-color:var(--prime-gold);color:var(--prime-gold-dark)}.quote-form__actions{display:flex;justify-content:space-between;align-items:center;padding-top:var(--space-3);border-top:1px solid var(--border-color);margin-top:var(--space-3);gap:var(--space-3)}.quote-form__actions .btn{flex:1}.quote-form__disclaimer{font-size:11px;color:var(--light-grey);text-align:center;margin-top:var(--space-2);line-height:1.4}.quote-form__success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-4);padding:var(--space-6) 0}.quote-form__success-title{font-size:var(--text-xl);font-weight:700;color:var(--luxury-charcoal);line-height:1.25;white-space:pre-line}.quote-form__success-body{font-size:var(--text-xs);color:var(--muted-grey);line-height:1.6;max-width:320px;white-space:pre-line}.quote-form__success-ref{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-5);background:var(--warm-ivory);border-radius:var(--radius-pill)}.quote-form__success-ref-label{font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-grey)}.quote-form__success-ref-id{font-size:var(--text-xs);font-weight:700;color:var(--prime-gold)}.quote-form__success-actions{display:flex;flex-direction:column;gap:var(--space-3);align-items:stretch;width:100%;margin-top:var(--space-2)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding-top:calc(var(--nav-height) + var(--space-8));padding-bottom:var(--space-16)}@media(min-width:768px){.hero{padding-top:calc(var(--nav-height) + var(--space-12));padding-bottom:var(--space-12)}}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(/assets/v2/hero.png);background-size:cover;background-position:center right}.hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#f7f6f2eb,#f7f6f2bf,#f7f6f2eb)}@media(min-width:1024px){.hero__bg:after{background:linear-gradient(90deg,#f7f6f2f5,#f7f6f2d1 40%,#f7f6f273,#f7f6f2b3)}}.hero__container{position:relative;z-index:1;display:flex;flex-direction:column;gap:var(--space-10)}@media(min-width:1024px){.hero__container{flex-direction:row;align-items:center;gap:var(--space-12)}}.hero__content{flex:0 0 45%;max-width:560px;opacity:0;transform:translateY(20px);transition:opacity .8s var(--ease-premium),transform .8s var(--ease-premium)}.hero__content--visible{opacity:1;transform:translateY(0)}.hero__label{display:inline-block;margin-bottom:var(--space-6)}.hero__title{margin-bottom:var(--space-6)}.hero__subtitle{max-width:440px;margin-bottom:var(--space-8)}.hero__trust{display:flex;flex-wrap:wrap;gap:var(--space-4);margin-bottom:var(--space-8)}.hero__trust-item{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:500;color:var(--graphite)}.hero__cta{margin-bottom:var(--space-8)}.hero__form-wrapper{flex:0 0 55%;display:flex;justify-content:center;opacity:0;transform:translateY(24px);transition:opacity .8s var(--ease-premium) .2s,transform .8s var(--ease-premium) .2s}.hero__form-wrapper--visible{opacity:1;transform:translateY(0)}@media(min-width:1024px){.hero__form-wrapper{justify-content:flex-end}}@media(max-width:1023px){.hero__container{align-items:stretch}.hero__content{text-align:center;max-width:none;display:flex;flex-direction:column;align-items:center}.hero__subtitle{max-width:480px;margin-inline:auto}.hero__trust{justify-content:center}.hero__form-wrapper{order:-1}}.trust-strip{background:var(--pure-white);padding-block:var(--space-12);border-bottom:1px solid var(--border-color)}.trust-strip__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-8)}@media(min-width:768px){.trust-strip__grid{grid-template-columns:repeat(4,1fr)}}.trust-strip__item{display:flex;flex-direction:column;align-items:center;gap:var(--space-3);text-align:center}.trust-strip__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--prime-gold-bg);border-radius:50%}.trust-strip__label{font-size:var(--text-xs);font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--graphite)}.why-prime{background:var(--warm-ivory)}.why-prime__header{max-width:600px;margin-bottom:var(--space-16)}.why-prime__title{margin-top:var(--space-6);margin-bottom:var(--space-6)}.why-prime__subtitle{max-width:520px}.why-prime__cards{display:grid;grid-template-columns:1fr;gap:var(--space-6)}@media(min-width:768px){.why-prime__cards{grid-template-columns:repeat(3,1fr)}}.why-prime__card{overflow:hidden;border-radius:var(--radius-2xl)}.why-prime__card-image-wrapper{height:260px;position:relative;overflow:hidden}@media(min-width:768px){.why-prime__card-image-wrapper{height:300px}}.why-prime__card-img{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-slow) var(--ease-premium)}.why-prime__card:hover .why-prime__card-img{transform:scale(1.04)}.why-prime__card-number{position:absolute;bottom:var(--space-4);right:var(--space-5);font-family:var(--font-display);font-size:var(--text-4xl);font-weight:700;color:#ffffffd9;text-shadow:0 2px 10px rgba(0,0,0,.3);line-height:1}[dir=rtl] .why-prime__card-number{right:auto;left:var(--space-5)}.why-prime__card-body{padding:var(--space-6) var(--space-6) var(--space-8)}.why-prime__card-title{font-size:var(--text-xl);font-weight:700;color:var(--luxury-charcoal);line-height:1.15;margin-bottom:var(--space-4)}.why-prime__card-desc{font-size:var(--text-sm);line-height:1.6;color:var(--muted-grey)}.services__header{max-width:100%;margin-bottom:var(--space-10)}@media(min-width:480px){.services__header{max-width:500px;margin-bottom:var(--space-12)}}@media(min-width:768px){.services__header{margin-bottom:var(--space-16)}}.services__title{margin-top:var(--space-4)}.services__grid{display:grid;grid-template-columns:1fr;gap:var(--space-4)}@media(min-width:600px){.services__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-5)}}@media(min-width:1024px){.services__grid{grid-template-columns:repeat(3,1fr);gap:var(--space-6)}}.services__card{border-radius:var(--radius-2xl);overflow:hidden}.services__card-image-wrapper{height:200px;position:relative;overflow:hidden}@media(min-width:600px){.services__card-image-wrapper{height:220px}}@media(min-width:768px){.services__card-image-wrapper{height:260px}}@media(min-width:1024px){.services__card-image-wrapper{height:280px}}.services__card-img{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-slow) var(--ease-premium)}.services__card:hover .services__card-img{transform:scale(1.04)}.services__card-num{position:absolute;bottom:var(--space-3);right:var(--space-4);font-family:var(--font-display);font-size:var(--text-3xl);font-weight:700;color:#ffffffd9;text-shadow:0 2px 10px rgba(0,0,0,.3)}@media(min-width:768px){.services__card-num{font-size:var(--text-4xl);bottom:var(--space-4);right:var(--space-5)}}[dir=rtl] .services__card-num{right:auto;left:var(--space-4)}@media(min-width:768px){[dir=rtl] .services__card-num{left:var(--space-5)}}.services__card-body{padding:var(--space-4) var(--space-5)}@media(min-width:600px){.services__card-body{padding:var(--space-5) var(--space-6)}}@media(min-width:768px){.services__card-body{padding:var(--space-6)}}.services__card-title{font-family:var(--font-body);font-size:var(--text-base);font-weight:700;color:var(--luxury-charcoal);margin-bottom:var(--space-2)}@media(min-width:768px){.services__card-title{font-size:var(--text-lg);margin-bottom:var(--space-3)}}.services__card-desc{font-size:var(--text-sm);line-height:1.6;color:var(--muted-grey);margin-bottom:var(--space-4)}@media(min-width:768px){.services__card-desc{margin-bottom:var(--space-5)}}.services__card-cta{font-size:var(--text-sm);font-weight:600;color:var(--luxury-charcoal);display:inline-flex;align-items:center;gap:var(--space-2);min-height:44px;transition:gap var(--duration-normal) var(--ease-premium)}.services__card-cta:hover{gap:var(--space-3)}.mobile-service__grid{display:grid;grid-template-columns:1fr;gap:var(--space-8);align-items:center}@media(min-width:1024px){.mobile-service__grid{grid-template-columns:1fr 1.1fr;gap:var(--space-12)}}.mobile-service__card{background:var(--pure-white);border:1px solid var(--border-color);border-radius:var(--radius-2xl);padding:var(--space-8);box-shadow:var(--shadow-md)}@media(min-width:768px){.mobile-service__card{padding:var(--space-12) var(--space-10)}}.mobile-service__title{margin-top:var(--space-6);margin-bottom:var(--space-6)}.mobile-service__body{margin-bottom:var(--space-8);white-space:pre-line}.mobile-service__visual{height:380px;border-radius:var(--radius-2xl);overflow:hidden;box-shadow:var(--shadow-lg)}@media(min-width:768px){.mobile-service__visual{height:480px}}.mobile-service__img{width:100%;height:100%;object-fit:cover}.how-it-works__header{text-align:center;margin-bottom:var(--space-16)}.how-it-works__grid{display:grid;grid-template-columns:1fr;gap:var(--space-10)}@media(min-width:768px){.how-it-works__grid{grid-template-columns:repeat(4,1fr);gap:var(--space-8)}}.how-it-works__step{text-align:center;position:relative}@media(min-width:768px){.how-it-works__step:not(:last-child):after{content:"";position:absolute;top:36px;right:-16px;width:32px;height:1px;background:var(--border-strong)}[dir=rtl] .how-it-works__step:not(:last-child):after{right:auto;left:-16px}}.how-it-works__num{display:inline-block;font-family:var(--font-display);font-size:var(--text-4xl);font-weight:700;color:var(--prime-gold-secondary);line-height:1;margin-bottom:var(--space-5)}.how-it-works__step-title{font-size:var(--text-xl);font-weight:700;color:var(--luxury-charcoal);margin-bottom:var(--space-3);text-transform:uppercase;letter-spacing:.02em}.how-it-works__step-desc{font-size:var(--text-sm);line-height:1.6;color:var(--muted-grey);max-width:240px;margin-inline:auto}.glass-quality__container{display:grid;grid-template-columns:1fr;gap:var(--space-12);align-items:center}@media(min-width:1024px){.glass-quality__container{grid-template-columns:1fr 1fr;gap:var(--space-16)}}.glass-quality__types{display:flex;flex-direction:column;gap:var(--space-6);margin-top:var(--space-10);margin-bottom:var(--space-10)}.glass-quality__type{padding:var(--space-6);background:var(--pure-white);border:1px solid var(--border-color);border-radius:var(--radius-xl)}.glass-quality__type-badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--prime-gold);background:var(--prime-gold-bg);padding:var(--space-1) var(--space-3);border-radius:var(--radius-pill);margin-bottom:var(--space-3)}.glass-quality__type-full{font-size:var(--text-sm);font-weight:600;color:var(--luxury-charcoal);margin-bottom:var(--space-2)}.glass-quality__type-desc{font-size:var(--text-sm);color:var(--muted-grey);line-height:1.5}.glass-quality__help{padding:var(--space-6);background:var(--prime-gold-bg);border:1px solid var(--prime-gold-border);border-radius:var(--radius-xl)}.glass-quality__help-title{font-size:var(--text-base);font-weight:600;color:var(--luxury-charcoal);margin-bottom:var(--space-2)}.glass-quality__help-desc{font-size:var(--text-sm);color:var(--muted-grey);margin-bottom:var(--space-5)}.glass-quality__image-wrapper{height:400px;border-radius:var(--radius-2xl);overflow:hidden;box-shadow:var(--shadow-lg)}@media(min-width:768px){.glass-quality__image-wrapper{height:520px}}.glass-quality__img{width:100%;height:100%;object-fit:cover}.vehicle-brands__title{text-align:center;margin-bottom:var(--space-12)}.vehicle-brands__marquee{overflow:hidden;margin-bottom:var(--space-12);padding-block:var(--space-4);mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.vehicle-brands__track{display:flex;gap:var(--space-8);animation:marquee 30s linear infinite;width:max-content}[dir=rtl] .vehicle-brands__track{animation-name:marqueeRtl}@media(prefers-reduced-motion:reduce){.vehicle-brands__track{animation:none;flex-wrap:wrap;justify-content:center;width:auto}}.vehicle-brands__brand{font-family:var(--font-body);font-size:clamp(1.2rem,2vw,1.6rem);font-weight:700;letter-spacing:.16em;color:var(--soft-pearl);white-space:nowrap;transition:color .5s;-webkit-user-select:none;user-select:none}.vehicle-brands__marquee:hover .vehicle-brands__brand{color:var(--border-strong)}.vehicle-brands__footer{text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--space-4)}.vehicle-brands__cta-text{font-size:var(--text-base);color:var(--muted-grey)}.gallery__header{margin-bottom:var(--space-12)}.gallery__grid{display:grid;grid-template-columns:1fr;gap:var(--space-6)}@media(min-width:768px){.gallery__grid{grid-template-columns:repeat(2,1fr)}}.gallery__card{border-radius:var(--radius-2xl);overflow:hidden}.gallery__card-image-wrapper{height:320px;position:relative;display:flex;align-items:flex-end;padding:var(--space-6);overflow:hidden}@media(min-width:768px){.gallery__card--tall .gallery__card-image-wrapper{height:420px}.gallery__card--wide .gallery__card-image-wrapper{height:340px}}.gallery__card-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform var(--duration-slow) var(--ease-premium)}.gallery__card:hover .gallery__card-img{transform:scale(1.05)}.gallery__card-overlay{position:relative;z-index:1;background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:var(--space-4) var(--space-6);border-radius:var(--radius-xl);width:100%;border:1px solid var(--border-color);box-shadow:var(--shadow-md)}.gallery__card-location{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--prime-gold);display:block;margin-bottom:var(--space-1)}.gallery__card-title{font-family:var(--font-body);font-size:var(--text-md);font-weight:700;color:var(--luxury-charcoal)}.gallery__card-service{font-size:var(--text-xs);color:var(--muted-grey)}.fleet__grid{display:grid;grid-template-columns:1fr;gap:var(--space-8);align-items:center}@media(min-width:1024px){.fleet__grid{grid-template-columns:1.1fr 1fr;gap:var(--space-12)}}.fleet__visual{height:360px;border-radius:var(--radius-2xl);overflow:hidden;box-shadow:var(--shadow-lg)}@media(min-width:768px){.fleet__visual{height:460px}}.fleet__img{width:100%;height:100%;object-fit:cover}.fleet__content{max-width:540px}.fleet__title{margin-top:var(--space-4);margin-bottom:var(--space-6)}.fleet__subtitle{margin-bottom:var(--space-8)}.fleet__targets{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-bottom:var(--space-10)}.fleet__target-chip{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:var(--pure-white);border:1px solid var(--border-color);border-radius:var(--radius-pill);font-size:var(--text-xs);font-weight:600;color:var(--luxury-charcoal)}.fleet__target-dot{width:6px;height:6px;border-radius:50%;background:var(--prime-gold)}.faq__header{text-align:center;margin-bottom:var(--space-12)}.faq__list{display:flex;flex-direction:column;gap:var(--space-4)}.faq__item{background:var(--warm-ivory);border:1px solid var(--border-color);border-radius:var(--radius-xl);overflow:hidden;transition:all var(--duration-fast)}.faq__item.open{border-color:var(--prime-gold-border);background:var(--pure-white);box-shadow:var(--shadow-md)}.faq__question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:var(--space-5) var(--space-6);font-size:var(--text-md);font-weight:600;color:var(--luxury-charcoal);text-align:start;gap:var(--space-4)}.faq__icon{font-size:var(--text-xl);font-weight:300;color:var(--prime-gold)}.faq__answer{padding:0 var(--space-6) var(--space-6);font-size:var(--text-sm);line-height:1.7;color:var(--muted-grey)}.final-quote{position:relative;overflow:hidden}.final-quote:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/assets/v2/cta_bg.png);background-size:cover;background-position:center;opacity:.18}.final-quote__container{position:relative;z-index:1;display:flex;flex-direction:column;gap:var(--space-10);align-items:center}@media(min-width:1024px){.final-quote__container{flex-direction:row;justify-content:space-between;align-items:center;gap:var(--space-16)}}.final-quote__content{max-width:480px}.final-quote__title{margin-bottom:var(--space-6)}.final-quote__subtitle{white-space:pre-line}.final-quote__form-wrapper{width:100%;max-width:520px}:root{--warm-ivory: #F7F6F2;--pure-white: #FFFFFF;--soft-pearl: #EFEDE7;--luxury-charcoal: #171714;--graphite: #2C2C28;--muted-grey: #6E6D68;--light-grey: #A3A29D;--border-color: #E6E4DD;--border-strong: #D4D1C7;--prime-gold: #B69A62;--prime-gold-dark: #8F7643;--prime-gold-secondary: #CBB178;--prime-gold-bg: rgba(182, 154, 98, .08);--prime-gold-bg-strong: rgba(182, 154, 98, .16);--prime-gold-border: rgba(182, 154, 98, .3);--whatsapp-green: #25D366;--error-red: #D93838;--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-arabic-display: "Noto Serif Arabic", Georgia, serif;--font-arabic-body: "IBM Plex Sans Arabic", "Cairo", sans-serif;--text-xs: clamp(.75rem, 1.8vw, .8125rem);--text-sm: clamp(.8125rem, 2vw, .875rem);--text-base: clamp(.9375rem, 2.2vw, 1rem);--text-md: clamp(1rem, 2.5vw, 1.125rem);--text-lg: clamp(1.125rem, 3vw, 1.375rem);--text-xl: clamp(1.375rem, 3.5vw, 1.75rem);--text-2xl: clamp(1.75rem, 4.5vw, 2.25rem);--text-3xl: clamp(2.25rem, 5.5vw, 3rem);--text-4xl: clamp(2.75rem, 6.5vw, 3.75rem);--text-5xl: clamp(3.25rem, 7.5vw, 4.5rem);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--max-width: 1240px;--max-width-narrow: 800px;--nav-height: 72px;--mobile-bar-height: 60px;--radius-xs: 4px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-2xl: 24px;--radius-3xl: 32px;--radius-pill: 9999px;--shadow-sm: 0 1px 2px rgba(23, 23, 20, .04);--shadow-md: 0 4px 16px rgba(23, 23, 20, .06);--shadow-lg: 0 12px 32px rgba(23, 23, 20, .08);--shadow-xl: 0 20px 48px rgba(23, 23, 20, .1);--shadow-navbar: 0 8px 32px rgba(23, 23, 20, .06);--shadow-form: 0 16px 40px rgba(23, 23, 20, .08);--ease-premium: cubic-bezier(.25, 1, .5, 1);--ease-smooth: cubic-bezier(.4, 0, .2, 1);--duration-fast: .15s;--duration-normal: .3s;--duration-slow: .6s;--duration-form: .4s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{font-family:var(--font-body);font-size:var(--text-base);line-height:1.6;color:var(--luxury-charcoal);background-color:var(--warm-ivory);overflow-x:hidden;min-height:100vh;padding-bottom:calc(var(--mobile-bar-height) + env(safe-area-inset-bottom,0px))}@media(min-width:768px){body{padding-bottom:0}}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:500;line-height:1.15;letter-spacing:-.01em;color:var(--luxury-charcoal)}[dir=rtl] h1,[dir=rtl] h2,[dir=rtl] h3,[dir=rtl] h4,[dir=rtl] h5,[dir=rtl] h6{font-family:var(--font-arabic-display)}p{color:var(--muted-grey)}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit;-webkit-tap-highlight-color:transparent}img,video{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:var(--space-4)}@media(min-width:480px){.container{padding-inline:var(--space-6)}}@media(min-width:768px){.container{padding-inline:var(--space-8)}}.container-narrow{max-width:var(--max-width-narrow)}.section-padding{padding-block:var(--space-12)}@media(min-width:768px){.section-padding{padding-block:var(--space-20)}}.bg-ivory{background-color:var(--warm-ivory)}.bg-white{background-color:var(--pure-white)}.bg-pearl{background-color:var(--soft-pearl)}.text-label{font-family:var(--font-body);font-size:var(--text-xs);font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--prime-gold);display:block}.text-hero{font-family:var(--font-display);font-size:var(--text-4xl);font-weight:500;line-height:1.1;color:var(--luxury-charcoal)}@media(min-width:768px){.text-hero{font-size:var(--text-5xl)}}.text-section-title{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:500;line-height:1.15;color:var(--luxury-charcoal)}@media(min-width:768px){.text-section-title{font-size:var(--text-3xl)}}.text-body{font-size:var(--text-base);line-height:1.65;color:var(--muted-grey)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-3);padding:var(--space-3) var(--space-6);border-radius:var(--radius-pill);font-size:var(--text-sm);font-weight:600;letter-spacing:.04em;text-transform:uppercase;transition:all var(--duration-normal) var(--ease-premium);white-space:nowrap;min-height:48px;touch-action:manipulation}.btn-primary{background:var(--luxury-charcoal);color:var(--pure-white)}.btn-primary:hover{background:var(--graphite);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-gold{background:var(--prime-gold);color:var(--pure-white)}.btn-gold:hover{background:var(--prime-gold-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{background:var(--pure-white);color:var(--luxury-charcoal);border:1px solid var(--border-strong)}.btn-secondary:hover{background:var(--soft-pearl);border-color:var(--luxury-charcoal)}.btn-ghost{background:transparent;color:var(--muted-grey)}.btn-ghost:hover{color:var(--luxury-charcoal)}.btn-whatsapp{background:var(--whatsapp-green);color:var(--pure-white)}.btn-whatsapp:hover{background:#20ba5a;box-shadow:var(--shadow-md)}.btn-arrow{display:inline-block;color:var(--prime-gold);transition:transform var(--duration-normal) var(--ease-premium)}.btn:hover .btn-arrow{transform:translate(3px)}[dir=rtl] .btn:hover .btn-arrow{transform:translate(-3px)}.card{background:var(--pure-white);border:1px solid var(--border-color);border-radius:var(--radius-xl);transition:all var(--duration-normal) var(--ease-premium)}.card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-lg)}.form-field{width:100%;padding:var(--space-4) var(--space-5);background:var(--warm-ivory);border:1.5px solid var(--border-color);border-radius:var(--radius-md);font-size:16px;color:var(--luxury-charcoal);transition:all var(--duration-fast) var(--ease-smooth);min-height:48px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-field:focus{border-color:var(--prime-gold);box-shadow:0 0 0 3px var(--prime-gold-bg);background:var(--pure-white);outline:none}.form-field::placeholder{color:var(--light-grey)}.form-select{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%206E6D68' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}[dir=rtl] .form-select{background-position:left 1rem center;padding-right:var(--space-5);padding-left:2.5rem}.form-label{display:block;font-size:var(--text-xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-grey);margin-bottom:var(--space-2)}.form-error{font-size:var(--text-xs);color:var(--error-red);margin-top:var(--space-1)}.reveal{opacity:1;transform:translateY(0);transition:opacity .7s var(--ease-premium),transform .7s var(--ease-premium)}.reveal-stagger>*{opacity:1;transform:translateY(0);transition:opacity .5s var(--ease-premium),transform .5s var(--ease-premium)}.desktop-only-flex,.desktop-only{display:none!important}.mobile-only{display:flex!important}@media(min-width:768px){.desktop-only-flex{display:flex!important}.desktop-only{display:block!important}.mobile-only{display:none!important}}.skip-link{position:absolute;top:-100px;left:50%;transform:translate(-50%);background:var(--luxury-charcoal);color:var(--pure-white);padding:var(--space-3) var(--space-6);border-radius:var(--radius-pill);z-index:9999;font-size:var(--text-sm);font-weight:600;transition:top var(--duration-fast)}.skip-link:focus{top:var(--space-4)}
