:root {
  --j4f-orange: #ff8a00;
  --j4f-orange-deep: #ff5f00;
  --j4f-blue: #0077ff;
  --j4f-blue-deep: #003f9e;
  --j4f-ink: #111827;
  --j4f-text: #1f2937;
  --j4f-muted: #64748b;
  --j4f-line: #e5e7eb;
  --j4f-card: rgba(255, 255, 255, 0.94);
  --j4f-shadow: 0 22px 70px rgba(0, 32, 91, 0.22);
  --j4f-radius-xl: 28px;
  --j4f-radius: 18px;
}

html[data-theme='dark'], html[data-theme='light'] { --q2-background: transparent; --q2-body-background: transparent; }
body.jump4fun-page {
  background:
    radial-gradient(circle at 18% 10%, rgba(255,138,0,.42), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(0,119,255,.50), transparent 38%),
    linear-gradient(135deg, #ff8a00 0%, #0077ff 100%) fixed;
  color: var(--j4f-text); min-height: 100vh;
}
body.jump4fun-page #page-wrapper, body.jump4fun-page #body-wrapper { background: transparent; }
body.jump4fun-page #header { background: transparent; box-shadow: none; border: 0; backdrop-filter: none; }
body.jump4fun-page #header .container, body.jump4fun-page #body-wrapper > .container { max-width: 1120px; }
body.jump4fun-page .navbar {
  margin-top: 18px; padding: 12px 18px; background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.32); border-radius: 999px; backdrop-filter: blur(16px);
  box-shadow: 0 12px 36px rgba(0,32,91,.18);
}
body.jump4fun-page .logo a, body.jump4fun-page .navbar a, body.jump4fun-page .navbar button, body.jump4fun-page .navbar .active > a { color: #fff !important; }
body.jump4fun-page .theme-toggle svg { filter: brightness(0) invert(1); }
body.jump4fun-page #body-wrapper { padding-top: 6.8rem; padding-bottom: 3rem; }

.j4f-shell { display: grid; gap: 26px; }
.card-panel, .j4f-card { background: var(--j4f-card); border: 1px solid rgba(255,255,255,0.58); border-radius: var(--j4f-radius-xl); box-shadow: var(--j4f-shadow); overflow: hidden; }
.j4f-card { padding: 30px; }
.j4f-hero { position: relative; min-height: clamp(520px, 68vh, 760px); display: grid; align-items: end; padding: clamp(28px, 6vw, 64px); color: #fff; background: #0b1220; isolation: isolate; }
.j4f-hero::before { content: ''; position: absolute; inset: 0; z-index: -2; background: var(--j4f-hero-image, url('/user/images/jump4fun-hero-boots-sky.jpg')) center 62%/cover no-repeat; transform: scale(1.02); }
.j4f-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,26,68,.18), rgba(0,19,45,.50) 45%, rgba(0,10,25,.84)); }
.j4f-hero-content { max-width: 760px; }
.j4f-eyebrow { display: inline-flex; align-items: center; justify-content: center; padding: 8px 14px; margin-bottom: 18px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--j4f-orange), var(--j4f-blue)); font-weight: 800; font-size: .88rem; letter-spacing: .02em; box-shadow: 0 8px 22px rgba(0,0,0,.16); }
.j4f-hero h1, .j4f-page-hero h1 { margin: 0; color: inherit; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif; font-size: clamp(2.6rem, 8vw, 5.3rem); line-height: .95; letter-spacing: -.06em; }
.j4f-lead { max-width: 720px; margin: 20px 0 0; color: rgba(255,255,255,.88); font-size: clamp(1.1rem,2.4vw,1.35rem); line-height: 1.55; }
.j4f-page-hero .j4f-lead, .j4f-card p, .j4f-card li, .j4f-social p { color: var(--j4f-muted); line-height: 1.65; }
.j4f-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:28px; justify-content:flex-start; }
.j4f-actions-center { justify-content:center; }
.j4f-btn, a.j4f-btn { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:14px 22px; border-radius:14px; font-weight:800; text-decoration:none!important; transition:transform .2s ease,box-shadow .2s ease,background .2s ease; }
.j4f-btn-primary { background: linear-gradient(135deg, var(--j4f-orange), var(--j4f-orange-deep)); color:#fff!important; box-shadow:0 8px 24px rgba(255,95,0,.34); }
.j4f-btn-secondary { background: rgba(255,255,255,.92); color: var(--j4f-blue-deep)!important; border:1px solid rgba(255,255,255,.58); }
.j4f-card .j4f-btn-secondary, .j4f-social .j4f-btn-secondary { background: rgba(0,119,255,.10); color: var(--j4f-blue-deep)!important; border:1px solid rgba(0,119,255,.16); }
.j4f-btn:hover { transform: translateY(-2px); box-shadow:0 12px 28px rgba(0,32,91,.22); }

.j4f-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.j4f-card h2 { margin-top:0; margin-bottom:12px; padding:0; border:0; color:#172033; font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif; font-size:1.35rem; line-height:1.2; }
.j4f-card h2::before, .j4f-card h2::after { display:none!important; }
.j4f-icon { width:46px; height:46px; display:grid; place-items:center; margin-bottom:16px; border-radius:50%; background:linear-gradient(135deg,rgba(255,138,0,.16),rgba(0,119,255,.14)); font-size:1.35rem; }
.j4f-info-card { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:28px; align-items:stretch; }
.j4f-checks { list-style:none; padding:0; margin:10px 0 0; }
.j4f-checks li { position:relative; padding-left:30px; margin:10px 0; }
.j4f-checks li::before { content:'✓'; position:absolute; left:0; top:.1em; width:22px; height:22px; display:inline-grid; place-items:center; border-radius:50%; background:linear-gradient(135deg,var(--j4f-orange),var(--j4f-blue)); color:#fff; font-size:13px; font-weight:800; }
.j4f-mini-panel { padding:22px; border-radius:20px; background:linear-gradient(135deg,rgba(255,138,0,.13),rgba(0,119,255,.13)); border:1px solid rgba(0,119,255,.16); display:grid; align-content:center; gap:8px; }
.j4f-mini-label { color:var(--j4f-muted); font-size:.82rem; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.j4f-social { padding:34px; text-align:center; }
.j4f-social h2 { color:#172033; margin-top:0; }

.j4f-page-hero { padding: clamp(34px,6vw,58px); background: linear-gradient(135deg, rgba(255,255,255,.97), rgba(255,255,255,.90)); }
.j4f-page-hero h1 { color:#172033; }
.j4f-page-hero .j4f-eyebrow { color:#fff; }
.j4f-content-grid { display:grid; grid-template-columns: minmax(0,1fr) minmax(0,.82fr); gap:24px; }
.j4f-media-card { padding:0; min-height:320px; }
.j4f-media-card img, .j4f-photo img { width:100%; height:100%; object-fit:cover; display:block; }
.j4f-card-with-image { display:grid; grid-template-columns:minmax(0,1fr) 42%; padding:0; }
.j4f-card-with-image .j4f-card-copy { padding:30px; }
.j4f-card-with-image img { width:100%; height:100%; min-height:280px; object-fit:cover; }
.j4f-timeline { display:grid; gap:22px; }
.j4f-step { display:grid; grid-template-columns:48px 1fr; gap:18px; align-items:start; }
.j4f-step > span { width:48px; height:48px; border-radius:50%; display:grid; place-items:center; background:linear-gradient(135deg,var(--j4f-orange),var(--j4f-blue)); color:#fff; font-weight:900; }
.j4f-faq { display:grid; gap:16px; }
.j4f-faq details { padding:0; }
.j4f-faq summary { cursor:pointer; padding:24px 28px; font-weight:900; color:#172033; list-style:none; }
.j4f-faq summary::-webkit-details-marker { display:none; }
.j4f-faq summary::after { content:'+'; float:right; color:var(--j4f-orange); font-size:1.4rem; line-height:1; }
.j4f-faq details[open] summary::after { content:'–'; }
.j4f-faq p { padding:0 28px 26px; margin:0; }
.j4f-edit-note { border-left:5px solid var(--j4f-orange); }

.j4f-photo-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.j4f-photo { position:relative; min-height:260px; border-radius:24px; overflow:hidden; box-shadow:var(--j4f-shadow); background:#fff; }
.j4f-photo:nth-child(1), .j4f-photo:nth-child(6) { grid-column:span 2; }
.j4f-photo img { transition: transform .35s ease; }
.j4f-photo:hover img { transform: scale(1.045); }
.j4f-photo span { position:absolute; left:14px; bottom:14px; padding:8px 12px; border-radius:999px; background:rgba(255,255,255,.92); color:#172033; font-weight:900; box-shadow:0 6px 18px rgba(0,0,0,.14); }
.j4f-photo-logo { background:#fff; display:grid; place-items:center; padding:26px; }
.j4f-photo-logo img { object-fit:contain; }

.j4f-brand { display:inline-flex!important; align-items:center; gap:10px; text-decoration:none!important; }
.j4f-brand-mark { width:34px; height:34px; border-radius:11px; display:inline-grid; place-items:center; background:linear-gradient(135deg,var(--j4f-orange),var(--j4f-blue)); color:#fff; font-weight:900; box-shadow:0 8px 18px rgba(0,0,0,.18); }
.j4f-brand-text { font-weight:900; letter-spacing:-.04em; }
.j4f-footer { color:#fff; text-align:center; background:transparent; }
.j4f-footer p { color:rgba(255,255,255,.86); }
.j4f-footer-links { display:flex; justify-content:center; gap:12px; }
.j4f-footer-links a { width:40px; height:40px; display:grid; place-items:center; border-radius:50%; background:rgba(255,255,255,.18); color:#fff!important; text-decoration:none!important; font-weight:900; }

@media (max-width: 900px) { .j4f-grid, .j4f-content-grid, .j4f-info-card, .j4f-card-with-image { grid-template-columns:1fr; } .j4f-card-with-image img { min-height:240px; } .j4f-photo-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .j4f-photo:nth-child(1), .j4f-photo:nth-child(6) { grid-column:span 1; } }
@media (max-width: 620px) { body.jump4fun-page #body-wrapper { padding-top:5.8rem; } body.jump4fun-page .navbar { border-radius:24px; } .j4f-hero { min-height:560px; padding:26px; } .j4f-actions { justify-content:stretch; } .j4f-btn { width:100%; } .j4f-card, .j4f-social, .j4f-page-hero { padding:24px; } .j4f-photo-grid { grid-template-columns:1fr; } .j4f-photo { min-height:300px; } }

/* polish after visual QA */
.j4f-checks, .j4f-checks li { list-style: none !important; }
.j4f-checks li::marker { content: "" !important; }
.j4f-social h2::before, .j4f-social h2::after,
.j4f-page-hero h1::before, .j4f-page-hero h1::after { display: none !important; content: none !important; }
.j4f-footer { margin-top: 30px; padding: 28px 0; background: rgba(255,255,255,.86); border-top: 1px solid rgba(0,119,255,.10); color: #172033; }
.j4f-footer p { color: #64748b; }
.j4f-footer-links a { background: linear-gradient(135deg,var(--j4f-orange),var(--j4f-blue)); color:#fff!important; }


/* keep public pages client-facing; show the homepage flag photo fully */
.j4f-card-with-image img.j4f-contain-image {
  object-fit: contain;
  background: linear-gradient(135deg, rgba(255,138,0,.08), rgba(0,119,255,.08));
  padding: 12px;
}
@media (max-width: 620px) {
  .j4f-card-with-image img.j4f-contain-image {
    min-height: auto;
    max-height: none;
    aspect-ratio: auto;
  }
}






/* header logo: supplied transparent PNG, unmodified */
body.jump4fun-page .j4f-brand {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 !important;
  line-height: 0;
  text-decoration: none !important;
}
body.jump4fun-page .j4f-brand-logo-img {
  display: block;
  width: clamp(170px, 18vw, 230px);
  height: 78px;
  object-fit: contain;
  background: transparent !important;
}
body.jump4fun-page .j4f-brand-mark,
body.jump4fun-page .j4f-brand-text,
body.jump4fun-page .j4f-brand-logo-wrap {
  display: none !important;
}
@media (max-width: 900px) {
  body.jump4fun-page .j4f-brand-logo-img {
    width: 150px;
    height: 58px;
  }
}
@media (max-width: 620px) {
  body.jump4fun-page .j4f-brand-logo-img {
    width: 132px;
    height: 50px;
  }
}
