:root {
    --brand-red: #b80f1c;
    --brand-red-dark: #7c0d16;
    --brand-surface: #fff5f6;
    --brand-text: #231815;
    --muted-text: #6a5c5f;
    --card-border: rgba(184, 15, 28, 0.14);
    --shadow-soft: 0 18px 40px rgba(73, 15, 20, 0.08);
}

html,
body {
    width: 100%;
    max-width: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

main,
.container,
.container-fluid,
.page-shell,
.page-intro,
.hero-panel,
.content-panel,
.contact-card,
.form-shell,
.campaign-card,
.join-panel {
    min-width: 0;
}

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--brand-text);
    background:
        linear-gradient(180deg, #fff0f2 0%, #fff7f8 22rem, #ffffff 45rem, #fff7f8 100%);
    overflow-x: hidden;
}

main {
    background:
        linear-gradient(180deg, rgba(184, 15, 28, 0.08) 0%, rgba(255, 247, 248, 0.88) 18rem, rgba(255, 255, 255, 0.96) 38rem, rgba(255, 247, 248, 0.72) 100%);
}

[x-cloak] {
    display: none !important;
}

img {
    max-width: 100%;
    display: block;
}

section[id] {
    scroll-margin-top: 96px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(184, 15, 28, 0.18);
    outline-offset: 3px;
}

.btn-danger {
    background-color: var(--brand-red);
    border-color: var(--brand-red);
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: var(--brand-red-dark);
    border-color: var(--brand-red-dark);
}

.btn-outline-danger {
    color: var(--brand-red);
    border-color: rgba(184, 15, 28, 0.45);
}

.btn-outline-danger:hover,
.btn-outline-danger:focus {
    background-color: var(--brand-red);
    border-color: var(--brand-red);
}

.card {
    border: 1px solid var(--card-border);
    border-radius: 1.15rem;
    box-shadow: var(--shadow-soft);
}

.card-title {
    font-size: 1.25rem;
    line-height: 1.25;
}

.main-navbar {
    background: linear-gradient(90deg, #d92c3d 0%, #cf1f31 38%, #b31222 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.brand-logo-shell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    padding: 0.25rem;
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 10px 24px rgba(80, 11, 18, 0.2);
    flex-shrink: 0;
}

.brand-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0.95rem;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.02;
}

.brand-title,
.brand-subtitle {
    display: block;
    color: #ffffff;
}

.brand-title {
    font-weight: 700;
    font-size: 1.02rem;
    letter-spacing: 0.01em;
}

.brand-subtitle {
    font-size: 0.81rem;
    color: rgba(255, 245, 245, 0.86);
}

.header-meta {
    gap: 1rem;
}

.header-meta-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.88rem;
}

.header-meta-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
}

.main-navbar .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: none;
}

.main-navbar .navbar-nav .nav-link,
.main-navbar .navbar-brand {
    color: #ffffff !important;
}

.main-navbar .navbar-nav .nav-link {
    font-size: 0.94rem;
    font-weight: 500;
}

.nav-menu {
    gap: 0.08rem;
}

.main-navbar .navbar-nav .nav-link:hover,
.main-navbar .navbar-nav .nav-link:focus {
    color: #fff0f1 !important;
}

.header-fb-btn {
    border-radius: 999px;
    width: 34px;
    height: 34px;
    padding: 0;
    background: transparent !important;
    color: #ffffff !important;
    border: 0;
    box-shadow: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
    justify-content: center;
}

.header-fb-btn:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}

.header-fb-btn span {
    display: none;
}

.header-fb-icon {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
    border-radius: 6px;
}

.header-fb-glyph {
    width: 100%;
}

.lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
}

.lang-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    min-height: 26px;
    padding: 0.2rem 0.38rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.lang-pill:hover,
.lang-pill:focus-visible {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
}

.lang-pill.is-active {
    background: #ffffff;
    color: var(--brand-red);
}

.lang-flag {
    width: 13px;
    height: 9px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
    flex-shrink: 0;
}

.lang-pill.is-active .lang-flag {
    border-color: rgba(184, 15, 28, 0.25);
}

.lang-flag-ro {
    background: linear-gradient(90deg, #002b7f 0 33.33%, #fcd116 33.33% 66.66%, #ce1126 66.66% 100%);
}

.lang-flag-ru {
    background: linear-gradient(180deg, #ffffff 0 33.33%, #0039a6 33.33% 66.66%, #d52b1e 66.66% 100%);
}

.lang-code {
    letter-spacing: 0.04em;
}

.navbar-mobile-panel {
    display: grid;
    gap: 0.75rem;
    margin: 1rem 0 0.25rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.1rem;
    background: rgba(105, 12, 21, 0.3);
}

.navbar-mobile-contact {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: #ffffff;
    font-size: 0.95rem;
}

.navbar-mobile-contact:hover {
    color: #ffffff;
}

.hero-panel {
    position: relative;
    overflow: hidden;
    padding: 2.25rem;
    border-radius: 1.75rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 100%),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 28%),
        linear-gradient(135deg, #981118 0%, #6a0d16 46%, #241514 100%);
    background-size: 22px 22px, auto, auto;
    color: #ffffff;
    box-shadow: 0 28px 55px rgba(62, 14, 16, 0.2);
}

.home-hero {
    width: min(100%, calc(100vw - 2rem));
    max-width: 1560px;
    margin-left: 50%;
    margin-bottom: 3rem !important;
    transform: translateX(-50%);
    padding: clamp(2.25rem, 4vw, 4rem);
}

.home-hero .row {
    min-height: 420px;
}

.home-hero .hero-title {
    max-width: 820px;
    font-size: clamp(2.7rem, 4.5vw, 5rem);
}

.home-hero .hero-lead {
    max-width: 46rem;
}

.home-hero .hero-actions {
    margin-top: 2rem;
}

.hero-kicker {
    display: inline-flex;
    max-width: 100%;
    padding: 0.45rem 0.8rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 245, 245, 0.95);
    font-size: 0.86rem;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: normal;
}

.hero-title {
    margin: 0;
    font-size: clamp(2.25rem, 5vw, 4.1rem);
    line-height: 0.97;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.hero-lead {
    margin-top: 1.25rem;
    max-width: 40rem;
    color: rgba(255, 245, 245, 0.88);
    font-size: 1.1rem;
    overflow-wrap: anywhere;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.8rem;
}

.hero-primary-btn,
.hero-secondary-btn,
.campaign-btn {
    min-height: 48px;
    padding: 0.8rem 1.25rem;
    border-radius: 999px;
    font-weight: 600;
}

.hero-secondary-btn {
    border-color: rgba(255, 255, 255, 0.7);
    color: #ffffff;
}

.hero-secondary-btn:hover,
.hero-secondary-btn:focus {
    color: var(--brand-text);
    background: #ffffff;
    border-color: #ffffff;
}

.hero-logo-card {
    height: 100%;
    padding: 1.4rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    text-align: center;
}

.hero-logo-shell {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 320px;
    margin: 0 auto;
    padding: 1rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 22px 40px rgba(27, 8, 11, 0.24);
}

.hero-logo {
    width: 100%;
    height: auto;
    border-radius: 1rem;
}

.page-shell {
    display: grid;
    gap: 1.75rem;
}

.page-intro {
    padding: 1.75rem;
    border: 1px solid rgba(184, 15, 28, 0.12);
    border-radius: 1.55rem;
    background:
        radial-gradient(circle at top right, rgba(184, 15, 28, 0.08), transparent 28%),
        linear-gradient(180deg, #fff9f9 0%, #ffffff 100%);
    box-shadow: var(--shadow-soft);
}

.page-intro.page-intro-compact {
    padding-bottom: 1.35rem;
}

.page-eyebrow {
    display: inline-flex;
    margin-bottom: 0.6rem;
    color: var(--brand-red);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.page-title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.15rem);
    line-height: 1.02;
    overflow-wrap: anywhere;
}

.page-summary {
    overflow-wrap: anywhere;
}

.page-summary {
    max-width: 48rem;
    margin: 0.9rem 0 0;
    color: var(--muted-text);
    font-size: 1.02rem;
}

.content-panel {
    padding: 1.75rem;
    border: 1px solid rgba(184, 15, 28, 0.1);
    border-radius: 1.4rem;
    background: #ffffff;
    box-shadow: var(--shadow-soft);
}

.content-panel h3,
.content-panel h4 {
    margin-top: 1.5rem;
    margin-bottom: 0.65rem;
}

.content-panel h3:first-child,
.content-panel h4:first-child {
    margin-top: 0;
}

.content-panel p:last-child,
.content-panel ul:last-child {
    margin-bottom: 0;
}

.prose-grid {
    display: grid;
    gap: 1.5rem;
}

.feature-list {
    display: grid;
    gap: 0.9rem;
    padding: 0;
    margin: 1.25rem 0 0;
    list-style: none;
}

.feature-list li {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(184, 15, 28, 0.1);
    border-radius: 1rem;
    background: linear-gradient(180deg, #fffafb 0%, #ffffff 100%);
}

.feature-list i {
    margin-top: 0.15rem;
    color: var(--brand-red);
}

.info-card-grid {
    display: grid;
    gap: 1.1rem;
}

.medical-quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card {
    height: 100%;
    padding: 1.35rem;
    border: 1px solid rgba(184, 15, 28, 0.12);
    border-radius: 1.2rem;
    background: linear-gradient(180deg, #fffdfd 0%, #fff8f8 100%);
    box-shadow: var(--shadow-soft);
}

.info-card h3,
.info-card h4 {
    margin-bottom: 0.65rem;
}

.info-card p {
    margin-bottom: 0;
}

.contact-layout {
    display: grid;
    gap: 1.5rem;
}

.contact-intro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.contact-intro-actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 44px;
    border-radius: 999px;
}

.contact-card,
.form-shell {
    height: 100%;
    padding: 1.55rem;
    border: 1px solid rgba(184, 15, 28, 0.12);
    border-radius: 1.3rem;
    background: #ffffff;
    box-shadow: var(--shadow-soft);
}

.contact-card-header,
.form-heading {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    margin-bottom: 1.1rem;
}

.contact-card-header h3,
.form-heading h3 {
    margin-bottom: 0.25rem;
}

.contact-card-header p,
.form-heading p {
    margin-bottom: 0;
    color: var(--muted-text);
}

.contact-card-icon,
.form-heading-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.85rem;
    background: rgba(184, 15, 28, 0.1);
    color: var(--brand-red);
}

.contact-list {
    display: grid;
    gap: 0.95rem;
    margin-top: 1.1rem;
}

.contact-list-item {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
}

.contact-list-item i {
    margin-top: 0.2rem;
    color: var(--brand-red);
}

.form-shell .form-control,
.form-shell .form-check-input {
    border-color: rgba(184, 15, 28, 0.16);
}

.form-shell .form-control {
    min-height: 48px;
    border-radius: 0.95rem;
    padding: 0.82rem 0.95rem;
}

.form-shell textarea.form-control {
    min-height: 150px;
}

.form-shell .btn {
    min-height: 48px;
    border-radius: 999px;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.policy-link {
    color: var(--brand-red);
    font-weight: 600;
}

.empty-state {
    padding: 1.1rem 1.2rem;
    border: 1px dashed rgba(184, 15, 28, 0.18);
    border-radius: 1rem;
    background: linear-gradient(180deg, #fffafb 0%, #ffffff 100%);
    color: var(--muted-text);
}

.empty-state-rich {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.45rem;
}

.empty-state-rich > i {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(184, 15, 28, 0.1);
    color: var(--brand-red);
}

.empty-state-rich h2 {
    margin-bottom: 0.35rem;
    font-size: 1.1rem;
    color: var(--ink);
}

.empty-state-rich p {
    margin-bottom: 0.9rem;
}

.resource-grid,
.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.1rem;
}

.resource-card,
.video-card {
    display: flex;
    height: 100%;
    gap: 1rem;
    padding: 1.35rem;
    border: 1px solid rgba(184, 15, 28, 0.1);
    border-radius: 1.2rem;
    background: #ffffff;
    box-shadow: var(--shadow-soft);
}

.resource-card {
    align-items: flex-start;
}

.resource-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(184, 15, 28, 0.12), rgba(184, 15, 28, 0.04));
    color: var(--brand-red);
}

.resource-card-body,
.video-card-body {
    min-width: 0;
}

.resource-kicker {
    display: inline-flex;
    margin-bottom: 0.45rem;
    color: var(--brand-red);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.resource-card h2,
.video-card h2 {
    margin-bottom: 0.7rem;
    font-size: 1.1rem;
    line-height: 1.35;
}

.resource-card p,
.video-card p {
    color: var(--muted-text);
}

.resource-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: center;
    margin-bottom: 0.65rem;
    font-size: 0.88rem;
}

.resource-action {
    margin-top: 0.25rem;
    border-radius: 999px;
}

.video-card {
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

.video-frame {
    background: #190b0d;
}

.video-card-body {
    padding: 1.25rem;
}

.people-grid,
.partner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.1rem;
}

.person-card,
.partner-card {
    display: flex;
    height: 100%;
    gap: 1rem;
    align-items: center;
    padding: 1.35rem;
    border: 1px solid rgba(184, 15, 28, 0.1);
    border-radius: 1.2rem;
    background: #ffffff;
    box-shadow: var(--shadow-soft);
}

.person-avatar,
.partner-icon {
    display: inline-flex;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(184, 15, 28, 0.14), rgba(184, 15, 28, 0.05));
    color: var(--brand-red);
    font-size: 1.2rem;
}

.person-card h2,
.partner-card h2 {
    margin-bottom: 0;
    font-size: 1.12rem;
    line-height: 1.35;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 1rem;
}

.gallery-button {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
}

.gallery-frame {
    overflow: hidden;
    border-radius: 0.9rem;
}

.gallery-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.gallery-button:hover .gallery-image {
    transform: scale(1.03);
}

.gallery-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
}

.lightbox-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1055;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(16, 7, 8, 0.82);
    backdrop-filter: blur(6px);
}

.lightbox-backdrop.is-open {
    display: flex;
}

.lightbox-panel {
    position: relative;
    width: min(960px, 100%);
    padding: 1rem;
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 28px 55px rgba(17, 7, 8, 0.32);
}

.lightbox-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.9rem;
    padding-right: 3.25rem;
}

.lightbox-toolbar,
.lightbox-close {
    display: none !important;
}

.lightbox-close {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(184, 15, 28, 0.1);
    color: var(--brand-red);
    font-size: 1.05rem;
}

.lightbox-nav-btn {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: rgba(184, 15, 28, 0.16);
    color: var(--brand-red);
    font-size: 1rem;
}

.lightbox-counter {
    font-weight: 700;
    color: var(--brand-red);
}

.lightbox-image {
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
    border-radius: 1rem;
    cursor: pointer;
    user-select: none;
    -webkit-user-drag: none;
}

.lightbox-stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 1rem;
    touch-action: pan-y;
}

.lightbox-side-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: rgba(184, 15, 28, 0.92);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(20, 8, 9, 0.24);
    transform: translateY(-50%);
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.lightbox-side-nav:hover,
.lightbox-side-nav:focus-visible {
    background: var(--brand-red-dark);
    box-shadow: 0 18px 32px rgba(20, 8, 9, 0.32);
}

.lightbox-side-nav-prev {
    left: 1rem;
}

.lightbox-side-nav-next {
    right: 1rem;
}

.lightbox-arrow-glyph {
    display: inline-block;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    transform: translateY(-1px);
}

.lightbox-image.is-next {
    animation: lightbox-slide-next 0.24s ease;
}

.lightbox-image.is-prev {
    animation: lightbox-slide-prev 0.24s ease;
}

.lightbox-thumbs {
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.is-hidden {
    display: none !important;
}

body.lightbox-open {
    overflow: hidden;
}

.lightbox-thumb {
    width: 72px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 0.85rem;
    overflow: hidden;
    background: transparent;
}

.lightbox-thumb.is-active {
    border-color: var(--brand-red);
}

.lightbox-thumb-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.list-group-item {
    padding: 1rem 1.15rem;
    border-color: rgba(184, 15, 28, 0.08);
}

.campaign-card {
    height: 100%;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}

.campaign-card-primary {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 100%),
        linear-gradient(145deg, #e23143 0%, #c01d2c 100%);
    background-size: 20px 20px, auto;
    color: #ffffff;
}

.campaign-card-light {
    background: linear-gradient(180deg, #ffffff 0%, #fff8f8 100%);
    border: 1px solid rgba(184, 15, 28, 0.18);
}

.campaign-card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding: 2rem;
}

.campaign-eyebrow {
    display: inline-flex;
    margin-bottom: 0.9rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.84);
}

.campaign-title {
    margin-bottom: 1rem;
    font-size: clamp(1.55rem, 3vw, 2rem);
    line-height: 1.08;
}

.campaign-text {
    margin-bottom: 1.5rem;
    max-width: 38rem;
    font-size: 1rem;
}

.campaign-meta {
    margin-bottom: 1.35rem;
    padding: 0.65rem 0.8rem;
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.92rem;
}

.campaign-meta-light {
    background: rgba(184, 15, 28, 0.08);
    color: var(--muted-text);
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 0.45rem;
    color: var(--brand-red);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.section-title {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.section-link {
    border-radius: 999px;
    min-width: 116px;
}

.event-preview-card {
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.event-preview-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 40px rgba(73, 15, 20, 0.14);
}

.event-preview-card .card-body {
    padding: 1.45rem;
}

.event-card-label {
    width: fit-content;
    margin-bottom: 0.75rem;
    padding: 0.32rem 0.62rem;
    border-radius: 999px;
    background: rgba(184, 15, 28, 0.08);
    color: var(--brand-red);
    font-size: 0.78rem;
    font-weight: 700;
}

.event-card-details,
.event-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
    color: var(--muted-text);
    font-size: 0.9rem;
}

.event-card-details span,
.event-detail-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.event-card-details i,
.event-detail-meta i {
    color: var(--brand-red);
}

.event-detail-meta {
    margin-top: 1rem;
    margin-bottom: 0;
}

.event-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.event-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.event-preview-card:hover .event-card-image {
    transform: scale(1.05);
}

.event-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(18, 7, 8, 0.6) 100%);
}

.event-card-meta {
    position: absolute;
    left: 1rem;
    bottom: 0.9rem;
    z-index: 1;
    display: inline-flex;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--brand-red);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.event-preview-card .btn {
    border-radius: 999px;
}

.join-panel {
    padding: 2.2rem 1.5rem;
    border: 1px solid rgba(184, 15, 28, 0.12);
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #fff9f9 0%, #ffffff 100%);
    box-shadow: var(--shadow-soft);
}

.join-panel p {
    max-width: 42rem;
    margin: 0.85rem auto 1.4rem;
    color: var(--muted-text);
}

.footer {
    padding: 2.2rem 0 1.3rem;
    border-top: 1px solid rgba(184, 15, 28, 0.14);
    background:
        linear-gradient(180deg, #ffffff 0%, #fff7f8 100%) !important;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(170px, 0.7fr) minmax(220px, 0.9fr);
    gap: 1.6rem;
}

.footer h2,
.footer h3 {
    font-weight: 700;
}

.footer h2 {
    margin-bottom: 0.65rem;
    color: var(--brand-red);
    font-size: 1.2rem;
}

.footer h3 {
    margin-bottom: 0.8rem;
    font-size: 1rem;
}

.footer-brand p,
.footer-partners,
.footer-bottom {
    color: var(--muted-text);
}

.footer-contact-list {
    display: grid;
    gap: 0.45rem;
    margin-top: 0.9rem;
}

.footer-contact-list a,
.footer-contact-list span {
    display: inline-flex;
    gap: 0.55rem;
    align-items: flex-start;
    color: var(--brand-text);
    font-size: 0.92rem;
}

.footer-contact-list i {
    margin-top: 0.2rem;
    color: var(--brand-red);
}

.footer-links {
    display: grid;
    gap: 0.35rem;
}

.footer-links a {
    color: var(--brand-text);
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: var(--brand-red);
}

.footer-facebook-btn {
    border-radius: 999px;
    font-size: 0.9rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.footer-bottom {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(184, 15, 28, 0.1);
    font-size: 0.88rem;
    text-align: center;
}

.cookie-banner {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 1060;
}

.cookie-banner-inner {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(184, 15, 28, 0.12);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 45px rgba(27, 8, 11, 0.15);
}

.cookie-banner-inner > div {
    min-width: 0;
}

.cookie-banner p {
    color: var(--muted-text);
    overflow-wrap: anywhere;
}

.cookie-actions {
    display: flex;
    gap: 0.7rem;
    flex-shrink: 0;
}

@keyframes lightbox-slide-next {
    0% {
        opacity: 0.35;
        transform: translateX(36px) scale(0.985);
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes lightbox-slide-prev {
    0% {
        opacity: 0.35;
        transform: translateX(-36px) scale(0.985);
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@media (min-width: 992px) {
    .main-navbar .navbar-collapse {
        justify-content: flex-end;
    }

    .main-navbar .navbar-nav .nav-link {
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }
}

@media (max-width: 991.98px) {
    .main-navbar .container-fluid {
        gap: 0.75rem;
    }

    .main-navbar .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 1.35rem;
        background: rgba(95, 8, 18, 0.92);
        box-shadow: 0 16px 30px rgba(58, 7, 14, 0.24);
    }

    .nav-menu {
        padding-top: 0.6rem;
    }

    .nav-facebook .header-fb-btn {
        width: 34px;
        justify-content: center;
    }

    .nav-facebook,
    .nav-language {
        display: flex;
        justify-content: flex-start;
    }

    .lang-pill {
        min-height: 24px;
        padding: 0.18rem 0.34rem;
        font-size: 0.6rem;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .medical-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    main .container {
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: 100%;
    }

    .brand-logo-shell {
        width: 54px;
        height: 54px;
        border-radius: 1rem;
    }

    .brand-title {
        font-size: 0.93rem;
    }

    .brand-subtitle {
        font-size: 0.72rem;
    }

    .hero-panel {
        padding: 1.35rem;
        border-radius: 1.35rem;
    }

    .home-hero {
        width: min(100%, calc(100vw - 2rem));
        padding: 1.35rem;
    }

    .home-hero .row {
        min-height: auto;
    }

    .hero-panel .row {
        margin-left: 0;
        margin-right: 0;
    }

    .hero-panel .row > * {
        padding-left: 0;
        padding-right: 0;
    }

    .hero-lead {
        font-size: 1rem;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn,
    .campaign-btn,
    .join-panel .btn,
    .contact-intro-actions .btn {
        width: 100%;
        max-width: 100%;
        white-space: normal;
    }

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

    .hero-logo-card,
    .campaign-card-body,
    .join-panel {
        padding: 1.35rem;
    }

    .hero-logo-shell {
        max-width: 250px;
    }

    .page-intro,
    .content-panel,
    .contact-card,
    .form-shell {
        padding: 1.35rem;
        max-width: 100%;
        overflow: hidden;
    }

    .page-summary,
    .hero-lead,
    .content-panel p,
    .contact-card p {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .medical-quick-grid {
        grid-template-columns: 1fr;
    }

    .trust-grid {
        grid-template-columns: 1fr;
    }

    .resource-card,
    .empty-state-rich,
    .person-card,
    .partner-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }

    .cookie-banner-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-actions {
        width: 100%;
    }

    .cookie-actions .btn {
        flex: 1 1 0;
    }
}

@media (max-width: 575.98px) {
    .brand-copy {
        max-width: calc(100vw - 150px);
    }

    .brand-title {
        font-size: 0.88rem;
    }

    .brand-subtitle {
        font-size: 0.67rem;
    }

    .hero-title {
        font-size: 1.85rem;
    }

    .campaign-title,
    .section-title {
        font-size: 1.55rem;
    }

    .lightbox-toolbar {
        padding-right: 2.75rem;
    }

    .lightbox-side-nav {
        width: 40px;
        height: 40px;
    }

    .lightbox-side-nav-prev {
        left: 0.5rem;
    }

    .lightbox-side-nav-next {
        right: 0.5rem;
    }

    .lightbox-thumbs {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.25rem;
    }
}

