@font-face {
  font-family: "Inter Local";
  src: url("../fonts/inter-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Raleway Local";
  src: url("../fonts/raleway.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --navy: #001629;
  --navy-light: #00325b;
  --blue: #47a3fd;
  --button-blue: #2f6da9;
  --source-green: #22ad5c;
  --target-blue: #0b76b7;
  --off-white: #fafafa;
  --soft-gray: #f0f0f0;
  --ink: #191919;
  --body-copy: #4b4b4b;
  --contact-copy: #e1e1e1;
  --inter: "Inter Local", Inter, sans-serif;
  --raleway: "Raleway Local", Raleway, sans-serif;
  --wide-content: clamp(980px, calc(39.7436vw + 366.922px), 1200px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html.page-blog,
html.page-post {
  background-color: #f8f9f8;
}

.page-top-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background: var(--off-white);
  color: var(--ink);
  margin: 0;
  min-width: 320px;
  font-family: var(--inter);
  -webkit-font-smoothing: antialiased;
}

body.page-blog,
body.page-post {
  background: transparent;
}

body > main {
  flex: 1 0 auto;
}

body > .site-footer {
  flex-shrink: 0;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  background: var(--navy);
}

.header-inner {
  display: grid;
  grid-template-columns: 248px minmax(485px, 1fr) 247px;
  align-items: center;
  width: calc(100% - 160px);
  min-width: 980px;
  min-height: 77px;
  margin: 0 auto;
}

.brand {
  width: 171px;
  height: 40px;
  justify-self: end;
}

.brand img {
  width: 100%;
  height: 100%;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0 22px;
  color: var(--off-white);
  font-size: 14px;
  white-space: nowrap;
}

.desktop-nav a,
.login-button {
  transition: color 0.2s ease, border-color 0.2s ease;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  color: #a2d1fe;
}

.login-button {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 40px;
  padding: 8px 32px;
  border: 1px solid var(--off-white);
  border-radius: 50px;
  color: var(--off-white);
  font-size: 14px;
}

.login-button:hover {
  border-color: #a2d1fe;
  color: #a2d1fe;
}

.menu-toggle,
.mobile-nav,
.mobile-nav-backdrop,
.back-to-top {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 777px;
  background-color: var(--off-white);
  background-image: url("../images/blog-background.png");
  background-repeat: repeat;
}

.hero-inner {
  position: relative;
  width: var(--wide-content);
  min-width: 980px;
  height: 734px;
  margin: 0 auto;
}

.hero-copy {
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 3;
  width: 470px;
  font-family: var(--raleway);
}

.hero-emblem {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}

.hero-eyebrow {
  width: 432px;
  margin: 3px 0 71px 37px;
  color: var(--navy-light);
  font-family: var(--inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.22em;
}

.hero h1 {
  width: 439px;
  margin: 0 0 10px;
  color: var(--ink);
  font-family: var(--inter);
  font-size: 56px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.hero-actions {
  display: flex;
  gap: 24px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 12px 40px;
  font-family: var(--inter);
  font-size: 14px;
  font-weight: 700;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button-primary {
  width: 212px;
  border: 0;
  background: var(--button-blue);
  color: var(--off-white);
}

.button-primary span {
  margin-right: 8px;
}

.button-primary svg {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  fill: currentColor;
}

.button-primary:hover {
  background: var(--navy-light);
}

.button-secondary {
  width: 180px;
  border: 1px solid var(--navy-light);
  background: var(--off-white);
  color: var(--navy-light);
}

.button-secondary:hover {
  border-color: var(--button-blue);
  color: var(--button-blue);
}

.hero-art {
  position: absolute;
  top: 81px;
  left: 319px;
  width: 918px;
  height: 610px;
  transform: scale(1.06);
  transform-origin: top left;
}

.hero-art > picture {
  position: absolute;
  display: block;
  max-width: none;
}

.hero-art > picture > img {
  position: static;
  width: 100%;
  height: 100%;
  max-width: none;
}

.hero-glow {
  top: 0;
  left: 0;
  width: 600px;
  height: 600px;
}

.dashboard-desktop {
  top: 54px;
  left: 75px;
  width: 843px;
  height: 490px;
}

.dashboard-mobile {
  top: 266px;
  left: 275px;
  width: 169px;
  height: 344px;
}

.hero-divider {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  fill: var(--soft-gray);
}

.about {
  scroll-margin-top: 77px;
  background: var(--soft-gray);
  padding: 59px 0 60px;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 296px);
  justify-content: space-between;
  width: 980px;
  min-height: 423px;
  margin: 0 auto;
}

.about-card {
  width: 296px;
  font-family: var(--inter);
}

.about-heading {
  position: relative;
  height: 60px;
}

.about-icon {
  position: absolute;
  top: 8px;
  left: 6px;
  width: 32px;
  height: 32px;
}

.about-card h2 {
  position: absolute;
  top: 0;
  left: 54px;
  margin: 0;
  color: var(--navy);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.about-card:nth-child(2) .about-icon {
  left: 0;
}

.about-card:nth-child(2) h2 {
  left: 48px;
}

.about-rule {
  display: block;
  width: 296px;
  height: 10px;
  margin-bottom: 10px;
  border-top: 4px solid var(--button-blue);
}

.about-card p {
  width: 296px;
  margin: 0;
  color: var(--body-copy);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.how {
  position: relative;
  scroll-margin-top: 77px;
  min-height: 1115px;
  background-color: #063553;
  background-image: url("../images/how-background.png");
  background-image: image-set(
    url("../images/how-background.webp") type("image/webp"),
    url("../images/how-background.png") type("image/png")
  );
  background-position: top left;
  background-repeat: repeat;
  background-size: 1935px 522px;
  color: var(--off-white);
}

.how-inner {
  position: relative;
  width: 980px;
  min-height: 1115px;
  margin: 0 auto;
}

.section-title {
  position: absolute;
  top: 80px;
  left: 117px;
  width: 746px;
  margin: 0;
  text-align: center;
  color: var(--off-white);
  font-family: var(--inter);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.how-frame {
  position: absolute;
  z-index: 0;
  top: 399px;
  left: 0;
  width: 980px;
  height: 478px;
  border: 2px dashed var(--blue);
  border-radius: 16px;
}

.how-showcase {
  position: absolute;
  z-index: 3;
  top: 164px;
  left: 77px;
  width: 827px;
  height: 473px;
}

.how-dots {
  position: absolute;
  z-index: 1;
}

.how-dots-left {
  top: 0;
  left: 0;
  width: 224px;
  height: 104px;
}

.how-dots-right {
  top: 321px;
  left: 675px;
  width: 152px;
  height: 152px;
}

.how-video {
  position: absolute;
  z-index: 2;
  display: block;
  top: 40px;
  left: 64px;
  width: 699px;
  height: 393px;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: #000;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.how-video > img,
.how-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.how-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
}

.how-video-play circle {
  fill: rgba(0, 0, 0, 0.15);
  stroke: #fff;
  stroke-width: 1.5;
}

.how-video-play path {
  fill: #fff;
}

.how-video:hover .how-video-play {
  opacity: 0.8;
}

.feature-grid {
  position: absolute;
  z-index: 2;
  top: 640px;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 300px);
  gap: 40px;
  width: 980px;
  margin: 0;
}

.feature-card {
  position: relative;
  left: -13px;
  width: 327px;
  min-height: 388px;
  margin: 40px 0 49px;
  border-radius: 16px;
  background: var(--navy);
  box-shadow: 0 12px 24px 8px rgba(0, 0, 0, 0.24);
  padding: 24px 24px 48px;
  color: var(--soft-gray);
  transition: transform 0.5s ease-in-out;
}

.feature-card:hover {
  z-index: 1;
  transform: scale(1.05);
}

.feature-card:nth-child(3) {
  padding-bottom: 23px;
}

.feature-heading {
  position: relative;
  height: 53px;
}

.feature-heading img {
  position: absolute;
  top: 2px;
  left: 9px;
  width: 32px;
  height: 32px;
}

.feature-card:nth-child(2) .feature-heading img,
.feature-card:nth-child(3) .feature-heading img {
  left: 8px;
}

.feature-card h3 {
  position: absolute;
  top: 0;
  left: 53px;
  margin: 0;
  color: var(--off-white);
  font-family: var(--inter);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.feature-card:nth-child(2) h3 {
  left: 55px;
}

.feature-rule {
  display: block;
  width: 279px;
  height: 10px;
  margin: 0 0 8px;
  border-top: 2px solid var(--button-blue);
}

.feature-card p {
  width: 263px;
  margin: 0 0 0 8px;
  font-family: var(--inter);
  font-size: 14px;
  line-height: 1.75;
}

.testimonial {
  min-height: 433px;
  background-color: var(--off-white);
  background-image: url("../images/blog-background.png");
  background-repeat: repeat;
}

.testimonial-inner {
  position: relative;
  width: 980px;
  min-height: 433px;
  margin: 0 auto;
  text-align: center;
}

.testimonial h2 {
  width: 746px;
  margin: 0 auto 58px;
  padding-top: 104px;
  color: var(--ink);
  font-family: var(--inter);
  font-size: 32px;
  line-height: 1;
}

.testimonial-carousel {
  width: 746px;
  margin: 0 auto;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  align-items: flex-start;
  transition: height 0.35s ease, transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  will-change: height, transform;
}

.testimonial-slide {
  width: 746px;
  flex: 0 0 100%;
  margin: 0;
  color: #2f2e2e;
  font-family: var(--raleway);
  font-size: 18px;
  line-height: 1.4;
}

.testimonial-slide p {
  margin: 0;
}

.client-logos {
  position: absolute;
  top: 326px;
  left: 0;
  display: grid;
  grid-template-columns: 180px repeat(4, 176px);
  justify-content: center;
  width: 980px;
}

.client-logo {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: flex-end;
}

.client-logo:nth-child(1) img {
  width: 160px;
  height: 38px;
}

.client-logo:nth-child(2) img {
  width: 78px;
  height: 72px;
}

.client-logo:nth-child(3) img {
  width: 160px;
  height: 40px;
}

.client-logo:nth-child(4) img {
  width: 87px;
  height: 72px;
}

.client-logo:nth-child(5) img {
  width: 123px;
  height: 32px;
}

.contact {
  position: relative;
  scroll-margin-top: 77px;
  min-height: 951px;
  overflow: hidden;
  background-color: var(--off-white);
  background-image: url("../images/blog-background.png");
  background-repeat: repeat;
  padding: 103px 0 115px;
}

.contact::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 438px;
  background-color: var(--navy-light);
  background-image: url("../images/contact-background.png");
  background-repeat: repeat;
  background-size: 144px 80px;
  content: "";
}

.contact-panel {
  position: relative;
  z-index: 1;
  width: 958px;
  margin: 0 auto;
  border-radius: 16px;
  background: var(--navy);
  box-shadow: 0 12px 24px 8px rgba(0, 0, 0, 0.24);
  color: var(--off-white);
  text-align: center;
}

.contact-panel h2 {
  width: 684px;
  margin: 0 auto 56px;
  padding-top: 39px;
  color: var(--off-white);
  font-family: var(--inter);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

.contact-intro {
  width: 684px;
  margin: 0 auto 55px;
  color: var(--contact-copy);
  font-family: var(--inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 330px);
  gap: 24px;
  width: 684px;
  margin: 0 auto;
  padding-bottom: 52px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(47, 109, 169, 0.24);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-family: var(--inter);
  font-size: 16px;
  outline: none;
  padding: 12px 16px;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.contact-form input {
  height: 56px;
}

.contact-form textarea {
  grid-column: 1 / -1;
  min-height: 160px;
  resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border: 2px solid rgba(47, 109, 169, 0.8);
  background: #fafafa;
}

.contact-form button {
  grid-column: 1 / -1;
  justify-self: center;
  width: 528px;
  height: 48px;
  border: 0;
  border-radius: 80px;
  background: var(--button-blue);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: background 0.2s ease;
}

.form-captcha {
  grid-column: 1 / -1;
  justify-self: center;
  display: grid;
  grid-template-columns: 38px 1fr 64px;
  align-items: center;
  width: 234px;
  height: 60px;
  margin-bottom: 36px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #fafafa;
  padding: 8px 10px;
  color: #222;
  font-family: Arial, sans-serif;
  text-align: left;
}

.captcha-checkbox {
  width: 24px;
  height: 24px;
  border: 2px solid #555;
  background: #fff;
}

.captcha-label {
  font-size: 13px;
}

.captcha-brand {
  color: #555;
  font-size: 10px;
  line-height: 1.1;
  text-align: center;
}

.captcha-brand::before {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 1px;
  border: 5px solid #4a90e2;
  border-left-color: transparent;
  border-radius: 50%;
  content: "";
}

.captcha-brand small {
  display: block;
  font-size: 6px;
}

.contact-form button:hover {
  background: var(--navy-light);
}

.site-footer {
  border-top: 1px solid rgba(71, 163, 253, 0.14);
  background: linear-gradient(180deg, var(--navy), #00111f);
  color: var(--off-white);
  padding: 54px 0 24px;
}

.footer-inner {
  width: 980px;
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(230px, 1.1fr) minmax(320px, 1.35fr) auto;
  align-items: start;
  gap: 72px;
  padding-bottom: 42px;
}

.footer-brand {
  display: flex;
  width: max-content;
  flex-direction: column;
  gap: 16px;
}

.footer-brand img {
  width: 148px;
  height: auto;
}

.footer-brand span {
  color: #aebfcb;
  font-size: 13px;
  line-height: 1.5;
}

.footer-sitemap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px;
}

.footer-link-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.footer-link-group p,
.footer-connect > p {
  margin: 0 0 5px;
  color: #7790a3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-link-group a,
.footer-bottom a {
  color: #d7e1e8;
  font-size: 13px;
  line-height: 1.45;
  transition: color 0.2s ease;
}

.footer-link-group a:hover,
.footer-link-group a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--blue);
}

.footer-connect {
  justify-self: end;
}

.social-links {
  display: flex;
  gap: 18px;
  width: auto;
  margin-top: 16px;
}

.social-links a,
.social-links img {
  width: 24px;
  height: 24px;
}

.social-links a {
  opacity: 0.78;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  opacity: 1;
  transform: translateY(-2px);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding-top: 20px;
}

.footer-bottom p {
  margin: 0;
  color: #8096a6;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.page-blog main,
.page-post main {
  position: relative;
  isolation: isolate;
  background: #f8f9f8;
}

.page-blog {
  overflow-x: clip;
}

.page-blog main {
  overflow-x: hidden;
  overflow-y: visible;
}

.page-blog main::before,
.page-post main::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 560px;
  background-image: url("../images/blog-background.png");
  background-repeat: repeat;
  content: "";
  filter: blur(0.55px);
  opacity: 0.3;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 58%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 58%, transparent 100%);
}

.blog-shell {
  position: relative;
  z-index: 1;
  width: var(--wide-content);
  max-width: calc(100% - 48px);
  min-height: 813px;
  margin: 0 auto;
  padding: 56px 0 104px;
  font-family: var(--inter);
}

.page-blog .blog-shell {
  padding-top: 34px;
}

.footer-curve {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 210px;
  pointer-events: none;
}

.footer-curve-layer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  fill: var(--navy);
}

.footer-curve-layer-3 {
  height: 210px;
  opacity: 0.25;
}

.footer-curve-layer-2 {
  height: 190px;
  opacity: 0.333;
}

.footer-curve-layer-1 {
  height: 170px;
  opacity: 0.5;
}

.footer-curve-layer-0 {
  height: 150px;
}

.blog-hero {
  position: relative;
  min-height: 370px;
  overflow: visible;
  isolation: isolate;
  border: 1px solid rgba(71, 163, 253, 0.18);
  border-radius: 24px;
  background: linear-gradient(135deg, #001629 12%, #002744 100%);
  box-shadow: 0 24px 70px rgba(0, 22, 41, 0.16);
  color: var(--off-white);
}

.blog-hero::before {
  content: none;
}

.blog-hero-art {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 43%;
  height: 100%;
  overflow: visible;
}

.blog-hero::after {
  content: none;
}

.blog-hero-copy {
  position: relative;
  z-index: 2;
  width: min(650px, 62%);
  padding: 64px;
}

.blog-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 25px;
  color: var(--button-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.blog-eyebrow::before {
  width: 30px;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

.blog-hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(44px, 4.5vw, 62px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.blog-intro {
  max-width: 590px;
  margin: 27px 0 0;
  color: #c4d3df;
  font-family: var(--inter);
  font-size: 17px;
  line-height: 1.55;
}

.blog-hero-art::before {
  position: absolute;
  top: 50%;
  right: -72px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(71, 163, 253, 0.26) 0%, rgba(71, 163, 253, 0.16) 18%, rgba(71, 163, 253, 0.08) 34%, rgba(71, 163, 253, 0) 68%);
  content: "";
  filter: blur(24px);
  pointer-events: none;
  transform: translateY(-50%);
  z-index: 0;
}

.blog-orbit {
  position: absolute;
  border: 1px solid rgba(71, 163, 253, 0.24);
  border-radius: 50%;
}

.blog-orbit-large {
  top: -88px;
  right: -50px;
  width: 390px;
  height: 390px;
}

.blog-orbit-small {
  right: 91px;
  bottom: -82px;
  width: 240px;
  height: 240px;
}

.blog-path {
  position: absolute;
  top: 50%;
  right: 54px;
  width: 330px;
  height: 120px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  border-radius: 0 60px 0 0;
  opacity: 0.65;
}

.blog-node {
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 13px;
  border: 3px solid #002744;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 1px rgba(71, 163, 253, 0.45), 0 0 20px rgba(71, 163, 253, 0.7);
}

.blog-node-one {
  top: calc(50% - 7px);
  right: 371px;
}

.blog-node-two {
  top: calc(50% - 7px);
  right: 48px;
}

.blog-node-three {
  right: 157px;
  bottom: 54px;
}

.blog-feed-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 70px 0 25px;
}

.blog-feed-heading > div {
  display: flex;
  align-items: center;
  gap: 13px;
}

.blog-feed-heading > div > span {
  width: 30px;
  height: 1px;
  background: var(--button-blue);
}

.blog-feed-heading h2,
.blog-feed-heading p {
  margin: 0;
}

.blog-feed-heading h2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.blog-feed-heading p {
  color: #6e7780;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-feed {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
  margin: 0;
}

.post-card {
  display: flex;
  min-width: 0;
  min-height: 460px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(0, 50, 91, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 36px rgba(0, 22, 41, 0.07);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.post-card:hover {
  border-color: rgba(71, 163, 253, 0.4);
  box-shadow: 0 20px 48px rgba(0, 22, 41, 0.12);
  transform: translateY(-4px);
}

.post-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 27 / 8;
  overflow: hidden;
  background: var(--navy-light);
}

.post-card-image picture,
.post-card-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.post-card-image img {
  object-fit: cover;
}

.post-card-content {
  display: flex;
  min-height: 0;
  flex-direction: column;
  flex: 1;
  padding: 20px 24px 24px;
}

.post-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #75818a;
  font-size: 11px;
}

.post-card-meta > * + *::before {
  margin-right: 10px;
  color: #aab2b8;
  content: "/";
}

.post-card-title h2 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 10px;
  color: var(--navy);
  font-size: clamp(19px, 1.7vw, 23px);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.035em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post-card-title:hover h2 {
  color: var(--button-blue);
}

.post-card-excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #56616a;
  font-family: var(--inter);
  font-size: 13px;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post-card-link {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 8px;
  padding-top: 0;
  color: var(--button-blue);
  font-size: 12px;
  font-weight: 700;
}

.post-card-link svg {
  width: 18px;
  height: 18px;
}

.blog-cta {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.3fr) auto;
  align-items: center;
  gap: 56px;
  margin-top: 56px;
  padding: 42px 48px;
  border: 1px solid rgba(71, 163, 253, 0.28);
  border-radius: 16px;
  background-color: #063553;
  background-image: url("../images/how-background.png");
  background-position: center;
  background-size: cover;
  box-shadow: 0 24px 54px rgba(0, 22, 41, 0.16);
  color: #fff;
}

.blog-cta .section-kicker {
  margin-bottom: 16px;
}

.blog-cta h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.blog-cta-copy > p:last-child {
  max-width: 580px;
  margin: 16px 0 0;
  color: #c4d3df;
  font-size: 14px;
  line-height: 1.55;
}

.blog-cta-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.blog-cta-button {
  display: inline-flex;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 100px;
  background: var(--blue);
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}

.blog-cta-button:hover {
  background: #8bc8ff;
  transform: translateY(-1px);
}

.blog-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #d7e8f5;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.blog-cta-link span {
  transition: transform 0.2s ease;
}

.blog-cta-link:hover span {
  transform: translateX(4px);
}

/* Restrained editorial treatment for the blog index. */
.blog-hero {
  min-height: 285px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
}

.blog-hero::before {
  content: none;
}

.blog-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 50, 91, 0.18), rgba(71, 163, 253, 0.2) 68%, transparent 100%);
  content: "";
}

.blog-hero-copy {
  width: min(680px, 68%);
  padding: 48px 0 52px;
}

.blog-eyebrow {
  margin-bottom: 24px;
  line-height: 1.2;
}

.blog-hero h1 {
  color: var(--navy);
  font-size: clamp(52px, 5vw, 68px);
  font-weight: 500;
  line-height: 0.98;
}

.blog-intro {
  max-width: 650px;
  margin-top: 22px;
  color: #53616c;
  font-size: 16px;
}

.blog-hero-art {
  z-index: 2;
  top: 0;
  right: 0;
  width: 34%;
}

.blog-hero-art::before {
  right: -170px;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle at 50% 50%, rgba(71, 163, 253, 0.16) 0%, rgba(71, 163, 253, 0.09) 22%, rgba(71, 163, 253, 0.035) 42%, rgba(71, 163, 253, 0) 72%);
  filter: blur(28px);
}

.blog-hero-circle {
  position: absolute;
  top: 50%;
  right: 56px;
  width: 156px;
  height: 156px;
  border: 1px solid rgba(71, 163, 253, 0.4);
  border-radius: 50%;
  transform: translateY(-50%);
}

.blog-hero-circle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border: 4px solid var(--off-white);
  border-radius: 50%;
  background: var(--source-green);
  box-shadow: 0 0 0 1px rgba(34, 173, 92, 0.35), 0 0 18px rgba(34, 173, 92, 0.28);
  content: "";
  transform: translate(-50%, -50%);
}

.blog-hero-line {
  position: absolute;
  top: 50%;
  right: 0;
  width: 260px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--blue));
}

.blog-hero-plus {
  position: absolute;
  top: 46px;
  right: 232px;
  width: 19px;
  height: 19px;
}

.blog-hero-plus::before,
.blog-hero-plus::after {
  position: absolute;
  background: var(--blue);
  content: "";
}

.blog-hero-plus::before {
  top: 8px;
  left: 0;
  width: 19px;
  height: 3px;
}

.blog-hero-plus::after {
  top: 0;
  left: 8px;
  width: 3px;
  height: 19px;
}

.blog-feed-heading {
  margin: 54px 0 24px;
}

.post-feed {
  grid-template-columns: 1fr;
  gap: 20px;
}

.post-card {
  display: grid;
  min-height: 200px;
  grid-template-columns: minmax(236px, 26%) minmax(0, 1fr);
  flex-direction: initial;
  border-color: rgba(0, 50, 91, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 30px rgba(0, 22, 41, 0.06);
}

.post-card:hover {
  border-color: rgba(47, 109, 169, 0.28);
  box-shadow: 0 16px 38px rgba(0, 22, 41, 0.09);
  transform: none;
}

.post-card-image {
  position: relative;
  height: auto;
  min-height: 200px;
  align-self: stretch;
  aspect-ratio: auto;
}

.post-card-image picture {
  position: absolute;
  inset: 0;
}

.post-card-image picture,
.post-card-image img {
  width: 100%;
  height: 100%;
}

.post-card-content {
  padding: 18px 24px 18px;
}

.post-card-title h2 {
  margin: 0 0 8px;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.05;
}

.post-card-excerpt {
  max-width: 590px;
  font-size: 13px;
  line-height: 1.42;
  -webkit-line-clamp: 3;
}

.post-card-link {
  margin-top: 8px;
  padding-top: 0;
}

.post-shell {
  position: relative;
  z-index: 1;
  width: var(--wide-content);
  max-width: calc(100% - 48px);
  min-height: 800px;
  margin: 0 auto;
  padding: 48px 0 96px;
  color: #000;
  font-family: var(--inter);
}

.article {
  width: 100%;
  margin: 0 auto;
  padding: 64px 0 72px;
  border: 1px solid rgba(0, 50, 91, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 60px rgba(0, 22, 41, 0.08);
}

.article-mobile-title {
  display: none;
}

.article-back,
.article-header,
.article-content,
.article-footer {
  width: min(780px, calc(100% - 80px));
  margin-right: auto;
  margin-left: auto;
}

.article-back {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 35px;
  color: var(--button-blue);
  font-size: 14px;
  font-weight: 700;
}

.article-back span {
  transition: transform 0.2s ease;
}

.article-back:hover span {
  transform: translateX(-4px);
}

.article-header h1 {
  margin: 0 0 8px;
  color: #000;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.035em;
  overflow-wrap: break-word;
}

.article-meta {
  display: flex;
  gap: 22px;
  font-size: 14px;
  line-height: 22px;
}

.article-meta span::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 10px 3px 0;
  border-radius: 50%;
  background: currentColor;
}

.article-content {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.5;
}

.article-content > p,
.article-content > h2,
.article-content > figure {
  margin-right: 0;
  margin-left: 0;
}

.article-content p {
  margin-top: 0;
  margin-bottom: 24px;
}

.article-content h2 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
}

.article-content > p:first-child {
  margin: 0 0 24px;
}

.article-content img {
  width: 100%;
  height: auto;
}

.article-content figure {
  margin-top: 0;
  margin-bottom: 24px;
}

.article-content figcaption {
  padding: 16px 0;
  color: #444;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.article-footer {
  display: flex;
  gap: 22px;
  margin-top: 20px;
  padding: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  font-size: 15px;
}

.article-footer a,
.article-footer button {
  position: relative;
  display: block;
  width: 19px;
  height: 19px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
  cursor: pointer;
  transition: color 0.2s ease;
}

.article-footer svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.article-footer a:hover,
.article-footer button:hover {
  color: var(--button-blue);
}

.article-footer a:focus-visible,
.article-footer button:focus-visible {
  border-radius: 3px;
  outline: 2px solid var(--blue);
  outline-offset: 4px;
}

.article-share-copy::after {
  position: absolute;
  bottom: calc(100% + 11px);
  left: 50%;
  padding: 5px 8px;
  border-radius: 4px;
  background: var(--navy);
  color: #fff;
  content: attr(data-copy-feedback);
  font-size: 11px;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
  white-space: nowrap;
}

.article-share-copy.is-copied::after {
  opacity: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(-14px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.65s ease;
}

.blog-hero.reveal,
.post-card.reveal {
  transform: translateY(-14px);
}

.blog-hero.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.blog-hero.reveal.is-visible,
.post-card.reveal.is-visible {
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.65s ease;
}

.blog-hero.reveal.is-visible {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (min-width: 1280px) {
  .about-grid,
  .how-inner,
  .testimonial-inner,
  .footer-inner {
    width: var(--wide-content);
  }

  .section-title {
    left: calc(50% - 373px);
  }

  .how-frame {
    width: 100%;
  }

  .how-showcase {
    left: calc(50% - 413.5px);
  }

  .feature-grid {
    width: 100%;
    grid-template-columns: repeat(3, 300px);
    justify-content: space-between;
    gap: 0;
  }

  .feature-card {
    left: -13px;
  }

  .testimonial h2,
  .testimonial-carousel,
  .testimonial-slide {
    width: 820px;
  }

  .client-logos {
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
  }

  .contact-panel {
    width: var(--wide-content);
  }

  .contact-panel h2,
  .contact-intro,
  .contact-form {
    width: 780px;
  }

  .contact-form {
    grid-template-columns: repeat(2, 378px);
  }

  .contact-form button {
    width: 560px;
  }
}

@media (max-width: 767px) {
  .back-to-top {
    position: fixed;
    right: max(18px, env(safe-area-inset-right));
    bottom: max(68px, env(safe-area-inset-bottom));
    z-index: 47;
    display: inline-flex;
    width: 46px;
    height: 46px;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(71, 163, 253, 0.45);
    border-radius: 50%;
    background: rgba(0, 32, 57, 0.94);
    box-shadow: 0 12px 30px rgba(0, 10, 19, 0.3);
    color: #fff;
    opacity: 0;
    transform: translateY(10px);
    backdrop-filter: blur(8px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s;
  }

  .back-to-top.is-visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .back-to-top svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentcolor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .back-to-top:active {
    transform: translateY(1px);
  }
}

@keyframes client-logo-scroll {
  from {
    transform: translateX(-33.333333%);
  }

  to {
    transform: translateX(-66.666667%);
  }
}

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

  .reveal,
  .reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1023px) {
  .site-header {
    height: 63px;
  }

  .header-inner {
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 63px;
    padding: 0 5px 0 13px;
  }

  .brand {
    width: 126px;
    height: 30px;
    margin-right: auto;
  }

  .desktop-nav,
  .login-button {
    display: none;
  }

  .menu-toggle {
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 24px;
    height: 2px;
    background: #fff;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-nav {
    position: fixed;
    top: 71px;
    left: 50%;
    z-index: 49;
    display: grid;
    width: min(760px, calc(100vw - 24px));
    max-height: calc(100dvh - 83px);
    visibility: hidden;
    grid-template-columns: 1fr;
    gap: 4px;
    overflow-y: auto;
    border: 1px solid rgba(71, 163, 253, 0.18);
    border-radius: 16px;
    padding: 24px 18px 28px;
    background: linear-gradient(155deg, #002b4b 0%, var(--navy) 48%, #00111f 100%);
    box-shadow: 0 28px 70px rgba(0, 10, 19, 0.38);
    clip-path: inset(0 0 100% 0 round 16px);
    opacity: 0;
    transform: translate(-50%, -10px);
    transform-origin: top center;
    transition: clip-path 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease, transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.38s;
  }

  .mobile-nav::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--source-green), var(--target-blue));
    content: "";
  }

  .mobile-nav-backdrop {
    position: fixed;
    inset: 63px 0 0;
    z-index: 48;
    display: block;
    visibility: hidden;
    border: 0;
    background: rgba(0, 22, 41, 0.42);
    cursor: pointer;
    opacity: 0;
    touch-action: pan-y;
    backdrop-filter: blur(3px);
    transition: opacity 0.3s ease, visibility 0.3s;
  }

  .mobile-nav.is-open,
  .mobile-nav-backdrop.is-open {
    visibility: visible;
    opacity: 1;
  }

  .mobile-nav.is-open {
    clip-path: inset(0 0 0 0 round 16px);
    transform: translate(-50%, 0);
  }

  .mobile-nav-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 8px 12px;
    color: #91a9ba;
    font-size: 10px;
    font-weight: 700;
    grid-column: 1 / -1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .mobile-nav-label::after {
    height: 1px;
    flex: 1;
    background: rgba(255, 255, 255, 0.14);
    content: "";
  }

  .mobile-nav a {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 0 16px;
    color: #e4edf3;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    opacity: 0;
    transform: translateY(-6px);
    transition: background 0.2s ease, color 0.2s ease, opacity 0.25s ease, transform 0.3s ease;
  }

  .mobile-nav.is-open a {
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-nav.is-open a:nth-of-type(n + 4) {
    transition-delay: 0.04s;
  }

  .mobile-nav.is-open a:nth-of-type(n + 7) {
    transition-delay: 0.08s;
  }

  .mobile-nav a:hover,
  .mobile-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    outline: none;
  }

  .mobile-nav-actions {
    display: grid;
    width: 100%;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 308px) 104px;
    justify-content: end;
    gap: 8px;
    margin-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    padding-top: 20px;
  }

  .mobile-nav-actions a {
    min-height: 46px;
    justify-content: center;
    border-radius: 100px;
    padding: 0 14px;
    font-size: 14px;
    transition-delay: 0.1s;
  }

  .mobile-nav .mobile-nav-access {
    gap: 9px;
    background: var(--blue);
    color: var(--navy);
    box-shadow: 0 8px 22px rgba(71, 163, 253, 0.16);
  }

  .mobile-nav .mobile-nav-access:hover,
  .mobile-nav .mobile-nav-access:focus-visible {
    background: #8bc8ff;
    color: var(--navy);
  }

  .mobile-nav .mobile-nav-login {
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
  }

  .mobile-nav .mobile-nav-login:hover,
  .mobile-nav .mobile-nav-login:focus-visible {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.1);
  }

  .hero {
    min-height: 700px;
  }

  .hero-inner {
    width: 320px;
    min-width: 0;
    height: 650px;
  }

  .hero-copy {
    top: 23px;
    left: 13px;
    width: 302px;
    text-align: center;
  }

  .hero-eyebrow {
    width: 275px;
    margin: 4px 0 53px 27px;
    font-size: 10px;
  }

  .hero-emblem {
    width: 20px;
    height: 20px;
  }

  .hero h1 {
    width: 275px;
    margin: 0 0 49px 9px;
    font-size: 32px;
    line-height: 1.6;
    text-align: center;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .button {
    width: 288px;
    min-height: 41px;
    height: 41px;
    padding: 8px 40px;
    font-size: 14px;
  }

  .hero-art {
    top: 40px;
    left: 0;
    width: 635px;
    height: 571px;
    transform: none;
  }

  .hero-glow {
    top: 0;
    left: 15px;
    width: 501px;
    height: 501px;
  }

  .dashboard-desktop {
    display: none;
  }

  .dashboard-mobile {
    top: 26px;
    left: 134px;
    width: 230px;
    height: 469px;
  }

  .hero-divider {
    height: 50px;
    filter: drop-shadow(0 1px 0 var(--soft-gray));
  }

  .about {
    scroll-margin-top: 63px;
    padding: 31px 0 0;
  }

  .about-grid {
    display: block;
    width: 320px;
  }

  .about-card {
    width: 280px;
    margin: 20px 20px 31px;
  }

  .about-card:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .about-card:nth-child(3) {
    margin-top: 0;
    margin-bottom: 69px;
  }

  .about-heading {
    height: 52px;
  }

  .about-icon {
    top: 3px;
    left: 2px;
    width: 30px;
    height: 30px;
    margin: 0;
  }

  .about-card:nth-child(2) .about-heading,
  .about-card:nth-child(3) .about-heading {
    height: 58px;
  }

  .about-card:nth-child(2) .about-icon {
    top: 8px;
    left: 0;
    width: 32px;
    height: 32px;
  }

  .about-card:nth-child(3) .about-icon {
    top: 3px;
    left: 2px;
  }

  .about-card h2 {
    top: 0;
    left: 47px;
    margin: 0;
    font-size: 24px;
  }

  .about-card:nth-child(2) h2 {
    left: 48px;
    font-size: 31px;
  }

  .about-card:nth-child(3) h2 {
    left: 47px;
  }

  .about-rule {
    width: 280px;
    height: 9px;
    margin-bottom: 8px;
  }

  .about-card:nth-child(2) .about-rule,
  .about-card:nth-child(3) .about-rule {
    margin-bottom: 10px;
  }

  .about-card p {
    width: 280px;
    font-size: 14px;
    line-height: 1.75;
  }

  .how {
    scroll-margin-top: 63px;
    min-height: 0;
    padding: 22px 0 0;
  }

  .how-inner {
    width: 320px;
    min-height: 0;
  }

  .section-title {
    position: static;
    width: 280px;
    margin: 0 20px 13px;
    font-size: 26px;
    line-height: 1.6;
  }

  .how-frame {
    display: none;
  }

  .how-showcase {
    position: relative;
    top: auto;
    left: auto;
    width: 280px;
    height: 194px;
    margin: 0 20px 26px;
  }

  .how-dots-left {
    width: 160px;
    height: 74px;
    top: 120px;
    left: 60px;
  }

  .how-dots-right {
    width: 110px;
    height: 110px;
    top: 0;
    left: 85px;
  }

  .how-video {
    top: 17px;
    left: 0;
    width: 280px;
    height: 157px;
  }

  .how-video-play {
    width: 30px;
    height: 30px;
  }

  .feature-grid {
    position: static;
    display: block;
    width: 320px;
  }

  .feature-card {
    left: 0;
    width: 280px;
    min-height: 0;
    margin: 20px 20px 60px;
    padding: 19px 11px 10px;
  }

  .feature-card + .feature-card {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .feature-card:last-child {
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .feature-card:hover {
    transform: none;
  }

  .feature-heading {
    height: 46px;
  }

  .feature-heading img,
  .feature-card:nth-child(2) .feature-heading img,
  .feature-card:nth-child(3) .feature-heading img {
    top: 0;
    left: 6px;
    margin: 0;
  }

  .feature-card h3 {
    left: 46px;
    margin: 0;
    font-size: 23px;
  }

  .feature-card:nth-child(2) {
    padding-top: 20px;
    padding-bottom: 13px;
  }

  .feature-card:nth-child(2) .feature-heading {
    height: 45px;
  }

  .feature-card:nth-child(2) h3 {
    left: 46px;
  }

  .feature-card:nth-child(3) .feature-heading {
    height: 48px;
  }

  .feature-rule {
    width: 258px;
    height: 9px;
    margin: 0 0 7px;
  }

  .feature-card:nth-child(2) .feature-rule {
    margin-bottom: 9px;
  }

  .feature-card:nth-child(3) .feature-rule {
    margin-bottom: 10px;
  }

  .feature-card p {
    width: 233px;
    margin-left: 13px;
  }

  .feature-card:nth-child(2) p {
    margin-left: 15px;
  }

  .feature-card:nth-child(3) p {
    width: 240px;
    margin-left: 6px;
  }

  .testimonial {
    min-height: 0;
  }

  .testimonial-inner {
    width: 320px;
    min-height: 0;
  }

  .testimonial h2 {
    width: 280px;
    margin: 0 20px 10px;
    padding-top: 68px;
    font-size: 24px;
    line-height: 1;
  }

  .testimonial-carousel {
    width: 280px;
    margin: 0 20px 10px;
  }

  .testimonial-slide {
    width: 280px;
    font-size: 16px;
    line-height: 1.4;
  }

  .client-logos {
    position: static;
    display: block;
    width: 320px;
  }

  .client-logo {
    width: 320px;
    height: auto;
    padding: 20px 0;
  }

  .client-logo:nth-child(1) img {
    width: 110px;
    height: 26px;
  }

  .client-logo:nth-child(2) img {
    width: 60px;
    height: 55px;
  }

  .client-logo:nth-child(3) img {
    width: 110px;
    height: 28px;
  }

  .client-logo:nth-child(4) img {
    width: 60px;
    height: 49px;
  }

  .client-logo:nth-child(5) img {
    width: 90px;
    height: 23px;
  }

  .contact {
    scroll-margin-top: 63px;
    min-height: 898px;
    padding: 70px 0 0;
  }

  .contact::after {
    top: 380px;
    bottom: auto;
    height: 518px;
  }

  .contact-panel {
    width: 280px;
  }

  .contact-panel h2 {
    width: 258px;
    margin: 0 auto 10px;
    padding-top: 11px;
    font-size: 28px;
  }

  .contact-intro {
    width: 230px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
  }

  .contact-form {
    display: grid;
    grid-template-columns: 238px;
    gap: 10px;
    width: 258px;
    padding: 10px 10px 21px;
  }

  .contact-form input,
  .contact-form textarea {
    width: 238px;
  }

  .contact-form input {
    height: 56px;
  }

  .contact-form textarea {
    grid-column: 1;
    min-height: 160px;
  }

  .form-captcha {
    grid-column: 1;
    width: 235px;
    height: 57px;
    margin-bottom: 0;
  }

  .contact-form button {
    grid-column: 1;
    width: 120px;
    height: 42px;
    font-size: 13.714px;
  }

  .site-footer {
    padding: 42px 0 24px;
  }

  .footer-inner {
    width: calc(100% - 40px);
    max-width: 560px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 34px;
  }

  .footer-sitemap {
    gap: 36px;
  }

  .footer-connect {
    justify-self: start;
  }

  .footer-bottom {
    gap: 24px;
  }

  .blog-shell {
    width: 320px;
    min-height: 0;
    padding: 0 0 40px;
  }

  .page-blog .blog-shell {
    padding-bottom: 130px;
  }

  .footer-curve {
    height: 110px;
  }

  .footer-curve-layer {
    filter: drop-shadow(0 1px 0 var(--navy));
  }

  .footer-curve-layer-3 {
    height: 110px;
  }

  .footer-curve-layer-2 {
    height: 90px;
  }

  .footer-curve-layer-1 {
    height: 70px;
  }

  .footer-curve-layer-0 {
    height: 50px;
  }

  .blog-mobile-title {
    display: flex;
    height: 56px;
    align-items: center;
    padding: 0 20px;
    background: var(--button-blue);
    color: #fff;
    font-size: 20px;
  }

  .blog-tabs {
    display: none;
  }

  .post-feed {
    width: 280px;
    margin: 20px auto 0;
  }

  .post-card {
    display: flex;
    width: 280px;
    height: auto;
    flex-direction: column;
    border: 1px solid rgba(225, 225, 225, 0.8);
  }

  .post-card + .post-card {
    margin-top: 24px;
  }

  .post-card-image,
  .post-card-image img {
    width: 278px;
    height: auto;
    aspect-ratio: 836 / 626;
  }

  .post-card-content {
    padding: 20px 18px 18px;
  }

  .post-card-meta {
    order: -1;
    margin: 0 0 14px;
  }

  .post-card-title h2 {
    margin-bottom: 11px;
    font-size: 22px;
    line-height: 1.3;
  }

  .post-card-excerpt {
    line-height: 1.45;
  }

  .post-card-footer {
    margin-top: 18px;
  }

  .post-shell {
    width: 320px;
    padding-top: 0;
  }

  .article-mobile-title {
    display: flex;
    height: 56px;
    align-items: center;
    padding: 0 20px;
    background: var(--button-blue);
    color: #fff;
    font-size: 20px;
  }

  .article {
    width: 320px;
    padding-top: 20px;
  }

  .article-header,
  .article-content,
  .article-footer {
    width: 100%;
  }

  .article-header h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .article-header {
    padding-top: 12px;
  }

  .article-meta {
    font-size: 13px;
  }

  .article-content {
    font-size: 18px;
  }

  .article-content h2 {
    font-size: 26px;
    line-height: 33px;
  }

  .article-footer {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .mobile-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 8px;
  }
}

@media (max-width: 639px) {
  .mobile-nav-actions {
    grid-template-columns: minmax(0, 1fr) 104px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .site-footer {
    padding: 48px 0 24px;
  }

  .footer-inner {
    width: calc(100% - 48px);
    max-width: 900px;
  }

  .footer-main {
    grid-template-columns: minmax(190px, 0.9fr) minmax(280px, 1.35fr) auto;
    gap: 32px;
  }

  .footer-sitemap {
    gap: 28px;
  }
}

@media (max-width: 1023px) {
  .blog-shell {
    width: calc(100% - 48px);
    max-width: 900px;
    padding: 36px 0 88px;
  }

  .page-blog .blog-shell {
    padding-top: 24px;
    padding-bottom: 88px;
  }

  .blog-cta {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 48px;
    padding: 36px 40px;
  }

  .blog-hero {
    min-height: 270px;
  }

  .blog-hero-copy {
    width: 70%;
    padding: 40px 0 45px;
  }

  .blog-hero h1 {
    font-size: clamp(50px, 7vw, 62px);
  }

  .blog-hero-art {
    width: 30%;
  }

  .blog-hero-circle {
    right: 24px;
    width: 130px;
    height: 130px;
  }

  .blog-hero-line {
    width: 190px;
  }

  .blog-hero-plus {
    right: 150px;
  }

  .post-feed {
    width: 100%;
    margin: 0;
  }

  .post-card {
    display: grid;
    width: 100%;
    min-height: 240px;
    grid-template-columns: minmax(240px, 30%) minmax(0, 1fr);
    margin-top: 0;
  }

  .post-card-image {
    width: 100%;
    height: auto;
    min-height: 240px;
    aspect-ratio: auto;
  }

  .post-card-image img {
    width: 100%;
    height: 100%;
  }

  .post-card-content {
    padding: 22px 24px 24px;
  }

  .post-card-title h2 {
    font-size: clamp(20px, 2.4vw, 25px);
    line-height: 1.14;
  }

  .post-card-excerpt {
    line-height: 1.55;
  }

  .post-shell {
    width: calc(100% - 48px);
    max-width: 900px;
    padding: 36px 0 72px;
  }

  .article-mobile-title {
    display: none;
  }

  .article {
    width: 100%;
    padding: 48px 0 64px;
  }

  .article-back,
  .article-header,
  .article-content,
  .article-footer {
    width: min(740px, calc(100% - 64px));
  }

  .article-header {
    padding-top: 0;
  }

  .article-header h1 {
    font-size: 40px;
    line-height: 1.16;
  }
}

@media (max-width: 767px) {
  .blog-shell {
    width: 100%;
    max-width: none;
    padding: 18px 20px 72px;
  }

  .page-blog .blog-shell {
    padding-bottom: 72px;
  }

  .blog-cta {
    gap: 24px;
    margin-top: 40px;
    padding: 30px 24px;
    border-radius: 12px;
  }

  .blog-cta h2 {
    font-size: 30px;
  }

  .blog-cta-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .blog-hero {
    min-height: 250px;
  }

  .blog-hero-copy {
    width: 100%;
    padding: 28px 0 34px;
  }

  .blog-eyebrow {
    margin-bottom: 20px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .blog-hero h1 {
    font-size: 48px;
  }

  .blog-intro {
    max-width: calc(100% - 20px);
    margin-top: 18px;
    font-size: 15px;
  }

  .blog-hero-art {
    display: none;
  }

  .blog-feed-heading {
    margin: 40px 0 20px;
  }

  .blog-feed-heading h2 {
    font-size: 20px;
  }

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

  .post-card {
    display: flex;
    width: 100%;
    min-height: 0;
    flex-direction: column;
    margin-top: 0;
  }

  .post-card-image {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 11 / 5;
  }

  .post-card-image img {
    width: 100%;
    height: 100%;
  }

  .post-card-content {
    padding: 18px 18px 20px;
  }

  .post-card-meta {
    order: initial;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }

  .post-card-title h2 {
    margin-bottom: 9px;
    font-size: 21px;
    line-height: 1.14;
  }

  .post-card-excerpt {
    font-size: 12px;
    line-height: 1.45;
    -webkit-line-clamp: 2;
  }

  .post-card-link {
    padding-top: 14px;
    font-size: 12px;
  }

  .post-shell {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .article {
    width: 100%;
    padding: 34px 0 56px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .article-back,
  .article-header,
  .article-content,
  .article-footer {
    width: calc(100% - 40px);
  }

  .article-back {
    margin-bottom: 27px;
  }

  .article-header h1 {
    font-size: 34px;
    line-height: 1.17;
  }

  .article-meta {
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .article-content {
    font-size: 17px;
  }

  .article-footer {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .post-card {
    display: grid;
    min-height: 220px;
    grid-template-columns: minmax(170px, 30%) minmax(0, 1fr);
  }

  .post-card-image {
    height: auto;
    min-height: 220px;
    aspect-ratio: auto;
  }
}

@media (min-width: 1024px) and (max-width: 1139px) {
  .header-inner {
    width: 980px;
  }
}

/* Product-first homepage */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.page-home main {
  overflow: clip;
}

.header-inner {
  grid-template-columns: 178px minmax(430px, 1fr) auto;
  gap: 24px;
  width: var(--wide-content);
  max-width: calc(100% - 48px);
  min-width: 0;
}

.brand {
  justify-self: start;
  width: 160px;
  height: auto;
}

.desktop-nav {
  gap: 24px;
  justify-content: flex-start;
  padding: 0;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-access,
.login-button {
  display: inline-flex;
  width: auto;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 13px;
  white-space: nowrap;
}

.header-access {
  padding: 0 19px;
  background: var(--blue);
  color: var(--navy);
  font-weight: 700;
  transition: background 0.2s ease, transform 0.2s ease;
}

.header-access:hover {
  background: #8bc8ff;
  transform: translateY(-1px);
}

.login-button {
  padding: 0 17px;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--button-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-kicker::before {
  width: 30px;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

.section-kicker-light {
  color: var(--blue);
}

.product-section-shell,
.product-hero-inner,
.product-trust-inner {
  width: var(--wide-content);
  max-width: calc(100% - 48px);
  margin: 0 auto;
}

.product-hero {
  position: relative;
  min-height: 850px;
  overflow: hidden;
  scroll-margin-top: 77px;
  background: #f8f9f8;
}

.product-hero-without-trust {
  min-height: 700px;
}

.product-hero::before {
  position: absolute;
  inset: 0;
  background-image: url("../images/blog-background.png");
  background-repeat: repeat;
  content: "";
  filter: blur(0.55px);
  opacity: 0.34;
  transform: scale(1.005);
}

.product-hero::after {
  position: absolute;
  top: -260px;
  right: -180px;
  width: 820px;
  height: 820px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(71, 163, 253, 0.17), rgba(71, 163, 253, 0.04) 44%, transparent 70%);
  content: "";
  filter: blur(28px);
  pointer-events: none;
}

.product-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 700px;
}

.product-hero-copy {
  position: relative;
  z-index: 4;
  width: 620px;
  padding: 82px 0 72px;
}

.product-headline {
  margin: 0;
  color: var(--navy);
  font-size: clamp(48px, 4.5vw, 64px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.product-headline-visual,
.product-headline-visual > span:first-child,
.kinetic-source {
  display: block;
}

.product-headline-visual > span {
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.kinetic-slot {
  white-space: nowrap;
  transition: opacity 0.16s ease, filter 0.16s ease, transform 0.16s ease;
}

.kinetic-source {
  width: max-content;
  min-width: 18ch;
  margin: 5px 0;
  color: var(--source-green);
}

.kinetic-target {
  display: block;
  width: max-content;
  min-width: 15ch;
  color: var(--target-blue);
}

.kinetic-target::after {
  content: ".";
}

.product-headline .kinetic-source {
  color: #22ad5c;
}

.product-headline .kinetic-target {
  color: #0b76b7;
}

.kinetic-slot.is-shuffling {
  opacity: 0.35;
  filter: blur(1.5px);
  transform: translateY(4px);
}

.product-hero-text {
  max-width: 500px;
  margin: 30px 0 0;
  color: #52616d;
  font-size: 17px;
  line-height: 1.58;
}

.product-hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}

.product-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 100px;
  padding: 11px 24px;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.product-button:hover {
  transform: translateY(-2px);
}

.product-button-primary {
  background: var(--navy);
  color: #fff;
}

.product-button-primary:hover {
  background: var(--navy-light);
}

.product-button-secondary {
  border: 1px solid rgba(0, 50, 91, 0.24);
  background: rgba(255, 255, 255, 0.55);
  color: var(--navy-light);
}

.product-button-secondary:hover {
  border-color: var(--button-blue);
  color: var(--button-blue);
}

.product-hero-art {
  position: absolute;
  z-index: 2;
  top: 76px;
  left: 47%;
  width: 860px;
  height: 535px;
}

.product-hero-glow {
  position: absolute;
  top: -90px;
  left: -100px;
  width: 690px;
  height: 690px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(71, 163, 253, 0.28), rgba(71, 163, 253, 0.08) 43%, transparent 70%);
  filter: blur(24px);
}

.product-dashboard-desktop,
.product-dashboard-mobile {
  position: absolute;
  display: block;
  filter: drop-shadow(0 28px 36px rgba(0, 22, 41, 0.16));
}

.product-dashboard-desktop {
  top: 18px;
  left: 10px;
  width: 820px;
}

.product-dashboard-mobile {
  z-index: 2;
  top: 230px;
  left: 98px;
  width: 172px;
}

.product-dashboard-desktop img,
.product-dashboard-mobile img {
  width: 100%;
  height: auto;
}

.product-trust {
  position: relative;
  z-index: 3;
  min-height: 150px;
  border-top: 1px solid rgba(0, 50, 91, 0.1);
  border-bottom: 1px solid rgba(0, 50, 91, 0.1);
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(8px);
}

.product-trust-inner {
  display: grid;
  min-height: 150px;
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: 36px;
}

.product-trust-inner-stacked {
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 20px 0;
}

.product-trust-inner > p {
  margin: 0;
  color: #65717a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.product-trust-inner-stacked > p {
  text-align: center;
}

.product-trust-carousel {
  --logo-gap: 20px;
  --logo-static-gap: clamp(32px, 4vw, 48px);
  --logo-center-offset: 82.5px;
  --logo-mark-width: 106px;
  --logo-width: 165px;
  container-type: inline-size;
  min-width: 0;
}

.product-trust-logos {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.product-trust-sequence {
  display: flex;
  width: 100%;
  flex: 1 1 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--logo-static-gap);
  padding: 4px 0;
}

.product-trust-sequence[aria-hidden="true"] {
  display: none;
}

@container (max-width: 960px) {
  .product-trust-carousel.has-five-logos .product-trust-sequence {
    max-width: calc(var(--logo-width) + var(--logo-width) + var(--logo-width) + var(--logo-static-gap) + var(--logo-static-gap));
  }
}

@media (min-width: 768px) {
  .product-trust-carousel.is-marquee-wide {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
  }

  .product-trust-carousel.is-marquee-wide .product-trust-logos {
    position: relative;
    left: calc(50% - var(--logo-center-offset));
    width: max-content;
    justify-content: flex-start;
    animation: client-logo-scroll 38s linear infinite;
    will-change: transform;
  }

  .product-trust-carousel.is-marquee-wide .product-trust-sequence {
    width: auto;
    max-width: none;
    flex: none;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: var(--logo-gap);
    padding-right: var(--logo-gap);
  }

  .product-trust-carousel.is-marquee-wide .product-trust-sequence[aria-hidden="true"] {
    display: flex;
  }
}

.product-trust-carousel:has(.product-trust-logo:focus-visible) .product-trust-logos,
.product-trust-carousel.is-paused .product-trust-logos {
  animation-play-state: paused;
}

.product-trust-logo {
  display: flex;
  width: var(--logo-width);
  height: 70px;
  flex: none;
  align-items: center;
  justify-content: center;
  filter: grayscale(1);
  opacity: 0.7;
  transform-origin: center;
  transition: filter 0.24s ease, opacity 0.24s ease, transform 0.24s ease;
}

.product-trust-logo:hover,
.product-trust-logo:focus-visible {
  filter: grayscale(0.15);
  opacity: 1;
  outline: none;
  transform: scale(1.035);
}

.product-trust-logo:focus-visible {
  border-radius: 6px;
  box-shadow: 0 0 0 2px rgba(47, 109, 169, 0.52);
}

.product-trust-logo img {
  width: 100%;
  height: 100%;
  max-width: 165px;
  max-height: 64px;
  object-fit: contain;
}

.product-trust-logo-mark {
  width: var(--logo-mark-width);
}

.product-trust-logo.product-trust-logo-mark img {
  max-width: 70px;
  max-height: 70px;
}

.product-video-section {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 77px;
  padding: 116px 0 126px;
  background-color: #063553;
  background-image: url("../images/how-background.png");
  background-image: image-set(
    url("../images/how-background.webp") type("image/webp"),
    url("../images/how-background.png") type("image/png")
  );
  background-position: top left;
  background-repeat: repeat;
  background-size: 1935px 522px;
  color: #fff;
}

.product-video-section::before {
  content: none;
}

.product-video-section .product-section-shell {
  position: relative;
  z-index: 1;
}

.product-section-heading {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.product-section-heading .section-kicker {
  justify-content: center;
}

.product-section-heading h2,
.metrics-heading h2,
.proof-copy h2,
.integration-partnerships-heading h2,
.access-copy h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.product-section-heading > p:last-child,
.metrics-heading > p:last-child,
.access-copy > p:last-child {
  max-width: 600px;
  margin: 22px auto 0;
  color: #c1d0dc;
  font-size: 16px;
  line-height: 1.6;
}

.product-video-frame {
  position: relative;
  width: min(1000px, 100%);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  border: 1px solid rgba(71, 163, 253, 0.46);
  border-radius: 18px;
  background: #000;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.38);
  padding: 8px;
}

.product-video-marker {
  position: absolute;
  z-index: 3;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  pointer-events: none;
}

.product-video-marker-top {
  top: -4px;
  left: 14%;
  background: var(--source-green);
  box-shadow: 0 0 20px rgba(34, 173, 92, 0.8);
}

.product-video-marker-bottom {
  top: calc(100% - 4px);
  left: calc(89% - 8px);
  background: var(--target-blue);
  box-shadow: 0 0 20px rgba(11, 118, 183, 0.8);
}

.product-video-frame > .product-video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
  background: #000;
  box-shadow: none;
  object-fit: contain;
}

.product-workflow {
  scroll-margin-top: 77px;
  padding: 120px 0;
  background: #f8f9f8;
}

.product-section-heading-dark {
  color: var(--navy);
}

.product-section-heading-dark > p:last-child {
  color: var(--body-copy);
}

.pipeline-route {
  display: grid;
  max-width: 940px;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  margin: 62px auto 72px;
}

.pipeline-route-node {
  display: inline-flex;
  min-width: 150px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 50, 91, 0.18);
  border-radius: 100px;
  background: #fff;
  color: var(--navy-light);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(0, 22, 41, 0.06);
}

.pipeline-route-core {
  min-width: 178px;
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
  letter-spacing: 0.12em;
}

.pipeline-route-source {
  border-color: rgba(34, 173, 92, 0.34);
  background: rgba(34, 173, 92, 0.07);
  color: var(--source-green);
}

.pipeline-route-target {
  border-color: rgba(11, 118, 183, 0.34);
  background: rgba(11, 118, 183, 0.07);
  color: var(--target-blue);
}

.pipeline-route-source,
.pipeline-route-target {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pipeline-route-source:hover,
.pipeline-route-source:focus-visible,
.pipeline-route-target:hover,
.pipeline-route-target:focus-visible {
  outline: none;
  transform: translateY(-2px);
}

.pipeline-route-source:hover,
.pipeline-route-source:focus-visible {
  border-color: rgba(34, 173, 92, 0.72);
  box-shadow: 0 12px 28px rgba(34, 173, 92, 0.13);
}

.pipeline-route-target:hover,
.pipeline-route-target:focus-visible {
  border-color: rgba(11, 118, 183, 0.72);
  box-shadow: 0 12px 28px rgba(11, 118, 183, 0.13);
}

.pipeline-route-line {
  --route-pulse: 11, 118, 183;
  --route-pulse-end: calc(100% + 8px);
  position: relative;
  display: block;
  height: 1px;
  overflow: visible;
  background: rgba(47, 109, 169, 0.42);
}

.pipeline-route-line::before,
.pipeline-route-line::after,
.pipeline-route-line i {
  position: absolute;
  top: 50%;
  left: -8px;
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 50%;
  background: rgb(var(--route-pulse));
  box-shadow: 0 0 0 4px rgba(var(--route-pulse), 0.14), 0 0 12px rgba(var(--route-pulse), 0.7);
  content: "";
  opacity: 0;
  transform: translateY(-50%) scale(0.7);
  animation: route-pulse-horizontal 2.4s linear infinite;
}

.pipeline-route-line::before {
  animation-delay: -1.6s;
}

.pipeline-route-line i {
  animation-delay: -0.8s;
}

.pipeline-route-line::after {
  animation-delay: 0s;
}

.pipeline-route-source + .pipeline-route-line {
  --route-pulse: 34, 173, 92;
  background: linear-gradient(90deg, rgba(34, 173, 92, 0.55), rgba(0, 22, 41, 0.42));
}

.pipeline-route-core + .pipeline-route-line {
  --route-pulse: 11, 118, 183;
  background: linear-gradient(90deg, rgba(0, 22, 41, 0.42), rgba(11, 118, 183, 0.62));
}

.pipeline-route-core + .pipeline-route-line::before,
.pipeline-route-core + .pipeline-route-line::after,
.pipeline-route-core + .pipeline-route-line i {
  animation-name: route-pulse-horizontal-target;
}

@keyframes route-pulse-horizontal {
  0% {
    left: -8px;
    opacity: 0;
    transform: translateY(-50%) scale(0.65);
  }

  14% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }

  82% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }

  100% {
    left: var(--route-pulse-end);
    opacity: 0;
    transform: translateY(-50%) scale(0.65);
  }
}

@keyframes route-pulse-horizontal-target {
  0% {
    left: -8px;
    opacity: 0;
    transform: translateY(-50%) scale(0.65);
  }

  14% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }

  82% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }

  92% {
    opacity: 0;
  }

  100% {
    left: var(--route-pulse-end);
    opacity: 0;
    transform: translateY(-50%) scale(0.65);
  }
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(0, 50, 91, 0.14);
  border-bottom: 1px solid rgba(0, 50, 91, 0.14);
}

.workflow-step {
  min-height: 225px;
  padding: 34px 40px 36px;
}

.workflow-step + .workflow-step {
  border-left: 1px solid rgba(0, 50, 91, 0.14);
}

.workflow-step-number {
  display: block;
  margin-bottom: 38px;
  color: var(--button-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.workflow-step:first-child .workflow-step-number {
  color: var(--source-green);
}

.workflow-step:nth-child(2) .workflow-step-number {
  color: var(--target-blue);
}

.workflow-step h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.workflow-step p {
  max-width: 285px;
  margin: 0;
  color: #5a6670;
  font-size: 14px;
  line-height: 1.6;
}

.product-text-link {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 12px;
  margin: 32px auto 0;
  color: var(--button-blue);
  font-size: 14px;
  font-weight: 700;
}

.product-text-link span,
.integration-partner a span {
  transition: transform 0.2s ease;
}

.product-text-link:hover span,
.integration-partner a:hover span {
  transform: translateX(4px);
}

.product-metrics {
  padding: 106px 0;
  background-color: var(--navy-light);
  background-image: url("../images/contact-background.png");
  background-repeat: repeat;
  background-size: 144px 80px;
  color: #fff;
}

.product-metrics .product-section-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(600px, 1.6fr);
  align-items: end;
  gap: 70px;
}

.metrics-heading > p:last-child {
  margin-right: 0;
  margin-left: 0;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.metric {
  min-height: 190px;
  padding: 32px 25px;
}

.metric + .metric {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.metric strong {
  display: block;
  color: var(--blue);
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.055em;
}

.metric span {
  display: block;
  max-width: 170px;
  margin-top: 34px;
  color: #d6e0e8;
  font-size: 13px;
  line-height: 1.45;
}

.product-proof {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 77px;
  padding: 124px 0;
  background-color: #f7f9f8;
  background-image:
    radial-gradient(circle at 8% 20%, rgba(34, 173, 92, 0.04), transparent 34%),
    radial-gradient(circle at 88% 34%, rgba(11, 118, 183, 0.06), transparent 38%);
  background-repeat: no-repeat;
}

.product-proof::before {
  position: absolute;
  inset: -4px;
  background-image: url("../images/blog-background.png");
  background-repeat: repeat;
  content: "";
  filter: blur(0.65px);
  opacity: 0.82;
  pointer-events: none;
  transform: scale(1.005);
}

.product-proof > .product-section-shell {
  position: relative;
  z-index: 1;
}

.proof-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(520px, 1.18fr);
  align-items: start;
  gap: 82px;
}

.proof-copy h2 {
  color: var(--navy);
}

.proof-copy-text {
  max-width: 430px;
  margin: 26px 0 0;
  color: #52616d;
  font-size: 17px;
  line-height: 1.62;
}

.integration-partnerships {
  scroll-margin-top: 77px;
  margin-top: 82px;
  border-top: 1px solid rgba(0, 50, 91, 0.16);
  padding-top: 52px;
}

.integration-partnerships-only {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

.integration-partnerships-heading .section-kicker {
  margin-bottom: 16px;
}

.integration-partnerships-heading h2 {
  color: var(--navy);
}

.integration-partnerships-heading > p:last-child {
  max-width: 680px;
  margin: 18px 0 0;
  color: #52616d;
  font-size: 16px;
  line-height: 1.6;
}

.integration-partnerships-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1fr));
  gap: 18px;
  margin-top: 30px;
}

.integration-partner {
  display: grid;
  min-height: 150px;
  overflow: hidden;
  grid-template-columns: 170px minmax(0, 1fr);
  border: 1px solid rgba(0, 50, 91, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 30px rgba(0, 22, 41, 0.05);
}

.integration-partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 50, 91, 0.1);
  padding: 24px;
}

.integration-partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.integration-partner-logo a {
  display: flex;
  width: min(120px, 100%);
  height: 54px;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.integration-partner-logo a:hover,
.integration-partner-logo a:focus-visible {
  transform: scale(1.035);
}

.integration-partner-logo a:focus-visible {
  border-radius: 6px;
  outline: 2px solid var(--button-blue);
  outline-offset: 3px;
}

.integration-partner-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 22px 28px;
}

.integration-partner-copy > p {
  margin: 0 0 8px;
  color: #69757e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.integration-partner h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

.integration-partner a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--button-blue);
  font-size: 13px;
  font-weight: 700;
}

.testimonial-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 18px;
  background: var(--navy);
  box-shadow: 0 22px 58px rgba(0, 22, 41, 0.15);
  color: #fff;
}

.testimonial-card-static .testimonial-track {
  transition: none;
  will-change: auto;
}

.testimonial-card::before {
  position: absolute;
  top: 34px;
  left: 38px;
  color: var(--blue);
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 92px;
  line-height: 1;
  opacity: 0.55;
}

.testimonial-card .testimonial-slide {
  display: flex;
  width: 100%;
  min-height: 0;
  flex: 0 0 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding: 92px 78px 46px;
  color: #fff;
  font-family: var(--inter);
  font-size: 23px;
  line-height: 1.5;
}

.testimonial-card .testimonial-slide > p {
  max-width: 570px;
}

.testimonial-card .testimonial-slide footer {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 32px;
  font-size: 13px;
  line-height: 1.4;
}

.testimonial-card .testimonial-slide footer strong {
  font-weight: 700;
}

.testimonial-card .testimonial-slide footer span {
  color: #aebfcb;
}

.testimonial-controls {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.testimonial-controls button {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  width: clamp(52px, 6vw, 72px);
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  pointer-events: auto;
  transition: color 0.2s ease;
}

.testimonial-controls [data-testimonial-prev] {
  left: 0;
}

.testimonial-controls [data-testimonial-next] {
  right: 0;
}

.testimonial-controls button:focus-visible {
  color: var(--blue);
}

.testimonial-controls [data-testimonial-prev]:focus-visible {
  background: linear-gradient(90deg, rgba(0, 170, 255, 0.2), rgba(0, 170, 255, 0));
}

.testimonial-controls [data-testimonial-next]:focus-visible {
  background: linear-gradient(270deg, rgba(0, 170, 255, 0.2), rgba(0, 170, 255, 0));
}

@media (hover: hover) and (pointer: fine) {
  .testimonial-controls button:hover {
    color: var(--blue);
  }

  .testimonial-controls [data-testimonial-prev]:hover {
    background: linear-gradient(90deg, rgba(0, 170, 255, 0.2), rgba(0, 170, 255, 0));
  }

  .testimonial-controls [data-testimonial-next]:hover {
    background: linear-gradient(270deg, rgba(0, 170, 255, 0.2), rgba(0, 170, 255, 0));
  }
}

.testimonial-controls button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: -3px;
}

.testimonial-status {
  min-width: 38px;
  color: #9eb0bd;
  font-size: 11px;
  text-align: center;
}

.testimonial-footer {
  position: relative;
  display: flex;
  height: 66px;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.testimonial-timer {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 2px;
  overflow: hidden;
}

.testimonial-timer i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--source-green), var(--target-blue));
  transform: scaleX(0);
  transform-origin: left center;
}

.testimonial-timer.is-running i {
  animation: testimonial-timer 8s linear forwards;
}

.testimonial-card.is-paused .testimonial-timer i {
  animation-play-state: paused;
}

@keyframes testimonial-timer {
  to {
    transform: scaleX(1);
  }
}

.product-access {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 77px;
  padding: 112px 0;
  background: var(--navy);
  color: #fff;
}

.product-access::before {
  content: none;
}

.product-access-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(520px, 1.2fr);
  align-items: start;
  gap: 100px;
}

.access-copy {
  padding-top: 30px;
}

.access-copy > p:last-child {
  margin-right: 0;
  margin-left: 0;
}

.access-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  border: 1px solid rgba(71, 163, 253, 0.2);
  border-radius: 18px;
  background: rgba(0, 22, 41, 0.94);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.3);
  padding: 36px;
}

.access-form label {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.access-form label > span {
  color: #b8c8d4;
  font-size: 12px;
  font-weight: 600;
}

.access-form-wide {
  grid-column: 1 / -1;
}

.access-form input,
.access-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  outline: none;
  padding: 13px 14px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.access-form input {
  height: 48px;
}

.access-form textarea {
  min-height: 105px;
  resize: vertical;
}

.access-onboarding {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.access-onboarding legend {
  margin-bottom: 9px;
  padding: 0;
  color: #b8c8d4;
  font-size: 12px;
  font-weight: 600;
}

.access-onboarding-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.access-form .access-onboarding-option {
  position: relative;
  display: block;
  cursor: pointer;
}

.access-form .access-onboarding-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.access-form .access-onboarding-option span {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.045);
  padding: 12px 14px;
  color: #d7e2e9;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.access-form .access-onboarding-option span::before {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px var(--navy);
  content: "";
}

.access-form .access-onboarding-option input:checked + span {
  border-color: rgba(71, 163, 253, 0.72);
  background: rgba(71, 163, 253, 0.11);
  color: #fff;
}

.access-form .access-onboarding-option input:checked + span::before {
  border-color: var(--blue);
  background: var(--blue);
}

.access-form .access-onboarding-option input:focus-visible + span {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

.access-form input:focus,
.access-form textarea:focus {
  border-color: var(--blue);
  background: rgba(255, 255, 255, 0.09);
}

.access-form button {
  display: inline-flex;
  min-height: 48px;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 100px;
  background: var(--blue);
  color: var(--navy);
  cursor: pointer;
  font-weight: 700;
  transition: background 0.2s ease, transform 0.2s ease;
}

.access-form button:not(:disabled):hover {
  background: #8bc8ff;
  transform: translateY(-1px);
}

.access-form button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.access-turnstile {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 65px;
  justify-content: center;
}

.access-form-status {
  position: relative;
  margin: 0;
  border: 1px solid rgba(71, 163, 253, 0.28);
  border-radius: 9px;
  background: rgba(71, 163, 253, 0.09);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  padding: 12px 14px;
  color: #d7e2e9;
  font-size: 13px;
  line-height: 1.5;
}

.access-form-status:empty {
  display: none;
}

.access-form-status.is-error {
  border-color: rgba(255, 142, 142, 0.38);
  background: rgba(255, 142, 142, 0.1);
  padding-left: 42px;
  color: #ffb4b4;
}

.access-form-status.is-error::before {
  position: absolute;
  top: 50%;
  left: 14px;
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentcolor;
  border-radius: 50%;
  content: "!";
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

.access-form-status.is-success {
  color: #85e4aa;
}

.access-form [aria-invalid="true"] {
  border-color: #ff8e8e;
}

.access-form.is-complete {
  display: block;
  min-height: 470px;
}

.access-form.is-complete > :not(.access-confirmation) {
  display: none;
}

.access-confirmation {
  position: relative;
  z-index: 0;
  display: flex;
  min-height: 396px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(71, 163, 253, 0.22);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(71, 163, 253, 0.12), rgba(34, 173, 92, 0.07));
  padding: 48px;
  text-align: center;
  outline: none;
}

.access-confirmation[hidden] {
  display: none;
}

.access-confirmation::before {
  position: absolute;
  z-index: -1;
  top: 10%;
  left: 50%;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(71, 163, 253, 0.17), rgba(71, 163, 253, 0) 68%);
  content: "";
  transform: translateX(-50%);
}

.access-confirmation-mark {
  display: inline-flex;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 1px solid rgba(133, 228, 170, 0.5);
  border-radius: 50%;
  background: rgba(34, 173, 92, 0.13);
  box-shadow: 0 0 0 9px rgba(34, 173, 92, 0.045), 0 18px 45px rgba(0, 0, 0, 0.2);
  color: #85e4aa;
}

.access-confirmation-mark svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.access-confirmation .section-kicker {
  margin-bottom: 14px;
}

.access-confirmation h3 {
  max-width: 480px;
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.access-confirmation > p:not(.section-kicker) {
  max-width: 520px;
  margin: 20px 0 0;
  color: #b8c8d4;
  font-size: 15px;
  line-height: 1.65;
}

.access-confirmation .access-confirmation-email {
  margin-top: 12px;
  color: #e3edf3;
}

.access-confirmation-email strong {
  color: #fff;
  overflow-wrap: anywhere;
}

@media (max-width: 1199px) and (min-width: 1024px) {
  .header-inner {
    grid-template-columns: 150px minmax(390px, 1fr) auto;
    gap: 14px;
  }

  .brand {
    width: 142px;
  }

  .desktop-nav {
    gap: 16px;
    font-size: 13px;
  }

  .header-access,
  .login-button {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 12px;
  }

  .product-hero-copy {
    width: 550px;
  }

  .product-headline {
    font-size: 51px;
  }

  .product-hero-art {
    left: 60%;
  }

  .product-metrics .product-section-shell {
    grid-template-columns: 300px 1fr;
    gap: 38px;
  }

  .proof-grid,
  .product-access-shell {
    gap: 54px;
  }
}

@media (max-width: 1023px) {
  .header-inner {
    display: flex;
    width: 100%;
    max-width: none;
    min-height: 63px;
    gap: 0;
    padding: 0 5px 0 13px;
  }

  .brand {
    width: 126px;
    height: 30px;
    margin-right: auto;
  }

  .desktop-nav,
  .header-actions {
    display: none;
  }

  .product-section-shell,
  .product-hero-inner,
  .product-trust-inner {
    width: calc(100% - 48px);
    max-width: 900px;
  }

  .product-hero {
    min-height: 780px;
    scroll-margin-top: 63px;
  }

  .product-hero-without-trust {
    min-height: 620px;
  }

  .product-hero-inner {
    min-height: 620px;
  }

  .product-hero-copy {
    width: min(570px, 64%);
    padding: 64px 0 0;
  }

  .product-headline {
    font-size: 58px;
  }

  .product-hero-art {
    top: 92px;
    left: 63%;
    width: 850px;
    height: 445px;
  }

  .product-dashboard-desktop {
    width: 720px;
  }

  .product-dashboard-mobile {
    top: 195px;
    left: 85px;
    width: 150px;
  }

  .product-trust {
    min-height: 165px;
  }

  .product-trust-inner {
    min-height: 165px;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 0;
  }

  .product-trust-inner > p {
    text-align: center;
  }

  .product-trust-logos {
    animation-duration: 38s;
  }

  .product-trust-carousel {
    --logo-center-offset: 90px;
    --logo-mark-width: 115px;
    --logo-width: 180px;
  }

  .product-trust-logo img {
    max-width: 150px;
    max-height: 58px;
  }

  .product-video-section,
  .product-workflow,
  .product-proof,
  .product-access {
    padding: 92px 0;
  }

  .product-video-section {
    scroll-margin-top: 63px;
  }

  .integration-partnerships {
    scroll-margin-top: 63px;
  }

  .product-metrics {
    padding: 88px 0;
  }

  .product-metrics .product-section-shell,
  .product-access-shell {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .metrics-heading {
    max-width: 620px;
  }

  .proof-grid {
    grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(24px, 4vw, 42px);
  }

  .testimonial-card .testimonial-slide {
    min-height: 0;
    padding: 84px 64px 40px;
    font-size: 20px;
  }

  .access-copy {
    max-width: 620px;
    padding-top: 0;
  }
}

@media (max-width: 899px) {
  .integration-partner {
    grid-template-columns: 1fr;
  }

  .integration-partner-logo {
    min-height: 96px;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 50, 91, 0.1);
    padding: 22px 24px;
  }

  .integration-partner-copy {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .product-section-shell,
  .product-hero-inner,
  .product-trust-inner {
    width: calc(100% - 40px);
  }

  .product-hero {
    min-height: 1120px;
  }

  .product-hero-without-trust {
    min-height: 940px;
  }

  .product-hero-inner {
    min-height: 940px;
  }

  .product-hero-copy {
    width: 100%;
    padding-top: 46px;
  }

  .section-kicker {
    margin-bottom: 20px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .product-headline {
    font-size: clamp(30px, 9.6vw, 48px);
    line-height: 1.02;
  }

  .kinetic-source {
    min-width: 0;
    max-width: 100%;
  }

  .kinetic-target {
    min-width: 0;
  }

  .product-hero-text {
    margin-top: 25px;
    font-size: 15px;
  }

  .product-hero-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 27px;
  }

  .product-button {
    width: 100%;
  }

  .product-hero-art {
    top: 520px;
    left: max(20px, calc(50% - 295px));
    width: 690px;
    height: 330px;
    transform: none;
  }

  .product-dashboard-desktop {
    left: 0;
    width: 590px;
    transform: none;
  }

  .product-dashboard-mobile {
    top: 158px;
    left: 72px;
    width: 122px;
  }

  .product-trust {
    min-height: 155px;
  }

  .product-trust-inner {
    min-height: 155px;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px 0 24px;
  }

  .product-trust-inner > p {
    text-align: center;
  }

  .product-trust-logos {
    animation-duration: 34s;
  }

  .product-trust-carousel {
    --logo-gap: 14px;
    --logo-static-gap: 24px;
    --logo-center-offset: 65px;
    --logo-mark-width: 84px;
    --logo-width: 130px;
  }

  .product-trust-carousel.is-marquee-narrow {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
  }

  .product-trust-carousel.is-marquee-narrow .product-trust-logos {
    position: relative;
    left: calc(50% - var(--logo-center-offset));
    width: max-content;
    justify-content: flex-start;
    animation: client-logo-scroll 34s linear infinite;
    will-change: transform;
  }

  .product-trust-carousel.is-marquee-narrow .product-trust-sequence {
    width: auto;
    max-width: none;
    flex: none;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: var(--logo-gap);
    padding-right: var(--logo-gap);
  }

  .product-trust-carousel.is-marquee-narrow .product-trust-sequence[aria-hidden="true"] {
    display: flex;
  }

  .product-trust-logo {
    height: 55px;
  }

  .product-trust-logo img {
    max-width: 105px;
    max-height: 48px;
  }

  .product-video-section,
  .product-workflow,
  .product-proof,
  .product-access {
    padding: 72px 0;
  }

  .product-section-heading {
    margin-bottom: 38px;
    text-align: left;
  }

  .product-section-heading .section-kicker {
    justify-content: flex-start;
  }

  .product-section-heading h2,
  .metrics-heading h2,
  .proof-copy h2,
  .integration-partnerships-heading h2,
  .access-copy h2 {
    font-size: clamp(34px, 9vw, 43px);
  }

  .product-section-heading > p:last-child,
  .metrics-heading > p:last-child,
  .access-copy > p:last-child {
    margin-top: 18px;
    font-size: 15px;
  }

  .product-video-frame {
    border-radius: 12px;
    padding: 5px;
  }

  .product-video-frame > .product-video {
    border-radius: 8px;
  }

  .pipeline-route {
    width: 190px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin: 46px auto 52px;
  }

  .pipeline-route-node {
    width: 170px;
    min-width: 0;
    min-height: 50px;
    font-size: 13px;
  }

  .pipeline-route-line {
    width: 1px;
    height: 54px;
  }

  .pipeline-route-line::before,
  .pipeline-route-line::after,
  .pipeline-route-line i {
    top: -8px;
    left: 50%;
    transform: translateX(-50%) scale(0.7);
    animation-duration: 1.2s;
    animation-name: route-pulse-vertical;
  }

  .pipeline-route-line::after {
    display: none;
  }

  .pipeline-route-line::before {
    animation-delay: -0.6s;
  }

  .pipeline-route-line i {
    animation-delay: 0s;
  }

  .pipeline-route-core + .pipeline-route-line::before,
  .pipeline-route-core + .pipeline-route-line::after,
  .pipeline-route-core + .pipeline-route-line i {
    animation-name: route-pulse-vertical-target;
  }

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

  .workflow-step {
    min-height: 0;
    padding: 28px 4px 30px;
  }

  .workflow-step + .workflow-step {
    border-top: 1px solid rgba(0, 50, 91, 0.14);
    border-left: 0;
  }

  .workflow-step-number {
    margin-bottom: 22px;
  }

  .product-text-link {
    margin-left: 0;
  }

  .product-metrics {
    padding: 72px 0;
  }

  .product-metrics .product-section-shell {
    gap: 42px;
  }

  .metric {
    min-height: 150px;
    padding: 26px 4px;
  }

  .metric + .metric {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }

  .metric span {
    margin-top: 18px;
  }

  .proof-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .integration-partnerships {
    margin-top: 58px;
    padding-top: 40px;
  }

  .integration-partnerships-grid {
    margin-top: 24px;
  }

  .testimonial-card .testimonial-slide {
    min-height: 0;
    justify-content: flex-start;
    padding: 62px 58px 22px;
    font-size: 18px;
  }

  .testimonial-card .testimonial-slide footer {
    margin-top: 12px;
  }

  .testimonial-card .testimonial-track {
    align-items: flex-start;
    transition: height 0.35s ease, transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }

  .testimonial-card::before {
    top: 18px;
    left: 20px;
  }

  .product-access-shell {
    gap: 38px;
  }

  .access-form {
    grid-template-columns: 1fr;
    border-radius: 12px;
    padding: 24px 18px;
  }

  .access-form.is-complete {
    min-height: 390px;
  }

  .access-confirmation {
    min-height: 342px;
    padding: 36px 20px;
  }

  .access-onboarding-options {
    grid-template-columns: 1fr;
  }

  .access-form-wide,
  .access-form button {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-nav,
  .mobile-nav-backdrop,
  .mobile-nav a,
  .back-to-top,
  .product-trust-logo,
  .integration-partner-logo a,
  .pipeline-route-source,
  .pipeline-route-target {
    transition: none;
  }

  .product-trust-logo:hover,
  .product-trust-logo:focus-visible,
  .integration-partner-logo a:hover,
  .integration-partner-logo a:focus-visible,
  .pipeline-route-source:hover,
  .pipeline-route-source:focus-visible,
  .pipeline-route-target:hover,
  .pipeline-route-target:focus-visible {
    transform: none;
  }

  .kinetic-slot,
  .kinetic-slot.is-shuffling {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .testimonial-track {
    transition: none;
  }

  .testimonial-timer {
    display: none;
  }

  .product-trust-carousel.is-marquee-narrow,
  .product-trust-carousel.is-marquee-wide {
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .product-trust-carousel.is-marquee-narrow .product-trust-logos,
  .product-trust-carousel.is-marquee-wide .product-trust-logos {
    position: static;
    left: auto;
    width: 100%;
    justify-content: center;
    animation: none;
    will-change: auto;
  }

  .product-trust-carousel.is-marquee-narrow .product-trust-sequence,
  .product-trust-carousel.is-marquee-wide .product-trust-sequence {
    width: 100%;
    flex: 1 1 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--logo-static-gap);
    padding-right: 0;
  }

  @container (max-width: 960px) {
    .product-trust-carousel.has-five-logos .product-trust-sequence {
      max-width: calc(var(--logo-width) + var(--logo-width) + var(--logo-width) + var(--logo-static-gap) + var(--logo-static-gap));
    }
  }

  .product-trust-carousel.is-marquee-narrow .product-trust-sequence[aria-hidden="true"],
  .product-trust-carousel.is-marquee-wide .product-trust-sequence[aria-hidden="true"] {
    display: none;
  }

  .pipeline-route-line::before,
  .pipeline-route-line::after,
  .pipeline-route-line i {
    animation: none;
  }
}

@keyframes route-pulse-vertical {
  0% {
    top: 8px;
    opacity: 0;
    transform: translateX(-50%) scale(0.65);
  }

  14% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }

  82% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }

  100% {
    top: calc(100% - 8px);
    opacity: 0;
    transform: translateX(-50%) scale(0.65);
  }
}

@keyframes route-pulse-vertical-target {
  0% {
    top: 8px;
    opacity: 0;
    transform: translateX(-50%) scale(0.65);
  }

  14% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }

  82% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }

  92% {
    opacity: 0;
  }

  100% {
    top: calc(100% - 8px);
    opacity: 0;
    transform: translateX(-50%) scale(0.65);
  }
}

@media print {
  html.page-post,
  body.page-post,
  .page-post main {
    background: #fff;
  }

  .site-header,
  .site-footer,
  .back-to-top,
  .article-back,
  .article-footer,
  .page-post main::before {
    display: none;
  }

  .post-shell,
  .article,
  .article-header,
  .article-content {
    width: 100%;
    max-width: none;
  }

  .post-shell,
  .article {
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .article-content a {
    color: inherit;
    text-decoration: underline;
  }
}
