.ge-csc-wrap{
    max-width:820px;
    margin:50px auto;
    padding:20px;
    font-family:Inter,Arial,sans-serif;
}

.ge-csc-card{
    position:relative;
    overflow:hidden;
    text-align:center;
    padding:46px;
    border-radius:30px;
    background:radial-gradient(circle at top left,rgba(124,58,237,.32),transparent 32%),linear-gradient(135deg,#020617,#111827 58%,#0f172a);
    color:#fff;
    box-shadow:0 30px 90px rgba(15,23,42,.42);
}

.ge-csc-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-bottom:16px;
    padding:9px 18px;
    border-radius:999px;
    background:#facc15;
    color:#111827;
    font-weight:900;
    letter-spacing:.9px;
}

.ge-csc-card h1{
    color:#fff;
    font-size:46px;
    line-height:1.1;
    font-weight:900;
    margin:10px 0 14px;
}

.ge-csc-subheadline{
    color:#dbeafe;
    font-size:18px;
    line-height:1.7;
    max-width:650px;
    margin:0 auto 20px;
}

.ge-csc-coupon{
    display:inline-flex;
    margin:6px auto 22px;
    padding:11px 18px;
    border-radius:999px;
    background:rgba(34,197,94,.16);
    color:#bbf7d0;
    border:1px solid rgba(34,197,94,.38);
    font-weight:900;
}

.ge-csc-form{
    display:grid;
    gap:13px;
    max-width:500px;
    margin:0 auto;
}

.ge-csc-form label{
    text-align:left;
    color:#e5e7eb;
    font-weight:800;
    font-size:13px;
}

.ge-csc-form label span{
    display:block;
    margin-bottom:6px;
}

.ge-csc-form input{
    width:100%;
    box-sizing:border-box;
    padding:15px 16px;
    border-radius:15px;
    border:1px solid rgba(148,163,184,.45);
    background:#fff;
    color:#111827;
    font-size:15px;
    outline:none;
}

.ge-csc-form input:focus{
    border-color:#60a5fa;
    box-shadow:0 0 0 4px rgba(96,165,250,.18);
}

.ge-csc-form button{
    margin-top:8px;
    padding:16px 28px;
    border:0;
    border-radius:16px;
    background:linear-gradient(135deg,#7c3aed,#2563eb);
    color:#fff;
    font-weight:900;
    font-size:16px;
    cursor:pointer;
    box-shadow:0 16px 36px rgba(37,99,235,.35);
}

.ge-csc-form button:hover{
    transform:translateY(-1px);
}

.ge-csc-success{
    max-width:820px;
    margin:20px auto;
    padding:15px 18px;
    border-radius:16px;
    background:#dcfce7;
    color:#166534;
    font-weight:900;
    text-align:center;
}

@media(max-width:640px){
    .ge-csc-card{
        padding:30px 20px;
        border-radius:24px;
    }

    .ge-csc-card h1{
        font-size:34px;
    }

    .ge-csc-subheadline{
        font-size:16px;
    }
}
