/* =========================================================
   JumpInHere + Jump In Management — CSS scalony
   Bazowe style landingu + rozszerzenia Jump In Management
   ========================================================= */

/* ==========================================================
   JUMPINHERE - LANDING DLA WŁAŚCICIELI
   Wszystkie klasy mają prefiks .jih-, aby ograniczyć konflikty
   z motywem WordPress / Astra / Elementor.
   ========================================================== */

:root {
  --jih-red: #d72323;
  --jih-red-dark: #b91d1d;
  --jih-graphite: #3a4750;
  --jih-graphite-dark: #273139;
  --jih-white: #ffffff;
  --jih-soft: #f9f9f9;
  --jih-border: #e8eaec;
  --jih-muted: #68737b;
  --jih-shadow: 0 18px 50px rgba(39, 49, 57, 0.1);
  --jih-shadow-small: 0 10px 30px rgba(39, 49, 57, 0.08);
  --jih-container: 1240px;
  --jih-gutter: clamp(20px, 4vw, 56px);
  --jih-section: clamp(78px, 9vw, 138px);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--jih-white);
}

.jih-landing,
.jih-landing * {
  box-sizing: border-box;
}

.jih-landing {
  min-width: 0;
  overflow: clip;
  color: var(--jih-graphite);
  background: var(--jih-white);
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.jih-landing img {
  display: block;
  max-width: 100%;
}

.jih-landing a {
  color: inherit;
  text-decoration: none;
}

.jih-landing button,
.jih-landing input,
.jih-landing textarea,
.jih-landing select {
  font: inherit;
}

.jih-container {
  width: min(100% - (2 * var(--jih-gutter)), var(--jih-container));
  margin-inline: auto;
}

.jih-section {
  position: relative;
  padding-block: var(--jih-section);
  scroll-margin-top: 96px;
}

.jih-center {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}

/* TYPOGRAFIA */
.jih-landing h1,
.jih-landing h2,
.jih-landing h3,
.jih-landing p {
  margin-top: 0;
}

.jih-landing h1,
.jih-landing h2,
.jih-landing h3 {
  color: var(--jih-graphite-dark);
  font-weight: 900;
  letter-spacing: -0.035em;
}

.jih-landing h1 {
  margin-bottom: 28px;
  font-size: clamp(42px, 5.3vw, 72px);
  line-height: 1.02;
}

.jih-landing h1 span {
  color: var(--jih-red);
}

.jih-landing h2 {
  margin-bottom: 24px;
  font-size: clamp(35px, 4vw, 54px);
  line-height: 1.08;
}

.jih-landing h3 {
  margin-bottom: 12px;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.18;
}

.jih-landing p {
  margin-bottom: 20px;
}

.jih-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px !important;
  color: var(--jih-red);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.jih-eyebrow::before {
  width: 34px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

.jih-lead {
  max-width: 720px;
  color: var(--jih-graphite);
  font-size: clamp(19px, 2vw, 22px);
  line-height: 1.55;
}

.jih-lead--small {
  font-size: clamp(18px, 1.6vw, 20px);
}

.jih-section-heading {
  max-width: 850px;
  margin-bottom: 60px;
}

.jih-section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: clamp(40px, 7vw, 110px);
  max-width: none;
}

.jih-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.jih-section-heading--center .jih-eyebrow {
  justify-content: center;
}

.jih-section-heading--center .jih-lead {
  margin-inline: auto;
}

/* HEADER */
.jih-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.jih-header.is-scrolled {
  border-color: var(--jih-border);
  box-shadow: 0 8px 24px rgba(39, 49, 57, 0.06);
}

.jih-header__inner {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.jih-logo {
  display: block;
  width: min(245px, 25vw);
  flex: 0 0 auto;
}

.jih-logo img {
  width: 100%;
  height: auto;
}

.jih-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 34px);
  font-size: 15px;
  font-weight: 700;
}

.jih-nav a {
  position: relative;
  padding-block: 10px;
}

.jih-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: var(--jih-red);
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s ease;
}

.jih-nav a:hover::after,
.jih-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left center;
}

/* PRZYCISKI - CZERWONE, KANCIATE, DUŻY PROMIEŃ TYLKO W LEWYM GÓRNYM NAROŻNIKU */
.jih-button,
.jih-landing .wpcf7-submit,
.jih-landing input[type="submit"] {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 15px 24px;
  border: 1px solid var(--jih-red);
  border-radius: 38px 7px 7px 7px;
  background: var(--jih-red);
  box-shadow: 0 12px 24px rgba(215, 35, 35, 0.18);
  color: var(--jih-white) !important;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
}

.jih-button:hover,
.jih-button:focus-visible,
.jih-landing .wpcf7-submit:hover,
.jih-landing .wpcf7-submit:focus-visible,
.jih-landing input[type="submit"]:hover,
.jih-landing input[type="submit"]:focus-visible {
  border-color: var(--jih-red-dark);
  background: var(--jih-red-dark);
  box-shadow: 0 15px 30px rgba(185, 29, 29, 0.22);
  transform: translateY(-2px);
}

.jih-button span {
  font-size: 21px;
  line-height: 1;
}

.jih-button--header {
  min-height: 48px;
  padding: 12px 18px;
  font-size: 14px;
}

.jih-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid var(--jih-graphite);
  font-weight: 700;
}

.jih-text-link:hover,
.jih-text-link:focus-visible {
  color: var(--jih-red);
  border-color: var(--jih-red);
}

/* HERO */
.jih-hero {
  padding-top: clamp(60px, 7vw, 110px);
  background:
    radial-gradient(circle at 72% 20%, rgba(215, 35, 35, 0.08), transparent 27%),
    linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
}

.jih-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.85fr);
  align-items: center;
  gap: clamp(55px, 7vw, 110px);
}

.jih-hero__content {
  position: relative;
  z-index: 3;
}

.jih-hero__support {
  max-width: 620px;
  color: var(--jih-muted);
}

.jih-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 28px;
  margin-top: 34px;
}

.jih-hero__microcopy {
  display: flex;
  max-width: 660px;
  align-items: flex-start;
  gap: 11px;
  margin-top: 26px;
  color: var(--jih-muted);
  font-size: 14px;
  line-height: 1.5;
}

.jih-status-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--jih-red);
  box-shadow: 0 0 0 6px rgba(215, 35, 35, 0.1);
}

.jih-hero__visual {
  position: relative;
  min-height: 680px;
}

.jih-hero__image-wrap {
  position: absolute;
  inset: 0 30px 0 55px;
  overflow: hidden;
  border-radius: 90px 16px 16px 16px;
  background: #dfe3e5;
  box-shadow: var(--jih-shadow);
}

.jih-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jih-hero__image[src=""],
.jih-hero__image:not([src]) {
  display: none;
}

.jih-hero__image-fallback,
.jih-owner-stay__image-fallback {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(58, 71, 80, 0.85), rgba(58, 71, 80, 0.45)),
    repeating-linear-gradient(45deg, #dfe3e5 0 14px, #e8eaec 14px 28px);
  color: var(--jih-white);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.jih-float-card {
  position: absolute;
  z-index: 5;
  display: flex;
  width: min(285px, 68%);
  align-items: center;
  gap: 13px;
  padding: 15px 17px;
  border: 1px solid rgba(232, 234, 236, 0.86);
  border-radius: 22px 7px 7px 7px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--jih-shadow-small);
  backdrop-filter: blur(12px);
  will-change: transform;
}

.jih-float-card--booking {
  top: 9%;
  left: 0;
}

.jih-float-card--price {
  right: 0;
  bottom: 25%;
}

.jih-float-card--owner {
  bottom: 5%;
  left: 8%;
}

.jih-float-card__icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 15px 5px 5px 5px;
  background: rgba(215, 35, 35, 0.1);
  color: var(--jih-red);
}

.jih-float-card__icon svg,
.jih-icon svg,
.jih-benefit__icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.jih-float-card small,
.jih-float-card strong {
  display: block;
}

.jih-float-card small {
  margin-bottom: 2px;
  color: var(--jih-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.jih-float-card strong {
  color: var(--jih-graphite-dark);
  font-size: 14px;
  line-height: 1.25;
}

/* TRUST */
.jih-trust {
  position: relative;
  z-index: 5;
  border-top: 1px solid var(--jih-border);
  border-bottom: 1px solid var(--jih-border);
  background: var(--jih-white);
}

.jih-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jih-trust__item {
  display: flex;
  min-height: 138px;
  align-items: center;
  gap: 16px;
  padding: 26px clamp(18px, 2.5vw, 35px);
  border-right: 1px solid var(--jih-border);
}

.jih-trust__item:first-child {
  border-left: 1px solid var(--jih-border);
}

.jih-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 18px 6px 6px 6px;
  background: var(--jih-soft);
  color: var(--jih-red);
}

.jih-trust__item strong,
.jih-trust__item span {
  display: block;
}

.jih-trust__item strong {
  margin-bottom: 3px;
  color: var(--jih-graphite-dark);
  font-size: 15px;
}

.jih-trust__item div > span {
  color: var(--jih-muted);
  font-size: 13px;
  line-height: 1.4;
}

/* PROBLEM / CARDS */
.jih-problem {
  background: var(--jih-white);
}

.jih-problem__grid,
.jih-audience__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.jih-card {
  position: relative;
  min-width: 0;
  border: 1px solid var(--jih-border);
  background: var(--jih-white);
}

.jih-card--problem {
  min-height: 310px;
  padding: clamp(28px, 3vw, 42px);
  border-radius: 34px 9px 9px 9px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.jih-card--problem:hover {
  border-color: rgba(215, 35, 35, 0.32);
  box-shadow: var(--jih-shadow-small);
  transform: translateY(-6px);
}

.jih-number,
.jih-card--audience > span {
  display: block;
  margin-bottom: 38px;
  color: var(--jih-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.jih-card--problem p,
.jih-card--audience p {
  margin-bottom: 0;
  color: var(--jih-muted);
}

.jih-statement {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
  align-items: center;
  gap: clamp(34px, 5vw, 64px);
  margin-top: 36px;
  padding: clamp(34px, 4vw, 46px) clamp(36px, 5vw, 58px);
  overflow: hidden;
  border-radius: 38px 10px 10px 10px;
  background: var(--jih-red);
  color: var(--jih-white);
  box-shadow: 0 18px 42px rgba(215, 35, 35, 0.14);
}

.jih-statement::before {
  display: none;
}

.jih-statement span {
  display: block;
  max-width: 330px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 1.1vw, 17px);
  font-weight: 500;
  line-height: 1.7;
}

.jih-statement strong {
  display: block;
  width: 100%;
  max-width: 620px;
  margin: 0;
  padding-left: clamp(34px, 4vw, 54px);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--jih-white);
  font-size: clamp(21px, 1.75vw, 27px);
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: -0.02em;
  text-align: left;
}

/* GRAPHITE SECTION / BENEFITS */
.jih-section--graphite {
  background: var(--jih-graphite-dark);
  color: rgba(255, 255, 255, 0.74);
}

.jih-section-heading--light h2,
.jih-section--graphite h3 {
  color: var(--jih-white);
}

.jih-section--graphite .jih-eyebrow {
  color: #ff6868;
}

.jih-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.jih-benefit {
  min-height: 320px;
  padding: clamp(30px, 4vw, 50px);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition: background-color 0.25s ease;
}

.jih-benefit:hover {
  background: rgba(255, 255, 255, 0.04);
}

.jih-benefit__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 48px;
  place-items: center;
  border-radius: 22px 7px 7px 7px;
  background: var(--jih-red);
  color: var(--jih-white);
}

.jih-benefit p {
  margin-bottom: 0;
}

/* SERVICES */
.jih-services {
  border-top: 1px solid var(--jih-border);
}

.jih-service {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 24px;
  padding: clamp(26px, 3vw, 40px) 0;
  border-bottom: 1px solid var(--jih-border);
  transition: padding-left 0.25s ease, background-color 0.25s ease;
}

.jih-service:hover {
  padding-left: 22px;
  background: linear-gradient(90deg, rgba(215, 35, 35, 0.055), transparent 65%);
}

.jih-service > span {
  color: var(--jih-red);
  font-weight: 900;
  letter-spacing: 0.1em;
}

.jih-service > div {
  display: grid;
  grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1fr);
  align-items: start;
  gap: 38px;
}

.jih-service h3,
.jih-service p {
  margin-bottom: 0;
}

.jih-service p {
  max-width: 680px;
  color: var(--jih-muted);
}

/* Jump In Management: numer po lewej, tytuł i opis jeden pod drugim */
.jih-service > span {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  padding-top: 4px;
}

.jih-service > h3 {
  grid-column: 2;
  grid-row: 1;
}

.jih-service > p {
  grid-column: 2;
  grid-row: 2;
  max-width: 760px;
}

/* PROCESS */
.jih-process {
  background:
    linear-gradient(rgba(249, 249, 249, 0.97), rgba(249, 249, 249, 0.97)),
    radial-gradient(circle at 50% 0%, rgba(215, 35, 35, 0.12), transparent 30%);
}

.jih-process__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.jih-process__grid::before {
  position: absolute;
  z-index: 0;
  top: 37px;
  right: 11%;
  left: 11%;
  height: 1px;
  background: var(--jih-border);
  content: "";
}

.jih-process-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.jih-process-step__number {
  display: grid;
  width: 74px;
  height: 74px;
  margin: 0 auto 30px;
  place-items: center;
  border: 10px solid var(--jih-soft);
  border-radius: 26px 8px 8px 8px;
  background: var(--jih-red);
  box-sizing: content-box;
  color: var(--jih-white);
  font-size: 15px;
  font-weight: 900;
}

.jih-process-step p {
  margin-bottom: 0;
  color: var(--jih-muted);
}

/* OWNER STAY */
.jih-owner-stay__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(60px, 8vw, 130px);
}

.jih-owner-stay__image {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border-radius: 80px 16px 16px 16px;
  background: var(--jih-border);
  box-shadow: var(--jih-shadow);
}

.jih-owner-stay__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jih-owner-stay__content {
  max-width: 650px;
}

.jih-check-list {
  display: grid;
  gap: 16px;
  margin: 32px 0 38px;
  padding: 0;
  list-style: none;
}

.jih-check-list li {
  position: relative;
  padding-left: 36px;
  color: var(--jih-graphite-dark);
  font-weight: 700;
}

.jih-check-list li::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 9px 3px 3px 3px;
  background: rgba(215, 35, 35, 0.1);
  color: var(--jih-red);
  content: "✓";
  font-size: 13px;
  font-weight: 900;
}

/* AUDIENCE */
.jih-section--soft {
  background: var(--jih-soft);
}

.jih-audience__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jih-card--audience {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(24px, 2.4vw, 32px);
  border-radius: 34px 9px 9px 9px;
}

.jih-card--audience > span {
  margin-bottom: 12px;
}

/* Karty w sekcji "Dla kogo" są białe na grafitowym tle,
   dlatego nadpisujemy globalny biały kolor h3 tej sekcji. */
.jih-section--graphite .jih-card--audience h3 {
  margin-bottom: 10px;
  color: var(--jih-graphite-dark);
  font-size: clamp(20px, 1.55vw, 24px);
  line-height: 1.22;
}

.jih-card--audience p {
  color: var(--jih-muted);
  line-height: 1.58;
}

/* TESTIMONIALS */
.jih-proof-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-self: end;
}

.jih-proof-points span {
  padding: 9px 13px;
  border: 1px solid var(--jih-border);
  border-radius: 15px 5px 5px 5px;
  color: var(--jih-graphite);
  font-size: 13px;
  font-weight: 700;
}

.jih-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.jih-testimonial {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: clamp(30px, 3vw, 42px);
  border: 1px solid var(--jih-border);
  border-radius: 38px 10px 10px 10px;
  background: var(--jih-white);
  box-shadow: var(--jih-shadow-small);
}

.jih-stars {
  margin-bottom: 30px;
  color: var(--jih-red);
  font-size: 18px;
  letter-spacing: 0.12em;
}

.jih-testimonial blockquote {
  margin: 0 0 30px;
  color: var(--jih-graphite-dark);
  font-size: clamp(19px, 1.8vw, 23px);
  font-weight: 700;
  line-height: 1.55;
}

.jih-testimonial footer {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--jih-border);
}

.jih-testimonial footer strong,
.jih-testimonial footer span {
  display: block;
}

.jih-testimonial footer span {
  color: var(--jih-muted);
  font-size: 13px;
}

/* COMMISSION */
.jih-commission {
  background: var(--jih-graphite-dark);
  color: rgba(255, 255, 255, 0.74);
}

.jih-commission__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(60px, 9vw, 140px);
}

.jih-commission__metric {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(35px, 5vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 70px 14px 14px 14px;
  background:
    linear-gradient(145deg, rgba(215, 35, 35, 0.95), rgba(185, 29, 29, 0.9)),
    var(--jih-red);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
  color: var(--jih-white);
}

.jih-commission__metric span,
.jih-commission__metric strong,
.jih-commission__metric small {
  display: block;
}

.jih-commission__metric span {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.jih-commission__metric strong {
  margin-bottom: 14px;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.jih-commission__metric small {
  max-width: 280px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.5;
}

.jih-commission__content h2 {
  color: var(--jih-white);
}

.jih-commission__content .jih-eyebrow {
  color: #ff6868;
}

.jih-commission .jih-check-list li {
  color: var(--jih-white);
}

.jih-check-list--compact {
  gap: 12px;
}

/* FAQ */
.jih-faq__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(60px, 8vw, 130px);
}

.jih-faq__grid .jih-section-heading {
  position: sticky;
  top: 125px;
  margin-bottom: 0;
}

.jih-accordion {
  border-top: 1px solid var(--jih-border);
}

.jih-accordion details {
  border-bottom: 1px solid var(--jih-border);
}

.jih-accordion summary {
  position: relative;
  padding: 26px 55px 26px 0;
  color: var(--jih-graphite-dark);
  font-size: clamp(18px, 1.6vw, 21px);
  font-weight: 900;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.jih-accordion summary::-webkit-details-marker {
  display: none;
}

.jih-accordion summary::before,
.jih-accordion summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 18px;
  height: 2px;
  background: var(--jih-red);
  content: "";
  transition: transform 0.25s ease;
}

.jih-accordion summary::after {
  transform: rotate(90deg);
}

.jih-accordion details[open] summary::after {
  transform: rotate(0deg);
}

.jih-accordion details > div {
  padding: 0 60px 26px 0;
  color: var(--jih-muted);
}

.jih-accordion details > div p {
  margin-bottom: 0;
}

/* CONTACT / CF7 */
.jih-contact {
  background:
    radial-gradient(circle at 10% 15%, rgba(215, 35, 35, 0.16), transparent 28%),
    var(--jih-graphite-dark);
  color: rgba(255, 255, 255, 0.74);
}

.jih-contact__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(55px, 8vw, 120px);
}

.jih-contact__content {
  position: sticky;
  top: 125px;
}

.jih-contact h2 {
  color: var(--jih-white);
}

.jih-contact .jih-eyebrow {
  color: #ff6868;
}

.jih-contact .jih-lead {
  color: rgba(255, 255, 255, 0.78);
}

.jih-contact__details {
  display: grid;
  gap: 14px;
  margin-top: 44px;
}

.jih-contact__details > * {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.jih-contact__details small,
.jih-contact__details strong {
  display: block;
}

.jih-contact__details small {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
}

.jih-contact__details strong {
  color: var(--jih-white);
  font-size: 20px;
}

/* Telefon i e-mail przy formularzu zawsze białe */
.jih-contact__details a,
.jih-contact__details a:visited {
  color: var(--jih-white) !important;
}

.jih-contact__details a:hover,
.jih-contact__details a:focus-visible {
  color: rgba(255, 255, 255, 0.82) !important;
}

.jih-form-card {
  overflow: hidden;
  border-radius: 64px 12px 12px 12px;
  background: var(--jih-white);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.23);
  color: var(--jih-graphite);
}

.jih-form-card__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(25px, 4vw, 50px);
  border-bottom: 1px solid var(--jih-border);
  background: var(--jih-soft);
}

.jih-form-card__heading span {
  color: var(--jih-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.jih-form-card__heading strong {
  color: var(--jih-graphite-dark);
  font-size: 17px;
  text-align: right;
}

.jih-cf7 {
  padding: clamp(28px, 5vw, 58px);
}

/* CF7: układ pól */
.jih-form-preview,
.jih-cf7 .wpcf7-form {
  display: grid;
  gap: 19px;
}

.jih-form-row {
  display: grid;
  gap: 18px;
}

.jih-form-row--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jih-form-preview label,
.jih-cf7 .wpcf7-form > p,
.jih-cf7 .wpcf7-form label {
  display: grid;
  gap: 8px;
  margin: 0;
  color: var(--jih-graphite-dark);
  font-size: 14px;
  font-weight: 700;
}

.jih-cf7 .wpcf7-form > p {
  font-weight: 400;
}

.jih-cf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.jih-form-preview input:not([type="checkbox"]):not([type="radio"]),
.jih-form-preview textarea,
.jih-form-preview select,
.jih-cf7 input[type="text"],
.jih-cf7 input[type="email"],
.jih-cf7 input[type="tel"],
.jih-cf7 input[type="number"],
.jih-cf7 input[type="url"],
.jih-cf7 input[type="date"],
.jih-cf7 textarea,
.jih-cf7 select {
  width: 100%;
  min-height: 55px;
  padding: 13px 16px;
  border: 1px solid var(--jih-border);
  border-radius: 18px 6px 6px 6px;
  outline: 0;
  background: var(--jih-white);
  color: var(--jih-graphite-dark);
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.jih-form-preview textarea,
.jih-cf7 textarea {
  min-height: 135px;
  resize: vertical;
}

.jih-form-preview input::placeholder,
.jih-form-preview textarea::placeholder,
.jih-cf7 input::placeholder,
.jih-cf7 textarea::placeholder {
  color: #9aa2a7;
  opacity: 1;
}

.jih-form-preview input:focus,
.jih-form-preview textarea:focus,
.jih-form-preview select:focus,
.jih-cf7 input:focus,
.jih-cf7 textarea:focus,
.jih-cf7 select:focus {
  border-color: var(--jih-red);
  box-shadow: 0 0 0 4px rgba(215, 35, 35, 0.1);
}

.jih-consent,
.jih-cf7 .wpcf7-acceptance label {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 11px !important;
  color: var(--jih-muted) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.5;
}

.jih-consent input,
.jih-cf7 input[type="checkbox"],
.jih-cf7 input[type="radio"] {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  margin: 2px 0 0;
  border: 1px solid #b9c0c4;
  accent-color: var(--jih-red);
}

.jih-cf7 .wpcf7-list-item {
  margin: 0 20px 8px 0;
}

.jih-cf7 .wpcf7-list-item label {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
}

.jih-cf7 .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: var(--jih-red);
  font-size: 12px;
  font-weight: 700;
}

.jih-cf7 .wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 14px 16px !important;
  border: 1px solid var(--jih-border) !important;
  border-radius: 18px 6px 6px 6px;
  color: var(--jih-graphite-dark);
  font-size: 14px;
}

.jih-cf7 form.sent .wpcf7-response-output {
  border-color: #4f9b66 !important;
  background: #f2faf4;
}

.jih-cf7 form.invalid .wpcf7-response-output,
.jih-cf7 form.failed .wpcf7-response-output {
  border-color: var(--jih-red) !important;
  background: #fff5f5;
}

.jih-cf7 .wpcf7-spinner {
  margin: 0 0 0 12px;
  background-color: var(--jih-graphite);
}

/* FOOTER */
.jih-footer {
  padding: 54px 0 110px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #20292f;
  color: rgba(255, 255, 255, 0.64);
}

.jih-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: start;
  gap: 60px;
}

.jih-footer__brand img {
  width: 235px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
  opacity: 0.94;
}

.jih-footer__brand p {
  max-width: 340px;
  margin-bottom: 0;
}

.jih-footer__links,
.jih-footer__legal {
  display: grid;
  gap: 10px;
  font-size: 14px;
}

.jih-footer a:hover,
.jih-footer a:focus-visible {
  color: var(--jih-white);
}

.jih-mobile-cta {
  display: none;
}

/* DESKTOP-ONLY JS REVEAL */
@media (min-width: 1024px) {
  .jih-js .jih-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .jih-js .jih-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

/* TABLET */
@media (max-width: 1180px) {
  .jih-nav {
    display: none;
  }

  .jih-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(370px, 0.8fr);
    gap: 45px;
  }

  .jih-hero__visual {
    min-height: 590px;
  }

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

  .jih-trust__item:nth-child(2) {
    border-right: 1px solid var(--jih-border);
  }

  .jih-trust__item:nth-child(3),
  .jih-trust__item:nth-child(4) {
    border-top: 1px solid var(--jih-border);
  }

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

  .jih-card--problem {
    min-height: 270px;
  }

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

  .jih-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 28px;
  }

  .jih-process__grid::before {
    display: none;
  }
}

/* MOBILE / SMALL TABLET */
@media (max-width: 900px) {
  :root {
    --jih-section: 78px;
  }

  .jih-landing {
    padding-bottom: 78px;
    font-size: 16px;
  }

  .jih-header__inner {
    min-height: 72px;
  }

  .jih-logo {
    width: 190px;
    max-width: 52vw;
  }

  .jih-button--header {
    display: none;
  }

  .jih-section-heading--split,
  .jih-hero__grid,
  .jih-owner-stay__grid,
  .jih-commission__grid,
  .jih-faq__grid,
  .jih-contact__grid {
    grid-template-columns: 1fr;
  }

  .jih-section-heading--split {
    gap: 15px;
  }

  .jih-hero {
    padding-top: 52px;
  }

  .jih-hero__grid {
    gap: 50px;
  }

  .jih-hero__visual {
    min-height: 620px;
  }

  .jih-hero__image-wrap {
    inset: 0 0 0 0;
    border-radius: 58px 12px 12px 12px;
  }

  .jih-float-card--booking {
    left: 12px;
  }

  .jih-float-card--price {
    right: 12px;
  }

  .jih-float-card--owner {
    left: 20px;
  }

  .jih-statement {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 26px;
  }

  .jih-statement span,
  .jih-statement strong {
    max-width: 100%;
  }

  .jih-statement strong {
    justify-self: start;
    padding-left: 0;
    border-left: 0;
    font-size: clamp(22px, 5vw, 28px);
    text-align: left;
  }

  .jih-service > div {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .jih-owner-stay__image {
    min-height: 560px;
  }

  .jih-audience__grid,
  .jih-testimonials__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jih-faq__grid .jih-section-heading,
  .jih-contact__content {
    position: static;
  }

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

  .jih-footer__brand {
    grid-column: 1 / -1;
  }

  .jih-mobile-cta {
    position: fixed;
    z-index: 1001;
    right: 14px;
    bottom: 12px;
    left: 14px;
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 34px 7px 7px 7px;
    background: var(--jih-red);
    box-shadow: 0 16px 34px rgba(39, 49, 57, 0.28);
    color: var(--jih-white) !important;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
  }
}

/* MOBILE */
@media (max-width: 640px) {
  :root {
    --jih-gutter: 20px;
    --jih-section: 68px;
  }

  .jih-landing h1 {
    font-size: 41px;
  }

  .jih-landing h2 {
    font-size: 34px;
  }

  .jih-eyebrow {
    font-size: 11px;
  }

  .jih-section-heading {
    margin-bottom: 40px;
  }

  .jih-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .jih-button {
    width: 100%;
    min-height: 58px;
    padding-inline: 18px;
    border-radius: 34px 7px 7px 7px;
  }

  .jih-text-link {
    align-self: flex-start;
  }

  .jih-hero__visual {
    min-height: 500px;
  }

  .jih-float-card {
    width: calc(100% - 28px);
    max-width: 290px;
  }

  .jih-float-card--booking {
    top: 16px;
  }

  .jih-float-card--price {
    right: 14px;
    bottom: 110px;
  }

  .jih-float-card--owner {
    bottom: 20px;
    left: 14px;
  }

  .jih-trust__grid,
  .jih-problem__grid,
  .jih-benefits__grid,
  .jih-process__grid,
  .jih-audience__grid,
  .jih-testimonials__grid {
    grid-template-columns: 1fr;
  }

  .jih-trust__item,
  .jih-trust__item:first-child,
  .jih-trust__item:nth-child(2),
  .jih-trust__item:nth-child(3),
  .jih-trust__item:nth-child(4) {
    min-height: auto;
    border: 0;
    border-bottom: 1px solid var(--jih-border);
  }

  .jih-benefits__grid {
    border-left: 0;
  }

  .jih-benefit {
    min-height: auto;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }

  .jih-service {
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 10px;
  }

  .jih-service:hover {
    padding-left: 0;
  }

  .jih-process__grid {
    gap: 42px;
  }

  .jih-owner-stay__image {
    min-height: 430px;
    border-radius: 50px 10px 10px 10px;
  }

  .jih-commission__metric {
    min-height: 350px;
    border-radius: 50px 10px 10px 10px;
  }

  .jih-testimonial {
    min-height: 330px;
  }

  .jih-form-card {
    border-radius: 45px 10px 10px 10px;
  }

  .jih-form-card__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .jih-form-card__heading strong {
    text-align: left;
  }

  .jih-form-row--2 {
    grid-template-columns: 1fr;
  }

  .jih-cf7 {
    padding: 28px 20px;
  }

  .jih-footer__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .jih-footer__brand {
    grid-column: auto;
  }
}

/* DOSTĘPNOŚĆ / OGRANICZENIE ANIMACJI */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .jih-landing *,
  .jih-landing *::before,
  .jih-landing *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* =========================================================
   Rozszerzenia Jump In Management
   ========================================================= */

/* ==========================================================
   JUMP IN MANAGEMENT - DODATKI DO jumpinhere-landing.css
   Wczytaj TEN plik po głównym jumpinhere-landing.css.
   ========================================================== */

.jih-management-hero {
  background:
    radial-gradient(circle at 76% 18%, rgba(215, 35, 35, 0.1), transparent 29%),
    linear-gradient(180deg, #ffffff 0%, #f7f8f8 100%);
}

/* MODEL: JUMPINHERE VS WŁAŚCICIEL */
.jih-management-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 16px;
}

.jih-management-split__card {
  position: relative;
  min-height: 100%;
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid var(--jih-border);
  border-radius: 34px 8px 8px 8px;
  background: var(--jih-white);
  box-shadow: var(--jih-shadow-small);
}

.jih-management-split__card--brand {
  border-color: rgba(215, 35, 35, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(215, 35, 35, 0.12), transparent 33%),
    var(--jih-white);
}

.jih-management-split__card h3 {
  max-width: 520px;
  margin-bottom: 28px;
}

/* Sekcja panelu */
.jih-management-control {
  align-items: center;
}

/* 5 etapów zamiast 4 */
.jih-management-process {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.jih-management-process::before {
  right: 10%;
  left: 10%;
}

/* PORÓWNANIE DWÓCH MODELI */
.jih-management-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1040px;
  margin-inline: auto;
}

.jih-management-plan {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid var(--jih-border);
  border-radius: 34px 8px 8px 8px;
  background: var(--jih-white);
  box-shadow: var(--jih-shadow-small);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.jih-management-plan--active {
  border-color: rgba(215, 35, 35, 0.38);
  background:
    linear-gradient(180deg, rgba(215, 35, 35, 0.045), transparent 35%),
    var(--jih-white);
}

.jih-management-plan__tag {
  align-self: flex-start;
  margin-bottom: 24px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(215, 35, 35, 0.1);
  color: var(--jih-red);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jih-management-plan__tag--muted {
  background: #eef0f1;
  color: var(--jih-graphite);
}

.jih-management-plan > p {
  color: var(--jih-muted);
}

.jih-management-plan .jih-check-list {
  margin-bottom: 34px;
}

.jih-management-plan .jih-button,
.jih-management-plan .jih-text-link {
  margin-top: auto;
  align-self: flex-start;
}

@media (min-width: 1024px) {
  .jih-management-plan:hover,
  .jih-management-plan.is-focus {
    border-color: rgba(215, 35, 35, 0.45);
    box-shadow: var(--jih-shadow);
    transform: translateY(-6px);
  }
}

@media (max-width: 1120px) {
  .jih-management-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .jih-management-process::before {
    display: none;
  }
}

@media (max-width: 820px) {
  .jih-management-split,
  .jih-management-compare,
  .jih-management-process {
    grid-template-columns: 1fr;
  }

  .jih-management-split__card,
  .jih-management-plan {
    padding: 28px 22px;
  }
}

/* =========================================================
   HERO V4 — zdjęcie w tle + ciemna warstwa + większe karty
   ========================================================= */

.jih-management-hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  padding-top: clamp(105px, 8vw, 145px);
  padding-bottom: clamp(90px, 8vw, 130px);
  background:
    linear-gradient(90deg,
      rgba(18, 24, 29, 0.84) 0%,
      rgba(18, 24, 29, 0.76) 42%,
      rgba(18, 24, 29, 0.64) 72%,
      rgba(18, 24, 29, 0.58) 100%
    ),
    url("https://jumpinhere.com.pl/wp-content/uploads/2026/09/jumpinmanagement.webp") center 52% / cover no-repeat;
  color: var(--jih-white);
}

.jih-management-hero::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, transparent 28%, transparent 72%, rgba(0, 0, 0, 0.08) 100%);
  pointer-events: none;
  content: "";
}

.jih-management-hero .jih-container {
  position: relative;
  z-index: 1;
}

.jih-management-hero .jih-hero__grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.68fr);
  gap: clamp(55px, 7vw, 105px);
}

.jih-management-hero .jih-hero__content {
  max-width: 760px;
}

.jih-management-hero .jih-eyebrow {
  color: rgba(255, 255, 255, 0.88);
}

.jih-management-hero .jih-eyebrow::before {
  background: var(--jih-red);
}

.jih-management-hero h1,
.jih-management-hero h1 span {
  color: var(--jih-white);
}

.jih-management-hero .jih-lead {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.94);
}

.jih-management-hero .jih-hero__support {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.76);
}

.jih-management-hero .jih-text-link {
  color: var(--jih-white);
  border-color: rgba(255, 255, 255, 0.48);
}

.jih-management-hero .jih-text-link:hover,
.jih-management-hero .jih-text-link:focus-visible {
  color: var(--jih-white);
  border-color: var(--jih-white);
}

.jih-management-hero .jih-hero__microcopy {
  color: rgba(255, 255, 255, 0.72);
}

.jih-management-hero .jih-status-dot {
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12);
}

/* W hero nie ma już osobnego zdjęcia po prawej — zostają tylko 3 karty */
.jih-management-hero .jih-hero__visual--cards {
  position: relative;
  display: grid;
  min-height: 460px;
  grid-template-rows: repeat(3, minmax(96px, auto));
  align-content: center;
  justify-items: end;
  gap: 30px;
}

.jih-management-hero .jih-float-card {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: min(100%, 410px);
  min-height: 96px;
  gap: 17px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 30px 8px 8px 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.jih-management-hero .jih-float-card--booking,
.jih-management-hero .jih-float-card--price,
.jih-management-hero .jih-float-card--owner {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.jih-management-hero .jih-float-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 19px 6px 6px 6px;
}

.jih-management-hero .jih-float-card__icon svg {
  width: 27px;
  height: 27px;
}

.jih-management-hero .jih-float-card small {
  margin-bottom: 4px;
  font-size: 12px;
  letter-spacing: 0.07em;
}

.jih-management-hero .jih-float-card strong {
  font-size: 17px;
  line-height: 1.3;
}

/* Tablet */
@media (max-width: 1180px) {
  .jih-management-hero .jih-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.68fr);
    gap: 44px;
  }

  .jih-management-hero .jih-float-card {
    width: min(100%, 360px);
  }
}

/* Mobile / mały tablet */
@media (max-width: 900px) {
  .jih-management-hero {
    min-height: auto;
    padding-top: 82px;
    padding-bottom: 82px;
    background:
      linear-gradient(180deg,
        rgba(18, 24, 29, 0.82) 0%,
        rgba(18, 24, 29, 0.76) 55%,
        rgba(18, 24, 29, 0.72) 100%
      ),
      url("https://jumpinhere.com.pl/wp-content/uploads/2026/09/jumpinmanagement.webp") 62% center / cover no-repeat;
  }

  .jih-management-hero .jih-hero__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .jih-management-hero .jih-hero__visual--cards {
    min-height: auto;
    grid-template-rows: none;
    gap: 16px;
  }

  .jih-management-hero .jih-float-card {
    width: 100%;
    max-width: none;
    min-height: 88px;
  }
}

@media (max-width: 640px) {
  .jih-management-hero {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .jih-management-hero .jih-float-card {
    width: 100%;
    max-width: none;
    min-height: 82px;
    padding: 17px 18px;
  }

  .jih-management-hero .jih-float-card__icon {
    width: 48px;
    height: 48px;
  }

  .jih-management-hero .jih-float-card strong {
    font-size: 16px;
  }
}

/* =========================================================
   V6 — mocniejsze nagłówki + kompaktowe nagłówki etapów
   ========================================================= */

/* Mocniejsza typografia nagłówków w stylu głównego landingu JumpInHere */
.jih-landing h1,
.jih-landing h2,
.jih-landing h3 {
  font-weight: 900 !important;
  letter-spacing: -0.04em;
}

/* Nagłówki pod numerami w procesach — mniejsze, aby mieściły się czytelnie */
.jih-process-step h3,
.jih-management-process .jih-process-step h3 {
  margin-bottom: 10px;
  font-size: clamp(17px, 1.15vw, 19px);
  font-weight: 900 !important;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

/* Drobna korekta odstępu numer -> nagłówek */
.jih-process-step__number {
  margin-bottom: 22px;
}

@media (max-width: 900px) {
  .jih-process-step h3,
  .jih-management-process .jih-process-step h3 {
    font-size: 18px;
  }
}
