:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #171717;
  background: #f7f7f5;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  min-width: 320px;
}

body {
  margin: 0;
  background: #f7f7f5;
  line-height: 1.6;
}

a {
  color: inherit;
}

.page {
  width: min(100% - 40px, 1040px);
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.site-header {
  padding: 28px 0;
  border-bottom: 1px solid #dededb;
}

.brand {
  font-size: clamp(1.9rem, 3.5vw, 2.75rem);
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1.1;
  text-decoration: none;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: clamp(44px, 8vw, 96px);
  text-align: center;
}

.nav-links,
.footer-links {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  list-style: none;
}

.nav-links {
  justify-content: center;
  font-size: 0.9rem;
}

.nav-links a,
.footer-links a {
  color: #555552;
  text-underline-offset: 4px;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: #171717;
}

main {
  flex: 1;
}

.intro {
  max-width: 900px;
  padding: clamp(72px, 12vw, 140px) 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: #60605d;
  font-size: 0.85rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(2.6rem, 7vw, 5rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.intro h1 {
  max-width: 820px;
  font-size: clamp(2.5rem, 5.4vw, 4.25rem);
  line-height: 1.06;
}

.intro-copy {
  max-width: 720px;
  margin-bottom: 0;
  color: #555552;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.intro-copy p:last-child {
  margin-bottom: 0;
}

.profile-links {
  margin: 32px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  list-style: none;
  font-size: 0.92rem;
  font-weight: 650;
}

.profile-links a {
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.profile-links a:hover,
.profile-links a:focus-visible {
  color: #60605d;
}

.profile-links a:focus-visible {
  outline: 3px solid #8a8a86;
  outline-offset: 3px;
}

.profile-details {
  margin-top: clamp(48px, 7vw, 72px);
  padding-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px clamp(32px, 7vw, 72px);
  border-top: 1px solid #dededb;
}

.profile-details h2 {
  margin-bottom: 8px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profile-details p {
  margin-bottom: 0;
  color: #60605d;
  font-size: 0.98rem;
}

.about-section {
  padding: clamp(72px, 10vw, 112px) 0;
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(40px, 8vw, 96px);
  border-top: 1px solid #dededb;
}

.section-label h2,
.experience-heading h2 {
  margin-bottom: 0;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.about-copy {
  max-width: 650px;
  color: #555552;
  font-size: clamp(1.05rem, 2vw, 1.18rem);
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.experience-section {
  padding: clamp(72px, 10vw, 112px) 0;
  border-top: 1px solid #dededb;
}

.experience-heading {
  max-width: 720px;
  margin-bottom: clamp(40px, 7vw, 64px);
}

.experience-list {
  border-top: 1px solid #dededb;
}

.experience-item {
  padding: 28px 0;
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 7vw, 80px);
  border-bottom: 1px solid #dededb;
}

.experience-item h3 {
  margin-bottom: 4px;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.experience-item p {
  margin-bottom: 0;
  color: #60605d;
}

.experience-meta p {
  font-size: 0.88rem;
}

.education-note {
  margin-top: 32px;
  padding: 22px 24px;
  display: flex;
  align-items: baseline;
  gap: 24px;
  background: #ededE9;
  border-radius: 10px;
}

.education-note span {
  flex: 0 0 auto;
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.education-note p {
  margin-bottom: 0;
  color: #555552;
}

.technologies-section {
  padding: clamp(72px, 10vw, 112px) 0;
  border-top: 1px solid #dededb;
}

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

.technology-grid article {
  padding: clamp(24px, 4vw, 34px);
  background: #fff;
  border: 1px solid #dededb;
  border-radius: 14px;
}

.technology-grid article:last-child {
  grid-column: 1 / -1;
}

.technology-grid h3 {
  margin-bottom: 10px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.technology-grid p {
  margin-bottom: 0;
  color: #60605d;
}

.app-intro {
  padding-bottom: clamp(64px, 10vw, 112px);
}

.tagline {
  margin-bottom: 20px;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.025em;
}

.content-section {
  max-width: 760px;
  padding: 0 0 clamp(72px, 10vw, 112px);
}

.content-section h2 {
  margin-bottom: 28px;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  letter-spacing: -0.035em;
}

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

.feature-grid li {
  padding: 24px;
  background: #fff;
  border: 1px solid #dededb;
  border-radius: 12px;
  font-weight: 600;
}

.document {
  max-width: 760px;
  padding: clamp(64px, 10vw, 112px) 0;
}

.document-header {
  margin-bottom: 56px;
}

.document-header h1 {
  font-size: clamp(2.4rem, 6vw, 4rem);
}

.document-header p,
.document section p,
.document section li {
  color: #555552;
}

.document section + section {
  margin-top: 40px;
}

.document section h2 {
  margin-bottom: 12px;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}

.document section p:last-child,
.document section ul:last-child {
  margin-bottom: 0;
}

.document ul {
  padding-left: 1.25rem;
}

.contact-placeholder {
  display: inline-block;
  padding: 2px 7px;
  color: #171717;
  background: #e7e7e3;
  border-radius: 4px;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.9em;
}

/* Sessyn product page */
.product-page {
  --accent: #526b86;
  --accent-dark: #344b63;
  --accent-soft: #e9eff4;
  --accent-line: #ced9e2;
  --ink-muted: #5d6268;
  --panel: #eef1f3;
}

.product-page .eyebrow {
  color: var(--accent-dark);
}

.product-hero {
  max-width: 760px;
  margin: clamp(32px, 5vw, 52px) auto;
  padding: clamp(52px, 7vw, 76px) clamp(28px, 6vw, 68px);
  background: var(--accent-soft);
  border: 1px solid var(--accent-line);
  border-radius: 28px;
  text-align: center;
}

.product-copy h1 {
  max-width: 700px;
  margin-bottom: 28px;
  font-size: clamp(2.75rem, 5.4vw, 4.75rem);
}

.app-icon {
  width: 112px;
  height: 112px;
  margin-bottom: 36px;
  display: block;
  border: 1px solid #dededb;
  border-radius: 24%;
  box-shadow: 0 16px 40px rgb(23 23 23 / 8%);
}

.product-lede {
  max-width: 610px;
  margin: 0 auto 36px;
  color: var(--ink-muted);
  font-size: clamp(1.1rem, 2vw, 1.3rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 28px;
}

.product-copy .app-icon {
  margin-left: auto;
  margin-right: auto;
}

.primary-action {
  padding: 13px 18px;
  color: #fff;
  background: #171717;
  border: 1px solid #171717;
  border-radius: 9px;
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
}

.primary-action:hover,
.primary-action:focus-visible {
  color: #171717;
  background: transparent;
}

.product-page .primary-action {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

.product-page .primary-action:hover,
.product-page .primary-action:focus-visible {
  color: var(--accent-dark);
  background: transparent;
}

.product-page .text-action {
  color: var(--accent-dark);
}

.text-action {
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.rhythm-section,
.product-features {
  padding: clamp(80px, 10vw, 120px) 0;
  border-top: 1px solid #dededb;
}

.preview-section {
  padding: clamp(72px, 9vw, 104px) 0 clamp(80px, 10vw, 120px);
  border-top: 1px solid #dededb;
}

.preview-intro {
  margin-bottom: clamp(40px, 6vw, 64px);
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  gap: clamp(32px, 7vw, 80px);
  text-align: center;
}

.preview-intro .section-heading {
  margin-bottom: 0;
}

.preview-copy {
  max-width: 620px;
  margin: 0 auto 6px;
  color: var(--ink-muted);
  font-size: 1.05rem;
}

.preview-gallery {
  padding: clamp(24px, 5vw, 48px);
  background: var(--panel);
  border: 1px solid var(--accent-line);
  border-radius: 24px;
}

.screenshot-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 220px));
  justify-content: center;
  gap: clamp(28px, 4vw, 40px);
}

.screenshot-card {
  min-width: 0;
  margin: 0;
  padding: 10px 10px 16px;
  background: #fafaf9;
  border: 1px solid #d8dde1;
  border-radius: 28px;
  text-align: center;
}

.screenshot-card img {
  width: 100%;
  height: auto;
  display: block;
  background: #dde3e8;
  border: 1px solid #d0d6dc;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgb(52 75 99 / 10%);
}

.screenshot-card figcaption {
  padding: 16px 4px 0;
}

.screenshot-card figcaption strong,
.screenshot-card figcaption span {
  display: block;
}

.screenshot-card figcaption strong {
  margin-bottom: 4px;
  font-size: 0.98rem;
  letter-spacing: -0.015em;
}

.screenshot-card figcaption span {
  color: var(--ink-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto clamp(40px, 6vw, 64px);
  text-align: center;
}

.section-heading h2,
.privacy-callout h2,
.closing-section h2 {
  margin-bottom: 0;
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

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

.rhythm-card {
  min-height: 350px;
  padding: clamp(30px, 5vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  border: 1px solid #d9d9d5;
  border-radius: 20px;
  text-align: center;
}

.rhythm-focus {
  color: #fff;
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

.rhythm-break {
  background: var(--accent-soft);
  border-color: var(--accent-line);
}

.rhythm-number {
  font-size: clamp(5rem, 11vw, 8.5rem);
  font-weight: 720;
  line-height: 0.85;
  letter-spacing: -0.08em;
}

.rhythm-card h3 {
  margin-bottom: 8px;
  font-size: 1.3rem;
  letter-spacing: -0.025em;
}

.rhythm-card p {
  max-width: 430px;
  margin-bottom: 0;
  color: inherit;
  opacity: 0.72;
}

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

.feature-list article {
  min-height: 190px;
  padding: 28px 22px;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 10px;
  background: #fff;
  border: 1px solid #d8dde1;
  border-radius: 16px;
  text-align: center;
}

.feature-list span {
  width: 34px;
  height: 34px;
  margin: 0 auto 2px;
  display: grid;
  place-items: center;
  color: var(--accent-dark);
  background: var(--accent-soft);
  border: 1px solid var(--accent-line);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 650;
}

.feature-list h3 {
  margin-bottom: 0;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.feature-list p {
  margin-bottom: 0;
  color: var(--ink-muted);
}

.privacy-callout {
  margin-bottom: clamp(80px, 10vw, 120px);
  padding: clamp(36px, 6vw, 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 48px;
  background: var(--accent-soft);
  border: 1px solid var(--accent-line);
  border-radius: 20px;
  text-align: center;
}

.privacy-callout > div {
  max-width: 680px;
}

.privacy-callout .text-action {
  flex: 0 0 auto;
}

.closing-section {
  padding: clamp(72px, 9vw, 108px) 0;
  text-align: center;
  border-top: 1px solid #dededb;
}

.closing-section .app-icon-small {
  width: 80px;
  height: 80px;
  margin: 0 auto 28px;
  border-radius: 23%;
}

.closing-section p {
  margin: 18px 0 0;
  color: var(--ink-muted);
  font-size: 1.05rem;
}

.apps {
  padding: 0 0 clamp(80px, 12vw, 140px);
}

.apps > h2 {
  margin-bottom: 24px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.app-card {
  padding: clamp(28px, 5vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: #fff;
  border: 1px solid #dededb;
  border-radius: 16px;
}

.apps .app-card + .app-card {
  margin-top: 16px;
}

/* Cluviqo product page */
.cluviqo-page,
.cluviqo-document {
  --accent: #522da8;
  --accent-dark: #3d1d87;
  --accent-soft: #f0ebfa;
  --accent-line: #d9ccef;
  --ink-muted: #68626f;
  --panel: #f5f1fb;
}

.cluviqo-hero {
  color: #fff;
  background: radial-gradient(circle at 50% 10%, #6540bd 0, #351d69 48%, #180f26 100%);
  border-color: #4a2a86;
  box-shadow: 0 28px 70px rgb(52 24 95 / 18%);
}

.cluviqo-hero .eyebrow,
.cluviqo-hero .product-lede {
  color: #e5dafa;
}

.cluviqo-hero .app-icon {
  border-color: rgb(255 255 255 / 20%);
  box-shadow: 0 18px 48px rgb(0 0 0 / 35%);
}

.cluviqo-hero .primary-action {
  color: #3d1d87;
  background: #fff;
  border-color: #fff;
}

.cluviqo-hero .primary-action:hover,
.cluviqo-hero .primary-action:focus-visible,
.cluviqo-hero .text-action {
  color: #fff;
}

.safety-banner {
  margin: 0 auto clamp(72px, 9vw, 104px);
  padding: 18px 24px;
  color: #453b4f;
  background: #fff;
  border: 1px solid #ded4e7;
  border-left: 5px solid #522da8;
  border-radius: 12px;
  text-align: center;
}

.cluviqo-page .privacy-callout p:not(.eyebrow) {
  margin: 20px auto 0;
  color: var(--ink-muted);
}

.cluviqo-document code {
  padding: 2px 5px;
  background: #eee8f7;
  border-radius: 4px;
  font-size: .9em;
}

.cluviqo-document h3 {
  margin: 26px 0 6px;
  font-size: 1.05rem;
}

/* Zuqori product page */
.zuqori-page,
.zuqori-document {
  --accent: #33d3df;
  --accent-dark: #88eef5;
  --accent-soft: #191a22;
  --accent-line: #30323d;
  --ink-muted: #b7bac6;
  --panel: #15161c;
}

.zuqori-hero {
  color: #f7f7fb;
  background:
    radial-gradient(circle at 10% 15%, rgb(137 72 255 / 28%), transparent 34%),
    radial-gradient(circle at 90% 82%, rgb(12 190 200 / 22%), transparent 34%),
    linear-gradient(145deg, #17151e, #0d1719);
  box-shadow: 0 28px 70px rgb(0 0 0 / 32%);
}

.zuqori-hero .app-icon {
  border-color: rgb(255 255 255 / 18%);
  box-shadow: 0 18px 48px rgb(0 0 0 / 38%);
}

.zuqori-hero .product-lede,
.zuqori-hero .eyebrow,
.zuqori-hero .text-action {
  color: #d9dbe4;
}

.zuqori-site {
  color: #f4f4f7;
  background: #0d0e12;
}

.zuqori-site .site-header,
.zuqori-site footer,
.zuqori-site .product-features,
.zuqori-site .closing-section,
.zuqori-workflow {
  border-color: #2b2d36;
}

.zuqori-site .brand,
.zuqori-site a {
  color: inherit;
}

.zuqori-site .nav-links a,
.zuqori-site .footer-links a,
.zuqori-site .document section p,
.zuqori-site .document section li,
.zuqori-site .document-header p {
  color: #b7bac6;
}

.zuqori-site .nav-links a:hover,
.zuqori-site .nav-links a:focus-visible,
.zuqori-site .footer-links a:hover,
.zuqori-site .footer-links a:focus-visible {
  color: #fff;
}

.zuqori-site .feature-list article,
.zuqori-site .reflection-grid article {
  background: #17181f;
  border-color: #30323d;
}

.zuqori-site .feature-list p,
.zuqori-site .reflection-grid p {
  color: #b7bac6;
}

.zuqori-site .reflection-grid span {
  color: #0d0e12;
  background: #65e5ed;
}

.zuqori-site .privacy-callout {
  background: linear-gradient(145deg, #171820, #102023);
  border-color: #315057;
}

.zuqori-workflow {
  padding: clamp(80px, 10vw, 120px) 0;
  border-top: 1px solid #2b2d36;
}

.content-note {
  margin: 0 auto clamp(72px, 9vw, 104px);
  padding: clamp(24px, 4vw, 34px);
  background: #17181f;
  border: 1px solid #30323d;
  border-left: 5px solid #ff694f;
  border-radius: 14px;
}

.content-note strong {
  display: block;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
}

.content-note p {
  margin: 10px 0 0;
  color: #b7bac6;
}

.zuqori-site .app-store-button.is-disabled {
  color: #91949e;
  background: #25262d;
  border-color: #343640;
  cursor: default;
  pointer-events: none;
}

.support-contact {
  width: fit-content;
  margin-top: 28px;
  padding: 16px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  background: #17181f;
  border: 1px solid #30323d;
  border-radius: 12px;
}

.support-contact strong {
  color: #fff;
}

.zuqori-page .privacy-callout p:not(.eyebrow) {
  margin: 20px auto 0;
  color: var(--ink-muted);
}

/* Scrolliqo product page */
.scrolliqo-page,
.scrolliqo-document {
  --accent: #5a4db5;
  --accent-dark: #40358f;
  --accent-soft: #eeecfb;
  --accent-line: #d4cff2;
  --ink-muted: #656176;
  --panel: #f4f2fc;
}

.scrolliqo-hero {
  background:
    radial-gradient(circle at 14% 12%, rgb(120 101 222 / 18%), transparent 34%),
    linear-gradient(145deg, #faf9ff, #eeebfb);
  box-shadow: 0 28px 70px rgb(64 53 143 / 13%);
}

.scrolliqo-hero .app-icon {
  border-color: rgb(90 77 181 / 24%);
  box-shadow: 0 18px 48px rgb(64 53 143 / 22%);
}

.scrolliqo-flow,
.insights-section {
  padding: clamp(80px, 10vw, 120px) 0;
  border-top: 1px solid #dededb;
}

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

.reflection-grid article {
  min-height: 240px;
  padding: clamp(26px, 4vw, 38px);
  background: var(--accent-soft);
  border: 1px solid var(--accent-line);
  border-radius: 18px;
}

.reflection-grid span {
  width: 36px;
  height: 36px;
  margin-bottom: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--accent-dark);
  border-radius: 50%;
  font-size: .78rem;
  font-weight: 700;
}

.reflection-grid h3 {
  margin-bottom: 9px;
  font-size: 1.35rem;
  letter-spacing: -.025em;
}

.reflection-grid p,
.insights-copy > p:not(.eyebrow),
.scrolliqo-page .privacy-callout p:not(.eyebrow) {
  color: var(--ink-muted);
}

.insights-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  gap: clamp(48px, 9vw, 96px);
  align-items: center;
}

.insights-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 1.08;
  letter-spacing: -.05em;
}

.insight-metrics {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

.insight-metrics li {
  min-height: 150px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--accent-line);
  border-radius: 14px;
}

.insight-metrics strong,
.insight-metrics span {
  display: block;
}

.insight-metrics strong {
  margin-bottom: 8px;
}

.insight-metrics span {
  color: var(--ink-muted);
  font-size: .9rem;
}

.scrolliqo-page .privacy-callout p:not(.eyebrow) {
  margin: 20px auto 0;
}

.scrolliqo-document h3 {
  margin: 28px 0 8px;
  font-size: 1.05rem;
}

/* Pendiqo product page */
.pendiqo-page,
.pendiqo-document {
  --accent: #208f82;
  --accent-dark: #12685f;
  --accent-soft: #edf5ec;
  --accent-line: #c9dfd8;
  --ink-muted: #5d6964;
  --panel: #f2f7f3;
}

.pendiqo-hero {
  background:
    radial-gradient(circle at 86% 12%, rgb(32 143 130 / 17%), transparent 32%),
    linear-gradient(145deg, #fffaf1, #edf5ec);
  box-shadow: 0 28px 70px rgb(18 104 95 / 13%);
}

.pendiqo-hero .app-icon {
  border-color: rgb(32 143 130 / 24%);
  box-shadow: 0 18px 48px rgb(18 104 95 / 20%);
}

.pendiqo-flow,
.reminder-section {
  padding: clamp(80px, 10vw, 120px) 0;
  border-top: 1px solid #dededb;
}

.reminder-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  align-items: center;
  gap: clamp(48px, 9vw, 96px);
}

.reminder-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 1.08;
  letter-spacing: -.05em;
}

.reminder-copy > p:not(.eyebrow),
.pendiqo-page .privacy-callout p:not(.eyebrow) {
  color: var(--ink-muted);
}

.reminder-levels {
  display: grid;
  gap: 12px;
}

.reminder-levels article {
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 22px;
  align-items: baseline;
  background: #fff;
  border: 1px solid var(--accent-line);
  border-radius: 14px;
}

.reminder-levels span {
  color: var(--accent-dark);
  font-weight: 700;
}

.reminder-levels p {
  margin-bottom: 0;
  color: var(--ink-muted);
}

.pendiqo-caution {
  border-left-color: var(--accent);
}

.pendiqo-page .privacy-callout p:not(.eyebrow) {
  margin: 20px auto 0;
}

.pendiqo-document h3 {
  margin: 28px 0 8px;
  font-size: 1.05rem;
}

.warning-copy {
  padding: 16px 18px;
  color: #4a255a !important;
  background: #f1e9f7;
  border-radius: 10px;
}

.app-summary {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: clamp(32px, 4vw, 44px);
}

.app-card-icon {
  width: 88px;
  height: 88px;
  flex: 0 0 auto;
  display: block;
  border: 1px solid #dededb;
  border-radius: 22%;
  box-shadow: 0 10px 28px rgb(23 23 23 / 9%);
}

.app-card h3 {
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.03em;
}

.app-card p {
  max-width: 560px;
  margin-bottom: 0;
  color: #60605d;
}

.app-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 10px;
}

.app-link {
  flex: 0 0 auto;
  padding: 11px 16px;
  color: #fff;
  background: #171717;
  border: 1px solid #171717;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
}

.app-link:hover,
.app-link:focus-visible {
  color: #171717;
  background: #fff;
}

.app-store-button {
  min-width: 194px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  background: #171717;
  border: 1px solid #171717;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 150ms ease, color 150ms ease;
}

.app-store-button:hover,
.app-store-button:focus-visible {
  color: #171717;
  background: #fff;
}

.app-store-button:focus-visible {
  outline: 3px solid #8a8a86;
  outline-offset: 3px;
}

.app-store-button > span {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.15;
}

.app-store-button small {
  margin-bottom: 2px;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.app-link:focus-visible,
.brand:focus-visible {
  outline: 3px solid #8a8a86;
  outline-offset: 3px;
}

footer {
  padding: 24px 0 32px;
  color: #6a6a66;
  border-top: 1px solid #dededb;
  font-size: 0.85rem;
}

footer p {
  margin-bottom: 0;
}

.app-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}

@media (max-width: 640px) {
  .page {
    width: min(100% - 32px, 1040px);
  }

  .site-header {
    padding: 22px 0;
  }

  .site-nav,
  .app-footer {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .nav-links {
    justify-content: center;
    gap: 8px 18px;
  }

  .intro {
    padding: 64px 0 80px;
  }

  .profile-details {
    grid-template-columns: 1fr;
  }

  .about-section,
  .experience-item {
    grid-template-columns: 1fr;
  }

  .about-section {
    gap: 28px;
  }

  .experience-item {
    gap: 14px;
  }

  .education-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

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

  .technology-grid article:last-child {
    grid-column: auto;
  }

  .reflection-grid,
  .insights-section {
    grid-template-columns: 1fr;
  }

  .reflection-grid article {
    min-height: auto;
  }

  .insights-section {
    gap: 36px;
  }

  .reminder-section {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .reminder-levels article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .insight-metrics {
    grid-template-columns: 1fr;
  }

  .insight-metrics li {
    min-height: auto;
  }

  .product-hero {
    margin: 24px auto;
    padding: 44px 20px 52px;
    border-radius: 22px;
  }

  .product-copy,
  .preview-intro,
  .product-page .section-heading {
    text-align: center;
  }

  .product-lede,
  .product-copy .app-icon {
    margin-left: auto;
    margin-right: auto;
  }

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

  .product-copy h1 {
    font-size: clamp(2.4rem, 12vw, 3.25rem);
  }

  .app-card {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .app-summary {
    align-items: flex-start;
    gap: 24px;
  }

  .app-card-icon {
    width: 72px;
    height: 72px;
  }

  .app-actions {
    width: 100%;
  }

  .app-link {
    width: 100%;
    text-align: center;
  }

  .app-store-button {
    width: 100%;
  }

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

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

  .app-icon {
    width: 88px;
    height: 88px;
    margin-bottom: 28px;
  }

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

  .preview-intro {
    grid-template-columns: 1fr;
  }

  .preview-gallery {
    padding: 20px 14px 28px;
    border-radius: 20px;
  }

  .screenshot-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 14px;
  }

  .screenshot-card img {
    border-radius: 16px;
  }

  .screenshot-card figcaption {
    padding: 12px 2px 0;
  }

  .screenshot-card figcaption strong {
    font-size: 0.88rem;
  }

  .screenshot-card figcaption span {
    font-size: 0.74rem;
  }

  .rhythm-card {
    min-height: 330px;
    align-items: center;
    text-align: center;
  }

  .feature-list article {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
  }

  .feature-list p {
    grid-column: auto;
  }

  .privacy-callout {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}

@media (min-width: 641px) and (max-width: 860px) {
  .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 380px) {
  .screenshot-rail {
    grid-template-columns: minmax(0, 220px);
  }
}

@media (max-width: 520px) {
  .password-screenshots {
    grid-template-columns: minmax(0, 260px);
  }
}
