:root {
    --llp-primary: #0284c7;
    --llp-primary-hover: #0369a1;
    --llp-dark: #0f172a;
    --llp-navy: #0b1329;
    --llp-accent: #38bdf8;
    --llp-body-bg: #f8fafc;
    --llp-card-bg: #ffffff;
    --llp-text-muted: #64748b;
    --llp-border: #e2e8f0;
    --llp-shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
    --llp-shadow-md: 0 10px 25px -5px rgba(2, 132, 199, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
    --llp-shadow-lg: 0 20px 35px -10px rgba(15, 23, 42, 0.12), 0 10px 15px -5px rgba(2, 132, 199, 0.08);
}

body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--llp-body-bg);
    color: #334155;
}

/* ============ Premium Navy Hero (matches About/Activities/Contact banners) ============ */
.agency-hero {
    position: relative;
    background: linear-gradient(135deg, var(--llp-navy) 0%, #1e293b 50%, #0f172a 100%);
    color: #ffffff;
    padding: 5.5rem 0 7rem;
    overflow: hidden;
}

.agency-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 82% 15%, rgba(56, 189, 248, 0.18) 0%, transparent 50%),
        radial-gradient(circle at 15% 85%, rgba(2, 132, 199, 0.14) 0%, transparent 50%);
    pointer-events: none;
}

.agency-hero .hero-badge {
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.3);
    color: var(--llp-accent);
    padding: 0.45rem 1.1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    display: inline-flex;
    align-items: center;
    backdrop-filter: blur(8px);
}

.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.1rem;
    margin-top: 1.75rem;
}

.hero-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    color: #cbd5e1;
    font-weight: 500;
}

.hero-trust-row i {
    color: var(--llp-accent);
}

.hero-img-box {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-img-box img {
    width: 100%;
    max-height: 380px;
    object-fit: cover;
    display: block;
}

.hero-glass-card {
    position: absolute;
    bottom: -22px;
    left: -22px;
    background: rgba(15, 23, 42, 0.78);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 1.1rem 1.4rem;
    border-radius: 16px;
    color: white;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
}

.hero-glass-card .glass-num {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--llp-accent);
    line-height: 1.1;
}

.hero-glass-card .glass-lbl {
    font-size: 0.7rem;
    letter-spacing: 0.5px;
    color: #cbd5e1;
    text-transform: uppercase;
}

/* Floating Stats Counter Bar */
.stats-counter-strip {
    margin-top: -4rem;
    position: relative;
    z-index: 10;
}

.stat-card-modern {
    background: var(--llp-card-bg);
    border: 1px solid var(--llp-border);
    border-radius: 18px;
    padding: 1.65rem 1.15rem;
    text-align: center;
    box-shadow: var(--llp-shadow-md);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.stat-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: var(--llp-shadow-lg);
    border-color: rgba(2, 132, 199, 0.3);
}

.stat-card-modern .stat-number {
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--llp-primary), #0369a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    margin-bottom: 0.25rem;
}

.section-tag {
    color: var(--llp-primary);
    font-weight: 700;
    font-size: 0.825rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 0.5rem;
    display: block;
}

/* Country Cards Modern */
.country-card-modern {
    background: var(--llp-card-bg);
    border: 1px solid var(--llp-border);
    border-radius: 16px;
    padding: 1.5rem 1rem;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    text-decoration: none;
    display: block;
}

.country-card-modern:hover {
    transform: translateY(-6px);
    border-color: var(--llp-primary);
    box-shadow: var(--llp-shadow-md);
}

.country-card-modern img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 0.6rem;
    border: 2px solid #e0f2fe;
}

.country-card-modern .flag-emoji {
    font-size: 1.3rem;
    line-height: 1;
    display: inline-block;
    margin-bottom: 0.35rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

/* Corporate / Vision-Mission / Values Cards */
.corporate-card {
    background: var(--llp-card-bg);
    border: 1px solid var(--llp-border);
    border-radius: 20px;
    padding: 2.1rem;
    box-shadow: var(--llp-shadow-sm);
    transition: all 0.3s ease;
    height: 100%;
}

.corporate-card:hover {
    box-shadow: var(--llp-shadow-md);
}

.icon-box-shape {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: #e0f2fe;
    color: var(--llp-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

/* Executive Message Box */
.gentle-quote-box {
    background: #fefcfa;
    border: 1px solid #fed7aa;
    border-radius: 20px;
    padding: 2rem;
}

.gentle-quote-text {
    font-family: Georgia, serif;
    font-style: italic;
    color: #9a3412;
    font-size: 1.15rem;
    line-height: 1.7;
}

/* Modern Job Row Card */
.job-card-modern {
    display: flex;
    gap: 1.25rem;
    background: #ffffff;
    border: 1px solid var(--llp-border);
    border-radius: 16px;
    padding: 1.25rem;
    height: 100%;
    transition: all 0.3s ease;
    text-decoration: none;
}

.job-card-modern:hover {
    transform: translateY(-3px);
    box-shadow: var(--llp-shadow-md);
    border-color: var(--llp-primary);
}

.job-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    overflow: hidden;
    background: #f1f5f9;
    flex-shrink: 0;
}

.job-icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* A4 Document Card Styling */
.a4-doc-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
}

.a4-doc-card:hover {
    transform: translateY(-4px);
    border-color: var(--llp-primary);
    box-shadow: 0 12px 24px rgba(2, 132, 199, 0.15);
}

.a4-doc-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    background-color: #f8fafc;
    border-radius: 8px;
    overflow: hidden;
}

.a4-doc-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
    background: #ffffff;
}

.doc-info-badge {
    background: #f0f9ff;
    border: 1px dashed #38bdf8;
    border-radius: 8px;
    padding: 6px 12px;
}

/* Workflow Steps */
.workflow-step-card {
    background: var(--llp-card-bg);
    border: 1px solid var(--llp-border);
    border-radius: 16px;
    padding: 1.5rem;
    height: 100%;
    transition: all 0.3s ease;
}

.workflow-step-card:hover {
    border-color: var(--llp-accent);
    box-shadow: var(--llp-shadow-md);
}

.workflow-badge-num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--llp-primary), #0369a1);
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 10px rgba(2, 132, 199, 0.3);
}

/* Team Card */
.team-member-card {
    background: var(--llp-card-bg);
    border: 1px solid var(--llp-border);
    border-radius: 18px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.team-member-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--llp-shadow-md);
}

.team-avatar {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1rem;
    border: 3px solid #e0f2fe;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

/* Activity Feed Card (matches activities.php) */
.activity-feed-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.activity-feed-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(15, 23, 42, 0.08);
    border-color: #cbd5e1;
}

.feed-cover-wrap {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: #f1f5f9;
    cursor: pointer;
}

.feed-cover-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.activity-feed-card:hover .feed-cover-wrap img {
    transform: scale(1.05);
}

.feed-date-chip {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35rem 0.8rem;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.feed-card-body {
    padding: 1.4rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.feed-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    margin-bottom: 0.4rem;
}

.feed-desc {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Modern CTA Banner */
.cta-banner-section {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 50%, #0f172a 100%);
    border-radius: 24px;
    padding: 3.5rem 2.5rem;
    color: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px -15px rgba(2, 132, 199, 0.4);
}

.cta-banner-section::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* Get In Touch Mini Strip */
.quick-contact-card {
    background: #ffffff;
    border: 1px solid var(--llp-border);
    border-radius: 18px;
    padding: 1.5rem;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: all 0.3s ease;
}

.quick-contact-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--llp-shadow-md);
    border-color: var(--llp-primary);
}

.quick-contact-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #e0f2fe;
    color: var(--llp-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.quick-contact-card a {
    color: #0f172a;
    text-decoration: none;
}

.quick-contact-card a:hover {
    color: var(--llp-primary);
}