body.page-id-776 .entry-content,
body.page-id-776 .entry-content > * {
  max-width: none !important;
}

body.page-id-776 .entry-content {
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-776 .jm-home-page {
  --jm-shell: 1140px;
  --jm-pad: clamp(14px, 2.5vw, 24px);
  --jm-text: #1e2b3a;
  --jm-sub: #52657a;
  --jm-blue: #4f89d8;
  --jm-line: #cad5e2;
  max-width: var(--jm-shell);
  margin: 0 auto;
  padding: 12px var(--jm-pad) 42px;
}

body.page-id-776 .jm-home-section {
  margin: 0;
  padding: 18px 0;
}

body.page-id-776 .jm-home-eyebrow {
  margin: 0 0 8px;
  color: #6987aa;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 12px;
  font-weight: 600;
}

body.page-id-776 .jm-home-hero h1 {
  margin: 0 0 10px;
  color: var(--jm-text);
  font-size: clamp(34px, 2.8vw, 58px);
  line-height: 1.05;
}

body.page-id-776 .jm-home-lead {
  margin: 0;
  max-width: 880px;
  color: var(--jm-sub);
  line-height: 1.62;
}

body.page-id-776 .jm-home-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

body.page-id-776 .jm-home-btn {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-id-776 .jm-home-btn .wp-block-button__link,
body.page-id-776 a.jm-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 18px;
  border-radius: 4px;
  border: 1px solid var(--jm-blue);
  background: var(--jm-blue);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-weight: 600;
}

body.page-id-776 .jm-home-btn .wp-block-button__link:hover,
body.page-id-776 a.jm-home-btn:hover {
  background: #3f79c9;
  border-color: #3f79c9;
  color: #fff;
}

body.page-id-776 .jm-home-btn-ghost .wp-block-button__link,
body.page-id-776 a.jm-home-btn-ghost {
  background: transparent;
  color: var(--jm-blue);
}

body.page-id-776 .jm-home-btn-ghost .wp-block-button__link:hover,
body.page-id-776 a.jm-home-btn-ghost:hover {
  background: rgba(79, 137, 216, 0.1);
  color: #2e5f9f;
}

body.page-id-776 .jm-home-headline-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--jm-line);
}

body.page-id-776 .jm-home-headline-row h2 {
  margin: 0;
  color: var(--jm-text);
  font-size: clamp(28px, 2vw, 44px);
  line-height: 1.1;
}

body.page-id-776 .jm-home-more {
  color: #38669f;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

body.page-id-776 .jm-home-more {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-id-776 .jm-home-more .wp-block-button__link,
body.page-id-776 a.jm-home-more {
  min-height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #38669f !important;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.page-id-776 .jm-home-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.page-id-776 .jm-home-card-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.page-id-776 .jm-home-card {
  min-height: 230px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background: #1b2a3a;
}

body.page-id-776 .jm-home-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 28, 40, 0.2) 35%, rgba(16, 28, 40, 0.82) 100%), var(--bg) center / cover no-repeat;
  z-index: -1;
}

body.page-id-776 .jm-home-card-link {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 14px;
  color: #fff;
  text-decoration: none;
}

body.page-id-776 .jm-home-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
}

body.page-id-776 .jm-home-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.45;
  font-size: 13px;
}

body.page-id-776 .jm-home-list {
  margin: 0;
  padding-left: 1.1em;
  color: var(--jm-sub);
}

body.page-id-776 .jm-home-list li + li {
  margin-top: 8px;
}

body.page-id-776 .jm-home-post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.page-id-776 .jm-home-post-card {
  border: 1px solid #d7e1ec;
  border-radius: 10px;
  padding: 14px;
  background: #fff;
}

body.page-id-776 .jm-home-post-card h3 {
  margin: 0 0 8px;
  color: var(--jm-text);
  font-size: 23px;
  line-height: 1.18;
}

body.page-id-776 .jm-home-post-card h3 a {
  color: inherit;
  text-decoration: none;
}

body.page-id-776 .jm-home-post-card p {
  margin: 0;
  color: var(--jm-sub);
  line-height: 1.58;
}

body.page-id-776 .jm-home-note {
  margin: 10px 0 0;
  font-size: 13px;
  color: #6f7f95;
}

@media (max-width: 1100px) {
  body.page-id-776 .jm-home-card-grid-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 921px) {
  body.page-id-776 .jm-home-page {
    padding-left: 14px;
    padding-right: 14px;
  }

  body.page-id-776 .jm-home-card-grid-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-id-776 .jm-home-post-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 544px) {
  body.page-id-776 .jm-home-card-grid-5 {
    grid-template-columns: 1fr;
  }
}

/* Unified refresh: Home page block-card system */
body.page-id-776 .jm-home-page {
  padding-bottom: 56px;
}

body.page-id-776 .jm-home-section + .jm-home-section {
  margin-top: 6px;
}

body.page-id-776 .jm-home-section > .wp-block-columns {
  gap: 14px;
  margin: 0 0 14px;
}

body.page-id-776 .jm-home-section > .wp-block-columns:last-of-type {
  margin-bottom: 0;
}

body.page-id-776 .jm-home-section .wp-block-column {
  display: flex;
}

body.page-id-776 .jm-home-card {
  width: 100%;
  min-height: 220px;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid #d4deea;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
  box-shadow: 0 10px 28px rgba(18, 45, 78, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

body.page-id-776 .jm-home-card:hover {
  transform: translateY(-2px);
  border-color: #bfd0e5;
  box-shadow: 0 14px 32px rgba(17, 45, 76, 0.1);
}

body.page-id-776 .jm-home-card h3 {
  margin: 0 0 8px;
  color: #173252;
  font-size: 22px;
  line-height: 1.18;
}

body.page-id-776 .jm-home-card p {
  margin: 0;
  color: #4f6278;
  font-size: 15px;
  line-height: 1.56;
}

body.page-id-776 .jm-home-card .wp-block-buttons {
  margin-top: auto;
  padding-top: 14px;
}

body.page-id-776 .jm-home-card .jm-home-card-link {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-id-776 .jm-home-card .jm-home-card-link .wp-block-button__link {
  min-height: 40px;
  border-radius: 8px;
  padding: 10px 14px;
  border: 1px solid #2f74d0 !important;
  background: linear-gradient(180deg, #4b8fe6 0%, #2f74d0 100%) !important;
  color: #fff !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

body.page-id-776 .jm-home-card .jm-home-card-link .wp-block-button__link:hover {
  background: linear-gradient(180deg, #4083d9 0%, #255ea7 100%) !important;
  border-color: #255ea7 !important;
}

@media (max-width: 921px) {
  body.page-id-776 .jm-home-card {
    min-height: 190px;
    padding: 16px;
  }

  body.page-id-776 .jm-home-card h3 {
    font-size: 19px;
  }
}

@media (max-width: 544px) {
  body.page-id-776 .jm-home-card {
    min-height: 172px;
  }
}

/* Refinement pass: resilient layout when content is added/removed */
body.page-id-776 .jm-home-section > * + * {
  margin-top: 12px;
}

body.page-id-776 .jm-home-headline-row {
  align-items: flex-end;
}

body.page-id-776 .jm-home-headline-row .wp-block-buttons {
  margin: 0;
}

body.page-id-776 .jm-home-headline-row .wp-block-button {
  margin: 0;
}

body.page-id-776 .jm-home-section .wp-block-columns {
  align-items: stretch;
}

body.page-id-776 .jm-home-section .wp-block-column > .wp-block-group {
  width: 100%;
}

body.page-id-776 .jm-home-card .wp-block-buttons .wp-block-button {
  margin: 0;
}

body.page-id-776 .jm-home-post-card,
body.page-id-776 .jm-home-card,
body.page-id-776 .jm-home-section {
  overflow-wrap: anywhere;
}

body.page-id-776 .jm-home-card h3 + p {
  margin-top: 6px;
}

@media (max-width: 921px) {
  body.page-id-776 .jm-home-headline-row {
    align-items: flex-start;
    gap: 8px;
    flex-direction: column;
  }

  body.page-id-776 .jm-home-section > * + * {
    margin-top: 10px;
  }
}

/* Home categories: restore original 5-column image cards */
body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) > .jm-home-headline-row {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) > .wp-block-columns,
body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) > .wp-block-columns > .wp-block-column {
  display: contents;
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) .jm-home-card {
  min-height: 230px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  padding: 14px;
  border: 0;
  background: #1b2a3a;
  box-shadow: none;
  transform: none;
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) .jm-home-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 28, 40, 0.2) 35%, rgba(16, 28, 40, 0.84) 100%), var(--bg) center / cover no-repeat;
  z-index: -1;
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) .jm-home-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) .jm-home-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.45;
  font-size: 13px;
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) .jm-home-card .wp-block-buttons {
  margin-top: auto;
  padding-top: 12px;
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) .jm-home-card .jm-home-card-link {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) .jm-home-card .jm-home-card-link .wp-block-button__link {
  min-height: 30px;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.2px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) .jm-home-card .jm-home-card-link .wp-block-button__link:hover {
  color: #dbe9ff !important;
}

/* Card background images by content/link target (robust when order changes) */
body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) .jm-home-card:has(a[href*="/food-delivery/"]) { --bg: url('/wp-content/uploads/2026/02/ad296f29304e4f0594494014723c9d3d.jpeg'); }
body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) .jm-home-card:has(a[href*="/movies/"]) { --bg: url('/wp-content/uploads/2022/03/film-category.jpg'); }
body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) .jm-home-card:has(a[href*="/hotels/"]) { --bg: url('/wp-content/uploads/2026/02/20170620154936-a1ed918b.jpg'); }
body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) .jm-home-card:has(a[href*="/flights/"]) { --bg: url('/wp-content/uploads/2026/02/e713428201a0420194f34bebca12fd33.webp'); }
body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) .jm-home-card:has(a[href*="/ride-hailing/"]) { --bg: url('/wp-content/uploads/2026/03/202411061111128422.png'); }

@media (max-width: 1100px) {
  body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 921px) {
  body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 544px) {
  body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) {
    grid-template-columns: 1fr;
  }
}

/* Keep Home buttons on the original compact style despite global button overrides */
body.page-id-776 .jm-home-btn .wp-block-button__link,
body.page-id-776 .jm-home-card-link .wp-block-button__link,
body.page-id-776 .jm-home-more .wp-block-button__link {
  box-shadow: none !important;
  transform: none !important;
}

body.page-id-776 .jm-home-btn .wp-block-button__link {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.3px !important;
}

body.page-id-776 .jm-dynamic-feed {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.page-id-776 .jm-dynamic-feed-card {
  border: 1px solid #d7e1ec;
  border-radius: 12px;
  padding: 16px;
  background: #fff;
}

body.page-id-776 .jm-dynamic-feed-title {
  margin: 0 0 8px;
  color: var(--jm-text);
  font-size: 22px;
  line-height: 1.18;
}

body.page-id-776 .jm-dynamic-feed-title a {
  color: inherit;
  text-decoration: none;
}

body.page-id-776 .jm-dynamic-feed-excerpt {
  margin: 0;
  color: var(--jm-sub);
  line-height: 1.58;
  font-size: 15px;
}

@media (max-width: 921px) {
  body.page-id-776 .jm-dynamic-feed {
    grid-template-columns: 1fr;
  }
}

/* 2026 refinement: richer editorial home layout without locking content */
body.page-id-776 .jm-home-page {
  position: relative;
  padding-top: 18px;
  padding-bottom: 64px;
}

body.page-id-776 .jm-home-page::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 360px;
  background:
    radial-gradient(500px 240px at 0% 0%, rgba(148, 191, 255, 0.32), transparent 65%),
    radial-gradient(420px 220px at 100% 10%, rgba(199, 226, 255, 0.54), transparent 70%);
  pointer-events: none;
}

body.page-id-776 .jm-home-section {
  position: relative;
  z-index: 1;
}

body.page-id-776 .jm-home-hero {
  overflow: hidden;
  padding: 34px;
  border: 1px solid #d8e4f0;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 255, 0.95)),
    radial-gradient(280px 150px at 82% 18%, rgba(140, 191, 255, 0.22), transparent 70%);
  box-shadow: 0 26px 54px rgba(17, 46, 84, 0.06);
}

body.page-id-776 .jm-home-hero::before,
body.page-id-776 .jm-home-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

body.page-id-776 .jm-home-hero::before {
  top: -34px;
  right: -18px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(110, 168, 244, 0.22) 0%, rgba(110, 168, 244, 0) 72%);
}

body.page-id-776 .jm-home-hero::after {
  right: 42px;
  bottom: -42px;
  width: 220px;
  height: 220px;
  border: 1px dashed rgba(110, 168, 244, 0.24);
}

body.page-id-776 .jm-home-hero h1 {
  max-width: 820px;
  margin-bottom: 14px;
  letter-spacing: -0.035em;
}

body.page-id-776 .jm-home-lead {
  font-size: 18px;
  line-height: 1.72;
}

body.page-id-776 .jm-home-actions {
  margin-top: 24px;
}

body.page-id-776 .jm-home-btn .wp-block-button__link {
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(47, 116, 208, 0.18);
}

body.page-id-776 .jm-home-btn-ghost .wp-block-button__link {
  background: rgba(255, 255, 255, 0.76) !important;
  border-color: #c8dbf8 !important;
  color: #285d9d !important;
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) {
  position: relative;
  margin-top: 18px;
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2)::before {
  content: "";
  position: absolute;
  inset: 56px -18px -16px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(245, 249, 255, 0.9), rgba(236, 243, 251, 0.76));
  z-index: -1;
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) .jm-home-card {
  min-height: 260px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 34px rgba(13, 34, 62, 0.12);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) .jm-home-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 42px rgba(13, 34, 62, 0.18);
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) .jm-home-card::after {
  content: "";
  position: absolute;
  inset: auto 14px 14px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0));
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) .jm-home-card-link {
  gap: 10px;
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) .jm-home-card h3 {
  font-size: 21px;
  letter-spacing: -0.02em;
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) .jm-home-card p {
  max-width: 92%;
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(3) {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 22px;
  align-items: start;
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(3) > .jm-home-headline-row {
  grid-column: 1 / -1;
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(3) .jm-home-list {
  padding: 24px 24px 24px 44px;
  border: 1px solid #d8e4f0;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 255, 0.92));
  box-shadow: 0 16px 34px rgba(17, 46, 84, 0.05);
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(3)::after {
  content: "";
  min-height: 100%;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(53, 99, 168, 0.18)),
    url('/wp-content/uploads/2026/02/e713428201a0420194f34bebca12fd33.webp') center / cover no-repeat;
  box-shadow: 0 18px 34px rgba(17, 46, 84, 0.14);
}

body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(4) {
  position: relative;
  padding: 8px 0 0;
}

body.page-id-776 .jm-dynamic-feed {
  gap: 18px;
}

body.page-id-776 .jm-dynamic-feed-card {
  position: relative;
  padding: 22px 20px 20px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.95));
  box-shadow: 0 16px 28px rgba(17, 46, 84, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

body.page-id-776 .jm-dynamic-feed-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, #4a8de3 0%, #91c3ff 100%);
}

body.page-id-776 .jm-dynamic-feed-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 34px rgba(17, 46, 84, 0.08);
}

body.page-id-776 .jm-home-note {
  margin-top: 20px;
  padding: 16px 18px;
  border: 1px solid #d8e4f0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
}

@media (max-width: 921px) {
  body.page-id-776 .jm-home-hero {
    padding: 24px 18px;
    border-radius: 20px;
  }

  body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2)::before {
    inset: 54px 0 -8px;
    border-radius: 22px;
  }

  body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(3) {
    grid-template-columns: 1fr;
  }

  body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(3)::after {
    min-height: 180px;
  }

  body.page-id-776 .jm-home-page > .jm-home-section:nth-of-type(2) .jm-home-card {
    min-height: 224px;
    border-radius: 16px;
  }

  body.page-id-776 .jm-dynamic-feed-card {
    border-radius: 16px;
    padding: 20px 18px 18px;
  }
}

/* Cleanup pass: remove inner-button look and heavy top bars */
body.page-id-776 .jm-home-btn .wp-block-button__link,
body.page-id-776 .jm-home-btn-ghost .wp-block-button__link {
  border-radius: 10px;
  box-shadow: none !important;
  background-image: none !important;
}

body.page-id-776 .jm-dynamic-feed-card::before {
  display: none;
}


/* Home trust section */
body.page-id-776 .jm-home-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.page-id-776 .jm-home-trust-card {
  border: 1px solid #d8e4f0;
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.94));
  box-shadow: 0 14px 30px rgba(17, 46, 84, 0.06);
}

body.page-id-776 .jm-home-trust-card h3 {
  margin: 0 0 8px;
  color: var(--jm-text);
  font-size: 22px;
  line-height: 1.15;
}

body.page-id-776 .jm-home-trust-card p {
  margin: 0 0 12px;
  color: var(--jm-sub);
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 921px) {
  body.page-id-776 .jm-home-trust-grid {
    grid-template-columns: 1fr;
  }
}
