/* style/registration-guide-shbet-account-verification.css */

:root {
    --shbet-primary: #0056B3;
    --shbet-secondary: #FFC107;
    --shbet-text-dark: #333333;
    --shbet-text-light: #ffffff;
    --shbet-bg-light: #f8f9fa;
    --shbet-bg-dark: #004488;
    --shbet-border-color: #e0e0e0;
}

.page-registration-guide-shbet-account-verification {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: var(--shbet-text-dark);
    background-color: var(--shbet-bg-light);
}

.page-registration-guide-shbet-account-verification__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-registration-guide-shbet-account-verification__container--center {
    text-align: center;
}

.page-registration-guide-shbet-account-verification__hero-section {
    background: linear-gradient(135deg, var(--shbet-primary), var(--shbet-bg-dark));
    color: var(--shbet-text-light);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-registration-guide-shbet-account-verification__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_pattern,geometric,shbet_hero]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-registration-guide-shbet-account-verification__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--shbet-secondary);
    position: relative;
    z-index: 1;
}

.page-registration-guide-shbet-account-verification__hero-description {
    font-size: 1.3em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    position: relative;
    z-index: 1;
}

.page-registration-guide-shbet-account-verification__cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.page-registration-guide-shbet-account-verification__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.page-registration-guide-shbet-account-verification__btn--primary {
    background-color: var(--shbet-secondary);
    color: var(--shbet-primary);
    border-color: var(--shbet-secondary);
}

.page-registration-guide-shbet-account-verification__btn--primary:hover {
    background-color: #e6b000;
    border-color: #e6b000;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.page-registration-guide-shbet-account-verification__btn--secondary {
    background-color: transparent;
    color: var(--shbet-text-light);
    border-color: var(--shbet-text-light);
}

.page-registration-guide-shbet-account-verification__btn--secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: var(--shbet-secondary);
    color: var(--shbet-secondary);
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.page-registration-guide-shbet-account-verification__btn--tertiary {
    background-color: var(--shbet-primary);
    color: var(--shbet-text-light);
    border-color: var(--shbet-primary);
}

.page-registration-guide-shbet-account-verification__btn--tertiary:hover {
    background-color: var(--shbet-bg-dark);
    border-color: var(--shbet-secondary);
    color: var(--shbet-secondary);
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.page-registration-guide-shbet-account-verification__btn--small {
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 5px;
}

.page-registration-guide-shbet-account-verification__section {
    padding: 80px 0;
}

.page-registration-guide-shbet-account-verification__section--why-verify {
    background-color: var(--shbet-bg-light);
}

.page-registration-guide-shbet-account-verification__section--steps {
    background-color: #ffffff;
}

.page-registration-guide-shbet-account-verification__section--tips {
    background-color: var(--shbet-bg-light);
}

.page-registration-guide-shbet-account-verification__section--benefits {
    background-color: var(--shbet-bg-dark);
    color: var(--shbet-text-light);
}

.page-registration-guide-shbet-account-verification__section--faq {
    background-color: #ffffff;
}

.page-registration-guide-shbet-account-verification__section--cta-final {
    background: linear-gradient(135deg, var(--shbet-bg-dark), var(--shbet-primary));
    color: var(--shbet-text-light);
    text-align: center;
    padding: 80px 0;
}

.page-registration-guide-shbet-account-verification__section-title {
    font-size: 2.8em;
    text-align: center;
    margin-bottom: 50px;
    color: var(--shbet-primary);
    font-weight: 700;
}

.page-registration-guide-shbet-account-verification__section--benefits .page-registration-guide-shbet-account-verification__section-title {
    color: var(--shbet-secondary);
}

.page-registration-guide-shbet-account-verification__intro-text {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: -30px auto 60px auto;
    line-height: 1.8;
}

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

.page-registration-guide-shbet-account-verification__feature-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-registration-guide-shbet-account-verification__feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-registration-guide-shbet-account-verification__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-registration-guide-shbet-account-verification__card-title {
    font-size: 1.5em;
    color: var(--shbet-primary);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-registration-guide-shbet-account-verification__step-by-step {
    display: flex;
    flex-direction: column;
    gap: 60px;
    position: relative;
}

.page-registration-guide-shbet-account-verification__step-by-step::before {
    content: '';
    position: absolute;
    left: 49.5%;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: var(--shbet-primary);
    z-index: 0;
    transform: translateX(-50%);
}

.page-registration-guide-shbet-account-verification__step:nth-child(even) {
    align-self: flex-end;
    text-align: right;
}

.page-registration-guide-shbet-account-verification__step:nth-child(odd) {
    align-self: flex-start;
    text-align: left;
}

.page-registration-guide-shbet-account-verification__step {
    position: relative;
    width: 48%;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 5px solid var(--shbet-secondary);
}

.page-registration-guide-shbet-account-verification__step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-registration-guide-shbet-account-verification__step:nth-child(even) {
    border-left: none;
    border-right: 5px solid var(--shbet-secondary);
}

.page-registration-guide-shbet-account-verification__step-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.page-registration-guide-shbet-account-verification__step:nth-child(even) .page-registration-guide-shbet-account-verification__step-header {
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.page-registration-guide-shbet-account-verification__step-number {
    background-color: var(--shbet-primary);
    color: var(--shbet-text-light);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8em;
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-registration-guide-shbet-account-verification__step:nth-child(even) .page-registration-guide-shbet-account-verification__step-number {
    margin-left: 20px;
    margin-right: 0;
}

.page-registration-guide-shbet-account-verification__step-title {
    font-size: 1.8em;
    color: var(--shbet-primary);
    font-weight: 600;
    line-height: 1.3;
}

.page-registration-guide-shbet-account-verification__step p {
    margin-bottom: 15px;
    line-height: 1.7;
}

.page-registration-guide-shbet-account-verification__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.page-registration-guide-shbet-account-verification__list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.page-registration-guide-shbet-account-verification__list li::before {
    content: '✓';
    color: var(--shbet-secondary);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.page-registration-guide-shbet-account-verification__list--bullet li::before {
    content: '•';
    color: var(--shbet-primary);
    font-size: 1.5em;
    top: -3px;
}

.page-registration-guide-shbet-account-verification__inline-link {
    color: var(--shbet-primary);
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-registration-guide-shbet-account-verification__inline-link:hover {
    color: var(--shbet-secondary);
    text-decoration: underline;
}

.page-registration-guide-shbet-account-verification__step-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-registration-guide-shbet-account-verification__image--full-width {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-registration-guide-shbet-account-verification__grid--benefits {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    color: var(--shbet-text-light);
}

.page-registration-guide-shbet-account-verification__benefit-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border-left: 4px solid var(--shbet-secondary);
}

.page-registration-guide-shbet-account-verification__benefit-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.page-registration-guide-shbet-account-verification__benefit-title {
    font-size: 1.6em;
    color: var(--shbet-secondary);
    margin-bottom: 10px;
    font-weight: 600;
}

.page-registration-guide-shbet-account-verification__benefit-item p {
    font-size: 1em;
    line-height: 1.6;
}

.page-registration-guide-shbet-account-verification__faq-item {
    background-color: #f0f2f5;
    padding: 20px 25px;
    margin-bottom: 15px;
    border-radius: 8px;
    border-left: 5px solid var(--shbet-primary);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.page-registration-guide-shbet-account-verification__faq-item:hover {
    background-color: #e8ebef;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.page-registration-guide-shbet-account-verification__faq-question {
    font-size: 1.4em;
    color: var(--shbet-primary);
    margin-bottom: 10px;
    font-weight: 600;
}

.page-registration-guide-shbet-account-verification__faq-answer {
    font-size: 1.1em;
    color: var(--shbet-text-dark);
    line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-registration-guide-shbet-account-verification__hero-title {
        font-size: 2.8em;
    }

    .page-registration-guide-shbet-account-verification__hero-description {
        font-size: 1.1em;
    }

    .page-registration-guide-shbet-account-verification__section-title {
        font-size: 2.2em;
    }

    .page-registration-guide-shbet-account-verification__step-by-step::before {
        left: 20px;
        transform: translateX(0);
    }

    .page-registration-guide-shbet-account-verification__step {
        width: calc(100% - 40px);
        margin-left: 40px;
        text-align: left;
        border-left: 5px solid var(--shbet-secondary);
        border-right: none;
    }

    .page-registration-guide-shbet-account-verification__step:nth-child(even) {
        margin-left: 40px;
        text-align: left;
        border-left: 5px solid var(--shbet-secondary);
        border-right: none;
    }

    .page-registration-guide-shbet-account-verification__step-header {
        justify-content: flex-start;
        flex-direction: row;
    }

    .page-registration-guide-shbet-account-verification__step:nth-child(even) .page-registration-guide-shbet-account-verification__step-header {
        justify-content: flex-start;
        flex-direction: row;
    }

    .page-registration-guide-shbet-account-verification__step-number {
        margin-right: 20px;
        margin-left: 0;
    }

    .page-registration-guide-shbet-account-verification__step:nth-child(even) .page-registration-guide-shbet-account-verification__step-number {
        margin-right: 20px;
        margin-left: 0;
    }

    .page-registration-guide-shbet-account-verification__feature-card,
    .page-registration-guide-shbet-account-verification__benefit-item,
    .page-registration-guide-shbet-account-verification__faq-item {
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .page-registration-guide-shbet-account-verification__hero-section {
        padding: 80px 0;
    }

    .page-registration-guide-shbet-account-verification__hero-title {
        font-size: 2.2em;
    }

    .page-registration-guide-shbet-account-verification__hero-description {
        font-size: 1em;
    }

    .page-registration-guide-shbet-account-verification__cta-group {
        flex-direction: column;
        gap: 15px;
    }

    .page-registration-guide-shbet-account-verification__btn {
        width: 80%;
        max-width: 300px;
    }

    .page-registration-guide-shbet-account-verification__section {
        padding: 60px 0;
    }

    .page-registration-guide-shbet-account-verification__section-title {
        font-size: 1.8em;
        margin-bottom: 40px;
    }

    .page-registration-guide-shbet-account-verification__intro-text {
        font-size: 0.95em;
        margin-bottom: 50px;
    }

    .page-registration-guide-shbet-account-verification__feature-card,
    .page-registration-guide-shbet-account-verification__benefit-item {
        padding: 20px;
    }

    .page-registration-guide-shbet-account-verification__card-title,
    .page-registration-guide-shbet-account-verification__benefit-title {
        font-size: 1.3em;
    }

    .page-registration-guide-shbet-account-verification__step-title {
        font-size: 1.5em;
    }

    .page-registration-guide-shbet-account-verification__faq-question {
        font-size: 1.2em;
    }

    .page-registration-guide-shbet-account-verification__faq-answer {
        font-size: 0.95em;
    }
}

@media (max-width: 480px) {
    .page-registration-guide-shbet-account-verification__hero-section {
        padding: 60px 0;
    }
    .page-registration-guide-shbet-account-verification__hero-title {
        font-size: 1.8em;
    }
    .page-registration-guide-shbet-account-verification__hero-description {
        font-size: 0.9em;
    }
    .page-registration-guide-shbet-account-verification__btn {
        width: 90%;
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-registration-guide-shbet-account-verification__section {
        padding: 40px 0;
    }
    .page-registration-guide-shbet-account-verification__section-title {
        font-size: 1.6em;
        margin-bottom: 30px;
    }
    .page-registration-guide-shbet-account-verification__intro-text {
        font-size: 0.9em;
        margin-bottom: 40px;
    }
    .page-registration-guide-shbet-account-verification__step {
        width: calc(100% - 30px);
        margin-left: 30px;
        padding: 20px;
    }
    .page-registration-guide-shbet-account-verification__step-by-step::before {
        left: 15px;
    }
    .page-registration-guide-shbet-account-verification__step-number {
        width: 35px;
        height: 35px;
        font-size: 1.5em;
        margin-right: 15px;
    }
    .page-registration-guide-shbet-account-verification__step-title {
        font-size: 1.3em;
    }
    .page-registration-guide-shbet-account-verification__feature-icon {
        width: 50px;
        height: 50px;
    }
    .page-registration-guide-shbet-account-verification__card-title,
    .page-registration-guide-shbet-account-verification__benefit-title {
        font-size: 1.2em;
    }
    .page-registration-guide-shbet-account-verification__faq-question {
        font-size: 1.1em;
    }
    .page-registration-guide-shbet-account-verification__faq-answer {
        font-size: 0.85em;
    }
}