.page-blog-79bets-latest-secure-link-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-79bets-latest-secure-link-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-79bets-latest-secure-link-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  background-color: #08160F;
}

.page-blog-79bets-latest-secure-link-guide__hero-image-wrapper {
  width: 100%;
  max-height: 70vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.page-blog-79bets-latest-secure-link-guide__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-blog-79bets-latest-secure-link-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-79bets-latest-secure-link-guide__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-79bets-latest-secure-link-guide__intro-text {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-79bets-latest-secure-link-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-79bets-latest-secure-link-guide__btn-primary,
.page-blog-79bets-latest-secure-link-guide__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
}

.page-blog-79bets-latest-secure-link-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: none;
}

.page-blog-79bets-latest-secure-link-guide__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-79bets-latest-secure-link-guide__btn-secondary {
  background: transparent;
  color: #F2FFF6; /* Text Main */
  border: 2px solid #2AD16F;
}

.page-blog-79bets-latest-secure-link-guide__btn-secondary:hover {
  background: #2AD16F;
  color: #08160F;
  transform: translateY(-2px);
}

.page-blog-79bets-latest-secure-link-guide__content-area {
  padding: 60px 0;
}

.page-blog-79bets-latest-secure-link-guide__dark-bg {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-79bets-latest-secure-link-guide__light-bg {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
}

.page-blog-79bets-latest-secure-link-guide__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #F2FFF6; /* Text Main */
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-79bets-latest-secure-link-guide__light-bg .page-blog-79bets-latest-secure-link-guide__section-title {
  color: #F2FFF6;
}

.page-blog-79bets-latest-secure-link-guide__paragraph {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

.page-blog-79bets-latest-secure-link-guide__dark-bg .page-blog-79bets-latest-secure-link-guide__paragraph {
  color: #A7D9B8;
}

.page-blog-79bets-latest-secure-link-guide__light-bg .page-blog-79bets-latest-secure-link-guide__paragraph {
  color: #A7D9B8;
}

.page-blog-79bets-latest-secure-link-guide__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-79bets-latest-secure-link-guide__feature-card {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-79bets-latest-secure-link-guide__feature-title {
  font-size: 1.5rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
}

.page-blog-79bets-latest-secure-link-guide__feature-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-79bets-latest-secure-link-guide__feature-description {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-79bets-latest-secure-link-guide__step-by-step {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}

.page-blog-79bets-latest-secure-link-guide__step-item {
  background-color: #08160F; /* Background */
  padding: 25px;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-79bets-latest-secure-link-guide__step-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2AD16F;
  line-height: 1;
}

.page-blog-79bets-latest-secure-link-guide__step-title {
  font-size: 1.4rem;
  color: #F2FFF6; /* Text Main */
  margin-top: 0;
  margin-bottom: 10px;
}

.page-blog-79bets-latest-secure-link-guide__step-description {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 0;
}

.page-blog-79bets-latest-secure-link-guide__video-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
  text-align: center;
}

.page-blog-79bets-latest-secure-link-guide__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 0 auto 30px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-79bets-latest-secure-link-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}

.page-blog-79bets-latest-secure-link-guide__video-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.page-blog-79bets-latest-secure-link-guide__registration-flow {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.page-blog-79bets-latest-secure-link-guide__registration-step {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-79bets-latest-secure-link-guide__registration-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
}

.page-blog-79bets-latest-secure-link-guide__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-blog-79bets-latest-secure-link-guide__list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-blog-79bets-latest-secure-link-guide__list-item {
  background-color: #08160F; /* Background */
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-79bets-latest-secure-link-guide__list-title {
  font-size: 1.4rem;
  color: #F2FFF6; /* Text Main */
  margin-top: 0;
  margin-bottom: 10px;
}

.page-blog-79bets-latest-secure-link-guide__list-description {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 0;
}

.page-blog-79bets-latest-secure-link-guide__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-79bets-latest-secure-link-guide__benefit-card {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-79bets-latest-secure-link-guide__benefit-title {
  font-size: 1.5rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
}

.page-blog-79bets-latest-secure-link-guide__benefit-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-79bets-latest-secure-link-guide__benefit-description {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-79bets-latest-secure-link-guide__mobile-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  background-color: #08160F; /* Background */
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-79bets-latest-secure-link-guide__mobile-image {
  flex: 1 1 300px;
  max-width: 400px;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.page-blog-79bets-latest-secure-link-guide__mobile-text-content {
  flex: 2 1 400px;
}

.page-blog-79bets-latest-secure-link-guide__sub-title {
  font-size: 1.3rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  margin-top: 25px;
}

.page-blog-79bets-latest-secure-link-guide__faq-list {
  margin-top: 40px;
}

.page-blog-79bets-latest-secure-link-guide__faq-item {
  background-color: #11271B; /* Card BG */
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-79bets-latest-secure-link-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  background-color: #11271B;
  user-select: none;
  list-style: none;
}

.page-blog-79bets-latest-secure-link-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-79bets-latest-secure-link-guide__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  color: #2AD16F;
  transition: transform 0.3s ease;
}

.page-blog-79bets-latest-secure-link-guide__faq-item[open] .page-blog-79bets-latest-secure-link-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-79bets-latest-secure-link-guide__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-79bets-latest-secure-link-guide__conclusion-section {
  padding: 60px 0;
  text-align: center;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-79bets-latest-secure-link-guide__text-secondary {
  color: #A7D9B8;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-79bets-latest-secure-link-guide__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-79bets-latest-secure-link-guide__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  }
  .page-blog-79bets-latest-secure-link-guide__feature-card,
  .page-blog-79bets-latest-secure-link-guide__benefit-card {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .page-blog-79bets-latest-secure-link-guide__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-79bets-latest-secure-link-guide__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }
  .page-blog-79bets-latest-secure-link-guide__intro-text {
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  }
  .page-blog-79bets-latest-secure-link-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-79bets-latest-secure-link-guide__btn-primary,
  .page-blog-79bets-latest-secure-link-guide__btn-secondary {
    padding: 12px 20px;
    width: 100% !important;
    max-width: 100% !important;
    font-size: 1rem;
  }

  .page-blog-79bets-latest-secure-link-guide__content-area {
    padding: 40px 0;
  }
  .page-blog-79bets-latest-secure-link-guide__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-79bets-latest-secure-link-guide__section-title {
    font-size: clamp(1.6rem, 5vw, 2.2rem);
    margin-bottom: 30px;
  }
  .page-blog-79bets-latest-secure-link-guide__paragraph {
    font-size: 0.95rem;
  }
  .page-blog-79bets-latest-secure-link-guide__feature-grid,
  .page-blog-79bets-latest-secure-link-guide__benefits-grid {
    gap: 20px;
  }
  .page-blog-79bets-latest-secure-link-guide__feature-card,
  .page-blog-79bets-latest-secure-link-guide__benefit-card {
    padding: 20px;
  }
  .page-blog-79bets-latest-secure-link-guide__feature-title,
  .page-blog-79bets-latest-secure-link-guide__benefit-title {
    font-size: 1.3rem;
  }
  .page-blog-79bets-latest-secure-link-guide__feature-image,
  .page-blog-79bets-latest-secure-link-guide__benefit-image {
    height: 180px;
  }
  .page-blog-79bets-latest-secure-link-guide__step-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .page-blog-79bets-latest-secure-link-guide__step-number {
    font-size: 2rem;
  }
  .page-blog-79bets-latest-secure-link-guide__step-title {
    font-size: 1.2rem;
  }
  .page-blog-79bets-latest-secure-link-guide__registration-step {
    padding: 20px;
  }
  .page-blog-79bets-latest-secure-link-guide__list-item {
    padding: 20px;
  }
  .page-blog-79bets-latest-secure-link-guide__list-title {
    font-size: 1.2rem;
  }
  .page-blog-79bets-latest-secure-link-guide__mobile-section {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .page-blog-79bets-latest-secure-link-guide__mobile-image {
    max-width: 100%;
  }
  .page-blog-79bets-latest-secure-link-guide__sub-title {
    font-size: 1.1rem;
  }
  .page-blog-79bets-latest-secure-link-guide__faq-question {
    font-size: 1.1rem;
    padding: 15px 20px;
  }
  .page-blog-79bets-latest-secure-link-guide__faq-answer {
    padding: 0 20px 15px;
  }
  .page-blog-79bets-latest-secure-link-guide__video-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  /* Mobile image responsive adaptation */
  .page-blog-79bets-latest-secure-link-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-79bets-latest-secure-link-guide__video-wrapper,
  .page-blog-79bets-latest-secure-link-guide__video-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-79bets-latest-secure-link-guide video,
  .page-blog-79bets-latest-secure-link-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}

@media (max-width: 480px) {
  .page-blog-79bets-latest-secure-link-guide__hero-section {
    padding-bottom: 30px;
  }
  .page-blog-79bets-latest-secure-link-guide__main-title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }
  .page-blog-79bets-latest-secure-link-guide__intro-text {
    font-size: 0.9rem;
  }
  .page-blog-79bets-latest-secure-link-guide__section-title {
    font-size: clamp(1.4rem, 6vw, 2rem);
  }
  .page-blog-79bets-latest-secure-link-guide__feature-card,
  .page-blog-79bets-latest-secure-link-guide__benefit-card {
    padding: 15px;
  }
  .page-blog-79bets-latest-secure-link-guide__feature-title,
  .page-blog-79bets-latest-secure-link-guide__benefit-title {
    font-size: 1.2rem;
  }
  .page-blog-79bets-latest-secure-link-guide__step-number {
    font-size: 1.8rem;
  }
  .page-blog-79bets-latest-secure-link-guide__step-title,
  .page-blog-79bets-latest-secure-link-guide__list-title {
    font-size: 1.1rem;
  }
  .page-blog-79bets-latest-secure-link-guide__faq-question {
    font-size: 1rem;
  }
}