/* ASIC Form Dedicated Styles - Ultimate Premium v3 (Final Match) */

.asic-form-container {
    font-family: 'Inter', -apple-system, sans-serif;
    color: #1a1f36;
    max-width: 1250px;
    margin: 40px auto;
}

/* Landing Page Styles */
.asic-landing-view {
    max-width: 1000px;
    margin: 40px auto;
}

.asic-header {
    text-align: center;
    margin-bottom: 50px;
}

.asic-header h1 {
    font-size: 36px;
    font-weight: 900;
    color: #1a1f36;
    margin-bottom: 15px;
}

.asic-header p {
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
}

.asic-badge-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: -20px;
    position: relative;
    z-index: 2;
}

.asic-popular-badge {
    background: #ff7a21;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 25px;
    border-radius: 30px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(255, 122, 33, 0.3);
}

.asic-main-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.asic-card-left {
    width: 35%;
    padding: 50px;
    background: #f8fafc;
    border-right: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.asic-card-right {
    width: 65%;
    padding: 50px;
}

.asic-service-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 25px;
}

.asic-price-box {
    margin-bottom: 30px;
}

.asic-price {
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
}

.asic-period {
    font-size: 18px;
    color: #64748b;
}

.asic-gst-note {
    font-size: 13px;
    color: #94a3b8;
    margin-top: 10px;
}

.asic-btn {
    background: #ff7a21;
    color: #fff;
    border: none;
    padding: 18px 30px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    text-decoration: none;
}

.asic-btn:hover {
    background: #e66a1a;
    transform: translateY(-2px);
}

.asic-included-label {
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #64748b;
}

.asic-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 30px;
}
/* Step 4 Nomination Cards */
.asic-nom-card {
    display: block; border: 1.5px solid #e2e8f0; border-radius: 12px; padding: 20px;
    cursor: pointer; background: #fff; transition: all 0.2s ease;
}
.asic-nom-card:hover { border-color: #3b82f6; }
.asic-nom-card.active { border-color: #22c55e; background: #f0fdf4; }
.asic-nom-card input { display: none; }

.asic-nom-flex { display: flex; gap: 15px; align-items: center; }
.asic-radio-circle {
    width: 22px; height: 22px; border: 2px solid #cbd5e1; border-radius: 50%;
    position: relative; flex-shrink: 0;
}
.active .asic-radio-circle { border-color: #22c55e; background: #22c55e; }
.active .asic-radio-circle:after {
    content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 10px; height: 10px; background: #fff; border-radius: 50%;
}

.asic-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #475569;
}

.asic-check {
    color: #22c55e;
    font-size: 18px;
    font-weight: bold;
}

/* Header & Trust Bar */
.asic-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}

.asic-header-flex h1 {
    font-size: 28px;
    font-weight: 800;
    margin: 0;
}

.asic-header-flex p {
    color: #64748b;
    font-size: 15px;
    margin-top: 5px;
}

.asic-top-banner {
    background: #f0fdf4;
    border: 1px solid #dcfce7;
    border-radius: 10px;
    padding: 12px 25px;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.asic-banner-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #166534;
    font-weight: 600;
}

/* Progress Bar */
.asic-prog-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.asic-prog-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.asic-prog-num {
    width: 35px;
    height: 35px;
    background: #f1f5f9;
    color: #64748b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 8px;
}

.asic-prog-step.active .asic-prog-num {
    background: #ff7a21;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(255, 122, 33, 0.1);
}

.asic-prog-step.completed .asic-prog-num {
    background: #22c55e;
    color: #fff;
}

.asic-prog-label {
    font-size: 11px;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
}

.asic-prog-line {
    position: absolute;
    top: 17px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #e2e8f0;
    z-index: 1;
}

/* Main Grid Layout */
.asic-main-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    align-items: start;
}

/* Content Card */
.asic-card-box {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 35px 35px 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    min-height: auto;
}

.asic-title-h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
}

.asic-subtitle-p {
    font-size: 15px;
    color: #64748b;
    margin-bottom: 35px;
}

/* Package Selection Grid */
.asic-pkg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.asic-pkg-card {
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.asic-pkg-card.selected {
    border-color: #ff7a21;
    background: #f8fbff;
}




.asic-badge-pill {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff7a21;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 5px 15px;
    border-radius: 20px;
}

.asic-check-circle {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 24px;
    height: 24px;
    border: 2.2px solid #cbd5e1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selected .asic-check-circle {
    background: #ff7a21;
    border-color: #ff7a21;
    color: #fff;
}

/* Form Fields */
.asic-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.asic-label-txt {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.asic-input-sel {
    width: 100%;
    padding: 13px 18px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    font-size: 14px;
    background: #fff;
}

.asic-freq-toggle {
    display: flex;
    background: #f1f5f9;
    padding: 5px;
    border-radius: 10px;
    width: fit-content;
}

.asic-freq-btn {
    padding: 10px 35px;
    border: none;
    background: transparent;
    font-weight: 800;
    font-size: 13px;
    cursor: pointer;
    border-radius: 8px;
    color: #64748b;
}

.asic-freq-btn.active {
    background: #1a1f36;
    color: #fff;
}

/* Payroll Widget */
.asic-payroll-box {
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 25px 35px;
    margin-top: 40px;
}

.asic-payroll-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.asic-qty-controls {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #f1f5f9;
}

.asic-qty-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-size: 22px;
    transition: all 0.2s;
}

.asic-qty-btn.minus {
    background: #ffe4d1;
    color: #ff7a21;
}

.asic-qty-btn.plus {
    background: #ff7a21;
    color: #fff;
}

.asic-qty-val-wrap {
    text-align: center;
    min-width: 40px;
}

.asic-qty-num {
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
}

.asic-qty-lbl {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
    margin-top: 4px;
}

/* Sidebar Premium Style */
.asic-sidebar-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: sticky;
    top: 20px;
}

.asic-side-head {
    background: #1a1f36;
    color: #fff;
    padding: 22px 30px;
    font-size: 18px;
    font-weight: 800;
}

.asic-side-body {
    padding: 30px;
}

.asic-side-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
}

.asic-addon-txt {
    color: #3b82f6;
    font-size: 10px;
    margin-left: 5px;
    font-weight: 700;
}

.asic-total-divider {
    border-top: 1.5px solid #f1f5f9;
    margin-top: 25px;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.asic-final-price {
    font-size: 34px;
    font-weight: 900;
    color: #ff7a21;
}

.asic-trust-pill {
    background: #f0fdf4;
    border: 1px solid #dcfce7;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    gap: 12px;
    margin-top: 15px;
    align-items: center;
}

.asic-trust-pill.blue {
    background: #f0f9ff;
    border-color: #dbeafe;
}

.asic-trust-pill.green-light {
    background: #f0fdf4;
    border-color: #dcfce7;
}

.asic-pill-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

.asic-help-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
}

.asic-help-header {
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 12px;
}

.asic-help-contact {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #475569;
    margin-bottom: 8px;
    text-decoration: none;
}

.asic-logo-row {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #f1f5f9;
}

/* Switch Toggle */
.asic-sw {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 26px;
}

.asic-sw input {
    opacity: 0;
    width: 0;
    height: 0;
}

.asic-sw-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 34px;
}

.asic-sw-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.asic-sw-slider {
    background-color: #ff7a21;
}

input:checked+.asic-sw-slider:before {
    transform: translateX(24px);
}

/* Bottom Buttons */
.asic-btns-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.asic-btn-back {
    background: #f1f5f9;
    color: #1a1f36;
    border: none;
    padding: 16px 45px;
    border-radius: 14px;
    font-weight: 700;
    cursor: pointer;
}

.asic-btn-next {
    background: #ff7a21;
    color: #fff;
    border: none;
    padding: 16px 55px;
    border-radius: 14px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(255, 122, 33, 0.2);
}

/* Submission Spinner */
.asic-spinner {
    display: inline-block; width: 18px; height: 18px; border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%; border-top-color: #fff; animation: asic-spin 1s linear infinite;
    margin-right: 10px; vertical-align: middle;
}
@keyframes asic-spin { to { transform: rotate(360deg); } }

/* Mobile Responsiveness */
@media (max-width: 992px) {
    .asic-main-grid { grid-template-columns: 1fr; }
    .asic-sidebar-card { position: static; margin-top: 30px; }
    .asic-main-card { flex-direction: column; }
    .asic-card-left, .asic-card-right { width: 100%; padding: 30px; border-right: none; border-bottom: 1px solid #e2e8f0; }
    .asic-card-left { text-align: center; }
    .asic-header h1 { font-size: 28px; }
}

@media (max-width: 768px) {
    .asic-form-container { margin: 20px 10px; }
    .asic-prog-label { display: none; }
    .asic-prog-step.active .asic-prog-label { display: block; font-size: 10px; margin-top: 5px; }
    .asic-pkg-grid { grid-template-columns: 1fr; }
    .asic-field-row { grid-template-columns: 1fr !important; gap: 15px; }
    .asic-title-h2 { font-size: 20px; }
    .asic-btn-next, .asic-btn-back { padding: 14px 30px; font-size: 14px; width: 48%; }
    .asic-btns-footer { gap: 10px; }
}