.uae-calc-wrapper-14c0238b {
    background: #ffffff;
    padding: 32px 40px;
    border-radius: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #0f172a;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    max-width: 900px;
    margin: 0 auto;
}

.uae-calc-header-14c0238b {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 32px;
}

.uae-calc-icon-14c0238b {
    width: 56px;
    height: 56px;
    background: #eef2ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.uae-calc-icon-14c0238b svg {
    color: #4f46e5;
}

.uae-calc-title-group-14c0238b h3 {
    margin: 0 0 8px 0;
    font-size: 26px;
    color: #0f172a;
    font-weight: 700;
}

.uae-calc-title-group-14c0238b p {
    margin: 0;
    color: #475569;
    font-size: 15px;
}

.form-row-14c0238b {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}

.form-group-14c0238b {
    flex: 1;
}

.form-group-14c0238b label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #1e293b;
}

.label-icon-14c0238b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #f1f5f9;
    border-radius: 6px;
    color: #64748b;
}

.form-group-14c0238b input[type="number"] {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    color: #0f172a;
    transition: all 0.2s;
    background: #ffffff;
}

.form-group-14c0238b input[type="number"]:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-group-14c0238b input[type="number"]::placeholder {
    color: #94a3b8;
}

.tip-box-14c0238b {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 24px;
    color: #334155;
    font-size: 14px;
}

.tip-icon-14c0238b {
    color: #3b82f6;
    display: flex;
    align-items: center;
}

.social-toggle-14c0238b {
    margin-bottom: 24px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px 20px;
}

.custom-checkbox-14c0238b {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #1e293b;
    user-select: none;
}

.custom-checkbox-14c0238b input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark-14c0238b {
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.custom-checkbox-14c0238b:hover input ~ .checkmark-14c0238b {
    border-color: #94a3b8;
}

.custom-checkbox-14c0238b input:checked ~ .checkmark-14c0238b {
    background-color: #3b82f6;
    border-color: #3b82f6;
}

.checkmark-14c0238b:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox-14c0238b input:checked ~ .checkmark-14c0238b:after {
    display: block;
}

.social-icon-14c0238b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #dcfce7;
    color: #16a34a;
    border-radius: 50%;
    margin-right: 8px;
}

.uae-calc-btn-14c0238b {
    background: #fb0451;
    color: #ffffff;
    border: none;
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background-color 0.2s;
    margin-bottom: 24px;
}

.uae-calc-btn-14c0238b:hover {
    background: #e10348;
}

.footer-disclaimer-14c0238b {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 13px;
    justify-content: flex-start;
}

.footer-disclaimer-14c0238b svg {
    color: #64748b;
}

/* Updated Results Area */
.uae-calc-results-14c0238b {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #f1f5f9;
}

.results-header-14c0238b {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 16px;
}

.results-header-14c0238b h4 {
    margin: 0 0 8px 0;
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.5px;
}

.results-header-14c0238b p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
}

.vat-badge-14c0238b {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    color: #334155;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}

.vat-badge-14c0238b svg {
    color: #3b82f6;
}

.results-container-14c0238b {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}

/* Updated Plan Cards */
.plan-card-14c0238b {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
    transition: transform 0.2s, box-shadow 0.2s;
}

.plan-card-14c0238b:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05);
}

.plan-card-14c0238b.recommended {
    border: 1.5px solid #2563eb;
    box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.1);
}

.plan-badge {
    position: absolute;
    top: -1px;
    right: -1px;
    background: #2563eb;
    color: #ffffff;
    font-size: 12px;
    padding: 6px 16px;
    border-radius: 0 12px 0 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.plan-provider-wrap {
    margin-bottom: 16px;
}

.plan-provider {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-block;
}

.plan-provider.etisalat {
    color: #65a30d;
    background: #f7fee7;
}

.plan-provider.du {
    color: #0284c7;
    background: #f0f9ff;
}

.plan-name {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
    line-height: 1.3;
}

.plan-details {
    flex-grow: 1;
    margin-bottom: 24px;
    font-size: 14px;
    color: #475569;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.detail-item svg {
    color: #0f172a;
    flex-shrink: 0;
}

.detail-item.data-main {
    font-weight: 500;
    color: #334155;
}

.detail-item.notes-gift svg {
    color: #0ea5e9;
}

.detail-item.notes-clock svg {
    color: #64748b;
}

.detail-item.notes-gift,
.detail-item.notes-clock {
    padding-top: 12px;
    border-top: 1px dashed #e2e8f0;
    margin-top: 16px;
}

.plan-activation-wrap {
    margin-bottom: 24px;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 500;
}

.plan-activation-wrap.etisalat {
    background: #f7fee7;
    color: #3f6212;
}

.plan-activation-wrap.du {
    background: #f0f9ff;
    color: #0369a1;
}

.activation-inner {
    display: flex;
    align-items: center;
    gap: 8px;
}

.activation-icon {
    display: flex;
    align-items: center;
}

.activation-icon.etisalat svg {
    color: #84cc16;
}

.activation-icon.du svg {
    color: #38bdf8;
}

.plan-price-wrap {
    margin-top: auto;
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.plan-price {
    font-size: 24px;
    font-weight: 700;
    color: #2563eb;
}

.plan-validity {
    font-size: 14px;
    color: #94a3b8;
    font-weight: 500;
}

/* Disclaimer */
.results-disclaimer-14c0238b {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8fafc;
    padding: 16px 24px;
    border-radius: 12px;
    color: #475569;
    font-size: 14px;
    margin-top: 16px;
    border: 1px solid #f1f5f9;
}

.results-disclaimer-14c0238b svg {
    color: #3b82f6;
    flex-shrink: 0;
}

.no-results-14c0238b {
    color: #ef4444;
    font-weight: 500;
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #fee2e2;
}

@media (max-width: 768px) {
    .form-row-14c0238b {
        flex-direction: column;
    }
}