@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.ansa9-awards-section,
.ansa9-awards-section * {
    box-sizing: border-box;
}

.ansa9-awards-section {
    --ansa9-kicker-color-1: #ec4899;
    --ansa9-kicker-color-2: #0ea5e9;
    --ansa9-glow-left: rgba(6, 182, 212, 0.08);
    --ansa9-glow-right: rgba(236, 72, 153, 0.08);
    font-family: 'Inter', sans-serif;
    background-color: #020510;
    color: #ffffff;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.ansa9-bg-abstract-waves {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 10% 20%, var(--ansa9-glow-left) 0%, transparent 42%),
        radial-gradient(circle at 90% 20%, var(--ansa9-glow-right) 0%, transparent 42%);
    pointer-events: none;
    z-index: 0;
}

.ansa9-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ansa9-section-header {
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
}

.ansa9-kicker-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.ansa9-kicker-line {
    height: 1px;
    width: 40px;
    position: relative;
    display: inline-block;
}

.ansa9-kicker-line-left {
    background: var(--ansa9-kicker-color-1);
}

.ansa9-kicker-line-left::after {
    content: '';
    position: absolute;
    right: 0;
    top: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--ansa9-kicker-color-1);
}

.ansa9-kicker-line-right {
    background: var(--ansa9-kicker-color-2);
}

.ansa9-kicker-line-right::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--ansa9-kicker-color-2);
}

.ansa9-kicker-text {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: linear-gradient(90deg, var(--ansa9-kicker-color-1), var(--ansa9-kicker-color-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ansa9-main-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 16px 0;
    letter-spacing: -1px;
    color: #ffffff;
}

.ansa9-subtitle {
    font-size: 16px;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 600px;
}

.ansa9-carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 40px;
}

.ansa9-nav-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.3s ease;
    z-index: 2;
    padding: 0;
}

.ansa9-nav-arrow:hover,
.ansa9-nav-arrow:focus {
    background: rgba(30, 41, 59, 0.95);
    border-color: rgba(255, 255, 255, 0.3);
    outline: none;
}

.ansa9-nav-arrow svg {
    width: 24px;
    height: 24px;
    display: block;
}

.ansa9-cards-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 10px 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.ansa9-cards-track::-webkit-scrollbar {
    display: none;
}

.ansa9-visible-5 .ansa9-cards-track { max-width: 1180px; }
.ansa9-visible-4 .ansa9-cards-track { max-width: 940px; }
.ansa9-visible-3 .ansa9-cards-track { max-width: 700px; }

.ansa9-award-card {
    --ansa9-accent: #ec4899;
    background: rgba(6, 11, 28, 0.6);
    border-radius: 12px;
    width: 220px;
    min-height: 320px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex-shrink: 0;
    scroll-snap-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: inherit;
    overflow: visible;
}

.ansa9-award-card:hover,
.ansa9-award-card:focus {
    transform: translateY(-5px);
    text-decoration: none;
    color: inherit;
    outline: none;
}

.ansa9-award-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(180deg, var(--ansa9-accent) 0%, transparent 100%);
    opacity: 0.8;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.ansa9-theme-pink {
    --ansa9-accent: #ec4899;
    box-shadow: 0 10px 30px rgba(236, 72, 153, 0.05), inset 0 0 20px rgba(236, 72, 153, 0.08);
}

.ansa9-theme-blue {
    --ansa9-accent: #06b6d4;
    box-shadow: 0 10px 30px rgba(6, 182, 212, 0.05), inset 0 0 20px rgba(6, 182, 212, 0.08);
}

.ansa9-award-icon-wrapper {
    width: 110px;
    height: 110px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    overflow: visible;
    flex-shrink: 0;
}

.ansa9-star-icon {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 14px;
    height: 14px;
    color: var(--ansa9-accent);
    transform: translateX(-50%);
    display: block;
    z-index: 2;
    filter: drop-shadow(0 0 8px color-mix(in srgb, var(--ansa9-accent), transparent 55%));
}

.ansa9-icon-main {
    width: 100px;
    height: 100px;
    color: #d4af37;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex-shrink: 0;
    overflow: visible;
}

.ansa9-icon-main svg,
.ansa9-icon-main i,
.ansa9-icon-main .e-font-icon-svg,
.ansa9-custom-svg,
.ansa9-custom-svg svg {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
    color: inherit;
    fill: none;
    stroke: currentColor;
    overflow: visible;
}

.ansa9-icon-main i {
    font-size: inherit;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ansa9-preset-svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

.ansa9-preset-star {
    filter: drop-shadow(0 0 16px rgba(212, 175, 55, 0.28));
}

.ansa9-icon-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.ansa9-award-card-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 20px 0;
    color: #ffffff;
    flex-grow: 1;
    width: 100%;
}

.ansa9-award-source {
    font-size: 12px;
    color: #94a3b8;
    margin: 0;
    width: 100%;
}

.ansa9-pagination {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ansa9-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #334155;
    border: 0;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0;
}

.ansa9-dot.is-active,
.ansa9-dot:hover,
.ansa9-dot:focus {
    width: 10px;
    height: 10px;
    background: linear-gradient(90deg, var(--ansa9-kicker-color-1), var(--ansa9-kicker-color-2));
    box-shadow: 0 0 10px rgba(236, 72, 153, 0.5);
    outline: none;
}

@media (max-width: 1250px) {
    .ansa9-cards-track,
    .ansa9-visible-5 .ansa9-cards-track,
    .ansa9-visible-4 .ansa9-cards-track,
    .ansa9-visible-3 .ansa9-cards-track {
        width: 100%;
        max-width: 740px;
    }
}

@media (max-width: 900px) {
    .ansa9-cards-track,
    .ansa9-visible-5 .ansa9-cards-track,
    .ansa9-visible-4 .ansa9-cards-track,
    .ansa9-visible-3 .ansa9-cards-track {
        max-width: 490px;
    }
}

@media (max-width: 600px) {
    .ansa9-main-title {
        font-size: 32px;
    }

    .ansa9-carousel-wrapper {
        gap: 0;
    }

    .ansa9-nav-arrow {
        display: none;
    }

    .ansa9-cards-track,
    .ansa9-visible-5 .ansa9-cards-track,
    .ansa9-visible-4 .ansa9-cards-track,
    .ansa9-visible-3 .ansa9-cards-track {
        max-width: 240px;
        overflow-x: auto;
    }
}
