﻿:root {
  --bg: #050608;
  --panel: rgba(13, 15, 18, 0.9);
  --panel-2: rgba(18, 20, 24, 0.82);
  --line: rgba(255, 190, 18, 0.18);
  --line-soft: rgba(255, 255, 255, 0.1);
  --text: #f7f7f4;
  --muted: #b9b8af;
  --soft: #7f817c;
  --gold: #FFB800;
  --gold-2: #ffd45a;
  --green: #93c90e;
  --red: #ff5a4e;
  --radius: 8px;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.5);
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 10%, rgba(248, 184, 0, 0.12), transparent 33rem),
    radial-gradient(circle at 5% 22%, rgba(37, 88, 54, 0.14), transparent 25rem),
    linear-gradient(180deg, #07090b 0%, #030405 52%, #060708 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    radial-gradient(circle, rgba(248, 184, 0, 0.42) 1px, transparent 1.3px),
    linear-gradient(115deg, transparent 0 48%, rgba(248, 184, 0, 0.08) 49%, transparent 51% 100%);
  background-size: 26px 26px, 180px 180px;
  mask-image: radial-gradient(circle at 72% 16%, #000 0, transparent 34rem), radial-gradient(circle at 36% 60%, #000 0, transparent 30rem);
}

body.menu-open {
  overflow: hidden;
}

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

img {
  max-width: 100%;
  display: block;
}

.site-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(4, 5, 6, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
}

.brand-mark {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.brand-name {
  font-size: 1.65rem;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.brand-name span,
.accent {
  color: var(--gold);
}

.brand-tagline {
  display: block;
  color: #d8d7cf;
  font-size: 0.57rem;
  margin-top: -2px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  font-size: 0.94rem;
  color: #f1f1ec;
}

.nav-links a {
  position: relative;
  padding: 32px 0;
}

.nav-links a.active,
.nav-links a:hover {
  color: var(--gold);
}

.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 17px;
  width: 40px;
  height: 2px;
  border-radius: 99px;
  background: var(--gold);
  transform: translateX(-50%);
  box-shadow: 0 0 18px var(--gold);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: var(--radius);
  border: 1px solid rgba(248, 184, 0, 0.45);
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #151100;
  font-weight: 800;
  box-shadow: 0 14px 35px rgba(248, 184, 0, 0.18);
}

.button:hover {
  transform: translateY(-1px);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: none;
}

.button.ghost {
  background: transparent;
  color: var(--gold);
  box-shadow: none;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: var(--radius);
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  padding: 72px 0 54px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 34px;
  align-items: center;
}

.eyebrow {
  display: block;
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  max-width: 760px;
  font-size: clamp(2.7rem, 5.2vw, 5.45rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.16rem;
  line-height: 1.2;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.lead {
  max-width: 620px;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.hero-actions,
.cta-actions,
.share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
}

.store-row,
.metric-row,
.pill-row,
.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.store-row {
  margin-top: 22px;
}

.store {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ededeb;
  font-size: 0.92rem;
}

.store::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: conic-gradient(from 35deg, #2bd15c, #2d8cff, #f8b800, #fff, #2bd15c);
}

.store.apple::before {
  background: linear-gradient(135deg, #fff, #9ca0a8);
}

.hero-visual {
  min-height: 460px;
  position: relative;
}

.globe {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  opacity: 0.92;
  background:
    radial-gradient(circle at 40% 44%, transparent 0 44%, rgba(248, 184, 0, 0.08) 45%, transparent 48%),
    radial-gradient(circle, rgba(248, 184, 0, 0.72) 1.2px, transparent 1.6px);
  background-size: 100% 100%, 18px 18px;
  mask-image: radial-gradient(circle at 54% 45%, #000 0 43%, transparent 67%);
  filter: drop-shadow(0 0 42px rgba(248, 184, 0, 0.22));
}

.device-stage {
  position: relative;
  height: 520px;
}

.phone,
.laptop,
.screen-shot {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #08090b;
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.phone {
  right: 36%;
  top: 22px;
  z-index: 3;
  width: 230px;
  height: 470px;
  border-radius: 38px;
  padding: 16px;
}

.phone::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  width: 78px;
  height: 20px;
  border-radius: 0 0 16px 16px;
  background: #020203;
  transform: translateX(-50%);
  z-index: 2;
}

.laptop {
  right: -40px;
  top: 92px;
  width: 430px;
  height: 280px;
  border-radius: 16px;
  padding: 14px;
}

.app-ui {
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  background: linear-gradient(180deg, #111316, #050607);
  padding: 24px 12px 12px;
}

.laptop .app-ui {
  border-radius: 10px;
  padding: 16px;
}

.app-head,
.mini-nav,
.bottom-nav,
.article-row,
.source-cloud {
  display: flex;
  align-items: center;
}

.app-head {
  justify-content: space-between;
  margin-bottom: 14px;
  font-weight: 850;
}

.mini-nav {
  gap: 10px;
  color: #dfdfd8;
  font-size: 0.66rem;
  margin-bottom: 14px;
}

.mini-nav span:first-child {
  color: var(--gold);
  border-bottom: 2px solid var(--gold);
}

.feature-card,
.story-card,
.glass,
.faq-item,
.share-card,
.side-panel,
.timeline-card,
.footer,
.tab-card,
.value-card,
.reason-card,
.right-card,
.privacy-card {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    rgba(8, 10, 12, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.main-article {
  height: 168px;
  display: flex;
  align-items: flex-end;
  padding: 14px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.92)),
    linear-gradient(135deg, #675b32, #18252b 56%, #0d1114);
}

.main-article strong {
  max-width: 85%;
  font-size: 0.9rem;
  line-height: 1.25;
}

.article-row {
  gap: 9px;
  margin-top: 14px;
}

.article-thumb {
  flex: 1;
  min-height: 72px;
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(248, 184, 0, 0.48), #15191f);
}

.bottom-nav {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 18px;
  justify-content: space-around;
  color: #c8c8c1;
  font-size: 0.62rem;
}

.bottom-nav span:first-child {
  color: var(--gold);
}

.proof-strip {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.025);
}

.proof-item {
  min-height: 94px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 22px;
  border-right: 1px solid var(--line-soft);
}

.proof-item:last-child {
  border-right: 0;
}

.icon {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(248, 184, 0, 0.4);
  border-radius: var(--radius);
  color: var(--gold);
  background: radial-gradient(circle, rgba(248, 184, 0, 0.13), transparent 68%);
  font-weight: 900;
}

.icon.round {
  border-radius: 999px;
}

.proof-item strong {
  display: block;
  margin-bottom: 4px;
}

.proof-item span,
.small {
  color: var(--muted);
  font-size: 0.86rem;
}

.section {
  padding: 58px 0;
}

.section-head {
  max-width: 740px;
  margin: 0 auto 32px;
  text-align: center;
}

.feature-grid,
.tabs-grid,
.rights-grid,
.footer-grid,
.about-values,
.contact-grid {
  display: grid;
  gap: 18px;
}

.feature-grid {
  grid-template-columns: repeat(5, 1fr);
}

.feature-card {
  min-height: 214px;
  padding: 24px 20px;
}

.feature-card .icon {
  margin-bottom: 22px;
}

.experience {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 52px;
  align-items: center;
}

.tilted-phone {
  width: min(330px, 80%);
  height: 590px;
  margin: auto;
  transform: rotate(-7deg);
  position: relative;
}

.gold-disc {
  position: absolute;
  width: 360px;
  height: 360px;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(135deg, #f8b800, #8a6000);
  opacity: 0.9;
}

.bullet-list {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.bullet-list li {
  position: relative;
  padding-left: 28px;
  margin: 12px 0;
  color: #e9e8e1;
}

.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(248, 184, 0, 0.12);
}

.categories {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
}

.category {
  min-height: 116px;
  display: grid;
  align-content: end;
  padding: 14px;
  border-radius: var(--radius);
  border: 1px solid var(--line-soft);
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.75)),
    linear-gradient(135deg, rgba(248, 184, 0, 0.45), rgba(10, 12, 14, 0.95));
  color: #fff;
  font-weight: 800;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 34px;
}

.step {
  text-align: center;
  position: relative;
}

.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: -28px;
  width: 58px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.cta-band {
  margin: 42px 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(248, 184, 0, 0.14), transparent 55%),
    rgba(255, 255, 255, 0.035);
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.mockup-card {
  max-height: 240px;
  object-fit: cover;
  object-position: top;
  border-radius: var(--radius);
  border: 1px solid var(--line-soft);
  opacity: 0.92;
}

.page-hero {
  padding: 72px 0 40px;
}

.page-hero .hero-grid {
  grid-template-columns: 1fr 0.82fr;
}

.page-visual {
  min-height: 360px;
  position: relative;
}

.founder-card,
.shield-card,
.chat-card {
  min-height: 330px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 62% 28%, rgba(248, 184, 0, 0.3), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--line-soft);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.founder-silhouette {
  width: 250px;
  height: 300px;
  border-radius: 42% 42% 8px 8px;
  background:
    radial-gradient(circle at 50% 22%, #282828 0 26%, transparent 27%),
    linear-gradient(180deg, transparent 0 31%, #0f1012 32% 100%);
  position: relative;
}

.founder-silhouette::after {
  content: "K";
  position: absolute;
  right: 58px;
  top: 150px;
  color: var(--gold);
  font-size: 2.6rem;
  font-weight: 950;
}

.timeline-simple {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 48px 32px;
}

.timeline-simple::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 82px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.story-card {
  padding: 28px;
  position: relative;
}

.story-card .icon {
  margin-bottom: 72px;
}

.about-values {
  grid-template-columns: repeat(3, 1fr);
  padding: 34px;
}

.value-card {
  padding: 24px;
  border-color: transparent;
  background: transparent;
}

.bio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.signature {
  margin-top: 22px;
  color: var(--gold);
  font-size: 2.1rem;
  font-family: "Segoe Script", cursive;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.stat {
  padding: 24px;
  min-height: 128px;
}

.filters {
  position: sticky;
  top: 86px;
  z-index: 10;
  padding: 14px 0;
  background: rgba(5, 6, 8, 0.9);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
}

.filter-row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 0 22px;
}

.filter {
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  border-radius: var(--radius);
  padding: 12px 20px;
  white-space: nowrap;
  cursor: pointer;
}

.filter.active {
  border-color: var(--gold);
  background: var(--gold);
  color: #151100;
  font-weight: 850;
}

.build-layout {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 22px;
  margin-top: 18px;
}

.build-rail {
  position: sticky;
  top: 165px;
  align-self: start;
  border-right: 1px solid rgba(248, 184, 0, 0.35);
}

.rail-item {
  min-height: 170px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line-soft);
  border-right: 0;
  border-radius: var(--radius) 0 0 var(--radius);
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.025);
}

.rail-item strong {
  color: var(--gold);
}

.build-list {
  display: grid;
  gap: 12px;
}

.timeline-card {
  display: grid;
  grid-template-columns: 1.05fr 0.98fr;
  gap: 18px;
  padding: 22px;
  align-items: center;
}

.timeline-card[hidden] {
  display: none;
}

.timeline-card header {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.num {
  min-width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--gold);
  border: 1px solid rgba(248, 184, 0, 0.35);
  border-radius: var(--radius);
  font-weight: 900;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tag {
  padding: 8px 12px;
  border: 1px solid rgba(248, 184, 0, 0.26);
  border-radius: 6px;
  color: var(--gold);
  font-size: 0.78rem;
}

.timeline-visual {
  min-height: 178px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 20% 28%, rgba(248, 184, 0, 0.23), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));
  display: grid;
  place-items: center;
  overflow: hidden;
}

.visual-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 16px;
}

.source-pill {
  padding: 10px 16px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.88);
  color: #202020;
  font-weight: 850;
}

.code-block {
  width: 100%;
  height: 100%;
  padding: 18px;
  color: #d7e9b6;
  font-family: Consolas, monospace;
  font-size: 0.78rem;
  line-height: 1.7;
  background: #050607;
}

.flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.flow .icon {
  width: 64px;
  height: 64px;
}

.privacy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.75fr;
  gap: 18px;
}

.privacy-card {
  padding: 26px;
}

.privacy-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}

.privacy-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  margin-bottom: 20px;
}

.negative .icon {
  color: var(--red);
  border-color: rgba(255, 90, 78, 0.42);
}

.positive-title {
  color: var(--green);
}

.negative-title {
  color: var(--red);
}

.rights-grid {
  grid-template-columns: repeat(4, 1fr);
}

.right-card {
  padding: 24px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 28px;
}

.search-box {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(248, 184, 0, 0.4);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  font: inherit;
  margin-bottom: 24px;
}

.faq-list {
  display: grid;
  gap: 8px;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: grid;
  grid-template-columns: 46px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.faq-answer {
  display: none;
  padding: 0 22px 22px 80px;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .chevron {
  transform: rotate(180deg);
}

.side-panel {
  padding: 28px;
  margin-bottom: 18px;
}

.side-panel .bullet-list li {
  font-size: 0.92rem;
}

.shield {
  width: 180px;
  height: 220px;
  display: grid;
  place-items: center;
  clip-path: polygon(50% 0, 92% 18%, 84% 77%, 50% 100%, 16% 77%, 8% 18%);
  border: 2px solid var(--gold);
  background: radial-gradient(circle, rgba(248, 184, 0, 0.22), rgba(248, 184, 0, 0.03));
  filter: drop-shadow(0 0 26px rgba(248, 184, 0, 0.35));
}

.shield span {
  font-size: 4rem;
}

.chat-bubbles {
  position: relative;
  width: 310px;
  height: 210px;
}

.bubble {
  position: absolute;
  border: 1px solid rgba(248, 184, 0, 0.55);
  border-radius: 30px 30px 30px 4px;
  background: linear-gradient(180deg, #ffd45a, #8e6700);
  box-shadow: 0 20px 50px rgba(248, 184, 0, 0.22);
}

.bubble.one {
  width: 190px;
  height: 110px;
  left: 10px;
  top: 10px;
}

.bubble.two {
  width: 150px;
  height: 82px;
  right: 6px;
  bottom: 22px;
  background: linear-gradient(180deg, #2b2d2f, #0a0b0d);
  border-color: rgba(255, 255, 255, 0.2);
}

.bubble::before {
  content: "...";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 3rem;
  letter-spacing: 8px;
}

.contact-grid {
  grid-template-columns: 1fr 1fr;
}

.contact-card {
  padding: 32px;
}

.contact-form {
  display: grid;
  gap: 12px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 15px 16px;
  font: inherit;
}

.contact-form textarea {
  min-height: 160px;
  resize: vertical;
}

.footer {
  margin-top: 58px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  padding: 44px 0 24px;
  background: rgba(0, 0, 0, 0.26);
}

.footer-grid {
  grid-template-columns: 1.4fr repeat(4, 1fr);
}

.footer h4 {
  margin: 0 0 14px;
}

.footer a,
.footer p {
  display: block;
  margin: 8px 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-bottom {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--line-soft);
  color: var(--soft);
  text-align: center;
  font-size: 0.86rem;
}

.share-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.share-card {
  width: min(720px, 100%);
  padding: 34px;
}

.share-title {
  padding: 16px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  margin-top: 22px;
  color: #fff;
  background: rgba(255, 255, 255, 0.035);
}

.share-actions {
  display: grid;
  grid-template-columns: 1fr;
}

@media (max-width: 980px) {
  .site-shell {
    width: min(100% - 28px, 760px);
  }

  .menu-toggle {
    display: block;
  }

  .nav {
    min-height: 74px;
  }

  .nav-links {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 82px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line-soft);
    border-radius: var(--radius);
    background: rgba(5, 6, 8, 0.96);
  }

  body.menu-open .nav-links {
    display: flex;
  }

  .nav-links a {
    padding: 14px 16px;
  }

  .nav .button {
    display: none;
  }

  .hero-grid,
  .page-hero .hero-grid,
  .experience,
  .bio-grid,
  .timeline-card,
  .privacy-grid,
  .faq-layout,
  .contact-grid,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-visual {
    min-height: 480px;
  }

  .phone {
    right: auto;
    left: 6%;
  }

  .laptop {
    right: -10%;
    width: 70%;
  }

  .proof-strip,
  .feature-grid,
  .tabs-grid,
  .rights-grid,
  .footer-grid,
  .steps,
  .about-values {
    grid-template-columns: repeat(2, 1fr);
  }

  .categories {
    grid-template-columns: repeat(4, 1fr);
  }

  .build-layout {
    grid-template-columns: 1fr;
  }

  .build-rail {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-right: 0;
    gap: 10px;
  }

  .rail-item {
    min-height: 120px;
    border-right: 1px solid var(--line-soft);
    border-radius: var(--radius);
    margin: 0;
  }
}

@media (max-width: 620px) {
  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .brand-name {
    font-size: 1.35rem;
  }

  h1 {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
  }

  .proof-strip,
  .feature-grid,
  .rights-grid,
  .footer-grid,
  .steps,
  .about-values,
  .stat-grid,
  .build-rail {
    grid-template-columns: 1fr;
  }

  .categories {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-item {
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .hero-visual {
    min-height: 420px;
  }

  .device-stage {
    height: 420px;
  }

  .phone {
    width: 196px;
    height: 400px;
    left: 0;
  }

  .laptop {
    top: 86px;
    right: -28%;
    width: 330px;
    height: 220px;
  }

  .tilted-phone {
    height: 480px;
  }

  .gold-disc {
    width: 280px;
    height: 280px;
  }

  .faq-answer {
    padding-left: 22px;
  }
}

