:root {
  --ink: #17140f;
  --paper: #f5f1e8;
  --lime: #c8ff5c;
  --orange: #ff7043;
  --muted: #6f6a60;
  --line: rgba(23, 20, 15, 0.14);
  --card: #fffdf7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: .12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}

.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.nav { height: 88px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; }
.brand { color: inherit; text-decoration: none; display: inline-flex; align-items: center; gap: 11px; font-family: Manrope, sans-serif; font-weight: 800; font-size: 20px; letter-spacing: -.04em; }
.brand-mark { width: 34px; height: 34px; border-radius: 10px; background: var(--ink); display: grid; place-items: center; transform: rotate(-5deg); }
.brand-mark span { width: 12px; height: 15px; border: 2px solid var(--lime); border-top: 0; position: relative; }
.brand-mark span::before { content: ""; position: absolute; width: 7px; height: 7px; border-right: 2px solid var(--lime); border-bottom: 2px solid var(--lime); transform: rotate(45deg); top: -5px; left: 1px; }
.brand-mark.small { width: 28px; height: 28px; border-radius: 8px; }
.nav-link { color: inherit; text-decoration: none; font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; padding-block: 42px 80px; }
.eyebrow { width: fit-content; display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 99px; padding: 8px 13px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow i { width: 8px; height: 8px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,112,67,.16); }
h1, h2, h3 { font-family: Manrope, sans-serif; margin: 0; }
h1 { font-size: clamp(56px, 6.2vw, 86px); line-height: .98; letter-spacing: -.075em; margin: 26px 0 28px; }
h1 em { color: var(--orange); font-style: normal; }
.lead { max-width: 575px; color: var(--muted); font-size: 19px; line-height: 1.65; margin: 0; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 38px; }
.download-button { display: flex; align-items: center; gap: 13px; min-width: 250px; color: var(--paper); background: var(--ink); padding: 15px 20px; border-radius: 15px; text-decoration: none; box-shadow: 0 8px 0 #aca69b; transition: transform .2s, box-shadow .2s; }
.download-button:hover { transform: translateY(3px); box-shadow: 0 5px 0 #aca69b; }
.download-button svg { width: 25px; fill: none; stroke: var(--lime); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.download-button span { display: flex; flex-direction: column; gap: 2px; }
.download-button small { font-size: 13px; font-weight: 700; }
.download-button strong { color: #b8b3a9; font-size: 11px; font-weight: 500; }
.apk-note { color: var(--muted); font-size: 12px; line-height: 1.5; }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 410px; height: 410px; border-radius: 50%; background: var(--lime); filter: saturate(.85); }
.orbit { position: absolute; border: 1px solid rgba(23,20,15,.25); border-radius: 50%; }
.orbit-one { width: 520px; height: 390px; transform: rotate(25deg); }
.orbit-two { width: 490px; height: 330px; transform: rotate(-32deg); border-style: dashed; }
.phone { width: 270px; height: 535px; border: 8px solid var(--ink); border-radius: 38px; background: #fcfaf4; position: relative; z-index: 2; box-shadow: 18px 22px 0 rgba(23,20,15,.18); overflow: hidden; transform: rotate(3deg); }
.phone::after { content: ""; position: absolute; width: 90px; height: 22px; border-radius: 0 0 15px 15px; background: var(--ink); left: 50%; top: 0; transform: translateX(-50%); }
.phone-top { display: flex; justify-content: space-between; padding: 11px 16px 8px; font-size: 9px; font-weight: 700; }
.phone-top i { width: 46px; }
.phone-content { padding: 19px 15px; }
.mini-brand { display: flex; align-items: center; gap: 8px; font-family: Manrope, sans-serif; font-weight: 800; font-size: 14px; }
.phone-kicker { font-size: 8px; font-weight: 700; letter-spacing: .16em; margin: 27px 0 9px; color: var(--muted); }
.video-card { border: 1px solid var(--line); border-radius: 15px; overflow: hidden; background: white; }
.video-art { height: 140px; background: linear-gradient(135deg, #2e2921, #635c4e); display: grid; place-items: center; position: relative; }
.video-art::before, .video-art::after { content: ""; position: absolute; background: var(--orange); border-radius: 50%; filter: blur(1px); }
.video-art::before { width: 110px; height: 110px; top: -35px; right: -20px; }
.video-art::after { width: 75px; height: 75px; bottom: -35px; left: 20px; background: var(--lime); }
.video-art span { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.9); display: grid; place-items: center; padding-left: 3px; z-index: 1; }
.video-art small { position: absolute; right: 8px; bottom: 8px; background: var(--ink); color: white; padding: 3px 6px; border-radius: 5px; font-size: 8px; }
.video-info { display: flex; flex-direction: column; padding: 11px 12px; gap: 3px; }
.video-info b { font-size: 11px; }.video-info small { color: var(--muted); font-size: 9px; }
.quality-title { font-weight: 700; font-size: 10px; margin: 17px 0 8px; }
.quality { display: flex; gap: 6px; }.quality span { flex: 1; border: 1px solid var(--line); border-radius: 7px; padding: 7px 3px; text-align: center; font-size: 8px; font-weight: 700; }.quality .active { background: var(--ink); color: var(--lime); }
.phone button { width: 100%; border: 0; border-radius: 10px; background: var(--orange); color: white; padding: 12px; margin-top: 15px; text-align: left; font-weight: 700; font-size: 10px; display: flex; justify-content: space-between; }
.phone-safe { color: var(--muted); text-align: center; font-size: 8px; margin-top: 13px; }.phone-safe i { color: #4f8c25; font-style: normal; }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; background: var(--card); padding: 12px 14px; border: 1px solid var(--line); border-radius: 13px; box-shadow: 7px 9px 0 rgba(23,20,15,.13); }
.float-card i { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: var(--orange); color: white; font-style: normal; }
.float-card span { display: flex; flex-direction: column; }.float-card b { font-size: 10px; }.float-card small { font-size: 8px; color: var(--muted); margin-top: 2px; }
.platform-card { top: 80px; left: 0; transform: rotate(-4deg); }.done-card { bottom: 62px; right: -5px; transform: rotate(3deg); }.done-card i { background: var(--lime); color: var(--ink); }

.platforms { border-block: 1px solid var(--line); min-height: 105px; display: flex; justify-content: space-between; align-items: center; }
.platforms > span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.platforms div { display: flex; align-items: center; gap: 44px; }.platforms b { font-family: Manrope; font-size: 18px; letter-spacing: -.03em; }
.platforms b:not(:last-child)::after { content: "•"; position: relative; left: 22px; color: var(--orange); }

.steps { padding-block: 120px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; }
.section-heading > span, .section-label { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.section-heading h2 { font-size: clamp(40px, 5vw, 64px); line-height: 1.06; letter-spacing: -.055em; width: 52%; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.step-grid article { position: relative; padding: 28px 30px 10px 0; min-height: 295px; border-right: 1px solid var(--line); }.step-grid article:not(:first-child) { padding-left: 30px; }.step-grid article:last-child { border-right: 0; }
.step-grid article > span { color: var(--muted); font-size: 11px; font-weight: 700; }
.step-icon { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; margin: 38px 0 24px; background: var(--ink); color: var(--lime); font-size: 25px; font-weight: 500; }.confirm-icon { background: var(--lime); color: var(--ink); }.send-icon { background: var(--orange); color: white; }
.step-grid h3 { font-size: 20px; letter-spacing: -.03em; }.step-grid p { color: var(--muted); font-size: 14px; line-height: 1.7; max-width: 280px; }

.install { display: grid; grid-template-columns: 1.5fr .8fr; gap: 20px; padding-bottom: 110px; }
.install-card, .release-card { border-radius: 25px; padding: 44px; }
.install-card { background: var(--ink); color: var(--paper); display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.install-card h2 { font-size: 40px; line-height: 1.1; letter-spacing: -.05em; margin: 16px 0; }.install-card p { color: #aaa49a; font-size: 14px; line-height: 1.7; }
.install-card ol { list-style: none; margin: 0; padding: 0; }.install-card li { display: flex; align-items: center; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.12); padding: 17px 0; font-size: 13px; line-height: 1.45; }.install-card li b { min-width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: grid; place-items: center; color: var(--lime); font-size: 11px; }
.release-card { background: var(--lime); }.shield { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; font-weight: 800; }.release-card h3 { font-size: 24px; margin: 24px 0 8px; letter-spacing: -.04em; }.release-card > p { font-size: 13px; line-height: 1.6; }.release-card dl { margin: 28px 0 0; }.release-card dl div { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(23,20,15,.2); padding: 11px 0; font-size: 11px; }.release-card dt { color: rgba(23,20,15,.65); }.release-card dd { margin: 0; font-weight: 700; max-width: 145px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

footer { border-top: 1px solid var(--line); min-height: 120px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 11px; }footer .brand { color: var(--ink); font-size: 16px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 55px; }.hero-copy { position: relative; z-index: 4; }.hero-visual { min-height: 600px; }.platform-card { left: 5%; }.done-card { right: 5%; }
  .platforms { flex-direction: column; justify-content: center; gap: 22px; padding-block: 30px; }.platforms div { gap: 25px; }.platforms b:not(:last-child)::after { left: 13px; }
  .install { grid-template-columns: 1fr; }.install-card { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }.nav { height: 72px; }.nav-link { display: none; }
  .hero { gap: 20px; min-height: auto; padding-block: 35px 50px; }h1 { font-size: 51px; }.lead { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; }.apk-note br { display: none; }
  .hero-visual { min-height: 535px; transform: scale(.88); margin-inline: -30px; }.hero-visual::before { width: 350px; height: 350px; }.orbit { display: none; }.phone { width: 260px; height: 515px; }.platform-card { top: 30px; left: -2px; }.done-card { bottom: 25px; right: -5px; }
  .platforms div { flex-wrap: wrap; justify-content: center; gap: 12px 25px; }.platforms b { font-size: 15px; }
  .steps { padding-block: 80px; }.section-heading { align-items: flex-start; flex-direction: column; gap: 22px; }.section-heading h2 { width: 100%; font-size: 42px; }.step-grid { grid-template-columns: 1fr; }.step-grid article, .step-grid article:not(:first-child) { min-height: auto; padding: 25px 0 35px; border-right: 0; border-bottom: 1px solid var(--line); }.step-icon { margin: 25px 0 18px; }
  .install { padding-bottom: 70px; }.install-card, .release-card { padding: 28px; }.install-card h2 { font-size: 32px; }
  footer { flex-direction: column; align-items: flex-start; justify-content: center; gap: 13px; padding-block: 32px; }
}

@media (prefers-reduced-motion: no-preference) {
  .phone { animation: float 5s ease-in-out infinite; }
  .platform-card { animation: float-card 5.5s ease-in-out infinite; }
  .done-card { animation: float-card 4.7s ease-in-out infinite reverse; }
  @keyframes float { 50% { transform: rotate(1deg) translateY(-9px); } }
  @keyframes float-card { 50% { margin-top: -8px; } }
}

