{"id":1349,"date":"2026-02-13T03:24:13","date_gmt":"2026-02-13T03:24:13","guid":{"rendered":"https:\/\/boshiya.com\/?page_id=1349"},"modified":"2026-02-13T07:34:22","modified_gmt":"2026-02-13T07:34:22","slug":"steel-and-metal-plants","status":"publish","type":"page","link":"https:\/\/boshiya.com\/pt\/steel-and-metal-plants\/","title":{"rendered":"Plantas de A\u00e7o e Metal"},"content":{"rendered":"\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-37dba72\" data-block-id=\"37dba72\"><style>.stk-37dba72 {margin-bottom:0px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-37dba72-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-c1dae87\" data-v=\"4\" data-block-id=\"c1dae87\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-c1dae87-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-c1dae87-inner-blocks\">\n<header id=\"industrial-hero\" itemscope itemtype=\"https:\/\/schema.org\/WebPageElement\">\n  <style>\n    \/* ISOLATION: Strictly scoped to #industrial-hero *\/\n    \n    \/* 1. Container - Full Screen Impact *\/\n    #industrial-hero {\n      position: relative;\n      width: 100%;\n      height: 85vh;\n      min-height: 650px; \/* Increased slightly for stats *\/\n      max-height: 950px;\n      overflow: hidden;\n      display: flex;\n      align-items: center;\n      justify-content: flex-start;\n      padding: 0 5%;\n      font-family: inherit;\n      color: #fff;\n    }\n\n    \/* 2. Background Image *\/\n    #industrial-hero .hero-bg-img {\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center center;\n      z-index: 0;\n    }\n\n    #industrial-hero::after {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 100%); \/* Darker overlay for text readability *\/\n      z-index: 1;\n    }\n\n    \/* 3. The Content \"Glass\" Card *\/\n    #industrial-hero .hero-content {\n      position: relative;\n      z-index: 2;\n      width: 100%;\n      max-width: 700px; \/* Widened slightly for stats *\/\n      background: rgba(255, 255, 255, 0.1);\n      backdrop-filter: blur(12px);\n      -webkit-backdrop-filter: blur(12px);\n      border: 1px solid rgba(255, 255, 255, 0.15);\n      padding: 50px;\n      box-shadow: 0 20px 40px rgba(0,0,0,0.3);\n    }\n\n    \/* 4. Typography Strategy *\/\n    \n    #industrial-hero .hero-kicker {\n      display: inline-block;\n      font-family: 'Times New Roman', serif;\n      font-style: italic;\n      font-size: 15px;\n      color: #e0e0e0;\n      margin-bottom: 25px;\n      border-bottom: 1px solid #cfaa7f;\n      padding-bottom: 5px;\n      letter-spacing: 0.5px;\n    }\n\n    #industrial-hero h1.hero-title {\n      font-size: 42px !important;\n      font-weight: 700 !important;\n      line-height: 1.1 !important;\n      color: #ffffff !important;\n      margin: 0 0 25px 0 !important;\n      text-shadow: 0 2px 10px rgba(0,0,0,0.5);\n    }\n\n    #industrial-hero .hero-subtitle-span {\n      display: block;\n      font-size: 26px;\n      font-weight: 300;\n      margin-top: 8px;\n      opacity: 0.95;\n      color: #f0f0f0;\n    }\n\n    #industrial-hero p.hero-desc {\n      font-size: 18px;\n      line-height: 1.6;\n      color: #e0e0e0;\n      margin-bottom: 35px;\n      font-weight: 400;\n      max-width: 95%;\n    }\n\n    \/* 5. CTA Button *\/\n    #industrial-hero .hero-btn {\n      display: inline-flex;\n      align-items: center;\n      padding: 16px 32px;\n      background-color: #ffffff;\n      color: #000018 !important; \/* Brand Blue Text *\/\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      font-size: 14px;\n      font-weight: 800;\n      text-decoration: none;\n      transition: all 0.3s ease;\n      border: 1px solid #fff;\n    }\n\n    #industrial-hero .hero-btn:hover {\n      background-color: transparent;\n      color: #ffffff !important;\n      border-color: #ffffff;\n    }\n\n    \/* 6. NEW: Stats Bar Styling *\/\n    #industrial-hero .hero-stats-row {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 15px;\n      margin-top: 40px;\n      padding-top: 30px;\n      border-top: 1px solid rgba(255,255,255,0.2);\n    }\n\n    #industrial-hero .stat-item {\n      display: flex;\n      flex-direction: column;\n    }\n\n    #industrial-hero .stat-num {\n      font-size: 22px;\n      font-weight: 700;\n      color: #fff;\n      line-height: 1;\n      margin-bottom: 6px;\n      font-family: inherit;\n    }\n\n    #industrial-hero .stat-label {\n      font-size: 11px;\n      text-transform: uppercase;\n      color: #ccc;\n      letter-spacing: 0.5px;\n      line-height: 1.3;\n    }\n\n    \/* 7. Responsive *\/\n    @media (max-width:690px) {\n      #industrial-hero { height: auto; padding: 80px 20px; min-height: 600px; }\n      #industrial-hero .hero-content { padding: 30px; backdrop-filter: blur(10px); }\n      #industrial-hero h1.hero-title { font-size: 30px !important; }\n      #industrial-hero .hero-subtitle-span { font-size: 20px; }\n      \n      \/* Stack Stats on mobile *\/\n      #industrial-hero .hero-stats-row {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 20px;\n      }\n    }\n  <\/style>\n\n  <img decoding=\"async\" \n    src=\"https:\/\/boshiya.com\/wp-content\/uploads\/2026\/02\/06.jpg\" \n    alt=\"BOSHIYA Group - Iron and Steel Production Plant Engineering\" \n    class=\"hero-bg-img\"\n    loading=\"eager\" \n  \/>\n\n  <div class=\"hero-content\">\n    \n    <span class=\"hero-kicker\">Since 1915 \u00b7 ISO 9001 \u00b7 CE Certified<\/span>\n    \n    <h1 class=\"hero-title\" itemprop=\"headline\">\n      Steel and Metal Plants \u2014\n      <span class=\"hero-subtitle-span\">Design, Build, Modernize<\/span>\n    <\/h1>\n    \n    <p class=\"hero-desc\" itemprop=\"description\">\n      BOSHIYA Group engineers and delivers complete iron and steel production plants. Blast furnace lines, EAF mini-mills, hybrid DRI-EAF facilities \u2014 from raw concept to first heat.\n    <\/p>\n    \n    <a href=\"#ct-popup-697\" class=\"hero-btn\">Request a Quote<\/a>\n\n    <div class=\"hero-stats-row\">\n      <div class=\"stat-item\">\n        <span class=\"stat-num\">340+<\/span>\n        <span class=\"stat-label\">Projects Delivered<\/span>\n      <\/div>\n      <div class=\"stat-item\">\n        <span class=\"stat-num\">45<\/span>\n        <span class=\"stat-label\">Countries Served<\/span>\n      <\/div>\n      <div class=\"stat-item\">\n        <span class=\"stat-num\">5M+<\/span>\n        <span class=\"stat-label\">Tonnes Capacity<\/span>\n      <\/div>\n      <div class=\"stat-item\">\n        <span class=\"stat-num\">109<\/span>\n        <span class=\"stat-label\">Years Operation<\/span>\n      <\/div>\n    <\/div>\n    \n  <\/div>\n\n<\/header>\n<\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-09b58ec\" data-block-id=\"09b58ec\"><style>.stk-09b58ec {margin-bottom:0px !important;}.stk-09b58ec-column{--stk-columns-spacing:24px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-09b58ec-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-fd5dd83\" data-v=\"4\" data-block-id=\"fd5dd83\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-fd5dd83-container stk--no-background stk--no-padding\"><div class=\"has-text-align-center stk-block-content stk-inner-blocks stk-fd5dd83-inner-blocks\"><div class=\"ct-breadcrumbs\" data-source=\"rankmath\" ><nav aria-label=\"breadcrumbs\" class=\"rank-math-breadcrumb\"><p><span class=\"last\">Home<\/span><\/p><\/nav><\/div><\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-72c9598\" data-block-id=\"72c9598\"><style>.stk-72c9598 {margin-bottom:0px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-72c9598-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-eebc0d9\" data-v=\"4\" data-block-id=\"eebc0d9\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-eebc0d9-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-eebc0d9-inner-blocks\">\n<section id=\"boshiya-engineer-revamped\">\n  <style>\n    \/* ISOLATION: Strictly scoped to #boshiya-engineer-revamped *\/\n    \n    \/* 1. Global Container *\/\n    #boshiya-engineer-revamped {\n      width: 100%;\n      max-width: 100%;\n      background-color: #f9f9fb; \/* Slight blue-tinted gray for tech feel *\/\n      color: #1a1a1a;\n      font-family: inherit;\n      padding: 90px 40px;\n      box-sizing: border-box;\n      border-top: 1px solid #e0e0e0;\n      border-bottom: 1px solid #e0e0e0;\n    }\n\n    #boshiya-engineer-revamped * {\n      box-sizing: border-box;\n    }\n\n    \/* 2. Grid Layout - Optimized for Balance *\/\n    #boshiya-engineer-revamped .ber-grid {\n      display: grid;\n      grid-template-columns: 1.1fr 0.9fr; \/* Text Area | Visual & Tool Sidebar *\/\n      gap: 60px;\n      max-width: 1300px;\n      margin: 0 auto;\n      align-items: start; \/* Align tops *\/\n    }\n\n    \/* 3. Left Column: The Narrative *\/\n    #boshiya-engineer-revamped .ber-content {\n      display: flex;\n      flex-direction: column;\n      padding-right: 20px;\n    }\n\n    \/* H2 Header *\/\n    #boshiya-engineer-revamped h2.ber-h2 {\n      font-size: 34px !important;\n      font-weight: 700 !important;\n      line-height: 1.15 !important;\n      color: #000018 !important;\n      margin: 0 0 35px 0 !important;\n      letter-spacing: -0.5px;\n    }\n\n    \/* Author Card *\/\n    #boshiya-engineer-revamped .ber-author-card {\n      border-left: 3px solid #000018;\n      background: #fff;\n      padding: 25px;\n      margin-bottom: 35px;\n      box-shadow: 0 4px 20px rgba(0,0,0,0.04); \/* Subtle float *\/\n    }\n\n    #boshiya-engineer-revamped .ber-name {\n      font-family: 'Times New Roman', serif;\n      font-size: 20px;\n      font-weight: 700;\n      color: #000;\n      display: block;\n    }\n\n    #boshiya-engineer-revamped .ber-role {\n      font-family: inherit;\n      font-size: 11px;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      color: #666;\n      margin-top: 6px;\n      display: block;\n      font-weight: 700;\n    }\n\n    \/* Body Text *\/\n    #boshiya-engineer-revamped p {\n      font-size: 16px;\n      line-height: 1.8;\n      color: #444;\n      margin-bottom: 25px;\n      text-align: justify;\n    }\n\n    \/* H3 Subhead *\/\n    #boshiya-engineer-revamped h3.ber-h3 {\n      font-size: 16px !important;\n      font-weight: 800 !important;\n      color: #000018 !important;\n      margin: 20px 0 15px 0 !important;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      display: flex;\n      align-items: center;\n    }\n    \n    #boshiya-engineer-revamped h3.ber-h3::before {\n      content: '';\n      display: block;\n      width: 20px;\n      height: 2px;\n      background: #000018;\n      margin-right: 12px;\n    }\n\n    \/* 4. Right Column: The \"Functional Sidebar\" *\/\n    #boshiya-engineer-revamped .ber-sidebar {\n      display: flex;\n      flex-direction: column;\n      gap: 30px; \/* Space between Image, Certs, and Tool *\/\n    }\n\n    \/* Image Frame *\/\n    #boshiya-engineer-revamped .ber-img-frame {\n      border: 1px solid #000018;\n      padding: 8px;\n      background: #fff;\n    }\n\n    #boshiya-engineer-revamped .ber-img {\n      width: 100%;\n      height: auto;\n      display: block;\n      filter: contrast(1.1);\n    }\n\n    \/* Certs Grid *\/\n    #boshiya-engineer-revamped .ber-certs {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 12px;\n    }\n\n    #boshiya-engineer-revamped .ber-cert-tag {\n      border: 1px solid #ccc;\n      background: #fff;\n      padding: 12px;\n      font-size: 11px;\n      font-weight: 700;\n      color: #333;\n      text-transform: uppercase;\n      display: flex;\n      align-items: center;\n      font-family: 'Courier New', monospace;\n    }\n    \n    #boshiya-engineer-revamped .ber-check {\n      color: #000018;\n      margin-right: 8px;\n      font-size: 14px;\n    }\n\n    \/* NEW POSITION: Cost Estimator Tool (Sidebar Widget) *\/\n    #boshiya-engineer-revamped .ber-tool-card {\n      background-color: #000018; \/* Dark Navy *\/\n      color: #fff;\n      padding: 30px;\n      text-decoration: none;\n      display: block;\n      position: relative;\n      overflow: hidden;\n      border: 1px solid #000018;\n      transition: transform 0.3s ease;\n      margin-top: 10px; \/* Slight separation *\/\n    }\n\n    #boshiya-engineer-revamped .ber-tool-card:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 15px 30px rgba(0,0,0,0.2);\n    }\n\n    \/* Decorative Tech Lines *\/\n    #boshiya-engineer-revamped .ber-tool-card::before {\n      content: '';\n      position: absolute;\n      top: 0; right: 0;\n      width: 40px; height: 40px;\n      background: linear-gradient(45deg, transparent 50%, #1a1a33 50%);\n    }\n\n    #boshiya-engineer-revamped .ber-tool-label {\n      font-size: 10px;\n      text-transform: uppercase;\n      color: #4da6ff; \/* Tech Blue *\/\n      letter-spacing: 2px;\n      margin-bottom: 10px;\n      display: block;\n      font-weight: 700;\n    }\n\n    #boshiya-engineer-revamped .ber-tool-heading {\n      font-size: 20px;\n      font-weight: 700;\n      color: #fff;\n      line-height: 1.3;\n      margin-bottom: 20px;\n      display: block;\n    }\n\n    #boshiya-engineer-revamped .ber-tool-action {\n      font-size: 13px;\n      font-weight: 700;\n      text-transform: uppercase;\n      border-bottom: 1px solid #fff;\n      padding-bottom: 3px;\n      display: inline-block;\n    }\n\n    \/* 5. Responsive *\/\n    @media (max-width: 900px) {\n      #boshiya-engineer-revamped { padding: 50px 20px; }\n      #boshiya-engineer-revamped .ber-grid { grid-template-columns: 1fr; gap: 40px; }\n      #boshiya-engineer-revamped .ber-content { padding-right: 0; }\n    }\n  <\/style>\n\n  <div class=\"ber-grid\">\n    \n    <article class=\"ber-content\">\n      \n      <h2 class=\"ber-h2\">BOSHIYA Group: Steel Plant Manufacturer &#038; Supplier With a Century of Experience<\/h2>\n      \n      <div class=\"ber-author-card\" itemscope itemtype=\"https:\/\/schema.org\/Person\">\n        <span class=\"ber-name\" itemprop=\"name\">Rajiv Krishnamurthy, PE<\/span>\n        <span class=\"ber-role\" itemprop=\"jobTitle\">Senior Metallurgical Engineer \u00b7 28 years in steel plant design<\/span>\n        <meta itemprop=\"worksFor\" content=\"BOSHIYA Group\" \/>\n      <\/div>\n\n      <p>\n        I&#8217;ve been in this industry long enough to watch it change \u2014 twice. The first shift happened in the late &#8217;90s when mini-mills started eating into integrated producers&#8217; market share. The second one is happening right now, and it&#8217;s bigger: the global push toward EAF-based steelmaking and decarbonization. BOSHIYA has been part of both.\n      <\/p>\n      \n      <p>\n        We were founded in 1915. That&#8217;s not a marketing line \u2014 it means we&#8217;ve been building and modernizing steel plants through two world wars, multiple oil crises, the rise of China&#8217;s steel sector, and now the green steel transition. Our engineering centers in India, Ohio, and Indiana handle everything from initial feasibility studies through commissioning.\n      <\/p>\n\n      <h3 class=\"ber-h3\">What Sets Us Apart?<\/h3>\n      <p>\n        Honestly, it&#8217;s not one thing. It&#8217;s the combination: metallurgical know-how (our team includes 40+ engineers with advanced degrees in ferrous metallurgy), a manufacturing base that can produce critical components in-house, and \u2014 maybe most important \u2014 the willingness to take on projects other firms walk away from. The Gujarat modernization we did in 2023? Three contractors turned it down. We said yes. It worked out.\n      <\/p>\n\n    <\/article>\n\n    <aside class=\"ber-sidebar\">\n      \n      <figure class=\"ber-img-frame\">\n        <img decoding=\"async\" \n          src=\"https:\/\/boshiya.com\/wp-content\/uploads\/2026\/02\/03-scaled.webp\" \n          alt=\"BOSHIYA Steel Plant Engineering Facility\" \n          class=\"ber-img\"\n          loading=\"lazy\"\n        \/>\n      <\/figure>\n\n      <div class=\"ber-certs\">\n        <div class=\"ber-cert-tag\"><span class=\"ber-check\">\u2713<\/span> ISO 9001:2015<\/div>\n        <div class=\"ber-cert-tag\"><span class=\"ber-check\">\u2713<\/span> CE Marking<\/div>\n        <div class=\"ber-cert-tag\"><span class=\"ber-check\">\u2713<\/span> API Compliant<\/div>\n        <div class=\"ber-cert-tag\"><span class=\"ber-check\">\u2713<\/span> ASME Standards<\/div>\n        <div class=\"ber-cert-tag\" style=\"grid-column: span 2; background:#eef0f2; justify-content:center;\">40+ Countries Served<\/div>\n      <\/div>\n\n      <a href=\"https:\/\/boshiya.com\/steel-and-metal-plants\/steel-plant-cost-estimator\/\" class=\"ber-tool-card\" target=\"_blank\">\n        <span class=\"ber-tool-label\">\/\/\/ Interactive Resource<\/span>\n        <span class=\"ber-tool-heading\">Launch Steel Plant<br>Cost Estimator<\/span>\n        <span class=\"ber-tool-action\">Start Calculation \u2192<\/span>\n      <\/a>\n\n    <\/aside>\n\n  <\/div>\n\n<\/section>\n<\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-d2f0aaa\" data-block-id=\"d2f0aaa\"><style>.stk-d2f0aaa {margin-bottom:1px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-d2f0aaa-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-c01012b\" data-v=\"4\" data-block-id=\"c01012b\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-c01012b-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-c01012b-inner-blocks\">\n<section id=\"boshiya-plant-types\">\n  <style>\n    \/* ISOLATION: Strictly scoped to #boshiya-plant-types *\/\n    \n    \/* 1. Global Container: Dark \"Control Room\" Theme *\/\n    #boshiya-plant-types {\n      width: 100%;\n      max-width: 100%;\n      background-color: #000018; \/* Brand Deep Navy *\/\n      color: #e0e0e0;\n      font-family: inherit;\n      padding: 100px 40px;\n      box-sizing: border-box;\n      border-top: 1px solid rgba(255,255,255,0.1);\n    }\n\n    #boshiya-plant-types * {\n      box-sizing: border-box;\n    }\n\n    \/* 2. Header Section *\/\n    #boshiya-plant-types .bpt-header {\n      max-width: 900px;\n      margin-bottom: 70px;\n      border-left: 2px solid #4da6ff; \/* Tech Blue Accent *\/\n      padding-left: 30px;\n    }\n\n    #boshiya-plant-types h2.bpt-h2 {\n      font-size: 38px !important;\n      font-weight: 700 !important;\n      line-height: 1.1 !important;\n      color: #ffffff !important;\n      margin: 0 0 25px 0 !important;\n      letter-spacing: -0.5px;\n    }\n\n    #boshiya-plant-types .bpt-lead {\n      font-size: 18px;\n      line-height: 1.6;\n      color: #b0b0c0;\n      max-width: 800px;\n    }\n\n    \/* 3. The Three Configurations Grid *\/\n    #boshiya-plant-types .bpt-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 30px;\n      margin-bottom: 60px;\n    }\n\n    \/* 4. Individual Card Styling *\/\n    #boshiya-plant-types .bpt-card {\n      background-color: rgba(255,255,255,0.03);\n      border: 1px solid rgba(255,255,255,0.1);\n      display: flex;\n      flex-direction: column;\n      position: relative;\n      transition: all 0.3s ease;\n    }\n\n    #boshiya-plant-types .bpt-card:hover {\n      background-color: rgba(255,255,255,0.06);\n      border-color: #4da6ff;\n      transform: translateY(-5px);\n    }\n\n    \/* Card Header *\/\n    #boshiya-plant-types .bpt-card-head {\n      padding: 30px;\n      border-bottom: 1px solid rgba(255,255,255,0.1);\n    }\n\n    #boshiya-plant-types h3.bpt-h3 {\n      font-size: 22px !important;\n      color: #fff !important;\n      font-weight: 700 !important;\n      margin: 0 0 5px 0 !important;\n    }\n\n    #boshiya-plant-types h4.bpt-h4 {\n      font-size: 12px !important;\n      color: #4da6ff !important;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      font-family: 'Courier New', monospace;\n      margin: 0 !important;\n    }\n\n    \/* Card Body *\/\n    #boshiya-plant-types .bpt-card-body {\n      padding: 30px;\n      flex-grow: 1;\n    }\n\n    #boshiya-plant-types p {\n      font-size: 15px;\n      line-height: 1.7;\n      color: #ccc;\n      margin-bottom: 20px;\n      text-align: justify;\n    }\n\n    \/* The Data Strip (Key Metrics) *\/\n    #boshiya-plant-types .bpt-data-strip {\n      background-color: rgba(0,0,0,0.3);\n      padding: 20px 30px;\n      border-top: 1px solid rgba(255,255,255,0.1);\n    }\n\n    #boshiya-plant-types .bpt-data-row {\n      display: flex;\n      justify-content: space-between;\n      margin-bottom: 8px;\n      font-size: 13px;\n    }\n\n    #boshiya-plant-types .bpt-data-row:last-child {\n      margin-bottom: 0;\n    }\n\n    #boshiya-plant-types .bpt-label {\n      color: #888;\n      text-transform: uppercase;\n      font-size: 11px;\n      font-weight: 700;\n    }\n\n    #boshiya-plant-types .bpt-value {\n      color: #fff;\n      font-family: 'Courier New', monospace;\n      font-weight: 700;\n      text-align: right;\n    }\n\n    \/* 5. The \"Interactive Console\" (Selector Tool + CTA) *\/\n    #boshiya-plant-types .bpt-console {\n      background-color: #1a1a1a;\n      border: 1px solid #333;\n      padding: 40px;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      position: relative;\n      overflow: hidden;\n    }\n\n    \/* Decor line *\/\n    #boshiya-plant-types .bpt-console::before {\n      content: '';\n      position: absolute;\n      left: 0; top: 0; bottom: 0;\n      width: 4px;\n      background: #4da6ff;\n    }\n\n    #boshiya-plant-types .bpt-console-text h3 {\n      font-size: 20px;\n      color: #fff;\n      margin: 0 0 10px 0;\n      font-weight: 700;\n    }\n\n    #boshiya-plant-types .bpt-console-text p {\n      color: #aaa;\n      margin: 0;\n      font-size: 15px;\n    }\n\n    #boshiya-plant-types .bpt-btn-group {\n      display: flex;\n      gap: 20px;\n    }\n\n    \/* Primary Tool Button *\/\n    #boshiya-plant-types .bpt-tool-btn {\n      background-color: #4da6ff;\n      color: #000018 !important;\n      padding: 15px 30px;\n      font-weight: 800;\n      text-decoration: none;\n      text-transform: uppercase;\n      font-size: 13px;\n      letter-spacing: 1px;\n      border: 1px solid #4da6ff;\n      transition: all 0.3s ease;\n      display: flex;\n      align-items: center;\n    }\n\n    #boshiya-plant-types .bpt-tool-btn:hover {\n      background-color: #fff;\n      border-color: #fff;\n    }\n\n    \/* Secondary Consult Button *\/\n    #boshiya-plant-types .bpt-ghost-btn {\n      background-color: transparent;\n      color: #fff !important;\n      padding: 15px 30px;\n      font-weight: 700;\n      text-decoration: none;\n      text-transform: uppercase;\n      font-size: 13px;\n      letter-spacing: 1px;\n      border: 1px solid #fff;\n      transition: all 0.3s ease;\n    }\n\n    #boshiya-plant-types .bpt-ghost-btn:hover {\n      background-color: rgba(255,255,255,0.1);\n    }\n\n    \/* 6. Responsive *\/\n    @media (max-width:1000px) {\n      #boshiya-plant-types { padding: 60px 20px; }\n      #boshiya-plant-types .bpt-grid { grid-template-columns: 1fr; gap: 40px; }\n      #boshiya-plant-types .bpt-console { flex-direction: column; align-items: flex-start; gap: 30px; }\n      #boshiya-plant-types .bpt-btn-group { flex-direction: column; width: 100%; }\n      #boshiya-plant-types .bpt-tool-btn, \n      #boshiya-plant-types .bpt-ghost-btn { width: 100%; justify-content: center; }\n    }\n  <\/style>\n\n  <header class=\"bpt-header\">\n    <h2 class=\"bpt-h2\">Iron and Steel Production Plants: The Three Configurations That Matter<\/h2>\n    <div class=\"bpt-lead\">\n      Steel production hit 1,883 million tonnes globally in 2024. If you&#8217;re planning a new plant or technology switch, you need to understand the fundamental differences in scale, investment, and market fit.\n    <\/div>\n  <\/header>\n\n  <div class=\"bpt-grid\">\n\n    <article class=\"bpt-card\">\n      <div class=\"bpt-card-head\">\n        <h3 class=\"bpt-h3\">Integrated Steel Mill<\/h3>\n        <h4 class=\"bpt-h4\">BF-BOF Route<\/h4>\n      <\/div>\n      <div class=\"bpt-card-body\">\n        <p>\n          Starts with raw iron ore and coke. The blast furnace reduces ore to pig iron at 1,500\u00b0C+, then the basic oxygen furnace refines it. Massive scale required.\n          <br><br>\n          <strong>Best for:<\/strong> High-volume flat products, automotive-grade steel, markets with cheap ore supply.\n        <\/p>\n      <\/div>\n      <div class=\"bpt-data-strip\">\n        <div class=\"bpt-data-row\">\n          <span class=\"bpt-label\">CapEx (Greenfield)<\/span>\n          <span class=\"bpt-value\">$2-5 Billion<\/span>\n        <\/div>\n        <div class=\"bpt-data-row\">\n          <span class=\"bpt-label\">Output Scale<\/span>\n          <span class=\"bpt-value\">3-5M Tonnes\/Yr<\/span>\n        <\/div>\n        <div class=\"bpt-data-row\">\n          <span class=\"bpt-label\">CO\u2082 Emission<\/span>\n          <span class=\"bpt-value\">~2.33 t\/t<\/span>\n        <\/div>\n      <\/div>\n    <\/article>\n\n    <article class=\"bpt-card\">\n      <div class=\"bpt-card-head\">\n        <h3 class=\"bpt-h3\">EAF Mini-Mill<\/h3>\n        <h4 class=\"bpt-h4\">Electric Arc Furnace<\/h4>\n      <\/div>\n      <div class=\"bpt-card-body\">\n        <p>\n          Melts scrap steel using electric arcs at 3,000\u00b0C+. No blast furnace needed. Footprint is a fraction of an integrated mill. 71.8% of US production is now EAF.\n          <br><br>\n          <strong>Best for:<\/strong> Long products, specialty steel, regions with scrap availability.\n        <\/p>\n      <\/div>\n      <div class=\"bpt-data-strip\">\n        <div class=\"bpt-data-row\">\n          <span class=\"bpt-label\">CapEx (Greenfield)<\/span>\n          <span class=\"bpt-value\">$300-600 Million<\/span>\n        <\/div>\n        <div class=\"bpt-data-row\">\n          <span class=\"bpt-label\">Timeline<\/span>\n          <span class=\"bpt-value\">14-20 Months<\/span>\n        <\/div>\n        <div class=\"bpt-data-row\">\n          <span class=\"bpt-label\">CO\u2082 Emission<\/span>\n          <span class=\"bpt-value\">~0.68 t\/t<\/span>\n        <\/div>\n      <\/div>\n    <\/article>\n\n    <article class=\"bpt-card\" style=\"border-color: rgba(77, 166, 255, 0.4);\">\n      <div class=\"bpt-card-head\">\n        <h3 class=\"bpt-h3\">Hybrid DRI-EAF Plant<\/h3>\n        <h4 class=\"bpt-h4\">Low-Carbon Route<\/h4>\n      <\/div>\n      <div class=\"bpt-card-body\">\n        <p>\n          Combines Direct Reduced Iron (gas\/hydrogen based) with EAF melting. Cuts energy by 15-25% vs cold-charge EAF. 42% of new capacity globally uses this tech.\n          <br><br>\n          <strong>Best for:<\/strong> Regions with cheap gas\/H\u2082, premium grades, decarbonization targets.\n        <\/p>\n      <\/div>\n      <div class=\"bpt-data-strip\">\n        <div class=\"bpt-data-row\">\n          <span class=\"bpt-label\">Efficiency<\/span>\n          <span class=\"bpt-value\">-25% Energy Use<\/span>\n        <\/div>\n        <div class=\"bpt-data-row\">\n          <span class=\"bpt-label\">CO\u2082 Emission<\/span>\n          <span class=\"bpt-value\">1.37 to <0.5 t\/t<\/span>\n        <\/div>\n        <div class=\"bpt-data-row\">\n          <span class=\"bpt-label\">Market Trend<\/span>\n          <span class=\"bpt-value\">High Growth<\/span>\n        <\/div>\n      <\/div>\n    <\/article>\n\n  <\/div>\n\n  <div class=\"bpt-console\">\n    <div class=\"bpt-console-text\">\n      <h3>Not sure which configuration fits your project?<\/h3>\n      <p>Our engineering team has designed all three. We&#8217;ll help you figure out what makes sense for your site and budget.<\/p>\n    <\/div>\n    \n    <div class=\"bpt-btn-group\">\n      <a href=\"https:\/\/boshiya.com\/steel-and-metal-plants\/steel-plant-configuration-selector\/\" class=\"bpt-tool-btn\" target=\"_blank\">\n        <span style=\"margin-right:10px;\">\u2699<\/span> Launch Configuration Selector\n      <\/a>\n      \n      <a href=\"#ct-popup-697\" class=\"bpt-ghost-btn\">\n        Get a Free Consultation\n      <\/a>\n    <\/div>\n  <\/div>\n\n<\/section>\n<\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-2ae9fd2\" data-block-id=\"2ae9fd2\"><style>.stk-2ae9fd2 {margin-bottom:0px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-2ae9fd2-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-961d931\" data-v=\"4\" data-block-id=\"961d931\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-961d931-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-961d931-inner-blocks\">\n<section id=\"boshiya-market-intel\">\n  <style>\n    \/* ISOLATION: Strictly scoped to #boshiya-market-intel *\/\n    \n    \/* 1. Global Container *\/\n    #boshiya-market-intel {\n      width: 100%;\n      max-width: 100%;\n      background-color: #f4f5f7; \/* High-end Industrial Gray *\/\n      color: #1a1a1a;\n      font-family: inherit;\n      padding: 90px 40px;\n      box-sizing: border-box;\n      border-top: 1px solid #000018; \/* Top Brand Line *\/\n    }\n\n    #boshiya-market-intel * {\n      box-sizing: border-box;\n    }\n\n    \/* 2. Header Typography *\/\n    #boshiya-market-intel .bmi-header {\n      max-width: 900px;\n      margin-bottom: 50px;\n    }\n\n    #boshiya-market-intel .bmi-kicker {\n      font-family: 'Courier New', monospace;\n      font-size: 12px;\n      text-transform: uppercase;\n      color: #666;\n      letter-spacing: 1px;\n      margin-bottom: 15px;\n      display: block;\n      font-weight: 700;\n    }\n\n    #boshiya-market-intel h2.bmi-h2 {\n      font-size: 36px !important;\n      font-weight: 700 !important;\n      line-height: 1.1 !important;\n      color: #000018 !important;\n      margin: 0 0 25px 0 !important;\n    }\n\n    #boshiya-market-intel p.bmi-intro {\n      font-size: 16px;\n      line-height: 1.6;\n      color: #444;\n      max-width: 800px;\n    }\n\n    \/* 3. Technical Table Styling (The \"Spec Sheet\") *\/\n    #boshiya-market-intel .bmi-table-wrapper {\n      width: 100%;\n      overflow-x: auto; \/* Scrollable on mobile *\/\n      margin-bottom: 20px;\n      background: #fff;\n      box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n      border: 1px solid #e0e0e0;\n    }\n\n    #boshiya-market-intel table.bmi-table {\n      width: 100%;\n      min-width: 900px; \/* Force distinct columns *\/\n      border-collapse: collapse;\n      font-family: inherit;\n    }\n\n    #boshiya-market-intel th {\n      background-color: #000018; \/* Dark Header *\/\n      color: #fff;\n      text-align: left;\n      padding: 18px 20px;\n      font-size: 13px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n      font-weight: 700;\n      border-right: 1px solid #333;\n    }\n\n    #boshiya-market-intel td {\n      padding: 16px 20px;\n      font-size: 14px;\n      color: #333;\n      border-bottom: 1px solid #e0e0e0;\n      border-right: 1px solid #f0f0f0;\n      line-height: 1.5;\n    }\n\n    \/* Zebra Striping *\/\n    #boshiya-market-intel tr:nth-child(even) {\n      background-color: #f9f9fb;\n    }\n\n    \/* Highlight Key Rows (CO2 & Cost) *\/\n    #boshiya-market-intel tr.highlight-row td {\n      font-weight: 700;\n      color: #000018;\n      background-color: rgba(77, 166, 255, 0.05);\n    }\n\n    \/* Table Footnote *\/\n    #boshiya-market-intel .bmi-footnote {\n      font-size: 13px;\n      color: #666;\n      font-style: italic;\n      margin-bottom: 80px;\n      padding-left: 10px;\n      border-left: 3px solid #4da6ff;\n    }\n\n    \/* 4. Market Intelligence Section (Grid Layout) *\/\n    #boshiya-market-intel .bmi-market-grid {\n      display: grid;\n      grid-template-columns: 1.5fr 1fr; \/* Narrative | Data Cards *\/\n      gap: 60px;\n      border-top: 1px solid #d1d1d1;\n      padding-top: 60px;\n    }\n\n    #boshiya-market-intel h3.bmi-h3 {\n      font-size: 24px !important;\n      font-weight: 700 !important;\n      color: #000018 !important;\n      margin: 0 0 20px 0 !important;\n      display: flex;\n      align-items: center;\n    }\n\n    #boshiya-market-intel h3.bmi-h3::before {\n      content: '';\n      display: inline-block;\n      width: 8px;\n      height: 8px;\n      background-color: #4da6ff;\n      margin-right: 12px;\n    }\n\n    #boshiya-market-intel p {\n      font-size: 16px;\n      line-height: 1.7;\n      color: #444;\n      margin-bottom: 25px;\n      text-align: justify;\n    }\n\n    \/* Data Ticker Cards (Right Column) *\/\n    #boshiya-market-intel .bmi-ticker-col {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n    }\n\n    #boshiya-market-intel .bmi-stat-card {\n      background: #fff;\n      padding: 25px;\n      border: 1px solid #e0e0e0;\n      border-left: 4px solid #000018;\n    }\n\n    #boshiya-market-intel .bmi-stat-region {\n      font-family: 'Courier New', monospace;\n      font-size: 11px;\n      text-transform: uppercase;\n      color: #888;\n      display: block;\n      margin-bottom: 5px;\n    }\n\n    #boshiya-market-intel .bmi-stat-val {\n      font-size: 24px;\n      font-weight: 800;\n      color: #000018;\n      display: block;\n      line-height: 1.2;\n      margin-bottom: 5px;\n    }\n\n    #boshiya-market-intel .bmi-stat-context {\n      font-size: 13px;\n      color: #555;\n      line-height: 1.4;\n    }\n\n    \/* 5. Mothballed Plants (Special Feature Box) *\/\n    #boshiya-market-intel .bmi-advisory-box {\n      grid-column: 1 \/ -1; \/* Span full width *\/\n      background-color: #000018;\n      color: #fff;\n      padding: 50px;\n      margin-top: 40px;\n      position: relative;\n    }\n\n    #boshiya-market-intel .bmi-advisory-box h3 {\n      color: #fff !important;\n      font-size: 22px !important;\n      margin-top: 0 !important;\n      border-bottom: 1px solid rgba(255,255,255,0.2);\n      padding-bottom: 15px;\n      margin-bottom: 25px !important;\n    }\n\n    #boshiya-market-intel .bmi-advisory-box p {\n      color: #ccc;\n    }\n\n    #boshiya-market-intel .bmi-highlight-text {\n      color: #4da6ff;\n      font-weight: 700;\n    }\n\n    \/* 6. Responsive *\/\n    @media (max-width: 900px) {\n      #boshiya-market-intel { padding: 50px 20px; }\n      #boshiya-market-intel .bmi-market-grid { grid-template-columns: 1fr; gap: 40px; }\n      #boshiya-market-intel .bmi-advisory-box { padding: 30px; }\n    }\n  <\/style>\n\n  <header class=\"bmi-header\">\n    <span class=\"bmi-kicker\">\/\/\/ Engineering Data<\/span>\n    <h2 class=\"bmi-h2\">Steel Plant Capacity &#038; Specification Comparison<\/h2>\n    <p class=\"bmi-intro\">\n      Numbers matter in this business. A blast furnace with a 12-meter hearth performs nothing like one with an 8-meter hearth \u2014 and the downstream equipment has to match. Here&#8217;s how the three main plant types compare on the specs that actually drive procurement decisions.\n    <\/p>\n  <\/header>\n\n  <div class=\"bmi-table-wrapper\">\n    <table class=\"bmi-table\">\n      <thead>\n        <tr>\n          <th>Parameter<\/th>\n          <th>Integrated Mill (BF-BOF)<\/th>\n          <th>EAF Mini-Mill<\/th>\n          <th>Hybrid DRI-EAF<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td><strong>Typical Annual Capacity<\/strong><\/td>\n          <td>2\u20138 million tonnes<\/td>\n          <td>0.3\u20131.5 million tonnes<\/td>\n          <td>1\u20133 million tonnes<\/td>\n        <\/tr>\n        <tr>\n          <td><strong>Primary Feed<\/strong><\/td>\n          <td>Iron ore + coke<\/td>\n          <td>Scrap steel<\/td>\n          <td>Iron ore pellets + gas\/H\u2082<\/td>\n        <\/tr>\n        <tr>\n          <td><strong>Furnace Temperature<\/strong><\/td>\n          <td>BF: 1,500\u00b0C \/ BOF: 1,600\u00b0C<\/td>\n          <td>3,000\u00b0C+ (arc)<\/td>\n          <td>DRI: 900\u00b0C \/ EAF: 3,000\u00b0C<\/td>\n        <\/tr>\n        <tr>\n          <td><strong>Power Consumption<\/strong><\/td>\n          <td>~18\u201322 GJ\/tonne<\/td>\n          <td>430\u2013460 kWh\/tonne<\/td>\n          <td>350\u2013400 kWh\/tonne (hot charge)<\/td>\n        <\/tr>\n        <tr class=\"highlight-row\">\n          <td><strong>CO\u2082 Emissions<\/strong><\/td>\n          <td>2.33 tCO\u2082\/tonne<\/td>\n          <td>0.68 tCO\u2082\/tonne<\/td>\n          <td>1.37 (gas) \/ <0.5 (H\u2082)<\/td>\n        <\/tr>\n        <tr class=\"highlight-row\">\n          <td><strong>Capital Cost (Greenfield)<\/strong><\/td>\n          <td>$2\u20135 billion<\/td>\n          <td>$300\u2013600 million<\/td>\n          <td>$800M\u20131.5 billion<\/td>\n        <\/tr>\n        <tr>\n          <td><strong>Time to First Heat<\/strong><\/td>\n          <td>36\u201360 months<\/td>\n          <td>14\u201320 months<\/td>\n          <td>18\u201328 months<\/td>\n        <\/tr>\n        <tr>\n          <td><strong>Workforce<\/strong><\/td>\n          <td>2,000\u20135,000<\/td>\n          <td>300\u2013800<\/td>\n          <td>500\u20131,200<\/td>\n        <\/tr>\n        <tr>\n          <td><strong>Footprint (acres)<\/strong><\/td>\n          <td>500\u20132,000<\/td>\n          <td>50\u2013200<\/td>\n          <td>150\u2013500<\/td>\n        <\/tr>\n        <tr>\n          <td><strong>Product Focus<\/strong><\/td>\n          <td>Flat: HRC, CRC, coated coils<\/td>\n          <td>Long: rebar, bars, wire rod<\/td>\n          <td>Both flat and long products<\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n  <\/div>\n\n  <div class=\"bmi-footnote\">\n    <strong>Note:<\/strong> A quick note on that power consumption column. EAF numbers look low compared to integrated mills, but that&#8217;s because the BF-BOF figure includes the energy embedded in coke production. Apples-to-apples comparisons require total energy accounting \u2014 something we do for every feasibility study. The difference is still significant, just not as dramatic as the raw numbers suggest.\n  <\/div>\n\n  <div class=\"bmi-market-grid\">\n    \n    <div class=\"bmi-narrative-col\">\n      \n      <h3 class=\"bmi-h3\">Global Steel Production: Where Things Stand in 2025<\/h3>\n      <p>\n        World crude steel output in 2024 was 1,883 million tonnes. China produced the bulk of that \u2014 roughly 1,005 million tonnes, though December 2025 data shows a 10.3% year-over-year decline in monthly output. India is the counter-story: 14.8 million tonnes per month in late 2025, up 10.1% year-over-year. The US sits at 6.9 million tonnes monthly, with EAF dominating at 71.8% of total raw steel production.\n      <\/p>\n      <p>\n        Japan&#8217;s monthly output runs about 6.6 million tonnes \u2014 down 4.8% \u2014 as producers like JFE Steel and Kobe Steel plan EAF replacements for aging blast furnaces.\n      <\/p>\n\n      <h3 class=\"bmi-h3\" style=\"margin-top:40px;\">The Industry Shift<\/h3>\n      <p>\n        The global iron and steel industry is shifting fast. Secondary steel \u2014 material produced from scrap through EAF \u2014 now accounts for 29.1% of output, up from 25% a decade ago. Major players are adapting. Cleveland-Cliffs, the largest flat-rolled steel producer in North America, operates multiple EAF and BF-BOF lines. Nippon Steel in Japan \u2014 the world&#8217;s fourth-largest producer \u2014 recently announced EAF investments at several production facilities.\n      <\/p>\n      <p>\n        The trend line is clear enough. EAF capacity has grown 11% since 2020, with another 24% increase projected by 2030. Half of all steelmaking capacity currently under development uses EAF technology. If current projects proceed as planned, the global fleet could hit 36% EAF steelmaking by 2030 \u2014 close to the IEA&#8217;s 37% target for its net-zero pathway. According to World Steel Association data, the shift is accelerating annually.\n      <\/p>\n    <\/div>\n\n    <aside class=\"bmi-ticker-col\">\n      <div class=\"bmi-stat-card\">\n        <span class=\"bmi-stat-region\">China Output<\/span>\n        <span class=\"bmi-stat-val\">1,005M Tonnes<\/span>\n        <span class=\"bmi-stat-context\">Majority of 2024 world crude output.<\/span>\n      <\/div>\n      <div class=\"bmi-stat-card\">\n        <span class=\"bmi-stat-region\">India Growth<\/span>\n        <span class=\"bmi-stat-val\">+10.1% YoY<\/span>\n        <span class=\"bmi-stat-context\">The global counter-story, hitting 14.8M tonnes\/month.<\/span>\n      <\/div>\n      <div class=\"bmi-stat-card\">\n        <span class=\"bmi-stat-region\">USA Technology<\/span>\n        <span class=\"bmi-stat-val\">71.8% EAF<\/span>\n        <span class=\"bmi-stat-context\">Dominating total raw steel production.<\/span>\n      <\/div>\n      <div class=\"bmi-stat-card\" style=\"border-left-color: #4da6ff;\">\n        <span class=\"bmi-stat-region\">Global Trend<\/span>\n        <span class=\"bmi-stat-val\">36% by 2030<\/span>\n        <span class=\"bmi-stat-context\">Projected EAF global share if current projects proceed.<\/span>\n      <\/div>\n    <\/aside>\n\n    <div class=\"bmi-advisory-box\">\n      <h3>Strategic Evaluation: What about mothballed plants?<\/h3>\n      <p>\n        We get asked this more than you&#8217;d think. Restarting a mothballed steel mill \u2014 especially one with an open hearth furnace or older BF \u2014 requires serious evaluation. Ownership transfer, environmental compliance, operational readiness assessments, equipment integrity checks.\n      <\/p>\n      <p>\n        Sometimes it makes sense to purchase and retrofit a dormant facility rather than build greenfield. Sometimes it doesn&#8217;t. We&#8217;ve evaluated over 30 mothballed sites in the last decade and recommended proceeding on about a third of them. The rest? Better to start fresh. \n      <\/p>\n      <p style=\"margin-top:20px; border-top:1px solid #333; padding-top:20px;\">\n        <span class=\"bmi-highlight-text\">The Rule of Thumb:<\/span> If the structural steel, foundations, and raw materials handling are still sound, retrofitting can save 30-40% vs. greenfield. If the core process equipment needs replacing anyway, the savings evaporate.\n      <\/p>\n    <\/div>\n\n  <\/div>\n\n<\/section>\n<\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-f2ef0bc\" data-block-id=\"f2ef0bc\"><style>.stk-f2ef0bc {margin-bottom:0px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-f2ef0bc-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-d6ea6bd\" data-v=\"4\" data-block-id=\"d6ea6bd\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-d6ea6bd-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-d6ea6bd-inner-blocks\">\n<section id=\"bsy-bf-eaf\">\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap');\n#bsy-bf-eaf{--be-bg:#000018;--be-surface:#0a0f2e;--be-border:#1a2248;--be-amber:#d4a24e;--be-amber-dim:rgba(212,162,78,.12);--be-amber-glow:rgba(212,162,78,.25);--be-text:#e8e6e1;--be-muted:#7a7e8f;--be-white:#fff;--be-green:#34d399;--be-red:#f87171;--be-blue:#60a5fa;--be-radius:8px;font-family:'IBM Plex Sans',system-ui,sans-serif !important;background:var(--be-bg) !important;color:var(--be-text) !important;padding:40px 20px !important;margin:0 !important;width:100% !important;box-sizing:border-box !important;line-height:1.6 !important}\n#bsy-bf-eaf *,#bsy-bf-eaf *::before,#bsy-bf-eaf *::after{box-sizing:border-box !important;margin:0;padding:0}\n#bsy-bf-eaf h2,#bsy-bf-eaf h3,#bsy-bf-eaf h4{margin:0 !important;padding:0 !important;border:none !important;background:none !important;font-family:'IBM Plex Sans',system-ui,sans-serif !important;letter-spacing:normal !important;text-transform:none !important;-webkit-text-fill-color:unset !important}\n#bsy-bf-eaf h2.be-title{font-size:32px !important;font-weight:700 !important;color:var(--be-white) !important;line-height:1.2 !important;margin-bottom:10px !important}\n#bsy-bf-eaf h3.be-col-title{font-size:18px !important;font-weight:700 !important;color:var(--be-white) !important;margin-bottom:4px !important}\n#bsy-bf-eaf h4.be-cat{font-family:'IBM Plex Mono',monospace !important;font-size:11px !important;letter-spacing:1.5px;text-transform:uppercase;color:var(--be-amber) !important;margin:20px 0 10px !important}\n#bsy-bf-eaf .be-wrap{max-width:900px;margin:0 auto}\n#bsy-bf-eaf .be-header{text-align:center;margin-bottom:36px}\n#bsy-bf-eaf .be-badge{display:inline-block;font-family:'IBM Plex Mono',monospace !important;font-size:11px !important;letter-spacing:2px;text-transform:uppercase;color:var(--be-amber) !important;background:var(--be-amber-dim);border:1px solid rgba(212,162,78,.2);padding:5px 14px;border-radius:20px;margin-bottom:16px}\n#bsy-bf-eaf .be-subtitle{font-size:15px !important;color:var(--be-muted) !important;max-width:560px;margin:0 auto}\n#bsy-bf-eaf .be-toggle{display:flex;justify-content:center;gap:0;margin-bottom:28px;background:var(--be-surface);border:1px solid var(--be-border);border-radius:8px;overflow:hidden;max-width:500px;margin-left:auto;margin-right:auto}\n#bsy-bf-eaf .be-toggle-btn{flex:1;padding:12px 20px;font-family:'IBM Plex Sans',system-ui,sans-serif !important;font-size:14px !important;font-weight:600 !important;border:none;cursor:pointer;transition:all .2s;background:transparent;color:var(--be-muted)}\n#bsy-bf-eaf .be-toggle-btn.active{background:var(--be-amber) !important;color:var(--be-bg) !important}\n#bsy-bf-eaf .be-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}\n#bsy-bf-eaf .be-col{background:var(--be-surface);border:1px solid var(--be-border);border-radius:var(--be-radius);padding:28px 24px;position:relative;overflow:hidden}\n#bsy-bf-eaf .be-col::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;opacity:.3}\n#bsy-bf-eaf .be-col.bf::before{background:linear-gradient(90deg,transparent,var(--be-red),transparent)}\n#bsy-bf-eaf .be-col.eaf::before{background:linear-gradient(90deg,transparent,var(--be-green),transparent)}\n#bsy-bf-eaf .be-col.dri::before{background:linear-gradient(90deg,transparent,var(--be-blue),transparent)}\n#bsy-bf-eaf .be-col-sub{font-size:13px !important;color:var(--be-muted) !important;margin-bottom:16px}\n#bsy-bf-eaf .be-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid rgba(26,34,72,.4);font-size:14px !important}\n#bsy-bf-eaf .be-row-label{color:var(--be-muted);font-size:13px !important}\n#bsy-bf-eaf .be-row-val{font-family:'IBM Plex Mono',monospace !important;font-weight:500;color:var(--be-white);font-size:14px !important}\n#bsy-bf-eaf .be-bar{height:6px;background:var(--be-border);border-radius:3px;margin-top:6px;overflow:hidden}\n#bsy-bf-eaf .be-bar-fill{height:100%;border-radius:3px;transition:width .6s ease}\n#bsy-bf-eaf .be-verdict{background:var(--be-amber-dim);border:1px solid rgba(212,162,78,.2);border-radius:6px;padding:14px 16px;margin-top:8px}\n#bsy-bf-eaf .be-verdict p{font-size:13px !important;color:var(--be-text) !important;line-height:1.5 !important;margin:0 !important}\n#bsy-bf-eaf .be-summary{background:var(--be-surface);border:1px solid var(--be-border);border-radius:var(--be-radius);padding:24px;margin-top:24px;text-align:center}\n#bsy-bf-eaf .be-summary p{font-size:14px !important;color:var(--be-text) !important;margin-bottom:16px !important}\n#bsy-bf-eaf .be-anim{animation:beReveal .5s ease}\n@keyframes beReveal{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}\n@media(max-width:700px){\n#bsy-bf-eaf .be-grid{grid-template-columns:1fr}\n#bsy-bf-eaf h2.be-title{font-size:26px !important}\n#bsy-bf-eaf .be-col{padding:24px 18px}\n}\n<\/style>\n\n<div class=\"be-wrap\">\n  <div class=\"be-header\">\n    <div class=\"be-badge\">Comparison Tool<\/div>\n    <h2 class=\"be-title\">Blast Furnace vs Electric Arc Furnace<\/h2>\n    <div class=\"be-subtitle\">Side-by-side comparison of the two dominant steelmaking routes. Toggle to include the hybrid DRI-EAF option.<\/div>\n  <\/div>\n\n  <div class=\"be-toggle\">\n    <button class=\"be-toggle-btn active\" type=\"button\" data-mode=\"bf-eaf\">BF-BOF vs EAF<\/button>\n    <button class=\"be-toggle-btn\" type=\"button\" data-mode=\"bf-dri\">BF-BOF vs DRI-EAF<\/button>\n    <button class=\"be-toggle-btn\" type=\"button\" data-mode=\"eaf-dri\">EAF vs DRI-EAF<\/button>\n  <\/div>\n\n  <div id=\"beCompare\"><\/div>\n\n  <div class=\"be-summary\">\n    <p>Need help deciding which steelmaking route fits your project? BOSHIYA has built all three \u2014 let us run the numbers for your specific situation.<\/p>\n    <a href=\"#ct-popup-697\" style=\"display:inline-block;background:var(--be-amber);color:var(--be-bg);font-family:'IBM Plex Sans',system-ui,sans-serif;font-size:14px;font-weight:600;padding:11px 28px;border-radius:6px;text-decoration:none;transition:all .2s\">Request a Recommendation \u2192<\/a>\n  <\/div>\n<\/div>\n\n<script>\n(function(){\n  var data = {\n    bf: {\n      name:'Blast Furnace (BF-BOF)',\n      sub:'Traditional integrated steelmaking from iron ore',\n      cls:'bf',\n      capex:'$2\u20135 billion',capexScore:95,\n      timeline:'36\u201360 months',timeScore:90,\n      co2:'2.33 tCO\u2082\/t',co2Score:95,co2Color:'var(--be-red)',\n      power:'18\u201322 GJ\/t',powerScore:85,\n      scaleMin:'2M',scaleMax:'8M tonnes\/yr',scaleScore:90,\n      feed:'Iron ore + coke',\n      products:'Full range: HRC, CRC, coated, plate',\n      workers:'2,000\u20135,000',\n      footprint:'500\u20132,000 acres',footScore:90,\n      flexibility:'Low \u2014 long campaign cycles',flexScore:25,\n      bestFor:'High-volume flat products, automotive steel, markets with cheap ore\/coke'\n    },\n    eaf: {\n      name:'Electric Arc Furnace (EAF)',\n      sub:'Scrap-based secondary steelmaking',\n      cls:'eaf',\n      capex:'$300\u2013600M',capexScore:30,\n      timeline:'14\u201320 months',timeScore:30,\n      co2:'0.68 tCO\u2082\/t',co2Score:29,co2Color:'var(--be-green)',\n      power:'430\u2013460 kWh\/t',powerScore:40,\n      scaleMin:'0.3M',scaleMax:'1.5M tonnes\/yr',scaleScore:35,\n      feed:'Ferrous scrap',\n      products:'Primarily long products, expanding to flat',\n      workers:'300\u2013800',\n      footprint:'50\u2013200 acres',footScore:25,\n      flexibility:'High \u2014 quick startups, grade changes',flexScore:90,\n      bestFor:'Long products, specialty steel, regions with scrap and affordable electricity'\n    },\n    dri: {\n      name:'Hybrid DRI-EAF',\n      sub:'Direct reduced iron fed into electric arc furnace',\n      cls:'dri',\n      capex:'$800M\u20131.5B',capexScore:60,\n      timeline:'18\u201328 months',timeScore:55,\n      co2:'1.37 tCO\u2082\/t (gas)',co2Score:58,co2Color:'var(--be-blue)',\n      power:'350\u2013400 kWh\/t',powerScore:35,\n      scaleMin:'1M',scaleMax:'3M tonnes\/yr',scaleScore:60,\n      feed:'Iron ore pellets + natural gas\/H\u2082',\n      products:'Both flat and long, premium grades',\n      workers:'500\u20131,200',\n      footprint:'150\u2013500 acres',footScore:55,\n      flexibility:'Medium \u2014 DRI can feed hot or cold',flexScore:60,\n      bestFor:'Premium steel, decarbonization targets, regions with cheap gas or hydrogen plans'\n    }\n  };\n\n  var metrics = [\n    {cat:'Financial',items:[\n      {label:'Capital Cost',key:'capex',bar:'capexScore',lower:true},\n      {label:'Build Timeline',key:'timeline',bar:'timeScore',lower:true}\n    ]},\n    {cat:'Environmental',items:[\n      {label:'CO\u2082 Emissions',key:'co2',bar:'co2Score',lower:true,colorKey:'co2Color'},\n      {label:'Energy Consumption',key:'power',bar:'powerScore',lower:true}\n    ]},\n    {cat:'Operational',items:[\n      {label:'Capacity Range',val:function(d){return d.scaleMin + ' \u2013 ' + d.scaleMax;},bar:'scaleScore',lower:false},\n      {label:'Primary Feed',key:'feed'},\n      {label:'Product Range',key:'products'},\n      {label:'Workforce',key:'workers'},\n      {label:'Site Footprint',key:'footprint',bar:'footScore',lower:true},\n      {label:'Operational Flexibility',key:'flexibility',bar:'flexScore',lower:false}\n    ]}\n  ];\n\n  function render(mode){\n    var parts = mode.split('-');\n    var left = data[parts[0]];\n    var right = data[parts[1]];\n\n    var html = '<div class=\"be-grid be-anim\">';\n\n    \/\/ Left column\n    html += '<div class=\"be-col ' + left.cls + '\">';\n    html += '<h3 class=\"be-col-title\">' + left.name + '<\/h3>';\n    html += '<div class=\"be-col-sub\">' + left.sub + '<\/div>';\n    for(var m = 0; m < metrics.length; m++){\n      var cat = metrics[m];\n      html += '<h4 class=\"be-cat\">' + cat.cat + '<\/h4>';\n      for(var i = 0; i < cat.items.length; i++){\n        var item = cat.items[i];\n        var val = item.val ? item.val(left) : left[item.key];\n        html += '<div class=\"be-row\"><span class=\"be-row-label\">' + item.label + '<\/span><span class=\"be-row-val\">' + val + '<\/span><\/div>';\n        if(item.bar){\n          var score = left[item.bar];\n          var color = item.colorKey ? left[item.colorKey] : (item.lower ? (score > 70 ? 'var(--be-red)' : score > 40 ? 'var(--be-amber)' : 'var(--be-green)') : (score > 70 ? 'var(--be-green)' : score > 40 ? 'var(--be-amber)' : 'var(--be-red)'));\n          html += '<div class=\"be-bar\"><div class=\"be-bar-fill\" style=\"width:' + score + '%;background:' + color + '\"><\/div><\/div>';\n        }\n      }\n    }\n    html += '<div class=\"be-verdict\"><p><strong>Best for:<\/strong> ' + left.bestFor + '<\/p><\/div>';\n    html += '<\/div>';\n\n    \/\/ Right column\n    html += '<div class=\"be-col ' + right.cls + '\">';\n    html += '<h3 class=\"be-col-title\">' + right.name + '<\/h3>';\n    html += '<div class=\"be-col-sub\">' + right.sub + '<\/div>';\n    for(var m2 = 0; m2 < metrics.length; m2++){\n      var cat2 = metrics[m2];\n      html += '<h4 class=\"be-cat\">' + cat2.cat + '<\/h4>';\n      for(var i2 = 0; i2 < cat2.items.length; i2++){\n        var item2 = cat2.items[i2];\n        var val2 = item2.val ? item2.val(right) : right[item2.key];\n        html += '<div class=\"be-row\"><span class=\"be-row-label\">' + item2.label + '<\/span><span class=\"be-row-val\">' + val2 + '<\/span><\/div>';\n        if(item2.bar){\n          var score2 = right[item2.bar];\n          var color2 = item2.colorKey ? right[item2.colorKey] : (item2.lower ? (score2 > 70 ? 'var(--be-red)' : score2 > 40 ? 'var(--be-amber)' : 'var(--be-green)') : (score2 > 70 ? 'var(--be-green)' : score2 > 40 ? 'var(--be-amber)' : 'var(--be-red)'));\n          html += '<div class=\"be-bar\"><div class=\"be-bar-fill\" style=\"width:' + score2 + '%;background:' + color2 + '\"><\/div><\/div>';\n        }\n      }\n    }\n    html += '<div class=\"be-verdict\"><p><strong>Best for:<\/strong> ' + right.bestFor + '<\/p><\/div>';\n    html += '<\/div>';\n\n    html += '<\/div>';\n    document.getElementById('beCompare').innerHTML = html;\n  }\n\n  \/\/ Toggle buttons\n  var btns = document.querySelectorAll('#bsy-bf-eaf .be-toggle-btn');\n  for(var b = 0; b < btns.length; b++){\n    btns[b].addEventListener('click', function(){\n      for(var x = 0; x < btns.length; x++) btns[x].classList.remove('active');\n      this.classList.add('active');\n      render(this.getAttribute('data-mode'));\n    });\n  }\n\n  render('bf-eaf');\n})();\n<\/script>\n<\/section>\n<\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-ea17ab5\" data-block-id=\"ea17ab5\"><style>.stk-ea17ab5 {margin-bottom:0px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-ea17ab5-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-acac22e\" data-v=\"4\" data-block-id=\"acac22e\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-acac22e-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-acac22e-inner-blocks\">\n<section id=\"boshiya-supply-light\">\n  <style>\n    \/* ISOLATION: Strictly scoped to #boshiya-supply-light *\/\n    \n    \/* 1. Global Container: Light Theme *\/\n    #boshiya-supply-light {\n      width: 100%;\n      max-width: 100%;\n      background-color: #ffffff; \/* Clean White Base *\/\n      color: #1a1a1a;\n      font-family: inherit;\n      padding: 100px 40px;\n      box-sizing: border-box;\n      border-top: 1px solid #e0e0e0;\n      border-bottom: 1px solid #e0e0e0;\n    }\n\n    #boshiya-supply-light * {\n      box-sizing: border-box;\n    }\n\n    \/* 2. Header & Visual Grid *\/\n    #boshiya-supply-light .bsl-header-grid {\n      display: grid;\n      grid-template-columns: 1fr 0.8fr; \/* Text | Visual Chart *\/\n      gap: 80px;\n      margin-bottom: 80px;\n      align-items: end; \/* Align to bottom for solid look *\/\n    }\n\n    #boshiya-supply-light h2.bsl-h2 {\n      font-size: 42px !important;\n      font-weight: 800 !important;\n      line-height: 1.1 !important;\n      color: #000018 !important; \/* Deep Navy *\/\n      margin: 0 0 25px 0 !important;\n      letter-spacing: -1px;\n    }\n\n    #boshiya-supply-light p.bsl-lead {\n      font-size: 18px;\n      line-height: 1.6;\n      color: #444;\n      max-width: 95%;\n    }\n\n    \/* 3. The \"Lead Time\" Visualizer (Light Mode) *\/\n    #boshiya-supply-light .bsl-chart-box {\n      background: #f4f6f8; \/* Engineering Gray *\/\n      padding: 30px;\n      border: 1px solid #d1d1d1;\n      border-left: 4px solid #000018; \/* Anchor Line *\/\n    }\n\n    #boshiya-supply-light .bsl-chart-label {\n      font-size: 11px;\n      text-transform: uppercase;\n      color: #666;\n      letter-spacing: 1px;\n      margin-bottom: 20px;\n      display: block;\n      font-weight: 700;\n    }\n\n    \/* Chart Bars *\/\n    #boshiya-supply-light .bsl-bar-group {\n      margin-bottom: 25px;\n    }\n\n    #boshiya-supply-light .bsl-bar-meta {\n      display: flex;\n      justify-content: space-between;\n      margin-bottom: 8px;\n      font-size: 13px;\n      font-weight: 600;\n      color: #333;\n    }\n\n    #boshiya-supply-light .bsl-bar-track {\n      width: 100%;\n      height: 12px;\n      background: #e0e0e0;\n      position: relative;\n    }\n\n    \/* The \"Bad\" Lead Time *\/\n    #boshiya-supply-light .bsl-bar-fill-slow {\n      width: 90%; \n      height: 100%;\n      background: repeating-linear-gradient(\n        45deg,\n        #ccc,\n        #ccc 10px,\n        #d6d6d6 10px,\n        #d6d6d6 20px\n      ); \/* Hatch pattern for \"slow\" *\/\n    }\n\n    \/* The \"BOSHIYA\" Lead Time *\/\n    #boshiya-supply-light .bsl-bar-fill-fast {\n      width: 45%; \n      height: 100%;\n      background: #000018; \/* Solid Navy *\/\n    }\n\n    \/* 4. Services Grid (The \"Blueprint\" Look) *\/\n    #boshiya-supply-light .bsl-services-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      border-top: 2px solid #000018; \/* Strong top line *\/\n    }\n\n    #boshiya-supply-light .bsl-card {\n      padding: 50px;\n      border-bottom: 1px solid #e0e0e0;\n      border-right: 1px solid #e0e0e0;\n      transition: background 0.3s ease;\n    }\n\n    #boshiya-supply-light .bsl-card:nth-child(2n) {\n      border-right: none; \/* Remove right border for last item in row *\/\n    }\n\n    #boshiya-supply-light .bsl-card:hover {\n      background-color: #f9f9fb;\n    }\n\n    #boshiya-supply-light .bsl-num {\n      font-family: 'Courier New', monospace;\n      font-size: 14px;\n      color: #999;\n      margin-bottom: 20px;\n      display: block;\n      font-weight: 700;\n    }\n\n    #boshiya-supply-light h3.bsl-h3 {\n      font-size: 24px !important;\n      color: #000018 !important;\n      font-weight: 700 !important;\n      margin: 0 0 15px 0 !important;\n      text-transform: uppercase;\n      letter-spacing: -0.5px;\n    }\n\n    #boshiya-supply-light p {\n      font-size: 16px;\n      color: #555;\n      line-height: 1.6;\n      margin: 0;\n      text-align: justify;\n    }\n\n    \/* 5. CTA Section *\/\n    #boshiya-supply-light .bsl-cta-wrap {\n      margin-top: 60px;\n      display: flex;\n      justify-content: center; \/* Center align for balance *\/\n    }\n\n    #boshiya-supply-light .bsl-btn {\n      background-color: #000018;\n      color: #fff !important;\n      padding: 18px 50px;\n      font-weight: 700;\n      text-transform: uppercase;\n      font-size: 14px;\n      letter-spacing: 1px;\n      text-decoration: none;\n      transition: transform 0.2s ease;\n    }\n\n    #boshiya-supply-light .bsl-btn:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 10px 20px rgba(0,0,0,0.15);\n    }\n\n    \/* 6. Responsive *\/\n    @media (max-width: 900px) {\n      #boshiya-supply-light { padding: 60px 20px; }\n      #boshiya-supply-light .bsl-header-grid { grid-template-columns: 1fr; gap: 40px; }\n      #boshiya-supply-light .bsl-services-grid { grid-template-columns: 1fr; }\n      #boshiya-supply-light .bsl-card { border-right: none; padding: 40px 20px; }\n    }\n  <\/style>\n\n  <div class=\"bsl-header-grid\">\n    \n    <div class=\"bsl-narrative\">\n      <h2 class=\"bsl-h2\">Wholesale Steel Plant Equipment & Turnkey Supply<\/h2>\n      <p class=\"bsl-lead\">\n        Here's something people don't always realize: BOSHIYA doesn't just design plants. We manufacture key components \u2014 furnace shells, electrode arms, ladle turrets, continuous casting molds, rolling mill stands \u2014 in our own production facilities.\n      <\/p>\n    <\/div>\n\n    <div class=\"bsl-chart-box\">\n      <span class=\"bsl-chart-label\">\/\/\/ Component Lead Time Analysis<\/span>\n      \n      <div class=\"bsl-bar-group\">\n        <div class=\"bsl-bar-meta\">\n          <span>Market Standard<\/span>\n          <span>8-14 Months<\/span>\n        <\/div>\n        <div class=\"bsl-bar-track\">\n          <div class=\"bsl-bar-fill-slow\"><\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"bsl-bar-group\">\n        <div class=\"bsl-bar-meta\">\n          <span style=\"color:#000018;\">BOSHIYA Direct<\/span>\n          <span style=\"color:#000018;\">4-8 Months<\/span>\n        <\/div>\n        <div class=\"bsl-bar-track\">\n          <div class=\"bsl-bar-fill-fast\"><\/div>\n        <\/div>\n      <\/div>\n      \n      <p style=\"font-size:12px; color:#666; margin-top:15px; margin-bottom:0;\">\n        *Avg. reduction in project timeline for critical path items.\n      <\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"bsl-services-grid\" itemscope itemtype=\"https:\/\/schema.org\/Service\">\n    <meta itemprop=\"serviceType\" content=\"Steel Plant Engineering and Supply\" \/>\n    \n    <article class=\"bsl-card\">\n      <span class=\"bsl-num\">01<\/span>\n      <h3 class=\"bsl-h3\" itemprop=\"name\">Turnkey Plant Delivery<\/h3>\n      <p itemprop=\"description\">\n        Full scope from engineering through commissioning. BF relines, EAF greenfield builds, hybrid DRI-EAF installations. We handle permitting support, civil works coordination, equipment supply, erection, and startup. Single point of responsibility \u2014 no finger-pointing between contractors.\n      <\/p>\n    <\/article>\n\n    <article class=\"bsl-card\">\n      <span class=\"bsl-num\">02<\/span>\n      <h3 class=\"bsl-h3\" itemprop=\"name\">Equipment Supply (OEM & Custom)<\/h3>\n      <p itemprop=\"description\">\n        Individual equipment packages: furnace assemblies, casting machines, rolling mill components, water treatment systems, fume extraction, and electrical systems. OEM replacement parts for existing plants. Custom engineering for non-standard requirements \u2014 from 20-tonne ladle furnaces to 150-tonne DC EAFs.\n      <\/p>\n    <\/article>\n\n    <article class=\"bsl-card\">\n      <span class=\"bsl-num\">03<\/span>\n      <h3 class=\"bsl-h3\" itemprop=\"name\">Fleet & Bulk Orders<\/h3>\n      <p itemprop=\"description\">\n        Multi-plant procurement programs for groups operating several mills. Standardized equipment packages reduce per-unit cost by 12-18%. We currently supply fleet programs to three steel groups managing 6+ plants each. MOQ depends on equipment type.\n      <\/p>\n    <\/article>\n\n    <article class=\"bsl-card\">\n      <span class=\"bsl-num\">04<\/span>\n      <h3 class=\"bsl-h3\" itemprop=\"name\">Modernization & Upgrades<\/h3>\n      <p itemprop=\"description\">\n        Existing plant too slow, too dirty, or too expensive to run? We do mid-life upgrades: adding continuous casting to ingot-based lines, upgrading gauge control on hot strip mills, converting BF-BOF to EAF, installing DRI capacity. Most upgrades pay back within 2-4 years.\n      <\/p>\n    <\/article>\n\n  <\/div>\n\n  <div class=\"bsl-cta-wrap\">\n    <a href=\"#ct-popup-697\" class=\"bsl-btn\">Get Wholesale Pricing \u2192<\/a>\n  <\/div>\n\n<\/section>\n<\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-e0a87ea\" data-block-id=\"e0a87ea\"><style>.stk-e0a87ea {margin-bottom:0px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-e0a87ea-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-c8c0f14\" data-v=\"4\" data-block-id=\"c8c0f14\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-c8c0f14-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-c8c0f14-inner-blocks\">\n<section id=\"boshiya-solutions-compact\">\n  <style>\n    \/* ISOLATION: Strictly scoped to #boshiya-solutions-compact *\/\n    \n    \/* 1. Global Container *\/\n    #boshiya-solutions-compact {\n      width: 100%;\n      max-width: 100%;\n      background-color: #ffffff;\n      color: #1a1a1a;\n      font-family: inherit;\n      padding: 80px 40px;\n      box-sizing: border-box;\n      border-top: 1px solid #e0e0e0;\n    }\n\n    #boshiya-solutions-compact * {\n      box-sizing: border-box;\n    }\n\n    \/* 2. Header (Compact & Centered) *\/\n    #boshiya-solutions-compact .bsc-header {\n      max-width: 800px;\n      margin: 0 auto 60px auto;\n      text-align: center;\n    }\n\n    #boshiya-solutions-compact h2.bsc-h2 {\n      font-size: 36px !important;\n      font-weight: 800 !important;\n      color: #000018 !important;\n      margin: 0 0 20px 0 !important;\n      line-height: 1.1;\n      letter-spacing: -0.5px;\n    }\n\n    #boshiya-solutions-compact .bsc-lead {\n      font-size: 16px;\n      color: #555;\n      line-height: 1.6;\n    }\n\n    \/* 3. The 2x2 Matrix Grid *\/\n    #boshiya-solutions-compact .bsc-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 20px; \/* Tight gap for compact feel *\/\n      max-width: 1400px;\n      margin: 0 auto;\n    }\n\n    \/* 4. Solution Card Styling *\/\n    #boshiya-solutions-compact .bsc-card {\n      border: 1px solid #e0e0e0;\n      background-color: #fff;\n      display: flex;\n      flex-direction: column;\n      position: relative;\n      transition: border-color 0.3s ease;\n    }\n\n    #boshiya-solutions-compact .bsc-card:hover {\n      border-color: #000018;\n      z-index: 1; \/* Bring to front *\/\n    }\n\n    \/* Top Section: Problem & Approach *\/\n    #boshiya-solutions-compact .bsc-narrative {\n      padding: 35px 35px 25px 35px;\n      flex-grow: 1;\n    }\n\n    #boshiya-solutions-compact .bsc-tag-problem {\n      font-family: 'Courier New', monospace;\n      font-size: 11px;\n      text-transform: uppercase;\n      color: #d93025; \/* Alert Red *\/\n      font-weight: 700;\n      letter-spacing: 1px;\n      display: block;\n      margin-bottom: 10px;\n    }\n\n    #boshiya-solutions-compact h3.bsc-h3 {\n      font-size: 20px !important;\n      font-weight: 700 !important;\n      color: #000018 !important;\n      margin: 0 0 15px 0 !important;\n      line-height: 1.3;\n    }\n\n    #boshiya-solutions-compact p {\n      font-size: 14px;\n      line-height: 1.6;\n      color: #444;\n      margin-bottom: 15px;\n      text-align: justify;\n    }\n\n    #boshiya-solutions-compact .bsc-approach-label {\n      font-size: 12px;\n      font-weight: 800;\n      color: #000018;\n      text-transform: uppercase;\n      margin-right: 5px;\n    }\n\n    \/* Bottom Section: Project Data (The \"Ledger\") *\/\n    #boshiya-solutions-compact .bsc-project-data {\n      background-color: #f7f8fa; \/* Subtle contrast *\/\n      padding: 25px 35px;\n      border-top: 1px solid #e0e0e0;\n      font-size: 13px;\n    }\n\n    #boshiya-solutions-compact h4.bsc-h4 {\n      font-size: 13px !important;\n      font-weight: 700 !important;\n      color: #000018 !important;\n      margin: 0 0 10px 0 !important;\n      display: flex;\n      align-items: center;\n      text-transform: uppercase;\n    }\n\n    #boshiya-solutions-compact h4.bsc-h4::before {\n      content: '\u2713';\n      margin-right: 8px;\n      color: #000018;\n      font-weight: 900;\n    }\n\n    #boshiya-solutions-compact .bsc-data-list {\n      color: #555;\n      line-height: 1.6;\n      font-family: 'Courier New', monospace; \/* Tech feel for numbers *\/\n    }\n\n    \/* 5. Bottom Action Bar *\/\n    #boshiya-solutions-compact .bsc-action-bar {\n      margin-top: 50px;\n      padding: 30px;\n      background-color: #000018;\n      color: #fff;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      max-width: 1400px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    #boshiya-solutions-compact .bsc-action-text {\n      font-size: 15px;\n      font-weight: 500;\n      color: #ccc;\n    }\n\n    #boshiya-solutions-compact .bsc-btn {\n      background-color: #fff;\n      color: #000018 !important;\n      padding: 12px 25px;\n      font-weight: 700;\n      text-decoration: none;\n      font-size: 13px;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      transition: opacity 0.3s;\n    }\n\n    #boshiya-solutions-compact .bsc-btn:hover {\n      opacity: 0.9;\n    }\n\n    \/* 6. Responsive *\/\n    @media (max-width:1000px) {\n      #boshiya-solutions-compact { padding: 60px 20px; }\n      #boshiya-solutions-compact .bsc-grid { grid-template-columns: 1fr; } \/* Stack on mobile *\/\n      #boshiya-solutions-compact .bsc-action-bar { flex-direction: column; text-align: center; gap: 20px; }\n    }\n  <\/style>\n\n  <header class=\"bsc-header\">\n    <h2 class=\"bsc-h2\">Real Problems, Real Steel Plant Solutions<\/h2>\n    <div class=\"bsc-lead\">\n      Every project starts with a problem. Sometimes it's a furnace past its campaign life, sometimes a mandate to cut emissions. Here are the scenarios we deal with most often.\n    <\/div>\n  <\/header>\n\n  <div class=\"bsc-grid\">\n\n    <article class=\"bsc-card\" itemscope itemtype=\"https:\/\/schema.org\/CreativeWork\">\n      <div class=\"bsc-narrative\">\n        <span class=\"bsc-tag-problem\">\/\/\/ SCENARIO 01: AGING ASSET<\/span>\n        <h3 class=\"bsc-h3\" itemprop=\"name\">Problem: Aging Blast Furnace, Rising Costs<\/h3>\n        <p itemprop=\"description\">\n          Coke rates climbing year over year. Hot metal quality inconsistent. Reline overdue but budget is tight. This is easily the most common call we get.\n        <\/p>\n        <p>\n          <span class=\"bsc-approach-label\">Our Approach:<\/span> Full diagnostic first (refractory mapping, cooling audit). Then a targeted reline plan addressing worst areas without a complete rebuild.\n        <\/p>\n      <\/div>\n      <div class=\"bsc-project-data\">\n        <h4 class=\"bsc-h4\">Project Example: Gulf Coast, USA<\/h4>\n        <div class=\"bsc-data-list\">\n          > 12m hearth BF reline in 47 days<br>\n          > Coke rate: 520 \u2192 465 kg\/t<br>\n          > Daily output: 3,800 \u2192 4,400 tonnes<br>\n          > Life projection: 14+ years\n        <\/div>\n      <\/div>\n    <\/article>\n\n    <article class=\"bsc-card\" itemscope itemtype=\"https:\/\/schema.org\/CreativeWork\">\n      <div class=\"bsc-narrative\">\n        <span class=\"bsc-tag-problem\">\/\/\/ SCENARIO 02: SPEED TO MARKET<\/span>\n        <h3 class=\"bsc-h3\" itemprop=\"name\">Problem: Need Capacity Fast \u2014 Greenfield EAF<\/h3>\n        <p itemprop=\"description\">\n          Market window is open. A new plant usually takes 3-4 years. But an EAF mini-mill \u2014 with the right team and pre-planning \u2014 can go from dirt to first heat in under 15 months.\n        <\/p>\n        <p>\n          <span class=\"bsc-approach-label\">Our Approach:<\/span> Parallel-path execution. Foundation work starts while equipment is fabricated. Critical-path components pre-ordered during negotiation.\n        <\/p>\n      <\/div>\n      <div class=\"bsc-project-data\">\n        <h4 class=\"bsc-h4\">Project Example: Vietnam Greenfield<\/h4>\n        <div class=\"bsc-data-list\">\n          > 120t AC EAF: 14 months to first heat<br>\n          > Capacity: 650k t\/y reached in 18 mos<br>\n          > Power: 445 kWh\/t (beat avg of 460)<br>\n          > Scrap yield: 91.2%\n        <\/div>\n      <\/div>\n    <\/article>\n\n    <article class=\"bsc-card\" itemscope itemtype=\"https:\/\/schema.org\/CreativeWork\">\n      <div class=\"bsc-narrative\">\n        <span class=\"bsc-tag-problem\">\/\/\/ SCENARIO 03: ZERO DOWNTIME<\/span>\n        <h3 class=\"bsc-h3\" itemprop=\"name\">Problem: Modernize Without Stopping Production<\/h3>\n        <p itemprop=\"description\">\n          The plant has to keep running. Every hour of downtime is lost revenue. You can't just shut everything down for a year.\n        <\/p>\n        <p>\n          <span class=\"bsc-approach-label\">Our Approach:<\/span> Obsessive workflow mapping. Heavy lifts happen during scheduled windows. We've swapped finishing stands in 72-hour shutdowns.\n        <\/p>\n      <\/div>\n      <div class=\"bsc-project-data\">\n        <h4 class=\"bsc-h4\">Project Example: Gujarat, India<\/h4>\n        <div class=\"bsc-data-list\">\n          > Max single-point downtime: 72 hours<br>\n          > Output: 1.2M \u2192 1.55M tonnes\/yr<br>\n          > Min gauge: 2.0mm \u2192 1.2mm<br>\n          > Rejection rate: 4.1% \u2192 1.8%\n        <\/div>\n      <\/div>\n    <\/article>\n\n    <article class=\"bsc-card\" itemscope itemtype=\"https:\/\/schema.org\/CreativeWork\">\n      <div class=\"bsc-narrative\">\n        <span class=\"bsc-tag-problem\">\/\/\/ SCENARIO 04: GREEN TRANSITION<\/span>\n        <h3 class=\"bsc-h3\" itemprop=\"name\">Problem: Decarbonization Mandate (BF to EAF)<\/h3>\n        <p itemprop=\"description\">\n          Producers are facing mandates to cut CO\u2082 by 40-50%. The math points to EAF, but the conversion logistics are complicated.\n        <\/p>\n        <p>\n          <span class=\"bsc-approach-label\">Our Approach:<\/span> Redesign the entire material flow (DRI, hot charging, electrical). Keep BOF online as backup during transition.\n        <\/p>\n      <\/div>\n      <div class=\"bsc-project-data\">\n        <h4 class=\"bsc-h4\">Project Example: Gulf Region Hybrid<\/h4>\n        <div class=\"bsc-data-list\">\n          > BF-BOF to 2M t\/y DRI + 150t DC EAF<br>\n          > Timeline: 18 months (Target 20)<br>\n          > CO\u2082: 2.1 \u2192 1.1 t\/t (48% cut)<br>\n          > Power: 380 kWh\/t (Hot DRI)\n        <\/div>\n      <\/div>\n    <\/article>\n\n  <\/div>\n\n  <div class=\"bsc-action-bar\">\n    <div class=\"bsc-action-text\">\n      <strong>Facing a similar challenge?<\/strong><br>\n      We've handled 340+ steel plant projects since 1915. Tell us what you're dealing with.\n    <\/div>\n    <a href=\"#ct-popup-697\" class=\"bsc-btn\">Discuss Your Project \u2192<\/a>\n  <\/div>\n\n<\/section>\n<\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-12e1b5f\" data-block-id=\"12e1b5f\"><style>.stk-12e1b5f {margin-bottom:0px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-12e1b5f-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-e768b0d\" data-v=\"4\" data-block-id=\"e768b0d\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-e768b0d-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-e768b0d-inner-blocks\">\n<section id=\"boshiya-grades-catalog\">\n  <style>\n    \/* ISOLATION: Strictly scoped to #boshiya-grades-catalog *\/\n    \n    \/* 1. Global Container *\/\n    #boshiya-grades-catalog {\n      width: 100%;\n      max-width: 100%;\n      background-color: #f4f6f8; \/* Industrial Light Gray *\/\n      color: #1a1a1a;\n      font-family: inherit;\n      padding: 100px 40px;\n      box-sizing: border-box;\n      border-top: 1px solid #e0e0e0;\n    }\n\n    #boshiya-grades-catalog * {\n      box-sizing: border-box;\n    }\n\n    \/* 2. Header Section *\/\n    #boshiya-grades-catalog .bgc-header {\n      max-width: 900px;\n      margin-bottom: 60px;\n    }\n\n    #boshiya-grades-catalog h2.bgc-h2 {\n      font-size: 38px !important;\n      font-weight: 800 !important;\n      line-height: 1.1 !important;\n      color: #000018 !important;\n      margin: 0 0 25px 0 !important;\n      letter-spacing: -0.5px;\n    }\n\n    #boshiya-grades-catalog .bgc-lead {\n      font-size: 16px;\n      line-height: 1.7;\n      color: #555;\n      max-width: 800px;\n    }\n\n    \/* 3. Catalog Grid (2x2) *\/\n    #boshiya-grades-catalog .bgc-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 30px;\n    }\n\n    \/* 4. Card Styling *\/\n    #boshiya-grades-catalog .bgc-card {\n      background-color: #fff;\n      border: 1px solid #e0e0e0;\n      display: flex;\n      flex-direction: column;\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n      overflow: hidden; \/* For image zoom *\/\n    }\n\n    #boshiya-grades-catalog .bgc-card:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 15px 30px rgba(0,0,0,0.08);\n      border-color: #000018;\n    }\n\n    \/* Image Header *\/\n    #boshiya-grades-catalog .bgc-img-wrap {\n      width: 100%;\n      height: 240px; \/* Fixed height for consistency *\/\n      position: relative;\n      overflow: hidden;\n      background-color: #f0f0f0;\n      border-bottom: 1px solid #e0e0e0;\n    }\n\n    #boshiya-grades-catalog .bgc-img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.6s ease, filter 0.6s ease;\n      \/* INDUSTRIAL FILTER: Slightly desaturated to fit B2B context *\/\n      filter: saturate(0.8) contrast(1.1); \n    }\n\n    #boshiya-grades-catalog .bgc-card:hover .bgc-img {\n      transform: scale(1.05);\n      filter: saturate(1.1) contrast(1); \/* Restore color on hover *\/\n    }\n\n    \/* Overlay Label on Image *\/\n    #boshiya-grades-catalog .bgc-img-label {\n      position: absolute;\n      bottom: 15px;\n      left: 15px;\n      background: rgba(0, 0, 0, 0.8);\n      color: #fff;\n      padding: 6px 12px;\n      font-size: 10px;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      font-weight: 700;\n      backdrop-filter: blur(4px);\n    }\n\n    \/* Card Content *\/\n    #boshiya-grades-catalog .bgc-body {\n      padding: 40px;\n      flex-grow: 1;\n      display: flex;\n      flex-direction: column;\n    }\n\n    \/* Typography *\/\n    #boshiya-grades-catalog h3.bgc-h3 {\n      font-size: 22px !important;\n      font-weight: 700 !important;\n      color: #000018 !important;\n      margin: 0 0 20px 0 !important;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n\n    \/* Technical Specs List *\/\n    #boshiya-grades-catalog dl.bgc-list {\n      margin: 0;\n      display: grid;\n      gap: 15px;\n    }\n\n    #boshiya-grades-catalog .bgc-list-item {\n      display: flex;\n      flex-direction: column;\n      border-left: 2px solid #e0e0e0;\n      padding-left: 15px;\n    }\n\n    #boshiya-grades-catalog dt {\n      font-size: 11px;\n      text-transform: uppercase;\n      color: #888;\n      font-weight: 700;\n      margin-bottom: 4px;\n    }\n\n    #boshiya-grades-catalog dd {\n      font-size: 14px;\n      color: #333;\n      margin: 0;\n      line-height: 1.5;\n    }\n\n    \/* Tech Data Highlight *\/\n    #boshiya-grades-catalog .bgc-data {\n      font-family: 'Courier New', monospace;\n      font-weight: 700;\n      color: #000018;\n      background: #f4f6f8;\n      padding: 2px 5px;\n      font-size: 13px;\n    }\n\n    \/* 5. Responsive *\/\n    @media (max-width: 900px) {\n      #boshiya-grades-catalog { padding: 60px 20px; }\n      #boshiya-grades-catalog .bgc-grid { grid-template-columns: 1fr; gap: 30px; }\n      #boshiya-grades-catalog .bgc-img-wrap { height: 200px; }\n      #boshiya-grades-catalog .bgc-body { padding: 30px 20px; }\n    }\n  <\/style>\n\n  <header class=\"bgc-header\">\n    <h2 class=\"bgc-h2\">Steel Products & Grades We Help Our Clients Produce<\/h2>\n    <div class=\"bgc-lead\">\n      The equipment we build determines what our clients can sell. That's why we don't just think about tonnage \u2014 we think about the product mix. Here are the capabilities across our installed base.\n    <\/div>\n  <\/header>\n\n  <div class=\"bgc-grid\">\n\n    <article class=\"bgc-card\">\n      <div class=\"bgc-img-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/boshiya.com\/wp-content\/uploads\/2026\/02\/05.jpg\" alt=\"Coated Steel Application Example\" class=\"bgc-img\" loading=\"lazy\">\n        <span class=\"bgc-img-label\">\/\/\/ Flat Product Application<\/span>\n      <\/div>\n      <div class=\"bgc-body\">\n        <h3 class=\"bgc-h3\">Flat Products<\/h3>\n        <dl class=\"bgc-list\">\n          <div class=\"bgc-list-item\">\n            <dt>Output Types<\/dt>\n            <dd>HRC, CRC, galvanized sheets, heavy plate.<\/dd>\n          <\/div>\n          <div class=\"bgc-list-item\">\n            <dt>Capabilities<\/dt>\n            <dd>Gauge: <span class=\"bgc-data\">0.3mm \u2013 150mm<\/span><br>Width: <span class=\"bgc-data\">Max 2,100mm<\/span><\/dd>\n          <\/div>\n          <div class=\"bgc-list-item\">\n            <dt>Applications<\/dt>\n            <dd>Automotive body panels, construction cladding.<\/dd>\n          <\/div>\n        <\/dl>\n      <\/div>\n    <\/article>\n\n    <article class=\"bgc-card\">\n      <div class=\"bgc-img-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/boshiya.com\/wp-content\/uploads\/2026\/02\/07.jpg\" alt=\"Structural Steel Grid Example\" class=\"bgc-img\" loading=\"lazy\">\n        <span class=\"bgc-img-label\">\/\/\/ Structural Application<\/span>\n      <\/div>\n      <div class=\"bgc-body\">\n        <h3 class=\"bgc-h3\">Long Products<\/h3>\n        <dl class=\"bgc-list\">\n          <div class=\"bgc-list-item\">\n            <dt>Output Types<\/dt>\n            <dd>Rebar, structural beams (I, H), wire rod, pipe.<\/dd>\n          <\/div>\n          <div class=\"bgc-list-item\">\n            <dt>Capabilities<\/dt>\n            <dd>Size: <span class=\"bgc-data\">5.5mm rod \u2013 1,000mm beam<\/span><\/dd>\n          <\/div>\n          <div class=\"bgc-list-item\">\n            <dt>Applications<\/dt>\n            <dd>Infrastructure, concrete reinforcement.<\/dd>\n          <\/div>\n        <\/dl>\n      <\/div>\n    <\/article>\n\n    <article class=\"bgc-card\">\n      <div class=\"bgc-img-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/boshiya.com\/wp-content\/uploads\/2026\/02\/06-1.jpg\" alt=\"Specialty Steel Forming Example\" class=\"bgc-img\" loading=\"lazy\">\n        <span class=\"bgc-img-label\">\/\/\/ Specialty Forming<\/span>\n      <\/div>\n      <div class=\"bgc-body\">\n        <h3 class=\"bgc-h3\">Specialty & Stainless<\/h3>\n        <dl class=\"bgc-list\">\n          <div class=\"bgc-list-item\">\n            <dt>Material Grades<\/dt>\n            <dd>Ferritic, austenitic, duplex stainless. HSLA.<\/dd>\n          <\/div>\n          <div class=\"bgc-list-item\">\n            <dt>Performance<\/dt>\n            <dd>Wear Plate: <span class=\"bgc-data\">400-500 BHN<\/span><\/dd>\n          <\/div>\n          <div class=\"bgc-list-item\">\n            <dt>Process Note<\/dt>\n            <dd>Requires tight casting & rolling process control.<\/dd>\n          <\/div>\n        <\/dl>\n      <\/div>\n    <\/article>\n\n    <article class=\"bgc-card\">\n      <div class=\"bgc-img-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/boshiya.com\/wp-content\/uploads\/2026\/02\/02.webp\" alt=\"Steel Fabrication Example\" class=\"bgc-img\" loading=\"lazy\">\n        <span class=\"bgc-img-label\">\/\/\/ Downstream Fabrication<\/span>\n      <\/div>\n      <div class=\"bgc-body\">\n        <h3 class=\"bgc-h3\">Semi-Finished<\/h3>\n        <dl class=\"bgc-list\">\n          <div class=\"bgc-list-item\">\n            <dt>Product Forms<\/dt>\n            <dd>Slabs, billets, and blooms for rerollers.<\/dd>\n          <\/div>\n          <div class=\"bgc-list-item\">\n            <dt>Dimensions<\/dt>\n            <dd>Slabs: <span class=\"bgc-data\">800-2,100mm<\/span><br>Billets: <span class=\"bgc-data\">100-200mm sq<\/span><\/dd>\n          <\/div>\n          <div class=\"bgc-list-item\">\n            <dt>Casting Tech<\/dt>\n            <dd>Straight-mold or curved-mold configurations.<\/dd>\n          <\/div>\n        <\/dl>\n      <\/div>\n    <\/article>\n\n  <\/div>\n\n<\/section>\n<\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-deb1b7a\" data-block-id=\"deb1b7a\"><style>.stk-deb1b7a {margin-bottom:0px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-deb1b7a-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-ac6515d\" data-v=\"4\" data-block-id=\"ac6515d\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-ac6515d-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-ac6515d-inner-blocks\">\n<section id=\"boshiya-sustainability-tabs\">\n  <style>\n    \/* ISOLATION: Strictly scoped to #boshiya-sustainability-tabs *\/\n    \n    \/* 1. Global Container *\/\n    #boshiya-sustainability-tabs {\n      width: 100%;\n      max-width: 100%;\n      background-color: #ffffff;\n      color: #1a1a1a;\n      font-family: inherit;\n      padding: 100px 40px;\n      box-sizing: border-box;\n      border-top: 1px solid #e0e0e0;\n      border-bottom: 1px solid #e0e0e0;\n    }\n\n    #boshiya-sustainability-tabs * {\n      box-sizing: border-box;\n    }\n\n    \/* 2. Intro Section (Static) *\/\n    #boshiya-sustainability-tabs .bst-intro {\n      max-width: 900px;\n      margin-bottom: 60px;\n    }\n\n    #boshiya-sustainability-tabs h2.bst-h2 {\n      font-size: 38px !important;\n      font-weight: 800 !important;\n      line-height: 1.1 !important;\n      color: #000018 !important;\n      margin: 0 0 25px 0 !important;\n      letter-spacing: -0.5px;\n    }\n\n    #boshiya-sustainability-tabs .bst-lead {\n      font-size: 18px;\n      line-height: 1.6;\n      color: #444;\n      border-left: 4px solid #4da6ff; \/* Tech Blue Accent *\/\n      padding-left: 20px;\n    }\n\n    \/* 3. Tab Navigation (The \"Folder\" Look) *\/\n    #boshiya-sustainability-tabs .bst-nav {\n      display: flex;\n      border-bottom: 1px solid #e0e0e0;\n      gap: 5px;\n      overflow-x: auto; \/* Scrollable on mobile *\/\n      scrollbar-width: none; \/* Hide scrollbar Firefox *\/\n    }\n    \n    #boshiya-sustainability-tabs .bst-nav::-webkit-scrollbar {\n      display: none; \/* Hide scrollbar Chrome\/Safari *\/\n    }\n\n    #boshiya-sustainability-tabs .bst-tab-btn {\n      background: #f4f6f8;\n      border: 1px solid #e0e0e0;\n      border-bottom: none;\n      padding: 20px 30px;\n      cursor: pointer;\n      font-family: 'Courier New', monospace;\n      font-size: 13px;\n      font-weight: 700;\n      text-transform: uppercase;\n      color: #666;\n      transition: all 0.3s ease;\n      min-width: 180px;\n      text-align: left;\n      position: relative;\n    }\n\n    \/* Active State styling *\/\n    #boshiya-sustainability-tabs .bst-tab-btn.active {\n      background: #ffffff;\n      color: #000018;\n      border-top: 3px solid #000018; \/* The \"Active\" Indicator *\/\n      font-weight: 800;\n    }\n\n    #boshiya-sustainability-tabs .bst-tab-btn:hover:not(.active) {\n      background: #e9ecef;\n    }\n\n    \/* 4. Tab Content Panels *\/\n    #boshiya-sustainability-tabs .bst-panel {\n      display: none; \/* Hidden by default *\/\n      padding: 60px 0;\n      background: #fff;\n      animation: fadeIn 0.5s ease;\n    }\n\n    #boshiya-sustainability-tabs .bst-panel.active {\n      display: grid; \/* Shown when active *\/\n      grid-template-columns: 1.5fr 1fr; \/* Narrative | Data Box *\/\n      gap: 60px;\n    }\n\n    @keyframes fadeIn {\n      from { opacity: 0; transform: translateY(10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* Narrative Column *\/\n    #boshiya-sustainability-tabs h3.bst-h3 {\n      font-size: 24px !important;\n      font-weight: 700 !important;\n      color: #000018 !important;\n      margin: 0 0 20px 0 !important;\n    }\n\n    #boshiya-sustainability-tabs p {\n      font-size: 16px;\n      line-height: 1.8;\n      color: #555;\n      margin-bottom: 0;\n      text-align: justify;\n    }\n\n    \/* Data\/Highlight Column (Right Side) *\/\n    #boshiya-sustainability-tabs .bst-data-box {\n      background: #000018; \/* Dark Contrast *\/\n      padding: 40px;\n      color: #fff;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      position: relative;\n    }\n\n    \/* Decorative corner *\/\n    #boshiya-sustainability-tabs .bst-data-box::after {\n      content: '';\n      position: absolute;\n      bottom: 0; right: 0;\n      width: 30px; height: 30px;\n      background: #4da6ff;\n    }\n\n    #boshiya-sustainability-tabs .bst-stat-label {\n      font-family: 'Courier New', monospace;\n      font-size: 12px;\n      text-transform: uppercase;\n      color: #ccc;\n      margin-bottom: 10px;\n      display: block;\n    }\n\n    #boshiya-sustainability-tabs .bst-stat-val {\n      font-size: 36px;\n      font-weight: 800;\n      color: #fff;\n      line-height: 1.1;\n      margin-bottom: 15px;\n      display: block;\n    }\n\n    #boshiya-sustainability-tabs .bst-stat-desc {\n      font-size: 14px;\n      color: #a0a0b0;\n      line-height: 1.5;\n    }\n\n    \/* 5. Responsive *\/\n    @media (max-width: 900px) {\n      #boshiya-sustainability-tabs { padding: 60px 20px; }\n      #boshiya-sustainability-tabs .bst-panel.active { grid-template-columns: 1fr; gap: 40px; }\n      #boshiya-sustainability-tabs .bst-nav { flex-wrap: nowrap; padding-bottom: 10px; }\n      #boshiya-sustainability-tabs .bst-tab-btn { min-width: 140px; padding: 15px 20px; }\n    }\n  <\/style>\n\n  <div class=\"bst-intro\">\n    <h2 class=\"bst-h2\">Sustainability in Steel Production: What Actually Works<\/h2>\n    <div class=\"bst-lead\">\n      I'll be direct about this. Steel manufacturing accounts for roughly 7-8% of global CO\u2082 emissions. That's not a number anyone in this industry can ignore. We focus on sustainability engineering, not marketing.\n    <\/div>\n  <\/div>\n\n  <div class=\"bst-nav\" role=\"tablist\">\n    <button class=\"bst-tab-btn active\" onclick=\"openTab(event, 'tab-1')\" role=\"tab\" aria-selected=\"true\">01. EAF-DRI Integration<\/button>\n    <button class=\"bst-tab-btn\" onclick=\"openTab(event, 'tab-2')\" role=\"tab\" aria-selected=\"false\">02. Scrap & Circular<\/button>\n    <button class=\"bst-tab-btn\" onclick=\"openTab(event, 'tab-3')\" role=\"tab\" aria-selected=\"false\">03. Heat Recovery<\/button>\n    <button class=\"bst-tab-btn\" onclick=\"openTab(event, 'tab-4')\" role=\"tab\" aria-selected=\"false\">04. Future Roadmap<\/button>\n  <\/div>\n\n  <div class=\"bst-content-wrapper\">\n\n    <article id=\"tab-1\" class=\"bst-panel active\" role=\"tabpanel\">\n      <div class=\"bst-text-col\">\n        <h3 class=\"bst-h3\">EAF-DRI Integration<\/h3>\n        <p>\n          The single biggest emissions reduction available today. Replacing a BF-BOF line with DRI-EAF cuts CO\u2082 from 2.33 to 1.37 tonnes per tonne of steel on natural gas, and below 0.5 with hydrogen-based DRI. We've completed three DRI-EAF integrations in the last four years \u2014 the most recent one in the Gulf achieved a 48% emissions cut. The technology is proven. It's the execution that's hard.\n        <\/p>\n      <\/div>\n      <aside class=\"bst-data-box\">\n        <span class=\"bst-stat-label\">\/\/\/ Key Result<\/span>\n        <span class=\"bst-stat-val\">48% Cut<\/span>\n        <span class=\"bst-stat-desc\">Recent emission reduction achieved in Gulf region integration project.<\/span>\n      <\/aside>\n    <\/article>\n\n    <article id=\"tab-2\" class=\"bst-panel\" role=\"tabpanel\">\n      <div class=\"bst-text-col\">\n        <h3 class=\"bst-h3\">Scrap & Circular Steel<\/h3>\n        <p>\n          Scrap-based EAF steelmaking produces 0.68 tCO\u2082 per tonne \u2014 71% below BF-BOF. Global ferrous scrap consumption hit 588 million tonnes in 2023. The constraint isn't technology \u2014 it's scrap availability and quality. We design our EAF plants to handle mixed-quality scrap with sorting and pre-processing systems that most competitors skip, addressing the bottleneck in developing regions.\n        <\/p>\n      <\/div>\n      <aside class=\"bst-data-box\">\n        <span class=\"bst-stat-label\">\/\/\/ Emissions Profile<\/span>\n        <span class=\"bst-stat-val\">0.68 tCO\u2082<\/span>\n        <span class=\"bst-stat-desc\">Per tonne of steel. 71% below traditional BF-BOF methods.<\/span>\n      <\/aside>\n    <\/article>\n\n    <article id=\"tab-3\" class=\"bst-panel\" role=\"tabpanel\">\n      <div class=\"bst-text-col\">\n        <h3 class=\"bst-h3\">Heat Recovery & Energy Efficiency<\/h3>\n        <p>\n          Waste heat from EAF off-gas, BF top-gas, and coke oven gas \u2014 there's a lot of energy leaving a steel plant that doesn't need to. We integrate waste heat boilers, regenerative preheating on combustion systems, and hot-charging DRI (feeding DRI into the EAF at 600\u00b0C+ instead of ambient temperature, which saves 15-25% on melting energy).\n        <\/p>\n      <\/div>\n      <aside class=\"bst-data-box\">\n        <span class=\"bst-stat-label\">\/\/\/ Energy Capture<\/span>\n        <span class=\"bst-stat-val\">72 GWh\/Yr<\/span>\n        <span class=\"bst-stat-desc\">Captured by one Italian installation, offsetting 9.4% of plant power.<\/span>\n      <\/aside>\n    <\/article>\n\n    <article id=\"tab-4\" class=\"bst-panel\" role=\"tabpanel\">\n      <div class=\"bst-text-col\">\n        <h3 class=\"bst-h3\">The Path Forward<\/h3>\n        <p>\n          The path forward includes hydrogen-ready furnace designs (we're building them now), oxy-fuel burners for reduced nitrogen and energy use, carbon capture on BF operations where replacement isn't yet feasible, and electrification of auxiliary processes. But I'm not going to pretend we've figured it all out. The honest truth is that decarbonizing steel fully will take decades and trillions of dollars. We're working on the parts we can control.\n        <\/p>\n      <\/div>\n      <aside class=\"bst-data-box\">\n        <span class=\"bst-stat-label\">\/\/\/ Next Gen Tech<\/span>\n        <span class=\"bst-stat-val\">H\u2082 Ready<\/span>\n        <span class=\"bst-stat-desc\">Furnace designs ready for Hydrogen transition and Carbon Capture integration.<\/span>\n      <\/aside>\n    <\/article>\n\n  <\/div>\n\n  <script>\n    function openTab(evt, tabName) {\n      \/\/ 1. Hide all tab panels\n      var i, tabcontent, tablinks;\n      tabcontent = document.getElementsByClassName(\"bst-panel\");\n      for (i = 0; i < tabcontent.length; i++) {\n        tabcontent[i].className = tabcontent[i].className.replace(\" active\", \"\");\n      }\n\n      \/\/ 2. Deactivate all buttons\n      tablinks = document.getElementsByClassName(\"bst-tab-btn\");\n      for (i = 0; i < tablinks.length; i++) {\n        tablinks[i].className = tablinks[i].className.replace(\" active\", \"\");\n        tablinks[i].setAttribute(\"aria-selected\", \"false\");\n      }\n\n      \/\/ 3. Show current tab and activate button\n      document.getElementById(tabName).className += \" active\";\n      evt.currentTarget.className += \" active\";\n      evt.currentTarget.setAttribute(\"aria-selected\", \"true\");\n    }\n  <\/script>\n\n<\/section>\n<\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-febf0b7\" data-block-id=\"febf0b7\"><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-febf0b7-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-07e5ac2\" data-v=\"4\" data-block-id=\"07e5ac2\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-07e5ac2-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-07e5ac2-inner-blocks\">\n<section id=\"boshiya-faq-system\">\n  \n  <script type=\"application\/ld+json\">\n  {\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"FAQPage\",\n    \"mainEntity\": [{\n      \"@type\": \"Question\",\n      \"name\": \"What are the main types of steel plants?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Three types cover about 99% of global steel production. Integrated mills run on the BF-BOF route \u2014 iron ore goes in one end, finished steel comes out the other. They're huge (2-8 million tonnes per year) and capital-intensive. Mini-mills use electric arc furnaces to melt scrap. Smaller footprint, lower emissions, faster to build. Then there's the hybrid approach \u2014 DRI fed into an EAF \u2014 which is gaining ground fast, especially in regions with cheap natural gas.\"\n      }\n    }, {\n      \"@type\": \"Question\",\n      \"name\": \"How much does it cost to build a steel plant?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"It depends \u2014 a lot. An EAF mini-mill producing 500,000 to 800,000 tonnes per year typically costs $300-600 million. A large integrated mill with a blast furnace? You're looking at $2-5 billion. DRI-EAF hybrids fall somewhere in between \u2014 $800 million to $1.5 billion. Modernization projects range from $50 million to $800 million depending on scope.\"\n      }\n    }, {\n      \"@type\": \"Question\",\n      \"name\": \"What's the difference between BF-BOF and EAF steelmaking?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"BF-BOF starts with iron ore, EAF starts with scrap (or DRI). BF-BOF uses a blast furnace to make pig iron from ore and coke, then a basic oxygen furnace to refine it into steel. It produces 70% of the world's steel. EAF skips the blast furnace entirely, using electric arcs at 3,000\u00b0C to melt scrap. EAF has lower capital cost and much lower emissions (0.68 vs. 2.33 tCO\u2082 per tonne).\"\n      }\n    }, {\n      \"@type\": \"Question\",\n      \"name\": \"How long does it take to build an EAF steel plant?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Greenfield EAF plants take 14-24 months from groundbreaking to first heat. Our fastest was 14 months in Vietnam. Brownfield conversions can be faster: 10-18 months. Integrated mills with blast furnaces take much longer \u2014 36-60 months. Critical path items are usually the main electrical supply and continuous casting machine.\"\n      }\n    }, {\n      \"@type\": \"Question\",\n      \"name\": \"What factors matter most for steel plant location?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"In order of importance: raw material access (iron ore or scrap), energy cost and grid capacity, water supply (2-5 cubic meters per tonne), logistics infrastructure (port or rail), labor market, and environmental regulations. Electricity pricing alone can make or break the business case.\"\n      }\n    }, {\n      \"@type\": \"Question\",\n      \"name\": \"Can a blast furnace plant be converted to EAF?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes \u2014 and it's increasingly common. Tata Steel and JFE Steel are doing it. We've done conversions in the Gulf region (BF-BOF to DRI-EAF) achieving a 48% cut in CO\u2082. Conversion timelines run 18-30 months. The main challenge is keeping production running during the transition.\"\n      }\n    }, {\n      \"@type\": \"Question\",\n      \"name\": \"What is DRI and how does it fit into modern steelmaking?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"DRI (Direct Reduced Iron) is iron ore chemically reduced to metallic iron without melting, using natural gas or hydrogen. It's a clean feedstock for EAF steelmaking. DRI-EAF on natural gas produces about 1.37 tCO\u2082 per tonne; with green hydrogen, it drops below 0.5. It accounts for 42% of all new ironmaking capacity under development.\"\n      }\n    }, {\n      \"@type\": \"Question\",\n      \"name\": \"What maintenance does a steel plant need?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Major scheduled maintenance includes blast furnace relines (every 10-20 years), EAF refractory\/electrode replacement, continuous caster segment maintenance, rolling mill roll changes, and water treatment upkeep. Unplanned downtime can cost $50,000 to $200,000+ per hour, making rigorous maintenance critical.\"\n      }\n    }]\n  }\n  <\/script>\n\n  <style>\n    \/* ISOLATION: Strictly scoped to #boshiya-faq-system *\/\n    \n    \/* 1. Global Container *\/\n    #boshiya-faq-system {\n      width: 100%;\n      max-width: 100%;\n      background-color: #f9f9fb; \/* Light Tech Gray *\/\n      color: #1a1a1a;\n      font-family: inherit;\n      padding: 100px 40px;\n      box-sizing: border-box;\n      border-top: 1px solid #e0e0e0;\n    }\n\n    #boshiya-faq-system * {\n      box-sizing: border-box;\n    }\n\n    \/* 2. Layout Grid: Sticky Sidebar + Content *\/\n    #boshiya-faq-system .bfq-grid {\n      display: grid;\n      grid-template-columns: 350px 1fr; \/* Fixed Sidebar | Flexible Content *\/\n      gap: 80px;\n      max-width: 1400px;\n      margin: 0 auto;\n      align-items: start;\n    }\n\n    \/* 3. Left Sidebar (Sticky Title) *\/\n    #boshiya-faq-system .bfq-sidebar {\n      position: sticky;\n      top: 40px; \/* Sticks when scrolling *\/\n    }\n\n    #boshiya-faq-system .bfq-label {\n      font-family: 'Courier New', monospace;\n      font-size: 11px;\n      text-transform: uppercase;\n      color: #666;\n      letter-spacing: 1px;\n      margin-bottom: 20px;\n      display: block;\n      font-weight: 700;\n    }\n\n    #boshiya-faq-system h2.bfq-h2 {\n      font-size: 42px !important;\n      font-weight: 800 !important;\n      line-height: 1.1 !important;\n      color: #000018 !important; \/* Brand Blue *\/\n      margin: 0 0 30px 0 !important;\n      letter-spacing: -1px;\n    }\n\n    #boshiya-faq-system .bfq-cta-text {\n      font-size: 15px;\n      color: #555;\n      line-height: 1.6;\n      margin-bottom: 30px;\n    }\n\n    #boshiya-faq-system .bfq-btn {\n      display: inline-block;\n      background-color: #000018;\n      color: #fff !important;\n      padding: 15px 30px;\n      font-weight: 700;\n      text-decoration: none;\n      font-size: 13px;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      border: 1px solid #000018;\n      transition: all 0.3s ease;\n    }\n\n    #boshiya-faq-system .bfq-btn:hover {\n      background-color: transparent;\n      color: #000018 !important;\n    }\n\n    \/* 4. FAQ List (Right Column) *\/\n    #boshiya-faq-system .bfq-list {\n      display: flex;\n      flex-direction: column;\n      border-top: 1px solid #d1d1d1;\n    }\n\n    \/* 5. Details\/Summary Styling (The Accordion) *\/\n    #boshiya-faq-system details {\n      border-bottom: 1px solid #d1d1d1;\n      transition: background-color 0.3s ease;\n    }\n\n    #boshiya-faq-system details:hover {\n      background-color: #fff;\n    }\n\n    #boshiya-faq-system details[open] {\n      background-color: #fff;\n      border-bottom: 1px solid #000018; \/* Highlight active item *\/\n    }\n\n    #boshiya-faq-system summary {\n      padding: 30px 0;\n      cursor: pointer;\n      list-style: none; \/* Remove default triangle *\/\n      display: grid;\n      grid-template-columns: 40px 1fr 30px; \/* Number | Question | Icon *\/\n      align-items: center;\n      gap: 20px;\n    }\n\n    \/* Hide default marker in Webkit *\/\n    #boshiya-faq-system summary::-webkit-details-marker {\n      display: none;\n    }\n\n    \/* Numbering *\/\n    #boshiya-faq-system .bfq-num {\n      font-family: 'Courier New', monospace;\n      font-size: 14px;\n      color: #999;\n      font-weight: 700;\n    }\n\n    \/* Question Text (H3) *\/\n    #boshiya-faq-system h3.bfq-question {\n      font-size: 18px !important;\n      font-weight: 700 !important;\n      color: #1a1a1a !important;\n      margin: 0 !important;\n      line-height: 1.4;\n    }\n\n    \/* Icon (+ \/ -) *\/\n    #boshiya-faq-system .bfq-icon {\n      position: relative;\n      width: 14px;\n      height: 14px;\n    }\n\n    #boshiya-faq-system .bfq-icon::before,\n    #boshiya-faq-system .bfq-icon::after {\n      content: '';\n      position: absolute;\n      background-color: #000018;\n      transition: transform 0.3s ease;\n    }\n\n    #boshiya-faq-system .bfq-icon::before {\n      top: 6px; left: 0; width: 100%; height: 2px; \/* Horizontal *\/\n    }\n\n    #boshiya-faq-system .bfq-icon::after {\n      top: 0; left: 6px; width: 2px; height: 100%; \/* Vertical *\/\n    }\n\n    \/* Rotate icon when open *\/\n    #boshiya-faq-system details[open] .bfq-icon::after {\n      transform: rotate(90deg); \/* Turns into minus *\/\n    }\n    \n    #boshiya-faq-system details[open] .bfq-icon {\n      transform: rotate(180deg);\n    }\n\n    \/* Answer Content *\/\n    #boshiya-faq-system .bfq-answer {\n      padding: 0 0 30px 60px; \/* Align with text, indent past number *\/\n      font-size: 16px;\n      line-height: 1.7;\n      color: #555;\n      max-width: 90%;\n    }\n\n    \/* 6. Responsive *\/\n    @media (max-width: 900px) {\n      #boshiya-faq-system { padding: 60px 20px; }\n      #boshiya-faq-system .bfq-grid { grid-template-columns: 1fr; gap: 40px; }\n      #boshiya-faq-system .bfq-sidebar { position: static; margin-bottom: 20px; }\n      #boshiya-faq-system summary { grid-template-columns: 30px 1fr 20px; gap: 10px; }\n      #boshiya-faq-system .bfq-answer { padding: 0 0 20px 0; }\n    }\n  <\/style>\n\n  <div class=\"bfq-grid\">\n    \n    <aside class=\"bfq-sidebar\">\n      <span class=\"bfq-label\">\/\/\/ Knowledge Base<\/span>\n      <h2 class=\"bfq-h2\">Frequently Asked Questions About Steel Plants<\/h2>\n      <div class=\"bfq-cta-text\">\n        Don't see your specific question here? Our engineering team is available for a direct consultation regarding your project requirements.\n      <\/div>\n      <a href=\"#ct-popup-697\" class=\"bfq-btn\">Ask an Engineer<\/a>\n    <\/aside>\n\n    <div class=\"bfq-list\">\n      \n      <details open>\n        <summary>\n          <span class=\"bfq-num\">01<\/span>\n          <h3 class=\"bfq-question\">What are the main types of steel plants?<\/h3>\n          <div class=\"bfq-icon\"><\/div>\n        <\/summary>\n        <div class=\"bfq-answer\">\n          Three types cover about 99% of global steel production. Integrated mills run on the BF-BOF route \u2014 iron ore goes in one end, finished steel comes out the other. They're huge (2-8 million tonnes per year) and capital-intensive. Mini-mills use electric arc furnaces to melt scrap. Smaller footprint, lower emissions, faster to build. Then there's the hybrid approach \u2014 DRI fed into an EAF \u2014 which is gaining ground fast, especially in regions with cheap natural gas.\n        <\/div>\n      <\/details>\n\n      <details>\n        <summary>\n          <span class=\"bfq-num\">02<\/span>\n          <h3 class=\"bfq-question\">How much does it cost to build a steel plant?<\/h3>\n          <div class=\"bfq-icon\"><\/div>\n        <\/summary>\n        <div class=\"bfq-answer\">\n          It depends \u2014 a lot. An EAF mini-mill producing 500,000 to 800,000 tonnes per year typically costs $300-600 million. A large integrated mill with a blast furnace? You're looking at $2-5 billion. DRI-EAF hybrids fall somewhere in between \u2014 $800 million to $1.5 billion. Modernization projects range from $50 million to $800 million depending on scope.\n        <\/div>\n      <\/details>\n\n      <details>\n        <summary>\n          <span class=\"bfq-num\">03<\/span>\n          <h3 class=\"bfq-question\">What's the difference between BF-BOF and EAF steelmaking?<\/h3>\n          <div class=\"bfq-icon\"><\/div>\n        <\/summary>\n        <div class=\"bfq-answer\">\n          The short version: BF-BOF starts with iron ore, EAF starts with scrap (or DRI). BF-BOF uses a blast furnace to make pig iron from ore and coke, then a basic oxygen furnace to refine it. It produces 70% of the world's steel. EAF skips the blast furnace entirely. Electric arcs at 3,000\u00b0C melt scrap steel directly. Lower capital cost, much lower emissions (0.68 vs. 2.33 tCO\u2082 per tonne), faster startup time.\n        <\/div>\n      <\/details>\n\n      <details>\n        <summary>\n          <span class=\"bfq-num\">04<\/span>\n          <h3 class=\"bfq-question\">How long does it take to build an EAF steel plant?<\/h3>\n          <div class=\"bfq-icon\"><\/div>\n        <\/summary>\n        <div class=\"bfq-answer\">\n          Greenfield EAF plants take 14-24 months from groundbreaking to first heat. Our fastest was 14 months in Vietnam. Brownfield conversions can be faster: 10-18 months. Integrated mills with blast furnaces take much longer \u2014 36-60 months. The critical path items are usually the main electrical supply and continuous casting machine.\n        <\/div>\n      <\/details>\n\n      <details>\n        <summary>\n          <span class=\"bfq-num\">05<\/span>\n          <h3 class=\"bfq-question\">What factors matter most for steel plant location?<\/h3>\n          <div class=\"bfq-icon\"><\/div>\n        <\/summary>\n        <div class=\"bfq-answer\">\n          In order of importance: raw material access (iron ore for BF, scrap for EAF), energy cost and grid capacity (EAF plants can draw 80+ MVA), water supply (2-5 cubic meters per tonne), logistics infrastructure (port or rail), labor market, and environmental regulations. Electricity pricing alone is a critical differentiator.\n        <\/div>\n      <\/details>\n\n      <details>\n        <summary>\n          <span class=\"bfq-num\">06<\/span>\n          <h3 class=\"bfq-question\">Can a blast furnace plant be converted to EAF?<\/h3>\n          <div class=\"bfq-icon\"><\/div>\n        <\/summary>\n        <div class=\"bfq-answer\">\n          Yes \u2014 and it's increasingly common. Tata Steel and JFE Steel are doing exactly this. We've done conversions in the Gulf region (BF-BOF to DRI-EAF hybrid) achieving a 48% cut in CO\u2082. Conversion timelines run 18-30 months. The main challenge is keeping some production running during the transition.\n        <\/div>\n      <\/details>\n\n      <details>\n        <summary>\n          <span class=\"bfq-num\">07<\/span>\n          <h3 class=\"bfq-question\">What is DRI and how does it fit into modern steelmaking?<\/h3>\n          <div class=\"bfq-icon\"><\/div>\n        <\/summary>\n        <div class=\"bfq-answer\">\n          DRI (Direct Reduced Iron) is iron ore reduced to metallic iron without melting, using natural gas or hydrogen. It's a clean feedstock for EAF steelmaking. DRI-EAF on natural gas produces about 1.37 tCO\u2082 per tonne of steel; with green hydrogen, that drops below 0.5. DRI accounts for 42% of all new ironmaking capacity under development.\n        <\/div>\n      <\/details>\n\n      <details>\n        <summary>\n          <span class=\"bfq-num\">08<\/span>\n          <h3 class=\"bfq-question\">What maintenance does a steel plant need?<\/h3>\n          <div class=\"bfq-icon\"><\/div>\n        <\/summary>\n        <div class=\"bfq-answer\">\n          Unplanned downtime runs $50k-$200k+ per hour. Major scheduled maintenance includes blast furnace relines (every 10-20 years), EAF refractory and electrode replacement, continuous caster segment maintenance, rolling mill roll changes, and water treatment upkeep. We offer long-term maintenance contracts and spare parts supply.\n        <\/div>\n      <\/details>\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n<\/div><\/div><\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Since 1915 \u00b7 ISO 9001 \u00b7 CE Certified Steel and Metal Plants \u2014 Design, Build, Modernize BOSHIYA Group engineers and delivers complete iron and steel production plants. Blast furnace lines, EAF mini-mills, hybrid DRI-EAF facilities \u2014 from raw concept to first heat. Request a Quote 340+ Projects Delivered 45 Countries Served 5M+ Tonnes Capacity 109 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1351,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_gspb_post_css":"","footnotes":""},"class_list":["post-1349","page","type-page","status-publish","has-post-thumbnail","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/boshiya.com\/pt\/wp-json\/wp\/v2\/pages\/1349","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/boshiya.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/boshiya.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/boshiya.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/boshiya.com\/pt\/wp-json\/wp\/v2\/comments?post=1349"}],"version-history":[{"count":0,"href":"https:\/\/boshiya.com\/pt\/wp-json\/wp\/v2\/pages\/1349\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/boshiya.com\/pt\/wp-json\/wp\/v2\/media\/1351"}],"wp:attachment":[{"href":"https:\/\/boshiya.com\/pt\/wp-json\/wp\/v2\/media?parent=1349"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}