/* =========================================================
   AgriInvestment
   National Agrifood Systems Investment Platform
   Shared Site Styles
   ========================================================= */

:root {
    --green-dark: #123d2a;
    --green: #24905d;
    --green-deep: #1d774d;
    --green-light: #eaf6ef;
    --gold: #f3b51b;

    --text: #111827;
    --muted: #6b7280;
    --border: #e5e7eb;

    --white: #ffffff;
    --page: #f7f8f5;

    --container: 1180px;
    --radius: 14px;
    --shadow: 0 10px 30px rgba(7, 21, 15, 0.07);
}


/* =========================================================
   RESET
   ========================================================= */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: var(--page);
    color: var(--text);
    font-family: "DM Sans", Arial, sans-serif;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}


/* =========================================================
   GLOBAL CONTAINER
   ========================================================= */

.container {
    width: min(var(--container), calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   TOP BAR
   ========================================================= */

.topbar {
    background: var(--green-dark);
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    letter-spacing: 0.02em;
}

.topbar-inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}


/* =========================================================
   MAIN NAVIGATION
   ========================================================= */

.nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--white);
    border-bottom: 1px solid var(--border);
}

.nav-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}


/* Brand */

.brand {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1.05;
}

.brand strong {
    color: var(--green-dark);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.brand small {
    margin-top: 5px;
    color: var(--muted);
    font-size: 9px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}


/* Navigation links */

.nav-links {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    gap: 4px;
    min-height: 76px;
}

.nav-links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 76px;
    padding: 0 13px;

    color: #374151;
    font-size: 14px;
    font-weight: 600;

    white-space: nowrap;

    transition:
        color 0.2s ease,
        background 0.2s ease;
}

.nav-links a:hover {
    color: var(--green);
    background: #fafcfb;
}


/* Active page */

.nav-links a.active {
    color: var(--green);
}

.nav-links a.active::after {
    content: "";
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 0;
    height: 3px;
    background: var(--green);
    border-radius: 3px 3px 0 0;
}


/* Register button */

.nav-links a.nav-register {
    min-height: auto;
    align-self: center;

    margin-left: 8px;
    padding: 10px 18px;

    color: var(--white);
    background: var(--green);

    border-radius: 7px;
}

.nav-links a.nav-register:hover {
    color: var(--white);
    background: var(--green-deep);
}

.nav-links a.nav-register.active {
    color: var(--white);
    background: var(--green-deep);
}

.nav-links a.nav-register.active::after {
    display: none;
}


/* =========================================================
   HERO
   ========================================================= */

.hero {
    position: relative;
    overflow: hidden;
    background: var(--green-dark);
    color: var(--white);
}

.hero-inner {
    padding: 82px 0 88px;
}

.hero h1 {
    max-width: 900px;
    margin: 0 0 22px;

    font-family: "Manrope", Arial, sans-serif;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.03;
    letter-spacing: -0.045em;
    font-weight: 800;
}

.hero h2 {
    max-width: 850px;
    margin: 0 0 18px;

    font-family: "Manrope", Arial, sans-serif;
    font-size: clamp(27px, 3.5vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.hero p {
    max-width: 760px;
    margin: 0 0 18px;

    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
}

.hero .eyebrow {
    display: inline-block;
    margin-bottom: 17px;

    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.hero-meta span {
    padding: 8px 12px;

    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.08);

    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 7px;

    font-size: 13px;
}


/* Page hero */

.page-hero {
    background: var(--green-dark);
    color: var(--white);
}

.page-hero .hero-inner {
    padding: 58px 0 62px;
}

.page-hero h1 {
    max-width: 900px;
    font-size: clamp(36px, 4.5vw, 58px);
}

.page-hero p {
    max-width: 760px;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 44px;
    padding: 11px 18px;

    border: 1px solid transparent;
    border-radius: 7px;

    font-size: 14px;
    font-weight: 700;

    cursor: pointer;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    color: var(--white);
    background: var(--green);
}

.btn-primary:hover {
    background: var(--green-deep);
}

.btn-gold {
    color: #1f2937;
    background: var(--gold);
}

.btn-gold:hover {
    background: #e3a900;
}

.btn-outline {
    color: var(--green);
    background: transparent;
    border-color: var(--green);
}

.btn-outline:hover {
    color: var(--white);
    background: var(--green);
}

.btn-light {
    color: var(--green-dark);
    background: var(--white);
}

.btn-light:hover {
    background: #f3f4f6;
}

.btn-dark-outline {
    color: var(--white);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.35);
}

.btn-dark-outline:hover {
    color: var(--green-dark);
    background: var(--white);
}


/* =========================================================
   SECTIONS
   ========================================================= */

.section {
    padding: 72px 0;
}

.section-sm {
    padding: 48px 0;
}

.section-lg {
    padding: 92px 0;
}

.section-white {
    background: var(--white);
}

.section-green {
    background: var(--green-light);
}

.section-dark {
    background: var(--green-dark);
    color: var(--white);
}

.section-header {
    max-width: 780px;
    margin-bottom: 34px;
}

.section-header .eyebrow {
    margin-bottom: 9px;

    color: var(--green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.section-dark .section-header .eyebrow {
    color: var(--gold);
}

.section-header h2 {
    margin: 0 0 12px;

    font-family: "Manrope", Arial, sans-serif;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.section-header p {
    margin: 0;
    color: var(--muted);
}

.section-dark .section-header p {
    color: rgba(255, 255, 255, 0.72);
}


/* =========================================================
   GRID
   ========================================================= */

.grid {
    display: grid;
    gap: 20px;
}

.grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}


/* =========================================================
   TWO COLUMN LAYOUT
   ========================================================= */

.two {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 42px;
    align-items: start;
}


/* =========================================================
   CARDS
   ========================================================= */

.card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 25px;
    box-shadow: var(--shadow);
}

.card h3 {
    margin: 0 0 9px;

    font-family: "Manrope", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.card h4 {
    margin: 0 0 7px;
    font-size: 16px;
}

.card p {
    margin: 0 0 12px;
    color: var(--muted);
}

.card p:last-child {
    margin-bottom: 0;
}

.card .card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 14px;
}

.card-link {
    display: inline-flex;
    margin-top: 14px;

    color: var(--green);
    font-size: 14px;
    font-weight: 700;
}

.card-link:hover {
    text-decoration: underline;
}


/* =========================================================
   FEATURE CARD
   ========================================================= */

.feature {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 30px;

    padding: 34px;

    background: var(--green-dark);
    color: var(--white);

    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.feature h2,
.feature h3 {
    margin-top: 0;

    font-family: "Manrope", Arial, sans-serif;
    line-height: 1.12;
}

.feature h2 {
    font-size: 34px;
    letter-spacing: -0.035em;
}

.feature p {
    color: rgba(255, 255, 255, 0.74);
}

.feature-side {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


/* =========================================================
   STATS
   ========================================================= */

.stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.stat {
    padding: 21px;

    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
}

.stat strong {
    display: block;
    margin-bottom: 4px;

    color: var(--green-dark);

    font-family: "Manrope", Arial, sans-serif;
    font-size: 30px;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.stat span {
    color: var(--muted);
    font-size: 13px;
}


/* Dark stats */

.section-dark .stat {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
}

.section-dark .stat strong {
    color: var(--white);
}

.section-dark .stat span {
    color: rgba(255, 255, 255, 0.66);
}


/* =========================================================
   BADGES
   ========================================================= */

.badge {
    display: inline-flex;
    align-items: center;

    padding: 5px 9px;

    color: var(--green);
    background: var(--green-light);

    border-radius: 999px;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.badge-gold {
    color: #6b4c00;
    background: #fff5d6;
}

.badge-dark {
    color: var(--white);
    background: rgba(255, 255, 255, 0.1);
}


/* =========================================================
   LISTS
   ========================================================= */

.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 22px;
    color: var(--muted);
}

.list li::before {
    content: "•";

    position: absolute;
    left: 3px;
    top: 0;

    color: var(--green);
    font-weight: 900;
}

.list.check li::before {
    content: "?";
}


/* =========================================================
   ROW / META
   ========================================================= */

.row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;

    padding: 14px 0;

    border-bottom: 1px solid var(--border);
}

.row:last-child {
    border-bottom: 0;
}

.row strong {
    font-weight: 700;
}

.meta {
    color: var(--muted);
    font-size: 13px;
}


/* =========================================================
   PROGRAMME
   ========================================================= */

.programme {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.programme-item {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;

    padding: 20px;

    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
}

.programme-time {
    color: var(--green);
    font-weight: 800;
    font-size: 14px;
}

.programme-content h3 {
    margin: 0 0 5px;

    font-family: "Manrope", Arial, sans-serif;
    font-size: 18px;
}

.programme-content p {
    margin: 0;
    color: var(--muted);
}


/* =========================================================
   SPEAKERS
   ========================================================= */

.speaker {
    text-align: center;
}

.speaker-avatar {
    width: 86px;
    height: 86px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 15px;

    color: var(--white);
    background: var(--green);

    border-radius: 50%;

    font-family: "Manrope", Arial, sans-serif;
    font-size: 24px;
    font-weight: 800;
}

.speaker h3 {
    margin: 0 0 5px;
    font-size: 18px;
}

.speaker p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}


/* =========================================================
   TABLES
   ========================================================= */

.table-wrap {
    width: 100%;
    overflow-x: auto;

    border: 1px solid var(--border);
    border-radius: 10px;

    background: var(--white);
}

table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
}

th,
td {
    padding: 13px 15px;
    text-align: left;
    border-bottom: 1px solid var(--border);
}

th {
    background: #f3f6f3;
    color: var(--green-dark);
    font-size: 13px;
    font-weight: 800;
}

td {
    color: #4b5563;
    font-size: 14px;
}

tr:last-child td {
    border-bottom: 0;
}


/* =========================================================
   FORMS
   ========================================================= */

.form {
    display: grid;
    gap: 17px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group.full {
    grid-column: 1 / -1;
}

label {
    color: #374151;
    font-size: 13px;
    font-weight: 700;
}

input,
select,
textarea {
    width: 100%;

    padding: 11px 12px;

    color: var(--text);
    background: var(--white);

    border: 1px solid #d1d5db;
    border-radius: 7px;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

textarea {
    min-height: 130px;
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(8, 116, 67, 0.1);
}

.form-note {
    color: var(--muted);
    font-size: 12px;
}


/* =========================================================
   NOTICE
   ========================================================= */

.notice {
    padding: 16px 18px;

    background: var(--green-light);
    border-left: 4px solid var(--green);
    border-radius: 7px;

    color: #374151;
}

.notice strong {
    color: var(--green-dark);
}


/* =========================================================
   FILTERS
   ========================================================= */

.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 25px;
}

.filter {
    display: inline-flex;
    align-items: center;

    padding: 8px 13px;

    color: #4b5563;
    background: var(--white);

    border: 1px solid var(--border);
    border-radius: 999px;

    font-size: 13px;
    font-weight: 700;
}

.filter.active,
.filter:hover {
    color: var(--white);
    background: var(--green);
    border-color: var(--green);
}


/* =========================================================
   DEAL FLOW
   ========================================================= */

.flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.flow-step {
    position: relative;

    padding: 22px;

    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
}

.flow-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;
    margin-bottom: 13px;

    color: var(--white);
    background: var(--green);

    border-radius: 50%;

    font-weight: 800;
    font-size: 13px;
}

.flow-step h3 {
    margin: 0 0 7px;
    font-size: 17px;
}

.flow-step p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}


/* =========================================================
   METRIC BARS
   ========================================================= */

.metric {
    margin-bottom: 17px;
}

.metric:last-child {
    margin-bottom: 0;
}

.metric-label {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 6px;

    font-size: 13px;
    font-weight: 700;
}

.metric-track {
    width: 100%;
    height: 8px;

    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
}

.metric-fill {
    height: 100%;
    background: var(--green);
    border-radius: inherit;
}


/* =========================================================
   CTA
   ========================================================= */

.cta {
    padding: 48px 0;
    background: var(--green);
    color: var(--white);
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.cta h2 {
    margin: 0 0 8px;

    font-family: "Manrope", Arial, sans-serif;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.cta p {
    max-width: 700px;
    margin: 0;

    color: rgba(255, 255, 255, 0.76);
}


/* =========================================================
   FOOTER
   ========================================================= */

.footer {
    padding: 55px 0 25px;

    background: var(--green-dark);
    color: rgba(255, 255, 255, 0.75);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 38px;
}

.footer h3,
.footer h4 {
    margin: 0 0 12px;
    color: var(--white);
}

.footer h3 {
    font-family: "Manrope", Arial, sans-serif;
    font-size: 22px;
}

.footer p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
}

.footer-links a:hover {
    color: var(--gold);
}

.footer-bottom {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);

    color: rgba(255, 255, 255, 0.48);
    font-size: 12px;
}


/* =========================================================
   EMPTY / PLACEHOLDER
   ========================================================= */

.empty {
    padding: 45px 25px;

    text-align: center;

    background: var(--white);
    border: 1px dashed #d1d5db;
    border-radius: var(--radius);
}

.empty h3 {
    margin: 0 0 7px;
}

.empty p {
    margin: 0;
    color: var(--muted);
}


/* =========================================================
   UTILITY CLASSES
   ========================================================= */

.text-green {
    color: var(--green);
}

.text-gold {
    color: var(--gold);
}

.text-muted {
    color: var(--muted);
}

.text-center {
    text-align: center;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}


/* =========================================================
   RESPONSIVE — 1100px
   ========================================================= */

@media (max-width: 1100px) {

    .nav-inner {
        gap: 15px;
    }

    .brand small {
        display: none;
    }

    .nav-links a {
        padding-left: 9px;
        padding-right: 9px;
        font-size: 13px;
    }

    .nav-links a.active::after {
        left: 9px;
        right: 9px;
    }

    .nav-links a.nav-register {
        margin-left: 4px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* =========================================================
   RESPONSIVE — 900px
   ========================================================= */

@media (max-width: 900px) {

    .nav-inner {
        min-height: auto;
        padding: 14px 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .brand small {
        display: block;
    }

    .nav-links {
        width: 100%;
        min-height: auto;

        display: flex;
        justify-content: flex-start;

        overflow-x: auto;
        scrollbar-width: thin;

        padding-bottom: 2px;
    }

    .nav-links a {
        min-height: 44px;
        padding: 0 11px;
    }

    .nav-links a.active::after {
        left: 11px;
        right: 11px;
        bottom: -2px;
    }

    .nav-links a.nav-register {
        min-height: 38px;
        margin-left: 4px;
        align-self: center;
    }

    .feature {
        grid-template-columns: 1fr;
    }

    .two {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}


/* =========================================================
   RESPONSIVE — 700px
   ========================================================= */

@media (max-width: 700px) {

    .container {
        width: min(var(--container), calc(100% - 28px));
    }

    .topbar-inner {
        min-height: 32px;
        font-size: 10px;
    }

    .hero-inner {
        padding: 58px 0 62px;
    }

    .page-hero .hero-inner {
        padding: 48px 0 52px;
    }

    .section {
        padding: 55px 0;
    }

    .section-lg {
        padding: 65px 0;
    }

    .grid-3,
    .grid-4 {
        grid-template-columns: 1fr;
    }

    .grid-2 {
        grid-template-columns: 1fr;
    }

    .stats {
        grid-template-columns: 1fr 1fr;
    }

    .programme-item {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .form-group.full {
        grid-column: auto;
    }

    .cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}


/* =========================================================
   RESPONSIVE — 520px
   ========================================================= */

@media (max-width: 520px) {

    .brand strong {
        font-size: 20px;
    }

    .brand small {
        font-size: 8px;
    }

    .nav-links a {
        font-size: 12px;
        padding-left: 9px;
        padding-right: 9px;
    }

    .nav-links a.active::after {
        left: 9px;
        right: 9px;
    }

    .hero h1 {
        font-size: 38px;
    }

    .hero p {
        font-size: 16px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .stats {
        grid-template-columns: 1fr;
    }

    .flow {
        grid-template-columns: 1fr;
    }

    .feature {
        padding: 24px;
    }

    .card {
        padding: 20px;
    }
}
/* =========================================================
   HOMEPAGE POLISH
   ========================================================= */

.home-hero {
    position: relative;
}

.home-hero::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -180px;
    top: -180px;
    border: 1px solid rgba(243, 181, 27, 0.18);
    border-radius: 50%;
}

.home-hero::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -80px;
    bottom: -180px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.home-hero .hero-inner {
    position: relative;
    z-index: 1;
}

.home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
    gap: 55px;
    align-items: center;
}

.home-hero-main {
    min-width: 0;
}

.home-investment-panel {
    padding: 30px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    backdrop-filter: blur(4px);
}

.investment-panel-label {
    margin-bottom: 15px;
    color: var(--gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.investment-value {
    color: var(--white);
    font-family: "Manrope", Arial, sans-serif;
    font-size: clamp(46px, 5vw, 68px);
    line-height: 1;
    letter-spacing: -0.05em;
    font-weight: 800;
}

.home-investment-panel h2 {
    margin: 12px 0 10px;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 23px;
    line-height: 1.15;
}

.home-investment-panel p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
}

.investment-panel-divider {
    height: 1px;
    margin: 23px 0;
    background: rgba(255, 255, 255, 0.12);
}

.investment-panel-stat strong {
    display: block;
    color: var(--gold);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 31px;
    line-height: 1;
}

.investment-panel-stat span {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    line-height: 1.45;
}

.investment-panel-link {
    display: inline-block;
    margin-top: 24px;
    color: var(--white);
    font-size: 13px;
    font-weight: 700;
}

.investment-panel-link:hover {
    color: var(--gold);
}

.home-key-figures {
    padding-top: 28px;
    padding-bottom: 28px;
}

.home-key-figures .stat {
    box-shadow: none;
}

.platform-card {
    position: relative;
    min-height: 255px;
    overflow: hidden;
}

.platform-card-number {
    position: absolute;
    right: 20px;
    top: 18px;
    color: #eef2ef;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 54px;
    font-weight: 800;
    line-height: 1;
}

.platform-card h3,
.platform-card p,
.platform-card .card-link {
    position: relative;
    z-index: 1;
}

.platform-card h3 {
    margin-top: 24px;
}

.home-feature {
    overflow: hidden;
}

.feature-stat {
    padding: 19px 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.feature-stat strong {
    display: block;
    margin-bottom: 5px;
    color: var(--gold);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 29px;
    line-height: 1;
}

.feature-stat span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 12px;
}

.opportunity-card {
    min-height: 315px;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.opportunity-card:hover {
    transform: translateY(-3px);
    border-color: rgba(8, 116, 67, 0.28);
    box-shadow: 0 16px 36px rgba(7, 21, 15, 0.10);
}

.strategic-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 15px;
    align-items: start;
}

.strategic-card .strategic-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: var(--green);
    background: var(--white);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
}

.strategic-card h3 {
    margin-top: 3px;
}

.strategic-card p {
    grid-column: 2;
    margin-top: 0;
}

.home-event-banner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    padding: 30px;
    background: var(--green-dark);
    color: var(--white);
    border-radius: var(--radius);
}

.home-event-banner h3 {
    max-width: 720px;
    margin: 15px 0 8px;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 28px;
    line-height: 1.15;
}

.home-event-banner p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
}

.event-location {
    min-width: 160px;
    padding-left: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.event-location strong {
    display: block;
    color: var(--gold);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 26px;
}

.event-location span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

.cta-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: var(--gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}


/* =========================================================
   HOMEPAGE RESPONSIVE
   ========================================================= */

@media (max-width: 1000px) {

    .home-hero-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .home-investment-panel {
        max-width: 620px;
    }

}

@media (max-width: 700px) {

    .home-investment-panel {
        padding: 24px;
    }

    .home-event-banner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .event-location {
        min-width: 0;
        padding-left: 0;
        padding-top: 18px;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    .strategic-card {
        grid-template-columns: 38px minmax(0, 1fr);
    }

}

@media (max-width: 520px) {

    .home-hero-grid {
        gap: 28px;
    }

    .home-investment-panel {
        padding: 21px;
    }

    .investment-value {
        font-size: 48px;
    }

    .home-event-banner {
        padding: 23px;
    }

    .home-event-banner h3 {
        font-size: 23px;
    }

}
/* =========================================================
   CONFERENCE PAGE
   ========================================================= */

.conference-hero {
    position: relative;
    overflow: hidden;
}

.conference-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 1px solid rgba(243, 181, 27, 0.18);
    right: -140px;
    top: -170px;
}

.conference-hero::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    right: 70px;
    bottom: -170px;
}

.conference-stats {
    position: relative;
    z-index: 2;
}

.conference-highlight {
    border-top: 4px solid #f3b51b;
}

.conference-highlight .list {
    margin-top: 22px;
}

.strategic-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: #eaf5ef;
    color: #087443;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 0.85rem;
}

.section-green .card {
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.section-green .card h3 {
    color: var(--text);
}

.section-green .card p {
    color: var(--muted);
}

.card-dark {
    background: #07150f;
    color: #ffffff;
}

.card-dark h2 {
    color: #ffffff;
}

.card-dark p {
    color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 700px) {
    .conference-hero::before,
    .conference-hero::after {
        display: none;
    }
}
/* =========================================================
   INVESTMENT MARKETPLACE
   ========================================================= */

.marketplace-hero {
    position: relative;
    overflow: hidden;
}

.marketplace-hero::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(243, 181, 27, 0.14);
    border-radius: 50%;
    right: -220px;
    top: -260px;
}

.marketplace-feature {
    align-items: stretch;
    overflow: hidden;
}

.marketplace-feature-main {
    flex: 1;
}

.feature-lead {
    font-size: 1.08rem;
    font-weight: 600;
    color: #183c2c;
}

.marketplace-investment-panel {
    min-width: 290px;
    padding: 34px;
    background: #07150f;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.marketplace-investment-panel > span {
    color: #f3b51b;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.marketplace-investment-panel > strong {
    display: block;
    margin: 10px 0 4px;
    font-family: "Manrope", sans-serif;
    font-size: 3rem;
    line-height: 1;
}

.marketplace-investment-panel > small {
    color: rgba(255,255,255,0.68);
}

.investment-divider {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.12);
    margin: 28px 0;
}

.investment-mini {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.investment-mini div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.investment-mini strong {
    font-family: "Manrope", sans-serif;
    font-size: 1.3rem;
}

.investment-mini span {
    color: rgba(255,255,255,0.62);
    font-size: 0.8rem;
}

.opportunity-market-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.opportunity-market-card {
    background: #ffffff;
    border: 1px solid #e2e9e4;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 8px 24px rgba(7, 21, 15, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.opportunity-market-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(7, 21, 15, 0.08);
}

.opportunity-market-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.opportunity-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #eaf5ef;
    color: #087443;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 0.82rem;
}

.opportunity-market-card h3 {
    margin-bottom: 10px;
}

.opportunity-market-card > p {
    min-height: 58px;
}

.opportunity-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 22px 0;
    padding: 18px 0;
    border-top: 1px solid #e5ebe7;
    border-bottom: 1px solid #e5ebe7;
}

.opportunity-facts div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.opportunity-facts strong {
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    color: #075c36;
}

.opportunity-facts span {
    color: #718078;
    font-size: 0.76rem;
}

.opportunity-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.opportunity-list span {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    background: #f1f6f3;
    color: #315444;
    font-size: 0.76rem;
    font-weight: 600;
}

.strategic-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.strategic-grid .strategic-card {
    min-height: 190px;
}

.marketplace-cta {
    margin: 0;
}

@media (max-width: 1000px) {
    .strategic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .marketplace-feature {
        flex-direction: column;
    }

    .marketplace-investment-panel {
        min-width: 0;
    }
}

@media (max-width: 760px) {
    .opportunity-market-grid {
        grid-template-columns: 1fr;
    }

    .strategic-grid {
        grid-template-columns: 1fr;
    }

    .marketplace-investment-panel > strong {
        font-size: 2.4rem;
    }
}

@media (max-width: 520px) {
    .opportunity-facts {
        grid-template-columns: 1fr;
    }

    .opportunity-market-card {
        padding: 22px;
    }
}
/* =========================================================
   PROGRAMME PAGE
   ========================================================= */

.programme-hero {
    position: relative;
    overflow: hidden;
}

.programme-hero::before {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    border: 1px solid rgba(243, 181, 27, 0.14);
    border-radius: 50%;
    right: -190px;
    top: -240px;
}

.programme-notice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.programme-notice p {
    margin: 6px 0 0;
}

.programme-timeline {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.timeline-item {
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e2e9e4;
    border-radius: 14px;
}

.timeline-time {
    display: block;
    margin-bottom: 12px;
    color: #087443;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
}

.timeline-item strong {
    display: block;
    margin-bottom: 5px;
    font-family: "Manrope", sans-serif;
    color: #10251b;
}

.timeline-item div span {
    display: block;
    color: #718078;
    font-size: 0.8rem;
    line-height: 1.5;
}

.programme-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 32px;
}

.programme-section-heading h2 {
    margin: 5px 0 0;
}

.session-time {
    flex-shrink: 0;
    padding: 10px 15px;
    border-radius: 999px;
    background: #eaf5ef;
    color: #075c36;
    font-size: 0.82rem;
    font-weight: 700;
}

.programme-detailed {
    margin-top: 0;
}

.programme-type {
    display: inline-block;
    margin-bottom: 8px;
    color: #087443;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.programme-owner {
    display: block;
    margin-top: 14px;
    color: #53645b;
    font-size: 0.84rem;
    font-weight: 600;
}

.programme-speakers {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.programme-speakers div {
    padding: 12px 14px;
    border-left: 3px solid #f3b51b;
    background: #f7f8f5;
    border-radius: 0 8px 8px 0;
}

.programme-speakers strong,
.programme-speakers span {
    display: block;
}

.programme-speakers strong {
    color: #17382a;
    font-size: 0.88rem;
}

.programme-speakers span {
    margin-top: 3px;
    color: #718078;
    font-size: 0.78rem;
    line-height: 1.45;
}

.programme-break {
    border-left: 4px solid #dfe8e2;
}

.programme-deal {
    border-left: 4px solid #f3b51b;
}

.rapporteur-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.rapporteur-list {
    display: grid;
    gap: 8px;
    margin: 18px 0;
}

.rapporteur-list span {
    color: #53645b;
    font-size: 0.84rem;
    line-height: 1.45;
}

.team-leader {
    display: block;
    padding-top: 14px;
    border-top: 1px solid #e2e9e4;
    color: #075c36;
    font-size: 0.82rem;
}

@media (max-width: 1000px) {
    .programme-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rapporteur-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .programme-hero::before {
        display: none;
    }

    .programme-notice {
        align-items: flex-start;
        flex-direction: column;
    }

    .programme-timeline {
        grid-template-columns: 1fr;
    }

    .programme-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .session-time {
        margin-top: -10px;
    }
}
/* =========================
   Symposium Countdown
   ========================= */

.countdown-notice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 24px 28px;
}

.countdown-heading {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.countdown-label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.countdown-heading strong {
    font-family: "Manrope", sans-serif;
    font-size: 1.15rem;
}

.countdown {
    display: flex;
    align-items: center;
    gap: 10px;
}

.countdown-unit {
    min-width: 76px;
    padding: 10px 12px;
    text-align: center;
    border-radius: 12px;
    background: #07150f;
    color: #fff;
}

.countdown-unit strong {
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 1.55rem;
    line-height: 1;
}

.countdown-unit span {
    display: block;
    margin-top: 6px;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.75;
}

.countdown-date {
    margin: 0;
    font-size: 0.82rem;
    white-space: nowrap;
    opacity: 0.85;
}

@media (max-width: 900px) {
    .countdown-notice {
        flex-direction: column;
        align-items: flex-start;
    }

    .countdown-date {
        white-space: normal;
    }
}

@media (max-width: 520px) {
    .countdown {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .countdown-unit {
        min-width: 0;
    }
}
/* =========================================
   AGRIINVESTMENT COLOUR COUNTDOWN
   ========================================= */

.conference-countdown-section {
    position: relative;
    margin-top: -1px;
    padding: 0 0 20px;
    background: #f7f8f5;
}

.conference-countdown-section .container {
    position: relative;
}

.conference-countdown-section .countdown-notice {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    transform: translateY(-28px);
    padding: 28px 32px;
    border: 0;
    border-radius: 20px;
    background: linear-gradient(
        135deg,
        #075c36 0%,
        #087443 55%,
        #0b8b50 100%
    );
    box-shadow: 0 18px 40px rgba(7, 92, 54, .18);
    color: #fff;
}

/* Decorative gold glow */

.conference-countdown-section .countdown-notice::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -90px;
    top: -110px;
    border-radius: 50%;
    border: 2px solid rgba(243,181,27,.22);
    pointer-events: none;
}

.conference-countdown-section .countdown-heading {
    position: relative;
    z-index: 2;
}

.conference-countdown-section .countdown-label {
    color: #f3b51b;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.conference-countdown-section .countdown-heading strong {
    color: #fff;
    font-size: 1.2rem;
}

/* Countdown numbers */

.conference-countdown-section .countdown {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 10px;
}

.conference-countdown-section .countdown-unit {
    min-width: 78px;
    padding: 12px 10px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 14px;
    background: rgba(255,255,255,.10);
    backdrop-filter: blur(5px);
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.conference-countdown-section .countdown-unit:nth-child(1) {
    background: #f3b51b;
    color: #07150f;
}

.conference-countdown-section .countdown-unit:nth-child(1) strong,
.conference-countdown-section .countdown-unit:nth-child(1) span {
    color: #07150f;
}

.conference-countdown-section .countdown-unit:nth-child(2) {
    background: #ffffff;
    color: #075c36;
}

.conference-countdown-section .countdown-unit:nth-child(2) strong,
.conference-countdown-section .countdown-unit:nth-child(2) span {
    color: #075c36;
}

.conference-countdown-section .countdown-unit:nth-child(3) {
    background: #0b9b5a;
    color: #fff;
}

.conference-countdown-section .countdown-unit:nth-child(4) {
    background: #f3b51b;
    color: #07150f;
}

.conference-countdown-section .countdown-unit:nth-child(4) strong,
.conference-countdown-section .countdown-unit:nth-child(4) span {
    color: #07150f;
}

.conference-countdown-section .countdown-unit strong {
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1;
    color: #fff;
}

.conference-countdown-section .countdown-unit span {
    display: block;
    margin-top: 7px;
    font-size: .63rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(255,255,255,.8);
}

/* Event date */

.conference-countdown-section .countdown-date {
    position: relative;
    z-index: 2;
    margin: 0;
    color: rgba(255,255,255,.88);
    font-size: .82rem;
    font-weight: 500;
    white-space: nowrap;
}

/* Mobile */

@media (max-width: 900px) {

    .conference-countdown-section .countdown-notice {
        transform: translateY(-18px);
    }

    .conference-countdown-section .countdown-date {
        width: 100%;
        margin-top: 4px;
        white-space: normal;
    }
}

@media (max-width: 600px) {

    .conference-countdown-section .countdown-notice {
        transform: translateY(-10px);
        padding: 24px 20px;
    }

    .conference-countdown-section .countdown {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .conference-countdown-section .countdown-unit {
        min-width: 0;
    }

    .conference-countdown-section .countdown-notice::after {
        display: none;
    }
}
/* Smaller hero typography */
.hero h1 {
    font-size: 2.8rem;
}

.hero p {
    font-size: 1rem;
}
/* Main navigation text */
.nav-links a {
    color: #1769aa;
}

.nav-links a:hover {
    color: #0d4f82;
}
/* =========================================================
   BLUE DOMINANT SYMPOSIUM COUNTDOWN
   ========================================================= */

.conference-countdown-section {
    background: linear-gradient(135deg, #0d4f82 0%, #1769aa 55%, #2490c8 100%);
    color: #ffffff;
}

.conference-countdown-section .countdown-notice {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 12px 35px rgba(7, 21, 15, 0.16);
}

.conference-countdown-section .countdown-notice::after {
    background: #f3b51b;
}

.conference-countdown-section .countdown-heading,
.conference-countdown-section .countdown-heading strong {
    color: #ffffff;
}

.conference-countdown-section .countdown-label {
    color: rgba(255, 255, 255, 0.82);
}

.conference-countdown-section .countdown-unit {
    background: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 10px 25px rgba(7, 21, 15, 0.14);
}

.conference-countdown-section .countdown-unit strong {
    color: #0d4f82;
}

.conference-countdown-section .countdown-unit span {
    color: #1769aa;
}

.conference-countdown-section .countdown-unit:nth-child(1),
.conference-countdown-section .countdown-unit:nth-child(2),
.conference-countdown-section .countdown-unit:nth-child(3),
.conference-countdown-section .countdown-unit:nth-child(4) {
    background: #ffffff;
}

.conference-countdown-section .countdown-date {
    color: #ffffff;
}

.conference-countdown-section .countdown-date strong {
    color: #f3b51b;
}
/* Smaller Symposium page hero headline */
.conference-hero-title {
    font-size: 2.35rem;
    line-height: 1.15;
}
/* =========================================================
   HERO QR CODE
   ========================================================= */

.hero-qr-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto 28px;
    padding: 18px 20px 16px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(7, 21, 15, 0.14);
    text-align: center;
}

.hero-qr-image {
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    background: #ffffff;
}

.hero-qr-image img {
    display: block;
    width: 170px;
    height: 170px;
}

.hero-qr-title {
    margin-top: 12px;
    font-size: 0.95rem;
    font-weight: 800;
    color: #0d4f82;
}

.hero-qr-url {
    margin-top: 3px;
    font-size: 0.78rem;
    color: #1769aa;
    font-weight: 600;
}

@media (max-width: 768px) {
    .hero-qr-code {
        margin-top: 10px;
        margin-bottom: 24px;
    }

    .hero-qr-image,
    .hero-qr-image img {
        width: 145px;
        height: 145px;
    }
}







/* Featured News - Symposium Details */
.feature .card {
    color: var(--text) !important;
    background: var(--white) !important;
}

.feature .card h3 {
    color: var(--text) !important;
}

.feature .card .row {
    color: var(--text) !important;
}

.feature .card .row strong {
    color: var(--text) !important;
}

.feature .card .row span {
    color: var(--muted) !important;
}

.feature .card a {
    color: var(--green) !important;
}

.feature .card a:hover {
    color: var(--green-deep) !important;
}

