:root{--navy:#1c2f4f;--navy-dark:#16263f;--gold:#b9924c;--gold-dark:#a47f3e;--text:#3b3f47;--text-light:#6b7280;--bg:#fff;--bg-soft:#f6f7f9;--border:#e3e6ea;--shadow:0 10px 30px #1c2f4f1f;--font:"Segoe UI", Arial, system-ui, sans-serif;font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{direction:rtl;margin:0}h1,h2,h3{font-family:var(--font);color:var(--navy);margin:0}p{margin:0}ul{margin:0;padding:0;list-style:none}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer}img{max-width:100%;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.header{background:var(--bg);border-bottom:1px solid var(--border)}.header__inner{justify-content:flex-start;align-items:center;padding:16px 24px;display:flex}.header__brand{align-items:center;gap:14px;display:flex}.header__brand-text{text-align:right;flex-direction:column;align-items:flex-end;line-height:1.4;display:flex}.header__name{color:var(--navy);font-size:22px;font-weight:700}.header__tagline{color:var(--text-light);font-size:14px}.header__logo{object-fit:contain;width:52px;height:52px}.hero{background:var(--navy);direction:ltr;align-items:stretch;gap:0;min-height:320px;display:flex;overflow:hidden}.hero__photos{flex:0 0 26%;grid-template-rows:1fr 1fr;grid-template-columns:1.1fr 1fr;gap:6px;min-width:0;padding:6px;display:grid}.hero__photo{object-fit:cover;border-radius:8px;width:100%;height:100%}.hero__photo--main{grid-row:1/3}.hero__panel{text-align:right;color:#fff;direction:rtl;flex-direction:column;flex:auto;justify-content:center;align-items:flex-end;gap:20px;padding:36px 48px;display:flex}.hero__heading{flex-direction:row-reverse;align-items:center;gap:16px;display:flex}.hero__badge-circle{background:#b9924c29;border:1px solid #b9924c66;border-radius:50%;flex:none;justify-content:center;align-items:center;width:clamp(40px,6vw,56px);height:clamp(40px,6vw,56px);display:flex}.hero__badge{width:55%;height:55%;color:var(--gold)}.hero__title{color:var(--gold);letter-spacing:-.01em;font-size:clamp(26px,3.6vw,40px);font-weight:800;line-height:1.4}.hero__subtitle{color:#ffffffeb;font-size:clamp(16px,1.8vw,20px)}.hero__office{object-fit:cover;flex:0 0 26%;width:100%;min-width:0;height:100%}@media (width<=860px){.hero{direction:rtl;flex-direction:column}.hero__panel{text-align:right;order:-1;align-items:flex-end;padding:28px}.hero__title{font-size:24px}.hero__photos{aspect-ratio:3/2;flex:none;grid-template-rows:none;grid-template-columns:repeat(3,1fr)}.hero__photo--main{grid-row:auto}.hero__office{display:none}}.services{background:var(--bg);padding:56px 0 40px}.services__heading{text-align:center;margin-bottom:28px;font-size:24px;font-weight:700}.services__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.service-card{text-align:center;border:1px solid var(--border);background:var(--bg-soft);border-radius:14px;flex-direction:column;align-items:center;gap:12px;padding:28px 20px;transition:box-shadow .2s,transform .2s;display:flex}.service-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.service-card__icon{object-fit:cover;border-radius:50%;width:64px;height:64px}.service-card__title{font-size:17px;font-weight:700}.service-card__description{color:var(--text-light);font-size:15px;line-height:1.6}@media (width<=760px){.services__grid{grid-template-columns:1fr}}.why-us{text-align:center;padding:8px 0 40px}.why-us__heading{margin-bottom:10px;font-size:22px;font-weight:700}.why-us__list{color:var(--text-light);flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;font-size:16px;display:flex}.why-us__item{align-items:center;gap:8px;display:flex}.why-us__divider{color:var(--gold)}.testimonials{background:var(--bg-soft);padding:56px 0 48px}.testimonials__heading{text-align:center;margin-bottom:32px;font-size:24px;font-weight:700}.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.testimonial-card{background:var(--bg);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:14px;padding:28px 24px 24px;transition:box-shadow .2s,transform .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #1c2f4f0f}.testimonial-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.testimonial-card__quote-mark{color:var(--gold);opacity:.18;-webkit-user-select:none;user-select:none;pointer-events:none;font-family:Georgia,serif;font-size:80px;line-height:1;position:absolute;top:-2px;right:18px}.testimonial-card__text{color:var(--text);flex:1;padding-top:8px;font-size:15px;line-height:1.75}.testimonial-card__stars{flex-direction:row-reverse;gap:3px;display:flex}.testimonial-card__star{width:16px;height:16px;color:var(--gold)}.testimonial-card__author{border-top:1px solid var(--border);align-items:center;gap:12px;padding-top:4px;display:flex}.testimonial-card__avatar{color:#fff;letter-spacing:.02em;border-radius:50%;flex:none;justify-content:center;align-items:center;width:42px;height:42px;font-size:13px;font-weight:700;display:flex}.testimonial-card__meta{flex-direction:column;gap:2px;display:flex}.testimonial-card__name{color:var(--navy);font-size:14px;font-weight:700}.testimonial-card__role{color:var(--text-light);font-size:12px}@media (width<=760px){.testimonials__grid{grid-template-columns:1fr}}.contact{padding-bottom:48px}.contact__card{background:var(--navy);text-align:center;border-radius:14px;flex-direction:column;align-items:center;gap:18px;padding:28px 32px 32px;display:flex}.contact__heading{color:#fff;font-size:19px;font-weight:700}.contact__form{flex-direction:column;gap:12px;width:100%;max-width:560px;display:flex}.contact__fields{gap:12px;display:flex}.contact__input{text-align:right;min-width:0;color:var(--text);background:#fff;border:none;border-radius:8px;outline:none;flex:1;min-height:48px;padding:0 16px;font-family:inherit;font-size:15px;transition:box-shadow .15s}.contact__input:focus{box-shadow:0 0 0 2px #b9924c80}.contact__input:disabled{opacity:.6}.contact__submit{background:var(--gold);width:100%;min-height:48px;color:var(--navy-dark);cursor:pointer;border:none;border-radius:8px;font-family:inherit;font-size:15px;font-weight:700;transition:background .2s,opacity .2s}.contact__submit:hover:not(:disabled){background:var(--gold-dark)}.contact__submit:disabled{opacity:.7;cursor:not-allowed}.contact__error{color:#fca5a5;text-align:center;font-size:13px}.contact__success{flex-direction:column;align-items:center;gap:12px;width:100%;max-width:560px;padding:8px 0;display:flex}.contact__success-icon{width:48px;height:48px;color:var(--gold)}.contact__success-text{color:#fff;font-size:16px;font-weight:600}.contact__reset{color:var(--gold);cursor:pointer;background:0 0;border:1px solid #b9924c80;border-radius:8px;padding:8px 20px;font-family:inherit;font-size:14px;transition:background .2s}.contact__reset:hover{background:#b9924c1a}.contact__details{flex-wrap:wrap;gap:12px;width:100%;max-width:560px;display:flex}.contact__detail{background:var(--gold);height:48px;color:var(--navy-dark);border-radius:8px;flex:220px;justify-content:center;align-items:center;gap:10px;font-size:15px;font-weight:600;transition:background .2s;display:flex}.contact__detail:hover{background:var(--gold-dark)}.contact__detail-icon{flex:none;width:18px;height:18px}.contact__detail--phones{cursor:default}.contact__phones{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;display:flex}.contact__phone-link{color:inherit;white-space:nowrap;font-weight:600;text-decoration:none}.contact__phone-link:hover{text-decoration:underline}.contact__phone-sep{opacity:.6}@media (width<=600px){.contact__fields{flex-direction:column}}.footer{border-top:1px solid var(--border);background:var(--bg);padding:24px 0 32px}.footer__inner{text-align:center;flex-direction:column;align-items:center;gap:6px;display:flex}.footer__line{color:var(--navy);font-size:16px;font-weight:700}.footer__copy{color:var(--text-light);font-size:13px}
