:root{
    --navy:#0B2447; --blue:#1857A6; --blue-bright:#2B6FD1;
    --steel-100:#F4F6F9; --steel-200:#E7EBF1; --steel-300:#D5DBE4;
    --ink:#16233A; --ink-soft:#4A5568; --white:#FFFFFF;
    --radius:10px; --shadow:0 2px 10px rgba(11,36,71,.06); --shadow-lg:0 12px 32px rgba(11,36,71,.12);
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{margin:0; font-family:'Segoe UI', Arial, Helvetica, sans-serif; color:var(--ink); background:#fff; -webkit-font-smoothing:antialiased;}
  a{color:inherit; text-decoration:none;}
  img{max-width:100%; display:block;}
  .container{max-width:1320px; margin:0 auto; padding:0 24px;}
  .eyebrow{font-size:12px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; color:var(--blue-bright);}
  h1,h2,h3{margin:0; font-weight:800; color:var(--navy); letter-spacing:-0.01em;}
  p{margin:0; line-height:1.55; color:var(--ink-soft);}
  p + p{margin-top:14px;}
  .split-layout{display:grid; grid-template-columns:1.6fr 1fr; gap:40px; align-items:start;}
  .btn{display:inline-flex; align-items:center; gap:8px; padding:13px 22px; border-radius:6px; font-weight:700; font-size:14px; cursor:pointer; border:2px solid transparent; transition:all .15s ease;}
  .btn-primary{background:var(--blue); color:#fff;}
  .btn-primary:hover{background:var(--navy);}
  .btn-outline{background:#fff; color:var(--blue); border:2px solid var(--steel-300);}
  .btn-white{background:#fff; color:var(--navy);}
  .btn-white:hover{background:var(--steel-100);}
  .btn-lg{padding:16px 28px; font-size:15.5px; border-radius:8px;}

  header{background:#fff; border-bottom:1px solid var(--steel-300); position:sticky; top:0; z-index:100;}
  .topbar{display:flex; align-items:center; justify-content:space-between; padding:14px 24px; max-width:1320px; margin:0 auto; gap:24px;}
  .logo img{height:40px; width:auto; border-radius:4px;}
  nav.main-nav{display:flex; gap:26px; align-items:center;}
  nav.main-nav .nav-item{position:relative;}
  nav.main-nav > .nav-item > a{font-size:13px; font-weight:700; color:var(--navy); letter-spacing:.3px; padding:10px 0; display:flex; align-items:center; gap:5px;}
  nav.main-nav > .nav-item.active > a{color:var(--blue);}
  nav.main-nav .caret{font-size:9px; opacity:.6;}
  .dropdown{
    position:absolute; top:100%; left:-14px; background:#fff; border:1px solid var(--steel-300);
    border-radius:8px; box-shadow:var(--shadow-lg); padding:10px; min-width:240px;
    opacity:0; visibility:hidden; transform:translateY(6px); transition:all .15s ease;
  }
  .nav-item:hover .dropdown{opacity:1; visibility:visible; transform:translateY(0);}
  .dropdown a{display:block; padding:9px 12px; font-size:13px; font-weight:600; color:var(--ink); border-radius:6px;}
  .dropdown a:hover{background:var(--steel-100); color:var(--blue);}

  .hero{background:#fff; border-bottom:1px solid var(--steel-300);}
  .hero-grid{display:grid; grid-template-columns:1fr 1.15fr; gap:40px; align-items:center; padding:56px 24px; max-width:1320px; margin:0 auto;}
  .hero h1{font-size:44px; line-height:1.1; margin:14px 0 18px; color:var(--ink);}
  .hero h1 .blue{color:var(--blue);}
  .hero p{font-size:16px; max-width:460px; margin-bottom:28px;}
  .hero-ctas{display:flex; gap:14px; flex-wrap:wrap;}
  .hero-visual{aspect-ratio:16/10; border-radius:12px; overflow:hidden; position:relative; background:linear-gradient(135deg,#1a1a1a,#2b2b2b); box-shadow:var(--shadow-lg);}
  .hero-visual svg{width:100%; height:100%;}
  .watch-video{position:absolute; top:20px; right:20px; display:flex; align-items:center; gap:12px; color:#fff;}
  .play-circle{width:52px; height:52px; border-radius:50%; border:2px solid #fff; display:flex; align-items:center; justify-content:center; font-size:16px;}
  .watch-video .label b{display:block; font-size:13px;}
  .watch-video .label span{font-size:11.5px; opacity:.85;}

  .stat-strip{background:var(--steel-100); border-bottom:1px solid var(--steel-300);}
  .stat-strip .container{display:grid; grid-template-columns:repeat(5,1fr); padding:22px 24px; gap:16px;}

  .leadtime-banner{background:linear-gradient(135deg,var(--navy) 0%,var(--blue) 100%); color:#fff;}
  .leadtime-banner .container{display:flex; align-items:center; gap:32px; padding:20px 24px; flex-wrap:wrap;}
  .leadtime-banner .lt-item{display:flex; align-items:center; gap:12px; flex:1; min-width:240px;}
  .leadtime-banner .lt-item .ic{font-size:22px; flex:none;}
  .leadtime-banner .lt-item b{display:block; font-size:14px; font-weight:700;}
  .leadtime-banner .lt-item span{font-size:12.5px; color:#C9D9F0; display:block; margin-top:2px;}
  .leadtime-banner .lt-note{font-size:12px; color:#B7CBEC; font-style:italic; flex:none; white-space:nowrap;}
  @media (max-width:768px){
    .leadtime-banner .container{flex-direction:column; align-items:flex-start; gap:14px;}
    .leadtime-banner .lt-note{white-space:normal;}
  }

  .leadtime-badge{display:flex; align-items:center; gap:10px; background:var(--steel-100); border:1px solid var(--steel-300); border-radius:var(--radius); padding:12px 16px; margin-top:14px; flex-wrap:wrap;}
  .leadtime-badge .ic{font-size:16px; color:var(--blue); flex:none;}
  .leadtime-badge b{font-size:12.5px; font-weight:700; color:var(--navy);}
  .leadtime-badge .lt-sep{color:var(--steel-300); font-weight:400;}
  .leadtime-badge .lt-ask{font-size:12px; color:var(--ink-soft); font-style:italic;}
  .stat-item{display:flex; align-items:center; gap:12px; font-size:12.5px; font-weight:700; color:var(--navy); text-transform:uppercase; letter-spacing:.3px;}
  .stat-item .ic{width:32px; height:32px; flex:none; border-radius:50%; background:#fff; border:1.5px solid var(--blue); display:flex; align-items:center; justify-content:center; color:var(--blue); font-size:15px;}

  .section{padding:64px 0;}
  .section.alt{background:var(--steel-100);}
  .section-head{display:flex; justify-content:space-between; align-items:flex-end; gap:24px; margin-bottom:30px; flex-wrap:wrap;}
  .section-head h2{font-size:22px;}
  .section-head a{font-size:13px; font-weight:700; color:var(--blue);}

  .product-grid{display:grid; grid-template-columns:repeat(6,1fr); gap:18px;}
  .product-card{background:#fff; border:1px solid var(--steel-300); border-radius:var(--radius); overflow:hidden; transition:transform .18s ease, box-shadow .18s ease;}
  .product-card:hover{transform:translateY(-4px); box-shadow:var(--shadow-lg);}
  .product-thumb{aspect-ratio:16/11; background:linear-gradient(135deg,var(--steel-200),var(--steel-300)); display:flex; align-items:center; justify-content:center; color:var(--blue); font-size:26px;}
  .product-body{padding:16px 16px 18px;}
  .product-body h3{font-size:13.5px; line-height:1.3; margin-bottom:6px; color:var(--blue);}
  .product-body p{font-size:12px; margin-bottom:10px;}
  .product-link{font-size:12px; font-weight:700; color:var(--blue);}

  .industries{background:var(--blue); color:#fff;}
  .industries .container{display:flex; align-items:center; gap:32px; padding:18px 24px; flex-wrap:wrap; justify-content:space-between;}
  .industries-label{font-weight:800; font-size:13px; text-transform:uppercase; letter-spacing:.5px; flex:none;}
  .industries-list{display:flex; gap:26px; flex-wrap:wrap; font-size:12.5px; font-weight:600; color:#DCE9FF;}
  .industries a.view-all{margin-left:auto; font-weight:700; color:#fff; font-size:12.5px;}

  .three-panel{display:flex; align-items:stretch; gap:32px; border:none; border-radius:0; overflow:visible;}
  .panel{background:#fff; padding:44px; border:1px solid var(--steel-300); border-radius:14px; box-sizing:border-box; flex:1 1 0; display:flex; flex-direction:column; align-self:stretch; box-shadow:var(--shadow);}
  .three-panel > .panel:first-child{flex:0.275 1 0; background:#f7f9fc;}

  /* Featured Machine: 2-column split (text | photo) within one card - product is the visual hero, scaled up as the visual anchor */
  .machine-panel-split{flex:0.45 1 0; padding:0; display:flex; flex-direction:row; align-items:stretch; box-shadow:0 10px 30px rgba(0,0,0,0.08); overflow:hidden; background:#fff; border-radius:14px; transform:scale(1.05); position:relative; z-index:2;}
  .machine-text{flex:0.50 1 0; padding:44px 32px 44px 44px; display:flex; flex-direction:column;}
  .machine-photo{flex:0.50 1 0; overflow:hidden; border-radius:0 14px 14px 0;}
  .machine-photo img{width:100%; height:100%; object-fit:cover; display:block; transform:scale(1.03);}

  .success-overlay{flex:0.275 1 0; position:relative; padding:0 !important; overflow:hidden; display:block; box-shadow:0 10px 30px rgba(0,0,0,0.08); border-radius:14px;}
  .success-bg-photo{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0; filter:blur(1.5px) brightness(0.9);}
  .success-overlay-gradient{position:absolute; inset:0; background:linear-gradient(180deg, rgba(10,40,80,0.55) 0%, rgba(10,40,80,0.85) 35%, rgba(10,40,80,0.97) 100%); z-index:1;}
  .success-overlay-content{position:relative; z-index:2; padding:44px 32px; max-width:100%; height:100%; display:flex; flex-direction:column; justify-content:flex-end; gap:4px;}
  .success-overlay-content h3{color:#fff;}
  .success-overlay-content .success-item b{color:#fff;}
  .success-overlay-content .success-item span{color:#DCE6F5;}
  .success-overlay-content .success-item .ic{background:rgba(120,180,255,0.18); border-color:rgba(140,190,255,0.5); color:#fff; box-shadow:0 0 12px rgba(120,180,255,0.35); font-size:15px;}
  .panel h3{font-size:12px; text-transform:uppercase; letter-spacing:.5px; color:var(--blue); margin-bottom:16px; font-weight:800;}
  .panel ul{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px;}
  .panel li{font-size:12.5px; color:#5f6b7a; padding-left:22px; position:relative;}
  .panel li:before{content:'✓'; position:absolute; left:0; color:var(--blue); font-weight:800;}
  .panel li b{display:block; color:var(--navy); font-weight:700; font-size:13px; margin-bottom:2px; letter-spacing:-0.01em;}
  .panel .btn{margin-top:16px; font-size:12.5px; padding:10px 16px;}

  .machine-panel{display:flex; flex-direction:column;}
  .machine-visual{aspect-ratio:16/10; border-radius:8px; background:linear-gradient(135deg,var(--steel-200),var(--steel-300)); margin-bottom:14px; display:flex; align-items:center; justify-content:center; color:var(--blue); font-size:30px;}
  .machine-title{font-size:17px; font-weight:800; color:var(--navy); margin-bottom:6px; letter-spacing:-0.01em;}
  .machine-desc{font-size:12.5px; color:#5f6b7a; margin-bottom:12px;}
  .machine-ctas{display:flex; gap:10px; margin-top:16px; flex-wrap:wrap;}
  .machine-ctas .btn{padding:10px 12px; font-size:12px; white-space:nowrap; flex:1 1 auto; justify-content:center;}
  .machine-ctas .btn-primary{padding:12px 14px; box-shadow:0 6px 16px rgba(30,90,200,0.28);}
  .machine-ctas .btn-outline{font-weight:600; border-width:1.5px;}

  .success-left{padding:26px; display:flex; flex-direction:column; gap:16px;}
  .success-item{display:flex; gap:12px; margin-bottom:10px;}
  .success-item .ic{width:34px; height:34px; border-radius:8px; background:var(--steel-100); border:1px solid var(--steel-300); display:flex; align-items:center; justify-content:center; color:var(--blue); flex:none; font-size:15px;}
  .success-item b{display:block; font-size:12.5px; color:var(--navy); margin-bottom:2px;}
  .success-item span{font-size:11.5px; color:var(--ink-soft);}

  .cta-band{background:linear-gradient(135deg,var(--navy),var(--blue)); border-top:none;}
  .cta-band .container{display:flex; align-items:center; justify-content:space-between; gap:32px; padding:56px 24px; flex-wrap:wrap; min-height:150px; box-sizing:border-box;}
  .cta-band h2{font-size:26px; color:#fff;}
  .cta-band p{font-size:15px; color:#C7D6EC; margin-top:6px;}
  .cta-perks{display:flex; gap:28px; flex-wrap:wrap;}
  .cta-perk{font-size:13px; font-weight:600; color:#DCE9FF; display:flex; align-items:center; gap:8px;}
  .cta-perk .ic{color:#fff;}

  footer{background:var(--navy); color:#B9C6DE; padding:56px 0 28px; font-size:13.5px;}
  .footer-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:32px; margin-bottom:40px;}
  .footer-grid h4{color:#fff; font-size:13px; text-transform:uppercase; letter-spacing:1px; margin-bottom:16px; font-weight:700;}
  .footer-grid ul{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px;}
  .footer-grid a:hover{color:#fff;}
  .footer-bottom{border-top:1px solid rgba(255,255,255,.12); padding-top:22px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-size:12.5px; color:#8CA1C4;}

  .placeholder-flag{display:inline-block; background:#FFF4E5; color:#8A5A00; border:1px solid #F4D9A8; font-size:10px; font-weight:700; padding:2px 6px; border-radius:4px; margin-left:6px; vertical-align:middle;}

  @media (max-width:1080px){
    .product-grid{grid-template-columns:repeat(3,1fr);}
    .three-panel{flex-direction:column;}
    .machine-panel-split{flex-direction:column; min-height:0; transform:none;}
    .machine-photo{min-height:280px;}
    .machine-text{padding:32px;}
    .success-overlay{min-height:320px;}
    .success-overlay-content{max-width:100%;}
    .panel{margin-bottom:16px; padding:32px;}
    nav.main-nav{display:none;}
    .hero-grid{grid-template-columns:1fr;}
    .footer-grid{grid-template-columns:1fr 1fr;}
  }
  @media (max-width:640px){
    .product-grid{grid-template-columns:1fr 1fr;}
    .stat-strip .container{grid-template-columns:1fr 1fr;}
    .hero h1{font-size:30px;}
    .footer-grid{grid-template-columns:1fr;}
    .industries .container{justify-content:flex-start;}
    .cta-band .container{padding:36px 20px;}
    .cta-band h2{font-size:20px;}
  }

/* ================= PRODUCT PAGE ================= */
.breadcrumb{padding:16px 0; font-size:12.5px; color:var(--ink-soft); border-bottom:1px solid var(--steel-300);}
.breadcrumb a{color:var(--ink-soft);}
.breadcrumb a:hover{color:var(--blue);}
.breadcrumb .sep{margin:0 8px; opacity:.5;}
.breadcrumb .current{color:var(--navy); font-weight:700;}

.product-hero{padding:40px 0 0;}
.product-hero-grid{display:grid; grid-template-columns:1fr 1fr; gap:44px; align-items:start;}
.product-hero h1{font-size:38px; line-height:1.08; margin:10px 0 12px;}
.product-tagline{font-size:15px; font-weight:700; color:var(--navy); margin-bottom:14px;}
.product-desc{font-size:14px; margin-bottom:22px; max-width:480px;}
.quick-feats{display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-bottom:26px;}
.quick-feat{display:flex; flex-direction:column; gap:6px; font-size:11.5px; font-weight:700; color:var(--navy);}
.quick-feat .ic{width:26px; height:26px; color:var(--blue); font-size:17px;}
.product-hero-ctas{display:flex; gap:12px; flex-wrap:wrap;}

.gallery-main{aspect-ratio:16/10; border-radius:10px; overflow:hidden; background:linear-gradient(135deg,var(--steel-200),var(--steel-300)); box-shadow:var(--shadow); display:flex; align-items:center; justify-content:center; color:var(--blue); font-size:34px;}
.gallery-thumbs{display:flex; gap:10px; margin-top:14px;}
.gallery-thumb{flex:1; aspect-ratio:4/3; border-radius:6px; border:2px solid var(--steel-300); background:linear-gradient(135deg,var(--steel-100),var(--steel-200)); display:flex; align-items:center; justify-content:center; color:var(--blue); font-size:16px; cursor:pointer;}
.gallery-thumb.active{border-color:var(--blue);}

.spec-strip{display:grid; grid-template-columns:repeat(5,1fr); gap:0; border:1px solid var(--steel-300); border-radius:var(--radius); margin:36px 0; overflow:hidden;}
.spec-strip .spec{padding:20px 18px; border-right:1px solid var(--steel-300); display:flex; align-items:center; gap:12px;}
.spec-strip .spec:last-child{border-right:none;}
.spec-strip .spec .ic{font-size:20px; color:var(--blue); flex:none;}
.spec-strip .spec b{display:block; font-size:14px; color:var(--navy);}
.spec-strip .spec span{font-size:11px; color:var(--ink-soft); text-transform:uppercase; letter-spacing:.3px;}

.section-label{display:flex; align-items:center; gap:10px; margin-bottom:18px;}
.section-label .bar{width:4px; height:18px; background:var(--blue); border-radius:2px;}
.section-label h2{font-size:14px; text-transform:uppercase; letter-spacing:.5px; color:var(--navy);}

.overview-grid{display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:start; margin-bottom:56px;}
.overview-grid p{font-size:14px; margin-bottom:14px;}
.video-panel{aspect-ratio:16/10; border-radius:10px; background:linear-gradient(160deg,#2a2a2a,#111); position:relative; display:flex; align-items:center; justify-content:center; overflow:hidden;}
.video-panel .caption{position:absolute; bottom:16px; left:18px; color:#fff;}
.video-panel .caption b{display:block; font-size:13px;}
.video-panel .caption span{font-size:11.5px; opacity:.85; display:flex; align-items:center; gap:6px; margin-top:4px;}

.fb-grid{display:grid; grid-template-columns:2fr 1fr; gap:28px; margin-bottom:56px;}
.fb-cols{display:grid; grid-template-columns:1fr 1fr 1fr; gap:26px;}
.fb-item{margin-bottom:22px;}
.fb-item .fb-title{display:flex; gap:8px; font-size:13.5px; font-weight:700; color:var(--navy); margin-bottom:4px;}
.fb-item .fb-title .ic{color:var(--blue); flex:none;}
.fb-item p{font-size:12px;}
.ideal-panel{background:var(--navy); color:#fff; border-radius:var(--radius); padding:24px;}
.ideal-panel h3{color:#fff; font-size:13px; text-transform:uppercase; letter-spacing:.5px; margin-bottom:16px;}
.ideal-panel ul{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:13px;}
.ideal-panel li{font-size:13px; font-weight:600; display:flex; align-items:center; gap:10px; color:#DCE6F5;}

.spec-table-grid{display:grid; grid-template-columns:1fr 1fr; gap:40px; margin-bottom:56px; align-items:start;}
.spec-table{width:100%; border-collapse:collapse; border:1px solid var(--steel-300); border-radius:var(--radius); overflow:hidden;}
.spec-table tr{border-bottom:1px solid var(--steel-300);}
.spec-table tr:last-child{border-bottom:none;}
.spec-table td{padding:13px 18px; font-size:13px;}
.spec-table td:first-child{color:var(--ink-soft); font-weight:600; width:45%; background:var(--steel-100);}
.spec-table td:last-child{color:var(--navy); font-weight:700;}
.mfr-spec-section{margin-bottom:56px;}
.mfr-spec-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:20px; margin-top:16px;}
.mfr-spec-box{border:1px solid var(--steel-300); border-radius:var(--radius); padding:18px 20px; background:var(--steel-100);}
.mfr-spec-box h4{font-size:13px; font-weight:700; color:var(--navy); margin-bottom:10px; text-transform:uppercase; letter-spacing:.3px;}
.mfr-spec-box ul{margin:0; padding-left:18px;}
.mfr-spec-box li{font-size:12.5px; color:var(--ink-soft); line-height:1.5; margin-bottom:6px;}
.mfr-spec-box li:last-child{margin-bottom:0;}

/* ================= REQUEST A QUOTE PAGE ================= */
.quote-form-group{margin-bottom:20px;}
.quote-form-group label{display:block; font-size:12.5px; font-weight:700; color:var(--navy); margin-bottom:6px; text-transform:uppercase; letter-spacing:.3px;}
.quote-form-group .required{color:var(--blue);}
.quote-form-group input, .quote-form-group select, .quote-form-group textarea{
  width:100%; box-sizing:border-box; padding:12px 14px; font-size:14px; font-family:inherit; color:var(--ink);
  border:1.5px solid var(--steel-300); border-radius:8px; background:#fff; transition:border-color .15s ease;
}
.quote-form-group input:focus, .quote-form-group select:focus, .quote-form-group textarea:focus{
  outline:none; border-color:var(--blue);
}
.quote-form-group textarea{resize:vertical; min-height:110px;}
.quote-form-row{display:grid; grid-template-columns:1fr 1fr; gap:20px;}
@media (max-width:640px){ .quote-form-row{grid-template-columns:1fr;} }
.quote-panel{background:#fff; border:1px solid var(--steel-300); border-radius:14px; padding:40px; box-shadow:var(--shadow);}
.quote-side-item{display:flex; gap:14px; margin-bottom:22px;}
.quote-side-item .ic{width:38px; height:38px; flex:none; border-radius:9px; background:var(--steel-100); border:1px solid var(--steel-300); display:flex; align-items:center; justify-content:center; color:var(--blue); font-size:17px;}
.quote-side-item b{display:block; font-size:13.5px; color:var(--navy); margin-bottom:3px;}
.quote-side-item p{font-size:12.5px; margin:0; color:var(--ink-soft); line-height:1.5;}
.quote-submit-btn{width:100%; padding:15px 20px; font-size:14.5px; font-weight:700; border:none; border-radius:8px; background:var(--blue); color:#fff; cursor:pointer; transition:background .15s ease;}
.quote-submit-btn:hover{background:var(--navy);}
.quote-success{display:none; text-align:center; padding:60px 20px;}
.quote-success .ic{font-size:44px; margin-bottom:16px;}
.quote-success h3{font-size:20px; margin-bottom:10px;}
.quote-success p{color:var(--ink-soft); font-size:14px; max-width:400px; margin:0 auto;}
.quote-checklist{border:1px solid var(--steel-300); border-radius:10px; padding:14px 18px; background:var(--steel-100);}
.quote-checklist label{display:flex; align-items:center; gap:9px; font-size:13px; color:var(--ink); font-weight:600; padding:6px 0; cursor:pointer;}
.quote-checklist input[type=checkbox], .quote-checklist input[type=radio]{width:16px; height:16px; accent-color:var(--blue); cursor:pointer; flex:none;}
.quote-checklist-group + .quote-checklist-group{margin-top:16px;}
.quote-checklist-group h4{font-size:11.5px; text-transform:uppercase; letter-spacing:.4px; color:var(--blue); margin-bottom:8px; font-weight:800;}
.quote-checklist-grid{display:grid; grid-template-columns:repeat(auto-fill, minmax(175px,1fr)); column-gap:10px;}
.quote-checklist-grid label{padding:5px 0; min-width:0;}
.quote-checklist label{word-break:break-word; overflow-wrap:break-word;}
.quote-section-title{font-size:19px; font-weight:800; color:var(--navy); margin:36px 0 4px;}
.quote-section-title:first-child{margin-top:0;}
.quote-section-sub{font-size:13px; color:var(--ink-soft); margin:0 0 20px;}
.quote-divider{border:none; border-top:1px solid var(--steel-300); margin:32px 0;}
.quote-counter-box{border:1.5px dashed var(--blue); border-radius:12px; padding:24px 26px; background:#F5F9FF;}
@media (max-width:900px){ .mfr-spec-grid{grid-template-columns:1fr 1fr;} }
@media (max-width:640px){ .mfr-spec-grid{grid-template-columns:1fr;} }
.drawing-box{border:1px solid var(--steel-300); border-radius:var(--radius); padding:20px; display:flex; gap:20px;}
.drawing-item{flex:1; text-align:center;}
.drawing-visual{aspect-ratio:4/3; background:var(--steel-100); border-radius:6px; margin-bottom:8px; display:flex; align-items:center; justify-content:center; color:var(--steel-300); font-size:30px;}
.drawing-item span{font-size:12px; font-weight:700; color:var(--ink-soft);}
.video-section{margin-top:32px;}
.video-grid{display:grid; grid-template-columns:repeat(auto-fit, minmax(280px,1fr)); gap:16px;}
.video-embed{position:relative; padding-bottom:56.25%; height:0; overflow:hidden; border-radius:var(--radius); background:#0B2447; box-shadow:0 2px 8px rgba(0,0,0,0.08);}
.video-embed iframe{position:absolute; top:0; left:0; width:100%; height:100%; border:0;}
.video-placeholder{border:1px dashed var(--steel-300); border-radius:var(--radius); padding:40px 20px; text-align:center; background:var(--steel-100);}
.video-placeholder .drawing-visual{max-width:120px; margin:0 auto 10px;}

.product-cta{background:linear-gradient(135deg,var(--navy),var(--blue)); color:#fff;}
.product-cta .container{display:flex; align-items:center; justify-content:space-between; gap:24px; padding:30px 24px; flex-wrap:wrap;}
.product-cta h2{color:#fff; font-size:19px;}
.product-cta p{color:#C7D6EC; font-size:13.5px; margin-top:2px;}
.product-cta .ctas{display:flex; gap:12px;}
.product-cta .btn-outline{background:transparent; color:#fff; border-color:rgba(255,255,255,.4);}
.product-cta .btn-white{background:#fff; color:var(--navy);}

@media (max-width:980px){
  .product-hero-grid{grid-template-columns:1fr;}
  .quick-feats{grid-template-columns:1fr 1fr;}
  .spec-strip{grid-template-columns:1fr 1fr;}
  .spec-strip .spec{border-bottom:1px solid var(--steel-300);}
  .overview-grid{grid-template-columns:1fr;}
  .fb-grid{grid-template-columns:1fr;}
  .fb-cols{grid-template-columns:1fr 1fr;}
  .spec-table-grid{grid-template-columns:1fr;}
  .drawing-box{flex-direction:column;}
  .split-layout{grid-template-columns:1fr !important;}
}
@media (max-width:640px){
  .quick-feats{grid-template-columns:1fr 1fr;}
  .fb-cols{grid-template-columns:1fr;}
  .spec-strip{grid-template-columns:1fr;}
}

/* ================= MOBILE NAV ================= */
.hamburger{display:none; width:26px; height:20px; flex-direction:column; justify-content:space-between; cursor:pointer; flex:none;}
.hamburger span{display:block; height:2.5px; background:var(--navy); border-radius:2px;}
#navToggle{display:none;}

@media (max-width:1080px){
  .topbar{flex-wrap:wrap; padding:12px 20px;}
  .topbar .btn-primary{padding:10px 14px; font-size:12.5px;}
  .hamburger{display:flex;}
  nav.main-nav{
    display:none;
    order:10; width:100%;
    flex-direction:column; align-items:stretch; gap:0;
    background:#fff; border-top:1px solid var(--steel-300);
    margin-top:12px; padding-top:6px;
  }
  #navToggle:checked ~ nav.main-nav{display:flex;}
  nav.main-nav .nav-item{width:100%;}
  nav.main-nav > .nav-item > a{padding:13px 4px; width:100%; justify-content:space-between; border-bottom:1px solid var(--steel-100);}
  .dropdown{
    position:static; box-shadow:none; border:none; opacity:1; visibility:visible; transform:none;
    display:none; padding:0 0 8px 14px; min-width:0;
  }
  .nav-item.mobile-open .dropdown{display:block;}
  .dropdown a{padding:10px 12px;}
}

.hidden-for-now{display:none !important;}
