.page-register {
    font-family: 'Arial', sans-serif;
    color: #333333;
    line-height: 1.6;
    background-color: #FFFFFF;
}

.page-register__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);
    background: linear-gradient(135deg, #26A9E0, #FFFFFF);
    color: #ffffff;
    overflow: hidden;
}

.page-register__hero-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.page-register__hero-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-register__hero-description {
    font-size: 20px;
    margin-bottom: 40px;
    max-width: 800px;
    color: #f0f0f0;
}

.page-register__hero-image {
    width: 100%;
    margin-top: 30px;
}

.page-register__hero-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-register__cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: #EA7C07;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-register__cta-button:hover {
    background: #d46c06;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-register__content-section {
    padding: 80px 20px;
    text-align: center;
}

.page-register__container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.page-register__section-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #26A9E0;
}

.page-register__section-description {
    font-size: 18px;
    margin-bottom: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #555555;
}

.page-register__light-bg {
    background-color: #FFFFFF;
    color: #333333;
}

.page-register__dark-bg {
    background-color: #26A9E0;
    color: #ffffff;
}
.page-register__dark-bg .page-register__section-title,
.page-register__dark-bg .page-register__section-description,
.page-register__dark-bg .page-register__benefit-title,
.page-register__dark-bg .page-register__benefit-text,
.page-register__dark-bg .page-register__security-title,
.page-register__dark-bg .page-register__security-text,
.page-register__dark-bg .page-register__security-footer-text {
    color: #ffffff;
}
.page-register__dark-bg a {
    color: #f0f0f0;
}
.page-register__dark-bg a:hover {
    color: #ffffff;
}

.page-register__form-area {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-register__form-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    text-align: left;
    flex-wrap: wrap;
}

.page-register__registration-form {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    box-sizing: border-box;
}

.page-register__form-group {
    margin-bottom: 20px;
}

.page-register__form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333333;
}

.page-register__form-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 16px;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.page-register__form-input:focus {
    border-color: #26A9E0;
    box-shadow: 0 0 0 3px rgba(38, 169, 224, 0.2);
    outline: none;
}

.page-register__form-checkbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.page-register__form-checkbox input {
    margin-top: 5px;
    margin-right: 10px;
    flex-shrink: 0;
}

.page-register__form-checkbox label {
    font-size: 14px;
    line-height: 1.5;
    color: #555555;
    font-weight: normal;
}

.page-register__form-checkbox label a {
    color: #26A9E0;
    text-decoration: none;
}

.page-register__form-checkbox label a:hover {
    text-decoration: underline;
}

.page-register__submit-button {
    width: 100%;
    padding: 15px;
    background: #EA7C07;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-register__submit-button:hover {
    background: #d46c06;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-register__form-image-container {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    text-align: center;
}

.page-register__form-image-container img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-register__login-prompt {
    margin-top: 30px;
    font-size: 16px;
    color: #555555;
}

.page-register__login-link {
    color: #26A9E0;
    text-decoration: none;
    font-weight: 600;
}

.page-register__login-link:hover {
    text-decoration: underline;
}

.page-register__benefits-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

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