/* ==========================================================
   MUSIC AWARDS OF NAGALAND 2026
   Artist Submission Portal
   Theme: Black + Orange / Main Website Match
   ========================================================== */

:root {
    --black: #050505;
    --black-2: #101010;
    --dark: #171717;
    --orange: #ff5a00;
    --orange-2: #ff7a1a;
    --orange-soft: #fff2e9;
    --white: #ffffff;
    --text: #171717;
    --muted: #707070;
    --border: #e4e4e4;
    --surface: #ffffff;
    --surface-2: #fafafa;
    --danger: #c62828;
    --success: #1b7f43;
    --radius: 10px;
    --shadow: 0 12px 40px rgba(0,0,0,.10);
    --container: 1120px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--text);
    background: #111;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

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

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

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

.content-width,
.hero-inner,
.header-inner,
.footer-inner,
.footer-bottom {
    width: min(calc(100% - 40px), var(--container));
    margin-inline: auto;
}

.honeypot-field {
    position: absolute !important;
    left: -99999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

/* ==========================================================
   HEADER — matches main website
   ========================================================== */

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 8px 0 0;
    background: linear-gradient(180deg, rgba(18,18,20,.32), rgba(6,6,6,.22));
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
}

.header-inner {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 8px 26px;
    background: linear-gradient(180deg, rgba(30,30,32,.42), rgba(8,8,8,.30));
    backdrop-filter: blur(28px) saturate(200%);
    -webkit-backdrop-filter: blur(28px) saturate(200%);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.07);
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #fff;
}

.brand-mark {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    flex: 0 0 38px;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.02;
}

.brand-text strong {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -.02em;
}

.brand-text span {
    color: #f4f4f4;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.brand-text small {
    margin-top: 3px;
    color: var(--orange);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .14em;
}

.header-actions {
    display: flex;
    align-items: center;
}

.back-link {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .04em;
    opacity: .88;
    transition: .2s ease;
}

.back-link:hover { color: var(--orange); }

/* ==========================================================
   HERO — orange/black website style
   ========================================================== */

.hero-section {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 78% 25%, rgba(255,180,70,.55), transparent 22%),
        radial-gradient(circle at 12% 75%, rgba(255,90,0,.60), transparent 28%),
        radial-gradient(circle at 52% 45%, rgba(180,60,10,.55), transparent 34%),
        linear-gradient(120deg, #140b05 0%, #7a2d0b 42%, #2a1006 100%);
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: -20%;
    background-image:
        radial-gradient(ellipse at center, transparent 20%, rgba(0,0,0,.48) 72%),
        linear-gradient(90deg, rgba(0,0,0,.30), transparent 45%, rgba(0,0,0,.30)),
        url('../img/hero-bg-award.png');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0 0, 0 0, center center;
    background-size: 100% 100%, 100% 100%, 54% auto;
    pointer-events: none;
}

.hero-inner {
    position: relative;
    min-height: 300px;
    padding: 42px 0 40px;
    display: grid;
    grid-template-columns: 1fr 230px;
    align-items: center;
    gap: 55px;
}

.hero-copy { max-width: 690px; }

.hero-label {
    margin-bottom: 8px;
    color: #ffd3b8;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.hero-section h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(36px, 5vw, 62px);
    line-height: .96;
    letter-spacing: -.055em;
    font-weight: 900;
    text-transform: uppercase;
}

.hero-section h1 span { color: var(--orange); }

.hero-title-row {
    display: flex;
    align-items: center;
    gap: 18px;
}

.hero-tafma-badge {
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255,255,255,.96);
    box-shadow: 0 10px 26px rgba(0,0,0,.35);
}

.hero-tafma-badge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-bottom {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.hero-bottom p { margin: 0; }

.hero-bottom p:first-child {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.hero-description {
    max-width: 470px;
    color: rgba(255,255,255,.72);
    font-size: 11px;
}

.hero-line {
    width: 60px;
    height: 3px;
    margin-top: 18px;
    background: var(--orange);
}

.hero-logo {
    width: 210px;
    height: 210px;
    padding: 15px;
    justify-self: center;
    border-radius: 50%;
    background: rgba(255,255,255,.96);
    box-shadow: 0 20px 55px rgba(0,0,0,.32);
}

.hero-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ==========================================================
   FORM NAV / STEPS
   ========================================================== */

.submission-nav {
    position: sticky;
    top: 72px;
    z-index: 80;
    background: linear-gradient(180deg, rgba(18,18,20,.32), rgba(6,6,6,.22));
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    padding-bottom: 10px;
}

.submission-nav .content-width {
    padding: 12px 26px;
    background: linear-gradient(180deg, rgba(30,30,32,.42), rgba(8,8,8,.30));
    backdrop-filter: blur(28px) saturate(200%);
    -webkit-backdrop-filter: blur(28px) saturate(200%);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.07);
}

.section-intro-small {
    margin-bottom: 8px;
    color: #aaa;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.submission-steps {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 7px;
}

.submission-steps a {
    min-width: 0;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    background: rgba(255,255,255,.04);
    color: #b9b9b9;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .045em;
    transition: .18s ease;
}

.submission-steps a span { color: var(--orange); }

.submission-steps a:hover {
    color: #fff;
    border-color: rgba(255,90,0,.65);
    background: rgba(255,90,0,.14);
}

/* ==========================================================
   FORM BACKGROUND — same warm/dark visual language
   ========================================================== */

.form-area {
    position: relative;
    padding: 32px 0 60px;
    background:
        radial-gradient(circle at 5% 12%, rgba(255,90,0,.22), transparent 22%),
        radial-gradient(circle at 92% 55%, rgba(255,90,0,.14), transparent 25%),
        linear-gradient(120deg, #141414, #0d0d0d 50%, #18100c);
}

.form-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 30%, rgba(0,0,0,.35));
    pointer-events: none;
}

.form-area > .content-width {
    position: relative;
}

.form-alert {
    margin-bottom: 16px;
    padding: 12px 15px;
    color: #fff;
    background: rgba(180,30,30,.18);
    border: 1px solid rgba(255,110,110,.35);
    border-left: 3px solid #ff5a5a;
    border-radius: 7px;
    font-size: 12px;
}

/* ==========================================================
   FORM CARDS
   ========================================================== */

.form-section {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 14px;
    padding: 24px 26px 26px;
    background: var(--surface);
    border: 1px solid #e8e8e8;
    border-radius: var(--radius);
    box-shadow: 0 14px 38px rgba(0,0,0,.14);
    scroll-margin-top: 145px;
}

.section-number {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--orange);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    box-shadow: 0 6px 15px rgba(255,90,0,.22);
}

.section-content { min-width: 0; }

.section-heading {
    margin-bottom: 18px;
    padding-bottom: 13px;
    border-bottom: 1px solid #ededed;
}

.section-kicker {
    margin-bottom: 4px;
    color: var(--orange);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.section-heading h2 {
    margin: 0 0 4px;
    color: #141414;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.025em;
    font-weight: 800;
}

.section-heading p {
    max-width: 700px;
    margin: 0;
    color: var(--muted);
    font-size: 11px;
}

/* ==========================================================
   FIELDS — clear and easy to fill
   ========================================================== */

.field { margin-bottom: 15px; }
.field:last-child { margin-bottom: 0; }

.field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 15px 18px;
}

.field-grid + .field { margin-top: 18px; }

.field-grid .field { margin-bottom: 0; }

.field label {
    display: block;
    margin-bottom: 6px;
    color: #292929;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 750;
}

.field label > span { color: var(--orange); }

.field label small {
    color: #8a8a8a;
    font-size: 9px;
    font-weight: 500;
}

.field-help {
    margin: -2px 0 6px;
    color: #858585;
    font-size: 9px;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    min-height: 43px;
    padding: 10px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    outline: none;
    background: #fff;
    color: #181818;
    font-size: 12px;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.field textarea {
    min-height: 96px;
    resize: vertical;
    line-height: 1.55;
}

.field input::placeholder,
.field textarea::placeholder { color: #a2a2a2; }

.field input:hover,
.field select:hover,
.field textarea:hover { border-color: #bcbcbc; }

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(255,90,0,.10);
    background: #fff;
}

.field input:required:invalid:not(:placeholder-shown),
.field textarea:required:invalid:not(:placeholder-shown) {
    border-color: #e2aaaa;
}

.character-count {
    margin-top: 5px;
    color: #999;
    font-size: 9px;
    text-align: right;
}

/* ==========================================================
   CAPTCHA / REVIEW
   ========================================================== */

.verification-section {
    border-top: 3px solid var(--orange);
}

.captcha-box {
    display: grid;
    grid-template-columns: minmax(220px,.8fr) minmax(260px,1fr);
    align-items: center;
    gap: 20px;
    padding: 15px;
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    background: #fafafa;
}

.captcha-question {
    display: flex;
    flex-direction: column;
}

.captcha-label {
    margin-bottom: 3px;
    color: var(--orange);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
}

.captcha-question strong {
    font-size: 14px;
    font-weight: 700;
}

.captcha-input label {
    display: block;
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: 700;
}

.captcha-input label span { color: var(--orange); }

.captcha-input input {
    width: 100%;
    min-height: 42px;
    padding: 9px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    outline: none;
}

.recaptcha-wrapper {
    min-height: 78px;
    display: flex;
    align-items: center;
}

.review-note {
    margin-top: 14px;
    margin-bottom: 14px;
    padding: 12px 14px;
    background: var(--orange-soft);
    border: 1px solid #ffd8c1;
    border-left: 3px solid var(--orange);
    border-radius: 6px;
}

.review-note strong {
    color: #2a1a12;
    font-size: 10px;
    font-weight: 850;
}

.review-note p {
    margin: 3px 0 0;
    color: #6f574b;
    font-size: 10px;
}

.registration-fee-box {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto;
    align-items: center;
    gap: 20px;
    padding: 20px 22px;
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    background: #fafafa;
}

.registration-fee-copy .final-label {
    margin-bottom: 6px;
}

.registration-fee-copy strong {
    display: block;
    margin-bottom: 8px;
    color: #141414;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.registration-fee-copy p {
    margin: 0;
    max-width: 46ch;
    color: #7a7a7a;
    font-size: 11px;
    line-height: 1.55;
}

.registration-fee-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    padding: 12px 18px;
    border: 1px solid #ffd8c1;
    border-radius: 7px;
    background: #fff;
    text-align: right;
    white-space: nowrap;
}

.registration-fee-meta span {
    color: var(--orange);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
}

.registration-fee-meta strong {
    color: #141414;
    font-size: 14px;
    font-weight: 800;
}

.final-action {
    margin-top: 18px;
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #e9e9e9;
}

.final-label {
    display: block;
    margin-bottom: 2px;
    color: var(--orange);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .13em;
}

.final-action p {
    margin: 0;
    color: #777;
    font-size: 10px;
}

.submit-button {
    min-width: 220px;
    min-height: 45px;
    padding: 0 16px 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    border: 0;
    border-radius: 7px;
    background: var(--orange);
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .045em;
    box-shadow: 0 8px 20px rgba(255,90,0,.20);
    transition: .18s ease;
}

.submit-button:hover {
    background: #e94f00;
    transform: translateY(-1px);
    box-shadow: 0 10px 25px rgba(255,90,0,.28);
}

.submit-button:disabled {
    opacity: .6;
    cursor: wait;
    transform: none;
}

.submit-arrow { font-size: 17px; line-height: 1; }

/* ==========================================================
   PREVIEW PAGE
   ========================================================== */

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 35px 0 30px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 25%, rgba(255,160,50,.45), transparent 23%),
        radial-gradient(circle at 15% 75%, rgba(255,90,0,.38), transparent 27%),
        linear-gradient(120deg, #120906, #6f290b 50%, #180b05);
}

.page-hero h1 {
    margin: 5px 0 5px;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -.04em;
}

.page-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 11px;
}

.page-eyebrow {
    color: #ffb080;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.review-area {
    min-height: calc(100vh - 190px);
    padding: 30px 0 60px;
    background:
        radial-gradient(circle at 10% 20%, rgba(255,90,0,.18), transparent 22%),
        #111;
}

.review-card {
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 45px rgba(0,0,0,.18);
}

.review-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e8e8e8;
}

.review-card-top h2 {
    margin: 3px 0 0;
    font-size: 19px;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .06em;
    white-space: nowrap;
}

.status-badge.not-submitted {
    color: #9a3b00;
    background: #fff0e7;
    border: 1px solid #ffd2b9;
}

.status-badge.pending {
    color: #8a5a00;
    background: #fff8e9;
    border: 1px solid #f0d9a5;
}

.status-badge.paid {
    color: var(--success);
    background: #edf8f1;
    border: 1px solid #c6e7d1;
}

.status-badge.failed {
    color: var(--danger);
    background: #fff0f0;
    border: 1px solid #efcaca;
}

.review-group { margin-bottom: 18px; }
.review-group:last-child { margin-bottom: 0; }

.review-group-title {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 9px;
    color: var(--orange);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.review-group-title span {
    width: 21px;
    height: 21px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--orange);
    color: #fff;
    font-size: 8px;
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 11px 22px;
}

.review-item.review-wide { grid-column: 1 / -1; }

.review-label {
    display: block;
    margin-bottom: 2px;
    color: #777;
    font-size: 9px;
    font-weight: 600;
}

.review-value {
    display: block;
    color: #171717;
    font-size: 12px;
    font-weight: 600;
    word-break: break-word;
}

a.review-value { color: #df4e00; }

a.review-value:hover { text-decoration: underline; }

.lyrics-preview {
    max-height: 180px;
    overflow-y: auto;
    padding: 10px 12px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    background: #fafafa;
    color: #333;
    font-size: 11px;
    line-height: 1.55;
    white-space: pre-wrap;
}

.review-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid #e8e8e8;
}

.btn-outline {
    min-height: 45px;
    min-width: 170px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid #d4d4d4;
    border-radius: 7px;
    background: #fff;
    color: #333;
    font-size: 10px;
    font-weight: 750;
    cursor: pointer;
    transition: .18s ease;
}

.btn-outline:hover {
    border-color: var(--orange);
    color: var(--orange);
}

/* ==========================================================
   SUCCESS PAGE
   ========================================================== */

.success-area {
    min-height: calc(100vh - 145px);
    padding: 45px 0;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 10% 25%, rgba(255,90,0,.25), transparent 25%),
        radial-gradient(circle at 90% 70%, rgba(255,140,30,.18), transparent 25%),
        #111;
}

.success-card {
    max-width: 600px;
    margin-inline: auto;
    padding: 32px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 18px 55px rgba(0,0,0,.24);
}

.success-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 13px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #edf8f1;
    color: var(--success);
    font-size: 25px;
    font-weight: 800;
}

.success-card h1 {
    margin: 5px 0 8px;
    font-size: 25px;
    letter-spacing: -.035em;
}

.success-message {
    margin: 0 0 18px;
    color: #707070;
    font-size: 11px;
}

.submission-id-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 14px;
    padding: 14px;
    background: #fafafa;
    border: 1px dashed #d7d7d7;
    border-radius: 7px;
}

.submission-id-box span {
    color: #888;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.submission-id-box strong {
    font-size: 19px;
    letter-spacing: .03em;
}

.success-note {
    margin: 0 0 18px;
    color: #777;
    font-size: 10px;
}

.success-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
    margin-top: 6px;
}

.success-actions-full { flex-basis: 100%; }

.success-actions .submit-button,
.success-actions .btn-outline { min-width: 180px; }

/* ==========================================================
   FOOTER — black like website
   ========================================================== */

.site-footer {
    padding: 24px 0 16px;
    background: #050505;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.08);
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 9px;
}

.footer-brand .brand-mark {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
}

.footer-brand div {
    display: flex;
    flex-direction: column;
}

.footer-brand strong {
    font-size: 10px;
    font-weight: 800;
}

.footer-brand span:not(.brand-mark) {
    color: #929292;
    font-size: 8px;
}

.footer-tech-partner {
    display: flex;
    align-items: center;
}

.footer-tech-partner img {
    height: 46px;
    width: auto;
    border-radius: 7px;
    opacity: .95;
}

.footer-link {
    color: #ddd;
    font-size: 9px;
    font-weight: 700;
}

.footer-link:hover { color: var(--orange); }

.footer-bottom {
    margin-top: 14px;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    border-top: 1px solid #252525;
    color: #737373;
    font-size: 8px;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 900px) {
    .hero-inner {
        grid-template-columns: 1fr 165px;
        gap: 30px;
        min-height: 250px;
    }

    .hero-logo {
        width: 155px;
        height: 155px;
    }

    .submission-steps {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 760px) {
    .content-width,
    .hero-inner,
    .header-inner,
    .footer-inner,
    .footer-bottom {
        width: calc(100% - 28px);
    }

    .hero-inner {
        min-height: auto;
        padding: 32px 0;
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-copy { margin-inline: auto; }

    .hero-title-row { justify-content: center; }

    .hero-bottom {
        justify-content: center;
        flex-direction: column;
        gap: 4px;
    }

    .hero-line { margin-inline: auto; }

    .hero-logo {
        grid-row: 1;
        width: 125px;
        height: 125px;
        padding: 10px;
    }

    .submission-nav {
        position: relative;
        top: auto;
    }

    .form-section {
        grid-template-columns: 38px minmax(0,1fr);
        gap: 13px;
        padding: 20px 17px 21px;
    }

    .field-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .captcha-box {
        grid-template-columns: 1fr;
    }

    .registration-fee-box {
        grid-template-columns: 1fr;
    }

    .registration-fee-meta {
        align-items: flex-start;
        text-align: left;
    }

    .final-action {
        align-items: stretch;
        flex-direction: column;
    }

    .submit-button {
        width: 100%;
        min-width: 0;
    }

    .review-grid {
        grid-template-columns: 1fr;
    }

    .review-item.review-wide { grid-column: auto; }

    .footer-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }
}

@media (max-width: 520px) {
    .header-inner { min-height: 54px; padding: 6px 18px; }
    .header-actions { display: none; }

    .brand-text strong { font-size: 12px; }

    .hero-title-row { gap: 12px; }

    .hero-tafma-badge {
        width: 44px;
        height: 44px;
    }

    .footer-tech-partner img { height: 38px; }

    .submission-steps {
        grid-template-columns: repeat(3, 1fr);
    }

    .form-area { padding-top: 18px; }

    .form-section {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 17px 14px 18px;
    }

    .section-number {
        width: 32px;
        height: 32px;
    }

    .section-heading h2 { font-size: 18px; }

    .review-card,
    .success-card { padding: 20px 16px; }

    .review-card-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .review-actions,
    .success-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .review-actions .btn-outline,
    .review-actions .submit-button,
    .success-actions .btn-outline,
    .success-actions .submit-button {
        width: 100%;
        min-width: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}