.search-box {
    position: relative;
    width: 100%;
}

.search-box input {
    width: 100%;
    padding: 14px 20px 14px 50px;
    border-radius: 40px;
    border: 1px solid #ddd;
    outline: none;
    font-size: 16px;
    background: #f8f9fb;
}

.search-box input:focus {
    border-color: #6c5ce7; /* ungu tipis kayak gambar */
    background: #fff;
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #666;
}


        .redeem-section{
            min-height: 100vh;
            position: relative;
            padding: 60px 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .bg-circle{
            position: absolute;
            border-radius: 50%;
            background: rgba(37, 99, 235, 0.05);
            z-index: 0;
        }

        .circle-1{
            width: 300px;
            height: 300px;
            left: -100px;
            top: 120px;
        }

        .circle-2{
            width: 220px;
            height: 220px;
            right: -70px;
            top: 180px;
        }

        .circle-3{
            width: 180px;
            height: 180px;
            right: 10%;
            bottom: 50px;
        }

        .promo-bar{
            background: #eef4ff;
            border-radius: 14px;
            padding: 14px 20px;
            font-size: 15px;
            color: #475569;
            margin-bottom: 40px;
        }

        .promo-bar span{
            color: #2563eb;
            font-weight: 600;
        }

        .logo-box{
            width: 200px;
            height: 200px;
            background: #fff;
            border-radius: 50%;
            box-shadow: 0 10px 30px rgba(0,0,0,0.06);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto;
            padding-right: 10px;
            margin-bottom: 30px;
        }

        .logo-box h2{
            margin: 0;
            color: #2563eb;
            font-weight: 700;
            font-size: 42px;
        }

        .main-title{
            font-size: 70px;
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 20px;
            color: #0f172a;
        }

        .subtitle{
            color: #64748b;
            font-size: 20px;
            max-width: 750px;
            margin: auto;
            line-height: 1.8;
        }

        .redeem-card{
            background: #fff;
            border-radius: 28px;
            padding: 55px;
            margin-top: 60px;
            box-shadow: 0 15px 50px rgba(15, 23, 42, 0.08);
            position: relative;
            z-index: 2;
        }

        .redeem-card h4{
            font-weight: 600;
            margin-bottom: 30px;
            color: #0f172a;
        }

        .voucher-input{
            height: 68px;
            border-radius: 18px;
            border: 1px solid #dbe4f0;
            padding-left: 55px;
            font-size: 15px !important;
        }


        .voucher-input1{
            height: 68px;
            border-top-left-radius: 18px;
            border-bottom-left-radius: 18px;
            border: 1px solid #dbe4f0;
            padding-left: 55px;
            font-size: 15px !important;
        }

        .voucher-input:focus{
            border-color: #2563eb;
            box-shadow: 0 0 0 0.15rem rgba(37, 99, 235, 0.15);
        }

        .voucher-input1:focus{
           
            border-color: #2563eb;
            box-shadow: 0 0 0 0.15rem rgba(37, 99, 235, 0.15);
        }

       
.input-wrapper{
    position: relative;
}

.input-icon{
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #40c3ff;
    font-size: 20px;
}

.voucher-input{
    height: 64px;
    border-radius: 16px !important;
    padding-left: 55px;
    border: 1px solid #dbe4f0;
    font-size: 16px;
}

.input-group-text{
    border-radius: 0 16px 16px 0 !important;
    border: 1px solid #dbe4f0;
}

        .btn-redeem{
            height: 64px;
            border-radius: 18px;
            border: none;
            background: linear-gradient(to right, #40c3ff, #40c3ff);
            color: #fff;
            font-size: 22px;
            font-weight: 600;
            transition: 0.3s;
        }

        .btn-redeem:hover{
            transform: translateY(-2px);
            opacity: 0.95;
        }

        .help-text{
            margin-top: 35px;
            color: #64748b;
            font-size: 16px;
        }

        .help-text a{
            color: #2563eb;
            text-decoration: none;
            font-weight: 500;
        }

        @media(max-width:768px){

            .main-title{
                font-size: 42px;
            }

            .subtitle{
                font-size: 16px;
            }

            .redeem-card{
                padding: 30px 20px;
            }

            .btn-redeem{
                font-size: 18px;
            }
        }


        .result-section{
            min-height: 100vh;
            padding: 60px 15px;
            position: relative;
        }

        .bg-circle{
            position: absolute;
            border-radius: 50%;
            background: rgba(37, 99, 235, 0.05);
            z-index: 0;
        }

        .circle-1{
            width: 250px;
            height: 250px;
            left: -100px;
            bottom: 100px;
        }

        .circle-2{
            width: 220px;
            height: 220px;
            right: -80px;
            top: 180px;
        }

        .logo{
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 50px;
        }

        .logo-icon{
            width: 50px;
            height: 50px;
            background: linear-gradient(to bottom, #3b82f6, #2563eb);
            clip-path: polygon(0 0, 60% 0, 60% 70%, 100% 70%, 100% 100%, 0 100%);
        }

        .logo h2{
            font-size: 24px;
            margin: 0;
            font-weight: 700;
        }

        .success-icon{
            width: 110px;
            height: 110px;
            border-radius: 50%;
            background: rgba(34,197,94,0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto;
            margin-bottom: 30px;
        }

        .success-icon i{
            font-size: 50px;
            color: #22c55e;
        }

        .main-title{
            font-size: 72px;
            font-weight: 700;
            color: #0b1b4d;
            margin-bottom: 20px;
        }

        .subtitle{
            color: #64748b;
            font-size: 22px;
            line-height: 1.8;
        }

        .result-card{
            background: #fff;
            border-radius: 30px;
            padding: 40px;
            margin-top: 50px;
            box-shadow: 0 15px 50px rgba(15, 23, 42, 0.06);
        }

        .info-item{
            background: #f8fafc;
            border-radius: 18px;
            padding: 25px;
            margin-bottom: 18px;
        }

        .info-icon{
            width: 56px;
            height: 56px;
            border-radius: 14px;
            background: #eef4ff;
            color: #2563eb;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
        }

        .info-title{
            font-size: 17px;
            font-weight: 600;
            color: #0f172a;
            margin-bottom: 4px;
        }

        .info-value{
            font-size: 22px;
            font-weight: 600;
            color: #2563eb;
            word-break: break-word;
        }

        .copy-btn{
            border: none;
            background: transparent;
            color: #2563eb;
            font-weight: 600;
            font-size: 18px;
        }

        .alert-custom{
            border-radius: 18px;
            padding: 24px;
            margin-top: 25px;
        }

        .alert-custom i{
            font-size: 32px;
        }

        .alert-custom h5{
            font-weight: 600;
            margin-bottom: 8px;
        }

        .help-text{
            margin-top: 45px;
            color: #64748b;
            font-size: 18px;
        }

        .help-text a{
            color: #2563eb;
            text-decoration: none;
            font-weight: 500;
        }

        @media(max-width:768px){

            .main-title{
                font-size: 42px;
            }

            .subtitle{
                font-size: 16px;
            }

            .result-card{
                padding: 20px;
            }

            .info-value{
                font-size: 18px;
            }

        }

        .info-section-title{
    font-size:14px;
    font-weight:700;
    color:#034d97;
    margin-top:30px;
    margin-bottom:12px;
    padding-bottom:8px;
    border-bottom:1px solid #e9ecef;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.domain-alert{
    background:#fff1f0;
    border:1px solid #ffccc7;
    border-radius:18px;
    padding:20px;
    margin-top:30px;
    margin-bottom:24px;
}

.alert-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#ff4d4f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    flex-shrink:0;
}

.alert-title{
    font-size:22px;
    font-weight:700;
    color:#cf1322;
    margin-bottom:4px;
    line-height:1.3;
}

.alert-desc{
    color:#7a1f1f;
    font-size:14px;
    line-height:1.6;
}



/* =========================
   RECOMMENDATION
========================= */

.domain-recommendation{
    background:#fff;
    border:1px solid #e9ecef;
    border-radius:22px;
    padding:28px;
    box-shadow:0 8px 24px rgba(0,0,0,.03);
}

.recommendation-icon{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#eaf4ff;
    color:#1890ff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    flex-shrink:0;
}

.recommendation-title{
    font-size:24px;
    font-weight:700;
    color:#111827;
    line-height:1.3;
}

.recommendation-subtitle{
    font-size:14px;
    color:#6b7280;
    margin-top:2px;
}



/* =========================
   DOMAIN ITEM
========================= */

.domain-item{
    padding:20px 0;
    border-bottom:1px solid #edf2f7;
}

.domain-check{
    width:30px;
    height:30px;
    border-radius:50%;
    background:#edf0ff;
    border:1px solid #8f9aeb;
    color:#1a53c4;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    flex-shrink:0;
}

.domain-check-danger{
    width:30px;
    height:30px;
    border-radius:50%;
    background:#ffeded;
    border:1px solid #eb8f8f;
    color:#c41a1a;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    flex-shrink:0;
}

.domain-name{
    font-size:18px;
    font-weight:600;
    color:#111827;
    word-break:break-word;
}

.domain-status{
    background:#f6ffed;
    color:#389e0d;
    padding:5px 12px;
    border-radius:8px;
    font-size:12px;
    font-weight:600;
    line-height:1;
}



.domain-status-danger{
    background:#ffeded;
    color:#9e170d;
    padding:5px 12px;
    border-radius:8px;
    font-size:12px;
    font-weight:600;
    line-height:1;
}



/* =========================
   BUTTON
========================= */

.copy-domain-btn{
    height:44px;
    padding:0 20px;
    border-radius:12px;
    border:1.5px solid #40a9ff;
    background:#fff;
    color:#1890ff;
    font-size:14px;
    font-weight:600;
    display:flex;
    align-items:center;
    gap:8px;
    transition:all .2s ease;
}

.copy-domain-btn:hover{
    background:#1890ff;
    color:#fff;
}



/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .domain-alert{
        padding:16px;
        border-radius:16px;
    }

    .domain-recommendation{
        padding:20px;
        border-radius:18px;
    }

    .alert-title{
        font-size:18px;
    }

    .alert-desc{
        font-size:13px;
    }

    .recommendation-title{
        font-size:20px;
    }

    .recommendation-subtitle{
        font-size:13px;
    }

    .domain-item{
        padding:16px 0;
    }

    .domain-name{
        font-size:15px;
    }

    .copy-domain-btn{
        width:100%;
        justify-content:center;
        height:42px;
        font-size:13px;
    }

}