@font-face {
  font-family: "Inter";
  src: url("./inter.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  font-family: Inter, Arial, sans-serif;
  color: #334155;
  background: #fff;
  font-synthesis: none;
  --orange: #ff9933;
  --ink: #3f444b;
}

body.jingsourcing-clone {
  margin: 0;
  padding: 0;
}

html:has(body.jingsourcing-clone) {
  margin-top: 0 !important;
}

body.jingsourcing-clone #wpadminbar {
  display: none !important;
}

body.jingsourcing-clone #page,
body.jingsourcing-clone .site-content,
body.jingsourcing-clone .ast-container,
body.jingsourcing-clone .entry-content,
body.jingsourcing-clone .elementor,
body.jingsourcing-clone .elementor-section-wrap,
body.jingsourcing-clone .elementor-widget-html,
body.jingsourcing-clone .elementor-widget-html .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.jingsourcing-clone .elementor .e-con {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

body.jingsourcing-clone .entry-header,
body.jingsourcing-clone .site-header-primary-section-left,
body.jingsourcing-clone .site-header-primary-section-right {
  display: none;
}

* {
  box-sizing: border-box;
}

body.jingsourcing-clone [hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  height: 61px;
  background: #fff;
  position: relative;
  z-index: 100;
}

.header-inner {
  width: min(1200px, calc(100% - 40px));
  height: 61px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: block;
  width: 150px;
}

.brand img {
  width: 150px;
  height: 25px;
  object-fit: contain;
}

.desktop-nav {
  height: 100%;
  display: flex;
  align-items: stretch;
}

.nav-group {
  position: relative;
  display: flex;
}

.nav-link {
  min-height: 60px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #30343b;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}

.nav-link svg {
  width: 10px;
  height: 10px;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-group:focus-within > .nav-link,
.nav-group:hover > .nav-link {
  color: #d79242;
  border-color: var(--orange);
}

.nav-dropdown {
  width: 240px;
  padding: 8px 0;
  position: absolute;
  z-index: 10;
  top: 60px;
  left: 0;
  display: none;
  background: #fff;
  box-shadow: 0 5px 15px rgb(0 0 0 / 9%);
}

.nav-group:hover .nav-dropdown,
.nav-group:focus-within .nav-dropdown {
  display: block;
}

.nav-dropdown a {
  display: block;
  padding: 11px 16px;
  color: #3f444b;
  font-size: 16px;
  line-height: 1.7;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus-visible {
  color: #d79242;
  background: #fffaf4;
}

.mobile-menu-toggle,
.mobile-nav {
  display: none;
}

.hero {
  min-height: 449px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: linear-gradient(180deg, #fff 5%, #fffaf3 47%, #ffd8ae 100%);
}

.hero-inner {
  width: min(820px, calc(100% - 40px));
  padding-top: 77px;
  text-align: center;
}

.hero h1 {
  margin-bottom: 20px;
  color: #000;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
}

.hero p {
  max-width: 730px;
  margin: 0 auto 49px;
  color: #3f444b;
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.button {
  min-height: 38px;
  padding: 10px 26px;
  border: 1px solid var(--orange);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    color 160ms ease;
}

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

.button-primary {
  color: #fff;
  background: var(--orange);
}

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

.button-outline {
  color: #e5a154;
  background: transparent;
}

.button-outline:hover {
  color: #fff;
  background: var(--orange);
}

.hero-actions .button {
  width: 208px;
}

.hero-actions .button-outline {
  width: 218px;
}

.hero small {
  display: block;
  margin-top: 12px;
  color: #3f444b;
  font-size: 15px;
  line-height: 1.4;
}

.audiences {
  padding: 27px 0 40px;
  background: #fff;
}

.audience-row {
  width: min(1120px, calc(100% - 40px));
  min-height: 402px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 42.25% 1fr;
  column-gap: 20px;
  align-items: center;
}

.audience-row:nth-child(even) {
  grid-template-columns: 1fr 42.25%;
}

.audience-row:nth-child(even) .audience-image {
  grid-column: 2;
}

.audience-row:nth-child(even) .audience-copy {
  grid-column: 1;
  grid-row: 1;
  padding: 0;
}

.audience-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.audience-image img {
  width: 100%;
  max-height: none;
  object-fit: contain;
}

.audience-copy {
  padding: 0;
}

.audience-row-1 .audience-image {
  transform: translateY(8.45px);
}

.audience-row-1 .audience-copy {
  transform: translateY(28.69px);
}

.audience-row-2 .audience-image {
  transform: translateY(10.51px);
}

.audience-row-2 .audience-copy {
  transform: translateY(13.62px);
}

.audience-row-3 .audience-image {
  transform: translateY(26.61px);
}

.audience-row-3 .audience-copy {
  transform: translateY(25.28px);
}

.audience-row-4 .audience-image {
  transform: translateY(38px);
}

.audience-row-4 .audience-copy {
  transform: translateY(16.4px);
}

.audience-copy h2 {
  margin-bottom: 5px;
  color: #444;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.orange-rule {
  width: 94px;
  height: 3px;
  margin-bottom: 5px;
  background: #f5a442;
}

.audience-kicker {
  margin-bottom: 32px;
  color: #e4a154;
  font-size: 18px;
}

.audience-copy > p:not(.audience-kicker) {
  margin-bottom: 17px;
  color: #3f444b;
  font-size: 18px;
  line-height: 1.65;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #111;
  font-size: 16px;
  font-weight: 600;
}

.text-link svg {
  width: 12px;
  color: #d99a4e;
}

.text-link i {
  width: 12px;
  color: #d99a4e;
}

.why-section {
  padding: 146.5px 0 101.1px;
  background:
    radial-gradient(circle at 78% 15%, rgb(255 231 198 / 55%), transparent 32%),
    linear-gradient(180deg, #fffaf4 0%, #fffdf9 100%);
}

.why-section h2 {
  margin-bottom: 104.5px;
  text-align: center;
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.why-grid {
  display: grid;
  grid-template-columns: 493px 493px;
  align-items: center;
  gap: 66px;
}

.video-shell {
  width: 470px;
  margin-left: 25px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 13px;
  background: #000;
}

.video-shell iframe,
.video-poster {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-poster {
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}

.video-poster > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
}

.play-button {
  width: 68px;
  height: 48px;
  border-radius: 12px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  color: #fff;
  background: #f00;
}

.play-button svg {
  width: 19px;
  transform: translateX(1px);
}

.advantage-card {
  width: 470px;
  padding: 0 25px;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 9px 28px rgb(111 82 43 / 6%);
}

.advantage-item {
  border-bottom: 1px solid #f1f1f1;
}

.advantage-item:last-child {
  border-bottom: 0;
}

.advantage-item > button {
  width: 100%;
  min-height: 49px;
  padding: 0 8px;
  border: 0;
  display: grid;
  grid-template-columns: 20px 1fr 18px;
  gap: 15px;
  align-items: center;
  text-align: left;
  color: #333;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
  cursor: pointer;
}

.advantage-item > button > svg {
  width: 14px;
}

.advantage-item > button > i {
  width: 14px;
}

.advantage-chevron {
  justify-self: end;
}

.advantage-item.is-open > button {
  color: #db9847;
}

.advantage-item.is-open .advantage-chevron {
  transform: rotate(90deg);
}

.advantage-item p {
  margin: 0;
  padding: 0 8px 18px 43px;
  color: #3f444b;
  font-size: 16px;
  line-height: 1.55;
}

.numbers {
  margin-top: 68px;
  padding-top: 10px;
  border-top: 1px solid #ece7df;
  text-align: center;
}

.numbers h3 {
  margin: 0 0 28px;
  color: #e49c45;
  font-size: 18px;
  font-weight: 500;
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.number-card {
  min-height: 87px;
  padding: 9px 10px;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff4e8;
}

.number-card strong {
  color: #000;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.05;
}

.number-card span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #3f444b;
  font-size: 16px;
  line-height: 1.3;
}

.number-card svg {
  color: #f5a342;
}

.number-card i {
  color: #f5a342;
}

.button-small {
  min-height: 38px;
  margin-top: 54px;
  padding-inline: 22px;
}

.services-section {
  padding: 60px 0 7.5px;
  text-align: center;
  background: #fff;
}

.services-section h2,
.testimonials-section h2 {
  margin-bottom: 18px;
  color: #3f444b;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.services-section > .container > p,
.testimonials-section > .container > p {
  margin-bottom: 54px;
  color: #3f444b;
  font-size: 18px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  overflow: hidden;
  border-radius: 4px;
  background: #fafafa;
  box-shadow: 0 5px 12px rgb(0 0 0 / 4%);
}

.service-card img {
  width: 100%;
  aspect-ratio: 1.6 / 1;
  object-fit: cover;
}

.service-card h3 {
  margin: 15px 12px 4px;
  color: #3f444b;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
}

.service-card p {
  min-height: 88px;
  margin: 0;
  padding: 0 18px 16px;
  color: #525861;
  font-size: 16px;
  line-height: 1.55;
}

.services-section .button-small {
  min-height: 36px;
  height: 36px;
  margin-top: 46px;
}

.testimonials-section {
  padding: 80px 0 48px;
  border-top: 1px solid #f0f0f0;
  text-align: center;
  background: #fff;
}

.testimonial-wrap {
  position: relative;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.testimonial-card {
  min-height: 232px;
  border-top: 2px solid #eea14c;
  text-align: left;
  background: #fff;
  box-shadow: 0 4px 16px rgb(0 0 0 / 5%);
}

.testimonial-header {
  min-height: 68px;
  padding: 11px 18px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ececec;
}

.testimonial-header img {
  width: 42px;
  height: 42px;
  margin-right: 12px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-header strong,
.testimonial-header span {
  display: block;
}

.testimonial-header strong {
  color: #222;
  font-size: 15px;
  line-height: 1.3;
}

.testimonial-header span {
  color: #7b7f85;
  font-size: 12px;
  line-height: 1.3;
}

.facebook-icon {
  width: 28px;
  height: 28px;
  margin-left: auto;
  border-radius: 50%;
  display: grid !important;
  place-items: center;
  color: #fff !important;
  background: #4267a9;
}

.facebook-icon svg {
  width: 13px;
}

.facebook-icon i {
  width: 13px;
  text-align: center;
}

.testimonial-card > p {
  margin: 0;
  padding: 12px 18px 18px;
  color: #3f444b;
  font-size: 14px;
  line-height: 1.45;
}

.slider-arrow {
  width: 30px;
  height: 48px;
  padding: 0;
  border: 0;
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  color: #a7a7a7;
  background: transparent;
  cursor: pointer;
}

.slider-previous {
  left: -20px;
}

.slider-next {
  right: -20px;
}

.ebook-section {
  padding: 90px 0 80px;
  background:
    radial-gradient(circle at 17% 15%, #ffe4bb, transparent 36%),
    linear-gradient(100deg, #f7e3c4 0%, #fffaf2 87%);
}

.ebook-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 28px;
}

.ebook-art {
  display: block;
}

.ebook-art img {
  width: min(100%, 475px);
  margin-inline: auto;
}

.ebook-copy h2 {
  max-width: 500px;
  margin-bottom: 23px;
  color: #3f444b;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.25;
}

.ebook-lead {
  margin-bottom: 20px;
  color: #dea05a;
  font-size: 18px;
}

.ebook-copy ul {
  margin: 0 0 23px;
  padding: 0;
  list-style: none;
}

.ebook-copy li {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #3f444b;
  font-size: 17px;
  line-height: 1.45;
}

.ebook-copy li svg {
  flex: 0 0 auto;
  color: var(--orange);
}

.ebook-copy li i {
  flex: 0 0 auto;
  margin-top: 4px;
  color: var(--orange);
}

.ebook-copy form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ebook-copy input {
  width: 100%;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  background: #fff;
  outline: 0;
}

.ebook-copy input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 2px rgb(255 153 51 / 14%);
}

.ebook-copy form .button {
  width: 100%;
  height: 42px;
}

.form-success {
  margin: 10px 0 0;
  color: #1f7a44;
  font-size: 14px;
}

.ready-section {
  min-height: 290px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(rgb(0 0 0 / 58%), rgb(0 0 0 / 58%)),
    url("./happy-clients.webp") center / cover no-repeat;
}

.ready-section > div {
  transform: translateY(-14.9px);
}

.ready-section h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.ready-section p {
  margin-bottom: 21px;
  color: #fff;
  font-size: 18px;
}

.ready-section .button-small {
  margin-top: 0;
}

.footer-main {
  color: #efefef;
  background: #111;
}

.footer-grid {
  padding: 48px 0 70px;
  display: grid;
  grid-template-columns: 1.05fr 1.05fr 1.05fr 1fr 1fr;
  gap: 32px;
}

.footer-grid h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.footer-grid a,
.footer-grid p {
  margin: 0;
  display: block;
  color: #efefef;
  font-size: 14px;
  line-height: 1.55;
}

.footer-grid a:hover {
  color: var(--orange);
}

.footer-bottom {
  min-height: 70px;
  border-top: 1px solid #333;
  display: grid;
  place-items: center;
  color: #eee;
  font-size: 13px;
}

.whatsapp-button {
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: fixed;
  right: 50px;
  bottom: 48px;
  z-index: 80;
  display: grid;
  place-items: center;
  background: #4fce5d;
  box-shadow: 0 2px 8px rgb(0 0 0 / 25%);
}

.whatsapp-button img {
  width: 31px;
  height: 31px;
  filter: invert(1);
}

.back-to-top {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  position: fixed;
  right: 20px;
  bottom: 18px;
  z-index: 79;
  display: grid;
  place-items: center;
  color: #fff;
  background: #111;
  cursor: pointer;
}

.back-to-top svg {
  width: 12px;
}

@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }

  .mobile-menu-toggle {
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid transparent;
    display: grid;
    place-items: center;
    color: #262b31;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
  }

  .mobile-menu-toggle[aria-expanded="true"] {
    border-color: #333;
  }

  .mobile-nav {
    width: 100%;
    padding: 13px 20px 8px;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 20;
    display: block;
    background: #fff;
    box-shadow: 0 10px 16px rgb(0 0 0 / 4%);
  }

  .mobile-nav-row {
    min-height: 50px;
    display: grid;
    grid-template-columns: 1fr 54px;
    align-items: center;
  }

  .mobile-nav-row > a {
    font-size: 18px;
    line-height: 1.2;
  }

  .mobile-nav-row > button {
    height: 50px;
    border: 0;
    display: grid;
    place-items: center;
    color: #26313a;
    background: transparent;
    cursor: pointer;
  }

  .mobile-nav-row > button[aria-expanded="true"] svg {
    transform: rotate(180deg);
  }

  .mobile-submenu {
    padding: 2px 0 12px 18px;
  }

  .mobile-submenu a {
    padding: 7px 0;
    display: block;
    font-size: 15px;
  }

  .audience-row,
  .audience-row:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .audience-row:nth-child(even) .audience-image,
  .audience-row:nth-child(even) .audience-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .audience-copy,
  .audience-row:nth-child(even) .audience-copy {
    padding: 0 20px;
  }

  .why-grid {
    gap: 30px;
  }

  .video-shell,
  .advantage-card {
    width: auto;
    margin-left: 0;
  }

  .numbers-grid,
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.65;
  }

  .container {
    width: calc(100% - 20px);
  }

  .site-header,
  .header-inner {
    height: 60px;
  }

  .header-inner {
    width: calc(100% - 30px);
  }

  .brand,
  .brand img {
    width: 150px;
    height: 25px;
  }

  .hero {
    min-height: 490px;
  }

  .hero-inner {
    width: 100%;
    padding: 20px 20px 24px;
  }

  .hero h1 {
    width: 350px;
    margin-bottom: 25px;
    margin-inline: auto;
    font-size: 32px;
    line-height: 1.4;
  }

  .hero p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-actions {
    padding-inline: 25px;
    flex-direction: column;
    gap: 11px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 38px;
    font-size: 14px;
  }

  .hero small {
    margin: 10px auto 0;
    max-width: 340px;
    font-size: 14px;
    line-height: 1.55;
  }

  .audiences {
    padding: 0 0 68.24px;
  }

  .audience-row,
  .audience-row:nth-child(even) {
    width: 100%;
    min-height: 0;
    padding: 55px 10px 5px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .audience-copy,
  .audience-row:nth-child(even) .audience-copy {
    padding: 0 20px;
    order: 1;
  }

  .audience-image,
  .audience-row:nth-child(even) .audience-image {
    min-height: 0;
    padding: 30px 20px 0;
    order: 2;
  }

  .audience-row-1 {
    padding-bottom: 11.15px;
  }

  .audience-row-1 .audience-image {
    padding-top: 52.65px;
  }

  .audience-row-2 {
    padding-bottom: 9.92px;
  }

  .audience-row-2 .audience-image {
    padding-top: 27.34px;
  }

  .audience-row-3 {
    padding-bottom: 29px;
  }

  .audience-row-3 .audience-image {
    padding-top: 119.92px;
  }

  .audience-row-4 .audience-image {
    padding-top: 30.97px;
  }

  .audience-image img {
    width: 100%;
    max-height: none;
  }

  .audience-image,
  .audience-copy {
    transform: none !important;
  }

  .audience-copy h2 {
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 1.3;
  }

  .orange-rule {
    width: 48px;
    height: 3px;
    margin-bottom: 3px;
  }

  .audience-kicker {
    margin-bottom: 32px;
    font-size: 16px;
  }

  .audience-copy > p:not(.audience-kicker) {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.65;
  }

  .text-link {
    font-size: 15px;
  }

  .why-section {
    padding: 63px 10px 80px;
  }

  .why-section .container {
    width: 100%;
  }

  .why-section h2 {
    width: 370px;
    max-width: 100%;
    margin-bottom: 42.125px;
    margin-inline: auto;
    font-size: 30px;
    line-height: 1.3;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 41px;
  }

  .video-shell {
    width: calc(100% - 20px);
    margin-inline: auto;
  }

  .advantage-card {
    padding: 5px 12px;
    border-radius: 14px;
  }

  .advantage-item > button {
    min-height: 48.5px;
    grid-template-columns: 20px 1fr 16px;
    gap: 12px;
    font-size: 16px;
    line-height: 1.05;
  }

  .advantage-item p {
    padding: 0 3px 15px;
    font-size: 16px;
    line-height: 1.6;
  }

  .numbers {
    margin-top: 37px;
    padding-top: 26px;
  }

  .numbers h3 {
    margin-bottom: 26px;
    font-size: 16px;
  }

  .numbers-grid {
    padding: 0 8px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 22px;
  }

  .number-card {
    min-height: 72px;
    padding: 8px;
  }

  .number-card strong {
    font-size: 31px;
  }

  .number-card span {
    gap: 4px;
    font-size: 10px;
  }

  .numbers .button-small {
    min-height: 34.6px;
    height: 34.6px;
    margin-top: 68.27px;
  }

  .services-section {
    padding: 60px 0 10px;
  }

  .services-section h2,
  .testimonials-section h2 {
    width: 370px;
    margin-inline: auto;
    margin-bottom: 17px;
    font-size: 30px;
    line-height: 1.3;
  }

  .services-section > .container > p,
  .testimonials-section > .container > p {
    margin: 0 auto 51px;
    max-width: 340px;
    font-size: 16px;
    line-height: 1.65;
  }

  .service-grid {
    padding: 0 10px;
    grid-template-columns: 1fr;
    gap: 19px;
  }

  .service-card img {
    aspect-ratio: auto;
  }

  .service-card h3 {
    font-size: 16px;
  }

  .service-card p {
    min-height: 0;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .services-section .button-small {
    min-height: 34.6px;
    height: 34.6px;
    margin-top: 34.08px;
  }

  .testimonials-section {
    padding: 80px 0 56.39px;
  }

  .testimonial-grid {
    padding-inline: 23px;
    grid-template-columns: 1fr;
  }

  .testimonial-2 {
    display: none;
  }

  .testimonial-card {
    min-height: 310px;
  }

  .testimonial-header {
    padding-inline: 13px;
  }

  .testimonial-card > p {
    padding: 12px 13px;
    font-size: 13px;
    line-height: 1.45;
  }

  .slider-previous {
    left: 2px;
  }

  .slider-next {
    right: 2px;
  }

  .ebook-section {
    height: 943.875px;
    padding: 90px 0 0;
    background:
      radial-gradient(circle at 30% 13%, #ffe7c2, transparent 32%),
      linear-gradient(145deg, #f7e3c4 0%, #fffaf2 82%);
  }

  .ebook-grid {
    width: 350px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ebook-art img {
    width: 350px;
  }

  .ebook-copy h2 {
    margin-bottom: 23px;
    font-size: 24px;
    line-height: 1.3;
  }

  .ebook-lead {
    width: 250px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
  }

  .ebook-copy ul {
    width: 310px;
  }

  .ebook-copy li {
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    line-height: 1.55;
  }

  .ebook-copy li svg {
    margin-top: 5px;
  }

  .ebook-copy li i {
    margin-top: 5px;
  }

  .ebook-copy form {
    margin-top: 49px;
    grid-template-columns: 1fr 1fr;
    gap: 10px 8px;
  }

  .ebook-copy form input[type="email"],
  .ebook-copy form .button {
    grid-column: 1 / -1;
  }

  .ebook-copy input,
  .ebook-copy form .button {
    height: 38px;
    font-size: 14px;
  }

  .ready-section {
    min-height: 448px;
    padding: 45px 10px;
    background:
      linear-gradient(rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)),
      url("./happy-clients-mobile.webp") center / cover no-repeat;
  }

  .ready-section > div {
    width: 370px;
    transform: translateY(-13.4px);
  }

  .ready-section h2 {
    width: 370px;
    margin-bottom: 14px;
    font-size: 30px;
  }

  .ready-section p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.6;
  }

  .footer-grid {
    width: 100%;
    height: 1219.94px;
    padding: 45px 0 95.41px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-grid h2 {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.564;
  }

  .footer-grid a,
  .footer-grid p {
    font-size: 12px;
    line-height: 1.55;
  }

  .footer-bottom {
    min-height: 72.06px;
    height: 72.06px;
    padding: 21px 0 0;
    align-items: start;
    justify-content: start;
    font-size: 10px;
    line-height: 2.106;
    white-space: nowrap;
  }

  .footer-grid > section:nth-child(1) {
    margin-bottom: 84.42px;
  }

  .footer-grid > section:nth-child(2) {
    margin-bottom: 72.49px;
  }

  .footer-grid > section:nth-child(3) {
    margin-bottom: 88.39px;
  }

  .footer-grid > section:nth-child(4) {
    margin-bottom: 58.35px;
  }

  .whatsapp-button {
    width: 48px;
    height: 48px;
    right: 25px;
    bottom: 70px;
  }

  .whatsapp-button img {
    width: 30px;
    height: 30px;
  }
}
