:root {
  --ink: #10293a;
  --ink-soft: #566c7d;
  --navy: #0d2430;
  --navy-deep: #081920;
  --teal: #078f95;
  --teal-dark: #05767b;
  --orange: #ff8736;
  --ice: #edf5f8;
  --mist: #dfecef;
  --white: #ffffff;
  --line: rgba(16, 41, 58, 0.16);
  --header-height: 78px;
  --page-pad: 48px;
  --content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--navy);
  background: var(--white);
  border-radius: 4px;
  transform: translateY(-160%);
}

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

.site-header {
  position: relative;
  z-index: 20;
  height: var(--header-height);
  padding: 0 var(--page-pad);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  color: var(--ink);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-self: start;
  font-size: 1.25rem;
  font-weight: 760;
}

.brand img {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: var(--white);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.94rem;
  font-weight: 650;
}

.desktop-nav a,
.footer-links a {
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--teal-dark);
}

.header-download {
  justify-self: end;
  min-height: 44px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--teal-dark);
  border-radius: 6px;
  font-weight: 760;
  transition: transform 180ms ease, background-color 180ms ease;
}

.header-download:hover,
.header-download:focus-visible {
  background: var(--navy);
  transform: translateY(-2px);
}

.hero {
  min-height: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
}

.top-banner {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #e9f3f8;
}

.top-banner img {
  width: 100%;
  height: auto;
}

.hero-message {
  padding: 82px 0 92px;
}

.hero-copy {
  max-width: 820px;
}

.eyebrow,
.section-index,
.plan-name {
  margin: 0 0 22px;
  color: var(--teal-dark);
  font-size: 0.77rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--teal-dark);
}

.hero h1 {
  margin: 0;
  font-size: 5rem;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 760px;
  margin: 28px 0 0;
  font-size: 1.85rem;
  line-height: 1.22;
  color: var(--ink-soft);
}

.hero-actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.button {
  min-height: 54px;
  padding: 11px 22px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 7px;
  font-weight: 760;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.button-primary {
  min-width: 196px;
  color: var(--white);
  background: var(--teal);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #00a1a8;
}

.button-kicker {
  font-size: 0.67rem;
  line-height: 1;
  font-weight: 600;
}

.button strong {
  margin-top: 3px;
  font-size: 1.13rem;
  line-height: 1.1;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 0;
  font-weight: 760;
  border-bottom: 1px solid currentColor;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translateY(3px);
}

.hero-note {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.phone-shell {
  position: relative;
  width: min(100%, 344px);
  aspect-ratio: 1320 / 2868;
  margin: 0 auto;
  padding: 8px;
  overflow: hidden;
  background: #05080a;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 48px;
  box-shadow: 0 28px 70px rgba(5, 22, 30, 0.28);
}

.phone-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.phone-speaker {
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: 2;
  width: 31%;
  height: 3.2%;
  min-height: 24px;
  background: #05080a;
  border-radius: 20px;
  transform: translateX(-50%);
}

.section-wrap {
  width: min(calc(100% - (var(--page-pad) * 2)), var(--content));
  margin: 0 auto;
}

.free-start {
  padding: 112px 0;
  background: var(--white);
}

.free-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 86px;
}

.free-start h2,
.product-tour h2,
.legal-hero h1,
.legal-content h2 {
  margin: 0;
  letter-spacing: 0;
}

.free-start h2,
.product-tour h2 {
  font-size: 3.25rem;
  line-height: 1.04;
}

.free-copy > p {
  max-width: 670px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.2rem;
}

.free-brand-lockup {
  width: 190px;
  margin-top: 38px;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.free-points,
.feature-facts,
.workflow-list {
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.free-points li,
.feature-facts li {
  padding: 20px 0;
  display: grid;
  grid-template-columns: minmax(180px, 0.75fr) minmax(0, 1.25fr);
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.free-points strong,
.feature-facts strong,
.workflow-list strong {
  font-size: 1rem;
}

.free-points span,
.feature-facts span,
.workflow-list p {
  color: var(--ink-soft);
}

.intro {
  padding: 108px 0;
  background: var(--ice);
}

.product-tour {
  padding: 122px 0;
  overflow: hidden;
  background: #f7fafb;
}

.tour-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.45fr);
  align-items: end;
  gap: 72px;
}

.tour-heading > p {
  margin: 0 0 8px;
  color: var(--ink-soft);
  font-size: 1.1rem;
}

.screenshot-rail {
  width: 100%;
  margin-top: 64px;
  padding: 0 max(var(--page-pad), calc((100vw - var(--content)) / 2));
  display: flex;
  gap: 22px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--teal) transparent;
}

.screenshot-item {
  flex: 0 0 min(310px, 76vw);
  margin: 0;
  scroll-snap-align: start;
}

.screenshot-item img {
  width: 100%;
  aspect-ratio: 360 / 782;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 7px;
  box-shadow: 0 18px 42px rgba(13, 36, 48, 0.12);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.screenshot-item:hover img {
  transform: translateY(-6px);
  box-shadow: 0 24px 52px rgba(13, 36, 48, 0.17);
}

.screenshot-item figcaption {
  padding: 14px 2px 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 720;
  text-transform: uppercase;
}

.intro-grid,
.privacy-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.55fr;
  gap: 72px;
}

.intro h2,
.story-copy h2,
.calendar-layout h2,
.places h2,
.pro h2,
.privacy h2,
.final-cta h2 {
  margin: 0;
  font-size: 3.25rem;
  line-height: 1.04;
  letter-spacing: 0;
}

.intro h2 {
  max-width: 820px;
}

.intro-grid > div > p,
.privacy-grid > div > p {
  max-width: 730px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 1.2rem;
}

.feature-story {
  padding: 122px 0;
  background: var(--white);
}

.feature-story-alt {
  background: #f7fafb;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 106px;
}

.story-grid-reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
}

.story-grid-wide {
  grid-template-columns: minmax(0, 0.82fr) minmax(540px, 1.18fr);
  gap: 76px;
}

.workflow-list,
.feature-facts {
  margin-top: 4px;
}

.workflow-list li {
  padding: 22px 0;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 22px;
  border-bottom: 1px solid var(--line);
}

.workflow-list > li > span {
  color: var(--teal-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.workflow-list p {
  margin: 5px 0 0;
}

.feature-phone {
  width: 100%;
  margin: 0;
  justify-self: center;
}

.feature-phone .phone-shell {
  width: min(100%, 344px);
}

.feature-phone-pair {
  max-width: 620px;
}

.phone-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 20px;
}

.phone-pair .phone-shell {
  width: 100%;
}

.phone-shell-offset {
  margin-top: 54px;
}

.phone-source-crop {
  position: relative;
  width: min(100%, 344px);
  aspect-ratio: 1070 / 2240;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 48px;
  box-shadow: 0 28px 70px rgba(5, 22, 30, 0.28);
}

.phone-source-crop img {
  position: absolute;
  top: -18.3%;
  left: -7.9%;
  width: 116.1%;
  max-width: none;
}

.story-copy p:not(.section-index),
.calendar-layout > p,
.places p,
.pro-copy > p {
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 1.12rem;
}

.story-copy {
  max-width: 580px;
}

.story-copy .feature-facts {
  margin-top: 34px;
}

.clean-list {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.clean-list li {
  position: relative;
  padding: 15px 10px 15px 28px;
  border-bottom: 1px solid var(--line);
  font-weight: 680;
}

.clean-list li::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
}

.feature-story-places {
  color: var(--white);
  background: var(--teal-dark);
}

.feature-story-places .story-copy p:not(.section-index) {
  color: rgba(255, 255, 255, 0.8);
}

.clean-list-light {
  border-top-color: rgba(255, 255, 255, 0.22);
}

.clean-list-light li {
  border-bottom-color: rgba(255, 255, 255, 0.22);
}

.clean-list-light li::before {
  background: #bcebe9;
}

.feature-band {
  padding: 112px 0 0;
  overflow: hidden;
  background: #dff1f1;
}

.calendar-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 90px;
}

.calendar-layout > p {
  margin-bottom: 8px;
}

.calendar-track {
  width: max-content;
  margin-top: 88px;
  padding: 27px 0 29px;
  display: flex;
  gap: 18px;
  border-top: 1px solid rgba(16, 41, 58, 0.22);
  transform: translateX(-22px);
}

.calendar-track span {
  min-width: 218px;
  padding: 8px 20px;
  color: var(--ink);
  border-left: 6px solid var(--teal);
  font-size: 0.82rem;
  font-weight: 800;
}

.calendar-track span:nth-child(2) {
  border-left-color: var(--orange);
}

.calendar-track span:nth-child(3) {
  border-left-color: #276caa;
}

.calendar-track span:nth-child(4) {
  border-left-color: #4b5564;
}

.places {
  padding: 132px 0;
  color: var(--white);
  background: var(--teal-dark);
}

.places-layout {
  display: grid;
  grid-template-columns: 0.55fr 1.15fr 0.8fr;
  align-items: end;
  gap: 58px;
}

.places .section-index,
.section-index-light {
  color: #bcebe9;
}

.places p {
  color: rgba(255, 255, 255, 0.78);
}

.pro {
  padding: 122px 0;
  color: var(--white);
  background: var(--navy);
}

.pro-grid {
  display: grid;
  grid-template-columns: 1fr 0.74fr;
  align-items: center;
  gap: 44px 92px;
}

.pro-copy {
  max-width: 620px;
}

.pro-copy > p {
  color: rgba(255, 255, 255, 0.72);
}

.price-line {
  margin: 38px 0 30px;
  padding: 22px 0;
  display: flex;
  align-items: baseline;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.price-line strong {
  font-size: 2.15rem;
}

.price-line span {
  color: rgba(255, 255, 255, 0.67);
}

.price-note {
  max-width: 560px;
  margin-top: 18px !important;
  font-size: 0.78rem !important;
}

.button-light {
  color: var(--navy);
  background: var(--white);
}

.button-light:hover,
.button-light:focus-visible {
  color: var(--navy);
  background: #cceceb;
}

.pro-visual {
  width: min(100%, 344px);
  margin: 0;
  justify-self: end;
}

.pro-visual .phone-shell {
  width: 100%;
}

.plan-comparison {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.plan-comparison article {
  padding: 38px 36px 38px 0;
}

.plan-comparison article + article {
  padding-left: 42px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.plan-name {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.58);
}

.plan-name-pro {
  color: #93dfdc;
}

.plan-comparison h3 {
  margin: 0;
  font-size: 1.55rem;
}

.plan-comparison p:last-child {
  max-width: 480px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.66);
}

.privacy {
  padding: 112px 0;
  background: var(--ice);
}

.text-link-dark {
  margin-top: 26px;
  color: var(--teal-dark);
}

.text-link-dark:hover span,
.text-link-dark:focus-visible span {
  transform: translate(3px, -3px);
}

.final-cta {
  position: relative;
  min-height: 640px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background-color: var(--navy);
  background-image: url("assets/hero-seafarer.jpg");
  background-size: cover;
  background-position: center 58%;
}

.final-cta-shade {
  position: absolute;
  inset: 0;
  background: rgba(4, 20, 28, 0.68);
}

.final-cta-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.final-cta-inner img {
  margin: 0 auto 28px;
  border-radius: 8px;
}

.final-cta .eyebrow {
  margin-bottom: 16px;
  color: #bcebe9;
}

.final-cta .button {
  margin-top: 34px;
  text-align: left;
}

.final-cta-inner > p:not(.eyebrow) {
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
}

.legal-page {
  background: var(--ice);
}

.legal-page .site-header {
  position: relative;
  color: var(--ink);
  background: var(--white);
  border-bottom-color: var(--line);
}

.legal-page .desktop-nav a:hover,
.legal-page .desktop-nav a:focus-visible {
  color: var(--teal-dark);
}

.legal-page .header-download {
  color: var(--white);
  background: var(--teal-dark);
}

.legal-page .header-download:hover,
.legal-page .header-download:focus-visible {
  background: var(--navy);
}

.legal-hero {
  padding: 104px 0 76px;
  color: var(--white);
  background: var(--navy);
}

.legal-hero h1 {
  max-width: 820px;
  font-size: 4.5rem;
  line-height: 0.98;
}

.legal-hero p:last-child {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.15rem;
}

.legal-content {
  padding: 88px 0 110px;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1.55fr);
  gap: 86px;
}

.legal-nav {
  position: sticky;
  top: 24px;
  align-self: start;
}

.legal-nav strong {
  display: block;
  margin-bottom: 14px;
}

.legal-nav a {
  display: block;
  padding: 7px 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.legal-nav a:hover,
.legal-nav a:focus-visible,
.legal-copy a {
  color: var(--teal-dark);
}

.legal-copy {
  max-width: 790px;
}

.legal-copy section + section {
  margin-top: 58px;
  padding-top: 58px;
  border-top: 1px solid var(--line);
}

.legal-copy h2 {
  font-size: 2rem;
  line-height: 1.12;
}

.legal-copy h3 {
  margin: 32px 0 10px;
  font-size: 1.13rem;
}

.legal-copy p,
.legal-copy li {
  color: var(--ink-soft);
}

.legal-copy p {
  margin: 16px 0 0;
}

.legal-copy ul {
  margin: 16px 0 0;
  padding-left: 22px;
}

.legal-copy li + li {
  margin-top: 10px;
}

.privacy-summary {
  margin: 0 0 52px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.privacy-summary li {
  padding: 24px 22px 24px 0;
}

.privacy-summary li + li {
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.privacy-summary strong,
.privacy-summary span {
  display: block;
}

.privacy-summary span {
  margin-top: 7px;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.site-footer {
  padding: 44px 0;
  color: rgba(255, 255, 255, 0.72);
  background: var(--navy-deep);
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 34px 70px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--white);
}

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

.footer-brand strong,
.footer-brand span {
  display: block;
}

.footer-brand span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
  font-size: 0.88rem;
  font-weight: 650;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #9addda;
}

.footer-note {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.78rem;
}

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

.hero-reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: hero-in 700ms ease forwards;
}

.hero-reveal:nth-child(2) {
  animation-delay: 100ms;
}

.hero-reveal:nth-child(3) {
  animation-delay: 180ms;
}

.hero-reveal:nth-child(4) {
  animation-delay: 260ms;
}

.hero-reveal:nth-child(5) {
  animation-delay: 340ms;
}

@keyframes hero-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  :root {
    --page-pad: 28px;
  }

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

  .desktop-nav {
    display: none;
  }

  .hero h1 {
    font-size: 4.6rem;
  }

  .hero-lead {
    font-size: 1.55rem;
  }

  .intro-grid,
  .privacy-grid {
    grid-template-columns: 0.48fr 1.52fr;
    gap: 42px;
  }

  .story-grid,
  .feature-story-reverse .story-grid {
    gap: 58px;
  }

  .story-grid-wide {
    grid-template-columns: minmax(0, 0.74fr) minmax(450px, 1.26fr);
    gap: 40px;
  }

  .calendar-layout {
    gap: 48px;
  }

  .places-layout {
    grid-template-columns: 0.4fr 1fr;
  }

  .places-layout > p:last-child {
    grid-column: 2;
  }

  .pro-grid {
    gap: 44px;
  }

  .free-grid,
  .tour-heading {
    gap: 46px;
  }

  .legal-layout {
    gap: 48px;
  }
}

@media (max-width: 740px) {
  :root {
    --header-height: 68px;
    --page-pad: 20px;
  }

  .site-header {
    gap: 14px;
  }

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

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

  .header-download {
    min-height: 42px;
    padding: 8px 13px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: 0;
  }

  .hero-message {
    padding: 58px 0 70px;
  }

  .hero h1 {
    font-size: 4rem;
  }

  .hero-lead {
    margin-top: 20px;
    font-size: 1.48rem;
  }

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

  .phone-shell {
    border-radius: 32px;
    padding: 5px;
  }

  .phone-source-crop {
    border-radius: 32px;
  }

  .phone-shell img {
    border-radius: 27px;
  }

  .phone-speaker {
    top: 10px;
    min-height: 16px;
  }

  .intro,
  .free-start,
  .product-tour,
  .feature-story,
  .pro,
  .privacy {
    padding: 84px 0;
  }

  .feature-band {
    padding-top: 84px;
  }

  .places {
    padding: 88px 0;
  }

  .intro-grid,
  .free-grid,
  .privacy-grid,
  .tour-heading,
  .story-grid,
  .feature-story-reverse .story-grid,
  .story-grid-wide,
  .calendar-layout,
  .places-layout,
  .pro-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .free-start h2,
  .product-tour h2 {
    font-size: 2.55rem;
  }

  .free-points li,
  .feature-facts li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .screenshot-rail {
    margin-top: 46px;
  }

  .screenshot-item {
    flex-basis: min(286px, 78vw);
  }

  .intro h2,
  .story-copy h2,
  .calendar-layout h2,
  .places h2,
  .pro h2,
  .privacy h2,
  .final-cta h2 {
    font-size: 2.55rem;
  }

  .feature-phone .phone-shell,
  .feature-phone .phone-source-crop,
  .pro-visual .phone-shell {
    width: 272px;
  }

  .feature-phone-pair {
    max-width: 560px;
  }

  .feature-phone-pair .phone-shell {
    width: 100%;
  }

  .phone-shell-offset {
    margin-top: 38px;
  }

  .calendar-layout > p {
    margin-top: 0;
  }

  .calendar-track {
    margin-top: 58px;
  }

  .places-layout > p:last-child {
    grid-column: auto;
    margin-top: 0;
  }

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

  .pro-visual {
    justify-self: center;
  }

  .plan-comparison article,
  .plan-comparison article + article {
    padding: 30px 0;
    border-left: 0;
  }

  .plan-comparison article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .final-cta {
    min-height: 590px;
  }

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

  .footer-links {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 18px 22px;
  }

  .footer-note {
    grid-column: auto;
  }

  .legal-hero {
    padding: 74px 0 60px;
  }

  .legal-hero h1 {
    font-size: 3.25rem;
  }

  .legal-content {
    padding: 68px 0 84px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

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

  .legal-nav strong {
    grid-column: 1 / -1;
  }

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

  .privacy-summary li,
  .privacy-summary li + li {
    padding: 18px 0;
    border-left: 0;
  }

  .privacy-summary li + li {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 430px) {
  .header-download {
    width: 112px;
  }

  .hero h1 {
    font-size: 3.35rem;
  }

  .hero-lead {
    font-size: 1.3rem;
  }

  .hero-actions {
    flex-direction: column;
    gap: 10px;
  }

  .intro h2,
  .free-start h2,
  .product-tour h2,
  .story-copy h2,
  .calendar-layout h2,
  .places h2,
  .pro h2,
  .privacy h2,
  .final-cta h2 {
    font-size: 2.15rem;
  }

  .feature-phone .phone-shell,
  .feature-phone .phone-source-crop,
  .pro-visual .phone-shell {
    width: 248px;
  }

  .feature-phone-pair .phone-shell {
    width: 100%;
  }

  .phone-pair {
    gap: 10px;
  }

  .phone-shell-offset {
    margin-top: 26px;
  }

  .price-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .legal-hero h1 {
    font-size: 2.75rem;
  }

  .legal-nav {
    grid-template-columns: 1fr;
  }
}

@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;
  }

  .js .reveal,
  .hero-reveal {
    opacity: 1;
    transform: none;
  }
}
