:root {
  --bg: #07101c;
  --panel: rgba(255,255,255,.08);
  --line: rgba(255,255,255,.14);
  --text: #f8fbff;
  --muted: #b8c5d6;
  --ink: #07101c;
  --cream: #fff6ea;
  --orange: #ff7a1a;
  --cyan: #38e2ff;
  --green: #28e098;
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,122,26,.28), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(56,226,255,.18), transparent 30rem),
    linear-gradient(180deg, #07101c 0%, #0d1626 50%, #070b13 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .24;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 88%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.nav {
  width: min(1220px, calc(100% - 32px));
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(7,16,28,.76);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 16px;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 950; letter-spacing: -.03em; }
.brand-mark { width: 38px; height: 38px; border-radius: 14px; display: grid; place-items: center; color: var(--ink); font-weight: 950; }
.brand-mark.nyumba { background: var(--green); }
.brand-mark.stok { background: var(--orange); }
.nav-links { display: flex; gap: 22px; align-items: center; color: var(--muted); font-weight: 850; font-size: .94rem; }
.nav-links a:hover { color: var(--cyan); }
.hero { padding: 86px 0 58px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 430px); gap: 58px; align-items: center; }
.eyebrow { color: var(--cyan); font-weight: 950; letter-spacing: .15em; text-transform: uppercase; font-size: .78rem; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 18px 0 22px; max-width: 820px; font-size: clamp(3rem, 7.6vw, 6.2rem); line-height: .9; letter-spacing: -.08em; }
.hero-copy { margin: 0 0 30px; color: #d7e3ef; font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.65; max-width: 760px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn, .play-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  border-radius: 999px;
  font-weight: 950;
}
.btn { padding: 0 22px; border: 1px solid rgba(255,255,255,.14); }
.btn-secondary { color: #fff; background: rgba(255,255,255,.08); }
.btn-dark { color: var(--cream); background: var(--ink); border: 0; }
.play-badge { width: fit-content; min-height: 58px; padding: 9px 15px; border-radius: 14px; background: #050505; color: #fff; box-shadow: 0 18px 44px rgba(0,0,0,.28); }
.play-badge svg { width: 27px; height: 30px; flex: 0 0 auto; }
.play-badge span { display: grid; gap: 3px; line-height: 1; }
.play-badge small { font-size: .58rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.play-badge strong { font-size: 1.05rem; letter-spacing: -.02em; }
.image-card {
  min-height: 520px;
  display: grid;
  place-items: center;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 42px;
  background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.02));
  box-shadow: 0 28px 80px rgba(0,0,0,.32);
  overflow: hidden;
}
.image-card img { width: 100%; height: 100%; max-height: 560px; object-fit: cover; border-radius: 28px; }
.phone-shot img { width: min(290px, 78vw); aspect-ratio: 738 / 1600; object-fit: cover; border: 10px solid #06101c; box-shadow: 0 28px 80px rgba(0,0,0,.45); transform: rotate(-3deg); }
section { padding: 76px 0; }
.panel {
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--panel);
}
.section-head { max-width: 840px; margin-bottom: 34px; }
.section-head h2, .panel h2, .quote h2, .cta h2 { margin: 12px 0 14px; font-size: clamp(2.2rem, 5vw, 4.1rem); letter-spacing: -.07em; line-height: .96; }
.section-head p, .panel p, .quote p, .cta p { color: #d7e3ef; line-height: 1.68; font-size: 1.08rem; }
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 28px; align-items: stretch; }
.check-list { display: grid; gap: 12px; }
.check { padding: 17px 18px; border-radius: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.07); color: #edf4fb; font-weight: 850; }
.quote {
  min-height: 100%;
  display: grid;
  align-content: center;
  padding: 42px;
  border-radius: 34px;
  color: var(--ink);
  background: var(--green);
}
.quote p { color: #123226; }
.stok-quote { background: var(--orange); }
.stok-quote p { color: #2e1a0b; }
.link-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.link-grid a {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid var(--line);
  color: #f7fbff;
  font-weight: 900;
}
.link-grid a:hover { border-color: rgba(56,226,255,.5); color: var(--cyan); }
.cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 42px;
  border-radius: 36px;
  background: var(--cream);
  color: var(--ink);
}
.cta p { color: #45566b; margin: 0; }
.cta h2 { margin-top: 0; }
footer { padding: 48px 0 62px; color: var(--muted); }
.footer-row { display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 26px; }
.footer-row a { color: var(--orange); font-weight: 850; }
@media (max-width: 960px) {
  .nav-links { display: none; }
  .hero-grid, .split, .cta { grid-template-columns: 1fr; }
  .image-card { min-height: 420px; }
  .link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .container { width: min(100% - 26px, var(--max)); }
  .nav { width: calc(100% - 20px); border-radius: 22px; }
  .hero { padding-top: 56px; }
  h1 { font-size: clamp(3rem, 15vw, 4.25rem); }
  .hero-actions .btn, .hero-actions .play-badge, .cta .play-badge, .cta .btn { width: 100%; }
  .play-badge { justify-content: center; }
  section { padding: 56px 0; }
  .panel, .quote, .cta { padding: 30px 22px; }
  .link-grid { grid-template-columns: 1fr; }
}