/* patterns.css - all section pattern styles */

/* ── Shared section wrapper ───────────────────────────────── */
.jg-hero,
.jg-stats-intro,
.jg-services,
.jg-licenses,
.jg-about-hero,
.jg-about-history,
.jg-about-mission,
.jg-about-team,
.jg-cta-banner {
  width: 100%;
}

/* ── Section heading ──────────────────────────────────────── */
.jg-section-heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 700;
  color: var(--wp--preset--color--footer-blue, #253D86);
  text-align: center;
  line-height: 1.1;
  margin: 0 0 clamp(32px, 4vw, 64px);
}

.jg-section-header {
  text-align: center;
  margin-bottom: clamp(32px, 4vw, 48px);
}

.jg-section-header .jg-section-heading {
  margin-bottom: 16px;
}

.jg-section-sub {
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 300;
  color: rgba(37, 61, 134, 0.7);
  line-height: 1.6;
}

.jg-section-sub a {
  color: var(--wp--preset--color--accent, #C5A059);
  text-decoration: none;
  transition: opacity 200ms ease;
}

.jg-section-sub a:hover {
  opacity: 0.8;
}

/* ── Hero ─────────────────────────────────────────────────── */
.jg-hero {
  position: relative;
  height: clamp(420px, 45vw, 865px);
  overflow: hidden;
}

.jg-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.jg-hero__overlay {
  display: none;
}

.jg-hero__content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: clamp(40px, 6vw, 80px);
  width: min(1411px, 90%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(37,61,134,0.5) 50%, rgba(37,61,134,0.95) 100%);
  border-radius: 24px;
  padding: clamp(40px, 5vw, 80px) clamp(32px, 4vw, 64px) clamp(32px, 4vw, 56px);
  text-align: center;
  z-index: 2;
}

.jg-hero__title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(32px, 5vw, 72px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.025em;
  line-height: 1.05;
  margin: 0 0 clamp(16px, 2vw, 24px);
}

.jg-hero__sub {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0 0 clamp(24px, 3vw, 40px);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.jg-btn {
  display: inline-block;
  text-align: center;
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 48px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity var(--wp--custom--transition--base, 300ms ease);
}

.jg-btn:hover {
  opacity: 0.85;
}

.jg-btn--gold {
  background: var(--wp--preset--color--accent, #C5A059);
  color: #fff;
  border-radius: 8px;
}

.jg-btn--primary {
  background: var(--wp--preset--color--primary, #212950);
  color: #fff;
}

.jg-btn-outline {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 18px 48px;
  text-decoration: none;
  transition: background var(--wp--custom--transition--base, 300ms ease),
              color var(--wp--custom--transition--base, 300ms ease);
}

.jg-btn-outline:hover {
  background: #fff;
  color: var(--wp--preset--color--primary, #212950);
}

/* Scroll indicator - hidden (card-style hero has no scroll indicator) */
.jg-hero__scroll {
  display: none;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 24px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  padding: 6px 2px 2px;
}

.jg-hero__scroll-bar {
  width: 4px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  animation: jg-scroll-bounce 1.6s ease-in-out infinite;
}

@keyframes jg-scroll-bounce {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50%       { transform: translateY(8px); opacity: 0.4; }
}

/* ── Stats + Intro ────────────────────────────────────────── */
.jg-stats-intro {
  background: #fff;
  padding: clamp(48px, 6vw, 80px) 0;
}

.jg-stats-intro__inner {
  max-width: var(--wp--style--global--content-size, 1280px);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4vw, 48px);
}

.jg-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

@media (max-width: 640px) {
  .jg-stats {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.jg-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.jg-stat__number {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 700;
  color: var(--wp--preset--color--accent, #C5A059);
  line-height: 1;
  display: block;
}

.jg-stat__label {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 14px;
  font-weight: 300;
  color: var(--wp--preset--color--footer-blue, #253D86);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
}

.jg-intro {
  max-width: 900px;
  margin: 0 auto;
}

.jg-intro p {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 300;
  color: var(--wp--preset--color--footer-blue, #253D86);
  line-height: 1.8;
  margin: 0 0 1em;
}

.jg-intro p:last-child {
  margin-bottom: 0;
}

/* ── Services 2×2 grid ────────────────────────────────────── */
.jg-services {
  background: #fff;
  padding: clamp(48px, 6vw, 80px) 0;
}

.jg-services__inner {
  max-width: var(--wp--style--global--content-size, 1280px);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
}

.jg-services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

@media (max-width: 768px) {
  .jg-services__grid {
    grid-template-columns: 1fr;
  }
}

.jg-service-card {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 24px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .jg-service-card {
    aspect-ratio: unset;
    height: 250px;
  }
}

.jg-service-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--wp--custom--transition--image, 700ms ease);
}

.jg-service-card:hover .jg-service-card__img {
  transform: scale(1.04);
}

.jg-service-card__overlay {
  position: absolute;
  inset: 0;
  background: var(--wp--preset--gradient--plavi-gradient,
    linear-gradient(0deg, rgba(33,41,80,0.95) 0%, rgba(33,41,80,0.5) 50%, rgba(33,41,80,0) 100%));
  z-index: 1;
}

.jg-service-card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  z-index: 2;
}

.jg-service-card__title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.25;
}

.jg-service-card__cta {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 14px;
  font-weight: 300;
  color: var(--wp--preset--color--accent, #C5A059);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  transition: letter-spacing var(--wp--custom--transition--base, 300ms ease);
}

.jg-service-card:hover .jg-service-card__cta {
  letter-spacing: 0.1em;
}

/* ── Licenses ─────────────────────────────────────────────── */
.jg-licenses {
  background: #fff;
  padding: clamp(48px, 6vw, 96px) 0;
}

.jg-licenses__inner {
  max-width: var(--wp--style--global--content-size, 1280px);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
}

.jg-licenses__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

@media (max-width: 900px) {
  .jg-licenses__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}

.jg-licenses__heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  color: #253D86;
  text-align: center;
  margin: 0 0 16px;
  line-height: 1.15;
}

.jg-cert-card {
  background: #fff;
  border: 2px solid rgba(33, 41, 80, 0.10);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
}

.jg-cert-card:hover {
  border-color: rgba(197, 160, 89, 0.6);
  box-shadow: 0 8px 32px rgba(33, 41, 80, 0.12);
  transform: translateY(-4px);
}

.jg-cert-card__body {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(15px, 1.3vw, 19px);
  font-weight: 400;
  color: #253D86;
  line-height: 1.68;
  text-align: center;
  margin: 0 0 24px;
}

.jg-cert-card__icon-wrap {
  display: flex;
  justify-content: center;
  height: 64px;
  align-items: center;
  margin-bottom: 24px;
}

.jg-cert-card__icon-bg {
  width: 64px;
  height: 64px;
  background: rgba(33, 41, 80, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.jg-cert-card__icon-wrap--logo img {
  max-height: 64px;
  width: auto;
}

.jg-cert-card__title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 24px;
  font-weight: 700;
  color: var(--wp--preset--color--footer-blue, #253D86);
  text-align: center;
  line-height: 1.35;
  margin: 0 0 24px;
}

.jg-cert-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(33, 41, 80, 0.05);
}

.jg-cert-card__list li {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--wp--preset--color--footer-blue, #253D86);
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(33, 41, 80, 0.05);
}

.jg-cert-card__list--license {
  border-top: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.jg-cert-card__list--license li {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  border-bottom: none;
}

.jg-cert-card__badge {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.jg-cert-card__badge img {
  max-width: 280px;
  height: auto;
}

/* ── Mobile responsive tweaks ─────────────────────────────── */
@media (max-width: 640px) {
  .jg-hero__scroll {
    display: none;
  }
}

/* ══════════════════════════════════════════════════════════
   PHASE 3 - STANDARD PAGES
   ══════════════════════════════════════════════════════════ */

/* ── About Intro ─────────────────────────────────────────── */
.jg-about-intro {
  background: var(--wp--preset--color--surface, #F9F9F9);
  padding: clamp(80px, 8vw, 114px) 0 clamp(48px, 6vw, 96px);
}

.jg-about-intro__inner {
  max-width: var(--wp--style--global--content-size, 1280px);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

@media (max-width: 900px) {
  .jg-about-intro__inner {
    grid-template-columns: 1fr;
  }
  .jg-about-intro__image {
    order: -1;
  }
}
@media (max-width: 640px) {
  .jg-about-features {
    grid-template-columns: 1fr;
  }
}

.jg-about-intro__heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: var(--wp--preset--color--footer-blue, #253D86);
  line-height: 1.1;
  margin: 0 0 32px;
}

.jg-about-intro__body {
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 300;
  color: rgba(37, 61, 134, 0.7);
  line-height: 1.65;
  margin: 0 0 20px;
}

.jg-about-intro__body:last-of-type {
  margin-bottom: 0;
}

.jg-about-intro__image img {
  width: 100%;
  height: clamp(300px, 42vw, 600px);
  object-fit: cover;
  display: block;
}

.jg-about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}

.jg-about-feature {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.jg-about-feature__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  color: var(--wp--preset--color--footer-blue, #253D86);
}

.jg-about-feature__title {
  font-size: 16px;
  font-weight: 500;
  color: var(--wp--preset--color--footer-blue, #253D86);
  display: block;
  line-height: 1.5;
}

.jg-about-feature__sub {
  font-size: 14px;
  font-weight: 300;
  color: rgba(33, 41, 80, 0.6);
  display: block;
  line-height: 1.45;
}

/* ── About History ───────────────────────────────────────── */
.jg-about-history {
  background: #fff;
  padding: clamp(48px, 6vw, 80px) 0;
}

.jg-about-history__inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
}

.jg-about-history__inner .jg-section-heading {
  margin-bottom: clamp(24px, 3vw, 40px);
}

.jg-about-history__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.jg-about-history__body p {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 300;
  color: rgba(33, 41, 80, 0.8);
  line-height: 1.8;
  margin: 0;
}

.jg-about-history__body strong {
  font-weight: 600;
  color: var(--wp--preset--color--footer-blue, #253D86);
}

/* ── About Mission / Vision / Values / Goals ─────────────── */
.jg-about-mission {
  background: var(--wp--preset--color--surface, #F9F9F9);
  padding: clamp(48px, 6vw, 80px) 0;
}

.jg-about-mission__inner {
  max-width: var(--wp--style--global--content-size, 1280px);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.jg-about-mission__inner .jg-section-heading {
  margin-bottom: 0;
}

.jg-mv-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

@media (max-width: 768px) {
  .jg-mv-cards {
    grid-template-columns: 1fr;
  }
}

.jg-mv-card {
  background: #fff;
  border-left: 4px solid;
  padding: 32px 32px 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jg-mv-card--mission { border-color: var(--wp--preset--color--accent, #C5A059); }
.jg-mv-card--vision  { border-color: var(--wp--preset--color--footer-blue, #253D86); }

.jg-mv-card__icon-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.jg-mv-card__icon-bg {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.jg-mv-card--mission .jg-mv-card__icon-bg { background: rgba(197, 160, 89, 0.1); }
.jg-mv-card--vision  .jg-mv-card__icon-bg { background: rgba(33, 41, 80, 0.1); }

.jg-mv-card__heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 24px;
  font-weight: 600;
  color: var(--wp--preset--color--footer-blue, #253D86);
  line-height: 1.35;
  margin: 0;
}

.jg-mv-card__body {
  font-size: 16px;
  font-weight: 300;
  color: rgba(33, 41, 80, 0.8);
  line-height: 1.7;
  margin: 0;
}

/* Values */
.jg-values-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.jg-values-header,
.jg-goals-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.jg-values-icon-bg {
  width: 48px;
  height: 48px;
  background: var(--wp--preset--color--accent, #C5A059);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.jg-values-heading,
.jg-goals-heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 24px;
  font-weight: 600;
  color: var(--wp--preset--color--footer-blue, #253D86);
  margin: 0;
}

.jg-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 900px) { .jg-values-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .jg-values-grid { grid-template-columns: 1fr; } }

.jg-value-card {
  background: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.jg-value-card__title {
  font-size: 18px;
  font-weight: 600;
  color: var(--wp--preset--color--footer-blue, #253D86);
  margin: 0;
}

.jg-value-card__text {
  font-size: 14px;
  font-weight: 300;
  color: rgba(37, 61, 134, 0.7);
  line-height: 1.6;
  margin: 0;
}

/* Goals */
.jg-goals-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.jg-goals-icon-bg {
  width: 48px;
  height: 48px;
  background: var(--wp--preset--color--footer-blue, #253D86);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.jg-goals-card {
  background: #fff;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jg-goal-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.jg-goal-num {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: var(--wp--preset--color--accent, #C5A059);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}

.jg-goal-text {
  font-size: 16px;
  font-weight: 300;
  color: rgba(33, 41, 80, 0.8);
  line-height: 1.7;
  margin: 0;
}

/* ── About Team ──────────────────────────────────────────── */
.jg-about-team {
  background: #fff;
  padding: clamp(48px, 6vw, 80px) 0;
}

.jg-about-team__inner {
  max-width: var(--wp--style--global--content-size, 1280px);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

@media (max-width: 900px) {
  .jg-about-team__inner {
    grid-template-columns: 1fr;
  }
}

.jg-about-team__content {
  display: flex;
  flex-direction: column;
  gap: 0;
}


.jg-about-team__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.jg-about-team__body {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 300;
  color: rgba(33, 41, 80, 0.8);
  line-height: 1.8;
  margin: 0;
}

.jg-about-team__body strong {
  font-weight: 600;
  color: var(--wp--preset--color--footer-blue, #253D86);
}

.jg-about-team__image img {
  width: 100%;
  height: clamp(280px, 40vw, 500px);
  object-fit: cover;
  display: block;
}

.jg-team-stats {
  display: flex;
  gap: 16px;
}

@media (max-width: 480px) {
  .jg-team-stats {
    flex-direction: column;
  }
}

.jg-team-stat {
  background: var(--wp--preset--color--surface, #F9F9F9);
  padding: 24px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.jg-team-stat__icon {
  width: 32px;
  height: 32px;
  color: var(--wp--preset--color--footer-blue, #253D86);
}

.jg-team-stat__value {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 24px;
  font-weight: 700;
  color: var(--wp--preset--color--footer-blue, #253D86);
  line-height: 1;
}

.jg-team-stat__label {
  font-size: 14px;
  font-weight: 300;
  color: rgba(37, 61, 134, 0.7);
  line-height: 1.4;
}

/* ── Services Hub ────────────────────────────────────────── */
.jg-services--hub {
  padding-top: 0;
  padding-bottom: clamp(48px, 6vw, 96px);
}

.jg-services--hub .jg-services__inner {
  padding-top: 0;
}

.jg-services-hub {
  background: #fff;
  padding: clamp(48px, 6vw, 96px) 0 0;
  overflow: hidden;
}

.jg-services-hub__inner {
  max-width: var(--wp--style--global--content-size, 1280px);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
}

.jg-services-hub__intro {
  max-width: 900px;
  margin: 0 auto clamp(24px, 4vw, 64px);
}

.jg-services-hub__intro-para {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 300;
  color: rgba(33, 41, 80, 0.8);
  line-height: 1.75;
  margin: 0 0 20px;
}

.jg-services-hub__list-heading {
  font-size: 18px;
  font-weight: 400;
  color: var(--wp--preset--color--footer-blue, #253D86);
  margin: 0 0 12px;
}

.jg-services-hub__list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.jg-services-hub__list li {
  display: flex;
  gap: 12px;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.75;
  color: rgba(33, 41, 80, 0.8);
  font-weight: 300;
}

.jg-services-hub__list li::before {
  content: '•';
  color: var(--wp--preset--color--accent, #C5A059);
  font-size: 20px;
  flex-shrink: 0;
  line-height: 1.6;
}

.jg-services-hub__list li strong {
  font-weight: 400;
  color: var(--wp--preset--color--footer-blue, #253D86);
}

/* hub grid heading */
.jg-services--hub .jg-section-heading {
  margin-bottom: clamp(32px, 5vw, 64px);
}

.jg-service-card__desc {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin: 0 0 12px;
}

/* ── Page Hero (blue banner) ─────────────────────────────── */
.jg-page-hero {
  background: var(--wp--preset--color--footer-blue, #253D86);
  padding: 96px clamp(16px, 4vw, 48px) 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.jg-page-hero__title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.1;
}

.jg-page-hero__sub {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin: 0;
}

/* ── Contact Departments ─────────────────────────────────── */
.jg-contact-depts {
  background: var(--wp--preset--color--surface, #F9F9F9);
  padding: clamp(48px, 6vw, 80px) 0;
}

.jg-contact-depts__inner {
  max-width: var(--wp--style--global--content-size, 1280px);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
}

.jg-dept-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

@media (max-width: 900px) { .jg-dept-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .jg-dept-grid { grid-template-columns: 1fr; } }

.jg-dept-card {
  background: #fff;
  border: 2px solid #e5e7eb;
  padding: 24px;
}

.jg-dept-card__icon-wrap {
  width: 56px;
  height: 56px;
  background: rgba(197, 160, 89, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--wp--preset--color--accent, #C5A059);
}

.jg-dept-card__title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--wp--preset--color--footer-blue, #253D86);
  margin: 0 0 16px;
  line-height: 1.35;
}

.jg-dept-card__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.jg-dept-card__link {
  font-size: 14px;
  font-weight: 300;
  color: #4a5565;
  text-decoration: none;
  display: block;
  line-height: 1.45;
  transition: color var(--wp--custom--transition--base, 300ms ease);
}

.jg-dept-card__link:hover {
  color: var(--wp--preset--color--footer-blue, #253D86);
}

/* ── Contact Info ────────────────────────────────────────── */
.jg-contact-info {
  background: #fff;
  padding: clamp(48px, 6vw, 80px) 0;
}

.jg-contact-info__inner {
  max-width: var(--wp--style--global--content-size, 1280px);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
}

.jg-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.jg-info-grid--5 {
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 1100px) { .jg-info-grid--5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) { .jg-info-grid, .jg-info-grid--5 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .jg-info-grid, .jg-info-grid--5 { grid-template-columns: 1fr; } }

.jg-info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.jg-info-item__icon-wrap {
  width: 64px;
  height: 64px;
  background: rgba(197, 160, 89, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--wp--preset--color--accent, #C5A059);
}

.jg-info-item__title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--wp--preset--color--footer-blue, #253D86);
  margin: 0 0 12px;
}

.jg-info-item__text {
  font-size: 14px;
  font-weight: 300;
  color: #4a5565;
  line-height: 1.6;
  margin: 0 0 4px;
}

.jg-info-item__link {
  text-decoration: none;
  display: block;
  transition: color var(--wp--custom--transition--base, 300ms ease);
}

.jg-info-item__link:hover {
  color: var(--wp--preset--color--footer-blue, #253D86);
}

/* ── Contact Form ────────────────────────────────────────── */
.jg-contact-form-section {
  background: var(--wp--preset--color--surface, #F9F9F9);
  padding: clamp(48px, 6vw, 80px) 0;
}

.jg-contact-form-section__inner {
  max-width: 764px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
}

.jg-contact-form-card {
  background: #fff;
  border: 2px solid #e5e7eb;
  padding: clamp(24px, 4vw, 48px);
}

.jg-contact-form-card__heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: var(--wp--preset--color--footer-blue, #253D86);
  text-align: center;
  margin: 0 0 16px;
}

.jg-contact-form-card__sub {
  font-size: 16px;
  font-weight: 300;
  color: #4a5565;
  text-align: center;
  margin: 0 0 32px;
}

.jg-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.jg-form__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.jg-form__label {
  font-size: 16px;
  font-weight: 500;
  color: var(--wp--preset--color--footer-blue, #253D86);
  line-height: 1.5;
}

.jg-form__input,
.jg-form__textarea {
  background: var(--wp--preset--color--surface, #F9F9F9);
  border: 1px solid #d1d5dc;
  padding: 8px 12px;
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 14px;
  color: #374151;
  width: 100%;
  box-sizing: border-box;
  transition: border-color var(--wp--custom--transition--base, 300ms ease);
  border-radius: 0;
  appearance: none;
}

.jg-form__input:focus,
.jg-form__textarea:focus {
  outline: none;
  border-color: var(--wp--preset--color--footer-blue, #253D86);
}

.jg-form__input  { height: 40px; }
.jg-form__textarea { height: 120px; resize: vertical; padding-top: 10px; }

.jg-form__submit {
  background: var(--wp--preset--color--accent, #C5A059);
  color: #fff;
  border: none;
  padding: 18px 48px;
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  width: 100%;
  transition: opacity var(--wp--custom--transition--base, 300ms ease);
}

.jg-form__submit:hover { opacity: 0.88; }

/* ── Contact Map ─────────────────────────────────────────── */
.jg-contact-map {
  background: #fff;
  padding: clamp(48px, 6vw, 80px) 0;
}

.jg-contact-map__inner {
  max-width: var(--wp--style--global--content-size, 1280px);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
}

.jg-map-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 768px) { .jg-map-cols { grid-template-columns: 1fr; } }

.jg-map-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.jg-map-frame {
  border: 4px solid #d1d5dc;
  line-height: 0;
}

.jg-map-frame iframe {
  width: 100%;
  height: clamp(280px, 30vw, 500px);
  border: none;
  display: block;
}

.jg-map-wrapper {
  border: 4px solid #d1d5dc;
  margin-bottom: 24px;
  line-height: 0;
}

.jg-map-wrapper iframe {
  width: 100%;
  height: clamp(280px, 40vw, 500px);
  border: none;
  display: block;
}

.jg-map-addresses {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.jg-map-address {
  font-size: 16px;
  font-weight: 300;
  color: #4a5565;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  line-height: 1.5;
}

.jg-map-address strong {
  font-weight: 400;
  color: var(--wp--preset--color--footer-blue, #253D86);
}


/* ── О нама: Hero ─────────────────────────────────────────── */
.jg-about-hero {
  position: relative;
  height: clamp(420px, 45vw, 865px);
  overflow: hidden;
}

.jg-about-hero__bg {
  position: absolute;
  inset: 0;
}

.jg-about-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.jg-about-hero__overlay {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: clamp(40px, 6vw, 80px);
  width: min(1411px, 90%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(37,61,134,0.5) 50%, rgba(37,61,134,0.95) 100%);
  border-radius: 24px;
  padding: clamp(40px, 5vw, 80px) clamp(32px, 4vw, 64px) clamp(32px, 4vw, 56px);
  text-align: center;
}

.jg-about-hero__title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(32px, 5vw, 72px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 16px;
}

.jg-about-hero__sub {
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 300;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  margin: 0;
}

/* ── О нама: Timeline ─────────────────────────────────────── */
.jg-about-history {
  background: #fff;
  padding: clamp(48px, 6vw, 96px) 0;
}

.jg-about-history__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.jg-about-history__lead {
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 300;
  color: rgba(33,41,80,0.8);
  line-height: 1.8;
  margin: 0 0 clamp(40px, 5vw, 64px);
}

.jg-timeline {
  position: relative;
  padding-left: 48px;
  padding-bottom: 48px;
}

/* Animated line div - grows downward as items scroll into view */
.jg-timeline__line {
  position: absolute;
  left: 17.25px;
  top: 12px;
  width: 3.5px;
  height: 0;
  background: #253d86;
  transition: height 2200ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: height;
}

/* Trailing dots - positioned by JS just below last visible dot */
.jg-timeline__tail {
  position: absolute;
  left: 16.5px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  transition: opacity 1800ms ease;
}
.jg-timeline.jg-tl--complete .jg-timeline__tail { opacity: 1; }
.jg-timeline__tail span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #253d86;
}

.jg-timeline__item {
  position: relative;
  margin-bottom: clamp(20px, 2.5vw, 28px);
}

/* Dot: pops in with a spring after the line reaches it */
.jg-timeline__dot {
  position: absolute;
  left: -41px;
  top: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #c5a059;
  opacity: 0;
  transform: scale(0);
  transition: opacity 1000ms ease, transform 1400ms cubic-bezier(0.34, 1.56, 0.64, 1);
  transition-delay: 0ms;
}

/* Text: slides in from the right slightly after the dot */
.jg-timeline__entry {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(14px, 1.2vw, 22px);
  font-weight: 700;
  color: #253d86;
  line-height: 1.5;
  margin: 0;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1600ms ease, transform 1600ms ease;
  transition-delay: 0ms;
}

.jg-timeline__item.jg-tl--visible .jg-timeline__dot {
  opacity: 1;
  transform: scale(1);
}
.jg-timeline__item.jg-tl--visible .jg-timeline__entry {
  opacity: 1;
  transform: translateX(0);
}

/* Reduced motion: skip all animation */
@media (prefers-reduced-motion: reduce) {
  .jg-timeline__line { transition: none !important; height: 100% !important; }
  .jg-timeline__dot, .jg-timeline__entry { opacity: 1 !important; transform: none !important; transition: none !important; }
  .jg-timeline__tail { opacity: 1 !important; transition: none !important; }
}

/* ── О нама: Тим - department cards ──────────────────────── */
.jg-about-team {
  background: #fff;
  padding: clamp(48px, 6vw, 96px) 0;
}

.jg-about-team__wrap {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.jg-about-team__heading {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  color: #253D86;
  text-align: center;
  margin: 0 0 clamp(32px, 4vw, 48px);
}

.jg-about-team__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
}

.jg-about-team__image img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  display: block;
  object-fit: cover;
  aspect-ratio: 552 / 500;
}

.jg-about-team__content {
  display: flex;
  flex-direction: column;
}

.jg-about-team__body {
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 300;
  color: rgba(33,41,80,0.8);
  line-height: 1.8;
  margin: 0 0 16px;
}

.jg-dept-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(8px, 1.5vw, 16px);
  margin-top: clamp(24px, 3vw, 32px);
}

.jg-dept-card {
  background: #f9f9f9;
  border-radius: 8px;
  height: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  gap: 8px;
}

.jg-dept-card__icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.jg-dept-card__label {
  font-size: 14px;
  font-weight: 500;
  color: #212950;
  text-align: center;
  line-height: 1.4;
  padding: 0 8px;
}

/* ── CTA Banner ───────────────────────────────────────────── */
.jg-cta-banner {
  background: #fff;
  padding: clamp(32px, 5vw, 64px) clamp(16px, 4vw, 48px);
}

.jg-cta-banner__inner {
  max-width: 1160px;
  min-height: 220px;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 56px) clamp(24px, 4vw, 48px);
  background: var(--wp--preset--color--footer-blue, #253D86);
  border-radius: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.jg-cta-banner__heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(20px, 2.5vw, 36px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}

/* ── Responsive overrides ─────────────────────────────────── */
@media (max-width: 900px) {
  .jg-about-hero__overlay {
    width: 92%;
    padding: 32px 24px;
  }

  .jg-about-team__inner {
    grid-template-columns: 1fr;
  }

  .jg-dept-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 540px) {
  .jg-dept-cards {
    grid-template-columns: 1fr 1fr;
  }

  .jg-timeline {
    padding-left: 32px;
  }

  /* dot center = 32 - 28 + 9 = 13px; line center must match */
  .jg-timeline__line {
    left: 10.9px;
    width: 4.2px;
  }

  .jg-timeline__tail {
    left: 10.5px;
  }

  .jg-timeline__dot {
    left: -28px;
    width: 18px;
    height: 18px;
  }
}

/* ═══════════════════════════════════════════════════════════
   КАРИЈЕРЕ PAGE
   ═══════════════════════════════════════════════════════════ */

/* ── Intro ─────────────────────────────────────────────────── */
.jg-careers-intro {
  background: #fff;
  padding: clamp(48px, 6vw, 96px) 24px 0;
}
.jg-careers-intro__inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.jg-careers-intro__para {
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 300;
  line-height: 1.7;
  color: #212950;
  margin: 24px 0 0;
  text-align: center;
}

/* ── Benefits grid ─────────────────────────────────────────── */
.jg-careers-benefits {
  background: #fff;
  padding: clamp(48px, 6vw, 96px) 24px;
}
.jg-careers-benefits__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.jg-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.jg-benefit-card {
  background: #f9f9f9;
  border-radius: 16px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.jg-benefit-card__icon-wrap {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.jg-benefit-card__title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 700;
  color: #212950;
  margin: 0;
  line-height: 1.3;
}

/* ── Internship ────────────────────────────────────────────── */
.jg-careers-internship {
  background: #f9f9f9;
  padding: clamp(48px, 6vw, 96px) 24px;
}
.jg-careers-internship__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.jg-internship-card {
  background: #fff;
  border: 2px solid #253D86;
  border-radius: 24px;
  padding: clamp(32px, 4vw, 48px);
}
.jg-internship-card__heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 700;
  color: #253D86;
  margin: 0 0 20px;
}
.jg-internship-card__text {
  font-size: clamp(15px, 1.2vw, 20px);
  font-weight: 300;
  line-height: 1.625;
  color: #364153;
  margin: 0 0 32px;
}
.jg-internship-testimonial {
  background: rgba(197, 160, 89, 0.1);
  border-left: 4px solid #C5A059;
  padding: 32px 32px 32px 36px;
}
.jg-internship-testimonial__label {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #C5A059;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.jg-internship-testimonial__body {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.jg-internship-testimonial__content {
  flex: 1;
  min-width: 0;
}
.jg-internship-testimonial__avatar-wrap {
  flex-shrink: 0;
  order: 1;
}
.jg-internship-testimonial__avatar-placeholder {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #e8ecf2;
}
.jg-internship-testimonial__avatar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.jg-internship-testimonial__track {
  position: relative;
}
.jg-internship-testimonial__slide {
  display: none;
  animation: jg-slide-in 400ms ease both;
}
.jg-internship-testimonial__slide.jg-slide--active {
  display: block;
}
@keyframes jg-slide-in {
  from { opacity: 0; transform: translateX(16px); }
  to   { opacity: 1; transform: translateX(0); }
}
.jg-internship-testimonial__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 28px;
}
.jg-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1d5db;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 300ms;
}
.jg-dot--active {
  background: #212950;
}
.jg-internship-testimonial__name {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 20px;
  font-weight: 600;
  color: #253D86;
  margin: 0 0 4px;
}
.jg-internship-testimonial__role {
  font-size: 14px;
  font-weight: 300;
  color: #4a5565;
  margin: 0 0 24px;
}
.jg-internship-testimonial__quote {
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.625;
  color: #364153;
  margin: 0;
  border: none;
  padding: 0;
}

/* ── Open positions ────────────────────────────────────────── */
.jg-careers-positions {
  background: #fff;
  padding: clamp(48px, 6vw, 96px) 24px;
}
.jg-careers-positions__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.jg-careers-positions__heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(24px, 2.5vw, 40px);
  font-weight: 700;
  color: #253D86;
  text-align: center;
  margin: 0 0 40px;
}
.jg-positions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.jg-position-card {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  padding: 28px 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  text-decoration: none;
  color: #212950;
  transition: border-color 300ms, box-shadow 300ms;
}
.jg-position-card:hover {
  border-color: #253D86;
  box-shadow: 0 4px 16px rgba(33,41,80,0.08);
}
.jg-position-card__bullet {
  width: 8px;
  height: 8px;
  background: #C5A059;
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 6px;
}
.jg-position-card__title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 600;
  line-height: 1.4;
  color: #253D86;
}
.jg-careers-positions__cta {
  text-align: center;
  margin-top: 40px;
}
.jg-careers-positions__all-link {
  font-family: var(--wp--preset--font-family--roboto, Roboto, sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: #212950;
  text-decoration: none;
  transition: color 300ms;
}
.jg-careers-positions__all-link:hover {
  color: #253D86;
}

/* ── Application form ──────────────────────────────────────── */
.jg-careers-form {
  background: #f9f9f9;
  padding: clamp(48px, 6vw, 96px) 24px;
}
.jg-careers-form__inner {
  max-width: 920px;
  margin: 0 auto;
}
.jg-careers-form__heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(24px, 2.5vw, 40px);
  font-weight: 700;
  color: #253D86;
  text-align: center;
  margin: 0 0 40px;
}
.jg-careers-form__card {
  background: #fff;
  border: 2px solid #253D86;
  padding: clamp(32px, 4vw, 50px);
}
.jg-apply-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.jg-apply-form__row--2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.jg-apply-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.jg-apply-form__label {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 14px;
  font-weight: 600;
  color: #253D86;
}
.jg-apply-form__label span {
  color: #C5A059;
}
.jg-apply-form__input,
.jg-apply-form__textarea {
  border: 1px solid #d1d5dc;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  color: #364153;
  background: #f9f9f9;
  transition: border-color 300ms;
  outline: none;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
}
.jg-apply-form__input::placeholder,
.jg-apply-form__textarea::placeholder {
  color: #5a5a6f;
  font-weight: 300;
}
.jg-apply-form__input:focus,
.jg-apply-form__textarea:focus {
  border-color: #253D86;
  background: #f9f9f9;
}
.jg-apply-form__textarea {
  resize: vertical;
  min-height: 140px;
}
.jg-apply-form__upload-area {
  position: relative;
}
.jg-apply-form__file {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.jg-apply-form__upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px solid #d1d5dc;
  border-radius: 8px;
  padding: 40px 24px;
  background: #f9f9f9;
  cursor: pointer;
  transition: border-color 300ms, background 300ms;
  text-align: center;
}
.jg-apply-form__upload-area:hover .jg-apply-form__upload-label {
  border-color: #C5A059;
  background: #fdf8f0;
}
.jg-apply-form__upload-text {
  font-size: 14px;
  font-weight: 300;
  color: #4a5565;
}
.jg-apply-form__upload-hint {
  font-size: 12px;
  font-weight: 300;
  color: #6a7282;
}
.jg-apply-form__submit {
  width: 100%;
  margin-top: 8px;
  padding: 16px 32px;
  background: #C5A059;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 300ms;
}
.jg-apply-form__submit:hover {
  background: #b08a40;
}

/* ── Careers responsive ────────────────────────────────────── */
@media (max-width: 1024px) {
  .jg-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .jg-positions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .jg-benefits-grid {
    grid-template-columns: 1fr;
  }
  .jg-positions-grid {
    grid-template-columns: 1fr;
  }
  .jg-apply-form__row--2col {
    grid-template-columns: 1fr;
  }
  .jg-internship-testimonial__body {
    flex-direction: column;
  }
}

/* ═══════════════════════════════════════════════════════════
   POZICIJA SINGLE PAGE
   ═══════════════════════════════════════════════════════════ */

/* Back link */
.jg-poz-back {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 0;
}
.jg-poz-back__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 40px);
}
.jg-poz-back__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #212950;
  text-decoration: none;
  transition: color 300ms;
}
.jg-poz-back__link:hover { color: #253D86; }

/* Hero */
.jg-poz-hero {
  background: #253D86;
  padding: clamp(48px, 6vw, 80px) clamp(16px, 4vw, 40px);
}
.jg-poz-hero__inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.jg-poz-hero__title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
}
.jg-poz-hero__meta {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.jg-poz-hero__meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,.85);
}

/* Content wrapper */
.jg-poz-content {
  background: #fff;
  padding: clamp(48px, 6vw, 80px) clamp(16px, 4vw, 40px);
}
.jg-poz-content__inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* Sections */
.jg-poz-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.jg-poz-section--shaded {
  background: #f9f9f9;
  border-radius: 16px;
  padding: 32px;
}
.jg-poz-section__heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  color: #253D86;
  margin: 0;
}
.jg-poz-section__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: #364153;
  margin: 0;
}

/* Checklist */
.jg-poz-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.jg-poz-checklist__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  color: #364153;
}
.jg-poz-checklist__item svg { flex-shrink: 0; margin-top: 2px; }

/* Нудимо card */
.jg-poz-nudimo-card {
  border: 1.5px solid #253D86;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.jg-poz-nudimo-card__heading {
  display: flex;
  align-items: center;
  gap: 12px;
}
.jg-poz-nudimo-card__heading h2 {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  color: #253D86;
  margin: 0;
}

/* Apply section */
.jg-poz-apply {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.jg-poz-apply__heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 700;
  color: #253D86;
  text-align: center;
  margin: 0;
}
.jg-poz-apply__sub {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: #364153;
  text-align: center;
  margin: 0;
  max-width: 640px;
  align-self: center;
}
.jg-poz-apply__form-wrap {
  background: #fff;
  border: 1.5px solid #212950;
  border-radius: 16px;
  padding: clamp(24px, 3vw, 40px);
  margin-top: 8px;
}

/* ═══════════════════════════════════════════════════════════
   POZICIJA ARCHIVE PAGE
   ═══════════════════════════════════════════════════════════ */

.jg-pozicija-hero {
  background: #253D86;
  padding: clamp(56px, 7vw, 96px) 24px clamp(48px, 6vw, 80px);
  text-align: center;
}
.jg-pozicija-hero__inner {
  max-width: 800px;
  margin: 0 auto;
}
.jg-pozicija-hero__title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
}
.jg-pozicija-hero__sub {
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 300;
  color: rgba(255,255,255,.85);
  margin: 0;
  line-height: 1.6;
}

.jg-pozicija-archive {
  background: #fff;
  padding: clamp(48px, 6vw, 80px) 24px;
}
.jg-pozicija-archive__inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.jg-pozicija-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.jg-pozicija-card {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  padding: 28px 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  text-decoration: none;
  transition: border-color 300ms, box-shadow 300ms;
}
.jg-pozicija-card:hover {
  border-color: #253D86;
  box-shadow: 0 4px 16px rgba(33,41,80,0.08);
}
.jg-pozicija-card__bullet {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #C5A059;
  flex-shrink: 0;
  margin-top: 6px;
}
.jg-pozicija-card--closed .jg-pozicija-card__bullet {
  background: #d1d5db;
}
.jg-pozicija-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.jg-pozicija-card__title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 16px;
  font-weight: 600;
  color: #253D86;
  line-height: 1.35;
}
.jg-pozicija-card--closed .jg-pozicija-card__title {
  color: #9ca3af;
}
.jg-pozicija-card__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 400;
  color: #9ca3af;
}
.jg-pozicija-archive__empty {
  text-align: center;
  color: #6b7280;
  font-size: 16px;
}

/* No-match CTA card */
.jg-pozicija-nomatch {
  background: #f9f9f9;
  border-radius: 16px;
  padding: clamp(32px, 4vw, 48px);
}
.jg-pozicija-nomatch__heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  color: #212950;
  margin: 0 0 16px;
}
.jg-pozicija-nomatch__text {
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 300;
  line-height: 1.7;
  color: #364153;
  margin: 0 0 28px;
  max-width: 680px;
}

@media (max-width: 768px) {
  .jg-pozicija-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .jg-pozicija-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════════
   НЕКРЕТНИНЕ PAGE
   ═══════════════════════════════════════════════════════════ */

/* ── Blue page header (shared with other pages) ─────────── */
.jg-page-header {
  background: #253d86;
  padding: 96px 24px 80px;
  text-align: center;
}
.jg-page-header__inner {
  max-width: 960px;
  margin: 0 auto;
}
.jg-page-header__title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1;
}
.jg-page-header__sub {
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 300;
  color: rgba(255,255,255,0.8);
  margin: 0;
  line-height: 1.4;
}

/* ── Listing section intro ──────────────────────────────── */
.jg-nekretnine-section__intro {
  background: #f9f9f9;
  padding: clamp(40px, 5vw, 80px) 24px 40px;
}
.jg-nekretnine-section__intro-inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.jg-nekretnine-section__intro-sub {
  font-size: 16px;
  font-weight: 300;
  color: #4a5565;
  margin: 12px 0 0;
}

/* ── Listing content ────────────────────────────────────── */
.jg-nekretnine-section__content {
  background: #fff;
  padding: clamp(40px, 5vw, 80px) 24px;
}
.jg-nekretnine-section__content-inner {
  max-width: 1280px;
  margin: 0 auto;
}

/* ── Filter tabs ─────────────────────────────────────────── */
.jg-prop-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
}
.jg-prop-filter {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  text-decoration: none;
  background: #f9f9f9;
  color: #253d86;
  transition: background 300ms, color 300ms;
  white-space: nowrap;
}
.jg-prop-filter:hover,
.jg-prop-filter--active {
  background: #C5A059;
  color: #fff;
}

/* ── Count ───────────────────────────────────────────────── */
.jg-prop-count {
  font-size: 16px;
  font-weight: 300;
  color: #4a5565;
  text-align: center;
  margin: 0 0 32px;
}

/* ── Property card grid ──────────────────────────────────── */
.jg-prop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.jg-prop-card {
  display: flex;
  flex-direction: column;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: #fff;
  transition: box-shadow 300ms, border-color 300ms;
}
.jg-prop-card:hover {
  box-shadow: 0 8px 32px rgba(33,41,80,0.12);
  border-color: #C5A059;
}

/* Card image */
.jg-prop-card__img-wrap {
  position: relative;
  height: 200px;
  background: #e5e7eb;
  overflow: hidden;
  flex-shrink: 0;
}
.jg-prop-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jg-prop-card__img-placeholder {
  width: 100%;
  height: 100%;
  background: #f3f4f6;
}

/* Badges */
.jg-prop-card__badges {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}
.jg-prop-badge {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  color: #fff;
  white-space: nowrap;
}
.jg-prop-badge--type {
  background: #C5A059;
}
.jg-prop-badge--featured {
  background: #e7000b;
  margin-left: auto;
}

/* Price overlay */
.jg-prop-card__price {
  position: absolute;
  bottom: 24px;
  right: 16px;
  background: rgba(37,61,134,0.9);
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
.jg-prop-card__price img {
  flex-shrink: 0;
}

/* Card body */
.jg-prop-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.jg-prop-card__title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 20px;
  font-weight: 500;
  color: #253d86;
  margin: 0 0 16px;
  line-height: 1.4;
}
.jg-prop-card__location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4a5565;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 12px;
}
.jg-prop-card__excerpt {
  font-size: 14px;
  font-weight: 300;
  color: #4a5565;
  line-height: 1.5;
  margin: 0 0 auto;
  padding-bottom: 16px;
}

/* Stats row */
.jg-prop-card__stats {
  display: flex;
  gap: 0;
  border-top: 1px solid #e5e7eb;
  padding-top: 16px;
  margin-bottom: 16px;
}
.jg-prop-card__stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 300;
  color: #253d86;
  text-align: center;
}
.jg-prop-card__stat img {
  margin-bottom: 4px;
}

/* Footer row */
.jg-prop-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e5e7eb;
  padding-top: 12px;
}
.jg-prop-card__details-link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 300;
  color: #C5A059;
}
.jg-prop-card__year {
  font-size: 12px;
  font-weight: 300;
  color: #6a7282;
}
.jg-prop-empty {
  text-align: center;
  padding: 64px 24px;
  color: #4a5565;
  font-weight: 300;
}

/* ── Parcels section ─────────────────────────────────────── */
.jg-parcels {
  background: #fff;
  padding: clamp(48px, 6vw, 96px) 24px;
}
.jg-parcels__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.jg-parcels__tag {
  display: inline-block;
  background: #C5A059;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  letter-spacing: 0.05em;
  padding: 10px 24px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.jg-parcels__heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  color: #253d86;
  margin: 0 0 24px;
  line-height: 1.1;
}
.jg-parcels__para {
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 300;
  color: #364153;
  line-height: 1.65;
  margin: 0 0 40px;
}
.jg-parcels__checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.jg-parcels__check-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.jg-parcels__check-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: #C5A059;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  line-height: 1;
}
.jg-parcels__check-title {
  display: block;
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 18px;
  font-weight: 600;
  color: #253d86;
  margin-bottom: 4px;
}
.jg-parcels__check-desc {
  font-size: 16px;
  font-weight: 300;
  color: #4a5565;
  margin: 0;
  line-height: 1.5;
}

/* Right card */
.jg-parcels__card {
  background: #253d86;
  border-radius: 16px;
  padding: clamp(32px, 4vw, 48px);
  color: #fff;
}
.jg-parcels__card-heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
  color: #fff;
  margin: 0 0 16px;
}
.jg-parcels__card-sub {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,0.8);
  margin: 0 0 24px;
}
.jg-parcels__contact-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.jg-parcels__contact-item {
  background: rgba(255,255,255,0.1);
  border-left: 4px solid #C5A059;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.jg-parcels__contact-label {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
}
.jg-parcels__contact-value {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}
.jg-parcels__contact-value:hover {
  color: #C5A059;
}
.jg-parcels__attach {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 28px;
}
.jg-parcels__attach-heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 16px;
}
.jg-parcels__attach-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.jg-parcels__attach-list li {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,0.8);
  padding-left: 16px;
  position: relative;
}
.jg-parcels__attach-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #C5A059;
}

/* ── Nekretnine CTA banner ──────────────────────────────── */
.jg-nekretnine-cta {
  background: #253d86;
  padding: clamp(64px, 7vw, 96px) 24px;
  text-align: center;
}
.jg-nekretnine-cta__inner {
  max-width: 960px;
  margin: 0 auto;
}
.jg-nekretnine-cta__heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 500;
  color: #fff;
  margin: 0 0 24px;
}
.jg-nekretnine-cta__sub {
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 300;
  color: rgba(255,255,255,0.7);
  margin: 0 0 40px;
  line-height: 1.6;
}
.jg-nekretnine-cta__btn {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  min-width: 260px;
  padding: 16px 40px;
}

/* ── Nekretnine responsive ──────────────────────────────── */
@media (max-width: 1024px) {
  .jg-prop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .jg-parcels__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 640px) {
  .jg-prop-grid {
    grid-template-columns: 1fr;
  }
  .jg-prop-filters {
    gap: 6px;
  }
  .jg-prop-filter {
    font-size: 14px;
    padding: 10px 16px;
  }
}
/* ============================================================
   ИНВЕСТИЦИЈЕ PAGE
   ============================================================ */

/* ── Hero ── */
.jg-svc-hero {
  position: relative;
  height: clamp(420px, 45vw, 865px);
  overflow: hidden;
}
.jg-svc-hero__img-wrap {
  position: absolute;
  inset: 0;
}
.jg-svc-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jg-svc-hero__overlay {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: clamp(40px, 6vw, 80px);
  width: min(1411px, 90%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(37,61,134,0.5) 50%, rgba(37,61,134,0.95) 100%);
  border-radius: 24px;
  padding: clamp(40px, 5vw, 80px) clamp(32px, 4vw, 64px) clamp(32px, 4vw, 56px);
  text-align: center;
}
.jg-svc-hero__content {
  max-width: 891px;
  margin: 0 auto;
}
.jg-svc-hero__title {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 700;
  font-size: clamp(32px, 5vw, 72px);
  line-height: 1.1;
  color: #fff;
  margin: 0 0 16px;
}
.jg-svc-hero__sub {
  font-family: var(--wp--preset--font-family--roboto);
  font-weight: 300;
  font-size: clamp(16px, 1.5vw, 24px);
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
  margin: 0;
}

/* ── Шта нудимо ── */
.jg-inv-services {
  background: #fff;
  padding: 80px 0;
}
.jg-inv-services__inner {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 24px;
}
.jg-inv-services__heading {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  color: #253d86;
  text-align: center;
  margin: 0 0 48px;
}
.jg-inv-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.jg-inv-service-card {
  background: #fff;
  border: 1px solid #e8eaf0;
  border-radius: 16px;
  padding: 32px;
  transition: box-shadow 300ms ease, transform 300ms ease, border-color 300ms ease;
}

.jg-inv-service-card:hover {
  box-shadow: 0 8px 30px rgba(33, 41, 80, 0.12);
  transform: translateY(-4px);
  border-color: rgba(197, 160, 89, 0.6);
}
.jg-inv-services--gray {
  background: #f9f9f9;
}
.jg-inv-services--gray .jg-inv-service-card {
  background: #fff;
}
.jg-inv-service-card__icon-wrap {
  width: 64px;
  height: 64px;
  background: rgba(197,160,89,0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.jg-inv-service-card__icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.jg-inv-service-card__title {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #253d86;
  margin: 0 0 16px;
}
.jg-inv-service-card__desc {
  font-family: var(--wp--preset--font-family--roboto);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: rgba(37,61,134,0.7);
  margin: 0;
}

/* ── Наши пројекти ── */
.jg-inv-projects {
  background: #fff;
  padding: 80px 0 96px;
}
.jg-inv-projects__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}
.jg-inv-projects__heading {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 700;
  font-size: clamp(32px, 3vw, 48px);
  color: #253d86;
  text-align: center;
  margin: 0 0 48px;
}
.jg-inv-projects__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}
.jg-inv-proj-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 2px solid rgba(33,41,80,0.1);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 300ms, border-color 300ms;
}
.jg-inv-proj-card:hover {
  box-shadow: 0 8px 32px rgba(37,61,134,0.12);
  border-color: rgba(33,41,80,0.2);
}
.jg-inv-proj-card__img-wrap {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.jg-inv-proj-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 700ms;
}
.jg-inv-proj-card:hover .jg-inv-proj-card__img {
  transform: scale(1.04);
}
.jg-inv-proj-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.jg-inv-proj-card__title {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #253d86;
  margin: 0 0 12px;
}
.jg-inv-proj-card__meta {
  display: flex;
  gap: 24px;
  margin-bottom: 12px;
}
.jg-inv-proj-card__meta-row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--wp--preset--font-family--roboto);
  font-weight: 300;
  font-size: 14px;
  color: rgba(33,41,80,0.6);
}
.jg-inv-proj-card__desc {
  font-family: var(--wp--preset--font-family--roboto);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(37,61,134,0.7);
  margin: 0 0 16px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.jg-inv-proj-card__more {
  font-family: var(--wp--preset--font-family--roboto);
  font-weight: 500;
  font-size: 16px;
  color: #c5a059;
  margin-top: auto;
}
.jg-inv-projects__cta {
  text-align: center;
}

/* ── Shared gold button ── */
.jg-btn--gold {
  display: inline-block;
  background: #c5a059;
  color: #fff;
  font-family: var(--wp--preset--font-family--roboto);
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 8px;
  transition: background 300ms;
}
.jg-btn--gold:hover {
  background: #b08d46;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .jg-inv-projects__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .jg-svc-hero__overlay {
    border-radius: 16px;
  }
  .jg-inv-services__grid {
    grid-template-columns: 1fr;
  }
  .jg-inv-projects__grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   ИЗГРАДЊА PAGE - "Шта градимо" section
   ============================================================ */
.jg-izgr-what {
  background: #f9f9f9;
  padding: 80px 0;
}
.jg-izgr-what__inner {
  max-width: 1165px;
  margin: 0 auto;
  padding: 0 24px;
}
.jg-izgr-what__heading {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 700;
  font-size: 36px;
  color: #253d86;
  text-align: center;
  margin: 0 0 48px;
}
.jg-izgr-what__list {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.jg-izgr-cat-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  flex: 1;
  transition: transform 300ms ease, box-shadow 300ms ease;
}
.jg-izgr-cat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(33,41,80,0.1);
}
.jg-izgr-cat-card__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
.jg-izgr-cat-card__icon-wrap {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  background: rgba(197,160,89,0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jg-izgr-cat-card__title {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  color: #253d86;
  margin: 0;
}
.jg-izgr-cat-card__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.jg-izgr-cat-card__item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--wp--preset--font-family--roboto);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(33,41,80,0.8);
}

@media (max-width: 768px) {
  .jg-izgr-what__list {
    flex-direction: column;
  }
  .jg-izgr-cat-card {
    padding: 24px;
  }
  .jg-izgr-cat-card__title {
    font-size: 20px;
  }
}

/* Project card image placeholder (no photo available) */
.jg-inv-proj-card__img-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── 3-column service grid variant (Enterijer "Шта опремамо") ─ */
.jg-inv-services__grid--3col {
  grid-template-columns: repeat(3, 1fr);
}

/* ── Enterijer: Sofeyia partner section ───────────────────── */
.jg-ent-sofeyia {
  background: #fff;
  padding: 48px 0;
  border-bottom: 1px solid rgba(33,41,80,0.08);
}
.jg-ent-sofeyia__inner {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.jg-ent-sofeyia__logo {
  max-width: 250px;
  height: auto;
}
.jg-ent-sofeyia__btn {
  min-width: 200px;
  text-align: center;
}

/* ── Enterijer: "Шта опремамо" italic quote ───────────────── */
.jg-ent-what { background: #f9f9f9; }
.jg-ent-what__quote {
  font-family: var(--wp--preset--font-family--roboto);
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(37,61,134,0.7);
  text-align: center;
  max-width: 763px;
  margin: 40px auto 0;
}

/* ── Enterijer: Процес рада ───────────────────────────────── */
.jg-ent-process {
  background: #fff;
  padding: 80px 0 96px;
}
.jg-ent-process__inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
}
.jg-ent-process__heading {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 700;
  font-size: clamp(28px, 3vw, 36px);
  color: #253d86;
  text-align: center;
  margin: 0 0 48px;
}
.jg-ent-process__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.jg-ent-process__step {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.jg-ent-process__icon-wrap {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background: rgba(197,160,89,0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jg-ent-process__content {
  flex: 1;
}
.jg-ent-process__title {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #253d86;
  margin: 0 0 12px;
}
.jg-ent-process__desc {
  font-family: var(--wp--preset--font-family--roboto);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(37,61,134,0.7);
  margin: 0;
}
.jg-ent-process__quote {
  font-family: var(--wp--preset--font-family--roboto);
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(37,61,134,0.7);
  text-align: center;
  margin: 48px auto 0;
  max-width: 700px;
}

/* ── Enterijer: CTA section ───────────────────────────────── */
.jg-ent-cta {
  background: #253d86;
  padding: 96px 0;
  text-align: center;
}
.jg-ent-cta__inner {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.jg-ent-cta__heading {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.2;
  color: #fff;
  margin: 0;
}
.jg-ent-cta__sub {
  font-family: var(--wp--preset--font-family--roboto);
  font-weight: 300;
  font-size: 20px;
  line-height: 1.8;
  color: rgba(255,255,255,0.8);
  margin: 0;
}
.jg-ent-cta__contacts {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.jg-ent-cta__contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--wp--preset--font-family--roboto);
  font-weight: 300;
  font-size: 18px;
  line-height: 1.55;
  color: #fff;
  text-decoration: none;
}
.jg-ent-cta__contact-link strong {
  font-weight: 400;
}
.jg-ent-cta__divider {
  color: rgba(255,255,255,0.4);
  font-size: 16px;
}
.jg-ent-cta__note {
  font-family: var(--wp--preset--font-family--roboto);
  font-weight: 300;
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  margin: 0;
}
.jg-ent-cta__btn {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 40px;
}

/* ── Responsive: Enterijer ────────────────────────────────── */
@media (max-width: 1024px) {
  .jg-inv-services__grid--3col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .jg-inv-services__grid--3col {
    grid-template-columns: 1fr;
  }
  .jg-ent-process__step {
    flex-direction: column;
    padding: 24px;
  }
  .jg-ent-cta__contacts {
    flex-direction: column;
  }
  .jg-ent-cta__divider {
    display: none;
  }
}

/* ── Контакт: Пронађите нас ───────────────────────────────── */
.jg-contact-map {
  background: #fff;
  padding: 80px 0 96px;
}
.jg-contact-map__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 clamp(24px, 3vw, 60px);
}
.jg-contact-map__heading {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 700;
  font-size: clamp(28px, 3vw, 36px);
  color: #253d86;
  text-align: center;
  margin: 0 0 48px;
}
.jg-contact-map__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.jg-contact-map__frame-wrap {
  width: 100%;
  height: 500px;
  border: 4px solid #d1d5dc;
  border-radius: 4px;
  overflow: hidden;
  background: #eee;
}
.jg-contact-map__iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.jg-contact-map__label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 16px 0 0;
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 16px;
  color: #4a5565;
  line-height: 1.5;
}
.jg-contact-map__pin {
  flex-shrink: 0;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .jg-contact-map__grid {
    grid-template-columns: 1fr;
  }
  .jg-contact-map__frame-wrap {
    height: 300px;
  }
}


/* ══════════════════════════════════════════════════════════
   RÉFÉRENCES PAGE
   ══════════════════════════════════════════════════════════ */

/* ── Hero (solid navy banner) ───────────────────────────── */
.jg-ref-hero {
  background: #253d86;
  padding: clamp(60px, 8vw, 120px) 24px;
  text-align: center;
}
.jg-ref-hero__inner {
  max-width: 760px;
  margin: 0 auto;
}
.jg-ref-hero__title {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 700;
  font-size: clamp(32px, 5vw, 60px);
  line-height: 1.1;
  color: #fff;
  margin: 0 0 20px;
}
.jg-ref-hero__sub {
  font-family: var(--wp--preset--font-family--roboto);
  font-weight: 300;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
  margin: 0;
}

/* ── Stats bar (light bg, gold numbers) ─────────────────── */
.jg-ref-stats {
  background: #f9f9f9;
  padding: clamp(48px, 6vw, 80px) 24px;
}
.jg-ref-stats__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  text-align: center;
}
.jg-ref-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.jg-ref-stats__value {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 700;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1;
  color: #c5a059;
}
.jg-ref-stats__label {
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 16px;
  font-weight: 300;
  color: #212950;
}

/* ── Layout: sidebar + main ─────────────────────────────── */
.jg-ref-grid-section {
  background: #fff;
  padding: clamp(48px, 6vw, 96px) 24px;
}
.jg-ref-grid-section__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 56px;
  align-items: start;
}

/* Sidebar */
.jg-ref-sidebar {
  position: sticky;
  top: 100px;
}
.jg-ref-sidebar__heading {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 700;
  font-size: 24px;
  color: #253d86;
  margin: 0 0 16px;
}
.jg-ref-sidebar__card {
  /* no card wrapper styling - rows are flat */
}
.jg-ref-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.jg-ref-sidebar__list li {
  /* no dividers */
}
.jg-ref-sidebar__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 52px;
  padding: 0 24px;
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 14px;
  font-weight: 600;
  color: #253d86;
  text-decoration: none;
  background: #f9fafb;
  border-left: 4px solid transparent;
  transition: background 200ms, border-color 200ms;
}
.jg-ref-sidebar__link:hover {
  background: #f0f2f7;
  border-left-color: rgba(197,160,89,0.5);
}
.jg-ref-sidebar__link.is-active {
  background: #253d86;
  color: #fff;
  border-left-color: #c5a059;
}
.jg-ref-sidebar__count {
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 12px;
  font-weight: 500;
  color: rgba(33,41,80,0.5);
  flex-shrink: 0;
}
.jg-ref-sidebar__link.is-active .jg-ref-sidebar__count {
  color: #c5a059;
}

/* Main heading */
.jg-ref-main__heading {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #253d86;
  margin: 0 0 32px;
}
.jg-ref-main__count {
  color: #c5a059;
}
.jg-ref-main__empty {
  color: #6b7280;
  font-family: var(--wp--preset--font-family--roboto);
  padding: 48px 0;
}

/* ── Project card grid ──────────────────────────────────── */
.jg-ref-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.jg-ref-card {
  background: #fff;
  border-radius: 16px;
  border: 2px solid #f3f4f6;
  overflow: hidden;
  transition: box-shadow 300ms, border-color 300ms;
}
.jg-ref-card:hover {
  box-shadow: 0 8px 32px rgba(33,41,80,0.12);
  border-color: #c5a059;
}
.jg-ref-card__inner {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.jg-ref-card__img-wrap {
  position: relative;
  height: 330px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 14px 14px 0 0;
}
.jg-ref-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 700ms;
}
.jg-ref-card:hover .jg-ref-card__img {
  transform: scale(1.04);
}
.jg-ref-card__img-placeholder {
  width: 100%;
  height: 100%;
  background: #e5e7eb;
}
.jg-ref-card__badge {
  position: absolute;
  top: 18px;
  left: 16px;
  background: #c5a059;
  color: #fff;
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 4px 12px;
  border-radius: 0;
  max-width: calc(100% - 32px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jg-ref-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.jg-ref-card__title {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #253d86;
  margin: 0 0 16px;
}
.jg-ref-card__meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 14px;
  font-weight: 300;
  color: rgba(37,61,134,0.7);
  margin: 0 0 8px;
}
.jg-ref-card__icon {
  flex-shrink: 0;
}
.jg-ref-card__excerpt {
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 14px;
  font-weight: 300;
  color: rgba(37,61,134,0.7);
  margin: 8px 0 16px;
  line-height: 20px;
}
.jg-ref-card__cta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 14px;
  font-weight: 600;
  color: #c5a059;
}

/* ── Pagination ─────────────────────────────────────────── */
.jg-ref-pagination {
  display: flex;
  gap: 8px;
  margin-top: 48px;
  flex-wrap: wrap;
}
.jg-ref-pagination__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 15px;
  color: #212950;
  text-decoration: none;
  transition: background 200ms, border-color 200ms, color 200ms;
}
.jg-ref-pagination__btn:hover,
.jg-ref-pagination__btn.is-active {
  background: #212950;
  border-color: #212950;
  color: #fff;
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 1100px) {
  .jg-ref-grid-section__inner {
    grid-template-columns: 240px 1fr;
    gap: 40px;
  }
}
@media (max-width: 900px) {
  .jg-ref-grid-section__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .jg-ref-sidebar {
    position: static;
  }
  .jg-ref-stats__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .jg-ref-card-grid {
    grid-template-columns: 1fr;
  }
}

/* ══════════════════════════════════════════════════════════
   REFERENCER DETAIL PANEL (inline expand)
   ══════════════════════════════════════════════════════════ */

.jg-ref-card__inner {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.jg-ref-detail {
  grid-column: 1 / -1;
  background: #fff;
  border: 2px solid #c5a059;
  margin: 8px 0;
  animation: jgDetailIn 300ms ease both;
}

@keyframes jgDetailIn {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.jg-ref-detail__inner {
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* Header */
.jg-ref-detail__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.jg-ref-detail__header-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.jg-ref-detail__cat {
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 12px;
  font-weight: 600;
  color: #c5a059;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: 16px;
}
.jg-ref-detail__title {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #253d86;
  margin: 0;
}
.jg-ref-detail__close-x {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #f3f4f6;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  transition: background 200ms;
}
.jg-ref-detail__close-x:hover { background: #e5e7eb; }

/* Image + meta */
.jg-ref-detail__media {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.jg-ref-detail__img-wrap {
  flex: 0 0 auto;
  width: 65%;
  border-radius: 16px;
  overflow: hidden;
  background: #e5e7eb;
}
.jg-ref-detail__img {
  width: 100%;
  height: 299px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}
.jg-ref-detail__img[hidden] {
  display: none;
}
.jg-ref-detail__img-placeholder {
  width: 100%;
  height: 299px;
  background: #e5e7eb;
}
.jg-ref-detail__meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.jg-ref-detail__meta-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.jg-ref-detail__meta-item svg {
  flex-shrink: 0;
  margin-top: 4px;
}
.jg-ref-detail__meta-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.jg-ref-detail__meta-label {
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 12px;
  font-weight: 600;
  color: rgba(33,41,80,0.6);
  line-height: 16px;
}
.jg-ref-detail__meta-value {
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 16px;
  font-weight: 300;
  color: #253d86;
  line-height: 24px;
}

/* О пројекту */
.jg-ref-detail__section-title {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #253d86;
  margin: 0 0 16px;
}
.jg-ref-detail__about-text {
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: rgba(33,41,80,0.8);
  margin: 0;
  white-space: pre-line;
}

/* Gallery */
.jg-ref-detail__slideshow {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #111;
}
.jg-ref-detail__slides {
  position: relative;
}
.jg-ref-detail__slide {
  display: none;
}
.jg-ref-detail__slide.is-active {
  display: block;
}
.jg-ref-detail__gallery-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}
.jg-ref-detail__slide-prev,
.jg-ref-detail__slide-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(4px);
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms;
  z-index: 2;
}
.jg-ref-detail__slide-prev:hover,
.jg-ref-detail__slide-next:hover {
  background: rgba(255,255,255,0.3);
}
.jg-ref-detail__slide-prev { left: 12px; }
.jg-ref-detail__slide-next { right: 12px; }
.jg-ref-detail__slide-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 2;
}
.jg-ref-detail__slide-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.45);
  cursor: pointer;
  padding: 0;
  transition: background 200ms, transform 200ms;
}
.jg-ref-detail__slide-dot.is-active {
  background: #fff;
  transform: scale(1.25);
}

/* Footer close */
.jg-ref-detail__footer {
  display: flex;
  justify-content: center;
}
.jg-ref-detail__close-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f3f4f6;
  border: none;
  cursor: pointer;
  padding: 12px 32px;
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 16px;
  font-weight: 600;
  color: #253d86;
  transition: background 200ms;
}
.jg-ref-detail__close-btn:hover { background: #e5e7eb; }

/* Responsive */
@media (max-width: 768px) {
  .jg-ref-detail__inner { padding: 24px; }
  .jg-ref-detail__title { font-size: 22px; }
  .jg-ref-detail__media { flex-direction: column; }
  .jg-ref-detail__img-wrap { width: 100%; }
  .jg-ref-detail__img,
  .jg-ref-detail__img-placeholder { height: 220px; }
  .jg-ref-detail__gallery-img { height: 220px; }
}

/* ═══════════════════════════════════════════════════════════════
   NEKRETNINA - SINGLE PAGE
   ═══════════════════════════════════════════════════════════════ */

/* Back link bar */
.jg-prop-single {
  background: #fff;
}
.jg-prop-back {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}
.jg-prop-back__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 40px);
  height: 58px;
  display: flex;
  align-items: center;
}
.jg-prop-back__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--wp--preset--color--primary, #212950);
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 200ms;
}
.jg-prop-back__link:hover { opacity: 0.7; }

/* Gallery */
.jg-prop-gallery {
  background: #fff;
  padding: clamp(24px, 3vw, 40px) clamp(16px, 4vw, 40px);
}
.jg-prop-gallery__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.jg-prop-gallery__main {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #1a1a2e;
}
.jg-prop-gallery__slides {
  position: relative;
  height: clamp(300px, 45vw, 648px);
}
.jg-prop-gallery__slide {
  display: none;
  width: 100%;
  height: 100%;
}
.jg-prop-gallery__slide.is-active { display: block; }
.jg-prop-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jg-prop-gallery__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.9);
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 200ms;
  z-index: 2;
}
.jg-prop-gallery__nav:hover { background: #fff; }
.jg-prop-gallery__nav--prev { left: 16px; }
.jg-prop-gallery__nav--next { right: 16px; }
.jg-prop-gallery__counter {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 14px;
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  padding: 4px 12px;
  border-radius: 4px;
}
.jg-prop-gallery__thumbs {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.jg-prop-gallery__thumbs::-webkit-scrollbar { display: none; }
.jg-prop-gallery__thumb {
  flex-shrink: 0;
  width: 104px;
  height: 78px;
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid transparent;
  opacity: 0.6;
  cursor: pointer;
  padding: 0;
  background: none;
  transition: opacity 200ms, border-color 200ms;
}
.jg-prop-gallery__thumb.is-active {
  border-color: var(--wp--preset--color--accent, #C5A059);
  opacity: 1;
}
.jg-prop-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Two-column layout */
.jg-prop-single__two-col {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(32px, 4vw, 56px) clamp(16px, 4vw, 40px);
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
}
.jg-prop-single__main {
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}
.jg-prop-single__sidebar {
  position: sticky;
  top: 96px;
}
.jg-prop-single__sidebar-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #253d86;
  border-radius: 16px;
  padding: 32px;
  color: #fff;
}

/* Price card - visually part of the single dark card */
.jg-prop-single__price-card {
  padding-bottom: 24px;
}
.jg-prop-single__price-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--wp--preset--font-family--roboto, Roboto, sans-serif);
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,.7);
  margin: 0 0 8px;
}
.jg-prop-single__price-amount {
  font-family: var(--wp--preset--font-family--roboto, Roboto, sans-serif);
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  line-height: 40px;
  margin-bottom: 8px;
}
.jg-prop-single__price-sqm {
  font-family: var(--wp--preset--font-family--roboto, Roboto, sans-serif);
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,.7);
}

/* Contact section - separated from price by a divider line */
.jg-prop-single__contact-card {
  border-top: 1px solid rgba(255,255,255,.2);
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.jg-prop-single__contact-label {
  font-family: var(--wp--preset--font-family--roboto, Roboto, sans-serif);
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,.7);
  margin: 0;
}
.jg-prop-single__contact-name {
  font-family: var(--wp--preset--font-family--roboto, Roboto, sans-serif);
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
.jg-prop-single__contact-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--wp--preset--font-family--roboto, Roboto, sans-serif);
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,.8);
  text-decoration: none;
}
.jg-prop-single__contact-row:hover { color: #fff; }
.jg-prop-single__sidebar-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.jg-btn--block { width: 100%; justify-content: center; text-align: center; }
.jg-btn--outline-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 4px;
  font-family: var(--wp--preset--font-family--roboto, Roboto, sans-serif);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .06em;
  cursor: pointer;
  background: #fff;
  border: 2px solid #253D86;
  color: #253D86;
  transition: background 300ms, color 300ms, border-color 300ms;
}
.jg-btn--outline-white:hover { background: #253D86; color: #fff; }
/* Dark-card context override for ПОДЕЛИ button */
.jg-prop-single__sidebar-btns .jg-btn--outline-white {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
}
.jg-prop-single__sidebar-btns .jg-btn--outline-white:hover {
  background: rgba(255,255,255,.2);
  border-color: rgba(255,255,255,.5);
}

/* Legacy - keep for back-compat if referenced elsewhere */
.jg-prop-single__content { display: none; }

/* Badges */
.jg-prop-single__badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* Title */
.jg-prop-single__title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 500;
  color: var(--wp--preset--color--footer-blue, #253D86);
  line-height: 1.2;
  margin: 0;
}

/* Location */
.jg-prop-single__location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4a5565;
  font-size: 16px;
  font-weight: 300;
}

/* Stats tiles */
.jg-prop-single__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.jg-prop-single__stat-tile {
  background: #f9f9f9;
  border-radius: 16px;
  padding: 16px 16px 16px;
  height: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  text-align: center;
  box-sizing: border-box;
}
.jg-prop-single__stat-tile img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-bottom: 8px;
}
.jg-prop-single__stat-value {
  font-size: 24px;
  font-weight: 300;
  color: #253d86;
  line-height: 32px;
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  margin-bottom: 4px;
}
.jg-prop-single__stat-label {
  font-size: 14px;
  font-weight: 300;
  color: #4a5565;
  line-height: 20px;
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
}

/* Price bar */
.jg-prop-single__price-bar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--wp--preset--color--footer-blue, #253D86);
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  padding: 10px 24px;
  border-radius: 8px;
}

/* Section */
.jg-prop-single__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.jg-prop-single__section-heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 24px;
  font-weight: 500;
  color: var(--wp--preset--color--footer-blue, #253D86);
  line-height: 1.3;
  margin: 0;
}
.jg-prop-single__description {
  font-size: 16px;
  font-weight: 300;
  color: #364153;
  line-height: 1.65;
}
.jg-prop-single__description p { margin: 0 0 12px; }
.jg-prop-single__description p:last-child { margin-bottom: 0; }

/* Additional info grid (2 columns of rows) */
.jg-prop-single__info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  row-gap: 0;
}
.jg-prop-single__info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
  gap: 16px;
  min-height: 49px;
  box-sizing: border-box;
}
.jg-prop-single__info-label {
  font-size: 16px;
  font-weight: 300;
  color: #4a5565;
  line-height: 24px;
}
.jg-prop-single__info-value {
  font-size: 16px;
  font-weight: 300;
  color: #253d86;
  text-align: right;
  line-height: 24px;
}

/* Amenities 2-col list */
.jg-prop-single__amenities {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}
.jg-prop-single__amenity {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 300;
  color: #364153;
}

/* Room layout card */
.jg-prop-single__rooms-card {
  background: #f9f9f9;
  border-radius: 16px;
  padding: 24px 24px 0;
  display: flex;
  flex-direction: column;
}
.jg-prop-single__room-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #d1d5dc;
  font-size: 16px;
  font-weight: 300;
  min-height: 49px;
  box-sizing: border-box;
}
.jg-prop-single__room-row:last-child {
  border-bottom: none;
  padding-bottom: 24px;
}
.jg-prop-single__room-name { color: #364153; line-height: 24px; }
.jg-prop-single__room-size { color: #253d86; line-height: 24px; }

/* Proximity grid */
.jg-prop-single__proximity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.jg-prop-single__proximity-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 0 12px;
  height: 48px;
  font-size: 16px;
  font-weight: 300;
  box-sizing: border-box;
}
.jg-prop-single__proximity-name { color: #364153; line-height: 24px; }
.jg-prop-single__proximity-dist {
  color: #c5a059;
  font-weight: 300;
  line-height: 24px;
}

/* Interest CTA */
.jg-prop-single__interest {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  padding: clamp(48px, 6vw, 80px) clamp(16px, 4vw, 40px);
}
.jg-prop-single__interest-inner {
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.jg-prop-single__interest-heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 500;
  color: var(--wp--preset--color--footer-blue, #253D86);
  margin: 0;
}
.jg-prop-single__interest-sub {
  font-size: 20px;
  font-weight: 300;
  color: #4a5565;
  margin: 0;
  max-width: 700px;
}
.jg-prop-single__interest-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}

/* Outline navy button variant */
.jg-btn--outline-navy {
  background: #fff;
  color: var(--wp--preset--color--footer-blue, #253D86);
  border: 2px solid var(--wp--preset--color--footer-blue, #253D86);
  padding: 14px 32px;
}
.jg-btn--outline-navy:hover { background: #f0f4ff; }

/* Property status badge */
.jg-prop-badge--status {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 8px;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 960px) {
  .jg-prop-single__two-col {
    grid-template-columns: 1fr;
  }
  .jg-prop-single__sidebar {
    position: static;
    order: -1; /* price/contact above content on mobile */
  }
}
@media (max-width: 768px) {
  .jg-prop-single__two-col { padding: 24px 16px; }
  .jg-prop-single__stats { grid-template-columns: repeat(2, 1fr); }
  .jg-prop-single__info-grid { grid-template-columns: 1fr; }
  .jg-prop-single__amenities { grid-template-columns: 1fr; }
  .jg-prop-single__proximity-grid { grid-template-columns: 1fr; }
  .jg-prop-gallery__thumbs { gap: 8px; }
  .jg-prop-gallery__thumb { width: 80px; height: 60px; }
  .jg-prop-single__interest-actions { flex-direction: column; align-items: stretch; }
  .jg-btn--outline-navy { width: 100%; text-align: center; }
}
@media (max-width: 480px) {
  .jg-prop-single__stats { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════════════
   SOFEIJA PAGE
   ═══════════════════════════════════════════════════════════════ */

/* ── Sofeija Hero ──────────────────────────────────────────────── */
.jg-sofeija-hero {
  position: relative;
  overflow: hidden;
  min-height: 442px;
  background-color: #785143;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jg-sofeija-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.jg-sofeija-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jg-sofeija-hero__overlay {
  display: none;
}
.jg-sofeija-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 32px;
  text-align: center;
  color: #fff;
}
.jg-sofeija-hero__badge {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  opacity: 0.9;
}
.jg-sofeija-hero__title {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 28px;
  color: #fff;
}
.jg-sofeija-hero__text {
  font-size: 16px;
  line-height: 1.75;
  max-width: 780px;
  margin: 0 auto;
  opacity: 0.9;
}

/* ── Sofeija Stats ──────────────────────────────────────────────── */
.jg-sofeija-stats {
  background: #fff;
  padding: 64px 32px;
}
.jg-sofeija-stats__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.jg-sofeija-stats__number {
  display: block;
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 700;
  color: #c5a059;
  line-height: 1;
  margin-bottom: 12px;
}
.jg-sofeija-stats__label {
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: #253d86;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  line-height: 1.4;
}

/* ── Sofeija Tech ──────────────────────────────────────────────── */
.jg-sofeija-tech {
  background: #fff;
  padding: 80px 32px;
}
.jg-sofeija-tech__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.jg-sofeija-tech__heading-wrap {
  display: table;
  margin-bottom: 20px;
}
.jg-sofeija-tech__heading {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 400;
  color: #000;
  margin: 0 0 10px;
  white-space: nowrap;
}
.jg-sofeija-tech__accent {
  width: 100%;
  height: 4px;
  background: #253d86;
}
.jg-sofeija-tech__lead {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 32px;
}
.jg-sofeija-tech__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.jg-sofeija-tech__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.jg-sofeija-tech__check {
  flex-shrink: 0;
  margin-top: 2px;
}
.jg-sofeija-tech__item-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.jg-sofeija-tech__item-body strong {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
}
.jg-sofeija-tech__item-body p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}
.jg-sofeija-tech__photo img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  display: block;
  box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}


/* ── Sofeija Video placeholder ──────────────────────────────────── */
.jg-sofeija-video-placeholder {
  width: 100%;
  height: 477px;
  background: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jg-sofeija-video-placeholder__icon {
  opacity: 0.4;
}

/* ── Sofeija View Offer ──────────────────────────────────────────── */
.jg-sofeija-view-offer {
  background: #fff;
  padding: 64px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.jg-sofeija-view-offer__heading {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  color: #000;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.jg-btn--pill {
  border-radius: 999px;
  padding: 12px 32px;
  font-size: 15px;
}

/* ── Sofeija Gallery ──────────────────────────────────────────── */
.jg-sofeija-gallery {
  background: #fff;
  padding: 80px 32px;
}
.jg-sofeija-gallery__inner {
  max-width: 1440px;
  margin: 0 auto;
}
.jg-sofeija-gallery__heading {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 400;
  color: #000;
  text-align: center;
  margin: 0 0 32px;
  letter-spacing: -0.01em;
}
.jg-sofeija-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.jg-sofeija-gallery__card {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.1);
  aspect-ratio: 4/3;
}
.jg-sofeija-gallery__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jg-sofeija-gallery__label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 40%;
  padding: 10px 16px;
  background: rgba(255,255,255,0.17);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  backdrop-filter: blur(2px);
}
.jg-sofeija-gallery__cta {
  text-align: center;
  margin-top: 48px;
}

/* card hover */
.jg-sofeija-gallery__card {
  cursor: pointer;
}
.jg-sofeija-gallery__card img {
  transition: transform 700ms ease;
}
.jg-sofeija-gallery__card:hover img,
.jg-sofeija-gallery__card:focus-visible img {
  transform: scale(1.05);
}
.jg-sofeija-gallery__hover-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
  pointer-events: none;
  background: rgba(0,0,0,0.4);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jg-sofeija-gallery__card:hover .jg-sofeija-gallery__hover-icon,
.jg-sofeija-gallery__card:focus-visible .jg-sofeija-gallery__hover-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* ── Sofeija gallery lightbox ── */
.jg-sof-backdrop[hidden],
.jg-sof-modal[hidden] {
  display: none !important;
}
.jg-sof-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 9000;
}
.jg-sof-modal {
  position: fixed;
  inset: 0;
  z-index: 9001;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 64px 24px 24px;
}
/* row: prev arrow | image | next arrow */
.jg-sof-modal__stage {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 100%;
}
.jg-sof-modal__wrap {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jg-sof-modal__img {
  max-height: 75vh;
  max-width: 100%;
  object-fit: contain;
  border-radius: 4px;
  display: block;
}
.jg-sof-modal__caption {
  color: rgba(255,255,255,0.8);
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}
.jg-sof-modal__close {
  position: fixed;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  line-height: 0;
  opacity: 0.8;
  transition: opacity 200ms;
}
.jg-sof-modal__close:hover { opacity: 1; }
.jg-sof-modal__prev,
.jg-sof-modal__next {
  flex-shrink: 0;
  background: rgba(255,255,255,0.1);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms;
  line-height: 0;
}
.jg-sof-modal__prev:hover,
.jg-sof-modal__next:hover { background: rgba(255,255,255,0.25); }
.jg-sof-modal__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.jg-sof-modal__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.35);
  cursor: pointer;
  padding: 0;
  transition: background 200ms;
}
.jg-sof-modal__dot.is-active { background: #fff; }

@media (max-width: 600px) {
  .jg-sof-modal { padding: 56px 8px 16px; gap: 8px; }
  .jg-sof-modal__stage { gap: 8px; }
  .jg-sof-modal__prev,
  .jg-sof-modal__next { width: 36px; height: 36px; }
}
.jg-btn--outline-navy {
  display: inline-block;
  padding: 14px 40px;
  border: 2px solid #253d86;
  color: #253d86;
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  border-radius: 8px;
  transition: background 300ms, color 300ms;
}
.jg-btn--outline-navy:hover {
  background: #f0f4ff;
}

/* ── Sofeija Why ──────────────────────────────────────────────── */
.jg-sofeija-why {
  display: block;
  width: 100%;
}
.jg-sofeija-why__top {
  background: #fff;
  padding: 64px 32px 48px;
  color: #000;
}
.jg-sofeija-why__top-inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.jg-sofeija-why__label {
  font-size: 16px;
  color: #020000;
  margin-bottom: 16px;
}
.jg-sofeija-why__heading {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 800;
  color: #000;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0;
}
.jg-sofeija-why__grid {
  position: relative;
  min-height: 555px;
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1440px;
  margin: 0 auto;
}
.jg-sofeija-why__grid-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(13,125,252,0.17), rgba(0,9,43,0.8));
}
.jg-sofeija-why__col {
  position: relative;
  z-index: 1;
  padding: 32px 32px 59px 32px;
  border-right: 1px solid rgba(255,255,255,0.17);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 555px;
}
.jg-sofeija-why__col:last-child {
  border-right: none;
}
.jg-sofeija-why__num {
  font-size: 24px;
  font-weight: 300;
  opacity: 0.7;
  margin-bottom: 12px;
  display: block;
}
.jg-sofeija-why__col-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  color: #fff;
}

/* ── Sofeija Partners ──────────────────────────────────────────── */
.jg-sofeija-partners {
  background: #f7f7f7;
  padding: 80px 32px;
}
.jg-sofeija-partners__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 44% 1fr;
  gap: 20px;
  align-items: start;
}
.jg-sofeija-partners__heading {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 500;
  color: #000;
  margin: 0;
  line-height: 1.35;
}
.jg-sofeija-partners__accent {
  height: 4px;
  background: #253d86;
  width: 100%;
  margin: 20px 0 24px;
}
.jg-sofeija-partners__body {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin: 0;
  letter-spacing: 0.09em;
}
.jg-sofeija-partners__logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  align-items: center;
}
.jg-sofeija-partners__logo {
  background: #fff;
  border: 1px solid #785143;
  border-radius: 3px;
  height: 94px;
  padding: 16px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jg-sofeija-partners__logo img {
  width: 100%;
  height: 100%;
  max-height: 60px;
  object-fit: contain;
  display: block;
}

/* ── Sofeija What We Offer ──────────────────────────────────────── */
.jg-sofeija-offer {
  position: relative;
  overflow: hidden;
  min-height: 482px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 80px;
}
.jg-sofeija-offer__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.jg-sofeija-offer__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jg-sofeija-offer__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,9,43,0.5) 0%, rgba(120,81,67,1) 100%);
  opacity: 0.9;
}
.jg-sofeija-offer__inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 32px;
  text-align: center;
  color: #fff;
}
.jg-sofeija-offer__badge {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  opacity: 0.9;
}
.jg-sofeija-offer__heading {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 24px;
  color: #fff;
  letter-spacing: -0.05em;
}
.jg-sofeija-offer__text {
  font-size: 16px;
  line-height: 1.75;
  opacity: 0.9;
}

/* ── Sofeija Offer Cards ───────────────────────────────────────── */
.jg-sofeija-offer-cards {
  background: #fff;
  padding: 0 32px 80px;
}
.jg-sofeija-offer-cards__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  transform: translateY(-60px);
}
.jg-sofeija-offer-card {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 16px;
  box-shadow: 0 30px 30px rgba(0,0,0,0.1);
  padding: 32px 32px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jg-sofeija-offer-card__icon {
  width: 65px;
  height: 65px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jg-sofeija-offer-card__title {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin: 0 0 16px;
  line-height: 1.3;
}
.jg-sofeija-offer-card__text {
  font-size: 16px;
  line-height: 1.5;
  color: #020101;
  margin: 0;
}
@media (max-width: 900px) {
  .jg-sofeija-offer-cards__inner {
    grid-template-columns: repeat(2, 1fr);
    transform: translateY(-40px);
  }
}
@media (max-width: 560px) {
  .jg-sofeija-offer-cards__inner {
    grid-template-columns: 1fr;
    transform: translateY(-30px);
  }
}

/* ── Sofeija Services ──────────────────────────────────────────── */
.jg-sofeija-svc {
  background: #f9f9f9;
  padding: 80px 32px;
}
.jg-sofeija-svc__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.jg-sofeija-svc__card {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  box-shadow: 0 30px 30px rgba(0,0,0,0.1);
}
.jg-sofeija-svc__icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.jg-sofeija-svc__icon svg {
  width: 64px;
  height: 64px;
}
.jg-sofeija-svc__title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0 0 16px;
  line-height: 1.3;
}
.jg-sofeija-svc__text {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

/* ── Sofeija Contact ──────────────────────────────────────────── */
.jg-sofeija-contact {
  position: relative;
  overflow: hidden;
}
.jg-sofeija-contact__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.jg-sofeija-contact__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jg-sofeija-contact__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(247,247,247,0.8) 0%, rgba(247,247,247,1) 70%);
}
.jg-sofeija-contact__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 32px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.jg-sofeija-contact__heading {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  color: #000;
  margin: 0 0 16px;
  line-height: 1.1;
}
.jg-sofeija-contact__accent {
  width: 100%;
  height: 3px;
  background: #253d86;
  margin-bottom: 24px;
}
.jg-sofeija-contact__body {
  font-size: 15px;
  line-height: 1.65;
  color: #333;
  margin: 0;
}
.jg-sofeija-contact__catalog-label {
  font-size: 13px;
  color: #c5a059;
  margin-top: 8px;
}
.jg-sofeija-contact__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.jg-btn--catalog {
  margin-top: 0;
}

/* Sofeija form card */
.jg-sofeija-contact__right {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
  padding: 40px 40px 44px;
}

/* Sofeija form */
.jg-sofeija-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.jg-sofeija-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.jg-sofeija-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.jg-sofeija-form__label {
  font-size: 13px;
  font-weight: 500;
  color: #253d86;
}
.jg-sofeija-form__label span {
  color: #c5a059;
}
.jg-sofeija-form__input,
.jg-sofeija-form__textarea {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 14px;
  font-family: inherit;
  color: #111;
  outline: none;
  transition: border-color 200ms;
}
.jg-sofeija-form__input:focus,
.jg-sofeija-form__textarea:focus {
  border-color: #253d86;
}
.jg-sofeija-form__textarea {
  resize: vertical;
  min-height: 100px;
}
.jg-sofeija-form__note {
  font-size: 12px;
  color: #c5a059;
  margin: 0;
}
.jg-sofeija-form__captcha {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.jg-sofeija-form__captcha-code {
  font-weight: 600;
  color: #212950;
}
.jg-sofeija-form__submit {
  align-self: flex-end;
  background: #785143;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 12px 48px;
  font-family: var(--wp--preset--font-family--heading);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 300ms;
}
.jg-sofeija-form__submit:hover {
  background: #6a4539;
}

/* ── Sofeija responsive ──────────────────────────────────────── */
@media (max-width: 1023px) {
  .jg-sofeija-stats__inner { grid-template-columns: repeat(2, 1fr); }
  .jg-sofeija-tech__inner { grid-template-columns: 1fr; }
  .jg-sofeija-tech__photo { order: -1; }
  .jg-sofeija-gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .jg-sofeija-why__grid { grid-template-columns: repeat(2, 1fr); }
  .jg-sofeija-svc__inner { grid-template-columns: repeat(2, 1fr); }
  .jg-sofeija-contact__inner { grid-template-columns: 1fr; gap: 40px; }
  .jg-sofeija-partners__inner { grid-template-columns: 1fr; }
  .jg-sofeija-partners__logos { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 599px) {
  .jg-sofeija-stats__inner { grid-template-columns: 1fr; gap: 24px; }
  .jg-sofeija-gallery__grid { grid-template-columns: 1fr; }
  .jg-sofeija-why__grid { grid-template-columns: 1fr; }
  .jg-sofeija-svc__inner { grid-template-columns: 1fr; }
  .jg-sofeija-partners__logos { grid-template-columns: repeat(2, 1fr); }
  .jg-sofeija-form__row { grid-template-columns: 1fr; }
  .jg-sofeija-catalog__actions { flex-direction: column; }
}
@media (max-width: 400px) {
  .jg-sofeija-partners__logos { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════════
   VELUX SECTIONS
   ═══════════════════════════════════════════════════════════ */

/* ── VELUX Hero ─────────────────────────────────────────── */
.jg-velux-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  display: flex;
  align-items: center;
}
.jg-velux-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.jg-velux-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.jg-velux-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0) 100%);
}
.jg-velux-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 32px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.jg-velux-hero__logo {
  width: 200px;
  height: auto;
}
.jg-velux-hero__badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(197,160,89,0.6);
  border-radius: 4px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
}
.jg-velux-hero__heading {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin: 0;
  max-width: 640px;
}
.jg-velux-hero__sub {
  font-size: 18px;
  color: rgba(255,255,255,0.85);
  margin: 0;
  max-width: 500px;
}
.jg-velux-hero__cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.jg-velux-hero__btn {
  display: inline-flex;
  align-items: center;
  padding: 16px 32px;
  font-family: var(--wp--preset--font-family--heading);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 4px;
  transition: all 300ms;
}
.jg-velux-hero__btn--gold {
  background: #C5A059;
  color: #fff;
  border: 2px solid #C5A059;
}
.jg-velux-hero__btn--gold:hover { background: #b38d42; border-color: #b38d42; }
.jg-velux-hero__btn--outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.7);
}
.jg-velux-hero__btn--outline:hover { background: rgba(255,255,255,0.1); }
.jg-velux-hero__contacts {
  display: flex;
  gap: 0;
  margin-top: 20px;
  width: 100%;
  max-width: 700px;
}
.jg-velux-hero__contact {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 20px 24px;
}
.jg-velux-hero__contact:first-child { border-radius: 0; }
.jg-velux-hero__contact-label {
  display: block;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 2px;
}
.jg-velux-hero__contact-value {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

/* ── VELUX Упит ─────────────────────────────────────────── */
.jg-velux-upit {
  background: #fff;
  padding: 80px 32px;
}
.jg-velux-upit__inner {
  max-width: 920px;
  margin: 0 auto;
}
.jg-velux-upit__heading {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 700;
  color: #253D86;
  text-align: center;
  margin: 0 0 12px;
}
.jg-velux-upit__sub {
  text-align: center;
  color: #555;
  font-size: 16px;
  margin: 0 0 40px;
}
.jg-velux-upit__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}
.jg-velux-upit__card {
  background: #fff;
  border: 1px solid #e8eaf0;
  border-radius: 16px;
  padding: 40px 40px 44px;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  transition: box-shadow 300ms, transform 300ms;
}
.jg-velux-upit__card:hover {
  box-shadow: 0 8px 30px rgba(33,41,80,0.12);
  transform: translateY(-2px);
}
.jg-velux-upit__icon {
  width: 52px;
  height: 52px;
  background: #fef6e8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.jg-velux-upit__card-title {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 20px;
  font-weight: 700;
  color: #253D86;
  margin: 0 0 12px;
}
.jg-velux-upit__card-text {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}
.jg-velux-upit__contact {
  background: #253D86;
  border-radius: 12px;
  padding: 28px 32px;
  text-align: center;
  margin-bottom: 0;
}
.jg-velux-upit__contact-label {
  display: block;
  color: rgba(255,255,255,0.8);
  font-size: 15px;
  margin-bottom: 12px;
}
.jg-velux-upit__contact-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.jg-velux-upit__contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 200ms;
}
.jg-velux-upit__contact-link:hover { color: #C5A059; }
.jg-velux-upit__sep { color: rgba(255,255,255,0.3); font-size: 20px; }

/* Velux upit - form panels */
.jg-velux-upit__form-wrap[hidden],
.jg-velux-upit__cards[hidden] { display: none !important; }
.jg-velux-upit__form-wrap { margin-bottom: 40px; }
.jg-velux-upit__form-box {
  background: #f9f9f9;
  padding: 40px 48px 48px;
}
.jg-velux-upit__form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.jg-velux-upit__form-title {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 22px;
  font-weight: 600;
  color: #212950;
  margin: 0;
}
.jg-velux-upit__back {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #6a7282;
  text-decoration: underline;
  font-family: var(--wp--preset--font-family--body);
}
.jg-velux-upit__back:hover { color: #212950; }
.jg-velux-upit__form { display: flex; flex-direction: column; gap: 24px; }
.jg-velux-upit__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.jg-velux-upit__field { display: flex; flex-direction: column; gap: 8px; }
.jg-velux-upit__label {
  font-size: 14px;
  font-weight: 500;
  color: #364153;
  font-family: var(--wp--preset--font-family--body);
}
.jg-velux-upit__input,
.jg-velux-upit__select,
.jg-velux-upit__textarea {
  width: 100%;
  border: 2px solid #e5e7eb;
  background: #fff;
  padding: 14px 18px;
  font-size: 16px;
  font-family: var(--wp--preset--font-family--body);
  color: #212950;
  outline: none;
  border-radius: 0;
  transition: border-color 200ms;
  box-sizing: border-box;
}
.jg-velux-upit__input::placeholder,
.jg-velux-upit__textarea::placeholder { color: rgba(33,41,80,0.4); }
.jg-velux-upit__select { appearance: none; cursor: pointer; color: rgba(33,41,80,0.6); }
.jg-velux-upit__select:valid:not([value=""]) { color: #212950; }
.jg-velux-upit__input:focus,
.jg-velux-upit__select:focus,
.jg-velux-upit__textarea:focus { border-color: #C5A059; }
.jg-velux-upit__textarea { resize: vertical; min-height: 124px; }
.jg-velux-upit__hint {
  font-size: 13px;
  color: #6a7282;
  font-weight: 300;
  margin: 4px 0 0;
}
.jg-velux-upit__submit-wrap {
  border-top: 1px solid #d1d5dc;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}
.jg-velux-upit__submit {
  display: block;
  width: 100%;
  background: #C5A059;
  color: #fff;
  border: none;
  padding: 18px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-family: var(--wp--preset--font-family--body);
  cursor: pointer;
  transition: background 200ms;
}
.jg-velux-upit__submit:hover { background: #b08d45; }
.jg-velux-upit__submit-note {
  text-align: center;
  font-size: 13px;
  color: #6a7282;
  font-weight: 300;
  margin: 0;
}

/* ── VELUX Stats ────────────────────────────────────────── */
.jg-velux-stats {
  background: #f9f9f9;
  padding: 80px 32px;
}
.jg-velux-stats__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.jg-velux-stats__heading {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 700;
  color: #253D86;
  margin: 0 0 20px;
}
.jg-velux-stats__sub {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  max-width: 680px;
  margin: 0 auto 56px;
}
.jg-velux-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.jg-velux-stats__card {
  background: #fff;
  border-radius: 16px;
  padding: 36px 24px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(37,61,134,0.07);
}
.jg-velux-stats__icon {
  width: 60px;
  height: 60px;
  background: rgba(197,160,89,0.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.jg-velux-stats__number {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 36px;
  font-weight: 300;
  color: #C5A059;
  line-height: 1;
  margin-bottom: 6px;
}
.jg-velux-stats__label {
  font-size: 14px;
  font-weight: 600;
  color: #253D86;
  margin-bottom: 10px;
}
.jg-velux-stats__desc {
  font-size: 13px;
  line-height: 1.5;
  color: #888;
  margin: 0;
}

/* ── VELUX Promo ────────────────────────────────────────── */
.jg-velux-promo {
  background: #fff;
  padding: 80px 32px;
}
.jg-velux-promo__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.jg-velux-promo__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(197,160,89,0.5);
  border-radius: 50px;
  padding: 8px 20px;
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 13px;
  font-weight: 500;
  color: #C5A059;
  letter-spacing: 0.06em;
  margin-bottom: 28px;
}
.jg-velux-promo__heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  color: #253D86;
  line-height: 1.15;
  margin: 0 0 20px;
}
.jg-velux-promo__sub {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 16px;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.7;
  margin: 0 0 40px;
}
.jg-velux-promo__empty {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 48px 32px;
  background: #fafafa;
}
.jg-velux-promo__empty-title {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: #374151;
  margin: 0 0 8px;
}
.jg-velux-promo__empty-sub {
  font-size: 14px;
  font-weight: 300;
  color: #9ca3af;
  margin: 0;
}
.jg-velux-promo__card {
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 40px;
  background: #fafafa;
  text-align: left;
}
.jg-velux-promo__card-title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 700;
  color: #212950;
  line-height: 1.25;
  margin: 0 0 16px;
}
.jg-velux-promo__card-text {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 16px;
  font-weight: 300;
  color: #374151;
  line-height: 1.7;
  margin: 0 0 28px;
}
.jg-velux-promo__card-subheading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 18px;
  font-weight: 500;
  color: #212950;
  margin: 0 0 16px;
}
.jg-velux-promo__card-steps {
  margin: 0 0 28px;
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.jg-velux-promo__card-steps li {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 15px;
  font-weight: 300;
  color: #374151;
  line-height: 1.6;
}
.jg-velux-promo__card-steps a {
  color: #C5A059;
  font-weight: 500;
  text-decoration: underline;
}
.jg-velux-promo__card-note {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  color: #9ca3af;
  line-height: 1.6;
  margin: 0 0 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
}
.jg-velux-promo__card-contact {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 15px;
  font-weight: 400;
  color: #212950;
  margin: 0;
}
.jg-velux-promo__card-contact a {
  color: #C5A059;
  font-weight: 500;
}
@media (max-width: 599px) {
  .jg-velux-promo__card { padding: 28px 20px; border-radius: 16px; }
}


/* ── VELUX Прозори ──────────────────────────────────────── */
.jg-velux-prozori {
  background: #fff;
  padding: 80px 32px;
}
.jg-velux-prozori__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.jg-velux-prozori__heading {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  color: #253D86;
  text-align: center;
  margin: 0 0 16px;
}
.jg-velux-prozori__sub {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 56px;
}
.jg-velux-prozori__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 40px;
}
.jg-velux-prozori__card {
  border: 1px solid #e8eaf0;
  border-radius: 16px;
  overflow: hidden;
}
.jg-velux-prozori__card-img {
  position: relative;
  height: 320px;
}
.jg-velux-prozori__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jg-velux-prozori__card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20,28,65,0.75) 0%, rgba(20,28,65,0.15) 55%, transparent 100%);
  pointer-events: none;
}
.jg-velux-prozori__card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 18px;
  z-index: 1;
}
.jg-velux-prozori__card-title {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
  line-height: 1.25;
}
.jg-velux-prozori__card-subtitle {
  font-size: 11px;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.06em;
  margin: 0;
}
.jg-velux-prozori__card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #C5A059;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 4px;
}

.jg-velux-prozori__card-body {
  padding: 28px 28px 32px;
}

.jg-velux-prozori__card-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #666;
  margin: 0 0 24px;
}
.jg-velux-prozori__price-wrap {
  text-align: center;
  background: rgba(106,114,130,0.09);
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 20px;
}
.jg-velux-prozori__price-label {
  display: block;
  font-size: 12px;
  color: #6A7282;
  margin-bottom: 2px;
}
.jg-velux-prozori__price {
  display: block;
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 36px;
  font-weight: 300;
  color: #253D86;
  line-height: 1.1;
}
.jg-velux-prozori__price-unit {
  font-size: 12px;
  color: #6A7282;
}
.jg-velux-prozori__features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.jg-velux-prozori__features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #444;
}
.jg-velux-prozori__features li::before {
  content: '';
  width: 18px;
  height: 18px;
  min-width: 18px;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8' stroke='%23C5A059' stroke-width='1.4'/%3E%3Cpath d='M5.5 9l2.5 2.5 4.5-5' stroke='%23C5A059' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.jg-velux-prozori__cta {
  display: block;
  width: 100%;
  background: #253D86;
  color: #fff;
  text-align: center;
  padding: 14px;
  font-family: var(--wp--preset--font-family--heading);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: 6px;
  transition: background 300ms;
}
.jg-velux-prozori__cta:hover { background: #1a2140; }
.jg-velux-prozori__trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
.jg-velux-prozori__trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 28px 24px;
  border-radius: 16px;
  text-align: center;
}
.jg-velux-prozori__trust-item svg { flex-shrink: 0; }
.jg-velux-prozori__trust-item div { display: flex; flex-direction: column; gap: 4px; }
.jg-velux-prozori__trust-item strong { font-size: 22px; font-weight: 400; color: #fff; line-height: 1.2; }
.jg-velux-prozori__trust-item span { font-size: 14px; color: rgba(255,255,255,0.75); }
.jg-velux-prozori__promo-wrap {
  background: #F9F9F9;
  border-radius: 12px;
  padding: 40px 32px;
}
.jg-velux-prozori__cta-banner {
  text-align: center;
  margin-bottom: 20px;
}
.jg-velux-prozori__cta-banner-text {
  display: inline-block;
  background: #C5A059;
  border-radius: 50px;
  padding: 14px 36px;
  font-family: var(--wp--preset--font-family--heading);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.jg-velux-prozori__guide {
  text-align: center;
}
.jg-velux-prozori__guide p {
  font-size: 15px;
  color: #555;
  margin: 0 0 24px;
}
.jg-velux-prozori__guide-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #C5A059;
  color: #fff;
  padding: 16px 40px;
  font-family: var(--wp--preset--font-family--heading);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: 8px;
  transition: background 300ms;
}
.jg-velux-prozori__guide-btn:hover { background: #b08a48; }

/* ── VELUX Reviews ──────────────────────────────────────── */
.jg-velux-reviews {
  background: #fff;
  padding: 80px 32px;
}
.jg-velux-reviews__inner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.jg-velux-reviews__heading {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 500;
  color: #253d86;
  margin: 0 0 16px;
}
.jg-velux-reviews__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 8px;
}
.jg-velux-reviews__stars { display: flex; gap: 4px; }
.jg-velux-reviews__score {
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 24px;
  font-weight: 300;
  color: #253d86;
}
.jg-velux-reviews__count {
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 16px;
  font-weight: 300;
  color: #4a5565;
  margin: 0 0 48px;
}
.jg-velux-reviews__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
  text-align: left;
}
.jg-velux-reviews__card {
  background: #f9f9f9;
  border: 2px solid #e5e7eb;
  border-radius: 0;
  padding: 26px 26px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.jg-velux-reviews__card-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.jg-velux-reviews__avatar {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: #c5a059;
  color: #fff;
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.jg-velux-reviews__name {
  display: block;
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 18px;
  font-weight: 300;
  color: #253d86;
  line-height: 28px;
}
.jg-velux-reviews__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.jg-velux-reviews__meta-stars { display: flex; gap: 2px; }
.jg-velux-reviews__meta span {
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 14px;
  font-weight: 300;
  color: #6a7282;
}
.jg-velux-reviews__text {
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #364153;
  margin: 0;
}
.jg-velux-reviews__cta {
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
}
.jg-velux-reviews__google-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #253d86;
  color: #253d86;
  padding: 14px 32px;
  border-radius: 8px;
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: background 300ms;
}
.jg-velux-reviews__google-btn:hover { background: #f0f4ff; }
.jg-velux-reviews__badge {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(197,160,89,0.1);
  border: 2px solid #c5a059;
  border-radius: 8px;
  padding: 16px 24px;
}
.jg-velux-reviews__badge-text { display: flex; flex-direction: column; text-align: left; gap: 4px; }
.jg-velux-reviews__badge span {
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 14px;
  font-weight: 300;
  color: #4a5565;
}
.jg-velux-reviews__badge strong {
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 18px;
  font-weight: 300;
  color: #253d86;
}

/* ── VELUX Ролетне ──────────────────────────────────────── */
.jg-velux-roletne {
  background: #F9F9F9;
  padding: 80px 32px 0;
}
.jg-velux-roletne__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.jg-velux-roletne__heading {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 700;
  color: #253D86;
  text-align: center;
  margin: 0 0 12px;
}
.jg-velux-roletne__sub {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin: 0 0 40px;
}
.jg-velux-roletne__photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}
.jg-velux-roletne__photo {
  border-radius: 12px;
  overflow: hidden;
  height: 300px;
  transition: box-shadow 300ms ease, transform 300ms ease;
}
.jg-velux-roletne__photo:hover {
  box-shadow: 0 8px 32px rgba(33, 41, 80, 0.18);
  transform: translateY(-4px);
}
.jg-velux-roletne__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}
.jg-velux-roletne__photo:hover img {
  transform: scale(1.05);
}
.jg-velux-roletne__features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.jg-velux-roletne__feature {
  background: #fff;
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
}
.jg-velux-roletne__feature-icon {
  width: 56px;
  height: 56px;
  background: #fef6e8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.jg-velux-roletne__feature-title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: #253D86;
  margin: 0 0 8px;
}
.jg-velux-roletne__feature-text {
  font-size: 13px;
  line-height: 1.5;
  color: #777;
  margin: 0;
}
.jg-velux-roletne__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
.jg-velux-roletne__info-card {
  border-left: 4px solid #C5A059;
  background: #fff;
  padding: 24px 28px;
  border-radius: 0 8px 8px 0;
}
.jg-velux-roletne__info-card h3 {
  font-size: 17px;
  font-weight: 600;
  color: #253D86;
  margin: 0 0 10px;
}
.jg-velux-roletne__info-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.jg-velux-roletne__cta {
  background: #253D86;
  border-radius: 12px;
  padding: 48px 32px;
  text-align: center;
}
.jg-velux-roletne__cta-title {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}
.jg-velux-roletne__cta-text {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  margin: 0 0 28px;
}
.jg-velux-roletne__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #C5A059;
  color: #fff;
  padding: 14px 36px;
  font-family: var(--wp--preset--font-family--heading);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: 6px;
  transition: background 300ms;
}
.jg-velux-roletne__cta-btn:hover { background: #b38d42; }

/* ── VELUX Bottom CTA ───────────────────────────────────── */
.jg-velux-bcta {
  background: #253D86;
  padding: 80px 32px;
}
.jg-velux-bcta__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.jg-velux-bcta__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.jg-velux-bcta__badge {
  display: inline-block;
  background: #C5A059;
  border-radius: 0;
  padding: 10px 24px;
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
.jg-velux-bcta__heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin: 0 0 24px;
}
.jg-velux-bcta__sub {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.8);
  margin: 0 0 32px;
  line-height: 1.6;
}
.jg-velux-bcta__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-bottom: 36px;
}
.jg-velux-bcta__card {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 0;
  padding: 25px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.jg-velux-bcta__card-icon { flex-shrink: 0; margin-top: 2px; }
.jg-velux-bcta__card > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.jg-velux-bcta__card-label {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.7);
}
.jg-velux-bcta__card-value {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
.jg-velux-bcta__card-value--lg { font-size: 24px; }
.jg-velux-bcta__card-sub {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,0.8);
}
.jg-velux-bcta__btn {
  display: inline-flex;
  align-items: center;
  background: #C5A059;
  color: #fff;
  padding: 16px 32px;
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 0;
  min-height: 56px;
  transition: background 300ms;
}
.jg-velux-bcta__btn:hover { background: #b08a48; }
.jg-velux-bcta__right {
  position: relative;
  padding-top: 80px;
}
.jg-velux-bcta__img-frame {
  background: rgba(197,160,89,0.1);
  border: 4px solid rgba(197,160,89,0.2);
  border-radius: 0;
  padding: 4px;
}
.jg-velux-bcta__img-frame img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.jg-velux-bcta__float {
  position: absolute;
  bottom: 40px;
  right: -20px;
  background: #fff;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 280px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}
.jg-velux-bcta__float svg { flex-shrink: 0; margin-top: 2px; }
.jg-velux-bcta__float > div { display: flex; flex-direction: column; gap: 6px; }
.jg-velux-bcta__float strong {
  font-size: 16px;
  font-weight: 600;
  color: #253D86;
}
.jg-velux-bcta__float span {
  font-size: 14px;
  font-weight: 300;
  color: #4a5565;
  line-height: 1.5;
}

/* ── VELUX responsive ───────────────────────────────────── */
@media (max-width: 1023px) {
  .jg-velux-upit__cards { grid-template-columns: 1fr; }
  .jg-velux-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .jg-velux-prozori__grid { grid-template-columns: 1fr; }
  .jg-velux-prozori__trust { grid-template-columns: 1fr; }
  .jg-velux-prozori__trust-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .jg-velux-roletne__features { grid-template-columns: repeat(2, 1fr); }
  .jg-velux-roletne__photos { grid-template-columns: 1fr 1fr; }
  .jg-velux-roletne__photos .jg-velux-roletne__photo:last-child { display: none; }
  .jg-velux-reviews__grid { grid-template-columns: 1fr; }
  .jg-velux-bcta__inner { grid-template-columns: 1fr; }
  .jg-velux-bcta__img { display: none; }
}
@media (max-width: 599px) {
  .jg-velux-hero__contacts { flex-direction: column; }
  .jg-velux-hero__heading { font-size: 36px; }
  .jg-velux-stats__grid { grid-template-columns: 1fr 1fr; }
  .jg-velux-roletne__features { grid-template-columns: 1fr 1fr; }
  .jg-velux-roletne__info { grid-template-columns: 1fr; }
  .jg-velux-roletne__photos { grid-template-columns: 1fr; }
  .jg-velux-roletne__photos .jg-velux-roletne__photo:last-child { display: block; }
}

/* ── VELUX Subpage Hero ───────────────────────────────────── */
.jg-velux-sp-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
  overflow: hidden;
}
.jg-velux-sp-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.jg-velux-sp-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jg-velux-sp-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(33,41,80,0.55) 0%, rgba(33,41,80,0.85) 100%);
}
.jg-velux-sp-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 40px 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.jg-velux-sp-hero__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 200ms;
}
.jg-velux-sp-hero__back:hover { color: #fff; }
.jg-velux-sp-hero__logo {
  width: 140px;
  height: auto;
}
.jg-velux-sp-hero__badge {
  display: inline-block;
  background: #C5A059;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 5px 14px;
  border-radius: 4px;
  width: fit-content;
}
.jg-velux-sp-hero__titles {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.jg-velux-sp-hero__title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(36px, 4.5vw, 64px);
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.1;
}
.jg-velux-sp-hero__subtitle {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,0.75);
}
.jg-velux-sp-hero__desc {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  max-width: 640px;
  margin: 0;
}

/* ── VELUX Subpage Features ───────────────────────────────── */
.jg-velux-sp-features {
  background: #fff;
  padding: 64px 32px;
}
.jg-velux-sp-features__inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.jg-velux-sp-features__desc {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  color: #364153;
  text-align: center;
  margin: 0;
}
.jg-velux-sp-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}
.jg-velux-sp-features__grid[data-cols="2"] { grid-template-columns: repeat(2, 1fr); }
.jg-velux-sp-features__grid[data-cols="4"] { grid-template-columns: repeat(4, 1fr); }
.jg-velux-sp-features__card {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.jg-velux-sp-features__icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.jg-velux-sp-features__icon svg { width: 32px; height: 32px; }
.jg-velux-sp-features__title {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 18px;
  font-weight: 300;
  color: #253D86;
  margin: 0;
}
.jg-velux-sp-features__text {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 14px;
  font-weight: 300;
  color: #4a5565;
  margin: 0;
}

/* ── VELUX Standard Energy Banner ───────────────────────── */
.jg-velux-energy {
  background: #C5A059;
  padding: 64px 32px;
}
.jg-velux-energy__inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}
.jg-velux-energy__icon {
  margin-bottom: 24px;
}
.jg-velux-energy__heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: clamp(24px, 2.5vw, 30px);
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 20px;
}
.jg-velux-energy__sub {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  max-width: 860px;
  margin: 0 0 40px;
}
.jg-velux-energy__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}
.jg-velux-energy__stat {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.jg-velux-energy__stat-num {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  line-height: 1.1;
}
.jg-velux-energy__stat-label {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,0.9);
}

/* ── VELUX Pricing ────────────────────────────────────────── */
/* ── VELUX Pricing Cards (Standard) ──────────────────────── */
.jg-velux-pc {
  background: #fff;
  padding: 64px 40px;
}
.jg-velux-pc__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.jg-velux-pc__group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.jg-velux-pc__group-header {
  background: #253D86;
  border-radius: 8px;
  padding: 32px;
}
.jg-velux-pc__group-title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 8px;
}
.jg-velux-pc__group-sub {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,0.8);
  margin: 0 0 4px;
}
.jg-velux-pc__group-note {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  margin: 0;
}
.jg-velux-pc__grid {
  display: grid;
  gap: 24px;
}
.jg-velux-pc__grid--3 { grid-template-columns: repeat(3, 1fr); }
.jg-velux-pc__grid--4 { grid-template-columns: repeat(4, 1fr); }
.jg-velux-pc__card {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.jg-velux-pc__card-size {
  background: #4a6fa5;
  padding: 32px 16px;
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 36px;
}
.jg-velux-pc__card-body {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  position: relative;
  min-height: 204px;
}
.jg-velux-pc__card-code {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 20px;
  font-weight: 600;
  color: #4a6fa5;
  text-align: center;
  margin: 0 0 20px;
}
.jg-velux-pc__card-orig-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}
.jg-velux-pc__card-orig {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 24px;
  font-weight: 300;
  color: #99a1af;
  line-height: 32px;
}
.jg-velux-pc__card-strike {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: #fb2c36;
  transform: translateY(-50%);
}
.jg-velux-pc__card-price {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  color: #253D86;
  text-align: center;
  margin: 0 0 4px;
  line-height: 1;
}
.jg-velux-pc__card-amount {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}
.jg-velux-pc__card-currency {
  font-size: 20px;
  font-weight: 400;
  color: #6a7282;
  margin-left: 4px;
  vertical-align: bottom;
  line-height: 28px;
}
.jg-velux-pc__card-label {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 14px;
  font-weight: 300;
  color: #6a7282;
  text-align: center;
  margin: 0;
}
@media (max-width: 900px) {
  .jg-velux-pc__grid--3,
  .jg-velux-pc__grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .jg-velux-pc { padding: 48px 20px; }
  .jg-velux-pc__group-header { padding: 20px; }
  .jg-velux-pc__group-title { font-size: 22px; }
  .jg-velux-pc__grid--3,
  .jg-velux-pc__grid--4 { grid-template-columns: 1fr; }
  .jg-velux-pc__card-size { font-size: 24px; padding: 24px 16px; }
  .jg-velux-pc__card-amount { font-size: 28px; }
}

/* ── VELUX Komfor Pricing Cards ──────────────────────────── */
.jg-velux-kpc {
  padding: 64px 40px;
}
.jg-velux-kpc__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.jg-velux-kpc__group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Variant A (GNL, GLL): white bg, solid navy header, grey cards, gold badge */
.jg-velux-kpc--a { background: #fff; }
.jg-velux-kpc--a .jg-velux-kpc__group-header {
  background: #253D86;
  border-radius: 8px;
  padding: 32px;
}
.jg-velux-kpc--a .jg-velux-kpc__group-title { color: #fff; }
.jg-velux-kpc--a .jg-velux-kpc__group-sub   { color: rgba(255,255,255,0.8); }
.jg-velux-kpc--a .jg-velux-kpc__group-note  { color: rgba(255,255,255,0.6); }
.jg-velux-kpc--a .jg-velux-kpc__card        { background: #f9f9f9; }
.jg-velux-kpc--a .jg-velux-kpc__card-badge {
  background: #C5A059;
  color: #fff;
  border: none;
}
.jg-velux-kpc--a .jg-velux-kpc__features {
  background: rgba(197,160,89,0.1);
  border-left: 4px solid #C5A059;
}

/* Variant B (GNU, GLU): #f9f9f9 bg, white bordered header, white cards, navy badge */
.jg-velux-kpc--b { background: #f9f9f9; }
.jg-velux-kpc--b .jg-velux-kpc__group-header {
  background: #fff;
  border: 2px solid #253D86;
  border-radius: 8px;
  padding: 32px;
}
.jg-velux-kpc--b .jg-velux-kpc__group-title { color: #253D86; }
.jg-velux-kpc--b .jg-velux-kpc__group-sub   { color: #364153; }
.jg-velux-kpc--b .jg-velux-kpc__group-note  { color: #4a5565; }
.jg-velux-kpc--b .jg-velux-kpc__card        { background: #fff; }
.jg-velux-kpc--b .jg-velux-kpc__card-badge {
  background: #fff;
  color: #253D86;
  border: 2px solid #253D86;
}
.jg-velux-kpc--b .jg-velux-kpc__features {
  background: #fff;
  border-left: 4px solid #253D86;
}

/* Variant C (GLL): white bg, gold solid header, grey cards, gold badge */
.jg-velux-kpc--c { background: #fff; }
.jg-velux-kpc--c .jg-velux-kpc__group-header {
  background: #C5A059;
  border-radius: 8px;
  padding: 32px;
}
.jg-velux-kpc--c .jg-velux-kpc__group-title { color: #fff; }
.jg-velux-kpc--c .jg-velux-kpc__group-sub   { color: rgba(255,255,255,0.8); }
.jg-velux-kpc--c .jg-velux-kpc__group-note  { color: rgba(255,255,255,0.6); }
.jg-velux-kpc--c .jg-velux-kpc__card        { background: #f9f9f9; }
.jg-velux-kpc--c .jg-velux-kpc__card-badge {
  background: #C5A059;
  color: #fff;
  border: none;
}
.jg-velux-kpc--c .jg-velux-kpc__features {
  background: rgba(197,160,89,0.1);
  border-left: 4px solid #C5A059;
}

/* Variant D (GLU): #f9f9f9 bg, solid navy header, white cards, navy outlined badge */
.jg-velux-kpc--d { background: #f9f9f9; }
.jg-velux-kpc--d .jg-velux-kpc__group-header {
  background: #253D86;
  border-radius: 8px;
  padding: 32px;
}
.jg-velux-kpc--d .jg-velux-kpc__group-title { color: #fff; }
.jg-velux-kpc--d .jg-velux-kpc__group-sub   { color: rgba(255,255,255,0.8); }
.jg-velux-kpc--d .jg-velux-kpc__group-note  { color: rgba(255,255,255,0.6); }
.jg-velux-kpc--d .jg-velux-kpc__card        { background: #fff; }
.jg-velux-kpc--d .jg-velux-kpc__card-badge {
  background: #fff;
  color: #253D86;
  border: 2px solid #253D86;
}
.jg-velux-kpc--d .jg-velux-kpc__features {
  background: #fff;
  border-left: 4px solid #253D86;
}

/* Shared group header typography */
.jg-velux-kpc__group-title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 8px;
}
.jg-velux-kpc__group-sub {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 4px;
}
.jg-velux-kpc__group-note {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
.jg-velux-kpc__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.jg-velux-kpc__card {
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 192px;
}
.jg-velux-kpc__card-badge {
  display: inline-block;
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 16px;
}
.jg-velux-kpc__card-code {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 12px;
  font-weight: 300;
  color: #6a7282;
  text-align: center;
  margin: 0 0 2px;
}
.jg-velux-kpc__card-id {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 14px;
  font-weight: 300;
  color: #4a5565;
  text-align: center;
  margin: 0 0 14px;
}
.jg-velux-kpc__card-inquiry {
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 20px;
  font-weight: 300;
  color: #253D86;
  text-align: center;
  margin: 0;
  line-height: 28px;
}
.jg-velux-kpc__features {
  padding: 24px 24px 24px 28px;
}
.jg-velux-kpc__features-heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 18px;
  font-weight: 500;
  color: #253D86;
  margin: 0 0 12px;
}
.jg-velux-kpc__features-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.jg-velux-kpc__features-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: var(--wp--preset--font-family--body, 'Roboto', sans-serif);
  font-size: 16px;
  font-weight: 300;
  color: #364153;
  line-height: 24px;
}
.jg-velux-kpc__features-item svg { flex-shrink: 0; margin-top: 2px; }
@media (max-width: 900px) {
  .jg-velux-kpc__grid { grid-template-columns: repeat(3, 1fr); }
  .jg-velux-kpc__features-list { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .jg-velux-kpc { padding: 48px 20px; }
  .jg-velux-kpc__group-header { padding: 20px; }
  .jg-velux-kpc__group-title { font-size: 20px; }
  .jg-velux-kpc__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── VELUX Komfor Plus Pricing ────────────────────────────── */
.jg-velux-kpp { padding: 64px 40px; }
.jg-velux-kpp__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.jg-velux-kpp__header {
  border-radius: 8px;
  padding: 32px;
  min-height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jg-velux-kpp__title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 16px;
}
.jg-velux-kpp__sub  { font-size: 16px; font-weight: 300; line-height: 1.5; margin: 0 0 8px; }
.jg-velux-kpp__note { font-size: 14px; font-weight: 300; line-height: 1.4; margin: 0; }
.jg-velux-kpp__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.jg-velux-kpp__card {
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  padding: 26px 26px 2px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.jg-velux-kpp__card-badge {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.jg-velux-kpp__card-info { display: flex; flex-direction: column; gap: 8px; }
.jg-velux-kpp__card-code  { font-size: 14px; font-weight: 300; color: #4a5565; text-align: center; margin: 0; }
.jg-velux-kpp__card-type  { font-size: 12px; font-weight: 300; color: #C5A059; text-align: center; margin: 0; }
.jg-velux-kpp__card-price { font-size: 18px; font-weight: 300; color: #253D86; text-align: center; margin: 0; line-height: 1.6; }
.jg-velux-kpp__features {
  padding: 24px 24px 24px 28px;
  border-left: 4px solid;
}
.jg-velux-kpp__feat-hd {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 18px;
  font-weight: 500;
  color: #253D86;
  margin: 0 0 12px;
  line-height: 1.55;
}
.jg-velux-kpp__feat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.jg-velux-kpp__feat-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  font-weight: 300;
  color: #364153;
  line-height: 1.5;
}
.jg-velux-kpp__feat-item svg { flex-shrink: 0; margin-top: 2px; }

/* Variant A: white bg, navy header, grey cards, gold filled badge */
.jg-velux-kpp--a { background: #fff; }
.jg-velux-kpp--a .jg-velux-kpp__header { background: #253D86; }
.jg-velux-kpp--a .jg-velux-kpp__title  { color: #fff; }
.jg-velux-kpp--a .jg-velux-kpp__sub    { color: rgba(255,255,255,0.8); }
.jg-velux-kpp--a .jg-velux-kpp__note   { color: rgba(255,255,255,0.6); }
.jg-velux-kpp--a .jg-velux-kpp__card   { background: #f9f9f9; }
.jg-velux-kpp--a .jg-velux-kpp__card-badge { background: #C5A059; color: #fff; border: none; }
.jg-velux-kpp--a .jg-velux-kpp__features { background: rgba(197,160,89,0.1); border-color: #C5A059; }

/* Variant B: f9f9f9 bg, gold header, white cards, gold outlined badge */
.jg-velux-kpp--b { background: #f9f9f9; }
.jg-velux-kpp--b .jg-velux-kpp__header { background: #C5A059; }
.jg-velux-kpp--b .jg-velux-kpp__title  { color: #fff; }
.jg-velux-kpp--b .jg-velux-kpp__sub    { color: rgba(255,255,255,0.8); }
.jg-velux-kpp--b .jg-velux-kpp__note   { color: rgba(255,255,255,0.6); }
.jg-velux-kpp--b .jg-velux-kpp__card   { background: #fff; }
.jg-velux-kpp--b .jg-velux-kpp__card-badge { background: #fff; color: #C5A059; border: 2px solid #C5A059; height: 44px; }
.jg-velux-kpp--b .jg-velux-kpp__features { background: #fff; border-color: #C5A059; }

/* Variant C: white bg, navy header, grey cards, navy filled badge, gold-tint+navy border */
.jg-velux-kpp--c { background: #fff; }
.jg-velux-kpp--c .jg-velux-kpp__header { background: #253D86; }
.jg-velux-kpp--c .jg-velux-kpp__title  { color: #fff; }
.jg-velux-kpp--c .jg-velux-kpp__sub    { color: rgba(255,255,255,0.8); }
.jg-velux-kpp--c .jg-velux-kpp__note   { color: rgba(255,255,255,0.6); }
.jg-velux-kpp--c .jg-velux-kpp__card   { background: #f9f9f9; }
.jg-velux-kpp--c .jg-velux-kpp__card-badge { background: #253D86; color: #fff; border: none; }
.jg-velux-kpp--c .jg-velux-kpp__features { background: rgba(197,160,89,0.1); border-color: #253D86; }

@media (max-width: 1023px) {
  .jg-velux-kpp__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .jg-velux-kpp { padding: 48px 20px; }
  .jg-velux-kpp__grid { grid-template-columns: 1fr 1fr; }
  .jg-velux-kpp__feat-list { grid-template-columns: 1fr; }
}

/* ── VELUX Glass Types ─────────────────────────────────────── */
.jg-velux-gt {
  background: #f9f9f9;
  padding: 64px 40px;
}
.jg-velux-gt__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.jg-velux-gt__heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 30px;
  font-weight: 500;
  color: #253D86;
  text-align: center;
  margin: 0 0 32px;
  line-height: 1.2;
}
.jg-velux-gt__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.jg-velux-gt__card {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  padding: 32px;
}
.jg-velux-gt__pill {
  display: inline-block;
  height: 52px;
  padding: 0 24px;
  border-radius: 8px;
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 52px;
  margin-bottom: 24px;
}
.jg-velux-gt__pill--gold { background: #C5A059; }
.jg-velux-gt__pill--navy { background: #253D86; }
.jg-velux-gt__desc {
  font-size: 16px;
  font-weight: 300;
  color: #364153;
  line-height: 1.5;
  margin: 0 0 16px;
}
.jg-velux-gt__bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.jg-velux-gt__bullets li {
  font-size: 14px;
  font-weight: 300;
  color: #4a5565;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .jg-velux-gt { padding: 48px 20px; }
  .jg-velux-gt__grid { grid-template-columns: 1fr; }
}

/* ── VELUX Ready CTA ──────────────────────────────────────── */
.jg-velux-rcta {
  background: #f9f9f9;
  padding: 64px 40px;
}
.jg-velux-rcta__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.jg-velux-rcta__heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 30px;
  font-weight: 500;
  color: #253D86;
  margin: 0 0 16px;
  line-height: 1.2;
}
.jg-velux-rcta__sub {
  font-size: 20px;
  font-weight: 300;
  color: #4a5565;
  line-height: 1.4;
  margin: 0 0 32px;
  max-width: 640px;
}
.jg-velux-rcta__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.jg-velux-rcta__btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #C5A059;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 18px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 200ms;
}
.jg-velux-rcta__btn-primary:hover { background: #b8904a; }
.jg-velux-rcta__btn-secondary {
  display: inline-flex;
  align-items: center;
  color: #253D86;
  font-size: 16px;
  font-weight: 300;
  padding: 18px 28px;
  border: 2px solid #253D86;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  transition: background 200ms, color 200ms;
}
.jg-velux-rcta__btn-secondary:hover { background: #253D86; color: #fff; }

/* ── VELUX Subpage Responsive ─────────────────────────────── */
@media (max-width: 1023px) {
  .jg-velux-sp-features__grid[data-cols="4"] { grid-template-columns: repeat(2, 1fr); }
  .jg-velux-rcta__actions { flex-direction: column; align-items: center; }
}
@media (max-width: 767px) {
  .jg-velux-sp-hero__inner { padding: 80px 20px 0; }
  .jg-velux-sp-features { padding: 48px 20px; }
  .jg-velux-sp-features__grid { grid-template-columns: 1fr !important; }
  .jg-velux-pricing { padding: 48px 20px; }
  .jg-velux-pricing__table-wrap { padding: 20px; overflow-x: auto; }
  .jg-velux-pricing__table { min-width: 520px; }
  .jg-velux-pricing__glass-grid { grid-template-columns: 1fr; }
  .jg-velux-rcta { padding: 48px 20px; }
}

/* ── VELUX Ролетне Page ───────────────────────────────────── */
.jg-velux-rp-gallery {
  background: #fff;
  padding: 60px 40px 40px;
}
.jg-velux-rp-gallery__inner { max-width: 1200px; margin: 0 auto; }
.jg-velux-rp-gallery__title {
  font-family: var(--wp--preset--font-family--heading,'Montserrat',sans-serif);
  font-size: 22px; font-weight: 600; color: #253D86;
  text-align: center; margin: 0 0 24px;
}
.jg-velux-rp-gallery__grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 16px;
}
.jg-velux-rp-gallery__grid img {
  width: 100%; height: 260px; object-fit: cover; border-radius: 12px; display: block;
}

.jg-velux-rp-intro {
  background: #f9f9f9;
  padding: 80px 40px;
}
.jg-velux-rp-intro__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.jg-velux-rp-intro__card {
  background: #fff;
  border-left: 4px solid #C5A059;
  padding: 32px 32px 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.jg-velux-rp-intro__title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 24px;
  font-weight: 500;
  color: #253D86;
  margin: 0;
  line-height: 1.33;
}
.jg-velux-rp-intro__card p {
  font-size: 16px;
  font-weight: 300;
  color: #364153;
  line-height: 1.5;
  margin: 0;
}

/* ── VELUX Roletne product cards (node 4219-8187) ─────────── */
.jg-velux-rp-products {
  background: #fff; padding: 80px 40px;
}
.jg-velux-rp-products__inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 48px;
}
.jg-velux-rp-card {
  border: 2px solid #e5e7eb; overflow: hidden;
}
/* Navy header */
.jg-velux-rp-card__header {
  background: #253D86;
  padding: 32px 32px 32px;
  display: flex; flex-direction: column; gap: 16px;
}
.jg-velux-rp-card__hrow {
  display: flex; align-items: center; gap: 16px;
}
.jg-velux-rp-card__icon-box {
  width: 56px; height: 56px; background: #C5A059; border-radius: 8px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.jg-velux-rp-card__htxt { display: flex; flex-direction: column; gap: 4px; }
.jg-velux-rp-card__title {
  font-family: var(--wp--preset--font-family--heading,'Montserrat',sans-serif);
  font-size: 24px; font-weight: 500; color: #fff;
  line-height: 1.33; margin: 0;
}
.jg-velux-rp-card__code {
  font-size: 14px; font-weight: 300; color: #C5A059;
  line-height: 1.43; margin: 0;
}
.jg-velux-rp-card__desc {
  font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.8);
  line-height: 1.5; margin: 0;
}
/* Price grid */
.jg-velux-rp-card__prices {
  background: #f9f9f9; padding: 32px; display: flex; flex-direction: column; gap: 16px;
}
.jg-velux-rp-card__price-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 24px;
}
.jg-velux-rp-card__price-item {
  background: #fff; border: 2px solid #e5e7eb; border-radius: 8px;
  padding: 24px; display: flex; flex-direction: column; align-items: center;
  gap: 8px; text-align: center;
}
.jg-velux-rp-card__price-badge {
  background: rgba(197,160,89,0.1); border-radius: 8px;
  padding: 10px 16px; font-size: 14px; font-weight: 600;
  color: #253D86; line-height: 1.43; white-space: nowrap;
}
.jg-velux-rp-card__price-size {
  font-size: 14px; font-weight: 300; color: #4a5565;
  line-height: 1.43; margin: 0;
}
.jg-velux-rp-card__price-amount {
  font-size: 30px; font-weight: 300; color: #253D86;
  line-height: 1.2; margin: 0;
}
.jg-velux-rp-card__price-currency {
  font-size: 14px; font-weight: 300; color: #6a7282;
  line-height: 1.43; margin: 0;
}
.jg-velux-rp-card__note {
  font-size: 14px; font-weight: 300; color: #4a5565;
  font-style: italic; margin: 0; line-height: 1.43;
}
/* Photos row */
.jg-velux-rp-card__photos {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 24px;
  padding: 32px;
}
.jg-velux-rp-card__photo img {
  width: 100%; height: 221px; object-fit: cover;
  border-radius: 8px; display: block;
}
/* ZIL has only 2 price cards */
.jg-velux-rp-card__price-grid:has(.jg-velux-rp-card__price-item:only-child),
.jg-velux-rp-card__price-grid:has(> *:nth-child(2)):not(:has(> *:nth-child(3))) {
  grid-template-columns: repeat(2,1fr); max-width: 66.67%;
}

.jg-velux-rp-addons { background: #f9f9f9; padding: 80px 40px; }
.jg-velux-rp-addons__inner { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 32px; }
.jg-velux-rp-addons__title {
  font-family: var(--wp--preset--font-family--heading,'Montserrat',sans-serif);
  font-size: 30px; font-weight: 500; color: #253D86; margin: 0; line-height: 1.2;
}
.jg-velux-rp-addons__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 32px; }
.jg-velux-rp-addons__card {
  background: #fff; border: 2px solid #e5e7eb; border-radius: 8px; padding: 32px;
  display: flex; flex-direction: column; gap: 12px;
}
.jg-velux-rp-addons__card-title {
  font-family: var(--wp--preset--font-family--heading,'Montserrat',sans-serif);
  font-size: 20px; font-weight: 500; color: #253D86; margin: 0; line-height: 1.4;
}
.jg-velux-rp-addons__card-desc {
  font-size: 14px; font-weight: 300; color: #4a5565; margin: 0; line-height: 1.57;
}
.jg-velux-rp-addons__rows { display: flex; flex-direction: column; gap: 12px; }
.jg-velux-rp-addons__row {
  display: flex; align-items: center; justify-content: space-between;
  background: #f9f9f9; padding: 0 16px; height: 56px;
}
.jg-velux-rp-addons__left { display: flex; align-items: baseline; gap: 0; }
.jg-velux-rp-addons__left strong {
  font-size: 16px; font-weight: 500; color: #253D86; line-height: 1.5;
}
.jg-velux-rp-addons__sz {
  font-size: 14px; font-weight: 300; color: #4a5565; line-height: 1.43;
}
.jg-velux-rp-addons__price {
  font-size: 16px; font-weight: 600; color: #253D86; line-height: 1.5; white-space: nowrap;
}

/* ── VELUX Roletne CTA (node 4219-8470) ──────────────────── */
.jg-velux-rl-cta {
  background: #253D86; padding: 80px 40px;
}
.jg-velux-rl-cta__inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 32px;
}
.jg-velux-rl-cta__notice {
  background: #C5A059; border-radius: 8px;
  padding: 32px; display: flex; flex-direction: column; gap: 16px;
}
.jg-velux-rl-cta__notice-title {
  font-family: var(--wp--preset--font-family--heading,'Montserrat',sans-serif);
  font-size: 24px; font-weight: 500; color: #fff;
  line-height: 1.33; margin: 0;
}
.jg-velux-rl-cta__notice-text {
  font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.9);
  line-height: 1.625; margin: 0;
}
.jg-velux-rl-cta__bottom {
  display: flex; flex-direction: column; align-items: center; gap: 48px;
}
.jg-velux-rl-cta__question {
  font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.8);
  line-height: 1.5; margin: 0; text-align: center;
}
.jg-velux-rl-cta__btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: #C5A059; border-radius: 8px;
  padding: 16px 32px;
  font-size: 16px; font-weight: 300; color: #fff;
  text-decoration: none; line-height: 1.5; white-space: nowrap;
  transition: opacity 0.3s;
}
.jg-velux-rl-cta__btn:hover { opacity: 0.88; }
.jg-velux-rl-cta__btn svg { flex-shrink: 0; }

/* ── VELUX Водич Guide ────────────────────────────────────── */
/* ── VELUX Vodic Hero ─────────────────────────────────────── */
.jg-velux-vh {
  position: relative; height: 600px; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.jg-velux-vh__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.jg-velux-vh__overlay {
  position: absolute; inset: 0; background: rgba(0,0,0,0.4);
}
.jg-velux-vh__inner {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: 0;
  text-align: center; max-width: 900px; padding: 0 40px;
}
.jg-velux-vh__logo {
  height: 80px; width: auto; object-fit: contain; margin-bottom: 32px;
}
.jg-velux-vh__badge {
  display: inline-block; background: #C5A059;
  font-size: 14px; font-weight: 600; color: #fff; letter-spacing: 0.08em;
  padding: 10px 20px; margin-bottom: 32px;
}
.jg-velux-vh__title {
  font-family: var(--wp--preset--font-family--heading,'Montserrat',sans-serif);
  font-size: clamp(36px, 4.5vw, 60px); font-weight: 500; color: #fff;
  line-height: 1.2; margin: 0 0 24px;
}
.jg-velux-vh__sub {
  font-size: 20px; font-weight: 300; color: rgba(255,255,255,0.8);
  line-height: 1.4; margin: 0 0 60px;
}
.jg-velux-vh__phone {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.8);
  text-decoration: none;
}
.jg-velux-vh__phone:hover { color: #fff; }

/* ── VELUX Vodic Guide ────────────────────────────────────── */
.jg-velux-vodic { background: #fff; padding: 80px 40px; }
.jg-velux-vodic__inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 64px;
}

/* Step wrapper: f9f9f9 + 4px gold left border */
.jg-velux-vodic__step {
  background: #f9f9f9; border-left: 4px solid #C5A059;
  padding: 32px 36px;
  display: flex; flex-direction: column; gap: 24px;
}
.jg-velux-vodic__step-hrow {
  display: flex; align-items: flex-start; gap: 24px;
}
.jg-velux-vodic__step-num {
  width: 64px; height: 64px; background: #C5A059; color: #fff;
  font-family: var(--wp--preset--font-family--heading,'Montserrat',sans-serif);
  font-size: 24px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  border-radius: 8px; flex-shrink: 0;
}
.jg-velux-vodic__step-body { display: flex; flex-direction: column; gap: 16px; flex: 1; }
.jg-velux-vodic__step-title {
  font-family: var(--wp--preset--font-family--heading,'Montserrat',sans-serif);
  font-size: 30px; font-weight: 500; color: #253D86;
  line-height: 1.2; margin: 0;
}
.jg-velux-vodic__step-text {
  font-size: 18px; font-weight: 300; color: #364153;
  line-height: 1.625; margin: 0;
}

/* Step sub-content: indented to align with body column */
.jg-velux-vodic__step-content {
  padding-left: 88px; /* 64px num + 24px gap */
  display: flex; flex-direction: column; gap: 24px;
}

/* Tip box */
.jg-velux-vodic__tip {
  display: flex; gap: 12px; align-items: flex-start;
  background: rgba(197,160,89,0.1); border-left: 4px solid #C5A059;
  padding: 24px 24px 24px 28px;
}
.jg-velux-vodic__tip svg { flex-shrink: 0; margin-top: 2px; }
.jg-velux-vodic__tip > div { display: flex; flex-direction: column; gap: 4px; }
.jg-velux-vodic__tip strong {
  font-size: 14px; font-weight: 600; color: #253D86;
  line-height: 1.43; letter-spacing: 0.04em;
}
.jg-velux-vodic__tip p { font-size: 16px; font-weight: 300; color: #364153; line-height: 1.625; margin: 0; }

/* Note (step 04 warning) */
.jg-velux-vodic__note {
  background: rgba(197,160,89,0.1); border-left: 4px solid #C5A059;
  padding: 16px 24px;
}
.jg-velux-vodic__note p { font-size: 16px; font-weight: 300; color: #364153; line-height: 1.625; margin: 0; }

/* White box (dimensions) */
.jg-velux-vodic__box {
  background: #fff; border: 2px solid #e5e7eb; border-radius: 8px;
  padding: 26px;
}
.jg-velux-vodic__box-title {
  font-family: var(--wp--preset--font-family--heading,'Montserrat',sans-serif);
  font-size: 18px; font-weight: 500; color: #253D86;
  line-height: 1.56; margin: 0 0 16px;
}
.jg-velux-vodic__dims { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.jg-velux-vodic__dim {
  display: flex; align-items: center; gap: 8px;
  font-size: 16px; font-weight: 300; color: #364153; line-height: 1.5;
}
.jg-velux-vodic__dim svg { flex-shrink: 0; }

/* Models (step 02) */
.jg-velux-vodic__models { display: flex; flex-direction: column; gap: 0; }
.jg-velux-vodic__model {
  background: #fff; border: 2px solid #e5e7eb; border-radius: 8px;
  padding: 26px; margin-bottom: 16px;
}
.jg-velux-vodic__model:last-child { margin-bottom: 0; }
.jg-velux-vodic__model-title {
  font-family: var(--wp--preset--font-family--heading,'Montserrat',sans-serif);
  font-size: 18px; font-weight: 500; color: #253D86;
  line-height: 1.56; margin: 0 0 16px;
}
.jg-velux-vodic__model-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.jg-velux-vodic__model-list li {
  display: flex; align-items: center; gap: 8px;
  font-size: 16px; font-weight: 300; color: #364153;
}
.jg-velux-vodic__model-list svg { flex-shrink: 0; }

/* Example box (step 03) */
.jg-velux-vodic__example {
  display: flex; align-items: flex-start; gap: 12px;
  background: #fff; border: 2px solid #e5e7eb; border-radius: 8px;
  padding: 26px;
}
.jg-velux-vodic__example svg { flex-shrink: 0; margin-top: 2px; }
.jg-velux-vodic__example-label {
  font-size: 14px; font-weight: 500; color: #253D86;
  line-height: 1.43; margin: 0 0 4px;
}
.jg-velux-vodic__example-text {
  font-size: 18px; font-weight: 300; color: #253D86;
  line-height: 1.56; margin: 0;
}

/* Subtitle (step 04) */
.jg-velux-vodic__subtitle {
  font-family: var(--wp--preset--font-family--heading,'Montserrat',sans-serif);
  font-size: 18px; font-weight: 500; color: #253D86; margin: 0;
}

/* Flashings (step 04) */
.jg-velux-vodic__flashings { display: flex; flex-direction: column; gap: 0; }
.jg-velux-vodic__flashing {
  background: #fff; border: 2px solid #e5e7eb;
  border-bottom: none;
  padding: 24px 28px;
  display: flex; flex-direction: column; gap: 8px;
}
.jg-velux-vodic__flashing:first-child { border-radius: 8px 8px 0 0; }
.jg-velux-vodic__flashing:last-child { border-bottom: 2px solid #e5e7eb; border-radius: 0 0 8px 8px; }
.jg-velux-vodic__flashing-hrow {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.jg-velux-vodic__flashing-code {
  font-family: var(--wp--preset--font-family--heading,'Montserrat',sans-serif);
  font-size: 18px; font-weight: 500; color: #253D86;
}
.jg-velux-vodic__flashing-badge {
  font-size: 14px; font-weight: 400; color: #253D86;
  background: rgba(37,61,134,0.06); padding: 4px 12px; border-radius: 4px;
  white-space: nowrap;
}
.jg-velux-vodic__flashing-desc {
  font-size: 16px; font-weight: 300; color: #364153; margin: 0;
}
.jg-velux-vodic__flashing-incl {
  font-size: 14px; font-weight: 400; color: #C5A059;
}
.jg-velux-vodic__flashing-excl {
  font-size: 14px; font-weight: 400; color: #e07a3a;
}

/* Protection cards (step 05) */
.jg-velux-vodic__pcards {
  display: grid; grid-template-columns: repeat(2,1fr); gap: 0;
}
.jg-velux-vodic__pcard {
  background: #fff; border: 2px solid #e5e7eb;
  padding: 26px; display: flex; flex-direction: column; gap: 8px;
  margin-bottom: -2px; margin-right: -2px;
}
.jg-velux-vodic__pcard-top {
  display: flex; align-items: flex-start;
  justify-content: space-between; gap: 12px; margin-bottom: 8px;
}
.jg-velux-vodic__pcard-cat {
  font-size: 14px; font-weight: 300; color: #4a5565;
  line-height: 1.43; margin: 0 0 4px;
}
.jg-velux-vodic__pcard-name {
  font-family: var(--wp--preset--font-family--heading,'Montserrat',sans-serif);
  font-size: 20px; font-weight: 500; color: #253D86;
  line-height: 1.4; margin: 0;
}
.jg-velux-vodic__pcard-code {
  font-size: 14px; font-weight: 600; background: #253D86; color: #fff;
  padding: 4px 12px; border-radius: 4px; white-space: nowrap; flex-shrink: 0;
}
.jg-velux-vodic__pcard-accent {
  font-size: 16px; font-weight: 300; color: #253D86; margin: 0;
}
.jg-velux-vodic__pcard-desc {
  font-size: 14px; font-weight: 300; color: #4a5565;
  line-height: 1.43; margin: 0;
}

/* Ролетне + Водич responsive */
@media (max-width: 1023px) {
  .jg-velux-rp-addons__grid { grid-template-columns: 1fr; }
  .jg-velux-vodic__step-content { padding-left: 0; }
  .jg-velux-vodic__dims { grid-template-columns: 1fr; }
  .jg-velux-vodic__pcards { grid-template-columns: 1fr; }
  .jg-velux-vodic__pcard { margin-right: 0; }
}
@media (max-width: 767px) {
  .jg-velux-rp-gallery { padding: 40px 20px 24px; }
  .jg-velux-rp-gallery__grid { grid-template-columns: 1fr 1fr; }
  .jg-velux-rp-gallery__grid img:last-child { display: none; }
  .jg-velux-rp-intro { padding: 0 20px 40px; }
  .jg-velux-rp-intro__inner { grid-template-columns: 1fr; }
  .jg-velux-rp-product { padding: 0 20px 32px; }
  .jg-velux-rp-product__prices { grid-template-columns: 1fr; }
  .jg-velux-rp-product__photos { grid-template-columns: 1fr 1fr; }
  .jg-velux-rp-product__photos .jg-velux-rp-product__photo:last-child { display: none; }
  .jg-velux-rp-addons { padding: 40px 20px; }
  .jg-velux-vodic { padding: 48px 20px; }
  .jg-velux-vodic__step { grid-template-columns: 48px 1fr; gap: 16px; }
  .jg-velux-vodic__step-num { width: 44px; height: 44px; font-size: 16px; }
  .jg-velux-vodic__dims { grid-template-columns: 1fr; }
  .jg-velux-vodic__models { grid-template-columns: 1fr; }
}

/* ── VELUX Product Gallery (after features) ───────────────── */
.jg-velux-sp-gallery {
  background: #f9f9f9;
  padding: 64px 40px;
}
.jg-velux-sp-gallery__inner { max-width: 1200px; margin: 0 auto; }
.jg-velux-sp-gallery__heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 30px;
  font-weight: 500;
  color: #253D86;
  text-align: center;
  margin: 0 0 32px;
}
.jg-velux-sp-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.jg-velux-sp-gallery__item {
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
}
.jg-velux-sp-gallery__item img {
  width: 100%;
  height: 364px;
  object-fit: cover;
  display: block;
}

/* ── VELUX Pricing Card Grid (Основни/Стандард style) ────── */
.jg-velux-pricing-ov { background: #f9f9f9; padding: 60px 40px; }
.jg-velux-pricing-ov__inner {
  max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 32px;
}

/* Series header */
.jg-velux-series { border-radius: 8px; padding: 32px; }
.jg-velux-series--dark { background: #253d86; }
.jg-velux-series--light {
  background: #fff;
  border: 2px solid #253d86;
}
.jg-velux-series--dark .jg-velux-series__title { color: #fff; }
.jg-velux-series--dark .jg-velux-series__sub  { color: rgba(255,255,255,0.7); }
.jg-velux-series--dark .jg-velux-series__note { color: rgba(255,255,255,0.5); }
.jg-velux-series--light .jg-velux-series__title { color: #253d86; }
.jg-velux-series--light .jg-velux-series__sub  { color: #364153; }
.jg-velux-series--light .jg-velux-series__note { color: #4a5565; }
.jg-velux-series__title {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  margin: 0 0 16px;
}
.jg-velux-series__sub {
  font-family: var(--wp--preset--font-family--roboto, 'Roboto', sans-serif);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 8px;
}
.jg-velux-series__note {
  font-family: var(--wp--preset--font-family--roboto, 'Roboto', sans-serif);
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
}

/* Price cards grid */
.jg-velux-pcards {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 16px;
}
.jg-velux-pcards__card {
  background: #fff; border-radius: 12px;
  overflow: hidden; display: flex; flex-direction: column;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.jg-velux-pcards__dim {
  background: #3a5ca8; color: #fff;
  font-family: var(--wp--preset--font-family--heading,'Montserrat',sans-serif);
  font-size: 17px; font-weight: 700;
  padding: 16px 12px; text-align: center;
}
.jg-velux-pcards__body {
  padding: 16px; display: flex; flex-direction: column; align-items: center;
  gap: 4px; text-align: center; flex: 1;
}
.jg-velux-pcards__code { font-size: 13px; font-weight: 600; color: #3a5ca8; }
.jg-velux-pcards__note {
  font-size: 11px; font-weight: 700; color: #C5A059;
  letter-spacing: 0.05em; text-transform: uppercase;
}
.jg-velux-pcards__old {
  font-size: 13px; color: #bbb; text-decoration: line-through;
}
.jg-velux-pcards__price {
  display: flex; align-items: baseline; gap: 2px;
}
.jg-velux-pcards__price strong {
  font-size: 24px; font-weight: 700; color: #253D86; font-family: var(--wp--preset--font-family--heading,'Montserrat',sans-serif);
}
.jg-velux-pcards__price sup {
  font-size: 13px; font-weight: 600; color: #253D86; margin-left: 2px;
}
.jg-velux-pcards__label { font-size: 12px; color: #aaa; }

/* Discount banner */
.jg-velux-discount-banner {
  background: #e03030; border-radius: 10px;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; padding: 20px 32px; text-align: center;
}
.jg-velux-discount-banner strong {
  font-family: var(--wp--preset--font-family--heading,'Montserrat',sans-serif);
  font-size: 28px; font-weight: 700; color: #fff;
}
.jg-velux-discount-banner span { font-size: 14px; color: rgba(255,255,255,0.85); }

/* Characteristics box */
.jg-velux-chars {
  background: #fdf8f1; border-radius: 10px; padding: 20px 28px;
  border: 1px solid rgba(197,160,89,0.2);
}
.jg-velux-chars__title {
  font-size: 15px; font-weight: 600; color: #3a5ca8; margin: 0 0 14px;
}
.jg-velux-chars__title span { color: #555; font-weight: 400; }
.jg-velux-chars__list {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px;
}
.jg-velux-chars__list li {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; color: #444;
}
.jg-velux-chars__list li svg { flex-shrink: 0; }

/* Pricing responsive */
@media (max-width: 1023px) {
  .jg-velux-pcards { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 767px) {
  .jg-velux-pricing-ov { padding: 40px 20px; }
  .jg-velux-sp-gallery { padding: 32px 20px; }
  .jg-velux-sp-gallery__grid { grid-template-columns: 1fr 1fr; }
  .jg-velux-sp-gallery__item:last-child { display: none; }
  .jg-velux-sp-gallery__item img { height: 220px; }
  .jg-velux-pcards { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .jg-velux-pcards__dim { font-size: 15px; }
  .jg-velux-pcards__price strong { font-size: 20px; }
  .jg-velux-chars__list { grid-template-columns: 1fr; }
}
@media (max-width: 479px) {
  .jg-velux-pcards { grid-template-columns: 1fr 1fr; }
}

/* ── VELUX Trust bar - 3 variant backgrounds ─────────────── */
.jg-velux-prozori__trust { background: transparent; }

.jg-velux-prozori__trust-item--navy {
  background: #253D86;
}
.jg-velux-prozori__trust-item--navy strong { color: #fff; }
.jg-velux-prozori__trust-item--navy span   { color: rgba(255,255,255,0.65); }

.jg-velux-prozori__trust-item--gold {
  background: #C5A059;
}
.jg-velux-prozori__trust-item--gold strong { color: #fff; }
.jg-velux-prozori__trust-item--gold span   { color: rgba(255,255,255,0.8); }

.jg-velux-prozori__trust-item--white {
  background: #fff;
  border: 1px solid #e8eaf0;
}
.jg-velux-prozori__trust-item--white strong { font-size: 22px; font-weight: 600; color: #253D86; }
.jg-velux-prozori__trust-item--white span   { color: #6A7282; }

/* "На упит" price style */
.jg-velux-prozori__price--inquiry {
  font-size: 28px;
  color: #253D86;
  letter-spacing: 0.01em;
}

/* Badge colour for energy-efficient card */
.jg-velux-prozori__card-badge--green {
  background: #2a7a4b;
}

/* ── Global VELUX heading consistency (light-bg sections only) ── */
.jg-velux-upit__heading,
.jg-velux-stats__heading,
.jg-velux-prozori__heading,
.jg-velux-reviews__heading,
.jg-velux-roletne__heading {
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
  font-weight: 700;
  color: #253D86;
}

/* Gold accent consistency across VELUX */
.jg-velux-stats__number,
.jg-velux-reviews__star { color: #C5A059; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE FIXES - consolidated patch
   ═══════════════════════════════════════════════════════════ */

/* VELUX stats grid - was 4-col with zero responsive rules */
@media (max-width: 1024px) {
  .jg-velux-stats__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .jg-velux-stats__grid { grid-template-columns: 1fr; }
}

/* VELUX prozori windows grid - was 2-col with zero responsive rules */
@media (max-width: 768px) {
  .jg-velux-prozori__grid { grid-template-columns: 1fr; }
}

/* VELUX upit form - two-col row fields stack on mobile */
@media (max-width: 640px) {
  .jg-velux-upit__row { grid-template-columns: 1fr; }
  .jg-velux-upit__form-box { padding: 24px 20px; }
}

/* About features - was 2-col with zero responsive rules (fixed inline above at 503px) */
/* Also tighten about-intro gap on tablets */
@media (max-width: 768px) {
  .jg-about-intro__inner { gap: 32px; }
  .jg-mv-cards { grid-template-columns: 1fr; }
}

/* References - card grid tighten breakpoint */
@media (max-width: 640px) {
  .jg-ref-card-grid { grid-template-columns: 1fr; }
  .jg-ref-stats__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .jg-ref-stats__inner { grid-template-columns: 1fr; }
}

/* Parcels (Nekretnine) - reduce excessive gap on mobile */
@media (max-width: 768px) {
  .jg-parcels__inner { gap: 40px; }
}

/* Investicije services grid */
@media (max-width: 640px) {
  .jg-inv-services__grid { grid-template-columns: 1fr; }
}

/* Careers positions - section padding */
@media (max-width: 640px) {
  .jg-careers-positions { padding: 48px 16px; }
  .jg-careers-benefits { padding: 48px 16px; }
}

/* Sofeija lightbox modal on very small screens */
@media (max-width: 360px) {
  .jg-sof-modal { padding: 48px 4px 12px; }
  .jg-sof-modal__prev,
  .jg-sof-modal__next { width: 32px; height: 32px; }
}

/* Global section padding tighten on mobile */
@media (max-width: 480px) {
  .jg-velux-stats { padding: 48px 16px; }
  .jg-velux-promo { padding: 48px 16px; }
  .jg-velux-prozori { padding: 48px 16px; }
  .jg-velux-reviews { padding: 48px 16px; }
  .jg-velux-upit { padding: 48px 16px; }
  .jg-about-team { padding: 48px 0; }
  .jg-cta-banner { padding: 32px 16px; }
  .jg-cta-banner__inner { padding: 32px 20px; border-radius: 16px; }
  .jg-cta-banner__heading { font-size: clamp(18px, 5vw, 28px); }
}

/* Form submit notices (contact, sofeija, careers, VELUX упит) */
.jg-form-notice {
  padding: 14px 18px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
}
.jg-form-notice--success {
  background: #e8f5e9;
  color: #1b5e20;
  border: 1px solid #a5d6a7;
}
.jg-form-notice--error {
  background: #fdecea;
  color: #a13a2f;
  border: 1px solid #f4b8b0;
}

/* Selected-file list under the CV upload field (careers + single position forms) */
.jg-apply-form__file-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.jg-apply-form__file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  color: #212950;
  background: #f2f3f7;
  border-radius: 6px;
  padding: 6px 8px 6px 10px;
}
.jg-apply-form__file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jg-apply-form__file-remove {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #6b7280;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: background 150ms, color 150ms;
}
.jg-apply-form__file-remove:hover,
.jg-apply-form__file-remove:focus-visible {
  background: #e2e4ea;
  color: #a13a2f;
}
.jg-apply-form__file-item--error {
  color: #a13a2f;
  background: #fdecea;
}

/* TEMP: hide featured-properties heading + listing grid on /nekretnine/
   until there's real inventory to show. Remove once nekretnine-grid
   pattern is re-added to page-nekretnine.html (or this rule with it). */
.jg-nekretnine-section__intro,
.jg-nekretnine-section__content {
  display: none !important;
}
