/* ============================================================
   TYYARI Resume Score Checker - Landing Page Styles
   Brand: Deep Teal #083344 + Orange #FF6A00
   ============================================================ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}

html {
    background-color: #083344;
}
html, body.rsc-page {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

.rsc-page {
    --rsc-teal: #083344;
    --rsc-teal-2: #0a4054;
    --rsc-teal-3: #0e5970;
    --rsc-orange: #FF6A00;
    --rsc-orange-soft: #ff8a3d;
    --rsc-orange-light: #fff3e6;
    --rsc-bg: #fafbfc;
    --rsc-card: #ffffff;
    --rsc-text: #15202b;
    --rsc-text-soft: #5b6b78;
    --rsc-border: #e3e8ec;
    --rsc-success: #14a37f;
    --rsc-warning: #d97706;
    --rsc-danger: #dc2626;
    --rsc-shadow: 0 4px 24px rgba(8, 51, 68, 0.08);
    --rsc-shadow-lg: 0 12px 48px rgba(8, 51, 68, 0.15);
    
    /* Main website visual sync variables */
    --t: #083344;
    --tm: #0a3d52;
    --o: #FF6A00;
    --og: #ff8c2a;
    --op: #fff3eb;
    --bg: #F5F8FA;
    --tx: #0d2030;
    --mu: #5a7a8a;
    --bd: #dce8ed;
    --w: #fff;
}

.rsc-main {
    color: var(--rsc-text);
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

.rsc-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.rsc-section-title {
    font-size: 32px;
    color: var(--rsc-teal);
    text-align: center;
    margin: 0 0 40px;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.rsc-section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--rsc-orange);
    margin: 14px auto 0;
    border-radius: 2px;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.rsc-hero {
    position: relative;
    background: linear-gradient(135deg, var(--rsc-teal) 0%, var(--rsc-teal-3) 100%);
    color: #fff;
    padding: 80px 0 120px;
    overflow: hidden;
}
.rsc-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(255, 106, 0, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 60%, rgba(255, 138, 61, 0.12) 0%, transparent 45%);
    pointer-events: none;
}
.rsc-hero-content {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}

.rsc-badge {
    display: inline-block;
    background: rgba(255, 106, 0, 0.15);
    color: var(--rsc-orange);
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 106, 0, 0.3);
    margin-bottom: 22px;
}

.rsc-hero h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin: 0 0 22px;
    color: #fff;
}
.rsc-hero h1 span {
    color: var(--rsc-orange);
    display: inline-block;
    position: relative;
}

.rsc-hero-sub {
    font-size: 19px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 36px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.rsc-trust-row {
    display: flex;
    justify-content: center;
    gap: 36px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}
.rsc-trust-item {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}
.rsc-trust-item strong {
    display: block;
    color: var(--rsc-orange);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2px;
}

.rsc-cta-btn {
    display: inline-block;
    background: var(--rsc-orange);
    color: #fff !important;
    padding: 18px 38px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    transition: all 0.2s ease;
    box-shadow: 0 6px 20px rgba(255, 106, 0, 0.4);
}
.rsc-cta-btn:hover {
    background: var(--rsc-orange-soft);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 106, 0, 0.5);
    text-decoration: none;
}
.rsc-pulse {
    animation: rscPulse 2.5s ease-in-out infinite;
}
@keyframes rscPulse {
    0%, 100% { box-shadow: 0 6px 20px rgba(255, 106, 0, 0.4); }
    50% { box-shadow: 0 6px 20px rgba(255, 106, 0, 0.4), 0 0 0 12px rgba(255, 106, 0, 0); }
}

.rsc-hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    line-height: 0;
    pointer-events: none;
}
.rsc-hero-wave svg {
    display: block;
    width: 100%;
    height: 80px;
}

/* ============================================================
   FEATURES BAR
   ============================================================ */
.rsc-features {
    padding: 70px 0;
    background: #fff;
}
.rsc-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 28px;
}
.rsc-feature {
    text-align: center;
    padding: 24px 16px;
    border-radius: 12px;
    transition: all 0.2s ease;
}
.rsc-feature:hover {
    background: var(--rsc-bg);
    transform: translateY(-3px);
}
.rsc-feature-icon {
    font-size: 44px;
    margin-bottom: 14px;
}
.rsc-feature h3 {
    color: var(--rsc-teal);
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
}
.rsc-feature p {
    color: var(--rsc-text-soft);
    margin: 0;
    font-size: 14px;
}

/* ============================================================
   FORM SECTION
   ============================================================ */
.rsc-form-section {
    padding: 30px 0 80px;
    background: var(--rsc-bg);
}
.rsc-form-wrap {
    max-width: 760px;
    margin: 0 auto;
    background: var(--rsc-card);
    border-radius: 16px;
    box-shadow: var(--rsc-shadow-lg);
    padding: 40px;
    border: 1px solid var(--rsc-border);
}
.rsc-form-header {
    text-align: center;
    margin-bottom: 30px;
}
.rsc-form-header h2 {
    color: var(--rsc-teal);
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 700;
}
.rsc-form-header p {
    color: var(--rsc-text-soft);
    margin: 0;
    font-size: 15px;
}

.rsc-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 24px;
}
.rsc-field {
    display: flex;
    flex-direction: column;
}
.rsc-field-full {
    grid-column: 1 / -1;
}
.rsc-field label {
    font-size: 13px;
    font-weight: 600;
    color: var(--rsc-text);
    margin-bottom: 6px;
}
.rsc-field label span {
    color: var(--rsc-orange);
}
.rsc-field input,
.rsc-field select {
    padding: 12px 14px;
    border: 1.5px solid var(--rsc-border);
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    color: var(--rsc-text);
    background: #fff;
    transition: border-color 0.15s ease;
}
.rsc-field input:focus,
.rsc-field select:focus {
    outline: none;
    border-color: var(--rsc-orange);
    box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.12);
}

/* File upload */
.rsc-upload-wrap {
    margin-bottom: 22px;
}
.rsc-upload-label {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    border: 2px dashed var(--rsc-border);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: var(--rsc-bg);
}
.rsc-upload-label:hover {
    border-color: var(--rsc-orange);
    background: var(--rsc-orange-light);
}
.rsc-upload-label.has-file {
    border-color: var(--rsc-success);
    background: #e8f8f1;
}
.rsc-upload-icon {
    font-size: 40px;
    flex-shrink: 0;
}
.rsc-upload-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}
.rsc-upload-text strong {
    color: var(--rsc-teal);
    font-size: 16px;
    font-weight: 600;
}
.rsc-upload-text span {
    color: var(--rsc-text-soft);
    font-size: 13px;
}
.rsc-file-info {
    margin-top: 10px;
    padding: 10px 14px;
    background: var(--rsc-orange-light);
    border-radius: 8px;
    font-size: 13px;
    color: var(--rsc-teal);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rsc-file-info button {
    background: none;
    border: none;
    color: var(--rsc-danger);
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}

/* Consent */
.rsc-consent {
    margin-bottom: 22px;
    padding: 16px 18px;
    background: var(--rsc-bg);
    border-radius: 10px;
    border-left: 3px solid var(--rsc-orange);
}
.rsc-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 14px;
    color: var(--rsc-text);
    line-height: 1.5;
}
.rsc-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: var(--rsc-orange);
    cursor: pointer;
}

/* Submit */
.rsc-submit-btn {
    width: 100%;
    background: var(--rsc-orange);
    color: #fff;
    border: none;
    padding: 18px 24px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
    box-shadow: 0 4px 14px rgba(255, 106, 0, 0.3);
}
.rsc-submit-btn:hover:not(:disabled) {
    background: var(--rsc-orange-soft);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(255, 106, 0, 0.4);
}
.rsc-submit-btn:disabled {
    background: var(--rsc-text-soft);
    cursor: wait;
    opacity: 0.8;
}

.rsc-error {
    margin-top: 16px;
    padding: 12px 16px;
    background: #fee8e8;
    border-left: 3px solid var(--rsc-danger);
    color: var(--rsc-danger);
    border-radius: 8px;
    font-size: 14px;
}

.rsc-privacy {
    margin-top: 16px;
    text-align: center;
    font-size: 12px;
    color: var(--rsc-text-soft);
}

/* ============================================================
   REPORT SECTION
   ============================================================ */
.rsc-report-section {
    padding: 60px 0;
    background: var(--rsc-bg);
}
.rsc-report {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--rsc-shadow-lg);
    overflow: hidden;
}
.rsc-report-header {
    background: linear-gradient(135deg, var(--rsc-teal) 0%, var(--rsc-teal-3) 100%);
    color: #fff;
    padding: 36px 40px;
    text-align: center;
}
.rsc-report-header h2 {
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 700;
}
.rsc-report-header p { margin: 0; opacity: 0.85; font-size: 15px; }

.rsc-overall-score {
    background: #fff;
    margin: -50px auto 0;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: var(--rsc-shadow-lg);
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
}
.rsc-overall-score .num {
    font-size: 56px;
    font-weight: 800;
    line-height: 1;
    color: var(--rsc-teal);
}
.rsc-overall-score .label {
    font-size: 12px;
    color: var(--rsc-text-soft);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 6px;
}

.rsc-report-body { padding: 30px 40px 40px; }

.rsc-score-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 28px 0 36px;
}
.rsc-score-card {
    background: var(--rsc-bg);
    padding: 18px;
    border-radius: 12px;
    text-align: center;
    border-top: 3px solid var(--rsc-orange);
}
.rsc-score-card .label {
    font-size: 12px;
    color: var(--rsc-text-soft);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 6px;
}
.rsc-score-card .num {
    font-size: 30px;
    font-weight: 800;
    color: var(--rsc-teal);
    line-height: 1;
}
.rsc-score-card .bar {
    height: 4px;
    background: var(--rsc-border);
    border-radius: 2px;
    margin-top: 10px;
    overflow: hidden;
}
.rsc-score-card .bar-fill {
    height: 100%;
    border-radius: 2px;
    background: var(--rsc-orange);
    transition: width 0.6s ease;
}

.rsc-report-section-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--rsc-teal);
    margin: 26px 0 14px;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--rsc-orange);
    display: inline-block;
}

.rsc-bullet-list {
    margin: 0 0 22px;
    padding-left: 22px;
    line-height: 1.75;
}
.rsc-bullet-list li { margin-bottom: 6px; color: var(--rsc-text); }

.rsc-summary {
    background: var(--rsc-orange-light);
    padding: 18px 22px;
    border-radius: 10px;
    margin-bottom: 26px;
    border-left: 4px solid var(--rsc-orange);
    line-height: 1.65;
    color: var(--rsc-teal);
    font-size: 15px;
}

.rsc-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
}
.rsc-chip {
    background: var(--rsc-bg);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 13px;
    color: var(--rsc-teal);
    border: 1px solid var(--rsc-border);
}
.rsc-chip-warn {
    background: #fff4e1;
    color: var(--rsc-warning);
    border-color: rgba(217, 119, 6, 0.25);
}

/* Matched Jobs */
.rsc-jobs-grid {
    display: grid;
    gap: 14px;
    margin-top: 16px;
}
.rsc-job-card {
    background: #fff;
    border: 1.5px solid var(--rsc-border);
    border-radius: 12px;
    padding: 20px 22px;
    transition: all 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    flex-wrap: wrap;
}
.rsc-job-card:hover {
    border-color: var(--rsc-orange);
    box-shadow: 0 6px 18px rgba(255, 106, 0, 0.1);
    transform: translateY(-2px);
}
.rsc-job-info { flex: 1; min-width: 220px; }
.rsc-job-info h4 {
    margin: 0 0 6px;
    color: var(--rsc-teal);
    font-size: 17px;
    font-weight: 700;
}
.rsc-job-meta {
    color: var(--rsc-text-soft);
    font-size: 13px;
    margin-bottom: 8px;
}
.rsc-job-meta span { margin-right: 14px; }
.rsc-job-desc {
    color: var(--rsc-text);
    font-size: 13px;
    line-height: 1.5;
}
.rsc-job-apply {
    background: var(--rsc-orange);
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    transition: all 0.15s ease;
}
.rsc-job-apply:hover { background: var(--rsc-orange-soft); text-decoration: none; }

.rsc-no-jobs {
    text-align: center;
    padding: 28px 20px;
    background: var(--rsc-bg);
    border-radius: 10px;
    color: var(--rsc-text-soft);
    font-size: 14px;
}

.rsc-report-cta {
    margin-top: 36px;
    padding: 26px;
    background: linear-gradient(135deg, var(--rsc-teal) 0%, var(--rsc-teal-3) 100%);
    border-radius: 12px;
    text-align: center;
    color: #fff;
}
.rsc-report-cta h3 { margin: 0 0 10px; font-size: 20px; }
.rsc-report-cta p { margin: 0 0 18px; opacity: 0.9; font-size: 15px; }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.rsc-how {
    padding: 70px 0;
    background: #fff;
}
.rsc-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 24px;
}
.rsc-step {
    text-align: center;
    padding: 28px 18px;
    background: var(--rsc-bg);
    border-radius: 14px;
    position: relative;
}
.rsc-step-num {
    width: 46px;
    height: 46px;
    background: var(--rsc-orange);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-weight: 700;
    font-size: 19px;
    box-shadow: 0 4px 12px rgba(255, 106, 0, 0.35);
}
.rsc-step h3 {
    color: var(--rsc-teal);
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 700;
}
.rsc-step p {
    color: var(--rsc-text-soft);
    margin: 0;
    font-size: 14px;
}

/* ============================================================
   FAQ
   ============================================================ */
.rsc-faq {
    padding: 70px 0;
    background: var(--rsc-bg);
}
.rsc-faq-list {
    max-width: 800px;
    margin: 0 auto;
}
.rsc-faq-item {
    background: #fff;
    border: 1px solid var(--rsc-border);
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 0;
    overflow: hidden;
    transition: all 0.2s ease;
}
.rsc-faq-item[open] {
    border-color: var(--rsc-orange);
    box-shadow: 0 4px 14px rgba(255, 106, 0, 0.08);
}
.rsc-faq-item summary {
    padding: 18px 24px;
    cursor: pointer;
    font-weight: 600;
    color: var(--rsc-teal);
    font-size: 16px;
    list-style: none;
    position: relative;
    padding-right: 50px;
}
.rsc-faq-item summary::-webkit-details-marker { display: none; }
.rsc-faq-item summary::after {
    content: '+';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 300;
    color: var(--rsc-orange);
    transition: transform 0.2s ease;
}
.rsc-faq-item[open] summary::after {
    content: '−';
}
.rsc-faq-item p {
    padding: 0 24px 18px;
    margin: 0;
    color: var(--rsc-text);
    line-height: 1.65;
    font-size: 15px;
}

/* ============================================================
   RESPONSIVE / MOBILE
   ============================================================ */
@media (max-width: 768px) {
    .rsc-hero { padding: 60px 0 90px; }
    .rsc-hero h1 { font-size: 36px; letter-spacing: -0.5px; }
    .rsc-hero-sub { font-size: 16px; }
    .rsc-trust-row { gap: 24px; }
    .rsc-trust-item strong { font-size: 19px; }
    .rsc-cta-btn { padding: 15px 30px; font-size: 15px; }

    .rsc-features { padding: 50px 0; }

    .rsc-form-wrap { padding: 26px 22px; }
    .rsc-form-header h2 { font-size: 22px; }
    .rsc-form-grid { grid-template-columns: 1fr; gap: 14px; }

    .rsc-upload-label { padding: 18px 16px; gap: 14px; }
    .rsc-upload-icon { font-size: 32px; }
    .rsc-upload-text strong { font-size: 15px; }

    .rsc-section-title { font-size: 24px; margin-bottom: 28px; }

    .rsc-report-header { padding: 28px 22px; }
    .rsc-report-header h2 { font-size: 21px; }
    .rsc-overall-score { width: 130px; height: 130px; margin-top: -42px; }
    .rsc-overall-score .num { font-size: 44px; }
    .rsc-report-body { padding: 22px; }
    .rsc-score-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .rsc-score-card .num { font-size: 24px; }

    .rsc-how { padding: 50px 0; }
    .rsc-faq { padding: 50px 0; }
    .rsc-faq-item summary { padding: 15px 50px 15px 18px; font-size: 15px; }
    .rsc-faq-item p { padding: 0 18px 15px; font-size: 14px; }

    .rsc-job-card { padding: 16px 18px; }
    .rsc-job-apply { width: 100%; text-align: center; }
}

@media (max-width: 480px) {
    .rsc-hero h1 { font-size: 30px; }
    .rsc-trust-row { gap: 18px; }
}

/* NAVBAR STYLES FOR CONSISTENCY */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0;
    transition: all 0.35s;
    background: rgba(8,51,68,.97);
    backdrop-filter: blur(20px);
    box-shadow: 0 1px 0 rgba(255,255,255,.06),0 4px 32px rgba(0,0,0,.25);
}
.nb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
}
.nl img {
    height: 36px;
    width: auto;
    transition: transform .3s;
}
.nl img:hover {
    transform: scale(1.04);
}
.nm {
    display: flex;
    align-items: center;
    gap: 4px;
}
.nm a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,.8);
    padding: 8px 13px;
    border-radius: 7px;
    transition: all .2s;
    text-decoration: none !important;
}
.nm a:hover, .nm a.act {
    color: #fff;
    background: rgba(255,255,255,.09);
}
.ncta {
    background: var(--rsc-orange) !important;
    color: #fff !important;
    padding: 9px 22px !important;
    box-shadow: 0 4px 16px rgba(255,106,0,.3);
}
.ncta:hover {
    background: var(--rsc-orange-soft) !important;
    box-shadow: 0 6px 24px rgba(255,106,0,.4) !important;
    transform: translateY(-1px);
}
.nh {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 6px;
}
.nh span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all .3s;
}

@keyframes fccGlow {
    0%, 100% {
        text-shadow: 0 0 6px rgba(255,106,0,.65), 0 0 12px rgba(255,106,0,.3);
        opacity: 1;
    }
    50% {
        text-shadow: 0 0 12px rgba(255,106,0,.95), 0 0 22px rgba(255,106,0,.55), 0 0 34px rgba(255,106,0,.2);
        opacity: .88;
    }
}
.nav-fcc {
    animation: fccGlow 2.2s ease-in-out infinite;
    color: var(--rsc-orange) !important;
    font-weight: 800 !important;
    letter-spacing: .2px;
}

/* Page spacing for fixed navbar */
body.rsc-page {
    padding-top: 54px;
}

@media(max-width:768px) {
    .nm {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        background: #041e28;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
        z-index: 10000;
        padding: 20px 0;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        display: flex !important;
        transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
        transform: translateY(-15px);
    }
    .nm.open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }
    .nm a {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 700;
        padding: 14px 24px;
        color: rgba(255,255,255,.85);
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,.07);
        transition: background .2s, color .2s;
        display: block;
        max-width: 100%;
    }
    .nm a:active {
        color: var(--rsc-orange);
        background: rgba(255,106,0,.1);
    }
    .nm .ncta {
        background: var(--rsc-orange) !important;
        color: #fff !important;
        margin: 22px 24px 0;
        border-radius: 10px;
        border-bottom: none !important;
        width: calc(100% - 48px);
        box-shadow: 0 4px 18px rgba(255,106,0,.4);
    }
    .nh {
        display: flex;
        z-index: 10001;
        position: relative;
    }
    body.body-lock {
        overflow: hidden !important;
        height: 100vh !important;
    }
}

/* FOOTER STYLES FOR CONSISTENCY */
.ft {
    background: #041e28;
    padding: 56px 0 24px;
    color: rgba(255,255,255,.6);
}
.fgrid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 44px;
}
.fb img {
    height: 48px;
    margin-bottom: 16px;
}
.fb p {
    font-size: 13px;
    color: rgba(255,255,255,.45);
    line-height: 1.75;
    max-width: 290px;
}
.fso {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.fsb {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.55);
    font-size: 13px;
    font-weight: 800;
    transition: all .3s;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}
.fsb:hover {
    background: var(--rsc-orange);
    border-color: var(--rsc-orange);
    color: #fff;
    transform: translateY(-3px);
}
.fc h5 {
    font-size: 11px;
    font-weight: 800;
    color: rgba(255,255,255,.9);
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 18px;
    font-family: 'Montserrat', sans-serif;
}
.fc ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.fc ul li a {
    font-size: 13px;
    color: rgba(255,255,255,.45);
    transition: color .2s;
    text-decoration: none;
}
.fc ul li a:hover {
    color: var(--rsc-orange);
}
.fbot {
    border-top: 1px solid rgba(255,255,255,.06);
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.fbot p, .fbot span {
    font-size: 12px;
    color: rgba(255,255,255,.3);
    margin: 0;
}

/* WHATSAPP FLOAT BUTTON STYLES */
.waf {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 998;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .3s;
}
.war {
    position: absolute;
    right: 0;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 2px solid rgba(37,211,102,.4);
    animation: ripple 2.2s ease-out infinite;
}
.war2 {
    position: absolute;
    right: 0;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 2px solid rgba(37,211,102,.22);
    animation: ripple 2.2s ease-out infinite .7s;
}
.wac {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg,#25d366,#1aad52);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 28px rgba(37,211,102,.5);
    position: relative;
    z-index: 2;
    transition: all .3s;
    flex-shrink: 0;
}
.wac:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 36px rgba(37,211,102,.6);
}
.wai {
    width: 26px;
    height: 26px;
    fill: #fff;
}
.wal {
    background: var(--rsc-teal);
    color: #fff;
    padding: 10px 18px 10px 20px;
    border-radius: 50px 0 0 50px;
    margin-right: -4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    letter-spacing: .3px;
    opacity: 0;
    transform: translateX(10px);
    pointer-events: none;
    transition: all .3s;
    box-shadow: -4px 0 20px rgba(0,0,0,.15);
    border: 1px solid rgba(255,255,255,.06);
    border-right: none;
}
.wal span {
    display: block;
    font-size: 10px;
    color: rgba(255,255,255,.5);
    font-weight: 500;
    margin-top: 1px;
}
.waf:hover .wal {
    opacity: 1;
    transform: translateX(0);
}
.sct {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 997;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--rsc-teal);
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    box-shadow: var(--rsc-shadow);
    transition: all .3s;
    text-decoration: none;
}
.sct.show {
    display: flex;
}
.sct:hover {
    background: var(--rsc-orange);
    transform: translateY(-3px);
    color: #fff;
}

@keyframes ripple {
    0% { transform: scale(1); opacity: .6; }
    100% { transform: scale(2.4); opacity: 0; }
}

@media(max-width:768px) {
    .fgrid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    }
}

/* ============================================================
   TICKER BAR & PREMIUM DASHBOARD SCORESHEET STYLES
   ============================================================ */
.rsc-ticker-bar {
    background: linear-gradient(90deg, #FF6A00 0%, #ff8c2a 100%);
    color: #ffffff;
    overflow: hidden;
    padding: 8.5px 0;
    font-size: 13px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    border-bottom: 2.5px solid rgba(0,0,0,0.06);
    z-index: 99;
    position: relative;
    box-shadow: 0 2px 8px rgba(255, 106, 0, 0.15);
}
.rsc-ticker-track {
    width: 100%;
    overflow: hidden;
}
.rsc-ticker-content {
    display: inline-block;
    white-space: nowrap;
    animation: rscTickerScroll 30s linear infinite;
    padding-left: 10%;
}
.rsc-ticker-content span {
    display: inline-block;
    padding-right: 60px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.rsc-ticker-content span b {
    font-weight: 850;
    background: rgba(255, 255, 255, 0.22);
    padding: 2px 6px;
    border-radius: 4px;
    margin: 0 2px;
}
@keyframes rscTickerScroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
}

/* Premium Dashboard Container */
.rsc-report-header-premium {
    background: linear-gradient(135deg, var(--rsc-teal) 0%, var(--rsc-teal-2) 100%);
    color: #fff;
    padding: 45px 40px;
    text-align: center;
    border-bottom: 4px solid var(--rsc-orange);
    position: relative;
}
.rsc-report-header-premium::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 10% 20%, rgba(255,106,0,0.08) 0%, transparent 40%);
    pointer-events: none;
}
.rsc-premium-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.rsc-report-header-premium h2 {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 10px 0;
    letter-spacing: -0.5px;
    font-family: 'Montserrat', sans-serif;
}
.rsc-report-header-premium p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.rsc-report-body-premium {
    padding: 40px;
    background: #f8fafc;
}

.rsc-top-dashboard-row {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

/* Overall Score Widget */
.rsc-overall-score-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ffffff;
    border: 1px solid var(--rsc-border);
    border-radius: 16px;
    padding: 30px 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.rsc-score-ring {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: conic-gradient(var(--rsc-orange) 0%, var(--rsc-border) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: inset 0 0 0 8px #ffffff;
}
.rsc-score-ring-value {
    font-size: 48px;
    font-weight: 900;
    color: var(--rsc-teal);
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    z-index: 2;
}
.rsc-score-ring-label {
    font-size: 11px;
    color: var(--rsc-text-soft);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 2px;
    z-index: 2;
}
.rsc-score-ring::after {
    content: '';
    position: absolute;
    width: 122px;
    height: 122px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 1;
}

.rsc-score-badge {
    margin-top: 20px;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.rsc-status-excellent { background: #e6f7f0; color: #0d8a57; border: 1px solid rgba(13,138,87,0.15); }
.rsc-status-good { background: #fff4e5; color: #d97706; border: 1px solid rgba(217,119,6,0.15); }
.rsc-status-poor { background: #fef2f2; color: #dc2626; border: 1px solid rgba(220,38,38,0.15); }

.rsc-score-desc {
    margin-top: 15px;
    font-size: 12px;
    color: var(--rsc-text-soft);
    line-height: 1.5;
}

/* Subscores Grid Dashboard */
.rsc-subscores-dashboard {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.rsc-premium-score-card {
    background: #ffffff;
    border: 1px solid var(--rsc-border);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s ease;
}
.rsc-premium-score-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(8,51,68,0.05);
}
.rsc-score-card-hdr {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.rsc-score-icon {
    font-size: 20px;
}
.rsc-score-label {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--rsc-text-soft);
}
.rsc-score-card-val {
    font-size: 36px;
    font-weight: 800;
    color: var(--rsc-teal);
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
}
.rsc-score-card-val .pct {
    font-size: 16px;
    font-weight: 600;
    color: var(--rsc-text-soft);
    margin-left: 2px;
}
.rsc-score-card-bar-wrap {
    height: 6px;
    background: #eef2f6;
    border-radius: 10px;
    margin-top: 15px;
    overflow: hidden;
}
.rsc-premium-score-card.excellent { border-left: 4px solid #10b981; }
.rsc-premium-score-card.good { border-left: 4px solid #f59e0b; }
.rsc-premium-score-card.poor { border-left: 4px solid #ef4444; }

/* Premium Cards */
.rsc-premium-card {
    background: #ffffff;
    border: 1px solid var(--rsc-border);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.rsc-card-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--rsc-teal);
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--rsc-border);
    display: flex;
    align-items: center;
    gap: 8px;
}
.rsc-card-subtitle {
    font-size: 14px;
    color: var(--rsc-text-soft);
    margin-top: -10px;
    margin-bottom: 20px;
}
.rsc-summary-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--rsc-text);
}

/* Split Lists Layout */
.rsc-analysis-split, .rsc-checklist-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.rsc-analysis-col h4, .rsc-checklist-col h4 {
    font-size: 14.5px;
    font-weight: 800;
    color: var(--rsc-teal);
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.rsc-analysis-col.strengths {
    background: #f0fdf4;
    border: 1px solid rgba(16, 185, 129, 0.15);
    border-radius: 12px;
    padding: 20px;
}
.rsc-analysis-col.improvements {
    background: #fffbeb;
    border: 1px solid rgba(245, 158, 11, 0.15);
    border-radius: 12px;
    padding: 20px;
}
.rsc-premium-bullet-list {
    margin: 0;
    padding-left: 20px;
    line-height: 1.7;
}
.rsc-premium-bullet-list li {
    margin-bottom: 8px;
    font-size: 13.5px;
    color: var(--rsc-text);
}
.rsc-premium-bullet-list li:last-child {
    margin-bottom: 0;
}
.rsc-no-issues {
    background: #f0fdf4;
    color: #065f46;
    border: 1px dashed rgba(16, 185, 129, 0.3);
    padding: 14px;
    border-radius: 8px;
    font-size: 13px;
    margin: 0;
}

/* Skills Gap styling */
.rsc-premium-chip {
    background: #f1f5f9;
    color: #334155;
    border: 1px solid #e2e8f0;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.2s ease;
}
.rsc-premium-chip:hover {
    background: var(--rsc-orange-light);
    color: var(--rsc-orange);
    border-color: rgba(255,106,0,0.2);
}
.rsc-skills-perfect {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
    padding: 16px;
    border-radius: 10px;
    font-size: 14px;
    margin: 0;
}

/* Recommended Jobs styling */
.rsc-premium-jobs-grid {
    display: grid;
    gap: 16px;
}
.rsc-premium-job-card {
    background: #ffffff;
    border: 1.5px solid var(--rsc-border);
    border-radius: 12px;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    transition: all 0.2s ease;
}
.rsc-premium-job-card:hover {
    border-color: var(--rsc-orange);
    box-shadow: 0 4px 15px rgba(255,106,0,0.06);
    transform: translateY(-1px);
}
.rsc-premium-job-info h4 {
    margin: 0 0 6px 0;
    font-size: 16.5px;
    font-weight: 800;
    color: var(--rsc-teal);
}
.rsc-premium-job-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 8px;
    font-size: 12.5px;
    color: var(--rsc-text-soft);
}
.rsc-premium-job-desc {
    font-size: 13px;
    line-height: 1.5;
    color: var(--rsc-text);
}
.rsc-premium-job-apply {
    background: var(--rsc-orange);
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 13.5px;
    white-space: nowrap;
    text-decoration: none !important;
    transition: all 0.2s ease;
}
.rsc-premium-job-apply:hover {
    background: var(--rsc-orange-soft);
    transform: translateY(-1px);
}

/* CTA Card styling */
.rsc-premium-cta-card {
    background: linear-gradient(135deg, var(--rsc-teal) 0%, var(--rsc-teal-2) 100%);
    border-radius: 16px;
    padding: 35px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(8,51,68,0.15);
}
.rsc-premium-cta-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 90% 80%, rgba(255,106,0,0.15) 0%, transparent 50%);
    pointer-events: none;
}
.rsc-cta-content h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 10px 0;
    font-family: 'Montserrat', sans-serif;
}
.rsc-cta-content p {
    font-size: 14.5px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    margin: 0;
}
.rsc-premium-cta-btn {
    background: #25d366;
    color: #ffffff !important;
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: 800;
    font-size: 15px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
    box-shadow: 0 6px 20px rgba(37,211,102,0.3);
    white-space: nowrap;
    z-index: 2;
}
.rsc-premium-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(37,211,102,0.4);
}
.rsc-wa-icon {
    width: 20px;
    height: 20px;
}

/* RESPONSIVE DESIGN ADJUSTMENTS */
@media (max-width: 900px) {
    .rsc-top-dashboard-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .rsc-overall-score-card {
        padding: 24px;
    }
}
@media (max-width: 768px) {
    .rsc-report-header-premium {
        padding: 30px 20px;
    }
    .rsc-report-header-premium h2 {
        font-size: 24px;
    }
    .rsc-report-body-premium {
        padding: 20px;
    }
    .rsc-subscores-dashboard {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .rsc-analysis-split, .rsc-checklist-split {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .rsc-premium-job-card {
        flex-direction: column;
        align-items: stretch;
        padding: 18px;
    }
    .rsc-premium-job-apply {
        text-align: center;
        width: 100%;
    }
    .rsc-premium-cta-card {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }
    .rsc-premium-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================================
   UPGRADED PROFESSIONAL SCORE OUTPUT & GRAMMAR CSS
   ============================================================ */

/* Animated SVG circular overall score gauge */
.rsc-score-ring.gauge-active {
    background: transparent !important;
    box-shadow: none !important;
}
.rsc-score-ring.gauge-active::after {
    display: none !important;
}
.rsc-score-ring-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
    transform: rotate(-90deg);
    z-index: 1;
}
.rsc-score-ring-track {
    fill: none;
    stroke: #e2e8f0;
    stroke-width: 10;
}
.rsc-score-ring-fill {
    fill: none;
    stroke-width: 10;
    stroke-linecap: round;
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
    transition: stroke-dashoffset 1.5s cubic-bezier(0.1, 0.9, 0.2, 1);
}
.rsc-score-ring-fill.excellent-stroke { stroke: #10b981; }
.rsc-score-ring-fill.good-stroke { stroke: #f59e0b; }
.rsc-score-ring-fill.poor-stroke { stroke: #ef4444; }

/* Subscore benchmark metrics */
.rsc-score-card-benchmark-info {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    margin-top: 8px;
    font-weight: 600;
    color: var(--rsc-text-soft);
}
.rsc-score-card-benchmark-info span.benchmark-label {
    color: var(--rsc-orange);
}

/* Grammatical Analysis section styles */
.rsc-grammar-card {
    background: #ffffff;
    border: 1px solid var(--rsc-border);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.rsc-grammar-table-wrap {
    overflow-x: auto;
    width: 100%;
    margin-top: 15px;
}
.rsc-grammar-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--rsc-border);
}
.rsc-grammar-table th {
    background: #f8fafc;
    color: var(--rsc-teal);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 16px;
    text-align: left;
    border-bottom: 2px solid var(--rsc-border);
}
.rsc-grammar-table td {
    padding: 14px 16px;
    font-size: 13.5px;
    color: var(--rsc-text);
    border-bottom: 1px solid var(--rsc-border);
    vertical-align: top;
    line-height: 1.5;
}
.rsc-grammar-table tr:last-child td {
    border-bottom: none;
}
.rsc-grammar-original {
    background-color: #fef2f2;
    color: #991b1b;
    text-decoration: line-through;
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid rgba(153, 27, 27, 0.1);
    font-family: inherit;
    font-size: 13px;
    word-break: break-word;
    display: inline-block;
}
.rsc-grammar-corrected {
    background-color: #f0fdf4;
    color: #166534;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid rgba(22, 101, 52, 0.1);
    font-family: inherit;
    font-size: 13px;
    word-break: break-word;
    display: inline-block;
}
.rsc-grammar-explanation {
    color: #475569;
    font-size: 13px;
    line-height: 1.45;
}
.rsc-grammar-success {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border: 1px solid #bbf7d0;
    padding: 24px;
    border-radius: 16px;
    color: #15803d;
    margin-top: 15px;
}
.rsc-grammar-success-icon {
    font-size: 36px;
    line-height: 1;
}
.rsc-grammar-success-text h4 {
    margin: 0 0 6px 0;
    font-size: 17px;
    font-weight: 700;
    color: #14532d;
}
.rsc-grammar-success-text p {
    margin: 0;
    font-size: 14px;
    color: #166534;
    line-height: 1.5;
}

/* ============================================================
   TYYARI WHATSAPP CHANNEL & GAMIFIED SHARE ELEMENT STYLING
   ============================================================ */

/* WhatsApp Channel promo section on homepage & Free CV Check */
.rsc-wa-channel-promo {
    background: #fff;
    padding: 35px 0 15px 0;
}
.rsc-wa-channel-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #071e26 0%, #0d3a4a 100%);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 20px;
    padding: 30px 40px;
    color: #fff;
    gap: 30px;
    box-shadow: 0 10px 30px rgba(8,51,68,0.05);
}
.rsc-wa-channel-info {
    flex: 1;
}
.rsc-wa-badge {
    display: inline-block;
    background: rgba(37,211,102,0.15);
    color: #25d366;
    border: 1px solid rgba(37,211,102,0.3);
    font-size: 10px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}
.rsc-wa-channel-info h3 {
    font-size: 21px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 8px 0;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.3px;
}
.rsc-wa-channel-info p {
    font-size: 13.5px;
    color: #a3c4d0;
    margin: 0;
    line-height: 1.55;
}
.rsc-wa-channel-btn {
    display: inline-flex;
    align-items: center;
    background: #25d366;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 800;
    padding: 13px 26px;
    border-radius: 9px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(37,211,102,0.3);
    flex-shrink: 0;
    text-decoration: none;
}
.rsc-wa-channel-btn:hover {
    background: #20ba59;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(37,211,102,0.45);
    color: #fff !important;
}

/* Green Pulsing button animations */
@keyframes rscWaPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 6px 20px rgba(37,211,102,0.3);
    }
    50% {
        transform: scale(1.03);
        box-shadow: 0 6px 28px rgba(37,211,102,0.5);
    }
}
.rsc-wa-glow-btn {
    animation: rscWaPulse 2.4s infinite ease-in-out;
}

/* Gamified Share & Challenge Section */
.rsc-share-challenge-card {
    background: linear-gradient(135deg, #071e26 0%, #030e12 100%);
    border: 1px solid rgba(255,255,255,0.06);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
.rsc-share-challenge-card::before {
    content: '';
    position: absolute;
    top: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,106,0,0.07) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.rsc-challenge-header {
    margin-bottom: 24px;
}
.rsc-challenge-tag {
    display: inline-block;
    background: rgba(255,106,0,0.15);
    color: var(--rsc-orange);
    border: 1px solid rgba(255,106,0,0.3);
    font-size: 10px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.rsc-challenge-header h3 {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 10px 0;
    font-family: 'Montserrat', sans-serif;
}
.rsc-challenge-header p {
    font-size: 14px;
    color: #a3c4d0;
    margin: 0;
    line-height: 1.6;
}
.rsc-challenge-header p strong {
    color: var(--rsc-orange);
    font-size: 18px;
}
.rsc-share-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
    margin-bottom: 24px;
}
.rsc-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 20px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 800;
    color: #ffffff !important;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.rsc-share-btn svg {
    flex-shrink: 0;
}
.rsc-share-btn:hover {
    transform: translateY(-2px);
    color: #ffffff !important;
}
.rsc-share-btn.wa {
    background: #25d366;
    box-shadow: 0 4px 15px rgba(37,211,102,0.25);
}
.rsc-share-btn.wa:hover {
    background: #20ba59;
    box-shadow: 0 8px 20px rgba(37,211,102,0.4);
}
.rsc-share-btn.fb {
    background: #1877f2;
    box-shadow: 0 4px 15px rgba(24,119,242,0.25);
}
.rsc-share-btn.fb:hover {
    background: #166fe5;
    box-shadow: 0 8px 20px rgba(24,119,242,0.4);
}
.rsc-share-btn.li {
    background: #0a66c2;
    box-shadow: 0 4px 15px rgba(10,102,194,0.25);
}
.rsc-share-btn.li:hover {
    background: #0956a3;
    box-shadow: 0 8px 20px rgba(10,102,194,0.4);
}
.rsc-share-btn.tw {
    background: #000000;
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}
.rsc-share-btn.tw:hover {
    background: #111111;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}
.rsc-share-btn.copy {
    background: #334155;
    box-shadow: 0 4px 15px rgba(51,65,85,0.25);
}
.rsc-share-btn.copy:hover {
    background: #475569;
    box-shadow: 0 8px 20px rgba(51,65,85,0.4);
}
.rsc-share-channel-note {
    font-size: 13.5px;
    color: #a3c4d0;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 16px;
    line-height: 1.5;
}
.rsc-share-channel-note a {
    color: #25d366;
    font-weight: 700;
    text-decoration: underline;
}
.rsc-share-channel-note a:hover {
    color: #20ba59;
}

/* Responsive banner details */
@media (max-width: 768px) {
    .rsc-wa-channel-banner {
        flex-direction: column;
        padding: 26px 20px;
        text-align: center;
        gap: 20px;
    }
    .rsc-wa-channel-btn {
        width: 100%;
        justify-content: center;
    }
    .rsc-share-buttons {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   GAMIFIED CV SCANNING TERMINAL - HUD & CYBER THEME ADDITIONS
   ============================================================ */
.rsc-hero .rsc-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 4% !important;
}
.rsc-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}
.rsc-hero-left {
    text-align: center;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.rsc-hero-left h1 {
    font-size: 54px;
    text-align: center;
    margin-bottom: 18px;
    line-height: 1.15;
}
.rsc-hero-sub {
    text-align: center;
    margin: 0 auto 24px;
    font-size: 18px;
    line-height: 1.55;
    max-width: 850px;
    color: rgba(255, 255, 255, 0.85);
}
.rsc-hero-features-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin: 0 auto 30px;
    max-width: 850px;
    width: 100%;
}
.rsc-hf-badge {
    background: rgba(0, 242, 254, 0.08);
    border: 1px solid rgba(0, 242, 254, 0.25);
    color: #00f2fe;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 0 12px rgba(0, 242, 254, 0.1);
    transition: all 0.3s ease;
}
.rsc-hf-badge:hover {
    background: rgba(0, 242, 254, 0.15);
    border-color: rgba(0, 242, 254, 0.5);
    box-shadow: 0 0 16px rgba(0, 242, 254, 0.2);
    transform: translateY(-2px);
}
.rsc-hf-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: #00f2fe;
    color: #04151e;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 900;
}
.rsc-hero-right {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.rsc-trust-row-horizontal {
    display: flex;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
}
.rsc-trust-row-horizontal .rsc-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}
.rsc-trust-row-horizontal .rsc-trust-item strong {
    color: var(--rsc-orange);
    font-size: 24px;
    font-weight: 800;
}

/* Initially hide floating WhatsApp icon on this page, show only when scrolled below hero */
body.rsc-page .waf {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transform: translateY(20px);
}
body.rsc-page.show-waf .waf {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

/* Cyber Scanning Card HUD Panel */
.rsc-hero-right .rsc-form-wrap {
    background: radial-gradient(circle at top left, #051d26, #020e13) !important;
    border: 1.5px solid rgba(0, 242, 254, 0.3) !important;
    box-shadow: 0 15px 45px rgba(0,0,0,0.5), 0 0 25px rgba(0, 242, 254, 0.15) !important;
    border-radius: 16px;
    padding: 32px !important;
    color: #fff !important;
    position: relative;
    overflow: hidden;
    max-width: 100% !important;
    width: 100% !important;
}

/* Terminal Dots decoration */
.rsc-terminal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 242, 254, 0.15);
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.rsc-terminal-dots {
    display: flex;
    gap: 6px;
}
.rsc-terminal-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}
.rsc-terminal-dots span:nth-child(1) { background: #ff5f56; }
.rsc-terminal-dots span:nth-child(2) { background: #ffbd2e; }
.rsc-terminal-dots span:nth-child(3) { background: #27c93f; }

.rsc-terminal-title {
    font-family: monospace;
    font-size: 11px;
    color: #00f2fe;
    letter-spacing: 1px;
    text-shadow: 0 0 6px rgba(0, 242, 254, 0.6);
}

/* Energy Progress Bar */
.rsc-progress-bar-wrap {
    background: rgba(255, 255, 255, 0.05);
    height: 4px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.rsc-progress-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--rsc-orange), #00f2fe);
    border-radius: 10px;
    box-shadow: 0 0 8px #00f2fe;
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Stepped tabs nav bar */
.rsc-steps-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 12px;
}
.rsc-step-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.35);
    font-size: 12.5px;
    font-weight: 700;
    cursor: default;
    transition: all 0.25s ease;
}
.rsc-step-tab .tab-num {
    display: inline-block;
    background: rgba(255, 255, 255, 0.06);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    font-size: 10.5px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.rsc-step-tab.active {
    color: #00f2fe;
    text-shadow: 0 0 8px rgba(0, 242, 254, 0.4);
}
.rsc-step-tab.active .tab-num {
    background: rgba(0, 242, 254, 0.15);
    border-color: #00f2fe;
    box-shadow: 0 0 8px rgba(0, 242, 254, 0.4);
}
.rsc-step-tab.completed {
    color: #14a37f;
}
.rsc-step-tab.completed .tab-num {
    background: rgba(20, 163, 127, 0.15);
    border-color: #14a37f;
}

/* Step Header Details */
.rsc-step-header {
    margin-bottom: 20px;
}
.rsc-step-header h3 {
    font-family: monospace;
    font-size: 15px;
    color: #ff6a00;
    margin: 0 0 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 6px rgba(255, 106, 0, 0.4);
}
.rsc-step-header p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    margin: 0;
    line-height: 1.4;
}

/* Gaming fields style inside HUD */
.rsc-hero-right .rsc-field label {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 12.5px;
    font-weight: 600;
    margin-bottom: 6px;
}
.rsc-hero-right .rsc-field input {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1.5px solid rgba(0, 242, 254, 0.18) !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 11px 14px !important;
    font-size: 14px !important;
    transition: all 0.25s ease !important;
}
.rsc-hero-right .rsc-field input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}
.rsc-hero-right .rsc-field input:focus {
    outline: none !important;
    border-color: #00f2fe !important;
    background: rgba(0, 242, 254, 0.05) !important;
    box-shadow: 0 0 10px rgba(0, 242, 254, 0.2) !important;
}

/* Category cards grid system */
.rsc-role-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 10px;
    max-height: 280px;
    overflow-y: auto;
    margin-bottom: 22px;
    padding-right: 4px;
}
.rsc-role-cards-grid::-webkit-scrollbar {
    width: 4px;
}
.rsc-role-cards-grid::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02);
}
.rsc-role-cards-grid::-webkit-scrollbar-thumb {
    background: rgba(0, 242, 254, 0.25);
    border-radius: 10px;
}

.rsc-role-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 12px 6px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    user-select: none;
}
.rsc-role-card-icon {
    font-size: 22px;
    margin-bottom: 2px;
    transition: transform 0.2s ease;
}
.rsc-role-card h4 {
    font-size: 11px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    line-height: 1.25;
}
.rsc-role-card-badge {
    font-family: monospace;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rsc-role-card:hover {
    background: rgba(0, 242, 254, 0.06);
    border-color: rgba(0, 242, 254, 0.4);
    transform: translateY(-2px);
}
.rsc-role-card:hover .rsc-role-card-icon {
    transform: scale(1.18);
}
.rsc-role-card.active {
    background: rgba(0, 242, 254, 0.12) !important;
    border-color: #00f2fe !important;
    box-shadow: 0 0 12px rgba(0, 242, 254, 0.25) !important;
}
.rsc-role-card.active h4 {
    color: #00f2fe;
}
.rsc-role-card.active .rsc-role-card-badge {
    color: #ff6a00;
}

/* Nav Buttons & Actions */
.rsc-step-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.rsc-step-actions.double {
    justify-content: space-between;
    gap: 15px;
}

.rsc-nav-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 11px 22px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
}
.rsc-nav-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.28);
}
.rsc-nav-btn.next-btn {
    background: rgba(0, 242, 254, 0.08);
    border-color: rgba(0, 242, 254, 0.4);
    color: #00f2fe;
    box-shadow: 0 4px 10px rgba(0, 242, 254, 0.08);
}
.rsc-nav-btn.next-btn:hover:not(:disabled) {
    background: #00f2fe;
    color: #020e13;
    box-shadow: 0 0 18px rgba(0, 242, 254, 0.4);
    transform: translateY(-1px);
}
.rsc-nav-btn.next-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    background: rgba(255, 255, 255, 0.02);
    border-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.28);
    box-shadow: none;
}

/* File Upload & Laser sweep line */
.rsc-hero-right .rsc-upload-label {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 2px dashed rgba(0, 242, 254, 0.25) !important;
    color: #fff !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 24px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
}
.rsc-hero-right .rsc-upload-label:hover {
    border-color: #00f2fe !important;
    background: rgba(0, 242, 254, 0.04) !important;
    box-shadow: inset 0 0 12px rgba(0, 242, 254, 0.12) !important;
}
.rsc-hero-right .rsc-upload-label.has-file {
    border-color: #14a37f !important;
    background: rgba(20, 163, 127, 0.06) !important;
    box-shadow: inset 0 0 15px rgba(20, 163, 127, 0.12) !important;
}
.rsc-hero-right .rsc-upload-label.has-file .rsc-upload-text strong {
    color: #14a37f;
}
.rsc-laser-sweep {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2.5px;
    background: linear-gradient(90deg, transparent, #00f2fe, transparent);
    opacity: 0;
    pointer-events: none;
}
.rsc-hero-right .rsc-upload-label.has-file .rsc-laser-sweep {
    opacity: 0.85;
    animation: sweep 2.5s infinite ease-in-out;
}
@keyframes sweep {
    0%, 100% { top: 0%; opacity: 0.35; }
    50% { top: 100%; opacity: 1; filter: drop-shadow(0 0 8px #00f2fe); }
}

.rsc-hero-right .rsc-upload-text strong {
    color: #fff;
    font-size: 14px;
}
.rsc-hero-right .rsc-upload-text span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11.5px;
}
.rsc-hero-right .rsc-upload-icon {
    font-size: 30px;
}

/* File Info Block */
.rsc-hero-right .rsc-file-info {
    margin-top: 10px;
    padding: 10px 14px;
    background: rgba(255, 106, 0, 0.08);
    border-radius: 8px;
    font-size: 13px;
    color: #00f2fe;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px dashed rgba(255, 106, 0, 0.2);
}
.rsc-hero-right .rsc-file-info button {
    background: none;
    border: none;
    color: var(--rsc-danger);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
}

/* Consent & checkbox */
.rsc-hero-right .rsc-consent {
    background: rgba(255, 255, 255, 0.02) !important;
    border-left: 3px solid #ff6a00 !important;
    padding: 12px 14px !important;
    border-radius: 6px !important;
    margin-bottom: 20px !important;
}
.rsc-hero-right .rsc-checkbox {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 12px !important;
}
.rsc-hero-right .rsc-checkbox input[type="checkbox"] {
    accent-color: #ff6a00 !important;
    margin-top: 1px !important;
}
.rsc-hero-right .rsc-checkbox strong {
    color: #00f2fe !important;
}

/* Submit button cyber styling */
.rsc-hero-right .rsc-submit-btn {
    background: #ff6a00 !important;
    color: #fff !important;
    font-weight: 800 !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(255, 106, 0, 0.4) !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    font-family: monospace !important;
    font-size: 14.5px !important;
    flex: 1;
}
.rsc-hero-right .rsc-submit-btn:hover:not(:disabled) {
    background: #ff842b !important;
    box-shadow: 0 0 20px rgba(255, 106, 0, 0.6) !important;
    transform: translateY(-1px) !important;
}
.rsc-hero-right .rsc-submit-btn:disabled {
    background: rgba(255, 255, 255, 0.15) !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
    color: rgba(255, 255, 255, 0.3) !important;
}
.rsc-hero-right .rsc-privacy {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 11px !important;
}

/* Terminal Console Loading Screen */
.rsc-terminal-console {
    background: #020a0d;
    border: 1px solid #00f2fe;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 242, 254, 0.25);
    margin-top: 5px;
}
.rsc-console-header {
    background: #041318;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid rgba(0, 242, 254, 0.15);
}
.rsc-console-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
}
.rsc-console-dot.red { background: #ff5f56; }
.rsc-console-dot.yellow { background: #ffbd2e; }
.rsc-console-dot.green { background: #27c93f; }

.rsc-console-title {
    font-family: monospace;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 8px;
    letter-spacing: 0.5px;
}
.rsc-console-body {
    padding: 16px;
}
.rsc-console-log {
    height: 160px;
    overflow-y: auto;
    font-family: monospace;
    font-size: 11px;
    line-height: 1.6;
    color: #27c93f;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 16px;
    padding-right: 5px;
}
.rsc-console-log::-webkit-scrollbar {
    width: 3px;
}
.rsc-console-log::-webkit-scrollbar-thumb {
    background: rgba(39, 201, 63, 0.25);
}
.rsc-log-line {
    opacity: 0;
    animation: logFade 0.25s forwards ease;
}
.rsc-log-line.text-cyan {
    color: #00f2fe;
}
.rsc-log-line.text-orange {
    color: #ff6a00;
}
@keyframes logFade {
    to { opacity: 1; }
}

.rsc-console-progress {
    display: flex;
    align-items: center;
    gap: 12px;
}
.rsc-console-bar {
    flex: 1;
    background: rgba(255, 255, 255, 0.06);
    height: 6px;
    border-radius: 10px;
    overflow: hidden;
}
.rsc-console-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #ff6a00, #00f2fe);
    border-radius: 10px;
    box-shadow: 0 0 6px #00f2fe;
    width: 0%;
}
.rsc-console-pct {
    font-family: monospace;
    font-size: 12px;
    color: #00f2fe;
    font-weight: 700;
    min-width: 32px;
    text-align: right;
}

/* Adjust wave path fill for theme transition */
.rsc-hero-wave svg path {
    fill: var(--rsc-bg) !important;
}

/* Redesigned Premium Report Header style */
.rsc-report-header-premium {
    background: linear-gradient(135deg, #051d26 0%, #020e13 100%) !important;
    border-bottom: 2px solid rgba(0, 242, 254, 0.25);
    padding: 36px 30px;
    text-align: center;
    color: #fff;
}
.rsc-premium-badge {
    display: inline-block;
    background: rgba(0, 242, 254, 0.15) !important;
    color: #00f2fe !important;
    border: 1px solid rgba(0, 242, 254, 0.3) !important;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}
.rsc-report-body-premium {
    padding: 30px;
    background: #fff;
}

/* Share Challenge Card visual updates */
.rsc-share-challenge-card {
    border: 2px solid rgba(243, 85, 255, 0.25) !important;
    background: linear-gradient(135deg, #fff 0%, #fffbfc 100%) !important;
    position: relative;
    overflow: hidden;
}
.rsc-challenge-header strong {
    color: #d11ad6;
    font-size: 24px;
}
.rsc-challenge-tag {
    background: rgba(243, 85, 255, 0.12) !important;
    color: #d11ad6 !important;
    border: 1px solid rgba(243, 85, 255, 0.25) !important;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 8px;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .rsc-hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .rsc-hero-left, .rsc-hero-left h1, .rsc-hero-sub {
        text-align: center;
    }
    .rsc-trust-row-vertical {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }
    .rsc-trust-row-vertical .rsc-trust-item {
        flex-direction: column;
        gap: 4px;
    }
    .rsc-trust-row-vertical .rsc-trust-item strong {
        font-size: 18px;
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .rsc-role-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .rsc-steps-nav .tab-label {
        display: none;
    }
    .rsc-steps-nav {
        justify-content: space-around;
    }
}


