.home-section-column {
    max-width: 1080px;
}

.home-hero-flow-wrap {
    display: grid;
    place-items: center;
    min-height: calc(100vh - var(--site-header-height));
    min-height: calc(100svh - var(--site-header-height));
    padding: clamp(34px, 5vw, 72px);
    box-sizing: border-box;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 54%),
        linear-gradient(145deg, rgba(73, 195, 179, 0.16), rgba(31, 37, 75, 0.08));
}

.home-flow-phone {
    position: relative;
    width: min(100%, 390px);
    padding: 20px 13px 15px;
    border-radius: 45px;
    background: #11152e;
    box-shadow: 0 35px 86px rgba(15, 23, 42, 0.28);
}

.home-flow-phone::before {
    content: '';
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 37px;
    pointer-events: none;
}

.home-flow-phone-notch {
    position: absolute;
    z-index: 2;
    top: 9px;
    left: 50%;
    width: 34%;
    height: 24px;
    border-radius: 0 0 15px 15px;
    background: #11152e;
    transform: translateX(-50%);
}

.home-flow-phone-screen {
    position: relative;
    min-height: 510px;
    padding: 18px;
    overflow: hidden;
    border-radius: 32px;
    background: linear-gradient(180deg, #f7fbfd 0%, #eef8f6 100%);
}

.home-flow-phone-header {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 16px 3px 18px;
    color: #1f254b;
}

.home-flow-phone-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #49c3b3;
    box-shadow: 0 0 0 5px rgba(73, 195, 179, 0.13);
}

.home-flow-phone-quote-card,
.home-flow-phone-fields {
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.2);
}

.home-flow-phone-quote-card {
    min-height: 142px;
    padding: 18px;
}

.home-flow-phone-eyebrow {
    color: #0f766e;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-flow-phone-quote {
    min-height: 6em;
    margin: 10px 0 0;
    color: #1f254b;
    font-family: 'Merriweather', serif;
    font-size: 0.98rem;
    line-height: 1.55;
}

.home-flow-phone-fields {
    display: grid;
    margin-top: 14px;
    padding: 4px 16px;
}

.home-flow-phone-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 49px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.home-flow-phone-row:first-child {
    border-top: 0;
}

.home-flow-phone-label {
    color: #64748b;
    font-size: 0.84rem;
    font-weight: 800;
}

.home-flow-phone-value {
    color: #1f254b;
    text-align: right;
    transition: opacity 0.25s ease, color 0.25s ease;
}

.home-flow-phone-row.is-pending .home-flow-phone-value {
    color: #94a3b8;
    opacity: 0.72;
}

.home-problem-section {
    padding: clamp(82px, 8vw, 126px) 0;
}


.home-feature-highlight-section {
    padding: clamp(18px, 2.5vw, 32px) 0 clamp(42px, 5vw, 72px);
    background: #ffffff;
}

.home-feature-highlight-section > .container {
    width: calc(100% - 20px);
    max-width: 1440px;
    padding-inline: 0;
}

.home-feature-highlight-panel {
    padding: clamp(24px, 3vw, 44px);
    overflow: hidden;
    border-radius: 32px;
    background: #f3eee3;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.08);
}

.home-feature-highlight-heading {
    display: grid;
    grid-template-columns: minmax(max-content, 0.36fr) minmax(0, 1fr);
    align-items: flex-end;
    gap: clamp(24px, 4vw, 64px);
    margin-bottom: 30px;
}

.home-feature-highlight-heading .section-title {
    flex: 1 1 300px;
    margin: 0;
    text-align: left;
}

.home-feature-highlight-heading h2 {
    max-width: none;
    margin: 0;
    color: #063f3a;
    font-size: clamp(1.8rem, 3vw, 2.75rem);
    white-space: nowrap;
}

.home-feature-highlight-tabs {
    display: flex;
    min-width: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0;
    max-width: 100%;
    padding: 6px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.62);
}

.home-feature-highlight-tab {
    flex: 1 1 0;
    min-height: 44px;
    padding: 10px 16px;
    border: 0;
    border-radius: 999px;
    color: #334155;
    background: transparent;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 900;
    cursor: pointer;
    white-space: nowrap;
}

.home-feature-highlight-tab.is-active {
    color: #ffffff;
    background: #0f766e;
    box-shadow: 0 10px 24px rgba(15, 118, 110, 0.2);
}

.home-feature-highlight-tab:focus-visible,
.home-feature-highlight-cta:focus-visible {
    outline: 3px solid rgba(15, 118, 110, 0.45);
    outline-offset: 3px;
}

.home-feature-highlight-content[hidden] {
    display: none;
}

.home-feature-highlight-content {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(300px, 1.22fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: stretch;
    min-height: 340px;
}

.home-feature-highlight-copy {
    align-self: center;
    max-width: 520px;
}

.home-feature-highlight-copy h3 {
    margin: 0 0 20px;
    color: #063f3a;
    font-family: 'Merriweather', serif;
    font-size: clamp(1.75rem, 3.1vw, 3rem);
    line-height: 1.15;
}

.home-feature-highlight-copy p {
    margin: 0;
    color: #334155;
    font-size: clamp(1rem, 1.4vw, 1.16rem);
    line-height: 1.7;
}

.home-feature-highlight-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    color: #0f766e;
    font-weight: 900;
    text-decoration: none;
}

.home-feature-highlight-cta:hover {
    color: #064e3b;
}

.home-feature-highlight-cta .home-section-cta-arrow {
    width: 20px;
    height: 20px;
    transition: transform 180ms ease;
}

.home-feature-highlight-cta:hover .home-section-cta-arrow {
    transform: translateX(3px);
}

.home-feature-highlight-media {
    height: clamp(300px, 29vw, 410px);
    min-height: 0;
    overflow: hidden;
    border-radius: 24px;
}

.home-feature-highlight-media img,
.home-feature-highlight-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center 42%;
}

.home-feature-highlight-placeholder {
    border: 1px solid rgba(120, 105, 81, 0.16);
    background: #e3dacb;
}

.home-audience-section {
    padding: clamp(18px, 2.5vw, 32px) 0 clamp(42px, 5vw, 72px);
    background: #ffffff;
}

.home-audience-container {
    width: calc(100% - 20px);
    max-width: 1440px;
    padding-inline: 0;
}

.home-audience-panel {
    display: flex;
    flex-direction: column;
    padding: clamp(20px, 2.2vw, 32px);
    overflow: hidden;
    border-radius: 32px;
    background: #f3eee3;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.08);
}

.home-audience-heading {
    margin: 0 0 14px;
    text-align: left;
}

.home-audience-heading h2 {
    max-width: none;
    margin: 0;
    color: #063f3a;
    font-size: clamp(1.8rem, 3vw, 2.75rem);
}

.home-audience-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: calc(100% - clamp(16px, 2.2vw, 32px));
    margin-inline: auto;
    gap: clamp(18px, 2vw, 28px);
    padding-bottom: clamp(12px, 1.5vw, 20px);
}

.home-audience-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.home-audience-card-body {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    padding: 0 0 12px;
}

.home-audience-card-title {
    margin: 0 0 8px;
    color: #063f3a;
    font-family: 'Merriweather', serif;
    font-size: clamp(1.2rem, 1.8vw, 1.55rem);
    line-height: 1.2;
}

.home-audience-card-copy {
    margin: 0;
    color: #334155;
    font-size: clamp(0.92rem, 1.1vw, 1rem);
    line-height: 1.55;
}

.home-audience-card-cta {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-top: auto;
    padding-top: 10px;
    color: #0f766e;
    font-weight: 900;
    line-height: 1.35;
    text-decoration: none;
}

.home-audience-card-cta:hover {
    color: #064e3b;
}

.home-audience-card-cta:focus-visible {
    outline: 3px solid rgba(15, 118, 110, 0.45);
    outline-offset: 3px;
}

.home-audience-card-media,
.home-audience-card-placeholder {
    overflow: hidden;
}

.home-audience-card-media {
    width: 100%;
    max-width: none;
    height: clamp(240px, 20vw, 290px);
    min-height: 0;
    margin-inline: auto;
    border-radius: 22px;
    background: #e3dacb;
}

.home-audience-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.home-audience-card-placeholder {
    display: grid;
    place-items: center;
    min-height: 0;
    color: #8b7d69;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.48) 25%, transparent 25%) 0 0 / 18px 18px,
        linear-gradient(315deg, rgba(255, 255, 255, 0.48) 25%, transparent 25%) 0 0 / 18px 18px,
        #e3dacb;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.home-problem-section {
    background: #f7fafc;
}

.home-problem-panel {
    width: 100%;
    box-sizing: border-box;
    padding: clamp(34px, 6vw, 64px);
    overflow: hidden;
    border-radius: 32px;
    color: #ffffff;
    background: linear-gradient(180deg, #1f254b 0%, #171c3f 100%);
    box-shadow: 0 28px 68px rgba(15, 23, 42, 0.2);
}

.home-problem-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
    gap: clamp(34px, 5.5vw, 72px);
    align-items: center;
}

.home-problem-title {
    margin-bottom: 30px;
    text-align: left;
}

.home-problem-title h2 {
    color: #ffffff;
}

.home-problem-copy {
    max-width: 680px;
    text-align: left;
}

.home-problem-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1.05rem, 1.7vw, 1.24rem);
    line-height: 1.75;
}

.home-problem-copy p + p {
    margin-top: 18px;
}

.home-problem-copy .home-problem-bridge {
    max-width: 660px;
    margin: 26px 0 0;
    color: #79eadb;
    font-weight: 900;
}

.home-problem-media {
    position: relative;
    width: min(100%, 440px);
    justify-self: end;
}

.home-problem-media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.home-problem-overlays {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.home-problem-chip {
    position: absolute;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 15px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 14px;
    color: #1f254b;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.18);
    font-size: clamp(0.78rem, 1.2vw, 0.94rem);
    font-weight: 900;
    line-height: 1.2;
    white-space: nowrap;
}

.home-problem-chip--time {
    top: 8%;
    left: 8%;
    min-height: 32px;
    padding: 7px 11px;
    border-radius: 999px;
    color: #0f766e;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    transform: rotate(-3deg);
}

.home-problem-chip--work-order {
    top: 28%;
    right: 7%;
    transform: rotate(2.5deg);
}

.home-problem-chip--receipt {
    bottom: 34%;
    left: 6%;
    transform: rotate(-2deg);
}

.home-problem-chip--invoice {
    right: 6%;
    bottom: 12%;
    transform: rotate(1.5deg);
}

.home-voice-demo-section {
    padding: clamp(42px, 5vw, 72px) 0;
    background: #ffffff;
}

.home-voice-container {
    max-width: 1440px;
    padding-inline: 0;
}

.home-voice-section-panel {
    padding: clamp(24px, 3vw, 44px);
    overflow: hidden;
    border-radius: 32px;
    background: #e4f8f4;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.08);
}

.home-voice-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: clamp(36px, 5vw, 76px);
    align-items: center;
}

.home-voice-visual {
    position: relative;
    width: min(100%, 560px);
    justify-self: start;
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 24px;
}

.home-voice-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-voice-transcript {
    position: absolute;
    right: 4%;
    bottom: 6%;
    width: min(82%, 390px);
    padding: 22px 24px 24px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
}

.home-voice-transcript-label {
    display: block;
    margin-bottom: 12px;
    color: #0f766e;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

.home-voice-transcript p {
    margin: 0;
    color: #1f254b;
    font-family: 'Merriweather', serif;
    font-size: clamp(1rem, 1.8vw, 1.3rem);
    font-weight: 700;
    line-height: 1.45;
}

.home-voice-content {
    min-width: 0;
    max-width: 620px;
}

.home-app-download-subtitle--mobile {
    display: none;
}

.home-voice-demo-section .lp-voice-demo-title {
    margin-bottom: 26px;
    text-align: left;
}

.home-voice-demo-section .lp-voice-demo-title p {
    max-width: 560px;
    margin-right: 0;
    margin-left: 0;
}

.home-voice-panel .lp-voice-output {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 620px;
}

.home-voice-demo-section .lp-voice-fields > .lp-voice-field {
    opacity: 1;
    transform: none;
    visibility: visible;
}

.home-voice-demo-section.is-field-reveal-ready .lp-voice-fields > .lp-voice-field {
    opacity: 0;
    transform: translateY(8px) scale(0.985);
    visibility: hidden;
    transition:
        opacity 180ms cubic-bezier(0.2, 0.8, 0.2, 1),
        transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1),
        visibility 0s linear 180ms;
    will-change: opacity, transform;
}

.home-voice-demo-section.is-field-reveal-ready .lp-voice-fields > .lp-voice-field.is-visible {
    opacity: 1;
    transform: none;
    visibility: visible;
    transition-delay: 0s;
}

.home-section-cta:focus-visible,
.home-profession-link:focus-visible,
.home-route-catch-all a:focus-visible {
    outline: 3px solid rgba(73, 195, 179, 0.45);
    outline-offset: 3px;
}

.home-section-cta-wrap {
    display: grid;
    justify-items: center;
    gap: 12px;
    margin: 30px auto 0;
    text-align: center;
}

.home-section-cta-prompt {
    margin: 0;
    color: #1f254b;
    font-family: 'Merriweather', serif;
    font-size: clamp(1rem, 1.8vw, 1.18rem);
    font-weight: 700;
    line-height: 1.55;
}

.home-section-cta {
    max-width: min(100%, 520px);
    min-height: 46px;
    padding: 12px 22px;
    font-weight: 900;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
}

.home-voice-cta {
    justify-items: start;
    margin-top: 28px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}



.home-routes-section {
    padding-top: clamp(88px, 9vw, 132px);
}

.home-profession-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 34px auto 0;
}

.home-profession-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 18px;
    border-radius: 999px;
    color: #0f766e;
    background: #ffffff;
    border: 1px solid rgba(15, 118, 110, 0.25);
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.home-profession-link:hover {
    color: #ffffff;
    background: #0f766e;
}

.home-route-catch-all {
    max-width: 820px;
    margin: 34px auto 0;
    padding: 26px 30px;
    border-radius: 22px;
    text-align: center;
    background: #1f254b;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.14);
}

.home-route-catch-all p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.04rem;
    line-height: 1.7;
}

.home-route-catch-all strong {
    color: #ffffff;
}

.home-route-catch-all a {
    color: #79eadb;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.lp-objections-section .lp-objections-title h2 {
    color: #ffffff;
}

@media (max-width: 960px) {
    .home-hero-flow-wrap {
        min-height: 0;
        padding: 34px 20px 12px;
        background: transparent;
    }

    .home-flow-phone {
        max-width: 350px;
    }

    .home-feature-highlight-content,
    .home-problem-layout,
    .home-voice-layout {
        grid-template-columns: 1fr;
    }


    .home-problem-content {
        grid-row: 2;
    }

    .home-problem-media {
        grid-row: 1;
        justify-self: center;
    }

    .home-voice-visual {
        justify-self: center;
    }

    .home-voice-content {
        width: 100%;
        max-width: 620px;
        margin-inline: auto;
    }

    .home-feature-highlight-heading {
        display: block;
    }

    .home-feature-highlight-heading .section-title {
        margin-bottom: 28px;
    }

    .home-feature-highlight-tabs {
        justify-content: flex-start;
    }

    .home-feature-highlight-copy {
        max-width: none;
    }

    .home-audience-grid {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .home-audience-card {
        width: 100%;
    }

    .home-audience-card-media {
        max-width: 100%;
        height: clamp(220px, 48vw, 280px);
    }

    .home-feature-highlight-heading h2 {
        white-space: normal;
    }
}

@media (max-width: 640px) {
    .home-hero-flow-wrap {
        padding-inline: 0;
    }

    .home-flow-phone {
        max-width: 330px;
        padding: 16px 10px 12px;
        border-radius: 34px;
    }

    .home-flow-phone::before {
        inset: 7px;
        border-radius: 28px;
    }

    .home-flow-phone-screen {
        min-height: 470px;
        padding: 14px;
        border-radius: 24px;
    }

    .home-flow-phone-quote {
        font-size: 0.92rem;
    }

    .home-feature-highlight-section,
    .home-problem-section {
        padding: 72px 0;
    }

    .home-feature-highlight-panel,
    .home-problem-panel,
    .home-problem-media img {
        border-radius: 22px;
    }

    .home-problem-panel {
        padding: 24px;
    }

    .home-feature-highlight-panel {
        padding: 24px;
    }

    .home-audience-section {
        padding: 20px 0 40px;
    }

    .home-audience-container {
        width: calc(100% - 20px);
    }

    .home-audience-panel {
        padding: 20px;
        border-radius: 22px;
    }

    .home-audience-heading {
        margin-bottom: 14px;
    }

    .home-audience-grid {
        gap: 16px;
    }

    .home-audience-card {
        border-radius: 20px;
    }

    .home-audience-card-body {
        padding: 16px;
    }

    .home-audience-card-media {
        height: clamp(200px, 64vw, 260px);
        border-radius: 20px;
    }

    .home-feature-highlight-section {
        padding: 20px 0 40px;
    }

    .home-feature-highlight-section > .container {
        width: calc(100% - 20px);
    }

    .home-feature-highlight-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        box-sizing: border-box;
        gap: 8px;
        padding: 0;
        border-radius: 0;
        background: transparent;
    }

    .home-feature-highlight-tab {
        width: 100%;
        min-width: 0;
        padding: 10px 8px;
        border: 1px solid rgba(15, 118, 110, 0.16);
        border-radius: 12px;
        background: #ffffff;
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
    }

    .home-feature-highlight-tab:last-child {
        grid-column: auto;
    }

    .home-feature-highlight-content {
        min-height: 0;
        gap: 30px;
    }

    .home-feature-highlight-placeholder {
        min-height: 220px;
        border-radius: 20px;
    }

    .home-feature-highlight-media {
        height: 220px;
        min-height: 0;
        border-radius: 20px;
    }

    .home-problem-layout {
        gap: 34px;
    }

    .home-problem-title {
        margin-bottom: 24px;
    }

    .home-problem-media {
        width: min(100%, 340px);
    }

    .home-problem-chip {
        min-height: 38px;
        padding: 9px 12px;
        font-size: 0.76rem;
    }

    .home-problem-chip--time {
        min-height: 30px;
        padding: 6px 10px;
        font-size: 0.7rem;
    }




    .home-voice-demo-section {
        padding: 48px 0;
    }

    .home-voice-layout {
        gap: 24px;
    }

    .home-voice-content {
        display: contents;
    }

    .home-voice-demo-section .lp-voice-demo-title {
        order: 1;
        width: 100%;
        max-width: 620px;
        margin-bottom: 0;
    }

    .home-voice-visual {
        order: 2;
    }

    .home-voice-panel {
        order: 3;
        width: 100%;
    }

    .home-voice-cta {
        order: 4;
        width: 100%;
    }

    .home-voice-visual {
        width: min(100%, 420px);
    }

    .home-voice-transcript {
        right: 3%;
        bottom: 4%;
        width: min(86%, 360px);
        padding: 18px 20px 20px;
    }

    .home-voice-section-panel {
        padding: 24px;
        border-radius: 22px;
    }

    .home-app-download-subtitle--desktop {
        display: none;
    }

    .home-app-download-subtitle--mobile {
        display: inline;
    }

    .home-route-catch-all {
        padding: 24px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-flow-phone-value,
    .home-problem-panel.reveal,
    .home-segment-card-media img,
    .home-profession-link {
        transition: none;
    }

    .home-problem-panel.reveal {
        opacity: 1;
        filter: none;
        transform: none;
    }

    .home-voice-demo-section .lp-voice-fields > .lp-voice-field,
    .home-voice-demo-section.is-field-reveal-ready .lp-voice-fields > .lp-voice-field {
        opacity: 1;
        transform: none;
        visibility: visible;
        transition: none;
    }
}

/* App download section */
.home-app-download-section {
    padding: clamp(18px, 2.5vw, 32px) 0 clamp(42px, 5vw, 72px);
    background: #ffffff;
}

.home-app-download-section > .container {
    width: calc(100% - 20px);
    max-width: 1440px;
    padding-inline: 0;
}

.home-app-download-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: clamp(36px, 6vw, 88px);
    align-items: center;
    overflow: hidden;
    height: clamp(452px, 40.9vw, 589px);
    padding: clamp(24px, 3vw, 44px);
    border-radius: 32px;
    background: #151a38;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.16);
}

.home-app-download-media {
    width: min(100%, 520px);
    height: calc(clamp(452px, 40.9vw, 589px) - clamp(24px, 3vw, 44px) - clamp(24px, 3vw, 44px));
    aspect-ratio: auto;
    justify-self: center;
    overflow: hidden;
    border-radius: 24px;
    background: #f5f0e8;
}

.home-app-download-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.home-app-download-content {
    min-width: 0;
    max-width: 620px;
}

.home-app-download-content h2 {
    margin: 0 0 24px;
    color: #ffffff;
    font-family: 'Lora', serif;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 700;
    line-height: 1.12;
}

.home-app-download-content > p {
    max-width: 570px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.5vw, 1.14rem);
    line-height: 1.7;
}

.home-app-download-store-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 32px;
}

.home-app-download-store-links .store-availability-link {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border-color: rgba(255, 255, 255, 0.25);
    background: #ffffff;
    color: #1f254b;
}

.home-app-download-store-links .store-availability-link:hover {
    border-color: #ffffff;
    background: #f0fdfa;
    color: #0f766e;
}

.home-app-download-store-links .store-availability-link span {
    max-width: none;
    white-space: nowrap;
}

@media (max-width: 760px) {
    .home-app-download-section {
        padding: 32px 0;
    }

    .home-app-download-panel {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
        height: auto;
        padding: 20px;
        border-radius: 22px;
    }

    .home-app-download-content {
        order: 1;
    }

    .home-app-download-media {
        order: 2;
        width: min(100%, 380px);
        height: clamp(150px, 42vw, 180px);
        aspect-ratio: auto;
        border-radius: 18px;
    }

    .home-app-download-content h2 {
        margin-bottom: 18px;
        font-size: clamp(1.85rem, 9vw, 2.55rem);
    }

    .home-app-download-store-links {
        gap: 8px;
        margin-top: 24px;
    }

    .home-app-download-store-links .store-availability-link {
        gap: 6px;
        min-height: 48px;
        padding: 10px 8px;
        font-size: 0.82rem;
    }

    .home-app-download-store-links .store-availability-link span {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* Phase 7e: homepage-only design system pass. */
body[data-marketing-page="/"] {
    --home-space-1: 16px;
    --home-space-2: 24px;
    --home-space-3: 32px;
    --home-space-4: 48px;
    --home-space-5: 64px;
    --home-section-gap: 96px;
    --home-panel-padding: 64px;
    --home-panel-radius: 32px;
    --home-card-radius: 24px;
    --home-cta-radius: 10px;
    --home-shadow-panel: 0 28px 68px rgba(15, 23, 42, 0.18);
    --home-shadow-card: 0 18px 46px rgba(15, 23, 42, 0.08);
    --home-reveal-duration: 420ms;
    --home-reveal-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
    --home-panel-height: clamp(500px, 40.9vw, 589px);
}

body[data-marketing-page="/"] .section-title {
    margin-bottom: 40px;
}

body[data-marketing-page="/"] .home-feature-highlight-heading .section-title {
    margin-bottom: 0;
}

body[data-marketing-page="/"] .home-feature-highlight-section {
    scroll-margin-top: var(--site-header-height, 80px);
}

@media (min-width: 961px) {
    body[data-marketing-page="/"] .home-feature-highlight-panel,
    body[data-marketing-page="/"] .home-audience-panel {
        box-sizing: border-box;
        height: var(--home-panel-height);
    }

    body[data-marketing-page="/"] .home-voice-section-panel {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        min-height: var(--home-panel-height);
        padding: clamp(24px, 3vw, 44px);
    }

    body[data-marketing-page="/"] .home-voice-layout {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    body[data-marketing-page="/"] .home-voice-content {
        min-height: calc(var(--home-panel-height) - clamp(48px, 6vw, 88px));
        transform: none;
    }

    body[data-marketing-page="/"] .home-voice-visual {
        width: min(100%, calc(var(--home-panel-height) - clamp(48px, 6vw, 88px)));
    }

    body[data-marketing-page="/"] .home-voice-panel .lp-voice-output {
        max-width: 560px;
    }

    body[data-marketing-page="/"] .home-voice-demo-section .lp-voice-screen-header {
        padding: 14px 18px;
    }

    body[data-marketing-page="/"] .home-voice-demo-section .lp-voice-fields {
        gap: 10px;
        padding: 14px 18px 10px;
    }

    body[data-marketing-page="/"] .home-voice-demo-section .lp-voice-field {
        padding: 10px 12px;
    }

    body[data-marketing-page="/"] .home-voice-demo-section .home-voice-cta {
        gap: 8px;
        margin-top: 8px;
    }
}

body[data-marketing-page="/"] .hero-section {
    position: relative;
    background: linear-gradient(180deg, #e4f8f4 0%, #e4f8f4 82%, #edf7f7 100%);
}

body[data-marketing-page="/"] .home-problem-section {
    position: relative;
    z-index: 2;
    margin-top: -24px;
    padding: 72px 0 32px;
    background: linear-gradient(180deg, #edf7f7 0%, #f7fafc 58%, #f5fbfa 100%);
}

body[data-marketing-page="/"] .home-problem-panel {
    border-radius: var(--home-panel-radius);
    box-shadow: var(--home-shadow-panel);
}

body[data-marketing-page="/"] .home-problem-panel {
    padding: var(--home-panel-padding);
}

body[data-marketing-page="/"] .home-problem-layout {
    align-items: center;
}

body[data-marketing-page="/"] .home-problem-content {
    align-self: center;
}

body[data-marketing-page="/"] .home-problem-title {
    margin-bottom: 28px;
}

body[data-marketing-page="/"] .home-problem-copy {
    max-width: 640px;
}

body[data-marketing-page="/"] .home-problem-media {
    align-self: center;
    justify-self: end;
}

body[data-marketing-page="/"] .home-problem-chip {
    max-width: calc(100% - 24px);
    white-space: normal;
}

body[data-marketing-page="/"] .home-problem-chip--time {
    top: 16px;
    left: 16px;
}

body[data-marketing-page="/"] .home-problem-chip--work-order {
    top: 28%;
    right: 16px;
}

body[data-marketing-page="/"] .home-problem-chip--receipt {
    bottom: 34%;
    left: 16px;
}

body[data-marketing-page="/"] .home-problem-chip--invoice {
    right: 16px;
    bottom: 16px;
}

body[data-marketing-page="/"] .home-voice-demo-section {
    padding: 24px 0 48px;
}

body[data-marketing-page="/"] .home-voice-demo-section .lp-voice-demo-title {
    margin-bottom: 26px;
    text-align: left;
}

body[data-marketing-page="/"] .home-voice-demo-section .lp-voice-demo-title p {
    max-width: 560px;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}

@media (min-width: 961px) {
    body[data-marketing-page="/"] .home-voice-demo-section .lp-voice-demo-title {
        margin-bottom: 0;
    }

    body[data-marketing-page="/"] .home-voice-demo-section .lp-voice-demo-title h2 {
        margin: 0 0 16px;
    }

    body[data-marketing-page="/"] .home-voice-demo-section .lp-voice-demo-title p {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 640px) {
    body[data-marketing-page="/"] .home-voice-demo-section .lp-voice-demo-title {
        margin-bottom: 0;
    }
}

body[data-marketing-page="/"] .lp-how-section {
    padding: 48px 0;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 78%, #f8fffd 100%);
}

body[data-marketing-page="/"] .lp-trust-section {
    padding: 32px 0;
}

body[data-marketing-page="/"] .lp-founder-section {
    padding: 64px 0 48px;
    background: linear-gradient(180deg, #f0fdfa 0%, #f8fafc 18%, #f8fafc 100%);
}

body[data-marketing-page="/"] .lp-founder-copy {
    max-width: 640px;
}




body[data-marketing-page="/"] .home-segment-card,
body[data-marketing-page="/"] .lp-objection-card {
    border-radius: var(--home-card-radius);
    box-shadow: var(--home-shadow-card);
}

body[data-marketing-page="/"] .home-routes-section {
    padding: 48px 0 64px;
}

body[data-marketing-page="/"] .home-route-catch-all {
    position: relative;
    z-index: 3;
    margin-bottom: -40px;
    border-radius: var(--home-card-radius);
    box-shadow: 0 22px 52px rgba(15, 23, 42, 0.2);
}

body[data-marketing-page="/"] .lp-objections-section {
    padding: 104px 0 48px;
}

body[data-marketing-page="/"] .lp-faq-section {
    padding: 48px 0;
}

body[data-marketing-page="/"] .lp-faq-inner {
    max-width: 1080px;
}

body[data-marketing-page="/"] .lp-waitlist-section {
    padding: 64px 0;
    background:
        radial-gradient(circle at 78% 18%, rgba(73, 195, 179, 0.3), transparent 36%),
        radial-gradient(circle at 14% 82%, rgba(15, 118, 110, 0.22), transparent 34%),
        linear-gradient(135deg, #1f254b 0%, #171c3f 100%);
}

body[data-marketing-page="/"] .lp-waitlist-section::before {
    background:
        radial-gradient(ellipse 60% 70% at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 55%),
        radial-gradient(ellipse 40% 50% at 10% 80%, rgba(73, 195, 179, 0.08) 0%, transparent 50%);
}

body[data-marketing-page="/"] .home-section-cta-wrap {
    gap: 10px;
    margin-top: 28px;
}

body[data-marketing-page="/"] .home-section-cta-prompt {
    margin: 0;
    color: #1f254b;
    font-family: 'Lora', serif;
    font-size: clamp(1rem, 1.6vw, 1.12rem);
    font-weight: 700;
    line-height: 1.4;
}

body[data-marketing-page="/"] .home-section-cta {
    gap: 9px;
    min-height: 48px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: var(--home-cta-radius);
    box-sizing: border-box;
    transition:
        color 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

body[data-marketing-page="/"] .home-section-cta--primary {
    color: #ffffff;
    border-color: #49c3b3;
    background: #49c3b3;
    box-shadow: 0 10px 24px rgba(15, 118, 110, 0.18);
}

body[data-marketing-page="/"] .home-section-cta--primary:hover {
    color: #ffffff;
    border-color: #3aa89a;
    background: #3aa89a;
    box-shadow: 0 14px 28px rgba(15, 118, 110, 0.24);
    transform: translateY(-2px);
}

body[data-marketing-page="/"] .home-section-cta--secondary {
    color: #0f766e;
    border-color: rgba(15, 118, 110, 0.38);
    background: transparent;
    box-shadow: none;
}

body[data-marketing-page="/"] .home-section-cta--secondary:hover {
    color: #115e59;
    border-color: #0f766e;
    background: rgba(73, 195, 179, 0.08);
    transform: translateY(-1px);
}

body[data-marketing-page="/"] .home-section-cta-arrow {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    transition: transform 180ms ease;
}

body[data-marketing-page="/"] .home-section-cta--secondary:hover .home-section-cta-arrow {
    transform: translateX(3px);
}

body[data-marketing-page="/"] .lp-waitlist-cta {
    min-height: 48px;
    padding: 12px 22px !important;
    border: 1px solid #49c3b3 !important;
    border-radius: var(--home-cta-radius) !important;
    color: #ffffff !important;
    background: #49c3b3 !important;
    box-shadow: 0 10px 24px rgba(7, 10, 28, 0.24) !important;
    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease !important;
}

body[data-marketing-page="/"] .lp-waitlist-cta:hover {
    color: #ffffff !important;
    border-color: #3aa89a !important;
    background: #3aa89a !important;
    box-shadow: 0 14px 30px rgba(7, 10, 28, 0.3) !important;
    transform: translateY(-2px) !important;
}

/* One homepage reveal language, powered by the existing one-shot observer. */
body[data-marketing-page="/"] .reveal {
    opacity: 0;
    filter: none;
    transform: translateY(16px);
    transition:
        opacity var(--home-reveal-duration) var(--home-reveal-ease),
        transform var(--home-reveal-duration) var(--home-reveal-ease);
    will-change: opacity, transform;
}

body[data-marketing-page="/"] .reveal.active {
    opacity: 1;
    filter: none;
    transform: translateY(0);
    will-change: auto;
}

body[data-marketing-page="/"] .delay-100 {
    transition-delay: 80ms;
}

body[data-marketing-page="/"] .delay-200 {
    transition-delay: 160ms;
}

body[data-marketing-page="/"] :is(
    .lp-istep-layout,
    .lp-trust-grid,
    .home-segments-grid,
    .home-profession-links,
    .lp-objections-grid,
    .lp-faq-groups
).reveal {
    opacity: 1;
    transform: none;
    transition: none;
}

body[data-marketing-page="/"] :is(
    .lp-istep-layout.reveal > .lp-istep-phone-col,
    .lp-istep-layout.reveal > .lp-istep-accordion,
    .lp-trust-grid.reveal > .lp-trust-item,
    .home-segments-grid.reveal > .home-segment-card,
    .home-profession-links.reveal > .home-profession-link,
    .lp-objections-grid.reveal > .lp-objection-card,
    .lp-faq-groups.reveal > .lp-faq-group
) {
    opacity: 0;
    transform: translateY(16px);
    transition:
        opacity var(--home-reveal-duration) var(--home-reveal-ease),
        transform var(--home-reveal-duration) var(--home-reveal-ease);
}

body[data-marketing-page="/"] :is(
    .lp-istep-layout.reveal.active > .lp-istep-phone-col,
    .lp-istep-layout.reveal.active > .lp-istep-accordion,
    .lp-trust-grid.reveal.active > .lp-trust-item,
    .home-segments-grid.reveal.active > .home-segment-card,
    .home-profession-links.reveal.active > .home-profession-link,
    .lp-objections-grid.reveal.active > .lp-objection-card,
    .lp-faq-groups.reveal.active > .lp-faq-group
) {
    opacity: 1;
    transform: translateY(0);
}

body[data-marketing-page="/"] :is(
    .lp-istep-layout,
    .home-segments-grid,
    .lp-faq-groups
) > :nth-child(2) {
    transition-delay: 80ms;
}

body[data-marketing-page="/"] :is(
    .lp-trust-grid,
    .home-profession-links,
    .lp-objections-grid
) > :nth-child(2) {
    transition-delay: 70ms;
}

body[data-marketing-page="/"] :is(
    .lp-trust-grid,
    .home-profession-links,
    .lp-objections-grid
) > :nth-child(3) {
    transition-delay: 140ms;
}

body[data-marketing-page="/"] :is(
    .lp-trust-grid,
    .home-profession-links
) > :nth-child(4) {
    transition-delay: 210ms;
}

@media (max-width: 960px) {
    body[data-marketing-page="/"] .home-problem-media {
        justify-self: center;
    }
}

@media (max-width: 640px) {
    body[data-marketing-page="/"] {
        --home-section-gap: 64px;
        --home-panel-padding: 24px;
        --home-panel-radius: 22px;
        --home-card-radius: 22px;
    }

    body[data-marketing-page="/"] .section-title {
        margin-bottom: 28px;
    }

    body[data-marketing-page="/"] .home-problem-section {
        margin-top: -16px;
        padding: 48px 0 16px;
    }

    body[data-marketing-page="/"] .home-problem-layout {
        gap: 32px;
    }

    body[data-marketing-page="/"] .home-problem-title {
        margin-bottom: 22px;
    }

    body[data-marketing-page="/"] .home-problem-chip {
        max-width: calc(100% - 20px);
    }

    body[data-marketing-page="/"] .home-problem-chip--time {
        top: 12px;
        left: 12px;
    }

    body[data-marketing-page="/"] .home-problem-chip--work-order {
        right: 12px;
    }

    body[data-marketing-page="/"] .home-problem-chip--receipt {
        left: 12px;
    }

    body[data-marketing-page="/"] .home-problem-chip--invoice {
        right: 12px;
        bottom: 12px;
    }

    body[data-marketing-page="/"] .home-voice-demo-section,
    body[data-marketing-page="/"] .lp-how-section,
    body[data-marketing-page="/"] .lp-faq-section {
        padding: 32px 0;
    }

    body[data-marketing-page="/"] .home-voice-demo-section {
        padding: 12px 0 32px;
    }



    body[data-marketing-page="/"] .lp-trust-section {
        padding: 24px 0;
    }

    body[data-marketing-page="/"] .lp-founder-section {
        padding: 40px 0 32px;
    }

    body[data-marketing-page="/"] .home-routes-section {
        padding: 32px 0 48px;
    }

    body[data-marketing-page="/"] .home-route-catch-all {
        margin-bottom: -24px;
    }

    body[data-marketing-page="/"] .lp-objections-section {
        padding: 48px 0 32px;
    }

    body[data-marketing-page="/"] .lp-waitlist-section {
        padding: 48px 0;
    }


    body[data-marketing-page="/"] .home-section-cta-wrap {
        margin-top: 24px;
    }

    body[data-marketing-page="/"] .home-section-cta {
        width: min(100%, 360px);
        padding: 12px 18px;
    }

    /* Compact mobile rhythm: halve outer section spacing, not panel content. */
    body[data-marketing-page="/"] .home-feature-highlight-section {
        padding: 10px 0 20px;
    }

    body[data-marketing-page="/"] .home-voice-demo-section {
        padding: 6px 0 16px;
    }

    body[data-marketing-page="/"] .home-audience-section,
    body[data-marketing-page="/"] .home-app-download-section {
        padding: 10px 0 20px;
    }

    body[data-marketing-page="/"] .lp-how-section,
    body[data-marketing-page="/"] .lp-trust-section,
    body[data-marketing-page="/"] .lp-faq-section {
        padding: 16px 0;
    }

    body[data-marketing-page="/"] .lp-founder-section {
        padding: 20px 0 16px;
    }

    body[data-marketing-page="/"] .home-routes-section {
        padding: 16px 0 24px;
    }

    body[data-marketing-page="/"] .lp-objections-section {
        padding: 24px 0 16px;
    }

    body[data-marketing-page="/"] .lp-waitlist-section {
        padding: 24px 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    body[data-marketing-page="/"] .reveal,
    body[data-marketing-page="/"] .reveal.active,
    body[data-marketing-page="/"] :is(
        .lp-istep-layout.reveal > .lp-istep-phone-col,
        .lp-istep-layout.reveal > .lp-istep-accordion,
        .lp-trust-grid.reveal > .lp-trust-item,
        .home-segments-grid.reveal > .home-segment-card,
        .home-profession-links.reveal > .home-profession-link,
        .lp-objections-grid.reveal > .lp-objection-card,
        .lp-faq-groups.reveal > .lp-faq-group
    ) {
        opacity: 1;
        filter: none;
        transform: none;
        transition: none;
    }

    body[data-marketing-page="/"] :is(
        .home-section-cta,
        .home-section-cta-arrow,
        .lp-waitlist-cta
    ) {
        transition: none !important;
    }

    body[data-marketing-page="/"] :is(
        .home-section-cta:hover,
        .home-section-cta--secondary:hover .home-section-cta-arrow,
        .lp-waitlist-cta:hover
    ) {
        transform: none !important;
    }
}
