:root {
  --bg: #020711;
  --bg2: #05111f;
  --panel: rgba(8, 20, 34, 0.72);
  --panel2: rgba(11, 28, 47, 0.78);
  --line: rgba(63, 215, 255, 0.18);
  --line2: rgba(255, 255, 255, 0.08);
  --text: #f2f7ff;
  --muted: #9fb1c8;
  --cyan: #1ee8ff;
  --cyan2: #2d90ff;
  --purple: #865cff;
  --purple2: #b079ff;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
  --radius: 28px;
  --max: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 64% 8%, rgba(30, 232, 255, 0.16), transparent 28%),
    radial-gradient(circle at 18% 18%, rgba(45, 144, 255, 0.12), transparent 26%),
    linear-gradient(180deg, #030a14 0%, #020711 48%, #02060d 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(30, 232, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 232, 255, 0.035) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: radial-gradient(circle at 60% 18%, #000 0 28%, transparent 58%);
  opacity: .5;
}

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

.page-shell {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

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

.site-header {
  height: 92px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid var(--line2);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(22px);
  background: linear-gradient(180deg, rgba(2, 7, 17, .92), rgba(2, 7, 17, .66));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 900;
  font-size: 26px;
  letter-spacing: -0.04em;
}
.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  filter: drop-shadow(0 0 16px rgba(30, 232, 255, .3));
}
.brand-mark svg { width: 100%; height: 100%; fill: currentColor; }

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: rgba(242, 247, 255, .78);
  font-weight: 800;
}
.main-nav a {
  padding: 34px 0 28px;
  position: relative;
  transition: color .2s ease;
}
.main-nav a:hover,
.main-nav a.active { color: var(--cyan); }
.main-nav a.active::after,
.main-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  box-shadow: 0 0 16px rgba(30, 232, 255, .65);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  min-width: 156px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(30, 232, 255, .5);
  background: linear-gradient(135deg, rgba(30,232,255,.2), rgba(45,144,255,.16));
  box-shadow: 0 0 28px rgba(30,232,255,.2), inset 0 0 28px rgba(30,232,255,.08);
  color: #eaffff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}
.header-cta:hover { transform: translateY(-2px); box-shadow: 0 0 40px rgba(30,232,255,.32); }

.nav-toggle { display: none; }

.section-pad { padding: 72px 0 0; }

.hero {
  min-height: 730px;
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(580px, 1.25fr);
  gap: 56px;
  align-items: center;
  position: relative;
}
.hero-bg {
  position: absolute;
  inset: 70px -8vw 0 -8vw;
  background:
    radial-gradient(circle at 72% 55%, rgba(30, 232, 255, .2), transparent 22%),
    linear-gradient(90deg, rgba(2, 7, 17, .5), transparent 38%, rgba(2, 7, 17, .3)),
    url("data:image/svg+xml,%3Csvg width='800' height='500' viewBox='0 0 800 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%231ee8ff' stroke-opacity='.1'%3E%3Cpath d='M0 420 C160 350 240 470 420 360 S660 250 800 300'/%3E%3Cpath d='M0 465 C200 410 320 470 520 390 S700 340 800 360'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  opacity: .9;
  pointer-events: none;
}
.operator-silhouette {
  position: absolute;
  left: -110px;
  top: 98px;
  width: 330px;
  height: 520px;
  opacity: .13;
  background:
    linear-gradient(180deg, rgba(30,232,255,.28), transparent 16%),
    radial-gradient(ellipse at 50% 12%, rgba(255,255,255,.6) 0 10%, transparent 11%),
    radial-gradient(ellipse at 50% 45%, rgba(255,255,255,.45) 0 28%, transparent 29%),
    linear-gradient(90deg, transparent 0 20%, rgba(255,255,255,.35) 20% 80%, transparent 80%);
  clip-path: polygon(43% 0, 58% 0, 68% 15%, 62% 27%, 74% 34%, 92% 97%, 8% 97%, 27% 34%, 38% 27%, 32% 15%);
  filter: blur(.2px);
}

.eyebrow {
  display: inline-flex;
  padding: 9px 18px;
  border: 1px solid rgba(30,232,255,.38);
  border-radius: 999px;
  background: rgba(6, 24, 39, .5);
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .22em;
  margin: 0 0 22px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(66px, 7.4vw, 112px);
  line-height: .88;
  letter-spacing: -0.075em;
  font-weight: 900;
  text-shadow: 0 0 32px rgba(255,255,255,.12);
}
.hero h1 span {
  color: var(--cyan);
  text-shadow: 0 0 34px rgba(30,232,255,.36);
}
.hero-lead {
  margin: 22px 0 14px;
  font-size: clamp(22px, 2.1vw, 34px);
  font-weight: 800;
  letter-spacing: -0.05em;
}
.hero-text {
  max-width: 590px;
  color: #d5dfec;
  line-height: 1.65;
  font-size: 18px;
  margin: 0 0 30px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 22px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  min-height: 58px;
  min-width: 190px;
  padding: 0 28px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .01em;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: "";
  position: absolute;
  inset: -60% -20%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.32), transparent);
  transform: translateX(-120%) rotate(18deg);
  transition: transform .8s ease;
}
.btn:hover::after { transform: translateX(120%) rotate(18deg); }
.btn:hover { transform: translateY(-3px); }
.btn-primary {
  background: linear-gradient(135deg, #1ee8ff, #258dff);
  color: #02111d;
  box-shadow: 0 20px 58px rgba(30,232,255,.26), inset 0 -2px 0 rgba(0,0,0,.2);
}
.btn-discord {
  background: linear-gradient(135deg, rgba(134,92,255,.95), rgba(104,71,255,.78));
  color: white;
  box-shadow: 0 20px 58px rgba(134,92,255,.24), inset 0 0 0 1px rgba(255,255,255,.16);
}
.icon-download, .download-mini {
  width: 18px; height: 18px; position: relative; display: inline-block; flex: 0 0 auto;
}
.icon-download::before, .download-mini::before { content:""; position:absolute; left:7px; top:0; width:4px; height:11px; background: currentColor; border-radius:3px; }
.icon-download::after, .download-mini::after { content:""; position:absolute; left:3px; top:7px; width:12px; height:12px; border-left:4px solid currentColor; border-bottom:4px solid currentColor; transform: rotate(-45deg); }
.icon-discord { width: 22px; height: 16px; background: currentColor; border-radius: 9px 9px 6px 6px; position:relative; display:inline-block; color:inherit; }
.icon-discord::before, .icon-discord::after { content:""; position:absolute; top:6px; width:4px; height:4px; background:#101020; border-radius:50%; }
.btn-discord .icon-discord::before, .btn-discord .icon-discord::after { background:#fff; opacity:.9; }
.icon-discord::before { left:5px; } .icon-discord::after { right:5px; }

.trust-chips { display: flex; flex-wrap: wrap; gap: 12px; max-width: 620px; }
.trust-chips span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(6, 18, 32, .62);
  border: 1px solid var(--line2);
  color: #d8e6f6;
  font-size: 13px;
  font-weight: 800;
}

.ico { display: inline-block; width: 28px; height: 28px; color: var(--cyan); position:relative; flex:0 0 auto; }
.ico::before, .ico::after { content:""; position:absolute; box-sizing:border-box; }
.ico.people::before { inset:8px 3px 3px; border:2px solid currentColor; border-radius: 12px 12px 6px 6px; }
.ico.people::after { left:9px; top:2px; width:10px; height:10px; border:2px solid currentColor; border-radius:50%; }
.ico.shield::before { inset:2px 5px 2px; border:2px solid currentColor; clip-path: polygon(50% 0,100% 18%,86% 76%,50% 100%,14% 76%,0 18%); }
.ico.tools::before { left:5px; top:3px; width:18px; height:18px; border:3px solid currentColor; border-left-color:transparent; border-bottom-color:transparent; border-radius:50%; transform: rotate(45deg); }
.ico.tools::after { left:11px; top:13px; width:4px; height:13px; background:currentColor; transform: rotate(45deg); border-radius:3px; }
.ico.bolt::before { left:8px; top:1px; width:13px; height:24px; background:currentColor; clip-path: polygon(58% 0,20% 48%,48% 48%,34% 100%,84% 38%,56% 38%); }
.ico.calendar::before { inset:4px 3px 3px; border:2px solid currentColor; border-radius:5px; }
.ico.calendar::after { left:7px; right:7px; top:11px; height:2px; background: currentColor; }
.ico.folder::before { left:2px; top:9px; width:24px; height:15px; border:2px solid currentColor; border-radius:4px; }
.ico.folder::after { left:3px; top:5px; width:11px; height:7px; border:2px solid currentColor; border-bottom:0; border-radius:4px 4px 0 0; }
.ico.stats::before, .ico.chart-up::before { left:3px; bottom:3px; width:5px; height:12px; background:currentColor; box-shadow: 8px -6px 0 currentColor, 16px -12px 0 currentColor; border-radius:3px; }
.ico.bell::before { left:6px; top:4px; width:16px; height:17px; border:2px solid currentColor; border-radius:10px 10px 5px 5px; }
.ico.bell::after { left:11px; bottom:2px; width:6px; height:3px; background:currentColor; border-radius:0 0 4px 4px; }
.ico.gear::before { inset:5px; border:3px solid currentColor; border-radius:50%; box-shadow:0 -7px 0 -3px currentColor, 0 7px 0 -3px currentColor, 7px 0 0 -3px currentColor, -7px 0 0 -3px currentColor; }
.ico.star::before { inset:2px; background:currentColor; clip-path: polygon(50% 0,61% 34%,98% 34%,68% 55%,79% 91%,50% 69%,21% 91%,32% 55%,2% 34%,39% 34%); }
.ico.target::before { inset:3px; border:2px solid currentColor; border-radius:50%; box-shadow: inset 0 0 0 6px rgba(30,232,255,.12); }
.ico.target::after { left:0; right:0; top:13px; height:2px; background:currentColor; box-shadow: 13px -13px 0 -12px currentColor; }
.ico.shield-doc::before { inset:2px 5px; border:2px solid currentColor; border-radius:4px; clip-path: polygon(50% 0,100% 14%,88% 78%,50% 100%,12% 78%,0 14%); }
.ico.phone::before { left:8px; top:2px; width:13px; height:24px; border:2px solid currentColor; border-radius:5px; }

.phone-stage {
  min-height: 600px;
  position: relative;
  display: grid;
  place-items: center;
  perspective: 1200px;
}
.stage-glow {
  position:absolute;
  width: 720px;
  height: 190px;
  left: 50%; bottom: 86px;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 2px solid rgba(30,232,255,.42);
  box-shadow: 0 0 70px rgba(30,232,255,.28), inset 0 0 60px rgba(30,232,255,.08);
  background: radial-gradient(ellipse at center, rgba(30,232,255,.11), transparent 68%);
}
.stage-glow::before {
  content:"";
  position:absolute; inset:22px 90px;
  border-radius:50%;
  border:1px solid rgba(30,232,255,.16);
}
.phone {
  width: 238px;
  height: 486px;
  border-radius: 38px;
  background: linear-gradient(135deg, #2c333d, #080d14 30%, #141b25);
  padding: 10px;
  box-shadow: var(--shadow), 0 0 60px rgba(30,232,255,.13);
  border: 1px solid rgba(255,255,255,.18);
  position: absolute;
  transform-style: preserve-3d;
}
.phone::before { content:""; position:absolute; top:14px; left:50%; width:86px; height:20px; transform:translateX(-50%); background:#05070c; border-radius:0 0 16px 16px; z-index:4; }
.phone-main { z-index: 5; width: 284px; height: 574px; transform: translateY(6px); }
.phone-left { z-index: 3; transform: translate(-210px, 24px) rotateY(18deg) rotateZ(-8deg) scale(.92); }
.phone-right { z-index: 3; transform: translate(225px, 24px) rotateY(-18deg) rotateZ(8deg) scale(.92); }
.phone-screen {
  height: 100%;
  border-radius: 31px;
  padding: 34px 16px 16px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% -10%, rgba(30,232,255,.14), transparent 40%),
    linear-gradient(180deg, #071423, #040912);
  border: 1px solid rgba(255,255,255,.06);
}
.phone-top { display:flex; justify-content:space-between; align-items:center; font-size:12px; color:#f6fbff; margin-bottom:15px; }
.phone-top b { font-size: 15px; }
.welcome { font-size: 15px; font-weight: 800; margin: 6px 0 15px; }
.module-grid { display:grid; grid-template-columns:1fr 1fr; gap:9px; }
.module-grid span {
  display:grid; place-items:center; gap:5px;
  min-height:76px;
  background: rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.06);
  border-radius:14px;
  font-size:10px;
  font-weight:800;
}
.quick-info, .search, .phone-list p, .docs-list p {
  margin-top:14px;
  padding:11px;
  border-radius:12px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.055);
  font-size:10px;
}
.quick-info b, .quick-info span { display:block; }
.quick-info span { color:var(--cyan); margin-top:5px; }
.phone-nav { position:absolute; left:36px; right:36px; bottom:22px; display:flex; justify-content:space-around; }
.phone-nav i { width:16px; height:16px; border-radius:50%; background:rgba(30,232,255,.3); }
.calendar-card { padding:10px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.06); border-radius:14px; }
.calendar-head { display:flex; justify-content:space-between; font-size:12px; font-weight:800; margin-bottom:8px; }
.calendar-grid { display:grid; grid-template-columns: repeat(7, 1fr); gap:4px; text-align:center; font-size:8px; }
.calendar-grid b { color:#8fa6bd; font-size:7px; }
.calendar-grid span { padding:4px 0; border-radius:50%; }
.calendar-grid .on, .calendar-grid .blue { background:var(--cyan2); color:#00121c; font-weight:900; }
.calendar-grid .red { color:#ff6b73; font-weight:900; }
.phone-list p { position:relative; padding-left:21px; }
.phone-list p span { position:absolute; left:8px; top:14px; width:6px; height:6px; border-radius:50%; background:var(--cyan); }
.phone-list small, .docs-list small { display:block; color:#88a4bd; margin-top:3px; }
.docs-list p { display:block; margin:8px 0 0; padding-left:32px; position:relative; }
.docs-list .ico { position:absolute; left:8px; top:10px; width:15px; height:15px; }
.search { color:#6e839b; }

.section-title {
  text-align:center;
  font-size: clamp(30px, 3vw, 46px);
  margin: 0 0 30px;
  letter-spacing: -0.055em;
  font-weight: 900;
  position:relative;
}
.section-title::before, .section-title::after {
  content:""; display:inline-block; vertical-align:middle; width:110px; height:1px; margin:0 20px;
  background: linear-gradient(90deg, transparent, rgba(30,232,255,.7));
}
.section-title::after { background: linear-gradient(90deg, rgba(30,232,255,.7), transparent); }

.benefit-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap:16px; }
.benefit-card, .module-card, .feature-large, .download-card, .community-card, .step, .site-footer {
  border: 1px solid var(--line2);
  background: linear-gradient(180deg, rgba(12, 30, 50, .72), rgba(5, 13, 24, .72));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 80px rgba(0,0,0,.22);
  border-radius: 18px;
}
.benefit-card {
  display:grid;
  grid-template-columns: 62px 1fr;
  gap:16px;
  align-items:center;
  padding:24px;
  min-height: 130px;
}
.benefit-card .ico { width:52px; height:52px; padding:12px; border:1px solid rgba(30,232,255,.34); background:rgba(30,232,255,.06); border-radius:16px; }
.benefit-card h3, .module-card h3 { margin:0 0 7px; font-size:16px; line-height:1.18; }
.benefit-card p, .module-card p { margin:0; color:var(--muted); font-size:13px; line-height:1.55; }

.feature-bento { display:grid; grid-template-columns: 1.25fr repeat(3, 1fr); grid-template-rows: repeat(2, 1fr); gap:16px; }
.feature-large { grid-column: span 2; grid-row: span 2; min-height: 280px; display:grid; grid-template-columns: 1fr 1fr; gap:22px; padding:24px; position:relative; overflow:hidden; border-color:rgba(30,232,255,.28); }
.feature-large::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 4% 40%, rgba(30,232,255,.22), transparent 34%); pointer-events:none; }
.feature-photo { position:absolute; left:-40px; top:0; width:190px; height:100%; opacity:.22; background:linear-gradient(180deg,rgba(30,232,255,.2),transparent), radial-gradient(ellipse at 50% 15%,#fff 0 8%,transparent 9%), radial-gradient(ellipse at 50% 45%,#fff 0 28%,transparent 29%); clip-path: polygon(43% 0,58% 0,68% 15%,62% 27%,74% 34%,92% 100%,8% 100%,27% 34%,38% 27%,32% 15%); }
.feature-copy { position:relative; z-index:1; padding-left:110px; align-self:center; }
.feature-copy h3 { margin:0 0 18px; font-size:36px; letter-spacing:-.05em; }
.feature-copy ul { list-style:none; padding:0; margin:0; display:grid; gap:12px; }
.feature-copy li { color:#dce9f8; font-weight:700; }
.feature-copy li::before { content:"✓"; color:var(--cyan); margin-right:10px; }
.mini-calendar { position:relative; z-index:1; align-self:center; padding:20px; border-radius:18px; background:rgba(2,7,17,.52); border:1px solid rgba(255,255,255,.07); }
.mini-head { text-align:center; font-weight:900; margin-bottom:15px; }
.mini-grid { display:grid; grid-template-columns:repeat(7,1fr); gap:8px; text-align:center; font-size:13px; }
.mini-grid b { color:#7e94aa; font-size:11px; }
.mini-grid span { padding:7px 0; border-radius:50%; }
.mini-grid .active { background:var(--cyan2); color:#00111a; font-weight:900; }
.mini-grid .alt { background:#21334a; color:var(--cyan); }
.module-card { padding:24px; min-height:132px; transition: transform .2s ease, border-color .2s ease; }
.module-card:hover { transform: translateY(-4px); border-color:rgba(30,232,255,.35); }
.module-card .ico { margin-bottom:16px; }
.module-card h3 span { margin-left:6px; display:inline-flex; padding:3px 7px; border-radius:999px; background:rgba(134,92,255,.15); color:#c5adff; border:1px solid rgba(134,92,255,.3); font-size:10px; vertical-align:middle; }

.conversion { display:grid; grid-template-columns: 1fr 1fr; gap:18px; }
.download-card, .community-card { min-height: 210px; padding:32px 38px; display:grid; grid-template-columns:1fr 210px; align-items:center; overflow:hidden; position:relative; }
.download-card { border-color:rgba(30,232,255,.4); background:linear-gradient(135deg, rgba(16, 91, 130, .58), rgba(3, 17, 31, .78)); }
.community-card { border-color:rgba(134,92,255,.45); background:linear-gradient(135deg, rgba(72, 42, 145, .58), rgba(8, 11, 28, .76)); }
.download-card h2, .community-card h2 { margin:0 0 10px; font-size:30px; letter-spacing:-.055em; }
.download-card p, .community-card p { color:#d4e0ee; line-height:1.55; margin:0 0 18px; max-width:520px; }
.download-orb, .discord-orb { width:170px; height:170px; border-radius:50%; display:grid; place-items:center; justify-self:end; background:radial-gradient(circle, rgba(30,232,255,.3), transparent 65%); border:1px solid rgba(30,232,255,.36); box-shadow:0 0 55px rgba(30,232,255,.22); }
.download-orb span { width:72px; height:72px; position:relative; color:var(--cyan); }
.download-orb span::before { content:""; position:absolute; left:31px; top:5px; width:10px; height:42px; background:currentColor; border-radius:6px; }
.download-orb span::after { content:""; position:absolute; left:18px; top:29px; width:36px; height:36px; border-left:10px solid currentColor; border-bottom:10px solid currentColor; transform:rotate(-45deg); }
.discord-orb { background:radial-gradient(circle, rgba(134,92,255,.36), transparent 66%); border-color:rgba(134,92,255,.5); box-shadow:0 0 55px rgba(134,92,255,.28); }
.discord-orb span { width:90px; height:64px; background:#bba6ff; border-radius:32px 32px 20px 20px; position:relative; box-shadow:0 0 30px rgba(134,92,255,.65); }
.discord-orb span::before, .discord-orb span::after { content:""; position:absolute; top:26px; width:10px; height:10px; background:#201348; border-radius:50%; }
.discord-orb span::before { left:25px; } .discord-orb span::after { right:25px; }

.steps { padding-bottom: 40px; }
.step-row { display:grid; grid-template-columns: 1fr 64px 1fr 64px 1fr; gap:8px; align-items:center; max-width: 1060px; margin:0 auto; }
.step { min-height: 118px; display:grid; grid-template-columns: 48px 1fr; column-gap:14px; padding:22px; align-items:center; }
.step span { width:44px; height:44px; border-radius:50%; display:grid; place-items:center; color:var(--cyan); border:1px solid rgba(30,232,255,.36); background:rgba(30,232,255,.08); font-weight:900; font-size:20px; }
.step i { display:none; }
.step h3 { margin:0 0 5px; font-size:17px; }
.step p { grid-column:2; margin:0; color:var(--muted); font-size:13px; line-height:1.4; }
.step-arrow { text-align:center; color:var(--cyan); font-size:34px; opacity:.8; }

.site-footer { margin-top:32px; padding:34px; display:grid; grid-template-columns: 1.3fr .7fr .8fr .8fr 1fr; gap:32px; align-items:start; }
.site-footer .brand { font-size:22px; }
.footer-brand p, .footer-note p { color:var(--muted); line-height:1.55; margin:14px 0 0; max-width:360px; }
.footer-col h3 { margin:0 0 14px; color:#f7fbff; font-size:14px; text-transform:uppercase; letter-spacing:.06em; }
.footer-col a { display:block; color:var(--muted); margin:8px 0; font-size:14px; transition: color .2s ease; }
.footer-col a:hover { color:var(--cyan); }
.footer-note { position:relative; padding:18px; border:1px solid var(--line2); border-radius:18px; min-height:130px; overflow:hidden; }
.watermark { position:absolute; right:-24px; bottom:-28px; width:130px; height:130px; opacity:.14; background:currentColor; color:var(--cyan); clip-path: polygon(50% 0,100% 18%,86% 76%,50% 100%,14% 76%,0 18%); }
.socials { display:flex; gap:12px; margin-top:18px; }
.socials a { width:28px; height:28px; border-radius:8px; background:rgba(30,232,255,.08); border:1px solid rgba(30,232,255,.18); }
.copyright { text-align:center; color:#6f8195; font-size:13px; margin:22px 0 36px; }

.reveal { opacity:0; transform:translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity:1; transform:translateY(0); }
.delay-1 { transition-delay:.08s; } .delay-2 { transition-delay:.16s; } .delay-3 { transition-delay:.24s; }

@media (max-width: 1180px) {
  .page-shell { width:min(100% - 28px, var(--max)); }
  .hero { grid-template-columns:1fr; min-height:auto; padding-top:46px; }
  .phone-stage { min-height:560px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-bento { grid-template-columns: repeat(2, 1fr); }
  .feature-large { grid-column: span 2; }
  .site-footer { grid-template-columns:1fr 1fr; }
}

@media (max-width: 860px) {
  .site-header { grid-template-columns: 1fr auto; height:74px; }
  .nav-toggle { display:grid; gap:5px; background:none; border:0; padding:10px; }
  .nav-toggle span { display:block; width:26px; height:2px; background:var(--cyan); border-radius:2px; }
  .main-nav { position:absolute; top:74px; right:0; left:0; padding:18px; display:none; flex-direction:column; align-items:flex-start; background:rgba(2,7,17,.96); border-bottom:1px solid var(--line2); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:8px 0; }
  .main-nav a::after { display:none; }
  .header-cta { display:none; }
  .hero h1 { font-size:64px; }
  .phone-stage { min-height:460px; transform:scale(.8); margin:-30px 0; }
  .benefit-grid, .conversion, .feature-bento, .step-row { grid-template-columns: 1fr; }
  .feature-large { grid-column:auto; grid-row:auto; grid-template-columns:1fr; }
  .feature-copy { padding-left:0; }
  .feature-photo { display:none; }
  .download-card, .community-card { grid-template-columns:1fr; gap:20px; }
  .download-orb, .discord-orb { justify-self:start; }
  .step-arrow { display:none; }
  .site-footer { grid-template-columns:1fr; }
}

@media (max-width: 540px) {
  .page-shell { width:min(100% - 18px, var(--max)); }
  .hero h1 { font-size:54px; }
  .hero-lead { font-size:22px; }
  .hero-text { font-size:16px; }
  .btn { width:100%; }
  .phone-stage { display:none; }
  .benefit-card { grid-template-columns:1fr; }
  .section-title::before, .section-title::after { display:none; }
}
