/* Giveaway Lottery Welcome Page Styling */

.wxgiveaway-welcome {
    max-width: 920px;
    margin: 30px auto;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #0F172A;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-sizing: border-box;
}

.wxgiveaway-welcome * {
    box-sizing: border-box;
}

/* Common Card Layout */
.wxgiveaway-card {
    background: #FFFFFF;
    border-radius: 14px;
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
    padding: 32px;
}

/* Header Banner */
.wxgiveaway-header {
    background: #0A1352;
    border-radius: 14px;
    padding: 36px 24px;
    text-align: center;
    color: #FFFFFF;
    box-shadow: 0 4px 20px rgba(10, 19, 82, 0.15);
}

.wxgiveaway-header h1 {
    font-size: 26px;
    font-weight: 700;
    color: #FFFFFF !important;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1.3;
}

.wxgiveaway-header-emoji {
    font-size: 28px;
}

.wxgiveaway-header p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    font-weight: 400;
}

/* Subscription Form Section */
.wxgiveaway-subscription-card {
    padding: 32px 36px;
}

.wxgiveaway-section-title {
    font-size: 17px;
    font-weight: 700;
    color: #0A1352;
    margin: 0 0 14px 0;
    padding: 0;
    border: none;
}

.wxgiveaway-title-divider {
    height: 2px;
    background: #FF8026;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 24px;
}

.wxgiveaway-form-group {
    margin-bottom: 24px;
}

.wxgiveaway-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #1E293B;
    font-size: 14px;
}

.wxgiveaway-input-wrapper {
    position: relative;
    width: 100%;
}

.wxgiveaway-input {
    width: 100%;
    height: 48px;
    padding: 0 44px 0 16px;
    border: 1px solid #CBD5E1;
    border-radius: 8px;
    font-size: 15px;
    color: #334155;
    background: #FFFFFF;
    transition: all 0.2s ease;
}

.wxgiveaway-input:focus {
    border-color: #FF8026;
    box-shadow: 0 0 0 3px rgba(255, 128, 38, 0.15);
    outline: none;
}

.wxgiveaway-input-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
}

.wxgiveaway-help-text {
    font-size: 13px;
    color: #64748B;
    margin: 8px 0 0 0;
}

/* Button Group */
.wxgiveaway-buttons {
    display: flex;
    gap: 16px;
    margin-top: 28px;
}

.wxgiveaway-btn {
    flex: 1;
    height: 48px;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    border: none;
    outline: none;
}

.wxgiveaway-btn-primary {
    background: #FF6B00;
    color: #FFFFFF;
    box-shadow: 0 2px 4px rgba(255, 107, 0, 0.15);
}

.wxgiveaway-btn-primary:hover {
    background: #E56000;
    color: #FFFFFF;
}

.wxgiveaway-btn-secondary {
    background: #F8FAFC;
    color: #64748B;
    border: 1px solid #E2E8F0;
}

.wxgiveaway-btn-secondary:hover {
    background: #F1F5F9;
    color: #475569;
    border-color: #CBD5E1;
}

.wxgiveaway-btn-pro {
    background: #0A1352;
    color: #FFFFFF;
}

.wxgiveaway-btn-pro:hover {
    background: #060B34;
    color: #FFFFFF;
}

/* Setup Help Banner */
.wxgiveaway-setup-help-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 32px;
}

.wxgiveaway-setup-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.wxgiveaway-avatar-wrapper {
    position: relative;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

.wxgiveaway-avatar-svg {
    border-radius: 50%;
}

.wxgiveaway-status-dot {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 13px;
    height: 13px;
    background: #22C55E;
    border: 2.5px solid #FFFFFF;
    border-radius: 50%;
}

.wxgiveaway-time-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #EDE9FE;
    color: #7C3AED;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.wxgiveaway-setup-info h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0F172A;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.wxgiveaway-setup-info p {
    font-size: 14px;
    color: #64748B;
    margin: 0;
}

.wxgiveaway-claim-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFFFFF;
    border: 1.5px solid #2563EB;
    color: #2563EB;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.wxgiveaway-claim-btn:hover {
    background: #EFF6FF;
    border-color: #1D4ED8;
    color: #1D4ED8;
}

/* Our Other Products Section */
.wxgiveaway-other-products-card {
    padding: 32px 36px;
}

.wxgiveaway-products-title {
    font-size: 18px;
    font-weight: 700;
    color: #0A1352;
    margin: 0 0 12px 0;
    padding: 0;
    border: none;
}

.wxgiveaway-products-title-divider {
    height: 2px;
    background: #FF8026;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 24px;
}

.wxgiveaway-products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.wxgiveaway-product-item {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.wxgiveaway-product-item:hover {
    border-color: #CBD5E1;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
    transform: translateY(-2px);
}

.wxgiveaway-product-header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 12px;
}

.wxgiveaway-product-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-purple {
    background: #F3E8FF;
    color: #9333EA;
}

.icon-red {
    background: #FFE4E6;
    color: #E11D48;
}

.icon-green {
    background: #DCFCE7;
    color: #16A34A;
}

.icon-blue {
    background: #DBEAFE;
    color: #2563EB;
}

.wxgiveaway-product-title-row {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.wxgiveaway-product-title-row h4 {
    font-size: 15px;
    font-weight: 700;
    color: #0F172A;
    margin: 0;
    line-height: 1.3;
}

.wxgiveaway-arrow {
    color: #94A3B8;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease, color 0.2s ease;
}

.wxgiveaway-product-item:hover .wxgiveaway-arrow {
    transform: translateX(3px);
    color: #475569;
}

.wxgiveaway-product-item p {
    font-size: 13.5px;
    color: #64748B;
    margin: 0;
    line-height: 1.5;
}

/* Responsive Media Queries */
@media (max-width: 768px) {
    .wxgiveaway-welcome {
        margin: 15px;
    }

    .wxgiveaway-buttons {
        flex-direction: column;
    }

    .wxgiveaway-setup-help-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .wxgiveaway-setup-right {
        width: 100%;
    }

    .wxgiveaway-claim-btn {
        width: 100%;
        justify-content: center;
    }

    .wxgiveaway-products-grid {
        grid-template-columns: 1fr;
    }
}