html {
  scroll-behavior: smooth;
}

*,
::before,
::after {
  box-sizing: border-box;
  undefined: undefined;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html,
:host {
  line-height: 1.5;
  undefined: undefined;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  undefined: undefined;
  line-height: inherit;
}

hr {
  height: 0;
  undefined: undefined;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  undefined: undefined;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  undefined: undefined;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  undefined: undefined;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  undefined: undefined;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  undefined: undefined;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  undefined: undefined;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  undefined: undefined;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  undefined: undefined;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

.body {
  color: rgb(51 65 85 / 1);
}

.header {
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(226 232 240 / 0.7);
  background-color: rgb(255 255 255 / 0.9);
  backdrop-filter: blur(8px);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo-image {
  height: 2.75rem;
  width: auto;
  border-radius: 0.375rem;
  object-fit: contain;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.brand-name {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: rgb(15 23 42 / 1);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-navigation {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  border-radius: 0.25rem;
}

.nav-link:hover {
  color: rgb(29 78 216 / 1);
}

.nav-link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.nav-link:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #2563eb;
}

.hero-section {
  width: 100%;
  background-image: linear-gradient(to bottom right, #fff, rgb(255 255 255 / 0));
  border-bottom-width: 1px;
  border-color: rgb(226 232 240 / 0.7);
}

.hero-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.hero-content {
  flex: 1 1 0%;
}

.hero-title {
  margin-bottom: 1.25rem;
  color: rgb(15 23 42 / 1);
}

.hero-subtitle {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(71 85 105 / 1);
  max-width: 42rem;
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.primary-cta:hover {
  background-color: rgb(29 78 216 / 1);
}

.primary-cta:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.primary-cta:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #2563eb;
}

.cta-icon {
  height: 1.5rem;
  width: 1.5rem;
}

.secondary-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: rgb(29 78 216 / 1);
  background-color: rgb(239 246 255 / 1);
  border-width: 1px;
  border-color: rgb(191 219 254 / 1);
  border-radius: 0.75rem;
}

.secondary-cta:hover {
  background-color: rgb(219 234 254 / 1);
}

.secondary-cta:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.secondary-cta:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #2563eb;
}

.secondary-cta-icon {
  height: 1.25rem;
  width: 1.25rem;
}

.hero-trust-indicators {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(100 116 139 / 1);
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-trust-icon {
  height: 1rem;
  width: 1rem;
}

.hero-media {
  flex: 1 1 0%;
  position: relative;
}

.hero-image {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.hero-badge {
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  background-color: rgb(255 255 255 / 1);
  border-radius: 0.75rem;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 1px 2px 0 rgb(0 0 0 / 0.05);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hero-badge-icon {
  height: 1.25rem;
  width: 1.25rem;
}

.hero-badge-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(30 41 59 / 1);
}

 .hero-logos {
   display: flex;
   justify-content: center;
   overflow: hidden;
   padding: 1rem 1.5rem 2.5rem; /* match main page padding */
 }

.hero-logos-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-top-width: 1px;
  border-color: rgb(226 232 240 / 1);
  padding-top: 1.5rem;
}

.client-logo {
  height: 2rem;
  width: auto;
  object-fit: cover;
  opacity: 0.7;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.client-logo:hover {
  opacity: 1;
}

.about-section {
  width: 100%;
  background-color: rgb(255 255 255 / 1);
  border-bottom-width: 1px;
  border-color: rgb(226 232 240 / 0.7);
}

.about-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2.5rem;
  align-items: flex-start;
}

.about-heading-block {
  grid-column: span 5 / span 5;
}

.about-title {
  margin-bottom: 1rem;
}

.about-intro {
  color: rgb(71 85 105 / 1);
}

.about-values-list {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: rgb(51 65 85 / 1);
}

.about-value-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.about-value-icon {
  height: 1.25rem;
  width: 1.25rem;
}

.about-content-block {
  grid-column: span 7 / span 7;
}

.about-card {
  border-radius: 1rem;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 1.5rem;
  background-color: rgb(248 250 252 / 1);
}

.about-paragraph {
  color: rgb(51 65 85 / 1);
}

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

.about-stat-card {
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / 1);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 1rem;
}

.about-stat-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.about-stat-icon {
  height: 1.25rem;
  width: 1.25rem;
}

.about-stat-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(71 85 105 / 1);
}

.about-stat-value {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: rgb(15 23 42 / 1);
}

.services-section {
  width: 100%;
  background-color: rgb(255 255 255 / 1);
  border-bottom-width: 1px;
  border-color: rgb(226 232 240 / 0.7);
}

.services-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.services-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.services-header-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: rgb(29 78 216 / 1);
  background-color: rgb(239 246 255 / 1);
  border-width: 1px;
  border-color: rgb(191 219 254 / 1);
  border-radius: 0.75rem;
}

.services-header-cta:hover {
  background-color: rgb(219 234 254 / 1);
}

.services-header-cta:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.services-header-cta:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #2563eb;
}

.services-cta-icon {
  height: 1.25rem;
  width: 1.25rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.service-card {
  border-radius: 1rem;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: rgb(255 255 255 / 1);
}

.service-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.service-heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.service-icon {
  height: 1.5rem;
  width: 1.5rem;
}

.service-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgb(15 23 42 / 1);
}

.service-description {
  color: rgb(71 85 105 / 1);
}

.service-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 0.75rem;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.testimonials-section {
  width: 100%;
  background-color: rgb(248 250 252 / 1);
  border-bottom-width: 1px;
  border-color: rgb(226 232 240 / 0.7);
}

.testimonials-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.testimonials-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.testimonials-rating {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonials-star {
  height: 1.25rem;
  width: 1.25rem;
}

.testimonials-rating-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(71 85 105 / 1);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.testimonial-card {
  border-radius: 1rem;
  background-color: rgb(255 255 255 / 1);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 1.5rem;
}

.testimonial-quote {
  color: rgb(51 65 85 / 1);
  margin-bottom: 1.25rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.author-image {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  object-fit: cover;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.author-info {
  display: flex;
  flex-direction: column;
}

.author-name {
  font-weight: 600;
  color: rgb(15 23 42 / 1);
}

.author-role {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(71 85 105 / 1);
}

.footer {
  width: 100%;
  background-color: rgb(255 255 255 / 1);
}

.footer-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2.5rem;
  border-top-width: 1px;
  border-color: rgb(226 232 240 / 0.7);
}

.footer-brand-block {
  grid-column: span 5 / span 5;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.footer-logo-image {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.375rem;
  object-fit: cover;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.footer-brand-name {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgb(15 23 42 / 1);
}

.footer-description {
  color: rgb(71 85 105 / 1);
  margin-bottom: 1rem;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.75rem;
  background-color: rgb(248 250 252 / 1);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.social-link:hover {
  background-color: rgb(239 246 255 / 1);
}

.social-link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.social-link:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #2563eb;
}

.social-icon {
  height: 1.25rem;
  width: 1.25rem;
}

.footer-contact-block {
  grid-column: span 4 / span 4;
}

.footer-contact-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: rgb(15 23 42 / 1);
  margin-bottom: 0.75rem;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: rgb(51 65 85 / 1);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.footer-contact-icon {
  height: 1.25rem;
  width: 1.25rem;
  margin-top: 0.125rem;
}

.footer-contact-link:hover {
  color: rgb(29 78 216 / 1);
}

.footer-contact-link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.footer-contact-link:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #2563eb;
}

.footer-contact-link {
  border-radius: 0.25rem;
}

.footer-contact-text {
  color: rgb(51 65 85 / 1);
}

.footer-newsletter-block {
  grid-column: span 3 / span 3;
}

.footer-newsletter-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: rgb(15 23 42 / 1);
  margin-bottom: 0.75rem;
}

.footer-newsletter-description {
  color: rgb(71 85 105 / 1);
  margin-bottom: 1rem;
}

.footer-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-newsletter-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(51 65 85 / 1);
}

.footer-newsletter-field {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
}

.footer-newsletter-input {
  flex: 1 1 0%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  outline: 2px solid transparent;
  outline-offset: 2px;
  color: rgb(15 23 42 / 1);
}

.footer-newsletter-input::placeholder {
  color: rgb(148 163 184 / 1);
}

.footer-newsletter-input:focus {
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(203 213 225 / 1), 0 0 #0000;
}

.footer-newsletter-input::placeholder::placeholder {
  color: rgb(148 163 184 / 1);
}

.footer-newsletter-submit {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.footer-newsletter-submit:hover {
  background-color: rgb(29 78 216 / 1);
}

.footer-newsletter-submit:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.footer-newsletter-submit:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #2563eb;
}

.footer-newsletter-consent {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-newsletter-checkbox {
  height: 1rem;
  width: 1rem;
  border-radius: 0.375rem;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  color: rgb(37 99 235 / 1);
}

.footer-newsletter-checkbox:focus {
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(203 213 225 / 1), 0 0 #0000;
}

.footer-newsletter-checkbox-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(51 65 85 / 1);
}

.footer-newsletter-consent-help {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(100 116 139 / 1);
}

.footer-bottom {
  border-top-width: 1px;
  border-color: rgb(226 232 240 / 0.7);
}

.footer-bottom-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copyright {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(100 116 139 / 1);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-link:hover {
  color: rgb(29 78 216 / 1);
}

.footer-link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.footer-link:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #2563eb;
}

.footer-link {
  border-radius: 0.25rem;
}

.cta-banner {
  width: 100%;
  background-color: rgb(255 255 255 / 1);
  border-top-width: 1px;
  border-color: rgb(226 232 240 / 0.7);
}

.cta-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.cta-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cta-text {
  color: rgb(51 65 85 / 1);
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  border-radius: 0.75rem;
}

.cta-button:hover {
  background-color: rgb(29 78 216 / 1);
}

.cta-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.cta-button:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #2563eb;
}

.cta-button-icon {
  height: 1.25rem;
  width: 1.25rem;
}

.mobile-note {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: none;
}

.mobile-note-card {
  border-radius: 0.75rem;
  background-color: rgb(239 246 255 / 1);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 1rem;
}

.mobile-note-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(30 58 138 / 1);
}

.responsive-adjustments {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.responsive-usage {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 3rem;
}

.responsive-info-card {
  border-radius: 0.75rem;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 1rem;
  background-color: rgb(248 250 252 / 1);
}

.responsive-info-list {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(71 85 105 / 1);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.responsive-layout-real {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 3rem;
}

.demo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.demo-card {
  border-radius: 0.75rem;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 1rem;
  background-color: rgb(255 255 255 / 1);
}

.demo-card-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(30 41 59 / 1);
}

.accessibility-note {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 4rem;
}

.accessibility-card {
  border-radius: 0.75rem;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 1rem;
  background-color: rgb(255 255 255 / 1);
}

.accessibility-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(71 85 105 / 1);
}

.breakpoints-note {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 4rem;
}

.breakpoints-card {
  border-radius: 0.75rem;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 1rem;
  background-color: rgb(248 250 252 / 1);
}

.breakpoints-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(51 65 85 / 1);
}

.brand-slogan {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(71 85 105 / 1);
}

.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;
}

@media (max-width: 992px) {
  .mobile-note {
    display: block;
  }

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

  .lg\:block {
    display: block;
  }

  .logo-image {
    height: 2.25rem;
  }

  .header-logo-link {
    gap: 0.5rem;
  }

  .brand-slogan {
    display: none;
  }
}

@media (max-width: 480px) {
  .demo-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .logo-image {
    height: 2rem;
  }

  .header-logo-link {
    gap: 0.5rem;
  }
}


/* Hero Logos Auto-Scrolling Animation */
.hero-logos-wrapper {
  display: flex;
  gap: 2rem;
  align-items: center;
  animation: scroll-logos 20s linear infinite;
  max-width: 72rem; /* match main content max width */
  width: 100%;
  margin: 0 auto; /* center wrapper */
}

@keyframes scroll-logos {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* Adjust if needed based on number of logos */
}

.hero-logos-wrapper .client-logo {
  height: 2rem;
  width: auto;
  object-fit: cover;
  opacity: 0.7;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-logos-wrapper .client-logo:hover {
  opacity: 1;
}