/* UNIFEX GLOBAL — brand layer */
:root{
  --ux-navy:#1B2A4A; --ux-navy-2:#121D34; --ux-navy-soft:#2A3D63;
  --ux-gold:#C9A24D; --ux-gold-2:#E0BE72; --ux-gold-soft:#F3E9D4;
  --ux-ink:#1A1F2B; --ux-body:#4A5568; --ux-line:#E4E7EC;
  --ux-bg:#FFFFFF; --ux-bg-2:#F7F8FA;
  --ux-max:1200px;
}

.ux *{box-sizing:border-box}
.ux{font-family:'Tajawal','Segoe UI',system-ui,sans-serif;color:var(--ux-body);line-height:1.85;direction:rtl}
.ux img{max-width:100%;height:auto;display:block}
.ux h1,.ux h2,.ux h3,.ux h4{color:var(--ux-navy);font-weight:800;line-height:1.35;margin:0}
.ux p{margin:0 0 1rem}
.ux-wrap{max-width:var(--ux-max);margin:0 auto;padding:0 20px}
.ux-ltr{direction:ltr;unicode-bidi:embed;display:inline-block}

/* ---------- section frame ---------- */
.ux-sec{padding:88px 0}
.ux-sec--alt{background:var(--ux-bg-2)}
.ux-head{text-align:center;max-width:760px;margin:0 auto 54px}
.ux-kicker{display:inline-block;font-size:.82rem;font-weight:700;letter-spacing:.14em;
  color:var(--ux-gold);text-transform:uppercase;margin-bottom:14px}
.ux-head h2{font-size:clamp(1.7rem,3.4vw,2.5rem);margin-bottom:16px}
.ux-head p{font-size:1.06rem;margin:0}
.ux-rule{width:64px;height:3px;background:var(--ux-gold);margin:18px auto 0;border-radius:2px}

/* ---------- hero ---------- */
.ux-hero{position:relative;min-height:640px;display:flex;align-items:center;
  background:var(--ux-navy) center/cover no-repeat;overflow:hidden}
.ux-hero::after{content:"";position:absolute;inset:0;
  background:linear-gradient(275deg,rgba(18,29,52,.42) 0%,rgba(18,29,52,.86) 58%,rgba(18,29,52,.95) 100%)}
.ux-hero__in{position:relative;z-index:2;max-width:var(--ux-max);margin:0 auto;padding:96px 20px;width:100%}
.ux-hero__box{max-width:680px}
.ux-hero__tag{display:inline-flex;align-items:center;gap:9px;background:rgba(201,162,77,.16);
  border:1px solid rgba(201,162,77,.42);color:var(--ux-gold-2);font-size:.85rem;font-weight:700;
  padding:8px 18px;border-radius:100px;margin-bottom:26px}
.ux-hero h1{color:#fff;font-size:clamp(2rem,5vw,3.4rem);line-height:1.24;margin-bottom:22px}
.ux-hero h1 span{color:var(--ux-gold-2)}
.ux-hero__lead{color:#D6DEEC;font-size:clamp(1rem,1.6vw,1.2rem);margin-bottom:36px;max-width:600px}
.ux-cta{display:flex;flex-wrap:wrap;gap:14px}

.ux-btn{display:inline-flex;align-items:center;gap:9px;font-weight:700;font-size:1rem;
  padding:15px 34px;border-radius:8px;text-decoration:none;transition:.22s;border:2px solid transparent;cursor:pointer}
.ux-btn--gold{background:var(--ux-gold);color:#15213A;border-color:var(--ux-gold)}
.ux-btn--gold:hover{background:var(--ux-gold-2);border-color:var(--ux-gold-2);color:#15213A;transform:translateY(-2px)}
.ux-btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.45)}
.ux-btn--ghost:hover{background:#fff;color:var(--ux-navy);border-color:#fff}
.ux-btn--navy{background:var(--ux-navy);color:#fff;border-color:var(--ux-navy)}
.ux-btn--navy:hover{background:var(--ux-navy-soft);border-color:var(--ux-navy-soft);color:#fff;transform:translateY(-2px)}

/* ---------- stats ---------- */
.ux-stats{background:var(--ux-navy-2);padding:0}
.ux-stats__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.ux-stat{padding:40px 20px;text-align:center;border-left:1px solid rgba(255,255,255,.09)}
.ux-stat:last-child{border-left:0}
.ux-stat b{display:block;color:var(--ux-gold-2);font-size:2.3rem;font-weight:800;line-height:1.1;margin-bottom:6px}
.ux-stat span{color:#AFBCD1;font-size:.94rem}

/* ---------- split ---------- */
.ux-split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.ux-split__media img{border-radius:14px;box-shadow:0 22px 50px rgba(19,30,52,.16)}
.ux-split h2{font-size:clamp(1.6rem,3.2vw,2.3rem);margin-bottom:20px}
.ux-list{list-style:none;padding:0;margin:26px 0 0}
.ux-list li{position:relative;padding-right:32px;margin-bottom:13px;color:var(--ux-ink);font-weight:600}
.ux-list li::before{content:"";position:absolute;right:0;top:9px;width:16px;height:16px;border-radius:50%;
  background:var(--ux-gold-soft);border:2px solid var(--ux-gold)}

/* ---------- cards ---------- */
.ux-grid{display:grid;gap:28px}
.ux-grid--3{grid-template-columns:repeat(3,1fr)}
.ux-grid--4{grid-template-columns:repeat(4,1fr)}

.ux-card{background:#fff;border:1px solid var(--ux-line);border-radius:14px;overflow:hidden;
  display:flex;flex-direction:column;transition:.25s}
.ux-card:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(19,30,52,.13);border-color:transparent}
.ux-card__img{aspect-ratio:16/10;overflow:hidden;background:var(--ux-bg-2)}
.ux-card__img img{width:100%;height:100%;object-fit:cover;transition:.5s}
.ux-card:hover .ux-card__img img{transform:scale(1.06)}
.ux-card__body{padding:26px 24px 28px;flex:1;display:flex;flex-direction:column}
.ux-card__body h3{font-size:1.22rem;margin-bottom:11px}
.ux-card__body p{font-size:.97rem;margin:0 0 18px;flex:1}
.ux-more{color:var(--ux-navy);font-weight:700;font-size:.94rem;text-decoration:none;
  display:inline-flex;align-items:center;gap:7px;transition:.2s}
.ux-more::after{content:"←";color:var(--ux-gold);transition:.22s}
.ux-more:hover{color:var(--ux-gold)}
.ux-more:hover::after{transform:translateX(-5px)}

/* ---------- product ---------- */
.ux-prod{background:#fff;border:1px solid var(--ux-line);border-radius:14px;padding:30px 26px;
  text-align:center;transition:.25s;display:flex;flex-direction:column;height:100%}
.ux-prod:hover{border-color:var(--ux-gold);box-shadow:0 18px 40px rgba(19,30,52,.12);transform:translateY(-5px)}
.ux-prod__img{height:210px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.ux-prod__img img{max-height:100%;width:auto;object-fit:contain}
.ux-prod h3{font-size:1.13rem;margin-bottom:8px}
.ux-prod__meta{font-size:.9rem;color:var(--ux-body);margin-bottom:18px;flex:1}
.ux-badge{display:inline-block;background:var(--ux-gold-soft);color:#8A6B21;font-size:.76rem;
  font-weight:700;padding:5px 13px;border-radius:100px;margin-bottom:12px}

/* ---------- feature (why us) ---------- */
.ux-feat{text-align:center;padding:34px 22px}
.ux-feat__n{width:56px;height:56px;margin:0 auto 18px;border-radius:50%;background:var(--ux-navy);
  color:var(--ux-gold-2);display:flex;align-items:center;justify-content:center;
  font-size:1.25rem;font-weight:800}
.ux-feat h3{font-size:1.1rem;margin-bottom:10px}
.ux-feat p{font-size:.95rem;margin:0}

/* ---------- band ---------- */
.ux-band{background:linear-gradient(255deg,var(--ux-navy-soft),var(--ux-navy-2));color:#fff;
  padding:74px 0;text-align:center}
.ux-band h2{color:#fff;font-size:clamp(1.6rem,3.2vw,2.2rem);margin-bottom:16px}
.ux-band p{color:#C6D1E2;font-size:1.06rem;max-width:660px;margin:0 auto 32px}
.ux-band .ux-cta{justify-content:center}

/* ---------- markets ---------- */
.ux-mk{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:14px}
.ux-mk div{background:#fff;border:1px solid var(--ux-line);border-radius:11px;padding:22px 12px;
  text-align:center;font-weight:700;color:var(--ux-navy);transition:.22s}
.ux-mk div:hover{border-color:var(--ux-gold);color:var(--ux-gold);transform:translateY(-3px)}

/* ---------- responsive ---------- */
@media(max-width:991px){
  .ux-sec{padding:64px 0}
  .ux-split{grid-template-columns:1fr;gap:38px}
  .ux-grid--3,.ux-grid--4{grid-template-columns:repeat(2,1fr)}
  .ux-stats__grid{grid-template-columns:repeat(2,1fr)}
  .ux-stat:nth-child(2){border-left:0}
  .ux-stat{border-bottom:1px solid rgba(255,255,255,.09)}
  .ux-mk{grid-template-columns:repeat(3,1fr)}
  .ux-hero{min-height:520px}
}
@media(max-width:575px){
  .ux-grid--3,.ux-grid--4,.ux-stats__grid{grid-template-columns:1fr}
  .ux-mk{grid-template-columns:repeat(2,1fr)}
  .ux-stat{border-left:0}
  .ux-btn{width:100%;justify-content:center}
  .ux-hero__in{padding:64px 20px}
}

/* ---------- header ---------- */
.ast-primary-header-bar,.main-header-bar{border-bottom:1px solid var(--ux-line)!important}
.site-title,.site-title a{font-family:'Tajawal',sans-serif!important;font-weight:900!important;
  letter-spacing:.02em;color:var(--ux-navy)!important}
.site-title a:hover{color:var(--ux-gold)!important}
.ast-site-identity .site-description{color:var(--ux-gold)!important;font-weight:600!important}
.main-header-menu .menu-link{font-family:'Tajawal',sans-serif!important;font-weight:700!important;
  font-size:1rem!important;color:var(--ux-navy)!important}
.main-header-menu .menu-link:hover,.main-header-menu .current-menu-item>.menu-link{color:var(--ux-gold)!important}

/* ---------- footer ---------- */
.ux-foot{background:var(--ux-navy-2);color:#AFBCD1;padding:76px 0 0;font-size:.97rem}
.ux-foot__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:44px;padding-bottom:52px}
.ux-foot__logo{font-size:1.6rem;font-weight:900;color:#fff;letter-spacing:.03em;margin-bottom:16px}
.ux-foot__logo span{color:var(--ux-gold)}
.ux-foot__brand p{color:#9AA9C1;line-height:1.9;margin-bottom:18px}
.ux-foot__badge{display:inline-block;background:rgba(201,162,77,.14);border:1px solid rgba(201,162,77,.4);
  color:var(--ux-gold-2);font-size:.84rem;font-weight:700;padding:8px 16px;border-radius:100px}
.ux-foot__col h4{color:#fff;font-size:1.05rem;font-weight:800;margin:0 0 20px;position:relative;padding-bottom:12px}
.ux-foot__col h4::after{content:"";position:absolute;right:0;bottom:0;width:32px;height:2px;background:var(--ux-gold)}
.ux-foot__col ul{list-style:none;padding:0;margin:0}
.ux-foot__col li{margin-bottom:11px}
.ux-foot__col a{color:#AFBCD1;text-decoration:none;transition:.2s}
.ux-foot__col a:hover{color:var(--ux-gold-2);padding-right:5px}
.ux-foot__cta{margin-top:20px;padding:12px 26px!important;font-size:.94rem!important}
.ux-foot__bar{border-top:1px solid rgba(255,255,255,.09);padding:24px 0;display:flex;
  justify-content:space-between;flex-wrap:wrap;gap:12px;color:#7F8FA8;font-size:.9rem}
.ast-small-footer,.site-below-footer-wrap,.site-primary-footer-wrap{display:none!important}

/* ---------- floating buttons ---------- */
.ux-float{position:fixed;left:20px;bottom:20px;z-index:9990;display:flex;flex-direction:column;gap:11px}
.ux-float a{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  box-shadow:0 6px 20px rgba(0,0,0,.22);transition:.22s}
.ux-float a:hover{transform:scale(1.08)}
.ux-float .wa{background:#25D366}
.ux-float .ph{background:var(--ux-navy)}
.ux-float svg{width:26px;height:26px;fill:#fff}

@media(max-width:991px){
  .ux-foot__grid{grid-template-columns:1fr 1fr;gap:34px}
}
@media(max-width:575px){
  .ux-foot__grid{grid-template-columns:1fr}
  .ux-foot__bar{flex-direction:column;text-align:center}
  .ux-float{left:14px;bottom:14px}
  .ux-float a{width:48px;height:48px}
}

/* ---------- inner page hero ---------- */
.ux-phero{position:relative;background:var(--ux-navy) center/cover no-repeat;padding:96px 0 84px;overflow:hidden}
.ux-phero::after{content:"";position:absolute;inset:0;
  background:linear-gradient(275deg,rgba(18,29,52,.72) 0%,rgba(18,29,52,.93) 100%)}
.ux-phero__in{position:relative;z-index:2;max-width:var(--ux-max);margin:0 auto;padding:0 20px}
.ux-phero h1{color:#fff;font-size:clamp(1.8rem,4vw,2.9rem);margin-bottom:16px}
.ux-phero p{color:#C6D1E2;font-size:1.08rem;max-width:720px;margin:0}
.ux-crumb{color:#8FA0BB;font-size:.9rem;margin-bottom:16px}
.ux-crumb a{color:var(--ux-gold-2);text-decoration:none}
.ux-crumb a:hover{text-decoration:underline}

/* ---------- service rows ---------- */
.ux-svc{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:74px}
.ux-svc:last-child{margin-bottom:0}
.ux-svc:nth-child(even) .ux-svc__media{order:2}
.ux-svc__media img{border-radius:14px;box-shadow:0 20px 46px rgba(19,30,52,.15);width:100%}
.ux-svc__n{display:inline-block;background:var(--ux-navy);color:var(--ux-gold-2);font-weight:800;
  font-size:.86rem;padding:6px 15px;border-radius:100px;margin-bottom:14px}
.ux-svc h3{font-size:clamp(1.35rem,2.6vw,1.85rem);margin-bottom:14px}

/* ---------- commodity / spec table ---------- */
.ux-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;
  box-shadow:0 4px 18px rgba(19,30,52,.07)}
.ux-table th{background:var(--ux-navy);color:#fff;font-weight:700;padding:15px 20px;text-align:right;font-size:.97rem}
.ux-table td{padding:14px 20px;border-bottom:1px solid var(--ux-line);font-size:.96rem}
.ux-table tr:last-child td{border-bottom:0}
.ux-table tbody tr:hover{background:var(--ux-bg-2)}
.ux-table td:first-child{font-weight:700;color:var(--ux-navy)}
.ux-tablewrap{overflow-x:auto}

/* ---------- info tiles ---------- */
.ux-tile{background:#fff;border:1px solid var(--ux-line);border-radius:14px;padding:32px 26px;height:100%}
.ux-tile h3{font-size:1.12rem;margin-bottom:12px}
.ux-tile p{font-size:.96rem;margin:0}
.ux-tile ul{list-style:none;padding:0;margin:12px 0 0}
.ux-tile li{position:relative;padding-right:22px;margin-bottom:9px;font-size:.95rem}
.ux-tile li::before{content:"";position:absolute;right:0;top:10px;width:7px;height:7px;
  border-radius:50%;background:var(--ux-gold)}

/* ---------- form ---------- */
.ux-form{background:#fff;border:1px solid var(--ux-line);border-radius:16px;padding:40px 36px;
  box-shadow:0 12px 40px rgba(19,30,52,.08)}
.ux-form__row{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.ux-field{margin-bottom:20px}
.ux-field label{display:block;font-weight:700;color:var(--ux-navy);font-size:.95rem;margin-bottom:8px}
.ux-field label i{color:#C0392B;font-style:normal}
.ux-field input,.ux-field select,.ux-field textarea{width:100%;padding:13px 16px;border:1px solid var(--ux-line);
  border-radius:9px;font-family:inherit;font-size:.98rem;color:var(--ux-ink);background:#fff;transition:.2s}
.ux-field input:focus,.ux-field select:focus,.ux-field textarea:focus{outline:0;border-color:var(--ux-gold);
  box-shadow:0 0 0 3px rgba(201,162,77,.16)}
.ux-field textarea{min-height:130px;resize:vertical}
.ux-form .ux-btn{width:100%;justify-content:center;margin-top:6px}
.ux-hp{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}
html,body{overflow-x:hidden}
.ux-note{font-size:.88rem;color:#7A8699;margin-top:14px;text-align:center}
.ux-alert{padding:16px 20px;border-radius:10px;margin-bottom:24px;font-weight:700}
.ux-alert--ok{background:#E8F6EE;color:#1B7A45;border:1px solid #B7E3C9}
.ux-alert--err{background:#FDECEA;color:#A93226;border:1px solid #F5C6C0}

/* ---------- contact cards ---------- */
.ux-cinfo{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:56px}
.ux-cbox{background:#fff;border:1px solid var(--ux-line);border-radius:14px;padding:30px 24px;text-align:center;transition:.22s}
.ux-cbox:hover{border-color:var(--ux-gold);transform:translateY(-4px);box-shadow:0 16px 36px rgba(19,30,52,.1)}
.ux-cbox__ic{width:54px;height:54px;margin:0 auto 16px;border-radius:50%;background:var(--ux-gold-soft);
  display:flex;align-items:center;justify-content:center}
.ux-cbox__ic svg{width:24px;height:24px;fill:var(--ux-navy)}
.ux-cbox h3{font-size:1.05rem;margin-bottom:8px}
.ux-cbox a{color:var(--ux-body);text-decoration:none;font-weight:600;transition:.2s}
.ux-cbox a:hover{color:var(--ux-gold)}

/* ---------- segments ---------- */
.ux-seg{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.ux-seg__b{background:#fff;border:1px solid var(--ux-line);border-left:4px solid var(--ux-gold);
  border-radius:12px;padding:26px 24px}
.ux-seg__b h3{font-size:1.08rem;margin-bottom:12px}

/* ---------- share of market ---------- */
.ux-share{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:640px;margin:0 auto 46px}
.ux-share div{background:#fff;border:1px solid var(--ux-line);border-radius:14px;padding:30px 20px;text-align:center}
.ux-share b{display:block;font-size:2.6rem;font-weight:800;color:var(--ux-gold);line-height:1;margin-bottom:8px}
.ux-share span{font-weight:700;color:var(--ux-navy);display:block;margin-bottom:4px}
.ux-share small{color:var(--ux-body);font-size:.88rem}

@media(max-width:991px){
  .ux-svc{grid-template-columns:1fr;gap:30px;margin-bottom:52px}
  .ux-svc:nth-child(even) .ux-svc__media{order:0}
  .ux-cinfo,.ux-seg{grid-template-columns:1fr}
  .ux-phero{padding:70px 0 60px}
}
@media(max-width:575px){
  .ux-form{padding:28px 20px}
  .ux-form__row{grid-template-columns:1fr;gap:0}
  .ux-share{grid-template-columns:1fr}
}

/* ---------- brand lockup ---------- */
.ux-brand__link{display:flex;align-items:center;gap:13px;text-decoration:none}
.ux-brand__crest{height:66px;width:auto;display:block;flex:none}
.ux-brand__txt{display:flex;flex-direction:column;line-height:1.15}
.ux-brand__txt b{font-family:'Tajawal',sans-serif;font-weight:900;font-size:1.42rem;
  letter-spacing:.03em;color:var(--ux-navy)}
.ux-brand__txt b i{font-style:normal;color:var(--ux-gold)}
.ux-brand__txt small{font-size:.76rem;font-weight:600;color:var(--ux-body);margin-top:3px}
.ux-brand__link:hover .ux-brand__txt b{color:var(--ux-navy-soft)}
.site-title,.site-description{display:none!important}

.ux-foot__logo{display:flex;align-items:center;gap:12px}
.ux-foot__logo img{height:52px;width:auto;flex:none}
.ux-foot__logo b{font-weight:900;font-size:1.42rem;letter-spacing:.03em;color:#fff}
.ux-foot__logo b span{color:var(--ux-gold)}

@media(max-width:575px){
  .ux-brand__crest{height:44px}
  .ux-brand__txt b{font-size:1.16rem}
  .ux-brand__txt small{display:none}
}

/* header breathing room so the crest is legible */
.ast-primary-header-bar .site-primary-header-wrap,
.ast-primary-header-bar{min-height:96px}
.ast-primary-header-bar .ast-builder-layout-element{padding-top:8px;padding-bottom:8px}
.main-header-menu .menu-link{padding-inline:14px!important}
@media(max-width:921px){.ast-primary-header-bar{min-height:76px}}

/* ---------- English (LTR) ---------- */
.ux-en{direction:ltr}
.ux-en .ux-list li{padding-right:0;padding-left:32px}
.ux-en .ux-list li::before{right:auto;left:0}
.ux-en .ux-tile li{padding-right:0;padding-left:22px}
.ux-en .ux-tile li::before{right:auto;left:0}
.ux-en .ux-more::after{content:"→"}
.ux-en .ux-more:hover::after{transform:translateX(5px)}
.ux-en .ux-hero::after{background:linear-gradient(85deg,rgba(18,29,52,.42) 0%,rgba(18,29,52,.86) 58%,rgba(18,29,52,.95) 100%)}
.ux-en .ux-phero::after{background:linear-gradient(85deg,rgba(18,29,52,.72) 0%,rgba(18,29,52,.93) 100%)}
.ux-en .ux-table th,.ux-en .ux-table td{text-align:left}
.ux-en .ux-foot__col h4::after{right:auto;left:0}
.ux-en .ux-foot__col a:hover{padding-right:0;padding-left:5px}
.ux-en .ux-seg__b{border-left:1px solid var(--ux-line);border-right:4px solid var(--ux-gold)}
body.ux-is-en .main-header-menu{direction:ltr}

/* ---------- language switcher ---------- */
.ux-brand{display:flex;align-items:center;gap:16px}
.ux-lang{font-family:'Tajawal',sans-serif;font-weight:800;font-size:.84rem;letter-spacing:.05em;
  color:var(--ux-navy);border:1.5px solid var(--ux-line);border-radius:6px;padding:6px 13px;
  text-decoration:none;transition:.2s;white-space:nowrap;line-height:1.4}
.ux-lang:hover{border-color:var(--ux-gold);color:var(--ux-gold);background:var(--ux-gold-soft)}
@media(max-width:575px){.ux-brand{gap:9px}.ux-lang{padding:5px 9px;font-size:.76rem}}

/* remove theme attribution from the footer */
.ast-small-footer-wrap,.ast-footer-copyright,.site-footer .ast-footer-overlay{display:none!important}

/* ---------- mobile overflow guard ---------- */
html{overflow-x:hidden}
body{overflow-x:hidden;max-width:100vw}
.ux,.ux-wrap,.ux-sec,.ux-hero,.ux-phero,.ux-band,.ux-stats,.ux-foot{max-width:100%}
.ux-hero__in,.ux-phero__in{width:100%;max-width:var(--ux-max)}
.ux img,.ux-foot img{max-width:100%}
.ux-tablewrap{max-width:100%;-webkit-overflow-scrolling:touch}

@media(max-width:782px){
  .ux-hero{min-height:auto}
  .ux-hero__in{padding:56px 18px}
  .ux-hero__box{max-width:100%}
  .ux-hero h1{font-size:clamp(1.5rem,6.4vw,2rem)}
  .ux-hero__lead{font-size:.98rem;max-width:100%}
  .ux-hero__tag{font-size:.74rem;padding:7px 13px;white-space:normal;line-height:1.5}
  .ux-wrap{padding:0 18px}
  .ux-sec{padding:52px 0}
  .ux-head{margin-bottom:34px}
  .ux-stat{padding:26px 16px}
  .ux-stat b{font-size:1.9rem}
  .ux-band{padding:56px 0}
  .ux-foot{padding:52px 0 0}
  .ux-foot__grid{padding-bottom:34px}
  .ux-svc{gap:24px;margin-bottom:40px}
  .ux-brand{gap:8px;min-width:0}
  .ux-brand__link{min-width:0}
  .ux-brand__txt b{font-size:1.02rem;white-space:nowrap}
  .ux-brand__crest{height:40px}
  .ux-phero{padding:56px 0 48px}
  .ux-phero h1{font-size:clamp(1.45rem,6vw,1.9rem)}
}
