/* Home — VoiceAI-matched SaaS landing */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hp-wrap {
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}

@media (min-width: 1024px) {
    .hp-wrap {
        padding: 0 2rem;
    }
}

.hp-section {
    padding: 5rem 0;
    background: #fff;
}

.hp-section--soft {
    background: #f8fafc;
}

.hp-section h2 {
    font-family: inherit;
    font-weight: 750;
    letter-spacing: -0.03em;
    color: #0f172a;
    line-height: 1.15;
    margin: 0 0 1rem;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.hp-kicker {
    margin: 0 0 0.65rem;
    color: #2563eb;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hp-copy {
    margin: 0 0 1.25rem;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 34rem;
}

.hp-copy--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hp-center {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 2.75rem;
}

.hp-center h2 {
    margin-bottom: 0.75rem;
}

.hp-bullets {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.hp-bullets li {
    position: relative;
    padding-left: 1.35rem;
    color: #475569;
    line-height: 1.55;
}

.hp-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #2563eb;
}

.hp-split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
}

@media (min-width: 960px) {
    .hp-split {
        grid-template-columns: 1fr 1fr;
        gap: 3.5rem;
    }
}

.hp-split--voices {
    gap: 2.75rem;
}

@media (min-width: 960px) {
    .hp-split--voices {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        gap: 4rem;
        align-items: center;
    }
}

.hp-cards-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.15rem;
}

@media (min-width: 800px) {
    .hp-cards-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Hero — glass card + rings (reference match) */
.hp-hero {
    position: relative;
    overflow: hidden;
    background: #f7f8fb;
    padding: 3.5rem 0 4.5rem;
    text-align: center;
}

.hp-hero__rings {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -42%);
    width: min(1100px, 140%);
    pointer-events: none;
    z-index: 0;
}

.hp-hero__rings img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.95;
}

.hp-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 72rem;
}

.hp-hero__title {
    margin: 0 auto 1rem;
    font-size: clamp(2.15rem, 5.2vw, 3.55rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.08;
    color: #2563eb;
}

.hp-hero__lead {
    margin: 0 auto 2.25rem;
    max-width: 44rem;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #475569;
}

.hp-glass {
    position: relative;
    margin: 0 auto 1.75rem;
    max-width: 68rem;
    border-radius: 1.75rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow:
        0 30px 60px rgba(37, 99, 235, 0.1),
        0 8px 24px rgba(15, 23, 42, 0.06);
    isolation: isolate;
}

.hp-glass__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: flex;
}

.hp-glass__bg-img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hp-glass__bg-img--left {
    object-position: left center;
}

.hp-glass__bg-img--right {
    object-position: right center;
}

.hp-glass__frost {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hp-glass__body {
    position: relative;
    z-index: 2;
    padding: 2.35rem 1.5rem 2rem;
}

@media (min-width: 768px) {
    .hp-glass__body {
        padding: 2.75rem 2.5rem 2.35rem;
    }
}

.hp-glass__title {
    margin: 0 0 0.45rem;
    font-size: clamp(1.25rem, 2.4vw, 1.65rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.hp-glass__sub {
    margin: 0 auto 1.5rem;
    max-width: 28rem;
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.55;
}

.hp-glass__pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.hp-pill {
    appearance: none;
    border: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.92);
    color: #475569;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 600;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.hp-pill:hover {
    border-color: #93c5fd;
    color: #1d4ed8;
}

.hp-pill.is-active {
    border-color: #2563eb;
    color: #2563eb;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.hp-pill--link i {
    font-size: 0.75rem;
}

.hp-glass__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.85rem 1.45rem;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.35);
    transition: transform 0.15s ease, background 0.15s ease;
}

.hp-glass__cta:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}

.hp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.hp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    padding: 0.8rem 1.35rem;
    transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.hp-btn--primary {
    background: #2563eb;
    color: #fff;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
}

.hp-btn--primary:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}

.hp-btn--primary i {
    font-size: 0.7rem;
}

.hp-btn--ghost {
    background: rgba(226, 232, 240, 0.75);
    color: #1e3a8a;
    border: 1px solid #e2e8f0;
}

.hp-btn--ghost:hover {
    background: #e2e8f0;
}

/* Scale section (below hero) */
.hp-scale {
    padding: 5rem 0 4.5rem;
    background: #fff;
}

.hp-scale__top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75rem 3.5rem;
    align-items: start;
    margin-bottom: 2.75rem;
}

@media (min-width: 900px) {
    .hp-scale__top {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
        gap: 3rem 4.5rem;
        margin-bottom: 3.25rem;
    }
}

.hp-scale__badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hp-scale__title {
    margin: 0 0 1.5rem;
    font-size: clamp(2.2rem, 4.5vw, 3.4rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.05;
    color: #1e3a8a;
}

.hp-scale__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.85rem 1.45rem;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.3);
    transition: transform 0.15s ease, background 0.15s ease;
}

.hp-scale__cta:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}

.hp-scale__right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 0.35rem;
}

@media (min-width: 900px) {
    .hp-scale__right {
        padding-top: 2.4rem;
    }
}

.hp-scale__right p {
    margin: 0;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 38rem;
}

.hp-scale__stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
}

@media (min-width: 640px) {
    .hp-scale__stats {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .hp-scale__stats {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
}

.hp-stat {
    background: #f4f7fb;
    border-radius: 1.15rem;
    padding: 1.6rem 1.35rem 1.5rem;
}

.hp-stat strong {
    display: block;
    margin-bottom: 0.45rem;
    font-size: clamp(2rem, 3vw, 2.55rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
    color: #2563eb;
}

.hp-stat span {
    display: block;
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.45;
    font-weight: 500;
}

/* Voices feature — soft band so it separates from white scale section */
.hp-section--voices {
    background:
        radial-gradient(ellipse 70% 55% at 88% 42%, rgba(37, 99, 235, 0.08), transparent 60%),
        linear-gradient(180deg, #f1f5f9 0%, #eef2f7 100%);
    padding: 5.25rem 0;
}

.hp-voice-visual {
    position: relative;
    margin: 0 auto;
    max-width: 26rem;
    width: 100%;
    border-radius: 1.5rem;
    background: #0a0a0a;
    box-shadow:
        0 0 0 1px rgba(15, 23, 42, 0.08),
        0 24px 50px rgba(15, 23, 42, 0.18),
        0 8px 18px rgba(15, 23, 42, 0.1);
    overflow: hidden;
}

.hp-voice-visual::before {
    content: '';
    position: absolute;
    inset: -30% -20% auto auto;
    width: 14rem;
    height: 14rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.35), transparent 68%);
    pointer-events: none;
    z-index: 0;
}

.hp-voice-visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 960px) {
    .hp-voice-visual {
        max-width: none;
        justify-self: end;
        width: min(100%, 28rem);
    }
}

/* Cards */
.hp-card,
.hp-feature,
.hp-usecase {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1.05rem;
    padding: 1.5rem 1.35rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.03);
}

.hp-card__icon,
.hp-usecase__icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.8rem;
    background: #eff6ff;
    color: #2563eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.hp-card h3,
.hp-feature h3,
.hp-usecase h3 {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    color: #0f172a;
    font-weight: 700;
}

.hp-card p,
.hp-feature p,
.hp-usecase p {
    margin: 0;
    color: #64748b;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* How it works — expanding accordion */
.hp-hiw-section {
    background: #fff;
    padding: 5.5rem 0 5rem;
    overflow: hidden;
}

.hp-hiw-head {
    text-align: center;
    max-width: 42rem;
    margin: 0 auto 3rem;
}

.hp-hiw-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.85rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 0.78rem;
    font-weight: 700;
}

.hp-hiw-head h2 {
    margin: 0;
    font-size: clamp(1.85rem, 3.4vw, 2.65rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: #0f172a;
}

.hp-hiw {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

@media (min-width: 960px) {
    .hp-hiw {
        flex-direction: row;
        align-items: stretch;
        gap: 1.15rem;
    }
}

.hp-hiw__item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0 0 1.15rem;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    outline: none;
    transition:
        flex-grow 0.7s cubic-bezier(0.33, 1, 0.68, 1),
        flex-basis 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}

@media (min-width: 960px) {
    .hp-hiw__item {
        flex: 1.05 1 0;
        padding-bottom: 1.35rem;
    }

    .hp-hiw__item.is-active {
        flex: 2.2 1 0;
    }
}

.hp-hiw__item:focus-visible {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.25);
    border-radius: 1rem;
}

.hp-hiw__item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    border-radius: 999px;
    background: transparent;
    opacity: 0;
    transition: opacity 0.45s ease, background 0.45s ease;
}

.hp-hiw__item.is-active::after {
    background: #2563eb;
    opacity: 1;
}

.hp-hiw__visual {
    position: relative;
    flex: 0 0 auto;
    height: 18rem;
    margin-bottom: 1.2rem;
    border-radius: 1.5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.1rem 1rem;
    background: linear-gradient(155deg, #e8f0ff 0%, #ece7ff 48%, #f8e8f4 100%);
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.08);
    transition: box-shadow 0.55s ease;
}

@media (min-width: 960px) {
    .hp-hiw__visual {
        height: 20rem;
    }

    .hp-hiw__item.is-active .hp-hiw__visual {
        box-shadow: 0 20px 44px rgba(37, 99, 235, 0.12);
    }
}

.hp-hiw__glow {
    position: absolute;
    inset: -20% -10% auto auto;
    width: 14rem;
    height: 14rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.55), transparent 70%);
    pointer-events: none;
}

.hp-hiw__glow--alt {
    inset: auto auto -25% -15%;
    background: radial-gradient(circle, rgba(167, 139, 250, 0.45), transparent 70%);
}

.hp-hiw__glow--warm {
    inset: -15% auto auto 30%;
    background: radial-gradient(circle, rgba(244, 114, 182, 0.35), transparent 70%);
}

.hp-hiw__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 22.5rem;
    background: #fff;
    border-radius: 1.1rem;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
    padding: 0.95rem;
    transition: max-width 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}

@media (min-width: 960px) {
    .hp-hiw__item:not(.is-active) .hp-hiw__panel {
        max-width: 100%;
    }

    .hp-hiw__item.is-active .hp-hiw__panel {
        max-width: 23.5rem;
    }
}

/* Step 1 — input mock */
.hp-hiw__textarea {
    position: relative;
    min-height: 5.5rem;
    padding: 0.85rem 0.9rem 1.6rem;
    border-radius: 0.85rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    margin-bottom: 0.7rem;
}

.hp-hiw__textarea p {
    margin: 0;
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.45;
}

.hp-hiw__counter {
    position: absolute;
    right: 0.75rem;
    bottom: 0.45rem;
    font-size: 0.7rem;
    color: #94a3b8;
    font-weight: 600;
}

.hp-hiw__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.85rem;
}

.hp-hiw__chips span {
    display: inline-flex;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.7rem;
    font-weight: 600;
    white-space: nowrap;
}

@media (min-width: 960px) {
    .hp-hiw__item:not(.is-active) .hp-hiw__chips-extra {
        display: none;
    }
}

.hp-hiw__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.hp-hiw__speaker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #334155;
    font-size: 0.8rem;
    font-weight: 650;
}

.hp-hiw__speaker i {
    font-size: 0.65rem;
    color: #94a3b8;
}

.hp-hiw__play {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.35);
    flex-shrink: 0;
}

.hp-hiw__play--sm {
    width: 1.85rem;
    height: 1.85rem;
    font-size: 0.65rem;
    box-shadow: 0 6px 14px rgba(37, 99, 235, 0.28);
}

.hp-hiw__avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 800;
    color: #1e3a8a;
    background: linear-gradient(145deg, #bfdbfe, #ddd6fe);
    flex-shrink: 0;
}

.hp-hiw__avatar--lg {
    width: 4.25rem;
    height: 4.25rem;
    font-size: 1.35rem;
    margin-bottom: 0.55rem;
}

.hp-hiw__avatar--eric {
    background: linear-gradient(145deg, #93c5fd, #60a5fa);
    color: #fff;
}

.hp-hiw__avatar--biz {
    background: linear-gradient(145deg, #c7d2fe, #a5b4fc);
    color: #312e81;
}

.hp-hiw__avatar--art {
    background: linear-gradient(145deg, #fbcfe8, #f9a8d4);
    color: #9d174d;
}

.hp-hiw__avatar--teach {
    background: linear-gradient(145deg, #a5f3fc, #7dd3fc);
    color: #0c4a6e;
}

/* Step 2 — voices mock */
.hp-hiw__voices-head {
    margin-bottom: 0.65rem;
}

.hp-hiw__voices-head strong {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #0f172a;
    font-size: 0.88rem;
}

.hp-hiw__voices-head i {
    color: #2563eb;
    font-size: 0.7rem;
}

.hp-hiw__tabs {
    display: flex;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.hp-hiw__tabs span {
    padding: 0.22rem 0.55rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 650;
    color: #64748b;
    background: #f8fafc;
}

.hp-hiw__tabs .is-on {
    background: #eff6ff;
    color: #1d4ed8;
}

@media (min-width: 960px) {
    .hp-hiw__item:not(.is-active) .hp-hiw__tabs-extra {
        display: none;
    }
}

.hp-hiw__voices {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.hp-hiw__voices li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.5rem;
    border-radius: 0.75rem;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
}

.hp-hiw__voices li span:nth-child(2) {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
}

.hp-hiw__voices strong {
    color: #0f172a;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hp-hiw__voices small {
    color: #94a3b8;
    font-size: 0.65rem;
}

.hp-hiw__voices>li>i {
    color: #cbd5e1;
    font-size: 0.8rem;
}

/* Step 3 — player mock */
.hp-hiw__panel--player {
    text-align: center;
    padding: 1.1rem 1rem 1.15rem;
}

.hp-hiw__player-title {
    font-size: 0.82rem;
    font-weight: 750;
    color: #0f172a;
    margin-bottom: 0.85rem;
}

.hp-hiw__player-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.9rem;
}

.hp-hiw__player-hero strong {
    font-size: 0.82rem;
    color: #334155;
}

.hp-hiw__seek {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.85rem;
}

.hp-hiw__seek-track {
    flex: 1;
    height: 0.35rem;
    border-radius: 999px;
    background: #e2e8f0;
    position: relative;
    overflow: visible;
}

.hp-hiw__seek-track i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 62%;
    border-radius: 999px;
    background: #2563eb;
}

.hp-hiw__seek-track i::after {
    content: '';
    position: absolute;
    right: -0.35rem;
    top: 50%;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 999px;
    background: #2563eb;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(37, 99, 235, 0.35);
    transform: translateY(-50%);
}

.hp-hiw__seek em {
    font-style: normal;
    font-size: 0.7rem;
    font-weight: 650;
    color: #64748b;
}

.hp-hiw__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.95rem;
    color: #64748b;
    font-size: 0.95rem;
}

/* Meta under cards */
.hp-hiw__meta {
    padding: 0 0.15rem;
    display: flex;
    flex-direction: column;
}

.hp-hiw__label {
    display: block;
    margin-bottom: 0.45rem;
    color: #3b82f6;
    font-size: 0.9rem;
    font-weight: 650;
}

.hp-hiw__meta h3 {
    margin: 0 0 0.55rem;
    color: #0f172a;
    font-size: clamp(1.05rem, 1.4vw, 1.28rem);
    font-weight: 750;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

@media (min-width: 960px) {
    .hp-hiw__meta h3 {
        min-height: 2.6em;
    }
}

.hp-hiw__meta p {
    margin: 0;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

@media (max-width: 959px) {
    .hp-hiw__item.is-active .hp-hiw__visual {
        box-shadow: 0 20px 44px rgba(37, 99, 235, 0.12);
    }
}

@media (prefers-reduced-motion: reduce) {

    .hp-hiw__item,
    .hp-hiw__visual,
    .hp-hiw__panel,
    .hp-hiw__item::after {
        transition: none;
    }
}

/* Scenarios — top tabs + vertical accordion */
.hp-scenarios {
    background:
        radial-gradient(ellipse 70% 50% at 50% 0%, rgba(37, 99, 235, 0.05), transparent 55%),
        linear-gradient(180deg, #f1f5f9 0%, #eef2f7 100%);
    padding: 5.5rem 0 5rem;
}

.hp-scenarios__head {
    text-align: center;
    max-width: 44rem;
    margin: 0 auto 2rem;
}

.hp-scenarios__head h2 {
    margin: 0 0 0.85rem;
    font-size: clamp(1.85rem, 3.4vw, 2.55rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: #0f172a;
}

.hp-scenarios__head p {
    margin: 0;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.7;
}

.hp-scenarios__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 2.75rem;
    padding: 0.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.hp-scenarios__tab {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0.7rem 1.15rem;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: #64748b;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 650;
    cursor: pointer;
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.hp-scenarios__tab i {
    font-size: 0.95rem;
    color: inherit;
}

.hp-scenarios__tab:hover {
    color: #334155;
}

.hp-scenarios__tab.is-active {
    background: #fff;
    color: #1d4ed8;
    border-color: #bfdbfe;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.1);
}

.hp-scenarios__tab:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

.hp-scenarios__panel {
    display: none;
    grid-template-columns: 1fr;
    gap: 2.25rem;
    align-items: center;
}

.hp-scenarios__panel.is-active {
    display: grid;
    animation: hpScenarioIn 0.45s ease;
}

@media (min-width: 960px) {
    .hp-scenarios__panel.is-active {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        gap: 3.5rem;
    }
}

@keyframes hpScenarioIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hp-scenarios__visual {
    position: relative;
    min-height: 22rem;
    border-radius: 1.5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 30% 25%, rgba(191, 219, 254, 0.65), transparent 45%),
        radial-gradient(circle at 75% 70%, rgba(221, 214, 254, 0.5), transparent 42%),
        linear-gradient(160deg, #f8fbff, #eef4ff 55%, #f7f3ff);
}

.hp-scenarios__visual--podcast {
    background:
        radial-gradient(circle at 55% 35%, rgba(147, 197, 253, 0.55), transparent 50%),
        radial-gradient(circle at 20% 80%, rgba(196, 181, 253, 0.4), transparent 45%),
        linear-gradient(165deg, #f7faff, #ebf2ff);
}

.hp-scenarios__visual--book {
    background:
        radial-gradient(circle at 40% 40%, rgba(125, 211, 252, 0.45), transparent 48%),
        radial-gradient(circle at 80% 20%, rgba(191, 219, 254, 0.5), transparent 40%),
        linear-gradient(155deg, #f8fbff, #eef6ff);
}

.hp-scenarios__visual--img {
    background: none;
    padding: 0;
    min-height: 22rem;
}

.hp-scenarios__visual--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 1.5rem;
}

.hp-sc-orb {
    position: absolute;
    width: 15rem;
    height: 15rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.45), transparent 68%);
    filter: blur(2px);
}

.hp-sc-orb--soft {
    width: 17rem;
    height: 17rem;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.35), transparent 70%);
}

.hp-sc-play {
    position: relative;
    z-index: 1;
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    background: linear-gradient(145deg, rgba(96, 165, 250, 0.95), rgba(37, 99, 235, 0.9));
    box-shadow:
        0 0 0 14px rgba(147, 197, 253, 0.25),
        0 0 0 28px rgba(191, 219, 254, 0.18),
        0 24px 50px rgba(37, 99, 235, 0.28);
}

.hp-sc-play i {
    margin-left: 0.2rem;
}

.hp-sc-play--sm {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 0.7rem;
    box-shadow: 0 8px 16px rgba(37, 99, 235, 0.3);
    flex-shrink: 0;
}

.hp-sc-mic {
    position: relative;
    z-index: 1;
    width: 5.5rem;
    height: 11rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hp-sc-mic__head {
    width: 3.6rem;
    height: 5.2rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #e2e8f0, #60a5fa 40%, #1d4ed8);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.35), 0 16px 30px rgba(37, 99, 235, 0.3);
}

.hp-sc-mic__stand {
    width: 0.35rem;
    flex: 1;
    background: linear-gradient(#94a3b8, #64748b);
}

.hp-sc-mic__base {
    width: 3.2rem;
    height: 0.55rem;
    border-radius: 999px;
    background: #64748b;
}

.hp-sc-book {
    position: relative;
    z-index: 1;
    width: 8rem;
    height: 10rem;
}

.hp-sc-book__cover {
    position: absolute;
    inset: 0 1.2rem 0 0;
    border-radius: 0.6rem 1rem 1rem 0.6rem;
    background: linear-gradient(145deg, #3b82f6, #1d4ed8);
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.3);
}

.hp-sc-book__page {
    position: absolute;
    top: 0.6rem;
    right: 0;
    bottom: 0.6rem;
    width: 2rem;
    border-radius: 0 0.55rem 0.55rem 0;
    background: linear-gradient(90deg, #f8fafc, #e2e8f0);
    box-shadow: -4px 0 12px rgba(15, 23, 42, 0.08);
}

.hp-sc-float {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.75rem;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(8px);
    font-size: 0.78rem;
    color: #334155;
    font-weight: 650;
}

.hp-sc-float--badge {
    top: 12%;
    left: 8%;
}

.hp-sc-float--wave {
    top: 18%;
    right: 7%;
    min-width: 9rem;
}

.hp-sc-float--voice {
    left: 8%;
    bottom: 10%;
    min-width: 11rem;
}

.hp-sc-float--tl {
    top: 10%;
    left: 7%;
    bottom: auto;
}

.hp-sc-float--ml {
    left: 6%;
    top: 48%;
}

.hp-sc-float--mr {
    right: 7%;
    top: 42%;
    left: auto;
}

.hp-sc-float--player {
    left: 50%;
    bottom: 9%;
    transform: translateX(-50%);
    min-width: 13rem;
}

.hp-sc-float--chip {
    border-radius: 999px;
    padding: 0.45rem 0.8rem;
}

.hp-sc-float i {
    color: #2563eb;
}

.hp-sc-float strong {
    display: block;
    color: #0f172a;
    font-size: 0.78rem;
    line-height: 1.2;
}

.hp-sc-float small {
    color: #94a3b8;
    font-size: 0.68rem;
}

.hp-sc-float em {
    font-style: normal;
    color: #64748b;
    font-size: 0.7rem;
    font-weight: 650;
}

.hp-sc-ava {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 800;
    flex-shrink: 0;
}

.hp-sc-ava--teach {
    background: linear-gradient(145deg, #a5f3fc, #7dd3fc);
    color: #0c4a6e;
}

.hp-sc-ava--biz {
    background: linear-gradient(145deg, #c7d2fe, #a5b4fc);
    color: #312e81;
}

.hp-sc-ava--eric {
    background: linear-gradient(145deg, #93c5fd, #60a5fa);
    color: #fff;
}

.hp-sc-bars {
    display: inline-flex;
    align-items: flex-end;
    gap: 0.18rem;
    height: 1.1rem;
}

.hp-sc-bars i {
    width: 0.22rem;
    border-radius: 999px;
    background: #60a5fa;
    display: block;
}

.hp-sc-bars i:nth-child(odd) {
    height: 0.45rem;
}

.hp-sc-bars i:nth-child(even) {
    height: 0.95rem;
}

.hp-sc-bars i:nth-child(3n) {
    height: 0.7rem;
}

.hp-scenarios__copy h3 {
    margin: 0 0 0.75rem;
    font-size: clamp(1.55rem, 2.6vw, 2.1rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0f172a;
    line-height: 1.2;
}

.hp-scenarios__lead {
    margin: 0 0 1.5rem;
    color: #64748b;
    font-size: 1.02rem;
    line-height: 1.7;
    max-width: 34rem;
}

.hp-scenario-acc {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    max-width: 34rem;
}

.hp-scenario-acc__item {
    border-bottom: 1px solid #eef2f7;
}

.hp-scenario-acc__item:last-child {
    border-bottom: 0;
}

.hp-scenario-acc__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin: 0;
    padding: 0.95rem 0.1rem 0.75rem;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #64748b;
    font: inherit;
    font-size: 1.05rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    transition: color 0.25s ease, border-color 0.3s ease;
}

.hp-scenario-acc__trigger i {
    width: 1.25rem;
    text-align: center;
    font-size: 1.05rem;
    color: inherit;
}

.hp-scenario-acc__item.is-active .hp-scenario-acc__trigger {
    color: #2563eb;
    border-bottom-color: #2563eb;
}

.hp-scenario-acc__trigger:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 3px;
    border-radius: 0.35rem;
}

.hp-scenario-acc__body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}

.hp-scenario-acc__item.is-active .hp-scenario-acc__body {
    grid-template-rows: 1fr;
}

.hp-scenario-acc__body>div {
    overflow: hidden;
}

.hp-scenario-acc__body p {
    margin: 0;
    padding: 0.85rem 0 1rem 1.95rem;
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.7;
}

@media (max-width: 720px) {
    .hp-scenarios__tabs {
        width: 100%;
        border-radius: 1.1rem;
    }

    .hp-scenarios__tab {
        flex: 1 1 auto;
        justify-content: center;
        padding: 0.65rem 0.75rem;
        font-size: 0.82rem;
    }

    .hp-scenarios__tab span {
        white-space: nowrap;
    }

    .hp-sc-float--wave,
    .hp-sc-float--ml {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hp-scenarios__panel.is-active {
        animation: none;
    }

    .hp-scenario-acc__body {
        transition: none;
    }
}

/* Orb graphic */
.hp-orb {
    position: relative;
    width: min(100%, 22rem);
    aspect-ratio: 1;
    margin: 0 auto;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #93c5fd, #2563eb 55%, #1e3a8a 100%);
    box-shadow: 0 30px 60px rgba(37, 99, 235, 0.28);
}

.hp-orb__ring {
    position: absolute;
    inset: 12%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.hp-orb__core {
    position: absolute;
    inset: 28%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(2px);
}

/* Key features — image cards */
.hp-features {
    background: #fff;
    padding: 5.5rem 0 5rem;
}

.hp-features__head {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 2.75rem;
}

.hp-features__head h2 {
    margin: 0;
    font-size: clamp(1.85rem, 3.2vw, 2.45rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: #0f172a;
}

.hp-features__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 800px) {
    .hp-features__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.35rem;
    }
}

.hp-feat {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.35rem 1.35rem 1.5rem;
    border-radius: 1.5rem;
    background: #f4f7fb;
    border: 1px solid #eef2f7;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.hp-feat__media {
    margin: 0 0 1.25rem;
    border-radius: 1.1rem;
    overflow: hidden;
    background: #eef2f7;
    aspect-ratio: 1232 / 807;
}

.hp-feat__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp-feat h3 {
    margin: 0 0 0.55rem;
    font-size: 1.2rem;
    font-weight: 750;
    letter-spacing: -0.02em;
    line-height: 1.3;
    color: #0f172a;
}

.hp-feat p {
    margin: 0;
    color: #64748b;
    font-size: 0.98rem;
    line-height: 1.65;
    flex: 1;
}

.hp-feat__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: 1.25rem;
    padding: 0.75rem 1.25rem;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
    transition: background 0.15s ease, transform 0.15s ease;
}

.hp-feat__cta:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}

/* Legacy feature helpers (kept for other sections) */
.hp-feature {
    display: flex;
    flex-direction: column;
}

.hp-feature__visual {
    height: 9rem;
    border-radius: 0.85rem;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    margin-bottom: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-mini-voices {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.hp-mini-voices span {
    height: 1.25rem;
    border-radius: 0.45rem;
    background: #fff;
    border: 1px solid #bfdbfe;
}

.hp-wave {
    display: flex;
    align-items: flex-end;
    gap: 0.3rem;
    height: 3rem;
}

.hp-wave i {
    width: 0.4rem;
    border-radius: 999px;
    background: #2563eb;
}

.hp-wave i:nth-child(odd) {
    height: 1.2rem;
}

.hp-wave i:nth-child(even) {
    height: 2.4rem;
}

.hp-wave i:nth-child(3n) {
    height: 1.8rem;
}

.hp-avatars {
    display: flex;
}

.hp-avatars span {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    background: #fff;
    border: 2px solid #dbeafe;
    color: #1d4ed8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 750;
    margin-left: -0.45rem;
}

.hp-avatars span:first-child {
    margin-left: 0;
}

.hp-feature .tv-btn {
    margin-top: 1rem;
    align-self: flex-start;
}

.tv-btn--sm {
    padding: 0.6rem 0.95rem;
    font-size: 0.82rem;
}

/* Languages panel */
.hp-langs-section {
    background: #f1f5f9;
    padding: 4.5rem 0 5rem;
}

.hp-langs-panel {
    background: #fff;
    border-radius: 1.75rem;
    border: 1px solid #e8eef6;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
    padding: 2.5rem 1.35rem 2rem;
}

@media (min-width: 768px) {
    .hp-langs-panel {
        padding: 3rem 2.25rem 2.5rem;
    }
}

@media (min-width: 1100px) {
    .hp-langs-panel {
        padding: 3.25rem 2.75rem 2.75rem;
    }
}

.hp-langs-panel__head {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 2.25rem;
}

.hp-langs-panel__badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.9rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    border: 1px solid #93c5fd;
    background: #eff6ff;
    color: #2563eb;
    font-size: 0.78rem;
    font-weight: 700;
}

.hp-langs-panel__head h2 {
    margin: 0 0 0.75rem;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: #0f172a;
}

.hp-langs-panel__head p {
    margin: 0;
    color: #64748b;
    font-size: 1.02rem;
    line-height: 1.7;
}

.hp-langs-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
}

@media (min-width: 700px) {
    .hp-langs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.7rem 0.85rem;
    }
}

@media (min-width: 1024px) {
    .hp-langs-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.75rem 1rem;
    }
}

.hp-lang-card {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 3.35rem;
    padding: 0.7rem 0.85rem 0.7rem 0.95rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e8eef5;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.hp-lang-card:hover {
    border-color: #bfdbfe;
    box-shadow: 0 8px 22px rgba(37, 99, 235, 0.1);
    transform: translateY(-1px);
}

.hp-lang-card:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

.hp-lang-card__flag {
    flex-shrink: 0;
    font-size: 1.2rem;
    line-height: 1;
}

.hp-lang-card__name {
    flex: 0 1 auto;
    min-width: 0;
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 650;
    white-space: nowrap;
}

.hp-lang-card__accent {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    max-width: 100%;
    margin-left: 0.1rem;
    padding: 0.22rem 0.5rem;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hp-lang-card__accent i {
    font-size: 0.55rem;
    opacity: 0.75;
}

.hp-lang-card__chevron {
    margin-left: auto;
    color: #cbd5e1;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.hp-lang-card:hover .hp-lang-card__chevron {
    color: #60a5fa;
}

@media (max-width: 699px) {
    .hp-lang-card {
        border-radius: 1rem;
    }
}

/* Code panel */
.hp-code {
    background: #0b1220;
    border-radius: 1.1rem;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.22);
}

.hp-code__bar {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.8rem 1rem;
    background: #111827;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hp-code__bar span {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #64748b;
}

.hp-code__bar span:nth-child(1) {
    background: #f87171;
}

.hp-code__bar span:nth-child(2) {
    background: #fbbf24;
}

.hp-code__bar span:nth-child(3) {
    background: #34d399;
}

.hp-code__bar em {
    margin-left: 0.55rem;
    font-style: normal;
    color: #94a3b8;
    font-size: 0.75rem;
}

.hp-code pre {
    margin: 0;
    padding: 1.25rem 1.2rem 1.4rem;
    overflow-x: auto;
}

.hp-code code {
    color: #e2e8f0;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.84rem;
    line-height: 1.65;
}

/* Globe */
.hp-globe {
    position: relative;
    width: min(100%, 20rem);
    aspect-ratio: 1;
    margin: 0 auto;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 30%, rgba(147, 197, 253, 0.55), transparent 45%),
        linear-gradient(160deg, #eff6ff, #dbeafe);
    border: 1px solid #bfdbfe;
    box-shadow: inset 0 0 40px rgba(37, 99, 235, 0.08);
}

.hp-globe span {
    position: absolute;
    inset: 18%;
    border-radius: 50%;
    border: 1px solid rgba(37, 99, 235, 0.25);
}

.hp-globe span:nth-child(2) {
    inset: 28% 12%;
    border-radius: 50%;
}

.hp-globe span:nth-child(3) {
    left: 50%;
    top: 12%;
    bottom: 12%;
    width: 1px;
    inset: 12% auto 12% 50%;
    border: 0;
    background: rgba(37, 99, 235, 0.2);
}

/* Use cases soft tint */
.hp-section--soft .hp-usecase {
    background: #eff6ff;
    border-color: #dbeafe;
}

/* Voice fit — styles band */
.hp-voice-fit {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 0 5.75rem;
    background: #fff;
}

.hp-voice-fit__bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
    line-height: 0;
}

.hp-voice-fit__bg img {
    display: block;
    width: auto;
    height: auto;
    max-height: 400px;
    max-width: none;
}

.hp-voice-fit__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 52rem;
}

.hp-voice-fit__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.75rem;
    padding: 0.7rem 1.35rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, #f8fbff 0%, #e8f1ff 100%);
    border: 1px solid rgba(147, 197, 253, 0.65);
    color: #2563eb;
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow:
        0 14px 28px rgba(37, 99, 235, 0.14),
        0 2px 0 rgba(255, 255, 255, 0.85) inset;
    transform: rotate(8deg);
}

.hp-voice-fit__title {
    margin: 0 0 2rem;
    max-width: 20ch;
    font-size: clamp(2rem, 4.4vw, 3.35rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.15;
    color: #0f172a;
}

.hp-voice-fit__title span {
    color: #2563eb;
}

.hp-voice-fit__wave {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.18rem;
    width: 2.55rem;
    height: 1.55rem;
    margin: 0 0.2rem 0.15rem;
    padding: 0.3rem 0.45rem 0.28rem;
    border-radius: 999px;
    background: #2563eb;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.35);
    vertical-align: middle;
}

.hp-voice-fit__wave i {
    display: block;
    width: 0.18rem;
    border-radius: 999px;
    background: #fff;
}

.hp-voice-fit__wave i:nth-child(1) {
    height: 0.35rem;
}

.hp-voice-fit__wave i:nth-child(2) {
    height: 0.65rem;
}

.hp-voice-fit__wave i:nth-child(3) {
    height: 0.95rem;
}

.hp-voice-fit__wave i:nth-child(4) {
    height: 0.55rem;
}

.hp-voice-fit__wave i:nth-child(5) {
    height: 0.75rem;
}

.hp-voice-fit__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 0.85rem;
    max-width: 44rem;
}

.hp-voice-fit__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.2rem;
    border-radius: 999px;
    background: rgba(239, 246, 255, 0.92);
    border: 1px solid #bfdbfe;
    color: #2563eb;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 650;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.hp-voice-fit__tag:hover {
    background: #fff;
    border-color: #93c5fd;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.12);
    transform: translateY(-1px);
}

@media (max-width: 640px) {
    .hp-voice-fit {
        padding: 4.25rem 0 4.5rem;
    }

    .hp-voice-fit__title {
        max-width: 16ch;
    }

    .hp-voice-fit__tag {
        font-size: 0.88rem;
        padding: 0.62rem 1rem;
    }
}

/* FAQ */
.hp-faq {
    max-width: 52rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.hp-faq details {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.9rem;
    padding: 0;
    overflow: hidden;
}

.hp-faq summary {
    list-style: none;
    cursor: pointer;
    padding: 1rem 1.15rem;
    font-weight: 700;
    color: #0f172a;
    position: relative;
    padding-right: 2.5rem;
}

.hp-faq summary::-webkit-details-marker {
    display: none;
}

.hp-faq summary::after {
    content: '+';
    position: absolute;
    right: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #2563eb;
    font-size: 1.2rem;
    font-weight: 500;
}

.hp-faq details[open] summary::after {
    content: '–';
}

.hp-faq details[open] summary {
    border-bottom: 1px solid #f1f5f9;
}

.hp-faq p {
    margin: 0;
    padding: 0.85rem 1.15rem 1.1rem;
    color: #64748b;
    line-height: 1.65;
    font-size: 0.95rem;
}

/* Final CTA */
.hp-final {
    text-align: center;
    padding: 3.25rem 1.5rem;
    border-radius: 1.35rem;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 55%, #bfdbfe 100%);
    border: 1px solid #bfdbfe;
}

.hp-final h2 {
    margin: 0 0 0.65rem;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.hp-final p {
    margin: 0 0 1.4rem;
    color: #475569;
}

.hp-final__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
}