.header-main,
.navbar {
  background: #fff !important;
}

.header-main a,
.navbar a,
header a {
  color: #0b1b2b !important;
}

header {
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black:   #0c0c0b;
  --dark:    #1c1c1a;
  --mid:     #5a5a58;
  --light:   #9a9a98;
  --rule:    #e4e4e0;
  --bg:      #ffffff;
  --bg-off:  #f7f7f4;
  --bg-deep: #f0f0ec;
  --accent:  #e84c2b;
  --accent2: #f5d2ca;
  --H: 'Barlow Condensed', sans-serif;
  --B: 'Barlow', sans-serif;
  --M: 'DM Mono', monospace;
}


html { scroll-behavior: smooth; }
body { font-family: var(--B); background: var(--bg); color: var(--black); -webkit-font-smoothing: antialiased; }

/* ── BREADCRUMB ── */
.breadcrumb { padding: 18px 64px; border-bottom: 1px solid var(--rule); display: flex; align-items: center; gap: 10px; font-family: var(--M); font-size: 10px; letter-spacing: 0.14em; color: var(--light); text-transform: uppercase; }
.breadcrumb a { color: var(--light); text-decoration: none; } .breadcrumb a:hover { color: var(--mid); }
.breadcrumb .sep { color: var(--rule); }
.breadcrumb .cur { color: var(--mid); }

/* ── HERO ── */
.hero {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 90vh; border-bottom: 1px solid var(--rule);
}
.hero-left {
  padding: 88px 64px; display: flex; flex-direction: column; justify-content: center;
  border-right: 1px solid var(--rule);
}
.hero-eyebrow { font-family: var(--M); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); margin-bottom: 28px; display: flex; align-items: center; gap: 12px; }
.hero-eyebrow::before { content: ''; display: block; width: 28px; height: 1px; background: var(--accent); }
.hero-model { font-family: var(--H); font-size: 18px; font-weight: 700; letter-spacing: 0.2em; color: var(--light); text-transform: uppercase; margin-bottom: 8px; }
.hero-h1 { font-family: var(--H); font-size: clamp(72px, 7vw, 108px); font-weight: 900; line-height: 0.88; text-transform: uppercase; color: var(--black); margin-bottom: 36px; letter-spacing: -0.01em; }
.hero-h1 em { color: var(--accent); font-style: normal; }
.hero-desc { font-size: 16px; line-height: 1.85; color: var(--mid); max-width: 440px; margin-bottom: 52px; }
.hero-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 52px; }
.badge { font-family: var(--M); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; padding: 6px 14px; border: 1px solid var(--rule); color: var(--mid); }
.badge.hot { border-color: var(--accent); color: var(--accent); }
.hero-actions { display: flex; gap: 14px; align-items: center; }
.btn-prim { font-family: var(--B); font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; background: var(--black); color: #fff; padding: 15px 36px; text-decoration: none; transition: background .2s, transform .15s; }
.btn-prim:hover { background: var(--accent); transform: translateY(-1px); }
.btn-sec { font-family: var(--B); font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; background: transparent; color: var(--black); padding: 15px 36px; text-decoration: none; border: 1px solid var(--rule); transition: border-color .2s; }
.btn-sec:hover { border-color: var(--black); }

/* Hero Right - machine visual */
.hero-right { background: var(--bg-off); display: flex; flex-direction: column; position: relative; overflow: hidden; }
.hero-visual-area { flex: 1; display: flex; align-items: center; justify-content: center; padding: 60px; }
.machine-svg { width: 100%; max-width: 460px; }
.hero-specs-strip { border-top: 1px solid var(--rule); display: grid; grid-template-columns: repeat(3, 1fr); }
.strip-stat { padding: 32px 28px; border-right: 1px solid var(--rule); }
.strip-stat:last-child { border-right: none; }
.strip-num { font-family: var(--H); font-size: 38px; font-weight: 900; color: var(--black); line-height: 1; margin-bottom: 6px; }
.strip-label { font-family: var(--M); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--light); line-height: 1.5; }

/* ── OVERVIEW BAND ── */
.overview-band { background: var(--black); color: #fff; padding: 40px 64px; display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: start; border-bottom: 1px solid #222; }
.ov-label { font-family: var(--M); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: #555; margin-bottom: 20px; }
.ov-heading { font-family: var(--H); font-size: 54px; font-weight: 900; text-transform: uppercase; line-height: 0.9; }
.ov-heading em { color: var(--accent); font-style: normal; }
.ov-body { font-size: 17px; line-height: 1.9; color: #909090; }
.ov-body strong { color: #000000; font-weight: 500; }

/* ── SECTION SHELL ── */
.section { padding: 40px 64px; border-bottom: 1px solid var(--rule); }
.section.alt { background: var(--bg-off); }
.sec-header { display: grid; grid-template-columns: 1fr; gap: 60px; margin-bottom: 72px; align-items: end; }
.sec-label { font-family: var(--M); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--light); margin-bottom: 14px; }
.sec-title { font-family: var(--H); font-size: clamp(42px, 4vw, 62px); font-weight: 900; text-transform: uppercase; line-height: 0.92; color: var(--black); }
.sec-intro { font-size: 15px; line-height: 1.85; color: var(--mid); align-self: end; }
.sec-header{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.sec-intro{
    width:100%;
    max-width:none;
}
/* ── SPEC TABLES ── */
.spec-table { width: 100%; border-collapse: collapse; border: 1px solid var(--rule); border-top: none; }
.spec-table tr { border-bottom: 1px solid var(--rule); }
.spec-table tr:last-child { border-bottom: none; }
.spec-table tr:hover td { background: var(--bg-deep); }
.spec-table td { padding: 20px 28px; vertical-align: top; }
.spec-table td:first-child { font-family: var(--M); font-size: 11px; letter-spacing: 0.1em; color: var(--mid); text-transform: uppercase; width: 38%; border-right: 1px solid var(--rule); white-space: nowrap; }
.spec-table td:last-child { font-size: 15px; font-weight: 400; color: var(--black); line-height: 1.6; }
.spec-table td:last-child strong { font-weight: 500; color: var(--accent); }

/* ── FEATURES GRID ── */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--rule); }
.feat-card { padding: 44px 36px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); transition: background .2s; }
.feat-card:hover { background: var(--bg-off); }
.feat-card:nth-child(3n) { border-right: none; }
.feat-card:nth-last-child(-n+3) { border-bottom: none; }
.feat-icon { width: 44px; height: 44px; margin-bottom: 26px; }
.feat-icon svg { width: 44px; height: 44px; stroke: var(--black); fill: none; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.feat-title { font-family: var(--H); font-size: 21px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; color: var(--black); margin-bottom: 12px; }
.feat-desc { font-size: 14px; line-height: 1.8; color: var(--mid); }

/* ── MATERIALS BAND ── */
.mat-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--rule); }
.mat-card { padding: 36px 28px; border-right: 1px solid var(--rule); background: var(--bg); transition: background .2s; }
.mat-card:last-child { border-right: none; }
.mat-card:hover { background: var(--bg-off); }
.mat-dot { width: 8px; height: 8px; background: var(--accent); margin-bottom: 12px; margin-top: 12px;}
.mat-name { font-family: var(--H); font-size: 20px; font-weight: 800; text-transform: uppercase; color: var(--black); margin-bottom: 6px; }
.mat-note { font-family: var(--M); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--light); line-height: 1.6; }
.material-img{
    width:100%;
    height:220px;

    object-fit:cover;

    display:block;

    transition:0.4s ease;
}

.material-card:hover .material-img{
    transform:scale(1.03);
}
/* ── SPEC TABS ── */
.spec-tabs-wrap { margin-top: 0; }
.tab-bar {
  display: flex; border-bottom: 1px solid var(--rule);
  margin-bottom: 0; gap: 0; overflow-x: auto;
}
.tab-btn {
  font-family: var(--M); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 18px 28px; border: none; background: transparent; color: var(--light);
  cursor: pointer; white-space: nowrap; position: relative; transition: color .2s;
  border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.tab-btn:hover { color: var(--mid); }
.tab-btn.active { color: var(--black); border-bottom-color: var(--accent); }
.tab-pane { display: none; }
.tab-pane.active { display: block; }

/* ── THROUGHPUT VIZ ── */
.throughput-section { padding: 40px 64px; border-bottom: 1px solid var(--rule); }
.tp-visual { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--rule); }
.tp-col { padding: 52px 48px; border-right: 1px solid var(--rule); }
.tp-col:last-child { border-right: none; }
.tp-col-label { font-family: var(--M); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--light); margin-bottom: 20px; }
.tp-big { font-family: var(--H); font-size: 56px; font-weight: 900; line-height: 0.85; color: var(--black); margin-bottom: 20px; letter-spacing: -0.02em; }
.tp-big em { color: var(--accent); font-style: normal; }
.tp-unit { font-family: var(--M); font-size: 13px; letter-spacing: 0.12em; color: var(--light); margin-bottom: 24px; }
.tp-caption { font-size: 14px; line-height: 1.8; color: var(--mid); }
.tp-bar-label { font-family: var(--M); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mid); margin-bottom: 10px; }
.tp-bar-wrap { height: 6px; background: var(--rule); margin-bottom: 20px; }
.tp-bar { height: 6px; background: var(--black); }
.tp-bar.accent { background: var(--accent); }

/* ── CTA ── */
.cta-section { padding: 120px 64px; background: var(--black); color: #fff; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.cta-title { font-family: var(--H); font-size: clamp(52px, 5.5vw, 84px); font-weight: 900; text-transform: uppercase; line-height: 0.88; }
.cta-title em { color: var(--accent); font-style: normal; }
.cta-right { display: flex; flex-direction: column; gap: 32px; }
.cta-desc { font-size: 15px; line-height: 1.9; color: #777; }
.cta-actions { display: flex; gap: 14px; }
.btn-white { font-family: var(--B); font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; background: #fff; color: var(--black); padding: 15px 36px; text-decoration: none; transition: background .2s, color .2s; }
.btn-white:hover { background: var(--accent); color: #fff; }
.btn-ghost { font-family: var(--B); font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; background: transparent; color: #666; padding: 15px 36px; text-decoration: none; border: 1px solid #333; transition: border-color .2s, color .2s; }
.btn-ghost:hover { border-color: #777; color: #fff; }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }
.au { animation: fadeUp .65s ease both; }
.d1 { animation-delay:.08s; } .d2 { animation-delay:.16s; } .d3 { animation-delay:.26s; } .d4 { animation-delay:.36s; }

@media (max-width: 991px) {
  .breadcrumb,
  .section,
  .throughput-section,
  .cta-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-left {
    padding: 72px 32px;
    border-right: none;
    border-bottom: 1px solid var(--rule);
  }

  .hero-desc {
    max-width: 680px;
  }

  .hero-visual-area {
    min-height: 620px;
    padding: 48px 32px;
  }

  .overview-band,
  .sec-header,
  .cta-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .overview-band {
    padding: 72px 32px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feat-card:nth-child(3n) {
    border-right: 1px solid var(--rule);
  }

  .feat-card:nth-child(2n) {
    border-right: none;
  }

  .mat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mat-card:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .breadcrumb {
    padding: 14px 18px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .hero-left {
    padding: 56px 20px;
  }

  .hero-h1 {
    font-size: clamp(56px, 18vw, 78px);
  }

  .hero-actions,
  .cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn-prim,
  .btn-sec,
  .btn-white,
  .btn-ghost {
    text-align: center;
  }

  .hero-visual-area {
    min-height: 430px;
    padding: 30px 16px;
  }

  .hero-specs-strip {
    grid-template-columns: 1fr;
  }

  .strip-stat {
    padding: 22px 20px;
    border-right: none;
    border-bottom: 1px solid var(--rule);
  }

  .strip-stat:last-child {
    border-bottom: none;
  }

  .overview-band,
  .section,
  .throughput-section,
  .cta-section {
    padding: 64px 20px;
  }

  .features-grid,
  .mat-grid,
  .tp-visual {
    grid-template-columns: 1fr;
  }

  .feat-card,
  .feat-card:nth-child(3n),
  .mat-card,
  .tp-col {
    border-right: none;
    border-bottom: 1px solid var(--rule);
  }

  .feat-card:last-child,
  .mat-card:last-child,
  .tp-col:last-child {
    border-bottom: none;
  }

  .tab-bar {
    scrollbar-width: thin;
  }

  .tab-btn {
    padding: 15px 18px;
  }

  .spec-table td {
    display: block;
    width: 100% !important;
    padding: 14px 16px;
  }

  .spec-table td:first-child {
    border-right: none;
    border-bottom: 1px solid var(--rule);
    white-space: normal;
  }

  .tp-col {
    padding: 38px 24px;
  }

  .tp-big {
    font-size: 56px;
  }
}

/* GF500 visual alignment */
:root {
  --black: #111;
  --dark: #0b0f12;
  --mid: #566b80;
  --light: #8b8b87;
  --rule: #ddd;
  --bg: #fff;
  --bg-off: #f4f2ef;
  --bg-deep: #eceae6;
  --accent: #d35400;
  --accent2: rgba(211, 84, 0, 0.1);
}

.breadcrumb {
  padding: 14px 64px;
  background: #fff;
}

.hero {
  min-height: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  padding: 70px 64px;
  background:
    linear-gradient(#ececec 1px, transparent 1px),
    linear-gradient(90deg, #ececec 1px, transparent 1px);
  background-size: 48px 48px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e6dfd7;
}

.hero-left {
  padding: 0 30px 0 0;
  border-right: none;
}

.hero-eyebrow {
  margin-bottom: 12px;
  font-size: 11px;
  letter-spacing: 5px;
}

.hero-eyebrow::before {
  width: 40px;
  height: 2px;
}

.hero-model {
  margin-bottom: 12px;
  color: #111;
}

.hero-h1 {
  max-width: 700px;
  margin-bottom: 12px;
  font-size: clamp(58px, 6vw, 65px);
  line-height: 0.92;
  letter-spacing: -2px;
}

.hero-desc {
  max-width: none;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.9;
  color: #000000;
}

.hero-badges {
  margin-bottom: 15px;
  gap: 12px;
}

.badge {
  padding: 10px 8px;
  border-color: rgba(211, 84, 0, 0.25);
  background: rgba(211, 84, 0, 0.06);
  color: #d35400;
  font-size: 10px;
  letter-spacing: 2px;
}

.badge.hot {
  background: rgba(211, 84, 0, 0.1);
}

.hero-actions {
  gap: 22px;
}

.btn-prim,
.btn-sec {
  padding: 14px 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.btn-prim {
  background: #d35400;
}

.btn-sec {
  border-color: #d35400;
  color: #d35400;
}

.hero-right {
  min-height: 580px;
  background: transparent;
  border: 1px solid rgba(211, 84, 0, 0.16);
}

.hero-visual-area {
  min-height: 470px;
  padding: 35px;
}

.machine-svg {
  max-width: 420px;
}

.hero-specs-strip {
  background: #fff;
  border-top-color: #ddd;
}

.strip-stat {
  padding: 24px 18px;
  text-align: center;
}

.strip-num {
  font-size: 36px;
}

.overview-band {
  padding: 40px 64px;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  background: #ffffff;
}

.ov-label {
  color: #d35400;
}

.ov-heading {
  font-size: 56px;
  font-weight: 700;
  color: #000000;
}

.ov-body {
  padding: 24px;
  background: rgba(72, 55, 55, 0.06);
  font-size: 15px;
  line-height: 1.9;
  color: #000;
}

.section,
.throughput-section {
  padding: 40px 64px;
}

.section {
  background: #0b0f12;
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.section.alt,
.throughput-section {
  background: #f4f2ef;
}

.sec-header {
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 12px;
}

.sec-label {
  color: #d35400;
}

.sec-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 0.95;
  color: #fff;
}

.sec-intro {
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.72);
  grid-column: 1 / -1;
}

.section.alt .sec-title,
.throughput-section .sec-title {
  color: #111;
}

.section.alt .sec-intro,
.throughput-section .sec-intro {
  color: #566b80;
}

.features-grid {
  gap: 2px;
  border: none;
  background: rgba(255, 255, 255, 0.06);
}

.feat-card {
  padding: 28px 20px;
  border: none;
  background: #11161b;
}

.feat-card:hover {
  background: rgba(211, 84, 0, 0.08);
}

.feat-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(211, 84, 0, 0.18);
  background: rgba(211, 84, 0, 0.08);
}

.feat-icon svg {
  width: 26px;
  height: 26px;
  stroke: #d35400;
}

.feat-title {
  margin-bottom: 12px;
  color: #fff;
  font-size: 22px;
}

.feat-desc {
  color: #fff;
  line-height: 1.9;
}

.tab-bar {
  gap: 14px;
  margin-bottom: 12px;
  border-bottom: none;
  flex-wrap: wrap;
}

.tab-btn {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #ddd;
  background: #fff;
  color: #111;
  font-size: 12px;
  letter-spacing: 2px;
}

.tab-btn:hover {
  border-color: #d35400;
  color: #d35400;
}

.tab-btn.active {
  border-color: #d35400;
  background: #d35400;
  color: #fff;
}

.spec-table {
  border-color: #ddd;
  background: #fff;
}

.spec-table tr {
  border-bottom-color: #eee;
}

.spec-table td {
  padding: 12px 15px;
}

.spec-table td:first-child {
  width: 320px;
  border-right: none;
  color: #d35400;
  font-size: 12px;
  letter-spacing: 2px;
}

.spec-table td:last-child {
  color: #111;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.section:not(.alt) .mat-grid {
  gap: 5px;
  border-color: rgba(255, 255, 255, 0.08);
  background: transparent;
}

.mat-card {
  padding: 28px;
  border-color: rgba(255, 255, 255, 0.06);
  background: #11161b;
}

.mat-card:hover {
  background: rgba(211, 84, 0, 0.08);
}

.mat-dot {
  background: #d35400;
}

.mat-name {
  color: #fff;
  font-size: 22px;
}

.mat-note {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
}

.tp-visual {
  margin-top: 12px;
  border-color: #ddd;
}

.tp-col {
  padding: 30px 34px;
  border-right-color: #ddd;
  background: #f4f4f2;
}

.tp-big {
  font-size: 56px;
  font-weight: 700;
}

.tp-unit {
  margin-bottom: 12px;
  font-size: 14px;
}

.tp-caption {
  font-size: 16px;
  line-height: 1.78;
}

.tp-bar-wrap {
  background: #dbdbd8;
}

.cta-section {
  padding: 60px 64px;
  background: #0b0f12;
}

.cta-title {
  font-size: clamp(52px, 5.5vw, 76px);
}

.btn-white {
  background: #d35400;
  color: #fff;
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

@media (max-width: 991px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 50px 32px;
  }

  .hero-left {
    padding-right: 0;
  }

  .overview-band,
  .sec-header,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .overview-band,
  .section,
  .throughput-section,
  .cta-section {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .hero {
    padding: 35px 20px;
    gap: 30px;
  }

  .hero-right {
    min-height: auto;
  }

  .hero-visual-area {
    min-height: 390px;
    padding: 20px;
  }

  .overview-band,
  .section,
  .throughput-section,
  .cta-section {
    padding: 30px 20px;
  }

  .sec-title,
  .ov-heading {
    font-size: 38px;
  }

  .tab-btn {
    width: 100%;
    text-align: center;
  }

  .spec-table td:first-child {
    width: 100%;
  }
}
.cost-savings-section{ padding:60px 0; background:#f8f9fa; } .cost-savings-section h2{ text-align:center; font-size:2rem; margin-bottom:20px; font-weight:700; } .cost-intro{ max-width:900px; margin:0 auto 30px; text-align:center; line-height:1.8; font-size: 15px;} .cost-benefits{ max-width:900px; margin:0 auto; padding:0; list-style:none; column-count:2; font-size: 15px; column-gap:30px; } .cost-benefits li{ position:relative; padding:16px 20px 16px 50px; margin-bottom:15px; background:#fff; border-left:4px solid #ff6b00; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,.05); line-height:1.7; break-inside:avoid; } .cost-benefits li::before{ content:"✓"; position:absolute; left:18px; top:16px; color:#ff6b00; font-weight:700; font-size:18px; } @media(max-width:768px){ .cost-savings-section{ padding:40px 0; } .cost-savings-section h2{ font-size:1.6rem; } .cost-benefits{ column-count:1; } }
.applications{
  border-top: #fff 1px solid;
}


.application-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.application-card {
    border: 1px solid #e5e7eb;
    padding: 15px;
    border-radius: 5px;
    transition: all .3s ease;
}

.application-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.app-img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 14px;
    display: block;
}

.application-card h3 {
    margin-bottom: 10px;
    text-align: center;
    color: #ff6b00;
    font-size: 17px;
}

.application-card p {
    margin: 0;
    line-height: 1.7;
    font-size: 15px;
    text-align: center;
    color: white;
}

@media(max-width:768px){
    .cost-savings,
    .applications{
        padding:40px 0;
    }

    .cost-savings h2,
    .applications h2{
        font-size:1.6rem;
    }
}

.ov-body ul{
    margin:0;
    padding-left:25px;
    column-count:2;
    column-gap:40px;
}

.ov-body li{
    margin-bottom:12px;
    line-height:1.8;
    color:#333;
    list-style-type:disc ;
}

.ov-body li::marker{
    color:#ff6b00;
}

.hero-right{
    position:relative;
}

.hero-visual-area{
    padding:0;
}
.hero-machine-img{
    width:100%;
    height:500px;
    object-fit:contain;
    display:block;
}

@media (max-width: 768px) {

    .hero{
        padding: 90px 20px 40px;
        gap: 20px;
    }

    .hero-right{
        width: 100%;
        min-height: auto;
        border: none;
    }

    .hero-visual-area{
        min-height: auto;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-machine-img{
        width: 100%;
        max-width: 450px;
        height: auto;
        max-height: 350px;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    .hero-specs-strip{
        position: relative;
        left: auto;
        bottom: auto;
        min-width: 100%;
        margin-top: 15px;
    }

    .ov-body ul{
        column-count:1;
    }

}

/* ── GALLERY ── */
.gallery-section { border-bottom: none; padding-bottom: 20px; }

.gallery-wrapper {
  position: relative;
  padding: 0 60px;
  margin-bottom: 40px;
}

.gallery-track {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
}

.gallery-track::-webkit-scrollbar { display: none; }

.gallery-row {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
  will-change: transform;
}

.gallery-row img {
  width: 320px;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
  transition: transform 0.3s;
  scroll-snap-align: start;
}

.gallery-row img:hover { transform: scale(1.04); }

.gallery-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #0b1b2b;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
}

.gallery-btn.prev { left: 10px; }
.gallery-btn.next { right: 10px; }
.gallery-btn:hover { background: var(--accent); color: #fff; }

@media (max-width: 992px) {
  .gallery-wrapper { padding: 0 40px; }
  .gallery-row img { width: 260px; height: 260px; }
  .gallery-btn { width: 38px; height: 38px; }
}

@media (max-width: 768px) {
  .gallery-wrapper { padding: 0 16px; }
  .gallery-track { overflow: hidden; position: relative; }
  .gallery-row { gap: 0; }
  .gallery-row img { width: 100%; height: auto; }
  .gallery-btn { width: 34px; height: 34px; font-size: 18px; background: rgba(11,27,43,.85); color: #fff; }
  .gallery-btn.prev { left: 10px; }
  .gallery-btn.next { right: 10px; }
}

@media (max-width: 480px) {
  .gallery-row img { height: 100%; }
}

/* ══════════════════════════════════════════════════════════════
   MOBILE RESPONSIVE OVERRIDES — GF1000
   Breakpoints: 768px  |  480px
   All rules appended; nothing above is removed.
══════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {

  /* ── Breadcrumb ── */
  .breadcrumb {
    padding: 12px 16px;
    font-size: 9px;
    overflow-x: auto;
    white-space: nowrap;
  }

  /* ── Hero ── */
  .hero {
    grid-template-columns: 1fr;
    padding: 20px 16px 30px;
    gap: 20px;
    min-height: auto;
  }

  .hero-left {
    padding: 0;
    border-right: none;
    border-bottom: none;
  }

  .hero-h1 {
    font-size: clamp(36px, 10vw, 52px);
    line-height: 0.95;
    letter-spacing: -1px;
  }

  .hero-desc {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 16px;
  }

  .hero-badges {
    gap: 8px;
    margin-bottom: 18px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .btn-prim,
  .btn-sec {
    text-align: center;
    width: 100%;
    padding: 14px 16px;
    font-size: 12px;
  }

  /* Hero right */
  .hero-right {
    width: 100%;
    min-height: auto;
    border: none;
  }

  .hero-visual-area {
    min-height: auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-machine-img {
    width: 100%;
    max-width: 400px;
    height: auto;
    max-height: 300px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }

  /* Hero specs strip */
  .hero-specs-strip {
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    left: auto;
    bottom: auto;
    min-width: 100%;
    margin-top: 12px;
  }

  .strip-stat {
    padding: 14px 10px;
    text-align: center;
    border-right: 1px solid var(--rule);
  }

  .strip-stat:last-child {
    border-right: none;
  }

  .strip-num {
    font-size: 22px;
  }

  .strip-label {
    font-size: 8px;
  }

  /* ── Overview band ── */
  .overview-band {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 16px;
  }

  .ov-heading {
    font-size: 36px;
  }

  .ov-body {
    padding: 16px;
    font-size: 14px;
  }

  .ov-body ul {
    column-count: 1;
    padding-left: 20px;
  }

  /* ── Section shell ── */
  .section,
  .throughput-section {
    padding: 30px 16px;
  }

  /* ── sec-title cap ── */
  .sec-title,
  .ov-heading {
    font-size: clamp(28px, 8vw, 36px);
  }

  .sec-header {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }

  /* ── Features grid: 2-col at 768px ── */
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Reset 3n rule from base, apply 2n */
  .feat-card:nth-child(3n) {
    border-right: revert;
  }

  .feat-card:nth-last-child(-n+3) {
    border-bottom: revert;
  }

  .feat-card {
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  }

  .feat-card:nth-child(odd) {
    border-right: 2px solid rgba(255, 255, 255, 0.08);
  }

  .feat-card:last-child,
  .feat-card:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }

  /* ── Materials grid: 2-col at 768px ── */
  .mat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mat-card {
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  }

  .mat-card:nth-child(odd) {
    border-right: 2px solid rgba(255, 255, 255, 0.08);
  }

  .mat-card:last-child,
  .mat-card:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }

  .material-img {
    height: auto;
    max-height: 180px;
  }

  /* ── Application grid: 2-col at 768px ── */
  .application-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .app-img {
    height: auto;
    max-height: 130px;
  }

  /* ── Throughput section ── */
  .tp-visual {
    grid-template-columns: 1fr;
  }

  .tp-col {
    padding: 24px 20px;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }

  .tp-col:last-child {
    border-bottom: none;
  }

  .tp-big {
    font-size: 42px;
  }

  /* ── Spec tabs ── */
  .tab-bar {
    flex-wrap: wrap;
    gap: 8px;
    overflow-x: visible;
    margin-bottom: 16px;
  }

  .tab-btn {
    flex: 1 1 auto;
    min-width: calc(50% - 4px);
    text-align: center;
    padding: 10px 8px;
    font-size: 11px;
  }

  .spec-table td {
    display: block;
    width: 100% !important;
    padding: 12px 14px;
  }

  .spec-table td:first-child {
    border-right: none;
    border-bottom: 1px solid #eee;
    white-space: normal;
    width: 100% !important;
  }

  .spec-table td:last-child {
    font-size: 14px;
  }

  /* ── CTA section ── */
  .cta-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 40px 16px;
  }

  .cta-title {
    font-size: clamp(32px, 9vw, 48px);
  }

  .cta-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .btn-white,
  .btn-ghost {
    text-align: center;
    width: 100%;
    padding: 14px 16px;
  }

  /* ── Cost savings section ── */
  .cost-savings-section {
    padding: 30px 16px;
  }

  .cost-savings-section h2 {
    font-size: 1.5rem;
    padding: 0 8px;
  }

  .cost-intro {
    padding: 0 8px;
    font-size: 14px;
  }

  .cost-benefits {
    column-count: 1;
    padding: 0 8px;
  }

  /* ── Applications section padding ── */
  .applications {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* ── Gallery wrapper ── */
  .gallery-wrapper {
    padding: 0 16px;
  }
}

/* ─────────────────────────────────────────────
   480px breakpoint
───────────────────────────────────────────── */

@media (max-width: 480px) {

  /* ── Hero ── */
  .hero {
    padding: 16px 14px 24px;
  }

  .hero-h1 {
    font-size: clamp(30px, 11vw, 44px);
  }

  .hero-eyebrow {
    font-size: 9px;
    letter-spacing: 0.14em;
    margin-bottom: 8px;
  }

  .hero-model {
    font-size: 14px;
    margin-bottom: 8px;
  }

  /* Hero specs strip: stack to 1-col on very small screens */
  .hero-specs-strip {
    grid-template-columns: 1fr;
  }

  .strip-stat {
    padding: 12px 16px;
    text-align: left;
    border-right: none;
    border-bottom: 1px solid var(--rule);
  }

  .strip-stat:last-child {
    border-bottom: none;
  }

  .strip-num {
    font-size: 26px;
  }

  .strip-label {
    font-size: 9px;
  }

  /* ── Overview ── */
  .overview-band {
    padding: 24px 14px;
  }

  .ov-heading {
    font-size: 30px;
  }

  /* ── Sections ── */
  .section,
  .throughput-section {
    padding: 24px 14px;
  }

  .sec-title {
    font-size: clamp(26px, 9vw, 34px);
  }

  /* ── Features grid: 1-col at 480px ── */
  .features-grid {
    grid-template-columns: 1fr;
  }

  .feat-card,
  .feat-card:nth-child(odd) {
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  }

  .feat-card:last-child {
    border-bottom: none;
  }

  /* ── Materials grid stays 2-col at 480px (as per requirements) ── */
  .mat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .material-img {
    height: auto;
    max-height: 140px;
  }

  /* ── Application grid: 1-col at 480px ── */
  .application-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .app-img {
    height: auto;
    max-height: 180px;
    object-fit: cover;
  }

  /* ── Throughput ── */
  .tp-col {
    padding: 20px 14px;
  }

  .tp-big {
    font-size: 38px;
  }

  /* ── Spec tabs ── */
  .tab-btn {
    min-width: 100%;
    flex: 1 1 100%;
    font-size: 11px;
    padding: 10px 12px;
  }

  /* ── CTA ── */
  .cta-section {
    padding: 30px 14px;
  }

  .cta-title {
    font-size: clamp(28px, 10vw, 40px);
  }

  /* ── Cost savings ── */
  .cost-savings-section {
    padding: 24px 14px;
  }

  .cost-benefits {
    padding: 0;
  }

  /* ── Breadcrumb ── */
  .breadcrumb {
    padding: 10px 14px;
    font-size: 8px;
  }

  /* ── Buttons full-width ── */
  .btn-prim,
  .btn-sec,
  .btn-white,
  .btn-ghost {
    width: 100%;
    text-align: center;
    padding: 13px 14px;
  }
}

