/* Homepage v2: scoped styles; other landing pages retain their shared styles. */
.lp-v2 {
    --v2-navy: #122c46;
    --v2-gold: #ffda73;
    --v2-ink: #17334a;
    --v2-sticky-height: 116px;
    padding-bottom: var(--v2-sticky-height);
    -webkit-text-size-adjust: 100%;
}
.lp-v2 .upper .btn2 { background: transparent; color: var(--v2-ink); box-shadow: inset 0 0 0 1px #a9bdca; }
.lp-v2--sp .upper .btn2 { color: #fff; }
.lp-v2 #plan-intro, .lp-v2 #faq { scroll-margin-top: 90px; }
.lp-v2 .v2-overview, .lp-v2 .v2-faq, .lp-v2 .v2-closing, .lp-v2 .v2-sticky {
    font-size: 16px;
    line-height: 1.7;
    color: var(--v2-ink);
    text-align: center;
}
.lp-v2 [class^="v2-"], .lp-v2 [class^="v2-"] * { box-sizing: border-box; }
.lp-v2 .v2-overview p, .lp-v2 .v2-closing p, .lp-v2 .v2-sticky p { text-align: center; }
.lp-v2 .v2-overview { background: var(--v2-navy); color: #fff; }
.lp-v2 .v2-overview__inner {
    max-width: 1000px;
    margin: auto;
    padding: 32px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.lp-v2 .v2-proof { flex: 1; }
.lp-v2 .v2-price { flex: 1; }
.lp-v2 .v2-proof + .v2-price { border-left: 1px solid #597085; padding-left: 40px; }
.lp-v2 .v2-eyebrow { font-size: 16px; font-weight: 700; letter-spacing: .04em; }
.lp-v2 .v2-proof__count { margin: 2px 0 4px; font-size: 18px; white-space: nowrap; }
.lp-v2 .v2-proof__count strong { font-size: 54px; font-weight: 800; color: var(--v2-gold); line-height: 1.3; }
.lp-v2 .v2-proof__count span { margin-left: 5px; }
.lp-v2 .v2-caption { font-size: 13px; line-height: 1.7; }
.lp-v2 .v2-overview .v2-caption { color: #dce5ec; }
.lp-v2 .v2-price__amount { margin: 8px 0; }
.lp-v2 .v2-price__amount strong { display: inline-block; font-size: 28px; color: var(--v2-gold); }
.lp-v2 .v2-text-link { display: inline-block; margin-top: 10px; color: #fff; font-size: 14px; text-decoration: underline; text-underline-offset: 4px; }
.lp-v2 .v2-trial-summary { padding: 20px 16px; border-top: 1px solid #597085; background: #1c3b55; }
.lp-v2 .v2-trial-summary strong { font-size: 19px; }
.lp-v2 .v2-trial-summary__features { margin: 5px 0; font-size: 14px; }
.lp-v2 .v2-trial-summary__features span { color: #9ab1c4; margin: 0 6px; }
.lp-v2 .v2-section-inner { max-width: 900px; padding: 64px 24px; margin: auto; }
.lp-v2 .v2-faq { background: #f2f6f8; }
.lp-v2 .v2-faq .v2-eyebrow { text-align: center; color: #486276; }
.lp-v2 .v2-faq h2, .lp-v2 .v2-closing h2 { font-size: 30px; font-weight: 700; line-height: 1.6; margin: 8px 0 28px; }
.lp-v2 .v2-faq details { background: #fff; border-bottom: 1px solid #cbd8e0; text-align: left; }
.lp-v2 .v2-faq summary { position: relative; padding: 21px 56px 21px 24px; list-style: none; cursor: pointer; font-size: 17px; font-weight: 700; }
.lp-v2 .v2-faq summary::-webkit-details-marker { display: none; }
.lp-v2 .v2-faq summary::after { content: '+'; position: absolute; right: 24px; top: 17px; font-size: 24px; color: #476276; }
.lp-v2 .v2-faq details[open] summary::after { content: '−'; }
.lp-v2 .v2-faq details p { padding: 0 24px 24px; line-height: 1.9; font-size: 16px; }
.lp-v2 .v2-faq a { color: #075e87; text-decoration: underline; }
.lp-v2 .v2-closing { background: var(--v2-navy); color: #fff; }
.lp-v2 .v2-closing .v2-eyebrow { color: var(--v2-gold); }
.lp-v2 .v2-closing h2 { margin-bottom: 16px; }
.lp-v2 .v2-closing .v2-cta-button { max-width: 460px; margin: 28px auto 14px; }
.lp-v2 .v2-cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-height: 58px;
    padding: 13px 24px;
    border-radius: 8px;
    background: #e73536;
    box-shadow: 0 3px 0 #ae202a;
    color: #fff;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 700;
    text-decoration: none;
    transition: background .15s;
}
.lp-v2 .v2-cta-button:hover { background: #c62831; }
.lp-v2 .v2-cta-button span { font-size: 24px; }
.lp-v2 .v2-assurance { font-size: 14px; margin-bottom: 5px; }
.lp-v2 .v2-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; background: #fff; border-top: 1px solid #d8e1e8; box-shadow: 0 -4px 20px #102b4414; padding: 12px 20px calc(10px + env(safe-area-inset-bottom, 0px)); }
.lp-v2 .v2-sticky__inner { max-width: 980px; margin: auto; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.lp-v2 .v2-sticky__copy { text-align: left; }
.lp-v2 .v2-sticky__copy strong { display: block; font-size: 20px; }
.lp-v2 .v2-sticky__copy span { font-size: 14px; }
.lp-v2 .v2-sticky__action { width: 420px; max-width: 100%; }
.lp-v2 .v2-sticky__note { font-size: 13px; line-height: 1.6; margin-top: 7px; color: #345168; }
.lp-v2 .v2-sticky__note a { color: #345168; text-decoration: underline; text-underline-offset: 3px; }
.lp-v2 a:focus-visible, .lp-v2 summary:focus-visible { outline: 3px solid #d99500; outline-offset: 4px; }
.lp-v2 .v2-sp-only { display: none; }
.lp-v2--sp .v2-overview__inner { flex-direction: column; gap: 18px; padding: 26px 20px 22px; }
.lp-v2--sp .v2-proof + .v2-price { border-left: 0; border-top: 1px solid #597085; padding: 18px 0 0; width: 100%; }
.lp-v2--sp .v2-proof__count strong { font-size: 48px; }
.lp-v2--sp .v2-price__amount strong { font-size: 25px; }
.lp-v2--sp .v2-trial-summary strong { font-size: 17px; }
.lp-v2--sp .v2-trial-summary__features { max-width: 380px; margin: 6px auto; font-size: 13px; }
.lp-v2--sp .v2-trial-summary__features span { margin: 0 2px; }
.lp-v2--sp .v2-section-inner { padding: 42px 18px; }
.lp-v2--sp .v2-faq h2, .lp-v2--sp .v2-closing h2 { font-size: 24px; }
.lp-v2--sp .v2-faq summary { font-size: 16px; padding: 18px 42px 18px 16px; }
.lp-v2--sp .v2-faq summary::after { right: 15px; top: 13px; }
.lp-v2--sp .v2-faq details p { padding: 0 16px 20px; }
.lp-v2--sp .v2-sticky__copy { display: none; }
.lp-v2--sp .v2-sticky__inner { justify-content: center; }
.lp-v2--sp .v2-sticky { padding: 10px 16px calc(9px + env(safe-area-inset-bottom, 0px)); }
.lp-v2--sp .v2-cta-button { min-height: 52px; font-size: 19px; padding: 10px 16px; }
.lp-v2--sp .v2-sp-only { display: inline; }
@media (max-width: 700px) {
    .lp-v2 .v2-sticky__copy { display: none; }
    .lp-v2 .v2-sticky__inner { justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
    .lp-v2 .v2-cta-button { transition: none; }
}
