
/* OEM & ODM page template CSS. Loaded only for page-oem-odm.php */
.oem-odm-page {
  --orange: #e97312;
  --orange-dark: #c95f0c;
  --ink: #2b2b2b;
  --muted: #777;
  --line: #e8e2dd;
  --paper: #fff;
  --soft: #f6f5f3;
  --shadow: 0 18px 50px rgba(45, 37, 30, 0.12);
  color: var(--ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
}
.oem-odm-page * { box-sizing: border-box; }
.oem-odm-page a { color: inherit; text-decoration: none; }
.oem-odm-page img { max-width: 100%; height: auto; display: block; }
.oem-odm-page .container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.oem-odm-page .container--narrow { width: min(900px, calc(100% - 40px)); }
.oem-odm-page .hero {
  position: relative; min-height: 550px; display: flex; align-items: center; overflow: hidden; color: #fff;
  width: 100vw; margin-left: calc(50% - 50vw);
}
.oem-odm-page .hero__media {
  position: absolute; inset: 0; background-size: cover; background-position: center bottom; background-repeat: no-repeat;
}
.oem-odm-page .hero__content { position: relative; z-index: 1; padding: 64px 0 42px; }
.oem-odm-page h1,.oem-odm-page h2,.oem-odm-page h3,.oem-odm-page p { overflow-wrap: anywhere; }
.oem-odm-page h1,.oem-odm-page h2,.oem-odm-page h3 { margin: 0; line-height: 1.22; font-weight: 700; }
.oem-odm-page h1 { max-width: 760px; font-size: clamp(31px, 4vw, 48px); }
.oem-odm-page h2 { color: #303030; font-size: clamp(24px, 2.5vw, 36px); }
.oem-odm-page h3 { color: #333; font-size: 17px; }
.oem-odm-page .hero__text { max-width: 670px; margin: 18px 0 26px; color: rgba(255,255,255,.88); font-size: 17px; }
.oem-odm-page .hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.oem-odm-page .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 43px; border: 0; border-radius: 999px; padding: 11px 22px; cursor: pointer; font-weight: 700; font-size: 14px; }
.oem-odm-page .btn--primary { background: var(--orange); color: #fff; box-shadow: 0 12px 26px rgba(233,115,18,.24); }
.oem-odm-page .btn--primary:hover { background: var(--orange-dark); color:#fff; }
.oem-odm-page .btn--ghost { background: rgba(255,255,255,.16); color:#fff; border:1px solid rgba(255,255,255,.45); }
.oem-odm-page .section { padding: 78px 0; }
.oem-odm-page .section--soft { background: var(--soft); width:100vw; margin-left:calc(50% - 50vw); }
.oem-odm-page .section--soft > .container { margin-left:auto; margin-right:auto; }
.oem-odm-page .section--intro { padding-top: 70px; }
.oem-odm-page .section-heading { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.oem-odm-page .section-heading p:not(.eyebrow), .oem-odm-page .why-description { margin: 12px 0 0; color: var(--muted); }
.oem-odm-page .service-grid, .oem-odm-page .case-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.oem-odm-page .image-card, .oem-odm-page .product, .oem-odm-page .feature, .oem-odm-page .process-grid article, .oem-odm-page .capability-grid article, .oem-odm-page .oem-info-card { background:var(--paper); border:1px solid var(--line); border-radius:6px; }
.oem-odm-page .image-card { padding:14px 14px 24px; box-shadow:var(--shadow); }
.oem-odm-page .image-card h3, .oem-odm-page .product h3 { margin-top:16px; }
.oem-odm-page .image-card p, .oem-odm-page .product p, .oem-odm-page .feature p, .oem-odm-page .process-grid p, .oem-odm-page .capability-grid p { margin-bottom:0; color:var(--muted); font-size:16px; }
.oem-odm-page .crop { min-height:175px; border-radius:4px; overflow:hidden; background:#eee; }
.oem-odm-page .crop img { width:100%; height:100%; min-height:175px; object-fit:cover; }
.oem-odm-page .feature-grid, .oem-odm-page .why-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.oem-odm-page .why-grid { grid-template-columns:repeat(3,1fr); }
.oem-odm-page .feature { min-height:190px; padding:26px 22px; text-align:center; transition:transform .2s ease, box-shadow .2s ease; }
.oem-odm-page .feature:hover { transform:translateY(-4px); box-shadow:var(--shadow); }
.oem-odm-page .feature--gray { background:#f2f2f2; }
.oem-odm-page .icon { display:flex; justify-content:center; align-items:center; width:100%; min-height:82px; margin-bottom:18px; color:var(--orange); }
.oem-odm-page .icon img, .oem-odm-page .oem-icon { max-width:86px; max-height:86px; object-fit:contain; margin:0 auto; }
.oem-odm-page .center { margin-top:34px; text-align:center; }
.oem-odm-page .table-wrap { overflow-x:auto; background:#fff; border:1px solid var(--line); border-radius:6px; }
.oem-odm-page table { width:100%; min-width:680px; border-collapse:collapse; text-align:left; }
.oem-odm-page th, .oem-odm-page td { padding:14px 18px; border-bottom:1px solid var(--line); }
.oem-odm-page th { background:#f0ece8; color:#333; }
.oem-odm-page tr:last-child td { border-bottom:0; }
.oem-odm-page .process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; text-align:center; }
.oem-odm-page .process-grid article { position:relative; padding:28px 20px 24px; min-height:180px; }
.oem-odm-page .process-grid span { position:absolute; top:-12px; left:20px; width:30px; height:30px; display:grid; place-items:center; background:var(--orange); color:#fff; border-radius:50%; font-weight:800; }
.oem-odm-page .process-grid .oem-icon { display:block; margin:0 auto 22px; }
.oem-odm-page .oem-info-card { display:flex; align-items:center; justify-content:center; gap:16px; padding:14px 20px; margin:22px auto 0; }
.oem-odm-page .oem-info-icon { width:44px; height:44px; object-fit:contain; }
.oem-odm-page .oem-info-text strong { font-size:16px; color:#111; }
.oem-odm-page .oem-info-text span { font-weight:400; color:#555; margin-left:16px; }
.oem-odm-page .capability-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.oem-odm-page .capability-grid article { padding:28px; }
.oem-odm-page .capability-grid li, .oem-odm-page .case-list li { margin-left:16px; color:#666; }
.oem-odm-page .product-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.oem-odm-page .product { padding:12px 12px 20px; min-width:0; }
.oem-odm-page .product .crop, .oem-odm-page .product .crop img { min-height:145px; }
.oem-odm-page .product a { display:inline-flex; margin-top:14px; color:var(--orange); font-size:13px; font-weight:800; }
.oem-odm-page .section--projects { background:#fbfaf9; width:100vw; margin-left:calc(50% - 50vw); }
.oem-odm-page .section--projects > .container { margin-left:auto; margin-right:auto; }
.oem-odm-page .section--cta { position:relative; min-height:550px; height:550px; display:flex; align-items:center; justify-content:center; color:#fff; overflow:hidden; width:100vw; margin-left:calc(50% - 50vw); }
.oem-odm-page .cta-content { position:relative; z-index:1; text-align:center; width:min(1180px, calc(100% - 40px)); margin:0 auto; }
.oem-odm-page .cta-content h2 { font-size:clamp(26px,3.2vw,42px); color:#fff; }
.oem-odm-page .cta-content p { max-width:680px; margin:14px auto 24px; color:rgba(255,255,255,.86); }
.oem-odm-page .cta-bg { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.oem-odm-page .section--cta::after { content:""; position:absolute; inset:0; background:rgba(0,0,0,.45); }
@media (max-width:980px) {
  .oem-odm-page .hero { min-height:520px; }
  .oem-odm-page .feature-grid, .oem-odm-page .why-grid, .oem-odm-page .process-grid, .oem-odm-page .product-grid { grid-template-columns:repeat(2,1fr); }
  .oem-odm-page .service-grid, .oem-odm-page .case-grid { grid-template-columns:1fr; }
}
@media (max-width:620px) {
  .oem-odm-page { font-size:16px; }
  .oem-odm-page .container, .oem-odm-page .container--narrow { width:min(100% - 28px,1180px); }
  .oem-odm-page .hero { min-height:610px; }
  .oem-odm-page .feature-grid, .oem-odm-page .why-grid, .oem-odm-page .process-grid, .oem-odm-page .product-grid, .oem-odm-page .capability-grid { grid-template-columns:1fr; }
  .oem-odm-page .section { padding:58px 0; }
  .oem-odm-page .btn { width:100%; }
  .oem-odm-page .oem-info-card { align-items:flex-start; text-align:left; }
  .oem-odm-page .oem-info-text span { display:block; margin-left:0; margin-top:4px; }
}
/* Force OEM page full width in Astra */
body.page-template-page-oem-odm .site-content .ast-container,
body.page-template-page-oem-odm .site-content .content-area,
body.page-template-page-oem-odm .site-content .entry-content {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page-template-page-oem-odm .entry-content {
  margin: 0 !important;
}

body.page-template-page-oem-odm .oem-odm-page .hero {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
}
