:root {
  color-scheme: light;
  --ink: #071c16;
  --ink-2: #11362a;
  --green: #12b981;
  --green-dark: #087254;
  --lime: #c8ff58;
  --blue: #2e75ff;
  --amber: #ffb12b;
  --violet: #7157ee;
  --paper: #f6f8f3;
  --mist: #e9f0e9;
  --white: #ffffff;
  --muted: #5f6f68;
  --line: rgba(7, 28, 22, 0.13);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 38px;
  --shadow: 0 28px 80px rgba(7, 28, 22, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 16px; border-radius: 10px; background: var(--white); color: var(--ink); font-weight: 800; }

.site-header { position: fixed; z-index: 40; top: 0; left: 0; width: 100%; padding: 16px clamp(16px, 4vw, 64px); transition: padding 200ms ease, background 200ms ease, box-shadow 200ms ease; }
.site-header.is-scrolled { padding-top: 10px; padding-bottom: 10px; background: rgba(246, 248, 243, 0.9); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.header-inner { width: min(1380px, 100%); min-height: 58px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-icon { width: 46px; height: 46px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.55); border-radius: 15px; object-fit: cover; box-shadow: 0 9px 24px rgba(22,112,229,.24); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 1.05rem; font-weight: 900; letter-spacing: -.03em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .72rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 4px; color: var(--ink-2); font-size: .88rem; font-weight: 760; }
.site-nav a { min-height: 42px; display: inline-flex; align-items: center; border-radius: 13px; padding: 9px 14px; transition: background 160ms ease, color 160ms ease; }
.site-nav a:hover, .site-nav a:focus-visible { background: rgba(255,255,255,.7); color: var(--green-dark); outline: none; }
.site-nav a[aria-current="page"] { background: rgba(255,255,255,.78); color: var(--green-dark); }
.site-nav .nav-cta { margin-left: 5px; padding-inline: 18px; background: var(--ink); color: var(--white); box-shadow: 0 12px 24px rgba(7,28,22,.15); }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { background: var(--green-dark); color: var(--white); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.76); padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; width: 21px; height: 2px; margin: 5px auto; border-radius: 99px; background: var(--ink); }

.hero { position: relative; min-height: 860px; overflow: hidden; background: radial-gradient(circle at 70% 17%, rgba(200,255,88,.26), transparent 23%), linear-gradient(135deg, #f8faf4 0%, #eef5ec 53%, #e4eee5 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(7,28,22,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(7,28,22,.055) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-glow { position: absolute; width: 750px; height: 750px; right: -260px; top: -250px; border-radius: 50%; border: 1px solid rgba(7,28,22,.08); box-shadow: 0 0 0 95px rgba(255,255,255,.14), 0 0 0 190px rgba(255,255,255,.1); }
.hero-inner { position: relative; width: min(1380px, 100%); min-height: 860px; margin: auto; padding: 136px clamp(22px, 4vw, 64px) 72px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr); align-items: center; gap: clamp(46px, 7vw, 110px); }
.hero-copy { position: relative; z-index: 2; }
.app-kicker { width: fit-content; display: flex; align-items: center; gap: 12px; margin-bottom: 30px; padding: 7px 16px 7px 7px; border: 1px solid rgba(7,28,22,.1); border-radius: 18px; background: rgba(255,255,255,.67); box-shadow: 0 12px 40px rgba(7,28,22,.07); backdrop-filter: blur(12px); }
.app-kicker img { width: 52px; height: 52px; border-radius: 14px; box-shadow: 0 9px 18px rgba(15,92,220,.23); }
.app-kicker span { display: grid; line-height: 1.1; }
.app-kicker strong { font-size: .91rem; font-weight: 900; }
.app-kicker small { margin-top: 4px; color: var(--muted); font-size: .74rem; font-weight: 700; }
.eyebrow { margin: 0 0 15px; color: var(--green-dark); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin: 0; line-height: .98; letter-spacing: -.055em; }
h1 { max-width: 760px; font-size: clamp(4.1rem, 7.2vw, 7.8rem); font-weight: 930; }
h1 em { color: var(--green-dark); font-style: normal; }
h2 { max-width: 820px; font-size: clamp(2.7rem, 5.1vw, 5.6rem); font-weight: 920; }
h3 { font-size: 1.35rem; font-weight: 900; }
.hero-lead { max-width: 690px; margin: 26px 0 0; color: var(--ink-2); font-size: clamp(1.12rem, 1.45vw, 1.34rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 34px; }
.store-button { min-height: 66px; display: inline-flex; align-items: center; gap: 13px; border-radius: 18px; padding: 11px 20px; background: var(--ink); color: var(--white); box-shadow: 0 18px 38px rgba(7,28,22,.23); transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.store-button:hover, .store-button:focus-visible { transform: translateY(-2px); background: var(--green-dark); box-shadow: 0 22px 44px rgba(7,114,84,.25); outline: none; }
.store-button > span:last-child { display: grid; line-height: 1.05; }
.store-button small { font-size: .63rem; font-weight: 700; letter-spacing: .1em; }
.store-button strong { margin-top: 4px; font-size: 1.19rem; font-weight: 780; letter-spacing: -.02em; }
.play-mark { width: 27px; height: 31px; display: block; background: linear-gradient(145deg, #2ed372 0 40%, #f7d34b 40% 61%, #ec4267 61% 76%, #3c91ff 76%); clip-path: polygon(0 0, 100% 50%, 0 100%); }
.text-button { min-height: 54px; display: inline-flex; align-items: center; gap: 14px; padding: 10px 8px; color: var(--ink); font-weight: 850; }
.text-button span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.72); }
.hero-trust { max-width: 680px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 46px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero-trust li { display: grid; padding-right: 20px; }
.hero-trust li + li { padding-left: 22px; border-left: 1px solid var(--line); }
.hero-trust strong { font-size: 1.05rem; font-weight: 900; }
.hero-trust span { margin-top: 3px; color: var(--muted); font-size: .78rem; font-weight: 680; }

.hero-visual { position: relative; min-height: 650px; display: grid; place-items: center; }
.phone-card { position: absolute; overflow: hidden; border: 7px solid var(--ink); border-radius: 48px; background: var(--white); box-shadow: 0 40px 90px rgba(7,28,22,.25); }
.phone-card::before { content: ""; position: absolute; z-index: 2; top: 11px; left: 50%; width: 82px; height: 22px; border-radius: 30px; background: var(--ink); transform: translateX(-50%); }
.phone-card img { width: 100%; height: 100%; object-fit: cover; }
.phone-front { z-index: 3; width: 330px; height: 590px; transform: rotate(4deg) translate(35px, 8px); }
.phone-back { z-index: 1; width: 265px; height: 470px; opacity: .72; filter: saturate(.75); transform: rotate(-9deg) translate(-185px, 52px); }
.orbit { position: absolute; border: 1px solid rgba(7,28,22,.12); border-radius: 50%; }
.orbit-one { width: 610px; height: 610px; }
.orbit-two { width: 470px; height: 470px; border-style: dashed; animation: spin 40s linear infinite; }
.floating-chip { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.65); border-radius: 16px; padding: 12px 15px; background: rgba(255,255,255,.86); box-shadow: 0 18px 42px rgba(7,28,22,.15); backdrop-filter: blur(14px); color: var(--ink-2); font-size: .77rem; font-weight: 800; }
.floating-chip span { color: var(--green-dark); font-size: 1rem; font-weight: 950; }
.chip-top { top: 116px; right: 0; }
.chip-bottom { bottom: 90px; left: 8%; }

.signal-bar { overflow: hidden; background: var(--ink); color: var(--white); }
.signal-track { min-height: 70px; width: max-content; display: flex; align-items: center; justify-content: center; gap: 28px; margin: auto; padding: 0 28px; font-size: .8rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.signal-track i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(200,255,88,.08); }

.section { padding: clamp(84px, 10vw, 150px) clamp(20px, 4vw, 64px); }
.section-inner { width: min(1250px, 100%); margin: auto; }
.section-heading { margin-bottom: clamp(40px, 6vw, 72px); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .7fr); align-items: end; gap: 58px; }
.split-heading > p { max-width: 510px; margin: 0 0 8px; color: var(--muted); font-size: 1.08rem; }

.features-section { background: var(--white); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.feature-card { position: relative; min-height: 370px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); padding: 25px; background: var(--paper); transition: transform 200ms ease, box-shadow 200ms ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(7,28,22,.1); }
.feature-card.feature-primary { background: var(--ink); color: var(--white); }
.feature-index { align-self: flex-end; color: var(--muted); font-size: .72rem; font-weight: 850; }
.feature-primary .feature-index { color: rgba(255,255,255,.5); }
.feature-symbol { width: 66px; height: 66px; display: grid; place-items: center; margin-top: 34px; border-radius: 22px; background: var(--lime); color: var(--ink); box-shadow: 0 15px 35px rgba(200,255,88,.18); font-size: 1.8rem; font-weight: 900; }
.feature-symbol.blue { background: #dbe7ff; color: var(--blue); }
.feature-symbol.amber { background: #fff0d6; color: #d17700; }
.feature-symbol.violet { background: #e9e4ff; color: var(--violet); }
.feature-card h3 { margin-top: 27px; letter-spacing: -.035em; line-height: 1.08; }
.feature-card p { margin: 15px 0 26px; color: var(--muted); font-size: .94rem; }
.feature-primary p { color: rgba(255,255,255,.67); }
.feature-tag { width: fit-content; margin-top: auto; border: 1px solid var(--line); border-radius: 99px; padding: 6px 10px; color: var(--muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.feature-primary .feature-tag { border-color: rgba(255,255,255,.16); color: rgba(255,255,255,.6); }

.workflow-section { overflow: hidden; background: var(--ink); color: var(--white); }
.workflow-section .eyebrow { color: var(--lime); }
.workflow-section h2 { color: var(--white); }
.workflow-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(470px, 1fr); align-items: center; gap: clamp(70px, 11vw, 150px); }
.workflow-copy > p:not(.eyebrow) { max-width: 610px; margin: 26px 0 0; color: rgba(255,255,255,.63); font-size: 1.1rem; }
.steps { display: grid; gap: 0; margin: 48px 0 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 17px; align-items: start; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.12); }
.steps li > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: rgba(200,255,88,.1); color: var(--lime); font-size: .77rem; font-weight: 900; }
.steps div { display: grid; }
.steps strong { font-size: 1rem; }
.steps small { margin-top: 4px; color: rgba(255,255,255,.53); font-size: .82rem; }
.workflow-visual { position: relative; min-height: 675px; display: grid; place-items: center; }
.workflow-visual::before { content: ""; position: absolute; width: 640px; height: 640px; border-radius: 50%; background: radial-gradient(circle, rgba(30,210,149,.3), rgba(200,255,88,.08) 44%, transparent 68%); }
.workflow-visual > img { position: relative; z-index: 2; width: 345px; height: 614px; border: 7px solid #04120e; border-radius: 48px; object-fit: cover; box-shadow: 0 45px 120px rgba(0,0,0,.44); transform: rotate(-4deg); }
.storage-card { position: absolute; z-index: 3; right: -5%; bottom: 60px; width: min(330px, 70%); border: 1px solid rgba(255,255,255,.2); border-radius: 20px; padding: 20px; background: rgba(255,255,255,.93); color: var(--ink); box-shadow: 0 20px 65px rgba(0,0,0,.3); backdrop-filter: blur(16px); }
.storage-card p { display: flex; justify-content: space-between; gap: 12px; margin: 0; font-size: .78rem; }
.storage-card p span { color: var(--muted); }
.storage-meter { height: 10px; display: flex; overflow: hidden; margin: 16px 0 9px; border-radius: 99px; }
.storage-meter i:nth-child(1) { width: 45%; background: var(--blue); }
.storage-meter i:nth-child(2) { width: 20%; background: var(--amber); }
.storage-meter i:nth-child(3) { width: 14%; background: var(--violet); }
.storage-meter i:nth-child(4) { flex: 1; background: var(--green); }
.storage-card small { color: var(--muted); font-size: .68rem; }

.screens-section { overflow: hidden; padding-inline: 0; background: #edf1eb; }
.screens-section > .section-inner { padding-inline: clamp(20px, 4vw, 64px); }
.screen-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.gallery-controls { display: flex; gap: 8px; padding-bottom: 6px; }
.gallery-controls button { width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--ink); cursor: pointer; font-size: 1.25rem; transition: background 160ms ease, color 160ms ease; }
.gallery-controls button:hover, .gallery-controls button:focus-visible { background: var(--ink); color: var(--white); outline: none; }
.screen-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 23vw); gap: 18px; overflow-x: auto; padding: 0 max(20px, calc((100vw - 1250px) / 2)) 22px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--green-dark) transparent; }
.screen-rail:focus-visible { outline: 2px solid var(--green-dark); outline-offset: 8px; }
.screen-rail figure { margin: 0; scroll-snap-align: start; }
.screen-rail img { width: 100%; aspect-ratio: 941 / 1672; border: 5px solid var(--ink); border-radius: 32px; object-fit: cover; box-shadow: 0 24px 45px rgba(7,28,22,.13); }
.screen-rail figcaption { display: flex; align-items: center; gap: 10px; margin-top: 14px; font-size: .88rem; font-weight: 850; }
.screen-rail figcaption span { color: var(--green-dark); font-size: .68rem; }

.privacy-section { background: var(--white); }
.privacy-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(370px, .8fr); gap: clamp(60px, 10vw, 140px); align-items: center; }
.privacy-panel { min-height: 485px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; border-radius: var(--radius-lg); padding: clamp(34px, 5vw, 62px); background: radial-gradient(circle at 80% 15%, rgba(200,255,88,.42), transparent 27%), linear-gradient(145deg, #0a3025, #061a14); color: var(--white); }
.privacy-panel .eyebrow { color: var(--lime); }
.privacy-panel h2 { max-width: 550px; color: var(--white); }
.privacy-panel > p:last-child { max-width: 650px; margin: 24px 0 0; color: rgba(255,255,255,.65); }
.privacy-lock { width: 78px; height: 78px; display: grid; place-items: center; margin-bottom: auto; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: rgba(255,255,255,.07); color: var(--lime); box-shadow: inset 0 0 0 16px rgba(200,255,88,.05); font-size: 1.2rem; }
.privacy-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.privacy-list li { position: relative; display: grid; padding: 26px 0 26px 48px; border-top: 1px solid var(--line); }
.privacy-list li::before { content: "✓"; position: absolute; top: 25px; left: 0; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #dff8ec; color: var(--green-dark); font-size: .8rem; font-weight: 950; }
.privacy-list strong { font-size: 1rem; }
.privacy-list span { margin-top: 7px; color: var(--muted); font-size: .89rem; }

.apps-section { background: var(--paper); }
.inline-link { justify-self: end; margin-bottom: 10px; color: var(--green-dark); font-size: .9rem; font-weight: 850; }
.apps-intro { max-width: 700px; margin: 20px 0 0; color: var(--muted); }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.portfolio-card { position: relative; overflow: hidden; display: flex; min-height: 540px; flex-direction: column; border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: 0 10px 32px rgba(7,28,22,.05); transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease; }
.portfolio-card:hover { transform: translateY(-5px); border-color: rgba(14,102,77,.25); box-shadow: 0 24px 55px rgba(7,28,22,.11); }
.portfolio-media { overflow: hidden; height: 245px; padding: 24px 26px 0; background: linear-gradient(145deg, #dff8ec, #eff6ff); text-align: center; }
.portfolio-card:nth-child(3n+2) .portfolio-media { background: linear-gradient(145deg, #eee9ff, #f5f2ff); }
.portfolio-card:nth-child(3n) .portfolio-media { background: linear-gradient(145deg, #fff2dc, #fff8ef); }
.portfolio-media img { width: min(72%, 220px); height: 100%; border-radius: 20px 20px 0 0; object-fit: cover; object-position: top; box-shadow: 0 20px 45px rgba(7,28,22,.18); }
.portfolio-media-wide img { width: 100%; max-width: 390px; height: auto; min-height: 100%; border-radius: 18px 18px 0 0; }
.portfolio-body { position: relative; display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 52px 26px 26px; }
.portfolio-icon { position: absolute; top: -38px; left: 26px; width: 76px; height: 76px; border: 5px solid var(--white); border-radius: 23px; object-fit: cover; background: var(--white); box-shadow: 0 12px 28px rgba(7,28,22,.2); }
.portfolio-body h3 { margin-top: 13px; font-size: 1.52rem; line-height: 1.08; }
.portfolio-body h3 a { color: inherit; }
.portfolio-body h3 a:hover, .portfolio-body h3 a:focus-visible { color: var(--green-dark); outline: none; }
.portfolio-body p { margin: 14px 0 24px; color: var(--muted); font-size: .9rem; }
.portfolio-link { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-top: auto; border-top: 1px solid var(--line); padding-top: 18px; color: var(--green-dark); font-size: .86rem; font-weight: 900; }
.portfolio-link:hover, .portfolio-link:focus-visible { color: var(--ink); outline: none; }
.platform-label { display: inline-flex; border-radius: 99px; padding: 6px 9px; background: #dff1ff; color: #1762a3; font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ios-label { background: #eee9ff; color: #5c49b6; }

.app-detail-page { background: var(--paper); }
.app-detail-main { padding-top: 118px; }
.app-detail-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr); gap: clamp(55px, 9vw, 120px); align-items: center; padding-top: clamp(55px, 8vw, 110px); padding-bottom: clamp(70px, 9vw, 120px); }
.app-detail-copy { display: grid; justify-items: start; }
.app-detail-icon { width: 104px; height: 104px; margin-bottom: 28px; border-radius: 28px; box-shadow: 0 18px 44px rgba(7,28,22,.18); }
.app-detail-copy h1 { max-width: 790px; margin-top: 16px; font-size: clamp(3.15rem, 7vw, 6.7rem); }
.app-detail-copy > p { max-width: 720px; margin: 24px 0 30px; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.14rem); }
.app-detail-preview { position: relative; min-height: 610px; display: grid; place-items: center; overflow: hidden; border-radius: 38px; padding: 48px; background: linear-gradient(145deg, #dff8ec, #eff6ff); }
.app-detail-preview::before { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(7,28,22,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.22), 0 0 0 140px rgba(255,255,255,.14); }
.app-detail-preview img { position: relative; z-index: 1; width: min(78%, 320px); max-height: 560px; border-radius: 28px; object-fit: cover; object-position: top; box-shadow: 0 28px 60px rgba(7,28,22,.22); }
.app-detail-features { background: var(--white); }
.app-detail-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.app-detail-feature { min-height: 230px; border: 1px solid var(--line); border-radius: 26px; padding: 30px; background: var(--paper); }
.app-detail-feature span { display: inline-grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: var(--lime); font-weight: 950; }
.app-detail-feature h2 { margin-top: 42px; font-size: 1.3rem; }
.app-detail-feature p { margin: 12px 0 0; color: var(--muted); font-size: .9rem; }
.app-detail-breadcrumbs { margin-bottom: 24px; color: var(--muted); font-size: .8rem; font-weight: 750; }
.app-detail-breadcrumbs a { color: var(--green-dark); }
.catalog-main { padding-top: 118px; }
.catalog-hero { padding: clamp(70px, 9vw, 120px) clamp(20px, 4vw, 64px) 55px; }
.catalog-hero h1 { max-width: 900px; }
.catalog-hero > p:last-child { max-width: 720px; margin: 24px 0 0; color: var(--muted); }
.catalog-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .42fr); gap: clamp(50px, 8vw, 110px); align-items: center; }
.catalog-hero-grid > div > p:not(.eyebrow) { max-width: 760px; margin: 24px 0 0; color: var(--muted); font-size: 1.05rem; }
.catalog-summary { position: relative; overflow: hidden; min-height: 390px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 34px; padding: 36px; background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.catalog-summary::before { content: ""; position: absolute; top: -130px; right: -110px; width: 310px; height: 310px; border: 1px solid rgba(200,255,88,.3); border-radius: 50%; box-shadow: 0 0 0 55px rgba(200,255,88,.06), 0 0 0 110px rgba(200,255,88,.035); }
.catalog-summary > * { position: relative; z-index: 1; }
.catalog-summary > span { color: var(--lime); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.catalog-summary > strong { margin-top: auto; font-size: clamp(5.5rem, 10vw, 8.5rem); line-height: .8; letter-spacing: -.09em; }
.catalog-summary > p { margin: 25px 0 0; color: rgba(255,255,255,.65); }
.catalog-summary ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.catalog-summary li { border: 1px solid rgba(255,255,255,.15); border-radius: 99px; padding: 7px 10px; color: rgba(255,255,255,.72); font-size: .7rem; font-weight: 750; }

.app-gallery-section { background: var(--paper); }
.app-gallery-section .split-heading > p { max-width: 520px; align-self: end; margin: 0 0 8px; color: var(--muted); }
.app-screenshot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.app-screenshot-grid figure { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: 0 14px 40px rgba(7,28,22,.06); }
.app-screenshot-grid figure > div { height: clamp(430px, 46vw, 620px); display: grid; place-items: end center; overflow: hidden; padding: 30px 24px 0; background: linear-gradient(145deg, #e3f8ed, #eef3ff); }
.app-screenshot-grid figure:nth-child(2) > div { background: linear-gradient(145deg, #f0eaff, #f7f4ff); }
.app-screenshot-grid figure:nth-child(3) > div { background: linear-gradient(145deg, #fff0d9, #fff8ef); }
.app-screenshot-grid img { width: min(100%, 330px); height: 100%; border-radius: 24px 24px 0 0; object-fit: cover; object-position: top; box-shadow: 0 22px 52px rgba(7,28,22,.2); }
.app-screenshot-grid .wide-shot img { width: 100%; height: auto; align-self: center; border-radius: 22px; object-fit: contain; }
.app-screenshot-grid figcaption { min-height: 132px; display: grid; align-content: start; gap: 8px; padding: 24px 26px; }
.app-screenshot-grid figcaption strong { font-size: 1.08rem; }
.app-screenshot-grid figcaption span { color: var(--muted); font-size: .86rem; }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(470px, 1fr); gap: clamp(70px, 12vw, 165px); align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 1.02rem; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--paper); transition: transform 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: -5px 50px 27px 0; color: var(--muted); font-size: .93rem; }
.faq-list details p a { color: var(--green-dark); font-weight: 800; }

.final-cta { position: relative; overflow: hidden; min-height: 620px; display: grid; place-items: center; padding: 90px 24px; background: var(--lime); text-align: center; }
.final-cta::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(var(--ink) 1px, transparent 1px); background-size: 25px 25px; }
.cta-orb { position: absolute; width: 600px; height: 600px; border: 1px solid rgba(7,28,22,.15); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.15), 0 0 0 160px rgba(255,255,255,.09); }
.final-cta-inner { position: relative; z-index: 2; display: grid; justify-items: center; }
.final-cta .eyebrow { color: var(--ink); }
.final-cta h2 { max-width: 850px; }
.final-cta p:not(.eyebrow) { max-width: 560px; margin: 22px 0 0; color: var(--ink-2); font-size: 1.08rem; }
.final-cta .store-button { margin-top: 34px; }

.site-footer { padding: 72px clamp(20px, 4vw, 64px) 28px; background: var(--ink); color: var(--white); }
.footer-inner { width: min(1250px, 100%); display: grid; grid-template-columns: 1.35fr .75fr .65fr 1fr; gap: clamp(38px, 6vw, 80px); margin: auto; }
.site-footer .brand-icon { border-color: rgba(255,255,255,.2); box-shadow: 0 9px 24px rgba(0,97,255,.2); }
.site-footer .brand-copy strong { color: var(--white); }
.site-footer .brand-copy small { color: rgba(255,255,255,.5); }
.footer-brand p { max-width: 310px; margin: 23px 0 0; color: rgba(255,255,255,.53); font-size: .9rem; }
.footer-column { display: flex; flex-direction: column; gap: 12px; margin: 0; font-style: normal; }
.footer-column h3 { margin-bottom: 7px; color: var(--white); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-column a, .footer-column span { color: rgba(255,255,255,.58); font-size: .83rem; }
.footer-column a:hover, .footer-column a:focus-visible { color: var(--lime); outline: none; }
.footer-bottom { width: min(1250px, 100%); display: flex; justify-content: space-between; gap: 30px; margin: 65px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: .73rem; }

.legal-page { background: var(--white); }
.legal-home-link { border: 1px solid var(--line); border-radius: 13px; padding: 10px 15px; background: var(--white); color: var(--ink); font-size: .82rem; font-weight: 850; }
.legal-shell { min-height: 70vh; padding: 150px 22px 100px; }
.legal-content { width: min(820px, 100%); margin: auto; }
.legal-content h1 { max-width: none; margin-bottom: 28px; font-size: clamp(3.5rem, 8vw, 6.5rem); }
.legal-content h2 { max-width: none; margin: 54px 0 18px; padding-top: 28px; border-top: 1px solid var(--line); font-size: clamp(1.65rem, 4vw, 2.35rem); letter-spacing: -.04em; }
.legal-content p { margin: 0 0 17px; color: var(--ink-2); font-size: 1rem; line-height: 1.75; }
.legal-content ul { display: grid; gap: 10px; margin: 8px 0 28px; padding-left: 22px; color: var(--ink-2); }
.legal-content a { color: var(--green-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.legal-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px 36px; padding: 32px max(22px, calc((100vw - 1250px) / 2)); background: var(--ink); color: rgba(255,255,255,.62); font-size: .78rem; }
.legal-footer address { font-style: normal; }
.legal-footer a { color: var(--lime); }
.support-contact { margin: 42px 0 8px; border: 1px solid var(--line); border-radius: 28px; padding: clamp(26px, 5vw, 42px); background: linear-gradient(145deg, #f1fbf6, #f3f6ff); }
.support-contact h2 { margin-top: 18px; padding-top: 0; border-top: 0; }
.support-contact .store-button { width: fit-content; margin-top: 24px; color: var(--white); text-decoration: none; }
.support-app-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px !important; padding: 0 !important; list-style: none; }
.support-app-list li { display: flex; }
.support-app-list a { width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 16px 18px; background: var(--paper); text-decoration: none; }
.support-app-list a:hover, .support-app-list a:focus-visible { border-color: var(--green-dark); background: var(--white); outline: none; }
.support-note { border-left: 4px solid var(--green-dark); padding: 14px 18px; background: var(--paper); }
.not-found-page { min-height: 100vh; padding: 130px 24px 0; background: radial-gradient(circle at 70% 20%, rgba(200,255,88,.3), transparent 28%), var(--paper); }
.not-found-card { width: min(720px, 100%); display: grid; justify-items: start; margin: 50px auto 110px; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(34px, 7vw, 72px); background: rgba(255,255,255,.86); box-shadow: var(--shadow); }
.error-code { margin: 58px 0 10px; color: var(--green-dark); font-size: .78rem; font-weight: 950; letter-spacing: .18em; }
.not-found-card h1 { max-width: 620px; font-size: clamp(3.4rem, 10vw, 6.4rem); }
.not-found-card > p:not(.error-code) { max-width: 520px; margin: 24px 0 30px; color: var(--muted); font-size: 1.06rem; }

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

@media (max-width: 1080px) {
  .hero { min-height: auto; }
  .hero-inner { min-height: auto; grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr); padding-top: 125px; }
  h1 { font-size: clamp(3.9rem, 7vw, 6rem); }
  .phone-front { width: 280px; height: 500px; }
  .phone-back { width: 225px; height: 400px; transform: rotate(-9deg) translate(-140px, 52px); }
  .hero-visual { min-height: 560px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .workflow-grid { grid-template-columns: .9fr 1fr; gap: 60px; }
  .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-inner { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-inner address { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  .site-header { padding: 11px 16px; background: rgba(246,248,243,.91); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: calc(100% + 8px); left: 16px; right: 16px; display: none; align-items: stretch; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; padding: 10px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav .nav-cta { margin: 4px 0 0; justify-content: center; }
  .hero-inner { grid-template-columns: 1fr; gap: 18px; padding-top: 122px; text-align: center; }
  .app-kicker, .hero-actions { margin-left: auto; margin-right: auto; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-trust { margin-left: auto; margin-right: auto; text-align: left; }
  .hero-visual { min-height: 600px; }
  .phone-front { transform: rotate(3deg) translate(25px, 6px); }
  .phone-back { transform: rotate(-8deg) translate(-150px, 55px); }
  .chip-top { right: 5%; }
  .chip-bottom { left: 6%; }
  .signal-track { justify-content: flex-start; }
  .split-heading, .workflow-grid, .privacy-grid, .faq-grid, .catalog-hero-grid { grid-template-columns: 1fr; }
  .split-heading { gap: 25px; }
  .inline-link { justify-self: start; }
  .workflow-grid { gap: 45px; }
  .workflow-copy { max-width: 680px; }
  .workflow-visual { min-height: 650px; }
  .privacy-grid { gap: 42px; }
  .screen-rail { grid-auto-columns: minmax(270px, 45vw); }
  .faq-grid { gap: 45px; }
  .app-detail-hero { grid-template-columns: 1fr; }
  .app-detail-preview { min-height: 560px; }
  .app-detail-feature-grid { grid-template-columns: 1fr; }
  .catalog-summary { min-height: 340px; }
  .app-screenshot-grid { grid-template-columns: 1fr; }
  .app-screenshot-grid figure > div { height: min(145vw, 680px); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-inner address { grid-column: auto; }
}

@media (max-width: 560px) {
  .brand-icon { width: 42px; height: 42px; border-radius: 13px; }
  .brand-copy small { font-size: .62rem; }
  .hero-inner { padding-inline: 18px; padding-bottom: 52px; }
  h1 { font-size: clamp(3.35rem, 17vw, 5.1rem); }
  h2 { font-size: clamp(2.45rem, 12vw, 3.8rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .store-button, .text-button { justify-content: center; }
  .hero-trust { grid-template-columns: 1fr; gap: 12px; text-align: center; }
  .hero-trust li, .hero-trust li + li { padding: 0; border: 0; }
  .hero-visual { min-height: 535px; margin-top: 10px; }
  .phone-front { width: 250px; height: 444px; border-width: 6px; border-radius: 40px; transform: rotate(3deg) translate(17px, 4px); }
  .phone-back { width: 190px; height: 338px; border-width: 5px; border-radius: 35px; transform: rotate(-8deg) translate(-110px, 53px); }
  .orbit-one { width: 450px; height: 450px; }
  .orbit-two { width: 360px; height: 360px; }
  .floating-chip { padding: 10px 12px; font-size: .66rem; }
  .chip-top { top: 65px; right: 0; }
  .chip-bottom { bottom: 40px; left: 0; }
  .section { padding: 78px 18px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 320px; }
  .workflow-visual { min-height: 540px; }
  .workflow-visual > img { width: 270px; height: 480px; border-radius: 42px; }
  .storage-card { right: -7px; bottom: 15px; }
  .screen-heading { align-items: start; flex-direction: column; }
  .screen-rail { grid-auto-columns: 76vw; padding-inline: 18px; }
  .privacy-panel { min-height: 430px; border-radius: 28px; }
  .portfolio-grid { grid-template-columns: 1fr; gap: 18px; }
  .portfolio-card { min-height: 510px; }
  .portfolio-media { height: 230px; }
  .support-app-list { grid-template-columns: 1fr; }
  .app-detail-main, .catalog-main { padding-top: 82px; }
  .app-detail-hero { padding-inline: 18px; }
  .app-detail-copy h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .app-detail-preview { min-height: 500px; border-radius: 28px; padding: 30px; }
  .final-cta { min-height: 560px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-brand, .footer-inner address { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
