:root{--navy:#0e2a47;--navy-light:#16385c;--navy-dark:#0a1420;--navy-darker:#0a1f36;--gold:#c9a227;--whatsapp:#25d366;--danger:#d9534f;--danger-light:#f2a19e;--bg:#f5f6f8;--text:#1b2733;--text-muted:#4a5a68;--text-muted-2:#5b6b7c;--border:#e1e6ec}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Tajawal,sans-serif}a{color:var(--navy);text-decoration:none}a:hover{color:var(--gold)}button{font-family:inherit}::selection{background:var(--gold);color:#fff}.app{width:100%;min-height:100vh}@keyframes modalIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.site-header{z-index:40;background:var(--navy);position:sticky;top:0;box-shadow:0 2px 12px #00000026}.site-header__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;max-width:1400px;margin:0 auto;padding:18px 40px;display:flex}.site-header__brand{align-items:center;gap:14px;display:flex}.site-header__logo{object-fit:contain;width:auto;height:64px}.site-header__brand-name{color:#fff;font-size:24px;font-weight:800;line-height:1.1}.site-header__brand-tag{color:#b8c4d1;font-size:14px}.site-header__nav{flex-wrap:wrap;align-items:center;gap:28px;display:flex}.site-header__nav a{color:#e8edf2;font-size:16px;font-weight:500}.site-header__actions{align-items:center;gap:12px;display:flex}.site-search{background:var(--navy-light);border-radius:24px;align-items:center;gap:10px;min-width:220px;padding:10px 18px;display:flex}.site-search input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:15px}.site-search input::placeholder{color:#9fb1c2}.btn-complaint{border:1.5px solid var(--danger);color:var(--danger-light);cursor:pointer;white-space:nowrap;background:0 0;border-radius:22px;padding:10px 20px;font-family:inherit;font-size:15px;font-weight:700}.btn-whatsapp{background:var(--whatsapp);color:#fff;white-space:nowrap;cursor:pointer;border:none;border-radius:22px;align-items:center;gap:8px;padding:10px 22px;font-size:15px;font-weight:700;display:flex}.btn-whatsapp:hover{color:#fff;opacity:.92}.hero{align-items:center;min-height:620px;padding:0;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity 1.2s;position:absolute;inset:0}.hero__bg img.is-active{opacity:1}.hero__scrim{background:linear-gradient(90deg,#0a1423e0 0%,#0a1423b8 45%,#0a142359 100%);position:absolute;inset:0}.hero__inner{z-index:1;box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto;padding:110px 40px;position:relative}.hero__content{max-width:640px}.hero__badge{color:#fff;background:#ffffff1f;border-radius:20px;margin-bottom:24px;padding:8px 18px;font-size:14px;font-weight:700;display:inline-block}.hero__title{color:#fff;margin:0 0 24px;font-size:52px;font-weight:800;line-height:1.25}.hero__title span{color:var(--gold)}.hero__text{color:#dce4ec;max-width:560px;margin:0 0 36px;font-size:19px;line-height:1.8}.hero__actions{flex-wrap:wrap;gap:16px;display:flex}.btn-gold{background:var(--gold);color:var(--navy);border-radius:10px;padding:16px 34px;font-size:17px;font-weight:700}.btn-outline-light{color:#fff;background:0 0;border:2px solid #fff;border-radius:10px;padding:14px 34px;font-size:17px;font-weight:700}.products-section{background:var(--navy-dark);padding:80px 40px}.products-section__inner{max-width:1400px;margin:0 auto}.section-head{text-align:center;margin-bottom:48px}.section-head h2{color:#fff;margin:0 0 12px;font-size:38px;font-weight:800}.section-head p{color:#9fb1c2;margin:0;font-size:17px}.product-scroll{scrollbar-width:none;-ms-overflow-style:none;gap:24px;padding-bottom:4px;display:flex;overflow-x:auto}.product-scroll::-webkit-scrollbar{display:none}.product-card{background:#111d2e;border-radius:18px;flex-direction:column;flex:0 0 300px;display:flex;overflow:hidden}.product-card__img{background:#16233a;width:100%;height:auto;display:block}.product-card__body{flex-direction:column;flex:1;gap:14px;padding:24px;display:flex}.product-card__name{color:#fff;margin-bottom:6px;font-size:19px;font-weight:700}.product-card__meta{color:#8ea0b3;font-size:14px}.product-card__price{color:var(--gold);font-size:22px;font-weight:800}.product-card__actions{flex-direction:column;gap:10px;margin-top:auto;display:flex}.btn-outline-dark{color:#fff;cursor:pointer;background:0 0;border:1.5px solid #2a3d54;border-radius:10px;width:100%;padding:12px;font-family:inherit;font-size:15px;font-weight:700}.btn-gold-block{box-sizing:border-box;text-align:center;background:var(--gold);width:100%;color:var(--navy);border-radius:10px;padding:12px;font-size:15px;font-weight:700}.empty-state{text-align:center;color:#8ea0b3;padding:56px 24px;font-size:17px}.empty-state strong{color:#fff;margin-bottom:8px;font-size:20px;display:block}.about-section{grid-template-columns:.9fr 1.1fr;align-items:center;gap:60px;max-width:1400px;margin:0 auto;padding:90px 40px;display:grid}.about-photo{object-fit:cover;background:#dfe4ea;border-radius:20px;width:100%;height:400px}.about-section h2{color:var(--navy);margin:0 0 24px;font-size:36px;font-weight:800}.about-section p{color:var(--text-muted);margin:0 0 32px;font-size:18px;line-height:1.9}.about-stats{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.about-stat{text-align:center;background:#fff;border-radius:14px;padding:20px 12px}.about-stat__value{color:var(--gold);margin-bottom:6px;font-size:30px;font-weight:800}.about-stat__label{color:var(--text-muted-2);font-size:14px}.reviews-section{background:var(--navy);padding:90px 40px}.reviews-section__inner{max-width:1400px;margin:0 auto}.reviews-section h2{color:#fff;text-align:center;margin:0 0 56px;font-size:36px;font-weight:800}.reviews-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.review-card{background:var(--navy-light);border-radius:16px;padding:32px}.review-card__stars{color:var(--gold);letter-spacing:2px;margin-bottom:16px;font-size:18px}.review-card__text{color:#dce4ec;margin:0 0 20px;font-size:16px;line-height:1.8}.review-card__name{color:#fff;font-size:15px;font-weight:700}.location-section{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1400px;margin:0 auto;padding:90px 40px;display:grid}.location-section h2{color:var(--navy);margin:0 0 24px;font-size:36px;font-weight:800}.location-row{gap:16px;margin-bottom:24px;display:flex}.location-row__icon{background:#eef2f6;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.location-row__title{color:var(--navy);margin-bottom:4px;font-size:18px;font-weight:700}.location-row__text{color:var(--text-muted-2);font-size:16px;line-height:1.7}.location-cta{background:var(--whatsapp);color:#fff;border-radius:10px;align-items:center;gap:10px;margin-top:8px;padding:14px 30px;font-size:16px;font-weight:700;display:inline-flex}.location-cta:hover{color:#fff}.location-map{border-radius:20px;width:100%;height:340px;overflow:hidden}.location-map iframe{border:0;width:100%;height:100%}.site-footer{background:var(--navy-darker);padding:56px 40px 32px}.site-footer__inner{max-width:1400px;margin:0 auto}.footer-grid{border-bottom:1px solid #1c3b5c;grid-template-columns:2fr 1fr 1fr;gap:40px;padding-bottom:40px;display:grid}.footer-brand{color:#fff;margin-bottom:12px;font-size:22px;font-weight:800}.footer-tagline{color:#8ea0b3;max-width:340px;font-size:15px;line-height:1.8}.footer-col-title{color:#fff;margin-bottom:16px;font-size:16px;font-weight:700}.footer-links{flex-direction:column;gap:10px;display:flex}.footer-links a,.footer-link-btn{color:#8ea0b3;font-size:15px}.footer-link-btn{text-align:right;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit}.footer-contacts{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.footer-contact-icon{color:#cfd8e3;background:#ffffff0f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,color .2s;display:flex}.footer-contact-icon:hover{background:var(--gold);color:var(--navy)}.footer-complaint-link{display:inline-block}.site-footer__bottom{text-align:center;color:#5b7085;padding-top:24px;font-size:14px}.floating-whatsapp{background:var(--whatsapp);z-index:50;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:fixed;bottom:32px;left:32px;box-shadow:0 6px 20px #00000040}.modal-overlay{z-index:100;background:#0a142399;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:20px;width:100%;max-width:480px;padding:40px;animation:.25s modalIn}.modal__header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.modal__header h3{color:var(--navy);margin:0;font-size:24px;font-weight:800}.modal__close{width:36px;height:36px;color:var(--text-muted-2);cursor:pointer;background:#f0f2f5;border:none;border-radius:50%;font-size:18px}.modal__success{text-align:center;padding:24px 0}.modal__success-icon{margin-bottom:16px;font-size:44px}.modal__success-title{color:var(--navy);margin-bottom:8px;font-size:18px;font-weight:700}.modal__success-text{color:var(--text-muted-2);font-size:15px}.form-label{color:var(--navy);margin-bottom:8px;font-size:14px;font-weight:700;display:block}.form-input,.form-textarea,.form-select{box-sizing:border-box;border:1.5px solid var(--border);border-radius:10px;outline:none;width:100%;margin-bottom:18px;padding:12px 16px;font-family:inherit;font-size:15px}.form-textarea{resize:none}.form-select{color:inherit;background:#fff}.form-select:disabled{opacity:.6}.form-row{gap:12px;display:flex}.form-row>div{flex:1;min-width:0}@media (width<=480px){.form-row{flex-direction:column;gap:0}}.form-error{color:var(--danger);margin:-8px 0 16px;font-size:14px}.btn-submit{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;padding:16px;font-family:inherit;font-size:16px;font-weight:700}.btn-submit:disabled{opacity:.6;cursor:default}@media (width<=860px){.site-header__inner{padding:14px 20px!important}.site-header__nav{display:none!important}.site-header__actions{gap:8px!important}.site-search{flex:auto!important;min-width:0!important}.site-search input{width:100%!important}.btn-whatsapp span{display:none}.hero{min-height:520px!important}.hero__inner{padding:70px 20px!important}.hero__title{font-size:34px!important}.hero__text{font-size:16px!important}.products-section,.reviews-section{padding:56px 20px!important}.about-section{grid-template-columns:1fr!important;gap:32px!important;padding:56px 20px!important}.about-section h2{font-size:28px!important}.reviews-grid{grid-template-columns:1fr!important}.location-section{grid-template-columns:1fr!important;gap:32px!important;padding:56px 20px!important}.footer-grid{grid-template-columns:1fr!important;gap:28px!important}.modal{padding:28px!important}}
