:root {
  --ink: #111722;
  --muted: #5d6877;
  --cyan: #00dcfc;
  --cyan-hover: #00c6e5;
  --cyan-dark: #006e82;
  --cyan-soft: #e5fbff;
  --cta-ink: #173940;
  --label: #0868b7;
  --label-dark: #075a9e;
  --blue: #0878ee;
  --paper: #ffffff;
  --surface: #f5f7fb;
  --surface-deep: #e9edf4;
  --line: #dce2ea;
  --yellow: #f6b900;
  --shadow: 0 28px 80px rgba(30, 44, 69, 0.16);
  --cyan-shadow: 0 14px 30px rgba(0, 198, 229, 0.23);
  --content: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 115%;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(0, 110, 130, 0.55);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--cyan);
  border-radius: 8px;
  font-weight: 750;
  text-decoration: none;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 12px clamp(20px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(220, 226, 234, 0.82);
  backdrop-filter: blur(22px) saturate(1.3);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  justify-self: start;
  font-size: 1.2rem;
  font-weight: 780;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand img {
  border-radius: 10px;
  box-shadow: 0 5px 18px rgba(33, 45, 66, 0.13);
}

.site-nav {
  display: flex;
  gap: clamp(18px, 2.7vw, 38px);
  color: #4f5967;
  font-size: 1.01rem;
  font-weight: 680;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--cyan-dark);
}

.header-cta {
  justify-self: end;
  padding: 9px 15px;
  color: var(--cta-ink);
  background: var(--cyan);
  border: 1px solid rgba(17, 23, 34, 0.08);
  border-radius: 9px;
  box-shadow: 0 8px 20px rgba(0, 198, 229, 0.2);
  font-size: 0.96rem;
  font-weight: 760;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.header-cta:hover {
  background: var(--cyan-hover);
  box-shadow: var(--cyan-shadow);
  transform: translateY(-1px);
}

p,
li,
dd {
  line-break: strict;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

h1,
h2,
h3 {
  margin-top: 0;
  letter-spacing: -0.045em;
  line-break: strict;
  overflow-wrap: break-word;
  text-wrap: balance;
  word-break: keep-all;
}

summary {
  line-break: strict;
  overflow-wrap: break-word;
  text-wrap: pretty;
  word-break: keep-all;
}

@supports (word-break: auto-phrase) {
  h1,
  h2,
  h3,
  p,
  li,
  dd,
  summary {
    word-break: auto-phrase;
  }
}

.hero {
  overflow: hidden;
  padding: clamp(78px, 8vw, 126px) clamp(20px, 4vw, 64px) clamp(82px, 9vw, 136px);
  background:
    radial-gradient(circle at 88% 9%, rgba(0, 220, 252, 0.15), transparent 31%),
    linear-gradient(180deg, #fbfcff 0%, #f3f6fb 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}

.eyebrow,
.feature-label {
  width: fit-content;
  margin: 0 0 14px;
  color: var(--cyan-dark);
  font-size: 0.84rem;
  font-weight: 820;
  letter-spacing: 0.07em;
}

.hero .eyebrow,
.section-intro.centered .eyebrow,
.final-cta .eyebrow {
  margin-right: auto;
  margin-left: auto;
}

.feature-label {
  padding: 5px 10px;
  color: #fff !important;
  background: var(--label);
  border: 1px solid var(--label);
  border-radius: 999px;
  letter-spacing: 0.03em;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(3.25rem, 6.1vw, 5.8rem);
  font-weight: 790;
  line-height: 1.06;
}

h1 mark {
  position: relative;
  z-index: 0;
  --draw-rotate: -0.8deg;
  color: inherit;
  background: none;
  white-space: nowrap;
}

h1 mark::before {
  position: absolute;
  z-index: -1;
  right: -0.05em;
  bottom: 0.08em;
  left: -0.05em;
  height: 0.24em;
  background: rgba(246, 185, 0, 0.36);
  border-radius: 999px;
  clip-path: polygon(0 28%, 100% 4%, 98.5% 76%, 1.5% 100%);
  content: "";
  opacity: 0;
  transform: rotate(var(--draw-rotate)) scaleX(0);
  transform-origin: left center;
}

h1 mark.is-visible::before {
  animation: draw-accent 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.5s both;
}

.hero-summary {
  max-width: 920px;
  margin: 0 auto;
  color: #3f4b59;
  font-size: clamp(1.08rem, 1.65vw, 1.4rem);
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-weight: 760;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

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

.button-primary {
  color: var(--cta-ink);
  background: var(--cyan);
  border-color: rgba(17, 23, 34, 0.08);
  box-shadow: var(--cyan-shadow);
}

.button-primary:hover {
  background: var(--cyan-hover);
  box-shadow: 0 16px 34px rgba(0, 170, 198, 0.3);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  border-color: var(--line);
}

.button-secondary:hover {
  background: #fff;
  box-shadow: 0 10px 24px rgba(36, 50, 74, 0.1);
}

.hero-visual {
  position: relative;
  width: min(1020px, 74vw);
  margin: clamp(54px, 5vw, 74px) auto 0;
  padding: 0 8% clamp(54px, 5vw, 70px) 0;
}

.hero-history,
.hero-quick-copy {
  height: auto;
  border: 1px solid rgba(151, 164, 181, 0.34);
  border-radius: clamp(10px, 1.5vw, 20px);
  box-shadow: var(--shadow);
}

.hero-history {
  width: 100%;
  background: #fff;
}

.hero-quick-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(47%, 480px);
}

.hero-visual figcaption {
  position: absolute;
  left: 10px;
  bottom: 4px;
  color: #7a8492;
  font-size: 0.82rem;
}

.section {
  padding: clamp(88px, 10vw, 150px) clamp(20px, 4vw, 64px);
}

.star-section,
.plan-section,
.final-cta {
  background: var(--surface);
}

.history-section,
.quick-copy-section,
.formats-section,
.video-section,
.faq-section {
  background: var(--paper);
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(50px, 8vw, 116px);
  align-items: center;
  max-width: var(--content);
  margin: 0 auto;
}

.feature-row.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.feature-row.reverse .feature-copy {
  order: 2;
}

.feature-copy {
  min-width: 0;
}

.feature-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(2.4rem, 4.3vw, 4.3rem);
  line-height: 1.1;
}

.draw-underline {
  position: relative;
  display: inline-block;
  z-index: 0;
  --draw-rotate: -0.6deg;
}

.draw-underline::after {
  position: absolute;
  right: -0.03em;
  bottom: -0.01em;
  left: -0.03em;
  z-index: -1;
  height: 0.17em;
  background: rgba(246, 185, 0, 0.4);
  border-radius: 999px;
  clip-path: polygon(0 28%, 100% 4%, 98.5% 76%, 1.5% 100%);
  content: "";
  opacity: 0;
  transform: rotate(var(--draw-rotate)) scaleX(0);
  transform-origin: left center;
}

.draw-underline.is-visible::after {
  animation: draw-accent 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}

@keyframes draw-accent {
  0% {
    opacity: 0;
    transform: rotate(var(--draw-rotate)) scaleX(0);
  }

  12% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: rotate(var(--draw-rotate)) scaleX(1);
  }
}

.feature-copy h2 + .lead,
.filemaker-copy h3 + .lead {
  margin-top: 0;
}

.feature-copy p,
.filemaker-copy p,
.plan-copy p,
.section-intro > p:last-child {
  color: var(--muted);
}

.lead {
  color: #374352 !important;
  font-size: 1.1rem;
  line-height: 1.75;
}

.lead-strong {
  color: #263442 !important;
  font-weight: 720;
}

.feature-copy p {
  margin-bottom: 20px;
}

.check-list {
  display: grid;
  gap: 9px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 25px;
  color: #3d4857;
  font-size: 1.02rem;
}

.check-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--cyan-dark);
  content: "✓";
  font-weight: 900;
}

.note {
  padding: 13px 15px;
  color: #24485f !important;
  background: #edf8ff;
  border: 1px solid #8bcdf3;
  border-radius: 0;
  font-size: 0.98rem;
}

.screen-card,
.quick-card,
.filemaker-visual,
.privacy-main {
  min-width: 0;
  margin: 0;
}

.screen-card img,
.quick-card img,
.filemaker-visual img,
.privacy-main img {
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid rgba(151, 164, 181, 0.34);
  border-radius: clamp(10px, 1.5vw, 20px);
  box-shadow: 0 24px 60px rgba(36, 50, 74, 0.15);
}

.quick-card {
  width: min(720px, 100%);
  margin: 0 auto;
}

.star-card {
  overflow: hidden;
  width: min(720px, 100%);
  aspect-ratio: 1.22 / 1;
  margin: 0 auto;
  border-radius: clamp(10px, 1.5vw, 20px);
}

.star-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.history-section .screen-card {
  width: min(820px, 100%);
  margin: 0 auto;
}

.quick-copy-section {
  border-top: 1px solid var(--line);
}

.quick-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: var(--content);
  margin: clamp(58px, 7vw, 94px) auto 0;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.quick-detail-grid article {
  min-width: 0;
  padding: clamp(23px, 3vw, 34px);
  background: #fff;
}

.quick-detail-grid h3 {
  margin-bottom: 9px;
  color: var(--label-dark);
  font-size: 1.06rem;
  font-weight: 780;
  letter-spacing: 0;
}

.quick-detail-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.formats-section {
  max-width: calc(var(--content) + 128px);
  margin: 0 auto;
}

.formats-heading {
  max-width: none;
  margin-bottom: clamp(42px, 6vw, 70px);
}

.formats-heading h2,
.section-intro h2,
.plan-section h2,
.final-cta h2 {
  margin-bottom: 24px;
  font-size: clamp(2.4rem, 4.8vw, 4.7rem);
  line-height: 1.08;
}

.format-list {
  max-width: var(--content);
  margin: 0;
  border-top: 1px solid var(--line);
}

.format-list > div {
  display: grid;
  grid-template-columns: minmax(150px, 0.4fr) minmax(0, 1fr);
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.format-list dt {
  font-weight: 760;
}

.format-list dd {
  margin: 0;
  color: var(--muted);
}

.filemaker-block {
  margin-top: clamp(54px, 7vw, 96px);
  padding: clamp(34px, 5vw, 72px);
  background:
    radial-gradient(circle at 93% 10%, rgba(122, 95, 255, 0.1), transparent 34%),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: clamp(18px, 2.4vw, 32px);
}

.filemaker-copy {
  max-width: 980px;
}

.filemaker-copy h3 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 2.8vw, 2.9rem);
  font-weight: 680;
  line-height: 1.18;
}

.filemaker-table-wrap {
  margin-top: clamp(30px, 4vw, 46px);
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.filemaker-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.78);
}

.filemaker-table th,
.filemaker-table td {
  padding: 20px clamp(18px, 3vw, 34px);
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.filemaker-table thead th {
  color: var(--label-dark);
  background: #e7f3ff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.filemaker-table tbody th {
  width: 31%;
  color: #24333f;
  font-size: 1rem;
  font-weight: 700;
}

.filemaker-table td {
  color: var(--muted);
}

.filemaker-table tbody tr:last-child > * {
  border-bottom: 0;
}

.filemaker-note {
  max-width: 980px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.section-intro {
  max-width: 650px;
}

.section-intro.centered {
  margin: 0 auto clamp(52px, 7vw, 90px);
  text-align: center;
}

.privacy-section {
  color: #fff;
  background: #0f1722;
}

.privacy-intro {
  max-width: 900px;
}

.privacy-section .eyebrow {
  color: var(--cyan);
}

.privacy-section .section-intro h2 {
  color: #fff;
}

.privacy-section .section-intro .lead,
.privacy-section .section-intro > p:last-child {
  color: #bac6d4 !important;
}

.privacy-section .section-intro .lead {
  margin-bottom: 10px;
  font-size: 1.12rem;
}

.privacy-section .section-intro > p:last-child {
  margin-top: 0;
}

.privacy-content {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: clamp(38px, 6vw, 80px);
  align-items: center;
  max-width: var(--content);
  margin: 0 auto;
}

.privacy-copy h3 {
  margin-bottom: 20px;
  font-size: clamp(1.6rem, 2.8vw, 2.35rem);
  line-height: 1.2;
}

.privacy-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  list-style: none;
}

.privacy-list li {
  position: relative;
  padding: 16px 0 16px 25px;
  color: #c2ccda;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.98rem;
}

.privacy-list li::before {
  position: absolute;
  top: 16px;
  left: 1px;
  color: var(--cyan);
  content: "✓";
  font-weight: 900;
}

.privacy-note {
  margin: 24px 0 0;
  color: #fff;
  font-weight: 700;
}

.video-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(46px, 7vw, 100px);
  max-width: calc(var(--content) + 128px);
  margin: 0 auto;
}

.video-shell {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #141a24;
  border-radius: clamp(12px, 1.6vw, 22px);
  box-shadow: var(--shadow);
}

.video-shell > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

.video-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: #fff;
  text-align: center;
}

.video-copy span {
  color: var(--cyan);
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.video-copy strong {
  margin-top: 10px;
  font-size: clamp(1.2rem, 2.4vw, 2rem);
}

.video-title span {
  display: block;
  white-space: nowrap;
}

.video-title .draw-underline {
  width: fit-content;
}

.video-copy p {
  margin: 8px 0 0;
  color: #d8e0ea;
  font-size: 0.9rem;
}

.video-play {
  margin-top: 22px;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--cyan);
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-weight: 760;
  cursor: pointer;
}

.video-shell iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-chapters {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin: -54px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.86rem;
  list-style: none;
}

.video-chapters li {
  display: flex;
}

.video-chapters button {
  padding: 3px 0;
  color: var(--muted);
  background: none;
  border: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.video-chapters button:not(:disabled):hover {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.video-chapters button:disabled {
  cursor: default;
  opacity: 0.62;
}

.video-chapters span {
  margin-right: 6px;
  color: var(--cyan-dark);
  font-weight: 780;
}

.plan-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(50px, 9vw, 140px);
  max-width: 100%;
  margin: 0 auto;
}

.plan-section > * {
  width: 100%;
}

.plan-section > :first-child {
  justify-self: end;
  max-width: 500px;
}

.plan-copy {
  justify-self: start;
  max-width: 700px;
}

.plan-copy > p:first-child {
  margin-top: 0;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: clamp(46px, 8vw, 120px);
  max-width: var(--content);
  margin: 0 auto;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 23px 44px 23px 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 720;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 18px;
  right: 4px;
  color: var(--cyan-dark);
  content: "+";
  font-size: 1.55rem;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 760px;
  margin: -8px 0 22px;
  color: var(--muted);
}

.final-cta {
  padding: clamp(96px, 12vw, 170px) 20px;
  background:
    radial-gradient(circle at 50% 12%, rgba(0, 220, 252, 0.18), transparent 31%),
    var(--surface);
  text-align: center;
}

.final-cta > img {
  margin: 0 auto 28px;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(31, 48, 76, 0.19);
}

.final-cta h2 {
  margin-bottom: 30px;
}

.system-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 38px clamp(20px, 4vw, 64px);
  background: #fff;
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.footer-brand img {
  border-radius: 8px;
}

.footer-brand div {
  display: grid;
}

.footer-brand strong {
  font-size: 1.04rem;
}

.footer-brand span,
.copyright {
  color: var(--muted);
  font-size: 0.81rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 22px;
  color: var(--muted);
  font-size: 0.88rem;
}

.site-footer nav a {
  text-decoration: none;
}

.site-footer nav a:hover {
  color: var(--cyan-dark);
}

.copyright {
  grid-column: 1 / -1;
  margin: 0;
}

@media (min-width: 981px) {
  .formats-heading h2 {
    font-size: clamp(2.4rem, 4vw, 4rem);
    white-space: nowrap;
  }

  .filemaker-copy h3 {
    white-space: nowrap;
  }
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }
}

@media (max-width: 980px) {
  .feature-row,
  .feature-row.reverse,
  .privacy-content,
  .video-section,
  .plan-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .feature-row.reverse .feature-copy {
    order: 0;
  }

  .feature-copy,
  .formats-heading,
  .filemaker-copy,
  .plan-section > :first-child,
  .plan-copy {
    max-width: 720px;
  }

  .quick-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .privacy-copy {
    max-width: 760px;
  }

  .video-chapters {
    grid-column: 1;
    margin-top: -18px;
  }

  .plan-section > :first-child,
  .plan-copy {
    justify-self: center;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 70px;
  }

  body {
    font-size: 108%;
  }

  .site-header {
    min-height: 66px;
    padding: 9px 14px;
  }

  .brand {
    gap: 8px;
    font-size: 1.05rem;
  }

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

  .header-cta {
    padding: 8px 10px;
    font-size: 0.82rem;
  }

  .hero {
    padding-top: 68px;
  }

  h1 {
    font-size: min(10.2vw, 3.8rem);
    letter-spacing: -0.055em;
  }

  .hero-summary br {
    display: none;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-visual {
    width: 100%;
    padding-right: 5%;
    padding-bottom: 44px;
  }

  .hero-quick-copy {
    right: -4%;
    width: 55%;
  }

  .hero-visual figcaption {
    left: 0;
    font-size: 0.75rem;
  }

  .section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .feature-row {
    gap: 38px;
  }

  .quick-detail-grid {
    grid-template-columns: 1fr;
  }

  .feature-copy h2,
  .formats-heading h2,
  .section-intro h2,
  .plan-section h2,
  .final-cta h2,
  .filemaker-copy h3 {
    font-size: min(8.6vw, 3.2rem);
  }

  .format-list > div {
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 19px 0;
  }

  .filemaker-block {
    margin-right: -4px;
    margin-left: -4px;
    padding: 26px 20px;
  }

  .filemaker-table-wrap {
    margin-right: -2px;
    margin-left: -2px;
  }

  .privacy-content {
    gap: 42px;
  }

  .video-chapters {
    display: grid;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .copyright {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }

  h1 mark::before,
  .draw-underline::after {
    animation: none !important;
    opacity: 0;
    transform: rotate(var(--draw-rotate)) scaleX(0);
  }

  h1 mark.is-visible::before,
  .draw-underline.is-visible::after {
    opacity: 1;
    transform: rotate(var(--draw-rotate)) scaleX(1);
  }
}
