:root {
  --bg: #348cff;
  --section-bg: #fbfcff;
  --panel: #ffffff;
  --ink: #101217;
  --muted: #717783;
  --soft: #e7e9ee;
  --blue: #348cff;
  --blue-dark: #145bc6;
  --blue-deep: #0f67df;
  --blue-soft: #eaf3ff;
  --green: #25c878;
  --charcoal: #1c1c1f;
  --shadow: 0 18px 50px rgba(16, 18, 23, 0.11);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(52, 140, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(24px);
}

.nav {
  width: min(1120px, calc(100% - 40px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  flex: 0 0 auto;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28), 0 8px 20px rgba(17, 75, 160, 0.18);
}

.brand-title {
  display: block;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
  color: #fff;
}

.brand-subtitle {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 650;
}

.nav-links a {
  padding: 8px 0;
}

.hero {
  width: min(1120px, calc(100% - 40px));
  min-height: calc(94svh - 82px);
  margin: 0 auto;
  padding: 58px 0 52px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  align-items: center;
  gap: 72px;
  color: #fff;
}

.eyebrow {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
}

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

h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 780px;
  font-size: 96px;
  line-height: 0.92;
  font-weight: 850;
  letter-spacing: 0;
}

h1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0.02em;
  bottom: -8px;
  height: 5px;
  border-radius: 999px;
  background: #101217;
}

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

.hero-statement {
  margin: 24px 0 0;
  max-width: 600px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 48px;
  line-height: 1.02;
  font-weight: 850;
}

.hero-lede {
  margin: 26px 0 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 23px;
  line-height: 1.34;
  font-weight: 680;
}

.hero-note {
  margin: 18px 0 0;
  max-width: 500px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.58;
}

.hero-actions {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 8px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 1;
  font-weight: 750;
}

.button.primary {
  background: #fff;
  color: var(--blue-dark);
  box-shadow: 0 12px 26px rgba(17, 75, 160, 0.18);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #fff;
}

.availability {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.45;
}

.app-store-badge {
  width: 202px;
  min-height: 62px;
  display: inline-grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  justify-content: center;
  border-radius: 13px;
  padding: 8px 18px;
  position: relative;
  background: #050506;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 14px 32px rgba(16, 18, 23, 0.2);
}

.apple-mark {
  display: block;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
  font-size: 40px;
  line-height: 1;
  transform: translateY(-1px);
}

.badge-copy {
  display: block;
}

.badge-copy span,
.app-store-badge strong {
  display: block;
  line-height: 1;
}

.badge-copy span {
  font-size: 12px;
  font-weight: 680;
  letter-spacing: 0;
}

.app-store-badge strong {
  margin-top: 5px;
  font-size: 29px;
  font-weight: 760;
  letter-spacing: 0;
}

.nav-badge {
  width: 154px;
  min-height: 48px;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 8px;
  border-radius: 10px;
  padding: 7px 12px;
}

.nav-badge .apple-mark {
  font-size: 30px;
}

.nav-badge .badge-copy span {
  font-size: 9px;
}

.nav-badge strong {
  margin-top: 4px;
  font-size: 22px;
}

.hero-visual {
  display: flex;
  justify-content: center;
  min-width: 0;
  transform: translateY(-58px);
}

.iphone-device {
  width: min(292px, 100%);
  aspect-ratio: 1179 / 2556;
  position: relative;
  padding: 12px;
  border-radius: 56px;
  background: linear-gradient(145deg, #25262b 0%, #050506 42%, #1b1c20 100%);
  box-shadow: 0 34px 90px rgba(17, 75, 160, 0.42), inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.iphone-device::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 52px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.device-button {
  position: absolute;
  width: 4px;
  border-radius: 4px;
  background: #111216;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.12);
}

.device-button.side-left {
  left: -3px;
  top: 150px;
  height: 82px;
}

.device-button.side-right {
  right: -3px;
  top: 210px;
  height: 110px;
}

.phone-frame {
  width: 100%;
  height: 100%;
  padding: 28px 16px 16px;
  border-radius: 44px;
  background: #050506;
  overflow: hidden;
}

.phone-frame img {
  width: 100%;
}

.bob-preview {
  display: flex;
  flex-direction: column;
}

.dynamic-island {
  width: 84px;
  height: 23px;
  margin: 0 auto 50px;
  border-radius: 999px;
  background: #000;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}

.preview-header {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1 1 auto;
}

.preview-header img {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  flex: 0 0 auto;
}

.preview-header strong,
.preview-header small {
  display: block;
}

.preview-header strong {
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
  white-space: nowrap;
}

.preview-header small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 9.5px;
  font-weight: 700;
  white-space: nowrap;
}

.preview-buttons {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
}

.preview-icon {
  width: 31px;
  height: 31px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1b1c20;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.preview-icon.share::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2.25px solid #fff;
  border-right: 2.25px solid #fff;
  transform: rotate(28deg) skew(-10deg, -10deg);
  border-radius: 2px;
}

.preview-icon.share::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2.25px;
  background: #fff;
  transform: translate(-1px, 5px) rotate(-28deg);
  border-radius: 999px;
}

.preview-icon.lock::before {
  content: "";
  width: 12px;
  height: 11px;
  margin-top: 8px;
  border: 2.25px solid #fff;
  border-radius: 4px;
}

.preview-icon.lock::after {
  content: "";
  position: absolute;
  top: 9px;
  width: 12px;
  height: 11px;
  border: 2.25px solid #fff;
  border-bottom: 0;
  border-radius: 11px 11px 0 0;
}

.preview-scan {
  width: min(100%, 218px);
  height: 122px;
  margin: auto auto 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--blue);
  border-radius: 24px;
  box-shadow: 0 0 0 1px rgba(52, 140, 255, 0.16), 0 16px 60px rgba(52, 140, 255, 0.15);
}

.preview-scan span {
  width: 38px;
  height: 30px;
  position: relative;
  display: block;
}

.preview-scan span::before,
.preview-scan span::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid var(--blue);
  border-radius: 10px;
}

.preview-scan span::after {
  inset: 9px 12px;
  border-radius: 50%;
}

.preview-copy {
  text-align: center;
}

.preview-copy h2 {
  color: #fff;
  font-size: 33px;
  line-height: 1;
}

.preview-copy p {
  margin: 12px auto 0;
  max-width: 220px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14.5px;
  line-height: 1.35;
  font-weight: 620;
}

.preview-action {
  margin-top: auto;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: #18191d;
}

.preview-action small,
.preview-action strong {
  display: block;
}

.preview-action small {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 750;
}

.preview-action strong {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 850;
}

.section {
  background: var(--section-bg);
  border-top: 1px solid rgba(16, 18, 23, 0.07);
}

.section:nth-of-type(2) {
  background: #fff;
}

.section-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 42px;
}

h2 {
  margin: 0;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
}

.statement {
  border-top: 0;
}

.statement-inner {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 104px 0 94px;
  text-align: center;
}

.statement-inner h2 {
  max-width: 900px;
  margin: 0 auto;
  font-size: 58px;
  line-height: 1;
}

.statement-inner p {
  margin: 20px auto 0;
  max-width: 620px;
  color: #5e6570;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 620;
}

.flow-section {
  background: var(--blue);
  border-top-color: rgba(255, 255, 255, 0.22);
}

.mini-flow {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 40px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mini-step {
  min-height: 176px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(17, 75, 160, 0.16);
}

.mini-step span {
  color: var(--blue);
  font-size: 14px;
  font-weight: 850;
}

.mini-step strong {
  display: block;
  max-width: 260px;
  font-size: 29px;
  line-height: 1.06;
  font-weight: 850;
}

.pricing-wrap {
  display: block;
}

.pricing-copy p:not(.eyebrow) {
  margin: 18px 0 0;
  max-width: 480px;
  color: #5e6570;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 620;
}

.section-heading p,
.plain-copy {
  margin: 0;
  color: #5e6570;
  font-size: 18px;
  line-height: 1.55;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.step {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--soft);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 10px 30px rgba(16, 18, 23, 0.04);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--blue-soft);
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 850;
}

.step h3 {
  margin: 22px 0 10px;
  font-size: 22px;
  line-height: 1.16;
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  align-items: center;
  gap: 56px;
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 16px 0;
  border-top: 1px solid var(--soft);
}

.feature:first-child {
  border-top: 0;
}

.check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(37, 200, 120, 0.12);
  color: #117c49;
  font-size: 18px;
  font-weight: 900;
}

.feature strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}

.feature span {
  display: block;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.pricing-panel {
  padding: 30px;
  border-radius: 8px;
  background: var(--charcoal);
  color: #fff;
  box-shadow: var(--shadow);
}

.pricing-panel .small {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 800;
}

.price {
  margin: 0;
  font-size: 52px;
  line-height: 1;
  font-weight: 850;
}

.pricing-panel p:not(.small) {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.5;
}

.cta-band {
  background: var(--blue);
  color: #fff;
  border-top-color: rgba(255, 255, 255, 0.24);
}

.cta-band .section-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
}

.cta-band p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  line-height: 1.5;
}

.site-footer {
  background: var(--blue);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 18px;
  font-weight: 650;
}

.legal-main {
  width: min(780px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0 92px;
  color: #fff;
}

.legal-main h1 {
  font-size: 48px;
  line-height: 1.06;
}

.legal-main .updated {
  margin: 14px 0 42px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
}

.legal-card {
  padding: 36px;
  border: 1px solid var(--soft);
  border-radius: 8px;
  background: var(--panel);
  color: var(--ink);
}

.legal-card h2 {
  margin-top: 34px;
  font-size: 24px;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card p,
.legal-card li {
  color: #555c67;
  font-size: 17px;
  line-height: 1.62;
}

.legal-card a {
  color: var(--blue-dark);
  font-weight: 700;
}

.legal-card ul {
  margin: 14px 0 0;
  padding-left: 22px;
}

@media (max-width: 860px) {
  .nav {
    width: min(100% - 28px, 1120px);
  }

  .nav-links {
    gap: 12px;
  }

  .nav-links a:not(.nav-badge) {
    display: none;
  }

  .hero,
  .section-inner,
  .footer-inner,
  .legal-main {
    width: min(100% - 28px, 1120px);
  }

  .hero {
    min-height: auto;
    padding: 42px 0 36px;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .iphone-device {
    width: min(328px, 100%);
  }

  h1 {
    font-size: 62px;
  }

  .hero-statement {
    font-size: 39px;
  }

  .hero-lede {
    font-size: 21px;
  }

  .section-inner {
    padding: 64px 0;
  }

  .section-heading,
  .split,
  .pricing-wrap,
  .cta-band .section-inner {
    grid-template-columns: 1fr;
  }

  .steps,
  .mini-flow {
    grid-template-columns: 1fr;
  }

  .statement-inner {
    width: min(100% - 28px, 980px);
    padding: 76px 0 70px;
  }

  .statement-inner h2 {
    font-size: 43px;
  }

  .statement-inner p {
    font-size: 19px;
  }

  .mini-flow {
    width: min(100% - 28px, 1120px);
  }

  .mini-step {
    min-height: 142px;
  }

  h2 {
    font-size: 34px;
  }

  .cta-band .button {
    width: 100%;
  }
}

@media (max-width: 540px) {
  .brand-icon {
    width: 44px;
    height: 44px;
  }

  .brand-title {
    font-size: 16px;
  }

  .brand-subtitle {
    font-size: 12px;
  }

  h1 {
    font-size: 58px;
  }

  .hero-statement {
    font-size: 34px;
  }

  .hero-lede {
    font-size: 20px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .legal-card {
    padding: 24px;
  }

  .phone-frame {
    padding: 24px 18px 18px;
  }

  .dynamic-island {
    margin-bottom: 42px;
  }

  .preview-scan {
    width: min(100%, 222px);
    height: 124px;
  }

  .preview-copy h2 {
    font-size: 34px;
  }

  .mini-step strong {
    font-size: 27px;
  }
}
