:root{
  --bg:#f4f7fb;
  --surface:#ffffff;
  --surface-2:#f8fbff;
  --line:#dfe7f1;
  --line-strong:#ccd8e8;
  --text:#0f1f33;
  --muted:#5e7088;
  --blue:#0b5bd3;
  --blue-deep:#0a2f63;
  --green:#22c55e;
  --green-deep:#16803d;
  --orange:#f08a12;
  --yellow:#ffcc33;
  --dark:#081a2f;
  --dark-2:#0d2743;
  --shadow:0 14px 40px rgba(8,26,47,.10);
  --shadow-soft:0 8px 24px rgba(8,26,47,.07);
  --shadow-hover:0 20px 48px rgba(8,26,47,.15);
  --radius:22px;
  --radius-sm:16px;
  --maxw:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  background:linear-gradient(180deg,#f7f9fc 0%,#f2f6fa 100%);
  color:var(--text);
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
img,video{max-width:100%;display:block}
.container{width:min(var(--maxw),92vw);margin:0 auto}
.topbar{
  background:linear-gradient(90deg,var(--dark),var(--dark-2));
  color:#d9e7f5;
  font-size:.84rem;
}
.topbar-inner{
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  flex-wrap:wrap;
  padding:.45rem 0;
}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:blur(14px);
  background:rgba(255,255,255,.82);
  border-bottom:1px solid rgba(204,216,232,.75);
}
.nav{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
}
.logo{display:flex;align-items:center;gap:.8rem;min-width:0}
.logo-mark{
  width:44px;
  height:44px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--blue),#3d8bff);
  color:#fff;
  font-weight:900;
  box-shadow:0 10px 24px rgba(11,91,211,.25);
}
.logo-text{display:flex;flex-direction:column;font-weight:900;font-size:1.08rem;letter-spacing:-.02em}
.logo-text small{font-weight:700;font-size:.74rem;color:var(--muted);letter-spacing:0}
.nav-links{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}
.nav-links a{
  padding:.7rem .88rem;
  border-radius:999px;
  font-weight:800;
  color:#29405c;
  transition:.18s ease;
}
.nav-links a:hover{background:#eef4fb;color:var(--blue)}
.nav-links a.active{background:#edf4ff;color:var(--blue);box-shadow:inset 0 0 0 1px #c9dcff}
.menu{
  display:none;
  width:42px;
  height:42px;
  border-radius:12px;
  border:1px solid var(--line);
  background:#fff;
  font-size:1.25rem;
  cursor:pointer;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.45rem;
  min-height:46px;
  padding:.8rem 1.08rem;
  border:none;
  border-radius:999px;
  font-weight:900;
  font-size:.96rem;
  letter-spacing:-.01em;
  cursor:pointer;
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary,.btn-orange{
  color:#fff;
  background:linear-gradient(135deg,#f59b1e,#e56f00);
  box-shadow:0 10px 24px rgba(240,138,18,.24);
}
.btn-primary:hover,.btn-orange:hover{box-shadow:0 14px 28px rgba(240,138,18,.32)}
.btn-whatsapp{
  color:#062c15;
  background:linear-gradient(135deg,#31d46d,#22c55e);
  box-shadow:0 10px 24px rgba(34,197,94,.24);
}
.btn-whatsapp:hover{box-shadow:0 14px 28px rgba(34,197,94,.32)}
.btn-light{
  background:#fff;
  color:var(--blue);
  border:1px solid #d6e4ff;
  box-shadow:0 8px 20px rgba(11,91,211,.08);
}
.btn-light:hover{background:#f7fbff}
.btn-yellow{
  background:linear-gradient(135deg,#ffe38a,#ffcd3c);
  color:#4f3600;
  box-shadow:0 10px 24px rgba(255,205,60,.22);
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  padding:.42rem .72rem;
  border-radius:999px;
  background:#ecf4ff;
  color:var(--blue);
  font-size:.82rem;
  font-weight:900;
  margin-bottom:.9rem;
  box-shadow:inset 0 0 0 1px #cfe0ff;
}
.eyebrow.orange{background:#fff1df;color:#ae5800;box-shadow:inset 0 0 0 1px #ffd9ab}
.eyebrow.green{background:#e9f8ef;color:#19703c;box-shadow:inset 0 0 0 1px #bee8cb}
h1,h2,h3{line-height:1.12;letter-spacing:-.04em;margin:0 0 .8rem}
h1{font-size:clamp(2.2rem,4.8vw,4rem)}
h2{font-size:clamp(1.6rem,3vw,2.45rem)}
h3{font-size:1.12rem}
p{margin:.25rem 0 1rem}
ul{margin:.25rem 0 1rem;padding-left:1.1rem}
li{margin:.35rem 0}
.lead{font-size:1.08rem;color:var(--muted);max-width:62ch}
.muted{color:var(--muted)}
.actions{display:flex;gap:.8rem;flex-wrap:wrap;margin:1.15rem 0 0}
.pills{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.1rem}
.pill{
  background:rgba(255,255,255,.82);
  border:1px solid var(--line);
  border-radius:16px;
  padding:.72rem .9rem;
  font-size:.88rem;
  font-weight:800;
  color:#334155;
  box-shadow:var(--shadow-soft);
}
.hero,.page{
  position:relative;
  overflow:hidden;
  padding:54px 0;
  background:
    radial-gradient(circle at top right, rgba(11,91,211,.10), transparent 28%),
    radial-gradient(circle at left bottom, rgba(240,138,18,.10), transparent 22%),
    linear-gradient(180deg,#ffffff 0%,#f3f7fc 100%);
}
.hero::before,.page::before{
  content:"";
  position:absolute;
  inset:auto auto -120px -80px;
  width:260px;
  height:260px;
  border-radius:50%;
  background:rgba(11,91,211,.07);
  filter:blur(4px);
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);
  gap:1.25rem;
  align-items:start;
}
.panel,.card,.product-card,.gallery figure,.order-card,.linksgrid a,.video-card,.proof-card,.band{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow-soft);
}
.panel,.card,.proof-card,.order-card{padding:1.28rem}
.panel{
  background:linear-gradient(180deg,#ffffff 0%,#f6fbff 100%);
  border-color:#d7e4f7;
  box-shadow:var(--shadow);
}
.price-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:.9rem;
  align-items:center;
  margin:.8rem 0;
  padding:.92rem 1rem;
  border-radius:18px;
  background:#ffffff;
  border:1px solid #e2ebf6;
}
.price-row span{font-size:1.03rem;font-weight:900;color:var(--blue)}
.price-row small{display:block;color:var(--muted);font-weight:700;margin-top:.15rem}
.section{padding:54px 0}
.tight{padding:34px 0}
.head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:1rem;
  margin-bottom:1.45rem;
}
.head p{max-width:66ch;color:var(--muted)}
.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.grid4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.card,.grid2>.card,.grid3>.card,.grid4>.card{height:100%}
.kpi{
  padding:1.1rem;
  color:#fff;
  border-radius:20px;
  background:linear-gradient(135deg,var(--blue-deep),#11488f);
  box-shadow:var(--shadow-soft);
}
.kpi strong{display:block;font-size:1.8rem;line-height:1.1}
.kpi span{display:block;margin-top:.2rem;opacity:.85;font-weight:700}
.product-card{
  overflow:hidden;
  display:flex;
  flex-direction:column;
  transition:transform .18s ease, box-shadow .18s ease;
}
.product-card:hover,.grid3>.card:hover,.grid4>.card:hover,.gallery figure:hover,.order-card:hover,.linksgrid a:hover,.video-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow-hover);
}
.product-card img,
.grid3>.card>img:first-child,
.grid2>.card>img:first-child,
.grid4>.card>img:first-child{
  width:100%;
  aspect-ratio:4/3;
  height:auto !important;
  object-fit:contain !important;
  background:linear-gradient(180deg,#f8fbff 0%,#eef3f8 100%);
  padding:1rem;
  border-bottom:1px solid var(--line);
}
.product-body{
  padding:1.05rem 1.05rem 1.15rem;
  display:flex;
  flex-direction:column;
  flex:1;
}
.product-body p{color:var(--muted);font-size:.95rem}
.product-body .btn{margin-top:auto}
.product-price{font-size:1.18rem;font-weight:950;color:var(--blue);margin-bottom:.45rem}
.badge{
  display:inline-flex;
  width:max-content;
  padding:.28rem .58rem;
  border-radius:999px;
  background:#eaf8ef;
  color:#1c7d42;
  font-size:.74rem;
  font-weight:950;
  margin-bottom:.55rem;
  box-shadow:inset 0 0 0 1px #c6eace;
}
.badge.orange{background:#fff1df;color:#ae5800;box-shadow:inset 0 0 0 1px #ffd9ab}
.steps{counter-reset:step}
.step-card{position:relative;padding:1.15rem 1rem 1.1rem 4rem}
.step-card::before{
  counter-increment:step;
  content:counter(step);
  position:absolute;
  left:1rem;
  top:1rem;
  width:40px;
  height:40px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--blue),#3d8bff);
  color:#fff;
  font-weight:950;
  box-shadow:0 10px 20px rgba(11,91,211,.24);
}
.band{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:1rem;
  align-items:center;
  padding:1.5rem;
  background:linear-gradient(135deg,#0b2a52,#11488f);
  color:#f0f7ff;
  border-color:#204f92;
}
.note{
  background:#fff7e9;
  color:#6d4b00;
  border:1px solid #ffe1a7;
  border-radius:18px;
  padding:1rem 1.1rem;
}
.videos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.videos.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.video-card{
  overflow:hidden;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
}
.video-card video{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  background:#091a2e;
}
.video-card.vertical video{aspect-ratio:9/16}
.video-card p{padding:.92rem 1rem 1rem;margin:0;font-weight:800;color:#1b2b40}
.proof-section{background:linear-gradient(180deg,#f7faff 0%,#eef4fb 100%)}
.proof-card{
  display:grid;
  grid-template-columns:minmax(280px,1fr) minmax(260px,.85fr);
  gap:1.2rem;
  align-items:center;
  overflow:hidden;
}
.proof-card img,
.gallery img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:contain;
  background:#ffffff;
}
.proof-card img{border-radius:18px;border:1px solid var(--line)}
.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.gallery figure{margin:0;overflow:hidden}
.gallery figcaption{padding:.95rem 1rem 1rem;font-weight:850}
.gallery figcaption small{display:block;color:var(--muted);font-weight:650;margin-top:.22rem;line-height:1.45}
.media-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.media-strip img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:20px;
  border:1px solid var(--line);
  box-shadow:var(--shadow-soft);
}
.split-media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.table{overflow-x:auto;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-soft)}
table{width:100%;border-collapse:collapse;min-width:720px}
th,td{padding:.95rem 1rem;border-bottom:1px solid #e8eef5;text-align:left;vertical-align:top}
th{background:#f6f9fd;font-size:.92rem}
.status{display:inline-flex;align-items:center;padding:.3rem .6rem;border-radius:999px;background:#e9f8ef;color:#19703c;font-weight:900;font-size:.78rem}
.status.blue{background:#edf4ff;color:var(--blue)}
.status.orange{background:#fff1df;color:#ae5800}
.order-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.order-card b{display:block;font-size:1.08rem;margin-bottom:.18rem}
.order-card .route{font-weight:900;margin:.42rem 0;color:var(--blue-deep)}
.order-card small{display:block;color:var(--muted)}
.faq details{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:1rem 1rem;
  box-shadow:var(--shadow-soft);
  margin-bottom:.85rem;
}
.faq summary{font-weight:900;cursor:pointer;list-style:none}
.faq summary::-webkit-details-marker{display:none}
input,textarea,select{
  width:100%;
  border:1px solid var(--line-strong);
  border-radius:14px;
  padding:.85rem .95rem;
  font:inherit;
  margin:.35rem 0 .85rem;
  background:#fff;
}
input:focus,textarea:focus,select:focus{outline:none;border-color:#91b6ff;box-shadow:0 0 0 4px rgba(145,182,255,.18)}
textarea{min-height:138px;resize:vertical}
.copy{
  background:#f8fbff;
  border:1px dashed #b6cdf7;
  border-radius:16px;
  padding:1rem;
  white-space:pre-wrap;
  font-weight:750;
  color:#203247;
}
.crumb{font-size:.88rem;color:var(--muted);margin-bottom:.45rem}
.linksgrid a{
  display:block;
  padding:1.1rem;
  color:var(--text);
}
.linksgrid b{display:block;font-size:1rem;margin-bottom:.2rem}
.linksgrid small{display:block;color:var(--muted);line-height:1.5}
.newsletter{padding:1.25rem}
.footer{
  margin-top:10px;
  background:linear-gradient(135deg,#06182c,#0d2745);
  color:#d9e7f5;
  padding:50px 0 88px;
}
.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,minmax(0,1fr));gap:1.35rem}
.footer h3{color:#fff;margin-bottom:.9rem}
.footer a,.footer p{display:block;color:#d5e1ef;margin-bottom:.55rem}
.copyright{border-top:1px solid rgba(255,255,255,.13);margin-top:1.35rem;padding-top:1rem;color:#9fb4cb;font-size:.92rem}
.float-wa{
  position:fixed;
  right:16px;
  bottom:16px;
  z-index:45;
  background:linear-gradient(135deg,#31d46d,#22c55e);
  color:#062c15;
  border-radius:999px;
  padding:.92rem 1.08rem;
  font-weight:950;
  box-shadow:0 18px 34px rgba(34,197,94,.28);
}
.mobilebar{display:none}
.hide-mobile{display:block}
.hero-product{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.hero-product img{width:100%;aspect-ratio:4/3;object-fit:cover}
.safe-label{
  display:inline-flex;
  background:#0b315d;
  color:#fff;
  border-radius:999px;
  padding:.38rem .68rem;
  font-size:.78rem;
  font-weight:900;
}
.page h1,.hero h1{max-width:14ch}
.hero .panel h2{margin-top:0}
.product-body p b{color:#163352}
.newsletter{margin-bottom:0}
.footer p:last-child{margin-bottom:0}

@media (max-width:1100px){
  .nav-links{
    display:none;
    position:absolute;
    top:78px;
    left:4vw;
    right:4vw;
    background:#fff;
    border:1px solid var(--line);
    border-radius:20px;
    padding:.8rem;
    box-shadow:var(--shadow);
    flex-direction:column;
    align-items:stretch;
    gap:.3rem;
  }
  .nav-links.open{display:flex}
  .menu{display:inline-grid;place-items:center}
  .nav-cta{display:none}
  .hero-grid,.grid2,.grid3,.grid4,.kpis,.videos,.gallery,.order-cards,.split-media,.proof-card,.footer-grid,.band{grid-template-columns:1fr 1fr}
  .hero-grid,.proof-card,.band,.footer-grid,.split-media{grid-template-columns:1fr}
  .media-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mobilebar{
    display:grid;
    grid-template-columns:1fr 1fr;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:42;
    background:#fff;
    border-top:1px solid var(--line);
    box-shadow:0 -8px 24px rgba(8,26,47,.08);
  }
  .mobilebar a{display:flex;justify-content:center;align-items:center;padding:.92rem .5rem;font-weight:950}
  .mobilebar a:first-child{background:linear-gradient(135deg,#31d46d,#22c55e);color:#062c15}
  .float-wa{display:none}
}

@media (max-width:760px){
  .topbar{font-size:.78rem}
  .topbar-inner{justify-content:center;text-align:center}
  .nav{min-height:68px}
  .logo-text small{display:none}
  h1{font-size:2.15rem}
  .page h1,.hero h1{max-width:none}
  .grid2,.grid3,.grid4,.kpis,.videos,.gallery,.order-cards,.media-strip,.footer-grid{grid-template-columns:1fr}
  .actions .btn{width:100%}
  .head{display:block}
  .head .btn{margin-top:.75rem}
  .section{padding:40px 0}
  .hero,.page{padding:38px 0}
  .pills .pill{width:100%}
  .price-row{grid-template-columns:1fr}
  .product-card img,
  .grid3>.card>img:first-child,
  .grid2>.card>img:first-child,
  .grid4>.card>img:first-child,
  .gallery img,
  .proof-card img,
  .media-strip img{aspect-ratio:4/3}
  .video-card.vertical video{aspect-ratio:4/5}
  .panel,.card,.proof-card,.order-card{padding:1rem}
  .proof-card img{border-radius:14px}
  .band{padding:1.15rem}
}


/* =========================================================
   FINAL ONLINE POLISH - Toppingdom
   Purpose: make all pages cleaner and all media consistent.
   ========================================================= */

/* Cleaner universal spacing */
body {
  background: linear-gradient(180deg, #f7f9fc 0%, #f2f5f9 100%) !important;
}

.section {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.section + .section {
  border-top: 1px solid rgba(220, 230, 242, 0.55);
}

.head {
  margin-bottom: 24px !important;
}

/* Consistent professional cards */
.card,
.product-card,
.video-card,
.gallery figure,
.order-card,
.linksgrid a,
.panel {
  border-radius: 22px !important;
  border: 1px solid #dce6f2 !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(7, 26, 47, 0.07) !important;
  overflow: hidden;
}

.card:hover,
.product-card:hover,
.video-card:hover,
.gallery figure:hover,
.order-card:hover,
.linksgrid a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(7, 26, 47, 0.12) !important;
}

/* Force every image block to look controlled and consistent */
.product-card > img,
.card > img,
.gallery figure > img,
.proof-card > img,
.media-strip img,
.linksgrid img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: contain !important;
  background: linear-gradient(180deg, #ffffff 0%, #f3f7fb 100%) !important;
  padding: 14px !important;
  border-radius: 18px !important;
}

/* Override older inline styles on blog/home cards */
.card img[style],
article.card img[style] {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: contain !important;
  background: linear-gradient(180deg, #ffffff 0%, #f3f7fb 100%) !important;
  padding: 14px !important;
  border-radius: 18px !important;
  margin-bottom: 12px !important;
}

/* Keep proof screenshots readable but still same-size */
.gallery figure img,
.proof-card img {
  object-fit: cover !important;
  padding: 0 !important;
}

/* Unified video display: same width/height across all pages */
.video-card video,
.video-card.vertical video,
.videos .video-card video {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
  background: #071a2f !important;
  border-radius: 0 !important;
}

/* Video card text alignment */
.video-card p {
  min-height: 74px;
  display: flex;
  align-items: center;
  padding: 14px 16px !important;
  color: #12263f !important;
  font-weight: 800 !important;
}

/* Product card equal rhythm */
.product-card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100%;
}

.product-card > img {
  border-bottom: 1px solid #edf2f8 !important;
  border-radius: 0 !important;
}

.product-body {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px;
  flex: 1 !important;
}

.product-body .btn {
  margin-top: auto !important;
  width: 100% !important;
}

/* Make grids breathe and align */
.grid4,
.grid3,
.grid2,
.gallery,
.videos,
.order-cards,
.media-strip {
  gap: 18px !important;
}

/* Hero final polish */
.hero {
  background:
    linear-gradient(115deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.90) 42%, rgba(255,255,255,0.46) 62%, rgba(255,255,255,0.18) 100%),
    url("../img/warehouse-proof-still.jpg") center / cover no-repeat !important;
  color: #12263f !important;
  padding: 68px 0 !important;
}

.hero h1,
.hero h2 {
  color: #071a2f !important;
}

.hero .lead {
  color: #30445f !important;
}

.hero .pill {
  background: rgba(255,255,255,0.88) !important;
  color: #12263f !important;
  border: 1px solid #dce6f2 !important;
  box-shadow: 0 8px 20px rgba(7, 26, 47, 0.06) !important;
}

.hero .panel {
  background: rgba(255,255,255,0.94) !important;
  backdrop-filter: blur(12px);
}

/* Buttons */
.btn {
  border-radius: 999px !important;
}

.btn-primary,
.btn-orange {
  background: linear-gradient(135deg, #f28a10, #f26a00) !important;
  color: white !important;
}

.btn-whatsapp {
  background: linear-gradient(135deg, #32d875, #18b84d) !important;
  color: #052512 !important;
}

/* Useful links page: better visual grouping */
.linksgrid a {
  min-height: 132px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.linksgrid a::after {
  content: "↗";
  position: absolute;
  top: 18px;
  right: 18px;
  color: #64748b;
  font-weight: 900;
}

/* Forms and copy blocks */
input,
textarea,
select,
.copy {
  border-radius: 16px !important;
}

/* Footer */
.footer {
  background: linear-gradient(135deg, #06182c, #0b2748) !important;
}

.footer a {
  opacity: .92;
}

.footer a:hover {
  color: #ffffff !important;
  opacity: 1;
}

/* Mobile: keep everything readable and same-size */
@media (max-width: 760px) {
  .section {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .hero {
    padding: 42px 0 !important;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.90)),
      url("../img/warehouse-proof-still.jpg") center / cover no-repeat !important;
  }

  .product-card > img,
  .card > img,
  .gallery figure > img,
  .proof-card > img,
  .media-strip img,
  .card img[style],
  article.card img[style] {
    aspect-ratio: 4 / 3 !important;
  }

  .video-card video,
  .video-card.vertical video,
  .videos .video-card video {
    aspect-ratio: 16 / 9 !important;
  }

  .video-card p {
    min-height: auto;
  }
}
