/* =========================================================
   RDS V2 — Professional Landing Pages
   ========================================================= */

.landing-page-main {
  color: #071323;
  background: #eef4f8;
}


/* =========================================================
   Hero
   ========================================================= */

.landing-hero {
  overflow: hidden;
  position: relative;

  min-height: 43rem;

  padding:
    clamp(4.5rem, 7vw, 7rem)
    clamp(1.5rem, 5vw, 4.5rem);

  color: #fff;

  background:
    radial-gradient(
      circle at 92% 24%,
      rgba(0, 167, 201, .18),
      transparent 32rem
    ),
    linear-gradient(
      115deg,
      #061426 0%,
      #08223a 62%,
      #063f57 100%
    );
}

.landing-hero::after {
  content: "";

  position: absolute;
  inset: auto -8rem -13rem auto;

  width: 31rem;
  height: 31rem;

  border: 1px solid rgba(79, 210, 235, .2);
  border-radius: 50%;

  pointer-events: none;
}

.landing-hero__grid {
  position: relative;
  z-index: 2;

  width: min(100%, 76rem);
  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(0, .95fr)
    minmax(30rem, 1.05fr);

  align-items: center;

  gap:
    clamp(
      3rem,
      6vw,
      6rem
    );
}

.landing-eyebrow,
.landing-section__eyebrow {
  margin: 0 0 .9rem;

  color: #00718f;

  font-size: .78rem;
  font-weight: 900;

  letter-spacing: .12em;
  line-height: 1.2;

  text-transform: uppercase;
}

.landing-hero .landing-eyebrow {
  color: #f6ba2c;
}

.landing-hero h1 {
  max-width: 10ch;

  margin: 0;

  color: #fff;

  font-size:
    clamp(
      3.45rem,
      5.15vw,
      5.35rem
    );

  font-weight: 900;

  letter-spacing: -.045em;
  line-height: .94;
}

.landing-hero__lead {
  max-width: 39rem;

  margin: 1.55rem 0 0;

  color: rgba(255,255,255,.83);

  font-size:
    clamp(
      1.03rem,
      1.3vw,
      1.2rem
    );

  line-height: 1.55;
}

.landing-hero__actions {
  display: flex;
  flex-wrap: wrap;

  gap: .8rem;

  margin-top: 1.7rem;
}

.landing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 3rem;

  padding: .8rem 1.25rem;

  border: 1px solid transparent;
  border-radius: 999px;

  font-weight: 900;

  text-decoration: none;
}

.landing-button--gold {
  color: #071323;
  background: #f6ba2c;

  box-shadow:
    0 .7rem 1.8rem rgba(246,186,44,.2);
}

.landing-button--outline {
  color: #fff;

  border-color: rgba(255,255,255,.35);

  background: rgba(255,255,255,.025);
}

.landing-button:hover,
.landing-button:focus-visible {
  transform: translateY(-1px);
}

.landing-hero__standards {
  display: flex;
  flex-wrap: wrap;

  gap: .65rem 1.15rem;

  margin-top: 1.5rem;

  color: rgba(255,255,255,.72);

  font-size: .75rem;
  font-weight: 800;
}

.landing-hero__standards span::before {
  content: "";

  display: inline-block;

  width: .38rem;
  height: .38rem;

  margin-right: .48rem;

  vertical-align: .08rem;

  background: #28c5df;
  border-radius: 50%;
}


/* =========================================================
   Hero visual
   ========================================================= */

.landing-visual {
  position: relative;

  min-height: 31rem;

  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-browser {
  position: relative;
  z-index: 2;

  width: min(100%, 33rem);

  overflow: hidden;

  color: #071323;
  background: #f8fbfd;

  border: 1px solid rgba(255,255,255,.42);
  border-radius: 1rem;

  box-shadow:
    0 2.2rem 5rem rgba(0,0,0,.32);

  transform: rotate(1deg);

  animation:
    landing-browser-float
    6.4s
    ease-in-out
    infinite;
}

.landing-browser__bar {
  height: 2.5rem;

  display: flex;
  align-items: center;

  gap: .38rem;

  padding: 0 .9rem;

  color: #637486;
  background: #e8f0f4;

  font-size: .63rem;
  font-weight: 800;
}

.landing-browser__bar i {
  width: .48rem;
  height: .48rem;

  display: block;

  border-radius: 50%;
}

.landing-browser__bar i:nth-child(1) {
  background: #f2bb36;
}

.landing-browser__bar i:nth-child(2) {
  background: #39bda9;
}

.landing-browser__bar i:nth-child(3) {
  background: #32b9d4;
}

.landing-browser__bar strong {
  margin-left: .4rem;
}

.landing-browser__body {
  padding: 1.7rem;
}

.landing-demo-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding-bottom: 1.2rem;

  border-bottom: 1px solid #dce6eb;

  font-size: .65rem;
  font-weight: 900;
}

.landing-demo-nav span:last-child {
  padding: .48rem .7rem;

  color: #fff;
  background: #007a96;

  border-radius: 999px;
}

.landing-demo-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1.15fr)
    minmax(9rem, .85fr);

  align-items: center;

  gap: 1.4rem;

  padding: 2rem 0 1.4rem;
}

.landing-demo-copy small {
  color: #0083a0;

  font-size: .62rem;
  font-weight: 900;

  letter-spacing: .1em;

  text-transform: uppercase;
}

.landing-demo-copy h2 {
  max-width: 7.5ch;

  margin: .45rem 0 .8rem;

  color: #071323;

  font-size: 2.35rem;
  font-weight: 900;

  letter-spacing: -.04em;
  line-height: .94;
}

.landing-demo-copy p {
  margin: 0;

  color: #617183;

  font-size: .69rem;

  line-height: 1.5;
}

.landing-demo-copy b {
  display: inline-flex;

  margin-top: 1rem;

  padding: .55rem .8rem;

  color: #071323;
  background: #f6ba2c;

  border-radius: 999px;

  font-size: .64rem;
}

.landing-demo-action {
  display: grid;

  gap: .62rem;

  padding: 1rem;

  background: #edf4f7;

  border-radius: .85rem;
}

.landing-demo-action strong {
  color: #071323;

  font-size: .74rem;
}

.landing-demo-action span {
  height: 2.35rem;

  display: flex;
  align-items: center;

  padding: 0 .7rem;

  color: #768796;
  background: #fff;

  border: 1px solid #d6e2e7;
  border-radius: .45rem;

  font-size: .6rem;
}

.landing-demo-action b {
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 2.35rem;

  color: #fff;
  background: #007a96;

  border-radius: .45rem;

  font-size: .63rem;
}

.landing-visual-card {
  position: absolute;
  z-index: 4;

  min-width: 9.75rem;

  padding: .72rem .85rem;

  color: #071323;
  background: rgba(255,255,255,.97);

  border: 1px solid rgba(7,19,35,.08);
  border-radius: .85rem;

  box-shadow:
    0 1.2rem 2.5rem rgba(0,0,0,.23);
}

.landing-visual-card small {
  display: block;

  color: #00718f;

  font-size: .53rem;
  font-weight: 900;

  letter-spacing: .1em;

  text-transform: uppercase;
}

.landing-visual-card strong {
  display: block;

  margin-top: .18rem;

  color: #071323;

  font-size: .71rem;
  line-height: 1.2;
}

.landing-visual-card--focus {
  top: 1.1rem;
  right: -.25rem;

  animation:
    landing-card-one
    5.5s
    ease-in-out
    infinite;
}

.landing-visual-card--action {
  right: .25rem;
  bottom: 1.1rem;

  animation:
    landing-card-two
    5.9s
    ease-in-out
    infinite
    reverse;
}

@keyframes landing-browser-float {
  0%,
  100% {
    transform:
      rotate(1deg)
      translate3d(0, 0, 0);
  }

  50% {
    transform:
      rotate(.55deg)
      translate3d(0, -8px, 0);
  }
}

@keyframes landing-card-one {
  0%,
  100% {
    transform:
      translate3d(0, 0, 0);
  }

  50% {
    transform:
      translate3d(0, -7px, 0);
  }
}

@keyframes landing-card-two {
  0%,
  100% {
    transform:
      translate3d(0, 0, 0);
  }

  50% {
    transform:
      translate3d(0, 7px, 0);
  }
}


/* =========================================================
   Shared sections
   ========================================================= */

.landing-section {
  padding:
    clamp(5rem, 8vw, 7.5rem)
    clamp(1.5rem, 5vw, 4.5rem);
}

.landing-section--white {
  background: #fff;
}

.landing-section--soft {
  background: #eef4f8;
}

.landing-section--dark {
  color: #fff;

  background:
    linear-gradient(
      120deg,
      #07162a,
      #08334d
    );
}

.landing-section__inner {
  width: min(100%, 76rem);

  margin: 0 auto;
}

.landing-section__split {
  display: grid;

  grid-template-columns:
    minmax(0, .9fr)
    minmax(0, 1.1fr);

  align-items: start;

  gap:
    clamp(
      3rem,
      7vw,
      7rem
    );
}

.landing-section h2 {
  max-width: 11ch;

  margin: 0;

  color: #071323;

  font-size:
    clamp(
      2.85rem,
      4vw,
      4.35rem
    );

  font-weight: 900;

  letter-spacing: -.045em;
  line-height: .96;
}

.landing-section--dark h2 {
  color: #fff;
}

.landing-section__intro {
  max-width: 37rem;

  color: #52647a;

  font-size: 1rem;
  line-height: 1.6;
}

.landing-section--dark .landing-section__intro {
  color: rgba(255,255,255,.76);
}


/* =========================================================
   Outcome cards
   ========================================================= */

.landing-outcomes {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 1rem;

  margin-top: 3rem;
}

.landing-card {
  min-height: 13rem;

  padding: 1.45rem;

  background: #fff;

  border: 1px solid #d9e2e7;
  border-top: 3px solid #007f9d;
  border-radius: 1rem;

  box-shadow:
    0 1rem 2rem rgba(7,19,35,.05);
}

.landing-card__number {
  color: #eaa900;

  font-size: .64rem;
  font-weight: 900;

  letter-spacing: .08em;
}

.landing-card h3 {
  margin: 1rem 0 .65rem;

  color: #071323;

  font-size: 1.08rem;
}

.landing-card p {
  margin: 0;

  color: #52647a;

  font-size: .83rem;
  line-height: 1.55;
}


/* =========================================================
   Build list
   ========================================================= */

.landing-build-list {
  display: grid;

  gap: .75rem;
}

.landing-build-item {
  display: grid;

  grid-template-columns:
    2.75rem
    minmax(0, 1fr);

  gap: 1rem;

  padding: 1.15rem 1.25rem;

  background: #f4f7f9;

  border: 1px solid #d8e1e6;
  border-radius: .85rem;
}

.landing-build-item span {
  width: 2.4rem;
  height: 2.4rem;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #071323;
  background: #f6ba2c;

  border-radius: 50%;

  font-size: .63rem;
  font-weight: 900;
}

.landing-build-item h3 {
  margin: .05rem 0 .3rem;

  color: #071323;

  font-size: 1rem;
}

.landing-build-item p {
  margin: 0;

  color: #52647a;

  font-size: .79rem;
  line-height: 1.5;
}


/* =========================================================
   Use cases
   ========================================================= */

.landing-use-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 1rem;

  margin-top: 2rem;
}

.landing-use {
  padding: 1.4rem;

  background: #fff;

  border: 1px solid #d8e1e6;
  border-radius: .9rem;
}

.landing-use strong {
  display: block;

  color: #071323;

  font-size: 1rem;
}

.landing-use p {
  margin: .55rem 0 0;

  color: #52647a;

  font-size: .81rem;
  line-height: 1.55;
}


/* =========================================================
   Pricing
   ========================================================= */

.landing-price {
  display: grid;

  grid-template-columns:
    minmax(0, .8fr)
    minmax(0, 1.2fr);

  align-items: center;

  gap:
    clamp(
      3rem,
      7vw,
      7rem
    );
}

.landing-price__amount {
  margin-top: 1rem;

  color: #fff;

  font-size:
    clamp(
      3.5rem,
      6vw,
      5.75rem
    );

  font-weight: 900;

  letter-spacing: -.05em;
  line-height: 1;
}

.landing-price__amount small {
  color: rgba(255,255,255,.7);

  font-size: .88rem;
  font-weight: 700;

  letter-spacing: 0;
}

.landing-price__note {
  max-width: 32rem;

  margin-top: 1rem;

  color: rgba(255,255,255,.72);

  line-height: 1.55;
}

.landing-price__panel {
  padding:
    clamp(
      1.5rem,
      3vw,
      2.25rem
    );

  background: rgba(255,255,255,.08);

  border: 1px solid rgba(255,255,255,.16);
  border-radius: 1rem;
}

.landing-price__panel h3 {
  margin: 0 0 1rem;

  color: #fff;

  font-size: 1.15rem;
}

.landing-price__panel ul {
  margin: 0;

  padding-left: 1.15rem;

  color: rgba(255,255,255,.8);

  line-height: 1.8;
}

.landing-price__payment {
  margin-top: 1rem;

  padding-top: 1rem;

  color: #67d6e7;

  border-top: 1px solid rgba(255,255,255,.16);

  font-size: .78rem;
  font-weight: 800;
}


/* =========================================================
   Full website boundary
   ========================================================= */

.landing-boundary {
  padding: 2rem;

  color: #fff;

  background: #07192c;

  border-radius: 1rem;
}

.landing-boundary h3 {
  margin: 0;

  font-size: 1.5rem;
}

.landing-boundary p {
  margin: .75rem 0 1.2rem;

  color: rgba(255,255,255,.73);

  line-height: 1.55;
}

.landing-boundary a {
  color: #f6ba2c;

  font-weight: 900;

  text-decoration: none;
}


/* =========================================================
   Final CTA
   ========================================================= */

.landing-final {
  padding:
    clamp(5rem, 8vw, 7rem)
    clamp(1.5rem, 5vw, 4.5rem);

  color: #fff;

  background:
    linear-gradient(
      110deg,
      #07566d,
      #07172d 70%
    );
}

.landing-final__inner {
  width: min(100%, 76rem);

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    auto;

  align-items: center;

  gap: 3rem;
}

.landing-final h2 {
  max-width: 11ch;

  margin: 0;

  color: #fff;

  font-size:
    clamp(
      3rem,
      4.8vw,
      4.8rem
    );

  letter-spacing: -.045em;
  line-height: .96;
}

.landing-final p {
  max-width: 38rem;

  color: rgba(255,255,255,.77);

  line-height: 1.55;
}


/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1000px) {

  .landing-hero__grid,
  .landing-section__split,
  .landing-price {
    grid-template-columns: 1fr;
  }

  .landing-hero h1 {
    max-width: 12ch;
  }

  .landing-visual {
    width: min(100%, 40rem);

    margin: 0 auto;
  }

  .landing-outcomes {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 700px) {

  .landing-hero {
    min-height: auto;

    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }

  .landing-hero__grid {
    grid-template-columns: 1fr;
  }

  .landing-hero h1 {
    max-width: none;

    font-size:
      clamp(
        3rem,
        13vw,
        4.3rem
      );
  }

  .landing-visual {
    min-height: 27rem;
  }

  .landing-browser {
    width: 94%;
  }

  .landing-demo-grid {
    grid-template-columns: 1fr;
  }

  .landing-outcomes,
  .landing-use-grid {
    grid-template-columns: 1fr;
  }

  .landing-final__inner {
    grid-template-columns: 1fr;
  }

}

@media (prefers-reduced-motion: reduce) {

  .landing-browser,
  .landing-visual-card {
    animation: none;
  }

  .landing-button:hover,
  .landing-button:focus-visible {
    transform: none;
  }

}
