.ios-landing {
  --ios-ink: #10233f;
  --ios-muted: #53657d;
  --ios-blue: #145ee8;
  --ios-sky: #dff2ff;
  --ios-mint: #c9f2e4;
  --ios-cream: #fff7e9;
  color: var(--ios-ink);
  background: #f8fbff;
  overflow: hidden;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ios-landing *, .ios-landing *::before, .ios-landing *::after { box-sizing: border-box; }
.ios-breadcrumb, .ios-hero, .ios-proof, .ios-section, .ios-gallery, .ios-steps, .ios-faq, .ios-final-cta, .ios-disclaimer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.ios-breadcrumb { display: flex; gap: 9px; padding-top: 20px; color: var(--ios-muted); font-size: .88rem; }
.ios-breadcrumb a { color: inherit; text-decoration: none; }
.ios-breadcrumb a:hover { color: var(--ios-blue); }

.ios-hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: clamp(36px, 7vw, 92px); align-items: center; padding-block: clamp(48px, 8vw, 96px); }
.ios-kicker { margin: 0 0 14px; color: var(--ios-blue); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.ios-hero h1 { max-width: 720px; margin: 0; font-size: clamp(3rem, 6vw, 5.75rem); line-height: .98; letter-spacing: -.055em; font-weight: 820; }
.ios-hero-lede { max-width: 660px; margin: 26px 0 0; color: var(--ios-muted); font-size: clamp(1.08rem, 2vw, 1.28rem); line-height: 1.58; }
.ios-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 32px; }
.ios-store-button { min-height: 58px; display: inline-flex; align-items: center; gap: 12px; padding: 9px 18px; border-radius: 14px; background: #0b1320; color: #fff; text-decoration: none; box-shadow: 0 15px 34px rgba(10, 24, 48, .2); transition: transform .2s ease, box-shadow .2s ease; }
.ios-store-button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 18px 40px rgba(10, 24, 48, .26); }
.ios-store-button small, .ios-store-button strong { display: block; line-height: 1.05; }
.ios-store-button small { font-size: .66rem; letter-spacing: .02em; }
.ios-store-button strong { margin-top: 3px; font-size: 1.26rem; }
.ios-apple-mark { width: 25px; height: 29px; display: grid; place-items: center; font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 1.8rem; line-height: 1; }
.ios-text-link { color: var(--ios-ink); font-weight: 800; text-decoration: none; }
.ios-text-link:hover { color: var(--ios-blue); }
.ios-quick-facts { display: flex; flex-wrap: wrap; gap: 30px; margin: 38px 0 0; padding: 0; list-style: none; }
.ios-quick-facts li { display: grid; gap: 2px; }
.ios-quick-facts strong { font-size: .95rem; }
.ios-quick-facts span { color: var(--ios-muted); font-size: .78rem; }

.ios-hero-visual { min-height: 590px; position: relative; display: grid; place-items: center; }
.ios-hero-visual::before { content: ""; position: absolute; inset: 5% -8% 2%; border-radius: 46% 54% 42% 58%; background: linear-gradient(145deg, var(--ios-sky), var(--ios-mint)); transform: rotate(-5deg); }
.ios-orbit { position: absolute; border: 1px solid rgba(20, 94, 232, .18); border-radius: 50%; }
.ios-orbit-one { width: 490px; height: 490px; }
.ios-orbit-two { width: 380px; height: 570px; transform: rotate(40deg); }
.ios-phone-frame { width: min(284px, 66vw); position: relative; z-index: 2; margin: 0; padding: 10px; border-radius: 42px; background: #111b29; box-shadow: 0 34px 76px rgba(15, 40, 76, .3); transform: rotate(3deg); }
.ios-phone-frame img { display: block; width: 100%; height: auto; border-radius: 33px; }
.ios-app-card { min-width: 270px; position: absolute; z-index: 3; left: -4%; bottom: 11%; display: flex; align-items: center; gap: 13px; padding: 13px 16px; border: 1px solid rgba(255, 255, 255, .7); border-radius: 18px; background: rgba(255, 255, 255, .9); box-shadow: 0 18px 44px rgba(15, 40, 76, .18); backdrop-filter: blur(12px); }
.ios-app-card img { width: 54px; height: 54px; border-radius: 12px; }
.ios-app-card p, .ios-app-card strong { margin: 0; display: block; }
.ios-app-card p { color: var(--ios-muted); font-size: .75rem; }
.ios-app-card strong { max-width: 175px; font-size: .9rem; }

.ios-proof { padding: 27px 34px; border: 1px solid #dbe6f1; border-radius: 24px; background: #fff; box-shadow: 0 16px 46px rgba(20, 45, 80, .06); text-align: center; }
.ios-proof p { margin: 0 0 16px; color: var(--ios-muted); font-size: .76rem; font-weight: 750; text-transform: uppercase; letter-spacing: .11em; }
.ios-proof div { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 30px; font-weight: 820; }
.ios-proof span:not(:last-child)::after { content: "·"; margin-left: 30px; color: #a9b9ca; }

.ios-section { padding-block: clamp(90px, 11vw, 150px); }
.ios-section-heading { max-width: 760px; margin-bottom: 44px; }
.ios-section-heading h2, .ios-gallery h2, .ios-steps h2, .ios-final-cta h2 { margin: 0; font-size: clamp(2.25rem, 4.7vw, 4.35rem); line-height: 1.04; letter-spacing: -.045em; }
.ios-section-heading > p:last-child { max-width: 650px; margin: 20px 0 0; color: var(--ios-muted); font-size: 1.08rem; line-height: 1.6; }
.ios-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.ios-feature-card { min-height: 300px; position: relative; padding: clamp(26px, 4vw, 42px); border: 1px solid #dce6f1; border-radius: 26px; background: #fff; }
.ios-feature-card:nth-child(2) { background: var(--ios-cream); }
.ios-feature-card:nth-child(3) { background: var(--ios-sky); }
.ios-feature-card:nth-child(4) { background: var(--ios-mint); }
.ios-feature-number { color: var(--ios-blue); font-size: .75rem; font-weight: 850; letter-spacing: .12em; }
.ios-feature-card h3 { max-width: 430px; margin: 52px 0 13px; font-size: clamp(1.55rem, 3vw, 2.35rem); letter-spacing: -.03em; }
.ios-feature-card p { max-width: 560px; margin: 0; color: #4c6078; line-height: 1.65; }
.ios-feature-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.ios-feature-card li { padding: 7px 10px; border-radius: 999px; background: rgba(255, 255, 255, .72); color: #3b526c; font-size: .78rem; font-weight: 750; }
.ios-mini-score { margin-top: 28px; display: grid; grid-template-columns: auto 1fr; gap: 5px 14px; align-items: center; }
.ios-mini-score strong { font-size: 2rem; }
.ios-mini-score > span { height: 8px; border-radius: 99px; background: #e8eef6; overflow: hidden; }
.ios-mini-score i { display: block; width: var(--progress); height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--ios-blue), #31b891); }
.ios-mini-score small { grid-column: 1 / -1; color: var(--ios-muted); }

.ios-gallery { width: 100%; padding: clamp(82px, 10vw, 132px) max(20px, calc((100vw - 1180px) / 2)); background: #0d2039; color: #fff; }
.ios-gallery-heading { max-width: 760px; }
.ios-gallery .ios-kicker { color: #79d8ff; }
.ios-screenshot-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 4vw, 48px); margin-top: 58px; }
.ios-screenshot-row figure { margin: 0; }
.ios-screenshot-row img { display: block; width: 100%; height: auto; border: 8px solid #25364b; border-radius: 34px; box-shadow: 0 24px 54px rgba(0, 0, 0, .34); }
.ios-screenshot-row figure:nth-child(2) { transform: translateY(34px); }
.ios-screenshot-row figcaption { margin-top: 18px; color: #b9c7d8; line-height: 1.5; }

.ios-steps { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(42px, 8vw, 110px); padding-block: clamp(95px, 12vw, 160px); }
.ios-steps ol { margin: 0; padding: 0; list-style: none; }
.ios-steps li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid #dce6ef; }
.ios-steps li:first-child { padding-top: 0; }
.ios-steps li > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--ios-blue); color: #fff; font-weight: 850; }
.ios-steps strong { font-size: 1.18rem; }
.ios-steps li p { margin: 7px 0 0; color: var(--ios-muted); line-height: 1.55; }

.ios-faq { padding-bottom: clamp(90px, 11vw, 150px); }
.ios-faq-list { border-top: 1px solid #cad8e6; }
.ios-faq details { border-bottom: 1px solid #cad8e6; }
.ios-faq summary { position: relative; padding: 25px 48px 25px 0; cursor: pointer; font-size: 1.08rem; font-weight: 800; list-style: none; }
.ios-faq summary::-webkit-details-marker { display: none; }
.ios-faq summary::after { content: "+"; position: absolute; right: 8px; top: 21px; color: var(--ios-blue); font-size: 1.65rem; font-weight: 400; }
.ios-faq details[open] summary::after { content: "−"; }
.ios-faq details p { max-width: 820px; margin: 0; padding: 0 48px 24px 0; color: var(--ios-muted); line-height: 1.65; }

.ios-final-cta { display: grid; grid-template-columns: 88px 1fr auto; align-items: center; gap: 28px; padding: clamp(28px, 5vw, 52px); border-radius: 30px; background: linear-gradient(130deg, #145ee8, #1247aa); color: #fff; }
.ios-final-cta img { width: 88px; height: 88px; border-radius: 20px; }
.ios-final-cta .ios-kicker { color: #c7e5ff; }
.ios-final-cta h2 { font-size: clamp(1.8rem, 3.6vw, 3.3rem); }
.ios-final-cta div > p:last-child { margin: 10px 0 0; color: #dbeaff; }
.ios-store-button-light { flex: 0 0 auto; }
.ios-disclaimer { padding: 28px 0 46px; color: #718197; font-size: .78rem; line-height: 1.55; text-align: center; }
.ios-mobile-download { display: none; }

@media (max-width: 900px) {
  .ios-hero { grid-template-columns: 1fr; }
  .ios-hero-copy { position: relative; z-index: 3; }
  .ios-hero-visual { min-height: 570px; }
  .ios-app-card { left: 8%; }
  .ios-steps { grid-template-columns: 1fr; }
  .ios-final-cta { grid-template-columns: 72px 1fr; }
  .ios-final-cta img { width: 72px; height: 72px; }
  .ios-final-cta .ios-store-button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 680px) {
  .ios-breadcrumb, .ios-hero, .ios-proof, .ios-section, .ios-steps, .ios-faq, .ios-final-cta, .ios-disclaimer { width: min(100% - 28px, 1180px); }
  .ios-hero { min-height: auto; padding-top: 42px; }
  .ios-hero h1 { font-size: clamp(2.75rem, 13vw, 4.1rem); }
  .ios-quick-facts { gap: 18px; justify-content: space-between; }
  .ios-hero-visual { min-height: 500px; }
  .ios-orbit-one { width: 390px; height: 390px; }
  .ios-orbit-two { width: 300px; height: 460px; }
  .ios-app-card { min-width: 238px; left: 0; bottom: 7%; }
  .ios-proof { padding-inline: 18px; }
  .ios-proof div { gap: 10px 16px; }
  .ios-proof span:not(:last-child)::after { display: none; }
  .ios-feature-grid, .ios-screenshot-row { grid-template-columns: 1fr; }
  .ios-feature-card { min-height: 275px; }
  .ios-feature-card h3 { margin-top: 36px; }
  .ios-gallery { padding-inline: 20px; }
  .ios-screenshot-row { max-width: 360px; margin-inline: auto; }
  .ios-screenshot-row figure:nth-child(2) { transform: none; }
  .ios-final-cta { grid-template-columns: 58px 1fr; border-radius: 22px; }
  .ios-final-cta img { width: 58px; height: 58px; border-radius: 14px; }
  .ios-mobile-download { position: fixed; z-index: 50; right: 14px; bottom: 14px; left: 14px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 18px; border-radius: 14px; background: #0b1320; color: #fff; box-shadow: 0 16px 38px rgba(6, 20, 44, .35); text-align: center; text-decoration: none; font-weight: 820; }
  .ios-mobile-download .ios-apple-mark { width: auto; height: auto; font-size: 1.25rem; }
  .ios-disclaimer { padding-bottom: 90px; }
}

@media (prefers-reduced-motion: reduce) {
  .ios-store-button { transition: none; }
}
