@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap');

:root {
  --jenic-blue: #1236c9;
  --jenic-deep-blue: #0a1f7a;
  --jenic-white: #ffffff;
  --jenic-lime: #c8f000;
  --jenic-text: #142040;
  --jenic-muted: #64748b;
  --jenic-soft: #eef2ff;
  --jenic-border: #dbe4ff;
  --jenic-shadow: 0 16px 40px rgba(10, 31, 122, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: 'Manrope', sans-serif;
  color: var(--jenic-text);
  background:
    radial-gradient(circle at 92% 8%, rgba(200, 240, 0, 0.15), transparent 40%),
    radial-gradient(circle at 14% 80%, rgba(18, 54, 201, 0.1), transparent 36%),
    #f7f9ff;
}

h1,
h2,
h3,
h4,
.jenic-call-btn,
.jenic-counselling-btn {
  font-family: 'Sora', sans-serif;
}

.jenic-wrap,
.jenic-site .jenic-wrap {
  width: min(1180px, 92vw);
  margin: 0 auto;
}

#masthead,
#colophon {
  display: none !important;
}

.site,
.site-content,
#content,
#primary,
.ast-container,
.ast-row,
.content-area {
  overflow: visible;
}

body {
  overflow-x: hidden;
}

body.admin-bar {
  --jenic-admin-offset: 32px;
}

body:not(.admin-bar) {
  --jenic-admin-offset: 0px;
}

.jenic-premium-header {
  position: sticky;
  top: var(--jenic-admin-offset);
  z-index: 999;
}

.jenic-topbar {
  background: #07195f;
  color: #d8e2ff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.jenic-topbar-row {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.jenic-topbar-text {
  margin: 0;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.jenic-topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.jenic-social-link,
.jenic-call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.jenic-social-link {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  transition: 0.2s ease;
}

.jenic-social-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.jenic-social-link:hover {
  background: #fff;
  color: #0a1f7a;
}

.jenic-call-btn {
  gap: 8px;
  padding: 8px 14px;
  background: var(--jenic-lime);
  color: #0b1e72;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.jenic-call-btn svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.jenic-mainbar {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--jenic-border);
  backdrop-filter: blur(10px);
}

.jenic-mainbar-row {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}

.jenic-logo-wrap {
  display: flex;
  align-items: center;
}

.jenic-logo-wrap .custom-logo {
  max-height: 58px;
}

.jenic-logo-wrap .site-title,
.jenic-logo-wrap .site-description,
.site-branding .site-title,
.site-branding .site-description {
  display: none !important;
}

.jenic-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.jenic-nav-list a {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.96rem;
  color: #15306e;
}

.jenic-counselling-btn {
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
  background: linear-gradient(120deg, #1236c9, #0a1f7a);
  border-radius: 999px;
  padding: 12px 18px;
  box-shadow: 0 14px 30px rgba(10, 31, 122, 0.2);
}

.jenic-site {
  padding-top: 0;
}

.jenic-site .jenic-hero,
.jenic-hero {
  position: relative;
  width: 100%;
  background-color: #0a1f7a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 156px 0 130px;
}

.jenic-hero .jenic-hero-inner {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 40px;
  align-items: center;
}

.jenic-hero .jenic-hero-text h1 {
  color: #fff !important;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  line-height: 1.1;
  margin-bottom: 16px;
}

.jenic-hero .jenic-hero-text .jenic-sub {
  color: rgba(255,255,255,0.92) !important;
  font-size: 1.12rem;
  max-width: 56ch;
  margin: 0;
}

.jenic-hero .jenic-hero-ctas {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.jenic-hero .jenic-hero-ctas .jenic-btn {
  width: 100%;
  text-align: center;
  padding: 14px 24px;
  font-size: 1rem;
}

.jenic-site .jenic-grid,
.jenic-hero .jenic-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 26px;
  align-items: center;
}

.jenic-site h1,
.jenic-site h2,
.jenic-site h3 {
  color: var(--jenic-deep-blue);
}

.jenic-site .jenic-hero h1,
.jenic-hero h1 {
  color: #fff !important;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.1;
  margin-bottom: 14px;
}

.jenic-site .jenic-sub,
.jenic-hero .jenic-sub {
  font-size: 1.08rem;
  max-width: 60ch;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.92) !important;
}

.jenic-site .jenic-actions,
.jenic-hero .jenic-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.jenic-btn {
  display: inline-block;
  text-decoration: none;
  background: #1236c9;
  color: #fff;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
  border: 1px solid transparent;
}

.jenic-btn:hover {
  color: #fff;
  background: #0a1f7a;
}

.jenic-btn-alt {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
}

.jenic-btn-accent {
  background: var(--jenic-lime);
  color: #0a1f7a;
}

.jenic-site .jenic-trust-card,
.jenic-hero .jenic-trust-card {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 20px;
  padding: 22px;
}

.jenic-site .jenic-trust-card h2,
.jenic-hero .jenic-trust-card h2 {
  color: #fff !important;
  font-size: 1.3rem;
}

.jenic-hero .jenic-trust-card ul {
  color: rgba(255, 255, 255, 0.92);
  padding-left: 18px;
}

.jenic-hero .jenic-trust-card li {
  color: rgba(255, 255, 255, 0.92) !important;
}

.jenic-site .jenic-content {
  padding: 56px 0;
}

.jenic-site .jenic-section {
  margin-bottom: 26px;
  padding: 28px;
  border-radius: 20px;
  border: 1px solid var(--jenic-border);
  background: #fff;
  box-shadow: 0 8px 28px rgba(10, 31, 122, 0.08);
}

.jenic-site .jenic-course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

/* ── Course cards: image overlay style ── */
.jenic-site .jenic-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #0a1f7a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 8px 32px rgba(10,31,122,0.18);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.jenic-site .jenic-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(5, 14, 60, 0.92) 0%,
    rgba(10, 31, 122, 0.55) 55%,
    rgba(10, 31, 122, 0.18) 100%
  );
  z-index: 1;
  transition: background 0.28s ease;
}

.jenic-site .jenic-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(10,31,122,0.30);
}

.jenic-site .jenic-card:hover::before {
  background: linear-gradient(
    to top,
    rgba(5, 14, 60, 0.96) 0%,
    rgba(18, 54, 201, 0.70) 60%,
    rgba(18, 54, 201, 0.28) 100%
  );
}

.jenic-site .jenic-card h3,
.jenic-site .jenic-card p,
.jenic-site .jenic-card a {
  position: relative;
  z-index: 2;
}

.jenic-site .jenic-card h3 {
  color: #fff !important;
  font-size: 1.35rem;
  margin: 0 0 6px;
  font-family: 'Sora', sans-serif;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.jenic-site .jenic-card p {
  color: rgba(255,255,255,0.88) !important;
  font-size: 0.9rem;
  margin: 0 0 14px;
  line-height: 1.45;
}

.jenic-site .jenic-card > * {
  padding: 0 20px;
}

.jenic-site .jenic-card h3 {
  padding-top: 0;
}

.jenic-site .jenic-card a {
  display: inline-block;
  margin-bottom: 22px;
  padding: 8px 20px !important;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 999px;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  backdrop-filter: blur(4px);
  transition: background 0.2s, border-color 0.2s;
}

.jenic-site .jenic-card a:hover {
  background: rgba(255,255,255,0.30);
  border-color: #fff;
  color: #fff !important;
}

/* Image assignment by nth-child (LLB=1, LLM=2, MBBS=3, GNM=4, BSc=5, BEd=6, MEd=7, BPharm=8, DPharm=9, BBA=10, MBA=11) */
.jenic-site .jenic-card:nth-child(1),
.jenic-site .jenic-card:nth-child(2) {
  background-image: url('../img/course-law.jpg');
}
.jenic-site .jenic-card:nth-child(3) {
  background-image: url('../img/course-medical.jpg');
}
.jenic-site .jenic-card:nth-child(4),
.jenic-site .jenic-card:nth-child(5) {
  background-image: url('../img/course-nursing.jpg');
}
.jenic-site .jenic-card:nth-child(6),
.jenic-site .jenic-card:nth-child(7) {
  background-image: url('../img/course-education.jpg');
}
.jenic-site .jenic-card:nth-child(8),
.jenic-site .jenic-card:nth-child(9) {
  background-image: url('../img/course-pharmacy.jpg');
}
.jenic-site .jenic-card:nth-child(10),
.jenic-site .jenic-card:nth-child(11) {
  background-image: url('../img/course-business.jpg');
}

.jenic-site .jenic-card a {
  font-weight: 700;
  color: #fff;
}

.jenic-site .jenic-feature-list,
.jenic-site .jenic-step-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

.jenic-icon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0 0;
}

.jenic-icon-card {
  background: #f3f6ff;
  border: 1px solid #dce6ff;
  border-radius: 16px;
  padding: 16px;
}

.jenic-icon-badge {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(140deg, #1236c9, #0a1f7a);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.jenic-image-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
  margin-top: 18px;
}

.jenic-image-block {
  border-radius: 16px;
  min-height: 240px;
  background:
    linear-gradient(135deg, rgba(10, 31, 122, 0.9), rgba(18, 54, 201, 0.75)),
    url('https://images.unsplash.com/photo-1523050854058-8df90110c9f1?auto=format&fit=crop&w=1400&q=80') center/cover;
}

.jenic-text-block {
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #d9e1ff;
  background: #fff;
}

.jenic-page-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 92px 0 72px;
}

.jenic-page-hero-inner {
  position: relative;
  z-index: 2;
}

.jenic-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ecf0ff;
  padding: 10px 16px;
  border-radius: 999px;
}

.jenic-breadcrumb a {
  color: #1236c9;
  text-decoration: none;
  font-weight: 700;
}

.jenic-breadcrumb--hero {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.9);
}

.jenic-breadcrumb--hero a {
  color: #fff;
}

.jenic-page-hero-title {
  color: #fff !important;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.12;
  margin: 18px 0 10px;
}

.jenic-page-hero-sub {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 1.02rem;
  max-width: 64ch;
  margin: 0;
}

.jenic-page-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 26px;
  padding: 38px 0 46px;
}

.jenic-page-content,
.jenic-sidebar-card {
  background: #fff;
  border: 1px solid #dde6ff;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(10, 31, 122, 0.09);
}

.jenic-page-content {
  padding: 26px;
}

.jenic-page-shell {
  border-radius: 16px;
  background: linear-gradient(160deg, #fff 0%, #f7f9ff 100%);
  border: 1px solid #e3eaff;
  padding: 20px;
  margin-bottom: 18px;
}

.jenic-page-content > .jenic-section {
  margin-bottom: 18px;
}

.jenic-page-content h1 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  margin-bottom: 16px;
}

.jenic-page-content h2 {
  font-size: 1.3rem;
  margin-top: 24px;
}

.jenic-sidebar-card {
  padding: 20px;
  margin-bottom: 16px;
}

.jenic-sidebar-card--highlight {
  background: linear-gradient(140deg, #0a1f7a, #1236c9);
  border-color: transparent;
}

.jenic-sidebar-card--highlight h3,
.jenic-sidebar-card--highlight p {
  color: #fff !important;
}

.jenic-sidebar-card--highlight .jenic-btn {
  background: #c8f000;
  color: #0a1f7a;
}

.jenic-sidebar-card--highlight .jenic-btn:hover {
  background: #fff;
  color: #0a1f7a;
}

.jenic-sidebar-card ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.jenic-sidebar-card ul li + li {
  margin-top: 7px;
}

.jenic-sidebar-card ul a {
  text-decoration: none;
  color: #1236c9;
  font-weight: 700;
}

.jenic-sidebar-whatsapp {
  background: linear-gradient(130deg, #0a1f7a, #1236c9);
  color: #fff;
}

.jenic-sidebar-whatsapp p {
  color: rgba(255, 255, 255, 0.9);
}

.jenic-cta-strip {
  margin-top: 12px;
  background: linear-gradient(120deg, #0a1f7a, #1236c9);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 54px 0;
}

.jenic-cta-strip h2 {
  color: #fff;
  margin-bottom: 18px;
}

.jenic-btn-white {
  background: #fff;
  color: #0a1f7a;
}

.jenic-btn-white:hover {
  background: #c8f000;
  color: #0a1f7a;
}

.jenic-premium-footer {
  margin-top: 44px;
  background: #091a67;
  color: #d6e0ff;
}

.jenic-footer-grid {
  padding: 46px 0 30px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
}

.jenic-premium-footer h3 {
  color: #fff;
  margin-bottom: 12px;
}

.jenic-premium-footer p,
.jenic-premium-footer li,
.jenic-premium-footer a {
  color: #d6e0ff;
}

.jenic-premium-footer a {
  text-decoration: none;
}

.jenic-premium-footer ul {
  margin: 0;
  padding-left: 18px;
}

.jenic-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 14px 0;
  text-align: center;
}

.jenic-footer-bottom p {
  margin: 0;
  font-size: 0.92rem;
}

.jenic-whatsapp-float {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 999;
  background: #25d366;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  padding: 10px 14px;
  font-weight: 700;
}

@media (max-width: 921px) {
  body.admin-bar {
    --jenic-admin-offset: 46px;
  }

  .jenic-topbar-row,
  .jenic-mainbar-row,
  .jenic-site .jenic-grid,
  .jenic-site .jenic-course-grid,
  .jenic-icon-grid,
  .jenic-image-text,
  .jenic-page-body,
  .jenic-footer-grid {
    grid-template-columns: 1fr;
  }

  .jenic-mainbar-row {
    padding: 12px 0;
    gap: 12px;
  }

  .jenic-nav-list {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .jenic-topbar-row {
    padding: 8px 0;
  }

  .jenic-topbar-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .jenic-counselling-btn {
    width: fit-content;
  }

  .jenic-site .jenic-hero,
  .jenic-hero {
    padding: 100px 0 84px;
  }

  .jenic-hero .jenic-hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .jenic-hero .jenic-hero-ctas {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .jenic-hero .jenic-hero-ctas .jenic-btn {
    width: auto;
  }

  .jenic-page-hero {
    padding: 74px 0 54px;
  }

  .jenic-page-hero-title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

  .jenic-page-hero-sub {
    font-size: 0.94rem;
  }

  .jenic-breadcrumb {
    flex-wrap: wrap;
  }

  .jenic-page-content,
  .jenic-sidebar-card {
    padding: 18px;
  }

  .jenic-page-sidebar {
    order: -1;
  }
}

/* ════════════════════════════════════════════════════════════════
   PREMIUM HOMEPAGE SECTIONS
   ════════════════════════════════════════════════════════════════ */

/* ── Stats Strip ─────────────────────────────────────────────── */
.jenic-stats-strip {
  background: linear-gradient(120deg, #07195f 0%, #1236c9 100%);
  padding: 36px 0;
}

.jenic-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.jenic-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 4px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.jenic-stat:last-child {
  border-right: none;
}

.jenic-stat-num {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #c8f000;
  line-height: 1;
}

.jenic-stat-label {
  display: block;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 6px;
  letter-spacing: 0.02em;
}

/* ── Generic Section Block ───────────────────────────────────── */
.jenic-section-block {
  padding: 84px 0;
}

/* ── Section Header (shared) ─────────────────────────────────── */
.jenic-section-header {
  text-align: center;
  margin-bottom: 52px;
}

.jenic-section-tag {
  display: inline-block;
  background: rgba(18, 54, 201, 0.1);
  color: #1236c9;
  border: 1px solid rgba(18, 54, 201, 0.2);
  border-radius: 999px;
  padding: 5px 18px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.jenic-section-tag--light {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.jenic-section-header h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.15;
  margin: 4px 0 12px;
}

.jenic-section-header--white h2 {
  color: #fff !important;
}

.jenic-section-desc {
  font-size: 1.05rem;
  color: var(--jenic-muted);
  max-width: 58ch;
  margin: 0 auto;
  line-height: 1.6;
}

.jenic-section-header--white .jenic-section-desc {
  color: rgba(255, 255, 255, 0.78) !important;
}

/* ── Popular Courses: section background ─────────────────────── */
.jenic-section-block:first-of-type + .jenic-section-block {
  background: #fff;
}

/* ── Why Choose Us ───────────────────────────────────────────── */
.jenic-why-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}

.jenic-why-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(5, 18, 80, 0.93) 0%,
    rgba(14, 42, 155, 0.86) 100%
  );
}

.jenic-why-content {
  position: relative;
  z-index: 2;
}

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

.jenic-why-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  padding: 32px 28px;
  backdrop-filter: blur(8px);
  transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.jenic-why-card:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(200, 240, 0, 0.35);
  transform: translateY(-5px);
}

.jenic-why-icon {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: rgba(200, 240, 0, 0.15);
  border: 1px solid rgba(200, 240, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.jenic-why-icon svg {
  width: 26px;
  height: 26px;
  stroke: #c8f000;
}

.jenic-why-card h3 {
  color: #fff !important;
  font-size: 1.15rem;
  margin: 0 0 10px;
}

.jenic-why-card p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

/* ── Admission Process ──────────────────────────────────────── */
.jenic-process-section {
  background: linear-gradient(180deg, #f0f4ff 0%, #ffffff 100%);
}

.jenic-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  margin-bottom: 48px;
}

/* Connecting line across all steps */
.jenic-process-steps::before {
  content: '';
  position: absolute;
  top: 31px; /* half of 64px circle */
  left: calc(100% / 8);
  right: calc(100% / 8);
  height: 2px;
  background: linear-gradient(to right, #1236c9 0%, #c8f000 100%);
  z-index: 0;
}

.jenic-process-step {
  text-align: center;
  padding: 0 20px 0;
  position: relative;
  z-index: 1;
}

.jenic-process-num {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1236c9, #0a1f7a);
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  box-shadow: 0 8px 24px rgba(18, 54, 201, 0.35);
  border: 3px solid #fff;
}

.jenic-process-step h3 {
  font-size: 1.1rem;
  color: #0a1f7a;
  margin: 0 0 10px;
}

.jenic-process-step p {
  font-size: 0.88rem;
  color: var(--jenic-muted);
  line-height: 1.6;
  margin: 0;
}

.jenic-process-cta {
  text-align: center;
}

.jenic-process-cta .jenic-btn {
  padding: 14px 36px;
  font-size: 1rem;
}

/* ── Our Services ────────────────────────────────────────────── */
.jenic-services-section {
  background: #f7f9ff;
}

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

.jenic-service-card {
  background: #fff;
  border: 1px solid var(--jenic-border);
  border-radius: 20px;
  padding: 32px 28px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.jenic-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(10, 31, 122, 0.12);
  border-color: #1236c9;
}

.jenic-service-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, #eef2ff, #dde6ff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: background 0.28s;
}

.jenic-service-card:hover .jenic-service-icon {
  background: linear-gradient(135deg, #1236c9, #0a1f7a);
}

.jenic-service-icon svg {
  width: 26px;
  height: 26px;
  stroke: #1236c9;
  transition: stroke 0.28s;
}

.jenic-service-card:hover .jenic-service-icon svg {
  stroke: #fff;
}

.jenic-service-card h3 {
  font-size: 1.1rem;
  color: #0a1f7a;
  margin: 0 0 10px;
}

.jenic-service-card p {
  font-size: 0.9rem;
  color: var(--jenic-muted);
  line-height: 1.6;
  margin: 0;
}

/* ── Testimonials ────────────────────────────────────────────── */
.jenic-testimonials-section {
  background: linear-gradient(135deg, #0a1f7a 0%, #1236c9 100%);
  position: relative;
  overflow: hidden;
}

.jenic-testimonials-section::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(200, 240, 0, 0.06);
}

.jenic-testimonials-section::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
}

.jenic-testimonials-section .jenic-wrap {
  position: relative;
  z-index: 2;
}

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

.jenic-testimonial-card {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  padding: 32px 28px;
  backdrop-filter: blur(6px);
  transition: background 0.28s, transform 0.28s;
}

.jenic-testimonial-card:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-4px);
}

.jenic-testimonial-quote {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 4.5rem;
  color: #c8f000;
  line-height: 0.7;
  margin-bottom: 14px;
  opacity: 0.7;
}

.jenic-testimonial-card > p {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 0.96rem;
  line-height: 1.7;
  margin: 0 0 24px;
  font-style: italic;
}

.jenic-testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.jenic-testimonial-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c8f000, #8fa800);
  color: #0a1f7a;
  font-weight: 800;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.jenic-testimonial-author strong {
  display: block;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}

.jenic-testimonial-author span {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  margin-top: 2px;
}

/* ── FAQ ─────────────────────────────────────────────────────── */
.jenic-faq-section {
  background: #fff;
}

.jenic-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.jenic-faq-item {
  background: #f4f7ff;
  border: 1px solid var(--jenic-border);
  border-left: 4px solid #1236c9;
  border-radius: 0 16px 16px 0;
  padding: 24px 28px;
  transition: border-left-color 0.2s, background 0.2s;
}

.jenic-faq-item:hover {
  background: #eef2ff;
  border-left-color: #c8f000;
}

.jenic-faq-item h3 {
  font-size: 1rem;
  color: #0a1f7a;
  margin: 0 0 10px;
  line-height: 1.45;
  font-family: 'Sora', sans-serif;
}

.jenic-faq-item p {
  font-size: 0.9rem;
  color: var(--jenic-muted);
  line-height: 1.6;
  margin: 0;
}

/* ── CTA Section ─────────────────────────────────────────────── */
.jenic-cta-section {
  background: linear-gradient(120deg, #c8f000 0%, #a0cc00 100%);
  padding: 72px 0;
}

.jenic-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.jenic-cta-text h2 {
  color: #0a1f7a !important;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin: 0 0 10px;
  line-height: 1.2;
}

.jenic-cta-text p {
  color: rgba(10, 31, 122, 0.78);
  margin: 0;
  font-size: 1.05rem;
}

.jenic-cta-actions {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.jenic-btn-white {
  background: #fff;
  color: #0a1f7a !important;
  border-color: transparent;
}

.jenic-btn-white:hover {
  background: #0a1f7a;
  color: #fff !important;
}

.jenic-btn-wa {
  background: #25d366;
  color: #fff !important;
  border-color: transparent;
}

.jenic-btn-wa:hover {
  background: #1ba351;
  color: #fff !important;
}

/* ── Responsive: new premium sections ───────────────────────── */
@media (max-width: 921px) {
  .jenic-section-block {
    padding: 56px 0;
  }

  .jenic-stats-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 0;
  }

  .jenic-stat {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding: 12px 16px;
  }

  .jenic-stat:nth-child(2n) {
    border-bottom-color: rgba(255, 255, 255, 0.18);
  }

  .jenic-stat:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .jenic-why-grid,
  .jenic-services-grid,
  .jenic-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .jenic-process-steps {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .jenic-process-steps::before {
    display: none;
  }

  .jenic-faq-grid {
    grid-template-columns: 1fr;
  }

  .jenic-cta-inner {
    flex-direction: column;
    text-align: center;
  }

  .jenic-cta-actions {
    justify-content: center;
  }
}

@media (min-width: 600px) and (max-width: 921px) {
  .jenic-why-grid,
  .jenic-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
