.price-page {
    background: #f7fbff;
}

.price-fv {
    padding: 80px 0 60px;
    text-align: center;
}

.price-fv h1 {
    font-size: 32px;
    margin-bottom: 16px;
}

.price-fv p {
    color: #5f6f82;
    margin-bottom: 24px;
}

.price-intro {
    padding: 40px 0;
    text-align: center;
}

.price-intro__list {
    list-style: none;
    padding: 0;
    margin-top: 16px;
}

.price-intro__list li {
    margin-bottom: 8px;
}

.price-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.price-card {
    background: #fff;
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.price-main {
    font-size: 28px;
    font-weight: bold;
    margin: 12px 0;
}

.price-card__cta {
    margin-top: 16px;
    display: flex;
    gap: 10px;
}

.price-table {
    padding: 60px 0;
}

.price-table table {
    width: 100%;
    border-collapse: collapse;
}

.price-table th,
.price-table td {
    border: 1px solid #ddd;
    padding: 12px;
}

.price-cta {
    padding: 60px 0;
    text-align: center;
}

/* ====================================================================================================
   PRICE PAGE
==================================================================================================== */
.price-page {
    background:
        radial-gradient(900px 420px at 0% 0%, rgba(0, 171, 239, 0.06), transparent 60%),
        radial-gradient(900px 420px at 100% 20%, rgba(124, 58, 237, 0.04), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    color: #0b2346;
}

.price-page .container {
    width: min(1120px, calc(100% - 32px));
    margin-inline: auto;
}

.price-section-heading {
    margin-bottom: 28px;
    text-align: center;
}

.price-section__title {
    margin: 0 0 12px;
    font-size: clamp(28px, 2vw, 40px);
    line-height: 1.3;
    font-weight: 800;
    color: #0b2346;
}

.price-section__lead {
    margin: 0;
    color: #5f6f82;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 500;
}

/* FV */
.price-fv {
    position: relative;
    padding: clamp(72px, 10vw, 128px) 0 72px;
    overflow: hidden;
}

.price-fv__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(520px 220px at 15% 20%, rgba(0, 171, 239, 0.10), transparent 70%),
        radial-gradient(520px 220px at 85% 30%, rgba(124, 58, 237, 0.08), transparent 70%);
    pointer-events: none;
}

.price-fv__inner {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto;
    padding: clamp(28px, 4vw, 42px);
    text-align: center;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(4, 30, 58, 0.10);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(4, 30, 58, 0.10);
    overflow: hidden;
}

.price-fv__inner::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, #041e3a, #00abef, #7c3aed);
}

.price-fv__eyebrow {
    margin: 0 0 12px;
    color: #0d5ca3;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.price-fv__title {
    margin: 0 0 16px;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.25;
    font-weight: 900;
    color: #0b2346;
}

.price-fv__lead {
    margin: 0 auto;
    max-width: 720px;
    color: #5f6f82;
    font-size: 16px;
    line-height: 1.95;
    font-weight: 500;
}

.price-fv__points {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.price-fv__points span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 6px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(13, 92, 163, 0.10), rgba(0, 171, 239, 0.12));
    color: #0d5ca3;
    font-size: 13px;
    font-weight: 700;
}

.price-fv__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

/* intro */
.price-intro {
    padding: 0 0 60px;
}

.price-intro__box {
    padding: clamp(28px, 4vw, 40px);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(4, 30, 58, 0.10);
    border-radius: 28px;
    box-shadow: 0 18px 55px rgba(4, 30, 58, 0.08);
}

.price-intro .price-section__title,
.price-intro .price-section__lead {
    text-align: center;
}

.price-intro__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.price-intro__item {
    padding: 24px 20px;
    background: #fff;
    border: 1px solid rgba(4, 30, 58, 0.08);
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(4, 30, 58, 0.05);
    text-align: center;
}

.price-intro__icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 14px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(13, 92, 163, 0.12), rgba(0, 171, 239, 0.14));
    color: #0d5ca3;
    font-size: 20px;
    font-weight: 900;
}

.price-intro__item h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.4;
    color: #0b2346;
}

.price-intro__item p {
    margin: 0;
    color: #687789;
    font-size: 14px;
    line-height: 1.85;
}

/* price cards */
.price-list {
    padding: 10px 0 70px;
}

.price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px 24px 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(4, 30, 58, 0.10);
    border-radius: 26px;
    box-shadow: 0 16px 40px rgba(4, 30, 58, 0.08);
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.price-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, #041e3a, #00abef, #7c3aed);
}

.price-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 171, 239, 0.18);
    box-shadow: 0 24px 56px rgba(4, 30, 58, 0.12);
}

.price-card--featured {
    border-color: rgba(0, 171, 239, 0.18);
    box-shadow: 0 24px 56px rgba(4, 30, 58, 0.12);
}

.price-card__badge {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 32px;
    padding: 6px 12px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(13, 92, 163, 0.12), rgba(0, 171, 239, 0.14));
    color: #0d5ca3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.price-card__badge--outline {
    background: rgba(4, 30, 58, 0.05);
    color: #5f6f82;
}

.price-card__title {
    margin: 0 0 10px;
    color: #0b2346;
    font-size: clamp(24px, 1vw, 28px);
    line-height: 1.4;
    font-weight: 800;
}

.price-card__text {
    margin: 0;
    color: #687789;
    font-size: 14px;
    line-height: 1.85;
    font-weight: 500;
}

.price-card__price {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin: 20px 0 18px;
    color: #0b2346;
}

.price-card__yen {
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}

.price-card__amount {
    font-size: clamp(42px, 4vw, 56px);
    line-height: 1;
    font-weight: 900;
    background: linear-gradient(90deg, #0d5ca3, #00abef, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.price-card__tax {
    font-size: 16px;
    font-weight: 700;
    color: #5f6f82;
    padding-bottom: 6px;
}

.price-card__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.price-card__list li {
    position: relative;
    padding-left: 22px;
    color: #5f6f82;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
}

.price-card__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #00abef;
    font-weight: 800;
}

.price-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

/* table */
.price-compare {
    padding: 10px 0 70px;
}

.price-compare__tableWrap {
    overflow-x: auto;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(4, 30, 58, 0.10);
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(4, 30, 58, 0.08);
}

.price-compare__table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.price-compare__table th,
.price-compare__table td {
    padding: 18px 16px;
    border-bottom: 1px solid rgba(4, 30, 58, 0.08);
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
}

.price-compare__table th {
    background: rgba(4, 30, 58, 0.03);
    color: #0b2346;
    font-weight: 800;
}

.price-compare__table td {
    color: #5f6f82;
    font-weight: 500;
}

.price-compare__table tbody tr:last-child td {
    border-bottom: none;
}

.price-compare__table a {
    color: #0d5ca3;
    font-weight: 700;
    text-decoration: none;
}

.price-compare__note {
    margin: 18px 0 0;
    color: #687789;
    font-size: 13px;
    line-height: 1.9;
}

/* faq */
.price-faq {
    padding: 10px 0 70px;
}

.price-faq__list {
    display: grid;
    gap: 16px;
}

.price-faq__item {
    padding: 22px 22px 20px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(4, 30, 58, 0.10);
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(4, 30, 58, 0.05);
}

.price-faq__item h3 {
    margin: 0 0 10px;
    color: #0b2346;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 800;
}

.price-faq__item p {
    margin: 0;
    color: #687789;
    font-size: 14px;
    line-height: 1.85;
}

/* final cta */
.price-cta {
    padding: 0 0 80px;
}

.price-cta__box {
    padding: clamp(28px, 4vw, 42px);
    text-align: center;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(4, 30, 58, 0.10);
    border-radius: 28px;
    box-shadow: 0 20px 60px rgba(4, 30, 58, 0.08);
    position: relative;
    overflow: hidden;
}

.price-cta__box::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, #041e3a, #00abef, #7c3aed);
}

.price-cta__box h2 {
    margin: 0 0 12px;
    color: #0b2346;
    font-size: clamp(28px, 2vw, 40px);
    line-height: 1.3;
    font-weight: 800;
}

.price-cta__box p {
    margin: 0;
    color: #5f6f82;
    font-size: 15px;
    line-height: 1.9;
}

.price-cta__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

/* responsive */
@media (max-width: 1024px) {
    .price-intro__grid,
    .price-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .price-page .container {
        width: calc(100% - 22px);
    }

    .price-fv {
        padding: 54px 0 42px;
    }

    .price-fv__inner,
    .price-intro__box,
    .price-cta__box {
        border-radius: 18px;
        padding: 22px 18px;
    }

    .price-card,
    .price-faq__item,
    .price-compare__tableWrap {
        border-radius: 18px;
    }

    .price-fv__eyebrow {
        font-size: 12px;
    }

    .price-fv__title,
    .price-section__title,
    .price-cta__box h2 {
        font-size: 28px;
    }

    .price-fv__lead,
    .price-section__lead,
    .price-cta__box p {
        font-size: 14px;
        line-height: 1.8;
    }

    .price-intro__item h3 {
        font-size: 18px;
    }

    .price-card {
        padding: 22px 18px 20px;
    }

    .price-card__title {
        font-size: 22px;
    }

    .price-card__amount {
        font-size: 40px;
    }

    .price-card__yen {
        font-size: 18px;
    }

    .price-card__tax {
        font-size: 14px;
        padding-bottom: 4px;
    }

    .price-card__list li,
    .price-faq__item p,
    .price-compare__table th,
    .price-compare__table td {
        font-size: 13px;
        line-height: 1.75;
    }
}

.price-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 26px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.price-btn--primary {
    background: #071a3d;
    color: #fff;
    border: 1px solid #071a3d;
}

.price-btn--ghost {
    background: #fff;
    color: #0b2346;
    border: 1px solid rgba(4, 30, 58, 0.14);
}