.helix-imported-card {
    margin: 0 0 24px;
    padding: 24px;
    background-color: #efefef;
    border-top: 4px solid transparent;
    border-bottom: 0;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.helix-imported-card:hover,
.helix-imported-card:focus-within {
    border-top-color: #267cf3;
    background-color: #e7e7e7;
}

.helix-imported-card:last-child {
    margin-bottom: 0;
}

.helix-imported-card h3 {
    margin: 0 0 12px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.helix-imported-card .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 28px;
    background-color: #267cf3;
    border: 2px solid #267cf3;
    border-radius: 999px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.helix-imported-card .btn:hover,
.helix-imported-card .btn:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1f68cc;
    border-color: #1f68cc;
}

.helix-imported-card .btn:focus-visible {
    outline: 3px solid rgba(38, 124, 243, 0.3);
    outline-offset: 3px;
}

.helix-faq {
    max-width: 900px;
    margin: 24px auto 0;
}

.helix-faq__item {
    margin: 0 0 12px;
    border: 0;
    border-top: 4px solid transparent;
    background-color: #efefef;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.helix-faq__item[open],
.helix-faq__item:focus-within {
    border-top-color: #267cf3;
    background-color: #e7e7e7;
}

.helix-faq__toggle {
    display: block;
    width: 100%;
    padding: 20px 24px;
    cursor: pointer;
    list-style: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    color: #000000;
}

.helix-faq__toggle::-webkit-details-marker {
    display: none;
}

.helix-faq__content {
    padding: 0 24px 20px;
    color: #333333;
}

.helix-faq__content p:last-child {
    margin-bottom: 0;
}

.helix-tr-single__content {
    max-width: 960px;
    margin: 0 auto;
}

/* The shared wysiwyg block prepends a decorative brand mark and adds its own
   section padding; neither is wanted inside an already padded article. */
.helix-tr-single__content .title-logo--left,
.helix-tr-single__content .title-logo {
    display: none;
}

.helix-tr-single__content .wysiwyg {
    padding-top: 0;
    padding-bottom: 0;
}

.helix-tr-single__content .wysiwyg .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.helix-tr-single__content h2 {
    margin: 0 0 18px;
    text-align: center;
}

.helix-tr-single__content h2 + h2,
.helix-tr-single__content h3 {
    margin-top: 28px;
}

.helix-tr-single__content p {
    margin: 0 0 16px;
}

.helix-tr-single__content hr {
    height: 1px;
    margin: 40px 0;
    border: 0;
    background-color: #efefef;
    opacity: 1;
}

/* The saved content wraps the divider in two whitespace-only <h2> tags, which
   still reserve a full heading line each. Matching the exact
   h2 + hr + h2 + h2 artifact pattern avoids touching real headings that
   legitimately sit next to a rule. Deleting them in the editor is the
   permanent fix; these rules then simply never match. */
.helix-tr-single__content h2:has(+ hr + h2 + h2),
.helix-tr-single__content hr + h2:has(+ h2) {
    display: none;
}

.helix-tr-single__content hr + h2,
.helix-tr-single__content hr + h2 + h2 {
    margin-top: 0;
}

/* Editor tables that hold CTAs are card grids, not tabular data. Scoping with
   :has(.btn) leaves genuine data tables on other reference pages untouched.
   Widths and padding are inline in the saved content, so !important is the
   only way to override them. */
.helix-tr-single__content table:has(.btn),
.helix-tr-single__content table:has(.btn) tbody {
    display: block;
    width: 100% !important;
    border-collapse: collapse;
}

.helix-tr-single__content table:has(.btn) {
    margin: 0 0 8px;
}

.helix-tr-single__content table:has(.btn) tr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.helix-tr-single__content table:has(.btn) td {
    display: flex;
    flex-direction: column;
    width: auto !important;
    padding: 28px !important;
    background-color: #efefef;
    border-top: 4px solid transparent;
    text-align: center;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.helix-tr-single__content table:has(.btn) td:hover,
.helix-tr-single__content table:has(.btn) td:focus-within {
    border-top-color: #267cf3;
    background-color: #e7e7e7;
}

.helix-tr-single__content table:has(.btn) td h4 {
    margin: 0 0 12px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

/* Push the CTA paragraph to the bottom so buttons align across cards. */
.helix-tr-single__content table:has(.btn) td > p:last-child {
    margin-top: auto;
    margin-bottom: 0;
}

.helix-online-training {
    max-width: 960px;
    margin: 0 auto;
}

.helix-online-training__intro {
    margin: 0 0 36px;
    text-align: center;
}

.helix-online-training__intro h2 {
    margin: 0 0 16px;
}

.helix-online-training__courses {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0 0 48px;
}

.helix-online-training__course {
    padding: 28px 24px;
    border-top: 3px solid #407aac;
    background-color: #f7f7f7;
    text-align: center;
}

.helix-online-training__course h3 {
    margin: 0 0 12px;
    font-size: 22px;
}

.helix-online-training__course p {
    margin: 0 0 18px;
}

.helix-online-training__video {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: center;
    margin-top: 24px;
}

.helix-online-training__video-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #000000;
    overflow: hidden;
}

.helix-online-training__video-media .fluid-width-video-wrapper {
    position: absolute !important;
    inset: 0;
    width: 100%;
    height: 100% !important;
    padding: 0 !important;
}

.helix-online-training__video-media iframe {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    border: 0;
}

.helix-online-training__video-copy h3 {
    margin: 0 0 8px;
    font-size: 26px;
}

.helix-online-training__video-copy h4 {
    margin: 0 0 16px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* This content sits in a bare .container with no section wrapper, so it has to
   supply its own vertical rhythm. The variable keeps it in step with
   .section-padding blocks and with per-page overrides. */
.helix-implementation,
.helix-webinars {
    max-width: 1100px;
    margin: 0 auto;
    padding: var(--section-margins, 70px) 0;
}

/* The two-column panels need more room than the shared wrapper allows. The site
   container tops out at 1366px including its 22px gutters. */
.helix-webinars {
    max-width: 1320px;
}

.helix-implementation__intro,
.helix-webinars__intro {
    max-width: 820px;
    margin: 0 auto 56px;
    text-align: center;
}

.helix-implementation__intro p {
    font-size: 18px;
}

.helix-implementation__intro h2,
.helix-webinars__intro h2 {
    margin: 0 0 16px;
}

.helix-implementation__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.helix-implementation__card {
    display: flex;
    flex-direction: column;
    padding: 28px;
    background-color: #efefef;
    border-top: 4px solid transparent;
    text-align: center;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.helix-implementation__card:hover,
.helix-implementation__card:focus-within {
    border-top-color: #267cf3;
    background-color: #e7e7e7;
}

.helix-implementation__card h3 {
    margin: 0 0 14px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.helix-implementation__action {
    margin-top: auto;
}

.helix-implementation__action .btn,
.helix-implementation__action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 28px;
    background-color: #267cf3;
    border: 2px solid #267cf3;
    border-radius: 999px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.helix-implementation__action .btn:hover,
.helix-implementation__action .btn:focus,
.helix-implementation__action a:hover,
.helix-implementation__action a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1f68cc;
    border-color: #1f68cc;
}

.helix-implementation__action .btn:focus-visible,
.helix-implementation__action a:focus-visible {
    outline: 3px solid rgba(38, 124, 243, 0.3);
    outline-offset: 3px;
}

/* Each webinar is its own panel so the list reads as discrete entries rather
   than one continuous run of text. */
.helix-webinars__item {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-bottom: 32px;
    background-color: #efefef;
    overflow: hidden;
    transition: background-color 0.2s ease;
}

.helix-webinars__item:hover,
.helix-webinars__item:focus-within {
    background-color: #e7e7e7;
}

.helix-webinars__item:last-child {
    margin-bottom: 0;
}

.helix-webinars__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.helix-webinars__content {
    padding: 26px 24px 30px;
}

.helix-webinars__content h3 {
    margin: 0 0 10px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.helix-webinars__content h4 {
    margin: 0 0 18px;
    color: #267cf3;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.helix-webinars__content p {
    font-size: 16px;
    line-height: 1.7;
}

.helix-webinars__action {
    margin-top: 24px;
    margin-bottom: 0;
}

.helix-webinars__action .btn,
.helix-webinars__action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 28px;
    background-color: #267cf3;
    border: 2px solid #267cf3;
    border-radius: 999px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.helix-webinars__action .btn:hover,
.helix-webinars__action .btn:focus,
.helix-webinars__action a:hover,
.helix-webinars__action a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1f68cc;
    border-color: #1f68cc;
}

.helix-webinars__action .btn:focus-visible,
.helix-webinars__action a:focus-visible {
    outline: 3px solid rgba(38, 124, 243, 0.3);
    outline-offset: 3px;
}

.helix-tr-diagrams {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    align-items: center;
    justify-content: center;
    margin: 30px 0 42px;
}

.helix-tr-diagrams__figure {
    flex: 1 1 280px;
    margin: 0;
    text-align: center;
}

.helix-tr-diagrams__figure img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    max-height: 420px;
}

.helix-tr-diagrams__figure--logo img {
    max-width: 225px;
    max-height: 150px;
}

.helix-tr-engineers {
    margin-top: 52px;
    padding-top: 38px;
    border-top: 1px solid #efefef;
}

.helix-tr-engineers > h2 {
    text-align: center;
}

.helix-tr-engineers__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.helix-tr-engineers__card {
    display: flex;
    flex-direction: column;
    padding: 26px;
    background-color: #efefef;
    border-top: 4px solid transparent;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.helix-tr-engineers__card:hover,
.helix-tr-engineers__card:focus-within {
    border-top-color: #267cf3;
    background-color: #e7e7e7;
}

.helix-tr-engineers__card h3 {
    margin: 0 0 12px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.helix-tr-engineers__card p:last-child {
    margin-top: auto;
}

.helix-tr-engineers__card .btn,
.helix-tr-engineers__card a.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 28px;
    background-color: #267cf3;
    border: 2px solid #267cf3;
    border-radius: 999px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.helix-tr-engineers__card .btn:hover,
.helix-tr-engineers__card .btn:focus,
.helix-tr-engineers__card a.btn:hover,
.helix-tr-engineers__card a.btn:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1f68cc;
    border-color: #1f68cc;
}

@media (min-width: 768px) {
    .helix-online-training__courses {
        grid-template-columns: repeat(3, 1fr);
    }

    .helix-online-training__video {
        grid-template-columns: 1.1fr 1fr;
    }

    .helix-implementation__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    /* Media gets the larger share of the row and is absolutely filled, so the
       image scales with the panel instead of being capped by its own ratio. */
    .helix-webinars__item {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    }

    .helix-webinars__item:not(:has(.helix-webinars__media)) {
        grid-template-columns: 1fr;
    }

    .helix-webinars__item--image-right .helix-webinars__media {
        order: 2;
    }

    .helix-webinars__media {
        position: relative;
        min-height: 340px;
    }

    .helix-webinars__media img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
    }

    .helix-webinars__content {
        padding: 36px 40px;
        align-self: center;
    }

    .helix-tr-engineers__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .helix-tr-single__content table:has(.btn) tr {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px;
    }
}

@media (min-width: 1200px) {
    .helix-imported-card .btn,
    .helix-implementation__action .btn,
    .helix-implementation__action a,
    .helix-webinars__action .btn,
    .helix-webinars__action a,
    .helix-tr-engineers__card .btn,
    .helix-tr-engineers__card a.btn {
        font-size: 18px;
    }
}

.spec-tool-access-intro {
    padding-top: 64px;
    margin-bottom: 28px;
}

@media (min-width: 992px) {
    .spec-tool-access-intro {
        padding-top: 80px;
        margin-bottom: 32px;
    }
}
