
:root {
  --bg: #050712;
  --bg2: #080b18;
  --surface: rgba(255,255,255,.075);
  --surface-strong: rgba(255,255,255,.115);
  --line: rgba(255,255,255,.15);
  --line-strong: rgba(255,255,255,.24);
  --text: #f8fafc;
  --muted: #aeb7cd;
  --muted2: #dbe3f4;
  --brand: #8b5cf6;
  --brand2: #22d3ee;
  --ok: #34d399;
  --shadow: 0 34px 90px rgba(0,0,0,.42);
  --radius: 30px;
  --radius2: 22px;
  --max: 1220px;
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% -12%, rgba(139,92,246,.44), transparent 34%),
    radial-gradient(circle at 83% 0%, rgba(34,211,238,.22), transparent 32%),
    radial-gradient(circle at 18% 118%, rgba(244,63,94,.13), transparent 28%),
    linear-gradient(180deg, var(--bg), #03050d 70%, #02030a);
  color: var(--text);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .10;
  background-image:
    linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
a { color: inherit; text-decoration: none; }
a:hover { color: #fff; }
p { color: var(--muted); line-height: 1.72; }
strong { color: #fff; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(22px);
  background: rgba(5,7,18,.78);
  border-bottom: 1px solid var(--line);
}
.nav {
  max-width: var(--max);
  margin: 0 auto;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.logo { display: inline-flex; align-items: center; gap: 12px; font-weight: 950; letter-spacing: -.04em; font-size: 19px; }
.logo-mark { width: 40px; height: 40px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, var(--brand), var(--brand2)); color: #fff; box-shadow: 0 16px 42px rgba(139,92,246,.36); }
.nav-links { display: flex; align-items: center; gap: 6px; color: var(--muted2); font-weight: 800; font-size: 14px; }
.nav-links a { padding: 10px 12px; border-radius: 999px; }
.nav-links a:hover, .nav-links a.active { background: rgba(255,255,255,.09); }

main { position: relative; z-index: 1; }
.section { max-width: var(--max); margin: 0 auto; padding: 82px 22px; }
.hero { min-height: calc(100vh - 74px); display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 38px; padding-top: 54px; padding-bottom: 54px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.07); color: var(--muted2); font-weight: 900; font-size: 13px; letter-spacing: -.01em; }
.eyebrow-dot { width: 9px; height: 9px; border-radius: 999px; background: var(--ok); box-shadow: 0 0 0 6px rgba(52,211,153,.12); }
h1, h2, h3 { margin: 0; letter-spacing: -.058em; }
h1 { font-size: clamp(44px, 5.8vw, 76px); line-height: .96; margin-top: 22px; max-width: 760px; }
h2 { font-size: clamp(34px, 4.7vw, 58px); line-height: 1.02; }
h3 { font-size: 25px; line-height: 1.12; }
.lead { margin: 22px 0 0; font-size: 18px; color: #dbe3f4; max-width: 640px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 14px 18px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.08); color: #fff; font-weight: 900; box-shadow: 0 14px 34px rgba(0,0,0,.22); transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-2px); background: rgba(255,255,255,.12); border-color: var(--line-strong); }
.btn.primary { border-color: transparent; background: linear-gradient(135deg, var(--brand), var(--brand2)); }
.btn.small { min-height: 40px; padding: 10px 13px; font-size: 14px; }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.hero-visual::before { content:""; position: absolute; width: 480px; height: 480px; border-radius: 999px; background: radial-gradient(circle, rgba(139,92,246,.28), rgba(34,211,238,.12) 44%, transparent 72%); filter: blur(8px); }
.phone { width: min(338px, 68vw); aspect-ratio: 9 / 19.5; padding: 12px; border-radius: 48px; background: linear-gradient(145deg, rgba(255,255,255,.85), rgba(255,255,255,.18) 16%, rgba(0,0,0,.82)); box-shadow: 0 46px 120px rgba(0,0,0,.6), inset 0 0 0 1px rgba(255,255,255,.38); transform: translateX(26px) rotate(3deg); position: relative; z-index: 2; }
.phone-screen { height: 100%; border-radius: 37px; padding: 25px 18px 18px; background: linear-gradient(160deg, rgba(139,92,246,.98), rgba(12,16,32,.98) 48%, rgba(3,7,18,.98)); border: 1px solid rgba(255,255,255,.22); overflow: hidden; position: relative; }
.phone-screen::before { content:""; position:absolute; top:10px; left:50%; transform:translateX(-50%); width:82px; height:24px; border-radius:999px; background: rgba(0,0,0,.62); }
.phone-screen::after { content:""; position:absolute; inset:-20% -40% auto auto; width: 230px; height:230px; background: rgba(255,255,255,.14); filter: blur(10px); border-radius:999px; }
.phone-title { margin-top: 38px; font-size: 28px; font-weight: 950; letter-spacing: -.055em; position: relative; z-index: 1; }
.phone-sub { margin-top: 9px; color: rgba(255,255,255,.74); font-weight: 750; line-height: 1.35; position: relative; z-index: 1; }
.phone-app-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 26px; position: relative; z-index: 1; }
.phone-app { padding: 13px 11px; border-radius: 22px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.115); min-height: 116px; }
.phone-app img { width: 40px; height: 40px; border-radius: 11px; box-shadow: 0 10px 22px rgba(0,0,0,.24); }
.phone-app b { display:block; margin-top: 10px; font-size: 12px; letter-spacing:-.03em; }
.phone-app span { display:block; margin-top: 4px; font-size: 10.5px; color: rgba(255,255,255,.62); line-height:1.25; }
.side-panel { position: absolute; z-index: 4; right: -38px; top: 84px; width: 270px; padding: 18px; border: 1px solid var(--line-strong); border-radius: 26px; background: rgba(18,31,49,.78); box-shadow: var(--shadow); backdrop-filter: blur(20px); }
.side-panel h3 { font-size: 20px; letter-spacing: -.045em; }
.side-panel p { font-size: 13.5px; margin: 9px 0 0; color: rgba(219,227,244,.84); }
.status-stack { position: absolute; z-index: 4; left: -26px; bottom: 96px; display: grid; gap: 10px; width: 235px; }
.status-pill { display:flex; align-items:center; gap: 10px; padding: 12px 14px; border:1px solid var(--line-strong); border-radius: 18px; background: rgba(18,31,49,.72); backdrop-filter: blur(14px); color: var(--muted2); font-weight: 850; box-shadow: 0 18px 46px rgba(0,0,0,.25); }
.status-pill img { width: 31px; height:31px; border-radius: 10px; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 26px; margin-bottom: 30px; }
.section-head p { margin: 0; max-width: 560px; }
.grid { display: grid; gap: 18px; }
.apps-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.app-card { min-height: 412px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 20% 0%, color-mix(in srgb, var(--accent) 26%, transparent), transparent 42%), linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.052)); box-shadow: 0 20px 60px rgba(0,0,0,.24); display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.app-card::after { content:""; position:absolute; inset:auto -76px -84px auto; width: 220px; height: 220px; border-radius:999px; background: color-mix(in srgb, var(--accent) 22%, transparent); filter: blur(2px); }
.app-card > * { position: relative; z-index: 1; }
.app-icon { width: 78px; height: 78px; border-radius: 21px; box-shadow: 0 18px 48px rgba(0,0,0,.34); }
.app-kicker { margin-top: 18px; color: color-mix(in srgb, var(--accent) 70%, #fff); font-weight: 950; font-size: 13px; letter-spacing: .02em; text-transform: uppercase; }
.app-card h3 { margin-top: 10px; }
.app-card p { margin: 14px 0 0; font-size: 15px; }
.mini-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 8px; color: var(--muted2); font-weight: 700; font-size: 13px; }
.mini-list li { display: flex; gap: 8px; align-items: flex-start; }
.mini-list li::before { content:""; width: 7px; height: 7px; border-radius: 99px; background: var(--accent); margin-top: 7px; flex: 0 0 auto; }
.card-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.pill { display: inline-flex; align-items:center; justify-content:center; min-height: 38px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.07); color: #fff; font-weight: 900; font-size: 14px; }
.pill.primary { background: color-mix(in srgb, var(--accent) 72%, #111827); border-color: color-mix(in srgb, var(--accent) 55%, #fff); }
.pill:hover { background: rgba(255,255,255,.12); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }
.big-panel { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.052)); padding: 32px; box-shadow: 0 20px 60px rgba(0,0,0,.22); overflow: hidden; position: relative; }
.big-panel::before { content:""; position:absolute; inset: -120px -120px auto auto; width:270px; height:270px; border-radius:999px; background: rgba(139,92,246,.18); }
.big-panel > * { position: relative; }
.feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.07); }
.feature .symbol { display: grid; place-items:center; width: 56px; height: 56px; border-radius: 18px; margin-bottom: 18px; background: rgba(255,255,255,.10); font-size: 24px; }
.feature h3 { font-size: 23px; }
.feature p { margin-bottom: 0; }

.app-hero { padding-top: 76px; display: grid; grid-template-columns: .96fr 1.04fr; gap: 48px; align-items: center; }
.app-badge { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.app-badge img { width: 86px; height: 86px; border-radius: 24px; box-shadow: 0 20px 54px rgba(0,0,0,.36); }
.app-badge span { color: var(--muted2); font-weight: 900; }
.app-page h1 { font-size: clamp(48px, 7vw, 86px); }
.product-shot { border: 1px solid var(--line-strong); border-radius: 42px; padding: 28px; background: radial-gradient(circle at 12% 0%, color-mix(in srgb, var(--accent) 24%, transparent), transparent 40%), linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.05)); box-shadow: var(--shadow); position: relative; overflow:hidden; }
.product-shot::after { content:""; position:absolute; inset:auto -140px -140px auto; width:300px; height:300px; border-radius:999px; background: color-mix(in srgb, var(--accent) 20%, transparent); }
.mock-top { display:flex; align-items:center; justify-content:space-between; gap: 14px; margin-bottom: 20px; position:relative; z-index:1; }
.mock-title { display:flex; align-items:center; gap: 13px; }
.mock-title img { width: 54px; height: 54px; border-radius: 16px; }
.mock-title b { display:block; font-size: 20px; letter-spacing:-.04em; }
.mock-title span { color: var(--muted); font-weight: 750; font-size:13px; }
.mock-chip { padding: 9px 11px; border:1px solid var(--line); border-radius:999px; color: var(--muted2); font-weight:900; font-size: 12px; background: rgba(255,255,255,.08); }
.mock-cards { display:grid; gap: 14px; position:relative; z-index:1; }
.mock-card { padding: 20px; border-radius: 24px; border: 1px solid var(--line); background: rgba(255,255,255,.08); }
.mock-card .num { min-width: 34px; height: 34px; border-radius: 12px; display:inline-grid; place-items:center; margin-bottom: 12px; padding: 0 10px; background: color-mix(in srgb, var(--accent) 70%, #111827); font-weight:950; }
.mock-card h3 { font-size: 22px; }
.mock-card p { margin: 8px 0 0; font-size: 15px; }
.privacy-box { border:1px solid var(--line); border-radius: var(--radius); padding: 28px; background: rgba(255,255,255,.075); display:flex; align-items:center; justify-content:space-between; gap: 20px; }
.privacy-box p { margin: 8px 0 0; }

.privacy-page .content { max-width: 880px; }
.legal-card { border:1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.075); padding: 34px; margin-top: 24px; }
.legal-card h2 { font-size: 34px; margin-top: 36px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card ul { color: var(--muted); line-height: 1.75; }
.legal-meta { color: var(--muted); font-weight: 750; margin-top: 10px; }

.footer { position: relative; z-index:1; border-top: 1px solid var(--line); background: rgba(5,7,18,.72); }
.footer-inner { max-width: var(--max); margin: 0 auto; padding: 32px 22px; display: flex; justify-content: space-between; gap: 24px; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 16px; font-weight: 800; color: var(--muted2); }
.footer-links a:hover { color: #fff; }


@media (min-width: 1041px) and (max-width: 1500px) {
  .hero { grid-template-columns: .9fr 1.1fr; gap: 30px; }
  .hero h1 { font-size: clamp(50px, 5.2vw, 72px); }
  .phone { width: min(322px, 64vw); transform: translateX(20px) rotate(3deg); }
  .side-panel { right: -22px; top: 78px; }
  .status-stack { left: -12px; bottom: 86px; }
}

@media (max-width: 1040px) {
  .hero, .app-hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { min-height: 560px; }
  .apps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .side-panel { right: 6%; top: 30px; }
  .status-stack { left: 4%; bottom: 24px; }
}
@media (max-width: 760px) {
  .nav { align-items: flex-start; flex-direction: column; }
  .nav-links { width: 100%; overflow-x: auto; padding-bottom: 2px; }
  .section { padding: 58px 18px; }
  .hero { padding-top: 44px; }
  .lead { font-size: 17px; }
  .section-head, .footer-inner, .privacy-box { flex-direction: column; align-items: flex-start; }
  .apps-grid, .feature-grid, .split { grid-template-columns: 1fr; }
  .hero-visual { min-height: 520px; overflow: hidden; }
  .phone { width: min(292px, 78vw); transform: rotate(2deg); }
  .side-panel, .status-stack { display: none; }
  .footer-links { justify-content: flex-start; }
}


/* Brand update v3.5 */
.logo { display:flex; align-items:center; gap:12px; font-weight:900; letter-spacing:-.03em; }
.logo-image { width:42px; height:42px; object-fit:contain; filter: drop-shadow(0 8px 18px rgba(0,0,0,.28)); }
.logo-text { display:flex; flex-direction:column; line-height:1; }
.logo-text strong { font-size:20px; font-weight:900; color:#fff; }
.logo-text small { margin-top:5px; font-size:10px; font-weight:900; letter-spacing:.42em; color:transparent; background:linear-gradient(90deg,#8b5cf6 0%,#2f7cff 18%,#22d3ee 36%,#22c55e 54%,#f59e0b 74%,#f43f5e 100%); -webkit-background-clip:text; background-clip:text; }
.logo-mark { display:none; }

.brand-showcase { padding-top: 12px; }
.brand-card { display:grid; grid-template-columns: .9fr 1.1fr; gap:24px; align-items:center; border:1px solid var(--line); border-radius: var(--radius); padding: 32px; background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.05)); box-shadow: 0 22px 60px rgba(0,0,0,.2); }
.brand-card-copy p { max-width: 680px; }
.brand-signature { display:flex; align-items:center; gap:24px; justify-content:flex-end; padding: 10px 4px; }
.brand-signature-mark { width:min(160px, 26vw); height:auto; object-fit:contain; filter: drop-shadow(0 18px 40px rgba(0,0,0,.28)); }
.brand-signature-wordmark { display:flex; flex-direction:column; align-items:flex-start; }
.brand-word-main { font-size: clamp(34px, 4.4vw, 82px); font-weight:900; letter-spacing:-.055em; color:#f8fafc; text-shadow: 0 10px 30px rgba(0,0,0,.24); }
.brand-word-sub { display:flex; gap: clamp(8px, 1.2vw, 18px); margin-top: 10px; font-size: clamp(18px, 2vw, 34px); font-weight:800; letter-spacing:.18em; }
.brand-word-sub span:nth-child(1){color:#8b5cf6;} .brand-word-sub span:nth-child(2){color:#2f7cff;} .brand-word-sub span:nth-child(3){color:#22d3ee;} .brand-word-sub span:nth-child(4){color:#22c55e;} .brand-word-sub span:nth-child(5){color:#f59e0b;} .brand-word-sub span:nth-child(6){color:#fb7a2f;} .brand-word-sub span:nth-child(7){color:#f43f5e;}

.footer { margin-top: 24px; }
.footer-inner { flex-direction: column; align-items: stretch; }
.footer-brand { display:flex; align-items:center; gap:16px; }
.footer-brand-mark { width:58px; height:58px; object-fit:contain; filter: drop-shadow(0 10px 28px rgba(0,0,0,.26)); }
.footer-brand-main { font-size: 24px; font-weight: 900; color:#fff; letter-spacing:-.04em; }
.footer-brand-main span { margin-left: 8px; font-size: 12px; letter-spacing: .36em; vertical-align: middle; color: transparent; background: linear-gradient(90deg,#8b5cf6 0%,#2f7cff 18%,#22d3ee 36%,#22c55e 54%,#f59e0b 74%,#f43f5e 100%); -webkit-background-clip: text; background-clip:text; }
.footer-brand span { color: var(--muted); }
.footer-links { justify-content: flex-start; padding-top: 8px; }
.footer-legal { padding-top: 10px; border-top: 1px solid rgba(255,255,255,.08); color: var(--muted); font-size: 13px; }

@media (max-width: 900px) {
  .brand-card { grid-template-columns: 1fr; }
  .brand-signature { justify-content:flex-start; }
}
@media (max-width: 760px) {
  .logo-image { width:38px; height:38px; }
  .logo-text strong { font-size:18px; }
  .brand-signature { gap:16px; }
  .brand-signature-mark { width:84px; }
  .brand-word-main { font-size: 34px; }
  .brand-word-sub { font-size: 16px; gap: 10px; }
  .footer-brand { align-items:flex-start; }
}
