:root {
    --tr-primary: #7c6cff;
    --tr-primary-dark: #6652f0;
    --tr-accent: #b9a8ff;
    --tr-heading: #1d1a33;
    --tr-text: #5f5a7a;
    --tr-text-soft: #7b7694;
    --tr-shadow-sm: 0 10px 30px rgba(59, 45, 120, 0.06);
    --tr-shadow-btn: 0 16px 36px rgba(124, 108, 255, 0.28);
    --tr-transition: all 0.3s ease;
}

.home-container {
    position: relative;
    z-index: 2;
    width: min(1220px, calc(100% - 32px));
    margin: 0 auto;
}

.tr-hero-premium {
    position: relative;
    overflow: hidden;
    padding: 110px 0 95px;
    direction: rtl;
    background:
        radial-gradient(circle at 88% 10%, rgba(124, 108, 255, 0.13), transparent 24%),
        radial-gradient(circle at 10% 88%, rgba(185, 168, 255, 0.12), transparent 24%),
        linear-gradient(180deg, #fdfcff 0%, #f7f4ff 52%, #f5f2ff 100%);
}

.tr-hero-premium__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(124, 108, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(124, 108, 255, 0.035) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.14), transparent 82%);
    pointer-events: none;
}

.tr-hero-premium__blur {
    position: absolute;
    border-radius: 999px;
    filter: blur(55px);
    pointer-events: none;
}

.tr-hero-premium__blur--1 {
    top: 20px;
    right: -60px;
    width: 260px;
    height: 260px;
    background: rgba(124, 108, 255, 0.18);
    animation: trFloatSoft 9s ease-in-out infinite;
}

.tr-hero-premium__blur--2 {
    bottom: 10px;
    left: -50px;
    width: 230px;
    height: 230px;
    background: rgba(197, 184, 255, 0.20);
    animation: trFloatSoft 11s ease-in-out infinite reverse;
}

.tr-hero-premium__wrap {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}

.tr-hero-premium__content {
    text-align: right;
    animation: trFadeUp 0.8s ease both;
}

.tr-hero-premium__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(124, 108, 255, 0.12);
    box-shadow: var(--tr-shadow-sm);
    backdrop-filter: blur(10px);
    color: var(--tr-primary-dark);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 22px;
}

.tr-hero-premium__eyebrow-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--tr-accent) 0%, var(--tr-primary) 100%);
    box-shadow: 0 0 0 6px rgba(124, 108, 255, 0.10);
}

.tr-hero-premium__title {
    margin: 0 0 18px;
    color: var(--tr-heading);
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.tr-hero-premium__title span {
    display: block;
    margin-top: 12px;
    color: #ea6f4f;
}

.tr-hero-premium__desc {
    margin: 0 0 30px;
    max-width: 650px;
    color: var(--tr-text);
    font-size: 17px;
    line-height: 2;
}

.tr-hero-premium__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.tr-premium-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 24px;
    border-radius: 18px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    transition: var(--tr-transition);
    border: 1px solid transparent;
    overflow: hidden;
}

.tr-premium-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.tr-premium-btn span {
    position: relative;
    z-index: 2;
}

.tr-premium-btn--primary {
    background: linear-gradient(135deg, #7c6cff 0%, #6652f0 100%);
    color: #fff !important;
    box-shadow: var(--tr-shadow-btn);
}

.tr-premium-btn--secondary {
    background: linear-gradient(180deg, #fffdfc 0%, #f7f2ff 100%);
    color: #6a57db !important;
    border-color: rgba(124, 108, 255, 0.16);
    box-shadow: 0 10px 24px rgba(124, 108, 255, 0.10);
}

.tr-hero-premium__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 0;
}

.tr-hero-premium__trust-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(124, 108, 255, 0.10);
    color: var(--tr-heading);
    font-size: 14px;
    font-weight: 700;
    box-shadow: var(--tr-shadow-sm);
}

.tr-hero-premium__trust-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    flex: 0 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(124, 108, 255, 0.10);
    color: var(--tr-primary);
}

.tr-hero-premium__trust-icon svg {
    width: 13px;
    height: 13px;
    display: block;
}

.tr-hero-premium__visual {
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tr-hero-premium__card {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 520px;
    padding: 30px;
    border-radius: 34px;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(255,255,255,0.72);
    box-shadow: 0 30px 80px rgba(98, 80, 190, 0.10);
    backdrop-filter: blur(18px);
}

.tr-hero-premium__card-top {
    margin-bottom: 22px;
}

.tr-hero-premium__mini-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: #fff6df;
    color: #b07b00;
    font-size: 13px;
    font-weight: 800;
}

.tr-hero-premium__card-top h2 {
    margin: 0 0 8px;
    color: var(--tr-heading);
    font-size: 29px;
    line-height: 1.35;
    font-weight: 900;
}

.tr-hero-premium__card-top p {
    margin: 0;
    color: var(--tr-text-soft);
    font-size: 15px;
    line-height: 1.9;
}

.tr-hero-premium__steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tr-hero-premium__step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #faf8ff 100%);
    border: 1px solid rgba(124, 108, 255, 0.08);
    box-shadow: 0 10px 26px rgba(72, 58, 140, 0.04);
}

.tr-hero-premium__step-no {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #6fa8ff 0%, #5b86ff 100%);
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(91, 134, 255, 0.24);
}

.tr-hero-premium__step-body h3 {
    margin: 0 0 6px;
    color: var(--tr-heading);
    font-size: 18px;
    font-weight: 800;
}

.tr-hero-premium__step-body p {
    margin: 0;
    color: var(--tr-text-soft);
    font-size: 14px;
    line-height: 1.95;
}

.home-placement-box {
    padding: 70px 0;
    direction: rtl;
    background: #ffffff;
}

.home-placement-box .container {
    width: min(1220px, calc(100% - 32px));
    margin: 0 auto;
}

.home-placement-content {
    text-align: center;
    padding: 46px 28px;
    border-radius: 30px;
    background: linear-gradient(135deg, #f8f6ff 0%, #f3efff 100%);
    border: 1px solid rgba(124, 108, 255, 0.14);
    box-shadow: 0 20px 50px rgba(110, 92, 255, 0.08);
}

.home-placement-content h2 {
    margin: 0 0 14px;
    font-size: clamp(26px, 4vw, 38px);
    line-height: 1.5;
    font-weight: 900;
    color: var(--tr-heading);
}

.home-placement-content p {
    margin: 0 auto 26px;
    max-width: 640px;
    color: var(--tr-text);
    font-size: 16px;
    line-height: 2;
}

.home-placement-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 28px;
    border-radius: 18px;
    background: linear-gradient(135deg, #7c6cff 0%, #6652f0 100%);
    color: #fff !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    box-shadow: var(--tr-shadow-btn);
    transition: var(--tr-transition);
}

.home-placement-btn:hover {
    transform: translateY(-2px);
    color: #fff !important;
    text-decoration: none;
}

.tr-home-cta {
    position: relative;
    padding: 40px 0 100px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f4ff 100%);
    overflow: hidden;
    direction: rtl;
}

.tr-home-cta__box {
    position: relative;
    border-radius: 34px;
    padding: 44px 38px;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,0.22), transparent 32%),
        linear-gradient(135deg, #7c6cff 0%, #6652f0 100%);
    box-shadow: 0 30px 70px rgba(110, 90, 220, 0.22);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 30px;
    align-items: center;
}

.tr-home-cta__content,
.tr-home-cta__action {
    position: relative;
    z-index: 2;
}

.tr-home-cta__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 16px;
}

.tr-home-cta__title {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.35;
    font-weight: 900;
}

.tr-home-cta__desc {
    margin: 0;
    color: rgba(255,255,255,0.90);
    font-size: 16px;
    line-height: 2;
    max-width: 680px;
}

.tr-home-cta__action {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tr-home-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 28px;
    border-radius: 18px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    color: #6652f0 !important;
    background: #fff;
    box-shadow: 0 18px 34px rgba(49, 33, 128, 0.20);
    transition: var(--tr-transition);
}

.tr-home-cta__btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

@keyframes trFloatSoft {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -10px, 0);
    }
}

@keyframes trFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1100px) {
    .tr-hero-premium__wrap,
    .tr-home-cta__box {
        grid-template-columns: 1fr;
    }

    .tr-hero-premium__visual {
        min-height: auto;
    }

    .tr-hero-premium__card {
        max-width: 100%;
    }

    .tr-home-cta__action {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .tr-hero-premium {
        padding: 72px 0 58px;
    }

    .tr-home-cta {
        padding: 20px 0 70px;
    }

    .home-container,
    .home-placement-box .container {
        width: min(100%, calc(100% - 20px));
    }

    .tr-hero-premium__title {
        font-size: 31px;
        line-height: 1.4;
    }

    .tr-hero-premium__desc,
    .tr-home-cta__desc {
        font-size: 15px;
    }

    .tr-hero-premium__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .tr-premium-btn,
    .tr-home-cta__btn,
    .home-placement-btn {
        width: 100%;
    }

    .tr-hero-premium__trust-item {
        width: 100%;
        justify-content: flex-start;
    }

    .tr-hero-premium__card {
        padding: 22px;
        border-radius: 24px;
    }

    .tr-hero-premium__card-top h2 {
        font-size: 24px;
    }

    .tr-hero-premium__step {
        padding: 16px;
    }

    .tr-home-cta__box {
        padding: 28px 22px;
        border-radius: 24px;
    }
}
html {
    scroll-behavior: smooth;
}
.home-page-content {
    overflow: clip;
}

.home-page-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

.home-page-content a {
    -webkit-tap-highlight-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .tr-hero-premium__blur--1,
    .tr-hero-premium__blur--2,
    .tr-hero-premium__content,
    .tr-premium-btn,
    .home-placement-btn,
    .tr-home-cta__btn {
        animation: none !important;
        transition: none !important;
    }
}
