/* This file is a direct lift of the original inline CSS from index.html
   to preserve the exact look/layout while moving to a modern stack. */

/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Jump to top button */
.jump-to-top {
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #1E3A8A;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}

.jump-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.jump-to-top i {
  font-size: 1.2rem;
}

/* WhatsApp floating button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0B7A3A;
  color: white;
  border-radius: 50px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 999;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.whatsapp-icon {
  font-size: 1.5rem;
  margin-right: 8px;
}

.whatsapp-text {
  font-weight: 600;
  font-size: 0.95rem;
}

@media (max-width: 576px) {
  .whatsapp-text {
    display: none;
  }

  .whatsapp-float {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    padding: 0;
  }

  .whatsapp-icon {
    margin-right: 0;
  }
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

a {
  text-decoration: none;
  color: #1E3A8A;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* Lightweight icon fallbacks replacing the external Font Awesome stylesheet. */
.fas,
.fab {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  vertical-align: -0.125em;
}

.fa-arrow-up,
.fa-check-circle,
.fa-store-alt,
.fa-building,
.fa-handshake,
.fa-calendar-alt,
.fa-calendar-check,
.fa-paper-plane,
.fa-user-plus,
.icon-phone,
.icon-email,
.icon-location,
.icon-market,
.icon-cart,
.icon-factory {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.fa-arrow-up {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 5 5 12l1.4 1.4L11 8.8V20h2V8.8l4.6 4.6L19 12l-7-7Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 5 5 12l1.4 1.4L11 8.8V20h2V8.8l4.6 4.6L19 12l-7-7Z'/%3E%3C/svg%3E");
}

.fa-whatsapp {
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16.02 3C9 3 3.3 8.6 3.3 15.5c0 2.2.6 4.3 1.7 6.2L3 29l7.5-1.9c1.7.9 3.6 1.4 5.5 1.4 7 0 12.7-5.6 12.7-12.5S23 3 16 3Zm0 22.9c-1.7 0-3.3-.4-4.7-1.3l-.4-.2-4.4 1.1 1.2-4.2-.3-.4c-1-1.6-1.5-3.4-1.5-5.3 0-5.5 4.6-10 10.1-10s10.1 4.5 10.1 10-4.5 10.3-10.1 10.3Zm5.5-7.6c-.3-.1-1.8-.9-2.1-1-.3-.1-.5-.1-.7.1-.2.3-.8 1-.9 1.1-.2.2-.3.2-.6.1-.3-.1-1.2-.4-2.3-1.4-.9-.8-1.4-1.7-1.6-2-.2-.3 0-.5.1-.6l.5-.6c.2-.2.2-.3.3-.5.1-.2.1-.4 0-.6-.1-.1-.7-1.6-.9-2.2-.2-.6-.5-.5-.7-.5h-.6c-.2 0-.6.1-.9.4-.3.3-1.1 1.1-1.1 2.6s1.1 3 1.3 3.2c.1.2 2.2 3.4 5.4 4.7.8.3 1.4.5 1.8.6.8.2 1.5.2 2 .1.6-.1 1.8-.7 2-1.4.2-.7.2-1.3.2-1.4 0-.2-.2-.3-.5-.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16.02 3C9 3 3.3 8.6 3.3 15.5c0 2.2.6 4.3 1.7 6.2L3 29l7.5-1.9c1.7.9 3.6 1.4 5.5 1.4 7 0 12.7-5.6 12.7-12.5S23 3 16 3Zm0 22.9c-1.7 0-3.3-.4-4.7-1.3l-.4-.2-4.4 1.1 1.2-4.2-.3-.4c-1-1.6-1.5-3.4-1.5-5.3 0-5.5 4.6-10 10.1-10s10.1 4.5 10.1 10-4.5 10.3-10.1 10.3Zm5.5-7.6c-.3-.1-1.8-.9-2.1-1-.3-.1-.5-.1-.7.1-.2.3-.8 1-.9 1.1-.2.2-.3.2-.6.1-.3-.1-1.2-.4-2.3-1.4-.9-.8-1.4-1.7-1.6-2-.2-.3 0-.5.1-.6l.5-.6c.2-.2.2-.3.3-.5.1-.2.1-.4 0-.6-.1-.1-.7-1.6-.9-2.2-.2-.6-.5-.5-.7-.5h-.6c-.2 0-.6.1-.9.4-.3.3-1.1 1.1-1.1 2.6s1.1 3 1.3 3.2c.1.2 2.2 3.4 5.4 4.7.8.3 1.4.5 1.8.6.8.2 1.5.2 2 .1.6-.1 1.8-.7 2-1.4.2-.7.2-1.3.2-1.4 0-.2-.2-.3-.5-.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.fa-check-circle {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm-1.2 14.4-4.2-4.2L8 10.8l2.8 2.8L16 8.4l1.4 1.4-6.6 6.6Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm-1.2 14.4-4.2-4.2L8 10.8l2.8 2.8L16 8.4l1.4 1.4-6.6 6.6Z'/%3E%3C/svg%3E");
}

.fa-store-alt,
.icon-market {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 4h16l1 6H3l1-6Zm1 8h14v8H5v-8Zm2 2v4h4v-4H7Zm6 0v6h4v-6h-4Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 4h16l1 6H3l1-6Zm1 8h14v8H5v-8Zm2 2v4h4v-4H7Zm6 0v6h4v-6h-4Z'/%3E%3C/svg%3E");
}

.fa-building {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 21V5h9v4h7v12h-6v-4h-4v4H4Zm3-2h2v-2H7v2Zm0-4h2v-2H7v2Zm0-4h2V9H7v2Zm0-4h2V5H7v2Zm5 8h2v-2h-2v2Zm0-4h2V9h-2v2Zm4 8h2v-2h-2v2Zm0-4h2v-2h-2v2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 21V5h9v4h7v12h-6v-4h-4v4H4Zm3-2h2v-2H7v2Zm0-4h2v-2H7v2Zm0-4h2V9H7v2Zm0-4h2V5H7v2Zm5 8h2v-2h-2v2Zm0-4h2V9h-2v2Zm4 8h2v-2h-2v2Zm0-4h2v-2h-2v2Z'/%3E%3C/svg%3E");
}

.fa-handshake {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7.5 7 3 11.5 7.5 16l2-2-1.1-1.1 2.1-2.1 2.7 2.7c.6.6 1.5.6 2.1 0l1.2-1.2 1.9 1.9L21 11.5 16.5 7l-1.7 1.7-.8-.8c-.6-.6-1.5-.6-2.1 0l-1.1 1.1L9.5 7.7 7.5 7Zm0 2.8 2 2 1.6-1.6 1.8-1.8.8.8-2.3 2.3 2.8 2.8-5.9-5.9-.8.8Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7.5 7 3 11.5 7.5 16l2-2-1.1-1.1 2.1-2.1 2.7 2.7c.6.6 1.5.6 2.1 0l1.2-1.2 1.9 1.9L21 11.5 16.5 7l-1.7 1.7-.8-.8c-.6-.6-1.5-.6-2.1 0l-1.1 1.1L9.5 7.7 7.5 7Zm0 2.8 2 2 1.6-1.6 1.8-1.8.8.8-2.3 2.3 2.8 2.8-5.9-5.9-.8.8Z'/%3E%3C/svg%3E");
}

.fa-calendar-alt::before,
.fa-calendar-check::before {
  content: none;
}

.fa-calendar-alt,
.fa-calendar-check {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 2h2v2h6V2h2v2h3v18H4V4h3V2Zm13 8H4v10h16V10ZM8 14h3v3H8v-3Zm5 0h3v3h-3v-3Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 2h2v2h6V2h2v2h3v18H4V4h3V2Zm13 8H4v10h16V10ZM8 14h3v3H8v-3Zm5 0h3v3h-3v-3Z'/%3E%3C/svg%3E");
}

.fa-paper-plane {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 20 21 3l-5 18-4-7-9 6Zm8-8 3 5 2.7-9.8L8.8 14 11 12Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 20 21 3l-5 18-4-7-9 6Zm8-8 3 5 2.7-9.8L8.8 14 11 12Z'/%3E%3C/svg%3E");
}

.fa-user-plus {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 2c-4.4 0-8 2.2-8 5v1h12.5a6 6 0 0 1-.5-2.4V17H4.3c.9-1 2.9-2 5.7-2Zm8-1h-2v3h-3v2h3v3h2v-3h3v-2h-3v-3Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 2c-4.4 0-8 2.2-8 5v1h12.5a6 6 0 0 1-.5-2.4V17H4.3c.9-1 2.9-2 5.7-2Zm8-1h-2v3h-3v2h3v3h2v-3h3v-2h-3v-3Z'/%3E%3C/svg%3E");
}

.icon-phone {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 10.8c1.4 2.7 3.9 5.2 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.7 0 1.2.5 1.2 1.2v3.5c0 .7-.5 1.2-1.2 1.2C10.4 22 2 13.6 2 3.4 2 2.7 2.5 2 3.2 2h3.6C7.5 2 8 2.5 8 3.2c0 1.4.2 2.8.6 4 .1.4 0 .9-.3 1.2l-1.7 2.4Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 10.8c1.4 2.7 3.9 5.2 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.7 0 1.2.5 1.2 1.2v3.5c0 .7-.5 1.2-1.2 1.2C10.4 22 2 13.6 2 3.4 2 2.7 2.5 2 3.2 2h3.6C7.5 2 8 2.5 8 3.2c0 1.4.2 2.8.6 4 .1.4 0 .9-.3 1.2l-1.7 2.4Z'/%3E%3C/svg%3E");
}

.icon-email {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 5h18v14H3V5Zm9 7.2L5.4 7H5v10h14V7h-.4L12 12.2ZM8.7 7 12 9.6 15.3 7H8.7Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 5h18v14H3V5Zm9 7.2L5.4 7H5v10h14V7h-.4L12 12.2ZM8.7 7 12 9.6 15.3 7H8.7Z'/%3E%3C/svg%3E");
}

.icon-location {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E");
}

.icon-cart {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm10 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM6.2 6h15.3l-2 8H8L6.2 6ZM2 3h3l.8 3L8 16h11v-2H9.6l-.5-2h9.8l2-8H6.7L6.2 2H2v1Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm10 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM6.2 6h15.3l-2 8H8L6.2 6ZM2 3h3l.8 3L8 16h11v-2H9.6l-.5-2h9.8l2-8H6.7L6.2 2H2v1Z'/%3E%3C/svg%3E");
}

.icon-factory {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 21V9l6 3V9l6 3V5h5v16H3Zm3-2h3v-3H6v3Zm5 0h3v-3h-3v3Zm5 0h3v-3h-3v3Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 21V9l6 3V9l6 3V5h5v16H3Zm3-2h3v-3H6v3Zm5 0h3v-3h-3v3Zm5 0h3v-3h-3v3Z'/%3E%3C/svg%3E");
}

.fa-plus::before {
  content: "+";
}

.fa-minus::before {
  content: "-";
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

section {
  padding: 60px 0;
}

h1, h2, h3, h4 {
  margin-bottom: 20px;
  color: #1E3A8A;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
}

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

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-left {
  display: flex;
  align-items: center;
}

.logo {
  height: 50px;
  width: auto;
}

@media (max-width: 991px) {
  .header-left {
    justify-content: center;
    width: 100%;
  }

  .logo {
    height: 60px;
    margin: 0 auto;
  }
}

/* Navigation */
.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}

.nav-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 0;
  background: #1E3A8A;
  transition: all 0.3s ease;
}

.main-nav {
  display: flex;
}

.main-nav ul {
  display: flex;
}

.main-nav li {
  margin: 0 15px;
}

.main-nav a {
  font-weight: 600;
  padding: 10px 0;
  position: relative;
}

.main-nav a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #1E3A8A;
  transition: width 0.3s ease;
}

.main-nav a:hover:after {
  width: 100%;
}

.header-contact {
  display: flex;
  align-items: center;
}

.email-link {
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 5px;
  background: #f0f4ff;
  transition: all 0.3s ease;
}

.email-link:hover {
  background: #d8e3ff;
}

/* Mobile Navigation */
@media (max-width: 991px) {
  .nav-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    padding: 80px 20px 20px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 1000;
  }

  .main-nav.active {
    right: 0;
  }

  .main-nav ul {
    flex-direction: column;
    width: 100%;
  }

  .main-nav li {
    margin: 10px 0;
    width: 100%;
  }

  .main-nav a {
    display: block;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .header-contact {
    display: none;
  }

  /* Hamburger animation */
  .nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .nav-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }

  /* Overlay */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

/* Hero Section */
.hero {
  position: relative;
  color: #fff;
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
  min-height: 70vh;
}

.hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.85) 0%, rgba(59, 130, 246, 0.85) 100%);
  z-index: -1;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #fff;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  display: inline-block;
  padding: 12px 30px;
  background: #fff;
  color: #1E3A8A;
  border-radius: 50px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Benefits Section */
.benefits {
  background: #fff;
  padding: 80px 0;
}

.benefits h2 {
  text-align: center;
  margin-bottom: 50px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
}

@media (max-width: 991px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.benefit-card {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align: center;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
  font-size: 2.5rem;
  color: #1E3A8A;
  margin-bottom: 20px;
}

/* Product Details */
.product-details {
  background: #f0f4ff;
  padding: 80px 0;
}

.product-details h2 {
  text-align: center;
  margin-bottom: 50px;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.product-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product-info h3 {
  margin-bottom: 20px;
}

.product-features {
  margin-top: 30px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.feature-icon {
  color: #1E3A8A;
  margin-right: 15px;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-image {
    order: -1;
  }
}

/* Pricing Section */
.pricing {
  background: #fff;
  padding: 80px 0;
}

.pricing h2 {
  text-align: center;
  margin-bottom: 20px;
}

.pricing-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.tab-container {
  max-width: 900px;
  margin: 0 auto;
}

.tab-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.tab-button {
  padding: 12px 25px;
  background: #f0f4ff;
  border: none;
  border-radius: 5px;
  margin: 0 10px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-button.active {
  background: #1E3A8A;
  color: #fff;
}

@media (max-width: 768px) {
  .tab-button {
    padding: 15px 20px;
    font-size: 1.1rem;
    margin: 0 5px;
    min-width: 140px;
    flex: 1;
  }

  .tab-buttons {
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
}

.price-table {
  display: none;
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}

.price-table.active {
  display: block;
}

.price-table table {
  width: 100%;
  border-collapse: collapse;
}

.price-table table th, .price-table table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.price-table table th {
  background: #f0f4ff;
  font-weight: 600;
}

.price-table table tr:last-child td {
  border-bottom: none;
}

.price-table table tr:hover {
  background: #f8f9fa;
}

.pump-info {
  margin-top: 30px;
  text-align: center;
  padding: 20px;
  background: #f0f4ff;
  border-radius: 10px;
}

.pump-info p {
  margin-bottom: 10px;
  font-weight: 600;
}

.free-shipping {
  margin-top: 30px;
  text-align: center;
  font-weight: 700;
  color: #1E3A8A;
}

/* Usage Section */
.usage {
  background: #f8f9fa;
  padding: 80px 0;
}

.usage h2 {
  text-align: center;
  margin-bottom: 50px;
}

.steps-container {
  max-width: 800px;
  margin: 0 auto;
}

.step {
  display: flex;
  margin-bottom: 40px;
  position: relative;
}

.step:last-child {
  margin-bottom: 0;
}

.step-number {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #1E3A8A;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  margin-right: 20px;
}

.step-content {
  padding-top: 5px;
}

.step-content h3 {
  margin-bottom: 10px;
}

/* Target Users */
.target-users {
  background: #fff;
  padding: 80px 0;
}

.target-users h2 {
  text-align: center;
  margin-bottom: 50px;
}

.users-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

@media (min-width: 992px) {
  .users-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 576px) {
  .users-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.user-card {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.user-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.user-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #1E3A8A;
}

/* Trust Section */
.trust {
  background: #f0f4ff;
  padding: 60px 0;
  text-align: center;
}

.trust h2 {
  margin-bottom: 20px;
}

.trust p {
  max-width: 800px;
  margin: 0 auto 30px;
}

.haki-link {
  display: inline-block;
  padding: 10px 25px;
  background: #1E3A8A;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.haki-link:hover {
  background: #152b63;
}

/* Contact Section */
.contact {
  background: #fff;
  padding: 80px 0;
  text-align: center;
}

.contact h2 {
  margin-bottom: 20px;
}

.contact p {
  max-width: 800px;
  margin: 0 auto 40px;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 500px;
  margin: 0 auto;
}

.contact-button {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  border-radius: 50px;
  width: 100%;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact-button.whatsapp {
  background: #0B7A3A;
  color: #fff;
}

.contact-button.email {
  background: #f0f4ff;
  color: #1E3A8A;
}

.contact-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.contact-icon {
  margin-right: 15px;
  font-size: 1.5rem;
}

.contact-address {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  border-radius: 50px;
  width: 100%;
  font-weight: 600;
  background: #f8f9fa;
  color: #333;
  margin-top: 10px;
}

/* Business Forms Section */
.business-forms-section {
  margin-top: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.business-forms-section h3 {
  text-align: center;
  margin-bottom: 15px;
  color: #1E3A8A;
  font-size: 1.8rem;
}

.business-forms-section > p {
  text-align: center;
  margin-bottom: 40px;
  color: #666;
  font-size: 1.1rem;
}

/* Form Tabs */
.form-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  gap: 10px;
  flex-wrap: wrap;
}

.form-tab-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #f0f4ff;
  border: 2px solid transparent;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #1E3A8A;
  font-size: 0.95rem;
}

.form-tab-button:hover {
  background: #e0e7ff;
  transform: translateY(-2px);
}

.form-tab-button.active {
  background: #1E3A8A;
  color: #fff;
  border-color: #1E3A8A;
}

.form-tab-button i {
  font-size: 1.1rem;
}

/* Business Forms */
.business-form {
  display: none;
  background: #f8f9fa;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.business-form.active {
  display: block;
}

.business-form h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #1E3A8A;
  font-size: 1.4rem;
}

.form-description {
  margin-bottom: 25px;
  color: #666;
  font-style: italic;
  text-align: center;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  border-left: 4px solid #1E3A8A;
}

/* Contact Form Styles */
.contact-form {
  max-width: 100%;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e0e7ff;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #fff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #1E3A8A;
  box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.recaptcha-container {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}

.form-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 15px 30px;
  background: #1E3A8A;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-submit-btn:hover {
  background: #152b63;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 58, 138, 0.3);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .form-tabs {
    flex-direction: column;
    align-items: center;
  }

  .form-tab-button {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .business-form {
    padding: 20px;
  }

  .business-forms-section {
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .form-tab-button {
    padding: 10px 15px;
    font-size: 0.9rem;
  }

  .business-form h4 {
    font-size: 1.2rem;
  }

  .form-description {
    padding: 12px;
    font-size: 0.95rem;
  }
}

/* FAQ Section Styles */
.faq {
  background: #fff;
  padding: 80px 0;
}

.faq h2 {
  text-align: center;
  margin-bottom: 50px;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #f8f9fa;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background: #f0f4ff;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.1rem;
}

.faq-toggle {
  font-size: 1.2rem;
  color: #1E3A8A;
  transition: all 0.3s ease;
}

.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
  padding: 20px;
  max-height: 500px;
}

.faq-item.active .faq-toggle i {
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .faq-question h3 {
    font-size: 1rem;
  }
}

/* Footer */
.footer {
  background: #1E3A8A;
  color: #fff;
  padding: 40px 0;
  text-align: center;
}

.footer-links {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.footer-links a {
  color: #fff;
  margin: 0 15px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

.footer-links a:hover {
  opacity: 1;
}

.copyright {
  opacity: 0.85;
  font-size: 0.9rem;
}

.copyright a {
  color: #fff;
  text-decoration: underline;
  opacity: 0.95;
}

/* 404 Page */
.not-found {
  min-height: calc(100vh - 170px);
  display: flex;
  align-items: center;
  padding: 80px 0;
  background: #f0f4ff;
  text-align: center;
}

.not-found__inner {
  max-width: 720px;
}

.not-found__logo {
  width: 220px;
  height: auto;
  margin-bottom: 30px;
}

.not-found__eyebrow {
  color: #1E3A8A;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.not-found h1 {
  font-size: 2.3rem;
  margin-bottom: 15px;
}

.not-found p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.not-found__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.not-found__link {
  font-weight: 700;
}

@media (max-width: 576px) {
  .not-found {
    min-height: calc(100vh - 150px);
    padding: 60px 0;
  }

  .not-found__logo {
    width: 180px;
  }

  .not-found h1 {
    font-size: 1.8rem;
  }

  .not-found__actions {
    flex-direction: column;
  }
}
