:root {
  --nav-pill-bg: #d9f2f9;
  --brand: #0e2a66;
  --primary: #16256f; /* CTA الأزرق الغامق */
  --hero-grad-start: #ff5ec9; /* وردي */
  --hero-grad-end: #8a3cfb; /* بنفسجي */
  --chip-bg: #e9f0ff;
  --chip-txt: #0b284f;
  --chip-gap: 0.9rem;
  --marquee-speed: 48s; /* زوّد/قلّل للسرعة */
}

/* ---- Hero ---- */

.hero {
  background: linear-gradient(
    242.79deg,
    #fff2fc 4.14%,
    #ec4dc5 25.06%,
    #813ad0 98.81%,
    #813ad0 98.81%
  );
  height: 100vh;
  padding-top: 80px;
}
[dir="ltr"] .image-home {
  position: absolute;
  right: 0px;
  bottom: 0;
}
@media screen and (max-width: 575px) {
  .image-home {
    bottom: 0;
    right: 0;
    text-align: center;
  }

  .image-home img {
    max-height: 120px;
    width: auto;
  }
}

@media screen and (max-width: 400px) {
  .image-home img {
    max-height: 100px;
  }
}

@media screen and (max-height: 700px) {
  .image-home {
    bottom: 0;
    right: 0;
  }
}

@media screen and (max-height: 500px) {
  .image-home {
    bottom: 0;
    right: 0;
  }
}

[dir="ltr"] .image-home img {
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 120px);
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  background: #f5f5f5;
}

.section-body {
  height: calc(100vh - 80px);
}

.box {
  background: #fff;
  padding: clamp(20px, 5vw, 46px) clamp(20px, 8vw, 80px);
  border-radius: 112px;
  display: flex;
  align-items: center;
  gap: 96px;
  flex-direction: row;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  height: 480px;

  margin-top: 80px;
}
.text-box h2 {
  color: #191919;
  font-size: 30px;
  font-weight: 600;
}
.text-box p {
  color: #191919;
  font-size: 20px;
}
.buttons {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}
.text-box .btn-1 {
  background: #16256f;
  border: none;
  border-radius: 24px;
  color: #fff;
  width: 250px;
  height: 64px;
  font-weight: 500;
  font-size: 18px;
  border: none;
}
.text-box .btn-2 {
  background: transparent;
  border: none;
  border-radius: 24px;
  color: #191919;
  width: 250px;
  height: 64px;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #1b7dad;
}
.text-box button {
  transition: all 1s ease-in-out;
}

.text-box button:hover {
  background: radial-gradient(50% 50% at 50% 50%, #39478b 0%, #0e194c 100%);
  color: #fff;
  box-shadow: 1px 1px 6px 0px hsla(0, 0%, 0%, 0.25);
}

[dir="rtl"] .image-home {
  position: absolute;
  top: 220px;
  left: 0 !important;
}

[dir="rtl"] .image-home img {
  width: 100%;
}

/* .text-box .btn-1:hover {
  background: #1B7DAD;         
  box-shadow: 0px 6px 18px rgba(27, 125, 173, 0.3); 
  transform: translateY(-3px); 
}

/* btn-2 */
/* .text-box .btn-2:hover {
  background: #1B7DAD;
  color: #fff;                 
  box-shadow: 0px 6px 18px rgba(27, 125, 173, 0.3);
  transform: translateY(-3px);
}  */

.section-body h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}
.section-body p {
  color: #dbdbdb;
  font-size: 30px;
}
.section-body button {
  background: #16256f;
  border: none;
  border-radius: 24px;
  color: #fff;
  width: min(310px, 90vw);
  height: 50px;
  font-weight: 500;
  font-size: 18px;
  transition: all 1s ease-in-out;
}
.section-body button:hover {
  background: radial-gradient(50% 50% at 50% 50%, #334186 0%, #121c50 100%);
  color: #fff;
  box-shadow: 1px 1px 6px 0px hsla(0, 0%, 0%, 0.25);
}
/* أو بطريقة القص الحر */
.hero .container {
  overflow: visible;
}
.hero .lead {
  opacity: 0.9;
}
.hero-cta {
  background: var(--primary);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 0.7rem 1.4rem;
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(22, 37, 111, 0.25);
}
.hero-cta:hover {
  filter: brightness(0.95);
}

/* صورة اليمين */
.hero-figure {
  position: relative;
  min-height: 340px;
}
.hero-figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 540px;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.25));
}

/* @media (min-width:992px){
    .hero{ padding-top: 9rem; padding-bottom: 4rem; }
}
@media (max-width: 991.98px){
    .nav-pill{ border-radius: 20px; }
    .hero-figure{ min-height: 260px; margin-top: 1.25rem; }
    .hero .display-4{ font-size: 2.1rem; }
  }

 */

#unique {
  margin-top: 100px;
  margin-bottom: 100px;
}
.Unique-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
  font-weight: 600;
}

.Unique-p {
  font-size: 20px;
  color: #191919;
  margin-bottom: 110px;
}

/*** build-with-care ***/
.feature-section {
  background: #f5f5f5; /* خلفية الصفحة العادية */
}
.feature-card {
  background: #f5f5f5;
  border-radius: 24px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
}
.feature-card .app-logo {
  width: 96px;
  height: 96px;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.feature-card h5 {
  color: #0b1f44;
  font-weight: 800;
}
.feature-card p {
  color: #4b5563;
  font-size: 0.95rem;
  line-height: 1.55;
}
.btn-deep {
  background: var(--primary);
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
}
.btn-deep:hover {
  filter: brightness(0.95);
}
.btn-soft {
  background: #eef3ff;
  color: #0b1f44;
  border: 0;
  border-radius: 999px;
  font-weight: 600;
}

@media (max-width: 775px) {
  .build-with-care img {
    width: 80px !important;
  }
}

.chips-marquee {
  display: grid;
  gap: 0.75rem;
  overflow: hidden;
}

.chips-track {
  display: inline-flex;
  gap: var(--chip-gap);
  white-space: nowrap;
  will-change: transform;
  padding-block: 0.25rem;
}

.chips-track--left {
  animation: scroll-left var(--marquee-speed) linear infinite;
  margin-bottom: 30px;
}
.chips-track--right {
  animation: scroll-right var(--marquee-speed) linear infinite;
  opacity: 0.96;
}

/* Pause on hover (على التراك كله أو على شريحة واحدة) */
.chips-marquee:hover .chips-track,
.chips-track:hover {
  animation-play-state: paused;
}
.chip:hover {
  transform: translateY(-2px);
}
.build-with-care {
  background: #f5f5f5;
}

/* Chip look */
.chip {
  background: #f5f5f5;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: var(--chip-bg);
  color: var(--chip-txt);
  font-weight: 600;
  font-size: 0.92rem;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04), 0 6px 14px rgba(0, 0, 0, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  user-select: none;
  cursor: default;
  font-size:22px;
}

/* ألوان لطيفة اختيارية */

.chip--pink {
  background: rgba(255, 171, 243, 0.5);
  color: #191919;
  font-weight: 600;
  padding: 24px 32px;
  border-radius: 30px;
}
.chip--sky {
  background: rgba(91, 168, 186, 0.5);
  color: #191919;
  font-weight: 600;
  border-radius: 30px;
  padding: 24px 32px;
}
.chip--purple {
  background: rgba(223, 94, 207, 0.5);
  color: #191919;
  font-weight: 600;
  padding: 24px 32px;

  border-radius: 30px;
}
.chip--Lavender {
  color: #191919;
  font-weight: 600;
  background: rgba(205, 162, 255, 0.5);

  padding: 24px 32px;

  border-radius: 30px;
}
.chip--BabyBlue {
  color: #191919;
  font-weight: 600;
  background: rgba(166, 238, 255, 0.5);
  padding: 24px 32px;

  border-radius: 30px;
}
.chip--Dark-Cyan {
  color: #191919;
  font-weight: 600;
  background: rgba(37, 120, 139, 0.5);

  padding: 24px 32px;

  border-radius: 30px;
}

/* Keyframes */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  } /* لأننا مكررين المحتوى */
}
@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

/* تقليل الحركة لمن يفضّل ذلك */
@media (prefers-reduced-motion: reduce) {
  .chips-track {
    animation: none;
  }
}

/* ===== Rotor styles (similar to products) ===== */
#preview {
  overflow: hidden;
}

.Sawti-preview-title {
  color: #191919;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 16px;
  padding-left: 41px;
}
.Sawti-preview-p {
  color: #191919;
  font-size: 18px;
  margin-bottom: 63px;
  padding-left: 41px;
}
#preview h3 {
  color: 000000;
  font-weight: 600;
}
#preview p {
  color: 000000;

  font-weight: 400;
}
#preview .preview-stage {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
  justify-content: center;
  align-items: flex-end;
  user-select: none;
  touch-action: pan-y;
}
#preview .preview-card img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  display: block;
}


#preview .preview-controls .btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#preview .preview-controls .btn-light-subtle {
  background: #eef2f7;
  border-color: transparent;
}
#preview .is-center {
  opacity: 1;
}

@keyframes popIn {
  0% {
    transform: translateY(0) scale(0.98);
  }
  60% {
    transform: translateY(-2px) scale(1.06);
  }
  100% {
    transform: translateY(0) scale(1.04);
  }
}
#preview .preview-card.pop {
  animation: popIn 0.28s ease-out;
}

#preview .preview-stage {
  position: relative; /* مهم */
  min-height: 580px; /* عدِّل الارتفاع الكُلّي حسب الحاجة */
  display: block;
  padding: 0;
}

/* قاعدة للكارد: كلها absolute ومركزة بالنسبة للـ stage عن طريق top/left + translate */
#preview .preview-card {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); /* يركّز منتصف العنصر على منتصف الحاوية */
  border-radius: 24px;
  border: 12px solid var(--frame, #4c0d83);
  background: #fff;
  overflow: hidden;
  transition: transform 0.45s cubic-bezier(0.22, 0.9, 0.22, 1),
    box-shadow 0.45s cubic-bezier(0.22, 0.9, 0.22, 1), opacity 0.35s ease,
    border-color 0.25s ease;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14),
    inset 0 0 0 2px rgba(0, 0, 0, 0.04);
  will-change: transform;
  opacity: 1;
}

#preview .is-center {
  z-index: 6;
  width: 90%; 
  max-width: 900px; 
  height: 600px; 
  transform: translate(-50%, -50%) scale(1); 
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
}



/* الكروت الجانبية متراكبة على اليمين والشمال */
#preview .is-left {
  z-index: 4;
  transform: translate(-50%, -50%) translateX(-220px) scale(0.95);
  width: 50%;
  height: 500px;
}
#preview .is-right {
  z-index: 4;
    transform: translate(-50%, -50%) translateX(220px) scale(0.95);
   width: 50%;
  height: 500px;
}

/* أقصى الجانبين أصغر وأسفل شوية */
#preview .is-far-left {
  z-index: 1;
  transform: translate(-50%, -50%) translateX(-422px) translateY(1px) scale(0.84);
  opacity: 0.95;
   width: 50%;
  height: 450px;

}
#preview .is-far-right {
  z-index: 1;
  transform: translate(-50%, -50%) translateX(422px) translateY(1px) scale(0.84);
  opacity: 0.95;
   width: 50%;
  height: 450px;
  /* الهايِّت اللي انت عايزه */
}


#preview .preview-dots {
  display: flex;
  justify-content: center;
  gap: 37px;
  margin-top: 1rem;
}
#preview .preview-dot {
  width: 40px;
  height: 30px;
  border-radius: 8px;
  cursor: pointer;
  background: transparent !important;
  border: 4px solid currentColor;
  transition: transform 0.2s ease, outline-color 0.2s ease, box-shadow 0.2s ease;
  outline: 2px solid transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
#preview .preview-dot.active {
  outline-color: currentColor;
  background: currentColor !important; /* يديها تحديد بنفس اللون */
}
#preview .preview-dot:hover {
  transform: scale(1.08);
}

/* الكروت الخلفية */

/* ========== Book ========== */
#sawti-story {
  background-color: #f5f5f5;
}

.Sawti-Story-title {
  color: #191919;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 16px;
  padding-left: 41px;
}
.Sawti-Story-p {
  color: #191919;
  font-size: 18px;
  margin-bottom: 63px;
  padding-left: 41px;
}
.story-book {
  max-width: 920px;
  margin-inline: auto;
  user-select: none;
}

.book-stage {
  position: relative;
  margin-inline: auto;
  width: min(92vw, 920px);
  aspect-ratio: 16/10;
  overflow: hidden;
  perspective: 1600px; /* مهم لانيميشن 3D */
}

.book-stage img{
  width:50% !important;
  max-width: 600px !important;
}
/* الصفحات الثابتة */


/* ورقة القلب */
.leaf {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;     /* نص العرض */
  height: 100%;
  transform-style: preserve-3d;
  will-change: transform;
  z-index: 5;     /* فوق الصفحات الثابتة */
}


/* الوجه الأمامي والخلفي للورقة */
.leaf .side {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  backface-visibility: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

/* انيميشن القلب يمين←يسار (Next) */
.turn-from-right {
  right: 0; /* تبدأ من النص اليمين */
  transform-origin: left center; /* النقطة اللي بتدور حواليها */
  animation: flipRight 1s ease both;
}

/* انيميشن القلب يسار→يمين (Prev) */
.turn-from-left {
  left: 0; /* تبدأ من النص الشمال */
  transform-origin: right center;
  animation: flipLeft 1s ease both;
}


@keyframes flipRight {
  0%   { transform: rotateY(0deg); }
  50%  { transform: rotateY(-90deg); z-index: 6; } /* نص اللفة */
  100% { transform: rotateY(-180deg); }
}

@keyframes flipLeft {
  0%   { transform: rotateY(0deg); }
  50%  { transform: rotateY(90deg); z-index: 6; }
  100% { transform: rotateY(180deg); }
}


.book-prev {
  position: absolute;
  top: 50%;
  left: -100px;
}
.book-next {
  position: absolute;
  top: 50%;
  right: -100px;
}
.btn-icon {
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease, filter 0.15s ease;
}

.btn-icon img {
  width: 79px; /* حجم الأيقونة */
  height: 50px;
  object-fit: contain;
}
@media (max-width: 1141px) {
  .book-prev,
  .book-next {
    position: static; /* نشيل الـ absolute */
    transform: none;
    margin: 30px 5px 0; /* مسافة بسيطة */
  }

  .story-book {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* نخلي الأزرار جنب بعض تحت */
  .book-controls {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 15px;
  }
}

/* موبايل: صفحة واحدة */
@media (max-width: 575.98px) {
  .leaf {
    width: 100%;
  }
  .turn-from-right {
    transform-origin: left center;
  }
  .turn-from-left {
    transform-origin: right center;
  }
  .chip 
  {
    padding:10px 12px
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {

    #preview .is-center {
        max-width: 863px;
        height: 563px;
        transform: translate(-50%, -50%) scale(1);
    }

    #preview .is-left
 {
        transform: translate(-50%, -50%) translateX(-303px) scale(0.95);
        height: 466px;
    }
#preview .is-right {
         transform: translate(-50%, -50%) translateX(303px) scale(0.95);
        height: 466px;
}

    #preview .is-far-left
 {
        transform: translate(-50%, -50%) translateX(-420px) translateY(1px) scale(0.84);
        height: 428px;
    }
#preview .is-far-right {
      transform: translate(-50%, -50%) translateX(420px) translateY(1px) scale(0.84);
        height: 428px;
}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  #preview .preview-stage {
  min-height: 420px; 
}

       #preview .is-center {
        max-width: 664px;
        height: 424px;
        transform: translate(-50%, -50%) scale(1);
    }

    #preview .is-left {
        transform: translate(-50%, -50%) translateX(-231px) scale(0.95);
        height: 345px;
    }
#preview .is-right {
        transform: translate(-50%, -50%) translateX(231px) scale(0.95);
        height: 345px;
}

#preview .is-far-left {
        transform: translate(-50%, -50%) translateX(-352px) translateY(1px) scale(0.84);
        height: 308px;
    }
#preview .is-far-right {
        transform: translate(-50%, -50%) translateX(352px) translateY(1px) scale(0.84);
        height: 308px;
}
  .box {
    background: #fff;
    padding: 0px 50px;

    display: flex;
    align-items: center;
    gap: 70px;
    flex-direction: row;
    height: 480px;
    margin-top: 80px;
  }

  .text-box h2 {
    font-size: 26px;
  }

  .text-box p {
    font-size: 18px;
  }
}

@media screen and (min-width: 776px) and (max-width: 992px) {
  #preview .preview-stage {
  min-height: 380px; 
}
         #preview .is-center {
        max-width: 547px;
        height: 376px;
        transform: translate(-50%, -50%) scale(1);
    }

       #preview .is-left
 {
        transform: translate(-50%, -50%) translateX(-184px) scale(0.95);
        height: 298px;
    }
#preview .is-right {
       transform: translate(-50%, -50%) translateX(184px) scale(0.95);
        height: 298px;
}

    #preview .is-far-left
 {
        transform: translate(-50%, -50%) translateX(-298px) translateY(1px) scale(0.84);
        height: 262px;
    }
#preview .is-far-right {
      transform: translate(-50%, -50%) translateX(298px) translateY(1px) scale(0.84);
        height: 262px;
}
  #unique {
    margin-bottom: 100px;
  }

  .box {
    background: #fff;
    padding: 46px 43px;
    display: flex;
    align-items: center;
    gap: 49px;
    flex-direction: row;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    height: auto;
    margin-top: 80px;
  }

  .section-body h1 {
      font-size: clamp(24px, 8vw, 50px);
  }
  .section-body p {
   font-size: clamp(16px, 4vw, 30px);
  }

  .section-body button {
    width: 173px;
  }

  .image-box img {
    width: 129px !important;
  }
  .text-box h2 {
    font-size: 20px;
  }
  .text-box p {
    color: #191919;
    font-size: 15px;
  }

  .text-box .btn-1 {
    width: auto;
    height: auto;

    font-size: 18px;

    padding: 10px;
  }
  .text-box .btn-2 {
    padding: 10px;
    width: auto;
    height: auto;
    font-size: 18px;
    margin-right: 10px;
  }

  .image-box img {
    width: 119px;
  }
}


@media screen and (min-width: 557px) and (max-width:776px){
   #preview .preview-stage {
  min-height: 260px; 
}
        #preview .is-center {
        max-width: 384px;
        height: 269px;
        transform: translate(-50%, -50%) scale(1);
    }

    #preview .is-left
 {
        transform: translate(-50%, -50%) translateX(-133px) scale(0.95);
        height: 223px;
    }


#preview .is-right {
 transform: translate(-50%, -50%) translateX(133px) scale(0.95);
        height: 223px;
}

    #preview .is-far-left {
        transform: translate(-50%, -50%) translateX(-240px) translateY(1px) scale(0.84);
        height: 189px;
    }
#preview .is-far-right {
       transform: translate(-50%, -50%) translateX(240px) translateY(1px) scale(0.84);
        height: 189px;
}
}



@media screen and (min-width:  557px) and (max-width:776px)and (max-height: 2000px){

.hero {
    height: 68vh;
  }
}
@media screen and (min-width:  557px) and (max-width:776px)and (max-height: 700px){
  .image-home img {
        max-height: 150px;
        width: 221px !important;
    }
.hero {
    height: 68vh;
  }
}




.padding-left{
  padding-left: 20px;
}



@media screen and (min-width: 350px) and (max-width: 557px)and (max-height: 700px){
.hero {
    height: 72vh;
   
  }
   .image-home img {
    max-height: 120px;
    width: 199px !important;
  }
}
@media screen and (min-width: 350px) and (max-width: 557px) 
       and (min-height: 700px) and (max-height: 2000px) {
  .hero {
    height: 65vh;
  }
  .image-home img {
    max-height: 120px;
    width: 199px !important;
  }
}

@media screen and (min-width: 350px) and (max-width: 557px) {
     .btn-icon img {
    width: 61px !important;
   
}
  .section-body p {
        font-size: 12px !important;
    }
  #preview .preview-dots {    
    gap: 23px;
}


     #preview .preview-stage {
  min-height: 180px; 
}
      #preview .is-center
 {
        max-width: 295px;
        height: 194px;
        transform: translate(-50%, -50%) scale(1);
    }

    #preview .is-left
 {
        transform: translate(-50%, -50%) translateX(-110px) scale(0.9);
        height: 168px;
    }
#preview .is-right {
 transform: translate(-50%, -50%) translateX(110px) scale(0.9);
        height: 168px;
}

    #preview .is-far-left
 {
        transform: translate(-50%, -50%) translateX(-168px) translateY(1px) scale(0.84);
        height: 119px;
    }
#preview .is-far-right {
  transform: translate(-50%, -50%) translateX(168px) translateY(1px) scale(0.84);
        height: 119px;
}

  [dir="rtl"] .box {
    gap: 40px;
    padding: 0;
    max-width: 343px;
    flex-direction: column;
    width: 100%;
    margin: auto;
    padding: 24px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 350px) and (max-width: 776px) {
  #unique {
    margin-bottom: 100px;
    margin-top: 52px;
  }

  .section-body h1 {
    font-size: 26px;
  }
  .section-body p {
    font-size: 16px;
  }

  .section-body button {
    width: 173px;
  }
 

 .Unique-title {
        color: #191919;
        font-weight: 600;
        font-size: 23px;
    }
      .Unique-p
 {
        color: #191919;
        font-weight: 400;
        font-size: 13px;
        margin-bottom: 51px !important;
    }
    .Sawti-Story-p {
    color: #191919;
    font-size: 15px;
    margin-bottom: 46px;
    padding-left: 41px;
}
.Sawti-preview-p {
    color: #191919;
    font-size: 13px;
    margin-bottom: 41px;
    padding-left: 40px;
}
.Sawti-Story-title {
    color: #191919;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 16px;
    padding-left: 41px;
}
.Sawti-preview-title

 {
    color: #191919;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 16px;
    padding-left: 41px;
}
  .box {
    gap: 40px;
    padding: 0;
    max-width: 343px;
    flex-direction: column;
    width: 100%;
    margin: auto;
    padding: 24px;
    border-radius: 30px;
    margin-top: 80px;
  }

  .buttons {
    margin: 0 10px;
    justify-content: center !important;
    gap: 5px;
  }

  .image-box img {
    width: 119px;
  }

  .text-box h2 {
    font-size: 18px;
  }
  .text-box p {
    color: #191919;
    font-size: 13px;
  }
  .text-box .btn-1 {
    width: auto;
    height: auto;

    font-size: 13px;

    padding: 10px;
  }
  .text-box .btn-2 {
    padding: 10px;
    width: auto;
    height: auto;
    font-size: 13px;
  }
}

@media screen and (max-width: 776px) {
  .chip
 {

    font-size: 15px;
}
  .image-home {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .image-home img {
    max-height: 150px;
    width: 314px;
  }
}

@media screen and (max-width: 576px) {
  .text-home {
    padding-inline-start: 15px;
  }
  .section-body button {
    width: 153px;
    font-size: 16px;
  }
  .section-body h1 {
    font-size: 24px;
  }
  .section-body p {
    font-size: 15px;
  }
 
}
@media screen and (max-width: 400px) {
    #preview .preview-stage {
  min-height: 220px; 
}
     #preview .is-center {
        max-width: 260px;
        height: 192px;
        transform: translate(-50%, -50%) scale(1);
    }

#preview .is-left {
        transform: translate(-50%, -50%) translateX(-79px) scale(0.95);
        height: 152px;
    }
#preview .is-right {
   transform: translate(-50%, -50%) translateX(79px) scale(0.95);
        height: 152px;
}

#preview .is-far-left {
        transform: translate(-50%, -50%) translateX(-120px) translateY(1px) scale(0.84);
        height: 140px;
    }
#preview .is-far-right {
         transform: translate(-50%, -50%) translateX(120px) translateY(1px) scale(0.84);
        height: 140px;
}
  .text-home {
    padding-inline-start: 15px;
  }
  .section-body button {
    width: 153px;
    font-size: 14px;
  }
  .section-body h1 {
    font-size: 20px;
  }
  .section-body p {
    font-size: 14px;
  }
  .image-home img {
    max-height: 120px;
    width: 225px;
  }
}

#preview, #preview * {
  box-sizing: border-box !important;
}

#preview .preview-card .screen {
  position: absolute !important;
  inset: 12px !important;           
  border-radius: 12px !important;
  overflow: hidden !important;      
  display: block !important;
  background: #fafafa !important;
}

#preview .preview-card .screen img,
#preview .preview-card img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

#preview .preview-card .screen[style*="background-image"] {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
*{box-sizing:border-box;}
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; 
}


.full-width, .hero, .section {
  width: 100%;
  max-width: 100%;
}


.row, .flex {
  display: flex;
  flex-wrap: wrap; 
}
.row > * , .flex > * {
  min-width: 0; 
}

* {
  outline: none;
}
.js-debug-overflow {
  position: relative;
}
.pricing-wrapper {
            background: linear-gradient(135deg, #e91e63 0%, #9c27b0 35%, #673ab7 70%, #3f51b5 100%);
            min-height: 100vh;
            position: relative;
            padding: 0;
        }

        .pricing-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 180px;
           
            z-index: 1;
        }

        .pricing-wrapper::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 150px;
            background: rgba(255, 255, 255, 0.1);
            clip-path: ellipse(120% 100% at 50% 100%);
            z-index: 1;
        }

        .content-container {
            position: relative;
            z-index: 2;
            padding: 80px 0 60px;
        }

        .main-title {
            color: #ffffff;
            font-size: 3.2rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 20px;
            letter-spacing: -0.5px;
      
        }

        .main-description {
            color: rgba(255, 255, 255, 0.95);
            font-size: 1.25rem;
            font-weight: 400;
            text-align: center;
            margin-bottom: 60px;
            max-width: 650px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.6;
            padding: 0 20px;
        }

        .pricing-card {
            border-radius: 20px;
            padding: 45px 35px;
            margin: 0 15px;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
            transition: all 0.4s ease;
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.15);
            position: relative;
            overflow: hidden;
            background: linear-gradient(2.56deg, rgba(129, 30, 130, 0.45) 31.07%, rgba(22, 37, 111, 0.45) 98.08%);
        }

        .pricing-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
            z-index: -1;
        }

        .pricing-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 35px 70px rgba(0, 0, 0, 0.25);
            background: rgba(139, 69, 189, 0.9);
        }

        .plan-title {
            color: #ffffff;
            font-size: 1.75rem;
            font-weight: 600;
            text-align: center;
            margin-bottom: 35px;
            letter-spacing: -0.3px;
        }

        .features-list {
            list-style: none;
            padding: 0;
            margin: 0 0 40px 0;
        }

        .features-list li {
            color: rgba(255, 255, 255, 0.95);
            font-size: 1rem;
            font-weight: 400;
            margin-bottom: 18px;
            padding-left: 30px;
            position: relative;
            line-height: 1.5;
        }

        .features-list li::before {
            content: '✓';
            position: absolute;
            left: 0;
            top: 0;
            color: #4caf50;
            font-weight: 700;
            font-size: 1.2rem;
        }

        .price-section {
            text-align: center;
            margin-bottom: 35px;
        }

        .price-amount {
            color: #ffffff;
            font-size: 3.5rem;
            font-weight: 800;
            line-height: 1;
            margin-bottom: 5px;
        }

        .price-period {
            color: rgba(255, 255, 255, 0.8);
            font-size: 1.2rem;
            font-weight: 400;
        }

        .download-button {
            background: rgba(0, 0, 0, 0.7);
            border: none;
            border-radius: 12px;
            padding: 12px 20px;
            width: 100%;
            transition: all 0.3s ease;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            position: relative;
            overflow: hidden;
        }

        .download-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
            z-index: 1;
        }

        .download-button:hover {
            background: rgba(0, 0, 0, 0.8);
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
        }

        .download-button * {
            position: relative;
            z-index: 2;
        }

        .apple-icon {
            width: 28px;
            height: 28px;
            filter: brightness(0) invert(1);
        }

        .download-text {
            color: #ffffff;
            font-size: 0.95rem;
            font-weight: 500;
            margin: 0;
        }

        .store-text {
            color: rgba(255, 255, 255, 0.9);
            font-size: 0.85rem;
            font-weight: 400;
            margin: 0;
        }

        @media (max-width: 992px) {
            .main-title {
                font-size: 2.5rem;
            }
            
            .main-description {
                font-size: 1.1rem;
                margin-bottom: 50px;
            }
            
            .pricing-card {
                margin: 15px 0;
                padding: 35px 25px;
            }
        }

        @media (max-width: 768px) {
            .content-container {
                padding: 60px 0 40px;
            }
            
            .main-title {
                padding-top: 40%;
                font-size: 2.2rem;
                margin-bottom: 15px;
            }
            
            .main-description {
                font-size: 1rem;
                margin-bottom: 40px;
                padding: 0 15px;
            }
            
            .pricing-card {
                margin: 20px 0;
                padding: 30px 20px;
            }
            
            .price-amount {
                font-size: 2.8rem;
            }
        }

        @media (max-width: 576px) {
            .main-title {
                font-size: 1.9rem;
            }
            
            .plan-title {
                font-size: 1.5rem;
            }
            
            .price-amount {
                font-size: 2.5rem;
            }
            
            .features-list li {
                font-size: 0.95rem;
                margin-bottom: 15px;
            }
        }