
.deon-procurement{
  --dp-black:#090a0c;
  --dp-gold:#d7a329;
  --dp-gold2:#f0ce72;
  --dp-cream:#f6f1e6;
  --dp-text:#191b1f;
  --dp-muted:#6d7178;
  color:var(--dp-text);
  background:#fff;
}
.deon-procurement *{box-sizing:border-box}
.deon-procurement-container{width:min(1180px,calc(100% - 32px));margin:auto}
.deon-procurement-hero{
  min-height:650px;display:flex;align-items:center;color:#fff;
  background:linear-gradient(135deg,#090a0c,#22262d);
  background-size:cover;background-position:center;
}
.deon-procurement-hero .deon-procurement-container{padding:110px 0}
.deon-procurement-kicker{
  display:inline-flex;gap:10px;align-items:center;color:var(--dp-gold2);
  font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase
}
.deon-procurement-kicker:before{content:"";width:34px;height:2px;background:currentColor}
.deon-procurement-kicker.dark{color:var(--dp-gold)}
.deon-procurement h1{
  max-width:830px;font-size:clamp(42px,7vw,78px);line-height:1.02;
  letter-spacing:-.05em;color:#fff;margin:18px 0
}
.deon-procurement h2{
  font-size:clamp(32px,5vw,56px);line-height:1.06;letter-spacing:-.04em;
  margin:16px 0;color:var(--dp-text)
}
.deon-procurement-hero p{
  max-width:760px;font-size:18px;line-height:1.7;color:rgba(255,255,255,.78)
}
.deon-procurement-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.deon-procurement-btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:50px;
  padding:13px 22px;border-radius:999px;text-decoration:none!important;font-weight:900
}
.deon-procurement-btn.primary{
  background:linear-gradient(135deg,var(--dp-gold2),var(--dp-gold));color:#111!important
}
.deon-procurement-btn.secondary{
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.28);color:#fff!important
}
.deon-procurement-trust{display:flex;gap:20px;flex-wrap:wrap;margin-top:34px;font-weight:800;font-size:13px}
.deon-procurement-trust span:before{content:"✓";margin-right:7px;color:var(--dp-gold2)}
.deon-procurement-section{padding:82px 0}
.deon-procurement-section.alt{background:var(--dp-cream)}
.deon-procurement-lead{max-width:820px;font-size:17px;line-height:1.75;color:var(--dp-muted)}
.deon-procurement-feature-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px
}
.deon-procurement-feature-grid article{
  padding:25px;border-radius:20px;background:#fff;border:1px solid rgba(0,0,0,.07);
  box-shadow:0 12px 34px rgba(0,0,0,.06)
}
.deon-procurement-feature-grid b{font-size:30px}
.deon-procurement-feature-grid h3{font-size:19px;margin:14px 0 8px}
.deon-procurement-feature-grid p{color:var(--dp-muted);line-height:1.65;margin:0}
.deon-procurement-steps{
  display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px
}
.deon-procurement-steps article{
  background:#fff;border-radius:18px;padding:23px;border:1px solid rgba(0,0,0,.06)
}
.deon-procurement-steps span{font-size:13px;font-weight:950;color:var(--dp-gold)}
.deon-procurement-steps h3{margin:8px 0;font-size:20px}
.deon-procurement-steps p{margin:0;color:var(--dp-muted);line-height:1.6}
.form-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;align-items:start}
.deon-procurement-contact-card{
  display:grid;gap:8px;margin-top:24px;padding:22px;border-radius:18px;background:var(--dp-black);color:#fff
}
.deon-procurement-form{
  display:grid;grid-template-columns:1fr 1fr;gap:14px;background:#fff;
  border:1px solid rgba(0,0,0,.08);border-radius:24px;padding:26px;
  box-shadow:0 18px 45px rgba(0,0,0,.08)
}
.deon-procurement-form label{display:grid;gap:7px;font-size:12px;font-weight:850;color:#4b4e54}
.deon-procurement-form input,
.deon-procurement-form select,
.deon-procurement-form textarea{
  width:100%;border:1px solid #d9dade;background:#fff;border-radius:12px;
  padding:12px;color:#1b1d21;outline:none
}
.deon-procurement-form input:focus,
.deon-procurement-form select:focus,
.deon-procurement-form textarea:focus{border-color:var(--dp-gold)}
.deon-procurement-form .full{grid-column:1/-1}
.deon-procurement-form button{
  border:0;border-radius:999px;min-height:52px;cursor:pointer;
  background:#25d366;color:#fff;font-weight:950;font-size:15px
}
.deon-procurement-form small{color:var(--dp-muted);text-align:center}
.deon-procurement-gallery{
  display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:30px
}
.deon-procurement-gallery img,
.deon-gallery-placeholder{
  width:100%;aspect-ratio:4/3;border-radius:18px;object-fit:cover
}
.deon-gallery-placeholder{
  display:grid;place-items:center;text-align:center;background:#fff;
  border:1.5px dashed #c9c2b2;color:#9b927e
}
.deon-gallery-placeholder span{font-size:34px;line-height:1}
.deon-gallery-placeholder small{display:block}
.deon-procurement-faq{display:grid;gap:12px;margin-top:28px}
.deon-procurement-faq details{
  border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:17px 20px;background:#fff
}
.deon-procurement-faq summary{cursor:pointer;font-weight:900}
.deon-procurement-faq p{color:var(--dp-muted);line-height:1.7;margin:13px 0 0}
.deon-procurement-cta{
  background:linear-gradient(135deg,#090a0c,#23272d);color:#fff;padding:65px 0
}
.deon-procurement-cta .deon-procurement-container{
  display:flex;justify-content:space-between;align-items:center;gap:25px
}
.deon-procurement-cta h2{color:#fff;margin:12px 0}
.deon-procurement-cta p{color:rgba(255,255,255,.72);margin:0}
@media(max-width:900px){
  .deon-procurement-feature-grid,.deon-procurement-steps{grid-template-columns:repeat(2,1fr)}
  .form-layout{grid-template-columns:1fr}
}
@media(max-width:650px){
  .deon-procurement-hero{min-height:580px}
  .deon-procurement-hero .deon-procurement-container{padding:90px 0}
  .deon-procurement-section{padding:58px 0}
  .deon-procurement-feature-grid,.deon-procurement-steps,.deon-procurement-gallery{grid-template-columns:1fr}
  .deon-procurement-form{grid-template-columns:1fr;padding:18px}
  .deon-procurement-form .full{grid-column:auto}
  .deon-procurement-cta .deon-procurement-container{align-items:flex-start;flex-direction:column}
}

.deon-legal-strip{background:#0d0f12;border-top:1px solid rgba(215,163,41,.45);border-bottom:1px solid rgba(215,163,41,.35);color:#fff}
.deon-legal-strip .deon-procurement-container{display:grid;grid-template-columns:repeat(6,minmax(0,1fr))}
.deon-legal-strip span{min-height:76px;display:flex;align-items:center;justify-content:center;gap:7px;padding:14px 10px;border-right:1px solid rgba(255,255,255,.08);font-size:12px;text-align:center}
.deon-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:30px}
.deon-product-card{overflow:hidden;border-radius:20px;background:#fff;border:1px solid rgba(0,0,0,.07);box-shadow:0 12px 32px rgba(0,0,0,.06)}
.deon-product-card img,.deon-product-placeholder{width:100%;aspect-ratio:4/3;object-fit:cover}
.deon-product-placeholder{display:grid;place-items:center;text-align:center;background:#ece8de;color:#8d846f}
.deon-product-placeholder span{font-size:34px;line-height:1}
.deon-product-card-body{padding:18px}.deon-product-card-body h3{margin:0 0 9px;font-size:19px}
.deon-product-card-body a{color:#9f7410!important;font-weight:900;text-decoration:none!important}.deon-product-card-body span{color:#777;font-size:12px}
@media(max-width:900px){.deon-legal-strip .deon-procurement-container{grid-template-columns:repeat(3,1fr)}.deon-product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.deon-legal-strip .deon-procurement-container{grid-template-columns:1fr 1fr}.deon-legal-strip span{min-height:64px}.deon-product-grid{grid-template-columns:1fr 1fr;gap:12px}.deon-product-card-body{padding:13px}.deon-product-card-body h3{font-size:15px}}
