/* Custom CSS for BSS Promotional Page */
:root {
  --color-purple: #7a41fe;
  --color-light-blue: #15aeea;
}

/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

body,
html {
  font-size: 15px;
}

/* Left Column - Promotional Section */
.promo-section {
  background: #000;
  color: white;
  position: relative;
  min-height: 100vh;
}

.promo-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("07.webp");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
}

.promo-section .container {
  position: relative;
  z-index: 2;
}

/* Offer Badge */
.offer-badge {
  flex: 0 0 60%;
  text-align: center;
  background: var(--color-purple);
  color: white;
  padding: 6px 25px;
  border-radius: 25px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
}

.arrow-size-1 {
  width: 30px;
  height: 30px;
}

/* Logo */
.logo {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;

  img {
    width: 150px;
  }
}

/* Main Heading */
.main-heading-wrapper {
  flex: 0 0 70%;
}

.main-heading-shield {
  flex: 0 0 30%;
  display: flex;
  align-items: center;
}

.main-heading {
  width: 100%;
  letter-spacing: 3px;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.main-heading-2 {
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.1;
}

.main-heading-3 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5;
}

.shield {
  width: 80%;
  height: auto;
  stroke-width: 1;
  color: var(--color-light-blue);
}

/* Sub Heading */
.sub-heading {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 2rem;
  opacity: 0.9;
}

/* Free Keys Badge */
.free-keys-badge {
  background: var(--color-light-blue);
  color: white;
  padding: 12px 25px;
  border-radius: 25px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(6, 182, 212, 0.3);
  margin-bottom: 2rem;
}

/* Features List */
.features-list {
  margin-bottom: 2rem;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  font-size: 1.1rem;
  line-height: 1.4;
}

.feature-item svg {
  color: var(--color-light-blue);
  stroke: var(--color-light-blue);
  font-size: 14px;
}

.feature-item span {
  font-weight: 600;
}

/* Disclaimer */
.disclaimer {
  font-size: 0.85rem;
  opacity: 0.8;
  line-height: 1.4;
  font-style: italic;
}

/* Right Column - Form Section */
.form-section {
  background: var(--color-light-blue);
  color: white;
  min-height: 100vh;
  position: relative;
}

/* .form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
} */

.form-section .container {
  position: relative;
  z-index: 2;
}

/* Form Header */
.form-title {
  display: inline-block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.form-title-2 {
  background-color: var(--color-purple);
  border-radius: 25px;
  padding: 5px 30px;
}

.form-subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  opacity: 0.95;
}

.form-subtitle i {
  color: #fff;
}

/* Form Styles */
.contact-form {
  margin-top: 2rem;
}

.form-label {
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 8px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-label i {
  color: #fbbf24;
  font-size: 12px;
}

.custom-input {
  background: var(--color-light-blue);
  border: 2px solid #fff;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 1rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.custom-input:focus {
  background: rgba(255, 255, 255, 1);
  border-color: var(--color-purple);
  box-shadow: 0 0 0 0.2rem rgba(124, 58, 237, 0.3);
  outline: none;
}

.custom-input::placeholder {
  color: #6b7280;
}

/* Custom Buttons */
.custom-btn-primary {
  background: #fff;
  color: var(--color-light-blue);
  border: 2px solid var(--color-light-blue);
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(6, 182, 212, 0.3);
}

.custom-btn-primary:hover {
  background: rgba(6, 182, 212, 1);
  border: 2px solid #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
}

.custom-btn-whatsapp {
  background: var(--color-purple);
  border: none;
  border-radius: 25px;
  padding: 12px 25px;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rrgba(124, 58, 237, 0.3);
  text-decoration: none;
  color: white;
  display: inline-flex;
  align-items: center;
}

.custom-btn-whatsapp:hover {
  color: var(--color-purple) !important;
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
  color: white;
}

/* Responsive Design */
@media (max-width: 1400px) {
  .offer-badge,
  .main-heading-wrapper {
    flex: 0 0 70%;
  }
  .logo,
  .main-heading-shield {
    flex: 0 0 30%;
  }
}

@media (max-width: 991px) {
  .offer-badge {
    font-size: 1.2rem;
  }
  .main-heading {
    font-size: 2rem;
  }

  .main-heading-2 {
    font-size: 1.6rem;
  }

  .main-heading-3 {
    font-size: 1rem;
  }

  .form-title {
    font-size: 1.8rem;
  }

  .promo-section,
  .form-section {
    min-height: auto;
    padding: 3rem 0;
  }
}

@media (max-width: 767px) {
  .offer-badge {
    font-size: 1rem;
    padding: 0 10px;
  }

  .logo img {
    width: 80px;
  }

  .main-heading-wrapper {
    flex: 0 0 80%;
  }

  .main-heading-shield {
    flex: 0 0 20%;
  }

  .main-heading {
    font-size: 2rem;
  }

  .main-heading-2 {
    font-size: 1rem;
  }

  .main-heading-3 {
    font-size: 0.8rem;
  }

  .free-keys-badge {
    font-size: 1rem;
    padding: 0px 10px;
  }

  .form-title {
    font-size: 1.5rem;
  }

  .feature-item {
    font-size: 1rem;
  }

  .d-flex.gap-3 {
    flex-direction: column;
  }

  .custom-btn-primary,
  .custom-btn-whatsapp {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .main-heading-wrapper {
    flex: 0 0 100%;
    text-align: center;
  }

  .main-heading-shield {
    flex: 0 0 100%;
    justify-content: center;
  }

  .free-keys-badge {
    width: 100%;
    text-align: center;
  }

  .form-title {
    font-size: 1.2rem;
  }

  .form-title-2 {
    font-size: 1rem;
  }

  .form-subtitle {
    font-size: 1rem;
  }

  .form-label {
    font-size: 0.75rem;
  }
}

/* Animation Effects */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.offer-badge,
.logo,
.main-heading,
.sub-heading,
.free-keys-badge,
.feature-item,
.form-title,
.form-subtitle {
  animation: fadeInUp 0.6s ease-out forwards;
}

.feature-item:nth-child(1) {
  animation-delay: 0.1s;
}
.feature-item:nth-child(2) {
  animation-delay: 0.2s;
}
.feature-item:nth-child(3) {
  animation-delay: 0.3s;
}
.feature-item:nth-child(4) {
  animation-delay: 0.4s;
}
