body {
    margin: 0;
    min-height: 100vh;
    font-family: Tahoma, Arial, sans-serif;
    color: #f7f3ea;
    background:
        radial-gradient(circle at top right, rgba(39, 92, 166, 0.35), transparent 30%),
        radial-gradient(circle at bottom left, rgba(26, 180, 156, 0.18), transparent 28%),
        linear-gradient(135deg, #07101f 0%, #0b1930 38%, #091b36 62%, #07101f 100%);
    overflow-x: hidden;
    position: relative;
}

.site-wrapper {
    position: relative;
    z-index: 2;
}

.luxury-card {
    background: linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
    border: 1px solid rgba(255, 215, 160, 0.20);
    border-radius: 30px;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255,255,255,0.08);
    backdrop-filter: blur(16px);
}

.brand-panel {
    height: 100%;
    padding: 42px 30px;
    background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,215,160,0.03));
    border-inline-end: 1px solid rgba(255, 215, 160, 0.14);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.brand-badge {
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid rgba(255, 217, 170, 0.28);
    border-radius: 999px;
    color: #d9e8ff;
    font-size: 14px;
    margin-bottom: 22px;
    letter-spacing: 0.5px;
    background: rgba(255,255,255,0.04);
}

.logo-frame {
    padding: 16px;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff, #eef3f9);
    box-shadow: 0 18px 40px rgba(0,0,0,0.25);
    max-width: 360px;
    width: 100%;
}

.logo-img {
    width: 100%;
    border-radius: 18px;
    display: block;
}

.mini-line {
    width: 90px;
    height: 2px;
    margin: 24px auto 18px;
    background: linear-gradient(90deg, transparent, #dcbf85, transparent);
}

.brand-side-text {
    color: #b9c7de;
    font-size: 1rem;
    line-height: 1.9;
}

.content-panel {
    padding: 52px 40px;
}

.coming-pill {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(220,191,133,0.18), rgba(41,194,160,0.16));
    color: #f3ddae;
    border: 1px solid rgba(243,221,174,0.26);
    font-weight: 700;
    font-size: 14px;
}

.hero-title {
    margin-top: 22px;
    margin-bottom: 10px;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff;
}

.hero-subtitle {
    font-size: 1.45rem;
    font-weight: 700;
    color: #8fd4ff;
    margin-bottom: 22px;
}

.hero-text {
    font-size: 1.08rem;
    line-height: 1.95;
    color: #d2dbee;
    margin-bottom: 12px;
}

.feature-box {
    height: 100%;
    padding: 18px 14px;
    border-radius: 18px;
    background: rgba(255,255,255,0.045);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    text-align: center;
}

.feature-title {
    font-size: 1.02rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
}

.feature-sub {
    color: #dcbf85;
    font-weight: 700;
    font-size: 0.94rem;
}

.bottom-strip {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.thank-you {
    color: #afbed7;
    font-weight: 600;
}

.btn-luxury {
    color: #08121f;
    background: linear-gradient(90deg, #dcbf85 0%, #f2dfb7 48%, #95e4d3 100%);
    border: none;
    border-radius: 999px;
    padding: 14px 30px;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(220,191,133,0.2);
}

.btn-luxury:hover {
    color: #08121f;
    transform: translateY(-1px);
}

.gold-glow {
    position: fixed;
    border-radius: 50%;
    filter: blur(70px);
    z-index: 1;
    opacity: 0.25;
}

.glow-one {
    width: 300px;
    height: 300px;
    top: -90px;
    left: -70px;
    background: #dcbf85;
}

.glow-two {
    width: 340px;
    height: 340px;
    bottom: -110px;
    right: -90px;
    background: #1bc0a2;
}

.mesh-overlay {
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: radial-gradient(circle at center, black, transparent 80%);
}

@media (max-width: 991.98px) {
    .brand-panel {
        border-inline-end: none;
        border-bottom: 1px solid rgba(255, 215, 160, 0.14);
        padding: 34px 22px;
    }
    .content-panel {
        padding: 36px 22px;
    }
    .hero-title {
        font-size: 2.35rem;
    }
    .hero-subtitle {
        font-size: 1.2rem;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 1.85rem;
    }
    .hero-subtitle {
        font-size: 1.02rem;
    }
    .hero-text {
        font-size: 0.96rem;
    }
    .coming-pill, .brand-badge {
        font-size: 12px;
    }
    .btn-luxury {
        width: 100%;
    }
    .bottom-strip {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
}
