/* qr-menu-ile-online-siparis-sistemi — feature-three/four/five/seven */
#main_wrapper .article .feature-four {
  padding: 100px 0;
}

#main_wrapper .article .feature-four .bg-col {
  padding: 60px 40px;
  border-radius: 10px;
  text-align: center;
}

#main_wrapper .article .feature-four .content {
  margin-bottom: 30px;
}

#main_wrapper .article .feature-four .title {
  color: #fff;
  margin-bottom: 20px;
}

#main_wrapper .article .feature-four .text {
  color: #fff;
  margin-bottom: 30px;
}

#main_wrapper .article .feature-four .button-one {
  display: inline-block;
  padding: 15px 40px;
  background-color: #fff;
  color: rgb(55, 68, 76);
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
}

#main_wrapper .article .feature-four .button-one:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

#main_wrapper .article .feature-five {
  position: relative;
  padding: 50px 0;
  background-color: #ffffff;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .feature-five {
    padding: 20px 0;
  }
}

#main_wrapper .article .feature-five .mb-3 {
  margin-bottom: 30px;
}

#main_wrapper .article .feature-five .mb-5 {
  margin-bottom: 50px;
}

#main_wrapper .article .feature-five .five-title {
  display: block;
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: 600;
  color: #000000;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .feature-five .five-title {
    font-size: 28px;
  }
}

#main_wrapper .article .feature-five .five-text {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #33363d;
}

#main_wrapper .article .feature-five .five-text p {
  margin: 5px 0;
}

#main_wrapper .article .feature-five .five-img {
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin: 30px 0 50px;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .feature-five .five-img {
    height: auto;
    margin: 10px 0;
  }
}

#main_wrapper .article .feature-five .five-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* QR sayfası — üst “QR Menü” hero (pf-qr-fh) */
#main_wrapper .article .feature-five.pf-qr-fh {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
  text-align: left;
  background: linear-gradient(165deg, #f7f8fa 0%, #eceff3 45%, #f2f4f7 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

#main_wrapper .article .feature-five.pf-qr-fh .pf-qr-fh__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image:
    radial-gradient(ellipse 60% 50% at 12% 30%, rgba(255, 77, 71, 0.08), transparent 55%),
    radial-gradient(ellipse 55% 45% at 88% 70%, rgba(57, 23, 22, 0.05), transparent 50%);
}

#main_wrapper .article .feature-five.pf-qr-fh .pf-qr-fh__wrap {
  position: relative;
  z-index: 1;
}

#main_wrapper .article .feature-five.pf-qr-fh .pf-qr-fh__row {
  row-gap: 1.75rem;
}

#main_wrapper .article .feature-five.pf-qr-fh .pf-qr-fh__copy {
  text-align: left;
}

#main_wrapper .article .feature-five.pf-qr-fh .five-title.pf-qr-fh__title {
  margin: 0 0 1rem;
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  font-size: clamp(1.65rem, 3.8vw, 2.35rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #1a2328 !important;
}

#main_wrapper .article .feature-five.pf-qr-fh .five-title.pf-qr-fh__title p {
  margin: 0;
}

#main_wrapper .article .feature-five.pf-qr-fh .five-title.pf-qr-fh__title::after {
  content: "";
  display: block;
  width: 3.25rem;
  height: 3px;
  margin-top: 0.85rem;
  border-radius: 2px;
  background: linear-gradient(90deg, #ff4d47, rgba(255, 77, 71, 0.25));
}

#main_wrapper .article .feature-five.pf-qr-fh .five-text.pf-qr-fh__lede {
  margin-bottom: 1rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  font-weight: 500;
  color: #37474f !important;
}

#main_wrapper .article .feature-five.pf-qr-fh .five-text.pf-qr-fh__lede p {
  margin: 0 0 0.5rem;
  color: inherit !important;
}

#main_wrapper .article .feature-five.pf-qr-fh .five-text.pf-qr-fh__lede p:last-child {
  margin-bottom: 0;
}

#main_wrapper .article .feature-five.pf-qr-fh .five-text.pf-qr-fh__detail {
  padding: 1rem 1.1rem;
  font-size: 0.98rem;
  line-height: 1.6;
  font-weight: 400;
  color: #546e7a !important;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.85rem;
  border-left: 3px solid #ff4d47;
  box-shadow: 0 4px 20px rgba(57, 23, 22, 0.05);
}

#main_wrapper .article .feature-five.pf-qr-fh .five-text.pf-qr-fh__detail p {
  margin: 0 0 0.5rem;
  color: inherit !important;
}

#main_wrapper .article .feature-five.pf-qr-fh .five-text.pf-qr-fh__detail p:last-child {
  margin-bottom: 0;
}

#main_wrapper .article .feature-five.pf-qr-fh .five-img.pf-qr-fh__figure {
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0.85rem;
  background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 1.05rem;
  box-shadow:
    0 16px 48px rgba(57, 23, 22, 0.09),
    0 0 0 1px rgba(255, 77, 71, 0.06);
  overflow: hidden;
}

#main_wrapper .article .feature-five.pf-qr-fh .five-img.pf-qr-fh__figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(420px, 55vh);
  margin: 0 auto;
  object-fit: contain;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .feature-five.pf-qr-fh {
    text-align: center;
  }

  #main_wrapper .article .feature-five.pf-qr-fh .pf-qr-fh__copy {
    text-align: center;
  }

  #main_wrapper .article .feature-five.pf-qr-fh .five-title.pf-qr-fh__title::after {
    margin-left: auto;
    margin-right: auto;
  }

  #main_wrapper .article .feature-five.pf-qr-fh .five-img.pf-qr-fh__figure {
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }
}

#main_wrapper .article .feature-five .five-col {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

#main_wrapper .article .feature-five .five-col:hover {
  box-shadow: 0 12px 20px 5px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .feature-five .five-col {
    height: auto;
    margin-bottom: 15px;
  }
}

#main_wrapper .article .feature-five .col-icon {
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin: 0 auto 10px;
}

#main_wrapper .article .feature-five .col-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .feature-five .col-icon {
    height: 50px;
    width: 50px;
  }
}

#main_wrapper .article .feature-five .col-title {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

#main_wrapper .article .feature-five .col-title p {
  margin: 0;
}

#main_wrapper .article .feature-five .col-text {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #33363d;
  height: 96px;
  overflow: hidden;
}

#main_wrapper .article .feature-five .col-text p {
  margin: 5px 0;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .feature-five .col-text {
    font-size: 0.8rem;
    line-height: 1.9;
    height: auto;
  }
}

/* Feature Three Section */
#main_wrapper .article .feature-three {
  padding: 100px 0;
}

#main_wrapper .article .feature-three .title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #33363d;
}

#main_wrapper .article .feature-three .title p {
  margin: 5px 0;
}

#main_wrapper .article .feature-three .content {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #33363d;
}

#main_wrapper .article .feature-three .content p {
  margin: 10px 0;
}

#main_wrapper .article .feature-three .list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

#main_wrapper .article .feature-three .list li {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  color: #33363d;
}

#main_wrapper .article .feature-three .list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #ff4d47;
  font-weight: bold;
  font-size: 1.5rem;
}

#main_wrapper .article .feature-three .list li p {
  margin: 0;
}

#main_wrapper .article .feature-three .image {
  display: block;
  margin: 20px 0;
}

#main_wrapper .article .feature-three .image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#main_wrapper .article .feature-three .hr {
  border: none;
  border-top: 1px solid #e2e2e2;
  margin: 50px 0;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .feature-three {
    padding: 50px 0;
  }
  #main_wrapper .article .feature-three .title {
    font-size: 2rem;
  }
  #main_wrapper .article .feature-three .content {
    font-size: 1rem;
  }
  #main_wrapper .article .feature-three .list li {
    font-size: 1rem;
  }
}

/* QR menü — uzun feature-three içerik blokları (pf-qr-ft) */
#main_wrapper .article .feature-three.pf-qr-ft {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: linear-gradient(180deg, #f4f6f8 0%, #e9edf2 40%, #f0f2f5 100%);
}

#main_wrapper .article .feature-three.pf-qr-ft .pf-qr-ft__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 77, 71, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 77, 71, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
}

#main_wrapper .article .feature-three.pf-qr-ft .pf-qr-ft__inner {
  position: relative;
  z-index: 1;
  counter-reset: qrft-seg;
}

#main_wrapper .article .feature-three.pf-qr-ft .pf-qr-ft__segment {
  padding: clamp(2.25rem, 5vw, 3.75rem) 0;
  counter-increment: qrft-seg;
}

#main_wrapper .article .feature-three.pf-qr-ft .pf-qr-ft__segment--alt {
  background: rgba(255, 255, 255, 0.35);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#main_wrapper .article .feature-three.pf-qr-ft .pf-qr-ft__panel {
  position: relative;
  padding: clamp(1.5rem, 3.5vw, 2.35rem);
  padding-top: clamp(2.35rem, 4vw, 3rem);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 1.15rem;
  box-shadow:
    0 14px 44px rgba(57, 23, 22, 0.08),
    0 0 0 1px rgba(255, 77, 71, 0.05);
}

#main_wrapper .article .feature-three.pf-qr-ft .pf-qr-ft__panel::before {
  content: counter(qrft-seg, decimal-leading-zero);
  position: absolute;
  top: 1rem;
  left: 1rem;
  min-width: 2.1rem;
  padding: 0.2rem 0.45rem;
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #ff4d47 0%, #c62828 100%);
  border-radius: 0.4rem;
  box-shadow: 0 4px 12px rgba(255, 77, 71, 0.3);
  font-variant-numeric: tabular-nums;
}

#main_wrapper .article .feature-three.pf-qr-ft .pf-qr-ft__panel > .row .order-1 {
  order: 1;
}

#main_wrapper .article .feature-three.pf-qr-ft .pf-qr-ft__panel > .row .order-2 {
  order: 2;
}

@media (min-width: 768px) {
  #main_wrapper .article .feature-three.pf-qr-ft .pf-qr-ft__panel > .row .order-md-1 {
    order: 1;
  }

  #main_wrapper .article .feature-three.pf-qr-ft .pf-qr-ft__panel > .row .order-md-2 {
    order: 2;
  }
}

#main_wrapper .article .feature-three.pf-qr-ft .pf-qr-ft__row {
  row-gap: 1.5rem;
}

#main_wrapper .article .feature-three.pf-qr-ft .pf-qr-ft__row--sub {
  margin-top: clamp(1.35rem, 3vw, 2rem);
  padding-top: clamp(1.35rem, 3vw, 2rem);
  border-top: 1px dashed rgba(57, 23, 22, 0.12);
}

#main_wrapper .article .feature-three.pf-qr-ft .pf-qr-ft__rule {
  margin: 0;
  border: none;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 77, 71, 0.2) 25%, rgba(255, 77, 71, 0.35) 50%, rgba(255, 77, 71, 0.2) 75%, transparent 100%);
  opacity: 1;
}

#main_wrapper .article .feature-three.pf-qr-ft .pf-qr-ft__copy {
  text-align: left;
}

#main_wrapper .article .feature-three.pf-qr-ft .title.pf-qr-ft__title {
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  font-size: clamp(1.45rem, 3.2vw, 2.15rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin-bottom: 1.1rem;
  color: #1a2328 !important;
}

#main_wrapper .article .feature-three.pf-qr-ft .title.pf-qr-ft__title--h2 {
  font-size: clamp(1.35rem, 2.9vw, 1.95rem);
}

#main_wrapper .article .feature-three.pf-qr-ft .title.pf-qr-ft__title p {
  margin: 0.35rem 0 0;
  color: inherit !important;
}

#main_wrapper .article .feature-three.pf-qr-ft .title.pf-qr-ft__title p:first-child {
  margin-top: 0;
}

#main_wrapper .article .feature-three.pf-qr-ft .title.pf-qr-ft__title em {
  font-style: normal;
  font-weight: 700;
  color: #ff4d47;
}

#main_wrapper .article .feature-three.pf-qr-ft .content.pf-qr-ft__content {
  font-size: 1.02rem;
  line-height: 1.65;
  margin-bottom: 1rem;
  color: #455a64 !important;
}

#main_wrapper .article .feature-three.pf-qr-ft .content.pf-qr-ft__content--tight {
  margin-bottom: 0.65rem;
}

#main_wrapper .article .feature-three.pf-qr-ft .content.pf-qr-ft__content p {
  margin: 0.5rem 0 0;
  color: inherit !important;
}

#main_wrapper .article .feature-three.pf-qr-ft .content.pf-qr-ft__content p:first-child {
  margin-top: 0;
}

#main_wrapper .article .feature-three.pf-qr-ft .content.pf-qr-ft__content em {
  color: #391716;
  font-style: normal;
  font-weight: 600;
}

#main_wrapper .article .feature-three.pf-qr-ft .pf-qr-ft__spacer {
  display: block;
  height: 0.65rem;
  margin: 0;
  padding: 0;
}

#main_wrapper .article .feature-three.pf-qr-ft .list.pf-qr-ft__list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: 1rem 0 0;
  padding: 0;
}

@media (min-width: 992px) {
  #main_wrapper .article .feature-three.pf-qr-ft .list.pf-qr-ft__list--cols {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }
}

#main_wrapper .article .feature-three.pf-qr-ft .list.pf-qr-ft__list li {
  position: relative;
  margin: 0;
  padding: 0.65rem 0.75rem 0.65rem 2.35rem;
  font-size: 0.96rem;
  line-height: 1.55;
  color: #37474f !important;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.65rem;
  border-left: 3px solid #ff4d47;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

#main_wrapper .article .feature-three.pf-qr-ft .list.pf-qr-ft__list li::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 0.95rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff4d47, #c62828);
  box-shadow: 0 0 0 3px rgba(255, 77, 71, 0.15);
  font-size: 0;
}

#main_wrapper .article .feature-three.pf-qr-ft .list.pf-qr-ft__list li p {
  margin: 0.35rem 0 0;
  color: inherit !important;
}

#main_wrapper .article .feature-three.pf-qr-ft .list.pf-qr-ft__list li p:first-child {
  margin-top: 0;
}

#main_wrapper .article .feature-three.pf-qr-ft .image.pf-qr-ft__figure {
  display: block;
  margin: 0;
  padding: 0.75rem;
  background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 1rem;
  box-shadow:
    0 14px 40px rgba(57, 23, 22, 0.1),
    0 0 0 1px rgba(255, 77, 71, 0.05);
}

#main_wrapper .article .feature-three.pf-qr-ft .image.pf-qr-ft__figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(380px, 50vh);
  margin: 0 auto;
  object-fit: contain;
  border-radius: 0.5rem;
  box-shadow: none;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .feature-three.pf-qr-ft {
    padding: 0;
  }

  #main_wrapper .article .feature-three.pf-qr-ft .pf-qr-ft__copy {
    text-align: center;
  }

  #main_wrapper .article .feature-three.pf-qr-ft .image.pf-qr-ft__figure {
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
  }

  #main_wrapper .article .feature-three.pf-qr-ft .list.pf-qr-ft__list li {
    text-align: left;
  }
}

#main_wrapper .article .feature-seven {
  padding: 100px 0;
  background-color: #ffffff;
}

#main_wrapper .article .feature-seven .app-slider {
  margin-bottom: 30px;
}

#main_wrapper .article .feature-seven .slider-images {
  max-height: 600px;
  overflow-y: auto;
}

#main_wrapper .article .feature-seven .slider-images > div {
  margin-bottom: 20px;
}

#main_wrapper .article .feature-seven .slider-head {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #33363d;
}

#main_wrapper .article .feature-seven .slider-text {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #33363d;
}

#main_wrapper .article .feature-seven .slider-text p {
  margin: 10px 0;
}

#main_wrapper .article .feature-seven .slider-btn {
  background-color: #ff4d47;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.3s ease;
}

#main_wrapper .article .feature-seven .slider-btn:hover {
  background-color: #e00700;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .feature-seven {
    padding: 50px 0;
  }
  #main_wrapper .article .feature-seven .slider-head {
    font-size: 2rem;
  }
  #main_wrapper .article .feature-seven .slider-text {
    font-size: 1rem;
  }
  #main_wrapper .article .feature-seven .slider-images {
    max-height: 400px;
  }
}

/* QR menü — uygulama görselleri + indir / WhatsApp (pf-qr-seven) */
#main_wrapper .article .feature-seven.pf-qr-seven {
  position: relative;
  overflow: hidden;
  padding: clamp(2.5rem, 6vw, 5rem) 0;
  background: linear-gradient(180deg, #f8f9fb 0%, #eef1f5 50%, #f4f6f8 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

#main_wrapper .article .feature-seven.pf-qr-seven .pf-qr-seven__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    radial-gradient(ellipse 50% 40% at 20% 30%, rgba(255, 77, 71, 0.07), transparent 55%),
    radial-gradient(ellipse 45% 38% at 85% 75%, rgba(57, 23, 22, 0.05), transparent 50%);
}

#main_wrapper .article .feature-seven.pf-qr-seven .pf-qr-seven__wrap {
  position: relative;
  z-index: 1;
}

#main_wrapper .article .feature-seven.pf-qr-seven .pf-qr-seven__row > .order-1 {
  order: 1;
}

#main_wrapper .article .feature-seven.pf-qr-seven .pf-qr-seven__row > .order-2 {
  order: 2;
}

@media (min-width: 768px) {
  #main_wrapper .article .feature-seven.pf-qr-seven .pf-qr-seven__row > .order-md-1 {
    order: 1;
  }

  #main_wrapper .article .feature-seven.pf-qr-seven .pf-qr-seven__row > .order-md-2 {
    order: 2;
  }
}

#main_wrapper .article .feature-seven.pf-qr-seven .pf-qr-seven__slider {
  margin-bottom: 0;
}

#main_wrapper .article .feature-seven.pf-qr-seven .slider-images.pf-qr-seven__slides {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-height: min(640px, 72vh);
  overflow-y: auto;
  padding-right: 0.35rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 77, 71, 0.35) transparent;
}

#main_wrapper .article .feature-seven.pf-qr-seven .slider-images.pf-qr-seven__slides::-webkit-scrollbar {
  width: 6px;
}

#main_wrapper .article .feature-seven.pf-qr-seven .slider-images.pf-qr-seven__slides::-webkit-scrollbar-thumb {
  background: rgba(255, 77, 71, 0.35);
  border-radius: 999px;
}

#main_wrapper .article .feature-seven.pf-qr-seven .pf-qr-seven__slide {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow:
    0 12px 36px rgba(57, 23, 22, 0.1),
    0 0 0 1px rgba(255, 77, 71, 0.05);
}

#main_wrapper .article .feature-seven.pf-qr-seven .pf-qr-seven__slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: middle;
}

#main_wrapper .article .feature-seven.pf-qr-seven .pf-qr-seven__caption {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - 2rem);
  padding: 0.5rem 1rem;
  background: rgba(26, 35, 40, 0.82);
  backdrop-filter: blur(6px);
  color: #fff;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

#main_wrapper .article .feature-seven.pf-qr-seven .pf-qr-seven__caption-title {
  margin: 0;
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff !important;
}

#main_wrapper .article .feature-seven.pf-qr-seven .pf-qr-seven__aside {
  padding-top: 0.25rem;
}

#main_wrapper .article .feature-seven.pf-qr-seven .slider-head.pf-qr-seven__head {
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  color: #1a2328 !important;
}

#main_wrapper .article .feature-seven.pf-qr-seven .slider-head.pf-qr-seven__head p {
  margin: 0;
}

#main_wrapper .article .feature-seven.pf-qr-seven .slider-head.pf-qr-seven__head::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3px;
  margin: 0.75rem auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, #ff4d47, rgba(255, 77, 71, 0.2));
}

#main_wrapper .article .feature-seven.pf-qr-seven .slider-text.pf-qr-seven__text {
  font-size: 1.02rem;
  line-height: 1.65;
  margin-bottom: 0.85rem;
  color: #455a64 !important;
}

#main_wrapper .article .feature-seven.pf-qr-seven .slider-text.pf-qr-seven__text p {
  margin: 0.4rem 0 0;
  color: inherit !important;
}

#main_wrapper .article .feature-seven.pf-qr-seven .slider-text.pf-qr-seven__text p:first-child {
  margin-top: 0;
}

#main_wrapper .article .feature-seven.pf-qr-seven .slider-text.pf-qr-seven__text em {
  color: #391716;
  font-style: normal;
  font-weight: 600;
}

#main_wrapper .article .feature-seven.pf-qr-seven .slider-text.pf-qr-seven__text--note {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

#main_wrapper .article .feature-seven.pf-qr-seven .btn-group.pf-qr-seven__stores {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.25rem;
}

#main_wrapper .article .feature-seven.pf-qr-seven .pf-qr-seven__store-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.65rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.65rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#main_wrapper .article .feature-seven.pf-qr-seven .pf-qr-seven__store-link:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 77, 71, 0.25);
  box-shadow: 0 10px 28px rgba(255, 77, 71, 0.12);
}

#main_wrapper .article .feature-seven.pf-qr-seven .pf-qr-seven__store-link img {
  display: block;
  width: 160px;
  height: auto;
  max-width: min(160px, 42vw);
  object-fit: contain;
}

#main_wrapper .article .feature-seven.pf-qr-seven .slider-btn.pf-qr-seven__cta,
#main_wrapper .article .feature-seven.pf-qr-seven .slider-btn.pf-qr-seven__cta:link,
#main_wrapper .article .feature-seven.pf-qr-seven .slider-btn.pf-qr-seven__cta:visited {
  margin-top: 0.25rem;
  padding: 0.65rem 1.75rem;
  border-radius: 999px;
  font-family: var(--pf-font-display, "Outfit", system-ui, sans-serif);
  font-weight: 700;
  font-size: 0.98rem;
  background: linear-gradient(135deg, #128c7e 0%, #25d366 100%);
  color: #fff !important;
  border: 1px solid rgba(37, 211, 102, 0.45);
  box-shadow: 0 6px 20px rgba(18, 140, 126, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

#main_wrapper .article .feature-seven.pf-qr-seven .slider-btn.pf-qr-seven__cta:hover {
  color: #fff !important;
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.35);
}

#main_wrapper .article .feature-seven.pf-qr-seven .slider-btn.pf-qr-seven__cta:focus-visible {
  outline: 2px solid #25d366;
  outline-offset: 3px;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .feature-seven.pf-qr-seven .slider-images.pf-qr-seven__slides {
    max-height: min(520px, 58vh);
  }

  #main_wrapper .article .feature-seven.pf-qr-seven .pf-qr-seven__aside {
    margin-bottom: 1.75rem;
  }
}
