/* Compact, product-specific presentation for the Reset public pages. */
.reset-page {
  --reset-accent: #6347ee;
  --reset-accent-dark: #4930c6;
  --reset-ink: #211941;
  --reset-muted: #655f75;
  --reset-line: #e4e0ee;
  --reset-tint: #f1effb;
  background: #faf9fc;
  color: var(--reset-ink);
}

.reset-page .site-header {
  position: sticky;
  min-height: 64px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--reset-line);
  background: rgba(250, 249, 252, 0.94);
}

.reset-page .header-inner {
  max-width: 1120px;
}

.reset-page .brand-mark {
  border-color: #d6cff8;
  background: #f1effb;
  color: var(--reset-accent-dark);
}

.reset-page .nav-links a:hover,
.reset-page .nav-links a:focus-visible,
.reset-page .footer-links a:hover,
.reset-page .footer-links a:focus-visible,
.reset-page .text-link:hover,
.reset-page .text-link:focus-visible {
  color: var(--reset-accent-dark);
}

.reset-page .product-hero {
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
  gap: clamp(44px, 7vw, 84px);
  width: min(1120px, calc(100% - 48px));
  max-width: 1120px;
  min-height: 0;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 84px) 0;
  overflow: visible;
  background: transparent;
}

.reset-page .product-hero::before,
.reset-page .product-identity::before,
.reset-page .product-identity::after {
  display: none;
}

.reset-page .product-hero-copy {
  max-width: 650px;
}

.reset-page.support-page .product-hero,
.reset-page.privacy-page .product-hero {
  grid-template-columns: minmax(0, 780px);
  justify-content: center;
  text-align: center;
}

.reset-page.support-page .product-hero-copy,
.reset-page.support-page .product-hero h1,
.reset-page.support-page .hero-text,
.reset-page.privacy-page .product-hero-copy,
.reset-page.privacy-page .product-hero h1,
.reset-page.privacy-page .hero-text {
  max-width: 780px;
}

.reset-page.support-page .hero-actions,
.reset-page.privacy-page .trust-row {
  justify-content: center;
}

.reset-page .eyebrow {
  margin-bottom: 12px;
  color: var(--reset-accent-dark);
  font-size: 12px;
  letter-spacing: 0.1em;
}

.reset-page .product-hero h1 {
  max-width: 650px;
  color: var(--reset-ink);
  font-size: clamp(48px, 6vw, 70px);
  line-height: 0.99;
  letter-spacing: -0.045em;
}

.reset-page .hero-text {
  max-width: 590px;
  margin-top: 22px;
  color: var(--reset-muted);
  font-size: 18px;
  line-height: 1.55;
}

.reset-page .hero-actions {
  margin-top: 28px;
}

.reset-page .button {
  min-height: 46px;
  border-radius: 12px;
}

.reset-page .button.primary {
  background: var(--reset-accent);
  box-shadow: 0 10px 24px rgba(99, 71, 238, 0.2);
}

.reset-page .button.primary:hover,
.reset-page .button.primary:focus-visible {
  background: var(--reset-accent-dark);
}

.reset-page .button.secondary {
  border-color: var(--reset-line);
  background: #ffffff;
  color: var(--reset-ink);
}

.reset-page .trust-row {
  gap: 8px;
  margin-top: 24px;
}

.reset-page .trust-row span {
  padding: 8px 11px;
  border-color: #d8d1f8;
  background: var(--reset-tint);
  color: var(--reset-accent-dark);
}

.reset-page .policy-date {
  margin-top: 18px;
  color: var(--reset-muted);
}

.reset-page .product-identity {
  display: block;
  min-height: 0;
  padding: 28px;
  overflow: visible;
  border: 1px solid var(--reset-line);
  border-radius: 22px;
  background: #ffffff;
  color: var(--reset-ink);
  box-shadow: 0 20px 60px rgba(43, 32, 80, 0.1);
}

.reset-page .product-identity img {
  width: 78px;
  height: 78px;
  margin: 0 0 26px;
  border: 5px solid #ffffff;
  border-radius: 21px;
  box-shadow: 0 12px 28px rgba(55, 37, 130, 0.2);
}

.reset-page .identity-label {
  margin-bottom: 8px;
  color: var(--reset-accent-dark);
  font-size: 12px;
  letter-spacing: 0.09em;
}

.reset-page .product-identity h2 {
  max-width: 340px;
  color: var(--reset-ink);
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.reset-page .identity-fact {
  align-items: center;
  margin-top: 26px;
  padding: 15px 16px;
  border: 0;
  border-radius: 13px;
  background: var(--reset-tint);
}

.reset-page .identity-fact span {
  color: var(--reset-muted);
}

.reset-page .identity-fact strong,
.reset-page .identity-fact a {
  color: var(--reset-ink);
}

.reset-page .section {
  padding: clamp(56px, 6vw, 76px) 24px;
  border-top: 1px solid var(--reset-line);
}

.reset-page .section-inner {
  max-width: 1120px;
}

.reset-page .page-summary,
.reset-page .policy-details {
  background: #f7f6fa;
}

.reset-page .section-heading {
  margin-bottom: 30px;
}

.reset-page .section-heading h2 {
  max-width: 720px;
  color: var(--reset-ink);
  font-size: clamp(36px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.reset-page .summary-grid {
  gap: 14px;
}

.reset-page .summary-card {
  min-height: 0;
  padding: 26px;
  border: 1px solid var(--reset-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: none;
}

.reset-page .summary-card:nth-child(2) {
  background: var(--reset-tint);
}

.reset-page .summary-card .service-number {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 50%;
  background: var(--reset-tint);
  color: var(--reset-accent-dark);
}

.reset-page .summary-card:nth-child(2) .service-number {
  background: #ffffff;
}

.reset-page .summary-card h3,
.reset-page .policy-card h3,
.reset-page .support-steps h3 {
  color: var(--reset-ink);
  letter-spacing: -0.025em;
}

.reset-page .summary-card p,
.reset-page .policy-card p,
.reset-page .support-heading p,
.reset-page .support-steps p {
  color: var(--reset-muted);
}

.reset-page .text-link {
  margin-top: 18px;
  color: var(--reset-accent-dark);
}

.reset-page .policy-grid {
  gap: 14px;
  overflow: visible;
  border: 0;
  background: transparent;
}

.reset-page .policy-card,
.reset-page .policy-card:nth-child(1),
.reset-page .policy-card:nth-child(6) {
  min-height: 0;
  padding: 30px;
  border: 1px solid var(--reset-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: none;
}

.reset-page .policy-kicker {
  margin-bottom: 24px;
  color: var(--reset-accent-dark);
  letter-spacing: 0.08em;
}

.reset-page .support-fix {
  background: var(--reset-tint);
}

.reset-page .split-support {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 6vw, 70px);
}

.reset-page .support-heading {
  top: 92px;
}

.reset-page .support-steps {
  margin: 0;
  padding: 6px 28px;
  border: 1px solid var(--reset-line);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 46px rgba(43, 32, 80, 0.08);
}

.reset-page .support-steps li {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 20px 0;
  border-bottom-color: var(--reset-line);
}

.reset-page .support-steps > li > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--reset-accent);
  color: #ffffff;
  font-size: 11px;
  box-shadow: none;
}

.reset-page .support-info-grid .policy-card {
  min-height: 0;
}

.reset-page .page-contact {
  width: min(1120px, calc(100% - 48px));
  margin: 40px auto;
  padding: 40px;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: var(--reset-ink);
  box-shadow: none;
}

.reset-page .page-contact .eyebrow {
  color: #c8bfff;
}

.reset-page .page-contact p {
  color: #c8c2d7;
}

.reset-page .page-contact .button.primary {
  background: #ffffff;
  color: var(--reset-accent-dark);
  box-shadow: none;
}

.reset-page .site-footer {
  border-top-color: var(--reset-line);
  background: #faf9fc;
}

@media (max-width: 900px) {
  .reset-page .product-hero,
  .reset-page .split-support {
    grid-template-columns: 1fr;
  }

  .reset-page .product-hero {
    gap: 36px;
  }

  .reset-page .product-identity {
    width: 100%;
    max-width: 560px;
  }

  .reset-page .summary-grid {
    grid-template-columns: 1fr;
  }

  .reset-page .support-heading {
    position: static;
  }
}

@media (max-width: 720px) {
  .reset-page .site-header {
    position: sticky;
  }

  .reset-page .header-inner {
    align-items: center;
    flex-direction: row;
  }

  .reset-page .nav-links {
    width: auto;
    gap: 16px;
  }

  .reset-page .product-hero {
    width: calc(100% - 40px);
    gap: 30px;
    padding: 42px 0 48px;
  }

  .reset-page .product-hero h1 {
    font-size: clamp(42px, 12vw, 54px);
  }

  .reset-page .hero-text {
    font-size: 17px;
  }

  .reset-page .product-identity {
    padding: 24px;
    border-radius: 18px;
  }

  .reset-page .product-identity img {
    width: 70px;
    height: 70px;
    margin-bottom: 22px;
    border-radius: 19px;
  }

  .reset-page .identity-fact {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .reset-page .section {
    padding: 50px 20px;
  }

  .reset-page .section-heading h2 {
    font-size: 34px;
  }

  .reset-page .summary-card,
  .reset-page .policy-card,
  .reset-page .policy-card:nth-child(1),
  .reset-page .policy-card:nth-child(6) {
    padding: 24px;
    border-radius: 16px;
  }

  .reset-page .support-steps {
    padding: 4px 20px;
    border-radius: 16px;
  }

  .reset-page .support-steps li {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 18px 0;
  }

  .reset-page .support-steps > li > span {
    width: 32px;
    height: 32px;
  }

  .reset-page .page-contact {
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
    margin: 20px auto;
    padding: 28px;
    border-radius: 18px;
  }
}

@media (max-width: 470px) {
  .reset-page .brand > span:last-child {
    display: none;
  }
}

/* Reset product page */
.product-page {
  background:
    radial-gradient(circle at 76% 4%, rgba(99, 71, 238, 0.1), transparent 24%),
    #faf9fc;
}

.reset-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(48px, 7vw, 88px);
  width: min(1120px, calc(100% - 48px));
  min-height: 680px;
  margin: 0 auto;
  padding: 58px 0 68px;
}

.product-intro {
  max-width: 620px;
}

.app-brand-row {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 34px;
}

.app-brand-row img {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  box-shadow: 0 10px 24px rgba(67, 44, 168, 0.18);
}

.app-brand-row div {
  display: grid;
  gap: 3px;
}

.app-brand-row span {
  color: var(--reset-ink);
  font-size: 16px;
  font-weight: 800;
}

.app-brand-row strong {
  color: var(--reset-muted);
  font-size: 12px;
  font-weight: 650;
}

.product-page .product-intro h1 {
  max-width: 640px;
  margin: 0;
  color: var(--reset-ink);
  font-size: clamp(56px, 6vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.product-lede {
  max-width: 590px;
  margin: 24px 0 0;
  color: var(--reset-muted);
  font-size: 19px;
  line-height: 1.58;
}

.product-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 26px 0 0;
  padding: 0;
  color: var(--reset-muted);
  font-size: 13px;
  font-weight: 750;
  list-style: none;
}

.product-facts li {
  display: flex;
  align-items: center;
}

.product-facts li:not(:last-child)::after {
  width: 4px;
  height: 4px;
  margin: 0 12px;
  border-radius: 50%;
  background: #b7aecf;
  content: "";
}

.app-showcase {
  position: relative;
  display: grid;
  min-height: 570px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e2dff0;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 42%, rgba(109, 76, 255, 0.23), transparent 34%),
    linear-gradient(145deg, #f5f2ff, #edefff 58%, #f8f7ff);
  box-shadow: 0 28px 80px rgba(43, 32, 80, 0.13);
}

.showcase-orbit {
  position: absolute;
  border: 1px solid rgba(99, 71, 238, 0.15);
  border-radius: 50%;
}

.orbit-one {
  width: 470px;
  height: 470px;
}

.orbit-two {
  width: 350px;
  height: 350px;
}

.phone-frame {
  position: relative;
  z-index: 1;
  width: min(310px, 74%);
  margin: 0;
  overflow: hidden;
  border: 9px solid #211941;
  border-radius: 42px;
  background: #ffffff;
  box-shadow: 0 30px 64px rgba(33, 25, 65, 0.26);
  transform: rotate(1.5deg);
}

.phone-frame img {
  width: 100%;
}

.product-section {
  padding: clamp(72px, 8vw, 104px) 24px;
  border-top: 1px solid var(--reset-line);
}

.product-section-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.product-section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.product-section-heading h2,
.privacy-spotlight h2 {
  margin: 0;
  color: var(--reset-ink);
  font-size: clamp(42px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -0.048em;
}

.product-section-heading > p:last-child,
.privacy-spotlight > div > p:last-child {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--reset-muted);
  font-size: 18px;
  line-height: 1.58;
}

.feature-section {
  background: #f4f2fa;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.feature-card {
  min-height: 250px;
  padding: 32px;
  border: 1px solid var(--reset-line);
  border-radius: 20px;
  background: #ffffff;
}

.feature-card:nth-child(2),
.feature-card:nth-child(3) {
  background: #eeebff;
}

.feature-card > span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 38px;
  border-radius: 50%;
  background: var(--reset-tint);
  color: var(--reset-accent-dark);
  font-size: 12px;
  font-weight: 850;
}

.feature-card:nth-child(2) > span,
.feature-card:nth-child(3) > span {
  background: #ffffff;
}

.feature-card h3,
.rhythm-steps h3,
.resource-card h3 {
  color: var(--reset-ink);
  letter-spacing: -0.025em;
}

.feature-card p,
.rhythm-steps p,
.resource-card p {
  margin: 13px 0 0;
  color: var(--reset-muted);
  font-size: 16px;
  line-height: 1.58;
}

.rhythm-section {
  background: #faf9fc;
}

.rhythm-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  align-items: start;
  gap: clamp(48px, 8vw, 100px);
}

.rhythm-layout .product-section-heading {
  position: sticky;
  top: 96px;
  margin-bottom: 0;
}

.rhythm-steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rhythm-steps li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--reset-line);
  border-radius: 18px;
  background: #ffffff;
}

.rhythm-steps > li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--reset-accent);
  color: #ffffff;
  font-size: 13px;
  font-weight: 850;
}

.privacy-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  width: min(1120px, calc(100% - 48px));
  margin: 56px auto;
  padding: clamp(38px, 5vw, 58px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 14%, rgba(99, 71, 238, 0.52), transparent 32%),
    var(--reset-ink);
  color: #ffffff;
}

.privacy-spotlight .eyebrow {
  color: #c9c0ff;
}

.privacy-spotlight h2 {
  max-width: 720px;
  color: #ffffff;
}

.privacy-spotlight > div > p:last-child {
  color: #cbc6d9;
}

.privacy-button {
  min-width: 210px;
  background: #ffffff;
  color: var(--reset-accent-dark);
}

.privacy-button:hover,
.privacy-button:focus-visible {
  background: #efecff;
}

.resource-section {
  background: #f4f2fa;
}

.compact-heading {
  margin-bottom: 32px;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.resource-card {
  display: block;
  padding: 34px;
  border: 1px solid var(--reset-line);
  border-radius: 20px;
  background: #ffffff;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.resource-card:hover,
.resource-card:focus-visible {
  transform: translateY(-3px);
  border-color: #cfc6fa;
  box-shadow: 0 18px 44px rgba(43, 32, 80, 0.1);
}

.resource-card > span {
  display: inline-flex;
  margin-bottom: 36px;
  color: var(--reset-accent-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.resource-card strong {
  display: inline-flex;
  margin-top: 24px;
  color: var(--reset-accent-dark);
  font-size: 15px;
}

@media (max-width: 900px) {
  .reset-product-hero {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-top: 54px;
  }

  .product-intro {
    max-width: 720px;
  }

  .app-showcase {
    min-height: 590px;
  }

  .phone-frame {
    width: min(320px, 70%);
  }

  .rhythm-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .rhythm-layout .product-section-heading {
    position: static;
  }

  .privacy-spotlight {
    grid-template-columns: 1fr;
  }

  .privacy-button {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .product-page .nav-links {
    gap: 13px;
    font-size: 13px;
  }

  .reset-product-hero {
    width: calc(100% - 40px);
    min-height: 0;
    padding: 42px 0 50px;
  }

  .app-brand-row {
    margin-bottom: 28px;
  }

  .product-page .product-intro h1 {
    font-size: clamp(46px, 13vw, 58px);
  }

  .product-lede {
    font-size: 17px;
  }

  .app-showcase {
    min-height: 520px;
    border-radius: 24px;
  }

  .phone-frame {
    width: min(270px, 76%);
    border-width: 7px;
    border-radius: 36px;
  }

  .orbit-one {
    width: 390px;
    height: 390px;
  }

  .orbit-two {
    width: 280px;
    height: 280px;
  }

  .product-section {
    padding: 64px 20px;
  }

  .product-section-heading {
    margin-bottom: 30px;
  }

  .product-section-heading h2,
  .privacy-spotlight h2 {
    font-size: 38px;
  }

  .product-section-heading > p:last-child,
  .privacy-spotlight > div > p:last-child {
    font-size: 17px;
  }

  .feature-grid,
  .resource-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 0;
    padding: 26px;
  }

  .feature-card > span {
    margin-bottom: 28px;
  }

  .rhythm-steps li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    padding: 24px;
  }

  .rhythm-steps > li > span {
    width: 34px;
    height: 34px;
  }

  .privacy-spotlight {
    width: calc(100% - 40px);
    margin: 28px auto;
    padding: 30px;
    border-radius: 20px;
  }

  .privacy-button {
    width: 100%;
  }

  .resource-card {
    padding: 28px;
  }
}

@media (max-width: 470px) {
  .product-page .nav-links a:first-child {
    display: none;
  }
}
