:root {
    --rose: #d85f91;
    --rose-dark: #b8326f;
    --rose-hot: #e31862;
    --rose-soft: #f5c6d0;
    --blue-soft: #b6d3e5;
    --blue: #2697ee;
    --green: #43af4f;
    --gold: #f2b705;
    --gold-soft: #ffd166;
    --cream: #fff7ec;
    --white: #ffffff;
    --ink: #17222b;
    --ink-soft: #394e5f;
    --muted: #6f7c86;
    --slate: #394e5f;
    --slate-dark: #243746;
    --line: rgba(48, 72, 96, 0.14);
    --shadow: 0 18px 48px rgba(48, 72, 96, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: "Arial", "Helvetica", sans-serif;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

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

.top-strip {
    background: var(--slate-dark);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.9rem;
}

.top-strip-inner,
.top-meta,
.social-mini {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.top-strip-inner {
    min-height: 42px;
    justify-content: space-between;
}

.top-meta {
    flex-wrap: wrap;
}

.top-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.social-mini a {
    color: rgba(255, 255, 255, 0.78);
}

.header-strip-image {
    width: 100%;
    max-height: 230px;
    object-fit: cover;
}

.main-nav {
    position: sticky;
    top: 0;
    z-index: 1020;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 32px rgba(36, 55, 70, 0.08);
}

.navbar-brand,
.main-nav .nav-link {
    color: var(--slate);
    font-weight: 850;
}

.main-nav .navbar-nav {
    gap: 0.05rem;
}

.main-nav .nav-link {
    padding: 0.85rem 0.6rem;
    white-space: nowrap;
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active,
.dropdown-item.active,
.dropdown-item:active {
    color: var(--rose-dark);
    background: transparent;
}

.main-nav .registration-menu-link {
    display: inline-flex;
    align-items: center;
    color: var(--white);
    border-radius: 8px;
    background: linear-gradient(135deg, var(--rose-hot), var(--rose-dark));
    box-shadow: 0 10px 24px rgba(227, 24, 98, 0.18);
    animation: registrationMenuBlink 1.05s ease-in-out infinite;
}

.main-nav .registration-menu-link:hover,
.main-nav .registration-menu-link.active {
    color: var(--white);
    background: linear-gradient(135deg, var(--rose-dark), var(--slate));
}

.nav-badge-new {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.35rem;
    padding: 0.14rem 0.34rem;
    border-radius: 999px;
    background: var(--gold);
    color: #3b2600;
    font-size: 0.62rem;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
    animation: brochureBadgeBlink 0.95s ease-in-out infinite;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border-radius: 8px;
    font-weight: 850;
}

.btn-primary {
    border-color: var(--rose-hot);
    background: linear-gradient(135deg, var(--rose-hot), var(--rose-dark));
    box-shadow: 0 12px 28px rgba(227, 24, 98, 0.2);
}

.btn-primary:hover,
.btn-primary:focus {
    border-color: var(--rose-dark);
    background: linear-gradient(135deg, var(--rose-dark), var(--slate));
}

.btn[href*="fetal-dialogues26-registration"] {
    animation: registrationBlink 1.2s ease-in-out infinite;
}

.btn[href*="fetal-dialogues26-registration"]:hover,
.btn[href*="fetal-dialogues26-registration"]:focus-visible,
.main-nav .registration-menu-link:hover,
.main-nav .registration-menu-link:focus-visible {
    animation-play-state: paused;
}

.btn-outline-primary {
    border-color: var(--rose-dark);
    color: var(--rose-dark);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    border-color: var(--rose-dark);
    background: var(--rose-dark);
}

.site-banner-image {
    width: 100%;
    height: min(70vh, 620px);
    object-fit: cover;
}

.quick-info {
    position: relative;
    z-index: 3;
    margin-top: -2.2rem;
}

.quick-info-grid {
    display: grid;
    grid-template-columns: 1fr 1.45fr 1.45fr auto;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem;
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.quick-info-grid > div {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.quick-info-grid i {
    color: var(--rose-dark);
    font-size: 1.6rem;
}

.quick-info-grid span,
.quick-info-grid small {
    display: block;
}

.quick-info-grid span {
    color: var(--slate);
    font-weight: 900;
}

.quick-info-grid small {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.quick-actions {
    justify-content: flex-end;
    flex-wrap: wrap;
}

.section-block {
    padding: 5rem 0;
}

.soft-band,
.highlights-section {
    background: #f7f8fa;
}

.bg-white {
    background: var(--white) !important;
}

.section-heading {
    max-width: 900px;
    margin: 0 auto 2.8rem;
    text-align: center;
}

.section-heading.text-start {
    margin-left: 0;
    text-align: left;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--rose-dark);
    font-size: 0.82rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-heading h1,
.section-heading h2,
.section-title-text,
.registration-copy h2 {
    margin: 0.35rem 0 0;
    color: var(--slate-dark);
    font-size: clamp(2rem, 5vw, 2.5rem);
    line-height: 1.08;
    font-weight: 950;
}

.split-heading h1,
.split-heading h2 {
    color: #343434;
    font-size: 2.5rem;
}

.split-heading h1 span,
.split-heading h2 span {
    color: #ef3737;
}

.lead-copy {
    color: var(--ink-soft);
    font-size: 1.05rem;
}

.feature-card,
.section-card,
.person-card,
.contact-card,
.download-card,
.organiser-detail-card,
.tour-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
}

.feature-card {
    padding: 1.35rem;
}

.feature-icon,
.file-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: var(--slate);
    background: linear-gradient(135deg, var(--rose-soft), var(--blue-soft));
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.feature-card h3,
.person-card h3,
.organiser-detail-card h3,
.tour-card h3,
.contact-card h3 {
    color: var(--slate-dark);
    font-weight: 950;
    font-size: 1.2rem !important;
}

.countdown-band {
    padding: 4rem 0;
    background: linear-gradient(135deg, var(--slate-dark), var(--slate));
    color: var(--white);
}

.countdown-band h2 {
    font-size: 2.7rem;
    font-weight: 950;
}

.countdown-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.count-box {
    padding: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    text-align: center;
}

.count-box strong,
.count-box span {
    display: block;
}

.count-box strong {
    color: var(--gold-soft);
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 950;
}

.count-box span {
    margin-top: 0.45rem;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 850;
}

.highlight-card-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.highlight-card {
    min-height: 148px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    padding: 1.2rem 0.55rem;
    border: 1px solid rgba(48, 72, 96, 0.06);
    border-left: 6px solid var(--highlight-color);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 14px 34px rgba(48, 72, 96, 0.08);
    text-align: center;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.highlight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 50px rgba(48, 72, 96, 0.14);
}

.highlight-card i {
    color: var(--highlight-color);
    font-size: 2.35rem;
    line-height: 1;
}

.highlight-card h3 {
    margin: 0;
    color: #333333;
    font-size: 0.98rem;
    font-weight: 950;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.member-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.member-grid .person-card {
    flex: 0 1 calc(25% - 1rem);
    min-width: 220px;
    max-width: 280px;
}

.person-card {
    padding: 1.25rem;
    text-align: center;
}

.member-photo-wrap,
.avatar-initials {
    width: 154px;
    height: 154px;
    display: grid;
    place-items: center;
    margin: 0 auto 1rem;
    overflow: hidden;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--rose-soft), var(--blue-soft));
}

.member-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-initials {
    color: var(--slate);
    font-size: 2rem;
    font-weight: 950;
}

.tourism-home-section {
    background: var(--white);
    overflow: hidden;
}

.tourism-coverflow {
    --slide-gap: 250px;
    position: relative;
    min-height: 520px;
    padding: 0 3.8rem 4.6rem;
    column-gap: var(--slide-gap);
    perspective: 1400px;
}

.tourism-stage {
    position: relative;
    height: 420px;
    max-width: 1180px;
    margin: 0 auto;
    transform-style: preserve-3d;
}

.tourism-slide {
    position: absolute;
    top: 0;
    left: 50%;
    width: min(62vw, 640px);
    height: 420px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--slate);
    box-shadow: 0 26px 72px rgba(48, 72, 96, 0.22);
    transform:
        translateX(-50%)
        translateX(var(--slide-x, 0px))
        rotateY(var(--slide-rotate, 0deg))
        scale(var(--scale, 0.74));
    transform-origin: center;
    opacity: var(--slide-opacity, 0.35);
    transition: transform 520ms ease, opacity 520ms ease, box-shadow 520ms ease;
    pointer-events: none;
}

.tourism-slide.is-active {
    z-index: 90 !important;
    box-shadow: 0 32px 85px rgba(48, 72, 96, 0.28);
    pointer-events: auto;
}

.tourism-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tourism-slide h3 {
    position: absolute;
    right: 1.2rem;
    bottom: 1rem;
    left: 1.2rem;
    margin: 0;
    color: var(--white);
    font-size: 1.65rem;
    font-weight: 900;
    text-align: center;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.72);
}

.tourism-control {
    position: absolute;
    top: 185px;
    z-index: 100;
    width: 48px;
    height: 48px;
    display: inline-grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--rose-hot);
    box-shadow: 0 16px 34px rgba(48, 72, 96, 0.15);
}

.tourism-control i {
    margin: 0;
}

.tourism-control-prev {
    left: 0;
}

.tourism-control-next {
    right: 0;
}

.tourism-dots {
    position: absolute;
    right: 0;
    bottom: 1.5rem;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.tourism-dots button {
    width: 48px;
    height: 12px;
    padding: 0;
    border: 2px solid var(--rose-hot);
    border-radius: 999px;
    background: transparent;
}

.tourism-dots button.is-active {
    width: 18px;
    background: var(--rose-hot);
}

.section-card {
    padding: 2rem;
}

.pricing-table {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.pricing-table table {
    margin: 0;
}

.pricing-table th {
    background: linear-gradient(90deg, var(--slate-dark), var(--slate));
    color: var(--white);
    padding: 1.1rem;
}

.pricing-table th small {
    display: block;
    margin-top: 0.25rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.78rem;
    font-weight: 750;
}

.pricing-table td {
    padding: 1.25rem 1.1rem;
    vertical-align: middle;
}

.pricing-table td small {
    display: block;
    color: var(--muted);
    margin-top: 0.35rem;
}

.fee {
    color: var(--rose-dark);
    font-size: 1.35rem;
    font-weight: 950;
    white-space: nowrap;
}

.registration-banner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 1.5rem;
    align-items: center;
    padding: 2rem;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--slate-dark), var(--slate));
    color: var(--white);
    box-shadow: var(--shadow);
}

.registration-copy .eyebrow,
.registration-copy h2 {
    color: var(--white);
}

.registration-copy p {
    color: rgba(255, 255, 255, 0.78);
}

.fee-stack {
    display: grid;
    gap: 0.8rem;
}

.fee-card {
    padding: 1rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.fee-card span,
.fee-card small,
.fee-card strong {
    display: block;
}

.fee-card span,
.fee-card small {
    color: rgba(255, 255, 255, 0.78);
}

.fee-card strong {
    color: var(--gold-soft);
    font-size: 1.8rem;
    font-weight: 950;
}

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

.compact-workshop-grid {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.workshop-card {
    padding: 1.1rem 1.2rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 14px 32px rgba(48, 72, 96, 0.08);
}

.workshop-card span,
.workshop-card strong {
    display: block;
}

.workshop-card span {
    min-height: 3.1rem;
    color: var(--slate);
    font-weight: 850;
    line-height: 1.45;
}

.workshop-card strong {
    margin-top: 0.65rem;
    color: var(--rose-dark);
    font-size: 1.35rem;
    line-height: 1.15;
    font-weight: 950;
}

.info-list {
    display: grid;
    gap: 0.75rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.info-list li {
    display: flex;
    gap: 0.75rem;
    padding: 0.86rem 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink-soft);
}

.info-list li:last-child {
    border-bottom: 0;
}

.info-list i {
    color: var(--rose-dark);
}

.rate-list {
    display: grid;
    gap: 0.8rem;
}

.rate-list div {
    padding-bottom: 0.8rem;
    border-bottom: 1px solid var(--line);
}

.rate-list div:last-child {
    border-bottom: 0;
}

.rate-list strong,
.rate-list span,
.contact-card strong,
.contact-card span,
.footer-panel strong,
.footer-panel span {
    display: block;
}

.rate-list span,
.rate-list small,
.small-note {
    color: var(--muted);
}

.rate-list small {
    display: block;
    margin-top: 0.2rem;
}

.total-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.15rem;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--slate-dark), var(--slate));
    color: var(--white);
}

.total-box span {
    color: rgba(255, 255, 255, 0.74);
}

.page-hero {
    padding: 5rem 0 3rem;
    background:
        linear-gradient(135deg, rgba(245, 198, 208, 0.38), rgba(182, 211, 229, 0.28)),
        var(--cream);
}

.venue-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 2rem;
    align-items: center;
}

.venue-visual img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.organiser-detail-card,
.contact-card,
.download-card {
    padding: 1.6rem;
}

.organiser-detail-card span {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--rose-soft), var(--blue-soft));
    color: var(--slate);
    font-weight: 950;
    margin-bottom: 1rem;
}

.manager-contact-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 231, 195, 0.38));
}

.manager-contact-logo {
    width: min(100%, 320px);
    margin: 0 0 1.3rem;
    border-radius: 8px;
    background: #050505;
}

.tour-card {
    overflow: hidden;
}

.tour-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.tour-card div {
    padding: 1.25rem;
}

.download-card .file-icon {
    background: linear-gradient(135deg, var(--slate), var(--rose-dark));
    color: var(--white);
}

.site-footer {
    position: relative;
    color: rgba(255, 255, 255, 0.84);
    background:
        linear-gradient(110deg, rgba(36, 55, 70, 0.98), rgba(57, 78, 95, 0.96)),
        linear-gradient(90deg, rgba(216, 95, 145, 0.16), rgba(182, 211, 229, 0.12));
    padding: 5rem 0 2rem;
    overflow: hidden;
}

.footer-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: 0.42;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.82rem;
}

.brand-mark {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--slate);
    background: linear-gradient(135deg, var(--rose-soft), var(--blue-soft));
    border: 4px solid rgba(255, 255, 255, 0.72);
    font-weight: 950;
}

.footer-brand strong {
    display: block;
    color: var(--white);
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 950;
}

.footer-brand small {
    display: block;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 800;
    margin-top: 0.35rem;
}

.footer-copy {
    margin: 1.4rem 0;
    max-width: 420px;
    line-height: 1.8;
}

.footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.footer-panel {
    min-height: 218px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

.footer-panel h3 {
    color: var(--white);
    font-size: 1.15rem;
    font-weight: 950;
    margin-bottom: 1.2rem;
}

.footer-panel p {
    margin-bottom: 0.9rem;
}

.footer-panel span,
.footer-panel a:not(.btn) {
    color: rgba(255, 255, 255, 0.72);
}

.footer-panel a:not(.btn),
.footer-manager-panel span {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 0.55rem;
    font-weight: 800;
    line-height: 1.5;
}

.footer-panel a:not(.btn):hover {
    color: var(--gold-soft);
}

.footer-manager-logo {
    width: min(100%, 230px);
    margin-bottom: 1rem;
    border-radius: 8px;
    background: #050505;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-bottom nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
}

.footer-bottom a:hover {
    color: var(--gold-soft);
}

.footer-bottom p {
    margin: 0;
}

.back-to-top {
    position: absolute;
    right: 1.25rem;
    bottom: 2rem;
    border: 0;
    background: transparent;
    color: var(--gold-soft);
    font-weight: 950;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}

.back-to-top::after {
    content: "";
    width: 3px;
    height: 44px;
    display: block;
    background: var(--rose);
    margin: 0.65rem auto 0;
}

.floating-register-cta {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1040;
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    width: 68px;
    min-height: 64px;
    max-width: calc(100vw - 1rem);
    overflow: hidden;
    padding: 0.55rem 0.7rem;
    border-radius: 8px 0 0 8px;
    background: linear-gradient(90deg, #1378f2 0%, #08aeea 100%);
    color: #061522;
    box-shadow: 0 18px 40px rgba(19, 120, 242, 0.28);
    transform: translateY(-50%);
    animation: floatingCtaNudge 3.8s ease-in-out infinite, registrationGlow 1.25s ease-in-out infinite;
    transition: width 220ms ease, padding 220ms ease, box-shadow 180ms ease;
}

.floating-register-cta:hover,
.floating-register-cta:focus-visible {
    width: 260px;
    padding-right: 1.6rem;
    color: #061522;
    box-shadow: 0 24px 52px rgba(19, 120, 242, 0.35);
    animation-play-state: paused;
}

.floating-register-cta span {
    width: 48px;
    height: 48px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--white);
    color: #1378f2;
    font-size: 1.7rem;
}

.floating-register-cta span i {
    margin: 0;
}

.floating-register-cta strong {
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 1.12rem;
    font-weight: 900;
    white-space: nowrap;
    transition: max-width 220ms ease, opacity 160ms ease;
}

.floating-register-cta:hover strong,
.floating-register-cta:focus-visible strong {
    max-width: 180px;
    opacity: 1;
}

@keyframes floatingCtaNudge {
    0%,
    42%,
    100% {
        transform: translateY(-50%) translateX(0);
    }

    48% {
        transform: translateY(-50%) translateX(-5px);
    }

    54% {
        transform: translateY(-50%) translateX(0);
    }

    60% {
        transform: translateY(-50%) translateX(-3px);
    }
}

@keyframes registrationBlink {
    0%,
    100% {
        filter: brightness(1);
        box-shadow: 0 12px 28px rgba(227, 24, 98, 0.2);
    }

    50% {
        filter: brightness(1.2);
        box-shadow: 0 0 0 0.22rem rgba(242, 183, 5, 0.34), 0 16px 34px rgba(227, 24, 98, 0.34);
    }
}

@keyframes registrationMenuBlink {
    0%,
    100% {
        filter: brightness(1);
        box-shadow: 0 10px 24px rgba(227, 24, 98, 0.18);
    }

    50% {
        filter: brightness(1.22);
        box-shadow: 0 0 0 0.2rem rgba(242, 183, 5, 0.42), 0 14px 30px rgba(227, 24, 98, 0.32);
    }
}

@keyframes registrationGlow {
    0%,
    100% {
        filter: brightness(1);
        box-shadow: 0 18px 40px rgba(19, 120, 242, 0.28);
    }

    50% {
        filter: brightness(1.18);
        box-shadow: 0 0 0 0.24rem rgba(255, 209, 102, 0.46), 0 24px 52px rgba(19, 120, 242, 0.38);
    }
}

@keyframes brochureBadgeBlink {
    0%,
    100% {
        opacity: 1;
        transform: translateY(0);
    }

    50% {
        opacity: 0.38;
        transform: translateY(-1px);
    }
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 1200px) {
    .main-nav .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (max-width: 1199px) {
    .quick-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .highlight-card-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .member-grid .person-card {
        flex-basis: calc(33.333% - 1rem);
    }
}

@media (max-width: 991px) {
    .quick-info-grid,
    .registration-banner,
    .venue-hero-grid {
        grid-template-columns: 1fr;
    }

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

    .split-heading h1,
    .split-heading h2 {
        font-size: 3rem;
    }

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

    .member-grid .person-card {
        flex-basis: calc(50% - 1rem);
    }

    .tourism-coverflow {
        --slide-gap: 190px;
        min-height: 455px;
        padding-right: 2.8rem;
        padding-left: 2.8rem;
    }

    .tourism-stage,
    .tourism-slide {
        height: 360px;
    }

    .tourism-slide {
        width: min(76vw, 560px);
    }

    .tourism-control {
        top: 156px;
    }
}

@media (max-width: 767px) {
    .top-strip-inner {
        min-height: 40px;
        justify-content: center;
        padding-top: 0.52rem;
        padding-bottom: 0.52rem;
    }

    .top-meta {
        width: 100%;
        justify-content: center;
        gap: 0;
    }

    .top-meta span:not(.top-phone) {
        display: none;
    }

    .top-phone {
        justify-content: center;
        width: 100%;
        font-size: 0.95rem;
        font-weight: 900;
        text-align: center;
    }

    .header-strip-image,
    .site-banner-image {
        height: auto;
        max-height: none;
        object-fit: contain;
        background: var(--white);
    }

    .home-slider-wrap,
    .site-banner-slider,
    .site-banner-slider .carousel-inner,
    .site-banner-slider .carousel-item {
        background: var(--white);
    }

    .quick-info {
        margin-top: 1rem;
    }
}

@media (max-width: 575px) {
    .social-mini {
        display: none;
    }

    .section-block {
        padding: 3.3rem 0;
    }

    .section-card,
    .contact-card {
        padding: 1.15rem;
    }

    .split-heading h1,
    .split-heading h2 {
        font-size: 2.25rem;
    }

    .highlight-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.55rem;
    }

    .highlight-card {
        min-height: 118px;
        gap: 0.65rem;
        padding: 0.75rem 0.35rem;
        border-left-width: 4px;
    }

    .highlight-card i {
        font-size: 1.6rem;
    }

    .highlight-card h3 {
        font-size: 0.72rem;
        line-height: 1.22;
    }

    .member-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .member-grid .person-card {
        flex: initial;
        min-width: 0;
        max-width: none;
        padding: 0.75rem 0.5rem;
    }

    .member-photo-wrap,
    .avatar-initials {
        width: 104px;
        height: 104px;
        margin-bottom: 0.72rem;
    }

    .person-card h3 {
        font-size: 0.88rem !important;
        line-height: 1.25;
        overflow-wrap: anywhere;
    }

    .workshop-grid,
    .compact-workshop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .workshop-card {
        padding: 0.85rem 0.65rem;
    }

    .workshop-card span {
        min-height: 4.15rem;
        font-size: 0.86rem;
        line-height: 1.28;
        overflow-wrap: anywhere;
    }

    .workshop-card strong {
        font-size: 1.02rem;
    }

    .tourism-coverflow {
        --slide-gap: 86vw;
        min-height: 380px;
        padding: 0 0 4rem;
    }

    .tourism-stage,
    .tourism-slide {
        height: 310px;
    }

    .tourism-slide {
        width: 82vw;
    }

    .tourism-slide h3 {
        font-size: 1.22rem;
    }

    .tourism-control {
        top: 132px;
        width: 44px;
        height: 44px;
    }

    .tourism-control-prev {
        left: 0.25rem;
    }

    .tourism-control-next {
        right: 0.25rem;
    }

    .tourism-dots {
        gap: 0.55rem;
    }

    .tourism-dots button {
        width: 34px;
    }

    .pricing-table {
        font-size: 0.9rem;
    }

    .pricing-table th,
    .pricing-table td {
        padding: 0.82rem;
    }

    .footer-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .footer-actions .btn {
        width: 100%;
    }

    .footer-bottom {
        padding-right: 1.7rem;
    }

    .floating-register-cta {
        top: 50%;
        bottom: auto;
        width: 60px;
        min-height: 56px;
        padding: 0.45rem 0.55rem;
        transform: translateY(-50%);
    }

    .floating-register-cta:hover,
    .floating-register-cta:focus-visible {
        width: min(240px, calc(100vw - 1rem));
    }

    .floating-register-cta span {
        width: 44px;
        height: 44px;
        font-size: 1.45rem;
    }
}

@media (max-width: 380px) {
    .member-grid {
        gap: 0.55rem;
    }

    .member-grid .person-card {
        padding-right: 0.4rem;
        padding-left: 0.4rem;
    }

    .member-photo-wrap,
    .avatar-initials {
        width: 88px;
        height: 88px;
    }

    .person-card h3 {
        font-size: 0.8rem !important;
    }

    .workshop-grid,
    .compact-workshop-grid {
        gap: 0.55rem;
    }

    .workshop-card {
        padding: 0.72rem 0.48rem;
    }

    .workshop-card span {
        font-size: 0.78rem;
    }

    .workshop-card strong {
        font-size: 0.94rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
}
