.landing {
  color: var(--text);
  background: #fff;
}

.simple-hero {
  padding: 132px 0 76px;
  background: #f5f8f6;
}

.simple-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 500px;
  gap: 72px;
  align-items: center;
}

.simple-label,
.simple-kicker,
.simple-heading > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #087638;
  font-size: 14px;
  font-weight: 800;
}

.simple-label {
  padding: 10px 14px;
  border-radius: 999px;
  background: #dff8e9;
}

.simple-label svg {
  width: 18px;
  height: 18px;
}

.simple-hero h1 {
  max-width: 680px;
  margin: 24px 0 20px;
  color: var(--ink);
  font-size: clamp(48px, 5.8vw, 78px);
  line-height: .98;
  letter-spacing: -.065em;
}

.simple-hero__text {
  max-width: 610px;
  margin: 0;
  color: #475467;
  font-size: 22px;
  line-height: 1.5;
}

.simple-hero__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}

.simple-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

.simple-link svg {
  width: 18px;
  height: 18px;
}

.simple-hero__free {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  max-width: 100%;
  margin-top: 30px;
  padding: 13px 16px;
  border: 2px solid #b8ebcc;
  border-radius: 16px;
  background: #fff;
}

.simple-hero__free > svg {
  width: 28px;
  height: 28px;
  color: var(--green-2);
}

.simple-hero__free strong,
.simple-hero__free span {
  display: block;
}

.simple-hero__free strong {
  color: var(--ink);
  font-size: 16px;
}

.simple-hero__free span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 13px;
}

.phone-story {
  overflow: hidden;
  border: 10px solid #18222e;
  border-radius: 40px;
  background: #efeae2;
  box-shadow: 0 30px 80px rgba(16, 24, 40, .18);
}

.phone-story__bar {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 11px;
  align-items: center;
  padding: 15px;
  color: #fff;
  background: #075e54;
}

.phone-story__avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #075e54;
  background: #fff;
  font-weight: 900;
}

.phone-story__bar strong,
.phone-story__bar small {
  display: block;
}

.phone-story__bar small {
  margin-top: 2px;
  color: rgba(255, 255, 255, .8);
}

.phone-story__bar svg {
  width: 20px;
}

.phone-story__chat {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.chat-bubble {
  max-width: 82%;
  padding: 11px 13px;
  border-radius: 13px;
  color: #17211c;
  font-size: 14px;
  line-height: 1.45;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .08);
}

.chat-bubble--client {
  justify-self: end;
  border-bottom-right-radius: 3px;
  background: #d9fdd3;
}

.chat-bubble--salechat {
  justify-self: start;
  border-bottom-left-radius: 3px;
  background: #fff;
}

.chat-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.chat-product {
  overflow: hidden;
  padding: 8px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.chat-product img {
  width: 100%;
  height: 105px;
  border-radius: 8px;
  object-fit: cover;
}

.chat-product strong,
.chat-product span,
.chat-product b {
  display: block;
}

.chat-product strong {
  margin-top: 8px;
  color: var(--ink);
  font-size: 13px;
}

.chat-product span {
  margin-top: 4px;
  font-size: 13px;
}

.chat-product b {
  margin-top: 8px;
  padding: 8px;
  border-radius: 8px;
  color: #075e54;
  background: #e5f7eb;
  text-align: center;
  font-size: 12px;
}

.chat-order {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 2px;
  padding: 13px;
  border: 2px solid #91d9ad;
  border-radius: 13px;
  background: #fff;
}

.chat-order svg {
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  color: var(--green-2);
}

.chat-order strong,
.chat-order span {
  display: block;
}

.chat-order strong {
  color: var(--ink);
}

.chat-order span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.simple-section {
  padding: 92px 0;
}

.simple-section--soft {
  background: #f5f8f6;
}

.simple-section--dark {
  color: #fff;
  background: #0d1724;
}

.business-types {
  padding: 26px 0;
  border-top: 1px solid #e3e8e5;
  border-bottom: 1px solid #e3e8e5;
  background: #fff;
}

.business-types__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.business-types__inner > strong {
  color: var(--ink);
  white-space: nowrap;
}

.business-types__inner > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.business-types__inner span {
  padding: 8px 11px;
  border-radius: 999px;
  color: #475467;
  background: #f1f4f2;
  font-size: 13px;
  font-weight: 700;
}

.simple-heading {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.simple-heading h2,
.seller-block h2,
.site-block h2,
.simple-faq h2,
.simple-cta h2 {
  margin: 14px 0;
  color: var(--ink);
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 1.05;
  letter-spacing: -.05em;
}

.simple-heading p,
.seller-block__intro > p,
.site-block__content > p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.simple-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.simple-step {
  position: relative;
  padding: 16px 16px 24px;
  border: 1px solid #dfe5e1;
  border-radius: 24px;
  background: #fff;
}

.simple-step__number {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: #0ba94d;
  font-size: 18px;
  font-weight: 900;
}

.simple-step img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  border-radius: 14px;
  object-fit: cover;
}

.simple-step h3 {
  margin: 22px 6px 8px;
  color: var(--ink);
  font-size: 24px;
  letter-spacing: -.03em;
}

.simple-step p {
  margin: 0 6px;
  color: var(--muted);
  line-height: 1.55;
}

.seller-block,
.site-block {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
  align-items: center;
}

.always-online {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #d7dfda;
}

.always-online strong {
  color: var(--green-2);
  font-size: 46px;
  letter-spacing: -.06em;
}

.always-online span {
  max-width: 240px;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.4;
}

.seller-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.seller-actions article {
  min-height: 180px;
  padding: 24px;
  border: 1px solid #dfe5e1;
  border-radius: 22px;
  background: #fff;
}

.seller-actions__wide {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 0 !important;
}

.seller-actions__wide strong {
  margin-top: 0;
}

.seller-actions svg {
  width: 31px;
  height: 31px;
  color: var(--green-2);
}

.seller-actions strong,
.seller-actions span {
  display: block;
}

.seller-actions strong {
  margin-top: 25px;
  color: var(--ink);
  font-size: 20px;
}

.seller-actions span {
  margin-top: 7px;
  color: var(--muted);
  line-height: 1.5;
}

.site-block {
  grid-template-columns: .7fr 1.3fr;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 700;
}

.check-list svg {
  width: 22px;
  height: 22px;
  padding: 3px;
  border-radius: 50%;
  color: #fff;
  background: var(--green-2);
}

.browser-placeholder {
  overflow: hidden;
  border: 1px solid #d8dfdb;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(16, 24, 40, .13);
}

.browser-placeholder__bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 14px;
  background: #edf1ef;
}

.browser-placeholder__bar i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a9b2ad;
}

.browser-placeholder__bar span {
  margin-left: 8px;
  color: #68736d;
  font-size: 12px;
}

.browser-placeholder img {
  width: 100%;
  height: auto;
}

.simple-heading--light h2 {
  color: #fff;
}

.simple-heading--light p {
  color: rgba(255, 255, 255, .68);
}

.simple-heading--light > span {
  color: #78edaa;
}

.client-examples {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 900px;
  margin: 0 auto;
}

.client-examples article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 15px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 22px;
  background: rgba(255, 255, 255, .07);
}

.client-avatar {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #0d1724;
  background: #78edaa;
  font-size: 20px;
  font-weight: 900;
}

.client-examples strong,
.client-examples span {
  display: block;
}

.client-examples strong {
  font-size: 18px;
}

.client-examples span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .56);
  font-size: 13px;
}

.client-examples p {
  margin: 16px 0 0;
  padding: 13px;
  border-radius: 12px;
  color: #102019;
  background: #fff;
  line-height: 1.45;
}

.simple-tariffs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.simple-tariff {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: 28px;
  border: 1px solid #dfe5e1;
  border-radius: 24px;
  background: #fff;
}

.simple-tariff--main {
  border: 2px solid var(--green-2);
}

.simple-tariff__tag {
  position: absolute;
  top: -13px;
  right: 22px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--green-2);
  font-size: 12px;
  font-weight: 800;
}

.simple-tariff h3 {
  margin: 0;
  color: var(--ink);
  font-size: 27px;
}

.simple-tariff > p {
  min-height: 52px;
  margin: 10px 0 22px;
  color: var(--muted);
  line-height: 1.5;
}

.simple-tariff__price strong,
.simple-tariff__price span {
  display: block;
}

.simple-tariff__price strong {
  color: var(--ink);
  font-size: 31px;
  letter-spacing: -.04em;
}

.simple-tariff__price span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}

.simple-tariff > b {
  margin: 20px 0 24px;
  color: #344054;
  font-size: 14px;
  line-height: 1.5;
}

.simple-tariff .btn {
  width: 100%;
  margin-top: auto;
}

.tariffs-included {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin: 24px 0 0;
  color: #475467;
  text-align: center;
}

.tariffs-included svg {
  width: 20px;
  color: var(--green-2);
}

.simple-faq {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 50px;
}

.simple-faq__list {
  display: grid;
  gap: 10px;
}

.simple-faq details {
  padding: 20px 22px;
  border: 1px solid #dfe5e1;
  border-radius: 16px;
  background: #fff;
}

.simple-faq summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
}

.simple-faq p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.simple-cta {
  padding: 0 0 80px;
}

.simple-cta__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 46px;
  border-radius: 28px;
  color: #fff;
  background: #0d1724;
}

.simple-cta h2 {
  margin-top: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
}

.simple-cta p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 17px;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .simple-hero__inner,
  .seller-block,
  .site-block,
  .simple-faq {
    grid-template-columns: 1fr;
  }

  .simple-hero__content {
    max-width: 760px;
  }

  .phone-story {
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .simple-steps,
  .simple-tariffs {
    grid-template-columns: 1fr;
  }

  .simple-step,
  .simple-tariff {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }

  .simple-tariff > p {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .simple-hero {
    padding: 105px 0 52px;
  }

  .simple-hero__inner {
    gap: 42px;
  }

  .simple-hero h1 {
    margin-top: 18px;
    font-size: 43px;
    line-height: 1.03;
  }

  .simple-hero__text {
    font-size: 18px;
  }

  .simple-hero__actions {
    display: grid;
    gap: 18px;
  }

  .simple-hero__actions .btn {
    width: 100%;
  }

  .simple-link {
    justify-content: center;
  }

  .simple-hero__free {
    width: 100%;
  }

  .phone-story {
    border-width: 7px;
    border-radius: 30px;
  }

  .phone-story__chat {
    padding: 12px;
  }

  .chat-product img {
    height: 80px;
  }

  .simple-section {
    padding: 62px 0;
  }

  .simple-heading {
    margin-bottom: 30px;
  }

  .simple-heading h2,
  .seller-block h2,
  .site-block h2,
  .simple-faq h2 {
    font-size: 35px;
  }

  .simple-heading p,
  .seller-block__intro > p,
  .site-block__content > p {
    font-size: 16px;
  }

  .seller-block,
  .site-block,
  .simple-faq {
    gap: 34px;
  }

  .seller-actions,
  .client-examples {
    grid-template-columns: 1fr;
  }

  .business-types__inner {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .business-types__inner > div {
    justify-content: center;
  }

  .seller-actions article {
    min-height: 0;
  }

  .simple-cta {
    padding-bottom: 56px;
  }

  .simple-cta__box {
    display: grid;
    padding: 28px;
  }

  .simple-cta__box .btn {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .simple-hero h1 {
    font-size: 38px;
  }

  .chat-products {
    grid-template-columns: 1fr;
  }

  .chat-product:nth-child(2) {
    display: none;
  }
}
