:root {
    --jj-blue: #0c3f8f;
    --jj-blue-deep: #082a63;
    --jj-orange: #f58a26;
    --jj-red: #e34b55;
    --jj-green: #39b57b;
    --jj-yellow: #f5c94a;
    --jj-cyan: #68c7ee;
    --jj-purple: #7368ef;
    --jj-silver: #c7cedd;
    --jj-ink: #13213b;
    --jj-muted: #60708d;
    --jj-line: rgba(12, 63, 143, 0.1);
    --jj-panel: rgba(255, 255, 255, 0.88);
    --jj-shadow: 0 24px 70px rgba(15, 37, 84, 0.12);
    --jj-radius: 28px;
}
* { 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(104, 199, 238, 0.24), transparent 34%), radial-gradient(circle at top right, rgba(245, 138, 38, 0.18), transparent 30%), linear-gradient(180deg, #ffffff 0%, #f6f8fc 44%, #eef3fb 100%); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.jj-shell { min-height: 100vh; padding: 24px; }
.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; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 22px; border: 1px solid rgba(255, 255, 255, 0.7); border-radius: 999px; background: rgba(255, 255, 255, 0.78); backdrop-filter: blur(18px); box-shadow: 0 20px 45px rgba(18, 37, 75, 0.08); }
.jj-brand { display: inline-flex; align-items: center; }
.jj-brand__logo, .jj-footer__logo { width: auto; height: 45px; }
.jj-nav { display: flex; align-items: center; gap: 22px; }
.jj-nav a, .jj-link-button, .jj-language__button { color: var(--jj-muted); transition: color 0.2s ease, transform 0.2s 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; align-items: center; gap: 12px; }
.jj-language { display: inline-flex; padding: 4px; border: 1px solid var(--jj-line); border-radius: 999px; background: rgba(255, 255, 255, 0.8); }
.jj-language__button { border: 0; background: transparent; padding: 8px 12px; border-radius: 999px; cursor: pointer; }
.jj-language__button.is-active { background: rgba(12, 63, 143, 0.08); color: var(--jj-blue); }
.jj-primary-button, .jj-secondary-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border-radius: 999px; font-family: 'Space Grotesk', sans-serif; font-weight: 700; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }
.jj-primary-button { border: 0; color: #fff; background: linear-gradient(135deg, var(--jj-blue) 0%, #185fcd 70%, var(--jj-cyan) 100%); box-shadow: 0 18px 30px rgba(12, 63, 143, 0.28); }
.jj-secondary-button { border: 1px solid rgba(12, 63, 143, 0.12); color: var(--jj-blue); background: rgba(255, 255, 255, 0.9); }
.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(1180px, 100%); margin: 38px auto 0; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr); gap: 40px; align-items: center; padding: 42px 0 20px; }
.jj-hero__copy { animation: jjFadeUp 0.7s ease both; }
.jj-pill, .jj-eyebrow, .jj-confirmation__badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--jj-blue); background: rgba(12, 63, 143, 0.08); }
.jj-hero h1, .jj-section h2, .jj-confirmation h3 { margin: 16px 0 0; font-family: 'Space Grotesk', sans-serif; font-weight: 700; line-height: 1.04; letter-spacing: -0.04em; }
.jj-hero h1 { font-size: clamp(2.7rem, 7vw, 5.4rem); max-width: 12ch; }
.jj-hero p, .jj-section__heading p, .jj-footer__brand p, .jj-register-note p, .jj-confirmation p { color: var(--jj-muted); font-size: 1.04rem; line-height: 1.75; }
.jj-hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.jj-hero__visual { position: relative; min-height: 460px; animation: jjFadeUp 0.85s ease both; }
.jj-orbit, .jj-orb { position: absolute; border-radius: 50%; }
.jj-orbit { inset: 48px; border: 1px solid rgba(12, 63, 143, 0.12); animation: jjSpin 26s linear infinite; }
.jj-orbit--inner { inset: 100px; animation-direction: reverse; animation-duration: 22s; }
.jj-orb--blue { top: 30px; right: 10%; width: 84px; height: 84px; background: radial-gradient(circle at 30% 30%, #8bcfff 0%, var(--jj-blue) 65%, #081f48 100%); box-shadow: 0 18px 35px rgba(12, 63, 143, 0.22); }
.jj-orb--orange { left: 18px; bottom: 48px; width: 116px; height: 116px; background: radial-gradient(circle at 30% 30%, #ffd39f 0%, var(--jj-orange) 65%, #d96808 100%); box-shadow: 0 18px 40px rgba(245, 138, 38, 0.25); }
.jj-orb--silver { right: 0; bottom: 10px; width: 54px; height: 54px; background: radial-gradient(circle at 30% 30%, #ffffff 0%, #d8dfeb 55%, #a6b3c9 100%); }
.jj-hero-card { position: absolute; inset: 70px 40px 60px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border: 1px solid rgba(255, 255, 255, 0.75); border-radius: var(--jj-radius); background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(245, 248, 252, 0.88)), linear-gradient(135deg, rgba(245, 138, 38, 0.08), rgba(12, 63, 143, 0.08)); box-shadow: var(--jj-shadow); backdrop-filter: blur(16px); }
.jj-hero-card__logo { width: min(260px, 100%); height: auto; }
.jj-hero-card__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.jj-hero-card__metric, .jj-trust-item, .jj-plan-card, .jj-form-card, .jj-feature-card, .jj-faq-item, .jj-register-note { border: 1px solid rgba(255, 255, 255, 0.85); background: rgba(255, 255, 255, 0.88); box-shadow: var(--jj-shadow); backdrop-filter: blur(16px); }
.jj-hero-card__metric { padding: 16px; border-radius: 22px; background: rgba(255, 255, 255, 0.9); }
.jj-hero-card__metric strong { display: block; margin-bottom: 4px; font-family: 'Space Grotesk', sans-serif; font-size: 1.2rem; color: var(--jj-blue); }
.jj-section { padding: 40px 0 18px; }
.jj-section--split { display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.92fr); 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.6rem); }
.jj-trust-strip { padding: 14px 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 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.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 { padding: 18px 16px; text-align: left; }
.jj-trust-item__icon, .jj-feature-card__icon { width: 44px; height: 44px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 12px; font-size: 1.3rem; color: #fff; background: linear-gradient(135deg, var(--jj-blue), var(--jj-purple)); }
.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.15rem; }
.jj-trust-item p, .jj-feature-card p, .jj-plan-card p, .jj-plan-card li, .jj-faq-answer, .jj-form-status { margin: 0; color: var(--jj-muted); line-height: 1.7; }
.jj-plan-card { position: relative; padding: 28px; overflow: hidden; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.jj-plan-card:hover, .jj-feature-card:hover, .jj-faq-item:hover { transform: translateY(-4px); }
.jj-plan-card--popular { border: 1px solid rgba(245, 138, 38, 0.45); background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 246, 236, 0.95)), rgba(255, 255, 255, 0.92); }
.jj-plan-card__badge { position: absolute; top: 18px; right: 18px; padding: 7px 12px; border-radius: 999px; font-size: 12px; font-weight: 700; color: #8f4200; background: rgba(245, 138, 38, 0.18); }
.jj-plan-card__price { display: block; margin: 18px 0 18px; font-family: 'Space Grotesk', sans-serif; font-size: 2rem; color: var(--jj-blue); }
.jj-plan-card ul { margin: 0 0 24px; 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: 700; color: var(--jj-blue-deep); }
.jj-field input, .jj-field select { min-height: 52px; padding: 0 16px; border: 1px solid rgba(12, 63, 143, 0.15); border-radius: 18px; background: rgba(255, 255, 255, 0.92); color: var(--jj-ink); outline: none; transition: border-color 0.2s ease, box-shadow 0.2s 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(12, 63, 143, 0.14); border-color: rgba(12, 63, 143, 0.35); outline: none; }
.jj-field--full { grid-column: 1 / -1; }
.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.95), rgba(255, 248, 241, 0.95)); }
.jj-confirmation__meta { font-size: 0.95rem; }
.jj-feature-card { padding: 24px; }
.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: 420px; }
.jj-footer__links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 18px; color: var(--jj-muted); }
.jj-footer__copyright { margin: 0; color: var(--jj-muted); }
@keyframes jjSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes jjFadeUp { from { opacity: 0; transform: translateY(24px); } 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: 360px; }
    .jj-footer { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 820px) {
    .jj-shell { padding: 16px; }
    .jj-header { border-radius: 26px; 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-trust-strip__grid, .jj-plan-grid, .jj-feature-grid, .jj-form-grid { grid-template-columns: 1fr; }
    .jj-hero { margin-top: 24px; padding-top: 18px; }
    .jj-hero__visual { min-height: 300px; }
    .jj-hero-card { inset: 30px 10px 20px; padding: 18px; }
    .jj-hero-card__grid { grid-template-columns: 1fr; }
    .jj-brand__logo, .jj-footer__logo { height: 40px; }
}
