/* KEY PAGE - Modern Guide Layout */

/* HERO */
.key-hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f0f23 100%);
  color: #fff;
  padding: 60px 20px 80px;
  text-align: center;
  position: relative;
}

.key-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 70%, rgba(88, 101, 242, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 70% 30%, rgba(105, 219, 124, 0.08) 0%, transparent 50%);
  z-index: 0;
}

.key-hero__content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.key-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(105, 219, 124, 0.15);
  border: 1px solid rgba(105, 219, 124, 0.3);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  color: #69db7c;
  margin-bottom: 20px;
}

.key-hero h1 {
  font-family: var(--font-poppins);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
}

.key-hero__subtitle {
  font-family: var(--font-base);
  font-size: 16px;
  color: #b0b7c3;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto 24px;
}

.key-hero__meta {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #8a919c;
}

.key-hero__meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.key-hero__meta svg {
  width: 16px;
  height: 16px;
  opacity: 0.7;
}

/* STEPS SECTION */
.key-steps {
  background: #f8f9fa;
  padding: 60px 20px;
}

.key-steps__container {
  max-width: 900px;
  margin: 0 auto;
}

.key-steps__header {
  text-align: center;
  margin-bottom: 50px;
}

.key-steps__header h2 {
  font-family: var(--font-poppins);
  font-size: 28px;
  color: #1a1a2e;
  margin-bottom: 12px;
}

.key-steps__header p {
  font-family: var(--font-base);
  font-size: 15px;
  color: #666;
}

/* Individual Step */
.key-step {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  overflow: hidden;
}

.key-step__header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
}

.key-step__number {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #69db7c 0%, #51cf66 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  flex-shrink: 0;
}

.key-step__content {
  flex: 1;
}

.key-step__content p {
  font-family: var(--font-base);
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

.key-step__content strong {
  color: #1a1a2e;
  background: rgba(105, 219, 124, 0.15);
  padding: 2px 8px;
  border-radius: 4px;
}

.key-step__image {
  padding: 0 24px 24px;
}

.key-step__image img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  display: block;
  margin: 0 auto;
}

/* Step with note */
.key-step__note {
  background: rgba(88, 101, 242, 0.08);
  border-left: 3px solid #5865F2;
  padding: 12px 16px;
  margin: 16px 24px 24px;
  border-radius: 0 8px 8px 0;
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}

.key-step__note strong {
  color: #5865F2;
  background: none;
}

/* CONCLUSION */
.key-conclusion {
  background: #fff;
  padding: 50px 20px;
}

.key-conclusion__container {
  max-width: 800px;
  margin: 0 auto;
}

.key-conclusion__text {
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
  border: 1px solid #e9ecef;
  border-left: 4px solid #69db7c;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}

.key-conclusion__text h3 {
  font-family: var(--font-poppins);
  font-size: 20px;
  color: #1a1a2e;
  margin-bottom: 16px;
}

.key-conclusion__text p {
  font-family: var(--font-base);
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 14px;
}

.key-conclusion__text p:last-child {
  margin-bottom: 0;
}

.key-conclusion__text strong {
  color: #1a1a2e;
}

.key-conclusion__text a {
  color: #5865F2;
  text-decoration: underline;
}

.key-conclusion__cta {
  text-align: center;
}

.key-conclusion__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #69db7c;
  color: #1a1a2e;
  padding: 14px 28px;
  border-radius: 10px;
  font-family: var(--font-base);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.key-conclusion__btn:hover {
  background: #51cf66;
  transform: translateY(-2px);
}

/* FAQ */
.key-faq {
  background: #f8f9fa;
  padding: 60px 20px;
}

.key-faq__container {
  max-width: 800px;
  margin: 0 auto;
}

.key-faq__header {
  text-align: center;
  margin-bottom: 40px;
}

.key-faq__header h2 {
  font-family: var(--font-poppins);
  font-size: 28px;
  color: #1a1a2e;
}

.key-faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.key-faq__item {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.key-faq__item h3 {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 16px;
  color: #1a1a2e;
  margin-bottom: 12px;
}

.key-faq__item p {
  font-family: var(--font-base);
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

.key-faq__item a {
  color: #5865F2;
  text-decoration: underline;
}

/* AD BLOCKS */
.key-ad {
  margin: 30px auto;
  text-align: center;
  clear: both;
}

/* RESPONSIVE */
@media screen and (min-width: 768px) {
  .key-hero {
    padding: 80px 40px 100px;
  }

  .key-hero h1 {
    font-size: 44px;
  }

  .key-hero__subtitle {
    font-size: 18px;
  }

  .key-step__header {
    padding: 28px 32px;
  }

  .key-step__image {
    padding: 0 32px 32px;
  }

  .key-step__image img {
    max-width: 550px;
  }

  .key-steps__header h2,
  .key-faq__header h2 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .key-hero h1 {
    font-size: 48px;
  }
}
