.memora-results {
  padding-top: 64px;
  background: #f7f8fb;
  color: #172033;
  font-family: Arial, sans-serif;
}

.memora-container {
  width: min(100% - 64px, 760px);
  margin: 0 auto;
}

.memora-hero {
  padding: 40px 0 20px;
  text-align: center;
}

.memora-hero h1 {
  margin: 0 auto 24px;
  max-width: 850px;
  font-size: clamp(34px, 6vw, 64px);
  line-height: 1.05;
}

.memora-hero p {
  max-width: 680px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.6;
}

.memora-section {
  padding: 24px 0;
}

.memora-section h2 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  margin: 0 0 30px;
  text-align: center;
}

.memora-section > .memora-container > h3 {
  text-align: center;
}

.memora-content {
  max-width: none;
}

.memora-content p,
.memora-content li {
  font-size: 18px;
  line-height: 1.7;
}

.memora-alternate {
  background: #fff;
}

.memora-ad-slot {
  min-height: 100px;
}

.memora-result-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.memora-result-card {
  background: #fff;
  border: 1px solid #e2e5ec;
  border-radius: 20px;
  padding: 30px;
}

.memora-result-main {
  grid-column: 1 / -1;
  text-align: center;
}

.memora-result-label {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.memora-score {
  display: block;
  font-size: 72px;
  line-height: 1;
}

.memora-score small {
  font-size: 24px;
}

.memora-personalized-text {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.6;
}

.memora-profile {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e4e6ec;
}

.memora-profile-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  border-bottom: 1px solid #e4e6ec;
}

.memora-profile-row:last-child {
  border-bottom: 0;
}

.memora-profile-summary {
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 1.7;
}

.memora-quote {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin: 40px 0;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  text-align: left;
}

.memora-quote strong {
  font-size: 28px;
}

.memora-highlight-title {
  font-size: 40px;
}

.memora-sprint-list {
  display: grid;
  gap: 12px;
  margin: 30px 0;
}

.memora-sprint-list div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  background: #fff;
  border-radius: 14px;
}

.memora-example-name {
  display: block;
  margin: 10px 0 25px;
  font-size: 32px;
}

.memora-memory-card {
  margin: 30px 0;
  padding: 24px;
  background: #fff;
  border: 1px solid #e3e6ed;
  border-radius: 18px;
}

.memora-memory-card span {
  display: block;
  margin-bottom: 12px;
  font-weight: 700;
}

.memora-pricing-section {
  background: #172033;
  color: #fff;
  text-align: center;
}

.memora-big-number {
  margin: 24px 0;
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
}

.memora-big-number span {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 400;
}

.memora-price {
  margin: 20px 0 0;
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
}

.memora-price span {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 400;
}

.memora-price-note {
  margin: 24px 0 16px;
  font-size: 18px;
}

.memora-benefits {
  max-width: 560px;
  margin: 0 auto 24px;
  padding-left: 20px;
  text-align: left;
}

.memora-benefits li {
  margin: 8px 0;
}

.memora-email-form {
  max-width: 560px;
  margin: 0 auto;
  text-align: left;
}

.memora-email-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.memora-email-form-row {
  display: flex;
  gap: 12px;
}

.memora-email-form input {
  min-width: 0;
  flex: 1;
  padding: 14px;
  border: 1px solid #ccd1dc;
  border-radius: 8px;
  font-size: 16px;
}

.memora-email-form button {
  padding: 14px 20px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #172033;
  cursor: pointer;
  font-weight: 800;
}

.memora-results .memora-email-form button:hover,
.memora-results .memora-email-form button:focus-visible {
  background: #1c62c4;
  color: #fff;
}

.memora-signup-message {
  margin: 16px 0;
  font-weight: 700;
}

.memora-signup-error {
  color: #ffb8b8;
}

.memora-disclaimer {
  padding: 30px 0;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 700px) {
  .memora-result-grid {
    grid-template-columns: 1fr;
  }

  .memora-score {
    font-size: 56px;
  }

  .memora-email-form-row {
    flex-direction: column;
  }

  .memora-email-form button {
    width: 100%;
  }

}
