body {
    background: var(--color-bg);
    color: var(--color-text)
}

.site-branding img,
.sponsor-item img,
img {
    max-width: 100%
}

.competitions-note,
.footer-tagline,
.hero-motto,
.hero-subtitle,
.location,
.testimonial-slide p {
    font-style: italic
}

@font-face {
    font-family: Inter;
    src: url('font.woff2')
}

.checkbox-group {
    flex-direction: row !important;
    align-items: center
}

.checkbox-group input,
.form-group.checkbox-group input {
    margin-right: 10px;
    width: auto;
    accent-color: var(--color-primary)
}

.title-box h2::before {
    content: '';
    background: var(--color-primary)
}

.method-item:hover {
    background: var(--color-bg-secondary);
    border-color: var(--color-secondary)
}

.page-template-page-cupa-kids-talent .values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
    justify-items: center
}

.page-template-page-cupa-kids-talent .value-item {
    width: 100%;
    max-width: 320px
}

.page-template-page-cupa-kids-talent section.patinaj-section {
    padding: 100px 0
}

@media (max-width:992px) {
    .page-template-page-cupa-kids-talent .values-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 700px
    }
}

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

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: Inter, sans-serif
}

blockquote,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

ol[class],
ul[class] {
    list-style: none
}

img {
    display: block;
    height: auto
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

:root {
    --text-xs: 0.875rem;
    --text-sm: 1rem;
    --text-md: 1.25rem;
    --text-lg: 1.75rem;
    --text-xl: 2.5rem;
    --line-height-tight: 1.3;
    --line-height-base: 1.6;
    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 1.5rem;
    --space-lg: 2rem;
    --space-xl: 3rem;
    --space-2xl: 4rem;
    --space-3xl: 6rem;
    --section-padding: var(--space-3xl);
    --section-padding-mobile: var(--space-2xl);
    --color-primary: #e80913;
    --color-secondary: #F2C55C;
    --color-text: #F5F5F5;
    --color-text-light: #CFCFCF;
    --color-bg: #0F0F0F;
    --color-bg-secondary: #1A1A1A;
    --color-bg-card: #262626;
    --color-border: #404040;
    --color-input-bg: #2A2A2A
}

body {
    line-height: var(--line-height-base);
    font-size: var(--text-sm)
}

.logo-text h1,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: var(--line-height-tight)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin-bottom: var(--space-md)
}

.lead,
p {
    line-height: var(--line-height-base)
}

h1 {
    font-size: var(--text-xl)
}

h2 {
    font-size: var(--text-lg)
}

.lead,
.logo-text h1,
h3 {
    font-size: var(--text-md)
}

h4,
h5,
h6,
p {
    font-size: var(--text-sm)
}

h4,
h5,
h6 {
    font-weight: 600
}

p {
    margin-bottom: var(--space-sm)
}

.cta-button,
.nav-main .nav-items a {
    font-size: var(--text-sm);
    transition: .3s;
    text-decoration: none
}

a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color .3s
}

.contact-info a:hover,
a:hover {
    color: var(--color-secondary)
}

.container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--space-sm);
    padding-right: var(--space-sm)
}

.skip-link {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.coach-image,
.coach-item,
.hero-image,
.hero-section,
.nav-main .nav-items li,
.site-header {
    position: relative
}

.skip-link:focus {
    position: absolute;
    left: 6px;
    top: 7px;
    height: auto;
    width: auto;
    background: #eee;
    padding: 15px 23px 14px;
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
    z-index: 100000
}

.site-header {
    padding: 12px 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(15, 15, 15, .95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    border-bottom: 1px solid var(--color-border);
    max-width: 1300px;
    margin: 0 auto;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-md)
}

.site-branding {
    flex-shrink: 0
}

.hero-content,
.logo-container,
.main-navigation,
.nav-main {
    align-items: center;
    display: flex
}

.coach-item a,
.site-branding a {
    text-decoration: none;
    color: inherit
}

.logo-text h1,
.logo-text span,
.nav-main .nav-items a,
.value-item h3,
.values-section h2 {
    color: var(--color-text)
}

.logo img {
    max-height: 80px;
    width: auto
}

.logo-text {
    margin-left: var(--space-xs)
}

.logo-text h1 {
    margin: 0
}

.logo-text span {
    font-size: var(--text-xs)
}

.main-navigation {
    justify-content: space-between;
    flex: 1;
    margin-left: var(--space-lg)
}

.nav-main .nav-items {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    list-style: none;
    margin: 0;
    padding: 0
}

.nav-main .nav-items a {
    padding:12px;
    border-radius: 6px;
    font-weight: 500;
    white-space: nowrap
}

.nav-main .nav-items a:hover {
    background: var(--color-secondary);
    color: var(--color-bg)
}

.nav-main .nav-items li:nth-last-child(-n+2) a {
    border: 1px solid var(--color-primary);
    color: #fff;
    font-weight: 600;
    padding: 12px;
    border-radius: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    transform: translateY(0);
    transition: .3s
}

.nav-main .nav-items li:nth-last-child(-n+2) a:hover {
    border: 1px solid var(--color-secondary);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
    transform: translateY(-2px);
    color: #fff
}

.nav-main .nav-items li:last-child a {
    background: var(--color-primary);
    animation: 2s infinite pulse-cta
}

.nav-main .nav-items li:last-child a:hover {
    animation: none;
    filter: brightness(1.2)
}

@keyframes pulse-cta {

    0%,
    100% {
        box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
    }

    50% {
        box-shadow: 0 4px 16px rgba(231, 76, 60, .4)
    }
}

body.logged-out-splash {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 0;
    background: var(--color-bg)
}

.logged-out-splash #colophon,
.logged-out-splash #page {
    display: none
}

.logged-out-splash .site-header {
    width: auto;
    text-align: center;
    margin: 0;
    padding: 20px;
    display: block;
    justify-content: initial;
    align-items: initial;
    background: var(--color-bg);
    box-shadow: none;
    position: static
}

.coach-item:hover,
.value-item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    border-color: var(--color-secondary)
}

.logged-out-splash .site-branding {
    margin-bottom: 0;
    display: inline-block
}

.logged-out-splash .site-branding>img {
    margin-left: auto;
    margin-right: auto;
    max-width: 50% !important
}

.antrenori-page,
.contact-page,
.despre-noi-page,
.patinaj-viteza-page,
main {
    padding-top: 0
}

@media (max-width:1024px) {
    .main-navigation {
        margin-left: var(--space-md)
    }

    .nav-main .nav-items {
        gap: var(--space-xs)
    }

    .nav-main .nav-items a {
        padding: 12px;
        font-size: var(--text-xs)
    }

    .nav-main .nav-items li:nth-last-child(-n+2) a {
        padding: 12px;
    }
}

/* Mobile menu styles */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    padding: var(--space-xs);
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
    z-index: 1001;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.menu-toggle:hover {
    background: var(--color-bg-secondary);
}

.hamburger-line {
    width: 24px;
    height: 3px;
    background: var(--color-text);
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.main-navigation.toggled .hamburger-line:first-child {
    transform: translateY(7px) rotate(45deg);
}

.main-navigation.toggled .hamburger-line:nth-child(2) {
    opacity: 0;
}

.main-navigation.toggled .hamburger-line:last-child {
    transform: translateY(-7px) rotate(-45deg);
}

.close-menu-toggle {
    display: none;
    position: absolute;
    top: var(--space-lg);
    right: var(--space-lg);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border: 1.5px solid rgba(242, 197, 92, 0.3);
    border-radius: 50%;
    cursor: pointer;
    z-index: 1002;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    align-items: center;
    justify-content: center;
}

.close-menu-toggle:hover {
    background: rgba(231, 9, 19, 0.2);
    border-color: var(--color-primary);
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 4px 15px rgba(231, 9, 19, 0.3);
}

.close-line {
    width: 20px;
    height: 2px;
    background: var(--color-text);
    border-radius: 2px;
    position: absolute;
    transition: all 0.3s ease;
}

.close-line:first-child {
    transform: rotate(45deg);
}

.close-line:last-child {
    transform: rotate(-45deg);
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media (max-width:980px) {
    .page-template-page-cupa-kids-talent .values-grid {
        grid-template-columns: 1fr;
        max-width: 400px
    }

    :root {
        --text-xl: 2rem;
        --text-lg: 1.5rem;
        --text-md: 1.125rem
    }

    .header-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: var(--space-sm);
    }

    .site-branding {
        align-self: center
    }

    .menu-toggle {
        display: flex;
        order: 2;
    }

    .main-navigation {
        margin-left: 0;
        justify-content: flex-end;
        position: relative;
    }

    .nav-main {
        position: fixed;
        top: 0;
        right: -100%;
        width: 360px;
        max-width: 90vw;
        height: 100vh;
        background: linear-gradient(135deg, rgba(15, 15, 15, 0.98) 0%, rgba(26, 26, 26, 0.95) 100%);
        backdrop-filter: blur(20px) saturate(180%);
        border-left: 1px solid rgba(242, 197, 92, 0.2);
        transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1000;
        overflow-y: auto;
        padding: var(--space-3xl) var(--space-xl) var(--space-xl);
        box-shadow: -10px 0 40px rgba(231, 9, 19, 0.1), -5px 0 25px rgba(0, 0, 0, 0.4);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .main-navigation.toggled .nav-main {
        right: 0;
    }

    .main-navigation.toggled .close-menu-toggle {
        display: flex;
    }

    .main-navigation.toggled::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        backdrop-filter: blur(2px);
    }

    .nav-main .nav-items {
        flex-direction: column;
        align-items: stretch;
        gap: var(--space-md);
        width: 100%;
        margin-top: var(--space-lg);
        animation: slideInItems 0.6s ease-out 0.2s both;
    }

    .nav-main .nav-items li {
        width: 100%;
    }

    .nav-main .nav-items a {
        display: block;
        padding:12px;
        text-align: center;
        border-radius: 12px;
        border: 1.5px solid rgba(64, 64, 64, 0.6);
        background: linear-gradient(145deg, rgba(38, 38, 38, 0.8) 0%, rgba(26, 26, 26, 0.9) 100%);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        font-weight: 500;
        font-size: 1.1rem;
        letter-spacing: 0.025em;
        position: relative;
        overflow: hidden;
    }

    .nav-main .nav-items a::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(242, 197, 92, 0.1), transparent);
        transition: left 0.5s ease;
    }

    .nav-main .nav-items a:hover {
        background: linear-gradient(145deg, rgba(242, 197, 92, 0.15) 0%, rgba(231, 9, 19, 0.1) 100%);
        border-color: rgba(242, 197, 92, 0.4);
        color: var(--color-secondary);
        transform: translateY(-3px) scale(1.02);
        box-shadow: 0 8px 25px rgba(231, 9, 19, 0.2), 0 4px 12px rgba(0, 0, 0, 0.3);
    }

    .nav-main .nav-items a:hover::before {
        left: 100%;
    }

    .nav-main .nav-items li:nth-last-child(-n+2) a {
        border: 2px solid var(--color-primary);
        background: linear-gradient(135deg, var(--color-primary) 0%, rgba(231, 9, 19, 0.9) 100%);
        color: #fff;
        font-weight: 600;
        padding: 12px;
        border-radius: 30px;
        box-shadow: 0 6px 20px rgba(231, 9, 19, 0.4), 0 2px 8px rgba(0, 0, 0, 0.2);
        font-size: 1.2rem;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        position: relative;
        overflow: hidden;
    }

    .nav-main .nav-items li:nth-last-child(-n+2) a::before {
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    }

    .nav-main .nav-items li:nth-last-child(-n+2) a:hover {
        border: 2px solid var(--color-secondary);
        background: linear-gradient(135deg, var(--color-secondary) 0%, rgba(242, 197, 92, 0.9) 100%);
        color: var(--color-bg);
        transform: translateY(-4px) scale(1.05);
        box-shadow: 0 10px 30px rgba(242, 197, 92, 0.5), 0 4px 15px rgba(0, 0, 0, 0.3);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }

    .nav-main .nav-items li:last-child a {
        background: var(--color-primary);
        animation: none; /* Remove animation on mobile for better UX */
    }

    .nav-main .nav-items li:last-child a:hover {
        background: var(--color-secondary);
        color: var(--color-bg);
        filter: none;
    }

    main {
        padding-top: 0
    }

    .hero-section {
        height: 70vh;
        min-height: 400px
    }

    .hero-image img {
        object-position: center center
    }
}

@media (max-width:480px) and (orientation:portrait) {
    .hero-section {
        height: 60vh;
        min-height: 350px
    }
}

@media (max-width:768px) and (orientation:landscape) {
    .hero-section {
        height: 90vh;
        min-height: 300px
    }
}

.hero-section {
    height: 100vh;
    min-height: 600px;
    overflow: hidden
}

.hero-image {
    width: 100%;
    height: 100%
}

.hero-image picture {
    display: block;
    width: 100%;
    height: 100%
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.registration-banner {
    background: linear-gradient(252deg, var(--color-primary), #1a1a1a);
    color: #fff;
    padding: 3rem 0;
    text-align: center
}

.banner-content h2 {
    font-size: var(--text-xl);
    margin-bottom: 3rem;
    font-weight: 600
}

.banner-content p {
    font-size: var(--text-md);
    margin-bottom: var(--space-lg);
    opacity: .9;
    line-height: var(--line-height-base)
}

.cta-button {
    background: #fff;
    color: var(--color-bg);
    padding: var(--space-sm) var(--space-lg);
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .4)
}

.athletes-text p strong,
.value-icon {
    color: #ff2730;
}

.cta-button:hover {
    filter: brightness(1.2);
    color: var(--color-bg)
}

.athletes-section,
.values-section {
    padding: var(--space-3xl) 0;
    background: var(--color-bg-secondary)
}

.values-section h2 {
    text-align: center;
    font-size: var(--text-xl);
    margin-bottom: var(--space-xl)
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto
}

.value-icon,
.value-item h3 {
    margin-bottom: var(--space-sm)
}

.value-item {
    text-align: center;
    padding: 30px 20px;
    border-radius: 8px;
    background: var(--color-bg-card);
    transition: box-shadow .3s, border-color .3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    border: 1px solid var(--color-border)
}

.form-container,
.testimonial-slide {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3)
}

.value-icon {
    font-size: var(--text-xl)
}

.value-item h3 {
    font-size: var(--text-md)
}

.coach-item h4,
.value-item p {
    font-size: var(--text-sm)
}

.coaches-intro,
.value-item p {
    color: var(--color-text-light);
    line-height: var(--line-height-base)
}

.coaches-details-section,
.coaches-section {
    padding: var(--space-3xl) 0;
    background: var(--color-bg)
}

.coaches-intro {
    text-align: center;
    font-size: var(--text-md);
    max-width: 800px;
    margin: 0 auto var(--space-xl)
}

.coaches-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto
}

.coach-item {
    text-align: center;
    background: var(--color-bg-card);
    padding: 20px;
    border-radius: 8px;
    transition: box-shadow .3s, border-color .3s, background .3s;
    border: 2px solid transparent
}

.coach-item:hover {
    background: var(--color-bg-secondary)
}

.coach-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 15px;
    filter: grayscale(100%)
}

.coach-item::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 128px;
    height: 128px;
    border: 4px solid var(--color-primary);
    border-radius: 50%;
    pointer-events: none
}

.coach-item h4 {
    color: var(--color-text);
    margin: 0;
    font-weight: 600
}

.athletes-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-2xl);
    align-items: center
}

.athletes-text h2,
.sponsors-section h2 {
    font-size: var(--text-xl);
    margin-bottom: var(--space-md);
    color: var(--color-text)
}

.athletes-text p {
    font-size: var(--text-sm);
    line-height: var(--line-height-base);
    margin-bottom: var(--space-sm);
    color: var(--color-text-light)
}

.athletes-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.testimonials-section {
    padding: var(--space-3xl) 0;
    background: var(--color-bg);
    text-align: center
}

.testimonials-section h2 {
    font-size: var(--text-xl);
    margin-bottom: var(--space-xl);
    color: var(--color-text)
}

.page-subtitle,
.sponsors-message,
.testimonial-slide p {
    color: var(--color-text-light)
}

.testimonials-slideshow {
    position: relative;
    max-width: 800px;
    margin: 0 auto
}

.testimonial-slide {
    display: none;
    padding: 40px;
    background: var(--color-bg-card);
    border-radius: 8px;
    border-left: 5px solid var(--color-secondary)
}

.testimonial-slide.active {
    display: block
}

.testimonial-slide blockquote {
    margin: 0
}

.testimonial-slide p {
    font-size: var(--text-md);
    margin-bottom: var(--space-md);
    line-height: var(--line-height-base)
}

.testimonial-slide cite {
    font-size: var(--text-sm);
    color: #ff2730;
    font-weight: 600
}

.slideshow-controls {
    margin-top: 30px
}

.slideshow-controls button {
    background: var(--color-bg-card);
    color: var(--color-text);
    border: 2px solid var(--color-border);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.2rem;
    margin: 0 10px;
    cursor: pointer;
    transition: .3s
}

.slideshow-controls button:hover {
    background: var(--color-primary);
    border-color: var(--color-primary)
}

.form-group input,
.form-group select,
.registration-form-page .form-group textarea {
    transition: border-color .3s;
    background: var(--color-input-bg);
    color: var(--color-text)
}

.sponsors-section {
    padding: var(--space-3xl) 0;
    background: var(--color-bg-secondary);
    text-align: center
}

.sponsors-message {
    font-size: var(--text-sm);
    max-width: 800px;
    margin: 0 auto var(--space-xl);
    line-height: var(--line-height-base)
}

.sponsors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    max-width: 600px;
    margin: 0 auto;
    align-items: center
}

.sponsor-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: var(--color-bg-card);
    border-radius: 8px;
    transition: border-color .3s;
    border: 1px solid var(--color-border)
}

.sponsor-item:hover {
    border-color: var(--color-secondary)
}

.sponsor-item img {
    max-height: 60px
}

.registration-form-page {
    padding: 120px 0 80px;
    background: var(--color-bg);
    min-height: 100vh
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
    background: var(--color-bg-card);
    padding: 40px;
    border-radius: 8px
}

.form-group input,
.form-group select,
.registration-form-page .form-group textarea,
.submit-button {
    padding: var(--space-sm);
    font-size: var(--text-sm)
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px
}

.contact-form,
.form-group {
    display: flex;
    flex-direction: column
}

.form-group label {
    color: var(--color-text)
}

.form-group input,
.form-group select {
    border: 2px solid var(--color-border);
    border-radius: 8px
}

.form-group input:focus,
.form-group select:focus,
.registration-form-page .form-group textarea:focus {
    outline: 0;
    border-color: var(--color-primary)
}

.checkbox-group {
    flex-direction: row !important;
    align-items: baseline;
    margin: 20px 0
}

.submit-button {
    width: 100%;
    background: var(--color-primary);
    box-shadow: 0 4px 15px rgba(232, 90, 90, .4)
}

.contact-message {
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    animation: .3s ease-out slideDown
}

.contact-message.success,
.contact-page .contact-message.success {
    background-color: #1a4d1a;
    color: #90ee90;
    border: 1px solid #2d5a2d
}

.contact-message.error,
.contact-page .contact-message.error {
    background-color: #4d1a1a;
    color: #ffb6c1;
    border: 1px solid #5a2d2d
}

@keyframes slideDown {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.page-header {
    text-align: center;
    margin-bottom: 3rem
}

.page-header h1 {
    font-size: var(--text-xl);
    color: var(--color-text);
    margin-bottom: var(--space-sm)
}

.page-subtitle {
    font-size: var(--text-md);
    max-width: 600px;
    margin: 0 auto
}

.registration-form-page .form-container {
    max-width: 800px;
    margin: 0 auto 3rem
}

.registration-form-page .form-group textarea {
    border: 2px solid var(--color-border);
    border-radius: 8px;
    resize: vertical
}

.safety-info {
    background: var(--color-bg-card);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    max-width: 800px;
    margin: 50px auto 0;
    border-left: 5px solid var(--color-secondary)
}

.safety-info h3 {
    color: var(--color-text);
    font-size: var(--text-lg);
    margin-bottom: var(--space-sm)
}

.safety-info h4 {
    color: var(--color-text);
    font-size: var(--text-md);
    margin: var(--space-md) 0 var(--space-sm)
}

.safety-details li,
.site-footer {
    color: var(--color-text-light);
    position: relative
}

.safety-details ul {
    list-style: none;
    padding: 0
}

.safety-details li {
    padding: 5px 0 5px 25px
}

.safety-details li:before {
    content: "✓";
    color: var(--color-primary);
    font-weight: 700;
    position: absolute;
    left: 0
}

.site-footer {
    background: linear-gradient(135deg, #0a0a0a 0, #1f1f1f 100%);
    margin-top: 80px;
    overflow: hidden
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary), #4a90e2, var(--color-primary));
    background-size: 300% 100%;
    animation: 10s infinite gradientMove
}

@keyframes gradientMove {

    0%,
    100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

.footer-main {
    padding: 60px 0 40px;
    position: relative
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    align-items: start
}

.footer-column:first-child {
    padding-right: 60px
}

.footer-column h3 {
    color: var(--color-text);
    font-size: var(--text-md);
    margin-bottom: var(--space-md);
    font-weight: 600;
    position: relative;
    padding-bottom: var(--space-xs)
}

.footer-column h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--color-secondary)
}

.footer-about p {
    font-size: var(--text-sm);
    line-height: var(--line-height-base);
    margin-bottom: var(--space-md);
    color: var(--color-text-light)
}

.footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-contact li,
.footer-links li {
    margin-bottom: var(--space-sm);
    color: var(--color-text-light);
    font-size: var(--text-xs);
    margin-bottom: 8px
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-links a {
    color: var(--color-text-light);
    text-decoration: none;
    transition: color 0.3s ease
}

.footer-links a:hover {
    color: var(--color-secondary)
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 25px
}

.social-icons a {
    display: flex;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s;
    border: 2px solid transparent
}

.social-icons a span {
    font-size: 1.5rem
}

.social-icons a:hover {
    background: rgba(255, 255, 255, .2);
    border-color: var(--color-secondary)
}

.footer-cta {
    background: rgba(232, 90, 90, .2);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid rgba(232, 90, 90, .3)
}

.footer-cta p {
    margin-bottom: 15px;
    color: var(--color-text);
    font-weight: 500
}

.footer-button {
    display: inline-block;
    background: var(--color-primary);
    color: #fff;
    padding: var(--space-xs) var(--space-md);
    border-radius: 25px;
    text-decoration: none;
    transition: .3s;
    font-weight: 600;
    font-size: var(--text-xs)
}

.footer-button:hover {
    background: var(--color-secondary);
    color: var(--color-bg);
    box-shadow: 0 5px 15px rgba(242, 197, 92, .3);
    transform: translateY(-2px)
}

.footer-bottom {
    background: rgba(0, 0, 0, .3);
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bottom-content p {
    margin: 0;
    font-size: var(--text-xs);
    color: var(--color-text-light)
}

.patinaj-hero {
    background: linear-gradient(135deg, var(--color-primary), #b8333d);
    padding: var(--space-2xl) 0;
    text-align: center;
    /* margin-bottom: var(--space-2xl) */
}

.patinaj-hero .page-title {
    font-size: var(--text-xl);
    color: #fff;
    font-weight: 700;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .3)
}

.patinaj-section {
    padding: var(--space-2xl) 0;
    background: var(--color-bg)
}

.patinaj-section:nth-child(2n) {
    background: var(--color-bg-secondary)
}

.section-wrapper,
.story-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center
}

.title-box {
    padding: 40px 40px 40px 60px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    position: relative;
    background: #fff;
    overflow: initial;
    animation: .8s ease-out fadeInScale
}

.title-box h2 {
    font-size: 1.5rem;
    color: #000;
    font-weight: 700;
    line-height: var(--line-height-tight);
    margin: 0;
    position: relative;
    z-index: 1
}

.title-box h2::before {
    content: '';
    position: absolute;
    top: -80px;
    left: -30px;
    width: 20px;
    height: 80px;
    background: var(--color-primary)
}

@media (max-width:768px) {
    .title-box h2::before {
            content: '';
            position: absolute;
            top: -40px;
            left: -30px;
            width: 20px;
            height: 40px;
            background: var(--color-primary)
        }

                .page-template-page-cupa-kids-talent section.patinaj-section {
                    padding:24px 0;
                }
}

.content-box {
    padding: 0 20px;
    animation: .8s ease-out .2s both fadeInSlide
}

.content-box p {
    font-size: var(--text-sm);
    line-height: var(--line-height-base);
    color: var(--color-text);
    margin-bottom: var(--space-md);
    text-align: justify
}

.coach-info h3,
.hero-motto {
    line-height: var(--line-height-tight)
}

.coach-detail:last-child,
.coach-info p:last-child,
.coaches-bottom-banner p:last-child,
.content-box p:last-child,
.sustine-page .contact-message p:last-child {
    margin-bottom: 0
}

.section-left .section-wrapper {
    grid-template-columns: 1fr 1.5fr
}

.section-right .section-wrapper {
    grid-template-columns: 1.5fr 1fr
}

.coach-detail.reverse .coach-image,
.section-right .title-box {
    order: 2
}

.coach-detail.reverse .coach-info,
.section-right .content-box {
    order: 1
}

.contact-info-section,
.patinaj-final-banner {
    padding: 80px 0;
    background: var(--color-bg-secondary)
}

.banner-image {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15)
}

.banner-image img {
    width: 100%;
    height: auto;
    display: block
}

.image-placeholder {
    background: linear-gradient(135deg, var(--color-bg-card), var(--color-bg-secondary));
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px
}

.map-content svg,
.placeholder-content svg {
    color: var(--color-primary);
    margin-bottom: 20px
}

.placeholder-content h3 {
    font-size: var(--text-lg);
    color: var(--color-text);
    margin-bottom: var(--space-sm)
}

.placeholder-content p {
    color: var(--color-text-light);
    font-size: var(--text-sm);
    margin-bottom: var(--space-xs)
}

.placeholder-content .admin-note {
    margin-top: 20px;
    padding: 15px;
    background: rgba(38, 38, 38, .8);
    border-radius: 8px;
    display: inline-block
}

.placeholder-content code {
    background: var(--color-input-bg);
    padding: 2px 6px;
    border-radius: 3px;
    font-family: monospace;
    color: var(--color-secondary)
}

@keyframes fadeInScale {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInSlide {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.antrenori-hero {
    position: relative;
    min-height: 500px;
    background: linear-gradient(135deg, #1a1a1a 0, #2d2d2d 25%, #1a1a1a 50%, #0f0f0f 100%);
    overflow: hidden
}

.antrenori-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .6) 100%);
    z-index: 1
}

.antrenori-hero .container {
    position: relative;
    z-index: 2;
    height: 100%
}

.hero-layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
    align-items: center;
    height: 100%;
    padding: 40px 0 0
}

.hero-motto {
    font-size: var(--text-xl);
    color: #fff;
    font-weight: 600;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, .8);
    margin: 0
}

.hero-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.hero-image-wrapper img {
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, .5))
}

.hero-placeholder {
    width: 300px;
    height: 400px;
    background: linear-gradient(135deg, var(--color-primary), #b8333d);
    border-radius: 10px
}

.coach-image img,
.coach-image-placeholder {
    width: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .3)
}

.coach-detail {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 60px;
    align-items: start;
    margin-bottom: 80px;
    opacity: 0;
    animation: .8s ease-out forwards fadeInUp
}

.coach-detail.reverse {
    grid-template-columns: 1fr 350px
}

.coach-image img {
    height: auto;
    border-radius: 15px;
    object-fit: cover
}

.story-image .image-placeholder,
.story-image img {
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1)
}

.coach-image-placeholder {
    height: 400px;
    background: linear-gradient(135deg, var(--color-bg-card), var(--color-bg-secondary));
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.event-card,
.medal-item {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.coach-image-placeholder svg {
    color: var(--color-primary);
    margin-bottom: 15px
}

.coach-image-placeholder p {
    font-size: var(--text-sm);
    color: var(--color-text-light);
    margin: 0
}

.coach-info h2 {
    font-size: var(--text-lg);
    color: var(--color-text);
    margin-bottom: var(--space-xs);
    font-weight: 700
}

.coach-info h3,
.coach-info p {
    margin-bottom: var(--space-md)
}

.coach-info h3 {
    font-size: var(--text-md);
    color: var(--color-primary);
    font-weight: 500
}

.coach-info p {
    font-size: var(--text-sm);
    line-height: var(--line-height-base);
    color: var(--color-text-light);
    text-align: justify
}

.coaches-bottom-banner {
    background: #fff;
    padding: 70px 0;
    text-align: center;
    color: var(--color-bg)
}

.coaches-bottom-banner .banner-content {
    max-width: 960px;
    margin: 0 auto;
    position: relative
}

.coaches-bottom-banner h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: var(--space-lg);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .2)
}

.coaches-bottom-banner h2::before {
    content: '';
    position: absolute;
    top: -130px;
    left: 0;
    width: 20px;
    height: 120px;
    background: var(--color-primary)
}

@media (max-width:768px) {
    .coaches-bottom-banner h2::before {
            content: '';
                position: absolute;
                top: -70px;
                left: 0;
                width: 20px;
                height: 70px;
                background: var(--color-primary);
    }
}

.coaches-bottom-banner p {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: var(--space-md);
    opacity: .95
}

.coach-detail:first-child {
    animation-delay: .1s
}

.coach-detail:nth-child(2) {
    animation-delay: .3s
}

.coach-detail:nth-child(3) {
    animation-delay: .5s
}

.hero-title,
.lead-text,
.story-text p {
    margin-bottom: 20px
}

.despre-hero {
    background: linear-gradient(135deg, var(--color-primary), #b8333d);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden
}

.cta-section::before,
.despre-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, .1) 0, transparent 70%);
    transform: rotate(45deg)
}

.background-elements,
.closing-section::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none
}

.hero-title {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 1;
    animation: .8s ease-out fadeInDown
}

.hero-subtitle {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, .9);
    position: relative;
    z-index: 1;
    animation: .8s ease-out .2s both fadeInUp
}

.map-section,
.results-section,
.story-section,
.support-details {
    padding: 80px 0;
    background: var(--color-bg)
}

.story-text {
    animation: .8s ease-out fadeInLeft
}

.lead-text {
    font-size: 1.25rem;
    line-height: 1.8;
    color: var(--color-text-light);
    font-weight: 500
}

.story-text p {
    font-size: 1.1rem;
    line-height: 1.8
}

.story-image {
    animation: .8s ease-out fadeInRight
}

.story-image img {
    width: 100%
}

.story-image .image-placeholder {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #f5f5f5, #e0e0e0);
    display: flex;
    align-items: center;
    justify-content: center
}

.story-image .image-placeholder svg {
    color: #b65150
}

.culture-section {
    padding: 80px 0;
    background: var(--color-bg-secondary);
    text-align: center
}

.culture-section h2 {
    font-size: 2.5rem;
    color: var(--color-text);
    margin-bottom: 40px;
    font-weight: 700
}

.competitions-list,
.culture-content {
    max-width: 800px;
    margin: 0 auto
}

.culture-content p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--color-text-light);
    margin-bottom: 30px
}

.highlight-text {
    background: var(--color-primary);
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    font-size: 1.25rem !important;
    font-weight: 600
}

.results-section h2 {
    font-size: 2.5rem;
    color: var(--color-text);
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700
}

.results-intro {
    text-align: center;
    font-size: 1.15rem;
    color: var(--color-text-light);
    max-width: 800px;
    margin: 0 auto 60px;
    line-height: 1.8
}

.championship-highlight {
    background: #f8f8f8;
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 40px;
    text-align: center
}

.championship-highlight h3 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 10px
}

.location {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px
}

.medals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 600px;
    margin: 0 auto
}

.medal-item {
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px
}

.medal-item.gold {
    border-top: 4px solid gold
}

.medal-item.silver {
    border-top: 4px solid silver
}

.medal-item.bronze {
    border-top: 4px solid #cd7f32
}

.medal-icon {
    font-size: 3rem;
    margin-bottom: 15px
}

.medal-count {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px
}

.medal-type {
    font-size: 1rem;
    color: #666
}

.olympic-achievement {
    background: var(--color-primary);
    color: #fff;
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 40px;
    text-align: center
}

.olympic-achievement h3 {
    font-size: 1.8rem;
    margin-bottom: 20px
}

.olympic-achievement p {
    font-size: 1.15rem;
    line-height: 1.8
}

.olympic-achievement strong {
    color: gold
}

.competitions-list h3 {
    font-size: 1.6rem;
    color: var(--color-text-light);
    margin-bottom: 20px
}

.competitions-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.competitions-list li {
    padding: 15px 0 15px 40px;
    position: relative;
    font-size: 1.1rem;
    color: var(--color-text-light);
    line-height: 1.6
}

.competitions-list li::before {
    content: "⚡";
    position: absolute;
    left: 0;
    color: var(--color-primary);
    font-size: 1.5rem
}

.competitions-note {
    color: var(--color-text-light);
    text-align: center;
    line-height: 1.8
}

.fun-section {
    padding: 80px 0;
    background: #f8f8f8
}

.event-card,
.fun-philosophy {
    background: #fff;
    text-align: center
}

.fun-section h2 {
    font-size: 2.5rem;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700
}

.fun-content>p {
    text-align: center;
    font-size: 1.15rem;
    color: #000;
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.8
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 50px
}

.event-card {
    padding: 30px 20px;
    border-radius: 15px;
    transition: .3s;
    border: 2px solid var(--color-primary)
}

.event-card:hover {
    border-color: var(--color-primary);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15)
}

.event-icon {
    font-size: 3rem;
    margin-bottom: 20px
}

.event-card h3 {
    font-size: 1.3rem;
    color: #000;
    margin-bottom: 15px
}

.event-card p {
    font-size: .95rem;
    color: #000;
    line-height: 1.6
}

.fun-philosophy {
    font-size: 1.15rem;
    color: #000;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05)
}

.closing-section {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(15, 15, 15, .98) 0, rgba(30, 30, 30, .95) 50%, rgba(15, 15, 15, .98) 100%), radial-gradient(circle at 30% 20%, rgba(232, 9, 19, .1) 0, transparent 50%), radial-gradient(circle at 70% 80%, rgba(242, 197, 92, .08) 0, transparent 50%);
    overflow: hidden;
    text-align: center
}

.closing-section::before {
    content: '';
    position: absolute;
    background: linear-gradient(45deg, transparent 49%, rgba(232, 9, 19, .03) 50%, transparent 51%), linear-gradient(-45deg, transparent 49%, rgba(242, 197, 92, .02) 50%, transparent 51%);
    background-size: 100px 100px
}

.closing-hero {
    margin-bottom: 60px
}

.closing-lead {
    font-size: 1.25rem;
    color: var(--color-text-light);
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 40px
}

.closing-lead .highlight {
    color: var(--color-primary);
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
    background: linear-gradient(135deg, var(--color-primary) 0, var(--color-secondary) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 3s ease-in-out infinite subtleGlow
}

.story-text {
    font-size: 1.3rem;
    color: var(--color-text);
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto 60px
}

.closing-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 50px;
    background: linear-gradient(135deg, rgba(38, 38, 38, .8) 0, rgba(26, 26, 26, .9) 100%);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(20px);
    max-width: 600px;
    margin: 0 auto
}

.cta-content h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 12px
}

.contact-info p,
.cta-content p {
    font-size: 1.1rem;
    color: var(--color-text-light);
    margin: 0
}

.cta-button-modern {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: linear-gradient(135deg, var(--color-primary) 0, #ff1825 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: .3s;
    box-shadow: 0 8px 25px rgba(232, 9, 19, .3);
    position: relative;
    overflow: hidden
}

.cta-button-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    transition: left .5s
}

.cta-button-modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(232, 9, 19, .4)
}

.cta-button-modern:hover::before {
    left: 100%
}

.cta-button-modern svg,
.submit-button svg {
    transition: transform .3s
}

.cta-button-modern:hover svg {
    transform: translateX(5px)
}

.background-elements {
    position: absolute;
    overflow: hidden
}

.floating-element {
    position: absolute;
    font-size: 2rem;
    opacity: .1;
    animation: 20s linear infinite floatAround
}

.element-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
    animation-duration: 25s
}

.element-2 {
    top: 60%;
    right: 15%;
    animation-delay: 5s;
    animation-duration: 30s
}

.element-3 {
    bottom: 30%;
    left: 20%;
    animation-delay: 10s;
    animation-duration: 22s
}

.element-4 {
    top: 40%;
    right: 25%;
    animation-delay: 15s;
    animation-duration: 28s
}

@keyframes subtleGlow {

    0%,
    100% {
        filter: brightness(1);
        text-shadow: 0 0 10px rgba(232, 9, 19, .3)
    }

    50% {
        filter: brightness(1.1);
        text-shadow: 0 0 15px rgba(232, 9, 19, .5)
    }
}

@keyframes floatAround {
    0% {
        transform: translate(0, 0) rotate(0);
        opacity: .1
    }

    25% {
        transform: translate(50px, -30px) rotate(90deg);
        opacity: .2
    }

    50% {
        transform: translate(20px, -60px) rotate(180deg);
        opacity: .1
    }

    75% {
        transform: translate(-30px, -40px) rotate(270deg);
        opacity: .15
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
        opacity: .1
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: rotate(-5deg) scale(1)
    }

    50% {
        transform: rotate(-5deg) scale(1.05)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInUp {
    from {
        transform: translateY(30px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.contact-hero {
    position: relative;
    height: 50vh;
    min-height: 400px;
    background-image: linear-gradient(135deg, rgba(30, 30, 30, .95), rgba(60, 60, 60, .95)), url('images/contact-hero.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.contact-hero:not([style*=background-image]) {
    background: linear-gradient(135deg, #1e1e1e, #3c3c3c)
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(232, 90, 90, .3), transparent 50%), radial-gradient(circle at 80% 80%, rgba(242, 197, 92, .2), transparent 50%);
    pointer-events: none
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4)
}

.cta-message,
.cta-section,
.form-errors li,
.hero-content,
.parents-content,
.parents-section,
.podium-boxes,
.support-box {
    position: relative
}

.hero-content {
    z-index: 2;
    text-align: center
}

.contact-hero .hero-title {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    animation: .8s ease-out fadeInDown;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .3)
}

.contact-hero .hero-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, .9);
    animation: .8s ease-out .2s both fadeInUp;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .3)
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start
}

.contact-details h2 {
    font-size: 2.2rem;
    color: var(--color-text);
    margin-bottom: 15px;
    font-weight: 700
}

.intro-text {
    font-size: 1.1rem;
    color: var(--color-text-light);
    margin-bottom: 40px
}

.contact-card {
    display: flex;
    align-items: center;
    background: var(--color-bg-card);
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
    transition: .3s
}

.contact-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .5)
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--color-primary), #b8333d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0
}

.contact-icon svg {
    color: #fff
}

.contact-info h3 {
    font-size: 1.2rem;
    color: var(--color-text);
    margin-bottom: 5px;
    font-weight: 600
}

.contact-info a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 600;
    transition: color .3s
}

.contact-form-wrapper {
    background: var(--color-bg-card);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .3)
}

.contact-form-wrapper h2 {
    font-size: 2.2rem;
    color: var(--color-text);
    margin-bottom: 30px;
    font-weight: 700
}

.form-group {
    margin-bottom: 25px
}

.form-group label {
    display: block;
    font-size: 1rem;
    color: var(--color-text);
    margin-bottom: 8px;
    font-weight: 600
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 1rem;
    border: 2px solid var(--color-border);
    border-radius: 8px;
    transition: .3s;
    font-family: inherit;
    background: var(--color-input-bg);
    color: var(--color-text)
}

.form-group input:focus,
.form-group textarea:focus {
    outline: 0;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(232, 90, 90, .1)
}

.form-group textarea {
    resize: vertical;
    min-height: 120px
}

.submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--color-primary), #b8333d);
    color: #fff;
    padding: 14px 32px;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: .3s;
    margin-top: 10px
}

.hero-text .lead,
.map-content,
.map-intro,
.submit-button.loading {
    color: var(--color-text-light)
}

.submit-button:hover {
    box-shadow: 0 10px 30px rgba(232, 90, 90, .5)
}

.map-section h2 {
    font-size: 2.5rem;
    color: var(--color-text);
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700
}

.map-intro {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 40px
}

.form-errors,
.form-success {
    margin-bottom: var(--space-lg);
    animation: .3s ease-out slideDown
}

.map-placeholder {
    background: var(--color-bg-card);
    border-radius: 15px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed var(--color-border)
}

.map-content {
    text-align: center
}

.map-content p {
    font-size: 1.1rem
}

@media (max-width:992px) {

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

    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px
    }

    .footer-column:first-child {
        padding-right: 0;
        grid-column: 1 / -1;
        margin-bottom: 20px
    }

    .section-wrapper {
        grid-template-columns: 1fr !important;
        gap: 40px
    }

    .coach-detail.reverse .coach-image,
    .coach-detail.reverse .coach-info {
        order: unset
    }

    /* Ensure title is always on top on mobile for both left and right sections */
    .section-left .title-box,
    .section-right .title-box {
        order: 1
    }

    .section-left .content-box,
    .section-right .content-box {
        order: 2
    }

    .title-box {
        padding: 30px
    }

    .title-box h2 {
        font-size: var(--text-lg)
    }

    .coach-detail,
    .coach-detail.reverse,
    .contact-wrapper,
    .story-content {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .coach-image {
        max-width: 400px;
        margin: 0 auto
    }

    .hero-motto {
        font-size: var(--text-xl)
    }

    .contact-hero .hero-title,
    .hero-title {
        font-size: 2.5rem
    }

    .medals-grid {
        grid-template-columns: 1fr;
        max-width: 300px
    }
}

@media (max-width:768px) {

    .athletes-content,
    .events-grid,
    .form-row {
        grid-template-columns: 1fr
    }

    .athletes-content {
        gap: var(--space-lg)
    }

    .athletes-text {
        order: 2
    }

    .athletes-image {
        order: 1
    }

    .coaches-grid,
    .values-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .athletes-section,
    .coaches-section,
    .patinaj-final-banner,
    .patinaj-section,
    .sponsors-section,
    .testimonials-section,
    .values-section {
        padding: var(--section-padding-mobile) 0
    }

    .footer-main {
        padding: 40px 0 30px
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .footer-column h3 {
        font-size: var(--text-md)
    }

    .bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 10px
    }

    .patinaj-hero .page-title {
        font-size: var(--text-xl)
    }

    .title-box {
        padding: var(--space-md)
    }

    .title-box h2 {
        font-size: var(--text-lg)
    }

    .content-box p {
        font-size: var(--text-sm);
        text-align: left
    }

    .antrenori-hero {
        height: 60vh;
        min-height: 400px;
        display: none
    }

    .hero-layout {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
        padding: 20px 0
    }

    .hero-content {
        order: 2;
        text-align: center
    }

    .hero-image-wrapper {
        order: 1;
        height: auto;
        max-height: 300px
    }

    .hero-image-wrapper img {
        max-height: 250px
    }

    .coach-info h2,
    .hero-motto {
        font-size: 1.8rem
    }

    .coaches-bottom-banner,
    .coaches-details-section,
    .contact-info-section,
    .culture-section,
    .fun-section,
    .results-section,
    .story-section {
        padding: 60px 0
    }

    .coach-detail {
        margin-bottom: 60px
    }

    .closing-lead,
    .coach-info h3,
    .coaches-bottom-banner p,
    .contact-hero .hero-subtitle,
    .hero-subtitle {
        font-size: 1.1rem
    }

    .coach-info p {
        font-size: 1rem;
        text-align: left
    }

    .coaches-bottom-banner h2,
    .contact-hero .hero-title,
    .hero-title {
        font-size: 2rem
    }

    .closing-section,
    .despre-hero {
        padding: 80px 0
    }

    .story-text {
        font-size: 1.2rem
    }

    .closing-cta {
        padding: 40px 30px
    }

    .cta-content h3 {
        font-size: 1.5rem
    }

    .contact-hero {
        height: 40vh;
        min-height: 300px
    }

    .contact-card {
        padding: 20px
    }

    .contact-icon {
        width: 50px;
        height: 50px
    }

    .contact-icon svg {
        width: 30px;
        height: 30px
    }

    .contact-form-wrapper {
        padding: 30px 20px
    }

    .map-placeholder {
        height: 300px
    }
}

.form-errors {
    background: rgba(232, 9, 19, .1);
    border: 1px solid var(--color-primary);
    border-radius: 8px;
    padding: var(--space-md)
}

.form-errors ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.form-errors li {
    color: var(--color-primary);
    padding: var(--space-xs) 0;
    padding-left: var(--space-md)
}

.form-errors li::before {
    content: "⚠";
    position: absolute;
    left: 0;
    color: var(--color-primary);
    font-weight: 700
}

.form-success {
    background: rgba(76, 175, 80, .1);
    border: 1px solid #4caf50;
    border-radius: 8px;
    padding: var(--space-lg);
    text-align: center
}

.submit-button.loading,
.sustine-hero {
    background: var(--color-bg-secondary)
}

.form-success p {
    color: #4caf50;
    font-size: var(--text-md);
    font-weight: 600;
    margin: 0
}

.hero-text h1,
.support-details h2 {
    font-weight: 700;
    color: var(--color-text)
}

.recaptcha-group {
    margin: var(--space-lg) 0;
    display: flex;
    justify-content: center
}

.g-recaptcha {
    transform-origin: 0 0
}

@media (max-width:480px) {
    :root {
        --text-xl: 1.75rem;
        --text-lg: 1.25rem;
        --text-md: 1rem
    }

    .nav-main {
        width: 100vw;
        max-width: 100vw;
        padding: var(--space-3xl) var(--space-md) var(--space-md);
    }

    .nav-main .nav-items {
        flex-direction: column;
        width: 100%;
        gap: var(--space-sm)
    }

    .nav-main .nav-items a {
        text-align: center;
        width: 100%;
        padding: 12px;
        border-radius: 4px;
        font-size: var(--text-sm)
    }

    .nav-main .nav-items li:nth-last-child(-n+2) a {
        border-radius: 25px;
        width: 100%;
        margin: 30px 0 -20px 0;
        border-radius:4px;
        padding: 12px;
    }

    .form-container,
    .value-item {
        padding: var(--space-md)
    }

    .coaches-grid,
    .values-grid {
        grid-template-columns: 1fr
    }

    .site-footer {
        margin-top: 50px
    }

    .footer-main {
        padding: 30px 0 20px
    }

    .social-icons {
        justify-content: center
    }

    .footer-cta {
        padding: 15px;
        margin-top: 20px
    }

    .footer-column:first-child {
        margin-bottom: 25px
    }

    .footer-contact li {
        margin-bottom: 12px;
        font-size: var(--text-sm)
    }

    .patinaj-final-banner,
    .patinaj-hero {
        padding: 16px 0
    }

    .patinaj-hero .page-title {
        font-size: var(--text-xl);
        letter-spacing: 1px
    }

    .patinaj-section {
        padding: var(--space-lg) 0
    }

    .section-wrapper {
        gap: var(--space-lg)
    }

    .title-box {
        padding: var(--space-md);
        border-radius: 10px
    }

    .title-box h2 {
        font-size: var(--text-md)
    }

    .content-box {
        padding: 0 var(--space-xs)
    }

    .antrenori-hero {
        height: 50vh;
        min-height: 350px
    }

    .hero-layout {
        gap: 20px;
        padding: 15px 0
    }

    .hero-image-wrapper {
        max-height: 200px
    }

    .hero-image-wrapper img {
        max-height: 180px
    }

    .hero-motto {
        font-size: 1.4rem;
        line-height: 1.3
    }

    .coaches-bottom-banner,
    .coaches-details-section,
    .culture-section,
    .fun-section,
    .results-section,
    .story-section {
        padding: 40px 0
    }

    .coach-detail {
        margin-bottom: 50px;
        gap: 30px
    }

    .coach-image {
        max-width: 100%
    }

    .coach-info h2 {
        font-size: 1.5rem
    }

    .coach-info h3 {
        font-size: 1rem;
        margin-bottom: 20px
    }

    .coaches-bottom-banner h2 {
        font-size: 1.6rem;
        margin-bottom: 20px
    }

    .closing-lead,
    .coaches-bottom-banner p,
    .hero-subtitle {
        font-size: 1rem
    }

    .closing-section,
    .despre-hero {
        padding: 60px 0
    }

    .contact-hero .hero-title,
    .culture-section h2,
    .fun-section h2,
    .hero-title,
    .results-section h2 {
        font-size: 1.8rem
    }

    .lead-text,
    .story-text {
        font-size: 1.1rem
    }

    .medal-count {
        font-size: 2rem
    }

    .closing-cta {
        padding: 30px 20px;
        margin: 0 20px
    }

    .cta-content h3 {
        font-size: 1.3rem
    }

    .cta-button-modern {
        padding: 14px 24px;
        font-size: 1rem
    }

    .g-recaptcha {
        transform: scale(.85);
        margin: 0 auto
    }

    .recaptcha-group {
        overflow: hidden
    }

    .contact-hero {
        height: 35vh;
        min-height: 250px
    }

    .contact-hero .hero-subtitle {
        font-size: 1rem;
        padding: 0 20px
    }

    .contact-card {
        flex-direction: column;
        text-align: center
    }

    .contact-icon {
        margin-right: 0;
        margin-bottom: 15px
    }

    .form-group input,
    .form-group textarea {
        padding: 10px 14px
    }

    .submit-button {
        width: 100%
    }
}

@media (max-width:400px) {
    .g-recaptcha {
        transform: scale(.75)
    }
}

.form-group input.error,
.form-group select.error,
.form-group textarea.error {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 2px rgba(232, 9, 19, .1)
}

.form-group input.success,
.form-group select.success,
.form-group textarea.success {
    border-color: #4caf50;
    box-shadow: 0 0 0 2px rgba(76, 175, 80, .1)
}

.submit-button.loading {
    cursor: not-allowed;
    position: relative
}

.submit-button.loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid var(--color-text-light);
    border-radius: 50%;
    animation: 1s linear infinite spin;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.contact-page .contact-message {
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    animation: .3s ease-out slideDownMessage
}

@keyframes slideDownMessage {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.sustine-page {
    padding-top: 40px
}

.sustine-hero {
    padding: 60px 0
}

.hero-content-wrapper {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 80px;
    align-items: center
}

.podium-boxes {
    display: flex;
    align-items: center;
    gap: 30px
}

.box-scholarship,
.podium-column {
    display: flex;
    flex-direction: column
}

.podium-column {
    gap: 30px
}

.podium-column.left {
    margin-top: 40px
}

.podium-column.right {
    margin-top: -20px
}

.support-box {
    background: #fff;
    padding: 30px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    text-align: center;
    transition: .3s;
    border: 3px solid #dc3545;
    overflow: hidden
}

.box-redirect,
.box-scholarship,
.box-sponsor {
    border-color: #dc3545
}

.support-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #dc3545
}

.support-box:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
    border-color: #b02a37
}

.box-scholarship {
    min-height: 180px;
    justify-content: center
}

.box-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block
}

.support-box h3 {
    font-size: 1.1rem;
    color: #000;
    margin: 0;
    line-height: 1.4
}

.hero-text h1 {
    font-size: 2.8rem;
    margin-bottom: 25px;
    line-height: 1.3
}

.hero-text .lead {
    font-size: 1.2rem;
    line-height: 1.8
}

.support-details h2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
    text-align: center
}

.support-methods {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto 60px
}

.method-item {
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: var(--color-bg-card);
    border-radius: 10px;
    transition: .3s;
    border: 1px solid var(--color-border)
}

.method-item:hover {
    background: var(--color-bg-secondary);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .5);
    border-color: #fff
}

.method-icon {
    font-size: 2.5rem;
    margin-bottom: 20px
}

.method-item h3 {
    font-size: 1.4rem;
    color: var(--color-text);
    margin-bottom: 15px;
    font-weight: 600
}

.parents-content h2,
.sustine-page .contact-message strong {
    font-weight: 700;
    color: var(--color-primary)
}

.method-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--color-text-light);
    margin: 0
}

.sustine-page .contact-message {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
    background: var(--color-bg-card);
    border-radius: 15px;
    border-left: 5px solid var(--color-primary);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3)
}

.sustine-page .contact-message p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--color-text-light);
    margin-bottom: 20px
}

.cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--color-primary), #b8333d);
    text-align: center;
    overflow: hidden
}

.cta-message {
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, .3);
    z-index: 1;
    animation: .8s ease-out scaleIn, 3s ease-in-out .8s infinite breathe;
    transform-origin: center
}

@keyframes scaleIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes breathe {

    0%,
    100% {
        text-shadow: 2px 2px 8px rgba(0, 0, 0, .3)
    }

    50% {
        text-shadow: 2px 2px 15px rgba(0, 0, 0, .5), 0 0 30px rgba(255, 255, 255, .3)
    }
}

.parents-section {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--color-bg-secondary), var(--color-bg))
}

.parents-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary), #4a90e2)
}

.parents-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    background: var(--color-bg-card);
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .3);
    border: 1px solid var(--color-border)
}

.parents-content::after {
    content: '❤️';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3rem;
    background: var(--color-bg-card);
    padding: 0 20px
}

.parents-content h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
    line-height: 1.4
}

.parents-content p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--color-text-light);
    margin-bottom: 25px
}

.parents-content .thank-you {
    font-size: 1.3rem;
    color: var(--color-primary);
    font-weight: 600;
    margin: 30px 0;
    position: relative;
    display: inline-block
}

.parents-content .thank-you::after,
.parents-content .thank-you::before {
    content: '✨';
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.parents-content .thank-you::before {
    left: -40px
}

.parents-content .thank-you::after {
    right: -40px
}

@media (max-width:1200px) {
    .hero-content-wrapper {
        grid-template-columns: 400px 1fr;
        gap: 60px
    }
}

@media (max-width:992px) {

    .hero-content-wrapper,
    .support-methods {
        grid-template-columns: 1fr
    }

    .hero-content-wrapper {
        gap: 50px
    }

    .podium-boxes {
        max-width: 500px;
        margin: 0 auto
    }

    .cta-message {
        font-size: 2.5rem
    }
}

@media (max-width:768px) {

     .main-navigation.toggled .menu-toggle {
        display: none;
    }
    .sustine-hero {
        padding: 40px 0
    }

    .hero-text h1 {
        font-size: 2.2rem
    }

    .parents-section,
    .support-details {
        padding: 60px 0
    }

    .cta-message,
    .support-details h2 {
        font-size: 2rem
    }

    .cta-section {
        padding: 80px 0
    }

    .parents-content {
        padding: 40px 30px
    }

    .parents-content h2 {
        font-size: 1.8rem
    }

    .parents-content .thank-you::after,
    .parents-content .thank-you::before {
        display: none
    }
}

@media (max-width:480px) {
    .podium-boxes {
        transform: scale(.9)
    }

    .support-box {
        padding: 20px 15px
    }

    .parents-content p,
    .support-box h3,
    .sustine-page .contact-message p {
        font-size: 1rem
    }

    .hero-text h1 {
        font-size: 1.8rem
    }

    .hero-text .lead {
        font-size: 1.05rem
    }

    .method-item {
        padding: 20px
    }

    .method-item h3 {
        font-size: 1.2rem
    }

    .sustine-page .contact-message {
        padding: 25px
    }

    .cta-section {
        padding: 60px 20px
    }

    .cta-message {
        font-size: 1.6rem
    }

    .parents-section {
        padding: 40px 0
    }

    .parents-content {
        padding: 30px 20px;
        border-radius: 15px
    }

    .parents-content::after {
        font-size: 2rem;
        top: -20px
    }

    .parents-content h2 {
        font-size: 1.5rem
    }

    .parents-content .thank-you {
        font-size: 1.15rem
    }
}

@media (min-width: 780px) and (max-width: 1920px) {
    body {
        zoom: 0.8;
    }
}

/* ===== TESTIMONIALS PAGE STYLES ===== */

.testimoniale-page {
    background: var(--color-bg);
}

.testimoniale-hero {
    background: linear-gradient(135deg, var(--color-bg) 0%, var(--color-bg-secondary) 100%);
    padding: var(--section-padding) 0;
    text-align: center;
    position: relative;
}

.testimoniale-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(232, 9, 19, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(242, 197, 92, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.testimoniale-hero .container {
    position: relative;
    z-index: 1;
}

.testimoniale-hero .hero-title {
    font-size: var(--text-xl);
    margin-bottom: var(--space-md);
    color: var(--color-text);
}

.testimoniale-hero .hero-subtitle {
    font-size: var(--text-md);
    color: var(--color-text-light);
    font-style: italic;
}

.testimonials-grid-section {
    padding: var(--section-padding) 0;
    background: var(--color-bg);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-xl);
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-card {
    background: var(--color-bg-card);
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: var(--space-lg);
    position: relative;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    border-color: var(--color-primary);
    box-shadow: 0 10px 30px rgba(232, 9, 19, 0.1);
}

.testimonial-tag {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: var(--space-md);
}

.tag-parinte {
    background: rgba(242, 197, 92, 0.15);
    color: var(--color-secondary);
    border: 1px solid rgba(242, 197, 92, 0.3);
}

.tag-sportiv {
    background: rgba(232, 9, 19, 0.15);
    color: var(--color-primary);
    border: 1px solid rgba(232, 9, 19, 0.3);
}

.tag-sponsor {
    background: rgba(245, 245, 245, 0.15);
    color: var(--color-text);
    border: 1px solid rgba(245, 245, 245, 0.3);
}

.testimonial-content {
    margin-bottom: var(--space-lg);
}

.testimonial-content p {
    font-size: var(--text-sm);
    line-height: var(--line-height-base);
    color: var(--color-text-light);
    margin: 0;
    position: relative;
    padding-left: var(--space-md);
}

.testimonial-content p::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 1.5rem;
    color: var(--color-primary);
    font-family: serif;
    line-height: 1;
}

.testimonial-author {
    border-top: 1px solid var(--color-border);
    padding-top: var(--space-md);
}

.testimonial-author strong {
    display: block;
    font-size: var(--text-sm);
    color: var(--color-text);
    margin-bottom: 4px;
}

.testimonial-author span {
    font-size: var(--text-xs);
    color: var(--color-text-light);
    font-style: italic;
}

.testimonials-cta {
    background: linear-gradient(135deg, var(--color-bg-secondary) 0%, var(--color-bg) 100%);
    padding: var(--section-padding) 0;
    text-align: center;
    position: relative;
}

.testimonials-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 50%, rgba(232, 9, 19, 0.08) 0%, transparent 60%),
        radial-gradient(circle at 70% 50%, rgba(242, 197, 92, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.testimonials-cta .container {
    position: relative;
    z-index: 1;
}

.testimonials-cta .cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.testimonials-cta h2 {
    font-size: var(--text-lg);
    margin-bottom: var(--space-md);
    color: var(--color-text);
}

.testimonials-cta p {
    font-size: var(--text-md);
    color: var(--color-text-light);
    margin-bottom: var(--space-xl);
    line-height: var(--line-height-base);
}

/* Responsive Design */
@media (max-width: 992px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-lg);
    }
    
    .testimoniale-hero .hero-title {
        font-size: var(--text-lg);
    }
    
    .testimonials-cta h2 {
        font-size: var(--text-md);
    }
}

@media (max-width: 768px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }
    
    .testimoniale-hero {
        padding: var(--section-padding-mobile) 0;
    }
    
    .testimonials-grid-section {
        padding: var(--section-padding-mobile) 0;
    }
    
    .testimonials-cta {
        padding: var(--section-padding-mobile) 0;
    }
    
    .testimonial-card {
        padding: var(--space-md);
    }
    
    .testimoniale-hero .hero-title {
        font-size: var(--text-md);
    }
    
    .testimoniale-hero .hero-subtitle {
        font-size: var(--text-sm);
    }
}

@media (max-width: 480px) {
    .testimonials-grid {
        gap: var(--space-md);
    }
    
    .testimonial-card {
        padding: var(--space-sm);
    }
    
    .testimonial-content p {
        font-size: var(--text-xs);
        padding-left: var(--space-sm);
    }
    
    .testimonial-author strong {
        font-size: var(--text-xs);
    }
    
    .testimonials-cta h2 {
        font-size: var(--text-sm);
    }
    
    .testimonials-cta p {
        font-size: var(--text-sm);
    }
}

/* Animation for cards when they come into view */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.testimonial-card {
    animation: fadeInUp 0.6s ease-out;
}

.testimonial-card:nth-child(even) {
    animation-delay: 0.1s;
}

.testimonial-card:nth-child(3n) {
    animation-delay: 0.2s;
}

/* ============================================
   AMINTIRI ȘI MOMENTE - GALLERY PAGE STYLES
   ============================================ */

.amintiri-page {
    background: var(--color-bg);
    color: var(--color-text);
}

/* Gallery Section */
.gallery-section {
    padding: var(--space-2xl) 0;
    background: linear-gradient(135deg, var(--color-bg) 0%, var(--color-bg-secondary) 100%);
    position: relative;
}

.gallery-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="%23e80913" fill-opacity="0.05" cx="30" cy="30" r="1"/></g></svg>');
    opacity: 0.3;
}

.gallery-section .container {
    position: relative;
    z-index: 2;
}

.gallery-header {
    text-align: center;
    margin-bottom: var(--space-2xl);
    position: relative;
}

.gallery-header::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    border-radius: 2px;
}

.gallery-header h1 {
    font-size: var(--text-xl);
    color: var(--color-text);
    margin-bottom: var(--space-sm);
    font-weight: 700;
}

.gallery-subtitle {
    color: var(--color-text-light);
    font-size: var(--text-md);
    margin: 0;
    font-style: italic;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Masonry Gallery */
.masonry-gallery {
    column-count: 4;
    column-gap: 20px;
    margin-bottom: var(--space-xl);
}

.gallery-item {
    break-inside: avoid;
    margin-bottom: 20px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: var(--color-bg-card);
    transition: all 0.3s ease;
    cursor: pointer;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(232, 9, 19, 0.2);
}

.gallery-item-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* Gallery Actions */
.gallery-actions {
    text-align: center;
    margin-top: var(--space-xl);
}

.gallery-note {
    color: var(--color-text-light);
    font-style: italic;
    font-size: var(--text-xs);
}

/* Lightbox */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.lightbox.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-content {
    position: relative;
    width: 90%;
    height: 90%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-image-container {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lightbox-image-container img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.lightbox-counter {
    color: var(--color-secondary);
    font-size: var(--text-xs);
    font-weight: 500;
    text-align: center;
    margin-top: var(--space-md);
}

/* Lightbox Controls */
.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background: rgba(15, 15, 15, 0.8);
    border: none;
    color: var(--color-text);
    cursor: pointer;
    padding: 12px;
    border-radius: 50%;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
    background: var(--color-primary);
    transform: scale(1.1);
}

.lightbox-close {
    top: 20px;
    right: 20px;
}

.lightbox-prev {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10001;
}

.lightbox-next {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10001;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    transform: translateY(-50%) scale(1.1);
}



/* Responsive Design */
@media (max-width: 1200px) {
    .masonry-gallery {
        column-count: 3;
    }
}

@media (max-width: 992px) {
    .masonry-gallery {
        column-count: 2;
        column-gap: 15px;
    }
    
    .gallery-item {
        margin-bottom: 15px;
    }
    
    .lightbox-image-container img {
        max-height: 70vh;
    }
}

@media (max-width: 768px) {
    .gallery-section {
        padding: var(--space-xl) 0;
    }
    
    .gallery-header {
        margin-bottom: var(--space-xl);
    }
    
    .gallery-header h1 {
        font-size: var(--text-lg);
    }
    
    .gallery-subtitle {
        font-size: var(--text-sm);
    }
    
    .masonry-gallery {
        column-count: 1;
        column-gap: 0;
    }
    
    .gallery-item {
        margin-bottom: 20px;
    }
    
    .lightbox-content {
        width: 95%;
        height: 95%;
    }
    
    .lightbox-image-container img {
        max-height: 60vh;
    }
    
    .lightbox-close,
    .lightbox-prev,
    .lightbox-next {
        padding: 10px;
    }
    
    .lightbox-close {
        top: 10px;
        right: 10px;
    }
    
    .lightbox-prev {
        left: 10px;
    }
    
    .lightbox-next {
        right: 10px;
    }
}

@media (max-width: 480px) {
    .gallery-section {
        padding: var(--space-lg) 0;
    }
    
    .gallery-header {
        margin-bottom: var(--space-lg);
    }
    
    .gallery-header h1 {
        font-size: var(--text-lg);
    }
    
    .gallery-subtitle {
        font-size: var(--text-xs);
        padding: 0 var(--space-sm);
    }
    
    .gallery-header::after {
        width: 40px;
        height: 2px;
        bottom: -15px;
    }
}