:root {
  --ljh-blue: #0b3b75;
  --ljh-blue-dark: #082b56;
  --ljh-orange: #f7931e;
  --ljh-orange-dark: #e27f0c;
  --ljh-white: #ffffff;
  --ljh-bg: #f5f8fc;
  --ljh-bg-soft: #eef4fb;
  --ljh-text: #1d2c3c;
  --ljh-text-soft: #5b7087;
  --ljh-border: #d9e4ef;
  --ljh-shadow: 0 18px 42px rgba(11, 59, 117, 0.10);
  --ljh-shadow-soft: 0 10px 28px rgba(11, 59, 117, 0.06);
  --ljh-radius: 20px;
  --ljh-radius-sm: 14px;
  --ljh-container: 1240px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ljh-text);
  background: #fff;
}

.ljh-container {
  width: min(var(--ljh-container), calc(100% - 32px));
  margin-inline: auto;
}

/* Header */
#masthead {
  position: sticky;
  top: 0;
  z-index: 9998;
  transition: background-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}

#masthead,
.ast-primary-header-bar,
.main-header-bar,
.site-primary-header-wrap {
  background: rgba(255,255,255,.96);
}

#masthead.ljh-scrolled {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(11, 59, 117, 0.08);
}

.site-branding img,
.custom-logo-link img {
  max-height: 64px;
  width: auto;
}

.main-header-menu .menu-link {
  font-weight: 700;
}

.ast-desktop .main-header-menu > .menu-item > .menu-link,
.ast-desktop .main-header-menu > .menu-item > a {
  padding: 12px 14px;
  border-radius: 999px;
}

.ast-builder-menu-1 .menu-item > .menu-link:hover,
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link,
.ast-desktop .main-header-menu > .menu-item:hover > .menu-link,
.ast-desktop .main-header-menu > .menu-item.current-menu-item > .menu-link,
.ast-desktop .main-header-menu > .menu-item:hover > a,
.ast-desktop .main-header-menu > .menu-item.current-menu-item > a {
  color: var(--ljh-orange) !important;
  background: rgba(247,147,30,.10);
}

.ljh-menu-button a,
.ast-desktop .main-header-menu > .menu-item.ljh-menu-button > .menu-link,
.ast-desktop .main-header-menu > .menu-item.ljh-menu-button > a {
  background: var(--ljh-blue) !important;
  color: #fff !important;
  border-radius: 999px;
  padding: 12px 18px !important;
  box-shadow: var(--ljh-shadow-soft);
}

.ljh-menu-button a:hover,
.ljh-menu-button a:focus,
.ast-desktop .main-header-menu > .menu-item.ljh-menu-button:hover > .menu-link,
.ast-desktop .main-header-menu > .menu-item.ljh-menu-button:hover > a {
  background: var(--ljh-orange) !important;
  color: #fff !important;
}

.ast-mobile-popup-drawer .menu-item > a {
  font-weight: 700;
}

.ast-mobile-popup-drawer .menu-item.ljh-menu-button > a {
  background: var(--ljh-blue);
  color: #fff !important;
  border-radius: 14px;
  margin-top: 10px;
  padding-inline: 16px;
}

.ast-mobile-popup-drawer .menu-item.ljh-menu-button > a:hover,
.ast-mobile-popup-drawer .menu-item.ljh-menu-button > a:focus {
  background: var(--ljh-orange);
}


.ast-desktop .main-header-menu > .menu-item.menu-item-has-children {
  position: relative;
}

.ast-desktop .main-header-menu > .menu-item.menu-item-has-children > .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 240px;
  background: #fff;
  border: 1px solid rgba(11,59,117,.10);
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 24px 40px rgba(11, 59, 117, .12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
  z-index: 10001;
}

.ast-desktop .main-header-menu > .menu-item.menu-item-has-children:hover > .sub-menu,
.ast-desktop .main-header-menu > .menu-item.menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ast-desktop .main-header-menu > .menu-item.menu-item-has-children > .sub-menu .menu-item {
  margin: 0;
  width: 100%;
}

.ast-desktop .main-header-menu > .menu-item.menu-item-has-children > .sub-menu .menu-link,
.ast-desktop .main-header-menu > .menu-item.menu-item-has-children > .sub-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 14px;
  color: var(--ljh-blue) !important;
  background: transparent !important;
}

.ast-desktop .main-header-menu > .menu-item.menu-item-has-children > .sub-menu .menu-link:hover,
.ast-desktop .main-header-menu > .menu-item.menu-item-has-children > .sub-menu a:hover {
  background: rgba(247,147,30,.10) !important;
  color: var(--ljh-orange) !important;
}

.ast-desktop .main-header-menu > .menu-item.menu-item-has-children > .menu-link:after,
.ast-desktop .main-header-menu > .menu-item.menu-item-has-children > a:after {
  content: "▾";
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  line-height: 1;
}

/* General layout */
.ljh-home .entry-header,
.page-template-page-dashboard .entry-header,
.page-template-page-tarieven .entry-header,
.page-template-default .ljh-page .entry-header,
.home .entry-header {
  display: none;
}

.ljh-section {
  padding: 64px 0;
}

.ljh-section-alt {
  background: var(--ljh-bg);
}

.ljh-section-accent {
  background: linear-gradient(135deg, var(--ljh-blue) 0%, var(--ljh-blue-dark) 100%);
  color: #fff;
}

.ljh-grid {
  display: grid;
  gap: 22px;
}

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

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

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

.ljh-card,
.ljh-hero-card,
.ljh-step,
.ljh-category-card,
.ljh-listing-card,
.ljh-dashboard-card,
.ljh-form-wrap,
.ljh-page-hero-card,
.ljh-mini-card,
.ljh-audience-card,
.ljh-faq-item {
  background: #fff;
  border: 1px solid var(--ljh-border);
  border-radius: var(--ljh-radius);
  box-shadow: var(--ljh-shadow);
  padding: 24px;
}

.ljh-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  align-items: start;
  gap: 20px 28px;
  margin-bottom: 28px;
}

.ljh-section-head > * {
  margin: 0;
}

.ljh-section-head h2,
.ljh-cta-banner h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
  color: var(--ljh-blue-dark);
}

.ljh-section-head p,
.ljh-cta-banner p,
.ljh-page-hero p,
.ljh-hero p {
  color: var(--ljh-text-soft);
}

.ljh-section-accent .ljh-cta-banner h2,
.ljh-section-accent .ljh-cta-banner p {
  color: #fff;
}

/* Hero */
.ljh-hero {
  background:
    radial-gradient(circle at top right, rgba(247,147,30,.18), transparent 34%),
    linear-gradient(135deg, #f5f8fc 0%, #ffffff 56%);
  padding: 86px 0 46px;
}

.ljh-hero-grid,
.ljh-page-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 34px;
  align-items: center;
}

.ljh-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(247,147,30,.14);
  color: var(--ljh-blue-dark);
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 18px;
}

.ljh-hero h1,
.ljh-page-hero h1 {
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.02;
  margin: 0 0 16px;
  color: var(--ljh-blue-dark);
}

.ljh-hero p,
.ljh-page-hero p {
  font-size: 18px;
  margin: 0 0 24px;
  max-width: 760px;
}

.ljh-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
}

.ljh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
  border: 1px solid transparent;
}

.ljh-btn:hover,
.ljh-btn:focus {
  transform: translateY(-1px);
  box-shadow: var(--ljh-shadow);
}

.ljh-btn-primary {
  background: var(--ljh-orange);
  color: #fff;
}

.ljh-btn-primary:hover,
.ljh-btn-primary:focus,
.ljh-btn-secondary:hover,
.ljh-btn-secondary:focus,
.ljh-card-actions .ljh-btn:hover,
.ljh-card-actions .ljh-btn:focus {
  background: var(--ljh-orange) !important;
  color: #fff !important;
  border-color: var(--ljh-orange) !important;
}

.ljh-btn-secondary {
  background: var(--ljh-blue);
  color: #fff;
}

.ljh-usp-list,
.ljh-check-list {
  margin: 0;
  padding-left: 18px;
}

.ljh-usp-list li,
.ljh-check-list li {
  margin-bottom: 8px;
}

.ljh-hero-card {
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.ljh-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ljh-stat-box {
  min-height: 136px;
  padding: 22px;
  border-radius: var(--ljh-radius-sm);
  border: 1px solid var(--ljh-border);
  background: var(--ljh-bg-soft);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ljh-stat-box strong {
  color: var(--ljh-blue-dark);
  font-size: 28px;
  line-height: 1;
}

.ljh-stat-box span {
  color: var(--ljh-text-soft);
  font-weight: 600;
}

.ljh-trust-strip-wrap {
  padding-top: 20px;
  padding-bottom: 12px;
}

.ljh-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ljh-trust-strip > div {
  background: #fff;
  border: 1px solid var(--ljh-border);
  border-radius: var(--ljh-radius-sm);
  padding: 18px 20px;
  box-shadow: var(--ljh-shadow-soft);
}

.ljh-trust-strip strong,
.ljh-audience-kicker {
  display: block;
  margin-bottom: 6px;
}

.ljh-trust-strip strong {
  color: var(--ljh-blue-dark);
}

.ljh-audience-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(247,147,30,.14);
  color: #8d5200;
  font-size: 13px;
  font-weight: 800;
}

.ljh-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.ljh-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(11,59,117,.08);
  color: var(--ljh-blue-dark);
  font-size: 13px;
  font-weight: 800;
}

.ljh-badge-featured {
  background: rgba(247,147,30,.16);
  color: #8d5200;
}

.ljh-listing-card h3,
.ljh-category-card h3,
.ljh-step h3,
.ljh-mini-card h3,
.ljh-faq-item h3,
.ljh-page-hero-card h3 {
  margin: 0 0 10px;
  color: var(--ljh-blue-dark);
}

.ljh-listing-card h3 a {
  color: var(--ljh-blue-dark);
  text-decoration: none;
}

.ljh-listing-card h3 a:hover {
  color: var(--ljh-orange);
}

.ljh-price {
  font-size: 24px;
  font-weight: 800;
  color: var(--ljh-orange);
  margin-bottom: 10px;
}

.ljh-card-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.ljh-empty {
  padding: 20px;
  border: 1px dashed var(--ljh-border);
  border-radius: var(--ljh-radius-sm);
  background: #fff;
}

/* Steps and CTA */
.ljh-how-it-works .ljh-steps,
.ljh-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ljh-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(247,147,30,.16);
  color: var(--ljh-orange);
  font-weight: 900;
  margin-bottom: 14px;
}

.ljh-cta-banner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  align-items: center;
}

/* Forms */
.ljh-form-wrap {
  padding: 28px;
}

.ljh-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.ljh-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ljh-form-field-full {
  grid-column: 1 / -1;
}

.ljh-form-field input,
.ljh-form-field select,
.ljh-form-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--ljh-border);
  border-radius: 12px;
  background: #fff;
}

.ljh-form-field textarea {
  min-height: 160px;
  resize: vertical;
}

.ljh-form-field input:focus,
.ljh-form-field select:focus,
.ljh-form-field textarea:focus {
  outline: none;
  border-color: rgba(11,59,117,.35);
  box-shadow: 0 0 0 4px rgba(11,59,117,.08);
}

.ljh-form-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.ljh-notice {
  padding: 14px 16px;
  border-radius: 12px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}

.ljh-notice-success {
  background: #effbf1;
  color: #155724;
  border-color: #c7ebcf;
}

.ljh-notice-error {
  background: #fff4f4;
  color: #8a1c1c;
  border-color: #f0cccc;
}

/* Dashboard */
.ljh-dashboard-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
}

.ljh-dashboard-list {
  display: grid;
  gap: 14px;
}

.ljh-list-item {
  padding: 16px;
  border: 1px solid var(--ljh-border);
  border-radius: 14px;
  background: #fff;
}

.ljh-credit-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ljh-credit-pill {
  padding: 16px;
  border-radius: 14px;
  background: var(--ljh-bg);
  border: 1px solid var(--ljh-border);
}

.ljh-credit-pill strong {
  display: block;
  color: var(--ljh-blue-dark);
  font-size: 24px;
}

/* Pricing */
.ljh-page-hero {
  background:
    radial-gradient(circle at top right, rgba(247,147,30,.14), transparent 34%),
    linear-gradient(135deg, #f5f8fc 0%, #ffffff 56%);
  padding: 76px 0 34px;
}

/* Footer */
.ljh-site-footer-top {
  background: linear-gradient(135deg, var(--ljh-blue-dark) 0%, var(--ljh-blue) 100%);
  color: #fff;
  padding: 56px 0 28px;
}

.ljh-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.1fr;
  gap: 28px;
  padding-bottom: 24px;
}

.ljh-footer-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.ljh-footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,.78);
  text-align: center;
}

.ljh-footer-col h3,
.ljh-footer-col h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 14px;
}

.ljh-footer-brand p,
.ljh-footer-col span,
.ljh-footer-col li {
  color: rgba(255,255,255,.88);
}

.ljh-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ljh-footer-col li + li {
  margin-top: 10px;
}

.ljh-footer-col a,
.ljh-footer-contact a {
  color: rgba(255,255,255,.92);
  text-decoration: none;
}

.ljh-footer-col a:hover,
.ljh-footer-contact a:hover {
  color: #fff;
  text-decoration: underline;
}

.ljh-footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ljh-footer-contact a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}

.site-footer .site-below-footer-wrap {
  display: none !important;
}

.site-footer .ast-builder-grid-row-container,
.site-footer .ast-builder-footer-grid-columns {
  background: transparent;
}

.site-footer a[href*="wpastra"],
.site-footer a[href*="astra-theme"],
.site-footer a[href*="brainstormforce"] {
  display: none !important;
}


.ast-mobile-popup-drawer .ast-mobile-popup-inner {
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.ast-mobile-popup-drawer .menu-item > a {
  border-bottom: 1px solid rgba(11,59,117,.08);
  padding-top: 14px;
  padding-bottom: 14px;
}

.ast-mobile-popup-drawer .menu-item:last-child > a {
  border-bottom: 0;
}

.ast-mobile-popup-drawer .menu-item.current-menu-item > a {
  color: var(--ljh-orange) !important;
}

.ljh-hero-copy h1 {
  max-width: 12ch;
}

.ljh-hero-copy p {
  max-width: 62ch;
}

.ljh-listing-card,
.ljh-category-card,
.ljh-mini-card,
.ljh-audience-card,
.ljh-step,
.ljh-faq-item {
  height: 100%;
}

.ljh-pricing-creditline {
  margin-bottom: 12px;
}

.ljh-feature-list {
  margin: 0;
  padding-left: 18px;
  color: var(--ljh-text-soft);
}

.ljh-feature-list li + li {
  margin-top: 8px;
}

.ljh-btn-ghost {
  background: #fff;
  color: var(--ljh-blue-dark);
  border-color: var(--ljh-border);
}

.ljh-btn-ghost:hover,
.ljh-btn-ghost:focus {
  background: var(--ljh-orange) !important;
  color: #fff !important;
  border-color: var(--ljh-orange) !important;
}

.ljh-pricing-page .ljh-grid-3 {
  align-items: stretch;
}

.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single,
.ast-separate-container .comment-respond {
  background: transparent;
}

/* Responsive */
@media (max-width: 1200px) {
  .ljh-trust-strip,
  .ljh-faq-grid,
  .ljh-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .ljh-hero-grid,
  .ljh-page-hero-grid,
  .ljh-dashboard-grid,
  .ljh-how-it-works .ljh-steps,
  .ljh-steps,
  .ljh-grid-2,
  .ljh-grid-3,
  .ljh-grid-4,
  .ljh-trust-strip,
  .ljh-faq-grid,
  .ljh-cta-banner,
  .ljh-footer-grid {
    grid-template-columns: 1fr;
  }

  .ljh-section-head {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .ljh-hero,
  .ljh-page-hero,
  .ljh-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .ljh-hero h1,
  .ljh-page-hero h1 {
    font-size: clamp(32px, 9vw, 44px);
  }

  .ljh-hero p,
  .ljh-page-hero p {
    font-size: 17px;
  }

  .ljh-form-grid,
  .ljh-stat-grid,
  .ljh-credit-box {
    grid-template-columns: 1fr;
  }

  .ljh-card,
  .ljh-hero-card,
  .ljh-step,
  .ljh-category-card,
  .ljh-listing-card,
  .ljh-dashboard-card,
  .ljh-form-wrap,
  .ljh-page-hero-card,
  .ljh-mini-card,
  .ljh-audience-card,
  .ljh-faq-item {
    padding: 20px;
  }

  .ljh-btn {
    width: 100%;
  }

  .ljh-footer-contact a {
    width: 100%;
    justify-content: center;
  }

  .site-branding img,
  .custom-logo-link img {
    max-height: 52px;
  }
}

/* v1.5 visual refinement */
.site-title,
.site-title a {
  color: var(--ljh-blue-dark);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.site-title a {
  font-size: 30px;
  text-decoration: none;
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.site-description {
  display: none;
}

.ast-builder-grid-row {
  align-items: center;
}

.main-header-bar {
  border-bottom: 1px solid rgba(11,59,117,.08);
}

.ast-builder-menu-1 .menu-item > .menu-link,
.ast-desktop .main-header-menu > .menu-item > a {
  font-size: 15px;
}

.ljh-home .site-content > .ast-container,
.ljh-page .site-content > .ast-container,
.home .site-content > .ast-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.ljh-home .ast-container > #primary,
.ljh-page .ast-container > #primary,
.home .ast-container > #primary {
  width: 100%;
  margin: 0;
}

.ljh-home .ast-container > #secondary,
.ljh-page .ast-container > #secondary,
.home .ast-container > #secondary {
  display: none;
}

.ljh-hero {
  padding: 88px 0 48px;
}

.ljh-hero-copy {
  max-width: 700px;
}

.ljh-value-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
}

.ljh-value-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(11,59,117,.07);
  color: var(--ljh-blue-dark);
  font-size: 13px;
  font-weight: 700;
}

.ljh-hero-panel {
  position: relative;
  overflow: hidden;
}

.ljh-hero-panel::after {
  content: '';
  position: absolute;
  inset: auto -60px -60px auto;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(247,147,30,.18) 0%, rgba(247,147,30,0) 70%);
}

.ljh-panel-note {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--ljh-border);
}

.ljh-panel-note h3 {
  margin: 0 0 8px;
  color: var(--ljh-blue-dark);
  font-size: 20px;
}

.ljh-panel-note p {
  margin: 0;
  color: var(--ljh-text-soft);
}

.ljh-section-head {
  margin-bottom: 30px;
}

.ljh-section-head p {
  max-width: 520px;
}

.ljh-mini-card,
.ljh-audience-card,
.ljh-listing-card,
.ljh-category-card,
.ljh-step,
.ljh-faq-item,
.ljh-page-hero-card,
.ljh-dashboard-card,
.ljh-form-wrap {
  box-shadow: var(--ljh-shadow-soft);
}

.ljh-card:hover,
.ljh-listing-card:hover,
.ljh-category-card:hover,
.ljh-mini-card:hover,
.ljh-audience-card:hover {
  transform: translateY(-2px);
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: var(--ljh-shadow);
}

.ljh-trust-strip > div {
  min-height: 108px;
}

.ljh-listing-card p,
.ljh-category-card p,
.ljh-mini-card p,
.ljh-audience-card p,
.ljh-step p,
.ljh-faq-item p {
  color: var(--ljh-text-soft);
}

.ljh-category-card .ljh-btn,
.ljh-listing-card .ljh-btn {
  min-height: 46px;
  padding-inline: 18px;
}

/* Pricing cards */
.ljh-pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
}

.ljh-pricing-card--popular {
  border-color: rgba(247,147,30,.45);
  box-shadow: 0 20px 44px rgba(247,147,30,.18);
}

.ljh-pricing-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.ljh-pricing-kicker,
.ljh-pricing-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.ljh-pricing-kicker {
  background: rgba(11,59,117,.08);
  color: var(--ljh-blue-dark);
}

.ljh-pricing-tag {
  background: rgba(247,147,30,.16);
  color: #8d5200;
}

.ljh-pricing-creditline {
  color: var(--ljh-blue-dark);
  font-weight: 700;
}

.ljh-feature-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.ljh-feature-list li {
  position: relative;
  padding-left: 22px;
  color: var(--ljh-text-soft);
}

.ljh-feature-list li::before {
  content: '•';
  position: absolute;
  left: 8px;
  top: 0;
  color: var(--ljh-orange);
  font-weight: 900;
}

.ljh-btn-ghost {
  background: #fff;
  color: var(--ljh-blue-dark);
  border: 1px solid var(--ljh-border);
}

.ljh-btn-ghost:hover,
.ljh-btn-ghost:focus {
  background: var(--ljh-orange) !important;
  color: #fff !important;
  border-color: var(--ljh-orange) !important;
}

.ljh-pricing-bucket {
  min-height: 100%;
}

.ljh-pricing-page .ljh-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Footer refinements */
.ljh-site-footer-top {
  padding-top: 64px;
}

.ljh-footer-brand h3 {
  font-size: 28px;
}

.ljh-footer-brand p {
  max-width: 320px;
}

.ljh-footer-col h4 {
  font-size: 18px;
}

/* Mobile */
@media (max-width: 1200px) {
  .ljh-pricing-page .ljh-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 921px) {
  .site-title a {
    font-size: 24px;
  }

  .main-header-bar {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .ast-mobile-popup-drawer .menu-link,
  .ast-mobile-popup-drawer .menu-item > a {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .ljh-container {
    width: min(var(--ljh-container), calc(100% - 24px));
  }

  .ljh-hero {
    padding: 72px 0 40px;
  }

  .ljh-value-points span {
    width: 100%;
    justify-content: center;
  }

  .ljh-section-head h2,
  .ljh-cta-banner h2 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .ljh-pricing-page .ljh-grid-4 {
    grid-template-columns: 1fr;
  }

  .ljh-pricing-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .ljh-footer-grid {
    gap: 24px;
  }

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

@media (max-width: 767px) {
  .site-title a {
    font-size: 26px;
  }

  .ast-mobile-header-wrap .ast-builder-grid-row {
    min-height: 74px;
  }

  .ljh-hero-copy h1 {
    max-width: none;
  }

  .ljh-value-points span {
    width: 100%;
    justify-content: center;
  }
}

/* v1.7 final refinement */
.ljh-inline-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  color: var(--ljh-text-soft);
  font-weight: 600;
}

.ljh-inline-check input {
  margin: 0;
}

.ljh-form-field small {
  color: var(--ljh-text-soft);
}

.ljh-listing-thumb-link {
  display: block;
  margin: -24px -24px 18px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.ljh-listing-thumb {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform .25s ease;
}

.ljh-listing-card:hover .ljh-listing-thumb {
  transform: scale(1.03);
}

.ljh-category-meta {
  color: var(--ljh-text-soft);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
}

.ljh-dashboard-stack {
  display: grid;
  gap: 24px;
}

.ljh-profile-header {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.ljh-profile-avatar-wrap {
  width: 96px;
  height: 96px;
  border-radius: 999px;
  overflow: hidden;
  border: 4px solid rgba(11,59,117,.08);
  background: var(--ljh-bg-soft);
}

.ljh-profile-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ljh-logo-preview img {
  display: block;
  max-width: 140px;
  max-height: 80px;
  object-fit: contain;
  margin-top: 12px;
  border: 1px solid var(--ljh-border);
  border-radius: 12px;
  background: #fff;
  padding: 8px;
}

.ljh-list-status {
  color: var(--ljh-text-soft);
}

.ljh-pricing-group + .ljh-pricing-group {
  margin-top: 46px;
}

.ljh-section-head-compact {
  margin-bottom: 22px;
}

.ljh-archive-page .ljh-page-hero {
  padding-bottom: 28px;
}

.ljh-pagination {
  margin-top: 30px;
}

.ljh-pagination .nav-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ljh-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--ljh-border);
  text-decoration: none;
  color: var(--ljh-blue-dark);
  background: #fff;
}

.ljh-pagination .page-numbers.current,
.ljh-pagination .page-numbers:hover {
  background: var(--ljh-orange);
  border-color: var(--ljh-orange);
  color: #fff;
}

@media (max-width: 992px) {
  .ljh-profile-header {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ljh-listing-thumb-link {
    margin: -20px -20px 16px;
  }

  .ljh-listing-thumb {
    height: 190px;
  }

  .ljh-profile-avatar-wrap {
    width: 84px;
    height: 84px;
  }

  .ljh-pricing-group + .ljh-pricing-group {
    margin-top: 34px;
  }
}

/* v1.8 pricing simplification */
.ljh-pricing-upsells .ljh-pricing-card {
  padding: 22px;
}

.ljh-pricing-upsells .ljh-pricing-card h3 {
  font-size: 24px;
}

.ljh-pricing-upsells .ljh-pricing-card .ljh-price {
  font-size: 30px;
}

.ljh-pricing-upsells .ljh-feature-list {
  gap: 8px;
}

.ljh-pricing-upsells .ljh-card-actions {
  margin-top: auto;
}

@media (max-width: 992px) {
  .ljh-pricing-upsells {
    grid-template-columns: 1fr;
  }
}


/* Frontend login */
.ljh-login-wrap{max-width:640px;margin:40px auto;}
.ljh-login-card h1{margin-bottom:8px;}
.ljh-login-card p{margin-bottom:18px;}
.ljh-login-form .ljh-form-field{margin-bottom:16px;}
.ljh-login-form input[type=text],.ljh-login-form input[type=password]{width:100%;padding:14px 16px;border:1px solid #d7dfeb;border-radius:14px;background:#fff;}


/* v1.9 listing detail + richer profile */
.ljh-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 28px;
  align-items: start;
}

.ljh-single-main,
.ljh-single-sidebar {
  display: grid;
  gap: 24px;
}

.ljh-single-media {
  overflow: hidden;
  border-radius: var(--ljh-radius);
  border: 1px solid var(--ljh-border);
  background: #fff;
  box-shadow: var(--ljh-shadow-soft);
}

.ljh-single-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
}

.ljh-single-content-card h2,
.ljh-contact-card h3,
.ljh-poster-card h3 {
  margin-top: 0;
  color: var(--ljh-blue-dark);
}

.ljh-single-content {
  color: var(--ljh-text);
}

.ljh-single-content p:last-child {
  margin-bottom: 0;
}

.ljh-contact-buttons {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.ljh-detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.ljh-detail-list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid var(--ljh-border);
  border-radius: 12px;
  background: var(--ljh-bg);
}

.ljh-detail-list a {
  color: var(--ljh-blue-dark);
  text-decoration: none;
  font-weight: 700;
}

.ljh-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.ljh-social-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(11,59,117,.08);
  color: var(--ljh-blue-dark);
  text-decoration: none;
  font-weight: 700;
}

.ljh-social-links a:hover,
.ljh-social-links a:focus {
  background: var(--ljh-orange);
  color: #fff;
}

.ljh-poster-head {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}

.ljh-poster-avatar {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  object-fit: cover;
  border: 3px solid rgba(11,59,117,.1);
}

.ljh-logo-preview {
  margin-top: 10px;
}

.ljh-logo-preview img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--ljh-border);
}

@media (max-width: 992px) {
  .ljh-single-layout {
    grid-template-columns: 1fr;
  }
}

/* v2.0 auth + dashboard polish */
.ljh-auth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.ljh-auth-card {
  background: #fff;
  border: 1px solid var(--ljh-border);
  border-radius: var(--ljh-radius);
  box-shadow: var(--ljh-shadow);
  padding: 28px;
}

.ljh-auth-card-single {
  max-width: 780px;
  margin: 0 auto;
}

.ljh-auth-card h2 {
  margin-top: 0;
  color: var(--ljh-blue-dark);
}

.ljh-register-form input,
.ljh-register-form select,
.ljh-login-form input,
.ljh-login-form select {
  width: 100%;
}

.ljh-current-upload-preview {
  margin-top: 12px;
}

.ljh-current-upload-preview img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--ljh-border);
  box-shadow: var(--ljh-shadow-soft);
}

.ljh-dashboard-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.ljh-dashboard-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid var(--ljh-border);
  border-radius: 14px;
  background: var(--ljh-bg);
}

.ljh-dashboard-item a {
  font-weight: 700;
  text-decoration: none;
}

.ljh-item-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.ljh-item-actions a {
  color: var(--ljh-blue-dark);
}

.ljh-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.ljh-btn-small {
  min-height: 40px;
  padding: 0 16px;
  font-size: 14px;
}

.ljh-status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 800;
  background: rgba(11,59,117,.08);
  color: var(--ljh-blue-dark);
}

.ljh-status-publish {
  background: rgba(28, 163, 79, .12);
  color: #1c7a43;
}

.ljh-status-pending,
.ljh-status-draft {
  background: rgba(247,147,30,.14);
  color: #9a5b00;
}

@media (max-width: 992px) {
  .ljh-auth-grid {
    grid-template-columns: 1fr;
  }

  .ljh-dashboard-item,
  .ljh-list-head {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* Auth and launch polish */
.ljh-auth-cta-card {
  margin-top: 18px;
  background: #fff;
  border: 1px solid var(--ljh-border);
  border-radius: var(--ljh-radius);
  box-shadow: var(--ljh-shadow-soft);
  padding: 22px;
}

.ljh-auth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.ljh-auth-card-single {
  max-width: 820px;
}

.ljh-login-form .ljh-form-actions,
.ljh-register-form .ljh-form-actions {
  flex-wrap: wrap;
}

.ljh-login-form input,
.ljh-register-form input,
.ljh-login-form select,
.ljh-register-form select {
  width: 100%;
}

.ljh-notice a {
  font-weight: 700;
}

.ljh-single-image {
  width: 100%;
  height: auto;
  border-radius: calc(var(--ljh-radius) - 4px);
  display: block;
}

@media (max-width: 921px) {
  .ljh-auth-grid,
  .ljh-hero-grid,
  .ljh-page-hero-grid,
  .ljh-section-head,
  .ljh-grid-4,
  .ljh-grid-3,
  .ljh-grid-2,
  .ljh-single-layout,
  .ljh-dashboard-grid {
    grid-template-columns: 1fr !important;
  }

  .ljh-section-head {
    gap: 12px;
  }

  .ljh-auth-card,
  .ljh-auth-card-single,
  .ljh-dashboard-card,
  .ljh-form-wrap,
  .ljh-page-hero-card,
  .ljh-card,
  .ljh-listing-card,
  .ljh-category-card,
  .ljh-mini-card,
  .ljh-faq-item {
    padding: 18px;
    border-radius: 18px;
  }

  .ljh-hero,
  .ljh-section,
  .ljh-section-alt,
  .ljh-section-accent {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .ljh-hero h1,
  .ljh-page-hero h1,
  .ljh-section-head h2,
  .ljh-cta-banner h2 {
    font-size: 34px;
  }

  .ljh-hero p,
  .ljh-page-hero p,
  .ljh-section-head p {
    font-size: 16px;
  }

  .ljh-card-actions,
  .ljh-form-actions,
  .ljh-hero-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .ljh-btn,
  .ljh-card-actions .ljh-btn,
  .ljh-form-actions .ljh-btn {
    width: 100%;
  }

  .ljh-login-form .ljh-btn,
  .ljh-register-form .ljh-btn {
    width: 100%;
  }

  .ljh-site-footer-top .ljh-footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}


/* v2.2 final polish */
.ljh-contact-form textarea{width:100%;min-height:180px;}
.ljh-hp-field{position:absolute;left:-9999px;opacity:0;pointer-events:none;}
.ljh-legal-page .ljh-card{height:100%;}

.ljh-cookie-overlay{
  position:fixed;
  inset:0;
  background:rgba(8,43,86,.30);
  z-index:9997;
  opacity:0;
  visibility:hidden;
  transition:opacity .2s ease, visibility .2s ease;
}
.ljh-cookie-banner{
  position:fixed;
  left:50%;
  bottom:24px;
  transform:translateX(-50%) translateY(24px);
  width:min(720px, calc(100% - 24px));
  z-index:9999;
  background:#0b3b75;
  color:#fff;
  padding:20px 22px;
  border-radius:20px;
  box-shadow:0 24px 48px rgba(0,0,0,.20);
  display:flex;
  gap:18px;
  align-items:flex-start;
  justify-content:space-between;
  opacity:0;
  visibility:hidden;
  transition:opacity .2s ease, visibility .2s ease, transform .2s ease;
}
.ljh-cookie-banner.is-visible,
.ljh-cookie-overlay.is-visible{
  opacity:1;
  visibility:visible;
}
.ljh-cookie-banner.is-visible{
  transform:translateX(-50%) translateY(0);
}
.ljh-cookie-banner p{margin:0;color:#fff;max-width:860px;font-size:15px;line-height:1.5;}
.ljh-cookie-banner .ljh-cookie-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;}
.ljh-cookie-banner .ljh-btn-primary{background:#f7931e;color:#fff;}
.ljh-cookie-banner .ljh-btn-secondary{background:#fff;color:#0b3b75;border-color:#fff;}
.ljh-auth-page-inline{padding:0;background:transparent;border:none;box-shadow:none;}
.ljh-page .ljh-auth-page-inline .ljh-auth-grid{margin-top:18px;}
@media (max-width:921px){
  .ljh-cookie-banner{
    width:min(540px, calc(100% - 16px));
    bottom:14px;
    padding:16px;
    align-items:flex-start;
    flex-direction:column;
  }
  .ljh-auth-page-inline .ljh-auth-grid{grid-template-columns:1fr !important;}
  .ljh-auth-card{padding:20px;}
}

