/* ============================================================
   COST PAGE v2 — Hero Section | START
   ============================================================ */
.cc-s1 {
    background: #0f172a;
    padding: 56px 24px 48px;
}

.cc-s1__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.3rem;
}

.cc-s1__left {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
}

.cc-s1__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-s1__h1 {
    margin: 0;
    font-size: 25px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

@media (max-width:800px) {
.cc-s1__h1 {
    font-size: 20px;
}
}

.cc-s1__lead {
    margin: 0;
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.7;
}

.cc-s1__lead strong {
    color: #e1e1e1;
}

.cc-s1__lead em {
    font-style: italic;
    color: #cbd5e1;
}

@media (max-width: 640px) {
    .cc-s1 {
        padding: 28px 0 36px;
    }

    .cc-s1__left {
        gap: 12px;
    }
    .cc-s1__inner {
    padding: 0 16px;
}

}
/* ============================================================
   COST PAGE v2 — Hero Section | END
   ============================================================ */

/* ============================================================
   COST PAGE v2 — Calculator Section | START
   ============================================================ */
.cc-s2 {
    background: #f1f5f9;
    padding: 48px 24px 64px;
}

.cc-s2__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.cc-s2__head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 680px;
    margin: 0 auto 28px;
    text-align: center;
}

.cc-s2__tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #94a3b8;
}

.cc-s2__title {
    margin: 0;
    font-size: clamp(20px, 2.6vw, 20px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.cc-s2__desc {
    margin: 0;
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
}

.cc-s2__card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 26px 30px;
}

.cc-s2__controls {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}

.cc-s2__col {
    flex: 1;
    min-width: 230px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cc-s2__col-title {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #94a3b8;
}

.cc-s2__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cc-s2__label {
    font-size: 13px;
    font-weight: 600;
    color: #334155;
}

.cc-s2__sel-wrap {
    position: relative;
}

.cc-s2__sel,
.cc-s2__input {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    font-family: inherit;
    color: #636363;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.15s;
}

.cc-s2__sel:focus,
.cc-s2__input:focus {
    border-color: #0f172a;
}

.cc-s2__custom-wrap {
    display: none;
    margin-top: 8px;
}

.cc-s2__toggle-row {
    display: flex;
    gap: 8px;
}

.cc-s2__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-s2__tgl--on {
    background: #0f172a;
    border-color: #0f172a;
    color: #ffffff;
}

.cc-s2__col-sep {
    width: 1px;
    background: #e2e8f0;
    align-self: stretch;
}

.cc-s2__checks {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cc-s2__chk {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: #334155;
    cursor: pointer;
}

.cc-s2__chk input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.cc-s2__chk-box {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #cbd5e1;
    border-radius: 5px;
    background: #ffffff;
    transition: background-color 0.15s, border-color 0.15s;
}

.cc-s2__chk input:checked + .cc-s2__chk-box {
    background: #4f46e5;
    border-color: #4f46e5;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}

.cc-s2__chk-txt {
    line-height: 1.4;
}

.cc-s2__chk-txt em {
    font-style: normal;
    font-size: 12px;
    color: #94a3b8;
}

.cc-s2__calc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: auto;
    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-s2__calc-btn:hover {
    background: #4338ca;
    border-color: #4338ca;
}

.cc-s2__result {
    margin-top: 26px;
    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-s2__res-main {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cc-s2__res-annual-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
}

.cc-s2__res-annual {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
    letter-spacing: -0.02em;
}

.cc-s2__res-ins-note {
    font-size: 12.5px;
    color: #64748b;
}

.cc-s2__res-secondary {
    display: flex;
    align-items: center;
    gap: 18px;
}

.cc-s2__res-stat {
    display: flex;
    flex-direction: column;
}

.cc-s2__res-stat-val {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
}

.cc-s2__res-stat-lbl {
    font-size: 11.5px;
    color: #94a3b8;
}

.cc-s2__res-stat-sep {
    width: 1px;
    height: 34px;
    background: #e2e8f0;
}

.cc-s2__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-s2__reset-btn:hover {
    color: #0f172a;
}

.cc-s2__res-breakdown {
    width: 100%;
    margin-top: 8px;
    padding-top: 14px;
    border-top: 1px solid #eef2f7;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
    color: #475569;
}

.cc-s2__bdline {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 3px 0;
}

.cc-s2__bdline--deduct {
    color: #047857;
}

.cc-s2__bdline--total {
    margin-top: 6px;
    padding-top: 10px;
    border-top: 1px solid #e2e8f0;
    color: #0f172a;
    font-weight: 700;
}

.cc-s2__bdline-val {
    font-weight: 600;
    white-space: nowrap;
}

.cc-s2__note {
    margin-top: 14px;
    font-size: 12.5px;
    color: #64748b;
}

.cc-s2__disclaimer {
    margin: 16px 0 0;
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .cc-s2__controls {
        flex-direction: column;
        gap: 22px;
    }

    .cc-s2__col-sep {
        display: none;
    }

    .cc-s2__card {
        padding: 20px 18px;
    }

    .cc-s2__result {
        flex-direction: column;
        align-items: flex-start;
    }

    .cc-s2__reset-btn {
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    .cc-s2 {
        padding: 36px 0px 48px;
    }

    .cc-s2__head {
        margin-bottom: 22px;
    }
}
/* ============================================================
   COST PAGE v2 — Calculator Section | END
   ============================================================ */

/* ============================================================
   COST PAGE v2 — Price Table Section | START
   ============================================================ */
.cc-s3 {
    background: #ffffff;
    padding: 56px 24px 72px;
}

.cc-s3__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cc-s3__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    max-width: 640px;
    margin: 0 auto;
}

.cc-s3__tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #94a3b8;
}

.cc-s3__title {
    margin: 0;
    font-size: clamp(20px, 2.6vw, 20px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.cc-s3__desc {
    margin: 0;
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
}

.cc-s3__tbl-wrap {
    overflow-x: auto;
}

.cc-s3__tbl {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}

.cc-s3__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-s3__tbl td {
    padding: 12px 16px;
    color: #334155;
    border-bottom: 1px solid #eef2f7;
}

.cc-s3__tbl tbody tr:last-child td {
    border-bottom: none;
}

.cc-s3__tbl em {
    display: block;
    font-style: normal;
    font-size: 11.5px;
    color: #94a3b8;
    margin-top: 3px;
}

.cc-s3__badge {
    display: inline-flex;
    font-size: 11px;
    font-weight: 600;
    border-radius: 999px;
    padding: 3px 10px;
    white-space: nowrap;
}

.cc-s3__badge--value { color: #047857; background: #ecfdf5; border: 1px solid #a7f3d0; }
.cc-s3__badge--premium { color: #4f46e5; background: #eef2ff; border: 1px solid #c7d2fe; }
.cc-s3__badge--convenient { color: #92400e; background: #fffbeb; border: 1px solid #fde68a; }

.cc-s3__chart-note {
    margin: 0;
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.6;
}

@media (max-width: 640px) {
    .cc-s3 {
        padding: 40px 0px 56px;
    }
}
/* ============================================================
   COST PAGE v2 — Price Table Section | END
   ============================================================ */

/* ============================================================
   COST PAGE v2 — Cost Factors Section | START
   ============================================================ */
.cc-s4 {
    background: #f1f5f9;
    padding: 56px 0px 72px;
}

.cc-s4__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.cc-s4__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    max-width: 640px;
    margin: 0 auto;
}

.cc-s4__tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #94a3b8;
}

.cc-s4__title {
    margin: 0;
    font-size: clamp(20px, 2.6vw, 20px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.cc-s4__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.cc-s4__factor {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cc-s4__factor h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}

.cc-s4__factor p {
    margin: 0;
    font-size: 13.5px;
    color: #475569;
    line-height: 1.65;
}

@media (max-width: 900px) {
    .cc-s4__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .cc-s4 {
        padding: 40px 0px 56px;
    }
}
/* ============================================================
   COST PAGE v2 — Cost Factors Section | END
   ============================================================ */

/* ============================================================
   COST PAGE v2 — FAQ Section | START
   ============================================================ */
.cc-s11 {
    background: #fff;
    padding: 56px 24px 72px;
}

.cc-s11__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cc-s11__head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

.cc-s11__tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #94a3b8;
}

.cc-s11__title {
    margin: 0;
    font-size: clamp(20px, 2.6vw, 20px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.cc-s11__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
}

.cc-s11__item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.15s;
}

.cc-s11__q {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px 16px;
    text-align: left;
    font-family: inherit;
}

.cc-s11__q-num {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 700;
    color: #4f46e5;
    background: #eef2ff;
    border-radius: 6px;
    padding: 3px 7px;
}

.cc-s11__q-text {
    flex: 1;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    letter-spacing: -0.01em;
}


.cc-s11__a-inner {
    overflow: hidden;
}

.cc-s11__a p {
    margin: 0;
    padding: 10px 18px 18px;
    font-size: 13.5px;
    color: #475569;
    line-height: 1.7;
    border-top: 1px solid #f1f5f9;
}

.cc-s11__a strong {
    color: #0f172a;
}

.cc-s11__note {
    margin: 0;
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
    text-align: center;
}

.cc-s11__note a {
    color: #4f46e5;
    font-weight: 600;
}

@media (max-width: 768px) {
    .cc-s11__list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .cc-s11 {
        padding: 25px 0px 56px;
    }

    .cc-s11__q {
        padding: 14px 14px 2px;
    }

    .cc-s11__a p {
        padding: 10px 14px 14px;
    }
}
/* ============================================================
   COST PAGE v2 — FAQ Section | END
   ============================================================ */
