html {
  background-color: #f1f1f1;
  max-width: 100%;
  overscroll-behavior-x: none;
  overflow-x: hidden;
  overflow-x: clip;
}

:root {
  --swatch--brand-500: #004f93;
}

html ::selection {
  color: #fff;
  background-color: #004f93;
}

html ::-moz-selection {
  color: #fff;
  background-color: #004f93;
}

body.u-theme-dark {
  --_theme---background: #f1f1f1;
  --_theme---text: #252525;
  max-width: 100%;
  overscroll-behavior-x: none;
  overflow-x: hidden;
  overflow-x: clip;
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.page_wrap {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

.page_wrap:has(.home-header_component) {
  min-height: 0;
}

/* Keep the navigation attached to the viewport instead of the hero section. */
.page_wrap > .u-position-fixed {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 9999 !important;
  width: 100% !important;
  height: 0 !important;
  overflow: visible !important;
  pointer-events: none;
}

.page_wrap > .u-position-fixed .nav_component {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 10000 !important;
  width: 100% !important;
  pointer-events: none;
}

.page_wrap > .u-position-fixed .nav_skip_wrap,
.page_wrap > .u-position-fixed .nav_desktop_wrap,
.page_wrap > .u-position-fixed .nav_mobile_wrap,
.page_wrap > .u-position-fixed .nav_dropdown_backdrop,
.page_wrap > .u-position-fixed .nav_menu_backdrop {
  pointer-events: auto;
}

/* Keep the business-fit copy below the main layout instead of beside it. */
.u-layout-wrapper:has(
  > .u-layout > .u-layout-column-2 .u-grid-wrapper.u-margin-top-6
) {
  flex-flow: column;
}

.home-header_component,
.home-header_agents {
  width: 100%;
}

.home-header_agents-img {
  width: 100%;
  max-width: 90rem;
  height: auto;
  min-height: 0;
  margin-inline: auto;
  position: relative;
}

.miora-browser-frame {
  width: 100%;
  height: min-content;
  padding: 48px 8px 8px;
  display: flex;
  flex: none;
  flex-flow: column;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  overflow: visible;
  border: 1px solid #0d29000d;
  border-radius: 24px;
  background-color: #0d290008;
  box-shadow: 0 28px 80px #00000038;
}

.miora-browser-controls {
  position: absolute;
  top: 18px;
  left: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.miora-browser-control {
  width: 14px;
  height: 14px;
  border: 1px solid #0000001f;
  border-radius: 999px;
  box-shadow: inset 0 0 0 0.5px #ffffff40;
}

.miora-browser-control.is-close {
  background: #ff5f57;
}

.miora-browser-control.is-minimize {
  background: #febc2e;
}

.miora-browser-control.is-maximize {
  background: #28c840;
}

.miora-browser-viewport {
  width: 100%;
  overflow: hidden;
  border: 1px solid #0d29000d;
  border-radius: 16px;
  background: #f7f8fa;
}

.miora-browser-viewport .u-image-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
}

.miora-browser-viewport .u-image {
  width: 100%;
  height: auto;
  min-height: 0;
  display: block;
  position: relative;
  inset: auto;
  object-fit: contain;
  object-position: center;
}

.miora-browser-viewport .u-image-shadow-wrap {
  display: none;
}

.miora-hero-callouts {
  pointer-events: none;
  z-index: 9;
  position: absolute;
  inset: 0;
  color: #050505;
  font-family: inherit;
}

.miora-hero-callout {
  position: absolute;
  display: flex;
  align-items: center;
  font-weight: 800;
  line-height: .94;
  letter-spacing: -.055em;
  text-shadow: 0 2px 12px rgba(255, 255, 255, .88);
}

.miora-hero-callout span {
  display: block;
}

.miora-hero-callout.is-google {
  left: 6%;
  bottom: 13%;
  flex-direction: column;
  align-items: center;
  max-width: 16rem;
  text-align: center;
  font-size: clamp(1.45rem, 3vw, 3rem);
}

.miora-hero-callout.is-ifood {
  top: 3.5%;
  left: 46.5%;
  flex-direction: column;
  align-items: center;
  max-width: 20rem;
  text-align: center;
  font-size: clamp(1.45rem, 3vw, 3.1rem);
}

.miora-hero-callout.is-realtime {
  right: 2.2%;
  bottom: 28%;
  flex-direction: column;
  align-items: center;
  width: max-content;
  max-width: none;
  text-align: center;
  font-size: clamp(1.15rem, 2vw, 2.15rem);
  white-space: normal;
}

.miora-hero-arrow {
  flex: none;
  display: block;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 5px 8px rgba(255, 255, 255, .72));
  user-select: none;
}

.miora-hero-arrow.is-google {
  width: clamp(6rem, 12vw, 12rem);
  margin-bottom: .25rem;
  transform: rotate(0deg);
}

.miora-hero-arrow.is-ifood {
  width: clamp(5.8rem, 11vw, 11rem);
  margin-top: .2rem;
  transform: rotate(180deg);
}

.miora-hero-arrow.is-realtime {
  width: clamp(4.8rem, 9vw, 9rem);
  margin-top: .35rem;
  margin-right: 0;
  transform: rotate(180deg);
}

.miora-marquee-section {
  overflow: hidden;
  order: 1;
  margin-top: 0;
  padding-block: clamp(1.1rem, 2.2vw, 2rem);
  background: transparent;
  border: 0;
}

.u-section-spacer.w-variant-8cc18b30-4618-8767-0111-f6abfe45aaa3:has(
  + .u-background-slot + .miora-marquee-section
) {
  height: clamp(3rem, 5vw, 5.5rem);
}

main.page_main > * {
  order: 10;
}

main.page_main > section[data-exp="webflow-lp-hero"] {
  order: 0;
}

section[data-exp="webflow-lp-hero"]
  > .u-section-spacer.w-variant-d422cbd0-f212-c815-68df-63414354c21d {
  height: clamp(9rem, 15vw, 11.25rem) !important;
}

section[data-exp="webflow-lp-hero"]
  > .u-section-spacer.w-variant-8cc18b30-4618-8767-0111-f6abfe45aaa3 {
  height: clamp(3rem, 5vw, 5.5rem) !important;
}

.miora-marquee-viewport {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.miora-marquee-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: clamp(2.7rem, 5vw, 6rem);
  animation: miora-marquee-slide 34s linear infinite;
}

.miora-marquee-track:hover {
  animation-play-state: paused;
}

.miora-marquee-item {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: #252525;
}

.miora-marquee-icon {
  flex: none;
  width: clamp(3.1rem, 4.6vw, 4.7rem);
  height: clamp(3.1rem, 4.6vw, 4.7rem);
  display: grid;
  place-items: center;
  color: #004f93;
  background: transparent;
  border: 0;
}

.miora-marquee-icon svg,
.miora-marquee-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.miora-marquee-icon.is-miora {
  width: clamp(5.6rem, 8vw, 8rem);
}

.miora-marquee-icon.is-miora img {
  transform: none;
}

.miora-marquee-icon.is-whatsapp {
  color: #2dbb57;
}

.miora-marquee-icon.is-voucher {
  color: #ffb000;
}

.miora-how-section {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  padding: clamp(3rem, 6vw, 6rem) clamp(1rem, 2vw, 2rem);
}

.miora-how-heading {
  max-width: 54rem;
  margin: 0 auto clamp(2rem, 4vw, 3.5rem);
  text-align: center;
}

.miora-how-kicker {
  margin: 0 0 0.75rem;
  color: #004f93;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.miora-how-heading h2 {
  max-width: 48rem;
  margin: 0 auto;
  color: var(--_theme---text);
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.miora-how-heading p:not(.miora-how-kicker) {
  max-width: 48rem;
  margin: 1rem auto 0;
  color: color-mix(in srgb, var(--_theme---text) 68%, transparent);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.55;
}

.miora-how-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.4vw, 1.25rem);
  width: min(100%, 1760px);
  margin-inline: auto;
}

.miora-how-card {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--_theme---text) 8%, transparent);
  border-radius: clamp(1rem, 1.4vw, 1.5rem);
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
}

.miora-how-card--single {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(100%, 1280px);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.miora-use-card {
  width: min(100%, 1500px);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.miora-how-card img {
  display: block;
  width: 100%;
  height: auto;
}

.miora-how-card--single > img {
  cursor: zoom-in;
}

.miora-how-steps {
  display: grid;
  grid-template-columns: 24.5% 20% 24.5% 25%;
  column-gap: 2%;
  width: min(100%, 1280px);
  margin: clamp(0.75rem, 1.6vw, 1.25rem) auto 0;
  padding-inline: 0;
  text-align: left;
}

.miora-how-step {
  min-width: 0;
}

.miora-how-step h3 {
  margin: 0 0 0.45rem;
  color: #09266d;
  font-size: clamp(1.8rem, 2.6vw, 2.85rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0;
}

.miora-how-step h3 span,
.miora-how-step h3 strong {
  display: block;
}

.miora-how-step h3 strong,
.miora-how-step p strong {
  color: #005fcf;
  font-weight: 800;
}

.miora-how-step p {
  margin: 0;
  color: #09266d;
  font-size: clamp(1rem, 1.18vw, 1.35rem);
  line-height: 1.16;
}

.miora-use-steps {
  display: grid;
  grid-template-columns: 23.5% 23.5% 21.5% 25%;
  column-gap: 2.15%;
  width: min(100%, 1500px);
  margin: clamp(0.75rem, 1.6vw, 1.25rem) auto 0;
  padding-inline: 0;
  text-align: left;
}

.miora-image-zoom {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2.5rem);
  background: rgba(7, 16, 34, 0.82);
  backdrop-filter: blur(8px);
}

.miora-image-zoom.is-open {
  display: flex;
}

.miora-image-zoom img {
  display: block;
  max-width: min(96vw, 1800px);
  max-height: 90vh;
  width: auto;
  height: auto;
  border-radius: clamp(0.75rem, 1.2vw, 1.25rem);
  object-fit: contain;
  cursor: zoom-out;
}

.miora-image-zoom__close {
  position: absolute;
  top: clamp(0.8rem, 2vw, 1.5rem);
  right: clamp(0.8rem, 2vw, 1.5rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.miora-image-zoom__close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.miora-use-step {
  min-width: 0;
}

.miora-use-step h3 {
  margin: 0 0 0.55rem;
  color: #09266d;
  font-size: clamp(1.75rem, 2.45vw, 2.75rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: 0;
}

.miora-use-step h3 span,
.miora-use-step h3 strong {
  display: block;
}

.miora-use-step h3 strong,
.miora-use-step p strong {
  color: #005fcf;
  font-weight: 800;
}

.miora-use-step p {
  margin: 0;
  color: #09266d;
  font-size: clamp(0.98rem, 1.12vw, 1.28rem);
  line-height: 1.18;
}

.card_primary_visual {
  color: #004f93;
  border-color: #004f93 !important;
}

.card_primary_image.miora-card-icon {
  color: #004f93;
  width: 2rem;
  height: 2rem;
  stroke: currentColor;
}

.miora-marquee-copy {
  display: flex;
  flex-direction: column;
  gap: .18rem;
  min-width: 8.5rem;
}

.miora-marquee-copy strong {
  color: #252525;
  font-size: clamp(1.05rem, 1.6vw, 1.65rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.miora-marquee-copy small {
  color: rgba(37, 37, 37, .72);
  font-size: clamp(.72rem, .9vw, .9rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.01em;
}

.miora-section-kicker {
  margin: 0;
  color: #004f93;
  font-size: clamp(1.1rem, 1.8vw, 1.65rem);
  font-weight: 800;
  line-height: 1.1;
}

@keyframes miora-marquee-slide {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.home-header_agents-pic.is-01 {
  top: 14%;
  left: 25%;
}

.home-header_agents-pic.is-02 {
  top: 34%;
  right: 18%;
}

.home-header_agents-pic.is-03 {
  bottom: 3%;
  left: 25%;
}

.home-header_agents-transactions {
  z-index: 5;
  width: min(42rem, 48vw);
  top: 39%;
  bottom: auto;
  left: -5%;
}

.home-header_agents-transactions-wrap {
  gap: 1rem;
  width: 100%;
}

.home-header_agents-transactions-title.u-hide-tablet {
  gap: 1rem;
  opacity: .48;
  display: flex !important;
  padding-left: .25rem;
}

.miora-google-logo {
  flex: none;
  width: 2rem;
  height: 2rem;
}

.home-header_agents-transactions-title .u-text-style-large {
  font-size: clamp(1rem, 1.7vw, 1.55rem);
  line-height: 1.2;
}

.home-header_agents-transactions-box {
  width: min(36rem, 100%);
  min-height: 7.25rem;
  padding: 1.25rem 1.5rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 2rem;
  background: rgba(9, 9, 11, .82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .24);
}

.home-header_agents-transactions-box.is-02 {
  left: 4.5rem;
  opacity: 1;
}

.home-header_agents-transactions-pic {
  flex: none;
  width: 4rem;
  height: 4rem;
  border: 0;
  background-image: url("assets/images/google-reviews-reference.png");
  background-repeat: no-repeat;
  background-size: 659px 328px;
}

.home-header_agents-transactions-pic.is-mariana {
  background-position: -66px -95px;
}

.home-header_agents-transactions-pic.is-rafael {
  background-position: -132px -207px;
}

.home-header_agents-transactions-text {
  gap: .45rem;
  min-width: 0;
  margin-left: 1.25rem;
}

.home-header_agents-review-name {
  color: #fff;
  font-size: clamp(1rem, 1.55vw, 1.45rem);
  font-weight: 600;
  line-height: 1.15;
}

.home-header_agents-review-meta {
  color: rgba(255, 255, 255, .58);
  font-size: clamp(.8rem, 1.15vw, 1rem);
  line-height: 1.3;
}

.home-header_agents-review-score {
  flex: none;
  align-self: center;
  color: #fff;
  margin-left: 1rem;
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  line-height: 1;
}

.home-header_agents-integrations {
  z-index: 4;
  width: min(30rem, 38%);
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: .4rem;
  position: absolute;
  top: auto;
  right: -4%;
  bottom: 34%;
  color: #111318;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .18));
}

.miora-integration-card {
  width: 23rem;
  min-height: 3.75rem;
  padding: .55rem .75rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  border: 1px solid rgba(13, 41, 0, .08);
  border-radius: .85rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 7px 22px rgba(13, 18, 28, .09);
  backdrop-filter: blur(12px);
}

.miora-integration-card.is-whatsapp {
  margin-left: 3.8rem;
}

.miora-integration-card.is-ifood {
  margin-left: 2.7rem;
}

.miora-integration-card.is-survey {
  margin-left: 5.7rem;
}

.miora-integration-icon {
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(13, 41, 0, .08);
  border-radius: 999px;
  background: #fff;
}

.miora-integration-icon svg {
  width: 1.55rem;
  height: 1.55rem;
}

.miora-integration-icon.is-whatsapp {
  color: #fff;
  border-color: transparent;
  background: #25d366;
}

.miora-integration-icon.is-ifood {
  color: #fff;
  border-color: transparent;
  background: #ea1d2c;
}

.miora-integration-icon.is-ifood span {
  font-size: .68rem;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -.06em;
}

.miora-integration-icon.is-survey {
  color: #59616e;
  background: #f7f8f9;
}

.miora-integration-copy {
  min-width: 0;
  display: flex;
  flex: 1;
  flex-flow: column;
  gap: .12rem;
}

.miora-integration-copy strong,
.miora-integration-copy span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.miora-integration-copy strong {
  color: #111318;
  font-size: .92rem;
  line-height: 1.15;
}

.miora-integration-copy span {
  color: #767d89;
  font-size: .66rem;
  line-height: 1.2;
}

.miora-integration-action {
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  color: #737b87;
  font-size: 1.15rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.miora-integration-action svg {
  width: 1rem;
  height: 1rem;
}

.miora-integration-action.is-chart {
  align-items: flex-end;
  gap: 2px;
  padding-bottom: 2px;
}

.miora-integration-action.is-chart i {
  width: 2px;
  border-radius: 2px;
  background: currentColor;
}

.miora-integration-action.is-chart i:nth-child(1) { height: 5px; }
.miora-integration-action.is-chart i:nth-child(2) { height: 9px; }
.miora-integration-action.is-chart i:nth-child(3) { height: 13px; }

.nav_desktop_logo {
  width: clamp(7.5rem, 11vw, 9rem);
  flex: 0 0 auto;
}

.nav_mobile_logo {
  width: 9rem;
}

.nav_desktop_logo .nav_logo,
.nav_mobile_logo .nav_logo {
  flex-flow: row;
  justify-content: flex-start;
  gap: .45rem;
  width: 100%;
}

.nav_desktop_logo .nav_logo svg,
.nav_mobile_logo .nav_logo svg {
  display: none;
}

.nav_desktop_logo .nav_logo::before,
.nav_mobile_logo .nav_logo::before,
.nav_desktop_logo .nav_logo::after,
.nav_mobile_logo .nav_logo::after {
  content: "";
  flex: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.nav_desktop_logo .nav_logo::before,
.nav_mobile_logo .nav_logo::before {
  background-image: url("assets/images/joinha-128.webp");
  width: 2.4rem;
  height: 2.4rem;
}

.nav_desktop_logo .nav_logo::after,
.nav_mobile_logo .nav_logo::after {
  background-image: url("assets/images/miora-260.webp");
  width: 6rem;
  height: 2.4rem;
}

.nav_desktop_wrap .nav_desktop_layout,
.nav_desktop_wrap .nav_links_component,
.nav_desktop_wrap .nav_links_wrap,
.nav_desktop_wrap .nav_actions_wrap {
  display: flex;
  align-items: center;
}

.nav_desktop_wrap .nav_desktop_layout {
  gap: clamp(0.9rem, 1.8vw, 1.6rem);
}

.nav_desktop_wrap .nav_links_component {
  flex: 1 1 auto;
  min-width: 0;
  justify-content: space-between;
  gap: clamp(0.75rem, 1.2vw, 1rem);
}

.nav_desktop_wrap .nav_links_wrap {
  flex: 0 1 auto;
  min-width: 0;
  flex-wrap: nowrap;
  justify-content: center;
  gap: clamp(0.7rem, 1.05vw, 1rem);
  margin: 0;
  padding-left: 0;
}

.nav_desktop_wrap .nav_links_component > .u-section-spacer {
  display: none;
}

.nav_desktop_wrap .nav_links_item,
.nav_desktop_wrap .nav_links_link,
.nav_desktop_wrap .nav_links_text,
.nav_desktop_wrap .nav_actions_wrap,
.nav_desktop_wrap .nav_buttons_item {
  flex: none;
  white-space: nowrap;
}

.nav_desktop_wrap .nav_links_link {
  padding-inline: clamp(0.2rem, 0.45vw, 0.35rem);
}

.nav_desktop_wrap .nav_links_text {
  line-height: 1;
}

.footer_miora_logo {
  width: min(11rem, 48vw);
  height: auto;
  display: block;
}

.footer_contain {
  padding-top: clamp(2.5rem, 5vw, 4rem) !important;
  padding-bottom: clamp(1.25rem, 2.5vw, 2rem) !important;
}

.footer_layout {
  align-items: flex-start;
}

.footer_bottom_layout {
  justify-content: center !important;
  padding-top: clamp(1rem, 2vw, 1.5rem) !important;
  padding-bottom: 0 !important;
  text-align: center;
}

.footer_bottom_text {
  width: 100%;
  justify-content: center !important;
  text-align: center;
}

.footer_bottom_text .span {
  max-width: 76rem;
}

.miora_legal_links .footer_bottom_link_text {
  color: rgba(37, 37, 37, .78);
  font-weight: 700;
}

.miora_footer_dedication {
  margin-top: .75rem;
  padding-bottom: 1.25rem;
  color: color-mix(in srgb, var(--_theme---text) 72%, transparent);
  font-size: clamp(0.78rem, 1vw, 0.95rem);
  line-height: 1.6;
  text-align: center;
}

.cookie-consent {
  position: fixed;
  left: 50%;
  bottom: clamp(12px, 2vw, 22px);
  z-index: 10001;
  width: min(760px, calc(100% - 24px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 16px;
  color: #f8fafc;
  background: rgba(2, 6, 23, 0.94);
  box-shadow: 0 20px 54px rgba(2, 6, 23, 0.42);
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent__content strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 800;
}

.cookie-consent__content p {
  margin: 0;
  color: rgba(226, 232, 240, 0.82);
  font-size: 0.9rem;
  line-height: 1.45;
}

.cookie-consent__content a {
  display: inline-flex;
  margin-top: 8px;
  color: #93c5fd;
  font-size: 0.86rem;
  font-weight: 800;
}

.cookie-consent__actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.cookie-consent__button,
.privacy-link-button {
  font: inherit;
  cursor: pointer;
}

.cookie-consent__button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(148, 163, 184, 0.42);
  border-radius: 999px;
  font-weight: 800;
}

.cookie-consent__button--ghost {
  color: #f8fafc;
  background: transparent;
}

.cookie-consent__button--primary {
  color: #ffffff;
  border-color: transparent;
  background: #004f93;
}

.privacy-link-button {
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font-size: inherit;
  text-decoration: none;
}

.privacy-link-button:hover,
.privacy-link-button:focus-visible {
  text-decoration: underline;
}

.miora_legal_links {
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .miora-browser-frame {
    padding: 42px 6px 6px;
    border-radius: 20px;
  }

  .miora-browser-controls {
    top: 15px;
    left: 22px;
    gap: 10px;
  }

  .miora-browser-control {
    width: 12px;
    height: 12px;
  }

  .home-header_agents-pic.is-01 {
    top: 12%;
    left: 18%;
  }

  .home-header_agents-pic.is-02 {
    top: 32%;
    right: 10%;
  }

  .home-header_agents-pic.is-03 {
    bottom: 1%;
    left: 18%;
  }

  .home-header_agents-transactions {
    width: min(34rem, 62vw);
    top: 38%;
    bottom: auto;
    left: -4%;
  }

  .home-header_agents-transactions-box {
    min-height: 6.5rem;
    padding: 1rem 1.25rem;
  }

  .home-header_agents-transactions-box.is-02 {
    left: 3rem;
  }

  .home-header_agents-integrations {
    width: min(24rem, 38%);
    top: auto;
    right: -3%;
    bottom: 28%;
  }

  .miora-integration-card {
    width: 18rem;
    min-height: 3.25rem;
    padding: .45rem .6rem;
  }

  .miora-integration-card.is-whatsapp { margin-left: 2.4rem; }
  .miora-integration-card.is-ifood { margin-left: 1.7rem; }
  .miora-integration-card.is-survey { margin-left: 3.5rem; }

  .miora-hero-callout.is-google {
    left: 2%;
    bottom: 9%;
  }

  .miora-hero-callout.is-ifood {
    top: 2.5%;
    left: 42%;
  }

  .miora-hero-callout.is-realtime {
    right: 0;
    bottom: 23%;
  }

  .miora-integration-icon {
    width: 2.1rem;
    height: 2.1rem;
  }

  .miora-integration-icon svg {
    width: 1.3rem;
    height: 1.3rem;
  }

  .miora-how-section {
    padding-inline: 1rem;
  }

  .miora-how-strip {
    display: flex;
    overflow-x: auto;
    padding-bottom: 0.75rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .miora-how-card {
    flex: 0 0 min(78vw, 28rem);
    scroll-snap-align: center;
  }

  .miora-how-card--single {
    flex-basis: 100%;
    width: 100%;
    scroll-snap-align: none;
  }

  .miora-how-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 2rem;
    width: 100%;
  }

  .miora-use-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 2rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  section[data-exp="webflow-lp-hero"]
    > .u-section-spacer.w-variant-d422cbd0-f212-c815-68df-63414354c21d {
    height: clamp(7rem, 24vw, 9rem) !important;
  }

  .miora-how-steps {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .miora-how-step h3 {
    font-size: clamp(2rem, 12vw, 2.8rem);
  }

  .miora-how-step p {
    font-size: 1.1rem;
    max-width: 20rem;
  }

  .miora-use-steps {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .miora-use-step h3 {
    font-size: clamp(2rem, 11vw, 2.8rem);
  }

  .miora-use-step p {
    font-size: 1.1rem;
    max-width: 20rem;
  }

  .nav_mobile_logo {
    width: 7.5rem;
  }

  .nav_mobile_logo .nav_logo {
    gap: .3rem;
  }

  .nav_mobile_logo .nav_logo::before {
    width: 2rem;
    height: 2rem;
  }

  .nav_mobile_logo .nav_logo::after {
    width: 5.2rem;
    height: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .home-header_agents-img {
    width: calc(100vw - 2rem);
  }

  .miora-browser-frame {
    padding-top: 36px;
    gap: 12px;
    border-radius: 16px;
  }

  .miora-browser-controls {
    top: 13px;
    left: 18px;
    gap: 8px;
  }

  .miora-browser-control {
    width: 10px;
    height: 10px;
  }

  .miora-browser-viewport {
    border-radius: 11px;
  }

  .home-header_agents-pic.is-01 {
    top: 18%;
    left: -2%;
  }

  .home-header_agents-pic.is-02 {
    top: 33%;
    right: -3%;
  }

  .home-header_agents-pic.is-03,
  .home-header_agents-integrations {
    display: none;
  }

  .miora-hero-callouts {
    display: none;
  }

  .home-header_agents-transactions {
    top: auto;
    bottom: -26%;
    left: -3%;
    width: 34rem;
    transform: scale(0.58);
    transform-origin: left bottom;
  }

  .cookie-consent {
    left: 12px;
    right: 12px;
    width: auto;
    max-width: none;
    box-sizing: border-box;
    transform: none;
    grid-template-columns: 1fr;
    align-items: stretch;
    overflow-wrap: anywhere;
  }

  .cookie-consent__actions {
    justify-content: stretch;
    min-width: 0;
  }

  .cookie-consent__button {
    min-width: 0;
    flex: 1;
  }
}

@media screen and (max-width: 479px) {
  .home-header_agents-img {
    width: calc(100vw - 1.5rem);
    height: auto;
  }

  .miora-browser-frame {
    padding: 32px 4px 4px;
    border-radius: 14px;
  }

  .miora-browser-controls {
    top: 11px;
    left: 14px;
  }

  .miora-browser-control {
    width: 9px;
    height: 9px;
  }

  .home-header_agents-pic.is-01 {
    top: 18%;
  }

  .home-header_agents-pic.is-02 {
    top: 28%;
  }
}

/* Hide the two floating hero panels marked in the review screenshot. */
.home-header_agents-transactions,
.home-header_agents-integrations {
  display: none !important;
  visibility: hidden !important;
}
