.juhema-page {
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.08), transparent 24%),
        radial-gradient(circle at top right, rgba(6, 182, 212, 0.08), transparent 20%),
        #f6f7fb;
}

.juhema-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #2563eb 0%, #06b6d4 100%);
    color: #fff;
    padding: 56px 0 92px;
}

.juhema-hero::before,
.juhema-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.juhema-hero::before {
    width: 420px;
    height: 420px;
    top: -180px;
    left: -120px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 70%);
}

.juhema-hero::after {
    width: 320px;
    height: 320px;
    right: -80px;
    bottom: -160px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 72%);
}

.juhema-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.juhema-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    backdrop-filter: blur(12px);
}

.juhema-eyebrow .icon {
    font-size: 15px;
}

.juhema-hero-title {
    margin: 18px 0 14px;
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.juhema-hero-text {
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.92);
}

.juhema-hero-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 0;
}

.juhema-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    backdrop-filter: blur(12px);
}

.juhema-hero-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.juhema-hero-actions a {
    display: inline-flex;
}

.juhema-primary-btn,
.juhema-secondary-btn,
.juhema-bottom-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.juhema-primary-btn {
    background: #fff;
    color: #2563eb;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
}

.juhema-secondary-btn {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(12px);
}

.juhema-primary-btn:hover,
.juhema-secondary-btn:hover,
.juhema-bottom-link:hover {
    transform: translateY(-1px);
}

.juhema-main {
    position: relative;
    z-index: 2;
    margin-top: -42px;
    padding-bottom: 56px;
}

.juhema-stack {
    display: grid;
    gap: 18px;
}

.juhema-card,
.juhema-company-card,
.juhema-contact-card {
    border-radius: 22px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
}

.juhema-card {
    background: #fff;
    border: 1px solid rgba(219, 228, 239, 0.88);
    padding: 22px;
}

.juhema-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.juhema-section-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.juhema-section-title .icon {
    color: #2563eb;
}

.juhema-section-note {
    margin: 0;
    font-size: 14px;
    color: #64748b;
}

.juhema-type-list {
    display: grid;
    gap: 14px;
}

.juhema-type-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 20px;
    border: 1px solid rgba(219, 228, 239, 0.92);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.juhema-type-card:hover {
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, 0.28);
    box-shadow: 0 16px 36px rgba(37, 99, 235, 0.12);
}

.juhema-type-thumb {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 900;
    color: #fff;
}

.juhema-type-thumb.is-micro {
    background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
}

.juhema-type-thumb.is-individual {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
}

.juhema-type-thumb.is-enterprise {
    background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%);
}

.juhema-type-body h3 {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
}

.juhema-type-body p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #64748b;
}

.juhema-type-arrow {
    color: #94a3b8;
    font-size: 20px;
    font-weight: 700;
}

.juhema-pay-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.juhema-pay-item {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 18px 12px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid rgba(219, 228, 239, 0.84);
    text-align: center;
}

.juhema-pay-item svg {
    width: 30px;
    height: 30px;
}

.juhema-pay-item span {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
}

.juhema-highlight-grid {
    display: grid;
    gap: 14px;
    margin-top: 16px;
}

.juhema-highlight-card {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
}

.juhema-highlight-card strong {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 800;
}

.juhema-highlight-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

.juhema-showcase-grid {
    display: grid;
    gap: 14px;
}

.juhema-showcase-frame {
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(219, 228, 239, 0.88);
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.juhema-showcase-frame picture,
.juhema-cert-button picture {
    display: block;
}

.juhema-showcase-frame img {
    display: block;
    width: 100%;
    max-width: 90%;
    margin: 14px auto;
    border-radius: 18px;
}

.juhema-showcase-tiles {
    display: grid;
    gap: 14px;
}

.juhema-company-card {
    padding: 28px;
    background: linear-gradient(135deg, #2563eb 0%, #06b6d4 100%);
    color: #fff;
}

.juhema-company-card h3,
.juhema-contact-card h3 {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.juhema-company-card p,
.juhema-contact-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.92);
}

.juhema-cert-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.juhema-cert-card {
    display: grid;
    justify-items: center;
    gap: 10px;
}

.juhema-cert-button {
    width: 100%;
    padding: 0;
    border: 0;
    background: none;
    cursor: zoom-in;
}

.juhema-cert-button img {
    display: block;
    width: 100%;
    max-width: 72%;
    margin: 0 auto;
    border-radius: 18px;
    border: 1px solid rgba(219, 228, 239, 0.92);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.juhema-cert-button:hover img {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.12);
}

.juhema-cert-card span {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
}

.juhema-faq-list {
    display: grid;
    gap: 12px;
}

.juhema-faq-item {
    padding: 18px 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(219, 228, 239, 0.88);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.juhema-faq-item h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 800;
    color: #2563eb;
}

.juhema-faq-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #475569;
}

.juhema-accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 20px;
    border: 1px solid rgba(219, 228, 239, 0.88);
    border-radius: 20px;
    background: #fff;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    cursor: pointer;
}

.juhema-accordion .icon {
    transition: transform 0.18s ease;
}

.juhema-accordion[aria-expanded="true"] .icon {
    transform: rotate(180deg);
}

.juhema-accordion-panel {
    display: none;
    margin-top: 10px;
    padding: 20px 22px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(219, 228, 239, 0.88);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.juhema-accordion-panel.is-open {
    display: block;
}

.juhema-accordion-panel ol {
    margin: 0;
    padding-left: 20px;
    display: grid;
    gap: 12px;
}

.juhema-accordion-panel li {
    font-size: 14px;
    line-height: 1.8;
    color: #475569;
}

.juhema-risk-card {
    padding: 22px;
    border-radius: 22px;
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    border: 1px solid #fca5a5;
    box-shadow: 0 14px 30px rgba(248, 113, 113, 0.1);
}

.juhema-risk-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #991b1b;
}

.juhema-risk-links {
    display: grid;
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(248, 113, 113, 0.34);
}

.juhema-risk-links a {
    color: #1d4ed8;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 700;
}

.juhema-contact-card {
    padding: 28px;
    background: linear-gradient(135deg, #16a34a 0%, #059669 100%);
    color: #fff;
}

.juhema-contact-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.juhema-contact-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.juhema-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.juhema-contact-actions a {
    display: inline-flex;
}

.juhema-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(2, 8, 23, 0.82);
    backdrop-filter: blur(8px);
}

.juhema-lightbox.is-open {
    display: flex;
}

.juhema-lightbox img {
    max-width: min(92vw, 920px);
    max-height: 86vh;
    border-radius: 20px;
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.32);
}

.juhema-lightbox-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.juhema-bottom-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    display: none;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: rgba(246, 247, 251, 0.94);
    border-top: 1px solid rgba(219, 228, 239, 0.92);
    backdrop-filter: blur(14px);
}

.juhema-bottom-link {
    width: 100%;
    min-height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, #2563eb 0%, #06b6d4 100%);
    color: #fff;
    box-shadow: 0 16px 32px rgba(37, 99, 235, 0.26);
}

body.juhema-lightbox-open {
    overflow: hidden;
}

@media (min-width: 760px) {
    .juhema-pay-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .juhema-highlight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .juhema-showcase-tiles {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1080px) {
    .juhema-type-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .juhema-type-card {
        min-height: 100%;
        align-items: start;
    }

    .juhema-type-arrow {
        align-self: center;
    }

    .juhema-faq-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }

    .juhema-company-card p,
    .juhema-contact-card p,
    .juhema-risk-card p,
    .juhema-accordion-panel ol,
    .juhema-risk-links {
        max-width: 860px;
    }
}

@media (max-width: 759px) {
    .juhema-bottom-bar {
        display: block;
    }

    .juhema-main {
        padding-bottom: 108px;
    }
}

@media (max-width: 640px) {
    .juhema-hero {
        padding: 32px 0 64px;
    }

    .juhema-eyebrow {
        gap: 6px;
        padding: 7px 12px;
        font-size: 12px;
    }

    .juhema-hero-title {
        margin: 14px 0 10px;
        font-size: 28px;
        line-height: 1.08;
    }

    .juhema-hero-text {
        font-size: 14px;
        line-height: 1.72;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .juhema-hero-tags {
        display: none;
    }

    .juhema-hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 20px;
    }

    .juhema-hero-actions a {
        width: 100%;
    }

    .juhema-primary-btn,
    .juhema-secondary-btn {
        width: 100%;
        min-height: 48px;
        padding: 0 16px;
        font-size: 14px;
    }

    .juhema-bottom-bar {
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    }

    .juhema-bottom-link {
        min-height: 48px;
    }

    .juhema-card,
    .juhema-company-card,
    .juhema-contact-card {
        border-radius: 20px;
    }

    .juhema-card,
    .juhema-company-card,
    .juhema-contact-card,
    .juhema-risk-card {
        padding: 20px;
    }

    .juhema-type-card {
        grid-template-columns: auto 1fr;
    }

    .juhema-type-arrow {
        display: none;
    }

    .juhema-cert-grid {
        grid-template-columns: 1fr;
    }
}
