/* Landing header */
.site-header{position:sticky;top:0;z-index:100;background:rgba(10,10,10,.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}
.site-header .inner{display:flex;align-items:center;justify-content:space-between;height:64px}
.logo{display:flex;align-items:center;gap:8px;font-weight:800;font-size:20px;color:#fff}
.logo .pin{width:28px;height:28px;background:var(--wi-green);border-radius:50%;display:grid;place-items:center;color:#04120a;font-size:14px}
.nav{display:flex;gap:18px;align-items:center;font-size:13.5px;font-weight:600;color:rgba(255,255,255,.75)}
.nav a:hover,.nav a.active{color:#fff}
.nav a.active{color:var(--wi-green);border-bottom:2px solid var(--wi-green);padding-bottom:18px;margin-bottom:-18px}
.header-actions{display:flex;gap:10px;align-items:center}
.ham{display:none;background:0;border:0;color:#fff;font-size:22px;cursor:pointer}

/* Hero */
.hero{background:radial-gradient(ellipse at 30% 20%,#1a3a28 0%,#0a0a0a 55%);color:#fff;padding:48px 0 56px;overflow:hidden;position:relative}
.hero-grid{display:grid;grid-template-columns:1.05fr 0.9fr 1fr;gap:24px;align-items:center}
.hero h1{font-size:clamp(32px,4vw,48px);line-height:1.1;font-weight:800;letter-spacing:-.5px;margin:14px 0}
.hero h1 span{color:var(--wi-green)}
.hero .lead{color:rgba(255,255,255,.7);font-size:15px;max-width:420px;margin-bottom:18px}
.trust{display:flex;flex-wrap:wrap;gap:14px;margin:16px 0 22px;font-size:13px;color:rgba(255,255,255,.75)}
.trust span{display:inline-flex;align-items:center;gap:6px}
.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}
.platforms{display:flex;gap:10px;opacity:.8;font-size:18px}
.phone-wrap{display:flex;justify-content:center;position:relative}
.phone{width:260px;background:#0d0d0d;border-radius:36px;border:3px solid #333;padding:10px;box-shadow:0 30px 80px rgba(0,0,0,.6);position:relative}
.phone-notch{height:22px;display:flex;justify-content:center;align-items:center}
.phone-screen{background:#111;border-radius:28px;overflow:hidden;min-height:480px;position:relative}
.phone-map{height:280px;background:radial-gradient(circle at 50% 45%,#1f3d2a,#0f1720 70%);position:relative}
.phone-map .dot{position:absolute;width:36px;height:36px;border-radius:50%;border:2px solid var(--wi-green);overflow:hidden;background:#333}
.phone-map .dot img,.avatar{width:100%;height:100%;object-fit:cover;border-radius:50%}
.phone-card{position:absolute;left:12px;right:12px;bottom:12px;background:rgba(20,20,20,.95);border:1px solid #333;border-radius:14px;padding:10px;display:flex;gap:10px;align-items:center}
.phone-card .meta{flex:1;min-width:0}
.phone-card .name{font-size:13px;font-weight:700}
.phone-card .sub{font-size:11px;color:var(--wi-muted)}
.ai-panel{background:rgba(15,15,15,.85);border:1px solid #2a2a2a;border-radius:20px;padding:18px;box-shadow:var(--wi-shadow)}
.ai-panel h3{font-size:18px;margin-bottom:12px}
.ai-panel h3 span{color:var(--wi-green)}
.chat-bubble{padding:10px 12px;border-radius:14px;font-size:13px;margin-bottom:10px;max-width:95%}
.chat-bubble.user{background:var(--wi-green);color:#04120a;margin-left:auto;border-bottom-right-radius:4px}
.chat-bubble.bot{background:#1f1f1f;border:1px solid #333;border-bottom-left-radius:4px}
.voice-bar{display:flex;gap:8px;align-items:center;background:#1a1a1a;border:1px solid #333;border-radius:999px;padding:8px 12px;margin-top:12px}
.voice-bar input{flex:1;background:0;border:0;color:#fff;outline:0}
.mic{width:36px;height:36px;border-radius:50%;background:var(--wi-green);border:0;cursor:pointer;display:grid;place-items:center}
.ai-side-card{margin-top:14px;padding:12px;border-radius:14px;border:1px solid rgba(34,197,94,.25);background:rgba(34,197,94,.06);display:flex;gap:10px;align-items:center;font-size:12px}

/* Feature strip */
.feat-strip{background:#fff;padding:28px 0;margin-top:-1px;border-bottom:1px solid #eee}
.feat-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}
.feat-item{background:#fff;border:1px solid #eee;border-radius:14px;padding:14px 10px;text-align:center;font-size:12px}
.feat-item .ic{width:40px;height:40px;margin:0 auto 8px;border-radius:12px;display:grid;place-items:center;font-size:18px;background:#f0fdf4}
.feat-item.highlight{border-color:var(--wi-green);box-shadow:0 0 0 1px var(--wi-green)}
.feat-item h4{font-size:12.5px;margin-bottom:4px}
.feat-item p{color:#6b7280;font-size:11px}

/* sections */
.section{padding:48px 0}
.section h2{font-size:24px;font-weight:800;margin-bottom:6px}
.section .sub{color:#6b7280;margin-bottom:20px}
.cat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.cat-card{background:#fff;border:1px solid #eee;border-radius:14px;padding:16px;text-align:center;cursor:pointer;transition:.2s}
.cat-card:hover{border-color:var(--wi-green);transform:translateY(-2px)}
.cat-card .ic{font-size:26px;margin-bottom:8px}
.cat-card h4{font-size:14px}
.cat-card p{font-size:12px;color:#6b7280}
.three{display:grid;grid-template-columns:1.2fr 1fr 1.1fr;gap:16px}
.pwa-card{background:#0f0f0f;color:#fff;border-radius:18px;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.stat{background:#fff;border:1px solid #eee;border-radius:14px;padding:18px;text-align:center}
.stat b{display:block;font-size:26px;color:var(--wi-green);font-weight:800}
.stat span{font-size:12px;color:#6b7280}
.steps{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.step{flex:1;min-width:140px;text-align:center;padding:12px}
.step .n{width:40px;height:40px;border-radius:50%;background:#dcfce7;color:#16a34a;display:grid;place-items:center;margin:0 auto 8px;font-weight:800}
.testi{background:#fff;border:1px solid #eee;border-radius:16px;padding:20px}
.cta-band{background:linear-gradient(120deg,#0a0a0a,#12301f);color:#fff;border-radius:20px;padding:28px;display:flex;justify-content:space-between;align-items:center;gap:16px;position:relative;overflow:hidden}
.site-footer{background:#0a0a0a;color:rgba(255,255,255,.7);padding:40px 0 20px;font-size:13px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr;gap:20px}
.site-footer h4{color:#fff;margin-bottom:10px;font-size:13px}
.site-footer a{display:block;padding:3px 0;color:rgba(255,255,255,.65)}
.site-footer a:hover{color:#fff}
.footer-bottom{margin-top:24px;padding-top:14px;border-top:1px solid #222;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;font-size:12px}

/* App shell */
.app-shell{min-height:100vh;background:#0a0a0a;color:var(--wi-text);display:flex;flex-direction:column;max-width:480px;margin:0 auto;position:relative;box-shadow:0 0 0 1px #222}
.app-top{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid #1f1f1f;position:sticky;top:0;background:rgba(10,10,10,.95);backdrop-filter:blur(10px);z-index:50}
.app-body{flex:1;overflow:auto;padding:12px 14px 88px}
.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,480px);height:64px;background:#111;border-top:1px solid #222;display:flex;z-index:60}
.bottom-nav a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:10px;color:#888;font-weight:600}
.bottom-nav a.active{color:var(--wi-green)}
.bottom-nav .ai-btn{width:52px;height:52px;border-radius:50%;background:var(--wi-green);color:#04120a;margin-top:-18px;border:4px solid #0a0a0a;display:grid;place-items:center;font-size:18px}
.list-card{background:#161616;border:1px solid #262626;border-radius:14px;padding:12px;display:flex;gap:12px;align-items:center;margin-bottom:10px}
.list-card .av{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid transparent}
.list-card .av.on{border-color:var(--wi-green)}
.avatar-row{display:flex;gap:12px;overflow-x:auto;padding:8px 0 14px;scrollbar-width:none}
.avatar-row::-webkit-scrollbar{display:none}
.avatar-chip{flex:0 0 auto;width:64px;text-align:center;font-size:10px}
.avatar-chip img{width:52px;height:52px;border-radius:50%;border:2px solid var(--wi-green);object-fit:cover;margin:0 auto 4px}
.search-box{display:flex;align-items:center;gap:8px;background:#161616;border:1px solid #2a2a2a;border-radius:12px;padding:10px 12px;margin-bottom:12px}
.search-box input{flex:1;background:0;border:0;color:#fff;outline:0}
.chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:10px}
.chip{flex:0 0 auto;padding:7px 12px;border-radius:999px;border:1px solid #333;font-size:12px;font-weight:600;color:#aaa;cursor:pointer}
.chip.active{background:var(--wi-green);color:#04120a;border-color:var(--wi-green)}
.ai-orb-wrap{min-height:55vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px}
.ai-orb{width:120px;height:120px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#86efac,#16a34a 55%,#052e16);box-shadow:0 0 60px rgba(34,197,94,.45);animation:pulse 2.2s ease-in-out infinite}
@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}
.wave{height:24px;width:160px;background:repeating-linear-gradient(90deg,transparent,transparent 4px,rgba(34,197,94,.5) 4px,rgba(34,197,94,.5) 6px);border-radius:8px;opacity:.6}
.suggest{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:8px}
.suggest button{background:#1a1a1a;border:1px solid #333;color:#ddd;border-radius:999px;padding:8px 12px;font-size:12px;cursor:pointer}
.map-demo{height:420px;border-radius:16px;background:radial-gradient(circle at 50% 50%,#1a3324,#0c1210 70%);position:relative;overflow:hidden;border:1px solid #222}
.map-pin{position:absolute;transform:translate(-50%,-50%);text-align:center}
.map-pin .p{width:14px;height:14px;background:var(--wi-green);border-radius:50%;box-shadow:0 0 0 6px rgba(34,197,94,.25);margin:0 auto}
.map-pin .lbl{font-size:10px;background:rgba(0,0,0,.75);padding:2px 6px;border-radius:6px;margin-top:4px;white-space:nowrap}
.field{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #333;background:#161616;color:#fff;margin-bottom:10px}
.field.light{background:#fff;border-color:#e5e7eb;color:#111}
.toggle{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #222;font-size:14px}
.switch{width:44px;height:26px;border-radius:999px;background:#333;position:relative;cursor:pointer}
.switch.on{background:var(--wi-green)}
.switch::after{content:'';position:absolute;width:20px;height:20px;border-radius:50%;background:#fff;top:3px;left:3px;transition:.2s}
.switch.on::after{left:21px}
