.login-btn{display:inline-flex;align-items:center;gap:.45rem;background:#28c5a6;color:#fff!important;border-radius:999px;padding:.72rem 1.25rem;font-weight:800;text-decoration:none;box-shadow:0 14px 30px rgba(40,197,166,.22);transition:.2s ease}
.login-btn:hover{transform:translateY(-1px);filter:brightness(.98);color:#fff!important}
.login-btn svg{width:18px;height:18px}
.download-qr-section{background:linear-gradient(180deg,#ffffff 0%,#f6fbf8 100%);padding:88px 0}
.qr-card{height:100%;border:1px solid rgba(19,44,58,.08);border-radius:28px;background:#fff;padding:28px;box-shadow:0 18px 55px rgba(22,42,54,.08)}
.qr-card img.qr-img{width:190px;max-width:100%;border-radius:18px;margin:10px auto 20px;display:block}
.qr-card .store-badge{max-width:180px;height:auto;display:block;margin:0 auto}
@media(max-width:767px){.download-qr-section{padding:64px 0}}

/* YourPetDiary clean fixes */
.hero a:not([href*="apps.apple.com"]):not([href*="play.google.com"]).btn,
.hero a[href="#download"],
.hero a[href="#app"]{display:none!important;}

.ypd-app-section{padding:96px 0;background:linear-gradient(180deg,#ffffff 0%,#f7fbf8 100%);}
.ypd-app-copy .ypd-pill{display:inline-flex;padding:.7rem 1.25rem;border-radius:999px;background:#eaf8f4;border:1px solid rgba(38,190,160,.25);color:#168d78;font-weight:800;margin-bottom:24px}
.ypd-app-copy h2{font-size:clamp(2.5rem,5vw,5.25rem);line-height:.96;font-weight:900;letter-spacing:-.055em;color:#101828;margin-bottom:22px}
.ypd-app-copy p{font-size:1.2rem;color:#687386;max-width:430px}
.ypd-carousel-card{background:linear-gradient(135deg,#ffffff 0%,#eefaf5 100%);border:1px solid rgba(42,197,166,.16);border-radius:34px;box-shadow:0 24px 70px rgba(20,55,70,.08);padding:32px;overflow:hidden}
.ypd-carousel-card .carousel-inner{min-height:590px}
.ypd-carousel-card .carousel-item{text-align:center}
.ypd-carousel-card .phone-frame{display:inline-block;position:relative;background:#0b0f14;border-radius:42px;padding:9px;box-shadow:0 34px 80px rgba(13,31,44,.2)}
.ypd-carousel-card .phone-frame:before{content:"";position:absolute;top:8px;left:50%;transform:translateX(-50%);width:92px;height:23px;background:#05070a;border-radius:0 0 16px 16px;z-index:2}
.ypd-carousel-card .phone-frame img{height:540px;max-width:100%;width:auto;object-fit:contain;border-radius:34px;background:#fff;display:block}
.ypd-slide-label{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.15rem;border-radius:999px;background:#fff;color:#205a73;font-weight:900;box-shadow:0 12px 32px rgba(20,55,70,.08);border:1px solid rgba(38,190,160,.22);margin-bottom:20px}
.ypd-carousel-card .carousel-control-prev,
.ypd-carousel-card .carousel-control-next{width:48px;height:48px;border-radius:50%;background:#fff;top:52%;transform:translateY(-50%);box-shadow:0 12px 34px rgba(15,39,56,.14);opacity:1}
.ypd-carousel-card .carousel-control-prev{left:18px}
.ypd-carousel-card .carousel-control-next{right:18px}
.ypd-carousel-card .carousel-control-prev-icon,
.ypd-carousel-card .carousel-control-next-icon{filter:invert(1);width:18px;height:18px}
.ypd-carousel-card .carousel-indicators{position:static;margin:28px 0 0;gap:8px}
.ypd-carousel-card .carousel-indicators [data-bs-target]{width:10px;height:10px;border:0;border-radius:999px;background:#2fc3a8;opacity:.25}
.ypd-carousel-card .carousel-indicators .active{width:32px;opacity:1}
@media(max-width:991px){
  .ypd-app-section{text-align:center;padding:76px 0}
  .ypd-app-copy p{margin-left:auto;margin-right:auto}
  .ypd-carousel-card{margin-top:28px}
  .ypd-carousel-card .carousel-inner{min-height:520px}
  .ypd-carousel-card .phone-frame img{height:470px}
}
@media(max-width:575px){
  .ypd-carousel-card{border-radius:26px;padding:22px 12px}
  .ypd-carousel-card .carousel-inner{min-height:450px}
  .ypd-carousel-card .phone-frame{border-radius:34px;padding:7px}
  .ypd-carousel-card .phone-frame img{height:405px;border-radius:28px}
}

/* Audience section width/layout fix */
.ypd-audience-fix,
.audience-section,
.for-who-section {
  padding: 96px 0 110px !important;
  background: linear-gradient(180deg,#f7fbf8 0%,#ffffff 100%);
}
.ypd-audience-fix .container,
.audience-section .container,
.for-who-section .container {
  max-width: 1480px !important;
}
.ypd-audience-fix h2,
.audience-section h2,
.for-who-section h2 {
  font-size: clamp(2.8rem,5vw,5.7rem) !important;
  line-height: .96 !important;
  letter-spacing: -.055em !important;
  margin-bottom: 54px !important;
  text-align:center;
}
.ypd-audience-fix .row,
.audience-section .row,
.for-who-section .row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}
.ypd-audience-fix .card,
.audience-section .card,
.for-who-section .card,
.ypd-audience-card {
  min-height: 174px;
  border-radius: 28px !important;
  border: 1px solid rgba(17,24,39,.06) !important;
  box-shadow: 0 24px 60px rgba(18,42,56,.08) !important;
  overflow: hidden;
}
.ypd-audience-fix h3,
.audience-section h3,
.for-who-section h3 {
  font-weight: 900;
}
@media (min-width: 992px) {
  .ypd-audience-fix .col-lg-4,
  .audience-section .col-lg-4,
  .for-who-section .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
@media (max-width: 991px) {
  .ypd-audience-fix .container,
  .audience-section .container,
  .for-who-section .container {
    max-width: 760px !important;
  }
}

.ypd-final-qr-cta .qr-tile{
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  border-radius:28px;
  padding:22px;
  box-shadow:0 18px 48px rgba(16,42,56,.08);
  min-width:220px;
}
.ypd-final-qr-cta .qr-tile img{
  width:180px;
  max-width:100%;
  height:auto;
  border-radius:18px;
  display:block;
  margin:0 auto 14px;
}
.ypd-final-qr-cta .qr-title{
  font-weight:900;
  color:#101828;
}
@media(max-width:575px){
  .ypd-final-qr-cta .qr-tile{min-width:100%;padding:18px}
  .ypd-final-qr-cta .qr-tile img{width:160px}
}

/* Modern QR download block */
.ypd-qr-home-section{
  padding:88px 0;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbf8 100%);
}
.ypd-qr-home-card{
  border-radius:40px;
  background:linear-gradient(135deg,#effcf8 0%,#fff8ec 100%);
  box-shadow:0 30px 90px rgba(18,42,56,.08);
  border:1px solid rgba(17,24,39,.06);
  padding:56px;
  overflow:hidden;
  position:relative;
}
.ypd-qr-home-card:before{
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  border-radius:50%;
  right:-120px;
  top:-120px;
  background:rgba(45,197,166,.18);
}
.ypd-qr-tile{
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  border-radius:28px;
  padding:22px;
  box-shadow:0 18px 48px rgba(16,42,56,.08);
  height:100%;
}
.ypd-qr-tile img{
  width:178px;
  max-width:100%;
  height:auto;
  border-radius:18px;
  display:block;
  margin:0 auto 16px;
}
.ypd-qr-tile strong{
  display:block;
  color:#101828;
  font-size:1.05rem;
}
.ypd-qr-pill{
  display:inline-flex;
  padding:.6rem 1.1rem;
  border-radius:999px;
  background:#e8f8f4;
  color:#168d78;
  font-weight:800;
  border:1px solid rgba(38,190,160,.22);
}
@media(max-width:767px){
  .ypd-qr-home-card{padding:34px 22px;border-radius:30px}
  .ypd-qr-home-section{padding:64px 0}
}

/* Premium App Preview iPhone Slider */
.app-preview-premium {
  background: linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
  padding: 110px 0;
  overflow: hidden;
}

.preview-badge {
  padding: 12px 24px;
  border-radius: 999px;
  background: #e7f8f2;
  color: #1f9d84;
  font-weight: 800;
  font-size: 18px;
  border: 1px solid rgba(39, 197, 166, .18);
}

.preview-title {
  font-size: clamp(54px, 6vw, 92px);
  line-height: .92;
  font-weight: 900;
  color: #07122b;
  letter-spacing: -4px;
}

.preview-text {
  font-size: 26px;
  line-height: 1.5;
  color: #667085;
  max-width: 520px;
}

.phone-stage {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-stage::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(39,197,166,.18) 0%, rgba(39,197,166,.08) 40%, rgba(39,197,166,0) 70%);
  filter: blur(10px);
}

.phone-carousel {
  width: min(390px, 86vw);
  position: relative;
  z-index: 2;
}

.phone-carousel .carousel-inner {
  overflow: visible;
}

.phone-wrapper {
  position: relative;
  width: min(360px, 86vw);
  margin: 0 auto;
  border-radius: 52px;
  background: #06090f;
  padding: 10px;
  box-shadow:
    0 38px 100px rgba(8, 18, 38, .26),
    0 10px 30px rgba(8, 18, 38, .12);
}

.phone-wrapper::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 108px;
  height: 30px;
  transform: translateX(-50%);
  background: #05070a;
  border-radius: 0 0 18px 18px;
  z-index: 5;
}

.phone-wrapper::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 43px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
  pointer-events: none;
  z-index: 4;
}

.phone-screen {
  width: 100%;
  height: 690px;
  object-fit: cover;
  object-position: top center;
  border-radius: 43px;
  display: block;
  background: #fff;
}

.slide-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .6rem 1.25rem;
  border-radius: 999px;
  font-weight: 900;
  color: #205a73;
  background: #ffffff;
  border: 1px solid rgba(38,190,160,.24);
  box-shadow: 0 14px 34px rgba(15,39,56,.10);
  margin-bottom: 22px;
}

.phone-carousel .carousel-control-prev,
.phone-carousel .carousel-control-next {
  width: 54px;
  height: 54px;
  background: #ffffff;
  border-radius: 50%;
  top: 54%;
  transform: translateY(-50%);
  opacity: 1;
  box-shadow: 0 14px 40px rgba(15,39,56,.14);
}

.phone-carousel .carousel-control-prev {
  left: -82px;
}

.phone-carousel .carousel-control-next {
  right: -82px;
}

.phone-carousel .carousel-control-prev-icon,
.phone-carousel .carousel-control-next-icon {
  filter: invert(1);
  width: 18px;
  height: 18px;
}

.phone-carousel .carousel-indicators {
  position: static;
  margin: 30px 0 0;
  gap: 9px;
}

.phone-carousel .carousel-indicators [data-bs-target] {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #27c5a6;
  border: 0;
  opacity: .22;
}

.phone-carousel .carousel-indicators .active {
  width: 34px;
  opacity: 1;
}

@media (max-width: 991px) {
  .app-preview-premium {
    padding: 76px 0;
    text-align: center;
  }

  .preview-text {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .phone-stage {
    min-height: 620px;
  }

  .phone-screen {
    height: 570px;
  }

  .phone-carousel .carousel-control-prev {
    left: -10px;
  }

  .phone-carousel .carousel-control-next {
    right: -10px;
  }
}

@media (max-width: 575px) {
  .preview-title {
    font-size: 58px;
    letter-spacing: -3px;
  }

  .phone-stage {
    min-height: 550px;
  }

  .phone-wrapper {
    border-radius: 42px;
    padding: 8px;
  }

  .phone-screen {
    height: 485px;
    border-radius: 34px;
  }

  .phone-wrapper::before {
    width: 86px;
    height: 24px;
  }

  .phone-wrapper::after {
    inset: 8px;
    border-radius: 34px;
  }
}

.app-preview-premium .row{display:flex!important;align-items:center!important}
.app-preview-premium .col-lg-8{display:block!important;visibility:visible!important;opacity:1!important}
.phone-stage,.phone-carousel,.phone-wrapper,.phone-screen{display:block!important;visibility:visible!important;opacity:1!important}
.phone-stage{min-height:720px!important;position:relative!important}
.phone-carousel{margin:0 auto!important;width:min(390px,90vw)!important}
.phone-wrapper{position:relative!important;width:360px!important;max-width:90vw!important;margin:0 auto!important;background:#05070a!important;border-radius:52px!important;padding:10px!important;box-shadow:0 38px 100px rgba(8,18,38,.26)!important}
.phone-wrapper:before{content:"";position:absolute;top:10px;left:50%;transform:translateX(-50%);width:108px;height:30px;background:#05070a;border-radius:0 0 18px 18px;z-index:5}
.phone-screen{width:100%!important;height:690px!important;object-fit:cover!important;object-position:top center!important;border-radius:43px!important;background:#fff!important}
@media(max-width:991px){.phone-screen{height:570px!important}.phone-stage{min-height:620px!important}}

/* ===== ypd-single-app-preview-css ===== */

/* Single, clean App Preview section */
.app-preview-clean {
  padding: 110px 0 115px;
  background: linear-gradient(180deg,#ffffff 0%,#f7faf8 100%);
  overflow: hidden;
}

.app-preview-clean .preview-badge {
  padding: 12px 24px;
  border-radius: 999px;
  background: #e7f8f2;
  color: #1f9d84;
  font-weight: 800;
  font-size: 18px;
  border: 1px solid rgba(39,197,166,.18);
}

.app-preview-clean .preview-title {
  font-size: clamp(54px, 5.7vw, 88px);
  line-height: .93;
  font-weight: 900;
  color: #07122b;
  letter-spacing: -4px;
}

.app-preview-clean .preview-text {
  font-size: 25px;
  line-height: 1.5;
  color: #667085;
  max-width: 520px;
}

.clean-phone-stage {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clean-phone-stage::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(39,197,166,.16) 0%, rgba(39,197,166,.07) 42%, rgba(39,197,166,0) 70%);
  filter: blur(8px);
}

.clean-phone-carousel {
  position: relative;
  z-index: 2;
  width: min(360px, 88vw);
}

.clean-phone-carousel .carousel-inner {
  overflow: visible;
}

.clean-phone-carousel .carousel-item {
  text-align: center;
}

.clean-phone-device {
  position: relative;
  width: min(342px, 86vw);
  height: 690px;
  margin: 0 auto;
  background: #05070a;
  border-radius: 54px;
  padding: 11px;
  box-shadow:
    0 38px 100px rgba(8,18,38,.26),
    0 10px 35px rgba(8,18,38,.12);
}

.clean-phone-device::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 106px;
  height: 30px;
  transform: translateX(-50%);
  background: #05070a;
  border-radius: 0 0 18px 18px;
  z-index: 5;
}

.clean-phone-device::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 43px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
  pointer-events: none;
  z-index: 4;
}

.clean-phone-screen {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 43px;
  background: #fff;
  display: block;
}

.clean-slide-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .58rem 1.2rem;
  border-radius: 999px;
  font-weight: 900;
  color: #205a73;
  background: #fff;
  border: 1px solid rgba(38,190,160,.24);
  box-shadow: 0 14px 34px rgba(15,39,56,.10);
  margin-bottom: 20px;
}

.clean-phone-carousel .carousel-control-prev,
.clean-phone-carousel .carousel-control-next {
  width: 52px;
  height: 52px;
  background: #ffffff;
  border-radius: 50%;
  top: 54%;
  transform: translateY(-50%);
  opacity: 1;
  box-shadow: 0 14px 40px rgba(15,39,56,.14);
}

.clean-phone-carousel .carousel-control-prev { left: -74px; }
.clean-phone-carousel .carousel-control-next { right: -74px; }

.clean-phone-carousel .carousel-control-prev-icon,
.clean-phone-carousel .carousel-control-next-icon {
  filter: invert(1);
  width: 18px;
  height: 18px;
}

.clean-phone-carousel .carousel-indicators {
  position: static;
  margin: 30px 0 0;
  gap: 9px;
}

.clean-phone-carousel .carousel-indicators [data-bs-target] {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 999px;
  background: #27c5a6;
  opacity: .22;
}

.clean-phone-carousel .carousel-indicators .active {
  width: 34px;
  opacity: 1;
}

@media (max-width: 991px) {
  .app-preview-clean {
    text-align: center;
    padding: 78px 0;
  }
  .app-preview-clean .preview-text {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }
  .clean-phone-stage {
    min-height: 610px;
  }
  .clean-phone-device {
    height: 560px;
    width: min(280px, 86vw);
    border-radius: 44px;
  }
  .clean-phone-screen {
    border-radius: 35px;
  }
  .clean-phone-device::after {
    border-radius: 35px;
  }
  .clean-phone-carousel .carousel-control-prev { left: -8px; }
  .clean-phone-carousel .carousel-control-next { right: -8px; }
}

@media (max-width: 575px) {
  .app-preview-clean .preview-title {
    font-size: 56px;
    letter-spacing: -3px;
  }
  .clean-phone-stage {
    min-height: 530px;
  }
  .clean-phone-device {
    height: 490px;
    width: min(245px, 84vw);
    border-radius: 39px;
    padding: 8px;
  }
  .clean-phone-device::before {
    width: 80px;
    height: 22px;
    top: 8px;
  }
  .clean-phone-device::after {
    inset: 8px;
    border-radius: 31px;
  }
  .clean-phone-screen {
    border-radius: 31px;
  }
}

/* ===== ypd-final-single-slider-css ===== */

/* Final single App Preview slider */
.app-preview-final {
  padding: 108px 0 118px;
  background: linear-gradient(180deg,#ffffff 0%,#f7faf8 100%);
  overflow: hidden;
}
.app-preview-final .container {
  max-width: 1380px;
}
.app-preview-final .preview-badge {
  padding: 12px 24px;
  border-radius: 999px;
  background: #e7f8f2;
  color: #1f9d84;
  font-weight: 800;
  font-size: 18px;
  border: 1px solid rgba(39,197,166,.18);
}
.app-preview-final .preview-title {
  font-size: clamp(52px, 5.3vw, 84px);
  line-height: .94;
  font-weight: 900;
  color: #07122b;
  letter-spacing: -4px;
}
.app-preview-final .preview-text {
  font-size: 24px;
  line-height: 1.5;
  color: #667085;
  max-width: 500px;
}
.final-phone-stage {
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.final-phone-stage::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(39,197,166,.16) 0%, rgba(39,197,166,.07) 42%, rgba(39,197,166,0) 70%);
  filter: blur(8px);
}
.final-phone-carousel {
  width: min(380px, 88vw);
  position: relative;
  z-index: 2;
}
.final-phone-carousel .carousel-inner {
  overflow: hidden !important;
  width: 100%;
}
.final-phone-carousel .carousel-item {
  text-align: center;
}
.final-phone-carousel .carousel-item:not(.active) {
  display: none !important;
}
.final-phone-carousel .carousel-item.active {
  display: block !important;
}
.final-phone-device {
  position: relative;
  width: min(350px, 86vw);
  height: 700px;
  margin: 0 auto;
  background: #05070a;
  border-radius: 56px;
  padding: 11px;
  box-shadow:
    0 38px 100px rgba(8,18,38,.26),
    0 10px 35px rgba(8,18,38,.12);
}
.final-phone-device::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 106px;
  height: 30px;
  transform: translateX(-50%);
  background: #05070a;
  border-radius: 0 0 18px 18px;
  z-index: 5;
}
.final-phone-device::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 44px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
  pointer-events: none;
  z-index: 4;
}
.final-phone-screen {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 44px;
  background: #fff;
  display: block;
}
.final-slide-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .58rem 1.2rem;
  border-radius: 999px;
  font-weight: 900;
  color: #205a73;
  background: #fff;
  border: 1px solid rgba(38,190,160,.24);
  box-shadow: 0 14px 34px rgba(15,39,56,.10);
  margin-bottom: 20px;
}
.final-phone-carousel .carousel-control-prev,
.final-phone-carousel .carousel-control-next {
  width: 52px;
  height: 52px;
  background: #ffffff;
  border-radius: 50%;
  top: 54%;
  transform: translateY(-50%);
  opacity: 1;
  box-shadow: 0 14px 40px rgba(15,39,56,.14);
}
.final-phone-carousel .carousel-control-prev { left: -76px; }
.final-phone-carousel .carousel-control-next { right: -76px; }
.final-phone-carousel .carousel-control-prev-icon,
.final-phone-carousel .carousel-control-next-icon {
  filter: invert(1);
  width: 18px;
  height: 18px;
}
.final-phone-carousel .carousel-indicators {
  position: static;
  margin: 30px 0 0;
  gap: 9px;
}
.final-phone-carousel .carousel-indicators [data-bs-target] {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 999px;
  background: #27c5a6;
  opacity: .22;
}
.final-phone-carousel .carousel-indicators .active {
  width: 34px;
  opacity: 1;
}
@media (max-width: 991px) {
  .app-preview-final {
    text-align: center;
    padding: 78px 0;
  }
  .app-preview-final .preview-text {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }
  .final-phone-stage {
    min-height: 610px;
  }
  .final-phone-device {
    height: 560px;
    width: min(280px, 86vw);
    border-radius: 44px;
  }
  .final-phone-screen {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 44px;
  background: #fff;
  display: block;
}
  .final-phone-device::after { border-radius: 35px; }
  .final-phone-carousel .carousel-control-prev { left: -8px; }
  .final-phone-carousel .carousel-control-next { right: -8px; }
}
@media (max-width: 575px) {
  .app-preview-final .preview-title {
    font-size: 56px;
    letter-spacing: -3px;
  }
  .final-phone-stage { min-height: 530px; }
  .final-phone-device {
    height: 490px;
    width: min(245px, 84vw);
    border-radius: 39px;
    padding: 8px;
  }
  .final-phone-device::before {
    width: 80px;
    height: 22px;
    top: 8px;
  }
  .final-phone-device::after {
    inset: 8px;
    border-radius: 31px;
  }
  .final-phone-screen {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 44px;
  background: #fff;
  display: block;
}
}

html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 96px; }

/* ===== ypd-premium-bento-preview-css ===== */

/* Premium App Preview Bento */
.ypd-bento-preview {
  padding: 108px 0 118px;
  background: linear-gradient(180deg,#ffffff 0%,#f7faf8 100%);
  overflow: hidden;
}

.ypd-bento-preview .container {
  max-width: 1480px;
}

.ypd-bento-copy .preview-badge {
  display: inline-flex;
  padding: 12px 24px;
  border-radius: 999px;
  background: #e7f8f2;
  color: #1f9d84;
  font-weight: 800;
  font-size: 18px;
  border: 1px solid rgba(39,197,166,.18);
}

.ypd-bento-copy h2 {
  font-size: clamp(52px, 5.2vw, 84px);
  line-height: .94;
  font-weight: 900;
  color: #07122b;
  letter-spacing: -4px;
}

.ypd-bento-copy p {
  font-size: 24px;
  line-height: 1.5;
  color: #667085;
  max-width: 520px;
}

.ypd-bento-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  grid-template-rows: 330px 330px;
  gap: 24px;
}

.ypd-bento-card {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(17,24,39,.06);
  box-shadow: 0 24px 70px rgba(17,42,56,.09);
  isolation: isolate;
}

.ypd-bento-card.large {
  grid-row: span 2;
}

.ypd-bento-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%,rgba(39,197,166,.12),transparent 42%);
  z-index: 0;
}

.ypd-bento-card .label {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 3;
  display: inline-flex;
  padding: .52rem 1.05rem;
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(12px);
  color: #205a73;
  font-weight: 900;
  border: 1px solid rgba(38,190,160,.22);
  box-shadow: 0 12px 30px rgba(17,42,56,.08);
}

.ypd-bento-card .screen-img {
  position: absolute;
  inset: 76px 28px 0;
  width: calc(100% - 56px);
  height: calc(100% - 76px);
  object-fit: contain;
  object-position: top center;
  z-index: 2;
  filter: drop-shadow(0 20px 28px rgba(15,39,56,.10));
}

.ypd-bento-card.large .screen-img {
  inset: 84px 38px 0;
  width: calc(100% - 76px);
  height: calc(100% - 84px);
}

.ypd-bento-card .caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 4;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(17,24,39,.06);
  color: #334155;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .ypd-bento-grid {
    grid-template-rows: 300px 300px;
  }
}

@media (max-width: 991px) {
  .ypd-bento-preview {
    padding: 78px 0;
    text-align: center;
  }

  .ypd-bento-copy p {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .ypd-bento-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 320px 320px;
    margin-top: 32px;
  }

  .ypd-bento-card.large {
    grid-row: span 1;
  }
}

@media (max-width: 575px) {
  .ypd-bento-copy h2 {
    font-size: 56px;
    letter-spacing: -3px;
  }

  .ypd-bento-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 360px);
  }

  .ypd-bento-card .screen-img,
  .ypd-bento-card.large .screen-img {
    inset: 76px 18px 0;
    width: calc(100% - 36px);
    height: calc(100% - 76px);
  }
}

/* ===== ypd-interactive-preview-css ===== */

/* Interactive Feature Preview */
.ypd-interactive-preview {
  padding: 110px 0 120px;
  background: linear-gradient(180deg,#ffffff 0%,#f7faf8 100%);
  overflow: hidden;
}

.ypd-interactive-preview .container {
  max-width: 1440px;
}

.ypd-preview-eyebrow {
  display:inline-flex;
  padding:12px 24px;
  border-radius:999px;
  background:#e7f8f2;
  color:#1f9d84;
  font-weight:800;
  font-size:18px;
  border:1px solid rgba(39,197,166,.18);
}

.ypd-preview-title {
  font-size:clamp(48px,5vw,82px);
  line-height:.95;
  font-weight:900;
  color:#07122b;
  letter-spacing:-4px;
}

.ypd-preview-subtitle {
  font-size:22px;
  line-height:1.55;
  color:#667085;
  max-width:560px;
}

.ypd-feature-list {
  display:grid;
  gap:16px;
  margin-top:34px;
}

.ypd-feature-card {
  border:1px solid rgba(17,24,39,.07);
  background:rgba(255,255,255,.78);
  border-radius:26px;
  padding:22px 24px;
  cursor:pointer;
  transition:all .22s ease;
  box-shadow:0 14px 36px rgba(16,42,56,.05);
  display:flex;
  gap:18px;
  align-items:flex-start;
  position:relative;
  overflow:hidden;
}

.ypd-feature-card::before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(39,197,166,.12),rgba(255,255,255,0));
  opacity:0;
  transition:opacity .22s ease;
}

.ypd-feature-card:hover,
.ypd-feature-card.active {
  transform:translateY(-3px);
  border-color:rgba(39,197,166,.35);
  box-shadow:0 24px 60px rgba(16,42,56,.10);
}

.ypd-feature-card:hover::before,
.ypd-feature-card.active::before {
  opacity:1;
}

.ypd-feature-icon {
  width:48px;
  height:48px;
  border-radius:16px;
  background:#eaf8f4;
  color:#169976;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  flex:0 0 auto;
  position:relative;
  z-index:2;
}

.ypd-feature-content {
  position:relative;
  z-index:2;
}

.ypd-feature-content h3 {
  font-size:1.22rem;
  font-weight:900;
  color:#101828;
  margin:0 0 6px;
}

.ypd-feature-content p {
  margin:0;
  color:#667085;
  font-size:1rem;
  line-height:1.45;
}

.ypd-phone-preview-stage {
  position:relative;
  min-height:760px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.ypd-phone-preview-stage::before {
  content:"";
  position:absolute;
  width:720px;
  height:720px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(39,197,166,.14) 0%,rgba(39,197,166,.06) 43%,rgba(39,197,166,0) 72%);
  filter:blur(4px);
}

.ypd-live-phone {
  position:relative;
  z-index:2;
  width:min(390px,88vw);
  height:790px;
  border-radius:58px;
  background:#05070a;
  padding:11px;
  box-shadow:
    0 46px 120px rgba(8,18,38,.22),
    0 14px 40px rgba(8,18,38,.10);
  transition:transform .25s ease;
}

.ypd-live-phone:hover {
  transform:translateY(-4px);
}

.ypd-live-phone::before {
  content:"";
  position:absolute;
  top:10px;
  left:50%;
  width:112px;
  height:31px;
  transform:translateX(-50%);
  background:#05070a;
  border-radius:0 0 19px 19px;
  z-index:5;
}

.ypd-live-phone::after {
  content:"";
  position:absolute;
  inset:11px;
  border-radius:47px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.14);
  pointer-events:none;
  z-index:4;
}

.ypd-live-phone-screen {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  border-radius:47px;
  background:#fff;
  display:block;
  transition:opacity .18s ease, transform .18s ease;
}

.ypd-phone-caption {
  position:absolute;
  left:50%;
  bottom:-26px;
  transform:translateX(-50%);
  z-index:4;
  min-width:230px;
  text-align:center;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(14px);
  border:1px solid rgba(17,24,39,.07);
  box-shadow:0 18px 50px rgba(16,42,56,.10);
  border-radius:999px;
  padding:12px 20px;
  font-weight:900;
  color:#205a73;
}

@media(max-width:991px) {
  .ypd-interactive-preview {
    padding:78px 0 96px;
    text-align:center;
  }

  .ypd-preview-subtitle {
    margin-left:auto;
    margin-right:auto;
    font-size:20px;
  }

  .ypd-phone-preview-stage {
    min-height:650px;
    margin-top:36px;
  }

  .ypd-live-phone {
    width:min(310px,86vw);
    height:630px;
    border-radius:48px;
  }

  .ypd-live-phone-screen {
    border-radius:39px;
  }

  .ypd-live-phone::after {
    border-radius:39px;
  }

  .ypd-feature-card {
    text-align:left;
  }
}

@media(max-width:575px) {
  .ypd-preview-title {
    font-size:54px;
    letter-spacing:-3px;
  }

  .ypd-live-phone {
    width:min(270px,84vw);
    height:545px;
    padding:8px;
    border-radius:42px;
  }

  .ypd-live-phone::before {
    width:86px;
    height:24px;
    top:8px;
  }

  .ypd-live-phone::after {
    inset:8px;
    border-radius:34px;
  }

  .ypd-live-phone-screen {
    border-radius:34px;
  }

  .ypd-phone-preview-stage {
    min-height:575px;
  }
}

/* ===== ypd-real-phone-fit-css ===== */

.ypd-live-phone{
  overflow:hidden !important;
  background:#05070a !important;
}
.ypd-live-phone-screen{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:top center !important;
  border-radius:47px !important;
  background:#fff !important;
  display:block !important;
}
@media(max-width:991px){
  .ypd-live-phone-screen{border-radius:39px !important;}
}
@media(max-width:575px){
  .ypd-live-phone-screen{border-radius:34px !important;}
}

/* ===== ypd-hide-phone-captions ===== */

.ypd-phone-caption,
.phone-caption,
.feature-phone-title,
.feature-preview-label,
.phone-preview-title,
.carousel-caption{
    display:none !important;
    opacity:0 !important;
    visibility:hidden !important;
    height:0 !important;
    overflow:hidden !important;
    margin:0 !important;
    padding:0 !important;
}

/* ===== ypd-ajax-form-css ===== */

.ypd-form-message{
  margin-top:14px;
  font-weight:700;
  font-size:.95rem;
}
.ypd-form-message.success{color:#159a7d;}
.ypd-form-message.error{color:#b42318;}

/* ===== ypd-honeypot-css ===== */

.ypd-honeypot{
  position:absolute !important;
  left:-9999px !important;
  top:auto !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  overflow:hidden !important;
  pointer-events:none !important;
}

/* ===== ypd-download-qr-final-css ===== */

.ypd-qr-home-section{
  padding:96px 0;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbf8 100%);
}
.ypd-qr-home-card{
  position:relative;
  overflow:hidden;
  border-radius:40px;
  background:linear-gradient(135deg,#effcf8 0%,#fff8ec 100%);
  box-shadow:0 30px 90px rgba(18,42,56,.08);
  border:1px solid rgba(17,24,39,.06);
  padding:58px;
}
.ypd-qr-home-card:before{
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  border-radius:50%;
  right:-120px;
  top:-120px;
  background:rgba(45,197,166,.18);
}
.ypd-qr-pill{
  display:inline-flex;
  padding:.65rem 1.15rem;
  border-radius:999px;
  background:#e8f8f4;
  color:#168d78;
  font-weight:900;
  border:1px solid rgba(38,190,160,.22);
}
.ypd-qr-tile{
  height:100%;
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  border-radius:28px;
  padding:24px;
  box-shadow:0 18px 48px rgba(16,42,56,.08);
}
.ypd-qr-tile img{
  width:178px;
  max-width:100%;
  height:auto;
  border-radius:18px;
  display:block;
  margin:0 auto 16px;
}
.ypd-qr-tile strong{
  display:block;
  color:#101828;
  font-size:1.08rem;
}
@media(max-width:767px){
  .ypd-qr-home-section{padding:68px 0;}
  .ypd-qr-home-card{padding:34px 22px;border-radius:30px;}
}

/* ===== ypd-performance-final-css ===== */

img{max-width:100%;height:auto}
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
}

/* ===== ypd-final-fixes-css ===== */

@media(max-width:991px){.dropdown-menu{left:0!important;right:auto!important;transform:none!important;background:#fff!important;min-width:150px!important;border-radius:16px!important;padding:8px!important}.dropdown-item{color:#111827!important;font-weight:600!important;padding:10px 14px!important;border-radius:10px!important}.dropdown-item:hover,.dropdown-item:focus{background:#f3f4f6!important;color:#111827!important}}
.ypd-anchor-fix{display:block;position:relative;top:-96px;visibility:hidden}

/* ===== ypd-cookie-consent-css ===== */

.ypd-cookie-banner{
  position:fixed;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:99999;
  display:none;
  background:#ffffff;
  border:1px solid rgba(17,24,39,.10);
  border-radius:24px;
  box-shadow:0 24px 70px rgba(17,24,39,.18);
  padding:22px;
  max-width:980px;
  margin:0 auto;
}
.ypd-cookie-banner.is-visible{display:block}
.ypd-cookie-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.ypd-cookie-text strong{
  display:block;
  font-weight:900;
  color:#101828;
  margin-bottom:6px;
}
.ypd-cookie-text p{
  margin:0;
  color:#667085;
  line-height:1.55;
  font-size:.95rem;
}
.ypd-cookie-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
}
.ypd-cookie-btn{
  border:0;
  border-radius:999px;
  padding:11px 18px;
  font-weight:800;
  cursor:pointer;
  white-space:nowrap;
}
.ypd-cookie-accept{
  background:#28c5a6;
  color:#fff;
  box-shadow:0 12px 28px rgba(40,197,166,.24);
}
.ypd-cookie-decline{
  background:#f2f4f7;
  color:#344054;
}
.ypd-cookie-link{
  display:inline-flex;
  color:#168d78;
  font-weight:700;
  text-decoration:none;
  margin-top:6px;
}
@media(max-width:767px){
  .ypd-cookie-banner{
    left:12px;
    right:12px;
    bottom:12px;
    border-radius:20px;
    padding:18px;
  }
  .ypd-cookie-inner{
    flex-direction:column;
    align-items:flex-start;
  }
  .ypd-cookie-actions{
    width:100%;
  }
  .ypd-cookie-btn{
    flex:1 1 auto;
  }
}

/* ===== Mobile App Install Banner ===== */
.ypd-app-install-banner {
  position: relative;
  z-index: 1035;
  display: none;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(17,24,39,.08);
  box-shadow: 0 10px 28px rgba(16,42,56,.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.ypd-app-install-banner.is-visible { display: block; }
.ypd-app-install-banner__inner {
  max-width: 1320px;
  min-height: 72px;
  margin: 0 auto;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ypd-app-install-banner__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  object-fit: cover;
  border-radius: 13px;
  box-shadow: 0 6px 18px rgba(16,42,56,.12);
}
.ypd-app-install-banner__copy {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.ypd-app-install-banner__copy strong {
  color: #101828;
  font-size: .95rem;
  font-weight: 800;
}
.ypd-app-install-banner__copy span {
  margin-top: 3px;
  color: #667085;
  font-size: .78rem;
}
.ypd-app-install-banner__button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 15px;
  color: #fff !important;
  background: #28c5a6;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(40,197,166,.23);
}
.ypd-app-install-banner__button:hover,
.ypd-app-install-banner__button:focus {
  color: #fff !important;
  background: #20aa90;
}
.ypd-app-install-banner__close {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #667085;
  background: transparent;
  border: 0;
  border-radius: 50%;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}
.ypd-app-install-banner__close:hover,
.ypd-app-install-banner__close:focus {
  color: #101828;
  background: rgba(17,24,39,.06);
}
@media (min-width: 992px) {
  .ypd-app-install-banner { display: none !important; }
}
@media (max-width: 575.98px) {
  .ypd-app-install-banner__inner { min-height: 66px; padding: 9px 12px; gap: 9px; }
  .ypd-app-install-banner__icon { width: 42px; height: 42px; flex-basis: 42px; border-radius: 11px; }
  .ypd-app-install-banner__copy strong { font-size: .86rem; }
  .ypd-app-install-banner__copy span { font-size: .69rem; }
  .ypd-app-install-banner__button { min-height: 36px; padding: 8px 11px; font-size: .74rem; }
  .ypd-app-install-banner__close { flex-basis: 28px; width: 28px; height: 28px; font-size: 1.25rem; }
}
