.iegw-wrap {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

.iegw-form,
.iegw-result-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
    padding: 20px;
}

.iegw-header {
    margin-bottom: 12px;
}

.iegw-progress {
    font-size: 14px;
    color: #666;
    margin-bottom: 6px;
}

.iegw-bar {
    background: #eee;
    height: 8px;
    border-radius: 99px;
    overflow: hidden;
}

.iegw-bar-inner {
    background: #4f46e5;
    height: 100%;
    width: 0%;
    transition: width .25s;
}

.iegw-step-card h4 {
    margin: .4rem 0 1rem;
    font-size: 18px;
}

.iegw-qopts {
    display: grid;
    gap: 8px;
}

.iegw-opt {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    cursor: pointer;
}

.iegw-opt input {
    transform: scale(1.15);
}

.iegw-opt:hover {
    background: #fafafa;
}

.iegw-footer {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 16px;
}

.iegw-btn {
    background: #111827;
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 10px;
    cursor: pointer;
}

.iegw-btn[disabled] {
    opacity: .45;
    cursor: not-allowed;
}

.iegw-contact label {
    display: block;
    margin: 10px 0;
}

.iegw-contact input {
    width: 100%;
    padding: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.iegw-hint {
    color: #6b7280;
    font-size: 12px;
}

.iegw-result {
    margin-top: 10px;
}

.iegw-result-card h3 {
    margin: 0 0 8px;
}

.iegw-wa {
    display: inline-block;
    margin-top: 10px;
    background: #25D366;
    color: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    text-decoration: none;
}

.iegw-restart {
    margin-left: 10px;
    background: #f3f4f6;
    color: #111827;
    border: none;
    padding: 10px 14px;
    border-radius: 10px;
    cursor: pointer;
}