:root {
  --ink: #0b1220;
  --muted: #5e6775;
  --blue: #2b7de9;
  --page: 1440px;
  --content: 1200px;
  --radius: 8px;
  --section-space: 84px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

body.modal-open,
body.menu-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(43, 125, 233, .32);
  outline-offset: 3px;
}

img,
picture {
  display: block;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-weight: 600;
}

p {
  color: var(--muted);
  line-height: 1.55;
}

.container {
  width: min(var(--content), calc(100% - 48px));
  margin-inline: auto;
}

.center {
  text-align: center;
}

.section {
  width: min(var(--page), 100%);
  margin-inline: auto;
  padding: var(--section-space) 0;
}

.section-title {
  margin: 0 0 56px;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0;
}

section[id] {
  scroll-margin-top: 72px;
}

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 24px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, opacity .2s ease;
}

.btn.primary {
  background: #05080d;
  color: #fff;
}

.btn.primary:hover {
  background: #1a2431;
}

.btn.light {
  background: #fff;
  color: #05080d;
}

.btn:disabled {
  cursor: not-allowed;
  background: #c6c8cc;
  color: #fff;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  width: min(var(--content), calc(100% - 48px));
  height: 72px;
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0 auto -72px;
  padding: 0;
  background: transparent;
  transition: background-color .2s ease, box-shadow .2s ease;
}

.topbar.is-scrolled {
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 1px 0 rgba(11, 18, 32, .08);
}

.brand,
.brand picture,
.brand img {
  width: 177px;
  height: 40px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-left: 235px;
}

.nav-link {
  position: relative;
  color: #171b22;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link.active {
  color: var(--blue);
  font-weight: 700;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  border-radius: 2px;
  background: var(--blue);
}

.nav-cta {
  min-width: 184px;
  min-height: 40px;
  margin-left: auto;
  font-size: 16px;
}

.nav-cta::after {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  margin-left: 7px;
  background: url("/static/assets/arrow-up-right.png") center / contain no-repeat;
}

.menu-btn {
  display: none;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  visibility: hidden;
  background: rgba(6, 10, 16, .52);
  opacity: 0;
  transition: opacity .2s ease, visibility .2s ease;
}

.mobile-menu.open {
  visibility: visible;
  opacity: 1;
}

.mobile-menu-panel {
  width: 100%;
  background: #fff;
  transform: translateY(-100%);
  transition: transform .24s ease-out;
}

.mobile-menu.open .mobile-menu-panel {
  transform: translateY(0);
}

.mobile-menu-head {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  background: #0b1018;
}

.menu-close {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: transparent;
  color: #fff;
  font-size: 32px;
  line-height: 1;
}

.menu-link {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e4e7eb;
  padding: 0 28px;
  background: #fff;
  color: #111827;
  font-size: 16px;
  text-align: left;
}

.menu-link.cta {
  width: calc(100% - 72px);
  height: 48px;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  margin: 28px 36px 36px;
  background: #05080d;
  color: #fff;
  font-weight: 700;
}

.hero {
  position: relative;
  width: 100%;
  height: 900px;
  margin-inline: auto;
  overflow: hidden;
  background: #f8fafc;
  border-radius: 0 0 40px 40px;
}

.hero-media,
.hero-image {
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-copy {
  position: absolute;
  z-index: 1;
  left: max(24px, calc((100% - var(--content)) / 2));
  top: 205px;
  width: 650px;
}

.hero h1 {
  margin: 0 0 16px;
  font-size: 48px;
  line-height: 1.36;
  letter-spacing: 0;
}

.mobile-break {
  display: initial;
}

.hero-copy > p:not(.microcopy) {
  margin-bottom: 30px;
  font-size: 16px;
}

.hero .btn.large {
  min-width: 346px;
  min-height: 56px;
  font-size: 18px;
}

.hero .microcopy {
  position: relative;
  width: 455px;
  margin: 42px 0 0;
  padding-left: 28px;
  color: #246edb;
  font-size: 16px;
  line-height: 1.5;
}

.hero .microcopy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 18px;
  background: url("/static/assets/h5-gift.png") center / contain no-repeat;
}

.pain-section {
  width: 100%;
  margin-inline: auto;
  padding: 86px 0 78px;
  background: linear-gradient(180deg, #fff 0%, #fff 27%, #fbfdff 45%, #f1f7ff 63%, #e0eefe 81%, #c8e1fd 100%);
}

.pain-heading h2 {
  margin: 0 0 20px;
  font-size: 40px;
  line-height: 1.2;
}

.pain-heading p {
  margin-bottom: 0;
  font-size: 16px;
}

.stars-media {
  width: 130px;
  margin: 0 auto 28px;
}

.stars {
  width: 100%;
  height: auto;
}

.pain-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 20px;
  margin-top: 88px;
}

.lead {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  padding-top: 16px;
  color: #172033;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.55;
}

.pain-list {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pain-list li {
  min-height: 120px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 16px;
  padding: 0 34px;
  background: #fff;
  color: #151b24;
  font-size: 20px;
  line-height: 1.25;
  box-shadow: 0 18px 38px rgba(77, 116, 162, .08);
}

.pain-list li[data-pain="green"] { grid-column: 2; grid-row: 1; }
.pain-list li[data-pain="blue"] { grid-column: 1; grid-row: 2; }
.pain-list li[data-pain="yellow"] { grid-column: 2; grid-row: 2; }
.pain-list li[data-pain="pink"] { grid-column: 1; grid-row: 3; }
.pain-list li[data-pain="red"] { grid-column: 2; grid-row: 3; }
.pain-list li[data-pain="purple"] { grid-column: 1; grid-row: 4; }
.pain-list li[data-pain="cobalt"] { grid-column: 2; grid-row: 4; }

.dot {
  --icon: none;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.dot::after {
  content: "";
  width: 48px;
  height: 48px;
  background: var(--icon) center / contain no-repeat;
}

.dot.blue { --icon: url("/static/assets/pain-1.png"); }
.dot.green { --icon: url("/static/assets/pain-4.png"); }
.dot.pink { --icon: url("/static/assets/pain-2.png"); }
.dot.yellow { --icon: url("/static/assets/pain-5.png"); }
.dot.purple { --icon: url("/static/assets/pain-3.png"); }
.dot.red { --icon: url("/static/assets/pain-6.png"); }
.dot.cobalt { --icon: url("/static/assets/pain-7.png"); }

.callout {
  margin-top: 86px;
}

.callout h3 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.25;
}

.callout p {
  margin-bottom: 0;
  font-size: 16px;
}

.workflow-section {
  background: #fff;
}

.process {
  display: grid;
  gap: 88px;
}

.process-row {
  display: grid;
  grid-template-columns: minmax(0, 498px) minmax(0, 606px);
  gap: 96px;
  align-items: center;
}

.process-row.flip {
  grid-template-columns: minmax(0, 606px) minmax(0, 498px);
}

.process-row.flip .process-copy {
  grid-column: 2;
}

.process-row.flip img {
  grid-column: 1;
  grid-row: 1;
}

.process-row img {
  width: 606px;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
}

.process-copy h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  font-size: 28px;
  line-height: 1.3;
}

.process-copy h3::before {
  content: "";
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-top: 0;
  background: var(--blue);
}

.process-copy p,
.process-copy li {
  font-size: 16px;
}

.process-copy p {
  margin-bottom: 12px;
}

.process-copy ul {
  display: grid;
  gap: 6px;
  margin: 20px 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.check-line {
  position: relative;
  margin: 28px 0 0 !important;
  padding-left: 28px;
  color: #111827;
}

.check-line::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: -1px;
  color: #111827;
  font-size: 22px;
  line-height: 1;
}

.benefits-section {
  padding-bottom: 96px;
  background: #fff;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 78px;
}

.benefits article {
  min-width: 0;
}

.benefits img {
  width: 72px;
  height: 72px;
  margin-bottom: 28px;
}

.benefits h3,
.diff-grid h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.3;
}

.benefits p,
.diff-grid p {
  margin-bottom: 0;
  font-size: 16px;
}

.personas {
  padding-bottom: 96px;
  background: #f7f8fa;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.quote-grid article {
  min-height: 202px;
  border: 1px solid #e4e7eb;
  border-radius: 16px;
  padding: 32px;
  background: #fff;
}

.quote-grid img {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}

.quote-grid p {
  margin-bottom: 0;
  color: #111827;
  font-size: 18px;
  line-height: 1.45;
}

.cta-band {
  width: 100%;
  min-height: 428px;
  display: flex;
  align-items: center;
  margin-inline: auto;
  padding: 62px 0;
  background: #0b1420 url("/static/assets/cta-bg.png") center / cover no-repeat;
  color: #fff;
}

.cta-band h2 {
  margin: 0 0 24px;
  font-size: 48px;
  line-height: 1.2;
}

.cta-band h2 span {
  background: linear-gradient(180deg, #9ad5fd 0%, #0055fe 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-band > .container > p:not(.microcopy) {
  max-width: 720px;
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
}

.cta-band .btn.large {
  min-width: 346px;
  min-height: 56px;
  font-size: 18px;
}

.cta-band .microcopy {
  width: max-content;
  min-width: 236px;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin: 28px auto 0;
  background: rgba(0, 77, 255, .4);
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
}

.form-section {
  padding: 96px 0;
  background: #fff;
}

.inline-form-card {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 72px;
  border-radius: 16px;
  padding: 58px 52px;
  background: #f8f8f8;
}

.form-intro h2 {
  margin: 0 0 24px;
  font-size: 40px;
  line-height: 1.16;
}

.form-intro p,
.form-intro li {
  font-size: 16px;
}

.form-intro ul {
  display: grid;
  gap: 12px;
  margin: 34px 0 0;
  padding: 0;
  color: #263244;
  list-style: none;
}

.form-intro li {
  position: relative;
  padding-left: 24px;
}

.form-intro li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: -1px;
  color: #111827;
  font-size: 18px;
}

.reservation-form {
  display: grid;
  gap: 18px;
}

.grid {
  display: grid;
  gap: 18px;
}

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

label {
  min-width: 0;
  display: grid;
  gap: 12px;
  color: #202937;
  font-size: 16px;
  font-weight: 700;
}

input {
  width: 100%;
  height: 56px;
  border: 1px solid #d9dee7;
  border-radius: var(--radius);
  padding: 0 20px;
  background: #fff;
  color: #111827;
  font-size: 16px;
  font-weight: 400;
  outline: none;
}

input::placeholder {
  color: #9399a3;
  font-weight: 400;
}

input:focus {
  border-color: #2697d8;
}

input[aria-invalid="true"] {
  border-color: #e5484d;
  background: #fff7f7;
}

.field-error {
  min-height: 0;
  color: #c33a3f;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}

.field-error:empty {
  display: none;
}

.address-field {
  position: relative;
}

.address-suggestions {
  position: absolute;
  z-index: 8;
  top: auto;
  bottom: calc(56px + 12px);
  left: 0;
  right: auto;
  width: 350px;
  display: none;
  max-height: 282px;
  overflow-y: auto;
  border: 1px solid #dfe4ea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(16, 24, 40, .18);
}

.address-suggestions.open {
  display: block;
}

.address-suggestion {
  width: 100%;
  min-height: 47px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #edf0f3;
  padding: 8px 16px;
  background: #fff;
  color: #202937;
  font-size: 16px;
  line-height: 1.35;
  text-align: left;
}

.address-suggestion:last-child {
  border-bottom: 0;
}

.address-suggestion:hover {
  background: #f4f8fd;
}

.submit {
  min-width: 300px;
  min-height: 56px;
  justify-self: center;
  margin-top: 16px;
  font-size: 18px;
}

.different {
  background: #fff;
}

.diff-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
}

.diff-grid article {
  min-width: 0;
}

.diff-grid picture,
.diff-grid img {
  width: 300px;
  height: 167px;
}

.diff-grid picture {
  margin: 0 auto 24px;
}

.diff-grid p + p {
  margin-top: 10px;
}

.faq-section {
  padding-top: 96px;
  background: #fff;
}

.faq {
  border-top: 1px solid #e4e7eb;
}

details {
  border-bottom: 1px solid #e4e7eb;
}

summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #111827;
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "";
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  border-right: 1px solid #6d7480;
  border-bottom: 1px solid #6d7480;
  color: #6d7480;
  transform: rotate(45deg);
}

details[open] summary::after {
  transform: rotate(225deg);
}

details p {
  margin: -4px 48px 24px 0;
  font-size: 14px;
}

.footer {
  width: min(var(--page), 100%);
  margin-inline: auto;
  padding: 48px 0 28px;
  background: #f7f8fa;
}

.footer-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) 294px;
  gap: 76px;
  align-items: start;
}

.footer-logo-media {
  width: 177px;
  margin-top: 30px;
}

.footer-logo {
  width: 177px;
  height: 40px;
}

.footer-about {
  max-width: 455px;
  margin: 30px 0 0;
  font-size: 16px;
}

.footer-cta {
  border: 1px solid #e1e5ea;
  border-radius: 16px;
  padding: 24px;
  background: #fff;
}

.footer-cta p:first-child {
  margin-bottom: 14px;
  color: #111827;
  font-weight: 700;
}

.footer-cta-copy {
  margin-bottom: 18px;
  font-size: 14px;
}

.footer-cta .btn {
  width: 100%;
}

.small {
  grid-column: 1 / -1;
  margin: 26px 0 0;
  color: #8a93a3;
  font-size: 13px;
}

.footer-year {
  grid-column: 2;
  margin-top: 0;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  visibility: hidden;
  overflow-y: auto;
  padding: 40px 20px;
  background: rgba(5, 8, 13, .58);
  opacity: 0;
  transition: opacity .2s ease, visibility .2s ease;
}

.modal.open {
  visibility: visible;
  opacity: 1;
}

.modal-panel {
  position: relative;
  width: min(740px, 100%);
  margin: 40px auto;
  border-radius: var(--radius);
  padding: 36px 42px 40px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(3, 8, 16, .22);
}

.modal-panel h2 {
  margin: 0 0 30px;
  text-align: center;
  font-size: 28px;
}

.modal-panel input {
  border-color: #e5eaf1;
  background: #f7f9fc;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: transparent;
  color: #6b7280;
  font-size: 28px;
  line-height: 1;
}

.message-modal {
  display: grid;
  place-items: center;
  padding: 20px;
}

.message-modal .small-panel {
  width: min(820px, 100%);
  height: 530px;
  margin: 0;
  border-radius: 20px;
  padding: 30px 50px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.message-modal .small-panel h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

.message-modal .modal-close {
  top: 8px;
  right: 8px;
  color: #20242a;
  font-size: 24px;
  font-weight: 300;
}

.message-copy {
  width: 100%;
  max-width: 620px;
  display: grid;
  gap: 8px;
}

.message-modal .message-copy p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.message-modal .small-panel .btn {
  width: 300px;
  min-width: 300px;
  min-height: 56px;
  flex: 0 0 auto;
  margin-top: auto;
  font-size: 16px;
}

.success-mark {
  position: relative;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border: 2px solid #22272d;
  border-radius: 50%;
  margin: 58px 0 24px;
}

.success-mark::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 11px;
  width: 14px;
  height: 24px;
  border-right: 2px solid #22272d;
  border-bottom: 2px solid #22272d;
  transform: rotate(45deg);
}

#duplicateModal .message-copy {
  margin: auto 0;
}

#duplicateModal .small-panel .btn {
  margin-top: 0;
}

@media (min-width: 901px) and (max-width: 1240px) {
  .desktop-nav {
    gap: 24px;
    margin-left: auto;
  }

  .process-row,
  .process-row.flip {
    grid-template-columns: minmax(0, 1fr) 48%;
    gap: 40px;
  }

  .process-row.flip {
    grid-template-columns: 48% minmax(0, 1fr);
  }

  .process-row img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 900px) {
  :root {
    --section-space: 58px;
  }

  .topbar {
    width: 100%;
    height: 60px;
    gap: 8px;
    margin: 0 0 -60px;
    padding: 0 14px;
    background: transparent;
    box-shadow: none;
  }

  .brand,
  .brand picture,
  .brand img {
    width: 40px;
    height: 40px;
  }

  .desktop-nav {
    display: none;
  }

  .nav-cta {
    min-width: 150px;
    min-height: 38px;
    margin-left: auto;
    padding: 0 18px;
    font-size: 14px;
  }

  .nav-cta::after {
    display: none;
  }

  .menu-btn {
    width: 32px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 4px;
    padding: 0;
    background: transparent;
  }

  .menu-btn span {
    width: 18px;
    height: 1px;
    display: block;
    background: #0b1220;
  }

  .container {
    width: min(100% - 32px, 680px);
  }

  .section {
    padding: 58px 0;
  }

  .section-title {
    margin-bottom: 34px;
    font-size: 28px;
  }

  section[id] {
    scroll-margin-top: 60px;
  }

  .hero {
    width: 100%;
    height: 708px;
    border-radius: 0 0 20px 20px;
  }

  .hero-media,
  .hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: auto;
  }

  .hero-copy {
    position: absolute;
    left: 0;
    top: 380px;
    width: 100%;
    padding: 0 16px;
  }

  .hero h1 {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.26;
  }

  .hero-copy > p:not(.microcopy) {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.5;
  }

  .hero .btn.large {
    min-width: 172px;
    min-height: 44px;
    padding: 0 22px;
    font-size: 15px;
  }

  .hero .microcopy {
    width: auto;
    margin-top: 28px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.45;
  }

  .pain-section {
    padding: 58px 0 59px;
    background: linear-gradient(180deg, #fff 0%, #fff 25%, #f1f7fe 36%, #e2effe 63%, #d5e8fd 81%, #c6dffd 100%);
  }

  .stars-media {
    width: 104px;
    margin-bottom: 22px;
  }

  .pain-heading h2 {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.25;
  }

  .pain-heading p {
    font-size: 16px;
  }

  .pain-layout {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 50px;
  }

  .lead {
    grid-column: auto;
    grid-row: auto;
    margin-bottom: 24px;
    padding: 0 8px;
    font-size: 18px;
    line-height: 1.45;
    text-align: center;
  }

  .pain-list {
    display: contents;
  }

  .pain-list li,
  .pain-list li[data-pain] {
    grid-column: auto;
    grid-row: auto;
    min-height: 68px;
    gap: 12px;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.35;
    box-shadow: 0 10px 22px rgba(77, 116, 162, .08);
  }

  .dot {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
  }

  .dot::after {
    width: 20px;
    height: 20px;
  }

  .dot.blue { --icon: url("/static/assets/h5-pain-1.png"); }
  .dot.pink { --icon: url("/static/assets/h5-pain-2.png"); }
  .dot.purple { --icon: url("/static/assets/h5-pain-3.png"); }
  .dot.green { --icon: url("/static/assets/h5-pain-4.png"); }
  .dot.yellow { --icon: url("/static/assets/h5-pain-5.png"); }
  .dot.red { --icon: url("/static/assets/h5-pain-6.png"); }
  .dot.cobalt { --icon: url("/static/assets/h5-pain-7.png"); }

  .callout {
    margin-top: 48px;
  }

  .callout h3 {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .callout p {
    font-size: 12px;
  }

  .callout h3 {
    font-size: 16px;
  }

  .process {
    gap: 44px;
  }

  .process-row,
  .process-row.flip {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .process-row .process-copy,
  .process-row.flip .process-copy {
    grid-column: auto;
    grid-row: auto;
    order: 2;
  }

  .process-row img,
  .process-row.flip img {
    grid-column: auto;
    grid-row: auto;
    order: 1;
    width: 100%;
    height: auto;
  }

  .process-copy h3 {
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 18px;
  }

  .process-copy h3::before {
    flex-basis: 10px;
    width: 10px;
    height: 10px;
    margin-top: 0;
  }

  .process-copy p,
  .process-copy li {
    font-size: 12px;
    line-height: 18px;
  }

  .process-copy ul {
    margin-top: 14px;
  }

  .check-line {
    margin-top: 18px !important;
    padding-left: 24px;
  }

  .benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 24px;
  }

  .benefits img {
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
  }

  .benefits h3 {
    font-size: 15px;
  }

  .benefits p {
    font-size: 14px;
    line-height: 1.48;
  }

  .benefits article:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }

  .benefits article:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }

  .benefits-section .section-title,
  .personas .section-title,
  .different .section-title {
    text-align: left;
  }

  .benefits-section {
    padding-top: 32px;
    padding-bottom: 0;
  }

  .workflow-section {
    padding-bottom: 32px;
  }

  .quote-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .quote-grid article {
    min-height: 118px;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 16px 18px;
  }

  .quote-grid img {
    width: 64px;
    height: 64px;
    margin-bottom: 0;
  }

  .quote-grid p {
    font-size: 16px;
    line-height: 1.4;
  }

  .personas {
    padding-bottom: 55px;
  }

  .personas .section-title {
    max-width: 285px;
  }

  .cta-band {
    min-height: 434px;
    padding: 50px 0 49px;
    background-image: url("/static/assets/h5-cta-bg-3x.png");
  }

  .cta-band h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .cta-band h2 span {
    display: block;
  }

  .cta-band > .container > p:not(.microcopy) {
    margin-bottom: 28px;
    font-size: 15px;
  }

  .cta-band .btn.large {
    min-width: 250px;
    min-height: 50px;
    font-size: 16px;
  }

  .cta-band .microcopy {
    background: rgba(0, 77, 255, .8);
  }

  .form-section {
    padding: 48px 0 0;
  }

  .inline-form-card {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 34px 20px 29px;
  }

  .form-intro h2 {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .form-intro ul {
    display: none;
  }

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

  label {
    font-size: 14px;
  }

  input {
    height: 48px;
    font-size: 16px;
  }

  .address-suggestions {
    bottom: calc(48px + 6px);
    width: 100%;
    max-height: 314px;
  }

  .address-suggestion {
    min-height: 52px;
    padding: 8px 15px;
    font-size: 14px;
  }

  .submit {
    width: 100%;
    min-width: 0;
    min-height: 48px;
  }

  .diff-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .diff-grid picture,
  .diff-grid img {
    width: 100%;
    height: auto;
  }

  .diff-grid picture {
    margin-bottom: 16px;
  }

  .diff-grid h3 {
    font-size: 14px;
  }

  .diff-grid p {
    font-size: 12px;
  }

  .different {
    padding-bottom: 32px;
  }

  summary {
    min-height: 64px;
    font-size: 16px;
  }

  .faq-section {
    min-height: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .faq-section .section-title {
    font-size: 24px;
  }

  details p {
    margin-right: 32px;
    font-size: 14px;
  }

  .footer {
    padding: 32px 0 24px;
  }

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

  .footer-logo-media {
    width: 177px;
    margin: 0 auto;
  }

  .footer-logo {
    width: 100%;
    height: auto;
  }

  .footer-about {
    margin: 0;
    font-size: 14px;
    text-align: center;
  }

  .footer-cta {
    width: 100%;
  }

  .small {
    grid-column: auto;
    margin-top: 0;
    text-align: center;
  }

  .footer-year {
    grid-column: auto;
  }

  .modal {
    padding: 18px 16px;
  }

  .modal-panel {
    width: 100%;
    margin: 42px auto 18px;
    padding: 32px 18px 24px;
  }

  .modal-panel h2 {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .message-modal {
    padding: 0 15px;
  }

  .message-modal .small-panel {
    width: 100%;
    margin: 0;
    border-radius: 16px;
    padding: 20px 20px 32px;
  }

  #successModal .small-panel {
    height: 508px;
  }

  #duplicateModal .small-panel {
    height: 282px;
    transform: translateY(-10px);
  }

  .message-modal .small-panel h2 {
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
  }

  .message-modal .modal-close {
    top: 7px;
    right: 7px;
  }

  .message-modal .message-copy {
    max-width: 305px;
    gap: 12px;
  }

  .message-modal .message-copy p {
    font-size: 16px;
    line-height: 1.45;
  }

  .message-modal .small-panel .btn {
    width: 172px;
    min-width: 172px;
    min-height: 44px;
    font-size: 14px;
  }

  #successModal .success-mark {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
    margin: 34px 0 20px;
  }

  #duplicateModal .message-copy {
    margin: 26px 0 0;
  }

  #duplicateModal .small-panel .btn {
    margin-top: auto;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
