@font-face {
    font-family: "FifaWorldCup";
    font-weight: 400;
    font-display: swap;
    src: url("https://mallcdn.gjirafamall.tech/FifaWorldCup/fonts/FifaWorldCup-Regular.otf") format("opentype");
}

@font-face {
    font-family: "FifaWorldCup";
    font-weight: 500;
    font-display: swap;
    src: url("https://mallcdn.gjirafamall.tech/FifaWorldCup/fonts/FifaWorldCup-Medium.otf") format("opentype");
}

@font-face {
    font-family: "FifaWorldCup";
    font-weight: 700;
    font-display: swap;
    src: url("https://mallcdn.gjirafamall.tech/FifaWorldCup/fonts/FifaWorldCup-Bold.otf") format("opentype");
}

.fifa-page {
    position: relative;
    overflow: hidden;
    padding-bottom: 64px;
    background: var(--white, #FFFFFF);
}

.fifa-header-pattern {
    width: 100%;
    height: 40px;
    object-fit: cover;
    display: block;
}

.fifa-logo-wrap {
    width: 180px;
    height: 64px;
    margin: 32px auto;
}

.fifa-logo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fifa-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
    padding: 0 16px;
    text-align: center;
}

.fifa-hero-icon {
    width: 100%;
    max-width: 320px;
    height: 48px;
    margin-bottom: 8px;
}

.fifa-hero-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fifa-hero-headline {
    font-size: 18px;
    line-height: 26px;
    color: var(--text-color, #3B1406);
    max-width: 480px;
}

.fifa-offer {
    position: relative;
    max-width: 640px;
    margin: 0 auto 40px;
    padding: 0 16px;
    min-height: 280px;
}

.fifa-offer-card {
    background: #F5F5F5;
    border-radius: 16px;
    padding: 20px;
    max-width: 580px;
    height: 200px
}

.fifa-offer-card p {
    font-size: 15px;
    line-height: 22px;
    color: var(--text-color, #3B1406);
    margin: 0;
}

.fifa-offer-phone {
    position: absolute;
    top: -64px;
    right: 16px;
    width: 200px;
    height: 234px; /* 35:41 intrinsic aspect ratio */
}

.fifa-offer-phone img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fifa-cta-button {
    display: block;
    margin: 0 auto 32px;
    padding: 14px 32px;
    border: none;
    border-radius: 999px;
    background: var(--primary-color, #EF4C24);
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: fit-content;
}

.fifa-cta-button:hover {
    color: #FFFFFF;
    opacity: 0.9;
}

.fifa-steps {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 16px;
}

.fifa-steps-title {
    font-size: 24px;
    font-family: "FifaWorldCup", sans-serif;
    font-weight: 700;
    color: var(--text-color, #3B1406);
    margin-bottom: 24px;
}

.fifa-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.fifa-step:last-child {
    margin-bottom: 0;
}

.fifa-step-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fifa-step-icon svg {
    width: 24px;
    height: 24px;
}

.fifa-step-label {
    font-size: 12px;
    font-weight: 500;
    color: #6B7280;
    margin: 0 0 2px;
}

.fifa-step-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color, #3B1406);
    margin: 0 0 4px;
}

.fifa-step-description {
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
    margin: 0;
}

.fifa-decor-circle {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
    z-index: 10;
}

.fifa-decor-circle--1 {
    width: 112px;
    height: 112px;
    top: 240px;
    right: -64px;
    background: #14266F;
}

.fifa-decor-circle--2 {
    width: 80px;
    height: 80px;
    top: 480px;
    left: -32px;
    background: #DF0281;
}

.fifa-decor-circle--3 {
    width: 64px;
    height: 64px;
    top: 800px;
    right: -40px;
    background: #FA4E06;
}

@media (max-width: 599px) {
    .fifa-offer-phone {
        width: 220px;
        height: 258px; /* 35:41 intrinsic aspect ratio */
        top: 88px;
        right: 8px;
    }

    .fifa-offer-card {
        height: 170px;
    }

    .fifa-offer {
        min-height: 300px;
    }
}

@media (min-width: 600px) {
    .fifa-header-pattern {
        height: 64px;
    }

    .fifa-logo-wrap {
        width: 260px;
        height: 92px;
        margin: 48px auto;
    }

    .fifa-hero {
        margin-bottom: 64px;
    }

    .fifa-hero-icon {
        max-width: 500px;
        height: 80px;
    }

    .fifa-hero-headline {
        font-size: 24px;
        line-height: 34px;
        max-width: 640px;
    }

    .fifa-offer {
        max-width: 1100px;
        min-height: 0;
        padding: 0 32px;
    }

    .fifa-offer-card {
        width: 100%;
        max-width: 100%;
        padding: 40px 48px;
        border-radius: 24px;
        height: auto;
        min-height: 280px;
        display: flex;
        align-items: flex-start;
    }

    .fifa-offer-text {
        max-width: 70%;
    }

    .fifa-offer-card p {
        font-size: 19px;
        line-height: 28px;
    }

    .fifa-offer-phone {
        top: -70px;
        right: 40px;
        width: 380px;
        height: 445px; /* 35:41 intrinsic aspect ratio */
    }

    .fifa-cta-button {
        padding: 18px 44px;
        font-size: 18px;
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .fifa-steps {
        flex: 1;
        max-width: 1360px;
    }

    .fifa-steps-title {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .fifa-step {
        flex: 1;
        min-width: 0;
        gap: 20px;
        margin-bottom: 28px;
    }

    .fifa-step-icon {
        width: 64px;
        height: 64px;
    }

    .fifa-step-icon svg {
        width: 32px;
        height: 32px;
    }

    .fifa-step-label {
        font-size: 13px;
    }

    .fifa-step-title {
        font-size: 20px;
    }

    .fifa-decor-circle--1 {
        width: 180px;
        height: 180px;
        top: 160px;
    }

    .fifa-decor-circle--2 {
        width: 120px;
        height: 120px;
        top: 700px;
    }

    .fifa-decor-circle--3 {
        width: 100px;
        height: 100px;
        top: 950px;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .fifa-offer-phone {
        right: -20px;
    }
}
