:root {
    --forki-yellow: #f6c23d;
    --forki-yellow-bright: #ffcf22;
    --forki-yellow-soft: #fff6d9;
    --forki-gold: #b98500;
    --forki-dark: #171717;
    --forki-dark-2: #23211d;
    --forki-ink: #242424;
    --forki-muted: #687079;
    --forki-line: #e8e5dd;
    --forki-surface: #f7f7f4;
    --forki-white: #fff;
    --forki-red: #df2435;
    --shadow-sm: 0 12px 32px rgba(23, 23, 23, .075);
    --shadow-lg: 0 28px 75px rgba(23, 23, 23, .18);
    --radius-sm: 14px;
    --radius-md: 22px;
    --radius-lg: 32px;
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--forki-ink); background: var(--forki-white); font-family: Inter, Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
a:hover { color: inherit; text-decoration: none; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 9999; padding: 12px 18px; color: #fff; background: #000; border-radius: 0 0 10px 10px; }
.skip-link:focus { top: 0; color: #fff; }

.public-header { position: sticky; top: 0; z-index: 1030; background: rgba(246, 194, 61, .96); border-top: 3px solid var(--forki-red); border-bottom: 1px solid rgba(23, 23, 23, .1); box-shadow: 0 8px 30px rgba(23,23,23,.07); backdrop-filter: blur(16px); }
.public-navbar { min-height: 82px; padding: 10px 0; }
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; padding: 0; }
.brand-mark { display: grid; width: 48px; height: 56px; padding: 4px; background: rgba(255,255,255,.34); border: 1px solid rgba(23,23,23,.08); border-radius: 14px; place-items: center; }
.brand-mark img { max-width: 100%; max-height: 100%; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.08; color: var(--forki-dark); }
.brand-copy strong { font-size: 1rem; letter-spacing: .01em; }
.brand-copy small { margin-top: 5px; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.public-navbar .nav-link { position: relative; margin: 0 5px; padding: 12px 14px !important; color: rgba(23,23,23,.76) !important; font-size: .93rem; font-weight: 700; }
.public-navbar .nav-link::after { position: absolute; right: 14px; bottom: 5px; left: 14px; height: 2px; content: ""; background: var(--forki-dark); transform: scaleX(0); transition: transform .2s ease; }
.public-navbar .nav-link:hover::after, .public-navbar .nav-link.active::after { transform: scaleX(1); }
.public-navbar .nav-link.active { color: var(--forki-dark) !important; }
.btn-login { padding: 11px 18px; background: linear-gradient(135deg, var(--forki-dark), #302e29); border-radius: 12px; font-size: .9rem; font-weight: 700; box-shadow: 0 8px 18px rgba(23,23,23,.16); }

.hero-section { position: relative; overflow: hidden; padding: 48px 0 0; background: radial-gradient(circle at 12% 24%, rgba(255,255,255,.36), transparent 23%), linear-gradient(180deg, var(--forki-yellow) 0, var(--forki-yellow) 68%, var(--forki-white) 68%); }
.hero-section::before { position: absolute; inset: 0 0 auto; height: 100%; content: ""; background-image: linear-gradient(rgba(23,23,23,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(23,23,23,.045) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 78%); pointer-events: none; }
.hero-card { position: relative; overflow: hidden; padding: 66px 68px; color: #fff; background: radial-gradient(circle at 84% 16%, rgba(246,194,61,.18), transparent 34%), linear-gradient(135deg, #121212 0%, var(--forki-dark-2) 100%); border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.hero-card::before { position: absolute; top: -220px; right: -150px; width: 480px; height: 480px; content: ""; border: 1px solid rgba(246,194,61,.17); border-radius: 50%; box-shadow: 0 0 0 48px rgba(246,194,61,.035), 0 0 0 98px rgba(246,194,61,.025); }
.hero-card::after { position: absolute; bottom: 0; left: 68px; width: 90px; height: 5px; content: ""; background: var(--forki-red); border-radius: 5px 5px 0 0; }
.hero-monogram { position: absolute; right: -28px; bottom: -38px; color: rgba(255,255,255,.025); font-size: 9rem; font-weight: 900; letter-spacing: -.08em; line-height: 1; pointer-events: none; }
.hero-card h1 { max-width: 760px; margin: 20px 0; color: #fff; font-size: clamp(2.35rem, 5vw, 4.65rem); font-weight: 800; letter-spacing: -.045em; line-height: 1.02; }
.hero-card h1 span { color: var(--forki-yellow); }
.hero-lead { max-width: 650px; margin-bottom: 30px; color: rgba(255,255,255,.72); font-size: 1.12rem; line-height: 1.75; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; color: #d19b00; font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { color: var(--forki-yellow); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-forki { padding: 13px 22px; color: var(--forki-dark); background: var(--forki-yellow); border: 1px solid var(--forki-yellow); border-radius: 12px; font-weight: 800; box-shadow: 0 8px 22px rgba(246,194,61,.2); }
.btn-forki:hover { color: var(--forki-dark); background: var(--forki-yellow-bright); border-color: var(--forki-yellow-bright); transform: translateY(-1px); }
.hero-card .btn-outline-light { padding: 13px 22px; border-radius: 12px; font-weight: 700; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 30px; color: rgba(255,255,255,.58); font-size: .72rem; font-weight: 700; }
.hero-trust i { margin-right: 5px; color: var(--forki-yellow); }
.hero-visual-wrap { position: relative; z-index: 2; margin-right: -70px; padding: 16px 0 16px 16px; }
.hero-visual { position: relative; overflow: hidden; min-height: 390px; background: #2d2a23; border: 1px solid rgba(255,255,255,.13); border-radius: 30px 0 0 30px; box-shadow: -22px 24px 55px rgba(0,0,0,.28); }
.hero-visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(23,23,23,.38), transparent 42%), linear-gradient(0deg, rgba(23,23,23,.28), transparent 40%); }
.hero-visual img { display: block; width: 100%; min-height: 390px; object-fit: cover; object-position: center; filter: saturate(.88) contrast(1.04); }
.hero-count { position: absolute; bottom: -2px; left: -18px; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 16px 19px; color: var(--forki-dark); background: var(--forki-yellow); border: 5px solid var(--forki-dark); border-radius: 18px; box-shadow: 0 18px 35px rgba(0,0,0,.28); }
.hero-count strong { font-size: 1.85rem; line-height: 1; }
.hero-count span { font-size: .66rem; font-weight: 800; line-height: 1.25; letter-spacing: .06em; text-transform: uppercase; }
.hero-red-mark { position: absolute; top: 0; right: 36px; z-index: 3; width: 54px; height: 7px; background: var(--forki-red); border-radius: 0 0 7px 7px; }

.trust-ribbon { margin-top: 28px; }
.trust-ribbon-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; background: #fff; border: 1px solid var(--forki-line); border-radius: 18px; box-shadow: var(--shadow-sm); }
.trust-ribbon-grid > span { display: grid; grid-template-columns: 42px 1fr; column-gap: 13px; padding: 20px 24px; border-right: 1px solid var(--forki-line); }
.trust-ribbon-grid > span:last-child { border-right: 0; }
.trust-ribbon-grid i { grid-row: 1 / 3; display: grid; width: 42px; height: 42px; color: var(--forki-dark); background: var(--forki-yellow-soft); border-radius: 12px; place-items: center; }
.trust-ribbon-grid strong { color: var(--forki-dark); font-size: .9rem; }
.trust-ribbon-grid small { margin-top: 3px; color: var(--forki-muted); font-size: .72rem; }

.section-block { padding: 82px 0; }
.section-overlap { padding-top: 58px; }
.soft-section { background: var(--forki-surface); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.section-heading h2 { margin: 8px 0 0; color: var(--forki-dark); font-size: clamp(1.85rem, 3vw, 2.65rem); font-weight: 800; letter-spacing: -.035em; }
.section-heading p { max-width: 460px; margin: 0; color: var(--forki-muted); line-height: 1.7; }
.compact-heading { align-items: center; }
.section-link { color: var(--forki-dark); font-weight: 800; }
.section-link i { margin-left: 8px; transition: transform .2s ease; }
.section-link:hover i { transform: translateX(4px); }

.stats-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 14px; }
.stat-card { position: relative; display: flex; min-height: 175px; overflow: hidden; flex-direction: column; justify-content: flex-end; padding: 24px; background: linear-gradient(145deg, #fff, #fffdf8); border: 1px solid var(--forki-line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.stat-card::after { position: absolute; top: 0; right: 0; width: 38px; height: 4px; content: ""; background: var(--forki-yellow); border-radius: 0 0 0 5px; }
.stat-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(23,23,23,.11); }
.stat-card strong { margin: 10px 0 2px; color: var(--forki-dark); font-size: 2.35rem; line-height: 1; }
.stat-card > span:not(.stat-icon):not(.stat-level) { font-weight: 700; }
.stat-card small { margin-top: 7px; color: rgba(255,255,255,.68); }
.stat-card-primary { color: #fff; background: radial-gradient(circle at 92% 10%, rgba(246,194,61,.16), transparent 42%), var(--forki-dark); border-color: var(--forki-dark); }
.stat-card-primary::after { background: var(--forki-red); }
.stat-card-primary strong { color: var(--forki-yellow); }
.stat-icon { display: grid; width: 42px; height: 42px; margin-bottom: auto; color: var(--forki-dark); background: var(--forki-yellow); border-radius: 12px; place-items: center; }
.stat-level { margin-bottom: auto; color: #ad8000; font-size: .72rem; font-weight: 900; letter-spacing: .14em; }

.feature-card { display: flex; min-height: 270px; height: 100%; flex-direction: column; padding: 32px; background: #fff; border: 1px solid var(--forki-line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: transform .2s ease, border-color .2s ease; }
.feature-card:hover { border-color: var(--forki-yellow); transform: translateY(-5px); }
.feature-icon { display: grid; width: 56px; height: 56px; color: var(--forki-dark); background: var(--forki-yellow); border-radius: 16px; font-size: 1.2rem; place-items: center; }
.feature-card h3 { margin: 28px 0 10px; color: var(--forki-dark); font-size: 1.35rem; font-weight: 800; }
.feature-card p { color: var(--forki-muted); line-height: 1.7; }
.feature-link { margin-top: auto; font-weight: 800; }
.feature-link i { margin-left: 8px; }
.dark-card { color: #fff; background: var(--forki-dark); border-color: var(--forki-dark); }
.dark-card h3, .dark-card .feature-link { color: #fff; }
.dark-card p { color: rgba(255,255,255,.64); }

.event-list, .event-cards { display: grid; gap: 14px; }
.event-row, .event-card { display: flex; align-items: center; gap: 24px; padding: 22px; background: #fff; border: 1px solid var(--forki-line); border-radius: var(--radius-md); transition: border-color .2s ease, transform .2s ease; }
.event-row:hover, .event-card:hover { border-color: var(--forki-yellow); transform: translateY(-2px); }
.event-row time, .event-card time { display: flex; width: 78px; min-width: 78px; height: 78px; flex-direction: column; align-items: center; justify-content: center; color: var(--forki-dark); background: var(--forki-yellow-soft); border-radius: 18px; }
.event-row time strong, .event-card time strong { font-size: 1.75rem; line-height: 1; }
.event-row time span, .event-card time span { margin-top: 6px; font-size: .66rem; font-weight: 900; letter-spacing: .08em; }
.event-copy, .event-card-body { flex: 1; min-width: 0; }
.event-copy h3, .event-card h2 { margin: 7px 0; color: var(--forki-dark); font-size: 1.2rem; font-weight: 800; }
.event-copy p, .event-card p { margin: 0; color: var(--forki-muted); }
.status-pill { display: inline-flex; padding: 5px 9px; color: #795c00; background: var(--forki-yellow-soft); border-radius: 999px; font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.circle-link, .table-action { display: grid; width: 40px; height: 40px; min-width: 40px; color: #fff; background: var(--forki-dark); border-radius: 50%; place-items: center; }
.event-card { align-items: flex-start; padding: 28px; box-shadow: var(--shadow-sm); }
.event-card h2 { margin: 12px 0 8px; font-size: 1.4rem; }
.event-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 20px; }
.event-actions a { font-size: .88rem; font-weight: 800; }
.event-actions a:last-child { color: #b01f2e; }

.page-hero { position: relative; overflow: hidden; padding: 62px 0 72px; color: #fff; background: radial-gradient(circle at 87% 10%, rgba(246,194,61,.17), transparent 30%), linear-gradient(135deg, #121212, #24211c); }
.page-hero::after { position: absolute; right: -80px; bottom: -150px; width: 330px; height: 330px; content: ""; border: 50px solid rgba(246,194,61,.035); border-radius: 50%; pointer-events: none; }
.page-hero h1 { max-width: 900px; margin: 12px 0 10px; color: #fff; font-size: clamp(2.25rem, 5vw, 4.1rem); font-weight: 800; letter-spacing: -.045em; line-height: 1.05; }
.page-hero p { max-width: 700px; margin: 0; color: rgba(255,255,255,.65); font-size: 1.05rem; line-height: 1.7; }
.page-content { padding-top: 54px; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 26px; color: rgba(255,255,255,.72); font-size: .88rem; font-weight: 700; }
.back-link:hover { color: var(--forki-yellow); }

.search-panel { margin-top: -92px; margin-bottom: 38px; padding: 28px; background: #fff; border: 1px solid var(--forki-line); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); }
.search-panel > label { display: block; margin-bottom: 10px; color: var(--forki-dark); font-size: .9rem; font-weight: 800; }
.search-row { position: relative; display: flex; gap: 10px; }
.search-row input { width: 100%; height: 52px; padding: 0 18px 0 48px; color: var(--forki-dark); background: #fbfbf9; border: 1px solid var(--forki-line); border-radius: 12px; outline: none; }
.search-row input:focus { background: #fff; border-color: var(--forki-yellow); box-shadow: 0 0 0 3px rgba(246,194,61,.18); }
.search-icon { position: absolute; top: 16px; left: 18px; color: #9a9a91; }
.search-meta { display: flex; justify-content: space-between; margin-top: 14px; color: var(--forki-muted); font-size: .84rem; }
.search-meta a { color: #987100; font-weight: 800; }

.directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.person-card { position: relative; display: flex; min-width: 0; align-items: center; gap: 15px; overflow: hidden; padding: 14px; background: linear-gradient(145deg, #fff, #fffdf8); border: 1px solid var(--forki-line); border-radius: 20px; box-shadow: 0 9px 26px rgba(23,23,23,.055); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.person-card::before { position: absolute; top: 0; right: 0; width: 46px; height: 3px; content: ""; background: var(--forki-red); opacity: 0; transition: opacity .2s ease; }
.person-card:hover { border-color: var(--forki-yellow); box-shadow: 0 16px 34px rgba(23,23,23,.1); transform: translateY(-4px); }
.person-card:hover::before { opacity: 1; }
.person-avatar, .profile-avatar, .table-person > span { display: grid; width: 52px; height: 52px; min-width: 52px; color: var(--forki-dark); background: var(--forki-yellow); border-radius: 15px; font-size: 1.15rem; font-weight: 900; place-items: center; }
.person-avatar { overflow: hidden; }
.person-avatar.has-photo { background: #e8e5dd; box-shadow: inset 0 0 0 1px rgba(23,23,23,.06); }
.person-avatar img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 22%; transition: transform .3s ease; }
.person-card:hover .person-avatar img { transform: scale(1.06); }
.person-copy { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.person-copy strong { overflow: hidden; color: var(--forki-dark); font-size: .97rem; text-overflow: ellipsis; white-space: nowrap; }
.person-copy small { margin: 3px 0; color: #aa7e00; font-weight: 800; }
.person-copy span { overflow: hidden; color: var(--forki-muted); font-size: .76rem; text-overflow: ellipsis; white-space: nowrap; }
.person-card > i { color: #b7b5ac; font-size: .75rem; }
.pager-wrap { display: flex; justify-content: center; margin-top: 34px; }
.pagination { gap: 5px; }
.page-link { color: var(--forki-dark); border: 1px solid var(--forki-line); border-radius: 9px !important; }
.page-item.active .page-link { color: var(--forki-dark); background: var(--forki-yellow); border-color: var(--forki-yellow); }

.profile-heading { display: flex; align-items: center; gap: 24px; }
.profile-avatar { overflow: hidden; width: 108px; height: 108px; min-width: 108px; border: 4px solid var(--forki-yellow); border-radius: 28px; font-size: 2rem; box-shadow: 0 18px 38px rgba(0,0,0,.3); }
.profile-avatar.has-photo { background: #e7e2d5; }
.profile-avatar img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.profile-heading h1 { margin-top: 8px; font-size: clamp(2rem, 4vw, 3.55rem); }
.verified-label { color: var(--forki-yellow); font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.info-card, .data-card, .document-card { padding: 30px; background: linear-gradient(145deg, #fff, #fffefa); border: 1px solid var(--forki-line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.info-card h2 { margin: 8px 0 22px; color: var(--forki-dark); font-size: 1.45rem; font-weight: 800; }
.profile-list { margin: 0; }
.profile-list > div { padding: 15px 0; border-bottom: 1px solid var(--forki-line); }
.profile-list dt { color: var(--forki-muted); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.profile-list dd { margin: 5px 0 0; color: var(--forki-dark); font-weight: 800; }
.privacy-note { margin: 22px 0 0; padding: 14px; color: #65645e; background: var(--forki-surface); border-radius: 12px; font-size: .78rem; line-height: 1.55; }
.privacy-note i { margin-right: 7px; color: #9a7400; }
.card-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.count-badge { display: grid; width: 42px; height: 42px; min-width: 42px; color: var(--forki-dark); background: var(--forki-yellow); border-radius: 12px; font-weight: 900; place-items: center; }
.qualification-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.qualification-item { display: flex; gap: 13px; padding: 16px; background: var(--forki-surface); border-radius: 14px; }
.qualification-icon { display: grid; width: 38px; height: 38px; min-width: 38px; color: #906b00; background: var(--forki-yellow-soft); border-radius: 10px; place-items: center; }
.qualification-item div { display: flex; flex-direction: column; }
.qualification-item strong { color: var(--forki-dark); }
.qualification-item span, .qualification-item small { margin-top: 3px; color: var(--forki-muted); font-size: .76rem; }
.mini-event-list { display: grid; gap: 1px; background: var(--forki-line); }
.mini-event-list a { position: relative; display: grid; padding: 16px 48px 16px 0; background: #fff; }
.mini-event-list time { color: #9d7500; font-size: .75rem; font-weight: 800; }
.mini-event-list strong { margin: 4px 0; color: var(--forki-dark); }
.mini-event-list span { color: var(--forki-muted); font-size: .8rem; }
.mini-event-list i { position: absolute; top: 50%; right: 6px; transform: translateY(-50%); }
.muted-copy { color: var(--forki-muted); }

.event-meta { display: flex; flex-wrap: wrap; gap: 24px; color: rgba(255,255,255,.72); }
.event-meta i { margin-right: 7px; color: var(--forki-yellow); }
.document-heading { display: flex; align-items: center; gap: 18px; margin-bottom: 24px; }
.document-icon { display: grid; width: 66px; height: 66px; min-width: 66px; color: #fff; background: var(--forki-red); border-radius: 18px; font-size: 1.7rem; place-items: center; }
.document-heading span { color: #9d7500; font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.document-heading h2 { margin: 4px 0; color: var(--forki-dark); font-size: 1.25rem; font-weight: 800; }
.document-heading p { margin: 0; color: var(--forki-muted); }
.pdf-frame { overflow: hidden; height: 720px; background: #ecebe7; border: 1px solid var(--forki-line); border-radius: 16px; }
.pdf-frame iframe { width: 100%; height: 100%; border: 0; }

.switch-links { display: inline-flex; gap: 5px; margin-bottom: 20px; padding: 5px; background: var(--forki-surface); border: 1px solid var(--forki-line); border-radius: 13px; }
.switch-links a { padding: 10px 15px; color: var(--forki-muted); border-radius: 9px; font-size: .85rem; font-weight: 800; }
.switch-links a.active { color: var(--forki-dark); background: var(--forki-yellow); }
.modern-table { width: 100%; border-collapse: collapse; }
.modern-table th { padding: 13px 16px; color: #77766f; background: var(--forki-surface); border-bottom: 1px solid var(--forki-line); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.modern-table td { padding: 16px; border-bottom: 1px solid var(--forki-line); color: var(--forki-muted); vertical-align: middle; }
.modern-table tbody tr:last-child td { border-bottom: 0; }
.modern-table tbody tr:hover td { background: #fffdf6; }
.table-person { display: inline-flex; align-items: center; gap: 12px; color: var(--forki-dark); }
.table-person > span { width: 38px; height: 38px; min-width: 38px; border-radius: 10px; font-size: .85rem; }
.table-action { width: 34px; height: 34px; min-width: 34px; margin-left: auto; font-size: .72rem; }
.numeric-table td:not(:first-child), .numeric-table th:not(:first-child) { text-align: center; }
.numeric-table td:first-child strong { display: block; color: var(--forki-dark); }
.numeric-table td:first-child small { display: block; margin-top: 4px; }
.number-chip { display: inline-grid; min-width: 34px; height: 34px; padding: 0 8px; color: var(--forki-dark); background: var(--forki-surface); border-radius: 9px; font-weight: 800; place-items: center; }
.primary-chip { background: var(--forki-yellow); }

.empty-state { padding: 64px 24px; text-align: center; background: var(--forki-surface); border: 1px dashed #d4d1c8; border-radius: var(--radius-md); }
.empty-state > i { margin-bottom: 18px; color: #b18a1c; font-size: 2.2rem; }
.empty-state h2, .empty-state h3 { color: var(--forki-dark); font-weight: 800; }
.empty-state p { margin-bottom: 0; color: var(--forki-muted); }

.public-footer { padding: 52px 0 20px; color: rgba(255,255,255,.65); background: var(--forki-dark); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 34px; }
.footer-grid > p { max-width: 500px; margin: 0; font-size: .84rem; line-height: 1.7; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 42px; height: 52px; object-fit: contain; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { color: #fff; }
.footer-brand span { margin-top: 4px; font-size: .76rem; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: .74rem; }

@media (max-width: 1199.98px) {
    .stats-grid { grid-template-columns: repeat(3, 1fr); }
    .stat-card-primary { grid-row: span 2; }
    .directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 991.98px) {
    .public-navbar .navbar-collapse { margin-top: 12px; padding: 16px; background: #fff4d0; border: 1px solid rgba(23,23,23,.08); border-radius: 16px; }
    .public-navbar .nav-link { margin: 2px 0; }
    .btn-login { display: block; margin-top: 7px; text-align: center; }
    .hero-card { padding: 52px 42px; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stat-card-primary { grid-row: auto; }
    .section-heading { align-items: flex-start; flex-direction: column; }
    .trust-ribbon-grid { grid-template-columns: 1fr; }
    .trust-ribbon-grid > span { border-right: 0; border-bottom: 1px solid var(--forki-line); }
    .trust-ribbon-grid > span:last-child { border-bottom: 0; }
}
@media (max-width: 767.98px) {
    .public-navbar { min-height: 72px; }
    .brand-mark { width: 40px; height: 48px; }
    .brand-copy strong { font-size: .9rem; }
    .hero-section { padding-top: 24px; }
    .hero-card { padding: 40px 26px; border-radius: 24px; }
    .hero-card::after { left: 26px; }
    .hero-card h1 { font-size: 2.55rem; }
    .hero-trust { margin-top: 24px; }
    .trust-ribbon { margin-top: 20px; }
    .section-block { padding: 58px 0; }
    .stats-grid, .directory-grid, .qualification-list { grid-template-columns: 1fr; }
    .stat-card { min-height: 150px; }
    .search-row { flex-direction: column; }
    .search-row .btn { width: 100%; }
    .search-meta { align-items: flex-start; flex-direction: column; gap: 5px; }
    .page-hero { padding: 48px 0 60px; }
    .event-row, .event-card { align-items: flex-start; gap: 15px; }
    .event-row .circle-link { display: none; }
    .document-heading { align-items: flex-start; flex-wrap: wrap; }
    .document-heading .btn { width: 100%; margin-left: 0 !important; }
    .info-card, .data-card, .document-card { padding: 20px; }
    .pdf-frame { height: 520px; }
    .footer-grid, .footer-bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 479.98px) {
    .brand-copy small { display: none; }
    .hero-card h1 { font-size: 2.15rem; }
    .hero-actions .btn { width: 100%; }
    .stats-grid { grid-template-columns: 1fr; }
    .event-row, .event-card { flex-direction: column; }
    .profile-heading { align-items: flex-start; flex-direction: column; }
    .profile-avatar { width: 86px; height: 86px; min-width: 86px; border-radius: 22px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
