.home-badge {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.home-link {
    color: var(--ink);
    font-weight: 700;
    border-bottom: 1px solid var(--border);
}

.home-link:hover {
    color: var(--accent);
    border-bottom-color: var(--accent);
}

.home-btn {
    display: inline-block;
    padding: 12px 26px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.home-btn--lg {
    padding: 14px 32px;
    font-size: 16px;
}

.home-btn--xl {
    padding: 17px 44px;
    font-size: 17px;
}

.home-btn--solid {
    background: var(--accent);
    color: #fff;
    box-shadow: 0 10px 24px rgba(47, 107, 255, 0.24);
}

.home-btn--solid:hover {
    background: var(--accent-dark);
    color: #fff;
}

.home-btn--ghost {
    border-color: var(--border);
    color: var(--ink);
    background: var(--page);
}

.home-btn--ghost:hover {
    border-color: var(--accent);
    background: var(--accent-tint);
    color: var(--accent-dark);
}

.home-btn--dark {
    background: var(--dark);
    color: #fff;
}

.home-btn--dark:hover {
    background: var(--accent);
    color: #fff;
}

.home-head {
    max-width: 720px;
    margin: 0 auto 46px;
    text-align: center;
}

.home-head__title {
    margin-top: 16px;
    font-size: 34px;
}

.home-head__sub {
    margin-top: 14px;
    font-size: 17px;
    line-height: 1.7;
}

.home-hero {
    background: linear-gradient(180deg, var(--surface), var(--page));
    padding: calc(76px + 54px) var(--gutter) 60px;
}

.home-hero__inner {
    max-width: var(--wrap);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 48px;
}

.home-hero__title {
    margin-top: 18px;
    font-size: 40px;
}

.home-hero__lead {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.7;
}

.home-hero__lead strong {
    color: var(--ink);
}

.home-hero__actions {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.home-hero__stores {
    margin-top: 26px;
    display: flex;
    gap: 14px;
}

.home-hero__stores img {
    width: 155px;
    height: auto;
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(23, 32, 58, 0.08);
}

.home-hero__note {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
}

.home-hero__art {
    display: flex;
    justify-content: center;
}

.home-hero__art .lv-phone,
.home-ask__art .lv-phone {
    width: 288px;
    max-width: 100%;
    aspect-ratio: 288 / 600;
    padding: 10px;
    border-radius: 42px;
    background: #0B1020;
    box-shadow: 0 30px 60px rgba(23, 32, 58, 0.28);
}

.home-hero__art .lv-phone .screen,
.home-ask__art .lv-phone .screen {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 33px;
    overflow: hidden;
    background: var(--surface);
    font-family: var(--font);
    font-size: 13px;
    line-height: 1.45;
    color: var(--ink);
    text-align: left;
}

.home-hero__art .lv-phone .status,
.home-ask__art .lv-phone .status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 22px 5px;
    font-size: 12px;
    font-weight: 600;
}

.home-hero__art .lv-phone .status .dots,
.home-ask__art .lv-phone .status .dots {
    display: flex;
    gap: 4px;
}

.home-hero__art .lv-phone .status .dots i,
.home-ask__art .lv-phone .status .dots i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ink);
    opacity: 0.55;
}

.home-hero__art .lv-phone .appbar,
.home-ask__art .lv-phone .appbar {
    padding: 8px 16px 4px;
}

.home-hero__art .lv-phone .appbar strong,
.home-ask__art .lv-phone .appbar strong {
    display: block;
    font-family: var(--font);
    font-size: 16px;
}

.home-hero__art .lv-phone .appbar span,
.home-ask__art .lv-phone .appbar span {
    font-size: 12px;
    color: var(--muted);
}

.home-hero__art .lv-phone .feed {
    flex: 1;
    overflow: hidden;
    padding: 0 16px;
}

.home-hero__art .lv-phone .rail {
    padding: 14px 0 8px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--muted);
}

.home-hero__art .lv-phone .note {
    background: #fff;
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 9px;
}

.home-hero__art .lv-phone .note .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    color: var(--muted);
}

.home-hero__art .lv-phone .note .nrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.home-hero__art .lv-phone .play {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    height: 32px;
    border-radius: 9px;
    background: var(--accent-tint);
    color: var(--accent);
}

.home-hero__art .lv-phone .play svg {
    width: 15px;
    height: 15px;
}

.home-hero__art .lv-phone .txt {
    flex: 1;
    min-width: 0;
}

.home-hero__art .lv-phone .txt strong {
    display: block;
    font-size: 13.5px;
}

.home-hero__art .lv-phone .txt span {
    display: block;
    font-size: 12px;
    color: var(--muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-hero__art .lv-phone .ai {
    padding: 4px 8px;
    border: 1px solid var(--accent);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    color: var(--accent);
}

.home-hero__art .lv-phone .lv-tag {
    display: inline-block;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
}

.home-hero__art .lv-phone .lv-tag.reminder {
    background: rgba(30, 79, 214, 0.12);
    color: var(--accent-dark);
}

.home-hero__art .lv-phone .lv-tag.todo {
    background: rgba(22, 163, 74, 0.12);
    color: var(--success);
}

.home-hero__art .lv-phone .dock {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 16px 20px;
    border-radius: 24px 24px 0 0;
    background: #fff;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.05);
}

.home-hero__art .lv-phone .dock-label {
    font-size: 12.5px;
    color: var(--muted);
}

.home-hero__art .lv-phone .mic {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 12px 0 14px;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    box-shadow: 0 8px 20px rgba(47, 107, 255, 0.35);
}

.home-hero__art .lv-phone .mic svg {
    width: 26px;
    height: 26px;
}

.home-hero__art .lv-phone .mic .ring {
    position: absolute;
    inset: 0;
    border: 2px solid rgba(47, 107, 255, 0.45);
    border-radius: 50%;
    animation: home-phone-ring 1.8s ease-out infinite;
}

.home-hero__art .lv-phone .mic .ring.d {
    animation-delay: 0.9s;
}

@keyframes home-phone-ring {
    from {
        transform: scale(1);
        opacity: 0.8;
    }

    to {
        transform: scale(1.85);
        opacity: 0;
    }
}

.home-hero__art .lv-phone .dock-actions {
    display: flex;
    gap: 22px;
    font-size: 12.5px;
    color: var(--muted);
}

.home-hero__art .lv-phone .dock-actions span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.home-hero__art .lv-phone .dock-actions svg {
    width: 15px;
    height: 15px;
}

.home-ask__art .lv-phone .chat {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
    padding: 8px 16px;
    overflow: hidden;
}

.home-ask__art .lv-phone .bubble {
    max-width: 82%;
    padding: 10px 13px;
    border-radius: 16px;
    font-size: 12.5px;
    line-height: 1.45;
}

.home-ask__art .lv-phone .bubble.them {
    background: #fff;
    border-bottom-left-radius: 5px;
}

.home-ask__art .lv-phone .bubble.you {
    align-self: flex-end;
    background: var(--accent);
    color: #fff;
    border-bottom-right-radius: 5px;
}

.home-ask__art .lv-phone .composer {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 16px 18px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff;
    font-size: 12.5px;
    color: var(--muted);
}

.home-ask__art .lv-phone .composer svg {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
}

@media (prefers-reduced-motion: reduce) {
    .home-hero__art .lv-phone .mic .ring {
        animation: none;
        opacity: 0;
    }
}

.home-works {
    padding: 56px var(--gutter) 0;
}

.home-works__inner {
    max-width: var(--wrap);
    margin: 0 auto;
}

.home-works__title {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 28px;
}

.home-works__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.home-works__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    text-align: center;
}

.home-works__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--accent-tint);
    color: var(--accent);
}

.home-works__icon svg {
    width: 17px;
    height: 17px;
}

.home-works__shot {
    margin: 40px 0 0;
}

.home-works__shot img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 1;
    object-fit: cover;
    border-radius: 16px;
    background: var(--surface);
}

.home-works__shot figcaption {
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
    color: var(--muted);
}

.home-steps {
    padding: 76px var(--gutter);
}

.home-steps__inner {
    max-width: var(--wrap);
    margin: 0 auto;
}

.home-steps__demo {
    display: grid;
    grid-template-columns: 1fr 60px 1fr;
    align-items: center;
    gap: 12px;
    margin-bottom: 56px;
}

.home-steps__arrow {
    display: flex;
    justify-content: center;
    color: var(--accent);
}

.home-steps__arrow svg {
    width: 30px;
    height: 30px;
}

.home-said {
    background: var(--dark);
    border-radius: 16px;
    padding: 34px;
}

.home-said__kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.home-said__kicker svg {
    width: 15px;
    height: 15px;
}

.home-said__wave {
    display: flex;
    align-items: center;
    gap: 3px;
    height: 52px;
    margin: 20px 0;
}

.home-said__wave i {
    flex: 1;
    min-height: 3px;
    border-radius: 3px;
    background: linear-gradient(180deg, #7FA5FF, var(--accent));
}

.home-said__quote {
    font-size: 19px;
    line-height: 1.65;
    color: #fff;
}

.home-made {
    background: var(--page);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 34px;
    box-shadow: 0 18px 40px rgba(23, 32, 58, 0.08);
}

.home-made__kicker {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 14px;
}

.home-made__list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed var(--border);
}

.home-made__list li:last-child {
    border-bottom: 0;
}

.home-made__list li > span {
    font-size: 14px;
    color: var(--muted);
}

.home-made__list li > em {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: var(--ink);
}

.home-made__ok {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--success);
}

.home-made__list svg {
    width: 16px;
    height: 16px;
}

.home-made__foot {
    margin-top: 14px;
    font-size: 14px;
}

.home-pill {
    display: inline-block;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
}

.home-pill--reminder {
    background: rgba(30, 79, 214, 0.12);
    color: var(--accent-dark);
}

.home-steps__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.home-card {
    background: var(--page);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 14px 34px rgba(23, 32, 58, 0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.home-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 44px rgba(23, 32, 58, 0.12);
}

.home-card__num,
.home-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: var(--accent-tint);
    color: var(--accent);
    font-size: 17px;
    font-weight: 700;
}

.home-card__icon svg {
    width: 23px;
    height: 23px;
}

.home-card__title {
    display: block;
    font-size: 19px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 6px;
}

.home-card__body {
    font-size: 15px;
    line-height: 1.65;
}

.home-features {
    background: var(--surface);
    padding: 76px var(--gutter);
}

.home-features__inner {
    max-width: var(--wrap);
    margin: 0 auto;
}

.home-features__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.home-ask {
    padding: 76px var(--gutter);
}

.home-ask__inner {
    max-width: var(--wrap);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 56px;
}

.home-ask__art {
    display: flex;
    justify-content: center;
}

.home-ask__title {
    margin-top: 16px;
    font-size: 32px;
}

.home-ask__body {
    margin: 16px 0 28px;
    font-size: 17px;
    line-height: 1.7;
}

.home-google {
    background: var(--surface);
    padding: 76px var(--gutter);
}

.home-google__inner {
    max-width: var(--wrap);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    align-items: start;
    gap: 56px;
}

.home-google__title {
    margin-top: 16px;
    font-size: 30px;
}

.home-google__body {
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.7;
}

.home-google__body strong {
    color: var(--ink);
}

.home-google__label {
    margin-top: 24px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 10px;
}

.home-google__scope {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 10px;
    background: var(--accent-tint);
    color: var(--accent-dark);
    font-size: 13px;
    word-break: break-all;
}

.home-google__note {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
}

.home-google__ledgers {
    display: grid;
    gap: 24px;
}

.home-ledger {
    background: var(--page);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 32px;
    box-shadow: 0 18px 40px rgba(23, 32, 58, 0.08);
}

.home-ledger__title {
    display: block;
    font-size: 19px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 18px;
}

.home-ledger ul {
    display: grid;
    gap: 14px;
}

.home-ledger li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 1.6;
}

.home-ledger li strong {
    color: var(--ink);
}

.home-ledger svg {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: 3px;
}

.home-ledger--do svg {
    color: var(--success);
}

.home-ledger--dont svg {
    color: var(--danger);
}

.home-pricing {
    padding: 76px var(--gutter);
}

.home-pricing__inner {
    max-width: var(--wrap);
    margin: 0 auto;
}

.home-pricing__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.home-plan {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--page);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 32px 28px;
    box-shadow: 0 14px 34px rgba(23, 32, 58, 0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.home-plan:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 44px rgba(23, 32, 58, 0.12);
}

.home-plan--featured {
    border-color: var(--accent);
}

.home-plan__flag {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 14px;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.home-plan__name {
    display: block;
    font-size: 19px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 10px;
}

.home-plan__price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 20px;
}

.home-plan__amount {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    color: var(--ink);
}

.home-plan__term {
    font-size: 14px;
    color: var(--muted);
}

.home-plan__features {
    margin-bottom: 24px;
}

.home-plan__features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid var(--border);
    font-size: 14.5px;
    line-height: 1.5;
}

.home-plan__features li:last-child {
    border-bottom: 0;
}

.home-plan__features svg {
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    margin-top: 3px;
}

.home-plan__features .home-plan__on {
    color: var(--ink);
}

.home-plan__features .home-plan__on svg {
    color: var(--success);
}

.home-plan__features .home-plan__off {
    color: var(--muted);
    opacity: 0.7;
}

.home-plan__features .home-plan__off svg {
    color: var(--danger);
}

.home-plan__cta {
    margin-top: auto;
    width: 100%;
}

.home-pricing__foot {
    margin-top: 32px;
    text-align: center;
    font-size: 16px;
}

.home-close {
    background: var(--surface);
    border-top: 1px solid var(--border);
    padding: 76px var(--gutter);
    text-align: center;
}

.home-close__inner {
    max-width: 720px;
    margin: 0 auto;
}

.home-close__title {
    font-size: 32px;
}

.home-close__body {
    margin: 18px 0 32px;
    font-size: 17px;
    line-height: 1.7;
}

@media (max-width: 1100px) {
    .home-hero__title {
        font-size: 36px;
    }

    .home-steps__demo {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .home-steps__arrow {
        transform: rotate(90deg);
    }

    .home-pricing__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .home-hero {
        padding-top: calc(64px + 44px);
        padding-bottom: 48px;
    }

    .home-hero__inner {
        grid-template-columns: 1fr;
        gap: 44px;
        text-align: center;
    }

    .home-hero__copy {
        order: 2;
    }

    .home-hero__art {
        order: 1;
    }

    .home-hero__actions,
    .home-hero__stores {
        justify-content: center;
    }

    .home-steps,
    .home-features,
    .home-ask,
    .home-google,
    .home-pricing,
    .home-close {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .home-steps__grid,
    .home-features__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-works__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px 16px;
    }

    .home-ask__inner,
    .home-google__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .home-ask__copy {
        text-align: center;
    }

    .home-head {
        margin-bottom: 36px;
    }
}

@media (max-width: 640px) {
    .home-hero__title {
        font-size: 29px;
    }

    .home-hero__lead,
    .home-head__sub,
    .home-ask__body,
    .home-google__body,
    .home-close__body {
        font-size: 16px;
    }

    .home-hero__actions .home-btn,
    .home-close .home-btn {
        width: 100%;
    }

    .home-hero__stores img {
        width: 138px;
    }

    .home-works__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-works__item {
        justify-content: flex-start;
        text-align: left;
    }

    .home-works__shot img {
        aspect-ratio: 16 / 10;
    }

    .home-head__title,
    .home-ask__title,
    .home-google__title,
    .home-close__title {
        font-size: 25px;
    }

    .home-said,
    .home-made,
    .home-ledger,
    .home-card {
        padding: 24px;
    }

    .home-said__quote {
        font-size: 17px;
    }

    .home-steps__grid,
    .home-features__grid,
    .home-pricing__grid {
        grid-template-columns: 1fr;
    }
}
