
:root{--bg:#030914;--text:#f2f7ff;--muted:#a8b8cd;--line:rgba(255,255,255,.14);--gold:#d7b15c;--gold2:#ffe5aa;--panel:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 12% 20%,rgba(215,177,92,.24),transparent 28%),radial-gradient(circle at 88% 18%,rgba(23,79,155,.52),transparent 36%),#030914;color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.65}html[dir=rtl] body,html[dir=rtl] *{font-family:Tajawal,"IBM Plex Sans Arabic","Noto Sans Arabic",Arial,sans-serif}.wrap{width:min(1120px,calc(100% - 32px));margin:auto}.top{position:sticky;top:14px;z-index:50;margin:14px auto 0;width:min(1180px,calc(100% - 28px));display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 16px;border:1px solid var(--line);border-radius:999px;background:rgba(5,11,21,.96);box-shadow:0 20px 70px rgba(0,0,0,.35)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:#fff;font-weight:900}.logo{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#fff1bd,#d7b15c);color:#111;font-weight:950}.desktop-nav{display:flex;gap:8px;align-items:center}.desktop-nav a{color:#dbe7f7;text-decoration:none;font-weight:800;font-size:14px;padding:9px 10px;border-radius:999px}.desktop-nav a:hover{background:rgba(255,255,255,.08)}.mobile-toggle{display:none;background:rgba(255,255,255,.08);border:1px solid var(--line);border-radius:50%;width:46px;height:46px;place-items:center;cursor:pointer}.mobile-toggle span{display:block;width:22px;height:3px;background:#fff;border-radius:999px;margin:3px auto}.mobile-menu{display:none;position:absolute;left:0;right:0;top:calc(100% + 10px);padding:14px;border-radius:24px;background:#050b15;border:1px solid var(--line);box-shadow:0 28px 80px rgba(0,0,0,.75);grid-template-columns:repeat(2,1fr);gap:8px}.mobile-menu.open{display:grid}.mobile-menu a{display:flex;align-items:center;justify-content:center;text-align:center;min-height:46px;padding:10px 12px;border-radius:16px;background:#101826;color:#fff;text-decoration:none;font-weight:850}.hero{padding:78px 0 46px}.eyebrow{color:var(--gold2);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:13px}.hero h1{font-size:clamp(40px,6vw,74px);line-height:.98;margin:14px 0 20px;letter-spacing:-.055em}.hero p{max-width:780px;color:#c5d3e7;font-size:19px}.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 18px;border-radius:999px;font-weight:900;text-decoration:none}.primary{background:linear-gradient(145deg,#fff1bd,#d7b15c);color:#111}.secondary{border:1px solid var(--line);color:#fff;background:rgba(255,255,255,.06)}section{padding:36px 0}.panel,.card{border:1px solid var(--line);border-radius:28px;background:var(--panel);padding:26px;box-shadow:0 24px 80px rgba(0,0,0,.18)}.card{border-radius:22px;padding:22px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid.two{grid-template-columns:repeat(2,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}h2{font-size:clamp(28px,4vw,46px);line-height:1.12;margin:0 0 18px;letter-spacing:-.035em}h3{font-size:22px;margin:0 0 10px}p,li{color:var(--muted)}ul{padding-left:20px}html[dir=rtl] ul{padding-left:0;padding-right:20px}.faq details{border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.045);margin:10px 0;overflow:hidden}.faq summary{cursor:pointer;padding:18px 20px;font-weight:900}.faq p{padding:0 20px 18px;margin:0}.links,.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.links a,.footer-links a{color:#fff;text-decoration:none;border:1px solid var(--line);border-radius:14px;padding:12px;background:rgba(255,255,255,.045);font-weight:800;text-align:center}.breadcrumbs{font-size:14px;color:#aebed4;margin-top:28px}.breadcrumbs a{color:#ffe5aa}.footer{padding:38px 0 56px;color:#9fb2c9;border-top:1px solid var(--line);margin-top:36px}.footer h2{font-size:24px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.form-grid label{display:grid;gap:7px;color:#dbe7f7;font-weight:800}.form-grid input,.form-grid select,textarea{width:100%;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.07);color:#fff;padding:13px;font:inherit}.wide{grid-column:1/-1}button.btn{border:0;cursor:pointer}.trust-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.trust-strip span{border:1px solid var(--line);border-radius:999px;padding:10px 12px;text-align:center;color:#dbe7f7;font-weight:800;background:rgba(255,255,255,.045)}.tracking-box{display:grid;grid-template-columns:1fr auto;gap:10px}.tracking-box input{min-height:48px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.07);color:#fff;padding:0 16px;font:inherit}.tracking-result{margin-top:14px;color:var(--muted)}@media(max-width:960px){.desktop-nav{display:none}.mobile-toggle{display:grid}.top{border-radius:24px;align-items:center}.mobile-menu{grid-template-columns:1fr}.hero{padding-top:54px}.grid,.grid.two,.grid.four,.links,.footer-links,.form-grid,.trust-strip{grid-template-columns:1fr}.hero h1{font-size:40px}.panel,.card{padding:22px}.tracking-box{grid-template-columns:1fr}.brand small{display:none}}
.bot-field{display:none!important;visibility:hidden!important;position:absolute!important;left:-9999px!important}


@media(max-width:760px){}
.social-links{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.social-links a{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:10px 13px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#fff;text-decoration:none;background:rgba(255,255,255,.055);font-weight:800}.social-links svg{width:18px;height:18px;fill:currentColor}

.cookie-privacy-link{display:inline-block;margin-top:8px;color:#ffe5aa;font-weight:800;text-decoration:underline;text-underline-offset:3px}
.cookie-settings-link{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;color:#ffe5aa!important;text-decoration:underline!important;text-underline-offset:3px;font-weight:800}

.language-switch{display:flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid rgba(255,255,255,.20);border-radius:999px;background:rgba(255,255,255,.075);white-space:nowrap;font-weight:900;font-size:13px}
.language-switch a{color:#fff;text-decoration:none;padding:2px 4px;border-radius:8px}
.language-switch a.active{color:#111;background:linear-gradient(145deg,#fff1bd,#d7b15c)}
.language-switch span{color:#9fb2c9}
.mobile-lang-switch{display:flex!important;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:10px 12px;border-radius:16px;background:rgba(215,177,92,.14)!important;border:1px solid rgba(215,177,92,.35);font-weight:950}
.form-status{margin-top:12px;color:#ffe5aa;font-weight:800;white-space:pre-wrap}
@media(max-width:960px){.top>.language-switch{margin-left:auto}.desktop-nav+.language-switch{display:flex}.mobile-menu .language-switch{width:100%}}
@media(max-width:520px){.language-switch{font-size:12px;padding:6px 8px}.brand span{font-size:13px}.brand small{display:none}}

.cookie-banner{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:99999;
  width:min(390px,calc(100% - 32px));
  padding:13px 14px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  background:rgba(5,11,21,.96);
  color:#fff;
  box-shadow:0 18px 50px rgba(0,0,0,.42);
  backdrop-filter:blur(10px);
}
.cookie-banner strong{display:block;font-size:14px;line-height:1.25}
.cookie-banner p{margin:5px 0 0;color:#b9c7d9;font-size:12.5px;line-height:1.45}
.cookie-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.cookie-actions .btn{min-height:36px;padding:8px 11px;font-size:12.5px}
.cookie-privacy-link{display:inline-block;margin-top:7px;color:#ffe5aa;font-size:12.5px;font-weight:800;text-decoration:underline;text-underline-offset:3px}
.cookie-settings-link{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;color:#ffe5aa!important;text-decoration:underline!important;text-underline-offset:3px;font-weight:800}
body.has-cookie-banner{padding-bottom:132px}
@media(max-width:640px){
  .cookie-banner{left:12px;right:12px;bottom:12px;width:auto;padding:12px;border-radius:16px}
  .cookie-actions .btn{flex:1 1 auto;min-width:120px}
  body.has-cookie-banner{padding-bottom:178px}
}

.v50-form-first-note{margin-top:18px;margin-bottom:18px}.v50-form-first-note h2{margin-bottom:6px}.v50-form-first-note p{margin:0;color:#b9c7d9}

.v51-contact-guidance{margin:18px 0}.v51-contact-guidance p{margin:0 0 12px;color:#d8e2ef;font-weight:700;line-height:1.65}.v51-public-support-note{margin-top:18px;margin-bottom:18px}

.v52-contact-guidance{margin:18px 0}.v52-contact-guidance p{margin:0 0 12px;color:#d8e2ef;font-weight:750;line-height:1.65}.v52-public-support-note{margin-top:18px;margin-bottom:18px}.v52-clean-service-note{margin-top:18px;margin-bottom:18px}

.ar-flow-note{margin:18px 0}.ar-flow-note p{color:#d8e2ef;line-height:1.7}.v54-arabic-service-card a{text-decoration:none;color:inherit}

/* v57 live form/header hotfix */
.top{top:0;margin:0 auto;width:100%;max-width:100%;border-radius:0 0 24px 24px;padding:10px 18px;z-index:1000;}
.desktop-nav{flex-wrap:wrap;justify-content:center;row-gap:4px;}
.desktop-nav a{font-size:13px;padding:8px 9px;}
.top + main .hero{padding-top:96px;}
.form-status{margin-top:12px;color:#ffe5aa;font-weight:800;}
@media(max-width:1120px){.desktop-nav{display:none}.mobile-toggle{display:grid}.top{border-radius:0 0 22px 22px}.mobile-menu{grid-template-columns:1fr}.top + main .hero{padding-top:78px}}
@media(max-width:640px){.top{padding:9px 12px}.brand{gap:8px}.logo{width:40px;height:40px}.top + main .hero{padding-top:70px}.hero h1{font-size:36px}}


/* v61: form select/dropdown visibility + branded internal links */
select,
.form select,
form select,
.service-select{
  width:100%;
  min-height:52px;
  padding:14px 44px 14px 14px;
  border:1px solid rgba(185,199,217,.36);
  border-radius:14px;
  background-color:#0f1b2d;
  color:#f7fbff;
  line-height:1.35;
  font:inherit;
  font-weight:650;
  outline:none;
  box-shadow:0 0 0 1px rgba(255,255,255,.02) inset;
  color-scheme:dark;
  appearance:auto;
  -webkit-appearance:menulist;
}
html[dir="rtl"] select,
html[dir="rtl"] .form select,
html[dir="rtl"] form select,
html[dir="rtl"] .service-select{
  direction:rtl;
  text-align:right;
  padding-right:14px;
  padding-left:44px;
}
select option,
.service-select option{
  background-color:#0f1b2d;
  color:#f7fbff;
  font-weight:600;
  padding:12px;
  min-height:34px;
}
select option:disabled,
.service-select option:disabled{
  color:#9fb0c5;
}
select:focus,
.service-select:focus{
  border-color:#f3c766;
  box-shadow:0 0 0 3px rgba(243,199,102,.18);
}
.card a,
.service-card a,
.grid .card h2 a,
.grid .card h3 a,
.related-services a:not(.btn){
  color:inherit;
  text-decoration:none;
}
.card a:hover,
.service-card a:hover,
.grid .card h2 a:hover,
.grid .card h3 a:hover,
.related-services a:not(.btn):hover{
  color:#f3c766;
  text-decoration:none;
}
.footer a{
  color:#d8e2ef;
  text-decoration:none;
}
.footer a:hover{
  color:#f3c766;
  text-decoration:none;
}
main a:not(.btn):not(.brand):not(.cookie-settings-link){
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
.card a:not(.btn),
.panel a:not(.btn){
  text-decoration:none;
}
.form-first-note{
  margin:18px 0;
}
.form-first-note p{
  margin:0;
  color:#d8e2ef;
  font-weight:750;
  line-height:1.65;
}
a.btn.secondary[href*="whatsapp"],
a.btn.secondary[href*="api.whatsapp.com"]{
  opacity:.88;
}
@media (max-width:760px){
  select,
  .form select,
  form select,
  .service-select{
    min-height:54px;
    font-size:16px;
  }
}



/* v63 ads readiness: identical form component, dropdown contrast, link polish */
.lead-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:start;width:100%;max-width:100%;direction:ltr}.lead-form label{display:flex;flex-direction:column;gap:8px;margin:0;color:#f7fbff;font-weight:800;line-height:1.35}.lead-form .full,.lead-form button,.lead-form .form-status{grid-column:1/-1}.lead-form input,.lead-form textarea,.lead-form select{width:100%;box-sizing:border-box;min-height:56px;border:1px solid rgba(185,199,217,.36);border-radius:16px;background:#172132;color:#f7fbff;font:inherit;font-weight:650;padding:14px 16px;box-shadow:0 0 0 1px rgba(255,255,255,.02) inset}.lead-form textarea{min-height:160px;resize:vertical;line-height:1.6}.lead-form input:focus,.lead-form textarea:focus,.lead-form select:focus{outline:none;border-color:#f3c766;box-shadow:0 0 0 3px rgba(243,199,102,.18)}html[dir="rtl"] .lead-form{direction:rtl}.lead-form[dir="rtl"],html[dir="rtl"] .lead-form label{text-align:right}.lead-form select,.service-select{background-color:#172132!important;color:#f7fbff!important;color-scheme:dark;appearance:auto;-webkit-appearance:menulist}.lead-form select option,.service-select option{background-color:#172132!important;color:#f7fbff!important;padding:12px}.lead-form select option:disabled,.service-select option:disabled{color:#aebbd0!important}.bot-field{display:none!important}.form-first-note{margin:18px 0}.form-first-note p{margin:0;color:#d8e2ef;font-weight:750;line-height:1.65}.card a,.grid .card h2 a,.grid .card h3 a,.panel a:not(.btn),.footer a{color:inherit;text-decoration:none}.card a:hover,.grid .card h2 a:hover,.grid .card h3 a:hover,.panel a:not(.btn):hover,.footer a:hover{color:#f3c766;text-decoration:none}main a:not(.btn):not(.brand):not(.cookie-settings-link){color:#f3c766;text-decoration:none}.keyword-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.keyword-pills span{display:inline-flex;border:1px solid rgba(243,199,102,.25);background:rgba(243,199,102,.08);color:#f7fbff;border-radius:999px;padding:8px 12px;font-weight:700;font-size:.92rem}@media(max-width:760px){.lead-form{grid-template-columns:1fr;gap:18px}.lead-form input,.lead-form textarea,.lead-form select{font-size:16px;min-height:54px}.keyword-pills span{font-size:.88rem}}



/* v75 visual clarity + premium B2B presentation */
.hero.has-visual .wrap{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(300px,.9fr);gap:34px;align-items:center}.hero-visual{margin:0}.hero-visual img,.section-visual img,.card-media img{width:100%;height:auto;display:block;border-radius:24px}.hero-visual img,.section-visual img{border:1px solid rgba(255,255,255,.13);box-shadow:0 24px 70px rgba(0,0,0,.32)}.card.visual-enhanced{overflow:hidden}.card-media{margin:-1px -1px 18px;border-radius:22px 22px 0 0;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.10);background:#0c1626}.card-media img{aspect-ratio:16/10;object-fit:cover;border-radius:22px 22px 0 0}.service-icon{width:38px;height:38px;border-radius:14px;margin-bottom:12px;display:block;box-shadow:0 10px 26px rgba(0,0,0,.22)}.visual-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}.visual-trust .trust-card{border:1px solid rgba(255,255,255,.12);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.035));padding:18px;display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start}.visual-trust img,.step-icon{width:42px;height:42px;border-radius:14px}.visual-trust strong{display:block;color:#fff;margin-bottom:4px}.visual-trust span{color:#b9c7d9;line-height:1.55}.process-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:18px}.process-step{border:1px solid rgba(215,177,92,.22);border-radius:22px;background:rgba(255,255,255,.055);padding:18px;min-height:150px}.process-step .step-number{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:linear-gradient(145deg,#fff1bd,#d7b15c);color:#101827;font-weight:950;margin:0 0 12px}.process-step h3{font-size:17px;margin:0 0 6px}.process-step p{font-size:14.5px;margin:0;color:#b9c7d9;line-height:1.55}.media-panel{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:26px;align-items:center}.media-panel .section-visual{margin:0}.trust-strip span{display:flex;align-items:center;justify-content:center;gap:8px}.trust-strip span::before{content:"";width:8px;height:8px;border-radius:50%;background:#d7b15c;box-shadow:0 0 0 4px rgba(215,177,92,.12)}html[dir="rtl"] .visual-trust .trust-card{grid-template-columns:1fr 42px;text-align:right}html[dir="rtl"] .visual-trust img{grid-column:2}html[dir="rtl"] .visual-trust .trust-card>div{grid-column:1;grid-row:1}html[dir="rtl"] .process-step{text-align:right}@media(max-width:1020px){.hero.has-visual .wrap,.media-panel{grid-template-columns:1fr}.hero-visual{order:-1}.process-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.visual-trust{grid-template-columns:1fr}}@media(max-width:640px){.hero.has-visual .wrap{gap:20px}.hero-visual img,.section-visual img{border-radius:18px}.card-media img{aspect-ratio:16/9}.process-steps{grid-template-columns:1fr}.process-step{min-height:auto}.visual-trust .trust-card{padding:16px;border-radius:18px}}



/* v76 premium operational visual upgrade */
.hero-visual img,.section-visual img,.card-media img{background:#0a1422;object-fit:cover;filter:saturate(1.06) contrast(1.04)}
.hero-visual img{min-height:360px;max-height:520px;object-fit:cover}
.card.visual-enhanced{border:1px solid rgba(215,177,92,.20);box-shadow:0 22px 48px rgba(0,0,0,.18);background:linear-gradient(160deg,rgba(255,255,255,.085),rgba(255,255,255,.035))}
.card.visual-enhanced:hover{transform:translateY(-2px);box-shadow:0 28px 58px rgba(0,0,0,.24)}
.card-media{position:relative}
.card-media::after,.hero-visual::after,.section-visual::after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.18));pointer-events:none}
.hero-visual,.section-visual,.card-media{position:relative;overflow:hidden}
.premium-trust-section .panel{background:linear-gradient(150deg,rgba(10,20,34,.94),rgba(27,42,62,.82));border-color:rgba(215,177,92,.22)}
.premium-trust{grid-template-columns:repeat(3,minmax(0,1fr))}
.premium-trust .trust-card{min-height:128px;background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.04));border-color:rgba(215,177,92,.18)}
.process-step{background:linear-gradient(155deg,rgba(255,255,255,.08),rgba(255,255,255,.032));box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.media-panel{background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border-color:rgba(215,177,92,.18)}
@media(max-width:1020px){.premium-trust{grid-template-columns:1fr 1fr}.hero-visual img{min-height:260px}}
@media(max-width:640px){.premium-trust{grid-template-columns:1fr}.hero-visual img{min-height:220px}.card.visual-enhanced{box-shadow:0 14px 32px rgba(0,0,0,.18)}}



/* v83 Arabic readability, proof sections, and request example blocks */
.proof-section .media-panel{gap:30px;align-items:center}
.proof-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;color:#f3d27a;font-weight:900;letter-spacing:.04em;text-transform:uppercase;font-size:13px}
.proof-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:18px}
.proof-card{border:1px solid rgba(215,177,92,.20);border-radius:18px;background:rgba(255,255,255,.06);padding:16px;min-height:126px;overflow:visible}
.proof-card strong{display:block;color:#fff;font-size:16px;margin-bottom:6px;line-height:1.35}
.proof-card span{display:block;color:#b9c7d9;font-size:14px;line-height:1.6}
.request-example-section .panel{background:linear-gradient(150deg,rgba(255,255,255,.085),rgba(255,255,255,.035));border-color:rgba(215,177,92,.20)}
.request-flow{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}
.message-card{border:1px solid rgba(255,255,255,.12);border-radius:22px;background:#0f1828;padding:18px;box-shadow:0 18px 46px rgba(0,0,0,.18);overflow:visible}
.message-card.doovas{background:#152033;border-color:rgba(215,177,92,.25)}
.message-card strong{display:block;color:#f3d27a;margin-bottom:8px;font-size:15px;line-height:1.4}
.message-card p{margin:0;color:#d8e2ef;line-height:1.75;font-size:15.5px}
html[dir="rtl"] body{line-height:1.9}
html[dir="rtl"] .hero h1{font-size:clamp(31px,5.2vw,58px);line-height:1.2;letter-spacing:0;margin-bottom:18px;overflow-wrap:normal;word-break:normal}
html[dir="rtl"] h2{line-height:1.28;letter-spacing:0;overflow-wrap:normal;word-break:normal}
html[dir="rtl"] h3{line-height:1.4;letter-spacing:0}
html[dir="rtl"] p,html[dir="rtl"] li{line-height:1.9}
html[dir="rtl"] .card,html[dir="rtl"] .panel,html[dir="rtl"] .process-step,html[dir="rtl"] .proof-card,html[dir="rtl"] .message-card{overflow:visible;min-height:auto;text-align:right}
html[dir="rtl"] .card{padding:24px;line-height:1.85}
html[dir="rtl"] .visual-trust .trust-card{min-height:148px;gap:16px;padding:20px;align-items:start;overflow:visible}
html[dir="rtl"] .visual-trust strong{font-size:17px;line-height:1.45}
html[dir="rtl"] .visual-trust span{line-height:1.85}
html[dir="rtl"] .process-step{padding:20px;min-height:178px}
html[dir="rtl"] .process-step h3{font-size:18px;line-height:1.45}
html[dir="rtl"] .process-step p{font-size:15px;line-height:1.85}
html[dir="rtl"] .trust-strip span{line-height:1.55;white-space:normal;border-radius:18px;min-height:48px;padding:11px 14px}
html[dir="rtl"] .service-icon{margin-bottom:14px}
@media(max-width:1020px){.proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.request-flow{grid-template-columns:1fr}html[dir="rtl"] .hero h1{font-size:clamp(30px,7vw,44px)}}
@media(max-width:640px){.proof-grid{grid-template-columns:1fr}.proof-card,.message-card{padding:16px}.proof-section .media-panel{gap:20px}html[dir="rtl"] .hero h1{font-size:31px;line-height:1.25}.hero p{font-size:17px}html[dir="rtl"] .panel,html[dir="rtl"] .card{padding:20px}.visual-trust .trust-card{grid-template-columns:42px 1fr}html[dir="rtl"] .visual-trust .trust-card{grid-template-columns:1fr 42px}.mobile-menu a{line-height:1.45}}


/* v84 live inspection, generated proof imagery, and RTL/mobile hardening */
.live-inspection-section .media-panel{border-color:rgba(243,199,102,.28);background:linear-gradient(150deg,rgba(12,24,40,.96),rgba(30,44,62,.82))}
#live-video-inspection{scroll-margin-top:100px}
.live-proof-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.live-inspection-section .proof-card{min-height:132px}
.grid>.card,.visual-trust .trust-card,.process-step,.proof-card,.message-card{min-width:0;height:auto;overflow:visible}
.card p,.card h3,.proof-card strong,.proof-card span,.message-card p,.visual-trust strong,.visual-trust span,.process-step h3,.process-step p{overflow-wrap:break-word}
.hero h1,h2{letter-spacing:0}.hero h1{font-size:68px}h2{font-size:42px}html[dir="rtl"] .hero h1{font-size:54px;letter-spacing:0}html[dir="rtl"] h2{letter-spacing:0}
.lead-form label.full select[name="live_video_inspection"]{margin-top:0}.lead-form label.full:has(select[name="live_video_inspection"]){border:1px solid rgba(243,199,102,.18);border-radius:18px;padding:14px;background:rgba(243,199,102,.055)}
@media(max-width:1020px){.live-proof-grid{grid-template-columns:1fr 1fr}.hero h1{font-size:48px}h2{font-size:36px}html[dir="rtl"] .hero h1{font-size:40px}}
@media(max-width:640px){.live-proof-grid{grid-template-columns:1fr}.hero h1{font-size:38px;line-height:1.08}h2{font-size:30px;line-height:1.18}html[dir="rtl"] .hero h1{font-size:31px;line-height:1.28}html[dir="rtl"] .lead-form label.full:has(select[name="live_video_inspection"]){padding:12px}.proof-card span,.message-card p{font-size:15px}}


/* v85 bright visual machinery and buyer-trust upgrade */
:root{
  --v85-cyan:#55d7ff;
  --v85-mint:#35e0b7;
  --v85-amber:#ffd05a;
  --v85-coral:#ff7d6e;
  --v85-panel:linear-gradient(145deg,rgba(255,255,255,.14),rgba(67,121,169,.11) 48%,rgba(255,208,90,.07));
}
body{
  background:
    radial-gradient(circle at 12% 12%,rgba(85,215,255,.26),transparent 30%),
    radial-gradient(circle at 86% 8%,rgba(255,125,110,.16),transparent 28%),
    radial-gradient(circle at 50% 0%,rgba(255,208,90,.15),transparent 38%),
    linear-gradient(180deg,#071424 0%,#08101d 42%,#040912 100%);
}
main>.hero:first-child{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(120deg,rgba(85,215,255,.10),transparent 34%),
    linear-gradient(280deg,rgba(255,208,90,.12),transparent 42%);
  border-bottom:1px solid rgba(255,255,255,.10);
}
.panel,.card{background:var(--v85-panel);border-color:rgba(255,255,255,.17)}
.primary{background:linear-gradient(135deg,#fff4bb 0%,#ffd05a 45%,#35e0b7 125%);box-shadow:0 12px 30px rgba(255,208,90,.18)}
.secondary{background:rgba(85,215,255,.08);border-color:rgba(85,215,255,.24)}
.hero-visual img,.section-visual img,.card-media img{
  filter:saturate(1.18) contrast(1.03) brightness(1.08);
}
.hero-visual img,.section-visual img{
  border-color:rgba(85,215,255,.24);
  box-shadow:0 24px 70px rgba(0,0,0,.30),0 0 0 1px rgba(255,208,90,.10);
}
.trust-strip span{
  background:linear-gradient(135deg,rgba(85,215,255,.10),rgba(255,208,90,.08));
  border-color:rgba(85,215,255,.20);
}
.trust-strip span:nth-child(2n)::before{background:var(--v85-mint);box-shadow:0 0 0 4px rgba(53,224,183,.12)}
.trust-strip span:nth-child(3n)::before{background:var(--v85-coral);box-shadow:0 0 0 4px rgba(255,125,110,.12)}
.bright-proof-section .wrap,
.buyer-trust-section .wrap{
  border:1px solid rgba(85,215,255,.22);
  border-radius:28px;
  padding:28px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.13),rgba(85,215,255,.08) 48%,rgba(255,208,90,.08)),
    rgba(9,19,32,.72);
  box-shadow:0 26px 80px rgba(0,0,0,.22);
}
.bright-section-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:end;
  margin-bottom:20px;
}
.bright-section-head p{max-width:720px;margin:0;color:#d8e7f6}
.bright-count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:92px;
  min-height:42px;
  border-radius:999px;
  padding:9px 14px;
  background:linear-gradient(135deg,rgba(53,224,183,.20),rgba(255,208,90,.18));
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-weight:950;
}
.image-proof-grid,.machinery-gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.proof-photo-card{
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.15);
  border-radius:22px;
  background:linear-gradient(160deg,rgba(255,255,255,.12),rgba(255,255,255,.045));
  box-shadow:0 18px 44px rgba(0,0,0,.18);
}
.proof-photo-card img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  filter:saturate(1.16) brightness(1.08);
}
.proof-photo-card div{padding:16px}
.proof-photo-card strong{
  display:block;
  color:#fff;
  font-size:18px;
  line-height:1.35;
  margin-bottom:6px;
}
.proof-photo-card span{
  display:block;
  color:#c9d8ea;
  line-height:1.62;
  font-size:14.5px;
}
.proof-photo-card.featured{
  grid-column:span 2;
  display:grid;
  grid-template-columns:1.12fr .88fr;
  align-items:stretch;
}
.proof-photo-card.featured img{height:100%;min-height:280px}
.buyer-trust-section .wrap{
  background:
    linear-gradient(135deg,rgba(255,208,90,.13),rgba(85,215,255,.09) 45%,rgba(255,125,110,.08)),
    rgba(8,17,29,.82);
}
.trust-note-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}
.trust-note{
  border:1px solid rgba(255,255,255,.15);
  border-radius:20px;
  padding:18px;
  background:rgba(255,255,255,.065);
  min-height:150px;
}
.trust-note b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:999px;
  margin-bottom:12px;
  color:#08111d;
  background:linear-gradient(135deg,#55d7ff,#ffd05a);
  font-weight:950;
}
.trust-note strong{display:block;color:#fff;font-size:17px;margin-bottom:6px;line-height:1.35}
.trust-note span{display:block;color:#c9d8ea;line-height:1.65;font-size:14.5px}
.review-ready-note{
  margin-top:16px;
  padding:14px 16px;
  border-radius:18px;
  border:1px dashed rgba(255,208,90,.35);
  color:#f5df9c;
  background:rgba(255,208,90,.06);
  font-weight:800;
}
.machinery-gallery-section .wrap{
  border-color:rgba(255,208,90,.24);
}
.machinery-gallery-grid .proof-photo-card strong{font-size:17px}
.machinery-gallery-grid .proof-photo-card:nth-child(1){border-color:rgba(255,208,90,.28)}
.machinery-gallery-grid .proof-photo-card:nth-child(2){border-color:rgba(85,215,255,.26)}
.machinery-gallery-grid .proof-photo-card:nth-child(3){border-color:rgba(53,224,183,.24)}
.machinery-gallery-grid .proof-photo-card:nth-child(4){border-color:rgba(255,125,110,.24)}
html[dir="rtl"] .bright-section-head{text-align:right}
html[dir="rtl"] .proof-photo-card div{text-align:right}
html[dir="rtl"] .trust-note{text-align:right}
html[dir="rtl"] .review-ready-note{text-align:right}
@media(max-width:1020px){
  .bright-section-head{grid-template-columns:1fr}
  .image-proof-grid,.machinery-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .proof-photo-card.featured{grid-column:span 2;grid-template-columns:1fr}
  .proof-photo-card.featured img{min-height:220px}
  .trust-note-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .bright-proof-section .wrap,.buyer-trust-section .wrap{padding:20px;border-radius:22px}
  .image-proof-grid,.machinery-gallery-grid,.trust-note-grid{grid-template-columns:1fr}
  .proof-photo-card.featured{grid-column:auto}
  .proof-photo-card div,.trust-note{padding:16px}
  .bright-count{justify-self:start}
  html[dir="rtl"] .bright-count{justify-self:end}
}

/* responsive layout repair: keep desktop/tablet-wide browsers out of mobile mode */
@media(min-width:961px){
  .top{
    gap:14px;
  }
  .desktop-nav{
    display:flex;
    flex:1 1 auto;
    min-width:0;
  }
  .mobile-toggle,
  .mobile-menu,
  .mobile-menu.open{
    display:none;
  }
  .hero.has-visual .wrap{
    grid-template-columns:minmax(0,1.04fr) minmax(300px,.9fr);
  }
  .hero-visual{
    order:0;
  }
  .grid,
  .grid.three{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .grid.two{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .grid.four{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  .links,
  .footer-links{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .form-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .trust-strip{
    grid-template-columns:repeat(5,minmax(0,1fr));
  }
  .media-panel{
    grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  }
  .visual-trust,
  .premium-trust{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .process-steps{
    grid-template-columns:repeat(5,minmax(0,1fr));
  }
  .proof-grid{
    grid-template-columns:repeat(5,minmax(0,1fr));
  }
  .live-proof-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .request-flow{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .image-proof-grid,
  .machinery-gallery-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .proof-photo-card.featured{
    grid-column:span 2;
    grid-template-columns:1.12fr .88fr;
  }
  .trust-note-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}

@media(min-width:961px) and (max-width:1180px){
  .brand{
    gap:9px;
  }
  .brand small{
    display:none;
  }
  .desktop-nav{
    gap:5px;
  }
  .desktop-nav a{
    font-size:12px;
    padding:7px 7px;
  }
  .language-switch{
    font-size:12px;
    padding:6px 8px;
  }
}

/* RTL trust-card repair: avoid stacking every nested div in the visual trust grid */
html[dir="rtl"] .visual-trust > .trust-card{
  grid-column:auto;
  grid-row:auto;
  grid-template-columns:minmax(0,1fr) 42px;
  text-align:right;
}
html[dir="rtl"] .visual-trust > .trust-card > img{
  grid-column:2;
  grid-row:1;
}
html[dir="rtl"] .visual-trust > .trust-card > div{
  grid-column:1;
  grid-row:1;
  min-width:0;
}

/* v88 professional logistics/trade palette refinement */
:root {
  --doovas-primary-navy: #071827;
  --doovas-secondary-navy: #102235;
  --doovas-gold: #E7C15A;
  --doovas-amber: #F59E0B;
  --doovas-amber-hover: #B45309;
  --doovas-trust-blue: #2F80A7;
  --doovas-trust-blue-dark: #1F6686;
  --doovas-light-surface: #F8FAFC;
  --doovas-dark-text: #0F172A;
  --doovas-soft-text: #C8D3E0;
  --doovas-border: #D8E0EA;
  --bg: var(--doovas-primary-navy);
  --text: #FFFFFF;
  --muted: var(--doovas-soft-text);
  --line: rgba(216,224,234,.22);
  --gold: var(--doovas-gold);
  --gold2: var(--doovas-gold);
  --panel: linear-gradient(145deg, rgba(16,34,53,.98), rgba(7,24,39,.98));
  --card: var(--doovas-secondary-navy);
  --accent: var(--doovas-amber);
  --blue: var(--doovas-trust-blue);
}

body {
  background:
    radial-gradient(circle at 12% 10%, rgba(231,193,90,.16), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(47,128,167,.20), transparent 34%),
    linear-gradient(180deg, var(--doovas-primary-navy) 0%, #081321 52%, #06111d 100%);
  color: var(--doovas-soft-text);
}

.top,.mobile-menu {
  background: rgba(7,24,39,.96);
  border-color: rgba(216,224,234,.18);
}
.desktop-nav a,.mobile-menu a { color:#FFFFFF; }
.desktop-nav a:hover,.mobile-menu a:hover { background: rgba(231,193,90,.12); color:#FFFFFF; }

.hero,
main>.hero:first-child {
  background:
    linear-gradient(115deg, rgba(47,128,167,.12), transparent 42%),
    linear-gradient(280deg, rgba(231,193,90,.12), transparent 42%),
    linear-gradient(180deg, var(--doovas-primary-navy), var(--doovas-secondary-navy));
  color: var(--doovas-soft-text);
}

.hero h1,h1,h2,h3 { color:#FFFFFF; }
.hero p,p,li { color: var(--doovas-soft-text); }
.eyebrow,.kicker,.proof-kicker { color: var(--doovas-gold); }

.panel,.card,.process-step,.media-panel,details {
  background: linear-gradient(145deg, rgba(16,34,53,.98), rgba(7,24,39,.98));
  border-color: rgba(216,224,234,.18);
  color: var(--doovas-soft-text);
}
.panel p,.card p,.process-step p,.media-panel p,details p { color: var(--doovas-soft-text); }

/* more readable light content bands, while keeping hero and core dark identity */
main > section:nth-of-type(even):not(.hero):not(.live-inspection-section):not(.visual-process-section):not(.media-support-section) {
  background: var(--doovas-light-surface);
  color: var(--doovas-dark-text);
}
main > section:nth-of-type(even):not(.hero):not(.live-inspection-section):not(.visual-process-section):not(.media-support-section) h1,
main > section:nth-of-type(even):not(.hero):not(.live-inspection-section):not(.visual-process-section):not(.media-support-section) h2,
main > section:nth-of-type(even):not(.hero):not(.live-inspection-section):not(.visual-process-section):not(.media-support-section) h3 {
  color: var(--doovas-dark-text);
}
main > section:nth-of-type(even):not(.hero):not(.live-inspection-section):not(.visual-process-section):not(.media-support-section) p,
main > section:nth-of-type(even):not(.hero):not(.live-inspection-section):not(.visual-process-section):not(.media-support-section) li {
  color: #334155;
}
main > section:nth-of-type(even):not(.hero):not(.live-inspection-section):not(.visual-process-section):not(.media-support-section) .panel,
main > section:nth-of-type(even):not(.hero):not(.live-inspection-section):not(.visual-process-section):not(.media-support-section) .card,
main > section:nth-of-type(even):not(.hero):not(.live-inspection-section):not(.visual-process-section):not(.media-support-section) details {
  background: #FFFFFF;
  color: var(--doovas-dark-text);
  border: 1px solid var(--doovas-border);
  box-shadow: 0 18px 42px rgba(15,23,42,.08);
}
main > section:nth-of-type(even):not(.hero):not(.live-inspection-section):not(.visual-process-section):not(.media-support-section) .panel h2,
main > section:nth-of-type(even):not(.hero):not(.live-inspection-section):not(.visual-process-section):not(.media-support-section) .card h2,
main > section:nth-of-type(even):not(.hero):not(.live-inspection-section):not(.visual-process-section):not(.media-support-section) .card h3,
main > section:nth-of-type(even):not(.hero):not(.live-inspection-section):not(.visual-process-section):not(.media-support-section) summary {
  color: var(--doovas-dark-text);
}
main > section:nth-of-type(even):not(.hero):not(.live-inspection-section):not(.visual-process-section):not(.media-support-section) .panel p,
main > section:nth-of-type(even):not(.hero):not(.live-inspection-section):not(.visual-process-section):not(.media-support-section) .card p,
main > section:nth-of-type(even):not(.hero):not(.live-inspection-section):not(.visual-process-section):not(.media-support-section) details p {
  color: #475569;
}

.primary,.btn.primary,button.btn,input[type="submit"],.lead-form button,.cta-row .primary {
  background: var(--doovas-amber) !important;
  color: #111827 !important;
  border-color: var(--doovas-amber) !important;
  box-shadow: 0 14px 32px rgba(245,158,11,.22);
}
.primary:hover,.btn.primary:hover,button.btn:hover,input[type="submit"]:hover,.lead-form button:hover,.cta-row .primary:hover {
  background: var(--doovas-amber-hover) !important;
  color: #FFFFFF !important;
  border-color: var(--doovas-amber-hover) !important;
}
.secondary,.btn.secondary,.cta-row .secondary {
  background: rgba(231,193,90,.08) !important;
  color: #FFFFFF !important;
  border-color: rgba(231,193,90,.58) !important;
}
.secondary:hover,.btn.secondary:hover,.cta-row .secondary:hover {
  background: rgba(231,193,90,.16) !important;
}

main a:not(.btn):not(.brand):not(.cookie-settings-link),.breadcrumbs a,.cookie-privacy-link,.cookie-settings-link {
  color: var(--doovas-gold) !important;
}
main > section:nth-of-type(even):not(.hero):not(.live-inspection-section):not(.visual-process-section):not(.media-support-section) a:not(.btn) {
  color: var(--doovas-trust-blue-dark) !important;
}

.trust-strip span,.keyword-pills span,.language-switch,.mobile-lang-switch {
  border-color: rgba(231,193,90,.36);
  background: rgba(231,193,90,.09);
  color: #FFFFFF;
}
.trust-strip span::before { background: var(--doovas-gold); }
.language-switch a.active { background: var(--doovas-amber); color:#111827; }

.lead-form label,.form-grid label { color:#FFFFFF; }
.lead-form input,.lead-form textarea,.lead-form select,.form-grid input,.form-grid select,textarea,select,.service-select {
  background:#FFFFFF !important;
  color:var(--doovas-dark-text) !important;
  border:1px solid var(--doovas-border) !important;
}
.lead-form input::placeholder,.lead-form textarea::placeholder,textarea::placeholder,input::placeholder { color:#64748B !important; }
.lead-form input:focus,.lead-form textarea:focus,.lead-form select:focus {
  border-color: var(--doovas-gold) !important;
  box-shadow:0 0 0 3px rgba(231,193,90,.25) !important;
}

.footer {
  background: var(--doovas-primary-navy);
  border-top-color: rgba(216,224,234,.18);
}
.footer p,.footer li { color: var(--doovas-soft-text); }

html[dir="rtl"] body,html[dir="rtl"] p,html[dir="rtl"] li,html[lang="ar"] body,html[lang="ar"] p,html[lang="ar"] li {
  line-height:1.9;
}
html[dir="rtl"] .card,html[dir="rtl"] .panel,html[dir="rtl"] details,html[lang="ar"] .card,html[lang="ar"] .panel,html[lang="ar"] details {
  line-height:1.9;
}
:focus-visible { outline:3px solid var(--doovas-gold); outline-offset:3px; }


/* v89 white-background contrast hotfix: readable professional logistics layout */
:root{
  --doovas-primary-navy:#071827;
  --doovas-secondary-navy:#102235;
  --doovas-gold:#E7C15A;
  --doovas-amber:#F59E0B;
  --doovas-amber-hover:#B45309;
  --doovas-trust-blue:#2F80A7;
  --doovas-trust-blue-dark:#1F6686;
  --doovas-light-surface:#F8FAFC;
  --doovas-dark-text:#0F172A;
  --doovas-body-text:#334155;
  --doovas-muted-text:#475569;
  --doovas-border:#D8E0EA;
  --bg:#FFFFFF;
  --text:var(--doovas-dark-text);
  --muted:var(--doovas-muted-text);
  --line:var(--doovas-border);
  --card:#FFFFFF;
  --panel:#FFFFFF;
  --accent:var(--doovas-amber);
  --gold:var(--doovas-gold);
  --gold2:var(--doovas-gold);
  --blue:var(--doovas-trust-blue);
}

html,body{
  background:#FFFFFF !important;
  color:var(--doovas-dark-text) !important;
}
body{
  background:#FFFFFF !important;
}
main,
main > section,
.hero,
main>.hero:first-child,
.visual-process-section,
.media-support-section,
.live-inspection-section,
.dark-section,
.process-section,
.content-section,
.light-section,
.faq-section,
.form-section{
  background:#FFFFFF !important;
  background-image:none !important;
  color:var(--doovas-dark-text) !important;
}

main h1,main h2,main h3,
.hero h1,.hero h2,.hero h3,
.visual-process-section h1,.visual-process-section h2,.visual-process-section h3,
.media-support-section h1,.media-support-section h2,.media-support-section h3,
.live-inspection-section h1,.live-inspection-section h2,.live-inspection-section h3,
.panel h1,.panel h2,.panel h3,
.card h1,.card h2,.card h3,
.process-step h3,
details summary{
  color:var(--doovas-dark-text) !important;
  text-shadow:none !important;
}
main p,main li,
.hero p,.visual-process-section p,.media-support-section p,.live-inspection-section p,
.panel p,.card p,.process-step p,details p{
  color:var(--doovas-body-text) !important;
  text-shadow:none !important;
}

/* Light professional cards instead of dark blocks */
.panel,.card,.process-step,.media-panel,details,.form-card,.service-card,.trust-card{
  background:#FFFFFF !important;
  background-image:none !important;
  color:var(--doovas-dark-text) !important;
  border:1px solid var(--doovas-border) !important;
  box-shadow:0 18px 42px rgba(15,23,42,.08) !important;
}
.card-media,.hero-visual img,.section-visual img{
  background:#FFFFFF !important;
  border:1px solid var(--doovas-border) !important;
  box-shadow:0 18px 42px rgba(15,23,42,.10) !important;
}

/* Trust strip / keyword pills: fix white-on-cream contrast */
.trust-strip span,
.keyword-pills span,
.pill,
.badge{
  background:#FFFFFF !important;
  color:var(--doovas-dark-text) !important;
  border:1px solid var(--doovas-border) !important;
  box-shadow:0 10px 24px rgba(15,23,42,.06) !important;
  font-weight:800 !important;
  text-shadow:none !important;
}
.trust-strip span::before,
.keyword-pills span::before{
  background:var(--doovas-amber) !important;
  box-shadow:0 0 0 4px rgba(245,158,11,.18) !important;
}

/* Process cards: readable on white */
.visual-process-section .wrap.panel{
  background:#FFFFFF !important;
  border:1px solid var(--doovas-border) !important;
}
.visual-process-section .eyebrow,
.eyebrow,.kicker,.proof-kicker{
  color:var(--doovas-trust-blue-dark) !important;
  text-shadow:none !important;
}
.process-step{
  background:#FFFFFF !important;
  border:1px solid var(--doovas-border) !important;
}
.process-step .step-number{
  background:var(--doovas-amber) !important;
  color:#111827 !important;
  box-shadow:none !important;
}
.step-icon,.service-icon{
  background:rgba(7,24,39,.04) !important;
  box-shadow:0 8px 20px rgba(15,23,42,.10) !important;
}

/* Links and CTAs with accessible contrast */
main a:not(.btn):not(.brand):not(.cookie-settings-link),
.breadcrumbs a,.cookie-privacy-link,.cookie-settings-link{
  color:var(--doovas-trust-blue-dark) !important;
}
.primary,.btn.primary,button.btn,input[type="submit"],.lead-form button,.cta-row .primary,
.btn,.button,.cta,a.btn,button,input[type="submit"]{
  background:var(--doovas-amber) !important;
  color:#111827 !important;
  border-color:var(--doovas-amber) !important;
  box-shadow:0 14px 30px rgba(245,158,11,.22) !important;
  text-shadow:none !important;
}
.primary:hover,.btn.primary:hover,button.btn:hover,input[type="submit"]:hover,.lead-form button:hover,.cta-row .primary:hover,
.btn:hover,.button:hover,.cta:hover,a.btn:hover,button:hover{
  background:var(--doovas-amber-hover) !important;
  color:#FFFFFF !important;
  border-color:var(--doovas-amber-hover) !important;
}
.secondary,.btn.secondary,.cta-row .secondary,.ghost,.btn-ghost{
  background:#FFFFFF !important;
  color:var(--doovas-primary-navy) !important;
  border:1px solid var(--doovas-border) !important;
}
.secondary:hover,.btn.secondary:hover,.cta-row .secondary:hover,.ghost:hover,.btn-ghost:hover{
  background:var(--doovas-light-surface) !important;
  color:var(--doovas-primary-navy) !important;
}

/* Forms remain clear on light background */
.lead-form label,.form-grid label,label{
  color:var(--doovas-dark-text) !important;
}
.lead-form input,.lead-form textarea,.lead-form select,.form-grid input,.form-grid select,textarea,select,.service-select,input{
  background:#FFFFFF !important;
  color:var(--doovas-dark-text) !important;
  border:1px solid var(--doovas-border) !important;
}
.lead-form input::placeholder,.lead-form textarea::placeholder,textarea::placeholder,input::placeholder{
  color:#64748B !important;
}
.lead-form input:focus,.lead-form textarea:focus,.lead-form select:focus,input:focus,textarea:focus,select:focus{
  border-color:var(--doovas-trust-blue) !important;
  box-shadow:0 0 0 3px rgba(47,128,167,.20) !important;
}

/* Header and footer can keep Doovas navy identity while page content is white */
.top,.main-header,.site-header,.header,.mobile-menu{
  background:rgba(7,24,39,.98) !important;
  color:#FFFFFF !important;
  border-color:rgba(216,224,234,.18) !important;
}
.desktop-nav a,.mobile-menu a{color:#FFFFFF !important;}
.language-switch,.mobile-lang-switch{
  background:#FFFFFF !important;
  color:var(--doovas-primary-navy) !important;
  border:1px solid var(--doovas-border) !important;
}
.language-switch a{color:var(--doovas-primary-navy) !important;}
.language-switch a.active{background:var(--doovas-amber) !important;color:#111827 !important;}
.footer{
  background:var(--doovas-primary-navy) !important;
  color:var(--doovas-soft-text) !important;
}
.footer h2,.footer h3,.footer strong{color:#FFFFFF !important;}
.footer p,.footer li{color:var(--doovas-soft-text) !important;}
.footer a{color:var(--doovas-gold) !important;}

/* Arabic contrast/readability */
html[dir="rtl"] main,
html[lang="ar"] main,
html[dir="rtl"] main p,
html[dir="rtl"] main li,
html[lang="ar"] main p,
html[lang="ar"] main li{
  color:var(--doovas-body-text) !important;
  line-height:1.9 !important;
}
html[dir="rtl"] main h1,
html[dir="rtl"] main h2,
html[dir="rtl"] main h3,
html[lang="ar"] main h1,
html[lang="ar"] main h2,
html[lang="ar"] main h3{
  color:var(--doovas-dark-text) !important;
  line-height:1.35 !important;
}
html[dir="rtl"] .card,
html[dir="rtl"] .panel,
html[dir="rtl"] .process-step,
html[dir="rtl"] details,
html[lang="ar"] .card,
html[lang="ar"] .panel,
html[lang="ar"] .process-step,
html[lang="ar"] details{
  color:var(--doovas-dark-text) !important;
  line-height:1.9 !important;
}

:focus-visible{outline:3px solid var(--doovas-trust-blue) !important;outline-offset:3px !important;}


/* v90 contrast and white-card cleanup */
.buyer-trust-section,
.v85-buyer-trust{
  background:#FFFFFF !important;
  background-image:none !important;
  color:#0F172A !important;
}
.buyer-trust-section .wrap,
.v85-buyer-trust .wrap{
  background:#FFFFFF !important;
  background-image:none !important;
  color:#0F172A !important;
  border:1px solid #D8E0EA !important;
  box-shadow:0 18px 42px rgba(15,23,42,.08) !important;
}
.bright-section-head{
  align-items:start !important;
}
.bright-section-head h2,
.buyer-trust-section h2,
.v85-buyer-trust h2{
  color:#0F172A !important;
  text-shadow:none !important;
}
.bright-section-head p,
.buyer-trust-section p,
.v85-buyer-trust p{
  color:#334155 !important;
  text-shadow:none !important;
}
.buyer-trust-section .eyebrow,
.v85-buyer-trust .eyebrow{
  color:#1F6686 !important;
}
.bright-count{
  background:#F59E0B !important;
  color:#111827 !important;
  border:1px solid #F59E0B !important;
  box-shadow:0 12px 28px rgba(245,158,11,.20) !important;
  text-shadow:none !important;
}
.trust-note{
  background:#FFFFFF !important;
  color:#0F172A !important;
  border:1px solid #D8E0EA !important;
  box-shadow:0 14px 30px rgba(15,23,42,.07) !important;
  min-height:0 !important;
}
.trust-note b{
  background:#F59E0B !important;
  color:#111827 !important;
  box-shadow:0 0 0 4px rgba(245,158,11,.16) !important;
}
.trust-note strong{
  color:#0F172A !important;
  text-shadow:none !important;
}
.trust-note span{
  color:#334155 !important;
  text-shadow:none !important;
}

/* positive-only scope cards */
.grid.one{
  grid-template-columns:minmax(0,1fr) !important;
}
.grid.one .card{
  max-width:980px;
  margin-inline:auto;
}

/* Arabic polish/readability */
html[dir="rtl"] .buyer-trust-section,
html[lang="ar"] .buyer-trust-section{
  text-align:right;
}
html[dir="rtl"] main p,
html[dir="rtl"] main li,
html[lang="ar"] main p,
html[lang="ar"] main li{
  line-height:1.95 !important;
}


/* v92 TikTok/address + language/dropdown contrast hotfix */
.footer-address{
  margin:14px 0 6px;
  color:var(--doovas-soft-text) !important;
  font-weight:750;
  line-height:1.65;
}
.footer-address strong{
  color:#FFFFFF !important;
}
.contact-address-section{
  padding-top:18px;
  padding-bottom:18px;
  background:#FFFFFF;
}
.contact-address-card{
  border:1px solid var(--doovas-border);
  border-radius:22px;
  background:#FFFFFF;
  color:var(--doovas-dark-text);
  padding:22px 24px;
  box-shadow:0 18px 42px rgba(15,23,42,.08);
}
.contact-address-card h2{
  color:var(--doovas-dark-text) !important;
  margin:0 0 8px;
  font-size:clamp(24px,3vw,34px);
}
.contact-address-card p{
  color:#334155 !important;
  margin:0;
  font-weight:800;
}
.social-links a{
  color:#FFFFFF !important;
  border-color:rgba(216,224,234,.28) !important;
  background:rgba(255,255,255,.08) !important;
}
.social-links a:hover{
  color:#111827 !important;
  background:var(--doovas-amber) !important;
  border-color:var(--doovas-amber) !important;
}

/* Make language switch visible inside the mobile dropdown/menu */
.mobile-menu .language-switch,
.mobile-menu .mobile-lang-switch,
.language-switch.mobile-lang-switch{
  background:#FFFFFF !important;
  color:var(--doovas-primary-navy) !important;
  border:1px solid var(--doovas-border) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
}
.mobile-menu .language-switch a,
.mobile-menu .mobile-lang-switch a,
.language-switch.mobile-lang-switch a{
  color:var(--doovas-primary-navy) !important;
  background:#FFFFFF !important;
  border:1px solid #D8E0EA !important;
  min-height:34px;
  padding:6px 10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.mobile-menu .language-switch a.active,
.mobile-menu .mobile-lang-switch a.active,
.language-switch.mobile-lang-switch a.active{
  background:var(--doovas-amber) !important;
  color:#111827 !important;
  border-color:var(--doovas-amber) !important;
}
.mobile-menu .language-switch span,
.mobile-menu .mobile-lang-switch span,
.language-switch.mobile-lang-switch span{
  color:var(--doovas-primary-navy) !important;
  font-weight:900;
}

/* Native select dropdown options: keep every option readable on desktop and mobile */
select,
.form select,
form select,
.service-select,
.lead-form select{
  background:#FFFFFF !important;
  color:var(--doovas-dark-text) !important;
  color-scheme:light !important;
}
select option,
.service-select option,
.lead-form select option,
.form select option,
form select option{
  background:#FFFFFF !important;
  color:var(--doovas-dark-text) !important;
}
select option:checked,
.service-select option:checked,
.lead-form select option:checked{
  background:var(--doovas-amber) !important;
  color:#111827 !important;
}
select option:disabled,
.service-select option:disabled,
.lead-form select option:disabled{
  background:#F8FAFC !important;
  color:#475569 !important;
}


/* v93 WhatsApp and Netlify form reliability hotfix */
.bot-field{
  position:absolute !important;
  left:-9999px !important;
  top:auto !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  opacity:0 !important;
}
.footer-whatsapp-btn,
.address-whatsapp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin:10px 0 14px;
  padding:10px 16px;
  border-radius:999px;
  background:#25D366 !important;
  color:#071827 !important;
  font-weight:900;
  text-decoration:none;
  border:1px solid rgba(7,24,39,.12);
  box-shadow:0 12px 28px rgba(37,211,102,.22);
}
.footer-whatsapp-btn:hover,
.address-whatsapp-btn:hover{
  background:#128C7E !important;
  color:#FFFFFF !important;
}
.contact-address-card .address-whatsapp-btn{
  margin-top:16px;
}
html[dir="rtl"] .footer-whatsapp-btn,
html[dir="rtl"] .address-whatsapp-btn,
html[lang="ar"] .footer-whatsapp-btn,
html[lang="ar"] .address-whatsapp-btn{
  direction:rtl;
}


/* v94 Doovas brand-book alignment, WhatsApp placement, Arabic FAQ polish */
:root {
  --doovas-pure-white: #FFFFFF;
  --doovas-honeycomb: #F5B400;
  --doovas-obsidian: #111827;
  --doovas-chalk: #F3F4F6;
  --doovas-border: #D8E0EA;
  --doovas-dark-text: #111827;
  --doovas-amber: #F5B400;
  --accent: #F5B400;
  --gold: #F5B400;
}
body{background:#FFFFFF !important;color:#111827 !important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
.machinery-category-section,.machinery-categories-section,.category-showcase,.equipment-category-section,.buyer-trust-section,.v85-buyer-trust{background:#FFFFFF !important;background-image:none !important;color:#111827 !important;}
.machinery-category-section .wrap,.machinery-categories-section .wrap,.category-showcase .wrap,.equipment-category-section .wrap,.buyer-trust-section .wrap,.v85-buyer-trust .wrap{background:#FFFFFF !important;background-image:none !important;color:#111827 !important;border:1px solid #D8E0EA !important;box-shadow:0 18px 42px rgba(17,24,39,.08) !important;}
.machinery-category-section h1,.machinery-category-section h2,.machinery-category-section h3,.machinery-categories-section h1,.machinery-categories-section h2,.machinery-categories-section h3,.category-showcase h1,.category-showcase h2,.category-showcase h3,.equipment-category-section h1,.equipment-category-section h2,.equipment-category-section h3,.buyer-trust-section h2,.v85-buyer-trust h2{color:#111827 !important;text-shadow:none !important;}
.machinery-category-section p,.machinery-category-section li,.machinery-categories-section p,.machinery-categories-section li,.category-showcase p,.category-showcase li,.equipment-category-section p,.equipment-category-section li,.buyer-trust-section p,.v85-buyer-trust p{color:#334155 !important;text-shadow:none !important;}
.machinery-category-section .eyebrow,.machinery-categories-section .eyebrow,.category-showcase .eyebrow,.equipment-category-section .eyebrow,.buyer-trust-section .eyebrow,.v85-buyer-trust .eyebrow{color:#111827 !important;letter-spacing:.14em;}
.machinery-category-section .pill,.machinery-categories-section .pill,.category-showcase .pill,.equipment-category-section .pill,.buyer-trust-section .pill,.v85-buyer-trust .pill,.bright-section-head .pill{background:#F5B400 !important;color:#111827 !important;border-color:#F5B400 !important;box-shadow:0 12px 26px rgba(245,180,0,.22) !important;}
.machinery-category-section .card,.machinery-categories-section .card,.category-showcase .card,.equipment-category-section .card,.machinery-category-section article,.machinery-categories-section article,.category-showcase article,.equipment-category-section article{background:#FFFFFF !important;color:#111827 !important;border:1px solid #D8E0EA !important;box-shadow:0 18px 42px rgba(17,24,39,.08) !important;border-radius:28px !important;}
.machinery-category-section .card h3,.machinery-categories-section .card h3,.category-showcase .card h3,.equipment-category-section .card h3,.machinery-category-section article h3,.machinery-categories-section article h3,.category-showcase article h3,.equipment-category-section article h3{color:#111827 !important;}
.machinery-category-section .card p,.machinery-categories-section .card p,.category-showcase .card p,.equipment-category-section .card p,.machinery-category-section article p,.machinery-categories-section article p,.category-showcase article p,.equipment-category-section article p{color:#334155 !important;}
.grid.one{grid-template-columns:minmax(0,1fr) !important;}.grid.one .card{max-width:980px;margin-inline:auto;}
html[dir="rtl"] details,html[lang="ar"] details{background:#FFFFFF !important;border:1px solid #D8E0EA !important;border-radius:24px !important;box-shadow:0 14px 32px rgba(17,24,39,.07) !important;overflow:hidden !important;margin-bottom:14px !important;}
html[dir="rtl"] details summary,html[lang="ar"] details summary{color:#111827 !important;background:#FFFFFF !important;padding:20px 24px !important;font-weight:900 !important;line-height:1.8 !important;cursor:pointer;border-radius:24px !important;}
html[dir="rtl"] details[open] summary,html[lang="ar"] details[open] summary{border-bottom:1px solid #D8E0EA !important;border-radius:24px 24px 0 0 !important;}
html[dir="rtl"] details p,html[lang="ar"] details p{color:#334155 !important;padding:18px 24px 22px !important;margin:0 !important;line-height:1.95 !important;text-align:right !important;}
html[dir="rtl"] main p,html[dir="rtl"] main li,html[lang="ar"] main p,html[lang="ar"] main li{line-height:1.95 !important;}
.footer-whatsapp-btn{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin:10px 0 16px;padding:11px 18px;border-radius:999px;background:#25D366 !important;color:#111827 !important;font-weight:900;text-decoration:none;border:1px solid rgba(17,24,39,.12);box-shadow:0 12px 28px rgba(37,211,102,.22);}
.footer-whatsapp-btn:hover{background:#128C7E !important;color:#FFFFFF !important;}
.address-whatsapp-btn{display:none !important;}
.bot-field{position:absolute !important;left:-9999px !important;top:auto !important;width:1px !important;height:1px !important;overflow:hidden !important;opacity:0 !important;}
@media (max-width:760px){.machinery-category-section .wrap,.machinery-categories-section .wrap,.category-showcase .wrap,.equipment-category-section .wrap{border-radius:22px !important;padding:22px !important;}html[dir="rtl"] details summary,html[lang="ar"] details summary{padding:18px !important;}html[dir="rtl"] details p,html[lang="ar"] details p{padding:16px 18px 20px !important;}}


/* v95 exact brand fix: machinery gallery, address, LinkedIn, favicon/share alignment */
:root {
  --doovas-pure-white:#FFFFFF;
  --doovas-honeycomb:#F5B400;
  --doovas-obsidian:#111827;
  --doovas-chalk:#F3F4F6;
  --doovas-border:#D8E0EA;
  --doovas-muted:#334155;
}

/* Exact section from the live bug: bright-proof-section machinery-gallery-section v85-machinery-gallery */
section.bright-proof-section.machinery-gallery-section,
section.machinery-gallery-section,
section.v85-machinery-gallery,
.bright-proof-section.v85-machinery-gallery,
.machinery-gallery-section.v85-machinery-gallery {
  background:#FFFFFF !important;
  background-image:none !important;
  color:#111827 !important;
}

section.bright-proof-section.machinery-gallery-section .wrap,
section.machinery-gallery-section .wrap,
section.v85-machinery-gallery .wrap,
.bright-proof-section.v85-machinery-gallery .wrap,
.machinery-gallery-section.v85-machinery-gallery .wrap {
  background:#FFFFFF !important;
  background-image:none !important;
  color:#111827 !important;
  border:1px solid #D8E0EA !important;
  border-radius:30px !important;
  box-shadow:0 18px 42px rgba(17,24,39,.08) !important;
}

section.machinery-gallery-section .bright-section-head h2,
section.v85-machinery-gallery .bright-section-head h2,
.bright-proof-section.v85-machinery-gallery .bright-section-head h2,
.machinery-gallery-section.v85-machinery-gallery .bright-section-head h2 {
  color:#111827 !important;
  text-shadow:none !important;
}

section.machinery-gallery-section .bright-section-head p,
section.v85-machinery-gallery .bright-section-head p,
.bright-proof-section.v85-machinery-gallery .bright-section-head p,
.machinery-gallery-section.v85-machinery-gallery .bright-section-head p {
  color:#334155 !important;
  text-shadow:none !important;
}

section.machinery-gallery-section .eyebrow,
section.v85-machinery-gallery .eyebrow,
.bright-proof-section.v85-machinery-gallery .eyebrow,
.machinery-gallery-section.v85-machinery-gallery .eyebrow {
  color:#111827 !important;
  opacity:1 !important;
}

section.machinery-gallery-section .bright-count,
section.v85-machinery-gallery .bright-count,
.bright-proof-section.v85-machinery-gallery .bright-count,
.machinery-gallery-section.v85-machinery-gallery .bright-count {
  background:#F5B400 !important;
  background-image:none !important;
  color:#111827 !important;
  border:1px solid #F5B400 !important;
  box-shadow:0 12px 26px rgba(245,180,0,.22) !important;
}

section.machinery-gallery-section .proof-photo-card,
section.v85-machinery-gallery .proof-photo-card,
.bright-proof-section.v85-machinery-gallery .proof-photo-card,
.machinery-gallery-section.v85-machinery-gallery .proof-photo-card {
  background:#FFFFFF !important;
  background-image:none !important;
  color:#111827 !important;
  border:1px solid #D8E0EA !important;
  border-radius:26px !important;
  box-shadow:0 16px 36px rgba(17,24,39,.08) !important;
}

section.machinery-gallery-section .proof-photo-card strong,
section.v85-machinery-gallery .proof-photo-card strong,
.bright-proof-section.v85-machinery-gallery .proof-photo-card strong,
.machinery-gallery-section.v85-machinery-gallery .proof-photo-card strong {
  color:#111827 !important;
  text-shadow:none !important;
}

section.machinery-gallery-section .proof-photo-card span,
section.v85-machinery-gallery .proof-photo-card span,
.bright-proof-section.v85-machinery-gallery .proof-photo-card span,
.machinery-gallery-section.v85-machinery-gallery .proof-photo-card span {
  color:#334155 !important;
  text-shadow:none !important;
}

section.machinery-gallery-section .proof-photo-card img,
section.v85-machinery-gallery .proof-photo-card img,
.bright-proof-section.v85-machinery-gallery .proof-photo-card img,
.machinery-gallery-section.v85-machinery-gallery .proof-photo-card img {
  filter:none !important;
}

/* Address appears once per page at the bottom only. */
.contact-address-section,
.contact-address-card,
.address-whatsapp-btn {
  display:none !important;
}
.footer-address {
  margin:14px 0 4px !important;
  color:#E5E7EB !important;
  font-weight:760 !important;
}
.footer-address strong { color:#FFFFFF !important; }
.footer-whatsapp-btn {
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin:10px 0 16px !important;
  padding:11px 18px !important;
  border-radius:999px !important;
  background:#25D366 !important;
  color:#111827 !important;
  font-weight:900 !important;
  text-decoration:none !important;
  border:1px solid rgba(17,24,39,.12) !important;
  box-shadow:0 12px 28px rgba(37,211,102,.22) !important;
}
.footer-whatsapp-btn:hover { background:#128C7E !important; color:#FFFFFF !important; }

.social-links a[href*="linkedin.com"] {
  color:#FFFFFF !important;
  border-color:rgba(216,224,234,.28) !important;
  background:rgba(255,255,255,.08) !important;
}
.social-links a[href*="linkedin.com"]:hover {
  background:#F5B400 !important;
  color:#111827 !important;
  border-color:#F5B400 !important;
}

/* Arabic FAQ frames stay rounded and aligned with English. */
html[dir="rtl"] details,
html[lang="ar"] details {
  border-radius:24px !important;
  overflow:hidden !important;
  border:1px solid #D8E0EA !important;
  background:#FFFFFF !important;
  box-shadow:0 14px 32px rgba(17,24,39,.07) !important;
}
html[dir="rtl"] details summary,
html[lang="ar"] details summary {
  border-radius:24px !important;
  color:#111827 !important;
  line-height:1.8 !important;
}
html[dir="rtl"] details[open] summary,
html[lang="ar"] details[open] summary { border-radius:24px 24px 0 0 !important; }
html[dir="rtl"] details p,
html[lang="ar"] details p {
  color:#334155 !important;
  line-height:1.95 !important;
}


/* v96 official logo, machinery hard fix, and native Netlify form reliability */
.brand.brand-official{display:flex;align-items:center;gap:10px;min-width:0;}
.brand-official-logo{display:block;width:clamp(150px,15vw,230px);height:auto;max-height:56px;object-fit:contain;background:#FFFFFF;border-radius:16px;padding:8px 10px;box-shadow:0 10px 26px rgba(0,0,0,.16);}
.footer-official-logo{display:block;width:min(260px,72vw);height:auto;background:#FFFFFF;border-radius:18px;padding:10px 12px;margin:0 0 18px;}
.sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important;}
.brand-clean-machinery-section{background:#FFFFFF !important;background-image:none !important;color:#111827 !important;}
.brand-clean-machinery-section .brand-clean-machinery-wrap,.brand-clean-machinery-section > .wrap{background:#FFFFFF !important;background-image:none !important;color:#111827 !important;border:1px solid #D8E0EA !important;border-radius:30px !important;box-shadow:0 18px 42px rgba(17,24,39,.08) !important;}
.brand-clean-machinery-section .bright-section-head h2,.brand-clean-machinery-section h2,.brand-clean-machinery-section h3,.brand-clean-machinery-section strong{color:#111827 !important;text-shadow:none !important;}
.brand-clean-machinery-section .bright-section-head p,.brand-clean-machinery-section p,.brand-clean-machinery-section span,.brand-clean-machinery-section li{color:#334155 !important;text-shadow:none !important;}
.brand-clean-machinery-section .bright-count,.brand-clean-machinery-section .pill{background:#F5B400 !important;color:#111827 !important;border:1px solid #F5B400 !important;box-shadow:0 12px 26px rgba(245,180,0,.22) !important;}
.brand-clean-machinery-card,.brand-clean-machinery-section .proof-photo-card{background:#FFFFFF !important;background-image:none !important;color:#111827 !important;border:1px solid #D8E0EA !important;border-radius:26px !important;box-shadow:0 16px 36px rgba(17,24,39,.08) !important;}
.brand-clean-machinery-section .proof-photo-card strong{color:#111827 !important;}
.brand-clean-machinery-section .proof-photo-card span{color:#334155 !important;}
.contact-address-section,.contact-address-card,.address-whatsapp-btn{display:none !important;}
.footer-whatsapp-btn{display:inline-flex !important;align-items:center;justify-content:center;width:max-content;max-width:100%;margin:10px 0 16px;padding:11px 18px;border-radius:999px;background:#25D366 !important;color:#111827 !important;font-weight:900;text-decoration:none;border:1px solid rgba(17,24,39,.12);box-shadow:0 12px 28px rgba(37,211,102,.22);}
.footer-whatsapp-btn:hover{background:#128C7E !important;color:#FFFFFF !important;}
.bot-field{position:absolute !important;left:-9999px !important;top:auto !important;width:1px !important;height:1px !important;overflow:hidden !important;opacity:0 !important;}
@media(max-width:760px){.brand-official-logo{width:150px;max-height:46px;border-radius:14px;padding:7px 8px;}.brand-clean-machinery-section > .wrap,.brand-clean-machinery-section .brand-clean-machinery-wrap{border-radius:22px !important;padding:22px !important;}}


/* v97 integrated header logo and verified Netlify form submission */
.brand.brand-navbar-integrated{
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
  padding:0 !important;
  border-radius:0 !important;
  display:flex !important;
  align-items:center !important;
  min-width:0 !important;
}
.brand-official-logo-header{
  display:block !important;
  width:clamp(160px, 14vw, 245px) !important;
  height:auto !important;
  max-height:58px !important;
  object-fit:contain !important;
  background:transparent !important;
  border-radius:0 !important;
  padding:0 !important;
  box-shadow:none !important;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.18)) !important;
}
.site-header .brand-official-logo,
.main-header .brand-official-logo,
header .brand-official-logo{
  background:transparent !important;
  border-radius:0 !important;
  padding:0 !important;
  box-shadow:none !important;
}
.footer-official-logo{
  display:block;
  width:min(260px, 72vw);
  height:auto;
  background:#FFFFFF;
  border-radius:18px;
  padding:10px 12px;
  margin:0 0 18px;
}
.brand-clean-machinery-section{background:#FFFFFF !important;background-image:none !important;color:#111827 !important;}
.brand-clean-machinery-section .brand-clean-machinery-wrap,
.brand-clean-machinery-section > .wrap{background:#FFFFFF !important;background-image:none !important;color:#111827 !important;border:1px solid #D8E0EA !important;border-radius:30px !important;box-shadow:0 18px 42px rgba(17,24,39,.08) !important;}
.brand-clean-machinery-section h1,.brand-clean-machinery-section h2,.brand-clean-machinery-section h3,.brand-clean-machinery-section strong{color:#111827 !important;text-shadow:none !important;}
.brand-clean-machinery-section p,.brand-clean-machinery-section span,.brand-clean-machinery-section li{color:#334155 !important;text-shadow:none !important;}
.brand-clean-machinery-section .bright-count,.brand-clean-machinery-section .pill{background:#F5B400 !important;color:#111827 !important;border:1px solid #F5B400 !important;box-shadow:0 12px 26px rgba(245,180,0,.22) !important;}
.brand-clean-machinery-card,.brand-clean-machinery-section .proof-photo-card{background:#FFFFFF !important;background-image:none !important;color:#111827 !important;border:1px solid #D8E0EA !important;border-radius:26px !important;box-shadow:0 16px 36px rgba(17,24,39,.08) !important;overflow:hidden !important;}
.contact-address-section,.contact-address-card,.address-whatsapp-btn{display:none !important;}
.footer-whatsapp-btn{display:inline-flex !important;align-items:center;justify-content:center;width:max-content;max-width:100%;margin:10px 0 16px;padding:11px 18px;border-radius:999px;background:#25D366 !important;color:#111827 !important;font-weight:900;text-decoration:none;border:1px solid rgba(17,24,39,.12);box-shadow:0 12px 28px rgba(37,211,102,.22);}
.footer-whatsapp-btn:hover{background:#128C7E !important;color:#FFFFFF !important;}
.bot-field{position:absolute !important;left:-9999px !important;top:auto !important;width:1px !important;height:1px !important;overflow:hidden !important;opacity:0 !important;}
@media(max-width:760px){.brand-official-logo-header{width:156px !important;max-height:44px !important;}}
