/**
 * makedental-filicode — front-end styles (enqueued only for the why-minish-veneers template).
 */

:root {
  --navy: #1a2366;
  --pink: #f7c5c5;
  --pink-dark: #e8a0a0;
  --pink-btn: #e07070;
  --gold: #c9a96e;
  --white: #fff;
  --light-bg: #fdf6f6;
  --text: #333;
  --text-light: #666;
  --border: #e8e0e0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Noto Sans', sans-serif;
  color: var(--text);
  background: #fff;
}

img {
  max-width: 100%;
}

.filicode-page h1,
.filicode-page h2 {
  font-weight: 700 !important;
}

.filicode-page p {
  font-weight: 400 !important;
}

/* HERO */
.hero {
  background: #EEEBE5;
  color: #fff;
  text-align: center;
  padding: 60px 20px 40px;
  position: relative;
  overflow: hidden;
}

.hero-imgs-video.have-implants img {
  background-color: #fff;
  height: 450px !important;
  object-fit: contain !important;
}

.implants-compare-wrap .placeholder-img {
  height: auto !important;
}

.steps-row.oneday-steps-wrap .placeholder-img {
  background: unset !important;
  height: unset !important;
}

.implants-tab-panel .ba-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 700px;
  margin: auto;
}

.implants-abutments-wrap .placeholder-img,
.implants-abutments-wrap .type-img {
  height: 290px !important;
}

.implants-compare-wrap .col li {
  color: #000;
}

.diff-compare .col.porcelain {
  border: 1px solid #ddd !important;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.hero h1 {
  color: #101111;
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.hero h2 {
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: 2px;
  color: var(--pink);
  margin-bottom: 30px;
}

.hero-imgs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.hero-imgs .img-box {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.implants-compare-wrap .placeholder-img {
  height: auto !important;
}

.implants-components-cards-wrap .placeholder-img {
  height: 272px;
  padding: 0;
}

.implants-components-cards-wrap .placeholder-img img {
  width: 100%;
}

.hero-imgs .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-imgs .img-box .label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(26, 35, 102, 0.7);
  color: #fff;
  text-align: center;
  padding: 6px;
  font-size: 0.78rem;
  letter-spacing: 1px;
}

.celeb-img-wrap .placeholder-img {
  padding: 4px;
}

.celeb-img-wrap .placeholder-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
}

.placeholder-img {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #c8d0e8 0%, #e8d0d8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 0.8rem;
  text-align: center;
  padding: 10px;
}

.doctor-photo .placeholder-img {
  height: auto !important;
  padding: 6px;
  overflow: hidden;
}

.doctor-photo .placeholder-img img {
  border-radius: 10px;
}

.btn-makedental {
  display: inline-block;
  background: var(--pink-btn);
  color: #fff;
  padding: 14px 36px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  transition: background 0.2s;
  margin-top: 10px;
  margin-bottom: 42px;
}

.btn-makedental:hover {
  background: #c85555;
  color: #fff !important;
}

.section-icon-about {
  max-width: 40px;
  margin: auto;
}

/* SECTION COMMON */
section {
  padding: 60px 20px;
}

.section-inner {
  max-width: 960px;
  margin: 0 auto;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #EEEBE5;
  color: #101111;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 0.8rem;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.section-tag .dot {
  width: 8px;
  height: 8px;
  background: var(--pink);
  border-radius: 50%;
}

h2.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: var(--navy);
  margin-bottom: 16px;
  line-height: 1.3;
}

h3.sub-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--navy);
  margin-bottom: 12px;
}

p.lead {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--text-light);
}

/* WHAT ARE MINISH */
.what-section {
  background: #fff;
}

.what-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 30px;
}

.what-grid img,
.what-grid .placeholder-img {
  border-radius: 12px;
  height: 280px;
}

.what-note {
  background: var(--light-bg);
  border-left: 4px solid var(--pink-btn);
  padding: 16px 20px;
  border-radius: 8px;
  margin-top: 20px;
  font-size: 0.9rem;
  color: var(--navy);
  font-style: italic;
  line-height: 1.6;
}

.right-about-image img {
  height: auto;
  max-height: 410px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.need-card .img-area .placeholder-img {
  padding: 0;
}

.shaving-grid .placeholder-img {
  height: auto !important;
  padding: 0;
  border-radius: 28px !important;
  overflow: hidden;
}

.shaving-grid .placeholder-img img {
  height: 100%;
}

.need-card .img-area .placeholder-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.minish-diference-image {
  margin: auto;
  border-radius: 62px;
}

.see-the-minish-process-section video {
  max-width: 100%;
  border-radius: 50px;
}

/* DIFFERENT FROM PORCELAIN */
.diff-section {
  background: #EEEBE5;
  color: #fff;
}

.diff-section h2.section-title {
  color: #101111;
}

.diff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.diff-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

.diff-card .icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

.diff-card h4 {
  font-size: 0.95rem;
  margin-bottom: 8px;
  color: var(--pink);
}

.diff-card p {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}

.diff-compare {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.diff-compare .col {
  flex: 1;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}

.diff-compare .col.minish {
  background: rgba(247, 197, 197, 0.18);
  border: 1px solid var(--pink-dark);
}

.diff-compare .col.porcelain {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.diff-compare .col h4 {
  color: var(--pink);
  font-size: 1rem;
  margin-bottom: 10px;
}

.diff-compare .col ul {
  list-style: none;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
}

.diff-compare .col ul li {
  padding: 4px 0;
}

.diff-compare .col ul li::before {
  content: '✓ ';
  color: var(--pink-btn);
}

.diff-compare .col.porcelain ul li::before {
  content: '✗ ';
  color: #aaa;
}

/* DO YOU NEED */
.need-section {
  background: var(--light-bg);
}

.need-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.need-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  text-align: center;
}

.need-card .img-area {
  height: 130px;
  overflow: hidden;
}

.need-card .img-area .placeholder-img {
  height: 130px;
  font-size: 0.75rem;
}

.need-card .need-label {
  padding: 10px 8px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--navy);
}

/* WHY CHOOSE */
.why-section {
  background: #fff;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.why-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  transition: box-shadow 0.2s;
}

.why-card:hover {
  box-shadow: 0 4px 24px rgba(26, 35, 102, 0.10);
}

.why-card .icon-circle {
  width: 56px;
  height: 56px;
  background: var(--navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 1.5rem;
}

.why-card h4 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}

.why-card p {
  font-size: 0.82rem;
  color: var(--text-light);
  line-height: 1.6;
}

/* NO SHAVING */
.shaving-section {
  background: var(--light-bg);
}

.shaving-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 30px;
}

.shaving-grid .placeholder-img {
  border-radius: 12px;
  height: 220px;
}

.mm-badge {
  display: inline-block;
  background: var(--navy);
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 12px 0;
}

/* CUSTOM HANDCRAFTED */
.custom-handcrafted-section {
  background: #fff;
}

.custom-handcrafted-section .custom-handcrafted-icon-wrap {
  text-align: center;
  margin-bottom: 10px;
}

.custom-handcrafted-section h2.section-title {
  text-align: center;
}

.custom-handcrafted-section .custom-handcrafted-lead {
  margin-top: 18px;
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.custom-handcrafted-section .custom-handcrafted-video {
  margin: 36px 0 30px;
  display: flex;
  justify-content: center;
}

.custom-handcrafted-section .custom-handcrafted-video video {
  max-width: 100%;
  border-radius: 50px;
}

.custom-handcrafted-section .custom-handcrafted-subtitle {
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
}

.custom-handcrafted-section .custom-handcrafted-outro {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* ONE-DAY VENEERS — HOW IT WORKS (6 STEPS) */
.minish-oneday-process-section {
  background: var(--light-bg);
  padding: 70px 20px;
}

.minish-oneday-process-subtitle {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  color: var(--navy);
  margin-bottom: 40px;
  font-weight: 600;
}

.minish-process-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: minish-step;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.hero-imgs-video.have-two {
  display: flex;
  gap: 20px;
  max-width: 100%;
}

.hero-imgs-video.have-two img {
  width: calc(100% / 2 - 12px) !important;
  background-color: #fff;
  border-radius: 50px;
}

.minish-process-steps img {
  border-radius: 14px;
  margin-bottom: 20px;
}

.minish-process-step {
  position: relative;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px 24px 24px 24px;
  margin-bottom: 18px;
  box-shadow: 0 2px 10px rgba(26, 35, 102, 0.06);
}

.minish-process-step:last-of-type {
  margin-bottom: 28px;
}

.minish-process-step-label {
  display: inline-block;
  background: var(--navy);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 5px 12px;
  border-radius: 6px;
  margin-bottom: 12px;
}

.minish-process-step-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--navy);
  margin-bottom: 12px;
  line-height: 1.35;
}

.minish-process-step-body {
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--text-light);
  margin: 0;
}

.minish-oneday-process-note {
  margin-top: 8px;
  max-width: 100%;
}

.minish-oneday-process-note strong {
  color: var(--navy);
  font-style: normal;
}

@media (max-width: 600px) {
  .minish-process-step {
    padding: 20px 18px;
  }

  .minish-process-step-title {
    font-size: 1.05rem;
  }
}

/* GLOBAL HEALTHCARE — VIDEO + LANGUAGE (HOW IT WORKS) */
.minish-global-health-section {
  background: #fff;
  padding: 70px 20px;
}

.minish-global-health-title {
  text-align: center;
  margin-bottom: 28px;
}

.minish-global-health-video-wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto 40px;
  max-width: 900px;
}

.minish-global-health-video-wrap video {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(26, 35, 102, 0.12);
}

.minish-lang-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 8px;
  align-items: start;
}

.minish-lang-point {
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px 24px;
}

.minish-lang-point-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  color: var(--navy);
  margin-bottom: 12px;
  line-height: 1.35;
}

.minish-lang-point-body {
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--text-light);
  margin: 0;
}

@media (max-width: 768px) {
  .minish-lang-points {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .minish-global-health-section {
    padding: 50px 20px;
  }
}

/* HOW MADE */
.how-section {
  background: #fff;
}

.steps-row {
  display: flex;
  gap: 0;
  margin-top: 30px;
}

.step-box {
  flex: 1;
  text-align: center;
  padding: 20px 12px;
  position: relative;
}

.step-num {
  width: 40px;
  height: 40px;
  background: var(--navy);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin: 0 auto 10px;
  font-size: 1rem;
}

.step-box .placeholder-img {
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}

.step-box .placeholder-img {
  border-radius: 8px;
  height: 100px;
  margin-bottom: 10px;
  font-size: 0.7rem;
}

.step-box p {
  font-size: 0.78rem;
  color: var(--text-light);
  line-height: 1.5;
}

/* TYPES */
.types-section {
  background: var(--light-bg);
}

.types-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.type-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  text-align: center;
}

.type-card .type-img {
  height: 150px;
}

.type-card .type-img .placeholder-img {
  height: 150px;
  font-size: 0.7rem;
  padding: 0;
}

.type-card .type-img .placeholder-img img {
  height: 100%;
  object-fit: cover;
}

.types-teeth-dual-neneers {
  text-align: center;
  font-size: large;
  gap: 20px;
}

.minish-before-after-slider .placeholder-img {
  max-width: calc(100% - 20px);
  border-radius: 20px;
}

.ba-section .placeholder-img {
  padding: 0;
}

.ba-section .placeholder-img img {
  height: 100%;
  object-fit: cover;
}

.types-teeth-dual-neneers img {
  border-radius: 20px;
  margin-bottom: 20px;
}

.type-card .type-body {
  padding: 16px;
}

.type-card h4 {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}

.type-card p {
  font-size: 0.78rem;
  color: var(--text-light);
  line-height: 1.5;
}

/* TYPE DETAIL */
.type-detail {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 30px;
  margin-top: 30px;
}

.type-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.type-detail-grid .placeholder-img {
  border-radius: 10px;
  height: 180px;
}

.type-tag {
  background: var(--navy);
  color: #fff;
  display: inline-block;
  padding: 4px 14px;
  border-radius: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.type-detail+.type-detail {
  margin-top: 20px;
}

.type-detail.alt {
  background: var(--light-bg);
}

/* BEFORE AFTER */
.ba-section {
  background: #EEEBE5;
  color: #101111;
  text-align: center;
  padding: 60px 20px;
}

.ba-section h2.section-title {
  color: #101111;
}

.ba-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.ba-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.ba-card .placeholder-img {
  height: 200px;
  font-size: 0.8rem;
}

.ba-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--pink-btn);
  color: #fff;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.72rem;
  font-weight: 600;
}

/* PREMIUM */
.premium-section {
  background: #eeebe5;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}

.warranty-section h2 {
  color: #101111;
}

.premium-inner {
  max-width: 800px;
  margin: 0 auto;
}

.premium-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin-bottom: 14px;
  color: #1d1d1d;
}

.premium-section p {
  font-size: 0.95rem;
  color:#1d1d1d;
  line-height: 1.8;
  margin-bottom: 20px;
}

.premium-person {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.premium-person .placeholder-img {
  width: 180px;
  height: 280px;
  border-radius: 12px;
  font-size: 0.8rem;
}

/* MATERIALS */
.materials-section {
  background: #fff;
}

.materials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 30px;
}

.strength-box {
  background: var(--light-bg);
  padding: 0;
  text-align: center;
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;

}

.mian-images-serial-number-item {
  display: flex;
  flex-wrap: wrap;
}

.mian-images-serial-number {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 38px;
}



.mian-images-serial-number img {
  border-radius: 24px;
  object-fit: contain;
  background-color: #e6eaed;
}

.warranty-boxes img {
  border-radius: 20px;
  object-fit: cover;
}

.strength-bar {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 16px;
}

.bar-item {
  text-align: center;
}

.bar-fill {
  width: 60px;
  border-radius: 8px;
  margin: 0 auto 8px;
  background: var(--navy);
}

.bar-fill.natural {
  height: 80px;
  background: #aaa;
}

.bar-fill.minish {
  height: 90px;
  background: var(--navy);
}

.bar-item small {
  font-size: 0.75rem;
  color: var(--text-light);
  display: block;
}

.bar-item strong {
  font-size: 0.9rem;
  color: var(--navy);
}

/* EQUIPMENT */
.equip-section {
  background: var(--light-bg);
}

.equip-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.equip-card {
  background: #fff;
  border-radius: 12px;
  padding: 22px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.equip-card .equip-img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  flex-shrink: 0;
}

.equip-card .equip-img .placeholder-img {
  height: 80px;
  border-radius: 8px;
  font-size: 0.65rem;
}

.equip-card h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}

.equip-card p {
  font-size: 0.8rem;
  color: var(--text-light);
  line-height: 1.6;
}

/* FINGERPRINTS / WARRANTY */
.warranty-section {
  background: #EEEBE5;
  color: #101111;
  padding: 60px 20px;
  text-align: center;
}

.warranty-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin-bottom: 20px;
}

.warranty-boxes {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.w-box {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 20px 28px;
  min-width: 160px;
  text-align: center;
}

.w-box .big {
  font-size: 2rem;
  font-weight: 700;
  color: var(--pink);
}

.w-box small {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-top: 4px;
}

/* SAFETY */
.safety-section {
  background: #fff;
}

.mpa-compare {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 30px;
}

.mpa-card {
  text-align: center;
  padding: 30px 24px;
  border-radius: 16px;
  border: 2px solid var(--border);
  min-width: 180px;
}

.mpa-card.highlight {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

.mpa-card .mpa-num {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--navy);
}

.mpa-card.highlight .mpa-num {
  color: var(--pink);
}

.mpa-card .mpa-label {
  font-size: 0.85rem;
  color: var(--text-light);
  margin-top: 4px;
}

.mpa-card.highlight .mpa-label {
  color: rgba(255, 255, 255, 0.75);
}

/* ONE DAY */
.oneday-section {
  background: var(--light-bg);
}

.timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 8px;
}

.tl-item {
  text-align: center;
  flex: 1;
  min-width: 80px;
}

.tl-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin: 0 auto 8px;
}

.tl-item small {
  font-size: 0.72rem;
  color: var(--text-light);
  display: block;
}

.tl-arrow {
  color: var(--pink-btn);
  font-size: 1.4rem;
  flex-shrink: 0;
}

.big-time {
  text-align: center;
  margin-top: 30px;
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  color: var(--navy);
  font-weight: 700;
}

.big-time span {
  color: var(--pink-btn);
}

/* PRICING */
.pricing-section {
  background: #fff;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.price-card {
  border: 2px solid var(--border);
  border-radius: 16px;
  padding: 24px 16px;
  text-align: center;
  transition: all 0.2s;
}

.price-card:hover {
  border-color: var(--navy);
  box-shadow: 0 4px 20px rgba(26, 35, 102, 0.1);
}

.price-card.featured {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

.price-card .plan-name {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--navy);
}

.price-card.featured .plan-name {
  color: var(--pink);
}

.price-card .plan-price {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--navy);
  margin: 10px 0;
}

.price-card.featured .plan-price {
  color: #fff;
}

.price-card .plan-note {
  font-size: 0.75rem;
  color: var(--text-light);
}

.price-card.featured .plan-note {
  color: rgba(255, 255, 255, 0.7);
}

.price-card .plan-warranty {
  margin-top: 10px;
  background: var(--light-bg);
  border-radius: 8px;
  padding: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--navy);
}

.price-card.featured .plan-warranty {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.hero-imgs-video video {
  max-width: 100%;
  border-radius: 35px;
}

/* DIVIDER */
.divider {
  height: 4px;
  background: linear-gradient(90deg, var(--navy), var(--pink-btn), var(--navy));
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .what-grid,
  .diff-compare,
  .shaving-grid,
  .materials-grid,
  .type-detail-grid {
    grid-template-columns: 1fr;
  }

  .diff-grid,
  .why-grid,
  .need-grid,
  .types-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ba-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-row {
    flex-wrap: wrap;
  }

  .equip-grid {
    grid-template-columns: 1fr;
  }

  h2.section-title {
    font-size: 1.5rem;
  }

  .hero h1 {
    font-size: 1.8rem;
  }
}

.minish-before-after-slider {
  position: relative;
}

/* Custom arrows */
.custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

  display: flex;
  align-items: center;
  gap: 8px;

  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  padding: 10px 14px;
  border-radius: 30px;
  cursor: pointer;

  font-size: 14px;
  transition: all 0.3s ease;
}

.custom-arrow:hover {
  background: #000;
  transform: translateY(-50%) scale(1.05);
}

/* Left */
.custom-prev {
  left: -10px;
}

/* Right */
.custom-next {
  right: -10px;
}

/* SVG */
.custom-arrow svg {
  display: block;
}

/* Hide default slick arrows just in case */
.slick-prev,
.slick-next {
  display: none !important;
}

/**
 * about-minish.css
 * Additional styles for the About MINISH page template.
 * Add to your plugin's CSS enqueue alongside style.css.
 */

/* ── HERO STATS STRIP ──────────────────────────────── */
.about-stats-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 18px 28px;
  margin: 24px auto 30px;
  max-width: 860px;
}

.about-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 28px;
}

.about-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--pink);
  line-height: 1.2;
}

.about-stat-label {
  font-size: 0.75rem;
  color: #101111;
  margin-top: 4px;
  letter-spacing: 0.5px;
  text-align: center;
}

.about-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

/* ── CELEBRITIES SLIDER ───────────────────────────── */
.minish-celeb-slider {
  position: relative;
  margin-top: 10px;
  padding: 0 56px;
}

.minish-celeb-slider .slick-list {
  margin: 0 -8px;
}

.minish-celeb-slider .slick-slide {
  padding: 0 8px;
}

.celeb-slide {
  height: 100%;
}

.celeb-card {
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  height: 100%;
}

.celeb-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(26, 35, 102, 0.12);
}

.celeb-img-wrap {
  border-radius: 14px;
  overflow: hidden;
}

.celebs-section .minish-celeb-slider .custom-prev {
  left: 4px;
}

.celebs-section .minish-celeb-slider .custom-next {
  right: 4px;
}

/* ── DOCTORS GRID ──────────────────────────────────── */
.doctors-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.doctor-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.2s, transform 0.2s;
}

.doctor-card:hover {
  box-shadow: 0 8px 28px rgba(26, 35, 102, 0.12);
  transform: translateY(-4px);
}

.doctor-photo {
  overflow: hidden;
}

.doctor-body {
  padding: 16px;
}

.doctor-name {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}

.doctor-role {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--pink-btn);
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.doctor-quote {
  font-size: 0.78rem;
  color: var(--text-light);
  line-height: 1.5;
  font-style: italic;
}

/* ── NEWS GRID ─────────────────────────────────────── */
.news-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 28px;
  margin-top: 10px;
}

.news-card {
  background: var(--light-bg);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
}

.news-card:hover {
  box-shadow: 0 8px 28px rgba(26, 35, 102, 0.12);
  transform: translateY(-4px);
}

.news-img-wrap {
  position: relative;
}

.bg-overlay {
  background: linear-gradient(135deg, #222171 0%, rgba(20, 39, 109, 0) 100%);
  opacity: 0.94;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.news-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--pink-btn);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}

.news-body {
  padding: 24px;
  position: relative;
  z-index: 1;
}

.news-body h3,
.news-body p {
  color: #fff;
}

/* ── MINISH BLOG (REST archive — image, title, meta, excerpt) ─ */
.minish-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 10px;
}

.minish-blog-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(26, 35, 102, 0.06);
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.minish-blog-card:hover {
  box-shadow: 0 10px 32px rgba(26, 35, 102, 0.1);
  transform: translateY(-3px);
}

.minish-blog-card__thumb {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(145deg, #e8e4f4 0%, #f5e8e8 100%);
}

.minish-blog-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.minish-blog-card__thumb--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: linear-gradient(135deg, #222171 0%, #3d4a8f 100%);
}

.minish-blog-card__placeholder-label {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.85);
}

.minish-blog-card__body {
  padding: 20px 22px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.minish-blog-card__title {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 10px;
}

.minish-blog-card__title a {
  color: var(--navy);
  text-decoration: none;
  transition: color 0.2s;
}

.minish-blog-card__title a:hover {
  color: var(--pink-btn);
}

.minish-blog-card__meta {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-bottom: 12px;
  line-height: 1.5;
}

.minish-blog-card__cat {
  color: var(--pink-btn);
  font-weight: 600;
}

.minish-blog-card__sep {
  margin: 0 6px;
  opacity: 0.6;
}

.minish-blog-card__date {
  color: var(--text-light);
}

.minish-blog-card__excerpt {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--text);
  margin: 0;
  flex: 1;
}

.minish-blog-card__read {
  margin-top: 14px;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--pink-btn);
  text-decoration: none;
  align-self: flex-start;
}

.minish-blog-card__read:hover {
  text-decoration: underline;
  color: #c85555;
}

.minish-blog-actions {
  text-align: center;
  margin-top: 36px;
}

.minish-blog-load-more:disabled {
  opacity: 0.75;
  cursor: wait;
}

@media (max-width: 1024px) {
  .minish-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .minish-blog-grid {
    grid-template-columns: 1fr;
  }
}

/* ── PRECAUTIONS PAGE — topic jump links ───────────── */
.precautions-jump-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.precautions-jump-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}

.precautions-jump-item:first-child {
  padding-top: 0;
}

.precautions-jump-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.precautions-jump-label {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  color: var(--navy);
  font-weight: 700;
  line-height: 1.4;
  flex: 1;
  min-width: 200px;
}

.precautions-jump-section .precautions-jump-read {
  color: var(--pink-btn);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  white-space: nowrap;
}

.precautions-jump-section .precautions-jump-read:hover {
  text-decoration: underline;
  color: #c85555;
}

@media (max-width: 480px) {
  .precautions-jump-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ── RESPONSIVE ────────────────────────────────────── */
@media (max-width: 1024px) {
  .minish-celeb-slider {
    padding: 0 52px;
  }

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

@media (max-width: 768px) {
  .about-stats-strip {
    gap: 16px 0;
    padding: 16px 12px;
  }

  .about-stat-divider {
    display: none;
  }

  .about-stat-item {
    padding: 0 14px;
    flex: 1 1 45%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }

  .about-stat-item:nth-child(4),
  .about-stat-item:nth-child(7) {
    border-right: none;
  }

  .minish-celeb-slider {
    padding: 0 48px;
  }

  .doctors-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .minish-celeb-slider {
    padding: 0 44px;
  }

  .doctors-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ─── BEFORE & AFTER (before-after-minish template) ─── */
.filicode-page--before-after .ba-hero h2 {
  color: var(--pink);
  font-size: 1.15rem;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 24px;
}

.filicode-page--before-after .ba-hero .btn-makedental {
  margin-bottom: 24px;
}

.ba-intro-section {
  background: #fff;
  padding: 50px 20px 30px;
  text-align: center;
}

.ba-intro-title {
  margin-bottom: 12px;
}

.ba-intro-lead {
  margin: 0;
}

.ba-text-link {
  color: var(--navy);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--pink-btn);
  transition: color 0.2s;
}

.ba-text-link:hover {
  color: var(--pink-btn);
}

.ba-cases-section {
  background: var(--light-bg);
  padding: 50px 20px 70px;
}

.ba-cases-heading {
  text-align: center;
  margin-bottom: 28px;
}

.ba-category-tabs,
.ba-condition-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 32px;
}

.ba-category-tab,
.ba-condition-tab {
  appearance: none;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--navy);
  padding: 10px 18px;
  border-radius: 24px;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.ba-category-tab:hover,
.ba-condition-tab:hover {
  border-color: var(--navy);
}

.ba-category-tab.is-active,
.ba-condition-tab.is-active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.ba-condition-panels {
  margin-bottom: 36px;
}

.ba-condition-panel {
  display: none;
}

.ba-condition-panel.is-active {
  display: block;
}

.ba-cases-gallery {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ba-gallery-item {
  margin: 0;
}

.ba-gallery-figure {
  margin: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.ba-gallery-img-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 25%;
  background: #f0f0f0;
  overflow: hidden;
}

.ba-gallery-img-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ba-gallery-caption {
  padding: 12px 10px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.35;
}

/* Legacy grid (if reused elsewhere) */
.ba-cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
  margin-bottom: 36px;
}

.ba-case-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.ba-case-card-visual {
  height: 120px;
  background: var(--ba-card-gradient, linear-gradient(135deg, #d8c8e8, #c8d8e8));
}

.ba-case-card-label {
  padding: 12px 10px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--navy);
  margin: 0;
  line-height: 1.35;
}

.ba-cases-empty {
  display: none;
  text-align: center;
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: 24px;
}

.ba-cases-empty.is-visible {
  display: block;
}

.ba-cta-row {
  text-align: center;
}

.ba-cta-primary {
  margin-bottom: 0;
}

.ba-celeb-cta-section {
  background: var(--navy);
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.ba-celeb-title {
  color: #fff !important;
  margin-bottom: 16px;
}

.ba-celeb-lead {
  margin: 0;
}

.ba-celeb-cta-section .ba-text-link {
  color: var(--pink);
  border-bottom-color: rgba(247, 197, 197, 0.6);
}

.ba-celeb-cta-section .ba-text-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

@media (max-width: 600px) {

  .ba-category-tabs,
  .ba-condition-tabs {
    gap: 8px;
  }

  .ba-category-tab,
  .ba-condition-tab {
    padding: 8px 14px;
    font-size: 0.75rem;
  }

  .ba-cases-gallery {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ba-cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/**
 * makedental-filicode — Dental Spa page extra styles.
 * Add these rules to assets/css/style.css (or enqueue as a separate file).
 * All selectors are scoped under .filicode-page--dental-spa to avoid conflicts.
 */

/* ─── HERO ───────────────────────────────────────────── */
.filicode-page--dental-spa .ds-hero h2 {
  color: var(--pink);
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 24px;
}

.ds-hero-imgs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.ds-hero-imgs .img-box {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  flex: 1 1 220px;
  max-width: 340px;
  height: 220px;
}

.ds-hero-imgs .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ─── S·P·A PILLARS ──────────────────────────────────── */
.ds-spa-pillars {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 640px;
  margin: 0 auto;
}

.ds-spa-pillar {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: var(--light-bg);
  border-left: 4px solid var(--pink-btn);
  border-radius: 10px;
  padding: 18px 22px;
}

.ds-spa-letter {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: var(--navy);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.ds-spa-pillar-text strong {
  display: block;
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.ds-spa-pillar-text p {
  font-size: 0.85rem;
  color: var(--text-light);
  line-height: 1.6;
  margin: 0;
}

/* ─── WHO SECTION ────────────────────────────────────── */
.ds-who-section {
  background: var(--light-bg);
  padding: 60px 20px;
}

.ds-who-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 10px;
}

.ds-who-img-wrap .placeholder-img {
  border-radius: 24px !important;
  overflow: hidden;
  padding: 0 !important;
}

.ds-who-img-wrap .placeholder-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.ds-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ds-checklist li {
  position: relative;
  padding: 8px 0 8px 32px;
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.6;
  border-bottom: 1px solid var(--border);
}

.ds-checklist li:last-child {
  border-bottom: none;
}

.ds-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 10px;
  color: var(--pink-btn);
  font-weight: 700;
  font-size: 1rem;
}

/* ─── WHY SECTION ────────────────────────────────────── */
.ds-why-section {
  background: #fff;
  padding: 60px 20px;
}

.ds-why-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
  margin-bottom: 48px;
}

.ds-why-card {
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px 22px;
  text-align: center;
  transition: box-shadow 0.2s;
}

.ds-why-card:hover {
  box-shadow: 0 6px 28px rgba(26, 35, 102, 0.10);
}

.ds-why-card--accent {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

.ds-why-card--accent h4 {
  color: var(--pink) !important;
}

.ds-why-card--accent p {
  color: rgba(255, 255, 255, 0.8) !important;
}

.ds-why-card-icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

.ds-why-card h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 1.4;
}

.ds-why-card p {
  font-size: 0.82rem;
  color: var(--text-light);
  line-height: 1.6;
  margin: 0;
}

/* Sub-feature blocks */
.ds-features {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ds-feature-block {
  background: var(--light-bg);
  border-left: 4px solid var(--navy);
  border-radius: 8px;
  padding: 22px 26px;
}

.ds-feature-block .sub-title {
  margin-bottom: 8px;
}

/* ─── OFFER / SERVICES GRID ──────────────────────────── */
.ds-offer-section {
  background: var(--light-bg);
  padding: 60px 20px;
}

.ds-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.ds-service-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px 18px;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
}

.ds-service-card:hover {
  box-shadow: 0 4px 20px rgba(26, 35, 102, 0.10);
  transform: translateY(-2px);
}

.ds-service-icon {
  font-size: 2rem;
  margin-bottom: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ds-service-icon img {
  width: 82px;
  height: auto;
}

.ds-equipment-img-wrap .placeholder-img {
  height: 277px !important;
  background-color: #fff !important;
}

.ds-equipment-img-wrap {
  height: auto;
}

.ds-equipment-img-wrap .placeholder-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #fff;
}

.ds-service-card h4 {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
  line-height: 1.4;
}

.ds-service-card p {
  font-size: 0.8rem;
  color: var(--text-light);
  line-height: 1.6;
  margin: 0;
}

/* ─── EQUIPMENT SECTION ──────────────────────────────── */
.ds-equipment-section {
  background: #EEEBE5;
  color: #fff;
  padding: 60px 20px;
}

.ds-equipment-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ds-equipment-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 24px;
  transition: background 0.2s;
  flex: 1;
  min-width: 280px;
}

.ds-equipment-card:hover {
  background: rgba(255, 255, 255, 0.10);
}

.ds-equipment-img-wrap {
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
  height: 90px;
}

.ds-equipment-placeholder {
  padding: 0 !important;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
}

.ds-equipment-card h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--pink);
  margin-bottom: 8px;
}

.ds-equipment-card p {
  font-size: 0.8rem;
  color: #101111;
  line-height: 1.65;
  margin: 0;
}

/* ─── FAQ SECTION ────────────────────────────────────── */
.ds-faq-section {
  background: #fff;
  padding: 60px 20px;
}

.ds-faq-list {
  margin-top: 36px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ds-faq-item {
  border-bottom: 1px solid var(--border);
}

.ds-faq-item:first-child {
  border-top: 1px solid var(--border);
}

.ds-faq-q {
  padding: 20px 40px 20px 0;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
  position: relative;
  line-height: 1.5;
  transition: color 0.2s;
}

.ds-faq-q::-webkit-details-marker {
  display: none;
}

.ds-faq-q::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--pink-btn);
  font-weight: 300;
  transition: transform 0.25s;
}

.ds-faq-item[open] .ds-faq-q::after {
  transform: translateY(-50%) rotate(45deg);
}

.ds-faq-item[open] .ds-faq-q {
  color: var(--pink-btn);
}

.ds-faq-a {
  padding: 0 0 22px;
}

.ds-faq-a p {
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.8;
  margin: 0 0 10px;
}

.ds-faq-a ul {
  padding-left: 20px;
  margin: 8px 0 0;
}

.ds-faq-a ul li {
  font-size: 0.87rem;
  color: var(--text-light);
  line-height: 1.7;
}

/* ─── RESPONSIVE ─────────────────────────────────────── */

@media (max-width: 768px) {
  .ds-who-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ds-why-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ds-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }


  .ds-hero-imgs .img-box {
    flex: 1 1 100%;
    max-width: 100%;
    height: 180px;
  }
}

@media (max-width: 480px) {
  .ds-services-grid {
    grid-template-columns: 1fr;
  }

  .ds-spa-pillar {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* ─── MINISH IMPLANTS — DIGITAL SURGICAL GUIDE ───────────────── */
.implants-dsg-section {
  background: #fff;
}

.implants-dsg-inner {
  max-width: 1100px;
}

.implants-dsg-intro {
  text-align: center;
  margin-bottom: 40px;
}

.implants-dsg-kicker {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b8cc4;
  margin: 0 0 12px;
}

.implants-dsg-intro .section-title {
  margin-bottom: 8px;
}

.implants-dsg-intro-sub {
  text-align: center;
  margin: 0;
  font-size: 1.35rem;
}

.implants-dsg-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 8px;
}

.implants-dsg-split-text {
  text-align: left;
}

.implants-dsg-what-heading {
  margin-top: 0;
  margin-bottom: 14px;
}

.implants-dsg-benefits {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.implants-dsg-benefits li {
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--text);
}

.implants-dsg-benefits li:last-child {
  border-bottom: none;
}

.implants-dsg-arrow {
  color: var(--pink-btn);
  font-weight: 700;
  margin: 0 6px;
}

.implants-dsg-benefits-lead {
  font-weight: 600;
  color: var(--navy);
}

.implants-dsg-benefits-tail,
.implants-dsg-benefits-full {
  color: var(--text-light);
}

.implants-dsg-split-media {
  position: sticky;
  top: 24px;
}

.implants-dsg-media-frame {
  border-radius: 12px;
  overflow: hidden;
  background: #e8eaee;
  box-shadow: 0 8px 28px rgba(26, 35, 102, 0.12);
}

.implants-dsg-media-frame img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.implants-dsg-steps-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  margin-top: 48px;
  margin-bottom: 28px;
  font-size: 1.65rem;
  line-height: 1.3;
}

.implants-dsg-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.implants-dsg-step {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.implants-dsg-step-img-wrap {
  background: #e8eaee;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.implants-dsg-step-img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.implants-dsg-step-bar {
  background: var(--navy);
  color: #fff;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 12px 8px;
  line-height: 1.35;
}

.implants-dsg-step-caption {
  margin: 0;
  padding: 12px 10px 14px;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--text-light);
  text-align: center;
}

@media (max-width: 900px) {
  .implants-dsg-split {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .implants-dsg-split-media {
    position: static;
    order: -1;
  }

  .implants-dsg-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .implants-dsg-steps {
    grid-template-columns: 1fr;
  }

  .implants-dsg-steps-title {
    font-size: 1.4rem;
  }
}

/* ─── ORTHODONTIC TREATMENT (templates/orthodontic-treatment.php) ─── */
.ortho-ideal {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.ortho-kicker {
  text-align: center;
  margin-bottom: 8px;
}

.ortho-kicker--spaced {
  margin-bottom: 12px;
}

.ortho-kicker--hybrid {
  text-align: center;
  margin-bottom: 14px;
}

.ortho-title {
  text-align: center;
  margin-bottom: 36px;
}

.ortho-title--tight {
  text-align: center;
  margin-bottom: 12px;
}

.ortho-title--hybrid {
  text-align: center;
  font-size: 2rem;
  color: var(--navy);
  margin-bottom: 26px;
}

p.lead.lead--ortho-ideal {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 32px;
}

p.lead.lead--ortho-programs {
  text-align: center;
  max-width: 580px;
  margin: 0 auto 34px;
}

/* Flex rows (shared with other dental template markup) */
.ds-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.ds-row--cards {
  gap: 24px;
  margin-bottom: 28px;
}

.ds-row--icons {
  gap: 22px;
}

.ds-row--icons-row-1 {
  margin-bottom: 16px;
}

.ortho-program.ds-row,
.ortho-program {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 36px;
}

.ortho-program:last-child {
  margin-bottom: 0;
}

.ds-card-feature {
  flex: 1;
  min-width: 200px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.04);
  padding: 16px;
}

.ds-card-feature figure {
  margin: 0 0 10px;
}

.ds-card-feature img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
  border-radius: 7px;
}

.ds-card-feature figcaption {
  text-align: center;
  color: #666;
  font-size: 0.92em;
  margin-top: 8px;
}

.ds-feature-card {
  flex: 1;
  min-width: 170px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
  padding: 18px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ds-feature-card img {
  width: 60px;
  height: auto;
  margin-bottom: 8px;
}

p.ds-feature-title {
  font-weight: 600;
  margin-bottom: 0;
}

.ortho-programs {
  background: var(--light-bg);
  padding: 60px 20px 50px;
}

.ortho-programs .section-inner--wide {
  max-width: 1120px;
  margin: 0 auto;
}

.ortho-program__media {
  flex: 1 1 320px;
  min-width: 260px;
}

.ortho-program__media-figure {
  margin: 0 0 18px;
}

.ortho-program__main-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 12px;
}

.ortho-program__body {
  flex: 1 1 350px;
  min-width: 260px;
}

.ortho-program__icon-figure {
  margin: 0 0 14px;
}

.ortho-program__icon-img {
  display: inline-block;
  border-radius: 7px;
}

.ortho-program__icon-img--lg {
  max-width: 170px;
}

.ortho-program__icon-img--md {
  max-width: 150px;
}

.ortho-program__icon-img--sm {
  max-width: 140px;
}

.ortho-program__kicker {
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 9px;
}

.ortho-program__title {
  font-size: 1.2rem;
  color: var(--navy);
  margin-bottom: 16px;
  font-family: 'Playfair Display', serif;
}

.ortho-program__list {
  margin: 0;
  padding: 0 0 0 20px;
  color: #333;
  font-size: 1rem;
}

.ortho-program__list li {
  margin-bottom: 7px;
}

.ortho-program__list li:last-child {
  margin-bottom: 0;
}

.minish-hybrid-section {
  background: #f9f9fb;
  padding: 60px 24px;
}

.minish-hybrid-section .section-inner--1080 {
  max-width: 1080px;
  margin: 0 auto;
}

.minish-hybrid-section .section-tag--accent {
  font-size: 1.08rem;
  color: var(--navy);
  font-weight: 600;
}

.ortho-hybrid-row {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: stretch;
  justify-content: center;
}

.ortho-hybrid-text {
  flex: 1 1 340px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ortho-hybrid-lead {
  font-size: 1.13rem;
  color: #23265d;
  margin-bottom: 18px;
}

.ortho-hybrid-lead a {
  color: var(--pink-btn);
  text-decoration: underline;
}

.ortho-hybrid-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.ortho-hybrid-list li {
  display: flex;
  align-items: flex-start;
}

.ortho-hybrid-list__icon {
  display: inline-flex;
  margin-right: 10px;
  margin-top: 2px;
  color: var(--navy);
}

.ortho-hybrid-list__icon svg {
  color: var(--navy);
}

.ortho-hybrid-media {
  flex: 1 1 360px;
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ortho-hybrid-media figure {
  margin: 0;
}

.ortho-hybrid-img {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(58, 56, 140, 0.08);
}

/* ─── ORTHO ONE-DAY (Kadence migration) ─── */
.ortho-oneday {
  background: #eeede8;
  padding: 60px 20px 56px;
}

.ortho-oneday__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.ortho-oneday .ortho-kicker {
  text-align: center;
  margin-bottom: 10px;
}

.ortho-oneday__title {
  text-align: center;
  margin-bottom: 18px;
}

.ortho-oneday__lead {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 16px;
}

.ortho-oneday__asterisk {
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--text-light);
  text-align: center;
  max-width: 720px;
  margin: 0 auto 36px;
}

.ortho-oneday-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 32px;
}

.ortho-oneday-step__figure {
  margin: 0;
  text-align: center;
}

.ortho-oneday-step__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(26, 35, 102, 0.08);
}

.ortho-oneday-step__caption {
  margin: 14px 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--text);
}

.ortho-oneday-step__caption strong {
  color: var(--navy);
  font-weight: 700;
}

.ortho-oneday__strap {
  text-align: center;
  background: #fff;
  border-radius: 12px;
  padding: 18px 20px;
  margin: 0 0 22px;
  font-size: 1.05rem;
  color: var(--navy);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
}

.ortho-oneday__btn-wrap {
  text-align: center;
}

.ortho-oneday__btn-wrap .btn-makedental {
  display: inline-block;
  min-width: min(100%, 280px);
}

@media (max-width: 900px) {
  .ortho-oneday-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .ortho-oneday-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ds-row--cards,
  .ds-row--icons {
    flex-direction: column;
  }

  .ds-card-feature,
  .ds-feature-card {
    min-width: 100%;
  }
}

/* ─── TEETH WHITENING (Kadence palette1 bg, light text) ─── */
.teeth-whitening-hero,
.capp-hero {
  background: #EEEBE5;
  color: #101111;
  text-align: center;
  padding: 56px 20px 50px;
  position: relative;
  overflow: hidden;
}

.teeth-whitening-hero .hero-inner,
.capp-hero .hero-inner {
  max-width: 900px;
  margin: 0 auto;
}

.teeth-whitening-hero h1,
.capp-hero h1 {
  color: #101111;
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
}

.teeth-whitening-hero p.lead,
.capp-hero p.lead {
  color: #101111;
  max-width: 700px;
  margin: 0 auto 22px;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.85;
}

.teeth-whitening-hero .btn-makedental,
.capp-hero .btn-makedental {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 1.02rem;
  padding: 14px 36px;
}

.teeth-whitening-hero-slider {
  position: relative;
  margin-top: 24px;
  text-align: center;
}

.teeth-whitening-hero-slider .teeth-whitening-hero__figure {
  margin: 0;
}

.teeth-whitening-hero__img {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  border-radius: 18px;
  background: #1a1a1a;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.teeth-whitening-hero .slick-dots {
  position: relative;
  bottom: auto;
  margin: 20px 0 0;
}

.teeth-whitening-hero .slick-dots li button:before {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  font-size: 10px;
}

.teeth-whitening-hero .slick-dots li.slick-active button:before {
  color: #fff;
}

.teeth-whitening-hero .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* Bottom CTA strip */
.teeth-whitening-cta-bottom {
  background: #eeede5;
  padding: 60px 20px;
  text-align: center;
}

.teeth-whitening-cta-bottom__inner {
  max-width: 600px;
  margin: 0 auto;
}

.teeth-whitening-cta-bottom h2 {
  font-family: 'Playfair Display', serif;
  color: #101111;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.3;
}

.teeth-whitening-cta-bottom p {
  color: #101111;
  margin: 0 0 28px;
  font-size: 0.95rem;
  line-height: 1.8;
}

.teeth-whitening-cta-bottom .btn-makedental {
  font-size: 1.05rem;
  padding: 16px 48px;
  display: inline-block;
}

/* ─── TEETH WHITENING PAGE (full template) ─── */
.filicode-page .tw-page-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 20px 20px;
}

.filicode-page .tw-sub {
  text-align: center;
  margin: 1.5rem 0 1rem;
}

.filicode-page .tw-factor-heading {
  font-size: 1.05rem;
  color: var(--navy);
  margin: 1.5rem 0 0.75rem;
}

.filicode-page .tw-ext-row {
  margin-bottom: 0.5rem;
}

.filicode-page .tw-cause-card figure {
  margin: 0 0 10px;
}

.filicode-page .tw-cause-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.filicode-page .tw-cause-title {
  font-size: 0.95rem;
  color: var(--navy);
  margin: 0 0 0.4rem;
  text-align: center;
}

.filicode-page .tw-cause-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--text-light);
  text-align: left;
  margin: 0;
}

.filicode-page .tw-internal4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 24px;
}

.filicode-page .tw-internal4__item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
}

.filicode-page .tw-info-alert {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff8e6;
  border: 1px solid #e8d9a4;
  border-radius: 12px;
  padding: 18px 20px;
  margin: 28px 0 24px;
  text-align: left;
}

.filicode-page .tw-info-alert__icon {
  flex: 0 0 auto;
  color: #b8860b;
}

.filicode-page .tw-info-alert__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #333;
}

.filicode-page .tw-spot-row {
  gap: 24px;
  margin-top: 8px;
}

.filicode-page .tw-spot-col {
  flex: 1 1 280px;
  min-width: 200px;
  text-align: center;
}

.filicode-page .tw-spot-col img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.filicode-page .tw-spot-label {
  margin: 12px 0 0;
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--navy);
  background: #eeede5;
  padding: 10px 12px;
  border-radius: 8px;
}

.filicode-page .tw-types-section {
  margin-top: 0;
}

.filicode-page .tw-vital-compare {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 8px;
}

.filicode-page .tw-vital-compare__col {
  flex: 1 1 340px;
  min-width: 280px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px 20px;
  text-align: left;
}

.filicode-page .tw-vital-compare__h {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  color: var(--navy);
  margin: 0 0 12px;
}

.filicode-page .tw-vital-compare__fig {
  margin: 0 0 14px;
  text-align: center;
}

.filicode-page .tw-vital-compare__fig img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.filicode-page .tw-vital-compare__p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--text-light);
  margin: 0;
}

.filicode-page .tw-mark {
  color: var(--navy);
  border-bottom: 2px solid var(--pink-btn);
  padding-bottom: 2px;
}

.filicode-page .tw-figure-block {
  margin: 1rem auto 1.5rem;
  text-align: center;
}

.filicode-page .tw-figure--narrow {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.filicode-page .tw-strong-lead {
  font-size: 1rem;
  color: #101111;
  margin: 0.75rem 0;
}

.filicode-page .tw-strong-lead--navy {
  color: var(--navy);
}

.filicode-page .tw-step4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 1rem 0 1.5rem;
}

.filicode-page .tw-step4__item {
  text-align: center;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--text);
}

.filicode-page .tw-step4__item > img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 8px;
}

.filicode-page .tw-step-num--navy {
  color: var(--navy);
  font-size: 1.1rem;
  margin: 0.25rem 0 0.4rem;
}

.filicode-page .tw-nvflow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  background: #f5f5f7;
  border-radius: 14px;
  padding: 20px 16px 24px;
  margin: 1rem 0;
}

.filicode-page .tw-nvflow__col {
  flex: 1 1 200px;
  max-width: 280px;
  min-width: 160px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #333;
}

.filicode-page .tw-nvflow__k {
  margin: 0 0 0.4rem;
  color: #101111;
}

.filicode-page .tw-nvflow__k strong {
  color: var(--navy);
}

.filicode-page .tw-nvflow__p {
  margin: 0;
  color: var(--text-light);
  font-size: 0.88rem;
}

.filicode-page .tw-nvflow__arr {
  flex: 0 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
}

.filicode-page .teeth-whitening-bna-slider {
  position: relative;
  max-width: 100%;
  margin: 1.25rem auto 0;
}

.filicode-page .teeth-whitening-bna-slider .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 16px;
}

.filicode-page .tw-gum-list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.filicode-page .tw-gum-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text);
}

.filicode-page .tw-gum-list__i {
  flex: 0 0 22px;
  color: #2a9d3c;
  margin-top: 3px;
}

.filicode-page .tw-gum4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 1.25rem;
}

.filicode-page .tw-gum4 img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.filicode-page .tw-gum4__cap {
  margin: 10px 0 0;
  font-size: 0.86rem;
  line-height: 1.4;
  color: var(--navy);
  text-align: center;
}

.filicode-page .tw-table-wrap {
  margin: 1.5rem 0 0.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.filicode-page .tw-compare-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-size: 0.86rem;
  line-height: 1.5;
  border: 1px solid var(--border);
  background: #fff;
}

.filicode-page .tw-compare-table th,
.filicode-page .tw-compare-table td {
  border: 1px solid var(--border);
  padding: 12px 10px;
  text-align: left;
  vertical-align: top;
}

.filicode-page .tw-compare-table thead th {
  background: var(--navy);
  color: #f5f3ef;
  font-weight: 600;
}

.filicode-page .tw-compare-table tbody tr:nth-child(even) {
  background: #fafafa;
}

.filicode-page .tw-cta-veneers {
  text-align: center;
  margin: 1.5rem 0 0.5rem;
}

.filicode-page .tw-precheck-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0.5rem;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.filicode-page .tw-precheck-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text);
}

.filicode-page .tw-precheck-list__icon {
  flex: 0 0 22px;
  color: var(--pink-btn);
  margin-top: 2px;
}

.filicode-page .tw-faq-sect {
  margin: 0 auto;
  padding: 48px 20px 32px;
}

.filicode-page .tw-faq-block {
  margin-top: 1.75rem;
  text-align: left;
}

.filicode-page .tw-faq-block .sub-title {
  text-align: left;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.filicode-page .tw-faq-ul {
  margin: 0.5rem 0 0 1.1rem;
  padding: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--text-light);
}

.filicode-page .tw-faq-ul li {
  margin-bottom: 0.4rem;
}

.filicode-page .tw-title-left {
  text-align: left;
  margin-top: 2.5rem;
}

.filicode-page .tw-subsection-heading {
  margin-top: 2rem;
}

.filicode-page .tw-h3-nv {
  margin-top: 2.5rem;
}

.filicode-page .tw-gum-consider-heading {
  margin-top: 1.5rem;
}

.filicode-page .tw-notposs__lead {
  text-align: left;
  max-width: 900px;
  margin: 1rem auto 0;
}

.filicode-page .tw-notposs__note {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.filicode-page .tw-faq-h2 {
  text-align: center;
}

.filicode-page .tw-faq-sect {
  max-width: 800px;
}

.filicode-page .tw-paragraph-wide {
  text-align: left;
  max-width: none;
}

.filicode-page .tw-section-heading-space {
  margin-top: 2.5rem;
}

@media (max-width: 900px) {
  .filicode-page .tw-internal4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filicode-page .tw-step4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filicode-page .tw-gum4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .filicode-page .tw-internal4 {
    grid-template-columns: 1fr;
  }

  .filicode-page .tw-step4 {
    grid-template-columns: 1fr;
  }

  .filicode-page .tw-gum4 {
    grid-template-columns: 1fr;
  }

  .filicode-page .tw-nvflow__arr {
    display: none;
  }
}

/* Cavities and Prosthodontics page
   – paired with .filicode-page for typography where needed
   – layout-only; reuses .btn-makedental, .sub-title, .section-tag, .tw-mark, etc. */

.capp-hero,
.teeth-whitening-hero.capp-hero {
  background: #EEEBE5;
  color: #101111;
}

.capp-hero__figure,
.teeth-whitening-hero.capp-hero .teeth-whitening-hero__img {
  max-width: 100%;
  margin: 0 auto 1.5rem;
  display: block;
}

.capp-hero h1,
.capp-hero .tw-hero-paragraph {
  color: #101111;
}

.capp-section,
.capp-symptoms {
  padding: 3.5rem 0; 
  border-top: 1px solid #eee2e0;
  border-bottom: 1px solid #eee2e0;
}

.capp-ideal-grid,
.capp-stage-grid,
.capp-method5,
.capp-rc4,
.capp-oneday-6 {
  display: grid;
  gap: 1.75rem;
  margin-top: 2rem;
}

.capp-ideal-grid,
.capp-stage-grid,
.capp-rc4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}

.capp-oneday-6 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.capp-ideal-card {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem #001f5c14;
  padding: 1.5rem 1.25rem;
  text-align: center;
  height: 100%;
}

.capp-ideal-card img {
  display: block;
  margin: 0 auto 1rem;
  max-width: 90px;
  height: auto;
}

.capp-ideal-card h3,
.capp-ideal-card__title {
  color: #001f5c;
  font-weight: 800;
  margin: 0 0 0.5rem;
  text-align: center !important;
  font-size: 1.05rem;
  line-height: 1.4;
}

.capp-ideal-card p,
.capp-ideal-card__text {
  color: #001f5c;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.capp-stage {
  text-align: center;
}

.capp-stage__label,
.capp-stage__h {
  color: #001f5c;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
}

.capp-stage__name,
.capp-stage__h2 {
  color: #001f5c;
  text-align: center;
  font-weight: 800;
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
}

.capp-stage__body,
.capp-stage__body strong {
  color: #3d5a5c;
  line-height: 1.5;
  font-size: 0.95rem;
  text-align: left;
  margin: 0;
  max-width: 28em;
  margin-left: auto;
  margin-right: auto;
}

.capp-stage__body p {
  margin: 0 0 0.75rem;
}

.capp-stage__body p:last-child {
  margin-bottom: 0;
}

.capp-stage figure {
  margin: 0 0 1rem;
}

.capp-stage__img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 0.25rem;
}

.capp-method5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.capp-method5__item {
  min-width: 0;
  background: #fff;
  border-radius: 0.5rem;
  padding: 1rem 0.5rem 1.25rem;
  box-shadow: 0 0.25rem 0.5rem #001f5c14;
}

.capp-method5__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  height: 100%;
  text-align: left;
}

.capp-method5__row img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
  margin: 0 auto 0.25rem;
}

.capp-method5__k,
.capp-method5__h,
.capp-method5__p {
  color: #001f5c;
  line-height: 1.4;
  margin: 0;
  width: 100%;
}

.capp-method5__k {
  color: #b68c2e;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  font-weight: 800;
  text-align: left;
  margin: 0 0 0.5rem 0.25rem;
}

.capp-method5__h {
  font-size: 1.1rem;
  text-align: left;
  margin: 0 0 0.5rem 0.25rem;
  font-weight: 800;
}

.capp-method5__p {
  color: #3d5a5c;
  font-size: 0.95rem;
  text-align: left;
  font-weight: 400;
  padding: 0 0.5rem 0.25rem 0.25rem;
  flex: 1;
}

.capp-cta-mid {
  text-align: center;
  margin: 2.5rem 0 0;
}

.capp-cta-mid--aftertitle {
  margin: 0 0 1.5rem;
}

.capp-cta-mid a {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.capp-solutions-title {
  margin: 2.5rem 0 1rem;
  text-align: left;
  color: #001f5c;
}

.capp-solution-panel {
  margin-top: 0.5rem;
}

.capp-solution-pair,
.capp-solution-pair--reverse {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem 2.5rem;
  padding: 1.5rem 0 2rem;
  border-bottom: 1px solid #eee2e0;
}

.capp-solution-pair--reverse {
  flex-direction: row-reverse;
}

.capp-solution-pair__left {
  flex: 1 1 320px;
  min-width: 0;
}

.capp-solution-pair--reverse .capp-solution-pair__left {
  flex: 1 1 360px;
}

.capp-solution-pair__right {
  flex: 1 1 300px;
  min-width: 0;
  max-width: 680px;
}

.capp-solution-pair--reverse .capp-solution-pair__right {
  flex: 0 0 min(100%, 420px);
}

.capp-solution-pair__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-bottom: 0.5rem;
}

.capp-solution-pair__head img {
  width: 120px;
  max-width: 30%;
  height: auto;
}

.capp-solution-pair__headline {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.3;
  color: #001f5c;
}

.capp-solution-pair__stack {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.capp-solution-pair__stack-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.5rem #001f5c18;
}

.capp-wing-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 2.5rem;
  padding: 2.25rem 0 0.5rem;
  align-items: start;
  border: none;
}

.capp-wing-row__h {
  color: #001f5c;
  text-align: center;
  font-size: 1.1rem;
  margin: 0 0 0.75rem;
}

.capp-wing-row__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 0.75rem;
}

.capp-wing-row__p,
.capp-wing-row__p strong {
  color: #3d5a5c;
  line-height: 1.5;
  font-size: 0.95rem;
  margin: 0;
}

.capp-works-3 {
  padding: 2.5rem 0 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

.capp-works3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.capp-works3 > div {
  text-align: center;
  min-width: 0;
  padding: 0 0.5rem;
}

.capp-works3__ic {
  display: block;
  margin: 0 auto 0.5rem;
  max-width: 90px;
  height: auto;
}

.capp-works3__s {
  color: #3d5a5c;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  margin: 0 0 0.35rem;
}

.capp-works3__t {
  color: #001f5c;
  font-weight: 800;
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
}

.capp-works3__b,
.capp-works3__b strong {
  color: #3d5a5c;
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: left;
  max-width: 32em;
  margin: 0 auto;
}

.capp-section .sub-title,
.capp-section .capp-when-need,
.capp-section h3 {
  text-align: left;
}

.capp-when-need,
.capp-rc-sub {
  margin: 1.5rem 0 0.75rem;
}

.capp-section .capp-when-need,
.capp-section .capp-rc-sub {
  text-align: left;
}

.capp-rc4 {
  text-align: center;
  margin: 0.5rem 0 0;
}

.capp-rc4__it {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background: #fff;
  border-radius: 0.5rem;
  padding: 1rem 0.5rem 1.5rem;
  box-shadow: 0 0.25rem 0.5rem #001f5c0f;
}

.capp-rc4__it > img {
  max-width: 100%;
  height: auto;
  margin: 0 0 0.5rem;
}

.capp-rc4__s,
.capp-rc4__h,
.capp-rc4__p,
.capp-rc4__h strong,
.capp-rc4__h strong {
  text-align: left;
  width: 100%;
  max-width: 32em;
  margin: 0 auto 0.5rem;
}

.capp-rc4__s {
  color: #3d5a5c;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  margin: 0.25rem 0 0.5rem 0.25rem;
}

.capp-rc4__h,
.capp-rc4__h strong {
  color: #001f5c;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 0.5rem 0.25rem;
  font-weight: 800;
}

.capp-rc4__p,
.capp-rc4__p strong {
  color: #3d5a5c;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 0.25em 0.25rem;
}

.capp-rcl {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 1.5rem;
  max-width: 42em;
}

.capp-rcl li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  color: #3d5a5c;
  font-size: 0.95rem;
}

.capp-rcl__i {
  flex: 0 0 1.1rem;
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.15em;
  color: #b68c2e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.capp-rcl__i svg {
  width: 100%;
  height: 100%;
  display: block;
}

.capp-rcl li strong {
  color: #001f5c;
}

.capp-rc-outro {
  margin: 0.5rem 0 0;
  color: #3d5a5c;
  line-height: 1.5;
  font-size: 0.95rem;
  max-width: 42em;
}

.capp-oneday-dk {
  background: #EEEBE5;
  color: #101111;
  margin-top: 2rem;
  border-radius: 0.5rem;
  padding: 2.5rem 1.5rem 2.5rem;
}

.capp-oneday-dk__h,
.capp-oneday-dk__h strong,
.capp-oneday-dk h3,
.capp-oneday-dk .capp-oneday__lead,
.capp-oneday-dk .capp-oneday__lead strong {
  color: #101111;
  text-align: center;
}

.capp-oneday-dk__h,
.capp-oneday-dk h3 {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 0.75rem;
}

.capp-oneday-dk__lead,
.capp-oneday__lead,
.capp-oneday__lead strong {
  color: #101111;
  max-width: 40em;
  margin: 0 auto 1.5rem;
  line-height: 1.5;
  font-size: 0.95rem;
  text-align: center;
}

.capp-oneday-6__cap,
.capp-oneday-6 figcaption,
.capp-oneday-6 figcaption strong,
.capp-oneday-6 figcaption br {
  color: #101111;
  text-align: center;
  line-height: 1.4;
  margin-top: 0.4rem;
  font-size: 0.8rem;
}

.capp-oneday-6__cap,
.capp-oneday-6 figcaption {
  line-height: 1.3;
  margin: 0.4rem 0.25rem 0;
  font-weight: 500;
  font-size: 0.75rem;
}

.capp-oneday-6__fig,
.capp-oneday-6 figure {
  margin: 0;
  padding: 0;
  background: #fff0;
}

.capp-oneday-6 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0.25rem;
  border: 1px solid #ffffff2a;
}

@media (max-width: 1100px) {
  .capp-method5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1000px) {
  .capp-stage-grid,
  .capp-ideal-grid,
  .capp-rc4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .capp-ideal-grid,
  .capp-stage-grid,
  .capp-method5,
  .capp-rc4,
  .capp-oneday-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capp-solution-pair,
  .capp-solution-pair--reverse {
    flex-direction: column;
  }

  .capp-solution-pair--reverse {
    flex-direction: column;
  }

  .capp-solution-pair__right,
  .capp-solution-pair--reverse .capp-solution-pair__right {
    max-width: 100%;
  }

  .capp-works3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .capp-ideal-grid,
  .capp-stage-grid,
  .capp-method5,
  .capp-rc4,
  .capp-oneday-6,
  .capp-wing-row {
    grid-template-columns: 1fr;
  }

  .capp-solution-pair--reverse,
  .capp-solution-pair {
    flex-direction: column;
  }

  .capp-hero h1,
  .capp-hero .tw-hero-paragraph {
    font-size: 1.15rem;
  }
}
.ortho-ideal .ds-features img {
    height: 200px;
    margin: auto;
    width: 600px;
    object-fit: cover;
}