:root {
  color-scheme: dark;
  --ink-deep: #0e0a07;
  --ink: #14100b;
  --ink-soft: #1a140f;
  --ink-card: #241b14;
  --bone: #f7efe2;
  --bone-muted: rgba(247, 239, 226, 0.72);
  --bone-faint: rgba(247, 239, 226, 0.58);
  --line: rgba(247, 239, 226, 0.14);
  --amber: #efd9ae;
  --amber-ink: #171009;
  --font-display: "Newsreader", Georgia, serif;
  --font-sans: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "Space Mono", ui-monospace, monospace;
  --radius: 22px;
  --shell: min(1160px, calc(100% - 48px));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 82% 8%, rgba(239, 217, 174, 0.055), transparent 28rem),
    var(--ink);
  color: var(--bone);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

a:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 4px;
  border-radius: 6px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--amber);
  color: var(--amber-ink);
  transform: translateY(-160%);
}

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid rgba(247, 239, 226, 0.08);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wordmark,
.footer-wordmark {
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
}

.nav-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 19px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--bone);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.nav-cta:hover {
  border-color: rgba(239, 217, 174, 0.52);
  background: rgba(239, 217, 174, 0.08);
}

.nav-cta:active,
.app-store-button:active,
.plus-cta:active {
  transform: translateY(1px);
}

.hero {
  min-height: calc(100dvh - 73px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr);
  align-items: center;
  gap: clamp(36px, 7vw, 104px);
  padding-block: clamp(44px, 7vh, 82px);
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.hero h1 {
  margin: 0;
  max-width: 9ch;
  font-family: var(--font-display);
  font-size: clamp(58px, 7.4vw, 104px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hero h1 em {
  display: inline-block;
  color: var(--amber);
  font-weight: 400;
  line-height: 1.12;
  padding-bottom: 0.08em;
}

.hero-copy > p {
  max-width: 510px;
  margin: 26px 0 0;
  color: var(--bone-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 34px;
}

.app-store-button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 18px 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: var(--amber);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 14px 34px rgba(14, 10, 7, 0.3);
  color: var(--amber-ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.05;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease;
}

.app-store-button:hover,
.plus-cta:hover {
  background: #f5e4c3;
}

.app-store-button small {
  display: block;
  margin-bottom: 3px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.apple-mark {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
}

.apple-mark svg {
  width: 100%;
  height: 100%;
}

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--bone);
  font-size: 15px;
  font-weight: 600;
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.device-frame {
  position: relative;
  width: min(100%, 354px);
  padding: 10px;
  border: 1px solid rgba(247, 239, 226, 0.2);
  border-radius: 48px;
  background: linear-gradient(145deg, #342b23, #0f0b08 48%, #2b211a);
  box-shadow: 0 42px 110px rgba(5, 3, 2, 0.58), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.device-speaker {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 2;
  width: 30%;
  height: 25px;
  border-radius: 999px;
  background: #090705;
  transform: translateX(-50%);
}

.screen-fallback,
.screenshot-slot,
.widgets-shot {
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 22%, rgba(239, 217, 174, 0.19), transparent 29%),
    linear-gradient(155deg, #2c2118 0%, #17110c 58%, #0e0a07 100%);
}

.screen-fallback {
  aspect-ratio: 1320 / 2868;
  border-radius: 39px;
}

.screen-fallback img,
.screenshot-slot img,
.widgets-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
}

.archive-label {
  margin: 0;
  color: var(--amber);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.5;
}

.rhythm {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ink-deep);
}

.rhythm-inner {
  max-width: 980px;
  padding-block: clamp(110px, 16vw, 210px);
  text-align: center;
}

.rhythm h2 {
  margin: 24px 0 0;
  font-family: var(--font-display);
  font-size: clamp(54px, 8vw, 112px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.rhythm-inner > p:last-child {
  max-width: 570px;
  margin: 34px auto 0;
  color: var(--bone-muted);
  font-size: 18px;
}

.moments {
  padding-block: clamp(96px, 12vw, 168px);
}

.section-heading {
  max-width: 810px;
  margin-bottom: 62px;
}

.section-heading h2,
.trust-intro h2,
.widgets-copy h2,
.pricing-heading h2,
.legal-main h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(44px, 6vw, 74px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.section-heading em {
  display: inline-block;
  color: var(--amber);
  font-weight: 400;
  line-height: 1.12;
  padding-bottom: 0.08em;
}

.moments-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  grid-template-areas:
    "capture relive"
    "share relive";
  gap: 24px;
}

.moment {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--ink-soft);
}

.moment-capture {
  grid-area: capture;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: end;
  min-height: 490px;
}

.moment-relive {
  grid-area: relive;
  display: flex;
  min-height: 820px;
  flex-direction: column;
  background: #18120d;
}

.moment-share {
  grid-area: share;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  min-height: 390px;
  background: #21180f;
}

.moment-copy {
  position: relative;
  z-index: 1;
  padding: clamp(28px, 4vw, 48px);
}

.moment-index {
  display: block;
  margin-bottom: 18px;
  color: var(--amber);
  font-size: 14px;
  font-weight: 600;
}

.moment h3,
.trust-row h3,
.price-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.moment-copy p {
  max-width: 38ch;
  margin: 18px 0 0;
  color: var(--bone-muted);
  line-height: 1.55;
}

.screenshot-slot {
  margin: 0;
  align-self: end;
  aspect-ratio: 1320 / 2868;
  border: 1px solid rgba(247, 239, 226, 0.1);
  box-shadow: 0 30px 80px rgba(8, 5, 3, 0.38);
}

.moment-capture .screenshot-slot {
  width: 74%;
  max-height: 430px;
  justify-self: center;
  border-radius: 25px 25px 0 0;
}

.moment-relive .screenshot-slot {
  width: 76%;
  margin-inline: auto;
  border-radius: 0 0 28px 28px;
  border-top: 0;
  order: 0;
}

.moment-relive .moment-copy {
  margin-top: auto;
  order: 1;
}

.moment-share .screenshot-slot {
  width: 64%;
  max-height: 340px;
  justify-self: center;
  border-radius: 25px 25px 0 0;
}

.trust {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(56px, 9vw, 130px);
  padding-block: clamp(100px, 13vw, 180px);
  border-top: 1px solid var(--line);
}

.trust-intro {
  align-self: start;
  position: sticky;
  top: 40px;
}

.trust-intro p,
.widgets-copy p,
.pricing-heading > p:last-child,
.legal-main .lede {
  max-width: 42ch;
  margin: 24px 0 0;
  color: var(--bone-muted);
}

.trust-stack {
  display: flex;
  flex-direction: column;
}

.trust-row {
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}

.trust-row:first-child {
  padding-top: 6px;
}

.trust-row h3 {
  font-size: clamp(29px, 3.2vw, 42px);
}

.trust-row p {
  max-width: 48ch;
  margin: 14px 0 0;
  color: var(--bone-muted);
}

.widgets {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(110deg, #0f0b08, #21170e);
}

.widgets-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(40px, 7vw, 72px);
  padding-block: clamp(96px, 12vw, 168px) 0;
  text-align: center;
}

.widgets-copy {
  max-width: 640px;
}

.widgets-copy p {
  margin-inline: auto;
}

.widgets-shot {
  width: min(100%, 420px);
  height: 475px;
  border: 1px solid rgba(239, 217, 174, 0.22);
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 35px 90px rgba(5, 3, 2, 0.48);
}

.widgets-shot img {
  object-position: top center;
}

.pricing {
  padding-block: clamp(100px, 13vw, 180px);
}

.pricing-heading {
  max-width: 730px;
}

.pricing-heading h2 {
  margin-top: 22px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: stretch;
  gap: 24px;
  margin-top: 62px;
}

.price-card {
  display: flex;
  flex-direction: column;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--ink-soft);
}

.price-card h3 {
  font-size: 44px;
}

.price-card > div > p:not(.price),
.plus-heading p {
  margin: 10px 0 0;
  color: var(--bone-muted);
}

.price {
  margin: 20px 0 4px;
  color: var(--amber);
  font-family: var(--font-display);
  font-size: 58px;
  line-height: 1;
}

.price-card ul {
  display: grid;
  gap: 12px;
  margin: auto 0 0;
  padding: 34px 0 0;
  list-style: none;
  color: var(--bone-muted);
}

.price-card li {
  position: relative;
  padding-left: 22px;
}

.price-card li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 1px;
  background: var(--amber);
}

.availability-note {
  margin: 32px 0 0;
  color: var(--bone-faint);
  font-size: 13px;
  line-height: 1.55;
}

.price-plus {
  border-color: rgba(239, 217, 174, 0.36);
  background: linear-gradient(145deg, rgba(239, 217, 174, 0.06), transparent 38%), var(--ink-card);
}

.plus-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.plus-heading > span {
  flex: 0 0 auto;
  padding: 7px 11px;
  border: 1px solid rgba(239, 217, 174, 0.38);
  border-radius: 999px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 600;
}

.plan-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 34px;
}

.plan-option {
  display: flex;
  min-width: 0;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(14, 10, 7, 0.28);
}

.plan-option-featured {
  grid-column: 1 / -1;
  border-color: rgba(239, 217, 174, 0.42);
  background: linear-gradient(105deg, rgba(239, 217, 174, 0.09), rgba(14, 10, 7, 0.34));
}

.plan-option h4,
.plan-option p {
  margin: 0;
}

.plan-option h4 {
  font-size: 16px;
}

.plan-option p {
  color: var(--bone-faint);
  font-size: 12px;
}

.plan-option strong {
  flex: 0 0 auto;
  color: var(--amber);
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

.plan-option strong span {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
}

.plus-cta {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  border-radius: 14px;
  background: var(--amber);
  color: var(--amber-ink);
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--ink-deep);
}

.footer-layout {
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.footer-wordmark {
  font-size: 36px;
}

.footer-layout p {
  margin: 12px 0 0;
  color: var(--bone-faint);
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 30px;
}

.footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--bone-muted);
}

.footer-links a:hover,
.text-link:hover {
  color: var(--amber);
}

.legal-body {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.legal-body main {
  flex: 1;
}

.legal-main {
  width: min(760px, calc(100% - 48px));
  margin-inline: auto;
  padding-block: clamp(80px, 12vw, 140px);
}

.legal-main h1 {
  font-size: clamp(54px, 8vw, 82px);
}

.legal-main .lede {
  font-size: 20px;
}

.legal-meta {
  margin: 28px 0 0;
  color: var(--amber);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-stack {
  display: grid;
  gap: 38px;
  margin-top: 62px;
}

.legal-stack section {
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.legal-stack h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 400;
}

.legal-stack p {
  margin: 12px 0 0;
  color: var(--bone-muted);
}

.legal-stack a {
  color: var(--amber);
}

.legal-steps {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 24px;
  color: var(--bone-muted);
}

.legal-steps li::marker {
  color: var(--amber);
  font-family: var(--font-mono);
}

.contact-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-top: 28px;
  color: var(--amber);
  font-weight: 600;
}

.support-form-shell {
  margin-top: 58px;
  padding: 7px;
  border: 1px solid rgba(239, 217, 174, 0.18);
  border-radius: 30px;
  background: rgba(239, 217, 174, 0.04);
}

.support-form {
  padding: clamp(26px, 5vw, 48px);
  border-radius: 23px;
  background:
    radial-gradient(circle at 88% 8%, rgba(239, 217, 174, 0.08), transparent 17rem),
    var(--ink-soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.support-form-heading h2 {
  margin: 15px 0 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 6vw, 48px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 18px;
  margin-top: 38px;
}

.form-field {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: var(--bone-muted);
  font-size: 14px;
  font-weight: 600;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.form-field span small,
.form-field > small {
  color: var(--bone-faint);
  font-size: 12px;
  font-weight: 400;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(247, 239, 226, 0.13);
  border-radius: 13px;
  outline: 0;
  background: rgba(14, 10, 7, 0.56);
  color: var(--bone);
  font: inherit;
  font-weight: 400;
  transition: border-color 240ms var(--ease), background-color 240ms var(--ease), transform 240ms var(--ease);
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: var(--bone-faint);
}

.form-field input:focus-visible,
.form-field select:focus-visible,
.form-field textarea:focus-visible {
  border-color: rgba(239, 217, 174, 0.72);
  background: rgba(14, 10, 7, 0.74);
  box-shadow: 0 0 0 3px rgba(239, 217, 174, 0.11);
}

.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.support-submit {
  min-height: 54px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 18px;
  padding: 7px 8px 7px 21px;
  border: 0;
  border-radius: 999px;
  background: var(--amber);
  color: var(--amber-ink);
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  transition: background-color 240ms var(--ease), opacity 240ms var(--ease), transform 240ms var(--ease);
}

.support-submit:hover {
  background: #f5e4c3;
}

.support-submit:active {
  transform: scale(0.98);
}

.support-submit:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 4px;
}

.support-submit:disabled {
  cursor: wait;
  opacity: 0.62;
}

.button-mark {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(23, 16, 9, 0.1);
  transition: transform 420ms var(--ease);
}

.support-submit:hover .button-mark {
  transform: translate(2px, -1px) scale(1.04);
}

.form-privacy {
  max-width: 36ch;
  margin: 0;
  color: var(--bone-faint);
  font-size: 12px;
  line-height: 1.5;
}

.form-privacy a {
  color: var(--amber);
}

.form-status {
  min-height: 1.5em;
  margin: 20px 0 0;
  color: var(--bone-muted);
  font-size: 14px;
}

.form-status[data-state="success"] {
  color: #c7e2c6;
}

.form-status[data-state="error"] {
  color: #f0b8ad;
}

.js .reveal {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 520ms var(--ease), transform 520ms var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
    gap: 28px;
  }

  .hero h1 {
    font-size: clamp(52px, 8vw, 76px);
  }

  .moments-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "capture capture"
      "relive share";
  }

  .moment-relive,
  .moment-share {
    min-height: 650px;
    display: flex;
    flex-direction: column;
  }

  .moment-share .screenshot-slot {
    margin-top: auto;
  }

  .trust {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 50px;
  }

  .plan-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  :root {
    --shell: min(calc(100% - 32px), 620px);
  }

  body {
    font-size: 16px;
  }

  .nav {
    min-height: 64px;
  }

  .wordmark {
    font-size: 24px;
  }

  .nav-cta {
    padding-inline: 16px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 54px;
    padding-block: 62px 80px;
  }

  .hero h1 {
    max-width: 9ch;
    font-size: clamp(58px, 18vw, 82px);
  }

  .hero-copy > p {
    margin-top: 20px;
    font-size: 17px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 28px;
  }

  .device-frame {
    width: min(82vw, 338px);
  }

  .rhythm-inner {
    padding-block: 104px;
  }

  .rhythm h2 {
    font-size: clamp(54px, 16vw, 78px);
  }

  .rhythm-inner > p:last-child {
    font-size: 17px;
  }

  .moments {
    padding-block: 96px;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .section-heading h2,
  .trust-intro h2,
  .widgets-copy h2,
  .pricing-heading h2 {
    font-size: clamp(43px, 13vw, 60px);
  }

  .moments-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "capture"
      "relive"
      "share";
  }

  .moment,
  .moment-capture,
  .moment-relive,
  .moment-share {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .moment-copy {
    padding: 32px 28px;
  }

  .moment-capture .screenshot-slot,
  .moment-relive .screenshot-slot,
  .moment-share .screenshot-slot {
    order: 1;
    width: 68%;
    max-height: none;
    margin: 0 auto;
    border-radius: 24px 24px 0 0;
    border-top: 1px solid rgba(247, 239, 226, 0.1);
  }

  .moment-relive .moment-copy {
    order: 0;
    margin-top: 0;
  }

  .trust {
    grid-template-columns: 1fr;
    gap: 60px;
    padding-block: 100px;
  }

  .trust-intro {
    position: static;
  }

  .trust-row {
    padding: 34px 0;
  }

  .widgets-layout {
    gap: 48px;
    padding-block: 92px 0;
  }

  .widgets-shot {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.82;
  }

  .pricing {
    padding-block: 100px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    margin-top: 46px;
  }

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

  .price-card ul {
    margin-top: 0;
  }

  .plus-heading {
    flex-direction: column;
    gap: 18px;
  }

  .footer-layout {
    min-height: 230px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 26px;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 8px 24px;
  }

  .legal-main {
    width: min(100% - 32px, 760px);
    padding-block: 72px 100px;
  }

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

  .form-field-wide {
    grid-column: auto;
  }

  .form-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal,
  .js .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
