:root {
  --black: #0a0c0b;
  --dark: #1e2421;
  --green: #00ef19;
  --green-soft: #05b93d;
  --red: #ff0707;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.78);
  --font-display: "Archivo", sans-serif;
  --font-body: "Manrope", sans-serif;
}

* {
  box-sizing: border-box;
}

section,
div,
article {
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
}

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

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

.topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem clamp(1rem, 4vw, 4.5rem);
  background: linear-gradient(180deg, rgba(6, 8, 7, 0.86), rgba(6, 8, 7, 0));
}

.brand img {
  width: 8.5rem;
}

.top-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.9rem 1.8rem;
  border-radius: 999rem;
  background: var(--green);
  box-shadow: 0 0 28px rgba(0, 239, 25, 0.36);
  color: #020302;
  font-family: var(--font-display);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  transition: transform 200ms ease, filter 200ms ease;
}

.top-cta:hover,
.button:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.section-dark,
.section-green {
  position: relative;
  overflow: hidden;
}

.section-dark {
  background: linear-gradient(90deg, #101412, #080908 50%, #202520);
}

.hero {
  min-height: min(100svh, 52rem);
  padding: 5rem 1.2rem 3rem;
  background:
    linear-gradient(180deg, rgba(6, 8, 7, 0.12), rgba(6, 8, 7, 0.86)),
    url("https://i.ibb.co/TxpQ4Pz4/BACKGROUND-LANDING-PAGE.png") center / cover no-repeat;
}

.hero-inner {
  display: grid;
  max-width: 68rem;
  margin: 0 auto;
  place-items: center;
  text-align: center;
}

.hero-kicker {
  margin: 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 54rem;
  margin-bottom: 1.8rem;
  font-size: clamp(2rem, 4.4vw, 4.8rem);
  line-height: 0.92;
  text-transform: uppercase;
  text-shadow: 0 3px 0 rgba(12, 33, 20, 0.62);
  overflow-wrap: anywhere;
}

h1 span,
h1 em {
  display: block;
}

h1 em {
  color: var(--green);
  font-style: normal;
}

.video-frame {
  position: relative;
  display: grid;
  width: min(100%, 56rem);
  aspect-ratio: 16 / 9;
  margin: 0 auto 2rem;
  place-items: center;
  border: 0;
  background: #111;
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.sincero {
  display: grid;
  grid-template-columns: minmax(18rem, 1fr) minmax(20rem, 0.8fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  min-height: 36rem;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 6vw, 8rem);
  background:
    linear-gradient(90deg, rgba(7, 9, 8, 0.18), rgba(7, 9, 8, 0.95) 64%),
    url("https://i.ibb.co/JjxYrbDq/BACKGROUND-LANDING-PAGE-2-2.png") center / cover no-repeat;
}

.sincero-photo img {
  width: min(100%, 42rem);
  margin: 0 auto;
  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.48));
}

.sincero-copy h2 {
  margin-bottom: 2rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.02;
  text-transform: uppercase;
}

.sincero-copy p {
  max-width: 34rem;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.accent-line {
  padding-left: 1rem;
  border-left: 4px solid var(--green);
}

.sincero-copy strong {
  display: block;
  max-width: 34rem;
  color: var(--green);
  line-height: 1.35;
}

.section-green {
  padding: clamp(4rem, 8vw, 7rem) 1rem;
  background:
    radial-gradient(circle at 52% 42%, rgba(0, 129, 36, 0.72), transparent 32rem),
    linear-gradient(90deg, #202520, #003f17, #202520);
}

.section-title {
  max-width: 58rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.section-title h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
  text-transform: uppercase;
}

.section-title.danger h2 {
  color: var(--white);
}

.section-title.danger p {
  margin: 0.35rem 0 0;
  color: var(--green);
  font-family: var(--font-display);
  font-weight: 900;
  text-transform: uppercase;
}

.card-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2rem);
  max-width: 55rem;
  margin: 0 auto;
}

.good-cards article {
  position: relative;
  display: grid;
  padding: 0.65rem;
  background: rgba(15, 20, 17, 0.84);
  border-radius: 1rem;
  text-align: center;
  overflow: hidden;
}

.good-cards img {
  width: 100%;
  border-radius: 0.75rem;
}

.good-cards p {
  position: absolute;
  right: 1.35rem;
  bottom: 1.1rem;
  left: 1.35rem;
  margin: 0;
  color: var(--white);
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
}

.center-copy {
  max-width: 36rem;
  margin: 3rem auto;
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.center-copy strong {
  color: var(--green);
}

.bad-cards {
  max-width: 48rem;
}

.bad-cards img {
  filter: drop-shadow(0 0 18px rgba(255, 7, 7, 0.38));
}

.impossivel {
  padding: clamp(2.4rem, 5vw, 4rem) 1rem;
  background: var(--white);
  color: #111;
  text-align: center;
}

.impossivel h2 {
  max-width: none;
  margin: 0 auto 0.6rem;
  color: #870000;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 0.95;
  text-transform: uppercase;
}

@media (min-width: 900px) {
  .impossivel h2 {
    white-space: nowrap;
  }
}

.impossivel p {
  max-width: 42rem;
  margin: 0 auto;
}

.founder {
  display: grid;
  grid-template-columns: minmax(20rem, 0.9fr) minmax(22rem, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 7vw, 9rem);
  background:
    radial-gradient(circle at 70% 40%, rgba(0, 239, 25, 0.32), transparent 26rem),
    linear-gradient(90deg, #0e1812, #19211d);
}

.founder-copy h2 {
  max-width: 40rem;
  margin-bottom: 1.4rem;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.93;
}

.founder-copy p {
  max-width: 39rem;
  color: var(--white);
  font-weight: 800;
  line-height: 1.55;
}

.founder-visual {
  position: relative;
  min-height: 36rem;
}

.founder-person {
  position: absolute;
  right: 0;
  bottom: -2rem;
  max-height: 42rem;
  object-fit: contain;
  filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.45));
}

.pill {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  max-width: 20rem;
  padding: 1rem 1.7rem;
  border: 1.5px solid var(--white);
  border-radius: 999rem;
  background: linear-gradient(90deg, #005d20, #151715);
  font-size: 1rem;
  font-weight: 700;
}

.pill-one {
  top: 42%;
  left: 2%;
}

.pill-two {
  right: 0;
  bottom: 28%;
}

.mobile-founder-pills {
  display: none;
}

.system {
  padding: clamp(4rem, 8vw, 7rem) 1rem clamp(5rem, 9vw, 8rem);
  background:
    radial-gradient(circle at 50% 48%, rgba(33, 255, 112, 0.5), transparent 24rem),
    linear-gradient(90deg, #202520, #0d100f, #202520);
}

.system-title {
  margin-bottom: 1rem;
  text-align: center;
}

.system-title h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.15;
}

.system-stage {
  position: relative;
  max-width: 78rem;
  min-height: 45rem;
  margin: 0 auto;
}

.phone-product {
  position: absolute;
  z-index: 2;
  top: 54%;
  left: 50%;
  width: min(74vw, 52rem);
  filter: drop-shadow(0 32px 55px rgba(0, 0, 0, 0.48));
  transform: translate(-50%, -50%);
}

.phone-product[data-reveal].is-visible {
  transform: translate(-50%, -50%);
}

.feature {
  position: absolute;
  z-index: 3;
  width: 20rem;
  padding: 1.35rem;
  background: rgba(31, 33, 32, 0.9);
  border-radius: 0.45rem;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  translate: 0 0;
  animation: featureDrift var(--float-time, 6s) ease-in-out infinite;
  animation-delay: var(--float-delay, 0s);
  transition: box-shadow 220ms ease, filter 220ms ease, scale 220ms ease;
}

.feature:hover {
  z-index: 4;
  scale: 1.055;
  filter: brightness(1.08);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45), 0 0 34px rgba(0, 239, 25, 0.24);
}

.feature img {
  width: 2.2rem;
  margin-bottom: 0.3rem;
}

.feature strong {
  display: block;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.feature p {
  margin: 0.35rem 0 0;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
}

.feature-left {
  left: 3%;
}

.feature-right {
  right: 2%;
}

.feature-left.top {
  top: 20%;
  --float-time: 7.4s;
  --float-delay: -1.1s;
}

.feature-left.bottom {
  bottom: 5%;
  left: 10%;
  --float-time: 6.2s;
  --float-delay: -3.2s;
}

.feature-right.top {
  top: 16%;
  right: 4%;
  --float-time: 8.1s;
  --float-delay: -2.4s;
}

.feature-right.bottom {
  right: 8%;
  bottom: 18%;
  --float-time: 5.8s;
  --float-delay: -0.6s;
}

.system-button {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}

.clients {
  display: grid;
  grid-template-columns: minmax(20rem, 0.95fr) minmax(20rem, 1.05fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 7vw, 8rem);
  background:
    linear-gradient(90deg, rgba(7, 9, 8, 0.96), rgba(7, 9, 8, 0.55)),
    url("https://i.ibb.co/TxpQ4Pz4/BACKGROUND-LANDING-PAGE.png") center / cover no-repeat;
}

.clients-board-wrap {
  overflow: hidden;
  width: min(100%, 34rem);
  aspect-ratio: 0.68;
  justify-self: end;
  border-radius: 0.4rem;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.42);
}

.clients-copy h2 {
  max-width: 40rem;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.95;
}

.clients-copy p {
  color: var(--green);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  font-weight: 900;
}

.clients-board {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
  transform: scale(1.08);
}

.offer {
  display: grid;
  grid-template-columns: minmax(13rem, 1fr) minmax(18rem, 29rem) minmax(13rem, 1fr);
  gap: 0;
  align-items: center;
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(2rem, 5vw, 4rem);
}

.offer-heading {
  grid-column: 1 / -1;
  text-align: center;
}

.offer-heading h2 {
  font-size: clamp(2.8rem, 6vw, 6rem);
  line-height: 0.9;
}

.offer-heading p {
  margin: 0.6rem 0 0;
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-phone {
  z-index: 2;
  width: min(126%, 34rem);
  justify-self: end;
  margin-right: -4.8rem;
  margin-top: 2rem;
  filter: drop-shadow(0 30px 45px rgba(0, 0, 0, 0.42));
  transform: rotate(-4deg);
  transition: transform 260ms ease;
}

.offer-notebook {
  z-index: 2;
  width: min(132%, 41rem);
  justify-self: start;
  margin-left: -3.8rem;
  margin-top: 1.6rem;
  filter: drop-shadow(0 30px 45px rgba(0, 0, 0, 0.42));
  transform: translateY(1rem);
  transition: transform 260ms ease;
}

.offer-card {
  position: relative;
  z-index: 3;
  min-height: 35rem;
  padding: clamp(1.5rem, 3vw, 2.7rem);
  background: #202221;
  border-radius: 1.1rem;
  box-shadow: 0 0 48px rgba(0, 239, 25, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}

.offer-card:hover {
  box-shadow: 0 0 68px rgba(0, 239, 25, 0.46), 0 28px 70px rgba(0, 0, 0, 0.38);
  filter: brightness(1.04);
  transform: translateY(-0.55rem) scale(1.015);
}

.offer:has(.offer-card:hover) .offer-phone {
  transform: translateX(-0.7rem) rotate(-7deg) scale(1.04);
}

.offer:has(.offer-card:hover) .offer-notebook {
  transform: translate(0.7rem, 0.2rem) scale(1.035);
}

.offer-card h3 {
  color: var(--green);
  font-size: clamp(2.2rem, 4.4vw, 3.7rem);
  text-align: center;
}

.offer-card ul {
  display: grid;
  gap: 0.8rem;
  margin: 2rem 0;
  padding-left: 1.2rem;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.45;
}

.old-price {
  width: 11rem;
  margin: 0 auto 0.5rem;
}

.price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-family: var(--font-display);
  font-size: clamp(5rem, 11vw, 7.5rem);
  font-weight: 900;
  line-height: 0.86;
}

.price small,
.price span {
  font-size: 0.38em;
}

.offer-card b {
  display: block;
  margin: 0.4rem 0 1.5rem;
  text-align: center;
  text-transform: uppercase;
}

.offer-card .button {
  width: 100%;
}

.final-contact {
  display: grid;
  min-height: 42rem;
  padding: clamp(4rem, 8vw, 7rem) 1rem;
  place-items: center;
  background:
    radial-gradient(circle at 70% 45%, rgba(0, 239, 25, 0.36), transparent 28rem),
    linear-gradient(90deg, #0a0d0b, #1f2421);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: center;
  padding: 2rem clamp(1rem, 5vw, 5rem);
  background: #060807;
  border-top: 1px solid rgba(0, 239, 25, 0.2);
}

.site-footer img {
  width: 8rem;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
  font-weight: 800;
}

.site-footer a {
  justify-self: end;
  color: var(--green);
  font-weight: 900;
}

@keyframes featureDrift {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0.35rem -0.8rem;
  }
}

.final-person {
  width: min(100%, 28rem);
  max-height: 34rem;
  object-fit: contain;
}

.final-contact a img {
  width: min(100%, 38rem);
  margin-top: 1rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  body {
    overflow-x: clip;
  }

  .sincero,
  .founder,
  .clients,
  .offer {
    grid-template-columns: 1fr;
  }

  .sincero {
    text-align: center;
  }

  .sincero-copy p,
  .sincero-copy strong {
    margin-right: auto;
    margin-left: auto;
  }

  .card-row {
    grid-template-columns: 1fr;
    max-width: 24rem;
  }

  .founder-visual {
    display: grid;
    min-height: auto;
    place-items: center;
  }

  .founder-person {
    position: static;
    width: min(100%, 28rem);
    max-height: 34rem;
    transform: none;
  }

  .pill {
    position: static;
    inset: auto;
    margin: 0.5rem auto;
  }

  .system-stage {
    display: grid;
    gap: 1rem;
    min-height: auto;
    place-items: center;
  }

  .phone-product,
  .feature {
    position: static;
    width: min(100%, 25rem);
    transform: none;
    animation: none;
  }

  .phone-product[data-reveal].is-visible {
    transform: none;
  }

  .offer-phone,
  .offer-notebook {
    justify-self: center;
    margin: 0;
    transform: none;
  }

  .offer-phone {
    width: min(100%, 20rem);
  }

  .offer-heading {
    order: 1;
  }

  .offer-phone {
    order: 2;
  }

  .offer-card {
    order: 3;
  }

  .offer-notebook {
    order: 4;
  }
}

@media (max-width: 640px) {
  .topbar {
    position: fixed;
    align-items: flex-start;
    padding: 0.75rem;
  }

  .top-cta {
    display: inline-flex;
    min-height: 2.35rem;
    max-width: 8.2rem;
    padding: 0.55rem 0.8rem;
    font-size: 0.68rem;
    line-height: 1;
  }

  .brand img {
    width: 7rem;
  }

  .hero-kicker {
    font-size: 0.9rem;
  }

  h1 {
    max-width: 22rem;
    font-size: 1.58rem;
    line-height: 1.02;
  }

  .hero-inner,
  .sincero-copy {
    width: 100%;
    max-width: 25rem;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
  }

  .button {
    width: min(100%, 22rem);
    min-height: 3rem;
    padding: 0.85rem 1.2rem;
    font-size: 0.9rem;
  }

  .hero {
    min-height: auto;
    padding-top: 6rem;
  }

  .video-frame {
    width: min(calc(100vw - 0.5rem), 30rem);
    margin-bottom: 1.25rem;
  }

  .sincero,
  .founder,
  .clients,
  .system,
  .desires,
  .offer,
  .final-contact {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .sincero,
  .founder,
  .offer {
    grid-template-columns: minmax(0, 1fr);
  }

  .offer {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 0.25rem;
  }

  .offer-heading {
    grid-column: 1 / -1;
  }

  .sincero {
    margin-top: -2.5rem;
    padding-top: 0;
    text-align: center;
    overflow: visible;
  }

  .sincero-photo {
    position: relative;
    z-index: 2;
  }

  .sincero-photo img {
    width: min(112%, 27rem);
    margin-top: -1.4rem;
    margin-right: auto;
    margin-left: auto;
  }

  .sincero-copy {
    position: relative;
    z-index: 3;
    margin-top: -3.2rem;
    padding: 0 0.4rem 1rem;
  }

  .sincero-copy h2,
  .founder-copy h2,
  .clients-copy h2,
  .offer-heading h2 {
    max-width: 22rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.75rem;
    line-height: 1;
  }

  .section-title h2 {
    max-width: 22rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.85rem;
    line-height: 1.05;
  }

  .sincero-copy p,
  .sincero-copy strong {
    max-width: 21rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.88rem;
  }

  .accent-line {
    padding-left: 0;
    border-left: 0;
  }

  .good-cards article[data-reveal] {
    transform: translateX(-42px);
  }

  .good-cards article[data-reveal].is-visible {
    transform: translateX(0);
  }

  .good-cards article:nth-child(2)[data-reveal] {
    transition-delay: 120ms;
  }

  .good-cards article:nth-child(3)[data-reveal] {
    transition-delay: 240ms;
  }

  .good-cards p {
    right: 1.2rem;
    bottom: 1.55rem;
    left: 1.2rem;
    min-height: 4.3rem;
    display: grid;
    place-items: center;
    font-size: clamp(1.35rem, 5.6vw, 1.7rem);
    line-height: 1.02;
  }

  .bad-cards img {
    width: min(100%, 22rem);
    margin-right: auto;
    margin-left: auto;
  }

  .impossivel h2 {
    max-width: 22rem;
    font-size: 1.55rem;
    line-height: 1.05;
    white-space: normal;
  }

  .impossivel p {
    max-width: 21rem;
    font-size: 0.88rem;
  }

  .system-title h2 {
    font-size: 1.8rem;
  }

  .founder {
    grid-template-columns: minmax(0, 1fr) minmax(8.5rem, 0.78fr);
    gap: 0.4rem;
    align-items: center;
    text-align: left;
  }

  .founder-copy {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }

  .founder-copy h2 {
    max-width: 14rem;
    margin-left: 0;
    font-size: 1.45rem;
  }

  .founder-copy p {
    max-width: 14rem;
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .founder-visual {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    justify-self: end;
    overflow: visible;
  }

  .founder-visual .pill {
    display: none;
  }

  .mobile-founder-pills {
    display: grid;
    gap: 0.45rem;
    margin-top: 0.8rem;
  }

  .mobile-founder-pills .pill {
    display: inline-flex;
    max-width: 13.5rem;
    margin: 0;
    padding: 0.55rem 0.75rem;
    font-size: 0.62rem;
  }

  .founder-person {
    width: min(62vw, 18rem);
    max-width: none;
    max-height: 30rem;
    margin-right: -3rem;
  }

  .system-stage {
    position: relative;
    display: block;
    max-width: 23rem;
    min-height: 35rem;
  }

  .phone-product {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(166vw, 44rem);
    transform: translate(-50%, -50%);
  }

  .phone-product[data-reveal].is-visible {
    transform: translate(-50%, -50%);
  }

  .feature {
    position: absolute;
    width: 10.4rem;
    padding: 0.65rem;
    animation: featureDrift var(--float-time, 6s) ease-in-out infinite;
  }

  .feature strong {
    font-size: 0.72rem;
  }

  .feature p {
    font-size: 0.58rem;
    line-height: 1.25;
  }

  .feature img {
    width: 1.45rem;
  }

  .feature-left.top {
    top: 18%;
    left: 0;
  }

  .feature-right.top {
    top: 10%;
    right: 0;
  }

  .feature-left.bottom {
    bottom: 5%;
    left: 1.2rem;
  }

  .feature-right.bottom {
    right: 0.4rem;
    bottom: 22%;
  }

  .clients {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 0.85rem;
    align-items: center;
    text-align: center;
  }

  .clients-copy h2 {
    max-width: 12rem;
    margin-left: 0;
    font-size: 1.25rem;
    text-align: left;
  }

  .clients-copy p {
    max-width: 12rem;
    font-size: 1.2rem;
    line-height: 1.05;
    text-align: left;
  }

  .offer-card {
    width: min(100%, 24rem);
    min-height: auto;
    justify-self: center;
    order: 2;
    grid-column: 1 / -1;
  }

  .offer-card ul {
    margin: 1.5rem 0;
    font-size: 0.95rem;
  }

  .offer-phone {
    width: min(43vw, 10rem);
    order: 3;
    justify-self: end;
    grid-column: 1;
  }

  .offer-notebook {
    width: min(50vw, 12rem);
    order: 4;
    justify-self: start;
    grid-column: 2;
  }

  .clients-board-wrap {
    justify-self: center;
    width: min(100%, 12rem);
    aspect-ratio: 0.68;
  }

  .clients-board {
    object-position: center 44%;
    transform: scale(1.1);
  }

  .final-contact {
    min-height: auto;
  }

  .final-person {
    width: min(100%, 20rem);
  }

  .final-contact a img {
    width: min(100%, 22rem);
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .site-footer a {
    justify-self: center;
  }
}
