
:root{
 --color-primary:#10343d;--color-primary-soft:#174b57;--color-secondary:#0a252d;--color-accent:#c99a32;--color-accent-2:#e2bb64;
 --color-bg:#f6f7f6;--color-surface:#fff;--color-surface-alt:#edf2f1;--color-text:#15323a;--color-muted:#61767b;--color-border:#d9e3e1;
 --color-success:#13a252;--color-error:#c74141;--radius-sm:12px;--radius-md:20px;--radius-lg:34px;--radius-xl:48px;
 --shadow-sm:0 10px 28px rgba(8,35,43,.07);--shadow-md:0 22px 58px rgba(8,35,43,.12);--shadow-lg:0 38px 90px rgba(8,35,43,.18);
 --section-space:clamp(72px,7vw,124px);--container:1320px;--header-h:82px;--ease:cubic-bezier(.2,.75,.2,1)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:'Cairo',system-ui,sans-serif;line-height:1.85;overflow-x:hidden}body.nav-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(calc(100% - 48px),var(--container));margin-inline:auto}.section{padding-block:var(--section-space)}.section-sm{padding-block:clamp(46px,5vw,78px)}.surface,.card{background:var(--color-surface)}.surface-alt{background:var(--color-surface-alt)}.dark{background:var(--color-primary);color:#fff}.muted{color:var(--color-muted)}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--color-accent);font-size:.82rem;font-weight:800;letter-spacing:.035em}.eyebrow:before{content:"";width:28px;height:2px;background:currentColor}.display{font-size:clamp(2.8rem,5.6vw,5.8rem);line-height:1.05;letter-spacing:-.045em;margin:0}.h1{font-size:clamp(2.25rem,4vw,4.35rem);line-height:1.12;letter-spacing:-.035em;margin:0}.h2{font-size:clamp(1.9rem,3vw,3.25rem);line-height:1.18;letter-spacing:-.028em;margin:0}.h3{font-size:clamp(1.22rem,1.7vw,1.55rem);line-height:1.4;margin:0}.lead{font-size:clamp(1.03rem,1.25vw,1.2rem);color:var(--color-muted);max-width:720px}.dark .lead,.page-hero .lead{color:#c6d5d6}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:40px}.section-head>div:first-child{max-width:800px}.section-head .lead{margin:12px 0 0}
.btn{min-height:50px;border-radius:999px;padding-inline:23px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;border:1px solid transparent;transition:.28s var(--ease);white-space:nowrap}.btn-primary{background:var(--color-accent);color:#fff;box-shadow:0 12px 30px rgba(201,154,50,.2)}.btn-primary:hover{background:var(--color-accent-2);transform:translateY(-2px)}.btn-secondary{background:var(--color-primary);color:#fff}.btn-outline{border-color:#bfd0d2;background:transparent;color:var(--color-primary)}.dark .btn-outline,.hero-slider .btn-outline,.hero-slider .btn-glass{color:#fff;border-color:rgba(255,255,255,.42)}.btn-outline:hover,.btn-glass:hover{border-color:var(--color-accent);color:var(--color-accent)}.btn-glass{border:1px solid rgba(255,255,255,.4);background:rgba(255,255,255,.04);backdrop-filter:blur(8px);color:#fff}.btn-whatsapp{background:var(--color-success);color:#fff}.btn-text{padding-inline:0;min-height:38px;color:var(--color-primary)}.btn-text .arrow{transition:.25s}.btn-text:hover .arrow{transform:translateX(-5px)}
.icon{width:24px;height:24px;display:inline-block}.icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.icon-box{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;background:#fbf6e9;color:var(--color-primary);border:1px solid #ecdcb9}
.topline{height:34px;background:var(--color-primary);color:#d7e4e5;font-size:.76rem}.topline .container{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand-note{color:var(--color-accent-2);font-weight:700}.site-header{height:var(--header-h);position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(10,37,45,.07);transition:.3s}.site-header.scrolled{height:70px;box-shadow:0 10px 28px rgba(8,35,43,.07)}.header-inner{height:100%;display:flex;align-items:center;gap:24px}.logo{width:138px;flex:none}.logo img{width:100%;height:64px;object-fit:contain}.site-header.scrolled .logo img{height:54px}.nav{display:flex;align-items:center;gap:2px;margin-inline-start:auto}.nav>a,.nav-button{padding:12px 11px;border-radius:10px;font-size:.88rem;font-weight:800;color:var(--color-text);background:none;border:0;position:relative}.nav>a:after,.nav-button:after{content:"";position:absolute;inset-inline:12px;bottom:5px;height:2px;background:var(--color-accent);transform:scaleX(0);transition:.25s}.nav>a:hover:after,.nav>a.active:after,.nav-button:hover:after{transform:scaleX(1)}.header-cta{margin-inline-start:8px}.mega{position:relative}.mega-menu{position:absolute;inset-inline-end:-240px;top:calc(100% + 20px);width:min(900px,84vw);background:#fff;border:1px solid var(--color-border);border-radius:24px;padding:22px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(10px);transition:.28s var(--ease);display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mega:hover .mega-menu,.mega:focus-within .mega-menu{opacity:1;visibility:visible;transform:none}.mega-item{padding:13px;border-radius:14px;display:flex;gap:12px;align-items:flex-start}.mega-item:hover{background:var(--color-surface-alt)}.mega-item strong{display:block;font-size:.9rem}.mega-item small{display:block;color:var(--color-muted);font-size:.75rem;line-height:1.55;margin-top:3px}.menu-toggle{display:none;width:48px;height:48px;border:0;background:transparent}.menu-toggle span{display:block;width:26px;height:2px;background:var(--color-primary);margin:5px auto}.mobile-drawer,.drawer-backdrop{display:none}
.hero-slider{position:relative;min-height:clamp(640px,74vh,820px);background:var(--color-primary);color:#fff;overflow:hidden}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .85s var(--ease)}.hero-slide.active{opacity:1;visibility:visible}.hero-layout{height:100%;min-height:clamp(640px,74vh,820px);display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);align-items:center;gap:42px}.hero-copy{padding-block:68px;position:relative;z-index:3}.hero-copy .display{max-width:650px}.hero-copy .lead{color:#d5e1e2;max-width:640px}.hero-number{font-size:.74rem;letter-spacing:.18em;color:var(--color-accent-2);font-weight:800;margin-bottom:18px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-visual{height:calc(100% - 54px);min-height:560px;border-radius:0 0 0 54px;overflow:hidden;position:relative;background:#173f49;box-shadow:-28px 28px 60px rgba(3,22,28,.18)}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 7s linear}.hero-slide.active .hero-visual img{transform:scale(1.035)}.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,52,61,.18),transparent 50%)}.hero-badge{position:absolute;inset-inline-end:24px;bottom:24px;z-index:3;background:rgba(10,37,45,.72);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:10px 16px;font-size:.75rem;color:#fff}.hero-gridfx{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to left,#000,transparent 70%)}.slider-controls{position:absolute;inset-inline-start:max(24px,calc((100vw - var(--container))/2));bottom:28px;z-index:5;display:flex;align-items:center;gap:12px}.slider-arrow{width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.28);color:#fff;display:grid;place-items:center;font-size:1.25rem}.slider-dots{display:flex;gap:7px}.slider-dot{width:28px;height:4px;border:0;background:rgba(255,255,255,.28);border-radius:999px;padding:0;overflow:hidden;position:relative}.slider-dot.active{width:52px}.slider-dot.active:after{content:"";position:absolute;inset:0;background:var(--color-accent);transform-origin:right;animation:sliderProgress 6.5s linear}.hero-slider.paused .slider-dot.active:after{animation-play-state:paused}@keyframes sliderProgress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.trust{background:#fff;border-bottom:1px solid var(--color-border)}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);min-height:108px}.trust-item{display:flex;align-items:center;gap:14px;padding:20px;border-inline-start:1px solid var(--color-border)}.trust-item:first-child{border-inline-start:0}.trust-number{font-size:1.3rem;font-weight:900;color:var(--color-accent);min-width:52px}.trust-item strong{display:block}.trust-item span{font-size:.8rem;color:var(--color-muted)}
.grid{display:grid;gap:22px}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.card{border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;transition:.34s var(--ease);min-width:0}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:#c6d4d2}.card-body{padding:23px}.service-card{display:flex;flex-direction:column;height:100%}.service-image{aspect-ratio:4/3;background:#eef3f2;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:.55s}.service-card:hover .service-image img{transform:scale(1.025)}.service-card .card-body{display:flex;flex-direction:column;flex:1}.service-card .icon-box{margin-bottom:16px}.service-card p{color:var(--color-muted);font-size:.9rem;margin:9px 0 16px}.service-card .btn-text{margin-top:auto;align-self:flex-start}.feature-card{padding:28px;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);min-height:100%;transition:.3s}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}
.bento{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:20px}.bento .feature-card:first-child{grid-row:span 2}.split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.stat-card{padding:24px;border-radius:18px;background:#fff;border:1px solid var(--color-border)}.stat-card strong{font-size:2rem;color:var(--color-accent)}
.project-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:20px}.project-card{position:relative;overflow:hidden;border-radius:var(--radius-lg);min-height:320px;background:#173f49;color:#fff}.project-card.large{min-height:660px}.project-side{display:grid;grid-template-rows:1fr 1fr;gap:20px}.project-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.65s var(--ease)}.project-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 36%,rgba(7,28,35,.88))}.project-card:hover img{transform:scale(1.035)}.project-meta{position:absolute;z-index:2;inset-inline:24px;bottom:22px}.project-meta small{color:#d5e1e2}.project-meta h3{margin:4px 0;font-size:1.35rem}.arrow-circle{position:absolute;inset-inline-end:0;bottom:0;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.35);display:grid;place-items:center}
.capability-bento{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:230px;gap:18px}.capability-card{position:relative;overflow:hidden;border-radius:24px;background:#173f49;color:#fff}.capability-card.wide{grid-column:span 2}.capability-card.tall{grid-row:span 2}.capability-card img{width:100%;height:100%;object-fit:cover;transition:.55s}.capability-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(6,29,36,.88))}.capability-card:hover img{transform:scale(1.03)}.capability-copy{position:absolute;z-index:2;inset-inline:20px;bottom:16px}.capability-copy h3{margin:0;font-size:1.25rem}.capability-copy p{margin:5px 0 0;color:#d8e4e5;font-size:.83rem}
.process{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid var(--color-border)}.process-step{padding:26px 18px;position:relative}.process-step:before{content:counter(step,decimal-leading-zero);counter-increment:step;display:block;color:var(--color-accent);font-size:.78rem;font-weight:900;margin-bottom:8px}.process{counter-reset:step}.process-step h3{font-size:1rem;margin:0}.process-step p{color:var(--color-muted);font-size:.82rem;margin:7px 0 0}
.tabs{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:24px}.tab{border:1px solid var(--color-border);background:#fff;border-radius:999px;padding:9px 15px;color:var(--color-text);font-weight:700}.tab.active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.industry-panel{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:30px}.industry-panel img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:20px}.industry-panel ul{padding:0;list-style:none}.industry-panel li{padding:10px 0;border-bottom:1px solid var(--color-border)}
.testimonial{max-width:840px;margin:auto;text-align:center}.quote-mark{font-size:5rem;color:var(--color-accent);line-height:1}.testimonial blockquote{font-size:clamp(1.35rem,2.2vw,2.05rem);line-height:1.65;margin:6px 0 20px}.testimonial small{color:var(--color-muted)}.cta{border-radius:var(--radius-lg);background:var(--color-primary);color:#fff;padding:clamp(40px,5vw,66px);position:relative;overflow:hidden}.cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 25%,rgba(201,154,50,.25),transparent 35%)}.cta-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:28px}.cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.page-hero{padding:clamp(64px,7vw,100px) 0;background:var(--color-primary);color:#fff;position:relative;overflow:hidden}.page-hero .container{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:52px}.breadcrumb{font-size:.76rem;color:#afc4c7;margin-bottom:16px}.page-hero-media{aspect-ratio:4/3;border-radius:var(--radius-lg);overflow:hidden;background:#173f49;box-shadow:var(--shadow-lg)}.page-hero-media img{width:100%;height:100%;object-fit:cover}.page-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px}.page-hero .container{position:relative;z-index:1}.page-hero+section img{border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:800;font-size:.86rem}.field input,.field select,.field textarea{width:100%;border:1px solid var(--color-border);border-radius:14px;background:#fff;min-height:54px;padding:12px 15px;color:var(--color-text);outline:0}.field textarea{min-height:150px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(201,154,50,.13)}.form-status{margin-top:12px;font-weight:700}.form-status.success{color:var(--color-success)}.form-status.error{color:var(--color-error)}
.faq-list{border-top:1px solid var(--color-border)}.faq-item{border-bottom:1px solid var(--color-border)}.faq-q{width:100%;background:none;border:0;padding:21px 0;display:flex;justify-content:space-between;align-items:center;text-align:start;color:var(--color-text);font-weight:800}.faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s}.faq-a>div{overflow:hidden;color:var(--color-muted)}.faq-item.open .faq-a{grid-template-rows:1fr}.plus{transition:.25s}.faq-item.open .plus{transform:rotate(45deg)}
.blog-card .service-image{aspect-ratio:16/9}.blog-card .meta{font-size:.76rem;color:var(--color-accent);font-weight:700}.article{max-width:820px;margin:auto}.article h2{font-size:clamp(1.45rem,2.5vw,2.15rem);margin-top:38px}.article p,.article li,.prose p,.prose li{color:#4f666c}.prose{max-width:900px}.prose h2{margin-top:36px}
.site-footer{background:var(--color-secondary);color:#d8e3e4;padding:66px 0 24px}.footer-grid{display:grid;grid-template-columns:1.25fr .8fr 1fr 1fr;gap:42px}.footer-brand img{width:170px;margin-bottom:16px}.footer-brand p{color:#91a8ad;max-width:360px}.footer-col h4{color:#fff;margin:0 0 16px}.footer-col a{display:block;color:#a8bdc0;padding:5px 0;font-size:.88rem}.footer-col a:hover{color:var(--color-accent-2)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:42px;padding-top:18px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;font-size:.78rem;color:#8fa5a9}.credit{color:var(--color-accent-2);font-weight:800}.backtop{position:fixed;inset-inline-end:20px;bottom:20px;width:48px;height:48px;border-radius:50%;background:var(--color-accent);color:#fff;border:0;display:none;place-items:center;z-index:85;box-shadow:var(--shadow-md)}.backtop.visible{display:grid}.floating-wa{position:fixed;inset-inline-start:18px;bottom:18px;min-width:54px;height:54px;padding-inline:14px;border-radius:999px;background:var(--color-success);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:900;z-index:85;box-shadow:var(--shadow-md)}
.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(22px);transition:opacity .65s var(--ease),transform .65s var(--ease)}.js .reveal.in{opacity:1;transform:none}.stagger>*{transition-delay:calc(var(--i,0)*65ms)}.error-hero{min-height:calc(100vh - 116px);display:grid;place-items:center;background:var(--color-primary);color:#fff;text-align:center}.error-code{font-size:clamp(7rem,18vw,15rem);font-weight:900;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.25);line-height:.8}.mobile-dock{display:none}
@media(max-width:1180px){.nav>a,.nav-button{padding-inline:8px;font-size:.81rem}.header-cta{display:none}.grid-4{grid-template-columns:repeat(3,1fr)}.process{grid-template-columns:repeat(3,1fr)}.capability-bento{grid-template-columns:repeat(3,1fr)}.capability-card.wide{grid-column:span 2}.footer-grid{grid-template-columns:1fr 1fr}.bento{grid-template-columns:1fr 1fr}.bento .feature-card:first-child{grid-column:1/-1;grid-row:auto}}
@media(max-width:980px){:root{--header-h:74px}.topline{display:none}.menu-toggle{display:block;margin-inline-start:auto}.nav,.header-cta{display:none}.header-inner{justify-content:space-between}.logo img{height:56px}.mobile-drawer{display:block;position:fixed;top:0;bottom:0;inset-inline-end:0;width:min(88vw,430px);background:#fff;z-index:130;transform:translateX(110%);transition:.36s var(--ease);padding:24px;overflow:auto}.nav-open .mobile-drawer{transform:none}.drawer-backdrop{display:block;position:fixed;inset:0;background:rgba(8,25,30,.48);backdrop-filter:blur(5px);z-index:120;opacity:0;visibility:hidden;transition:.3s}.nav-open .drawer-backdrop{opacity:1;visibility:visible}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.drawer-head img{width:120px}.drawer-close{font-size:1.6rem;border:0;background:none}.drawer-links a{display:flex;padding:13px 0;border-bottom:1px solid var(--color-border);font-weight:800}.drawer-services{padding:10px 0}.drawer-services a{font-size:.85rem;color:var(--color-muted);padding:8px 0;border:0}.drawer-contact{margin-top:22px;padding:18px;background:var(--color-surface-alt);border-radius:18px}.hero-slider{min-height:auto}.hero-layout{grid-template-columns:1fr;min-height:auto;gap:0}.hero-copy{padding:56px 0 30px}.hero-visual{height:52vw;min-height:360px;border-radius:26px 26px 0 0}.slider-controls{inset-inline-start:22px;bottom:14px}.trust-row{grid-template-columns:repeat(2,1fr)}.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.split,.page-hero .container,.industry-panel{grid-template-columns:1fr}.page-hero-media{order:-1}.project-grid{grid-template-columns:1fr}.project-card.large{min-height:500px}.project-side{grid-template-columns:1fr 1fr;grid-template-rows:auto}.process{grid-template-columns:repeat(2,1fr)}.capability-bento{grid-template-columns:repeat(2,1fr)}.capability-card.wide{grid-column:span 2}.capability-card.tall{grid-row:auto}.footer-grid{grid-template-columns:1fr 1fr}.cta-inner,.section-head{align-items:flex-start;flex-direction:column}}
@media(max-width:680px){.container{width:min(calc(100% - 28px),var(--container))}.section{padding-block:66px}.display{font-size:clamp(2.25rem,12vw,3.7rem)}.h1{font-size:clamp(2rem,10vw,3rem)}.h2{font-size:clamp(1.7rem,8vw,2.55rem)}.site-header{height:68px}.logo{width:108px}.logo img{height:50px}.hero-copy{padding:48px 0 24px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions .btn:first-child{grid-column:1/-1}.hero-visual{height:68vw;min-height:290px;border-radius:20px 20px 0 0}.hero-badge{display:none}.slider-controls{bottom:10px}.trust-row{grid-template-columns:1fr}.trust-item{border-inline-start:0;border-bottom:1px solid var(--color-border);min-height:82px}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.bento{grid-template-columns:1fr}.project-card.large{min-height:420px}.project-side{grid-template-columns:1fr}.project-card{min-height:340px}.capability-bento{grid-template-columns:1fr;grid-auto-rows:260px}.capability-card.wide{grid-column:auto}.process{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.footer-grid{grid-template-columns:1fr}.footer-bottom{padding-bottom:78px}.floating-wa,.backtop{bottom:84px}.mobile-dock{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;z-index:90;bottom:0;left:0;right:0;padding-bottom:env(safe-area-inset-bottom);background:rgba(255,255,255,.97);backdrop-filter:blur(16px);border-top:1px solid var(--color-border)}.mobile-dock a{min-height:66px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:.68rem;font-weight:800;color:var(--color-primary)}.mobile-dock .dock-icon{font-size:1.05rem;color:var(--color-accent)}.page-hero{padding-block:48px}.page-hero .container{gap:24px}.page-hero-media{border-radius:20px}.cta{padding:32px 22px;border-radius:22px}.cta-actions{width:100%}.cta-actions .btn{flex:1}.industry-panel{padding:18px}}
@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.js .reveal{opacity:1!important;transform:none!important}}


/* V17 VISUAL QA — Safari/iPad stability, no-crop media and stronger contrast */
.feature-card{color:var(--color-text)}
.feature-card p,.dark .feature-card p{color:var(--color-muted)}
.dark .feature-card .h3{color:var(--color-text)}
.dark .feature-card .eyebrow{color:var(--color-accent)}

/* Content must remain visible if IntersectionObserver is delayed or blocked. */
.js .reveal{opacity:1;transform:none;transition:none}
.reveal.in{animation:v17FadeUp .58s var(--ease) both}
@keyframes v17FadeUp{from{opacity:.01;transform:translateY(18px)}to{opacity:1;transform:none}}

/* Product and packaging photography: never crop the product itself. */
.hero-visual,.page-hero-media,.service-image,.industry-panel img,.image-main,.image-small{background:#edf2f1}
.hero-visual img,.page-hero-media img,.service-image img,.industry-panel img,.image-main img,.image-small img{object-fit:contain!important;object-position:center!important}
.hero-visual img{background:#102f37}
.page-hero-media img{background:#f2f4f3}
.service-image{padding:8px}
.service-image img{border-radius:14px;background:#fff}

/* More balanced internal heroes and reduced dead space on tablets. */
.page-hero .container{grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr)}
.page-hero-media{max-height:560px}
.section.dark .grid-2>.feature-card{min-height:250px;display:flex;flex-direction:column;justify-content:center}

/* CTA readability and consistent button contrast. */
.cta .btn-outline{color:#fff;border-color:rgba(255,255,255,.62)}
.cta .btn-outline:hover{color:var(--color-accent-2);border-color:var(--color-accent-2)}
.btn-primary{background:#c99a32;color:#fff}
.btn-secondary{background:#10343d;color:#fff}

/* Tablet/iPad layout refinement */
@media (min-width:681px) and (max-width:1180px){
  .container{width:min(calc(100% - 40px),var(--container))}
  .section{padding-block:clamp(64px,6vw,84px)}
  .page-hero{padding-block:56px}
  .page-hero .container{gap:34px}
  .page-hero-media{max-height:480px}
  .feature-card{padding:24px}
  .site-footer{padding-top:52px}
  .footer-grid{gap:30px}
  .floating-wa{bottom:22px}
}

@media (max-width:980px){
  .page-hero-media{max-height:none}
  .page-hero-media img{aspect-ratio:16/9;object-fit:contain!important}
  .section.dark .grid-2>.feature-card{min-height:220px}
}

@media (max-width:680px){
  .service-image{padding:6px}
  .service-image img{border-radius:12px}
  .section.dark .grid-2>.feature-card{min-height:auto}
  .page-hero-media img{aspect-ratio:4/3}
}

/* V18 Elsewedy-inspired information architecture, original Golden Media design */
.compact-mega{grid-template-columns:1fr!important;min-width:320px!important}
.services-priority-menu{grid-template-columns:repeat(2,minmax(280px,1fr))!important;max-height:72vh;overflow:auto}
.mega-item.priority{border-color:rgba(201,154,50,.45);background:rgba(201,154,50,.08)}
.pharma-spotlight{background:linear-gradient(135deg,#0d3038,#123f49);color:#fff}
.pharma-spot-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,5vw,70px);align-items:center}
.pharma-spotlight .h2,.pharma-spotlight .lead{color:#fff}.pharma-spotlight .eyebrow{color:var(--color-accent,#c99a32)}
.pharma-points{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:28px 0}.pharma-points>div{padding:16px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.05)}.pharma-points strong,.pharma-points span{display:block}.pharma-points span{opacity:.72;margin-top:5px;font-size:.92rem}
.pharma-spot-gallery>img{width:100%;aspect-ratio:16/10;object-fit:contain;background:#fff;border-radius:24px}.pharma-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}.pharma-mini-grid img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#fff;border-radius:14px;padding:8px}
.product-showcase{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-showcase article{background:#fff;border:1px solid var(--color-border,#e4e9ea);border-radius:20px;padding:14px;text-align:center}.product-showcase img{width:100%;aspect-ratio:4/3;object-fit:contain;background:#f7f9f9;border-radius:14px}.product-showcase h3{font-size:1rem;margin:12px 0 4px}
.pharma-page-hero .page-hero-visual img{object-fit:contain!important;background:#f6f8f8!important}
.narrow{max-width:900px;margin-inline:auto}.pharma-intro p{font-size:1.08rem;line-height:2}
.pharma-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pharma-product-grid article{background:#fff;border:1px solid var(--color-border,#e4e9ea);border-radius:20px;overflow:hidden;text-align:center}.pharma-product-grid img{width:100%;aspect-ratio:4/3;object-fit:contain;background:#f8f9f9;padding:14px}.pharma-product-grid h3{padding:0 12px 16px;margin:0}
.pharma-benefits .feature-card,.pharma-why .feature-card{min-height:190px}.pharma-why .feature-card{background:#fff;color:#10343d}.pharma-why .feature-card h3,.pharma-why .feature-card p{color:#10343d}
.finish-tags{display:flex;flex-wrap:wrap;gap:12px}.finish-tags span{padding:12px 18px;border:1px solid var(--color-border,#dfe6e7);border-radius:999px;background:#fff;font-weight:700;color:#10343d}
.faq-list details{background:#fff;border:1px solid var(--color-border,#dfe6e7);border-radius:16px;padding:0 20px;margin-bottom:12px}.faq-list summary{cursor:pointer;font-weight:800;padding:18px 0;color:#10343d}.faq-list p{padding:0 0 18px;margin:0;color:#5f7479;line-height:1.9}
@media(max-width:1100px){.services-priority-menu{grid-template-columns:1fr!important}.pharma-spot-grid{grid-template-columns:1fr}.product-showcase{grid-template-columns:repeat(2,1fr)}.pharma-product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.pharma-points{grid-template-columns:1fr}.product-showcase,.pharma-product-grid{grid-template-columns:1fr}.pharma-spot-gallery>img{aspect-ratio:4/3}.services-priority-menu{min-width:0!important}}



/* Golden Media V19 Motion System — progressive enhancement */
:root{
  --gm-motion-fast:280ms;
  --gm-motion-base:520ms;
  --gm-motion-slow:780ms;
  --gm-motion-ease:cubic-bezier(.22,.75,.2,1);
  --gm-motion-ease-out:cubic-bezier(.16,1,.3,1);
}

/* Font Awesome integration */
.fa-solid,.fa-regular,.fa-brands{line-height:1}
.gm-icon-inline{font-size:.92em;vertical-align:-.04em}
.gm-control-icon{width:1em;text-align:center;pointer-events:none}
.floating-wa{display:inline-flex;align-items:center;gap:9px}
.floating-wa i{font-size:1.2rem}
.backtop i{font-size:1rem}
.mobile-dock .dock-icon{display:grid;place-items:center;font-size:1.05rem;line-height:1}
.slider-arrow i{font-size:.9rem}
.gm-trust-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#fbf6e9;border:1px solid #ecdcb9;color:var(--color-accent);font-size:1rem;flex:0 0 auto}

/* Global smooth interactions */
.btn,.card,.service-card,.feature-card,.project-card,.capability-card,.product-showcase article,.pharma-products article,.industry-panel,.faq-item,.tab,.mega-item,.trust-item,.process-step,.stat,.footer-col a,.nav>a,.nav-button,.floating-wa,.backtop{
  transition-property:transform,box-shadow,border-color,background-color,color,opacity,filter;
  transition-duration:var(--gm-motion-fast);
  transition-timing-function:var(--gm-motion-ease);
}
.btn:active,.floating-wa:active,.backtop:active{transform:translateY(1px) scale(.985)}
.btn:focus-visible,.slider-arrow:focus-visible,.slider-dot:focus-visible,.tab:focus-visible,.backtop:focus-visible,.floating-wa:focus-visible{
  outline:3px solid rgba(201,154,50,.35);outline-offset:3px;
}
.card:hover,.service-card:hover,.feature-card:hover,.product-showcase article:hover,.pharma-products article:hover{transform:translateY(-6px)}
.project-card:hover img,.capability-card:hover img,.service-card:hover img{transform:scale(1.035)}
.project-card img,.capability-card img,.service-card img{transition:transform var(--gm-motion-slow) var(--gm-motion-ease-out)}
.btn .fa-arrow-left,.btn .fa-arrow-right,.btn .fa-chevron-left,.btn .fa-chevron-right{transition:transform var(--gm-motion-fast) var(--gm-motion-ease)}
[dir="rtl"] .btn:hover .fa-arrow-left{transform:translateX(-4px)}
[dir="rtl"] .btn:hover .fa-arrow-right{transform:translateX(4px)}

/* Scroll-reveal system. Content is visible by default if JS fails. */
.gm-motion{opacity:1;transform:none;filter:none}
html.motion-ready .gm-motion{
  opacity:0;
  transform:translate3d(0,24px,0);
  filter:blur(3px);
  transition:opacity var(--gm-motion-base) var(--gm-motion-ease-out),transform var(--gm-motion-base) var(--gm-motion-ease-out),filter var(--gm-motion-base) var(--gm-motion-ease-out);
  transition-delay:calc(var(--gm-index,0) * 55ms);
  will-change:opacity,transform,filter;
}
html.motion-ready .gm-motion.gm-fade-left{transform:translate3d(24px,0,0)}
html.motion-ready .gm-motion.gm-fade-right{transform:translate3d(-24px,0,0)}
html.motion-ready .gm-motion.gm-scale{transform:scale(.975);filter:blur(2px)}
html.motion-ready .gm-motion.is-inview{opacity:1;transform:none;filter:none}

/* Image reveal */
.gm-image-reveal{position:relative;overflow:hidden;isolation:isolate}
html.motion-ready .gm-image-reveal:after{content:"";position:absolute;inset:0;background:var(--color-surface-alt,#edf2f1);transform-origin:right center;transform:scaleX(1);z-index:3;pointer-events:none;transition:transform 760ms var(--gm-motion-ease-out)}
html.motion-ready .gm-image-reveal.is-inview:after{transform:scaleX(0)}
.dark .gm-image-reveal:after,.page-hero .gm-image-reveal:after,.hero-slider .gm-image-reveal:after{background:var(--color-primary,#10343d)}

/* Section heading accent */
.section-head .h2,.page-hero .h1,.pharma-hero .h1{position:relative}
html.motion-ready .section-head.is-inview .h2:after{transform:scaleX(1)}
.section-head .h2:after{content:"";display:block;width:48px;height:3px;background:var(--color-accent);border-radius:999px;margin-top:14px;transform:scaleX(.25);transform-origin:right;transition:transform 700ms var(--gm-motion-ease-out)}

/* Header + drawer */
.site-header{transition:height 300ms var(--gm-motion-ease),box-shadow 300ms var(--gm-motion-ease),background-color 300ms var(--gm-motion-ease),transform 300ms var(--gm-motion-ease)}
.site-header.gm-header-compact{box-shadow:0 14px 34px rgba(8,35,43,.10)}
.mobile-drawer{transition:transform 420ms var(--gm-motion-ease-out),opacity 280ms ease}
.drawer-backdrop{transition:opacity 280ms ease}

/* Hero slide text entrance */
.hero-slide .hero-number,.hero-slide .eyebrow,.hero-slide .display,.hero-slide .h1,.hero-slide .lead,.hero-slide .hero-actions,.hero-slide .hero-badge{opacity:0;transform:translateY(18px)}
.hero-slide.active .hero-number,.hero-slide.active .eyebrow,.hero-slide.active .display,.hero-slide.active .h1,.hero-slide.active .lead,.hero-slide.active .hero-actions,.hero-slide.active .hero-badge{animation:gmHeroIn 680ms var(--gm-motion-ease-out) forwards}
.hero-slide.active .eyebrow{animation-delay:70ms}.hero-slide.active .display,.hero-slide.active .h1{animation-delay:120ms}.hero-slide.active .lead{animation-delay:190ms}.hero-slide.active .hero-actions{animation-delay:260ms}.hero-slide.active .hero-badge{animation-delay:320ms}
@keyframes gmHeroIn{to{opacity:1;transform:none}}
.hero-slide.active .hero-visual img{animation:gmHeroKenBurns 7s linear both}
@keyframes gmHeroKenBurns{from{transform:scale(1)}to{transform:scale(1.045)}}
.slider-dot.active:after{animation-name:sliderProgress!important}

/* Page hero */
.page-hero .breadcrumb,.page-hero .eyebrow,.page-hero .h1,.page-hero .lead,.page-hero .hero-actions{animation:gmPageHeroIn 700ms var(--gm-motion-ease-out) both}
.page-hero .eyebrow{animation-delay:60ms}.page-hero .h1{animation-delay:110ms}.page-hero .lead{animation-delay:170ms}.page-hero .hero-actions{animation-delay:230ms}
@keyframes gmPageHeroIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}

/* Counter pulse */
[data-counter].gm-counted{animation:gmCounterPop 420ms var(--gm-motion-ease-out)}
@keyframes gmCounterPop{0%{transform:scale(.92);opacity:.7}100%{transform:scale(1);opacity:1}}

/* FAQ / details */
details.faq-item>summary{transition:color var(--gm-motion-fast) ease}
details.faq-item[open]{box-shadow:var(--shadow-sm)}
details.faq-item>div,details.faq-item>p{animation:gmAccordion 360ms var(--gm-motion-ease-out)}
@keyframes gmAccordion{from{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:none}}

/* Floating controls */
.floating-wa{animation:gmFloat 3.4s ease-in-out infinite;box-shadow:0 14px 34px rgba(19,162,82,.28)}
@keyframes gmFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
.backtop:not([hidden]){animation:gmBacktopIn 340ms var(--gm-motion-ease-out)}
@keyframes gmBacktopIn{from{opacity:0;transform:translateY(10px) scale(.9)}to{opacity:1;transform:none}}

/* Tailwind utility helpers used alongside the design system */
.tw-transform-gpu{transform:translateZ(0)}
.tw-will-change-transform{will-change:transform}

@media (hover:hover){
  .mega-item:hover{transform:translateY(-2px)}
  .trust-item:hover .gm-trust-icon{transform:rotate(-4deg) scale(1.05)}
  .floating-wa:hover{transform:translateY(-4px);filter:brightness(1.04)}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
  html.motion-ready .gm-motion{opacity:1!important;transform:none!important;filter:none!important}
  .floating-wa{animation:none!important}
}



/* Golden Media V20 — UI/UX Polish + responsive system */
:root{
  --v20-container: min(1400px, calc(100vw - 56px));
  --v20-gutter: clamp(16px, 3vw, 32px);
  --v20-section: clamp(64px, 6.5vw, 112px);
  --v20-card-gap: clamp(16px, 2vw, 24px);
  --v20-radius-card: 22px;
  --v20-radius-media: 18px;
  --v20-shadow-card: 0 14px 44px rgba(8,35,43,.08);
  --v20-shadow-hover: 0 22px 60px rgba(8,35,43,.14);
}
html{font-size:16px;scroll-padding-top:calc(var(--header-h) + 18px);-webkit-text-size-adjust:100%}
body.v20-polished{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;background:#f7f8f7}
body.v20-polished main{overflow:clip}
body.v20-polished .container{width:var(--v20-container)}
body.v20-polished .section{padding-block:var(--v20-section)}
body.v20-polished .section-sm{padding-block:clamp(48px,5vw,76px)}
body.v20-polished :where(.h1,.h2,.h3,.display){text-wrap:balance}
body.v20-polished :where(p,.lead){text-wrap:pretty}
body.v20-polished .lead{line-height:1.9}
body.v20-polished .section-head{margin-bottom:clamp(28px,3.5vw,46px);gap:22px}
body.v20-polished .section-head>div:first-child{max-width:760px}
body.v20-polished .eyebrow{font-size:clamp(.76rem,.75vw,.86rem)}
body.v20-polished .display{font-size:clamp(2.65rem,4.8vw,5rem);line-height:1.08;letter-spacing:-.035em}
body.v20-polished .h1{font-size:clamp(2.15rem,3.5vw,3.9rem);line-height:1.17}
body.v20-polished .h2{font-size:clamp(1.75rem,2.6vw,3rem);line-height:1.25}
body.v20-polished .h3{font-size:clamp(1.12rem,1.45vw,1.45rem)}

/* Header */
body.v20-polished .topline{height:38px}
body.v20-polished .topline .container{font-size:.75rem}
body.v20-polished .site-header{height:78px;background:rgba(255,255,255,.975);border-bottom-color:rgba(16,52,61,.09)}
body.v20-polished .site-header.scrolled,body.v20-polished .site-header.gm-header-compact{height:68px;box-shadow:0 8px 30px rgba(8,35,43,.08)}
body.v20-polished .header-inner{gap:18px}
body.v20-polished .logo{width:126px}
body.v20-polished .logo img{height:58px}
body.v20-polished .site-header.scrolled .logo img,body.v20-polished .gm-header-compact .logo img{height:50px}
body.v20-polished .nav{gap:0}
body.v20-polished .nav>a,body.v20-polished .nav-button{padding:11px 10px;font-size:.84rem;border-radius:8px}
body.v20-polished .nav>a:after,body.v20-polished .nav-button:after{bottom:3px}
body.v20-polished .mega-menu{top:calc(100% + 15px);border-radius:20px;padding:18px;gap:5px;box-shadow:0 24px 70px rgba(7,31,38,.18)}
body.v20-polished .mega-item{border:1px solid transparent}
body.v20-polished .mega-item:hover{border-color:var(--color-border)}
body.v20-polished .header-cta{min-height:46px;padding-inline:19px;font-size:.83rem}

/* Button system */
body.v20-polished .btn{min-height:48px;padding-inline:22px;font-size:.88rem;letter-spacing:0;border-radius:999px;box-shadow:none}
body.v20-polished .btn-primary{background:linear-gradient(135deg,#d4a537,#bb8624);box-shadow:0 9px 24px rgba(201,154,50,.20)}
body.v20-polished .btn-primary:hover{background:linear-gradient(135deg,#dfb64e,#c9962f);box-shadow:0 13px 30px rgba(201,154,50,.28)}
body.v20-polished .btn-secondary{background:#10343d}
body.v20-polished .btn-outline{background:rgba(255,255,255,.02)}
body.v20-polished .btn:focus-visible,body.v20-polished a:focus-visible,body.v20-polished button:focus-visible,body.v20-polished input:focus-visible,body.v20-polished select:focus-visible,body.v20-polished textarea:focus-visible{outline:3px solid rgba(201,154,50,.42);outline-offset:3px}

/* Homepage hero: first content, cinematic but compact */
body.v20-polished.home main>.testimonial:first-child{display:none}
body.v20-polished .hero-slider{min-height:clamp(590px,69vh,760px)}
body.v20-polished .hero-layout{min-height:clamp(590px,69vh,760px);grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(24px,3vw,48px)}
body.v20-polished .hero-copy{padding-block:clamp(54px,5vw,76px)}
body.v20-polished .hero-copy .display{max-width:720px}
body.v20-polished .hero-copy .lead{max-width:620px;margin-top:18px;font-size:clamp(1rem,1.15vw,1.14rem)}
body.v20-polished .hero-actions{margin-top:26px}
body.v20-polished .hero-visual{height:auto;min-height:480px;aspect-ratio:16/11;border-radius:28px;box-shadow:0 28px 64px rgba(2,21,27,.24);background:#0b2931;padding:14px}
body.v20-polished .hero-visual img{object-fit:contain!important;object-position:center!important;background:#0b2931;border-radius:18px}
body.v20-polished .hero-visual:after{border-radius:18px;pointer-events:none}
body.v20-polished .hero-badge{inset-inline-end:28px;bottom:28px;max-width:calc(100% - 56px);white-space:normal;line-height:1.55}
body.v20-polished .slider-controls{bottom:22px}
body.v20-polished .hero-number{margin-bottom:14px}

/* Trust strip */
body.v20-polished .trust-row{min-height:96px}
body.v20-polished .trust-item{padding:18px 20px;gap:12px}
body.v20-polished .trust-number{font-size:1.18rem;min-width:auto}
body.v20-polished .gm-trust-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#f8f1df;color:var(--color-accent);flex:0 0 38px}

/* Cards and media consistency */
body.v20-polished .grid{gap:var(--v20-card-gap)}
body.v20-polished .card,body.v20-polished .product-showcase article,body.v20-polished .pharma-product-grid article{border-radius:var(--v20-radius-card);box-shadow:0 1px 0 rgba(16,52,61,.02)}
body.v20-polished .card:hover,body.v20-polished .product-showcase article:hover,body.v20-polished .pharma-product-grid article:hover{box-shadow:var(--v20-shadow-hover);transform:translateY(-4px)}
body.v20-polished .service-image{aspect-ratio:4/3;padding:12px;background:linear-gradient(145deg,#edf3f2,#f8f9f8)}
body.v20-polished .service-image img{border-radius:14px;object-fit:contain!important;background:#fff}
body.v20-polished .card-body{padding:22px}
body.v20-polished .service-card .card-body{min-height:240px}
body.v20-polished .service-card p{line-height:1.8}
body.v20-polished .icon-box{width:48px;height:48px;border-radius:14px}
body.v20-polished .feature-card{border-radius:22px;padding:24px}
body.v20-polished .feature-card p{line-height:1.75}

/* Pharma blocks */
body.v20-polished .pharma-spot-grid{gap:clamp(30px,4vw,60px)}
body.v20-polished .pharma-spot-gallery>img{border-radius:22px;padding:10px;box-shadow:0 16px 40px rgba(3,25,30,.12)}
body.v20-polished .pharma-mini-grid img{border-radius:12px}
body.v20-polished .pharma-points>div{min-height:118px;display:flex;flex-direction:column;justify-content:center}
body.v20-polished .product-showcase{gap:var(--v20-card-gap)}
body.v20-polished .product-showcase article{padding:12px;transition:.3s var(--ease)}
body.v20-polished .product-showcase img{aspect-ratio:4/3;object-fit:contain!important;padding:8px}

/* Projects & capability bento */
body.v20-polished .project-grid{gap:20px}
body.v20-polished .project-card{border-radius:24px;overflow:hidden;background:#092b33}
body.v20-polished .project-card img{object-fit:cover;object-position:center}
body.v20-polished .project-card.large{min-height:520px}
body.v20-polished .project-side{gap:20px}
body.v20-polished .capability-bento{gap:18px}
body.v20-polished .capability-card{border-radius:24px;overflow:hidden;min-height:280px}
body.v20-polished .capability-card img{object-fit:cover}
body.v20-polished .capability-copy{padding:22px}

/* Internal page hero */
body.v20-polished .page-hero{padding-block:clamp(54px,5.5vw,82px)}
body.v20-polished .page-hero .container{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(30px,4vw,60px)}
body.v20-polished .page-hero-media,body.v20-polished .page-hero-visual{border-radius:28px;min-height:0;max-height:none;aspect-ratio:4/3;background:linear-gradient(145deg,#eaf0ef,#fff);padding:12px;box-shadow:0 24px 60px rgba(4,24,30,.16)}
body.v20-polished .page-hero-media img,body.v20-polished .page-hero-visual img{width:100%;height:100%;aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important;border-radius:18px;background:#f7f9f8!important}
body.v20-polished .page-hero-copy .lead,body.v20-polished .page-hero-text .lead{max-width:640px}

/* About / split / image composition */
body.v20-polished .split,body.v20-polished .about-grid,body.v20-polished .pharma-grid{gap:clamp(28px,4vw,60px);align-items:center}
body.v20-polished .image-composition{gap:14px}
body.v20-polished .image-main,body.v20-polished .image-small{border-radius:22px;overflow:hidden;background:#eef3f2;padding:8px}
body.v20-polished .image-main img,body.v20-polished .image-small img{border-radius:15px}

/* Process */
body.v20-polished .process{gap:0;border:1px solid var(--color-border);border-radius:24px;overflow:hidden;background:#fff}
body.v20-polished .process-step{padding:28px 22px;border-inline-start:1px solid var(--color-border);min-height:190px;background:#fff}
body.v20-polished .process-step:first-child{border-inline-start:0}
body.v20-polished .process-step h3{margin-bottom:8px}

/* Industry tabs */
body.v20-polished .tabs{gap:8px;display:flex;overflow-x:auto;padding-bottom:8px;scrollbar-width:none;scroll-snap-type:x proximity}
body.v20-polished .tabs::-webkit-scrollbar{display:none}
body.v20-polished .tab{flex:0 0 auto;scroll-snap-align:start;min-height:44px;border-radius:999px;padding-inline:18px}
body.v20-polished .industry-panel{border-radius:28px;padding:clamp(22px,3vw,40px);gap:clamp(24px,4vw,48px)}
body.v20-polished .industry-panel img{border-radius:20px;aspect-ratio:4/3;object-fit:contain!important;padding:10px;background:#f6f8f7}

/* Forms */
body.v20-polished .form-grid{gap:18px}
body.v20-polished .field label{font-size:.84rem;font-weight:800;margin-bottom:7px}
body.v20-polished input,body.v20-polished select,body.v20-polished textarea{min-height:52px;border-radius:14px;border:1px solid #cfdad9;background:#fff;padding:12px 14px;color:var(--color-text);transition:.2s}
body.v20-polished textarea{min-height:150px;resize:vertical}
body.v20-polished input:focus,body.v20-polished select:focus,body.v20-polished textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 4px rgba(201,154,50,.12);outline:0}

/* CTA */
body.v20-polished .cta{border-radius:32px;padding:clamp(30px,4vw,54px);background:linear-gradient(125deg,#10343d 0%,#143f49 66%,#2c553f 135%);box-shadow:0 28px 60px rgba(7,35,43,.15)}
body.v20-polished .cta-inner{gap:28px}
body.v20-polished .cta-actions{display:flex;gap:10px;flex-wrap:wrap}

/* Footer */
body.v20-polished .site-footer{padding:clamp(52px,5vw,72px) 0 22px}
body.v20-polished .footer-grid{gap:clamp(26px,4vw,56px);align-items:start}
body.v20-polished .footer-brand img{width:170px;max-height:118px;object-fit:contain;margin-bottom:18px}
body.v20-polished .footer-brand p{max-width:420px;line-height:1.9}
body.v20-polished .footer-col a{padding-block:4px;display:block;color:#b9cbce;transition:.2s}
body.v20-polished .footer-col a:hover{color:#fff;transform:translateX(-3px)}
body.v20-polished .footer-bottom{margin-top:38px;padding-top:20px;border-top:1px solid rgba(255,255,255,.11);display:flex;justify-content:center;align-items:center;gap:6px 14px;flex-wrap:wrap;text-align:center;font-size:.8rem}

/* Floating controls */
body.v20-polished .floating-wa{inset-inline-end:24px;bottom:24px;min-width:54px;height:54px;border-radius:999px;padding-inline:16px;box-shadow:0 14px 34px rgba(19,162,82,.22);z-index:85}
body.v20-polished .backtop{inset-inline-start:24px;bottom:24px;width:50px;height:50px;z-index:84}
body.v20-polished .mobile-dock{display:none}

/* Make motion decorative, never layout blocking */
body.v20-polished .reveal,body.v20-polished .gm-motion{visibility:visible!important}

/* 1280–1439 */
@media (max-width:1439px) and (min-width:1181px){
 body.v20-polished{--v20-container:min(1280px,calc(100vw - 48px))}
 body.v20-polished .nav>a,body.v20-polished .nav-button{font-size:.81rem;padding-inline:8px}
 body.v20-polished .header-cta{display:none}
 body.v20-polished .hero-slider,body.v20-polished .hero-layout{min-height:620px}
 body.v20-polished .hero-visual{min-height:440px}
}

/* Tablet landscape: 981–1180 */
@media (max-width:1180px) and (min-width:981px){
 body.v20-polished{--v20-container:min(1120px,calc(100vw - 40px));--v20-section:clamp(58px,6vw,78px)}
 body.v20-polished .topline{height:34px}
 body.v20-polished .site-header{height:72px}
 body.v20-polished .logo{width:112px}
 body.v20-polished .logo img{height:52px}
 body.v20-polished .nav>a,body.v20-polished .nav-button{font-size:.77rem;padding:10px 7px}
 body.v20-polished .header-cta{display:none}
 body.v20-polished .mega-menu{inset-inline-end:-150px;width:min(820px,92vw)}
 body.v20-polished .hero-slider,body.v20-polished .hero-layout{min-height:590px}
 body.v20-polished .hero-layout{grid-template-columns:.94fr 1.06fr;gap:28px}
 body.v20-polished .hero-visual{min-height:400px}
 body.v20-polished .display{font-size:clamp(2.5rem,4.4vw,4rem)}
 body.v20-polished .grid-4{grid-template-columns:repeat(3,minmax(0,1fr))}
 body.v20-polished .project-card.large{min-height:460px}
 body.v20-polished .process{grid-template-columns:repeat(3,1fr)}
 body.v20-polished .process-step:nth-child(4){border-inline-start:0;border-top:1px solid var(--color-border)}
 body.v20-polished .process-step:nth-child(n+5){border-top:1px solid var(--color-border)}
 body.v20-polished .footer-grid{grid-template-columns:1.25fr 1fr 1fr 1fr}
 body.v20-polished .floating-wa{bottom:20px}
}

/* Tablet portrait: 769–980 */
@media (max-width:980px) and (min-width:769px){
 body.v20-polished{--v20-container:min(900px,calc(100vw - 36px));--v20-section:clamp(56px,7vw,76px)}
 body.v20-polished .site-header{height:72px}
 body.v20-polished .menu-toggle{display:block;margin-inline-start:auto}
 body.v20-polished .nav,body.v20-polished .header-cta{display:none}
 body.v20-polished .logo{width:114px}
 body.v20-polished .hero-slider{min-height:auto;padding-bottom:18px}
 body.v20-polished .hero-layout{grid-template-columns:1fr;min-height:auto;gap:20px;padding-block:12px 34px}
 body.v20-polished .hero-copy{padding:38px 0 10px;max-width:760px}
 body.v20-polished .hero-copy .display{font-size:clamp(2.6rem,6.3vw,4.25rem)}
 body.v20-polished .hero-visual{min-height:0;height:auto;aspect-ratio:16/9;width:100%;border-radius:24px;padding:10px}
 body.v20-polished .slider-controls{position:relative;bottom:auto;inset-inline-start:auto;margin:0 auto 2px;width:max-content}
 body.v20-polished .trust-row{grid-template-columns:repeat(2,1fr)}
 body.v20-polished .grid-4,body.v20-polished .grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.v20-polished .page-hero .container{grid-template-columns:1fr;gap:26px}
 body.v20-polished .page-hero-media,body.v20-polished .page-hero-visual{order:-1;aspect-ratio:16/9;max-width:860px;width:100%}
 body.v20-polished .project-grid{grid-template-columns:1fr}
 body.v20-polished .project-side{grid-template-columns:1fr 1fr}
 body.v20-polished .process{grid-template-columns:repeat(3,1fr)}
 body.v20-polished .process-step:nth-child(4){border-inline-start:0;border-top:1px solid var(--color-border)}
 body.v20-polished .process-step:nth-child(n+5){border-top:1px solid var(--color-border)}
 body.v20-polished .capability-bento{grid-template-columns:repeat(2,1fr)}
 body.v20-polished .footer-grid{grid-template-columns:1.35fr 1fr;gap:34px 50px}
 body.v20-polished .floating-wa{bottom:22px}
 body.v20-polished .backtop{bottom:22px}
}

/* Mobile common */
@media (max-width:768px){
 body.v20-polished{--v20-container:calc(100vw - 30px);--v20-section:clamp(48px,12vw,66px)}
 body.v20-polished .topline{display:none}
 body.v20-polished .site-header{height:68px;top:0}
 body.v20-polished .site-header.scrolled,body.v20-polished .site-header.gm-header-compact{height:64px}
 body.v20-polished .header-inner{justify-content:space-between}
 body.v20-polished .logo{width:104px}
 body.v20-polished .logo img{height:48px}
 body.v20-polished .menu-toggle{display:block;width:46px;height:46px;margin-inline-start:auto;border-radius:12px;background:#f4f7f6}
 body.v20-polished .nav,body.v20-polished .header-cta{display:none}
 body.v20-polished .mobile-drawer{width:min(92vw,410px);padding:20px;padding-bottom:calc(28px + env(safe-area-inset-bottom));box-shadow:-20px 0 55px rgba(5,28,34,.18)}
 body.v20-polished .drawer-head{position:sticky;top:-20px;z-index:2;background:#fff;padding-block:12px;margin-bottom:10px}
 body.v20-polished .drawer-head img{width:108px}
 body.v20-polished .drawer-links>a{font-size:1rem;min-height:49px;align-items:center}
 body.v20-polished .drawer-services{display:grid;grid-template-columns:1fr 1fr;gap:4px 14px;padding:10px 0 14px}
 body.v20-polished .drawer-services a{font-size:.78rem;padding:7px 0}
 body.v20-polished .hero-slider{min-height:auto;padding-bottom:18px}
 body.v20-polished .hero-layout{grid-template-columns:1fr;min-height:auto;gap:16px;padding-bottom:42px}
 body.v20-polished .hero-copy{padding:42px 0 8px}
 body.v20-polished .hero-copy .display{font-size:clamp(2.25rem,9.5vw,3.25rem);line-height:1.12}
 body.v20-polished .hero-copy .lead{font-size:.98rem;line-height:1.9;margin-top:14px}
 body.v20-polished .hero-number{font-size:.67rem;margin-bottom:10px}
 body.v20-polished .hero-actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:20px}
 body.v20-polished .hero-actions .btn{width:100%;min-height:50px}
 body.v20-polished .hero-visual{height:auto;min-height:0;aspect-ratio:4/3;border-radius:20px;padding:8px;width:100%}
 body.v20-polished .hero-visual img{border-radius:14px}
 body.v20-polished .hero-badge{display:none}
 body.v20-polished .slider-controls{position:absolute;inset-inline:0;bottom:9px;justify-content:center}
 body.v20-polished .slider-arrow{width:38px;height:38px}
 body.v20-polished .slider-dot{width:20px}.slider-dot.active{width:38px}
 body.v20-polished .trust-row{grid-template-columns:1fr 1fr;min-height:0}
 body.v20-polished .trust-item{min-height:92px;padding:14px;border-bottom:1px solid var(--color-border);border-inline-start:0}
 body.v20-polished .trust-item:nth-child(even){border-inline-start:1px solid var(--color-border)}
 body.v20-polished .trust-item strong{font-size:.84rem}.trust-item span{font-size:.72rem}
 body.v20-polished .section-head{margin-bottom:28px;gap:14px}
 body.v20-polished .section-head .btn{align-self:flex-start}
 body.v20-polished .grid-4,body.v20-polished .grid-3,body.v20-polished .grid-2{grid-template-columns:1fr}
 body.v20-polished .service-card .card-body{min-height:auto}
 body.v20-polished .service-image{aspect-ratio:16/10}
 body.v20-polished .page-hero{padding-block:34px 44px}
 body.v20-polished .page-hero .container{grid-template-columns:1fr;gap:22px}
 body.v20-polished .page-hero-media,body.v20-polished .page-hero-visual{order:-1;aspect-ratio:4/3;border-radius:20px;padding:8px}
 body.v20-polished .page-hero-media img,body.v20-polished .page-hero-visual img{border-radius:13px}
 body.v20-polished .pharma-points{grid-template-columns:1fr}
 body.v20-polished .product-showcase,body.v20-polished .pharma-product-grid{grid-template-columns:1fr}
 body.v20-polished .project-card.large,body.v20-polished .project-card{min-height:330px}
 body.v20-polished .project-side{grid-template-columns:1fr}
 body.v20-polished .capability-bento{grid-template-columns:1fr;grid-auto-rows:auto}
 body.v20-polished .capability-card,body.v20-polished .capability-card.wide,body.v20-polished .capability-card.tall{grid-column:auto;grid-row:auto;min-height:280px}
 body.v20-polished .process{grid-template-columns:1fr;border-radius:20px}
 body.v20-polished .process-step{min-height:auto;border-inline-start:0!important;border-top:1px solid var(--color-border);padding:22px}
 body.v20-polished .process-step:first-child{border-top:0}
 body.v20-polished .industry-panel{grid-template-columns:1fr;padding:18px;border-radius:22px}
 body.v20-polished .industry-panel img{order:-1}
 body.v20-polished .cta{padding:28px 20px;border-radius:24px}
 body.v20-polished .cta-actions{width:100%;display:grid;grid-template-columns:1fr}
 body.v20-polished .cta-actions .btn{width:100%}
 body.v20-polished .footer-grid{grid-template-columns:1fr;gap:28px}
 body.v20-polished .footer-brand img{width:145px}
 body.v20-polished .footer-bottom{padding-bottom:calc(72px + env(safe-area-inset-bottom));margin-top:28px;flex-direction:column}
 body.v20-polished .floating-wa{display:none!important}
 body.v20-polished .backtop{width:44px;height:44px;bottom:calc(78px + env(safe-area-inset-bottom));inset-inline-start:14px}
 body.v20-polished .mobile-dock{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;z-index:95;bottom:0;left:0;right:0;padding-bottom:env(safe-area-inset-bottom);background:rgba(255,255,255,.985);backdrop-filter:blur(18px);border-top:1px solid var(--color-border);box-shadow:0 -10px 30px rgba(8,35,43,.07)}
 body.v20-polished .mobile-dock a{min-height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:.66rem;font-weight:800;color:var(--color-primary);position:relative}
 body.v20-polished .mobile-dock a:active{background:#f4f7f6}
 body.v20-polished .mobile-dock .dock-icon{font-size:1rem;color:var(--color-accent)}
}

/* 430 and below */
@media (max-width:430px){
 body.v20-polished{--v20-container:calc(100vw - 24px)}
 body.v20-polished .display{font-size:clamp(2.05rem,10vw,2.8rem)}
 body.v20-polished .h1{font-size:clamp(1.9rem,8.8vw,2.6rem)}
 body.v20-polished .h2{font-size:clamp(1.55rem,7.5vw,2.15rem)}
 body.v20-polished .lead{font-size:.95rem}
 body.v20-polished .drawer-services{grid-template-columns:1fr}
 body.v20-polished .hero-copy{padding-top:34px}
 body.v20-polished .hero-visual{aspect-ratio:1.1/1}
 body.v20-polished .trust-row{grid-template-columns:1fr}
 body.v20-polished .trust-item:nth-child(even){border-inline-start:0}
 body.v20-polished .service-image{aspect-ratio:4/3}
 body.v20-polished .card-body{padding:19px}
 body.v20-polished .mobile-dock a{font-size:.62rem;min-height:62px}
}

/* 375 and below */
@media (max-width:375px){
 body.v20-polished{--v20-container:calc(100vw - 20px)}
 body.v20-polished .logo{width:96px}
 body.v20-polished .hero-copy .display{font-size:2rem}
 body.v20-polished .hero-actions .btn{font-size:.82rem;padding-inline:16px}
 body.v20-polished .mobile-drawer{width:94vw}
 body.v20-polished .btn{padding-inline:18px}
}

/* Large screens */
@media (min-width:1600px){
 body.v20-polished{--v20-container:min(1460px,calc(100vw - 80px));--v20-section:clamp(84px,6vw,122px)}
 body.v20-polished .hero-slider,body.v20-polished .hero-layout{min-height:720px}
 body.v20-polished .hero-visual{min-height:540px}
 body.v20-polished .nav>a,body.v20-polished .nav-button{font-size:.9rem;padding-inline:12px}
}

@media(prefers-reduced-motion:reduce){
 body.v20-polished *{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}



/* Golden Media V21 — iPad / Tablet / Responsive hardening */
:root{--v21-tablet-gap:18px}
html,body{max-width:100%;overflow-x:hidden}
body.v21-fixed main,body.v21-fixed section,body.v21-fixed .container{min-width:0}
body.v21-fixed img{max-width:100%}

/* Fix floating WhatsApp stretching from both logical insets */
body.v21-fixed .floating-wa{
  left:auto!important;
  right:24px!important;
  inset-inline-start:auto!important;
  inset-inline-end:24px!important;
  width:auto!important;
  max-width:max-content!important;
  min-width:54px!important;
  height:54px!important;
  padding-inline:16px!important;
  white-space:nowrap;
}

/* Strong button contrast on dark pharma sections */
body.v21-fixed .pharma-spotlight .btn-outline,
body.v21-fixed .dark .btn-outline{
  color:#fff!important;
  border-color:rgba(255,255,255,.48)!important;
  background:rgba(255,255,255,.03)!important;
}
body.v21-fixed .pharma-spotlight .btn-outline:hover,
body.v21-fixed .dark .btn-outline:hover{
  color:#0a252d!important;
  background:#fff!important;
  border-color:#fff!important;
}

/* Robust capability grid — no spanning/overlap at any viewport */
body.v21-fixed .capability-bento{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  grid-auto-rows:auto!important;
  align-items:stretch!important;
  gap:20px!important;
}
body.v21-fixed .capability-card,
body.v21-fixed .capability-card.wide,
body.v21-fixed .capability-card.tall{
  grid-column:auto!important;
  grid-row:auto!important;
  min-width:0!important;
  min-height:0!important;
  aspect-ratio:4/3!important;
  height:auto!important;
}
body.v21-fixed .capability-card img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
body.v21-fixed .capability-copy{inset-inline:18px!important;bottom:16px!important}

/* Project grid hardening */
body.v21-fixed .project-grid{align-items:stretch!important}
body.v21-fixed .project-card,body.v21-fixed .project-card.large{overflow:hidden!important}

/* Pharma spotlight: keep gallery and content aligned */
body.v21-fixed .pharma-spot-grid{align-items:center!important}
body.v21-fixed .pharma-spot-gallery{min-width:0!important}
body.v21-fixed .pharma-spot-gallery>img{display:block!important;height:auto!important;object-fit:contain!important}
body.v21-fixed .pharma-mini-grid{align-items:stretch!important}
body.v21-fixed .pharma-mini-grid img{height:100%!important;object-fit:contain!important}

/* Cards must never overflow their grid tracks */
body.v21-fixed .card,body.v21-fixed .service-card,body.v21-fixed .feature-card,
body.v21-fixed .product-showcase article,body.v21-fixed .pharma-product-grid article{min-width:0!important}

/* Medium screens: use drawer rather than squeezing desktop nav */
@media (max-width:1100px){
  body.v21-fixed .menu-toggle{display:block!important;margin-inline-start:auto!important}
  body.v21-fixed .nav,body.v21-fixed .header-cta{display:none!important}
  body.v21-fixed .header-inner{justify-content:space-between!important}
  body.v21-fixed .logo{width:112px!important}
  body.v21-fixed .mobile-drawer{display:block!important}
  body.v21-fixed .drawer-backdrop{display:block!important}
  body.v21-fixed .capability-bento{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.v21-fixed .project-grid{grid-template-columns:1fr!important}
  body.v21-fixed .project-card.large{min-height:460px!important}
  body.v21-fixed .project-side{grid-template-columns:1fr 1fr!important;grid-template-rows:auto!important}
  body.v21-fixed .project-side .project-card{min-height:300px!important}
  body.v21-fixed .floating-wa{display:none!important}
  body.v21-fixed .backtop{bottom:22px!important}
}

/* Tablet portrait and small landscape */
@media (max-width:900px){
  body.v21-fixed .capability-bento{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}
  body.v21-fixed .project-side{grid-template-columns:1fr 1fr!important;gap:16px!important}
  body.v21-fixed .pharma-spot-grid{grid-template-columns:1fr!important;gap:28px!important}
  body.v21-fixed .pharma-spot-gallery{max-width:820px;margin-inline:auto;width:100%}
  body.v21-fixed .pharma-spot-copy{max-width:820px;margin-inline:auto;width:100%}
  body.v21-fixed .pharma-spotlight .hero-actions,body.v21-fixed .pharma-spotlight .cta-actions{display:flex!important;flex-wrap:wrap!important}
}

/* Mobile dock is phone-only, never tablet */
body.v21-fixed .mobile-dock{display:none!important}
@media (max-width:640px){
  body.v21-fixed .mobile-dock{
    display:grid!important;
    grid-template-columns:repeat(4,1fr)!important;
    position:fixed!important;
    left:0!important;right:0!important;bottom:0!important;
    z-index:95!important;
    padding-bottom:env(safe-area-inset-bottom)!important;
    background:rgba(255,255,255,.985)!important;
    backdrop-filter:blur(18px)!important;
    border-top:1px solid var(--color-border)!important;
    box-shadow:0 -10px 30px rgba(8,35,43,.07)!important;
  }
  body.v21-fixed .capability-bento{grid-template-columns:1fr!important}
  body.v21-fixed .capability-card,body.v21-fixed .capability-card.wide,body.v21-fixed .capability-card.tall{aspect-ratio:4/3!important}
  body.v21-fixed .project-side{grid-template-columns:1fr!important}
  body.v21-fixed .project-card.large{min-height:360px!important}
  body.v21-fixed .project-side .project-card{min-height:320px!important}
  body.v21-fixed .footer-bottom{padding-bottom:calc(76px + env(safe-area-inset-bottom))!important}
  body.v21-fixed .backtop{bottom:calc(82px + env(safe-area-inset-bottom))!important}
}

@media (max-width:430px){
  body.v21-fixed .capability-card,body.v21-fixed .capability-card.wide,body.v21-fixed .capability-card.tall{aspect-ratio:1.08/1!important}
  body.v21-fixed .project-card.large,body.v21-fixed .project-side .project-card{min-height:300px!important}
}

/* Coarse-pointer tablet protection */
@media (hover:none) and (pointer:coarse) and (min-width:641px){
  body.v21-fixed .floating-wa{display:none!important}
}

@media(prefers-reduced-motion:reduce){
  body.v21-fixed .capability-card,body.v21-fixed .project-card{transition:none!important}
}


/* V22 — clean logo-free service image system */
body.v22-images .service-image{aspect-ratio:4/3!important;background:#f4f7f6!important;padding:10px!important}
body.v22-images .service-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:#fff!important;border-radius:14px!important}
body.v22-images .page-hero-media img,body.v22-images .page-hero-visual img{object-fit:contain!important;object-position:center!important}
body.v22-images .capability-card img{object-position:center!important}
@media(max-width:640px){body.v22-images .service-image{padding:6px!important}}



/* Golden Media V23 — seamless image cards + unified product imagery */
body.v23-seamless{overflow-x:hidden}
body.v23-seamless .service-card,
body.v23-seamless .grid>.card,
body.v23-seamless .product-showcase article,
body.v23-seamless .pharma-product-grid article{
  overflow:hidden;
}
/* Images sit edge-to-edge: no frame, no inner padding, no image border */
body.v23-seamless .service-image{
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  border-radius:0!important;
  overflow:hidden!important;
}
body.v23-seamless .service-image img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  object-fit:cover!important;
  object-position:center!important;
  background:transparent!important;
}
body.v23-seamless .service-card .service-image:first-child,
body.v23-seamless .grid>.card .service-image:first-child{
  border-start-start-radius:inherit!important;
  border-start-end-radius:inherit!important;
}
body.v23-seamless .service-card .card-body{padding:24px}

/* Product showcase uses the same premium teal / gold studio background */
body.v23-seamless .product-showcase{align-items:stretch}
body.v23-seamless .product-showcase article{
  padding:0!important;
  background:#fff!important;
}
body.v23-seamless .product-showcase article img{
  display:block!important;
  width:100%!important;
  aspect-ratio:4/3!important;
  object-fit:cover!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
}
body.v23-seamless .product-showcase article h3{
  margin:0!important;
  padding:18px 18px 20px!important;
}

/* Image-only products page: seamless grid */
body.v23-seamless .products-seamless-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
body.v23-seamless .products-seamless-grid .product-image-card{
  aspect-ratio:4/3;
  overflow:hidden;
  border-radius:22px;
  background:#0f3b45;
  box-shadow:0 10px 30px rgba(12,40,48,.08);
}
body.v23-seamless .products-seamless-grid .product-image-card img{
  width:100%;height:100%;display:block;object-fit:cover;border:0;margin:0;padding:0;border-radius:0;
}

/* Project/capability imagery should fill without white internal frames */
body.v23-seamless .project-card img,
body.v23-seamless .capability-card img,
body.v23-seamless .page-hero-media img,
body.v23-seamless .hero-visual img{
  object-fit:cover!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
}

/* Cleaner cards and balanced visual rhythm */
body.v23-seamless .card{border-color:#d8e1df}
body.v23-seamless .service-card:hover{border-color:#c9a34c}

@media(max-width:1100px){
 body.v23-seamless .products-seamless-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
 body.v23-seamless .products-seamless-grid{grid-template-columns:1fr;gap:14px}
 body.v23-seamless .service-card .card-body{padding:20px}
}


/* Golden Media V24 — Trust strip and tablet polish */
body.v24-polish .trust{
  background:#fff;
  border-block:1px solid var(--color-border);
}
body.v24-polish .trust-row{
  min-height:0;
  align-items:stretch;
}
body.v24-polish .trust-item{
  direction:rtl;
  text-align:right;
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  grid-template-areas:
    "icon metric"
    "icon copy";
  align-content:center;
  column-gap:14px;
  row-gap:4px;
  padding:22px 24px;
  min-width:0;
}
body.v24-polish .trust-item .gm-trust-icon{
  grid-area:icon;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  align-self:center;
  border-radius:14px;
  background:#fbf5e8;
  color:var(--color-accent);
  font-size:1rem;
}
body.v24-polish .trust-number{
  grid-area:metric;
  min-width:0;
  margin:0;
  color:var(--color-accent);
  font-size:clamp(.95rem,1.25vw,1.14rem);
  line-height:1.35;
  font-weight:900;
  white-space:normal;
  overflow-wrap:normal;
  word-break:normal;
}
body.v24-polish .trust-item>div:last-child{
  grid-area:copy;
  min-width:0;
}
body.v24-polish .trust-item strong{
  display:block;
  color:var(--color-text);
  font-size:.94rem;
  line-height:1.45;
  margin:0 0 2px;
}
body.v24-polish .trust-item>div:last-child span{
  display:block;
  color:var(--color-muted);
  font-size:.76rem;
  line-height:1.55;
}
/* Keep the four trust cards balanced on large tablets */
@media (min-width:981px) and (max-width:1280px){
  body.v24-polish .trust-item{padding:18px 16px;column-gap:10px;grid-template-columns:40px minmax(0,1fr)}
  body.v24-polish .trust-item .gm-trust-icon{width:40px;height:40px;border-radius:12px}
  body.v24-polish .trust-number{font-size:.98rem}
  body.v24-polish .trust-item strong{font-size:.84rem}
  body.v24-polish .trust-item>div:last-child span{font-size:.7rem}
}
@media (max-width:980px){
  body.v24-polish .trust-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.v24-polish .trust-item{min-height:104px;border-bottom:1px solid var(--color-border);border-inline-start:0}
  body.v24-polish .trust-item:nth-child(even){border-inline-start:1px solid var(--color-border)}
}
@media (max-width:560px){
  body.v24-polish .trust-row{grid-template-columns:1fr}
  body.v24-polish .trust-item,
  body.v24-polish .trust-item:nth-child(even){border-inline-start:0}
  body.v24-polish .trust-item{min-height:92px;padding:16px 14px}
}



/* V25 — expanded Arabic SEO content */
.seo-content-v25{position:relative;overflow:hidden}
.seo-content-v25 .seo-intro{max-width:900px;color:var(--color-muted,#65777b);font-size:clamp(1rem,1.3vw,1.14rem);line-height:2}
.seo-content-v25 .seo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2vw,28px);margin-top:34px}
.seo-content-v25 .seo-block{background:#fff;border:1px solid rgba(16,52,61,.10);border-radius:24px;padding:clamp(22px,2.5vw,32px);min-height:100%;box-shadow:0 12px 36px rgba(16,52,61,.05)}
.seo-content-v25 .seo-block h3{margin:0 0 12px;color:#10343d;font-size:clamp(1.12rem,1.5vw,1.4rem);line-height:1.55}
.seo-content-v25 .seo-block p,.seo-content-v25 .seo-block li{color:#5f7075;line-height:1.95}
.seo-content-v25 .seo-block ul{margin:14px 0 0;padding-inline-start:1.2rem}
.seo-content-v25 .seo-keywords{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.seo-content-v25 .seo-keyword{display:inline-flex;align-items:center;min-height:38px;padding:7px 14px;border-radius:999px;background:#f4f0e6;border:1px solid rgba(201,154,50,.25);color:#5c4a1e;font-size:.92rem}
.seo-related-v25{margin-top:32px;padding-top:24px;border-top:1px solid rgba(16,52,61,.10)}
.seo-related-v25 h3{font-size:1.05rem;margin-bottom:14px}.seo-related-v25 .related-links{display:flex;flex-wrap:wrap;gap:10px}
.seo-related-v25 a{display:inline-flex;align-items:center;gap:8px;padding:10px 15px;border-radius:14px;background:#10343d;color:#fff;text-decoration:none;font-weight:700;transition:.25s ease}
.seo-related-v25 a:hover{background:#c99a32;color:#102f37;transform:translateY(-2px)}
.seo-faq-v25{margin-top:36px}.seo-faq-v25 details{background:#fff;border:1px solid rgba(16,52,61,.12);border-radius:18px;padding:0 20px;margin:10px 0}.seo-faq-v25 summary{cursor:pointer;list-style:none;padding:18px 0;font-weight:800;color:#10343d}.seo-faq-v25 summary::-webkit-details-marker{display:none}.seo-faq-v25 details p{padding:0 0 18px;color:#65777b;line-height:1.9;margin:0}
.article .seo-article-extra-v25 h2{margin-top:42px}.article .seo-article-extra-v25 h3{margin-top:26px}.article .seo-article-extra-v25 p,.article .seo-article-extra-v25 li{line-height:2}
@media(max-width:1024px){.seo-content-v25 .seo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.seo-content-v25 .seo-grid{grid-template-columns:1fr}.seo-content-v25 .seo-block{border-radius:18px}.seo-content-v25 .seo-keywords{gap:8px}.seo-content-v25 .seo-keyword{font-size:.84rem}}



/* V26 — deeper Arabic SEO content with controlled visual density */
.seo-content-v26{position:relative;background:#fff;border-block:1px solid rgba(16,52,61,.07)}
.seo-content-v26:nth-of-type(even){background:#f4f8f7}
.seo-content-v26 .v26-lead{max-width:980px;margin-top:14px;color:#5f7075;font-size:clamp(1rem,1.35vw,1.16rem);line-height:2.05}
.v26-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(16px,2vw,26px);margin-top:34px}
.v26-block{background:#fff;border:1px solid rgba(16,52,61,.10);border-radius:22px;padding:clamp(22px,2.4vw,32px);box-shadow:0 14px 40px rgba(16,52,61,.045)}
.v26-block h3{margin:0 0 12px;color:#10343d;font-size:clamp(1.12rem,1.45vw,1.38rem);line-height:1.6}
.v26-block p,.v26-block li{color:#5f7075;line-height:2;margin-block:0 12px}
.v26-block ul{margin:12px 0 0;padding-inline-start:1.25rem}
.v26-block li+li{margin-top:8px}
.v26-wide{grid-column:1/-1;background:#10343d;color:#fff}
.v26-wide h3{color:#e0b64f}.v26-wide p,.v26-wide li{color:rgba(255,255,255,.82)}
.v26-topics{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}
.v26-topics span{display:inline-flex;align-items:center;min-height:38px;padding:7px 13px;border-radius:999px;background:#f4f0e6;border:1px solid rgba(201,154,50,.25);color:#66501c;font-size:.9rem}
.v26-related{margin-top:30px;padding-top:24px;border-top:1px solid rgba(16,52,61,.10)}
.v26-related h3{color:#10343d;font-size:1.08rem;margin:0 0 14px}
.v26-links{display:flex;flex-wrap:wrap;gap:10px}.v26-links a{display:inline-flex;align-items:center;gap:9px;padding:11px 15px;border-radius:13px;background:#10343d;color:#fff;text-decoration:none;font-weight:800;transition:transform .25s ease,background .25s ease}
.v26-links a:hover{background:#c99a32;color:#10343d;transform:translateY(-2px)}
.v26-note{margin-top:28px;padding:22px 24px;border-inline-start:4px solid #c99a32;background:#fff8e9;border-radius:16px;color:#5d533b;line-height:2}
.article .seo-content-v26{margin-top:48px}.article .v26-block h3{margin-top:0}
@media(max-width:768px){.v26-grid{grid-template-columns:1fr}.v26-wide{grid-column:auto}.seo-content-v26 .v26-lead{font-size:1rem}.v26-links a{width:100%;justify-content:space-between}}



/* Golden Media V30 — Launch-ready mobile hero, service hero, funnel, SEO cluster & performance polish */
:root{
  --v30-mobile-gutter:14px;
  --v30-safe-bottom:env(safe-area-inset-bottom,0px);
}
html{scroll-padding-top:92px}
body.v30-launch{overflow-x:hidden}
body.v30-launch .gm-picture{display:block;width:100%;height:100%;min-width:0}
body.v30-launch .gm-picture>img{display:block;width:100%;height:100%}

/* Homepage slider: active slide must participate in document flow on mobile/tablet. */
@media(max-width:980px){
  body.v30-launch.home .hero-slider{min-height:0!important;height:auto!important;padding:0!important;overflow:hidden}
  body.v30-launch.home .hero-slide{position:absolute!important;inset:0!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}
  body.v30-launch.home .hero-slide.active{position:relative!important;inset:auto!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
  body.v30-launch.home .hero-layout{height:auto!important;min-height:0!important;display:grid!important;grid-template-columns:1fr!important;gap:0!important;padding-block:0!important}
  body.v30-launch.home .hero-visual{order:-1!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:16/9!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#0c343d!important}
  body.v30-launch.home .hero-visual .gm-picture{height:100%!important}
  body.v30-launch.home .hero-visual img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important}
  body.v30-launch.home .hero-visual:after{border-radius:0!important}
  body.v30-launch.home .hero-copy{padding:34px max(20px,calc((100vw - 880px)/2)) 76px!important}
  body.v30-launch.home .hero-copy .display{font-size:clamp(2.15rem,7.4vw,3.45rem)!important;line-height:1.12!important;letter-spacing:-.035em!important}
  body.v30-launch.home .hero-copy .lead{font-size:clamp(.98rem,2.6vw,1.12rem)!important;line-height:1.95!important;margin-top:16px!important}
  body.v30-launch.home .hero-actions{display:flex!important;flex-wrap:wrap!important;gap:10px!important}
  body.v30-launch.home .hero-actions .btn{flex:1 1 190px!important;min-width:0!important}
  body.v30-launch.home .slider-controls{bottom:18px!important;inset-inline-start:20px!important;inset-inline-end:auto!important}
  body.v30-launch.home .hero-badge{display:none!important}
}
@media(max-width:640px){
  body.v30-launch.home .hero-visual{aspect-ratio:4/3!important}
  body.v30-launch.home .hero-copy{padding:28px var(--v30-mobile-gutter) 82px!important}
  body.v30-launch.home .hero-actions{display:grid!important;grid-template-columns:1fr!important}
  body.v30-launch.home .hero-actions .btn{width:100%!important;min-height:52px!important}
  body.v30-launch.home .slider-controls{bottom:20px!important}
}

/* Service/internal heroes: imagery is edge-to-edge with zero internal frame or whitespace. */
body.v30-launch.service-page .page-hero{padding-block:0!important}
body.v30-launch.service-page .page-hero>.container{
  width:min(100%,var(--container))!important;
  padding-inline:0!important;
  gap:0!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
}
body.v30-launch.service-page .page-hero-media,
body.v30-launch.service-page .page-hero-visual{
  margin:0!important;padding:0!important;border:0!important;border-radius:0!important;
  box-shadow:none!important;background:transparent!important;aspect-ratio:4/3!important;overflow:hidden!important;
}
body.v30-launch.service-page .page-hero-media .gm-picture,
body.v30-launch.service-page .page-hero-visual .gm-picture{height:100%!important}
body.v30-launch.service-page .page-hero-media img,
body.v30-launch.service-page .page-hero-visual img{
  width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;
  padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;
}
body.v30-launch.service-page .page-hero>.container>div:not(.page-hero-media):not(.page-hero-visual){
  padding:clamp(48px,5.5vw,82px) clamp(24px,4vw,62px)!important;
}
@media(max-width:980px){
  body.v30-launch.service-page .page-hero>.container{display:grid!important;grid-template-columns:1fr!important;width:100%!important}
  body.v30-launch.service-page .page-hero-media,
  body.v30-launch.service-page .page-hero-visual{order:-1!important;width:100%!important;aspect-ratio:4/3!important}
  body.v30-launch.service-page .page-hero>.container>div:not(.page-hero-media):not(.page-hero-visual){padding:34px 24px 44px!important}
}
@media(max-width:640px){
  body.v30-launch.service-page .page-hero-media,
  body.v30-launch.service-page .page-hero-visual{aspect-ratio:4/3!important}
  body.v30-launch.service-page .page-hero>.container>div:not(.page-hero-media):not(.page-hero-visual){padding:28px 18px 38px!important}
  body.v30-launch.service-page .page-hero .h1,
  body.v30-launch.service-page .page-hero h1{font-size:clamp(2rem,10vw,3rem)!important;line-height:1.18!important}
}

/* Keep card imagery seamless with consistent aspect ratios. */
body.v30-launch .service-image{padding:0!important;margin:0!important;border:0!important;background:transparent!important;overflow:hidden!important}
body.v30-launch .service-image img{width:100%!important;height:100%!important;aspect-ratio:4/3!important;object-fit:cover!important;border:0!important;border-radius:0!important;margin:0!important;padding:0!important}
body.v30-launch .service-card{overflow:hidden!important}
body.v30-launch .service-card .card-body{display:flex;flex-direction:column;min-height:260px}
body.v30-launch .service-card .btn-text{margin-top:auto}

/* Mobile dock must not overlap content or browser safe area. */
@media(max-width:640px){
  body.v30-launch{padding-bottom:calc(66px + var(--v30-safe-bottom))}
  body.v30-launch .mobile-dock{padding-bottom:var(--v30-safe-bottom)!important}
  body.v30-launch .site-footer{padding-bottom:calc(24px + var(--v30-safe-bottom))}
  body.v30-launch .backtop{bottom:calc(82px + var(--v30-safe-bottom))!important}
}

/* Quote funnel */
.quote-funnel{max-width:980px;margin-inline:auto}
.quote-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:28px;counter-reset:qstep}
.quote-progress button{appearance:none;border:1px solid var(--color-border);background:#fff;border-radius:16px;padding:14px 12px;color:var(--color-muted);font:inherit;font-weight:800;cursor:pointer;transition:.25s var(--ease)}
.quote-progress button.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}
.quote-progress button.done{border-color:rgba(201,154,50,.6);color:var(--color-primary);background:#fffaf0}
.quote-step{display:none;animation:v30StepIn .35s var(--ease) both}
.quote-step.active{display:block}
.quote-step-card{background:#fff;border:1px solid var(--color-border);border-radius:28px;padding:clamp(22px,4vw,40px);box-shadow:var(--shadow-sm)}
.quote-step-head{margin-bottom:26px}.quote-step-head h2{margin:8px 0}.quote-step-head p{margin:0;color:var(--color-muted)}
.quote-nav{display:flex;justify-content:space-between;gap:12px;margin-top:24px;flex-wrap:wrap}.quote-nav .btn{min-width:150px}
.quote-summary{background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:18px;padding:18px;margin-top:18px}
.quote-summary dl{display:grid;grid-template-columns:150px 1fr;gap:8px 18px;margin:0}.quote-summary dt{font-weight:800;color:var(--color-primary)}.quote-summary dd{margin:0;color:var(--color-muted)}
.honeypot{position:absolute!important;inline-size:1px!important;block-size:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}
@keyframes v30StepIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@media(max-width:640px){
  .quote-progress{grid-template-columns:1fr}.quote-progress button{padding:11px}
  .quote-step-card{border-radius:20px;padding:20px}
  .quote-nav{display:grid;grid-template-columns:1fr}.quote-nav .btn{width:100%}
  .quote-summary dl{grid-template-columns:1fr;gap:3px}.quote-summary dd{margin-bottom:10px}
}

/* Pharma SEO cluster */
.pharma-cluster{background:linear-gradient(180deg,#f7f9f8,#eef4f3)}
.pharma-cluster-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:30px}
.pharma-cluster-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--color-border);border-radius:22px;padding:24px;min-height:220px;transition:.28s var(--ease)}
.pharma-cluster-card:hover{transform:translateY(-4px);border-color:rgba(201,154,50,.55);box-shadow:var(--shadow-md)}
.pharma-cluster-card h3{margin:0 0 10px;color:var(--color-primary);font-size:1.12rem}.pharma-cluster-card p{margin:0;color:var(--color-muted);line-height:1.9}.pharma-cluster-card span{margin-top:auto;padding-top:18px;color:var(--color-accent);font-weight:900}
@media(max-width:980px){.pharma-cluster-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.pharma-cluster-grid{grid-template-columns:1fr}.pharma-cluster-card{min-height:0}}

/* Article reading width and internal links */
.article-v30{max-width:900px;margin-inline:auto}.article-v30 p,.article-v30 li{font-size:1.04rem;line-height:2}.article-v30 h2{margin-top:42px}.article-v30 h3{margin-top:28px}.article-v30 .article-box{padding:22px;border-radius:20px;background:var(--color-surface-alt);border:1px solid var(--color-border);margin:26px 0}.article-v30 .article-cta{padding:28px;border-radius:24px;background:var(--color-primary);color:#fff;margin-top:34px}.article-v30 .article-cta p{color:#c8d7d9}.article-v30 .article-cta .btn{margin-top:10px}

/* Accessibility and focus */
body.v30-launch :focus-visible{outline:3px solid rgba(201,154,50,.7)!important;outline-offset:3px!important}
body.v30-launch .nav a,body.v30-launch .nav-button{min-height:44px}

/* Prevent oversized empty margins after long SEO content */
body.v30-launch main>section:empty{display:none!important}

@media(prefers-reduced-motion:reduce){
  .quote-step,.pharma-cluster-card{animation:none!important;transition:none!important}
}


/* Golden Media V32 — cross-page UI/UX polish from production screenshots */
body.v32-polish{--v32-gap:24px;--v32-section-compact:clamp(52px,5vw,82px)}

/* Home services: balanced 3 × 2 grid on desktop, no orphaned second row. */
body.v32-polish .home-services-section .grid.grid-4{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:var(--v32-gap)!important;
}
body.v32-polish .home-services-section .service-card .card-body{min-height:245px!important}
body.v32-polish .home-services-section .service-image{aspect-ratio:4/3!important}

/* Production capabilities: six equal cards, unique images, stronger readable overlays. */
body.v32-polish .capability-bento{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:stretch!important;
}
body.v32-polish .capability-card,
body.v32-polish .capability-card.wide,
body.v32-polish .capability-card.tall{
  grid-column:auto!important;
  grid-row:auto!important;
  aspect-ratio:4/3!important;
  min-height:0!important;
  border-radius:24px!important;
  isolation:isolate;
}
body.v32-polish .capability-card:after{
  background:linear-gradient(180deg,rgba(5,29,36,.02) 30%,rgba(5,29,36,.35) 60%,rgba(5,29,36,.96) 100%)!important;
  z-index:1;
}
body.v32-polish .capability-copy{
  z-index:2!important;
  inset-inline:22px!important;
  bottom:20px!important;
  padding:0!important;
  text-shadow:0 2px 12px rgba(0,0,0,.35);
}
body.v32-polish .capability-copy h3{color:#fff!important;font-size:clamp(1.15rem,1.45vw,1.45rem)!important;line-height:1.35!important}
body.v32-polish .capability-copy p{color:#eef5f5!important;font-size:.9rem!important;line-height:1.7!important;max-width:92%}

/* Outline controls must remain legible on every dark surface. */
body.v32-polish .page-hero .btn-outline,
body.v32-polish .cta .btn-outline,
body.v32-polish .dark .btn-outline,
body.v32-polish .pharma-spotlight .btn-outline{
  color:#fff!important;
  border-color:rgba(255,255,255,.72)!important;
  background:rgba(255,255,255,.035)!important;
}
body.v32-polish .page-hero .btn-outline:hover,
body.v32-polish .cta .btn-outline:hover,
body.v32-polish .dark .btn-outline:hover,
body.v32-polish .pharma-spotlight .btn-outline:hover{
  color:var(--color-primary)!important;
  background:#fff!important;
  border-color:#fff!important;
}

/* Pharma landing: remove oversized dead air created by SEO expansion. */
body.v32-polish .pharma-intro,
body.v32-polish .pharma-cluster,
body.v32-polish .pharma-gallery{
  padding-block:var(--v32-section-compact)!important;
}
body.v32-polish .pharma-intro .narrow{max-width:1040px!important}
body.v32-polish .pharma-intro p{margin-block:18px 0!important;line-height:1.95!important}
body.v32-polish .pharma-cluster .lead{margin-bottom:0!important}
body.v32-polish .pharma-cluster-grid{margin-top:26px!important}

/* Pharma product examples: consistent surface and edge-to-edge media area. */
body.v32-polish .pharma-product-grid{gap:20px!important}
body.v32-polish .pharma-product-grid article{
  border:1px solid #d9e3e1!important;
  border-radius:20px!important;
  overflow:hidden!important;
  background:#fff!important;
}
body.v32-polish .pharma-product-grid img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:4/3!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#f1f4f3!important;
}
body.v32-polish .pharma-product-grid h3{padding:16px 16px 18px!important;margin:0!important}

/* Long SEO sections: maintain reading rhythm instead of page-sized whitespace. */
body.v32-polish .seo-content-v25,
body.v32-polish .seo-content-v26{padding-block:clamp(54px,5vw,84px)!important}
body.v32-polish .seo-content-v25 .h2,
body.v32-polish .seo-content-v26 .h2{max-width:1000px}
body.v32-polish .seo-content-v25 p,
body.v32-polish .seo-content-v26 p{max-width:1000px;line-height:1.95}

@media(max-width:980px){
  body.v32-polish .home-services-section .grid.grid-4,
  body.v32-polish .capability-bento{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.v32-polish .home-services-section .service-card .card-body{min-height:220px!important}
  body.v32-polish .capability-card,body.v32-polish .capability-card.wide,body.v32-polish .capability-card.tall{aspect-ratio:4/3!important}
}
@media(max-width:640px){
  body.v32-polish .home-services-section .grid.grid-4,
  body.v32-polish .capability-bento{grid-template-columns:1fr!important;gap:16px!important}
  body.v32-polish .home-services-section .service-card .card-body{min-height:auto!important}
  body.v32-polish .capability-copy{inset-inline:18px!important;bottom:16px!important}
  body.v32-polish .pharma-intro,
  body.v32-polish .pharma-cluster,
  body.v32-polish .pharma-gallery,
  body.v32-polish .seo-content-v25,
  body.v32-polish .seo-content-v26{padding-block:46px!important}
}
