
/* ========================================
   Johanna Dental — Shared Design System
   Works with: .jd-implants-section
               .jd-approach-section
               .jd-treatments-section
   Turquoise #00d4d4 / Navy #1a1a2e
   Playfair Display + Open Sans
   ======================================== */

/* ========== BASE ========== */
.jd-implants-section,
.jd-approach-section,
.jd-treatments-section {
  font-family: 'Open Sans', sans-serif;
  color: #2d3748;
  line-height: 1.7;
  overflow-x: hidden;
}

.jd-implants-section h1, .jd-implants-section h2, .jd-implants-section h3, .jd-implants-section h4,
.jd-approach-section h1, .jd-approach-section h2, .jd-approach-section h3, .jd-approach-section h4,
.jd-treatments-section h1, .jd-treatments-section h2, .jd-treatments-section h3, .jd-treatments-section h4 {
  font-family: 'Playfair Display', serif;
  color: #2d3748;
  line-height: 1.3;
  margin: 0;
}

.jd-implants-section p, .jd-approach-section p, .jd-treatments-section p { margin-top: 0; margin-bottom: 0; }
.jd-implants-section img, .jd-approach-section img, .jd-treatments-section img { max-width: 100%; height: auto; }

/* ========== LAYOUT ========== */
.jd-container { max-width: 1100px; margin: 0 auto; }
.jd-container-narrow { max-width: 900px; margin: 0 auto; }

/* ========== HERO ========== */
.jd-hero { background: linear-gradient(135deg, #1a1a2e 0%, #2d3748 100%); padding: 0; }
.jd-hero-split { display: grid; grid-template-columns: 45% 55%; min-height: 540px; }
.jd-hero-image { position: relative; overflow: hidden; }
.jd-hero-image::after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 80px; background: linear-gradient(to right, transparent, #1e1e32); pointer-events: none; }
.jd-hero-image img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(1.08); }
.jd-hero-content { padding: 65px 60px 55px 50px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.jd-hero h1 { font-size: 2.6em; font-weight: 400; color: #ffffff; margin-bottom: 18px; }
.jd-accent { color: #00d4d4; font-style: italic; }
.jd-hero-subtitle { font-size: 1.1em; color: rgba(255,255,255,0.85); max-width: 420px; margin-bottom: 28px; line-height: 1.65; }
.jd-hero-badge { display: inline-block; border: 2px solid #00d4d4; color: #00d4d4; padding: 8px 22px; font-size: 0.8em; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 22px; align-self: flex-start; }
.jd-hero .jd-btn-primary { display: inline-block; align-self: flex-start; width: auto; background: #00d4d4; color: #1a1a2e; padding: 14px 36px; font-size: 0.88em; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: 1.5px; border: 2px solid #00d4d4; transition: all 0.3s ease; cursor: pointer; font-family: 'Open Sans', sans-serif; }
.jd-hero .jd-btn-primary:hover { background: #00b8b8; border-color: #00b8b8; }
.jd-hero-stats { display: flex; gap: 0; margin-top: 30px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.12); width: 100%; max-width: 420px; }
.jd-hero-stats > div { flex: 1; padding: 0 18px; border-right: 1px solid rgba(255,255,255,0.1); }
.jd-hero-stats > div:first-child { padding-left: 0; }
.jd-hero-stats > div:last-child { border-right: none; padding-right: 0; }
.jd-hero-stat-number { font-family: 'Playfair Display', serif; font-size: 1.1em; font-weight: 700; color: #00d4d4; display: block; margin-bottom: 4px; }
.jd-hero-stat-label { font-size: 0.7em; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 1px; }

/* ========== PARALLAX SECTION ========== */
.jd-parallax-section { position: relative; padding: 80px 40px; overflow: hidden; }
.jd-parallax-bg { position: absolute; inset: -20%; background-size: cover; background-position: center; background-attachment: fixed; z-index: 0; }
.jd-parallax-overlay { position: absolute; inset: 0; z-index: 1; }

/* ========== SECTION VARIANTS ========== */
.jd-section-white { background: #ffffff; padding: 70px 40px; }
.jd-section-alt { background: #f8f9fa; padding: 70px 40px; }
.jd-section-dark { background: linear-gradient(135deg, #1a1a2e 0%, #2d3748 100%); padding: 80px 40px; color: #ffffff; }
.jd-section-dark h2, .jd-section-dark h3 { color: #ffffff; }

/* ========== TYPOGRAPHY ========== */
.jd-label { font-size: 0.85em; font-weight: 600; color: #00d4d4; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 15px; }
.jd-heading { font-size: 2.2em; font-weight: 600; margin-bottom: 20px; }
.jd-subheading { font-size: 1.15em; color: #4a5568; max-width: 700px; margin: 0 auto 40px; }

/* ========== CARDS ========== */
.jd-card { background: #f8f9fa; padding: 35px 30px; border-left: 3px solid #00d4d4; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.jd-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.jd-card h3 { font-size: 1.3em; font-weight: 600; margin-bottom: 8px; }
.jd-card-label { font-size: 0.85em; font-weight: 600; color: #00d4d4; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }

/* ========== GRIDS ========== */
.jd-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.jd-grid-2-center { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.jd-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.jd-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }

/* ========== BUTTONS ========== */
.jd-btn { display: inline-block; background: transparent; color: #2d3748; padding: 16px 40px; font-size: 1em; font-weight: 600; text-decoration: none; border: 2px solid #00d4d4; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; font-family: 'Open Sans', sans-serif; }
.jd-btn:hover { background: #00d4d4; color: #1a1a2e; }
.jd-btn-light { color: #ffffff; border-color: #00d4d4; }
.jd-btn-light:hover { background: #00d4d4; color: #1a1a2e; }
.jd-btn-solid { display: inline-block; background: #00d4d4; color: #1a1a2e; padding: 16px 40px; font-size: 1em; font-weight: 600; text-decoration: none; border: 2px solid #00d4d4; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; font-family: 'Open Sans', sans-serif; }
.jd-btn-solid:hover { background: #00b8b8; border-color: #00b8b8; }

/* ========== FEATURE LIST ========== */
.jd-feature-list { list-style: none; padding: 0; }
.jd-feature-list li { font-size: 1em; color: #2d3748; padding: 8px 0 8px 28px; position: relative; }
.jd-feature-list li::before { content: "✓"; position: absolute; left: 0; color: #00d4d4; font-weight: 600; }

/* ========== QUOTE ========== */
.jd-quote { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.2em; color: #2d3748; padding-left: 25px; border-left: 3px solid #00d4d4; margin: 20px 0; }

/* ========== HIGHLIGHT BOX ========== */
.jd-highlight { background: #f8f9fa; border-left: 3px solid #00d4d4; padding: 30px; margin: 40px 0; }
.jd-highlight h3 { font-size: 1.2em; margin-bottom: 10px; }

/* ========== COMPARISON TABLE ========== */
.jd-table { width: 100%; border-collapse: collapse; }
.jd-table th { background: #1a1a2e; color: #ffffff; padding: 16px 20px; text-align: left; font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 0.95em; text-transform: uppercase; letter-spacing: 1px; }
.jd-table th.jd-th-highlight { color: #00d4d4; }
.jd-table td { padding: 16px 20px; border-bottom: 1px solid #e2e8f0; font-size: 0.95em; vertical-align: top; }
.jd-table tr:nth-child(even) { background: #f8f9fa; }
.jd-table .jd-advantage { color: #00d4d4; font-weight: 600; }
.jd-table .jd-neutral { color: #4a5568; }

/* ========== COMPARISON SECTION ========== */
.jd-comparison-header { margin-bottom: 28px; text-align: center; }
.jd-comparison-subtitle { font-size: 0.95em; color: rgba(255,255,255,0.7); max-width: 520px; margin-left: auto; margin-right: auto; text-align: center; line-height: 1.5; }
.jd-implant-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 32px; }
.jd-implant-card { background: rgba(255,255,255,0.06); border-radius: 12px; padding: 20px 20px 16px; text-align: center; }
.jd-implant-card--ceramic { border: 2px solid #00d4d4; }
.jd-implant-card--titanium { border: 0.5px solid rgba(255,255,255,0.2); }
.jd-implant-badge { display: inline-block; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; padding: 4px 12px; border-radius: 20px; margin-bottom: 10px; }
.jd-implant-badge--ceramic { background: rgba(0,212,212,0.15); color: #00d4d4; }
.jd-implant-badge--titanium { background: rgba(210,170,90,0.15); color: #d2aa5a; }
.jd-implant-card-title { font-size: 16px !important; font-weight: 500 !important; color: #ffffff !important; margin-bottom: 4px !important; }
.jd-implant-card-formula { font-size: 12px; color: rgba(255,255,255,0.5); margin-bottom: 14px; }
.jd-implant-card-image { background: rgba(255,255,255,0.08); border-radius: 8px; height: 180px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; overflow: hidden; }
.jd-implant-card-image img { max-height: 160px; width: auto; object-fit: contain; }
.jd-implant-card-desc { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.45; }
.jd-comparison-grid { border-radius: 8px; overflow: hidden; margin-bottom: 24px; }
.jd-comparison-grid-header { display: grid; grid-template-columns: 140px 1fr 1fr; background: rgba(255,255,255,0.06); border-bottom: 0.5px solid rgba(255,255,255,0.15); border-top-left-radius: 8px; border-top-right-radius: 8px; }
.jd-comparison-grid-header > div { padding: 12px 14px; font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(255,255,255,0.5); }
.jd-comparison-grid-row { display: grid; grid-template-columns: 140px 1fr 1fr; min-height: 56px; border-bottom: 0.5px solid rgba(255,255,255,0.08); }
.jd-comparison-grid-row--last { border-bottom: none; }
.jd-comparison-grid-category { padding: 12px 14px; font-size: 13px; font-weight: 500; color: #ffffff; display: flex; align-items: flex-start; padding-top: 16px; }
.jd-comparison-grid-ceramic { padding: 12px 14px; font-size: 13px; line-height: 1.45; color: #00d4d4; background: rgba(0,212,212,0.04); display: flex; flex-direction: column; gap: 6px; padding-top: 16px; }
.jd-comparison-grid-titanium { padding: 12px 14px; font-size: 13px; line-height: 1.45; color: rgba(255,255,255,0.6); display: flex; flex-direction: column; gap: 6px; padding-top: 16px; }

/* Pills */
.jd-pill { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 500; padding: 3px 10px; border-radius: 20px; width: fit-content; }
.jd-pill-dot { width: 5px; height: 5px; border-radius: 50%; display: inline-block; }
.jd-pill-advantage { background: rgba(0,212,212,0.12); color: #00d4d4; }
.jd-pill-advantage .jd-pill-dot { background: #00d4d4; }
.jd-pill-consider { background: rgba(210,170,90,0.12); color: #d2aa5a; }
.jd-pill-consider .jd-pill-dot { background: #d2aa5a; }
.jd-pill-established { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.5); }
.jd-pill-established .jd-pill-dot { background: rgba(255,255,255,0.4); }
.jd-comparison-disclaimer { background: rgba(255,255,255,0.05); border-radius: 8px; padding: 12px 16px; font-size: 12px; color: rgba(255,255,255,0.4); text-align: center; line-height: 1.5; }

/* ========== EXPERIENCE PILLARS ========== */
.jd-pillar { padding-left: 25px; border-left: 3px solid #00d4d4; margin-bottom: 30px; }
.jd-pillar h3 { font-size: 1.2em; font-weight: 600; margin-bottom: 12px; }
.jd-pillar ul { list-style: none; padding: 0; }
.jd-pillar li { padding: 6px 0 6px 25px; position: relative; color: #4a5568; font-size: 0.95em; }
.jd-pillar li::before { content: "→"; position: absolute; left: 0; color: #00d4d4; font-weight: 600; }

/* ========== PROCESS SECTION ========== */
.jd-proc { background: #f8f9fa; padding: 60px 40px 48px; }
.jd-proc-inner { max-width: 660px; margin: 0 auto; }
.jd-proc-label { font-size: 0.85em; font-weight: 600; color: #00d4d4; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px; text-align: center; }
.jd-proc-title { font-family: 'Playfair Display', serif; font-size: 2em; font-weight: 400; text-align: center; margin-bottom: 8px; color: #2d3748; line-height: 1.3; }
.jd-proc-title i { color: #00d4d4; }
.jd-proc-sub { font-size: 1em; color: #4a5568; text-align: center; max-width: 520px; margin: 0 auto 40px; line-height: 1.6; }
.jd-step-card { background: #ffffff; border-left: 3px solid #00d4d4; padding: 28px 28px 24px; position: relative; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.jd-step-card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.jd-conn { display: flex; justify-content: center; padding: 4px 0; }
.jd-conn::before { content: ''; width: 1px; height: 16px; background: #00d4d4; opacity: 0.3; }
.jd-step-top { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 4px; }
.jd-step-badge { position: relative; width: 64px; height: 64px; flex-shrink: 0; }
.jd-step-badge-bg { width: 64px; height: 64px; background: rgba(0,212,212,0.07); display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; }
.jd-step-badge-bg svg { width: 24px; height: 24px; }
.jd-step-badge-num { position: absolute; top: -8px; left: -4px; font-family: 'Playfair Display', serif; font-size: 58px; font-weight: 700; color: #2d3748; opacity: 0.06; line-height: 1; z-index: 0; pointer-events: none; }
.jd-step-name { font-family: 'Playfair Display', serif; font-size: 1.2em; font-weight: 600; color: #2d3748; margin-bottom: 2px; }
.jd-step-desc { font-size: 0.88em; color: #00d4d4; line-height: 1.4; margin-bottom: 14px; }
.jd-step-items { list-style: none; padding: 0; margin: 0 0 12px 80px; }
.jd-step-items li { font-size: 0.92em; color: #2d3748; padding: 5px 0 5px 28px; position: relative; }
.jd-step-items li::before { content: "\2713"; position: absolute; left: 0; color: #00d4d4; font-weight: 600; font-size: 0.95em; }
.jd-step-dur { display: inline-flex; align-items: center; gap: 6px; margin-left: 80px; font-size: 0.78em; font-weight: 600; color: #2d3748; text-transform: uppercase; letter-spacing: 1px; padding: 4px 12px; background: rgba(0,212,212,0.08); border: 1px solid rgba(0,212,212,0.2); }
.jd-timeline { background: #ffffff; border-left: 3px solid #00d4d4; padding: 24px 28px; margin-top: 24px; }
.jd-tl-label { font-size: 0.85em; font-weight: 600; color: #2d3748; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px; text-align: center; }
.jd-tl-track { display: flex; height: 6px; background: #e5e7eb; margin-bottom: 10px; overflow: hidden; }
.jd-tl-seg { height: 100%; }
.jd-tl-s1 { width: 10%; background: #00d4d4; }
.jd-tl-s2 { width: 30%; background: rgba(0,212,212,0.55); }
.jd-tl-s3 { width: 10%; background: rgba(0,212,212,0.35); }
.jd-tl-s4 { width: 50%; background: rgba(0,212,212,0.15); }
.jd-tl-marks { display: flex; justify-content: space-between; font-size: 0.75em; color: #4a5568; }
.jd-tl-marks span { text-align: center; flex: 1; }
.jd-timing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 24px; }
.jd-timing-card { text-align: center; padding: 18px 14px; background: #ffffff; }
.jd-timing-ideal { border-left: 3px solid #00d4d4; }
.jd-timing-good { border-left: 3px solid #4a5568; }
.jd-timing-hard { border-left: 3px solid #a0aec0; }
.jd-timing-title { font-family: 'Playfair Display', serif; font-size: 1.15em; font-weight: 600; margin-bottom: 4px; }
.jd-timing-ideal .jd-timing-title { color: #00b4b4; }
.jd-timing-good .jd-timing-title { color: #4a5568; }
.jd-timing-hard .jd-timing-title { color: #a0aec0; }
.jd-timing-desc { font-size: 0.78em; color: #4a5568; line-height: 1.4; }

/* ========== SYSTEMS ========== */
.jd-sys-inner { max-width: 920px; margin: 0 auto; }
.jd-sys-label { font-size: 0.85em; font-weight: 600; color: #00d4d4; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px; text-align: center; }
.jd-sys-title { font-family: 'Playfair Display', serif; font-size: 2.2em; font-weight: 400; text-align: center; margin-bottom: 8px; color: #2d3748; }
.jd-section-white .jd-sys-sub { font-size: 1em; color: #4a5568; text-align: center; max-width: 560px; margin: 0 auto 48px; line-height: 1.6; }
.jd-sys-card { background: #f8f9fa; border-left: 3px solid #00d4d4; padding: 0; margin-bottom: 40px; display: grid; grid-template-columns: 220px 1fr; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.jd-sys-card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.jd-sys-card-left { padding: 28px 20px; display: flex; flex-direction: column; align-items: center; gap: 12px; border-right: 1px solid #e5e7eb; }
.jd-sys-logo { height: 32px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.jd-sys-logo--dual { gap: 10px; }
.jd-sys-photo { width: 140px; height: 200px; background: #f0f1f3; display: flex; align-items: center; justify-content: center; }
.jd-sys-type-label { font-size: 0.72em; font-weight: 600; color: #00d4d4; text-transform: uppercase; letter-spacing: 1px; text-align: center; line-height: 1.4; }
.jd-sys-card-right { padding: 28px 32px; }
.jd-sys-badge { display: inline-block; font-size: 0.7em; font-weight: 600; padding: 3px 10px; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 6px; }
.jd-sys-badge--primary { background: rgba(0,212,212,0.1); color: #00a5a5; border: 1px solid rgba(0,212,212,0.25); }
.jd-sys-badge--specialist { background: rgba(45,55,72,0.06); color: #4a5568; border: 1px solid rgba(45,55,72,0.15); }
.jd-sys-name { font-family: 'Playfair Display', serif; font-size: 1.4em; font-weight: 600; color: #2d3748; margin-bottom: 4px; }
.jd-sys-manuf-badge { display: inline-block; font-size: 0.75em; color: #4a5568; padding: 2px 10px; border: 1px solid #d1d5db; margin-bottom: 16px; }
.jd-sys-features { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; list-style: none; margin-bottom: 20px; padding: 0; }
.jd-sys-features li { font-size: 0.88em; color: #2d3748; padding: 6px 0 6px 24px; position: relative; line-height: 1.5; }
.jd-sys-features li::before { content: "\2713"; position: absolute; left: 0; color: #00d4d4; font-weight: 600; font-size: 0.9em; }
.jd-sys-ideal { background: #f0f1f3; border-left: 3px solid #00d4d4; padding: 16px 20px; margin: 0; border-top: none; border-right: none; border-bottom: none; }
.jd-sys-ideal-label { font-size: 0.75em; font-weight: 600; color: #2d3748; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.jd-sys-ideal-text { font-size: 0.85em; color: #4a5568; line-height: 1.55; }
.jd-sys-footer { background: #f8f9fa; border-left: 3px solid #00d4d4; padding: 28px 32px; text-align: center; }
.jd-sys-footer h3 { font-family: 'Playfair Display', serif; font-size: 1.2em; font-weight: 600; margin-bottom: 6px; color: #2d3748; }
.jd-sys-footer p { font-size: 0.9em; color: #4a5568; max-width: 600px; margin: 0 auto 12px; }
.jd-sys-cert-link { font-size: 0.85em; font-weight: 600; color: #00d4d4; text-decoration: none; letter-spacing: 0.5px; }
.jd-sys-cert-link:hover { text-decoration: underline; }
.jd-sys-cert-row { display: flex; justify-content: center; gap: 32px; margin-top: 16px; align-items: center; }
.jd-sys-cert-item { display: flex; align-items: center; gap: 6px; font-size: 0.78em; color: #4a5568; }
.jd-sys-cert-dot { width: 8px; height: 8px; background: #00d4d4; display: inline-block; }
.jd-sys-fadein { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.jd-sys-fadein.jd-sys-visible { opacity: 1; transform: translateY(0); }
.jd-sys-fadein--delay { transition-delay: 150ms; }
.jd-sys-fadein--delay2 { transition-delay: 300ms; }

/* ========== CANDIDACY ========== */
.jd-cand-section { background: #f8f9fa; padding: 70px 40px; }
.jd-cand-inner { max-width: 920px; margin: 0 auto; }
.jd-cand-label { font-size: 0.85em; font-weight: 600; color: #00d4d4; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px; text-align: center; }
.jd-cand-title { font-family: 'Playfair Display', serif; font-size: 2.2em; font-weight: 400; text-align: center; color: #2d3748; margin-bottom: 8px; line-height: 1.3; }
.jd-cand-title em { color: #00d4d4; font-style: italic; }
.jd-cand-section .jd-cand-sub { font-size: 1em; color: #4a5568; text-align: center; max-width: 560px; margin: 0 auto 44px; line-height: 1.6; }
.jd-cand-grid { display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: center; margin-bottom: 36px; }
.jd-cand-factors-heading { font-family: 'Playfair Display', serif; font-size: 1.15em; font-weight: 600; color: #2d3748; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.jd-cand-icon-box { width: 28px; height: 28px; border: 1.5px solid #00d4d4; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.jd-cand-icon-box svg { width: 16px; height: 16px; }
.jd-factor { border-left: 3px solid #00d4d4; padding: 10px 0 10px 18px; margin-bottom: 6px; }
.jd-factor:last-child { margin-bottom: 0; }
.jd-factor-name { font-size: 0.92em; font-weight: 600; color: #2d3748; margin-bottom: 2px; }
.jd-factor-desc { font-size: 0.85em; color: #4a5568; line-height: 1.5; margin: 0; }
.jd-cand-photo { width: 100%; height: 420px; overflow: hidden; }
.jd-cand-photo img { width: 100%; height: 100%; object-fit: cover; }
.jd-bio-diff { background: #f8f9fa; border-left: 3px solid #00d4d4; padding: 28px 32px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.jd-bio-diff:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.jd-bio-diff h3 { font-family: 'Playfair Display', serif; font-size: 1.2em; font-weight: 600; color: #2d3748; margin-bottom: 8px; }
.jd-bio-diff p { font-size: 0.9em; color: #4a5568; max-width: 640px; margin: 0 auto; line-height: 1.6; }
.jd-reassure { display: flex; justify-content: center; gap: 28px; margin-top: 20px; flex-wrap: wrap; list-style: none; padding: 0; }
.jd-reassure-item { display: flex; align-items: center; gap: 6px; font-size: 0.8em; color: #2d3748; font-weight: 500; }
.jd-reassure-check { width: 16px; height: 16px; border: 1.5px solid #00d4d4; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.jd-reassure-check svg { width: 10px; height: 10px; }
.jd-cand-fadein { opacity: 0; transform: translateX(-10px); transition: opacity 0.5s ease, transform 0.5s ease; }

/* ========== PRICING / INVESTMENT ========== */
.jd-inv-section { background: #f8f9fa; padding: 0; }
.jd-pricing-header { background: linear-gradient(135deg, #1a1a2e 0%, #2d3748 100%); padding: 60px 40px 80px; text-align: center; }
.jd-inv-body { max-width: 920px; margin: 0 auto; padding: 0 40px 0; }
.jd-inv-label { font-size: 0.85em; font-weight: 600; color: #00d4d4; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px; text-align: center; }
.jd-pricing-header .jd-inv-title { font-family: 'Playfair Display', serif; font-size: 2.4em; font-weight: 400; text-align: center; margin-bottom: 8px; color: #ffffff; line-height: 1.3; }
.jd-inv-title em { color: #00d4d4; font-style: italic; }
.jd-pricing-header .jd-inv-sub { font-size: 1em; color: rgba(255,255,255,0.8); text-align: center; max-width: 520px; margin: 0 auto; line-height: 1.6; }
.jd-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: -60px; margin-bottom: 40px; position: relative; z-index: 2; }
.jd-price-card { background: #ffffff; border-top: 3px solid #e5e7eb; border-left: none; padding: 24px 20px; text-align: center; box-shadow: 0 4px 16px rgba(0,0,0,0.06); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.jd-price-card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.jd-price-card.featured { border-top-color: #00d4d4; }
.jd-price-region { font-size: 0.75em; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: #4a5568; margin-bottom: 8px; }
.jd-price-card.featured .jd-price-region { color: #00d4d4; }
.jd-price-amount { font-family: 'Playfair Display', serif; font-size: 2em; font-weight: 600; color: #2d3748; margin-bottom: 4px; }
.jd-price-card.featured .jd-price-amount { color: #00b4b4; }
.jd-price-note { font-size: 0.8em; color: #4a5568; }
.jd-price-note strong { font-weight: 600; color: #2d3748; }
.jd-price-badge { display: inline-block; font-size: 0.68em; font-weight: 600; color: #00a5a5; background: rgba(0,212,212,0.08); border: 1px solid rgba(0,212,212,0.2); padding: 3px 10px; margin-top: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
.jd-includes { background: #ffffff; border-left: 3px solid #00d4d4; padding: 28px 32px; margin-bottom: 32px; }
.jd-includes h3 { font-family: 'Playfair Display', serif; font-size: 1.1em; font-weight: 600; text-align: center; margin-bottom: 20px; color: #2d3748; }
.jd-includes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.jd-inc-item { text-align: center; }
.jd-inc-icon { width: 32px; height: 32px; border: 1.5px solid #00d4d4; margin: 0 auto 8px; display: flex; align-items: center; justify-content: center; }
.jd-inc-icon svg { width: 16px; height: 16px; }
.jd-inc-name { font-size: 0.85em; font-weight: 600; color: #2d3748; margin-bottom: 2px; }
.jd-inc-desc { font-size: 0.78em; color: #4a5568; line-height: 1.4; }
.jd-value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 32px; }
.jd-value-card { background: #ffffff; border-left: 3px solid #00d4d4; padding: 24px 24px 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.jd-value-card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.jd-value-card h3 { font-family: 'Playfair Display', serif; font-size: 1.1em; font-weight: 600; margin-bottom: 10px; color: #2d3748; }
.jd-value-card p { font-size: 0.88em; color: #4a5568; line-height: 1.6; margin-bottom: 8px; }
.jd-value-card p strong { color: #2d3748; }
.jd-inv-quote { font-family: 'Playfair Display', serif; font-style: italic; font-size: 0.92em; color: #2d3748; padding-left: 16px; border-left: 3px solid #00d4d4; margin-top: 12px; line-height: 1.5; }
.jd-addcost { background: #ffffff; border-left: 3px solid #e5e7eb; padding: 24px 28px; margin-bottom: 32px; }
.jd-addcost h3 { font-family: 'Playfair Display', serif; font-size: 1em; font-weight: 600; text-align: center; margin-bottom: 16px; color: #4a5568; }
.jd-addcost-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.jd-addcost-item { text-align: center; }
.jd-addcost-name { font-size: 0.82em; font-weight: 600; color: #00d4d4; margin-bottom: 2px; }
.jd-addcost-desc { font-size: 0.78em; color: #4a5568; line-height: 1.4; }
.jd-excellence { background: linear-gradient(135deg, #1a1a2e 0%, #2d3748 100%); padding: 36px 40px; margin-top: 24px; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); width: 100vw; display: flex; align-items: center; justify-content: center; }
.jd-excellence-inner { max-width: 920px; width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.jd-excellence h3 { font-family: 'Playfair Display', serif; font-size: 1.15em; font-weight: 600; color: #ffffff; margin-bottom: 4px; }
.jd-excellence h3 em { color: #00d4d4; font-style: italic; }
.jd-excellence p { font-size: 0.85em; color: rgba(255,255,255,0.8); line-height: 1.5; }
.jd-excellence-btn { display: inline-block; font-size: 0.8em; font-weight: 600; color: #ffffff; padding: 12px 28px; border: 2px solid #00d4d4; background: transparent; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; white-space: nowrap; transition: all 0.3s ease; cursor: pointer; font-family: 'Open Sans', sans-serif; }
.jd-excellence-btn:hover { background: #00d4d4; color: #1a1a2e; }
.jd-inv-fadein { opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease, transform 0.5s ease; }

/* ========== MYTHS ========== */
.jd-myths-section { background: #f8f9fa; padding: 50px 40px 70px; }
.jd-myths-container { max-width: 760px; margin: 0 auto; }
.jd-myths-title { font-family: 'Playfair Display', serif; font-size: 2em; font-weight: 400; color: #2d3748; margin-bottom: 12px; }
.jd-myths-title em { color: #00d4d4; font-style: italic; }
.jd-myths-section .jd-section-label { font-size: 0.85em; font-weight: 600; color: #00d4d4; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px; text-align: center; }
.jd-myths-section .jd-myths-sub { font-family: 'Open Sans', sans-serif; font-size: 1em; color: #4a5568; text-align: center; max-width: 520px; margin: 0 auto; line-height: 1.6; }
.jd-myths-list { display: flex; flex-direction: column; }
.jd-myth-item { background: #ffffff; border-left: 3px solid #00d4d4; margin-bottom: 8px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.jd-myth-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.04); }
.jd-myth-header { padding: 16px 20px; cursor: pointer; display: flex; align-items: center; gap: 12px; user-select: none; }
.jd-myth-badge { font-size: 0.65em; font-weight: 600; color: #4a5568; background: #ffffff; border: 1.5px solid #e5e7eb; padding: 3px 8px; text-transform: uppercase; letter-spacing: 1px; min-width: 48px; text-align: center; flex-shrink: 0; }
.jd-myth-text { font-size: 0.95em; font-weight: 600; color: #2d3748; flex: 1; line-height: 1.4; margin: 0; }
.jd-myth-chevron { width: 20px; height: 20px; flex-shrink: 0; transition: transform 0.3s ease; }
.jd-myth-chevron.rotated { transform: rotate(180deg); }
.jd-myth-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.jd-myth-item.open .jd-myth-answer { max-height: 300px; }
.jd-myth-answer-inner { padding: 0 20px 18px 80px; }
.jd-fact-label { font-size: 0.7em; font-weight: 600; color: #00d4d4; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 6px; }
.jd-fact-blockquote { border-left: 3px solid #00d4d4; padding-left: 14px; }
.jd-fact-text { font-size: 0.88em; color: #4a5568; line-height: 1.6; margin: 0; }
.jd-myth-footer { background: #ffffff; border-left: 3px solid #00d4d4; padding: 24px 28px; text-align: center; margin-top: 28px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.jd-myth-footer:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.jd-myth-footer-title { font-family: 'Playfair Display', serif; font-size: 1.1em; font-weight: 600; color: #2d3748; margin-bottom: 6px; }
.jd-myth-footer-text { font-family: 'Open Sans', sans-serif; font-size: 0.88em; color: #4a5568; max-width: 600px; margin: 0 auto; line-height: 1.6; }
.jd-myth-fadein { opacity: 0; transform: translateY(15px); transition: opacity 0.5s ease, transform 0.5s ease; }

/* ========== FAQ ========== */
.jd-faq-section { background: #ffffff; padding: 70px 40px 50px; }
.jd-faq-container { max-width: 760px; margin: 0 auto; }
.jd-faq-label { font-size: 0.85em; font-weight: 600; color: #00d4d4; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px; text-align: center; }
.jd-faq-title { font-family: 'Playfair Display', serif; font-size: 2em; font-weight: 400; color: #2d3748; margin-bottom: 12px; }
.jd-faq-title em { color: #00d4d4; font-style: italic; }
.jd-faq-section .jd-faq-subtitle { font-family: 'Open Sans', sans-serif; font-size: 1em; color: #4a5568; text-align: center; max-width: 520px; margin: 0 auto; line-height: 1.6; }
.jd-faq-list { display: flex; flex-direction: column; }
.jd-faq-card { background: #f8f9fa; border-left: 3px solid #00d4d4; margin-bottom: 8px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.jd-faq-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.04); }
.jd-faq-header { padding: 16px 20px; cursor: pointer; display: flex; align-items: center; gap: 12px; user-select: none; }
.jd-faq-question { font-family: 'Open Sans', sans-serif; font-size: 0.95em; font-weight: 600; color: #2d3748; flex: 1; line-height: 1.4; }
.jd-faq-chevron { width: 20px; height: 20px; flex-shrink: 0; transition: transform 0.3s ease; }
.jd-faq-chevron.rotated { transform: rotate(180deg); }
.jd-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.jd-faq-card.open .jd-faq-answer { max-height: 400px; }
.jd-faq-answer-inner { padding: 0 20px 18px 20px; }
.jd-faq-answer-inner p { font-size: 0.88em; color: #4a5568; line-height: 1.7; border-left: 3px solid #00d4d4; padding-left: 14px; }
.jd-faq-fadein { opacity: 0; transform: translateY(15px); transition: opacity 0.5s ease, transform 0.5s ease; }

/* ========== CTA (Email-based) ========== */
.jd-cta-section { background: linear-gradient(135deg, #1a1a2e 0%, #2d3748 100%); padding: 80px 40px; text-align: center; }
.jd-cta-section .jd-cta-inner { max-width: 680px; margin: 0 auto; }
.jd-cta-label { font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 0.85em; text-transform: uppercase; letter-spacing: 2px; color: #00d4d4; margin-bottom: 15px; }
.jd-cta-section .jd-cta-headline { font-family: 'Playfair Display', serif; font-size: 2.2em; font-weight: 400; color: #ffffff; line-height: 1.3; margin-bottom: 16px; }
.jd-cta-headline em { color: #00d4d4; font-style: italic; }
.jd-cta-section .jd-cta-subtitle { font-family: 'Open Sans', sans-serif; font-size: 1.05em; color: rgba(255,255,255,0.65); max-width: 520px; margin: 0 auto 40px; line-height: 1.7; }
.jd-cta-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-left: 3px solid #00d4d4; padding: 36px 32px; text-align: left; }
.jd-cta-badge { display: inline-block; background: rgba(0,212,212,0.12); color: #00d4d4; padding: 4px 12px; font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.jd-cta-section .jd-cta-card-title { font-family: 'Playfair Display', serif; font-size: 1.35em; font-weight: 600; color: #ffffff; line-height: 1.3; margin-bottom: 12px; }
.jd-cta-card-desc { font-family: 'Open Sans', sans-serif; font-size: 0.95em; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 24px; }
.jd-cta-send-box { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); padding: 16px 20px; margin-bottom: 24px; }
.jd-cta-send-label { display: block; font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 0.75em; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.8); margin-bottom: 8px; }
.jd-cta-send-text { font-family: 'Open Sans', sans-serif; font-size: 0.95em; color: rgba(255,255,255,0.8); line-height: 1.7; }
.jd-cta-note { color: rgba(255,255,255,0.4); font-size: 0.9em; }
.jd-cta-button { display: block; width: 100%; padding: 16px 40px; background: #00d4d4; color: #1a1a2e; border: 2px solid #00d4d4; font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 0.88em; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; text-align: center; transition: all 0.3s ease; box-sizing: border-box; cursor: pointer; margin-bottom: 20px; }
.jd-cta-button:hover { background: #00b8b8; border-color: #00b8b8; }
.jd-cta-button-short { display: none; }
.jd-cta-button-email-mobile { display: none; }
.jd-cta-promises { display: flex; flex-direction: column; gap: 8px; }
.jd-cta-promise { display: flex; align-items: flex-start; gap: 10px; }
.jd-cta-promise svg { flex-shrink: 0; margin-top: 3px; }
.jd-cta-promise p { font-family: 'Open Sans', sans-serif; font-size: 0.88em; color: rgba(255,255,255,0.55); line-height: 1.6; }
.jd-cta-promise strong { color: rgba(255,255,255,0.85); font-weight: 600; }
.jd-cta-journey { text-align: center; margin-top: 28px; }
.jd-cta-journey a { font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 0.9em; color: #00d4d4; text-decoration: none; transition: color 0.3s ease; }
.jd-cta-journey a:hover { color: #00b8b8; }
.jd-cta-reassurance { text-align: center; font-family: 'Open Sans', sans-serif; font-size: 0.85em; font-style: italic; color: rgba(255,255,255,0.35); margin-top: 20px; }
.jd-cta-contact { text-align: center; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; margin-top: 24px; }
.jd-cta-contact-label { font-family: 'Open Sans', sans-serif; font-size: 0.85em; color: rgba(255,255,255,0.4); margin-bottom: 6px; }
.jd-cta-contact-links { font-size: 0.9em; color: rgba(255,255,255,0.6); }
.jd-cta-contact-links a { color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.3s ease; }
.jd-cta-contact-links a:hover { color: #00d4d4; }
.jd-cta-contact-sep { margin: 0 12px; color: rgba(255,255,255,0.15); }

/* Legacy pathway CTA (backward compatibility) */
.jd-pathway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 32px; }
.jd-pathway-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); padding: 28px 24px 24px; text-align: center; transition: background 0.3s ease, border-color 0.3s ease; display: flex; flex-direction: column; align-items: center; }
.jd-pathway-card:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); }
.jd-pathway-card.featured { border-color: #00d4d4; background: rgba(0,212,212,0.06); }
.jd-pathway-card.featured:hover { background: rgba(0,212,212,0.1); }
.jd-pathway-badge { display: inline-block; font-size: 0.68em; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding: 3px 10px; margin-bottom: 14px; color: rgba(255,255,255,0.6); border: 1px solid rgba(255,255,255,0.2); }
.jd-pathway-badge.featured { color: #00d4d4; background: rgba(0,212,212,0.1); border: 1px solid rgba(0,212,212,0.3); }
.jd-pathway-icon { margin-bottom: 10px; }
.jd-pathway-details { font-size: 0.72em; color: rgba(255,255,255,0.5); margin-bottom: 6px; }
.jd-cta-section .jd-pathway-title { font-family: 'Open Sans', sans-serif !important; font-size: 1.05em; font-weight: 600; color: #ffffff; margin-bottom: 8px; }
.jd-pathway-desc { font-size: 0.82em; color: rgba(255,255,255,0.6); line-height: 1.5; margin-bottom: 16px; flex: 1; }
.jd-pathway-btn { display: inline-block; width: 100%; padding: 12px 20px; font-family: 'Open Sans', sans-serif; font-size: 0.8em; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; color: #ffffff; border: 2px solid rgba(255,255,255,0.3); background: transparent; transition: all 0.3s ease; cursor: pointer; box-sizing: border-box; }
.jd-pathway-btn:hover { border-color: #00d4d4; color: #00d4d4; }
.jd-pathway-btn.primary { background: #00d4d4; color: #1a1a2e; border-color: #00d4d4; }
.jd-pathway-btn.primary:hover { background: #00b4b4; border-color: #00b4b4; }

/* ========== OZONE THERAPY ========== */
.jd-ozone { padding-bottom: 80px; background: #f8f9fa; }
.jd-ozone-dark-header { background: linear-gradient(135deg, #1a1a2e 0%, #2d3748 100%); padding: 60px 0 80px; margin-bottom: -40px; text-align: center; }
.jd-ozone-label { display: inline-block; font-family: 'Open Sans', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: #00d4d4; margin-bottom: 16px; }
.jd-ozone-title { font-family: 'Playfair Display', serif; font-size: 42px; font-weight: 700; color: #ffffff !important; margin-bottom: 16px; line-height: 1.2; }
.jd-ozone-subtitle { font-size: 18px; color: rgba(255,255,255,0.75); max-width: 600px; margin: 0 auto; }
.jd-ozone-content { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; position: relative; z-index: 2; }
.jd-ozone-image-wrap { border-radius: 0; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.15); }
.jd-ozone-image { width: 100%; height: 400px; object-fit: cover; display: block; }
.jd-ozone-image-caption { background: #1a1a2e; color: rgba(255,255,255,0.8); font-size: 13px; padding: 12px 16px; text-align: center; font-family: 'Open Sans', sans-serif; }
.jd-ozone-benefits { display: flex; flex-direction: column; gap: 24px; padding-top: 16px; }
.jd-ozone-benefit { display: flex; gap: 16px; align-items: flex-start; background: #ffffff; padding: 20px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); transition: box-shadow 0.3s ease; }
.jd-ozone-benefit:hover { box-shadow: 0 6px 24px rgba(0,212,212,0.12); }
.jd-ozone-benefit-icon { flex-shrink: 0; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; background: rgba(0,212,212,0.08); border: 1px solid rgba(0,212,212,0.2); }
.jd-ozone-benefit-title { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; color: #2d3748; margin-bottom: 6px; }
.jd-ozone-benefit-desc { font-size: 14px; color: #4a5568; line-height: 1.6; }
.jd-ozone-callout { margin-top: 48px; background: linear-gradient(135deg, #1a1a2e 0%, #2d3748 100%); padding: 40px; text-align: center; position: relative; z-index: 2; }
.jd-ozone-callout-title { font-family: 'Playfair Display', serif; font-size: 24px; color: #ffffff !important; margin-bottom: 16px; }
.jd-ozone-callout-text { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 800px; margin: 0 auto; line-height: 1.7; }

/* ========== INLINE CTA STRIPS ========== */
.jd-inline-cta { background: linear-gradient(135deg, #1a1a2e 0%, #2d3748 100%); padding: 28px 40px; font-family: 'Open Sans', sans-serif; line-height: 1.7; }
.jd-inline-cta-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.jd-inline-cta-text { font-size: 1em; color: rgba(255,255,255,0.85); margin: 0; flex: 1; }
.jd-inline-cta-button { font-family: 'Open Sans', sans-serif; font-size: 0.85em; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: #00d4d4; background: transparent; border: 2px solid #00d4d4; padding: 12px 28px; cursor: pointer; white-space: nowrap; transition: background 0.3s ease, color 0.3s ease; text-decoration: none; display: inline-block; }
.jd-inline-cta-button:hover { background: #00d4d4; color: #1a1a2e; }

/* ========== PARALLAX UTILITIES ========== */
.jd-parallax-content { position: relative; z-index: 2; }
.jd-parallax-overlay--transparent { background: transparent; }
.jd-glass-card { background: rgba(255,255,255,0.75); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-radius: 12px; padding: 32px 28px; }

/* ========== STORY TEXT ========== */
.jd-story-text { font-size: 1.1em; color: #4a5568; margin-bottom: 20px; }
.jd-story-text--last { margin-bottom: 0; }
.jd-story-emphasis { font-size: 1.1em; font-weight: 600; color: #2d3748; margin-bottom: 20px; }
.jd-story-emphasis--sm { margin-bottom: 10px; }

/* ========== UTILITY CLASSES ========== */
.jd-section-header-center { text-align: center; margin-bottom: 50px; }
.jd-card-text { color: #4a5568; font-size: 0.95em; }
.jd-text-muted { color: #4a5568; }
.jd-highlight-center { text-align: center; }
.jd-highlight-spaced { margin-top: 50px; }
.jd-highlight--story { margin-top: 40px; }
.jd-icon-sm { width: 13px; height: 13px; }
.jd-sys-logo-img { height: 40px; width: auto; max-width: 100%; }
.jd-sys-logo-img--sm { height: 28px; }
.jd-sys-logo-img--lg { height: 46px; }
.jd-sys-logo--dual { width: 100%; justify-content: space-between; padding: 0 8px; }
.jd-sys-photo-img { max-height: 200px; width: auto; object-fit: contain; }
.jd-sys-cert-link { display: inline-flex; align-items: center; gap: 10px; }
.jd-sys-cert-logo { height: 52px; width: auto; object-fit: contain; }

/* ========== RESPONSIVE ========== */
@media (max-width: 1100px) {
  .jd-grid-3, .jd-grid-4 { grid-template-columns: 1fr; max-width: 600px; margin-left: auto; margin-right: auto; }
}
@media (max-width: 900px) {
  .jd-proc { padding: 50px 30px; }
  .jd-proc-title { font-size: 1.8em; }
  .jd-step-card { padding: 24px 20px 20px; }
  .jd-step-items { margin-left: 0; }
  .jd-step-dur { margin-left: 0; }
  .jd-timing { gap: 8px; }
  .jd-grid-2, .jd-grid-2-center { grid-template-columns: 1fr; }
  .jd-hero-split { grid-template-columns: 1fr; }
  .jd-hero-image { max-height: 350px; }
  .jd-hero-image::after { display: none; }
  .jd-hero-content { padding: 40px 30px; text-align: center; align-items: center; }
  .jd-hero-badge { align-self: center; }
  .jd-hero-subtitle { max-width: 100%; }
  .jd-hero h1 { font-size: 2.2em; }
  .jd-hero-stats { justify-content: center; max-width: 100%; gap: 0; }
  .jd-heading { font-size: 1.8em; }
  .jd-implant-cards { grid-template-columns: 1fr 1fr; gap: 12px; }
  .jd-implant-card-image { height: 140px; }
  .jd-comparison-grid-header, .jd-comparison-grid-row { grid-template-columns: 120px 1fr 1fr; }
  .jd-sys-card { grid-template-columns: 1fr; }
  .jd-sys-card-left { flex-direction: row; align-items: center; gap: 20px; padding: 20px; border-right: none; border-bottom: 1px solid #e5e7eb; }
  .jd-sys-photo { width: 100px; height: 140px; }
  .jd-sys-photo img { max-height: 140px !important; }
  .jd-sys-card-right { padding: 20px 24px; }
  .jd-sys-features { gap: 0 16px; }
  .jd-sys-cert-row { gap: 16px; }
  .jd-sys-title { font-size: 1.8em; }
  .jd-cand-section { padding: 50px 30px; }
  .jd-cand-grid { grid-template-columns: 1fr; }
  .jd-cand-photo { height: 280px; }
  .jd-reassure { gap: 16px; }
  .jd-myths-section { padding: 40px 30px 50px; }
  .jd-faq-section { padding: 50px 30px 40px; }
  .jd-pricing-header { padding: 50px 30px 70px; }
  .jd-inv-title { font-size: 2em; }
  .jd-inv-body { padding: 0 30px 0; }
  .jd-price-grid { gap: 12px; margin-top: -50px; }
  .jd-price-card { padding: 20px 16px; }
  .jd-price-amount { font-size: 1.6em; }
  .jd-includes-grid { grid-template-columns: repeat(2, 1fr); }
  .jd-value-grid { grid-template-columns: 1fr; }
  .jd-excellence-inner { flex-direction: column; text-align: center; }
  .jd-excellence-btn { margin-top: 16px; }
  .jd-ozone-content { grid-template-columns: 1fr; gap: 32px; }
  .jd-ozone-image { height: 280px; }
  .jd-ozone-dark-header { padding: 40px 0 60px; }
  .jd-ozone-title { font-size: 30px; }
  .jd-ozone-callout { padding: 28px 20px; }
  .jd-ozone-callout-title { font-size: 20px; }
  .jd-parallax-section { padding: 60px 30px; }
}
@media (max-width: 600px) {
  .jd-hero-content { padding: 30px 20px; }
  .jd-hero h1 { font-size: 1.8em; }
  .jd-hero-stats { flex-direction: column; gap: 20px; }
  .jd-section-white, .jd-section-alt, .jd-section-dark { padding: 40px 20px; }
  .jd-proc { padding: 40px 20px; }
  .jd-proc-title { font-size: 1.5em; }
  .jd-step-badge { width: 52px; height: 52px; }
  .jd-step-badge-bg { width: 52px; height: 52px; }
  .jd-step-badge-num { font-size: 46px; }
  .jd-step-card { padding: 20px 16px 18px; }
  .jd-step-items { margin-left: 0; }
  .jd-step-dur { margin-left: 0; }
  .jd-timing { grid-template-columns: 1fr; max-width: 320px; margin: 24px auto 0; }
  .jd-cta-section { padding: 50px 20px 40px; }
  .jd-cta-headline { font-size: 1.5em; }
  .jd-cta-card { padding: 24px 20px; }
  .jd-cta-section .jd-cta-card-title { font-size: 1.15em; }
  .jd-cta-send-label { letter-spacing: 0.5px; }
  .jd-cta-button-full { display: none; }
  .jd-cta-button-short { display: inline; }
  .jd-cta-button-email-mobile { display: block; text-align: center; font-family: 'Open Sans', sans-serif; font-size: 0.82em; color: rgba(255,255,255,0.5); margin-top: 8px; }
  .jd-cta-contact-links { display: flex; flex-direction: column; gap: 4px; }
  .jd-cta-contact-sep { display: none; }
  .jd-pathway-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto 32px; }
  .jd-pathway-card.featured { order: -1; }
  .jd-implant-cards { grid-template-columns: 1fr; }
  .jd-comparison-grid-header { display: none; }
  .jd-comparison-grid-row { display: flex; flex-direction: column; padding: 16px 14px; gap: 10px; border-bottom: 0.5px solid rgba(255,255,255,0.08); }
  .jd-comparison-grid-category { padding: 0; font-weight: 600; font-size: 14px; }
  .jd-comparison-grid-ceramic { padding: 0; padding-bottom: 10px; border-bottom: 0.5px solid rgba(255,255,255,0.06); }
  .jd-comparison-grid-titanium { padding: 0; }
  .jd-sys-card-left { flex-direction: column; align-items: center; }
  .jd-sys-photo { width: 100px; height: 140px; }
  .jd-sys-card-right { padding: 16px 20px; }
  .jd-sys-features { grid-template-columns: 1fr; }
  .jd-sys-cert-row { flex-direction: column; gap: 8px; align-items: center; }
  .jd-sys-title { font-size: 1.6em; }
  .jd-cand-section { padding: 40px 20px; }
  .jd-cand-title { font-size: 1.6em; }
  .jd-cand-photo { height: 220px; }
  .jd-factor { padding-left: 14px; }
  .jd-reassure { gap: 12px; }
  .jd-myths-section { padding: 36px 20px 40px; }
  .jd-myths-title { font-size: 1.6em; }
  .jd-myth-header { padding: 14px 16px; }
  .jd-myth-answer-inner { padding-left: 16px; }
  .jd-faq-section { padding: 40px 20px 30px; }
  .jd-faq-title { font-size: 1.6em; }
  .jd-faq-header { padding: 14px 16px; }
  .jd-pricing-header { padding: 40px 20px 60px; }
  .jd-inv-title { font-size: 1.6em; }
  .jd-inv-body { padding: 0 20px 0; }
  .jd-price-grid { grid-template-columns: 1fr; margin-top: -40px; }
  .jd-price-card.featured { order: -1; }
  .jd-price-amount { font-size: 1.8em; }
  .jd-includes-grid { grid-template-columns: 1fr; }
  .jd-includes { padding: 20px; }
  .jd-addcost-grid { grid-template-columns: 1fr; }
  .jd-excellence { padding: 20px; }
  .jd-inline-cta { padding: 24px 20px; }
  .jd-inline-cta-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .jd-inline-cta-text { font-size: 0.93em; }
  .jd-inline-cta-button { width: 100%; text-align: center; }
  .jd-parallax-section { padding: 40px 20px; }
  .jd-glass-card { padding: 24px 20px; }
}

