.trt-wrapper{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#111827;}

/* HERO */
.trt-hero{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;background:#ffe4cf;padding:60px 32px;border-radius:24px;margin:32px auto;max-width:1100px;}
.trt-hero-text{flex:1 1 320px;max-width:520px;}
.trt-logo{font-size:14px;font-weight:600;color:#111827;margin-bottom:8px;text-transform:uppercase;letter-spacing:.06em;}
.trt-hero-text h1{font-size:32px;line-height:1.25;margin:0 0 12px;}
.trt-hero-text p{font-size:16px;color:#374151;margin-bottom:16px;}

.trt-btn-primary{display:inline-block;background:#66FB8A;color:#111827;padding:12px 24px;border-radius:999px;font-weight:600;text-decoration:none;border:none;cursor:pointer;box-shadow:0 10px 25px rgba(15,23,42,0.15);}
.trt-btn-primary:hover{background:#66FB8A;opacity:.9;}
.trt-btn-outline{display:inline-block;border-radius:999px;border:1px solid #66FB8A;color:#111827;background:#ffffff;padding:10px 20px;font-weight:600;text-decoration:none;}
.trt-btn-outline:hover{background:#f3f4f6;}

.trt-terms{font-size:12px;color:#6b7280;margin-top:8px;}
.trt-hero-visual{flex:1 1 260px;display:flex;justify-content:center;margin-top:24px;}
.trt-phone-mock{width:260px;background:#000;border-radius:32px;padding:8px 8px 16px;}
.trt-phone-top{height:16px;border-radius:16px 16px 8px 8px;background:#111827;margin-bottom:8px;}
.trt-phone-screen{background:#f9fafb;border-radius:24px;padding:16px;}
.trt-progress-bar{height:6px;background:#e5e7eb;border-radius:999px;margin-bottom:16px;overflow:hidden;}
.trt-progress-fill{height:100%;background:#66FB8A;}
.trt-phone-title{font-size:13px;font-weight:600;margin-bottom:12px;}
.trt-phone-item{background:#fff;border-radius:12px;padding:8px;font-size:11px;margin-bottom:6px;}
.trt-phone-bullets span{display:inline-block;width:16px;height:16px;border-radius:999px;border:2px solid #e5e7eb;margin-right:4px;}
.trt-phone-bullets span:nth-child(4){border-color:#66FB8A;background:#f3f4f6;}

/* HOW IT WORKS */
.trt-how{max-width:1100px;margin:0 auto 32px;padding:0 16px;}
.trt-how-header h2{font-size:24px;margin-bottom:4px;}
.trt-how-sub{color:#6b7280;margin:0;}
.trt-how-stats{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0;}
.trt-stat-card{flex:1 1 140px;background:#f9fafb;border-radius:16px;padding:16px;text-align:center;}
.trt-stat-number{font-size:24px;font-weight:700;color:#111827;}
.trt-stat-label{font-size:12px;color:#6b7280;}

/* FORM SECTION */
.trt-form-section{max-width:1100px;margin:0 auto 40px;padding:0 16px;}
.trt-form-card{background:#f9fafb;border-radius:24px;padding:24px;}
.trt-form-title{text-align:center;margin-top:0;margin-bottom:8px;}
.trt-guidelines{list-style:none;padding:0;margin:0 0 16px;font-size:14px;color:#4b5563;}
.trt-guidelines li{margin-bottom:4px;position:relative;padding-left:18px;}
.trt-guidelines li:before{content:"✔";position:absolute;left:0;top:0;color:#66FB8A;font-size:12px;}

.trt-error-box{background:#fee2e2;border-radius:12px;padding:12px;margin-bottom:16px;color:#b91c1c;font-size:14px;}

.trt-main-form{margin-top:8px;}
.trt-section-block{background:#fff;border-radius:16px;padding:16px;margin-bottom:16px;}
.trt-section-block h3{margin:0 0 4px;font-size:18px;}
.trt-section-desc{margin:0 0 12px;font-size:13px;color:#6b7280;}

.trt-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;}
.trt-field label{display:block;font-size:13px;font-weight:600;margin-bottom:4px;}
.trt-field input,.trt-field select{width:100%;border-radius:999px;border:1px solid:#d1d5db;padding:8px 12px;font-size:14px;}
.trt-consent{display:flex;align-items:flex-start;font-size:13px;color:#4b5563;margin-top:8px;gap:8px;}
.trt-consent input{margin-top:3px;}

.trt-scale-legend{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:#4b5563;margin:12px 0;}
.trt-scale-legend strong{margin-right:8px;}

/* Likert options – diperbesar dan center */
.trt-question-row{border-radius:12px;border:1px solid:#e5e7eb;padding:16px;margin-bottom:12px;background:#f9fafb;}
.trt-question-text{font-size:16px;margin-bottom:12px;text-align:center;font-weight:500;}
.trt-question-options{display:flex;gap:10px;font-size:14px;flex-wrap:wrap;justify-content:space-between;}
.trt-option{flex:1 1 150px;display:flex;justify-content:center;}
.trt-option input[type=radio]{display:none;}
.trt-option-visual{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;}
.trt-option-circle{width:36px;height:36px;border-radius:999px;border:3px solid #e5e7eb;background:#fff;}
.trt-option-text{font-size:14px;color:#4b5563;line-height:1.3;}
.trt-option input[type=radio]:checked + .trt-option-visual .trt-option-circle{border-color:#66FB8A;background:#f9fafb;}
.trt-option input[type=radio]:checked + .trt-option-visual .trt-option-text{color:#111827;font-weight:600;}

.trt-submit-wrap{text-align:center;margin-top:16px;}
.trt-btn-full{width:100%;max-width:320px;}
.trt-submit-note{font-size:12px;color:#6b7280;margin-top:8px;}

/* RESULT HERO – redesign lebih profesional */
.trt-result-hero{
    max-width:1100px;
    margin:40px auto 24px;
    padding:32px 24px;
    border-radius:24px;
    display:flex;
    flex-wrap:wrap;
    gap:24px;
    background:linear-gradient(135deg,#fff7ed 0%,#f9fafb 50%,#f0fdf4 100%);
    box-shadow:0 20px 40px rgba(15,23,42,0.08);
}
.trt-result-text{flex:1 1 320px;max-width:520px;}
.trt-result-text h1{margin:0 0 8px;font-size:28px;}
.trt-result-sub{margin:0 0 16px;font-size:14px;color:#4b5563;}
.trt-result-meta{margin-top:10px;font-size:13px;color:#4b5563;}

/* Badge kategori */
.trt-result-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#111827;color:#f9fafb;font-size:11px;margin-bottom:10px;}
.trt-result-badge-label{opacity:.7;text-transform:uppercase;letter-spacing:.08em;}
.trt-result-badge-value{font-weight:600;}

/* STATUS CARD – besar per skor */
.trt-status-card{
    border-radius:20px;
    padding:18px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
}
.trt-status-left{display:flex;align-items:flex-start;gap:12px;}
.trt-status-icon{font-size:26px;line-height:1;}
.trt-status-info{max-width:280px;}
.trt-status-title{font-weight:700;font-size:16px;color:#111827;margin-bottom:2px;}
.trt-status-desc{margin:0;font-size:13px;color:#374151;}
.trt-status-tagline{margin:4px 0 0;font-size:12px;color:#111827;font-weight:500;}
.trt-status-score{text-align:right;}
.trt-status-score span{display:block;font-size:11px;color:#6b7280;}
.trt-status-score strong{display:inline-block;font-size:26px;font-weight:700;color:#111827;}

/* warna card per skor */
.trt-status-low{
    background:#fee2e2;
    border-left:5px solid #b91c1c;
}
.trt-status-mid{
    background:#fef3c7;
    border-left:5px solid #f59e0b;
}
.trt-status-high{
    background:#f0fdf4;
    border-left:5px solid #66FB8A;
}

/* DIMENSI */
.trt-result-visual{flex:1 1 260px;display:flex;justify-content:center;}
.trt-report-card{background:#fff;border-radius:20px;padding:16px;min-width:260px;max-width:360px;box-shadow:0 10px 25px rgba(15,23,42,0.08);}
.trt-report-card h3{margin:0 0 12px;font-size:16px;}
.trt-dim-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;font-size:13px;}
.trt-bar-wrap{flex:1;display:flex;align-items:center;gap:8px;}
.trt-bar-track{flex:1;height:6px;border-radius:999px;background:#e5e7eb;overflow:hidden;}
.trt-bar-fill{height:100%;background:#66FB8A;}
.trt-bar-label{font-size:12px;color:#374151;}

/* FOLLOW-UP – highlight kedua setelah hasil */
.trt-followup-section{max-width:1100px;margin:0 auto 24px;padding:0 16px;}
.trt-followup-inner{background:#ffffff;border-radius:20px;padding:20px 16px;box-shadow:0 14px 30px rgba(15,23,42,0.06);}
.trt-followup-title{font-size:20px;margin:0 0 4px;}
.trt-followup-sub{margin:0 0 16px;font-size:13px;color:#4b5563;}
.trt-followup-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;}
.trt-followup-card{border-radius:18px;padding:18px 16px;background:#f9fafb;}
.trt-followup-card h3{margin:0 0 6px;font-size:16px;}
.trt-followup-card p{margin:0 0 8px;font-size:13px;color:#374151;}
.trt-followup-card ul{margin:0 0 12px 18px;padding:0;font-size:13px;color:#4b5563;}
.trt-followup-card li{margin-bottom:4px;}
.trt-followup-low{border-left:4px solid #b91c1c;}
.trt-followup-mid{border-left:4px solid #f59e0b;}
.trt-followup-high{border-left:4px solid #66FB8A;}

.trt-repeat-wrap{text-align:center;margin-top:12px;}
.trt-repeat-btn{display:inline-block;padding:8px 18px;border-radius:999px;background:#f9fafb;color:#111827;font-size:13px;font-weight:600;text-decoration:none;}
.trt-repeat-btn:hover{background:#e5e7eb;}

/* closing text */
.trt-closing-section{max-width:1100px;margin:0 auto 40px;padding:0 16px;}
.trt-closing-text{font-size:13px;color:#4b5563;text-align:left;background:#f9fafb;border-radius:16px;padding:12px 16px;}

@media (max-width:768px){
    .trt-hero{padding:24px 16px;}
    .trt-hero-text h1{font-size:24px;}
    .trt-result-hero{padding:24px 16px;}
    .trt-result-text h1{font-size:24px;}
    .trt-status-card{flex-direction:column;align-items:flex-start;}
    .trt-status-score{text-align:left;}
}
