
/* LOCAL POPPINS FAMILY — embedded from the supplied original Poppins package */
@font-face{font-family:"Poppins";src:url("fonts/Poppins-Thin.ttf") format("truetype");font-weight:100;font-style:normal;font-display:swap}
@font-face{font-family:"Poppins";src:url("fonts/Poppins-ExtraLight.ttf") format("truetype");font-weight:200;font-style:normal;font-display:swap}
@font-face{font-family:"Poppins";src:url("fonts/Poppins-Light.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:"Poppins";src:url("fonts/Poppins-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Poppins";src:url("fonts/Poppins-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Poppins";src:url("fonts/Poppins-SemiBold.ttf") format("truetype");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Poppins";src:url("fonts/Poppins-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"Poppins";src:url("fonts/Poppins-ExtraBold.ttf") format("truetype");font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:"Poppins";src:url("fonts/Poppins-Black.ttf") format("truetype");font-weight:900;font-style:normal;font-display:swap}
@font-face{font-family:"Poppins";src:url("fonts/Poppins-Italic.ttf") format("truetype");font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:"Poppins";src:url("fonts/Poppins-LightItalic.ttf") format("truetype");font-weight:300;font-style:italic;font-display:swap}
@font-face{font-family:"Poppins";src:url("fonts/Poppins-SemiBoldItalic.ttf") format("truetype");font-weight:600;font-style:italic;font-display:swap}
@font-face{font-family:"Poppins";src:url("fonts/Poppins-BoldItalic.ttf") format("truetype");font-weight:700;font-style:italic;font-display:swap}
:root{--blue:#072F49;--white:#fff;--ink:#12324a;--max:1280px;--s1:clamp(42px,4vw,68px);--s2:21px;--s3:15px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,Arial,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}
header{height:82px;position:sticky;top:0;z-index:20;background:var(--blue);display:flex;align-items:center;padding:0 5vw;gap:35px;color:#fff;border:0;box-shadow:none}header .logo{width:135px;max-height:58px;object-fit:contain}header nav{margin-left:auto;display:flex;gap:34px}header nav a,header span{font-size:13px;font-weight:600;text-transform:none}
.hero{height:calc(100vh - 82px);background:#000;overflow:hidden}.hero video{width:100%;height:100%;object-fit:cover;display:block}
.strip{background:#fff;color:var(--blue);height:54px;display:flex;align-items:center;justify-content:center;font-size:var(--s3);font-weight:600}
.section{padding:92px 6vw;min-height:650px}.section>*{max-width:var(--max);margin-left:auto;margin-right:auto}.white{background:#fff}.blue-section{background:var(--blue);color:#fff}
.heading{text-align:center;margin-bottom:56px}.heading h1{font-size:var(--s1);line-height:1.05;margin:0 0 18px;font-weight:700}.heading p{font-size:var(--s2);line-height:1.55;margin:0 auto;max-width:860px;font-weight:400}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:44px}.service-card{background:var(--blue);color:#fff;border-radius:24px;padding:32px;min-height:315px;display:flex;flex-direction:column}.service-card h2{font-size:var(--s2);margin:0 0 22px}.service-card ul{padding-left:20px;margin:0;line-height:1.9;font-size:var(--s3)}.service-card li::marker{color:#fff}
.btn{display:block;width:max-content;border:2px solid transparent;border-radius:999px;padding:13px 28px;font-size:var(--s3);font-weight:600;transition:transform .18s ease,border-color .12s ease;background:none;cursor:pointer}.btn:hover{transform:translateY(-4px)}.btn.blue{background:var(--blue);color:#fff}.btn.blue:active{border-color:#fff}.white .btn.blue:active{border-color:var(--blue);outline:2px solid var(--blue);outline-offset:2px}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:39px;padding:0 5px}
.person{background:#fff;color:var(--ink);border-radius:18px;padding:18px 18px 0;position:relative;overflow:hidden}
.person-image{position:relative;width:100%;height:330px;border-radius:12px;overflow:hidden}
.person-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 26%;display:block;transition:opacity .55s ease}
.person-normal{opacity:1}.person-wave{opacity:0}
.person-image:hover .person-normal{opacity:0}.person-image:hover .person-wave{opacity:1}
.person-toggle{width:100%;min-height:78px;padding:14px 2px 14px 0;border:0;background:transparent;color:var(--ink);display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;cursor:pointer;font-family:"Poppins",sans-serif;font-weight:200}
.person-toggle>span:first-child{display:flex;flex-direction:column;gap:3px}
.person-name{display:block;font-size:18px;font-weight:200;line-height:1.3}
.person-role{display:block;font-size:14px;font-weight:200;line-height:1.35}
.person-toggle .arrow{flex:0 0 auto;color:var(--blue);font-size:15px;line-height:1;transition:transform .28s ease}
.person.open .person-toggle .arrow{transform:rotate(180deg)}
.person-dropdown{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}
.person-dropdown-inner{overflow:hidden;font-family:"Poppins",sans-serif;font-size:14px;font-weight:200;line-height:1.65;text-align:left}
.person.open .person-dropdown{grid-template-rows:1fr}
.person.open .person-dropdown-inner{padding:0 0 22px}
.client-stage{overflow:hidden}.client-track{display:flex;align-items:center;justify-content:center;gap:28px;min-height:300px;transition:transform .35s ease}.client-logo{width:180px;height:180px;object-fit:cover;border-radius:18px;opacity:.25;transform:scale(.92);transition:.3s;cursor:pointer}.client-logo.active{width:290px;height:290px;opacity:1;transform:scale(1)}.dots{text-align:center;margin:20px auto}.dot{width:9px;height:9px;border:0;border-radius:50%;background:var(--blue);opacity:.28;margin:0 5px;cursor:pointer}.blue-section .dot{background:#fff}.dot.active{opacity:1}.client-info{text-align:center;font-size:var(--s2);line-height:1.5}.client-info h3{font-size:var(--s2);margin:10px 0;font-weight:400}.services{background:var(--blue);color:#fff;border-radius:25px;padding:28px;margin-top:28px;display:grid;gap:14px}.services strong{grid-column:1/-1;font-size:var(--s2)}.services span{font-size:var(--s2)}
.testimonials{padding:90px 8vw;text-align:center}.testimonials blockquote{max-width:950px;margin:0 auto;font-size:var(--s2);line-height:1.65}
.contact form{max-width:920px;display:grid;gap:14px}.contact input,.contact textarea{border:0;border-radius:8px;background:var(--blue);color:#fff;padding:18px 20px;font:inherit}.contact textarea{min-height:115px}.contact input::placeholder,.contact textarea::placeholder{color:rgba(255,255,255,.58)}.contact input:-webkit-autofill,.contact input:-webkit-autofill:hover,.contact input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px var(--blue) inset;caret-color:#fff}.referral{width:max-content;border:0;background:transparent;font:600 var(--s2) Poppins,Arial;cursor:pointer;color:var(--ink)}.referral-input{display:none}.prefooter{text-align:center;font-size:var(--s3);line-height:1.7;margin-top:46px!important}
footer{background:var(--blue);color:#fff;padding:32px 6vw;font-size:12px}footer div{display:flex;gap:25px;margin-bottom:18px}footer a{text-transform:none}.float{position:fixed;right:28px;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;z-index:30;font-size:22px}.whatsapp{bottom:84px;background:#fff;color:var(--blue)}.top{bottom:25px;background:var(--blue);color:#fff;border:1px solid #fff}
@media(max-width:900px){body:before{content:"Desktop preview build — mobile optimization is the next phase.";display:block;background:#fff;color:#0b3150;text-align:center;padding:8px;font-size:12px}header nav{display:none}.service-grid,.team-grid{grid-template-columns:1fr}.client-logo{width:110px;height:110px}.client-logo.active{width:180px;height:180px}}

/* accumulated corrections */
body.home header{position:fixed;left:0;right:0;top:0;background:transparent;transition:background .25s ease,box-shadow .25s ease}
body.home header.scrolled{background:var(--blue);box-shadow:0 4px 18px rgba(0,0,0,.08)}
body.home .hero{height:100vh}.hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero{position:relative}
.strip{height:138px;background:var(--blue);color:#fff;border-top:28px solid #fff;text-align:center;font-size:18px;font-weight:400;line-height:1.55;padding:22px}
.strip strong{font-weight:400}.strip .langline{display:block}
.port-hero p,.portfolio-section .intro p,.legal{font-weight:400!important}
.gallery.three{grid-template-columns:repeat(3,minmax(0,300px));justify-content:center}
footer{text-align:center;padding:26px 6vw 30px}footer div{justify-content:center;margin:0 auto 18px;flex-wrap:wrap}footer a,footer small{opacity:.48;transition:opacity .2s}footer a:hover{opacity:1}footer small:hover{opacity:1}
.contact{padding-top:115px;padding-bottom:60px}.contact-wrap{max-width:1100px!important;display:grid;grid-template-columns:1fr 1.15fr;gap:110px;align-items:center}.contact .heading{text-align:left;margin:0}.contact .heading h1{font-size:38px;line-height:1.12}.contact .heading p{font-size:17px;max-width:430px;margin:0}.contact-details{margin-top:52px;display:grid;gap:18px;font-size:15px;font-weight:600}.contact-details a{display:flex;align-items:center;gap:12px}.contact form{width:100%;max-width:none}.contact .referral{font-size:15px;text-decoration:underline;padding:0}.contact form .btn{width:100%;border-radius:7px}.prefooter{margin-top:48px!important}
.client-track{justify-content:center;min-height:310px}.client-logo{flex:0 0 155px;width:155px;height:155px}.client-logo.active{flex-basis:250px;width:250px;height:250px}.client-info{max-width:1000px!important}.services{max-width:1000px;margin-left:auto;margin-right:auto}
.video-card-grid{max-width:900px;margin:45px auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.video-card{background:var(--blue);color:#fff;border-radius:18px;overflow:hidden;box-shadow:0 10px 24px rgba(11,49,80,.16)}.video-card video,.video-card .preview{width:100%;height:155px;object-fit:cover;display:block;background:#e8edf0}.video-card-body{padding:14px 18px 18px}.video-card h3{margin:0 0 8px;font-size:18px}.video-card p{margin:0;font-size:13px;font-weight:400!important}.web-projects{max-width:900px;margin:45px auto;display:grid;gap:28px}.web-project{background:var(--blue);color:#fff;border-radius:18px;overflow:hidden}.web-project video{width:100%;height:360px;object-fit:cover;background:#e9eef1;display:block}.web-copy{padding:24px}.web-copy h3{margin:0 0 20px}.web-copy .type{font-size:13px;font-weight:600;margin:0 0 8px}.web-copy p{font-weight:400!important;margin:0;line-height:1.6}.web-copy a{float:right;background:#fff;color:var(--blue);padding:10px 18px;border:2px solid transparent;border-radius:8px;font-size:16px;font-weight:600;transition:transform .18s ease,border-color .12s ease,outline-color .12s ease}.web-copy a:hover{transform:translateY(-4px)}.web-copy a:active{border-color:var(--blue);outline:2px solid #fff;outline-offset:2px}
.legal-page{padding:135px 7vw 90px;max-width:1000px;margin:auto}.legal-page h1{font-size:48px}.legal-page h2{margin-top:32px}.legal-page p,.legal-page li{font-weight:400;line-height:1.75}
/* Hero/header approved adjustments */
header{padding-top:8px;box-sizing:border-box}
header .logo{transform:translateY(4px)}
header nav a{font-weight:400;transition:font-weight .15s ease}
header nav a:hover,header nav a:focus,header nav a:active{font-weight:700}
.lang-menu{position:relative;font-size:13px;font-weight:400}
.lang-current{appearance:none;border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;border-radius:22px;padding:9px 13px;cursor:pointer;font:inherit;display:flex;align-items:center;gap:7px}
.lang-current .chev{font-size:10px;transition:transform .18s ease}.lang-menu.open .chev{transform:rotate(180deg)}
.lang-options{position:absolute;right:0;top:calc(100% + 7px);min-width:86px;background:var(--blue);border:1px solid rgba(255,255,255,.25);border-radius:12px;padding:6px;display:none;box-shadow:0 8px 22px rgba(0,0,0,.15)}
.lang-menu.open .lang-options{display:block}.lang-options button{width:100%;border:0;background:transparent;color:#fff;text-align:left;padding:8px 10px;border-radius:8px;font:inherit;opacity:.62;cursor:not-allowed}.lang-options button:hover{background:rgba(255,255,255,.07)}

/* HERO 02 — approved header refinements */
header nav a{font-weight:400!important}
header nav a:hover,header nav a:focus-visible,header nav a.active-nav{font-weight:700!important}
.lang-menu{border:1px solid transparent;border-radius:18px;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease;overflow:visible}
.lang-menu.open{background:var(--blue);border-color:rgba(255,255,255,.48);box-shadow:0 8px 22px rgba(0,0,0,.15);padding:3px}
.lang-menu.open .lang-current{border-color:transparent;background:rgba(255,255,255,.06)}
.lang-menu.open .lang-options{position:static;display:block;min-width:100%;background:transparent;border:0;border-top:1px solid rgba(255,255,255,.2);border-radius:0;padding:4px 0 2px;box-shadow:none;margin-top:2px}
.lang-menu.open .lang-options button{text-align:center}
/* HERO 03 — header text +2px */
header nav a{font-size:15px!important}
.lang-menu{font-size:15px!important}
/* HERO 04: language menu opens downward as a floating dropdown; nav stays regular until hover/active */
header nav a{font-weight:400!important}
header nav a:hover,header nav a:focus-visible,header nav a.active-nav{font-weight:700!important}
.lang-menu{padding:0!important;background:transparent!important;border:1px solid transparent!important;box-shadow:none!important;overflow:visible!important}
.lang-current{border:1px solid rgba(255,255,255,.48)!important;background:transparent!important;border-radius:22px!important}
.lang-menu.open .lang-current{border-color:rgba(255,255,255,.48)!important;background:rgba(255,255,255,.06)!important}
.lang-menu.open .lang-options{position:absolute!important;right:0!important;top:calc(100% + 7px)!important;display:block!important;min-width:86px!important;background:var(--blue)!important;border:1px solid rgba(255,255,255,.25)!important;border-radius:12px!important;padding:6px!important;box-shadow:0 8px 22px rgba(0,0,0,.15)!important;margin-top:0!important}
.lang-menu.open .lang-options button{text-align:center!important}

/* HERO 05 — nav typography: visibly thin at rest, bold only on hover/selected */
header nav a,
body.home header nav a {
  font-weight:300 !important;
  font-synthesis:none;
}

header nav a:hover,
header nav a:focus-visible,
header nav a.active-nav,
body.home header nav a:hover,
body.home header nav a:focus-visible,
body.home header nav a.active-nav {
  font-weight:700 !important;
}

/* HERO 06 — exact header nav + language selector correction */
header nav a,
body.home header nav a {
  font-family: Poppins, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-synthesis: none !important;
}
header nav a:hover,
header nav a:focus-visible,
header nav a.active-nav,
body.home header nav a:hover,
body.home header nav a:focus-visible,
body.home header nav a.active-nav {
  font-weight: 700 !important;
}
.lang-menu {
  width: 72px !important;
  position: relative !important;
}
.lang-current {
  width: 72px !important;
  min-width: 72px !important;
  height: 42px !important;
  padding: 0 12px !important;
  justify-content: center !important;
  gap: 7px !important;
  border: 1px solid rgba(255,255,255,.48) !important;
  border-radius: 21px !important;
  background: var(--blue) !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
}
.lang-menu.open .lang-current {
  background: var(--blue) !important;
  border-color: rgba(255,255,255,.48) !important;
}
.lang-menu.open .lang-options {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  right: 0 !important;
  width: 72px !important;
  min-width: 72px !important;
  padding: 5px 0 !important;
  margin: 0 !important;
  background: var(--blue) !important;
  border: 1px solid rgba(255,255,255,.48) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}
.lang-options button {
  height: 38px !important;
  padding: 0 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  color: #fff !important;
  opacity: .72 !important;
}

/* STRIP 01 — approved direction: Poppins, regular white text, Ain blue #072F49 */
.strip{position:relative;min-height:240px;background:#072F49;color:#fff;border-top:28px solid #fff;padding:56px 32px 52px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;font-family:Poppins,sans-serif;font-size:18px;font-weight:400;line-height:1.65;box-sizing:border-box}
.strip-slide{position:absolute;inset:36px 32px 50px;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s ease}
.strip-slide.active{opacity:1;visibility:visible}
.strip-slide p{margin:0;max-width:1180px;font:inherit;color:#fff}
.strip-dots{position:absolute;left:0;right:0;bottom:25px;display:flex;justify-content:center;gap:8px}
.strip-dot{width:9px;height:9px;padding:0;border:1.5px solid #fff;border-radius:50%;background:transparent;cursor:pointer}
.strip-dot.active{background:#fff}

/* STRIP 02 — third CTA slide */
.strip-cta{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#072F49;border:2px solid #fff;border-radius:999px;padding:13px 30px;font-family:Poppins,sans-serif;font-size:18px;font-weight:400;line-height:1.2;transition:transform .18s ease}
.strip-cta:hover{transform:translateY(-2px)}

/* WHAT WE CREATE 01 — six equal desktop cards, final R2 artwork */
#create .service-grid{max-width:1600px;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;align-items:stretch;margin-bottom:44px}
#create .service-card{padding:14px 14px 22px;min-height:430px;border-radius:22px}
#create .service-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px;display:block;margin-bottom:18px}
#create .service-card h2{font-size:18px;line-height:1.35;margin:0 5px 13px;font-weight:350}
#create .service-card ul{font-size:18px;line-height:1.55;font-weight:350;padding-left:22px;margin:0 5px}
#create .service-card li{margin:0 0 5px}
@media(max-width:1250px) and (min-width:901px){#create .service-grid{grid-template-columns:repeat(3,1fr)}}

/* WHAT WE CREATE 02 — compact portfolio cards + accordion */
#create .heading{margin-bottom:46px}
#create .heading h1{font-size:28px;line-height:1.2;font-weight:700;margin:0 0 14px}
#create .heading p{font-size:18px;line-height:1.55;font-weight:300;max-width:860px}
#create .service-grid{max-width:1600px;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;align-items:start;margin-bottom:44px}
#create .service-card{padding:14px;border-radius:22px;min-height:0;display:block;background:var(--blue);color:#fff;overflow:hidden}
#create .service-image-link{display:block;border-radius:14px;overflow:hidden;background:#fff}
#create .service-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px;display:block;margin:0;transition:transform .22s ease}
#create .service-image-link:hover img{transform:scale(1.025)}
#create .service-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 6px 10px;border:0;background:transparent;color:#fff;text-align:left;font:300 18px/1.35 Poppins,Arial,sans-serif;cursor:pointer}
#create .service-toggle .arrow{font-size:20px;line-height:1;transition:transform .22s ease;flex:0 0 auto}
#create .service-card.open .service-toggle .arrow{transform:rotate(180deg)}
#create .service-dropdown{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}
#create .service-dropdown-inner{overflow:hidden}
#create .service-card.open .service-dropdown{grid-template-rows:1fr}
#create .service-dropdown ul{font-size:18px;line-height:1.5;font-weight:200;padding:4px 8px 12px 25px;margin:0}
#create .service-dropdown li{margin:0 0 6px}
#create .service-card.no-dropdown .service-toggle{cursor:default;padding-bottom:12px}
@media(max-width:1250px) and (min-width:901px){#create .service-grid{grid-template-columns:repeat(3,1fr)}}

/* WHAT WE CREATE 03 — equal title areas */
#create .heading h1{font-size:43px;line-height:1.15;font-weight:700}
#create .heading p{font-size:18px;line-height:1.55;font-weight:300}
#create .service-toggle{font:300 18px/1.35 Poppins,Arial,sans-serif;min-height:70px;padding:12px 6px;align-items:center}
#create .service-toggle .service-title{display:block;min-width:0}

/* REVISION 05 — approved header scroll visibility + Meet the Creatives typography */
body.home header{
  transition:background .25s ease,box-shadow .25s ease,opacity .35s ease,transform .35s ease;
  opacity:1;
  transform:translateY(0);
}
body.home header.header-hidden{
  opacity:0;
  transform:translateY(-100%);
  pointer-events:none;
}
#team .heading h1{
  font-size:43px;
  line-height:1.15;
  font-weight:700;
}
#team .heading p{
  font-size:18px;
  line-height:1.55;
  font-weight:300;
  max-width:860px;
}

/* REVISION 07 — lighter service dropdown copy only */
#create .service-dropdown ul{font-weight:150}

/* MEET THE CREATIVES 02 — approved surgical corrections only */
#team .team-grid{align-items:start}
#team .person{align-self:start;height:auto}
#team .person-toggle .arrow{font-size:20px;line-height:1;width:auto;height:auto;transform:none;display:inline-block;flex:0 0 auto}
#team .person.open .person-toggle .arrow{transform:rotate(180deg)}


/* OUR VALUED CLIENTS 03 — approved carousel/content revision */
#clients .heading h1{font-size:43px!important;font-weight:700!important}
#clients .heading p{font-size:18px!important;font-weight:200!important}
#clients .client-stage{position:relative;overflow:hidden;max-width:1220px;margin:0 auto;padding:0 62px}
#clients .client-track{justify-content:center;min-height:310px}
#clients .client-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:42px;height:42px;border:0;background:transparent;color:var(--blue);padding:0;display:grid;place-items:center;cursor:pointer;font-family:Arial,sans-serif}
#clients .client-nav span{font-size:22px;line-height:1;display:block;transform:none}
#clients .client-prev{left:8px}#clients .client-next{right:8px}
#clients .client-logo{cursor:pointer}
#clients .dots{display:flex;justify-content:center;align-items:center;gap:8px;margin:20px auto 18px}
#clients .client-dot{width:9px;height:9px;padding:0;border:1.5px solid var(--blue);border-radius:50%;background:transparent;opacity:1;margin:0;cursor:pointer}
#clients .client-dot.active{background:var(--blue)}
#clients .client-info{font-family:"Poppins",sans-serif;text-align:center;line-height:1.5}
#clients .client-info h3{font-size:18px!important;font-weight:200!important;margin:8px 0 4px}
#clients .client-instagram{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:200;color:var(--ink);margin:0 auto 2px;transition:opacity .2s ease}
#clients .client-instagram:hover{opacity:.68}
#clients .client-link-icon{width:15px;height:15px;fill:var(--blue);flex:0 0 auto}
#clients .services{max-width:1000px;margin:24px auto 0;background:var(--blue);color:#fff;border-radius:25px;padding:26px 32px 28px;display:block}
#clients .services strong{display:block;font-size:18px!important;font-weight:200!important;margin-bottom:18px}
#clients .service-items{display:grid;grid-template-columns:repeat(var(--service-cols),minmax(0,1fr));column-gap:34px;row-gap:12px;align-items:center}
#clients .service-items span{font-size:14px!important;font-weight:200!important;line-height:1.45;text-align:center}

/* OUR VALUED CLIENTS 04 — feature-card redesign */
#clients{overflow:hidden}
#clients .heading h1{font-size:43px!important;font-weight:700!important}
#clients .heading p{font-size:18px!important;font-weight:300!important;line-height:1.55}
#clients .client-stage{max-width:none!important;width:calc(100% + 12vw);margin-left:-6vw!important;margin-right:-6vw!important;padding:0!important;min-height:330px;display:grid;grid-template-columns:minmax(150px,1fr) 44px minmax(620px,760px) 44px minmax(150px,1fr);gap:18px;align-items:center;overflow:hidden}
#clients .client-feature{grid-column:3;background:var(--blue);color:#fff;border-radius:28px;min-height:310px;padding:38px 46px;display:grid;grid-template-columns:245px 1fr;gap:54px;align-items:center;font-family:"Poppins",sans-serif}
#clients .client-logo-frame{width:245px;height:245px;border:7px solid #fff;border-radius:22px;overflow:hidden;background:#fff}
#clients .client-logo-frame img{width:100%;height:100%;object-fit:cover;display:block}
#clients .client-copy{text-align:left;min-width:0}
#clients .client-copy h2{font-size:18px!important;line-height:1.35;margin:0 0 9px;font-weight:400!important;color:#fff}
#clients .client-industry{font-size:14px!important;line-height:1.5;margin:0 0 8px;font-weight:300!important;color:#fff}
#clients .client-instagram{display:inline-flex;align-items:center;justify-content:flex-start;gap:5px;font-size:14px!important;font-weight:300!important;color:#fff!important;margin:0 0 25px;line-height:1.4}
#clients .client-instagram:hover{opacity:.72}
#clients .client-link-icon{width:14px;height:14px;fill:#fff;flex:0 0 auto}
#clients .client-services{color:#fff}
#clients .client-services>strong{display:block;font-size:18px!important;font-weight:400!important;margin:0 0 12px}
#clients .service-items{display:grid;grid-template-columns:repeat(var(--service-cols),minmax(0,1fr));column-gap:25px;row-gap:8px;align-items:center}
#clients .service-items span{font-size:14px!important;font-weight:300!important;line-height:1.4;text-align:left;color:#fff}
#clients .client-peek{height:220px;background:var(--blue);border-radius:25px;opacity:.28;display:flex;align-items:center;gap:18px;padding:25px;cursor:pointer;overflow:hidden;color:#fff;font-family:"Poppins",sans-serif}
#clients .client-peek-left{grid-column:1;border-radius:0 25px 25px 0;justify-content:flex-end}
#clients .client-peek-right{grid-column:5;border-radius:25px 0 0 25px;justify-content:flex-start}
#clients .client-peek img{width:135px;height:135px;border-radius:18px;object-fit:cover;flex:0 0 auto}
#clients .client-peek div{min-width:150px}
#clients .client-peek strong{display:block;font-size:14px;font-weight:400;margin-bottom:5px}
#clients .client-peek span{display:block;font-size:12px;font-weight:300;line-height:1.35}
#clients .client-nav{position:static!important;transform:none!important;width:44px!important;height:44px!important;background:transparent!important;color:var(--blue)!important;border:0!important;padding:0!important;display:grid!important;place-items:center!important;z-index:4;cursor:pointer;font-family:Arial,sans-serif}
#clients .client-prev{grid-column:2}#clients .client-next{grid-column:4}
#clients .client-nav span{font-size:22px!important;line-height:1!important;display:block!important;transform:none!important}
#clients .dots{display:flex;justify-content:center;align-items:center;gap:8px;margin:24px auto 0!important}
#clients .client-dot{width:7px!important;height:7px!important;min-width:7px;padding:0!important;border:1.3px solid var(--blue)!important;border-radius:50%;background:transparent;opacity:1;margin:0!important;cursor:pointer}
#clients .client-dot.active{background:var(--blue)!important}
@media(max-width:1100px){#clients .client-stage{grid-template-columns:90px 40px minmax(560px,700px) 40px 90px;gap:10px}#clients .client-feature{grid-template-columns:210px 1fr;gap:35px;padding:34px}#clients .client-logo-frame{width:210px;height:210px}#clients .client-peek div{display:none}#clients .client-peek img{width:110px;height:110px}}

/* VALUED CLIENTS 05 — approved Poppins hierarchy + clean navigation */


/* Approved typography hierarchy */
#clients .heading h1{font-family:"Poppins",sans-serif!important;font-size:43px!important;font-weight:600!important}
#clients .heading p{font-family:"Poppins",sans-serif!important;font-size:18px!important;font-weight:400!important}
#clients .client-copy h2{font-family:"Poppins",sans-serif!important;font-size:18px!important;font-weight:400!important}
#clients .client-industry,
#clients .client-instagram{font-family:"Poppins",sans-serif!important;font-size:14px!important;font-weight:300!important}
#clients .client-services>strong{font-family:"Poppins",sans-serif!important;font-size:18px!important;font-weight:400!important}
#clients .service-items li{font-family:"Poppins",sans-serif!important;font-size:14px!important;font-weight:300!important;line-height:1.45;text-align:left;color:#fff;padding-left:2px}
#clients .service-items li::marker{color:#fff;font-size:.85em}

/* Proper horizontal arrows: same solid-arrow language, no font glyph squeezing */
#clients .client-nav span{font-size:0!important;width:20px!important;height:20px!important;display:block!important;background:var(--blue)!important;transform:none!important}
#clients .client-prev span{clip-path:polygon(72% 0,72% 100%,18% 50%)}
#clients .client-next span{clip-path:polygon(28% 0,82% 50%,28% 100%)}

/* Services now use clean bullets while preserving balanced columns */
#clients .service-items{margin:0;padding:0;list-style-position:outside}
#clients .service-items li{margin-left:17px}


/* CLIENTS 07 — taller uniform card, wide service columns, side arrows */
#clients .client-stage{
  grid-template-columns:minmax(130px,1fr) 54px minmax(820px,900px) 54px minmax(130px,1fr)!important;
  gap:14px!important;min-height:430px!important;align-items:center!important;
}
#clients .client-feature{
  width:100%!important;height:390px!important;min-height:390px!important;max-height:390px!important;
  padding:42px 50px!important;grid-template-columns:270px minmax(0,1fr)!important;gap:58px!important;align-items:center!important;
}
#clients .client-logo-frame{width:270px!important;height:270px!important}
#clients .client-copy{align-self:center!important}
#clients .client-services>strong{font-weight:600!important}
#clients .service-items{
  grid-template-columns:repeat(var(--service-cols),max-content)!important;
  justify-content:start!important;column-gap:44px!important;row-gap:10px!important;
}
#clients .service-items li{
  max-width:245px!important;white-space:nowrap!important;line-height:1.5!important;margin-left:17px!important;
}
#clients .service-items li .service-line{white-space:nowrap!important}
#clients .client-nav{width:54px!important;height:54px!important;align-self:center!important}
#clients .client-nav span{width:26px!important;height:26px!important;background:var(--blue)!important}
#clients .client-prev span{clip-path:polygon(68% 5%,68% 34%,92% 34%,92% 66%,68% 66%,68% 95%,8% 50%)}
#clients .client-next span{clip-path:polygon(32% 5%,92% 50%,32% 95%,32% 66%,8% 66%,8% 34%,32% 34%)}
#clients .client-peek{height:250px!important}
/* Approved site-wide Poppins hierarchy */
body,button,input,textarea,select{font-family:"Poppins",Arial,sans-serif!important}
.heading h1,#create .heading h1,#team .heading h1,#clients .heading h1{font-family:"Poppins",sans-serif!important;font-size:43px!important;font-weight:700!important}
.heading p,#create .heading p,#team .heading p,#clients .heading p{font-family:"Poppins",sans-serif!important;font-size:18px!important;font-weight:400!important}
#create .service-title{font-family:"Poppins",sans-serif!important;font-size:18px!important;font-weight:400!important}
#create .service-dropdown-inner,#create .service-dropdown-inner li{font-family:"Poppins",sans-serif!important;font-size:14px!important;font-weight:300!important}
#team .person-name{font-family:"Poppins",sans-serif!important;font-size:18px!important;font-weight:400!important}
#team .person-role,#team .person-dropdown-inner{font-family:"Poppins",sans-serif!important;font-size:14px!important;font-weight:300!important}
#clients .client-copy h2{font-weight:400!important}
#clients .client-industry,#clients .client-instagram,#clients .service-items li{font-weight:300!important}
@media(max-width:1100px){#clients .client-stage{grid-template-columns:70px 46px minmax(690px,780px) 46px 70px!important}#clients .client-feature{height:390px!important;grid-template-columns:235px minmax(0,1fr)!important;gap:38px!important;padding:38px!important}#clients .client-logo-frame{width:235px!important;height:235px!important}}
\n\n/* CLIENTS 08 — approved client names + uniform navigation */\n#clients .client-copy h2{\n  font-family:"Poppins",sans-serif!important;\n  font-size:18px!important;\n  font-weight:600!important; /* same as Delivered Services */\n}\n#clients .client-services>strong{font-weight:600!important}\n\n/* Use the same simple arrow language as the dropdown arrows elsewhere.\n   One arrow sits in each gap between the selected card and faded preview. */\n#clients .client-nav{\n  position:static!important;\n  transform:none!important;\n  width:44px!important;\n  height:44px!important;\n  padding:0!important;\n  border:0!important;\n  background:transparent!important;\n  display:flex!important;\n  align-items:center!important;\n  justify-content:center!important;\n  align-self:center!important;\n  color:var(--blue)!important;\n}\n#clients .client-prev{grid-column:2!important}\n#clients .client-next{grid-column:4!important}\n#clients .client-nav span{\n  width:auto!important;\n  height:auto!important;\n  clip-path:none!important;\n  background:none!important;\n  color:var(--blue)!important;\n  font-family:Arial,sans-serif!important;\n  font-size:26px!important;\n  font-weight:700!important;\n  line-height:1!important;\n  display:block!important;\n}\n#clients .client-prev span::before{content:"◀"}\n#clients .client-next span::before{content:"▶"}\n#clients .client-nav span{font-size:0!important}\n#clients .client-nav span::before{font-size:26px!important}\n\n/* Wide service columns: short Optimization labels remain intact. */\n#clients .service-items{grid-template-columns:repeat(var(--service-cols),minmax(235px,1fr))!important;column-gap:34px!important}\n#clients .service-items li{white-space:nowrap!important}\n#clients .service-items li br{display:block}\n#clients .service-items li:has(br){white-space:normal!important}\n\n\n/* CLIENTS 09 — final approved typography, service placement and uniform arrows */
/* Client name must exactly match the emphasis of Delivered Services. */
#clients .client-copy h2,
#clients .client-services>strong{
  font-family:"Poppins",sans-serif!important;
  font-size:18px!important;
  font-weight:600!important;
}

/* Use the SAME down-triangle glyph used by What We Create, simply rotated sideways. */
#clients .client-nav{
  position:static!important;
  transform:none!important;
  width:44px!important;
  height:44px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:center!important;
  color:var(--blue)!important;
}
#clients .client-prev{grid-column:2!important}
#clients .client-next{grid-column:4!important}
#clients .client-nav span{
  width:auto!important;
  height:auto!important;
  clip-path:none!important;
  background:none!important;
  color:var(--blue)!important;
  font-family:Arial,sans-serif!important;
  font-size:0!important;
  font-weight:400!important;
  line-height:1!important;
  display:block!important;
}
#clients .client-nav span::before{
  content:"▼"!important;
  display:block!important;
  font-size:20px!important;
  line-height:1!important;
  color:var(--blue)!important;
}
#clients .client-prev span::before{transform:rotate(90deg)!important}
#clients .client-next span::before{transform:rotate(-90deg)!important}

/* Services: preserve complete phrases whenever there is room. */
#clients .service-items{
  grid-template-columns:repeat(var(--service-cols),minmax(270px,1fr))!important;
  column-gap:42px!important;
}
#clients .service-items li,
#clients .service-items li .service-line{
  white-space:nowrap!important;
}

/* CLIENTS 10 — aligned service columns, regular 14px text, clean Instagram links */
/* Small/detail text is now Poppins Regular throughout approved sections. */
#create .service-dropdown-inner,
#create .service-dropdown-inner li,
#team .person-role,
#team .person-dropdown-inner,
#clients .client-industry,
#clients .client-instagram,
#clients .service-items li{
  font-family:"Poppins",sans-serif!important;
  font-size:14px!important;
  font-weight:400!important;
}

/* Instagram remains clickable, but has no link/Instagram icon. */
#clients .client-instagram{gap:0!important}
#clients .client-link-icon{display:none!important}

/* Keep delivered-service bullets and columns clean, aligned and close together. */
#clients .service-items{
  grid-template-columns:repeat(var(--service-cols),max-content)!important;
  justify-content:start!important;
  align-items:start!important;
  column-gap:32px!important;
  row-gap:9px!important;
  margin:0!important;
  padding-left:18px!important;
}
#clients .service-items li{
  margin:0!important;
  padding-left:2px!important;
  white-space:nowrap!important;
  line-height:1.5!important;
  text-align:left!important;
}
#clients .service-items li::marker{font-size:.85em;color:#fff}

/* Navigation arrows: exact same triangle language as What We Create,
   both locked to the same vertical center line. */
#clients .client-stage{align-items:center!important}
#clients .client-prev,#clients .client-next{
  align-self:center!important;
  justify-self:center!important;
  margin:0!important;
  top:auto!important;
  bottom:auto!important;
}
#clients .client-nav span::before{
  content:"▼"!important;
  display:block!important;
  font-size:20px!important;
  line-height:20px!important;
  color:var(--blue)!important;
  transform-origin:50% 50%!important;
}
#clients .client-prev span::before{transform:rotate(90deg)!important}
#clients .client-next span::before{transform:rotate(-90deg)!important}

/* CLIENTS 11 — lock both navigation arrows beside the selected card */
#clients .client-peek-left,
#clients .client-prev,
#clients .client-feature,
#clients .client-next,
#clients .client-peek-right{
  grid-row:1!important;
}
#clients .client-prev{
  grid-column:2!important;
  align-self:center!important;
  justify-self:center!important;
}
#clients .client-next{
  grid-column:4!important;
  align-self:center!important;
  justify-self:center!important;
}

/* FEEDBACK 12 — approved testimonial strip + creative names */
#team .person-name{font-family:"Poppins",sans-serif!important;font-size:18px!important;font-weight:600!important}
.testimonials.blue-section{position:relative;height:390px;min-height:390px;padding:48px 32px 70px!important;background:#072F49;color:#fff;text-align:center;overflow:hidden;box-sizing:border-box;display:flex;align-items:center;justify-content:center}
.testimonials .heading{display:none!important}
.testimonials blockquote{margin:0 auto!important;max-width:1180px;font-family:"Poppins",sans-serif;font-size:18px!important;font-weight:400!important;line-height:1.55!important;color:#fff;opacity:1;transition:opacity .55s ease}
.testimonials blockquote.long-quote{font-size:16px!important;line-height:1.48!important;max-width:1250px}
.testimonials .quote-name{display:block;margin-top:16px;font-size:18px;font-weight:600}
.testimonials .dots{position:absolute;left:0;right:0;bottom:25px;margin:0!important;display:flex;justify-content:center;gap:8px}
.testimonials .dot{width:9px!important;height:9px!important;margin:0!important;padding:0;border:1.5px solid #fff!important;border-radius:50%;background:transparent!important;opacity:1!important;cursor:pointer}
.testimonials .dot.active{background:#fff!important}

/* FEEDBACK 14 — Casa line control + internal testimonial arrows */
.testimonials.blue-section{height:430px!important;min-height:430px!important;padding:62px 90px 78px!important;}
.testimonials blockquote.long-quote{max-width:1320px!important;}
.testimonials .quote-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;border:0;background:transparent;color:#fff;opacity:.5;font-family:Arial,sans-serif;font-size:22px;line-height:1;padding:12px;cursor:pointer;transition:opacity .2s ease;}
.testimonials .quote-nav:hover,.testimonials .quote-nav:focus-visible{opacity:1;}
.testimonials .quote-prev{left:34px;}
.testimonials .quote-next{right:34px;}
\n/* FORM-15 — approved contact section refinements */
.contact .heading h1{font-family:"Poppins",sans-serif!important;font-size:43px!important;font-weight:600!important;line-height:1.12!important}
.contact .heading p{font-family:"Poppins",sans-serif!important;font-size:18px!important;font-weight:400!important;line-height:1.55!important}
.contact-details{font-family:"Poppins",sans-serif!important;font-size:18px!important;font-weight:400!important;gap:14px!important}
.contact-details a,.contact-detail-row{display:flex!important;align-items:center!important;gap:12px!important}
.contact-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;flex:0 0 22px;color:var(--blue);font-size:22px;line-height:1;font-family:Arial,sans-serif}
.instagram-icon{font-size:27px;font-weight:700}
.contact input,.contact textarea{font-family:"Poppins",sans-serif!important;font-size:18px!important;font-weight:400!important;border-radius:999px!important;padding:18px 24px!important}
.contact textarea{min-height:115px!important;resize:vertical}
.contact input::placeholder,.contact textarea::placeholder{font-family:"Poppins",sans-serif!important;font-size:18px!important;font-weight:400!important}
.contact form .btn{font-family:"Poppins",sans-serif!important;font-size:18px!important;font-weight:400!important;border-radius:999px!important}
.contact .referral{font-family:"Poppins",sans-serif!important;font-size:18px!important;font-weight:400!important}

/* FORM-16 — contact icon, field typography + floating controls */
.contact input,.contact textarea{
  font-family:"Poppins",sans-serif!important;
  font-size:16px!important;
  font-weight:400!important;
}
.contact input::placeholder,.contact textarea::placeholder{
  font-family:"Poppins",sans-serif!important;
  font-size:16px!important;
  font-weight:400!important;
}
.contact textarea::placeholder{text-align:center!important;}
.contact textarea{text-align:center!important;}
.contact-icon{width:24px!important;flex:0 0 24px!important;height:24px!important}
.contact-icon svg{display:block;width:24px;height:24px;fill:var(--blue)}

/* Floating WhatsApp + back-to-top: hidden only while actively scrolling. */
.float{
  transition:opacity .28s ease,transform .28s ease!important;
  opacity:1;
  transform:translateY(0);
}
.float.float-scrolling{
  opacity:0!important;
  transform:translateY(8px)!important;
  pointer-events:none!important;
}
.float.whatsapp{background:#fff!important;color:var(--blue)!important;padding:8px!important}
.float.whatsapp svg{width:100%;height:100%;display:block;fill:var(--blue)}
.float.top{background:var(--blue)!important;color:#fff!important;font-size:0!important}
.float.top::before{
  content:"▼";
  display:block;
  color:#fff;
  font-family:Arial,sans-serif;
  font-size:20px;
  line-height:20px;
  transform:rotate(180deg);
  transform-origin:50% 50%;
}

/* FORM-17 — exact WhatsApp artwork + corrected message alignment + hero arrow behavior */
.contact textarea{
  text-align:center!important;       /* horizontal centering only */
  padding:18px 24px!important;      /* keeps text near the top, not vertically centered */
  line-height:1.5!important;
}
.contact textarea::placeholder{
  text-align:center!important;
}
.float.whatsapp{
  padding:0!important;
  background:transparent!important;
  overflow:hidden!important;
  border:0!important;
}
.float.whatsapp img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}
.float.top.hero-hidden{
  opacity:0!important;
  pointer-events:none!important;
  transform:translateY(8px)!important;
}

/* FORM-18 — exact supplied contact icons + final form alignment */
.contact-icon img{
  display:block!important;
  width:24px!important;
  height:24px!important;
  object-fit:contain!important;
}
.contact textarea,
.contact textarea::placeholder{
  text-align:left!important;
}
.contact textarea{
  padding:18px 24px!important;
}
.contact .referral{
  width:100%!important;
  box-sizing:border-box!important;
  text-align:left!important;
  padding:0 24px!important;
  margin:0!important;
}

/* FORM-19 — contact form finishing corrections */
/* Softer rounded rectangles, not full pill shapes. */
.contact input,
.contact textarea,
.contact form .btn{
  border-radius:22px!important;
}
.contact textarea{
  border-radius:28px!important;
}

/* Supplied contact icons: keep artwork unchanged, only increase displayed size by 4px. */
.contact-icon{
  width:28px!important;
  flex:0 0 28px!important;
  height:28px!important;
}
.contact-icon img{
  width:28px!important;
  height:28px!important;
}

/* Floating WhatsApp: same control size as the back-to-top arrow. */
.float.whatsapp{
  width:48px!important;
  height:48px!important;
}
.float.whatsapp img{
  width:48px!important;
  height:48px!important;
}

/* More breathing room before the legal/pre-footer note. */
.contact .prefooter{
  margin-top:78px!important;
}

/* Only these two links get the thin blue underline. */
.contact .prefooter a{
  color:var(--blue)!important;
  text-decoration-line:underline!important;
  text-decoration-color:var(--blue)!important;
  text-decoration-thickness:1px!important;
  text-underline-offset:3px!important;
}

/* TERMS 22 — approved legal-page layout + current main-page header */
.legal-body{background:#fff;color:var(--ink)}
.legal-body .legal-header{position:sticky!important;top:0!important;background:#072F49!important}
.terms-main{margin:0;padding:0}
.legal-hero{background:#072F49;color:#fff;text-align:center;padding:100px 6vw 94px}
.legal-hero h1{margin:0 0 22px;font-family:Poppins,Arial,sans-serif;font-size:43px;line-height:1.12;font-weight:700}
.legal-hero p{margin:0 auto;max-width:900px;font-family:Poppins,Arial,sans-serif;font-size:16px;line-height:1.7;font-weight:400}
.legal-content{width:min(100% - 48px,640px);margin:0 auto;padding:72px 0 96px}
.legal-content .legal-intro{margin:0;font-size:16px;line-height:1.8;font-weight:400}
.legal-divider{height:1px;background:rgba(7,47,73,.16);margin:40px 0 48px}
.legal-content article{margin:0 0 38px}
.legal-content article:last-child{margin-bottom:0}
.legal-content h2{margin:0;font-size:18px;line-height:1.4;font-weight:600;color:var(--blue)}
.legal-rule{display:block;width:31px;height:2px;background:var(--blue);margin:11px 0 16px}
.legal-content article p{margin:0;font-size:16px;line-height:1.75;font-weight:400;color:var(--ink)}
.legal-body footer{background:#072F49!important}
.legal-body .float.whatsapp img{width:100%;height:100%;object-fit:contain;display:block}
@media(max-width:900px){.legal-hero{padding:76px 24px 70px}.legal-hero h1{font-size:36px}.legal-content{width:min(100% - 40px,640px);padding:58px 0 76px}}

/* FORM 24 — shared legal page details */
.legal-content article ul{margin:10px 0 0 22px;padding:0;font-size:16px;line-height:1.75;font-weight:400;color:var(--ink)}
.legal-content article li{margin:2px 0;font-size:16px;line-height:1.75;font-weight:400;color:var(--ink)}
.legal-content article p + p{margin-top:16px}

/* FORM 25 — FAQ accordion */
.faq-content{width:min(100% - 48px,640px);margin:0 auto;padding:72px 0 90px}
.faq-list{border-top:1px solid rgba(7,47,73,.16)}
.faq-item{border-bottom:1px solid rgba(7,47,73,.16)}
.faq-question{width:100%;border:0;background:transparent;color:var(--blue);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 0;text-align:left;font:600 18px/1.45 Poppins,Arial,sans-serif;cursor:pointer}
.faq-chevron{width:9px;height:9px;border-right:1.5px solid var(--blue);border-bottom:1.5px solid var(--blue);transform:rotate(45deg);transition:transform .22s ease;flex:0 0 auto;margin-right:3px}
.faq-item.open .faq-chevron{transform:rotate(225deg)}
.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}
.faq-answer-inner{overflow:hidden}
.faq-answer p{margin:0;padding:0 42px 22px 0;font:400 16px/1.75 Poppins,Arial,sans-serif;color:var(--ink)}
.faq-item.open .faq-answer{grid-template-rows:1fr}
.faq-cta{margin-top:42px;background:#072F49;border-radius:22px;padding:40px 46px;text-align:center;color:#fff;box-shadow:0 18px 34px rgba(7,47,73,.13)}
.faq-cta h2{margin:0 0 12px;font:600 18px/1.4 Poppins,Arial,sans-serif;color:#fff}
.faq-cta p{margin:0 auto 24px;max-width:510px;font:400 16px/1.65 Poppins,Arial,sans-serif;color:#fff}
.faq-whatsapp{display:inline-flex;align-items:center;justify-content:center;min-width:190px;min-height:48px;padding:11px 24px;border:2px solid transparent;border-radius:999px;background:#fff;color:#072F49;text-decoration:none;font:600 16px/1.3 Poppins,Arial,sans-serif;transition:transform .18s ease,border-color .12s ease,outline-color .12s ease}.faq-whatsapp:hover{transform:translateY(-4px)}.faq-whatsapp:active{border-color:#072F49;outline:2px solid #072F49;outline-offset:2px}
@media(max-width:900px){.faq-content{width:min(100% - 40px,640px);padding:58px 0 76px}.faq-question{font-size:18px}.faq-cta{padding:34px 24px}}

/* FORM 27 */
.form-legal-review{position:relative;top:5px;}

/* FORM 28 — Casa testimonial manual line layout */
.testimonial-line{
  display:block;
  white-space:nowrap;
}


/* FORM 29 — navigation arrow opacity behavior */
#create .service-toggle .arrow,
#team .person-toggle .arrow,
#clients .client-nav{
  opacity:.5!important;
  transition:opacity .2s ease, transform .22s ease!important;
}
#create .service-toggle:hover .arrow,
#create .service-toggle:active .arrow,
#create .service-toggle:focus-visible .arrow,
#team .person-toggle:hover .arrow,
#team .person-toggle:active .arrow,
#team .person-toggle:focus-visible .arrow,
#clients .client-nav:hover,
#clients .client-nav:active,
#clients .client-nav:focus-visible{
  opacity:1!important;
}


/* FORM 34 — unify all navigation arrows with Reels card chevron */
/* Shared chevron: two-stroke corner, matching Portfolio Reels cards. */
#create .service-toggle .arrow,
#team .person-toggle .arrow{
  font-size:0!important;
  width:11px!important;
  height:11px!important;
  border-right:2px solid currentColor!important;
  border-bottom:2px solid currentColor!important;
  display:block!important;
  flex:0 0 11px!important;
  transform:rotate(45deg)!important;
  transition:opacity .2s ease,transform .25s ease!important;
}
#create .service-card.open .service-toggle .arrow,
#team .person.open .person-toggle .arrow{
  transform:rotate(225deg)!important;
}

/* Valued Clients + testimonial strip: same chevron rotated sideways. */
#clients .client-nav span,
.testimonials .quote-nav{
  font-size:0!important;
}
#clients .client-nav span::before,
.testimonials .quote-nav::before{
  content:""!important;
  width:11px!important;
  height:11px!important;
  display:block!important;
  border-right:2px solid currentColor!important;
  border-bottom:2px solid currentColor!important;
  background:transparent!important;
  clip-path:none!important;
  box-sizing:border-box!important;
  transform-origin:50% 50%!important;
}
#clients .client-prev span::before,
.testimonials .quote-prev::before{transform:rotate(135deg)!important}
#clients .client-next span::before,
.testimonials .quote-next::before{transform:rotate(-45deg)!important}

/* Floating back-to-top: same chevron pointed upward. */
.float.top::before{
  content:""!important;
  width:11px!important;
  height:11px!important;
  display:block!important;
  border-right:2px solid #fff!important;
  border-bottom:2px solid #fff!important;
  box-sizing:border-box!important;
  transform:rotate(225deg)!important;
}

/* FORM 40 — Website & Digital Solutions card refinement */
.web-projects{
  gap:32px;
}
.web-project{
  background:#072F49 !important;
  padding:24px 24px 0;
  border-radius:18px;
  overflow:hidden;
}
.web-project video{
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  display:block;
  background:#072F49 !important;
  border-radius:0;
}
.web-copy{
  padding:24px 6px 30px !important;
}
.web-copy h3{
  margin:0 0 20px !important;
  font-size:16px !important;
  line-height:1.45;
  font-weight:600 !important;
}
.web-copy .type,
.web-copy p{
  font-size:16px !important;
  line-height:1.55 !important;
  font-weight:400 !important;
}
.web-copy .type{
  margin:0 0 14px !important;
}
.web-copy p{
  margin:0 !important;
}
.web-copy a{
  float:right;
  background:#fff;
  color:#072F49;
  padding:10px 22px;
  border:2px solid transparent;
  border-radius:999px !important;
  font-size:14px !important;
  line-height:1.3;
  font-weight:400 !important;
  transition:transform .18s ease,border-color .12s ease,outline-color .12s ease,box-shadow .18s ease;
}
.web-copy a:hover{
  transform:translateY(-4px);
}
.web-copy a:active{
  border-color:#072F49;
  outline:2px solid #fff;
  outline-offset:2px;
}


/* FORM 51 — subtle Ain Creatives blue glow; selected links do not stay bold. */
header nav a, body.home header nav a{
  text-shadow:0 0 9px rgba(7,47,73,.50)!important;
  font-weight:400!important;
}
header nav a.active-nav, body.home header nav a.active-nav{font-weight:400!important;}
header nav a:hover, header nav a:focus-visible, body.home header nav a:hover, body.home header nav a:focus-visible{font-weight:700!important;}
header nav a:active, body.home header nav a:active{font-weight:700!important;}

/* FORM 52 — footer design/development credit */
footer .footer-credit{display:block;margin-top:8px;font-size:inherit;font-weight:400;opacity:.48;transition:opacity .2s ease;}
footer .footer-credit:hover,footer .footer-credit:focus-within{opacity:1;}
footer .footer-credit a{font-weight:400!important;text-decoration:underline;text-decoration-thickness:.5px;text-underline-offset:2px;text-decoration-color:rgba(255,255,255,.38);opacity:1!important;transition:text-decoration-color .2s ease;}
footer .footer-credit a:hover,footer .footer-credit a:focus-visible{opacity:1!important;text-decoration-color:rgba(255,255,255,.9);}


/* FORM 55 — final header balance + unified language chevron */
body.home header > a:first-child{
  transform:translateX(-30px);
}
.lang-current .chev{
  width:7px!important;
  height:7px!important;
  display:inline-block!important;
  flex:0 0 7px!important;
  border-right:1.5px solid currentColor!important;
  border-bottom:1.5px solid currentColor!important;
  transform:translateY(-2px) rotate(45deg)!important;
  transition:transform .18s ease!important;
  font-size:0!important;
  line-height:0!important;
}
.lang-menu.open .lang-current .chev{
  transform:translateY(2px) rotate(225deg)!important;
}

/* FORM 56 — responsive laptop + landscape tablet pass.
   FORM 55 desktop styling remains the baseline above 1440px. */
@media (min-width:901px) and (max-width:1440px){
  :root{--max:min(1180px,88vw)}
  header{padding-left:clamp(38px,4vw,58px);padding-right:clamp(38px,4vw,58px);gap:clamp(20px,2.3vw,34px)}
  body.home header > a:first-child{transform:none}
  header .logo{width:clamp(105px,8.8vw,127px)}
  header nav{gap:clamp(20px,2.15vw,31px)}
  header nav a{font-size:clamp(13px,1.02vw,15px)!important;white-space:nowrap}
  .lang-current{padding:8px 12px}
  .section{padding-left:clamp(48px,5vw,72px);padding-right:clamp(48px,5vw,72px)}
  .service-grid{gap:clamp(18px,1.7vw,24px)}
  .team-grid{gap:clamp(22px,2.7vw,36px)}
  .person-image{height:clamp(275px,25vw,330px)}
  .contact-wrap{gap:clamp(55px,7vw,95px)}
  .video-card-grid,.web-projects{width:min(900px,82vw)}
  .float{right:clamp(20px,2vw,28px)}
}

@media (min-width:901px) and (max-width:1199px){
  :root{--max:90vw;--s1:clamp(38px,4.4vw,52px)}
  header{height:76px;padding-left:32px;padding-right:32px;gap:18px}
  header .logo{width:98px;max-height:52px}
  header nav{gap:18px}
  header nav a{font-size:12.5px!important}
  .lang-current{font-size:12px;padding:7px 10px}
  body.home .hero{height:100vh}
  .section{padding:74px 5vw;min-height:auto}
  .heading{margin-bottom:44px}
  .heading p{font-size:18px}
  .service-card{padding:25px;min-height:285px}
  .team-grid{gap:20px}
  .person{padding:14px 14px 0}
  .person-image{height:260px}
  .client-logo{flex-basis:130px;width:130px;height:130px}
  .client-logo.active{flex-basis:215px;width:215px;height:215px}
  .contact-wrap{grid-template-columns:.9fr 1.1fr;gap:50px}
  .contact .heading h1{font-size:34px}
  .video-card-grid,.web-projects{width:min(860px,88vw)}
  .video-card-grid{gap:15px}
  .video-card video,.video-card .preview{height:145px}
}

/* Landscape tablets / very compact laptops. Keep the desktop visual language,
   but allow content to reflow rather than shrink the entire site. */
@media (min-width:901px) and (max-width:1080px) and (orientation:landscape){
  header{padding-left:26px;padding-right:26px}
  header nav{gap:14px}
  header nav a{font-size:11.5px!important}
  .lang-current{font-size:11px;padding:7px 9px}
  .service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
  .service-card{padding:21px;min-height:270px}
  .team-grid{gap:16px}
  .person-image{height:235px}
  .contact-wrap{gap:38px}
  .video-card-grid{width:90vw;grid-template-columns:repeat(3,minmax(0,1fr))}
  .web-projects{width:90vw}
}

/* FORM 57 — Xiaomi Pad 5 / landscape-tablet corrections */
@media (min-width:901px) and (max-width:1199px) and (orientation:landscape){
  /* Keep the selected client card mathematically centered in the viewport. */
  #clients .client-stage{
    width:100vw!important;
    max-width:100vw!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    grid-template-columns:minmax(70px,1fr) 42px minmax(650px,760px) 42px minmax(70px,1fr)!important;
    gap:10px!important;
  }
  #clients .client-feature{
    grid-column:3!important;
    width:100%!important;
    box-sizing:border-box!important;
    height:auto!important;
    min-height:350px!important;
    grid-template-columns:220px minmax(0,1fr)!important;
    gap:34px!important;
    padding:34px!important;
  }
  #clients .client-logo-frame{width:220px!important;height:220px!important}
  #clients .client-prev{grid-column:2!important}
  #clients .client-next{grid-column:4!important}
  #clients .client-peek-left{grid-column:1!important}
  #clients .client-peek-right{grid-column:5!important}
}

/* FORM 60 — MOBILE PORTRAIT / HERO + HEADER ONLY.
   IMPORTANT: all approved desktop/laptop/tablet-landscape rules above remain untouched. */
.mobile-menu-toggle,.mobile-menu-panel{display:none}

@media (max-width:767px){
  /* Remove the old pre-mobile preview notice only on the real mobile build. */
  body:before{display:none!important;content:none!important}

  body.home header{
    height:68px!important;
    padding:6px 18px 0!important;
    gap:12px!important;
    display:flex!important;
    align-items:center!important;
    background:transparent!important;
    box-shadow:none!important;
    z-index:1002!important;
  }
  body.home header.scrolled{
    background:var(--blue)!important;
    box-shadow:0 4px 18px rgba(0,0,0,.08)!important;
  }
  body.home header > a:first-child{
    transform:none!important;
    margin-right:auto!important;
    display:flex!important;
    align-items:center!important;
  }
  body.home header .logo{
    width:94px!important;
    max-height:48px!important;
    transform:none!important;
  }
  body.home header > nav{display:none!important}

  body.home header .lang-menu{
    display:block!important;
    margin:0!important;
    font-size:14px!important;
    z-index:1004!important;
  }
  body.home header .lang-current{
    min-width:58px!important;
    min-height:34px!important;
    padding:6px 10px!important;
    border-radius:18px!important;
    font-size:14px!important;
  }
  body.home header .lang-menu.open .lang-options{
    right:0!important;
    top:calc(100% + 7px)!important;
  }

  .mobile-menu-toggle{
    width:38px;
    height:38px;
    padding:8px;
    border:0;
    background:transparent;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    cursor:pointer;
    position:relative;
    z-index:1004;
  }
  .mobile-menu-toggle span{
    width:21px;
    height:1.5px;
    background:#fff;
    border-radius:2px;
    display:block;
    transition:transform .22s ease,opacity .18s ease;
  }
  .mobile-menu-toggle.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
  .mobile-menu-toggle.open span:nth-child(2){opacity:0}
  .mobile-menu-toggle.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}

  .mobile-menu-panel{
    position:fixed;
    inset:0;
    z-index:1001;
    background:var(--blue);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .24s ease,visibility .24s ease;
  }
  .mobile-menu-panel.open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
  .mobile-menu-nav{
    width:min(82vw,360px);
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:25px;
    text-align:center;
  }
  .mobile-menu-nav a{
    color:#fff;
    text-decoration:none;
    font-family:Poppins,Arial,sans-serif;
    font-size:18px;
    line-height:1.3;
    font-weight:400;
    opacity:.82;
    transition:opacity .18s ease,font-weight .18s ease;
  }
  .mobile-menu-nav a:hover,.mobile-menu-nav a:focus-visible,.mobile-menu-nav a:active{
    opacity:1;
    font-weight:600;
  }
  body.mobile-menu-open{overflow:hidden}

  /* Dedicated portrait artwork; only the source changes on <=767px. */
  body.home .hero{height:100svh!important;min-height:100svh!important}
  body.home .hero video{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
}

/* FORM 61 — MOBILE VIEWPORT CONTAINMENT / HERO HEADER CORRECTION ONLY.
   Do not alter approved layouts at 768px and above. */
@media (max-width:767px){
  html,body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:clip!important;
  }
  body.home main{
    width:100%!important;
    max-width:100%!important;
    overflow-x:clip!important;
  }
  body.home header{
    left:0!important;
    right:auto!important;
    width:100vw!important;
    max-width:100vw!important;
    padding-left:24px!important;
    padding-right:24px!important;
  }
  body.home header > a:first-child{
    flex:0 0 auto!important;
    margin-right:auto!important;
  }
  body.home header .lang-menu{
    flex:0 0 72px!important;
    width:72px!important;
  }
  body.home header .mobile-menu-toggle{
    flex:0 0 38px!important;
    margin:0!important;
  }
  body.home .hero{
    width:100vw!important;
    max-width:100vw!important;
    overflow:hidden!important;
  }
  body.home .hero video{
    position:absolute!important;
    inset:0!important;
    width:100vw!important;
    max-width:100vw!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
}

/* FORM 62 — MOBILE HEADER EDGE BALANCE + FLOATING CONTROLS ONLY.
   Approved desktop/laptop/tablet layouts remain untouched. */
@media (max-width:767px){
  /* Keep the approved header behavior; only visually balance the outer artwork edges. */
  body.home header > a:first-child{
    transform:translateX(-53px)!important;
  }

  /* Keep floating controls clear of content and uniform in size. */
  .float{
    right:12px!important;
    width:48px!important;
    height:48px!important;
  }
  .float.whatsapp,
  .float.top{
    width:48px!important;
    height:48px!important;
  }
  .float.whatsapp img{
    width:48px!important;
    height:48px!important;
  }
}

/* FORM 64 — MOBILE VISUAL EDGE ALIGNMENT + FLOATING CONTROL OPTICAL SIZE ONLY.
   Strictly <=767px. Approved tablet/laptop/desktop layouts are untouched. */
@media (max-width:767px){
  /* Match the logo's visible left edge to the hamburger's visible right edge. */
  body.home header > a:first-child{
    transform:none!important;
  }

  /* Keep both control hit areas identical; compensate for transparent padding
     inside the WhatsApp PNG so its visible circle matches the back-to-top circle. */
  .float.whatsapp,
  .float.top{
    width:48px!important;
    height:48px!important;
  }
  .float.whatsapp img{
    width:48px!important;
    height:48px!important;
    transform:scale(1.14)!important;
    transform-origin:center!important;
  }
}

/* FORM 65 — MOBILE OPTICAL EDGE MATCH ONLY. <=767px; larger layouts untouched. */
@media (max-width:767px){
  /* On the tested phone the visible logo begins ~24 CSS px farther inward than
     the hamburger's visible right edge. Correct that optical offset only. */
  body.home header > a:first-child{
    transform:translateX(-24px)!important;
  }

  /* Match the visible WhatsApp circle to the 48px back-to-top circle. */
  .float.whatsapp img{
    transform:scale(1.20)!important;
    transform-origin:center!important;
  }
}

/* FORM 66 — MOBILE STRIP TYPOGRAPHY ONLY.
   Strictly <=767px. Approved tablet/laptop/desktop layouts remain untouched. */
@media (max-width:767px){
  body.home .strip,
  body.home .strip-slide,
  body.home .strip-slide p,
  body.home .strip-slide .langline,
  body.home .strip-cta{
    font-family:Poppins,Arial,sans-serif!important;
    font-size:18px!important;
    font-weight:400!important;
  }
}


/* FORM 68 — MOBILE STRIP LINE BREAKS + CTA WEIGHT ONLY.
   Strictly <=767px. Approved tablet/laptop/desktop layouts remain untouched. */
@media (max-width:767px){
  body.home .strip,
  body.home .strip-slide,
  body.home .strip-slide p,
  body.home .strip-slide .langline,
  body.home .strip-cta{
    font-family:Poppins,Arial,sans-serif!important;
    font-size:13px!important;
    font-weight:400!important;
  }
  body.home .strip-slide p.mobile-four-line-copy span{
    display:block!important;
    white-space:nowrap!important;
  }
  body.home .strip-cta{
    font-weight:700!important;
  }
}

@media (min-width:768px){
  body.home .strip-slide p.mobile-four-line-copy span{display:inline!important;}
  body.home .strip-slide p.mobile-four-line-copy span:not(:last-child)::after{content:' ';}
}

/* FORM 69 — MOBILE STRIP HEIGHT ONLY.
   Longest four-line message defines the compact shared strip height.
   Strictly <=767px; tablet/laptop/desktop remain untouched. */
@media (max-width:767px){
  body.home .strip{
    min-height:190px!important;
    height:190px!important;
    padding:30px 24px 34px!important;
    border-top-width:28px!important;
  }
  body.home .strip-slide{
    inset:28px 24px 38px!important;
  }
  body.home .strip-dots{
    bottom:18px!important;
  }
}

/* FORM 70 — MOBILE WHAT WE CREATE TYPOGRAPHY + 2-COLUMN CARDS ONLY.
   Strictly <=767px. Approved tablet/laptop/desktop layouts remain untouched. */
@media (max-width:767px){
  body.home #create .heading h1{
    font-family:Poppins,Arial,sans-serif!important;
    font-size:30px!important;
    line-height:1.18!important;
    font-weight:700!important;
    white-space:nowrap!important;
  }
  body.home #create .heading p{
    font-family:Poppins,Arial,sans-serif!important;
    font-size:16px!important;
    line-height:1.55!important;
    font-weight:400!important;
  }
  body.home #create .service-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
    align-items:start!important;
  }
  body.home #create .service-title{
    font-family:Poppins,Arial,sans-serif!important;
    font-size:15px!important;
    line-height:1.35!important;
    font-weight:600!important;
  }
  body.home #create .service-dropdown-inner,
  body.home #create .service-dropdown-inner li,
  body.home #create .service-dropdown ul{
    font-family:Poppins,Arial,sans-serif!important;
    font-size:13px!important;
    line-height:1.5!important;
    font-weight:400!important;
  }
}
\n\n/* FORM 71 — MOBILE WHAT WE CREATE SPACING + CONTROLLED LINE BREAKS ONLY.
   Strictly <=767px. Approved tablet/laptop/desktop layouts remain untouched. */
.mobile-break,.mobile-only-break{display:none}
@media (max-width:767px){
  /* Pull the section content upward without changing the preceding strip. */
  body.home #create{
    padding-top:58px!important;
  }
  body.home #create .heading{
    margin-bottom:40px!important;
  }

  /* Exact requested three-line subtitle. */
  body.home #create .heading p .mobile-break{
    display:block!important;
  }

  /* Reels & / Short Videos on two lines only on mobile. */
  body.home #create .mobile-only-break{
    display:block!important;
  }

  /* Keep Website & Digital Solutions balanced at two lines. */
  body.home #create .service-card[data-service="4"] .service-title{
    font-size:13px!important;
    line-height:1.35!important;
  }
}
\n\n/* FORM 73 — MOBILE ONLY: Website card exact two-line title + equal collapsed card height.
   Desktop/laptop/tablet remain untouched. */
.mobile-website-break{display:none}
@media (max-width:767px){
  body.home #create .service-card[data-service="4"] .mobile-website-break{
    display:block!important;
  }
  body.home #create .service-card[data-service="4"] .service-toggle{
    position:relative!important;
    min-height:70px!important;
    padding-right:38px!important;
  }
  body.home #create .service-card[data-service="4"] .service-title{
    display:block!important;
    width:100%!important;
    max-width:none!important;
  }
  body.home #create .service-card[data-service="4"] .mobile-website-line2{
    white-space:nowrap!important;
  }
  body.home #create .service-card[data-service="4"] .service-toggle .arrow{
    position:absolute!important;
    right:6px!important;
    top:50%!important;
    transform:translateY(-50%);
  }
  body.home #create .service-card[data-service="4"].open .service-toggle .arrow{
    transform:translateY(-50%) rotate(180deg)!important;
  }
  /* Match the collapsed Website card to the 3D card in the same grid row. */
  body.home #create .service-card[data-service="4"]:not(.open),
  body.home #create .service-card[data-service="5"]{
    height:100%!important;
    min-height:0!important;
  }
}

/* FORM 74 — MOBILE ONLY: compact What We Create collapsed cards.
   Reduce unused blue space beneath titles while preserving image sizing,
   two-column grid, accordion expansion, and all >=768px layouts. */
@media (max-width:767px){
  body.home #create .service-card{
    padding:14px 14px 8px!important;
  }
  body.home #create .service-toggle,
  body.home #create .service-card[data-service="4"] .service-toggle{
    min-height:64px!important;
    padding-top:10px!important;
    padding-bottom:6px!important;
  }
  body.home #create .service-card.no-dropdown .service-toggle{
    padding-bottom:6px!important;
  }
  /* Keep every collapsed card visually equal; open accordions grow naturally. */
  body.home #create .service-card:not(.open){
    height:auto!important;
  }
}

/* FORM 75 — MOBILE ONLY: balance What We Create section vertical spacing.
   Match the space after Browse Portfolio to the approved top breathing room
   between the previous strip and the What We Create title. */
@media (max-width:767px){
  body.home #create{
    min-height:0!important;
    padding-bottom:58px!important;
  }
}

/* FORM 76 — MOBILE ONLY: section-title standard + Meet the Creatives refinement.
   Applies strictly below 768px. Approved tablet landscape/laptop/desktop remain locked. */
@media (max-width:767px){
  /* New mobile section-title standard. */
  body.home .section .heading h1,
  body.home #create .heading h1,
  body.home #team .heading h1,
  body.home #clients .heading h1{
    font-family:Poppins,Arial,sans-serif!important;
    font-size:32px!important;
    line-height:1.18!important;
    font-weight:700!important;
  }

  /* Meet the Creatives subtitle. */
  body.home #team .heading p{
    font-family:Poppins,Arial,sans-serif!important;
    font-size:16px!important;
    line-height:1.55!important;
    font-weight:400!important;
  }

  /* Uniformly reduce the creative cards on mobile. */
  body.home #team .team-grid{
    width:86%!important;
    max-width:560px!important;
    padding:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    gap:22px!important;
  }
  body.home #team .person{
    width:100%!important;
    padding:14px 14px 0!important;
    border-radius:16px!important;
  }
  body.home #team .person-image{
    height:290px!important;
    border-radius:11px!important;
  }
  body.home #team .person-toggle{
    min-height:68px!important;
    padding:11px 1px!important;
  }

  /* Creative-card typography. */
  body.home #team .person-name{
    font-family:Poppins,Arial,sans-serif!important;
    font-size:15px!important;
    line-height:1.3!important;
    font-weight:600!important;
  }
  body.home #team .person-role,
  body.home #team .person-dropdown-inner{
    font-family:Poppins,Arial,sans-serif!important;
    font-size:13px!important;
    font-weight:400!important;
  }
  body.home #team .person-role{line-height:1.4!important;}
  body.home #team .person-dropdown-inner{line-height:1.65!important;}
  body.home #team .person.open .person-dropdown-inner{
    padding-bottom:18px!important;
  }
}


/* FORM 77 — MOBILE ONLY: Meet the Creatives top spacing + exact subtitle wrapping.
   Desktop/laptop/tablet landscape remain untouched. */
.team-subtitle-mobile{display:none;}
@media (max-width:767px){
  body.home #team{
    padding-top:58px!important;
  }
  body.home #team .team-subtitle-desktop{display:none!important;}
  body.home #team .team-subtitle-mobile{
    display:block!important;
    font-family:Poppins,Arial,sans-serif!important;
    font-size:16px!important;
    line-height:1.55!important;
    font-weight:400!important;
  }
}

/* FORM 78 — MOBILE ONLY: Our Valued Clients portrait cards + approved typography.
   All >=768px desktop/laptop/tablet-landscape layouts remain untouched. */
.clients-subtitle-mobile{display:none;}
@media (max-width:767px){
  body.home #clients{
    padding-top:58px!important;
    overflow:hidden!important;
  }
  body.home #clients .heading h1{
    font-family:Poppins,Arial,sans-serif!important;
    font-size:32px!important;
    line-height:1.18!important;
    font-weight:700!important;
  }
  body.home #clients .clients-subtitle-desktop{display:none!important;}
  body.home #clients .clients-subtitle-mobile{
    display:block!important;
    font-family:Poppins,Arial,sans-serif!important;
    font-size:16px!important;
    line-height:1.55!important;
    font-weight:400!important;
  }

  /* Portrait client carousel: selected card centered; desktop side peeks removed on mobile. */
  body.home #clients .client-stage{
    position:relative!important;
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    margin:30px auto 0!important;
    padding:0 42px!important;
    display:block!important;
    overflow:visible!important;
    box-sizing:border-box!important;
  }
  body.home #clients .client-peek{display:none!important;}
  body.home #clients .client-feature{
    width:100%!important;
    max-width:430px!important;
    height:auto!important;
    min-height:0!important;
    margin:0 auto!important;
    padding:22px 20px 24px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    gap:18px!important;
    border-radius:24px!important;
    box-sizing:border-box!important;
    background:var(--blue)!important;
    color:#fff!important;
  }
  body.home #clients .client-logo-frame{
    width:190px!important;
    height:190px!important;
    margin:0 auto!important;
    border:6px solid #fff!important;
    border-radius:18px!important;
    flex:0 0 auto!important;
  }
  body.home #clients .client-copy{
    width:100%!important;
    align-self:stretch!important;
    text-align:left!important;
  }
  body.home #clients .client-copy h2{
    margin:0 0 7px!important;
    font-family:Poppins,Arial,sans-serif!important;
    font-size:16px!important;
    line-height:1.4!important;
    font-weight:600!important;
  }
  body.home #clients .client-industry,
  body.home #clients .client-instagram{
    font-family:Poppins,Arial,sans-serif!important;
    font-size:16px!important;
    line-height:1.5!important;
    font-weight:400!important;
  }
  body.home #clients .client-industry{margin:0 0 6px!important;}
  body.home #clients .client-instagram{
    display:inline-flex!important;
    justify-content:flex-start!important;
    margin:0 0 20px!important;
  }
  body.home #clients .client-services>strong{
    display:block!important;
    margin:0 0 10px!important;
    font-family:Poppins,Arial,sans-serif!important;
    font-size:16px!important;
    line-height:1.4!important;
    font-weight:600!important;
  }
  body.home #clients .service-items{
    display:block!important;
    margin:0!important;
    padding-left:19px!important;
    columns:1!important;
  }
  body.home #clients .service-items li,
  body.home #clients .service-items li .service-line{
    font-family:Poppins,Arial,sans-serif!important;
    font-size:13px!important;
    line-height:1.55!important;
    font-weight:400!important;
    white-space:normal!important;
  }
  body.home #clients .service-items li{margin:0 0 4px!important;padding-left:2px!important;}

  /* Keep carousel navigation usable without changing desktop controls. */
  body.home #clients .client-nav{
    position:absolute!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    width:34px!important;
    height:44px!important;
    z-index:5!important;
  }
  body.home #clients .client-prev{left:5px!important;}
  body.home #clients .client-next{right:5px!important;}
  body.home #clients .dots{margin-top:18px!important;}
}

/* FORM 79 — MOBILE ONLY: compact expandable client slider + all-clients page */
@media (max-width:767px){
 body.home #clients .client-stage{padding:0!important;margin-top:30px!important;overflow:visible!important}
 body.home #clients .client-nav,body.home #clients .client-peek,body.home #clients .dots{display:none!important}
 body.home #clients .client-feature{max-width:none!important;width:100%!important;background:transparent!important;padding:0!important;border-radius:0!important;display:block!important;color:inherit!important}
 .mobile-client-slider{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 46px 12px;scroll-padding-left:46px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
 .mobile-client-slider::-webkit-scrollbar{display:none}
 .mobile-client-card,.mobile-view-all{flex:0 0 76vw;max-width:330px;min-height:0;aspect-ratio:1/1;background:var(--blue);color:#fff;border-radius:24px;scroll-snap-align:center;box-sizing:border-box;padding:20px;display:flex;flex-direction:column;text-decoration:none;position:relative;overflow:hidden}
 .mobile-client-card.open{aspect-ratio:auto;min-height:76vw}
 .mobile-client-card .m-logo{height:62%;min-height:0;border:5px solid #fff;border-radius:18px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:16px}
 .mobile-client-card .m-logo img{width:100%;height:100%;object-fit:contain}
 .mobile-client-card .m-head{display:grid;grid-template-columns:1fr 30px;gap:8px;align-items:center;margin-top:auto}
 .mobile-client-card .m-name{font:600 16px/1.35 Poppins,Arial,sans-serif;margin:0}
 .mobile-client-card .m-instagram{font:400 15px/1.4 Poppins,Arial,sans-serif;color:#fff;text-decoration:none;margin-top:4px;display:inline-block}
 .mobile-client-card .m-toggle{grid-column:2;grid-row:1/3;background:none;border:0;color:#fff;width:30px;height:30px;padding:0;position:relative}
 .mobile-client-card .m-toggle:before,.mobile-client-card .m-toggle:after{content:"";position:absolute;top:14px;width:11px;height:2px;background:#fff}
 .mobile-client-card .m-toggle:before{left:5px;transform:rotate(45deg)} .mobile-client-card .m-toggle:after{right:5px;transform:rotate(-45deg)}
 .mobile-client-card.open .m-toggle:before{transform:rotate(-45deg)} .mobile-client-card.open .m-toggle:after{transform:rotate(45deg)}
 .mobile-client-card .m-details{display:none;padding-top:16px;font:400 13px/1.55 Poppins,Arial,sans-serif}
 .mobile-client-card.open .m-details{display:block}
 .mobile-client-card.open .m-logo{height:190px;flex:0 0 190px}
 .mobile-client-card .m-category{margin:0 0 14px}
 .mobile-client-card .m-delivered{font:600 16px/1.4 Poppins,Arial,sans-serif;margin:0 0 8px}
 .mobile-client-card .m-services{margin:0;padding-left:18px}.mobile-client-card .m-services li{font:400 13px/1.55 Poppins,Arial,sans-serif;margin:0 0 3px}
 .mobile-view-all{align-items:center;justify-content:center;border:2px solid var(--blue);background:#fff;color:var(--blue);font:600 16px/1.4 Poppins,Arial,sans-serif;text-align:center}
}

@media (max-width:767px){
 body.clients-page{background:#fff;color:var(--blue)}
 body.clients-page header{background:var(--blue)!important;transform:none!important;opacity:1!important;pointer-events:auto!important}
 body.clients-page main{padding-top:110px}
 .all-clients-section{padding:58px 24px 70px}
 .all-clients-section h1{text-align:center;font:700 32px/1.18 Poppins,Arial,sans-serif;margin:0 0 38px;color:var(--blue)}
 .all-clients-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
 .all-client-card{background:var(--blue);color:#fff;border-radius:20px;padding:15px;min-height:155px;display:flex;flex-direction:column;box-sizing:border-box}
 .all-client-card.open{grid-column:1/-1;min-height:0}
 .all-client-card .m-head{display:grid;grid-template-columns:1fr 26px;gap:6px;align-items:center;margin-top:auto}
 .all-client-card .m-name{font:600 16px/1.3 Poppins,Arial,sans-serif;margin:0;overflow-wrap:anywhere}
 .all-client-card .m-instagram{font:400 15px/1.35 Poppins,Arial,sans-serif;color:#fff;text-decoration:none;margin-top:5px;overflow-wrap:anywhere}
 .all-client-card .m-toggle{grid-column:2;grid-row:1/3;background:none;border:0;color:#fff;width:26px;height:28px;padding:0;position:relative}
 .all-client-card .m-toggle:before,.all-client-card .m-toggle:after{content:"";position:absolute;top:13px;width:9px;height:2px;background:#fff}.all-client-card .m-toggle:before{left:4px;transform:rotate(45deg)}.all-client-card .m-toggle:after{right:4px;transform:rotate(-45deg)}
 .all-client-card.open .m-toggle:before{transform:rotate(-45deg)}.all-client-card.open .m-toggle:after{transform:rotate(45deg)}
 .all-client-card .m-details{display:none;padding-top:16px;font:400 13px/1.55 Poppins,Arial,sans-serif}.all-client-card.open .m-details{display:block}
 .all-client-card .m-category{margin:0 0 14px}.all-client-card .m-delivered{font:600 16px/1.4 Poppins,Arial,sans-serif;margin:0 0 8px}.all-client-card .m-services{margin:0;padding-left:18px}.all-client-card .m-services li{font:400 13px/1.55 Poppins,Arial,sans-serif;margin-bottom:3px}
}
@media (min-width:768px){body.clients-page main{padding-top:120px}.all-clients-section{max-width:1100px;margin:auto;padding:70px 30px}.all-clients-section h1{font:700 48px Poppins;text-align:center}.all-clients-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.all-client-card{background:var(--blue);color:#fff;padding:24px;border-radius:22px}.all-client-card .m-toggle{display:none}.all-client-card .m-details{display:block}.all-client-card .m-instagram{color:#fff}}

/* FORM 80 — MOBILE ONLY: featured client swipe behavior + repaired View All Clients page. */
@media (max-width:767px){
  /* Main-page featured clients: edge-led horizontal rail with a visible next-card cue. */
  body.home #clients .client-feature{overflow:visible!important}
  .mobile-client-slider{
    gap:14px!important; padding:0 0 10px 14px!important; scroll-padding-left:14px!important;
    scroll-snap-type:x proximity!important; align-items:flex-start!important;
  }
  .mobile-client-card,.mobile-view-all{
    flex:0 0 78vw!important; max-width:330px!important; scroll-snap-align:start!important;
  }
  .mobile-client-card{overflow:hidden!important;transition:min-height .25s ease,height .25s ease!important}
  .mobile-client-card .m-logo{
    height:auto!important; aspect-ratio:1/1!important; min-height:0!important; flex:0 0 auto!important;
    border:0!important; border-radius:16px!important; background:transparent!important; margin-bottom:16px!important;
  }
  .mobile-client-card .m-logo img{width:100%!important;height:100%!important;object-fit:contain!important;border-radius:16px!important;display:block!important}
  .mobile-client-card.open .m-logo{height:auto!important;flex:0 0 auto!important;aspect-ratio:1/1!important}
  .mobile-client-card .m-toggle{opacity:.5!important;transition:opacity .18s ease!important}
  .mobile-client-card.open .m-toggle{opacity:1!important}
  .mobile-client-scrollbar{width:42%;height:4px;margin:5px auto 0;background:rgba(7,47,73,.14);border-radius:999px;overflow:hidden;position:relative}
  .mobile-client-scroll-thumb{display:block;width:32%;height:100%;background:#072F49;border-radius:999px;opacity:.5;transition:opacity .18s ease,transform .08s linear}
  .mobile-client-scroll-thumb.active{opacity:1}

  /* View-all page: exact approved mobile header language and spacing. */
  body.clients-page header{
    position:sticky!important;top:0!important;height:68px!important;padding:6px 18px 0!important;gap:12px!important;
    display:flex!important;align-items:center!important;background:#072F49!important;box-shadow:none!important;z-index:1002!important;
  }
  body.clients-page header>a:first-child{margin-right:auto!important;display:flex!important;align-items:center!important}
  body.clients-page header .logo{width:94px!important;max-height:48px!important;transform:none!important}
  body.clients-page header>nav{display:none!important}
  body.clients-page header .lang-menu{display:block!important;margin:0!important;font-size:14px!important;z-index:1004!important}
  body.clients-page header .lang-current{min-width:58px!important;min-height:34px!important;padding:6px 10px!important;border-radius:18px!important;font-size:14px!important}
  body.clients-page .mobile-menu-toggle{display:flex!important}
  body.clients-page main{padding-top:0!important}
  body.clients-page .all-clients-section{padding:58px 18px 70px!important}
  body.clients-page .all-clients-section h1{margin:0 0 34px!important;font-size:32px!important;font-weight:700!important}

  /* Two compact visual cards per row; image is always present. */
  body.clients-page .all-clients-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;align-items:start!important}
  body.clients-page .all-client-card{padding:12px!important;border-radius:20px!important;min-height:0!important;align-self:start!important;overflow:hidden!important}
  body.clients-page .all-client-card.open{grid-column:1/-1!important}
  body.clients-page .all-client-card .m-logo{width:100%!important;aspect-ratio:1/1!important;border:0!important;border-radius:14px!important;overflow:hidden!important;margin:0 0 12px!important;background:transparent!important;display:flex!important;align-items:center!important;justify-content:center!important}
  body.clients-page .all-client-card .m-logo img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;border-radius:14px!important}
  body.clients-page .all-client-card .m-head{margin-top:0!important}
  body.clients-page .all-client-card .m-toggle{opacity:.5!important;transition:opacity .18s ease!important}
  body.clients-page .all-client-card.open .m-toggle{opacity:1!important}
  body.clients-page .all-client-card .m-details{padding-top:14px!important}
}

/* FORM 81 — MOBILE ONLY: Valued Clients cards inherit the approved Meet the Creatives card language.
   Slider geometry/behavior is intentionally untouched. */
@media (max-width:767px){
  body.home #clients .mobile-client-card{
    padding:14px 14px 0!important;
    border-radius:16px!important;
    background:var(--blue)!important;
    color:#fff!important;
    overflow:hidden!important;
    aspect-ratio:1/1!important;
    min-height:0!important;
  }
  body.home #clients .mobile-client-card.open{
    aspect-ratio:auto!important;
    min-height:0!important;
  }
  body.home #clients .mobile-client-card .m-logo{
    width:100%!important;
    height:auto!important;
    aspect-ratio:1/1!important;
    flex:0 0 auto!important;
    min-height:0!important;
    margin:0!important;
    border:0!important;
    border-radius:11px!important;
    overflow:hidden!important;
    background:transparent!important;
  }
  body.home #clients .mobile-client-card .m-logo img{
    width:100%!important;
    height:100%!important;
    display:block!important;
    object-fit:cover!important;
    border-radius:11px!important;
  }
  body.home #clients .mobile-client-card .m-head{
    width:100%!important;
    min-height:68px!important;
    margin:0!important;
    padding:11px 1px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    box-sizing:border-box!important;
  }
  body.home #clients .mobile-client-card .m-head>div{
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    gap:3px!important;
  }
  body.home #clients .mobile-client-card .m-name{
    font-family:Poppins,Arial,sans-serif!important;
    font-size:16px!important;
    line-height:1.3!important;
    font-weight:600!important;
    margin:0!important;
  }
  body.home #clients .mobile-client-card .m-instagram{
    font-family:Poppins,Arial,sans-serif!important;
    font-size:15px!important;
    line-height:1.4!important;
    font-weight:400!important;
    color:#fff!important;
    margin:0!important;
  }
  body.home #clients .mobile-client-card .m-toggle{
    flex:0 0 auto!important;
    width:30px!important;
    height:30px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    cursor:pointer!important;
    opacity:.5!important;
    transition:opacity .18s ease!important;
    position:relative!important;
  }
  body.home #clients .mobile-client-card .m-toggle:hover,
  body.home #clients .mobile-client-card .m-toggle:focus-visible,
  body.home #clients .mobile-client-card.open .m-toggle{
    opacity:1!important;
  }
  body.home #clients .mobile-client-card .m-toggle:before,
  body.home #clients .mobile-client-card .m-toggle:after{display:none!important;content:none!important;}
  body.home #clients .mobile-client-card .m-arrow{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    width:9px!important;
    height:9px!important;
    border-right:2px solid #fff!important;
    border-bottom:2px solid #fff!important;
    transform:translate(-50%,-68%) rotate(45deg)!important;
    transition:transform .28s ease!important;
  }
  body.home #clients .mobile-client-card.open .m-arrow{
    transform:translate(-50%,-30%) rotate(225deg)!important;
  }
  body.home #clients .mobile-client-card .m-details{
    display:grid!important;
    grid-template-rows:0fr!important;
    padding:0!important;
    transition:grid-template-rows .35s ease!important;
  }
  body.home #clients .mobile-client-card .m-details-inner{
    min-height:0!important;
    overflow:hidden!important;
    font-family:Poppins,Arial,sans-serif!important;
    font-size:13px!important;
    line-height:1.65!important;
    font-weight:400!important;
  }
  body.home #clients .mobile-client-card.open .m-details{grid-template-rows:1fr!important;}
  body.home #clients .mobile-client-card.open .m-details-inner{padding:0 1px 18px!important;}
  body.home #clients .mobile-client-card .m-category{margin:0 0 14px!important;}
  body.home #clients .mobile-client-card .m-delivered{font:600 16px/1.4 Poppins,Arial,sans-serif!important;margin:0 0 8px!important;}
  body.home #clients .mobile-client-card .m-services{margin:0!important;padding-left:18px!important;}
  body.home #clients .mobile-client-card .m-services li{font:400 13px/1.55 Poppins,Arial,sans-serif!important;margin:0 0 3px!important;}

  /* Final carousel tile: intentionally compact, like the Oud Factory “View all” reference. */
  body.home #clients .mobile-view-all{
    flex:0 0 150px!important;
    width:150px!important;
    max-width:150px!important;
    height:150px!important;
    min-height:150px!important;
    aspect-ratio:1/1!important;
    align-self:center!important;
    padding:16px!important;
    border:2px solid var(--blue)!important;
    border-radius:18px!important;
    background:#fff!important;
    color:var(--blue)!important;
    font:600 15px/1.35 Poppins,Arial,sans-serif!important;
    text-align:center!important;
  }
}

/* FORM 82 — MOBILE ONLY: Valued Clients use the approved Meet the Creatives card construction.
   IMPORTANT: horizontal slider sizing/peek/scrollbar rules are intentionally unchanged. */
@media (max-width:767px){
  body.home #clients .mobile-client-card{
    aspect-ratio:auto!important;
    height:auto!important;
    min-height:0!important;
    padding:14px 14px 0!important;
    border-radius:16px!important;
    background:var(--blue)!important;
    color:#fff!important;
    align-self:flex-start!important;
  }
  body.home #clients .mobile-client-card .m-logo{
    width:100%!important;
    height:290px!important;
    aspect-ratio:auto!important;
    flex:0 0 290px!important;
    margin:0!important;
    border:0!important;
    border-radius:11px!important;
    background:transparent!important;
    overflow:hidden!important;
  }
  body.home #clients .mobile-client-card .m-logo img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    border-radius:11px!important;
  }
  body.home #clients .mobile-client-card .m-head{
    min-height:68px!important;
    padding:11px 1px!important;
    margin:0!important;
    flex:0 0 auto!important;
  }
  body.home #clients .mobile-client-card .m-details{
    display:grid!important;
    grid-template-rows:0fr!important;
    overflow:hidden!important;
    padding:0!important;
    transition:grid-template-rows .35s ease!important;
  }
  body.home #clients .mobile-client-card.open .m-details{grid-template-rows:1fr!important;}
  body.home #clients .mobile-client-card .m-details-inner{min-height:0!important;overflow:hidden!important;}
  body.home #clients .mobile-client-card.open .m-details-inner{padding:0 1px 18px!important;}
}

/* FORM 83 — MOBILE ONLY: final Valued Clients spacing + full-bleed rail corrections.
   Scope intentionally limited to the home-page Our Valued Clients carousel. */
@media (max-width:767px){
  /* Remove the compounded heading/stage gap without changing typography. */
  body.home #clients .heading{margin-bottom:0!important;}
  body.home #clients .client-stage{
    margin-top:26px!important;
    width:calc(100% + 12vw)!important;
    max-width:none!important;
    margin-left:-6vw!important;
    margin-right:-6vw!important;
    padding:0!important;
    overflow:visible!important;
  }
  body.home #clients .client-feature{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    overflow:visible!important;
  }

  /* Full-bleed horizontal rail: only the initial 14px lead-in remains; it scrolls away naturally. */
  body.home #clients .mobile-client-slider{
    width:100%!important;
    box-sizing:border-box!important;
    padding:0 0 12px 14px!important;
    scroll-padding-left:14px!important;
    overflow-x:auto!important;
    align-items:flex-start!important;
  }

  /* Expanded cards define the rail height, so the custom scrollbar is pushed below all revealed copy. */
  body.home #clients .mobile-client-card{
    align-self:flex-start!important;
    height:auto!important;
    max-height:none!important;
  }
  body.home #clients .mobile-client-card.open{
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }
  body.home #clients .mobile-client-card.open .m-details,
  body.home #clients .mobile-client-card.open .m-details-inner{
    overflow:visible!important;
  }
  body.home #clients .mobile-client-scrollbar{
    position:relative!important;
    clear:both!important;
    margin-top:5px!important;
  }

  /* Do not vertically re-center this tile when another card becomes taller. */
  body.home #clients .mobile-view-all{
    align-self:flex-start!important;
    margin-top:0!important;
  }
}


/* FORM 87 — MOBILE ONLY: Valued Clients expand in normal document flow, exactly like Meet the Creatives. */
@media (max-width:767px){
  body.home #clients{
    height:auto!important;
    min-height:0!important;
    padding-bottom:58px!important;
  }
  body.home #clients .client-stage,
  body.home #clients .client-feature{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
  }
  body.home #clients .mobile-client-slider{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    align-items:flex-start!important;
    padding-bottom:12px!important;
  }
  body.home #clients .mobile-client-card{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    align-self:flex-start!important;
    overflow:hidden!important;
  }
  body.home #clients .mobile-client-card.open{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:hidden!important;
  }
  body.home #clients .mobile-client-card .m-details{
    overflow:hidden!important;
  }
  body.home #clients .mobile-client-card.open .m-details{
    overflow:hidden!important;
  }
  body.home #clients .mobile-client-card .m-details-inner,
  body.home #clients .mobile-client-card.open .m-details-inner{
    overflow:hidden!important;
  }
  body.home #clients .mobile-client-scrollbar{
    position:relative!important;
    margin-top:5px!important;
    margin-bottom:0!important;
  }

  /* Smaller View All tile, visually centered against the normal collapsed client-card height.
     Its position does not change when another card expands. */
  body.home #clients .mobile-view-all{
    flex:0 0 122px!important;
    width:122px!important;
    max-width:122px!important;
    height:122px!important;
    min-height:122px!important;
    aspect-ratio:1/1!important;
    align-self:flex-start!important;
    margin-top:118px!important;
    padding:12px!important;
    border-radius:16px!important;
    font-size:14px!important;
  }
}

/* FORM 88 — MOBILE ONLY: equal trailing breathing room after View All Clients. */
@media (max-width:767px){
  body.home #clients .mobile-client-slider{
    padding-right:16px!important;
  }
}

/* FORM 89 — MOBILE ONLY: View All Clients = one Meet-the-Creatives-style card per row. */
@media (max-width:767px){
  body.clients-page .all-clients-section{
    padding:58px 0 70px!important;
  }
  body.clients-page .all-clients-section h1{
    margin:0 auto 38px!important;
    padding:0 18px!important;
  }
  body.clients-page .all-clients-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:86%!important;
    max-width:560px!important;
    gap:22px!important;
    margin:0 auto!important;
    padding:0!important;
    align-items:start!important;
  }
  body.clients-page .all-client-card,
  body.clients-page .all-client-card.open{
    grid-column:1!important;
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    align-self:start!important;
    padding:14px 14px 0!important;
    border-radius:16px!important;
    overflow:hidden!important;
    background:#072F49!important;
    color:#fff!important;
    box-sizing:border-box!important;
  }
  body.clients-page .all-client-card .m-logo{
    width:100%!important;
    height:auto!important;
    aspect-ratio:1/1!important;
    margin:0!important;
    border:0!important;
    border-radius:11px!important;
    overflow:hidden!important;
    background:transparent!important;
    flex:0 0 auto!important;
  }
  body.clients-page .all-client-card .m-logo img{
    width:100%!important;
    height:100%!important;
    display:block!important;
    object-fit:contain!important;
    border-radius:11px!important;
  }
  body.clients-page .all-client-card .m-head{
    min-height:68px!important;
    margin:0!important;
    padding:11px 1px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 30px!important;
    gap:10px!important;
    align-items:center!important;
    box-sizing:border-box!important;
  }
  body.clients-page .all-client-card .m-name{
    font:600 16px/1.3 Poppins,Arial,sans-serif!important;
    margin:0!important;
  }
  body.clients-page .all-client-card .m-instagram{
    display:inline-block!important;
    margin-top:4px!important;
    font:400 15px/1.4 Poppins,Arial,sans-serif!important;
    color:#fff!important;
  }
  body.clients-page .all-client-card .m-toggle{
    width:30px!important;
    height:30px!important;
    opacity:.5!important;
    transition:opacity .18s ease!important;
  }
  body.clients-page .all-client-card .m-toggle:hover,
  body.clients-page .all-client-card .m-toggle:focus-visible,
  body.clients-page .all-client-card.open .m-toggle{opacity:1!important;}
  body.clients-page .all-client-card .m-details{
    display:grid!important;
    grid-template-rows:0fr!important;
    padding:0!important;
    overflow:hidden!important;
    transition:grid-template-rows .35s ease!important;
    font:400 13px/1.65 Poppins,Arial,sans-serif!important;
  }
  body.clients-page .all-client-card .m-details::before{content:"";min-height:0;overflow:hidden;}
  body.clients-page .all-client-card.open .m-details{
    display:block!important;
    padding:0 1px 18px!important;
    overflow:visible!important;
  }
  body.clients-page .all-client-card .m-category{margin:0 0 14px!important;font:400 13px/1.65 Poppins,Arial,sans-serif!important;}
  body.clients-page .all-client-card .m-delivered{margin:0 0 8px!important;font:600 16px/1.4 Poppins,Arial,sans-serif!important;}
  body.clients-page .all-client-card .m-services{margin:0!important;padding-left:18px!important;}
  body.clients-page .all-client-card .m-services li{margin:0 0 3px!important;font:400 13px/1.65 Poppins,Arial,sans-serif!important;}
}


/* FORM 90 — MOBILE INNER CLIENTS: exact outer-card dropdown behavior + arrow. */
@media (max-width:767px){
  body.clients-page .all-client-card .m-toggle:before,
  body.clients-page .all-client-card .m-toggle:after{
    display:none!important;
    content:none!important;
  }
  body.clients-page .all-client-card .m-toggle{
    position:relative!important;
    background:transparent!important;
    border:0!important;
    padding:0!important;
    cursor:pointer!important;
    opacity:.5!important;
  }
  body.clients-page .all-client-card .m-toggle:hover,
  body.clients-page .all-client-card .m-toggle:focus-visible,
  body.clients-page .all-client-card.open .m-toggle{opacity:1!important;}
  body.clients-page .all-client-card .m-arrow{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    width:9px!important;
    height:9px!important;
    border-right:2px solid #fff!important;
    border-bottom:2px solid #fff!important;
    transform:translate(-50%,-68%) rotate(45deg)!important;
    transition:transform .28s ease!important;
  }
  body.clients-page .all-client-card.open .m-arrow{
    transform:translate(-50%,-30%) rotate(225deg)!important;
  }
  body.clients-page .all-client-card .m-details{
    display:grid!important;
    grid-template-rows:0fr!important;
    padding:0!important;
    overflow:hidden!important;
    transition:grid-template-rows .35s ease!important;
  }
  body.clients-page .all-client-card .m-details::before{display:none!important;content:none!important;}
  body.clients-page .all-client-card .m-details-inner{
    min-height:0!important;
    overflow:hidden!important;
    padding:0 1px!important;
  }
  body.clients-page .all-client-card.open .m-details{
    display:grid!important;
    grid-template-rows:1fr!important;
    padding:0!important;
    overflow:hidden!important;
  }
  body.clients-page .all-client-card.open .m-details-inner{
    padding:0 1px 18px!important;
  }
}

/* FORM 91 — MOBILE TESTIMONIAL STRIP ONLY. */
@media (max-width:767px){
  body.home .testimonials.blue-section{
    height:auto!important;
    min-height:230px!important;
    padding:34px 28px 48px!important;
    overflow:visible!important;
    transition:padding .28s ease!important;
  }
  body.home .testimonials blockquote,
  body.home .testimonials blockquote.long-quote{
    width:100%!important;
    max-width:560px!important;
    margin:0 auto!important;
    font-family:Poppins,Arial,sans-serif!important;
    font-size:13px!important;
    font-weight:400!important;
    line-height:1.55!important;
    text-align:center!important;
  }
  body.home .testimonials .quote-name{
    display:block!important;
    margin-top:12px!important;
    font-family:Poppins,Arial,sans-serif!important;
    font-size:15px!important;
    font-weight:400!important;
    line-height:1.4!important;
  }
  body.home .testimonials .quote-nav{display:none!important;}
  body.home .testimonials .dots{bottom:17px!important;}
  body.home .testimonials .casa-read-more,
  body.home .testimonials .quote-read-more{
    display:inline!important;
    border:0!important;
    padding:0!important;
    margin:0 0 0 3px!important;
    background:transparent!important;
    color:inherit!important;
    font:inherit!important;
    opacity:.5!important;
    cursor:pointer!important;
  }
  body.home .testimonials.casa-expanded,
  body.home .testimonials.quote-expanded{min-height:230px!important;padding-top:38px!important;padding-bottom:52px!important;}
  body.home .testimonials .casa-full p,
  body.home .testimonials .quote-full p{margin:0 0 11px!important;}
  body.home .testimonials .casa-full p:last-child,
  body.home .testimonials .quote-full p:last-child{margin-bottom:0!important;}
}


/* FORM 96 — MOBILE CONTACT + FOOTER ONLY. FORM 93 base preserved. */
.mobile-contact-details{display:none;}
@media (max-width:767px){
  body.home #contact.contact{padding:58px 0!important;}
  body.home #contact .contact-wrap{width:86%!important;max-width:560px!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;gap:0!important;align-items:stretch!important;}
  body.home #contact .contact-left{display:block!important;width:100%!important;}
  body.home #contact .contact-left .heading{text-align:center!important;margin:0 0 30px!important;}
  body.home #contact .contact-left .heading h1{margin:0 0 16px!important;font-family:Poppins,Arial,sans-serif!important;font-size:32px!important;font-weight:700!important;line-height:1.18!important;text-align:center!important;}
  body.home #contact .contact-left .heading p{max-width:none!important;margin:0 auto!important;font-family:Poppins,Arial,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.55!important;text-align:center!important;}
  body.home #contact .contact-left > .contact-details{display:none!important;}
  body.home #contact form{width:100%!important;max-width:none!important;margin:0 auto!important;display:grid!important;gap:14px!important;}
  body.home #contact input,body.home #contact textarea,body.home #contact input::placeholder,body.home #contact textarea::placeholder,body.home #contact .referral,body.home #contact form .btn{font-family:Poppins,Arial,sans-serif!important;font-size:15px!important;font-weight:400!important;}
  body.home #contact .mobile-contact-details{display:grid!important;width:100%!important;margin:28px 0 0!important;gap:10px!important;font-family:Poppins,Arial,sans-serif!important;font-size:13px!important;font-weight:400!important;line-height:1.45!important;text-align:left!important;}
  body.home #contact .mobile-contact-details a,body.home #contact .mobile-contact-details .contact-detail-row{display:flex!important;align-items:center!important;gap:10px!important;justify-content:flex-start!important;}
  body.home #contact .mobile-contact-details .contact-icon{width:20px!important;height:20px!important;flex:0 0 20px!important;}
  body.home #contact .mobile-contact-details .contact-icon img{width:20px!important;height:20px!important;object-fit:contain!important;}
  body.home #contact .form-legal-review{width:86%!important;max-width:560px!important;margin:34px auto 0!important;font-family:Poppins,Arial,sans-serif!important;font-size:13px!important;font-weight:400!important;line-height:1.5!important;text-align:center!important;}
  body.home footer{line-height:1.2!important;}
  body.home footer div{row-gap:3px!important;margin-bottom:8px!important;line-height:1.2!important;}
  body.home footer small{line-height:1.2!important;}
  body.home footer .footer-credit{margin-top:3px!important;line-height:1.2!important;}
}

/* FORM 97 — mobile contact refinements only */
.mobile-only-break{display:none;}
@media (max-width:767px){
  body.home #contact .mobile-only-break{display:inline!important;}
  body.home #contact .mobile-contact-details{font-size:16px!important;font-weight:400!important;}
}

/* FORM 101 — FLUID MOBILE HARDENING (320–767px ONLY)
   Keeps the approved FORM 100 desktop/tablet/laptop rules untouched.
   The approved mobile composition remains the visual master while narrow/wide phones adapt safely. */
@media (max-width:767px){
  html,body{width:100%;max-width:100%;overflow-x:hidden!important;}
  *,*::before,*::after{box-sizing:border-box;}
  body.home img,body.clients-page img{max-width:100%;height:auto;}

  /* Stable mobile gutters across 320–767px without changing the approved large-phone look. */
  body.home #contact .contact-wrap{
    width:min(86%,560px)!important;
    max-width:calc(100vw - 32px)!important;
    min-width:0!important;
  }
  body.home #contact .contact-left,
  body.home #contact form,
  body.home #contact .mobile-contact-details{min-width:0!important;max-width:100%!important;}

  /* The approved 32px title remains the ceiling; only genuinely narrow phones scale it down. */
  body.home #contact .contact-left .heading h1{
    font-size:clamp(27px,8.15vw,32px)!important;
    line-height:1.18!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }

  /* Keep the intentional mobile breaks, but prevent a single orphan word on narrow devices. */
  body.home #contact .contact-left .heading p{
    width:100%!important;
    max-width:430px!important;
    padding-inline:clamp(0px,1.2vw,6px)!important;
    font-size:clamp(14px,4.05vw,16px)!important;
    line-height:1.55!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }

  /* Form follows the viewport instead of retaining device-specific fixed geometry. */
  body.home #contact input,
  body.home #contact textarea,
  body.home #contact .referral,
  body.home #contact form .btn{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  /* General mobile media/card safety: preserve aspect ratios and stop fixed children overflowing. */
  body.home .client-logo-frame,
  body.clients-page .client-logo-frame{max-width:100%!important;}
  body.home .client-logo-frame img,
  body.clients-page .client-logo-frame img{width:100%!important;height:100%!important;object-fit:cover;}
}

/* Extra-narrow phones: same approved composition, with only the minimum scaling needed to avoid bad wraps. */
@media (max-width:359px){
  body.home #contact .contact-wrap{max-width:calc(100vw - 24px)!important;}
  body.home #contact .contact-left .heading h1{font-size:27px!important;}
  body.home #contact .contact-left .heading p{font-size:14px!important;letter-spacing:-.1px;}
}

/* FORM 102 — SITE-WIDE FLUID PHONE HARDENING (320–767px ONLY)
   Preserve the approved mobile composition while preventing device-width-specific
   overflow, oversized scaling, orphan wrapping, clipped cards, and fixed-width drift.
   >=768px remains untouched. */
@media (max-width:767px){
  :root{--m-gutter:clamp(14px,4.6vw,24px);--m-content:min(86%,560px);}
  html,body{max-width:100%;overflow-x:hidden!important;}
  body.home section,body.home footer,body.clients-page main{max-width:100vw;}

  /* Header + hero */
  body.home header,body.clients-page header{width:100%!important;max-width:100vw!important;padding-left:var(--m-gutter)!important;padding-right:var(--m-gutter)!important;}
  body.home header > a:first-child{transform:none!important;margin-right:auto!important;}
  body.home header .logo,body.clients-page header .logo{width:clamp(58px,16vw,78px)!important;height:auto!important;max-width:22vw!important;}
  body.home .hero{width:100%!important;max-width:100vw!important;overflow:hidden!important;}
  body.home .hero video{width:100%!important;height:100%!important;object-fit:cover!important;}

  /* Shared headings: approved 32px ceiling, gentle reduction only where physically needed. */
  body.home .section .heading h1,body.home #create .heading h1,body.home #team .heading h1,body.home #clients .heading h1,
  body.home #contact .contact-left .heading h1,body.clients-page .all-clients-section h1{
    font-size:clamp(27px,8.15vw,32px)!important;line-height:1.18!important;max-width:100%!important;word-break:normal!important;overflow-wrap:normal!important;
  }
  body.home #create .heading h1{white-space:normal!important;}
  body.home #create .heading p,body.home #team .heading p,body.home #clients .heading p,body.home #contact .heading p{
    max-width:100%!important;word-break:normal!important;overflow-wrap:normal!important;
  }

  /* Language strip: retain approved height but allow its copy to fit narrow phones safely. */
  body.home .strip{width:100%!important;max-width:100vw!important;padding-left:var(--m-gutter)!important;padding-right:var(--m-gutter)!important;}
  body.home .strip-slide{left:var(--m-gutter)!important;right:var(--m-gutter)!important;}
  body.home .strip-slide p.mobile-four-line-copy span{white-space:normal!important;}

  /* What We Create */
  body.home #create{padding-left:var(--m-gutter)!important;padding-right:var(--m-gutter)!important;}
  body.home #create .wrap,body.home #create .heading,body.home #create .service-grid{width:100%!important;max-width:100%!important;min-width:0!important;}
  body.home #create .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:clamp(10px,3.3vw,14px)!important;}
  body.home #create .service-card{min-width:0!important;width:100%!important;padding:clamp(9px,3.3vw,14px)!important;padding-bottom:8px!important;}
  body.home #create .service-image-link,body.home #create .service-card img{width:100%!important;max-width:100%!important;}
  body.home #create .service-toggle{min-width:0!important;gap:6px!important;padding-left:2px!important;padding-right:2px!important;}
  body.home #create .service-title{font-size:clamp(12px,3.8vw,15px)!important;min-width:0!important;overflow-wrap:normal!important;word-break:normal!important;}
  body.home #create .service-dropdown ul{padding-left:clamp(15px,5vw,25px)!important;padding-right:2px!important;}

  /* Meet the Creatives */
  body.home #team{padding-left:0!important;padding-right:0!important;overflow:hidden!important;}
  body.home #team .heading{width:var(--m-content)!important;max-width:calc(100vw - 2 * var(--m-gutter))!important;margin-left:auto!important;margin-right:auto!important;}
  body.home #team .team-grid{width:var(--m-content)!important;max-width:calc(100vw - 2 * var(--m-gutter))!important;min-width:0!important;}
  body.home #team .person{min-width:0!important;max-width:100%!important;}
  body.home #team .person-image{width:100%!important;height:auto!important;aspect-ratio:1/1!important;object-fit:cover!important;}
  body.home #team .person-toggle{min-width:0!important;}
  body.home #team .person-role,body.home #team .person-dropdown-inner{overflow-wrap:normal!important;word-break:normal!important;}

  /* Our Valued Clients outer carousel. Keep the approved peek behavior but scale cards to viewport. */
  body.home #clients .heading{width:var(--m-content)!important;max-width:calc(100vw - 2 * var(--m-gutter))!important;margin-left:auto!important;margin-right:auto!important;}
  body.home #clients .client-stage{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;}
  body.home #clients .mobile-client-slider{gap:clamp(12px,4vw,16px)!important;padding-left:var(--m-gutter)!important;padding-right:var(--m-gutter)!important;scroll-padding-left:var(--m-gutter)!important;}
  body.home #clients .mobile-client-card{flex-basis:min(76vw,330px)!important;width:min(76vw,330px)!important;max-width:calc(100vw - 2 * var(--m-gutter))!important;min-width:0!important;}
  body.home #clients .mobile-client-card .m-logo{height:auto!important;flex-basis:auto!important;aspect-ratio:1/1!important;}
  body.home #clients .mobile-client-card .m-head{grid-template-columns:minmax(0,1fr) 30px!important;}
  body.home #clients .mobile-client-card .m-name,body.home #clients .mobile-client-card .m-instagram{min-width:0!important;overflow-wrap:anywhere!important;}
  body.home #clients .mobile-view-all{flex:0 0 clamp(108px,31vw,122px)!important;width:clamp(108px,31vw,122px)!important;height:clamp(108px,31vw,122px)!important;min-height:0!important;margin-top:clamp(100px,30vw,118px)!important;}
  body.home #clients .mobile-client-scrollbar{max-width:min(42vw,280px)!important;margin-left:auto!important;margin-right:auto!important;}

  /* Testimonial strip */
  body.home .testimonials.blue-section{width:100%!important;max-width:100vw!important;padding-left:var(--m-gutter)!important;padding-right:var(--m-gutter)!important;}
  body.home .testimonials blockquote,body.home .testimonials blockquote.long-quote{width:100%!important;max-width:560px!important;overflow-wrap:normal!important;word-break:normal!important;}

  /* Contact */
  body.home #contact .contact-wrap,body.home #contact .form-legal-review{width:var(--m-content)!important;max-width:calc(100vw - 2 * var(--m-gutter))!important;}
  body.home #contact input,body.home #contact textarea{padding-left:clamp(16px,5vw,20px)!important;padding-right:clamp(16px,5vw,20px)!important;}
  body.home #contact .contact-left .heading p{font-size:clamp(14px,4.05vw,16px)!important;padding-inline:0!important;}

  /* Footer + floating controls */
  body.home footer{width:100%!important;max-width:100vw!important;padding-left:var(--m-gutter)!important;padding-right:var(--m-gutter)!important;}
  body.home footer div{max-width:100%!important;gap:clamp(8px,3vw,16px)!important;}
  .float{right:clamp(12px,4vw,28px)!important;}

  /* Inner clients page */
  body.clients-page .all-clients-section{width:100%!important;max-width:100vw!important;}
  body.clients-page .all-clients-grid{width:var(--m-content)!important;max-width:calc(100vw - 2 * var(--m-gutter))!important;}
  body.clients-page .all-client-card{min-width:0!important;max-width:100%!important;}
  body.clients-page .all-client-card .m-logo{width:100%!important;aspect-ratio:1/1!important;height:auto!important;}
  body.clients-page .all-client-card .m-head{grid-template-columns:minmax(0,1fr) 30px!important;}
  body.clients-page .all-client-card .m-name,body.clients-page .all-client-card .m-instagram{min-width:0!important;overflow-wrap:anywhere!important;}
}

@media (max-width:359px){
  body.home #create .service-grid{gap:10px!important;}
  body.home #create .service-card{padding:9px 9px 6px!important;}
  body.home #create .service-title{font-size:12px!important;}
  body.home #team .team-grid,body.home #team .heading,body.home #clients .heading,
  body.home #contact .contact-wrap,body.home #contact .form-legal-review,body.clients-page .all-clients-grid{max-width:calc(100vw - 24px)!important;}
}


/* FORM 113 — DESKTOP HERO STRIP LINE BREAK ONLY.
   Mobile/tablet approved layouts remain untouched. */
@media (min-width:1024px){
  body.home .desktop-strip-break{display:block!important;}
}
@media (max-width:1023px){
  body.home .desktop-strip-break{display:none!important;}
}


/* FORM 118 — unified centered footer on all pages/devices */
footer{ text-align:center!important; }
footer .footer-links{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;margin:0 auto 9px!important;}
footer .footer-row{display:flex!important;align-items:center!important;justify-content:center!important;gap:25px!important;white-space:nowrap!important;}
footer .footer-row a{display:inline-block!important;}
footer>small{display:block!important;text-align:center!important;margin:0 auto!important;}

/* FORM 118 — What We Create arrow state fix: mobile + portrait tablet only */
@media (max-width: 1024px) and (orientation: portrait){
  body.home #create .service-toggle .arrow{transform:rotate(45deg)!important;opacity:.5!important;}
  body.home #create .service-card.open .service-toggle .arrow{transform:rotate(225deg)!important;opacity:1!important;}
  body.home #create .service-toggle:hover .arrow,
  body.home #create .service-toggle:focus-visible .arrow,
  body.home #create .service-toggle:active .arrow{opacity:1!important;}
}


/* FORM 119 — footer: one horizontal legal-link line on desktop + landscape tablet only */
@media (min-width:1025px), (min-width:768px) and (max-width:1024px) and (orientation:landscape){
  footer .footer-links{
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    gap:25px!important;
  }
  footer .footer-row{gap:25px!important;}
}


/* FORM 120 — final mobile-only Portfolio intro + What We Create arrow state */
@media (max-width:767px){
  body.portfolio-page .port-intro-mobile .port-intro-line{display:block!important;white-space:nowrap!important;}
}
@media (max-width:767px){
  body.home #create .service-toggle .arrow{transform:rotate(0deg)!important;opacity:.5!important;}
  body.home #create .service-card.open .service-toggle .arrow{transform:rotate(180deg)!important;opacity:1!important;}
  body.home #create .service-toggle:hover .arrow,
  body.home #create .service-toggle:focus-visible .arrow,
  body.home #create .service-toggle:active .arrow{opacity:1!important;}
}

/* FORM 121 — MOBILE ONLY: legal-page typography/header + What We Create chevrons.
   All >=768px approved layouts remain untouched. */
@media (max-width:767px){
  /* What We Create: use the exact same down/up chevron geometry as Meet the Creatives. */
  body.home #create .service-toggle .arrow{
    font-size:0!important;width:11px!important;height:11px!important;flex:0 0 11px!important;
    border-right:2px solid currentColor!important;border-bottom:2px solid currentColor!important;
    transform:rotate(45deg)!important;opacity:.5!important;
    transition:opacity .2s ease,transform .25s ease!important;
  }
  body.home #create .service-card.open .service-toggle .arrow{transform:rotate(225deg)!important;opacity:1!important;}
  body.home #create .service-toggle:hover .arrow,
  body.home #create .service-toggle:focus-visible .arrow,
  body.home #create .service-toggle:active .arrow{opacity:1!important;}

  /* Legal pages: same fixed mobile header composition/behavior as Portfolio. */
  body.legal-body{max-width:100%;overflow-x:hidden!important;}
  body.legal-body .legal-header{
    position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;height:68px!important;
    padding:6px clamp(14px,4.6vw,24px) 0!important;display:flex!important;align-items:center!important;gap:12px!important;
    background:#072F49!important;color:#fff!important;z-index:1002!important;box-shadow:0 4px 18px rgba(0,0,0,.08)!important;
    opacity:1!important;transform:translateY(0);transition:opacity .35s ease,transform .35s ease!important;
  }
  body.legal-body .legal-header.header-hidden{opacity:0!important;transform:translateY(-100%)!important;pointer-events:none!important;}
  body.legal-body .legal-header>a:first-child{display:flex!important;align-items:center!important;flex:0 0 auto!important;margin-right:auto!important;}
  body.legal-body .legal-header .logo{width:clamp(58px,16vw,78px)!important;height:auto!important;max-height:48px!important;max-width:22vw!important;transform:none!important;}
  body.legal-body .legal-header>nav{display:none!important;}
  body.legal-body .legal-header .lang-menu{display:block!important;margin:0!important;font-size:14px!important;z-index:1004!important;}
  body.legal-body .legal-header .lang-current{min-width:58px!important;min-height:34px!important;padding:6px 10px!important;border-radius:18px!important;font-size:14px!important;}
  body.legal-body .legal-header .mobile-menu-toggle{display:flex!important;flex:0 0 38px!important;margin:0!important;}
  body.legal-body .mobile-menu-panel{z-index:1001!important;}

  body.legal-body .legal-hero{padding-top:118px!important;}
  body.legal-body .legal-hero h1{font-size:32px!important;font-weight:700!important;line-height:1.18!important;}
  body.legal-body .legal-hero p{font-size:16px!important;font-weight:400!important;line-height:1.55!important;}
  body.legal-body .legal-content h2,
  body.legal-body .faq-question,
  body.legal-body .faq-cta h2{font-size:16px!important;font-weight:700!important;}
  body.legal-body .legal-content p,
  body.legal-body .legal-content li,
  body.legal-body .faq-answer p,
  body.legal-body .faq-cta p{font-size:16px!important;font-weight:400!important;}
  body.legal-body .mobile-legal-line{display:block!important;}
}
@media (min-width:768px){body.legal-body .mobile-legal-only{display:none!important;}}
@media (max-width:767px){body.legal-body .desktop-legal-only{display:none!important;}}

/* FORM 122 — MOBILE ONLY: Website & Digital Solutions chevron alignment fix.
   Preserve all other approved layouts and behavior. */
@media (max-width:767px){
  body.home #create .service-card[data-service="4"] .service-toggle .arrow{
    transform:translateY(-50%) rotate(45deg)!important;
  }
  body.home #create .service-card[data-service="4"].open .service-toggle .arrow{
    transform:translateY(-50%) rotate(225deg)!important;
  }
}

/* FORM 124 — DESKTOP ONLY: increase the approved blue navigation glow to 70% opacity. */
@media (min-width:1200px){
  header nav a, body.home header nav a{
    text-shadow:0 0 9px rgba(7,47,73,.70)!important;
  }
}

/* FORM 134 — ARABIC PASS 01: HEADER + HERO STRIP ONLY.
   FORM-131 geometry/behavior remains the reference. No global RTL is used. */
@font-face{
  font-family:'FF Shamel';
  src:url('fonts/FF-Shamel-Sans-One-Book.ttf') format('truetype');
  font-style:normal;
  font-weight:400;
  font-display:swap;
}
@font-face{
  font-family:'FF Shamel';
  src:url('fonts/FF-Shamel-Sans-One-Bold.ttf') format('truetype');
  font-style:normal;
  font-weight:700;
  font-display:swap;
}
/* Arabic uses the supplied real Book and Bold FF Shamel faces. */
body.arabic-section-pass-01 header nav a,
body.arabic-section-pass-01 .mobile-menu-nav a{
  font-family:'FF Shamel',Arial,sans-serif!important;
  font-size:16px!important;
  font-weight:400!important;
  font-style:normal!important;
  direction:rtl;
}
body.arabic-section-pass-01 header nav a:hover,
body.arabic-section-pass-01 header nav a:focus-visible,
body.arabic-section-pass-01 header nav a:active,
body.arabic-section-pass-01 header nav a.active-nav,
body.arabic-section-pass-01 .mobile-menu-nav a:hover,
body.arabic-section-pass-01 .mobile-menu-nav a:focus-visible,
body.arabic-section-pass-01 .mobile-menu-nav a:active,
body.arabic-section-pass-01 .mobile-menu-nav a.active-nav{
  font-weight:700!important;
}
body.arabic-section-pass-01 .strip,
body.arabic-section-pass-01 .strip-slide,
body.arabic-section-pass-01 .strip-slide p,
body.arabic-section-pass-01 .strip-slide .langline{
  font-family:'FF Shamel',Arial,sans-serif!important;
  font-size:16px!important;
  font-weight:400!important;
  direction:rtl;
}
body.arabic-section-pass-01 .strip-cta{
  font-family:'FF Shamel',Arial,sans-serif!important;
  font-size:16px!important;
  font-weight:700!important;
  direction:rtl;
}
/* EN/AR remain Latin UI labels and retain FORM-131 pill geometry. */
body.arabic-section-pass-01 .lang-menu,
body.arabic-section-pass-01 .lang-current,
body.arabic-section-pass-01 .lang-options button{
  font-family:Poppins,Arial,sans-serif!important;
  direction:ltr;
}


/* FORM 135 — language-layer correction only. FORM-131 behavior stays authoritative.
   On desktop and tablet landscape, Arabic nav begins from the right with أعمالنا. */
@media (min-width:901px){
  body.arabic-section-pass-01 header nav{
    direction:rtl;
  }
}


/* FORM 136 — ARABIC HERO/HEADER TYPOGRAPHY REFINEMENT ONLY.
   Preserve FORM-131 geometry, animations, responsiveness and behavior. */
@media (max-width:767px){
  body.arabic-section-pass-01 .strip,
  body.arabic-section-pass-01 .strip-slide,
  body.arabic-section-pass-01 .strip-slide p,
  body.arabic-section-pass-01 .strip-slide .langline{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
  }
  body.arabic-section-pass-01 .strip-cta{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
  }
}

/* Hamburger layouts keep the approved FORM-131 menu behavior; Arabic type only. */
@media (max-width:900px){
  body.arabic-section-pass-01 .mobile-menu-nav a{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:18px!important;
    font-weight:400!important;
  }
  body.arabic-section-pass-01 .mobile-menu-nav a:hover,
  body.arabic-section-pass-01 .mobile-menu-nav a:focus-visible,
  body.arabic-section-pass-01 .mobile-menu-nav a:active,
  body.arabic-section-pass-01 .mobile-menu-nav a.active-nav{
    font-weight:700!important;
  }
}

/* Optical centering for the Arabic CTA label only; button geometry is unchanged. */
body.arabic-section-pass-01 .strip-cta .ar-cta-label{
  display:inline-block;
  transform:translateY(1px);
}

/* FORM 137 — ARABIC PASS 02: WHAT WE CREATE ONLY.
   FORM-131/136 geometry, responsive behavior and animation remain authoritative. */
body.arabic-section-pass-01 #create .heading h1,
body.arabic-section-pass-01 #create .heading p,
body.arabic-section-pass-01 #create .service-title,
body.arabic-section-pass-01 #create .service-dropdown-inner,
body.arabic-section-pass-01 #create .service-dropdown-inner li,
body.arabic-section-pass-01 #create .btn{
  font-family:'FF Shamel',Arial,sans-serif!important;
}
body.arabic-section-pass-01 #create .heading h1{
  font-size:32px!important;
  font-weight:700!important;
  direction:rtl;
}
body.arabic-section-pass-01 #create .heading p{
  font-size:16px!important;
  font-weight:400!important;
  direction:rtl;
}
body.arabic-section-pass-01 #create .service-grid{
  direction:rtl;
}
body.arabic-section-pass-01 #create .service-card{
  direction:rtl;
}
body.arabic-section-pass-01 #create .service-toggle{
  direction:rtl;
  text-align:right!important;
}
body.arabic-section-pass-01 #create .service-title{
  font-size:16px!important;
  font-weight:400!important;
  text-align:right!important;
}
body.arabic-section-pass-01 #create .service-dropdown-inner,
body.arabic-section-pass-01 #create .service-dropdown-inner li,
body.arabic-section-pass-01 #create .service-dropdown ul{
  font-family:'FF Shamel',Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:400!important;
  text-align:right!important;
  direction:rtl;
}
body.arabic-section-pass-01 #create .service-dropdown ul{
  padding-left:8px!important;
  padding-right:25px!important;
}
body.arabic-section-pass-01 #create .btn{
  direction:rtl;
}

/* Mobile + portrait-tablet Arabic type mapping only. */
@media (max-width:767px), (min-width:768px) and (max-width:1024px) and (max-height:599px) and (orientation:landscape), (min-width:768px) and (max-width:1024px) and (orientation:portrait){
  body.arabic-section-pass-01 #create .heading p{
    font-size:14px!important;
  }
  body.arabic-section-pass-01 #create .service-title{
    font-size:14px!important;
    font-weight:400!important;
  }
  body.arabic-section-pass-01 #create .service-dropdown-inner,
  body.arabic-section-pass-01 #create .service-dropdown-inner li,
  body.arabic-section-pass-01 #create .service-dropdown ul{
    font-size:12px!important;
    font-weight:400!important;
  }
  body.arabic-section-pass-01 #create .service-dropdown ul{
    padding-left:2px!important;
    padding-right:clamp(15px,5vw,25px)!important;
  }
  /* Website card uses the existing FORM-131 absolute chevron geometry, mirrored only for RTL. */
  body.arabic-section-pass-01 #create .service-card[data-service="4"] .service-toggle{
    padding-left:38px!important;
    padding-right:2px!important;
  }
  body.arabic-section-pass-01 #create .service-card[data-service="4"] .service-toggle .arrow{
    left:6px!important;
    right:auto!important;
  }
}

/* FORM 138 — approved Arabic What We Create refinements only. */
.ar-create-mobile-break{display:none;}
body.arabic-section-pass-01 #create .ar-social-desktop-break{display:block;}

/* Desktop + landscape tablet: Arabic section title is optically matched to FF Shamel. */
@media (min-width:768px){
  body.arabic-section-pass-01 #create .heading h1{font-size:35px!important;}
}

/* Mobile + portrait tablet retain the approved 32px title. */
@media (max-width:767px), (min-width:768px) and (max-width:1024px) and (orientation:portrait){
  body.arabic-section-pass-01 #create .heading h1{font-size:32px!important;}
  body.arabic-section-pass-01 #create .ar-create-mobile-break{display:block;}
  body.arabic-section-pass-01 #create .ar-social-desktop-break{display:none;}
  /* Only the long Website & Digital Solutions Arabic card title is reduced by 2px. */
  body.arabic-section-pass-01 #create .service-card[data-service="4"] .service-title{font-size:12px!important;}
}

/* FORM 139 — Arabic Meet the Creatives language/RTL layer only.
   FORM-131 geometry, responsiveness, animation and interaction remain authoritative. */
body.arabic-section-pass-01 #team .heading,
body.arabic-section-pass-01 #team .heading h1,
body.arabic-section-pass-01 #team .heading p,
body.arabic-section-pass-01 #team .person-toggle,
body.arabic-section-pass-01 #team .person-dropdown-inner{
  font-family:'FF Shamel',Arial,sans-serif!important;
  direction:rtl;
  text-align:right!important;
}
body.arabic-section-pass-01 #team .heading h1{
  font-family:'FF Shamel',Arial,sans-serif!important;
  font-size:35px!important;
  font-weight:700!important;
}
body.arabic-section-pass-01 #team .person-toggle{
  flex-direction:row-reverse;
}
body.arabic-section-pass-01 #team .person-toggle>span:first-child{
  align-items:flex-start;
  text-align:right!important;
}
body.arabic-section-pass-01 #team .person-name,
body.arabic-section-pass-01 #team .person-role{
  font-family:'FF Shamel',Arial,sans-serif!important;
  text-align:right!important;
  direction:rtl;
}
body.arabic-section-pass-01 #team .person-dropdown-inner p{
  margin:0;
}
body.arabic-section-pass-01 #team .person-dropdown-inner p+p{
  margin-top:1em;
}

/* Desktop + tablet landscape: mirror only the card flow. */
@media (min-width:768px){
  body.arabic-section-pass-01 #team .team-grid{direction:rtl;}
  body.arabic-section-pass-01 #team .heading p{font-family:'FF Shamel',Arial,sans-serif!important;}
  body.arabic-section-pass-01 #team .person-name{font-family:'FF Shamel',Arial,sans-serif!important;}
  body.arabic-section-pass-01 #team .person-role,
  body.arabic-section-pass-01 #team .person-dropdown-inner{font-family:'FF Shamel',Arial,sans-serif!important;}
}

/* Mobile + portrait tablet: keep FORM-131 stacked order Hussein > Maria > Aishah. */
@media (max-width:767px), (min-width:768px) and (max-width:1024px) and (orientation:portrait){
  body.arabic-section-pass-01 #team .team-grid{direction:ltr;}
  body.arabic-section-pass-01 #team .person{direction:rtl;}
  body.arabic-section-pass-01 #team .heading h1{font-size:35px!important;font-weight:700!important;}
  body.arabic-section-pass-01 #team .heading p,
  body.arabic-section-pass-01 #team .team-subtitle-mobile{font-family:'FF Shamel',Arial,sans-serif!important;font-size:14px!important;font-weight:400!important;}
  body.arabic-section-pass-01 #team .person-name{font-family:'FF Shamel',Arial,sans-serif!important;font-size:13px!important;font-weight:700!important;}
  body.arabic-section-pass-01 #team .person-role,
  body.arabic-section-pass-01 #team .person-dropdown-inner{font-family:'FF Shamel',Arial,sans-serif!important;font-size:13px!important;font-weight:400!important;}
}

/* FORM 140 — surgical correction: preserve FORM-131 Meet the Creatives geometry.
   Arabic changes language direction inside text only; section geometry/centering stays master-locked. */
body.arabic-section-pass-01 #team .heading,
body.arabic-section-pass-01 #team .heading h1,
body.arabic-section-pass-01 #team .heading p{
  text-align:center!important;
}
body.arabic-section-pass-01 #team .heading p{
  margin-left:auto!important;
  margin-right:auto!important;
}
/* Keep the approved flex geometry, mirror only the content placement: text right, chevron left. */
body.arabic-section-pass-01 #team .person-toggle{
  direction:ltr!important;
  flex-direction:row-reverse!important;
  text-align:right!important;
}
body.arabic-section-pass-01 #team .person-toggle>span:first-child{
  direction:rtl!important;
  text-align:right!important;
  align-items:flex-start!important;
  margin-left:auto!important;
  margin-right:0!important;
}
body.arabic-section-pass-01 #team .person-toggle .arrow{
  margin-left:0!important;
  margin-right:auto!important;
}


/* FORM 141 — approved Arabic typography/wrapping refinements only.
   Existing FORM-131/140 geometry, animation and responsive behavior remain authoritative. */
body.arabic-section-pass-01 #create .heading h1{
  font-family:'FF Shamel',Arial,sans-serif!important;
  font-weight:700!important;
}
@media (min-width:768px) and (orientation:landscape), (min-width:1025px){
  body.arabic-section-pass-01 #create .heading h1{font-size:35px!important;}
  body.arabic-section-pass-01 #create .heading p{font-size:16px!important;font-weight:400!important;}
  body.arabic-section-pass-01 #team .heading h1{font-size:35px!important;font-weight:700!important;}
  body.arabic-section-pass-01 #team .ar-team-desktop-break{display:inline;}
  body.arabic-section-pass-01 #team .ar-team-title-break{display:none;}
}
@media (max-width:767px), (min-width:768px) and (max-width:1024px) and (orientation:portrait){
  body.arabic-section-pass-01 #create .heading h1{font-size:32px!important;}
  body.arabic-section-pass-01 #team .heading h1{font-size:32px!important;font-weight:700!important;}
  body.arabic-section-pass-01 #team .ar-team-title-break{display:inline;}
  body.arabic-section-pass-01 #team .ar-team-desktop-break{display:none;}
}

/* FORM 149 — Arabic Meet the Creatives mobile/portrait typography only.
   Locked: English master FORM-131 and all other Arabic layout/behavior/styles. */
@media (max-width:767px), (min-width:768px) and (max-width:1024px) and (orientation:portrait){
  body.arabic-section-pass-01 #team .person-name{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
  }
  body.arabic-section-pass-01 #team .person-role{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
  }
  body.arabic-section-pass-01 #team .person-dropdown-inner{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:13px!important;
    font-weight:400!important;
  }
}


/* FORM 150 — Arabic Our Valued Clients heading/subtext only.
   Locked: all other FORM-149 Arabic content/layout/behavior and English FORM-131 master. */
body.arabic-section-pass-01 #clients .heading h1{
  font-family:'FF Shamel',Arial,sans-serif!important;
  font-weight:700!important;
}
body.arabic-section-pass-01 #clients .heading p{
  font-family:'FF Shamel',Arial,sans-serif!important;
  font-weight:400!important;
  direction:rtl!important;
}
@media (min-width:768px) and (orientation:landscape), (min-width:1025px){
  body.arabic-section-pass-01 #clients .heading h1{font-size:35px!important;}
  body.arabic-section-pass-01 #clients .heading p{font-size:16px!important;}
}
@media (max-width:767px), (min-width:768px) and (max-width:1024px) and (orientation:portrait){
  body.arabic-section-pass-01 #clients .heading h1{font-size:32px!important;}
  body.arabic-section-pass-01 #clients .heading p{font-size:14px!important;}
}

/* FORM 151 — Arabic Our Valued Clients cards only. Approved sections remain untouched. */
body.arabic-section-pass-01 #clients .client-copy h2,
body.arabic-section-pass-01 #clients .mobile-client-card .m-name{
  font-family:"FF Shamel Family Sans One", "FF Shamel", sans-serif!important;
  font-size:14px!important;font-weight:700!important;
}
body.arabic-section-pass-01 #clients .client-instagram,
body.arabic-section-pass-01 #clients .mobile-client-card .m-instagram{
  font-family:"FF Shamel Family Sans One", "FF Shamel", sans-serif!important;
  font-size:14px!important;font-weight:400!important;
}
body.arabic-section-pass-01 #clients .client-industry,
body.arabic-section-pass-01 #clients .client-services,
body.arabic-section-pass-01 #clients .client-services strong,
body.arabic-section-pass-01 #clients .client-services li,
body.arabic-section-pass-01 #clients .mobile-client-card .m-details,
body.arabic-section-pass-01 #clients .mobile-client-card .m-category,
body.arabic-section-pass-01 #clients .mobile-client-card .m-delivered,
body.arabic-section-pass-01 #clients .mobile-client-card .m-services li{
  font-family:"FF Shamel Family Sans One", "FF Shamel", sans-serif!important;
  font-size:13px!important;font-weight:400!important;
}
body.arabic-section-pass-01 #clients .client-copy,
body.arabic-section-pass-01 #clients .mobile-client-card .m-head,
body.arabic-section-pass-01 #clients .mobile-client-card .m-details{direction:rtl;text-align:right;}
@media (max-width:767px){
  body.arabic-section-pass-01 #clients .mobile-client-slider{direction:rtl;}
  body.arabic-section-pass-01 #clients .mobile-client-card,
  body.arabic-section-pass-01 #clients .mobile-view-all{direction:rtl;}
  body.arabic-section-pass-01 #clients .mobile-view-all{margin-left:0!important;}
}

/* FORM 152 — Arabic Our Valued Clients desktop/landscape card alignment + typography only.
   Locked: mobile/tablet portrait and all other approved sections/behavior. */
@media (min-width:768px) and (orientation:landscape), (min-width:1025px){
  body.arabic-section-pass-01 #clients .client-feature{
    grid-template-columns:minmax(0,1fr) 245px!important;
  }
  body.arabic-section-pass-01 #clients .client-copy{
    grid-column:1!important;
    grid-row:1!important;
    direction:rtl!important;
    text-align:right!important;
  }
  body.arabic-section-pass-01 #clients .client-logo-frame{
    grid-column:2!important;
    grid-row:1!important;
  }
  body.arabic-section-pass-01 #clients .client-copy h2,
  body.arabic-section-pass-01 #clients .client-services>strong{
    font-family:"FF Shamel Family Sans One","FF Shamel",sans-serif!important;
    font-size:16px!important;
    font-weight:400!important;
    text-align:right!important;
  }
  body.arabic-section-pass-01 #clients .client-industry,
  body.arabic-section-pass-01 #clients .client-services li,
  body.arabic-section-pass-01 #clients .service-items span{
    font-family:"FF Shamel Family Sans One","FF Shamel",sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    text-align:right!important;
  }
  body.arabic-section-pass-01 #clients .client-instagram{
    font-family:"FF Shamel Family Sans One","FF Shamel",sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    direction:ltr!important;
    unicode-bidi:isolate!important;
    display:flex!important;
    width:max-content!important;
    margin-left:auto!important;
    margin-right:0!important;
    justify-content:flex-start!important;
    text-align:left!important;
  }
  body.arabic-section-pass-01 #clients .client-services{
    direction:rtl!important;
    text-align:right!important;
  }
  body.arabic-section-pass-01 #clients .service-items{
    direction:rtl!important;
  }
  body.arabic-section-pass-01 #clients .service-items li{
    direction:rtl!important;
    text-align:right!important;
    padding-right:0!important;
  }
}
@media (min-width:768px) and (max-width:1100px) and (orientation:landscape){
  body.arabic-section-pass-01 #clients .client-feature{
    grid-template-columns:minmax(0,1fr) 210px!important;
  }
}


/* Arabic desktop testimonial translation pass — typography only; structure/animation unchanged. */
@media (min-width:1025px){
  body.arabic-section-pass-01 .testimonials blockquote,
  body.arabic-section-pass-01 .testimonials blockquote.long-quote{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:16px!important;
    font-weight:400!important;
    direction:rtl;
    unicode-bidi:plaintext;
  }
  body.arabic-section-pass-01 .testimonials .quote-name{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:16px!important;
    font-weight:700!important;
    direction:rtl;
  }
}

/* FORM 160 — Arabic desktop testimonial navigation/order refinement only. */
@media (min-width:1025px){
  body.arabic-section-pass-01 .testimonials .dots{flex-direction:row-reverse!important;}
}

/* FORM-163: corrected Arabic DESKTOP contact only. Mobile/tablet and all other approved sections remain unchanged. */
@media (min-width:1025px){
  body.home.arabic-section-pass-01 #contact .contact-wrap{
    direction:ltr!important;
    grid-template-columns:1.15fr 1fr!important;
  }
  body.home.arabic-section-pass-01 #contact form{
    grid-column:1!important;
    grid-row:1!important;
    direction:rtl!important;
  }
  body.home.arabic-section-pass-01 #contact .contact-left{
    grid-column:2!important;
    grid-row:1!important;
    direction:rtl!important;
  }
  body.home.arabic-section-pass-01 #contact .contact-left .heading{
    text-align:right!important;
    direction:rtl!important;
  }
  body.home.arabic-section-pass-01 #contact .contact-left .heading h1{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:35px!important;
    font-weight:700!important;
    font-style:normal!important;
    line-height:1.3!important;
    text-align:right!important;
    direction:rtl!important;
  }
  body.home.arabic-section-pass-01 #contact .contact-left .heading p{
    max-width:430px!important;
    margin:0 0 0 auto!important;
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:16px!important;
    font-weight:400!important;
    font-style:normal!important;
    line-height:1.65!important;
    text-align:right!important;
    direction:rtl!important;
  }
  body.home.arabic-section-pass-01 #contact .contact-details{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:16px!important;
    font-weight:400!important;
    direction:rtl!important;
    text-align:right!important;
    justify-items:start!important;
  }
  body.home.arabic-section-pass-01 #contact .contact-details a,
  body.home.arabic-section-pass-01 #contact .contact-details .contact-detail-row{
    direction:rtl!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:12px!important;
  }
  body.home.arabic-section-pass-01 #contact .contact-details a:nth-child(1) span:last-child,
  body.home.arabic-section-pass-01 #contact .contact-details a:nth-child(2) span:last-child{
    font-family:Poppins,Arial,sans-serif!important;
    font-size:16px!important;
    font-weight:400!important;
    direction:ltr!important;
    unicode-bidi:isolate!important;
  }
  body.home.arabic-section-pass-01 #contact form input,
  body.home.arabic-section-pass-01 #contact form textarea,
  body.home.arabic-section-pass-01 #contact .referral,
  body.home.arabic-section-pass-01 #contact form .btn,
  body.home.arabic-section-pass-01 #contact .form-legal-review{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:16px!important;
    font-weight:400!important;
    font-style:normal!important;
    direction:rtl!important;
  }
  body.home.arabic-section-pass-01 #contact form input,
  body.home.arabic-section-pass-01 #contact form textarea,
  body.home.arabic-section-pass-01 #contact .referral{text-align:right!important;}
  body.home.arabic-section-pass-01 #contact form .btn,
  body.home.arabic-section-pass-01 #contact .form-legal-review{text-align:center!important;}
}


/* FORM-164 — Arabic DESKTOP contact: two approved micro-adjustments only. */
.form164-contact-desktop-break,.form164-contact-desktop-period{display:none;}
@media (min-width:1025px){
  body.home.arabic-section-pass-01 #contact form textarea,
  body.home.arabic-section-pass-01 #contact form textarea::placeholder{
    text-align:right!important;
    direction:rtl!important;
  }
  body.home.arabic-section-pass-01 #contact .form164-contact-desktop-break{display:block;}
  body.home.arabic-section-pass-01 #contact .form164-contact-desktop-period{display:inline;}
}


/* FORM 166 — Arabic footer correction. English footer content removed from Arabic page.
   Desktop + landscape tablet use FF Shamel; approved link targets/opacity/hover behavior preserved. */
body.arabic-section-pass-01 .ar-site-footer .footer-links-ar,
body.arabic-section-pass-01 .ar-site-footer .footer-copy-ar{
  font-family:'FF Shamel',Arial,sans-serif!important;
}
@media (min-width:1025px), (min-width:768px) and (max-width:1024px) and (orientation:landscape){
  body.arabic-section-pass-01 .ar-site-footer .footer-links-ar{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:25px!important;
    margin:0 auto 9px!important;
    direction:rtl!important;
  }
  body.arabic-section-pass-01 .ar-site-footer .footer-links-ar .footer-row{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:25px!important;
    white-space:nowrap!important;
    direction:rtl!important;
  }
  body.arabic-section-pass-01 .ar-site-footer .footer-links-ar a,
  body.arabic-section-pass-01 .ar-site-footer .footer-copy-ar{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-weight:400!important;
  }
  body.arabic-section-pass-01 .ar-site-footer .footer-copy-ar{
    display:block!important;
    text-align:center!important;
    margin:0 auto!important;
  }
}
\n\n/* FORM-167 — Arabic Terms & Conditions: desktop + tablet landscape only. */
@media (min-width:768px){
  body.arabic-legal-page .legal-hero,
  body.arabic-legal-page .legal-content{
    direction:rtl!important;
    text-align:right!important;
  }
  body.arabic-legal-page .legal-hero h1{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:35px!important;
    font-weight:700!important;
  }
  body.arabic-legal-page .legal-hero p,
  body.arabic-legal-page .legal-content .legal-intro,
  body.arabic-legal-page .legal-content article p{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:16px!important;
    font-weight:400!important;
  }
  body.arabic-legal-page .legal-content h2{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:16px!important;
    font-weight:700!important;
    text-align:right!important;
  }
  body.arabic-legal-page .legal-header nav{
    direction:rtl!important;
    font-family:'FF Shamel',Arial,sans-serif!important;
  }
  body.arabic-legal-page .ar-site-footer .footer-links-ar,
  body.arabic-legal-page .ar-site-footer .footer-copy-ar{
    font-family:'FF Shamel',Arial,sans-serif!important;
  }
}

/* FORM-171 — recovery from FORM-167.
   Terms content only: FF Shamel + approved sizes on desktop and landscape tablet.
   Header/footer inherit the already-approved Arabic site rules via arabic-section-pass-01. */
@media (min-width:1025px), (min-width:768px) and (max-width:1024px) and (orientation:landscape){
  body.arabic-legal-page .legal-hero h1{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:35px!important;
    font-weight:700!important;
  }
  body.arabic-legal-page .legal-hero p,
  body.arabic-legal-page .legal-content .legal-intro,
  body.arabic-legal-page .legal-content article p{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:16px!important;
    font-weight:400!important;
  }
  body.arabic-legal-page .legal-content h2{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:16px!important;
    font-weight:700!important;
  }
}

/* FORM-175 — Arabic Terms header logo position only.
   Match the approved main-page desktop logo position. No other geometry changes. */
@media (min-width:1441px){
  body.arabic-legal-page .legal-header > a:first-child{
    transform:translateX(-30px)!important;
  }
}

/* FORM-178 — Arabic Privacy Policy list typography only.
   Keep all approved layout, positions, links, header/footer and behavior unchanged. */
@media (min-width:1025px), (min-width:768px) and (max-width:1024px) and (orientation:landscape){
  body.arabic-legal-page .legal-content article ul,
  body.arabic-legal-page .legal-content article li{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:16px!important;
    font-weight:400!important;
  }
}

/* FORM-180 — Arabic FAQ content typography/direction only.
   Desktop + landscape tablet. Preserve approved FAQ geometry, header/footer and behavior. */
@media (min-width:1025px), (min-width:768px) and (max-width:1024px) and (orientation:landscape){
  body.arabic-legal-page .arabic-faq-content{direction:rtl!important;text-align:right!important;}
  body.arabic-legal-page .arabic-faq-content .faq-question,
  body.arabic-legal-page .arabic-faq-content .faq-cta h2{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:16px!important;
    font-weight:700!important;
  }
  body.arabic-legal-page .arabic-faq-content .faq-question{text-align:right!important;}
  body.arabic-legal-page .arabic-faq-content .faq-answer p,
  body.arabic-legal-page .arabic-faq-content .faq-cta p,
  body.arabic-legal-page .arabic-faq-content .faq-whatsapp{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:16px!important;
    font-weight:400!important;
  }
  body.arabic-legal-page .arabic-faq-content .faq-answer p{padding:0 0 22px 42px!important;text-align:right!important;}
}

/* FORM 183 — Arabic FAQ WhatsApp CTA: typography only. */
@media (min-width:901px){
  body.arabic-legal-page .arabic-faq-content .faq-whatsapp{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-weight:700!important;
  }
}

/* FORM-184 — Arabic footer wrapping: mobile + tablet portrait ONLY.
   Preserve existing FF Shamel typography, sizes, links and footer styling. */
@media (max-width:767px), (min-width:768px) and (max-width:1024px) and (orientation:portrait){
  body.arabic-section-pass-01 .ar-site-footer .footer-links-ar .footer-row{
    display:grid!important;
    grid-template-columns:max-content max-content!important;
    justify-content:center!important;
    align-items:center!important;
    column-gap:25px!important;
    row-gap:8px!important;
    direction:rtl!important;
    white-space:normal!important;
  }
  body.arabic-section-pass-01 .ar-site-footer .footer-links-ar .footer-row a{
    font-family:'FF Shamel',Arial,sans-serif!important;
  }
  body.arabic-section-pass-01 .ar-site-footer .footer-links-ar .footer-row a:nth-child(1){grid-column:1;grid-row:1;}
  body.arabic-section-pass-01 .ar-site-footer .footer-links-ar .footer-row a:nth-child(2){grid-column:2;grid-row:1;}
  body.arabic-section-pass-01 .ar-site-footer .footer-links-ar .footer-row a:nth-child(3){grid-column:1;grid-row:2;}
  body.arabic-section-pass-01 .ar-site-footer .footer-links-ar .footer-row a:nth-child(4){grid-column:2;grid-row:2;}
}
\n\n/* FORM-185 — center each Arabic footer line as its own complete row.
   Mobile + tablet portrait only; desktop/tablet-landscape remain unchanged. */
@media (min-width:1025px), (min-width:768px) and (max-width:1024px) and (orientation:landscape){
  body.arabic-section-pass-01 .ar-site-footer .footer-links-ar .footer-row{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:25px!important;
    width:auto!important;
    white-space:nowrap!important;
  }
  body.arabic-section-pass-01 .ar-site-footer .footer-links-ar .footer-pair{display:contents!important;}
}
@media (max-width:767px), (min-width:768px) and (max-width:1024px) and (orientation:portrait){
  body.arabic-section-pass-01 .ar-site-footer .footer-links-ar .footer-row{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    width:100%!important;
  }
  body.arabic-section-pass-01 .ar-site-footer .footer-links-ar .footer-pair{
    display:flex!important;
    flex-direction:row!important;
    direction:rtl!important;
    align-items:center!important;
    justify-content:center!important;
    gap:25px!important;
    width:max-content!important;
    max-width:100%!important;
    margin-inline:auto!important;
  }
  body.arabic-section-pass-01 .ar-site-footer .footer-links-ar .footer-row .footer-pair a{
    grid-column:auto!important;
    grid-row:auto!important;
    font-family:'FF Shamel',Arial,sans-serif!important;
  }
}

/* FORM-187 — Arabic footer legal-link spacing and centering: desktop only. */
@media (min-width:1025px){
  body.arabic-section-pass-01 .ar-site-footer .footer-links-ar{
    width:100%!important;
  }
  body.arabic-section-pass-01 .ar-site-footer .footer-links-ar .footer-row{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:25px!important;
    width:max-content!important;
    max-width:100%!important;
    margin-inline:auto!important;
    white-space:nowrap!important;
  }
  body.arabic-section-pass-01 .ar-site-footer .footer-links-ar .footer-pair{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:25px!important;
  }
}

/* FORM-188 — Arabic contact typography/alignment: phone + portrait tablet only. */
.form188-contact-mobile-tablet-break{display:none;}
@media (max-width:767px), (min-width:768px) and (max-width:1024px) and (orientation:portrait){
  body.home.arabic-section-pass-01 #contact .form188-contact-mobile-tablet-break{
    display:inline!important;
  }
  body.home.arabic-section-pass-01 #contact .contact-left .heading h1{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:32px!important;
    font-weight:700!important;
    font-style:normal!important;
    direction:rtl!important;
  }
  body.home.arabic-section-pass-01 #contact .contact-left .heading p{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-weight:400!important;
    font-style:normal!important;
    direction:rtl!important;
  }
  body.home.arabic-section-pass-01 #contact form input,
  body.home.arabic-section-pass-01 #contact form textarea,
  body.home.arabic-section-pass-01 #contact form input::placeholder,
  body.home.arabic-section-pass-01 #contact form textarea::placeholder,
  body.home.arabic-section-pass-01 #contact .referral{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-weight:400!important;
    font-style:normal!important;
    direction:rtl!important;
    text-align:right!important;
  }
  body.home.arabic-section-pass-01 #contact .contact-details,
  body.home.arabic-section-pass-01 #contact .mobile-contact-details{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-weight:400!important;
    font-style:normal!important;
    direction:rtl!important;
    text-align:right!important;
  }
  body.home.arabic-section-pass-01 #contact .contact-details a,
  body.home.arabic-section-pass-01 #contact .contact-details .contact-detail-row,
  body.home.arabic-section-pass-01 #contact .mobile-contact-details a,
  body.home.arabic-section-pass-01 #contact .mobile-contact-details .contact-detail-row{
    width:100%!important;
    direction:rtl!important;
    flex-direction:row!important;
    justify-content:flex-start!important;
    text-align:right!important;
  }
  body.home.arabic-section-pass-01 #contact .contact-details a:nth-child(1) span:last-child,
  body.home.arabic-section-pass-01 #contact .contact-details a:nth-child(2) span:last-child,
  body.home.arabic-section-pass-01 #contact .mobile-contact-details a:nth-child(1) span:last-child,
  body.home.arabic-section-pass-01 #contact .mobile-contact-details a:nth-child(2) span:last-child{
    font-family:Poppins,Arial,sans-serif!important;
    font-weight:400!important;
    direction:ltr!important;
    unicode-bidi:isolate!important;
    text-align:left!important;
  }
  body.home.arabic-section-pass-01 #contact .form-legal-review{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-weight:400!important;
    font-style:normal!important;
    direction:rtl!important;
  }
}

/* FORM-189 — Arabic contact micro-typography: phone + portrait tablet only. */
@media (max-width:767px), (min-width:768px) and (max-width:1024px) and (orientation:portrait){
  body.home.arabic-section-pass-01 #contact input[name="Brand / Instagram / Website"]::placeholder{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:12px!important;
    font-weight:400!important;
  }
  body.home.arabic-section-pass-01 #contact form .btn[type="submit"]{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-weight:700!important;
    font-style:normal!important;
  }
}

/* FORM-190 — Arabic Terms typography: phone + portrait tablet only. */
.form190-terms-mobile-tablet-break{display:none;}
@media (max-width:767px), (min-width:768px) and (max-width:1024px) and (orientation:portrait){
  body.arabic-terms-page .form190-terms-mobile-tablet-break{
    display:inline!important;
  }
  body.arabic-terms-page .legal-hero h1{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:32px!important;
    font-weight:700!important;
    font-style:normal!important;
  }
  body.arabic-terms-page .legal-hero p{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    font-style:normal!important;
  }
  body.arabic-terms-page .legal-content h2{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    font-style:normal!important;
  }
  body.arabic-terms-page .legal-content .legal-intro,
  body.arabic-terms-page .legal-content article p{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    font-style:normal!important;
  }
}

/* FORM-191 — Arabic Privacy typography and RTL list inset: phone + portrait tablet only. */
.form191-privacy-mobile-tablet-break{display:none;}
@media (max-width:767px), (min-width:768px) and (max-width:1024px) and (orientation:portrait){
  body.arabic-privacy-page .form191-privacy-mobile-tablet-break{
    display:inline!important;
  }
  body.arabic-privacy-page .legal-hero h1{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:32px!important;
    font-weight:700!important;
    font-style:normal!important;
  }
  body.arabic-privacy-page .legal-hero p{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    font-style:normal!important;
  }
  body.arabic-privacy-page .legal-content h2{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    font-style:normal!important;
  }
  body.arabic-privacy-page .legal-content .legal-intro,
  body.arabic-privacy-page .legal-content article p,
  body.arabic-privacy-page .legal-content article ul,
  body.arabic-privacy-page .legal-content article li{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    font-style:normal!important;
  }
  body.arabic-privacy-page .legal-content article ul{
    box-sizing:border-box!important;
    width:100%!important;
    margin:10px 0 0!important;
    padding:0 24px 0 0!important;
    direction:rtl!important;
    text-align:right!important;
    list-style-position:outside!important;
  }
  body.arabic-privacy-page .legal-content article li{
    direction:rtl!important;
    text-align:right!important;
  }
}

/* FORM-192 — Arabic Refund typography: phone + portrait tablet only. */
.form192-refund-mobile-tablet-break{display:none;}
@media (max-width:767px), (min-width:768px) and (max-width:1024px) and (orientation:portrait){
  body.arabic-refund-page .form192-refund-mobile-tablet-break{
    display:inline!important;
  }
  body.arabic-refund-page .legal-hero h1{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:32px!important;
    font-weight:700!important;
    font-style:normal!important;
  }
  body.arabic-refund-page .legal-hero p{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    font-style:normal!important;
  }
  body.arabic-refund-page .legal-content h2{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    font-style:normal!important;
  }
  body.arabic-refund-page .legal-content .legal-intro,
body.arabic-refund-page .legal-content article p{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    font-style:normal!important;
  }
}

/* FORM-193 — Refund language return link + Arabic title break.
   Title break is limited to phones and portrait tablets. */
.form193-refund-title-mobile-tablet-break{display:none;}
@media (max-width:767px), (min-width:768px) and (max-width:1024px) and (orientation:portrait){
  body.arabic-refund-page .form193-refund-title-mobile-tablet-break{
    display:inline!important;
  }
}

/* FORM-194 — Arabic FAQ typography, line breaks and RTL alignment.
   Phones + portrait tablets only; preserve desktop and landscape tablet. */
.form194-faq-mobile-portrait-copy,
.form194-faq-question-mobile-tablet-break{display:none;}
@media (max-width:767px), (min-width:768px) and (max-width:1024px) and (orientation:portrait){
  body.arabic-faq-page .form194-faq-desktop-landscape-copy{
    display:none!important;
  }
  body.arabic-faq-page .form194-faq-mobile-portrait-copy{
    display:block!important;
  }
  body.arabic-faq-page .form194-faq-mobile-line{
    display:block!important;
    white-space:nowrap;
  }
  body.arabic-faq-page .form194-faq-question-mobile-tablet-break{
    display:inline!important;
  }
  body.arabic-faq-page .legal-hero h1{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:32px!important;
    font-weight:700!important;
    font-style:normal!important;
  }
  body.arabic-faq-page .legal-hero p{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    font-style:normal!important;
  }
  body.arabic-faq-page .arabic-faq-content{
    direction:rtl!important;
  }
  body.arabic-faq-page .arabic-faq-content .faq-question{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    font-style:normal!important;
    direction:rtl!important;
    text-align:right!important;
  }
  body.arabic-faq-page .arabic-faq-content .faq-question > span:first-child{
    flex:1 1 auto;
    min-width:0;
    text-align:right!important;
  }
  body.arabic-faq-page .arabic-faq-content .faq-answer p{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    font-style:normal!important;
    direction:rtl!important;
    text-align:right!important;
    padding:0 0 22px 42px!important;
  }
  body.arabic-faq-page .arabic-faq-content .faq-cta h2{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    font-style:normal!important;
  }
  body.arabic-faq-page .arabic-faq-content .faq-cta p{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    font-style:normal!important;
  }
  body.arabic-faq-page .arabic-faq-content .faq-whatsapp{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    font-style:normal!important;
  }
}
@media (max-width:767px){
  body.arabic-faq-page .arabic-faq-content .faq-cta{
    padding-left:12px!important;
    padding-right:12px!important;
  }
}

/* FORM-195 — Arabic testimonial translation typography.
   Phones + portrait tablets only; desktop Arabic remains locked. */
@media (max-width:767px), (min-width:768px) and (max-width:1024px) and (orientation:portrait){
  body.home.arabic-section-pass-01 .testimonials blockquote,
  body.home.arabic-section-pass-01 .testimonials blockquote.long-quote{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    font-style:normal!important;
    direction:rtl!important;
    unicode-bidi:plaintext;
  }
  body.home.arabic-section-pass-01 .testimonials .quote-name{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    font-style:normal!important;
    direction:rtl!important;
  }
}

/* FORM-196 — Arabic testimonial order indicators: phone + portrait tablet only. */
@media (max-width:767px), (min-width:768px) and (max-width:1024px) and (orientation:portrait){
  body.home.arabic-section-pass-01 .testimonials .dots{
    flex-direction:row-reverse!important;
  }
}

/* FORM-197 — Arabic client rail gutter, RTL progress and View All typography.
   Phones + portrait tablets only; all other client layouts stay locked. */
@media (max-width:767px), (min-width:768px) and (max-width:1024px) and (orientation:portrait){
  body.home.arabic-section-pass-01 #clients .mobile-client-slider{
    padding-right:0!important;
    scroll-padding-right:var(--m-gutter,24px)!important;
  }
  body.home.arabic-section-pass-01 #clients .mobile-client-slider > .mobile-client-card:first-child{
    margin-right:var(--m-gutter,24px)!important;
  }
  body.home.arabic-section-pass-01 #clients .mobile-view-all{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    font-style:normal!important;
  }
}

/* FORM-198 — Arabic expanded client-card details.
   Phones + portrait tablets only; preserve all approved card geometry. */
.form198-client-category-break{display:none;}
@media (max-width:767px), (min-width:768px) and (max-width:1024px) and (orientation:portrait){
  body.home.arabic-section-pass-01 #clients .form198-client-category-break{
    display:inline!important;
  }
  body.home.arabic-section-pass-01 #clients .client-instagram,
  body.home.arabic-section-pass-01 #clients .mobile-client-card .m-instagram{
    font-family:Poppins,Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    font-style:normal!important;
    direction:ltr!important;
    unicode-bidi:isolate!important;
    text-align:right!important;
  }
  body.home.arabic-section-pass-01 #clients .client-instagram{
    display:flex!important;
    width:max-content!important;
    margin-left:auto!important;
    margin-right:0!important;
    justify-content:flex-start!important;
    text-align:left!important;
  }
  body.home.arabic-section-pass-01 #clients .client-services>strong,
  body.home.arabic-section-pass-01 #clients .mobile-client-card .m-delivered{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    font-style:normal!important;
  }
  body.home.arabic-section-pass-01 #clients .service-items,
  body.home.arabic-section-pass-01 #clients .mobile-client-card .m-services{
    direction:rtl!important;
    text-align:right!important;
    list-style-position:outside!important;
    margin:0!important;
    padding-inline-start:18px!important;
    padding-right:18px!important;
    padding-left:0!important;
  }
  body.home.arabic-section-pass-01 #clients .service-items{
    justify-content:start!important;
  }
  body.home.arabic-section-pass-01 #clients .service-items li,
  body.home.arabic-section-pass-01 #clients .mobile-client-card .m-services li{
    direction:rtl!important;
    text-align:right!important;
    padding:0!important;
  }
}

/* FORM-199 — Arabic all-clients page typography and RTL content.
   Phones + portrait tablets only; English and all approved wider layouts stay locked. */
.clients-page-ar .all-clients-subtitle,
.clients-page-ar .form199-allclients-oud-break{display:none;}
@media (max-width:767px), (min-width:768px) and (max-width:1024px) and (orientation:portrait){
  body.clients-page-ar .all-clients-section{
    direction:rtl!important;
    text-align:right!important;
  }
  body.clients-page-ar .all-clients-section h1{
    margin:0 auto 38px!important;
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:32px!important;
    line-height:1.25!important;
    font-weight:700!important;
    font-style:normal!important;
    text-align:center!important;
  }
  body.clients-page-ar .all-clients-subtitle{
    display:block!important;
    margin:0 auto 38px!important;
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    line-height:1.65!important;
    font-weight:400!important;
    font-style:normal!important;
    text-align:center!important;
  }
  body.clients-page-ar .all-clients-grid,
  body.clients-page-ar .all-client-card,
  body.clients-page-ar .all-client-card .m-head,
  body.clients-page-ar .all-client-card .m-details{
    direction:rtl!important;
    text-align:right!important;
  }
  body.clients-page-ar .all-client-card .m-name{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:14px!important;
    line-height:1.4!important;
    font-weight:700!important;
    font-style:normal!important;
    text-align:right!important;
  }
  body.clients-page-ar .all-client-card .m-instagram{
    display:inline-block!important;
    margin-top:4px!important;
    font-family:Poppins,Arial,sans-serif!important;
    font-size:14px!important;
    line-height:1.4!important;
    font-weight:400!important;
    font-style:normal!important;
    direction:ltr!important;
    unicode-bidi:isolate!important;
    text-align:right!important;
  }
  body.clients-page-ar .all-client-card .m-details,
  body.clients-page-ar .all-client-card .m-details-inner,
  body.clients-page-ar .all-client-card .m-category,
  body.clients-page-ar .all-client-card .m-delivered,
  body.clients-page-ar .all-client-card .m-services,
  body.clients-page-ar .all-client-card .m-services li{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-size:13px!important;
    font-style:normal!important;
    direction:rtl!important;
    text-align:right!important;
  }
  body.clients-page-ar .all-client-card .m-category,
  body.clients-page-ar .all-client-card .m-services li{
    font-weight:400!important;
  }
  body.clients-page-ar .all-client-card .m-delivered{
    font-weight:700!important;
  }
  body.clients-page-ar .all-client-card .m-services{
    margin:0!important;
    padding-inline-start:18px!important;
    padding-right:18px!important;
    padding-left:0!important;
    list-style-position:outside!important;
  }
  body.clients-page-ar .all-client-card .m-services li{
    margin:0 0 3px!important;
    padding:0!important;
  }
  body.clients-page-ar .form199-allclients-oud-break{display:inline!important;}
  body.clients-page-ar .ar-site-footer .footer-links-ar,
  body.clients-page-ar .ar-site-footer .footer-links-ar a,
  body.clients-page-ar .ar-site-footer .footer-copy-ar{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-weight:400!important;
    font-style:normal!important;
  }
}

/* FORM 212 — Arabic desktop client-card bullets and approved bold labels only. */
@media (min-width:1025px){
  body.home.arabic-section-pass-01 #clients .client-copy h2,
  body.home.arabic-section-pass-01 #clients .client-services>strong{
    font-family:'FF Shamel',Arial,sans-serif!important;
    font-weight:700!important;
    font-style:normal!important;
  }
  body.home.arabic-section-pass-01 #clients .service-items{
    direction:rtl!important;
    text-align:right!important;
    justify-content:start!important;
    list-style-position:outside!important;
    margin:0!important;
    padding-inline-start:18px!important;
    padding-right:18px!important;
    padding-left:0!important;
  }
  body.home.arabic-section-pass-01 #clients .service-items li{
    direction:rtl!important;
    text-align:right!important;
    margin:0!important;
    padding:0!important;
  }
}

/* FORM 213 — Arabic desktop/landscape-tablet client logo balance only. */
@media (min-width:1025px){
  body.home.arabic-section-pass-01 #clients .client-logo-frame{
    transform:translateX(-17px)!important;
  }
}
@media (min-width:768px) and (min-height:600px) and (max-width:1024px) and (orientation:landscape){
  body.home.arabic-section-pass-01 #clients .client-logo-frame{
    transform:translateX(clamp(-13px,calc(3.125vw - 37px),-5px))!important;
  }
}

/* FORM 224 — Arabic touch-tablet landscape refinements only.
   Desktop, phone, portrait tablet and every English layout remain locked. */
.form224-ar-tablet-landscape-break{display:none;}
@media (min-width:901px) and (max-width:1366px) and (orientation:landscape) and (any-pointer:coarse){
  body.home.arabic-section-pass-01 .form224-ar-tablet-landscape-break{
    display:block!important;
  }
  body.home.arabic-section-pass-01 .strip-slide p{
    max-width:1180px!important;
    text-align:center!important;
  }

  /* A photo tap mirrors the approved mobile/portrait-tablet team interaction. */
  body.home.arabic-section-pass-01 #team .person-image:hover .person-normal{opacity:1!important;}
  body.home.arabic-section-pass-01 #team .person-image:hover .person-wave{opacity:0!important;}
  body.home.arabic-section-pass-01 #team .person-image.photo-active .person-normal{opacity:0!important;}
  body.home.arabic-section-pass-01 #team .person-image.photo-active .person-wave{opacity:1!important;}

  /* Keep Casa Del Bene compact until its Arabic read-more control is used. */
  body.home.arabic-section-pass-01 .testimonials blockquote.long-quote{
    width:100%!important;
    max-width:1080px!important;
  }
  body.home.arabic-section-pass-01 .testimonials .quote-read-more{
    display:inline!important;
    border:0!important;
    padding:0!important;
    margin:0 0 0 3px!important;
    background:transparent!important;
    color:inherit!important;
    font:inherit!important;
    opacity:.5!important;
    cursor:pointer!important;
  }
  body.home.arabic-section-pass-01 .testimonials.quote-expanded{
    height:auto!important;
    min-height:430px!important;
    overflow:visible!important;
  }
  body.home.arabic-section-pass-01 .testimonials .quote-full p{
    margin:0 0 11px!important;
  }
  body.home.arabic-section-pass-01 .testimonials .quote-full p:last-child{
    margin-bottom:0!important;
  }
}

/* FORM 214 — Meet the Creatives photo/dropdown interaction.
   Desktop keeps hover; mobile and portrait tablet use a deliberate photo tap. */
@media (max-width:767px), (min-width:768px) and (max-width:1024px) and (orientation:portrait){
  body.home #team .person-image:hover .person-normal{opacity:1!important;}
  body.home #team .person-image:hover .person-wave{opacity:0!important;}
  body.home #team .person-image.photo-active .person-normal{opacity:0!important;}
  body.home #team .person-image.photo-active .person-wave{opacity:1!important;}
}

/* FORM 215 — only the available EN/AR language choice remains interactive. */
.lang-options button:not(:disabled){cursor:pointer!important;}

/* FORM 218 — English standalone-page header logo alignment only.
   Mirror the approved English homepage offset on desktop and landscape tablet;
   Arabic, phone, and portrait-tablet layouts remain untouched. */
@media (min-width:1441px),
       (min-width:768px) and (max-width:900px) and (orientation:landscape){
  body.portfolio-page:not(.portfolio-page-ar) > header > a:first-child,
  body.legal-body:not(.arabic-legal-page) > .legal-header > a:first-child{
    transform:translateX(-30px)!important;
  }
}

/* FORM 230 — testimonial-only touch portrait mode; desktop, phone and landscape stay locked. */
body.home.testimonial-portrait-tablet:not(.arabic-section-pass-01) .testimonials .quote-read-more{
  display:inline!important;
  border:0!important;
  padding:0!important;
  margin:0 0 0 3px!important;
  background:transparent!important;
  color:inherit!important;
  font:inherit!important;
  opacity:.5!important;
  cursor:pointer!important;
}
body.home.testimonial-portrait-tablet .testimonials blockquote.portrait-fixed-lines{
  white-space:nowrap!important;
}

/* FORM 231 — bilingual contact-form success modal only. */
.inquiry-success-modal[hidden]{display:none!important;}
.inquiry-success-modal{
  position:fixed;
  inset:0;
  z-index:10000;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:32px;
  background:rgba(7,47,73,.24);
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
}
.inquiry-success-card{
  position:relative;
  width:min(820px,calc(100vw - 64px));
  min-height:310px;
  padding:64px 72px;
  border-radius:34px;
  background:#072F49;
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.inquiry-success-title{
  margin:0 0 24px;
  color:#fff;
  font-family:Poppins,Arial,sans-serif;
  font-size:32px;
  line-height:1.15;
  font-weight:700;
  font-style:normal;
}
.inquiry-success-message{
  width:100%;
  max-width:680px;
  margin:0;
  color:#fff;
  font-family:Poppins,Arial,sans-serif;
  font-size:16px;
  line-height:1.55;
  font-weight:400;
  font-style:normal;
  text-align:center;
}
.inquiry-success-message span{display:block;}
.inquiry-message-phone{display:none!important;}
.inquiry-success-modal[dir="rtl"] .inquiry-success-title{
  font-family:'FF Shamel',Arial,sans-serif;
  font-size:35px;
  font-weight:700;
}
.inquiry-success-modal[dir="rtl"] .inquiry-success-message{
  font-family:'FF Shamel',Arial,sans-serif;
  font-size:16px;
  font-weight:400;
  direction:rtl;
}
.inquiry-success-close{
  position:absolute;
  top:22px;
  right:22px;
  width:38px;
  height:38px;
  margin:0;
  padding:0;
  border:0;
  border-radius:50%;
  background:transparent;
  color:#fff;
  cursor:pointer;
}
.inquiry-success-close::before,
.inquiry-success-close::after{
  content:"";
  position:absolute;
  left:9px;
  top:18px;
  width:20px;
  height:2px;
  border-radius:2px;
  background:currentColor;
}
.inquiry-success-close::before{transform:rotate(45deg);}
.inquiry-success-close::after{transform:rotate(-45deg);}
.inquiry-success-close:focus-visible{outline:2px solid #fff;outline-offset:3px;}
.contact form .btn.inquiry-submit-pending{opacity:.68;cursor:wait;transform:none!important;}

@media (max-width:767px){
  .inquiry-success-modal{padding:24px;}
  .inquiry-success-card{
    width:min(420px,calc(100vw - 48px));
    min-height:356px;
    padding:68px 28px 52px;
    border-radius:34px;
  }
  .inquiry-success-title{margin-bottom:24px;font-size:32px;}
  .inquiry-success-message{max-width:340px;font-size:14px;line-height:1.55;}
  .inquiry-success-modal[dir="ltr"] .inquiry-message-default{display:none!important;}
  .inquiry-success-modal[dir="ltr"] .inquiry-message-phone{display:block!important;}
  .inquiry-success-modal[dir="rtl"] .inquiry-success-title{font-size:32px;}
  .inquiry-success-modal[dir="rtl"] .inquiry-success-message{max-width:320px;font-size:14px;}
  .inquiry-success-close{top:18px;right:18px;}
}

/* Touch portrait tablets can report a desktop-sized CSS viewport. */
body.inquiry-touch-portrait .inquiry-success-modal{padding:40px;}
body.inquiry-touch-portrait .inquiry-success-card{
  width:min(480px,calc(100vw - 80px));
  min-height:370px;
  padding:72px 34px 56px;
  border-radius:34px;
}
body.inquiry-touch-portrait .inquiry-success-title{margin-bottom:24px;font-size:32px;}
body.inquiry-touch-portrait .inquiry-success-message{max-width:350px;font-size:14px;line-height:1.55;}
body.inquiry-touch-portrait .inquiry-success-modal[dir="rtl"] .inquiry-success-title{font-size:32px;}
body.inquiry-touch-portrait .inquiry-success-modal[dir="rtl"] .inquiry-success-message{max-width:330px;font-size:14px;}
