/* style/blog-how-to-securely-get-wwin999-link.css */

/* Base styles for the page */
.page-blog-how-to-securely-get-wwin999-link {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--background);
}

.page-blog-how-to-securely-get-wwin999-link__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-blog-how-to-securely-get-wwin999-link__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  text-align: center;
  overflow: hidden;
}

.page-blog-how-to-securely-get-wwin999-link__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.page-blog-how-to-securely-get-wwin999-link__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-blog-how-to-securely-get-wwin999-link__hero-content {
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-how-to-securely-get-wwin999-link__hero-title {
  font-size: 2.8em;
  font-weight: bold;
  color: var(--text-main);
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-how-to-securely-get-wwin999-link__hero-description {
  font-size: 1.2em;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

/* CTA Button */
.page-blog-how-to-securely-get-wwin999-link__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-securely-get-wwin999-link__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-how-to-securely-get-wwin999-link__cta-button--secondary {
  background: var(--background);
  color: var(--main-color);
  border: 2px solid var(--border);
  box-shadow: none;
  margin-left: 15px;
}

.page-blog-how-to-securely-get-wwin999-link__cta-button--secondary:hover {
  background: var(--card-bg);
  color: var(--text-main);
}

.page-blog-how-to-securely-get-wwin999-link__cta-button--primary-large {
  padding: 18px 35px;
  font-size: 1.1em;
}

/* Content Area */
.page-blog-how-to-securely-get-wwin999-link__content-area {
  padding: 60px 0;
  background-color: var(--background);
}

.page-blog-how-to-securely-get-wwin999-link__section-title {
  font-size: 2.2em;
  color: var(--text-main);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-how-to-securely-get-wwin999-link__subsection-title {
  font-size: 1.8em;
  color: var(--text-main);
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-how-to-securely-get-wwin999-link__text-block {
  font-size: 1.1em;
  color: var(--text-secondary);
  margin-bottom: 20px;
}

.page-blog-how-to-securely-get-wwin999-link__list,
.page-blog-how-to-securely-get-wwin999-link__ordered-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-how-to-securely-get-wwin999-link__list-item {
  font-size: 1.1em;
  color: var(--text-secondary);
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.page-blog-how-to-securely-get-wwin999-link__list-item::before {
  content: '✓';
  color: var(--glow);
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-blog-how-to-securely-get-wwin999-link__ordered-list .page-blog-how-to-securely-get-wwin999-link__list-item::before {
  content: counter(list-item) '.';
  counter-increment: list-item;
  color: var(--glow);
}

.page-blog-how-to-securely-get-wwin999-link__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

/* Links within content */
.page-blog-how-to-securely-get-wwin999-link__text-block a,
.page-blog-how-to-securely-get-wwin999-link__list-item a {
  color: var(--glow);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-blog-how-to-securely-get-wwin999-link__text-block a:hover,
.page-blog-how-to-securely-get-wwin999-link__list-item a:hover {
  color: var(--gold);
}

/* Highlighted text */
.page-blog-how-to-securely-get-wwin999-link .highlight {
  color: var(--glow);
  font-weight: bold;
}

/* FAQ Section */
.page-blog-how-to-securely-get-wwin999-link__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-securely-get-wwin999-link__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-securely-get-wwin999-link__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--text-main);
  cursor: pointer;
  background-color: var(--card-bg);
  border-bottom: 1px solid var(--divider);
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-how-to-securely-get-wwin999-link__faq-question:hover {
  background-color: rgba(var(--main-color-rgb), 0.1);
}

.page-blog-how-to-securely-get-wwin999-link__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-securely-get-wwin999-link__faq-toggle {
  font-size: 1.5em;
  color: var(--glow);
  transition: transform 0.3s ease;
}

.page-blog-how-to-securely-get-wwin999-link__faq-item[open] .page-blog-how-to-securely-get-wwin999-link__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-securely-get-wwin999-link__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1.05em;
  color: var(--text-secondary);
  background-color: var(--card-bg);
}

/* CTA Section at bottom */
.page-blog-how-to-securely-get-wwin999-link__cta-section {
  background-color: var(--deep-green);
  padding: 80px 20px;
  text-align: center;
}

.page-blog-how-to-securely-get-wwin999-link__cta-title {
  font-size: 2.5em;
  color: var(--text-main);
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-how-to-securely-get-wwin999-link__cta-description {
  font-size: 1.2em;
  color: var(--text-secondary);
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-securely-get-wwin999-link__hero-title {
    font-size: 2.5em;
  }
  .page-blog-how-to-securely-get-wwin999-link__section-title {
    font-size: 2em;
  }
  .page-blog-how-to-securely-get-wwin999-link__subsection-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-securely-get-wwin999-link {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-how-to-securely-get-wwin999-link__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-how-to-securely-get-wwin999-link__hero-title {
    font-size: 2em;
  }
  .page-blog-how-to-securely-get-wwin999-link__hero-description {
    font-size: 1em;
  }
  .page-blog-how-to-securely-get-wwin999-link__cta-button,
  .page-blog-how-to-securely-get-wwin999-link__cta-button--secondary,
  .page-blog-how-to-securely-get-wwin999-link__cta-button--primary-large,
  .page-blog-how-to-securely-get-wwin999-link a[class*="button"],
  .page-blog-how-to-securely-get-wwin999-link a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
  .page-blog-how-to-securely-get-wwin999-link__hero-content .page-blog-how-to-securely-get-wwin999-link__cta-button {
    margin-bottom: 0;
  }
  .page-blog-how-to-securely-get-wwin999-link__hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-blog-how-to-securely-get-wwin999-link__section-title {
    font-size: 1.8em;
  }
  .page-blog-how-to-securely-get-wwin999-link__subsection-title {
    font-size: 1.4em;
  }
  .page-blog-how-to-securely-get-wwin999-link__content-area,
  .page-blog-how-to-securely-get-wwin999-link__cta-section {
    padding: 40px 0;
  }
  .page-blog-how-to-securely-get-wwin999-link__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-how-to-securely-get-wwin999-link__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }
  .page-blog-how-to-securely-get-wwin999-link__list-item {
    font-size: 1em;
  }
  .page-blog-how-to-securely-get-wwin999-link__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-blog-how-to-securely-get-wwin999-link__faq-answer {
    font-size: 0.95em;
    padding: 10px 20px 15px;
  }
  .page-blog-how-to-securely-get-wwin999-link__cta-title {
    font-size: 2em;
  }
  .page-blog-how-to-securely-get-wwin999-link__cta-description {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-securely-get-wwin999-link__hero-title {
    font-size: 1.8em;
  }
  .page-blog-how-to-securely-get-wwin999-link__section-title {
    font-size: 1.6em;
  }
  .page-blog-how-to-securely-get-wwin999-link__subsection-title {
    font-size: 1.2em;
  }
  .page-blog-how-to-securely-get-wwin999-link__cta-title {
    font-size: 1.8em;
  }
}