/* ============================================================
   EXAM COST PAGE — Hero Section | START
   ============================================================ */
.cc-ex-1 {
    background: #0f172a;
    padding: 56px 24px 48px;
}

.cc-ex-1__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.cc-ex-1__left {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
}

.cc-ex-1__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #a5b4fc;
    background: rgba(79, 70, 229, 0.14);
    border: 1px solid rgba(79, 70, 229, 0.28);
    border-radius: 999px;
    padding: 5px 12px;
}

.cc-ex-1__h1 {
    margin: 0;
    font-size: 25px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: -0.025em;
}
@media (max-width:800px) {
.cc-ex-1__h1 {
    font-size: 20px;
}
}

.cc-ex-1__lead {
    margin: 0;
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.7;
}

.cc-ex-1__lead strong {
    color: #e2e8f0;
}

@media (max-width: 640px) {
    .cc-ex-1 {
        padding: 28px 0 36px;
    }

    .cc-ex-1__left {
        gap: 12px;
    }


}
/* ============================================================
   EXAM COST PAGE — Hero Section | END
   ============================================================ */

/* ============================================================
   EXAM COST PAGE — Exam vs Fitting Section | START
   ============================================================ */
.cc-ex-2 {
    background: #f1f5f9;
    padding: 56px 24px 72px;
}

.cc-ex-2__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.cc-ex-2__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    max-width: 680px;
    margin: 0 auto;
}

.cc-ex-2__tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #94a3b8;
}

.cc-ex-2__title {
    margin: 0;
    font-size: clamp(20px, 2.6vw, 20px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.cc-ex-2__desc {
    margin: 0;
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
}

.cc-ex-2__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.cc-ex-2__card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cc-ex-2__num {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #94a3b8;
}

.cc-ex-2__card h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}

.cc-ex-2__card p {
    margin: 0;
    font-size: 13.5px;
    color: #475569;
    line-height: 1.65;
}

@media (max-width: 900px) {
    .cc-ex-2__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .cc-ex-2 {
        padding: 36px 0px 48px;
    }
}
/* ============================================================
   EXAM COST PAGE — Exam vs Fitting Section | END
   ============================================================ */

/* ============================================================
   EXAM COST PAGE — Estimator Section | START
   ============================================================ */
.cc-ex-3 {
    background: #ffffff;
    padding: 56px 24px 72px;
}

.cc-ex-3__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.cc-ex-3__head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 680px;
    margin: 0 auto 28px;
    text-align: center;
}

.cc-ex-3__tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #94a3b8;
}

.cc-ex-3__title {
    margin: 0;
    font-size: clamp(20px, 2.6vw, 20px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.cc-ex-3__desc {
    margin: 0;
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
}

.cc-ex-3__card {
    background: #4f46e512;
    border: 1px dashed #4f46e5;
    border-radius: 12px;
    padding: 26px 30px;
}

.cc-ex-3__controls {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.cc-ex-3__col {
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cc-ex-3__col-title {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #94a3b8;
}

.cc-ex-3__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cc-ex-3__label {
    font-size: 13px;
    font-weight: 600;
    color: #334155;
}

.cc-ex-3__sel-wrap {
    position: relative;
}

.cc-ex-3__sel {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    font-family: inherit;
    color: #334155;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.15s;
}

.cc-ex-3__sel:focus {
    border-color: #0f172a;
}

.cc-ex-3__toggle-row {
    display: flex;
    gap: 8px;
}

.cc-ex-3__tgl {
    flex: 1;
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    color: #475569;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}

.cc-ex-3__tgl--on {
    background: #0f172a;
    border-color: #0f172a;
    color: #ffffff;
}

.cc-ex-3__col-sep {
    width: 1px;
    background: #e2e8f0;
    align-self: stretch;
}

.cc-ex-3__btn-wrap {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.cc-ex-3__calc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    padding: 11px 22px;
    font-size: 13px;
    font-weight: 700;
    font-family: inherit;
    color: #ffffff;
    background: #4f46e5;
    border: 1px solid #4f46e5;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.15s, border-color 0.15s;
}

.cc-ex-3__calc-btn:hover {
    background: #4338ca;
    border-color: #4338ca;
}

.cc-ex-3__result {
    margin-top: 24px;
    padding: 22px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.cc-ex-3__res-main {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cc-ex-3__res-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
}

.cc-ex-3__res-value {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
    letter-spacing: -0.02em;
}

.cc-ex-3__res-note {
    font-size: 12.5px;
    color: #64748b;
}

.cc-ex-3__res-secondary {
    display: flex;
    align-items: center;
    gap: 18px;
}

.cc-ex-3__res-stat {
    display: flex;
    flex-direction: column;
}

.cc-ex-3__res-stat-val {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
}

.cc-ex-3__res-stat-lbl {
    font-size: 11.5px;
    color: #94a3b8;
}

.cc-ex-3__res-stat-sep {
    width: 1px;
    height: 34px;
    background: #e2e8f0;
}

.cc-ex-3__reset-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    padding: 0;
    font-size: 12.5px;
    font-weight: 600;
    font-family: inherit;
    color: #64748b;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.15s;
}

.cc-ex-3__reset-btn:hover {
    color: #0f172a;
}

.cc-ex-3__disclaimer {
    margin: 16px 0 0;
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .cc-ex-3__controls {
        flex-direction: column;
        gap: 20px;
    }

    .cc-ex-3__col-sep {
        display: none;
    }

    .cc-ex-3__card {
        padding: 20px 18px;
    }

    .cc-ex-3__result {
        flex-direction: column;
        align-items: flex-start;
    }

    .cc-ex-3__reset-btn {
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    .cc-ex-3 {
        padding: 36px 0px 48px;
    }

    .cc-ex-3__head {
        margin-bottom: 22px;
    }
}
/* ============================================================
   EXAM COST PAGE — Estimator Section | END
   ============================================================ */

/* ============================================================
   EXAM COST PAGE — Price Table Section | START
   ============================================================ */
.cc-ex-4 {
    background: #f1f5f9;
    padding: 56px 24px 72px;
}

.cc-ex-4__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cc-ex-4__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    max-width: 640px;
    margin: 0 auto;
}

.cc-ex-4__tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #94a3b8;
}

.cc-ex-4__title {
    margin: 0;
    font-size: clamp(20px, 2.6vw, 20px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.cc-ex-4__desc {
    margin: 0;
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
}

.cc-ex-4__tbl-wrap {
    overflow-x: auto;
}

.cc-ex-4__tbl {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}

.cc-ex-4__tbl th {
    padding: 12px 16px;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #0f172a;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.cc-ex-4__tbl td {
    padding: 12px 16px;
    color: #334155;
    border-bottom: 1px solid #eef2f7;
}

.cc-ex-4__tbl tbody tr:last-child td {
    border-bottom: none;
}

.cc-ex-4__tbl strong {
    color: #0f172a;
}

.cc-ex-4__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.cc-ex-4__card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cc-ex-4__card h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}

.cc-ex-4__card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cc-ex-4__card li {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.5;
}

.cc-ex-4__card li strong {
    color: #0f172a;
}

.cc-ex-4__card p {
    margin: 0;
    font-size: 13.5px;
    color: #475569;
    line-height: 1.65;
}

.cc-ex-4__card p strong {
    color: #0f172a;
}

.cc-ex-4__note {
    margin: 0;
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .cc-ex-4__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .cc-ex-4 {
        padding: 36px 0px 48px;
    }
}
/* ============================================================
   EXAM COST PAGE — Price Table Section | END
   ============================================================ */

/* ============================================================
   EXAM COST PAGE — Cheap Exam Section | START
   ============================================================ */
.cc-ex-5 {
    background: #ffffff;
    padding: 56px 24px 72px;
}

.cc-ex-5__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.cc-ex-5__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    max-width: 640px;
    margin: 0 auto;
}

.cc-ex-5__tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #94a3b8;
}

.cc-ex-5__title {
    margin: 0;
    font-size: clamp(20px, 2.6vw, 20px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.cc-ex-5__desc {
    margin: 0;
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
}

.cc-ex-5__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.cc-ex-5__item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cc-ex-5__num {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #94a3b8;
}

.cc-ex-5__item h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}

.cc-ex-5__item p {
    margin: 0;
    font-size: 13.5px;
    color: #475569;
    line-height: 1.65;
}

.cc-ex-5__note {
    margin: 0;
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .cc-ex-5__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .cc-ex-5 {
        padding: 36px 0px 48px;
    }
}
/* ============================================================
   EXAM COST PAGE — Cheap Exam Section | END
   ============================================================ */

/* ============================================================
   EXAM COST PAGE — FAQ Section | START
   ============================================================ */
.cc-ex-6 {
    background: #f1f5f9;
    padding: 56px 24px 72px;
}

.cc-ex-6__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cc-ex-6__head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

.cc-ex-6__tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #94a3b8;
}

.cc-ex-6__title {
    margin: 0;
    font-size: clamp(20px, 2.6vw, 20px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.cc-ex-6__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: start;
}

.cc-ex-6__item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
}

.cc-ex-6__q {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px 16px;
    text-align: left;
    font-family: inherit;
}

.cc-ex-6__q-num {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 700;
    color: #4f46e5;
    background: #eef2ff;
    border-radius: 6px;
    padding: 3px 7px;
}

.cc-ex-6__q-text {
    flex: 1;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.cc-ex-6__a {
    padding: 10px 18px 18px;
    border-top: 1px solid #f1f5f9;
}

.cc-ex-6__a p {
    margin: 0;
    font-size: 13.5px;
    color: #475569;
    line-height: 1.7;
}

.cc-ex-6__a strong {
    color: #0f172a;
}

.cc-ex-6__note {
    margin: 0;
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
    text-align: center;
}

.cc-ex-6__note a {
    color: #4f46e5;
    font-weight: 600;
}

@media (max-width: 768px) {
    .cc-ex-6__list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .cc-ex-6 {
        padding: 36px 0px 48px;
    }

    .cc-ex-6__q {
        padding: 14px 14px 2px;
    }

    .cc-ex-6__a {
        padding: 10px 14px 14px;
    }
}
/* ============================================================
   EXAM COST PAGE — FAQ Section | END
   ============================================================ */
