:root{
  --bg:#f4fbf6;
  --card:#ffffff;
  --glass:rgba(255,255,255,.84);
  --text:#07130d;
  --muted:#5f6b64;
  --line:#dcebe1;
  --green:#078f31;
  --green2:#16c65a;
  --cyan:#40cfff;
  --yellow:#ffd166;
  --shadow:0 24px 70px rgba(8,30,14,.14);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}

body{
  margin:0;
  min-height:100vh;
  color:var(--text);
  background:
    radial-gradient(circle at 18% 4%,rgba(22,198,90,.16),transparent 28%),
    radial-gradient(circle at 88% 10%,rgba(64,207,255,.11),transparent 30%),
    linear-gradient(180deg,#fff 0%,#eef9f1 100%);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden;
}

.app{
  width:min(760px,100%);
  margin:0 auto;
  padding:18px 16px 92px;
}

.top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:4px 0 18px;
}

.brand{
  display:flex;
  gap:12px;
  align-items:center;
}

.avatarImg{
  width:54px;
  height:54px;
  border-radius:18px;
  object-fit:cover;
  box-shadow:0 14px 34px rgba(0,120,42,.18);
}

.brand span{
  display:block;
  color:var(--muted);
  font-size:13px;
  font-weight:850;
}

.brand strong{
  display:block;
  font-size:21px;
  letter-spacing:-.5px;
}

.topActions{
  display:flex;
  gap:8px;
}

.price-pill,.install-pill{
  border:0;
  border-radius:999px;
  padding:12px 18px;
  font-weight:950;
  color:#fff;
  background:linear-gradient(135deg,var(--green),var(--green2));
  box-shadow:0 16px 34px rgba(0,120,42,.18);
}

.price-pill{
  color:#08130d;
  background:linear-gradient(135deg,#fff3b5,#ffd166);
}

.hero{
  padding:22px 0 18px;
}

.kicker{
  display:block;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:var(--green);
  font-weight:950;
  font-size:12px;
  margin-bottom:18px;
}

.hero h1{
  margin:0;
  color:#00561e;
  font-size:clamp(52px,8vw,74px);
  line-height:.94;
  letter-spacing:-4px;
  text-shadow:0 14px 35px rgba(0,100,35,.1);
}

.hero-text{
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
  max-width:680px;
  margin:18px 0 20px;
}

.counter-card{
  display:inline-flex;
  align-items:center;
  gap:12px;
  background:#f0fff5;
  border:1px solid #bdecc9;
  border-radius:999px;
  padding:11px 15px;
  margin:0 0 18px;
  box-shadow:0 18px 40px rgba(0,120,42,.1);
}

.counter-card span{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.15em;
  color:var(--green);
  font-weight:950;
}

.counter-card strong{
  font-size:29px;
  color:#00561e;
}

.counter-card small{
  color:#3f5547;
  font-weight:850;
}

.demo-card,.checker-card,.mini-info details{
  background:rgba(255,255,255,.88);
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:var(--shadow);
  backdrop-filter:blur(14px);
}

.demo-card{
  padding:20px;
  margin-top:12px;
  overflow:hidden;
}

.demo-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  margin-bottom:16px;
}

.live-chip{
  display:inline-flex;
  gap:8px;
  align-items:center;
  padding:9px 13px;
  border-radius:999px;
  background:#f0fff5;
  border:1px solid #bdecc9;
  color:var(--green);
  font-weight:950;
  font-size:13px;
}

.live-chip i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 20px var(--green);
}

.demo-source{
  color:var(--muted);
  font-weight:850;
}

.demo-scan{
  display:flex;
  gap:18px;
  align-items:center;
  margin:10px 0 18px;
}

.risk-orb{
  width:116px;
  height:116px;
  border-radius:30px;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#fff,#f4fbf6);
  border:1px solid var(--line);
  box-shadow:inset 0 0 30px rgba(0,120,42,.05);
  flex-shrink:0;
}

.risk-orb b{
  font-size:46px;
  letter-spacing:-2px;
  color:#078f31;
}

.risk-orb small{
  margin-top:-25px;
  color:var(--muted);
  font-weight:900;
}

.demo-scan h2{
  margin:0 0 8px;
  font-size:28px;
  letter-spacing:-1px;
  color:#07130d;
}

.demo-scan p{
  margin:0;
  color:var(--muted);
  line-height:1.45;
}

.data-quality,.meta-line{
  display:inline-block;
  margin-top:10px;
  color:#078f31;
  font-weight:950;
}

.signal-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}

.signal-grid div{
  border:1px solid var(--line);
  background:#f8fbf9;
  border-radius:16px;
  padding:14px;
}

.signal-grid b{
  display:block;
  color:#00561e;
}

.signal-grid span{
  display:block;
  color:var(--muted);
  margin-top:5px;
  font-size:13px;
  line-height:1.35;
}

.locked-pill{
  display:inline-block;
  margin-top:16px;
  padding:9px 14px;
  border-radius:999px;
  background:#f0fff5;
  color:#078f31;
  border:1px solid #bdecc9;
  font-weight:950;
}

.locked-box{
  margin-top:16px;
  border:1px solid #bdecc9;
  border-radius:20px;
  background:#f0fff5;
  padding:16px;
}

.locked-box strong{
  font-size:20px;
  color:#00561e;
}

.locked-box p{
  color:var(--muted);
  line-height:1.45;
}

.pay-btn{
  width:100%;
  padding:18px;
  border-radius:16px;
  border:0;
  font-size:18px;
  font-weight:950;
  background:linear-gradient(90deg,#00ff99,#00ccff);
  color:#061108;
  transition:.2s;
}

.pay-btn:hover{
  transform:scale(1.02);
}

.hidden{
  display:none!important;
}

.checker-card{
  padding:18px;
  margin-top:18px;
}

.section-title span{
  color:var(--green);
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.16em;
  font-weight:950;
}

.section-title h2{
  margin:4px 0 12px;
  font-size:25px;
  color:#00561e;
}

.checker-card textarea{
  width:100%;
  resize:vertical;
  min-height:112px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  color:var(--text);
  padding:16px;
  font-size:16px;
  outline:none;
}

.checker-card textarea:focus{
  border-color:#8de8a8;
  box-shadow:0 0 0 4px rgba(22,198,90,.12);
}

.analyze-btn{
  margin-top:12px;
  width:100%;
  border:0;
  border-radius:18px;
  padding:18px;
  color:#fff;
  font-weight:950;
  font-size:18px;
  background:linear-gradient(135deg,var(--green),var(--green2));
  box-shadow:0 22px 45px rgba(0,120,42,.14);
}

.browser-data-box{
  margin-top:12px;
  background:#f7fff9;
  border:1px solid #cdeed7;
  border-radius:24px;
  padding:14px;
  color:#064f22;
}

.browser-data-box summary{
  font-weight:900;
  cursor:pointer;
}

.browser-data-box textarea{
  margin-top:12px;
  min-height:120px;
  font-size:16px;
}

.browser-data-box small{
  display:block;
  margin-top:8px;
  color:#6a7b70;
  line-height:1.35;
}

.product-image-wrap{
  margin:14px 0 18px;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 18px 42px rgba(8,30,14,.10);
}

.product-preview-image{
  width:100%;
  max-height:360px;
  object-fit:contain;
  display:block;
  background:#fff;
}

.product-preview{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:14px;
  align-items:center;
}

.product-img{
  width:120px;
  height:120px;
  border-radius:22px;
  object-fit:cover;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 14px 35px rgba(8,30,14,.10);
}

.full-report{
  margin-top:16px;
}

.full-card{
  display:grid;
  gap:18px;
}

.full-card .mini-box,.report-section{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(0,90,35,.12);
  border-radius:26px;
  padding:22px;
  box-shadow:0 18px 40px rgba(0,60,25,.06);
}

.full-card .mini-box h3,.report-section b{
  display:block;
  margin:0 0 12px;
  color:#00562b;
  font-size:25px;
  letter-spacing:-.5px;
}

.full-card .mini-box ul,.report-section ul{
  margin:0;
  padding-left:22px;
}

.full-card .mini-box li,.report-section li{
  margin:9px 0;
  line-height:1.38;
  color:#222;
  font-size:17px;
}

.badge,.data-source-pill{
  display:inline-block;
  margin-top:12px;
  padding:8px 12px;
  border-radius:999px;
  background:#e9fff0;
  color:#078f31;
  font-weight:900;
  border:1px solid #b8f0c7;
}

.share-actions{
  display:grid;
  gap:12px;
  margin-top:6px;
}

.share-btn,.copy-btn{
  min-height:58px;
  border-radius:22px;
  font-weight:950;
  font-size:18px;
}

.share-btn{
  border:0;
  color:white;
  background:linear-gradient(135deg,#007a2f,#00c957);
  box-shadow:0 18px 40px rgba(0,140,60,.22);
}

.copy-btn{
  color:#00562b;
  background:white;
  border:2px solid rgba(0,90,35,.14);
}

.mini-info{
  display:grid;
  gap:10px;
  margin-top:18px;
}

.mini-info details{
  padding:16px;
  border-radius:18px;
}

.mini-info summary{
  font-weight:950;
  cursor:pointer;
  color:#00561e;
}

.mini-info p{
  color:var(--muted);
  line-height:1.5;
}

.bottom-nav{
  position:fixed;
  left:50%;
  bottom:16px;
  transform:translateX(-50%);
  width:min(420px,calc(100% - 32px));
  z-index:20;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:8px;
  background:rgba(255,255,255,.78);
  border:1px solid var(--line);
  border-radius:999px;
  padding:8px;
  backdrop-filter:blur(18px);
  box-shadow:0 22px 55px rgba(8,30,14,.18);
}

.bottom-nav a,.bottom-nav button{
  border:0;
  text-decoration:none;
  text-align:center;
  color:#607168;
  padding:12px 10px;
  border-radius:999px;
  font-weight:950;
  background:transparent;
}

.bottom-nav .active,.bottom-nav button{
  color:#fff;
  background:linear-gradient(135deg,var(--green),var(--green2));
}

.support{
  position:fixed;
  right:18px;
  bottom:92px;
  width:340px;
  max-width:calc(100vw - 34px);
  z-index:25;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 25px 70px rgba(0,0,0,.18);
}

.supportHead{
  background:#078f31;
  color:#fff;
  padding:16px 18px;
  display:flex;
  justify-content:space-between;
}

.supportHead button{
  background:transparent;
  border:0;
  color:#fff;
  font-size:24px;
}

.support p{
  padding:0 18px 14px;
  color:var(--muted);
  line-height:1.45;
}

@media(max-width:640px){
  .app{
    padding:14px 12px 90px;
  }

  .top{
    align-items:flex-start;
  }

  .topActions{
    flex-direction:column;
  }

  .hero h1{
    font-size:52px;
  }

  .demo-scan{
    align-items:flex-start;
  }

  .risk-orb{
    width:96px;
    height:96px;
    border-radius:24px;
  }

  .risk-orb b{
    font-size:38px;
  }

  .signal-grid{
    grid-template-columns:1fr;
  }

  .counter-card{
    display:flex;
    flex-wrap:wrap;
    border-radius:20px;
  }

  .demo-card,.checker-card{
    border-radius:24px;
  }

  .product-preview{
    grid-template-columns:1fr;
  }

  .product-img{
    width:100%;
    height:210px;
  }

  .share-actions{
    grid-template-columns:1fr;
  }

  .product-preview-image{
    max-height:300px;
  }
}