/* ==============================
   JENGIKASSA MASTER CSS
   ============================== */

:root {
  --jk-blue: #09213f;
  --jk-green: #8cc63f;
  --jk-green-soft: #e8f5d7;
  --jk-bg: #ffffff;
  --jk-soft: #f4f8fb;
  --jk-border: #dbe4ee;
  --jk-text: #334155;
  --jk-muted: #475569;
  --jk-white: #ffffff;
  --jk-radius: 24px;
  --jk-radius-lg: 32px;
  --jk-max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--jk-bg);
  color: var(--jk-blue);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.jk-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--jk-bg);
  color: var(--jk-blue);
  line-height: 1.5;
  overflow-x: hidden;
}

/* HEADER */

.jk-header {
  width: 100%;
  background: var(--jk-white);
  border-bottom: 1px solid var(--jk-border);
}

.jk-header-inner {
  width: 100%;
  max-width: var(--jk-max);
  margin: 0 auto;
  padding: 8px 24px;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.jk-header-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
  flex-shrink: 0;
}

.jk-header-logo img {
  width: 122px;
  height: auto;
  display: block;
}

.jk-header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}

.jk-header-link {
  color: var(--jk-blue);
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

/* SECTIONS */

.jk-section {
  width: 100%;
  max-width: var(--jk-max);
  margin: 0 auto;
  padding: 72px 24px;
}

.jk-section h2 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  margin: 0 0 22px;
  letter-spacing: -0.03em;
  color: var(--jk-blue);
}

.jk-section p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--jk-text);
}

.jk-lead {
  font-size: 20px;
  line-height: 1.7;
  color: var(--jk-muted);
  max-width: 820px;
}

/* HERO */

.jk-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  padding-top: 80px;
}

.jk-badge {
  display: inline-block;
  background: var(--jk-green-soft);
  color: #3f7d00;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  padding: 10px 18px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.jk-hero h1 {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.96;
  margin: 0 0 22px;
  letter-spacing: -0.045em;
  color: var(--jk-blue);
}

.jk-hero p {
  font-size: 20px;
  line-height: 1.7;
  color: var(--jk-muted);
  max-width: 760px;
}

/* BUTTONS */

.jk-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.jk-button,
a.jk-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 52px;
  padding: 0 26px;
  background: var(--jk-green);
  color: var(--jk-blue) !important;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  border-radius: 16px;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
}

.jk-button:hover {
  opacity: 0.94;
}

.jk-button.secondary {
  background: var(--jk-blue);
  color: var(--jk-white) !important;
}

/* CATEGORY NAV */

.jk-category-nav {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  margin-top: 28px !important;
  margin-bottom: 36px !important;
  width: 100% !important;
}

.jk-category-nav .jk-button,
.jk-category-nav a.jk-button {
  display: inline-flex !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  margin: 0 !important;
}

/* CARDS */

.jk-card {
  background: transparent;
  color: var(--jk-blue);
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.jk-card img {
  width: 100%;
  max-width: 460px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.jk-card-center {
  text-align: center;
}

.jk-info {
  background: var(--jk-soft);
  border-radius: var(--jk-radius);
  padding: 28px;
}

.jk-info h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.2;
  color: var(--jk-blue);
}

.jk-info p {
  margin-top: 0;
}

/* SHOP CARDS */

.jk-shop-card {
  text-align: center;
}

.jk-shop-logo {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.jk-shop-logo img {
  max-width: 220px;
  max-height: 70px;
  width: auto;
  height: auto;
  display: block;
}

.jk-shop-card .jk-button {
  margin-top: 10px;
}

/* GRIDS */

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

/* BRAND IMAGE */

.jkb-brand-image {
  display: block;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 40px auto 0;
}

/* HIGHLIGHT */

.jk-highlight {
  background: var(--jk-green-soft);
  border-radius: 28px;
  padding: 44px 40px;
  text-align: center;
}

.jk-highlight h2 {
  margin-top: 0;
}

.jk-highlight strong {
  display: block;
  color: var(--jk-blue);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  margin: 22px 0;
}

/* STEPS */

.jk-steps {
  max-width: 900px;
  margin-top: 36px;
}

.jk-step {
  position: relative;
  padding-left: 58px;
  margin-bottom: 28px;
}

.jk-step:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 38px;
  height: 38px;
  background: var(--jk-green);
  color: var(--jk-blue);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.jk-step h3 {
  margin: 0 0 8px;
  font-size: 24px;
  color: var(--jk-blue);
}

.jk-step p {
  margin: 0;
}

/* FAQ */

.jk-faq {
  max-width: 900px;
  display: grid;
  gap: 16px;
}

.jk-faq-item {
  background: var(--jk-soft);
  border-radius: 18px;
  padding: 20px 24px;
}

.jk-faq-item summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 18px;
  color: var(--jk-blue);
  list-style: none;
}

.jk-faq-item summary::-webkit-details-marker {
  display: none;
}

.jk-faq-item p {
  margin: 16px 0 0;
  color: var(--jk-muted);
  line-height: 1.7;
}

/* CTA */

.jk-cta {
  background: var(--jk-blue);
  color: var(--jk-white);
  border-radius: var(--jk-radius-lg);
  padding: 54px 36px;
  text-align: center;
}

.jk-cta h2 {
  color: var(--jk-white);
}

.jk-cta p {
  color: #dbeafe;
  font-size: 20px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* MOBILE */

@media (max-width: 800px) {
  .jk-header-inner {
    padding: 8px 18px;
    min-height: 68px;
  }

  .jk-header-logo img {
    width: 76px;
  }

  .jk-header-nav {
    gap: 14px;
  }

  .jk-header-link {
    font-size: 16px;
  }

  .jk-button,
  a.jk-button {
    min-height: 48px;
    padding: 0 18px;
    font-size: 16px;
    border-radius: 14px;
  }

  .jk-section {
    padding: 24px 20px !important;
  }

  #kaupat {
    padding-top: 52px !important;
  }

  .jk-hero {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 56px;
  }

  .jk-hero h1 {
    font-size: clamp(38px, 11vw, 48px);
    line-height: 1.02;
  }

  .jk-hero p,
  .jk-lead {
    font-size: 18px;
  }

  .jk-grid-3 {
    grid-template-columns: 1fr;
    gap: 12px !important;
  }

  .jk-info {
    padding: 18px !important;
  }

  .jk-shop-logo {
    height: 58px;
    margin-bottom: 8px;
  }

  .jk-shop-logo img {
    max-height: 54px;
  }

  .jk-shop-card h3 {
    margin: 6px 0;
  }

  .jk-shop-card p {
    margin: 6px 0;
    line-height: 1.4;
  }

  .jk-shop-card .jk-button {
    margin-top: 8px;
  }

  .jk-highlight {
    padding: 34px 24px;
  }

  .jk-cta {
    padding: 40px 24px;
  }

  .jk-category-nav {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .jk-category-nav .jk-button,
  .jk-category-nav a.jk-button {
    width: 100% !important;
    white-space: normal !important;
    margin: 0 !important;
  }

  .jk-footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .jk-footer {
    padding: 42px 24px 36px;
  }
}

@media (max-width: 420px) {
  .jk-header-logo img {
    width: 70px;
  }

  .jk-header-nav {
    gap: 10px;
  }

  .jk-header-link {
    font-size: 15px;
  }

  .jk-button,
  a.jk-button {
    min-height: 46px;
    padding: 0 15px;
    font-size: 15px;
  }

  .jk-section {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
@media (max-width: 800px) {
  .jk-info.jk-shop-card {
    padding: 10px 14px !important;
    border-radius: 18px !important;
  }

  .jk-shop-logo {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 0 4px !important;
  }

  .jk-shop-logo img {
    max-height: 38px !important;
    max-width: 160px !important;
  }

  .jk-shop-card h3 {
    font-size: 24px !important;
    line-height: 1.1 !important;
    margin: 4px 0 !important;
  }

  .jk-shop-card p {
    font-size: 16px !important;
    line-height: 1.25 !important;
    margin: 4px 0 !important;
  }

  .jk-shop-card .jk-button {
    min-height: 42px !important;
    margin-top: 6px !important;
    font-size: 16px !important;
  }

  .jk-grid-3 {
    gap: 8px !important;
  }
}
@media (max-width: 800px) {
  .jk-info.jk-shop-card {
    padding: 12px !important;
    min-height: auto !important;
  }

  .jk-shop-logo {
    height: 44px !important;
    margin-bottom: 4px !important;
  }

  .jk-shop-logo img {
    max-height: 40px !important;
  }

  .jk-shop-card h3 {
    margin: 4px 0 !important;
    font-size: 22px !important;
    line-height: 1.1 !important;
  }

  .jk-shop-card p {
    margin: 4px 0 !important;
    line-height: 1.3 !important;
  }

  .jk-shop-card .jk-button {
    margin-top: 6px !important;
    min-height: 40px !important;
  }

  .jk-grid-3 {
    gap: 6px !important;
  }
}
@media (max-width: 800px) {
  .jk-grid-3 {
    row-gap: 6px !important;
  }

  .jk-info.jk-shop-card {
    margin-bottom: 0 !important;
  }
}
/* JOIN PAGE */

.jk-join-section {
  max-width: 920px;
}

.jk-join-card {
  background: var(--jk-white);
  border: 1px solid var(--jk-border);
  border-radius: 28px;
  padding: 48px 40px;
  box-shadow: 0 10px 30px rgba(9, 33, 63, 0.06);
}

.jk-join-card h1 {
  font-size: clamp(36px, 8vw, 52px);
  line-height: 1.05;
  color: var(--jk-blue);
  margin: 0 0 28px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.jk-join-card p {
  font-size: 20px;
  line-height: 1.7;
  color: var(--jk-muted);
}

.jk-join-info {
  margin: 40px 0;
}

.jk-join-info h2 {
  margin: 0 0 26px;
  font-size: clamp(25px, 6vw, 28px);
}

.jk-join-info .jk-steps {
  margin-top: 0;
}

.jk-join-info .jk-step {
  margin-bottom: 20px;
}

.jk-join-info .jk-step:last-child {
  margin-bottom: 0;
}

.jk-join-info .jk-step h3 {
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .jk-join-card {
    padding: 34px 24px;
  }
}
.jk-cta .jk-buttons {
  justify-content: center;
}
/* TEXT PAGE */

.jk-text-page {
  max-width: 860px;
}

.jk-text-page h1 {
  font-size: clamp(38px, 6vw, 52px);
  line-height: 1.05;
  margin: 0 0 24px;
  color: var(--jk-blue);
  letter-spacing: -0.035em;
}

.jk-text-page h2 {
  font-size: 26px;
  line-height: 1.2;
  margin: 42px 0 12px;
  color: var(--jk-blue);
}

.jk-text-page ul {
  margin: 16px 0 0;
  padding-left: 24px;
  color: var(--jk-text);
  font-size: 18px;
  line-height: 1.7;
}

.jk-text-page li {
  margin-bottom: 8px;
}

.jk-text-page a {
  color: var(--jk-blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
/* GOOGLE FORM EMBED */

.jk-form-section {
  margin-top: 48px;
}

.jk-form-section h2 {
  margin-bottom: 12px;
}

.jk-form-lead {
  margin-bottom: 24px;
  color: #555;
}

.jk-form-embed {
  background: #fff;
  border-radius: 20px;
  overflow: visible !important;
  border: 1px solid #e9e9e9;
}

.jk-form-embed iframe {
  display: block;
  width: 100% !important;
  height: 3000px;
  background: #fff;
  border: 0;
}

@media (max-width: 768px) {
  .jk-form-embed iframe {
    height: 2800px !important;
  }
}
/* ==============================
   FOOTER
   ============================== */

.jk-footer {
  width: 100%;
  background: var(--jk-blue);
  color: var(--jk-white);
  padding: 64px 24px 36px;
  margin-top: 60px;
}

.jk-footer-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.jk-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.jk-footer h3,
.jk-footer h4 {
  color: var(--jk-white);
  margin: 0 0 14px;
  line-height: 1.2;
}

.jk-footer h3 {
  font-size: 24px;
}

.jk-footer h4 {
  font-size: 20px;
}

.jk-footer p {
  margin: 0;
  color: #e5edf7;
  font-size: 16px;
  line-height: 1.65;
}

.jk-footer a {
  color: var(--jk-green);
  text-decoration: none;
  overflow-wrap: anywhere;
}

.jk-footer a:hover {
  text-decoration: underline;
}

.jk-footer-social-title {
  margin-top: 28px !important;
}

.jk-footer-bottom {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.14);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  line-height: 1.5;
}

.jk-footer-bottom div:last-child {
  text-align: right;
  max-width: 420px;
}

@media (max-width: 800px) {
  .jk-footer {
    padding: 48px 24px 32px;
  }

  .jk-footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .jk-footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: left;
    margin-top: 36px;
  }

  .jk-footer-bottom div:last-child {
    text-align: left;
    max-width: none;
  }
}
.jk-step-with-character {
  position: relative;
}

.jk-character-step {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
}

@media (max-width: 800px) {
  .jk-character-step {
    position: static;
    transform: none;
    width: 72px;
    margin: 10px 0 0 58px;
  }
}
.jk-info-character {
  position: relative;
  overflow: hidden;
  min-height: 205px;
}

.jk-info-content {
  max-width: 78%;
}

.jk-character-corner {
  position: absolute;
  right: 14px;
  bottom: -4px;
  width: 82px;
  pointer-events: none;
}

@media (max-width: 768px) {

  .jk-info-content {
    max-width: 100%;
  }

  .jk-character-corner {
    width: 70px;
    right: 10px;
    bottom: -2px;
    opacity: 0.95;
  }

}
/* =========================================================
   JENGIKASSA / JOUKKUEBONUS
   Scoped CSS — ei riko muita sivuja
   Lisää oman CSS:n LOPPUUN
   ========================================================= */

/* Sivun wrapper */

.jk-bonus-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Sectionit */

.jk-bonus-page .jk-section {
  position: relative;
  padding: 72px 0;
}

/* Hero */

.jk-bonus-page .jk-bonus-hero {
  text-align: center;
  padding-top: 92px;
  overflow: hidden;
}

.jk-bonus-page .jk-badge {
  display: inline-block;
  background: #e9f7ef;
  color: #167a3a;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 18px;
}

.jk-bonus-page h1 {
  font-size: clamp(38px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  margin: 0 auto 24px;
  max-width: 900px;
}

.jk-bonus-page h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
}

.jk-bonus-page h3 {
  font-size: 22px;
  margin: 0 0 12px;
}

.jk-bonus-page .jk-lead {
  font-size: 19px;
  line-height: 1.6;
  color: #4b5563;
  max-width: 760px;
  margin: 0 auto 34px;
}

/* Gridit */

.jk-bonus-page .jk-proof-grid,
.jk-bonus-page .jk-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* Kortit */

.jk-bonus-page .jk-proof-card,
.jk-bonus-page .jk-info,
.jk-bonus-page .jk-formula-card,
.jk-bonus-page .jk-example-shop {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.jk-bonus-page .jk-proof-card strong {
  display: block;
  font-size: 34px;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}

.jk-bonus-page .jk-proof-card span,
.jk-bonus-page .jk-formula-card span,
.jk-bonus-page .jk-big-number span {
  display: block;
  color: #5f6b7a;
  line-height: 1.45;
}

/* Numerolaskelma */

.jk-bonus-page .jk-bonus-numbers {
  text-align: center;
}

.jk-bonus-page .jk-bonus-formula {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.jk-bonus-page .jk-formula-card strong {
  display: block;
  font-size: 34px;
  margin-top: 8px;
}

.jk-bonus-page .jk-formula-result {
  background: #123c2e;
  color: #ffffff;
}

.jk-bonus-page .jk-formula-result span {
  color: rgba(255,255,255,0.78);
}

/* Bonus split */

.jk-bonus-page .jk-bonus-split {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.jk-bonus-page .jk-bonus-card p,
.jk-bonus-page .jk-info p,
.jk-bonus-page .jk-example-shop p {
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
}

.jk-bonus-page .jk-big-number {
  background: #f4f7f5;
  border-radius: 18px;
  padding: 18px;
  margin-top: 22px;
}

.jk-bonus-page .jk-big-number strong {
  display: block;
  font-size: 28px;
  margin-bottom: 6px;
}

/* Kauppaesimerkit */

.jk-bonus-page .jk-shop-example-section {
  overflow: hidden;
}

.jk-bonus-page .jk-example-shops {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.jk-bonus-page .jk-example-shop {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.jk-bonus-page .jk-example-shop img {
  height: 42px;
  max-width: 130px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 8px;
}

.jk-bonus-page .jk-example-shop strong {
  font-size: 24px;
}

.jk-bonus-page .jk-example-shop div {
  font-weight: 800;
  color: #123c2e;
  margin-top: auto;
}

.jk-bonus-page .jk-example-shop-strong {
  border-color: #bde7c8;
  background: #fbfffc;
}

.jk-bonus-page .jk-shop-type {
  display: inline-block;
  width: fit-content;
  background: #f1f5f9;
  color: #334155;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 800;
}

/* Hahmot */

.jk-bonus-page .jk-character {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

.jk-bonus-page .jk-character-hero {
  width: 145px;
  right: 18px;
  top: 34px;
  transform: rotate(6deg);
}

.jk-bonus-page .jk-character-shops {
  width: 150px;
  right: -8px;
  top: 24px;
  transform: rotate(-5deg);
}

/* CTA */

.jk-bonus-page .jk-final-cta {
  background: #08254d;
  color: #ffffff;
  border-radius: 32px;
  text-align: center;
  padding: 56px 28px;
  margin-bottom: 72px;
}

.jk-bonus-page .jk-final-cta h2,
.jk-bonus-page .jk-final-cta .jk-lead {
  color: #ffffff;
}

.jk-bonus-page .jk-final-cta .jk-lead {
  opacity: 0.82;
}

/* Napit */

.jk-bonus-page .jk-button,
.jk-bonus-page a.jk-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #93d33b;
  color: #0f2c22 !important;
  text-decoration: none;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.jk-bonus-page .jk-button-large {
  padding: 16px 26px;
  font-size: 17px;
}

/* RESPONSIVE */

@media (max-width: 900px) {

  .jk-bonus-page .jk-proof-grid,
  .jk-bonus-page .jk-grid-3,
  .jk-bonus-page .jk-example-shops {
    grid-template-columns: repeat(2, 1fr);
  }

  .jk-bonus-page .jk-bonus-formula {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 768px) {

  .jk-bonus-page {
    padding: 0 16px;
  }

  .jk-bonus-page .jk-section {
    padding: 52px 0;
  }

  .jk-bonus-page .jk-bonus-hero {
    padding-top: 68px;
  }

  .jk-bonus-page .jk-proof-grid,
  .jk-bonus-page .jk-grid-3,
  .jk-bonus-page .jk-bonus-split,
  .jk-bonus-page .jk-example-shops {
    grid-template-columns: 1fr;
  }

  .jk-bonus-page .jk-bonus-formula {
    grid-template-columns: 1fr 1fr;
  }

  .jk-bonus-page .jk-character-hero {
    width: 92px;
    right: 0;
    top: 18px;
  }

  .jk-bonus-page .jk-character-shops {
    width: 92px;
    right: 0;
    top: 8px;
    opacity: 0.95;
  }

}

@media (max-width: 420px) {

  .jk-bonus-page .jk-bonus-formula {
    grid-template-columns: 1fr;
  }

}
.jk-bonus-page .jk-extra-bonus-box {
  background: #f4f7f5;
  border-radius: 28px;
  padding: 32px;
  margin-top: 28px;
}

.jk-bonus-page .jk-extra-bonus-box h3 {
  margin-bottom: 14px;
}

.jk-bonus-page .jk-extra-bonus-box p {
  color: #4b5563;
  line-height: 1.6;
}

.jk-bonus-page .jk-extra-bonus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.jk-bonus-page .jk-extra-bonus-item {
  background: #ffffff;
  border-radius: 20px;
  padding: 22px;
}

.jk-bonus-page .jk-extra-bonus-item strong {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}

.jk-bonus-page .jk-extra-bonus-item span {
  color: #123c2e;
  font-weight: 800;
}

.jk-bonus-page .jk-extra-bonus-total {
  background: #123c2e;
}

.jk-bonus-page .jk-extra-bonus-total strong,
.jk-bonus-page .jk-extra-bonus-total span {
  color: #ffffff;
}

@media (max-width: 768px) {

  .jk-bonus-page .jk-extra-bonus-grid {
    grid-template-columns: 1fr;
  }

}
/* Header mobiilikorjaus */

@media (max-width: 768px) {

  .jk-header-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 14px 14px;
  }

  .jk-header-logo img {
  height: 56px !important;
  width: auto;
  max-width: none;
}

  .jk-header-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .jk-header-link {
    font-size: 14px;
    white-space: nowrap;
  }

  .jk-header-nav .jk-button {
    font-size: 14px;
    padding: 11px 14px;
    white-space: nowrap;
  }

}
/* Joukkuesivun hero */

.jk-team-hero {
  align-items: center;
  gap: 72px;
}

.jk-team-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 28px;
}

.jk-team-logo {
  width: 220px;
  max-width: 100%;
  height: auto;
  display: block;
}

.jk-team-brand .jk-badge {
  margin-bottom: 0;
  width: fit-content;
}

.jk-team-balance-card {
  text-align: center;
  padding: 42px 36px;
}

.jk-team-balance-card h3 {
  margin-top: 0;
}

.jk-team-balance {
  font-size: 64px;
  font-weight: 800;
  color: #09213f;
  line-height: 1;
}

.jk-team-balance-note {
  font-size: 14px;
  color: #64748b;
}

@media (max-width: 768px) {

  .jk-team-hero {
    gap: 36px;
  }

  .jk-team-brand {
    align-items: center;
    text-align: center;
  }

  .jk-team-logo {
    width: 180px;
    margin: 0 auto;
  }

  .jk-team-brand .jk-badge {
    text-align: center;
  }

  .jk-team-hero-content {
    text-align: center;
  }

  .jk-team-balance {
    font-size: 54px;
  }

}
.jk-team-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.jk-team-side .jk-badge {
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 768px) {

  .jk-team-side {
    width: 100%;
  }

}
/* Kauppa-statistiikat */

.jk-shop-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 34px auto 42px;
  max-width: 920px;
}

.jk-shop-stat {
  background: #ffffff;
  border: 1px solid #e7ebf0;
  border-radius: 26px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(0,0,0,0.04);
}

.jk-shop-stat strong {
  display: block;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #09213f;
  margin-bottom: 10px;
}

.jk-shop-stat span {
  display: block;
  font-size: 15px;
  line-height: 1.45;
  color: #64748b;
  font-weight: 700;
}

/* Hover */

.jk-shop-stat:hover {
  transform: translateY(-2px);
  transition: 0.2s ease;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
}

/* Mobile */

@media (max-width: 768px) {

  .jk-shop-stats {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 28px auto 36px;
  }

  .jk-shop-stat {
    padding: 24px 18px;
  }

}
/* =========================================================
   FEED BREAKERS
   ========================================================= */

.jk-feed-breaker {
  margin: 38px 0 58px;
  border-radius: 30px;
  overflow: hidden;

  background: #0d3b27;

  box-shadow:
    0 18px 45px rgba(7, 43, 28, 0.18),
    0 2px 10px rgba(0,0,0,0.06);
}

.jk-feed-breaker-image {
  height: 320px;
  overflow: hidden;
}

.jk-feed-breaker-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
  object-position: center;
}

.jk-feed-breaker-content {
  padding: 34px 26px 38px;

  background:
    radial-gradient(circle at top right, rgba(140,198,63,0.24), transparent 34%),
    linear-gradient(135deg, #0d3b27 0%, #08291c 100%);

  color: #ffffff;
}

.jk-feed-breaker-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 34px;

  padding: 0 14px;

  background: rgba(255,255,255,0.14);

  color: #d8ffb0;

  font-size: 14px;
  font-weight: 900;
  line-height: 1;

  border-radius: 999px;

  margin-bottom: 18px;
}

.jk-feed-breaker h3 {
  margin: 0 0 14px;

  color: #ffffff;

  font-size: clamp(34px, 7vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.jk-feed-breaker-lead {
  margin: 0 0 18px;

  color: rgba(255,255,255,0.88);

  font-size: 18px;
  line-height: 1.5;
}

.jk-feed-breaker-bonus {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 52px;

  padding: 0 16px;

  background: #ffffff;

  color: #0d3b27;

  font-size: 18px;
  font-weight: 900;
  line-height: 1;

  border-radius: 16px;

  margin: 4px 0 16px;
}

.jk-feed-breaker-brands {
  margin: 0 0 24px;

  color: rgba(255,255,255,0.78);

  font-size: 15px;
  line-height: 1.45;
  font-weight: 750;
}

/* CTA */

.jk-feed-cta,
a.jk-feed-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 58px !important;

  padding: 0 28px !important;

  width: fit-content !important;
  max-width: 100% !important;

  background: #ff9f1c !important;

  color: #09213f !important;

  text-decoration: none !important;

  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1 !important;

  text-align: center !important;

  border: 0 !important;
  border-radius: 18px !important;

  box-shadow: 0 12px 28px rgba(255,159,28,0.28);

  transition: all 0.18s ease;
}

.jk-feed-cta:hover {
  background: #ffae3d !important;

  transform: translateY(-1px);
}

/* DESKTOP */

@media (min-width: 820px) {

  .jk-feed-breaker {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .jk-feed-breaker-image {
    height: auto;
    min-height: 480px;

    order: 2;
  }

  .jk-feed-breaker-content {
    order: 1;

    padding: 52px;

    display: flex;
    flex-direction: column;
    justify-content: center;
  }

}

/* MOBILE */

@media (max-width: 768px) {

  .jk-feed-breaker {
    margin: 28px 0 42px;
    border-radius: 24px;
  }

  .jk-feed-breaker-image {
    height: 240px;
  }

  .jk-feed-breaker-content {
    padding: 26px 20px 30px;
  }

  .jk-feed-breaker h3 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .jk-feed-breaker-lead {
    font-size: 17px;
  }

  .jk-feed-cta,
  a.jk-feed-cta {
    width: 100% !important;

    min-height: 54px !important;

    padding: 0 20px !important;

    font-size: 16px !important;
  }

}

/* =========================================================
   AUDIO / VIHDE VARIANT
   ========================================================= */

.jk-feed-breaker-audio {
  background: #251344;

  box-shadow:
    0 18px 45px rgba(37,19,68,0.18),
    0 2px 10px rgba(0,0,0,0.06);
}

.jk-feed-breaker-audio .jk-feed-breaker-content {
  background:
    radial-gradient(circle at top right, rgba(255,159,28,0.22), transparent 34%),
    linear-gradient(135deg, #251344 0%, #12091f 100%);
}

.jk-feed-breaker-audio .jk-feed-breaker-kicker {
  background: rgba(255,255,255,0.14);

  color: #ffdca8;
}

.jk-feed-breaker-audio .jk-feed-breaker-bonus {
  color: #251344;
}
/* =========================================================
   SAVE TEAM PAGE TO PHONE
   ========================================================= */

.jk-save-home {
  margin: 38px 0 46px;
  padding: 34px 24px;
  background: linear-gradient(135deg, #f5f9ff 0%, #edf6ff 100%);
  border: 1px solid #dbe7f4;
  border-radius: 28px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(9, 33, 63, 0.05);
}

.jk-save-home-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 22px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  box-shadow: 0 8px 24px rgba(9, 33, 63, 0.08);
}

.jk-save-home-content h3 {
  margin: 0 auto 10px;
  max-width: 820px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--jk-blue);
}

.jk-save-home-content p {
  margin: 0 auto 22px;
  max-width: 680px;
  font-size: 18px;
  line-height: 1.55;
  color: #475569;
}

.jk-save-details {
  margin: 0;
}

.jk-save-details summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  background: var(--jk-green);
  color: var(--jk-blue);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  border-radius: 16px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.jk-save-details summary::-webkit-details-marker {
  display: none;
}

.jk-save-details summary:hover {
  opacity: 0.94;
}

.jk-save-help {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.jk-save-step {
  background: #ffffff;
  border: 1px solid #e7eef6;
  border-radius: 18px;
  padding: 18px;
  color: #475569;
  line-height: 1.5;
  text-align: center;
}

.jk-save-step strong {
  display: block;
  color: var(--jk-blue);
  font-size: 17px;
  margin-bottom: 6px;
}

.jk-save-step span {
  display: block;
  font-size: 15px;
}

@media (max-width: 768px) {
  .jk-save-home {
    margin: 30px 0 40px;
    padding: 28px 20px;
    border-radius: 24px;
  }

  .jk-save-home-icon {
    width: 66px;
    height: 66px;
    font-size: 32px;
  }

  .jk-save-home-content p {
    font-size: 17px;
  }

  .jk-save-details summary {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
    font-size: 16px;
  }

  .jk-save-help {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   MINI SHARE ROW
   ========================================================= */

.jk-share-mini {
  max-width: var(--jk-max);
  margin: 28px auto 42px;
  padding: 0 24px;
  text-align: center;
}

.jk-share-mini p {
  margin: 0 0 12px;

  color: #64748b;

  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
}

.jk-share-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.jk-share-icon {
  width: 42px;
  height: 42px;

  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #f1f5f9;

  text-decoration: none !important;

  transition: 0.16s ease;
}

.jk-share-icon svg {
  width: 20px;
  height: 20px;
}

.jk-share-icon:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}

.jk-share-fb {
  color: #1877f2;
}

.jk-share-wa {
  color: #25d366;
}

.jk-share-mail {
  color: #ea4335;
}

.jk-share-sms,
.jk-share-link {
  color: #64748b;
}

@media (max-width: 768px) {

  .jk-share-mini {
    margin: 22px auto 34px;
    padding: 0 18px;
  }

  .jk-share-mini p {
    font-size: 14px;
  }

  .jk-share-icon {
    width: 40px;
    height: 40px;
  }

  .jk-share-icon svg {
    width: 19px;
    height: 19px;
  }

}
.jk-feed-breaker-beauty {
  background: #2a093f;
}

.jk-feed-breaker-beauty .jk-feed-breaker-content {
  background:
    radial-gradient(circle at top right, rgba(255,159,28,0.22), transparent 34%),
    linear-gradient(135deg, #2a093f 0%, #160426 100%);
}

.jk-feed-breaker-beauty .jk-feed-breaker-kicker {
  color: #ffdca8;
}

.jk-feed-breaker-beauty .jk-feed-breaker-bonus {
  color: #2a093f;
}
.jk-feed-breaker .jk-feed-cta {
  display: inline-flex;
  width: auto;
}
.jk-feed-breaker-beauty .jk-feed-breaker-content {
  background:
  linear-gradient(
    135deg,
    #c94b7a 0%,
    #8b1e5a 45%,
    #ffb347 100%
  );
}
.jk-feed-breaker-home .jk-feed-breaker-content {
  background:
  linear-gradient(
    135deg,
    #8c6239 0%,
    #5b3a24 45%,
    #d7a46a 100%
  );
}
.jk-feed-breaker-fashion .jk-feed-breaker-content {
  background:
  linear-gradient(
    135deg,
    #1f3b73 0%,
    #24304f 45%,
    #d98b5f 100%
  );
}
.jk-feed-breaker-tech .jk-feed-breaker-content {
  background:
  linear-gradient(
    135deg,
    #16324f 0%,
    #0f172a 45%,
    #2f6fed 100%
  );
}
.jk-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 18px;
}

.jk-hero-pills span {
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border-radius: 999px;
  background: #eef7f1;
  color: #146c3c;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid rgba(20, 108, 60, 0.14);
}

@media (max-width: 640px) {
  .jk-hero-pills {
    gap: 8px;
    margin: 16px 0;
  }

  .jk-hero-pills span {
    font-size: 0.86rem;
    padding: 7px 11px;
  }
}
.jk-faq {
  max-width: 900px;
}

.jk-faq details {
  background: #f4f8fb;
  border-radius: 18px;
  padding: 20px 24px;
  margin-bottom: 16px;
}

.jk-faq summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 18px;
  color: #09213f;
}

.jk-faq p {
  margin-top: 16px;
  color: #475569;
  line-height: 1.7;
}
.jk-store-search {
  max-width: 620px;
  margin: 28px 0 26px;
}

.jk-store-search,
.jk-store-search *,
.jk-store-search-results,
.jk-store-search-results * {
  box-sizing: border-box;
}

.jk-store-search label {
  display: block;
  font-weight: 800;
  color: #09213f;
  margin-bottom: 10px;
}

.jk-store-search input {
  width: 100%;
  max-width: 100%;
  padding: 16px 18px;
  border-radius: 18px;
  border: 2px solid #e5edf5;
  font-size: 17px;
  color: #09213f;
  background: #fff;
}

.jk-store-search input:focus {
  outline: none;
  border-color: #8ccf3f;
  box-shadow: 0 0 0 4px rgba(140, 207, 63, 0.18);
}

.jk-store-search-results {
  margin-top: 12px;
  max-width: 620px;
}

.jk-search-result {
  display: block;
  background: #f4f8fb;
  border: 1px solid #e5edf5;
  border-radius: 16px;
  padding: 14px 16px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #09213f;
  transition: all 0.2s ease;
}

.jk-search-result strong {
  display: block;
  font-weight: 800;
  margin-bottom: 4px;
}

.jk-search-result span {
  display: block;
  color: #475569;
  font-size: 15px;
  line-height: 1.4;
}

.jk-search-result:hover {
  border-color: #8ccf3f;
  background: #eef7f1;
}

.jk-search-empty {
  background: #f4f8fb;
  border-radius: 16px;
  padding: 14px 16px;
  color: #475569;
}

.jk-search-empty strong {
  display: block;
  color: #09213f;
  margin-bottom: 4px;
}

.jk-search-empty span {
  display: block;
  margin-bottom: 12px;
}

.jk-search-empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.jk-search-empty-actions a,
.jk-search-empty a {
  color: #09213f;
  font-weight: 800;
}

@media (max-width: 640px) {

  .jk-store-search input {
    font-size: 16px !important;
    transform: none !important;
  }

}
.jk-save-guide-image {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 24px auto;
  border-radius: 18px;
  border: 1px solid #dbe5ef;
  background: #fff;
}

@media (max-width: 640px) {

  .jk-save-guide-image {
    max-width: 100%;
    margin: 20px auto;
    border-radius: 14px;
  }

}
.jk-search-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.jk-search-result-content {
  min-width: 0;
}

.jk-search-result-cta {
  flex-shrink: 0;
  background: #8ccf3f;
  color: #09213f;
  font-weight: 800;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
}

@media (max-width: 640px) {
  .jk-search-result {
    align-items: flex-start;
    flex-direction: column;
  }

  .jk-search-result-cta {
    width: 100%;
    text-align: center;
  }
}
/* Logo grid */

.jk-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.jk-logo-item {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 22px 18px;
  min-height: 96px;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: transform .2s ease, box-shadow .2s ease;
}

.jk-logo-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.jk-logo-item img {
  max-width: 100%;
  max-height: 42px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Tablet */

@media (max-width: 980px) {

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

}

/* Mobile */

@media (max-width: 768px) {

  .jk-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
  }

  .jk-logo-item {
    min-height: 112px;
    padding: 24px 20px;
    border-radius: 18px;
  }

  .jk-logo-item img {
    max-height: 52px;
  }

}
.jk-team-goal-card {
  background: linear-gradient(180deg, #f4f9ff 0%, #edf5fd 100%) !important;
  border: 1px solid #d9e8f4 !important;
  box-shadow: 0 22px 50px rgba(11, 35, 68, 0.10) !important;
  text-align: left !important;
}

.jk-goal-topline {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 20px !important;
}

.jk-goal-topline span {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #516276 !important;
  line-height: 1 !important;
}

.jk-goal-icon {
  width: 40px !important;
  height: 40px !important;
  flex-shrink: 0 !important;
  display: block !important;
}

.jk-team-goal-card h3 {
  font-size: 32px !important;
  line-height: 1.1 !important;
  margin: 0 0 12px !important;
  color: #0b2344 !important;
}

.jk-goal-main {
  display: flex !important;
  align-items: baseline !important;
  gap: 8px !important;
  margin-bottom: 16px !important;
  color: #0b2344 !important;
}

.jk-goal-main strong {
  font-size: 54px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

.jk-goal-main span {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #516276 !important;
}

.jk-goal-progress {
  width: 100% !important;
  height: 18px !important;
  border-radius: 999px !important;
  background: #dce8f2 !important;
  overflow: hidden !important;
  margin-bottom: 12px !important;
}

.jk-goal-progress-fill {
  height: 100% !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #8bd13b 0%, #ff9f1c 100%) !important;
}

.jk-goal-percent {
  margin: 0 0 22px !important;
  font-weight: 800 !important;
  color: #3b7a00 !important;
}

.jk-team-goal-card .jk-team-balance-note {
  margin-top: 0 !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
}
.jk-community-statement {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.jk-community-inner {
  background: #071f3f !important;
  color: #ffffff !important;
  border-radius: 34px !important;
  padding: 72px 68px !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 28px 70px rgba(7, 31, 63, 0.18) !important;
}

.jk-community-inner::after {
  content: "" !important;
  position: absolute !important;
  right: -120px !important;
  bottom: -120px !important;
  width: 300px !important;
  height: 300px !important;
  border-radius: 50% !important;
  background: rgba(139, 209, 59, 0.18) !important;
}

.jk-community-mark {
  width: 58px !important;
  height: 58px !important;
  border-radius: 18px !important;
  background: #8bd13b !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 24px !important;
}

.jk-community-mark img {
  width: 42px !important;
  height: 42px !important;
  display: block !important;
}

.jk-community-kicker {
  color: #8bd13b !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  margin: 0 0 16px !important;
}

.jk-community-inner h2 {
  color: #ffffff !important;
  font-size: clamp(34px, 5vw, 64px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.04em !important;
  max-width: 920px !important;
  margin: 0 0 34px !important;
}

.jk-community-copy {
  max-width: 780px !important;
  position: relative !important;
  z-index: 2 !important;
}

.jk-community-copy p {
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 19px !important;
  line-height: 1.65 !important;
  margin: 0 0 18px !important;
}

.jk-community-quote {
  margin-top: 46px !important;
  padding-top: 34px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
  font-size: clamp(28px, 4vw, 48px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em !important;
  font-weight: 900 !important;
  max-width: 980px !important;
  position: relative !important;
  z-index: 2 !important;
}

@media (max-width: 768px) {
  .jk-community-statement {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .jk-community-inner {
    border-radius: 26px !important;
    padding: 44px 28px !important;
  }

  .jk-community-mark {
    width: 50px !important;
    height: 50px !important;
    border-radius: 16px !important;
  }

  .jk-community-mark img {
    width: 36px !important;
    height: 36px !important;
  }

  .jk-community-copy p {
    font-size: 17px !important;
    line-height: 1.6 !important;
  }

  .jk-community-quote {
    margin-top: 34px !important;
    padding-top: 28px !important;
  }
}
.jk-info-strip {
    background: #f8fafc;
    border-left: 4px solid #0f766e;
    padding: 14px 18px;
    margin: 32px auto;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    max-width: 980px;
}

.jk-info-strip a {
    font-weight: 600;
    text-decoration: none;
    margin-left: 4px;
}

.jk-info-strip a:hover {
    text-decoration: underline;
}
.jk-search-note {
  margin: 12px 0 16px;
  line-height: 1.45;
}
/* =========================================================
   LIITY-SIVU / PAKETIT
   Lisää tämän CSS:n loppuun
   ========================================================= */

.jk-join-page {
  width: 100%;
  max-width: var(--jk-max);
  margin: 0 auto;
  padding: 72px 24px 40px;
  color: var(--jk-blue);
}

.jk-join-hero {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 46px;
}

.jk-join-hero h1 {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.96;
  margin: 0 0 22px;
  letter-spacing: -0.045em;
  color: var(--jk-blue);
}

.jk-join-hero p {
  font-size: 20px;
  line-height: 1.7;
  color: var(--jk-muted);
}

.jk-hero-note {
  font-weight: 900;
  color: var(--jk-blue) !important;
}

.jk-eyebrow {
  display: inline-block;
  background: var(--jk-green-soft);
  color: #3f7d00;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  padding: 10px 18px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.jk-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 38px 0 34px;
}

.jk-plan-card {
  background: #ffffff;
  border: 1px solid var(--jk-border);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(9, 33, 63, 0.06);
}

.jk-plan-featured {
  border: 2px solid var(--jk-green);
  transform: translateY(-8px);
}

.jk-plan-card h2 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.1;
  color: var(--jk-blue);
}

.jk-plan-subtitle {
  color: var(--jk-muted);
  font-size: 17px;
  line-height: 1.5;
  min-height: 52px;
  margin: 0 0 16px;
}

.jk-price {
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--jk-blue);
  margin: 20px 0;
}

.jk-price span {
  display: block;
  margin-top: 7px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  color: var(--jk-muted);
}

.jk-plan-card ul {
  padding-left: 20px;
  margin: 0 0 18px;
  color: var(--jk-text);
  font-size: 17px;
  line-height: 1.55;
}

.jk-plan-card li {
  margin-bottom: 8px;
}

.jk-small-note {
  font-size: 15px;
  font-weight: 900;
  color: var(--jk-muted);
  margin: 18px 0;
}

.jk-plan-button,
a.jk-plan-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 0 22px;
  background: var(--jk-green);
  color: var(--jk-blue) !important;
  border-radius: 16px;
  text-decoration: none !important;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}

.jk-plan-button:hover {
  opacity: 0.94;
}

.jk-info-block {
  background: var(--jk-soft);
  border-radius: 28px;
  padding: 38px 40px;
  margin-top: 24px;
}

.jk-info-block h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--jk-blue);
}

.jk-info-block p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--jk-text);
  margin-bottom: 0;
}

.jk-form-section {
  max-width: var(--jk-max);
  margin: 48px auto 0;
  background: var(--jk-soft);
  border-radius: 28px;
  padding: 38px 40px;
}

.jk-form-section h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.jk-form-section p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--jk-muted);
}

.jk-form-embed {
  margin-top: 24px;
  background: #ffffff;
  border-radius: 20px;
  overflow: visible !important;
  border: 1px solid var(--jk-border);
}

.jk-form-embed iframe {
  display: block;
  width: 100% !important;
  height: 3300px !important;
  background: #ffffff;
  border: 0;
}

@media (max-width: 900px) {
  .jk-pricing-grid {
    grid-template-columns: 1fr;
  }

  .jk-plan-featured {
    transform: none;
  }

  .jk-plan-subtitle {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .jk-join-page {
    padding: 52px 18px 28px;
  }

  .jk-join-hero {
    margin-bottom: 34px;
  }

  .jk-join-hero p {
    font-size: 18px;
  }

  .jk-plan-card,
  .jk-info-block,
  .jk-form-section {
    padding: 24px;
    border-radius: 24px;
  }

  .jk-form-embed iframe {
    height: 3600px !important;
  }
}

@media (max-width: 420px) {
  .jk-form-embed iframe {
    height: 3800px !important;
  }
}
.jk-simple-flow {
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 20px 45px;
  text-align: center;
}

.jk-simple-flow h2,
.jk-simple-flow h3,
.jk-simple-flow h4,
.jk-simple-flow p {
  text-align: center;
}

.jk-simple-flow h2 {
  margin: 0 0 28px;
  color: #0b2347;
  font-size: 2rem;
  line-height: 1.15;
}

.jk-simple-pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 auto 44px;
}

.jk-simple-pills span {
  background: #eaf8ef;
  color: #1e7a42;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
}

.jk-simple-flow h3 {
  margin: 0 0 44px;
  color: #0b2347;
  font-size: 1.7rem;
  line-height: 1.2;
}

.jk-simple-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  width: 100%;
}

.jk-simple-step {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.jk-simple-number {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #1e7a42;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 800;
}

.jk-simple-step h4 {
  margin: 0 0 12px;
  color: #0b2347;
  font-size: 1.4rem;
  line-height: 1.25;
}

.jk-simple-step p {
  margin: 0;
  color: #666666;
  font-size: 1.05rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .jk-simple-flow {
    padding: 70px 20px 35px;
  }

  .jk-simple-flow h2 {
    font-size: 1.8rem;
  }

  .jk-simple-pills {
    gap: 10px;
    margin-bottom: 46px;
  }

  .jk-simple-pills span {
    font-size: 0.9rem;
    padding: 10px 14px;
  }

  .jk-simple-flow h3 {
    font-size: 1.5rem;
    margin-bottom: 44px;
  }

  .jk-simple-steps {
    grid-template-columns: 1fr;
    gap: 56px;
    justify-items: center;
  }

  .jk-simple-step {
    max-width: 340px;
  }
}
.jk-goat-banner {
  display: block;
  width: calc(100% + 40px);
  max-width: none;
  margin: -20px -20px 30px;
  border-radius: 18px 18px 0 0;
}
.jk-form-section {
  background: #f4f8fc;
  padding: 70px 20px;
  border-radius: 28px;
  margin: 50px auto;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

.jk-form-wrap {
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}

.jk-form-header {
  text-align: center;
  margin-bottom: 34px;
}

.jk-form-pill {
  display: inline-block;
  background: #eaf8ef;
  color: #1e7a42;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.9rem;
  margin-bottom: 14px;
}

.jk-form-header h2 {
  margin: 0 0 12px;
  color: #0b2347;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
}

.jk-form-header p {
  max-width: 620px;
  margin: 0 auto;
  color: #5c6b7f;
  font-size: 1.1rem;
  line-height: 1.55;
}

.jk-registration-form {
  background: #ffffff;
  border: 1px solid #e3edf7;
  border-radius: 24px;
  padding: 42px;
  box-shadow: 0 10px 34px rgba(11, 35, 71, 0.07);
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
}

.wpforms-container,
.wpforms-form {
  max-width: 100%;
  box-sizing: border-box;
}

.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container input[type="tel"],
.wpforms-container input[type="number"],
.wpforms-container textarea,
.wpforms-container select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 16px !important;
}

.wpforms-container input[type="radio"],
.wpforms-container input[type="checkbox"] {
  width: auto !important;
}

.wpforms-container .wpforms-field-radio li,
.wpforms-container .wpforms-field-checkbox li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.wpforms-container .wpforms-field-radio label,
.wpforms-container .wpforms-field-checkbox label {
  width: auto !important;
  max-width: calc(100% - 40px);
  white-space: normal;
  word-break: normal;
}

@media (max-width: 700px) {
  .jk-form-section {
    padding: 44px 12px;
    border-radius: 20px;
  }

  .jk-registration-form {
    padding: 26px 16px;
    border-radius: 18px;
  }

  .wpforms-container {
    width: 100%;
    max-width: 100%;
  }
}
.jk-two-clicks-heading {
  position: relative;
  max-width: 780px;
  margin: 48px auto 38px;
  text-align: center;
}

.jk-two-clicks-heading h2 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  color: #0b2347;
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.jk-two-clicks-heading h2 span,
.jk-two-clicks-heading h2 strong {
  display: block;
}

.jk-two-clicks-heading h2 strong {
  color: #5ab929;
  font-weight: 900;
}

.jk-two-clicks-badge {
  position: absolute;
  right: 20px;
  top: -18px;
  width: 78px;
  transform: rotate(8deg);
}

.jk-simple-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background: #eaf8ef;
  border-radius: 50%;
}

@media (max-width:768px) {

  .jk-two-clicks-heading {
    margin: 38px auto 30px;
  }

  .jk-two-clicks-heading h2 {
    font-size: clamp(2.5rem, 12vw, 4rem);
    gap: 2px;
  }

  .jk-two-clicks-badge {
    width: 54px;
    right: 6px;
    top: -16px;
  }

  .jk-simple-icon {
    width: 50px;
    height: 50px;
    font-size: 1.7rem;
  }

}
.jk-compare-section {
  background: #f4f8fc;
  padding: 70px 20px;
}

.jk-compare-wrap {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.jk-compare-wrap h2 {
  margin: 0 0 14px;
  color: #0b2347;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
}

.jk-compare-lead {
  max-width: 760px;
  margin: 0 auto 40px;
  color: #5d6878;
  font-size: 1.1rem;
  line-height: 1.6;
}

.jk-compare-table-wrap {
  overflow-x: auto;
}

.jk-compare-table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 45px rgba(11,35,71,.08);
}

.jk-compare-table th,
.jk-compare-table td {
  padding: 18px 22px;
  border-bottom: 1px solid #edf2f7;
}

.jk-compare-table th {
  color: #0b2347;
  font-weight: 800;
  background: #fff;
}

.jk-compare-table th:first-child {
  text-align: left;
}

.jk-compare-table td:first-child {
  text-align: left;
  font-weight: 500;
}

.jk-compare-table td:not(:first-child),
.jk-compare-table th:not(:first-child) {
  text-align: center;
}

.jk-jk-header,
.jk-compare-table td:nth-child(2) {
  background: #eaf8ef;
}

.jk-table-logo {
  display: block;
  width: 170px;
  margin: 0 auto;
}

.jk-compare-table td:nth-child(2) {
  color: #1e7a42;
  font-size: 1.3rem;
  font-weight: 800;
}

.jk-compare-table td:nth-child(3),
.jk-compare-table td:nth-child(4) {
  color: #9aa4b2;
  font-size: 1.3rem;
}

.jk-compare-table tbody tr:last-child td {
  border-bottom: none;
}

@media (max-width: 768px) {

  .jk-compare-section {
    padding: 55px 16px;
  }

  .jk-table-logo {
    width: 130px;
  }

  .jk-compare-table {
    min-width: 700px;
  }

  .jk-compare-table th,
  .jk-compare-table td {
    padding: 14px;
    font-size: .92rem;
  }

}
.jk-compare-mobile {
  display: none;
}

@media (max-width:768px){

  .jk-compare-table-wrap{
    display:none;
  }

  .jk-compare-mobile{
    display:block;
  }

  .jk-compare-card{
    background:#fff;
    border-radius:22px;
    padding:28px 22px;
    box-shadow:0 16px 45px rgba(11,35,71,.08);
    text-align:left;
  }

  .jk-compare-card-logo{
    display:block;
    width:200px;
    margin:0 auto 24px;
  }

  .jk-compare-card ul{
    list-style:none;
    margin:0;
    padding:0;
  }

  .jk-compare-card li{
    padding:14px 0;
    border-bottom:1px solid #edf2f7;
    color:#0b2347;
    font-weight:600;
    line-height:1.4;
  }

  .jk-compare-card li:last-child{
    border-bottom:none;
  }

  .jk-compare-card li::before{
    content:"✓";
    color:#1e7a42;
    font-weight:900;
    margin-right:12px;
  }

}
.jk-simple-flow-highlight {
  max-width: none;
  margin: 0;
  padding: 90px 20px 95px;
  background: #f4f8fc;
}

.jk-simple-flow-highlight > h2,
.jk-simple-flow-highlight .jk-simple-pills,
.jk-simple-flow-highlight .jk-two-clicks-heading,
.jk-simple-flow-highlight .jk-simple-steps {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.jk-simple-flow-highlight > h2 {
  margin-bottom: 24px;
}

.jk-simple-flow-highlight .jk-simple-pills {
  margin-bottom: 42px;
}

.jk-simple-flow-highlight .jk-two-clicks-heading {
  margin-top: 0;
  margin-bottom: 62px;
}

.jk-simple-flow-highlight .jk-simple-steps {
  margin-top: 0;
}

@media (max-width: 768px) {
  .jk-simple-flow-highlight {
    padding: 62px 16px 70px;
  }

  .jk-simple-flow-highlight .jk-simple-pills {
    margin-bottom: 34px;
  }

  .jk-simple-flow-highlight .jk-two-clicks-heading {
    margin-bottom: 44px;
  }
}

/* Vain joukkuebonus-sivulle */

.jk-page.jk-bonus-page {
max-width: none;
padding-left: 0;
padding-right: 0;
}

.jk-bonus-page .jk-section,
.jk-bonus-page .jk-extra-bonus-box {
max-width: 1120px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
box-sizing: border-box;
}

.jk-bonus-page .jk-bonus-two-clicks {
width: 100%;
max-width: none;
margin: 0;
padding: 90px 20px 95px;
background: #f4f8fc;
box-sizing: border-box;
text-align: center;
}

.jk-bonus-page .jk-bonus-two-clicks > h2,
.jk-bonus-page .jk-bonus-two-clicks .jk-two-clicks-heading,
.jk-bonus-page .jk-bonus-two-clicks .jk-simple-steps {
max-width: 1100px;
margin-left: auto;
margin-right: auto;
}

.jk-bonus-page .jk-bonus-two-clicks > h2 {
text-align: center;
margin-bottom: 24px;
}

.jk-bonus-page .jk-bonus-two-clicks .jk-two-clicks-heading {
margin-top: 0;
margin-bottom: 62px;
}

.jk-bonus-page .jk-bonus-two-clicks .jk-simple-number,
.jk-bonus-page .jk-bonus-two-clicks .jk-simple-icon {
margin-left: auto;
margin-right: auto;
}

@media (max-width: 768px) {
.jk-bonus-page .jk-bonus-two-clicks {
padding: 62px 16px 70px;
}

.jk-bonus-page .jk-bonus-two-clicks .jk-two-clicks-heading {
margin-bottom: 44px;
}
}
.jk-bonus-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #edf5ff;
  color: #0b2347;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.jk-bonus-card-icon svg {
  width: 28px;
  height: 28px;
  display: block;
}
/* =========================================================
   JOUKKUEBONUS / SOLUTION + DREAM UPGRADE
   Lisää CSS:n loppuun
   ========================================================= */

/* Solution-osio */

.jk-solution-upgrade {
  max-width: none !important;
  width: 100% !important;
  background:
    radial-gradient(circle at top right, rgba(140, 198, 63, 0.22), transparent 34%),
    linear-gradient(135deg, #0b2347 0%, #123c2e 100%);
  border-radius: 34px;
  padding: 72px 48px !important;
  color: #ffffff;
  box-sizing: border-box;
}

.jk-solution-header {
  max-width: 860px;
  margin: 0 auto 36px;
  text-align: center;
}

.jk-section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.14);
  color: #b8f27a;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 16px;
}

.jk-solution-upgrade h2 {
  color: #ffffff !important;
  margin-bottom: 18px;
}

.jk-solution-upgrade .jk-lead {
  color: rgba(255,255,255,0.78) !important;
  margin-left: auto;
  margin-right: auto;
}

.jk-solution-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.jk-solution-card {
  position: relative;
  background: #ffffff;
  color: #0b2347;
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.16);
}

.jk-solution-featured {
  transform: translateY(-10px);
  border: 2px solid #8cc63f;
}

.jk-solution-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #edf5ff;
  color: #0b2347;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 18px;
}

.jk-solution-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  background: #8cc63f;
  color: #0b2347;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.jk-solution-card h3 {
  font-size: 26px !important;
  line-height: 1.1;
  margin: 0 0 18px !important;
  color: #0b2347;
}

.jk-solution-card ul {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}

.jk-solution-card li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: #475569;
  font-size: 17px;
  line-height: 1.45;
}

.jk-solution-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #167a3a;
  font-weight: 900;
}

.jk-solution-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  border-radius: 16px;
  background: #8cc63f;
  color: #0b2347 !important;
  text-decoration: none !important;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.jk-solution-button:hover {
  opacity: 0.94;
}

/* Dream-osio */

.jk-dream-upgrade {
  padding-top: 72px !important;
}

.jk-dream-upgrade h2 {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.jk-dream-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.jk-dream-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 26px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.jk-dream-emoji {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #edf5ff;
  border: 1px solid #dbeafe;
  color: #0b2347;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 26px;
  line-height: 1;
}

.jk-dream-card h3 {
  font-size: 24px !important;
  line-height: 1.15;
  margin: 0 0 12px !important;
  color: #0b2347;
}

.jk-dream-card p {
  margin: 0;
  color: #475569;
  line-height: 1.6;
}

/* Responsiivisuus */

@media (max-width: 900px) {
  .jk-solution-cards,
  .jk-dream-cards {
    grid-template-columns: 1fr;
  }

  .jk-solution-featured {
    transform: none;
  }
}

@media (max-width: 768px) {
  .jk-solution-upgrade {
    border-radius: 28px;
    padding: 52px 22px !important;
  }

  .jk-solution-card,
  .jk-dream-card {
    padding: 24px;
  }
}
.jk-solution-card {
  text-align: left;
}

.jk-solution-button,
.jk-solution-button:link,
.jk-solution-button:visited {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 52px !important;
  padding: 14px 18px !important;
  line-height: 1.1 !important;
  border-radius: 16px !important;
  background: #8cc63f !important;
  color: #0b2347 !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}
.jk-solution-button-wrap {
  margin-top: 26px;
}

.jk-solution-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.jk-solution-button span {
  display: block;
  line-height: 1 !important;
  margin: 0;
  padding: 0;
}
.jk-dream-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #edf5ff;
  color: #0b2347;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jk-dream-icon svg {
  width: 26px;
  height: 26px;
}
@media (max-width: 768px) {
  .jk-bonus-page .jk-character-hero {
    width: 78px !important;
    right: 6px !important;
    top: 90px !important;
    transform: rotate(6deg) !important;
  }

  .jk-bonus-page .jk-bonus-hero {
    padding-top: 92px !important;
  }
}

@media (max-width: 420px) {
  .jk-bonus-page .jk-character-hero {
    width: 70px !important;
    right: 4px !important;
    top: 90px !important;
  }
}
.jk-two-clicks-line {
display: block;
font-size: 1.08em;
line-height: 1.35;
color: #4b5a6f;
margin-bottom: 22px;
}

.jk-two-clicks-line strong {
color: #1e7a42;
font-weight: 900;
font-size: 1.12em;
}
.jk-postit-wrap {
  display: flex;
  justify-content: center;
  margin: 70px auto;
  padding: 0 20px;
}

.jk-postit {
  position: relative;
  width: min(560px, 100%);
  background: linear-gradient(180deg, #fff9c9 0%, #fff3a6 100%);
  padding: 42px 38px 34px;
  border-radius: 3px;
  box-shadow:
    0 18px 35px rgba(0, 0, 0, .14),
    inset 0 1px rgba(255, 255, 255, .65);
  transform: rotate(-2deg);
}

.jk-postit::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 3px;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, .05);
  pointer-events: none;
}

.jk-postit-tape {
  position: absolute;
  width: 120px;
  height: 30px;
  background: rgba(255,255,255,.45);
  top: -14px;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  border-radius: 4px;
}

.jk-postit h3 {
  margin: 0 0 28px;
  text-align: center;
  font-size: 2rem;
  color: #1b1b1b;
  font-family: "Comic Sans MS", "Marker Felt", "Bradley Hand", cursive;
  font-weight: 700;
}

.jk-postit ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jk-postit li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 20px;
  color: #222;
  font-size: 1.18rem;
  line-height: 1.5;
  font-family: "Comic Sans MS", "Marker Felt", "Bradley Hand", cursive;
}

.jk-postit li:last-child {
  margin-bottom: 0;
}

.jk-postit li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 1.45rem;
  font-weight: 900;
  color: #1e7a42;
  transform: rotate(-10deg);
}

.jk-postit-sign {
  margin-top: 30px;
  text-align: right;
  color: #1e7a42;
  font-size: 1.15rem;
  font-family: "Comic Sans MS", "Marker Felt", "Bradley Hand", cursive;
}

@media (max-width: 768px) {

  .jk-postit {
    padding: 32px 24px 26px;
    transform: rotate(-1deg);
  }

  .jk-postit h3 {
    font-size: 1.7rem;
  }

  .jk-postit li {
    padding-left: 34px;
    font-size: 1.02rem;
  }

  .jk-postit li::before {
    font-size: 1.25rem;
  }

}
.jk-start-page {
  --jk-blue: #0b2347;
  --jk-green: #17b26a;
  --jk-green-dark: #0f8a51;
  --jk-light: #f4f8fc;
  --jk-note: #fff7cf;
  --jk-text: #26384f;
  --jk-muted: #64748b;
  --jk-border: rgba(11, 35, 71, 0.12);
  --jk-shadow: 0 18px 45px rgba(11, 35, 71, 0.08);
  color: var(--jk-text);
  background: #fff;
}

.jk-start-page * {
  box-sizing: border-box;
}

.jk-start-inner {
  width: min(1080px, 100%);
  margin: 0 auto;
  padding: 0 20px;
}

.jk-start-hero {
  padding: 88px 0 64px;
  background:
    radial-gradient(circle at top right, rgba(23, 178, 106, 0.14), transparent 34%),
    linear-gradient(135deg, #f6fbff 0%, #ffffff 58%, #eefaf4 100%);
  text-align: center;
}

.jk-kicker,
.jk-step-label {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(23, 178, 106, 0.12);
  color: var(--jk-green-dark);
  font-weight: 900;
  font-size: 0.9rem;
}

.jk-start-hero h1 {
  max-width: 820px;
  margin: 22px auto 18px;
  color: var(--jk-blue);
  font-size: clamp(2.6rem, 7vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.jk-lead {
  max-width: 760px;
  margin: 0 auto;
  color: var(--jk-text);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.6;
}

.jk-start-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 820px;
  margin: 38px auto 0;
}

.jk-start-summary div {
  padding: 22px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--jk-border);
  box-shadow: var(--jk-shadow);
}

.jk-start-summary strong {
  display: block;
  color: var(--jk-blue);
  font-size: 1.55rem;
  line-height: 1.1;
}

.jk-start-summary span {
  display: block;
  margin-top: 6px;
  color: var(--jk-muted);
  font-weight: 700;
}

.jk-start-intro {
  padding: 46px 0;
  background: #fff;
  border-bottom: 1px solid var(--jk-border);
}

.jk-start-intro h2 {
  margin: 0 0 20px;
  color: var(--jk-blue);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  letter-spacing: -0.04em;
  text-align: center;
}

.jk-start-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.jk-start-track a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 15px;
  border-radius: 999px;
  background: var(--jk-light);
  color: var(--jk-blue);
  text-decoration: none;
  font-weight: 850;
  border: 1px solid rgba(11, 35, 71, 0.08);
}

.jk-step-block {
  position: relative;
  display: grid;
  grid-template-columns: 90px minmax(0, 900px);
  gap: 34px;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 76px 20px;
  border-bottom: 1px solid rgba(11, 35, 71, 0.08);
}

.jk-step-block::before {
  content: "";
  position: absolute;
  left: 64px;
  top: 150px;
  bottom: -34px;
  width: 3px;
  background: linear-gradient(180deg, var(--jk-green), rgba(23, 178, 106, 0.08));
}

.jk-step-block:last-child::before {
  display: none;
}

.jk-step-number {
  position: sticky;
  top: 24px;
  z-index: 1;
  width: 90px;
  height: 90px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--jk-green);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(23, 178, 106, 0.25);
}

.jk-step-content {
  min-width: 0;
}

.jk-step-content h2 {
  margin: 18px 0 14px;
  color: var(--jk-blue);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.jk-step-content p {
  max-width: 760px;
  margin: 0 0 26px;
  color: var(--jk-muted);
  font-size: 1.1rem;
  line-height: 1.65;
}

.jk-task-list {
  display: grid;
  gap: 12px;
  margin: 26px 0;
}

.jk-task-list div {
  position: relative;
  padding: 18px 20px 18px 54px;
  border-radius: 22px;
  background: var(--jk-light);
  color: var(--jk-blue);
  font-weight: 850;
}

.jk-task-list div::before {
  content: "✓";
  position: absolute;
  left: 20px;
  top: 18px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--jk-green);
  color: #fff;
  font-size: 0.85rem;
}

.jk-note {
  padding: 20px 22px;
  border-radius: 24px;
  background: #fff7cf;
  color: var(--jk-blue);
  font-weight: 800;
  line-height: 1.5;
}

.jk-message-card {
  max-width: 820px;
  padding: 26px;
  border-radius: 30px;
  background: var(--jk-note);
  box-shadow: 0 18px 42px rgba(11, 35, 71, 0.11);
}

.jk-message-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.jk-message-top strong {
  color: var(--jk-blue);
  font-size: 1.05rem;
}

.jk-copy-btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: var(--jk-blue);
  color: #fff;
  padding: 11px 16px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease;
}

.jk-copy-btn:hover {
  transform: translateY(-1px);
}

.jk-copy-btn.copied {
  background: var(--jk-green-dark);
}

.jk-whatsapp-message {
  white-space: pre-line;
  color: #1f2f45;
  font-size: 1.02rem;
  line-height: 1.55;
}

.jk-copy-source {
  display: none;
}

.jk-year-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.jk-year-grid div {
  padding: 18px;
  border-radius: 22px;
  background: var(--jk-light);
  border: 1px solid rgba(11, 35, 71, 0.06);
}

.jk-year-grid strong {
  display: block;
  color: var(--jk-blue);
  margin-bottom: 5px;
}

.jk-year-grid span {
  color: var(--jk-muted);
  font-size: 0.95rem;
}

.jk-final-slogan {
  margin-top: 34px;
  padding: 30px;
  border-radius: 30px;
  background: var(--jk-blue);
  color: #fff;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  line-height: 1.35;
  font-weight: 850;
}

.jk-final-slogan strong {
  display: block;
  margin-top: 12px;
  color: #fff;
}

@media (max-width: 900px) {
  .jk-start-summary,
  .jk-year-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jk-step-block {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 22px;
  }

  .jk-step-number {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }

  .jk-step-block::before {
    left: 54px;
    top: 128px;
  }
}

@media (max-width: 640px) {
  .jk-start-hero {
    padding: 68px 0 48px;
  }

  .jk-start-summary,
  .jk-year-grid {
    grid-template-columns: 1fr;
  }

  .jk-step-block {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 58px 18px;
  }

  .jk-step-block::before {
    display: none;
  }

  .jk-step-number {
    position: static;
    width: 56px;
    height: 56px;
    font-size: 1.55rem;
  }

  .jk-message-card {
    padding: 20px;
    border-radius: 24px;
  }

  .jk-message-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .jk-copy-btn {
    width: 100%;
    min-height: 44px;
  }

  .jk-whatsapp-message {
    font-size: 0.98rem;
  }
}
.jk-season-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 34px 0 44px;
}

.jk-season-card {
  position: relative;
  padding: 22px 22px 24px;
  border-radius: 26px;
  background: #f4f8fc;
  border: 1px solid rgba(11, 35, 71, 0.08);
  box-shadow: 0 12px 28px rgba(11, 35, 71, 0.05);
}

.jk-season-card span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(23, 178, 106, 0.12);
  color: #0f8a51;
  font-size: 0.82rem;
  font-weight: 900;
}

.jk-season-card strong {
  display: block;
  margin-bottom: 8px;
  color: #0b2347;
  font-size: 1.2rem;
  line-height: 1.15;
}

.jk-season-card p {
  margin: 0;
  color: #64748b;
  font-size: 0.96rem;
  line-height: 1.45;
}

.jk-season-card-highlight {
  background: linear-gradient(135deg, #0b2347 0%, #123766 100%);
  border-color: rgba(11, 35, 71, 0.2);
}

.jk-season-card-highlight span {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.jk-season-card-highlight strong,
.jk-season-card-highlight p {
  color: #ffffff;
}

@media (max-width: 900px) {
  .jk-season-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .jk-season-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 28px 0 34px;
  }

  .jk-season-card {
    padding: 20px;
    border-radius: 22px;
  }

  .jk-season-card strong {
    font-size: 1.12rem;
  }
}
.jk-season-examples {
  margin-top: 42px;
  padding: 30px;
  border-radius: 28px;
  background: #f4f8fc;
  border: 1px solid rgba(11, 35, 71, 0.08);
}

.jk-season-examples h3 {
  margin: 0 0 18px;
  color: #0b2347;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.jk-season-examples ul {
  margin: 0;
  padding-left: 22px;
}

.jk-season-examples li {
  margin: 8px 0;
  color: #26384f;
  line-height: 1.5;
}

.jk-final-boost {
  margin-top: 34px;
  padding: clamp(30px, 5vw, 54px);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(23, 178, 106, 0.28), transparent 36%),
    linear-gradient(135deg, #0b2347 0%, #123766 100%);
  color: #ffffff;
}
/* STARTTIPAKETTI HEADER */

.jk-start-header {
  background: #ffffff;
  border-bottom: 1px solid rgba(11, 35, 71, 0.08);
}

.jk-start-header-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.jk-start-header-logo img {
  display: block;
  width: 172px;
  height: auto;
}

.jk-start-header-help {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #64748b;
  font-weight: 750;
  font-size: 0.95rem;
}

.jk-start-header-help a {
  color: #0b2347;
  font-weight: 900;
  text-decoration: none;
}

.jk-start-header-help a:hover {
  text-decoration: underline;
}

/* STARTTIPAKETTI FINAL CTA */

.jk-final-boost {
  max-width: 900px;
  margin: 44px 0 70px;
  padding: clamp(32px, 5vw, 58px);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(23, 178, 106, 0.28), transparent 36%),
    linear-gradient(135deg, #0b2347 0%, #123766 100%);
  color: #ffffff;
  box-shadow: 0 24px 54px rgba(11, 35, 71, 0.16);
}

.jk-final-boost span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(23, 178, 106, 0.22);
  color: #ffffff;
  font-weight: 900;
  font-size: 0.88rem;
}

.jk-final-boost h3 {
  max-width: 780px;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(1.9rem, 4vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.jk-final-boost p {
  max-width: 740px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
  line-height: 1.6;
}

.jk-final-boost strong {
  display: block;
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(1.18rem, 2.2vw, 1.55rem);
  line-height: 1.35;
}

/* MOBILE */

@media (max-width: 760px) {
  .jk-start-header-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .jk-start-header-logo img {
    width: 154px;
  }

  .jk-start-header-help {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .jk-final-boost {
    margin: 34px 0 54px;
    padding: 34px 22px;
    border-radius: 28px;
  }
}
.jk-step-done-btn {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: #f4f8fb;
  color: #09213f;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.18s ease;
}

.jk-step-done-btn:hover {
  background: #e8f5d7;
}

.jk-step-block.is-done {
  background: linear-gradient(90deg, rgba(140, 198, 63, 0.08), transparent 55%);
}

.jk-step-block.is-done .jk-step-number {
  background: #8cc63f;
  color: #09213f
}

/* Käyttöönoton checklist */

.jk-progress-summary {
  margin-top: 24px;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 22px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  color: #fff;
}

.jk-progress-summary strong {
  font-size: 1.8rem;
  line-height: 1;
}

.jk-progress-summary span {
  font-size: .95rem;
  opacity: .9;
}

.jk-progress-completed {
  background: #1e7a42;
}

.jk-step-completed {
  border: 2px solid #b7e9c5;
  background: #f4fff7;
}

.jk-step-completed .jk-step-number {
  background: #1e7a42;
  color: #fff;
}

.jk-step-done-btn-completed {
  background: #1e7a42 !important;
  color: #fff !important;
  cursor: default;
}

.jk-copy-btn-copied {
  background: #1e7a42 !important;
  color: #fff !important;
}