@font-face {
  font-family: "Inter Local";
  src: url("/assets/inter-variable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --navy: #101d58;
  --ink: #12205c;
  --muted: #67738f;
  --teal: #10b8b4;
  --teal-dark: #07969c;
  --blue: #1379f2;
  --violet: #7748ee;
  --coral: #ff5f67;
  --gold: #ffb52b;
  --line: #dbe5f2;
  --font: "Inter Local", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--font); font-size: 16px; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body, button, a { font-family: var(--font); }
img, svg { display: block; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.14; }
.container { width: min(calc(100% - 48px), 1240px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; left: 16px; top: 12px; padding: 12px 16px; border-radius: 10px; color: #fff; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid #edf1f6; background: rgba(255,255,255,.95); }
.header-inner { display: flex; height: 92px; align-items: center; gap: 32px; }
.app-brand { display: inline-flex; align-items: center; gap: 13px; flex: 0 0 auto; color: var(--navy); font-size: 23px; font-weight: 800; letter-spacing: -.03em; }
.app-brand img { width: 34px; height: 54px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 2.5vw, 42px); margin-left: auto; }
.desktop-nav a { color: #3f4b79; font-size: 14px; font-weight: 550; white-space: nowrap; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--teal-dark); }
.header-download { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; margin-left: 10px; padding: 0 24px; border: 0; border-radius: 13px; color: #fff; background: linear-gradient(135deg, #1180f5, #0672eb); box-shadow: 0 12px 26px rgba(20,119,242,.22); font-size: 14px; font-weight: 750; cursor: pointer; }
.download-icon { display: none; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.hero { position: relative; overflow: hidden; padding: 22px 0 28px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 45%) minmax(0, 55%); align-items: center; min-height: 620px; }
.hero-copy { position: relative; z-index: 5; padding: 8px 0 0 18px; }
.hero-copy h1 { max-width: 610px; margin-bottom: 28px; font-size: clamp(56px, 4.4vw, 64px); font-weight: 800; line-height: 1.08; letter-spacing: -.052em; }
.hero-copy h1 span, .hero-copy h1 em { display: block; font: inherit; }
.hero-copy h1 em { color: transparent; background: linear-gradient(90deg, #0798a6 0%, #178dc6 75%); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.hero-copy p { max-width: 550px; margin-bottom: 30px; color: var(--muted); font-size: 17px; line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 17px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 0 27px; border: 1px solid transparent; border-radius: 13px; font-size: 15px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #0ebbb7, #099fac); box-shadow: 0 14px 28px rgba(18,183,179,.22); }
.button-secondary { color: #138f9a; border-color: #55c9cd; background: #fff; }
.button-secondary svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linejoin: round; }
.button-secondary svg path { fill: currentColor; stroke: none; }
.hero-trust { display: flex; align-items: center; gap: 15px; margin-top: 32px; color: #7e899f; font-size: 12px; line-height: 1.45; }
.trust-dots { display: flex; padding-left: 7px; }
.trust-dots i { width: 28px; height: 28px; margin-left: -7px; border: 2px solid #fff; border-radius: 50%; background: #27a8ec; }
.trust-dots i:nth-child(2) { background: #5f63e9; }.trust-dots i:nth-child(3) { background: #9d54e8; }.trust-dots i:nth-child(4) { background: #ff8c72; }

.hero-composition { position: relative; min-height: 620px; }
.hero-shape { position: absolute; border-radius: 46% 54% 51% 49% / 47% 41% 59% 53%; }
.hero-shape-left { width: 440px; height: 430px; left: 32px; top: 120px; background: rgba(218,247,246,.9); transform: rotate(15deg); }
.hero-shape-right { width: 430px; height: 480px; right: 13px; top: 82px; background: linear-gradient(145deg, rgba(224,233,255,.78), rgba(235,240,255,.42)); transform: rotate(-10deg); }
.confetti, .dot { position: absolute; z-index: 5; display: block; }
.confetti { width: 56px; height: 22px; border-radius: 999px; transform: rotate(-46deg); }
.confetti-violet { left: 27px; top: 126px; width: 31px; height: 14px; background: linear-gradient(90deg, #a12df2, #6641ff); }
.confetti-gold { right: 3px; top: 63px; background: linear-gradient(90deg, #ffbe37, #ff9e18); }
.confetti-coral { right: -4px; top: 334px; background: linear-gradient(90deg, #ff6367, #ff4e5a); }
.dot { border-radius: 50%; }
.dot-teal { left: 18px; top: 66px; width: 15px; height: 15px; background: var(--teal); }
.dot-blue { right: 9px; top: 198px; width: 12px; height: 12px; background: #1b8bf5; }
.supernim { position: absolute; z-index: 7; left: -16px; bottom: 5px; width: 270px; height: 370px; object-fit: contain; }
.phone { position: absolute; z-index: 8; left: 57%; top: -10px; width: 304px; transform: translateX(-50%); }
.phone-shell { overflow: hidden; padding: 5px; border: 2px solid #23262d; border-radius: 43px; background: linear-gradient(145deg, #15171b, #5c5f66 44%, #15171b 80%); box-shadow: inset 0 0 0 1px #a8abb1, 0 30px 32px rgba(20,35,77,.24); }
.phone-shell > img { display: block; width: 100%; height: auto; border-radius: 37px; background: #f7faf9; }
.myopus { position: absolute; z-index: 9; right: -3px; bottom: 10px; width: 178px; height: 205px; object-fit: contain; filter: drop-shadow(0 20px 24px rgba(23,99,217,.2)); }

.problem-section { padding: 24px 0 42px; }
.problem-panel { display: grid; grid-template-columns: 38% 62%; min-height: 308px; overflow: hidden; border: 1px solid #d7e3f1; border-radius: 24px; background: #fff; box-shadow: 0 18px 55px rgba(34,67,118,.045); }
.problem-intro { position: relative; overflow: hidden; padding: 34px 34px; background: linear-gradient(145deg, #fff 0%, #f5f9ff 100%); }
.eyebrow { display: block; margin-bottom: 13px; color: var(--teal-dark); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.problem-intro h2 { position: relative; z-index: 2; max-width: 390px; margin: 0; font-size: 28px; line-height: 1.23; letter-spacing: -.035em; }
.records-art { position: absolute; left: 36px; bottom: -10px; width: 300px; height: 138px; }
.records-sheet { position: absolute; width: 128px; height: 94px; border-radius: 8px; background: #fff; box-shadow: 0 10px 22px rgba(49,74,126,.11); }
.records-sheet-back { left: 40px; top: 0; transform: rotate(-7deg); }
.records-sheet-front { left: 73px; top: 4px; padding: 18px; transform: rotate(5deg); }
.records-sheet-front i { display: block; height: 5px; margin-bottom: 9px; border-radius: 4px; background: #dfe6f3; }
.records-folder { position: absolute; z-index: 2; left: 35px; bottom: 0; width: 190px; height: 98px; border-radius: 7px 16px 8px 8px; background: linear-gradient(135deg, #694fef, #1679f2); box-shadow: 0 15px 30px rgba(70,74,216,.22); }
.records-folder::before { content: ""; position: absolute; left: 0; top: -11px; width: 70px; height: 21px; border-radius: 8px 8px 0 0; background: #7057ee; }
.records-folder span { position: absolute; left: 60px; top: 34px; width: 73px; height: 40px; border-radius: 70% 18% 70% 18%; background: #fff; transform: rotate(-7deg); }
.records-folder span b { position: absolute; left: 27px; top: 7px; width: 25px; height: 25px; border: 6px solid #4f4be2; border-radius: 50%; }
.problem-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 29px; align-items: center; padding: 38px 34px; }
.round-icon { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: 21px; border-radius: 18px; }
.round-icon svg, .feature-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.icon-teal { color: #059b9b; background: #def7f4; }.icon-violet { color: var(--violet); background: #eee8ff; }.icon-coral { color: var(--coral); background: #ffe9ec; }
.problem-items h3 { margin-bottom: 10px; font-size: 16px; line-height: 1.3; }
.problem-items p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.62; }

.features-section { padding: 10px 0 32px; }
.section-title-row { display: flex; align-items: center; justify-content: center; gap: 18px; margin-bottom: 23px; }
.section-title-row h2 { margin: 0; font-size: 28px; letter-spacing: -.035em; }
.section-title-row > span { display: flex; gap: 8px; }.section-title-row i { display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--violet); }.section-title-row i:nth-child(2) { background: var(--gold); }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 218px; overflow: hidden; padding: 28px 22px 23px 92px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.feature-card::after { content: ""; position: absolute; z-index: 0; left: 50%; bottom: -1px; width: min(168px, 60%); height: 44px; opacity: .075; background: currentColor; clip-path: ellipse(50% 100% at 50% 100%); transform: translateX(-50%); }
.feature-icon { position: absolute; z-index: 1; left: 22px; top: 23px; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; color: #fff; box-shadow: 0 10px 20px rgba(31,77,132,.14); }
.feature-icon svg { width: 28px; height: 28px; }
.feature-card h3 { position: relative; z-index: 1; margin: 3px 0 14px; font-size: 16px; line-height: 1.35; }
.feature-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.62; }
.card-teal { color: var(--teal); border-color: rgba(18,183,179,.36); }.card-teal .feature-icon { background: linear-gradient(145deg, #1ac4bd, #079c9e); }
.card-violet { color: var(--violet); border-color: rgba(118,72,239,.28); }.card-violet .feature-icon { background: linear-gradient(145deg, #9b61f4, #7140df); }
.card-gold { color: var(--gold); border-color: rgba(255,182,43,.38); }.card-gold .feature-icon { background: linear-gradient(145deg, #ffc441, #f49c15); }
.card-coral { color: var(--coral); border-color: rgba(255,94,100,.30); }.card-coral .feature-icon { background: linear-gradient(145deg, #ff777b, #f44753); }

.download-section { padding: 3px 0 31px; }
.download-title-row { margin-bottom: 21px; }
.store-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.store-card { position: relative; display: flex; min-height: 96px; align-items: center; gap: 15px; padding: 17px 18px; border: 1px solid #d7e3f2; border-radius: 17px; color: var(--ink); background: #fff; cursor: pointer; text-align: left; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.store-card:hover { transform: translateY(-3px); border-color: #aecce7; box-shadow: 0 14px 28px rgba(35,65,120,.09); }
.store-card > span:nth-child(2) { min-width: 0; }.store-card strong, .store-card small { display: block; white-space: nowrap; }
.store-card strong { margin-bottom: 4px; color: #4f5a73; font-size: 17px; }.store-card small { color: #929caf; font-size: 13px; }
.store-card > i { position: absolute; right: 11px; top: -10px; padding: 4px 11px; border-radius: 999px; color: #fff; background: var(--blue); box-shadow: 0 5px 11px rgba(20,119,242,.23); font-size: 11px; font-style: normal; font-weight: 750; }
.store-logo { display: grid; width: 51px; height: 51px; place-items: center; flex: 0 0 auto; border-radius: 13px; }
.store-logo img { width: 46px; height: 46px; object-fit: contain; }.store-logo-app { background: linear-gradient(180deg, #18bffa, #087bfa); }.store-logo-app img { width: 34px; height: 34px; }

.institute-section { padding: 0 0 26px; }
.institute-strip { position: relative; display: grid; grid-template-columns: 125px 1fr 390px; align-items: center; min-height: 174px; overflow: hidden; padding: 24px 38px; border: 1px solid #cbdaf4; border-radius: 19px; background: linear-gradient(110deg, #fbfbff 0%, #eff3ff 46%, #d5ecff 100%); }
.shield-mark { display: grid; width: 82px; height: 94px; place-items: center; filter: drop-shadow(0 12px 16px rgba(75,74,222,.17)); }
.shield-mark svg { width: 82px; height: 94px; fill: url("#shield"); }.shield-mark svg path:first-child { fill: #6e52ee; stroke: none; }.shield-mark svg path:last-child { fill: none; stroke: #fff; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.institute-copy { position: relative; z-index: 3; }.institute-copy h2 { margin-bottom: 11px; font-size: 22px; letter-spacing: -.025em; }.institute-copy p { max-width: 610px; margin: 0; color: #687493; font-size: 14px; line-height: 1.55; }
.institute-building { position: absolute; right: 9px; bottom: 0; width: 390px; height: auto; object-fit: contain; object-position: right bottom; }

.site-footer { padding: 2px 0 18px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1.2fr .55fr; align-items: center; gap: 46px; padding: 0 0 18px; }
.footer-logos { display: flex; align-items: center; gap: 32px; min-width: 0; }.footer-logos a { display: block; flex: 0 0 auto; }.footer-logos a img { width: 185px; height: auto; }.partner-logo { width: 132px; height: 54px; object-fit: contain; }
.footer-grid nav { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 22px; }.footer-grid nav a, .footer-support { color: #747e9e; font-size: 13px; line-height: 1.5; }.footer-grid nav a:hover, .footer-support a:hover { color: var(--teal-dark); }
.footer-support span, .footer-support a { display: block; }.footer-support span { margin-bottom: 4px; }.footer-bottom { padding-top: 13px; border-top: 1px solid #edf0f5; color: #9aa3b5; font-size: 13px; }

.toast { position: fixed; z-index: 100; right: 22px; bottom: 22px; display: flex; width: min(410px, calc(100% - 32px)); align-items: flex-start; gap: 12px; padding: 17px; border: 1px solid #d8e4ef; border-radius: 17px; background: rgba(255,255,255,.98); box-shadow: 0 20px 55px rgba(19,43,87,.22); opacity: 0; transform: translateY(16px) scale(.98); transition: opacity .2s ease, transform .2s ease; }
.toast[hidden] { display: none; }.toast.is-visible { opacity: 1; transform: none; }.toast > span { display: grid; width: 38px; height: 38px; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--teal); }.toast > span svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.toast div { flex: 1; }.toast strong { display: block; color: var(--navy); font-size: 14px; }.toast p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }.toast button { display: grid; width: 29px; height: 29px; place-items: center; padding: 0; border: 0; border-radius: 8px; color: #8290a5; background: #f3f6fa; cursor: pointer; }.toast button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.header-download:focus-visible, .button:focus-visible, .store-card:focus-visible, .toast button:focus-visible { outline: 3px solid rgba(20,119,242,.3); outline-offset: 3px; }

@media (max-width: 1180px) {
  .container { width: min(calc(100% - 56px), 1080px); }
  .desktop-nav { gap: 22px; }.desktop-nav a { font-size: 13px; }.header-download { padding-inline: 18px; }
  .hero-grid { grid-template-columns: 47% 53%; }.hero-copy { padding-left: 4px; }.hero-copy h1 { font-size: 52px; }
  .phone { left: 58%; width: 286px; }.supernim { left: -50px; width: 255px; }.myopus { right: -18px; width: 160px; }
  .feature-card { padding-left: 84px; }.feature-icon { left: 18px; }
  .institute-strip { grid-template-columns: 108px 1fr 320px; }.institute-building { right: -45px; }
}

@media (max-width: 980px) {
  .desktop-nav { display: none; }.header-download { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { padding: 32px 0 0; text-align: center; }.hero-copy h1, .hero-copy p { margin-inline: auto; }.hero-actions, .hero-trust { justify-content: center; }
  .hero-composition { width: min(700px, 100%); margin: 0 auto; }
  .problem-panel { grid-template-columns: 1fr; }.problem-intro { min-height: 240px; }.records-art { left: auto; right: 65px; }
  .features-grid, .store-grid { grid-template-columns: repeat(2, 1fr); }.feature-card { min-height: 185px; }
  .institute-strip { grid-template-columns: 105px 1fr; }.institute-copy { padding-right: 70px; }.institute-building { opacity: .33; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-support { grid-column: 2; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), 520px); }
  .header-inner { height: 70px; }.app-brand { gap: 9px; font-size: 20px; }.app-brand img { width: 27px; height: 43px; }
  .header-download { width: 44px; min-height: 44px; margin-left: auto; padding: 0; border-radius: 12px; }.header-download span { display: none; }.download-icon { display: block; }
  .hero { padding: 36px 0 10px; }.hero-copy { padding: 0; }.hero-copy h1 { max-width: 390px; margin-bottom: 22px; font-size: clamp(36px, 10.2vw, 42px); line-height: 1.08; letter-spacing: -.045em; }.hero-copy p { max-width: 360px; margin-bottom: 26px; font-size: 15px; line-height: 1.62; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 12px; }.button { width: 100%; min-height: 52px; font-size: 14px; }.hero-trust { margin-top: 25px; text-align: left; }
  .hero-composition { min-height: 590px; margin-top: 12px; }.hero-shape-left { width: 330px; height: 340px; left: 50%; top: 126px; transform: translateX(-69%) rotate(15deg); }.hero-shape-right { width: 320px; height: 370px; right: 50%; top: 112px; transform: translateX(71%) rotate(-10deg); }
  .phone { left: 55%; top: 4px; width: 258px; transform: translateX(-50%); }.phone-shell { padding: 5px; border-radius: 40px; }.phone-shell > img { border-radius: 34px; }
  .supernim { z-index: 9; left: -63px; bottom: 0; width: 170px; height: 240px; }.myopus { right: -30px; bottom: 13px; width: 137px; height: 158px; }
  .confetti-gold { right: -17px; }.confetti-coral { right: -21px; top: 330px; }.dot-teal { left: 2px; }
  .problem-section { padding-top: 4px; }.problem-panel { border-radius: 20px; }.problem-intro { min-height: 318px; padding: 28px 23px; }.problem-intro h2 { font-size: 25px; }.records-art { right: 3px; transform: scale(.9); transform-origin: bottom right; }
  .problem-items { grid-template-columns: 1fr; gap: 0; padding: 17px 23px; }.problem-items article { display: grid; grid-template-columns: 54px 1fr; column-gap: 14px; padding: 18px 0; border-bottom: 1px solid #eef1f5; }.problem-items article:last-child { border-bottom: 0; }.round-icon { grid-row: 1 / 3; width: 48px; height: 48px; margin: 0; border-radius: 15px; }.round-icon svg { width: 24px; height: 24px; }.problem-items h3 { margin: 1px 0 6px; font-size: 16px; }.problem-items p { font-size: 14px; }
  .features-section { padding-top: 5px; }.section-title-row { gap: 11px; margin-bottom: 18px; }.section-title-row h2 { font-size: 23px; text-align: center; }.section-title-row > span { gap: 5px; }.section-title-row i { width: 5px; height: 5px; }
  .features-grid { grid-template-columns: 1fr; gap: 13px; }.feature-card { min-height: 154px; padding: 23px 20px 21px 86px; }.feature-icon { left: 18px; top: 21px; width: 54px; height: 54px; }.feature-card h3 { font-size: 16px; }.feature-card p { font-size: 14px; }
  .download-section { padding-top: 10px; }.store-grid { grid-template-columns: 1fr; gap: 13px; }.store-card { min-height: 84px; }.store-card strong { font-size: 16px; }.store-card small { font-size: 13px; }
  .institute-section { padding-top: 3px; }.institute-strip { grid-template-columns: 1fr; gap: 17px; min-height: 370px; padding: 29px 24px 168px; text-align: center; }.shield-mark { width: 72px; height: 82px; margin: 0 auto; }.shield-mark svg { width: 72px; height: 82px; }.institute-copy { padding: 0; }.institute-copy h2 { font-size: 20px; }.institute-copy p { font-size: 14px; }.institute-building { right: 50%; width: 350px; opacity: .82; transform: translateX(50%); }
  .footer-grid { grid-template-columns: 1fr; gap: 27px; }.footer-logos { flex-wrap: wrap; justify-content: center; }.footer-grid nav { grid-template-columns: 1fr; gap: 12px; text-align: center; }.footer-support { grid-column: auto; text-align: center; }.footer-grid nav a, .footer-support, .footer-bottom { font-size: 13px; }.footer-bottom { text-align: center; }.toast { right: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

.store-card-available { border-color: #1e948f; background: #f2fbf9; }
.store-card-available small { color: #167a75; }
.store-card-available > i { background: #1e948f; }
