/* FatePalm site restore: partner 1 / site 3 */

:root {
    --bg-color: #fffaf7;
    --text-color: #251b32;
    --secondary-color: #64556f;
    --section-bg: #fff5ee;
    --card-bg: rgba(255, 255, 255, 0.92);
    --border-color: rgba(139, 92, 246, 0.18);
    --primary-color: #8b4cf6;
    --btn-bg: linear-gradient(135deg, #7c3aed 0%, #d946ef 54%, #f59e0b 100%);
    --btn-primary-bg: linear-gradient(135deg, #7c3aed 0%, #d946ef 54%, #f59e0b 100%);
    --btn-shadow: 0 16px 34px rgba(124, 58, 237, 0.26);
    --btn-shadow-hover: 0 20px 42px rgba(124, 58, 237, 0.34);
    --hero-title-color: #ffffff;
    --hero-description-color: rgba(255, 255, 255, 0.92);
    --hero-title-shadow: 0 4px 28px rgba(34, 16, 54, 0.42);
    --hero-bg-image: url('/uploads/partners/1/img_20260115_070920_061045d6.png');
}

body {
    background:
        radial-gradient(circle at 15% 12%, rgba(245, 158, 11, 0.16), transparent 28%),
        radial-gradient(circle at 85% 0%, rgba(217, 70, 239, 0.16), transparent 24%),
        #fffaf7;
}

.site-header {
    background: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid rgba(139, 92, 246, 0.12);
    backdrop-filter: blur(14px);
}

.site-header .container {
    max-width: 1120px;
}

.site-header .header-content {
    min-height: 96px;
}

.header-logo-img {
    height: 86px !important;
    filter: drop-shadow(0 10px 20px rgba(124, 58, 237, 0.16));
}

.language-switcher select {
    min-height: 34px;
    border: 1px solid rgba(139, 92, 246, 0.24);
    border-radius: 8px;
    background: #fff;
    color: #251b32;
}

.hero {
    min-height: calc(100vh - 96px);
    padding: 5rem 1.5rem;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(37, 27, 50, 0.58), rgba(88, 28, 135, 0.38)),
        radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.25), transparent 18%),
        radial-gradient(circle at 72% 18%, rgba(245, 158, 11, 0.24), transparent 20%),
        linear-gradient(135deg, #31205f 0%, #7c3aed 48%, #d946ef 100%);
}

.hero::before {
    z-index: 1;
    opacity: 0.22;
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: var(--hero-bg-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0.7) contrast(1.05);
    pointer-events: none;
    transform: scale(1.02);
}

.hero-content {
    max-width: 920px;
    position: relative;
    z-index: 2;
}

.hero-content::before {
    content: '';
    position: absolute;
    inset: -44px;
    z-index: -1;
    background:
        radial-gradient(circle at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.62) 72%, rgba(0, 0, 0, 0.76) 100%);
    border-radius: 24px;
    pointer-events: none;
}

.hero-title {
    font-size: clamp(2.7rem, 6vw, 5.8rem);
    line-height: 0.98;
    letter-spacing: 0;
    color: #fff;
    text-shadow: var(--hero-title-shadow);
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
}

.hero-description {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.25rem;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
}

.hero-content .btn {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
}

.btn {
    border-radius: 999px;
}

.btn-disabled,
.btn-disabled:hover,
.btn:disabled {
    opacity: 0.9;
    background: rgba(255, 255, 255, 0.3) !important;
    color: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(255, 255, 255, 0.38);
    box-shadow: none !important;
}

.features,
.how-it-works {
    padding: 5rem 0;
}

.section-title {
    color: #251b32;
}

.feature-card,
.step {
    border: 1px solid rgba(139, 92, 246, 0.16);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(80, 42, 122, 0.09);
}

.feature-icon {
    color: #7c3aed;
}

.step-number {
    background: linear-gradient(135deg, #7c3aed 0%, #d946ef 100%);
}

.cta-section {
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.22), transparent 24%),
        linear-gradient(135deg, #31205f 0%, #7c3aed 52%, #d946ef 100%);
}

@media (max-width: 768px) {
    .site-header .header-content {
        min-height: 104px;
    }

    .header-logo-img {
        height: 82px !important;
    }

    .hero {
        min-height: calc(100vh - 104px);
        padding: 4.5rem 1.25rem;
    }

    .hero::before {
        opacity: 0.16;
    }

    .hero::after {
        background-position: center top;
        filter: brightness(0.62) contrast(1.08);
    }

    .hero-content::before {
        inset: -24px;
        border-radius: 20px;
    }

    .hero-title {
        font-size: clamp(2.45rem, 12vw, 3.8rem);
    }

    .hero-description {
        font-size: 1.08rem;
    }
}
