/* ===== MIZ · poetic-inspired — massive type, black/white, electric blue ===== */
:root{
  --black:#0a0a0a;
  --white:#ffffff;
  --off:#f4f4f2;
  --grey:#8b8b8b;
  --blue:#2b32ff;
  --wrap:1320px;
  --hd-h:72px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Heebo',system-ui,sans-serif;
  background:var(--white);color:var(--black);
  line-height:1.5;-webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img,svg{display:block}
.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:28px}
.sq{display:inline-block;width:10px;height:10px;background:var(--blue);flex:none}
.soft{color:var(--grey)}

/* ===== Pills ===== */
.pill{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  font-weight:700;font-size:.95rem;padding:.62rem 1.35rem;border-radius:999px;
  border:1.5px solid transparent;cursor:pointer;transition:.18s}
.pill-lg{padding:.85rem 1.9rem;font-size:1.05rem}
.pill-solid{background:var(--black);color:var(--white)}
.pill-solid:hover{background:var(--blue)}
.pill-ghost{background:#ececea;color:var(--black)}
.pill-ghost:hover{background:#e0e0de}

/* ===== Header ===== */
.hd{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(12px)}
.hd-in{display:flex;align-items:center;justify-content:space-between;height:var(--hd-h);gap:1.5rem}
.hd-logo{font-weight:900;font-size:1.55rem;letter-spacing:.5px;display:inline-flex;align-items:center;gap:7px;direction:ltr}
.hd-logo .sq{width:8px;height:8px}
.hd-nav{display:flex;gap:1.8rem;font-weight:600;font-size:.98rem}
.hd-nav a{opacity:.85;transition:.15s}
.hd-nav a:hover{opacity:1;color:var(--blue)}
.hd-cta{display:flex;align-items:center;gap:.6rem}
.hd-burger{display:none;flex-direction:column;gap:6px;background:none;border:0;cursor:pointer;padding:8px}
.hd-burger span{width:26px;height:2px;background:var(--black)}

/* ===== Hero — full screen white, headline right / buttons left ===== */
.hero{background:var(--white);min-height:calc(100svh - var(--hd-h));display:flex;flex-direction:column}
.hero>.wrap{flex:1;display:flex;flex-direction:column;padding-top:clamp(64px,11vh,150px);padding-bottom:clamp(44px,7vh,72px)}
.hero-kicker{font-weight:700;font-size:clamp(.9rem,1.2vw,1.05rem);letter-spacing:.22em;text-transform:uppercase;color:var(--grey);margin-bottom:1.1rem}
.hero-h{font-size:clamp(2.3rem,6.2vw,5.2rem);font-weight:800;line-height:1.06;letter-spacing:-1.5px}
.hero-foot{display:flex;justify-content:flex-start;margin-top:clamp(1.3rem,3.2vh,2.2rem)}
.hero-note{font-weight:600;font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.7;color:#3c3c3c;max-width:700px}
.hero-note b{font-weight:800;color:var(--black)}
.only-mobile{display:none}
.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:auto;align-self:flex-end;margin-bottom:120px}
.hero-rule{border-top:1.5px solid var(--black);max-width:var(--wrap);margin-inline:auto;width:calc(100% - 56px)}

/* ===== Power numbers ===== */
.power{background:var(--white);padding:clamp(44px,6vw,80px) 0}
.power-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.pcard{position:relative;background:var(--black);color:var(--white);padding:1.6rem 1.5rem 1.4rem;min-height:400px;display:flex;flex-direction:column;overflow:hidden}
.pcard-num{font-size:clamp(2.6rem,3.6vw,3.6rem);font-weight:800;letter-spacing:-1px;direction:ltr;text-align:right}
.pcard-art{flex:1;display:grid;place-items:center;color:#dcdcdc;padding:1rem 0}
.pcard-art svg{width:min(150px,60%);height:auto;opacity:.9}
.pcard-cap{font-weight:600;font-size:1rem;line-height:1.4;color:#e8e8e8}
.pcard .sq{position:absolute;bottom:14px;inset-inline-start:14px}

/* ===== Statement ===== */
.statement{background:var(--white);padding:clamp(60px,10vw,140px) 0;text-align:center}
.statement-h{font-size:clamp(2rem,5.2vw,4.2rem);font-weight:800;letter-spacing:-1px;line-height:1.1}
.statement-sub{margin-top:clamp(1.2rem,2.5vh,1.9rem);font-weight:600;font-size:clamp(1.05rem,1.7vw,1.35rem);line-height:1.7;color:#3c3c3c}

/* ===== Upload play (statement) ===== */
.upload-stage{position:relative;overflow:hidden;background:var(--black);max-width:640px;margin:clamp(36px,5vw,56px) auto 0;padding:clamp(28px,5vw,56px);display:grid;place-items:center}
.upanel{background:#fff;border-radius:22px;padding:1.1rem;width:100%;max-width:440px;box-shadow:0 30px 60px -30px rgba(0,0,0,.6)}
.uchips{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}
.uchip{position:relative;display:flex;align-items:center;gap:.6rem;background:#fff;border:1px solid #e4e4e0;border-radius:14px;padding:.65rem .7rem;box-shadow:0 6px 16px -10px rgba(0,0,0,.25);opacity:0;transform:translateY(16px) scale(.92);transition:opacity .45s ease,transform .45s cubic-bezier(.2,.9,.3,1.2)}
.uchip.show{opacity:1;transform:none}
.ux{position:absolute;top:-7px;inset-inline-start:-7px;width:20px;height:20px;border-radius:50%;background:var(--black);color:#fff;font-size:.85rem;line-height:1;display:grid;place-items:center;font-weight:700}
.uic{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;flex:none;background:#f4f4f2}
.uic svg{width:19px;height:19px}
.uic-red{color:#e0442c}.uic-green{color:#1a9a52}.uic-blue{color:#2b6bff}.uic-purple{color:#7c3aed}
.utxt{display:grid;line-height:1.25;min-width:0}
.utxt b{font-weight:700;font-size:.85rem;color:var(--black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.utxt i{font-style:normal;font-weight:500;font-size:.72rem;color:#9a9a96}
.ubar{display:flex;align-items:center;gap:.8rem;margin-top:1rem;padding-top:.2rem}
.uplus{font-size:1.4rem;font-weight:500;color:var(--black);line-height:1}
.umodel{margin-inline-start:auto;font-weight:600;font-size:.85rem;color:#6b6b68}
.usend{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--black);color:#fff;transition:transform .25s,background .25s}
.usend svg{width:17px;height:17px}
.usend.go{background:var(--blue);transform:scale(1.12)}

/* ===== Features / services ===== */
.features{background:var(--white);padding:0 0 clamp(60px,8vw,110px)}
.tag-line{display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;font-size:.9rem;letter-spacing:1px;margin-bottom:1.6rem}
.tag-line .dot{width:8px;height:8px;border-radius:50%;background:var(--black)}
.tag-line.light{justify-content:flex-start}
.tag-line.light .dot{background:var(--white)}
.features-h{text-align:center;font-size:clamp(1.7rem,3.6vw,2.9rem);font-weight:800;letter-spacing:-.6px;line-height:1.15;max-width:900px;margin:0 auto clamp(40px,6vw,70px)}
.fh-line{display:block}
.fgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.fcard{position:relative;background:var(--black);color:var(--white);padding:1.7rem 1.6rem;min-height:520px;display:flex;flex-direction:column;overflow:hidden}
.fcard-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}
.fcard-top h3{font-size:clamp(1.3rem,1.8vw,1.7rem);font-weight:800;line-height:1.2;max-width:75%}
.fnum{font-weight:800;font-size:1.3rem;direction:ltr;color:#fff}
.fcard-art{flex:1;display:grid;place-items:center;color:#cfcfcf;padding:1.5rem 0}
.fcard-art svg{width:min(220px,80%);height:auto}
.fcard p{font-weight:600;font-size:1.02rem;line-height:1.45;color:#e6e6e6}

/* ===== How ===== */
.how{background:var(--black);color:var(--white);padding:clamp(60px,8vw,110px) 0}
.how-list{list-style:none;display:grid;gap:0;max-width:980px}
.how-list li{display:flex;gap:clamp(1.2rem,4vw,3.5rem);align-items:baseline;padding:clamp(22px,3.5vw,34px) 0;border-bottom:1px solid #2a2a2a}
.how-list li:last-child{border-bottom:0}
.how-num{font-weight:800;font-size:clamp(1.4rem,2.6vw,2.2rem);color:var(--blue);direction:ltr;flex:none}
.how-list h3{font-size:clamp(1.3rem,2.6vw,2rem);font-weight:800;letter-spacing:-.4px;margin-bottom:.3rem}
.how-list p{color:#b9b9b9;font-weight:500;font-size:1.05rem;max-width:620px}

/* ===== Belt / marquee ===== */
.belt{background:var(--white);border-block:1.5px solid var(--black);overflow:hidden;padding:1.05rem 0}
.belt-track{display:flex;align-items:center;gap:2.2rem;white-space:nowrap;width:max-content;animation:belt 36s linear infinite;font-weight:800;font-size:1.15rem}
.belt .sq{width:9px;height:9px}
@keyframes belt{from{transform:translateX(0)}to{transform:translateX(50%)}}

/* ===== Contact ===== */
.contact{background:var(--off);padding:clamp(60px,8vw,110px) 0}
.contact-in{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:start}
.contact-h{font-size:clamp(1.9rem,3.8vw,3.1rem);font-weight:800;letter-spacing:-.8px;line-height:1.12;margin-bottom:1.8rem}
.contact-lines{list-style:none;display:grid;gap:.9rem}
.contact-lines li{display:flex;gap:1rem;align-items:baseline;font-size:1.1rem}
.contact-lines span{font-weight:800;min-width:74px}
.contact-lines a{font-weight:600;color:#333}
.contact-lines a:hover{color:var(--blue)}
.cform{background:var(--white);padding:1.9rem;display:grid;gap:1rem}
.cform label{display:grid;gap:.4rem;font-weight:700;font-size:.92rem}
.crow{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.cform input,.cform textarea{width:100%;border:1.5px solid #d9d9d5;background:var(--off);padding:.8rem .9rem;font:inherit;transition:.15s}
.cform input:focus,.cform textarea:focus{outline:none;border-color:var(--black);background:#fff}
.cform textarea{resize:vertical}
.cagree{display:flex !important;align-items:center;gap:.55rem;font-weight:500 !important;color:#555;cursor:pointer}
.cagree input{width:17px;height:17px;accent-color:var(--black)}
.cbtn{border:0;width:100%}
.cnote{text-align:center;font-weight:700;color:#15803d}

/* ===== Footer ===== */
.ft{background:var(--black);color:var(--white);padding-top:clamp(40px,5vw,60px)}
.ft-in{display:grid;gap:.8rem;padding-bottom:2rem;justify-items:center;text-align:center}
.ft-logo{font-weight:900;font-size:2rem;display:inline-flex;align-items:center;gap:8px;direction:ltr;justify-self:center}
.ft-logo .sq{width:9px;height:9px}
.ft-tag{color:#a8a8a8;font-weight:600}
.ft-appy{color:#8b8b8b;font-weight:600;font-size:.95rem}
.ft-appy a{color:#d4d4d4;text-decoration:none}
.ft-appy a:hover{color:#fff}
.ft-nav{display:flex;gap:1.6rem;flex-wrap:wrap;margin-top:.6rem;font-weight:600}
.ft-nav a{color:#d4d4d4}
.ft-nav a:hover{color:#fff}
.ft-bot{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;border-top:1px solid #262626;padding-top:1.2rem;padding-bottom:1.4rem;color:#9a9a9a;font-size:.92rem}
.ft-bot a:hover{color:#fff}

/* ===== Interactive blue squares (cursor play on black cards) ===== */
.pix-host>:not(.pixel):not(.sq-live){position:relative;z-index:1}
.sq-live{position:absolute;top:0;left:0;width:12px;height:12px;background:var(--blue);z-index:2;pointer-events:none;transition:transform .16s ease-out;will-change:transform}
.pixel{position:absolute;width:10px;height:10px;background:var(--blue);pointer-events:none;z-index:0;animation:pixfade .55s linear forwards}
@keyframes pixfade{0%{opacity:.9}100%{opacity:0}}
.how{position:relative;overflow:hidden}

/* ===== Floating WhatsApp ===== */
.wa-float{position:fixed;bottom:22px;right:22px;z-index:80;width:58px;height:58px;border-radius:50%;background:#25D366;color:#fff;display:grid;place-items:center;box-shadow:0 12px 30px -10px rgba(0,0,0,.45);transition:transform .2s,box-shadow .2s}
.wa-float:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 18px 38px -12px rgba(0,0,0,.5)}

/* ===== Reveal ===== */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
.reveal.in{opacity:1;transform:none}

/* ===== Responsive ===== */
@media (max-width:1080px){
  .power-grid{grid-template-columns:repeat(2,1fr)}
  .fgrid{grid-template-columns:1fr;gap:12px}
  .fcard{min-height:0}
  .fcard-art{padding:2.2rem 0}
}
@media (max-width:860px){
  .hd-nav{display:none}
  .hd-cta .pill{display:none}
  .hd-burger{display:flex}
  .hd-nav.open{display:flex;position:fixed;inset:var(--hd-h) 0 auto 0;flex-direction:column;background:#fff;padding:1.4rem 28px;gap:1.1rem;border-bottom:1.5px solid var(--black)}
  .contact-in{grid-template-columns:1fr}
}
@media (max-width:640px){
  .power-grid{grid-template-columns:1fr}
  .pcard{min-height:330px}
  .crow{grid-template-columns:1fr}
  .hero-foot{flex-direction:column;align-items:flex-start}
  .hero-actions{margin-top:2.4rem;margin-bottom:1rem;align-self:center;justify-content:center}
  .wa-float{right:14px;left:auto;bottom:16px;width:52px;height:52px}
  .only-mobile{display:inline}
  .only-desktop{display:none}
  .hero-h{font-size:clamp(1.55rem,6.8vw,1.95rem)}
  .hero-note{font-size:.95rem}
  .hero-note b{display:block;text-align:center;margin-top:.75rem}
  .hero-actions .pill-lg{padding:.6rem 1.25rem;font-size:.95rem}
}
/* ===== Mobile hero polish ===== */
@media (max-width:640px){
  .hero>.wrap{padding-top:34px}
  .hero-kicker{font-size:.58rem;letter-spacing:.1em;margin-bottom:1rem;white-space:nowrap}
  .hero-h{font-size:clamp(2rem,9.6vw,2.7rem)}
  .hero-foot{margin-top:1.4rem}
  .hero-note{font-size:1.05rem}
  .hero-actions{margin-top:1.8rem;flex-wrap:nowrap;flex-direction:row}
  .hero-actions .pill-lg{padding:.5rem .95rem;font-size:.85rem;white-space:nowrap}
  .uchips{grid-template-columns:1fr}
  .ft-nav{display:none}
  .fh-line+.fh-line{margin-top:.55rem}
}

@media (prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
  .belt-track{animation:none}
  html{scroll-behavior:auto}
}
