/* Start custom CSS for html, class: .elementor-element-fc95d74 */.em-ha-voice {
    --em-primary: #125d72;
    --em-primary-dark: #0b4050;
    --em-accent: #f0a23a;
    --em-accent-soft: #fff5e6;
    --em-text: #17252b;
    --em-muted: #5d6c72;
    --em-border: #dce5e8;
    --em-bg: #f5f8f9;
    --em-white: #ffffff;
    --em-success: #eaf7ef;
    --em-danger: #fff1ef;
    --em-shadow: 0 14px 38px rgba(21, 50, 61, 0.09);

    max-width: 1120px;
    margin: 0 auto;
    color: var(--em-text);
    font-size: 17px;
    line-height: 1.72;
}

.em-ha-voice *,
.em-ha-voice *::before,
.em-ha-voice *::after {
    box-sizing: border-box;
}

.em-ha-voice h1,
.em-ha-voice h2,
.em-ha-voice h3 {
    color: var(--em-primary-dark);
    line-height: 1.24;
    letter-spacing: -0.02em;
}

.em-ha-voice h1 {
    max-width: 940px;
    margin: 16px 0 22px;
    font-size: clamp(34px, 5vw, 58px);
}

.em-ha-voice h2 {
    margin: 58px 0 20px;
    font-size: clamp(27px, 3.4vw, 38px);
}

.em-ha-voice h3 {
    margin: 26px 0 12px;
    font-size: clamp(21px, 2.5vw, 27px);
}

.em-ha-voice p {
    margin: 0 0 18px;
}

.em-ha-voice ul,
.em-ha-voice ol {
    margin: 0 0 24px;
    padding-left: 24px;
}

.em-ha-voice li {
    margin-bottom: 9px;
}

.em-ha-voice a {
    color: var(--em-primary);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.em-ha-voice a:hover {
    color: var(--em-primary-dark);
}

.em-ha-voice__hero {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 5vw, 66px);
    border: 1px solid var(--em-border);
    border-radius: 28px;
    background:
        radial-gradient(circle at 92% 8%, rgba(240, 162, 58, 0.2), transparent 32%),
        linear-gradient(145deg, #f7fbfc 0%, #eef6f8 100%);
}

.em-ha-voice__label,
.em-ha-voice__card-label,
.em-ha-voice__cta-label {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 12px;
    border-radius: 999px;
    background: var(--em-accent-soft);
    color: #80500e;
    font-size: 14px;
    font-weight: 700;
}

.em-ha-voice__lead {
    max-width: 900px;
    font-size: clamp(18px, 2vw, 22px);
    color: #31464e;
}

.em-ha-voice__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 26px;
}

.em-ha-voice__tags span {
    padding: 8px 13px;
    border: 1px solid rgba(18, 93, 114, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    color: var(--em-primary-dark);
    font-size: 14px;
    font-weight: 650;
}

.em-ha-voice__updated {
    margin: 22px 0 0;
    color: var(--em-muted);
    font-size: 14px;
}

.em-ha-voice__answer {
    margin: 34px 0;
    padding: clamp(24px, 4vw, 38px);
    border-left: 6px solid var(--em-accent);
    border-radius: 18px;
    background: var(--em-accent-soft);
}

.em-ha-voice__answer h2 {
    margin-top: 0;
}

.em-ha-voice__answer p:last-child {
    margin-bottom: 0;
}

.em-ha-voice__contents {
    margin: 34px 0;
    padding: clamp(24px, 4vw, 36px);
    border: 1px solid var(--em-border);
    border-radius: 22px;
    background: var(--em-white);
    box-shadow: var(--em-shadow);
}

.em-ha-voice__contents h2 {
    margin-top: 0;
    font-size: 27px;
}

.em-ha-voice__contents ol {
    columns: 2;
    column-gap: 42px;
    margin-bottom: 0;
}

.em-ha-voice__contents li {
    break-inside: avoid;
    margin-bottom: 11px;
}

.em-ha-voice__pipeline {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0;
}

.em-ha-voice__pipeline-item {
    position: relative;
    padding: 22px 18px;
    border: 1px solid var(--em-border);
    border-radius: 18px;
    background: var(--em-white);
}

.em-ha-voice__pipeline-item h3 {
    margin: 15px 0 10px;
    font-size: 20px;
}

.em-ha-voice__pipeline-item p {
    margin-bottom: 0;
    color: var(--em-muted);
    font-size: 15px;
    line-height: 1.55;
}

.em-ha-voice__number {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--em-primary);
    color: var(--em-white);
    font-weight: 800;
}

.em-ha-voice__note,
.em-ha-voice__warning {
    margin: 28px 0;
    padding: 21px 23px;
    border-radius: 16px;
}

.em-ha-voice__note {
    border: 1px solid #b9d8e1;
    background: #edf7fa;
}

.em-ha-voice__warning {
    border: 1px solid #efd3ce;
    background: var(--em-danger);
}

.em-ha-voice__table-wrap {
    overflow-x: auto;
    margin: 26px 0;
    border: 1px solid var(--em-border);
    border-radius: 18px;
    background: var(--em-white);
    -webkit-overflow-scrolling: touch;
}

.em-ha-voice table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.em-ha-voice th,
.em-ha-voice td {
    padding: 17px 18px;
    border-bottom: 1px solid var(--em-border);
    text-align: left;
    vertical-align: top;
}

.em-ha-voice th {
    background: #edf4f6;
    color: var(--em-primary-dark);
    font-size: 15px;
}

.em-ha-voice tr:last-child td {
    border-bottom: 0;
}

.em-ha-voice__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 28px 0;
}

.em-ha-voice__card {
    display: flex;
    flex-direction: column;
    padding: 26px;
    border: 1px solid var(--em-border);
    border-radius: 22px;
    background: var(--em-white);
    box-shadow: 0 8px 26px rgba(21, 50, 61, 0.06);
}

.em-ha-voice__card--accent {
    border: 2px solid var(--em-accent);
    background: linear-gradient(180deg, #fffaf2 0%, #ffffff 100%);
}

.em-ha-voice__card h3 {
    margin-top: 16px;
}

.em-ha-voice__card-result {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid var(--em-border);
    font-weight: 700;
    color: var(--em-primary-dark);
}

.em-ha-voice__checklist {
    padding-left: 0;
    list-style: none;
}

.em-ha-voice__checklist li {
    position: relative;
    padding: 16px 18px 16px 48px;
    border-bottom: 1px solid var(--em-border);
}

.em-ha-voice__checklist li::before {
    content: "✓";
    position: absolute;
    top: 15px;
    left: 14px;
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 50%;
    background: var(--em-primary);
    color: var(--em-white);
    font-size: 14px;
    font-weight: 800;
}

.em-ha-voice__example {
    margin: 28px 0;
    padding: clamp(22px, 4vw, 34px);
    border-radius: 20px;
    background: var(--em-bg);
}

.em-ha-voice__example h3 {
    margin-top: 0;
}

.em-ha-voice__example-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.em-ha-voice__example-grid > div {
    padding: 20px;
    border-radius: 16px;
    background: var(--em-white);
}

.em-ha-voice__example-grid p {
    margin: 8px 0 0;
}

.em-ha-voice__device-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 26px 0;
}

.em-ha-voice__device {
    padding: 23px;
    border: 1px solid var(--em-border);
    border-radius: 18px;
    background: var(--em-white);
}

.em-ha-voice__device h3 {
    margin-top: 0;
    font-size: 22px;
}

.em-ha-voice__device p {
    margin-bottom: 0;
}

.em-ha-voice__steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0;
}

.em-ha-voice__steps article {
    padding: 22px;
    border: 1px solid var(--em-border);
    border-radius: 18px;
    background: var(--em-white);
}

.em-ha-voice__steps span {
    color: var(--em-accent);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.em-ha-voice__steps h3 {
    margin: 7px 0 10px;
    font-size: 22px;
}

.em-ha-voice__steps p {
    margin-bottom: 0;
    color: var(--em-muted);
}

.em-ha-voice__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 26px 0;
}

.em-ha-voice__good,
.em-ha-voice__bad {
    padding: 25px;
    border-radius: 20px;
}

.em-ha-voice__good {
    border: 1px solid #bce0c7;
    background: var(--em-success);
}

.em-ha-voice__bad {
    border: 1px solid #efd3ce;
    background: var(--em-danger);
}

.em-ha-voice__good h3,
.em-ha-voice__bad h3 {
    margin-top: 0;
}

.em-ha-voice__problems {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 26px 0;
}

.em-ha-voice__problems article {
    padding: 22px;
    border: 1px solid var(--em-border);
    border-radius: 18px;
    background: var(--em-white);
}

.em-ha-voice__problems h3 {
    margin-top: 0;
    font-size: 21px;
}

.em-ha-voice__problems p {
    margin-bottom: 0;
    color: var(--em-muted);
}

.em-ha-voice__norms {
    margin: 52px 0;
    padding: clamp(26px, 5vw, 44px);
    border-radius: 24px;
    background: #f3f6f7;
}

.em-ha-voice__norms h2 {
    margin-top: 0;
}

.em-ha-voice blockquote {
    margin: 26px 0;
    padding: 20px 22px;
    border-left: 5px solid var(--em-primary);
    border-radius: 0 14px 14px 0;
    background: var(--em-white);
    font-style: normal;
    color: #32464d;
}

.em-ha-voice__cta {
    margin: 58px 0;
    padding: clamp(28px, 5vw, 52px);
    border-radius: 26px;
    background:
        radial-gradient(circle at 90% 10%, rgba(240, 162, 58, 0.22), transparent 30%),
        var(--em-primary-dark);
    color: var(--em-white);
}

.em-ha-voice__cta-content {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(230px, 0.7fr);
    gap: 38px;
    align-items: center;
}

.em-ha-voice__cta h2,
.em-ha-voice__cta h3 {
    color: var(--em-white);
}

.em-ha-voice__cta h2 {
    margin-top: 14px;
}

.em-ha-voice__cta a {
    text-decoration: none;
}

.em-ha-voice__cta-buttons {
    display: grid;
    gap: 12px;
}

.em-ha-voice__button {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 13px 18px;
    border: 1px solid transparent;
    border-radius: 13px;
    text-align: center;
    font-weight: 750;
    transition: transform 0.18s ease, background 0.18s ease;
}

.em-ha-voice__button:hover {
    transform: translateY(-1px);
}

.em-ha-voice__button--primary {
    background: var(--em-accent);
    color: #34210a;
}

.em-ha-voice__button--secondary {
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.09);
    color: var(--em-white);
}

.em-ha-voice__button--link {
    color: var(--em-white);
}

.em-ha-voice__faq {
    margin-bottom: 40px;
}

.em-ha-voice__faq-list {
    display: grid;
    gap: 12px;
}

.em-ha-voice__faq details {
    overflow: hidden;
    border: 1px solid var(--em-border);
    border-radius: 15px;
    background: var(--em-white);
}

.em-ha-voice__faq summary {
    position: relative;
    padding: 18px 50px 18px 20px;
    cursor: pointer;
    color: var(--em-primary-dark);
    font-weight: 750;
    list-style: none;
}

.em-ha-voice__faq summary::-webkit-details-marker {
    display: none;
}

.em-ha-voice__faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    font-size: 26px;
    font-weight: 400;
}

.em-ha-voice__faq details[open] summary::after {
    content: "−";
}

.em-ha-voice__faq details > div {
    padding: 0 20px 18px;
}

.em-ha-voice__faq details p {
    margin: 0;
    color: var(--em-muted);
}

@media (max-width: 960px) {
    .em-ha-voice__pipeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .em-ha-voice__cards {
        grid-template-columns: 1fr;
    }

    .em-ha-voice__cta-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .em-ha-voice {
        font-size: 16px;
        line-height: 1.67;
    }

    .em-ha-voice h2 {
        margin-top: 44px;
    }

    .em-ha-voice__hero {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .em-ha-voice__contents ol {
        columns: 1;
    }

    .em-ha-voice__pipeline,
    .em-ha-voice__device-grid,
    .em-ha-voice__steps,
    .em-ha-voice__columns,
    .em-ha-voice__problems,
    .em-ha-voice__example-grid {
        grid-template-columns: 1fr;
    }

    .em-ha-voice__answer,
    .em-ha-voice__contents,
    .em-ha-voice__card,
    .em-ha-voice__cta,
    .em-ha-voice__norms {
        border-radius: 17px;
    }

    .em-ha-voice th,
    .em-ha-voice td {
        padding: 14px;
    }
}

@media (max-width: 420px) {
    .em-ha-voice__pipeline {
        grid-template-columns: 1fr;
    }

    .em-ha-voice__tags span {
        width: 100%;
        justify-content: center;
    }

    .em-ha-voice__button {
        width: 100%;
    }
}/* End custom CSS */