.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible,
.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: 0.25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible,
.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible,
.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.section_faq5 {
  background-color: var(
    --\<unknown\|relume-variable-color-scheme-1-background\>
  );
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.margin-bottom,
.margin-bottom.margin-xxlarge,
.margin-bottom.margin-small,
.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium {
  font-size: 1.125rem;
}

.faq5_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq5_accordion {
  border: var(--\<unknown\|relume-variable-border-width\>) solid
    var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  background-color: var(
    --\<unknown\|relume-variable-color-scheme-1-foreground\>
  );
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.faq5_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq5_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq5_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.margin-top,
.margin-top.margin-xxlarge,
.margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .faq5_question {
    padding: 1rem 1.25rem;
  }

  .faq5_icon-wrapper {
    width: 1.75rem;
  }

  .faq5_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.navbar-logo-center-container.shadow-three {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.container {
  max-width: none;
  position: relative;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
}

.nav-menu-three {
  flex-direction: column;
}

.section {
  padding-left: 16px;
  padding-right: 16px;
}

.section.hero {
  background-image: url("../images/bg-hero.webp");
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  margin-bottom: 48px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 10px;
}

.section.bg {
  background-image: url("../images/bg-1.png");
  background-position: 50% 0;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 200px;
}

.section.last {
  z-index: 6;
  background-color: #fff;
  width: 100%;
  margin-top: 28px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  bottom: 0;
  box-shadow: 0 -4px 24px #283c4133;
}

.heading {
  color: #101214;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.heading.bigger {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 32px;
}

.text-span,
.text-span-2 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.image {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button {
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(#fc9321, #ff9b2e 41%, #fc9321);
  border-radius: 12px;
  width: 100%;
  padding: 24px 22px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.button.absolute {
  position: absolute;
  bottom: 0;
}

.paragraph {
  color: #101214;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
}

.body {
  font-family: Open Sans, sans-serif;
}

.text-span-3 {
  color: #ff9b2d;
  font-weight: 700;
}

.text-span-4 {
  font-weight: 700;
}

.image-2 {
  color: #101214;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 160px;
  display: block;
}

.paragraph-2 {
  color: #101214;
  text-align: center;
  margin-bottom: 100px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-2.footer {
  margin-top: 12px;
  margin-bottom: 0;
}

.text-span-5 {
  color: #ff9b2d;
}

.quick-stack {
  grid-column-gap: 15px;
  grid-row-gap: 76px;
  margin-top: 80px;
  margin-bottom: 90px;
  padding: 0;
}

.cell {
  grid-column-gap: 15px;
  grid-row-gap: 76px;
}

.div-block {
  z-index: 2;
  background-color: #fff;
  border-radius: 12px;
  flex: 1;
  align-self: stretch;
  padding: 4px;
  position: relative;
  box-shadow: 0 4px 24px #283c4133;
}

.div-block-2 {
  z-index: 1;
  border: 1px dashed #d9d9d9;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.div-block-3 {
  z-index: -1;
  background-color: #fff;
  border-radius: 12px;
  width: 90%;
  height: 100px;
  position: absolute;
  top: auto;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%);
}

.text-block {
  color: #101214;
  text-align: center;
  text-transform: uppercase;
  margin-top: 52px;
  margin-bottom: 32px;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 700;
  line-height: 18px;
}

.image-3 {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%);
}

.text-span-6 {
  font-weight: 700;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.div-block-4 {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 4px;
  box-shadow: 0 4px 24px #283c4133;
}

.div-block-5 {
  border: 1px dashed #d9d9d9;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 18px 16px;
  display: flex;
}

.image-4 {
  width: 24px;
  height: 24px;
}

.flex-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.text-block-2 {
  color: #000;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.section-2 {
  margin-top: 28px;
}

.cta {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  background-image: linear-gradient(#fc9321, #ff9b2e 51%, #fc9321);
  border-radius: 12px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  box-shadow: 0 3px #eb810d, inset 4px 4px 8px #ffb86b;
}

.cta.smaller {
  font-size: 14px;
  line-height: 18px;
}

.cta.absolute {
  position: absolute;
  bottom: 0;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #cc7210;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-7 {
  position: relative;
}

.div-block-8 {
  background-image: linear-gradient(#ad2928, #e34746 53%, #9e2222);
  border-radius: 12px;
  width: 100%;
  height: 20px;
}

.pop-up-wrapper {
  z-index: 5;
  background-color: #c8eaf399;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 16px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-9 {
  z-index: 8;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  box-shadow: 0 4px 24px #283c4133;
}

.div-block-10 {
  position: relative;
}

.div-block-11 {
  background-color: #fff;
  border-radius: 12px;
  width: 90%;
  height: 100%;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 4px 24px #283c4133;
}

.flex-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}

.text-block-4 {
  color: #101214;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.list {
  color: #ff9b2d;
}

.list-item {
  color: #101214;
}

.div-block-12 {
  z-index: 10;
  background-color: #fc9321;
  border-radius: 12px;
  padding: 16px;
  display: block;
  position: absolute;
  top: -12px;
  right: 12px;
  box-shadow: 0 3px #eb810d, inset 4px 4px 8px #ffb86b;
}

.paragraph-3,
.paragraph-4 {
  color: #101214;
  line-height: 24px;
}

#w-node-_9ca60bb7-068c-aace-9606-5e171f0a69bb-3547f0b5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_9ca60bb7-068c-aace-9606-5e171f0a69bb-3547f0b5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

/* ==========================================================
   MOBILE-CENTERED LAYOUT (390px fixed width)
   ========================================================== */

@media screen and (min-width: 480px) {
  body {
    display: flex;
    justify-content: center;
    background: #f5f5f5; /* фон по бажанню */
  }

  /* Головний контейнер "телефона" */
  .page-wrapper {
    width: 390px; /* Ширина мобільного */
    min-height: 100vh;
    background: #ffffff;
    position: relative;
    overflow-x: hidden;
  }

  /* Фіксуємо верхні секції */
  .section,
  .section.hero,
  .section.bg,
  .section.last,
  .container,
  .w-layout-blockcontainer {
    max-width: 390px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* Попапи також центруємо */
  /* .pop-up-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  } */
  .div-block-9 {
    width: 360px;
  }
}

/* ==========================================================
   FINAL PATCH — FULL MOBILE STYLE ON ALL DEVICES
   (COLORS, TEXT, BUTTONS, SPACING, POSITIONS)
   ========================================================== */

/* Центруємо всю сторінку в “мобільному вікні” */
body {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start;
  background-color: #f5f5f5 !important;
}

.page-wrapper {
  width: 390px !important;
  min-height: 100vh;
  background: #ffffff !important;
  overflow-x: hidden;
  position: relative;
}

/* ГОЛОВНІ СЕКЦІЇ */
.section,
.section.hero,
.section.bg,
.section.last,
.container,
.w-layout-blockcontainer {
  max-width: 390px !important;
  margin: 0 auto !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

/* HERO */
.section.hero {
  background-image: url("../images/bg-hero.webp") !important;
  background-size: cover !important;
  background-position: 0 0 !important;
  border-radius: 16px !important;
  padding: 20px 10px !important;
}

/* Заголовки */
.heading {
  font-family: Cormorant Garamond, sans-serif !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
  line-height: 28px !important;
  color: #101214 !important;
}
.heading.bigger {
  font-size: 24px !important;
  line-height: 32px !important;
  margin-bottom: 24px !important;
}

/* Текст */
.paragraph,
.paragraph-2,
.paragraph-3,
.paragraph-4 {
  color: #101214 !important;
  font-family: Open Sans, sans-serif !important;
  font-size: 12px !important;
  text-align: center !important;
  line-height: 16px !important;
}

/* CTA */
.cta,
.w-button,
.button {
  text-shadow: 0 1px 1px #0003 !important;
  background-image: linear-gradient(#fc9321, #ff9b2e 51%, #fc9321) !important;
  border-radius: 12px !important;
  width: 100% !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 28px !important;
  box-shadow: 0 3px #eb810d, inset 4px 4px 8px #ffb86b !important;
  color: white !important;
  border: none !important;
}

.cta.smaller {
  font-size: 14px !important;
  line-height: 18px !important;
}

.cta.absolute {
  position: absolute !important;
  bottom: 0 !important;
}

/* WHY US – карти */
.quick-stack {
  grid-column-gap: 15px !important;
  grid-row-gap: 76px !important;
  padding: 0 !important;
  margin-top: 80px !important;
  margin-bottom: 90px !important;
}

#w-node-_9ca60bb7-068c-aace-9606-5e171f0a69bb-3547f0b5 {
  grid-template-columns: 1fr 1fr !important;
}

.div-block {
  background: #fff !important;
  border-radius: 12px !important;
  padding: 4px !important;
  box-shadow: 0 4px 24px #283c4133 !important;
}

.div-block-2 {
  border: 1px dashed #d9d9d9 !important;
  border-radius: 12px !important;
}

.image-3 {
  width: 100px !important;
  height: 100px !important;
}

.text-block {
  text-transform: uppercase !important;
  font-family: Cormorant Garamond !important;
  font-weight: 700 !important;
}

/* FAQ */
.div-block-4 {
  background: #fff !important;
  border-radius: 12px !important;
  padding: 4px !important;
  box-shadow: 0 4px 24px #283c4133 !important;
}

.div-block-5 {
  border: 1px dashed #d9d9d9 !important;
  border-radius: 12px !important;
  padding: 18px 16px !important;
}

.text-block-2 {
  font-family: Cormorant Garamond !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

/* Попапи */
.pop-up-wrapper {
  background-color: #c8eaf399 !important;
  padding: 16px !important;
  justify-content: center !important;
  align-items: center !important;
}

.div-block-9 {
  background: #fff !important;
  border-radius: 12px !important;
  padding: 20px !important;
  box-shadow: 0 4px 24px #283c4133 !important;
}

.text-block-4 {
  font-family: Cormorant Garamond !important;
  font-size: 24px !important;
  font-weight: 700 !important;
}

/* ==========================================================
   FINAL MOBILE-CENTERED + FULL MOBILE STYLING REPLICA
   ========================================================== */

/* Full mobile view centered on large screens */
body {
  display: flex !important;
  justify-content: center !important;
  background-color: #f2f2f2 !important;
}

.page-wrapper {
  width: 390px !important;
  background: white !important;
  min-height: 100vh !important;
  overflow-x: hidden !important;
  position: relative !important;
}

/* Force all sections to stay mobile width */
.section,
.section.hero,
.section.bg,
.section.last,
.container,
.w-layout-blockcontainer,
.padding-global {
  max-width: 390px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

/* HERO SECTION EXACT MOBILE LOOK */
.section.hero {
  background-image: url("../images/bg-hero.webp") !important;
  background-position: 0 0 !important;
  background-size: cover !important;
  border-radius: 16px !important;
  margin: 0 16px 48px !important;
  padding: 20px 10px !important;
}

.heading,
.heading.bigger {
  color: #101214 !important;
  font-family: "Cormorant Garamond", serif !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.heading {
  font-size: 20px !important;
  line-height: 28px !important;
}
.heading.bigger {
  font-size: 24px !important;
  line-height: 32px !important;
}

/* Buttons EXACT mobile */
.cta,
.button,
.w-button {
  text-align: center !important;
  background-image: linear-gradient(#fc9321, #ff9b2e 51%, #fc9321) !important;
  border-radius: 12px !important;
  width: 100% !important;
  padding: 24px !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: white !important;
  line-height: 28px !important;
  text-transform: uppercase !important;
  box-shadow: 0 3px #eb810d, inset 4px 4px 8px #ffb86b !important;
  border: none !important;
}

.cta.smaller {
  font-size: 14px !important;
}

/* COUNTDOWN EXACT MOBILE */
.promo-countdown {
  gap: 4px !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}

.promo-countdown__box {
  min-width: 90px !important;
  padding: 20px 26px !important;
  border-radius: 12px !important;
}

.promo-countdown__value {
  font-size: 32px !important;
  font-family: "Open Sans", sans-serif !important;
}

.promo-countdown__label {
  font-size: 14px !important;
}

/* “WHY US” EXACT MOBILE GRID */
.quick-stack {
  margin-top: 80px !important;
  margin-bottom: 90px !important;
  gap: 76px 15px !important;
}

#w-node-_9ca60bb7-068c-aace-9606-5e171f0a69bb-3547f0b5 {
  grid-template-columns: 1fr 1fr !important;
}

.div-block {
  padding: 4px !important;
  background: white !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 24px #283c4133 !important;
  position: relative !important;
}

.image-3 {
  width: 100px !important;
  height: 100px !important;
  top: -60px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.text-block {
  margin-top: 52px !important;
  margin-bottom: 32px !important;
  text-align: center !important;
  font-family: "Cormorant Garamond", serif !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

/* FAQ */
.div-block-4 {
  padding: 4px !important;
  background: white !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 24px #283c4133 !important;
}

.div-block-5 {
  border: 1px dashed #d9d9d9 !important;
  border-radius: 12px !important;
  padding: 18px 16px !important;
}

.text-block-2 {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

/* POPUP FIXES */
.pop-up-wrapper_1,
.pop-up-wrapper_2,
.pop-up-wrapper_3,
.pop-up-wrapper_4,
.pop-up-wrapper_5,
.pop-up-wrapper_6 {
  display: none;
  justify-content: center !important;
  align-items: center !important;
  padding: 16px !important;
  z-index: 5;
  background-color: #c8eaf399;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 16px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-9 {
  width: 360px !important;
  border-radius: 12px !important;
  padding: 20px !important;
  box-shadow: 0 4px 24px #283c4133 !important;
}

@media screen and (min-width: 480px) {
  .section.last {
    position: fixed !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 0 !important;
    width: 390px !important;
    max-width: 390px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    z-index: 9999 !important;
  }
}

.section.last {
  position: fixed;
  bottom: 0;
}

/* FA Q — приховуємо відповіді за замовчуванням на всіх екранах */
.faq5_answer,
.div-block-5 + .faq-answer,
.faq-answer {
  display: none !important;
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  transition: max-height 0.3s ease, opacity 0.2s ease;
}

/* При відкритті Webflow додає w--open → показуємо */
.w--open .faq5_answer,
.w--open .faq-answer {
  display: block !important;
  max-height: 2000px !important;
  opacity: 1 !important;
}
