*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #ffffff;
  background-color: #070b0d;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.main-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 5vw;
  background: rgba(3, 10, 12, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.logo-area {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-area img {
  height: 52px;
  width: auto;
}

.header-text h1 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.header-text p {
  margin: 0;
  font-size: 0.8rem;
  color: #cbd5f5;
}

.main-nav {
  display: flex;
  gap: 1rem;
  font-size: 0.9rem;
}

.main-nav a {
  position: relative;
  padding-bottom: 0.2rem;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #19a574;
  transition: width 0.2s ease;
}

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

.header-actions {
  display: flex;
  gap: 0.5rem;
}

.btn-primary,
.btn-secondary,
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 999px;
  padding: 0.55rem 1.2rem;
  font-size: 0.85rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.btn-primary {
  background: #19a574;
  color: #021012;
  box-shadow: 0 10px 25px rgba(25, 165, 116, 0.3);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 30px rgba(25, 165, 116, 0.4);
}

.btn-secondary {
  background: #0f172a;
  color: #e5e7eb;
  border: 1px solid rgba(148, 163, 184, 0.7);
}

.btn-secondary:hover {
  background: #111827;
}

.btn-outline {
  border: 1px solid #19a574;
  color: #19a574;
  background: transparent;
}

.btn-outline:hover {
  background: #19a574;
  color: #021012;
}

/* WhatsApp float */
.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #22c55e;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 30px rgba(34, 197, 94, 0.5);
}

.whatsapp-float span {
  font-size: 1.5rem;
}

/* HERO */
.hero {
  position: relative;
  min-height: 70vh;
  padding: 5rem 5vw 4rem;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.3), rgba(3, 7, 18, 0.85));
}

.hero-content {
  position: relative;
  max-width: 520px;
  color: #e5e7eb;
}

.hero-content h2 {
  font-size: 2.4rem;
  margin: 0 0 0.5rem;
}

.hero-content p {
  margin: 0 0 1.5rem;
  font-size: 1rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero-badges span {
  font-size: 0.75rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.5);
}

/* Sections */
.section {
  padding: 4rem 5vw;
}

.section-title {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2rem;
}

.section-title h2 {
  margin: 0 0 0.5rem;
  font-size: 1.8rem;
}

.section-title p {
  margin: 0;
  color: #9ca3af;
}

/* Benefits */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.benefit-card {
  background: radial-gradient(circle at top left, #0b1920, #020617);
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.benefit-card h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.benefit-card p {
  margin: 0;
  color: #9ca3af;
}

/* Warehouse section */
.warehouse {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}

.warehouse-image img {
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.warehouse-content h2 {
  margin-top: 0;
}

.warehouse-content p {
  color: #d1d5db;
}

.warehouse-content ul {
  padding-left: 1.1rem;
  color: #9ca3af;
  margin-bottom: 1.5rem;
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.gallery-item {
  margin: 0;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.3);
  cursor: pointer;
}

.gallery-item img {
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
  opacity: 0.9;
}

.gallery-note {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.85rem;
  color: #9ca3af;
}

/* Video */
.video-wrapper {
  max-width: 840px;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.video-wrapper iframe {
  width: 100%;
  height: 460px;
  display: block;
}

/* Social */
.social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 720px;
  margin: 0 auto;
}

.social-card {
  border-radius: 1rem;
  padding: 1.5rem;
  background: radial-gradient(circle at top left, #0b1920, #020617);
  border: 1px solid rgba(148, 163, 184, 0.4);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.social-card span {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #22c55e;
}

/* Location */
.location-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  gap: 2rem;
  align-items: stretch;
}

.location-text p {
  margin-top: 0;
  color: #d1d5db;
}

.location-text a {
  color: #22c55e;
}

.map-embed iframe {
  width: 100%;
  min-height: 260px;
  border: 0;
  border-radius: 1rem;
  filter: grayscale(10%) contrast(1.1);
}

/* Contact */
.contact-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 2rem;
}

.contact-form {
  background: #020617;
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.9rem;
}

label {
  font-size: 0.85rem;
  color: #e5e7eb;
}

input,
textarea {
  border-radius: 0.6rem;
  border: 1px solid rgba(148, 163, 184, 0.6);
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  background: #020617;
  color: #e5e7eb;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #19a574;
  box-shadow: 0 0 0 1px rgba(25, 165, 116, 0.6);
}

textarea {
  resize: vertical;
}

.contact-info {
  align-self: stretch;
  border-radius: 1rem;
  padding: 1.5rem;
  background: radial-gradient(circle at top, #022c22, #020617);
  border: 1px solid rgba(34, 197, 94, 0.4);
}

.contact-info h3 {
  margin-top: 0;
}

.contact-info p {
  color: #d1d5db;
}

/* Footer */
.main-footer {
  padding: 1.5rem 5vw 2rem;
  text-align: center;
  font-size: 0.8rem;
  color: #9ca3af;
  border-top: 1px solid rgba(148, 163, 184, 0.3);
  background: #020617;
}

.main-footer a {
  color: #22c55e;
}

/* Modal */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 70;
}

.modal.active {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.85);
}

.modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  z-index: 71;
}

.modal-content img {
  max-height: 90vh;
  border-radius: 1rem;
}

.modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  border: none;
  color: #e5e7eb;
  font-size: 2rem;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 960px) {
  .main-header {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .warehouse,
  .location-content,
  .contact-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }

  .video-wrapper iframe {
    height: 320px;
  }
}

@media (max-width: 720px) {
  .hero {
    padding-top: 4.5rem;
    padding-bottom: 3rem;
  }

  .hero-content h2 {
    font-size: 2rem;
  }

  .benefit-grid,
  .gallery-grid,
  .social-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .main-header {
    padding-inline: 1rem;
  }

  .section {
    padding-inline: 1.25rem;
  }

  .map-embed iframe {
    min-height: 220px;
  }
}
