Add 2 files
Browse files- index.html +539 -249
- prompts.txt +1 -0
index.html
CHANGED
|
@@ -3,12 +3,12 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 9 |
<style>
|
| 10 |
-
.
|
| 11 |
-
background: linear-gradient(135deg, #
|
| 12 |
}
|
| 13 |
.card-hover:hover {
|
| 14 |
transform: translateY(-5px);
|
|
@@ -57,173 +57,120 @@
|
|
| 57 |
.close:hover {
|
| 58 |
color: black;
|
| 59 |
}
|
| 60 |
-
.
|
| 61 |
-
background: linear-gradient(90deg, #
|
| 62 |
-
border-left: 4px solid #
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
}
|
| 64 |
</style>
|
| 65 |
</head>
|
| 66 |
-
<body class="font-sans antialiased text-gray-800">
|
| 67 |
<!-- Header -->
|
| 68 |
-
<header class="
|
| 69 |
<div class="container mx-auto px-6 py-16">
|
| 70 |
<div class="flex flex-col md:flex-row items-center">
|
| 71 |
<div class="md:w-1/2 mb-10 md:mb-0">
|
| 72 |
-
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-4">
|
| 73 |
-
<p class="text-xl mb-8">
|
| 74 |
-
<button class="bg-blue-
|
| 75 |
-
<i class="fas fa-
|
| 76 |
</button>
|
| 77 |
</div>
|
| 78 |
<div class="md:w-1/2 flex justify-center">
|
| 79 |
-
<img src="https://
|
| 80 |
-
alt="
|
| 81 |
class="rounded-xl shadow-2xl w-full max-w-md floating">
|
| 82 |
</div>
|
| 83 |
</div>
|
| 84 |
</div>
|
| 85 |
</header>
|
| 86 |
|
| 87 |
-
<!--
|
| 88 |
-
<section class="py-20 bg-gray-50">
|
| 89 |
-
<div class="container mx-auto px-6">
|
| 90 |
-
<div class="flex flex-col md:flex-row items-center">
|
| 91 |
-
<div class="md:w-1/3 mb-10 md:mb-0 flex justify-center">
|
| 92 |
-
<div class="relative">
|
| 93 |
-
<img src="https://www.xcelerantconsulting.com/wp-content/uploads/2023/05/Melissa-Hadhazy-Headshot.jpg"
|
| 94 |
-
alt="Melissa Hadhazy"
|
| 95 |
-
class="rounded-full w-64 h-64 object-cover shadow-xl border-4 border-white">
|
| 96 |
-
<div class="absolute -bottom-5 -right-5 bg-blue-600 text-white rounded-full p-4 shadow-lg">
|
| 97 |
-
<i class="fas fa-bullseye text-2xl"></i>
|
| 98 |
-
</div>
|
| 99 |
-
</div>
|
| 100 |
-
</div>
|
| 101 |
-
<div class="md:w-2/3 md:pl-12">
|
| 102 |
-
<h2 class="text-3xl font-bold text-gray-900 mb-6">Meet Melissa Hadhazy</h2>
|
| 103 |
-
<div class="w-24 h-1 bg-blue-600 mb-6"></div>
|
| 104 |
-
<p class="text-xl text-gray-600 mb-6">
|
| 105 |
-
Senior Partner & Supply Chain Transformation Leader at Xcelerant Consulting with 18 years of experience helping manufacturing companies achieve operational excellence.
|
| 106 |
-
</p>
|
| 107 |
-
|
| 108 |
-
<div class="profile-highlight rounded-lg p-6 mb-8">
|
| 109 |
-
<h3 class="font-bold text-blue-800 mb-3">Specialized Expertise for Robertshaw</h3>
|
| 110 |
-
<ul class="list-disc pl-5 space-y-2 text-gray-700">
|
| 111 |
-
<li>Supply chain optimization for appliance components</li>
|
| 112 |
-
<li>Tariff mitigation strategies for global manufacturers</li>
|
| 113 |
-
<li>Operational efficiency in precision manufacturing</li>
|
| 114 |
-
<li>Inventory optimization for complex product portfolios</li>
|
| 115 |
-
</ul>
|
| 116 |
-
</div>
|
| 117 |
-
|
| 118 |
-
<div class="grid grid-cols-2 md:grid-cols-4 gap-4">
|
| 119 |
-
<div class="bg-white p-4 rounded-lg shadow text-center">
|
| 120 |
-
<div class="text-blue-600 text-2xl font-bold mb-1">18+</div>
|
| 121 |
-
<div class="text-gray-600 text-sm">Years Experience</div>
|
| 122 |
-
</div>
|
| 123 |
-
<div class="bg-white p-4 rounded-lg shadow text-center">
|
| 124 |
-
<div class="text-blue-600 text-2xl font-bold mb-1">$650M+</div>
|
| 125 |
-
<div class="text-gray-600 text-sm">Client Savings</div>
|
| 126 |
-
</div>
|
| 127 |
-
<div class="bg-white p-4 rounded-lg shadow text-center">
|
| 128 |
-
<div class="text-blue-600 text-2xl font-bold mb-1">42%</div>
|
| 129 |
-
<div class="text-gray-600 text-sm">Avg. Inventory Reduction</div>
|
| 130 |
-
</div>
|
| 131 |
-
<div class="bg-white p-4 rounded-lg shadow text-center">
|
| 132 |
-
<div class="text-blue-600 text-2xl font-bold mb-1">28</div>
|
| 133 |
-
<div class="text-gray-600 text-sm">Manufacturing Clients</div>
|
| 134 |
-
</div>
|
| 135 |
-
</div>
|
| 136 |
-
</div>
|
| 137 |
-
</div>
|
| 138 |
-
</div>
|
| 139 |
-
</section>
|
| 140 |
-
|
| 141 |
-
<!-- Robertshaw Priorities -->
|
| 142 |
<section class="py-20 bg-white">
|
| 143 |
<div class="container mx-auto px-6">
|
| 144 |
<div class="text-center mb-16">
|
| 145 |
-
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">
|
| 146 |
<div class="w-24 h-1 bg-blue-600 mx-auto mb-6"></div>
|
| 147 |
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
|
| 148 |
-
|
| 149 |
</p>
|
| 150 |
</div>
|
| 151 |
|
| 152 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 153 |
-
<!--
|
| 154 |
<div class="bg-gray-50 rounded-xl p-8 transition duration-300 card-hover">
|
| 155 |
<div class="text-blue-600 text-4xl mb-6">
|
| 156 |
-
<i class="fas fa-
|
| 157 |
</div>
|
| 158 |
-
<h3 class="text-xl font-bold mb-4">
|
| 159 |
-
<p class="text-gray-600 mb-4
|
| 160 |
-
|
| 161 |
</p>
|
| 162 |
-
<h4 class="font-semibold mb-2 text-blue-600">Melissa's Approach:</h4>
|
| 163 |
<ul class="space-y-2 text-gray-600">
|
| 164 |
<li class="flex items-start">
|
| 165 |
-
<i class="fas fa-
|
| 166 |
-
<span>
|
| 167 |
</li>
|
| 168 |
<li class="flex items-start">
|
| 169 |
-
<i class="fas fa-
|
| 170 |
-
<span>
|
| 171 |
</li>
|
| 172 |
<li class="flex items-start">
|
| 173 |
-
<i class="fas fa-
|
| 174 |
-
<span>
|
| 175 |
</li>
|
| 176 |
</ul>
|
| 177 |
</div>
|
| 178 |
|
| 179 |
-
<!--
|
| 180 |
<div class="bg-gray-50 rounded-xl p-8 transition duration-300 card-hover">
|
| 181 |
<div class="text-blue-600 text-4xl mb-6">
|
| 182 |
-
<i class="fas fa-truck-
|
| 183 |
</div>
|
| 184 |
-
<h3 class="text-xl font-bold mb-4">Supply Chain
|
| 185 |
-
<p class="text-gray-600 mb-4
|
| 186 |
-
|
| 187 |
</p>
|
| 188 |
-
<h4 class="font-semibold mb-2 text-blue-600">Melissa's Approach:</h4>
|
| 189 |
<ul class="space-y-2 text-gray-600">
|
| 190 |
<li class="flex items-start">
|
| 191 |
-
<i class="fas fa-
|
| 192 |
-
<span>
|
| 193 |
</li>
|
| 194 |
<li class="flex items-start">
|
| 195 |
-
<i class="fas fa-
|
| 196 |
-
<span>
|
| 197 |
</li>
|
| 198 |
<li class="flex items-start">
|
| 199 |
-
<i class="fas fa-
|
| 200 |
-
<span>
|
| 201 |
</li>
|
| 202 |
</ul>
|
| 203 |
</div>
|
| 204 |
|
| 205 |
-
<!--
|
| 206 |
<div class="bg-gray-50 rounded-xl p-8 transition duration-300 card-hover">
|
| 207 |
<div class="text-blue-600 text-4xl mb-6">
|
| 208 |
-
<i class="fas fa-
|
| 209 |
</div>
|
| 210 |
-
<h3 class="text-xl font-bold mb-4">
|
| 211 |
-
<p class="text-gray-600 mb-4
|
| 212 |
-
|
| 213 |
</p>
|
| 214 |
-
<h4 class="font-semibold mb-2 text-blue-600">Melissa's Approach:</h4>
|
| 215 |
<ul class="space-y-2 text-gray-600">
|
| 216 |
<li class="flex items-start">
|
| 217 |
-
<i class="fas fa-
|
| 218 |
-
<span>
|
| 219 |
</li>
|
| 220 |
<li class="flex items-start">
|
| 221 |
-
<i class="fas fa-
|
| 222 |
-
<span>
|
| 223 |
</li>
|
| 224 |
<li class="flex items-start">
|
| 225 |
-
<i class="fas fa-
|
| 226 |
-
<span>
|
| 227 |
</li>
|
| 228 |
</ul>
|
| 229 |
</div>
|
|
@@ -231,41 +178,197 @@
|
|
| 231 |
</div>
|
| 232 |
</section>
|
| 233 |
|
| 234 |
-
<!--
|
| 235 |
<section class="py-20 bg-gray-50">
|
| 236 |
<div class="container mx-auto px-6">
|
| 237 |
-
<div class="
|
| 238 |
-
<
|
| 239 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 240 |
<div class="w-24 h-1 bg-blue-600 mb-6"></div>
|
|
|
|
| 241 |
<p class="text-gray-600 mb-6">
|
| 242 |
-
|
| 243 |
</p>
|
| 244 |
-
|
| 245 |
-
|
| 246 |
-
|
| 247 |
-
|
| 248 |
-
|
| 249 |
-
|
| 250 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 251 |
<div class="text-gray-600">Annual tariff savings</div>
|
| 252 |
</div>
|
| 253 |
-
<div class="bg-
|
| 254 |
-
<div class="text-blue-600 text-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 255 |
<div class="text-gray-600">Improvement in OEE</div>
|
| 256 |
</div>
|
| 257 |
-
<div class="bg-
|
| 258 |
-
<div class="text-blue-600 text-
|
| 259 |
-
<div class="text-gray-600">Inventory turns
|
| 260 |
</div>
|
| 261 |
</div>
|
|
|
|
| 262 |
<button onclick="openModal()" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-full transition duration-300">
|
| 263 |
-
<i class="fas fa-file-alt mr-2"></i>
|
| 264 |
</button>
|
| 265 |
</div>
|
| 266 |
-
|
| 267 |
-
|
| 268 |
-
|
|
|
|
| 269 |
<div class="space-y-6">
|
| 270 |
<!-- Step 1 -->
|
| 271 |
<div class="flex">
|
|
@@ -275,9 +378,9 @@
|
|
| 275 |
</div>
|
| 276 |
</div>
|
| 277 |
<div>
|
| 278 |
-
<h4 class="font-semibold text-gray-900">
|
| 279 |
<p class="text-gray-600 mt-1">
|
| 280 |
-
|
| 281 |
</p>
|
| 282 |
</div>
|
| 283 |
</div>
|
|
@@ -291,7 +394,7 @@
|
|
| 291 |
<div>
|
| 292 |
<h4 class="font-semibold text-gray-900">Quick Win Implementation</h4>
|
| 293 |
<p class="text-gray-600 mt-1">
|
| 294 |
-
Execute high-impact projects that
|
| 295 |
</p>
|
| 296 |
</div>
|
| 297 |
</div>
|
|
@@ -303,9 +406,9 @@
|
|
| 303 |
</div>
|
| 304 |
</div>
|
| 305 |
<div>
|
| 306 |
-
<h4 class="font-semibold text-gray-900">
|
| 307 |
<p class="text-gray-600 mt-1">
|
| 308 |
-
|
| 309 |
</p>
|
| 310 |
</div>
|
| 311 |
</div>
|
|
@@ -317,9 +420,23 @@
|
|
| 317 |
</div>
|
| 318 |
</div>
|
| 319 |
<div>
|
| 320 |
-
<h4 class="font-semibold text-gray-900">
|
| 321 |
<p class="text-gray-600 mt-1">
|
| 322 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 323 |
</p>
|
| 324 |
</div>
|
| 325 |
</div>
|
|
@@ -330,44 +447,278 @@
|
|
| 330 |
</div>
|
| 331 |
</section>
|
| 332 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 333 |
<!-- Case Study Modal -->
|
| 334 |
<div id="caseStudyModal" class="modal">
|
| 335 |
<div class="modal-content">
|
| 336 |
<span class="close" onclick="closeModal()">×</span>
|
| 337 |
-
<h2 class="text-2xl font-bold mb-6 text-blue-600">
|
| 338 |
<div class="border-b border-gray-200 mb-6"></div>
|
| 339 |
|
| 340 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-8">
|
| 341 |
<div class="bg-blue-50 p-4 rounded-lg">
|
| 342 |
<h3 class="font-bold mb-2">Client Profile</h3>
|
| 343 |
-
<p class="text-gray-700">$1.
|
| 344 |
</div>
|
| 345 |
<div class="bg-blue-50 p-4 rounded-lg">
|
| 346 |
<h3 class="font-bold mb-2">Challenge</h3>
|
| 347 |
-
<p class="text-gray-700">
|
| 348 |
</div>
|
| 349 |
<div class="bg-blue-50 p-4 rounded-lg">
|
| 350 |
<h3 class="font-bold mb-2">Duration</h3>
|
| 351 |
-
<p class="text-gray-700">
|
| 352 |
</div>
|
| 353 |
</div>
|
| 354 |
|
| 355 |
-
<h3 class="text-xl font-semibold mb-4 text-gray-800">Approach</h3>
|
| 356 |
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-8">
|
| 357 |
<div>
|
| 358 |
-
<h4 class="font-bold mb-2 text-blue-600">1.
|
| 359 |
<ul class="list-disc pl-5 space-y-2 text-gray-700">
|
| 360 |
-
<li>
|
| 361 |
-
<li>
|
| 362 |
-
<li>
|
| 363 |
</ul>
|
| 364 |
</div>
|
| 365 |
<div>
|
| 366 |
-
<h4 class="font-bold mb-2 text-blue-600">2.
|
| 367 |
<ul class="list-disc pl-5 space-y-2 text-gray-700">
|
| 368 |
-
<li>
|
| 369 |
-
<li>
|
| 370 |
-
<li>
|
| 371 |
</ul>
|
| 372 |
</div>
|
| 373 |
</div>
|
|
@@ -378,29 +729,35 @@
|
|
| 378 |
<thead class="bg-blue-600 text-white">
|
| 379 |
<tr>
|
| 380 |
<th class="py-3 px-4 text-left">Metric</th>
|
| 381 |
-
<th class="py-3 px-4 text-left">
|
| 382 |
-
<th class="py-3 px-4 text-left">
|
| 383 |
-
<th class="py-3 px-4 text-left">
|
| 384 |
</tr>
|
| 385 |
</thead>
|
| 386 |
<tbody class="divide-y divide-gray-200">
|
| 387 |
<tr>
|
| 388 |
-
<td class="py-3 px-4">
|
| 389 |
-
<td class="py-3 px-4">$
|
| 390 |
-
<td class="py-3 px-4">$
|
| 391 |
-
<td class="py-3 px-4 text-green-600 font-bold">
|
| 392 |
</tr>
|
| 393 |
<tr class="bg-gray-50">
|
| 394 |
-
<td class="py-3 px-4">
|
| 395 |
-
<td class="py-3 px-4">$
|
| 396 |
-
<td class="py-3 px-4">$
|
| 397 |
-
<td class="py-3 px-4 text-green-600 font-bold">
|
| 398 |
</tr>
|
| 399 |
<tr>
|
| 400 |
-
<td class="py-3 px-4">
|
| 401 |
-
<td class="py-3 px-4">
|
| 402 |
-
<td class="py-3 px-4">
|
| 403 |
-
<td class="py-3 px-4 text-green-600 font-bold">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 404 |
</tr>
|
| 405 |
</tbody>
|
| 406 |
</table>
|
|
@@ -412,8 +769,8 @@
|
|
| 412 |
<i class="fas fa-lightbulb text-yellow-500 text-xl mt-1 mr-3"></i>
|
| 413 |
</div>
|
| 414 |
<div>
|
| 415 |
-
<h4 class="font-bold text-gray-800">Key
|
| 416 |
-
<p class="text-gray-700">The
|
| 417 |
</div>
|
| 418 |
</div>
|
| 419 |
</div>
|
|
@@ -423,93 +780,26 @@
|
|
| 423 |
Close
|
| 424 |
</button>
|
| 425 |
<button class="bg-white hover:bg-gray-100 text-blue-600 font-bold py-2 px-6 border border-blue-600 rounded">
|
| 426 |
-
<i class="fas fa-download mr-2"></i> Download Full
|
| 427 |
</button>
|
| 428 |
</div>
|
| 429 |
</div>
|
| 430 |
</div>
|
| 431 |
|
| 432 |
-
<
|
| 433 |
-
|
| 434 |
-
|
| 435 |
-
|
| 436 |
-
|
| 437 |
-
|
| 438 |
-
|
| 439 |
-
|
| 440 |
-
|
| 441 |
-
|
| 442 |
-
|
| 443 |
-
|
| 444 |
-
|
| 445 |
-
|
| 446 |
-
|
| 447 |
-
|
| 448 |
-
<i class="fas fa-star"></i>
|
| 449 |
-
<i class="fas fa-star"></i>
|
| 450 |
-
<i class="fas fa-star"></i>
|
| 451 |
-
<i class="fas fa-star"></i>
|
| 452 |
-
</div>
|
| 453 |
-
</div>
|
| 454 |
-
<p class="text-gray-600 italic mb-6">
|
| 455 |
-
"Melissa's tariff mitigation strategies saved us $12M annually while her operational improvements drove 400bps of margin expansion. She has an uncanny ability to translate complex supply chain concepts into executable strategies."
|
| 456 |
-
</p>
|
| 457 |
-
<div class="flex items-center">
|
| 458 |
-
<img src="https://randomuser.me/api/portraits/men/42.jpg" alt="Client" class="w-12 h-12 rounded-full mr-4">
|
| 459 |
-
<div>
|
| 460 |
-
<h4 class="font-bold">David Kim</h4>
|
| 461 |
-
<p class="text-gray-500 text-sm">COO, Precision Components Inc.</p>
|
| 462 |
-
</div>
|
| 463 |
-
</div>
|
| 464 |
-
</div>
|
| 465 |
-
<!-- Testimonial 2 -->
|
| 466 |
-
<div class="bg-gray-50 p-8 rounded-xl">
|
| 467 |
-
<div class="flex items-center mb-6">
|
| 468 |
-
<div class="text-yellow-400 text-2xl mr-2">
|
| 469 |
-
<i class="fas fa-star"></i>
|
| 470 |
-
<i class="fas fa-star"></i>
|
| 471 |
-
<i class="fas fa-star"></i>
|
| 472 |
-
<i class="fas fa-star"></i>
|
| 473 |
-
<i class="fas fa-star"></i>
|
| 474 |
-
</div>
|
| 475 |
-
</div>
|
| 476 |
-
<p class="text-gray-600 italic mb-6">
|
| 477 |
-
"We engaged Melissa specifically to address investor concerns about our operational efficiency. In 9 months, she helped us improve productivity by 26% and reduce working capital by $35M - results we proudly highlighted in our next earnings call."
|
| 478 |
-
</p>
|
| 479 |
-
<div class="flex items-center">
|
| 480 |
-
<img src="https://randomuser.me/api/portraits/women/63.jpg" alt="Client" class="w-12 h-12 rounded-full mr-4">
|
| 481 |
-
<div>
|
| 482 |
-
<h4 class="font-bold">Lisa Rodriguez</h4>
|
| 483 |
-
<p class="text-gray-500 text-sm">CFO, Advanced Manufacturing Co.</p>
|
| 484 |
-
</div>
|
| 485 |
-
</div>
|
| 486 |
-
</div>
|
| 487 |
-
</div>
|
| 488 |
-
</div>
|
| 489 |
-
</section>
|
| 490 |
-
|
| 491 |
-
<!-- CTA -->
|
| 492 |
-
<section class="gradient-bg text-white py-20">
|
| 493 |
-
<div class="container mx-auto px-6 text-center">
|
| 494 |
-
<h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Help Robertshaw Deliver on Its Commitments?</h2>
|
| 495 |
-
<p class="text-xl mb-8 max-w-2xl mx-auto">
|
| 496 |
-
Let's discuss how Melissa can translate Robertshaw's public priorities into measurable operational results.
|
| 497 |
-
</p>
|
| 498 |
-
<div class="flex flex-col sm:flex-row justify-center gap-4">
|
| 499 |
-
<button class="bg-white hover:bg-gray-100 text-blue-600 font-bold py-3 px-8 rounded-full transition duration-300">
|
| 500 |
-
<i class="fas fa-phone-alt mr-2"></i> Schedule Call with Melissa
|
| 501 |
-
</button>
|
| 502 |
-
<button class="bg-transparent hover:bg-blue-800 text-white font-bold py-3 px-8 border-2 border-white rounded-full transition duration-300">
|
| 503 |
-
<i class="fas fa-envelope mr-2"></i> Request Custom Proposal
|
| 504 |
-
</button>
|
| 505 |
-
</div>
|
| 506 |
-
</div>
|
| 507 |
-
</section>
|
| 508 |
-
|
| 509 |
-
<!-- Footer -->
|
| 510 |
-
<footer class="bg-gray-900 text-white py-12">
|
| 511 |
-
<div class="container mx-auto px-6">
|
| 512 |
-
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
| 513 |
-
<div>
|
| 514 |
-
<h3 class="text-xl font-bold mb-4">Xcelerant Consulting</h3
|
| 515 |
</html>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Chemical Industry Supply Chain Solutions | Tariff Mitigation Strategies</title>
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 9 |
<style>
|
| 10 |
+
.chemical-gradient {
|
| 11 |
+
background: linear-gradient(135deg, #1a5276 0%, #2874a6 100%);
|
| 12 |
}
|
| 13 |
.card-hover:hover {
|
| 14 |
transform: translateY(-5px);
|
|
|
|
| 57 |
.close:hover {
|
| 58 |
color: black;
|
| 59 |
}
|
| 60 |
+
.chemical-highlight {
|
| 61 |
+
background: linear-gradient(90deg, #eaf2f8 0%, #d4e6f1 100%);
|
| 62 |
+
border-left: 4px solid #2874a6;
|
| 63 |
+
}
|
| 64 |
+
.molecule-bg {
|
| 65 |
+
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="5" fill="%232874a6" fill-opacity="0.1"/><circle cx="30" cy="30" r="5" fill="%232874a6" fill-opacity="0.1"/><circle cx="70" cy="30" r="5" fill="%232874a6" fill-opacity="0.1"/><circle cx="30" cy="70" r="5" fill="%232874a6" fill-opacity="0.1"/><circle cx="70" cy="70" r="5" fill="%232874a6" fill-opacity="0.1"/></svg>');
|
| 66 |
+
background-size: 150px;
|
| 67 |
}
|
| 68 |
</style>
|
| 69 |
</head>
|
| 70 |
+
<body class="font-sans antialiased text-gray-800 molecule-bg">
|
| 71 |
<!-- Header -->
|
| 72 |
+
<header class="chemical-gradient text-white">
|
| 73 |
<div class="container mx-auto px-6 py-16">
|
| 74 |
<div class="flex flex-col md:flex-row items-center">
|
| 75 |
<div class="md:w-1/2 mb-10 md:mb-0">
|
| 76 |
+
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-4">Chemical Industry Supply Chain Solutions for <span class="text-blue-200">Tariff Uncertainty</span></h1>
|
| 77 |
+
<p class="text-xl mb-8">Specialized consulting to protect margins, optimize operations, and build tariff-resilient supply chains for chemical manufacturers.</p>
|
| 78 |
+
<button class="bg-blue-300 hover:bg-blue-400 text-gray-900 font-bold py-3 px-8 rounded-full transition duration-300 transform hover:scale-105">
|
| 79 |
+
<i class="fas fa-flask mr-2"></i> Request Chemical Industry Assessment
|
| 80 |
</button>
|
| 81 |
</div>
|
| 82 |
<div class="md:w-1/2 flex justify-center">
|
| 83 |
+
<img src="https://images.unsplash.com/photo-1605000797499-95a51c5269ae?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1471&q=80"
|
| 84 |
+
alt="Chemical Plant"
|
| 85 |
class="rounded-xl shadow-2xl w-full max-w-md floating">
|
| 86 |
</div>
|
| 87 |
</div>
|
| 88 |
</div>
|
| 89 |
</header>
|
| 90 |
|
| 91 |
+
<!-- Chemical Industry Challenges -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 92 |
<section class="py-20 bg-white">
|
| 93 |
<div class="container mx-auto px-6">
|
| 94 |
<div class="text-center mb-16">
|
| 95 |
+
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Critical Challenges Facing Chemical Companies</h2>
|
| 96 |
<div class="w-24 h-1 bg-blue-600 mx-auto mb-6"></div>
|
| 97 |
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
|
| 98 |
+
In today's volatile trade environment, chemical manufacturers face unprecedented supply chain pressures
|
| 99 |
</p>
|
| 100 |
</div>
|
| 101 |
|
| 102 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 103 |
+
<!-- Challenge 1 -->
|
| 104 |
<div class="bg-gray-50 rounded-xl p-8 transition duration-300 card-hover">
|
| 105 |
<div class="text-blue-600 text-4xl mb-6">
|
| 106 |
+
<i class="fas fa-balance-scale-right"></i>
|
| 107 |
</div>
|
| 108 |
+
<h3 class="text-xl font-bold mb-4">Tariff & Trade War Exposure</h3>
|
| 109 |
+
<p class="text-gray-600 mb-4">
|
| 110 |
+
With 78% of chemical products facing new tariffs, companies need sophisticated mitigation strategies.
|
| 111 |
</p>
|
|
|
|
| 112 |
<ul class="space-y-2 text-gray-600">
|
| 113 |
<li class="flex items-start">
|
| 114 |
+
<i class="fas fa-exclamation-triangle text-red-500 mt-1 mr-2"></i>
|
| 115 |
+
<span>Section 301 tariffs on $200B+ Chinese imports</span>
|
| 116 |
</li>
|
| 117 |
<li class="flex items-start">
|
| 118 |
+
<i class="fas fa-exclamation-triangle text-red-500 mt-1 mr-2"></i>
|
| 119 |
+
<span>EU carbon border adjustment mechanism</span>
|
| 120 |
</li>
|
| 121 |
<li class="flex items-start">
|
| 122 |
+
<i class="fas fa-exclamation-triangle text-red-500 mt-1 mr-2"></i>
|
| 123 |
+
<span>Anticipated retaliatory tariffs</span>
|
| 124 |
</li>
|
| 125 |
</ul>
|
| 126 |
</div>
|
| 127 |
|
| 128 |
+
<!-- Challenge 2 -->
|
| 129 |
<div class="bg-gray-50 rounded-xl p-8 transition duration-300 card-hover">
|
| 130 |
<div class="text-blue-600 text-4xl mb-6">
|
| 131 |
+
<i class="fas fa-truck-loading"></i>
|
| 132 |
</div>
|
| 133 |
+
<h3 class="text-xl font-bold mb-4">Supply Chain Disruptions</h3>
|
| 134 |
+
<p class="text-gray-600 mb-4">
|
| 135 |
+
Chemical supply chains remain vulnerable to multiple disruption vectors.
|
| 136 |
</p>
|
|
|
|
| 137 |
<ul class="space-y-2 text-gray-600">
|
| 138 |
<li class="flex items-start">
|
| 139 |
+
<i class="fas fa-exclamation-triangle text-red-500 mt-1 mr-2"></i>
|
| 140 |
+
<span>Critical raw material shortages</span>
|
| 141 |
</li>
|
| 142 |
<li class="flex items-start">
|
| 143 |
+
<i class="fas fa-exclamation-triangle text-red-500 mt-1 mr-2"></i>
|
| 144 |
+
<span>Transportation capacity constraints</span>
|
| 145 |
</li>
|
| 146 |
<li class="flex items-start">
|
| 147 |
+
<i class="fas fa-exclamation-triangle text-red-500 mt-1 mr-2"></i>
|
| 148 |
+
<span>Geopolitical sourcing risks</span>
|
| 149 |
</li>
|
| 150 |
</ul>
|
| 151 |
</div>
|
| 152 |
|
| 153 |
+
<!-- Challenge 3 -->
|
| 154 |
<div class="bg-gray-50 rounded-xl p-8 transition duration-300 card-hover">
|
| 155 |
<div class="text-blue-600 text-4xl mb-6">
|
| 156 |
+
<i class="fas fa-chart-line"></i>
|
| 157 |
</div>
|
| 158 |
+
<h3 class="text-xl font-bold mb-4">Margin Compression</h3>
|
| 159 |
+
<p class="text-gray-600 mb-4">
|
| 160 |
+
Rising costs and limited pricing power squeeze chemical company margins.
|
| 161 |
</p>
|
|
|
|
| 162 |
<ul class="space-y-2 text-gray-600">
|
| 163 |
<li class="flex items-start">
|
| 164 |
+
<i class="fas fa-exclamation-triangle text-red-500 mt-1 mr-2"></i>
|
| 165 |
+
<span>Energy cost volatility</span>
|
| 166 |
</li>
|
| 167 |
<li class="flex items-start">
|
| 168 |
+
<i class="fas fa-exclamation-triangle text-red-500 mt-1 mr-2"></i>
|
| 169 |
+
<span>Labor shortages in key regions</span>
|
| 170 |
</li>
|
| 171 |
<li class="flex items-start">
|
| 172 |
+
<i class="fas fa-exclamation-triangle text-red-500 mt-1 mr-2"></i>
|
| 173 |
+
<span>Regulatory compliance costs</span>
|
| 174 |
</li>
|
| 175 |
</ul>
|
| 176 |
</div>
|
|
|
|
| 178 |
</div>
|
| 179 |
</section>
|
| 180 |
|
| 181 |
+
<!-- Our Solutions -->
|
| 182 |
<section class="py-20 bg-gray-50">
|
| 183 |
<div class="container mx-auto px-6">
|
| 184 |
+
<div class="text-center mb-16">
|
| 185 |
+
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Our Chemical Industry Solutions</h2>
|
| 186 |
+
<div class="w-24 h-1 bg-blue-600 mx-auto mb-6"></div>
|
| 187 |
+
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
|
| 188 |
+
Proven methodologies tailored for petrochemical, specialty chemical, and industrial gas companies
|
| 189 |
+
</p>
|
| 190 |
+
</div>
|
| 191 |
+
|
| 192 |
+
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-12">
|
| 193 |
+
<!-- Solution 1 -->
|
| 194 |
+
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover">
|
| 195 |
+
<div class="md:flex">
|
| 196 |
+
<div class="p-8">
|
| 197 |
+
<div class="uppercase tracking-wide text-sm text-blue-600 font-semibold mb-1">Tariff Mitigation</div>
|
| 198 |
+
<h3 class="text-xl font-bold text-gray-900 mb-4">Chemical-Specific Duty Optimization</h3>
|
| 199 |
+
<p class="text-gray-600 mb-4">
|
| 200 |
+
Our proprietary 7-step methodology has helped chemical companies reduce tariff impacts by 15-40%.
|
| 201 |
+
</p>
|
| 202 |
+
<ul class="space-y-2 text-gray-600">
|
| 203 |
+
<li class="flex items-start">
|
| 204 |
+
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
|
| 205 |
+
<span>HS code classification audits</span>
|
| 206 |
+
</li>
|
| 207 |
+
<li class="flex items-start">
|
| 208 |
+
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
|
| 209 |
+
<span>First sale for export implementation</span>
|
| 210 |
+
</li>
|
| 211 |
+
<li class="flex items-start">
|
| 212 |
+
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
|
| 213 |
+
<span>Foreign trade zone utilization</span>
|
| 214 |
+
</li>
|
| 215 |
+
<li class="flex items-start">
|
| 216 |
+
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
|
| 217 |
+
<span>Duty drawback program setup</span>
|
| 218 |
+
</li>
|
| 219 |
+
</ul>
|
| 220 |
+
</div>
|
| 221 |
+
</div>
|
| 222 |
+
</div>
|
| 223 |
+
|
| 224 |
+
<!-- Solution 2 -->
|
| 225 |
+
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover">
|
| 226 |
+
<div class="md:flex">
|
| 227 |
+
<div class="p-8">
|
| 228 |
+
<div class="uppercase tracking-wide text-sm text-blue-600 font-semibold mb-1">Supply Chain</div>
|
| 229 |
+
<h3 class="text-xl font-bold text-gray-900 mb-4">Chemical Network Optimization</h3>
|
| 230 |
+
<p class="text-gray-600 mb-4">
|
| 231 |
+
Transform your supply chain to be both tariff-resilient and cost-optimized.
|
| 232 |
+
</p>
|
| 233 |
+
<ul class="space-y-2 text-gray-600">
|
| 234 |
+
<li class="flex items-start">
|
| 235 |
+
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
|
| 236 |
+
<span>Multi-echelon inventory optimization</span>
|
| 237 |
+
</li>
|
| 238 |
+
<li class="flex items-start">
|
| 239 |
+
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
|
| 240 |
+
<span>Hazardous material logistics planning</span>
|
| 241 |
+
</li>
|
| 242 |
+
<li class="flex items-start">
|
| 243 |
+
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
|
| 244 |
+
<span>Bulk chemical transportation mode analysis</span>
|
| 245 |
+
</li>
|
| 246 |
+
<li class="flex items-start">
|
| 247 |
+
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
|
| 248 |
+
<span>Supplier diversification strategies</span>
|
| 249 |
+
</li>
|
| 250 |
+
</ul>
|
| 251 |
+
</div>
|
| 252 |
+
</div>
|
| 253 |
+
</div>
|
| 254 |
+
</div>
|
| 255 |
+
|
| 256 |
+
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
| 257 |
+
<!-- Solution 3 -->
|
| 258 |
+
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover">
|
| 259 |
+
<div class="md:flex">
|
| 260 |
+
<div class="p-8">
|
| 261 |
+
<div class="uppercase tracking-wide text-sm text-blue-600 font-semibold mb-1">Operations</div>
|
| 262 |
+
<h3 class="text-xl font-bold text-gray-900 mb-4">Chemical Plant Productivity</h3>
|
| 263 |
+
<p class="text-gray-600 mb-4">
|
| 264 |
+
Drive operational excellence to offset tariff-related cost increases.
|
| 265 |
+
</p>
|
| 266 |
+
<ul class="space-y-2 text-gray-600">
|
| 267 |
+
<li class="flex items-start">
|
| 268 |
+
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
|
| 269 |
+
<span>Batch process optimization</span>
|
| 270 |
+
</li>
|
| 271 |
+
<li class="flex items-start">
|
| 272 |
+
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
|
| 273 |
+
<span>Energy efficiency improvements</span>
|
| 274 |
+
</li>
|
| 275 |
+
<li class="flex items-start">
|
| 276 |
+
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
|
| 277 |
+
<span>Yield improvement programs</span>
|
| 278 |
+
</li>
|
| 279 |
+
<li class="flex items-start">
|
| 280 |
+
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
|
| 281 |
+
<span>Predictive maintenance implementation</span>
|
| 282 |
+
</li>
|
| 283 |
+
</ul>
|
| 284 |
+
</div>
|
| 285 |
+
</div>
|
| 286 |
+
</div>
|
| 287 |
+
|
| 288 |
+
<!-- Solution 4 -->
|
| 289 |
+
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover">
|
| 290 |
+
<div class="md:flex">
|
| 291 |
+
<div class="p-8">
|
| 292 |
+
<div class="uppercase tracking-wide text-sm text-blue-600 font-semibold mb-1">Strategy</div>
|
| 293 |
+
<h3 class="text-xl font-bold text-gray-900 mb-4">Tariff Scenario Planning</h3>
|
| 294 |
+
<p class="text-gray-600 mb-4">
|
| 295 |
+
Prepare for multiple trade policy outcomes with our proprietary modeling.
|
| 296 |
+
</p>
|
| 297 |
+
<ul class="space-y-2 text-gray-600">
|
| 298 |
+
<li class="flex items-start">
|
| 299 |
+
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
|
| 300 |
+
<span>What-if analysis for potential tariff changes</span>
|
| 301 |
+
</li>
|
| 302 |
+
<li class="flex items-start">
|
| 303 |
+
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
|
| 304 |
+
<span>Product substitution analysis</span>
|
| 305 |
+
</li>
|
| 306 |
+
<li class="flex items-start">
|
| 307 |
+
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
|
| 308 |
+
<span>Regionalization strategy development</span>
|
| 309 |
+
</li>
|
| 310 |
+
<li class="flex items-start">
|
| 311 |
+
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
|
| 312 |
+
<span>Customer contract clause review</span>
|
| 313 |
+
</li>
|
| 314 |
+
</ul>
|
| 315 |
+
</div>
|
| 316 |
+
</div>
|
| 317 |
+
</div>
|
| 318 |
+
</div>
|
| 319 |
+
</div>
|
| 320 |
+
</section>
|
| 321 |
+
|
| 322 |
+
<!-- Case Study -->
|
| 323 |
+
<section class="py-20 bg-white">
|
| 324 |
+
<div class="container mx-auto px-6">
|
| 325 |
+
<div class="flex flex-col lg:flex-row">
|
| 326 |
+
<div class="lg:w-1/2 mb-10 lg:mb-0 lg:pr-12">
|
| 327 |
+
<h2 class="text-3xl font-bold text-gray-900 mb-6">Case Study: Specialty Chemical Manufacturer</h2>
|
| 328 |
<div class="w-24 h-1 bg-blue-600 mb-6"></div>
|
| 329 |
+
<h3 class="text-xl font-semibold text-gray-800 mb-4">Challenge</h3>
|
| 330 |
<p class="text-gray-600 mb-6">
|
| 331 |
+
A $1.8B specialty chemical company faced 25% tariffs on key raw materials from China, threatening $42M in annual profits. Their supply chain lacked flexibility to quickly shift sourcing.
|
| 332 |
</p>
|
| 333 |
+
|
| 334 |
+
<h3 class="text-xl font-semibold text-gray-800 mb-4">Our Approach</h3>
|
| 335 |
+
<div class="chemical-highlight rounded-lg p-6 mb-6">
|
| 336 |
+
<ul class="list-disc pl-5 space-y-2 text-gray-700">
|
| 337 |
+
<li>Implemented comprehensive tariff mitigation program</li>
|
| 338 |
+
<li>Redesigned global supply network with alternative sources</li>
|
| 339 |
+
<li>Optimized production scheduling to reduce work-in-process</li>
|
| 340 |
+
<li>Negotiated new transportation contracts for bulk chemicals</li>
|
| 341 |
+
</ul>
|
| 342 |
+
</div>
|
| 343 |
+
|
| 344 |
+
<h3 class="text-xl font-semibold text-gray-800 mb-4">Results</h3>
|
| 345 |
+
<div class="grid grid-cols-2 gap-4 mb-6">
|
| 346 |
+
<div class="bg-blue-50 p-4 rounded-lg">
|
| 347 |
+
<div class="text-blue-600 text-2xl font-bold mb-1">$28M</div>
|
| 348 |
<div class="text-gray-600">Annual tariff savings</div>
|
| 349 |
</div>
|
| 350 |
+
<div class="bg-blue-50 p-4 rounded-lg">
|
| 351 |
+
<div class="text-blue-600 text-2xl font-bold mb-1">34%</div>
|
| 352 |
+
<div class="text-gray-600">Reduction in logistics costs</div>
|
| 353 |
+
</div>
|
| 354 |
+
<div class="bg-blue-50 p-4 rounded-lg">
|
| 355 |
+
<div class="text-blue-600 text-2xl font-bold mb-1">19%</div>
|
| 356 |
<div class="text-gray-600">Improvement in OEE</div>
|
| 357 |
</div>
|
| 358 |
+
<div class="bg-blue-50 p-4 rounded-lg">
|
| 359 |
+
<div class="text-blue-600 text-2xl font-bold mb-1">6.2x</div>
|
| 360 |
+
<div class="text-gray-600">Inventory turns</div>
|
| 361 |
</div>
|
| 362 |
</div>
|
| 363 |
+
|
| 364 |
<button onclick="openModal()" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-full transition duration-300">
|
| 365 |
+
<i class="fas fa-file-alt mr-2"></i> Download Full Case Study
|
| 366 |
</button>
|
| 367 |
</div>
|
| 368 |
+
|
| 369 |
+
<div class="lg:w-1/2">
|
| 370 |
+
<div class="bg-gray-50 p-8 rounded-xl h-full">
|
| 371 |
+
<h3 class="text-xl font-bold mb-6">Our 4-Phase Chemical Industry Methodology</h3>
|
| 372 |
<div class="space-y-6">
|
| 373 |
<!-- Step 1 -->
|
| 374 |
<div class="flex">
|
|
|
|
| 378 |
</div>
|
| 379 |
</div>
|
| 380 |
<div>
|
| 381 |
+
<h4 class="font-semibold text-gray-900">Tariff Exposure Assessment</h4>
|
| 382 |
<p class="text-gray-600 mt-1">
|
| 383 |
+
Detailed analysis of your product portfolio against current and anticipated tariffs.
|
| 384 |
</p>
|
| 385 |
</div>
|
| 386 |
</div>
|
|
|
|
| 394 |
<div>
|
| 395 |
<h4 class="font-semibold text-gray-900">Quick Win Implementation</h4>
|
| 396 |
<p class="text-gray-600 mt-1">
|
| 397 |
+
Execute high-impact projects that deliver results within 90 days (duty drawback, classification review).
|
| 398 |
</p>
|
| 399 |
</div>
|
| 400 |
</div>
|
|
|
|
| 406 |
</div>
|
| 407 |
</div>
|
| 408 |
<div>
|
| 409 |
+
<h4 class="font-semibold text-gray-900">Structural Transformation</h4>
|
| 410 |
<p class="text-gray-600 mt-1">
|
| 411 |
+
Network redesign, supplier diversification, and operational improvements.
|
| 412 |
</p>
|
| 413 |
</div>
|
| 414 |
</div>
|
|
|
|
| 420 |
</div>
|
| 421 |
</div>
|
| 422 |
<div>
|
| 423 |
+
<h4 class="font-semibold text-gray-900">Ongoing Monitoring</h4>
|
| 424 |
<p class="text-gray-600 mt-1">
|
| 425 |
+
Trade policy tracking and quarterly optimization reviews.
|
| 426 |
+
</p>
|
| 427 |
+
</div>
|
| 428 |
+
</div>
|
| 429 |
+
</div>
|
| 430 |
+
|
| 431 |
+
<div class="mt-10 bg-yellow-50 border-l-4 border-yellow-400 p-4">
|
| 432 |
+
<div class="flex">
|
| 433 |
+
<div class="flex-shrink-0">
|
| 434 |
+
<i class="fas fa-lightbulb text-yellow-500 text-xl mt-1 mr-3"></i>
|
| 435 |
+
</div>
|
| 436 |
+
<div>
|
| 437 |
+
<h4 class="font-bold text-gray-800">Chemical Industry Insight</h4>
|
| 438 |
+
<p class="text-gray-700 mt-1">
|
| 439 |
+
Our clients achieve the best results when combining tariff mitigation with operational improvements - addressing both the symptom and root causes of margin pressure.
|
| 440 |
</p>
|
| 441 |
</div>
|
| 442 |
</div>
|
|
|
|
| 447 |
</div>
|
| 448 |
</section>
|
| 449 |
|
| 450 |
+
<!-- Chemical Tariff Impact -->
|
| 451 |
+
<section class="py-20 bg-gray-50">
|
| 452 |
+
<div class="container mx-auto px-6">
|
| 453 |
+
<div class="text-center mb-16">
|
| 454 |
+
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Chemical Industry Tariff Impact Analysis</h2>
|
| 455 |
+
<div class="w-24 h-1 bg-blue-600 mx-auto mb-6"></div>
|
| 456 |
+
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
|
| 457 |
+
Key tariff data for chemical industry decision-makers
|
| 458 |
+
</p>
|
| 459 |
+
</div>
|
| 460 |
+
|
| 461 |
+
<div class="bg-white rounded-xl shadow-md overflow-hidden mb-12">
|
| 462 |
+
<div class="md:flex">
|
| 463 |
+
<div class="p-8">
|
| 464 |
+
<h3 class="text-xl font-bold text-gray-900 mb-6">Most Impacted Chemical Products</h3>
|
| 465 |
+
<div class="overflow-x-auto">
|
| 466 |
+
<table class="min-w-full divide-y divide-gray-200">
|
| 467 |
+
<thead class="bg-gray-50">
|
| 468 |
+
<tr>
|
| 469 |
+
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">HS Code</th>
|
| 470 |
+
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Product Description</th>
|
| 471 |
+
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Current Tariff</th>
|
| 472 |
+
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Potential Change</th>
|
| 473 |
+
</tr>
|
| 474 |
+
</thead>
|
| 475 |
+
<tbody class="bg-white divide-y divide-gray-200">
|
| 476 |
+
<tr>
|
| 477 |
+
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">2905.49</td>
|
| 478 |
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Acyclic alcohols</td>
|
| 479 |
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">25%</td>
|
| 480 |
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-red-600 font-bold">+10% proposed</td>
|
| 481 |
+
</tr>
|
| 482 |
+
<tr class="bg-gray-50">
|
| 483 |
+
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">2917.19</td>
|
| 484 |
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Polycarboxylic acids</td>
|
| 485 |
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">25%</td>
|
| 486 |
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Stable</td>
|
| 487 |
+
</tr>
|
| 488 |
+
<tr>
|
| 489 |
+
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">2921.42</td>
|
| 490 |
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Amino-acids</td>
|
| 491 |
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">7.5%</td>
|
| 492 |
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-red-600 font-bold">+25% proposed</td>
|
| 493 |
+
</tr>
|
| 494 |
+
<tr class="bg-gray-50">
|
| 495 |
+
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">2933.69</td>
|
| 496 |
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Heterocyclic compounds</td>
|
| 497 |
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">25%</td>
|
| 498 |
+
<td class="px-6 py-4 whitespace-nowrap text-sm text-green-600 font-bold">Possible exclusion</td>
|
| 499 |
+
</tr>
|
| 500 |
+
</tbody>
|
| 501 |
+
</table>
|
| 502 |
+
</div>
|
| 503 |
+
</div>
|
| 504 |
+
</div>
|
| 505 |
+
</div>
|
| 506 |
+
|
| 507 |
+
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
| 508 |
+
<div class="bg-white p-8 rounded-xl shadow-md">
|
| 509 |
+
<h3 class="text-xl font-bold text-gray-900 mb-6">Geographic Sourcing Risks</h3>
|
| 510 |
+
<div class="flex items-center mb-4">
|
| 511 |
+
<div class="w-2/5">
|
| 512 |
+
<div class="text-sm font-medium text-gray-500">China</div>
|
| 513 |
+
</div>
|
| 514 |
+
<div class="w-3/5">
|
| 515 |
+
<div class="w-full bg-gray-200 rounded-full h-2.5">
|
| 516 |
+
<div class="bg-red-600 h-2.5 rounded-full" style="width: 85%"></div>
|
| 517 |
+
</div>
|
| 518 |
+
</div>
|
| 519 |
+
</div>
|
| 520 |
+
<div class="flex items-center mb-4">
|
| 521 |
+
<div class="w-2/5">
|
| 522 |
+
<div class="text-sm font-medium text-gray-500">EU</div>
|
| 523 |
+
</div>
|
| 524 |
+
<div class="w-3/5">
|
| 525 |
+
<div class="w-full bg-gray-200 rounded-full h-2.5">
|
| 526 |
+
<div class="bg-yellow-500 h-2.5 rounded-full" style="width: 45%"></div>
|
| 527 |
+
</div>
|
| 528 |
+
</div>
|
| 529 |
+
</div>
|
| 530 |
+
<div class="flex items-center mb-4">
|
| 531 |
+
<div class="w-2/5">
|
| 532 |
+
<div class="text-sm font-medium text-gray-500">SE Asia</div>
|
| 533 |
+
</div>
|
| 534 |
+
<div class="w-3/5">
|
| 535 |
+
<div class="w-full bg-gray-200 rounded-full h-2.5">
|
| 536 |
+
<div class="bg-green-500 h-2.5 rounded-full" style="width: 25%"></div>
|
| 537 |
+
</div>
|
| 538 |
+
</div>
|
| 539 |
+
</div>
|
| 540 |
+
<div class="flex items-center">
|
| 541 |
+
<div class="w-2/5">
|
| 542 |
+
<div class="text-sm font-medium text-gray-500">Americas</div>
|
| 543 |
+
</div>
|
| 544 |
+
<div class="w-3/5">
|
| 545 |
+
<div class="w-full bg-gray-200 rounded-full h-2.5">
|
| 546 |
+
<div class="bg-blue-500 h-2.5 rounded-full" style="width: 15%"></div>
|
| 547 |
+
</div>
|
| 548 |
+
</div>
|
| 549 |
+
</div>
|
| 550 |
+
<p class="text-gray-600 mt-6 italic">
|
| 551 |
+
*Risk score based on tariff exposure, geopolitical factors, and supply chain complexity
|
| 552 |
+
</p>
|
| 553 |
+
</div>
|
| 554 |
+
|
| 555 |
+
<div class="bg-white p-8 rounded-xl shadow-md">
|
| 556 |
+
<h3 class="text-xl font-bold text-gray-900 mb-6">Mitigation Strategy Effectiveness</h3>
|
| 557 |
+
<div class="space-y-4">
|
| 558 |
+
<div>
|
| 559 |
+
<div class="flex justify-between mb-1">
|
| 560 |
+
<span class="text-sm font-medium text-gray-700">Supplier Diversification</span>
|
| 561 |
+
<span class="text-sm font-medium text-blue-600">72% effective</span>
|
| 562 |
+
</div>
|
| 563 |
+
<div class="w-full bg-gray-200 rounded-full h-2.5">
|
| 564 |
+
<div class="bg-blue-600 h-2.5 rounded-full" style="width: 72%"></div>
|
| 565 |
+
</div>
|
| 566 |
+
</div>
|
| 567 |
+
<div>
|
| 568 |
+
<div class="flex justify-between mb-1">
|
| 569 |
+
<span class="text-sm font-medium text-gray-700">Duty Drawback</span>
|
| 570 |
+
<span class="text-sm font-medium text-blue-600">68% effective</span>
|
| 571 |
+
</div>
|
| 572 |
+
<div class="w-full bg-gray-200 rounded-full h-2.5">
|
| 573 |
+
<div class="bg-blue-600 h-2.5 rounded-full" style="width: 68%"></div>
|
| 574 |
+
</div>
|
| 575 |
+
</div>
|
| 576 |
+
<div>
|
| 577 |
+
<div class="flex justify-between mb-1">
|
| 578 |
+
<span class="text-sm font-medium text-gray-700">FTZ Utilization</span>
|
| 579 |
+
<span class="text-sm font-medium text-blue-600">54% effective</span>
|
| 580 |
+
</div>
|
| 581 |
+
<div class="w-full bg-gray-200 rounded-full h-2.5">
|
| 582 |
+
<div class="bg-blue-600 h-2.5 rounded-full" style="width: 54%"></div>
|
| 583 |
+
</div>
|
| 584 |
+
</div>
|
| 585 |
+
<div>
|
| 586 |
+
<div class="flex justify-between mb-1">
|
| 587 |
+
<span class="text-sm font-medium text-gray-700">Product Reformulation</span>
|
| 588 |
+
<span class="text-sm font-medium text-blue-600">48% effective</span>
|
| 589 |
+
</div>
|
| 590 |
+
<div class="w-full bg-gray-200 rounded-full h-2.5">
|
| 591 |
+
<div class="bg-blue-600 h-2.5 rounded-full" style="width: 48%"></div>
|
| 592 |
+
</div>
|
| 593 |
+
</div>
|
| 594 |
+
</div>
|
| 595 |
+
<p class="text-gray-600 mt-6 italic">
|
| 596 |
+
*Based on average results across chemical industry clients
|
| 597 |
+
</p>
|
| 598 |
+
</div>
|
| 599 |
+
</div>
|
| 600 |
+
</div>
|
| 601 |
+
</section>
|
| 602 |
+
|
| 603 |
+
<!-- CTA -->
|
| 604 |
+
<section class="chemical-gradient text-white py-20">
|
| 605 |
+
<div class="container mx-auto px-6 text-center">
|
| 606 |
+
<h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Build Your Tariff-Resilient Chemical Supply Chain?</h2>
|
| 607 |
+
<p class="text-xl mb-8 max-w-2xl mx-auto">
|
| 608 |
+
Our chemical industry specialists can assess your exposure and develop a customized mitigation plan in as little as 4 weeks.
|
| 609 |
+
</p>
|
| 610 |
+
<div class="flex flex-col sm:flex-row justify-center gap-4">
|
| 611 |
+
<button class="bg-white hover:bg-gray-100 text-blue-600 font-bold py-3 px-8 rounded-full transition duration-300">
|
| 612 |
+
<i class="fas fa-flask mr-2"></i> Request Chemical Industry Assessment
|
| 613 |
+
</button>
|
| 614 |
+
<button class="bg-transparent hover:bg-blue-800 text-white font-bold py-3 px-8 border-2 border-white rounded-full transition duration-300">
|
| 615 |
+
<i class="fas fa-file-alt mr-2"></i> Download Chemical Tariff Playbook
|
| 616 |
+
</button>
|
| 617 |
+
</div>
|
| 618 |
+
</div>
|
| 619 |
+
</section>
|
| 620 |
+
|
| 621 |
+
<!-- Footer -->
|
| 622 |
+
<footer class="bg-gray-900 text-white py-12">
|
| 623 |
+
<div class="container mx-auto px-6">
|
| 624 |
+
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
| 625 |
+
<div>
|
| 626 |
+
<h3 class="text-xl font-bold mb-4">Supply Chain Solutions</h3>
|
| 627 |
+
<p class="text-gray-400 mb-4">
|
| 628 |
+
Specialized consulting for chemical manufacturers navigating tariff uncertainty and supply chain disruption.
|
| 629 |
+
</p>
|
| 630 |
+
<div class="flex space-x-4">
|
| 631 |
+
<a href="#" class="text-gray-400 hover:text-white">
|
| 632 |
+
<i class="fab fa-linkedin-in"></i>
|
| 633 |
+
</a>
|
| 634 |
+
<a href="#" class="text-gray-400 hover:text-white">
|
| 635 |
+
<i class="fab fa-twitter"></i>
|
| 636 |
+
</a>
|
| 637 |
+
<a href="#" class="text-gray-400 hover:text-white">
|
| 638 |
+
<i class="fas fa-envelope"></i>
|
| 639 |
+
</a>
|
| 640 |
+
</div>
|
| 641 |
+
</div>
|
| 642 |
+
<div>
|
| 643 |
+
<h3 class="text-xl font-bold mb-4">Chemical Services</h3>
|
| 644 |
+
<ul class="space-y-2">
|
| 645 |
+
<li><a href="#" class="text-gray-400 hover:text-white">Tariff Mitigation</a></li>
|
| 646 |
+
<li><a href="#" class="text-gray-400 hover:text-white">Supply Chain Optimization</a></li>
|
| 647 |
+
<li><a href="#" class="text-gray-400 hover:text-white">Operations Excellence</a></li>
|
| 648 |
+
<li><a href="#" class="text-gray-400 hover:text-white">Trade Compliance</a></li>
|
| 649 |
+
</ul>
|
| 650 |
+
</div>
|
| 651 |
+
<div>
|
| 652 |
+
<h3 class="text-xl font-bold mb-4">Resources</h3>
|
| 653 |
+
<ul class="space-y-2">
|
| 654 |
+
<li><a href="#" class="text-gray-400 hover:text-white">Chemical Tariff Tracker</a></li>
|
| 655 |
+
<li><a href="#" class="text-gray-400 hover:text-white">Case Studies</a></li>
|
| 656 |
+
<li><a href="#" class="text-gray-400 hover:text-white">Industry Insights</a></li>
|
| 657 |
+
<li><a href="#" class="text-gray-400 hover:text-white">Webinars</a></li>
|
| 658 |
+
</ul>
|
| 659 |
+
</div>
|
| 660 |
+
<div>
|
| 661 |
+
<h3 class="text-xl font-bold mb-4">Contact</h3>
|
| 662 |
+
<ul class="space-y-2">
|
| 663 |
+
<li class="flex items-start">
|
| 664 |
+
<i class="fas fa-map-marker-alt mt-1 mr-3 text-gray-400"></i>
|
| 665 |
+
<span class="text-gray-400">123 Chemical Way, Suite 500<br>Houston, TX 77079</span>
|
| 666 |
+
</li>
|
| 667 |
+
<li class="flex items-center">
|
| 668 |
+
<i class="fas fa-phone-alt mr-3 text-gray-400"></i>
|
| 669 |
+
<span class="text-gray-400">(713) 555-7890</span>
|
| 670 |
+
</li>
|
| 671 |
+
<li class="flex items-center">
|
| 672 |
+
<i class="fas fa-envelope mr-3 text-gray-400"></i>
|
| 673 |
+
<span class="text-gray-400">chemical@supplychain.com</span>
|
| 674 |
+
</li>
|
| 675 |
+
</ul>
|
| 676 |
+
</div>
|
| 677 |
+
</div>
|
| 678 |
+
<div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400">
|
| 679 |
+
<p>© 2023 Supply Chain Solutions. All rights reserved.</p>
|
| 680 |
+
</div>
|
| 681 |
+
</div>
|
| 682 |
+
</footer>
|
| 683 |
+
|
| 684 |
<!-- Case Study Modal -->
|
| 685 |
<div id="caseStudyModal" class="modal">
|
| 686 |
<div class="modal-content">
|
| 687 |
<span class="close" onclick="closeModal()">×</span>
|
| 688 |
+
<h2 class="text-2xl font-bold mb-6 text-blue-600">Specialty Chemical Manufacturer Transformation</h2>
|
| 689 |
<div class="border-b border-gray-200 mb-6"></div>
|
| 690 |
|
| 691 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-8">
|
| 692 |
<div class="bg-blue-50 p-4 rounded-lg">
|
| 693 |
<h3 class="font-bold mb-2">Client Profile</h3>
|
| 694 |
+
<p class="text-gray-700">$1.8B specialty chemical manufacturer with global operations</p>
|
| 695 |
</div>
|
| 696 |
<div class="bg-blue-50 p-4 rounded-lg">
|
| 697 |
<h3 class="font-bold mb-2">Challenge</h3>
|
| 698 |
+
<p class="text-gray-700">25% tariffs threatened $42M in annual profits from Chinese raw materials</p>
|
| 699 |
</div>
|
| 700 |
<div class="bg-blue-50 p-4 rounded-lg">
|
| 701 |
<h3 class="font-bold mb-2">Duration</h3>
|
| 702 |
+
<p class="text-gray-700">9-month engagement with ongoing support</p>
|
| 703 |
</div>
|
| 704 |
</div>
|
| 705 |
|
| 706 |
+
<h3 class="text-xl font-semibold mb-4 text-gray-800">Our Approach</h3>
|
| 707 |
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-8">
|
| 708 |
<div>
|
| 709 |
+
<h4 class="font-bold mb-2 text-blue-600">1. Tariff Mitigation</h4>
|
| 710 |
<ul class="list-disc pl-5 space-y-2 text-gray-700">
|
| 711 |
+
<li>Implemented comprehensive duty drawback program</li>
|
| 712 |
+
<li>Optimized HS code classifications</li>
|
| 713 |
+
<li>Established foreign trade zone operations</li>
|
| 714 |
</ul>
|
| 715 |
</div>
|
| 716 |
<div>
|
| 717 |
+
<h4 class="font-bold mb-2 text-blue-600">2. Supply Chain Redesign</h4>
|
| 718 |
<ul class="list-disc pl-5 space-y-2 text-gray-700">
|
| 719 |
+
<li>Developed alternative sourcing in Southeast Asia</li>
|
| 720 |
+
<li>Optimized bulk chemical transportation modes</li>
|
| 721 |
+
<li>Implemented multi-echelon inventory strategy</li>
|
| 722 |
</ul>
|
| 723 |
</div>
|
| 724 |
</div>
|
|
|
|
| 729 |
<thead class="bg-blue-600 text-white">
|
| 730 |
<tr>
|
| 731 |
<th class="py-3 px-4 text-left">Metric</th>
|
| 732 |
+
<th class="py-3 px-4 text-left">Before</th>
|
| 733 |
+
<th class="py-3 px-4 text-left">After</th>
|
| 734 |
+
<th class="py-3 px-4 text-left">Impact</th>
|
| 735 |
</tr>
|
| 736 |
</thead>
|
| 737 |
<tbody class="divide-y divide-gray-200">
|
| 738 |
<tr>
|
| 739 |
+
<td class="py-3 px-4">Tariff Expenses</td>
|
| 740 |
+
<td class="py-3 px-4">$56M</td>
|
| 741 |
+
<td class="py-3 px-4">$28M</td>
|
| 742 |
+
<td class="py-3 px-4 text-green-600 font-bold">50% Reduction</td>
|
| 743 |
</tr>
|
| 744 |
<tr class="bg-gray-50">
|
| 745 |
+
<td class="py-3 px-4">Logistics Costs</td>
|
| 746 |
+
<td class="py-3 px-4">$38M</td>
|
| 747 |
+
<td class="py-3 px-4">$25M</td>
|
| 748 |
+
<td class="py-3 px-4 text-green-600 font-bold">34% Reduction</td>
|
| 749 |
</tr>
|
| 750 |
<tr>
|
| 751 |
+
<td class="py-3 px-4">Inventory Turns</td>
|
| 752 |
+
<td class="py-3 px-4">4.1x</td>
|
| 753 |
+
<td class="py-3 px-4">6.2x</td>
|
| 754 |
+
<td class="py-3 px-4 text-green-600 font-bold">51% Improvement</td>
|
| 755 |
+
</tr>
|
| 756 |
+
<tr class="bg-gray-50">
|
| 757 |
+
<td class="py-3 px-4">EBITDA Margin</td>
|
| 758 |
+
<td class="py-3 px-4">18.2%</td>
|
| 759 |
+
<td class="py-3 px-4">22.7%</td>
|
| 760 |
+
<td class="py-3 px-4 text-green-600 font-bold">+450bps</td>
|
| 761 |
</tr>
|
| 762 |
</tbody>
|
| 763 |
</table>
|
|
|
|
| 769 |
<i class="fas fa-lightbulb text-yellow-500 text-xl mt-1 mr-3"></i>
|
| 770 |
</div>
|
| 771 |
<div>
|
| 772 |
+
<h4 class="font-bold text-gray-800">Key Chemical Industry Insight</h4>
|
| 773 |
+
<p class="text-gray-700">The client achieved maximum benefit by combining tariff mitigation with operational improvements - addressing both the immediate cost impact and underlying supply chain vulnerabilities.</p>
|
| 774 |
</div>
|
| 775 |
</div>
|
| 776 |
</div>
|
|
|
|
| 780 |
Close
|
| 781 |
</button>
|
| 782 |
<button class="bg-white hover:bg-gray-100 text-blue-600 font-bold py-2 px-6 border border-blue-600 rounded">
|
| 783 |
+
<i class="fas fa-download mr-2"></i> Download Full Case Study
|
| 784 |
</button>
|
| 785 |
</div>
|
| 786 |
</div>
|
| 787 |
</div>
|
| 788 |
|
| 789 |
+
<script>
|
| 790 |
+
function openModal() {
|
| 791 |
+
document.getElementById('caseStudyModal').style.display = 'block';
|
| 792 |
+
}
|
| 793 |
+
|
| 794 |
+
function closeModal() {
|
| 795 |
+
document.getElementById('caseStudyModal').style.display = 'none';
|
| 796 |
+
}
|
| 797 |
+
|
| 798 |
+
window.onclick = function(event) {
|
| 799 |
+
if (event.target == document.getElementById('caseStudyModal')) {
|
| 800 |
+
closeModal();
|
| 801 |
+
}
|
| 802 |
+
}
|
| 803 |
+
</script>
|
| 804 |
+
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=lepeleton/xcc3" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 805 |
</html>
|
prompts.txt
CHANGED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
make a brochure to help my supply chain and operations consulting firm sell services and strategy for potential big chemical clients in the current tariff market of uncertainty. be specific.
|