:root {
  --ink: #171716;
  --text: #222629;
  --muted: #5d676e;
  --paper: #fffaf1;
  --cream: #f7efe2;
  --blue: #bfe9fb;
  --blue-strong: #90d4f0;
  --button-blue: #8ed8f2;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.45;
}

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

main {
  overflow: hidden;
  width: min(100%, 1560px);
  margin: 0 auto;
  background: var(--paper);
}

h1,
h2,
h3,
.kicker,
.button {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 780px;
  font-size: clamp(4.4rem, 7.2vw, 8.6rem);
  line-height: 0.88;
}

h2 {
  font-size: clamp(3rem, 4.5vw, 5.35rem);
  line-height: 0.95;
}

h3 {
  font-size: clamp(1.8rem, 2.2vw, 2.6rem);
  line-height: 1;
}

p {
  margin: 0;
}

ul {
  margin: 1.6rem 0 0;
  padding-left: 1.2rem;
}

li + li {
  margin-top: 0.55rem;
}

.kicker {
  color: #187da3;
  font-size: clamp(1.2rem, 1.55vw, 1.8rem);
  line-height: 1;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0.85rem 1.8rem;
  color: var(--ink);
  background: var(--button-blue);
  border: 3px solid var(--ink);
  text-decoration: none;
  font-size: clamp(1.35rem, 1.7vw, 2rem);
  line-height: 1;
  text-align: center;
  box-shadow: 7px 7px 0 var(--ink);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translate(3px, 3px);
  box-shadow: 4px 4px 0 var(--ink);
}

.button--secondary {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: 7px 7px 0 rgba(23, 23, 22, 0.22);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  min-height: clamp(660px, 48vw, 760px);
  background:
    linear-gradient(112deg, var(--paper) 0 61%, transparent 61%),
    var(--blue);
}

.hero__content {
  align-self: center;
  padding: clamp(3rem, 5vw, 6rem) clamp(1.5rem, 5vw, 6rem);
}

.hero__lead {
  max-width: 650px;
  margin-top: 1.4rem;
  color: var(--text);
  font-size: clamp(1.35rem, 1.75vw, 1.8rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  margin-top: 2rem;
}

.trust-list {
  display: grid;
  gap: 0.65rem;
  max-width: 420px;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--text);
  font-size: clamp(1.18rem, 1.32vw, 1.42rem);
  font-weight: 800;
}

.trust-list li {
  position: relative;
  min-height: 2rem;
  padding-left: 2.8rem;
  display: flex;
  align-items: center;
}

.trust-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.85rem;
  height: 1.85rem;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--button-blue);
  border: 2px solid var(--ink);
  border-radius: 50%;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%) rotate(-7deg);
  box-shadow: 3px 3px 0 rgba(23, 23, 22, 0.18);
  -webkit-text-stroke: 0;
}

.hero__media {
  position: relative;
  min-height: 520px;
}

.hero__media::before {
  content: "";
  position: absolute;
  inset: clamp(1.5rem, 4vw, 4rem) clamp(1.5rem, 4vw, 4rem) auto auto;
  width: min(46%, 260px);
  aspect-ratio: 1;
  background: var(--button-blue);
  border: 4px solid var(--ink);
  transform: rotate(8deg);
  z-index: 0;
}

.hero__media img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% 50%;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

.product-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
  padding: clamp(4rem, 5vw, 6rem) clamp(1.5rem, 5vw, 6rem);
  background:
    radial-gradient(circle at 76% 62%, rgba(144, 212, 240, 0.55) 0 22%, transparent 22.5%),
    linear-gradient(180deg, var(--blue) 0, var(--paper) 100%);
}

.mockup {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  min-height: clamp(500px, 46vw, 620px);
}

.mockup img {
  position: absolute;
  filter: drop-shadow(0 18px 22px rgba(23, 23, 22, 0.2));
}

.mockup__monitor {
  width: min(52%, 520px);
  left: 6%;
  top: 6%;
  z-index: 2;
}

.mockup__laptop {
  width: min(54%, 520px);
  left: -8%;
  top: 43%;
  z-index: 5;
}

.mockup__tablet {
  position: absolute;
  width: min(24%, 225px);
  left: 42%;
  top: 42%;
  z-index: 3;
  padding: 0.16rem;
  background: #202020;
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 0 16px 20px rgba(23, 23, 22, 0.18);
}

.mockup__tablet::before,
.mockup__tablet::after {
  content: "";
  position: absolute;
  right: -0.18rem;
  width: 0.12rem;
  height: 0.72rem;
  background: #202020;
  border: 1px solid var(--ink);
  border-left: 0;
  border-radius: 0 3px 3px 0;
}

.mockup__tablet::before {
  top: 22%;
}

.mockup__tablet::after {
  top: 40%;
}

.mockup__tablet img {
  position: static;
  width: 100%;
  border-radius: 5px;
  filter: none;
}

.mockup__camera {
  position: absolute;
  left: 50%;
  top: 0.08rem;
  width: 0.18rem;
  height: 0.18rem;
  background: #050505;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.mockup__pages {
  position: absolute;
  right: 2%;
  top: 13%;
  width: min(44%, 420px);
  height: 360px;
}

.mockup__pages img {
  width: 42%;
  top: 0;
  background: var(--white);
  border: 2px solid rgba(23, 23, 22, 0.14);
}

.mockup__pages img:nth-child(1) {
  left: 0;
  z-index: 3;
}

.mockup__pages img:nth-child(2) {
  left: 27%;
  top: 8%;
  z-index: 2;
}

.mockup__pages img:nth-child(3) {
  left: 54%;
  top: 16%;
  z-index: 1;
}

.mockup-button {
  grid-column: 1;
  grid-row: 2;
  justify-self: center;
  align-self: start;
  margin-top: -6.5rem;
  position: relative;
  z-index: 20;
}

.product-copy {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
}

.product-copy p:not(.kicker),
.situations__copy p,
.final-cta p,
.included li,
.family-fit li,
.steps-grid p {
  font-size: clamp(1.28rem, 1.48vw, 1.68rem);
}

.product-copy p:not(.kicker),
.situations__copy p,
.steps-grid p {
  font-size: clamp(1.38rem, 1.58vw, 1.82rem);
  line-height: 1.38;
}

.product-copy h2,
.section-heading h2,
.situations h2,
.included h2,
.family-fit h2,
.final-cta h2 {
  margin-top: 0.6rem;
}

.product-copy p:not(.kicker) {
  max-width: 570px;
  margin-top: 1.2rem;
}

.three-steps {
  padding: clamp(4rem, 5vw, 6rem) clamp(1.5rem, 5vw, 6rem);
  background: var(--paper);
}

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

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: 2rem;
}

.steps-grid article {
  padding: clamp(1.5rem, 3vw, 2.3rem);
  background: var(--white);
  border: 3px solid var(--ink);
  box-shadow: 8px 8px 0 var(--blue-strong);
}

.steps-grid span {
  display: inline-block;
  margin-bottom: 1.2rem;
  color: #187da3;
  font-weight: 900;
}

.steps-grid p {
  margin-top: 0.8rem;
  color: var(--muted);
}

.situations {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: center;
  background: var(--blue);
}

.situations__copy {
  align-self: center;
  padding: clamp(4rem, 5vw, 6rem) clamp(1.5rem, 5vw, 6rem);
}

.situations__copy p {
  max-width: 680px;
  margin-top: 1.3rem;
}

.situations li,
.included li,
.family-fit li {
  font-size: clamp(1.38rem, 1.7vw, 1.95rem);
  line-height: 1.28;
}

.situations li + li,
.included li + li,
.family-fit li + li {
  margin-top: 0.85rem;
}

.situations img {
  width: 100%;
  height: auto;
  max-width: min(82%, 520px);
  max-height: 620px;
  justify-self: center;
  object-fit: cover;
  object-position: center bottom;
  border: 4px solid var(--ink);
  box-shadow: 12px 12px 0 rgba(23, 23, 22, 0.18);
}

.included {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(4rem, 5vw, 6rem) clamp(1.5rem, 5vw, 6rem);
  background: linear-gradient(180deg, var(--blue) 0, var(--cream) 100%);
  color: var(--text);
}

.included img {
  width: 100%;
  max-height: 660px;
  object-fit: cover;
  object-position: 50% 40%;
  border: 4px solid var(--ink);
  box-shadow: 12px 12px 0 var(--button-blue);
}

.included .kicker,
.included h2 {
  color: #187da3;
}

.check-list {
  list-style: none;
  padding-left: 0;
}

.check-list li {
  position: relative;
  padding-left: 2.5rem;
}

.check-list li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: -0.28rem;
  color: #187da3;
  font-size: 2.2rem;
  font-weight: 900;
}

.family-fit {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(4rem, 5vw, 6rem) clamp(1.5rem, 5vw, 6rem);
  background: linear-gradient(180deg, var(--cream), var(--paper));
}

.family-fit img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  border: 4px solid var(--ink);
  box-shadow: 12px 12px 0 var(--button-blue);
}

.final-cta {
  padding: clamp(4rem, 5vw, 6rem) clamp(1.5rem, 5vw, 6rem);
  background:
    linear-gradient(rgba(191, 233, 251, 0.88), rgba(247, 239, 226, 0.94)),
    url("assets/extracted/asset-01-01.jpg") center / cover;
  color: var(--text);
  text-align: center;
}

.final-cta .kicker,
.final-cta h2 {
  color: #187da3;
}

.final-cta p {
  max-width: 860px;
  margin: 1rem auto 0;
  font-size: clamp(1.38rem, 1.58vw, 1.82rem);
  line-height: 1.42;
}

.final-cta .button {
  margin-top: 2rem;
}

.closing {
  color: var(--muted);
  font-size: clamp(1.25rem, 1.42vw, 1.65rem);
}

@media (min-width: 1400px) {
  body {
    background:
      linear-gradient(90deg, rgba(191, 233, 251, 0.28), rgba(247, 239, 226, 0.45)),
      var(--paper);
  }

  .hero {
    grid-template-columns: minmax(0, 0.98fr) minmax(500px, 0.82fr);
  }

  .hero__media img {
    object-position: 52% 50%;
  }

  .product-intro,
  .three-steps,
  .situations__copy,
  .included,
  .family-fit,
  .final-cta,
  .hero__content {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .mockup {
    min-height: 580px;
  }

  .situations {
    grid-template-columns: minmax(0, 1fr) minmax(460px, 0.72fr);
  }

  .included,
  .family-fit {
    gap: 4rem;
  }
}

@media (max-width: 980px) {
  .hero,
  .product-intro,
  .situations,
  .included,
  .family-fit {
    grid-template-columns: 1fr;
  }

  .hero {
    background: var(--paper);
  }

  .mockup,
  .mockup-button,
  .product-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .hero__media img {
    min-height: 520px;
    clip-path: none;
  }

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

  .included img,
  .family-fit img {
    min-height: 440px;
    max-height: 620px;
  }

  .situations img {
    width: min(88%, 520px);
    max-width: 520px;
    margin: 0 auto 4rem;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 18px;
  }

  h1,
  h2,
  h3,
  .kicker {
    font-family: Impact, "Arial Black", Haettenschweiler, "Arial Narrow", Arial, sans-serif;
    font-weight: 700;
    text-shadow:
      0.45px 0 currentColor,
      -0.2px 0 currentColor;
    -webkit-text-stroke: 0.2px currentColor;
  }

  .button {
    font-family: Impact, Haettenschweiler, "Arial Narrow", sans-serif;
    font-weight: 400;
  }

  h1 {
    font-size: clamp(3.1rem, 15vw, 4.8rem);
    line-height: 0.94;
  }

  h2 {
    font-size: clamp(2.45rem, 12vw, 3.9rem);
    line-height: 1;
  }

  .kicker {
    font-size: clamp(1rem, 5vw, 1.35rem);
  }

  .hero__lead,
  .product-copy p:not(.kicker),
  .situations__copy p,
  .final-cta p,
  .steps-grid p {
    font-size: 1.28rem;
    line-height: 1.42;
  }

  .trust-list,
  .situations li,
  .included li,
  .family-fit li {
    font-size: 1.22rem;
    line-height: 1.36;
  }

  .final-cta p,
  .closing {
    font-size: 1.28rem;
    line-height: 1.42;
  }

  .hero__content,
  .product-intro,
  .three-steps,
  .situations__copy,
  .included,
  .family-fit,
  .final-cta {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero__actions,
  .button {
    width: 100%;
  }

  .mockup-button {
    margin-top: -3.25rem;
  }

  .mockup {
    min-height: 440px;
    margin-inline: -0.7rem;
  }

  .mockup__monitor {
    width: 64%;
    left: 5%;
  }

  .mockup__laptop {
    width: 66%;
    left: -8%;
    top: 44%;
  }

  .mockup__tablet {
    width: 32%;
    left: 46%;
    top: 44%;
    padding: 0.14rem;
  }

  .mockup__pages {
    right: 0;
    top: 12%;
    width: 54%;
  }
}
