.offering-card{border:1px solid color-mix(in srgb, var(--theme-border) 75%, transparent);background:var(--theme-panel-bg);box-shadow:var(--theme-panel-shadow);border-radius:1.25rem;flex-direction:column;transition:border-color .35s,transform .35s,box-shadow .35s;display:flex;overflow:hidden}.offering-card:hover{border-color:color-mix(in srgb, var(--brand-secondary) 30%, transparent);box-shadow:var(--theme-panel-shadow-hover);transform:translateY(-3px)}.offering-card--featured{border-color:color-mix(in srgb, var(--brand-secondary) 25%, transparent);flex-direction:row}@media (max-width:767px){.offering-card--featured{flex-direction:column}}.offering-card__thumb{aspect-ratio:16/10;width:100%}.offering-card--featured .offering-card__thumb{aspect-ratio:auto;width:42%;min-height:12rem}@media (max-width:767px){.offering-card--featured .offering-card__thumb{aspect-ratio:16/10;width:100%;min-height:0}}.offering-card__body{flex-direction:column;flex:1;padding:1.25rem 1.5rem 1.5rem;display:flex}.offering-card--featured .offering-card__body{justify-content:center;padding:1.5rem 1.75rem}.offering-card__label{letter-spacing:.12em;text-transform:uppercase;color:color-mix(in srgb, var(--brand-secondary) 80%, transparent);font-size:.65rem;font-weight:600}.offering-card__title{color:var(--theme-fg-heading);margin-top:.5rem;font-size:1.125rem;font-weight:600;transition:color .3s}.group:hover .offering-card__title{color:var(--brand-secondary)}.offering-card--featured .offering-card__title{font-size:1.35rem}.offering-card__excerpt{color:var(--theme-body-muted);flex:1;margin-top:.5rem;font-size:.875rem;line-height:1.6}.offering-card__link{color:color-mix(in srgb, var(--brand-secondary) 85%, transparent);align-items:center;gap:.25rem;margin-top:1rem;font-size:.875rem;transition:gap .22s,color .22s;display:inline-flex}.offering-card__link svg{transition:transform .22s}.group:hover .offering-card__link,.offering-card:hover .offering-card__link{color:var(--brand-secondary);gap:.4rem}.group:hover .offering-card__link svg,.offering-card:hover .offering-card__link svg{transform:translate(2px,-2px)}.industry-list-card{border:1px solid color-mix(in srgb, var(--theme-border) 75%, transparent);background:var(--theme-panel-bg);box-shadow:var(--theme-panel-shadow);border-radius:1.25rem;grid-template-columns:1fr;gap:0;transition:border-color .35s,box-shadow .35s,transform .35s cubic-bezier(.22,1,.36,1);display:grid;overflow:hidden}@media (min-width:768px){.industry-list-card{grid-template-columns:16rem 1fr}}.group:hover .industry-list-card,.industry-list-card:hover{border-color:color-mix(in srgb, var(--brand-secondary) 25%, transparent);box-shadow:var(--theme-panel-shadow-hover);transform:translateY(-3px)}.industry-list-card__thumb{aspect-ratio:16/10;min-height:100%}@media (min-width:768px){.industry-list-card__thumb{aspect-ratio:auto;min-height:10rem}}.industry-list-card__body{flex-direction:column;justify-content:center;padding:1.5rem 1.75rem;display:flex}.industry-list-card__label{letter-spacing:.12em;text-transform:uppercase;color:color-mix(in srgb, var(--brand-secondary) 80%, transparent);font-size:.65rem;font-weight:600}.industry-list-card__title{color:var(--theme-fg-heading);margin-top:.35rem;font-size:1.35rem;font-weight:600;transition:color .3s}.group:hover .industry-list-card__title{color:var(--brand-secondary)}.industry-list-card__excerpt{color:var(--theme-body-muted);margin-top:.5rem;font-size:.875rem;line-height:1.6}.industry-grid-card__thumb{object-fit:cover;width:100%;display:block}.offering-detail-visual__inner{padding-top:0;padding-bottom:clamp(2rem,4vw,3rem)}.offering-detail-visual__grid{grid-template-columns:1fr;align-items:center;gap:1.25rem;max-width:56rem;margin-inline:auto;display:grid}@media (min-width:1024px){.offering-detail-visual__grid{grid-template-columns:1fr 1.2fr}}.offering-detail-visual__wide{display:none}@media (min-width:1024px){.offering-detail-visual__wide{display:block}}
