/* Header Section */
        .page-header {
            background: #fff;
            padding: 20px 0;
            border-bottom: 1px solid #e5e5e5;
        }
		
		.cat-112 .page-header {
            padding: 5px 0!important;
			border-bottom: 20px solid #cf1717;
			border-top: 20px solid #cf1717;
			color:#000;
			margin:0;
        }
		.cat-112 .header-text{
			font-size: 40px !important;
		}
		.cat-112 .header-text span{
			color: #cf1717!important;
		}
		.cat-112 .main-title{
			color: #cc0000!important;
			margin-top:10px!important;
		}
		
		.home{
			width:100%;
			border-bottom: 7px solid #ff1616;
			background-color: #f6f6f6;
			letter-spacing: -2px;
		}
		.home .page-header {
            padding: 5px 0!important;
			color:#000;
			margin:0;
        }
		.home .header-text{
			font-size: 40px !important;
		}
		.home .header-text span{
			color: #cf1717!important;
		}
		.home .main-title{
			color: #cc0000!important;
			margin-top:10px!important;
		}
		.home .header-content{
			gap:0px;
		}
		
		.home #feature{
			background-color: #f6f6f6;
		}
		
		.homepage .banner {
      width: 100%;
      background: #f6f6f6;
      border-bottom: 7px solid #ff1616;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 16px 24px;
      gap: 20px;
    }

    .homepage .banner-inner {
      width: 100%;
      max-width: 1440px;
      display: flex;
      align-items: center;
      gap: 20px;
    }

    /* LEFT: Logo */
    .logo-wrap {
      flex-shrink: 0;
    }
    .logo-wrap img {
      object-fit: contain;
    }

    /* CENTER: Text */
    .text-block {
      flex: 1;
      min-width: 0;
    }
    .text-block h1 {
      font-family: 'Oswald', sans-serif;
      font-weight: 900;
      color: #1a1a1a;
      text-transform: uppercase;
      line-height: 1.1;
    }
    .text-block h2 {
      font-family: 'Oswald', sans-serif
      font-weight: 800;
      font-size: 25px;
      color: #c0392b;
      text-transform: uppercase;
      letter-spacing: 0.03em;
      margin-top: 4px;
    }
    .text-block p {
      color: #444;
      margin-top: 8px;
      letter-spacing:0px; 
    }

    /* RIGHT: Comparisons */
    .comparisons {
      display: flex;
      gap: 20px;
      flex-shrink: 0;
    }

    .comparison-block {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
    }

    .comparison-row {
      display: flex;
      align-items: flex-start;
      gap: 6px;
    }

    .product-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
    }

    .img-wrap {
      background: #fff;
      border-radius: 6px;
      padding: 6px;
      width: 140px;
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: visible;
    }

    .img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .badge2 {
      position: absolute;
      top: -10px;
      right: -10px;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: 900;
      color: #fff;
      box-shadow: 0 2px 6px rgba(0,0,0,0.2);
      z-index: 2;
      line-height: 1;
    }
    .badge2.good { background: #2bb54b; }
    .badge2.bad  { background: #d92b2b; font-size: 16px; }

    .collapse-overlay {
      position: absolute;
      bottom: 6px;
      left: 50%;
      transform: translateX(-50%);
      background: #ffe000;
      color: #c00;
      font-family: 'Oswald', sans-serif;
      font-weight: 800;
     
      padding: 1px 5px;
      border-radius: 3px;
      border: 1.5px solid #c00;
      white-space: nowrap;
      pointer-events: none;
      z-index: 3;
    }

    .cproduct-name {
     font-family: 'Oswald', sans-serif;
	 font-size: 16px;
      font-weight: 700;
      letter-spacing: 0;
      color: #ff1616;
      text-align: center;
      line-height: 1.15;
    }

    .vs-col {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #555;
    padding-top: 120px;
    letter-spacing: 0px;
    flex-shrink: 0;
}
    

    .cta-link {
      display: block;
      font-family: 'Oswald', sans-serif;
      font-weight: 800;
      font-size: 18px;
      color: #7d7b79;
      text-decoration: underline;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      text-align: center;
      transition: color 0.2s;
      margin-top: 2px;
    }
    .cta-link:hover { color: #ff1616; }

    .divider {
      width: 1px;
      background: #bbb;
      align-self: stretch;
      margin: 0 4px;
    }
	/* ── SECTION WRAPPER ── */
    .is-info-section {
      width: 100%;
      background: #fff;
      padding: 10px 24px;
      display: flex;
      justify-content: center;
    }

    .is-info-inner {
      width: 100%;
      max-width: 1440px;
      display: flex;
      flex-direction: column;
      gap: 32px;
    }
	
	

    /* ── ROW 1: Text left | Stage image right ── */
    .is-row-top {
      display: flex;
      gap: 40px;
      align-items: flex-start;
    }

.is-text-col,
.is-image-col {
  min-width: 0;
}

    .is-text-col p {
      color: #222;
      line-height: 1.65;
      margin-bottom: 16px;
    }

    .is-text-col p strong {
      font-weight: 700;
    }

    .is-image-col {
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      gap: 16px;
      align-items: flex-start;
    }

    .is-image-col .stage-main img {
      width: 700px;
      max-width: 100%;
      display: block;
      border-radius: 4px;
    }

    .is-image-col .stage-secondary {
      display: flex;
      gap: 20px;
      align-items: flex-start;
    }

    .is-image-col .stage-secondary .caption-block {
      flex: 1;
     
      font-family: 'Oswald', sans-serif;
      font-weight: 700;
	  font-size: 18px;
      color: #ff1616;
	  text-align: center;
      text-transform: uppercase;
      margin-top: 40px;
      line-height: 1.3;
	  width:100%;
	  
    }

    .is-image-col .highlight {
		 line-height: 1.5;
      text-align: center;
      font-weight: 700;
      max-width: 450px;
	 
    }

    .is-image-col .stage-secondary img {
      height: 160px;
      max-width: 100%;
      display: block;
	  padding-left: 58px
    }

    /* ── SECTION TITLE ── */
    .is-section-title {
      font-family: 'Oswald', sans-serif;
      font-weight: 800;
      font-size: 2.2rem;
      color: #ff1616;
      text-transform: uppercase;
      letter-spacing: 0.01em;
      padding-bottom: 6px;
      display: inline-block;
    }

    /* ── ROW 2: Shapes ── */
    .is-shapes-row {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .is-shapes-grid {
      display: flex;
      gap: 16px;
      align-items: flex-start;
      flex-wrap: wrap;
    }

    .is-shape-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      min-width: 100px;
    }

    .is-shape-item img {
      width: 110px;
      height: 90px;
      object-fit: contain;
      display: block;
    }

    .is-shape-item .shape-label {
      font-weight: 800;
      color: #222;
      text-align: center;
      line-height: 1.35;
    }
	
/* ══════════════════════════════════════
   PHOTO STRIP
══════════════════════════════════════ */
.is-photo-strip {
  width: 100%;
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  border-top: 1px solid #e8e8e8;
}

.is-photo-strip-inner {
  width: 100%;
  max-width: 1440px;
  display: flex;
  gap: 0;
}

.is-photo-item {
  flex: 1 1 0;
  overflow: hidden;
}

.is-photo-item img {
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
  padding:15px;
}

.is-photo-item img:hover {
  transform: scale(1.03);
}

/* ══════════════════════════════════════
   RISERS SECTION OVERRIDES
══════════════════════════════════════ */
.is-risers-section {
  border-top: 4px solid #f0f0f0;
 
}

/* Riser single image */
.is-risers-single-img {
  margin-top: 20px;
}

.is-risers-single-img img {
  width: 100%;
  max-width: 460px;
  height: auto;
  display: block;
  object-fit: contain;
}

.is-risers-footnote {
  color: #222;
  margin-top: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}

.is-stacking-col {
  align-items: flex-start !important;
}

.is-stacking-col img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
        .header-content {
            display: flex;
            align-items: center;
            gap: 30px;
            flex-wrap: wrap;
        }


        .logo-section {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .logo img {
            max-width: 150px;
            height: auto;
        }

        .header-text {
            flex: 1;
            min-width: 300px;
        }

        .header-text h1 {
            font-size: 30px !important;
            font-weight: 700;
            color: #333 !important;
            margin-bottom: 10px;
            line-height: 1.3;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
		.cat-112 .header-text h1{
			  font-size: 40px !important;
		}
		.cat-113 .header-text h1{
			   color: #ff1616; !important;
		}
        .header-text h2 {
            font-size: 20px !important;
            font-weight: 600;
            color: #cc0000;
            line-height: 1.4;
            text-transform: uppercase;
        }

        /* Visual Comparison Section */
        .visual-comparison {
            background: #e8e8e8;
            text-align: center;
        }

        .comparison-images {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            gap: 0px;
            flex-wrap: wrap;
            width: 100%;
            margin: 0 auto;
        }

        .comparison-item {
            flex: 1;
            min-width: 300px;
            text-align: center;
        }

        .comparison-item img {
            width:85%;
            height: auto;
            display: block;
            margin: 0 auto;
        }
		
		.col-lookalike img{
			padding-right:12px;
		}

        /* Main Title */
        .main-title {
            font-size: 32px;
            font-weight: 700;
            color: #cc0000;
            margin: 50px 0 10px;
            text-align: left;
            line-height: 1.3;
        }

        /* Content Section */
        .content-section {
            margin-bottom: 15px;
        }

        .content-section p {
            margin-bottom: 10px;
            font-size: 15px;
            line-height: 1.5;
            color: #555;
            text-align: justify;
        }

        /* Key Takeaways */
		
        .key-takeaways {
            background: #f5f5f5;
			padding: 10px 10px;
			color: #000000;
			margin: 10px 0;
			font-weight: 700;
        }

        .key-takeaways h3 {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #cc0000;
            text-transform: uppercase;
        }

        .key-takeaways ul {
			column-count: 2;
			column-gap: 1rem;
            list-style: none;
            padding: 0;
        }

        .key-takeaways li {
            padding-left: 20px;
			margin-bottom: 15px;
			position: relative;
			font-size: 15px;
			line-height: 1.5;
			color: #000;
        }

        .key-takeaways li::before {
            content: '•';
            position: absolute;
            left: 0;
            color: #cc0000;
            font-weight: bold;
            font-size: 24px;
            line-height: 1;
        }

        /* Comparison Table */
        .comparison-table {
            margin: 10px 0;
            overflow-x: auto;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            background: #fff;
            border: 1px solid #ddd;
        }

        th {
            background: #f8f8f8;
            color: #333;
            font-weight: 700;
            padding: 18px 20px;
            text-align: left;
           
            font-size: 24px;
            text-transform: uppercase;
        }

        th:first-child {
            color: #fff;
        }

        td {
            padding: 20px;
            border: 1px solid #ddd;
            vertical-align: top;
            font-size: 14px;
            line-height: 1.7;
        }

        tr:nth-child(even) {
            background: #f9f9f9;
        }

        tr:hover {
            background: #f5f5f5;
        }

        .feature-name {
			font-size:16px;
            font-weight: 700;
            color: #cc0000;
            min-width: 180px;
            background: #fff !important;
			text-transform: uppercase;
        }

        .angled-leg {
            color: #666;
        }

        .intellistage {
            color: #333;
            font-weight:700;
        }

        /* Image Placeholders */
        .image-placeholder {
            background: #f0f0f0;
            border: 2px dashed #ccc;
            padding: 40px 20px;
            text-align: center;
            color: #999;
            font-style: italic;
            margin: 20px 0;
        }

        /* ── Strength & Safety Page — New Classes ── */

        /* Intro Section */
        .intro-section {
            padding: 20px 0 20px;
        }

        .intro-section p {
            font-size: 15px;
            color: #555;
            margin-bottom: 18px;
            line-height: 1.8;
        }

        .intro-section p strong {
            color: #333;
        }

        /* Side-by-Side Comparison Block */
        .comparison-block {
            background: transparent;
        }

        .comparison-block-title {
            text-align: center;
            font-size: 24px;
            font-weight: 700;
            color: #ff3131;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 30px;
			background: #ece9ea;
			padding:20px;
        }

        /* Comparison Column Headers */
        .comparison-col-headers {
            display: flex;
            align-items: center;
            gap: 0;
            margin-bottom: 20px;
            border-bottom: 2px solid #ddd;
            padding-bottom: 20px;
			
        }

        .comparison-col-header {
            flex: 1;
            font-size: 15px;
            font-weight: 700;

            line-height: 1.4;
            padding: 10px 15px;
        }

        .comparison-col-header span {
            font-weight: 400;
            font-style: italic;
            text-transform: none;
            font-size: 13px;
        }

        .lookalike-header {
            color: #ff3131;
            text-align: center;
			padding-right: 90px;
			font-weight:700;
        }

        .intellistage-header {
            color: #ff3131;
            text-align: left;
        }

        .comparison-col-center {
            flex: 0 0 100px;
            text-align: center;
            padding: 0 10px;
        }

        .comparison-col-center img {
            width: 80px;
            height: 80px;
            object-fit: contain;
        }

        /* Engineering Differences Table */
        .engineering-title {
            text-align: center;
            font-size: 18px;
            font-weight: 700;
            color: #fff;
            background: #cc0000;
            padding: 14px 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin: 40px 0 0;
        }

        .engineering-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        }

        .engineering-table thead th {
            padding: 16px 20px;
            font-size: 25px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
           
        }
		

        .engineering-table thead th.col-lookalike {
            background: #c3c3c3;
            color: #818181;
            width: 50%;
        }
		
        .engineering-table thead th.col-intellistage {
            background: #cc0000;
            color: #fff;
            width: 50%;
        }
		.intelli_comp{
			color: #cc0000!important;
		}
        .engineering-table tbody td {
            padding: 16px 20px;
            font-size: 14px;
            line-height: 1.7;
            border: 1px solid #ddd;
            vertical-align: top;
        }

        .engineering-table tbody tr:nth-child(even) {
            background: #f9f9f9;
        }

        .engineering-table tbody td.col-lookalike {
            color: #000;
        }

        .engineering-table tbody td.col-intellistage {
            color: #333;
            font-weight: 700;
        }

        .engineering-table tfoot td {
            padding: 16px 20px;
            font-size: 14px;
            font-weight: 700;
            border: 1px solid #ddd;
        }

        .engineering-table tfoot td.col-lookalike-fail {
            background: #f5f5f5;
            color: #666;
        }

        .engineering-table tfoot td.col-intellistage-result {
              background: #c3c3c3;
            color: #000;
			border: none;
        }
		.engineering-table tfoot td.col-intellistage-result strong{
			color: #cc0000;
		}

        /* Load Path Section */
        .load-path-section {
            padding: 16px;
            background: #f8f8f8;
            
        }

        .load-path-section h3 {
            font-size: 20px;
            font-weight: 700;
            color: #ff1616;
			margin:0;
           
        }

        .load-path-cols {
            display: flex;
            gap: 30px;
            flex-wrap: wrap;
        }

        .load-path-col {
            flex: 1;
            min-width: 220px;
        }

        .col-label {
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 8px;
            padding: 6px 12px;
        }

        .load-path-col.lookalike .col-label {
            background: #555;
            color: #fff;
        }

        .load-path-col.intellistage .col-label {
            background: #cc0000;
            color: #fff;
        }

        .load-path-col p {
            font-size: 14px;
            color: #555;
            line-height: 1.7;
            padding: 12px 0;
        }

        /* Content Sections */
        .section-block {
            margin: 20px 0;
        }

        .section-block h2 {
            font-size: 24px;
            font-weight: 700;
            color: #cc0000;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .section-block h3 {
            font-size: 18px;
            font-weight: 700;
            color: #333;
            margin: 20px 0 10px;
        }

        .section-block p {
            font-size: 15px;
            color: #555;
            margin-bottom: 15px;
            line-height: 1.8;
        }

        .section-block ul {
            list-style: none;
            padding: 0;
            margin: 10px 0 20px;
        }

        .section-block ul li {
            position: relative;
            padding-left: 24px;
            font-size: 14px;
            color: #555;
            margin-bottom: 10px;
            line-height: 1;
        }

        .section-block ul li::before {
            content: '•';
            position: absolute;
            left: 0;
            color: #cc0000;
            font-size: 20px;
            line-height: 1;
        }

        /* Closing CTA */
        .closing-cta {
            background: #f8f8f8;
            border-left: 4px solid #cc0000;
            padding: 30px 35px;
            margin: 40px 0;
        }

        .closing-cta h2 {
            font-size: 22px;
            font-weight: 700;
            color: #cc0000;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        .closing-cta p {
            font-size: 15px;
            color: #555;
            line-height: 1.8;
            margin-bottom: 12px;
        }

        .closing-cta p:last-child {
            margin-bottom: 0;
        }

        /* Section Divider */
        .section-divider {
            border: none;
            border-top: 1px solid #e5e5e5;
            margin: 20px 0;
        }
		
		table td[class*="col-"]{
			width:50% !important;
		}

        /* ── Responsive Design ── */
        @media (max-width: 768px) {
            .header-content {
                flex-direction: column;
                text-align: center;
            }

            .header-text h1 {
                font-size: 18px !important;
            }

            .header-text h2 {
                font-size: 14px !important;
            }

            .comparison-images {
                gap: 0px;
            }

            .comparison-item {
                min-width: 100%;
            }

            .main-title {
                font-size: 24px;
            }

            table {
                font-size: 13px;
            }

            th, td {
                padding: 12px 10px;
            }

            .feature-name {
                min-width: 120px;
            }

            .key-takeaways {
                padding: 20px 25px;
            }

            .comparison-col-headers {
                flex-direction: column;
                text-align: center;
                gap: 15px;
            }

            .comparison-col-header {
                text-align: center !important;
            }

            .load-path-cols {
                flex-direction: column;
            }

            .engineering-table thead th,
            .engineering-table tbody td,
            .engineering-table tfoot td {
                padding: 12px 10px;
                font-size: 13px;
            }

            .section-block h2 {
                font-size: 20px;
            }

            .closing-cta {
                padding: 20px;
            }
        }

        @media (max-width: 480px) {
            .logo img {
                max-width: 120px;
            }

            .engineering-title {
                font-size: 15px;
            }

            .comparison-block-title {
                font-size: 16px;
            }
        }
		
		@media (max-width: 1400px) { 
		.is-shape-item img{
			width: 105px;
			height:auto;	
		}
		.is-shape-item .shape-label{
			font-size: 11px;
		}
	}