.leidenfrost-effect-page {
    width: 100% !important;
    background: #ffffff !important;
    --vd-section-max-width: 1280px;
    --vd-section-padding-x: 20px;
    --vd-section-padding-y: 80px;
    --vd-section-padding-top: var(--vd-section-padding-y);
    --vd-section-padding-bottom: var(--vd-section-padding-y);
    --vd-section-gap: 45px;
    --vd-section-padding-x-mobile: 20px;
    --vd-section-padding-y-mobile: 70px;
    --vd-section-padding-top-mobile: var(--vd-section-padding-y-mobile);
    --vd-section-padding-bottom-mobile: var(--vd-section-padding-y-mobile);
}

.leidenfrost-effect-page .leidenfrost-template-section {
    width: 100% !important;
    background: #ffffff !important;
}

.leidenfrost-effect-page .use-case-template-hero-section,
.leidenfrost-effect-page .use-case-template-section,
.leidenfrost-effect-page .use-case-template-references {
    padding: 0 !important;
    background: #ffffff !important;
}

.leidenfrost-effect-page .use-case-template-container {
    width: min(100%, var(--vd-section-max-width)) !important;
    margin-inline: auto !important;
    padding: var(--vd-section-padding-top) var(--vd-section-padding-x) var(--vd-section-padding-bottom) !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    gap: var(--vd-section-gap) !important;
}

.leidenfrost-effect-page .use-case-template-section-header {
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

.leidenfrost-effect-page .use-case-template-section-title {
    margin: 0 !important;
}

.leidenfrost-effect-page .use-case-template-section-subtitle {
    margin: 0 !important;
}

.leidenfrost-effect-page .leidenfrost-section-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
}

.leidenfrost-effect-page .leidenfrost-section-content > * {
    margin: 0 !important;
}

.leidenfrost-effect-page .leidenfrost-section-content ul:not(.case-study-pill-list),
.leidenfrost-effect-page .leidenfrost-section-content ol {
    margin: 0 !important;
    padding-left: 1.2em !important;
    display: grid;
    gap: 5px;
}

.leidenfrost-effect-page .leidenfrost-hero-static .use-case-template-container {
    --vd-section-gap: 20px;
}

.leidenfrost-effect-page .leidenfrost-hero-static .use-case-template-hero-badge {
    margin: 0 !important;
    align-self: flex-start;
}

.leidenfrost-effect-page .goniometer-buying-guide-hero {
    width: 100% !important;
}

.leidenfrost-effect-page .goniometer-buying-guide-hero__container {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
}

.leidenfrost-effect-page .goniometer-buying-guide-hero__content {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 64px !important;
}

.leidenfrost-effect-page .goniometer-buying-guide-hero__left,
.leidenfrost-effect-page .goniometer-buying-guide-hero__right {
    flex: 1 1 0 !important;
    width: calc((100% - 64px) / 2) !important;
    min-width: 0 !important;
}

.leidenfrost-effect-page .goniometer-buying-guide-hero__left {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 32px !important;
}

.leidenfrost-effect-page .goniometer-buying-guide-hero__title {
    margin: 0 !important;
    width: 100% !important;
    color: #22212a !important;
    font-family: Inter, sans-serif !important;
    font-weight: 500 !important;
    font-size: 48px !important;
    line-height: 60px !important;
    letter-spacing: -0.02em !important;
}

.leidenfrost-effect-page .use-case-template-hero-meta {
    margin: 0 !important;
    width: 100% !important;
}

.leidenfrost-effect-page .goniometer-buying-guide-hero__right {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 48px !important;
}

.leidenfrost-effect-page .goniometer-buying-guide-hero__copy {
    width: 100% !important;
    color: #344054 !important;
    font-family: Inter, sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 28px !important;
}

.leidenfrost-effect-page .goniometer-buying-guide-hero__copy p {
    margin: 0 !important;
}

.leidenfrost-effect-page .goniometer-buying-guide-hero__copy p + p {
    margin-top: 16px !important;
}

.leidenfrost-effect-page .case-study-inline-meta {
    margin: 0;
    font-weight: 400;
    color: #344054;
    line-height: 24px;
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
}

.leidenfrost-effect-page .case-study-inline-meta strong {
    color: #22212a;
}

.leidenfrost-effect-page .case-study-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.leidenfrost-effect-page .case-study-card {
    background: #ffffff;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.leidenfrost-effect-page .case-study-card h3 {
    margin: 0;
    color: #22212a;
    font-size: 20px;
    line-height: 28px;
}

.leidenfrost-effect-page .case-study-card p {
    margin: 0;
    color: #344054;
}

.leidenfrost-effect-page .case-study-pill-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.leidenfrost-effect-page .case-study-pill-list li {
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    background: #f9fafb;
}

.leidenfrost-effect-page .case-study-subheading {
    margin: 0 !important;
    font-family: Inter, sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    color: #22212a !important;
}

.leidenfrost-effect-page .leidenfrost-subsection {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.leidenfrost-effect-page .leidenfrost-richtext {
    font-weight: 400;
    color: #344054;
    line-height: 24px;
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
}

.leidenfrost-effect-page .leidenfrost-richtext > * {
    margin: 0 !important;
}

.leidenfrost-effect-page .leidenfrost-richtext > * + * {
    margin-top: 16px !important;
}

.leidenfrost-effect-page .use-case-template-references-list {
    margin-top: 0 !important;
    display: grid;
    gap: 12px;
}

.leidenfrost-effect-page .use-case-template-reference-item {
    margin: 0 !important;
}

.leidenfrost-effect-page .goniometer-buying-guide-faqs__faq-wrap {
    padding: 0 !important;
}

.leidenfrost-effect-page .goniometer-buying-guide-faqs__faq-list {
    max-width: 100% !important;
}

.leidenfrost-effect-page .goniometer-buying-guide-faqs__toggle,
.leidenfrost-effect-page .goniometer-buying-guide-faqs__toggle:hover,
.leidenfrost-effect-page .goniometer-buying-guide-faqs__toggle:focus,
.leidenfrost-effect-page .goniometer-buying-guide-faqs__toggle:active,
.leidenfrost-effect-page .goniometer-buying-guide-faqs__toggle:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
}

.leidenfrost-effect-page .use-case-template-highlighted-box {
    padding: 20px 24px !important;
    border-radius: 8px !important;
    border: 1px solid #e4e7ec !important;
    background: #f9fafb !important;
    margin: 0 !important;
}

.leidenfrost-effect-page .use-case-template-highlighted-box p {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.leidenfrost-effect-page .cca-use-case-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.9fr) !important;
    gap: 24px !important;
    align-items: start !important;
}

.leidenfrost-effect-page .cca-use-case-layout--single {
    grid-template-columns: minmax(0, 1fr) !important;
}

.leidenfrost-effect-page .cca-use-case-main,
.leidenfrost-effect-page .cca-use-case-sidebar {
    min-width: 0 !important;
}

.leidenfrost-effect-page .cca-use-case-stack,
.leidenfrost-effect-page .cca-use-case-callout-stack {
    display: flex !important;
    flex-direction: column !important;
}

.leidenfrost-effect-page .cca-use-case-stack {
    gap: 24px !important;
}

.leidenfrost-effect-page .cca-use-case-callout-stack {
    gap: 14px !important;
}

.leidenfrost-effect-page .cca-use-case-card,
.leidenfrost-effect-page .cca-use-case-sidebar-panel {
    background: #ffffff !important;
    border: 1px solid #e4e7ec !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04) !important;
}

.leidenfrost-effect-page .cca-use-case-card {
    border-left: 4px solid #175cd3 !important;
    border-radius: 4px !important;
    padding: 28px 24px !important;
    transition: box-shadow 0.25s ease, transform 0.25s ease !important;
}

.leidenfrost-effect-page .cca-use-case-card:hover {
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.08) !important;
    transform: translateX(4px) !important;
}

.leidenfrost-effect-page .cca-use-case-card__index {
    display: inline-flex !important;
    width: 32px !important;
    height: 32px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: #175cd3 !important;
    color: #ffffff !important;
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    margin-bottom: 16px !important;
}

.leidenfrost-effect-page .cca-use-case-card__title,
.leidenfrost-effect-page .cca-use-case-callout__title,
.leidenfrost-effect-page .cca-use-case-sidebar-title {
    margin: 0 !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    color: #22212a !important;
}

.leidenfrost-effect-page .cca-use-case-card__title {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 12px !important;
}

.leidenfrost-effect-page .cca-use-case-sidebar-title {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-bottom: 18px !important;
}

.leidenfrost-effect-page .cca-use-case-callout__title {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 6px !important;
}

.leidenfrost-effect-page .cca-use-case-card__text,
.leidenfrost-effect-page .cca-use-case-callout__text,
.leidenfrost-effect-page .cca-use-case-richtext {
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: #344054 !important;
}

.leidenfrost-effect-page .cca-use-case-card__text a,
.leidenfrost-effect-page .cca-use-case-callout__text a,
.leidenfrost-effect-page .cca-use-case-richtext a {
    color: #175cd3 !important;
    text-decoration: none !important;
}

.leidenfrost-effect-page .cca-use-case-card__text a:hover,
.leidenfrost-effect-page .cca-use-case-callout__text a:hover,
.leidenfrost-effect-page .cca-use-case-richtext a:hover {
    text-decoration: underline !important;
}

.leidenfrost-effect-page .cca-use-case-card__text p,
.leidenfrost-effect-page .cca-use-case-callout__text p,
.leidenfrost-effect-page .cca-use-case-richtext p {
    margin: 0 0 14px !important;
}

.leidenfrost-effect-page .cca-use-case-card__text p:last-child,
.leidenfrost-effect-page .cca-use-case-callout__text p:last-child,
.leidenfrost-effect-page .cca-use-case-richtext p:last-child {
    margin-bottom: 0 !important;
}

.leidenfrost-effect-page .cca-use-case-richtext ul,
.leidenfrost-effect-page .cca-use-case-richtext ol {
    margin: 14px 0 0 !important;
    padding-left: 1.2em !important;
    display: grid !important;
    gap: 6px !important;
}

.leidenfrost-effect-page .cca-use-case-sidebar-panel {
    border-radius: 8px !important;
    padding: 24px 20px !important;
    background: #f9fafb !important;
}

.leidenfrost-effect-page .cca-use-case-callout {
    padding-top: 14px !important;
    border-top: 1px solid #e4e7ec !important;
}

.leidenfrost-effect-page .cca-use-case-callout:first-child {
    padding-top: 0 !important;
    border-top: 0 !important;
}

.leidenfrost-effect-page .use-case-template-section-separator {
    width: min(100%, calc(var(--vd-section-max-width) - (var(--vd-section-padding-x) * 2))) !important;
    margin: 0 auto !important;
}

.leidenfrost-effect-page .leidenfrost-template-section:last-child .use-case-template-section-separator {
    display: none;
}

@media (max-width: 1100px) {
    .leidenfrost-effect-page .goniometer-buying-guide-hero__content {
        flex-direction: column !important;
        gap: 40px !important;
    }

    .leidenfrost-effect-page .goniometer-buying-guide-hero__left,
    .leidenfrost-effect-page .goniometer-buying-guide-hero__right {
        width: 100% !important;
    }

    .leidenfrost-effect-page .goniometer-buying-guide-hero__right {
        gap: 32px !important;
    }
}

@media (max-width: 991px) {
    .leidenfrost-effect-page .cca-use-case-layout {
        grid-template-columns: minmax(0, 1.3fr) minmax(240px, 0.85fr) !important;
    }

    .leidenfrost-effect-page .case-study-card-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .leidenfrost-effect-page .use-case-template-container {
        padding: var(--vd-section-padding-top-mobile) var(--vd-section-padding-x-mobile) var(--vd-section-padding-bottom-mobile) !important;
        gap: 40px !important;
    }

    .leidenfrost-effect-page .leidenfrost-section-content {
        gap: 22px !important;
    }

    .leidenfrost-effect-page .goniometer-buying-guide-hero__title {
        font-size: 34px !important;
        line-height: 42px !important;
    }

    .leidenfrost-effect-page .goniometer-buying-guide-hero__copy {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .leidenfrost-effect-page .cca-use-case-layout {
        grid-template-columns: 1fr !important;
    }

    .leidenfrost-effect-page .cca-use-case-stack {
        gap: 18px !important;
    }

    .leidenfrost-effect-page .cca-use-case-card {
        padding: 22px 18px !important;
    }

    .leidenfrost-effect-page .cca-use-case-sidebar-panel {
        padding: 20px 16px !important;
    }

    .leidenfrost-effect-page .cca-use-case-card__title {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .leidenfrost-effect-page .cca-use-case-sidebar-title {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .leidenfrost-effect-page .cca-use-case-card__text,
    .leidenfrost-effect-page .cca-use-case-callout__text,
    .leidenfrost-effect-page .cca-use-case-richtext {
        font-size: 15px !important;
        line-height: 22px !important;
    }
}
