*{box-sizing:border-box}
:root{
  --navy:#030816;--navy2:#071028;--blue:#496dff;--purple:#7b4dff;--cyan:#70a7ff;
  --white:#fff;--ink:#12172a;--muted:#6e7488;--light:#f5f7fc;--line:#e7eaf2;--max:1180px;
}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Arial,sans-serif;background:#fff;color:var(--ink)}
a{text-decoration:none;color:inherit}
.container{width:min(calc(100% - 42px),var(--max));margin:0 auto}
.topbar{position:sticky;top:0;z-index:50;background:rgba(3,8,22,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.05)}
.nav{height:72px;display:flex;align-items:center;justify-content:space-between;color:#fff}
.logo{display:flex;align-items:center;gap:10px;font-size:19px;font-weight:800;letter-spacing:.09em}
.zmark{font-size:28px;font-style:italic;font-weight:900;background:linear-gradient(135deg,#7462ff,#3f79ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.links{display:flex;gap:28px;font-size:13px;color:#cfd6ea}
.links a{position:relative}.links a:hover,.links .active{color:#fff}.links .active:after{content:"";position:absolute;left:0;right:0;bottom:-11px;height:2px;background:linear-gradient(90deg,var(--blue),var(--purple))}
.cta{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#3972ff,#7f4dff);color:#fff;padding:14px 20px;border-radius:8px;font-size:14px;font-weight:700;box-shadow:0 10px 30px rgba(73,109,255,.25)}
.cta.small{padding:11px 16px;font-size:12px}.ghost{border:1px solid rgba(255,255,255,.24);color:#fff;padding:13px 18px;border-radius:8px;font-size:14px;font-weight:650}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 75% 45%,#101d49 0%,transparent 34%),linear-gradient(135deg,#030816 0%,#061028 55%,#020612 100%);min-height:650px;color:#fff}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:65px;min-height:650px}
.kicker{font-size:11px;letter-spacing:.16em;font-weight:800;color:#6f8fff;margin:0 0 16px}
.kicker.dark{color:#536eea}
h1{font-size:clamp(46px,5.8vw,72px);line-height:1.02;letter-spacing:-.045em;margin:0 0 22px} h1 span{color:#4d70ff}
.lead{font-size:17px;line-height:1.7;color:#b6bed4;max-width:590px;margin:0 0 28px}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.visual{height:540px;position:relative}
.glow,.beam{position:absolute;filter:blur(10px);opacity:.8}
.glow-a{width:420px;height:420px;border-radius:50%;right:-80px;top:150px;background:radial-gradient(circle,rgba(63,88,255,.2),transparent 70%)}
.glow-b{width:300px;height:300px;border-radius:50%;left:32%;bottom:-120px;background:radial-gradient(circle,rgba(124,60,255,.18),transparent 70%)}
.beam{width:520px;height:4px;right:-40px;bottom:140px;background:linear-gradient(90deg,transparent,#335cff,#913bff,transparent);transform:rotate(-18deg);box-shadow:0 0 28px #5d53ff}
.beam-two{bottom:88px;transform:rotate(-28deg);opacity:.45}
.phone{position:absolute;border-radius:38px;background:#0b0f17;border:7px solid #e7e7e7;box-shadow:0 30px 70px rgba(0,0,0,.45)}
.phone-main{width:235px;height:470px;left:78px;top:44px;transform:rotate(-8deg);z-index:3}
.phone-back{width:215px;height:430px;right:30px;top:95px;transform:rotate(9deg);z-index:2}
.notch,.mini-notch{position:absolute;top:5px;left:50%;transform:translateX(-50%);background:#111;border-radius:0 0 12px 12px;width:72px;height:18px;z-index:3}
.screen{height:100%;border-radius:30px;overflow:hidden;padding:24px 16px 14px}
.project-screen{background:linear-gradient(#f7f3ee,#f4ede5);color:#29231f}
.detail-screen{background:linear-gradient(#eef3ff,#dfe8ff);color:#15203b}
.status{display:flex;justify-content:space-between;font-size:8px;margin:0 5px 18px}.app-brand{font-size:9px;font-weight:700}.app-title{font-size:24px;font-weight:850;line-height:1.05;margin-top:18px}.house{font-size:40px;text-align:right;margin:-42px 3px 20px}
.app-list{display:grid;gap:8px}.list-row{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:10px;padding:11px 10px;font-size:9px}.list-row small{display:block;color:#79736d;margin-top:3px}
.reminders{margin-top:18px;font-size:9px}.reminder{margin-top:8px;background:#fff;border-radius:9px;padding:10px;display:flex;justify-content:space-between}.badge{background:#ff6c65;color:#fff;border-radius:10px;padding:1px 5px}
.tabbar{display:flex;justify-content:space-around;margin-top:28px;color:#5263d8}.mini-header{font-size:10px;font-weight:700}.detail-title{font-size:23px;font-weight:850;margin:36px 0 28px}.detail-card{background:#fff;border-radius:12px;padding:15px 12px;margin-bottom:10px;font-size:10px}.detail-card small{display:block;margin-top:4px;color:#6f7892}.detail-button{margin-top:24px;background:#4b68ff;color:#fff;text-align:center;padding:12px;border-radius:9px;font-size:10px;font-weight:700}
.product-section{background:linear-gradient(#f7f9fe,#fff);padding:72px 0 84px;text-align:center}
.section-label{color:#5a72e9;font-size:10px;letter-spacing:.16em;font-weight:800;margin-bottom:10px}.product-section h2,.info-section h2,.mission-section h2,.contact-section h2{font-size:42px;line-height:1.08;letter-spacing:-.035em;margin:0}
.section-intro{color:#7b8193;font-size:14px;margin:10px auto 34px;max-width:580px}
.product-card{display:grid;grid-template-columns:auto 1fr 280px;gap:28px;align-items:center;text-align:left;background:#fff;border:1px solid #edf0f6;border-radius:20px;padding:28px 34px;box-shadow:0 15px 45px rgba(32,46,96,.08)}
.app-icon{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#4d66f4,#7e49ff);color:#fff;display:grid;place-items:center;font-size:30px;box-shadow:0 8px 20px rgba(82,94,246,.3)}
.product-copy h3{font-size:23px;margin:0 0 8px}.product-copy p{margin:0 0 14px;color:#6f7587}.product-copy a{font-size:13px;color:#4c67e7;font-weight:700}
.mini-phone{width:118px;height:225px;border:4px solid #20242e;border-radius:24px;margin-left:auto;position:relative;background:#fff;padding:7px;box-shadow:0 10px 30px rgba(0,0,0,.12)}
.mini-notch{width:45px;height:10px;top:3px}.mini-screen{height:100%;border-radius:17px;background:linear-gradient(#f7f3ee,#eee6dd);padding:22px 8px 8px;color:#2c2824}.mini-project{font-size:5px;font-weight:700}.mini-big{font-size:13px;font-weight:850;line-height:1.05;margin-top:12px}.mini-house{text-align:right;margin-top:-24px}.mini-row{font-size:5px;background:#fff;border-radius:5px;padding:6px;margin-top:8px;display:flex;justify-content:space-between}
.info-section{padding:90px 0;background:#fff}.info-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}.info-copy{font-size:18px;color:#687083;line-height:1.75}.info-copy p:first-child{margin-top:0}
.mission-section{padding:80px 0;background:#f5f7fc}.mission-card{background:linear-gradient(135deg,#071027,#0a1534);color:#fff;border-radius:24px;padding:54px;position:relative;overflow:hidden}.mission-card:after{content:"";position:absolute;width:370px;height:370px;border-radius:50%;right:-120px;top:-170px;background:radial-gradient(circle,rgba(81,93,255,.32),transparent 70%)}.mission-card p:last-child{color:#bac2d8;max-width:650px;line-height:1.7}
.contact-section{background:#071027;color:#fff;padding:80px 0}.contact-grid{display:flex;justify-content:space-between;align-items:end;gap:60px}.contact-grid>div:first-child{max-width:630px}.contact-grid p{color:#bbc4d8;line-height:1.65}.contact-links{display:flex;flex-direction:column;gap:10px;text-align:right;color:#dbe2ff}.contact-links a:hover{color:#6f8fff}
footer{background:#030816;color:#fff;padding:42px 0 26px;border-top:1px solid rgba(255,255,255,.06)}.footer-grid{display:flex;justify-content:space-between;gap:40px;align-items:start}.footer-logo{font-size:15px}.footer-grid p{font-size:12px;color:#7e879e}.footer-links{display:flex;gap:20px;color:#aeb7ca;font-size:12px}.copyright{border-top:1px solid rgba(255,255,255,.06);padding-top:20px;margin-top:28px;color:#687087;font-size:11px}
.legal{max-width:850px;padding:80px 0 110px}.legal h1{font-size:52px}.legal h2{font-size:25px;margin:38px 0 10px}.legal p,.legal li{color:#5f6678;line-height:1.75}.legal .updated{font-size:13px;color:#8990a0}.legal a{color:#536eea}.back-link{display:inline-block;margin-bottom:28px;color:#536eea;font-weight:700}
@media(max-width:950px){.links{display:none}.hero-grid,.info-grid{grid-template-columns:1fr}.hero-grid{padding:70px 0}.visual{height:500px}.product-card{grid-template-columns:auto 1fr}.mini-phone{display:none}.contact-grid{align-items:start;flex-direction:column}.contact-links{text-align:left}}
@media(max-width:620px){.container{width:min(calc(100% - 28px),var(--max))}.cta.small{display:none}h1{font-size:49px}.hero-grid{gap:25px}.visual{transform:scale(.82);transform-origin:left top;height:430px}.phone-main{left:20px}.phone-back{right:-35px}.product-card{grid-template-columns:1fr}.app-icon{margin-bottom:4px}.product-section h2,.info-section h2,.mission-section h2,.contact-section h2{font-size:34px}.mission-card{padding:34px}.footer-grid{flex-direction:column}.footer-links{flex-wrap:wrap}}
/* Project Home showcase */

.project-home-showcase {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
  margin-top: 52px;
}

.showcase-copy h3 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  margin: 0 0 20px;
}

.showcase-copy > p {
  max-width: 620px;
  font-size: 1.08rem;
  line-height: 1.8;
  color: #667085;
}

.feature-list {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.feature-item {
  padding: 20px 22px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 14px 36px rgba(16, 24, 40, 0.07);
}

.feature-item strong {
  display: block;
  font-size: 1.02rem;
  margin-bottom: 6px;
  color: #111827;
}

.feature-item span {
  color: #667085;
  line-height: 1.55;
}

.showcase-main-image {
  display: flex;
  justify-content: center;
}

.showcase-main-image img {
  width: min(100%, 430px);
  display: block;
  border-radius: 34px;
  box-shadow: 0 30px 70px rgba(10, 18, 40, 0.18);
}

.project-home-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 64px;
}

.project-home-gallery img {
  width: 100%;
  display: block;
  border-radius: 26px;
  box-shadow: 0 22px 50px rgba(10, 18, 40, 0.14);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.project-home-gallery img:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(10, 18, 40, 0.2);
}

@media (max-width: 900px) {
  .project-home-showcase {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .showcase-copy {
    text-align: center;
  }

  .showcase-copy > p {
    margin-left: auto;
    margin-right: auto;
  }

  .project-home-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .project-home-gallery {
    grid-template-columns: 1fr;
  }

  .showcase-main-image img,
  .project-home-gallery img {
    border-radius: 22px;
  }
}
/* Prevent section bleed under sticky header */
.product-section {
  position: relative;
  overflow: hidden;
  padding-top: 72px;
}
/* Project Home store availability */

.store-availability {
  margin: 28px 0 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.app-store-link {
  display: inline-flex;
}

.app-store-link img {
  display: block;
  width: 165px;
  height: auto;
}

.google-play-coming {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.65;
}