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

.page-register__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 20px 40px 20px;
    text-align: center;
    overflow: hidden;
    background-color: #0A0A0A;
}

.page-register__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.page-register__hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-register__hero-content {
    position: relative;
    z-index: 10;
    max-width: 900px;
    width: 100%;
}

.page-register__hero-title {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: #FFF6D6;
    margin: 0 auto 20px auto;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-register__hero-description {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-register__cta-button, .page-register__support-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #111111;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 211, 107, 0.4);
    border: none;
    cursor: pointer;
}

.page-register__cta-button:hover, .page-register__support-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 211, 107, 0.6);
}

.page-register__section-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 700;
    color: #F2C14E;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 60px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-register__benefits-section {
    padding: 40px 20px;
    background-color: #0A0A0A;
}

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

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

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

.page-register__benefit-title {
    font-size: 1.5rem;
    color: #FFD36B;
    margin-bottom: 15px;
}

.page-register__benefit-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #FFF6D6;
}

.page-register__how-to-register-section {
    padding: 40px 20px;
    background-color: #0A0A0A;
}

.page-register__process-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.page-register__process-steps {
    flex: 1;
    min-width: 300px;
}

.page-register__step-list {
    list-style: none;
    padding: 0;
}

.page-register__step-item {
    background-color: #111111;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #3A2A12;
}

.page-register__step-number {
    background-color: #F2C14E;
    color: #111111;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.3rem;
    flex-shrink: 0;
}

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

.page-register__step-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #FFF6D6;
}

.page-register__process-image-wrapper {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-register__process-image {
    width: 100%;
    height: auto;
    max-width: 800px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

.page-register__security-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.page-register__security-image {
    width: 100%;
    height: auto;
    max-width: 600px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-register__security-text {
    flex: 1;
    min-width: 300px;
    text-align: left;
}

.page-register__description {
    font-size: 1rem;
    line-height: 1.6;
    color: #FFF6D6;
    margin-bottom: 25px;
}

.page-register__final-cta-section {
    padding: 60px 20px;
    text-align: center;
    background-color: #111111;
    border-top: 1px solid #3A2A12;
    margin-top: 40px;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .page-register__hero-image {
        width: 100%;
        height: auto;
    }
    .page-register__process-image {
        width: 100%;
        height: auto;
    }
    .page-register__security-image {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .page-register__hero-section {
        padding: 10px 15px 30px 15px;
    }

    .page-register__hero-title {
        font-size: clamp(2rem, 8vw, 2.8rem);
    }

    .page-register__hero-description {
        font-size: clamp(0.9rem, 2.8vw, 1.1rem);
    }

    .page-register__cta-button, .page-register__support-button {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .page-register__section-title {
        font-size: clamp(1.6rem, 6vw, 2.2rem);
        padding-top: 40px;
    }

    .page-register__benefits-grid {
        grid-template-columns: 1fr;
    }

    .page-register__benefit-card {
        padding: 25px;
    }

    .page-register__benefit-title {
        font-size: 1.3rem;
    }

    .page-register__process-container {
        flex-direction: column;
    }

    .page-register__process-image-wrapper, .page-register__security-image {
        order: -1; /* Image appears above text on mobile */
    }

    .page-register__step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }

    .page-register__step-number {
        margin-bottom: 15px;
    }

    .page-register__step-title {
        font-size: 1.2rem;
    }

    .page-register__security-content {
        flex-direction: column;
    }

    .page-register__security-text {
        text-align: center;
    }

    .page-register__description {
        font-size: 0.95rem;
    }

    .page-register__hero-section img,
    .page-register__benefits-section img,
    .page-register__how-to-register-section img,
    .page-register__security-support-section img,
    .page-register__final-cta-section img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .page-register__hero-title {
        font-size: clamp(1.8rem, 9vw, 2.5rem);
    }
    .page-register__section-title {
        font-size: clamp(1.4rem, 7vw, 2rem);
    }
    .page-register__cta-button, .page-register__support-button {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}