:root {
  --font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display",
    "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ink: #0b1f33;
  --ink-soft: #405365;
  --cream: #f7f5ee;
  --paper: #fffefa;
  --line: #dfe5e7;
  --blue: #1da1f5;
  --blue-dark: #0878bd;
  --green: #0d6b55;
  --yellow: #f6bd36;
  --navy: #082a4a;
  --radius-image: 26px;
  --shadow: 0 24px 70px rgba(18, 42, 63, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3 {
  font-family: var(--font-family);
}

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

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 11px 15px;
  border-radius: 10px;
  background: var(--navy);
  color: white;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: var(--radius-image);
}

a {
  color: inherit;
}

a:focus-visible {
  outline: 3px solid rgba(29, 161, 245, 0.45);
  outline-offset: 3px;
}

.section-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1220px, calc(100% - 32px));
  min-height: 72px;
  margin: 16px auto 0;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(223, 229, 231, 0.9);
  border-radius: 22px;
  background: rgba(255, 254, 250, 0.9);
  box-shadow: 0 12px 35px rgba(21, 42, 60, 0.07);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 90px;
  height: 90px;
  aspect-ratio: 1;
  flex: none;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.main-nav a {
  color: #4c5e6d;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--blue-dark);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.language-link {
  display: grid;
  min-width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 20px;
  color: var(--ink-soft);
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: rgba(29, 161, 245, 0.5);
  text-underline-offset: 3px;
}

.language-link:hover,
.language-link:focus-visible {
  background: #eef6fb;
  color: var(--blue-dark);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  filter: brightness(0.97);
}

.button-small {
  min-height: 42px;
  padding-inline: 16px;
  border-radius: 20px;
}

.button-dark {
  background: var(--navy);
  color: white;
  box-shadow: 0 10px 22px rgba(8, 42, 74, 0.17);
}

.button-primary {
  background: var(--blue);
  color: white;
  box-shadow: 0 13px 28px rgba(29, 161, 245, 0.22);
}

.button-white {
  background: white;
  color: var(--navy);
  box-shadow: 0 14px 28px rgba(4, 24, 41, 0.2);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.32);
  color: white;
}

.text-link {
  display: inline;
  width: fit-content;
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: rgba(29, 161, 245, 0.55);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.hero {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
  min-height: 720px;
  padding-block: 82px 65px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 5px rgba(246, 189, 54, 0.16);
}

.hero h1 {
  max-width: 670px;
  margin: 0;
  font-size: clamp(47px, 5.7vw, 72px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.hero h1 span {
  color: var(--blue);
}

.hero-body {
  max-width: 590px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}

.hero-visual {
  position: relative;
  margin: 0;
}

.hero-visual::before {
  position: absolute;
  inset: -20px 32px 26px -24px;
  z-index: -1;
  border-radius: 38px;
  background: #edf5f6;
  content: "";
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  box-shadow: var(--shadow);
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
}

.principles > div {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 104px;
  padding: 20px 28px;
  border-right: 1px solid var(--line);
}

.principles > div:first-child {
  padding-left: 0;
}

.principles > div:last-child {
  border-right: 0;
}

.principles span {
  color: var(--blue-dark);
  font-size: 11px;
  font-weight: 400;
}

.principles p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.suite-section {
  padding-block: 135px;
  background:
    radial-gradient(circle at 90% 20%, rgba(29, 161, 245, 0.08), transparent 22%),
    var(--cream);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  column-gap: 9%;
  align-items: end;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.06;
}

.section-heading > p:last-child {
  margin: 0 0 5px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.75;
}

.product-list {
  display: flex;
  flex-direction: column;
  gap: 155px;
  margin-top: 120px;
}

.product-story {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: clamp(45px, 8vw, 108px);
  align-items: center;
}

.product-story-reverse {
  grid-template-columns: 1.24fr 0.76fr;
}

.product-story-reverse .product-copy {
  grid-column: 2;
  grid-row: 1;
}

.product-story-reverse .product-visual {
  grid-column: 1;
  grid-row: 1;
}

.product-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 7px 12px 7px 7px;
  border-radius: 99px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-kicker span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: white;
  font-size: 9px;
}

.product-kicker-blue {
  background: #e5f4fd;
}

.product-kicker-blue span {
  background: var(--blue);
}

.product-kicker-green {
  background: #e5f2ed;
}

.product-kicker-green span {
  background: var(--green);
}

.product-kicker-yellow {
  background: #fff3d1;
}

.product-kicker-yellow span {
  background: #d59805;
}

.product-name {
  margin: 30px 0 11px;
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 400;
}

.product-copy h3 {
  margin: 0;
  font-size: clamp(32px, 3.8vw, 48px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.product-description {
  margin: 24px 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.75;
}

.product-copy ul {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin: 0 0 29px;
  padding: 0;
  list-style: none;
}

.product-copy li {
  display: flex;
  gap: 10px;
  color: #2f4556;
  font-size: 13px;
  font-weight: 400;
}

.product-copy li span {
  color: var(--green);
  font-weight: 400;
}

.product-visual {
  overflow: hidden;
  margin: 0;
  padding: 10px;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.product-visual-blue {
  background: #b8e3fb;
}

.product-visual-green {
  background: #badbcf;
}

.product-visual-yellow {
  background: #f9d77d;
}

.product-visual img {
  width: 100%;
  aspect-ratio: auto;
  border-radius: 18px;
  object-fit: contain;
  object-position: center top;
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding-inline: 10px;
}

.browser-bar span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(8, 42, 74, 0.32);
}

.browser-bar b {
  margin-left: 8px;
  color: rgba(8, 42, 74, 0.6);
  font-size: 8px;
  font-weight: 400;
}

.ecosystem-section {
  padding-block: 130px;
  background: var(--navy);
  color: white;
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 12%;
  align-items: center;
}

.eyebrow-light {
  color: #9cd8fc;
}

.ecosystem-copy h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 65px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.ecosystem-copy > p:last-child {
  margin: 28px 0 0;
  color: #b9c9d5;
  font-size: 15px;
  line-height: 1.8;
}

.ecosystem-steps {
  display: flex;
  flex-direction: column;
}

.ecosystem-steps article {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ecosystem-steps article:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ecosystem-steps article > span {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 400;
}

.ecosystem-steps h3 {
  margin: 0 0 7px;
  font-size: 19px;
  font-weight: 500;
}

.ecosystem-steps p {
  margin: 0;
  color: #b9c9d5;
  font-size: 13px;
  line-height: 1.6;
}

.pedagogy-section {
  padding-block: 125px;
  background:
    radial-gradient(circle at 90% 8%, rgba(29, 161, 245, 0.12), transparent 30%),
    var(--cream);
}

.pedagogy-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  column-gap: 10%;
  align-items: end;
}

.pedagogy-heading .eyebrow {
  grid-column: 1 / -1;
}

.pedagogy-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.04;
}

.pedagogy-heading > p:last-child {
  margin: 0 0 5px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.75;
}

.pedagogy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 64px;
}

.pedagogy-grid article {
  padding: 30px;
  border: 1px solid rgba(29, 161, 245, 0.15);
  border-radius: 24px;
  background: rgba(255, 254, 250, 0.92);
}

.pedagogy-grid article:last-child {
  grid-column: 1 / -1;
}

.pedagogy-grid article > span {
  display: inline-grid;
  width: 31px;
  height: 31px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: rgba(29, 161, 245, 0.12);
  color: var(--blue-dark);
  font-size: 11px;
}

.pedagogy-grid h3 {
  margin: 0 0 12px;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.pedagogy-grid p {
  max-width: 650px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.pedagogy-statement {
  margin: 48px 0 0;
  padding: 34px 40px;
  border-radius: 24px;
  background: var(--navy);
  color: white;
  font-size: clamp(23px, 3vw, 34px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.award-section {
  padding-block: 135px;
  background:
    linear-gradient(120deg, rgba(246, 189, 54, 0.08), transparent 45%),
    var(--paper);
}

.award-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(55px, 9vw, 130px);
  align-items: center;
}

.award-visual {
  position: relative;
  margin: 0;
}

.award-visual::before {
  position: absolute;
  inset: -22px;
  z-index: -1;
  border-radius: 38px;
  background: #edf5ea;
  content: "";
  transform: rotate(-3deg);
}

.award-visual img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  box-shadow: var(--shadow);
}

.award-copy .eyebrow {
  color: var(--green);
}

.award-star {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  background: #edf4db;
  color: #bc8e0b;
  font-size: 12px;
}

.award-copy h2 {
  margin: 0;
  font-size: clamp(42px, 5.2vw, 68px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.award-copy > p:not(.eyebrow) {
  margin: 28px 0 34px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.85;
}

.award-copy p a {
  color: var(--blue-dark);
  font-weight: 400;
  text-decoration-color: rgba(8, 120, 189, 0.3);
  text-underline-offset: 3px;
}

.final-cta {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 9%;
  align-items: end;
  margin-bottom: 36px;
  padding: 82px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 0%, rgba(29, 161, 245, 0.45), transparent 35%),
    var(--green);
  color: white;
}

.final-cta h2 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(38px, 4.5vw, 58px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.05;
}

.final-cta > div > p:last-child {
  max-width: 650px;
  margin: 24px 0 0;
  color: #cde5da;
  font-size: 15px;
  line-height: 1.75;
}

.final-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.xd-story {
  display: grid;
  grid-template-columns: minmax(150px, 0.45fr) 1.55fr;
  gap: 8%;
  align-items: center;
  margin-bottom: 36px;
  padding: 64px 72px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.22), transparent 34%),
    var(--blue);
  color: white;
}

.xd-symbol {
  width: fit-content;
  font-size: clamp(62px, 8vw, 104px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1;
}

.xd-story-copy h2 {
  margin: 0;
  font-size: clamp(38px, 4.5vw, 58px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.04;
}

.xd-story-copy > p:last-child {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.75;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 10%;
  align-items: center;
  margin-bottom: 90px;
  padding-block: 84px;
}

.contact-copy h2 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(38px, 4.5vw, 58px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.contact-copy > p:last-child {
  max-width: 540px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.75;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 42px;
  border: 1px solid rgba(29, 161, 245, 0.18);
  border-radius: 28px;
  background: #f3f9fd;
  box-shadow: 0 22px 60px rgba(18, 42, 63, 0.08);
}

.form-field {
  display: grid;
  gap: 9px;
}

.form-field label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 400;
}

.form-field input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid #ccdbe4;
  border-radius: 16px;
  outline: none;
  background: white;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
}

.form-field input::placeholder {
  color: #81919d;
}

.form-field input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(29, 161, 245, 0.12);
}

.contact-form .button {
  justify-self: start;
}

.form-note {
  align-self: center;
  margin: 0;
  color: #6a7a86;
  font-size: 12px;
  line-height: 1.55;
}

.form-note a {
  color: var(--blue-dark);
  font-weight: 400;
  text-underline-offset: 3px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 145px;
  border-top: 1px solid var(--line);
}

.site-footer > p {
  margin: 0;
  color: #6a7a86;
  font-size: 11px;
}

.site-footer > p:last-child {
  justify-self: end;
}

.brand-footer .brand-logo {
  width: 58px;
  height: 58px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 90px 80px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .section-heading,
  .pedagogy-heading,
  .product-story,
  .product-story-reverse,
  .ecosystem-grid,
  .award-grid,
  .final-cta,
  .xd-story,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .section-heading > p:last-child {
    max-width: 620px;
    margin-top: 24px;
  }

  .pedagogy-heading > p:last-child {
    max-width: 620px;
    margin-top: 24px;
  }

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

  .pedagogy-grid article:last-child {
    grid-column: auto;
  }

  .product-list {
    gap: 110px;
    margin-top: 90px;
  }

  .product-copy {
    max-width: 660px;
  }

  .product-story-reverse .product-copy,
  .product-story-reverse .product-visual {
    grid-column: auto;
    grid-row: auto;
  }

  .product-story-reverse .product-visual {
    order: 2;
  }

  .ecosystem-grid {
    gap: 65px;
  }

  .award-grid {
    grid-template-columns: minmax(260px, 430px) 1fr;
    gap: 70px;
  }

  .final-cta {
    gap: 48px;
    padding: 64px;
  }

  .final-actions {
    max-width: 360px;
  }

  .xd-story {
    gap: 42px;
    padding: 54px;
  }
}

@media (max-width: 720px) {
  :root {
    --radius-image: 20px;
  }

  .section-shell {
    width: min(100% - 30px, 1180px);
  }

  .site-header {
    top: 8px;
    width: calc(100% - 16px);
    min-height: 62px;
    margin-top: 8px;
    padding: 8px 9px 8px 12px;
    border-radius: 17px;
  }

  .button-small {
    display: none;
  }

  .hero {
    gap: 60px;
    padding-block: 78px 65px;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 64px);
  }

  .hero-body {
    font-size: 15px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .hero-visual::before {
    inset: -12px 18px 20px -10px;
    border-radius: 28px;
  }

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

  .principles > div,
  .principles > div:first-child {
    min-height: 76px;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .principles > div:last-child {
    border-bottom: 0;
  }

  .suite-section,
  .ecosystem-section,
  .pedagogy-section,
  .award-section {
    padding-block: 95px;
  }

  .section-heading h2,
  .ecosystem-copy h2,
  .pedagogy-heading h2,
  .award-copy h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .product-list {
    gap: 95px;
    margin-top: 75px;
  }

  .product-story {
    gap: 42px;
  }

  .product-copy h3 {
    font-size: 36px;
  }

  .product-visual {
    padding: 7px;
    border-radius: 23px;
  }

  .product-visual img {
    border-radius: 15px;
  }

  .browser-bar {
    height: 29px;
  }

  .award-grid {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .award-visual {
    width: min(88%, 420px);
    margin-inline: auto;
  }

  .pedagogy-grid {
    gap: 14px;
    margin-top: 48px;
  }

  .pedagogy-grid article {
    padding: 25px;
    border-radius: 20px;
  }

  .pedagogy-statement {
    margin-top: 32px;
    padding: 28px 25px;
    border-radius: 20px;
  }

  .final-cta {
    width: calc(100% - 24px);
    margin-bottom: 28px;
    padding: 48px 28px;
    border-radius: 24px;
  }

  .xd-story {
    width: calc(100% - 24px);
    gap: 34px;
    margin-bottom: 28px;
    padding: 44px 28px;
    border-radius: 24px;
  }

  .contact-section {
    gap: 42px;
    margin-bottom: 40px;
    padding-block: 70px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 38px;
  }

  .site-footer > p:last-child {
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
