/* JayJayComplex public design system - v61 */
:root {
  --jj-blue: #1463f3;
  --jj-blue-dark: #0b3ea9;
  --jj-blue-soft: #eaf2ff;
  --jj-ink: #101828;
  --jj-text: #344054;
  --jj-muted: #667085;
  --jj-line: #dfe4ea;
  --jj-surface: #ffffff;
  --jj-surface-alt: #f6f8fb;
  --jj-green: #12a36d;
  --jj-orange: #f79009;
  --jj-danger: #d92d20;
  --jj-shadow-sm: 0 2px 10px rgba(16, 24, 40, .07);
  --jj-shadow: 0 14px 36px rgba(16, 24, 40, .10);
  --jj-container: 1240px;
  --jj-header: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { width: 100%; margin: 0; scroll-behavior: smooth; }
body {
  width: 100%; min-width: 320px; margin: 0; overflow-x: hidden;
  color: var(--jj-text); background: var(--jj-surface);
  font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.65;
  letter-spacing: 0;
}
/*
 * WordPress prints a complete error-page stylesheet when a recoverable plugin
 * failure occurs during template output. Its global body rule used to shrink
 * this storefront to 700px. These viewport invariants must win regardless of
 * output order so an extension error cannot corrupt the entire page geometry.
 */
html,
html body {
  width: 100% !important;
  max-width: none !important;
  min-width: 320px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--jj-blue); text-decoration: none; transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
a:hover { color: var(--jj-blue-dark); }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button { cursor: pointer; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .65em; color: var(--jj-ink); line-height: 1.18; letter-spacing: 0; }
p { margin: 0 0 1.15em; }
ul, ol { margin: 0 0 1.25em; }

/* Never allow themes, plugins or block wrappers to collapse the page canvas. */
html body #page.site,
html body .site,
html body #content.site-content,
html body .site-content,
html body #primary,
html body main.site-main {
  width: 100% !important; max-width: none !important; min-width: 0 !important;
  margin-left: 0 !important; margin-right: 0 !important;
}
#page.site { overflow: clip; background: var(--jj-surface); }
.container { width: min(calc(100% - 48px), var(--jj-container)); margin-inline: auto; }
.section-padding { padding: 88px 0; }
.home .site-main { display: flex; flex-direction: column; }
.home .hero-section { order: 1; }
.home .services-section { order: 2; }
.home .bundles-section { order: 3; }
.home .order-process-section { order: 4; }
.home .products-section { order: 5; }
.home .events-package-section { order: 6; }
.home .pod-section { order: 7; }
.home .about-section { order: 8; }
.home .why-us-section { order: 9; }
.home .home-blog-section { order: 10; }
.home .smart-card-section { order: 11; }
.home .contact-section { order: 12; }
.home .site-main > section:not(.hero-section) { position: relative; border-top: 1px solid rgba(16, 24, 40, .08); }
.home .site-main > section:not(.hero-section)::before { position: absolute; top: 0; left: 50%; width: 84px; height: 4px; content: ""; background: var(--jj-blue); transform: translateX(-50%); }
.home .services-section { background: #ffffff; }
.home .bundles-section { background: #eef6ff !important; }
.home .order-process-section { background: #fff8e8; }
.home .products-section { background: #ffffff; }
.home .events-package-section { background: #edf4ff; }
.home .pod-section { background: #f5f7fa; }
.home .about-section { background: #ebf8f2; }
.home .why-us-section { background: #ffffff; }
.home .home-blog-section { background: #f1f4f8; }
.home .smart-card-section { background: #0b1833 !important; }
.home .contact-section { background: #0c2f75; }
.section-reveal, .content-reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.content-reveal { transition-delay: var(--reveal-delay, 0ms); }
.section-reveal.is-visible, .content-reveal.is-visible { opacity: 1; transform: translateY(0); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 16px; clip: auto; color: var(--jj-ink); background: #fff; }

.btn, button.button, a.button, input.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-element-button {
  display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px;
  padding: 11px 20px; border: 1px solid transparent; border-radius: 6px;
  font-weight: 700; line-height: 1.25; text-align: center; text-decoration: none;
  box-shadow: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover, button.button:hover, a.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { transform: translateY(-1px); box-shadow: var(--jj-shadow-sm); }
.btn-primary, .btn-blue, .btn-blue-solid, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .wc-block-components-button:not(.is-link) {
  color: #fff !important; background: var(--jj-blue) !important; border-color: var(--jj-blue) !important;
}
.btn-primary:hover, .btn-blue:hover, .btn-blue-solid:hover { background: var(--jj-blue-dark) !important; border-color: var(--jj-blue-dark) !important; }
.btn-outline, .btn-outline-blue, .btn-secondary { color: var(--jj-blue) !important; background: #fff !important; border-color: #9dbcf8 !important; }
.btn-small { min-height: 40px; padding: 8px 14px; font-size: 14px; }
.btn-large { min-height: 52px; padding: 14px 24px; }
.w-full { width: 100%; }

/* Header */
.site-header {
  position: sticky; z-index: 1000; top: 0; width: 100%; height: var(--jj-header);
  background: rgba(255,255,255,.98); border-top: 3px solid var(--jj-blue); border-bottom: 1px solid var(--jj-line);
  box-shadow: 0 3px 16px rgba(16,24,40,.05); backdrop-filter: blur(10px);
}
.header-inner { display: flex; height: calc(var(--jj-header) - 3px); align-items: center; gap: 28px; }
.site-logo { display: inline-flex; flex: 0 0 auto; align-items: center; color: var(--jj-ink); }
.site-wordmark { display: inline-flex; align-items: center; gap: 9px; color: var(--jj-ink); }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; color: #fff; background: var(--jj-blue); border-radius: 6px; font-size: 14px; font-weight: 800; box-shadow: inset -7px 0 0 #ff8a00; }
.site-logo .custom-logo-link { display: flex; width: min(190px, 24vw); height: 54px; align-items: center; overflow: hidden; }
.site-logo img, .site-logo .custom-logo { width: auto; max-width: 100%; height: 48px; object-fit: contain; object-position: left center; }
.logo-text { font-size: 20px; font-weight: 800; color: var(--jj-ink); }
.main-navigation { display: flex; min-width: 0; flex: 1; justify-content: center; }
.main-navigation ul, .main-navigation .menu { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.main-navigation li { position: relative; margin: 0; }
.main-navigation a { display: flex; align-items: center; min-height: 42px; padding: 9px 12px; color: #1d2939; border-radius: 6px; font-size: 14px; font-weight: 600; white-space: nowrap; }
.main-navigation a:hover, .main-navigation .current-menu-item > a, .main-navigation .current_page_item > a { color: var(--jj-blue); background: var(--jj-blue-soft); }
.home .main-navigation a[href*="#"] { color: #1d2939; background: transparent; }
.home .main-navigation a[href*="#"]:hover { color: var(--jj-blue); background: var(--jj-blue-soft); }
.main-navigation .sub-menu { position: absolute; top: 100%; left: 0; display: none; width: 220px; padding: 8px; background: #fff; border: 1px solid var(--jj-line); border-radius: 8px; box-shadow: var(--jj-shadow); }
.main-navigation li:hover > .sub-menu, .main-navigation li:focus-within > .sub-menu { display: block; }
.main-navigation .sub-menu a { width: 100%; white-space: normal; }
.header-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; }
.language-switcher, .polylang-menu { display: flex; align-items: center; gap: 6px; }
.language-switcher ul, .polylang-menu { margin: 0; padding: 0; list-style: none; }
.language-switcher a, .polylang-menu a { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 4px; }
.cart-icon {
  position: relative; display: inline-flex; min-height: 44px; align-items: center; gap: 10px; padding: 7px 13px;
  color: var(--jj-ink); background: #fff; border: 1px solid #b8cdf9; border-radius: 6px; box-shadow: var(--jj-shadow-sm);
}
.cart-icon-symbol { display: grid; width: 30px; height: 30px; place-items: center; color: #fff; background: var(--jj-blue); border-radius: 5px; }
.cart-icon-copy { display: flex; flex-direction: column; color: var(--jj-ink); font-size: 12px; font-weight: 800; line-height: 1.1; }
.cart-icon-copy small { color: var(--jj-muted); font-size: 10px; font-weight: 500; }
.cart-count { position: absolute; top: -7px; right: -7px; display: grid; min-width: 20px; height: 20px; place-items: center; padding: 0 5px; color: #fff; background: var(--jj-danger); border: 2px solid #fff; border-radius: 10px; font-size: 10px; font-weight: 800; }
.theme-toggle, .mobile-menu-toggle { display: grid; width: 42px; height: 42px; place-items: center; padding: 0; color: var(--jj-ink); background: #fff; border: 1px solid var(--jj-line); border-radius: 6px; }
.mobile-menu-toggle { position: relative; display: none; }
.mobile-menu-toggle span { position: absolute; left: 10px; display: block; width: 20px; height: 2px; margin: 0; background: currentColor; border-radius: 1px; transition: top .2s ease, transform .2s ease, opacity .2s ease; }
.mobile-menu-toggle span:nth-child(1) { top: 13px; }
.mobile-menu-toggle span:nth-child(2) { top: 20px; }
.mobile-menu-toggle span:nth-child(3) { top: 27px; }
.mobile-menu-toggle.active span:nth-child(1) { top: 20px; transform: rotate(45deg); }
.mobile-menu-toggle.active span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle.active span:nth-child(3) { top: 20px; transform: rotate(-45deg); }
.mobile-menu { display: none; }
body.menu-open { overflow: hidden; }

/* Hero */
.hero-section { position: relative; isolation: isolate; display: grid; min-height: min(720px, calc(100vh - var(--jj-header))); align-items: center; overflow: hidden; background: #edf4ff; }
.hero-bg { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(246,249,255,.98) 0%, rgba(246,249,255,.94) 44%, rgba(246,249,255,.38) 72%, rgba(246,249,255,.12) 100%); }
.hero-content { padding-block: 72px; }
.hero-content > * { max-width: 690px; }
.hero-badge, .section-badge, .jj-eyebrow, .jj-post-label, .pod-badge, .event-badge {
  display: inline-flex; width: auto; align-items: center; gap: 7px; margin-bottom: 18px; padding: 7px 11px;
  color: var(--jj-blue-dark); background: var(--jj-blue-soft); border: 1px solid #b9d0fb; border-radius: 999px;
  font-size: 12px; font-weight: 800; line-height: 1.2; text-transform: uppercase;
}
.hero-title { max-width: 760px; margin-bottom: 18px; color: #0b1833; font-size: 64px; font-weight: 800; }
.hero-brand { color: var(--jj-blue); }
.hero-description { max-width: 650px; margin-bottom: 26px; color: #344054; font-size: 18px; }
.hero-service-links { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.hero-service-links a { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; color: #1d2939; background: rgba(255,255,255,.88); border: 1px solid #d0d9e7; border-radius: 5px; font-size: 13px; font-weight: 700; }
.hero-buttons, .jj-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-stats { display: flex; max-width: 650px; margin-top: 34px; padding-top: 22px; border-top: 1px solid #c9d6e9; }
.stat-item { min-width: 120px; padding: 0 20px; border-right: 1px solid #c9d6e9; }
.stat-item:first-child { padding-left: 0; }
.stat-item:last-child { border: 0; }
.stat-number { display: block; color: var(--jj-ink); font-size: 23px; font-weight: 800; }
.stat-label { display: block; color: var(--jj-muted); font-size: 11px; }

/* Shared sections and cards */
.section-title { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.section-title.jj-left-title { margin-left: 0; text-align: left; }
.section-title h2, h2.section-title, .page-title { margin-bottom: 12px; font-size: 38px; }
.section-title p { color: var(--jj-muted); font-size: 16px; }
.services-section, .products-section, .why-us-section, .jj-service-lines, .jj-blog-feed { background: var(--jj-surface); }
.bundles-section, .order-process-section, .about-section, .jj-managed-content { background: var(--jj-surface-alt); }
.services-grid, .jj-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.service-card, .jj-service-card { min-width: 0; padding: 28px; background: #fff; border: 1px solid var(--jj-line); border-radius: 8px; box-shadow: var(--jj-shadow-sm); }
.service-card:hover, .jj-service-card:hover { transform: translateY(-3px); border-color: #aac4f8; box-shadow: var(--jj-shadow); }
.service-icon, .why-us-icon, .contact-icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 20px; border-radius: 7px; font-size: 20px; }
.service-icon.blue, .contact-icon.blue { color: var(--jj-blue); background: var(--jj-blue-soft); }
.service-icon.green, .contact-icon.green { color: var(--jj-green); background: #e8f8f2; }
.service-icon.orange, .contact-icon.orange { color: var(--jj-orange); background: #fff3df; }
.service-card h3, .jj-service-card h3 { font-size: 20px; }
.service-card p, .jj-service-card p { color: var(--jj-muted); }
.jj-service-card { display: flex; flex-direction: column; padding: 0; overflow: hidden; }
.jj-service-media { aspect-ratio: 16 / 9; overflow: hidden; background: #e7eef9; }
.jj-service-media img { width: 100%; height: 100%; object-fit: cover; }
.jj-service-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.jj-capability-list { padding-left: 18px; color: var(--jj-text); }
.jj-text-link { margin-top: auto; font-weight: 800; }

.bundles-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 22px !important; }
.bundle-card { position: relative; display: flex; min-width: 0; flex-direction: column; padding: 28px !important; overflow: hidden; background: #fff !important; border: 1px solid var(--jj-line) !important; border-radius: 8px !important; box-shadow: var(--jj-shadow-sm) !important; }
.bundle-card:hover { transform: translateY(-3px); box-shadow: var(--jj-shadow) !important; }
.bundle-header { padding-bottom: 18px; border-bottom: 1px solid var(--jj-line); }
.bundle-header h3 { font-size: 22px; }
.bundle-features { flex: 1; margin: 20px 0 24px; padding: 0; list-style: none; }
.bundle-features li { display: flex; gap: 9px; padding: 6px 0; color: var(--jj-text); }
.bundle-features i { margin-top: 5px; color: var(--jj-green); }

/* Products */
.products-grid, ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 22px !important; margin: 0 !important; padding: 0 !important; }
.product-card, .woocommerce ul.products li.product {
  float: none !important; display: flex !important; width: auto !important; min-width: 0; margin: 0 !important; flex-direction: column;
  overflow: hidden; background: #fff; border: 1px solid var(--jj-line); border-radius: 8px; box-shadow: var(--jj-shadow-sm);
}
.product-card:hover, .woocommerce ul.products li.product:hover { transform: translateY(-3px); border-color: #b7caf1; box-shadow: var(--jj-shadow); }
.product-image, .woocommerce ul.products li.product > a:first-child { position: relative; display: block; }
.product-image { aspect-ratio: 1 / 1; overflow: hidden; background: #f2f4f7; }
.product-image img, .woocommerce ul.products li.product a img { width: 100% !important; aspect-ratio: 1 / 1; margin: 0 !important; object-fit: cover; }
.product-content { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.product-category, .woocommerce-loop-product__category { margin-bottom: 7px; color: var(--jj-blue); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.product-card h3, .woocommerce ul.products li.product .woocommerce-loop-product__title { margin: 0 0 9px; padding: 0; color: var(--jj-ink); font-size: 17px; }
.product-features { padding-left: 18px; color: var(--jj-muted); font-size: 13px; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 14px; }
.product-price, .woocommerce ul.products li.product .price { color: var(--jj-ink) !important; font-size: 17px !important; font-weight: 800 !important; }
.product-actions { display: flex; gap: 7px; }
.woocommerce ul.products li.product .button { margin: auto 18px 18px !important; }
.woocommerce span.onsale { z-index: 3; min-width: auto; min-height: auto; margin: 10px !important; padding: 5px 9px; color: #fff; background: var(--jj-danger); border-radius: 4px; font-size: 12px; line-height: 1.2; }
.section-cta { margin-top: 36px; text-align: center; }

/* Process, events and promotional content */
.order-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin: 0; padding: 0; list-style: none; }
.order-process-grid > li::marker { content: ""; }
.order-process-step { position: relative; padding: 25px; background: #fff; border: 1px solid var(--jj-line); border-radius: 8px; }
.order-step-number { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 18px; color: #fff; background: var(--jj-blue); border-radius: 5px; font-size: 14px; font-weight: 800; }
.order-process-step h3 { font-size: 18px; }
.events-package-section { background: #eef5ff; }
.events-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 24px; }
.event-card { position: relative; display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid #cbd9ee; border-radius: 8px; box-shadow: 0 8px 24px rgba(16,24,40,.08); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.event-card::after { position: absolute; z-index: 3; top: 0; right: 0; left: 0; height: 4px; background: var(--jj-blue); content: ""; }
.event-card:hover { transform: translateY(-5px); border-color: #9dbcf8; box-shadow: 0 18px 42px rgba(16,24,40,.14); }
.event-card-image { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #dce7f7; }
.event-card-image::after { position: absolute; inset: auto 0 0; height: 38%; pointer-events: none; background: linear-gradient(to top, rgba(7,23,52,.36), transparent); content: ""; }
.event-card-image > a { display: block; width: 100%; height: 100%; }
.event-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.event-card:hover .event-card-image img { transform: scale(1.035); }
.event-card-placeholder { display: grid; place-items: center; color: var(--jj-blue); background: linear-gradient(135deg, #e7effd, #f7faff); font-size: 44px; }
.event-badge { position: absolute; z-index: 2; bottom: 14px; left: 14px; display: inline-flex; min-height: 28px; align-items: center; padding: 5px 10px; color: #fff; background: rgba(9,31,70,.88); border: 1px solid rgba(255,255,255,.42); border-radius: 4px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.event-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.event-card-body h3 { margin-bottom: 10px; font-size: 22px; line-height: 1.25; }
.event-card-body h3 a { color: var(--jj-ink); }
.event-card-body h3 a:hover { color: var(--jj-blue); }
.event-price { min-height: 32px; margin-bottom: 10px; color: var(--jj-blue); font-size: 21px; font-weight: 800; line-height: 1.25; }
.event-price del { margin-right: 7px; color: #7b8799; font-size: 14px; font-weight: 600; }
.event-price ins { color: var(--jj-blue); text-decoration: none; }
.event-features { flex: 1; color: var(--jj-muted); font-size: 14px; }
.event-features > p { margin-bottom: 12px; }
.event-features ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.event-features li { position: relative; padding-left: 25px; line-height: 1.55; }
.event-features li::before { position: absolute; top: 3px; left: 0; display: grid; width: 17px; height: 17px; place-items: center; color: #087a52; background: #e4f7ef; border-radius: 50%; font-family: "Font Awesome 6 Free"; font-size: 8px; font-weight: 900; content: "\f00c"; }
.event-card-footer { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 10px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--jj-line); }
.event-card-footer .btn,
.event-card-footer .btn-blue-solid,
.event-card-footer .btn-outline-blue { display: inline-flex; width: 100%; min-width: 0; min-height: 46px; align-items: center; justify-content: center; gap: 8px; padding: 10px 12px; border-width: 1px; border-style: solid; border-radius: 6px; white-space: nowrap; font-size: 13px; font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.event-details-button { color: var(--jj-blue) !important; background: #fff !important; border-color: #94b6f7 !important; }
.event-details-button:hover { color: #fff !important; background: var(--jj-blue) !important; border-color: var(--jj-blue) !important; }
.event-whatsapp-booking { color: #fff !important; background: #079761 !important; border-color: #079761 !important; box-shadow: 0 7px 16px rgba(7,151,97,.18); }
.event-whatsapp-booking:hover { color: #fff !important; background: #087a52 !important; border-color: #087a52 !important; transform: translateY(-1px); box-shadow: 0 10px 20px rgba(7,122,82,.22); }
.event-whatsapp-booking i { font-size: 17px; }
.event-sale-ribbon { position: absolute; z-index: 3; top: 14px; right: 14px; padding: 6px 10px; color: #fff; background: var(--jj-danger); border-radius: 4px; box-shadow: 0 5px 14px rgba(180,35,24,.22); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.pod-wrapper, .sc-promo-grid { display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important; align-items: center; gap: 56px !important; }
.pod-image, .sc-promo-image { min-width: 0; }
.pod-image img, .sc-promo-image img { width: 100%; max-height: 520px; object-fit: contain; }
.pod-content h2, .sc-promo-content h2 { font-size: 38px; }
.pod-features-minimal, .sc-features { display: grid; gap: 10px; margin: 24px 0; padding: 0; list-style: none; }
.pod-features-minimal li, .sc-features li { display: flex; align-items: flex-start; gap: 10px; }
.pod-features-minimal i, .sc-features i { margin-top: 5px; color: var(--jj-green); }
.pod-highlight { padding: 16px; background: var(--jj-blue-soft); border-left: 4px solid var(--jj-blue); border-radius: 4px; }
.smart-card-section { position: relative; overflow: hidden; color: #fff; background: #0b1833; }
.smart-card-section h2, .smart-card-section h3 { color: #fff; }
.smart-card-section p { color: #d0dbed; }
.sc-blob { display: none; }
.sc-actions, .pod-cta { display: flex; flex-wrap: wrap; gap: 10px; }

.about-grid, .contact-grid, .jj-service-detail-grid, .jj-service-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 56px; }
.about-image img { width: 100%; border-radius: 8px; box-shadow: var(--jj-shadow); }
.about-content h2 { font-size: 38px; }
.about-features { display: grid; gap: 15px; }
.about-feature { display: flex; gap: 12px; }
.about-feature i { margin-top: 6px; color: var(--jj-blue); }
.why-us-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.why-us-item { padding: 24px; background: #fff; border: 1px solid var(--jj-line); border-radius: 8px; }
.why-us-icon { color: var(--jj-blue); background: var(--jj-blue-soft); }
.contact-section { color: #fff; background: #0c234d; }
.contact-section h1, .contact-section h2, .contact-section h3, .contact-section h4, .contact-section h5, .contact-section h6 { color: #fff; }
.contact-section p { color: #d9e2f2; }
.contact-section .contact-details h4, .contact-section .payment-methods h4 { color: #fff; }
.contact-info { display: grid; gap: 18px; }
.contact-item { display: flex; align-items: flex-start; gap: 14px; }
.contact-details a { color: #fff; }
.contact-form-wrapper { padding: 28px; color: var(--jj-text); background: #fff; border-radius: 8px; box-shadow: var(--jj-shadow); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.form-group { margin-bottom: 15px; }
.form-group label { display: block; margin-bottom: 6px; color: var(--jj-ink); font-size: 13px; font-weight: 700; }
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="search"], input[type="url"], select, textarea,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  width: 100%; min-height: 48px; padding: 10px 13px; color: var(--jj-ink); background: #fff; border: 1px solid #cbd2dc; border-radius: 5px; outline: none;
}
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--jj-blue); box-shadow: 0 0 0 3px rgba(20,99,243,.13); }

/* Content pages, services and blog */
.page-hero, .jj-page-hero, .jj-service-detail-hero, .jj-blog-hero { position: relative; padding: 78px 0; color: #fff; background: #0c2f75; }
.page-hero h1, .jj-page-hero h1, .jj-service-detail-hero h1, .jj-blog-hero h1 { max-width: 820px; margin-bottom: 14px; color: #fff; font-size: 48px; }
.page-hero p, .jj-page-hero p, .jj-service-detail-hero p, .jj-blog-hero p, .jj-lead { max-width: 760px; color: #d9e7ff; font-size: 18px; }
.page-hero-overlay { position: absolute; inset: 0; background: rgba(7,28,65,.55); }
.page-hero > .container { position: relative; }
.jj-service-detail-grid { align-items: start; }
.jj-service-detail-grid > *, .jj-service-content-grid > * { min-width: 0; }
.jj-outcome-panel, .rush-service-banner, .sidebar-widget { padding: 24px; background: var(--jj-surface-alt); border: 1px solid var(--jj-line); border-radius: 8px; }
.rush-service-banner { display: flex; align-items: center; gap: 18px; margin-top: 28px; }
.rush-icon { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; color: #fff; background: var(--jj-orange); border-radius: 7px; }
.jj-cross-service { padding: 54px 0; background: var(--jj-blue); }
.jj-cross-service-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.jj-cross-service h2, .jj-cross-service p { color: #fff; }
.jj-blog-topics { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.jj-blog-topics span, .jj-blog-topics a { padding: 7px 11px; color: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; font-size: 12px; font-weight: 700; }
.jj-featured-story-card { display: grid; grid-template-columns: 1.15fr 1fr; overflow: hidden; background: #fff; border: 1px solid var(--jj-line); border-radius: 8px; box-shadow: var(--jj-shadow); }
.jj-featured-story-image { min-height: 360px; background: #e9eef5; }
.jj-featured-story-image img { width: 100%; height: 100%; object-fit: cover; }
.jj-featured-story-content { padding: 42px; }
.jj-blog-grid, .posts-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.home-blog-section .post-content { height: 100%; }
.home-blog-section .jj-post-card-body { display: flex; flex: 1; flex-direction: column; padding-bottom: 24px; }
.home-blog-section .jj-text-link { margin-top: auto; }
.post-content { display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--jj-line); border-radius: 8px; box-shadow: var(--jj-shadow-sm); }
.post-thumbnail, .jj-post-card-image { aspect-ratio: 16 / 9; overflow: hidden; background: #e8edf5; }
.post-thumbnail img, .jj-post-card-image img { width: 100%; height: 100%; object-fit: cover; }
.entry-header, .entry-summary, .entry-footer, .jj-post-card-body { padding-inline: 22px; }
.entry-header, .jj-post-card-body { padding-top: 22px; }
.entry-footer, .entry-summary { padding-bottom: 22px; }
.entry-title { font-size: 22px; overflow-wrap: anywhere; }
.entry-title a { color: var(--jj-ink); }
.entry-meta, .jj-post-meta, .entry-footer { color: var(--jj-muted); font-size: 12px; }
.entry-content.container, .container.entry-content { padding-block: 64px; }
.entry-content > * { max-width: 820px; }
.entry-content > .alignwide { max-width: 1100px; }
.entry-content > .alignfull { width: 100vw; max-width: none; margin-left: calc(50% - 50vw); }
.post-navigation { padding: 34px 0; border-top: 1px solid var(--jj-line); }
.nav-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.nav-next { text-align: right; }

/* Shop archive */
.woocommerce-main { padding: 52px 0 82px; }
.shop-layout-wrapper { display: grid; grid-template-columns: 250px minmax(0, 1fr); align-items: start; gap: 34px; }
.shop-sidebar { position: sticky; top: calc(var(--jj-header) + 20px); }
.sidebar-widget { margin-bottom: 18px; }
.widget-title { font-size: 17px; }
.shop-cat-list { margin: 0; padding: 0; list-style: none; }
.shop-cat-list a { display: flex; justify-content: space-between; padding: 7px 0; color: var(--jj-text); border-bottom: 1px solid #e8ebef; }
.shop-content-area { min-width: 0; }
.woocommerce .woocommerce-result-count { color: var(--jj-muted); }
.woocommerce .woocommerce-ordering select { min-height: 42px; width: auto; }
.woocommerce nav.woocommerce-pagination { margin-top: 36px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { margin: 3px; border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 40px; padding: 10px; border: 1px solid var(--jj-line); border-radius: 5px; }
.woocommerce nav.woocommerce-pagination ul li span.current { color: #fff; background: var(--jj-blue); border-color: var(--jj-blue); }

/* Product detail */
.product-full-wrapper { padding: 38px 0 80px; }
.woocommerce div.product .amazon-layout-wrapper { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) 300px; align-items: start; gap: 30px; }
.amazon-col-gallery, .amazon-col-info, .amazon-col-buy-box { min-width: 0; }
.amazon-col-gallery { position: sticky; top: calc(var(--jj-header) + 20px); }
.woocommerce div.product div.images { float: none; width: 100%; margin: 0; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { overflow: hidden; background: #f5f7fa; border: 1px solid var(--jj-line); border-radius: 8px; }
.woocommerce div.product div.images .flex-control-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 10px; }
.woocommerce div.product div.images .flex-control-thumbs li { float: none; width: auto; border: 1px solid var(--jj-line); border-radius: 5px; overflow: hidden; }
.woocommerce div.product .product_title { margin-bottom: 12px; font-size: 34px; }
.jj-product-eyebrow { display: block; margin-bottom: 8px; color: var(--jj-blue); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--jj-ink); font-size: 28px; font-weight: 800; }
.woocommerce .star-rating, .woocommerce p.stars a { color: var(--jj-orange); }
.woocommerce-product-details__short-description { padding-block: 16px; color: var(--jj-text); border-top: 1px solid var(--jj-line); }
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.woocommerce .quantity .qty { width: 72px; min-height: 48px; }
.woocommerce div.product form.cart .variations { width: 100%; }
.woocommerce div.product form.cart .variations td { display: block; padding: 4px 0; }
.amazon-col-buy-box { padding: 22px; background: #fff; border: 1px solid #cfd7e3; border-radius: 8px; box-shadow: var(--jj-shadow-sm); }
.jj-buy-box-heading { font-size: 19px; }
.amazon-col-buy-box .cart { display: flex !important; flex-direction: column; }
.amazon-col-buy-box .single_add_to_cart_button { width: 100%; }
.jj-product-assurance { display: grid; gap: 10px; margin: 20px 0 0; padding: 16px 0 0; border-top: 1px solid var(--jj-line); }
.jj-product-assurance > * { display: flex; gap: 8px; color: var(--jj-text); font-size: 13px; }
.jj-product-assurance i { color: var(--jj-green); }
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related, .woocommerce div.product .upsells { clear: both; width: min(calc(100% - 48px), var(--jj-container)); margin: 55px auto 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 4px; margin: 0; padding: 0; border-bottom: 1px solid var(--jj-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; padding: 0; background: transparent; border: 0; border-radius: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 13px 17px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--jj-blue); border-bottom: 3px solid var(--jj-blue); }
.woocommerce div.product .woocommerce-tabs .panel { padding: 28px 0; }

/* Cart, checkout and account */
.woocommerce-cart .site-main, .woocommerce-checkout .site-main, .woocommerce-account .site-main { padding: 52px 0 82px; }
.woocommerce-cart .entry-content, .woocommerce-checkout .entry-content, .woocommerce-account .entry-content { width: min(calc(100% - 48px), var(--jj-container)); max-width: var(--jj-container); margin-inline: auto; padding: 0; }
.woocommerce table.shop_table { overflow: hidden; border: 1px solid var(--jj-line); border-radius: 8px; border-collapse: separate; }
.woocommerce table.shop_table th { color: var(--jj-ink); background: var(--jj-surface-alt); }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 15px; border-color: var(--jj-line); }
.woocommerce-cart table.cart img { width: 74px; border-radius: 5px; }
.woocommerce .cart-collaterals { margin-top: 26px; }
.woocommerce .cart-collaterals .cart_totals { width: min(100%, 470px); padding: 24px; background: var(--jj-surface-alt); border: 1px solid var(--jj-line); border-radius: 8px; }
.woocommerce-checkout form.checkout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); align-items: start; gap: 32px; }
.woocommerce-checkout #customer_details { display: grid; grid-template-columns: 1fr; gap: 22px; }
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 { float: none; width: 100%; padding: 26px; background: #fff; border: 1px solid var(--jj-line); border-radius: 8px; }
.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { grid-column: 2; }
.woocommerce-checkout #order_review_heading { margin: 0; padding: 22px 24px 12px; background: var(--jj-surface-alt); border: 1px solid var(--jj-line); border-bottom: 0; border-radius: 8px 8px 0 0; }
.woocommerce-checkout #order_review { position: sticky; top: calc(var(--jj-header) + 18px); padding: 0 24px 24px; background: var(--jj-surface-alt); border: 1px solid var(--jj-line); border-top: 0; border-radius: 0 0 8px 8px; }
.woocommerce-checkout #payment { background: #fff; border: 1px solid var(--jj-line); border-radius: 7px; }
.woocommerce-checkout #payment ul.payment_methods { border-color: var(--jj-line); }
.jj-checkout-header { margin-bottom: 28px; }
.jj-checkout-kicker { color: var(--jj-blue); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.jj-checkout-steps { display: flex; gap: 8px; margin-top: 16px; }
.jj-checkout-steps > * { flex: 1; padding: 9px; color: var(--jj-muted); background: var(--jj-surface-alt); border-radius: 5px; font-size: 12px; text-align: center; }
.jj-checkout-steps .is-active, .jj-checkout-steps .is-complete { color: #fff; background: var(--jj-blue); }
.jj-checkout-assurance { margin-top: 18px; padding: 15px; background: #eaf8f2; border-radius: 6px; color: #087a52; }
.woocommerce-account .woocommerce-MyAccount-navigation { width: 240px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 8px; list-style: none; background: var(--jj-surface-alt); border: 1px solid var(--jj-line); border-radius: 8px; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 10px 12px; color: var(--jj-text); border-radius: 5px; }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a { color: #fff; background: var(--jj-blue); }
.woocommerce-account .woocommerce-MyAccount-content { width: calc(100% - 275px); }
.woocommerce-message, .woocommerce-info, .woocommerce-error { margin-bottom: 22px; padding: 16px 18px 16px 46px; background: var(--jj-surface-alt); border: 1px solid var(--jj-line); border-top: 4px solid var(--jj-blue); }

/* WooCommerce blocks */
.wc-block-cart, .wc-block-checkout { width: min(calc(100% - 48px), var(--jj-container)); margin: 52px auto 82px; }
.wc-block-components-sidebar-layout { gap: 30px; }
.wc-block-components-sidebar { padding: 22px !important; background: var(--jj-surface-alt); border: 1px solid var(--jj-line); border-radius: 8px; }
.wc-block-components-text-input input, .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input { border: 1px solid #cbd2dc !important; border-radius: 5px !important; }

/* Footer */
.site-footer { color: #b9c5d8; background: #08162f; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 38px; padding: 62px 0 42px; }
.site-footer h3, .site-footer h4 { color: #fff; }
.footer-brand img { width: auto; max-width: 180px; max-height: 58px; margin-bottom: 18px; }
.footer-links ul, .footer-links .menu { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { color: #b9c5d8; }
.footer-links a:hover { color: #fff; }
.footer-social { display: flex; gap: 8px; margin-top: 18px; }
.footer-social a { display: grid; width: 38px; height: 38px; place-items: center; color: #fff; background: #17305d; border-radius: 5px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid #203252; font-size: 13px; }
.footer-bottom p { margin: 0; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-legal a { color: #b9c5d8; }
.footer-legal a:hover { color: #fff; }
.payment-badges, .payment-methods { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.payment-badge { padding: 5px 8px; color: #dbe5f5; background: #13294e; border-radius: 4px; font-size: 11px; }

/* Persistent conversion actions */
.floating-whatsapp, .floating-shop {
  position: fixed; z-index: 980; bottom: 24px; display: inline-flex; min-height: 54px; align-items: center; gap: 9px;
  padding: 10px 15px; color: #fff !important; border: 2px solid #fff; border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16, 24, 40, .24); font-size: 14px; font-weight: 800;
}
.floating-whatsapp { left: 22px; background: #0a9f68; animation: jj-whatsapp-bounce 2.8s ease-in-out infinite; }
.floating-whatsapp:hover { background: #087d53; animation-play-state: paused; transform: translateY(-2px); }
.floating-shop { right: 22px; background: var(--jj-blue); }
.floating-shop:hover { background: var(--jj-blue-dark); transform: translateY(-2px); }
.floating-whatsapp i, .floating-shop i { font-size: 24px; }
body:has(#moderncart-floating-cart) .floating-shop { display: none; }
@keyframes jj-whatsapp-bounce {
  0%, 72%, 100% { transform: translateY(0); }
  80% { transform: translateY(-7px); }
  88% { transform: translateY(0); }
  94% { transform: translateY(-3px); }
}

@media (max-width: 1100px) {
  .header-inner { gap: 14px; }
  .main-navigation a { padding-inline: 8px; font-size: 13px; }
  .cart-icon-copy { display: none; }
  .woocommerce div.product .amazon-layout-wrapper { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .amazon-col-buy-box { grid-column: 2; }
  .products-grid, ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

@media (max-width: 900px) {
  :root { --jj-header: 68px; }
  body.admin-bar .site-header { top: 46px; }
  .container { width: min(calc(100% - 36px), var(--jj-container)); }
  .section-padding { padding: 68px 0; }
  .site-logo img { height: 45px; }
  .main-navigation { display: none; }
  .mobile-menu-toggle { display: grid; }
  .mobile-menu { position: fixed; z-index: 999; top: var(--jj-header); right: 0; left: 0; display: none; max-height: calc(100vh - var(--jj-header)); overflow-y: auto; padding: 14px 18px 20px; background: #fff; border-bottom: 1px solid var(--jj-line); box-shadow: var(--jj-shadow); }
  .mobile-menu.active, .mobile-menu.is-open, body.menu-open .mobile-menu { display: block; }
  .mobile-menu ul { margin: 0; padding: 0; list-style: none; }
  .mobile-menu a { display: block; padding: 12px; color: var(--jj-ink); border-bottom: 1px solid #edf0f3; font-weight: 700; }
  .mobile-menu .sub-menu { padding-left: 14px; }
  .mobile-menu .sub-menu a { color: var(--jj-muted); font-size: 14px; }
  .hero-section { min-height: 650px; }
  .hero-title { font-size: 50px; }
  .services-grid, .jj-service-grid, .bundles-grid, .events-grid, .jj-blog-grid, .posts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .products-grid, ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .order-process-grid, .why-us-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pod-wrapper, .sc-promo-grid, .about-grid, .contact-grid, .jj-service-detail-grid, .jj-service-content-grid { grid-template-columns: 1fr !important; gap: 36px !important; }
  .sc-promo-image, .pod-image { max-width: 600px; margin-inline: auto; }
  .jj-featured-story-card { grid-template-columns: 1fr; }
  .jj-featured-story-image { min-height: 300px; }
  .shop-layout-wrapper { grid-template-columns: 1fr; }
  .shop-sidebar { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .sidebar-widget { margin: 0; }
  .woocommerce-checkout form.checkout { grid-template-columns: 1fr; }
  .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { grid-column: 1; }
  .woocommerce-checkout #order_review { position: static; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .container, .woocommerce-cart .entry-content, .woocommerce-checkout .entry-content, .woocommerce-account .entry-content, .wc-block-cart, .wc-block-checkout { width: min(calc(100% - 28px), var(--jj-container)); }
  .section-padding { padding: 54px 0; }
  .header-inner { gap: 8px; }
  .site-logo { margin-right: auto; }
  .site-logo img { max-width: 125px; height: 42px; }
  .logo-text { display: none; }
  .brand-mark { width: 36px; height: 36px; }
  .language-switcher, .polylang-menu { display: none; }
  .theme-toggle { display: none; }
  .cart-icon { width: 42px; height: 42px; min-height: 42px; padding: 5px; justify-content: center; }
  .cart-icon-symbol { width: 30px; }
  .hero-section { min-height: 640px; }
  .hero-overlay { background: rgba(244,248,255,.91); }
  .hero-content { padding-block: 52px; }
  .hero-title { font-size: 40px; }
  .hero-description { font-size: 16px; }
  .hero-buttons .btn, .jj-hero-actions .btn { width: 100%; }
  .hero-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
  .stat-item { min-width: 0; padding: 0 12px; }
  .stat-item:nth-child(2) { border-right: 0; }
  .section-title h2, h2.section-title, .page-title, .pod-content h2, .sc-promo-content h2, .about-content h2 { font-size: 30px; }
  .page-hero, .jj-page-hero, .jj-service-detail-hero, .jj-blog-hero { padding: 58px 0; }
  .page-hero h1, .jj-page-hero h1, .jj-service-detail-hero h1, .jj-blog-hero h1 { font-size: 36px; }
  .services-grid, .jj-service-grid, .bundles-grid, .events-grid, .jj-blog-grid, .posts-grid, .products-grid, ul.products, .order-process-grid, .why-us-grid { grid-template-columns: 1fr !important; }
  .form-row { grid-template-columns: 1fr; }
  .event-card-footer, .jj-cross-service-inner { align-items: stretch; flex-direction: column; }
  .event-card-footer { grid-template-columns: 1fr; }
  .event-whatsapp-booking { width: 100%; }
  .shop-sidebar { grid-template-columns: 1fr; }
  .woocommerce div.product .amazon-layout-wrapper { grid-template-columns: 1fr; }
  .amazon-col-gallery { position: static; }
  .amazon-col-buy-box { grid-column: 1; }
  .woocommerce div.product .product_title { font-size: 28px; }
  .woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related, .woocommerce div.product .upsells { width: min(calc(100% - 28px), var(--jj-container)); }
  .woocommerce div.product .woocommerce-tabs ul.tabs { overflow-x: auto; }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td { padding: 12px; }
  .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { float: none; width: 100%; }
  .woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 24px; }
  .jj-checkout-steps { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding-top: 48px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .floating-whatsapp, .floating-shop { bottom: 14px; min-width: 52px; min-height: 52px; padding: 8px 12px; }
  .floating-whatsapp { left: 12px; }
  .floating-shop { right: 12px; }
  .floating-whatsapp span, .floating-shop span { display: none; }
  #back-to-top { right: 12px !important; bottom: 78px !important; width: 44px !important; height: 44px !important; }
}

@media (max-width: 420px) {
  .hero-title { font-size: 35px; }
  .hero-service-links a { width: 100%; }
  .service-card, .bundle-card, .contact-form-wrapper { padding: 21px !important; }
  .jj-featured-story-content { padding: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .section-reveal, .content-reveal { opacity: 1; transform: none; }
}

/* Checkout conversion experience */
body.jj-block-checkout { background: #f4f7fb; }
body.jj-block-checkout .site-content { min-height: calc(100vh - var(--jj-header)); }
body.jj-block-checkout .site-header { background: rgba(255,255,255,.98); }
body.jj-block-checkout .checkout-navigation,
body.jj-block-checkout .mobile-menu-toggle,
body.jj-block-checkout .floating-whatsapp,
body.jj-block-checkout .floating-shop,
body.jj-block-checkout #back-to-top { display: none !important; }
body.jj-block-checkout .header-inner { justify-content: space-between; }
.checkout-header-security { display: inline-flex; min-height: 42px; align-items: center; gap: 9px; padding: 0 14px; color: #087a52; background: #eaf8f2; border: 1px solid #bce8d7; border-radius: 6px; font-size: 13px; font-weight: 800; }
.checkout-header-security i { font-size: 14px; }

body.jj-block-checkout .site-main { padding: 42px 0 84px; }
body.jj-block-checkout .entry-header { display: none; }
body.jj-block-checkout .entry-content { width: min(calc(100% - 48px), 1180px); max-width: 1180px; }
.jj-block-checkout-intro { margin: 0 0 30px; }
.jj-checkout-title-row { display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.jj-block-checkout-intro h1 { margin: 4px 0 8px; color: var(--jj-ink); font-size: clamp(32px, 4vw, 46px); line-height: 1.08; }
.jj-block-checkout-intro p:not(.jj-checkout-kicker) { max-width: 680px; margin: 0; color: var(--jj-muted); }
.jj-checkout-back { display: inline-flex; min-height: 42px; flex: 0 0 auto; align-items: center; gap: 8px; padding: 0 14px; color: var(--jj-blue); background: #fff; border: 1px solid #b9cdfd; border-radius: 6px; font-size: 13px; font-weight: 800; }
.jj-checkout-back:hover { color: #fff; background: var(--jj-blue); }
.jj-block-checkout-intro .jj-checkout-steps { max-width: 760px; margin-top: 24px; }
.jj-block-checkout-intro .jj-checkout-steps > * { position: relative; display: flex; min-height: 42px; align-items: center; justify-content: center; gap: 8px; padding: 9px 14px; background: #e7ecf4; }
.jj-block-checkout-intro .jj-checkout-steps b,
.jj-block-checkout-intro .jj-checkout-steps i { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; font-size: 11px; }
.jj-block-checkout-intro .jj-checkout-steps b { background: #fff; color: var(--jj-muted); }
.jj-block-checkout-intro .jj-checkout-steps .is-active b { color: var(--jj-blue); }
.jj-checkout-trust { display: flex; flex-wrap: wrap; gap: 18px 30px; margin-top: 18px; padding: 15px 18px; color: #344054; background: #fff; border: 1px solid #dce3ed; border-radius: 7px; font-size: 13px; font-weight: 700; }
.jj-checkout-trust span { display: inline-flex; align-items: center; gap: 8px; }
.jj-checkout-trust i { color: #087a52; }

body.jj-block-checkout .wp-block-woocommerce-checkout,
body.jj-block-checkout .wc-block-checkout { width: 100%; margin: 0; padding: 0; }
body.jj-block-checkout .wc-block-components-sidebar-layout { display: grid; grid-template-columns: minmax(0, 1.48fr) minmax(340px, .82fr); align-items: start; gap: 30px; }
body.jj-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main { width: auto; padding-right: 0; }
body.jj-block-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar { position: sticky; top: calc(var(--jj-header) + 20px); width: auto; padding: 24px !important; background: #fff; border: 1px solid #dce3ed; border-radius: 8px; box-shadow: 0 12px 34px rgba(16,24,40,.08); }
body.jj-block-checkout .wc-block-checkout__main > div,
body.jj-block-checkout .wc-block-checkout__main > form { margin-bottom: 16px; padding: 24px; background: #fff; border: 1px solid #dce3ed; border-radius: 8px; }
body.jj-block-checkout .wc-block-checkout__main > .wc-block-checkout__actions { margin-top: 20px; margin-bottom: 0; }
body.jj-block-checkout .wc-block-components-checkout-step { margin: 0; padding: 24px !important; }
body.jj-block-checkout .wc-block-components-checkout-step__heading { margin-bottom: 18px; }
body.jj-block-checkout .wc-block-components-checkout-step__title,
body.jj-block-checkout .wc-block-components-title { color: var(--jj-ink); font-size: 20px; font-weight: 800; line-height: 1.25; }
body.jj-block-checkout .wc-block-components-checkout-step__description { color: var(--jj-muted); font-size: 13px; }
body.jj-block-checkout .wc-block-components-text-input,
body.jj-block-checkout .wc-block-components-combobox { margin-top: 10px; }
body.jj-block-checkout .wc-block-components-text-input input,
body.jj-block-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body.jj-block-checkout .wc-block-components-address-form select { min-height: 52px !important; padding-inline: 13px !important; color: var(--jj-ink) !important; background: #fff !important; border: 1px solid #b9c4d3 !important; border-radius: 6px !important; box-shadow: none !important; }
body.jj-block-checkout .wc-block-components-text-input input:focus,
body.jj-block-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus { border-color: var(--jj-blue) !important; box-shadow: 0 0 0 3px rgba(31,101,231,.14) !important; }
body.jj-block-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input { width: 20px; height: 20px; border-color: #98a5b6; border-radius: 4px; }
body.jj-block-checkout .wc-block-components-radio-control__option { min-height: 54px; padding: 14px 12px 14px 42px; border-bottom: 1px solid #e4e8ef; }
body.jj-block-checkout .wc-block-components-radio-control__option:last-child { border-bottom: 0; }
body.jj-block-checkout .wc-block-components-notice-banner { border-radius: 6px; }
body.jj-block-checkout .wc-block-checkout__actions_row { align-items: center; gap: 16px; }
body.jj-block-checkout .wc-block-components-checkout-place-order-button { min-height: 58px; color: #fff !important; background: var(--jj-blue) !important; border: 0 !important; border-radius: 6px !important; box-shadow: 0 8px 18px rgba(31,101,231,.22); font-size: 16px; font-weight: 800; }
body.jj-block-checkout .wc-block-components-checkout-place-order-button:hover { background: var(--jj-blue-dark) !important; transform: translateY(-1px); }
body.jj-block-checkout .wc-block-components-checkout-place-order-button::before { margin-right: 9px; font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f023"; }
body.jj-block-checkout .wc-block-components-order-summary__button-text,
body.jj-block-checkout .wc-block-components-checkout-order-summary__title { color: var(--jj-ink); font-size: 19px; font-weight: 800; }
body.jj-block-checkout .wc-block-components-order-summary-item { padding: 16px 0; border-bottom: 1px solid #e4e8ef; }
body.jj-block-checkout .wc-block-components-order-summary-item__image > img { border-radius: 5px; }
body.jj-block-checkout .wc-block-components-order-summary-item__quantity { color: #fff; background: var(--jj-blue); border: 2px solid #fff; }
body.jj-block-checkout .wc-block-components-totals-item { padding: 13px 0; }
body.jj-block-checkout .wc-block-components-totals-footer-item { color: var(--jj-ink); border-top: 2px solid #cfd8e6; font-size: 18px; }
body.jj-block-checkout .wc-block-components-panel__button { min-height: 44px; color: var(--jj-blue); font-weight: 800; }
body.jj-block-checkout .wc-block-components-totals-coupon__input input { min-height: 48px; }
body.jj-block-checkout .wc-block-components-totals-coupon__button { min-height: 48px; }

@media (max-width: 900px) {
  body.jj-block-checkout .wc-block-components-sidebar-layout { grid-template-columns: 1fr; }
  body.jj-block-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar { position: static; grid-row: 1; }
}

@media (max-width: 680px) {
  body.jj-block-checkout { overflow-x: hidden; }
  body.jj-block-checkout .site-main { padding: 28px 0 58px; }
  body.jj-block-checkout .entry-content { width: min(calc(100% - 28px), 1180px); }
  .checkout-header-security { width: 38px; min-height: 38px; justify-content: center; padding: 0; }
  .checkout-header-security > span { display: none; }
  .jj-checkout-title-row { align-items: flex-start; flex-direction: column; gap: 16px; }
  .jj-block-checkout-intro,
  .jj-checkout-title-row > *,
  body.jj-block-checkout .wp-block-woocommerce-checkout,
  body.jj-block-checkout .wc-block-checkout,
  body.jj-block-checkout .wc-block-components-sidebar-layout,
  body.jj-block-checkout .wc-block-components-main,
  body.jj-block-checkout .wc-block-components-sidebar,
  body.jj-block-checkout .wc-block-checkout__main,
  body.jj-block-checkout .wc-block-checkout__main > *,
  body.jj-block-checkout .wc-block-components-checkout-step { width: 100% !important; min-width: 0 !important; max-width: 100% !important; box-sizing: border-box; }
  .jj-block-checkout-intro h1 { font-size: 34px; }
  .jj-block-checkout-intro .jj-checkout-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
  .jj-block-checkout-intro .jj-checkout-steps > * { min-width: 0; overflow: hidden; padding: 8px 3px; font-size: 9px; white-space: normal; }
  .jj-block-checkout-intro .jj-checkout-steps b,
  .jj-block-checkout-intro .jj-checkout-steps i { display: none; }
  .jj-checkout-trust { display: grid; grid-template-columns: 1fr; gap: 10px; }
  body.jj-block-checkout .wc-block-components-sidebar-layout { gap: 18px; }
  body.jj-block-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar,
  body.jj-block-checkout .wc-block-checkout__main > div,
  body.jj-block-checkout .wc-block-checkout__main > form,
  body.jj-block-checkout .wc-block-components-checkout-step { padding: 18px !important; }
  body.jj-block-checkout .wc-block-components-address-form { display: flex !important; flex-wrap: wrap !important; }
  body.jj-block-checkout .wc-block-components-address-form > *,
  body.jj-block-checkout .wc-block-components-address-form .wc-block-components-text-input,
  body.jj-block-checkout .wc-block-components-address-form .wc-block-components-combobox { width: 100% !important; max-width: 100% !important; flex: 1 0 100% !important; box-sizing: border-box; }
  body.jj-block-checkout .wc-block-components-order-summary,
  body.jj-block-checkout .wc-block-components-order-summary-item,
  body.jj-block-checkout .wc-block-components-totals-wrapper,
  body.jj-block-checkout .wc-block-components-totals-item { min-width: 0 !important; max-width: 100% !important; box-sizing: border-box; }
  body.jj-block-checkout .wc-block-components-order-summary-item__description { min-width: 0; overflow-wrap: anywhere; }
  body.jj-block-checkout .wc-block-checkout__actions_row { align-items: stretch; flex-direction: column-reverse; }
  body.jj-block-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button,
  body.jj-block-checkout .wc-block-components-checkout-place-order-button { width: 100%; }
}

/* Commerce funnel v66 */
:root {
  --jj-coral: #ff625e;
  --jj-coral-dark: #d94145;
  --jj-neon-blue: #58a6ff;
  --jj-violet: #805cff;
  --jj-night: #07142f;
}

/* Buyer-first homepage sequence */
.home .hero-section { order: 1; }
.home .funnel-entry-section { order: 2; }
.home .products-section { order: 3; }
.home .shop-packages-section { order: 4; }
.home .events-package-section { order: 5; }
.home .services-section { order: 6; }
.home .order-process-section { order: 7; }
.home .pod-section { order: 8; }
.home .smart-card-section { order: 9; }
.home .why-us-section { order: 10; }
.home .about-section { order: 11; }
.home .home-blog-section { order: 12; }
.home .contact-section { order: 13; }
.home .bundles-section { display: none; }
.home .funnel-entry-section { background: #f7f9fc; }
.home .shop-packages-section { color: #dce8ff; background: var(--jj-night); }
.home .shop-packages-section::before { background: var(--jj-coral) !important; }

/* Tangible neon-glass hero */
.home .hero-section { min-height: min(730px, calc(100vh - var(--jj-header))); color: #fff; background: var(--jj-night); }
.home .hero-bg { z-index: -3; }
.home .hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.12) contrast(1.04); }
.home .hero-overlay { background: rgba(4,13,34,.82); box-shadow: inset 0 0 110px rgba(20,99,243,.24), inset -160px 0 190px rgba(255,98,94,.09); }
.home .hero-content { padding-block: 48px 34px; }
.home .hero-content > * { max-width: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(370px, .8fr); align-items: center; gap: 64px; }
.hero-copy { min-width: 0; }
.home .hero-badge { margin-bottom: 15px; color: #d9e8ff; background: rgba(20,99,243,.16); border-color: rgba(88,166,255,.55); box-shadow: 0 0 22px rgba(20,99,243,.16); }
.home .hero-brand { margin-bottom: 8px; color: #fff; font-size: 62px; line-height: 1; text-shadow: 0 0 28px rgba(88,166,255,.24); }
.home .hero-title { max-width: 700px; margin-bottom: 17px; color: #f7f9ff; font-size: 35px; line-height: 1.18; }
.home .hero-title span { color: var(--jj-neon-blue); }
.home .hero-title em { color: #ff817d; font-style: normal; }
.home .hero-description { max-width: 700px; margin-bottom: 25px; color: #cbd8ef; font-size: 17px; }
.hero-primary-cta { color: #fff !important; background: var(--jj-coral) !important; border-color: var(--jj-coral) !important; box-shadow: 0 9px 26px rgba(255,98,94,.27); }
.hero-primary-cta:hover { background: var(--jj-coral-dark) !important; border-color: var(--jj-coral-dark) !important; }
.hero-secondary-cta { color: #fff !important; background: rgba(20,99,243,.16) !important; border-color: rgba(88,166,255,.7) !important; backdrop-filter: blur(12px); }
.hero-secondary-cta:hover { background: var(--jj-blue) !important; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 20px; color: #d7e3f7; font-size: 12px; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof i { color: #4ae0a4; }
.hero-quick-order { padding: 25px; background: rgba(7,20,47,.78); border: 1px solid rgba(131,177,255,.34); border-radius: 8px; box-shadow: 0 18px 50px rgba(0,0,0,.32), 0 0 34px rgba(20,99,243,.13), inset 0 1px 0 rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.hero-panel-kicker { margin-bottom: 5px; color: #ff817d; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.hero-quick-order h2 { margin-bottom: 18px; color: #fff; font-size: 25px; }
.hero-order-options { display: grid; gap: 8px; }
.hero-order-options > a { display: grid; grid-template-columns: 42px minmax(0, 1fr) 14px; align-items: center; gap: 12px; min-height: 64px; padding: 9px 11px; color: #fff; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 6px; }
.hero-order-options > a:hover { color: #fff; background: rgba(20,99,243,.2); border-color: rgba(88,166,255,.5); transform: translateX(3px); }
.hero-order-options strong, .hero-order-options small { display: block; }
.hero-order-options strong { font-size: 13px; }
.hero-order-options small { margin-top: 2px; color: #aebfd9; font-size: 10px; }
.hero-order-options > a > i { color: #8194b3; font-size: 10px; }
.hero-option-icon, .intent-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 6px; }
.is-blue { color: #bcd9ff; background: rgba(20,99,243,.24); }
.is-coral { color: #ffd1ce; background: rgba(255,98,94,.21); }
.is-green { color: #baf5df; background: rgba(18,163,109,.2); }
.is-violet { color: #ddd5ff; background: rgba(128,92,255,.2); }
.hero-help-link { display: flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; margin-top: 14px; color: #d7f9ed; background: rgba(7,151,97,.13); border: 1px solid rgba(58,210,151,.35); border-radius: 6px; font-size: 12px; font-weight: 800; }
.hero-help-link:hover { color: #fff; background: rgba(7,151,97,.28); }
.home .hero-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: none; margin-top: 31px; padding: 15px 18px; background: rgba(7,20,47,.7); border: 1px solid rgba(131,177,255,.22); border-radius: 7px; backdrop-filter: blur(14px); }
.home .stat-item { min-width: 0; border-color: rgba(163,191,232,.25); text-align: center; }
.home .stat-number { color: #fff; }
.home .stat-label { color: #aebfd9; }

/* Intent routing */
.funnel-heading { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr); align-items: end; gap: 56px; margin-bottom: 34px; }
.funnel-heading h2 { margin: 0; font-size: 39px; }
.funnel-heading > p { margin: 0 0 3px; color: var(--jj-muted); }
.intent-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.intent-card { display: grid; grid-template-columns: 46px minmax(0, 1fr) 18px; min-width: 0; min-height: 150px; align-items: start; gap: 13px; padding: 22px; color: var(--jj-ink); background: #fff; border: 1px solid #d8e0eb; border-radius: 8px; box-shadow: 0 5px 18px rgba(16,24,40,.06); }
.intent-card:hover { color: var(--jj-ink); border-color: #9dbcf8; box-shadow: 0 14px 30px rgba(16,24,40,.11); transform: translateY(-4px); }
.intent-card strong, .intent-card small { display: block; }
.intent-card strong { margin: 3px 0 6px; font-size: 15px; }
.intent-card small { color: var(--jj-muted); font-size: 12px; line-height: 1.5; }
.intent-card > i { margin-top: 14px; color: var(--jj-blue); font-size: 12px; }
.funnel-confidence { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 28px; padding: 14px 18px; color: var(--jj-muted); background: #fff; border: 1px solid #dfe5ee; border-radius: 7px; font-size: 12px; font-weight: 700; }
.funnel-confidence span { display: inline-flex; align-items: center; gap: 7px; }
.funnel-confidence b { display: grid; width: 23px; height: 23px; place-items: center; color: #fff; background: var(--jj-blue); border-radius: 50%; font-size: 10px; }
.funnel-confidence > i { color: #a9b4c3; font-size: 9px; }

/* WooCommerce-managed package funnel */
.shop-packages-section .funnel-heading h2 { color: #fff; }
.shop-packages-section .funnel-heading > p { color: #afc0dc; }
.shop-packages-section .section-badge { color: #ffd2cf; background: rgba(255,98,94,.12); border-color: rgba(255,129,125,.45); }
.funnel-package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 22px; }
.funnel-package-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; color: var(--jj-text); background: #fff; border: 1px solid rgba(118,157,221,.38); border-radius: 8px; box-shadow: 0 16px 38px rgba(0,0,0,.24); }
.funnel-package-card:hover { transform: translateY(-5px); border-color: var(--jj-neon-blue); box-shadow: 0 20px 50px rgba(0,0,0,.3), 0 0 25px rgba(20,99,243,.12); }
.funnel-package-media { position: relative; display: grid; aspect-ratio: 16 / 9; place-items: center; overflow: hidden; color: var(--jj-neon-blue); background: #0d234d; font-size: 44px; }
.funnel-package-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.funnel-package-card:hover .funnel-package-media img { transform: scale(1.035); }
.funnel-package-media > span:not(.package-type) { display: grid; width: 74px; height: 74px; place-items: center; background: rgba(20,99,243,.16); border: 1px solid rgba(88,166,255,.45); border-radius: 8px; box-shadow: 0 0 28px rgba(20,99,243,.2); }
.package-type { position: absolute; top: 13px; left: 13px; padding: 5px 9px; color: #fff; background: rgba(7,20,47,.88); border: 1px solid rgba(255,255,255,.35); border-radius: 4px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.funnel-package-body { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.package-audience { margin: 0 0 5px; color: var(--jj-coral-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.funnel-package-body h3 { margin-bottom: 9px; font-size: 22px; }
.funnel-package-body h3 a { color: var(--jj-ink); }
.funnel-package-price { margin-bottom: 14px; color: var(--jj-blue); font-size: 23px; font-weight: 800; }
.funnel-package-price del { color: var(--jj-muted); font-size: 13px; }
.funnel-package-price ins { text-decoration: none; }
.funnel-package-copy, .funnel-package-features { flex: 1; color: var(--jj-muted); font-size: 13px; }
.funnel-package-copy ul, .funnel-package-features { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.funnel-package-copy li, .funnel-package-features li { display: flex; align-items: flex-start; gap: 8px; }
.funnel-package-features i { margin-top: 5px; color: var(--jj-green); font-size: 10px; }
.funnel-package-actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 9px; margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--jj-line); }
.package-buy-button { color: #fff !important; background: var(--jj-blue) !important; border-color: var(--jj-blue) !important; }
.package-buy-button:hover { background: var(--jj-blue-dark) !important; }
.package-share-button, .product-share-button, .event-share-button, .jj-product-share button, .jj-product-share a { display: inline-grid; width: 46px; height: 46px; place-items: center; padding: 0; color: var(--jj-blue); background: #fff; border: 1px solid #a9c3f7; border-radius: 6px; }
.package-share-button { width: auto; min-width: 46px; grid-auto-flow: column; gap: 7px; padding-inline: 13px; font-weight: 800; }
.package-share-button:hover, .product-share-button:hover, .event-share-button:hover, .jj-product-share button:hover, .jj-product-share a:hover { color: #fff; background: var(--jj-blue); border-color: var(--jj-blue); }
.jj-share-button.is-copied { color: #fff; background: var(--jj-green); border-color: var(--jj-green); }

/* Sharing controls on existing catalog and product pages */
.product-actions { align-items: center; }
.product-share-button { width: 40px; height: 40px; }
.event-card-footer { grid-template-columns: minmax(0, .8fr) minmax(0, 1.15fr) 46px; }
.event-share-button { width: 46px; height: 46px; }
.jj-product-share { display: flex; align-items: center; gap: 7px; margin-top: 17px; padding-top: 15px; border-top: 1px solid var(--jj-line); }
.jj-product-share > span { margin-right: 3px; color: var(--jj-muted); font-size: 12px; font-weight: 800; }
.jj-product-share button, .jj-product-share a { width: 38px; height: 38px; }

/* Device Terra credit */
.site-credit { padding-left: 18px; border-left: 1px solid #31415f; color: #92a3bd; }
.site-credit a { color: #fff; font-weight: 800; }
.site-credit a:hover { color: var(--jj-neon-blue); }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .8fr); gap: 32px; }
  .home .hero-brand { font-size: 52px; }
  .intent-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .home .hero-section { min-height: auto; }
  .home .hero-content { padding-block: 54px 34px; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { max-width: 760px; }
  .hero-quick-order { max-width: 760px; }
  .funnel-heading { grid-template-columns: 1fr; gap: 12px; }
  .funnel-package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .home .hero-content { padding-block: 42px 25px; }
  .home .hero-brand { font-size: 40px; }
  .home .hero-title { font-size: 28px; }
  .home .hero-description { font-size: 15px; }
  .hero-buttons { display: grid; grid-template-columns: 1fr; }
  .hero-buttons .btn { width: 100%; }
  .hero-quick-order { padding: 18px; }
  .hero-quick-order h2 { font-size: 21px; }
  .hero-order-options > a { grid-template-columns: 40px minmax(0, 1fr) 12px; }
  .home .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .home .stat-item { padding: 11px 8px; }
  .home .stat-item:nth-child(2) { border-right: 0; }
  .home .stat-item:nth-child(-n+2) { border-bottom: 1px solid rgba(163,191,232,.25); }
  .funnel-heading h2 { font-size: 30px; }
  .intent-grid, .funnel-package-grid { grid-template-columns: 1fr; }
  .intent-card { min-height: 0; }
  .funnel-confidence { display: grid; grid-template-columns: repeat(2, 1fr); justify-items: start; gap: 12px; }
  .funnel-confidence > i { display: none; }
  .event-card-footer { grid-template-columns: 1fr; }
  .event-share-button { width: 100%; }
  .site-credit { width: 100%; padding: 10px 0 0; border-top: 1px solid #31415f; border-left: 0; }
}
/* WooCommerce service products */
.bookable-services-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin: 42px 0 18px; padding-top: 28px; border-top: 1px solid var(--jj-line); }
.bookable-services-heading span { color: var(--jj-ink); font-size: 20px; font-weight: 800; }
.bookable-services-heading p { max-width: 560px; margin: 0; color: var(--jj-muted); font-size: 13px; }
.bookable-services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.bookable-service-card { display: grid; grid-template-columns: 46px minmax(0, 1fr); align-items: start; gap: 13px; padding: 20px; background: #f8faff; border: 1px solid #d7e1f0; border-radius: 8px; }
.bookable-service-card:hover { border-color: #9dbcf8; box-shadow: var(--jj-shadow-sm); }
.bookable-service-icon { display: grid; width: 46px; height: 46px; place-items: center; color: var(--jj-blue); background: var(--jj-blue-soft); border-radius: 6px; }
.bookable-service-card h3 { margin: 2px 0 7px; font-size: 17px; }
.bookable-service-card h3 a { color: var(--jj-ink); }
.bookable-service-copy { color: var(--jj-muted); font-size: 12px; }
.bookable-service-footer { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; gap: 10px; padding-top: 14px; border-top: 1px solid var(--jj-line); color: var(--jj-blue); font-weight: 800; }
@media (max-width: 900px) { .bookable-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) { .bookable-services-heading { align-items: flex-start; flex-direction: column; gap: 7px; } .bookable-services-grid { grid-template-columns: 1fr; } }
@media (max-width: 680px) {
  .hero-grid { gap: 24px; }
  .hero-quick-order { padding: 15px; }
  .hero-quick-order h2 { margin-bottom: 12px; }
  .hero-order-options { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .hero-order-options > a { grid-template-columns: 36px minmax(0, 1fr); min-height: 72px; gap: 8px; padding: 8px; }
  .hero-order-options > a > i, .hero-order-options small { display: none; }
  .hero-order-options strong { font-size: 11px; line-height: 1.3; }
  .hero-option-icon { width: 36px; height: 36px; }
  .hero-help-link { min-height: 40px; margin-top: 9px; }
  .home .hero-stats { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 22px; padding: 7px 4px; }
  .home .stat-item { padding: 6px 3px; border-right: 1px solid rgba(163,191,232,.25) !important; border-bottom: 0 !important; }
  .home .stat-item:last-child { border-right: 0 !important; }
  .home .stat-number { font-size: 18px; }
  .home .stat-label { font-size: 8px; line-height: 1.3; }
}
@media (max-width: 480px) {
  .home .hero-content { padding-block: 32px 18px; }
  .home .hero-description { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .hero-grid { gap: 17px; }
  .hero-quick-order { padding: 12px; }
  .hero-order-options > a { min-height: 62px; }
  .hero-help-link, .home .hero-stats { display: none; }
}
/* Keep catalog price and all three actions visible on narrow product cards. */
.products-grid .product-footer { display: grid; grid-template-columns: 1fr; align-items: stretch; gap: 11px; }
.products-grid .product-actions { display: grid; grid-template-columns: minmax(0, 1fr) 40px 40px; width: 100%; gap: 7px; }
.products-grid .product-actions .btn-outline { width: 100%; }
/* The first decision section must remain visible at the hero boundary. */
.home .funnel-entry-section.section-reveal { opacity: 1; transform: none; }
/* Header usability v68 */
.header-inner { position: relative; }

@media (max-width: 640px) {
  .site-logo { position: relative; z-index: 3; margin-right: auto; }
  .site-logo img { max-width: 90px; }
  .header-actions { margin-left: auto; }
  .language-switcher {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    display: flex;
    transform: translate(-50%, -50%);
  }
  .language-switcher .polylang-menu {
    display: flex;
    gap: 2px;
    padding: 3px;
    background: #eef4ff;
    border: 1px solid #cbdafa;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(15, 35, 70, .08);
  }
  .language-switcher a,
  .polylang-menu a {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    color: #1f4f9d;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
  }
  .language-switcher .current-lang a {
    color: #fff;
    background: var(--jj-blue);
  }
}