/* ============================================================
   Sections v2 (2026-07-17) — features / pricing / founder /
   salons / final CTA rebuilt as HTML text + real screenshots
   in the /1650/ design language. Scoped, self-contained tokens.
   ============================================================ */

.lpv2 {
    --v2-ink: #1c1c1a;
    --v2-muted: #6b6b64;
    --v2-border: #e5e5e2;
    --v2-surface: #ffffff;
    --v2-pink: #d4537e;
    --v2-pink-ink: #b23a63;
    --v2-tint: #fbeef3;
    --v2-line-green: #06c755;
    color: var(--v2-ink);
}

.lpv2__inner {
    max-width: 560px;
    margin: 0 auto;
    padding: 0 8px;
}

.lpv2__kicker {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--v2-pink-ink);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 0 12px;
}

.lpv2__kicker::before {
    content: "";
    width: 22px;
    height: 2px;
    background: var(--v2-pink);
    border-radius: 2px;
}

.lpv2__title {
    font-size: clamp(24px, 6.7vw, 27px);
    font-weight: 900;
    line-height: 1.42;
    color: var(--v2-ink);
    margin: 0 0 10px;
}

.lpv2__hl {
    font-style: normal;
    color: var(--v2-pink);
    background: linear-gradient(transparent 74%, var(--v2-tint) 74%);
    padding: 0 2px;
}

.lpv2__lead {
    font-size: 14px;
    line-height: 1.9;
    color: var(--v2-muted);
    margin: 0 0 20px;
}

.lpv2__lead strong {
    color: var(--v2-ink);
    font-weight: 700;
}

.lpv2__foot {
    margin: 12px 0 0;
    font-size: 10px;
    color: var(--v2-muted);
    line-height: 1.7;
    text-align: center;
}

/* ---------- feature blocks ---------- */

.featv2 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.featv2 + .featv2 {
    padding-top: 34px;
}

/* channel icon rail */
.featv2__channels {
    display: flex;
    justify-content: center;
    gap: 34px;
    margin: 4px 0 0;
}

.featv2__channel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.featv2__channel-ic {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--v2-surface);
    border: 1px solid var(--v2-border);
    box-shadow: 0 4px 12px rgba(72, 81, 104, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.featv2__channel-ic svg {
    width: 26px;
    height: 26px;
}

.featv2__channel-ic img {
    width: 34px;
    height: 34px;
}

.featv2__channel-label {
    margin-top: 7px;
    font-size: 11.5px;
    font-weight: 700;
    color: var(--v2-ink);
}

.featv2__channel-dots {
    width: 0;
    height: 22px;
    margin-top: 5px;
    border-left: 2.5px dotted var(--v2-pink);
}

.featv2__channel--line .featv2__channel-dots {
    border-color: var(--v2-line-green);
}

.featv2__channel--store .featv2__channel-dots {
    border-color: #c8a06a;
}

/* tablet frame */
.featv2__tablet {
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    background: #fdfdfc;
    border: 8px solid #e9e6e2;
    box-shadow: 0 14px 34px rgba(72, 81, 104, 0.16), 0 0 0 1px rgba(28, 28, 26, 0.05);
    overflow: hidden;
    aspect-ratio: 2266 / 1310;
}

.featv2__tablet img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

/* phone frame */
.featv2__phone {
    width: min(252px, 76%);
    margin: 0 auto;
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(72, 81, 104, 0.18);
    overflow: hidden;
    aspect-ratio: 720 / 1240;
}

.featv2__phone img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 23%;
}

.featv2__phone--line img {
    object-position: center 28%;
}

.featv2__cap {
    margin: 10px 0 0;
    text-align: center;
    font-size: 11.5px;
    font-weight: 700;
    color: var(--v2-muted);
}

.featv2__cap--pc {
    display: none;
}

/* remind bubble card */
.featv2__remind {
    width: min(262px, 80%);
    margin: 14px auto 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(72, 81, 104, 0.14);
}

.featv2__remind-imgbox {
    display: block;
}

.featv2__remind img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* crop chat whitespace + date pill above the blue header */
    object-position: center bottom;
    aspect-ratio: 720 / 788;
}

.featv2__remind figcaption {
    background: #fff;
    padding: 8px 12px;
    font-size: 11px;
    font-weight: 700;
    color: var(--v2-muted);
    text-align: center;
    border-top: 1px solid #f3efec;
}

/* duo connector (desktop only) */
.featv2__duo-dots {
    display: none;
}

/* companion cards (desktop only) */
.featv2__ccard,
.featv2__csvcard {
    display: none;
}

/* quiet demo buttons */
.featv2__demo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: min(100%, 300px);
    margin: 18px auto 0;
    min-height: 46px;
    border-radius: 13px;
    background: #fff;
    border: 1.5px solid var(--v2-border);
    color: var(--v2-ink);
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.18s ease, transform 0.18s ease;
}

.featv2__demo:hover {
    transform: translateY(-1px);
    border-color: #cfcac6;
}

.featv2__demo::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--v2-line-green);
}

.featv2__demo--web::before {
    background: #4a7dde;
}

/* search-result mock */
.featv2__serp {
    width: min(100%, 320px);
    margin: 0 auto;
}

.featv2__serp-bar {
    display: flex;
    align-items: center;
    gap: 9px;
    background: #fff;
    border: 1px solid var(--v2-border);
    border-radius: 999px;
    padding: 11px 15px;
    font-size: 12.5px;
    font-weight: 500;
    color: var(--v2-ink);
}

.featv2__serp-bar svg {
    width: 15px;
    height: 15px;
    stroke: var(--v2-muted);
    flex: 0 0 auto;
}

.featv2__serp-ph {
    color: var(--v2-muted);
    border-bottom: 1.5px dashed #cfc9c5;
    padding-bottom: 1px;
}

.featv2__serp-card {
    margin-top: 10px;
    background: #fff;
    border: 1px solid var(--v2-border);
    border-radius: 14px;
    padding: 14px 16px 15px;
}

.featv2__serp-site {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 10.5px;
    color: var(--v2-muted);
}

.featv2__serp-fav {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    display: block;
}

.featv2__serp-title {
    margin-top: 7px;
    color: #2a56c6;
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.45;
}

.featv2__serp-desc {
    margin-top: 4px;
    font-size: 11.5px;
    color: var(--v2-muted);
    line-height: 1.65;
}

.featv2__serp-dots {
    width: 0;
    height: 24px;
    margin: 12px auto;
    border-left: 2.5px dotted var(--v2-pink);
}

/* drawn booking mock */
.featv2__bmock {
    width: min(100%, 300px);
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--v2-border);
    border-radius: 18px;
    padding: 16px 16px 14px;
    box-shadow: 0 10px 26px rgba(72, 81, 104, 0.10);
}

.featv2__bmock-head {
    display: flex;
    align-items: center;
    gap: 9px;
}

.featv2__bmock-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--v2-tint);
    border: 1px solid #f2dde5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.featv2__bmock-avatar svg {
    width: 16px;
    height: 16px;
}

.featv2__bmock-name {
    font-size: 13.5px;
    font-weight: 700;
}

.featv2__bmock-sub {
    font-size: 10px;
    color: var(--v2-muted);
    margin-top: 1px;
}

.featv2__bmock-label {
    margin: 14px 0 7px;
    font-size: 11px;
    font-weight: 700;
    color: var(--v2-muted);
}

.featv2__bmock-grid {
    display: grid;
    grid-template-columns: 46px repeat(3, 1fr);
    gap: 4px;
    align-items: stretch;
}

.featv2__bmock-gh {
    text-align: center;
    font-size: 11.5px;
    font-weight: 700;
    padding: 4px 0 2px;
}

.featv2__bmock-gh small {
    display: block;
    font-size: 9px;
    font-weight: 500;
    color: var(--v2-muted);
}

.featv2__bmock-gt {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    color: var(--v2-muted);
    padding-left: 2px;
}

.featv2__bmock-gc {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border-radius: 9px;
    background: #faf8f7;
    border: 1px solid #f0ece9;
}

.featv2__bmock-gc svg {
    width: 15px;
    height: 15px;
    display: block;
}

.featv2__bmock-gc--ok {
    background: #fff;
    border-color: var(--v2-border);
}

.featv2__bmock-gc--sel {
    background: var(--v2-pink);
    border-color: var(--v2-pink);
}

.featv2__bmock-legend {
    margin-top: 9px;
    font-size: 9.5px;
    color: var(--v2-muted);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.featv2__bmock-legend i {
    font-style: normal;
    display: inline-flex;
    align-items: center;
}

.featv2__bmock-legend i svg {
    width: 11px;
    height: 11px;
}

.featv2__bmock-legend i.s {
    width: 13px;
    height: 13px;
    border-radius: 4px;
    background: var(--v2-pink);
    align-items: center;
    justify-content: center;
}

.featv2__bmock-legend i.s svg {
    width: 9px;
    height: 9px;
}

.featv2__bmock-cta {
    margin-top: 14px;
    text-align: center;
    background: var(--v2-pink);
    color: #fff;
    border-radius: 11px;
    padding: 11px 0;
    font-size: 13.5px;
    font-weight: 800;
    box-shadow: 0 5px 14px rgba(212, 83, 126, 0.22);
}

/* ---------- pricing v2 ---------- */

.pv2__card {
    background: var(--v2-surface);
    border: 1px solid var(--v2-border);
    border-radius: 16px;
    padding: 18px 18px 16px;
    margin-bottom: 12px;
    position: relative;
}

.pv2__card--reco {
    border: 1.5px solid var(--v2-pink);
}

.pv2__tag {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--v2-pink);
    color: #fff;
    font-size: 11.5px;
    font-weight: 800;
    border-radius: 999px;
    padding: 4px 12px;
    white-space: nowrap;
}

.pv2__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.pv2__name {
    font-family: 'Manrope', 'Noto Sans JP', sans-serif;
    position: relative;
    margin: 0;
    padding-bottom: 9px;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.pv2__name::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: var(--v2-pink);
}

.pv2__card--free .pv2__name::after {
    background: #b8b3b1;
}

.pv2__card--reco .pv2__name {
    color: var(--v2-pink-ink);
}

.pv2__price {
    display: flex;
    align-items: baseline;
    gap: 3px;
}

.pv2__num {
    font-family: 'Manrope', 'Noto Sans JP', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: var(--v2-pink-ink);
}

.pv2__card--free .pv2__num {
    color: var(--v2-ink);
}

.pv2__unit {
    font-size: 12px;
    font-weight: 700;
    color: var(--v2-muted);
}

.pv2__sub {
    margin-top: 2px;
    text-align: right;
    font-size: 11.5px;
    color: var(--v2-muted);
}

.pv2__note {
    margin-top: 8px;
    font-size: 11.5px;
    font-weight: 700;
    color: var(--v2-ink);
}

.pv2__device {
    display: inline-block;
    margin-top: 7px;
    font-size: 11.5px;
    font-weight: 700;
    color: var(--v2-muted);
    background: #f4f4f1;
    border-radius: 6px;
    padding: 3px 8px;
}

.pv2__card ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

.pv2__card li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 12px;
    font-weight: 500;
    padding: 4.5px 0;
    line-height: 1.5;
}

.pv2__card li::before {
    content: "";
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    margin-top: 2px;
    background: var(--v2-tint);
    border-radius: 50%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23b23a63" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="5 13 10 17 19 7"/></svg>');
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
}

.pv2__card--more {
    display: none;
}

.pricing.is-more-expanded .pv2__card--more {
    display: block;
}

.pricing.is-more-expanded .pv2__more {
    display: none;
}

.pv2__more {
    width: 100%;
    text-align: center;
    background: #fff;
    border: 1px solid var(--v2-border);
    border-radius: 12px;
    padding: 12px 0;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--v2-muted);
    margin-bottom: 14px;
    cursor: pointer;
}

.pv2__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-height: 56px;
    border-radius: 14px;
    background: var(--v2-pink);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(212, 83, 126, 0.22);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.pv2__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(212, 83, 126, 0.28);
}

.pv2__cta-label {
    font-size: 16px;
    font-weight: 800;
}

.pv2__cta-note {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
}

.pv2__foot {
    margin: 12px 0 0;
    font-size: 10px;
    color: var(--v2-muted);
    line-height: 1.7;
    text-align: left;
}

/* ---------- founder v2 ---------- */

.fdv2__card {
    background: var(--v2-surface);
    border: 1px solid var(--v2-border);
    border-radius: 16px;
    padding: 22px 20px;
    text-align: center;
}

.fdv2__avatar {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    object-fit: cover;
}

.fdv2__name {
    margin-top: 10px;
    font-family: 'Manrope', 'Noto Sans JP', sans-serif;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.fdv2__meta {
    margin-top: 4px;
    font-size: 11px;
    color: var(--v2-muted);
    line-height: 1.7;
}

.fdv2__quote {
    margin: 14px 0 0;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.85;
    text-align: left;
}

.fdv2__body {
    margin-top: 8px;
    font-size: 12.5px;
    color: var(--v2-muted);
    line-height: 1.85;
    text-align: left;
}

.fdv2__ig {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    font-size: 12px;
    font-weight: 700;
    color: var(--v2-pink-ink);
    text-decoration: none;
}

.fdv2__ig svg {
    width: 15px;
    height: 15px;
}

/* ---------- salons v2 ---------- */

.sav2__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.sav2__card {
    background: var(--v2-surface);
    border: 1px solid var(--v2-border);
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    color: var(--v2-ink);
    transition: border-color 0.18s ease, transform 0.18s ease;
}

.sav2__card:hover {
    transform: translateY(-1px);
    border-color: #d9cfd0;
}

.sav2__card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 365 / 250;
    object-fit: cover;
}

.sav2__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 11px 10px;
}

.sav2__label {
    font-size: 12px;
    font-weight: 700;
}

.sav2__arrow {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--v2-tint);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sav2__arrow svg {
    width: 9px;
    height: 9px;
    stroke: var(--v2-pink-ink);
    stroke-width: 2.5;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sav2__note {
    margin: 14px 0 0;
    font-size: 11px;
    color: var(--v2-muted);
    text-align: center;
    line-height: 1.8;
}

.sav2__fit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    padding: 14px 16px;
    background: var(--v2-surface);
    border: 1px solid var(--v2-border);
    border-radius: 14px;
    text-decoration: none;
    color: var(--v2-ink);
    transition: border-color 0.18s ease;
}

.sav2__fit:hover {
    border-color: #d9cfd0;
}

.sav2__fit-kicker {
    font-size: 10px;
    font-weight: 700;
    color: var(--v2-muted);
}

.sav2__fit-title {
    display: block;
    margin-top: 3px;
    font-size: 13.5px;
    font-weight: 700;
}

.sav2__fit-title b {
    font-family: 'Manrope', 'Noto Sans JP', sans-serif;
    font-weight: 800;
    white-space: nowrap;
}

.sav2__fit-title b em {
    font-style: italic;
    color: #0e8a41;
}

.sav2__fit-arrow {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--v2-tint);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sav2__fit-arrow svg {
    width: 12px;
    height: 12px;
    stroke: var(--v2-pink-ink);
    stroke-width: 2.4;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ---------- final CTA v2 ---------- */

.fnv2 {
    text-align: center;
}

.fnv2 .lpv2__kicker {
    justify-content: center;
}

.fnv2 .lpv2__title {
    font-size: clamp(22px, 6.2vw, 25px);
}

.fnv2 .fnv2__badges.store-cta {
    --store-cta-badge-height: 46px;
    margin-top: 16px;
}

.fnv2 .fnv2__badges.store-cta .store-cta__buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
}

.fnv2 .fnv2__badges.store-cta .store-cta__ios-link {
    width: calc(var(--store-cta-badge-height) * 2.7213);
    height: var(--store-cta-badge-height);
}

.fnv2 .fnv2__badges.store-cta .store-cta__android-link {
    width: calc(var(--store-cta-badge-height) * 3.3646);
    height: var(--store-cta-badge-height);
}

.fnv2 .fnv2__badges.store-cta .store-cta__ios-badge,
.fnv2 .fnv2__badges.store-cta .store-cta__android-badge {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fnv2__note {
    margin: 10px 0 0;
    font-size: 11.5px;
    font-weight: 700;
    color: var(--v2-muted);
}

.fnv2__consult {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: min(100%, 330px);
    margin: 18px auto 0;
    min-height: 46px;
    border-radius: 13px;
    background: #fff;
    border: 1.5px solid var(--v2-border);
    color: var(--v2-ink);
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color 0.18s ease;
}

.fnv2__consult:hover {
    border-color: #cfcac6;
}

.fnv2__consult svg {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
}

.fnv2__consult small {
    font-weight: 500;
    color: var(--v2-muted);
    font-size: 10px;
}

/* ---------- salons hub v2 ---------- */

.shv2 .lpv2__kicker {
    justify-content: center;
}

.shv2 .lpv2__title,
.shv2 .lpv2__lead {
    text-align: center;
}

.shv2-cta .lpv2__inner {
    text-align: center;
}

.shv2-cta__title {
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 4px;
}

.shv2-cta .shv2__badges.store-cta {
    --store-cta-badge-height: 46px;
    margin-top: 12px;
}

.shv2-cta .shv2__badges.store-cta .store-cta__buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
}

.shv2-cta .shv2__badges.store-cta .store-cta__ios-link {
    width: calc(var(--store-cta-badge-height) * 2.7213);
    height: var(--store-cta-badge-height);
}

.shv2-cta .shv2__badges.store-cta .store-cta__android-link {
    width: calc(var(--store-cta-badge-height) * 3.3646);
    height: var(--store-cta-badge-height);
}

.shv2-cta .shv2__badges.store-cta .store-cta__ios-badge,
.shv2-cta .shv2__badges.store-cta .store-cta__android-badge {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shv2__consult {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: min(100%, 300px);
    margin: 24px auto 0;
    min-height: 46px;
    border-radius: 13px;
    background: #fff;
    border: 1.5px solid var(--v2-border);
    color: var(--v2-ink);
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.18s ease, transform 0.18s ease;
}

.shv2__consult:hover {
    transform: translateY(-1px);
    border-color: #cfcac6;
}

.shv2__consult::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(45deg, #f9ce34, #ee2a7b 55%, #6228d7);
}

.shv2__consult-note {
    margin: 8px 0 0;
    font-size: 10.5px;
    color: var(--v2-muted);
}

@media (min-width: 880px) {
    .shv2 .lpv2__inner {
        max-width: 860px;
    }

    .shv2 .lpv2__title {
        font-size: 32px;
    }

    .shv2 .sav2__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

    .shv2 .sav2__label {
        font-size: 13.5px;
    }

    .shv2 .sav2__row {
        padding: 12px 14px 13px;
    }

    .shv2 .sav2__note br {
        display: none;
    }

    .shv2 .sav2__fit {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ---------- line pricing v2 ---------- */

body.line-pricing-v2 {
    background: linear-gradient(180deg, #fffdfd 0%, #fcf7f8 100%);
}

/* restore the fixed-header offset that .line-reset__page zeroes out */
body.line-pricing-v2 .line-reset__page {
    padding-top: var(--lp-header-offset-desktop, 88px);
}

body.line-pricing-v2 .section {
    scroll-margin-top: 96px;
}

@media (max-width: 879px) {
    body.line-pricing-v2 .line-reset__page {
        padding-top: var(--lp-header-offset-mobile, 78px);
    }
}

.lprv2 .lpv2__kicker {
    justify-content: center;
}

.lprv2 .lpv2__title,
.lprv2 .lpv2__lead {
    text-align: center;
}

.lprv2 .lpv2__lead {
    margin-bottom: 18px;
}

.lprv2__toggle {
    display: flex;
    width: fit-content;
    margin: 0 auto 26px;
    background: #f0efec;
    border-radius: 11px;
    padding: 3px;
}

.lprv2__toggle button {
    border: 0;
    background: transparent;
    border-radius: 9px;
    padding: 8px 18px;
    font-family: inherit;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--v2-muted);
    cursor: pointer;
}

.lprv2__toggle button[aria-pressed="true"] {
    background: #fff;
    color: var(--v2-ink);
    box-shadow: 0 1px 4px rgba(28, 28, 26, 0.08);
}

.lprv2__toggle button small {
    font-size: 10px;
    font-weight: 700;
    margin-left: 4px;
}

.lprv2__toggle button[aria-pressed="true"] small {
    color: var(--v2-pink-ink);
}

.lprv2__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    align-items: stretch;
    max-width: 420px;
    margin: 0 auto;
}

.lprv2__plan {
    position: relative;
    background: var(--v2-surface);
    border: 1px solid var(--v2-border);
    border-radius: 16px;
    padding: 20px 18px 18px;
    display: flex;
    flex-direction: column;
}

.lprv2__more {
    display: none;
    width: 100%;
    text-align: center;
    background: #fff;
    border: 1px solid var(--v2-border);
    border-radius: 12px;
    padding: 12px 0;
    font-family: inherit;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--v2-muted);
    cursor: pointer;
}

.lprv2__plan--reco {
    border: 1.5px solid var(--v2-pink);
}

.lprv2__tag {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--v2-pink);
    color: #fff;
    font-size: 10.5px;
    font-weight: 800;
    border-radius: 999px;
    padding: 3px 12px;
    white-space: nowrap;
}

.lprv2__name {
    font-family: 'Manrope', 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.01em;
    margin: 0;
}

.lprv2__who {
    margin: 3px 0 0;
    font-size: 11px;
    color: var(--v2-muted);
    line-height: 1.6;
}

.lprv2__price {
    margin: 8px 0 0;
    font-size: 26px;
    font-weight: 800;
}

.lprv2__num {
    font-family: 'Manrope', 'Noto Sans JP', sans-serif;
    letter-spacing: -0.01em;
}

.lprv2__price small {
    font-size: 12px;
    font-weight: 700;
    color: var(--v2-muted);
}

.lprv2__yaku {
    font-size: 13px;
    font-weight: 700;
    color: var(--v2-muted);
    margin-right: 1px;
}

.lprv2__sub {
    margin: 3px 0 0;
    font-size: 11px;
    color: var(--v2-muted);
}

.lprv2__save {
    display: inline-block;
    margin-left: 4px;
    background: var(--v2-tint);
    color: var(--v2-pink-ink);
    font-size: 9.5px;
    font-weight: 800;
    border-radius: 6px;
    padding: 1px 6px;
}

.lprv2__device {
    margin-top: 12px;
}

.lprv2__device i {
    font-style: normal;
    font-size: 10px;
    font-weight: 700;
    border-radius: 6px;
    padding: 3px 8px;
    background: #f0efec;
    color: var(--v2-muted);
}

.lprv2__device i.lprv2__device--pc {
    background: #e7f7ec;
    color: #0e8a41;
}

.lprv2__device-note {
    margin: 6px 0 0;
    font-size: 9.5px;
    color: var(--v2-muted);
}

.lprv2__list {
    margin: 14px 0 16px;
    padding: 12px 0 0;
    border-top: 1px solid #f3efec;
    list-style: none;
    flex: 1;
}

.lprv2__list li {
    position: relative;
    padding: 4px 0 4px 20px;
    font-size: 12px;
    line-height: 1.6;
}

.lprv2__list li::before {
    content: "✓";
    position: absolute;
    left: 2px;
    top: 4px;
    color: var(--v2-pink);
    font-size: 11px;
    font-weight: 800;
}

.lprv2__cta {
    display: block;
    text-align: center;
    border-radius: 11px;
    padding: 11px 0;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    border: 1.5px solid var(--v2-border);
    color: var(--v2-ink);
    background: #fff;
    transition: border-color 0.18s ease, transform 0.18s ease;
}

.lprv2__cta:hover {
    transform: translateY(-1px);
    border-color: #cfcac6;
}

.lprv2__plan--reco .lprv2__cta {
    background: var(--v2-pink);
    border-color: var(--v2-pink);
    color: #fff;
    box-shadow: 0 5px 14px rgba(212, 83, 126, 0.22);
}

.lprv2__foot {
    margin: 18px auto 0;
    max-width: 720px;
    font-size: 10.5px;
    color: var(--v2-muted);
    line-height: 1.8;
    text-align: center;
}

.lprv2__foot + .lprv2__foot {
    margin-top: 6px;
}

.lprv2-duo__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    max-width: 420px;
}

.lprv2__duocard {
    display: block;
    background: var(--v2-surface);
    border: 1px solid var(--v2-border);
    border-radius: 14px;
    padding: 16px 18px;
    text-decoration: none;
    color: var(--v2-ink);
    transition: border-color 0.18s ease;
}

.lprv2__duocard:hover {
    border-color: #d9cfd0;
}

.lprv2__duocard-kicker {
    font-size: 10px;
    font-weight: 700;
    color: var(--v2-muted);
}

.lprv2__duocard-label {
    display: block;
    margin-top: 4px;
    font-size: 14.5px;
    font-weight: 800;
}

.lprv2__duocard-label--green {
    color: #0e8a41;
}

.lprv2__duocard-note {
    display: block;
    margin-top: 5px;
    font-size: 10.5px;
    color: var(--v2-muted);
    line-height: 1.7;
}

@media (max-width: 699px) {
    .lprv2__plan--mobile-more {
        display: none;
    }

    .pricing.is-more-expanded .lprv2__plan--mobile-more {
        display: flex;
    }

    .lprv2__more {
        display: block;
    }

    .pricing.is-more-expanded .lprv2__more {
        display: none;
    }
}

@media (min-width: 700px) {
    .lprv2__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 720px;
    }

    .lprv2-duo__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 720px;
    }
}

@media (min-width: 1000px) {
    .lprv2 .lpv2__inner {
        max-width: 1060px;
    }

    .lprv2 .lpv2__title {
        font-size: 32px;
    }

    .lprv2__who {
        min-height: 2.9em;
    }
}

@media (min-width: 1180px) {
    .lprv2 .lpv2__inner {
        max-width: 1180px;
    }

    .lprv2__grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        max-width: none;
    }
}

/* ---------- offscreen rendering skip (long root page) ----------
   Skip layout/paint for below-fold sections so mobile Safari can keep
   up while scrolling (checkerboarding mitigation). Hero, reviews
   marquee (animated) and CTA band stay always-rendered. */

.lp-home .section.pain-v2,
.lp-home .section.lpv2,
.lp-home .lp-faq {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
}

/* ---------- section paddings ---------- */

.lpv2.section {
    padding-top: 34px;
    padding-bottom: 26px;
}

@media (min-width: 880px) {
    .lpv2.section {
        padding-top: 46px;
        padding-bottom: 34px;
    }

    .featv2__phone {
        width: min(264px, 76%);
    }

    .featv2__remind {
        width: min(280px, 80%);
    }

    /* feature opener: wider stacked tablet */
    #section-features .lpv2__inner {
        max-width: 820px;
    }

    #section-features .featv2__tablet {
        max-width: 700px;
    }

    /* features 2-5: two-column, alternating sides */
    .featv2--split .lpv2__inner {
        max-width: 980px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 52px;
        align-items: center;
    }

    .featv2--split .featv2__copy .lpv2__lead {
        margin-bottom: 0;
    }

    .featv2--flip .featv2__copy {
        order: 2;
    }

    .featv2--flip .featv2__visual {
        order: 1;
    }

    .featv2--split .featv2__phone {
        width: min(280px, 88%);
    }

    .featv2--split .featv2__remind {
        width: min(292px, 90%);
    }

    /* feature 5: centered heading + horizontal flow (serp → dots → booking) */
    .featv2--flow .lpv2__inner {
        max-width: 900px;
    }

    .featv2--flow .featv2__copy {
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }

    .featv2--flow .lpv2__kicker {
        justify-content: center;
        font-size: 12.5px;
        margin-bottom: 14px;
    }

    .featv2--flow .lpv2__title {
        font-size: 34px;
        margin-bottom: 14px;
    }

    .featv2--flow .lpv2__title br {
        display: none;
    }

    .featv2--flow .lpv2__lead {
        font-size: 15.5px;
        line-height: 2;
        margin-bottom: 34px;
    }

    .featv2--flow .featv2__flow {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .featv2--flow .featv2__serp {
        width: 330px;
        margin: 0;
        flex-shrink: 0;
    }

    .featv2--flow .featv2__serp-dots {
        width: 64px;
        height: 0;
        margin: 0 18px;
        border-left: 0;
        border-top: 2.5px dotted var(--v2-pink);
        flex-shrink: 0;
    }

    .featv2--flow .featv2__bmock {
        width: 300px;
        margin: 0;
        flex-shrink: 0;
    }

    .featv2--flow .featv2__bmock-label {
        margin: 13px 0 7px;
    }

    .featv2--flow .featv2__bmock-gc {
        min-height: 32px;
    }

    .featv2--flow .featv2__bmock-legend {
        display: none;
    }

    .featv2--flow .featv2__bmock-cta {
        margin-top: 13px;
        padding: 10px 0;
        font-size: 13px;
    }

    .featv2--flow .featv2__demo {
        margin-top: 20px;
    }

    /* feature 4: centered heading + booking phone → green dots → remind card */
    .featv2--duo .featv2__phone {
        width: 236px;
        margin: 0;
        flex-shrink: 0;
    }

    .featv2--duo .featv2__duo-dots {
        display: block;
        width: 64px;
        height: 0;
        margin: 0 20px;
        border-top: 2.5px dotted var(--v2-line-green);
        flex-shrink: 0;
    }

    .featv2--duo .featv2__remind {
        width: 250px;
        margin: 0;
        flex-shrink: 0;
    }

    /* crop the LINE chat's left gutter + top date pill so the bubble fills the card */
    .featv2--duo .featv2__remind-imgbox {
        aspect-ratio: 620 / 788;
        overflow: hidden;
    }

    .featv2--duo .featv2__remind img {
        width: 116%;
        max-width: none;
        margin-left: -16%;
        aspect-ratio: auto;
        object-position: right bottom;
    }

    .featv2--duo .featv2__demo {
        margin-top: 28px;
    }

    /* features 2-3: centered heading + phone × companion card */
    .featv2--pair .featv2__flow {
        gap: 36px;
    }

    .featv2--pair .featv2__phone {
        width: 236px;
        margin: 0;
        flex-shrink: 0;
    }

    .featv2--pair .featv2__cap {
        margin-top: 12px;
    }

    .featv2__cap--sp {
        display: none;
    }

    .featv2__cap--pc {
        display: block;
    }

    /* drawn customer card */
    .featv2--pair .featv2__ccard {
        display: block;
        width: 270px;
        background: #fff;
        border: 1px solid var(--v2-border);
        border-radius: 18px;
        padding: 18px 18px 12px;
        box-shadow: 0 10px 26px rgba(72, 81, 104, 0.10);
        text-align: left;
        flex-shrink: 0;
    }

    .featv2__ccard-head {
        display: flex;
        align-items: center;
        gap: 11px;
    }

    .featv2__ccard-avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: var(--v2-tint);
        border: 1px solid #f2dde5;
        color: var(--v2-pink-ink);
        font-size: 16px;
        font-weight: 800;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .featv2__ccard-name {
        font-size: 14.5px;
        font-weight: 800;
    }

    .featv2__ccard-badges {
        display: flex;
        gap: 5px;
        margin-top: 5px;
    }

    .featv2__ccard-badges i {
        font-style: normal;
        font-size: 9.5px;
        font-weight: 700;
        border-radius: 6px;
        padding: 2px 7px;
    }

    .featv2__ccard-b--rep {
        color: var(--v2-pink-ink);
        background: var(--v2-tint);
    }

    .featv2__ccard-b--line {
        color: #0e8a41;
        background: #e7f7ec;
    }

    .featv2__ccard-rows {
        margin-top: 14px;
        border-top: 1px solid #f3efec;
    }

    .featv2__ccard-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 2px;
        border-bottom: 1px solid #f3efec;
        font-size: 12px;
    }

    .featv2__ccard-row span {
        color: var(--v2-muted);
    }

    .featv2__ccard-row strong {
        font-weight: 700;
    }

    .featv2__ccard-cap {
        margin-top: 9px;
        text-align: center;
        font-size: 10px;
        color: #b9b5b0;
    }

    /* drawn CSV export card */
    .featv2--pair .featv2__csvcard {
        display: block;
        width: 270px;
        background: #fff;
        border: 1px solid var(--v2-border);
        border-radius: 18px;
        padding: 18px 18px 12px;
        box-shadow: 0 10px 26px rgba(72, 81, 104, 0.10);
        text-align: left;
        flex-shrink: 0;
    }

    .featv2__csvcard-file {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .featv2__csvcard-badge {
        flex-shrink: 0;
        width: 38px;
        height: 38px;
        border-radius: 10px;
        background: var(--v2-tint);
        border: 1px solid #f2dde5;
        color: var(--v2-pink-ink);
        font-size: 10.5px;
        font-weight: 800;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 0.02em;
    }

    .featv2__csvcard-fname {
        font-size: 12px;
        font-weight: 800;
    }

    .featv2__csvcard-fsub {
        font-size: 10px;
        color: var(--v2-muted);
        margin-top: 2px;
    }

    .featv2__csvcard-table {
        margin-top: 13px;
        border-top: 1px solid #f3efec;
    }

    .featv2__csvcard-tr {
        display: grid;
        grid-template-columns: 0.9fr 1.3fr 1.1fr;
        padding: 8px 2px;
        border-bottom: 1px solid #f3efec;
        font-size: 11.5px;
    }

    .featv2__csvcard-tr span:nth-child(1) {
        color: var(--v2-muted);
    }

    .featv2__csvcard-tr span:nth-child(3) {
        text-align: right;
        font-weight: 700;
    }

    .featv2__csvcard-tr--head span {
        color: var(--v2-muted);
        font-size: 10px;
        font-weight: 700;
        text-align: left;
    }

    .featv2__csvcard-tr--head span:nth-child(3) {
        text-align: right;
    }

    .featv2__csvcard-btn {
        margin-top: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        background: var(--v2-pink);
        color: #fff;
        border-radius: 11px;
        padding: 10px 0;
        font-size: 13px;
        font-weight: 800;
        box-shadow: 0 5px 14px rgba(212, 83, 126, 0.22);
    }

    .featv2__csvcard-btn svg {
        width: 15px;
        height: 15px;
    }

    .featv2__csvcard-cap {
        margin-top: 9px;
        text-align: center;
        font-size: 10px;
        color: #b9b5b0;
    }
}
