/*
Theme Name: MAGPRT Pro
Theme URI: https://magprt.com
Author: Shenzhen Jinruihua Technology Co., Ltd.
Description: Industrial B2B marketing theme for MAGPRT wall printers.
Version: 1.0.0
Text Domain: magprt-pro
*/

:root {
  --bg: #08090b;
  --panel: #12151b;
  --panel-2: #191d25;
  --text: #f7f7f8;
  --muted: #a9b0bc;
  --line: rgba(255, 255, 255, .11);
  --red: #e50914;
  --red-2: #ff3b30;
  --white: #fff;
  --ink: #0c0f14;
  --shadow: 0 26px 80px rgba(0, 0, 0, .36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Noto Sans", sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.eyebrow {
  color: var(--red-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8, 9, 11, .84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: .05em;
}
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand span { display: grid; line-height: 1.05; }
.brand small { color: var(--muted); font-size: 11px; letter-spacing: .04em; font-weight: 600; }
.menu {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #d8dce4;
  font-size: 14px;
}
.menu a:hover { color: var(--white); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 160px;
  overflow: hidden;
  color: #d8dce4;
  font-size: 12px;
}
.lang-switch a { padding: 4px 2px; color: var(--muted); }
.lang-switch a:hover { color: var(--white); }
.google-translate-shell,
.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt { display: none !important; }
body { top: 0 !important; }
.cart-link,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 4px;
  font-weight: 800;
  border: 1px solid var(--line);
}
.btn-primary { background: var(--red); border-color: var(--red); color: white; box-shadow: 0 16px 34px rgba(229, 9, 20, .28); }
.btn-ghost { background: rgba(255,255,255,.05); }
.cart-link { width: 42px; padding: 0; background: rgba(255,255,255,.06); }
.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.hero-badge {
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.07);
  border-radius: 999px;
  color: #eef1f6;
  font-size: 13px;
  font-weight: 800;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,9,11,.98) 0%, rgba(8,9,11,.86) 40%, rgba(8,9,11,.18) 78%),
    linear-gradient(180deg, rgba(8,9,11,.05) 0%, #08090b 100%);
  z-index: 1;
}
.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  filter: saturate(1.04) contrast(1.02);
}
.hero .container { position: relative; z-index: 2; }
.hero-copy { width: min(720px, 100%); padding: 92px 0; }
.hero h1 {
  margin: 16px 0 20px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .98;
  letter-spacing: 0;
}
.hero p { width: min(610px, 100%); color: #d8dce4; font-size: clamp(17px, 2vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 52px;
  border: 1px solid var(--line);
  background: var(--line);
  width: min(760px, 100%);
}
.metric { padding: 18px; background: rgba(12, 15, 20, .78); }
.metric strong { display: block; color: white; font-size: 24px; line-height: 1; }
.metric span { color: var(--muted); font-size: 12px; }
.section { padding: 98px 0; }
.section-tight { padding: 58px 0; }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 34px;
}
.section h2 { margin: 8px 0 0; font-size: clamp(30px, 4vw, 52px); line-height: 1.05; }
.section-lead { color: var(--muted); width: min(560px, 100%); margin: 0; }
.dark-band { background: #0b0d11; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card {
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.card-body { padding: 24px; }
.card h3 { margin: 0 0 10px; font-size: 21px; }
.card p { color: var(--muted); margin: 0; }
.placeholder-card,
.video-placeholder,
.image-placeholder,
.media-slot {
  position: relative;
  min-height: 280px;
  border: 2px dashed rgba(229,9,20,.78);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(229,9,20,.26), rgba(255,255,255,.05)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.08) 0 1px, transparent 1px 18px),
    #11151d;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 22px 70px rgba(229,9,20,.12);
}
.placeholder-card::before,
.video-placeholder::before,
.image-placeholder::before,
.media-slot::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 18%, rgba(229,9,20,.22), transparent 36%);
  pointer-events: none;
}
.placeholder-card::after,
.video-placeholder::after,
.image-placeholder::after,
.media-slot::after {
  content: "MEDIA PLACEHOLDER";
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(229,9,20,.92);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}
.placeholder-content {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: inherit;
  display: grid;
  align-content: end;
  padding: 24px;
}
.placeholder-content span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 10px;
  background: #fff;
  border-radius: 4px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.placeholder-content h3 { margin: 0 0 8px; font-size: 24px; }
.placeholder-content p { color: var(--muted); margin: 0; }
.media-slot {
  border-style: solid;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035)),
    #11151d;
  box-shadow: var(--shadow);
}
.media-slot::after { content: attr(data-slot); }
.slot-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  min-height: 360px;
}
.slot-preview {
  margin: 20px;
  border: 1px dashed rgba(255,255,255,.32);
  border-radius: 8px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(229,9,20,.24), rgba(255,255,255,.04)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.08) 0 2px, transparent 2px 18px);
}
.slot-preview strong {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(229,9,20,.94);
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 1.1;
  box-shadow: 0 22px 54px rgba(229,9,20,.28);
}
.slot-copy {
  padding: 34px 28px;
  align-self: end;
}
.slot-copy h3 { margin: 0 0 12px; font-size: clamp(24px, 3vw, 36px); line-height: 1.05; }
.slot-copy p { margin: 0; color: var(--muted); }
.slot-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.slot-tags span {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: #eef1f6;
  background: rgba(255,255,255,.06);
  font-size: 12px;
  font-weight: 800;
}
.slot-spec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 24px;
}
.slot-spec div {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(0,0,0,.18);
}
.slot-spec b { display: block; font-size: 12px; color: var(--red-2); text-transform: uppercase; letter-spacing: .08em; }
.slot-spec span { color: #fff; font-size: 13px; }
.feature-marquee {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  align-items: stretch;
}
.feature-hero-card {
  padding: 34px;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(229,9,20,.2), rgba(255,255,255,.04) 48%),
    var(--panel);
  display: grid;
  align-content: space-between;
}
.feature-hero-card h2 { margin-top: 0; font-size: clamp(34px, 5vw, 64px); line-height: 1; }
.auto-flow {
  display: grid;
  gap: 12px;
}
.auto-flow-step {
  padding: 20px;
  min-height: 132px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
}
.auto-flow-step b {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--red);
  color: white;
  margin-bottom: 16px;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.trust-item {
  min-height: 148px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
}
.trust-item strong {
  display: block;
  color: white;
  font-size: 22px;
  margin-bottom: 20px;
}
.trust-item p { color: var(--muted); margin: 0; font-size: 13px; }
.case-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.case-showcase .media-slot:first-child { grid-row: span 2; }
.mini-cta-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.mini-cta {
  padding: 22px;
  border: 1px solid rgba(229,9,20,.34);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(229,9,20,.18), rgba(255,255,255,.035));
}
.mini-cta b { display: block; color: white; margin-bottom: 8px; font-size: 18px; }
.mini-cta p { margin: 0; color: var(--muted); }
.video-placeholder {
  aspect-ratio: 16 / 9;
  min-height: auto;
}
.video-placeholder::after { content: "VIDEO PLACEHOLDER"; }
.image-placeholder::after { content: "IMAGE PLACEHOLDER"; }
.video-placeholder .placeholder-content {
  min-height: auto;
  aspect-ratio: 16 / 9;
  place-content: center;
  text-align: center;
}
.play-icon {
  width: 72px;
  height: 72px;
  display: inline-grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--red);
  color: white;
  font-weight: 900;
  box-shadow: 0 20px 52px rgba(229, 9, 20, .34);
}
.conversion-band {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
  box-shadow: var(--shadow);
}
.conversion-item {
  padding: 28px;
  background: linear-gradient(180deg, rgba(25,29,37,.96), rgba(10,12,16,.96));
}
.conversion-item strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  color: white;
  margin-bottom: 12px;
}
.conversion-item b { display: block; margin-bottom: 8px; }
.conversion-item p { margin: 0; color: var(--muted); }
.pain-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 18px;
  align-items: stretch;
}
.pain-list {
  display: grid;
  gap: 12px;
}
.pain-item {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
}
.pain-item b { display: block; color: white; margin-bottom: 6px; }
.solution-stack {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.product-line-grid {
  display: grid;
  grid-template-columns: 1.15fr .925fr .925fr;
  gap: 18px;
}
.product-line-card {
  min-height: 460px;
  display: grid;
  align-content: end;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #11151d;
  box-shadow: var(--shadow);
}
.product-line-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .58;
}
.product-line-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,9,11,.05), rgba(8,9,11,.92));
}
.product-line-card .card-body { position: relative; z-index: 2; }
.product-line-card.featured { min-height: 540px; }
.product-line-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
}
.product-line-tags span {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: #eef1f6;
  font-size: 12px;
  font-weight: 800;
}
.solution-tile {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035));
}
.solution-tile em {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--red);
  color: #fff;
  font-style: normal;
  font-weight: 900;
  margin-bottom: 30px;
}
.media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.media-grid .placeholder-card { min-height: 340px; }
.proof-wall {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
}
.proof-list {
  display: grid;
  gap: 12px;
}
.proof-list a,
.proof-list div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
}
.sales-strip {
  position: relative;
  z-index: 3;
  margin-top: -54px;
}
.sales-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
  box-shadow: var(--shadow);
}
.sales-pill {
  min-height: 132px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(25,29,37,.96), rgba(10,12,16,.96));
}
.sales-pill b {
  display: block;
  color: white;
  margin-bottom: 8px;
  font-size: 18px;
}
.sales-pill span { color: var(--muted); font-size: 13px; }
.impact-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
}
.impact-card {
  min-height: 390px;
  display: grid;
  align-content: end;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #10131a;
}
.impact-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .62;
}
.impact-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,9,11,.05), rgba(8,9,11,.92));
}
.impact-card .card-body { position: relative; z-index: 2; }
.scenario-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.scenario {
  min-height: 128px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
}
.scenario b { display: block; color: white; margin-bottom: 20px; }
.scenario span { color: var(--muted); font-size: 12px; }
.profit-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.profit-card {
  padding: 28px;
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(229,9,20,.18), rgba(255,255,255,.03) 44%),
    var(--panel);
}
.profit-card strong {
  display: block;
  font-size: clamp(34px, 5vw, 58px);
  line-height: .95;
  color: white;
  margin-bottom: 18px;
}
.profit-card p { color: var(--muted); margin: 0; }
.process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.process-step {
  padding: 24px;
  background: #0d1016;
  min-height: 190px;
}
.process-step em {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  background: var(--red);
  color: white;
  font-style: normal;
  font-weight: 900;
  border-radius: 4px;
  margin-bottom: 28px;
}
.compare {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid var(--line);
}
.compare-row:last-child { border-bottom: 0; }
.compare-row > div {
  padding: 18px;
  border-right: 1px solid var(--line);
}
.compare-row > div:last-child { border-right: 0; }
.compare-head { background: #171b23; font-weight: 900; color: white; }
.compare-good { color: #fff; background: rgba(229,9,20,.12); }
.compare-muted { color: var(--muted); }
.urgent-cta {
  padding: 28px;
  border: 1px solid rgba(229,9,20,.42);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(229,9,20,.2), rgba(255,255,255,.04));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.urgent-cta h3 { margin: 0 0 6px; font-size: 26px; }
.urgent-cta p { margin: 0; color: var(--muted); }
.product-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #fff; }
.certificate-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: contain; background: #fff; padding: 10px; }
.feature-card { min-height: 240px; padding: 24px; }
.feature-card strong {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  background: var(--red);
  border-radius: 4px;
  margin-bottom: 42px;
}
.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 42px;
  align-items: center;
}
.split-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.split-media img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); }
.split-media img:first-child { grid-row: span 2; }
.spec-list { display: grid; gap: 12px; margin-top: 26px; }
.spec-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.spec-row span { color: var(--muted); }
.cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #11151d 0%, #07080a 48%, #3d0508 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cta-inner {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 34px;
  align-items: center;
  padding: 74px 0;
}
.cta h2 { font-size: clamp(32px, 4.8vw, 62px); line-height: 1.02; margin: 0 0 18px; }
.cta p { color: #d8dce4; font-size: 18px; }
.download-row,
.post-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.download-row span,
.post-row span { color: var(--muted); font-size: 14px; }
.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-link {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100%;
  isolation: isolate;
}
.video-link img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .66;
  z-index: -1;
}
.play-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--red);
  color: white;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(229, 9, 20, .34);
}
.contact-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}
.contact-panel input,
.contact-panel textarea,
.contact-panel select {
  width: 100%;
  min-height: 46px;
  background: #0b0d11;
  border: 1px solid var(--line);
  color: white;
  border-radius: 4px;
  padding: 12px 14px;
}
.contact-panel textarea { min-height: 132px; }
.contact-panel input[type="submit"] {
  cursor: pointer;
  background: var(--red);
  border-color: var(--red);
  color: white;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(229, 9, 20, .22);
}
.floating-chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  background: var(--red);
  color: white;
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(229, 9, 20, .38);
}
.site-footer { padding: 54px 0; background: #050608; border-top: 1px solid var(--line); color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); gap: 34px; }
.footer-grid h3 { color: white; margin-top: 0; }
.footer-grid a { display: block; margin: 9px 0; color: var(--muted); }
.footer-grid a:hover { color: white; }
.archive-main,
.page-main { padding: 82px 0; min-height: 60vh; }
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button { background: var(--red) !important; color: #fff !important; border-radius: 4px !important; }
.woocommerce div.product,
.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account,
.woocommerce-page main { color: var(--text); }

@media (max-width: 980px) {
  .menu { display: none; }
  .hero { min-height: 680px; }
  .metrics, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3, .split, .cta-inner, .contact-panel, .footer-grid, .impact-grid, .profit-board, .pain-grid, .proof-wall, .feature-marquee, .case-showcase, .product-line-grid { grid-template-columns: 1fr; }
  .sales-strip { margin-top: 0; }
  .sales-strip-grid, .process, .solution-stack, .conversion-band, .trust-grid, .mini-cta-row { grid-template-columns: repeat(2, 1fr); }
  .scenario-grid, .media-grid { grid-template-columns: repeat(2, 1fr); }
  .slot-layout { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-header { padding-bottom: 38px; }
  .nav { min-height: 68px; }
  .brand small { display: none; }
  .lang-switch {
    position: absolute;
    left: 16px;
    top: 62px;
    z-index: 52;
    display: flex;
    gap: 7px;
    max-width: calc(100vw - 32px);
    padding: 6px 8px;
    background: rgba(8, 9, 11, .78);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 999px;
    backdrop-filter: blur(12px);
  }
  .lang-switch a { font-size: 11px; line-height: 1; }
  .hero-copy { padding: 72px 0; }
  .hero::before { background: linear-gradient(90deg, rgba(8,9,11,.98), rgba(8,9,11,.72)); }
  .metrics { grid-template-columns: 1fr 1fr; }
  .section { padding: 70px 0; }
  .section-head { display: block; }
  .sales-strip-grid, .process, .scenario-grid, .solution-stack, .conversion-band, .media-grid, .trust-grid, .mini-cta-row, .slot-spec { grid-template-columns: 1fr; }
  .compare-row { grid-template-columns: 1fr; }
  .compare-row > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .compare-row > div:last-child { border-bottom: 0; }
  .compare-row:not(.compare-head) > div::before {
    display: block;
    margin-bottom: 8px;
    color: var(--red-2);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .compare-row:not(.compare-head) > div:nth-child(1)::before { content: "Dimension"; }
  .compare-row:not(.compare-head) > div:nth-child(2)::before { content: "Traditional Machine"; }
  .compare-row:not(.compare-head) > div:nth-child(3)::before { content: "MAGPRT Advantage"; }
  .urgent-cta { display: block; }
  .urgent-cta .btn { margin-top: 18px; width: 100%; }
  .split-media { grid-template-columns: 1fr; }
  .download-row, .post-row { grid-template-columns: 1fr; }
  .floating-chat { right: 12px; bottom: 12px; padding: 10px 12px; font-size: 12px; }
}
