/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .grow {
    flex-grow: 1;
  }
  .resize {
    resize: both;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
:root {
  --ink: #142344;
  --muted: #536783;
  --blue: #2556e8;
  --line: #dce5f3;
  --pale: #f1f5fd;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible, summary:focus-visible {
  outline: 3px solid #f5b844;
  outline-offset: 6px;
}
h1, h2, h3, p {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: none;
  padding: 0;
}
.wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: 54px;
}
.skip-link {
  position: fixed;
  top: -100px;
  z-index: 50;
  padding: 16px;
  background: #fff;
}
.skip-link:focus {
  top: 5px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.5px;
  white-space: nowrap;
}
.brand img {
  border-radius: 11px;
  flex-shrink: 0;
}
.brand sup {
  font-size: 10px;
  vertical-align: super;
  margin-left: 2px;
}
.footer nav a:hover {
  color: var(--blue);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 16px 22px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: var(--blue);
  line-height: 1.6;
}
.lock-icon {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 12px;
  border: 1.7px solid currentColor;
  border-radius: 3px;
  margin-top: 7px;
  flex-shrink: 0;
}
.lock-icon::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1.7px solid currentColor;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  left: 1.3px;
  top: -8px;
}
.lock-icon::after {
  content: '';
  width: 2px;
  height: 3px;
  background: currentColor;
  position: absolute;
  left: 4.3px;
  top: 3px;
  border-radius: 1px;
}
.hero {
  background: var(--blue);
  color: #fff;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr);
  align-items: center;
  gap: 28px;
  padding-block: 66px 56px;
}
.hero .eyebrow {
  color: #deebff;
  margin-bottom: 24px;
}
.hero h1 {
  font-size: clamp(54px,5.5vw,76px);
  line-height: 1.04;
  letter-spacing: -3.9px;
  font-weight: 700;
}
.hero h1>span {
  color: #c3ddff;
}
.hero-description {
  max-width: 475px;
  font-size: 18px;
  line-height: 1.65;
  margin-top: 26px;
  color: #eef4ff;
}
.hero-benefits {
  display: grid;
  gap: 12px;
  margin: 24px 0 20px;
  font-size: 15px;
  line-height: 1.5;
}
.hero-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.check {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid #9fbeff;
  border-radius: 50%;
  font-size: 12px;
  flex-shrink: 0;
}
.download-links {
  display: flex;
  align-items: center;
  gap: 27px;
  padding: 14px 0;
}
.badge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.badge-link img {
  display: block;
}
.apple-badge {
  width: 162px;
  height: 54px;
}
.google-badge {
  position: relative;
  width: 182px;
  height: 54px;
}
.google-badge img {
  width: 209px;
  max-width: none;
  flex-shrink: 0;
}
.download-note {
  font-size: 13px;
  color: #e0eaff;
  line-height: 1.6;
  margin-top: 8px;
}
.social-proof {
  width: fit-content;
  max-width: 100%;
  margin-top: 23px;
  padding-top: 20px;
  border-top: 1px solid #ffffff35;
}
.social-proof-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 13px;
}
.review-stars {
  color: #ffdc83;
  font-size: 19px;
  letter-spacing: 2px;
  line-height: 1.4;
}
.social-proof strong {
  font-size: 17px;
  line-height: 1.5;
}
.social-proof p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #edf3ff;
}
.hero-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 510px;
  isolation: isolate;
}
.hero-art::before {
  content: '';
  position: absolute;
  inset: -10px -40px;
  z-index: -1;
  background: radial-gradient(ellipse,#7c9cff50,transparent 65%);
}
.art-orbit {
  position: absolute;
  width: 440px;
  height: 440px;
  border: 1px solid #ffffff28;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.orbit-two {
  width: 530px;
  height: 530px;
  border-style: dashed;
  opacity: .6;
}
.hero-proof {
  background: #163cbd;
  border-top: 1px solid #ffffff20;
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  padding-block: 28px;
}
.proof-grid>div {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  border-right: 1px solid #ffffff25;
  text-align: center;
}
.proof-grid>div:first-child {
  align-items: flex-start;
  text-align: left;
}
.proof-grid>div:last-child {
  align-items: flex-end;
  text-align: right;
  border: 0;
}
.proof-grid strong {
  font-size: 17px;
  font-weight: 600;
}
.proof-grid span {
  font-size: 13px;
  color: #cfddff;
  line-height: 1.5;
}
h2 {
  font-size: 42px;
  line-height: 1.16;
  letter-spacing: -1.6px;
  font-weight: 600;
}
h3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.5px;
}
.blue-text {
  color: var(--blue);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--blue);
  padding-block: 8px;
  border-bottom: 1px solid #bccff8;
}
.text-link:hover {
  border-color: currentColor;
}
.privacy-section {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 65px;
  padding-block: 86px;
  align-items: center;
}
.privacy-heading .eyebrow {
  margin-bottom: 18px;
}
.section-intro {
  font-size: 18px;
  line-height: 1.65;
  color: var(--muted);
  margin-top: 23px;
  max-width: 430px;
}
.privacy-heading .text-link {
  margin-top: 22px;
}
.privacy-explainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.privacy-card {
  border: 1px solid #dfe7f5;
  border-radius: 15px;
  background: #f6f8fe;
  padding: 29px 23px;
  min-width: 0;
}
.privacy-icon {
  display: grid;
  place-items: center;
  width: 55px;
  height: 55px;
  border-radius: 14px;
  background: #e4ecff;
  color: var(--blue);
  margin-bottom: 27px;
}
.privacy-icon .lock-icon {
  transform: scale(1.6);
}
.device-icon {
  width: 22px;
  height: 33px;
  border: 2px solid currentColor;
  border-radius: 5px;
  position: relative;
}
.device-icon::after {
  content: '';
  position: absolute;
  bottom: 4px;
  width: 7px;
  height: 2px;
  left: 5.5px;
  background: currentColor;
}
.privacy-card h3 {
  font-size: 20px;
  margin-bottom: 14px;
}
.privacy-card p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
}
.subtle-label {
  display: block;
  margin-top: 15px;
  color: var(--muted);
  font-size: 13px;
}
.features-section {
  background: var(--pale);
  border-block: 1px solid #e5ecf7;
  padding-block: 76px 45px;
}
.section-heading {
  margin-bottom: 36px;
}
.section-heading .eyebrow {
  margin-bottom: 16px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 23px;
}
.feature-card {
  background: #fff;
  border: 1px solid #dfe7f4;
  border-radius: 16px;
  overflow: hidden;
}
.feature-art {
  position: relative;
  min-height: 205px;
  margin: 10px 10px 0;
  border-radius: 10px;
  background: #eaf0fd;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.feature-copy {
  padding: 26px 27px 30px;
}
.feature-copy h3 {
  margin-bottom: 14px;
}
.feature-copy p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
}
.password-art {
  flex-direction: column;
  gap: 23px;
  background: #e2ebff;
}
.big-lock {
  color: var(--blue);
  display: inline-flex;
  transform: scale(2.1);
  margin-top: 7px;
}
.password-entry {
  display: flex;
  gap: 17px;
  background: #fff;
  border: 1px solid #cad9fb;
  box-shadow: 0 5px 10px #2a4f9310;
  padding: 18px 26px;
  border-radius: 10px;
}
.password-entry span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}
.art-label {
  font-size: 14px;
  color: #456082;
  margin-top: -10px;
}
.album-stack {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 17px;
  width: 190px;
  padding: 20px;
  border-radius: 10px;
  font-size: 15px;
  box-shadow: 0 12px 20px #31539013;
}
.rear-stack {
  color: #3155a4;
  background: #d6e2ff;
  border: 1px solid #bacff9;
  transform: translate(15px,-25px) rotate(7deg);
}
.front-stack {
  color: var(--ink);
  background: #fff;
  border: 1px solid #dce4f2;
  transform: translate(-12px,27px) rotate(-6deg);
}
.album-icon {
  width: 25px;
  height: 21px;
  border: 1.7px solid #7085ae;
  border-radius: 4px;
  position: relative;
}
.album-icon::before {
  content: '';
  position: absolute;
  width: 10px;
  border-top: 3px solid #7085ae;
  top: -5px;
  left: 2px;
}
.space-art {
  flex-direction: column;
  gap: 14px;
  background: #e5edf9;
}
.space-vault {
  padding: 14px;
  border: 1px solid #405f8e;
  border-radius: 14px;
  background: #18345e;
  box-shadow: 0 10px 20px #17396920;
  transform: rotate(-5deg);
}
.space-label {
  font-size: 14px;
  color: #456082;
}
.space-vault .tiles-locked {
  width: 82px;
}
.inline-details {
  font-size: 14px;
  color: var(--muted);
}
.inline-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  list-style: none;
  cursor: pointer;
  width: fit-content;
  min-height: 44px;
  padding-block: 10px;
}
.inline-details summary span {
  font-size: 21px;
  line-height: 1;
}
.inline-details summary::-webkit-details-marker {
  display: none;
}
.inline-details[open] summary span {
  transform: rotate(45deg);
}
.inline-details p {
  font-size: 16px;
  line-height: 1.7;
  max-width: 760px;
  padding-bottom: 10px;
}
.feature-details {
  margin-top: 12px;
}
.cloud-section {
  padding-block: 70px 60px;
}
.cloud-panel {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 30px 45px;
  align-items: center;
  border-radius: 18px;
  background: #112345;
  color: #fff;
  padding: 50px 50px 22px;
}
.cloud-copy .eyebrow {
  color: #b8d1ff;
  margin-bottom: 20px;
}
.premium {
  font-size: 12px;
  letter-spacing: .5px;
  padding: 5px 8px;
  border: 1px solid #667fa8;
  border-radius: 5px;
  color: #e6edff;
}
.cloud-copy>p:not(.eyebrow) {
  font-size: 18px;
  line-height: 1.65;
  color: #d1ddf1;
  margin: 24px 0 20px;
}
.light-link {
  color: #bbd5ff;
  border-color: #4c6892;
}
.transfer-graphic {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  align-items: center;
  gap: 10px;
  padding-block: 30px;
}
.transfer-device {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  min-width: 0;
}
.diagram-phone {
  width: 132px;
  height: 232px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px solid #6e84b0;
  border-radius: 22px;
  background: #1b3256;
  position: relative;
  box-shadow: 0 16px 20px #06142e44;
  padding: 16px;
}
.old-device .diagram-phone {
  transform: rotate(-6deg);
}
.new-device .diagram-phone {
  transform: rotate(6deg);
  background: #eaf1ff;
  border-color: #f4f7ff;
}
.phone-speaker {
  position: absolute;
  top: 10px;
  width: 33px;
  height: 5px;
  border-radius: 4px;
  background: #6f85ac;
}
.phone-home {
  position: absolute;
  bottom: 8px;
  width: 40px;
  height: 3px;
  border-radius: 4px;
  background: #7e91b3;
}
.diagram-phone img {
  width: 55px;
  height: 55px;
  border-radius: 14px;
}
.restore-check {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #d6eee4;
  color: #1b7855;
  font-size: 17px;
  margin-top: 20px;
}
.device-caption {
  font-size: 15px;
  color: #d8e5fc;
}
.transfer-path {
  align-self: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  margin-top: -27px;
}
.transfer-lock {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #6887b8;
  color: #aacaff;
  background: #203e68;
}
.path-arrow {
  font-size: 34px;
  line-height: 1;
  color: #9abcfa;
}
.transfer-caption {
  text-align: center;
  font-size: 13px;
  line-height: 1.45;
  color: #cbdafa;
}
.cloud-details {
  grid-column: 1/-1;
  border-top: 1px solid #415675;
  color: #d1ddf1;
  padding-top: 9px;
}
.cloud-details summary {
  color: #d1ddf1;
}
.media-tiles {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 6px;
  width: 125px;
}
.media-tile {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 6px;
  background: #c8d9fd;
  color: #5980c7;
}
.media-tile:nth-child(2n) {
  background: #d9d7f5;
  color: #8582b8;
}
.media-tile:nth-child(3n) {
  background: #c3e0ea;
  color: #5c9cb0;
}
.picture-mark {
  display: inline-block;
  width: 19px;
  height: 16px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
  position: relative;
}
.picture-mark::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  top: 3px;
  right: 3px;
}
.picture-mark::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  bottom: 0;
  left: 2px;
  transform: rotate(45deg);
}
.tiles-locked {
  grid-template-columns: repeat(2,1fr);
  width: 90px;
  gap: 7px;
}
.tiles-locked .media-tile {
  background: #2e4974;
  color: #b2c9f3;
}
.tiles-locked .lock-icon {
  transform: scale(.75);
}
.history-section {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 65px;
  padding-bottom: 64px;
  align-items: center;
}
.history-year {
  text-align: center;
  border-right: 1px solid #dce5f3;
  padding: 10px 30px 10px 0;
}
.history-year>span {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  color: var(--muted);
}
.history-year>strong {
  display: block;
  font-size: 112px;
  line-height: 1.25;
  letter-spacing: -8px;
  font-weight: 700;
}
.history-year>strong>span {
  color: var(--blue);
}
.history-copy h2 {
  font-size: 36px;
}
.support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-top: 25px;
}
.support-grid strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.support-grid .text-link {
  margin-top: 5px;
  font-size: 14px;
  gap: 10px;
}
.steps-section {
  padding-block: 67px 64px;
  background: var(--pale);
  border-block: 1px solid #e5ecf7;
}
.steps-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 45px;
}
.step-art {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 155px;
  position: relative;
  border-bottom: 1px solid #d3dfef;
  margin-bottom: 24px;
}
.step-number {
  display: grid;
  place-items: center;
  position: absolute;
  top: 7px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #dfe9fc;
  color: var(--blue);
  font-size: 15px;
  font-weight: 600;
}
.step-pin {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #c3d3f1;
  border-radius: 12px;
  background: white;
  padding: 25px 22px;
  color: var(--blue);
  box-shadow: 0 9px 18px #2d528b0d;
  transform: rotate(-5deg);
}
.step-pin>span:last-child {
  font-size: 13px;
  letter-spacing: 4px;
  white-space: nowrap;
}
.step-import .media-tiles {
  transform: rotate(-7deg);
}
.import-plus {
  display: grid;
  place-items: center;
  background: var(--blue);
  color: white;
  font-size: 25px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-top: 44px;
  margin-left: -10px;
  z-index: 1;
  box-shadow: 0 0 0 4px #f1f5fd;
}
.private-tile {
  position: relative;
  display: grid;
  place-items: center;
  width: 78px;
  height: 88px;
  background: var(--blue);
  color: white;
  border-radius: 15px;
  transform: rotate(6deg);
  box-shadow: 0 10px 25px #2556e824;
}
.private-tile>.lock-icon {
  transform: scale(2);
}
.private-check {
  position: absolute;
  bottom: -6px;
  right: -9px;
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #ddf1e7;
  color: #1e7b55;
  font-size: 16px;
  box-shadow: 0 0 0 4px #f1f5fd;
}
.step-copy h3 {
  margin-bottom: 12px;
}
.step-copy p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  max-width: 285px;
}
.faq-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 75px;
  padding-block: 75px 70px;
}
.faq-section .eyebrow {
  margin-bottom: 17px;
}
.faq-section .text-link {
  margin-top: 23px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  cursor: pointer;
  padding-block: 22px;
}
.faq-list details:first-child summary {
  padding-top: 0;
  padding-bottom: 22px;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary>span {
  color: var(--blue);
  font-size: 25px;
  font-weight: 400;
}
.faq-list details[open] summary>span {
  transform: rotate(45deg);
}
.faq-list p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  padding-bottom: 22px;
}
.final-cta {
  padding-bottom: 62px;
}
.cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 47px 24px;
  background: var(--blue);
  color: #fff;
  border-radius: 17px;
}
.cta-lock {
  display: grid;
  place-items: center;
  color: #fff;
  background: #ffffff15;
  border: 1px solid #ffffff40;
  border-radius: 15px;
  width: 56px;
  height: 56px;
  margin-bottom: 23px;
}
.cta-lock .lock-icon {
  transform: scale(1.3);
}
.cta-inner h2 {
  font-size: 48px;
  line-height: 1.08;
}
.cta-button {
  background: #fff;
  color: #1c47c5;
  margin-top: 28px;
  padding: 18px 25px;
}
.cta-note {
  display: block;
  margin-top: 17px;
  color: #d6e5ff;
  font-size: 13px;
  line-height: 1.6;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 26px;
}
.footer .brand {
  font-size: 16px;
}
.footer p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 13px;
}
.footer nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 14px;
}
.footer nav a {
  padding-block: 10px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  font-size: 12px;
  color: var(--muted);
}
@media (max-width: 1060px) {
  .wrap {
    padding-inline: 35px;
  }
  .hero h1 {
    font-size: 59px;
    letter-spacing: -3px;
  }
  .hero-grid {
    gap: 20px;
  }
  .hero-art {
    min-height: 480px;
  }
  .privacy-section {
    gap: 36px;
  }
  h2 {
    font-size: 36px;
  }
  .privacy-explainer {
    gap: 12px;
  }
  .privacy-card {
    padding: 24px 18px;
  }
  .privacy-card h3 {
    font-size: 19px;
  }
  .feature-grid {
    gap: 16px;
  }
  .feature-copy {
    padding: 23px;
  }
  h3 {
    font-size: 22px;
  }
  .feature-art {
    min-height: 190px;
  }
  .album-stack {
    width: 172px;
    gap: 12px;
    padding: 18px;
  }
  .cloud-panel {
    padding: 38px 32px 20px;
    gap: 25px 30px;
  }
  .diagram-phone {
    width: 112px;
    height: 203px;
    padding: 12px;
  }
  .transfer-graphic {
    grid-template-columns: 1fr 65px 1fr;
    gap: 6px;
  }
  .history-section {
    gap: 35px;
  }
  .support-grid {
    gap: 16px;
  }
  .steps {
    gap: 26px;
  }
  .step-pin {
    gap: 13px;
    padding: 22px 17px;
  }
  .faq-section {
    gap: 45px;
  }
}
@media (max-width: 780px) {
  .wrap {
    padding-inline: 26px;
  }
  .hero-grid, .privacy-section, .cloud-panel, .history-section, .faq-section {
    grid-template-columns: 1fr;
  }
  .hero-grid {
    padding-top: 44px;
    padding-bottom: 26px;
  }
  .hero h1 {
    font-size: 64px;
  }
  .hero-description {
    max-width: 510px;
  }
  .hero-art {
    min-height: 0;
    margin-top: 15px;
    padding-bottom: 18px;
  }
  .art-orbit {
    width: 355px;
    height: 355px;
  }
  .orbit-two {
    width: 440px;
    height: 440px;
  }
  .proof-grid {
    gap: 18px;
  }
  .proof-grid>div {
    padding-inline: 7px;
  }
  .proof-grid strong {
    font-size: 15px;
  }
  .proof-grid span {
    font-size: 12px;
  }
  .privacy-section {
    padding-block: 60px;
    gap: 30px;
  }
  .privacy-explainer {
    gap: 16px;
  }
  .privacy-card {
    padding: 27px;
  }
  .privacy-card h3 {
    font-size: 22px;
  }
  .section-intro {
    max-width: 100%;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-card {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: center;
  }
  .feature-art {
    min-height: 220px;
    margin: 10px;
  }
  .feature-copy {
    padding: 24px;
  }
  .features-section {
    padding-block: 58px 35px;
  }
  .cloud-section {
    padding-block: 56px;
  }
  .cloud-panel {
    padding: 33px 28px 18px;
    gap: 15px;
  }
  .cloud-copy>p:not(.eyebrow) {
    max-width: 440px;
  }
  .transfer-graphic {
    max-width: 420px;
    width: 100%;
    margin-inline: auto;
    padding-block: 32px 22px;
  }
  .diagram-phone {
    width: 130px;
    height: 226px;
  }
  .history-section {
    gap: 25px;
    padding-bottom: 56px;
  }
  .history-year {
    padding: 0;
    border: 0;
    text-align: left;
  }
  .history-year>strong {
    font-size: 95px;
    line-height: 1.15;
  }
  .history-copy h2 {
    font-size: 34px;
  }
  .steps-section {
    padding-block: 55px;
  }
  .steps-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }
  .steps {
    gap: 20px;
  }
  .step-pin {
    padding: 19px 12px;
    gap: 9px;
  }
  .step-pin>span:last-child {
    font-size: 11px;
    letter-spacing: 2px;
  }
  .step-copy h3 {
    font-size: 20px;
  }
  .faq-section {
    gap: 30px;
    padding-block: 58px;
  }
  .faq-list details:first-child summary {
    padding-top: 10px;
  }
  .final-cta {
    padding-bottom: 48px;
  }
  .footer-bottom {
    gap: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 520px) {
  .wrap {
    padding-inline: 24px;
  }
  .brand {
    font-size: 14px;
    gap: 8px;
  }
  .brand img {
    width: 34px;
    height: 34px;
    border-radius: 9px;
  }
  .hero h1 {
    font-size: clamp(44px,11.5vw,59px);
    letter-spacing: -2.6px;
  }
  .hero .eyebrow {
    font-size: 11px;
    letter-spacing: 1.1px;
  }
  .hero-description {
    font-size: 18px;
  }
  .hero-benefits {
    font-size: 14px;
  }
  .download-links {
    gap: 23px;
  }
  .apple-badge {
    width: 135px;
    height: 45px;
  }
  .google-badge {
    width: 152px;
    height: 45px;
  }
  .google-badge img {
    width: 174px;
  }
  .proof-grid {
    grid-template-columns: 1fr;
    gap: 19px;
    padding-block: 25px;
  }
  .proof-grid>div, .proof-grid>div:first-child, .proof-grid>div:last-child {
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    border: 0;
    text-align: left;
  }
  .proof-grid span {
    text-align: right;
  }
  h2 {
    font-size: 34px;
    letter-spacing: -1.25px;
  }
  .privacy-card {
    padding: 22px 18px;
  }
  .privacy-card h3 {
    font-size: 20px;
  }
  .privacy-card p {
    font-size: 16px;
  }
  .privacy-icon {
    width: 49px;
    height: 49px;
    margin-bottom: 22px;
  }
  .feature-card {
    display: block;
  }
  .feature-art {
    min-height: 195px;
  }
  .feature-copy {
    padding: 23px 25px 27px;
  }
  .feature-copy h3 {
    font-size: 24px;
  }
  .album-stack {
    width: 190px;
    padding: 20px;
  }
  .cloud-panel {
    padding: 30px 23px 16px;
  }
  .cloud-copy h2 {
    font-size: 34px;
  }
  .cloud-copy>p:not(.eyebrow) {
    font-size: 17px;
  }
  .transfer-graphic {
    gap: 4px;
    grid-template-columns: 1fr 65px 1fr;
  }
  .diagram-phone {
    width: 100px;
    height: 180px;
    border-radius: 18px;
  }
  .tiles-locked {
    width: 70px;
    gap: 5px;
  }
  .device-caption {
    font-size: 14px;
  }
  .transfer-caption {
    font-size: 12px;
  }
  .support-grid {
    gap: 20px;
  }
  .support-grid .text-link {
    font-size: 14px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .step-art {
    height: 150px;
  }
  .step-copy h3 {
    font-size: 23px;
  }
  .step-copy p {
    max-width: 100%;
  }
  .step-pin {
    padding: 24px;
    gap: 18px;
  }
  .step-pin>span:last-child {
    font-size: 13px;
    letter-spacing: 4px;
  }
  .cta-inner {
    padding: 37px 21px;
  }
  .cta-inner h2 {
    font-size: 43px;
  }
  .cta-button {
    font-size: 15px;
    padding: 17px 20px;
    gap: 15px;
  }
  .footer .brand {
    font-size: 15px;
  }
  .footer nav {
    gap: 20px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@media (max-width: 780px) {
  .proof-grid span {
    font-size: 13px;
  }
  .support-grid .text-link {
    min-height: 44px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .steps article {
    display: grid;
    grid-template-columns: 112px minmax(0,1fr);
    gap: 24px;
    align-items: center;
  }
  .step-art {
    width: 112px;
    height: 116px;
    border: 0;
    margin: 0;
  }
  .step-number {
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .step-copy h3 {
    font-size: 23px;
    margin-bottom: 9px;
  }
  .step-copy p {
    max-width: 400px;
  }
  .step-pin {
    position: absolute;
    transform: rotate(-5deg) scale(.62);
    padding: 24px;
    gap: 18px;
  }
  .step-pin>span:last-child {
    font-size: 13px;
    letter-spacing: 4px;
  }
  .step-import .media-tiles {
    width: 78px;
    gap: 4px;
  }
  .step-import .picture-mark {
    width: 15px;
    height: 13px;
  }
  .import-plus {
    width: 27px;
    height: 27px;
    font-size: 22px;
    margin-top: 40px;
  }
  .private-tile {
    width: 56px;
    height: 69px;
    border-radius: 12px;
  }
  .private-tile>.lock-icon {
    transform: scale(1.6);
  }
  .private-check {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .privacy-explainer {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .privacy-card {
    display: grid;
    grid-template-columns: 49px minmax(0,1fr);
    gap: 0 18px;
    padding: 23px;
  }
  .privacy-icon {
    grid-column: 1;
    grid-row: 1/4;
    margin: 0;
  }
  .privacy-card h3, .privacy-card p, .privacy-card .subtle-label {
    grid-column: 2;
  }
  .privacy-card h3 {
    font-size: 22px;
    margin-bottom: 9px;
  }
  .privacy-card .subtle-label {
    margin-top: 10px;
  }
  .feature-card {
    display: grid;
    grid-template-columns: 102px minmax(0,1fr);
  }
  .feature-art {
    min-height: 190px;
    height: calc(100% - 20px);
    margin: 10px 0 10px 10px;
  }
  .feature-copy {
    padding: 24px 20px;
  }
  .feature-copy h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .password-entry {
    gap: 7px;
    padding: 14px 10px;
  }
  .password-entry span {
    width: 5px;
    height: 5px;
  }
  .password-art {
    gap: 29px;
  }
  .password-art .art-label, .space-label {
    display: none;
  }
  .space-vault {
    padding: 9px;
    border-radius: 10px;
  }
  .space-vault .tiles-locked {
    width: 51px;
    gap: 4px;
  }
  .album-stack {
    width: 65px;
    height: 54px;
    padding: 14px;
    justify-content: center;
  }
  .album-stack>span:last-child {
    display: none;
  }
  .rear-stack {
    transform: translate(5px,-25px) rotate(8deg);
  }
  .front-stack {
    transform: translate(-4px,23px) rotate(-8deg);
  }
  .transfer-graphic {
    grid-template-columns: minmax(0,1fr) 62px minmax(0,1fr);
    gap: 6px;
  }
  .diagram-phone {
    width: 100%;
    max-width: 105px;
    height: auto;
    aspect-ratio: 5/9;
    padding: 12px;
  }
  .tiles-locked {
    width: 100%;
    max-width: 76px;
  }
  .diagram-phone img {
    width: min(100%,48px);
    height: auto;
  }
  .restore-check {
    width: 24px;
    height: 24px;
    font-size: 15px;
    margin-top: 13px;
  }
  .transfer-caption {
    font-size: 13px;
  }
  .steps article {
    grid-template-columns: 96px minmax(0,1fr);
    gap: 20px;
  }
  .step-art {
    width: 96px;
  }
  .step-copy h3 {
    font-size: 22px;
  }
  .faq-list summary {
    font-size: 17px;
    min-height: 64px;
  }
  .cta-button {
    font-size: 15px;
    text-align: left;
  }
}
@media (max-width: 360px) {
  .wrap {
    padding-inline: 20px;
  }
  .brand {
    font-size: 13px;
  }
  .download-links {
    gap: 21px;
  }
  .apple-badge {
    width: 120px;
    height: 40px;
  }
  .google-badge {
    width: 135px;
    height: 40px;
  }
  .google-badge img {
    width: 155px;
  }
  h2 {
    font-size: 31px;
  }
  .feature-card {
    grid-template-columns: 80px minmax(0,1fr);
  }
  .feature-copy {
    padding: 22px 16px;
  }
  .feature-copy h3 {
    font-size: 21px;
  }
  .feature-copy p {
    font-size: 16px;
  }
  .album-stack {
    width: 53px;
  }
  .cloud-panel {
    padding-inline: 20px;
  }
  .cloud-copy h2 {
    font-size: 31px;
  }
  .device-caption {
    font-size: 13px;
  }
  .transfer-caption {
    font-size: 12px;
  }
  .steps article {
    grid-template-columns: 80px minmax(0,1fr);
    gap: 17px;
  }
  .step-art {
    width: 80px;
  }
  .step-copy h3 {
    font-size: 21px;
  }
  .support-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.registered-mark,
.brand .registered-mark,
.header-wordmark .registered-mark {
  position: relative;
  top: -.55em;
  vertical-align: baseline;
  font-size: .55em;
  line-height: 0;
  margin-inline-start: .08em;
  font-weight: 400;
  letter-spacing: 0;
}
.content-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  margin-block: 12px 24px;
}
.security-reading {
  max-width: 850px;
  padding-bottom: 48px;
}
.security-reading section {
  padding-block: 28px;
  border-bottom: 1px solid #dfe7f5;
}
.security-reading h2 {
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1.3;
  margin-bottom: 16px;
}
.security-reading p {
  font-size: 19px;
  line-height: 1.8;
  margin-bottom: 16px;
  color: var(--muted);
}
.security-hero {
  max-width: 850px;
  padding-block: 40px 28px;
  text-align: start;
}
.security-hero h1 {
  font-size: clamp(34px, 4.5vw, 52px);
  line-height: 1.15;
  letter-spacing: -.035em;
  margin-block: 14px 20px;
}
.security-hero .detail-lead {
  font-size: clamp(19px, 2.3vw, 22px);
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
}
.security-hero .content-byline {
  margin-block: 0 24px;
}
@media (max-width: 600px) {
  .security-hero {
    padding-top: 28px;
  }
}
.legal-document {
  min-height: 320px;
  padding-block: 20px 80px;
}
.cookie-panel {
  position: fixed;
  z-index: 1000;
  inset-inline: 16px;
  bottom: 16px;
  margin-inline: auto;
  width: min(640px, calc(100% - 32px));
  padding: 24px;
  border: 1px solid #d8e1ef;
  border-radius: 18px;
  background: #fff;
  color: #142947;
  box-shadow: 0 12px 55px #0a1e4938;
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
}
.cookie-panel h2 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.3;
}
.cookie-panel p {
  margin: 0 0 14px;
  color: #415774;
  font-size: 16px;
  line-height: 1.6;
}
.cookie-panel a {
  color: #214fc4;
  text-decoration: underline;
  font-size: 16px;
}
.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.cookie-actions button {
  flex: 1 1 190px;
  padding: 13px 18px;
  min-height: 48px;
  border: 1px solid #244fcc;
  border-radius: 9px;
  background: #244fcc;
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.cookie-settings {
  position: fixed;
  z-index: 100;
  inset-inline-start: 12px;
  bottom: 12px;
  border: 1px solid #cbd7e9;
  border-radius: 8px;
  padding: 10px 14px;
  min-height: 44px;
  background: white;
  color: #203a60;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  box-shadow: 0 3px 14px #0a1e4918;
}
.cookie-panel button:focus-visible,.cookie-settings:focus-visible {
  outline: 3px solid #edb340;
  outline-offset: 3px;
}
@media (max-width:480px) {
  .cookie-panel {
    padding: 20px;
  }
  .cookie-panel h2 {
    font-size: 20px;
  }
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
