*{
  box-sizing:border-box
}
html{
  font-size:16px
}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif;
  color:#0f172a;
  background:#fff;
  line-height:1.6
}
img{
  max-width:100%;
  height:auto;
  display:block
}
a{
  color:#0e4aa5;
  text-decoration:none
}
a:hover{
  text-decoration:underline
}
.container{
  max-width:1200px;
  margin:0 auto;
  padding:0 16px
}
:root{
  --ink:#0f172a;
  --muted:#475569;
  --surface:#f8fafc;
  --line:#e2e8f0;
  --brand:#0e4aa5;
  --cta:#0e4aa5;
  --cta-ink:#fff
}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:#0b1730;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.08)
}
.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 0
}
.brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#fff;
  font-weight:900;
  letter-spacing:.3px;
  font-size: 42px;
  font-style: italic
}
a.brand:hover {
  text-decoration: none;
}
.brand span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#0ea5e9;
  color:#fff;
  width:36px;
  height:36px;
  border-radius:8px;
  font-weight:900
}
.brand img {
  max-width:215px;
}
.nav-links{
  display:flex;
  gap:22px;
  align-items: center;
}
.nav-links a{
  color:#cbd5e1;
  font-weight:700
}
.nav-cta{
  background:var(--cta);
  color:#fff;
  padding:10px 14px;
  border-radius:10px;
  font-weight:800
}
.menu-toggle{
  display:none
}
.hero-video {
  width: 100%;
  max-width: 100%;
  height: auto;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 4px;
}
.hero-video.expanded {
  max-width: 650px;
  margin: 0 auto;
  display: block;
}
.site-footer a {
  color:#fff
}
.site-footer ul {
  list-style-type:none;
  padding-inline-start:10px;
}
.hero{
  color:#fff;
  background:linear-gradient(180deg,#0b1730 0%,#0e244e 60%,#0b1730 100%);
  padding:40px 0 0;
  border-bottom:1px solid var(--line)
}
.hero-inner{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:28px;
  align-items:center
}
.hero h1{
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.1;
  margin:.2em 0;
  font-weight:900
}
.hero .sub{
  color:#cbd5e1
}
.hero-cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:16px
}
.btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:12px;
  padding:12px 16px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--ink);
  font-weight:800
}
.btn.primary{
  background:var(--cta);
  border-color:var(--cta);
  color:var(--cta-ink)
}
.badge{
  display:inline-flex;
  gap:8px;
  align-items:center;
  background:#102039;
  color:#93c5fd;
  border:1px solid #1d4ed8;
  padding:6px 12px;
  border-radius:999px;
  font-weight:800
}
.hero-media img{
  border-radius:12px;
  box-shadow:0 16px 40px rgba(2,6,23,.25)
}
.section{
  padding:40px 0
}
.section h2{
  font-size:clamp(1.4rem,3vw,2rem);
  margin:0 0 8px;
  font-weight:900
}
.lead{
  color:var(--muted);
  max-width:70ch;
}

.section .left-card h2 {
  color: #0a5ea8;
  font-weight: 700;
}
.section .left-card h2::after {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg,rgba(28, 105, 172, 1) 50%, rgba(239, 139, 77, 1) 50%);
}
.products .machine-descr h4 {
  color: #0a5ea8;
  margin-bottom: 0;
}
.products .machine-descr p {
  margin-top: 0;
}
.products .machine-specs-grid-products {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1px;
  font-family: Arial, sans-serif;
  margin-top: 35px;
}
.products .machine-specs-grid-products .header-wrapper {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1fr;
  gap: 1px;
}
.products .machine-specs-grid-products .header.cell {
  background: #0a5ea8;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 12px 14px;
}
.products .machine-specs-grid-products .body-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.products .machine-specs-grid-products .cell-wrap {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1fr;
  gap: 1px;
}
.products .header-wrapper.grid-3,
.products .machine-specs-grid-products .cell-wrap.grid-3 {
  grid-template-columns: 1.15fr 1fr 1fr;
}
.products .machine-specs-grid-products .grid-1-2 {
  grid-template-columns: 1.15fr 2fr;
}
.products .machine-specs-grid-products .grid-1-2-1 {
  grid-template-columns: 1.15fr 2fr 1fr;
}
.products .machine-specs-grid-products .grid-1-3 {
  grid-template-columns: 1.15fr 3fr;
}
.products .machine-specs-grid-products .cell {
  padding: 12px 14px;
  text-align: center;
  font-weight: 600;
  box-sizing: border-box;
  background: #dcdcdc;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.products .machine-specs-grid-products .label.cell.sub {
  display: grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  background-color: #fff;
}
.products .machine-specs-grid-products .cell-wrap:nth-child(even) .label.cell.sub {
  padding: 0;
}
.products .machine-specs-grid-products .cell-wrap .label.cell.sub .sub-cell-r {
  padding-left: 5px;
}
.products .machine-specs-grid-products .cell-wrap:nth-child(even) .label.cell.sub .sub-cell-r {
  background: #dcdcdc;
  padding: 13px 0 13px 5px;
}
.products .machine-specs-grid-products .label.cell {
  text-align: left;
  justify-content: flex-start;
}
.products .machine-specs-grid-products .cell-wrap:nth-child(odd) .cell {
  background: #fefefe;
}
.products .machine-specs-grid-products .card {
  width: 100%;
}
.products .left-card {
  width: 40%;
}
.products .details-wrapper {
  width: 60%;
}
.products .machine-specs-grid-products .image-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.products .container.section h1 {
  margin-bottom: 0;
}
.phi-lowercase::after {
  content: "\03D5";
  color: #000;
}
.products .lead {
  padding-bottom: 30px;
  margin-top: 5px;
}

.products .card{
  border-bottom: 1px solid #c9c9ca;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: flex;
  gap: 5%;
}
.grid{
  display:grid;
  gap:20px
}
.grid-3{
  grid-template-columns:repeat(3,minmax(0,1fr))
}
.grid-2{
  grid-template-columns:repeat(2,minmax(0,1fr))
}
.card{
  border:1px solid var(--line);
  border-radius:14px;
  padding:16px;
  background:#fff
}
.pill{
  border:1px solid var(--line);
  border-radius:999px;
  padding:4px 10px
}
.table{
  width:100%;
  border-collapse:collapse
}
.table th,.table td{
  border-bottom:1px solid var(--line);
  padding:10px;
  text-align:left
}
.table th{
  background:#eef2ff
}
.site-footer{
  background:#0b1730;
  color:#cbd5e1;
  margin-top:40px
}
.site-footer .container{
  padding:28px 16px
}
.footer-grid{
  display:grid;
  gap:20px;
  grid-template-columns:2fr 1fr 1fr
}
.copy{
  border-top:1px solid rgba(148,163,184,.2);
  margin-top:20px;
  padding-top:12px;
  color:#94a3b8
}

@media (min-width:565px){
    .mobile-menu {
      display:none
    }
}
@media (max-width:1024px){
    .products .container.section {
      padding: 0 5px;
    }
    .products .card {
      flex-direction: column;
    }
    .products .left-card, .products .details-wrapper {
      width: 100%;
    }
    .products .image-wrapper {
      margin: 50px 10px;
    }
}
@media (max-width:900px){
    .nav-links{
      display:none
    }
    .menu-toggle{
      display:inline-flex;
      gap:8px;
      align-items:center;
      border:1px solid rgba(255,255,255,.2);
      background:transparent;
      color:#fff;
      padding:8px 12px;
      border-radius:8px
    }
    .mobile-menu{
      display:none;
      position:fixed;
      inset:56px 0 auto 0;
      background:#0b1730;
      color:#fff;
      padding:16px
    }
    .mobile-menu.open{
      display:block
    }
    .mobile-menu a{
      display:block;
      padding:12px 16px;
      color:#fff;
      border-top:1px solid rgba(255,255,255,.08)
    }
    .hero-inner{
      grid-template-columns:1fr
    }
    .grid-3{
      grid-template-columns:1fr
    }
    .grid-2{
      grid-template-columns:1fr
    }
}
@media (max-width: 768px) {
    .machine-specs-grid {
         grid-template-columns: 1fr;
    }
    .machine-specs-grid .header {
         display: none;
    }
    .machine-specs-grid .label {
         background-color: #0056a4;
         color: #fff;
    }
    .machine-specs-grid .cell {
         text-align: left;
    }
    .machine-specs-grid .header-wrapper {
      display: none;
    }
    .machine-specs-grid .cell-wrap {
      grid-template-columns: 1fr;
    }
    .machine-specs-grid .label.cell {
      background: #0a5ea8;
      color: #fff;
      border-radius: 4px 4px 0 0;
    }
    .machine-specs-grid .cell-wrap .cell:not(.label) {
      text-align: left;
      border-radius: 0 0 4px 4px;
    }    
}

@media (max-width: 600px) {
    .products .cell {
      font-size: 10px;
    }
}
@media (max-width:565px){
    .products .cell {
      font-size: 9px;
    }
}
 