/* Reset & Base Styles */

@font-face {
    font-family: modam;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/c676897577307eea4d59.ttf) format("truetype")
}

@font-face {
    font-family: modam;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/72f0177682cc7759cebf.ttf) format("truetype")
}

@font-face {
    font-family: modam;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/f3b00044b40b05580b10.ttf) format("truetype")
}

@font-face {
    font-family: modam;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/0fd4befe5fabfa20fc69.ttf) format("truetype")
}

@font-face {
    font-family: modam;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/e07e4eddcb95fbeb6979.ttf) format("truetype")
}

@font-face {
    font-family: modam;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/6610fdee778c60014bf6.ttf) format("truetype")
}




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: modam, sans-serif !important;
}

html {
    font-size: 16px;
}

body {
    font-family: system-ui, -apple-system, sans-serif;
    background: linear-gradient(to bottom, 
        #201D1E 0%, 
        #201D1E 60%, 
        #3d2b24 75%, 
        #5a3a28 85%, 
        #77492c 92%, 
        #944a2f 96%,
        #b24d30 100%);
    min-height: 100vh;
    color: #FFFFFF;
    line-height: 1.6;
    direction: rtl;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Hero Card Component */
.hero-card {
    background: #B5B5B5 center/cover no-repeat;
    border-radius: 48px;
    height: 376px;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    background-image: url('https://placehold.co/1080x600')
}

.hero-card__text-box {
    position: absolute;
    bottom: 32px;
    right: 32px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    padding: 16px 24px;
}

.hero-card__title {
    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 16px;
    line-height: 1.4;
}

.hero-card__subtitle {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.8;
    margin: 0;
    white-space: pre-line;
}

/* Info Section Component */
.info-section {
    margin-bottom: 40px;
    text-align: right;
}

.info-section__title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
}

.info-section__title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 88px;
    height: 3px;
    background-color: #F05922;
}

.info-section__text {
    font-size: 18px;
    line-height: 2;
    white-space: pre-line;
}

/* Video Section Component */
.video-section {
    background-color: transparent;
    border: 2px solid #808080;
    border-radius: 40px;
    padding: 32px;
    margin-bottom: 40px;
}

.video-section__wrapper {
    display: grid;
    grid-template-columns: 512px 1fr;
    gap: 60px;
    align-items: center;
}

.video-section__player {
    width: 100%;
    height: 362px;
}

.video-player {
    width: 100%;
    height: 100%;
    background-color: #000000;
    border-radius: 32px;
    object-fit: cover;
}

.video-section__content {
    padding-right: 20px;
}

.video-section__title,
.why-section__title {
    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;
}

.video-section__title {
    margin-bottom: 16px;
}

.why-section__title {
    margin-bottom: 40px;
    text-align: right;
}

.video-section__text,
.why-section__text {
    font-size: 18px;
    line-height: 2;
    white-space: pre-line;
}

/* Why Section Component */
.why-section {
    margin-bottom: 40px;
}

.why-section__wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: center;
}

.why-section__image-container {
    width: 100%;
    height: 100%;
    background-color: #3d2b24;
    border-radius: 32px;
    overflow: hidden;
}

.why-section__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-section__content {
    text-align: right;
}

/* Credit Tiers Section Component */
.tiers-section {
    margin-bottom: 40px;
}

.tiers-section__title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
}

.tiers-section__title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 163px;
    height: 3px;
    background-color: #F05922;
}

.tiers-section__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
}

.tier-card {
    border-radius: 32px;
    overflow: hidden;
    border-bottom: 2px solid #F05922;
}

.tier-card__header {
    background-color: #343A41;
    padding: 8px;
    text-align: center;
    line-height: 40px;
}

.tier-card__title {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
}

.tier-card__body {
    background-color: #212529;
    padding: 32px 16px;
    height: 100%;
}

.tier-card__text {
    line-height: 40px;
    font-size: 18px;
    white-space: pre-line;
}

/* Registration Process Section */
.process-section {
    margin-bottom: 40px;
    margin-inline: 160px;
}

.process-section__title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: right;
    position: relative;
    display: inline-block;
    width: 100%;
}

.process-section__title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 88px;
    height: 3px;
    background-color: #F05922;
}

.process-section__content {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
}

.process-steps {
    position: relative;
    width: 100%;
}

.process-steps::before {
    content: '';
    position: absolute;
    right: 24px;
    top: 48px;
    bottom: 48px;
    width: 1px;
    border-right: 1px dashed #F05922;
}

.process-step {
    position: relative;
    margin-bottom: 32px;
    display: flex;
    align-items: flex-start;
}

.process-step--last {
    margin-bottom: 0;
}

.process-step__number {
    width: 48px;
    height: 48px;
    background-color: #F05922;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    flex-shrink: 0;
}

.process-step__content {
    flex: 1;
    text-align: right;
}

.process-step__title {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}

.process-step__text {
    font-size: 16px;
    font-weight: 400;
    color: #AAA6A6;
    white-space: pre-line;
    margin: 0;
}

.registration-form {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    margin-bottom: 178px;
}

.registration-form__fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.registration-form__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.registration-form__label {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: right;
    line-height: 1.4;
    margin-bottom: 8px;
}

.registration-form__radio-group {
    display: flex;
    gap: 12px;
}

.registration-form__radio {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 12px 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.registration-form__radio:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.registration-form__radio input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    accent-color: #F05922;
}

.registration-form__radio-text {
    font-size: 16px;
    color: #FFFFFF;
    flex: 1;
    text-align: right;
}

.registration-form__input {
    width: 100%;
    height: 40px;
    background-color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 14px;
    color: #0B0E10;
    text-align: right;
    font-family: inherit;
}

.registration-form__input::placeholder {
    color: #76838F;
}

.registration-form__input:focus {
    outline: 2px solid #F05922;
}

.registration-form__button {
    width: 154px;
    height: 40px;
    background-color: #F05922;
    border: none;
    border-radius: 24px;
    color: #FCDED3;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    align-self: center;
    transition: opacity 0.3s ease;
}

.registration-form__button:hover {
    opacity: 0.9;
}

/* Responsive Design - Tablet */
@media (max-width: 1024px) {
    .video-section__wrapper {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .video-section__player {
        width: 100%;
        margin: 0 auto;
    }

    .video-section__content {
        padding-right: 0;
        text-align: right;
    }

    .why-section__wrapper {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .why-section__image-container {
        order: 1;
    }

    .why-section__content {
        order: 2;
    }

    .tiers-section__cards {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .process-section__content {
        gap: 40px;
    }
    .process-section {
        margin-inline: 0;
    }
    .process-steps::before {
        right: 24px;
        top: 24px;
        bottom: 60px;
    }
}

/* Responsive Design - Mobile */
@media (max-width: 768px) {
    .container {
        padding: 16px;
    }

    .hero-card {
        min-height: 320px;
        margin-bottom: 32px;
        border-radius: 40px;
    }

    .hero-card__text-box {
        position: absolute;
        bottom: 0;
        right: 0;
        border-radius: 40px;
        margin: 20px;
        padding: 24px 28px;
    }

    .hero-card__title {
        font-size: 24px;
    }

    .hero-card__subtitle {
        font-size: 14px;
    }

    .info-section,
    .video-section,
    .why-section {
        margin-bottom: 32px;
    }

    .info-section__title,
    .video-section__title,
    .why-section__title {
        font-size: 24px;
    }

    .info-section__text,
    .video-section__text,
    .why-section__text {
        font-size: 16px;
    }

    .video-section {
        padding: 24px;
        border-radius: 32px;
    }

    .video-section__wrapper,
    .why-section__wrapper {
        gap: 24px;
    }

    .video-section__content {
        text-align: right;
    }

    .process-steps {
        padding-right: 48px;
    }

    .process-step {
        margin-bottom: 24px;
    }
    .process-section {
        margin-inline: 0;
    }
    .process-steps::before {
        right: 68px;
        top: 24px;
        bottom: 60px;
    }
}

/* Responsive Design - Small Mobile */
@media (max-width: 480px) {
    .hero-card {
        border-radius: 30px;
    }

    .hero-card__text-box {
        margin: 16px;
        padding: 20px 24px;
    }

    .hero-card__title {
        font-size: 20px;
    }

    .hero-card__subtitle {
        font-size: 13px;
    }

    .video-section {
        padding: 20px 16px;
        border-radius: 24px;
    }

    .process-steps {
        padding-right: 40px;
    }

    .process-step__number {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .process-step__title {
        font-size: 16px;
    }

    .process-step__text {
        font-size: 14px;
    }

    .registration-form {
        padding: 20px;
    }

    .registration-form__label {
        font-size: 16px;
    }

    .registration-form__radio-text {
        font-size: 14px;
    }

    .process-section {
        margin-inline: 0;
    }
    .process-steps::before {
        right: 58px;
        top: 24px;
        bottom: 60px;
    }
}


.d-none
{
    display:none;
}