*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  background: #F9F7F4;
  color: #262730;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  background: none;
  font: inherit;
}

svg {
  display: block;
  width: 100%;
}

.container {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
}

h1,
h2,
h3 {
  color: #09080D;
  font-family: "Poppins", "Inter", sans-serif;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 720px;
  font-size: clamp(3.2rem, 6vw, 5.8rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(2.5rem, 4.4vw, 4.3rem);
  font-weight: 800;
}

h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

p {
  color: #262730;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #F25A10;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: #F25A10;
}

.eyebrow--light {
  color: #FFB08A;
}

.eyebrow--light::before {
  background: #FFB08A;
}

.section {
  padding: 120px 0;
}

.section--light {
  background: #FFFFFF;
}

.section-heading {
  max-width: 650px;
}

.section-heading p {
  max-width: 600px;
  margin-top: 24px;
  color: #666773;
  font-size: 1.05rem;
}

.section-heading--center {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.section-heading--center .eyebrow {
  justify-content: center;
}

.section-heading--center p {
  margin-inline: auto;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--small {
  min-height: 42px;
  padding-inline: 19px;
  font-size: 0.8rem;
}

.button--primary {
  background: #F25A10;
  color: #FFFFFF;
  box-shadow: 0 10px 24px rgba(242, 90, 16, 0.22);
}

.button--primary:hover {
  background: #D14F0F;
}

.button--dark {
  background: #0A0F23;
  color: #FFFFFF;
}

.button--dark:hover {
  background: #000000;
}

.button--outline {
  border-color: rgba(9, 8, 13, 0.16);
  color: #09080D;
}

.button--outline:hover {
  border-color: #0A0F23;
  background: #0A0F23;
  color: #FFFFFF;
}

.button--white {
  background: #FFFFFF;
  color: #0A0F23;
}

.button--white:hover {
  background: #f1f1f1;
}

.button--light-outline {
  border-color: rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
}

.button--light-outline:hover {
  border-color: #FFFFFF;
  background: #FFFFFF;
  color: #0A0F23;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(249, 247, 244, 0.88);
  border-bottom: 1px solid rgba(9, 8, 13, 0.06);
  backdrop-filter: blur(18px);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0A0F23;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.logo__mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  background: #F25A10;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 7px 16px rgba(242, 90, 16, 0.2);
}

.nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
  margin-right: 38px;
}

.nav a {
  color: #555660;
  font-size: 0.84rem;
  font-weight: 600;
  transition: color 220ms ease;
}

.nav a:hover {
  color: #0A0F23;
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.language {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #A0A1A8;
  font-size: 0.72rem;
  font-weight: 700;
}

.language__button {
  color: #999AA1;
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
  transition: color 220ms ease;
}

.language__button:hover,
.language__button.is-active {
  color: #0A0F23;
}

.menu-button {
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: #0A0F23;
  transition: transform 220ms ease, opacity 220ms ease;
}

.menu-button.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-button.is-active span:nth-child(2) {
  opacity: 0;
}

.menu-button.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 760px;
  padding: 180px 0 110px;
  overflow: hidden;
  background: radial-gradient(circle at 78% 40%, rgba(242, 90, 16, 0.08), transparent 30%), #F9F7F4;
}

.hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -200px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(184, 29, 35, 0.045);
  filter: blur(30px);
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 0.85fr);
  align-items: center;
  gap: 70px;
}

.hero__content {
  position: relative;
  z-index: 2;
}

.hero h1 {
  margin-bottom: 28px;
}

.hero__description {
  max-width: 610px;
  color: #5F606A;
  font-size: 1.08rem;
  line-height: 1.8;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 38px;
}

.hero__trust {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 40px;
}

.hero__trust > div:last-child {
  display: flex;
  flex-direction: column;
  font-size: 0.7rem;
}

.hero__trust strong {
  color: #0A0F23;
  font-size: 0.75rem;
}

.hero__trust span {
  color: #85868D;
}

.hero__avatars {
  display: flex;
}

.hero__avatars span {
  display: grid;
  width: 31px;
  height: 31px;
  margin-left: -7px;
  place-items: center;
  border: 2px solid #F9F7F4;
  border-radius: 50%;
  background: #0A0F23;
  color: #FFFFFF;
  font-size: 0.6rem;
  font-weight: 800;
}

.hero__avatars span:first-child {
  margin-left: 0;
  background: #F25A10;
}

.hero__avatars span:nth-child(2) {
  background: #B81D23;
}

.hero__avatars span:nth-child(3) {
  background: #6A718A;
}

.hero__avatars span:last-child {
  background: #E4E3DF;
  color: #0A0F23;
}

.hero__visual {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-card {
  position: relative;
  z-index: 2;
  width: min(100%, 425px);
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 40px 100px rgba(10, 15, 35, 0.15);
  transform: rotate(2deg);
}

.hero-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}

.hero-card__top > div:first-child {
  display: flex;
  flex-direction: column;
}

.hero-card__greeting {
  color: #8D8E95;
  font-size: 0.72rem;
}

.hero-card__top strong {
  margin-top: 2px;
  color: #0A0F23;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
}

.hero-card__profile {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 50%;
  background: #ECEBE7;
}

.hero-card__profile span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0A0F23;
  box-shadow: 0 10px 0 -2px #0A0F23;
}

.search {
  display: flex;
  align-items: center;
  gap: 11px;
  height: 49px;
  padding: 0 15px;
  border: 1px solid #E5E7EB;
  border-radius: 13px;
  background: #FBFBFB;
  color: #9B9CA3;
  font-size: 0.73rem;
}

.search__icon {
  width: 17px;
  height: 17px;
}

.search__icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.categories {
  display: flex;
  gap: 8px;
  margin: 19px 0;
  overflow: hidden;
}

.category {
  flex-shrink: 0;
  padding: 7px 12px;
  border-radius: 999px;
  background: #F1F1EF;
  color: #6F7077;
  font-size: 0.65rem;
  font-weight: 600;
}

.category--active {
  background: #0A0F23;
  color: #FFFFFF;
}

.nearby-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 25px 0 13px;
}

.nearby-heading > div {
  display: flex;
  flex-direction: column;
}

.nearby-heading span:first-child {
  color: #F25A10;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.nearby-heading strong {
  color: #0A0F23;
  font-family: "Poppins", sans-serif;
  font-size: 0.92rem;
}

.nearby-heading__arrow {
  color: #F25A10;
  font-size: 1.1rem;
}

.food-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.food-card {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 10px;
  border: 1px solid #EEEEEC;
  border-radius: 16px;
  background: #fff;
}

.food-card__image {
  position: relative;
  width: 67px;
  height: 67px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  padding: 7px;
  overflow: hidden;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.52rem;
  font-weight: 800;
}

.food-card__image::before,
.food-card__image::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.food-card__image::before {
  width: 45px;
  height: 45px;
  top: 9px;
  left: 10px;
  background: rgba(255, 255, 255, 0.32);
}

.food-card__image::after {
  width: 30px;
  height: 30px;
  right: -2px;
  bottom: -2px;
  background: rgba(255, 255, 255, 0.22);
}

.food-card__image--one {
  background: linear-gradient(135deg, #F25A10, #B81D23);
}

.food-card__image--two {
  background: linear-gradient(135deg, #23365C, #B81D23);
}

.food-card__image span {
  position: relative;
  z-index: 2;
}

.food-card__info {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.food-card__title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.food-card__title strong {
  color: #0A0F23;
  font-size: 0.77rem;
}

.food-card__info > span {
  color: #7D7E86;
  font-size: 0.62rem;
}

.food-card__info small {
  color: #16A34A;
  font-size: 0.58rem;
  font-weight: 700;
}

.rating {
  color: #F25A10;
  font-size: 0.58rem;
  font-weight: 800;
}

.floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(10, 15, 35, 0.13);
  backdrop-filter: blur(15px);
}

.floating-card > div {
  display: flex;
  flex-direction: column;
}

.floating-card strong {
  color: #0A0F23;
  font-size: 0.76rem;
  line-height: 1.1;
}

.floating-card span:not(.floating-card__icon,
.floating-card__pin) {
  color: #8B8C93;
  font-size: 0.56rem;
}

.floating-card--rating {
  top: 82px;
  left: 0;
  transform: rotate(-4deg);
}

.floating-card--location {
  right: -4px;
  bottom: 78px;
  transform: rotate(4deg);
}

.floating-card__icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: rgba(242, 90, 16, 0.11);
  color: #F25A10;
  font-size: 0.9rem;
}

.floating-card__pin {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: rgba(184, 29, 35, 0.09);
  color: #B81D23;
}

.floating-card__pin svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.intro {
  background: #0A0F23;
}

.intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 100px;
  align-items: end;
}

.intro h2 {
  color: #FFFFFF;
}

.intro .eyebrow {
  color: #FF9D75;
}

.intro .eyebrow::before {
  background: #FF9D75;
}

.intro__text {
  padding-bottom: 5px;
}

.intro__text p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.08rem;
  line-height: 1.8;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  color: #FFFFFF;
  font-size: 0.86rem;
  font-weight: 700;
}

.text-link span {
  color: #F25A10;
  font-size: 1.1rem;
  transition: transform 220ms ease;
}

.text-link:hover span {
  transform: translateX(5px);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 65px;
}

.feature-card {
  position: relative;
  min-height: 310px;
  padding: 32px;
  border: 1px solid #E9E9E7;
  border-radius: 24px;
  background: #F9F7F4;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(242, 90, 16, 0.22);
  box-shadow: 0 18px 45px rgba(10, 15, 35, 0.07);
}

.feature-card__number {
  position: absolute;
  top: 27px;
  right: 30px;
  color: #B7B7B3;
  font-size: 0.67rem;
  font-weight: 800;
}

.feature-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 27px;
  place-items: center;
  border-radius: 15px;
  background: rgba(242, 90, 16, 0.1);
  color: #F25A10;
}

.feature-card__icon svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h3 {
  margin-bottom: 13px;
}

.feature-card p {
  color: #73747B;
  font-size: 0.87rem;
  line-height: 1.75;
}

.business {
  background: #F9F7F4;
}

.business__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 110px;
  align-items: center;
}

.business__content p {
  max-width: 540px;
  margin-top: 25px;
  color: #666770;
  font-size: 1rem;
  line-height: 1.8;
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 32px 0;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  list-style: none;
  color: #4F5059;
  font-size: 0.86rem;
}

.check-list li > span:first-child {
  display: grid;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  place-items: center;
  margin-top: 1px;
  border-radius: 50%;
  background: rgba(22, 163, 74, 0.1);
  color: #16A34A;
  font-size: 0.68rem;
  font-weight: 800;
}

.business__visual {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
}

.business__visual::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: rgba(242, 90, 16, 0.07);
  filter: blur(2px);
}

.business-window {
  position: relative;
  z-index: 2;
  width: min(100%, 480px);
  overflow: hidden;
  border: 1px solid #E2E2DF;
  border-radius: 25px;
  background: #FFFFFF;
  box-shadow: 0 35px 80px rgba(10, 15, 35, 0.13);
  transform: rotate(-2deg);
}

.business-window__bar {
  display: flex;
  gap: 6px;
  padding: 14px 18px;
  border-bottom: 1px solid #ECECEA;
}

.business-window__bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #D6D6D2;
}

.business-window__bar span:first-child {
  background: #F25A10;
}

.business-window__content {
  padding: 30px;
}

.business-profile {
  display: flex;
  align-items: center;
  gap: 13px;
}

.business-profile__image {
  display: grid;
  width: 55px;
  height: 55px;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, #0A0F23, #263052);
  color: #FFFFFF;
  font-size: 0.7rem;
  font-weight: 800;
}

.business-profile > div:last-child {
  display: flex;
  flex-direction: column;
}

.business-profile strong {
  color: #0A0F23;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}

.business-profile span {
  color: #96979D;
  font-size: 0.65rem;
}

.business-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.business-stats > div {
  display: flex;
  flex-direction: column;
  padding: 18px;
  border-radius: 15px;
  background: #F7F7F5;
}

.business-stats strong {
  color: #0A0F23;
  font-family: "Poppins", sans-serif;
  font-size: 1.15rem;
}

.business-stats span {
  margin-top: 2px;
  color: #96979D;
  font-size: 0.6rem;
}

.business-lines {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: 30px;
}

.business-lines span {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: #EFEFEC;
}

.business-lines span:nth-child(1) {
  width: 85%;
}

.business-lines span:nth-child(2) {
  width: 65%;
}

.business-lines span:nth-child(3) {
  width: 76%;
}

.steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 65px;
}

.step {
  position: relative;
  padding-top: 22px;
  border-top: 1px solid #DADAD7;
}

.step__number {
  display: block;
  margin-bottom: 22px;
  color: #F25A10;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.step h3 {
  margin-bottom: 13px;
}

.step p {
  max-width: 330px;
  color: #74757C;
  font-size: 0.88rem;
  line-height: 1.75;
}

.cta {
  position: relative;
  overflow: hidden;
  background: #0A0F23;
}

.cta__content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.cta h2 {
  color: #FFFFFF;
}

.cta p {
  max-width: 580px;
  margin: 25px auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1rem;
}

.cta__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 35px;
}

.cta__shape {
  position: absolute;
  border-radius: 50%;
}

.cta__shape--one {
  top: -260px;
  left: -160px;
  width: 550px;
  height: 550px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.cta__shape--two {
  right: -170px;
  bottom: -330px;
  width: 600px;
  height: 600px;
  background: rgba(242, 90, 16, 0.08);
}

.footer {
  background: #070B19;
  color: #FFFFFF;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  padding: 65px 0 55px;
}

.logo--footer {
  color: #FFFFFF;
}

.footer__brand p {
  max-width: 280px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.8rem;
}

.footer__links {
  display: flex;
  gap: 100px;
}

.footer__links > div {
  display: flex;
  min-width: 120px;
  flex-direction: column;
  gap: 10px;
}

.footer__links strong {
  margin-bottom: 8px;
  color: #FFFFFF;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
}

.footer__links a {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.76rem;
  transition: color 220ms ease;
}

.footer__links a:hover {
  color: #FFFFFF;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.68rem;
}

.footer__language {
  display: flex;
  align-items: center;
  gap: 7px;
}

.footer__language .language__button {
  color: rgba(255, 255, 255, 0.35);
}

.footer__language .language__button:hover,
.footer__language .language__button.is-active {
  color: #FFFFFF;
}

@media (max-width: 1050px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.8fr);
    gap: 40px;
  }
  .hero__visual {
    min-height: 530px;
  }
  .hero-card {
    width: min(100%, 390px);
  }
  .floating-card--rating {
    left: -15px;
  }
  .floating-card--location {
    right: -20px;
  }
  .business__grid {
    gap: 70px;
  }
}
@media (max-width: 820px) {
  .container {
    width: min(100% - 34px, 1180px);
  }
  .header__inner {
    height: 70px;
  }
  .nav {
    position: absolute;
    top: 70px;
    left: 17px;
    right: 17px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 8px;
    border: 1px solid #E5E7EB;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 20px 45px rgba(10, 15, 35, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 220ms ease, visibility 220ms ease, transform 220ms ease;
  }
  .nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .nav a {
    padding: 13px 15px;
    border-radius: 10px;
    font-size: 0.85rem;
  }
  .nav a:hover {
    background: #F4F4F1;
  }
  .header__actions {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .hero {
    min-height: auto;
    padding: 135px 0 80px;
  }
  .hero__grid {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .hero__content {
    text-align: center;
  }
  .hero .eyebrow {
    justify-content: center;
  }
  .hero h1 {
    margin-inline: auto;
  }
  .hero__description {
    margin-inline: auto;
  }
  .hero__actions {
    justify-content: center;
  }
  .hero__trust {
    justify-content: center;
  }
  .hero__visual {
    width: 100%;
    min-height: 530px;
  }
  .intro__grid,
  .business__grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .business__grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .business__visual {
    width: 100%;
  }
  .steps__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .step p {
    max-width: 500px;
  }
}
@media (max-width: 560px) {
  .section {
    padding: 85px 0;
  }
  h1 {
    font-size: clamp(2.75rem, 14vw, 4rem);
  }
  h2 {
    font-size: 2.5rem;
  }
  .hero {
    padding-top: 120px;
  }
  .hero__description {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .hero__actions {
    flex-direction: column;
    width: 100%;
  }
  .hero__actions .button {
    width: 100%;
  }
  .hero__visual {
    min-height: 450px;
  }
  .hero-card {
    width: calc(100% - 24px);
    padding: 20px;
    border-radius: 25px;
  }
  .floating-card {
    padding: 10px 12px;
  }
  .floating-card--rating {
    top: 45px;
    left: -2px;
  }
  .floating-card--location {
    right: -2px;
    bottom: 35px;
  }
  .floating-card__icon,
  .floating-card__pin {
    width: 28px;
    height: 28px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }
  .feature-card {
    min-height: auto;
    padding: 27px;
  }
  .business__visual {
    min-height: 390px;
  }
  .business-window {
    width: calc(100% - 12px);
  }
  .business-window__content {
    padding: 22px;
  }
  .business-stats > div {
    padding: 13px;
  }
  .cta__actions {
    flex-direction: column;
    width: 100%;
    padding-inline: 10px;
  }
  .cta__actions .button {
    width: 100%;
  }
  .footer__top {
    flex-direction: column;
    gap: 45px;
  }
  .footer__links {
    gap: 50px;
  }
  .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}/*# sourceMappingURL=styles.css.map */