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

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #333;
    background: #fff;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

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

.site-header {
    background: #fff;
}

.header-top {
    padding: 18px 0 14px;
    border-bottom: 2px solid #6b1d4a;
}

.header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.logo {
    display: flex;
    align-items: center;
}

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

.search-bar {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-bar label {
    font-size: 0.85rem;
    color: #333;
}

.search-input-wrap {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #6b1d4a;
}

.search-input-wrap input {
    padding: 5px 8px;
    border: none;
    outline: none;
    font-size: 0.85rem;
    width: 200px;
    background: transparent;
}

.search-btn {
    background: transparent;
    border: none;
    padding: 4px 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.main-nav {
    background: #fff;
    padding: 12px 0;
}

.main-nav .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 4px;
}

.nav-list li a {
    display: block;
    padding: 8px 28px;
    font-size: 0.82rem;
    color: #333;
    border: none;
    background: #e0e0e0;
    text-decoration: none;
}

.nav-list li a:hover {
    background: #d0d0d0;
    text-decoration: none;
}

.nav-list li a.active {
    background: #49b6a8;
    color: #fff;
}

.mobile-menu-btn {
    display: none;
    background: #e0e0e0;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
}

.breadcrumb {
    padding: 10px 0;
    font-size: 0.8rem;
    color: #6b1d4a;
    border-top: 1px solid #ddd;
}

.breadcrumb a {
    color: #6b1d4a;
    text-decoration: underline;
}

.main-content {
    padding: 30px 0;
    background: #f5f5f5;
}

.verification-card {
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
}

.verification-header {
    background: #6b1d4a;
    color: #fff;
    text-align: center;
    padding: 30px 20px 25px;
}

.shield-icon {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.verification-header h1 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.verification-header .subtitle {
    font-size: 0.88rem;
    opacity: 0.8;
    font-weight: 400;
}

.profile-section {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 25px 30px;
    border-bottom: 1px solid #e5e5e5;
}

.profile-photo-wrap {
    flex-shrink: 0;
}

.profile-photo {
    width: 130px;
    height: 160px;
    object-fit: cover;
    object-position: top center;
    border: 2px solid #6b1d4a;
}

.profile-info h2 {
    font-size: 1.35rem;
    color: #333;
    margin-bottom: 3px;
    font-weight: 700;
}

.profile-info .role {
    font-size: 0.92rem;
    font-weight: 600;
    color: #6b1d4a;
    margin-bottom: 2px;
}

.profile-info .org {
    font-size: 0.85rem;
    color: #555;
}

.details-grid {
    padding: 25px 30px 30px;
    display: grid;
    gap: 22px;
}

.detail-box h3 {
    font-size: 0.92rem;
    font-weight: 700;
    color: #6b1d4a;
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 2px solid #6b1d4a;
    display: inline-block;
}

.detail-box p {
    font-size: 0.88rem;
    color: #444;
    line-height: 1.7;
}

.status-badges {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    font-size: 0.88rem;
    font-weight: 600;
}

.badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    flex-shrink: 0;
}

.badge-fca {
    background: #f0f7f3;
    color: #1a5c33;
    border-left: 3px solid #1a5c33;
}

.badge-fca .badge-icon {
    background: #1a5c33;
}

.badge-police {
    background: #f0f3f7;
    color: #1a335c;
    border-left: 3px solid #1a335c;
}

.badge-police .badge-icon {
    background: #1a335c;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
}

.info-table tr {
    border-bottom: 1px solid #eee;
}

.info-table tr:last-child {
    border-bottom: none;
}

.info-table td {
    padding: 9px 10px;
    font-size: 0.88rem;
}

.info-table td:first-child {
    font-weight: 600;
    color: #555;
    width: 170px;
}

.status-active {
    display: inline-block;
    background: #1a5c33;
    color: #fff;
    padding: 2px 14px;
    border-radius: 3px;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.site-footer {
    margin-top: 0;
}

.footer-top {
    background: #fff;
    padding: 30px 0;
    border-top: 1px solid #ddd;
}

.footer-columns {
    display: grid;
    grid-template-columns: 1.5fr 0.8fr 1.2fr 1fr 1fr;
    gap: 20px;
}

.footer-col h4 {
    font-size: 0.82rem;
    font-weight: 700;
    color: #6b1d4a;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #6b1d4a;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 5px;
}

.footer-col ul li a {
    font-size: 0.78rem;
    color: #333;
}

.footer-col ul li a:hover {
    color: #6b1d4a;
}

.footer-col p {
    font-size: 0.78rem;
    color: #333;
    margin-bottom: 2px;
}

.social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #333;
}

.social-icons a:hover {
    color: #6b1d4a;
    text-decoration: none;
}

.contact-btn {
    display: inline-block;
    margin-top: 8px;
    padding: 7px 18px;
    background: #6b1d4a;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.contact-btn:hover {
    background: #4a1433;
    text-decoration: none;
}

.footer-bottom {
    background: #2c2c2c;
    color: #ccc;
    padding: 14px 0;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom p {
    font-size: 0.72rem;
    color: #ccc;
}

.back-to-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    color: #ccc;
    font-size: 0.68rem;
    text-decoration: none;
}

.back-to-top-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 2px solid #ccc;
    border-radius: 50%;
}

.back-to-top:hover {
    text-decoration: none;
    color: #fff;
}

.back-to-top:hover .back-to-top-arrow {
    border-color: #fff;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #6b1d4a;
    color: #fff;
    z-index: 1000;
    padding: 25px 20px;
}

.cookie-banner-inner {
    max-width: 960px;
    margin: 0 auto;
}

.cookie-banner-inner p {
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 18px;
    color: #fff;
}

.cookie-banner-inner a {
    color: #fff;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 320px;
}

.cookie-btn {
    padding: 12px 20px;
    font-size: 0.92rem;
    font-family: 'Open Sans', Arial, sans-serif;
    background: #fff;
    color: #333;
    border: 2px solid #333;
    cursor: pointer;
    text-align: left;
}

.cookie-btn:hover {
    background: #f0f0f0;
}

@media (max-width: 768px) {
    .header-top-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-bar {
        width: 100%;
    }

    .search-input-wrap {
        flex: 1;
    }

    .search-input-wrap input {
        width: 100%;
    }

    .nav-list {
        display: none;
    }

    .nav-list.open {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .nav-list.open li a {
        border-right: 1px solid #888;
    }

    .mobile-menu-btn {
        display: block;
    }

    .main-nav .container {
        justify-content: flex-end;
    }

    .profile-section {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .details-grid {
        padding: 20px;
    }

    .info-table td:first-child {
        width: 120px;
    }

    .footer-columns {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    .footer-bottom-inner {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .verification-header h1 {
        font-size: 1.3rem;
    }

    .badge {
        font-size: 0.82rem;
        padding: 8px 12px;
    }
}

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

    .profile-photo {
        width: 110px;
        height: 135px;
    }

    .verification-header {
        padding: 22px 15px 18px;
    }

    .verification-header h1 {
        font-size: 1.1rem;
    }
}