/* ---------- thank you ---------- */
  .thanks{
    position:relative;overflow:hidden;background:var(--orange);border-radius:var(--radius);
    padding:70px 40px;text-align:left;color:#fff;min-height:360px;
    display:flex;flex-direction:column;justify-content:center;
  }
  .logo-white-img{position:relative;height:26px;width:auto;max-width:180px;margin-bottom:22px;opacity:.95;align-self:flex-start;display:block;}
  /* purely decorative ambient shapes echoing the brand's organic motif — not a logo mark */
  .deco-shapes{position:absolute;inset:0;pointer-events:none;}
  .deco-shapes .ds{position:absolute;border-radius:60% 40% 55% 45%/50% 55% 45% 50%;background:rgba(255,255,255,.16);}
  .ds1{width:220px;height:170px;right:-60px;top:-50px;transform:rotate(-15deg);}
  .ds2{width:150px;height:110px;right:120px;top:-70px;background:rgba(255,255,255,.12);transform:rotate(20deg);}
  .ds3{width:130px;height:170px;right:-20px;top:110px;background:rgba(255,255,255,.14);transform:rotate(8deg);}
  .ds4{width:90px;height:90px;right:220px;top:40px;background:rgba(255,255,255,.10);}
  .ds5{width:70px;height:100px;right:40px;bottom:-30px;background:rgba(255,255,255,.13);}
  .ds6{width:160px;height:120px;right:200px;bottom:-40px;background:rgba(255,255,255,.10);transform:rotate(-10deg);}
  .thanks h2{position:relative;font-size:38px;margin:0 0 10px;font-weight:900;max-width:480px;}
  .thanks p{position:relative;font-size:15px;max-width:420px;opacity:.92;line-height:1.5;margin:0 0 26px;}
  .thanks div{position:relative;}

  /* ---------- dashboard ---------- */
  .gate{max-width:380px;margin:60px auto;text-align:center;}
  .gate .card{padding:34px 30px;}
  .icon-img{width:38px;height:auto;display:block;margin:0 auto;}
  .gate h2{font-size:20px;margin:0 0 6px;}
  .gate p{color:var(--muted);font-size:13.5px;margin:0 0 18px;}

  .stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:26px;}
  @media(max-width:760px){.stat-grid{grid-template-columns:repeat(2,1fr);}}
  .stat-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px 18px;}
  .stat-card .stat-label{font-size:11.5px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.4px;margin-bottom:8px;}
  .stat-card .stat-value{font-size:32px;font-weight:900;line-height:1;}
  .stat-card .stat-value span{font-size:16px;font-weight:700;color:var(--muted);}
  .stat-card.accent{background:var(--black);border-color:var(--black);}
  .stat-card.accent .stat-label{color:#bdbdbd;}
  .stat-card.accent .stat-value{color:#fff;}

  .panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px 24px 8px;margin-bottom:20px;}
  .panel h3{font-size:16px;margin:0 0 18px;font-weight:700;}

  .bar-row{display:flex;align-items:center;gap:12px;margin-bottom:16px;}
  .bar-row .bar-label{width:200px;flex-shrink:0;font-size:13.5px;font-weight:600;}
  .bar-track{flex:1;height:10px;background:#eee;border-radius:999px;overflow:hidden;}
  .bar-fill{height:100%;background:linear-gradient(90deg,var(--purple),var(--orange));border-radius:999px;}
  .bar-val{width:44px;text-align:right;font-weight:800;font-size:13.5px;flex-shrink:0;}

  .empty-state{padding:30px 10px;text-align:center;color:var(--muted);font-size:13.5px;}

  /* ---------- NPS composition ---------- */
  .nps-seg{display:flex;height:22px;border-radius:8px;overflow:hidden;margin-bottom:14px;}
  .nps-seg span{display:block;height:100%;}
  .nps-seg .seg-detractor{background:#e0453b;}
  .nps-seg .seg-passive{background:#e0a323;}
  .nps-seg .seg-promoter{background:#2fa860;}
  .nps-legend{display:flex;gap:22px;flex-wrap:wrap;font-size:12.5px;font-weight:600;color:#333;}
  .nps-legend .dot-lg{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:6px;vertical-align:middle;}
