.product-education,
.product-faq {
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
  color: #1c2b46;
}

.product-education {
  display: flex;
  flex-direction: column;
  margin-top: 64px;
  border-top: 1px solid rgba(28, 47, 79, 0.1);
}

.education-band {
  padding: 64px clamp(20px, 5vw, 76px);
  border-bottom: 1px solid rgba(28, 47, 79, 0.1);
  background: #fff;
}

/* Center band content; reviews stay full-width, and in the comparison band the heading/intro
   are centered while the comparison table itself keeps its full width. */
.education-band:not(.customer-review-band):not(.soft) > *,
.education-band.soft > .education-kicker,
.education-band.soft > .education-heading,
.education-band.soft > .education-lead,
.product-faq > * {
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.education-band.soft {
  background: #fff;
}

.customer-review-band .product-reviews {
  margin: 0;
  padding: 0;
  border-top: 0;
}

.customer-review-band {
  order: -1;
}

.education-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: #168fa7;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-transform: uppercase;
}

.education-kicker::before {
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: #20b4cc;
  content: '';
}

.education-heading {
  max-width: 760px;
  margin: 0;
  color: #1c2b46;
  font-size: clamp(1.72rem, 3vw, 2.65rem);
  font-weight: 700;
  line-height: 1.08;
}

.education-lead {
  max-width: 740px;
  margin: 16px 0 0;
  color: #34435a;
  font-size: 1rem;
  line-height: 1.65;
}

.product-site-footer {
  position: relative;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  background: #080b10;
  color: #fff;
}

.product-site-footer__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(520px, 1.1fr);
  column-gap: clamp(52px, 7vw, 110px);
  row-gap: 0;
  width: min(100%, 1440px);
  min-height: 0;
  margin: 0 auto;
  padding: 58px clamp(28px, 6vw, 88px) 32px;
}

.product-site-footer__brand {
  align-self: start;
  max-width: 620px;
}

.product-site-footer__brand h2 {
  max-width: 520px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
}

.product-site-footer__brand p {
  max-width: 570px;
  margin: 18px 0 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.65;
}

.product-site-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  margin-top: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
  transition: background 0.15s ease, color 0.15s ease;
}

.product-site-footer__cta:hover {
  background: transparent;
  color: #77dce5;
}

.product-site-footer__nav {
  position: static !important;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
  align-self: start;
  width: auto;
  margin: 0;
  min-height: 0 !important;
  padding: 4px 0 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none;
}

body.theme-light .product-site-footer__nav {
  background: transparent !important;
  box-shadow: none !important;
}

.product-site-footer__column h3 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.3;
}

.product-site-footer__column a {
  display: block;
  width: fit-content;
  margin: 0 0 15px;
  color: #fff;
  text-decoration: none;
  font-size: 0.88rem;
  line-height: 1.45;
  transition: color 0.15s ease;
}

.product-site-footer__column a:hover {
  color: #77dce5;
}

.product-site-footer__commerce {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  padding: 22px 0;
  border-top: 0;
  color: #fff;
  font-size: 0.78rem;
  line-height: 1.5;
}

.product-site-footer__region,
.product-site-footer__payments {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.product-site-footer__payments {
  flex: 1;
  justify-content: flex-end;
  max-width: 440px;
  gap: 8px;
}

.product-site-footer__payment-tile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 32px;
  padding: 2px 0;
  background: transparent;
  overflow: visible;
}

.product-site-footer__commerce-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 800;
}

.product-site-footer__region-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  color: #fff;
  font-weight: 800;
}

.product-site-footer__payment-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-site-footer__payment-logo--light {
  filter: brightness(0) invert(1);
}

.product-site-footer__brand-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 104px;
  border: 0;
}

.product-site-footer__wordmark {
  display: none;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: clamp(1.2rem, 1.65vw, 1.5rem);
  font-weight: 800;
  line-height: 1;
}

.product-site-footer__wordmark img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.product-site-footer__disclaimer {
  grid-column: 1 / -1;
  max-width: 780px;
  padding-top: 28px;
  color: #fff;
  font-size: 0.74rem;
  line-height: 1.55;
}

.product-site-footer__disclaimer strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 0.78rem;
}

@media (max-width: 960px) {
  .product-site-footer__inner {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .product-site-footer__brand {
    margin-bottom: 44px;
  }

  .product-site-footer__nav {
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  .product-site-footer {
    min-height: 0;
    background: #080b10;
  }

  .product-site-footer__inner {
    min-height: 0;
    row-gap: 0;
    padding: 54px 22px 24px;
  }

  .product-site-footer__brand h2 {
    font-size: 2rem;
  }

  .product-site-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
  }

  .product-site-footer__commerce {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-top: 4px;
  }

  .product-site-footer__payments {
    justify-content: flex-start;
    max-width: 100%;
    margin-top: 12px;
  }

  .product-site-footer__brand-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    padding: 28px 0;
  }

  .product-site-footer__wordmark {
    font-size: 1.25rem;
  }
}

.expanded-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 42px;
}

.expanded-step {
  min-width: 0;
  padding-top: 18px;
  border-top: 2px solid #dbe3ea;
}

.expanded-step-number {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #1c2b46;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.expanded-step h3,
.trust-point h3 {
  margin: 0 0 8px;
  color: #1c2b46;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.expanded-step p,
.trust-point p {
  margin: 0;
  color: #4b5b72;
  font-size: 0.86rem;
  line-height: 1.6;
}

.provider-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.provider-chip {
  padding: 10px 14px;
  border: 1px solid #d7dee7;
  border-radius: 6px;
  background: #fff;
  color: #1c2b46;
  font-size: 0.82rem;
  font-weight: 700;
}

.provider-note,
.method-note {
  max-width: 780px;
  margin: 22px 0 0;
  color: #4b5b72;
  font-size: 0.86rem;
  line-height: 1.65;
}

.method-layout {
  display: block;
}

.coordinate-visual {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(28, 47, 79, 0.12);
  border-radius: 8px;
  background: #101728;
  box-shadow: 0 18px 42px rgba(28, 43, 70, 0.12);
}

.coordinate-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.coordinate-label span:last-child {
  color: #69d5e7;
  font-size: 0.7rem;
}

.coordinate-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
}

.coordinate-line span {
  display: block;
  height: 7px;
  border-radius: 2px;
  background: #273149;
}

.coordinate-line span:nth-child(3n + 1) { background: #20b4cc; }
.coordinate-line span:nth-child(4n + 2) { background: #75a8ff; }
.coordinate-line span:nth-child(5n) { background: #ec9a39; }

.coordinate-caption {
  margin: 18px 0 0;
  color: #aeb8ca;
  font-size: 0.74rem;
  line-height: 1.55;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.trust-point {
  padding-left: 18px;
  border-left: 3px solid #20b4cc;
}

.comparison-wrap {
  margin-top: 36px;
  overflow-x: auto;
  border: 1px solid #dbe2e9;
  border-radius: 8px;
  background: #fff;
}

.comparison-table {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
  text-align: left;
}

.comparison-table th,
.comparison-table td {
  padding: 17px 20px;
  border-bottom: 1px solid #e3e8ee;
  color: #5f6c80;
  font-size: 0.86rem;
  line-height: 1.45;
  vertical-align: top;
}

.comparison-table th {
  background: #fff;
  color: #1c2b46;
  font-size: 0.82rem;
  font-weight: 800;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
  width: 24%;
  color: #1c2b46;
  font-weight: 700;
}

.comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table th:last-child,
.comparison-table td:last-child {
  border-left: 2px solid #1c2b46;
  background: #fff;
  color: #1c2b46;
}

.period-showcase {
  position: relative;
  left: 50%;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  padding: 72px clamp(20px, 5vw, 76px);
  border-bottom: 1px solid rgba(28, 47, 79, 0.1);
  background: #080e1b;
  color: #fff;
}

.period-showcase .education-kicker { color: #a8eff4; }
.period-showcase .education-kicker::before { background: #73dbe4; }
.period-showcase .education-heading { color: #fff; }
.period-showcase .education-lead { color: #d7eff1; }

.period-showcase-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
  margin-top: 34px;
}

.period-showcase-point {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.period-showcase-point strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 1.18rem;
  line-height: 1.2;
}

.period-showcase-point span {
  color: #d7eff1;
  font-size: 0.79rem;
  line-height: 1.5;
}

.period-demo {
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
  border: 0;
  border-radius: 8px;
  background: #080e1b;
  box-shadow: none;
}

.period-demo-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.period-demo-eyebrow {
  margin-bottom: 5px;
  color: #7edce5;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.period-demo-title {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.3;
}

.period-demo-fit {
  flex: 0 0 auto;
  color: #aab5c8;
  font-size: 0.7rem;
  line-height: 1.4;
  text-align: right;
}

.period-demo-fit strong {
  display: block;
  color: #fff;
  font-size: 0.86rem;
}

.period-era-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.period-era-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 9px;
}

.period-era-name {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
}

.period-era-date {
  color: #8f9ab0;
  font-size: 0.68rem;
}

.period-bar {
  display: flex;
  width: 100%;
  height: 12px;
  overflow: hidden;
  border-radius: 3px;
  background: #273149;
}

.period-bar span { display: block; height: 100%; }

.period-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  margin-top: 9px;
}

.period-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #c4ccda;
  font-size: 0.68rem;
  line-height: 1.35;
}

.period-legend i {
  display: block;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 2px;
}

.period-demo-note {
  margin: 24px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #8f9ab0;
  font-size: 0.68rem;
  line-height: 1.5;
}

.privacy-band {
  position: relative;
  left: 50%;
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(32px, 6vw, 90px);
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  padding: 64px clamp(20px, 5vw, 76px);
  background: #080e1b;
  color: #fff;
}

.privacy-band .education-kicker { color: #6dd5e6; }
.privacy-band .education-heading { color: #fff; }
.privacy-band .education-lead { color: #b6c0d1; }

.privacy-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 30px;
  align-content: center;
}

.privacy-point {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.privacy-point strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 0.9rem;
}

.privacy-point span {
  color: #b6c0d1;
  font-size: 0.8rem;
  line-height: 1.55;
}

.privacy-link {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-faq {
  padding: 64px clamp(20px, 5vw, 76px) 72px;
  background: #fff;
}

.faq-list {
  max-width: 900px;
  margin-top: 30px;
  border-top: 1px solid #dce3ea;
}

.faq-item {
  border-bottom: 1px solid #dce3ea;
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
  color: #1c2b46;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  flex: 0 0 auto;
  color: #1c2b46;
  font-size: 1.3rem;
  font-weight: 400;
  content: '+';
}

.faq-item[open] summary::after { content: '\2212'; }

.faq-answer {
  max-width: 760px;
  padding: 0 0 22px;
  color: #667387;
  font-size: 0.88rem;
  line-height: 1.65;
}

.faq-answer a {
  color: #1c2b46;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-announcement {
  display: none;
  position: relative;
  z-index: 60;
  width: 100%;
  min-height: 42px;
  overflow: hidden;
  background: #101828;
  color: #fff;
}

html.pay-first .product-announcement {
  display: block;
}

html.post-payment-upload .product-announcement {
  display: none;
}

.product-announcement-track {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  height: 42px;
  min-height: 42px;
  margin: 0 auto;
  overflow: hidden;
}

.product-announcement-item {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(100%);
  animation: product-announcement-cycle 9s cubic-bezier(0.65, 0, 0.35, 1) infinite both;
}

.product-announcement-item:nth-child(1) { animation-delay: -0.45s; }
.product-announcement-item:nth-child(2) { animation-delay: 2.55s; }
.product-announcement-item:nth-child(3) { animation-delay: 5.55s; }

.product-announcement-item strong {
  color: #7ce7f1;
  font-weight: 800;
}

@keyframes product-announcement-cycle {
  0% { opacity: 0; transform: translateY(100%); }
  5%, 28% { opacity: 1; transform: translateY(0); }
  33%, 100% { opacity: 0; transform: translateY(-100%); }
}

@media (prefers-reduced-motion: reduce) {
  .product-announcement-item { animation: none; }
  .product-announcement-item:first-child {
    opacity: 1;
    transform: none;
  }
}

html.post-payment-upload .product-education,
html.post-payment-upload .product-faq {
  display: none;
}

@media (max-width: 900px) {
  .product-education { margin-top: 36px; }
  .education-band,
  .privacy-band,
  .product-faq { padding: 46px 20px; }
  .expanded-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-layout,
  .period-showcase,
  .privacy-band { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
}

@media (min-width: 980px) {
  html.pay-first .card > .product-education { grid-row: 2; }
  html.pay-first .card > .product-reviews { grid-row: 3 !important; }
  html.pay-first .card > .product-faq { grid-row: 4; }
}

@media (max-width: 560px) {
  .product-announcement,
  .product-announcement-track { min-height: 36px; }
  .product-announcement-track {
    width: 100%;
    height: 36px;
    padding: 0 14px;
  }
  .product-announcement-item {
    font-size: 0.64rem;
    letter-spacing: 0.035em;
  }
  .expanded-process,
  .period-showcase-points,
  .privacy-points { grid-template-columns: 1fr; }
  .expanded-process { gap: 22px; }
  .coordinate-visual { padding: 22px; }
  .education-lead { font-size: 0.92rem; }
  .faq-item summary { font-size: 0.9rem; }
}
