.ltv-page {
    background: #ffffff;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
}

.ltv-page .main-navbar {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    padding: 0.85rem 0;
}

.ltv-page .main-navbar.is-scrolled {
    position: fixed;
    background: #2d7b4a;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.ltv-page .global-header {
    background: #2d7b4a;
    box-shadow: 0 14px 36px rgba(8, 30, 18, 0.16);
}

.ltv-page .site-header {
    min-height: 96px;
}

.ltv-page .container {
    max-width: 1280px;
}

.ltv-page .btn {
    font-family: "Montserrat", sans-serif;
}

.ltv-page .footer-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ltv-hero {
    padding: 48px 0 104px;
}

.ltv-hero-layout,
.ltv-band,
.ltv-returns-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    gap: 56px;
    align-items: center;
}

.ltv-hero-copy,
.ltv-band-copy,
.ltv-returns-copy,
.ltv-sense-copy,
.ltv-sense-aside {
    display: flex;
    flex-direction: column;
}

.ltv-hero-copy {
    gap: 24px;
    max-width: 627px;
}

.ltv-hero-copy h1,
.ltv-band-copy h2,
.ltv-heading h2,
.ltv-returns-copy h3,
.ltv-sense-copy h2,
.ltv-final-heading h2 {
    margin: 0;
    color: #182f22;
}

.ltv-lead {
    margin: 0;
    color: #2f3532;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
}

.ltv-hero-copy p,
.ltv-band-copy p,
.ltv-card p,
.ltv-callout p,
.ltv-returns-item p,
.ltv-question span,
.ltv-sense-grid p,
.ltv-final-wrap p {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
}

.ltv-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.ltv-actions .btn {
    min-height: 52px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.ltv-hero-media,
.ltv-band-media,
.ltv-returns-media,
.ltv-sense-placeholder {
    overflow: hidden;
    border-radius: 42px;
}

.ltv-hero-media {
    min-height: 427px;
}

.ltv-hero-media img,
.ltv-band-media img,
.ltv-returns-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ltv-stat-grid {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 24px;
    margin-top: 92px;
}

.ltv-stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14.474px;
    text-align: center;
}

.ltv-stat-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.825px;
}

.ltv-stat-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.ltv-stat-number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 43.423px;
    color: #67af5c;
    font-size: 43.423px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -1.206px;
}

.ltv-stat-card strong {
    color: #0a1013;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.15;
}

.ltv-stat-copy span {
    color: #2f3532;
    font-size: 16.887px;
    line-height: 1.55;
}

.ltv-section {
    padding: 60px 0;
}

.ltv-band {
    grid-template-columns: minmax(0, 57%) minmax(0, 1fr);
    gap: 52px;
    padding: 12px;
    border-radius: 64px;
}

.ltv-band-green {
    background: linear-gradient(223.73deg, #407e43 23.76%, #182f22 81.13%);
}

.ltv-band-red {
    background: linear-gradient(205deg, #9d2103 12.29%, #ca2c06 104.57%);
}

.ltv-band-media {
    min-height: 578px;
}

.ltv-band-copy {
    gap: 18px;
    padding: 20px 18px 20px 0;
}

.ltv-band-copy.light h2,
.ltv-band-copy.light p,
.ltv-band-copy.light li,
.ltv-band-copy.light .ltv-overline {
    color: #ffffff;
}

.ltv-heading {
    max-width: 894px;
    margin: 0 auto 42px;
}

.ltv-heading p {
    max-width: 520px;
    margin: 16px auto 0;
    font-size: 16px;
    line-height: 1.55;
}

.ltv-heading-wide p {
    max-width: 824px;
}

.ltv-card-grid {
    display: grid;
    gap: 24px;
}

.ltv-card-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ltv-card-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1004px;
    margin: 0 auto;
}

.ltv-card-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ltv-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 36px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
}

.ltv-card-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.ltv-card h3,
.ltv-sense-grid h3,
.ltv-returns-item h4 {
    margin: 0;
    color: #2f3532;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
}

.ltv-card-compact {
    min-height: 252px;
}

.ltv-card-centered {
    align-items: center;
    text-align: center;
}

.ltv-daily-use {
    padding-top: 84px;
}

.ltv-daily-grid {
    --bs-gutter-x: 23px;
    --bs-gutter-y: 20px;
}

.ltv-daily-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 144px;
    padding: 9.769px 9.769px 12px;
    border: 1.628px solid rgba(0, 0, 0, 0.14);
    border-radius: 26.05px;
    background: #eef2f0;
    overflow: hidden;
}

.ltv-daily-card img {
    display: block;
    width: 100%;
    flex: 0 0 118.853px;
    height: 118.853px;
    object-fit: cover;
    border-radius: 19.537px;
}

.ltv-daily-card span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    padding: 12px 26.05px 0;
    color: #182f22;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.ltv-callout {
    max-width: 100%;
    margin: 18px 0 0;
    padding: 24px 42px;
    border: 1.628px solid rgba(0, 0, 0, 0.14);
    border-radius: 26.05px;
    background: #eef2f0;
    --bs-gutter-x: 46px;
}

.ltv-callout strong {
    display: block;
    max-width: 584px;
    color: #6cb55f;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

.ltv-callout p {
    color: #2f3532;
    max-width: 526px;
}

.ltv-returns-section {
    padding-top: 72px;
}

.ltv-returns-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px;
    margin-bottom: 32px;
}

.ltv-returns-tab {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    padding: 5px 14px 5px 5px;
    border: 0;
    border-radius: 410px;
    background: #dddddd;
    color: #9d9d9d;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.ltv-returns-tab:hover,
.ltv-returns-tab:focus-visible {
    outline: 0;
}

.ltv-returns-tab.is-active {
    background: #407e43;
    color: #ffffff;
}

.ltv-returns-tab-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 77px;
    background: #ffffff;
    color: #b5b5b5;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
}

.ltv-returns-tab.is-active .ltv-returns-tab-number {
    color: #407e43;
}

.ltv-returns-panel {
    grid-template-columns: 539px 552px;
    gap: 64px;
    padding: 12px 24px 12px 12px;
    min-height: 601px;
    border-radius: 64px;
    background: linear-gradient(217.84deg, #407e43 25.54%, #182f22 108.13%);
}

.ltv-returns-panel[hidden] {
    display: none !important;
}

.ltv-returns-panel.is-active {
    display: grid;
}

.ltv-returns-media {
    height: 100%;
    min-height: 577px;
    border-radius: 54px;
}

.ltv-returns-copy {
    width: 552px;
    gap: 48px;
}

.ltv-returns-copy h3 {
    color: #ffffff;
    font-size: 40px;
    line-height: 1.2;
}

.ltv-returns-list {
    display: grid;
    width: 604px;
    max-width: 100%;
    gap: 32px;
}

.ltv-returns-item {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.ltv-returns-item > div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ltv-returns-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.ltv-returns-item h4,
.ltv-returns-item p {
    color: #ffffff;
}

.ltv-returns-item h4 {
    line-height: 1.55;
    letter-spacing: -0.3px;
}

#ltv-panel-1 .ltv-returns-media img {
    object-position: 23% 8%;
}

.ltv-overline {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
}

.ltv-cost-list {
    display: grid;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ltv-cost-list li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.ltv-cost-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #ff8366;
    flex: 0 0 42px;
}

.ltv-cost-icon svg,
.ltv-cost-icon img {
    display: block;
    width: 33.283px;
    height: 33.283px;
    object-fit: contain;
}

.ltv-cost-icon svg {
    overflow: visible;
}

.ltv-sense-grid {
    --bs-gutter-x: 64px;
    --bs-gutter-y: 24px;
}

.ltv-sense-copy,
.ltv-sense-aside {
    gap: 24px;
}

.ltv-sense-copy {
    gap: 51px;
}

.ltv-sense-intro {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ltv-sense-questions {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.ltv-sense-aside {
    gap: 27px;
}

.ltv-sense-copy p {
    margin: 0;
}

.ltv-question {
    display: grid;
    gap: 8px;
    padding-left: 16px;
    border-left: 5px solid #6cb55f;
}

.ltv-question strong {
    color: #2f3532;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
}

.ltv-sense-placeholder {
    height: 384px;
    min-height: 384px;
    width: 100%;
    overflow: hidden;
    background: #e5e5e5;
    border-radius: 42px;
}

.ltv-sense-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ltv-band-red-costs {
    grid-template-columns: 651px 485px;
    gap: 48px;
    align-items: stretch;
}

.ltv-band-red-costs .ltv-band-media {
    height: auto;
    min-height: 729px;
    border-radius: 52px;
    background: #b1b1b1;
}

.ltv-band-red-costs .ltv-band-copy {
    width: 485px;
    max-width: 100%;
    gap: 24px;
    padding: 48px 0;
}

.ltv-band-red-costs .ltv-band-copy h2 {
    max-width: 333px;
    color: #ffffff;
}

.ltv-band-red-costs .ltv-band-media img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.ltv-final {
    padding-bottom: 80px;
}

.ltv-final-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.ltv-final .col-12 {
    display: flex;
}

.ltv-value-card {
    align-self: stretch;
    width: 100%;
    height: 100%;
    gap: 12px;
    padding: 24px 24px 36px;
}

.ltv-value-card .ltv-card-icon {
    width: 42px;
    height: 42px;
}

.ltv-value-card h3,
.ltv-value-card p {
    width: 100%;
}

.ltv-final-heading {
    margin-bottom: 0;
}

.ltv-final-kicker {
    color: #6cb55f;
    font-weight: 700;
}

.ltv-final-action {
    margin-top: 8px;
}

.ltv-final-action .btn {
    min-height: 52px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.ltv-page .site-footer {
    margin-top: 20px;
}

@media (max-width: 1199.98px) {
    .ltv-hero-layout,
    .ltv-band,
    .ltv-returns-panel {
        grid-template-columns: 1fr;
    }

    .ltv-hero {
        padding-bottom: 72px;
    }

    .ltv-returns-panel {
        grid-template-columns: 1fr;
        padding: 16px;
        gap: 28px;
        min-height: 0;
        border-radius: 40px;
    }

    .ltv-returns-media {
        min-height: 360px;
        height: 360px;
    }

    .ltv-returns-copy {
        width: auto;
    }

    .ltv-band-red-costs .ltv-band-media {
        min-height: 440px;
    }

    .ltv-band-red-costs .ltv-band-copy {
        width: auto;
        padding: 20px 18px 24px;
    }
}

@media (max-width: 991.98px) {
    .ltv-band-copy {
        padding: 18px 18px 24px;
    }
}

@media (max-width: 767.98px) {
    .ltv-page .main-navbar {
        padding: 0.7rem 0;
    }

    .ltv-hero,
    .ltv-section {
        padding: 48px 0;
    }

    .ltv-hero-layout,
    .ltv-band {
        gap: 28px;
    }

    .ltv-hero-media,
    .ltv-band-media,
    .ltv-returns-media,
    .ltv-sense-placeholder {
        border-radius: 28px;
    }

    .ltv-hero-media {
        min-height: 280px;
    }

    .ltv-band {
        padding: 8px;
        gap: 20px;
        border-radius: 32px;
    }

    .ltv-band-media {
        min-height: 280px;
        border-radius: 24px;
    }

    .ltv-stat-grid {
        margin-top: 56px;
    }

    .ltv-card {
        padding: 28px;
        border-radius: 24px;
    }

    .ltv-callout {
        padding: 18px 20px;
        border-radius: 20px;
    }

    .ltv-callout strong {
        margin-bottom: 12px;
        font-size: 20px;
        text-align: left;
    }

    .ltv-returns-tabs {
        gap: 10px;
        margin-bottom: 20px;
    }

    .ltv-returns-tab {
        width: 100%;
        justify-content: flex-start;
    }

    .ltv-returns-panel {
        padding: 12px;
        border-radius: 32px;
    }

    .ltv-returns-media {
        min-height: 240px;
        height: 240px;
        border-radius: 24px;
    }

    .ltv-returns-copy {
        gap: 24px;
        padding: 0 4px 8px;
    }

    .ltv-returns-copy h3 {
        font-size: 32px;
    }

    .ltv-returns-item {
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 14px;
    }

    .ltv-returns-icon {
        width: 32px;
        height: 32px;
    }

    .ltv-daily-card {
        min-height: 132px;
        padding: 8px 8px 10px;
    }

    .ltv-daily-card img {
        flex-basis: 96px;
        height: 96px;
    }

    .ltv-daily-card span {
        padding: 10px 10px 0;
        font-size: 14px;
    }

    .ltv-sense-copy {
        gap: 32px;
    }

    .ltv-sense-questions {
        gap: 24px;
    }

    .ltv-sense-placeholder {
        height: 240px;
        min-height: 240px;
    }

    .ltv-band-red-costs .ltv-band-media {
        min-height: 320px;
        border-radius: 24px;
    }
}


/* === HERO TOP-SPACING STANDARDIZATION (nav→hero gap matched to commercial Figma reference, 2026-06-16) === */
@media (min-width: 992px) { .ltv-hero { padding-top: 90px !important; } }

/* QA 2026-07-03: fixed-width returns panel overflowed mobile by 258px */
@media (max-width: 767px) {
  .ltv-returns-media, .ltv-returns-media img, .ltv-returns-copy { width: 100% !important; max-width: 100% !important; }
}

/* QA 2026-07-03 round2: .ltv-returns-panel keeps fixed 539px/552px grid tracks on mobile — stack them */
@media (max-width: 767px) {
  .ltv-returns-panel { grid-template-columns: 1fr !important; }
}

/* QA 2026-07-03 round3: grid items refuse to shrink below content (min-width:auto floor) —
   the returns image forces 612px even in a 1fr track. Kill the floor. */
@media (max-width: 767px) {
  .ltv-returns-panel > * { min-width: 0 !important; }
  .ltv-returns-media img { width: 100% !important; height: auto !important; }
}

/* QA 2026-07-03 round4: remaining g-4 row gutter (.ltv-sense-grid) */
@media (max-width: 767px) { .row.g-4 { margin-left: 0 !important; margin-right: 0 !important; } }

/* QA 2026-07-07 mobile audit: 3-col card grids stayed 3-across at phone widths (one-word-per-line) */
@media (max-width: 767px) {
  .ltv-card-grid { grid-template-columns: 1fr !important; }
  .ltv-daily-grid > [class*="col"] { flex: 0 0 100%; max-width: 100%; }
}
