:root {
  --primary: #ff4f64;
  --primary-dark: #cf2945;
  --primary-container: #ffe1e5;
  --on-primary-container: #5a0a1d;
  --secondary: #705dff;
  --secondary-container: #e6e0ff;
  --tertiary: #ff8b4c;
  --surface: #fffafa;
  --surface-1: #fff7f7;
  --surface-2: #f8f2f3;
  --surface-3: #f2eaec;
  --surface-dark: #171114;
  --text: #211a1d;
  --muted: #74696d;
  --outline: #d9cfd2;
  --white: #fff;
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --radius-xl: 48px;
  --shadow-1: 0 10px 28px rgba(63, 32, 40, .08);
  --shadow-2: 0 24px 70px rgba(71, 32, 44, .14);
  --container: 1200px;
  --header-height: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body {
  margin: 0;
  color: var(--text);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.lightbox-open { overflow: hidden; overscroll-behavior: none; touch-action: none; }
.page-top-anchor { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { color: inherit; }
svg { display: block; fill: currentColor; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 9999; padding: 11px 18px; border-radius: 999px; background: var(--surface); box-shadow: var(--shadow-1); }
.skip-link:focus { top: 16px; }
.mobile-break { display: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-height);
  border-bottom: 1px solid rgba(217, 207, 210, .65);
  background: rgba(255, 250, 250, .78);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-icon-wrap { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 17px; background: var(--primary-container); box-shadow: inset 0 0 0 1px rgba(255,255,255,.7); }
.brand img { width: 40px; height: 40px; border-radius: 13px; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 17px; letter-spacing: -.03em; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 6px; padding: 5px; border-radius: 999px; background: rgba(242,234,236,.8); }
.nav-links a { padding: 9px 18px; border-radius: 999px; color: var(--muted); font-size: 13px; font-weight: 700; transition: background .2s ease, color .2s ease, transform .2s ease; }
.nav-links a:hover { color: var(--text); background: var(--white); transform: translateY(-1px); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.nav-download { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 20px; border-radius: 999px; color: var(--white); background: var(--text); font-size: 13px; font-weight: 800; box-shadow: 0 8px 20px rgba(33,26,29,.18); transition: transform .2s ease, box-shadow .2s ease; }
.nav-download:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(33,26,29,.24); }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: var(--surface-2); cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 2px; margin: 3px auto; border-radius: 2px; background: var(--text); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff9f8 0%, #fff 72%); }
.hero-grid { position: relative; z-index: 2; min-height: calc(100svh - var(--header-height)); display: grid; grid-template-columns: minmax(0, .92fr) minmax(540px, 1.08fr); align-items: center; gap: clamp(38px, 6vw, 86px); padding-block: 72px 88px; }
.hero-aura { position: absolute; border-radius: 50%; filter: blur(8px); pointer-events: none; }
.aura-one { width: 520px; height: 520px; right: -160px; top: -170px; background: radial-gradient(circle, rgba(255,117,137,.26), rgba(255,117,137,0) 68%); }
.aura-two { width: 450px; height: 450px; left: -180px; bottom: -250px; background: radial-gradient(circle, rgba(112,93,255,.15), rgba(112,93,255,0) 70%); }
.hero-pattern { position: absolute; inset: 0; opacity: .4; background-image: radial-gradient(rgba(255,79,100,.13) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(to right, #000, transparent 48%); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid rgba(255,79,100,.18); border-radius: 999px; color: var(--primary-dark); background: rgba(255,225,229,.62); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 5px rgba(255,79,100,.12); }
.hero h1 { max-width: 720px; margin: 24px 0 0; font-size: clamp(54px, 6.2vw, 88px); line-height: 1.02; letter-spacing: -.07em; }
.hero h1 em { color: var(--primary); font-style: normal; }
.hero-description { max-width: 620px; margin: 26px 0 0; color: var(--muted); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.82; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-width: 226px; min-height: 72px; display: grid; grid-template-columns: 45px 1fr 18px; align-items: center; gap: 12px; padding: 11px 16px 11px 13px; border-radius: 24px; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.button:hover { transform: translateY(-3px); }
.button-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 16px; }
.button-icon svg { width: 23px; height: 23px; }
.button > span:nth-child(2) { display: grid; line-height: 1.22; }
.button small { font-size: 10px; opacity: .72; }
.button strong { margin-top: 5px; font-size: 15px; }
.button-arrow { width: 17px; height: 17px; opacity: .65; }
.button-primary { color: var(--white); background: var(--primary); box-shadow: 0 16px 34px rgba(255,79,100,.27); }
.button-primary:hover { background: #f33e58; box-shadow: 0 22px 40px rgba(255,79,100,.34); }
.button-primary .button-icon { background: rgba(255,255,255,.17); }
.button-secondary { border: 1px solid rgba(217,207,210,.8); background: rgba(255,255,255,.76); box-shadow: var(--shadow-1); }
.button-secondary:hover { background: var(--white); box-shadow: var(--shadow-2); }
.button-secondary .button-icon { color: var(--secondary); background: var(--secondary-container); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 24px; color: var(--muted); font-size: 11px; font-weight: 700; }
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.hero-meta i { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: var(--primary-dark); background: var(--primary-container); font-size: 10px; font-style: normal; }

.hero-visual { position: relative; height: 610px; isolation: isolate; }
.visual-backplate { position: absolute; inset: 54px 26px 36px 50px; z-index: -1; border-radius: 64px; background: linear-gradient(145deg, #f6e8eb, #efe9ff 52%, #ffe8dd); transform: rotate(-3deg); }
.desktop-window { position: absolute; top: 42px; right: 0; width: 92%; padding: 0; overflow: hidden; border: 8px solid rgba(255,255,255,.75); border-radius: 30px; background: var(--white); box-shadow: 0 35px 90px rgba(62,32,43,.22); cursor: zoom-in; transform: rotate(1.5deg); transition: transform .28s ease, box-shadow .28s ease; }
.desktop-window:hover { transform: rotate(.2deg) translateY(-5px); box-shadow: 0 42px 100px rgba(62,32,43,.27); }
.desktop-window img { width: 100%; aspect-ratio: 1580 / 853; object-fit: contain; background: #f6f6f8; }
.window-bar { height: 39px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 13px; color: #72676b; background: #fff; font-size: 9px; font-weight: 700; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #e8dde0; }
.window-dots i:first-child { background: #ff7d87; }
.window-dots i:nth-child(2) { background: #ffc46a; }
.window-dots i:nth-child(3) { background: #76d49b; }
.window-open { justify-self: end; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--surface-2); }
.phone-frame { position: absolute; left: 12px; bottom: 12px; width: 205px; height: 414px; padding: 9px; border: 0; border-radius: 36px; background: #191416; box-shadow: 0 28px 72px rgba(30,17,22,.35); cursor: zoom-in; transform: rotate(-5deg); transition: transform .28s ease, box-shadow .28s ease; }
.phone-frame:hover { transform: rotate(-2deg) translateY(-5px); box-shadow: 0 36px 82px rgba(30,17,22,.42); }
.phone-frame img { width: 100%; height: 100%; object-fit: contain; border-radius: 28px; background: #000; }
.phone-speaker { position: absolute; z-index: 2; left: 50%; top: 15px; width: 62px; height: 17px; border-radius: 999px; background: #161214; transform: translateX(-50%); }
.floating-card { position: absolute; z-index: 3; min-width: 158px; display: flex; align-items: center; gap: 11px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.65); border-radius: 21px; background: rgba(255,255,255,.82); backdrop-filter: blur(18px); box-shadow: var(--shadow-2); }
.floating-card b { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 13px; color: var(--primary-dark); background: var(--primary-container); font-size: 18px; }
.floating-card span { display: grid; font-size: 12px; font-weight: 800; line-height: 1.25; }
.floating-card small { margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 600; }
.card-search { right: -16px; bottom: 78px; }
.card-download { right: 56px; top: 10px; }
.card-download b { color: #4937c5; background: var(--secondary-container); }

.trust-strip { position: relative; z-index: 2; border-block: 1px solid rgba(217,207,210,.65); background: rgba(255,255,255,.84); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid div { min-height: 108px; display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid rgba(217,207,210,.65); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong { color: var(--primary); font-size: 26px; letter-spacing: -.04em; }
.trust-grid span { color: var(--muted); font-size: 12px; font-weight: 700; }

.section { padding: 112px 0; }
.section-heading { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-tag { display: inline-flex; align-items: center; min-height: 32px; padding: 0 13px; border-radius: 999px; color: var(--primary-dark); background: var(--primary-container); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.section-heading h2, .experience h2, .download-copy h2 { margin: 19px 0 0; font-size: clamp(38px, 4.5vw, 62px); line-height: 1.12; letter-spacing: -.055em; }
.section-heading p { max-width: 620px; margin: 18px auto 0; color: var(--muted); font-size: 15px; }
.features { background: var(--surface-1); }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-card { min-height: 286px; display: flex; flex-direction: column; justify-content: space-between; gap: 34px; padding: 28px; overflow: hidden; border: 1px solid rgba(217,207,210,.72); border-radius: var(--radius-lg); background: rgba(255,255,255,.74); box-shadow: 0 1px 0 rgba(255,255,255,.9) inset; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: rgba(255,79,100,.24); box-shadow: var(--shadow-2); }
.feature-large { grid-column: span 2; color: var(--white); background: linear-gradient(145deg, #ff5369, #e93b59); border-color: transparent; }
.feature-wide { grid-column: span 2; background: linear-gradient(135deg, #f1edff, #fff 70%); }
.feature-top { display: flex; align-items: flex-start; justify-content: space-between; }
.feature-index { color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.feature-large .feature-index { color: rgba(255,255,255,.7); }
.feature-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 19px; color: var(--primary-dark); background: var(--primary-container); }
.feature-icon svg { width: 25px; height: 25px; }
.feature-large .feature-icon { color: var(--white); background: rgba(255,255,255,.17); }
.feature-card h3 { margin: 0; font-size: 23px; line-height: 1.25; letter-spacing: -.03em; }
.feature-card p { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.feature-large p { max-width: 520px; color: rgba(255,255,255,.78); }
.search-demo { max-width: 470px; display: grid; grid-template-columns: 20px 1fr auto; align-items: center; gap: 10px; padding: 12px 13px 12px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(255,255,255,.13); }
.search-demo p { margin: 0; color: rgba(255,255,255,.72); font-size: 11px; }
.search-demo b { padding: 6px 11px; border-radius: 10px; color: var(--primary-dark); background: var(--white); font-size: 10px; }

.experience { background: var(--white); }
.experience-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(500px,1.1fr); align-items: center; gap: clamp(54px, 8vw, 110px); }
.experience-copy { max-width: 560px; }
.experience-copy > p { margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.check-list { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 30px 1fr; align-items: start; gap: 12px; padding: 16px; border-radius: 20px; background: var(--surface-1); }
.check-list i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 11px; color: var(--primary-dark); background: var(--primary-container); font-size: 12px; font-style: normal; font-weight: 900; }
.check-list span { color: var(--muted); font-size: 12px; }
.check-list strong { display: block; margin-bottom: 3px; color: var(--text); font-size: 13px; }
.platform-stage { position: relative; min-height: 520px; }
.platform-stage::before { content: ""; position: absolute; inset: 42px 30px 30px; border-radius: 54px; background: linear-gradient(145deg, #fff0f2, #eeeaff); transform: rotate(3deg); }
.platform-card { position: absolute; width: 64%; min-height: 310px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid rgba(255,255,255,.7); border-radius: 38px; box-shadow: var(--shadow-2); }
.android-card { left: 0; top: 18px; z-index: 2; color: #2b1d21; background: linear-gradient(145deg, #ffdfe4, #fff7f8); transform: rotate(-4deg); }
.windows-card { right: 0; bottom: 8px; color: var(--white); background: linear-gradient(145deg, #6f5aff, #4635bc); transform: rotate(4deg); }
.platform-badge { align-self: flex-start; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.52); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.windows-card .platform-badge { background: rgba(255,255,255,.14); }
.platform-logo { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 23px; color: var(--primary-dark); background: rgba(255,255,255,.7); }
.windows-card .platform-logo { color: var(--white); background: rgba(255,255,255,.15); }
.platform-logo svg { width: 31px; height: 31px; }
.platform-card small { font-size: 10px; opacity: .65; font-weight: 800; letter-spacing: .1em; }
.platform-card h3 { margin: 3px 0 0; font-size: 34px; letter-spacing: -.04em; }
.platform-card p { margin: 8px 0 0; max-width: 280px; font-size: 12px; opacity: .72; }

.screenshots { background: var(--surface-1); }
.screenshot-heading { margin-bottom: 48px; }
.gallery-group { padding: 28px; border: 1px solid rgba(217,207,210,.7); border-radius: 42px; background: rgba(255,255,255,.72); }
.gallery-group + .gallery-group { margin-top: 24px; }
.gallery-group-windows { background: linear-gradient(145deg, rgba(239,235,255,.8), rgba(255,255,255,.8)); }
.gallery-group-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.gallery-group-title span { color: var(--primary); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.gallery-group-title h3 { margin: 2px 0 0; font-size: 26px; letter-spacing: -.035em; }
.gallery-group-title p { margin: 0; color: var(--muted); font-size: 11px; }
.gallery-grid { display: grid; gap: 16px; }
.portrait-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.landscape-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.screenshot-card { min-width: 0; padding: 10px; overflow: hidden; border: 0; border-radius: 28px; background: var(--white); box-shadow: var(--shadow-1); cursor: zoom-in; text-align: left; transition: transform .24s ease, box-shadow .24s ease; }
.screenshot-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-2); }
.screenshot-media { position: relative; display: grid; place-items: center; overflow: hidden; border-radius: 21px; background: #eee8ea; }
.portrait .screenshot-media { aspect-ratio: 558 / 990; }
.landscape .screenshot-media { aspect-ratio: 1580 / 853; }
.screenshot-media img { width: 100%; height: 100%; object-fit: contain; }
.screenshot-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,15,17,.12), transparent 30%); pointer-events: none; }
.screenshot-caption { min-height: 59px; display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 12px 8px 4px; }
.screenshot-caption b { font-size: 13px; }
.screenshot-caption small { grid-column: 1; margin-top: 1px; color: var(--muted); font-size: 9px; }
.screenshot-caption i { grid-column: 2; grid-row: 1 / span 2; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--primary-dark); background: var(--primary-container); font-style: normal; }

.download-section { padding-top: 82px; background: var(--surface-1); }
.download-panel { position: relative; overflow: hidden; padding: 64px; border-radius: 48px; color: var(--white); background: linear-gradient(135deg, #21171b 0%, #3b2029 52%, #241d45 100%); box-shadow: 0 34px 90px rgba(35,21,27,.25); }
.download-panel > *:not(.download-decoration) { position: relative; z-index: 2; }
.download-decoration { position: absolute; border-radius: 50%; filter: blur(2px); }
.decoration-one { width: 330px; height: 330px; right: -90px; top: -120px; background: radial-gradient(circle, rgba(255,79,100,.42), transparent 68%); }
.decoration-two { width: 370px; height: 370px; left: -170px; bottom: -210px; background: radial-gradient(circle, rgba(112,93,255,.34), transparent 70%); }
.section-tag.light { color: #ffd8de; background: rgba(255,255,255,.1); }
.download-copy { max-width: 660px; }
.download-copy h2 { font-size: clamp(40px, 5vw, 66px); }
.download-copy p { margin: 18px 0 0; color: rgba(255,255,255,.62); font-size: 14px; }
.download-options { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 36px; }
.download-option { min-height: 112px; display: grid; grid-template-columns: 58px 1fr 38px; align-items: center; gap: 15px; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: rgba(255,255,255,.08); backdrop-filter: blur(14px); transition: transform .22s ease, background .22s ease, border-color .22s ease; }
.download-option:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.13); }
.option-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 20px; color: #ffdce2; background: rgba(255,79,100,.18); }
.download-option:nth-child(2) .option-icon { color: #e5e0ff; background: rgba(112,93,255,.22); }
.option-icon svg { width: 28px; height: 28px; }
.download-option > div:nth-child(2) { display: grid; line-height: 1.25; }
.download-option small { color: rgba(255,255,255,.46); font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.download-option strong { margin-top: 5px; font-size: 17px; }
.download-option span { margin-top: 6px; color: rgba(255,255,255,.55); font-size: 10px; }
.download-option > b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.1); }
.download-note { margin-top: 20px; color: rgba(255,255,255,.38); font-size: 10px; }

.site-footer { padding: 38px 0 46px; background: var(--surface-1); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { border-radius: 13px; }
.footer-brand div { display: grid; line-height: 1.25; }
.footer-brand strong { font-size: 13px; }
.footer-brand span { margin-top: 3px; color: var(--muted); font-size: 9px; }
.footer-grid p, .footer-grid > a { margin: 0; color: var(--muted); font-size: 10px; }
.footer-grid > a:hover { color: var(--primary); }
.mobile-download-bar { display: none; }

.lightbox { --lightbox-alpha: .93; --lightbox-blur: 24px; --viewer-controls-opacity: 1; position: fixed; inset: 0; z-index: 1000; display: grid; grid-template-columns: minmax(44px,1fr) minmax(0, auto) minmax(44px,1fr); align-items: center; gap: 20px; padding: max(28px, env(safe-area-inset-top)) max(28px, env(safe-area-inset-right)) max(28px, env(safe-area-inset-bottom)) max(28px, env(safe-area-inset-left)); background: rgba(12,8,10,var(--lightbox-alpha)); backdrop-filter: blur(var(--lightbox-blur)); -webkit-backdrop-filter: blur(var(--lightbox-blur)); opacity: 0; visibility: hidden; transition: opacity .24s ease, visibility .24s ease, background-color .08s linear, backdrop-filter .08s linear; cursor: zoom-out; overscroll-behavior: contain; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox.is-closing { pointer-events: none; }
.lightbox-figure { grid-column: 2; max-width: min(88vw, 1500px); max-height: 88vh; display: grid; gap: 10px; justify-items: center; margin: 0; }
.lightbox-media { display: grid; place-items: center; max-width: min(88vw, 1500px); max-height: calc(88vh - 44px); transform: translate3d(0,0,0) scale(1); transform-origin: center; will-change: transform, opacity; touch-action: none; user-select: none; -webkit-user-select: none; cursor: grab; }
.lightbox.is-dragging .lightbox-media { cursor: grabbing; }
.lightbox img { display: block; max-width: min(88vw, 1500px); max-height: calc(88vh - 44px); width: auto; height: auto; object-fit: contain; border-radius: 20px; box-shadow: 0 34px 100px rgba(0,0,0,.5); pointer-events: none; user-select: none; -webkit-user-drag: none; }
.lightbox figcaption { min-height: 24px; color: rgba(255,255,255,.76); font-size: 11px; text-align: center; opacity: var(--viewer-controls-opacity); transition: opacity .12s linear; }
.lightbox-close { position: absolute; top: max(18px, env(safe-area-inset-top)); right: max(20px, env(safe-area-inset-right)); width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--white); background: rgba(255,255,255,.09); cursor: pointer; font-size: 27px; line-height: 1; opacity: var(--viewer-controls-opacity); transition: opacity .12s linear, background .18s ease, transform .18s ease; }
.lightbox-nav { width: 48px; height: 48px; align-self: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: var(--white); background: rgba(255,255,255,.08); cursor: pointer; font-size: 34px; line-height: 1; opacity: var(--viewer-controls-opacity); transition: opacity .12s linear, background .18s ease, transform .18s ease; }
.lightbox-nav:hover, .lightbox-close:hover { background: rgba(255,255,255,.16); transform: scale(1.04); }
.lightbox-prev { justify-self: end; }
.lightbox-next { justify-self: start; }
.lightbox-counter { position: absolute; top: max(22px, env(safe-area-inset-top)); left: 50%; min-width: 56px; padding: 7px 12px; border-radius: 999px; color: rgba(255,255,255,.88); background: rgba(255,255,255,.1); font-size: 10px; font-weight: 800; text-align: center; transform: translateX(-50%); opacity: var(--viewer-controls-opacity); transition: opacity .12s linear; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.lightbox-tip { position: absolute; bottom: max(13px, env(safe-area-inset-bottom)); left: 50%; color: rgba(255,255,255,.55); font-size: 9px; white-space: nowrap; transform: translateX(-50%); opacity: var(--viewer-controls-opacity); transition: opacity .12s linear; }


.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 26px; padding-top: 72px; }
  .hero-copy { max-width: 760px; margin-inline: auto; text-align: center; }
  .hero-description { margin-inline: auto; }
  .hero-actions, .hero-meta { justify-content: center; }
  .hero-visual { width: min(820px, 100%); height: 590px; margin-inline: auto; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-copy { max-width: 720px; }
  .platform-stage { width: min(720px,100%); margin-inline: auto; }
  .portrait-grid { grid-template-columns: repeat(4, minmax(190px,1fr)); overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x proximity; }
  .portrait-grid .screenshot-card { scroll-snap-align: start; }
}

@media (max-width: 820px) {
  :root { --header-height: 68px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .brand-icon-wrap { width: 43px; height: 43px; border-radius: 15px; }
  .brand img { width: 36px; height: 36px; }
  .brand-copy strong { font-size: 15px; }
  .nav-download { min-height: 40px; padding: 0 15px; font-size: 11px; }
  .menu-button { display: block; }
  .nav-links { position: fixed; left: 15px; right: 15px; top: calc(var(--header-height) + 8px); display: grid; gap: 5px; padding: 9px; border: 1px solid rgba(217,207,210,.8); border-radius: 24px; background: rgba(255,250,250,.96); box-shadow: var(--shadow-2); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .nav-links.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav-links a { padding: 12px 15px; text-align: center; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .hero-grid { min-height: auto; padding-block: 58px 72px; }
  .hero h1 { font-size: clamp(48px, 11vw, 68px); }
  .hero-visual { height: 500px; }
  .desktop-window { top: 36px; width: 95%; }
  .phone-frame { width: 165px; height: 334px; }
  .floating-card { transform: scale(.86); }
  .card-search { right: -25px; bottom: 58px; }
  .card-download { right: 32px; top: 2px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid div { min-height: 82px; border-bottom: 1px solid rgba(217,207,210,.65); }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(3), .trust-grid div:nth-child(4) { border-bottom: 0; }
  .section { padding: 86px 0; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .feature-large, .feature-wide { grid-column: span 2; }
  .gallery-group { padding: 20px; border-radius: 34px; }
  .landscape-grid { grid-template-columns: 1fr; }
  .download-panel { padding: 46px 32px; border-radius: 38px; }
  .download-options { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-grid p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .nav-download { display: none; }
  .hero-grid { padding-top: 43px; padding-bottom: 58px; }
  .eyebrow { font-size: 9px; }
  .hero h1 { margin-top: 19px; font-size: 43px; line-height: 1.06; }
  .hero-description { margin-top: 20px; font-size: 14px; line-height: 1.78; }
  .hero-actions { display: grid; width: 100%; margin-top: 28px; }
  .button { width: 100%; min-width: 0; }
  .hero-meta { gap: 10px 16px; }
  .hero-visual { height: 386px; margin-top: 8px; }
  .visual-backplate { inset: 42px 8px 28px 22px; border-radius: 38px; }
  .desktop-window { top: 28px; width: 100%; border-width: 5px; border-radius: 20px; transform: none; }
  .window-bar { height: 30px; padding-inline: 9px; font-size: 7px; }
  .window-open { width: 19px; height: 19px; }
  .phone-frame { left: 2px; bottom: 4px; width: 126px; height: 255px; padding: 6px; border-radius: 25px; transform: rotate(-4deg); }
  .phone-frame img { border-radius: 20px; }
  .phone-speaker { top: 10px; width: 43px; height: 12px; }
  .floating-card { min-width: 132px; padding: 9px 10px; transform: scale(.72); }
  .floating-card b { width: 31px; height: 31px; }
  .card-search { right: -31px; bottom: 28px; }
  .card-download { display: none; }
  .trust-grid strong { font-size: 21px; }
  .trust-grid span { font-size: 10px; }
  .section { padding: 72px 0; }
  .mobile-break { display: block; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .experience h2, .download-copy h2 { font-size: 34px; }
  .section-heading p { font-size: 13px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-large, .feature-wide { grid-column: auto; }
  .feature-card { min-height: 238px; padding: 23px; border-radius: 28px; }
  .search-demo { display: none; }
  .platform-stage { min-height: 500px; }
  .platform-stage::before { inset: 36px 5px 35px; border-radius: 40px; }
  .platform-card { width: 80%; min-height: 280px; padding: 23px; border-radius: 32px; }
  .android-card { top: 12px; }
  .windows-card { bottom: 4px; }
  .platform-card h3 { font-size: 29px; }
  .gallery-group { padding: 14px; border-radius: 29px; }
  .gallery-group-title { align-items: start; margin: 5px 4px 16px; }
  .gallery-group-title h3 { font-size: 21px; }
  .gallery-group-title p { display: none; }
  .portrait-grid { grid-template-columns: repeat(4, minmax(220px, 78vw)); margin-right: -14px; }
  .gallery-grid { gap: 12px; }
  .screenshot-card { border-radius: 24px; }
  .screenshot-media { border-radius: 18px; }
  .download-section { padding-top: 54px; }
  .download-panel { width: calc(100% - 24px); padding: 40px 20px 34px; border-radius: 32px; }
  .download-option { grid-template-columns: 50px 1fr 34px; padding: 15px; border-radius: 23px; }
  .option-icon { width: 50px; height: 50px; border-radius: 17px; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; padding-bottom: 56px; }
  .footer-grid p { grid-column: auto; grid-row: auto; }
  .mobile-download-bar { position: fixed; z-index: 90; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); min-height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 8px 10px 8px 18px; border: 1px solid rgba(255,255,255,.35); border-radius: 21px; color: var(--white); background: rgba(32,24,27,.9); backdrop-filter: blur(18px); box-shadow: 0 18px 50px rgba(31,18,23,.3); font-size: 11px; font-weight: 800; }
  .mobile-download-bar strong { padding: 9px 15px; border-radius: 14px; background: var(--primary); font-size: 11px; }
  .lightbox { grid-template-columns: 1fr; padding: 58px 12px 48px; }
  .lightbox-figure { grid-column: 1; max-width: 100%; max-height: 100%; }
  .lightbox-media { max-width: 96vw; max-height: calc(86vh - 60px); }
  .lightbox img { max-width: 96vw; max-height: calc(86vh - 60px); border-radius: 13px; }
  .lightbox-nav { position: absolute; bottom: max(13px, env(safe-area-inset-bottom)); width: 40px; height: 40px; font-size: 28px; }
  .lightbox-prev { left: 14px; }
  .lightbox-next { right: 14px; }
  .lightbox-tip { bottom: max(18px, env(safe-area-inset-bottom)); display: block; max-width: calc(100vw - 120px); overflow: hidden; font-size: 8px; text-overflow: ellipsis; }
  .lightbox-counter { top: max(18px, env(safe-area-inset-top)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
