@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Syne:wght@800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

@font-face {
  font-family: "OmniBSIC";
  src: url("../assets/src-assets/fonts/OmniBSIC.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OmniBSIC Black";
  src: url("../assets/src-assets/fonts/OmniBSIC Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-body: "Poppins", "Segoe UI", sans-serif;
  --font-heading: "Poppins", "Segoe UI", sans-serif;
  --brand: #2977bb;
  --brand-dark: #221d53;
  --text: #0f172a;
  --text-muted: #5a6b83;
  --line: #dce8f4;
  --card: #f8fcff;
  --white: #ffffff;
  --shadow: 0 20px 48px rgba(30, 56, 106, 0.08);
  --container: min(1180px, calc(100vw - 2rem));
  --hero-img-height: 35vh;
}

@media (min-width: 1024px) {
  :root {
    --hero-img-height: 50vh;
  }
}
body {
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
}

.eyebrow,
.hero-slide__eyebrow {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: #f2f7fd;
  color: var(--brand);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-slide h1,
.section-title,
.page-hero h1,
.auth-card h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 6vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.hero-slide h1 span,
.section-title span,
.page-hero h1 span {
  color: var(--brand);
}

.hero-slide p,
.page-hero p,
.section-copy {
  max-width: 40rem;
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.72;
}

h2,
h3,
h4 {
  letter-spacing: -0.04em;
}

h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.65rem, 5vw, 2.35rem);
  line-height: 1.08;
  font-weight: 800;
}

h3 {
  font-size: 1.12rem;
  line-height: 1.2;
  font-weight: 700;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.hero,
.section,
.page-hero,
.auth-hero,
.dashboard-hero {
  padding: 2rem 0;
}

.hero-slide__grid,
.split-section,
.page-hero__grid,
.auth-layout,
.dashboard-layout {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.features-grid,
.testimonials-grid,
.info-strip,
.stats-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .split-section,
  .page-hero__grid,
  .auth-layout,
  .dashboard-layout,
  .hero-slide__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .testimonials-grid,
  .info-strip,
  .stats-grid,
  .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .testimonials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .info-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dashboard-layout {
    grid-template-columns: 280px minmax(0, 1fr);
  }
}
html {
  background: radial-gradient(1200px 600px at 10% 10%, rgba(210, 225, 255, 0.12), transparent 30%), linear-gradient(to bottom, #ffffff 0%, #fbfcff 40%, #f8fbff 80%, #f6fbff 100%);
}

.site-shell {
  min-height: 100vh;
}

.site-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  background: url("../assets/marketing/hero/slides/assets/HeroPageBackground2.svg") center/cover no-repeat;
  opacity: 0.75;
}

body[data-background=plain] .site-bg {
  display: none;
}

body[data-background=plain] {
  background: #ffffff;
}

main {
  padding-top: 5rem;
}

body:not(.has-navbar) main {
  padding-top: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 32px rgba(31, 61, 101, 0.08);
  backdrop-filter: blur(10px);
}

.site-header__bar {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: 4rem;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  flex-shrink: 0;
}

.site-brand img {
  height: 2rem;
  width: auto;
}

.site-brand__wordmark {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-synthesis: none;
}

.site-brand__wordmark span:first-child {
  color: var(--brand);
}

.site-brand__wordmark span:last-child {
  color: var(--brand-dark);
}

.site-nav {
  flex: 1;
  display: none;
}

.site-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav__item {
  position: relative;
}

.site-nav__link,
.site-nav__trigger {
  position: relative;
  border: 0;
  background: transparent;
  color: var(--text-muted);
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
}

.site-nav__link::after,
.site-nav__trigger::after {
  content: "";
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.45rem;
  height: 1.5px;
  border-radius: 999px;
  background: var(--brand);
  transform: scaleX(0);
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-nav__link:hover,
.site-nav__link.is-active,
.site-nav__trigger:hover,
.site-nav__item.is-open > .site-nav__trigger {
  color: var(--brand);
}

.site-nav__link:hover::after,
.site-nav__link.is-active::after,
.site-nav__trigger:hover::after,
.site-nav__item.is-open > .site-nav__trigger::after {
  transform: scaleX(1);
  opacity: 1;
}

.site-nav__panel {
  position: absolute;
  top: calc(100% + 0.12rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: 30rem;
  padding: 0.9rem;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.85);
  border-radius: 1.25rem;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.11);
  display: none;
}

.site-nav__item.is-open .site-nav__panel {
  display: block;
}

.site-nav__panel-heading {
  margin: 0 0 0.7rem;
  font-size: 0.675rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #64748b;
}

.site-nav__panel-list {
  display: grid;
  gap: 0.3rem;
}

.site-nav__panel--collections {
  min-width: 43rem;
}

.site-nav__panel-list--collections {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0.55rem;
  row-gap: 0.35rem;
  align-items: start;
}

.site-nav__panel-list--collections .site-nav__panel-entry {
  align-self: start;
}

.site-nav__panel-entry {
  display: grid;
  gap: 0;
}

.site-nav__panel-link {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.58rem 0.7rem;
  border: 1px solid transparent;
  border-radius: 0.85rem;
  background: #ffffff;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}

.site-nav__panel-link:hover,
.site-nav__panel-link:focus-visible {
  background: #f8fafc;
  border-color: rgba(41, 119, 187, 0.18);
}

.site-nav__panel-entry.has-children:hover > .site-nav__panel-link,
.site-nav__panel-entry.has-children:focus-within > .site-nav__panel-link {
  background: #f8fafc;
  border-color: rgba(41, 119, 187, 0.18);
}

.site-nav__panel-icon {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  border-radius: 999px;
  background: #f1f5f9;
  color: #2977bb;
}

.site-nav__panel-icon svg,
.site-nav__panel-chevron svg {
  width: 0.95rem;
  height: 0.95rem;
}

.site-nav__panel-copy {
  display: block;
  min-width: 0;
  flex: 1 1 auto;
}

.site-nav__panel-link strong {
  display: block;
  margin-bottom: 0.12rem;
  color: #0f172a;
  font-size: 0.82rem;
  font-weight: 700;
}

.site-nav__panel-copy span {
  color: var(--text-muted);
  font-size: 0.7rem;
  line-height: 1.3;
}

.site-nav__panel-chevron {
  display: inline-grid;
  place-items: center;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  margin-top: 0.15rem;
  color: #94a3b8;
  transition: transform 0.18s ease, color 0.18s ease;
}

.site-nav__panel-entry.has-children:hover .site-nav__panel-chevron,
.site-nav__panel-entry.has-children:focus-within .site-nav__panel-chevron {
  color: #2977bb;
  transform: rotate(90deg);
}

.site-nav__panel-children {
  display: none;
  gap: 0.2rem;
  padding: 0.1rem 0 0.05rem 2.4rem;
}

.site-nav__panel-entry.has-children:hover .site-nav__panel-children,
.site-nav__panel-entry.has-children:focus-within .site-nav__panel-children {
  display: grid;
}

.site-nav__panel-child {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.42rem 0.6rem;
  border-radius: 0.75rem;
  color: #0f172a;
  transition: background-color 0.18s ease;
}

.site-nav__panel-child:hover,
.site-nav__panel-child:focus-visible {
  background: #f8fafc;
}

.site-nav__panel-child-icon {
  display: inline-grid;
  place-items: center;
  width: 1.55rem;
  height: 1.55rem;
  flex: 0 0 1.55rem;
  border-radius: 999px;
  background: #f1f5f9;
  color: #2977bb;
}

.site-nav__panel-child-icon svg {
  width: 0.78rem;
  height: 0.78rem;
}

.site-nav__panel-child-copy {
  min-width: 0;
}

.site-nav__panel-child-copy strong {
  display: block;
  margin-bottom: 0.04rem;
  font-size: 0.76rem;
  font-weight: 700;
  color: #0f172a;
}

.site-nav__panel-child-copy span {
  display: block;
  font-size: 0.66rem;
  line-height: 1.25;
  color: #64748b;
}

.site-header__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.site-header__actions .site-header__login {
  min-height: 1.625rem;
  padding: 0.3125rem 0.8rem;
  border-radius: 0.275rem;
  background: #fff;
  border: 1px solid rgba(41, 119, 187, 0.5);
  color: #2977bb;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.site-header__actions .site-header__cta {
  display: none;
  min-height: 1.625rem;
  padding: 0.3125rem 0.8rem;
  border-radius: 0.275rem;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.mobile-toggle {
  border: 0;
  background: transparent;
  width: 2.25rem;
  height: 2.25rem;
  display: inline-grid;
  place-items: center;
  padding: 0;
  color: #475569;
  border-radius: 0.375rem;
}

.mobile-toggle svg,
.mobile-menu__close svg {
  width: 1.25rem;
  height: 1.25rem;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: none;
}

.mobile-menu.is-open {
  display: block;
}

.mobile-menu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
}

.mobile-menu__panel {
  position: absolute;
  inset: 0 0 0 auto;
  width: 100vw;
  max-width: 100vw;
  background: #ffffff;
  padding: 0;
  overflow-y: auto;
}

.mobile-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4rem;
  padding: 0 1rem;
  border-bottom: 1px solid #e5eaf1;
}

.mobile-menu__close {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #475569;
  border-radius: 0.375rem;
}

.mobile-menu__body {
  padding-inline: 1rem;
}

.mobile-menu__body {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  background: #ffffff;
}

.mobile-menu__actions {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}

.mobile-menu__action {
  width: 100%;
  justify-content: center;
}

.mobile-menu__section {
  margin-bottom: 1.4rem;
}

.mobile-menu__section h3 {
  margin: 0 0 0.75rem;
  font-size: 0.675rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #94a3b8;
}

.mobile-menu__card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.82rem 0.9rem;
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  margin-bottom: 0.75rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.mobile-menu__card-icon {
  display: inline-grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 2.75rem;
  border-radius: 0.85rem;
  background: #f1f5f9;
  color: #2977bb;
}

.mobile-menu__card-icon svg {
  width: 1.05rem;
  height: 1.05rem;
}

.mobile-menu__card-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.mobile-menu__card-copy strong {
  display: block;
  color: #0f172a;
  font-size: 0.88rem;
  font-weight: 700;
}

.mobile-menu__card-copy span {
  display: block;
  margin-top: 0.225rem;
  color: #64748b;
  font-size: 0.73rem;
  line-height: 1.45;
}

@media (min-width: 768px) {
  .site-header__bar {
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .site-nav {
    display: block;
  }
  .site-header__actions .site-header__cta {
    display: inline-flex;
  }
  .mobile-toggle {
    display: none;
  }
}
@media (max-width: 1199px) {
  .site-nav__panel--collections {
    min-width: 37rem;
  }
}
.site-footer {
  margin-top: 2.5rem;
  border-top: 1px solid rgba(191, 219, 254, 0.65);
  background: rgba(255, 255, 255, 0.9);
}

.site-footer__container {
  padding: 2rem 0;
}

.site-footer__top,
.site-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.site-footer__bottom {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #eef4fa;
  color: #64748b;
  font-size: 0.875rem;
}

.site-footer__socials {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  color: #475569;
}

.site-footer__socials a {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-grid;
  place-items: center;
  color: inherit;
}

.site-footer__socials a svg {
  width: 100%;
  height: 100%;
}

.site-footer__socials a:hover {
  color: #2977bb;
}

@media (min-width: 768px) {
  .site-footer__top,
  .site-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.4rem;
  border-radius: 0.65rem;
  border: 1px solid transparent;
  font-weight: 700;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.button--brand {
  color: var(--white);
  background: linear-gradient(135deg, var(--brand), #4193db);
  box-shadow: 0 14px 30px rgba(41, 119, 187, 0.22);
}

.button--brand:hover,
.button--brand:focus-visible {
  color: var(--brand);
  background: #ffffff;
  border-color: var(--brand);
  box-shadow: 0 10px 22px rgba(41, 119, 187, 0.16);
}

.button--hero {
  min-height: 2.4rem;
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  box-shadow: 0 8px 18px rgba(41, 119, 187, 0.2);
}

.button--ghost {
  color: var(--brand);
  background: transparent;
}

.button--ghost:hover,
.button--ghost:focus-visible {
  color: #0f172a;
  background: #f8fafc;
}

.button--outline {
  color: var(--brand);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(41, 119, 187, 0.45);
}

.button--outline:hover,
.button--outline:focus-visible {
  background: #f8fafc;
  color: #0f172a;
  border-color: rgba(148, 163, 184, 0.45);
}

.button--dark {
  color: var(--white);
  background: #001526;
  box-shadow: 0 14px 30px rgba(0, 21, 38, 0.22);
}

.button--dark:hover,
.button--dark:focus-visible {
  color: var(--white);
  background: #03233b;
  border-color: #03233b;
  box-shadow: 0 10px 22px rgba(0, 21, 38, 0.16);
}

.panel,
.feature-card,
.testimonial-card,
.info-card,
.auth-card,
.dashboard-card,
.dashboard-layout__sidebar,
.figure-frame,
.cta-banner {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(220, 232, 244, 0.95);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.feature-card,
.testimonial-card,
.info-card,
.auth-card,
.dashboard-card {
  padding: 1.5rem;
}

.feature-card__icon {
  width: 3rem;
  height: 3rem;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background: var(--brand);
  color: var(--white);
  font-size: 1.35rem;
}

.testimonial-card__stack {
  display: flex;
}

.testimonial-card__stack img,
.testimonial-card__person img {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  border: 2px solid #ffffff;
  object-fit: cover;
}

.testimonial-card__stack img + img {
  margin-left: -0.7rem;
}

.testimonial-card__quote {
  color: #495871;
  font-style: italic;
}

.testimonial-card__person {
  display: flex;
  gap: 0.9rem;
  align-items: center;
}

.testimonial-card__person span {
  display: block;
  color: var(--brand);
  font-size: 0.9rem;
}

.figure-frame,
.dashboard-layout__sidebar {
  padding: 1.25rem;
}

.cta-banner {
  position: relative;
  overflow: hidden;
  color: var(--white);
  padding: 2rem;
  background-color: #2977bb;
  background-image: var(--cta-banner-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-banner__bg {
  display: none;
}

.cta-banner__content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.auth-form,
.field,
.dashboard-layout__sidebar nav,
.dashboard-layout__content {
  display: grid;
  gap: 1rem;
}

.field input {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.8rem 1rem;
  border: 1px solid #d9e5f2;
  border-radius: 14px;
  background: #fbfdff;
}

.dashboard-layout__sidebar a {
  padding: 0.8rem 1rem;
  border-radius: 14px;
  color: #52637d;
}

.dashboard-layout__sidebar a.is-active {
  background: rgba(41, 119, 187, 0.1);
  color: var(--brand);
  font-weight: 700;
}

.hero-slider {
  position: relative;
  overflow: visible;
}

.hero-slider__viewport {
  overflow: hidden;
}

.hero-slider__track {
  display: flex;
}

.hero-slide {
  flex: 0 0 100%;
  min-width: 0;
}

.home-hero {
  position: relative;
  padding: 0 1rem 2.1rem;
}

.home-hero__slide {
  padding: 0.35rem 0 0;
}

.home-hero__layout {
  display: grid;
  gap: 1rem;
  align-items: center;
}

.home-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  max-width: 38rem;
}

.home-hero__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.9rem !important;
  line-height: 1.05 !important;
  letter-spacing: -0.04em !important;
  color: #0c0f35;
  font-weight: 900;
}

.home-hero__title span {
  display: block;
}

.home-hero__title .home-hero__title-top {
  color: #1e7acb;
}

.home-hero__title .home-hero__title-bottom {
  color: #000000;
}

.home-hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  padding: 0;
  margin: 0.8rem 0 0;
  list-style: none;
  color: #475569;
  font-size: 0.8125rem;
  font-weight: 500;
}

.home-hero__separator {
  color: #94a3b8;
  font-weight: 700;
}

.home-hero__actions,
.hero-slide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.15rem;
}

.hero-slide__actions--center {
  justify-content: center;
}

.home-hero__ghost {
  min-height: 2.4rem;
  padding-inline: 0;
  color: #2977bb;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 0.5rem;
}

.home-hero__art {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.home-hero__art img {
  width: 100%;
  max-width: 32rem;
  height: auto;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
  object-position: bottom;
}

.hero-slider__dots {
  position: absolute;
  inset-inline: 0;
  bottom: 2.6rem;
  z-index: 4;
  display: flex;
  justify-content: center;
  gap: 0.45rem;
}

.hero-slider__dot {
  width: 0.6rem;
  height: 0.6rem;
  border: 0;
  border-radius: 999px;
  background: #cbd5e1;
  padding: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.hero-slider__dot.is-active {
  width: 1.55rem;
  background: #2977bb;
}

.hero-slider__arrow {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  z-index: 4;
  display: inline-grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  padding: 0;
  border: 1px solid rgba(219, 228, 239, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08), 0 1px 2px rgba(15, 23, 42, 0.04);
  color: #0f172a;
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.hero-slider__arrow:hover {
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1), 0 2px 6px rgba(15, 23, 42, 0.06);
}

.hero-slider__arrow span {
  display: inline-grid;
  place-items: center;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 0;
}

.hero-slider__arrow svg {
  width: 100%;
  height: 100%;
}

.hero-slider__arrow--prev {
  left: 0.65rem;
}

.hero-slider__arrow--next {
  right: 0.65rem;
}

.home-recommendation-bar {
  display: none;
}

.home-recommendation-bar__inner {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid #ebebeb;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 14px 32px -8px rgba(218, 238, 255, 0.92);
}

.home-recommendation-bar__heading {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #0c0f35;
  font-size: 0.95rem;
  font-weight: 700;
}

.home-recommendation-bar__sun {
  display: inline-grid;
  place-items: center;
  width: 1.25rem;
  height: 1.25rem;
  color: #2977bb;
}

.home-recommendation-bar__sun svg,
.home-recommendation-bar__item-icon svg {
  width: 100%;
  height: 100%;
}

.home-recommendation-bar__items {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.1rem;
}

.home-recommendation-bar__item {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.45rem;
  min-height: 1.8rem;
  padding: 0.28rem 0.82rem;
  border-radius: 999px;
  background: #f2f7fd;
  color: #0f81e5;
  font-size: 0.72rem;
  font-weight: 600;
  border: 1px solid transparent;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.home-recommendation-bar__item-icon {
  width: 0.875rem;
  height: 0.875rem;
  display: inline-grid;
  place-items: center;
}

.home-recommendation-bar__item:hover,
.home-recommendation-bar__item:focus-visible {
  background: #ffffff;
  border-color: rgba(41, 119, 187, 0.24);
  color: #0b69c8;
  box-shadow: 0 8px 18px rgba(41, 119, 187, 0.12);
  transform: translateY(-1px);
}

.home-page__feature-section {
  padding-top: 3.25rem;
  background: #ffffff;
}

.home-page__feature-layout,
.home-page__about-layout {
  gap: 2rem;
  align-items: start;
}

.home-page__feature-intro {
  text-align: left;
}

.home-page__section-title {
  margin-top: 0.65rem;
  font-size: clamp(1.65rem, 3.8vw, 2.35rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.home-page__feature-intro .section-copy,
.home-page__about-copy .section-copy {
  margin-top: 0.9rem;
  max-width: 33rem;
  font-size: 0.9rem;
  line-height: 1.68;
  color: #475569;
}

.home-feature-card {
  padding: 1.25rem 1.3rem;
  border: 1px solid #ddebf7;
  border-radius: 0.95rem;
  background: #f8fcff;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.home-feature-card__icon {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-grid;
  place-items: center;
  border-radius: 0.55rem;
  background: #2977bb;
  color: #fff;
}

.home-feature-card__icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.home-feature-card h3 {
  margin: 1rem 0 0;
  color: #0f172a;
  font-size: 0.9rem;
  line-height: 1.35;
  font-weight: 700;
}

.home-feature-card p {
  margin: 0.75rem 0 0;
  color: #475569;
  font-size: 0.82rem;
  line-height: 1.6;
}

.home-page__about-section {
  padding-top: 2rem;
  background: #ffffff;
}

.home-page__about-figure.figure-frame {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  overflow: visible;
}

.home-page__about-figure img {
  width: 100%;
  max-width: 32.5rem;
  height: auto;
  margin-inline: auto;
  display: block;
}

.home-page__about-copy {
  text-align: left;
  max-width: 36rem;
}

.home-page__about-copy .section-copy {
  max-width: 28rem;
}

.home-page__testimonials-section {
  padding-top: 1rem;
  scroll-margin-top: 6.5rem;
  background: #ffffff;
}

.home-testimonial-card {
  position: relative;
  min-height: 12.2rem;
  padding: 1.7rem 1.25rem 1.3rem;
  border: 1px solid #e8edf5;
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
}

.home-testimonial-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  opacity: 0.6;
  pointer-events: none;
}

.home-testimonial-card--header {
  padding: 1.35rem 1.25rem 1rem;
  border: 0;
  background: transparent;
}

.home-testimonial-card__header-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 4vw, 2.35rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: #0c0f35;
  font-weight: 800;
}

.home-testimonial-card__header-title span {
  color: #2977bb;
}

.home-testimonial-card__header-meta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1rem;
}

.home-testimonial-card__satisfaction {
  padding: 0;
  border: 0;
  background: transparent;
  color: #2977bb;
  font-size: 0.72rem;
  font-weight: 600;
}

.home-testimonial-card__quote,
.home-testimonial-card__person {
  position: relative;
  z-index: 1;
}

.home-testimonial-card__quote {
  margin: 0;
  color: #334155;
  font-size: 0.84rem;
  line-height: 1.62;
  font-style: italic;
}

.home-testimonial-card__person {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.35rem;
}

.home-testimonial-card__person img {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 999px;
  object-fit: cover;
}

.home-testimonial-card__person strong {
  display: block;
  color: #0f172a;
  font-size: 0.86rem;
}

.home-testimonial-card__person span {
  display: block;
  color: #2977bb;
  font-size: 0.68rem;
  font-weight: 500;
}

.home-page__cta-section {
  padding-top: 1.75rem;
  padding-bottom: 2.5rem;
  background: #ffffff;
}

.home-page__cta-banner {
  max-width: 68.75rem;
  margin-inline: auto;
  padding: 4rem 1.5rem;
  border-radius: 0.9rem;
  box-shadow: 0 18px 40px rgba(41, 119, 187, 0.18);
}

.home-page__cta-banner .section-title {
  max-width: 38rem;
  margin-inline: auto;
  font-size: clamp(1.45rem, 2.7vw, 1.9rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #fff;
  font-weight: 800;
}

.home-page__cta-banner .section-title span {
  display: block;
  color: #fff;
}

.home-page__cta-copy {
  max-width: 33rem;
  margin: 1.5rem auto 0;
  color: #f1f5f9;
  font-size: 0.86rem;
  line-height: 1.6;
}

.home-page__cta-button {
  background: #fff;
  color: #2977bb;
  border-color: transparent;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
}

@media (max-width: 1023px) {
  .hero-slider__arrow {
    display: none;
  }
}
@media (min-width: 768px) {
  .home-hero {
    padding-inline: 1.5rem;
    padding-bottom: 2.25rem;
  }
  .home-hero__title {
    font-size: 2.35rem !important;
  }
  .home-recommendation-bar__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1.35rem;
  }
  .home-recommendation-bar__items {
    justify-content: flex-end;
  }
  .home-recommendation-bar__item {
    font-size: 0.75rem;
  }
  .home-page__feature-layout,
  .home-page__about-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }
  .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
  .home-testimonial-card--header {
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .hero-slider__dots {
    display: none;
  }
  .home-recommendation-bar {
    position: absolute;
    display: block;
    left: 50%;
    bottom: 0;
    z-index: 5;
    width: min(1220px, 100% - 2rem);
    margin: 0;
    transform: translate(-50%, 10%);
  }
  .home-hero {
    padding: 0 2rem 2rem;
  }
  .home-hero__slide {
    padding-top: 0;
  }
  .home-hero__layout {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.35rem;
    align-items: center;
    max-width: 82rem;
    margin-inline: auto;
    padding-inline: 2rem 1.5rem;
  }
  .home-hero__layout--reverse .home-hero__copy {
    order: 2;
    grid-column: 7/span 6;
  }
  .home-hero__layout--reverse .home-hero__art {
    order: 1;
    grid-column: 1/span 6;
  }
  .home-hero__copy {
    grid-column: 1/span 6;
    align-self: center;
    padding-top: 0;
    padding-left: 1.8rem;
    max-width: 34rem;
  }
  .home-hero__title {
    font-size: 2rem !important;
    line-height: 1.02 !important;
  }
  .home-hero__title span {
    white-space: nowrap;
  }
  .home-hero__art {
    grid-column: 7/span 6;
    min-height: 18.75rem;
    justify-content: center;
  }
  .home-hero__art img {
    max-width: 27.5rem;
  }
  .home-recommendation-bar {
    width: min(1180px, 100% - 4.5rem);
  }
  .home-page__feature-section {
    padding-top: 3.15rem;
  }
  .hero-slider__arrow--prev {
    left: 0.8rem;
  }
  .hero-slider__arrow--next {
    right: 0.8rem;
  }
  .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .testimonials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
  .home-testimonial-card {
    min-height: 13.4rem;
    padding: 1.8rem 1.35rem 1.3rem;
  }
  .home-testimonial-card__quote {
    font-size: 0.8rem;
  }
  .home-page__cta-banner {
    padding: 4.2rem 2rem;
  }
  .home-page__cta-banner .section-title {
    max-width: 40rem;
  }
}
.onboarding-page {
  min-height: 100%;
  padding-bottom: 5rem;
  background: #fefefe;
}

.onboarding-page__backbar {
  background: #f5f9fd;
  min-height: 4rem;
}

.onboarding-page__backlink {
  min-height: 4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #52637d;
  font-weight: 600;
}
.onboarding-page__backlink svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.onboarding-page__layout {
  display: grid;
  gap: 3rem;
  padding-top: 3rem;
}

.onboarding-page__intro,
.onboarding-page__card {
  border: 1px solid #e2e8f0;
  border-radius: 1.75rem;
  background: #ffffff;
}

.onboarding-page__intro {
  padding: 2rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.onboarding-page__card {
  padding: 1.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.onboarding-page__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2.15rem, 7vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #0c0f35;
}

.onboarding-page__title span {
  color: #2977bb;
}

.onboarding-page__lead {
  margin-top: 1.25rem;
  color: #64748b;
  font-size: clamp(0.98rem, 1.8vw, 1.12rem);
  line-height: 1.65;
}

.onboarding-page__contacts,
.onboarding-page__intro-copy,
.onboarding-form {
  display: grid;
  gap: 1.5rem;
}

.onboarding-page__contact {
  display: grid;
  gap: 0.25rem;
}

.onboarding-page__contact-label {
  font-size: 0.6875rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #94a3b8;
}

.onboarding-page__contact-value {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
}

.onboarding-form__grid,
.onboarding-form__product-grid {
  display: grid;
  gap: 1.5rem;
}

.onboarding-form__group {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  border: 0;
}

.onboarding-form__group legend,
.field span {
  display: block;
  margin-left: 0.25rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #334155;
}

.onboarding-form__choices {
  display: grid;
  gap: 0.9rem;
}

.onboarding-form__choice,
.onboarding-form__terms {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  color: #475569;
}

.onboarding-form__choice {
  font-size: 0.9rem;
}

.onboarding-form__choice input,
.onboarding-form__terms input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.2rem;
  accent-color: #2977bb;
}

.onboarding-form__conditional--hidden {
  display: none;
}

.field input,
.onboarding-form textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  color: #0f172a;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.field input::placeholder,
.onboarding-form textarea::placeholder {
  color: #64748b;
}
.field input:focus,
.onboarding-form textarea:focus {
  border-color: #2977bb;
  box-shadow: 0 0 0 4px rgba(41, 119, 187, 0.1);
}

.field input {
  height: 3.2rem;
  padding: 0 1rem;
  border-radius: 1rem;
  font-size: 0.92rem;
}

.onboarding-form textarea {
  min-height: 11rem;
  padding: 1rem;
  border-radius: 1rem;
  background: #f8fafc;
  resize: none;
}

.onboarding-form__hint {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.65rem 0 0;
  font-size: 0.7rem;
  line-height: 1.5;
  color: #6d7073;
}
.onboarding-form__hint svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  stroke: #6d7073;
  stroke-width: 1.85;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.onboarding-form__hint-label {
  color: #1a1444;
  font-weight: 700;
  text-transform: uppercase;
}

.onboarding-form__error {
  margin: 0;
  border: 1px solid #fecaca;
  border-radius: 0.85rem;
  background: #fef2f2;
  color: #991b1b;
  padding: 0.85rem 1rem;
  font-size: 0.9rem;
  line-height: 1.45;
}

.onboarding-form__error[hidden] {
  display: none;
}

.onboarding-form__submit {
  min-height: 3.5rem;
  width: 100%;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 700;
}

.onboarding-form__submit[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.onboarding-form__terms {
  max-width: 41.5rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #494852;
}

.onboarding-form__terms a {
  color: #2977bb;
}

.onboarding-page__card .onboarding-form {
  gap: 2rem;
}

body[data-page=getting-started] main {
  padding-top: 0;
}

@media (min-width: 1024px) {
  .onboarding-page__layout {
    grid-template-columns: 400px minmax(0, 1fr);
    align-items: start;
    gap: 5rem;
  }
  .onboarding-page__intro {
    position: sticky;
    top: 8rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .onboarding-page__contacts {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .onboarding-page__card {
    padding: 2.5rem 2.5rem 3rem;
  }
  .onboarding-form__grid,
  .onboarding-form__product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.feature-landing__hero {
  position: relative;
  overflow: hidden;
  padding: 0.85rem 0 0;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.feature-landing__hero-blur {
  position: absolute;
  pointer-events: none;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  filter: blur(190px);
  opacity: 0.5;
}

.feature-landing__hero-blur--left {
  left: -5rem;
  top: -3rem;
  background: rgba(41, 119, 187, 0.18);
}

.feature-landing__hero-blur--right {
  right: -4rem;
  top: 5rem;
  background: rgba(41, 119, 187, 0.14);
}

.feature-landing__hero--general-collection {
  background: #fefefe;
  padding-bottom: 1.75rem;
}

.feature-landing__hero--general-collection::before {
  position: absolute;
  inset: 0;
  background: #0088ff;
  mix-blend-mode: screen;
  opacity: 0.9;
  content: "";
}

.feature-landing__hero--general-collection .feature-landing__hero-grid {
  align-items: center;
}

.feature-landing__hero--general-collection .feature-landing__hero-media.figure-frame {
  align-self: center;
}

.feature-landing__hero--general-collection .feature-landing__hero-blur--left {
  top: -9rem;
  background: rgba(41, 119, 187, 0.15);
}

.feature-landing__hero--general-collection .feature-landing__hero-blur--right {
  top: 0.5rem;
  right: 0.75rem;
  width: 34rem;
  height: 34rem;
  background: rgba(41, 119, 187, 0.4);
}

.feature-landing__hero--cash-pickup {
  background: #fefefe;
}

.feature-landing__hero--cash-pickup::before,
.feature-landing__hero--funeral-collection::before {
  position: absolute;
  inset: 0;
  content: "";
}

.feature-landing__hero--cash-pickup::before {
  background: linear-gradient(rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.84)), linear-gradient(rgba(0, 136, 255, 0.12), rgba(0, 136, 255, 0.12));
}

.feature-landing__hero--funeral-collection {
  background: #f6f6f6;
  padding-bottom: 1.75rem;
}

.feature-landing__hero--funeral-collection::before {
  background: transparent;
}

.request-page__hero {
  position: relative;
  overflow: hidden;
  padding: 0 0 0;
}

.web-checkout-page__hero {
  position: relative;
  overflow: hidden;
  padding: 0.75rem 0 0;
  background: #fefefe;
}

.web-checkout-page__hero-blur {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(217px);
  opacity: 0.5;
}

.web-checkout-page__hero-blur--left {
  left: -5rem;
  top: -3.5rem;
  width: 22.3125rem;
  height: 22.3125rem;
  background: rgba(41, 119, 187, 0.2);
}

.web-checkout-page__hero-blur--right {
  right: 2.5rem;
  top: 10rem;
  width: 34rem;
  height: 34rem;
  background: rgba(41, 119, 187, 0.5);
}

.web-checkout-page__hero-blur--right-soft {
  right: 4rem;
  top: 6rem;
  width: 34rem;
  height: 34rem;
  background: rgba(41, 119, 187, 0.2);
}

.web-checkout-page__hero-grid {
  position: relative;
  display: grid;
  gap: 2rem;
  align-items: center;
  padding-top: 0;
}

.web-checkout-page__hero-copy {
  max-width: 39rem;
}

.web-checkout-page__hero-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 5.4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: #0f172a;
}

.web-checkout-page__hero-title span {
  color: #2977bb;
}

.web-checkout-page__hero-text {
  margin-top: 1.35rem;
  max-width: 39rem;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.7;
}

.web-checkout-page__hero-media {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-top: 1.25rem;
}

.web-checkout-page__hero-media img {
  width: min(100%, 28.75rem);
  max-height: 28.125rem;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 38px rgba(15, 23, 42, 0.16));
}

.web-checkout-page__why {
  position: relative;
  background: #2977bb;
  padding: 3rem 0;
}

.web-checkout-page__why-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  text-align: center;
}

.web-checkout-page__why-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.web-checkout-page__why-mark {
  width: 2rem;
  height: 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
}

.web-checkout-page__why-title {
  margin: 0;
  max-width: 50rem;
  font-family: var(--font-heading);
  font-size: clamp(1.72rem, 5.5vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: #ffffff;
}

.web-checkout-page__why-copy {
  margin: 0;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 1.65;
}

.web-checkout-page__why-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}

.web-checkout-page__why-card {
  border: 1px solid #1d65ac;
  border-radius: 1.5rem;
  background: #4995d8;
  padding: 1.75rem;
  color: #ffffff;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.web-checkout-page__why-card:hover {
  transform: translateY(-2px);
  background: #4289ca;
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.16);
}

.web-checkout-page__why-icon {
  width: 4rem;
  height: 4rem;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1.1rem;
  border-radius: 999px;
  background: #1d65ac;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.web-checkout-page__why-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.web-checkout-page__why-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25;
}

.web-checkout-page__why-card p {
  margin-top: 0.6rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.94rem;
  line-height: 1.62;
}

.web-checkout-page__benefits {
  padding: 3rem 0 0;
  background: #ffffff;
}

main:has(.web-checkout-page) + [data-site-footer] .site-footer {
  margin-top: 0;
}

.web-checkout-page__benefit-head {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
  text-align: center;
}

.web-checkout-page__benefit-head h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 4.8vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: #0c0f35;
}

.web-checkout-page__benefit-head p {
  margin: 0;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.6;
}

.web-checkout-page__benefit-panel {
  display: grid;
  gap: 2rem;
  padding: 2rem;
  border-radius: 1.75rem;
  background: #f5f9fd;
}

.web-checkout-page__benefit-column h3 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
  color: #0c0f35;
  font-size: 1.18rem;
  line-height: 1.2;
}

.web-checkout-page__benefit-bar {
  width: 0.28rem;
  height: 2rem;
  border-radius: 999px;
  background: #2977bb;
}

.web-checkout-page__benefits .marketing-check-list {
  margin-top: 0;
}

.web-checkout-page__benefit-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.web-checkout-page__benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  color: #4b4b4b;
  font-size: 0.95rem;
  line-height: 1.62;
}

.web-checkout-page__benefit-check {
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  display: inline-grid;
  place-items: center;
  color: #00a779;
  margin-top: 0.2rem;
}

.web-checkout-page__benefit-check svg {
  width: 1rem;
  height: 1rem;
}

.request-page__hero-background,
.request-page__feature-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.request-page__hero-grid {
  position: relative;
  display: grid;
  gap: 2rem;
  align-items: center;
  padding-top: clamp(1.5rem, 3.5vw, 3rem);
}

.request-page__hero-copy {
  max-width: 39rem;
  align-self: center;
}

.request-page__hero-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 6vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #0f172a;
}

.request-page__hero-title span {
  color: #2977bb;
}

.request-page__hero-text {
  margin-top: 1rem;
  color: #66758f;
  max-width: 33rem;
  font-size: 1rem;
  line-height: 1.68;
}

.request-page__hero-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
}

.request-page__hero-media {
  display: flex;
  justify-content: center;
  align-items: end;
  align-self: end;
}

.request-page__hero-media img {
  width: min(100%, 30rem);
  max-height: 28.75rem;
  height: auto;
  display: block;
  margin-inline: auto;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 24px 38px rgba(15, 23, 42, 0.16));
}

.request-page__hero-actions .button--hero {
  min-height: 3.5rem;
  padding-inline: 2rem;
}

.request-page__hero--embassy .request-page__hero-grid {
  padding-top: clamp(1.75rem, 4vw, 3rem);
}

.request-page__hero--embassy .request-page__hero-copy {
  padding-top: 0;
}

.request-page__hero--embassy .request-page__hero-text {
  margin-top: 0.85rem;
}

.request-page__hero--embassy .request-page__hero-actions {
  margin-top: 1.25rem;
}

.request-page__feature-band {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  min-height: 60svh;
}

.request-page__feature-overlay {
  position: absolute;
  inset: 0;
  background: rgba(47, 120, 179, 0.95);
}

.request-page__feature-content {
  position: relative;
  z-index: 1;
}

.request-page__feature-head {
  text-align: center;
}

.request-page__feature-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.request-page__feature-badge-mark {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 0.16rem;
  background: #ffffff;
}

.request-page__feature-frame {
  max-width: 62rem;
  margin: 0 auto;
  padding: 1.5rem 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.24);
  border-radius: 1rem;
}

.request-page__feature-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 5.6vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #ffffff;
}

.request-page__feature-copy {
  max-width: 40rem;
  margin: 1rem auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
  line-height: 1.72;
}

.request-page__card-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.request-page__card {
  padding: 1.5rem;
  border-radius: 1rem;
  background: #4995d8;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.request-page__card:hover {
  transform: translateY(-2px);
  background: #438bcc;
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.16);
}

.request-page__card-icon {
  width: 3.5rem;
  height: 3.5rem;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: #1d65ac;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.request-page__card-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.request-page__card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
}

.request-page__card p {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.68;
}

.request-page__value {
  padding: 4rem 0;
  background: #ffffff;
}

.request-page__value-head {
  display: grid;
  gap: 1rem;
  text-align: center;
}

.request-page__value-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 5.6vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #0f172a;
}

.request-page__value-copy {
  max-width: 33rem;
  margin: 0 auto;
  color: #52637d;
  font-size: 0.98rem;
  line-height: 1.72;
}

.request-page__value-panel {
  margin-top: 2rem;
  padding: 2rem;
  border: 1px solid #ddebf7;
  border-radius: 1.75rem;
  background: #f5f9fd;
}

.request-page__value-column + .request-page__value-column {
  margin-top: 2rem;
}

.request-page__value-column h3 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
  color: #0f172a;
  font-size: 1.12rem;
  line-height: 1.2;
}

.request-page__value-bar {
  width: 0.28rem;
  height: 2rem;
  border-radius: 999px;
  background: #2977bb;
}

.request-page__value .marketing-check-list li {
  color: #52637d;
}

.feature-landing__hero--with-image {
  background: transparent;
}

.feature-landing__hero--plain {
  background: #ffffff;
}

.feature-landing__hero--embassy-collection .feature-landing__hero-media img {
  max-height: 28.125rem;
  object-position: bottom;
}

.feature-landing__hero--embassy-collection .feature-landing__hero-text {
  margin-top: 0.65rem;
}

.feature-landing__hero--embassy-collection .hero-slide__actions {
  margin-top: 0.65rem;
}

.feature-landing__hero--embassy-collection {
  padding-top: 0;
  padding-bottom: 0;
}

.feature-landing__hero--embassy-collection .feature-landing__hero-grid {
  min-height: 24rem;
  align-items: end;
}

.feature-landing__hero-background,
.feature-landing__feature-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-landing__hero--cash-pickup .feature-landing__hero-background,
.feature-landing__hero--funeral-collection .feature-landing__hero-background {
  transform: scaleX(-1);
  transform-origin: center;
}

.feature-landing__hero--cash-pickup .feature-landing__hero-background {
  opacity: 0.14;
}

.feature-landing__hero--cash-pickup .feature-landing__hero-copy,
.feature-landing__hero--embassy-collection .feature-landing__hero-copy,
.feature-landing__hero--general-collection .feature-landing__hero-copy,
.feature-landing__hero--funeral-collection .feature-landing__hero-copy {
  position: relative;
  z-index: 1;
}

.feature-landing__hero--embassy-collection .feature-landing__hero-copy {
  align-self: start;
  padding-top: 0.5rem;
}

.feature-landing__hero-grid {
  position: relative;
  display: grid;
  gap: 2rem;
  align-items: end;
  z-index: 1;
}

.feature-landing__hero-copy {
  max-width: 39rem;
}

.page-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  margin-bottom: 1.15rem;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 113, 207, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(41, 119, 187, 0.08);
  color: #0071cf;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.page-status-pill::before {
  width: 0.5rem;
  height: 0.5rem;
  flex: 0 0 0.5rem;
  border-radius: 999px;
  background: #0071cf;
  content: "";
}

.page-status-pill--center {
  margin-inline: auto;
}

.feature-landing__hero-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
}

.feature-landing__hero-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.95rem, 5.8vw, 3.05rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: #0f172a;
}

.feature-landing__hero-title span {
  color: var(--brand);
}

.feature-landing__hero--funeral-collection .feature-landing__hero-title,
.feature-landing__hero--funeral-collection .feature-landing__hero-text {
  color: #2a2a2a;
}

.feature-landing__hero--funeral-collection .feature-landing__hero-grid {
  align-items: center;
}

.feature-landing__hero--funeral-collection .feature-landing__hero-media.figure-frame {
  align-self: center;
}

.feature-landing__hero-text {
  margin-top: 1.25rem;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.7;
}

.feature-landing__hero-media.figure-frame {
  background: transparent;
  border: 0;
  box-shadow: none;
  justify-self: center;
  padding: 0.7rem;
  border-radius: 2rem;
  align-self: end;
}

.feature-landing__hero-media img {
  width: min(100%, 28.75rem);
  max-height: 28.125rem;
  height: auto;
  display: block;
  margin-inline: auto;
  object-fit: contain;
  border-radius: 1.5rem;
  filter: drop-shadow(0 24px 38px rgba(15, 23, 42, 0.16));
}

.feature-landing__hero--embassy-collection .feature-landing__hero-media img {
  object-position: bottom;
  transform: translateY(0.9rem);
}

.feature-landing__hero--cash-pickup .feature-landing__hero-media img,
.feature-landing__hero--funeral-collection .feature-landing__hero-media img {
  width: min(100%, 28.75rem);
  max-height: 28.125rem;
  object-fit: cover;
  object-position: center;
}

.feature-landing__hero--cash-pickup,
.feature-landing__hero--funeral-collection {
  padding-top: 0;
  padding-bottom: 0;
}

.feature-landing__hero--cash-pickup .feature-landing__hero-grid,
.feature-landing__hero--funeral-collection .feature-landing__hero-grid {
  align-items: center;
  padding-top: clamp(0.5rem, 1.8vw, 1.25rem);
}

.feature-landing__hero--cash-pickup .feature-landing__hero-copy,
.feature-landing__hero--funeral-collection .feature-landing__hero-copy {
  max-width: 38rem;
  align-self: center;
}

.feature-landing__hero--cash-pickup .feature-landing__hero-text,
.feature-landing__hero--funeral-collection .feature-landing__hero-text {
  max-width: 39rem;
  margin-top: 1rem;
}

.feature-landing__hero--cash-pickup .feature-landing__hero-actions,
.feature-landing__hero--funeral-collection .feature-landing__hero-actions {
  margin-top: 2.5rem;
}

.feature-landing__hero--cash-pickup .feature-landing__hero-media.figure-frame,
.feature-landing__hero--funeral-collection .feature-landing__hero-media.figure-frame {
  justify-self: center;
  align-self: center;
  padding: 0.7rem;
}

.feature-landing__hero--cash-pickup .feature-landing__hero-media img {
  transform: none;
}

.feature-landing__hero--funeral-collection .feature-landing__hero-media img {
  transform: none;
}

.feature-landing__feature-band {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 0;
}

.feature-landing__feature-overlay {
  position: absolute;
  inset: 0;
  background: rgba(47, 120, 179, 0.94);
}

.feature-landing__feature-band--funeral-collection {
  background: #001526;
}

.feature-landing__feature-band--funeral-collection .feature-landing__feature-overlay {
  background: rgba(0, 21, 38, 0.9);
}

.feature-landing__feature-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.feature-landing__feature-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 auto 1.25rem;
  width: fit-content;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-landing__feature-badge::before,
.feature-landing__feature-badge::after {
  width: 2rem;
  height: 0.15rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  content: "";
}

.feature-landing__card-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.85rem;
}

.feature-landing__card {
  padding: 1.5rem;
  border: 1px solid #1d65ac;
  border-radius: 1.5rem;
  background: #4995d8;
  color: #fff;
  text-align: left;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.feature-landing__card:hover {
  transform: translateY(-2px);
  background: #4289ca;
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.16);
}

.feature-landing__card-icon {
  width: 3.5rem;
  height: 3.5rem;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: #1d65ac;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.feature-landing__card-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.feature-landing__feature-band--general-collection .feature-landing__card {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
}

.feature-landing__feature-band--general-collection .feature-landing__card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.24);
}

.feature-landing__feature-band--general-collection .feature-landing__card-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

.feature-landing__feature-band--embassy-collection .feature-landing__card-icon,
.feature-landing__feature-band--cash-pickup .feature-landing__card-icon,
.feature-landing__feature-band--funeral-collection .feature-landing__card-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.9rem;
}

.feature-landing__feature-band--funeral-collection .feature-landing__card {
  border-color: #00396b;
  background: #021f37;
}

.feature-landing__feature-band--funeral-collection .feature-landing__card:hover {
  background: #032a4a;
}

.feature-landing__feature-band--funeral-collection .feature-landing__card-icon {
  background: #00396b;
}

.feature-landing__feature-band--funeral-collection .feature-landing__card p,
.feature-landing__feature-band--cash-pickup .feature-landing__card p {
  color: rgba(239, 246, 255, 0.7);
}

.feature-landing__card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.02rem;
  line-height: 1.25;
}

.feature-landing__card p {
  margin-top: 0.6rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.94rem;
  line-height: 1.62;
}

.feature-landing__benefits {
  padding: 3rem 0 0;
  background: #ffffff;
}

.feature-landing__benefit-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

.feature-landing__benefit-heading h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 4.8vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  color: #0c0f35;
}

.feature-landing__benefit-heading p {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.6;
}

.feature-landing__benefit-grid {
  display: grid;
  gap: 1.5rem;
}

.feature-landing__benefit-shell {
  display: contents;
}

.feature-landing__benefit-card {
  padding: 2rem;
  border-radius: 1.75rem;
  background: #f5f9fd;
  border: 1px solid #ddebf7;
  box-shadow: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.feature-landing__benefit-card:hover {
  transform: none;
  background: #f5f9fd;
  border-color: #ddebf7;
  box-shadow: none;
}

.feature-landing__benefit-card h3 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
  color: #0c0f35;
  font-size: 1.18rem;
  line-height: 1.2;
}

.feature-landing__benefit-card h3::before {
  width: 0.28rem;
  height: 2rem;
  border-radius: 999px;
  background: #2977bb;
  content: "";
}

.feature-landing__benefits--panel .feature-landing__benefit-shell {
  display: block;
  padding: 2rem;
  border: 1px solid #ddebf7;
  border-radius: 1.75rem;
  background: #f5f9fd;
}

.feature-landing__benefits--panel .feature-landing__benefit-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

main:has(.feature-landing__benefits) + [data-site-footer] .site-footer {
  margin-top: 0;
}

.prompt-page__hero {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0 4rem;
  background: linear-gradient(to bottom, #cee8ff 0%, #ffffff 100%);
}

.prompt-page__hero-blur {
  position: absolute;
  pointer-events: none;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  background: rgba(41, 119, 187, 0.2);
  opacity: 0.5;
  filter: blur(217px);
}

.prompt-page__hero-blur--left {
  left: -6rem;
  top: -6rem;
}

.prompt-page__hero-blur--right {
  right: -3rem;
  top: 2.5rem;
}

.prompt-page__hero-content {
  text-align: center;
  position: relative;
  z-index: 1;
}

.prompt-page__hero-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2.45rem, 8.4vw, 4.4rem);
  line-height: 1.02;
  color: #0f172a;
  max-width: 68rem;
  margin-inline: auto;
  letter-spacing: -0.05em;
}

.prompt-page__hero-title span {
  color: var(--brand);
}

.prompt-page__hero-copy {
  max-width: 52rem;
  margin: 1.5rem auto 0;
  color: #52637d;
  line-height: 1.8;
  font-size: 1.08rem;
}

.prompt-page__hero-actions {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.prompt-page__pain-grid,
.prompt-page__mini-feature-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.prompt-page__pain-card,
.prompt-page__mini-feature {
  padding: 1.5rem 1.35rem;
  border-radius: 1.25rem;
  border: 1px solid #ddebf7;
  background: #fff;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.prompt-page__pain-card:hover,
.prompt-page__mini-feature:hover {
  transform: translateY(-2px);
  background: #ffffff;
  border-color: rgba(41, 119, 187, 0.22);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.prompt-page__pain-card h3,
.prompt-page__mini-feature h3 {
  margin: 0;
  color: #0c0f35;
  font-size: 1.08rem;
  line-height: 1.2;
}

.prompt-page__pain-card p,
.prompt-page__mini-feature p {
  margin-top: 0.65rem;
  color: #52637d;
  line-height: 1.55;
  font-size: 0.92rem;
}

.prompt-page__mini-feature-band,
.prompt-page__steps {
  padding: 4rem 0;
  background: #f8fcff;
}

.prompt-page__pain-card {
  text-align: center;
}

.prompt-page__pain-icon,
.prompt-page__mini-feature-icon {
  display: inline-grid;
  place-items: center;
  margin-bottom: 1rem;
  color: #2977bb;
}

.prompt-page__pain-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  background: #f2f7fd;
  color: #dc2626;
}

.prompt-page__mini-feature-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: #2977bb;
  color: #ffffff;
}

.prompt-page__pain-icon svg,
.prompt-page__mini-feature-icon svg,
.prompt-page__feature-icon svg,
.prompt-page__check-icon svg,
.prompt-page__security-card-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.prompt-page__feature-section,
.prompt-page__testimonials,
.prompt-page__security {
  padding: 4rem 0;
  background: #ffffff;
}

.prompt-page__feature-stack {
  display: grid;
  gap: 1.5rem;
}

.prompt-page__feature-card {
  display: grid;
  gap: 2rem;
  padding: 2rem;
  border: 1px solid #ddebf7;
  border-radius: 1.5rem;
  background: #ffffff;
  align-items: center;
}

.prompt-page__feature-copy {
  text-align: center;
}

.prompt-page__feature-icon {
  display: inline-grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1.25rem;
  border-radius: 0.9rem;
  background: #2977bb;
  color: #ffffff;
}

.prompt-page__feature-copy h3 {
  margin: 0;
  color: #0c0f35;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  line-height: 1.08;
}

.prompt-page__feature-copy p {
  margin: 1rem auto 0;
  max-width: 31rem;
  color: #454545;
  font-size: 1.02rem;
  line-height: 1.7;
}

.prompt-page__feature-button {
  margin-top: 1.75rem;
  min-height: 3rem;
  padding-inline: 1.75rem;
  border-radius: 999px;
}

.prompt-page__feature-panel {
  padding: 1.75rem 1.5rem;
  border-radius: 1.1rem;
  background: #f8fcff;
}

.prompt-page__feature-panel h4 {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.25rem;
  color: #0c0f35;
  font-size: 1.25rem;
  line-height: 1.2;
}

.prompt-page__feature-bar {
  width: 0.22rem;
  height: 2rem;
  border-radius: 999px;
  background: #2977bb;
}

.prompt-page__check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

.prompt-page__check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #454545;
  font-size: 0.98rem;
  line-height: 1.58;
}

.prompt-page__check-icon {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 1.1rem;
  display: inline-grid;
  place-items: center;
  color: #00a779;
  margin-top: 0.18rem;
}

.prompt-page__steps-grid .marketing-step-card,
.prompt-page__testimonial-grid .marketing-testimonial,
.prompt-page__security-card {
  border-width: 1px;
}

.prompt-page__step-card {
  padding: 1.75rem 1.3rem;
}

.prompt-page__step-card h3 {
  font-size: 1.05rem;
}

.prompt-page__step-card p {
  max-width: 14rem;
  margin-inline: auto;
}

.prompt-page__testimonial {
  padding: 1.6rem;
}

.prompt-page__testimonial .marketing-testimonial__quote {
  margin: 0;
  color: #454545;
  font-size: 1rem;
  line-height: 1.65;
}

.prompt-page__security-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.prompt-page__security-copy h2 {
  margin: 0;
  color: #0c0f35;
  font-size: clamp(2rem, 8vw, 3rem);
  line-height: 1.08;
}

.prompt-page__security-copy h2 span {
  color: #2977bb;
}

.prompt-page__security-copy p {
  margin: 1.25rem 0 0;
  max-width: 33rem;
  color: #454545;
  font-size: 1rem;
  line-height: 1.7;
}

.prompt-page__check-list--security {
  margin-top: 1.75rem;
}

.prompt-page__security-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.prompt-page__security-card {
  padding: 1.65rem 1.25rem;
  border: 1px solid #ddebf7;
  border-radius: 1rem;
  background: #ffffff;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.prompt-page__security-card:hover {
  transform: translateY(-2px);
  border-color: rgba(41, 119, 187, 0.24);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.prompt-page__security-card-icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: #2977bb;
  color: #ffffff;
}

.prompt-page__security-card h3 {
  margin: 0;
  color: #0c0f35;
  font-size: 1rem;
}

.prompt-page__security-card p {
  margin-top: 0.45rem;
  color: #595959;
  font-size: 0.88rem;
  line-height: 1.5;
}

.prompt-page__cta {
  border-radius: 1.5rem;
}

.event-page__hero {
  position: relative;
  overflow: hidden;
  padding: 7rem 0 3rem;
  background: linear-gradient(180deg, rgba(41, 119, 187, 0.08) 0%, #ffffff 100%);
}

.event-page__hero::before,
.event-page__hero::after {
  position: absolute;
  width: 26rem;
  height: 26rem;
  border-radius: 999px;
  background: rgba(41, 119, 187, 0.14);
  filter: blur(140px);
  content: "";
  pointer-events: none;
}

.event-page__hero::before {
  top: -6rem;
  left: -5rem;
}

.event-page__hero::after {
  top: 2rem;
  right: -4rem;
}

.event-page__hero-inner {
  position: relative;
  max-width: 53.5rem;
  margin: 0 auto;
  text-align: center;
}

.event-page__hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  background: rgba(0, 113, 207, 0.06);
  color: #0071cf;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.event-page__hero-badge::before {
  width: 0.8rem;
  height: 0.8rem;
  flex: 0 0 0.8rem;
  border-radius: 999px;
  background: #0071cf;
  content: "";
}

.event-page__hero .page-status-pill {
  margin-inline: auto;
}

.event-page__card-copy .page-status-pill {
  margin-top: 1rem;
  margin-bottom: 0;
}

.event-page__hero-title {
  margin: 1.5rem 0 0;
  font-family: var(--font-heading);
  font-size: clamp(2.25rem, 8vw, 4rem);
  line-height: 1.08;
  color: #0c0f35;
}

.event-page__hero-copy {
  max-width: 47rem;
  margin: 1.5rem auto 0;
  color: #52637d;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.8;
}

.event-page__cards {
  padding: 1rem 0 4rem;
}

.event-page__card {
  display: grid;
  gap: 2rem;
  max-width: 71.875rem;
  margin: 0 auto;
  padding: 2rem;
  border: 1px solid #ddebf7;
  border-radius: 1.75rem;
  background: #fff;
  box-shadow: 0 18px 42px rgba(12, 15, 53, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.event-page__card:hover {
  transform: translateY(-2px);
  border-color: rgba(41, 119, 187, 0.22);
  box-shadow: 0 22px 46px rgba(12, 15, 53, 0.1);
}

.event-page__card + .event-page__card {
  margin-top: 2rem;
}

.event-page__card-copy {
  text-align: center;
}

.event-page__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  background: #2977bb;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 18px 35px rgba(41, 119, 187, 0.25);
}

.event-page__card-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.event-page__card-title {
  margin: 1.5rem 0 0;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.12;
  color: #0c0f35;
}

.event-page__card-title span {
  color: #2977bb;
}

.event-page__card-text {
  max-width: 26rem;
  margin: 1.5rem auto 0;
  color: #52637d;
  font-size: 1rem;
  line-height: 1.85;
}

.event-page__card-panel {
  padding: 2rem;
  border-radius: 1.5rem;
  background: #f5f9fd;
}

.event-page__card-panel h3 {
  margin: 0 0 1.5rem;
  color: #0c0f35;
  font-size: 1.375rem;
}

.event-page__card-panel .marketing-check-list li {
  color: #52637d;
}

@media (min-width: 768px) {
  .web-checkout-page__why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .web-checkout-page__benefit-head {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
    text-align: left;
  }
  .web-checkout-page__benefit-head p {
    text-align: right;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
  }
  .request-page__card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .request-page__value-head {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: left;
    align-items: end;
  }
  .request-page__value-copy {
    margin-left: auto;
  }
  .feature-landing__card-grid,
  .prompt-page__pain-grid,
  .prompt-page__mini-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .feature-landing__benefit-heading {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
  }
  .feature-landing__benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .web-checkout-page__hero {
    padding-top: 1rem;
  }
  .web-checkout-page__hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 2.5rem;
  }
  .web-checkout-page__hero-media {
    justify-content: flex-end;
    margin-top: 0;
  }
  .web-checkout-page__hero-media img {
    max-height: 28.125rem;
  }
  .web-checkout-page__why {
    padding: 4rem 0;
  }
  .web-checkout-page__why-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
  .web-checkout-page__benefits {
    padding: 4rem 0 0;
  }
  .web-checkout-page__benefit-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
    padding: 3rem;
  }
  .request-page__hero {
    padding-top: 0;
  }
  .request-page__hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 3rem;
    padding-top: clamp(1.75rem, 3vw, 3rem);
  }
  .request-page__hero--embassy .request-page__hero-grid {
    padding-top: clamp(1.25rem, 2.6vw, 2.25rem);
  }
  .request-page__hero-media {
    justify-content: flex-end;
  }
  .request-page__hero-media img {
    width: min(100%, 31.5rem);
    max-height: 31rem;
  }
  .request-page__feature-band {
    min-height: 80svh;
    padding: 5rem 0;
  }
  .request-page__value-panel {
    padding: 3rem;
  }
  .request-page__value-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
  .request-page__value-column + .request-page__value-column {
    margin-top: 0;
  }
  .feature-landing__hero-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
  }
  .feature-landing__hero {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }
  .feature-landing__hero--embassy-collection {
    padding-top: 0;
    padding-bottom: 0;
  }
  .feature-landing__hero--embassy-collection .feature-landing__hero-grid {
    min-height: 24rem;
    align-items: end;
  }
  .feature-landing__hero--funeral-collection {
    padding-top: 0;
    padding-bottom: 0;
  }
  .feature-landing__hero--cash-pickup .feature-landing__hero-grid,
  .feature-landing__hero--funeral-collection .feature-landing__hero-grid {
    padding-top: clamp(0.25rem, 1vw, 0.75rem);
  }
  .feature-landing__hero-media.figure-frame {
    justify-self: end;
  }
  .feature-landing__benefits--panel .feature-landing__benefit-shell {
    padding: 3rem;
  }
  .feature-landing__feature-band {
    padding: 4rem 0;
  }
  .event-page__card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
    padding: 3rem;
    align-items: center;
  }
  .event-page__card--reverse .event-page__card-copy {
    order: 2;
  }
  .event-page__card--reverse .event-page__card-panel {
    order: 1;
  }
  .event-page__card-copy {
    text-align: left;
  }
  .event-page__card-text {
    margin-left: 0;
    margin-right: 0;
  }
  .feature-landing__card-grid,
  .prompt-page__mini-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .prompt-page__pain-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .prompt-page__feature-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
    padding: 2.5rem 3rem;
  }
  .prompt-page__feature-copy {
    text-align: left;
  }
  .prompt-page__feature-copy p {
    margin-left: 0;
  }
  .prompt-page__feature-card--reverse .prompt-page__feature-panel {
    order: 1;
  }
  .prompt-page__feature-card--reverse .prompt-page__feature-copy {
    order: 2;
  }
  .prompt-page__security-grid {
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.95fr);
    gap: 3rem;
  }
}
.site-header__actions,
.hero-slide__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.site-header__actions {
  margin-left: auto;
}

.dashboard-layout__title {
  display: block;
  margin-bottom: 1rem;
}

.product-suite__highlight-grid,
.product-suite__audience-grid {
  display: grid;
  gap: 1.5rem;
}

.product-suite__highlight,
.product-suite__audience-card,
.product-suite__audience-card {
  border: 1px solid #ddebf7;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.product-suite__highlight,
.product-suite__audience-card,
.product-suite__audience-card {
  padding: 1.5rem;
}

.product-suite__highlight h3,
.product-suite__audience-card h3 {
  margin: 0;
  color: #0c0f35;
}

.product-suite__highlight p,
.product-suite__audience-card p {
  color: #516173;
  line-height: 1.6;
}

.product-suite__audience-panel {
  border-radius: 2rem;
  background: linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
  border: 1px solid #ddebf7;
  padding: 1.75rem;
}

.product-suite__audience-heading {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .product-suite__highlight-grid,
  .product-suite__audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .product-suite__highlight-grid,
  .product-suite__audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.marketing-hero {
  position: relative;
  overflow: hidden;
}

.marketing-hero--image {
  min-height: 16rem;
}

.marketing-hero--image .marketing-hero__bg,
.marketing-hero--banner .marketing-hero__bg {
  position: absolute;
  inset: 0;
}

.marketing-hero--image .marketing-hero__bg img,
.marketing-hero--banner .marketing-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.marketing-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 15, 53, 0.55);
}

.marketing-hero__inner {
  position: relative;
  z-index: 1;
}

.marketing-hero--image .marketing-hero__inner {
  min-height: 16rem;
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
  padding: 2rem 1rem;
}

.marketing-hero--banner {
  min-height: 20rem;
}

.marketing-hero--banner .marketing-hero__overlay {
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6)), radial-gradient(80% 60% at 50% 0%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
}

.marketing-hero--banner .marketing-hero__inner {
  min-height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.marketing-hero__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 6vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #fff;
}

.marketing-hero__title--dark {
  color: #0c0f35;
}

.marketing-hero__copy {
  margin: 1.5rem auto 0;
  max-width: 48rem;
  font-size: 0.98rem;
  line-height: 1.72;
  color: #475569;
}

.marketing-section {
  padding: 3rem 0;
}

.marketing-section--spacious {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.marketing-section--compact-top {
  padding-top: 0;
}

.marketing-section--muted {
  background: #f5f9fd;
  border-block: 1px solid #ddebf7;
}

.marketing-section--muted .marketing-section__heading {
  margin-bottom: 2rem;
}

.marketing-section__heading {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 2.5rem;
}

.marketing-section__heading h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 5.2vw, 2.2rem);
  line-height: 1.03;
  letter-spacing: -0.06em;
  font-weight: 800;
  color: #0c0f35;
}

.marketing-section__heading h2 span {
  color: #2977bb;
}

.marketing-section__heading p {
  margin: 1rem auto 0;
  color: #475569;
  max-width: 42rem;
  font-size: 0.98rem;
  line-height: 1.72;
}

.marketing-section__heading--left {
  text-align: left;
  margin: 0 0 1.5rem;
}

.marketing-section__heading--left p {
  margin-left: 0;
}

.marketing-section__heading--compact {
  margin-bottom: 2rem;
}

.marketing-section__heading--light h2,
.marketing-section__heading--light p {
  color: #fff;
}

.marketing-story-grid,
.marketing-two-up {
  display: grid;
  gap: 1.5rem;
}

.marketing-story-card,
.marketing-card,
.marketing-feature-card,
.marketing-step-card,
.marketing-benefit-card,
.marketing-security-card,
.marketing-testimonial {
  border: 1px solid #ddebf7;
  border-radius: 1.5rem;
  background: #fff;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.marketing-story-card,
.marketing-card,
.marketing-feature-card,
.marketing-step-card,
.marketing-security-card,
.marketing-testimonial {
  padding: 1.5rem;
}

.marketing-story-card {
  text-align: center;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.marketing-story-card:hover,
.marketing-card:hover,
.marketing-feature-card:hover,
.marketing-step-card:hover,
.marketing-benefit-card:hover,
.marketing-security-card:hover,
.marketing-testimonial:hover {
  transform: translateY(-2px);
  border-color: rgba(41, 119, 187, 0.24);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.marketing-story-card h3,
.marketing-card h3,
.marketing-feature-card h3,
.marketing-benefit-card h3,
.marketing-security-card h3 {
  margin: 0;
  color: #0c0f35;
  font-size: 1.12rem;
  line-height: 1.16;
}

.marketing-card__title {
  margin-top: 1rem;
}

.marketing-story-card p,
.marketing-card p,
.marketing-feature-card p,
.marketing-security-card p,
.marketing-step-card p,
.marketing-testimonial p,
.marketing-benefit-card p {
  color: #475569;
  font-size: 0.93rem;
  line-height: 1.56;
}

.marketing-card__copy {
  margin-top: 0.75rem;
}

.marketing-card__copy--compact {
  margin-top: 0.5rem;
}

.marketing-feature-grid,
.marketing-card-grid,
.marketing-steps-grid,
.marketing-security-grid,
.marketing-audience-grid,
.marketing-testimonial-grid {
  display: grid;
  gap: 1.5rem;
}

.marketing-feature-card,
.marketing-step-card,
.marketing-security-card {
  text-align: center;
}

.marketing-feature-card {
  padding: 1.35rem 1.3rem 1.45rem;
}

.marketing-feature-card--left {
  text-align: left;
}

.marketing-feature-card--bare {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.marketing-icon {
  width: 3.25rem;
  height: 3.25rem;
  display: inline-grid;
  place-items: center;
  border-radius: 1rem;
  background: linear-gradient(180deg, #2977bb, #1e5a9e);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
}

.marketing-icon svg {
  width: 1.45rem;
  height: 1.45rem;
}

.marketing-feature-card .marketing-icon {
  margin-bottom: 0.85rem;
}

.marketing-feature-card h3 {
  margin-top: 0;
}

.marketing-feature-card p {
  margin-top: 0.6rem;
  max-width: 17rem;
  margin-inline: auto;
}

.marketing-icon--soft {
  background: rgba(41, 119, 187, 0.1);
  color: #2977bb;
}

.marketing-icon--round {
  border-radius: 999px;
}

.marketing-cta {
  position: relative;
  overflow: hidden;
  max-width: 72rem;
  margin: 0 auto;
  border-radius: 1.5rem;
  background: #2977bb;
  padding: 2.25rem 1.5rem;
  text-align: center;
  box-shadow: 0 24px 50px rgba(41, 119, 187, 0.2);
}

.marketing-cta--brand-gradient {
  background: linear-gradient(270deg, #19518b -60.29%, #3489d3 48.14%, #19518b 160.82%);
}

.marketing-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.marketing-cta__content {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin: 0 auto;
}

.marketing-cta h2,
.marketing-cta h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 6vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
  font-weight: 800;
  color: #fff;
}

.marketing-cta p {
  max-width: 42rem;
  margin: 1rem auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
  line-height: 1.72;
}

.marketing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  justify-content: center;
}

.marketing-actions--left {
  justify-content: flex-start;
}

.marketing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.9rem 2rem;
  border-radius: 0.75rem;
  font-weight: 700;
  border: 1px solid transparent;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.marketing-button--light {
  background: #fff;
  color: #2977bb;
}

.marketing-button--light:hover,
.marketing-button--light:focus-visible {
  background: #f8fbff;
  color: #0f172a;
  border-color: rgba(41, 119, 187, 0.22);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
  transform: translateY(-1px);
}

.marketing-button--outline-light {
  color: #fff;
  border: 2px solid #fff;
}

.marketing-button--outline-light:hover,
.marketing-button--outline-light:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
  transform: translateY(-1px);
}

.marketing-feature-band {
  background: #f8fcff;
}

.link2pay-page {
  background: #ffffff;
}

.link2pay-page__hero {
  background: linear-gradient(to bottom, #cee8ff 0%, #ffffff 100%);
}

.link2pay-page__hero-inner {
  padding: 3rem 0 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.link2pay-page__hero-title {
  max-width: 62rem;
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 8vw, 3.1rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #0f172a;
}

.link2pay-page__hero-title span {
  color: #2977bb;
}

.link2pay-page__hero-copy {
  margin: 1.5rem auto 0;
  max-width: 48rem;
  color: #475569;
  font-size: 1rem;
  line-height: 1.75;
}

.link2pay-page__hero-action {
  min-height: 3.5rem;
}

.link2pay-page__feature-trio {
  background: #f8fcff;
  padding: 3rem 0;
}

.link2pay-page__feature-trio .marketing-section__heading {
  margin-bottom: 2rem;
}

.link2pay-page__feature-trio .marketing-section__heading p,
.link2pay-page__deep-features .marketing-section__heading p,
.link2pay-page__steps .marketing-section__heading p,
.link2pay-page__security .marketing-section__heading p {
  color: #454545;
}

.link2pay-page__feature-trio .marketing-feature-card,
.link2pay-page__security .marketing-security-card,
.link2pay-page__steps .marketing-step-card,
.link2pay-page__testimonials .marketing-testimonial {
  background: #ffffff;
}

.link2pay-page__deep-features,
.link2pay-page__testimonials,
.link2pay-page__security,
.link2pay-page__cta {
  background: #ffffff;
  padding: 3rem 0;
}

.link2pay-page__steps {
  background: #f8fcff;
  padding: 3rem 0;
}

.link2pay-page__testimonials .marketing-section__heading,
.link2pay-page__steps .marketing-section__heading {
  margin-bottom: 2rem;
}

.link2pay-page__security .marketing-grid-split {
  align-items: start;
}

.link2pay-page__security .marketing-section__heading {
  margin-bottom: 1rem;
}

.link2pay-page__cta .container {
  background: transparent;
}

.link2pay-page__cta .marketing-cta {
  max-width: 72rem;
  margin: 0 auto;
}

.link2pay-page__cta .marketing-cta__content {
  max-width: 42rem;
  margin: 0 auto;
}

.link2pay-page__cta .marketing-actions {
  justify-content: center;
}

.marketing-deep-feature {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.marketing-deep-feature + .marketing-deep-feature {
  margin-top: 4rem;
}

.marketing-deep-feature__badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #e5f0ff;
  padding: 0.35rem 0.9rem;
  color: #2977bb;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.marketing-deep-feature__copy h3 {
  margin-top: 1rem;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 6vw, 2.25rem);
  line-height: 1.35;
  color: #0c0f35;
}

.marketing-copy-stack {
  display: grid;
  gap: 1.5rem;
}

.marketing-check-list,
.marketing-benefit-list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.marketing-check-list li,
.marketing-benefit-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.marketing-check-bullet {
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 1.35rem;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(0, 167, 121, 0.12);
  color: #00a779;
  font-size: 0.85rem;
  font-weight: 700;
}

.marketing-deep-feature__media img {
  width: 100%;
  max-width: 35rem;
  margin-inline: auto;
  border-radius: 1.5rem;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.marketing-step-card {
  text-align: center;
}

.marketing-step-card__number {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1rem;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(180deg, #2977bb, #1e5a9e);
  box-shadow: 0 10px 24px rgba(41, 119, 187, 0.2);
}

.marketing-testimonial {
  border-width: 2px;
}

.marketing-testimonial__person {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1rem;
}

.marketing-testimonial__person img {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid #dbe2ea;
}

.marketing-benefits {
  display: grid;
  gap: 3rem;
}

.marketing-benefits__section-header {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.marketing-benefit-card {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

.marketing-benefit-card .marketing-check-bullet {
  margin-top: 0.15rem;
}

.marketing-grid-split {
  display: grid;
  gap: 2rem;
}

.marketing-grid-split--aligned {
  align-items: center;
}

.marketing-card--muted {
  background: #f5f9fd;
}

.marketing-section--gradient {
  background: linear-gradient(to right, #19518b, #3489d3, #19518b);
}

.marketing-hero__center-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.marketing-hero__copy--flush {
  margin-left: 0;
}

.marketing-testimonial__role {
  color: #595959;
}

.confirmation-backbar {
  background: #f5f9fd;
}

.confirmation-backbar__inner {
  min-height: 4rem;
  display: flex;
  align-items: center;
}

.confirmation-backlink {
  min-height: 4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #52637d;
  font-weight: 600;
}

.confirmation-backlink svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.confirmation-panel {
  max-width: 40rem;
  margin: 0 auto;
  padding: 4rem 0 5rem;
  text-align: center;
}

.confirmation-icon {
  position: relative;
  width: 6.25rem;
  height: 6.25rem;
  margin: 0 auto 2rem;
}

.confirmation-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 2px solid #2977bb;
  opacity: 0.1;
}

.confirmation-icon__inner {
  position: absolute;
  inset: 14.6%;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #2977bb;
  box-shadow: 0 4px 20px rgba(66, 99, 235, 0.2);
  color: #2977bb;
  font-size: 1.8rem;
  font-weight: 700;
}

.confirmation-icon__inner svg {
  width: 1.9rem;
  height: 1.9rem;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.confirmation-panel h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 10vw, 4.5rem);
  line-height: 1.05;
  color: #0f172a;
}

.confirmation-panel p {
  margin: 1.5rem auto 0;
  max-width: 34rem;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #64748b;
}

.about-page .marketing-section:first-of-type {
  padding-top: 2.5rem;
}

.about-page__intro-heading {
  max-width: 62rem;
  margin-bottom: 2rem;
}

.about-page__intro-heading h2 {
  font-size: clamp(1.55rem, 4.2vw, 2.1rem);
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.about-page__intro-heading p {
  max-width: 48rem;
  font-size: 0.95rem;
  line-height: 1.55;
}

.about-page .marketing-story-grid {
  margin-top: 0.25rem;
}

.about-page .marketing-story-card {
  padding: 1.35rem 1.5rem;
}

.about-page .marketing-story-card p {
  max-width: 30rem;
  margin-inline: auto;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .link2pay-page__hero-inner {
    padding: 4rem 0 5rem;
  }
  .marketing-hero--image,
  .marketing-hero--image .marketing-hero__inner {
    min-height: 18.75rem;
  }
  .marketing-story-grid,
  .marketing-two-up,
  .marketing-grid-split,
  .marketing-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .marketing-card-grid,
  .marketing-steps-grid,
  .marketing-security-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .marketing-section--muted {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .about-page .marketing-section:first-of-type {
    padding-top: 2.9rem;
  }
  .about-page__intro-heading {
    margin-bottom: 2.1rem;
  }
}
@media (min-width: 1024px) {
  .marketing-cta {
    padding: 4rem 2rem;
  }
  .link2pay-page__hero-inner {
    padding: 4.5rem 0 6rem;
  }
  .link2pay-page__feature-trio,
  .link2pay-page__deep-features,
  .link2pay-page__steps,
  .link2pay-page__testimonials,
  .link2pay-page__security,
  .link2pay-page__cta {
    padding: 4.5rem 0;
  }
  .marketing-hero--banner,
  .marketing-hero--banner .marketing-hero__inner {
    min-height: 26.25rem;
  }
  .marketing-feature-grid,
  .marketing-audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .marketing-section--muted {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .about-page .marketing-section:first-of-type {
    padding-top: 3.2rem;
  }
  .about-page__intro-heading h2 {
    font-size: 3rem;
    line-height: 1.04;
  }
  .about-page__intro-heading p {
    font-size: 1rem;
    line-height: 1.55;
  }
  .marketing-deep-feature {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
  }
  .marketing-deep-feature--reverse .marketing-deep-feature__copy {
    order: 2;
  }
  .marketing-deep-feature--reverse .marketing-deep-feature__media {
    order: 1;
  }
  .marketing-step-card {
    padding: 1.75rem;
  }
  .marketing-steps-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.multicollect-page {
  background: #ffffff;
  color: #0c0f35;
}

body[data-page=multicollect] main {
  padding-top: 4rem;
}

.multicollect-page__hero {
  position: relative;
  height: 20rem;
  overflow: hidden;
}

.multicollect-page__hero-bg {
  position: absolute;
  inset: 0;
}
.multicollect-page__hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.multicollect-page__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6)), radial-gradient(80% 60% at 50% 0%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
}

.multicollect-page__hero-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.multicollect-page__hero-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}
.multicollect-page__hero-stack h1 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 10vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.multicollect-page__hero-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 2rem;
  border: 2px solid #ffffff;
  border-radius: 0.75rem;
  color: #ffffff;
  font-weight: 700;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.multicollect-page__hero-link:hover, .multicollect-page__hero-link:focus-visible {
  background: #ffffff;
  color: #0c0f35;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18);
  transform: translateY(-1px);
}

.multicollect-page__intro,
.multicollect-page__story,
.multicollect-page__features,
.multicollect-page__cta-section {
  padding: 3rem 0;
  background: #ffffff;
}

.multicollect-page__section-heading {
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
}
.multicollect-page__section-heading h2 {
  margin: 0;
  color: #0c0f35;
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 6vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
  font-weight: 800;
}
.multicollect-page__section-heading span {
  color: #2977bb;
}
.multicollect-page__section-heading p {
  max-width: 48rem;
  margin: 1.25rem auto 0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.7;
}

.multicollect-page__story {
  padding-top: 0;
}

.multicollect-page__story-panel {
  display: grid;
  gap: 2rem;
  padding: 1.75rem;
  border: 1px solid #ddebf7;
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.multicollect-page__story-card {
  max-width: 32rem;
  margin-inline: auto;
  text-align: center;
}
.multicollect-page__story-card h3 {
  margin: 0;
  color: #0c0f35;
  font-size: 1.35rem;
  font-weight: 700;
}
.multicollect-page__story-card p {
  margin: 0.85rem 0 0;
  color: #454545;
  font-size: 0.98rem;
  line-height: 1.65;
}

.multicollect-page__features {
  padding-top: 2rem;
}

.multicollect-page__features-panel {
  border: 1px solid #ddebf7;
  border-radius: 1.5rem;
  background: #f5f9fd;
  padding: 1.75rem;
}
.multicollect-page__features-panel h2 {
  margin: 0;
  text-align: center;
  color: #0c0f35;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 5vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
  font-weight: 800;
}
.multicollect-page__features-panel span {
  color: #2977bb;
}

.multicollect-page__feature-grid {
  display: grid;
  gap: 1.75rem;
  margin-top: 2rem;
}

.multicollect-page__feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}
.multicollect-page__feature-card h3 {
  margin: 0;
  color: #0c0f35;
  font-size: 1.12rem;
  line-height: 1.3;
}
.multicollect-page__feature-card p {
  max-width: 18rem;
  margin: 0;
  color: #475569;
  font-size: 0.96rem;
  line-height: 1.7;
}

.multicollect-page__feature-icon {
  width: 4rem;
  height: 4rem;
  display: inline-grid;
  place-items: center;
  border-radius: 0.9rem;
  background: #2977bb;
  color: #ffffff;
}
.multicollect-page__feature-icon svg {
  width: 1.55rem;
  height: 1.55rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.multicollect-page__cta {
  position: relative;
  overflow: hidden;
  max-width: 72rem;
  margin: 0 auto;
  border-radius: 1.5rem;
  background: #2977bb;
  padding: 2.25rem 1.5rem;
  text-align: center;
  box-shadow: 0 24px 50px rgba(41, 119, 187, 0.2);
}

.multicollect-page__cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.multicollect-page__cta-content {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin: 0 auto;
}
.multicollect-page__cta-content h3 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 6vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
  font-weight: 800;
}
.multicollect-page__cta-content p {
  max-width: 34rem;
  margin: 1rem auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.72;
}

.multicollect-page__cta-actions {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.multicollect-page__cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.9rem 2rem;
  border-radius: 0.75rem;
  background: #ffffff;
  color: #2977bb;
  font-weight: 700;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.multicollect-page__cta-link:hover, .multicollect-page__cta-link:focus-visible {
  background: #f8fbff;
  color: #0f172a;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
  transform: translateY(-1px);
}

@media (min-width: 768px) {
  .multicollect-page__hero {
    height: 26.25rem;
  }
  .multicollect-page__intro,
  .multicollect-page__features,
  .multicollect-page__cta-section {
    padding: 4rem 0;
  }
  .multicollect-page__story-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .multicollect-page__feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .multicollect-page__features-panel {
    padding: 2.5rem;
  }
  .multicollect-page__cta {
    padding: 4rem 2rem;
  }
}
.omniedupay-page {
  color: #424242;
  background: #fff;
}

.omniedupay-page__hero {
  background: linear-gradient(90deg, #f9fbff 0%, #e9f2ff 100%);
  padding: 6.25rem 0 4rem;
}

.omniedupay-page__hero-grid,
.omniedupay-page__schools-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.omniedupay-page__hero-title,
.omniedupay-page__section-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 6vw, 3.25rem);
  line-height: 1.1;
  color: #2a2a2a;
}

.omniedupay-page__hero-title span,
.omniedupay-page__section-title span {
  color: var(--brand);
}

.omniedupay-page__hero-text,
.omniedupay-page__section-text {
  margin-top: 1rem;
  line-height: 1.8;
  color: #52637d;
}

.omniedupay-page__badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 1.75rem 0 0;
}

.omniedupay-page__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #323a45;
  font-size: 0.875rem;
  font-weight: 500;
}

.omniedupay-page__badge-icon {
  display: inline-flex;
  color: #0071cf;
}

.omniedupay-page__badge-icon svg {
  width: 1.125rem;
  height: 1.125rem;
}

.omniedupay-page__hero-action {
  margin-top: 3rem;
  min-height: 3.5rem;
  padding-inline: 3rem;
  border-radius: 0.75rem;
}

.omniedupay-page__hero-media,
.omniedupay-page__slide-media {
  display: flex;
  justify-content: center;
}

.omniedupay-page__hero-media img,
.omniedupay-page__logos img,
.omniedupay-page__slide-media img {
  max-width: 100%;
  height: auto;
}

.omniedupay-page__schools,
.omniedupay-page__carousel-section,
.omniedupay-page__why {
  padding: 4.5rem 0;
}

.omniedupay-page__steps,
.omniedupay-page__logos,
.omniedupay-page__card-grid {
  display: grid;
  gap: 1rem;
}

.omniedupay-page__step {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.omniedupay-page__step-number {
  width: 2rem;
  height: 2rem;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #0252c5;
  color: #fff;
  font-weight: 700;
}

.omniedupay-page__step-label {
  color: #060606;
  font-weight: 600;
}

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

.omniedupay-page__logo-card {
  padding: 0.5rem;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.omniedupay-page__carousel {
  border-radius: 24px;
  background: #142862;
  box-shadow: 0 8px 30px rgba(119, 99, 234, 0.1);
  position: relative;
  overflow: hidden;
}

.omniedupay-page__carousel-track {
  display: grid;
  grid-template-areas: "stack";
  min-height: 20rem;
}

.omniedupay-page__slide {
  grid-area: stack;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.omniedupay-page__slide.active {
  opacity: 1;
  visibility: visible;
}

.omniedupay-page__slide-content {
  display: flex;
  align-items: center;
  padding: 0 3.75rem;
  min-height: 20.625rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.omniedupay-page__slide-copy h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
}

.omniedupay-page__slide-copy p {
  margin-top: 1rem;
  margin-bottom: 0;
  max-width: 31rem;
  line-height: 1.6;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.95);
}

.omniedupay-page__slide-copy {
  flex: 1;
  max-width: 31.25rem;
  z-index: 2;
  padding: 2.5rem 0;
}

.omniedupay-page__carousel-controls {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: absolute;
  bottom: 1.5rem;
  left: 3.75rem;
  z-index: 10;
}

.omniedupay-page__nav {
  width: 2rem;
  height: 2rem;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.omniedupay-page__nav-icon {
  display: inline-flex;
}

.omniedupay-page__nav-icon svg {
  width: 1.125rem;
  height: 1.125rem;
}

.omniedupay-page__nav:hover,
.omniedupay-page__nav:focus-visible {
  background: #fff;
  color: #0071cf;
}

.omniedupay-page__dots {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.omniedupay-page__dot {
  width: 0.5rem;
  height: 0.5rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: all 0.3s ease;
}

.omniedupay-page__dot.is-active {
  width: 1.25rem;
  background: #fff;
  border-radius: 0.625rem;
}

.omniedupay-page__slide-media {
  position: absolute;
  right: 5%;
  bottom: 0;
  height: 100%;
  width: 45%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 1;
  pointer-events: none;
}

.omniedupay-page__slide-media img {
  height: 92%;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  object-position: bottom right;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.3));
}

.omniedupay-page__section-text--center {
  max-width: 38rem;
  margin-inline: auto;
  text-align: center;
}

.omniedupay-page__card-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

.omniedupay-page__info-card h3 {
  margin: 0;
  color: #101828;
  font-size: 1.125rem;
  font-weight: 600;
}

.omniedupay-page__info-card p {
  margin-top: 0.85rem;
  line-height: 1.6;
  color: #717182;
  font-size: 0.9375rem;
}

.omniedupay-page__info-card {
  max-width: 22.5rem;
  padding: 2.5rem;
  border-radius: 20px;
  border: 1px solid #f2f2f2;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 73, 155, 0.08);
  text-align: left;
  transition: transform 0.3s ease;
}

.omniedupay-page__info-card:hover {
  transform: translateY(-8px);
}

.omniedupay-page__info-card-icon {
  margin-bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  background: #f0f7ff;
  border-radius: 12px;
}

.omniedupay-page__info-card-icon svg {
  width: 1.75rem;
  height: 1.75rem;
  color: #0071cf;
}

@media (min-width: 768px) {
  .omniedupay-page__logos,
  .omniedupay-page__card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .omniedupay-page__slide {
    min-height: 0;
  }
  .omniedupay-page__slide-content {
    min-height: 20.625rem;
  }
}
@media (min-width: 1024px) {
  .omniedupay-page__hero-grid,
  .omniedupay-page__schools-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
  }
  .omniedupay-page__logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .omniedupay-page__card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: center;
  }
}
@media (max-width: 1200px) {
  .omniedupay-page__hero {
    padding: 5.75rem 0 3.5rem;
  }
  .omniedupay-page__hero-grid,
  .omniedupay-page__schools-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .omniedupay-page__hero-copy {
    margin-inline: auto;
  }
  .omniedupay-page__badge-list {
    justify-content: center;
  }
  .omniedupay-page__hero-media {
    margin-inline: auto;
    max-width: 28.5rem;
  }
  .omniedupay-page__steps {
    grid-template-columns: 1fr;
  }
  .omniedupay-page__step {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .omniedupay-page__slide-content {
    flex-direction: column;
    padding: 3.75rem 1.25rem 5rem;
    text-align: center;
    justify-content: center;
    min-height: 23.75rem;
    width: 100%;
  }
  .omniedupay-page__slide-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
  }
  .omniedupay-page__slide-copy {
    max-width: 92%;
    margin: 0 auto 1.25rem;
    position: relative;
    z-index: 3;
    padding: 0;
  }
  .omniedupay-page__slide-media {
    justify-content: center;
    width: 100%;
    position: absolute;
    inset: 0;
    height: 100%;
  }
  .omniedupay-page__slide-media img {
    width: 100%;
    max-width: 20rem;
    height: 20rem;
  }
  .omniedupay-page__slide-copy h3 {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
  .omniedupay-page__slide-copy p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .omniedupay-page__carousel-controls {
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.5rem;
    gap: 1rem;
  }
  .omniedupay-page__nav {
    display: none;
  }
}
.ussd-page {
  color: #1a1444;
}
.ussd-page main,
.ussd-page section {
  position: relative;
}

body[data-page=ussd] main {
  padding-top: 4rem;
}

.ussd-page__hero {
  overflow: hidden;
  padding: 1rem 0 2rem;
  background: linear-gradient(to bottom, #cee8ff 0%, #ffffff 100%);
}

.ussd-page__hero::before,
.ussd-page__hero::after {
  position: absolute;
  pointer-events: none;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  background: rgba(41, 119, 187, 0.18);
  opacity: 0.45;
  filter: blur(217px);
  content: "";
}

.ussd-page__hero::before {
  left: -6rem;
  top: -6rem;
}

.ussd-page__hero::after {
  right: -3rem;
  top: 2.5rem;
}

.ussd-page__hero-grid,
.ussd-page__platform-grid,
.ussd-page__dashboard-grid {
  display: grid;
  gap: 2.5rem;
}

.ussd-page__hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(28rem, 1.08fr);
  align-items: center;
  min-height: 21rem;
  gap: 1rem;
}

.ussd-page__hero-copy {
  max-width: 43rem;
  min-width: 0;
}

.ussd-page__eyebrow,
.ussd-page__section-tag {
  display: inline-flex;
  align-items: center;
  color: #0071cf;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ussd-page__eyebrow {
  gap: 0.7rem;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  background: rgba(0, 113, 207, 0.06);
  box-shadow: inset 0 0 0 1px rgba(209, 223, 238, 0.9);
  line-height: 1;
}

.ussd-page__eyebrow::before {
  content: "";
  width: 0.85rem;
  height: 0.85rem;
  flex: 0 0 0.85rem;
  border-radius: 999px;
  background: #0071cf;
}

.ussd-page__section-tag {
  padding: 0;
  border-radius: 999px;
  background: transparent;
}

.ussd-page__hero-title,
.ussd-page__section-title,
.ussd-page__cta-content h2 {
  margin: 0.8rem 0 0;
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.3889;
  letter-spacing: -0.02em;
  color: #1a1444;
}

.ussd-page__hero-title {
  max-width: 43rem;
  font-size: 3.125rem;
  line-height: 5.125rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #1a1444;
}

.ussd-page__hero-line {
  display: block;
}

.ussd-page__hero-line--nowrap {
  white-space: nowrap;
}

.ussd-page__hero-line + .ussd-page__hero-line {
  margin-top: 0.08em;
}

.ussd-page__hero-accent {
  color: #0071cf;
  font-style: italic;
  font-family: "Times New Roman", Georgia, serif;
  font-weight: 700;
  font-size: 4.0625rem;
  letter-spacing: 1.3px;
}

.ussd-page__hero-text,
.ussd-page__section-text,
.ussd-page__journey-list li,
.ussd-page__timeline-copy p,
.ussd-page__audience-card p,
.ussd-page__cta-content p,
.ussd-page__metrics-copy {
  margin: 0.8rem 0 0;
  font-size: 1rem;
  line-height: 1.6875;
  color: #595959;
}

.ussd-page__hero-text {
  font-size: 1.125rem;
  line-height: 2.3125rem;
  font-weight: 500;
  color: rgba(42, 42, 42, 0.7);
  max-width: 39rem;
  white-space: normal;
}

.ussd-page__hero-action,
.ussd-page__cta-action {
  margin-top: 1.25rem;
}

.ussd-page__hero-action {
  min-width: 10.5rem;
  padding-inline: 1.25rem;
  min-height: 2.55rem;
  font-size: 0.86rem;
}

.ussd-page__hero-media {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 18rem;
  justify-self: end;
  padding-right: 0;
}
.ussd-page__hero-media::before {
  content: "";
  position: absolute;
  inset: 14% 2% 6%;
  border-radius: 2.25rem;
  background: radial-gradient(circle at center, rgba(31, 60, 114, 0.1), transparent 62%);
  filter: blur(16px);
}
.ussd-page__hero-media img {
  position: relative;
  display: block;
  width: min(100%, 39rem);
  height: auto;
  object-fit: contain;
  transform: translateX(3.5rem);
  filter: drop-shadow(0 24px 34px rgba(15, 23, 42, 0.14)) drop-shadow(0 10px 16px rgba(41, 119, 187, 0.08));
}

.ussd-page__platform,
.ussd-page__audience {
  padding: 2.4rem 0 4rem;
  background: #ffffff;
}

.ussd-page__dashboard {
  padding: 3.4rem 0 3.8rem;
  background: #ffffff;
}

.ussd-page__platform-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  align-items: center;
  gap: 2.25rem;
}

.ussd-page__section-title {
  max-width: 36.75rem;
  font-size: 2.25rem;
  line-height: 1.3889;
  color: #1a1444;
}

.ussd-page__section-text {
  max-width: 40.375rem;
}

.ussd-page__platform-copy .ussd-page__section-title {
  max-width: 36.75rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.125rem;
  letter-spacing: -0.02em;
  color: #1a1444;
}

.ussd-page__platform-copy .ussd-page__section-text {
  max-width: 40.375rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #595959;
}

.ussd-page__section-text--center,
.ussd-page__section-header {
  text-align: center;
  margin-inline: auto;
}

.ussd-page__section-header .ussd-page__section-title {
  max-width: 22.666rem;
  margin-inline: auto;
}

.ussd-page__section-header .ussd-page__section-text {
  max-width: 40.375rem;
  margin-inline: auto;
}

.ussd-page__dashboard .ussd-page__section-header .ussd-page__section-title {
  max-width: 46.125rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.125rem;
  letter-spacing: -0.02em;
  color: #1a1444;
}

.ussd-page__audience .ussd-page__section-header .ussd-page__section-title {
  max-width: 51rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.125rem;
  letter-spacing: -0.02em;
  color: #1a1444;
  white-space: nowrap;
}

.ussd-page__dashboard .ussd-page__section-header .ussd-page__section-text {
  max-width: 40.375rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #595959;
}

.ussd-page__journey-card,
.ussd-page__metrics-card,
.ussd-page__dashboard-card,
.ussd-page__audience-card {
  border: 1px solid #e1e8f1;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(13, 36, 78, 0.06);
}

.ussd-page__journey-card,
.ussd-page__metrics-card,
.ussd-page__audience-card {
  border-radius: 1.35rem;
}

.ussd-page__journey-card {
  margin-top: 1.35rem;
  padding: 1.1rem 1.2rem;
  background: #f7fbff;
}

.ussd-page__journey-title {
  margin: 0;
  color: #64748b;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ussd-page__journey-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.ussd-page__journey-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding-left: 0;
  font-size: 0.875rem;
  line-height: 1.4286;
  color: #3f3f46;
}

.ussd-page__journey-list li + li {
  margin-top: 0.78rem;
}

.ussd-page__journey-list li::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 1.1rem;
  border-radius: 999px;
  background: radial-gradient(circle at center, #0071cf 0 0.18rem, transparent 0.19rem), #ddebfa;
  box-shadow: inset 0 0 0 1px rgba(0, 113, 207, 0.08);
}

.ussd-page__metrics-card {
  padding: 1.45rem 1.35rem;
}

.ussd-page__metrics-kicker {
  display: block;
  margin: 0;
  color: #1a1444;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
}

.ussd-page__metrics-copy {
  max-width: 18rem;
}

.ussd-page__metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
  margin-top: 1.1rem;
}

.ussd-page__metric {
  min-height: 6.3rem;
  padding: 0.95rem;
  border-radius: 1rem;
  background: #fbfcfe;
  border: 1px solid #eef2f6;
}

.ussd-page__metric strong {
  display: block;
  font-family: "Syne", var(--font-heading);
  font-size: 2rem;
  line-height: 1.12;
  color: #595959;
  letter-spacing: -0.03em;
}

.ussd-page__metric:nth-child(1) strong {
  color: #8a3ffc;
}

.ussd-page__metric:nth-child(2) strong {
  color: #0db06f;
}

.ussd-page__metric:nth-child(3) strong {
  color: #0071cf;
}

.ussd-page__metric:nth-child(4) strong {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}

.ussd-page__metric span {
  display: block;
  margin-top: 0.45rem;
  color: #595959;
  font-size: 0.875rem;
  line-height: 1.45;
}

.ussd-page__dashboard-grid {
  grid-template-columns: minmax(14rem, 0.68fr) minmax(0, 1.32fr);
  align-items: start;
  margin-top: 1.7rem;
  gap: 1.9rem;
}

.ussd-page__timeline {
  position: relative;
  display: grid;
  gap: 1.35rem;
  padding-left: 0;
}

.ussd-page__timeline::before {
  content: "";
  position: absolute;
  left: 0.5px;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 999px;
  background: #dde6ef;
}

.ussd-page__timeline-step {
  position: relative;
  display: grid;
  grid-template-columns: 3.65rem 1fr;
  align-items: start;
  gap: 1.2rem;
  border: 1px solid transparent;
  border-radius: 1rem;
  padding: 0.15rem 0 0.35rem;
  transition: transform 0.25s ease, opacity 0.25s ease;
  outline: none;
  cursor: default;
}

.ussd-page__timeline-step::before {
  content: "";
  position: absolute;
  left: 0.5px;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 999px;
  background: #0071cf;
  opacity: 0;
  transform: scaleY(0.7);
  transform-origin: top center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ussd-page__timeline-step:not(.is-active) {
  opacity: 1;
}

.ussd-page__timeline-step.is-active {
  opacity: 1;
  transform: none;
}

.ussd-page__timeline-step.is-active::before {
  opacity: 1;
  transform: scaleY(1);
}

.ussd-page__timeline-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.9rem;
  padding-left: 0.85rem;
  color: #b8c5d6;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: none;
  transition: color 0.25s ease;
}

.ussd-page__timeline-step.is-active .ussd-page__timeline-number {
  color: #0071cf;
}

.ussd-page__timeline-copy h3 {
  margin: 0;
  color: #667085;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  transition: color 0.25s ease;
}

.ussd-page__timeline-step.is-active .ussd-page__timeline-copy h3 {
  color: #1a1444;
}

.ussd-page__timeline-copy p {
  max-width: 27rem;
  margin-top: 0.45rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #8f99a8;
  transition: color 0.25s ease, opacity 0.25s ease, max-height 0.25s ease, margin-top 0.25s ease;
}

.ussd-page__timeline-step:not(.is-active) .ussd-page__timeline-copy p {
  color: #aeb8c7;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.ussd-page__timeline-step.is-active .ussd-page__timeline-copy p {
  opacity: 1;
  max-height: 10rem;
}

.ussd-page__dashboard-card {
  padding: 0.65rem;
  border-radius: 1.35rem;
  align-self: start;
}

.ussd-page__dashboard-shot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.ussd-page__audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1.8rem;
}

.ussd-page__audience-card {
  position: relative;
  padding: 1.2rem 1.15rem 1.35rem;
  border-radius: 0;
  box-shadow: none;
  border-top: 3px solid #2c7de0;
  transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.ussd-page__audience-card:hover, .ussd-page__audience-card:focus-within {
  transform: translateY(-2px);
  background: #4289ca;
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.16);
}

.ussd-page__audience-card h3 {
  margin: 1rem 0 0;
  color: #1a1444;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.125;
  transition: color 0.22s ease;
}

.ussd-page__audience-icon {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-grid;
  place-items: center;
  color: #0071cf;
  transition: color 0.22s ease;
}
.ussd-page__audience-icon svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ussd-page__audience-card:hover .ussd-page__audience-icon,
.ussd-page__audience-card:focus-within .ussd-page__audience-icon {
  color: #ffffff;
}

.ussd-page__audience-card:hover h3,
.ussd-page__audience-card:focus-within h3 {
  color: #ffffff;
}

.ussd-page__audience-card:hover p,
.ussd-page__audience-card:focus-within p {
  color: rgba(255, 255, 255, 0.9);
}

.ussd-page__cta {
  padding: 0 0 3.8rem;
  background: #ffffff;
}

.ussd-page__cta-card {
  position: relative;
  overflow: hidden;
  max-width: 72rem;
  margin: 0 auto;
  padding: 2.25rem 1.5rem;
  border-radius: 1.5rem;
  background: #2977bb;
  text-align: center;
  box-shadow: 0 24px 50px rgba(41, 119, 187, 0.2);
}
.ussd-page__cta-card::before, .ussd-page__cta-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ussd-page__cta-card::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 4.4rem 4.4rem;
  opacity: 0.45;
}
.ussd-page__cta-card::after {
  background: radial-gradient(circle at top center, rgba(255, 255, 255, 0.16), transparent 45%);
}

.ussd-page__cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.ussd-page__cta-content {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin-inline: auto;
}
.ussd-page__cta-content h2 {
  margin-top: 0;
  max-width: none;
  color: #ffffff;
  font-size: clamp(1.85rem, 6vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}
.ussd-page__cta-content p {
  max-width: 34rem;
  margin: 1rem auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.72;
}

.ussd-page__cta-action {
  margin-inline: auto;
  margin-top: 2rem;
  min-height: 3.2rem;
  padding: 0.9rem 2rem;
  border-radius: 0.75rem;
  border-color: transparent;
  color: #2977bb;
  background: #ffffff;
  font-weight: 700;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.ussd-page__cta-action:hover, .ussd-page__cta-action:focus-visible {
  background: #f8fbff;
  color: #0f172a;
  border-color: transparent;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
  transform: translateY(-1px);
}

@media (max-width: 1199px) {
  .ussd-page__hero-grid,
  .ussd-page__platform-grid,
  .ussd-page__dashboard-grid {
    grid-template-columns: 1fr;
  }
  .ussd-page__hero-copy,
  .ussd-page__section-text {
    max-width: none;
  }
  .ussd-page__hero-title {
    max-width: 11ch;
  }
  .ussd-page__hero-media {
    min-height: 21rem;
  }
  .ussd-page__timeline {
    padding-left: 0;
  }
  .ussd-page__timeline::before,
  .ussd-page__timeline-step::after {
    display: none;
  }
  .ussd-page__timeline-step::before {
    left: 0.05rem;
  }
  .ussd-page__timeline-number {
    padding-left: 0.95rem;
  }
  .ussd-page__audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  body[data-page=ussd] main {
    padding-top: 4rem;
  }
  .ussd-page__hero,
  .ussd-page__platform,
  .ussd-page__dashboard,
  .ussd-page__audience {
    padding: 2.9rem 0;
  }
  .ussd-page__hero-grid,
  .ussd-page__platform-grid,
  .ussd-page__dashboard-grid {
    gap: 2rem;
  }
  .ussd-page__hero-title,
  .ussd-page__section-title,
  .ussd-page__cta-content h2 {
    font-size: 2.05rem;
  }
  .ussd-page__hero-title {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    max-width: none;
  }
  .ussd-page__hero-title span {
    font-size: 3rem;
    letter-spacing: 0.02em;
  }
  .ussd-page__hero-line--nowrap {
    white-space: normal;
  }
  .ussd-page__hero-text {
    white-space: normal;
    max-width: none;
  }
  .ussd-page__section-header .ussd-page__section-title {
    max-width: 15ch;
  }
  .ussd-page__dashboard .ussd-page__section-header .ussd-page__section-title {
    max-width: 100%;
    line-height: 1.25;
  }
  .ussd-page__audience .ussd-page__section-header .ussd-page__section-title {
    max-width: 100%;
    white-space: normal;
    line-height: 1.25;
  }
  .ussd-page__platform-copy .ussd-page__section-title {
    max-width: none;
    line-height: 1.25;
  }
  .ussd-page__hero-title {
    max-width: none;
  }
  .ussd-page__hero-media {
    min-height: 14rem;
  }
  .ussd-page__hero-media img {
    width: min(100%, 24rem);
    transform: none;
  }
  .ussd-page__metrics-grid,
  .ussd-page__audience-grid {
    grid-template-columns: 1fr;
  }
  .ussd-page__dashboard-card,
  .ussd-page__journey-card,
  .ussd-page__metrics-card {
    padding-inline: 1.1rem;
  }
  .ussd-page__cta-card {
    padding: 2rem 1.25rem;
  }
}
@media (min-width: 1024px) {
  .ussd-page__cta-card {
    padding: 4rem 2rem;
  }
}
.site-shell main h1,
.site-shell main h2,
.site-shell main .section-title,
.site-shell main .page-hero h1,
.site-shell main .hero-slide h1,
.site-shell main .auth-card h1,
.site-shell main .marketing-hero__title,
.site-shell main .marketing-section__heading h2,
.site-shell main .marketing-cta h2,
.site-shell main .marketing-cta h3,
.site-shell main .multicollect-page__hero-stack h1,
.site-shell main .multicollect-page__section-heading h2,
.site-shell main .multicollect-page__features-panel h2,
.site-shell main .multicollect-page__cta-content h3,
.site-shell main .request-page__hero-title,
.site-shell main .feature-landing__hero-copy h1,
.site-shell main .web-checkout-page__hero-title,
.site-shell main .ussd-page__hero-title,
.site-shell main .ussd-page__dashboard-heading,
.site-shell main .ussd-page__platform-copy h2,
.site-shell main .omniedupay-page__hero-copy h1,
.site-shell main .omniedupay-page__carousel-copy h2 {
  font-weight: 600;
}

.site-shell main h3,
.site-shell main h4,
.site-shell main .marketing-story-card h3,
.site-shell main .marketing-card h3,
.site-shell main .marketing-feature-card h3,
.site-shell main .marketing-benefit-card h3,
.site-shell main .marketing-security-card h3,
.site-shell main .multicollect-page__story-card h3,
.site-shell main .multicollect-page__feature-card h3,
.site-shell main .ussd-page__timeline-copy h3,
.site-shell main .ussd-page__audience-card h3,
.site-shell main .web-checkout-page__why-card h3,
.site-shell main .request-page__feature-card h3,
.site-shell main .feature-landing__benefit-card h3,
.site-shell main .omniedupay-page__feature-card h3 {
  font-weight: 500;
}

.site-shell main .hero-slide h1,
.site-shell main .page-hero h1,
.site-shell main .marketing-hero__title,
.site-shell main .request-page__hero-title,
.site-shell main .feature-landing__hero-copy h1,
.site-shell main .web-checkout-page__hero-title,
.site-shell main .multicollect-page__hero-stack h1,
.site-shell main .omniedupay-page__hero-copy h1,
.site-shell main .ussd-page__hero-title {
  font-size: clamp(1.72rem, 5vw, 2.72rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.site-shell main .marketing-section__heading h2,
.site-shell main .multicollect-page__section-heading h2,
.site-shell main .multicollect-page__features-panel h2,
.site-shell main .web-checkout-page__benefit-head h2,
.site-shell main .ussd-page__dashboard-heading,
.site-shell main .ussd-page__platform-copy h2,
.site-shell main .omniedupay-page__carousel-copy h2,
.site-shell main .marketing-cta h2,
.site-shell main .marketing-cta h3 {
  font-size: clamp(1.48rem, 4.2vw, 2.18rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

/*# sourceMappingURL=main.css.map */
