:root {
  --background: #fcfdff;
  --foreground: #18283f;
  --primary: #075bed;
  --primary-foreground: #fff;
  --muted: #f1f6fd;
  --border: #dfe7f0;
  --text-soft: #57667a;
  --heading: #12253f;
  --radius: 1rem;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #1468ef;
  outline-offset: 5px;
  border-radius: 5px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  color: var(--heading);
}
h1,
h2 {
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1.06;
}
h2 {
  font-size: clamp(2.2rem, 4.1vw, 3.7rem);
}
h3 {
  font-size: 1.35rem;
  letter-spacing: -0.035em;
  line-height: 1.3;
}
svg {
  flex-shrink: 0;
}
.wrap {
  max-width: 1240px;
  padding-inline: 40px;
  margin-inline: auto;
}
.eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.145em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #3c597c;
}
.section {
  padding-block: 105px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 600;
  font-size: 0.94rem;
}
.text-link:hover {
  color: var(--primary);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 16px 23px;
  border-radius: 9px;
  font-size: 0.95rem;
  font-weight: 600;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--primary);
  color: white;
  box-shadow: 0 5px 15px #075bed15;
}
.button-primary:hover {
  box-shadow: 0 8px 20px #075bed35;
}
.button-light {
  background: white;
  color: #15499a;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: white;
  z-index: 100;
  padding: 12px 18px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fcfdfff2;
  border-bottom: 1px solid #e9eef5;
  backdrop-filter: blur(15px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
.brand img {
  border-radius: 11px;
}
.brand-dot {
  color: var(--primary);
}
.header-inner nav {
  display: flex;
  gap: 28px;
  font-size: 0.86rem;
  color: #526075;
}
.header-inner nav a:hover {
  color: var(--primary);
}
.header-cta {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #ccd9ee;
  border-radius: 8px;
  padding: 11px 16px;
  font-size: 0.82rem;
  font-weight: 600;
}
.header-cta:hover {
  background: #edf4ff;
}
.hero {
  overflow: clip;
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  align-items: center;
  gap: 10px;
  min-height: 660px;
  padding-top: 68px;
  padding-bottom: 75px;
}
.status-dot {
  width: 7px;
  height: 7px;
  background: #3184ec;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #e5f0ff;
}
.hero h1 {
  font-size: clamp(3.7rem, 6.1vw, 5.5rem);
  margin-top: 26px;
  letter-spacing: -0.069em;
  line-height: 1.02;
}
.joy-word {
  position: relative;
  color: var(--primary);
  display: inline-block;
}
.joy-word svg {
  position: absolute;
  width: 100%;
  bottom: -8px;
  left: 0;
  fill: none;
  stroke: #70c7ff;
  stroke-width: 5;
  stroke-linecap: round;
}
.hero-description {
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--text-soft);
  margin-top: 30px;
  max-width: 510px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 31px;
}
.release-note {
  font-size: 0.78rem;
  margin-top: 23px;
  color: #667488;
  display: flex;
  align-items: center;
  gap: 11px;
}
.android-mark {
  color: #2aaf78;
  font-size: 1rem;
}
.hero-visual {
  height: 490px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse at center, #d9eeff 0%, #edf6ff77 49%, transparent 73%);
}
.hero-icon-wrap {
  width: 300px;
  height: 300px;
  position: relative;
  transform: rotate(-9deg);
  border-radius: 68px;
  box-shadow:
    16px 27px 42px #0b65dc2c,
    0 0 0 9px #fff8;
  z-index: 2;
}
.hero-icon {
  width: 100%;
  height: 100%;
  border-radius: 68px;
  object-fit: cover;
}
.orbit {
  position: absolute;
  border: 1px solid #b8d9fb;
  border-radius: 50%;
  width: 435px;
  height: 340px;
  transform: rotate(-30deg);
}
.orbit-two {
  width: 465px;
  height: 425px;
  transform: rotate(28deg);
  border-style: dashed;
  border-color: #d7e8f9;
}
.floating-label {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffffeb;
  border: 1px solid #e4edf5;
  box-shadow: 0 14px 30px #14488809;
  border-radius: 13px;
  padding: 14px 17px;
  font-size: 0.79rem;
  line-height: 1.6;
  z-index: 3;
  color: #526881;
}
.floating-label strong {
  font-size: 0.85rem;
  color: #203d64;
  font-weight: 600;
}
.label-top {
  top: 36px;
  right: 0;
  transform: rotate(6deg);
}
.label-bottom {
  bottom: 51px;
  left: 0;
  transform: rotate(-4deg);
}
.mini-icon {
  background: #e6f2ff;
  color: #0e6bea;
  width: 39px;
  height: 43px;
  border-radius: 10px;
  display: grid;
  place-items: center;
}
.check-icon {
  background: #e6f6ee;
  color: #26845b;
}
.hero-sparkle {
  position: absolute;
  right: 22px;
  bottom: 78px;
  color: #499af9;
}
.visual-caption {
  position: absolute;
  bottom: 0;
  right: 50px;
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  color: #526881;
}
.principles-bar {
  border-block: 1px solid #e6edf6;
  background: #f5f8fc;
}
.principles {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  color: #526b8d;
  font-size: 0.88rem;
}
.principles span {
  display: flex;
  align-items: center;
  gap: 12px;
}
.principles svg {
  color: #4688cf;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 40px;
}
.section-heading h2 {
  margin-top: 17px;
}
.section-heading > p {
  color: var(--text-soft);
  font-size: 0.99rem;
  line-height: 1.8;
  padding-bottom: 6px;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1.13fr 1fr 1fr;
  gap: 20px;
}
.feature-card {
  border: 1px solid #e0e8f1;
  border-radius: 18px;
  background: white;
  padding: 31px;
  display: flex;
  flex-direction: column;
  min-height: 372px;
}
.feature-primary {
  background: #eef5ff;
  border-color: #e4edfa;
}
.feature-icon {
  width: 45px;
  height: 45px;
  background: #d9eaff;
  color: #1764c8;
  display: grid;
  place-items: center;
  border-radius: 12px;
  margin-bottom: 27px;
}
.feature-icon.violet {
  background: #f0ebff;
  color: #8066bd;
}
.feature-icon.mint {
  background: #e6f5ed;
  color: #278868;
}
.feature-card h3 {
  font-size: 1.6rem;
  line-height: 1.18;
  letter-spacing: -0.04em;
  margin-bottom: 17px;
}
.feature-card p {
  font-size: 0.9rem;
  color: var(--text-soft);
  line-height: 1.85;
}
.feature-card > .text-link {
  margin-top: auto;
  padding-top: 30px;
  font-size: 0.85rem;
}
.feature-footnote {
  margin-top: auto;
  padding-top: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: #776590;
}
.storage-visual {
  margin-top: 24px;
  border-radius: 11px;
  padding: 17px;
  background: white;
  border: 1px solid #e0eaf8;
}
.storage-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.73rem;
  color: #405676;
}
.storage-track {
  display: flex;
  gap: 4px;
  height: 10px;
  margin-block: 12px;
  border-radius: 5px;
  overflow: hidden;
  background: #edf2f9;
}
.storage-track i:nth-child(1) {
  width: 37%;
  background: #226bee;
}
.storage-track i:nth-child(2) {
  width: 15%;
  background: #82bbfd;
}
.storage-track i:nth-child(3) {
  width: 8%;
  background: #bad8ff;
}
.storage-legend {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.64rem;
  color: #526881;
}
.storage-legend span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.storage-legend i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #226bee;
}
.how-section {
  padding-block: 91px;
  background: #f3f7fd;
  border-block: 1px solid #e9eff7;
}
.how-layout {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 100px;
}
.how-layout h2 {
  margin-top: 18px;
}
.section-intro {
  color: var(--text-soft);
  font-size: 1rem;
  margin-top: 22px;
  margin-bottom: 28px;
}
.steps {
  display: flex;
  flex-direction: column;
  gap: 31px;
}
.step {
  display: flex;
  gap: 24px;
  align-items: start;
  position: relative;
}
.step > span {
  font-size: 0.88rem;
  font-weight: 600;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #dbe5f1;
  color: #216ce0;
  border-radius: 50%;
  height: 42px;
  width: 42px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
}
.step:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  top: 43px;
  bottom: -31px;
  left: 21px;
  background: #d9e3f0;
}
.step h3 {
  font-size: 1.1rem;
  padding-top: 5px;
}
.step p {
  font-size: 0.89rem;
  color: var(--text-soft);
  line-height: 1.85;
  margin-top: 10px;
  max-width: 400px;
}
.care-panel {
  display: grid;
  grid-template-columns: 0.7fr 1.6fr;
  align-items: center;
  gap: 55px;
  border-radius: 20px;
  background: #eaf3ff;
  padding: 52px 65px;
}
.care-symbol {
  margin: auto;
  width: 164px;
  height: 181px;
  display: grid;
  place-items: center;
  border-radius: 45px;
  background: #dceaff;
  border: 1px solid #c3dbff;
  transform: rotate(-7deg);
  color: #1668e5;
  box-shadow: 12px 13px 0 #dfeaff;
}
.care-symbol svg {
  transform: rotate(7deg);
}
.care-copy h2 {
  font-size: 2.6rem;
  line-height: 1.13;
  margin-top: 14px;
}
.care-copy > p {
  font-size: 0.92rem;
  color: #456382;
  line-height: 1.8;
  margin-top: 20px;
  max-width: 580px;
}
.care-links {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 24px;
}
.care-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.83rem;
  font-weight: 600;
  color: #205eb6;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  padding-bottom: 110px;
}
.faq-heading h2 {
  margin-top: 16px;
}
.faq-heading p {
  color: var(--text-soft);
  margin-top: 24px;
  font-size: 0.9rem;
}
.faq-heading .text-link {
  margin-top: 8px;
  color: #1262cc;
}
.faq-list details {
  border-bottom: 1px solid #e0e7f0;
  padding: 22px 0;
}
.faq-list details:first-child {
  border-top: 1px solid #e0e7f0;
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 0.93rem;
  color: #283f5c;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-plus {
  font-size: 1.45rem;
  font-weight: 400;
  color: #6080a9;
  line-height: 1;
  transition: transform 0.2s;
}
.faq-list details[open] .faq-plus {
  transform: rotate(45deg);
}
.faq-list p {
  font-size: 0.9rem;
  color: var(--text-soft);
  padding-top: 16px;
  line-height: 1.85;
}
.faq-list p a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.launch-section {
  padding-bottom: 65px;
}
.launch-card {
  text-align: center;
  background: #075bed;
  background: radial-gradient(ellipse at 80% 10%, #116bdf 0%, transparent 50%), #075bed;
  color: white;
  border-radius: 24px;
  padding: 53px 25px 42px;
  overflow: hidden;
}
.launch-card > img {
  border-radius: 20px;
  border: 1px solid #ffffff50;
  margin: 0 auto 22px;
  box-shadow: 0 8px 18px #00367b36;
}
.launch-card .eyebrow {
  color: #ffffff;
  font-size: 0.66rem;
}
.launch-card h2 {
  color: white;
  font-size: 3.35rem;
  margin-block: 17px;
  line-height: 1.08;
}
.launch-card > p {
  color: #ffffff;
  font-size: 0.93rem;
  margin-bottom: 25px;
}
.launch-fine {
  display: block;
  color: #ffffff;
  font-size: 0.72rem;
  margin-top: 22px;
}
.launch-fine > span {
  margin-inline: 9px;
}
.support-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 55px;
}
.support-strip > div {
  display: flex;
  align-items: center;
  gap: 17px;
}
.support-strip svg {
  color: #517caf;
}
.support-strip h3 {
  font-size: 1rem;
}
.support-strip p {
  font-size: 0.83rem;
  color: var(--text-soft);
  margin-top: 4px;
}
.support-strip > a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.9rem;
  color: #285987;
}
.site-footer {
  border-top: 1px solid #e4ebf4;
  padding: 43px 0 25px;
  background: #f6f8fc;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.footer-top p {
  font-size: 0.79rem;
  color: #526881;
  margin-top: 12px;
}
.footer-top nav {
  display: flex;
  gap: 25px;
  align-items: start;
  padding-top: 8px;
  flex-wrap: wrap;
}
.footer-top nav a {
  font-size: 0.77rem;
  color: #526a88;
  display: flex;
  align-items: center;
  gap: 3px;
}
.footer-top nav a:hover {
  color: var(--primary);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid #e0e7f1;
  margin-top: 30px;
  padding-top: 22px;
  font-size: 0.68rem;
  color: #526881;
}
.footer-bottom p > span {
  margin-inline: 6px;
}
.footer-signoff {
  display: flex;
  align-items: center;
  gap: 7px;
}
@media (min-width: 1500px) {
  .hero {
    min-height: 740px;
  }
  .hero-visual {
    height: 540px;
  }
  .hero-icon-wrap {
    width: 330px;
    height: 330px;
  }
  .hero-icon-wrap,
  .hero-icon {
    border-radius: 75px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    padding-inline: 28px;
  }
  .header-inner nav {
    gap: 18px;
  }
  .hero {
    min-height: 620px;
    gap: 0;
  }
  .hero h1 {
    font-size: 4.3rem;
  }
  .hero-visual {
    height: 440px;
  }
  .hero-icon-wrap {
    width: 240px;
    height: 240px;
    border-radius: 55px;
  }
  .hero-icon {
    border-radius: 55px;
  }
  .orbit {
    width: 350px;
    height: 290px;
  }
  .orbit-two {
    width: 360px;
    height: 360px;
  }
  .label-top {
    right: 0;
    top: 31px;
  }
  .label-bottom {
    left: 0;
    bottom: 39px;
  }
  .floating-label {
    padding: 10px 12px;
  }
  .visual-caption {
    right: 15px;
  }
  .feature-card {
    padding: 24px;
  }
  .feature-grid {
    gap: 14px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .feature-card h3 {
    font-size: 1.42rem;
  }
  .storage-legend {
    flex-wrap: wrap;
  }
  .how-layout {
    gap: 55px;
  }
  .care-panel {
    padding: 40px;
    gap: 35px;
  }
  .care-copy h2 {
    font-size: 2.3rem;
  }
  .faq-section {
    gap: 45px;
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
  .footer-top nav {
    gap: 18px;
  }
}
@media (max-width: 760px) {
  .wrap {
    padding-inline: 22px;
  }
  .header-inner {
    min-height: 77px;
    gap: 18px;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 14px;
  }
  .brand {
    font-size: 1.3rem;
  }
  .brand img {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }
  .header-inner nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.75rem;
  }
  .header-cta {
    font-size: 0.73rem;
    padding: 8px 11px;
    gap: 8px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 45px;
    padding-bottom: 42px;
    gap: 25px;
  }
  .hero-copy {
    max-width: 560px;
  }
  .hero .eyebrow {
    font-size: 0.64rem;
  }
  .hero h1 {
    font-size: clamp(3.6rem, 11.5vw, 5rem);
    margin-top: 25px;
  }
  .hero-description {
    font-size: 1rem;
    margin-top: 27px;
  }
  .hero-actions {
    gap: 23px;
    margin-top: 26px;
  }
  .hero-actions .text-link {
    font-size: 0.84rem;
  }
  .button {
    padding: 14px 19px;
    gap: 20px;
  }
  .release-note {
    font-size: 0.71rem;
  }
  .hero-visual {
    height: 400px;
    margin-inline: auto;
    width: 100%;
    max-width: 425px;
  }
  .hero-icon-wrap {
    width: 245px;
    height: 245px;
  }
  .orbit {
    width: 91%;
    height: 275px;
  }
  .orbit-two {
    width: 96%;
    height: 355px;
  }
  .label-top {
    top: 24px;
    right: 1px;
  }
  .label-bottom {
    bottom: 26px;
    left: 0;
  }
  .floating-label {
    font-size: 0.72rem;
  }
  .floating-label strong {
    font-size: 0.78rem;
  }
  .mini-icon {
    width: 33px;
    height: 36px;
  }
  .hero-sparkle {
    right: 12px;
    bottom: 64px;
    width: 26px;
  }
  .visual-caption {
    font-size: 0.54rem;
    bottom: -7px;
    right: 5px;
  }
  .principles {
    min-height: auto;
    padding-block: 20px;
    gap: 13px;
    flex-direction: column;
    align-items: start;
    font-size: 0.82rem;
  }
  .principles span {
    gap: 12px;
  }
  .principles svg {
    width: 18px;
  }
  .section {
    padding-block: 65px;
  }
  .section-heading {
    display: block;
    margin-bottom: 28px;
  }
  .section-heading > p {
    margin-top: 21px;
  }
  .eyebrow {
    font-size: 0.66rem;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .feature-card {
    padding: 28px;
    min-height: 0;
  }
  .feature-card h3 {
    font-size: 1.6rem;
  }
  .feature-card h3 br {
    display: none;
  }
  .feature-icon {
    margin-bottom: 19px;
  }
  .feature-card > .text-link,
  .feature-footnote {
    padding-top: 25px;
  }
  .storage-visual {
    max-width: 370px;
  }
  .how-section {
    padding-block: 62px;
  }
  .how-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .how-layout h2 {
    font-size: 2.55rem;
  }
  .step {
    gap: 19px;
  }
  .step p {
    max-width: none;
  }
  .section-intro {
    margin-top: 18px;
    margin-bottom: 20px;
  }
  .care-panel {
    grid-template-columns: 1fr;
    padding: 33px 27px;
    gap: 33px;
  }
  .care-symbol {
    width: 91px;
    height: 100px;
    border-radius: 25px;
    margin-left: 4px;
  }
  .care-symbol svg {
    width: 46px;
    height: 46px;
  }
  .care-copy h2 {
    font-size: 2.05rem;
  }
  .care-links {
    flex-direction: column;
    gap: 15px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 65px;
  }
  .faq-heading p {
    margin-top: 17px;
  }
  .faq-list details {
    padding-block: 20px;
  }
  .launch-section {
    padding-bottom: 40px;
  }
  .launch-card {
    padding: 38px 20px 32px;
    border-radius: 18px;
  }
  .launch-card h2 {
    font-size: 2.55rem;
  }
  .launch-card .eyebrow {
    font-size: 0.57rem;
  }
  .support-strip {
    align-items: start;
    flex-direction: column;
    gap: 22px;
    padding-bottom: 38px;
  }
  .support-strip > a {
    font-size: 0.87rem;
    margin-left: 42px;
    gap: 12px;
  }
  .footer-top {
    flex-direction: column;
    gap: 24px;
  }
  .footer-top nav {
    gap: 18px 22px;
  }
  .footer-top nav a {
    font-size: 0.76rem;
  }
  .footer-bottom {
    margin-top: 25px;
    gap: 9px;
    flex-direction: column;
  }
  .footer-signoff {
    display: none;
  }
  .desktop-break {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
.legal-hero {
  padding-top: 46px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e3eaf4;
}
.back-link {
  display: block;
  width: fit-content;
  font-size: 0.82rem;
  color: #476b94;
  margin-bottom: 35px;
}
.back-link:hover {
  color: #075bed;
}
.legal-hero .eyebrow {
  display: flex;
  margin-bottom: 17px;
}
.legal-hero h1 {
  font-size: clamp(2.8rem, 5.5vw, 4.5rem);
}
.legal-intro {
  font-size: 1.08rem;
  color: #5b708c;
  max-width: 680px;
  line-height: 1.75;
  margin-top: 23px;
}
.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 23px;
  font-size: 0.77rem;
  color: #526881;
}
.legal-meta span + span:before {
  content: "·";
  margin-right: 22px;
}
.legal-layout {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 75px;
  padding-top: 48px;
  padding-bottom: 85px;
}
.legal-sidebar {
  align-self: start;
  position: sticky;
  top: 121px;
}
.legal-sidebar nav > p {
  font-size: 0.66rem;
  letter-spacing: 0.15em;
  color: #526881;
  font-weight: 700;
  margin-bottom: 18px;
}
.legal-sidebar nav > a {
  display: flex;
  align-items: baseline;
  gap: 11px;
  font-size: 0.79rem;
  color: #59708e;
  padding: 8px 0;
  line-height: 1.5;
}
.legal-sidebar nav > a > span {
  font-size: 0.63rem;
  color: #526881;
}
.legal-sidebar nav > a:hover {
  color: #075bed;
}
.legal-help {
  display: block;
  border-top: 1px solid #e1e8f2;
  padding-top: 22px;
  margin-top: 22px;
  font-size: 0.8rem;
  color: #526881;
}
.legal-help strong {
  color: #1962c3;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 5px;
  font-size: 0.84rem;
}
.legal-section {
  scroll-margin-top: 116px;
  margin-bottom: 39px;
}
.legal-section h2 {
  font-size: 1.5rem;
  letter-spacing: -0.035em;
  line-height: 1.3;
  padding-top: 3px;
  margin-bottom: 17px;
}
.legal-content p,
.legal-content li {
  font-size: 0.94rem;
  line-height: 1.85;
  color: #52657e;
}
.legal-content p + p {
  margin-top: 15px;
}
.legal-content strong {
  color: #2b435f;
}
.legal-content a:not(.button) {
  color: #1361c3;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-content ul,
.legal-content ol {
  padding-left: 23px;
  margin-block: 17px;
}
.legal-content li {
  padding-left: 4px;
  margin-block: 9px;
}
.legal-content h3 {
  font-size: 1.02rem;
  margin-block: 23px 10px;
  letter-spacing: -0.015em;
}
.legal-content code {
  font-size: 0.84rem;
  background: #eef3fa;
  padding: 3px 6px;
  border-radius: 4px;
  overflow-wrap: anywhere;
}
.table-scroll {
  width: 100%;
  overflow-x: auto;
  margin-block: 20px;
  border: 1px solid #e1e8f2;
  border-radius: 12px;
}
.table-scroll table {
  border-collapse: collapse;
  min-width: 580px;
  width: 100%;
  font-size: 0.83rem;
  line-height: 1.75;
  text-align: left;
}
.table-scroll caption {
  padding: 15px 17px;
  color: #536e91;
  text-align: left;
  background: #f7faff;
  font-size: 0.81rem;
  font-weight: 600;
  caption-side: top;
}
.table-scroll th,
.table-scroll td {
  padding: 16px;
  border-bottom: 1px solid #e2e9f2;
  vertical-align: top;
}
.table-scroll thead th {
  background: #edf4ff;
  color: #315b8d;
  font-size: 0.75rem;
  font-weight: 600;
}
.table-scroll th[scope="row"] {
  font-weight: 600;
  width: 20%;
  color: #344e70;
}
.table-scroll td {
  color: #5a6e87;
}
.table-scroll tr:last-child td,
.table-scroll tr:last-child th {
  border-bottom: 0;
}
.legal-callout {
  border-left: 3px solid #4287ec;
  background: #eef5ff;
  border-radius: 0 9px 9px 0;
  padding: 21px 24px;
  margin-block: 20px;
}
.legal-callout strong {
  display: block;
  color: #225fb3;
  margin-bottom: 7px;
}
.legal-callout p {
  margin-top: 0 !important;
}
.legal-contact {
  border: 1px solid #dce8f9;
  background: #f2f7ff;
  padding: 29px;
  border-radius: 13px;
  margin-top: 50px;
}
.legal-contact h2 {
  font-size: 1.55rem;
  line-height: 1.3;
  margin-block: 13px 12px;
  letter-spacing: -0.03em;
}
.legal-contact > a {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.94rem;
  width: fit-content;
  margin-top: 13px;
}
.deletion-request {
  background: #ecf4ff;
  border: 1px solid #d8e8ff;
  border-radius: 15px;
  padding: 31px;
  margin-bottom: 39px;
}
.deletion-request h2 {
  font-size: 2rem;
  line-height: 1.15;
  letter-spacing: -0.045em;
  margin-block: 14px 17px;
}
.deletion-request .button {
  margin-top: 23px;
  color: white;
}
.deletion-request .email-hint {
  font-size: 0.79rem;
  margin-top: 17px;
  color: #526881;
}
.request-steps li {
  padding-left: 6px;
  margin-block: 19px;
}
.request-steps p {
  margin-top: 6px;
}
.not-found {
  min-height: 60vh;
  padding-block: 80px;
}
.not-found h1 {
  font-size: clamp(3rem, 7vw, 6rem);
  margin-block: 20px;
}
.not-found > p {
  color: #607896;
  margin-bottom: 24px;
}
.not-found .text-link {
  display: block;
  width: fit-content;
  margin-top: 22px;
  color: #2169cb;
  font-size: 0.85rem;
}
@media (max-width: 1050px) {
  .legal-layout {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 38px;
  }
  .legal-sidebar {
    top: 112px;
  }
  .legal-sidebar nav > a {
    font-size: 0.75rem;
  }
}
@media (max-width: 760px) {
  .legal-hero {
    padding-top: 29px;
    padding-bottom: 31px;
  }
  .back-link {
    margin-bottom: 28px;
  }
  .legal-hero h1 {
    font-size: 2.8rem;
    line-height: 1.1;
  }
  .legal-intro {
    font-size: 1rem;
    margin-top: 19px;
  }
  .legal-meta {
    font-size: 0.71rem;
    gap: 8px 15px;
  }
  .legal-meta span + span:before {
    margin-right: 15px;
  }
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 31px;
    padding-top: 28px;
    padding-bottom: 50px;
  }
  .legal-sidebar {
    position: static;
  }
  .legal-sidebar nav {
    border-bottom: 1px solid #dee8f3;
    padding-bottom: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
  .legal-sidebar nav > p {
    grid-column: 1/-1;
    margin-bottom: 11px;
  }
  .legal-sidebar nav > a {
    font-size: 0.74rem;
    gap: 7px;
  }
  .legal-help {
    display: none;
  }
  .legal-content p,
  .legal-content li {
    font-size: 0.92rem;
  }
  .legal-section {
    margin-bottom: 32px;
    scroll-margin-top: 137px;
  }
  .legal-section h2 {
    font-size: 1.4rem;
  }
  .legal-content h3 {
    font-size: 1rem;
  }
  .deletion-request {
    padding: 25px 21px;
  }
  .deletion-request h2 {
    font-size: 1.8rem;
  }
  .deletion-request .button {
    font-size: 0.88rem;
    padding: 14px 15px;
    gap: 14px;
  }
  .legal-contact {
    padding: 25px 22px;
  }
  .legal-contact h2 {
    font-size: 1.4rem;
  }
  .legal-contact > a {
    font-size: 0.88rem;
  }
  .legal-content code {
    font-size: 0.78rem;
  }
  .legal-callout {
    padding: 18px 20px;
  }
}
@media print {
  .site-header,
  .site-footer,
  .skip-link,
  .legal-sidebar,
  .back-link,
  .legal-contact,
  .button {
    display: none !important;
  }
  .wrap {
    max-width: none;
    padding: 0;
  }
  .legal-layout {
    display: block;
    padding-top: 20px;
  }
  .legal-hero {
    padding-top: 0;
  }
  .legal-hero h1 {
    font-size: 28pt;
  }
  .legal-content p,
  .legal-content li {
    font-size: 10pt;
    line-height: 1.6;
  }
  .legal-section h2 {
    font-size: 15pt;
  }
  .legal-section {
    break-inside: avoid-page;
  }
  .table-scroll {
    overflow: visible;
  }
  .table-scroll table {
    min-width: 0;
    font-size: 9pt;
  }
  .legal-content a {
    color: inherit !important;
  }
  .deletion-request {
    background: white;
  }
  body {
    background: white;
  }
}
/* Keep reading text and interactive labels comfortable on small screens. */
.feature-card p,
.step p,
.faq-list p,
.care-copy > p,
.legal-content p,
.legal-content li {
  font-size: 1rem;
}
.eyebrow,
.release-note,
.visual-caption,
.storage-heading,
.storage-legend,
.launch-fine,
.footer-bottom,
.legal-meta,
.legal-sidebar nav > p,
.legal-sidebar nav > a > span {
  font-size: 0.75rem;
}
.hero .eyebrow,
.launch-card .eyebrow {
  font-size: 0.75rem;
}
.header-inner nav,
.header-cta,
.footer-top nav a,
.legal-sidebar nav > a,
.care-links a {
  font-size: 0.875rem;
}
.visual-caption {
  letter-spacing: 0.13em;
}
.legal-sidebar nav > a > span {
  min-width: 18px;
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 125px;
  }
  .hero .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.09em;
  }
  .hero-actions {
    flex-wrap: wrap;
  }
  .hero-actions .text-link {
    font-size: 0.875rem;
  }
  .header-inner nav {
    font-size: 0.875rem;
  }
  .header-cta {
    font-size: 0.875rem;
  }
  .launch-card .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
  }
  .visual-caption {
    font-size: 0.75rem;
    letter-spacing: 0.04em;
  }
  .legal-sidebar nav > a {
    font-size: 0.875rem;
  }
  .legal-meta {
    font-size: 0.75rem;
  }
  .footer-top nav a {
    font-size: 0.875rem;
  }
  .footer-bottom {
    font-size: 0.75rem;
  }
}
.legal-content {
  min-width: 0;
}
@media (max-width: 380px) {
  .hero-visual {
    min-width: 0;
  }
}

.table-scroll:focus-visible {
  outline: 3px solid #1468ef;
  outline-offset: 4px;
}
@media (min-width: 761px) {
  .legal-sidebar {
    max-height: calc(100dvh - 145px);
    overflow-y: auto;
    padding: 4px 6px 8px 4px;
    margin-left: -4px;
    scrollbar-width: thin;
  }
}
