/* =========================================================
   ITB Landing Page
   Desktop: Fullscreen
   Mobile: Phone-sized
========================================================= */

body.landing-page-body {
    margin: 0;
    min-height: 100vh;
    min-height: 100dvh;
    background:
        radial-gradient(circle at 14% 16%, rgba(255, 219, 175, .42), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(0, 149, 146, .20), transparent 32%),
        radial-gradient(circle at 74% 88%, rgba(255, 124, 0, .16), transparent 34%),
        linear-gradient(135deg, #F7F3EC 0%, #fff3df 44%, #edf8f7 100%);
    overflow-x: hidden;
}

/* خارج کردن صفحه اول از قاب موبایل عمومی */
body.landing-page-body .landing-full-shell {
    width: 100%;
    max-width: none;
    min-height: 100vh;
    min-height: 100dvh;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

body.landing-page-body .landing-full-shell .page {
    width: 100%;
    max-width: none;
    min-height: 100vh;
    min-height: 100dvh;
    margin: 0;
    padding: 0;
}

.landing-modern-page {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    position: relative;
    overflow: hidden;
    padding: 38px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Decorative orbs */
.landing-orb {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
    filter: blur(1px);
    animation: landingOrbMove 7s ease-in-out infinite alternate;
}

.landing-orb-one {
    width: 360px;
    height: 360px;
    top: -145px;
    right: -120px;
    background: rgba(0, 60, 135, .18);
}

.landing-orb-two {
    width: 270px;
    height: 270px;
    top: 330px;
    left: -100px;
    background: rgba(255, 124, 0, .18);
    animation-delay: .8s;
}

.landing-orb-three {
    width: 250px;
    height: 250px;
    bottom: 70px;
    right: 35%;
    background: rgba(0, 149, 146, .16);
    animation-delay: 1.2s;
}

/* Hero */
.landing-hero {
    position: relative;
    z-index: 2;
    width: min(100%, 1180px);
    min-height: calc(100vh - 76px);
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr .92fr;
    align-items: center;
    gap: 34px;

    background:
        radial-gradient(circle at 18% 18%, rgba(255, 219, 175, .30), transparent 36%),
        radial-gradient(circle at 84% 80%, rgba(0, 149, 146, .18), transparent 34%),
        linear-gradient(135deg, #003C87, #061f45);

    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 38px;
    padding: 44px;

    box-shadow:
        0 34px 90px rgba(0, 60, 135, .28),
        0 14px 34px rgba(15, 23, 42, .12);
}

.landing-brand {
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 34px;
    padding: 42px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .14),
        0 18px 46px rgba(0, 0, 0, .12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.landing-logo-box {
    width: 126px;
    min-height: 88px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow:
        0 18px 46px rgba(0, 0, 0, .20),
        inset 0 1px 0 rgba(255, 255, 255, .14);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    margin-bottom: 22px;
    animation: landingLogoFloat 3.2s ease-in-out infinite;
}

.landing-logo {
    max-width: 100%;
    max-height: 66px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .22));
}

.landing-badge {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;

    color: #FFDBAF;
    background: rgba(255, 219, 175, .14);
    border: 1px solid rgba(255, 219, 175, .28);
    border-radius: 999px;
    padding: 7px 13px;

    font-size: 12px;
    font-weight: 900;
    margin-bottom: 16px;
}

.landing-brand h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.42;
    font-weight: 950;
    letter-spacing: -0.03em;
}

.landing-subtitle {
    margin: 10px 0 18px;
    color: #FFDBAF;
    font-size: 21px;
    font-weight: 950;
}

.landing-brand > p:not(.landing-subtitle) {
    margin: 0;
    color: rgba(255, 255, 255, .80);
    font-size: 16px;
    line-height: 2.15;
    max-width: 620px;
}

.landing-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 28px;
}

.landing-main-btn,
.landing-secondary-btn {
    min-height: 48px;
    min-width: 132px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 950;
    padding-inline: 22px;
}

.landing-main-btn {
    background: #FF7C00;
    color: #fff;
    box-shadow: 0 14px 30px rgba(255, 124, 0, .24);
}

.landing-secondary-btn {
    background: rgba(255, 255, 255, .14);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .24);
}

/* Hero preview card */
.landing-hero-card {
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 219, 175, .20), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .90));
    color: #102033;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 32px;
    padding: 30px;
    min-height: 500px;
    box-shadow:
        0 24px 70px rgba(0, 0, 0, .18),
        inset 0 1px 0 rgba(255, 255, 255, .8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
}

.hero-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.hero-card-top span {
    color: #009592;
    font-size: 12px;
    font-weight: 900;
}

.hero-card-top strong {
    color: #003C87;
    font-size: 21px;
    font-weight: 950;
}

.hero-request-card {
    background: #ffffff;
    border: 1px solid rgba(0, 60, 135, .12);
    border-radius: 22px;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    box-shadow: 0 14px 34px rgba(0, 60, 135, .10);
}

.hero-request-card strong {
    display: block;
    color: #102033;
    font-size: 15px;
    margin-bottom: 7px;
    line-height: 1.8;
}

.hero-request-card span,
.hero-request-card em {
    color: #6b7280;
    font-size: 12px;
    font-style: normal;
}

.hero-request-card em {
    color: #FF7C00;
    font-weight: 950;
    white-space: nowrap;
}

.hero-progress {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hero-progress div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #7b8798;
    font-size: 13px;
    font-weight: 800;
}

.hero-progress i {
    width: 13px;
    height: 13px;
    border-radius: 999px;
    background: #d8e2ef;
    box-shadow: 0 0 0 5px #edf3fb;
}

.hero-progress div.active {
    color: #003C87;
    font-weight: 950;
}

.hero-progress div.active i {
    background: #009592;
    box-shadow: 0 0 0 5px rgba(0, 149, 146, .14);
}

/* Sections */
.landing-services,
.landing-steps,
.landing-trust,
.landing-final-cta {
    position: relative;
    z-index: 2;
    width: min(100%, 1180px);
    margin: 30px auto 0;
}

.landing-section-title {
    text-align: center;
    margin-bottom: 18px;
}

.landing-section-title h2 {
    margin: 0 0 8px;
    color: #003C87;
    font-size: 28px;
    line-height: 1.6;
    font-weight: 950;
}

.landing-section-title p {
    margin: 0 auto;
    max-width: 760px;
    color: #5f6f85;
    font-size: 15px;
    line-height: 2;
}

/* Services */
.landing-service-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.landing-service-card {
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 219, 175, .20), transparent 34%),
        #ffffff;
    border: 1px solid #e8e1d8;
    border-radius: 24px;
    padding: 20px 16px;
    min-height: 210px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, .06);
}

.landing-service-card.active {
    background:
        radial-gradient(circle at 18% 18%, rgba(0, 149, 146, .16), transparent 34%),
        linear-gradient(180deg, #ffffff, #f0fbfb);
    border-color: rgba(0, 149, 146, .28);
}

.landing-service-card span {
    width: 50px;
    height: 50px;
    border-radius: 18px;
    background: #FFDBAF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 12px;
}

.landing-service-card strong {
    display: block;
    color: #003C87;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.7;
}

.landing-service-card p {
    margin: 0;
    color: #6b7280;
    font-size: 12.5px;
    line-height: 2;
}

/* Steps */
.landing-step-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.landing-step-list article {
    background: #fff;
    border: 1px solid #e8e1d8;
    border-radius: 24px;
    padding: 20px 16px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, .06);
}

.landing-step-list em {
    display: inline-flex;
    color: #FF7C00;
    background: rgba(255, 124, 0, .10);
    border: 1px solid rgba(255, 124, 0, .18);
    border-radius: 999px;
    padding: 5px 10px;
    font-style: normal;
    font-size: 12px;
    font-weight: 950;
    margin-bottom: 12px;
}

.landing-step-list strong {
    display: block;
    color: #003C87;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.7;
}

.landing-step-list p {
    margin: 0;
    color: #6b7280;
    font-size: 12.5px;
    line-height: 2;
}

/* Trust */
.landing-trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.landing-trust-card {
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 219, 175, .22), transparent 34%),
        #ffffff;
    border: 1px solid #e8e1d8;
    border-radius: 26px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .07);
}

.landing-trust-card.translator {
    background:
        radial-gradient(circle at 18% 18%, rgba(0, 149, 146, .12), transparent 34%),
        #ffffff;
    border-color: rgba(0, 149, 146, .22);
}

.landing-trust-card span {
    display: inline-flex;
    color: #009592;
    font-size: 12px;
    font-weight: 950;
    margin-bottom: 7px;
}

.landing-trust-card h3 {
    margin: 0 0 8px;
    color: #003C87;
    font-size: 20px;
    line-height: 1.7;
}

.landing-trust-card p {
    margin: 0;
    color: #6b7280;
    font-size: 13px;
    line-height: 2;
}

/* Final CTA */
.landing-final-cta {
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 219, 175, .26), transparent 36%),
        radial-gradient(circle at 84% 76%, rgba(0, 149, 146, .18), transparent 34%),
        linear-gradient(135deg, #003C87, #061f45);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 30px;
    padding: 30px 24px;
    text-align: center;
    box-shadow: 0 22px 60px rgba(0, 60, 135, .22);
    margin-bottom: 38px;
}

.landing-final-cta strong {
    display: block;
    color: #fff;
    font-size: 26px;
    margin-bottom: 8px;
}

.landing-final-cta p {
    margin: 0 auto 20px;
    max-width: 620px;
    color: rgba(255, 255, 255, .78);
    line-height: 2;
}

.landing-final-cta > div {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* Animations */
@keyframes landingLogoFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

@keyframes landingOrbMove {
    from {
        transform: translate3d(0, 0, 0) scale(1);
    }

    to {
        transform: translate3d(12px, -14px, 0) scale(1.08);
    }
}

/* Desktop responsive */
@media (max-width: 1100px) {
    .landing-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .landing-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-step-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-trust {
        grid-template-columns: 1fr;
    }
}

/* Mobile */
@media (max-width: 768px) {
    body.landing-page-body {
        background:
            radial-gradient(circle at top right, rgba(0, 60, 135, .18), transparent 34%),
            radial-gradient(circle at bottom left, rgba(255, 124, 0, .14), transparent 34%),
            #F7F3EC;
    }

    body.landing-page-body .landing-full-shell {
        max-width: 520px;
        margin: 0 auto;
        background: transparent;
    }

    body.landing-page-body .landing-full-shell .page {
        max-width: 520px;
        margin: 0 auto;
    }

    .landing-modern-page {
        min-height: 100vh;
        min-height: 100dvh;
        padding: max(18px, env(safe-area-inset-top)) 14px max(26px, env(safe-area-inset-bottom));
        gap: 22px;
        overflow: hidden;
    }

    .landing-hero {
        width: 100%;
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 18px;
        border-radius: 32px;
        padding: 20px 16px;
    }

    .landing-brand {
        width: 100%;
        padding: 0;
        border: none;
        background: transparent;
        box-shadow: none;
        text-align: center;
        align-items: center;
    }

    .landing-logo-box {
        width: 118px;
        min-height: 82px;
        border-radius: 26px;
        margin-bottom: 16px;
    }

    .landing-brand h1 {
        font-size: 24px;
        line-height: 1.7;
    }

    .landing-subtitle {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .landing-brand > p:not(.landing-subtitle) {
        font-size: 12.5px;
        line-height: 2;
    }

    .landing-actions {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }

    .landing-actions a {
        flex: 1;
        min-width: 120px;
    }

    .landing-hero-card {
        width: 100%;
        min-height: auto;
        border-radius: 26px;
        padding: 18px;
    }

    .hero-request-card {
        flex-direction: column;
    }

    .landing-services,
    .landing-steps,
    .landing-trust,
    .landing-final-cta {
        width: 100%;
        margin-top: 0;
    }

    .landing-section-title h2 {
        font-size: 19px;
        line-height: 1.7;
    }

    .landing-section-title p {
        font-size: 12.5px;
        line-height: 2;
    }

    .landing-service-grid,
    .landing-step-list,
    .landing-trust {
        grid-template-columns: 1fr;
    }

    .landing-service-card {
        min-height: auto;
    }

    .landing-trust-card {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .landing-final-cta {
        padding: 22px 18px;
        margin-bottom: 0;
    }

    .landing-final-cta strong {
        font-size: 20px;
    }

    .landing-final-cta > div {
        flex-direction: column;
    }

    .landing-final-cta a {
        width: 100%;
    }
}