.page-register {
  background-color: #0A0A0A;
  color: #FFF6D6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-register__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-register__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  text-align: center;
  background-color: #111111;
  padding-bottom: 40px;
}

.page-register__hero-image-wrapper {
  margin-bottom: 20px;
}

.page-register__hero-section img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/5; /* 1920x600 ratio */
}

.page-register__main-title {
  font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.2;
  color: #F2C14E;
  margin-bottom: 15px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-register__hero-description {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #FFF6D6;
}

.page-register__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #0A0A0A;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

.page-register__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(242, 193, 78, 0.6);
}

.page-register__section-heading {
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  color: #F2C14E;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  padding-top: 50px;
}

.page-register__benefits-section, .page-register__steps-section, .page-register__security-section, .page-register__faq-section, .page-register__final-cta-section {
  padding: 60px 0;
  background-color: #0A0A0A;
}

.page-register__benefits-section .page-register__container, .page-register__steps-section .page-register__container, .page-register__faq-section .page-register__container, .page-register__final-cta-section .page-register__container {
    background-color: #111111;
    border-radius: 12px;
    padding: 40px 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    border: 1px solid #3A2A12;
}

.page-register__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-register__benefit-card {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-register__benefit-card:hover {
  transform: translateY(-5px);
}

.page-register__benefit-card img {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 0 auto 20px auto;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}

.page-register__card-title {
  font-size: 1.4rem;
  color: #FFD36B;
  margin-bottom: 10px;
}

.page-register__card-text {
  font-size: 1rem;
  color: #FFF6D6;
}

.page-register__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.page-register__step-card {
  background-color: #0A0A0A;
  border: 1px solid #3A2A12;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-register__step-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #FFD36B;
  margin-bottom: 15px;
  background-color: #3A2A12;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #F2C14E;
}

.page-register__cta-wrapper {
    text-align: center;
    margin-top: 30px;
}

.page-register__cta-button--large {
    padding: 18px 35px;
    font-size: 1.1rem;
}

.page-register__security-section {
  background-color: #0A0A0A;
  padding: 80px 0;
}

.page-register__security-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  background-color: #111111;
  border-radius: 12px;
  padding: 40px 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  border: 1px solid #3A2A12;
}

.page-register__text-block {
  flex: 1;
  min-width: 300px;
}

.page-register__image-block {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-register__image-block img {
  width: 100%;
  height: auto;
  max-width: 600px;
  border-radius: 10px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.page-register__description-text {
  font-size: 1rem;
  color: #FFF6D6;
  margin-bottom: 20px;
}

.page-register__security-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-register__security-list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23F2C14E"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #FFF6D6;
}

.page-register__link {
  color: #F2C14E;
  text-decoration: none;
  font-weight: bold;
}

.page-register__link:hover {
  text-decoration: underline;
}

.page-register__faq-list {
  margin-top: 30px;
}

.page-register__faq-item {
  background-color: #0A0A0A;
  border: 1px solid #3A2A12;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-register__faq-question {
  font-size: 1.15rem;
  color: #FFD36B;
  padding: 18px 25px;
  cursor: pointer;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-register__faq-question::after {
  content: '+';
  font-size: 1.5rem;
  color: #F2C14E;
  transition: transform 0.3s ease;
}

.page-register__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-register__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-register__faq-answer p {
  padding-bottom: 15px;
  margin: 0;
  color: #FFF6D6;
}

.page-register__faq-question:hover {
    background-color: #111111;
}

.page-register__final-cta-section {
  text-align: center;
}

.page-register__final-cta-section .page-register__section-heading {
    padding-top: 0;
}

/* Responsive adjustments */
@media (max-width: 849px) {
  .page-register__main-title {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
  }
  .page-register__section-heading {
    font-size: clamp(1.4rem, 5vw, 2.2rem);
  }
  .page-register__benefits-grid, .page-register__steps-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .page-register__security-content {
    flex-direction: column;
    text-align: center;
  }
  .page-register__text-block, .page-register__image-block {
    min-width: unset;
    width: 100%;
  }
}

@media (max-width: 549px) {
  .page-register__hero-description {
    font-size: 1rem;
  }
  .page-register__cta-button {
    padding: 12px 25px;
    font-size: 0.95rem;
  }
  .page-register__benefits-grid, .page-register__steps-grid {
    grid-template-columns: 1fr;
  }
  .page-register__benefit-card, .page-register__step-card {
    padding: 20px;
  }
  .page-register__card-title {
    font-size: 1.2rem;
  }
  .page-register__step-number {
    font-size: 2rem;
    width: 50px;
    height: 50px;
  }
  .page-register__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .page-register__faq-answer p {
    font-size: 0.95rem;
  }
  .page-register__benefits-section .page-register__container, .page-register__steps-section .page-register__container, .page-register__faq-section .page-register__container, .page-register__final-cta-section .page-register__container {
    padding: 30px 15px;
  }
  .page-register__security-section .page-register__container {
    padding: 30px 15px;
  }
  .page-register__hero-section img,
  .page-register__benefits-section img,
  .page-register__security-section img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}

@media (max-width: 768px) {
    .page-register__hero-section img,
    .page-register__benefits-section img,
    .page-register__security-section img {
        max-width: 100%;
        height: auto;
    }
}