:root {
    --soca-red: #cf1e2b;
    --soca-red-dark: #a51722;
    --soca-red-light: #fee2e2;
    --dark: #0a0a0a;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Plus Jakarta Sans', sans-serif; background: #fff; color: #1a1a2e; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6, .section-title, .page-hero h1, .hero-text-box h1, .message-heading, .full-message-heading { font-family: 'Plus Jakarta Sans', sans-serif; letter-spacing: 0; }
h1, h2, .section-title, .page-hero h1, .hero-text-box h1, .message-heading, .full-message-heading { font-weight: 500; line-height: 1.08; text-wrap: balance; }
h3, h4, h5, h6 { font-weight: 800; line-height: 1.2; text-wrap: balance; }
h1 span, h2 span, .section-title span, .page-hero h1 span, .hero-text-box h1 span { font-weight: 900; }

.text-red { color: var(--soca-red); }
.bg-red { background: var(--soca-red); }
.bg-red-subtle { background: var(--soca-red-light); }

/* Header */
.announcement-ticker { background: #fff; color: var(--soca-red); border-bottom: 1px solid rgba(207,30,43,0.18); overflow: hidden; position: relative; z-index: 1002; }
.announcement-ticker a { color: var(--soca-red); text-decoration: none; font-weight: 850; }
.announcement-ticker a:hover { color: var(--soca-red-dark); text-decoration: underline; }
.ticker-track { display: flex; width: max-content; animation: ticker-scroll 24s linear infinite; }
.ticker-track:hover { animation-play-state: paused; }
.ticker-item { display: inline-flex; align-items: center; gap: 0.55rem; padding: 0.52rem 2rem; white-space: nowrap; font-size: 0.88rem; font-weight: 800; }
.ticker-item i { color: var(--soca-red); }
@keyframes ticker-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.soca-site-header { position: sticky; top: 0; z-index: 1000; background: #fff; border-bottom: 2px solid rgba(207,30,43,0.14); box-shadow: 0 10px 28px rgba(17,24,39,0.06); }
.soca-header-top { background: #fff; border-bottom: 1px solid rgba(207,30,43,0.12); }
.soca-header-top-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.soca-brand { display: inline-flex; align-items: center; gap: 0.85rem; min-width: 0; color: #141827; text-decoration: none; flex: 0 0 auto; }
.nav-logo { width: 76px; height: 76px; object-fit: contain; transition: transform 0.2s; }
.soca-brand:hover .nav-logo { transform: scale(1.03); }
.brand-text { display: grid; gap: 0.2rem; color: #1a1a2e; line-height: 1.1; }
.brand-text strong { font-size: clamp(1rem, 1.9vw, 1.34rem); font-weight: 900; letter-spacing: 0; }
.brand-text small { color: #6b7280; font-size: 0.76rem; font-weight: 750; }
.soca-utility-nav { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 0.35rem; }
.soca-utility-nav a { display: inline-flex; align-items: center; gap: 0.42rem; padding: 0.55rem 0.7rem; color: #2c313a; text-decoration: none; font-size: 0.76rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0; white-space: nowrap; transition: color 0.2s, background 0.2s; }
.soca-utility-nav a.soca-header-email {  text-transform: lowercase; }
.soca-utility-nav a:hover { color: var(--soca-red); background: #fff7f7; }
.soca-utility-nav i { color: var(--soca-red); font-size: 0.82rem; }
.soca-menu-toggle { display: none; border: 1px solid rgba(207,30,43,0.22); border-radius: 8px; padding: 0.55rem 0.65rem; }
.soca-menu-toggle .navbar-toggler-icon { width: 1.25rem; height: 1.25rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28207, 30, 43, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.soca-header-bottom { padding: 0; background: #fff; }
.soca-header-bottom .container { display: block; }
.soca-header-bottom .navbar-collapse { justify-content: flex-end; gap: 0.75rem; }
.soca-mobile-menu-head { display: none; }
.soca-mobile-backdrop { display: none; }
.soca-main-nav { display: flex; justify-content: flex-end; align-items: stretch; gap: 0; width: 100%; }
.nav-link { position: relative; display: inline-flex; align-items: center; min-height: 46px; color: #222831 !important; font-weight: 850; font-size: 0.74rem; text-transform: uppercase; padding: 0.78rem 0.58rem !important; letter-spacing: 0; white-space: nowrap; transition: color 0.2s, background 0.2s; }
.nav-link::after { content: ""; position: absolute; left: 0.58rem; right: 0.58rem; bottom: 0; height: 3px; border-radius: 999px 999px 0 0; background: var(--soca-red); transform: scaleX(0); transform-origin: center; transition: transform 0.2s; }
.nav-link:hover, .nav-link.active { color: var(--soca-red) !important; background: #fff8f8; }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.soca-site-header .dropdown-toggle::after { display: none; }
.journal-dropdown-caret { margin-left: 0.35rem; font-size: 0.62rem; transition: transform 0.2s; }
.soca-hover-dropdown:hover .journal-dropdown-caret,
.soca-hover-dropdown .dropdown-toggle.show .journal-dropdown-caret { transform: rotate(180deg); }
.soca-site-header .dropdown-menu { border: 1px solid rgba(207,30,43,0.14); border-radius: 8px; box-shadow: 0 18px 38px rgba(17,24,39,0.12); padding: 0.45rem; }
.soca-site-header .dropdown-item { border-radius: 7px; color: #222831; font-size: 0.78rem; font-weight: 800; padding: 0.62rem 0.78rem; }
.soca-site-header .dropdown-item:hover,
.soca-site-header .dropdown-item:focus { color: var(--soca-red); background: #fff8f8; }
@media (min-width: 992px) {
    .soca-hover-dropdown:hover > .dropdown-menu { display: block; margin-top: 0; }
}
.soca-header-apply { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem; min-height: 42px; margin: 0.2rem 0 0.2rem 0.4rem; padding: 0.72rem 1rem; border: 0; color: #fff; background: var(--soca-red); font-size: 0.82rem; font-weight: 850; white-space: nowrap; cursor: pointer; transition: background 0.2s, transform 0.2s; }
.soca-header-apply:hover { background: var(--soca-red-dark); transform: translateY(-1px); }

/* Buttons */
.btn-primary { background: var(--soca-red); color: white; padding: 12px 28px; border-radius: 40px; text-decoration: none; display: inline-flex; align-items: center; font-weight: 600; transition: all 0.2s; border: none; }
.btn-primary:hover { background: var(--soca-red-dark); transform: translateY(-2px); }
.btn-outline-red { background: transparent; border: 2px solid var(--soca-red); color: var(--soca-red); padding: 10px 26px; border-radius: 40px; text-decoration: none; display: inline-flex; align-items: center; font-weight: 600; transition: all 0.2s; }
.btn-outline-red:hover { background: var(--soca-red); color: white; }
.sticky-apply-btn { position: fixed; right: 0; top: 48%; z-index: 1100; display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.7rem 0.62rem; border: 0; border-left: 3px solid #f39c12; border-radius: 10px 0 0 10px; color: #fff; background: linear-gradient(135deg, var(--soca-red), var(--soca-red-dark)); box-shadow: 0 12px 28px rgba(207,30,43,0.3); font-weight: 850; font-size: 0.76rem; letter-spacing: 0.1px; cursor: pointer; writing-mode: vertical-rl; text-orientation: mixed; transition: transform 0.2s, box-shadow 0.2s; }
.sticky-apply-btn::before { content: ""; position: absolute; left: -7px; top: 12px; bottom: 12px; width: 2px; border-radius: 999px; background: var(--soca-red); box-shadow: 0 0 0 3px rgba(207,30,43,0.1); }
.sticky-apply-btn i { width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--soca-red); background: #fff; font-size: 0.75rem; }
.sticky-apply-btn:hover { transform: translateX(-6px); box-shadow: 0 18px 42px rgba(207,30,43,0.42); }

/* Hero */
.hero-slide { height: 85vh; background-size: cover; background-position: center; position: relative; display: flex; align-items: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%); }
.hero-content { position: relative; z-index: 2; }
.hero-text-box { background: rgba(255,255,255,0.95); backdrop-filter: blur(12px); padding: 3rem; border-radius: 24px; max-width: 580px; border-left: 5px solid var(--soca-red); }
.hero-badge { background: var(--soca-red-light); color: var(--soca-red); padding: 5px 15px; border-radius: 40px; font-size: 0.75rem; font-weight: 600; display: inline-block; margin-bottom: 1rem; }
.hero-text-box h1 { font-size: clamp(1.85rem, 4vw, 3rem); font-weight: 500; margin-bottom: 1rem; line-height: 1.08; text-wrap: balance; }
.hero-text-box h1 span { font-weight: 900; }

/* Section */
.section-tag { display: inline-block; background: var(--soca-red-light); color: var(--soca-red); padding: 4px 16px; border-radius: 40px; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 1rem; }
.section-title { font-size: clamp(1.85rem, 3vw, 2.55rem); font-weight: 500; line-height: 1.08; margin-bottom: 0.5rem; text-wrap: balance; }
.section-title span { font-weight: 900; }
.about-image-panel { padding: 0.7rem; border: 1px solid rgba(207,30,43,0.12); border-radius: 8px; background: #fff; box-shadow: 0 18px 42px rgba(10,10,10,0.08); }
.about-image-panel img { width: 100%; border-radius: 6px; display: block; object-fit: contain; }
.logo-story-layout { display: grid; grid-template-columns: minmax(240px, 360px) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: center; padding: clamp(1.2rem, 4vw, 2.2rem); border: 1px solid rgba(207,30,43,0.12); border-radius: 8px; background: #fff; box-shadow: 0 18px 42px rgba(10,10,10,0.07); }
.logo-showcase { display: flex; align-items: center; justify-content: center; min-height: 300px; padding: 1.4rem; border-radius: 8px; background: linear-gradient(145deg, #fff, #fff6f6); border: 1px solid rgba(207,30,43,0.1); }
.logo-showcase img { width: min(100%, 280px); height: auto; display: block; object-fit: contain; }
.logo-story-copy p { color: #4b5563; line-height: 1.75; margin-bottom: 1rem; }
.logo-meaning-card { height: 100%; }
.logo-meaning-card i { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 1rem; border-radius: 50%; background: var(--soca-red-light); font-size: 1.1rem; }
.logo-meaning-card h3 { font-size: 1.16rem; margin-bottom: 0.7rem; }
.logo-meaning-card p,
.logo-mission-note p { color: #4b5563; line-height: 1.7; }
.fellowship-overview { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 360px); gap: clamp(1.5rem, 4vw, 3rem); align-items: stretch; padding: clamp(1.3rem, 4vw, 2.4rem); border: 1px solid rgba(207,30,43,0.12); border-radius: 8px; background: #fff; box-shadow: 0 18px 42px rgba(10,10,10,0.07); }
.fellowship-overview p { color: #4b5563; line-height: 1.75; margin: 1rem 0 0; }
.fellowship-highlight { display: flex; flex-direction: column; justify-content: center; gap: 0.7rem; padding: 1.5rem; border-radius: 8px; color: #fff; background: linear-gradient(145deg, var(--soca-red), var(--soca-red-dark)); box-shadow: 0 18px 40px rgba(207,30,43,0.24); }
.fellowship-highlight i { width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,0.16); font-size: 1.45rem; }
.fellowship-highlight strong { font-size: 1.2rem; line-height: 1.35; }
.fellowship-highlight span { color: rgba(255,255,255,0.86); font-weight: 600; line-height: 1.55; }
.fellowship-rule-card { height: 100%; padding: 1.35rem; border: 1px solid rgba(207,30,43,0.12); border-radius: 8px; background: #fff; box-shadow: 0 14px 34px rgba(0,0,0,0.07); }
.fellowship-card-head { display: flex; align-items: center; gap: 0.85rem; margin-bottom: 1rem; }
.fellowship-card-head i { flex: 0 0 auto; width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--soca-red); background: var(--soca-red-light); font-size: 1rem; }
.fellowship-card-head h3 { margin: 0; font-size: 1.18rem; }
.fellowship-rule-card ul { margin: 0; padding-left: 1.1rem; color: #4b5563; line-height: 1.68; }
.fellowship-rule-card li + li { margin-top: 0.55rem; }
.fellowship-contact-card p { color: #4b5563; line-height: 1.65; margin-bottom: 0.8rem; }
.fellowship-contact-card a { color: var(--soca-red); font-weight: 800; text-decoration: none; }
.fellowship-contact-card a:hover { text-decoration: underline; }
.deadline-note { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.65rem 0.85rem; border-radius: 8px; color: var(--soca-red) !important; background: var(--soca-red-light); font-weight: 850; }
.fellowship-info-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.fellowship-info-strip div { padding: 1.1rem; border-radius: 8px; background: #fff8f8; border: 1px solid rgba(207,30,43,0.12); }
.fellowship-info-strip span { display: block; margin-bottom: 0.45rem; color: var(--soca-red); font-size: 0.76rem; font-weight: 900; text-transform: uppercase; }
.fellowship-info-strip strong { display: block; color: #1f2937; line-height: 1.45; font-size: 0.94rem; }
.fellowship-provisions p { color: #4b5563; line-height: 1.7; }
.award-overview { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 360px); gap: clamp(1.5rem, 4vw, 3rem); align-items: stretch; padding: clamp(1.3rem, 4vw, 2.4rem); border: 1px solid rgba(207,30,43,0.12); border-radius: 8px; background: #fff; box-shadow: 0 18px 42px rgba(10,10,10,0.07); }
.award-overview p { color: #4b5563; line-height: 1.75; margin: 1rem 0 0; }
.award-tabs { display: flex; flex-wrap: wrap; gap: 0.75rem; padding: 0.8rem; border: 1px solid rgba(207,30,43,0.12); border-radius: 8px; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,0.06); }
.award-tabs a { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0.65rem 1rem; border-radius: 8px; color: var(--soca-red); background: var(--soca-red-light); font-size: 0.82rem; font-weight: 900; text-decoration: none; }
.award-tabs a:hover { color: #fff; background: var(--soca-red); }
.award-highlight { display: flex; flex-direction: column; justify-content: center; gap: 0.7rem; padding: 1.5rem; border-radius: 8px; color: #fff; background: linear-gradient(145deg, var(--soca-red), var(--soca-red-dark)); box-shadow: 0 18px 40px rgba(207,30,43,0.24); }
.award-highlight i { width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,0.16); font-size: 1.45rem; }
.award-highlight strong { font-size: 1.2rem; line-height: 1.35; }
.award-highlight span { color: rgba(255,255,255,0.86); font-weight: 600; line-height: 1.55; }
.award-table-card { padding: clamp(1rem, 3vw, 1.4rem); border: 1px solid rgba(207,30,43,0.12); border-radius: 8px; background: #fff; box-shadow: 0 14px 34px rgba(0,0,0,0.07); }
.award-section-intro,
.award-section-note { color: #4b5563; line-height: 1.7; margin-bottom: 1rem; }
.award-section-note { margin: 1rem 0 0; }
.award-table-wrap { overflow-x: auto; }
.award-table { width: 100%; border-collapse: collapse; min-width: 860px; }
.award-table-compact { min-width: 420px; }
.award-table th { padding: 0.95rem; color: #fff; background: var(--soca-red); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0; text-align: left; white-space: nowrap; }
.award-table th:first-child { border-radius: 8px 0 0 0; }
.award-table th:last-child { border-radius: 0 8px 0 0; }
.award-table td { padding: 1rem 0.95rem; border-bottom: 1px solid rgba(207,30,43,0.12); color: #4b5563; line-height: 1.65; vertical-align: top; }
.award-table td:first-child,
.award-table td:nth-child(2) { width: 92px; }
.award-table td:nth-child(3) { width: 210px; color: #111827; }
.award-table tr:hover td { background: #fffafa; }
.award-year { display: inline-flex; align-items: center; justify-content: center; min-width: 64px; padding: 0.35rem 0.55rem; border-radius: 999px; color: var(--soca-red); background: var(--soca-red-light); font-weight: 900; }
.award-table a { display: inline-block; margin-top: 0.55rem; color: var(--soca-red); font-weight: 850; text-decoration: none; }
.award-table a:hover { text-decoration: underline; }

/* Stats */
.stat-card { background: white; padding: 1.5rem; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); transition: transform 0.2s; }
.stat-card:hover { transform: translateY(-5px); }
.stat-number { font-size: 2.8rem; font-weight: 800; color: var(--soca-red); line-height: 1; }

/* Activities */
.activity-card { background: white; padding: 2rem; border-radius: 20px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.05); height: 100%; transition: all 0.2s; }
.activity-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(207,30,43,0.1); }
.activity-icon { width: 70px; height: 70px; background: var(--soca-red-light); border-radius: 20px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-size: 2rem; color: var(--soca-red); }

/* Gallery Grid */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1rem; }
.gallery-item { position: relative; aspect-ratio: 4/3; overflow: hidden; border-radius: 16px; cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.4s; }
.gallery-item:hover img { transform: none; }
.gallery-item .overlay { position: absolute; inset: 0; background: rgba(207,30,43,0.3); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s; color: white; font-size: 2rem; }
.gallery-item:hover .overlay { opacity: 1; }

/* Leader Cards */
.leader-card { background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.08); transition: transform 0.2s; }
.leader-card:hover { transform: translateY(-5px); }
.leader-img { width: 100%; height: 280px; object-fit: contain; background: #f3f4f6; }
.leader-img-placeholder { display: block; background: #f3f4f6; border-bottom: 1px dashed rgba(207,30,43,0.22); }
.leader-info { padding: 1.5rem; }
.leader-role { display: inline-block; background: var(--soca-red-light); color: var(--soca-red); padding: 4px 12px; border-radius: 40px; font-size: 0.7rem; font-weight: 700; margin-bottom: 0.8rem; }

/* Membership Cards */
.membership-card { transition: transform 0.2s; }
.membership-card:hover { transform: translateY(-8px); }
.currency { font-size: 1.5rem; vertical-align: top; }
.amount { font-size: 3.5rem; font-weight: 800; line-height: 1; }
.executive-circle-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 2rem 1.25rem; align-items: start; }
.executive-circle-card { text-align: center; padding: 1rem 0.75rem; border-radius: 8px; transition: transform 0.2s; }
.executive-circle-card:hover { transform: translateY(-6px); }
.executive-circle-card img,
.executive-circle-placeholder { width: 148px; height: 148px; border-radius: 50%; object-fit: contain; object-position: center; display: block; margin: 0 auto 1rem; border: 5px solid #fff; box-shadow: 0 14px 30px rgba(0,0,0,0.14); background: #f3f4f6; }
.executive-circle-placeholder { border: 1px dashed rgba(207,30,43,0.22); }
.executive-circle-card h4 { font-size: 1rem; font-weight: 800; line-height: 1.35; margin: 0; color: #111827; }

/* Timeline */
.timeline { border-left: 3px solid var(--soca-red-light); padding-left: 1.5rem; }
.timeline-item { position: relative; background: #fff; border: 1px solid rgba(207,30,43,0.12); border-radius: 16px; padding: 1rem; margin-bottom: 1rem; box-shadow: 0 8px 24px rgba(0,0,0,0.04); }
.timeline-item::before { content: ""; position: absolute; left: calc(-1.5rem - 8px); top: 1.2rem; width: 14px; height: 14px; border-radius: 50%; background: var(--soca-red); border: 3px solid #fff; box-shadow: 0 0 0 3px var(--soca-red-light); }
.timeline-item.active { border-color: rgba(207,30,43,0.35); }
.timeline-item .year { color: var(--soca-red); font-weight: 800; margin-bottom: 0.35rem; }
.timeline-item .content { color: #555; line-height: 1.55; }

/* Journal */
.journal-overview { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 360px); gap: clamp(1.5rem, 4vw, 3rem); align-items: stretch; padding: clamp(1.4rem, 4vw, 2.4rem); border: 1px solid rgba(207,30,43,0.12); border-radius: 8px; background: #fff; box-shadow: 0 18px 42px rgba(10,10,10,0.07); }
.journal-overview p { color: #5b6472; line-height: 1.75; margin: 1rem 0 0; max-width: 780px; }
.journal-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.4rem; }
.journal-highlight { display: flex; flex-direction: column; justify-content: center; gap: 0.7rem; padding: 1.5rem; border-radius: 8px; color: #fff; background: linear-gradient(145deg, var(--soca-red), var(--soca-red-dark)); box-shadow: 0 18px 40px rgba(207,30,43,0.24); }
.journal-highlight i { width: 54px; height: 54px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.16); font-size: 1.45rem; }
.journal-highlight strong { font-size: 1.25rem; line-height: 1.35; }
.journal-highlight span { color: rgba(255,255,255,0.82); font-weight: 600; }
.journal-index-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; padding: 1.1rem; border-radius: 8px; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,0.06); }
.journal-index-strip span { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.65rem 0.95rem; border-radius: 999px; color: var(--soca-red); background: var(--soca-red-light); font-size: 0.88rem; font-weight: 800; }
.journal-index-strip i { font-size: 0.78rem; }
.scimago-badge-card { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.85rem; padding: 1.2rem; border: 1px solid rgba(207,30,43,0.12); border-radius: 8px; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,0.06); text-align: center; }
.scimago-badge-card a { display: inline-flex; align-items: center; justify-content: center; max-width: 100%; }
.scimago-badge-card img { width: min(100%, 520px); height: auto; display: block; }
.section-heading-inline { display: flex; justify-content: space-between; gap: 1rem; align-items: end; }
.journal-editor-card { height: 100%; padding: 1.35rem; border: 1px solid rgba(207,30,43,0.12); border-radius: 8px; background: #fff; box-shadow: 0 14px 34px rgba(0,0,0,0.07); transition: transform 0.2s, box-shadow 0.2s; }
.journal-editor-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(207,30,43,0.12); }
.journal-editor-card span { display: inline-flex; margin-bottom: 0.9rem; padding: 0.35rem 0.75rem; border-radius: 999px; background: var(--soca-red-light); color: var(--soca-red); font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; }
.journal-editor-card h3 { font-size: 1.25rem; font-weight: 500; line-height: 1.12; margin-bottom: 0.65rem; color: #111827; text-wrap: balance; }
.journal-editor-card p { color: #5b6472; line-height: 1.55; margin-bottom: 0.85rem; }
.journal-editor-card small { color: #444; line-height: 1.55; display: block; }
.journal-editor-card.featured { color: #fff; background: linear-gradient(145deg, #991520, var(--soca-red)); border-color: rgba(207,30,43,0.32); }
.journal-editor-card.featured span { color: #fff; background: rgba(255,255,255,0.16); }
.journal-editor-card.featured h3, .journal-editor-card.featured p, .journal-editor-card.featured small { color: #fff; }
.journal-editor-card.featured p, .journal-editor-card.featured small { opacity: 0.86; }
.journal-submit-card { height: 100%; padding: clamp(1.4rem, 3vw, 2rem); border-radius: 8px; background: #fff8f8; border: 1px solid rgba(207,30,43,0.14); box-shadow: 0 16px 38px rgba(10,10,10,0.07); }
.journal-submit-card > i { width: 62px; height: 62px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--soca-red); font-size: 1.45rem; margin-bottom: 1.15rem; box-shadow: 0 14px 28px rgba(207,30,43,0.22); }
.journal-submit-card h3 { font-size: 1.35rem; font-weight: 500; line-height: 1.12; margin-bottom: 0.75rem; text-wrap: balance; }
.journal-submit-card p { color: #5b6472; line-height: 1.7; margin-bottom: 1.3rem; }
.journal-timeline { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.journal-timeline-item { position: relative; padding: 1.2rem 1.2rem 1.2rem 1.5rem; border: 1px solid rgba(207,30,43,0.12); border-radius: 8px; background: #fff; box-shadow: 0 10px 28px rgba(0,0,0,0.05); overflow: hidden; }
.journal-timeline-item::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--soca-red-light); }
.journal-timeline-item.active { border-color: rgba(207,30,43,0.32); box-shadow: 0 16px 36px rgba(207,30,43,0.11); }
.journal-timeline-item.active::before { background: linear-gradient(180deg, var(--soca-red), #f39c12); }
.journal-timeline-item .year { color: var(--soca-red); font-weight: 850; margin-bottom: 0.45rem; }
.journal-timeline-item .content { color: #555; line-height: 1.6; }

/* Member Search */
.member-search-panel, .member-results-panel { background: #fff; border: 1px solid rgba(207,30,43,0.12); border-radius: 8px; box-shadow: 0 16px 38px rgba(10,10,10,0.07); overflow: hidden; }
.member-search-panel { padding: clamp(1rem, 3vw, 1.5rem); }
.member-search-panel .form-label { font-weight: 800; color: #111827; }
.member-search-input { position: relative; }
.member-search-input i { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: var(--soca-red); z-index: 1; }
.member-search-input .form-control { padding-left: 2.7rem; border-radius: 8px; border-color: rgba(207,30,43,0.18); }
.member-search-input .form-control:focus { border-color: var(--soca-red); box-shadow: 0 0 0 0.2rem rgba(207,30,43,0.12); }
.member-search-table thead th { background: var(--soca-red); color: #fff; border: 0; white-space: nowrap; }
.member-search-table td { vertical-align: middle; }
.lm-badge { display: inline-flex; align-items: center; justify-content: center; background: var(--soca-red-light); color: var(--soca-red); border-radius: 999px; padding: 0.38rem 0.78rem; font-weight: 850; }
.member-pagination { display: flex; justify-content: center; gap: 0.4rem; flex-wrap: wrap; padding: 1rem; border-top: 1px solid rgba(207,30,43,0.12); }
.member-pagination a,
.member-pagination span { min-width: 38px; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(207,30,43,0.18); border-radius: 8px; color: #222831; background: #fff; text-decoration: none; font-size: 0.86rem; font-weight: 850; padding: 0.45rem 0.72rem; }
.member-pagination a:hover,
.member-pagination .active { color: #fff; background: var(--soca-red); border-color: var(--soca-red); }
.member-pagination .disabled { color: #9ca3af; background: #f9fafb; }
.member-empty-state { text-align: center; padding: clamp(2rem, 5vw, 3.5rem) 1rem; color: #6b7280; }
.member-empty-state i { display: inline-flex; align-items: center; justify-content: center; width: 62px; height: 62px; border-radius: 50%; background: var(--soca-red-light); font-size: 1.45rem; margin-bottom: 1rem; }
.member-empty-state h3 { color: #111827; font-size: 1.25rem; font-weight: 500; line-height: 1.12; margin-bottom: 0.5rem; text-wrap: balance; }
.member-empty-state p { margin: 0; }

/* Footer */
.footer { position: relative; background: radial-gradient(circle at 12% 0%, rgba(207,30,43,0.28), transparent 31%), radial-gradient(circle at 92% 18%, rgba(243,156,18,0.16), transparent 28%), #090b14; color: white; padding: 4.5rem 0 1.1rem; margin-top: 2rem; overflow: hidden; }
.footer::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--soca-red), #f39c12, var(--soca-red)); }
.footer::after { content: ""; position: absolute; inset: 5px 0 auto; height: 1px; background: rgba(255,255,255,0.12); }
.footer .container { position: relative; z-index: 1; }
.footer-card { height: 100%; padding: 1.35rem; border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; background: rgba(255,255,255,0.045); box-shadow: 0 18px 45px rgba(0,0,0,0.18); }
.footer-brand { display: flex; align-items: center; gap: 0.85rem; margin-bottom: 1rem; }
.footer-logo { width: 54px; height: 54px; object-fit: contain; padding: 0.45rem; border-radius: 8px; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,0.22); }
.footer-brand-text { color: white; font-size: 1.05rem; font-weight: 850; line-height: 1.2; }
.footer-text { color: rgba(255,255,255,0.72); line-height: 1.75; margin-bottom: 0; }
.footer h5 { color: white; margin-bottom: 1.15rem; font-size: 0.95rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.6px; }
.footer h5::after { content: ""; display: block; width: 42px; height: 3px; margin-top: 0.65rem; border-radius: 999px; background: linear-gradient(90deg, var(--soca-red), #f39c12); }
.footer ul { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 1.6rem; }
.footer ul li { margin-bottom: 0.58rem; break-inside: avoid; }
.footer a { color: rgba(255,255,255,0.76); text-decoration: none; transition: color 0.2s, transform 0.2s; }
.footer ul a { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.92rem; }
.footer ul a::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: rgba(243,156,18,0.9); transition: background 0.2s, transform 0.2s; }
.footer a:hover { color: #fff; }
.footer ul a:hover { transform: translateX(3px); }
.footer ul a:hover::before { background: var(--soca-red); transform: scale(1.25); }
.footer-contact { display: grid; gap: 0.7rem; }
.footer-map { overflow: hidden; border-radius: 8px; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.08); }
.footer-map iframe { display: block; width: 100%; min-height: 150px; }
.footer-contact p { display: flex; align-items: flex-start; gap: 0.7rem; margin: 0; color: rgba(255,255,255,0.76); line-height: 1.5; }
.footer-contact i { width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; color: #fff; background: rgba(207,30,43,0.9); box-shadow: 0 8px 18px rgba(207,30,43,0.25); }
.social-links { display: flex; gap: 0.7rem; flex-wrap: wrap; }
.social-links a { display: inline-flex; width: 38px; height: 38px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.12); border-radius: 50%; align-items: center; justify-content: center; color: #fff; transition: all 0.2s; }
.social-links a:hover { background: var(--soca-red); color: white; transform: translateY(-3px); box-shadow: 0 10px 22px rgba(207,30,43,0.28); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.11); padding-top: 1.25rem; margin-top: 1.7rem; font-size: 0.83rem; color: rgba(255,255,255,0.62); }
.footer-bottom p { margin-bottom: 0; }

/* Page Hero */
.page-hero { position: relative; background: #fff; color: #111827; padding: 3.1rem 1rem 2.7rem; text-align: center; margin-bottom: 1.7rem; border-bottom: 1px solid rgba(17,24,39,0.08); overflow: hidden; }
.page-hero::before { content: ""; position: absolute; left: 50%; top: 0; width: min(980px, calc(100% - 2rem)); height: 1px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, rgba(207,30,43,0.55), rgba(243,156,18,0.45), transparent); }
.page-hero::after { content: ""; position: absolute; left: 50%; bottom: 0; width: min(520px, 62vw); height: 3px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, var(--soca-red), #f39c12, transparent); opacity: 0.75; }
.page-hero .container { position: relative; z-index: 1; max-width: 980px; }
.page-hero-kicker { display: inline-flex; align-items: center; justify-content: center; color: var(--soca-red); background: #fff; border: 1px solid rgba(207,30,43,0.2); border-radius: 40px; padding: 5px 15px; font-size: 0.7rem; font-weight: 850; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.9rem; box-shadow: 0 8px 20px rgba(207,30,43,0.06); }
.page-hero h1 { font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 500; line-height: 1.06; margin-bottom: 0.7rem; text-wrap: balance; }
.page-hero h1 span { color: var(--soca-red); font-weight: 900; }
.page-hero p { color: #5b6472; max-width: 620px; margin: 0 auto; font-size: 1rem; line-height: 1.65; }

/* Scroll Top */
#scrollTop { position: fixed; bottom: 30px; right: 30px; width: 48px; height: 48px; border-radius: 50%; background: var(--soca-red); color: white; border: none; display: none; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s; z-index: 1000; }
#scrollTop:hover { background: var(--soca-red-dark); transform: translateY(-3px); }

/* Responsive */
@media (max-width: 768px) {
    body { overflow-x: hidden; }
    .ticker-item { padding: 0.48rem 1.25rem; font-size: 0.78rem; }
    .soca-header-top-inner { min-height: 72px; gap: 0.65rem; }
    .nav-logo { width: 58px; height: 58px; }
    .soca-brand { gap: 0.58rem; max-width: calc(100% - 56px); }
    .brand-text strong { font-size: 0.9rem; line-height: 1.08; }
    .brand-text small { font-size: 0.62rem; line-height: 1.2; }
    .soca-utility-nav { display: none; }
    .soca-menu-toggle { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
    .soca-header-bottom .navbar-collapse { position: fixed; top: 0; right: 0; bottom: 0; display: block; width: min(86vw, 340px); height: 100vh !important; margin: 0; padding: 0.85rem; border: 0; border-left: 1px solid rgba(207,30,43,0.16); border-radius: 0; background: #fff; box-shadow: -18px 0 42px rgba(17,24,39,0.18); overflow-y: auto; transform: translateX(100%); visibility: hidden; transition: transform 0.24s ease, visibility 0.24s ease; }
    .soca-header-bottom .navbar-collapse.show,
    .soca-header-bottom .navbar-collapse.collapsing { transform: translateX(0); visibility: visible; }
    .soca-header-bottom .navbar-collapse.collapsing { transition: transform 0.24s ease, visibility 0.24s ease; }
    .soca-mobile-menu-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.35rem 0.1rem 0.85rem; margin-bottom: 0.35rem; border-bottom: 1px solid rgba(207,30,43,0.12); color: #111827; font-size: 0.95rem; font-weight: 900; }
    .soca-mobile-menu-head button { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(207,30,43,0.18); border-radius: 8px; color: var(--soca-red); background: #fff7f7; }
    .soca-main-nav { gap: 0.12rem; }
    .nav-link { width: 100%; min-height: 42px; padding: 0.66rem 0.78rem !important; border-radius: 7px; font-size: 0.78rem; }
    .nav-link::after { display: none; }
    .nav-link.active, .nav-link:hover { background: var(--soca-red-light); }
    .soca-header-apply { width: 100%; min-height: 42px; margin: 0.45rem 0 0; border-radius: 7px; }
    .page-hero { padding: 2.35rem 1rem 2rem; margin-bottom: 0.6rem; }
    .page-hero-kicker { font-size: 0.65rem; padding: 4px 12px; margin-bottom: 0.75rem; }
    .page-hero h1 { font-size: clamp(1.75rem, 9vw, 2.35rem); line-height: 1.08; }
    .page-hero p { font-size: 0.9rem; line-height: 1.58; padding: 0 0.25rem; }
    section.container.py-5, section.py-5 .container { padding-top: 2.7rem !important; padding-bottom: 2.7rem !important; }
    .section-title { font-size: 1.58rem; line-height: 1.18; }
    .section-tag { font-size: 0.64rem; padding: 4px 12px; margin-bottom: 0.75rem; }
    .btn-primary, .btn-outline-red { width: 100%; justify-content: center; padding: 0.78rem 1rem; font-size: 0.9rem; }
    .hero-slide { height: 70vh; }
    .hero-text-box { padding: 1.5rem; margin: 0 1rem; }
    .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.72rem; }
    .gallery-item { border-radius: 8px; }
    .leader-card { border-radius: 8px; }
    .leader-img { height: clamp(132px, 38vw, 175px); object-fit: contain; object-position: top center; padding: 0.35rem; background: #f3f4f6; }
    .leader-info { padding: 0.9rem; }
    .leader-role { font-size: 0.58rem; padding: 3px 8px; margin-bottom: 0.55rem; }
    .leader-info h4 { font-size: 0.86rem; line-height: 1.25; }
    .leader-info p, .leader-info small { font-size: 0.72rem; line-height: 1.35; }
    .executive-circle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem 0.7rem; }
    .executive-circle-card { padding: 0.7rem 0.4rem; }
    .executive-circle-card img,
    .executive-circle-placeholder { width: clamp(96px, 28vw, 122px); height: clamp(96px, 28vw, 122px); border-width: 4px; margin-bottom: 0.65rem; }
    .executive-circle-card h4 { font-size: 0.78rem; line-height: 1.25; }
    .membership-card { border-radius: 8px !important; padding: 1.25rem !important; }
    .amount { font-size: 2.55rem; }
    .currency { font-size: 1.05rem; }
    .stat-card { min-height: 126px; padding: 1rem 0.7rem; border-radius: 10px; text-align: center; }
    .stat-number { font-size: 1.85rem; }
    .stat-card p { font-size: 0.82rem; line-height: 1.25; }
    .about-image-panel { margin-top: 0.4rem; }
    .logo-story-layout { grid-template-columns: 1fr; padding: 1rem; }
    .logo-showcase { min-height: 220px; }
    .fellowship-overview { grid-template-columns: 1fr; padding: 1rem; }
    .fellowship-info-strip { grid-template-columns: 1fr; }
    .award-overview { grid-template-columns: 1fr; padding: 1rem; }
    .award-table { min-width: 0; }
    .award-table thead { display: none; }
    .award-table,
    .award-table tbody,
    .award-table tr,
    .award-table td { display: block; width: 100%; }
    .award-table tr { padding: 0.9rem; border: 1px solid rgba(207,30,43,0.12); border-radius: 8px; }
    .award-table tr + tr { margin-top: 0.85rem; }
    .award-table td { display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 0.75rem; padding: 0.45rem 0; border-bottom: 0; }
    .award-table td::before { content: attr(data-label); color: var(--soca-red); font-size: 0.72rem; font-weight: 900; text-transform: uppercase; }
    .aim-card { height: 100%; font-size: 0.84rem; line-height: 1.45; }
    .journal-index-strip { justify-content: flex-start; gap: 0.5rem; padding: 0.85rem; }
    .journal-index-strip span { font-size: 0.72rem; padding: 0.52rem 0.7rem; }
    .journal-editor-card, .journal-submit-card, .journal-timeline-item { border-radius: 8px; padding: 1rem; }
    .journal-editor-card h3, .journal-submit-card h3 { font-size: 1.05rem; }
    .journal-editor-card p, .journal-editor-card small, .journal-submit-card p, .journal-timeline-item .content { font-size: 0.86rem; line-height: 1.55; }
    .table-responsive { border-radius: 8px; }
    .table { min-width: 680px; }
    .table th, .table td { font-size: 0.78rem; padding: 0.62rem 0.55rem; }
    .member-search-panel, .member-results-panel { border-radius: 8px; }
    .member-search-panel .d-flex { width: 100%; }
    .member-search-panel .btn-primary, .member-search-panel .btn-outline-red { width: 100%; }
    .contact-info, .contact-form { border-radius: 8px !important; padding: 1.25rem !important; }
    .mobile-leader-grid > [class*="col-"],
    .mobile-aim-grid > [class*="col-"] { width: 50%; flex: 0 0 auto; }
    .sticky-apply-btn { top: 45%; right: 0; bottom: auto; border-radius: 9px 0 0 9px; padding: 0.65rem 0.55rem; font-size: 0.7rem; }
    .sticky-apply-btn::before { left: -6px; top: 10px; bottom: 10px; width: 2px; }
    .sticky-apply-btn:hover { transform: translateY(-3px); }
    .journal-overview { grid-template-columns: 1fr; }
    .journal-actions .btn-primary, .journal-actions .btn-outline-red { width: 100%; justify-content: center; }
    .journal-timeline { grid-template-columns: 1fr; }
    .footer { padding-top: 2.6rem; margin-top: 1rem; }
    .footer .row { --bs-gutter-x: 0.75rem; --bs-gutter-y: 0.75rem; }
    .footer .row > [class*="col-"] { width: 50%; flex: 0 0 auto; }
    .footer .row > [class*="col-"]:first-child { width: 100%; flex-basis: 100%; }
    .footer-card { padding: 1rem; border-radius: 8px; }
    .footer-brand { gap: 0.65rem; margin-bottom: 0.75rem; }
    .footer-logo { width: 46px; height: 46px; }
    .footer-brand-text { font-size: 0.92rem; }
    .footer-text { font-size: 0.82rem; line-height: 1.55; }
    .footer h5 { font-size: 0.78rem; margin-bottom: 0.85rem; }
    .footer ul { columns: 1; }
    .footer ul li { margin-bottom: 0.5rem; }
    .footer ul a { font-size: 0.78rem; line-height: 1.25; }
    .footer-contact { gap: 0.55rem; }
    .footer-contact p { font-size: 0.78rem; line-height: 1.35; gap: 0.5rem; }
    .footer-contact i { width: 28px; height: 28px; font-size: 0.75rem; }
    .social-links { gap: 0.45rem; }
    .social-links a { width: 32px; height: 32px; font-size: 0.8rem; }
    .footer-bottom { margin-top: 1rem; padding-top: 1rem; font-size: 0.72rem; line-height: 1.45; }
    #scrollTop { width: 44px; height: 44px; right: 18px; bottom: 22px; }
}

@media (max-width: 420px) {
    .soca-header-top-inner { min-height: 66px; }
    .nav-logo { width: 52px; height: 52px; }
    .brand-text strong { font-size: 0.8rem; }
    .brand-text small { display: none; }
    .gallery-grid { gap: 0.55rem; }
    .leader-img { height: 126px; padding: 0.3rem; }
    .leader-info { padding: 0.78rem; }
    .leader-info h4 { font-size: 0.8rem; }
    .leader-info p, .leader-info small { font-size: 0.68rem; }
    .executive-circle-card img,
    .executive-circle-placeholder { width: 92px; height: 92px; }
    .executive-circle-card h4 { font-size: 0.72rem; }
    .amount { font-size: 2.25rem; }
    .footer .row > [class*="col-"] { width: 100%; flex-basis: 100%; }
    .footer ul { columns: 2; column-gap: 1rem; }
}

/* Shared layout hardening for pages that use includes/header.php and includes/footer.php */
html,
body,
button,
input,
select,
textarea,
.navbar,
.nav-link,
.dropdown-menu {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.soca-site-header,
.soca-site-header * {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.soca-site-header .fa,
.soca-site-header .fas,
.soca-site-header .fa-solid {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.soca-site-header .fab,
.soca-site-header .fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

.announcement-ticker {
    background: #fff !important;
    color: var(--soca-red) !important;
    border-bottom: 1px solid rgba(207,30,43,0.18) !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 1002 !important;
}

.announcement-ticker a {
    color: var(--soca-red) !important;
    text-decoration: none !important;
    font-weight: 850 !important;
}

.ticker-track {
    display: flex !important;
    width: max-content !important;
    animation: ticker-scroll 24s linear infinite !important;
}

.ticker-item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.55rem !important;
    padding: 0.52rem 2rem !important;
    white-space: nowrap !important;
    font-size: 0.88rem !important;
    font-weight: 800 !important;
}

.soca-site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1502 !important;
    background: #fff !important;
    border-bottom: 2px solid rgba(207,30,43,0.14) !important;
    box-shadow: 0 10px 28px rgba(17,24,39,0.06) !important;
}

.soca-header-top {
    background: #fff !important;
    border-bottom: 1px solid rgba(207,30,43,0.12) !important;
}

.soca-header-top-inner {
    min-height: 84px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
}

.soca-brand {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.85rem !important;
    color: #141827 !important;
    text-decoration: none !important;
    flex: 0 0 auto !important;
}

.nav-logo {
    width: 76px !important;
    height: 76px !important;
    object-fit: contain !important;
}

.brand-text {
    display: grid !important;
    gap: 0.2rem !important;
    color: #1a1a2e !important;
    line-height: 1.1 !important;
}

.brand-text strong {
    font-size: clamp(1rem, 1.9vw, 1.34rem) !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}

.brand-text small {
    color: #6b7280 !important;
    font-size: 0.76rem !important;
    font-weight: 750 !important;
}

.soca-utility-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: wrap !important;
    gap: 0.35rem !important;
}

.soca-utility-nav a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.42rem !important;
    padding: 0.55rem 0.7rem !important;
    color: #2c313a !important;
    text-decoration: none !important;
    font-size: 0.76rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

.soca-utility-nav a.soca-header-email {
    font-size: 0.6rem !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.soca-header-bottom {
    padding: 0 !important;
    background: #fff !important;
}

.soca-header-bottom .container {
    display: block !important;
}

.soca-mobile-menu-head {
    display: none !important;
}

.soca-main-nav {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100% !important;
}

.soca-site-header .nav-link {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    min-height: 46px !important;
    color: #222831 !important;
    font-weight: 850 !important;
    font-size: 0.74rem !important;
    text-transform: uppercase !important;
    padding: 0.78rem 0.58rem !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}

.soca-site-header .nav-link:hover,
.soca-site-header .nav-link.active {
    color: var(--soca-red) !important;
    background: #fff8f8 !important;
}

.soca-header-apply {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.45rem !important;
    min-height: 42px !important;
    margin: 0.2rem 0 0.2rem 0.4rem !important;
    padding: 0.72rem 1rem !important;
    border: 0 !important;
    color: #fff !important;
    background: var(--soca-red) !important;
    font-size: 0.82rem !important;
    font-weight: 850 !important;
    white-space: nowrap !important;
}

@media (min-width: 992px) {
    .soca-menu-toggle {
        display: none !important;
    }

    .soca-header-bottom .navbar-collapse {
        display: flex !important;
        justify-content: flex-end !important;
        gap: 0.75rem !important;
        visibility: visible !important;
        height: auto !important;
        transform: none !important;
    }
}

@media (max-width: 991.98px) {
    .soca-header-top-inner {
        min-height: 72px !important;
    }

    .nav-logo {
        width: 58px !important;
        height: 58px !important;
    }

    .soca-brand {
        gap: 0.58rem !important;
        max-width: calc(100% - 56px) !important;
    }

    .brand-text strong {
        font-size: 0.9rem !important;
        line-height: 1.08 !important;
    }

    .brand-text small {
        font-size: 0.62rem !important;
        line-height: 1.2 !important;
    }

    .soca-utility-nav {
        display: none !important;
    }

    .soca-menu-toggle {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 auto !important;
    }

    .soca-header-bottom .navbar-collapse {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 1501 !important;
        display: none !important;
        width: min(88vw, 340px) !important;
        max-width: 100vw !important;
        height: 100dvh !important;
        margin: 0 !important;
        padding: 0.85rem !important;
        border-left: 1px solid rgba(207,30,43,0.16) !important;
        background: #fff !important;
        box-shadow: -18px 0 42px rgba(17,24,39,0.18) !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        transform: translateX(0) !important;
        visibility: hidden !important;
        transition: transform 0.24s ease, visibility 0.24s ease !important;
    }

    .soca-header-bottom .navbar-collapse.show,
    .soca-header-bottom .navbar-collapse.collapsing,
    .soca-header-bottom .navbar-collapse.is-open {
        display: block !important;
        transform: translateX(0) !important;
        visibility: visible !important;
    }

    .soca-mobile-backdrop {
        position: fixed !important;
        inset: 0 !important;
        z-index: 1500 !important;
        display: block !important;
        border: 0 !important;
        padding: 0 !important;
        background: rgba(17,24,39,0.48) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transition: opacity 0.24s ease, visibility 0.24s ease !important;
    }

    .soca-mobile-backdrop.is-open {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    html.soca-menu-open,
    body.soca-menu-open {
        overflow: hidden !important;
        width: 100% !important;
    }

    .soca-mobile-menu-head {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 1rem !important;
        padding: 0.35rem 0.1rem 0.85rem !important;
        margin-bottom: 0.35rem !important;
        border-bottom: 1px solid rgba(207,30,43,0.12) !important;
        color: #111827 !important;
        font-size: 0.95rem !important;
        font-weight: 900 !important;
    }

    .soca-main-nav {
        display: flex !important;
        flex-direction: column !important;
        gap: 0.12rem !important;
    }

    .soca-site-header .nav-link {
        width: 100% !important;
        min-height: 42px !important;
        padding: 0.66rem 0.78rem !important;
        border-radius: 7px !important;
        font-size: 0.78rem !important;
    }

    .soca-site-header .nav-link::after {
        display: none !important;
    }

    .soca-site-header .dropdown-menu {
        position: static !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0.15rem 0 0.35rem !important;
        box-shadow: none !important;
    }

    .soca-header-apply {
        width: 100% !important;
        min-height: 42px !important;
        margin: 0.45rem 0 0 !important;
        border-radius: 7px !important;
    }
}

@media (max-width: 991.98px) {
    .soca-site-header .brand-text strong {
        display: block !important;
        max-width: 18rem !important;
        font-family: 'Plus Jakarta Sans', sans-serif !important;
        font-size: clamp(0.82rem, 3.4vw, 0.95rem) !important;
        font-weight: 900 !important;
        line-height: 1.12 !important;
        letter-spacing: 0 !important;
        white-space: normal !important;
    }

    .soca-site-header .brand-text small {
        font-family: 'Plus Jakarta Sans', sans-serif !important;
        font-size: 0.62rem !important;
        line-height: 1.2 !important;
    }
}

@media (max-width: 420px) {
    .soca-site-header .brand-text strong {
        max-width: 13.5rem !important;
        font-size: 0.78rem !important;
    }

    .soca-site-header .brand-text small {
        display: none !important;
    }
}
