/** Shopify CDN: Minification failed

Line 7:0 Unexpected "500"
Line 7:31 Unterminated string token

**/
500;600;700;800&display=swap");

/* ==========================================================================
   Hero Section — Mobile First
   ========================================================================== */

.common-wrap {
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.announcement__inner{
  background-color: #1B1B6E;
}
.announcement__item p{
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  padding: 10px 0;
  color: #FFFFFF;
}

/* Thin glowing gradient line at the very top of the hero */
.hero__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(13, 153, 255, 0) 0%,
    rgba(13, 153, 255, 0.9) 50%,
    rgba(13, 153, 255, 0) 100%
  );
  z-index: 2;
}

.hero__inner {
  position: relative;
  z-index: 1;
  position: relative;
  background-color: #111111;
  overflow: hidden;
  padding: 30px 0 40px;
}

/* Decorative background image (line/circle pattern) */
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  left: 506px;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero .common-wrap {
  position: relative;
  z-index: 1;
}

.hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.hero__right {
  order: -1;
}

.hero__left {
  order: 1;
}
/* ---------------- Left column ---------------- */

.hero__left {
  width: 100%;
}

.hero__left-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.hero__top-image {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
}

.hero__top-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__top-text p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.75);
}

.hero__left-content h2 {
  margin: 0 0 20px;
  font-family: "Uxum Grotesque", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.hero__left-content p {
  margin: 0 0 16px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.6;
}
.hero__left-content span{
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color:#FFFFFF;
}

.hero__left-content p:first-of-type {
  color: #ffffff;
  font-weight: 600;
}

.hero__left-content p:last-of-type {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  margin-bottom: 0;
}

/* ---------------- Button ---------------- */

.hero__btn {
  margin-top: 28px;
}

.hero__btn-shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1b1b6e;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  padding: 15px 24px;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    transform 0.2s ease;
    width:100%;
}

.hero__btn-shop:hover {
  background-color: #2626a0;
  transform: translateY(-2px);
}

.hero__btn-shop:active {
  transform: translateY(0);
}

/* ---------------- Right column (product image) ---------------- */

.hero__right {
  width: 100%;
  display: flex;
  justify-content: center;
  display:none;
}
 .hero__left-img{
    display:block;
    margin-bottom: 15px;
  }

.hero__right img {
  display: block;
  width: 100%;

  height: auto;
}

.wont-do {
  background-color: #ffffff;
  padding: 50px 0;
}

.wont-do__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.wont-do__left {
  width: 100%;
}

.wont-do__left img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}

.wont-do__right {
  width: 100%;
}

.wont-do__right h2 {
  margin: 0 0 24px;
  font-family: "Uxum Grotesque", sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 8vw, 34px);
  line-height: 1.15;
  color: #000000;
  letter-spacing: -0.01em;
}

.wont-do__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.wont-do__item-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.wont-do__icon {
  flex-shrink: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: url(cross.svg);
}

.wont-do__item h3 {
  margin: 0;
  font-family: "Uxum Grotesque", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  color: #000000;
}

.wont-do__item p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #6b6b6b;
}

.actually-does__inner {
  position: relative;
  position: relative;
  background-color: #191964;
  /* background: linear-gradient(135deg, #1a1a66 0%, #2c2c78 55%, #34346f 100%); */
  overflow: hidden;
  padding: 50px 0;
}

/* Decorative background vector — sits outside common-wrap, full section */
.actually-does__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  left: 183px;
}

.actually-does__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.actually-does .common-wrap {
  position: relative;
  z-index: 1;
}

/* .actually-does__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
} */

/* ---------------- Left column ---------------- */

.actually-does__left {
  width: 100%;
}

.actually-does__left > h2 {
  margin: 0 0 10px;
  font-family: "Uxum Grotesque", sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 7vw, 30px);
  line-height: 1.15;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.actually-does__desc {
  margin: 0 0 28px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.actually-does__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.actually-does__label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 12px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.12);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}

.actually-does__item h3 {
  margin: 0 0 8px;
  font-family: "Uxum Grotesque", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #ffffff;
}

.actually-does__item p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
}

/* ---------------- Right column (product image) ---------------- */

.actually-does__right {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: -40px;
}

/* ===== Cure Section ===== */
.cure__inner {
  padding: 40px 0;
}

.cure__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cure__left-content {
  display: flex;
  flex-direction: column;
}

.cure__left-title {
  font-family: "Uxum Grotesque", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.15;
  color: #101010;
  margin: 0 0 16px;
}

.cure__left-top {
  font-family: "Uxum Grotesque", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  color: #2b2560;
  background-color: #eeecfb;
  border-left: 4px solid #5b4fe9;
  border-radius: 4px;
  padding: 14px 16px;
  margin-bottom: 20px;
}

.cure__left-bottom p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #4b4b4b;
  margin: 0 0 16px;
}

.cure__left-bottom p:last-child {
  margin-bottom: 0;
}

.cure__right {
  width: 100%;
}

.cure__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.who-for__inner {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}

.who-for__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.who-for__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.who-for__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.who-for__title {
  font-family: "Uxum Grotesque", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 16px;
}

.who-for__label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 20px;
}

.who-for__grid {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.who-for__card {
  background-color: rgba(0, 0, 0, 0.72);
  padding: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background-color: #414141cc;
}

.who-for__card:last-child {
  border-bottom: none;
}

.who-for__card-title {
  font-family: "Uxum Grotesque", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  margin: 0 0 6px;
}

.who-for__card-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.who-for__footer {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px;
}

.who-for__footer-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #ffffff;
  margin: 0 0 10px;
}

.who-for__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.who-for__list li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}

/* ===== Testimonials Section ===== */

.testimonials__inner {
  padding: 40px 0;
  background-color: #f5f4f0;
}

.testimonials__header {
  margin-bottom: 20px;
}

.testimonials__title {
  font-family: "Uxum Grotesque", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #101010;
  margin: 0 0 8px;
}

.testimonials__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #000000;
  margin: 0;
}

/* ---- Card ---- */
.testimonials__item {
  background-color: #ffffff;
  padding: 18px;
}

.testimonials__role {
  font-family: "Uxum Grotesque", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1B1B6E;
  margin: 0 0 10px;
}

.testimonials__quote {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #2b2b2b;
  margin: 0 0 14px;
}

.testimonials__name {
  font-family: "Uxum Grotesque", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #101010;
  margin: 0 0 4px;
}

.testimonials__meta {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #968E8E;
  margin: 0;
}

/* ---- Mobile: Slick Slider ---- */
.testimonials__slider .slick-slide {
  padding: 20px;
}

.testimonials__slider .slick-list {
  margin: 0 -8px;
}

.testimonials__slider .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
}

.testimonials__slider .slick-dots li button {
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background-color: #d8d5cf;
  padding: 0;
  cursor: pointer;
}

.testimonials__slider .slick-dots li.slick-active button {
  background-color: #5b4fe9;
}

/* ===== Guarantee Section ===== */

.guarantee__inner {
  padding: 40px 0;
  background: linear-gradient(135deg, #1a1a5e 0%, #2d2d8c 50%, #1e1e6e 100%);
}

.guarantee__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.guarantee__left {
  padding: 0 0 30px;
}

.guarantee__title {
  font-family: "Uxum Grotesque", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 16px;
}

.guarantee__text p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 16px;
}

.guarantee__text p:last-child {
  margin-bottom: 0;
}



.guarantee__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.guarantee__right{
  margin-top: -100px;
    margin-left: -40px;
}
.faq__inner {
  padding: 40px 0;
}

.faq__title {
  font-family: "Uxum Grotesque", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  color: #101010;
  margin: 0 0 24px;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq__item {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
}

.faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 16px;
  text-align: left;
  font-family: "Uxum Grotesque", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #101010;
}

.faq__icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq__icon::before {
  content: url("../img/plus.svg");
  display: block;
}

.faq__item.is-active .faq__icon::before {
  content: url("../img/minus.svg");
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq__answer p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  color: #5a5a5a;
  margin: 0;
  padding: 0 16px 16px;
}

.faq__item.is-active .faq__answer {
  max-height: 300px;
}

/* ---------- Pricing Section ---------- */

.pricing__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin: 30px 0;
}

.pricing__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border: 1px solid #E0E0E0;
  border-radius: 14px;
  background: #FFFFFF;
  text-decoration: none;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

.pricing__card:hover {
  border: 2px solid #2C2A6B;
  background: #F5F4FC;
  padding: 19px;
}

.pricing__card:focus-visible {
  outline: 2px solid #2C2A6B;
  outline-offset: 2px;
}
.pricing__badge {
  font-family: "Inter", sans-serif;
  position: absolute;
  top: -17px;
  left: 20px;
  background-color: #2b2570;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 3px;
}

.pricing__label {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #968E8E;
  margin: 0 0 10px;
}

.pricing__price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 4px;
}

.pricing__price {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #111111;
}

.pricing__price-unit {
  font-family: "Inter", sans-serif;
    font-weight: 400;
  font-size: 14px;
  color: #AAAAAA;
}

.pricing__per-day {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #968E8E;
  margin: 0 0 10px;
}

.pricing__desc {
    font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #968E8E;
  margin: 0;
  line-height: 1.5;
}

.pricing__button {
      font-family: "Inter", sans-serif;
  display: block;
  text-align: center;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  border:1px solid #1B1B6E;
  color: #1B1B6E;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.pricing__card:hover .pricing__button {
  background: #1B1B6E;
  color: #FFFFFF;
}

.pricing__perks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.pricing__perk {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #1A1A1A;
}

.pricing__perk-icon img {
  width: 16px;
  height: 16px;
  display: block;
}
.pricing__perk-icon{
      font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #968E8E;

  line-height: 1.5;
}
.pricing__inner{
  padding:48px 0;
}
.pricing__heading{
   font-family: "Uxum Grotesque", sans-serif;
    font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom:10px;
  color: #000000;
}
.pricing__subtext{
    font-family: "Inter", sans-serif;
    font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #000000;
}
/* ==========================================================================
   Desktop
   ========================================================================== */

@media (min-width: 1024px) {
  .hero__inner {
    padding: 60px 0 70px;
  }

  .hero__wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  .hero__left {
    width: 56%;
    max-width: 660px;
  }

  .hero__left-top {
    margin-bottom: 22px;
  }

  .hero__top-image {
    width: 28px;
    height: 28px;
  }

  .hero__top-text p {
    font-size: 14px;
  }

  .hero__left-content h2 {
    font-size: 64px;
    line-height: 1.15;
    margin-bottom: 22px;
  }

  .hero__left-content p {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 14px;
  }

  .hero__left-content p:last-of-type {
    margin-bottom: 0;
  }

  .hero__btn {
    margin-top: 30px;
  }

  .hero__btn-shop {
    font-size: 15px;
    padding: 16px 28px;
    width:275px;
  }

  .hero__right {
    width: 42%;
    margin-top: -100px;
    display: block;
 
  }
  .hero__left-img{
    display:none;
  }

  .hero__right img {
 
  }

  .hero__wrapper {
    flex-direction: row;
  }

  .hero__right {
    order: 0;
  }

  .hero__left {
    order: 0;
  }

  .wont-do {
    padding: 80px 0;
  }

  .wont-do__wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
  }

  .wont-do__left {
    width: 50%;
  }

  .wont-do__right {
    width: 50%;
  }

  .wont-do__right h2 {
    font-size: clamp(32px, 2.6vw, 40px);
    margin-bottom: 40px;
  }

  .wont-do__list {
    gap: 30px;
  }

  .wont-do__icon {
    width: 20px;
    height: 20px;
  }

  .wont-do__item h3 {
    font-size: 24px;
  }

  .wont-do__item p {
    font-size: 18px;
  }
  .wont-do__item-top {
    margin-bottom: 16px;
  }

  .actually-does__wrapper {
    display: flex;
    /* gap: 40px; */
  }

  .actually-does__left {
    width: 44%;
  }

  .actually-does__left > h2 {
    font-size: clamp(30px, 2.6vw, 38px);
    margin-bottom: 12px;
  }

  .actually-does__desc {
    font-size: 15px;
    margin-bottom: 36px;
  }

  .actually-does__list {
    gap: 36px;
  }

  .actually-does__item h3 {
    font-size: 17px;
  }

  .actually-does__item p {
    font-size: 14px;
  }

  .actually-does__right {
    width: 53%;
    margin-left: 0;
  }

  .cure__inner {
    padding: 80px 0;
  }

  .cure__wrapper {
    flex-direction: row;
    align-items: stretch;
    gap: 60px;
  }

  .cure__left {
    flex: 1.4;
    display: flex;
  }

  .cure__left-content {
    justify-content: center;
  }

  .cure__left-title {
    font-size: 42px;
    margin-bottom: 24px;
  }

  .cure__left-top {
    font-size: 16px;
    padding: 18px 22px;
    margin-bottom: 28px;
  }

  .cure__left-bottom p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 20px;
  }

  .cure__right {
    flex: 1;
  }

  .who-for__inner {
    padding: 70px 0;
  }

  .who-for__title {
    font-size: 38px;
    margin-bottom: 8px;
  }

  .who-for__label {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .who-for__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
  }

  .who-for__card {
    padding: 16px 20px;
    background-color: #414141cc;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .who-for__card:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .who-for__card:nth-child(2n) {
    border-right: none;
  }

  .who-for__card:nth-last-child(-n + 2) {
    border-bottom: none;
  }

  .who-for__card-title {
    font-size: 18px;
  }

  .who-for__card-text {
    font-size: 14px;
  }

  .who-for__footer {
    padding: 20px 24px;
  }

  .who-for__list li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .testimonials__inner {
    padding: 70px 0;
  }

  .testimonials__title {
    font-size: 34px;
  }

  .testimonials__subtitle {
    font-size: 15px;
  }

  .testimonials__header {
    margin-bottom: 30px;
  }

  .testimonials__slider {
    display: flex;
    flex-direction: column;
  }

  .testimonials__item {
    padding: 20px;
    margin-bottom: 24px;
  }

  .testimonials__role {
    font-size: 24px;
  }

  .testimonials__quote {
    font-size: 18px;
    line-height: 1.7;
  }

  .testimonials__name {
    font-size: 24px;
  }

  .testimonials__meta {
    font-size: 18px;
  }
  .guarantee__inner {
    padding: 0;
  }
  .guarantee__wrapper {
    flex-direction: row;
    align-items: stretch;
    /* gap: 60px; */
  }

  .guarantee__left {
    padding: 0;
    margin: 60px 0;

  }

  .guarantee__title {
    font-size: 48px;
    margin-bottom: 24px;
  }

  .guarantee__text p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .guarantee__right {
  max-width: 455px;
        max-height: 347px;
    margin-top: 0;
    margin-left: 0;
  }

  .faq__inner {
    padding: 70px 0;
  }

  .faq__title {
    font-size: 34px;
    margin-bottom: 34px;
  }

  .faq__question {
    padding: 20px 24px;
    font-size: 15px;
  }

  .faq__answer p {
    font-size: 14px;
    padding: 0 24px 20px;
  }

.pricing__list {
 
    align-items: stretch;
    gap: 36px;
  }

  .pricing__card {
    flex: 1;
    justify-content: space-between;
  }

  .pricing__perks {
    flex-direction: row;
    justify-content: center;
    gap: 32px;
  }
  .pricing__inner{
  padding:100px 0;
}
.pricing__heading{
   font-family: "Uxum Grotesque", sans-serif;
    font-size: 48px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom:10px;
}
.pricing__subtext{
    font-family: "Inter", sans-serif;
    font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.pricing__label {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #968E8E;
  margin: 0 0 10px;
}
.pricing__price {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #111111;
}
.pricing__per-day {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #968E8E;
  margin: 0 0 10px;
}
.pricing__desc {
    font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #968E8E;
  margin: 0;
  line-height: 1.5;
}
 .pricing__badge {
    font-size: 18px;
    top: -25px;
  }
  .pricing__perk-icon{
      font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #968E8E;

  line-height: 1.5;
}
  .announcement__item p{
  font-size: 14px;
}
}


button.faq__question {
  border: 0;
  font: inherit;
  color: inherit;
}
