*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff; 
}

body.body--no-scroll {
  overflow: hidden;
}

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

.container {
    width: 85%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.hero-diagonal {
    position: relative;
    overflow: hidden;
    color: #e2e2d2;
    text-align: center;
    padding-bottom: 4rem;
}
.hero-diagonal__image-bg {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; 
    background-color: #e2e2d2; 
}
.hero-diagonal__color-bg {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; 
    background-color: #243447;
}
.hero-diagonal .container {
    position: relative; z-index: 4;
}
.hero-diagonal__content {
    padding-top: 4rem;
}
.hero-diagonal__title {
    font-size: 2.5rem; font-weight: 900; line-height: 1.1; margin-bottom: 1rem;
}
.hero-diagonal__text {
    max-width: 50ch; margin-bottom: 2rem; font-size: 1.1rem; margin-left:auto; margin-right:auto;
}
.hero-diagonal__button {
    display: inline-block; background-color: #C51F5D; color: white; padding: 0.8em 2em;
    border-radius: 50px; text-decoration: none; font-weight: 700;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.hero-diagonal__button:hover {
    transform: scale(1.05); background-color: #ad1b52;
}

.hero-tablet-image, .hero-collage {
    display: none;
}

.carousel-container {
    display: block;
    margin-top: 2.5rem;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-200px * 5)); 
    }
}

.carousel {
    max-width: 500px;
    margin: auto;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, white 20%, white 80%, transparent);
    mask-image: linear-gradient(to right, transparent, white 20%, white 80%, transparent);
}

.carousel:hover .carousel__track {
    animation-play-state: paused;
}

.carousel__track {
    display: flex;
    list-style: none;
    width: calc(200px * 10);
    animation: scroll 30s linear infinite;
}

.carousel__slide {
    width: 200px;
    flex-shrink: 0;
    padding: 0 10px;
}
.carousel__slide img {
    background: white;
    border-radius: 8px;
    padding: 0.5rem;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.hero-tablet-image {
    position: absolute; z-index: 3; top: 50%; right: 5%; width: 35%;
    max-width: 350px; transform: translateY(-50%) rotate(8deg); pointer-events: none;
}
.hero-tablet-image img {
    background-color: rgba(255, 255, 255, 0.7); padding: 0.75rem;
    border-radius: 8px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hero-collage {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    z-index: 3; pointer-events: none;
}
.collage-item {
    position: absolute; background-color: rgba(255, 255, 255, 0.7);
    padding: 0.75rem; border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); pointer-events: auto;
}

.brand-carousel-section {
  padding: 3rem 0;
  background-color: #e2e2d2; 
}

.brand-carousel-section__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #495057;
  margin-bottom: 2.5rem;
}

@keyframes scroll-brands {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(calc(-180px * 6)); 
  }
}

.logo-carousel {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, white 10%, white 90%, transparent);
  mask-image: linear-gradient(to right, transparent, white 10%, white 90%, transparent);
}

.logo-carousel:hover .logo-carousel__track {
  animation-play-state: paused;
}

.logo-carousel__track {
  display: flex;
  width: calc(180px * 12);
  animation: scroll-brands 20s linear infinite;
}

.logo-carousel__slide {
  flex-shrink: 0;
  width: 180px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-carousel__slide img {
  height: 50px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.logo-carousel__slide:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.our-products {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.our-products__title {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 2.5rem;
  color: #243447;
}

.products-grid {
  display: grid;
  grid-template-columns: 1fr; 
  gap: 1.5rem;
}

.product-card {
  position: relative;
  overflow: hidden; 
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.product-card__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 1.5rem;
  color: white;
  font-weight: 700;
}

.product-card__caption--promo {
  background-color: #C51F5D; 
}
.product-card__caption--uniforms {
  background-color: #1e3a5f;
}
.product-card__caption--talent {
  background-color: #374151;
}
.product-card__caption--pop {
  background-color: #2f4f4f;
}

.product-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.product-card:nth-child(2) { transition-delay: 0.1s; }
.product-card:nth-child(3) { transition-delay: 0.2s; }
.product-card:nth-child(4) { transition-delay: 0.3s; }

.dynamic-banner-form {
  padding: 40px 0;
  background-color: #fff;
}

.dynamic-banner-form .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.dynamic-banner video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.contact-form {
  padding: 25px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.contact-form h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: #2c3e50;
  text-align: center;
}

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

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #34495e;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 5px rgba(52, 152, 219, 0.5);
}

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

.contact-form button {
  width: 100%;
  padding: 15px;
  background-color: #e74c3c;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #c0392b;
}

.whatsapp-fab {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.whatsapp-fab:hover {
  transform: scale(1.1);
  background-color: #128C7E;
}

.whatsapp-fab__icon {
  width: 35px;
  height: 35px;
  filter: brightness(0) invert(1);
}

@media (min-width: 768px) {
    .hero-diagonal { padding-bottom: 0; text-align: left; }
    .hero-diagonal .container { min-height: 100vh; display: flex; align-items: center; }
    .hero-diagonal__content { padding-top: 0; width: 50%; }
    .hero-diagonal__text { margin-left:0; margin-right:0; }
    .hero-diagonal__title { font-size: 4.5rem; }
    .hero-diagonal__color-bg { clip-path: polygon(0 0, 60% 0, 45% 100%, 0% 100%); }

    .carousel-container { display: none; }
    .hero-tablet-image { display: block; }
    .hero-collage { display: none; }

    .products-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem; 
    }

    .our-products__title {
      font-size: 2.5rem;
    }

    .product-card:nth-child(1) { transition-delay: 0.1s; }
    .product-card:nth-child(2) { transition-delay: 0.2s; } 
    .product-card:nth-child(3) { transition-delay: 0.1s; }
    .product-card:nth-child(4) { transition-delay: 0.2s; }

    .dynamic-banner-form .container {
      flex-direction: row;
      align-items: center;
      gap: 40px;
    }
  
    .dynamic-banner {
      flex: 1;
    }
  
    .contact-form {
      flex: 1;
    }
  
    .contact-form h2 {
      text-align: left;
    }
}

@media (min-width: 1100px) {
    .hero-tablet-image { display: none; }
    .hero-collage { display: block; }

    .collage-item--1 { top: 18%; left: 65%; width: 20%; transform: rotate(-8deg); }
    .collage-item--2 { top: 25%; right: 2%; width: 22%; transform: rotate(5deg); }
    .collage-item--3 { bottom: 20%; left: 68%; width: 15%; transform: rotate(10deg); background-color: #fce8e6; }
    .collage-item--4 { bottom: 15%; right: 5%; width: 20%; transform: rotate(-5deg); }
    .collage-item--5 { top: 52%; left: 60%; width: 6%; padding: 0.4rem; transform: rotate(25deg); }
}