:root {
    --nca-purple: #7A1E65;
    --nca-purple-rgb: 122, 30, 101;
    --nca-dark-purple: #3C0A33;
    --nca-magenta: #E5007D;
    --nca-magenta-hover: #c4006a;
    --nca-text-dark: #1E1E24;
    --nca-text-muted: #5C5A60;
    --nca-bg-light: #F9F8FA;
    --nca-white: #FFFFFF;
    --nca-border-light: #E2E0E5;
    --nca-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
    --nca-shadow-md: 0 10px 30px rgba(122, 30, 101, 0.08);
    --nca-shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.12);
    --nca-gradient-pink: linear-gradient(135deg, #E5007D 0%, #7A1E65 100%);
    --font-primary: 'Outfit', sans-serif;
    --border-radius-sm: 8px;
    --border-radius-md: 16px;
    --border-radius-lg: 24px;
}
:root {
    --fluid-1: clamp(12px, 2vw, 16px);
    --fluid-2: clamp(16px, 3vw, 24px);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: var(--font-primary);
    background-color: var(--nca-bg-light);
    color: var(--nca-text-dark);
    line-height: 1.5;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}
ul {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
button {
    font-family: var(--font-primary);
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
}
svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.o-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
@media (max-width: 1024px) {
.o-container {
    padding: 0 16px;
}
}
.o-grid {
    display: grid;
    gap: 24px;
}
.o-grid--2 {
    grid-template-columns: repeat(2, 1fr);
}
.o-grid--3 {
    grid-template-columns: repeat(3, 1fr);
}
.o-grid--4 {
    grid-template-columns: repeat(4, 1fr);
}
.o-grid--6 {
    grid-template-columns: repeat(6, 1fr);
}
.o-grid--main {
    grid-template-columns: 2.3fr 1.7fr;
}
.o-grid--footer {
    grid-template-columns: 1.8fr 1fr 1fr 1.5fr;
}
.o-grid--footer-mid {
    grid-template-columns: 1.5fr 1fr 1fr;
}
@media (max-width: 1024px) {
.o-grid--4 {
    grid-template-columns: repeat(2, 1fr);
}
.o-grid--6 {
    grid-template-columns: repeat(3, 1fr);
}
.o-grid--main {
    grid-template-columns: 1fr;
}
.o-grid--footer {
    grid-template-columns: 1.5fr 1fr 1fr;
}
}
.o-grid--sub {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr;
    gap: 24px;
}
@media (max-width: 1024px) {
.o-grid--sub {
    grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
.o-grid--3 {
    grid-template-columns: 1fr;
}
.o-grid--footer {
    grid-template-columns: 1fr;
}
.o-grid--footer-mid {
    grid-template-columns: 1fr;
}
}
.o-section {
    padding: 60px 0;
}
.o-section--sm {
    padding: 24px 0;
}
@media (max-width: 768px) {
.o-section {
    padding: 32px 0;
}
}
.u-text-center { text-align: center !important; } .u-text-left { text-align: left !important; } .u-text-right { text-align: right !important; } .u-text-uppercase { text-transform: uppercase !important; } .u-font-bold { font-weight: 700 !important; } .u-text-muted { color: var(--nca-text-muted) !important; } .u-text-white { color: var(--nca-white) !important; } .u-text-magenta { color: var(--nca-magenta) !important; } .u-text-purple { color: var(--nca-purple) !important; } .u-hidden { display: none !important; } .u-block { display: block !important; } .u-flex { display: flex !important; } .u-inline-flex { display: inline-flex !important; } .u-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    border: 0 !important;
}
.u-mt-0 { margin-top: 0 !important; } .u-mt-8 { margin-top: 8px !important; } .u-mt-12 { margin-top: 12px !important; } .u-mt-16 { margin-top: 16px !important; } .u-mt-24 { margin-top: 24px !important; } .u-mt-32 { margin-top: 32px !important; } .u-mb-0 { margin-bottom: 0 !important; } .u-mb-8 { margin-bottom: 8px !important; } .u-mb-12 { margin-bottom: 12px !important; } .u-mb-16 { margin-bottom: 16px !important; } .u-mb-24 { margin-bottom: 24px !important; } .u-mb-32 { margin-bottom: 32px !important; } .u-gap-4 { gap: 4px !important; } .u-gap-8 { gap: 8px !important; } .u-gap-12 { gap: 12px !important; } .u-gap-16 { gap: 16px !important; } .u-gap-24 { gap: 24px !important; } .u-p-0 { padding: 0 !important; } .u-p-12 { padding: 12px !important; } .u-p-16 { padding: 16px !important; } .u-p-24 { padding: 24px !important; } .u-p-32 { padding: 32px !important; } .l-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.l-page__main {
    flex: 1;
}
.l-page__header {
    position: sticky;
    top: 0;
    z-index: 100;
}
.l-page__footer {
    margin-top: auto;
}
.c-header {
    background-color: var(--nca-white);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: var(--nca-shadow-sm);
}
.c-header__container {
    display: flex;
    flex-direction: column;
}
.c-header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    padding-top: 6px;
}
@media (max-width: 768px) {
.c-header__top {
    height: 44px;
    padding-top: 2px;
}
}
.c-header__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}
@media (max-width: 768px) {
.c-header__bottom {
    height: 0;
    overflow: visible;
    border: none;
    position: static;
}
}
.c-header__utils {
    display: flex;
    align-items: center;
    gap: 16px;
}
@media (max-width: 1180px) {
.c-header__utils {
    gap: 8px;
}
}
@media (max-width: 768px) {
.c-header__utils {
    gap: 4px;
}
}
.c-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}
.c-logo__img {
    height: 38px;
    width: auto;
    display: block;
}
@media (max-width: 768px) {
.c-logo__img {
    height: 28px;
}
}
.c-nav {
    display: flex;
    align-items: stretch;
    gap: 2px;
    height: 100%;
}
@media (max-width: 1180px) {
.c-nav {
    gap: 1px;
}
}
@media (max-width: 768px) {
.c-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: fixed;
    top: 44px;
    left: -100%;
    width: 260px;
    height: calc(100vh - 44px);
    background-color: var(--nca-white);
    padding: 20px;
    gap: 0;
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.15);
    z-index: 100;
    overflow-y: auto;
}
}
@media (max-width: 768px) {
.c-nav.active {
    left: 0;
}
}
.c-nav__item {
    display: flex;
    align-items: stretch;
    position: relative;
    flex-shrink: 0;
}
@media (max-width: 768px) {
.c-nav__item {
    height: auto;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
}
.c-nav__link {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--nca-text-dark);
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 8px;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    letter-spacing: 0.3px;
}
@media (max-width: 1180px) {
.c-nav__link {
    font-size: 11px;
    padding: 0 5px;
}
}
@media (max-width: 768px) {
.c-nav__link {
    padding: 12px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    border-bottom: none;
}
}
.c-nav__link:hover, .c-nav__item.active .c-nav__link {
    color: var(--nca-magenta);
    border-bottom-color: var(--nca-magenta);
}
@media (max-width: 768px) {
.c-nav__link:hover, .c-nav__item.active .c-nav__link {
    border-bottom: none;
}
}
.c-nav__link svg {
    width: 10px;
    height: 10px;
    fill: currentColor;
    transition: transform 0.3s ease;
}
.c-nav__item:hover .c-nav__link svg {
    transform: rotate(180deg);
}
.c-mobile-toggle {
    display: none;
}
@media (max-width: 768px) {
.c-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nca-purple);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--nca-bg-light);
}
}
.c-mobile-toggle svg {
    width: 20px;
    height: 20px;
}
.c-util-btn {
    color: var(--nca-text-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: background-color 0.3s;
}
.c-util-btn:hover {
    background-color: var(--nca-bg-light);
    color: var(--nca-magenta);
}
.c-util-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}
@media (max-width: 768px) {
.c-util-btn {
    width: 32px;
    height: 32px;
}
.c-util-btn svg {
    width: 16px;
    height: 16px;
}
}
.c-lang-selector {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: var(--border-radius-sm);
}
.c-lang-selector:hover {
    background-color: var(--nca-bg-light);
}
.c-lang-selector svg {
    width: 16px;
    height: 16px;
}
@media (max-width: 768px) {
.c-lang-selector {
    font-size: 11px;
    padding: 2px 6px;
}
.c-lang-selector svg {
    width: 14px;
    height: 14px;
}
}
.c-account-btn {
    background-color: var(--nca-purple);
    color: var(--nca-white);
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(122, 30, 101, 0.2);
}
.c-account-btn:hover {
    background-color: var(--nca-magenta);
    box-shadow: 0 4px 16px rgba(229, 0, 125, 0.3);
    transform: translateY(-1px);
}
.c-account-btn svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}
@media (max-width: 768px) {
.c-account-btn {
    padding: 8px 14px;
    font-size: 11px;
}
.c-account-btn svg {
    width: 14px;
    height: 14px;
}
.c-account-btn span {
    display: none;
}
}
.c-hero {
    position: relative;
    background: #000;
    height: 600px;
    overflow: hidden;
}
@media (max-width: 768px) {
.c-hero {
    height: 400px;
    min-height: 400px;
}
}
.c-hero__slider {
    width: 100%;
    height: 100%;
    position: relative;
}
.c-hero__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    align-items: center;
    z-index: 1;
}
.c-hero__slide.active {
    opacity: 1;
    z-index: 2;
}
.c-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.c-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}
@media (max-width: 768px) {
.c-hero__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.3) 100%);
}
}
.c-hero__content {
    position: relative;
    z-index: 3;
    max-width: 600px;
    color: var(--nca-white);
}
.c-hero__content h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 16px;
}
@media (max-width: 768px) {
.c-hero__content h1 {
    font-size: 24px;
}
}
.c-hero__content h1 span {
    color: var(--nca-magenta);
}
.c-hero__content p {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
    max-width: 480px;
}
@media (max-width: 768px) {
.c-hero__content p {
    font-size: 13px;
    margin-bottom: 20px;
    max-width: 100%;
}
}
@media (max-width: 768px) {
.c-hero__content {
    text-align: center;
    max-width: 100%;
    padding: 40px 0;
}
}
.c-hero__buttons {
    display: flex;
    gap: 16px;
}
@media (max-width: 768px) {
.c-hero__buttons {
    flex-direction: column;
    gap: 10px;
}
}
.c-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
.c-btn--primary {
    background-color: var(--nca-magenta);
    color: var(--nca-white);
    padding: 14px 28px;
    border-radius: 30px;
}
.c-btn--primary:hover {
    background-color: var(--nca-magenta-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(229, 0, 125, 0.4);
}
.c-btn--secondary {
    border: 2px solid var(--nca-white);
    color: var(--nca-white);
    padding: 12px 28px;
    border-radius: 30px;
}
.c-btn--secondary:hover {
    background-color: var(--nca-white);
    color: var(--nca-purple);
    transform: translateY(-2px);
}
.c-btn--book {
    width: 100%;
    background-color: var(--nca-magenta);
    color: var(--nca-white);
    padding: 8px;
    border-radius: 4px;
    font-size: 11px;
    text-align: center;
}
.c-btn--book:hover {
    background-color: var(--nca-magenta-hover);
}
.c-btn--profile {
    background-color: var(--nca-white);
    color: var(--nca-purple);
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 11px;
}
.c-btn--profile:hover {
    background-color: var(--nca-magenta);
    color: var(--nca-white);
    transform: scale(1.03);
}
.c-btn--profile svg {
    width: 10px;
    height: 10px;
}
@media (max-width: 768px) {
.c-btn.c-btn--primary, .c-btn.c-btn--secondary {
    width: 100%;
    justify-content: center;
    padding: 12px 20px;
    font-size: 12px;
}
}
.c-slider__dots {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 5;
}
@media (max-width: 768px) {
.c-slider__dots {
    bottom: 30px;
}
}
.c-slider__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s;
}
.c-slider__dot.active {
    background-color: var(--nca-magenta);
    width: 24px;
    border-radius: 4px;
}
.c-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--nca-white);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    backdrop-filter: blur(4px);
    transition: all 0.3s;
}
.c-slider__arrow:hover {
    background-color: var(--nca-white);
    color: var(--nca-purple);
}
.c-slider__arrow--prev {
    left: 24px;
}
.c-slider__arrow--next {
    right: 24px;
}
@media (max-width: 768px) {
.c-slider__arrow {
    display: none;
}
}
.c-quick-actions {
    margin-top: -40px;
    position: relative;
    z-index: 10;
}
@media (max-width: 1024px) {
.c-quick-actions {
    margin-top: -80px;
}
}
@media (max-width: 768px) {
.c-quick-actions {
    margin-top: -20px;
}
}
.c-quick-actions__grid {
    background-color: var(--nca-white);
    border-radius: var(--border-radius-md);
    box-shadow: var(--nca-shadow-lg);
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    overflow: hidden;
    padding: 10px;
}
@media (max-width: 1024px) {
.c-quick-actions__grid {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 768px) {
.c-quick-actions__grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 6px;
    border-radius: 12px;
}
}
.c-action-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.3s ease;
}
.c-action-card:last-child {
    border-right: none;
}
.c-action-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: transparent;
    transition: background-color 0.3s;
}
.c-action-card:hover {
    background-color: rgba(122, 30, 101, 0.02);
    transform: translateY(-4px);
}
.c-action-card:hover::after {
    background-color: var(--nca-magenta);
}
@media (max-width: 1024px) {
.c-action-card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.c-action-card:nth-child(3), .c-action-card:nth-child(6) {
    border-right: none;
}
}
@media (max-width: 768px) {
.c-action-card {
    padding: 14px 10px;
}
.c-action-card:nth-child(even) {
    border-right: none;
}
.c-action-card:last-child {
    border-bottom: none;
}
}
.c-action-card h3 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--nca-text-dark);
}
@media (max-width: 768px) {
.c-action-card h3 {
    font-size: 11px;
}
}
.c-action-card p {
    font-size: 11px;
    color: var(--nca-text-muted);
    margin-bottom: 16px;
    line-height: 1.4;
    flex-grow: 1;
}
@media (max-width: 768px) {
.c-action-card p {
    font-size: 10px;
    margin-bottom: 10px;
}
}
.c-action-card__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    color: var(--nca-purple);
    transition: transform 0.3s ease;
}
.c-action-card:hover .c-action-card__icon {
    transform: scale(1.1);
    color: var(--nca-magenta);
}
@media (max-width: 768px) {
.c-action-card__icon {
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
}
}
.c-action-card__link {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--nca-magenta);
    display: flex;
    align-items: center;
    gap: 4px;
}
.c-action-card__link:hover {
    color: var(--nca-purple);
}
.c-action-card__link svg {
    width: 10px;
    height: 10px;
}
.c-section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
    border-bottom: 2px solid rgba(122, 30, 101, 0.1);
    padding-bottom: 12px;
}
@media (max-width: 768px) {
.c-section-header {
    margin-bottom: 16px;
}
}
.c-section-header h2 {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--nca-purple);
    position: relative;
}
.c-section-header h2::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: var(--nca-magenta);
}
@media (max-width: 768px) {
.c-section-header h2 {
    font-size: 14px;
}
}
.c-section-header__link {
    font-size: 12px;
    font-weight: 700;
    color: var(--nca-magenta);
}
.c-section-header__link:hover {
    color: var(--nca-purple);
}
.c-movie-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
@media (max-width: 1024px) {
.c-movie-grid {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.c-movie-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
}
.c-movie-card {
    background-color: var(--nca-white);
    border-radius: var(--border-radius-sm);
    overflow: hidden;
    box-shadow: var(--nca-shadow-sm);
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}
.c-movie-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--nca-shadow-md);
}
@media (max-width: 768px) {
.c-movie-card {
    border-radius: 6px;
}
}
.c-movie-card__poster-wrapper {
    position: relative;
    aspect-ratio: 2/3;
    overflow: hidden;
    background-color: #ddd;
}
.c-movie-card__poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.c-movie-card:hover .c-movie-card__poster {
    transform: scale(1.05);
}
.c-movie-card__info {
    padding: 12px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
@media (max-width: 768px) {
.c-movie-card__info {
    padding: 8px;
}
}
.c-movie-card__title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.3;
    color: var(--nca-text-dark);
}
@media (max-width: 768px) {
.c-movie-card__title {
    font-size: 11px;
}
}
.c-movie-card__meta {
    font-size: 11px;
    color: var(--nca-text-muted);
    margin-bottom: 12px;
    margin-top: auto;
}
@media (max-width: 768px) {
.c-movie-card__meta {
    font-size: 10px;
    margin-bottom: 8px;
}
}
.c-events-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media (max-width: 768px) {
.c-events-list {
    gap: 10px;
}
}
.c-event-card {
    background-color: var(--nca-white);
    border-radius: var(--border-radius-sm);
    padding: 12px;
    display: flex;
    gap: 16px;
    box-shadow: var(--nca-shadow-sm);
    transition: all 0.3s;
}
.c-event-card:hover {
    transform: translateX(4px);
    box-shadow: var(--nca-shadow-md);
}
@media (max-width: 768px) {
.c-event-card {
    padding: 10px;
    gap: 10px;
}
}
.c-event-card__date {
    width: 60px;
    height: 60px;
    border-radius: var(--border-radius-sm);
    background-color: var(--nca-magenta);
    color: var(--nca-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
@media (max-width: 768px) {
.c-event-card__date {
    width: 48px;
    height: 48px;
}
}
.c-event-card__day {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}
@media (max-width: 768px) {
.c-event-card__day {
    font-size: 16px;
}
}
.c-event-card__month {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
@media (max-width: 768px) {
.c-event-card__month {
    font-size: 9px;
}
}
.c-event-card__image {
    width: 70px;
    height: 60px;
    border-radius: 4px;
    object-fit: cover;
    background-color: #ddd;
    flex-shrink: 0;
}
@media (max-width: 768px) {
.c-event-card__image {
    width: 56px;
    height: 48px;
}
}
.c-event-card__details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.c-event-card__title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 2px;
    color: var(--nca-text-dark);
}
@media (max-width: 768px) {
.c-event-card__title {
    font-size: 11px;
}
}
.c-event-card__desc {
    font-size: 11px;
    color: var(--nca-text-muted);
    margin-bottom: 6px;
}
@media (max-width: 768px) {
.c-event-card__desc {
    font-size: 10px;
    margin-bottom: 4px;
}
}
.c-event-card__meta {
    display: flex;
    gap: 16px;
    font-size: 11px;
    color: var(--nca-text-muted);
}
.c-event-card__meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}
.c-event-card__meta svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
}
@media (max-width: 768px) {
.c-event-card__meta {
    font-size: 10px;
    gap: 10px;
}
.c-event-card__meta svg {
    width: 10px;
    height: 10px;
}
}
.c-news-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media (max-width: 768px) {
.c-news-list {
    gap: 10px;
}
}
.c-news-item {
    display: flex;
    gap: 12px;
    transition: all 0.3s;
}
.c-news-item:hover {
    transform: translateX(4px);
}
.c-news-item__thumb {
    width: 80px;
    height: 60px;
    border-radius: 4px;
    object-fit: cover;
    background-color: #ddd;
    flex-shrink: 0;
}
@media (max-width: 768px) {
.c-news-item__thumb {
    width: 64px;
    height: 48px;
}
}
.c-news-item__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.c-news-item__title {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 4px;
    color: var(--nca-text-dark);
}
.c-news-item__title:hover {
    color: var(--nca-magenta);
}
@media (max-width: 768px) {
.c-news-item__title {
    font-size: 11px;
}
}
.c-news-item__date {
    font-size: 10px;
    color: var(--nca-text-muted);
}
@media (max-width: 768px) {
.c-news-item__date {
    font-size: 9px;
}
}
.c-artist-card {
    background: var(--nca-gradient-pink);
    border-radius: var(--border-radius-md);
    padding: 32px 24px;
    color: var(--nca-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: var(--nca-shadow-lg);
    position: relative;
    overflow: hidden;
}
@media (max-width: 768px) {
.c-artist-card {
    padding: 24px 16px;
}
}
.c-artist-card__avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.8);
    object-fit: cover;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
.c-artist-card__avatar {
    width: 72px;
    height: 72px;
}
}
.c-artist-card__name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}
@media (max-width: 768px) {
.c-artist-card__name {
    font-size: 14px;
}
}
.c-artist-card__role {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}
.c-artist-card__bio {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    margin-bottom: 24px;
    max-width: 240px;
}
@media (max-width: 768px) {
.c-artist-card__bio {
    font-size: 11px;
}
}
.c-artist-card__dots {
    display: flex;
    gap: 6px;
    margin-top: 20px;
}
.c-artist-card__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}
.c-artist-card__dot.active {
    background-color: var(--nca-white);
    width: 14px;
    border-radius: 3px;
}
.c-highlight {
    background-color: var(--nca-white);
    border-radius: var(--border-radius-sm);
    overflow: hidden;
    box-shadow: var(--nca-shadow-sm);
    display: flex;
    flex-direction: column;
}
.c-highlight__video {
    position: relative;
    aspect-ratio: 16/9;
    background-color: #000;
    overflow: hidden;
    cursor: pointer;
}
.c-highlight__thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
    transition: transform 0.5s ease;
}
.c-highlight__video:hover .c-highlight__thumb {
    transform: scale(1.05);
}
.c-highlight__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    color: var(--nca-purple);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}
.c-highlight__video:hover .c-highlight__play {
    background-color: var(--nca-magenta);
    color: var(--nca-white);
    transform: translate(-50%, -50%) scale(1.1);
}
.c-highlight__play svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    margin-left: 2px;
}
.c-highlight__info {
    padding: 16px;
}
.c-highlight__title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.4;
    color: var(--nca-text-dark);
}
@media (max-width: 768px) {
.c-highlight__title {
    font-size: 12px;
}
}
.c-highlight__link {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--nca-magenta);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.c-highlight__link:hover {
    color: var(--nca-purple);
}
.c-highlight__link svg {
    width: 10px;
    height: 10px;
}
.c-newsletter {
    background-color: var(--nca-magenta);
    color: var(--nca-white);
    padding: 24px 0;
}
@media (max-width: 768px) {
.c-newsletter {
    padding: 16px 0;
}
}
.c-newsletter__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}
@media (max-width: 768px) {
.c-newsletter__container {
    flex-direction: column;
    text-align: center;
    gap: 14px;
}
}
.c-newsletter__text {
    display: flex;
    align-items: center;
    gap: 16px;
}
@media (max-width: 768px) {
.c-newsletter__text {
    flex-direction: column;
}
}
.c-newsletter__icon {
    background-color: rgba(255, 255, 255, 0.15);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.c-newsletter__icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}
.c-newsletter__heading {
    font-size: 16px;
    font-weight: 700;
}
@media (max-width: 768px) {
.c-newsletter__heading {
    font-size: 14px;
}
}
.c-newsletter__subheading {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
.c-newsletter__subheading {
    font-size: 11px;
}
}
.c-newsletter__form {
    display: flex;
    max-width: 480px;
    width: 100%;
}
@media (max-width: 768px) {
.c-newsletter__form {
    max-width: 100%;
}
}
.c-newsletter__input {
    flex-grow: 1;
    background-color: var(--nca-white);
    border: none;
    padding: 12px 20px;
    border-radius: 4px 0 0 4px;
    font-family: var(--font-primary);
    font-size: 13px;
    outline: none;
}
@media (max-width: 768px) {
.c-newsletter__input {
    padding: 10px 14px;
    font-size: 12px;
}
}
.c-newsletter__submit {
    background-color: var(--nca-dark-purple);
    color: var(--nca-white);
    padding: 12px 24px;
    border-radius: 0 4px 4px 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.c-newsletter__submit:hover {
    background-color: #21041d;
}
@media (max-width: 768px) {
.c-newsletter__submit {
    padding: 10px 16px;
    font-size: 11px;
}
}
.c-footer {
    background-color: #1A1A1E;
    color: rgba(255, 255, 255, 0.75);
    padding: 60px 0 20px;
    font-size: 12px;
}
@media (max-width: 768px) {
.c-footer {
    padding: 32px 0 16px;
}
}
.c-footer__top {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1.5fr;
    gap: 32px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 1024px) {
.c-footer__top {
    grid-template-columns: 1.5fr 1fr 1fr;
}
}
@media (max-width: 768px) {
.c-footer__top {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 24px;
}
}
.c-footer__logo-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media (max-width: 768px) {
.c-footer__logo-block {
    align-items: center;
    text-align: center;
}
}
.c-footer__logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width: 768px) {
.c-footer__logo {
    justify-content: center;
}
}
.c-footer__logo-img {
    height: 42px;
    width: auto;
    display: block;
}
.c-footer__logo-text {
    font-size: 10px;
    font-weight: 700;
    color: var(--nca-white);
    line-height: 1.2;
    text-transform: uppercase;
}
.c-footer__desc {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
}
.c-footer__follow h4 {
    color: var(--nca-white);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}
@media (max-width: 768px) {
.c-footer__follow h4 {
    font-size: 11px;
    margin-bottom: 12px;
}
}
@media (max-width: 768px) {
.c-footer__follow {
    text-align: center;
}
}
.c-footer__col h4 {
    color: var(--nca-white);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}
@media (max-width: 768px) {
.c-footer__col h4 {
    font-size: 11px;
    margin-bottom: 12px;
}
}
@media (max-width: 768px) {
.c-footer__col {
    text-align: center;
}
}
.c-footer__links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.c-footer__links a {
    color: rgba(255, 255, 255, 0.6);
}
.c-footer__links a:hover {
    color: var(--nca-magenta);
}
@media (max-width: 768px) {
.c-footer__links {
    gap: 6px;
}
.c-footer__links a {
    font-size: 11px;
}
}
.c-footer__contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.c-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
.c-footer__bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    padding-top: 16px;
    font-size: 10px;
}
}
.c-footer__bottom-links {
    display: flex;
    gap: 24px;
}
.c-footer__bottom-links a {
    color: rgba(255, 255, 255, 0.4);
}
.c-footer__bottom-links a:hover {
    color: var(--nca-white);
}
@media (max-width: 768px) {
.c-footer__bottom-links {
    gap: 12px;
}
}
.c-social-links {
    display: flex;
    gap: 8px;
}
@media (max-width: 768px) {
.c-footer__follow .c-social-links {
    justify-content: center;
}
}
.c-social-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.c-social-btn:hover {
    background-color: var(--nca-magenta);
    color: var(--nca-white);
    transform: translateY(-2px);
}
.c-social-btn svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}
.c-contact-item {
    display: flex;
    gap: 8px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.6);
}
.c-contact-item svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    flex-shrink: 0;
    color: var(--nca-magenta);
}
.c-contact-item a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.c-contact-item a:hover {
    color: var(--nca-magenta);
}
@media (max-width: 768px) {
.c-footer__contact {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}
.c-contact-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
}
.c-contact-item:nth-child(3) {
    flex: 0 0 100%;
}
.c-contact-item:nth-child(3) span {
    width: 100%;
}
.c-contact-item svg {
    margin-bottom: 2px;
}
.c-contact-item a svg {
    width: 14px;
    height: 14px;
    margin-bottom: 0;
    color: #fff;
}
.c-contact-item a span {
    display: none;
}
.c-contact-item a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.c-contact-item a:hover {
    background-color: var(--nca-magenta);
    color: var(--nca-white);
    transform: translateY(-2px);
}
}
.c-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(30, 4, 26, 0.65);
    backdrop-filter: blur(8px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-modal.active {
    opacity: 1;
    pointer-events: auto;
}
@media (max-width: 768px) {
.c-modal {
    align-items: center;
    padding: 20px;
}
}
.c-modal__container {
    background-color: var(--nca-white);
    border-radius: var(--border-radius-md);
    width: 90%;
    max-width: 480px;
    padding: 32px;
    position: relative;
    box-shadow: var(--nca-shadow-lg);
    transform: translateY(24px) scale(0.95);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-modal.active .c-modal__container {
    transform: translateY(0) scale(1);
}
@media (max-width: 768px) {
.c-modal__container {
    width: 100%;
    max-width: 480px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 24px 20px max(28px, env(safe-area-inset-bottom));
    border-radius: var(--border-radius-md);
    transform: translateY(100vh);
    transition: transform 0.4s cubic-bezier(0.32, 0.72, 0, 1);
}
.c-modal.active .c-modal__container {
    transform: translateY(0);
}
}
#video-modal {
    padding: 20px;
}
#video-modal .c-modal__close {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 1010;
}
#video-modal > div:last-child {
    width: 90vw;
    max-width: 800px;
}
@media (max-width: 768px) {
#video-modal {
    padding: 0;
}
#video-modal > div:last-child {
    width: 100vw;
    border-radius: 0;
}
}
.c-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--nca-bg-light);
    color: var(--nca-text-dark);
    font-size: 20px;
    line-height: 1;
    transition: all 0.2s;
}
.c-modal__close:hover {
    background-color: var(--nca-magenta);
    color: var(--nca-white);
}
@media (max-width: 768px) {
.c-modal__close {
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    font-size: 18px;
}
}
.c-modal__title {
    font-size: 20px;
    font-weight: 700;
    color: var(--nca-purple);
    margin-bottom: 12px;
}
@media (max-width: 768px) {
.c-modal__title {
    font-size: 17px;
}
}
.c-modal__body {
    font-size: 13px;
    color: var(--nca-text-muted);
}
.c-modal__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}
.c-form__group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.c-form__group label {
    font-weight: 600;
    font-size: 12px;
    color: var(--nca-text-dark);
}
.c-form__input {
    padding: 10px 14px;
    border: 1px solid var(--nca-border-light);
    border-radius: 4px;
    font-family: var(--font-primary);
    font-size: 13px;
    outline: none;
    color: var(--nca-text-dark);
}
.c-form__input:focus {
    border-color: var(--nca-magenta);
}
.c-form__select {
    background-color: white;
}
.c-form__textarea {
    resize: vertical;
}
.c-auth-form {
    display: none;
}
.c-auth-form.active {
    display: block;
}
.c-search__container {
    max-width: 560px;
    padding: 40px 32px 32px;
}
@media (max-width: 768px) {
.c-search__container {
    padding: 24px 20px max(28px, env(safe-area-inset-bottom));
}
}
.c-search__form {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}
@media (max-width: 768px) {
.c-search__form {
    flex-direction: column;
}
}
.c-search__input-wrapper {
    flex: 1;
    position: relative;
}
.c-search__icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: var(--nca-text-muted);
    pointer-events: none;
}
.c-search__input {
    width: 100%;
    padding: 12px 14px 12px 42px;
    border: 2px solid var(--nca-border-light);
    border-radius: 8px;
    font-family: var(--font-primary);
    font-size: 15px;
    outline: none;
    color: var(--nca-text-dark);
    background-color: var(--nca-bg-light);
    transition: border-color 0.2s;
}
.c-search__input:focus {
    border-color: var(--nca-magenta);
}
.c-search__submit {
    padding: 12px 24px;
    border-radius: 8px;
    flex-shrink: 0;
}
.c-search__suggestions {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--nca-border-light);
}
.c-search__label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--nca-text-muted);
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}
.c-search__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.c-search__tag {
    display: inline-block;
    padding: 6px 14px;
    background-color: var(--nca-bg-light);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    color: var(--nca-text-dark);
    transition: all 0.2s;
}
.c-search__tag:hover {
    background-color: var(--nca-magenta);
    color: var(--nca-white);
}