:root{
  --pdlp-green:#199b42;
  --pdlp-green-dark:#117832;
  --pdlp-blue:#245bc8;
  --pdlp-blue-dark:#1746a9;
  --pdlp-gold:#f1c46a;
  --pdlp-ink:#15191d;
  --pdlp-muted:#5e6670;
  --pdlp-soft:#f6f7f7;
  --pdlp-line:#e4e7e9;
  --pdlp-shell:1180px;
  --pdlp-fixed-height:104px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.pdlp-saudi-page{
  margin:0;
  padding-bottom:var(--pdlp-fixed-height);
  overflow-x:hidden;
  background:#fff;
  color:var(--pdlp-ink);
  font-family:Manrope,"Segoe UI",Arial,sans-serif;
  font-size:16px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.pdlp-saudi-page.admin-bar .pdlp-header{top:auto}
.pdlp-saudi-page img{display:block;max-width:100%}
.pdlp-saudi-page svg{display:block}
.pdlp-saudi-page a{-webkit-tap-highlight-color:transparent}
.pdlp-shell{width:min(calc(100% - 40px),var(--pdlp-shell));margin-inline:auto}
.pdlp-skip{position:absolute;left:-9999px;top:0}
.pdlp-skip:focus{left:12px;top:12px;z-index:9999;background:#fff;padding:10px 14px;border-radius:4px;color:#111}

/* Header */
.pdlp-header{height:58px;background:#fff;border-bottom:1px solid rgba(23,32,40,.08);position:relative;z-index:20}
.pdlp-header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.pdlp-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#1c252b;font-size:11px;font-weight:700;letter-spacing:.04em}
.pdlp-brand img{width:auto;height:38px;object-fit:contain}
.pdlp-market-label{display:inline-flex;align-items:center;gap:7px;color:#4b555d;font-size:13px;font-weight:600}
.pdlp-market-label svg{width:17px;height:17px;fill:none;stroke:var(--pdlp-green);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* Hero */
.pdlp-hero{position:relative;min-height:530px;display:flex;align-items:center;overflow:hidden;background:#6a6258}
.pdlp-hero-media,.pdlp-hero-media img,.pdlp-hero-overlay{position:absolute;inset:0;width:100%;height:100%}
.pdlp-hero-media img{object-fit:cover;object-position:center}
.pdlp-hero-overlay{background:linear-gradient(90deg,rgba(8,18,24,.78) 0%,rgba(8,18,24,.58) 33%,rgba(8,18,24,.08) 66%,rgba(8,18,24,.02) 100%)}
.pdlp-hero-content{position:relative;z-index:2;padding-block:58px;color:#fff}
.pdlp-hero h1{max-width:630px;margin:0 0 10px;font-size:clamp(52px,5.6vw,78px);font-weight:800;line-height:.98;letter-spacing:-.045em;text-shadow:0 3px 16px rgba(0,0,0,.25)}
.pdlp-hero-subtitle{max-width:620px;margin:0 0 18px;font-size:clamp(25px,2.7vw,36px);font-weight:700;line-height:1.18;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.28)}
.pdlp-hero-subtitle br:first-child{display:none}
.pdlp-hero-subtitle::first-line{color:var(--pdlp-gold)}
.pdlp-supply-line{display:flex;align-items:center;gap:10px;margin:0 0 24px;font-size:16px;font-weight:600}
.pdlp-supply-line svg{width:22px;height:22px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.pdlp-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.pdlp-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:12px 22px;border-radius:5px;color:#fff;text-decoration:none;font-size:15px;font-weight:700;box-shadow:0 9px 22px rgba(0,0,0,.17);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.pdlp-btn svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.pdlp-btn:hover,.pdlp-btn:focus-visible{color:#fff;transform:translateY(-2px);box-shadow:0 13px 28px rgba(0,0,0,.23)}
.pdlp-btn-whatsapp{background:var(--pdlp-green)}
.pdlp-btn-whatsapp:hover{background:var(--pdlp-green-dark)}
.pdlp-btn-primary{background:var(--pdlp-blue)}
.pdlp-btn-primary:hover{background:var(--pdlp-blue-dark)}

/* Shared headings */
.pdlp-section{padding:48px 0}
.pdlp-section h2{margin:0 0 24px;font-size:clamp(29px,3vw,42px);font-weight:700;line-height:1.14;letter-spacing:-.028em}
.pdlp-section h2 span{color:var(--pdlp-green)}
.pdlp-center{text-align:center}

/* Value and comparison */
.pdlp-value{background:linear-gradient(90deg,#fafafa 0%,#fff 45%,#f8f9f9 100%)}
.pdlp-two-col{display:grid;grid-template-columns:.74fr 1.26fr;gap:48px;align-items:center}
.pdlp-copy-block{padding-left:6px}
.pdlp-feature-list{display:grid;gap:19px;margin-top:28px}
.pdlp-feature{display:grid;grid-template-columns:52px 1fr;gap:15px;align-items:start}
.pdlp-feature-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--pdlp-green);border:1px solid #e7eaea;box-shadow:0 7px 18px rgba(29,45,55,.09)}
.pdlp-feature-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.pdlp-feature h3{margin:1px 0 4px;font-size:15px;font-weight:700}
.pdlp-feature p{margin:0;color:#3e454c;font-size:13px;line-height:1.45}
.pdlp-compare{position:relative;display:grid;grid-template-columns:1fr 1fr;border-radius:15px;overflow:hidden;background:#ddd;box-shadow:0 12px 34px rgba(27,39,49,.14)}
.pdlp-compare::after{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;background:#fff;transform:translateX(-50%);z-index:2}
.pdlp-compare figure{position:relative;height:355px;margin:0;overflow:hidden}
.pdlp-compare img{width:100%;height:100%;object-fit:cover}
.pdlp-compare figcaption{position:absolute;left:0;right:0;bottom:0;padding:35px 12px 14px;background:linear-gradient(transparent,rgba(0,0,0,.65));color:#fff;text-align:center;font-size:14px;font-weight:700;text-shadow:0 1px 4px rgba(0,0,0,.4)}
.pdlp-vs{position:absolute;z-index:4;left:50%;top:50%;width:62px;height:62px;display:grid;place-items:center;transform:translate(-50%,-50%);border-radius:50%;background:#fff;color:#111;font-size:22px;font-weight:800;box-shadow:0 8px 24px rgba(0,0,0,.18)}

/* Applications */
.pdlp-applications{padding-top:36px;background:#fff}
.pdlp-app-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.pdlp-app-card{position:relative;margin:0;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 8px 23px rgba(24,39,50,.12)}
.pdlp-app-card img{width:100%;height:225px;object-fit:cover;transition:transform .45s ease}
.pdlp-app-card:hover img{transform:scale(1.035)}
.pdlp-app-card figcaption{position:absolute;left:0;right:0;bottom:0;padding:10px 12px;background:linear-gradient(90deg,#1ca449,#188c3d);color:#fff;text-align:center;font-size:14px;font-weight:700}

/* Specs */
.pdlp-specs{background:linear-gradient(90deg,#fafafa,#fff)}
.pdlp-spec-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:34px;align-items:center}
.pdlp-spec-list{margin:0;display:grid;border-top:1px solid var(--pdlp-line)}
.pdlp-spec-list div{display:grid;grid-template-columns:175px 1fr;gap:16px;padding:11px 0;border-bottom:1px solid var(--pdlp-line)}
.pdlp-spec-list dt{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:700}
.pdlp-spec-list dt span{width:21px;color:#1e282f;text-align:center}
.pdlp-spec-list dd{margin:0;color:#30373d;font-size:14px}
.pdlp-spec-gallery{display:grid;grid-template-columns:1.08fr .9fr .9fr;gap:12px}
.pdlp-spec-gallery img{width:100%;height:250px;border-radius:13px;object-fit:cover;background:#f2f2f2;box-shadow:0 7px 18px rgba(22,35,45,.08)}

/* Trust and buyers */
.pdlp-trust{background:#fff}
.pdlp-trust-top{display:grid;grid-template-columns:.66fr 1.34fr;gap:38px;align-items:center}
.pdlp-checks{list-style:none;padding:0;margin:0;display:grid;gap:9px}
.pdlp-checks li{position:relative;padding-left:27px;font-size:14px;font-weight:600}
.pdlp-checks li::before{content:"✓";position:absolute;left:0;top:1px;width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:var(--pdlp-green);color:#fff;font-size:11px;font-weight:800}
.pdlp-trust-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}
.pdlp-trust-gallery img{width:100%;height:177px;object-fit:cover;border-radius:12px;box-shadow:0 8px 22px rgba(20,34,44,.1)}
.pdlp-buyers-title{margin-top:34px!important;margin-bottom:16px!important}
.pdlp-buyer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pdlp-buyer-card{display:grid;grid-template-columns:64px 1fr;gap:16px;align-items:center;min-height:125px;padding:20px;border:1px solid var(--pdlp-line);border-radius:12px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 5px 18px rgba(18,35,49,.05);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.pdlp-buyer-card:hover{color:inherit;transform:translateY(-3px);border-color:#c8e5d0;box-shadow:0 12px 28px rgba(18,35,49,.1)}
.pdlp-buyer-card>span{width:56px;height:56px;display:grid;place-items:center;border-radius:50%;background:var(--pdlp-green);color:#fff}
.pdlp-buyer-card>span svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pdlp-buyer-card h3{margin:0 0 3px;font-size:16px;font-weight:700}
.pdlp-buyer-card p{margin:0;color:#373f46;font-size:13px;line-height:1.4}
.pdlp-buyer-card em{display:block;margin-top:3px;color:var(--pdlp-green);font-style:normal;font-weight:800}

/* Certifications & factory trust */
.pdlp-eyebrow{margin:0 0 9px;color:var(--pdlp-green);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.pdlp-certifications{padding-top:34px;background:linear-gradient(180deg,#f7f9fa 0%,#fff 100%)}
.pdlp-certifications-heading{max-width:920px;margin:0 auto 26px;text-align:center}
.pdlp-certifications-heading h2{margin-bottom:12px}
.pdlp-certifications-heading>p:last-child{margin:0;color:#536170;font-size:16px;line-height:1.65}
.pdlp-compliance-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:940px;margin:0 auto 30px}
.pdlp-compliance-badges div{position:relative;display:grid;gap:2px;padding:17px 20px 17px 56px;border:1px solid #dfe7e2;border-radius:10px;background:#fff;box-shadow:0 8px 25px rgba(16,34,55,.07)}
.pdlp-compliance-badges div::before{content:"✓";position:absolute;left:18px;top:50%;display:grid;place-items:center;width:27px;height:27px;transform:translateY(-50%);border-radius:50%;background:var(--pdlp-green);color:#fff;font-size:14px;font-weight:900}
.pdlp-compliance-badges strong{color:#14283d;font-size:17px;line-height:1.2}
.pdlp-compliance-badges span{color:#63707d;font-size:12px}
.pdlp-cert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:0 0 32px}
.pdlp-cert-grid figure{margin:0;overflow:hidden;border:1px solid #e1e5e8;border-radius:12px;background:#fff;box-shadow:0 9px 26px rgba(16,34,55,.08)}
.pdlp-cert-grid img{width:100%;height:330px;padding:13px;object-fit:contain;background:#fff}
.pdlp-buyer-meetings{padding-top:4px}
.pdlp-buyer-meetings h3{margin:0 0 16px;color:#14283d;font-size:22px;font-weight:800;text-align:center}
.pdlp-meeting-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.pdlp-meeting-grid img{width:100%;height:205px;object-fit:cover;border-radius:11px;box-shadow:0 8px 24px rgba(16,34,55,.1)}

/* FAQ */
.pdlp-faq{padding-top:31px;padding-bottom:42px;background:#fff}
.pdlp-faq h2{margin-bottom:10px;color:var(--pdlp-green);font-size:32px}
.pdlp-faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pdlp-faq-card{display:grid;grid-template-columns:52px 1fr;gap:15px;align-items:start;min-height:124px;padding:19px;border:1px solid var(--pdlp-line);border-radius:12px;background:#fff;box-shadow:0 6px 18px rgba(18,35,49,.05)}
.pdlp-faq-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#f6fbff;color:#42a8d3;border:1px solid #dceef7}
.pdlp-faq-card:nth-child(2) .pdlp-faq-icon{color:#4aa4cc}
.pdlp-faq-card:nth-child(3) .pdlp-faq-icon{color:#65b85c;background:#f7fcf5;border-color:#dbeed8}
.pdlp-faq-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.pdlp-faq-card h3{margin:0 0 5px;font-size:14px;font-weight:700;line-height:1.32}
.pdlp-faq-card p{margin:0;color:#3d454c;font-size:13px;line-height:1.45}

/* Footer */
.pdlp-footer{padding:21px 0;background:#0e1d26;color:#cbd3d8;font-size:13px}
.pdlp-footer .pdlp-shell{display:flex;align-items:center;justify-content:space-between;gap:20px}
.pdlp-footer a{color:#fff}

/* Fixed CTA – always visible */
.pdlp-fixed-cta{position:fixed;left:0;right:0;bottom:0;z-index:999;min-height:var(--pdlp-fixed-height);overflow:hidden;color:#fff;box-shadow:0 -10px 30px rgba(0,0,0,.22)}
.pdlp-fixed-cta-media,.pdlp-fixed-cta-media img,.pdlp-fixed-cta-overlay{position:absolute;inset:0;width:100%;height:100%}
.pdlp-fixed-cta-media img{object-fit:cover;object-position:center 58%}
.pdlp-fixed-cta-overlay{background:linear-gradient(90deg,rgba(17,24,27,.78),rgba(17,24,27,.64))}
.pdlp-fixed-cta-inner{position:relative;z-index:2;min-height:var(--pdlp-fixed-height);display:flex;align-items:center;justify-content:center;gap:34px;padding-block:11px}
.pdlp-fixed-cta-copy{text-align:center;display:grid;gap:1px}
.pdlp-fixed-cta-copy strong{font-size:clamp(23px,2.4vw,35px);line-height:1.05;font-weight:700;letter-spacing:-.02em}
.pdlp-fixed-cta-copy small{font-size:12px;color:#eef1f2}
.pdlp-fixed-cta-actions{display:flex;gap:12px;flex-shrink:0}
.pdlp-fixed-cta-actions a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:10px 20px;border-radius:5px;color:#fff;text-decoration:none;font-size:14px;font-weight:700;box-shadow:0 6px 18px rgba(0,0,0,.15);transition:transform .2s ease,filter .2s ease}
.pdlp-fixed-cta-actions a:hover{color:#fff;transform:translateY(-2px);filter:brightness(.96)}
.pdlp-fixed-cta-actions svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pdlp-fixed-wa{background:var(--pdlp-green)}
.pdlp-fixed-catalog{background:var(--pdlp-blue)}

@media(max-width:1000px){
  .pdlp-two-col,.pdlp-spec-layout,.pdlp-trust-top{grid-template-columns:1fr}
  .pdlp-copy-block{padding-left:0}
  .pdlp-feature-list{grid-template-columns:repeat(3,1fr)}
  .pdlp-feature{grid-template-columns:45px 1fr}
  .pdlp-compare figure{height:330px}
  .pdlp-spec-layout{gap:25px}
  .pdlp-trust-gallery img{height:195px}
  .pdlp-fixed-cta-inner{gap:18px}
  .pdlp-fixed-cta-copy strong{font-size:25px}
}

@media(max-width:820px){
  :root{--pdlp-fixed-height:76px}
  body.pdlp-saudi-page{padding-bottom:var(--pdlp-fixed-height)}
  body.pdlp-saudi-page.admin-bar .pdlp-header{top:auto}
  .pdlp-shell{width:min(calc(100% - 28px),var(--pdlp-shell))}
  .pdlp-header{height:54px}
  .pdlp-brand img{height:34px}
  .pdlp-brand span{display:none}
  .pdlp-market-label{font-size:11px}
  .pdlp-hero{min-height:680px;align-items:flex-end}
  .pdlp-hero-media img{object-position:center}
  .pdlp-hero-overlay{background:linear-gradient(180deg,rgba(6,13,18,.03) 0%,rgba(6,13,18,.1) 38%,rgba(6,13,18,.86) 100%)}
  .pdlp-hero-content{padding:42px 0 31px}
  .pdlp-hero h1{font-size:clamp(42px,11vw,58px);max-width:520px}
  .pdlp-hero-subtitle{font-size:clamp(21px,6vw,28px);max-width:520px}
  .pdlp-supply-line{font-size:13px;margin-bottom:18px}
  .pdlp-actions{display:grid;grid-template-columns:1fr 1fr;width:100%;max-width:520px}
  .pdlp-btn{min-height:47px;padding:10px 12px;font-size:13px}
  .pdlp-section{padding:42px 0}
  .pdlp-section h2{font-size:30px}
  .pdlp-feature-list{grid-template-columns:1fr;gap:16px}
  .pdlp-feature{grid-template-columns:48px 1fr}
  .pdlp-compare figure{height:270px}
  .pdlp-app-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .pdlp-app-card img{height:190px}
  .pdlp-spec-gallery{grid-template-columns:1.15fr 1fr}
  .pdlp-spec-gallery img{height:190px}
  .pdlp-spec-gallery img:first-child{grid-row:span 2;height:392px}
  .pdlp-trust-gallery{grid-template-columns:1fr 1fr}
  .pdlp-trust-gallery img{height:160px}
  .pdlp-trust-gallery img:first-child{grid-column:1/-1;height:205px}
  .pdlp-buyer-grid,.pdlp-faq-grid{grid-template-columns:1fr}
  .pdlp-buyer-card{min-height:108px}
  .pdlp-compliance-badges{grid-template-columns:1fr}
  .pdlp-cert-grid{grid-template-columns:repeat(2,1fr)}
  .pdlp-meeting-grid{grid-template-columns:repeat(2,1fr)}
  .pdlp-fixed-cta-copy{display:none}
  .pdlp-fixed-cta-inner{min-height:var(--pdlp-fixed-height);padding:8px 0}
  .pdlp-fixed-cta-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .pdlp-fixed-cta-actions a{min-height:56px;padding:8px 7px;font-size:12px}
  .pdlp-fixed-cta-media img{object-position:center 64%}
  .pdlp-footer{padding:18px 0}
}

@media(max-width:520px){
  .pdlp-market-label{max-width:150px;text-align:right;line-height:1.25}
  .pdlp-hero{min-height:650px}
  .pdlp-hero h1{font-size:43px}
  .pdlp-hero-subtitle{font-size:21px}
  .pdlp-section h2{font-size:28px}
  .pdlp-two-col{gap:28px}
  .pdlp-compare figure{height:230px}
  .pdlp-vs{width:48px;height:48px;font-size:17px}
  .pdlp-app-card img{height:145px}
  .pdlp-spec-list div{grid-template-columns:130px 1fr;gap:10px}
  .pdlp-spec-list dt,.pdlp-spec-list dd{font-size:12px}
  .pdlp-spec-gallery img{height:145px}
  .pdlp-spec-gallery img:first-child{height:302px}
  .pdlp-trust-gallery img{height:130px}
  .pdlp-trust-gallery img:first-child{height:175px}
  .pdlp-solution-grid{grid-template-columns:1fr}
  .pdlp-solution-card:first-child{grid-column:auto}
  .pdlp-solution-card{min-height:170px}
  .pdlp-footer .pdlp-shell{display:grid;text-align:center;justify-content:center}
  .pdlp-fixed-cta-actions a span{white-space:nowrap}
}

@media(max-width:380px){
  .pdlp-shell{width:min(calc(100% - 22px),var(--pdlp-shell))}
  .pdlp-hero h1{font-size:38px}
  .pdlp-hero-subtitle{font-size:19px}
  .pdlp-actions{gap:8px}
  .pdlp-btn{font-size:12px}
  .pdlp-fixed-cta-actions a{font-size:11px}
  .pdlp-fixed-cta-actions svg{width:17px;height:17px}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}


/* V2.1: premium typography, public-page cleanup and restrained motion */
:root{
  --pdlp-ink:#102237;
  --pdlp-muted:#5d6875;
  --pdlp-green:#159447;
  --pdlp-green-dark:#0c7134;
  --pdlp-blue:#285bc7;
  --pdlp-blue-dark:#1845a1;
  --pdlp-gold:#e9bc64;
  --pdlp-gold-soft:#f7dfaa;
}
html.pdlp-js{scroll-behavior:smooth}
body.pdlp-saudi-page{
  color:var(--pdlp-ink)!important;
  font-family:Manrope,"Segoe UI",Arial,sans-serif!important;
  font-weight:500;
  letter-spacing:-.01em;
}
body.pdlp-saudi-page .pdlp-main{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
body.pdlp-saudi-page .pdlp-header+main{margin-top:0!important;padding-top:0!important}
body.pdlp-saudi-page.admin-bar .pdlp-header{top:auto!important}
.pdlp-header{
  height:64px;
  margin:0!important;
  padding:0!important;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid rgba(16,34,55,.08);
  box-shadow:0 5px 22px rgba(16,34,55,.05);
}
.pdlp-brand{color:#14283d;font-weight:800;letter-spacing:.075em}
.pdlp-market-label{color:#405064;font-weight:700}
.pdlp-hero{margin:0!important;min-height:530px}
body.pdlp-saudi-page .pdlp-hero h1{
  color:#fff!important;
  max-width:900px;
  font-size:clamp(38px,4.6vw,64px);
  font-weight:800!important;
  line-height:1.02;
  letter-spacing:-.052em;
  text-wrap:balance;
  text-shadow:0 7px 25px rgba(0,0,0,.32);
  margin-bottom:16px;
}
.pdlp-hero-subtitle{
  display:grid;
  gap:10px;
  margin-bottom:22px!important;
  max-width:840px;
}
body.pdlp-saudi-page .pdlp-hero-subtitle span{
  display:flex;
  align-items:center;
  gap:12px;
  width:fit-content;
  max-width:100%;
  padding:11px 18px;
  border-radius:999px;
  background:rgba(7,14,20,.34);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 12px 28px rgba(0,0,0,.16);
  color:#fff!important;
  font-size:clamp(16px,1.45vw,20px);
  line-height:1.34;
  font-weight:800;
  letter-spacing:-.018em;
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
}
body.pdlp-saudi-page .pdlp-hero-subtitle span::before{
  content:'✓';
  flex:0 0 auto;
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#2bb673;
  color:#fff;
  font-size:14px;
  font-weight:900;
  box-shadow:0 6px 16px rgba(43,182,115,.32);
}
body.pdlp-saudi-page .pdlp-hero-subtitle span.is-accent{
  background:rgba(241,157,56,.18);
  border-color:rgba(241,157,56,.32);
  color:#fff!important;
}
body.pdlp-saudi-page .pdlp-hero-subtitle span.is-accent::before{
  background:#f39c36;
  box-shadow:0 6px 16px rgba(243,156,54,.34);
}
.pdlp-supply-line{color:#f7f8fa;font-weight:700;letter-spacing:-.015em}
.pdlp-btn,.pdlp-fixed-cta-actions a{
  border-radius:8px;
  font-weight:800;
  letter-spacing:-.015em;
}
.pdlp-section h2{
  color:#102237!important;
  font-weight:800!important;
  letter-spacing:-.05em;
  text-wrap:balance;
}
.pdlp-section h2 span{color:var(--pdlp-green)!important}
.pdlp-feature h3,.pdlp-buyer-card h3,.pdlp-faq-card h3{color:#14283d;font-weight:800}
.pdlp-feature p,.pdlp-buyer-card p,.pdlp-faq-card p{color:#536170}
.pdlp-app-card,.pdlp-buyer-card,.pdlp-faq-card,.pdlp-solution-card,.pdlp-compare,.pdlp-spec-gallery img,.pdlp-trust-gallery img{
  border-radius:15px;
}
.pdlp-app-card,.pdlp-buyer-card,.pdlp-faq-card{
  border:1px solid rgba(16,34,55,.08);
  box-shadow:0 12px 34px rgba(16,34,55,.08);
}
.pdlp-fixed-cta{
  border-top:1px solid rgba(255,255,255,.22);
  box-shadow:0 -14px 38px rgba(0,0,0,.25);
}
.pdlp-fixed-cta-copy strong{
  font-weight:800;
  letter-spacing:-.045em;
  text-shadow:0 4px 16px rgba(0,0,0,.25);
}
.pdlp-footer a{text-underline-offset:4px}

/* Reveal animation: visible by default, animated only after JS adds pdlp-js. */
html.pdlp-js [data-pdlp-reveal]{
  opacity:0;
  transform:translate3d(0,28px,0);
  transition:opacity .72s cubic-bezier(.2,.72,.2,1),transform .72s cubic-bezier(.2,.72,.2,1);
  transition-delay:var(--pdlp-delay,0ms);
  will-change:opacity,transform;
}
html.pdlp-js [data-pdlp-reveal].is-visible{opacity:1;transform:none}
html.pdlp-js .pdlp-animate-header{opacity:0;transform:translateY(-12px)}
html.pdlp-js body.pdlp-ready .pdlp-animate-header{opacity:1;transform:none;transition:opacity .55s ease,transform .55s ease}
html.pdlp-js .pdlp-animate-hero .pdlp-hero-media img{transform:scale(1.045)}
html.pdlp-js body.pdlp-ready .pdlp-animate-hero .pdlp-hero-media img{animation:pdlpHeroDrift 10s cubic-bezier(.2,.65,.2,1) both}
html.pdlp-js .pdlp-animate-hero h1,
html.pdlp-js .pdlp-animate-hero .pdlp-hero-subtitle,
html.pdlp-js .pdlp-animate-hero .pdlp-supply-line,
html.pdlp-js .pdlp-animate-hero .pdlp-actions{opacity:0;transform:translateY(24px)}
html.pdlp-js body.pdlp-ready .pdlp-animate-hero h1,
html.pdlp-js body.pdlp-ready .pdlp-animate-hero .pdlp-hero-subtitle,
html.pdlp-js body.pdlp-ready .pdlp-animate-hero .pdlp-supply-line,
html.pdlp-js body.pdlp-ready .pdlp-animate-hero .pdlp-actions{
  opacity:1;transform:none;transition:opacity .72s cubic-bezier(.2,.72,.2,1),transform .72s cubic-bezier(.2,.72,.2,1)
}
html.pdlp-js body.pdlp-ready .pdlp-animate-hero .pdlp-hero-subtitle{transition-delay:.1s}
html.pdlp-js body.pdlp-ready .pdlp-animate-hero .pdlp-supply-line{transition-delay:.18s}
html.pdlp-js body.pdlp-ready .pdlp-animate-hero .pdlp-actions{transition-delay:.26s}
.pdlp-app-card,.pdlp-solution-card,.pdlp-buyer-card,.pdlp-faq-card,.pdlp-feature,.pdlp-spec-gallery img,.pdlp-trust-gallery img{
  transition:transform .32s cubic-bezier(.2,.72,.2,1),box-shadow .32s ease,filter .32s ease;
}
.pdlp-app-card:hover,.pdlp-solution-card:hover,.pdlp-buyer-card:hover,.pdlp-faq-card:hover,.pdlp-feature:hover,
.pdlp-spec-gallery img:hover,.pdlp-trust-gallery img:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 42px rgba(16,34,55,.14);
}
.pdlp-fixed-wa{animation:pdlpSoftPulse 3.2s ease-in-out infinite}
@keyframes pdlpHeroDrift{from{transform:scale(1.045)}to{transform:scale(1)}}
@keyframes pdlpSoftPulse{0%,100%{box-shadow:0 6px 18px rgba(0,0,0,.15)}50%{box-shadow:0 8px 26px rgba(21,148,71,.42)}}

@media(max-width:820px){
  .pdlp-header{height:56px}
  .pdlp-hero{margin-top:0!important}
  body.pdlp-saudi-page .pdlp-hero h1{font-size:clamp(34px,9vw,52px);letter-spacing:-.05em;max-width:100%}
  .pdlp-hero-subtitle{max-width:100%;gap:8px}
  body.pdlp-saudi-page .pdlp-hero-subtitle span{width:100%;padding:10px 14px;font-size:15px;line-height:1.38}
}
@media(max-width:520px){
  body.pdlp-saudi-page .pdlp-hero h1{font-size:32px;line-height:1.05}
  body.pdlp-saudi-page .pdlp-hero-subtitle span{font-size:14px;padding:9px 12px;gap:10px}
  body.pdlp-saudi-page .pdlp-hero-subtitle span::before{width:22px;height:22px;font-size:13px}
  .pdlp-fixed-cta-actions a{border-radius:8px}
}
@media(prefers-reduced-motion:reduce){
  html.pdlp-js [data-pdlp-reveal],html.pdlp-js .pdlp-animate-header,
  html.pdlp-js .pdlp-animate-hero h1,html.pdlp-js .pdlp-animate-hero .pdlp-hero-subtitle,
  html.pdlp-js .pdlp-animate-hero .pdlp-supply-line,html.pdlp-js .pdlp-animate-hero .pdlp-actions{
    opacity:1!important;transform:none!important
  }
  .pdlp-fixed-wa{animation:none!important}
}


/* V2.1.4: replace bottom CTA banner with open free-sample form */
body.pdlp-saudi-page{padding-bottom:0!important}
.pdlp-sample-form{padding-top:16px;padding-bottom:54px;background:linear-gradient(180deg,#f7f9fb 0%,#ffffff 100%)}
.pdlp-sample-wrap{padding:34px 38px 36px;background:#fff;border:1px solid rgba(16,34,55,.08);border-radius:18px;box-shadow:0 18px 48px rgba(16,34,55,.08)}
.pdlp-sample-heading{max-width:900px;margin:0 auto 22px;text-align:center}
.pdlp-sample-heading h2{margin-bottom:12px}
.pdlp-sample-heading p:last-child{margin:0;color:#5b6a78;font-size:15px;line-height:1.7}
.pdlp-form-notice{max-width:920px;margin:0 auto 18px;padding:14px 16px;border-radius:10px;font-size:14px;font-weight:700;line-height:1.5}
.pdlp-form-notice.is-success{background:#edf9f1;border:1px solid #b8e1c2;color:#15743d}
.pdlp-form-notice.is-error,.pdlp-form-notice.is-required,.pdlp-form-notice.is-invalid{background:#fff5f0;border:1px solid #f2c4ad;color:#c45a2d}
.pdlp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 18px;align-items:start}
.pdlp-form-fields{display:grid;gap:14px}
.pdlp-form-message{display:block;height:100%}
.pdlp-form-grid label{display:grid;gap:7px}
.pdlp-form-grid label span{color:#14283d;font-size:13px;font-weight:800;letter-spacing:-.01em}
.pdlp-form-grid input,.pdlp-form-grid select,.pdlp-form-grid textarea{width:100%;padding:15px 16px;border:1px solid #d9e1e7;border-radius:8px;background:#fafbfc;color:#102237;font:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.pdlp-form-grid input::placeholder,.pdlp-form-grid textarea::placeholder{color:#8591a0}
.pdlp-form-grid input:focus,.pdlp-form-grid select:focus,.pdlp-form-grid textarea:focus{border-color:#3b7ddd;background:#fff;box-shadow:0 0 0 4px rgba(59,125,221,.12)}
.pdlp-form-grid textarea{min-height:100%;resize:vertical}
.pdlp-form-actions{grid-column:1/-1;display:flex;justify-content:center;padding-top:6px}
.pdlp-form-submit{min-width:180px;min-height:52px;padding:12px 28px;border:0;border-radius:8px;background:#f39c36;color:#fff;font:inherit;font-size:16px;font-weight:800;letter-spacing:-.015em;cursor:pointer;box-shadow:0 12px 26px rgba(243,156,54,.28);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
.pdlp-form-submit:hover,.pdlp-form-submit:focus-visible{transform:translateY(-2px);box-shadow:0 14px 30px rgba(243,156,54,.34);filter:brightness(.98)}

@media(max-width:820px){
  .pdlp-sample-wrap{padding:26px 20px 24px;border-radius:16px}
  .pdlp-form-grid{grid-template-columns:1fr;gap:14px}
  .pdlp-form-message textarea{min-height:180px}
  .pdlp-form-actions{justify-content:flex-start}
  .pdlp-form-submit{min-width:150px}
}


/* V2.1.5: final form UI cleanup */
body.pdlp-saudi-page .pdlp-form-fields select{
  display:block!important;
  width:100%!important;
  height:54px!important;
  min-height:54px!important;
  padding:0 48px 0 16px!important;
  border:1px solid #d4dde5!important;
  border-radius:9px!important;
  background-color:#fafbfc!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23394b5d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")!important;
  background-repeat:no-repeat!important;
  background-position:right 16px center!important;
  background-size:18px 18px!important;
  color:#203347!important;
  font-size:15px!important;
  font-weight:600!important;
  line-height:1.2!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  -moz-appearance:none!important;
  box-shadow:none!important;
}
body.pdlp-saudi-page .pdlp-form-fields select:focus{
  border-color:#3b7ddd!important;
  background-color:#fff!important;
  box-shadow:0 0 0 4px rgba(59,125,221,.12)!important;
}
body.pdlp-saudi-page .pdlp-form-fields select::-ms-expand{display:none}

/* The landing page does not need the theme/plugin back-to-top control. */
body.pdlp-saudi-page .back-to-top,
body.pdlp-saudi-page #back-to-top,
body.pdlp-saudi-page .backtop,
body.pdlp-saudi-page #backtop,
body.pdlp-saudi-page .scroll-to-top,
body.pdlp-saudi-page #scroll-to-top,
body.pdlp-saudi-page .scroll-top,
body.pdlp-saudi-page #scroll-top,
body.pdlp-saudi-page .to-top,
body.pdlp-saudi-page #to-top,
body.pdlp-saudi-page .go-top,
body.pdlp-saudi-page #go-top,
body.pdlp-saudi-page .pms-backtop,
body.pdlp-saudi-page .pms-back-to-top,
body.pdlp-saudi-page [class*="back-to-top"],
body.pdlp-saudi-page [id*="back-to-top"],
body.pdlp-saudi-page [class*="scroll-to-top"],
body.pdlp-saudi-page [id*="scroll-to-top"]{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
