*{ box-sizing: border-box; margin: 0; padding: 0; }
 *{ box-sizing: border-box; margin: 0; padding: 0; }
        body{ font-family:'Poppins',sans-serif; background:transparent; overflow: hidden; }
        .poster{
            width: 230px; height: 420px; border-radius: 10px;
            background: linear-gradient(rgba(136, 8, 8, 0.1), rgba(136, 59, 8, 0.1)), url('background.webp') center/cover no-repeat;
            color: #fff; position: relative; display: flex; flex-direction: column; overflow: hidden;
            border: 1px solid #b50d0d;
        }
        .header{ padding: 10px; text-align: center; flex-shrink: 0; }
        .logo-box{ display: flex; gap: 8px; align-items: center; margin-bottom: 8px; text-align: left; }
        .logo{ width: 35px; height: 35px; background: url('logo-ma.webp') center/contain no-repeat; flex-shrink: 0; }
        .instansi h3{ font-size: 10px; font-weight: 800; line-height: 1.2; color: #fff; }
        .instansi p{ font-size: 7px; opacity: 0.9; }
        
        .hero-title{ background: linear-gradient(180deg, #8f1010, #bd3a24); padding: 8px 5px; border-radius: 0 10px 10px 0; margin-right: 15px; }
        .hero-title h1{ font-size: 14px; font-weight: 800; line-height: 1.1; text-transform: uppercase; }
        
        .score-box{ background: rgba(255,255,255,0.95); color: #9a2109; margin: 10px; border-radius: 8px; padding: 10px 5px; text-align: center; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
        .score{ font-size: 28px; font-weight: 800; line-height: 1; }
        .period{ font-size: 9px; font-weight: 600; margin-top: 4px; }

        .content{ flex: 1; padding: 0 10px 10px; display: flex; flex-direction: column; min-height: 0; }
        .resp-label{ background: #b50d0d; padding: 5px; border-radius: 6px 6px 0 0; font-size: 10px; font-weight: 700; text-align: center; }
        .card{ background: #fff; color: #333; border-radius: 0 0 6px 6px; flex: 1; display: flex; flex-direction: column; overflow: hidden; }
        .card-header{ background: #f0f4f8; padding: 5px; font-size: 9px; font-weight: 800; text-align: center; color: #9a2109; border-bottom: 1px solid #eee; }
        .list{ list-style: none; padding: 5px 8px; overflow-y: auto; }
        .list li{ display: flex; justify-content: space-between; border-bottom: 1px solid #f0f0f0; padding: 4px 0; font-size: 9px; font-weight: 600; line-height: 1.2; }
        .list li span:last-child{ color: #b50d0d; font-weight: 800; margin-left: 5px; }

        .footer{ background: #370000; padding: 5px 10px; font-size: 7px; display: flex; flex-direction: column; gap: 1px; }
        .footer div{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.btn-survey {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #be2304;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    border-radius: 5px;
    
    transition: all 0.3s ease;
    border: 1px solid #eee;
    box-shadow: 0 0 0 rgba(255, 0, 0, 0);
    text-align: center;
}
.btn-survey:hover {
    background: #9a2109;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.7);
    transform: translateY(-3px);
}

.footer{ background: #07225d; padding: 5px 10px; font-size: 7px; display: flex; flex-direction: column; gap: 1px; }
.footer div{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
