.guide-plan-page {
    min-height: 100vh;
    padding: 168px 0 120px;
    background:
        radial-gradient(circle at top left, rgba(220, 242, 255, 0.7), rgba(220, 242, 255, 0) 36%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    color: #16233b;
}

.guide-plan-shell {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
}

.guide-plan-hero {
    margin-bottom: 34px;
}

.guide-plan-eyebrow {
    margin: 0 0 10px;
    color: #5f87b7;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.guide-plan-title {
    margin: 0;
    font-size: 44px;
    line-height: 1.16;
    letter-spacing: -0.05em;
    color: #10203a;
}

.guide-plan-desc {
    max-width: 860px;
    margin: 14px 0 0;
    color: #67758d;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
}

.guide-plan-desktop {
    display: block;
}

.guide-plan-mobile {
    display: none;
}

.guide-plan-desktop-head,
.guide-plan-row {
    display: grid;
    grid-template-columns: minmax(220px, 1.28fr) repeat(3, minmax(0, 1fr));
}

.guide-plan-desktop-head {
    position: sticky;
    top: 96px;
    z-index: 20;
    gap: 0;
    padding-bottom: 22px;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.guide-plan-desktop-spacer {
    min-height: 1px;
}

.guide-plan-desktop-column,
.guide-plan-cell {
    position: relative;
}

/* .guide-plan-desktop-column.is-featured::before,
.guide-plan-cell.is-featured::before {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    background: #f3f5f9;
} */

.guide-plan-card,
.guide-plan-cell > * {
    position: relative;
    z-index: 1;
}

.guide-plan-card {
    min-height: 322px;
    margin-left: 16px;
    overflow: hidden;
    border: 1px solid #dce4ef;
    border-radius: 0;
    background: #f3f5f9;
    height: 100%;
}

.guide-plan-card.is-featured {
    border-color: #d5dce8;
    /* background: transparent; */
}

.guide-plan-card-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 16px;
    background: #dff4ff;
    color: #1180d8;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.guide-plan-card-note.is-empty {
    visibility: hidden;
}

.guide-plan-card-note-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid currentColor;
    position: relative;
}

.guide-plan-card-note-icon::before,
.guide-plan-card-note-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    background: currentColor;
    transform: translateX(-50%);
}

.guide-plan-card-note-icon::before {
    top: 2px;
    width: 2px;
    height: 6px;
}

.guide-plan-card-note-icon::after {
    bottom: 2px;
    width: 2px;
    height: 2px;
}

.guide-plan-card-body,
.guide-plan-mobile-card-inner {
    display: flex;
    flex-direction: column;
}

.guide-plan-card-body {
    min-height: calc(322px - 46px);
    align-items: flex-start;
    padding: 34px 28px 32px;
}

.guide-plan-card.no-note .guide-plan-card-body {
    padding-top: 60px;
}

.guide-plan-card-icon {
    position: relative;
    display: inline-block;
    width: 62px;
    height: 56px;
    margin-bottom: 12px;
}

.guide-plan-card-icon::before,
.guide-plan-card-icon::after {
    content: "";
    position: absolute;
}

.guide-plan-card-icon::before {
    left: 9px;
    bottom: 0;
    width: 44px;
    height: 20px;
    border-radius: 12px;
    background: linear-gradient(135deg, #a6d5ff, #5ea8ff);
    box-shadow: inset 0 -7px 0 rgba(255, 255, 255, 0.34), 0 10px 18px rgba(75, 123, 198, 0.22);
    transform: skewX(-24deg);
}

.guide-plan-card-icon::after {
    left: 16px;
    top: 2px;
    width: 24px;
    height: 24px;
    border-radius: 7px;
    background: linear-gradient(180deg, #66d4ff, #23a2ff);
    box-shadow: 12px 8px 0 -7px #fff6ad, 22px 18px 0 -12px #64d56f;
    transform: rotate(-14deg);
}

.guide-plan-card-icon.is-starter::before {
    background: linear-gradient(135deg, #bfe4ff, #70d7ff);
}

.guide-plan-card-icon.is-starter::after {
    background: linear-gradient(180deg, #ffe07d, #ffbc2e);
}

.guide-plan-card-icon.is-global::before {
    background: linear-gradient(135deg, #c9d7eb, #aebfd8);
}

.guide-plan-card-icon.is-global::after {
    height: 30px;
    border-radius: 6px;
    background: linear-gradient(180deg, #c5d4ea, #98accb);
    box-shadow: 12px 8px 0 -7px #e2ebf7, 22px 18px 0 -12px #64d56f;
}

.guide-plan-card-name {
    margin: 0;
    color: #0f203a;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.guide-plan-desktop .guide-plan-card-name {
    font-size: 34px;
}

.guide-plan-card-subtitle {
    margin: 16px 0 0;
    color: #707d95;
    font-size: 17px;
    line-height: 1.65;
    font-weight: 600;
}

.guide-plan-card-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    margin: 30px 0 0;
}

.guide-plan-card-price strong {
    color: #0f203a;
    font-size: 54px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.guide-plan-card-price span {
    color: #0f203a;
    font-size: 22px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.guide-plan-card-price del {
    color: #7d889e;
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
}

.guide-plan-card-button {
    width: 100%;
    min-height: 56px;
    margin-top: auto;
    border: 1px solid #d3dce8;
    border-radius: 10px;
    background: #fff;
    color: #24324a;
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.03em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.guide-plan-card-button:hover {
    transform: translateY(-1px);
    border-color: #b5c3d8;
    box-shadow: 0 12px 28px rgba(24, 42, 74, 0.08);
}

.guide-plan-card-button.is-dark {
    border-color: #181c25;
    background: #181c25;
    color: #fff;
    box-shadow: 0 16px 30px rgba(24, 28, 37, 0.2);
}

.guide-plan-table {
    position: relative;
}

.guide-plan-section + .guide-plan-section {
    margin-top: 22px;
}

.guide-plan-section-heading {
    padding: 30px 0 16px;
}

.guide-plan-section-heading h3 {
    margin: 0;
    color: #10203a;
    font-size: 40px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.guide-plan-section-body {
    border-top: 1px solid #e7edf4;
}

.guide-plan-row {
    min-height: 86px;
}

.guide-plan-row + .guide-plan-row {
    border-top: 1px solid #eef2f6;
}

.guide-plan-feature,
.guide-plan-cell {
    display: flex;
    align-items: center;
    min-width: 0;
}

.guide-plan-feature {
    gap: 8px;
    padding: 20px 22px 20px 0;
}

.guide-plan-feature-label {
    color: #16233b;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 700;
}

.guide-plan-feature-help {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    border: 1px solid #c5cfdd;
    border-radius: 50%;
    color: #8592a8;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    cursor: default;
}

.guide-plan-cell {
    justify-content: center;
    padding: 20px 16px;
    text-align: center;
}

.guide-plan-value {
    color: #1d2b43;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 700;
    word-break: keep-all;
}

.guide-plan-value.is-accent {
    color: #0d7be9;
}

.guide-plan-value.is-muted {
    color: #6d7a8f;
}

.guide-plan-value.is-small {
    max-width: 255px;
    font-size: 16px;
    line-height: 1.75;
}

.guide-plan-value.is-check {
    position: relative;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(19, 32, 58, 0.08);
}

.guide-plan-value.is-check::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 12px;
    border-right: 2px solid #17233b;
    border-bottom: 2px solid #17233b;
    transform: translate(-45%, -62%) rotate(40deg);
}

.guide-plan-mobile-slider-wrap {
    margin: 0;
}

.guide-plan-mobile-swiper {
    padding: 0 0 10px;
}

.guide-plan-mobile-track {
    align-items: stretch;
}

.guide-plan-mobile-slide {
    width: calc(100% - 86px);
    height: auto;
}

.guide-plan-mobile-slide .guide-plan-mobile-card {
    height: 100%;
}

.guide-plan-mobile-card {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #dce4ef;
    background: #fff;
    box-shadow: 0 18px 40px rgba(27, 44, 73, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.guide-plan-mobile-card.is-featured {
    border-color: #d5dce8;
}

.guide-plan-mobile-slide.is-active .guide-plan-mobile-card {
    transform: translateY(-2px);
    box-shadow: 0 24px 46px rgba(27, 44, 73, 0.14);
}

.guide-plan-mobile-card-inner {
    min-height: 100%;
    padding: 18px 18px 22px;
}

.guide-plan-mobile-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.guide-plan-mobile-card .guide-plan-card-name {
    font-size: 23px;
}

.guide-plan-mobile-card .guide-plan-card-subtitle {
    margin-top: 8px;
    font-size: 13px;
}

.guide-plan-mobile-card .guide-plan-card-icon {
    width: 54px;
    height: 48px;
    margin-bottom: 0;
}

.guide-plan-mobile-card .guide-plan-card-price {
    margin-top: 14px;
}

.guide-plan-mobile-card .guide-plan-card-price strong {
    font-size: 28px;
}

.guide-plan-mobile-card .guide-plan-card-price span {
    font-size: 14px;
}

.guide-plan-mobile-card .guide-plan-card-price del {
    font-size: 14px;
}

.guide-plan-mobile-card .guide-plan-card-button {
    min-height: 52px;
    margin-top: 16px;
    font-size: 15px;
}

.guide-plan-mobile-bullets {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 18px 0 0;
    padding: 0 0 0 18px;
    color: #1d2b43;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 600;
}

.guide-plan-mobile-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 0 0;
}

.guide-plan-mobile-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c6cfdb;
    cursor: pointer;
}

.guide-plan-mobile-dot.is-active {
    width: 18px;
    border-radius: 999px;
    background: #17233b;
}

.guide-plan-mobile-tabs {
    display: flex;
    align-items: center;
    gap: 24px;
    overflow-x: auto;
    margin-top: 18px;
    padding-bottom: 1px;
    border-bottom: 1px solid #e7ecf3;
    scrollbar-width: none;
}

.guide-plan-mobile-tabs::-webkit-scrollbar {
    display: none;
}

.guide-plan-mobile-tab {
    position: relative;
    flex: 0 0 auto;
    padding: 0 0 14px;
    color: #5c6c85;
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
}

.guide-plan-mobile-tab.is-active {
    color: #15233b;
}

.guide-plan-mobile-tab.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background: #15233b;
}

.guide-plan-mobile-panels {
    padding-top: 6px;
}

.guide-plan-mobile-panel {
    display: none;
}

.guide-plan-mobile-panel.is-active {
    display: block;
}

.guide-plan-mobile-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.guide-plan-mobile-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: flex-start;
    padding: 18px 0;
    border-bottom: 1px solid #eef2f6;
}

.guide-plan-mobile-label {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    color: #16233b;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
}

.guide-plan-mobile-value {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

.guide-plan-mobile-value .guide-plan-value {
    font-size: 15px;
    line-height: 1.7;
}

.guide-plan-mobile-value .guide-plan-value.is-small {
    max-width: 170px;
    font-size: 13px;
}

@media screen and (max-width: 1080px) {
    .guide-plan-page {
        padding: 148px 0 100px;
    }

    .guide-plan-shell {
        width: calc(100% - 40px);
    }

    .guide-plan-desktop-head,
    .guide-plan-row {
        grid-template-columns: minmax(180px, 1.05fr) repeat(3, minmax(0, 1fr));
    }

    .guide-plan-card {
        min-height: 300px;
    }

    .guide-plan-card-body {
        min-height: calc(300px - 46px);
        padding-left: 20px;
        padding-right: 20px;
    }

    .guide-plan-card.no-note .guide-plan-card-body {
        padding-top: 42px;
    }

    .guide-plan-desktop .guide-plan-card-name {
        font-size: 28px;
    }

    .guide-plan-card-price strong {
        font-size: 42px;
    }

    .guide-plan-card-price span,
    .guide-plan-card-price del {
        font-size: 17px;
    }

    .guide-plan-card-button {
        font-size: 16px;
    }

    .guide-plan-section-heading h3 {
        font-size: 32px;
    }

    .guide-plan-feature-label,
    .guide-plan-value {
        font-size: 16px;
    }
}

@media screen and (max-width: 860px) {
    .guide-plan-page {
        padding: 124px 0 88px;
    }

    .guide-plan-shell {
        width: calc(100% - 28px);
    }

    .guide-plan-hero {
        margin-bottom: 24px;
    }

    .guide-plan-title {
        font-size: 32px;
    }

    .guide-plan-desc {
        font-size: 15px;
        line-height: 1.7;
    }

    .guide-plan-desktop {
        display: none;
    }

    .guide-plan-mobile {
        display: block;
    }
}

@media screen and (max-width: 540px) {
    .guide-plan-mobile-track {
        align-items: stretch;
    }

    .guide-plan-mobile-slide {
        width: calc(100% - 72px);
    }

    .guide-plan-mobile-tabs {
        gap: 18px;
    }

    .guide-plan-mobile-tab {
        font-size: 14px;
    }

    .guide-plan-mobile-item {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    .guide-plan-mobile-value {
        justify-content: flex-start;
        text-align: left;
    }
}
