:root {
  color-scheme: dark;
  --bg: #050505;
  --panel: rgba(18, 18, 20, 0.82);
  --panel-strong: #111114;
  --line: rgba(255, 255, 255, 0.11);
  --text: #f6f6f7;
  --muted: #9a9aa3;
  --silver: #d8d8db;
  --accent: #f1f1f3;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 82% 13%, rgba(255,255,255,.075), transparent 25%),
    radial-gradient(circle at 8% 63%, rgba(124,124,130,.08), transparent 25%),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; text-decoration: none; }

.noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .035;
  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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.site-header,
main,
footer {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand img { width: 46px; height: 46px; object-fit: contain; border-radius: 12px; }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-size: 17px; letter-spacing: -.02em; }
.brand small { margin-top: 5px; color: #82828a; font-size: 10px; letter-spacing: .16em; }

nav { display: flex; align-items: center; gap: 34px; color: #aaaab4; font-size: 14px; }
nav a:hover { color: white; }
.nav-button { padding: 11px 17px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.045); color: white; font-weight: 700; }

.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  align-items: center;
  gap: 48px;
  padding: 46px 0 74px;
}

.release,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #b7b7bf;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .17em;
}

.release i,
.availability i { width: 7px; height: 7px; border-radius: 50%; background: #e6e6e8; box-shadow: 0 0 14px rgba(255,255,255,.75); }

h1 { margin: 28px 0 22px; font-size: clamp(58px, 7.1vw, 92px); line-height: .94; letter-spacing: -.065em; }
h1 span { color: transparent; background: linear-gradient(120deg, #fff, #8d8d94 68%, #e5e5e8); background-clip: text; -webkit-background-clip: text; }
.hero-copy > p { max-width: 610px; color: var(--muted); font-size: 18px; line-height: 1.7; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 22px; border-radius: 14px; font-size: 14px; font-weight: 800; transition: transform .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; fill: currentColor; }
.button.primary { background: linear-gradient(135deg, #ffffff, #b9b9bf); color: #080809; box-shadow: 0 16px 45px rgba(255,255,255,.13); }
.button.android { border: 1px solid rgba(118, 220, 147, .34); background: rgba(93, 196, 124, .1); color: #dcffe6; }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.availability { display: flex; align-items: center; gap: 10px; margin-top: 23px; font-size: 12px !important; }
.availability i { background: #4bdfaa; box-shadow: 0 0 13px rgba(75,223,170,.65); }

.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 74%; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.09); filter: blur(80px); }
.metal-card { position: relative; width: min(100%, 570px); aspect-ratio: 1.04; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 42px; background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.012)); box-shadow: inset 0 1px rgba(255,255,255,.13), 0 35px 90px rgba(0,0,0,.42); }
.metal-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(118deg, transparent 18%, rgba(255,255,255,.08), transparent 59%); }
.metal-card img { position: relative; width: 86%; height: 86%; object-fit: contain; }
.metal-caption { position: absolute; bottom: 28px; font-size: 12px; font-weight: 800; letter-spacing: .48em; color: #76767e; }

.floating-card { position: absolute; display: flex; align-items: center; gap: 12px; min-width: 220px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(12,12,14,.9); box-shadow: 0 18px 38px rgba(0,0,0,.4); backdrop-filter: blur(18px); }
.floating-card span:last-child { display: grid; gap: 4px; }
.floating-card strong { font-size: 13px; }
.floating-card small { color: #8d8d97; font-size: 11px; }
.card-one { left: -22px; bottom: 72px; }
.card-two { right: -12px; top: 78px; }
.avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 13px; font-size: 13px; font-weight: 850; }
.avatar.blue { background: #53c4e8; color: #07151b; }
.avatar.violet { background: #9857dc; }

.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 32px 0 112px; }
.features article { min-height: 230px; padding: 27px; border: 1px solid var(--line); border-radius: 25px; background: var(--panel); }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.045); color: #dedee2; font-size: 21px; }
.features h2 { margin: 42px 0 11px; font-size: 20px; }
.features p { margin: 0; color: var(--muted); line-height: 1.6; }

.mobile-section { padding: 18px 0 112px; }
.mobile-heading { max-width: 760px; margin-bottom: 34px; }
.mobile-heading h2 { margin: 17px 0 14px; font-size: clamp(38px, 4.8vw, 62px); line-height: 1; letter-spacing: -.05em; }
.mobile-heading p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.platform-grid article { min-height: 270px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.015)); }
.platform-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; color: #e4e4e8; font-size: 22px; font-weight: 900; }
.android-mark { color: #aaf3bc; }
.platform-grid h3 { margin: 30px 0 10px; font-size: 20px; }
.platform-grid p { margin: 0 0 24px; color: var(--muted); line-height: 1.6; }
.text-link { margin-top: auto; font-size: 14px; font-weight: 800; }
.text-link:hover { color: white; text-decoration: underline; }

.verification-section { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 70px; border: 1px solid var(--line); border-radius: 34px; background: linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.012)); }
.verification-section h2 { max-width: 520px; margin: 17px 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.04; letter-spacing: -.045em; }
.verification-section p { max-width: 540px; margin: 0; color: var(--muted); line-height: 1.7; }
.badge-showcase { display: flex; align-items: flex-end; justify-content: center; gap: 36px; }
.badge-showcase > span { display: grid; justify-items: center; gap: 14px; color: #97979f; font-size: 12px; }

.badge { width: 33px; height: 33px; display: inline-grid; place-items: center; overflow: hidden; clip-path: polygon(50% 0%, 61% 7%, 74% 5%, 82% 16%, 95% 22%, 93% 36%, 100% 50%, 93% 64%, 95% 78%, 82% 84%, 74% 95%, 61% 93%, 50% 100%, 38% 93%, 26% 95%, 18% 84%, 5% 78%, 7% 64%, 0 50%, 7% 36%, 5% 22%, 18% 16%, 26% 5%, 38% 7%); font-family: Arial, sans-serif; font-size: 22px; font-weight: 950; line-height: 1; filter: drop-shadow(0 4px 7px rgba(0,0,0,.34)); }
.badge.blue { color: white; background: linear-gradient(145deg, rgba(255,255,255,.32), transparent 35%), #27a7eb; }
.badge.silver { color: white; background: linear-gradient(145deg, rgba(255,255,255,.42), transparent 40%), #858585; }
.badge.gold { color: #050505; background: linear-gradient(135deg, #a96f08 4%, #e5ad24 25%, #fff08b 48%, #d69c16 70%, #8d5704 100%); }
.badge.large { width: 66px; height: 66px; font-size: 43px; }
.floating-card .badge { width: 17px; height: 17px; font-size: 12px; vertical-align: -3px; }

.download-panel { margin: 90px 0; display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; padding: 28px 30px; border: 1px solid var(--line); border-radius: 26px; background: var(--panel-strong); }
.download-panel img { width: 72px; height: 72px; object-fit: contain; }
.download-panel span { color: #888890; font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.download-panel h2 { margin: 5px 0 4px; font-size: 24px; }
.download-panel p { margin: 0; color: var(--muted); font-size: 14px; }
.download-actions { display: flex; gap: 10px; }
.download-actions .button { min-width: 120px; }

footer { min-height: 110px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); color: #77777f; font-size: 13px; }

@media (max-width: 900px) {
  nav > a:not(.nav-button) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 62px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .availability { justify-content: center; }
  .hero-visual { min-height: 480px; }
  .features { grid-template-columns: 1fr; }
  .platform-grid { grid-template-columns: 1fr; }
  .verification-section { grid-template-columns: 1fr; padding: 42px; }
  .download-panel { grid-template-columns: auto 1fr; }
  .download-panel .download-actions { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .site-header, main, footer { width: min(100% - 24px, 1180px); }
  .site-header { height: 78px; }
  .brand img { width: 40px; height: 40px; }
  .nav-button { padding: 10px 13px; }
  .hero { padding-top: 42px; gap: 20px; }
  h1 { font-size: 50px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-visual { min-height: 390px; }
  .metal-card { border-radius: 28px; }
  .card-one { left: 4px; bottom: 30px; }
  .card-two { right: 4px; top: 26px; }
  .floating-card { min-width: 184px; padding: 11px; }
  .verification-section { padding: 28px 20px; }
  .badge-showcase { gap: 22px; }
  .download-panel { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .download-panel .download-actions { grid-column: auto; width: 100%; display: grid; }
}
