/*
	App by FreeHTML5.co
	Twitter: http://twitter.com/fh5co
	URL: http://freehtml5.co
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800");

* {
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", "sans-serif";
}

html {
  overflow-x: hidden;
}

body {
  background: #f3f5fb;
}

.download-btn-first {
  background: #f7f7f7;
}

.download-btn-first:hover {
  background: #234197;
  color: #fff !important;
}

.features-btn-first {
  font-weight: 700;
}

.features-btn-first:hover {
  background: #f7f7f7 !important;
  color: #234197 !important;
}

#fh5co-hero-wrapper {
  position: relative;
  min-height: 760px;
  width: 100%;
  background: linear-gradient(to bottom, #9ACB34 0 62%, #ffffff 62% 100%);
  overflow: hidden;
}

#fh5co-hero-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(to right, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 170px),
    repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 170px),
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.16) 0 120px, transparent 121px),
    radial-gradient(circle at 80% 15%, rgba(255, 255, 255, 0.12) 0 150px, transparent 151px);
  pointer-events: none;
}

.hero-content {
  position: relative;
  padding-top: 120px;
  padding-bottom: 0;
  text-align: center;
  color: #1d1d1b;
}

.hero-text h1 {
  font-weight: 800;
  font-size: 58px;
  line-height: 1.05;
  letter-spacing: .5px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-shadow: 0 8px 30px rgba(0, 0, 0, .18);
}

.hero-text h3 {
  max-width: 720px;
  margin: 0 auto;
  font-size: 30px;
  opacity: .92;
  line-height: 2;
  margin-bottom: 40px;
}

.hero-phones {
  position: relative;
  height: 370px;
  margin-bottom: 24px;
}

.hero-phone {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0 25px 45px rgba(0, 0, 0, .25));
}

.hero-phone-left {
  width: 240px;
  transform: translateX(-160%) translateY(40px);
  opacity: .98;
}

.hero-phone-center {
  width: 260px;
  transform: translateX(-50%) translateY(10px);
  z-index: 2;
}

.hero-phone-right {
  width: 240px;
  transform: translateX(60%) translateY(40px);
  opacity: .98;
}

.hero-stores-outer {
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: center;
  padding-bottom: 23px;
  padding-top: 103px;
}

.hero-stores {
  position: relative;
  margin-top: 250px;
  transform: none;
  display: flex;
  justify-content: center;
  gap: 14px;
  z-index: 3;
}

.hero-stores img {
  height: 38px;
  width: auto;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, .25));
}

/* Tablets e celulares: lojas logo abaixo dos celulares (sem o espaço grande do desktop) */
@media screen and (max-width: 1024px) {
  .hero-stores {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.hero-phones,
.hero-phone {
  pointer-events: none;
}

.hero-social {
  position: absolute;
  left: 22px;
  top: 55%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 5;
}

.hero-social a {
  color: rgba(255, 255, 255, .9);
  font-size: 16px;
}

.hero-social a:hover {
  color: #fff;
  opacity: .8;
}

.hero-nav-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  padding: 18px 0;
  margin-bottom: 0;
  z-index: 10;
}

.hero-nav-bar .navbar {
  margin-bottom: 0;
}

.hero-nav-bar .container {
  max-width: 1600px;
  width: 100%;
}

/* Menu lateral (drawer) — apenas em telas < lg */
.mobile-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  z-index: 1040;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.mobile-nav-overlay.is-visible {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

body.mobile-nav-open {
  overflow: hidden;
  touch-action: none;
}

@media screen and (max-width: 991px) {
  .hero-nav-bar .navbar-collapse.collapse {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    width: min(88vw, 320px);
    max-width: 100%;
    height: 100vh !important;
    max-height: none !important;
    margin: 0;
    padding: 88px 20px 28px;
    background: #ffffff;
    box-shadow: 8px 0 32px rgba(15, 23, 42, 0.18);
    z-index: 1050;
    overflow-y: auto;
    transform: translateX(-100%);
    visibility: hidden;
    transition: transform 0.3s ease, visibility 0.3s ease;
    flex-basis: auto !important;
    align-items: stretch;
  }

  .hero-nav-bar .navbar-collapse.collapse.show {
    transform: translateX(0);
    visibility: visible;
  }

  .hero-nav-bar .navbar-collapse .navbar-nav {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin: 0 auto !important;
  }

  .hero-nav-bar .navbar-collapse .nav-item {
    width: 100%;
    border-bottom: 1px solid #e5e7eb;
  }

  .hero-nav-bar .navbar-collapse .nav-link {
    color: #1d1d1b !important;
    padding: 14px 8px;
    margin: 0 !important;
    font-size: 15px;
  }

  .hero-nav-bar .navbar-collapse .nav-link:hover {
    color: #9ACB34 !important;
  }

  .hero-nav-bar .navbar-collapse .hero-auth {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
    gap: 12px;
  }

  .hero-nav-bar .navbar-collapse .hero-login {
    color: #1d1d1b !important;
    text-align: center;
    padding: 10px;
  }

  .hero-nav-bar .navbar-collapse .hero-signup {
    width: 100%;
    text-align: center;
  }

  .navbar-light .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.55);
    z-index: 1060;
    position: relative;
  }
}

.main-navbar-nav .navbar-brand {
  font-size: 18px;
  letter-spacing: 0;
  position: relative;
  top: 0;
  font-weight: 600;
  padding: 0;
  display: flex;
  align-items: center;
}

.main-navbar-nav .navbar-logo {
  height: 42px;
  width: auto;
  max-height: 42px;
  object-fit: contain;
}

.main-navbar-nav {
  color: #fff !important;
}

.main-navbar-nav li {
  color: #fff;
  opacity: .7;
}

.main-navbar-nav .navbar-nav .nav-item a:hover {
  color: #1d1d1b !important;
  -webkit-transition: all .33s ease;
  -moz-transition: all .33s ease;
  -o-transition: all .33s ease;
  -ms-transition: all .33s ease;
  transition: all .33s ease;
}

.main-navbar-nav .active {
  color: #fff !important;
  opacity: 1 !important;
}

.main-navbar-nav a {
  color: #fff !important;
}

.main-navbar-nav .nav-link {
  opacity: 1 !important;
  margin: 0 18px;
  font-size: 13px;
  font-weight: 500;
}

.hero-auth {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-login {
  color: rgba(255, 255, 255, .95) !important;
  font-size: 13px;
  text-decoration: none;
}

.hero-signup {
  background: #0f172a;
  color: #1f5bff;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 12.5px;
}

.hero-signup:hover {
  opacity: .92;
  color: #1f5bff;
}

.layout-section {
  background: #f3f5fb;
  padding: 90px 0;
}

.layout-section-tight {
  padding: 65px 0;
}

.layout-title {
  font-size: 46px;
  font-weight: 800;
  text-align: center;
  color: #1a1b1f;
  margin-bottom: 60px;
}

.layout-paragraph {
  color: #6b7280;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 18px;
}

.layout-paragraph.small {
  font-size: 18px;
}

.layout-btn {
  background: #0f172a;
  color: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
}

.layout-btn:hover {
  color: #fff;
  opacity: .92;
}

.layout-btn-multi {
  background: #0f172a;
  color: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  width: 350px;
  height: 60px;
  position: relative;
  right: -50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: inline-flex;
  align-self: center;
  margin-top: 80px;
}

.layout-btn-multi:hover {
  color: #fff;
  opacity: .92;
}

.about-subtitle {
  font-size: 40px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 16px;
}

/* Tablet e celular: título "Aplicativo NaCesta" na primeira linha da seção Sobre */
@media screen and (max-width: 1024px) {
  #about .about-row:first-child .about-subtitle {
    text-align: center;
    padding-top: 30px;
  }
}

.feature-title {
  font-size: 40px;
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 16px;
}

.about-row {
  margin-bottom: 60px;
}

.feature-row,
.feature-row-alt {
  margin-bottom: 60px;
  align-items: center;
}

.multi-platform-section {
  background: #ffffff;
}

.multi-platform-row {
  margin-bottom: 0;
}

.multi-platform-visual {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
}

/* Tablet/celular: botão repetido no fim da seção (HTML separado) */
.multi-platform-cta-mobile {
  margin-top: 36px;
  padding-top: 12px;
  width: 100%;
}

.multi-platform-cta-mobile .layout-btn-multi-mobile {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.platform-badges {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.platform-badge {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
}

.platform-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #9ACB34;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.platform-badge strong {
  display: block;
  color: #111827;
  font-size: 18px;
  margin-bottom: 4px;
}

.platform-badge p {
  margin: 0;
  color: #6b7280;
  line-height: 1.6;
  font-size: 14px;
}

/* Seção slide das telas do app */
.app-screens-section {
  padding: 50px 0 70px;
  overflow: visible;
  background: #f3f5fb;
}

.app-screens-section .container {
  position: relative;
  overflow: visible;
}

.app-screens-section .layout-title {
  margin-bottom: 40px;
}

#app-screens-slider .app-screen-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}

#app-screens-slider .owl-item {
  padding: 0 4px;
}

#app-screens-slider .app-screen-item img {
  max-height: 420px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Setas laterais e dots do slide das telas do app */
.app-screens-section .owl-carousel {
  position: relative;
}

/* Forçar exibição das setas mesmo se Owl adicionar .disabled */
#app-screens-slider .owl-nav,
#app-screens-slider .owl-nav.disabled {
  display: block !important;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: -55px;
  pointer-events: none;
  z-index: 20;
}

#app-screens-slider .owl-nav button {
  pointer-events: auto;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #9ACB34 !important;
  color: #fff !important;
  font-size: 20px;
  border: none;
  padding: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s, transform 0.2s;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

#app-screens-slider .owl-nav button:hover {
  background: #8ab82c !important;
  color: #fff !important;
  opacity: 0.95;
  transform: scale(1.05);
}

#app-screens-slider .owl-nav .owl-prev {
  left: 5px;
}

#app-screens-slider .owl-nav .owl-next {
  right: 5px;
  left: auto;
}

@media (min-width: 768px) {
  #app-screens-slider .owl-nav .owl-prev {
    left: -10px;
  }

  #app-screens-slider .owl-nav .owl-next {
    right: -10px;
  }
}

@media (min-width: 992px) {
  #app-screens-slider .owl-nav .owl-prev {
    left: -25px;
  }

  #app-screens-slider .owl-nav .owl-next {
    right: -25px;
  }
}

/* Forçar exibição dos dots mesmo se Owl adicionar .disabled */
#app-screens-slider .owl-dots,
#app-screens-slider .owl-dots.disabled {
  display: block !important;
  text-align: center;
  margin-top: 55px;
  z-index: 20;
}

#app-screens-slider .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 6px;
}

#app-screens-slider .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #9ACB34;
  transition: background 0.2s;
}

#app-screens-slider .owl-dots .owl-dot:hover span,
#app-screens-slider .owl-dots .owl-dot.active span {
  background: #1d1d1b;
}

.phone-block {
  position: relative;
  width: 100%;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-blue-plate {
  position: absolute;
  width: 350px;
  height: 250px;
  background: #9ACB34;
  border-radius: 10px;
  z-index: 0;
}

.phone-blue-plate-multi {
  position: absolute;
  width: 500px;
  height: 390px;
  background: #9ACB34;
  border-radius: 10px;
  z-index: 0;
}

.phone-block-left .phone-blue-plate {
  left: 123px;
}



.phone-block-right .phone-blue-plate {
  right: 123px;
}

.phone-block-right-multi .phone-blue-plate-multi {
  right: -63px;
}

.phone-img {
  position: relative;
  height: 375px;
  width: auto;
  z-index: 1;
  padding-left: 50px;

}
.phone-img-multi {
  position: relative;
  height: 375px;
  width: auto;
  z-index: 1;
  padding-left: 80px;

}



.clients-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 32px;
  color: #9aa3b2;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 12px;
}

.testimonial-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .06);
  margin-bottom: 22px;
}

.faq-section {
  position: relative;
  overflow: hidden;
}

.faq-section::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 40%, rgba(31, 91, 255, 0.0) 0 58%, rgba(31, 91, 255, 0.08) 59% 60%, transparent 61%),
    radial-gradient(circle at 55% 58%, rgba(31, 91, 255, 0.0) 0 40%, rgba(31, 91, 255, 0.08) 41% 42%, transparent 43%);
  pointer-events: none;
}

.faq-wrap {
  max-width: 760px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .05);
  margin-bottom: 16px;
  overflow: hidden;
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 18px;
  background: transparent;
  border: 0;
  text-align: left;
  font-weight: 700;
  color: #111827;
  font-size: 13px;
  cursor: default;
}

.faq-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #eef2ff;
  color: #94a3b8;
  font-weight: 800;
}

.faq-item.is-open {
  border-left: 3px solid #ff5a5f;
}

.faq-item.is-open .faq-icon {
  border-color: rgba(255, 90, 95, .25);
  color: #ff5a5f;
}

.faq-a {
  padding: 0 18px 16px 62px;
}

.download-section {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 80px;
}

.download-title {
  font-size: 44px;
  font-weight: 800;
  color: #111827;
  line-height: 1;
  margin-bottom: 18px;
}

.download-stores {
  display: flex;
  gap: 14px;
  margin-top: 18px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.download-stores a {
  display: inline-flex;
  align-items: center;
}

.download-stores img {
  height: 38px;
  width: auto;
  filter: drop-shadow(0 14px 26px rgba(15, 23, 42, .18));
  display: block;
}

.store-popup {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 24px;
}

.store-popup.is-open {
  display: flex;
}

.store-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.55);
}

.store-popup__dialog {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 360px;
  background: #fff;
  border-radius: 18px;
  padding: 34px 28px 28px;
  text-align: center;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.22);
}

.store-popup__logo {
  display: block;
  height: 45px;
  width: auto;
  margin: 0 auto 82px;
}

.store-popup__title {
  color: #1d1d1b;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 75px;
}

.store-popup__button {
  min-width: 160px;
  background: #9ACB34;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  padding: 11px 24px;
}

.store-popup__button:hover {
  color: #fff;
  opacity: 0.95;
}

.download-phone {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 620px;
  padding-top: 10px;
}

.download-phone img {
  position: absolute;
  width: auto;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .18));
}

.download-phone-front {
  height: 580px;
  z-index: 2;
  left: 50%;
  transform: translateX(-38%);
}

.download-phone-back {
  height: 430px;
  z-index: 1;
  left: 50%;
  transform: translateX(-95%) translateY(34px);
}

.subscribe-section {
  background: #f3f5fb;
  padding-bottom: 100px;
}

.subscribe-card {
  background: #9ACB34;
  border-radius: 10px;
  padding: 26px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  position: relative;
  overflow: hidden;
}

.subscribe-card::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -170px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .10);
  pointer-events: none;
}

.subscribe-left h3 {
  color: #1d1d1b;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 10px;
}

.subscribe-left p {
  color: #1d1d1b;
  margin: 0;
  max-width: 520px;
}

.subscribe-form {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 380px;
  justify-content: flex-end;
}

.subscribe-input {
  height: 40px;
  width: 100%;
  border-radius: 8px;
  border: 0;
  padding: 0 12px;
  font-size: 12.5px;
}

.subscribe-btn {
  background: #1d1d1b;
  border: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
  border-radius: 8px;
  padding: 9px 14px;
  font-weight: 700;
  font-size: 12px;
}

.layout-footer {
  background: #9ACB34;
  padding: 65px 0 80px;
}

.footer-grid {
  display: grid;
 /* grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 28px;*/
  justify-content: center;
}

.footer-brand {
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-brand img {
  display: block;
  height: 48px;
  width: auto;
  object-fit: contain;
}

.footer-text {
  color: #1d1d1b;
  font-size: 12.5px;
  line-height: 1.9;
  margin-bottom: 14px;
}

.footer-mini-subscribe {
  display: flex;
  gap: 8px;
}

.footer-mini-subscribe input {
  height: 34px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  padding: 0 10px;
  font-size: 12px;
  flex: 1;
}

.footer-mini-subscribe button {
  height: 34px;
  border-radius: 8px;
  border: 0;
  background: #111827;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 0 12px;
}

.footer-title {
  font-size: 11.5px;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #1d1d1b;
  font-weight: 800;
  margin-bottom: 14px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 10px;
}

.footer-list a {
  color: #1d1d1b;
  text-decoration: none;
  font-size: 12.5px;
}

.footer-list a:hover {
  color: #111827;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(145deg, #e5e7eb, #cbd5e1);
}

.who strong {
  display: block;
  font-size: 13px;
  color: #111827;
}

.who span {
  display: block;
  font-size: 11.5px;
  color: #9aa3b2;
  margin-top: 2px;
}

.fh5co-hero-inner {
  margin-top: 100px;
  position: relative;
  padding-top: 20px;
}

.fh5co-hero-inner>h1 {
  color: #fff;
  font-weight: 300;
  font-size: 55px;
  letter-spacing: 2px;
}

.fh5co-hero-inner>p {
  width: 400px;
  font-size: 14px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 2em;
}

.fh5co-hero-inner .download-btn-first {
  font-size: 15px;
  padding: 10px 15px;
  font-weight: 700;
  color: #234197;
}

.fh5co-hero-inner .features-btn-first {
  font-size: 15px;
  padding: 8px 13px;
  font-weight: 400;
  background: #234197;
  color: #fff;
  margin-left: 10px;
}

.fh5co-hero-inner .fh5co-hero-smartphone {
  position: absolute;
  right: 0px;
  top: -60px;
  height: 720px;
}

/* ==========================================================================================================
										ADVANTAGES
   ========================================================================================================== */
.fh5co-advantages-outer {
  padding: 70px;
  height: auto;
  width: 100%;
  overflow: hidden;
}

.fh5co-advantages-outer .span-perfect {
  color: #648cff;
  text-transform: uppercase;
  font-size: 27px;
  letter-spacing: 1px;
}

.fh5co-advantages-outer .span-features {
  text-transform: uppercase;
  font-size: 42px;
}

.fh5co-advantages-outer .second-title {
  text-align: center;
  display: block;
}

.fh5co-advantages-outer small {
  display: block;
  text-align: center;
}

.fh5co-advantages-outer .fh5co-advantages-grid-columns {
  margin-top: 120px;
}

.fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-image {
  width: 30%;
  float: left;
  padding-right: 30px;
  position: relative;
  top: 1px;
  color: #648cff;
}

.fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-title {
  float: left;
  font-size: 20px;
  font-weight: 600;
}

.fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-desc {
  float: right;
  font-size: 13px;
  padding-right: 7%;
  width: 70%;
  color: #c7c7c7;
  margin-top: 10px;
  line-height: 1.87em;
}

.fh5co-slider-inner {
  margin-top: 50px;
  margin-bottom: 30px;
}

/* ==========================================================================================================
										SLIDER
   ========================================================================================================== */
.fh5co-slider-outer {
  width: 100%;
  height: auto;
  padding: 70px;
}

.fh5co-slider-outer h1 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.fh5co-slider-outer>h1,
.fh5co-slider-outer small {
  text-align: center;
  display: block;
}

.fh5co-slider-outer .fh5co-slider-outer {
  margin-top: 50px;
}

.fh5co-slider-outer .carousel-left-arrow {
  position: absolute;
  left: -100px;
  bottom: 250px;
  font-size: 60px;
  color: #ececec;
}

.fh5co-slider-outer .carousel-right-arrow {
  position: absolute;
  right: -100px;
  bottom: 250px;
  font-size: 60px;
  color: #ececec;
}

.fh5co-slider-outer .item img {
  height: 400px;
  width: 200px;
  object-fit: contain;
}

/* ==========================================================================================================
										FEATURES
   ========================================================================================================== */
.curved-bg-div {
  background: url("../img/curved-bgg.jpg") no-repeat;
  background-position: 0px -140px;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.fh5co-features-outer {
  width: 100%;
  height: auto;
  margin-top: -180px;
}

.fh5co-features-outer .col-sm-6 {
  margin-top: 80px;
}

.fh5co-features-outer .col-sm-6 img {
  height: 550px;
}

.fh5co-features-outer .sm-6-content {
  margin-top: 250px;
  position: relative;
}

.fh5co-features-outer .sm-6-content h1 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.fh5co-features-outer .sm-6-content p {
  color: #111;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 1.8em;
  width: 450px;
}

.fh5co-features-outer .col-sm-6 .col-sm-image-container {
  position: relative;
  width: 300px;
}

.fh5co-features-outer .col-sm-6 .span-new {
  color: #fff;
  background: #fcec64;
  padding: 18px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  font-weight: 700;
  right: 0;
  top: 140px;
}

.fh5co-features-outer .col-sm-6 .span-free {
  color: #fff;
  background: #6ca3ff;
  padding: 18px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  left: -35px;
  bottom: -430px;
  font-weight: 700;
}

.fh5co-features-outer .col-sm-6 .span-data {
  color: #7e8c91;
  background: #b8faee;
  padding: 20px;
  width: 40px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  letter-spacing: 1px;
  box-sizing: initial;
  position: absolute;
  top: 140px;
  right: -2px;
  font-weight: 700;
}

.fh5co-features-outer .col-sm-6 .span-percent {
  color: #fff;
  background: #6ca3ff;
  padding: 18px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  left: -35px;
  bottom: -430px;
  font-weight: 700;
}

.fh5co-features-outer .col-sm-6 .circle {
  color: #c3cfe5;
  border: 1px solid #ededed;
  background: #fff;
  padding: 10px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  font-weight: 600;
  box-shadow: 0 0 0 5px #f9f9f9;
}

.fh5co-features-outer .col-sm-6 .circle-first {
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  margin-left: 0px;
  font-weight: 600;
}

.fh5co-features-outer .col-sm-6 .circle-middle {
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  margin-left: 50px;
  font-weight: 600;
}

.fh5co-features-outer .col-sm-6 .circle-last {
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  margin-left: 100px;
  font-weight: 600;
}

/* ==========================================================================================================
										REVIEWS
   ========================================================================================================== */
.fh5co-reviews-outer {
  width: 100%;
  height: 400px;
  padding: 70px;
  margin-top: 100px;
}

.fh5co-reviews-outer .fh5co-reviews-inner {
  margin-top: 100px;
}

.fh5co-reviews-outer>h1 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.fh5co-reviews-outer>small {
  text-align: center;
  display: block;
}

.fh5co-reviews-outer .testimonial-desc {
  clear: both;
  padding-top: 30px;
  font-weight: 500;
}

.fh5co-reviews-outer .testimonial-2 {
  margin-left: 50px;
}

/* ==========================================================================================================
										BOTTOM
   ========================================================================================================== */
.fh5co-bottom-outer {
  width: 100%;
  height: 572px;
  background: url("../img/download-section-bg.jpg") no-repeat center;
  margin-top: 120px;
  overflow-x: hidden;
}

.fh5co-bottom-outer .fh5co-bottom-inner {
  margin-top: 270px;
}

.fh5co-bottom-outer .fh5co-bottom-inner .col-sm-6 h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 30px;
}

.fh5co-bottom-outer .fh5co-bottom-inner .col-sm-6 p {
  width: 350px;
  color: #fff;
  font-size: 14.5px;
  line-height: 1.85em;
}

.fh5co-bottom-outer .fh5co-bottom-inner .col-sm-6 img {
  margin-top: 25px;
}

/* ==========================================================================================================
										SUB FOOTER
   ========================================================================================================== */
.img-float-left {
  float: left;
}

.img-float-right {
  float: right;
}

.footer-outer {
  width: 100%;
  padding: 50px;
  height: 250px;
  background: #2e3149;
  overflow: hidden;
}

.footer-outer .footer-inner {
  width: 100%;
  height: inherit;
}

.footer-outer .social-icons-footer i {
  margin: 15px;
  font-size: 20px;
}

.footer-outer .social-icons-footer a:hover i {
  opacity: .6;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.footer-outer .footer-three-grid {
  width: 1140px;
  margin: 0 auto;
  height: 50px;
  text-align: center;
}

.footer-outer .column-1-3 {
  width: 20%;
  float: left;
  height: 50px;
}

.footer-outer .column-1-3 h1 {
  font-size: 38px;
  letter-spacing: 3px;
  position: relative;
  top: -5px;
  font-weight: 600;
  color: #fff;
}

.footer-outer .column-2-3 {
  width: 60%;
  float: left;
  height: 50px;
}

.footer-outer .column-3-3 {
  width: 20%;
  float: left;
  height: 50px;
}

.footer-outer .column-3-3 a {
  color: #b5b5c8;
}

.footer-outer .column-3-3 .social-icons-header a:hover {
  color: #fff;
  opacity: 1;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

.footer-outer .footer-nav ul {
  list-style: none;
  text-align: center;
}

.footer-outer .footer-nav ul li {
  display: inline-block;
  line-height: 50px;
  color: #b5b5c8;
  margin: 0 30px;
  font-size: 14px;
}

.footer-outer .footer-nav ul li:hover {
  color: #fff;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.footer-outer .footer-nav ul .active {
  color: #fff;
}

.footer-outer .footer-nav ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-outer .border-bottom-footer {
  height: 1px;
  width: 60%;
  margin: 0 auto;
  border: 1px solid #434769;
  display: block;
  margin-top: 50px;
}

.footer-outer .copyright {
  color: #565b87;
  text-align: center;
  font-size: 13px;
  padding: 40px 0;
}

.google-play-btn {
  margin-left: 10px;
}

/* ==========================================================================================================
                                       RESPONSIVE STYLING
  ========================================================================================================== */
@media screen and (max-width: 1400px) {
  body {
    overflow-x: hidden;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    position: absolute;
    right: 50px;
    top: -20px;
    height: 620px;
  }

  .curved-bg-div {
    background-position: 100% -20px;
  }

  .footer-outer .footer-three-grid {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    position: absolute;
    right: -15px;
    top: -20px;
    height: 620px;
  }
}

@media screen and (max-width: 993px) {
  body {
    overflow-x: hidden;
  }

  #fh5co-hero-wrapper {
    min-height: 92vh;
  }

  .hero-content {
    padding-top: 110px;
  }

  .hero-text h1 {
    font-size: 44px;
  }

  .hero-phones {
    height: 380px;
  }

  .hero-phone-left {
    transform: translateX(-135%) translateY(48px);
  }

  .hero-phone-right {
    transform: translateX(35%) translateY(48px);
  }

  .hero-stores {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-social {
    display: none;
  }

  .fh5co-hero-inner {
    margin-top: 30px;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 270px;
    height: 460px;
    margin-top: 110px;
  }

  .fh5co-advantages-outer {
    margin-top: 50px;
    padding-bottom: 0;
  }

  .fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-image {
    width: 60px;
    float: none;
    display: block;
    margin: 0 auto;
    padding-right: 0px;
    margin-bottom: 20px;
    position: relative;
    top: 1px;
  }

  .fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-title {
    float: none;
    text-align: center;
  }

  .fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-desc {
    float: none;
    width: 100%;
    text-align: center;
  }

  .fh5co-slider-outer .fh5co-slider-outer {
    margin-top: 0px;
  }

  .fh5co-features-outer {
    margin-top: -100px;
  }

  .fh5co-features-outer .sm-6-content p {
    width: 100%;
  }

  .footer-outer .footer-nav ul li {
    margin: 0 10px;
  }

  .footer-outer .social-icons-footer i {
    margin: 15px 10px;
    font-size: 20px;
  }
}

@media screen and (max-width: 993px) {
  .fh5co-features-grid-columns .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
  }

  .fh5co-features-outer .col-sm-6 .col-sm-image-container {
    position: relative;
    width: 295px !important;
    text-align: center;
    margin: 15px auto 0;
  }

  .no-float {
    float: none !important;
  }

  .fh5co-slider-outer .carousel-right-arrow {
    position: absolute;
    right: -70px;
    bottom: 250px;
    font-size: 60px;
    color: #ececec;
  }

  .fh5co-slider-outer .carousel-left-arrow {
    position: absolute;
    left: -70px;
    bottom: 250px;
    font-size: 60px;
    color: #ececec;
  }

  .img-float-right {
    float: none;
  }

  .img-float-left {
    float: none;
  }

  .fh5co-features-outer .col-sm-6 .span-percent,
  .fh5co-features-outer .col-sm-6 .span-free {
    left: -15px;
    bottom: 140px;
  }

  .fh5co-features-outer .col-sm-6 .span-new {
    right: -10px;
  }

  .fh5co-features-outer .col-sm-6 .span-data {
    right: -15px;
  }

  .fh5co-features-outer .col-sm-6 .circle {
    position: static;
    display: inline-block;
    margin: 25px 5px;
  }

  .fh5co-advantages-outer .second-title {
    margin-top: 60px;
  }

  .fh5co-features-grid-columns {
    display: flex;
    flex-direction: column;
  }

  .fh5co-features-grid-columns .in-order-4 {
    order: 1;
  }

  .fh5co-features-grid-columns .in-order-3 {
    order: 2;
  }

  .fh5co-reviews-outer {
    padding: 0;
  }

  .navbar-light .navbar-toggler {
    color: #fff !important;
    border-color: #c7c7c7 !important;
  }

  .navbar-light .navbar-toggler-icon {
    filter: invert(1);
  }

  .navbar-light .navbar-nav .nav-link {
    margin: 0;
    width: 100%;
  }

  .social-icons-header i:first-of-type {
    margin-right: 10px !important;
    margin-left: 0 !important;
    font-size: 30px;
  }
}

@media screen and (max-width: 800px) {
  .fh5co-hero-inner>h1 {
    color: #fff;
    font-weight: 300;
    font-size: 45px;
    letter-spacing: 2px;
  }

  .hero-text h1 {
    font-size: 38px;
  }

  .hero-phones {
    height: 340px;
  }

  .hero-phone-left,
  .hero-phone-right {
    display: none;
  }

  .hero-phone-center {
    width: 240px;
  }

  .hero-stores {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .layout-title {
    font-size: 36px;
    margin-bottom: 42px;
  }

  .phone-img {
    height: 380px;
  }

  .phone-blue-plate {
    width: 190px;
    height: 230px;
  }

  .subscribe-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .subscribe-form {
    width: 100%;
    flex: 0 0 auto;
    justify-content: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .fh5co-advantages-outer .fh5co-advantages-grid-columns {
    margin-top: 40px;
  }

  .fh5co-advantages-grid-columns .col-sm-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    height: 420px;
    top: 310px;
  }

  .fh5co-advantages-outer .second-title {
    margin-top: 60px;
  }

  .fh5co-bottom-outer {
    margin-top: 40px;
    overflow: hidden;
  }

  .fh5co-bottom-outer .fh5co-bottom-inner {
    margin-top: 50px;
  }

  .fh5co-slider-outer {
    padding: 0;
  }

  .fh5co-slider-outer .carousel-left-arrow {
    left: 50px;
    font-size: 50px;
    bottom: 190px;
  }

  .fh5co-slider-outer .carousel-right-arrow {
    right: 50px;
    font-size: 50px;
    bottom: 190px;
  }

  .fh5co-reviews-inner .col-sm-5 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 30px auto;
    text-align: center;
  }

  .fh5co-slider-outer .item img {
    height: 300px;
  }

  .fh5co-reviews-outer {
    height: auto;
  }

  .fh5co-reviews-outer .fh5co-reviews-inner {
    margin-top: 50px;
  }

  .fh5co-bottom-outer {
    background-position: center bottom;
    overflow: hidden;
    height: auto;
  }

  .fh5co-bottom-inner {
    overflow: hidden;
    padding-bottom: 50px;
    text-align: center;
  }

  .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
  }

  .fh5co-bottom-outer .fh5co-bottom-inner .col-sm-6 p {
    width: 90%;
    margin: 0 auto;
  }

  .footer-outer {
    height: auto;
    padding: 20px;
  }

  .footer-outer .column-1-3 {
    width: 100%;
    float: none;
    height: auto;
    padding-top: 30px;
  }

  .footer-outer .column-2-3 {
    width: 100%;
    float: none;
    height: auto;
  }

  .footer-outer .column-3-3 {
    width: 100%;
    float: left;
    height: auto;
    margin: 15px 0;
  }

  .footer-outer .copyright {
    margin-top: 30px;
    padding: 10px 0;
  }

  .footer-outer .border-bottom-footer {
    height: 1px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #434769;
    display: block;
    margin-top: 100px;
  }
}

@media screen and (max-width: 520px) {
  #fh5co-hero-wrapper {
    height: 900px;
  }

  .fh5co-hero-inner>h1 {
    font-size: 40px;
  }

  .fh5co-hero-inner>p {
    width: 100%;
  }

  .fh5co-hero-inner {
    text-align: center;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    height: 450px;
    top: 420px;
    margin-top: 70px;
  }

  .social-icons-header i:first-of-type {
    font-size: 22px;
  }

  .fh5co-slider-outer .carousel-left-arrow {
    left: 0;
  }

  .fh5co-slider-outer .carousel-right-arrow {
    right: 0;
  }

  .fh5co-slider-inner {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .fh5co-reviews-inner .col-sm-5 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    width: 90%;
    max-width: 90%;
    margin: 30px auto;
    text-align: center;
  }

  .fh5co-advantages-outer .span-perfect {
    margin-top: 80px;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    text-align: center;
  }

  .fh5co-advantages-outer .span-features {
    font-size: 24px;
    display: block;
    width: 100%;
    text-align: center;
  }
}

/* ==========================================================================================================
   NaCesta — responsivo (tablets e celulares)
   ========================================================================================================== */

@media screen and (max-width: 991px) {
  .layout-section {
    padding: 60px 0;
  }

  .layout-section-tight {
    padding: 48px 0;
  }

  .layout-title {
    font-size: 34px;
    margin-bottom: 40px;
  }

  .about-subtitle,
  .feature-title {
    font-size: 30px;
    padding-top: 30px;
    text-align: center;
  }

  .layout-paragraph {
    font-size: 17px;
  }

  .layout-paragraph.small {
    font-size: 18px;
  }

  #fh5co-hero-wrapper {
    min-height: auto;
  }

  .hero-content {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .hero-text h1 {
    font-size: 40px;
  }

  .hero-text h3 {
    font-size: 24px;
    line-height: 1.45;
    margin-bottom: 28px;
  }

  .hero-stores {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .multi-platform-visual {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    align-items: center;
  }

  .phone-block {
    min-height: 320px;
  }

  .phone-blue-plate-multi {
    width: min(100%, 440px);
    height: 320px;
  }

  .phone-block-right-multi .phone-blue-plate-multi {
    right: 0;
  }

  .phone-img-multi {
    height: auto;
    max-height: 340px;
    padding-left: 24px;
  }

  .multi-platform-visual .layout-btn-multi-desktop {
    right: 0;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }

  .download-title {
    font-size: 34px;
    padding-top: 30px;
    text-align: center;
  }

  .download-phone {
    min-height: 480px;
  }

  .download-phone-front {
    height: 420px;
  }

  .download-phone-back {
    height: 320px;
  }

  #app-screens-slider .app-screen-item img {
    max-height: 360px;
  }
}

@media screen and (max-width: 767px) {
  .hero-content {
    padding-top: 88px;
  }

  .hero-text h1 {
    font-size: 32px;
  }

  .hero-text h3 {
    font-size: 20px;
  }

  .hero-phones {
    height: 300px;
    margin-bottom: 16px;
  }

  .hero-stores {
    margin-top: 20px;
  }

  .layout-title {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .about-subtitle,
  .feature-title {
    font-size: 26px;
  }

  .phone-block {
    min-height: 280px;
  }

  .phone-img {
    height: auto;
    max-height: 320px;
  }

  .phone-blue-plate {
    width: min(100%, 280px);
    height: 200px;
  }

  .phone-blue-plate-multi {
    width: min(100%, 360px);
    height: 280px;
  }

  .phone-img-multi {
    max-height: 300px;
    padding-left: 16px;
  }

  .multi-platform-visual .layout-btn-multi-desktop,
  .multi-platform-cta-mobile .layout-btn-multi-mobile {
    max-width: 100%;
    font-size: 16px;
    height: auto;
    min-height: 52px;
  }

  .download-title {
    font-size: 28px;
  }

  .download-phone {
    min-height: 400px;
    margin-bottom: 24px;
  }

  .download-phone-front {
    height: 360px;
  }

  .download-phone-back {
    height: 280px;
  }

  .subscribe-form {
    flex: 1 1 100%;
    justify-content: stretch;
  }

  #app-screens-slider .app-screen-item img {
    max-height: 300px;
  }
}

@media screen and (max-width: 575px) {
  /* Evita altura fixa herdada de media queries antigas do template */
  #fh5co-hero-wrapper {
    height: auto;
    min-height: 0;
  }

  .hero-text h1 {
    font-size: 28px;
  }

  .hero-text h3 {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .hero-phones {
    height: 260px;
  }

  .hero-phone-center {
    width: 200px;
  }

  .hero-stores {
    margin-top: 16px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-stores img {
    height: 34px;
  }

  .layout-section {
    padding: 48px 0;
  }

  .layout-title {
    font-size: 24px;
  }

  .about-subtitle,
  .feature-title {
    font-size: 22px;
    padding-top: 30px;
    text-align: center;
    
  }

  .platform-badge {
    padding: 14px 16px;
  }

  .platform-badge strong {
    font-size: 16px;
  }

  .phone-blue-plate-multi {
    height: 240px;
  }

  .phone-img-multi {
    max-height: 260px;
  }

  .download-stores {
    flex-wrap: wrap;
    justify-content: center;
  }

  .store-popup__dialog {
    padding: 24px 20px;
  }

  .store-popup__title {
    font-size: 18px;
  }
}