:root {
    --jj-blue: #0b2f63;
    --jj-blue-deep: #071f43;
    --jj-blue-soft: #eaf1fb;
    --jj-orange: #d77a24;
    --jj-green: #2f9d67;
    --jj-red: #d34d5c;
    --jj-ink: #10213a;
    --jj-muted: #5d6d84;
    --jj-line: rgba(11, 47, 99, 0.12);
    --jj-panel: rgba(255, 255, 255, 0.82);
    --jj-shadow: 0 24px 70px rgba(9, 26, 54, 0.12);
    --jj-shadow-strong: 0 30px 80px rgba(9, 26, 54, 0.16);
    --jj-radius: 28px;
    --jj-radius-sm: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    color: var(--jj-ink);
    background:
        radial-gradient(circle at top left, rgba(36, 94, 180, 0.14), transparent 32%),
        radial-gradient(circle at top right, rgba(215, 122, 36, 0.14), transparent 30%),
        linear-gradient(180deg, #fbfcfe 0%, #f4f7fb 42%, #eef3f8 100%);
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.jj-shell {
    min-height: 100vh;
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
    padding: 18px 20px 36px;
}
.jj-shell::before,
.jj-shell::after {
    content: '';
    position: fixed;
    pointer-events: none;
    z-index: -1;
    border-radius: 50%;
    filter: blur(30px);
    opacity: 0.45;
}
.jj-shell::before {
    top: -180px;
    right: -140px;
    width: 360px;
    height: 360px;
    background: rgba(11, 47, 99, 0.12);
}
.jj-shell::after {
    left: -120px;
    bottom: -160px;
    width: 320px;
    height: 320px;
    background: rgba(215, 122, 36, 0.1);
}
.jj-header,
.jj-section,
.jj-trust-strip,
.jj-footer {
    width: min(1180px, 100%);
    margin: 0 auto;
}
.jj-header {
    position: sticky;
    top: 12px;
    z-index: 50;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(20px);
    box-shadow: 0 18px 48px rgba(8, 24, 48, 0.08);
}
.jj-brand {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 0 0 auto;
    min-width: 0;
}
.jj-brand__logo,
.jj-footer__logo {
    width: auto;
    height: 42px;
}
.jj-brand__tagline,
.jj-footer__service-of,
.jj-footer__col-title {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--jj-muted);
}
.jj-nav {
    display: flex;
    align-items: center;
    flex: 1 1 360px;
    min-width: 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
    row-gap: 10px;
}
.jj-nav a,
.jj-link-button,
.jj-language__button {
    color: var(--jj-muted);
    transition: color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}
.jj-nav a:hover,
.jj-link-button:hover,
.jj-language__button:hover {
    color: var(--jj-blue);
    transform: translateY(-1px);
}
.jj-header__actions {
    display: flex;
    flex: 0 1 auto;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
    min-width: 0;
    margin-left: auto;
}
.jj-language {
    display: inline-flex;
    padding: 4px;
    border: 1px solid var(--jj-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
}
.jj-language__button {
    border: 0;
    background: transparent;
    padding: 8px 12px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 700;
}
.jj-language__button.is-active {
    background: rgba(11, 47, 99, 0.08);
    color: var(--jj-blue);
}
.jj-primary-button,
.jj-secondary-button,
.jj-link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    max-width: 100%;
    padding: 0 20px;
    border-radius: 999px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}
.jj-primary-button {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, var(--jj-blue) 0%, #1652b1 70%, #2f7ae5 100%);
    box-shadow: 0 16px 30px rgba(11, 47, 99, 0.22);
}
.jj-secondary-button,
.jj-link-button {
    border: 1px solid rgba(11, 47, 99, 0.14);
    background: rgba(255, 255, 255, 0.82);
    color: var(--jj-blue);
}
.jj-primary-button:hover,
.jj-secondary-button:hover {
    transform: translateY(-2px);
}
.jj-primary-button--block {
    width: 100%;
}
.jj-mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    border: 0;
    background: transparent;
    padding: 6px;
    cursor: pointer;
}
.jj-mobile-toggle span {
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: var(--jj-blue);
}
.jj-hero {
    width: min(1260px, 100%);
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
    gap: 44px;
    align-items: center;
    padding: 42px 0 28px;
}
.jj-hero__copy {
    animation: jjFadeUp 0.6s ease both;
}
.jj-pill,
.jj-eyebrow,
.jj-confirmation__badge,
.jj-hero-card__kicker,
.jj-hero-card__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--jj-blue);
    background: rgba(11, 47, 99, 0.08);
}
.jj-hero h1,
.jj-section h2,
.jj-confirmation h3,
.jj-hero-card__title {
    margin: 16px 0 0;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    line-height: 1.03;
    letter-spacing: -0.04em;
}
.jj-hero h1 {
    font-size: clamp(2.8rem, 6.2vw, 5.6rem);
    max-width: 11ch;
}
.jj-hero p,
.jj-section__heading p,
.jj-footer__brand p,
.jj-register-note p,
.jj-confirmation p,
.jj-trust-item p,
.jj-feature-card p,
.jj-plan-card p,
.jj-plan-card li,
.jj-faq-answer,
.jj-form-status,
.jj-hero__note,
.jj-hero-card__description {
    margin: 0;
    color: var(--jj-muted);
    line-height: 1.72;
}
.jj-hero__points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}
.jj-hero-point {
    padding: 14px 16px;
    border-radius: 20px;
    border: 1px solid rgba(11, 47, 99, 0.1);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 24px rgba(9, 26, 54, 0.05);
}
.jj-hero-point strong {
    display: block;
    margin-bottom: 4px;
    color: var(--jj-ink);
    font-size: 0.98rem;
}
.jj-hero-point span {
    font-size: 0.88rem;
    color: var(--jj-muted);
}
.jj-hero__cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
}
.jj-hero__note {
    margin-top: 16px;
    font-size: 0.95rem;
}
.jj-hero__visual {
    position: relative;
    min-height: 640px;
    display: flex;
    align-self: stretch;
    animation: jjFadeUp 0.75s ease both;
}
.jj-hero-card {
    position: relative;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 100%;
    padding: clamp(24px, 2.4vw, 36px);
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 253, 0.92)),
        linear-gradient(135deg, rgba(11, 47, 99, 0.06), rgba(215, 122, 36, 0.06));
    box-shadow: var(--jj-shadow-strong);
    backdrop-filter: blur(18px);
    overflow: hidden;
}
.jj-hero-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.jj-hero-card__status {
    color: #0b5b37;
    background: rgba(47, 157, 103, 0.12);
}
.jj-hero-card__title {
    margin-top: 0;
    font-size: clamp(1.6rem, 2.8vw, 2.3rem);
    max-width: 18ch;
}
.jj-hero-card__description {
    font-size: 1rem;
    max-width: 42ch;
}
.jj-hero-card__title,
.jj-hero-card__description,
.jj-hero-card__metric,
.jj-hero-card__metric strong,
.jj-hero-card__list li {
    overflow-wrap: anywhere;
}
.jj-hero-card__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.jj-hero-card__metric,
.jj-trust-item,
.jj-feature-card,
.jj-plan-card,
.jj-form-card,
.jj-faq-item,
.jj-register-note {
    border: 1px solid rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--jj-shadow);
    backdrop-filter: blur(16px);
}
.jj-hero-card__metric {
    padding: 16px;
    border-radius: 20px;
    min-height: 108px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.jj-hero-card__metric strong {
    display: block;
    margin-bottom: 4px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.28rem;
    color: var(--jj-blue);
}
.jj-hero-card__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
    margin-top: auto;
    min-width: 0;
}
.jj-hero-card__list li {
    position: relative;
    padding: 14px 16px 14px 40px;
    border-radius: 18px;
    background: rgba(11, 47, 99, 0.04);
    color: var(--jj-muted);
    line-height: 1.5;
}
.jj-hero-card__list li::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--jj-blue), #2f7ae5);
    box-shadow: 0 0 0 4px rgba(11, 47, 99, 0.08);
}
.jj-section {
    padding: 40px 0 18px;
}
.jj-section--split {
    display: grid;
    grid-template-columns: minmax(0, 0.84fr) minmax(320px, 1.16fr);
    gap: 30px;
    align-items: start;
}
.jj-section__heading {
    max-width: 720px;
    margin: 0 auto 26px;
    text-align: center;
}
.jj-section__heading--left {
    margin: 0;
    text-align: left;
}
.jj-section h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
}
.jj-trust-strip {
    padding: 12px 0 10px;
}
.jj-trust-strip__grid,
.jj-plan-grid,
.jj-feature-grid {
    display: grid;
    gap: 18px;
}
.jj-trust-strip__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.jj-plan-grid,
.jj-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.jj-trust-item,
.jj-feature-card,
.jj-plan-card,
.jj-form-card,
.jj-faq-item,
.jj-register-note {
    border-radius: var(--jj-radius);
}
.jj-trust-item,
.jj-feature-card {
    padding: 22px;
}
.jj-trust-item__icon,
.jj-feature-card__icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    font-size: 1.3rem;
    color: #fff;
    background: linear-gradient(135deg, var(--jj-blue), #345ec8);
}
.jj-trust-item h3,
.jj-feature-card h3,
.jj-plan-card h3 {
    margin: 0 0 6px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.12rem;
}
.jj-plan-card {
    position: relative;
    padding: 28px;
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.jj-plan-card:hover,
.jj-feature-card:hover,
.jj-faq-item:hover {
    transform: translateY(-4px);
}
.jj-plan-card--popular {
    border: 1px solid rgba(215, 122, 36, 0.42);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 247, 239, 0.96));
    box-shadow: 0 26px 80px rgba(215, 122, 36, 0.12);
}
.jj-plan-card__badge {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    color: #8d4300;
    background: rgba(215, 122, 36, 0.16);
}
.jj-plan-card__eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--jj-blue);
    background: rgba(11, 47, 99, 0.08);
}
.jj-plan-card__price {
    display: block;
    margin: 18px 0 16px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    color: var(--jj-blue);
}
.jj-plan-card ul {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}
.jj-plan-card li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}
.jj-plan-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--jj-orange);
}
.jj-register-note,
.jj-form-card {
    padding: 24px;
}
.jj-register-note {
    margin-top: 24px;
}
.jj-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.jj-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.jj-field span {
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--jj-blue-deep);
}
.jj-field input,
.jj-field select {
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid rgba(11, 47, 99, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--jj-ink);
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.jj-field input:focus,
.jj-field select:focus,
.jj-language__button:focus,
.jj-primary-button:focus,
.jj-secondary-button:focus,
.jj-link-button:focus,
.jj-nav a:focus,
.jj-mobile-toggle:focus {
    box-shadow: 0 0 0 3px rgba(11, 47, 99, 0.14);
    border-color: rgba(11, 47, 99, 0.34);
    outline: none;
}
.jj-field--full {
    grid-column: 1 / -1;
}
.jj-cycle-toggle {
    display: inline-flex;
    align-self: flex-start;
    align-items: stretch;
    padding: 4px;
    gap: 4px;
    border-radius: 999px;
    background: rgba(11, 47, 99, 0.06);
}
.jj-cycle-toggle input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}
.jj-cycle-toggle label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--jj-blue-deep);
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
    user-select: none;
}
.jj-cycle-toggle input:checked + label {
    background: var(--jj-blue);
    color: #fff;
    box-shadow: 0 6px 14px rgba(11, 47, 99, 0.22);
}
.jj-cycle-toggle input:focus-visible + label {
    box-shadow: 0 0 0 3px rgba(11, 47, 99, 0.18);
    outline: none;
}
.jj-save-badge {
    font-size: 11px;
    font-weight: 800;
    color: var(--jj-orange);
    background: rgba(215, 122, 36, 0.16);
    padding: 2px 8px;
    border-radius: 999px;
}
.jj-cycle-toggle input:checked + label .jj-save-badge {
    color: #fff;
    background: rgba(255, 255, 255, 0.22);
}
.jj-pw-meter {
    height: 6px;
    margin-top: 4px;
    border-radius: 999px;
    background: rgba(11, 47, 99, 0.08);
    overflow: hidden;
}
.jj-pw-meter__bar {
    height: 100%;
    width: 0;
    border-radius: 999px;
    transition: width 0.24s ease, background 0.24s ease;
    background: #ccc;
}
.jj-pw-meter__hint,
.jj-username-hint {
    font-size: 0.8rem;
    color: var(--jj-muted);
    min-height: 1em;
}
.jj-username-hint {
    display: block;
    margin-top: 4px;
}
.jj-username-hint.is-pending { color: var(--jj-muted); opacity: 0.72; }
.jj-username-hint.is-available { color: var(--jj-green); }
.jj-username-hint.is-taken { color: var(--jj-red); }
.jj-honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}
.jj-form-status {
    min-height: 24px;
    margin: 18px 0;
    font-size: 0.95rem;
}
.jj-form-status.is-error { color: var(--jj-red); }
.jj-form-status.is-success { color: var(--jj-green); }
.jj-confirmation {
    margin-top: 20px;
    padding: 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(236, 245, 255, 0.94), rgba(255, 248, 241, 0.96));
}
.jj-confirmation__meta {
    font-size: 0.95rem;
}
.jj-faq-list {
    display: grid;
    gap: 14px;
}
.jj-faq-item {
    overflow: hidden;
}
.jj-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 0;
    background: transparent;
    padding: 22px 24px;
    cursor: pointer;
    text-align: left;
    color: var(--jj-ink);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 700;
}
.jj-faq-question span:last-child {
    font-size: 1.3rem;
    color: var(--jj-orange);
}
.jj-faq-answer {
    padding: 0 24px 22px;
}
.jj-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 42px 0 24px;
}
.jj-footer__brand {
    max-width: 430px;
}
.jj-footer__nav,
.jj-footer__support {
    display: grid;
    gap: 12px;
}
.jj-footer__nav a,
.jj-footer__support a {
    color: var(--jj-muted);
}
.jj-footer__nav a:hover,
.jj-footer__support a:hover {
    color: var(--jj-blue);
}
.jj-footer__copyright {
    margin: 0;
    color: var(--jj-muted);
    max-width: 410px;
    text-align: right;
}
@keyframes jjFadeUp {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 1080px) {
    .jj-trust-strip__grid,
    .jj-plan-grid,
    .jj-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .jj-section--split,
    .jj-hero { grid-template-columns: 1fr; }
    .jj-hero__visual { min-height: 0; }
    .jj-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    .jj-footer__copyright {
        text-align: left;
    }
}
@media (max-width: 960px) {
    .jj-header {
        gap: 14px 16px;
    }
    .jj-nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
    }
    .jj-header__actions {
        order: 2;
        width: auto;
        margin-left: 0;
        justify-content: flex-end;
    }
    .jj-hero {
        gap: 32px;
    }
    .jj-hero__visual {
        min-height: 0;
    }
    .jj-hero-card {
        min-height: auto;
    }
    .jj-hero-card__title {
        max-width: 16ch;
    }
}

@media (max-width: 820px) {
    .jj-shell { padding: 14px 14px 30px; }
    .jj-header {
        border-radius: 22px;
        padding: 14px 16px;
        flex-wrap: wrap;
    }
    .jj-mobile-toggle {
        display: inline-flex;
        margin-left: auto;
    }
    .jj-nav {
        width: 100%;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 8px;
    }
    .jj-nav.is-open { display: flex; }
    .jj-header__actions {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .jj-hero__points,
    .jj-trust-strip__grid,
    .jj-plan-grid,
    .jj-feature-grid,
    .jj-form-grid,
    .jj-hero-card__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .jj-hero {
        margin-top: 24px;
        padding-top: 14px;
    }

    .jj-hero__visual { min-height: 0; }
}

@media (max-width: 720px) {
    .jj-header {
        align-items: flex-start;
    }
    .jj-brand {
        max-width: calc(100% - 52px);
    }
    .jj-header__actions {
        width: 100%;
        justify-content: space-between;
        gap: 10px;
    }
    .jj-language {
        flex: 1 1 auto;
        justify-content: center;
    }
    .jj-language__button {
        padding-inline: 10px;
    }
    .jj-primary-button,
    .jj-secondary-button,
    .jj-link-button {
        min-height: 44px;
        padding: 0 16px;
    }
    .jj-hero {
        margin-top: 24px;
        padding-top: 12px;
        gap: 24px;
    }
    .jj-hero h1 {
        max-width: 12ch;
    }
    .jj-hero__points,
    .jj-trust-strip__grid,
    .jj-plan-grid,
    .jj-feature-grid,
    .jj-form-grid {
        grid-template-columns: 1fr;
    }
    .jj-hero__visual {
        min-height: 0;
    }
    .jj-hero-card {
        padding: 22px;
        gap: 16px;
    }
    .jj-hero-card__top {
        flex-direction: column;
        align-items: flex-start;
    }
    .jj-hero-card__grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .jj-hero-card__metric {
        min-height: 96px;
        padding: 14px;
    }
    .jj-hero-card__metric strong {
        font-size: 1.12rem;
    }
    .jj-hero-card__list li {
        padding-right: 12px;
    }
    .jj-section {
        padding-top: 32px;
    }
    .jj-section--split {
        gap: 18px;
    }
}

@media (max-width: 560px) {
    .jj-shell {
        padding: 12px 12px 28px;
    }
    .jj-header {
        top: 8px;
        padding: 12px;
        border-radius: 20px;
    }
    .jj-brand__logo,
    .jj-footer__logo {
        height: 38px;
    }
    .jj-brand__tagline {
        letter-spacing: 0.08em;
        font-size: 0.68rem;
    }
    .jj-header__actions {
        align-items: stretch;
    }
    .jj-language {
        width: 100%;
    }
    .jj-language__button {
        flex: 1 1 50%;
    }
    .jj-link-button,
    .jj-primary-button {
        flex: 1 1 140px;
    }
    .jj-nav {
        gap: 10px 14px;
    }
    .jj-nav a {
        padding: 8px 0;
    }
    .jj-hero {
        gap: 18px;
        padding-bottom: 12px;
    }
    .jj-hero h1 {
        font-size: clamp(2.35rem, 11vw, 3.4rem);
        max-width: 100%;
    }
    .jj-hero__cta {
        gap: 10px;
    }
    .jj-hero-card {
        padding: 18px;
        border-radius: 26px;
    }
    .jj-hero-card__title {
        font-size: clamp(1.45rem, 6.6vw, 1.85rem);
    }
    .jj-hero-card__grid {
        grid-template-columns: 1fr;
    }
    .jj-hero-card__metric {
        min-height: 0;
    }
    .jj-hero-card__metric strong {
        font-size: 1.06rem;
    }
    .jj-hero-card__list li {
        padding: 12px 12px 12px 38px;
    }
    .jj-hero-card__list li::before {
        top: 18px;
    }
    .jj-register-note,
    .jj-form-card,
    .jj-plan-card,
    .jj-feature-card,
    .jj-trust-item {
        padding: 18px;
    }
    .jj-faq-question,
    .jj-faq-answer {
        padding-left: 18px;
        padding-right: 18px;
    }
    .jj-footer {
        padding-top: 28px;
    }
    .jj-footer__copyright {
        max-width: 100%;
    }
}
