/* Hall-Fast Industrial Supplies - hf- class prefix with professional red/dark theme */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  color: #2c3e50;
}

/* Header styling */
header {
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.hf-header-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Hall-Fast brand color - professional red */
.hf-logo {
  font-size: 2rem;
  font-weight: 800;
  color: #c0392b;
  text-decoration: none;
  letter-spacing: -0.5px;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 2.2rem;
}

nav a {
  text-decoration: none;
  color: #2c3e50;
  font-weight: 600;
  transition: color 0.3s;
  font-size: 0.98rem;
}

nav a:hover {
  color: #c0392b;
}

.hf-mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  color: #2c3e50;
}

/* Hero Section with industrial theme */
.hf-hero-area {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: white;
  padding: 130px 2rem 110px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hf-hero-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?w=1400&h=700&fit=crop");
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: 0;
}

.hf-hero-content {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hf-hero-area h1 {
  font-size: 3.5rem;
  margin-bottom: 1.2rem;
  font-weight: 800;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.hf-hero-area p {
  font-size: 1.25rem;
  margin-bottom: 2.2rem;
  opacity: 0.92;
  font-weight: 400;
  line-height: 1.75;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hf-cta-button {
  display: inline-block;
  background: #c0392b;
  color: white;
  padding: 1.1rem 2.8rem;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s;
  box-shadow: 0 4px 20px rgba(192, 57, 43, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.hf-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(192, 57, 43, 0.45);
  background: #a93226;
}

/* Stats Section */
.hf-stats-section {
  background: #f8f9fa;
  padding: 4.5rem 2rem;
  border-bottom: 3px solid #c0392b;
}

.hf-stats-container {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 3.5rem;
  text-align: center;
}

.hf-stat-item h3 {
  font-size: 3rem;
  color: #c0392b;
  margin-bottom: 0.6rem;
  font-weight: 800;
}

.hf-stat-item p {
  color: #5a6c7d;
  font-size: 1.1rem;
  font-weight: 600;
}

/* Products/Services Section */
.hf-offerings-area {
  padding: 5.5rem 2rem;
  background: #ffffff;
}

.hf-offerings-area h2 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 1rem;
  color: #1a1a2e;
  font-weight: 800;
}

.hf-subtitle {
  text-align: center;
  color: #5a6c7d;
  margin-bottom: 3.5rem;
  font-size: 1.15rem;
  font-weight: 400;
}

.hf-offerings-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 2.5rem;
}

.hf-offering-box {
  background: #fff;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
  border-bottom: 4px solid #c0392b;
}

.hf-offering-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hf-offering-icon {
  margin-bottom: 1.3rem;
}

.hf-offering-icon img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}

.hf-offering-box h3 {
  color: #1a1a2e;
  margin-bottom: 1.1rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.hf-offering-box p {
  color: #5a6c7d;
  line-height: 1.8;
  font-size: 1rem;
}

/* About Section */
.hf-story-area {
  padding: 5.5rem 2rem;
  background: #f8f9fa;
}

.hf-story-layout {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.5rem;
  align-items: center;
}

.hf-story-copy h2 {
  font-size: 2.8rem;
  margin-bottom: 1.8rem;
  color: #1a1a2e;
  font-weight: 800;
  line-height: 1.2;
}

.hf-story-copy p {
  color: #5a6c7d;
  margin-bottom: 1.3rem;
  line-height: 1.85;
  font-size: 1.05rem;
}

.hf-company-details {
  background: #ffffff;
  padding: 1.8rem;
  border-radius: 12px;
  margin: 2rem 0;
  border-left: 5px solid #c0392b;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.hf-company-details p {
  margin: 0.7rem 0;
  font-size: 1rem;
  color: #2c3e50;
  font-weight: 600;
}

.hf-story-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

.hf-story-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s;
}

.hf-story-image:hover img {
  transform: scale(1.04);
}

/* Brands/Products Grid Section */
.hf-zones-area {
  padding: 5.5rem 2rem;
  background: #ffffff;
}

.hf-zones-area h2 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 1rem;
  color: #1a1a2e;
  font-weight: 800;
}

.hf-zones-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2.5rem;
}

.hf-zone-tile {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s;
}

.hf-zone-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hf-zone-tile img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.hf-zone-details {
  padding: 2rem;
}

.hf-zone-details h3 {
  color: #c0392b;
  margin-bottom: 0.9rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.hf-zone-details p {
  color: #5a6c7d;
  line-height: 1.75;
  font-size: 1rem;
}

/* Testimonials Section */
.hf-feedback-area {
  padding: 5.5rem 2rem;
  background: #f8f9fa;
}

.hf-feedback-area h2 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 3.5rem;
  color: #1a1a2e;
  font-weight: 800;
}

.hf-feedback-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2.5rem;
}

.hf-feedback-card {
  background: #ffffff;
  padding: 2.5rem;
  border-radius: 12px;
  border-left: 5px solid #c0392b;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.hf-feedback-text {
  font-style: italic;
  color: #5a6c7d;
  margin-bottom: 1.5rem;
  line-height: 1.85;
  font-size: 1.05rem;
}

.hf-feedback-name {
  font-weight: 700;
  color: #1a1a2e;
  font-size: 1rem;
}

/* CTA Section */
.hf-final-push {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: white;
  padding: 5.5rem 2rem;
  text-align: center;
}

.hf-final-push h2 {
  font-size: 2.8rem;
  margin-bottom: 1.2rem;
  font-weight: 800;
}

.hf-final-push p {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  opacity: 0.92;
  font-weight: 400;
}

/* Footer styling */
footer {
  background: #1a1a2e;
  color: white;
  padding: 3.5rem 2rem 1.5rem;
}

.hf-footer-layout {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3.5rem;
  margin-bottom: 2.5rem;
}

.hf-footer-block h3 {
  color: #c0392b;
  margin-bottom: 1.2rem;
  font-size: 1.3rem;
  font-weight: 700;
}

.hf-footer-block ul {
  list-style: none;
}

.hf-footer-block ul li {
  margin-bottom: 0.7rem;
}

.hf-footer-block a {
  color: #b0b8c4;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 1rem;
}

.hf-footer-block a:hover {
  color: #c0392b;
}

.hf-footer-block p {
  color: #b0b8c4;
  line-height: 1.75;
  font-size: 1rem;
}

.hf-footer-info {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #2d3a4f;
}

.hf-footer-info p {
  font-size: 0.95rem;
  margin: 0.5rem 0;
}

.hf-footer-base {
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 2.5rem;
  border-top: 1px solid #2d3a4f;
  text-align: center;
  color: #8a95a5;
  font-size: 0.9rem;
}

/* Contact Page styles */
.hf-contact-header {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: white;
  padding: 90px 2rem 70px;
  text-align: center;
}

.hf-contact-header h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 800;
}

.hf-contact-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 4.5rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.5rem;
}

.hf-contact-form {
  background: white;
  padding: 2.8rem;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
}

.hf-input-group {
  margin-bottom: 1.8rem;
}

.hf-input-group label {
  display: block;
  margin-bottom: 0.7rem;
  font-weight: 700;
  color: #1a1a2e;
  font-size: 1rem;
}

.hf-input-group input,
.hf-input-group textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid #e8ecef;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.3s;
}

.hf-input-group input:focus,
.hf-input-group textarea:focus {
  outline: none;
  border-color: #c0392b;
}

.hf-input-group textarea {
  min-height: 160px;
  resize: vertical;
}

.hf-form-submit {
  background: #c0392b;
  color: white;
  padding: 1.1rem 2.8rem;
  border: none;
  border-radius: 6px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.hf-form-submit:hover {
  background: #a93226;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(192, 57, 43, 0.3);
}

.hf-contact-info {
  background: #f8f9fa;
  padding: 2.8rem;
  border-radius: 12px;
}

.hf-contact-info h2 {
  color: #c0392b;
  margin-bottom: 2.5rem;
  font-size: 1.9rem;
  font-weight: 800;
}

.hf-info-section {
  margin-bottom: 2.5rem;
}

.hf-info-section h3 {
  color: #1a1a2e;
  margin-bottom: 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.hf-info-section p {
  color: #5a6c7d;
  line-height: 1.75;
  font-size: 1.05rem;
}

/* Legal Pages styling */
.legal-page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4.5rem 2rem;
}

.legal-page h1 {
  color: #c0392b;
  margin-bottom: 2.5rem;
  font-size: 2.8rem;
  font-weight: 800;
}

.legal-page h2 {
  color: #1a1a2e;
  margin-top: 2.5rem;
  margin-bottom: 1.2rem;
  font-size: 2rem;
  font-weight: 800;
}

.legal-page h3 {
  color: #c0392b;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.legal-page p {
  color: #5a6c7d;
  line-height: 1.85;
  margin-bottom: 1.3rem;
  font-size: 1.05rem;
}

.legal-page ul {
  margin-left: 2.5rem;
  margin-bottom: 1.3rem;
}

.legal-page ul li {
  color: #5a6c7d;
  line-height: 1.85;
  margin-bottom: 0.7rem;
  font-size: 1.05rem;
}

/* Cookie Banner */
#hf-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(26, 26, 46, 0.97);
  color: white;
  padding: 1.8rem 2rem;
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  display: none;
}

#hf-cookie-banner.show {
  display: block;
}

.hf-cookie-content {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
}

.hf-cookie-buttons {
  display: flex;
  gap: 1rem;
}

.hf-cookie-yes,
.hf-cookie-no {
  padding: 0.9rem 1.8rem;
  border: none;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1rem;
}

.hf-cookie-yes {
  background: #c0392b;
  color: white;
}

.hf-cookie-yes:hover {
  background: #a93226;
}

.hf-cookie-no {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.hf-cookie-no:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hf-mobile-toggle {
    display: block;
  }

  nav ul {
    display: none;
  }

  .hf-hero-area h1 {
    font-size: 2.5rem;
  }

  .hf-hero-area p {
    font-size: 1.1rem;
  }

  .hf-story-layout,
  .hf-contact-container {
    grid-template-columns: 1fr;
  }

  .hf-offerings-grid,
  .hf-zones-grid,
  .hf-feedback-grid {
    grid-template-columns: 1fr;
  }

  .hf-cookie-content {
    flex-direction: column;
    text-align: center;
  }
}
