.hiw-hero,
.hiw-loop,
.hiw-detail,
.hiw-ask,
.hiw-cta {
    display: block;
}

.hiw-hero__inner,
.hiw-loop__inner,
.hiw-detail__inner,
.hiw-ask__inner,
.hiw-cta__inner {
    max-width: var(--wrap);
    margin: 0 auto;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
}

.hiw-btn {
    display: inline-block;
    border-radius: 999px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    padding: 17px 34px;
    border: 1px solid transparent;
    transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

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

.hiw-btn--solid:hover {
    background: var(--accent-dark);
    transform: translateY(-1px);
}

.hiw-btn--ghost {
    background: transparent;
    color: var(--ink);
    border-color: var(--border);
}

.hiw-btn--ghost:hover {
    border-color: var(--ink);
    background: var(--ink);
    color: #fff;
}

.hiw-hero {
    background: linear-gradient(180deg, var(--surface) 0%, var(--page) 100%);
    border-bottom: 1px solid var(--border);
}

.hiw-hero__inner {
    padding-top: 140px;
    padding-bottom: 72px;
    display: grid;
    grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
    align-items: center;
    gap: 56px;
}

.hiw-hero__figure {
    margin: 0;
}

.hiw-hero__figure img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 26px 54px rgba(23, 32, 58, 0.18);
}

.hiw-hero__eyebrow {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 6px 18px;
    margin-bottom: 16px;
}

.hiw-hero__title {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 16px;
}

.hiw-hero__lead {
    max-width: 56ch;
    font-size: 17px;
    line-height: 1.75;
    color: var(--ink-soft);
}

.hiw-loop__inner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.hiw-loop__head {
    max-width: 680px;
    margin: 0 auto 48px;
    text-align: center;
}

.hiw-loop__eyebrow {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 6px 18px;
    margin-bottom: 16px;
}

.hiw-loop__title {
    font-size: 34px;
    margin-bottom: 12px;
}

.hiw-loop__lead {
    font-size: 18px;
    color: var(--ink-soft);
}

.hiw-demo {
    display: grid;
    grid-template-columns: 1fr 56px 1fr;
    align-items: center;
    gap: 24px;
    margin-bottom: 64px;
}

.hiw-demo__arrow {
    display: flex;
    justify-content: center;
    color: var(--muted);
}

.hiw-demo__arrow svg {
    width: 32px;
    height: 32px;
}

.hiw-said {
    background: var(--dark);
    border-radius: 14px;
    padding: 34px;
    color: #fff;
}

.hiw-said__kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
    margin-bottom: 20px;
}

.hiw-said__kicker svg {
    width: 16px;
    height: 16px;
}

.hiw-wave {
    display: flex;
    align-items: center;
    gap: 3px;
    height: 56px;
    margin-bottom: 20px;
}

.hiw-wave i {
    flex: 1 1 auto;
    min-width: 2px;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--accent) 0%, rgba(47, 107, 255, 0.45) 100%);
}

.hiw-said__quote {
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
}

.hiw-made {
    background: var(--page);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 34px;
    box-shadow: 0 24px 50px rgba(23, 32, 58, 0.10);
}

.hiw-made__kicker {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 16px;
}

.hiw-made__list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 11px 0;
    border-bottom: 1px solid var(--border);
}

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

.hiw-made__list span {
    font-size: 13px;
    color: var(--muted);
}

.hiw-made__list em {
    font-style: normal;
    font-weight: 600;
    color: var(--ink);
    text-align: right;
}

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

.hiw-made__ok svg {
    width: 16px;
    height: 16px;
}

.hiw-tag {
    font-style: normal;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 4px 11px;
}

.hiw-tag--reminder {
    background: var(--accent-tint);
    color: var(--accent-dark);
}

.hiw-made__note {
    font-size: 14px;
    color: var(--muted);
    margin-top: 16px;
}

.hiw-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

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

.hiw-step:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(23, 32, 58, 0.12);
}

.hiw-step__n {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--accent-tint);
    color: var(--accent-dark);
    font-family: var(--font-mono);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}

.hiw-step__title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 8px;
}

.hiw-step__body {
    color: var(--ink-soft);
}

.hiw-detail {
    background: var(--surface);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.hiw-detail__inner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.hiw-detail__head {
    max-width: 680px;
    margin: 0 auto 40px;
    text-align: center;
}

.hiw-detail__eyebrow {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 6px 18px;
    margin-bottom: 16px;
}

.hiw-detail__title {
    font-size: 34px;
}

.hiw-detail__card {
    max-width: 880px;
    margin: 0 auto;
    background: var(--page);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 48px;
    box-shadow: 0 24px 50px rgba(23, 32, 58, 0.08);
}

.hiw-flow {
    counter-reset: hiw-flow;
}

.hiw-flow li {
    counter-increment: hiw-flow;
    position: relative;
    padding-left: 56px;
    padding-bottom: 26px;
    color: var(--ink-soft);
}

.hiw-flow li::before {
    content: counter(hiw-flow, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    font-family: var(--font-mono);
    font-size: 13px;
    font-weight: 500;
}

.hiw-flow li::after {
    content: "";
    position: absolute;
    left: 17px;
    top: 40px;
    bottom: 6px;
    width: 1px;
    background: var(--border);
}

.hiw-flow li:last-child {
    padding-bottom: 0;
}

.hiw-flow li:last-child::after {
    display: none;
}

.hiw-flow strong {
    color: var(--ink);
}

.hiw-detail__foot {
    font-size: 14px;
    color: var(--muted);
    margin-top: 26px;
}

.hiw-detail__link {
    color: var(--ink);
    font-weight: 600;
    border-bottom: 1px solid var(--border);
}

.hiw-detail__link:hover {
    border-bottom-color: var(--ink);
}

.hiw-ask__inner {
    padding-top: 88px;
    padding-bottom: 88px;
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    align-items: center;
    gap: 64px;
}

.hiw-ask__phone {
    display: flex;
    justify-content: center;
}

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

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

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

.hiw-ask__phone .lv-phone .status .dots {
    display: flex;
    gap: 4px;
}

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

.hiw-ask__phone .lv-phone .appbar {
    padding: 8px 16px 4px;
}

.hiw-ask__phone .lv-phone .appbar strong {
    display: block;
    font-size: 16px;
}

.hiw-ask__phone .lv-phone .appbar span {
    font-size: 12px;
    color: var(--muted);
}

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

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

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

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

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

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

.hiw-ask__eyebrow {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 6px 18px;
    margin-bottom: 16px;
}

.hiw-ask__title {
    font-size: 34px;
    margin-bottom: 16px;
}

.hiw-ask__body {
    font-size: 18px;
    line-height: 1.8;
    color: var(--ink-soft);
    margin-bottom: 30px;
}

.hiw-cta {
    background: var(--surface);
    border-top: 1px solid var(--border);
}

.hiw-cta__inner {
    padding-top: 80px;
    padding-bottom: 88px;
    display: grid;
    grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
    align-items: center;
    gap: 56px;
}

.hiw-cta__figure {
    margin: 0;
}

.hiw-cta__figure img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: 50% 22%;
    border-radius: 16px;
    box-shadow: 0 22px 46px rgba(23, 32, 58, 0.16);
}

.hiw-cta__title {
    font-size: 34px;
    margin-bottom: 14px;
}

.hiw-cta__body {
    font-size: 18px;
    line-height: 1.7;
    color: var(--ink-soft);
    margin-bottom: 32px;
}

@media (max-width: 1024px) {
    .hiw-hero__inner,
    .hiw-cta__inner {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .hiw-hero__copy,
    .hiw-cta__copy {
        max-width: 660px;
        margin: 0 auto;
    }

    .hiw-hero__lead {
        margin-left: auto;
        margin-right: auto;
    }

    .hiw-cta__figure {
        order: 2;
        max-width: 380px;
        margin: 0 auto;
        width: 100%;
    }

    .hiw-cta__figure img {
        aspect-ratio: 3 / 2;
        object-position: 50% 18%;
    }

    .hiw-demo {
        grid-template-columns: 1fr;
        gap: 28px;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

    .hiw-demo__arrow {
        transform: rotate(90deg);
    }

    .hiw-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .hiw-ask__inner {
        grid-template-columns: 1fr;
        gap: 48px;
        text-align: center;
    }

    .hiw-ask__copy {
        max-width: 640px;
        margin: 0 auto;
    }
}

@media (max-width: 960px) {
    .hiw-hero__inner {
        padding-top: 112px;
    }
}

@media (max-width: 767px) {
    .hiw-hero__inner {
        padding-bottom: 52px;
    }

    .hiw-hero__title {
        font-size: 30px;
    }

    .hiw-hero__lead {
        font-size: 16px;
    }

    .hiw-loop__inner,
    .hiw-detail__inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .hiw-ask__inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .hiw-cta__inner {
        padding-top: 60px;
        padding-bottom: 68px;
    }

    .hiw-loop__title,
    .hiw-detail__title,
    .hiw-ask__title,
    .hiw-cta__title {
        font-size: 27px;
    }

    .hiw-steps {
        grid-template-columns: 1fr;
    }

    .hiw-said,
    .hiw-made {
        padding: 26px;
    }

    .hiw-said__quote {
        font-size: 18px;
    }

    .hiw-detail__card {
        padding: 28px 22px;
    }

    .hiw-flow li {
        padding-left: 46px;
    }

    .hiw-flow li::before {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .hiw-flow li::after {
        left: 15px;
        top: 36px;
    }
}

@media (max-width: 480px) {
    .hiw-loop__title,
    .hiw-detail__title,
    .hiw-ask__title,
    .hiw-cta__title {
        font-size: 24px;
    }

    .hiw-loop__lead,
    .hiw-ask__body,
    .hiw-cta__body {
        font-size: 16px;
    }

    .hiw-made__list li {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .hiw-made__list em {
        text-align: left;
    }

    .hiw-btn {
        padding: 15px 28px;
    }
}
