.elementor-415 .elementor-element.elementor-element-67bffec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-415 .elementor-element.elementor-element-67bffec:not(.elementor-motion-effects-element-type-background), .elementor-415 .elementor-element.elementor-element-67bffec > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://jewellcore.com/wp-content/uploads/2025/11/ChatGPT-Image-Nov-26-2025-02_05_35-AM.png");background-position:200px 0px;background-size:cover;}.elementor-415 .elementor-element.elementor-element-67bffec::before, .elementor-415 .elementor-element.elementor-element-67bffec > .elementor-background-video-container::before, .elementor-415 .elementor-element.elementor-element-67bffec > .e-con-inner > .elementor-background-video-container::before, .elementor-415 .elementor-element.elementor-element-67bffec > .elementor-background-slideshow::before, .elementor-415 .elementor-element.elementor-element-67bffec > .e-con-inner > .elementor-background-slideshow::before, .elementor-415 .elementor-element.elementor-element-67bffec > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#030000;--background-overlay:'';}.elementor-415 .elementor-element.elementor-element-f73c2d7{--display:flex;}.elementor-415 .elementor-element.elementor-element-f0108ae{--display:flex;}.elementor-415 .elementor-element.elementor-element-9438402{--display:flex;}@media(min-width:1025px){.elementor-415 .elementor-element.elementor-element-67bffec:not(.elementor-motion-effects-element-type-background), .elementor-415 .elementor-element.elementor-element-67bffec > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:1024px){.elementor-415 .elementor-element.elementor-element-67bffec:not(.elementor-motion-effects-element-type-background), .elementor-415 .elementor-element.elementor-element-67bffec > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}@media(max-width:767px){.elementor-415 .elementor-element.elementor-element-67bffec:not(.elementor-motion-effects-element-type-background), .elementor-415 .elementor-element.elementor-element-67bffec > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}/* Start custom CSS for html, class: .elementor-element-d7aab16 *//* =====================================
   JEWELLCORE NOVA HOME – v1
   ===================================== */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body.jc-home,
body.home {
  background-color: var(--jc-bg);
  color: var(--jc-text);
  overflow-x: hidden; /* prevent any left/right scroll from glow effects */
}

.jc-home-shell {
  overflow-x: hidden; /* extra safety for inner effects */
}

:root {
  --jc-bg: #020617;
  --jc-bg-elevated: #0f172a;
  --jc-border: rgba(148,163,184,0.5);
  --jc-text: #e5ecff;
  --jc-heading: #ffffff;
  --jc-meta: #9ca3af;
  --jc-accent: #22d3ee;
  --jc-accent-soft: rgba(34,211,238,0.2);
  --jc-hot: #ec4899;
}

body.jc-home,
body.home {
  background-color: var(--jc-bg);
  color: var(--jc-text);
}

/* SHELL */
.jc-home-shell {
  max-width: 1180px;
  margin: 110px auto 80px; /* clear sticky header */
  padding: 0 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, sans-serif;
}

/* REVEAL */
.jc-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: all 0.7s cubic-bezier(.25,.1,.25,1);
}
.jc-reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

/* HERO */
.jc-hero-section {
  position: relative;
  margin-bottom: 42px;
}
.jc-hero-bg-orbit {
  position: absolute;
  inset: -200px -40vw auto;
  background:
    radial-gradient(circle at 0% 0%, rgba(56,189,248,0.28), transparent 60%),
    radial-gradient(circle at 110% 0%, rgba(236,72,153,0.25), transparent 55%),
    radial-gradient(circle at 50% 120%, rgba(129,140,248,0.3), transparent 55%);
  opacity: 0.9;
  filter: blur(8px);
  pointer-events: none;
  z-index: -1;
}
.jc-hero-inner {
  display: grid;
  grid-template-columns: minmax(0,1.4fr) minmax(0,1.1fr);
  gap: 30px;
  align-items: stretch;
}

/* Hero copy */
.jc-hero-copy {
  position: relative;
  padding: 26px 24px 26px;
  border-radius: 26px;
  border: 1px solid rgba(148,163,184,0.55);
  background:
    radial-gradient(circle at 0% 0%, rgba(56,189,248,0.25), transparent 60%),
    rgba(15,23,42,0.96);
  box-shadow: 0 24px 60px rgba(15,23,42,0.95);
  overflow: hidden;
}
.jc-hero-copy::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(148,163,184,0.35);
  pointer-events: none;
}

/* Pill */
.jc-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.75);
  background: rgba(15,23,42,0.9);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c4d1ff;
  margin-bottom: 14px;
}
.jc-pill-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 0%, #e0f2fe, var(--jc-accent));
  box-shadow: 0 0 12px rgba(56,189,248,0.9);
}

/* Titles */
.jc-hero-title {
  font-size: clamp(2.2rem, 3vw, 2.7rem);
  line-height: 1.1;
  margin: 0 0 10px 0;
  color: var(--jc-heading);
}
.jc-hero-gradient {
  background: linear-gradient(135deg, #22d3ee, #a855f7, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.jc-hero-subtitle {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--jc-meta);
  max-width: 40rem;
  margin: 0 0 18px 0;
}

/* Hero CTAs */
.jc-hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.jc-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.16s ease-out, box-shadow 0.16s ease-out, background 0.16s ease-out, border-color 0.16s ease-out, color 0.16s ease-out;
}
.jc-btn-primary {
  border-color: transparent;
  background: radial-gradient(circle at 30% 0%, #e0f2fe, var(--jc-accent) 55%, #22c1c3);
  color: #020617;
  box-shadow: 0 0 18px rgba(34,211,238,0.85);
}
.jc-btn-primary:hover {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 0 24px rgba(34,211,238,1);
}
.jc-btn-ghost {
  border-color: rgba(148,163,184,0.7);
  background: rgba(15,23,42,0.9);
  color: var(--jc-text);
}
.jc-btn-ghost:hover {
  border-color: var(--jc-accent);
  color: var(--jc-accent);
}
.jc-btn-outline {
  border-color: rgba(148,163,184,0.7);
  background: transparent;
  color: var(--jc-text);
}
.jc-btn-outline:hover {
  border-color: var(--jc-accent);
  color: var(--jc-accent);
}
.jc-btn-wide {
  width: 100%;
  justify-content: center;
}

/* Glow orb inside primary buttons */
.jc-btn-glow-orb {
  position: absolute;
  inset: -40%;
  border-radius: inherit;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,0.25), transparent 60%),
    radial-gradient(circle at 100% 100%, rgba(59,130,246,0.35), transparent 60%);
  mix-blend-mode: screen;
  opacity: 0.4;
  pointer-events: none;
}

/* Hero meta row */
.jc-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 10px;
  font-size: 0.82rem;
}
.jc-hero-meta-item {
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.5);
  background: rgba(15,23,42,0.9);
}
.jc-meta-label {
  color: var(--jc-meta);
  margin-right: 4px;
}
.jc-meta-value {
  color: #e5ecff;
  font-weight: 500;
}

/* Hero side panel */
.jc-hero-panel {
  position: relative;
  border-radius: 26px;
  border: 1px solid rgba(148,163,184,0.55);
  background:
    radial-gradient(circle at 100% 0%, rgba(236,72,153,0.28), transparent 60%),
    rgba(15,23,42,0.96);
  box-shadow: 0 24px 60px rgba(15,23,42,0.95);
  padding: 20px 20px 18px;
  overflow: hidden;
}
.jc-hero-panel-orbit {
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 0% 0%, rgba(34,211,238,0.25), transparent 60%),
    radial-gradient(circle at 100% 100%, rgba(129,140,248,0.3), transparent 60%);
  opacity: 0.8;
  filter: blur(14px);
  mix-blend-mode: screen;
  pointer-events: none;
}
.jc-hero-panel-header {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.jc-panel-eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c4b5fd;
}
.jc-hero-panel-header h2 {
  margin: 2px 0 8px 0;
  font-size: 1.2rem;
  color: var(--jc-heading);
}

/* Panel list */
.jc-hero-panel-list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0 0 12px 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.jc-hero-panel-list li {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: 10px;
  align-items: flex-start;
  font-size: 0.9rem;
}
.jc-list-icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15,23,42,0.9);
  border: 1px solid rgba(148,163,184,0.7);
  box-shadow: 0 0 14px rgba(148,163,184,0.7);
}
.jc-hero-panel-list strong {
  color: var(--jc-heading);
  display: block;
}
.jc-hero-panel-list p {
  margin: 1px 0 0 0;
  color: var(--jc-meta);
}

/* Mini note */
.jc-hero-mini-note {
  position: relative;
  z-index: 1;
  font-size: 0.78rem;
  color: var(--jc-meta);
  padding-top: 8px;
  border-top: 1px dashed rgba(148,163,184,0.6);
}
.jc-mini-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--jc-accent);
  box-shadow: 0 0 8px rgba(34,211,238,1);
  margin-right: 6px;
}

/* TRUST RIBBON */
.jc-trust-ribbon {
  margin-bottom: 40px;
}
.jc-trust-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.55);
  background: rgba(15,23,42,0.9);
  font-size: 0.8rem;
  align-items: center;
}
.jc-trust-item {
  display: flex;
  flex-direction: column;
}
.jc-trust-label {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--jc-meta);
}
.jc-trust-value {
  color: var(--jc-heading);
  font-weight: 500;
}
.jc-trust-divider {
  width: 1px;
  height: 28px;
  background: rgba(148,163,184,0.5);
}

/* SECTION HEADERS */
.jc-section-header {
  max-width: 680px;
  margin: 0 0 22px 0;
}
.jc-eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a5b4fc;
  margin: 0 0 6px 0;
}
.jc-section-header h2 {
  margin: 0 0 8px 0;
  font-size: 1.7rem;
  color: var(--jc-heading);
}
.jc-lead {
  margin: 0;
  font-size: 0.98rem;
  color: var(--jc-meta);
}

/* SERVICES */
.jc-services-section {
  margin-bottom: 46px;
}
.jc-services-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}
.jc-service-card {
  position: relative;
  border-radius: 22px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(148,163,184,0.6);
  background: rgba(15,23,42,0.96);
  box-shadow: 0 16px 40px rgba(15,23,42,0.95);
  overflow: hidden;
}
.jc-card-orb {
  position: absolute;
  top: -22px;
  right: -18px;
  width: 70px;
  height: 70px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 15%, #f9fafb, #22d3ee 60%, #0f172a);
  box-shadow: 0 0 26px rgba(34,211,238,0.9);
  font-size: 1.5rem;
}
.jc-card-orb-hot {
  background: radial-gradient(circle at 30% 15%, #f9fafb, #ec4899 60%, #0f172a);
  box-shadow: 0 0 26px rgba(236,72,153,0.9);
}
.jc-card-orb-cool {
  background: radial-gradient(circle at 30% 15%, #f9fafb, #22c55e 60%, #0f172a);
  box-shadow: 0 0 26px rgba(34,197,94,0.9);
}
.jc-service-card h3 {
  margin: 4px 0 6px 0;
  font-size: 1.1rem;
  color: var(--jc-heading);
}
.jc-service-card p {
  margin: 0 0 10px 0;
  font-size: 0.9rem;
  color: var(--jc-meta);
}
.jc-service-card ul {
  margin: 0 0 10px 0;
  padding-left: 18px;
  font-size: 0.88rem;
}
.jc-service-card li {
  margin-bottom: 3px;
}
.jc-card-link {
  font-size: 0.86rem;
  color: var(--jc-accent);
  text-decoration: none;
}
.jc-card-link:hover {
  text-decoration: underline;
}

/* STACK SECTION */
.jc-stack-section {
  margin-bottom: 46px;
}
.jc-stack-layout {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(0,1.1fr);
  gap: 22px;
}
.jc-stack-card {
  border-radius: 22px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(148,163,184,0.6);
  background: rgba(15,23,42,0.96);
}
.jc-stack-card h3 {
  margin: 0 0 8px 0;
  font-size: 1.1rem;
}
.jc-stack-pills {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.jc-stack-pills li {
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.7);
  background: rgba(15,23,42,0.9);
  font-size: 0.8rem;
}
.jc-stack-note {
  font-size: 0.9rem;
  color: var(--jc-meta);
}

/* Stack diagram */
.jc-stack-diagram {
  display: grid;
  gap: 10px;
}
.jc-stack-layer {
  border-radius: 16px;
  padding: 10px 12px;
  border: 1px solid rgba(148,163,184,0.6);
  background: rgba(15,23,42,0.92);
}
.jc-layer-hot {
  border-color: var(--jc-accent);
  box-shadow: 0 0 20px rgba(34,211,238,0.5);
}
.jc-layer-dark {
  background: #020617;
}
.jc-layer-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--jc-heading);
}
.jc-layer-sub {
  font-size: 0.82rem;
  color: var(--jc-meta);
}

/* PROCESS */
.jc-process-section {
  margin-bottom: 44px;
}
.jc-process-steps {
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 14px;
}
.jc-process-steps li {
  border-radius: 18px;
  padding: 14px 14px 12px;
  border: 1px solid rgba(148,163,184,0.6);
  background: rgba(15,23,42,0.96);
  font-size: 0.9rem;
}
.jc-step-badge {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 600;
  background: radial-gradient(circle at 30% 0%, #e0f2fe, var(--jc-accent) 60%, #0f172a);
  box-shadow: 0 0 16px rgba(34,211,238,0.9);
  margin-bottom: 6px;
}
.jc-process-steps h3 {
  margin: 0 0 4px 0;
  font-size: 0.98rem;
  color: var(--jc-heading);
}
.jc-process-steps p {
  margin: 0;
  color: var(--jc-meta);
}

/* PROOF */
.jc-proof-section {
  margin-bottom: 52px;
}
.jc-proof-grid {
  display: grid;
  grid-template-columns: minmax(0,1.4fr) minmax(0,1.1fr);
  gap: 22px;
}
.jc-proof-bullets {
  list-style: none;
  margin: 10px 0 14px 0;
  padding: 0;
  font-size: 0.9rem;
}
.jc-proof-bullets li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 18px;
}
.jc-proof-bullets li::before {
  content: "•";
  position: absolute;
  left: 4px;
  top: 0;
  color: var(--jc-accent);
}
.jc-proof-card {
  position: relative;
  border-radius: 24px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(148,163,184,0.7);
  background:
    radial-gradient(circle at 0% 0%, rgba(236,72,153,0.32), transparent 60%),
    rgba(15,23,42,0.96);
  box-shadow: 0 16px 40px rgba(15,23,42,0.96);
  overflow: hidden;
}
.jc-proof-orbit {
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 0 0, rgba(34,211,238,0.35), transparent 60%),
    radial-gradient(circle at 100% 100%, rgba(129,140,248,0.35), transparent 60%);
  mix-blend-mode: screen;
  opacity: 0.9;
  filter: blur(14px);
}
.jc-proof-card > * {
  position: relative;
  z-index: 1;
}
.jc-proof-tag {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.8);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #e5ecff;
  margin-bottom: 6px;
}
.jc-proof-card h3 {
  margin: 0 0 6px 0;
}
.jc-proof-card p {
  font-size: 0.9rem;
  color: var(--jc-meta);
}
.jc-proof-meta {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 0.85rem;
}
.jc-proof-meta li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 4px;
}
.jc-proof-meta span {
  color: var(--jc-meta);
}
.jc-proof-meta strong {
  color: var(--jc-heading);
}

/* FINAL CTA */
.jc-final-cta-section {
  margin: 40px 0 10px 0;
}
.jc-final-inner {
  border-radius: 28px;
  padding: 22px 20px 18px;
  border: 1px solid rgba(148,163,184,0.7);
  background:
    radial-gradient(circle at 0% 0%, rgba(34,211,238,0.32), transparent 60%),
    radial-gradient(circle at 100% 100%, rgba(236,72,153,0.36), transparent 60%),
    rgba(15,23,42,0.98);
  box-shadow: 0 24px 60px rgba(15,23,42,0.98);
  display: grid;
  grid-template-columns: minmax(0,1.5fr) minmax(0,1.1fr);
  gap: 20px;
  align-items: center;
}
.jc-final-inner .jc-lead {
  max-width: 34rem;
}
.jc-final-actions {
  display: grid;
  gap: 10px;
}
.jc-ghost-note {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px dashed rgba(148,163,184,0.7);
  background: rgba(15,23,42,0.9);
  color: var(--jc-meta);
  font-size: 0.8rem;
  text-align: left;
}

/* RESPONSIVE */
@media (max-width: 960px) {
  .jc-hero-inner {
    grid-template-columns: minmax(0,1.2fr) minmax(0,1.1fr);
  }
  .jc-services-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .jc-stack-layout {
    grid-template-columns: minmax(0,1.2fr) minmax(0,1.1fr);
  }
  .jc-process-steps {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .jc-proof-grid {
    grid-template-columns: minmax(0,1.2fr) minmax(0,1.1fr);
  }
  .jc-final-inner {
    grid-template-columns: minmax(0,1.3fr) minmax(0,1.1fr);
  }
}

@media (max-width: 768px) {
  .jc-home-shell {
    margin-top: 96px;
    padding: 0 16px;
  }
  .jc-hero-inner {
    grid-template-columns: minmax(0,1fr);
  }
  .jc-hero-panel {
    margin-top: 14px;
  }
  .jc-trust-inner {
    border-radius: 18px;
  }
  .jc-services-grid {
    grid-template-columns: minmax(0,1fr);
  }
  .jc-stack-layout {
    grid-template-columns: minmax(0,1fr);
  }
  .jc-process-steps {
    grid-template-columns: minmax(0,1fr);
  }
  .jc-proof-grid {
    grid-template-columns: minmax(0,1fr);
  }
  .jc-final-inner {
    grid-template-columns: minmax(0,1fr);
  }
}

@media (max-width: 480px) {
  .jc-hero-cta-row {
    flex-direction: column;
    align-items: stretch;
  }
  .jc-trust-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .jc-trust-divider {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS *//* ------------------------------------------
   GLOBAL LAYOUT TWEAKS
------------------------------------------ */

/* Keep sections from feeling cramped or too loose */
.jc-section-tight {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (max-width: 1024px) {
    .jc-section-tight {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .jc-section-tight {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

/* Maximum width for inner content so nothing feels too wide */
.jc-inner-narrow {
    max-width: 1120px;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Section headings – keep all section titles consistent */
.jc-section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.jc-section-heading .jc-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 18px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(56, 189, 248, 0.35);
    color: #e5f3ff;
    box-shadow: 0 0 16px rgba(56, 189, 248, 0.4);
    margin-bottom: 18px;
}

.jc-section-heading h2 {
    font-size: clamp(32px, 3vw, 40px);
    font-weight: 800;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
}

.jc-section-heading .jc-heading-highlight {
    background: linear-gradient(90deg, #38bdf8, #6366f1, #8b5cf6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.jc-section-heading .jc-subtitle {
    max-width: 720px;
    margin: 0 auto;
    color: #cbd5f5;
    font-size: 15px;
}

/* ------------------------------------------
   HERO SECTION TWEAK
------------------------------------------ */

.hero-section {
    padding-top: 180px;
    padding-bottom: 120px;
}

@media (max-width: 1024px) {
    .hero-section {
        padding-top: 150px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding-top: 130px;
        padding-bottom: 80px;
    }
}

/* ------------------------------------------
   "WHY JEWELLCORE" FEATURE GRID
------------------------------------------ */

.jc-why-section {
    position: relative;
}

.jc-why-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.12), transparent 55%),
                radial-gradient(circle at bottom right, rgba(129, 140, 248, 0.16), transparent 60%);
    opacity: 0.9;
    pointer-events: none;
    z-index: -1;
}

.jc-why-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

@media (max-width: 1024px) {
    .jc-why-grid {
        grid-template-columns: 1fr;
    }
}

.jc-why-card {
    position: relative;
    padding: 26px 26px 24px;
    border-radius: 24px;
    background: radial-gradient(circle at top left,
               rgba(56, 189, 248, 0.10),
               rgba(15, 23, 42, 0.90));
    border: 1px solid rgba(148, 163, 184, 0.28);
    box-shadow:
        0 18px 40px rgba(15, 23, 42, 0.9),
        0 0 0 1px rgba(15, 23, 42, 0.9);
    overflow: hidden;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease;
}

/* subtle light sweep */
.jc-why-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top center,
        rgba(148, 163, 255, 0.18),
        transparent 55%);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.jc-why-card:hover {
    transform: translateY(-6px);
    border-color: rgba(56, 189, 248, 0.7);
    box-shadow:
        0 25px 50px rgba(15, 23, 42, 0.95),
        0 0 24px rgba(56, 189, 248, 0.4);
}

.jc-why-card:hover::after {
    opacity: 1;
}

.jc-why-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.jc-why-card-badge {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #9ca3ff;
}

.jc-why-card-title {
    font-size: 18px;
    font-weight: 700;
}

.jc-why-card-body {
    color: #cbd5f5;
    font-size: 14px;
    line-height: 1.65;
}

/* icon pill */
.jc-why-icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top left,
                rgba(56, 189, 248, 0.25),
                rgba(15, 23, 42, 1));
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.65);
}

/* ------------------------------------------
   TESTIMONIAL SECTION TIGHTNESS
------------------------------------------ */

.jc-testimonials-section {
    padding-top: 70px;
    padding-bottom: 80px;
}

/* ------------------------------------------
   FAQ SECTION POLISH (UAE FAQ WIDGET)
------------------------------------------ */

.jc-faq-section {
    padding-top: 70px;
    padding-bottom: 90px;
}

.jc-faq-section .uael-faq-wrap,
.jc-faq-section .uael-faq-accordion {
    border-radius: 18px;
    overflow: hidden;
}

/* FAQ item container */
.jc-faq-section .uael-faq-item {
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: radial-gradient(circle at top left,
               rgba(56, 189, 248, 0.15),
               rgba(15, 23, 42, 0.95));
    box-shadow: 0 16px 35px rgba(15, 23, 42, 0.95);
    margin-bottom: 14px;
    overflow: hidden;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.jc-faq-section .uael-faq-item:hover {
    transform: translateY(-4px);
    border-color: rgba(56, 189, 248, 0.8);
    box-shadow:
        0 22px 50px rgba(15, 23, 42, 1),
        0 0 20px rgba(56, 189, 248, 0.4);
}

/* FAQ title row */
.jc-faq-section .uael-faq-questions {
    padding: 18px 22px;
}

/* FAQ icon */
.jc-faq-section .uael-faq-icon {
    border-radius: 999px;
    background: radial-gradient(circle at center,
               rgba(56, 189, 248, 0.9),
               rgba(37, 99, 235, 1));
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.7);
}

/* FAQ title text */
.jc-faq-section .uael-faq-title {
    font-size: 17px;
    font-weight: 600;
}

/* FAQ content */
.jc-faq-section .uael-faq-content {
    padding: 0 22px 18px;
    color: #cbd5f5;
    font-size: 14px;
    line-height: 1.7;
}

/* link under FAQ */
.jc-faq-cta {
    text-align: center;
    margin-top: 24px;
    font-size: 14px;
    color: #cbd5f5;
}

.jc-faq-cta a {
    color: #38bdf8;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

/* ------------------------------------------
   FOOTER CTA BAR (IF YOU ADD ONE LATER)
------------------------------------------ */

.jc-bottom-cta {
    border-top: 1px solid rgba(148, 163, 184, 0.35);
    padding-top: 30px;
    margin-top: 20px;
}
/* ------------------------------------------
   JEWELLCORE TECH STACK SECTION
   ------------------------------------------ */

.jc-tech-section {
    padding: clamp(80px, 10vh, 120px) 0;
    color: #e5e7eb;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.jc-tech-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header */
.jc-tech-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 48px auto;
}

.jc-tech-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #a5b4fc;
    background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.25), transparent 55%),
                radial-gradient(circle at 100% 100%, rgba(129, 140, 248, 0.25), transparent 55%);
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 0 25px rgba(56, 189, 248, 0.15);
    margin-bottom: 18px;
}

.jc-tech-title {
    font-size: clamp(28px, 3vw, 34px);
    line-height: 1.15;
    font-weight: 700;
    color: #f9fafb;
    margin: 0 0 16px 0;
}

.jc-tech-lead {
    font-size: 15px;
    line-height: 1.7;
    color: #cbd5e1;
    margin: 0 0 8px 0;
}

.jc-tech-lead-alt {
    color: #93c5fd;
}

/* Grid */
.jc-tech-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.jc-tech-card {
    position: relative;
    padding: 22px 22px 20px 22px;
    border-radius: 22px;
    background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.08), transparent 55%),
                radial-gradient(circle at 100% 100%, rgba(129, 140, 248, 0.08), transparent 55%),
                rgba(15, 23, 42, 0.96);
    border: 1px solid rgba(148, 163, 184, 0.45);
    box-shadow:
        0 18px 45px rgba(15, 23, 42, 0.9),
        0 0 0 1px rgba(15, 23, 42, 0.9);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.jc-tech-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.2), rgba(129, 140, 248, 0.2));
    opacity: 0;
    mix-blend-mode: screen;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.jc-tech-card:hover {
    transform: translateY(-4px);
    border-color: rgba(129, 140, 248, 0.8);
    box-shadow:
        0 26px 65px rgba(15, 23, 42, 0.95),
        0 0 0 1px rgba(37, 99, 235, 0.6);
}

.jc-tech-card:hover::before {
    opacity: 0.9;
}

/* Icon */
.jc-tech-card-icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 12px;
    background: radial-gradient(circle at 30% 0%, rgba(248, 250, 252, 0.85), transparent 55%);
    color: #0f172a;
    box-shadow:
        0 0 0 1px rgba(15, 23, 42, 0.7),
        0 0 35px rgba(56, 189, 248, 0.75);
}

/* Titles & body */
.jc-tech-card-title {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    color: #f9fafb;
    margin: 0 0 6px 0;
}

.jc-tech-card-body {
    font-size: 14px;
    line-height: 1.8;
    color: #cbd5e1;
    margin: 0;
}

/* Bottom CTA strip */
.jc-tech-footer {
    border-top: 1px solid rgba(148, 163, 184, 0.35);
    padding-top: 26px;
    margin-top: 8px;
}

.jc-tech-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.jc-tech-footer-text-block {
    max-width: 620px;
}

.jc-tech-footer-label {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #93c5fd;
    margin: 0 0 4px 0;
}

.jc-tech-footer-text {
    font-size: 14px;
    color: #cbd5e1;
    margin: 0;
}

/* Reuse your global .jc-btn styles; just spacing here */
.jc-tech-footer-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Responsive tweaks */
@media (max-width: 1024px) {
    .jc-tech-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .jc-tech-inner {
        padding: 0 16px;
    }

    .jc-tech-header {
        text-align: left;
        margin-bottom: 32px;
    }

    .jc-tech-footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* --- Fix text clipping inside JewellCore buttons (hero + CTA + footer) --- */
.jc-btn {
  white-space: normal !important;  /* allow wrapping if needed */
  overflow: visible !important;    /* don't cut off the text */
  text-align: center;
  line-height: 1.3;
}
/* ============================================
   JEWELLCORE HOMEPAGE LAYOUT MELT PASS
   Uses the jc-glass system you already added
============================================ */

/* ---------- HERO ---------- */

.jc-hero-section {
  padding: 120px 20px 80px;
}

.jc-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.5fr);
  gap: 40px;
  align-items: center;
}

.jc-hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

@media (max-width: 900px) {
  .jc-hero-section {
    padding: 90px 16px 60px;
  }
  .jc-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    text-align: left;
  }
}

/* ---------- ONE PARTNER / 4-CARD SECTION ---------- */

.jc-onepartner-section {
  padding: 60px 20px 40px;
}

.jc-onepartner-section .elementor-widget-heading + p {
  max-width: 720px;
  margin-inline: auto;
}

.jc-onepartner-section .elementor-container,
.jc-onepartner-section .jc-onepartner-grid {
  max-width: 1120px;
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.jc-onepartner-card {
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 1024px) {
  .jc-onepartner-section .elementor-container,
  .jc-onepartner-section .jc-onepartner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .jc-onepartner-section {
    padding-inline: 16px;
  }
  .jc-onepartner-section .elementor-container,
  .jc-onepartner-section .jc-onepartner-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ---------- MEET JJ SECTION ---------- */

.jc-meetjj-section {
  padding: 70px 20px;
}

.jc-meetjj-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.jc-meetjj-text {
  padding: 24px 22px;
}

.jc-meetjj-photo {
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jc-meetjj-photo img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  display: block;
}

@media (max-width: 900px) {
  .jc-meetjj-section {
    padding: 50px 16px;
  }
  .jc-meetjj-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ---------- HOW I HELP LIST ---------- */

.jc-howhelp-section {
  padding: 60px 20px 40px;
}

.jc-howhelp-section-inner,
.jc-howhelp-list {
  max-width: 900px;
  margin: 0 auto;
}

.jc-howhelp-item {
  display: inline-block;
  margin: 6px 6px 8px 0;
}

/* ---------- MID CTA ---------- */

.jc-mid-cta {
  max-width: 960px;
  margin: 60px auto;
  padding: 28px 24px;
  text-align: center;
}

.jc-mid-cta h2,
.jc-mid-cta .elementor-heading-title {
  margin-bottom: 10px;
}

.jc-mid-cta p {
  margin-bottom: 18px;
}

.jc-mid-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

/* ---------- TECHSTACK (ties into jj-techstack) ---------- */

.jj-techstack-intro {
  max-width: 960px;
  margin: 40px auto 30px;
  padding: 26px 22px;
  text-align: center;
}

.jj-techstack-grid-section {
  padding: 20px 20px 50px;
}

.jj-techstack-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.jj-techstack-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.jj-techstack-card {
  padding: 20px 18px;
}

@media (max-width: 1024px) {
  .jj-techstack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .jj-techstack-grid-section {
    padding-inline: 16px;
  }
  .jj-techstack-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.jj-techstack-cta {
  margin-top: 32px;
  padding: 18px 16px;
  text-align: center;
}

/* ---------- TESTIMONIALS ---------- */

.jc-testimonials-section {
  padding: 70px 20px 50px;
}

.jc-testimonials-grid {
  max-width: 1120px;
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.jc-testimonial-card {
  padding: 20px 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.jc-testimonial-card img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .jc-testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .jc-testimonials-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ---------- FAQ SECTION ---------- */

.jc-faq-section {
  padding: 60px 20px;
}

.jc-faq-section-inner {
  max-width: 900px;
  margin: 0 auto;
}

.jc-faq-item {
  margin-bottom: 14px;
  padding: 14px 16px;
}

/* ---------- FINAL CTA ---------- */

.jc-final-cta {
  max-width: 1120px;
  margin: 60px auto 50px;
  padding: 28px 24px 30px;
}

.jc-final-cta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 22px;
}

.jc-final-cta-card {
  padding: 18px 16px 20px;
}

@media (max-width: 900px) {
  .jc-final-cta {
    padding-inline: 18px;
  }
  .jc-final-cta-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}/* End custom CSS */