.hero,
.strip,
.journey,
.products,
.references,
.library,
.final-cta,
.not-found,
.placeholder-page {
  padding: 64px 0;
}

.hero-band {
  width: 100%;
  background: linear-gradient(180deg, rgba(251, 252, 255, 0.98), rgba(241, 244, 255, 0.96));
  border-top: 1px solid rgba(208, 214, 236, 0.72);
  border-bottom: 1px solid rgba(208, 214, 236, 0.72);
  box-shadow: 0 18px 48px rgba(10, 18, 38, 0.08);
}

.hero-band-inner {
  width: min(1170px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.hero-band-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  min-height: 146px;
  padding: 34px 26px 30px;
}

.hero-band-item + .hero-band-item {
  border-left: 1px solid rgba(214, 220, 240, 0.9);
}

.hero-band-icon {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #5b63ff;
  background: radial-gradient(circle at 50% 50%, rgba(108, 117, 255, 0.16), rgba(108, 117, 255, 0.04));
}

.hero-band-icon svg {
  width: 28px;
  height: 28px;
}

.hero-band-copy h3 {
  margin: 0 0 10px;
  color: #111528;
  font-size: 27px;
  font-size: clamp(21px, 1.45vw, 29px);
  font-weight: 600;
  line-height: 1.2;
}

.hero-band-copy p {
  margin: 0;
  color: #464f6c;
  font-size: 19px;
  font-size: clamp(14px, 0.98vw, 19px);
  line-height: 1.6;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 530px) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
  min-height: calc(100vh - 70px);
  padding: 54px 0 92px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 71% 42%, rgba(114, 92, 255, 0.28), transparent 24%),
    radial-gradient(circle at 82% 14%, rgba(86, 72, 210, 0.18), transparent 24%),
    radial-gradient(circle at 18% 18%, rgba(25, 44, 88, 0.12), transparent 28%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 68% 46%, rgba(116, 88, 255, 0.18), transparent 30%),
    radial-gradient(circle at 76% 26%, rgba(72, 128, 255, 0.12), transparent 24%);
  pointer-events: none;
}

.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.78;
  mix-blend-mode: normal;
  filter: brightness(1.12);
  pointer-events: none;
}

.hero-particles canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-copy,
.hero-visual,
.hero-scroll-cue {
  position: relative;
  z-index: 2;
}

.hero-copy {
  padding-top: 12px;
}

.hero h1,
.section-heading h2,
.journey-copy h2,
.final-cta h2,
.not-found h1,
.placeholder-page h1 {
  margin: 0;
  font-weight: 700;
  line-height: 1.02;
}

.hero h1 {
  max-width: 620px;
  font-size: clamp(54px, 7vw, 86px);
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.hero-text,
.journey-copy p,
.final-cta p,
.site-footer p,
.not-found p,
.placeholder-page p,
.info-card p,
.product-card p {
  color: var(--muted);
  line-height: 1.72;
}

.hero-text {
  max-width: 528px;
  font-size: 19px;
  margin: 26px 0 34px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-actions .primary-button,
.hero-actions .ghost-button {
  min-height: 46px;
  padding: 0 24px;
}

.hero-stats {
  display: flex;
  align-items: stretch;
  gap: 34px;
  margin-top: 42px;
  flex-wrap: wrap;
}

.hero-stat {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 146px;
}

.hero-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #8f74ff;
}

.hero-stat-icon svg {
  width: 24px;
  height: 24px;
}

.hero-stat-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hero-stat-value {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.hero-stat-label {
  color: #acb5da;
  font-size: 12px;
  line-height: 1.3;
}

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 100%;
}

.hero-orbit-sphere {
  position: relative;
  width: min(100%, 760px);
  aspect-ratio: 1 / 1;
  margin-right: -26px;
  background: transparent;
}

.hero-orbit-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: auto;
  color: rgba(226, 232, 255, 0.74);
}

.hero-scroll-text {
  font-size: 7.7px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(188, 197, 232, 0.7);
}

.hero-scroll-mouse {
  position: relative;
  width: 22px;
  height: 36px;
  border: 1px solid rgba(188, 197, 232, 0.44);
  border-radius: 16px;
}

.hero-scroll-mouse span {
  position: absolute;
  top: 7px;
  left: 50%;
  display: block;
  width: 4px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(180deg, #83f0ff 0%, #8c73ff 100%);
  transform: translateX(-50%);
  animation: heroScroll 1.8s ease-in-out infinite;
}

@keyframes heroScroll {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }

  35% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, 12px);
  }
}

.section-heading {
  margin-bottom: 24px;
}

.section-heading h2,
.journey-copy h2,
.final-cta h2,
.not-found h1,
.placeholder-page h1 {
  font-size: clamp(28px, 4vw, 52px);
  max-width: 860px;
}

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

.info-card,
.product-card {
  padding: 28px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(17, 27, 52, 0.9), rgba(7, 14, 30, 0.92));
}

.info-card h3,
.product-card h3,
.product-name {
  margin: 0 0 12px;
}

.journey {
  display: grid;
  grid-template-columns: minmax(0, 226px) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.journey-copy h2 {
  max-width: 232px;
  color: #f4f6ff;
  font-size: clamp(26px, 2.35vw, 34px);
  line-height: 1.28;
  letter-spacing: -0.035em;
  font-weight: 700;
}

.journey-copy h2 .journey-title-lead,
.journey-copy h2 .accent {
  display: block;
}

.journey-copy h2 .journey-title-lead {
  color: #f4f6ff;
}

.journey-copy h2 .accent {
  background: linear-gradient(90deg, #6f5eff 0%, #8e68ff 48%, #cb56f2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.journey-copy p {
  max-width: 244px;
  color: #c1c8e3;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.01em;
  margin: 0;
}

.journey-copy p + p {
  margin-top: 2px;
}

.journey-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  color: #6d8cff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.journey-link::after {
  content: "";
  width: 9px;
  height: 9px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.journey-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  gap: 0;
  padding-top: 18px;
}

.journey-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 0 12px;
}

.journey-step::after {
  content: "";
  position: absolute;
  top: 26px;
  left: calc(50% + 42px);
  width: calc(100% - 84px);
  height: 12px;
  background:
    radial-gradient(circle, rgba(134, 118, 230, 0.9) 0 2px, transparent 2.4px) left center / 12px 12px no-repeat,
    radial-gradient(circle, rgba(134, 118, 230, 0.9) 0 2px, transparent 2.4px) right center / 12px 12px no-repeat,
    repeating-linear-gradient(
      90deg,
      rgba(116, 103, 201, 0.62) 0 2px,
      transparent 2px 6px
    ) center / calc(100% - 22px) 1px no-repeat;
}

.journey-step:last-child::after {
  display: none;
}

.journey-step-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.06), rgba(13, 19, 38, 0.98));
  color: #f4f6ff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.journey-step-icon svg {
  width: 28px;
  height: 28px;
}

.journey-step strong {
  color: #f3f5ff;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.15;
}

.journey-step span:last-child {
  max-width: 138px;
  color: #b8c1e4;
  font-size: 14px;
  line-height: 1.55;
}

.journey-step-highlight .journey-step-icon {
  border-color: rgba(143, 110, 255, 0.82);
  color: #bda4ff;
  box-shadow:
    0 0 0 6px rgba(134, 101, 255, 0.08),
    0 0 28px rgba(126, 90, 255, 0.3),
    inset 0 0 18px rgba(134, 101, 255, 0.08);
}

.platform-products {
  width: min(1170px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0 110px;
}

.platform-products-head {
  margin-bottom: 28px;
}

.platform-products-head h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 8px;
  margin: 0;
  color: #f4f6ff;
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.platform-products-title-lead {
  color: #f4f6ff;
}

.platform-products-head .accent {
  background: linear-gradient(90deg, #6f5eff 0%, #8e68ff 48%, #cb56f2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

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

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0.6rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(18, 24, 43, 0.92), rgba(11, 16, 31, 0.98));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.015);
}

.product-card-media {
  position: relative;
  overflow: hidden;
  background: rgba(8, 13, 26, 0.9);
}

.product-card-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(180deg, rgba(4, 7, 17, 0) 0%, rgba(4, 7, 17, 0.88) 100%);
}

.product-card-media img {
  width: 100%;
  height: auto;
  display: block;
}

.product-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px 18px 20px;
}

.product-card-body h3 {
  margin: 0;
  color: #f4f6ff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.product-card-tagline {
  margin: 8px 0 18px;
  color: #b8c1e4;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.product-card-text {
  margin: 0;
  color: #a4aecf;
  font-size: 14px;
  line-height: 1.75;
}

.product-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 22px;
  color: #6d8cff;
  font-size: 14px;
  font-weight: 500;
}

.product-card-link::after {
  content: "";
  width: 9px;
  height: 9px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.customer-band {
  width: min(1170px, calc(100% - 40px));
  margin: 0 auto;
  padding: 6px 0 120px;
}

.customer-band-head {
  margin-bottom: 28px;
}

.customer-marquee {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.customer-marquee-track {
  display: flex;
  align-items: center;
  gap: 54px;
  width: max-content;
  animation: customer-marquee 52s linear infinite;
}

.customer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 92px;
  height: 38px;
}

.customer-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  filter: grayscale(1) brightness(0) invert(0.78) opacity(0.88);
}

.customer-band-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  float: right;
  clear: both;
  color: #6d8cff;
  font-size: 14px;
  font-weight: 500;
}

.customer-band-link::after {
  content: "";
  width: 9px;
  height: 9px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@keyframes customer-marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(-50% - 27px), 0, 0);
  }
}

.reference-list {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.journey-steps span,
.reference-list span {
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.inline-link,
.product-card a {
  color: #9e8cff;
}

.final-cta {
  position: relative;
  width: 100%;
  margin-bottom: 52px;
  padding: 58px 0 62px;
  overflow: hidden;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: url('/_img/cta.jpg') no-repeat center center / auto 100%;
}

.final-cta-inner {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
}

.final-cta h2 {
  margin: 0;
  color: #f5f7ff;
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.final-cta p {
  max-width: 640px;
  margin: 18px auto 0;
  color: #c0c8e2;
  font-size: 17px;
  line-height: 1.75;
}

.final-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.final-cta .primary-button,
.final-cta .ghost-button {
  min-width: 176px;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
}

.final-cta .primary-button::after,
.final-cta .ghost-button::after {
  content: "";
  width: 9px;
  height: 9px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.site-footer {
  width: 100%;
  margin: 0;
  padding: 34px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(180deg, rgba(6, 10, 22, 0.98), rgba(4, 8, 18, 1));
}

.site-footer-top,
.site-footer-bottom {
  width: min(1170px, calc(100% - 40px));
  margin: 0 auto;
}

.site-footer-top {
  display: grid;
  grid-template-columns: 1.18fr repeat(4, minmax(0, 1fr)) 1.14fr;
  gap: 24px;
  padding-bottom: 28px;
}

.footer-brand-logo {
  display: inline-block;
  margin-bottom: 16px;
}

.footer-brand-logo img {
  width: 156px;
  height: auto;
  display: block;
}

.footer-brand p,
.footer-social p {
  margin: 0;
  color: #aab3d3;
  font-size: 14px;
  line-height: 1.8;
}

.footer-column h3 {
  margin: 0 0 14px;
  color: #f2f5ff;
  font-size: 16px;
  font-weight: 600;
}

.footer-column a {
  margin-bottom: 9px;
  color: #cad1ea;
  font-size: 14px;
  line-height: 1.45;
  transition: color 0.4s ease;
}

.footer-column a:last-child {
  margin-bottom: 0;
}

.footer-column a:hover,
.site-footer-policies a:hover {
  color: #8f74ff;
}

.footer-social-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 8px 0;
}

.footer-social {
  position: relative;
  padding-bottom: 86px;
}

.footer-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #f4f6ff;
  transition: color 0.4s ease, transform 0.4s ease;
}

.footer-social-links a:hover {
  color: #8f74ff;
  transform: translateY(-1px);
}

.footer-social-links svg {
  width: 26px;
  height: 26px;
  display: block;
}

.footer-social-links a[aria-label="YouTube"] svg {
  transform: translateY(0.8px);
}

.footer-social-links a[aria-label="Instagram"] svg {
  transform: translateY(-0.6px);
}

.footer-iso-image {
  display: block;
  width: 88px;
  max-width: none;
  height: auto;
  margin: 0 0 0 auto;
  margin-left: auto;
}

.footer-secure {
  position: absolute;
  right: 0;
  display: block;
  width: 310px;
  min-width: 310px;
  max-width: none;
  height: auto;
  margin-top: 20px;
}

.site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.site-footer-bottom p {
  color: #98a4ca;
  font-size: 13px;
  line-height: 1.5;
}

.site-footer-policies {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-footer-policies a {
  color: #a8b1d1;
  font-size: 13px;
  transition: color 0.4s ease;
}

.placeholder-page,
.not-found {
  min-height: calc(100vh - 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    gap: 30px;
  }

  .hero-orbit-sphere {
    margin-right: -12px;
  }
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 84px;
  }

  .hero-band-inner {
    grid-template-columns: 1fr;
  }

  .hero-band-item + .hero-band-item {
    border-left: 0;
    border-top: 1px solid rgba(214, 220, 240, 0.9);
  }

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

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

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

  .hero-orbit-sphere {
    width: min(100%, 620px);
    margin-right: 0;
  }
}

@media (max-width: 760px) {
  .hero,
  .strip,
  .journey,
  .products,
  .references,
  .library,
  .final-cta,
  .not-found,
  .placeholder-page {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .hero {
    gap: 28px;
    min-height: calc(100vh - 70px);
    align-content: start;
    padding-bottom: 86px;
  }

  .hero-band-inner {
    width: min(1170px, calc(100% - 28px));
  }

  .hero-band-item {
    gap: 16px;
    min-height: auto;
    padding: 24px 0;
  }

  .hero-band-icon {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }

  .hero-band-icon svg {
    width: 24px;
    height: 24px;
  }

  .hero h1 {
    font-size: clamp(42px, 14vw, 70px);
  }

  .journey-flow {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .journey-step {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: start;
    column-gap: 16px;
    row-gap: 8px;
    text-align: left;
    padding: 0;
  }

  .journey-step::before {
    content: "";
    position: absolute;
    left: 33px;
    top: 68px;
    bottom: -18px;
    border-left: 1px dashed rgba(143, 129, 221, 0.48);
  }

  .journey-step::after {
    display: none;
  }

  .journey-step:last-child::before {
    display: none;
  }

  .journey-step span:last-child {
    max-width: none;
  }

  .journey-step-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-top: 2px;
  }

  .journey-step strong,
  .journey-step span:last-child {
    grid-column: 2;
  }

  .journey-step strong {
    align-self: end;
    padding-top: 10px;
  }

  .platform-products {
    width: min(1170px, calc(100% - 28px));
    padding-bottom: 84px;
  }

  .platform-products-head h2 {
    font-size: clamp(28px, 9vw, 40px);
  }

  .platform-products-grid {
    grid-template-columns: 1fr;
  }

  .customer-band {
    width: min(1170px, calc(100% - 28px));
    padding-bottom: 92px;
  }

  .customer-band-head {
    margin-bottom: 22px;
  }

  .customer-marquee-track {
    gap: 34px;
    animation-duration: 42s;
  }

  .customer-logo {
    min-width: 76px;
    height: 30px;
  }

  .hero-text {
    font-size: 18px;
    margin-bottom: 26px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .primary-button,
  .hero-actions .ghost-button {
    width: 100%;
  }

  .hero-stats {
    gap: 18px;
    justify-content: space-between;
  }

  .hero-stat {
    min-width: calc(50% - 12px);
  }

  .hero-stat:last-child {
    min-width: 100%;
  }

  .hero-orbit-sphere {
    width: min(100%, 430px);
  }

  .hero-scroll-cue {
    bottom: 16px;
  }

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

  .final-cta {
    padding: 42px 0 46px;
  }

  .final-cta::before,
  .final-cta::after {
    width: 44%;
    height: 120px;
    opacity: 0.8;
  }

  .final-cta h2 {
    font-size: clamp(28px, 8.4vw, 40px);
  }

  .final-cta p {
    font-size: 15px;
    margin-top: 14px;
  }

  .final-cta-actions {
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }

  .final-cta .primary-button,
  .final-cta .ghost-button {
    width: 100%;
    min-width: 0;
  }

  .site-footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }

  .footer-secure {
    position: static;
    width: 220px;
    min-width: 0;
    max-width: 100%;
  }

  .footer-iso-image {
    width: 88px;
    max-width: 100%;
  }

  .site-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 14px 0 18px;
  }

  .site-footer-policies {
    flex-wrap: wrap;
    gap: 10px 18px;
  }
}

@media (max-width: 760px) {
  .site-footer-top,
  .site-footer-bottom {
    width: min(1170px, calc(100% - 28px));
  }

  .site-footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
    align-items: start;
  }

  .footer-brand {
    grid-column: 1 / -1;
    min-width: 0;
  }

  .footer-brand-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
  }

  .footer-brand-logo img {
    width: 109px;
    max-width: 100%;
    margin: 0 auto;
    filter: grayscale(1) brightness(0.82) contrast(0.9);
  }

  .footer-brand p {
    display: block;
    width: 100%;
    margin: 1rem 0;
    max-width: 100%;
  }

  .site-footer-top .footer-column {
    min-width: 0;
  }

  .footer-social {
    grid-column: 1 / -1;
    position: static;
    padding-bottom: 0;
    text-align: center;
  }

  .footer-social h3,
  .footer-social p {
    text-align: center;
  }

  .footer-social p {
    max-width: 100%;
  }

  .footer-social-links {
    width: min(220px, 100%);
    justify-content: center;
    gap: 22px;
    margin: 15px auto 8px;
  }

  .footer-social-links a {
    width: 26px;
    height: 26px;
  }

  .footer-social-links a[aria-label="YouTube"] svg,
  .footer-social-links a[aria-label="Instagram"] svg {
    transform: none;
  }

  .footer-iso-image {
    display: block;
    width: 88px;
    margin: 0 auto 14px;
  }

  .footer-secure {
    position: static;
    right: auto;
    width: 310px;
    min-width: 0;
    max-width: 100%;
    margin: 0 auto;
  }

  .site-footer-bottom {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 16px 0 20px;
    text-align: center;
  }

  .site-footer-bottom p {
    text-align: center;
  }

  .site-footer-policies {
    width: 100%;
    justify-content: center;
    gap: 10px 16px;
    text-align: center;
  }
}
