/* FFC OEM Packaging V0.1
   Scope: /oem-packaging/ page only. Does not modify homepage, factory-strength page, header, navigation, footer, phone fields, Rank Math, or database. */
:root{
  --oem-v01-bg:#06101c;
  --oem-v01-bg-deep:#02070d;
  --oem-v01-panel:rgba(8,22,36,.84);
  --oem-v01-panel-2:rgba(10,28,45,.72);
  --oem-v01-line:rgba(124,175,244,.18);
  --oem-v01-line-soft:rgba(255,255,255,.075);
  --oem-v01-blue:#126ee8;
  --oem-v01-blue-bright:#2f8cff;
  --oem-v01-text:#f1f6ff;
  --oem-v01-muted:rgba(219,230,244,.72);
  --oem-v01-muted-2:rgba(219,230,244,.56);
  --oem-v01-max:1560px;
  --oem-v01-radius:14px;
  --oem-v01-shadow:0 24px 70px rgba(0,0,0,.34), 0 0 0 1px rgba(255,255,255,.03) inset;
}

body:has(.ffc-oem-v01){
  margin:0!important;
  padding:0!important;
  background:var(--oem-v01-bg)!important;
}
body:has(.ffc-oem-v01) .wp-site-blocks{
  margin:0!important;
  padding:0!important;
  gap:0!important;
  background:var(--oem-v01-bg)!important;
}
body:has(.ffc-oem-v01) .wp-site-blocks > *,
body:has(.ffc-oem-v01) .wp-site-blocks > * + *{
  margin-block-start:0!important;
  margin-block-end:0!important;
}

.ffc-oem-v01{
  position:relative;
  margin:0!important;
  padding:0!important;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 0%, rgba(18,110,232,.18), transparent 30%),
    radial-gradient(circle at 6% 18%, rgba(18,110,232,.12), transparent 28%),
    linear-gradient(180deg,#06101c 0%,#02070d 100%);
  color:var(--oem-v01-text);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;
}
.ffc-oem-v01 *{box-sizing:border-box;}
.ffc-oem-v01 a{color:inherit;text-decoration:none;}
.ffc-oem-main{margin:0!important;padding:0!important;}

.ffc-oem-hero{
  position:relative;
  min-height:430px;
  overflow:hidden;
  background:#03101d;
}
.ffc-oem-hero__bg{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(90deg, rgba(2,9,17,.93) 0%, rgba(2,9,17,.78) 34%, rgba(2,9,17,.44) 63%, rgba(2,9,17,.26) 100%),
    linear-gradient(180deg, rgba(2,9,17,.12) 0%, rgba(2,9,17,.28) 58%, rgba(6,16,28,.94) 100%),
    url('../img/oem-packaging-boxes.jpg');
  background-size:cover;
  background-position:center center;
  filter:saturate(.82) contrast(1.04) brightness(.72);
  transform:scale(1.015);
}
.ffc-oem-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 31% 8%, rgba(47,140,255,.18), transparent 22%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.018) 0 1px, transparent 1px 74px);
  opacity:.44;
  pointer-events:none;
}
.ffc-oem-hero::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;height:118px;
  background:linear-gradient(180deg, rgba(6,16,28,0) 0%, rgba(6,16,28,.95) 100%);
  pointer-events:none;
}
.ffc-oem-hero__inner{
  position:relative;
  z-index:2;
  width:min(100%,var(--oem-v01-max));
  margin:0 auto;
  padding:52px 34px 110px;
}
.ffc-oem-kicker{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 18px;
  color:var(--oem-v01-blue-bright);
  font-size:16px;
  font-weight:850;
  letter-spacing:.04em;
}
.ffc-oem-kicker::before{
  content:"";
  width:4px;height:4px;border-radius:50%;
  background:var(--oem-v01-blue-bright);
  box-shadow:0 0 14px rgba(47,140,255,.8);
}
.ffc-oem-hero h1{
  max-width:880px;
  margin:0;
  color:#fff;
  font-size:clamp(48px,6vw,82px);
  line-height:1.02;
  font-weight:850;
  letter-spacing:-.055em;
  text-shadow:0 18px 36px rgba(0,0,0,.42);
}
.ffc-oem-hero__lead{
  width:min(100%,860px);
  margin:26px 0 0;
  color:rgba(255,255,255,.90);
  font-size:clamp(18px,1.55vw,23px);
  line-height:1.84;
  font-weight:520;
  letter-spacing:-.015em;
}
.ffc-oem-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:18px;
  margin-top:32px;
}
.ffc-oem-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:188px;
  min-height:46px;
  padding:0 26px;
  border-radius:6px;
  font-size:15px;
  font-weight:850;
  letter-spacing:.02em;
  transition:transform .24s cubic-bezier(.34,1.56,.64,1), border-color .24s cubic-bezier(.4,0,.2,1), background .24s cubic-bezier(.4,0,.2,1), box-shadow .24s cubic-bezier(.4,0,.2,1);
}
.ffc-oem-btn:hover{transform:translateY(-2px);}
.ffc-oem-btn--primary{
  background:linear-gradient(135deg,#126ee8,#075ad4);
  color:#fff;
  box-shadow:0 16px 30px rgba(18,110,232,.28);
}
.ffc-oem-btn--ghost{
  color:#fff;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.035);
}
.ffc-oem-btn--ghost:hover{
  border-color:rgba(47,140,255,.46);
  background:rgba(47,140,255,.08);
}

.ffc-oem-overview{
  position:relative;
  z-index:4;
  width:min(calc(100% - 68px),var(--oem-v01-max));
  margin:-60px auto 0!important;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:0;
  background:linear-gradient(135deg,rgba(12,28,44,.94),rgba(8,18,32,.88));
  border:1px solid var(--oem-v01-line);
  border-radius:8px;
  box-shadow:var(--oem-v01-shadow);
  backdrop-filter:blur(18px);
  overflow:hidden;
}
.ffc-oem-overview__item{
  min-height:110px;
  padding:26px 32px;
  border-left:1px solid rgba(255,255,255,.08);
}
.ffc-oem-overview__item:first-child{border-left:0;}
.ffc-oem-overview__item span{
  display:block;
  color:var(--oem-v01-blue-bright);
  font-size:13px;
  font-weight:850;
  letter-spacing:.08em;
  margin-bottom:10px;
}
.ffc-oem-overview__item strong{
  display:block;
  color:#fff;
  font-size:22px;
  line-height:1.35;
  font-weight:760;
  letter-spacing:-.02em;
}

.ffc-oem-sections{
  width:min(calc(100% - 68px),var(--oem-v01-max));
  margin:22px auto 76px!important;
  display:grid;
  grid-template-columns:.94fr 1.06fr;
  gap:24px;
}
.ffc-oem-card{
  position:relative;
  overflow:hidden;
  min-height:230px;
  padding:32px 34px;
  background:
    linear-gradient(145deg,rgba(47,140,255,.08),transparent 38%),
    linear-gradient(180deg,var(--oem-v01-panel),rgba(5,17,29,.86));
  border:1px solid var(--oem-v01-line);
  border-radius:8px;
  box-shadow:0 18px 48px rgba(0,0,0,.24), inset 0 0 0 1px rgba(255,255,255,.025);
}
.ffc-oem-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 12% 0%,rgba(47,140,255,.16),transparent 34%);
  opacity:.72;
  pointer-events:none;
}
.ffc-oem-card > *{position:relative;z-index:1;}
.ffc-oem-card h2{
  margin:0 0 20px;
  color:#fff;
  font-size:clamp(28px,2.4vw,42px);
  line-height:1.15;
  font-weight:820;
  letter-spacing:-.045em;
}
.ffc-oem-card p{
  margin:0;
  color:var(--oem-v01-muted);
  font-size:16px;
  line-height:1.86;
}
.ffc-oem-card p + p{margin-top:22px;}
.ffc-oem-card ul{
  list-style:none;
  margin:24px 0 0;
  padding:0;
  display:grid;
  gap:14px;
}
.ffc-oem-card li{
  position:relative;
  padding-left:28px;
  color:rgba(241,246,255,.86);
  font-size:16px;
  line-height:1.55;
}
.ffc-oem-card li::before{
  content:"";
  position:absolute;
  left:0;top:.68em;
  width:7px;height:7px;
  border-radius:50%;
  background:var(--oem-v01-blue-bright);
  box-shadow:0 0 16px rgba(47,140,255,.68);
}
.ffc-oem-card--content{grid-row:span 2;}
.ffc-oem-card--principle{
  min-height:238px;
}
.ffc-oem-card--packaging{
  min-height:360px;
  padding-right:38%;
}
.ffc-oem-card--packaging::after{
  content:"";
  position:absolute;
  right:0;top:0;bottom:0;
  width:38%;
  background-image:
    linear-gradient(90deg,rgba(5,17,29,.90) 0%,rgba(5,17,29,.48) 24%,rgba(5,17,29,.08) 100%),
    url('../img/oem-packaging-boxes.jpg');
  background-size:cover;
  background-position:center center;
  filter:saturate(.85) contrast(1.02) brightness(.78);
  opacity:.92;
}
.ffc-oem-card--special{
  grid-column:1 / span 2;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:start;
}
.ffc-oem-card--special .ffc-oem-special__copy p:last-child{margin-top:24px;}
.ffc-oem-card--special .ffc-oem-special__list{
  margin-top:4px;
  padding:28px 30px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.075);
  border-radius:8px;
}
.ffc-oem-cta{
  grid-column:1 / span 2;
  display:grid;
  grid-template-columns:1fr auto;
  gap:28px;
  align-items:center;
  min-height:250px;
  background:
    linear-gradient(90deg,rgba(10,28,45,.96),rgba(6,16,28,.78)),
    url('../img/factory-strength-yard.jpg');
  background-size:cover;
  background-position:center center;
}
.ffc-oem-cta h2{margin-bottom:16px;}
.ffc-oem-cta .ffc-oem-actions{margin-top:0;justify-content:flex-end;}

@media (max-width:1100px){
  .ffc-oem-overview{grid-template-columns:1fr;}
  .ffc-oem-overview__item{border-left:0;border-top:1px solid rgba(255,255,255,.08);}
  .ffc-oem-overview__item:first-child{border-top:0;}
  .ffc-oem-sections{grid-template-columns:1fr;}
  .ffc-oem-card--content,
  .ffc-oem-card--special,
  .ffc-oem-cta{grid-column:auto;grid-row:auto;}
  .ffc-oem-card--special{grid-template-columns:1fr;}
  .ffc-oem-cta{grid-template-columns:1fr;}
  .ffc-oem-cta .ffc-oem-actions{justify-content:flex-start;}
}
@media (max-width:760px){
  .ffc-oem-hero__inner{padding:38px 20px 90px;}
  .ffc-oem-hero{min-height:440px;}
  .ffc-oem-hero h1{font-size:clamp(40px,14vw,58px);letter-spacing:-.05em;}
  .ffc-oem-hero__lead{font-size:16px;line-height:1.78;}
  .ffc-oem-actions{gap:12px;}
  .ffc-oem-btn{width:100%;min-width:0;}
  .ffc-oem-overview,
  .ffc-oem-sections{width:min(calc(100% - 32px),var(--oem-v01-max));}
  .ffc-oem-card{padding:26px 22px;}
  .ffc-oem-card--packaging{padding-right:22px;padding-bottom:210px;}
  .ffc-oem-card--packaging::after{left:0;top:auto;width:100%;height:190px;}
  .ffc-oem-card h2{font-size:29px;}
  .ffc-oem-card p,.ffc-oem-card li{font-size:15px;}
  .ffc-oem-card--special .ffc-oem-special__list{padding:22px 20px;}
}
