/* Support Page CSS Extracted */
/* Hero Section */
.support-hero {
  background: url('/assets/support/support-hero.jpg') center center/cover no-repeat;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.support-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10,34,54,0.65);
  z-index: 1;
  pointer-events: none;
}
.support-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.support-hero-title {
  font-size: 3rem;
  font-weight: 800;
  margin-top: 7rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
  font-variant: small-caps;
}
.support-hero-subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #fff;
  font-variant: small-caps;
}
.support-hero-desc {
  font-size: 1.1rem;
  color: #eaf6fa;
  margin-bottom: 3rem;
}

/* Main Content */
.support-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  padding: 6rem 0 1rem 0;
  position: relative;
  z-index: 1;
  background: transparent;
  box-sizing: border-box;
}
.support-main-content::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100vw;
  background: url('/assets/support/terms-bg.jpg') center center/cover no-repeat;
  filter: grayscale(1) brightness(0.85);
  opacity: 1;
  z-index: -1;
  pointer-events: none;
  border-radius: 0;
}

.support-section-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Modern Card */
.support-modern-card-v2 {
  position: relative;
  background: #0d2543;
  border-radius: 2.5rem;
  box-shadow: 0 8px 32px rgba(0,52,181,0.13), 0 2px 8px rgba(0,0,0,0.10);
  width: 100%;
  min-width: 70vw;
  max-width: 80vw;
  min-height: 320px;
  max-height: 400px;
  height: 100%;
  margin: 3.5rem auto 6.5rem auto;
  padding: 4.5rem 2.2rem 7.5rem 2.2rem;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  z-index: 1;
}
.support-card-diamond-badge {
  position: absolute;
  top: -48px;
  left: 45%;
  transform: translateX(-50%) rotate(-15deg);
  background: #b50202;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(0,52,181,0.10);
  border: 6px solid #fff;
  z-index: 3;
  border-radius: 18px;
  letter-spacing: 1px;
  font-family: 'Montserrat', Arial, sans-serif;
  transition: box-shadow 0.2s;
}
.support-card-diamond-badge span,
.support-card-diamond-badge {
  transform: rotate(-15deg);
  display: block;
}
.support-card-content-v2 {
  margin-top: 2.5rem;
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.support-section-title-v2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
  margin-left: 0 !important;
  color: #fff;
  text-shadow: 2px 2px 8px #0034B5, 0 2px 12px #b50202;
  letter-spacing: 0.5px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-variant: small-caps;
}
.support-section-desc-v2 {
  font-size: 1.18rem;
  margin-bottom: 1.5rem;
  color: #fff;
  line-height: 1.7;
}
.support-list-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 2.5rem;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  margin-left: 2.2rem;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.7;
  width: 100%;
}
.support-list-v2 li {
  flex: 0 1 45%;
  margin-bottom: 0.7rem;
  text-align: center;
  margin-left: -0.7rem;
}
.support-list-v3 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 2.5rem;
  justify-content: center;
  align-items: flex-start;
  list-style: none;
  padding-left: 0.5rem;
  margin-left: 5rem;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.7;
  width: 100%;
  max-width: 1000px;
}
.support-list-v3 li {
  flex: 0 1 45%;
  margin-bottom: 0.7rem;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  padding-left: 1.2rem;
}
.support-list-v2 a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.support-card-bottom-icon1 {
  position: absolute;
  left: -80px;
  bottom: 108px;
  transform: translateX(-30%) scale(1);
  background: #0034B5;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  box-shadow: 0 8px 32px rgba(0,52,181,0.13), 0 2px 8px rgba(0,0,0,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid #fff;
  z-index: 2;
}
.support-card-bottom-icon1 img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  filter: grayscale(0.2) brightness(1.1);
}
.support-card-bottom-icon2 {
  position: absolute;
  left: -80px;
  bottom: 120px;
  transform: translateX(-30%) scale(1);
  background: #0034B5;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  box-shadow: 0 8px 32px rgba(0,52,181,0.13), 0 2px 8px rgba(0,0,0,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid #fff;
  z-index: 2;
}
.support-card-bottom-icon2 img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  filter: grayscale(0.2) brightness(1.1);
}
.support-card-bottom-icon3 {
  position: absolute;
  left: -80px;
  bottom: 130px;
  transform: translateX(-30%) scale(1);
  background: #0034B5;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  box-shadow: 0 8px 32px rgba(0,52,181,0.13), 0 2px 8px rgba(0,0,0,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid #fff;
  z-index: 2;
}
.support-card-bottom-icon3 img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  filter: grayscale(0.2) brightness(1.1);
}

/* Actions */
.support-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
.support-btn {
  background: #0034B5;
  color: #fff;
  font-weight: 700;
  padding: 0.7rem 2.2rem;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.08rem;
  box-shadow: 0 2px 8px rgba(0,52,181,0.10);
  transition: background 0.2s, color 0.2s, transform 0.2s;
  max-width: 300px;
  width: 100%;
}
.support-btn:hover {
  background: #b50202;
  color: #fff;
  transform: translateY(-2px) scale(1.04);
}
.support-chat-btn {
  background: #b50202;
}
.support-chat-btn:hover {
  background: #0034B5;
}

@media (max-width: 900px) {
  .support-hero {
    min-height: 180px;
    padding: 0;
  }
  .support-hero-content {
    max-width: 98vw;
    padding: 0 2vw;
  }
  .support-hero-title {
    font-size: 2rem !important;
    margin-top: 4.5rem !important;
    margin-bottom: 0.5rem;
  }
  .support-hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  .support-hero-desc {
    font-size: 0.98rem;
    margin-bottom: 1.5rem;
    text-align: justify;
    padding: 1rem;
  }

  .support-main-content {
    padding: 2.5rem 0 0.7rem 0;
    width: 100vw;
    max-width: 100vw;
  }
  .support-main-content::before {
    width: 100vw;
    min-height: 100%;
  }

  .support-modern-card-v2 {
    min-width: 0;
    max-width: 95vw;
    margin: 2rem auto 2.5rem auto;
    padding: 2rem !important;
    border-radius: 1.2rem;
    min-height: 180px;
    max-height: none;
    text-align: justify;
  }
  .support-card-diamond-badge {
    width: 50px !important;
    height: 50px !important;
    font-size: 1.6rem !important;
    text-align: center !important;
    top: -25px !important;
    left: 42% !important;
    border-width: 4px;
    border-radius: 50%;
  }
  .support-card-content-v2 {
    margin-top: 1.2rem;
  }
  .support-section-title-v2 {
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
  }
  .support-section-desc-v2 {
    font-size: 0.98rem;
    margin-bottom: 1rem;
  }
  .support-list-v2,
  .support-list-v3 {
    flex-direction: column;
    gap: 0.3rem 0;
    margin-left: 0;
    font-size: 0.98rem;
    width: 100%;
    max-width: 100vw;
    padding: 0 0.5vw;
  }
  .support-list-v2 li,
  .support-list-v3 li {
    flex: 1 1 100%;
    margin-bottom: 0.4rem;
    text-align: left;
    padding-left: 0.5rem;
  }
  .support-list-v3 {
    margin-left: 0;
    padding-left: 0;
  }
  .support-card-bottom-icon1 {
    width: 50px !important;
    height: 50px !important;
    left: 42% !important;
    bottom: -20px !important;
    border-width: 3px !important;
  }
  .support-card-bottom-icon1 img {
    width: 30px;
    height: 30px;
  }
  .support-card-bottom-icon2 {
    width: 50px !important;
    height: 50px !important;
    left: 42% !important;
    bottom: -20px !important;
    border-width: 3px !important;
}
.support-card-bottom-icon2 img {
    width: 30px;
    height: 30px;
}
  .support-card-bottom-icon3 {
    width: 50px !important;
    height: 50px !important;
    left: 42% !important;
    bottom: -20px !important;
    border-width: 3px !important;
}
.support-card-bottom-icon3 img {
    width: 30px;
    height: 30px;
}
  .support-actions {
    flex-direction: row;
    gap: 1.2rem;
    margin-top: 1rem;
    width: 100%;
    align-items: center;
  }
  .support-btn {
    font-size: 0.7rem !important;
    padding: 1rem !important;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

/* Extra Small Devices */
@media (max-width: 600px) {
  .support-hero-title {
    font-size: 1.1rem;
    margin-top: 1.2rem;
  }
  .support-hero-subtitle {
    font-size: 0.95rem;
  }
  .support-hero-desc {
    font-size: 0.85rem;
  }
  .support-modern-card-v2 {
    padding: 1rem 0.2rem 1.2rem 0.2rem;
    border-radius: 0.7rem;
  }
  .support-section-title-v2 {
    font-size: 1rem;
  }
  .support-section-desc-v2 {
    font-size: 0.9rem;
  }
  .support-list-v2,
  .support-list-v3 {
    font-size: 0.9rem;
    padding: 0 0.2vw;
  }
  .support-card-diamond-badge {
    width: 38px;
    height: 38px;
    font-size: 0.8rem;
    top: -18px;
    border-width: 2px;
  }
  .support-card-bottom-icon {
    width: 48px;
    height: 48px;
    border-width: 2px;
    left: 0;
    bottom: 0;
  }
  .support-card-bottom-icon img {
    width: 28px;
    height: 28px;
  }
  .support-btn {
    font-size: 0.95rem;
    padding: 0.5rem 0.5rem;
  }
}

/* --- Animation Keyframes --- */
@keyframes fadeDown {
  0% { opacity: 0; transform: translateY(-60px);}
  100% { opacity: 1; transform: translateY(0);}
}
@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(60px);}
  100% { opacity: 1; transform: translateY(0);}
}
@keyframes fadeLeft {
  0% { opacity: 0; transform: translateX(-60px);}
  100% { opacity: 1; transform: translateX(0);}
}
@keyframes fadeRight {
  0% { opacity: 0; transform: translateX(60px);}
  100% { opacity: 1; transform: translateX(0);}
}
@keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1;}
}

/* --- Animation Classes --- */
.animated { opacity: 0; transition: opacity 0.3s; }
.fade-down.in-view { animation: fadeDown 1s cubic-bezier(.77,0,.18,1) forwards; }
.fade-up.in-view { animation: fadeUp 1s cubic-bezier(.77,0,.18,1) forwards; }
.fade-left.in-view { animation: fadeLeft 1s cubic-bezier(.77,0,.18,1) forwards; }
.fade-right.in-view { animation: fadeRight 1s cubic-bezier(.77,0,.18,1) forwards; }
.fade-in.in-view { animation: fadeIn 1s cubic-bezier(.77,0,.18,1) forwards; }