/* ===== TRYOUT HIGH-CONVERTING LANDING PAGE STYLING ===== */
:root {
    --to-blue-solid: #005fa8;
    --to-blue-hover: #004b87;
    --to-blue-dark: #004071;
    --to-blue-card: #00457a;
    --to-blue-deep: #00335c;
    --to-blue-brand: #0076d0;
    --to-cyan-bright: #38bdf8;
    --to-gold: #f59e0b;
    --to-gold-bright: #fbbf24;
    --to-green: #10b981;
    --to-bg-body: #f8fafc;
    --to-border-light: #e2e8f0;
}

html {
    scroll-behavior: smooth;
}

#katalog-tryout,
#kenapa-wajib,
#standar-cat,
#bukti-kelulusan {
    scroll-margin-top: 100px;
}

/* Top Announcement Strip */
.tryout-top-strip {
    background-color: #004071;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 8px 0;
    font-size: 11.5px;
    color: #e0f2fe;
}

.tryout-top-strip a {
    color: #fde047;
    text-decoration: underline;
}

/* Top Dedicated Tryout Nav */
.tryout-custom-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.tryout-brand-box {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    white-space: nowrap;
}

.tryout-brand-img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    margin-right: 10px;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
}

.tryout-brand-text {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
}

.tryout-brand-name {
    font-size: 18px;
    font-weight: 900;
    color: #07152b;
    line-height: 1;
    letter-spacing: -0.4px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: block;
}

.tryout-brand-name .text-blue {
    color: #0076d0;
}

.tryout-brand-subtitle {
    font-size: 8.5px;
    font-weight: 800;
    color: #64748b;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 3px;
    margin-bottom: 0;
    white-space: nowrap;
    display: block;
}

.tryout-menu-links {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tryout-menu-links li {
    white-space: nowrap;
}

.tryout-menu-links a {
    color: #334155;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.tryout-menu-links a:hover {
    color: #0076d0;
}

.tryout-bkn-tag {
    background-color: #fffbeb;
    border: 1.5px solid #fde68a;
    color: #b45309;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 15px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.tryout-bkn-tag i {
    color: #f59e0b;
    margin-right: 6px;
    font-size: 12px;
}

.btn-pilih-paket-nav {
    background-color: #0076d0;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 13.5px;
    padding: 8px 20px;
    border-radius: 8px;
    text-decoration: none !important;
    transition: all 0.2s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 118, 208, 0.25);
}

.btn-pilih-paket-nav:hover {
    background-color: #005fa8;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 118, 208, 0.35);
}

/* Hero Section */
.tryout-hero-section {
    background-color: #005fa8;
    padding: 65px 0 85px 0;
    color: #ffffff;
    position: relative;
    z-index: 1;
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 36px;
}

.hero-pill-tag {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 22px;
}

.hero-pill-tag .pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fbbf24;
    margin-right: 8px;
    box-shadow: 0 0 8px #fbbf24;
}

.hero-heading-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.hero-heading-title .text-gold {
    color: #fbbf24;
}

.hero-subheading {
    font-size: 15.5px;
    line-height: 1.7;
    color: #f0f7ff;
    max-width: 820px;
    margin: 0 auto 24px auto;
}

.hero-subheading .highlight-warn {
    color: #fde047;
    text-decoration: underline;
    text-decoration-color: rgba(253, 224, 71, 0.6);
    font-weight: 700;
}

.hero-check-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 26px;
    font-size: 13.5px;
    color: #ffffff;
    font-weight: 600;
}

.hero-check-features span {
    display: inline-flex;
    align-items: center;
}

.hero-check-features i {
    color: #fbbf24;
    margin-right: 8px;
    font-size: 14px;
}

/* Filter Box (Spacious Card Layout) */
.tryout-catalog-area {
    background-color: #f8fafc;
    padding-bottom: 70px;
    position: relative;
    z-index: 10;
}

.filter-outer-wrapper {
    position: relative;
    z-index: 30;
    margin-top: -55px;
    margin-bottom: 45px;
}

.filter-box-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: none !important;
    border: 1.5px solid #e2e8f0;
    padding: 26px 30px;
    position: relative;
    z-index: 31;
}

.filter-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 14px;
    margin-bottom: 18px;
}

.filter-header-left {
    display: flex;
    align-items: center;
}

.filter-header-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: #e0f2fe;
    color: #0284c7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 12px;
}

.filter-header-title {
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 800;
    color: #64748b;
    margin: 0;
}

.filter-header-subtitle {
    font-size: 14.5px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.filter-header-status {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
}

.filter-header-status .green-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #10b981;
    margin-right: 6px;
}

.filter-field-label {
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    margin-bottom: 6px;
    display: block;
}

.filter-select-input,
.filter-text-input {
    height: 44px;
    border-radius: 8px;
    border: 1.5px solid #cbd5e1;
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    padding: 8px 12px;
    background-color: #ffffff;
    transition: all 0.2s ease;
    width: 100%;
}

.filter-select-input:focus,
.filter-text-input:focus {
    border-color: #0076d0;
    box-shadow: 0 0 0 3px rgba(0, 118, 208, 0.15);
    outline: none;
}

.search-group-wrapper {
    position: relative;
    display: flex;
    width: 100%;
}

.search-group-wrapper .search-icon-box {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 13px;
    pointer-events: none;
}

.search-group-wrapper .filter-text-input {
    padding-left: 34px;
}

.btn-filter-apply {
    background-color: #0076d0;
    color: #ffffff;
    font-weight: 700;
    font-size: 13.5px;
    height: 44px;
    border-radius: 8px;
    border: none;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 118, 208, 0.2);
    white-space: nowrap;
}

.btn-filter-apply:hover {
    background-color: #005fa8;
    color: #ffffff;
    box-shadow: 0 6px 14px rgba(0, 118, 208, 0.3);
}

.btn-filter-clear {
    height: 44px;
    width: 44px;
    border-radius: 8px;
    background: #f1f5f9;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none !important;
    margin-left: 8px;
    flex-shrink: 0;
    border: 1px solid #cbd5e1;
}

.btn-filter-clear:hover {
    background: #e2e8f0;
    color: #0f172a;
}

/* Catalog Section */
.tryout-catalog-area {
    background-color: var(--to-bg-body);
    padding: 10px 0 70px 0;
    position: relative;
    z-index: 10;
}

.catalog-header-bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px;
}

.catalog-sub-heading {
    font-size: 11.5px;
    font-weight: 800;
    color: #0284c7;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 4px;
}

.catalog-main-title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

/* Tryout Cards */
.card-tryout-item {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-tryout-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.1);
    border-color: #bae6fd;
}

/* Card Image Header with actual data tryout image */
.tryout-card-media {
    position: relative;
    width: 100%;
    height: 180px;
    background-color: #0a192f;
    overflow: hidden;
}

.tryout-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.card-tryout-item:hover .tryout-card-media img {
    transform: scale(1.06);
}

.badge-status-corner {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.badge-corner-premium {
    background-color: #eab308;
    color: #000000;
}

.badge-corner-free {
    background-color: #10b981;
    color: #ffffff;
}

.badge-corner-owned {
    background-color: #0076d0;
    color: #ffffff;
}

/* Card Body */
.tryout-card-body-content {
    padding: 18px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tags-pills-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

.pill-badge-program {
    background-color: #0076d0;
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.pill-badge-category {
    background-color: #0284c7;
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.tryout-card-name-title {
    font-size: 15.5px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
}

.specs-info-table {
    margin-bottom: 14px;
    border-top: 1px dashed #e2e8f0;
    padding-top: 10px;
}

.specs-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12.5px;
    padding: 4px 0;
    color: #64748b;
}

.specs-info-row .row-label {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.specs-info-row .row-label i {
    color: #0284c7;
    width: 18px;
    font-size: 12px;
}

.specs-info-row .row-value {
    font-weight: 700;
    color: #1e293b;
}

.price-badge-row {
    display: flex;
    align-items: baseline;
    margin-bottom: 14px;
    padding-top: 6px;
    border-top: 1px solid #f1f5f9;
}

.price-current-value {
    font-size: 17px;
    font-weight: 800;
    color: #0076d0;
}

.price-unit-label {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    margin-left: 4px;
}

.btn-card-action {
    width: 100%;
    height: 42px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: all 0.2s ease;
    margin-top: auto;
}

.btn-card-buy {
    background-color: #0076d0;
    color: #ffffff !important;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 118, 208, 0.2);
}

.btn-card-buy:hover {
    background-color: #005fa8;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0, 118, 208, 0.3);
}

.btn-card-owned {
    background-color: #ffffff;
    color: #0076d0 !important;
    border: 1.5px solid #0076d0;
}

.btn-card-owned:hover {
    background-color: #e0f2fe;
}

/* Stats Strip Banner (Screenshot 2) */
.stats-highlight-banner {
    background-color: #005fa8;
    border-radius: 20px;
    padding: 36px 30px;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 95, 168, 0.25);
    margin: 40px 0 60px 0;
}

.stat-divider-item {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-block-item {
    text-align: center;
    padding: 10px 15px;
}

.stat-number-display {
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-number-display.color-gold {
    color: #fbbf24;
}

.stat-number-display.color-white {
    color: #ffffff;
}

.stat-number-display.color-green {
    color: #34d399;
}

.stat-label-title {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 4px;
}

.stat-label-caption {
    font-size: 12px;
    color: #e0f2fe;
    margin: 0;
}

/* Testimonials Section (Screenshot 2) */
.testimonials-section {
    padding: 60px 0 80px 0;
    background-color: #ffffff;
    border-top: 1px solid #e2e8f0;
}

.testi-header-small {
    font-size: 12px;
    font-weight: 800;
    color: #0284c7;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.testi-header-quote {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    max-width: 800px;
    margin: 0 auto 12px auto;
    line-height: 1.3;
}

.testi-card-box {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    padding: 26px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease;
}

.testi-card-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.09);
    border-color: #bae6fd;
}

.stars-row {
    color: #f59e0b;
    font-size: 14px;
    margin-bottom: 14px;
}

.testi-quote-text {
    font-size: 13.5px;
    line-height: 1.65;
    color: #334155;
    font-style: italic;
    margin-bottom: 20px;
    flex-grow: 1;
}

.score-change-badge {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 10px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 18px;
}

.score-change-badge .score-before {
    color: #64748b;
    font-weight: 600;
}

.score-change-badge .score-arrow {
    color: #0284c7;
    font-weight: 800;
    margin: 0 8px;
}

.score-change-badge .score-after {
    color: #0284c7;
    font-weight: 800;
}

.testi-user-footer {
    display: flex;
    align-items: center;
}

.testi-avatar-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e0f2fe;
    color: #0284c7;
    font-weight: 800;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.testi-user-name {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 2px;
}

.testi-user-role {
    font-size: 12px;
    color: #64748b;
    margin: 0;
}

/* 4 Core Features Cards (Screenshot 4) */
.features-core-section {
    padding: 70px 0 60px 0;
    background-color: #f8fafc;
}

.feature-core-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 26px 22px;
    height: 100%;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
    transition: all 0.25s ease;
}

.feature-core-card:hover {
    transform: translateY(-4px);
    border-color: #0284c7;
    box-shadow: 0 10px 24px rgba(2, 132, 199, 0.1);
}

.feature-core-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 16px;
}

.feature-core-title {
    font-size: 16.5px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.feature-core-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

/* Diagnostic & Public Leaderboard Report Banner */
.diagnostic-report-banner,
.leaderboard-banner {
    background: linear-gradient(135deg, #005fa8 0%, #004071 100%);
    border-radius: 24px;
    padding: 38px 34px;
    color: #ffffff;
    margin: 40px 0;
    box-shadow: 0 16px 40px rgba(0, 95, 168, 0.22);
}

.leaderboard-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    color: #ffffff;
}

.leaderboard-btn-cta {
    border-radius: 8px;
    background-color: #fbbf24;
    color: #0f172a !important;
    border: none;
    box-shadow: 0 4px 14px rgba(251, 191, 36, 0.35);
    font-weight: 700;
    padding: 10px 24px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
}

.leaderboard-btn-cta:hover {
    background-color: #f59e0b;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(251, 191, 36, 0.45);
    color: #0f172a !important;
}

.diagnostic-report-card,
.leaderboard-card {
    background-color: #00335c;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    padding: 22px 24px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
}

.leaderboard-avatar-circle {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #ffffff;
    font-weight: 800;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    flex-shrink: 0;
    line-height: 1;
}

.leaderboard-user-name {
    font-weight: 700;
    color: #ffffff;
    font-size: 12.5px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
    display: inline-block;
    vertical-align: middle;
}

.leaderboard-table-wrapper {
    background: rgba(0, 38, 68, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.leaderboard-table {
    min-width: 460px;
    font-size: 12px;
    margin-bottom: 0;
    width: 100%;
}

.leaderboard-table th,
.leaderboard-table td {
    vertical-align: middle !important;
    padding: 9px 8px;
}

.diag-card-top-bar,
.leaderboard-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.diag-traffic-lights {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    min-width: 0;
}

.diag-traffic-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.diag-traffic-dot.dot-red {
    background-color: #ef4444;
}

.diag-traffic-dot.dot-yellow {
    background-color: #f59e0b;
}

.diag-traffic-dot.dot-green {
    background-color: #10b981;
}

.diag-header-mono {
    font-size: 11.5px;
    font-weight: 700;
    color: #cbd5e1;
    letter-spacing: 0.6px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    margin-left: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.diag-badge-pill-status {
    background: rgba(16, 185, 129, 0.2);
    border: 1.5px solid #10b981;
    color: #34d399;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 4px 14px;
    border-radius: 20px;
    white-space: nowrap;
}

.diag-scores-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 18px;
}

.diag-score-box {
    background-color: #00457a;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 14px 8px;
    text-align: center;
}

.diag-score-box.box-total {
    background-color: #005fa8;
    border: 2px solid #fbbf24;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.diag-score-label {
    font-size: 11px;
    color: #cbd5e1;
    font-weight: 600;
    margin-bottom: 2px;
}

.diag-score-box.box-total .diag-score-label {
    color: #fbbf24;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.diag-score-num {
    font-size: 24px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.15;
}

.diag-score-box.box-total .diag-score-num {
    color: #ffffff;
    font-size: 26px;
}

.diag-score-status {
    font-size: 11px;
    font-weight: 700;
    color: #34d399;
    margin-top: 3px;
}

.diag-score-box.box-total .diag-score-status {
    color: #fbbf24;
    font-weight: 700;
}

.diag-progress-panel {
    background-color: #002644;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 16px;
}

.diag-progress-item {
    margin-bottom: 14px;
}

.diag-progress-item:last-child {
    margin-bottom: 0;
}

.diag-progress-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12.5px;
    margin-bottom: 7px;
}

.diag-progress-subject {
    color: #e2e8f0;
    font-weight: 600;
}

.diag-progress-val {
    color: #ffffff;
    font-weight: 700;
}

.diag-progress-val.val-gold {
    color: #fbbf24;
}

.diag-progress-track {
    width: 100%;
    height: 7px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    overflow: hidden;
}

.diag-progress-fill {
    height: 100%;
    border-radius: 10px;
}

.diag-progress-fill.fill-twk {
    width: 88%;
    background-color: #38bdf8;
}

.diag-progress-fill.fill-tiu {
    width: 92%;
    background-color: #10b981;
}

.diag-progress-fill.fill-tkp {
    width: 95%;
    background-color: #fbbf24;
}

.diag-card-bottom,
.leaderboard-bottom-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    padding-top: 4px;
}

.diag-bottom-dot {
    width: 8px;
    height: 8px;
    background-color: #10b981;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.diag-bottom-link {
    color: #38bdf8;
    font-weight: 600;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.diag-bottom-link:hover {
    color: #7dd3fc;
    text-decoration: underline !important;
}

/* Comparison Table (Screenshot 4) */
.comparison-table-wrapper {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    margin-top: 30px;
}

.table-compare {
    margin: 0;
    width: 100%;
}

.table-compare th {
    background-color: #f8fafc;
    font-size: 13px;
    font-weight: 800;
    color: #1e293b;
    padding: 16px 20px;
    border-bottom: 2px solid #e2e8f0;
}

.table-compare td {
    font-size: 13.5px;
    padding: 16px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #f1f5f9;
}

.table-compare td.col-akses {
    background-color: #f0f9ff;
    color: #0369a1;
    font-weight: 600;
}

/* Urgency CTA Final Banner (Screenshot 3) */
.urgency-cta-section {
    background-color: #005fa8;
    padding: 70px 0 80px 0;
    color: #ffffff;
    text-align: center;
}

.urgency-badge-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(239, 68, 68, 0.25);
    border: 1px solid rgba(239, 68, 68, 0.5);
    color: #fecaca;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 22px;
    border-radius: 30px;
    letter-spacing: 0.3px;
    max-width: 100%;
    text-align: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.urgency-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ef4444;
    display: inline-block;
    margin-right: 10px;
    flex-shrink: 0;
    box-shadow: 0 0 8px #ef4444;
}

.urgency-title {
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    max-width: 800px;
    margin: 0 auto 16px auto;
}

.urgency-subtitle {
    font-size: 15.5px;
    line-height: 1.7;
    color: #f0f7ff;
    max-width: 700px;
    margin: 0 auto 30px auto;
}

.urgency-price-box {
    background-color: #00457a;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    padding: 30px 40px;
    max-width: 480px;
    margin: 0 auto 24px auto;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.btn-cta-gold {
    background-color: #fbbf24;
    color: #0f172a !important;
    font-weight: 800;
    font-size: 16px;
    padding: 14px 32px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.btn-cta-gold:hover {
    background-color: #f59e0b;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.urgency-trust-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 20px;
    color: #cbd5e1;
    font-size: 13px;
}

.trust-item {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.trust-separator {
    color: rgba(255, 255, 255, 0.3);
}

/* Institution Logos Bar */
.institution-bar {
    padding: 30px 0;
    border-top: 1px solid #e2e8f0;
    background: #ffffff;
    text-align: center;
}

.inst-title {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #64748b;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.inst-names {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 20px;
    font-size: 13px;
    font-weight: 800;
    color: #475569;
    letter-spacing: 0.5px;
}

.inst-item {
    display: inline-flex;
    align-items: center;
}

.inst-sep {
    color: #cbd5e1;
}

/* Dedicated Tryout Dark Footer */
.tryout-custom-footer {
    background-color: #00335c;
    color: #94a3b8;
    padding: 70px 0 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13.5px;
}

.tryout-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    text-decoration: none !important;
}

.tryout-footer-logo-icon {
    width: 32px;
    height: 32px;
    background: #0076d0;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
}

.tryout-footer-logo-text {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.3px;
    color: #ffffff;
    line-height: 1;
}

.tryout-footer-logo-text span {
    color: #38bdf8;
}

.tryout-footer-desc {
    color: #94a3b8;
    font-size: 13.5px;
    line-height: 1.65;
    margin-bottom: 18px;
}

.tryout-footer-portal-link {
    color: #38bdf8;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
}

.tryout-footer-portal-link:hover {
    color: #38bdf8;
    text-decoration: underline !important;
}

.tryout-footer-title {
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
}

.tryout-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tryout-footer-list li {
    margin-bottom: 12px;
}

.tryout-footer-list a {
    color: #94a3b8;
    text-decoration: none !important;
    font-size: 13.5px;
    transition: color 0.2s ease;
}

.tryout-footer-list a:hover {
    color: #ffffff;
}

.tryout-footer-contact-item {
    color: #94a3b8;
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 14px;
}

.tryout-footer-wa-highlight {
    color: #38bdf8;
    font-weight: 800;
    font-size: 14px;
    display: block;
    margin-top: 2px;
}

.tryout-footer-social-label {
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #cbd5e1;
}

.tryout-footer-threads-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background-color: #00457a;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 6px 12px;
    border-radius: 8px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s ease;
    margin-right: 4px;
    margin-bottom: 6px;
}

.tryout-footer-threads-btn:hover {
    background-color: #005fa8;
    border-color: #38bdf8;
    color: #38bdf8 !important;
    transform: translateY(-2px);
}

.tryout-footer-social-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background-color: #00457a;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 6px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.tryout-footer-social-icon:hover {
    background-color: #005fa8;
    border-color: #38bdf8;
    transform: translateY(-2px);
    color: #38bdf8 !important;
}

.tryout-footer-bottom-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 55px;
    padding-top: 26px;
}

.tryout-footer-bottom-text {
    color: #64748b;
    font-size: 12.5px;
    line-height: 1.5;
}

/* ===== COMPREHENSIVE RESPONSIVE STYLING ===== */
@media (max-width: 991px) {
    .tryout-hero-section {
        padding: 45px 0 65px 0;
    }

    .hero-heading-title {
        font-size: 30px;
    }

    .filter-outer-wrapper {
        margin-top: -35px;
        margin-bottom: 30px;
    }

    .filter-box-card {
        padding: 20px 18px;
    }

    .filter-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .filter-header-status {
        white-space: normal;
        line-height: 1.35;
    }

    .diagnostic-report-banner {
        padding: 30px 22px;
        border-radius: 18px;
    }

    .diagnostic-report-card {
        padding: 20px 18px;
        border-radius: 16px;
    }

    .diag-card-top-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .diag-badge-pill-status {
        align-self: flex-start;
    }

    .diag-scores-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .stat-number-display {
        font-size: 30px;
    }

    .testi-header-quote {
        font-size: 24px;
    }

    .urgency-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .tryout-top-strip {
        font-size: 10.5px;
        text-align: center;
        padding: 6px 0;
    }

    .tryout-custom-nav {
        padding: 9px 0;
    }

    .tryout-brand-img {
        width: 28px;
        height: 28px;
        margin-right: 8px;
    }

    .tryout-brand-name {
        font-size: 15px;
    }

    .tryout-brand-subtitle {
        font-size: 7px;
        letter-spacing: 0.6px;
    }

    .btn-pilih-paket-nav {
        padding: 6px 12px;
        font-size: 11.5px;
        border-radius: 6px;
    }

    .tryout-hero-section {
        padding: 32px 0 45px 0;
        border-bottom-left-radius: 22px;
        border-bottom-right-radius: 22px;
    }

    .hero-pill-tag {
        font-size: 11.5px;
        padding: 6px 14px;
        border-radius: 20px;
        white-space: normal;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 16px;
    }

    .hero-heading-title {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .hero-subheading {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .hero-check-features {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        font-size: 12px;
    }

    .filter-outer-wrapper {
        margin-top: -25px;
        margin-bottom: 25px;
    }

    .filter-box-card {
        padding: 16px 14px;
        border-radius: 14px;
    }

    .filter-card-header {
        margin-bottom: 14px;
        padding-bottom: 12px;
    }

    .filter-header-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
        margin-right: 10px;
        border-radius: 8px;
    }

    .filter-header-title {
        font-size: 9.5px;
    }

    .filter-header-subtitle {
        font-size: 13.5px;
    }

    .filter-header-status {
        font-size: 11px;
        padding: 6px 10px;
        border-radius: 8px;
        width: 100%;
        line-height: 1.35;
    }

    .filter-field-label {
        font-size: 11.5px;
        margin-bottom: 4px;
    }

    .filter-select-input,
    .filter-text-input {
        height: 40px;
        font-size: 12.5px;
        padding: 6px 10px;
    }

    .search-group-wrapper .filter-text-input {
        padding-left: 32px;
    }

    .search-group-wrapper .search-icon-box {
        font-size: 12px;
        left: 10px;
    }

    .btn-filter-apply {
        height: 40px;
        font-size: 12.5px;
    }

    .btn-filter-clear {
        height: 40px;
        width: 40px;
        font-size: 13px;
        margin-left: 6px;
    }

    .catalog-header-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        margin-bottom: 18px;
    }

    .catalog-main-title {
        font-size: 20px;
        line-height: 1.3;
    }

    .card-tryout-item {
        border-radius: 14px;
    }

    .tryout-card-media {
        height: 165px;
    }

    .tryout-card-body-content {
        padding: 14px 14px 16px 14px;
    }

    .tryout-card-name-title {
        font-size: 14.5px;
        min-height: auto;
        margin-bottom: 10px;
    }

    .specs-info-row {
        font-size: 12px;
        padding: 3px 0;
    }

    .btn-card-action {
        height: 40px;
        font-size: 13px;
    }

    .features-core-section {
        padding: 45px 0 35px 0;
    }

    .feature-core-card {
        padding: 18px 16px;
        border-radius: 14px;
        margin-bottom: 16px;
    }

    .feature-core-icon {
        width: 40px;
        height: 40px;
        font-size: 17px;
        margin-bottom: 12px;
        border-radius: 10px;
    }

    .feature-core-title {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .feature-core-desc {
        font-size: 12.5px;
        line-height: 1.55;
    }

    .diagnostic-report-banner,
    .leaderboard-banner {
        padding: 20px 14px;
        border-radius: 18px;
        margin: 25px 0;
    }

    .leaderboard-title {
        font-size: 20px !important;
        line-height: 1.35 !important;
    }

    .diagnostic-report-card,
    .leaderboard-card {
        padding: 16px 12px;
        border-radius: 16px;
    }

    .leaderboard-btn-cta {
        width: 100%;
        text-align: center;
        justify-content: center;
        display: flex !important;
    }

    .diag-card-top-bar,
    .leaderboard-top-bar {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 8px;
        margin-bottom: 14px;
    }

    .leaderboard-bottom-summary {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 8px;
    }

    .diag-traffic-lights {
        width: 100%;
    }

    .diag-traffic-dot {
        width: 9px;
        height: 9px;
    }

    .diag-header-mono {
        font-size: 9.5px;
        margin-left: 4px;
    }

    .diag-badge-pill-status {
        font-size: 9.5px;
        padding: 4px 10px;
        border-radius: 12px;
        white-space: normal;
        line-height: 1.3;
        align-self: flex-start;
    }

    .diag-scores-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        margin-bottom: 14px;
    }

    .diag-score-box {
        padding: 10px 6px;
        border-radius: 10px;
    }

    .diag-score-label {
        font-size: 10px;
        margin-bottom: 2px;
    }

    .diag-score-num {
        font-size: 19px;
        line-height: 1.1;
    }

    .diag-score-box.box-total .diag-score-num {
        font-size: 21px;
    }

    .diag-score-status {
        font-size: 9.5px;
        margin-top: 2px;
    }

    .diag-progress-panel {
        padding: 12px 10px;
        border-radius: 10px;
        margin-bottom: 12px;
    }

    .diag-progress-item {
        margin-bottom: 12px;
    }

    .diag-progress-meta {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 6px;
        font-size: 11px;
        margin-bottom: 5px;
    }

    .diag-progress-subject {
        font-size: 11px;
        line-height: 1.3;
        flex: 1;
    }

    .diag-progress-val {
        font-size: 10.5px;
        font-weight: 700;
        white-space: nowrap;
        margin-left: 6px;
        text-align: right;
    }

    .diag-progress-track {
        height: 6px;
        border-radius: 6px;
    }

    .diag-card-bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        font-size: 11px;
        line-height: 1.4;
    }

    .diag-bottom-link {
        font-size: 11.5px;
        font-weight: 700;
    }

    .table-compare {
        min-width: 540px;
    }

    .table-compare th {
        font-size: 12px;
        padding: 12px 14px;
    }

    .table-compare td {
        font-size: 12.5px;
        padding: 12px 14px;
    }

    .institution-bar {
        padding: 20px 0;
    }

    .inst-title {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .inst-names {
        gap: 8px 10px;
        font-size: 11.5px;
    }

    .inst-sep {
        display: none;
    }

    .inst-item {
        background: #f1f5f9;
        padding: 4px 10px;
        border-radius: 6px;
        font-size: 11px;
    }

    .stats-highlight-banner {
        padding: 22px 14px;
        border-radius: 16px;
        margin: 25px 0 35px 0;
    }

    .stat-divider-item {
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        padding-bottom: 14px;
        margin-bottom: 14px;
    }

    .stat-block-item {
        padding: 4px 0;
    }

    .stat-number-display {
        font-size: 28px;
        margin-bottom: 4px;
    }

    .stat-label-title {
        font-size: 11px;
        letter-spacing: 0.4px;
        margin-bottom: 2px;
    }

    .stat-label-caption {
        font-size: 11.5px;
    }

    .testimonials-section {
        padding: 40px 0 50px 0;
    }

    .testi-header-small {
        font-size: 11px;
    }

    .testi-header-quote {
        font-size: 18px;
        line-height: 1.35;
        margin-bottom: 10px;
    }

    .testi-card-box {
        padding: 18px 14px;
        border-radius: 14px;
        margin-bottom: 16px;
    }

    .testi-quote-text {
        font-size: 12.5px;
        line-height: 1.6;
        margin-bottom: 14px;
    }

    .score-change-badge {
        flex-direction: column;
        gap: 4px;
        font-size: 11px;
        padding: 8px 10px;
        text-align: center;
        border-radius: 8px;
    }

    .score-arrow {
        display: none;
    }

    .testi-avatar-circle {
        width: 38px;
        height: 38px;
        font-size: 13px;
        margin-right: 10px;
    }

    .testi-user-name {
        font-size: 13px;
    }

    .testi-user-role {
        font-size: 11px;
    }

    .urgency-cta-section {
        padding: 45px 0 55px 0;
    }

    .urgency-badge-tag {
        font-size: 11.5px;
        padding: 6px 14px;
        border-radius: 20px;
        line-height: 1.4;
        margin-bottom: 14px;
    }

    .urgency-badge-dot {
        width: 6px;
        height: 6px;
        margin-right: 8px;
    }

    .urgency-title {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .urgency-subtitle {
        font-size: 12.5px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .urgency-price-box {
        padding: 18px 14px;
        border-radius: 14px;
        max-width: 100%;
        margin-bottom: 18px;
    }

    .urgency-trust-features {
        flex-direction: column;
        gap: 8px;
        font-size: 12px;
    }

    .trust-separator {
        display: none;
    }

    .trust-item {
        white-space: normal;
        text-align: center;
    }

    .btn-cta-gold {
        font-size: 14.5px;
        padding: 12px 18px;
    }

    .tryout-custom-footer {
        padding: 45px 0 25px 0;
    }

    .tryout-footer-title {
        font-size: 12.5px;
        margin-bottom: 12px;
        margin-top: 8px;
    }

    .tryout-footer-desc,
    .tryout-footer-portal-link,
    .tryout-footer-list a,
    .tryout-footer-contact-item {
        font-size: 12.5px;
    }

    .tryout-footer-list li {
        margin-bottom: 9px;
    }

    .tryout-footer-contact-item {
        margin-bottom: 10px;
    }

    .tryout-footer-bottom-divider {
        flex-direction: column;
        gap: 8px;
        text-align: center;
        margin-top: 30px;
        padding-top: 20px;
    }

    .tryout-footer-bottom-text {
        font-size: 11px;
        line-height: 1.45;
    }
}

@media (max-width: 420px) {
    .diag-scores-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }

    .diag-score-box {
        padding: 8px 4px;
    }

    .diag-score-num {
        font-size: 17px;
    }

    .diag-score-box.box-total .diag-score-num {
        font-size: 19px;
    }

    .diag-score-label {
        font-size: 9px;
    }

    .diag-score-status {
        font-size: 9px;
    }
}
