:root {
    --juhu-navy-deep: #00142d;
    --juhu-navy: #06213f;
    --juhu-orange: #ff7900;
    --juhu-orange-dark: #e76700;
    --juhu-ink: #07172e;
    --juhu-muted: #667083;
    --juhu-paper: #f7f8fa;
    --juhu-line: #dfe4eb;
    --juhu-sans: Inter, "Segoe UI", Arial, sans-serif;
}

html {
    min-width: 320px;
    scroll-behavior: smooth;
}

.juhubox-marketplace,
.juhubox-marketplace *,
.juhubox-marketplace *::before,
.juhubox-marketplace *::after {
    box-sizing: border-box;
}

.juhubox-marketplace {
    min-width: 320px;
    margin: 0;
    color: var(--juhu-ink);
    background: #fff;
    font-family: var(--juhu-sans);
    -webkit-font-smoothing: antialiased;
}

.juhubox-marketplace img {
    display: block;
    max-width: 100%;
}

.juhubox-marketplace button,
.juhubox-marketplace input,
.juhubox-marketplace select {
    font: inherit;
}

.juhu-shell {
    width: min(1420px, calc(100% - 48px));
    margin-inline: auto;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    margin: -1px !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

.juhu-site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    background: var(--juhu-navy-deep);
    backdrop-filter: blur(16px) saturate(1.15);
}

.juhu-site-header__inner {
    display: grid;
    min-height: 64px;
    grid-template-columns: auto 1fr auto;
    gap: clamp(25px, 4vw, 72px);
    align-items: center;
}

.juhu-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: clamp(1.1rem, 1.8vw, 1.42rem);
    font-weight: 850;
    letter-spacing: -0.035em;
    text-decoration: none;
}

.juhu-brand__image {
    display: block;
    width: clamp(185px, 17vw, 225px);
    height: auto;
}

.juhu-brand:hover,
.juhu-brand:focus {
    color: #fff;
    text-decoration: none;
}

.juhu-brand__mark {
    display: grid;
    width: 26px;
    height: 30px;
    place-items: center;
    border-radius: 4px 9px 9px 9px;
    color: var(--juhu-navy-deep);
    background: linear-gradient(145deg, #ff9f45, var(--juhu-orange));
    font: italic 950 1rem/1 var(--juhu-sans);
    transform: skew(-5deg);
}

.juhu-main-nav {
    display: flex;
    justify-content: flex-end;
    gap: clamp(24px, 3.2vw, 52px);
}

.juhu-main-nav a {
    position: relative;
    padding-block: 23px 20px;
    color: rgb(255 255 255 / 84%);
    font-size: 0.78rem;
    font-weight: 750;
    text-decoration: none;
}

.juhu-main-nav a:hover,
.juhu-main-nav a:focus,
.juhu-main-nav a.is-active {
    color: #fff;
}

.juhu-main-nav a.is-active::after {
    position: absolute;
    right: 0;
    bottom: 11px;
    left: 0;
    height: 2px;
    border-radius: 99px;
    background: var(--juhu-orange);
    content: "";
}

.juhu-login-link,
.juhu-account-menu summary {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    gap: 7px;
    color: rgb(255 255 255 / 90%);
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 750;
    list-style: none;
    text-decoration: none;
}

.juhu-login-link:hover,
.juhu-login-link:focus {
    color: #fff;
}

.juhu-login-link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentcolor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.juhu-account-menu {
    position: relative;
}

.juhu-account-menu summary::-webkit-details-marker {
    display: none;
}

.juhu-account-avatar {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border: 1px solid rgb(255 255 255 / 34%);
    border-radius: 50%;
    font-size: 0.65rem;
}

.juhu-account-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: grid;
    width: 220px;
    gap: 12px;
    padding: 18px;
    border: 1px solid var(--juhu-line);
    border-radius: 10px;
    color: var(--juhu-ink);
    background: #fff;
    box-shadow: 0 22px 60px rgb(0 0 0 / 24%);
}

.juhu-account-panel > strong {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--juhu-line);
}

.juhu-account-panel a,
.juhu-account-panel button {
    padding: 0;
    border: 0;
    color: var(--juhu-ink);
    background: transparent;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 750;
    text-align: left;
    text-decoration: none;
}

.juhu-hero {
    min-height: 500px;
    padding: 64px 0 18px;
    color: #fff;
    background:
        linear-gradient(90deg, rgb(0 18 39 / 28%) 0%, rgb(0 18 39 / 5%) 60%, rgb(0 18 39 / 4%) 100%),
        url("../images/hero-stage-v2.png") center / cover no-repeat,
        var(--juhu-navy-deep);
}

.juhu-hero__inner {
    display: flex;
    min-height: 418px;
    flex-direction: column;
    justify-content: space-between;
}

.juhu-hero__copy {
    width: min(760px, 58%);
    padding-top: clamp(34px, 5vw, 62px);
}

.juhu-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.55rem, 4.4vw, 4.15rem);
    font-weight: 850;
    letter-spacing: -0.047em;
    line-height: 1.04;
    text-shadow: 0 5px 24px rgb(0 0 0 / 30%);
}

.juhu-hero__copy > p {
    max-width: 650px;
    margin: 15px 0 18px;
    color: rgb(255 255 255 / 90%);
    font-size: clamp(0.88rem, 1.35vw, 1.06rem);
    line-height: 1.48;
}

.juhu-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.juhu-button {
    display: inline-flex;
    min-width: 260px;
    min-height: 53px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 22px;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    color: var(--juhu-navy-deep);
    font-size: 1.04rem;
    font-weight: 900;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: background 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.juhu-button:hover,
.juhu-button:focus {
    text-decoration: none;
    transform: translateY(-1px);
}

.juhu-button svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentcolor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.juhu-button--orange {
    border-color: var(--juhu-orange);
    color: var(--juhu-navy-deep);
    background: linear-gradient(135deg, #ff8d20, var(--juhu-orange));
    box-shadow: 0 12px 28px rgb(255 121 0 / 20%);
}

.juhu-button--orange:hover,
.juhu-button--orange:focus {
    border-color: #ff9f45;
    color: var(--juhu-navy-deep);
    background: #ff9f45;
}

.juhu-button--outline {
    border-color: var(--juhu-orange);
    color: #fff;
    background: rgb(0 20 45 / 34%);
}

.juhu-button--outline:hover,
.juhu-button--outline:focus {
    color: #fff;
    background: rgb(255 121 0 / 18%);
}

.juhu-hero-categories {
    display: grid;
    width: min(1080px, 82%);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.juhu-hero-categories > a {
    display: grid;
    min-height: 76px;
    grid-template-columns: 52px 1fr;
    gap: 10px;
    align-items: center;
    padding: 12px 18px;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 8px;
    color: #fff;
    background: rgb(4 31 61 / 68%);
    text-decoration: none;
    transition: background 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.juhu-hero-categories > a:hover,
.juhu-hero-categories > a:focus {
    border-color: var(--juhu-orange);
    color: #fff;
    background: rgb(7 39 73 / 94%);
    transform: translateY(-2px);
}

.juhu-hero-categories__icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: var(--juhu-orange);
}

.juhu-hero-categories__icon svg {
    width: 38px;
    height: 38px;
    stroke-width: 1.55;
}

.juhu-hero-categories > a > span:last-child {
    display: grid;
    gap: 6px;
}

.juhu-hero-categories strong {
    overflow: hidden;
    font-size: 0.84rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.juhu-hero-categories small {
    color: rgb(255 255 255 / 76%);
    font-size: 0.63rem;
}

.juhu-hero-categories small b {
    margin-left: 7px;
    color: #fff;
    font-size: 0.82rem;
}

.juhu-process {
    padding: 14px 0 20px;
    border-bottom: 1px solid var(--juhu-line);
    background: #fff;
}

.juhu-process h2,
.juhu-featured h2 {
    margin: 0;
    color: var(--juhu-ink);
    font-size: clamp(1.32rem, 2.1vw, 1.72rem);
    font-weight: 850;
    letter-spacing: -0.025em;
    text-align: center;
}

.juhu-process ol {
    display: grid;
    width: min(1040px, 100%);
    grid-template-columns: repeat(3, 1fr);
    margin: 10px auto 0;
    padding: 0;
    list-style: none;
}

.juhu-process li {
    position: relative;
    display: grid;
    min-height: 82px;
    grid-template-columns: 68px 1fr;
    gap: 16px;
    align-items: center;
    padding: 6px 28px;
    border-right: 1px solid var(--juhu-line);
}

.juhu-process li:last-child {
    border-right: 0;
}

.juhu-process__number {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    display: grid;
    width: 23px;
    height: 23px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--juhu-orange);
    font-size: 0.65rem;
    font-weight: 850;
}

.juhu-process__icon {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border: 1px solid #edf0f4;
    border-radius: 50%;
    color: var(--juhu-ink);
    background: #fff;
    box-shadow: 0 7px 22px rgb(9 26 49 / 9%);
}

.juhu-process__icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentcolor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65;
}

.juhu-process h3 {
    margin: 0 0 6px;
    color: var(--juhu-ink);
    font-size: 0.82rem;
}

.juhu-process p {
    margin: 0;
    color: var(--juhu-muted);
    font-size: 0.65rem;
    line-height: 1.45;
}

.juhu-featured {
    padding: 12px 0 14px;
    background: var(--juhu-paper);
}

.juhu-demo-note {
    margin: 3px 0 8px;
    color: #8992a0;
    font-size: 0.6rem;
    text-align: center;
}

.juhu-provider-grid {
    display: grid;
    width: min(1120px, 100%);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 8px auto 0;
}

.juhu-provider-card {
    display: grid;
    overflow: hidden;
    min-height: 122px;
    grid-template-columns: minmax(138px, 46%) 1fr;
    border: 1px solid var(--juhu-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 14px rgb(7 24 47 / 7%);
}

.juhu-provider-card__image {
    position: relative;
    min-height: 122px;
    background: #16365c center / cover no-repeat;
}

.juhu-provider-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.juhu-provider-card--preview .juhu-provider-card__image {
    background-image: url("../images/provider-strip-v1.png");
    background-size: 400% auto;
    background-repeat: no-repeat;
}

.juhu-provider-card--preview.is-dj .juhu-provider-card__image {
    background-position: 0 44%;
}

.juhu-provider-card--preview.is-band .juhu-provider-card__image {
    background-position: 33.333% 44%;
}

.juhu-provider-card--preview.is-photography .juhu-provider-card__image {
    background-position: 66.666% 42%;
}

.juhu-provider-card__image > span {
    position: absolute;
    top: 7px;
    left: 7px;
    padding: 4px 6px;
    border-radius: 4px;
    color: #fff;
    background: rgb(0 19 40 / 74%);
    font-size: 0.48rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.juhu-provider-card__body {
    display: grid;
    align-content: center;
    gap: 3px;
    padding: 10px 12px;
}

.juhu-provider-card h3 {
    overflow: hidden;
    margin: 0;
    color: var(--juhu-ink);
    font-size: 0.72rem;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.juhu-provider-card p,
.juhu-provider-card__body > span:not(.juhu-provider-card__button) {
    margin: 0;
    color: var(--juhu-muted);
    font-size: 0.59rem;
}

.juhu-provider-card small {
    margin-top: 2px;
    color: #9a753a;
    font-size: 0.52rem;
}

.juhu-provider-card__button {
    display: grid;
    min-height: 31px;
    margin-top: 2px;
    place-items: center;
    border-radius: 5px;
    color: var(--juhu-navy-deep);
    background: var(--juhu-orange);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.01em;
}

.juhu-facts {
    padding: 12px 0;
    background: #fff;
}

.juhu-facts__grid {
    display: grid;
    width: min(1120px, calc(100% - 48px));
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border-radius: 9px;
    background: var(--juhu-navy-deep);
}

.juhu-facts article {
    display: grid;
    min-height: 72px;
    grid-template-columns: 48px auto;
    grid-template-rows: auto auto;
    column-gap: 13px;
    align-content: center;
    padding: 10px 24px;
    border-right: 1px solid rgb(255 255 255 / 22%);
    color: #fff;
}

.juhu-facts article:last-child {
    border-right: 0;
}

.juhu-facts article > span {
    display: grid;
    width: 42px;
    height: 42px;
    grid-row: 1 / 3;
    place-items: center;
    color: var(--juhu-orange);
}

.juhu-facts article svg {
    width: 35px;
    height: 35px;
}

.juhu-facts article strong {
    align-self: end;
    font-size: 1.2rem;
    line-height: 1;
}

.juhu-facts article b {
    align-self: start;
    margin-top: 4px;
    font-size: 0.68rem;
}

.juhu-site-footer {
    padding: 24px 0 14px;
    color: #fff;
    background: var(--juhu-navy-deep);
}

.juhu-site-footer__grid {
    display: grid;
    grid-template-columns: 1.7fr repeat(4, 0.85fr);
    gap: clamp(25px, 4vw, 60px);
}

.juhu-footer-brand p {
    max-width: 280px;
    margin: 12px 0 0;
    color: rgb(255 255 255 / 68%);
    font-size: 0.64rem;
    line-height: 1.55;
}

.juhu-site-footer nav {
    display: grid;
    align-content: start;
    gap: 6px;
}

.juhu-site-footer nav strong {
    margin-bottom: 4px;
    font-size: 0.68rem;
}

.juhu-site-footer nav a,
.juhu-site-footer nav span {
    color: rgb(255 255 255 / 68%);
    font-size: 0.61rem;
    text-decoration: none;
}

.juhu-site-footer nav a:hover,
.juhu-site-footer nav a:focus {
    color: #fff;
}

.juhu-copyright {
    margin: 16px 0 0;
    color: rgb(255 255 255 / 45%);
    font-size: 0.56rem;
    text-align: center;
}

/* Eigenständiger Anbieterbereich ohne Joomla-Standarddarstellung. */
.juhu-portal,
.juhu-public-profile {
    color: var(--juhu-ink);
    font-family: var(--juhu-sans);
}

.juhu-portal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 28px;
}

.juhu-portal__eyebrow {
    margin: 0 0 8px;
    color: var(--juhu-orange-dark) !important;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.juhu-portal__header h1,
.juhu-public-profile h1 {
    margin: 0;
    color: var(--juhu-ink);
    font-size: clamp(2rem, 5vw, 3.45rem);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1;
}

.juhu-portal__header p:last-child {
    max-width: 620px;
    margin: 14px 0 0;
    color: var(--juhu-muted);
    line-height: 1.6;
}

.juhu-portal__back,
.juhu-public-profile__footer a {
    display: inline-flex;
    min-height: 42px;
    flex: none;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border: 1px solid var(--juhu-line);
    border-radius: 8px;
    color: var(--juhu-ink) !important;
    background: #fff;
    font-size: 0.76rem;
    font-weight: 850;
    text-decoration: none;
}

.juhu-status-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    padding: 18px 20px;
    border: 1px solid #f0d29f;
    border-radius: 12px;
    background: #fff8ec;
}

.juhu-status-card.is-published {
    border-color: #9fd9ba;
    background: #eefbf4;
}

.juhu-status-card span {
    display: block;
    margin-bottom: 4px;
    color: var(--juhu-ink);
    font-size: 0.8rem;
    font-weight: 900;
}

.juhu-status-card p {
    margin: 0;
    color: var(--juhu-muted);
    font-size: 0.72rem;
}

.juhu-status-card > a {
    color: var(--juhu-orange-dark) !important;
    font-size: 0.74rem;
    font-weight: 900;
}

.juhu-provider-form {
    display: grid;
    gap: 22px;
}

.juhu-form-section {
    padding: 24px;
    border: 1px solid var(--juhu-line);
    border-radius: 14px;
    background: #fff;
}

.juhu-form-section__heading {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    margin-bottom: 24px;
}

.juhu-form-section__heading > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    color: var(--juhu-navy-deep);
    background: var(--juhu-orange);
    font-size: 0.72rem;
    font-weight: 950;
}

.juhu-form-section__heading h2,
.juhu-public-profile h2 {
    margin: 0;
    color: var(--juhu-ink);
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: -0.025em;
}

.juhu-form-section__heading p {
    margin: 5px 0 0;
    color: var(--juhu-muted);
    font-size: 0.72rem;
}

.juhu-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.juhu-form-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.juhu-field {
    display: grid;
    gap: 7px;
}

.juhu-field--wide {
    grid-column: 1 / -1;
}

.juhu-field > span {
    color: #435066;
    font-size: 0.7rem;
    font-weight: 850;
}

.juhu-field input,
.juhu-field select,
.juhu-field textarea {
    width: 100%;
    min-height: 46px;
    padding: 11px 13px;
    border: 1px solid #cfd6e1;
    border-radius: 8px;
    color: var(--juhu-ink);
    background: #fff;
    font: 500 0.88rem var(--juhu-sans);
}

.juhu-field textarea {
    min-height: 170px;
    resize: vertical;
}

.juhu-field input:focus,
.juhu-field select:focus,
.juhu-field textarea:focus {
    border-color: var(--juhu-orange);
    outline: 0;
    box-shadow: 0 0 0 3px rgb(255 121 0 / 14%);
}

.juhu-provider-form__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.juhu-provider-form__actions p {
    max-width: 580px;
    margin: 0;
    color: var(--juhu-muted);
    font-size: 0.7rem;
    line-height: 1.55;
}

.juhu-provider-form__actions button {
    min-height: 49px;
    padding: 12px 22px;
    border: 1px solid var(--juhu-orange);
    border-radius: 8px;
    color: var(--juhu-navy-deep);
    background: var(--juhu-orange);
    cursor: pointer;
    font: 900 0.86rem var(--juhu-sans);
}

.juhu-public-profile__hero {
    display: grid;
    grid-template-columns: minmax(180px, 0.75fr) minmax(0, 1.6fr);
    gap: 30px;
    align-items: center;
}

.juhu-public-profile__visual {
    display: grid;
    min-height: 240px;
    overflow: hidden;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(145deg, #0a3159, var(--juhu-navy-deep));
    font-size: 5rem;
    font-weight: 950;
}

.juhu-public-profile__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.juhu-public-profile__tagline {
    margin: 14px 0;
    color: var(--juhu-muted);
    font-size: 1rem;
    line-height: 1.55;
}

.juhu-public-profile__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.juhu-public-profile__facts span,
.juhu-public-profile__facts strong {
    padding: 8px 10px;
    border-radius: 7px;
    color: var(--juhu-ink);
    background: var(--juhu-paper);
    font-size: 0.68rem;
    font-weight: 800;
}

.juhu-public-profile__facts strong {
    color: var(--juhu-navy-deep);
    background: #fff1e3;
}

.juhu-profile-preview-note {
    display: flex;
    gap: 8px 18px;
    align-items: center;
    margin-bottom: 22px;
    padding: 13px 16px;
    border: 1px solid #f0d29f;
    border-radius: 9px;
    background: #fff8ec;
    font-size: 0.72rem;
}

.juhu-public-profile__content {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(220px, 0.75fr);
    gap: 30px;
    margin-top: 34px;
    padding-top: 30px;
    border-top: 1px solid var(--juhu-line);
}

.juhu-public-profile__content section > p:last-child,
.juhu-public-profile__content aside p {
    color: var(--juhu-muted);
    font-size: 0.82rem;
    line-height: 1.75;
}

.juhu-public-profile__content aside {
    padding: 20px;
    border-radius: 12px;
    background: var(--juhu-paper);
}

.juhu-profile-contact-state {
    display: block;
    padding: 10px 12px;
    border-radius: 7px;
    color: #765319;
    background: #fff3d8;
    font-size: 0.68rem;
    font-weight: 800;
}

.juhu-public-profile__footer {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-top: 28px;
}

.juhu-public-profile__footer .is-primary {
    border-color: var(--juhu-orange);
    color: var(--juhu-navy-deep) !important;
    background: var(--juhu-orange);
}

@media (max-width: 1080px) {
    .juhu-main-nav {
        gap: 22px;
    }

    .juhu-hero-categories {
        width: 100%;
    }

    .juhu-provider-card {
        grid-template-columns: 42% 1fr;
    }

    .juhu-facts article {
        padding-inline: 14px;
    }

    .juhu-site-footer__grid {
        grid-template-columns: 1.4fr repeat(4, 1fr);
        gap: 24px;
    }
}

@media (max-width: 860px) {
    .juhu-main-nav {
        display: none;
    }

    .juhu-site-header__inner {
        grid-template-columns: 1fr auto;
    }

    .juhu-hero {
        background-position: 62% center;
    }

    .juhu-hero__copy {
        width: 70%;
    }

    .juhu-button {
        min-width: 220px;
    }

    .juhu-process ol {
        width: 100%;
    }

    .juhu-process li {
        grid-template-columns: 56px 1fr;
        gap: 12px;
        padding-inline: 18px;
    }

    .juhu-process__icon {
        width: 54px;
        height: 54px;
    }

    .juhu-process__number {
        left: 5px;
    }

    .juhu-provider-grid {
        grid-template-columns: 1fr;
    }

    .juhu-provider-card {
        min-height: 140px;
        grid-template-columns: minmax(190px, 38%) 1fr;
    }

    .juhu-facts__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .juhu-facts article:nth-child(2) {
        border-right: 0;
    }

    .juhu-facts article:nth-child(-n + 2) {
        border-bottom: 1px solid rgb(255 255 255 / 22%);
    }

    .juhu-site-footer__grid {
        grid-template-columns: 1.4fr repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .juhu-shell {
        width: min(100% - 24px, 1420px);
    }

    .juhu-site-header__inner {
        min-height: 60px;
    }

    .juhu-brand__image {
        width: 172px;
    }

    .juhu-login-link span,
    .juhu-account-menu summary > span:last-child {
        display: none;
    }

    .juhu-hero {
        min-height: auto;
        padding-top: 60px;
        background:
            linear-gradient(90deg, rgb(0 18 39 / 83%), rgb(0 18 39 / 35%)),
            url("../images/hero-stage-v2.png") 67% top / auto 470px no-repeat,
            var(--juhu-navy-deep);
    }

    .juhu-hero__inner {
        min-height: 0;
    }

    .juhu-hero__copy {
        width: 100%;
        padding-top: 48px;
    }

    .juhu-hero h1 {
        font-size: clamp(2.35rem, 12vw, 3.6rem);
    }

    .juhu-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .juhu-button {
        width: 100%;
        min-width: 0;
    }

    .juhu-hero-categories {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 36px;
    }

    .juhu-hero-categories > a {
        min-height: 72px;
        grid-template-columns: 40px 1fr;
        padding: 10px;
    }

    .juhu-hero-categories__icon,
    .juhu-hero-categories__icon svg {
        width: 34px;
        height: 34px;
    }

    .juhu-process {
        padding-block: 26px;
    }

    .juhu-process ol {
        grid-template-columns: 1fr;
        margin-top: 16px;
    }

    .juhu-process li {
        min-height: 92px;
        grid-template-columns: 62px 1fr;
        padding: 10px 16px 10px 25px;
        border-right: 0;
        border-bottom: 1px solid var(--juhu-line);
    }

    .juhu-process li:last-child {
        border-bottom: 0;
    }

    .juhu-process__number {
        top: 14px;
        left: 9px;
    }

    .juhu-featured {
        padding-block: 25px;
    }

    .juhu-provider-card {
        min-height: 118px;
        grid-template-columns: 42% 1fr;
    }

    .juhu-provider-card__image {
        min-height: 118px;
    }

    .juhu-facts__grid {
        width: min(100% - 24px, 1120px);
    }

    .juhu-site-footer__grid {
        grid-template-columns: 1fr 1fr;
    }

    .juhu-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 430px) {
    .juhu-hero-categories {
        grid-template-columns: 1fr;
    }

    .juhu-provider-card {
        grid-template-columns: 1fr;
    }

    .juhu-provider-card__image {
        min-height: 175px;
    }

    .juhu-facts__grid {
        grid-template-columns: 1fr;
    }

    .juhu-facts article,
    .juhu-facts article:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid rgb(255 255 255 / 22%);
    }

    .juhu-facts article:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 860px) {
    .juhu-form-grid--three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .juhu-public-profile__hero,
    .juhu-public-profile__content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .juhu-portal__header,
    .juhu-status-card,
    .juhu-provider-form__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .juhu-form-grid,
    .juhu-form-grid--three {
        grid-template-columns: 1fr;
    }

    .juhu-form-section {
        padding: 18px;
    }

    .juhu-public-profile__visual {
        min-height: 190px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .juhu-button,
    .juhu-hero-categories > a {
        transition: none;
    }
}
