.page-app-tutorials-registration-login {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background: var(--secondary-color); /* Assuming --secondary-color is #FFFFFF */
}

.page-app-tutorials-registration-login__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-app-tutorials-registration-login__section {
  padding: 60px 0;
  background: #ffffff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-app-tutorials-registration-login__section:nth-child(even) {
  background: #f9f9f9;
}

.page-app-tutorials-registration-login__section-title {
  font-size: 32px;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-app-tutorials-registration-login h3 {
  font-size: 24px;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-app-tutorials-registration-login p {
  margin-bottom: 15px;
  font-size: 16px;
}

.page-app-tutorials-registration-login strong {
  font-weight: bold;
}

/* Hero Section */
.page-app-tutorials-registration-login__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Desktop default */
  background: linear-gradient(135deg, #26A9E0, #ADD8E6);
  color: #ffffff;
  min-height: 450px;
}

.page-app-tutorials-registration-login__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-app-tutorials-registration-login__hero-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 30px;
}

.page-app-tutorials-registration-login__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-app-tutorials-registration-login__main-title {
  font-size: 42px;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.page-app-tutorials-registration-login__intro-text {
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f8ff;
}

.page-app-tutorials-registration-login__cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-app-tutorials-registration-login__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-app-tutorials-registration-login__cta-button--primary {
  background: #EA7C07;
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-app-tutorials-registration-login__cta-button--primary:hover {
  background: #ff8c00;
  border-color: #ff8c00;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-app-tutorials-registration-login__cta-button--secondary {
  background: #ffffff;
  color: #26A9E0;
  border: 2px solid #ffffff;
}

.page-app-tutorials-registration-login__cta-button--secondary:hover {
  background: #f0f0f0;
  color: #1a8cc4;
  border-color: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Image styles */
.page-app-tutorials-registration-login__image-full {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  object-fit: cover;
}

.page-app-tutorials-registration-login__image-inline {
  width: 100%;
  height: auto;
  max-width: 600px; /* Max width for inline images */
  border-radius: 8px;
  margin: 20px auto;
  display: block;
  object-fit: cover;
}

/* Step List */
.page-app-tutorials-registration-login__step-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-app-tutorials-registration-login__step-item {
  background: #fdfdfd;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-app-tutorials-registration-login__step-title {
  color: #26A9E0;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-app-tutorials-registration-login__bullet-list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 15px;
}

.page-app-tutorials-registration-login__bullet-list li {
  margin-bottom: 8px;
}

.page-app-tutorials-registration-login__link-button {
  display: inline-block;
  padding: 10px 25px;
  background: #26A9E0;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 15px;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-app-tutorials-registration-login__link-button:hover {
  background: #1a8cc4;
}

/* Issue List */
.page-app-tutorials-registration-login__issue-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-app-tutorials-registration-login__issue-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-left: 5px solid #EA7C07;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-app-tutorials-registration-login__issue-title {
  color: #EA7C07;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}

/* Benefits Grid */
.page-app-tutorials-registration-login__benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}