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

:root {
    --blue-950: #001f68;
    --blue-925: #00277c;
    --blue-900: #00328b;
    --blue-875: #003f9f;
    --blue-850: #0047ad;
    --blue-800: #005bc7;
    --cyan: #23d8ff;
    --cyan-soft: rgba(35, 216, 255, 0.72);
    --pink: #f42582;
    --pink-dark: #c71668;
    --white: #ffffff;
    --white-soft: rgba(255, 255, 255, 0.86);
    --white-muted: rgba(255, 255, 255, 0.68);
    --line: rgba(255, 255, 255, 0.22);
    --card: rgba(52, 121, 210, 0.58);
    --card-strong: rgba(43, 91, 168, 0.94);
    --input-text: #05246b;
    --content-max: 1438px;
    --content-padding: 1.25rem;
    --header-height: 54px;
    --shadow-card: 0 22px 55px rgba(0, 18, 70, 0.28);
    --shadow-pink: 0 9px 22px rgba(244, 37, 130, 0.34);
    --font-base: "Barlow", Arial, Helvetica, sans-serif;
    --font-hand: "Caveat", cursive;
}

html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-height) + 18px);
    font-size: 16px;
}

body {
    width: 100%;
    max-width: 100%;
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 13% 7%, rgba(35, 216, 255, 0.34), transparent 24%),
        radial-gradient(circle at 86% 9%, rgba(0, 128, 255, 0.34), transparent 28%),
        radial-gradient(circle at 3% 43%, rgba(35, 216, 255, 0.18), transparent 25%),
        radial-gradient(circle at 98% 46%, rgba(35, 216, 255, 0.18), transparent 26%),
        radial-gradient(circle at 18% 87%, rgba(35, 216, 255, 0.12), transparent 20%),
        linear-gradient(180deg, #0048b0 0%, var(--blue-900) 34%, var(--blue-950) 100%);
    font-family: var(--font-base);
    font-size: 1rem;
    line-height: 1.45;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(0, 16, 70, 0.34), transparent 18%, transparent 82%, rgba(0, 16, 70, 0.34)),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 35%);
}

main,
section,
header,
footer {
    max-width: 100%;
}

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

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

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

button {
    cursor: pointer;
}

button:disabled,
input:disabled,
textarea:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

em {
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    font-family: var(--font-hand);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.92;
}

em span,
em .hero-underline,
em .em-underline,
em .hand-underline {
    display: inline-block;
}

em .hero-underline,
em .em-underline,
em .hand-underline {
    position: relative;
}

em .hero-underline::after,
em .em-underline::after,
em .hand-underline::after {
    content: "";
    position: absolute;
    left: 2px;
    right: -8px;
    bottom: 3px;
    height: 5px;
    border-radius: 999px;
    background: var(--pink);
    transform: rotate(-1deg);
    z-index: -1;
}

.container,
.site-header-inner {
    width: 100%;
    max-width: var(--content-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--content-padding);
    padding-right: var(--content-padding);
}

.site-header {
    position: relative;
    z-index: 50;
    height: var(--header-height);
}

.site-header-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.site-logo img {
    width: 174px;
    height: auto;
}

.site-nav {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 1.75rem;
}

.site-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white-soft);
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    transition: color 150ms ease, transform 150ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--white);
    transform: translateY(-1px);
    outline: none;
}

.nav-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.nav-toggle-button {
    display: none;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
}

.nav-toggle-button span {
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: var(--white);
    transition: transform 180ms ease, opacity 180ms ease;
}

.hero-section {
    position: relative;
    min-height: 374px;
    padding: 62px 0 0;
    overflow: hidden;
}

.hero-section::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -108px;
    width: min(1040px, 122vw);
    height: 250px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(26, 200, 255, 0.27), transparent 68%);
    pointer-events: none;
}

.hero-inner {
    position: relative;
    z-index: 2;
    min-width: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.75rem;
}

.hero-text {
    position: relative;
    z-index: 5;
    flex: 0 1 500px;
    min-width: 0;
    padding-top: 4px;
}

.hero-badge,
.badge,
.eyebrow {
    width: fit-content;
    max-width: 100%;
    min-height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0 0 11px;
    padding: 6px 13px;
    border-radius: 999px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-text h1 {
    max-width: 470px;
    margin: 0;
    color: var(--white);
    font-size: 2.75rem;
    line-height: 0.98;
    letter-spacing: 0;
    font-weight: 700;
}

.hero-text h1 > span {
    display: block;
}

.hero-text em {
    display: block;
    font-size: 1.18em;
    white-space: nowrap;
}

.hero-prize {
    width: fit-content;
    max-width: 100%;
    min-width: 336px;
    margin-top: 17px;
    padding: 12px 20px 13px;
    border-radius: 8px;
    color: var(--white);
    background: linear-gradient(180deg, #2bdcff 0%, #04aee7 100%);
    box-shadow: 0 12px 30px rgba(0, 199, 255, 0.34);
    text-align: center;
}

.hero-prize strong,
.hero-prize span {
    display: block;
    font-size: 1.4375rem;
    line-height: 1.05;
    font-weight: 700;
}

.hero-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 14px;
}

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 34px;
    padding: 9px 17px;
    border-radius: 999px;
    border: 0;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    transition: transform 150ms ease, box-shadow 150ms ease, background-color 150ms ease, color 150ms ease;
}

.btn::after {
    content: "→";
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: -10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: var(--white);
    font-size: 0.9375rem;
    line-height: 1;
    font-weight: 400;
}

.btn:hover,
.btn:focus-visible {
    transform: translateY(-1px);
    outline: none;
}

.btn-pink {
    color: var(--white);
    background: linear-gradient(180deg, var(--pink) 0%, var(--pink-dark) 100%);
    box-shadow: var(--shadow-pink);
}

.btn-outline {
    color: var(--white);
    background: rgba(0, 29, 92, 0.22);
    border: 1px solid var(--line);
}

.btn-outline:hover,
.btn-outline:focus-visible {
    background: rgba(255, 255, 255, 0.12);
}

.hero-image {
    position: relative;
    flex: 0 1 500px;
    min-width: 0;
    min-height: 318px;
}

.hero-image img {
    position: absolute;
    right: -4px;
    bottom: 0;
    width: min(500px, 100%);
    height: auto;
    max-height: 352px;
    object-fit: contain;
    object-position: bottom right;
    filter: drop-shadow(0 28px 42px rgba(0, 23, 75, 0.42));
}

.decor {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    opacity: 0.78;
}

.decor-square {
    border: 2px solid rgba(255, 255, 255, 0.32);
    border-radius: 16px;
    background:
        radial-gradient(circle at 50% 50%, rgba(35, 216, 255, 0.16), transparent 60%),
        rgba(255, 255, 255, 0.06);
    box-shadow:
        0 12px 24px rgba(0, 14, 70, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.decor-square-one {
    right: 30%;
    top: 48px;
    width: 64px;
    height: 64px;
    transform: rotate(19deg);
}

.decor-square-two {
    right: 9%;
    top: 94px;
    width: 58px;
    height: 58px;
    transform: rotate(-17deg);
}

.decor-line-one {
    left: 37%;
    top: 108px;
    width: 86px;
    height: 48px;
    border-top: 2px solid rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    transform: rotate(15deg);
}

.decor-line-two {
    right: 7%;
    bottom: 48px;
    width: 118px;
    height: 60px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    transform: rotate(-20deg);
}

.intro-section {
    position: relative;
    z-index: 4;
    margin-top: -4px;
}

.intro-card {
    max-width: 100%;
    min-height: 126px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 36px;
    padding: 29px 34px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(62, 130, 221, 0.6), rgba(43, 91, 168, 0.58));
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.intro-title {
    position: relative;
    flex: 0 0 290px;
    min-width: 0;
    display: flex;
    align-items: center;
}

.intro-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 88px;
    height: 48px;
    border-top: 2px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    transform: translateY(-50%) rotate(22deg);
}

.intro-title h2 {
    margin: 0;
    color: var(--white);
    font-family: var(--font-hand);
    font-size: 2.6875rem;
    line-height: 0.88;
    font-weight: 700;
    letter-spacing: 0;
}

.intro-text {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 610px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 13px;
}

.intro-text p {
    margin: 0;
    color: var(--white);
    font-size: 0.8125rem;
    line-height: 1.55;
    font-weight: 600;
}

.prize-section {
    position: relative;
    padding: 49px 0 36px;
    text-align: center;
    overflow: hidden;
}

.prize-section::before {
    content: "";
    position: absolute;
    left: calc(50% - 380px);
    top: 96px;
    width: 92px;
    height: 74px;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    transform: rotate(-16deg);
    opacity: 0.7;
}

.prize-section::after {
    content: "";
    position: absolute;
    right: calc(50% - 360px);
    top: 126px;
    width: 112px;
    height: 56px;
    border-top: 2px solid rgba(255, 255, 255, 0.26);
    border-radius: 50%;
    transform: rotate(-14deg);
    opacity: 0.8;
}

.hand-label {
    position: relative;
    width: fit-content;
    margin: 0 auto 12px;
    color: var(--white);
    font-family: var(--font-hand);
    font-size: 1.9375rem;
    line-height: 1;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
}

.hand-label::after {
    content: "";
    position: absolute;
    left: -3px;
    right: -4px;
    bottom: 0;
    height: 3px;
    border-radius: 999px;
    background: var(--pink);
    transform: rotate(-2deg);
}

.prize-section h2 {
    max-width: 100%;
    margin: 0 auto;
    color: var(--white);
    font-size: 2.4375rem;
    line-height: 1.05;
    letter-spacing: 0;
    font-weight: 700;
    text-align: center;
}

.prize-section h2 span {
    display: block;
}

.prize-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 32px;
    margin-top: 18px;
    padding: 7px 50px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    color: var(--white);
    font-size: 1.0625rem;
    line-height: 1;
    font-weight: 700;
}

.prize-pill strong {
    margin-left: 4px;
    font-weight: 700;
}

.prize-note {
    max-width: 620px;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.5625rem;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
}

.steps-section {
    padding: 36px 0 35px;
    overflow: hidden;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
}

.section-heading h2 {
    position: relative;
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    margin: 0;
    color: var(--white);
    font-family: var(--font-hand);
    font-size: 3rem;
    line-height: 0.9;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
}

.section-heading h2::after {
    content: "";
    position: absolute;
    left: 8px;
    right: -6px;
    bottom: -4px;
    height: 4px;
    border-radius: 999px;
    background: var(--pink);
    transform: rotate(-2deg);
    z-index: -1;
}

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

.section-heading-left h2 {
    justify-content: flex-start;
    font-size: 3rem;
    text-align: left;
}

.steps-panel {
    max-width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
    padding: 36px 25px 34px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    background: rgba(0, 50, 143, 0.14);
}

.step-item {
    flex: 1 1 20%;
    min-width: 0;
    padding: 0 16px;
    text-align: center;
}

.step-item span {
    display: block;
    margin: 0 auto 15px;
    color: var(--pink);
    font-size: 1.375rem;
    line-height: 1;
    font-weight: 500;
}

.step-item h3 {
    max-width: 132px;
    margin: 0 auto 7px;
    color: var(--white);
    font-size: 1rem;
    line-height: 1.08;
    font-weight: 700;
}

.step-item p {
    max-width: 132px;
    margin: 0 auto;
    color: var(--white-soft);
    font-size: 1rem;
    line-height: 1.42;
    font-weight: 600;
}

.steps-action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -18px;
    position: relative;
    z-index: 2;
}

.submit-section {
    position: relative;
    padding: 30px 0 52px;
    overflow: hidden;
}

.submit-section::before {
    content: "";
    position: absolute;
    left: -150px;
    bottom: 0;
    width: 480px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(0, 218, 255, 0.24), transparent 65%);
    pointer-events: none;
}

.submit-section::after {
    content: "";
    position: absolute;
    right: -160px;
    bottom: 18px;
    width: 520px;
    height: 310px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(0, 218, 255, 0.22), transparent 66%);
    pointer-events: none;
}

.submit-wrap {
    position: relative;
    z-index: 2;
    min-height: 332px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-card {
    position: relative;
    z-index: 2;
    flex: 0 1 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 315px;
    padding: 31px 235px 31px 315px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(62, 130, 221, 0.62), rgba(43, 91, 168, 0.6));
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.submit-card .section-heading-left {
    max-width: 450px;
    margin: 0 0 14px;
    text-align: center;
}

.submit-card .section-heading-left h2 {
    justify-content: center;
    margin: 0 auto;
    font-size: 2.8125rem;
    text-align: center;
}

.submit-card .section-heading-left + p,
.submit-card .section-intro,
.submit-card .form-intro {
    max-width: 450px;
    margin: 0 0 15px;
    color: var(--white-soft);
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 600;
    text-align: center;
}

.submit-person {
    position: absolute;
    z-index: 3;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 24px 30px rgba(0, 15, 58, 0.34));
    pointer-events: none;
}

.submit-person-left {
    left: -10px;
    bottom: -23px;
    width: 292px;
}

.submit-person-right {
    right: 27px;
    bottom: -30px;
    width: 194px;
}

.slogan-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /*max-width: 450px;*/
}

.form-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 11px;
}

.form-field {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.form-field label,
.captcha-section > label,
.consent-group legend {
    color: var(--white);
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
}

input,
textarea,
select {
    width: 100%;
    min-height: 25px;
    padding: 7px 9px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: var(--input-text);
    background: var(--white);
    font-size: 1rem;
    line-height: 1.2;
    outline: none;
    transition: border-color 140ms ease, box-shadow 140ms ease;
}

textarea {
    min-height: 54px;
    resize: vertical;
}

input::placeholder,
textarea::placeholder {
    color: rgba(5, 32, 93, 0.55);
}

input:focus,
textarea:focus,
select:focus {
    border-color: var(--cyan);
    box-shadow: 0 0 0 3px rgba(41, 216, 255, 0.18);
}

.captcha-section {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.captcha-row {
    display: flex;
    align-items: stretch;
    gap: 11px;
}

.captcha-display {
    flex: 0 0 155px;
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 9px;
    border-radius: 4px;
    color: var(--white);
    background: rgba(0, 37, 112, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
}

.captcha-row input {
    flex: 1 1 auto;
}

.consent-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    padding: 6px 0 0;
    border: 0;
}

.consent-group legend {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.consent-group label {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    color: var(--white-soft);
    font-size: 0.5625rem;
    line-height: 1.3;
    font-weight: 600;
}

.consent-group input {
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    min-height: 12px;
    margin: 0;
    padding: 0;
    accent-color: var(--pink);
}

.form-submit {
    width: fit-content;
    min-width: 190px;
    margin-top: 4px;
}

.submit-message {
    max-width: 450px;
    margin-bottom: 12px;
    padding: 9px 12px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

.submit-message.success,
.submit-message.is-success {
    display: block;
    color: var(--white);
    background: rgba(31, 191, 120, 0.25);
    border: 1px solid rgba(31, 191, 120, 0.38);
}

.submit-message.error,
.submit-message.is-error {
    display: block;
    color: var(--white);
    background: rgba(244, 37, 130, 0.25);
    border: 1px solid rgba(244, 37, 130, 0.42);
}

.slogans-section {
    padding: 31px 0 44px;
    overflow: hidden;
}

.sort-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}

.sort-btn {
    min-height: 27px;
    padding: 6px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--white);
    background: rgba(0, 37, 112, 0.26);
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    transition: background-color 140ms ease, transform 140ms ease;
}

.sort-btn:hover,
.sort-btn:focus-visible {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
    outline: none;
}

.sort-btn.active {
    background: rgba(255, 255, 255, 0.18);
}

.slogan-list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    min-height: 334px;
}

.slogan-card,
.slogan-item {
    position: relative;
    flex: 0 1 calc((100% - 54px) / 4);
    width: calc((100% - 54px) / 4);
    min-width: 0;
    height: 154px;
    min-height: 154px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    padding: 13px 12px 11px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(43, 91, 168, 0.94), rgba(48, 101, 188, 0.94));
    box-shadow: none;
    overflow: hidden;
}

.slogan-card--loading {
    opacity: 0.55;
}

.slogan-card__top,
.slogan-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 9px;
    width: 100%;
}

.slogan-card__votes,
.slogan-votes,
.vote-count {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    width: auto;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    color: var(--white);
    background: transparent;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
}

.slogan-card__votes strong,
.slogan-votes strong,
.vote-count strong {
    margin-right: 5px;
    color: var(--white);
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 500;
}

.slogan-card__votes span,
.slogan-votes span,
.vote-count span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
}

.vote-btn,
.vote-button {
    flex: 0 0 auto;
    width: auto;
    min-width: 82px;
    min-height: 27px;
    height: 27px;
    padding: 0 13px;
    border: 0;
    border-radius: 999px;
    color: #11336e;
    background: rgba(159, 190, 236, 0.92);
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    box-shadow: none;
}

.vote-btn:hover,
.vote-btn:focus-visible,
.vote-button:hover,
.vote-button:focus-visible {
    color: #08265e;
    background: rgba(190, 213, 246, 1);
    transform: none;
    outline: none;
}

.slogan-card__text,
.slogan-text,
.slogan-title {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 5px 8px 8px;
    color: var(--white);
    font-family: var(--font-hand);
    font-size: 1.875rem;
    line-height: 0.92;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
}

.slogan-card__bottom,
.slogan-footer,
.slogan-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    width: 100%;
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
}

.slogan-card__author,
.slogan-author {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    min-width: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
}

.slogan-card__author::before,
.slogan-author::before {
    content: "";
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.78);
    border-radius: 5px;
    background:
        radial-gradient(circle at 50% 38%, transparent 0 2px, rgba(255, 255, 255, 0.78) 2.5px 3.5px, transparent 4px),
        radial-gradient(ellipse at 50% 78%, transparent 0 5px, rgba(255, 255, 255, 0.78) 5.5px 6.5px, transparent 7px);
}

.slogan-card__share,
.share-link,
.slogan-share-link {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    min-height: 20px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.slogan-card__share::after,
.share-link::after,
.slogan-share-link::after {
    content: "↗";
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.5rem;
    line-height: 0.7;
    font-weight: 400;
}

.slogan-card .slogan-date,
.slogan-item .slogan-date {
    display: none;
}

.slogan-empty,
.slogan-error {
    width: 100%;
    margin: 0;
    padding: 18px;
    color: var(--white-soft);
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

.pagination-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-top: 22px;
}

.page-btn {
    min-height: 27px;
    padding: 6px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--white);
    background: rgba(0, 37, 112, 0.26);
    font-size: 1rem;
    font-weight: 700;
}

#page-info {
    min-width: 76px;
    color: var(--white-soft);
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

.faq-section {
    padding: 34px 0 56px;
    overflow: hidden;
}

.faq-list {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.faq-item {
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(0, 49, 142, 0.18);
    overflow: hidden;
}

.faq-item[open] {
    border-radius: 14px;
    background: rgba(0, 49, 142, 0.34);
}

.faq-item summary {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 8px 16px 8px 20px;
    color: var(--white);
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "→";
    flex: 0 0 auto;
    color: var(--white);
    font-size: 1rem;
    line-height: 1;
}

.faq-item[open] summary::after {
    content: "↓";
}

.faq-item p {
    margin: 0;
    padding: 0 20px 13px;
    color: var(--white-soft);
    font-size: 1rem;
    line-height: 1.5;
}

.site-footer {
    padding: 24px 0 104px;
    overflow: hidden;
}

.footer-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 22px;
    padding-top: 23px;
}

.footer-inner::before {
    content: "";
    position: absolute;
    left: 90px;
    right: 90px;
    top: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-logo img {
    width: 160px;
    height: auto;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
}

.footer-links a {
    color: var(--white-soft);
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
}

.footer-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    margin-top: 4px;
}

.footer-socials a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--blue-950);
    background: rgba(255, 255, 255, 0.42);
    transition: transform 140ms ease, background-color 140ms ease;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
    background: var(--white);
    transform: translateY(-1px);
    outline: none;
}

@media (max-width: 980px) {
    .site-nav {
        gap: 14px;
    }

    .hero-section {
        min-height: 0;
        padding-top: 50px;
    }

    .hero-inner {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }

    .hero-text {
        flex: 0 1 auto;
        width: 100%;
        text-align: left;
    }

    .hero-text h1 {
        max-width: 470px;
        font-size: 2.375rem;
    }

    .hero-prize {
        min-width: 300px;
    }

    .hero-prize strong,
    .hero-prize span {
        font-size: 1.25rem;
    }

    .hero-image {
        flex: 0 1 auto;
        width: 100%;
        min-height: 270px;
    }

    .hero-image img {
        right: 50%;
        width: min(390px, 90%);
        max-height: 280px;
        transform: translateX(50%);
    }

    .intro-card {
        flex-direction: column;
        gap: 14px;
    }

    .intro-title {
        flex: 0 1 auto;
    }

    .intro-title::after {
        display: none;
    }

    .intro-text {
        max-width: none;
    }

    .steps-panel {
        flex-wrap: wrap;
        row-gap: 26px;
    }

    .step-item {
        flex: 1 1 33.333%;
    }

    .submit-card {
        flex-basis: 100%;
        padding-left: 205px;
        padding-right: 58px;
    }

    .submit-card .section-heading-left,
    .submit-card .section-heading-left + p,
    .submit-card .section-intro,
    .submit-card .form-intro {
        max-width: 450px;
        text-align: left;
    }

    .submit-card .section-heading-left h2 {
        justify-content: flex-start;
        margin: 0;
        text-align: left;
    }

    .submit-person-left {
        width: 235px;
    }

    .submit-person-right {
        width: 155px;
        right: 14px;
    }

    .slogan-list {
        gap: 22px;
    }

    .slogan-card,
    .slogan-item {
        flex: 0 1 calc(50% - 11px);
        width: auto;
        min-width: 0;
    }
}

@media (max-width: 760px) {
    :root {
        --header-height: 48px;
    }

    .site-logo img {
        width: 128px;
    }

    .nav-toggle-button {
        display: flex;
    }

    .site-nav {
        position: absolute;
        top: var(--header-height);
        left: 14px;
        right: 14px;
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-direction: column;
        gap: 0;
        padding: 10px;
        border: 1px solid var(--line);
        border-radius: 14px;
        background: rgba(0, 43, 127, 0.96);
        box-shadow: var(--shadow-card);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        pointer-events: none;
        transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
    }

    .site-nav a {
        min-height: 34px;
        justify-content: center;
        font-size: 1rem;
    }

    .nav-toggle:checked ~ .nav-toggle-button span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .nav-toggle:checked ~ .nav-toggle-button span:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle:checked ~ .nav-toggle-button span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .nav-toggle:checked ~ .site-nav {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .hero-section {
        padding-top: 62px;
    }

    .hero-inner {
        gap: 16px;
    }

    .hero-text h1 {
        max-width: 310px;
        font-size: 1.875rem;
    }

    .hero-text em {
        white-space: normal;
    }

    .hero-prize {
        min-width: 0;
        width: 260px;
        padding: 9px 12px;
    }

    .hero-prize strong,
    .hero-prize span {
        font-size: 1rem;
    }

    .hero-buttons {
        gap: 8px;
    }

    .btn {
        min-height: 28px;
        padding: 7px 12px;
        font-size: 1rem;
    }

    .btn::after {
        width: 21px;
        height: 21px;
        margin-right: -8px;
        font-size: 0.8125rem;
    }

    .hero-image {
        min-height: 198px;
    }

    .hero-image img {
        width: 260px;
        max-height: 205px;
    }

    .intro-section {
        margin-top: 0;
    }

    .intro-card {
        gap: 12px;
        padding: 18px;
        border-radius: 9px;
    }

    .intro-title h2 {
        font-size: 2.25rem;
    }

    .intro-text p {
        font-size: 1rem;
    }

    .prize-section {
        padding: 34px 0 25px;
    }

    .prize-section::before,
    .prize-section::after {
        display: none;
    }

    .hand-label {
        font-size: 1.625rem;
    }

    .prize-section h2 {
        font-size: 1.625rem;
    }

    .prize-pill {
        padding: 7px 18px;
        font-size: 1rem;
    }

    .steps-section {
        padding: 26px 0;
    }

    .section-heading h2 {
        font-size: 2.375rem;
    }

    .section-heading-left h2 {
        font-size: 2.375rem;
    }

    .steps-panel {
        flex-direction: column;
        gap: 22px;
        padding: 25px 18px 28px;
    }

    .step-item {
        flex: 0 1 auto;
        width: 100%;
        padding: 0;
    }

    .step-item h3,
    .step-item p {
        max-width: 210px;
    }

    .submit-section {
        padding: 25px 0 34px;
    }

    .submit-wrap {
        min-height: 0;
    }

    .submit-card {
        flex: 1 1 auto;
        width: 100%;
        min-height: 0;
        padding: 20px;
    }

    .submit-card .section-heading-left,
    .submit-card .section-heading-left + p,
    .submit-card .section-intro,
    .submit-card .form-intro {
        max-width: none;
        text-align: center;
    }

    .submit-card .section-heading-left h2 {
        justify-content: center;
        margin: 0 auto;
        text-align: center;
    }

    .submit-person-left {
        display: block;
        left: 50%;
        bottom: -164px;
        width: 170px;
        transform: translateX(-50%);
    }

    .submit-person-right {
        display: none;
    }

    .slogan-form {
        max-width: none;
    }

    .form-row {
        flex-direction: column;
        gap: 9px;
    }

    .form-field {
        width: 100%;
    }

    .captcha-row {
        flex-direction: column;
        gap: 9px;
    }

    .captcha-display {
        flex: 0 1 auto;
        width: 100%;
    }

    .form-submit {
        width: 100%;
    }

    .slogans-section {
        padding-top: 150px;
    }

    .slogan-list {
        gap: 14px;
        min-height: 0;
    }

    .slogan-card,
    .slogan-item {
        flex: 0 1 100%;
        width: 100%;
        min-width: 0;
        height: 150px;
        min-height: 150px;
    }

    .slogan-card__text,
    .slogan-text,
    .slogan-title {
        font-size: 1.75rem;
    }

    .pagination-buttons {
        flex-wrap: wrap;
    }

    #page-info {
        order: -1;
        width: 100%;
    }

    .faq-section {
        padding-bottom: 38px;
    }

    .faq-item {
        border-radius: 14px;
    }

    .footer-inner::before {
        left: 16px;
        right: 16px;
    }

    .site-footer {
        padding-bottom: 52px;
    }

    .footer-links {
        flex-direction: column;
        gap: 12px;
    }

    .footer-socials {
        gap: 16px;
    }
}

@media (max-width: 390px) {
    .hero-text h1 {
        font-size: 1.75rem;
    }

    .hero-prize {
        width: 238px;
    }

    .section-heading h2 {
        font-size: 2.125rem;
    }

    .section-heading-left h2 {
        font-size: 2.125rem;
    }

    .submit-card {
        padding: 17px;
    }

    .faq-item summary {
        padding: 9px 13px;
        font-size: 1rem;
    }

    .faq-item p {
        padding: 0 13px 12px;
    }
}

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

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