

/* Start:/local/components/eleroz/diagnostics.hub/templates/.default/style.css?178689848511245*/
#eleroz-diagnostics-hub {
    --edh-accent: #f58220;
    --edh-accent-hover: #ff9640;
    --edh-accent-dark: #b94f00;
    --edh-ink: #17191d;
    --edh-graphite: #292c31;
    --edh-muted: #62666e;
    --edh-line: #e3e4e6;
    --edh-surface: #f4f4f3;
    --edh-accent-soft: #fff1e5;
    --edh-white: #fff;
    width: 100%;
    color: var(--edh-ink);
    font-family: var(--theme-font-family, var(--font-family, inherit));
    font-size: 16px;
    line-height: 1.55;
}

#eleroz-diagnostics-hub *,
#eleroz-diagnostics-hub *::before,
#eleroz-diagnostics-hub *::after {
    box-sizing: border-box;
}

#eleroz-diagnostics-hub h1,
#eleroz-diagnostics-hub h2,
#eleroz-diagnostics-hub h3,
#eleroz-diagnostics-hub p {
    margin-top: 0;
}

#eleroz-diagnostics-hub h1 {
    max-width: 760px;
    margin-bottom: 22px;
    color: var(--edh-white) !important;
    font-size: clamp(40px, 5.2vw, 60px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -.038em;
}

#eleroz-diagnostics-hub h2 {
    margin-bottom: 0;
    color: var(--edh-ink);
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.03em;
}

#eleroz-diagnostics-hub h3 {
    font-size: 20px;
    line-height: 1.25;
}

#eleroz-diagnostics-hub img {
    opacity: 1 !important;
}

.edh__hero,
.edh__process,
.edh__cta {
    border-radius: 20px;
}

.edh__hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, .72fr);
    gap: clamp(34px, 5vw, 64px);
    align-items: center;
    padding: clamp(38px, 5.5vw, 68px);
    overflow: hidden;
    background: var(--edh-ink);
    box-shadow: inset 0 4px 0 var(--edh-accent);
    color: var(--edh-white);
}

.edh__hero::after {
    position: absolute;
    top: 0;
    right: clamp(28px, 5vw, 70px);
    width: 1px;
    height: 48px;
    background: var(--edh-accent);
    content: "";
}

.edh__eyebrow {
    display: block;
    margin-bottom: 14px;
    color: var(--edh-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.edh__lead {
    max-width: 700px;
    margin-bottom: 28px;
    color: #c9cbd0;
    font-size: clamp(17px, 1.8vw, 20px);
}

.edh__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.edh__button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.edh__button:hover {
    transform: translateY(-2px);
}

.edh__button--primary {
    background: var(--edh-accent);
    color: var(--edh-ink) !important;
}

.edh__button--primary:hover {
    background: var(--edh-accent-hover);
}

.edh__button--secondary {
    border-color: #53565d;
    color: var(--edh-white) !important;
}

.edh__button--secondary:hover {
    border-color: #92969e;
}

.edh__button:focus-visible,
.edh-card:focus-visible,
.edh__faq summary:focus-visible {
    outline: 3px solid rgba(245, 130, 32, .5);
    outline-offset: 3px;
}

.edh__hero-panel {
    position: relative;
    padding: 26px;
    border: 1px solid #40434a;
    border-radius: 16px;
    background: #202227;
}

.edh__panel-status {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 24px;
    color: #b9bdc4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.edh__panel-status i,
.edh-card__status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--edh-accent);
    box-shadow: 0 0 0 4px rgba(245, 130, 32, .14);
}

.edh__hero-panel > img {
    display: block;
    margin-bottom: 16px;
}

.edh__hero-panel strong {
    display: block;
    margin-bottom: 8px;
    font-size: 21px;
}

.edh__hero-panel p,
.edh__hero-panel li {
    color: #b9bdc4;
}

.edh__hero-panel p {
    margin-bottom: 0;
}

.edh__hero-panel ul {
    margin: 18px 0 0;
    padding: 16px 0 0 20px;
    border-top: 1px solid #3e4147;
}

.edh__section,
.edh__limits {
    padding: clamp(42px, 6vw, 70px) 0;
}

.edh__section-heading {
    display: flex;
    gap: 34px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 28px;
}

.edh__section-heading > p {
    max-width: 500px;
    margin-bottom: 3px;
    color: var(--edh-muted);
}

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

.edh-card {
    position: relative;
    display: flex;
    min-height: 276px;
    flex-direction: column;
    padding: 23px;
    border: 1px solid var(--edh-line);
    border-radius: 15px;
    background: var(--edh-white);
    box-shadow: inset 0 3px 0 transparent;
    color: var(--edh-ink) !important;
    text-decoration: none !important;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.edh-card:hover {
    transform: translateY(-4px);
    border-color: #efb17c;
    box-shadow: inset 0 3px 0 var(--edh-accent), 0 16px 36px rgba(23, 25, 29, .09);
}

.edh-card__status {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #848891;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.edh-card__icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 24px 0 20px;
    place-items: center;
    border-radius: 14px;
    background: var(--edh-accent-soft);
}

.edh-card__icon img {
    display: block;
    width: 34px;
    height: 34px;
}

.edh-card__body strong,
.edh-card__body span {
    display: block;
}

.edh-card__body strong {
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 1.2;
}

.edh-card__body span {
    color: var(--edh-muted);
    font-size: 15px;
}

.edh-card__link {
    display: flex;
    gap: 9px;
    align-items: center;
    margin-top: auto;
    padding-top: 20px;
    color: var(--edh-accent-dark);
    font-weight: 700;
}

.edh-card__link img {
    display: block;
    transition: transform .18s ease;
}

.edh-card:hover .edh-card__link img {
    transform: translateX(3px);
}

.edh__process {
    padding-right: clamp(22px, 4vw, 48px);
    padding-left: clamp(22px, 4vw, 48px);
    background: var(--edh-surface);
}

.edh__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--edh-line);
    border-radius: 14px;
    background: var(--edh-line);
    list-style: none;
}

.edh__steps li {
    min-height: 170px;
    padding: 24px;
    background: var(--edh-white);
}

.edh__steps li > span {
    display: grid;
    width: 32px;
    height: 32px;
    margin-bottom: 25px;
    place-items: center;
    border-radius: 50%;
    background: var(--edh-ink);
    color: var(--edh-white);
    font-weight: 700;
}

.edh__steps strong {
    display: block;
    margin-bottom: 7px;
    font-size: 18px;
}

.edh__steps p {
    margin-bottom: 0;
    color: var(--edh-muted);
}

.edh__limits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.edh__limit-card {
    padding: 26px;
    border: 1px solid var(--edh-line);
    border-radius: 15px;
}

.edh__limit-card--yes {
    border-color: #efb17c;
    background: #fff8f2;
}

.edh__limit-card ul {
    margin: 0;
    padding-left: 22px;
    color: var(--edh-muted);
}

.edh__limit-card li + li {
    margin-top: 7px;
}

.edh__notice {
    margin: 16px 0 0;
    padding: 17px 20px;
    border-left: 4px solid var(--edh-accent);
    background: var(--edh-surface);
    color: var(--edh-muted);
}

.edh__faq {
    max-width: 960px;
    margin: 0 auto;
}

.edh__faq details {
    border-top: 1px solid var(--edh-line);
}

.edh__faq details:last-child {
    border-bottom: 1px solid var(--edh-line);
}

.edh__faq summary {
    padding: 20px 44px 20px 0;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.edh__faq details[open] summary {
    color: var(--edh-accent-dark);
}

.edh__faq details p {
    max-width: 780px;
    padding: 0 44px 20px 0;
    color: var(--edh-muted);
}

.edh__cta {
    display: flex;
    gap: 34px;
    align-items: center;
    justify-content: space-between;
    padding: clamp(32px, 4.5vw, 52px);
    background: var(--edh-accent);
    color: var(--edh-ink);
}

.edh__cta .edh__eyebrow {
    color: #6c3100;
}

.edh__cta p {
    max-width: 680px;
    margin: 12px 0 0;
}

.edh__button--light {
    flex: 0 0 auto;
    background: var(--edh-white);
    color: var(--edh-ink) !important;
}

@media (max-width: 900px) {
    .edh__hero {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .edh__cards,
    .edh__steps {
        grid-template-columns: 1fr;
    }

    .edh-card {
        min-height: 248px;
    }

    .edh__section-heading {
        display: block;
    }

    .edh__section-heading > p {
        margin-top: 14px;
    }
}

.eleroz-diagnostics-page .iachat_panel_call_to_action {
    display: none !important;
}

@media (max-width: 767px) {
    html.eleroz-diagnostics-page .iachat_panel,
    html.eleroz-diagnostics-page .iachat_panel_all_soc_blocks {
        display: none !important;
    }
}

@media (max-width: 640px) {
    #eleroz-diagnostics-hub {
        font-size: 15px;
    }

    #eleroz-diagnostics-hub h1 {
        margin-bottom: 18px;
        font-size: clamp(34px, 9.8vw, 38px);
        line-height: 1.04;
    }

    .edh__hero,
    .edh__process,
    .edh__cta {
        border-radius: 14px;
    }

    .edh__hero {
        gap: 18px;
        padding: 30px 18px 20px;
    }

    .edh__hero::after {
        right: 24px;
        height: 30px;
    }

    .edh__hero-actions,
    .edh__cta {
        align-items: stretch;
        flex-direction: column;
    }

    .edh__hero-actions .edh__button,
    .edh__cta .edh__button {
        width: 100%;
    }

    .edh__lead {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.5;
    }

    .edh__hero-actions .edh__button {
        min-height: 46px;
    }

    .edh__limits-grid {
        grid-template-columns: 1fr;
    }

    .edh-card {
        min-height: 238px;
        padding: 20px;
    }

    .edh-card__icon {
        margin: 19px 0 16px;
    }

    .edh__limit-card {
        padding: 20px;
    }

    .edh__hero-panel {
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 0 12px;
        padding: 16px;
    }

    .edh__panel-status {
        grid-column: 1 / -1;
        margin-bottom: 14px;
    }

    .edh__hero-panel > img {
        width: 36px;
        height: 36px;
        margin: 0;
    }

    .edh__hero-panel > strong,
    .edh__hero-panel > p {
        grid-column: 2;
    }

    .edh__hero-panel > strong {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .edh__hero-panel > p {
        font-size: 14px;
    }

    .edh__hero-panel ul {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    #eleroz-diagnostics-hub * {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}

/* End */
/* /local/components/eleroz/diagnostics.hub/templates/.default/style.css?178689848511245 */
