/* =============================== */
/*         MENU PAGE BASE CSS      */
/* =============================== */

/* Header and Footer Zoom Rules */
header,
footer {
  zoom: 1;
  width: 100vw;
}

/* =============================== */
/*         HERO SECTION            */
/* =============================== */

/* Scoped Hero Section under #menuPage */
#menuPage .hero-section {
  position: relative;
  width: 100%;
  height: 30vw;
  min-height: 24rem;
  overflow: hidden;
}

#menuPage .hero-section .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

#menuPage .hero-section .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  position: relative;
  z-index: 2;
}

#menuPage .hero-section .hero-title {
  color: #000;
  text-align: center;
  font-family: "Hiragino Mincho Pro";
  font-size: 3rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

#menuPage .hero-section .hero-subtitle {
  font-size: clamp(1rem, 2.5vw, 2rem);
  color: #555;
}

/* Hero overlay */
#menuPage .hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* =============================== */
/*         HERO CONTENT            */
/* =============================== */

#hero .hero-content {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}

#hero .hero-content h1 {
  color: #000;
  text-align: center;
  font-family: "Hiragino Mincho Pro";
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 300;
}

.hero-content p {
  color: #000;
  font-family: "Hiragino Mincho Pro";
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 300;
}

#hero .hero-title {
  font-size: clamp(2rem, 5vw, 4rem);
  color: #000;
  margin-bottom: 0.5rem;
}

#hero .hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.5rem);
  color: #000;
}

#hero {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 24rem;
  overflow: hidden;
}

#clinic #hero {
  height: 30vw;
  margin-bottom: -4vw;
}

/* =============================== */
/*      ELINESMILE INTRO           */
/* =============================== */

#menuPage #elinesmile-intro {
  position: relative;
  background: linear-gradient(0deg, #FFF 40%, #61A8D3 100%);
  padding: 8.1rem 0rem 0rem;
}

/* Badge ("title island") */
#menuPage #elinesmile-intro .badge {
  position: absolute;
  top: 2rem;
  left: -3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #F2EEDD;
  border-radius: 2.6rem;
  padding: 1rem 2rem;
  padding-left: 12vw;
  border: white solid 5px;
  z-index: 3;
  width: 50.30744rem;
  height: 10rem;
  text-align: center;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: flex-start;
}

#menuPage #elinesmile-intro .badge-icon {
  width: 8rem;
  height: 3rem;
}

#menuPage #whiteningTag img {
  width: 4rem !important;
  height: 4rem !important;
  margin-left: -3vw;
}

#menuPage #elinesmile-intro .badge-title {
  color: #352302;
  font-family: "Kozuka Gothic Pr6N";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

#menuPage #elinesmile-intro .badge-subtitle {
  color: #352302;
  font-family: "Kozuka Gothic Pr6N";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Shared bordered container for image + text */
#menuPage #elinesmile-intro .treatment-visual {
  position: relative;
  display: flex;
  width: 100vw;
  margin: 0;
  border: none;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-top: 4vw;
}

/* Left side: image with fade-on-right */
#menuPage #elinesmile-intro .visual-image-frame {
  position: relative;
  margin-left: 15vw;
  margin-right: -10vw;
}

#menuPage #elinesmile-intro .visual-image-frame::after {
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 57.21%, #FFF 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
  mix-blend-mode: multiply;
}

#menuPage #elinesmile-intro .visual-image-frame img {
  width: 90vw;
}

/* Right side: text over a semi-opaque background */
#menuPage #elinesmile-intro .visual-description {
  z-index: 999;
  flex: 1 1 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 10vw;
  margin-left: -1vw;
}

#menuPage #elinesmile-intro .visual-description .section-heading {
  margin-bottom: 1rem;
  color: #352302;
  text-align: center;
  font-family: "Hiragino Mincho Pro";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
}

#menuPage #elinesmile-intro .visual-description .section-text {
  line-height: 1.6;
  color: #352302;
  font-family: "Kozuka Gothic Pr6N";
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
}

/* Treatment description gradient panel */
#menuPage .treatment-description-section {
  background: linear-gradient(90deg, #FFF 0%, #C7BD9C 50%, #FFF 100%);
  padding: 3rem 18rem;
  text-align: center;
  border-radius: 0.5rem;
  margin: 0 auto;
  max-width: 100vw;
  margin-bottom: 4vw;
}

#menuPage #elinesmile-intro .treatment-description-section .section-heading {
  font-size: 2rem;
  color: #3A2E1B;
  margin-bottom: 1rem;
}

#menuPage #elinesmile-intro .treatment-description-section .section-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #3A2E1B;
  max-width: 800px;
  margin: 0 auto;
}

/* Treatment visual border */
#menuPage #elinesmile-intro .treatment-visual::before {
  content: "";
  position: absolute;
  top: 1.3vw;
  left: 56%;
  transform: translateX(-50%);
  width: 78vw;
  height: 20vw;
  border: 2px solid #D6C17E;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 999;
}

#elinesmile-intro>div.treatment-visual>div.visual-image-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(176deg, #bddbed 0%, rgba(255, 255, 255, 20) 60%);
  pointer-events: none;
  mix-blend-mode: multiply;
}

#menuPage .badge-text {
  text-align: left;
}

/* =============================== */
/*         ALIGNER PLANS           */
/* =============================== */

#menuPage #aligner-plans {
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#menuPage .plan-item {
  margin-bottom: 4rem;
}

/* Header bar & title */
#menuPage .plan-item .plan-header {
  position: relative;
  padding-left: 2.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding-bottom: 1vw;
  border-bottom: solid #8bbad8 10px;
  margin-bottom: 5vw;
  flex-direction: column;
}

#menuPage .plan-item .plan-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 1.5rem;
  height: 3rem;
  background: #61A8D3;
  border-radius: 0.25rem;
}

#menuPage .plan-item .plan-label {
  font-size: 0.875rem;
  color: #666;
}

#menuPage .plan-item .plan-title {
  font-size: 1.5rem;
  color: #3A2E1B;
  font-weight: 700;
  margin: 0;
}

#menuPage .plan-item .plan-desc {
  flex: 1;
  font-size: 1rem;
  color: #3A2E1B;
  margin: 0;
}

/* Underline */
#menuPage .plan-header+.before-after::before {
  content: "";
  display: block;
  height: 6px;
  background: #61A8D3;
  margin: 1rem 0 2rem;
  border-radius: 2px;
}

#menuPage .whitening-intro {
  margin-top: 1.9vw !important;
}

/* Container for the row */
#menuPage .before-after {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-direction: row;
  justify-content: center;
}

/* The gray "cloud" around before/after */
#menuPage .ba-gallery {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: #F7F7F7;
  border-radius: 1rem;
  padding: 2rem;
  box-sizing: border-box;
}

/* Before/After items */
#menuPage .before-after-item {
  flex-shrink: 0;
  text-align: center;
}

#menuPage .ba-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #3A2E1B;
}

#menuPage .ba-image {
  width: 12rem;
  height: auto;
  border-radius: 0.5rem;
  object-fit: cover;
}

/* Before/After label rows */
#menuPage .ba-label-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
  width: 100%;
}

#menuPage .label-block {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

#menuPage .ba-square {
  width: 1.5rem;
  height: 1.5rem;
  background: #D6C17E;
  flex-shrink: 0;
  border-radius: 0.25rem;
}

#menuPage .ba-text {
  font-size: 1rem;
  color: #3A2E1B;
  font-weight: 500;
  white-space: nowrap;
}

#menuPage .label-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#menuPage .label-arrow svg {
  width: 8rem;
  height: auto;
  display: block;
}

#menuPage .ba-image-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
}

#menuPage .before-after-divider {
  margin: 0 2rem;
  flex-shrink: 0;
}

#menuPage .before-after-divider svg {
  width: 3rem;
  height: auto;
  display: block;
}
#hero .hero-content h1 {
    color: #000;
    text-align: center;
    font-family: "Hiragino Mincho Pro";
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 300;
    
}
#hero .hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.5rem);
    color: #000;
}
.hero-content p {
    color: #000;
    font-family: "Hiragino Mincho Pro";
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 300;
}
#hero .hero-content {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}
/* Cost arrow */
#menuPage .plan-arrow {
  flex-shrink: 0;
  width: 10vw;
  height: 10vw;
  background: #D6C17E;
  clip-path: polygon(0 100%, 0% 0, 100% 50%);
  display: flex;
  justify-content: flex-start;
  text-align: left;
  align-items: center;
}

#menuPage .plan-arrow p {
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.4;
  color: #3A2E1B;
  text-align: left;
  padding-left: 0.5vw;
}

/* Reservation button */
#menuPage .plan-button {
  flex-shrink: 0;
  padding: 1.5rem 4.5rem;
  background: #9CC8E4;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 2rem;
}

#aligner-plans>div {
  left: -37vw;
  top: 150vw;
  transform: rotate(90.021deg);
  color: #F8F4E8;
  font-family: "Kozuka Gothic Pr6N";
}

#aligner-plans > article:nth-child(2) > p {
  margin: 0 13vw;
  margin-top: 2rem;
  font-size: 0.8rem;
}

#aligner-plans > article:nth-child(2) > div.plan-header {
  margin-right: 13vw;
  margin-left: 13vw;
}

/* =============================== */
/*      PEDIATRIC ORTHODONTICS    */
/* =============================== */

#menuPage #pediatric-intro {
  background: linear-gradient(90deg, #FFF 0%, #C7BD9C 50%, #FFF 100%);
  width: 100vw;
  overflow: hidden;
  margin-bottom: 4vw;
  margin-top: 4vw;
}

#menuPage #pediatric-intro .pediatric-content {
  display: flex;
  align-items: stretch;
  width: 100%;
  background: linear-gradient(90deg, #D3CCB2 0%, rgba(255, 255, 255, 0.1) 25%);
}

#menuPage #pediatric-intro .pediatric-text {
  flex: 0 0 40%;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 3vw;
}

#menuPage #pediatric-intro .pediatric-text .section-heading {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  color: #3A2E1B;
  margin-bottom: 1rem;
  text-align: center;
  font-family: "Hiragino Mincho Pro";
  font-size: 1.8rem;
}

#menuPage #pediatric-intro .pediatric-text .section-text {
  font-size: 0.8rem;
  line-height: 1.6;
  color: #3A2E1B;
}

#menuPage #pediatric-intro .pediatric-image-frame {
  flex: 1;
  position: relative;
  aspect-ratio: 200 / 121;
  min-height: 25vw;
  overflow: hidden;
  background: linear-gradient(90deg, #D3CCB2 10%, rgba(255, 255, 255, 0.1) 25%);
}

#menuPage #pediatric-intro .pediatric-image-frame img {
  position: absolute;
  inset: 0;
  width: 90vw;
  height: auto;
  object-fit: cover;
  mix-blend-mode: multiply;
  z-index: 1;
}

#menuPage #pediatric-intro .pediatric-image-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, #D3CCB2 0%, rgba(255, 255, 255, 0.1) 25%);
}

#pediatric-intro .pediatric-section.whitening-intro {
  margin-top: 0vw !important;
}

/* =============================== */
/*         ZIRCONIA INTRO          */
/* =============================== */

#menuPage #zirconia-intro {
  position: relative;
  background: linear-gradient(0deg, #FFF 0%, #F1A1B1 100%);
  padding: 11.8rem 0rem 2rem;
}

#menuPage #zirconia-intro .badge {
  position: absolute;
  top: 2rem;
  left: -3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #F2EEDD;
  border-radius: 2.6rem;
  padding: 1rem 2rem;
  padding-left: 12vw;
  border: white solid 5px;
  z-index: 3;
  width: 50.30744rem;
  height: 10rem;
  text-align: center;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: flex-start;
}

#menuPage #zirconia-intro .badge-icon {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  margin-right: 2vw;
}

#menuPage #zirconia-intro .badge-title {
  color: #352302;
  font-family: "Kozuka Gothic Pr6N";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

#menuPage #zirconia-intro .badge-subtitle {
  color: #352302;
  font-family: "Kozuka Gothic Pr6N";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#menuPage #zirconia-intro .treatment-visual {
  position: relative;
  display: flex;
  margin: 0 auto 0rem;
  border-radius: 0.5rem;
  overflow: hidden;
  border: none;
}

#menuPage #zirconia-intro .visual-image-frame {
  flex: 1 1 29%;
  min-height: 15rem;
  background: url('images/zirconia.png') center/cover no-repeat;
  position: relative;
  margin-left: 10vw;
  margin-right: -15vw;
}

#menuPage #zirconia-intro .visual-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #ffc5c5 0%, rgba(255, 255, 255, 0) 20%);
  mix-blend-mode: multiply;
}

#menuPage #zirconia-intro .visual-description {
  flex: 1 1 42%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(89deg, #131010 0%, rgba(255, 255, 255, 0) 20%);
}

#menuPage #zirconia-intro .visual-description .section-heading {
  margin-bottom: 1rem;
  color: white;
  text-align: center;
  font-family: "Hiragino Mincho Pro";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  max-width: 40vw;
}

#menuPage #zirconia-intro .visual-description .section-text {
  line-height: 1.6;
  color: #493636;
  font-family: "Kozuka Gothic Pr6N";
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  z-index: 999;
  margin-left: 10rem;
  margin-right: 10vw;
}

#menuPage #zirconia-intro .treatment-description-section {
  background: linear-gradient(90deg, #FFF 0%, #C7BD9C 50%, #FFF 100%);
  padding: 3rem 0rem;
  text-align: center;
  border-radius: 0.5rem;
  margin: 0 auto;
  max-width: 100vw;
  margin-top: 2vw;
}

#menuPage #zirconia-intro .treatment-description-section .section-heading {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #50482D;
  text-align: center;
  font-family: "Hiragino Mincho Pro";
}

#menuPage #zirconia-intro .treatment-description-section .section-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #3A2E1B;
  max-width: 800px;
  margin: 0 auto;
}

#menuPage #zirconia-intro .treatment-visual::before {
  content: "";
  position: absolute;
  top: 1.3vw;
  left: 51%;
  transform: translateX(-50%);
  width: 80vw;
  height: 18vw;
  border: 2px solid #D6C17E;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 999;
}

#zirconia-plans {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#zirconia-plans .plan-item .plan-header::before {
  background: #F3A9B7 !important;
}

#zirconia-plans .plan-item .plan-header {
  border-bottom: solid #F3A9B7 10px !important;
}

/* =============================== */
/*         WHITENING CONTENT       */
/* =============================== */

#whitening-content {
  display: flex !important;
  align-items: stretch;
  width: 100%;
  flex-direction: row;
}

#menuPage #whitening-content {
  height: 30vw;
}

.whitening-text {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 3vw;
}

.badge-whitening {
  width: 50vw !important;
  margin-bottom: 4vw !important;
}

.whitening-section {
  background: linear-gradient(0deg, #FFF 2%, #61A8D3 100%) !important;
  padding-bottom: 2rem !important;
}

.whitening-text .section-heading {
  color: #50482D;
  font-family: "Hiragino Mincho Pro";
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  margin-bottom: 3vw;
}

.whitening-text .section-text {
  color: #2A1D06;
  font-family: "Hiragino Mincho Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
}

#whitening-info {
  margin-bottom: 5vw;
}

#menuPage>section.elinesmile>div>h2 {
  color: #50482D;
  text-align: center;
  font-family: "Hiragino Mincho Pro";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
}

#menuPage>section.elinesmile>div>p {
  color: #2A1D06;
  font-family: "Hiragino Mincho Pro";
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 300;
  margin-top: 1vw;
  text-align: left;
  line-height: 1.1;
}

/* =============================== */
/*         FEATURES SECTION        */
/* =============================== */

#features.featuresSection {
  display: flex;
  padding: 4rem 2rem;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
}

#features .featuresGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 85vw;
}

#features .featureItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#features .featureTitle {
  background: #61A8D3;
  color: #ffffff;
  font-size: 1.25rem;
  padding: 1rem 0;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

#features .featureImage {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

#features .featuresDescription {
  margin-top: 3rem;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
}

/* =============================== */
/*      WHITENING EXAMPLES         */
/* =============================== */

#whitening-examples {
  width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 2rem 0;
}

#whitening-examples .planHeader {
  width: 95vw;
  margin-left: calc(-1 * var(--page-padding, 2rem));
  margin-bottom: 2vw;
  background: #61A8D3;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem 0;
  border-radius: 0.25rem 0.25rem 0 0;
}

#whitening-examples .planContent {
  position: relative;
  padding: 0 var(--page-padding, 2rem);
  width: 90vw;
  margin-left: calc(-1 * var(--page-padding, 2rem));
  margin-left: 8vw;
  padding: 0;
  margin-top: 4vw;
}

#whitening-examples .step {
  position: relative;
  background: #F2EEDD;
  padding: 2rem 4vw;
  padding-bottom: 0.7vw;
  box-sizing: border-box;
  width: 55vw;
}

#whitening-examples .step .badge {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background: rgba(97, 168, 211, 0.2);
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 0.5rem;
  box-sizing: border-box;
}

#whitening-examples .step1 {
  margin-bottom: 2rem;
}

#whitening-examples .step2 {
  margin-left: 30rem;
  margin-top: 3.5rem;
}

#whitening-examples .exampleImgs {
  position: absolute;
  top: 22.5%;
  right: 5vw;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 1rem;
}

#whitening-examples .exampleImgs img {
  width: 12rem;
  height: auto;
  object-fit: cover;
  border-radius: 0.25rem;
}

#whitening-examples .exampleImgs .imgArrow {
  font-size: 3.5rem;
  color: #61A8D3;
  line-height: 1;
  margin: 0 -1vw;
}

#whitening-examples .planTitle {
  margin: 0;
  font-size: 1.1rem;
  color: #327FAE;
}

#whitening-examples .planPrice {
  font-size: 1.25rem;
  color: #327FAE;
  text-align: right;
  margin-top: -1.5rem;
}

#whitening-examples .descBox hr {
  border: none;
  border-top: 1px solid #61A8D3;
  margin: 0.4rem 0;
}

#whitening-examples .planText {
  font-size: 0.9rem;
  color: #327FAE;
  margin: 0.5rem 0 0;
  line-height: 1.6;
  margin-bottom: 2vw;
}

#whitening-examples .whiteningExample {
  gap: 1rem;
}

/* Reversed whitening example */
#whitening-examples .whiteningExample.reversed .planHeader {
  width: 95vw;
  margin-left: auto;
  margin-right: calc(-1 * var(--page-padding, 2rem));
  background: #61A8D3;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem 0;
  border-radius: 0.25rem 0.25rem 0 0;
  margin-top: 4vw;
}

#whitening-examples .whiteningExample.reversed .planContent {
  width: 90vw;
  margin-left: 0;
  margin-right: calc(-1 * var(--page-padding, 2rem));
  position: relative;
}

#whitening-examples .whiteningExample.reversed .step1 {
  position: relative;
  background: #F2EEDD;
  border-radius: 0.5rem;
  padding: 2rem 4vw;
  box-sizing: border-box;
  width: 55vw;
  margin-right: 30rem;
  margin-bottom: 0;
}

#whitening-examples .whiteningExample.reversed .step1 .badge {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background: rgba(97, 168, 211, 0.2);
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  text-align: center;
  padding: 0.5rem;
  box-sizing: border-box;
}

#whitening-examples .whiteningExample.reversed .exampleImgs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 1rem;
}

#whitening-examples .whiteningExample.reversed .exampleImgs .before,
#whitening-examples .whiteningExample.reversed .exampleImgs .after {
  width: 12rem;
  height: auto;
  object-fit: cover;
  border-radius: 0.25rem;
}

#whitening-examples .whiteningExample.reversed .exampleImgs .after {
  margin-right: -1vw;
}

#whitening-examples .whiteningExample.reversed .exampleImgs .imgArrow {
  font-size: 3.5rem;
  color: #61A8D3;
  line-height: 1;
  margin: 0 -1vw;
}

#whitening-examples .whiteningExample.reversed .planTitle {
  margin: 0;
  font-size: 1.25rem;
  color: #327FAE;
}

#whitening-examples .whiteningExample.reversed .planPrice {
  font-size: 1.25rem;
  color: #327FAE;
  text-align: right;
  margin-top: -1.5rem;
}

#whitening-examples .whiteningExample.reversed .descBox hr {
  border: none;
  border-top: 1px solid #61A8D3;
  margin: 1rem 0;
}

#whitening-examples .whiteningExample.reversed .planText {
  font-size: 1rem;
  color: #327FAE;
  margin: 0.5rem 0 0;
  line-height: 1.6;
}

#whitening-examples>article.whiteningExample.reversed>div.planContent>div.step.step1 {
  margin-left: 8vw;
}

#whitening-examples>article.whiteningExample.reversed>div.planContent>div.exampleImgs {
  right: -2vw;
}

/* Third whitening example */
#whitening-examples .whiteningExample:last-child .exampleHeader {
  width: 92vw;
  margin-left: 0;
  padding-left: 2vw;
  background: #61A8D3;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem;
  border-radius: 0.25rem 0.25rem 0 0;
  margin-top: 4vw;
  margin-bottom: 4vw;
}

#whitening-examples .whiteningExample:last-child .exampleContainer {
  width: 65vw;
  margin: 0 auto;
  background: #F2EEDD;
  padding: 4rem 8vw;
  box-sizing: border-box;
  margin-bottom: 4vw;
}

#whitening-examples .whiteningExample:last-child .planTitle {
  margin: 0;
  font-size: 1.25rem;
  color: #327FAE;
}

#whitening-examples .whiteningExample:last-child .planPrice {
  font-size: 1.25rem;
  color: #327FAE;
  text-align: right;
  margin-top: -1.5rem;
}

#whitening-examples .whiteningExample:last-child hr {
  border: none;
  border-top: 1px solid #61A8D3;
  margin: 1rem 0;
}

#whitening-examples .whiteningExample:last-child .planText {
  font-size: 1rem;
  color: #327FAE;
  margin: 0.5rem 0 0;
  line-height: 1.6;
}

#whitening-examples>article:nth-child(3)>div.exampleContainer>div>p:nth-child(3) {
  margin-bottom: 2rem;
}

/* =============================== */
/*      BUBBLE CLEANING SECTION   */
/* =============================== */

#bubble-cleaning .sectionHeader {
  width: 100vw;
  margin-left: 0;
  background: #C7BD9C;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  padding: 1rem 0;
}

#bubble-cleaning .bubbleContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem var(--page-padding, 2rem);
  box-sizing: border-box;
  gap: 2rem;
}

#bubble-cleaning .bubbleImages {
  display: flex;
  gap: 2rem;
}

#bubble-cleaning .bubbleImages .cleaningImage {
  width: 30vw;
  max-width: 40rem;
  object-fit: cover;
  border-radius: 0.5rem;
}

#bubble-cleaning .bubbleText {
  width: 60vw;
  max-width: 50rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.6;
  color: #3A2E1B;
}

/* =============================== */
/*      PLAQUE REMOVAL SECTION    */
/* =============================== */

#plaque-removal {
  width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
}

#plaque-removal .sectionHeader {
  width: 80vw;
  margin-left: 0;
  margin-right: 0;
  background: #C7BD9C;
  color: #fff;
  font-size: 1.1rem;
  text-align: left;
  padding: 1rem 20vw;
  margin-bottom: 3vw;
  align-self: flex-end;
}

#plaque-removal .plaqueImages {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 0 var(--page-padding, 2rem);
  box-sizing: border-box;
}

#plaque-removal .plaqueImages img {
  width: 30vw;
  max-width: 40rem;
  height: auto;
  object-fit: cover;
  border-radius: 0.5rem;
  margin-bottom: 2vw;
}

#plaque-removal .plaqueText {
  width: 60vw;
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
  color: #3A2E1B;
}

/* =============================== */
/*      CLEANING PLANS SECTION    */
/* =============================== */

#cleaningSection .cleaningPlan {
  width: 100vw;
  box-sizing: border-box;
  overflow-x: hidden;
  padding-bottom: 4rem;
}

#cleaningSection .cleaningPlan .planHeader {
  width: 80vw;
  margin-left: 0;
  background: #C7BD9C;
  color: #fff;
  font-size: 1.1rem;
  text-align: left;
  padding: 1rem 4vw;
  border-radius: 0.25rem 0.25rem 0 0;
  margin-bottom: 4vw;
}

#cleaningSection .cleaningPlan .planList {
  width: 60vw;
  margin: 0 auto;
  background: #F7F1DE;
  padding: 4rem 8vw;
  box-sizing: border-box;
}

#cleaningSection .cleaningPlan .planRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  color: #327FAE;
}

#cleaningSection .cleaningPlan .planTitle {
  margin: 0;
  text-decoration: underline;
}

#cleaningSection .cleaningPlan .planDuration {
  font-size: 1rem;
  margin: 0 1rem;
}

#cleaningSection .cleaningPlan .planPrice {
  font-size: 1.125rem;
  text-align: right;
}

#cleaningSection .cleaningPlan hr {
  border: none;
  border-top: 1px solid #61A8D3;
  margin: 1rem 0;
}

#cleaningSection .cleaningPlan .reservation {
  text-align: center;
  margin-top: 2rem;
}

#cleaningSection .cleaningPlan .reservation-button {
  display: inline-block;
  color: #fff;
  padding: 1.5rem 6rem;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 0.25rem;
  border: 2px solid #D6C17E;
  background: #D6C17E;
  margin-top: 2vw;
}