body {
    font-family: 'Myriad Pro';
    margin:0;
    padding:0;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
}

.header-menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap:20px;
}

.header-menu a {
    text-decoration: none;
    color:#000;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-right: 20px;
    text-transform: uppercase;
}

.homeBanner {
    position: relative;
    padding-bottom: 100px;
}

.homeBannerImg {
    width: 100%;
    margin-top: -100px;   
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.expertsItem img, .expertsItem {
    max-width:242px;
}

.header-logo img {
    width:300px;
}

.p1 {
    position: absolute;
    left:0;
    bottom:-80px;
}

.p2 {
    position: absolute;
    left:300px;
    bottom:-60px;
}

.homeBannerLink {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-right: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 2px solid #ec1464;
    padding-left: 200px;
    padding-right: 20px;
    border-right: 2px solid #ec1464;
}

.homeBannerLink1 {
    position: absolute;
    right: 0;
    bottom: 120px;
}

.homeBannerLink2 {
    position: absolute;
    right: 0;
    bottom: 50px;
}

.topLine {
    width: 100%;
}

.nominations-inner {
    background-color: #EC1464;
    padding-top: 40px;
    margin-top: -6px;
    padding-left: 40px;
    padding-bottom: 10px;
}

.nominations-title {
    font-size:30px;
    text-transform: uppercase;
    color:#fff;
    font-weight: 700;
}

.nominations li {
    color:#fff;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;                            
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding-left: 40px;
    list-style: none;
}

.nominations li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-left: 0;
}

.nominations li::before {
    content: '•';
    color:#fff;
    font-size: 30px;
    line-height: 30px;
    margin-right: 10px;
}

.about {
    padding-top: 40px;
    padding-bottom: 40px;
}

.about-title {
    font-size:30px;
    text-transform: uppercase;
    color:#000;
    font-weight: 700;
}

.about ul {
    padding-left: 0px;
}

.about li {
    color:#000;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
    list-style: none;
    position: relative;
    padding-left: 20px;
}

.about li::before {
    content: '•';
    color:#EC1464;
    font-size: 30px;
    line-height: 30px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 0;
}

.bottomLine {
    width: 100%;
}

.calendar-title {
    font-size:30px;
    text-transform: uppercase;
    color:#fff;
    font-weight: 700;
    background-color: #EC1464;
    padding: 20px 0 15px 0;
}

.calendarWrap {
    border-left:4px solid #EC1464;
    position: relative;
    padding-left:100px;
    padding-top:40px;
    display:flex;
    flex-direction: column;
    gap:40px;
}

.calendarItem {
    font-size:24px;
    line-height: 32px;
    display:flex;
    flex-direction: column;
    gap:10px;
    position: relative;
}

.calendarItem::before {
    content: '';
    width: 80px;
    height: 4px;
    left: -101px;
    top: 13px;
    position: absolute;
    background: #EC1464;
}

.experts {
    margin-top:80px;
}

.experts-title {
    font-size:30px;
    text-transform: uppercase;
    color:#000;
    font-weight: 700;
    margin-bottom:40px;
}

.expertsWrap {
    display: flex;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: flex-start;
}

.expertsItem-name {
    font-size:24px;
    line-height: 32px;
    color:#000;
    font-weight: 600;
}

.expertsItem-position {
    font-size:20px;
    line-height: 28px;
    color:#000;
    font-weight: 400;
}

.order {
    margin-top:80px;
}

.order-title {
    font-size:30px;
    text-transform: uppercase;
    color:#fff;
    font-weight: 700;
    background-color: #EC1464;
    margin-bottom:40px;
    text-align: center;
    padding: 20px 0 15px 0;
}

.footerTitle {
    font-size:32px;
    text-transform: uppercase;
    color:#000;
    font-weight: 700;
    text-align: center;
    margin-bottom:40px;
}

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

.footerText {
    padding:40px;
    background-color: #EC1464;
    color:#fff;
}

.footerText * {
    text-decoration: none;
    color:#fff;
    font-size:26px;
    display:block;
}

/* Forms */
.form {
    margin-bottom: 80px;
}

.form-section {
    margin-bottom: 30px;
}

.form-section-title {
    font-size: 26px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin: 10px 0 15px 0;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

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

/* .form-label alias intentionally omitted to avoid empty ruleset */

.form-control {
    border: 2px solid #EC1464;
    padding: 10px 12px;
    font-size: 18px;
    border-radius: 0;
}

.form-control:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(236,20,100,0.2);
}

.required {
    color: #EC1464;
}

.btn {
    background: #EC1464;
    color: #fff;
    border: none;
    padding: 14px 24px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

.btn:disabled {
    opacity: 0.7;
    cursor: default;
}

.form-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.success-message {
    color: #1a7f37;
    background: #e9f7ef;
    padding: 10px 14px;
}

.error-message {
    color: #b42318;
    background: #feeceb;
    padding: 10px 14px;
}

.note {
    font-size: 18px;
}

.download-link {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 4px;
    border-bottom: 2px solid #ec1464;
}

/* Sticky header (appears after 50px scroll) */
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    transform: translateY(-100%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

.sticky-header.sticky-visible {
    transform: translateY(0);
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.sticky-header .header-inner {
    margin-top: 0;
    align-items: center;
    padding: 10px 0;
}

.sticky-header .header-logo img {
    width: 100px;
}

/* Burger menu */
.burger {
    display: none;
    width: 42px;
    height: 42px;
    border: 2px solid #EC1464;
    background: #fff;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.burger-lines,
.burger-lines::before,
.burger-lines::after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: #EC1464;
    position: relative;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.burger-lines::before { top: -6px; position: relative; }
.burger-lines::after { top: 4px; position: relative; }

header.is-open .burger-lines { transform: rotate(45deg); }
header.is-open .burger-lines::before { transform: rotate(90deg); top: 0; }
header.is-open .burger-lines::after { opacity: 0; }

/* Mobile menu base (hidden by default on mobile, shown when header.is-open) */
@media (max-width: 768px) {
    .expertsItem img, .expertsItem {
        max-width:unset;
    }
    .container { padding: 0 16px; }

    .header-inner { align-items: center; margin-top: 16px; }
    .header-logo img { width: 160px; }
    .sticky-header .header-logo img { width: 80px; }

    .burger { display: inline-flex; position: relative; z-index: 1200; }

    .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 72px 16px 20px 16px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        z-index: 1100;
        box-shadow: 0 8px 24px rgba(0,0,0,0.1);
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    }

    header.is-open .header-menu { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }

    .header-menu a { margin-right: 0; font-size: 16px; line-height: 24px; }

    html.no-scroll, body.no-scroll { overflow: hidden; }

    /* Home banner adjustments */
    .homeBanner { padding-bottom: 40px; overflow: hidden; }
    .homeBannerImg { margin-top: 20px; }
    .homeBannerLink { position: static; display: inline-block; margin-top: 12px; padding-left: 16px; border-right: none; font-size: 20px; line-height: 28px; }
    .homeBannerLink2 { margin-top: 8px; }
    .p1, .p2 { display: none; }
.nominations-inner ul {
    margin-left: 0;
    padding-left: 0;
  }

    /* Nominations and about spacing */
    .nominations-inner { padding-left: 16px; }
    .nominations li { font-size: 18px; line-height: 26px; padding-left: 24px; }
    .about-title, .calendar-title, .experts-title, .order-title { font-size: 22px; }
    .about li { font-size: 18px; line-height: 26px; }

    /* Calendar timeline tweaks */
    .calendarWrap { padding-left: 56px; gap: 28px; }
    .calendarItem { font-size: 18px; line-height: 26px; }
    .calendarItem::before { width: 40px; left: -60px; top: 10px; }

    /* Experts grid */
    .expertsWrap { gap: 16px; row-gap: 28px; flex-direction: column; flex-wrap: nowrap; }
    .expertsWrap .expertsItem { width: 100%; display: block; }
    .expertsWrap .expertsItem img { width: 100%; height: auto; display: block; }
    .expertsItem-name { font-size: 18px; line-height: 26px; }
    .expertsItem-position { font-size: 16px; line-height: 22px; }
    .expertsItem-name br { display: none; }

    /* Footer */
    .footerTitle { font-size: 20px; }
    .footerText * { font-size: 18px; }
    .footerWrap { flex-direction: column; align-items: stretch; row-gap: 16px; gap: 16px; }
    .footerWrap img { width: 100%; height: auto; display: block; max-width: 200px; margin: 0 auto; }
    .footerText { padding: 20px; text-align: center; }
}