/* Auto-generated frontend bundle: style + page + employee + quiz styles */

/* ===== SOURCE: style.css ===== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

/* ===== GLOBAL FONT TOKENS ===== */
:root {
    --front-font-body: "Poppins", sans-serif;
    --front-font-heading: "Poppins", sans-serif;
    --front-body-font-size: 16px;
    --front-lead-font-size: 18px;
}

/* ===== RESET ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #ffffff;
    font-family: var(--front-font-body);
    font-size: var(--front-body-font-size);
    min-height: 100vh;
}

.hero-desc,
.ab-hero p {
    font-size: var(--front-lead-font-size);
}

/* ===== SETTINGS OVERRIDES (admin-controlled typography) ===== */
.nav-menu a,
.nav-dropdown a,
.mobile-nav a,
.hdr-user-link {
    font-size: var(--front-ui-font-size);
}

.hero-label,
.feature-text,
.counter-title,
.counter-sub,
.service-link,
.why-text,
.hv-footer,
.hv-footer a,
.hv-footer-text {
    font-size: var(--front-small-font-size);
}

.service-desc,
.why-desc,
.exp-subtitle,
.ts-text,
.hv-company-left p,
.hv-cta p,
.contact-description,
.ab-content p {
    font-size: var(--front-ui-font-size);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--front-font-heading);
    letter-spacing: -0.01em;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ===== NAVBAR ===== */
.navbar {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e5ecf5;
    position: sticky;
    top: 0;
    z-index: 110;
}

.nav-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0 16px;
}

.brand-link {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    flex-shrink: 0;
}

/* logo */
.logo {
    height: 50px;
    width: auto;
    object-fit: contain;
    z-index: 20;
}

/* desktop menu */
.nav-menu {
    list-style: none;
    display: none;
    align-items: center;
    gap: 16px;
    margin-left: 32px;
}

.nav-menu a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #2F3E4E;
    transition: 0.3s;
}

.nav-menu a:hover {
    color: #1F509E;
}

.nav-item-dropdown {
    position: relative;
}

.nav-item-dropdown::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 290px;
    height: 14px;
}

.nav-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 290px;
    padding: 10px 0;
    list-style: none;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.18);
    z-index: 80;
    display: none;
    pointer-events: auto;
}

.nav-dropdown li {
    margin: 0;
}

.nav-dropdown a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
    padding: 10px 14px;
}

.nav-dropdown a:hover {
    background: #eff6ff;
    color: #1d4ed8;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
    flex-shrink: 0;
}

.login-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 40px;
    padding: 0 18px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #1f509e 0%, #2563eb 100%);
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.28);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
    cursor: pointer;
}

.login-link:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #1a4490 0%, #1d4ed8 100%);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.38);
    transform: translateY(-1px);
}

.login-link:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.22);
}

.login-dropdown-wrap {
    position: relative;
    display: inline-block;
}
.login-dropdown-btn {
    cursor: pointer;
}
.ldi-btn-caret {
    transition: transform 0.2s ease;
}
.login-dropdown-wrap.open .ldi-btn-caret {
    transform: rotate(180deg);
}
.login-dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 236px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.16);
    overflow: hidden;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}
.login-dropdown-wrap.open .login-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
.ldi-header-label {
    padding: 12px 16px 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
    margin: 0;
}
.login-dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    text-decoration: none;
    color: #1e293b;
    transition: background 0.15s;
}
.login-dropdown-item:last-child {
    margin-bottom: 6px;
}
.login-dropdown-item:hover {
    background: #f4f8ff;
}
.ldi-icon-wrap {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ldi-icon-admin {
    background: #eff6ff;
    color: #1d4ed8;
}
.ldi-icon-employee {
    background: #f0fdf4;
    color: #16a34a;
}
.ldi-icon-client {
    background: #fffbeb;
    color: #d97706;
}
.ldi-text {
    flex: 1;
    min-width: 0;
}
.ldi-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.3;
}
.ldi-desc {
    display: block;
    font-size: 11px;
    color: #94a3b8;
    margin-top: 2px;
    white-space: nowrap;
}
.ldi-arrow {
    color: #cbd5e1;
    flex-shrink: 0;
    transition: transform 0.15s ease, color 0.15s ease;
}
.login-dropdown-item:hover .ldi-arrow {
    color: #2563eb;
    transform: translateX(2px);
}

.hdr-user {
    position: relative;
}

.hdr-avatar-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 5px 12px 5px 5px;
    border: 1px solid #d8e2ec;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.hdr-avatar-btn:hover {
    border-color: #b9c8da;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    transform: translateY(-1px);
}

.hdr-avatar-btn:focus-visible {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14);
}

.hdr-user.is-open .hdr-avatar-btn {
    border-color: #93c5fd;
    background: linear-gradient(135deg, #ffffff 0%, #eff6ff 100%);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.18);
}

.hdr-avatar-circle {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #1f509e 0%, #2563eb 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(29, 78, 216, 0.28);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.hdr-avatar-circle-lg {
    width: 46px;
    height: 46px;
    font-size: 15px;
}

.hdr-user-trigger-copy {
    display: none;
    min-width: 0;
    text-align: left;
}

.hdr-user-trigger-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
}

.hdr-user-trigger-name {
    display: block;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
}

.hdr-user-trigger-icon {
    width: 9px;
    height: 9px;
    margin-right: 2px;
    border-right: 2px solid #64748b;
    border-bottom: 2px solid #64748b;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.hdr-user.is-open .hdr-user-trigger-icon {
    border-color: #1d4ed8;
    transform: rotate(225deg) translateY(-1px);
}

.hdr-user-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(280px, calc(100vw - 32px));
    padding: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.18);
    z-index: 60;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.hdr-user.is-open .hdr-user-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.hdr-user-menu-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid #eef2f7;
    background: linear-gradient(180deg, #f8fbff 0%, #f1f6fd 100%);
}

.hdr-user-menu-meta {
    min-width: 0;
}

.hdr-user-name {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hdr-user-role {
    margin-top: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
}

.hdr-user-email {
    margin-top: 4px;
    font-size: 12px;
    color: #94a3b8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hdr-user-menu-links {
    padding: 8px;
}

.hdr-user-link {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    background: transparent;
    border: none;
    text-align: left;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
    cursor: pointer;
    border-radius: 12px;
    transition: background 0.2s ease, color 0.2s ease;
}

.hdr-user-link::after {
    content: "\203A";
    margin-left: auto;
    font-size: 18px;
    line-height: 1;
    color: #94a3b8;
    transition: transform 0.2s ease, color 0.2s ease;
}

.hdr-user-link:hover {
    background: #f8fafc;
    color: #0f172a;
}

.hdr-user-link:hover::after {
    color: #1d4ed8;
    transform: translateX(2px);
}

.hdr-user-link-danger {
    color: #b91c1c;
    background: #fff5f5;
}

.hdr-user-link-danger::after {
    content: none;
}

.hdr-user-link-danger:hover {
    background: #fee2e2;
    color: #991b1b;
}

.hdr-user-logout-form {
    margin: 0;
    padding: 8px;
    border-top: 1px solid #eef2f7;
}

.nav-phone {
    font-size: 14px;
    color: #0B2B47;
    text-decoration: none;
    white-space: nowrap;
}

.nav-phone:hover {
    color: #1F509E;
}

/* CTA button */
.cta-btn {
    display: none;
    background: linear-gradient(90deg, #2563EB, #1D4ED8);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.01em;
    padding: 12px 22px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
    text-align: center;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.35);
}

.cta-btn:link,
.cta-btn:visited,
.cta-btn:hover,
.cta-btn:active,
.cta-btn:focus {
    color: #ffffff;
    text-decoration: none;
}

.cta-btn:hover {
    background: linear-gradient(90deg, #1D4ED8, #1E40AF);
    box-shadow: 0 6px 14px rgba(30, 64, 175, 0.45);
    transform: translateY(-1px);
}

.cta-btn:focus-visible {
    outline: 2px solid #93c5fd;
    outline-offset: 2px;
}

/* hamburger */
.menu-btn {
    margin-left: auto;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #1f2937;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.menu-btn:hover {
    background: #e2e8f0;
}

.menu-icon {
    width: 28px;
    height: 28px;
    color: #2F3E4E;
}

/* ===== MOBILE MENU ===== */
.mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 40;
    display: none;
}

.mobile-overlay.active {
    display: block;
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    max-width: 320px;
    height: 100%;
    background: white;
    box-shadow: -2px 0 10px rgba(0,0,0,0.15);
    z-index: 50;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.mobile-nav.active {
    transform: translateX(0);
}

.mobile-nav-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px 20px 24px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.mobile-nav ul {
    list-style: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 12px;
}

.mobile-nav li {
    margin-bottom: 10px;
}

.mobile-has-submenu {
    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
    padding: 6px 0 4px;
}

.mobile-submenu-toggle {
    width: 100%;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-align: left;
    color: #1e293b;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    padding: 6px 0;
    cursor: pointer;
}

.mobile-submenu-arrow {
    color: #64748b;
    font-size: 16px;
    transition: transform 0.2s ease;
}

.mobile-submenu-list {
    display: none;
    list-style: none;
    margin: 8px 0 2px;
    padding: 0 0 0 12px;
    border-left: 2px solid #e2e8f0;
}

.mobile-has-submenu.open .mobile-submenu-list {
    display: block;
}

.mobile-has-submenu.open .mobile-submenu-arrow {
    transform: rotate(180deg);
}

.mobile-submenu-item {
    margin: 0 0 8px;
    padding-left: 0;
}

.mobile-submenu-item:last-child {
    margin-bottom: 0;
}

.mobile-submenu-item a {
    font-size: 16px;
    color: #475569;
    line-height: 1.35;
    font-weight: 500;
    padding: 3px 0;
}

.mobile-nav a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #2F3E4E;
    display: block;
    line-height: 1.3;
    padding: 6px 0;
}

.mobile-nav a:hover {
    color: #1F509E;
}

.mobile-close-btn {
    align-self: flex-end;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #0f172a;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.mobile-close-btn:hover {
    background: #f1f5f9;
}

.mobile-cta {
    margin-top: 16px;
    width: 100%;
    min-height: 45px;
    background: #2F80ED;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    flex-shrink: 0;
}




/* ===== MAIN ===== */
main {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

/* ===== PROFILE PAGE ===== */
.profile-page {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.profile-page-wrap {
    max-width: 1180px;
    margin: 36px auto 56px;
    padding: 0 16px;
}

.profile-page-header {
    margin-bottom: 10px;
}

.profile-page-header h1 {
    margin: 0 0 6px;
    font-size: 34px;
    color: #0f172a;
}

.profile-page-header p {
    margin: 0 0 10px;
    color: #64748b;
    font-size: 15px;
}

.profile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

.profile-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
    padding: 28px 24px;
    height: 100%;
}

.profile-card-head h1,
.profile-card-head h2 {
    margin: 0 0 6px;
    font-size: 24px;
    color: #0f172a;
}

.profile-card-head p {
    margin: 0 0 18px;
    font-size: 15px;
    color: #64748b;
}

.profile-alert {
    border-radius: 10px;
    padding: 10px 12px;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 600;
}

.profile-alert-success {
    border: 1px solid #86efac;
    background: #f0fdf4;
    color: #166534;
}

.profile-alert-error {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.profile-form {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.profile-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.profile-form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #334155;
}

.profile-input {
    width: 100%;
    min-height: 46px;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    padding: 0 14px;
    font-size: 15px;
    color: #0f172a;
    background: #ffffff;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.profile-input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.profile-input.is-invalid {
    border-color: #ef4444;
}

.profile-input-readonly {
    background: #f8fafc;
    color: #334155;
    border-color: #e2e8f0;
    cursor: not-allowed;
}

.profile-error {
    font-size: 13px;
    color: #dc2626;
}

.profile-note {
    margin: 4px 0 0;
    font-size: 13px;
    color: #64748b;
}

.profile-actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
}

.profile-save-btn {
    min-height: 44px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(90deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
    padding: 0 16px;
    align-self: flex-start;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.25);
    transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.profile-save-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(29, 78, 216, 0.28);
}

.profile-save-btn:active {
    transform: translateY(0);
}

@media (max-width: 992px) {
    .profile-grid {
        grid-template-columns: 1fr;
    }

    .profile-actions {
        justify-content: flex-start;
    }
}

/* ===== RESPONSIVE ===== */
@media (min-width: 768px) {

    .nav-container {
        height: 90px;
        padding: 0 48px;
    }

    .logo {
        height: 70px;
    }

    .nav-menu {
        display: flex;
        gap: 16px;
    }

    .cta-btn {
        display: block;
    }

    .menu-btn {
        display: none;
    }

    .nav-item-dropdown:hover .nav-dropdown,
    .nav-item-dropdown:focus-within .nav-dropdown {
        display: block;
    }
}

@media (min-width: 768px) {
    .hdr-user-trigger-copy {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .nav-container {
        height: 84px;
        padding: 0 24px;
        gap: 16px;
    }

    .brand-link {
        flex-shrink: 1;
    }

    .logo {
        height: 56px;
        max-width: min(100%, 280px);
    }

    .nav-menu {
        flex: 1;
        min-width: 0;
        margin-left: 16px;
        gap: 12px;
    }

    .nav-menu a {
        font-size: 15px;
    }

    .nav-right {
        margin-left: 12px;
    }
}

@media (min-width: 1024px) {
    .nav-menu a {
        font-size: 16px;
    }

    .cta-btn {
        width: 270px;
        height: 52px;
        font-size: 17px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}


/* =========================
   HERO SECTION
========================= */

.hero-section {
    position: relative;
    width: 100%;
    min-height: 88vh;
    overflow: hidden;
}

/* background image */
.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* gradient overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        #0A1927 0%,
        rgba(10,25,39,0.85) 50%,
        rgba(10,25,39,0.4) 100%
    );
}

/* content wrapper */
.hero-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 88vh;
    padding: 80px 12px;
}

/* inner flex */
.hero-inner {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 32px 0;
}

.hero-text {
    max-width: 640px;
    color: #fff;
}

/* top label */
.hero-label {
    color: #B0C4D9;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: capitalize;
    margin-bottom: 8px;
}

/* heading */
.hero-title {
    font-weight: 800;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 12px;
}

/* description */
.hero-desc {
    color: #D1E0EB;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* button */
.hero-btn {
    background: #3182F6;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.hero-btn:hover {
    background: #1A6CD9;
}

/* features */
.hero-features {
    display: flex;
    gap: 16px;
    margin-top: 16px;
    font-size: 12px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature-dot {
    width: 8px;
    height: 8px;
    background: #00C48C;
    border-radius: 50%;
}

.feature-text {
    color: #E8F0FE;
}

@media (max-width: 639px) {
    .hero-section,
    .hero-content {
        min-height: auto;
    }

    .hero-content {
        padding-top: 48px;
        padding-bottom: 40px;
    }

    .hero-inner {
        padding: 20px 0;
    }
}


/* =========================
   TABLET
========================= */
@media (min-width: 640px) {

    .hero-section {
        min-height: 75vh;
    }

    .hero-content {
        padding: 58px 32px;
    }

    .hero-label {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .hero-title {
        font-size: 44px;
        margin-bottom: 28px;
    }

    .hero-desc {
        font-size: 18px;
        margin-bottom: 36px;
    }

    .hero-btn {
        font-size: 20px;
        padding: 16px 40px;
    }

    .hero-features {
        font-size: 16px;
        gap: 32px;
    }

    .feature-dot {
        width: 12px;
        height: 12px;
    }
}

/* =========================
   DESKTOP
========================= */
@media (min-width: 1024px) {

    .hero-section,
    .hero-content {
        min-height: clamp(560px, 68vh, 720px);
    }

    .hero-content {
        padding: 48px 64px 44px;
    }

    .hero-title {
        font-size: 64px;
    }

    .hero-text {
        max-width: 900px;
    }
}

/* =========================
   XL DESKTOP
========================= */
@media (min-width: 1280px) {
    .hero-title {
        font-size: 72px;
    }
}


/* =========================
   COUNTER SECTION
========================= */

.counter-section {
    padding: 40px 0;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
}

/* container */
.counter-container {
    max-width: 1376px;
    margin: 0 auto;
    padding: 0 16px;
}

/* inner box */
.counter-box {
    border-radius: 16px;
    padding: 32px 12px;
    width: 100%;
}

/* grid */
.counter-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
    text-align: center;
}

/* number */
.counter-number {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
}

/* text */
.counter-title {
    font-size: 14px;
    font-weight: 600;
    color: #94a3b8;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.counter-sub {
    font-size: 14px;
    color: #94a3b8;
}

/* hide/show helpers */
.hide-mobile {
    display: none;
}

.show-mobile {
    display: block;
}


/* =========================
   TABLET
========================= */
@media (min-width: 640px) {

    .counter-container {
        padding: 0 24px;
    }

    .counter-number {
        font-size: 36px;
    }

    .hide-mobile {
        display: inline;
    }

    .show-mobile {
        display: none;
    }
}

/* =========================
   DESKTOP
========================= */
@media (min-width: 768px) {

    .counter-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 32px;
    }

    .counter-box {
        padding: 40px 64px;
    }
}

@media (min-width: 1024px) {
    .counter-container {
        padding: 0 40px;
    }

    .counter-number {
        font-size: 40px;
    }
}

/* =========================
   SERVICES SECTION
========================= */

body {
    background: #f3f4f6;
    margin: 0;
}

.services-section {
    max-width: 1440px;
    margin: 0 auto 12px;
    padding: 28px 8px;
}

/* =========================
   HEADING
========================= */

.services-header {
    text-align: center;
    margin-bottom: 32px;
    padding: 0 8px;
}

.services-title {
    font-size: 22px;
    font-weight: 600;
    color: #111827;
    line-height: 1.4;
}

.services-divider {
    width: 40px;
    height: 4px;
    background: #3b82f6;
    margin: 12px auto 0;
    border-radius: 999px;
}

/* =========================
   GRID
========================= */

.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 4px;
}

/* =========================
   CARD
========================= */

.service-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: transform .25s ease, box-shadow .25s ease;
    width: 100%;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0,0,0,0.13);
}

/* image */
.service-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

/* content */
.service-content {
    padding: 20px;
}

.service-title {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.service-desc {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.65;
    margin-bottom: 16px;
}

.service-link {
    font-size: 14px;
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.service-link:hover {
    color: #1d4ed8;
}


/* =========================
   SMALL DEVICES
========================= */
@media (min-width: 480px) {

    .services-title {
        font-size: 26px;
    }

    .service-card img {
        height: 180px;
    }
}

/* =========================
   TABLET
========================= */
@media (min-width: 640px) {

    .services-section {
        padding: 36px 24px;
    }

    .services-header {
        margin-bottom: 28px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0 16px;
    }

    .service-card {
        max-width: 100%;
    }

    .service-card img {
        height: 210px;
    }

    .service-title {
        font-size: 18px;
    }

    .service-desc,
    .service-link {
        font-size: 14px;
    }
}

/* =========================
   DESKTOP
========================= */
@media (min-width: 1024px) {

    .services-section {
        padding: 40px 24px 28px;
    }

    .services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .service-card img {
        height: 240px;
    }
}

/* =========================
   XL
========================= */
@media (min-width: 1280px) {
    .services-grid {
        gap: 28px;
    }
}


/* =========================
   SECTION
========================= */

.why-section {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 48px 16px;
}

/* =========================
   GRID LAYOUT
========================= */

.why-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    align-items: center;
}

/* =========================
   LEFT CONTENT
========================= */

.why-left {
    padding-right: 0;
}

.why-title {
    font-size: 32px;
    font-weight: 800;
    color: #111827;
    white-space: nowrap;
    line-height: 1.2;
    margin-bottom: 24px;
}

.why-desc {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* list */

.why-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
}

.check-icon {
    width: 24px;
    height: 24px;
    background: #3b82f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 4px;
}

.check-icon svg {
    width: 14px;
    height: 14px;
    stroke: white;
}

.why-text {
    font-size: 16px;
    color: #374151;
}

/* button */

.why-btn {
    background: #111827;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
}

.why-btn:hover {
    background: #000000;
}

/* =========================
   RIGHT IMAGE
========================= */

.why-right {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}

.why-image-wrapper {
    width: 100%;
    max-width: 420px;
    position: relative;
}

.why-image {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 25px 45px rgba(0,0,0,0.2);
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* stats card */

.project-card {
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: #2563eb;
    color: white;
    padding: 18px 26px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.project-card h3 {
    font-size: 36px;
    font-weight: 800;
    margin: 0;
}

.project-card p {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 6px;
}

/* =========================
   TABLET
========================= */

@media (min-width: 640px) {

    .why-section {
        padding: 48px 32px;
    }

    .why-title {
        font-size: 42px;
    }

    .why-desc {
        font-size: 18px;
    }

    .why-text {
        font-size: 18px;
    }

    .why-btn {
        width: auto;
        font-size: 18px;
        padding: 16px 36px;
    }

    .why-image-wrapper {
        max-width: 560px;
    }

    .why-image {
        transform: scale(1.1);
    }
}

/* =========================
   DESKTOP
========================= */

@media (min-width: 1024px) {

    .why-section {
        padding: 56px 48px;
        overflow-x: clip;
    }

    .why-container {
        grid-template-columns: 1fr 1fr;
        gap: 60px;
    }

    .why-left {
        padding-right: 40px;
    }

    .why-title {
        font-size: 56px;
    }

    .why-image {
        transform: scale(1.25);
    }

    .why-right,
    .why-image-wrapper {
        min-width: 0;
    }

    .project-card {
        left: -35%;
        bottom: 0;
        margin-left: 32px;
    }

    .project-card h3 {
        font-size: 48px;
    }

    .project-card p {
        font-size: 14px;
    }
}

    .industry-section {
            padding-top: 48px;
            padding-bottom: 56px;
            background: #f8fafc;
        }

        .container {
            max-width: 1376px;
            margin: auto;
            padding: 0 10px;
        }

        /* HEADING */
        .section-title {
            text-align: center;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 24px;
            line-height: 1.2;
            font-size: 24px;
        }

        /* GRID */
.industry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    justify-items: center;
    align-items: center;
}

        /* ITEM */
        .industry-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 0;
            background: #ffffff;
            border-radius: 14px;
            overflow: hidden;
            width: 100%;
            box-shadow: 0 2px 10px rgba(0,0,0,.06);
            transition: transform .2s, box-shadow .2s;
        }

        .industry-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(37,99,235,.12);
        }

        .industry-item img {
            width: 100%;
            height: 110px;
            object-fit: cover;
            object-position: center;
            display: block;
        }

        .industry-item p {
            font-size: 13px;
            font-weight: 600;
            color: #1e293b;
            line-height: 1.3;
            padding: 10px 8px;
            width: 100%;
        }

        /* SMALL DEVICES */
        @media (min-width: 640px) {

            .industry-section {
                padding-top: 32px;
                padding-bottom: 80px;
            }

            .container {
                padding: 0 24px;
            }

            .section-title {
                font-size: 36px;
                margin-bottom: 48px;
            }

            .industry-item img {
                width: 100%;
                height: 120px;
            }

            .industry-item p {
                font-size: 14px;
            }
        }

        /* MEDIUM DEVICES */
        @media (min-width: 768px) {

            .industry-grid {
                grid-template-columns: repeat(6, 1fr);
                gap: 16px;
            }

            .industry-item img {
                height: 130px;
            }
        }



  
/* =========================
   SECTION
========================= */
.exp-section {
    padding: 40px 0;
    background: #0F172A;
}

.exp-container {
    max-width: 1440px;
    margin: auto;
    padding: 0 16px;
}

/* =========================
   HEADER
========================= */
.exp-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.exp-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
}

.exp-subtitle {
    margin-top: 8px;
    font-size: 14px;
    color: #cbd5e1;
}

/* BUTTON */
.exp-btn {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #475569;
    background: transparent;
    color: #f8fafc;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

.exp-btn:hover {
    background: #020617;
    border-color: #64748b;
}

/* =========================
   GRID
========================= */
.exp-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

/* =========================
   CARD
========================= */
.exp-card {
    display: flex;
    flex-direction: column;
    background: #1E293B;
    border: 1px solid #1e293b;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.65);
}

.exp-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.exp-card-body {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.exp-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.exp-green { color: #34d399; }
.exp-blue { color: #38bdf8; }

.exp-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #f1f5f9;
    margin-bottom: 8px;
}

.exp-card-text {
    font-size: 13px;
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 16px;
}

.exp-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #34d399;
    font-size: 13px;
    font-weight: 500;
}

.exp-icon {
    font-size: 18px;
}

/* =========================
   RESPONSIVE
========================= */

/* SM */
@media (min-width: 640px) {

    .exp-section { padding: 56px 0; }

    .exp-title { font-size: 28px; }

    .exp-card img { height: 192px; }

    .exp-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MD */
@media (min-width: 768px) {

    .exp-section { padding: 80px 0; }

    .exp-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

/* LG */
@media (min-width: 1024px) {

    .exp-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .exp-card img {
        height: 224px;
    }
}


/* Section */
.ts-section {
  padding: 60px 0;
  background: #ffffff;
}

/* Container */
.ts-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* Heading */
.ts-heading {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #000;
}

/* Grid */
.ts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Card */
.ts-card {
  background: #f3f4f6;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}

/* User Row */
.ts-user {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

/* Avatar */
.ts-avatar-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-right: 14px;
  flex-shrink: 0;
}

.ts-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e5e7eb;
  margin-right: 0;
}

.ts-avatar-fallback {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbeafe;
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

/* User Info */
.ts-user-info h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 1.2;
}

.ts-user-info span {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.25;
}

/* Stars */
.ts-stars {
  margin-left: auto;
  color: #f59e0b;
  font-size: 18px;
  letter-spacing: 3px;
}

/* Text */
.ts-text {
  font-size: 15px;
  line-height: 1.7;
  color: #334155;
  margin: 0;
}

/* =========================
   Responsive
========================= */

@media (max-width: 1024px) {
  .ts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {

  .ts-heading {
    font-size: 24px;
  }

  .ts-grid {
    grid-template-columns: 1fr;
  }

  .ts-card {
    padding: 22px;
  }

  .ts-avatar {
    width: 48px;
    height: 48px;
  }

  .ts-avatar-wrap,
  .ts-avatar-fallback {
    width: 48px;
    height: 48px;
  }

  .ts-avatar-fallback {
    font-size: 17px;
  }
}

/* ===============================
   CLIENT LOGOS SECTION
================================ */

.cl-section {
    background: #f8fafc;
    padding: 56px 0;
}

.cl-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
}

/* Heading */
.cl-heading {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #111827;
}

/* Grid */
.cl-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-items: center;
    justify-items: center;
}

/* Logo box */
.cl-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 5px 5px;
    background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

/* Logo image */
.cl-logo {
    height: 32px;
    max-width: 120px;
    width: auto;
    object-fit: contain;
    opacity: 1;
    transition: all 0.3s ease;
}

/* Hover effect */
.cl-logo:hover {
    opacity: 0.85;
    transform: scale(1.05);
}

/* ===============================
   RESPONSIVE
================================ */

/* Small devices */
@media (min-width: 640px) {
    .cl-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }

    .cl-logo {
        height: 40px;
    }
}

/* Medium devices */
@media (min-width: 768px) {
    .cl-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
    }

    .cl-logo {
        height: 48px;
    }
}

/* Large devices */
@media (min-width: 1024px) {
    .cl-container {
        padding: 0 40px;
    }

    .cl-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .cl-logo {
        height: 56px;
    }
}




/* ================= GLOBAL ================= */

.hv-body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #f3f4f6;
    color: #1f2937;
}

.hv-container {
    max-width: 1440px;
    margin: auto;
    padding: 0 20px;
}

/* ================= FAQ ================= */

.hv-faq {
    background: #fff;
    padding: 60px 0;
}

.hv-faq-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

.hv-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.hv-faq-item {
    border: 1px solid #eef2f7;
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 14px;
    background: #ffffff;
    box-shadow: 0 1px 0 rgba(17, 24, 39, 0.03);
    transition: box-shadow 220ms ease, border-color 220ms ease, transform 220ms ease, background-color 220ms ease;
}

/* FAQ accordion: body collapsed by default */
.hv-faq-accordion .hv-faq-body {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-2px);
    transition: max-height 320ms cubic-bezier(.2,.8,.2,1), opacity 220ms ease, transform 220ms ease;
    will-change: max-height;
}
.hv-faq-accordion .hv-faq-item.open .hv-faq-body {
    opacity: 1;
    transform: translateY(0);
}
.hv-faq-accordion .hv-faq-trigger {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 10px 6px;
    font-size: inherit;
    font-weight: 600;
    color: #111827;
    list-style: none;
    user-select: none;
    border-radius: 12px;
    transition: background-color 180ms ease, color 180ms ease;
}
.hv-faq-accordion .hv-faq-item:not(.open) .hv-faq-trigger {
    color: #6b7280;
}
.hv-faq-accordion .hv-faq-icon {
    flex-shrink: 0;
    transition: transform 220ms ease;
    font-size: 0.75em;
}
.hv-faq-accordion .hv-faq-item.open .hv-faq-icon {
    transform: rotate(-180deg);
}
.hv-faq-accordion .hv-faq-trigger:hover,
.hv-faq-accordion .hv-faq-trigger:focus {
    outline: none;
    color: #111827;
    background: rgba(37, 99, 235, 0.08);
}

.hv-faq-item.muted h3 {
    color: #9ca3af;
    font-weight: 500;
}

.hv-faq-item p {
    color: #6b7280;
    margin-top: 10px;
    line-height: 1.6;
}

.hv-faq-accordion .hv-faq-item.open {
    border-color: rgba(37, 99, 235, 0.22);
    box-shadow: 0 10px 26px rgba(17, 24, 39, 0.08);
    background: linear-gradient(180deg, rgba(37, 99, 235, 0.04), rgba(37, 99, 235, 0.00));
}

.hv-faq-accordion .hv-faq-body-inner {
    padding: 0 6px 6px 6px;
}

@media (prefers-reduced-motion: reduce) {
    .hv-faq-accordion .hv-faq-body,
    .hv-faq-item,
    .hv-faq-accordion .hv-faq-icon,
    .hv-faq-accordion .hv-faq-trigger {
        transition: none !important;
    }
}

.hv-faq-image img {
    width: 100%;
    max-width: 420px;
    border-radius: 16px;
    
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.hv-faq-image{
    text-align:end;
}

/* ================= COMPANY ================= */

.hv-company {
    padding: 60px 0;
}

.hv-company-card {
    background: white;
    border-radius: 16px;
    padding: 40px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.hv-company-left h2 {
    font-size: 24px;
    font-weight: 700;
}

.hv-company-left p {
   
    margin-top: 15px;
    line-height: 1.7;
}

.hv-tags span {
    background: #f3f4f6;
    padding: 8px 14px;
    border-radius: 30px;
    margin: 6px 6px 0 0;
    display: inline-block;
    font-size: 14px;
}

/* CTA */
/* CTA CARD */

.hv-cta {
    background: linear-gradient(180deg, #3fa2f4 0%, #2C98F1 100%);
    color: #ffffff;
    padding: 40px 32px;
    border-radius: 16px;
    text-align: center;
    max-width: 421px;
}

/* HEADING */

.hv-cta h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* SUBTEXT */

.hv-cta p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 26px;
}

/* BUTTON BASE */

.hv-btn-primary,
.hv-btn-outline {
    display: block;
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
}

/* PRIMARY BUTTON */

.hv-btn-primary {
    background: #ffffff;
    color: #2C98F1;
    border: none;
    margin-bottom: 14px;
}

/* OUTLINE BUTTON */

.hv-btn-outline {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}
.hv-cta {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* ================= LOCATIONS ================= */

.hv-locations {
    background: white;
    padding: 60px 0;
}

.hv-location-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}

.hv-location-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 40px;
}

.hv-location-list {
    list-style: none;
    font-size: 17px;
    font-weight: 500;
    padding: 0;
}

.hv-location-list li {
    margin: 12px 0;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1e293b;
}

.hv-location-list li::before {
    content: "📍";
    font-size: 16px;
}

.hv-location-list li:hover {
    color: #2563eb;
}

.hv-map img {
    max-width: 420px;
    width: 100%;
}

/* ================= FOOTER ================= */

.hv-footer {
    background: #020617;
    color: #cbd5f5;
    padding: 60px 0;
}

.hv-footer-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 40px;
}

.hv-footer h4 {
    color: white;
    margin-bottom: 15px;
    font-size: 14px;
}

.hv-footer ul {
    list-style: none;
    padding: 0;
}

.hv-footer li {
    margin-bottom: 8px;
    cursor: pointer;
    
}

.login-link,
.login-link:hover,
.login-link:focus,
.login-link:active {
    text-decoration: none;
}

.hv-footer li:hover {
    color: white;
}

.hv-logo {
    height: 40px;
    filter: brightness(0) invert(1);
    margin-bottom: 15px;
}

.hv-footer-text {
    color: #94a3b8;
    font-size: 14px;
}

.hv-footer-bottom {
    border-top: 1px solid #1e293b;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 13px;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none !important;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 900px) {

    .hv-faq-grid,
    .hv-company-card {
        grid-template-columns: 1fr;
    }

    .hv-location-wrap {
        flex-direction: column;
    }

    .hv-footer-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 600px) {

    .hv-footer-grid {
        grid-template-columns: 1fr;
    }

    .hv-faq-title {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .nav-container {
        height: 64px;
        padding: 0 12px;
    }

    .hero-title {
        font-size: 24px;
    }

    .hero-desc {
        font-size: 13px;
    }

    .counter-grid {
        grid-template-columns: 1fr;
    }

    .services-section {
        padding: 24px 8px;
    }

    .why-section {
        padding: 32px 16px;
    }

    .project-card {
        position: static;
        margin-top: 12px;
        width: fit-content;
    }

    .industry-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 12px;
    }

    .exp-header {
        align-items: flex-start;
    }

    .ts-section {
        padding: 40px 0;
    }

    .hv-faq {
        padding: 40px 0;
    }

    .hv-faq-image {
        text-align: center;
    }

    .hv-company-card {
        padding: 24px;
    }

    .hv-location-title {
        font-size: 22px;
    }

    .hv-location-list {
        font-size: 16px;
    }
}

/* ===== GLOBAL FRONTEND TYPOGRAPHY ===== */
:root {
    --fe-banner-heading-size: clamp(42px, 5vw, 64px);
    --fe-banner-content-size: 16px;
    --fe-section-heading-size: clamp(34px, 4vw, 52px);
    --fe-section-content-size: 16px;
}

.hero-title,
.ab-hero h1,
.svc-hero-text h1,
.ow-hero-text h1,
.contact-hero h1,
.sd-hero h1 {
    font-size: var(--fe-banner-heading-size) !important;
    line-height: 1.1 !important;
}

.hero-desc,
.ab-hero p,
.svc-hero-text p,
.ow-hero-text p,
.contact-hero p,
.sd-hero p {
    font-size: var(--fe-banner-content-size) !important;
    line-height: 1.6 !important;
}

.services-title,
.why-title,
.section-title,
.exp-title,
.hv-faq-title,
.hv-location-title,
.ts-heading,
.cl-heading,
.ab-content h2,
.ab-center-head h3,
.svc-section-title,
.ow-section-title,
.contact-form-card h2,
.contact-map-inner h2,
.contact-faq-inner h2,
.sd-head h2 {
    font-size: var(--fe-section-heading-size) !important;
    font-weight: 700 !important;
    line-height: 1.18 !important;
}

.svc-section-sub,
.ow-section-sub,
.ab-content p,
.ab-center-head p,
.contact-form-card .sub,
.contact-map-inner .sub,
.contact-faq-inner .sub,
.sd-head p {
    font-size: var(--fe-section-content-size) !important;
    line-height: 1.65 !important;
}

@media (max-width: 768px) {
    :root {
        --fe-banner-heading-size: 42px;
        --fe-banner-content-size: 15px;
        --fe-section-heading-size: 34px;
        --fe-section-content-size: 15px;
    }
}

/* ===== Global Mobile Hardening ===== */
@media (max-width: 1024px) {
    .nav-container {
        padding: 0 18px;
    }

    .nav-menu {
        margin-left: 18px;
        gap: 14px;
    }

    .cta-btn {
        padding: 11px 16px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    html,
    body {
        overflow-x: hidden;
    }

    .navbar {
        position: sticky;
        top: 0;
        z-index: 110;
    }

    .nav-container {
        height: 64px;
        padding: 0 12px;
        gap: 8px;
    }

    .brand-link {
        flex: 1;
    }

    .logo {
        max-width: none;
        height: auto;
        max-height: 50px;
    }

    .nav-right {
        display: none;
    }

    .menu-btn {
        display: inline-flex;
        width: 42px;
        height: 42px;
        font-size: 30px;
        flex-shrink: 0;
    }

    .why-container,
    .why-left {
        min-width: 0;
    }

    .why-title {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .mobile-nav {
        width: min(90vw, 340px);
        max-width: 340px;
    }

    .mobile-nav-inner {
        padding: 14px 16px 18px;
    }

    .mobile-nav a,
    .mobile-submenu-toggle {
        font-size: 17px;
    }

    .mobile-submenu-item a {
        font-size: 15px;
    }

    main {
        gap: 16px;
    }

    .profile-page-wrap {
        margin: 20px auto 34px;
        padding: 0 12px;
    }

    .profile-page-header h1 {
        font-size: 30px;
    }

    .profile-card {
        padding: 20px 16px;
        border-radius: 14px;
    }

    .profile-card-head h1,
    .profile-card-head h2 {
        font-size: 22px;
    }

    .profile-save-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    :root {
        --fe-banner-heading-size: 34px;
        --fe-banner-content-size: 14px;
        --fe-section-heading-size: 28px;
        --fe-section-content-size: 14px;
    }

    .hero-content {
        min-height: 42vh;
        padding: 32px 12px;
    }

    .hero-inner {
        padding: 16px 0;
    }

    .hero-features {
        flex-wrap: wrap;
        gap: 10px;
    }

    .counter-section,
    .services-section,
    .why-section,
    .industry-section,
    .exp-section,
    .ts-section,
    .cl-section,
    .hv-faq,
    .hv-company,
    .hv-locations,
    .hv-footer {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .counter-container,
    .exp-container,
    .cl-container,
    .hv-container,
    .ts-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .counter-grid,
    .services-grid,
    .industry-grid,
    .exp-grid,
    .ts-grid,
    .hv-footer-grid {
        gap: 14px;
    }

    .project-card {
        position: static;
        margin-top: 12px;
        width: 100%;
        max-width: 220px;
    }

    .hv-company-card {
        padding: 20px 16px;
        gap: 20px;
    }

    .hv-cta {
        max-width: 100%;
        padding: 24px 18px;
    }

    .hv-location-wrap {
        gap: 24px;
    }
}

@media (max-width: 420px) {
    .logo {
        max-width: none;
        max-height: 50px;
    }

    .mobile-nav {
        width: 92vw;
    }

    .mobile-nav a,
    .mobile-submenu-toggle {
        font-size: 16px;
    }
}

/* ===== SOURCE: about.css ===== */
.ab-shell {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.ab-hero {
    min-height: 430px;
    display: flex;
    align-items: center;
    color: #fff;
    background: linear-gradient(rgba(11, 43, 71, .78), rgba(11, 43, 71, .7)), url("/front/images/header.png") center/cover no-repeat;
}

.ab-hero-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 64px 24px;
}

.ab-hero h1 {
    font-size: clamp(40px, 5vw, 62px);
    line-height: 1.02;
    max-width: 650px;
    margin: 0 0 14px;
}

.ab-hero p {
    max-width: 560px;
    font-size: 16px;
    opacity: .95;
    margin-bottom: 24px;
}

.ab-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ab-btn-primary,
.ab-btn-secondary {
    text-decoration: none;
    border-radius: 8px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
}

.ab-btn-primary {
    background: #2563eb;
    color: #fff;
}

.ab-btn-secondary {
    border: 1px solid #cbd5e1;
    color: #fff;
    background: rgba(255, 255, 255, .05);
}

.ab-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 24px;
}

.ab-content-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 32px;
    align-items: center;
}

.ab-kicker {
    color: #2563eb;
    font-size: 11px;
    letter-spacing: 1.2px;
    font-weight: 700;
    margin-bottom: 8px;
}

.ab-content h2 {
    color: #0f172a;
    font-size: clamp(34px, 4.5vw, 52px);
    line-height: 1.04;
    margin: 0 0 12px;
}

.ab-content p {
    color: #475569;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
    max-width: 620px;
}

.ab-stats {
    margin-top: 22px;
    display: flex;
    gap: 42px;
}

.ab-stat-value {
    font-size: 38px;
    font-weight: 700;
    color: #2563eb;
    line-height: 1;
}

.ab-stat-label {
    margin-top: 6px;
    font-size: 11px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.ab-image-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(15, 23, 42, .14);
}

.ab-image {
    width: 100%;
    height: 370px;
    object-fit: cover;
    display: block;
}

.ab-image-badge {
    position: absolute;
    right: 14px;
    bottom: 14px;
    background: #10b981;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 8px;
    padding: 8px 10px;
}

.ab-block {
    padding: 28px 0 44px;
}

.ab-foundation {
    background: #f3f5f9;
    padding-top: 38px;
    padding-bottom: 38px;
}

.ab-center-head {
    text-align: center;
    margin-bottom: 28px;
}

.ab-center-head h3 {
    color: #0f172a;
    font-size: 46px;
    line-height: 1.06;
    margin: 0;
}

.ab-center-head p {
    color: #64748b;
    max-width: 760px;
    margin: 10px auto 0;
    font-size: 14px;
}

.ab-underline {
    display: inline-block;
    margin-top: 10px;
    width: 62px;
    height: 4px;
    border-radius: 999px;
    background: #2563eb;
}

.ab-card-grid {
    display: grid;
    gap: 16px;
}

.ab-card-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ab-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 24px 18px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
}

.ab-card-icon {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #2563eb;
    background: #eff6ff;
    margin-bottom: 12px;
}

.ab-card h4 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 22px;
}

.ab-card p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.65;
}

.ab-list {
    margin: 0;
    padding-left: 18px;
    color: #475569;
    font-size: 13px;
    line-height: 1.8;
}

/* About page "See more" for long values list */
.ab-expand {
    position: relative;
}
.ab-expand.is-collapsed {
    max-height: 210px;
    overflow: hidden;
}
.ab-expand-fade {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1));
    pointer-events: none;
}
.ab-expand.is-collapsed .ab-expand-fade {
    display: block;
}
.ab-expand-btn {
    margin-top: 10px;
    border: 1px solid #dbeafe;
    background: #eff6ff;
    color: #2563eb;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 180ms ease, transform 180ms ease;
}
.ab-expand-btn:hover {
    background: #dbeafe;
}
.ab-expand-btn:active {
    transform: translateY(1px);
}

.ab-team-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ab-team-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
}

.ab-team-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.ab-team-body {
    padding: 14px;
}

.ab-team-body h4 {
    margin: 0 0 4px;
    color: #0f172a;
    font-size: 18px;
}

.ab-team-role {
    color: #2563eb;
    font-size: 13px;
    margin-bottom: 8px;
}

.ab-team-body p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
}

.ab-dark {
    background: #0b1536;
    padding: 52px 0;
}

.ab-center-head-light h3 {
    color: #fff;
}

.ab-center-head-light p {
    color: #cbd5e1;
}

.ab-cert-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ab-cert-card {
    background: #111c40;
    border: 1px solid #1e2d5b;
    border-radius: 12px;
    padding: 20px 14px;
    text-align: center;
}

.ab-cert-card h4 {
    margin: 0 0 4px;
    color: #f8fafc;
    font-size: 16px;
}

.ab-cert-card p {
    margin: 0;
    color: #94a3b8;
    font-size: 12px;
}

@media (max-width: 1024px) {
    .ab-content-grid,
    .ab-card-grid-3,
    .ab-team-grid,
    .ab-cert-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .ab-hero {
        min-height: 350px;
    }

    .ab-content-grid,
    .ab-card-grid-3,
    .ab-team-grid,
    .ab-cert-grid {
        grid-template-columns: 1fr;
    }

    .ab-image {
        height: 260px;
    }

    .ab-center-head h3 {
        font-size: 34px;
    }

    .ab-content h2,
    .ab-hero h1 {
        font-size: 36px;
    }
}

@media (max-width: 600px) {
    .ab-shell,
    .ab-hero-inner,
    .ab-content {
        padding-left: 14px;
        padding-right: 14px;
    }

    .ab-hero {
        min-height: 300px;
    }

    .ab-hero h1 {
        font-size: 32px;
    }

    .ab-content h2,
    .ab-center-head h3 {
        font-size: 30px;
    }

    .ab-stats {
        gap: 20px;
        flex-wrap: wrap;
    }

    .ab-stat-value {
        font-size: 30px;
    }

    .ab-card {
        padding: 18px 14px;
    }

    .ab-team-card img {
        height: 220px;
    }
}

@media (max-width: 420px) {
    .ab-hero h1 {
        font-size: 28px;
    }

    .ab-content h2,
    .ab-center-head h3 {
        font-size: 26px;
    }
}

/* ===== SOURCE: contact.css ===== */
.contact-hero { position: relative; min-height: 320px; display: flex; align-items: center; justify-content: center; text-align: center; background: linear-gradient(rgba(11,43,71,.85), rgba(11,43,71,.75)), url("/front/images/header.png") center/cover no-repeat; color: #fff; padding: 60px 20px; }
.contact-hero h1 { font-size: clamp(28px, 4vw, 42px); font-weight: 700; margin-bottom: 12px; }
.contact-hero p { font-size: 16px; max-width: 640px; margin: 0 auto 24px; opacity: .95; }
.contact-hero-btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.contact-hero-btns a, .contact-hero-btns .btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 8px; font-weight: 600; text-decoration: none; font-size: 14px; border: none; cursor: pointer; }
.contact-hero-btns .btn-green { background: #16a34a; color: #fff; }
.contact-hero-btns .btn-white { background: #fff; color: #1f2937; }
.contact-wrap { max-width: 1280px; margin: 0 auto; padding: 48px 24px; }
.contact-grid { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-form-card { background: #fff; border-radius: 16px; padding: 32px; box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.contact-form-card h2 { font-size: 22px; font-weight: 700; color: #0B2B47; margin-bottom: 8px; }
.contact-form-card .sub { font-size: 14px; color: #6b7280; margin-bottom: 24px; }
.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .contact-form .form-row { grid-template-columns: 1fr; } }
.contact-form .field { margin-bottom: 16px; }
.contact-form label { display: block; font-size: 13px; font-weight: 600; color: #374151; margin-bottom: 6px; }
.contact-form label .req { color: #dc2626; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 10px 14px; border: 1px solid #d1d5db; border-radius: 8px; font-size: 14px; font-family: inherit; }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form .checkbox-wrap { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.contact-form .checkbox-wrap input { width: auto; }
.contact-form .btn-submit { background: #2563eb; color: #fff; padding: 12px 24px; border: none; border-radius: 8px; font-weight: 600; font-size: 14px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; }
.contact-form .btn-submit:hover { background: #1d4ed8; }
.contact-status {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border-radius: 12px;
    padding: 12px 14px;
    margin: 0 0 18px;
    border: 1px solid transparent;
}
.contact-status-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}
.contact-status strong {
    display: block;
    margin-bottom: 2px;
    font-size: 14px;
}
.contact-status p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
}
.contact-status-success {
    background: #ecfdf5;
    border-color: #a7f3d0;
    color: #065f46;
}
.contact-status-success .contact-status-icon {
    background: #10b981;
    color: #fff;
}
.contact-status-error {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}
.contact-status-error .contact-status-icon {
    background: #ef4444;
    color: #fff;
}
.contact-form .errors { background: #fef2f2; color: #b91c1c; padding: 12px; border-radius: 8px; margin-bottom: 16px; font-size: 14px; }
.contact-sidebar { display: flex; flex-direction: column; gap: 16px; }
.contact-card { background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 2px 12px rgba(0,0,0,.06); display: flex; gap: 16px; align-items: flex-start; }
.contact-card-icon { width: 48px; height: 48px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 22px; }
.contact-card-icon.blue { background: #2563eb; color: #fff; }
.contact-card-icon.green { background: #16a34a; color: #fff; }
.contact-card-icon.orange { background: #ea580c; color: #fff; }
.contact-card-icon.dark { background: #0B2B47; color: #fff; }
.contact-card-icon.red { background: #dc2626; color: #fff; }
.contact-card h3 { font-size: 15px; font-weight: 600; color: #111; margin-bottom: 4px; }
.contact-card p, .contact-card ul { font-size: 13px; color: #6b7280; margin: 0; }
.contact-card ul { padding-left: 18px; margin-top: 6px; }
.contact-card .btn-emergency { background: #dc2626; color: #fff; padding: 8px 14px; border-radius: 6px; font-size: 12px; font-weight: 600; text-decoration: none; display: inline-block; margin-top: 8px; }
.contact-map-section { background: #f9fafb; padding: 48px 24px; }
.contact-map-inner { max-width: 1280px; margin: 0 auto; }
.contact-map-inner h2 { font-size: 24px; font-weight: 700; color: #0B2B47; margin-bottom: 8px; }
.contact-map-inner .sub { color: #6b7280; margin-bottom: 24px; }
.contact-map-box { background: #e5e7eb; border-radius: 12px; min-height: 280px; overflow: hidden; box-shadow: 0 8px 22px rgba(15, 23, 42, .08); }
.contact-map-box iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; }
.contact-faq-section { padding: 48px 24px; }
.contact-faq-inner { max-width: 800px; margin: 0 auto; }
.contact-faq-inner h2 { font-size: 24px; font-weight: 700; color: #0B2B47; margin-bottom: 8px; }
.contact-faq-inner .sub { color: #6b7280; margin-bottom: 24px; }
.contact-faq-item { background: #f3f4f6; border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
.contact-faq-item.open .contact-faq-body { display: block; }
.contact-faq-trigger { width: 100%; padding: 16px 20px; text-align: left; font-size: 15px; font-weight: 600; color: #111; background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.contact-faq-body { display: none; padding: 0 20px 16px; }
.contact-faq-body p { margin: 0; font-size: 14px; color: #6b7280; line-height: 1.6; }
.nav-menu li a.active { font-weight: 700; color: #2563eb; }

@media (max-width: 768px) {
    .contact-wrap,
    .contact-map-section,
    .contact-faq-section {
        padding-left: 14px;
        padding-right: 14px;
    }

    .contact-hero {
        min-height: 280px;
        padding: 44px 14px;
    }

    .contact-form-card {
        padding: 20px 16px;
    }

    .contact-card {
        padding: 16px 14px;
        gap: 12px;
    }

    .contact-map-box {
        min-height: 220px;
    }
    .contact-map-box iframe { min-height: 250px; }

    .contact-hero-btns a,
    .contact-hero-btns .btn,
    .contact-form .btn-submit {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .contact-hero h1 {
        font-size: 26px;
    }

    .contact-form-card h2,
    .contact-map-inner h2,
    .contact-faq-inner h2 {
        font-size: 22px;
    }
}

/* ===== SOURCE: our-work.css ===== */
.ow-wrap {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
}

.ow-hero {
    min-height: 430px;
    color: #fff;
    background: linear-gradient(100deg, rgba(9, 20, 40, 0.92), rgba(9, 20, 40, 0.55)), url('/front/images/header.png') center/cover no-repeat;
    display: flex;
    align-items: center;
}

.ow-hero-inner {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    padding: 34px 0;
}

.ow-hero-content {
    max-width: 760px;
}

.ow-hero-badge {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.2);
    color: #6ee7b7;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
}

.ow-hero h1 {
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.08;
    margin-bottom: 12px;
}

.ow-hero p {
    font-size: 20px;
    line-height: 1.55;
    color: #dbeafe;
    max-width: 700px;
}

.ow-hero-bottom {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.ow-btn-primary {
    background: #10b981;
    color: #fff;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
}

.ow-stats {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ow-stats strong {
    display: block;
    font-size: 40px;
    line-height: 1;
}

.ow-stats span {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: #d1d5db;
}

.ow-stats .sep {
    width: 1px;
    height: 42px;
    background: rgba(255, 255, 255, 0.35);
}

.ow-filter-wrap {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 18px 0;
}

.ow-filter-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.ow-filter-bar h2 {
    font-size: 36px;
    margin-bottom: 4px;
}

.ow-filter-bar p {
    color: #64748b;
    font-size: 16px;
}

.ow-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ow-chip {
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    background: #fff;
    text-decoration: none;
    color: #334155;
    font-size: 14px;
    font-weight: 600;
}

.ow-chip.active {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

.ow-section {
    padding: 48px 0;
    background: #fff;
}

.ow-all-section {
    background: #f8fafc;
}

.ow-head {
    margin-bottom: 20px;
}

.ow-head h2 {
    font-size: 52px;
    color: #0f172a;
    margin-bottom: 6px;
}

.ow-head p {
    color: #64748b;
    font-size: 18px;
}

.ow-featured-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ow-featured-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.ow-featured-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.ow-featured-body {
    padding: 18px;
}

.ow-tag-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.ow-tag-pill {
    display: inline-flex;
    padding: 4px 10px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 700;
}

.ow-location {
    font-size: 12px;
    color: #64748b;
}

.ow-featured-body h3 {
    font-size: 36px;
    margin-bottom: 8px;
}

.ow-desc {
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.ow-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 10px 0;
    margin-bottom: 10px;
}

.ow-metrics strong {
    display: block;
    font-size: 32px;
    color: #1d4ed8;
    line-height: 1.05;
}

.ow-metrics span {
    font-size: 11px;
    color: #64748b;
}

.ow-bullets {
    list-style: none;
    margin-bottom: 10px;
}

.ow-bullets li {
    font-size: 14px;
    color: #334155;
    margin-top: 6px;
}

.ow-bullets li::before {
    content: '\2713';
    color: #10b981;
    margin-right: 8px;
}

.ow-case-link,
.ow-mini-link {
    text-decoration: none;
    color: #2563eb;
    font-weight: 700;
    font-size: 14px;
}

.ow-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ow-card-small {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.ow-card-small img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.ow-card-body {
    padding: 14px;
}

.ow-card-body h3 {
    font-size: 24px;
    margin-bottom: 6px;
}

.ow-card-body p {
    font-size: 14px;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 8px;
}

.ow-mini-meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #64748b;
    font-size: 12px;
    margin-bottom: 8px;
}

.ow-load-wrap {
    margin-top: 24px;
    text-align: center;
}

.ow-load-wrap button {
    border: 2px solid #2563eb;
    color: #2563eb;
    background: #fff;
    font-weight: 700;
    border-radius: 8px;
    padding: 12px 24px;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .ow-featured-grid,
    .ow-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ow-stats strong { font-size: 32px; }
}

@media (max-width: 768px) {
    .ow-hero,
    .ow-section,
    .ow-all-section {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .ow-featured-grid,
    .ow-grid,
    .ow-metrics {
        grid-template-columns: 1fr;
    }

    .ow-hero p { font-size: 16px; }
    .ow-head h2,
    .ow-featured-body h3,
    .ow-card-body h3,
    .ow-filter-bar h2 {
        font-size: 34px;
    }
}

@media (max-width: 600px) {
    .ow-wrap {
        width: calc(100% - 24px);
    }

    .ow-hero {
        min-height: 320px;
    }

    .ow-hero-inner {
        width: calc(100% - 24px);
        padding: 22px 0;
    }

    .ow-hero h1 {
        font-size: 30px;
    }

    .ow-filter-wrap,
    .ow-section,
    .ow-all-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .ow-filter-bar h2,
    .ow-head h2,
    .ow-featured-body h3,
    .ow-card-body h3 {
        font-size: 28px;
    }

    .ow-featured-card img {
        height: 210px;
    }

    .ow-card-small img {
        height: 160px;
    }

    .ow-stats {
        gap: 10px;
    }

    .ow-stats strong {
        font-size: 24px;
    }

    .ow-stats .sep {
        height: 30px;
    }
}

@media (max-width: 420px) {
    .ow-hero h1 {
        font-size: 26px;
    }

    .ow-filter-chips {
        width: 100%;
    }

    .ow-chip {
        flex: 1 1 calc(50% - 8px);
        text-align: center;
        padding: 9px 10px;
    }
}

/* ===== SOURCE: segments.css ===== */
.seg-wrap {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
}

.seg-hero {
    min-height: 430px;
    display: flex;
    align-items: center;
    color: #fff;
    background: linear-gradient(100deg, rgba(10, 22, 46, .93), rgba(10, 22, 46, .55)), url('/front/images/header.png') center/cover no-repeat;
}

.seg-hero-inner {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    padding: 34px 0;
}

.seg-badge {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.22);
    color: #6ee7b7;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px;
}

.seg-hero h1 {
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.08;
    margin-bottom: 12px;
    max-width: 760px;
}

.seg-hero p {
    max-width: 760px;
    font-size: 20px;
    line-height: 1.55;
    color: #dbeafe;
}

.seg-hero-actions {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.seg-btn {
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
}

.seg-btn.primary {
    background: #10b981;
    color: #fff;
}

.seg-btn.secondary {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #fff;
}

.seg-section {
    padding: 54px 0;
}

.seg-section.white { background: #fff; }
.seg-section.gray { background: #f8fafc; }

.seg-head h2 {
    font-size: 52px;
    margin-bottom: 8px;
    color: #0f172a;
}

.seg-head p {
    font-size: 18px;
    color: #64748b;
    line-height: 1.6;
}

.seg-head.center {
    text-align: center;
    max-width: 920px;
    margin: 0 auto 24px;
}

.seg-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #2563eb;
}

.seg-grid {
    display: grid;
    gap: 16px;
}

.seg-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.seg-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.seg-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.seg-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.seg-card-body {
    padding: 16px;
}

.seg-card h3 {
    font-size: 28px;
    margin-bottom: 8px;
}

.seg-card p {
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.seg-card ul,
.seg-challenge-card ul {
    list-style: none;
}

.seg-card li,
.seg-challenge-card li {
    color: #334155;
    font-size: 14px;
    margin-top: 6px;
    line-height: 1.5;
}

.seg-card li::before,
.seg-challenge-card li::before {
    content: '\2713';
    color: #10b981;
    margin-right: 7px;
}

.seg-card a,
.seg-story-card a {
    display: inline-block;
    margin-top: 10px;
    color: #2563eb;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.seg-challenge-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px;
}

.seg-challenge-card h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.seg-story-card {
    background: linear-gradient(120deg, #f1f5f9, #eef2ff);
    border: 1px solid #dbeafe;
    border-radius: 12px;
    padding: 18px;
}

.seg-story-card h3 {
    font-size: 28px;
    margin-bottom: 6px;
}

.seg-story-card p {
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
}

.seg-story-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 10px 0;
}

.seg-story-metrics div {
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    text-align: center;
}

.seg-story-metrics strong {
    display: block;
    font-size: 24px;
    color: #2563eb;
}

.seg-story-metrics span {
    font-size: 11px;
    color: #64748b;
}

@media (max-width: 1100px) {
    .seg-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
    .seg-grid-3,
    .seg-grid-2,
    .seg-story-metrics {
        grid-template-columns: 1fr;
    }

    .seg-hero,
    .seg-section {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .seg-hero p { font-size: 16px; }
    .seg-head h2,
    .seg-card h3,
    .seg-challenge-card h3,
    .seg-story-card h3 { font-size: 34px; }
}

@media (max-width: 600px) {
    .seg-wrap,
    .seg-hero-inner {
        width: calc(100% - 24px);
    }

    .seg-hero {
        min-height: 320px;
    }

    .seg-hero h1 {
        font-size: 30px;
    }

    .seg-section {
        padding: 34px 0;
    }

    .seg-head h2,
    .seg-card h3,
    .seg-challenge-card h3,
    .seg-story-card h3 {
        font-size: 28px;
    }

    .seg-card img {
        height: 160px;
    }
}

@media (max-width: 420px) {
    .seg-hero h1 {
        font-size: 26px;
    }
}

/* ===== SOURCE: services.css ===== */
.svc-hero { position: relative; min-height: 320px; display:flex; align-items:center; justify-content:center; color:#fff; text-align:left; padding:60px 24px; background: linear-gradient(rgba(11,43,71,.9), rgba(11,43,71,.85)), url("/front/images/header.png") center/cover no-repeat; }
.svc-hero-inner { max-width: 1200px; width:100%; margin:0 auto; display:flex; justify-content:space-between; gap:32px; }
.svc-hero-text h1 { font-size: clamp(28px,4vw,40px); margin-bottom:12px; }
.svc-hero-text p { font-size:15px; max-width:520px; margin-bottom:20px; opacity:.95; }
.svc-hero-tags { font-size:11px; letter-spacing:.12em; text-transform:uppercase; color:#93c5fd; margin-bottom:6px; }
.svc-hero-actions { display:flex; flex-wrap:wrap; gap:12px; }
.svc-hero-actions a { display:inline-flex; align-items:center; justify-content:center; padding:10px 20px; border-radius:999px; font-size:14px; font-weight:600; text-decoration:none; }
.svc-hero-actions .primary { background:#22c55e; color:#0b1120; }
.svc-hero-actions .secondary { border:1px solid #e5e7eb; color:#e5e7eb; }
.svc-wrap { max-width:1200px; margin:0 auto; padding:40px 24px 64px; }
.svc-section-head { text-align:center; margin-bottom:28px; }
.svc-section-label { font-size:11px; font-weight:600; letter-spacing:.16em; text-transform:uppercase; color:#2563eb; margin-bottom:6px; }
.svc-section-title { font-size:24px; font-weight:700; color:#0b1727; margin-bottom:6px; }
.svc-section-sub { font-size:14px; color:#6b7280; max-width:640px; margin:0 auto; }
.svc-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:18px; }
.svc-card { background:#fff; border-radius:16px; box-shadow:0 10px 25px rgba(15,23,42,.06); overflow:hidden; display:flex; flex-direction:column; }
.svc-card img { width:100%; height:160px; object-fit:cover; }
.svc-card-body { padding:16px 18px 18px; }
.svc-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #eaf0ff;
    color: #2563eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.svc-card-icon svg {
    width: 22px;
    height: 22px;
}
.svc-card-title { font-size:16px; font-weight:600; color:#0b1727; margin-bottom:4px; }
.svc-card-sub { font-size:13px; color:#6b7280; margin-bottom:8px; }
.svc-card-desc { font-size:13px; color:#4b5563; margin-bottom:10px; }
.svc-card-meta { font-size:12px; color:#9ca3af; }
.svc-highlights { margin-top:40px; display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:18px; }
.svc-highlight { border-radius:16px; background:#f9fafb; border:1px solid #e5e7eb; padding:18px 20px; }
.svc-highlight-title { font-size:15px; font-weight:600; margin-bottom:6px; color:#0b1727; }
.svc-highlight-text { font-size:13px; color:#4b5563; }
.svc-case-grid { margin-top:40px; display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:18px; }
.svc-case { border-radius:16px; background:#ecfdf5; border:1px solid #bbf7d0; padding:18px 20px; }
.svc-case-title { font-size:15px; font-weight:600; color:#065f46; margin-bottom:4px; }
.svc-case-client { font-size:12px; color:#047857; margin-bottom:8px; }
.svc-case-metrics { font-size:13px; color:#065f46; margin-bottom:8px; }
.svc-case-summary { font-size:13px; color:#064e3b; }
.svc-process-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(190px,1fr)); gap:18px; margin-top:20px; }
.svc-process-item { text-align:center; padding:10px 14px; }
.svc-process-num { width:52px; height:52px; border-radius:999px; display:inline-flex; align-items:center; justify-content:center; background:#e7edfb; color:#1d4ed8; font-weight:700; font-size:24px; margin-bottom:12px; }
.svc-process-item h3 { font-size:20px; color:#0f172a; margin-bottom:8px; }
.svc-process-item p { font-size:14px; color:#6b7280; line-height:1.6; }
@media (max-width: 900px) { .svc-hero-inner { flex-direction:column; } }

@media (max-width: 768px) {
    .svc-hero {
        min-height: 280px;
        padding: 42px 14px;
    }

    .svc-hero-text h1 {
        font-size: 30px;
    }

    .svc-wrap {
        padding: 28px 14px 44px;
    }

    .svc-section-title {
        font-size: 28px;
    }

    .svc-card img {
        height: 180px;
    }

    .svc-hero-actions {
        width: 100%;
    }

    .svc-hero-actions a {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .svc-hero-text h1 {
        font-size: 26px;
    }

    .svc-section-title {
        font-size: 24px;
    }
}

/* ===== SOURCE: service-detail.css ===== */
.sd-page {
    background: #f3f5f7;
    color: #0f172a;
}

.sd-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.sd-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(11, 23, 49, 0.84) 0%, rgba(11, 23, 49, 0.52) 45%, rgba(11, 23, 49, 0.12) 100%);
}

.sd-hero.sd-hero-green::before {
    background: linear-gradient(to right, rgba(11, 23, 49, 0.84) 0%, rgba(11, 23, 49, 0.52) 45%, rgba(11, 23, 49, 0.12) 100%);
}

.sd-hero.sd-hero-orange::before {
    background: linear-gradient(to right, rgba(11, 23, 49, 0.84) 0%, rgba(11, 23, 49, 0.52) 45%, rgba(11, 23, 49, 0.12) 100%);
}

.sd-container {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.sd-hero-inner {
    position: relative;
    z-index: 2;
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    padding: 48px 0;
}

.sd-tag {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    background: rgba(59, 130, 246, 0.24);
}

.sd-hero h1 {
    font-size: clamp(36px, 5vw, 62px);
    line-height: 1.1;
    max-width: 760px;
}

.sd-hero p {
    margin-top: 14px;
    font-size: 22px;
    line-height: 1.45;
    max-width: 760px;
    color: rgba(241, 245, 249, 0.95);
}

.sd-actions {
    margin-top: 26px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.sd-btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}

.sd-btn.primary {
    background: #2563eb;
    color: #fff;
}

.sd-btn.primary.green {
    background: #10b981;
}

.sd-btn.primary.orange {
    background: #f97316;
}

.sd-btn.secondary {
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff;
}

.sd-section {
    padding: 64px 0;
}

.sd-section.white {
    background: #fff;
}

.sd-head {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 34px;
}

.sd-head .eyebrow {
    color: #2563eb;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.sd-head h2 {
    margin-top: 10px;
    font-size: clamp(28px, 3.2vw, 46px);
    line-height: 1.2;
}

.sd-head p {
    margin-top: 12px;
    font-size: 19px;
    color: #475569;
    line-height: 1.6;
}

.sd-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.sd-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.sd-card h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.sd-card p {
    color: #475569;
    line-height: 1.65;
}

.sd-list {
    list-style: none;
    margin-top: 12px;
}

.sd-list li {
    margin-top: 7px;
    color: #334155;
    font-size: 15px;
}

.sd-list li::before {
    content: '\2713';
    color: #10b981;
    margin-right: 8px;
}

.sd-split {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 24px;
    align-items: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 26px;
}

.sd-split img {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.sd-process {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.sd-step {
    text-align: center;
}

.sd-step .num {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 12px;
}

.sd-step h4 {
    font-size: 20px;
}

.sd-step p {
    color: #64748b;
    margin-top: 8px;
    line-height: 1.5;
    font-size: 14px;
}

.sd-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    text-align: center;
}

.sd-metric {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 20px 10px;
}

.sd-metric .value {
    font-size: 42px;
    font-weight: 700;
    color: #16a34a;
}

.sd-metric .label {
    margin-top: 5px;
    color: #475569;
}

@media (max-width: 1100px) {
    .sd-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sd-process { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sd-split { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .sd-hero { min-height: 360px; }
    .sd-hero p { font-size: 18px; }
    .sd-grid,
    .sd-process,
    .sd-metrics {
        grid-template-columns: 1fr;
    }
    .sd-section {
        padding: 48px 0;
    }
}

.sd-hero-points {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 14px;
    color: #bfdbfe;
}

.sd-hero-points span::before {
    content: '\25CF';
    color: #22c55e;
    margin-right: 8px;
    font-size: 10px;
}

.sd-grid-cards-3 .sd-card h3 {
    font-size: 28px;
}

.sd-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eaf0ff;
    color: #2563eb;
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
}

.sd-approach-box {
    margin-top: 28px;
    background: linear-gradient(100deg, #eef4ff, #ecfeff);
    border: 1px solid #dbeafe;
    border-radius: 14px;
    padding: 22px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 24px;
    align-items: center;
}

.sd-approach-box h3 {
    font-size: 38px;
    margin-bottom: 16px;
}

.sd-approach-items {
    display: grid;
    gap: 12px;
}

.sd-approach-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.sd-approach-item .dot {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #2563eb;
    margin-top: 2px;
    position: relative;
}

.sd-approach-item .dot::after {
    content: '\2713';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.sd-approach-item h4 {
    font-size: 20px;
}

.sd-approach-item p {
    margin-top: 2px;
    color: #475569;
    font-size: 14px;
}

.sd-approach-box img {
    width: 100%;
    border-radius: 12px;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.sd-process-line {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.sd-process-line .sd-step {
    position: relative;
}

.sd-process-line .sd-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 28px;
    right: -18px;
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, #2563eb, transparent);
}

.sd-install-box {
    margin-top: 28px;
}

.sd-install-box h3 {
    font-size: 40px;
}

.sd-cap-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}

.sd-cap-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px 16px;
    text-align: center;
}

.sd-cap-card h4 {
    font-size: 22px;
    margin-bottom: 6px;
}

.sd-cap-card p {
    color: #64748b;
    font-size: 14px;
}

.sd-types-wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
    align-items: start;
}

.sd-types-title {
    font-size: 32px;
    margin-bottom: 12px;
}

.sd-types-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.sd-type-card {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px;
    background: #fff;
}

.sd-type-card h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.sd-type-card ul {
    list-style: none;
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
}

.sd-type-card li::before {
    content: '\2022';
    margin-right: 6px;
    color: #334155;
}

.sd-standard-card {
    background: #1d4ed8;
    color: #fff;
    border-radius: 12px;
    padding: 18px;
}

.sd-standard-card h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

.sd-standard-card ul {
    list-style: none;
    font-size: 14px;
    line-height: 1.8;
}

.sd-standard-card li::before {
    content: '\2713';
    margin-right: 8px;
}

@media (max-width: 1100px) {
    .sd-cap-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sd-types-wrap {
        grid-template-columns: 1fr;
    }

    .sd-approach-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .sd-hero-points {
        gap: 8px;
    }

    .sd-process-line {
        grid-template-columns: 1fr;
    }

    .sd-process-line .sd-step:not(:last-child)::after {
        display: none;
    }

    .sd-cap-grid,
    .sd-types-grid {
        grid-template-columns: 1fr;
    }
}

.sd-maint-card {
    text-align: center;
}

.sd-maint-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.sd-maint-icon.blue { background: #2563eb; }
.sd-maint-icon.red { background: #ef4444; }
.sd-maint-icon.green { background: #10b981; }
.sd-maint-icon.purple { background: #a855f7; }
.sd-maint-icon.orange { background: #f97316; }
.sd-maint-icon.sky { background: #3b82f6; }

.sd-learn-link {
    display: inline-block;
    margin-top: 12px;
    text-decoration: none;
    color: #2563eb;
    font-weight: 600;
}

.sd-learn-link.red { color: #ef4444; }
.sd-learn-link.green { color: #10b981; }
.sd-learn-link.purple { color: #a855f7; }
.sd-learn-link.orange { color: #f97316; }

.sd-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.sd-benefit-item {
    text-align: center;
    padding: 8px 10px;
}

.sd-benefit-icon {
    width: 62px;
    height: 62px;
    border-radius: 999px;
    margin: 0 auto 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

.sd-benefit-icon.green { background: #dcfce7; color: #16a34a; }
.sd-benefit-icon.blue { background: #dbeafe; color: #2563eb; }
.sd-benefit-icon.purple { background: #f3e8ff; color: #9333ea; }
.sd-benefit-icon.orange { background: #ffedd5; color: #ea580c; }

.sd-benefit-item h4 {
    font-size: 24px;
    margin-bottom: 6px;
}

.sd-benefit-item p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

.sd-section-gray {
    background: #f1f5f9;
}

.sd-process-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1100px) {
    .sd-benefits-grid,
    .sd-process-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .sd-benefits-grid,
    .sd-process-4 {
        grid-template-columns: 1fr;
    }
}

.sd-energy-hero.sd-hero-green::before {
    background: linear-gradient(to right, rgba(11, 23, 49, 0.84) 0%, rgba(11, 23, 49, 0.52) 45%, rgba(11, 23, 49, 0.12) 100%);
}

.sd-energy-results {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.sd-energy-result-card {
    text-align: center;
    padding: 10px;
}

.sd-energy-result-card .value {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
}

.sd-energy-result-card .label {
    font-size: 14px;
    color: #64748b;
    margin-top: 6px;
}

.sd-energy-result-card:nth-child(1) .value { color: #16a34a; }
.sd-energy-result-card:nth-child(2) .value { color: #2563eb; }
.sd-energy-result-card:nth-child(3) .value { color: #ea580c; }
.sd-energy-result-card:nth-child(4) .value { color: #9333ea; }

.sd-energy-card {
    text-align: left;
}

.sd-energy-card h3 {
    font-size: 24px;
}

.sd-energy-card .sd-list {
    margin-top: 10px;
}

.sd-energy-calc-section {
    background: #eaf7f1;
}

.sd-calc-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px;
    max-width: 860px;
    margin: 0 auto;
}

.sd-calc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.sd-calc-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px;
}

.sd-calc-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.sd-form-row {
    margin-bottom: 10px;
}

.sd-form-row label {
    display: block;
    font-size: 12px;
    color: #64748b;
    margin-bottom: 4px;
}

.sd-form-row input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
}

.sd-calc-btn {
    margin-top: 4px;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 8px;
    background: #2563eb;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.sd-savings-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #edf2f7;
    font-size: 14px;
    color: #475569;
}

.sd-savings-row strong {
    color: #0f172a;
    font-size: 24px;
}

.sd-savings-row strong.green { color: #16a34a; }
.sd-savings-row strong.orange { color: #ea580c; }

.sd-calc-quote-btn {
    width: 100%;
    margin-top: 14px;
    text-align: center;
}

@media (max-width: 1100px) {
    .sd-energy-results {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .sd-energy-results,
    .sd-calc-grid {
        grid-template-columns: 1fr;
    }
}

.sd-value-card {
    text-align: left;
}

.sd-value-card h3 {
    font-size: 22px;
}

.sd-value-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.sd-value-why-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px 14px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.sd-value-why-card h4 {
    font-size: 24px;
    margin-bottom: 6px;
}

.sd-value-why-card p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 1100px) {
    .sd-value-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .sd-value-why-grid {
        grid-template-columns: 1fr;
    }
}

.sd-retro-hero::before {
    background: linear-gradient(to right, rgba(11, 23, 49, 0.84) 0%, rgba(11, 23, 49, 0.52) 45%, rgba(11, 23, 49, 0.12) 100%);
}

.sd-retro-card {
    text-align: left;
}

.sd-retro-card h3 {
    font-size: 24px;
}

.sd-retro-why {
    margin-top: 24px;
    background: linear-gradient(100deg, #ecfeff, #f0fdf4);
    border: 1px solid #d1fae5;
    border-radius: 12px;
    padding: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
}

.sd-retro-why h3 {
    font-size: 34px;
    margin-bottom: 10px;
}

.sd-retro-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.sd-retro-why-grid img {
    width: 100%;
    height: 136px;
    object-fit: cover;
    border-radius: 8px;
}

.sd-retro-process-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sd-retro-portfolio-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.sd-retro-portfolio-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
}

.sd-retro-portfolio-card h3 {
    font-size: 24px;
}

.sd-retro-tag {
    margin-top: 10px;
    background: #dbeafe;
    color: #1d4ed8;
    border-radius: 8px;
    padding: 6px 10px;
    font-weight: 600;
    font-size: 12px;
}

.sd-retro-tag.green {
    background: #dcfce7;
    color: #16a34a;
}

.sd-retro-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.sd-mini-note {
    margin-top: 8px;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 600;
}

.sd-retro-roi-wrap {
    max-width: 740px;
}

.sd-retro-roi-wrap h3 {
    font-size: 28px;
    margin-bottom: 14px;
}

.sd-retro-roi-list {
    display: grid;
    gap: 10px;
}

.sd-retro-roi-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.sd-retro-roi-card h4 {
    font-size: 16px;
    margin-bottom: 3px;
}

.sd-retro-roi-card p {
    color: #64748b;
    font-size: 13px;
}

.sd-retro-roi-card strong {
    color: #16a34a;
    font-size: 34px;
    white-space: nowrap;
}

.sd-retro-roi-card strong.blue {
    color: #2563eb;
}

@media (max-width: 1100px) {
    .sd-retro-why {
        grid-template-columns: 1fr;
    }

    .sd-retro-process-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sd-retro-mini-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .sd-retro-portfolio-grid,
    .sd-retro-why-grid,
    .sd-retro-process-4 {
        grid-template-columns: 1fr;
    }

    .sd-retro-roi-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 600px) {
    .sd-container,
    .sd-hero-inner {
        width: calc(100% - 24px);
    }

    .sd-hero {
        min-height: 300px;
    }

    .sd-hero h1 {
        font-size: 30px;
    }

    .sd-hero p {
        font-size: 16px;
    }

    .sd-section {
        padding: 38px 0;
    }

    .sd-head h2 {
        font-size: 28px;
    }

    .sd-head p {
        font-size: 15px;
    }

    .sd-card,
    .sd-split,
    .sd-approach-box,
    .sd-calc-box,
    .sd-retro-why {
        padding: 16px;
    }

    .sd-step h4,
    .sd-card h3,
    .sd-install-box h3,
    .sd-types-title,
    .sd-retro-why h3 {
        font-size: 24px;
    }
}

@media (max-width: 420px) {
    .sd-hero h1 {
        font-size: 26px;
    }

    .sd-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .sd-btn {
        width: 100%;
        text-align: center;
    }

    .sd-metric .value,
    .sd-energy-result-card .value {
        font-size: 34px;
    }

    .sd-retro-roi-card strong {
        font-size: 28px;
    }
}

/* ===== SOURCE: employee-portal.css ===== */
/* Keep employee portal typography aligned with frontend global fonts */
.emp-portal-main,
.emp-portal-main * {
    font-family: var(--front-font-body, "Poppins", sans-serif);
}

.emp-portal-main h1,
.emp-portal-main h2,
.emp-portal-main h3,
.emp-portal-main h4,
.emp-portal-main h5,
.emp-portal-main h6,
.emp-training-header-title,
.emp-level-title-main,
.emp-final-title {
    font-family: var(--front-font-heading, "Poppins", sans-serif);
}

.emp-portal-header { position: sticky; top: 0; z-index: 100; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.08); }
.nav-logo-wrap { display: flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; }
.emp-portal-brand { display: flex; flex-direction: column; }
.emp-portal-name { font-size: 14px; font-weight: 600; color: #0B2B47; }
.emp-portal-tagline { font-size: 11px; color: #6b7280; }
.emp-portal-user-strip { display: flex; align-items: center; justify-content: flex-end; gap: 20px; padding: 8px 24px; background: #f8fafc; border-top: 1px solid #e2e8f0; }
.emp-portal-date { font-size: 13px; color: #64748b; }
.emp-portal-user { display: flex; align-items: center; gap: 10px; }
.emp-portal-avatar { width: 36px; height: 36px; border-radius: 50%; background: #0B2B47; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 14px; }
.emp-portal-username { font-size: 14px; font-weight: 600; color: #0f172a; }
.emp-portal-role { font-size: 12px; color: #64748b; }
.emp-portal-main {
    min-height: calc(100vh - 160px);
    padding: 1.5rem 1.5rem 2.5rem;
    background:#f3f4f6;
}

/* Training page */
.emp-training-shell { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 24px; align-items: start; }
@media (max-width: 900px) { .emp-training-shell { grid-template-columns: 1fr; } }
.emp-training-sidebar { position: sticky; top: 1.5rem; align-self: start; background: #0f172a; border-radius: 16px; padding: 20px 16px; color: #e5e7eb; }
.emp-training-sidebar h2 { font-size: 15px; font-weight: 600; margin-bottom: 16px; color: #e5e7eb; }
.emp-training-nav { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.emp-training-nav li a { display: flex; align-items: center; gap: 8px; width: 100%; text-decoration: none; color: #cbd5f5; font-size: 14px; padding: 8px 10px; border-radius: 8px; }
.emp-training-nav li a.emp-active { background: #2563eb; color: #fff; }
.emp-training-main { display: flex; flex-direction: column; gap: 20px; }
.emp-training-header-card { background: #ffffff; border-radius: 16px; padding: 20px 24px; box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08); }
.emp-training-header-title { font-size: 20px; font-weight: 700; margin-bottom: 4px; }
.emp-training-header-sub { font-size: 13px; color: #6b7280; margin-bottom: 16px; }
.emp-doc-tabs { margin: 0 0 16px; display: inline-flex; flex-wrap: wrap; border-radius: 10px; background: #f3f4f6; padding: 4px; gap: 4px; }
.emp-doc-tabs a { text-decoration: none; color: #4b5563; padding: 7px 16px; font-size: 13px; border-radius: 8px; font-weight: 500; }
.emp-doc-tabs a.emp-active { background: #ffffff; color: #111827; box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08); }
.emp-training-progress-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.emp-training-progress-bar { flex: 1; height: 8px; border-radius: 999px; background: #e5e7eb; overflow: hidden; }
.emp-training-progress-fill { height: 100%; background: linear-gradient(90deg, #22c55e, #16a34a); }
.emp-training-progress-label { font-size: 12px; color: #4b5563; }
.emp-training-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
@media (max-width: 900px) { .emp-training-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.emp-training-stat-card { border-radius: 12px; padding: 10px 12px; background: #f9fafb; border: 1px solid #e5e7eb; }
.emp-training-stat-label { font-size: 11px; color: #6b7280; margin-bottom: 4px; }
.emp-training-stat-value { font-size: 16px; font-weight: 600; }
.emp-training-stat-sub { font-size: 11px; color: #1b1c1e; }
.emp-level-card { background: #ffffff; border-radius: 16px; padding: 18px 20px; box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06); margin-bottom: 12px; }
.emp-level-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.emp-level-title-wrap { display: flex; align-items: center; gap: 8px; }
.emp-level-pill { width: 26px; height: 26px; border-radius: 999px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; color: #fff; background: #0ea5e9; }
.emp-level-title-main { font-size: 15px; font-weight: 600; }
.emp-level-title-sub { font-size: 12px; color: #6b7280; }
.emp-level-status { font-size: 11px; padding: 4px 10px; border-radius: 999px; background: #ecfdf5; color: #15803d; }
.emp-level-status.is-locked { background: #fef2f2; color: #b91c1c; }
.emp-level-status.is-pending { background: #fffbeb; color: #b45309; }
.emp-level-status.is-progress { background: #eff6ff; color: #1d4ed8; }
.emp-level-status.is-idle { background: #f3f4f6; color: #4b5563; }
.emp-level-body { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
@media (max-width: 900px) { .emp-level-body { grid-template-columns: 1fr; } }
.emp-level-card.is-locked { border: 1px solid #e2e8f0; }
.emp-level-locked-banner { grid-column: 1 / -1; border: 1px dashed #cbd5e1; border-radius: 12px; padding: 12px 14px; background: #f8fafc; color: #475569; font-size: 12px; font-weight: 600; }
/* Task/list content inside level card: span full width, vertical list */
.emp-level-body .emp-tasks-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; grid-column: 1 / -1; }
.emp-level-body .emp-task-item { border-radius: 12px; border: 1px solid #e5e7eb; padding: 12px 14px; background: #f9fafb; }
.emp-level-body .emp-task-main { display: flex; flex-direction: column; gap: 6px; }
.emp-level-body .emp-task-title { font-size: 14px; font-weight: 600; }
.emp-level-body .emp-task-sub { font-size: 12px; color: #1b1c1e; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.emp-document-list {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.emp-document-list .emp-folder-task-item {
    min-width: 0;
}
.emp-document-list .emp-file-task-item,
.emp-document-list .emp-document-empty-item {
    grid-column: 1 / -1;
}
.emp-level-body .emp-folder-task-item { padding: 0; background: transparent; border: none; }
.emp-folder-card {
    min-height: 112px;
    border-radius: 16px;
    border: 1px solid #dbe4f0;
    background: linear-gradient(180deg, #fcfdff 0%, #f4f7fb 100%);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding: 18px 20px;
    text-align: left;
    color: inherit;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.emp-folder-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    border-color: #bfd4f6;
    background: linear-gradient(180deg, #ffffff 0%, #f1f6ff 100%);
}
.emp-folder-card:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.18);
    outline-offset: 2px;
}
.emp-folder-icon {
    width: 64px;
    height: 64px;
    color: #f4b400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.emp-folder-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
.emp-folder-copy {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.emp-folder-name {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.35;
}
.emp-folder-meta {
    font-size: 12px;
    font-weight: 500;
    color: #64748b;
}
.emp-folder-chevron {
    font-size: 24px;
    line-height: 1;
    color: #94a3b8;
    flex-shrink: 0;
}
.emp-document-list .emp-folder-card {
    min-height: 165px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}
.emp-document-list .emp-folder-icon {
    width: 58px;
    height: 58px;
}
.emp-document-list .emp-folder-copy {
    width: 100%;
}
.emp-document-list .emp-folder-chevron {
    display: none;
}
@media (max-width: 1200px) {
    .emp-document-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 900px) {
    .emp-document-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 560px) {
    .emp-document-list {
        grid-template-columns: 1fr;
    }
}
.emp-level-body .emp-tag-priority { font-size: 10px; padding: 3px 8px; border-radius: 999px; }
.emp-level-body .emp-tag-priority.emp-tag-high { background: #fef2f2; color: #b91c1c; }
.emp-level-body .emp-tag-priority.emp-tag-medium { background: #fffbeb; color: #b45309; }
.emp-level-body .emp-tag-priority.emp-tag-low { background: #f0fdf4; color: #15803d; }
.emp-level-body .emp-tag-status { font-size: 10px; padding: 3px 8px; border-radius: 999px; background: #eff6ff; color: #1d4ed8; }
.emp-level-body .emp-task-update {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.emp-task-status-select {
    min-width: 150px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #ffffff;
    color: #0f172a;
    font-size: 12px;
    font-weight: 600;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.emp-task-status-select:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.emp-task-update-btn {
    height: 30px;
    padding: 0 10px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.01em;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(37, 99, 235, 0.26);
    transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.emp-task-update-btn:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
    box-shadow: 0 8px 16px rgba(29, 78, 216, 0.32);
    transform: translateY(-1px);
}

.emp-task-update-btn:active {
    transform: translateY(0);
}

.emp-task-future-note {
    margin-top: 10px;
    border: 1px solid #fde68a;
    background: #fffbeb;
    color: #92400e;
    border-radius: 8px;
    padding: 7px 10px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
}

.emp-task-readonly-note {
    margin-top: 10px;
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    color: #166534;
    border-radius: 8px;
    padding: 7px 10px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
}

@media (max-width: 560px) {
    .emp-task-status-select,
    .emp-task-update-btn {
        width: 100%;
    }
}

.emp-video-card { border-radius: 12px; border: 1px solid #e5e7eb; padding: 10px 12px; display: flex; flex-direction: column; gap: 6px; }
.emp-video-card.is-locked { background: #f8fafc; border-style: dashed; }
.emp-video-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.emp-video-left { display: flex; align-items: center; gap: 8px; }
.emp-video-title { font-size: 13px; font-weight: 500; }
.emp-video-meta { font-size: 11px; color: #6b7280; }
.emp-tag-pill { font-size: 10px; padding: 3px 8px; border-radius: 999px; background: #eff6ff; color: #1d4ed8; }
.emp-btn-watch { font-size: 11px; padding: 6px 10px; border-radius: 999px; border: none; background: #2563eb; color: #fff; cursor: pointer; }
.emp-btn-watch[disabled] { opacity: 1; cursor: not-allowed; background: #94a3b8; color: #ffffff; }
.emp-final-card { background: #ffffff; border-radius: 16px; padding: 18px 20px; box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06); margin-top: 4px; }
.emp-final-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.emp-final-title { font-size: 15px; font-weight: 600; }
.emp-final-sub { font-size: 12px; color: #6b7280; }
.emp-final-lock { font-size: 11px; padding: 4px 10px; border-radius: 999px; background: #fef2f2; color: #b91c1c; }
.emp-final-lock.unlocked { background: #ecfdf5; color: #15803d; }
.emp-final-lock.passed { background: #dcfce7; color: #166534; }
.emp-final-body { padding: 10px 0 0; font-size: 12px; color: #6b7280; }
.emp-final-actions { margin-top: 10px; display: flex; gap: 8px; flex-wrap: wrap; }
.emp-btn-primary { border: none; border-radius: 999px; padding: 8px 14px; font-size: 12px; background: #2563eb; color: #fff; cursor: pointer; }
.emp-btn-secondary { border-radius: 999px; padding: 8px 14px; font-size: 12px; border: 1px solid #d1d5db; background: #fff; color: #374151; cursor: pointer; }
.tr-quiz-modal { position:fixed; inset:0; background:rgba(0,0,0,0.5); display:none; align-items:center; justify-content:center; z-index:9999; padding:20px; overflow:auto; }
.tr-quiz-modal.open { display:flex; }
.tr-quiz-modal-inner { background:#fff; border-radius:8px; width:min(960px, 92vw); height:min(720px, 86vh); position:relative; overflow:hidden; }
.tr-quiz-modal-close { position:absolute; top:8px; right:8px; z-index:10; background:#111827; color:#fff; border:none; width:32px; height:32px; border-radius:50%; cursor:pointer; }
.tr-quiz-modal iframe { width:100%; height:100%; border:0; border-radius:8px; }
.emp-final-meta { font-size: 12px; color: #6b7280; margin-top: 6px; }
.emp-final-last-score { font-size: 12px; margin-top: 4px; }
.emp-final-locked-box { text-align: center; padding: 24px; background: #f9fafb; border-radius: 12px; border: 1px dashed #d1d5db; }
.emp-final-locked-box.success { border-color: #86efac; background: #f0fdf4; color: #166534; }
.emp-final-locked-icon { font-size: 48px; display: block; margin-bottom: 8px; }
.emp-final-locked-box strong { display: block; margin-bottom: 4px; }
.emp-final-locked-box p { margin: 0; font-size: 12px; color: #6b7280; }

/* Tasks page */
.emp-tasks-shell {
    max-width: 1200px;
    margin: 16px auto 32px;
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 24px;
}
@media (max-width: 900px) { .emp-tasks-shell { grid-template-columns: 1fr; } }
.emp-tasks-sidebar { background: #0f172a; border-radius: 16px; padding: 20px 16px; color: #e5e7eb; }
.emp-tasks-sidebar h2 { font-size: 15px; font-weight: 600; margin-bottom: 16px; }
.emp-tasks-nav { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.emp-tasks-nav a { display: flex; align-items: center; justify-content: space-between; gap: 8px; text-decoration: none; color: #cbd5f5; font-size: 14px; padding: 8px 10px; border-radius: 8px; }
.emp-tasks-nav a.emp-active { background: #2563eb; color: #fff; }
.emp-tasks-main { display: flex; flex-direction: column; gap: 20px; }
.emp-tasks-header-card { background: #fff; border-radius: 16px; padding: 20px 24px; box-shadow: 0 10px 25px rgba(15,23,42,.08); }
.emp-tasks-header-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.emp-tasks-title-block h1 { font-size: 20px; font-weight: 700; margin: 0 0 4px; }
.emp-tasks-title-block p { margin: 0; font-size: 13px; color: #6b7280; }
.emp-tasks-tabs { display: inline-flex; border-radius: 999px; background: #f3f4f6; padding: 2px; gap: 2px; }
.emp-tasks-tabs button { border: none; background: transparent; padding: 6px 14px; font-size: 12px; border-radius: 999px; cursor: pointer; color: #4b5563; }
.emp-tasks-tabs button.emp-active { background: #111827; color: #fff; }
.emp-tasks-stats { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
@media (max-width: 900px) { .emp-tasks-stats { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.emp-tasks-stat-card { border-radius: 12px; padding: 10px 12px; background: #f9fafb; border: 1px solid #e5e7eb; }
.emp-tasks-stat-label { font-size: 11px; color: #6b7280; margin-bottom: 4px; }
.emp-tasks-stat-value { font-size: 18px; font-weight: 600; }
.emp-tasks-progress-bar { height: 8px; border-radius: 999px; background: #e5e7eb; }
.emp-tasks-progress-fill { height: 100%; background: linear-gradient(90deg, #22c55e, #16a34a); }

.emp-task-top-meta {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    font-size: 12px;
    color: #64748b;
    margin-bottom: -6px;
}

.emp-task-stats-grid {
    margin-top: 0;
}

.emp-task-stats-grid-five {
    margin-top: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 1200px) {
    .emp-task-stats-grid-five { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .emp-task-stats-grid-five { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Emphasize task dashboard stat labels */
.emp-task-stats-grid .emp-training-stat-label,
.emp-task-stats-grid-five .emp-training-stat-label {
    display: inline-block;
    font-weight: 800;
    color: #1e3a8a;
    background: #dbeafe;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    padding: 3px 9px;
    margin-bottom: 8px;
}

.emp-task-two-col {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 900px) {
    .emp-task-two-col { grid-template-columns: 1fr; }
}

.emp-tasks-tabs {
    margin-top: 14px;
    display: inline-flex;
    flex-wrap: wrap;
    border-radius: 10px;
    background: #f3f4f6;
    padding: 4px;
    gap: 4px;
}

.emp-tasks-tabs a {
    text-decoration: none;
    color: #4b5563;
    padding: 7px 16px;
    font-size: 13px;
    border-radius: 8px;
    font-weight: 500;
}

.emp-tasks-tabs a.emp-active {
    background: #ffffff;
    color: #111827;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

@media (max-width: 560px) {
    .emp-tasks-tabs a {
        padding: 7px 12px;
        font-size: 12px;
    }
}

.emp-week-range {
    margin-top: 14px;
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
}

.emp-week-board {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
}

@media (max-width: 1200px) {
    .emp-week-board { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .emp-week-board { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.emp-week-col {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px;
    min-height: 190px;
}

.emp-week-col-head {
    text-align: center;
    margin-bottom: 10px;
    color: #1f2937;
    font-size: 13px;
    font-weight: 600;
}

.emp-week-col-head small {
    display: block;
    margin-top: 2px;
    color: #9ca3af;
    font-size: 11px;
    font-weight: 500;
}

.emp-week-cards {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.emp-week-task {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    padding: 9px 10px;
}

.emp-week-task strong {
    display: block;
    font-size: 12px;
    color: #111827;
    margin-bottom: 4px;
}

.emp-week-task p {
    font-size: 11px;
    color: #6b7280;
    margin: 0 0 6px;
    line-height: 1.45;
}

.emp-week-task.priority-high { background: #fff7f7; border-color: #fecaca; }
.emp-week-task.priority-medium { background: #fffcf0; border-color: #fde68a; }
.emp-week-task.priority-low { background: #f0fdf4; border-color: #bbf7d0; }

.emp-week-empty {
    font-size: 12px;
    color: #9ca3af;
    text-align: center;
    border: 1px dashed #d1d5db;
    border-radius: 10px;
    padding: 18px 8px;
    background: #fff;
}

.emp-month-calendars {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 1400px) {
    .emp-month-calendars {
        grid-template-columns: 1fr;
    }
}

.emp-month-calendar-scroll {
    overflow-x: auto;
    padding-bottom: 6px;
}

.emp-month-calendar-inner {
    min-width: 760px;
}

.emp-month-weekdays {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 8px;
}

.emp-month-weekday {
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #475569;
    padding: 6px 4px;
}

.emp-month-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
}

.emp-month-day {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    min-height: 132px;
    padding: 8px;
}

.emp-month-day.is-outside {
    background: #f8fafc;
    opacity: 0.75;
}

.emp-month-day.is-today {
    border-color: #60a5fa;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.12);
}

.emp-month-day.has-tasks {
    cursor: pointer;
}

.emp-month-day.is-current-month {
    cursor: pointer;
}

.emp-month-day-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 6px;
}

.emp-month-day-head span {
    font-size: 12px;
    font-weight: 700;
    color: #111827;
}

.emp-month-day-head small {
    font-size: 10px;
    font-weight: 600;
    color: #64748b;
}

.emp-month-day-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.emp-month-task {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    padding: 6px;
}

.emp-month-task.priority-high { background: #fff7f7; border-color: #fecaca; }
.emp-month-task.priority-medium { background: #fffcf0; border-color: #fde68a; }
.emp-month-task.priority-low { background: #f0fdf4; border-color: #bbf7d0; }

.emp-month-task-title {
    font-size: 11px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.35;
}

.emp-month-task-meta {
    font-size: 10px;
    color: #475569;
    margin-top: 2px;
}

.emp-month-task-lock {
    display: inline-flex;
    align-items: center;
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #92400e;
    border-radius: 999px;
    padding: 2px 7px;
}

.emp-month-task-done {
    display: inline-flex;
    align-items: center;
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    color: #166534;
    border-radius: 999px;
    padding: 2px 7px;
}

.emp-month-task-update {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
}

.emp-month-status-select {
    flex: 1;
    min-width: 0;
    height: 24px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    font-size: 10px;
    font-weight: 600;
    color: #0f172a;
    padding: 0 6px;
}

.emp-month-update-btn {
    height: 24px;
    border: none;
    border-radius: 6px;
    padding: 0 8px;
    background: #2563eb;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
}

.emp-month-switch {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f3f4f6;
    border-radius: 10px;
    padding: 4px;
}

.emp-month-switch-btn {
    border: none;
    background: transparent;
    color: #4b5563;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.emp-month-switch-btn.emp-active {
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.emp-month-panel {
    display: none;
    margin-top: 14px;
}

.emp-month-panel.is-active {
    display: block;
}

@media (max-width: 768px) {
    .emp-portal-main {
        padding: 1rem 0.75rem 1.5rem;
    }

    .emp-training-shell {
        gap: 14px;
    }

    .emp-training-sidebar {
        position: static;
        padding: 14px 12px;
        border-radius: 12px;
    }

    .emp-training-nav li a {
        font-size: 13px;
        padding: 7px 9px;
    }

    .emp-training-header-card,
    .emp-level-card,
    .emp-final-card {
        padding: 14px;
    }

    .emp-training-header-title {
        font-size: 18px;
    }

    .emp-training-header-sub {
        font-size: 12px;
    }

    .emp-training-progress-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .emp-doc-tabs a {
        padding: 7px 12px;
        font-size: 12px;
    }

    .emp-task-top-meta {
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
        font-size: 11px;
    }

    .emp-task-status-select {
        min-width: 120px;
    }

    .emp-week-col {
        min-height: 160px;
    }

    .emp-month-calendar-inner {
        min-width: 680px;
    }
}

@media (max-width: 560px) {
    .emp-training-stats {
        grid-template-columns: 1fr;
    }

    .emp-task-stats-grid-five {
        grid-template-columns: 1fr;
    }

    .emp-level-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .emp-task-update {
        width: 100%;
    }

    .emp-task-status-select,
    .emp-task-update-btn {
        width: 100%;
    }

    .emp-month-switch {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .emp-month-switch-btn {
        width: 100%;
        text-align: center;
        padding: 8px 10px;
        font-size: 12px;
    }

    .emp-month-calendar-inner {
        min-width: 620px;
    }

    .emp-month-day {
        min-height: 118px;
        padding: 6px;
    }

    .emp-month-task-title {
        font-size: 10px;
    }

    .emp-month-task-update {
        flex-direction: column;
        align-items: stretch;
    }

    .emp-month-status-select,
    .emp-month-update-btn {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .emp-portal-main {
        padding: 0.75rem 0.5rem 1.25rem;
    }

    .emp-training-header-title {
        font-size: 17px;
    }

    .emp-level-title-main {
        font-size: 14px;
    }

    .emp-month-calendar-inner {
        min-width: 560px;
    }
}

.emp-month-mobile-task-list {
    display: none;
}

@media (max-width: 768px) {
    .emp-month-calendar-inner {
        min-width: 100%;
    }

    .emp-month-weekdays,
    .emp-month-grid {
        gap: 4px;
    }

    .emp-month-weekday {
        font-size: 9px;
        padding: 5px 2px;
    }

    .emp-month-day {
        min-height: 78px;
        padding: 6px 4px;
    }

    .emp-month-day-head {
        margin-bottom: 4px;
    }

    .emp-month-day-head span {
        font-size: 11px;
    }

    .emp-month-day-head small {
        font-size: 9px;
    }

    .emp-month-day-body {
        gap: 3px;
    }

    .emp-month-day .emp-month-task {
        padding: 0;
        border: none;
        min-height: 6px;
        border-radius: 999px;
    }

    .emp-month-day .emp-month-task-title,
    .emp-month-day .emp-month-task-meta,
    .emp-month-day .emp-month-task-update {
        display: none;
    }

    .emp-month-mobile-task-list {
        display: grid;
        gap: 10px;
        margin-top: 10px;
    }

.emp-month-mobile-day-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px;
}

.emp-month-mobile-day-card .emp-task-item {
    background: #f8fafc;
}

.emp-month-mobile-day-card .emp-tasks-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.emp-month-mobile-day-card.is-focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.18);
}

    .emp-month-mobile-day-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        margin-bottom: 8px;
        font-size: 12px;
        color: #475569;
    }

    .emp-month-mobile-day-head strong {
        font-size: 13px;
        color: #0f172a;
    }
}

@media (max-width: 560px) {
    .emp-month-day {
        min-height: 72px;
    }

    .emp-month-mobile-day-card {
        padding: 8px;
    }
}

/* Client portal */
.client-portal-shell .emp-training-nav li a.emp-active {
    background: #2563eb;
    color: #fff;
}

.client-portal-alert {
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #e5e7eb;
}

.client-portal-alert.is-success {
    background: #ecfdf5;
    border-color: #86efac;
    color: #166534;
}

.client-portal-alert.is-error {
    background: #fef2f2;
    border-color: #fca5a5;
    color: #991b1b;
}

.client-status-underdev {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #fffbeb;
    color: #92400e;
    border: 1px solid #fde68a;
}

.client-project-card {
    grid-column: 1 / -1;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #f8fafc;
    padding: 16px;
    display: grid;
    gap: 16px;
}

.client-project-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.client-project-card-head h3 {
    margin: 0;
    font-size: 18px;
    color: #0f172a;
}

.client-project-card-head p {
    margin: 6px 0 0;
    font-size: 13px;
    color: #64748b;
}

.client-project-status-pill {
    font-size: 12px;
    font-weight: 600;
    color: #1d4ed8;
    background: #dbeafe;
    border-radius: 999px;
    padding: 6px 12px;
    white-space: nowrap;
}

.client-project-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.client-project-meta div {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    padding: 12px;
}

.client-project-meta label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.client-project-meta span {
    font-size: 14px;
    color: #0f172a;
}

.client-project-thread {
    display: grid;
    gap: 12px;
}

.client-project-thread-title {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
}

.client-project-comment {
    border: 1px solid #dbe4f0;
    border-radius: 12px;
    background: #fff;
    padding: 12px;
}

.client-project-comment-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.client-project-comment-author {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.client-project-comment-role {
    font-size: 11px;
    font-weight: 600;
    color: #1d4ed8;
    background: #eff6ff;
    border-radius: 999px;
    padding: 3px 8px;
}

.client-project-comment-time {
    font-size: 12px;
    color: #64748b;
}

.client-project-comment-body {
    font-size: 14px;
    color: #334155;
    line-height: 1.6;
    white-space: pre-wrap;
}

.client-project-reply-box summary {
    cursor: pointer;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #2563eb;
}

.client-project-reply-form,
.client-project-comment-form {
    display: grid;
    gap: 10px;
}

.client-project-reply-form {
    margin-top: 10px;
}

.client-project-comment-form label {
    font-size: 13px;
    font-weight: 600;
    color: #334155;
}

.client-project-reply-form textarea,
.client-project-comment-form textarea {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #fff;
    padding: 10px 12px;
    font-size: 13px;
    color: #0f172a;
    resize: vertical;
    min-height: 90px;
    outline: none;
}

.client-project-reply-form textarea:focus,
.client-project-comment-form textarea:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.18);
}

.client-project-placeholder {
    grid-column: 1 / -1;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    background: #f8fafc;
    padding: 16px;
}

.client-project-placeholder strong {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: #0f172a;
}

.client-project-placeholder p {
    margin: 0;
    font-size: 13px;
    color: #475569;
}

.client-video-level {
    grid-column: 1 / -1;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px;
    background: #f8fafc;
}

.client-video-level-head {
    margin-bottom: 10px;
}

.client-video-level-head strong {
    display: block;
    font-size: 14px;
    color: #0f172a;
}

.client-video-level-head span {
    font-size: 12px;
    color: #64748b;
}

.client-video-level-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.client-feedback-readonly,
.client-feedback-form {
    grid-column: 1 / -1;
    display: grid;
    gap: 12px;
}

.client-feedback-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.client-feedback-grid label,
.client-feedback-message label,
.client-feedback-form label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 4px;
}

.client-feedback-grid > div > div {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 8px;
    min-height: 40px;
    padding: 10px;
    font-size: 13px;
    color: #0f172a;
}

.client-feedback-message p {
    margin: 0;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 8px;
    min-height: 84px;
    padding: 10px;
    font-size: 13px;
    color: #0f172a;
    line-height: 1.5;
    white-space: pre-wrap;
}

.client-feedback-form input,
.client-feedback-form select,
.client-feedback-form textarea {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #fff;
    padding: 10px 12px;
    font-size: 13px;
    color: #0f172a;
    outline: none;
}

.client-feedback-form textarea {
    min-height: 120px;
    resize: vertical;
}

.client-feedback-form input:focus,
.client-feedback-form select:focus,
.client-feedback-form textarea:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.client-feedback-avatar-preview {
    margin-bottom: 8px;
}

.client-feedback-avatar-preview img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 999px;
    border: 1px solid #dbeafe;
}

.client-feedback-help {
    margin-top: 6px;
    font-size: 12px;
    color: #64748b;
}

.client-feedback-status {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 13px;
    color: #0f172a;
}

.client-feedback-submit {
    width: fit-content;
    min-width: 170px;
}

@media (max-width: 900px) {
    .client-project-meta,
    .client-video-level-grid,
    .client-feedback-grid {
        grid-template-columns: 1fr;
    }

    .client-project-card-head,
    .client-project-comment-head {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ===== SOURCE: quiz-attempt.css ===== */
.quiz-embed-center {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.quiz-attempt-wrap {
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
    padding: 24px 24px 28px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(15,23,42,0.18);
}

.quiz-progress-bar {
    height: 6px;
    background: #e5e7eb;
    border-radius: 999px;
    margin-bottom: 20px;
    overflow: hidden;
}

.quiz-progress-fill {
    height: 100%;
    background: linear-gradient(90deg,#2563eb,#22c55e);
    transition: width 0.25s ease;
}

.quiz-slide {
    padding-top: 8px;
}

.quiz-slide h3 {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
}

.quiz-q-text {
    font-size: 17px;
    font-weight: 500;
    color: #0f172a;
    margin-bottom: 18px;
}

.quiz-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quiz-option {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f9fafb;
    font-size: 14px;
    color: #111827;
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.quiz-option input[type="radio"] {
    width: 16px;
    height: 16px;
}

.quiz-option:hover {
    background: #eff6ff;
    border-color: #2563eb;
    box-shadow: 0 6px 18px rgba(37,99,235,0.18);
}

.quiz-error {
    margin-top: 8px;
    font-size: 12px;
    color: #b91c1c;
    display: none;
}

.quiz-nav {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.quiz-prev,
.quiz-next,
.quiz-submit {
    border-radius: 999px;
    border: none;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.quiz-prev {
    background: #e5e7eb;
    color: #111827;
}

.quiz-next {
    margin-left: auto;
    background: #1d4ed8;
    color: #ffffff;
}

.quiz-submit {
    margin-left: auto;
    background: #16a34a;
    color: #ffffff;
}

.quiz-prev:hover { background: #d1d5db; }
.quiz-next:hover { background: #1e40af; }
.quiz-submit:hover { background: #15803d; }

.quiz-result-embed {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 1.5rem;
    background: #f9fafb;
}

.quiz-result-embed-card {
    text-align: center;
    padding: 20px 24px 24px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(15,23,42,0.16);
}

.quiz-result-score {
    font-size: 30px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 2px;
}

.quiz-result-sub {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 10px;
}

.quiz-result-message {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 6px;
}

.quiz-result-embed-close {
    margin-top: 16px;
    padding: 8px 18px;
    cursor: pointer;
    border-radius: 999px;
    border: none;
    background: #111827;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.quiz-result-embed-close:hover {
    background: #000000;
}

/* Mobile month-day detail visibility fix */
@media (max-width: 768px) {
    .emp-month-mobile-day-card {
        display: none;
    }

    .emp-month-mobile-day-card.is-active {
        display: block;
    }
}

.select2-container {
    width: 100% !important;
}

.select2-container--bootstrap .select2-selection {
    min-height: 44px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.select2-container--bootstrap .select2-selection--single {
    display: flex;
    align-items: center;
    padding: 10px 40px 10px 14px;
    height: auto;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 1.4;
    color: #111827;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #6b7280;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    right: 14px;
    width: 12px;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: #1d4ed8;
    box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.12);
}

.select2-container--bootstrap .select2-dropdown {
    border: 1px solid #d1d5db;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.14);
}

.select2-container--bootstrap .select2-results__option {
    padding: 10px 14px;
    color: #111827;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background: #1d4ed8;
    color: #ffffff;
}

.select2-container--bootstrap .select2-search--dropdown {
    padding: 10px;
    background: #f8fafc;
}

.select2-container--bootstrap .select2-search__field {
    min-height: 40px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 8px 12px;
}

.contact-form .select2-container--bootstrap .select2-selection,
.emp-task-item .select2-container--bootstrap .select2-selection,
.emp-month-day-card .select2-container--bootstrap .select2-selection,
.client-portal-main .select2-container--bootstrap .select2-selection {
    border-radius: 12px;
}

.emp-task-item .select2-container--bootstrap .select2-selection,
.emp-month-day-card .select2-container--bootstrap .select2-selection {
    min-height: 40px;
}

.emp-task-item .select2-container--bootstrap .select2-selection--single,
.emp-month-day-card .select2-container--bootstrap .select2-selection--single {
    padding-top: 8px;
    padding-bottom: 8px;
}
