@font-face {
  font-family: Poppins;
  src: url('../assets/fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url('../assets/fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url('../assets/fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url('../assets/fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap
}

:root {
  --bg: #070611;
  --panel: #0d0b19;
  --text: #f8f7fb;
  --muted: #a9a6b8;
  --line: #201c2d;
  --pink: #f40089;
  --purple: #8b45f6;
  --orange: #ffb52e;
  --container: 1264px
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  min-width: 1000px;
  background: var(--bg);
  color: var(--text);
  font-family: Poppins,Arial,sans-serif;
  font-size: 13px;
  line-height: 1.55
}

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

.container {
  width: min(var(--container),calc(100% - 96px));
  margin: 0 auto
}

.rule {
  border-bottom: 1px solid var(--line)
}

.site-header {
  height: 126px;
  background: var(--bg)
}

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

.logo {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 5px;
  color: var(--pink)
}

.nav-links {
  margin-left: auto;
  display: flex;
  gap: 32px;
  color: #9894a4;
  font-size: 17px
}

.nav-links a:hover {
  color: #fff
}

.button {
  height: 38px;
  border-radius: 9px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap
}

.button-nav {
  margin-left: 77px
}

.button-outline {
  border: 1px solid #6f6578;
  background: #0b0914
}

.button-gradient {
  background: linear-gradient(102deg,#f40089 0%,#f85272 55%,#ffb52e 100%);
  box-shadow: 0 0 17px rgba(244,0,137,.2);
  width: 222px;
  height: 52px;
}

.button-purple {
  background: linear-gradient(100deg,#9140f9,#c139f2)
}

.hero {
  height: 704px;
  overflow: hidden
}

.hero-layout {
  height: 100%;
  position: relative
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-top: 57px
}

.number,.eyebrow {
  display: block;
  color: var(--pink);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em
}

.hero h1 {
  font-size: 52px;
  line-height: 1.16;
  letter-spacing: -1.8px;
  margin: 50px 0 21px;
  font-weight: 600
}

.hero h1 em {
  font-style: normal;
  background: linear-gradient(90deg,#f40089,#ffb52e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.hero p {
  color: var(--muted);
  margin: 0 0 13px;
  line-height: 1.8
}

.hero-lead {
  font-size: 14px
}

.actions {
  display: flex;
  gap: 15px;
  margin-top: 31px
}

.journey {
  margin-top: 49px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #ee388e;
  font-size: 10px
}

.journey-note {
  font-size: 28px
}

.journey i {
  font-style: normal;
  color: var(--orange)
}

.hero-image {
  position: absolute;
  width: 670px;
  height: 670px;
  object-fit: contain;
  right: -2px;
  top: 16px;
  z-index: 1
}

h2 {
  font-size: 34px;
  line-height: 1.28;
  letter-spacing: -.8px;
  margin: 24px 0 0;
  font-weight: 600
}

.about {
  height: 427px
}

.about-grid {
  height: 100%;
  display: grid;
  grid-template-columns: 43% 19% 19% 19%;
  padding-top: 58px
}

.about-title {
  padding-right: 45px
}

.about-item {
  padding: 6px 30px;
  border-left: 1px solid var(--line)
}

.about-item .line-icon {
  display: block;
  color: var(--pink);
  font-size: 31px;
  height: 48px
}

.about-item>img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-bottom: 16px
}

.about-item p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.47;
  margin: 0
}

.ecosystem {
  height: 819px;
  padding-top: 66px
}

.ecosystem h2 {
  margin-bottom: 61px
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 51px
}

.product-card {
  height: 465px;
  border-radius: 23px;
  padding: 34px 34px 31px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #090812
}

.product-card.melodex {
  border: 1px solid #8f427c
}

.product-card.awards {
  border: 1px solid #8a592b
}

.product-card h3 {
  font-size: 34px;
  line-height: 1;
  margin: 0 0 11px
}

.melodex h3 {
  color: #a956fc
}

.awards h3 {
  color: #f40089
}

.product-card h4 {
  font-size: 18px;
  margin: 0 0 29px
}

.product-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
  margin: 0 0 20px
}

.product-card .button {
  margin-top: auto
}

.how {
  height: 540px;
  padding-top: 66px
}

.how h2 {
  margin-bottom: 47px
}

.steps {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  position: relative;
  margin-bottom: 100px;
}

.steps:before {
  content: "";
  position: absolute;
  left: 36px;
  right: 60px;
  top: 35px;
  height: 1px;
  background: linear-gradient(90deg,#9e255f,#64333d,#856627)
}

.steps article {
  display: flex;
  gap: 18px;
  position: relative
}

.step-number {
  width: 71px;
  height: 71px;
  border: 1px solid #a72c66;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--pink);
  background: var(--bg);
  font-size: 15px;
  flex: none
}

.step-number.gold {
  border-color: #8e681f;
  color: var(--orange)
}

.steps h3 {
  font-size: 18px;
  line-height: 1;
  margin: 9px 0 7px
}

.step-title {
  display: block;
  height: 20.5px;
  object-fit: contain;
  object-position: left center;
  margin: 0px 0 17px;
}

.step-title--discover {
  width: 132.5px;
}

.step-title--support {
  width: 120.5px;
}

.step-title--participate {
  width: 159.5px;
}




.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45
}

.connection {
  width: 1023px;
  height: 70px;
  margin: 47px auto 0;
  border: 1px solid #2a2338;
  border-radius: 12px;
  background: #0c0a18;
  display: grid;
  grid-template-columns: 1fr 1.45fr 1fr;
  align-items: center;
  padding: 0 66px;
  color: #9f9aaa;
  font-size: 15px
}

.connection span {
  display: flex;
  align-items: center
}

.connection span:first-child {
  color: #bd6b94
}

.connection img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  margin-right: 10px
}

.why {
  height: 559px;
  padding-top: 67px;
  background: radial-gradient(circle at 19% 48%,rgba(244,0,137,.14),transparent 24%)
}

.why-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 65px
}

.why h2 {
  margin-bottom: 28px
}

.why-copy p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0 0 19px
}

.audiences {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 19px;
  padding-top: 44px
}

.audiences article {
  height: 348px;
  background: #100d1d;
  border: 1px solid #282039;
  border-radius: 15px;
  padding: 25px 24px
}

.audiences img {
  width: 38px;
  height: 38px;
  object-fit: contain
}

.audiences h3 {
  font-size: 14px;
  margin: 27px 0 24px
}

.audiences p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.45;
  margin: 0
}

.technology {
  height: 525px;
  padding-top: 65px
}

.technology h2 {
  margin-bottom: 50px
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 17px
}

.tech-grid article {
  height: 284px;
  border: 1px solid #291932;
  border-radius: 16px;
  background: #100d1a;
  padding: 24px
}

.tech-grid img {
  width: 38px;
  height: 38px;
  object-fit: contain
}

.tech-grid h3 {
  font-size: 13px;
  line-height: 1.35;
  margin: 26px 0 63px
}

.tech-grid p {
  font-size: 11px;
  line-height: 1.45;
  color: var(--muted);
  margin: 0
}

.recognition {
  height: 566px;
  padding-top: 65px
}

.section-intro {
  color: var(--muted);
  font-size: 15px;
  margin: 18px 0 40px
}

.recognition-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 17px
}

.recognition-grid article {
  height: 324px;
  border: 1px solid #282036;
  border-radius: 15px;
  background: #100d1a;
  padding: 23px
}

.brand {
  height: 31px;
  display: flex;
  align-items: center
}

.brand img {
  max-width: 87px;
  max-height: 29px;
  object-fit: contain;
  object-position: left center;
  filter: grayscale(1) brightness(1.55)
}

.recognition-grid h3 {
  font-size: 18px;
  line-height: 1.3;
  margin: 14px 0 22px
}

.recognition-grid p {
  font-size: 15px;
  line-height: 1.44;
  color: var(--muted);
  margin: 0
}

.global {
  height: 389px;
  padding-top: 65px
}

.global .section-intro {
  margin-bottom: 43px
}

.metrics {
  display: grid;
  grid-template-columns: repeat(6,1fr)
}

.metrics article {
  display: grid;
  grid-template-columns: 39px 1fr;
  grid-template-rows: 34px auto;
  column-gap: 12px
}

.metrics img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  grid-row: 1/3
}

.metrics strong {
  font-size: 22px;
  line-height: 1
}

.metrics span {
  font-size: 10px;
  line-height: 1.3;
  color: var(--muted);
  margin-top: 6px
}

.vision {
  height: 529px
}

.vision-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  height: 100%
}

.vision-grid>div {
  padding-top: 65px
}

.vision h2 {
  margin-bottom: 27px
}

.vision p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 18px
}

.vision img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.choose {
  height: 554px;
  padding-top: 65px
}

.choose h2 {
  margin-bottom: 43px
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 51px
}

.choice {
  height: 294px;
  border-radius: 20px;
  background: #0d0b17;
  padding: 37px 31px;
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 18px
}

.awards-choice {
  border: 1px solid #944167
}

.melodex-choice {
  border: 1px solid #6a37a1
}

.choice>img {
  width: 91px;
  height: 94px;
  object-fit: contain
}

.choice h3 {
  font-size: 14px;
  line-height: 1.45;
  margin: 2px 0 18px
}

.choice p {
  font-size: 11px;
  line-height: 1.5;
  color: var(--muted);
  margin: 0 0 22px
}

.choice .button {
  width: 100%;
  height: 34px
}

.final-cta {
  height: 471px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  text-align: center
}

.final-cta>img {
  position: absolute;
  width: 100%;
  height: 235px;
  left: 0;
  bottom: 36px;
  object-fit: cover;
  opacity: .8
}

.final-cta>div {
  position: relative;
  z-index: 1;
  margin-top: 46px
}

.final-cta h2 {
  font-size: 29px;
  margin: 0 0 3px
}

.final-cta h2 span {
  color: var(--pink)
}

.final-cta h2 em {
  color: var(--orange);
  font-style: normal
}

.final-cta h3 {
  font-size: 17px;
  margin: 0 0 8px
}

.final-cta p {
  font-size: 10px;
  color: var(--muted);
  margin: 0
}

footer {
  height: 329px;
  padding-top: 69px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(5,1fr);
  gap: 43px
}

.footer-grid h4 {
  font-size: 11px;
  margin: 0 0 12px
}

.footer-grid p {
  font-size: 9px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0
}

.footer-grid .logo {
  padding-top: 5px
}

.copyright {
  text-align: center;
  color: #777184;
  font-size: 9px;
  margin: 64px 0 0
}

@media(max-width:1100px) {
  .container {
    width: 904px
  }

  .nav-links {
    gap: 17px
  }

  .button-nav {
    margin-left: 25px
  }

  .hero-image {
    right: -120px
  }

  .about-grid {
    grid-template-columns: 38% repeat(3,1fr)
  }

  .product-grid {
    gap: 28px
  }

  .connection {
    width: 850px
  }

  .why-grid {
    gap: 30px
  }

  .tech-grid,.recognition-grid {
    gap: 9px
  }

  .choice-grid {
    gap: 28px
  }

}

/* Exact vertical rhythm from the 1440 x 7009 Figma export. */ @media(min-width:1101px) {
  .hero {
    height: 694px
  }

  .hero h1 {
    margin-top: 73px
  }

  .hero-image {
    top: -42px
  }

  .journey {
    margin-top: 42px
  }

  .ecosystem {
    height: 860px
  }

  .product-card {
    height: 514px
  }

  .why {
    height: 530px
  }

  .technology {
    height: 673px
  }

  .recognition {
    height: 672px
  }

  .global {
    height: 465px
  }

  .vision {
    height: 520px
  }

  .choose {
    height: 657px
  }

  .final-cta {
    height: 552px
  }

  footer {
    height: 293px
  }

}

html {
  scroll-behavior: auto
}

@media(min-width:1101px) {
  h2 {
    font-size: 42px
  }

  .ecosystem,.how,.why,.technology,.recognition,.global,.choose {
    padding-top: 47px
  }

  .vision-grid>div {
    padding-top: 47px
  }

  .connection {
    margin-top: 96px
  }

  .why-grid {
    grid-template-columns: 40% 60%;
    gap: 27px
  }

  .audiences {
    padding-top: 33px
  }

  .audiences article {
    height: 450px
  }

  .tech-grid article {
    height: 375px
  }

}

@media(min-width:1101px) {
  .how h2 {
    font-size: 46px
  }

  .will-you{
    margin-top: 53px;
  }

  .connection {
    margin-top: 112px
  }

  .tech-grid article {
    height: 412px
  }

  .tech-grid h3 {
    font-size: 18px
  }

  .tech-grid p {
    font-size: 15px
  }

  .recognition .section-intro {
    margin-bottom: 64px
  }

  .global .section-intro {
    margin-bottom: 64px
  }

  .metrics article {
    display: block
  }

  .metrics img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 0 22px 16px
  }

  .metrics strong {
    display: block;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 10px
  }

  .metrics span {
    display: block;
    font-size: 15px;
    line-height: 1.35;
    margin: 0
  }

  .vision-grid {
    grid-template-columns: 500px 764px
  }

  .vision img {
    filter: brightness(.58) saturate(.85)
  }

  .choose h2 {
    margin-bottom: 60px
  }

  .choice {
    height: 351px;
    padding: 44px 31px;
    grid-template-columns: 128px 1fr
  }

  .choice>img {
    width: 107px;
    height: 111px
  }

  .choice h3 {
    font-size: 20px
  }

  .choice p {
    font-size: 16px
  }

  .choice .button {
    width: 351px
  }

  .final-cta>img {
    display: none
  }

  .final-cta:before {
    content: "";
    position: absolute;
    inset: 38px -80px 0;
    background: repeating-radial-gradient(ellipse at 18% 62%,transparent 0 18px,rgba(244,0,137,.18) 19px 22px,transparent 23px 34px),repeating-radial-gradient(ellipse at 83% 76%,transparent 0 26px,rgba(166,69,246,.16) 27px 30px,transparent 31px 44px);
    opacity: .75;
    transform: rotate(-3deg)
  }

  .final-cta>div {
    transform: translateY(-50px)
  }

  .final-cta h2 {
    font-size: 43px
  }

  .final-cta h3 {
    font-size: 26px
  }

  .final-cta p {
    font-size: 16px
  }

  footer {
    padding-top: 61px
  }

  footer .logo {
    font-size: 40px
  }

  .footer-grid h4 {
    font-size: 18px
  }

  .footer-grid p {
    font-size: 15px
  }

  .copyright {
    font-size: 14px;
    margin-top: 92px
  }

  .site-header {
    padding-top: 39px
  }

  .nav {
    width: 1324px;
    height: 78px;
    margin-top: 0;
    padding: 0 30px;
    border-radius: 22px;
    background: #090812
  }

  .hero-copy {
    padding-top: 48px
  }

  .hero h1 {
    font-size: 68px;
    line-height: 1.1;
    margin-top: 31px
  }

  .hero p {
    font-size: 17px;
    line-height: 1.7
  }

  .hero .hero-lead {
    font-size: 20px
  }

  .hero-image {
    width: 760px;
    height: 760px;
    right: -78px;
    top: -56px
  }

  .journey {
    margin-top: 69px
  }

  .about-grid {
    padding-top: 47px
  }

}

/* Point replacements from the supplied Figma PNG exports. */ .header-logo {
  width: 175px;
  height: 37px;
  display: flex;
  align-items: center
}

.header-logo img {
  display: block;
  width: 175px;
  height: 37px;
  object-fit: contain
}

.button-image-border {
  width: 166px;
  height: 40px;
  border: 0;
  background: transparent url('../assets/images/ui/border-nav.png') center/100% 100% no-repeat
}

.hero-secondary-image-border {
  width: 179px;
  height: 55px;
  border: 0;
  background: transparent url('../assets/images/ui/border-hero-secondary.png') center/100% 100% no-repeat
}

.product-button-image-border {
  width: 190px;
  height: 52px;
  border: 0;
  background: transparent url('../assets/images/ui/border-product-melodex.png') center/100% 100% no-repeat
}

.journey {
  gap: 14px
}

.journey img {
  display: block;
  object-fit: contain;
  flex: none
}

.journey img:nth-child(1) {
  width: 27px;
  height: 32px
}

.journey img:nth-child(2) {
  width: 55px;
  height: 11px
}

.journey img:nth-child(3),.journey img:nth-child(5) {
  width: 12px;
  height: 12px
}

.journey img:nth-child(4) {
  width: 52px;
  height: 13px
}

.journey img:nth-child(6) {
  width: 71px;
  height: 13px
}

.about-item>img[src*="about-music"] {
  width: 27px;
  height: 32px
}

.steps-reference {
  display: block;
  width: 100%;
  height: 183px;
  object-fit: contain
}

.connection {
  margin-top: 0;
  font-family: Poppins,Arial,sans-serif;
  font-weight: 400
}

.connection span:first-child {
  color: var(--muted)
}

.connection span:first-child img {
  width: 27px;
  height: 32px;
  margin-right: 10px
}

.why-copy {
  position: relative;
  background: transparent url('../assets/images/ui/why-glow.png') center/604px 608px no-repeat
}

.recognition-google-card {
  border: 0!important;
  background: #0d0b19 url('../assets/images/ui/card-recognition-google.png') center/100% 100% no-repeat!important
}

.final-cta>img {
  display: block!important;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  object-fit: cover;
  opacity: 1
}

.final-cta:before {
  display: none!important
}

.final-cta h2 {
  width: 642px;
  height: 43px;
  margin: 0 auto 12px
}

.final-cta h2 img {
  display: block;
  width: 642px;
  height: 43px;
  object-fit: contain
}

/* ********************************************************************** */
/* RESPONSIVE LAYOUT — TABLET AND MOBILE                                  */
/* Desktop rules above are frozen and remain unchanged.                   */
/* ********************************************************************** */

/* Tablet: 768px–1100px */
@media (max-width: 1100px) {
  body {
    min-width: 0;
    overflow-x: hidden
  }

  .container {
    width: min(100% - 64px,904px)
  }

  .site-header {
    height: 96px
  }

  .nav {
    width: min(100% - 64px,904px)
  }

  .nav-links {
    display: none
  }

  .button-nav {
    margin-left: auto
  }

  .hero {
    height: auto;
    min-height: 650px
  }

  .hero-layout {
    min-height: 650px
  }

  .hero-copy {
    padding-top: 52px
  }

  .hero h1 {
    max-width: 680px;
    font-size: clamp(48px,6.6vw,60px)
  }

  .hero-image {
    width: 560px;
    height: 560px;
    right: -190px;
    top: 40px;
    opacity: .68
  }

  .about,
  .ecosystem,
  .how,
  .why,
  .technology,
  .recognition,
  .global,
  .vision,
  .choose,
  .final-cta,
  footer {
    height: auto
  }

  .about-grid {
    grid-template-columns: repeat(3,1fr);
    gap: 0;
    padding: 56px 0 64px
  }

  .about-title {
    grid-column: 1/-1;
    padding: 0 0 42px
  }

  .ecosystem,
  .how,
  .why,
  .technology,
  .recognition,
  .global,
  .choose {
    padding: 64px 0
  }

  .product-grid {
    gap: 24px
  }

  .product-card {
    height: auto;
    min-height: 500px;
    padding: 30px
  }

  .product-card p br,
  .choice p br,
  .vision p br {
    display: none
  }

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

  .steps::before {
    left: 35px;
    right: auto;
    top: 36px;
    bottom: 36px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg,#9e255f,#64333d,#856627)
  }

  .steps article {
    min-height: 72px
  }

  .connection {
    width: 100%;
    height: auto;
    min-height: 90px;
    margin: 48px auto 0;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    padding: 20px 32px
  }

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

  .why-copy {
    padding-bottom: 12px;
    background-position: left center
  }

  .audiences {
    padding-top: 0
  }

  .audiences article {
    height: auto;
    min-height: 330px
  }

  .tech-grid {
    grid-template-columns: repeat(3,1fr);
    gap: 16px
  }

  .tech-grid article {
    height: auto;
    min-height: 300px
  }

  .recognition-grid {
    grid-template-columns: repeat(3,1fr);
    gap: 16px
  }

  .recognition-grid article {
    height: auto;
    min-height: 324px
  }

  .metrics {
    grid-template-columns: repeat(3,1fr);
    row-gap: 48px
  }

  .vision-grid {
    grid-template-columns: 1fr 1fr;
    min-height: 520px
  }

  .vision-grid>div {
    padding: 64px 36px 64px 0
  }

  .choice-grid {
    gap: 24px
  }

  .choice {
    height: auto;
    min-height: 350px;
    grid-template-columns: 100px 1fr;
    padding: 32px 24px
  }

  .choice .button {
    width: 100%
  }

  .final-cta {
    min-height: 440px
  }

  .final-cta h2,
  .final-cta h2 img {
    width: min(642px,calc(100vw - 96px));
    height: auto
  }

  footer {
    padding: 58px 0 34px
  }

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

  .copyright {
    margin-top: 56px
  }
}

/* Mobile: iPhone X (375px) and wider phones */
@media (max-width: 767px) {
  .container,
  .nav {
    width: calc(100% - 40px)
  }

  .site-header {
    height: 82px
  }

  .header-logo,
  .header-logo img {
    width: 132px;
    height: auto
  }

  .button-nav {
    width: 142px;
    height: 36px;
    padding: 0 12px;
    font-size: 9px
  }

  h2 {
    font-size: clamp(30px,9vw,40px);
    letter-spacing: -.6px
  }

  .number,
  .eyebrow {
    font-size: 9px
  }

  .hero,
  .hero-layout {
    min-height: 720px
  }

  .hero-copy {
    padding-top: 42px
  }

  .hero h1 {
    max-width: 100%;
    margin: 32px 0 22px;
    font-size: clamp(39px,11.5vw,52px);
    line-height: 1.08;
    letter-spacing: -1.4px
  }

  .hero p,
  .hero .hero-lead {
    font-size: 14px;
    line-height: 1.6
  }

  .hero p br {
    display: none
  }

  .hero-image {
    width: 440px;
    height: 440px;
    right: -210px;
    top: 70px;
    opacity: .38
  }

  .actions {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 28px
  }

  .actions .button {
    width: 190px
  }

  .journey {
    margin-top: 42px;
    gap: 9px
  }

  .about-grid {
    grid-template-columns: 1fr;
    padding: 50px 0 24px
  }

  .about-title {
    grid-column: auto;
    padding-bottom: 36px
  }

  .about-item {
    min-height: 0;
    padding: 28px 0;
    border-left: 0;
    border-top: 1px solid var(--line)
  }

  .about-item p,
  .product-card p,
  .why-copy p,
  .audiences p,
  .tech-grid p,
  .recognition-grid p,
  .vision p,
  .choice p {
    font-size: 14px
  }

  .about-item p br,
  .why-copy p br,
  .audiences p br,
  .tech-grid p br,
  .recognition-grid p br {
    display: none
  }

  .ecosystem,
  .how,
  .why,
  .technology,
  .recognition,
  .global,
  .choose {
    padding: 52px 0
  }

  .ecosystem h2,
  .how h2,
  .technology h2,
  .choose h2 {
    margin-bottom: 36px
  }

  .product-grid,
  .audiences,
  .tech-grid,
  .recognition-grid,
  .choice-grid {
    grid-template-columns: 1fr;
    gap: 18px
  }

  .product-card {
    min-height: 0;
    padding: 28px 24px
  }

  .product-card h3 {
    font-size: 23px
  }

  .product-card h4 {
    font-size: 16px;
    margin-bottom: 22px
  }

  .product-card .button {
    margin-top: 16px
  }

  .steps {
    gap: 30px
  }

  .steps article {
    gap: 16px
  }

  .step-number {
    width: 62px;
    height: 62px
  }

  .steps::before {
    left: 30px;
    top: 31px;
    bottom: 31px
  }

  .steps p {
    font-size: 13px
  }

  .steps p br {
    display: none
  }

  .step-title {
    margin-top: 7px
  }

  .connection {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
    padding: 24px;
    font-size: 13px
  }

  .connection span {
    min-height: 32px
  }

  .audiences article,
  .tech-grid article,
  .recognition-grid article {
    min-height: 0;
    padding: 26px 24px
  }

  .audiences h3,
  .tech-grid h3,
  .recognition-grid h3 {
    font-size: 17px;
    margin: 22px 0 16px
  }

  .section-intro {
    font-size: 14px;
    margin-bottom: 34px
  }

  .metrics {
    grid-template-columns: repeat(2,1fr);
    column-gap: 22px;
    row-gap: 42px
  }

  .metrics strong {
    font-size: 29px
  }

  .metrics span {
    font-size: 13px
  }

  .vision-grid {
    grid-template-columns: 1fr;
    min-height: 0
  }

  .vision-grid>div {
    padding: 52px 0
  }

  .vision img {
    height: 340px
  }

  .choice {
    min-height: 0;
    grid-template-columns: 72px 1fr;
    gap: 14px;
    padding: 26px 20px
  }

  .choice>img {
    width: 68px;
    height: 72px
  }

  .choice h3 {
    font-size: 17px
  }

  .choice .button {
    height: 42px;
    padding: 0 12px;
    font-size: 10px
  }

  .final-cta {
    min-height: 390px;
    padding: 50px 20px
  }

  .final-cta>div {
    margin-top: 0
  }

  .final-cta h2 {
    width: min(100%,642px);
    margin-bottom: 18px
  }

  .final-cta h2 img {
    width: 100%
  }

  .final-cta h3 {
    font-size: 21px
  }

  .final-cta p {
    font-size: 13px
  }

  .final-cta p br {
    display: none
  }

  footer {
    padding: 48px 0 28px
  }

  .footer-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 34px 24px
  }

  .footer-grid .logo {
    grid-column: 1/-1
  }

  .footer-grid h4 {
    font-size: 15px
  }

  .footer-grid p {
    font-size: 12px
  }

  .copyright {
    margin-top: 44px;
    font-size: 11px
  }
}

/* Compact phones: iPhone X width and below */
@media (max-width: 390px) {
  .container,
  .nav {
    width: calc(100% - 32px)
  }

  .header-logo,
  .header-logo img {
    width: 116px
  }

  .button-nav {
    width: 134px;
    font-size: 8px
  }

  .hero h1 {
    font-size: 40px
  }

  .journey {
    transform: scale(.92);
    transform-origin: left center
  }

  .choice {
    grid-template-columns: 1fr
  }

  .choice>img {
    margin-bottom: 4px
  }
}

/* Responsive layout corrections */
@media (max-width: 1100px) {
  .product-card p br,
  .choice p br,
  .vision p br {
    display: inline!important;
    content: " "
  }

  .product-card p br::after,
  .choice p br::after,
  .vision p br::after {
    content: " "
  }

  .choice-grid {
    grid-template-columns: 1fr
  }

  .choice {
    min-width: 0;
    min-height: 280px
  }
}

@media (max-width: 767px) {
  main p br {
    display: inline!important;
    content: " "
  }

  main p br::after {
    content: " "
  }
}
