/*
Theme Name: My Merchant Navy
Theme URI: https://mymerchantnavy.com
Author: Your Name
Description: Complete Merchant Navy career guidance theme – responsive & Elementor ready.
Version: 1.0
License: GPL v2 or later
Text Domain: mymerchantnavy
*/

/* ----------------------------------------------
   RESET & BASE
---------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
    background: #fff;
    color: #1e293b;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
a {
    text-decoration: none;
    color: inherit;
}
button {
    cursor: pointer;
    border: none;
    font-family: inherit;
}

/* ----------------------------------------------
   PROMO BANNER
---------------------------------------------- */
.promo-banner {
    background: #22c55e;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 50;
    flex-wrap: wrap;
    gap: 8px;
}
.promo-banner .flex {
    display: flex;
    align-items: center;
    gap: 8px;
}
.promo-banner .live-badge {
    background: rgba(0,0,0,0.2);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 6px;
    border-radius: 2px;
    font-weight: 900;
}
.promo-banner .trial-btn {
    background: #2563eb;
    color: #fff;
    font-weight: 700;
    padding: 4px 16px;
    border-radius: 4px;
    font-size: 12px;
    transition: background 0.2s;
}
.promo-banner .trial-btn:hover {
    background: #1d4ed8;
}
.promo-banner .close-btn {
    font-weight: 700;
    opacity: 0.8;
    cursor: pointer;
    font-size: 18px;
}
.promo-banner .close-btn:hover {
    opacity: 1;
}

/* ----------------------------------------------
   MAIN HEADER
---------------------------------------------- */
.main-header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 37px;
    z-index: 40;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.main-header .logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 900;
    font-size: 1.1rem;
    color: #0f172a;
}
.main-header .logo .tb {
    background: #2563eb;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}
.main-header .logo .dot {
    color: #2563eb;
}
.main-header nav {
    display: none;
    gap: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
}
@media (min-width: 992px) {
    .main-header nav {
        display: flex;
    }
}
.main-header nav a {
    transition: color 0.2s;
}
.main-header nav a:hover {
    color: #2563eb;
}
.main-header nav .super {
    color: #f59e0b;
}
.main-header nav .super:hover {
    color: #d97706;
}
.main-header nav .live-free {
    background: #d1fae5;
    color: #065f46;
    font-size: 8px;
    padding: 0 6px;
    border-radius: 4px;
    font-weight: 900;
    margin-left: 4px;
}
.main-header .search-area {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    justify-content: flex-end;
    max-width: 400px;
}
.main-header .search-area input {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 8px;
    padding: 8px 12px 8px 36px;
    font-size: 12px;
    outline: none;
    transition: all 0.2s;
    width: 100%;
    min-width: 120px;
}
.main-header .search-area input:focus {
    border-color: #3b82f6;
    background: #fff;
}
.main-header .search-area .search-icon {
    position: relative;
    margin-left: -32px;
    color: #94a3b8;
    font-size: 14px;
}
.main-header .get-started-btn {
    background: #2563eb;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 8px;
    transition: background 0.2s;
    white-space: nowrap;
}
.main-header .get-started-btn:hover {
    background: #1d4ed8;
}

/* ----------------------------------------------
   HERO SECTION
---------------------------------------------- */
.hero {
    background: linear-gradient(to right, #f8fafc, #eff6ff);
    border-bottom: 1px solid #e2e8f0;
    padding: 40px 20px;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
}
@media (min-width: 1024px) {
    .hero-grid {
        grid-template-columns: 7fr 5fr;
    }
}
.hero-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
}
@media (min-width: 1024px) {
    .hero-left {
        text-align: left;
    }
}
.hero-left h1 {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.15;
    color: #0f172a;
}
@media (min-width: 640px) {
    .hero-left h1 {
        font-size: 2.5rem;
    }
}
@media (min-width: 1024px) {
    .hero-left h1 {
        font-size: 3rem;
    }
}
.hero-subtitle {
    font-size: 0.95rem;
    color: #64748b;
    font-weight: 600;
}
.hero-left .steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
    font-weight: 700;
    font-size: 0.85rem;
}
@media (min-width: 1024px) {
    .hero-left .steps {
        justify-content: flex-start;
    }
}
.hero-left .steps span {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 4px 14px;
    border-radius: 9999px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.hero-left .steps .arrow {
    color: #cbd5e1;
    font-weight: 300;
    border: none;
    background: none;
    padding: 0;
}
.hero-left .sub-text {
    font-weight: 600;
    color: #64748b;
    font-size: 0.95rem;
}
.hero-left .cta-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
@media (min-width: 640px) {
    .hero-left .cta-group {
        flex-direction: row;
        justify-content: center;
    }
}
@media (min-width: 1024px) {
    .hero-left .cta-group {
        justify-content: flex-start;
    }
}
.hero-left .main-cta {
    background: #22c55e;
    color: #fff;
    font-weight: 800;
    font-size: 0.9rem;
    padding: 12px 32px;
    border-radius: 8px;
    transition: background 0.2s;
    box-shadow: 0 4px 6px -1px rgba(34,197,94,0.3);
}
.hero-left .main-cta:hover {
    background: #16a34a;
}
.hero-right .mock-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    padding: 20px;
    max-width: 400px;
    margin: 0 auto;
    aspect-ratio: 4/3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hero-right .mock-card .top-bar {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 10px;
}
.hero-right .mock-card .top-bar .dots {
    display: flex;
    gap: 6px;
}
.hero-right .mock-card .top-bar .dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.hero-right .mock-card .top-bar .dots .red {
    background: #f87171;
}
.hero-right .mock-card .top-bar .dots .yellow {
    background: #fbbf24;
}
.hero-right .mock-card .top-bar .dots .green {
    background: #34d399;
}
.hero-right .mock-card .top-bar .placeholder {
    width: 80px;
    height: 24px;
    background: #f1f5f9;
    border-radius: 6px;
}
.hero-right .mock-card .main-area {
    flex: 1;
    background: #f8fafc;
    border: 1px dashed #e2e8f0;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
}
.hero-right .mock-card .main-area .big-icon {
    font-size: 2.5rem;
    margin-bottom: 8px;
}
.hero-right .mock-card .main-area .label {
    font-size: 10px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.hero-right .mock-card .bottom-bar {
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
}
.hero-right .mock-card .bottom-bar .analysis {
    background: #eff6ff;
    color: #2563eb;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 6px;
}
.hero-right .mock-card .bottom-bar .placeholder2 {
    width: 48px;
    height: 24px;
    background: #f1f5f9;
    border-radius: 6px;
}

/* ----------------------------------------------
   STATS
---------------------------------------------- */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
    padding: 24px 0;
}
@media (min-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(4,1fr);
    }
}
.stat-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    gap: 12px;
}
.stat-card .icon-box {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.stat-card .icon-box.green {
    background: #ecfdf5;
    color: #059669;
}
.stat-card .icon-box.amber {
    background: #fffbeb;
    color: #d97706;
}
.stat-card .icon-box.blue {
    background: #eff6ff;
    color: #2563eb;
}
.stat-card .icon-box.orange {
    background: #fff7ed;
    color: #ea580c;
}
.stat-card .label {
    font-size: 10px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.stat-card .value {
    font-size: 1.1rem;
    font-weight: 900;
    color: #0f172a;
}

/* ----------------------------------------------
   EXAMS / MARITIME COURSES SECTION
---------------------------------------------- */
.exams-section {
    padding: 40px 0;
    background: #fff;
    border-top: 1px solid #e2e8f0;
}
.exams-section .section-title {
    font-size: 1.5rem;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 4px;
}
.exams-section .section-desc {
    color: #64748b;
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 20px;
}
.exams-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media (min-width: 1024px) {
    .exams-layout {
        grid-template-columns: 260px 1fr;
    }
}
.exams-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 4px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e8f0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.exams-tabs::-webkit-scrollbar {
    display: none;
}
@media (min-width: 1024px) {
    .exams-tabs {
        flex-direction: column;
        border-bottom: none;
        border-right: 1px solid #e2e8f0;
        padding-bottom: 0;
        overflow-y: auto;
        max-height: 480px;
    }
}
.exams-tabs button {
    white-space: nowrap;
    padding: 10px 16px;
    font-weight: 700;
    font-size: 0.85rem;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    border-left: 4px solid transparent;
    border-radius: 0;
    transition: all 0.2s;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.exams-tabs button i {
    font-size: 0.9rem;
}
.exams-tabs button.active {
    color: #2563eb;
    background: #eff6ff;
    border-bottom-color: #2563eb;
    border-left-color: #2563eb;
}
@media (min-width: 1024px) {
    .exams-tabs button {
        border-radius: 8px 0 0 8px;
        border-bottom: none;
        border-left: 4px solid transparent;
        white-space: normal;
        flex-shrink: 0;
    }
    .exams-tabs button.active {
        border-left-color: #2563eb;
        border-bottom: none;
    }
}
.exams-panel {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    max-height: 480px;
    overflow-y: auto;
    scroll-behavior: smooth;
}
.exams-panel::-webkit-scrollbar {
    width: 6px;
}
.exams-panel::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}
.exams-panel::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}
.exams-panel::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}
.exams-panel {
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
}
.exams-panel .panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 10px;
    margin-bottom: 16px;
}
.exams-panel .panel-header h4 {
    font-weight: 900;
    color: #0f172a;
    font-size: 1rem;
}
.exams-panel .panel-header .explore {
    color: #2563eb;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
}
.exam-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
@media (min-width: 640px) {
    .exam-grid {
        grid-template-columns: 1fr 1fr;
    }
}
.exam-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s;
}
.exam-item:hover {
    border-color: #3b82f6;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.exam-item .left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
}
.exam-item .left .icon {
    width: 36px;
    height: 36px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.exam-item .left .icon i {
    font-size: 0.9rem;
    color: #64748b;
}
.exam-item:hover .left .icon i {
    color: #2563eb;
}
.exam-item .left .name {
    font-weight: 600;
    color: #1e293b;
    font-size: 0.85rem;
    line-height: 1.4;
}
.exam-item .arrow {
    color: #cbd5e1;
    font-weight: 700;
    transition: color 0.2s;
    flex-shrink: 0;
    margin-left: 8px;
}
.exam-item:hover .arrow {
    color: #2563eb;
}

/* ----------------------------------------------
   SUPER SECTION – IMU, MEDICAL, DOCUMENT GUIDE
---------------------------------------------- */
.super-section {
    padding: 40px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}
.super-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}
@media (min-width: 768px) {
    .super-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}
.super-header h2 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #0f172a;
}
.super-header h2 i {
    margin-right: 8px;
}
.super-header p {
    color: #64748b;
    font-size: 0.9rem;
}
.super-header .explore-btn {
    background: #2563eb;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 8px;
    transition: background 0.2s;
    align-self: flex-start;
}
.super-header .explore-btn:hover {
    background: #1d4ed8;
}
.super-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media (min-width: 640px) {
    .super-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1024px) {
    .super-grid {
        grid-template-columns: repeat(3,1fr);
    }
}
.super-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s;
}
.super-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
}
.super-card .body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.super-card .body .badge {
    font-size: 10px;
    font-weight: 700;
    padding: 0 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    align-self: flex-start;
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}
/* Badge variants – used in Document Guide */
.super-card .body .badge.essential {
    background: #eff6ff;
    color: #2563eb;
    border: 1px solid #bfdbfe;
}
.super-card .body .badge.important {
    background: #fef3c7;
    color: #d97706;
    border: 1px solid #fcd34d;
}
.super-card .body .badge.advanced {
    background: #fce7f3;
    color: #db2777;
    border: 1px solid #f9a8d4;
}
.super-card .body .badge.checklist {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #6ee7b7;
}
.super-card .body h3 {
    font-weight: 900;
    color: #0f172a;
    font-size: 0.95rem;
    line-height: 1.4;
}
.super-card .body .meta {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}
.super-card .footer {
    background: #f8fafc;
    padding: 10px 16px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.super-card .footer .author {
    font-size: 12px;
    color: #64748b;
}
.super-card .footer .view {
    color: #2563eb;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
}
.super-card .footer .view:hover {
    text-decoration: underline;
}
.content-detail {
    display: none;
    padding: 16px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    font-size: 13px;
    color: #475569;
    line-height: 1.8;
}
.content-detail ul,
.content-detail ol {
    padding-left: 20px;
    margin: 8px 0;
}
.content-detail li {
    margin-bottom: 4px;
}
.content-detail p {
    margin-bottom: 10px;
}
.content-detail strong {
    color: #0f172a;
}

/* ----------------------------------------------
   WHY / MEDICAL HUB
---------------------------------------------- */
.why-section {
    padding: 40px 0;
    background: #fff;
    border-top: 1px solid #e2e8f0;
}
.why-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
@media (min-width: 1024px) {
    .why-grid {
        grid-template-columns: 1fr 1fr;
    }
}
.why-left h2 {
    font-size: 1.6rem;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 12px;
}
.why-left h2 i {
    margin-right: 8px;
}
.why-left > p {
    color: #64748b;
    font-weight: 500;
    margin-bottom: 20px;
}
.why-left .points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
.why-left .point {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.why-left .point .icon {
    width: 36px;
    height: 36px;
    background: #eff6ff;
    color: #2563eb;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.why-left .point .icon i {
    font-size: 1rem;
}
.why-left .point h4 {
    font-weight: 900;
    font-size: 0.9rem;
    color: #0f172a;
}
.why-left .point p {
    font-size: 12px;
    color: #94a3b8;
    margin: 0;
}
.why-right .stats-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.why-right .stats-box .stat {
    background: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}
.why-right .stats-box .stat i {
    margin-right: 6px;
    color: #2563eb;
}
.why-right .stats-box .stat.highlight {
    background: #eff6ff;
    border-color: #bfdbfe;
}
.why-right .stats-box .stat .stat-label {
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 6px;
}
.why-right .stats-box .stat .stat-value {
    color: #2563eb;
    font-weight: 700;
}

/* ----------------------------------------------
   WALL OF FAME
---------------------------------------------- */
.wall-section {
    padding: 40px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}
.wall-header {
    text-align: center;
    margin-bottom: 24px;
}
.wall-header h2 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #0f172a;
}
.wall-header h2 i {
    margin-right: 8px;
}
.wall-header p {
    color: #64748b;
    font-size: 0.9rem;
}
.wall-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
}
@media (min-width: 768px) {
    .wall-grid {
        grid-template-columns: repeat(4,1fr);
    }
}
.wall-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 16px;
    border-radius: 12px;
    text-align: center;
    transition: box-shadow 0.2s;
}
.wall-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
}
.wall-card .avatar {
    width: 60px;
    height: 60px;
    background: #f1f5f9;
    border-radius: 9999px;
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border: 1px solid #e2e8f0;
}
.wall-card .avatar i {
    color: #94a3b8;
}
.wall-card .name {
    font-weight: 900;
    color: #0f172a;
    font-size: 0.85rem;
}
.wall-card .rank {
    color: #2563eb;
    font-weight: 900;
    font-size: 12px;
}
.wall-card .exam {
    color: #94a3b8;
    font-size: 11px;
}

/* ----------------------------------------------
   FOOTER
---------------------------------------------- */
.site-footer {
    background: #1e293b;
    color: #94a3b8;
    padding: 30px 20px 16px;
    border-top: 1px solid #334155;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
    border-bottom: 1px solid #334155;
    padding-bottom: 24px;
    margin-bottom: 16px;
}
@media (min-width: 768px) {
    .footer-grid {
        grid-template-columns: repeat(4,1fr);
    }
}
.footer-grid h4 {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.footer-grid ul {
    list-style: none;
}
.footer-grid ul li {
    padding: 4px 0;
    cursor: pointer;
    transition: color 0.2s;
    font-weight: 500;
    font-size: 13px;
}
.footer-grid ul li:hover {
    color: #fff;
}
.footer-grid ul li .hiring {
    background: #2563eb;
    color: #fff;
    font-size: 8px;
    font-weight: 900;
    padding: 0 4px;
    border-radius: 2px;
    margin-left: 4px;
}
.contact-address {
    font-weight: 500;
    line-height: 1.6;
    font-size: 13px;
}
.contact-address .email {
    color: #60a5fa;
    font-weight: 700;
    cursor: pointer;
}
.contact-address .email:hover {
    text-decoration: underline;
}
.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 500;
}
@media (min-width: 640px) {
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
    }
}
.footer-bottom .links {
    display: flex;
    gap: 16px;
}
.footer-bottom .links span {
    cursor: pointer;
    transition: color 0.2s;
}
.footer-bottom .links span:hover {
    color: #fff;
}

/* ----------------------------------------------
   RESPONSIVE FIXES
---------------------------------------------- */
@media (max-width: 768px) {
    .promo-banner {
        font-size: 11px;
        padding: 6px 12px;
    }
    .promo-banner .trial-btn {
        font-size: 10px;
        padding: 3px 10px;
    }
    .main-header {
        top: 33px;
        padding: 8px 12px;
    }
    .main-header .logo {
        font-size: 0.95rem;
    }
    .main-header .logo .tb {
        width: 28px;
        height: 28px;
        font-size: 0.85rem;
    }
    .main-header .search-area input {
        font-size: 11px;
        padding: 6px 10px 6px 30px;
        min-width: 80px;
    }
    .main-header .get-started-btn {
        font-size: 10px;
        padding: 6px 12px;
    }
    .hero {
        padding: 24px 16px;
    }
    .hero-left h1 {
        font-size: 1.6rem;
    }
    .hero-left .steps {
        font-size: 0.75rem;
    }
    .hero-left .main-cta {
        font-size: 0.8rem;
        padding: 10px 24px;
    }
    .hero-right .mock-card {
        max-width: 100%;
        aspect-ratio: auto;
        min-height: 220px;
    }
    .stats-grid {
        gap: 10px;
        padding: 16px 0;
    }
    .stat-card {
        padding: 12px;
        gap: 8px;
    }
    .stat-card .icon-box {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }
    .stat-card .value {
        font-size: 0.95rem;
    }
    .exams-section {
        padding: 24px 0;
    }
    .exams-section .section-title {
        font-size: 1.2rem;
    }
    .exams-panel {
        max-height: 340px;
        padding: 14px;
    }
    .exams-panel .panel-header h4 {
        font-size: 0.85rem;
    }
    .exam-item {
        padding: 8px 12px;
    }
    .exam-item .left .name {
        font-size: 0.78rem;
    }
    .super-section {
        padding: 24px 0;
    }
    .super-header h2 {
        font-size: 1.2rem;
    }
    .super-card .body h3 {
        font-size: 0.85rem;
    }
    .why-section {
        padding: 24px 0;
    }
    .why-left h2 {
        font-size: 1.2rem;
    }
    .why-right .stats-box .stat {
        font-size: 0.8rem;
        padding: 8px 12px;
    }
    .wall-section {
        padding: 24px 0;
    }
    .wall-header h2 {
        font-size: 1.2rem;
    }
    .wall-card {
        padding: 12px;
    }
    .wall-card .avatar {
        width: 48px;
        height: 48px;
        font-size: 1.2rem;
    }
    .site-footer {
        padding: 20px 16px 12px;
    }
    .footer-grid {
        gap: 16px;
    }
    .content-detail {
        font-size: 12px;
        padding: 12px;
    }
    .super-card .footer .view {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .hero-left h1 {
        font-size: 1.3rem;
    }
    .hero-left .steps {
        font-size: 0.65rem;
    }
    .hero-left .steps span {
        padding: 2px 10px;
    }
    .hero-left .main-cta {
        font-size: 0.7rem;
        padding: 8px 18px;
    }
    .stat-card .value {
        font-size: 0.85rem;
    }
    .stat-card .label {
        font-size: 8px;
    }
    .exams-panel {
        max-height: 280px;
    }
    .exam-item .left .name {
        font-size: 0.7rem;
    }
    .super-card .body h3 {
        font-size: 0.75rem;
    }
    .wall-grid {
        gap: 10px;
    }
    .wall-card .name {
        font-size: 0.7rem;
    }
    .why-right .stats-box .stat {
        font-size: 0.7rem;
        flex-wrap: wrap;
        gap: 4px;
    }
}

/* ---------- Exam Panel Scrollable ---------- */
.exams-panel {
    max-height: 500px;
    overflow-y: auto;
    scroll-behavior: smooth;
}
.exams-panel::-webkit-scrollbar {
    width: 6px;
}
.exams-panel::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}
.exams-panel::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}
.exams-panel::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}
.exams-panel {
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
}

/* ---------- Tabs - Show all 9 properly ---------- */
.exams-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e8f0;
}
@media (min-width: 1024px) {
    .exams-tabs {
        flex-direction: column;
        border-bottom: none;
        border-right: 1px solid #e2e8f0;
        padding-bottom: 0;
        overflow-y: auto;
        max-height: 540px;
        flex-wrap: nowrap;
    }
}
.exams-tabs button {
    white-space: nowrap;
    padding: 8px 14px;
    font-weight: 700;
    font-size: 0.8rem;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    border-left: 4px solid transparent;
    transition: all 0.2s;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 6px;
}
.exams-tabs button i {
    font-size: 0.85rem;
    width: 18px;
}
.exams-tabs button.active {
    color: #2563eb;
    background: #eff6ff;
    border-bottom-color: #2563eb;
    border-left-color: #2563eb;
}
@media (min-width: 1024px) {
    .exams-tabs button {
        white-space: normal;
        border-radius: 8px 0 0 8px;
        border-bottom: none;
        border-left: 4px solid transparent;
    }
    .exams-tabs button.active {
        border-left-color: #2563eb;
        border-bottom: none;
    }
}

/* ---------- Exam Items ---------- */
.exam-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s;
}
.exam-item:hover {
    border-color: #3b82f6;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.exam-item .left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
}
.exam-item .left .icon {
    width: 32px;
    height: 32px;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.exam-item .left .icon i {
    font-size: 0.85rem;
    color: #94a3b8;
}
.exam-item:hover .left .icon i {
    color: #2563eb;
}
.exam-item .left .name {
    font-weight: 600;
    color: #1e293b;
    font-size: 0.85rem;
    line-height: 1.4;
}
.exam-item .arrow {
    color: #cbd5e1;
    font-weight: 700;
    transition: color 0.2s;
    flex-shrink: 0;
    margin-left: 8px;
}
.exam-item:hover .arrow {
    color: #2563eb;
}

/* ---------- Mobile Responsive ---------- */
@media (max-width: 768px) {
    .exams-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .exams-tabs button {
        font-size: 0.7rem;
        padding: 6px 10px;
        white-space: nowrap;
    }
    .exams-panel {
        max-height: 380px;
    }
    .exam-item .left .name {
        font-size: 0.75rem;
    }
}
@media (max-width: 480px) {
    .exams-panel {
        max-height: 320px;
        padding: 12px;
    }
    .exam-item {
        padding: 8px 10px;
    }
    .exam-item .left .name {
        font-size: 0.7rem;
    }
}

/* Tab Panels */
.tab-panel {
    display: none;
    animation: fadeIn 0.3s ease;
}
.tab-panel.active {
    display: block;
}
.tab-panel h2 {
    font-size: 1.4rem;
    color: #0f172a;
    margin-bottom: 12px;
}
.tab-panel h3 {
    font-size: 1.1rem;
    color: #1e293b;
    margin-top: 16px;
    margin-bottom: 8px;
}
.tab-panel p {
    margin-bottom: 10px;
    line-height: 1.7;
}
.tab-panel ul {
    padding-left: 20px;
    margin-bottom: 12px;
}
.tab-panel ul li {
    margin-bottom: 4px;
    line-height: 1.6;
}
.tab-panel strong {
    color: #0f172a;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Panel scrollable */
.exams-panel {
    max-height: 520px;
    overflow-y: auto;
}
.exams-panel::-webkit-scrollbar {
    width: 6px;
}
.exams-panel::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}
.exams-panel::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}
.exams-panel::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}
.exams-panel {
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
}

/* Tabs */
.exams-tabs button.active {
    background: #eff6ff;
    color: #2563eb;
    border-bottom-color: #2563eb;
    border-left-color: #2563eb;
}
@media (min-width: 1024px) {
    .exams-tabs button {
        border-radius: 8px 0 0 8px;
    }
}