:root {
  --ink: #160f35;
  --muted: #5f5875;
  --soft: #fbf8ff;
  --paper: #ffffff;
  --line: #e8def8;
  --purple: #6a3fd4;
  --purple-dark: #321472;
  --purple-soft: #efe7ff;
  --teal: #187f86;
  --green: #5e9f6b;
  --gold: #d99b32;
  --shadow: 0 22px 60px rgba(48, 22, 103, 0.16);
  --soft-shadow: 0 12px 34px rgba(48, 22, 103, 0.1);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: var(--soft);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 0;
  background: rgba(246, 239, 255, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(106, 63, 212, 0.14);
  box-shadow: 0 10px 28px rgba(48, 22, 103, 0.08);
}

.nav-shell {
  width: min(1260px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 10px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand {
  width: 238px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.brand strong,
.footer-logo strong {
  display: block;
  color: var(--purple-dark);
  font-size: 1.16rem;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand small,
.footer-logo small {
  display: block;
  margin-top: 5px;
  color: var(--purple);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-header .brand strong,
.site-header .brand small {
  color: var(--purple-dark);
}

.brand small {
  display: none;
}

.nav-links,
.nav-actions,
.hero-actions,
.badge-strip {
  display: flex;
  align-items: center;
}

.nav-links {
  gap: 30px;
  font-weight: 700;
  color: #211344;
}

.nav-links a {
  padding: 10px 0;
}

.nav-links a:hover,
.signin:hover {
  color: var(--purple);
}

.nav-actions {
  gap: 14px;
  font-weight: 700;
}

.signin {
  color: var(--muted);
}

.site-header .button {
  background: linear-gradient(135deg, #7b53e6, #5630bd);
  color: #fff;
  box-shadow: 0 12px 26px rgba(92, 54, 198, 0.24);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: linear-gradient(135deg, #7b53e6, #5630bd);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(92, 54, 198, 0.27);
}

.button:hover {
  transform: translateY(-1px);
}

.button-small {
  min-height: 44px;
  padding-inline: 18px;
}

.button-ghost {
  color: var(--purple);
  border-color: #cdbcf5;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: none;
}

.button-light {
  background: #fff;
  color: var(--purple-dark);
  box-shadow: 0 14px 28px rgba(9, 4, 33, 0.22);
}

.button-dark-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.section {
  padding: 96px 0;
}

.section-soft {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(251, 248, 255, 0.62)),
    url("static/background.png");
  background-position: center top, center center;
  background-size: auto, 100% 100%;
  background-repeat: no-repeat, no-repeat;
}

.hero.section-soft {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0.34) 34%, rgba(255, 255, 255, 0.1) 58%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(251, 248, 255, 0.12)),
    url("static/hero-journal-balanced.png");
  background-position: center center, center center, center center;
  background-size: cover, cover, cover;
  background-repeat: no-repeat;
}

.hero {
  min-height: 680px;
  padding: 38px 0 42px;
  display: flex;
  align-items: flex-start;
}

.hero-grid,
.split-grid,
.ai-grid {
  display: grid;
  align-items: center;
  gap: 56px;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(470px, 1.12fr);
  gap: 42px;
}

.hero .hero-grid {
  display: block;
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(2.55rem, 4.2vw, 4.25rem);
  max-width: 760px;
}

h1 span {
  display: block;
  color: var(--purple);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(1.85rem, 3vw, 3rem);
}

h3 {
  line-height: 1.25;
  font-size: 1.22rem;
}

.hero-lede {
  max-width: 620px;
  color: #302456;
  font-size: clamp(1.12rem, 1.5vw, 1.3rem);
  font-weight: 600;
}

.hero-body {
  max-width: 610px;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.pillar-line {
  margin-top: 26px;
  color: #332258;
  font-weight: 700;
  font-size: 1.04rem;
}

.badge-strip span,
.mini-feature-list span {
  position: relative;
  padding: 9px 12px 9px 32px;
  border: 1px solid rgba(106, 63, 212, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
}

.badge-strip span::before,
.mini-feature-list span::before,
.check-list li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.65);
}

.badge-strip span::before,
.mini-feature-list span::before {
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.product-stage {
  position: relative;
  min-height: 520px;
}

.desktop-shot,
.phone-shot,
.image-frame {
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
}

.desktop-shot {
  position: absolute;
  inset: 38px 0 auto 0;
  overflow: hidden;
  padding: 10px;
}

.desktop-shot img,
.image-frame img {
  width: 100%;
  border-radius: 6px;
}

.phone-shot {
  position: absolute;
  right: 8px;
  bottom: 12px;
  width: 168px;
  padding: 8px;
}

.proof-strip {
  padding: 26px 0;
  background: var(--purple-dark);
  color: #fff;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.stats-grid div {
  padding: 8px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.stats-grid strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.12rem;
}

.stats-grid span {
  color: rgba(255, 255, 255, 0.75);
}

.section-heading {
  max-width: 790px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1rem;
}

.section-heading.narrow {
  max-width: 720px;
}

.compare-grid,
.case-study-grid,
.feature-grid,
.trust-grid,
.testimonial-grid,
.pricing-grid,
.faq-grid,
.community-grid,
.profession-grid,
.early-grid,
.promise-grid {
  display: grid;
  gap: 22px;
}

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

.community-grid {
  grid-template-columns: repeat(2, 1fr);
}

.case-study-grid {
  display: flex;
  gap: 22px;
  margin-top: 58px;
  padding: 4px 4px 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.case-study-grid::-webkit-scrollbar {
  display: none;
}

.compare-panel,
.case-study-card,
.feature-card,
.trust-grid article,
.testimonial-grid figure,
.price-card,
.faq-grid article,
.community-grid article,
.early-grid article,
.promise-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--soft-shadow);
}

.compare-panel {
  padding: 36px;
}

.case-study-card {
  flex: 0 0 100%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.72);
  scroll-snap-align: start;
}

.case-study-card > p:last-of-type {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.case-study-controls {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
}

.case-study-controls a {
  padding: 9px 14px;
  border: 1px solid rgba(119, 77, 191, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--purple);
  font-size: 0.9rem;
  font-weight: 800;
}

.case-study-controls a:hover,
.case-study-controls a:focus-visible {
  border-color: rgba(119, 77, 191, 0.42);
  background: #fff;
  color: var(--purple-dark);
}

.case-study-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin: 0 0 44px;
}

.case-study-dots a {
  width: 11px;
  height: 11px;
  border: 1px solid rgba(119, 77, 191, 0.45);
  border-radius: 50%;
  background: rgba(119, 77, 191, 0.14);
}

.case-study-dots a:hover,
.case-study-dots a:focus-visible {
  background: var(--purple);
}

.case-study-dots span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.panel-bright {
  border-color: rgba(94, 159, 107, 0.28);
  background: linear-gradient(135deg, #ffffff, #f0fbf3);
}

.panel-muted {
  background: linear-gradient(135deg, #ffffff, #f7f3ff);
}

.panel-kicker,
.plan-label {
  margin-bottom: 12px;
  color: var(--purple);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list li {
  position: relative;
  margin: 0 0 14px;
  padding-left: 28px;
  color: var(--muted);
}

.check-list li::before {
  left: 0;
  top: 0.56em;
}

.muted-list li::before {
  background: var(--gold);
}

.section-tint {
  background: linear-gradient(180deg, #ffffff, #f3eefc);
}

.promise-section {
  background: linear-gradient(180deg, #fbf8ff 0%, #ffffff 18%, #f8f4ff 100%);
  padding-top: 118px;
}

.promise-grid {
  grid-template-columns: repeat(3, 1fr);
}

.promise-card {
  min-height: 320px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: visible;
}

.promise-number {
  position: absolute;
  top: -52px;
  left: -58px;
  color: rgba(119, 77, 191, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  width: 150px;
  text-align: center;
  font-size: 8rem;
  font-weight: 900;
  line-height: 0.78;
  pointer-events: none;
}

.promise-card:nth-child(3) .promise-number {
  top: -47px;
  left: -53px;
  color: rgba(119, 77, 191, 0.06);
  font-size: 6.25rem;
  font-weight: 800;
}

.promise-card:nth-child(2) .promise-number {
  top: -52px;
  left: -47px;
}

.promise-card h3 {
  position: relative;
  margin-top: 22px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--purple-dark);
  font-size: clamp(1.65rem, 2.3vw, 2.35rem);
}

.promise-card p {
  position: relative;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.promise-card:nth-child(2) {
  background: linear-gradient(180deg, #ffffff, #f4efff);
}

.promise-card:nth-child(3) {
  background: linear-gradient(180deg, #ffffff, #eef9f3);
}

.device-showcase {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  perspective: 1200px;
}

.tablet-frame {
  position: relative;
  width: min(100%, 980px);
  padding: 28px 26px 34px;
  border: 2px solid rgba(42, 31, 78, 0.18);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(245,240,255,0.94)),
    #fff;
  box-shadow:
    0 34px 80px rgba(43, 30, 84, 0.18),
    inset 0 0 0 8px rgba(255, 255, 255, 0.72);
}

.tablet-frame::after {
  content: "";
  position: absolute;
  inset: auto 16% -18px;
  height: 24px;
  border-radius: 999px;
  background: rgba(42, 31, 78, 0.12);
  filter: blur(14px);
  z-index: -1;
}

.tablet-frame img {
  display: block;
  width: 100%;
  border: 1px solid rgba(42, 31, 78, 0.1);
  border-radius: 18px;
  background: #fff;
}

.timeline-device {
  margin-top: 0;
}

.timeline-device .tablet-frame {
  padding: 22px 20px 26px;
}

.tablet-camera {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(42, 31, 78, 0.34);
}

.device-composition {
  position: relative;
  margin-top: 48px;
  padding: 0 0 44px;
}

.device-composition .tablet-frame {
  width: min(100%, 1120px);
  margin-right: auto;
}

.iphone-frame {
  position: absolute;
  right: -2%;
  bottom: 24px;
  width: min(36%, 320px);
  padding: 18px 10px 14px;
  border: 2px solid rgba(42, 31, 78, 0.22);
  border-radius: 34px;
  background: linear-gradient(135deg, #ffffff, #f5f0ff);
  box-shadow:
    0 28px 58px rgba(43, 30, 84, 0.22),
    inset 0 0 0 6px rgba(255, 255, 255, 0.78);
  z-index: 2;
}

.iphone-frame img {
  display: block;
  width: 100%;
  border: 1px solid rgba(42, 31, 78, 0.1);
  border-radius: 22px;
  background: #fff;
}

.iphone-speaker {
  display: block;
  width: 54px;
  height: 6px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: rgba(42, 31, 78, 0.28);
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.feature-card {
  min-height: 260px;
  padding: 28px;
}

.feature-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 22px;
}

.feature-card p,
.trust-grid p,
.price-card li,
.faq-grid p,
.testimonial-grid blockquote {
  color: var(--muted);
  font-size: 0.96rem;
}

.feature-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.96rem;
}

.feature-list li {
  margin-bottom: 8px;
}

.product-deep-dive {
  background: #fff;
}

.split-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
}

.image-frame {
  padding: 10px;
  overflow: hidden;
}

.wide-frame img {
  min-height: 360px;
  object-fit: cover;
  object-position: left center;
}

.mini-feature-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.mini-feature-list span {
  width: fit-content;
  padding: 0 0 0 24px;
  border: 0;
  background: transparent;
  color: var(--muted);
}

.mini-feature-list span::before {
  left: 0;
}

.ai-section {
  color: #fff;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.2), transparent 36%),
    linear-gradient(135deg, #301167, #164f58);
}

.ai-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
}

.eyebrow-light {
  color: #d7c8ff;
}

.ai-section p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
}

.export-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.export-topbar {
  display: flex;
  gap: 8px;
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.export-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d7c8ff;
}

pre {
  margin: 0;
  padding: 26px;
  white-space: pre-wrap;
  color: #f6f1ff;
  font: 500 0.96rem/1.7 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.trust-grid {
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid article {
  padding: 26px;
}

.trust-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 400;
  line-height: 1.7;
}

.badge-strip {
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.security-note {
  max-width: 840px;
  margin: 34px auto 0;
  color: var(--muted);
  font-size: 0.98rem;
  text-align: center;
}

.security-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 26px;
  max-width: 860px;
  margin: 24px auto 0;
  padding: 0;
  list-style: none;
}

.security-list li {
  position: relative;
  padding-left: 30px;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.5;
}

.security-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #2d9f5b;
  font-weight: 900;
}

.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.early-grid {
  grid-template-columns: repeat(3, 1fr);
}

.testimonial-grid figure {
  margin: 0;
  padding: 30px;
}

.early-grid article {
  padding: 30px;
}

.community-grid article {
  padding: 30px;
}

.early-grid p {
  color: var(--muted);
}

.community-grid p {
  color: var(--muted);
}

.testimonial-grid blockquote {
  margin: 0 0 22px;
  font-size: 1.03rem;
}

.testimonial-grid figcaption {
  color: var(--ink);
  font-weight: 800;
}

.pricing-section {
  padding-bottom: 56px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.72), rgba(255,255,255,0.92)),
    url("static/background.png") center / cover no-repeat;
}

.pricing-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.price-card {
  padding: 32px;
}

.featured-price {
  border-color: rgba(106, 63, 212, 0.42);
  background: linear-gradient(180deg, #ffffff, #f4edff);
  transform: translateY(-14px);
}

.price {
  margin: 22px 0 6px;
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 700;
}

.price-detail {
  margin: 0 0 22px;
  color: var(--muted);
  font-weight: 700;
}

.price-card .button {
  width: 100%;
  margin-top: 12px;
}

.pricing-note {
  margin: 20px auto 18px;
  text-align: center;
  color: var(--muted);
  font-weight: 700;
}

.faq-section {
  margin-top: 0;
  background: linear-gradient(180deg, #f8f4ff, #ffffff);
}

.faq-grid {
  grid-template-columns: repeat(3, 1fr);
}

.faq-grid article {
  padding: 24px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: 44px;
  align-items: start;
}

.contact-form {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--soft-shadow);
}

.contact-form label {
  display: block;
  margin-bottom: 16px;
  color: var(--ink);
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 11px 12px;
  border: 1px solid rgba(106, 63, 212, 0.18);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.form-status {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 700;
}

.legal-page {
  background: linear-gradient(180deg, #fbf8ff, #ffffff);
}

.legal-container {
  max-width: 980px;
}

.legal-heading {
  margin-bottom: 34px;
}

.legal-meta {
  margin-top: 14px;
  color: var(--purple);
  font-size: 0.92rem;
  font-weight: 800;
}

.legal-document {
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--soft-shadow);
}

.legal-document h2 {
  margin-top: 38px;
  margin-bottom: 14px;
  color: var(--purple-dark);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.legal-document h2:first-child,
.legal-document .legal-callout + h2 {
  margin-top: 0;
}

.legal-document h3 {
  margin-top: 24px;
  margin-bottom: 10px;
  color: #332258;
  font-size: 1.08rem;
}

.legal-document p,
.legal-document li,
.legal-table td,
.legal-table th {
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.72;
}

.legal-list {
  margin: 0 0 18px;
  padding-left: 22px;
}

.legal-list li {
  margin-bottom: 8px;
}

.legal-callout {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid rgba(119, 77, 191, 0.18);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff, #f4efff);
}

.legal-callout strong {
  display: block;
  margin-bottom: 10px;
  color: var(--purple-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.legal-callout p:last-child {
  margin-bottom: 0;
}

.legal-table-wrap {
  overflow-x: auto;
  margin: 22px 0 28px;
}

.legal-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  border: 1px solid rgba(106, 63, 212, 0.14);
  background: #fff;
}

.legal-table th,
.legal-table td {
  padding: 13px 15px;
  border-bottom: 1px solid rgba(106, 63, 212, 0.12);
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  color: var(--purple-dark);
  background: #f5f0ff;
  font-weight: 800;
}

.legal-table tr:last-child td {
  border-bottom: 0;
}

.professional-hero h1 {
  max-width: 760px;
}

.professional-stage {
  position: relative;
  min-height: 520px;
}

.pro-main-shot {
  position: absolute;
  inset: 54px 0 auto 0;
}

.pro-main-shot img {
  min-height: 420px;
  object-fit: cover;
  object-position: left center;
}

.pro-insight-card {
  position: absolute;
  width: 250px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.pro-insight-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--purple);
}

.pro-insight-card span {
  display: block;
  color: var(--muted);
  font-weight: 700;
}

.pro-card-one {
  right: 24px;
  top: 0;
}

.pro-card-two {
  left: 18px;
  bottom: 6px;
}

.professional-principles {
  display: grid;
  gap: 16px;
}

.professional-principles article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.professional-principles h3 {
  color: #fff;
}

.professional-principles p {
  margin-bottom: 0;
}

.profession-grid {
  grid-template-columns: repeat(4, 1fr);
}

.profession-grid span {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  color: #302456;
  font-weight: 800;
  box-shadow: var(--soft-shadow);
}

.professional-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-bottom: 34px;
  padding: 34px;
  border: 1px solid rgba(106, 63, 212, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.professional-cta h3 {
  font-size: 1.55rem;
}

.professional-cta p {
  margin-bottom: 0;
  color: var(--muted);
}

.site-footer {
  padding: 56px 0 30px;
  color: rgba(255, 255, 255, 0.78);
  background: #160f35;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(120px, 0.7fr));
  gap: 34px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: brightness(1.5);
}

.footer-logo strong,
.footer-logo small {
  color: #fff;
}

.site-footer h3 {
  color: #fff;
  font-size: 1rem;
}

.site-footer a {
  display: block;
  margin: 9px 0;
}

.site-footer a:hover {
  color: #fff;
}

.newsletter label span {
  display: block;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

input {
  width: 100%;
  min-height: 44px;
  margin: 8px 0 10px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
}

input::placeholder {
  color: rgba(255, 255, 255, 0.52);
}

.newsletter button {
  border: 0;
  cursor: pointer;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}

.footer-bottom p {
  margin: 0;
  max-width: 650px;
}

@media (max-width: 1080px) {
  .nav-shell {
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .hero-grid,
  .split-grid,
  .ai-grid {
    grid-template-columns: 1fr;
  }

  .product-stage {
    min-height: 560px;
  }

  .stats-grid,
  .trust-grid,
  .profession-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .professional-stage {
    min-height: 500px;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .site-header {
    position: static;
    padding: 10px 0;
  }

  .nav-shell {
    width: calc(100% - 20px);
    justify-content: center;
  }

  .brand {
    width: 238px;
  }

  .nav-links {
    gap: 14px;
    flex-wrap: wrap;
    font-size: 0.94rem;
  }

  .nav-actions {
    width: 100%;
    justify-content: center;
  }

  .hero {
    min-height: 0;
    padding-top: 34px;
  }

  .hero.section-soft {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.84) 46%, rgba(255, 255, 255, 0.52) 100%),
      url("static/hero-journal-balanced.png");
    background-position: center center, 56% center;
    background-size: cover, cover;
  }

  h1 {
    font-size: 3rem;
  }

  .product-stage {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .desktop-shot,
  .phone-shot,
  .pro-main-shot,
  .pro-insight-card {
    position: static;
    width: auto;
  }

  .professional-stage {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .reverse-on-mobile .image-frame {
    order: -1;
  }

  .phone-shot {
    max-width: 280px;
    margin-inline: auto;
  }

  .compare-grid,
  .feature-grid,
  .promise-grid,
  .testimonial-grid,
  .early-grid,
  .pricing-grid,
  .faq-grid,
  .security-list,
  .professional-cta {
    grid-template-columns: 1fr;
  }

  .featured-price {
    transform: none;
  }

  .section {
    padding: 70px 0;
  }
}

@media (max-width: 560px) {
  .nav-shell {
    gap: 12px;
    padding: 12px;
  }

  .brand {
    width: 220px;
    justify-content: center;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand strong {
    font-size: 1rem;
  }

  .nav-links {
    display: none;
  }

  .nav-actions .signin {
    display: none;
  }

  .button {
    width: 100%;
  }

  .hero-actions {
    width: 100%;
  }

  .badge-strip span,
  .mini-feature-list span {
    width: 100%;
  }

  h1 {
    font-size: 2.65rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  .compare-panel,
  .feature-card,
  .promise-card,
  .price-card {
    padding: 24px;
  }

  .tablet-frame {
    padding: 18px 14px 22px;
    border-radius: 20px;
  }

  .tablet-frame img {
    border-radius: 12px;
  }

  .device-composition {
    display: grid;
    gap: 22px;
    padding-bottom: 0;
  }

  .device-composition .tablet-frame {
    width: 100%;
  }

  .iphone-frame {
    position: relative;
    width: min(72%, 260px);
    right: auto;
    bottom: auto;
    justify-self: center;
  }

  .stats-grid,
  .trust-grid,
  .profession-grid,
  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    display: grid;
  }

  .footer-bottom {
    display: grid;
  }
}
