:root {
    --support-navy: #071a34;
    --support-deep: #031022;
    --support-blue: #1769aa;
    --support-ice: #d9f2ff;
    --support-white: #f8fcff;
    --support-copper: #d58a3a;
    --support-line: rgba(153, 215, 247, .22);
}

/* Homepage official starting XI stadium */
.lineup-stadium {
    width: min(1180px, calc(100% - 36px));
    margin: 34px auto 44px;
    overflow: hidden;
    color: #f8fbff;
    border: 1px solid rgba(118, 185, 255, .24);
    border-radius: 28px;
    background:
        radial-gradient(circle at 10% 0%, rgba(32, 137, 255, .22), transparent 31%),
        linear-gradient(145deg, #06172c 0%, #0a274c 54%, #061528 100%);
    box-shadow: 0 24px 70px rgba(3, 19, 39, .24);
}

.lineup-stadium__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 32px 24px;
}

.lineup-stadium__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #75beff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
}

.lineup-stadium__header h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(27px, 4vw, 48px);
    line-height: .98;
    letter-spacing: -.04em;
}

.lineup-stadium__fixture {
    display: grid;
    gap: 5px;
    min-width: 250px;
    padding: 14px 17px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 14px;
    background: rgba(255, 255, 255, .06);
    text-align: right;
}

.lineup-stadium__fixture strong { color: #fff; font-size: 15px; }
.lineup-stadium__fixture span { color: #a9c9e8; font-size: 12px; font-weight: 700; }

.lineup-stadium__bowl {
    position: relative;
    padding: 46px clamp(20px, 6vw, 86px);
    background:
        repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 3px, transparent 3px 24px),
        linear-gradient(180deg, #07111e 0%, #0d2138 18%, #07111e 100%);
    box-shadow: inset 0 18px 36px rgba(0,0,0,.45), inset 0 -18px 36px rgba(0,0,0,.45);
}

.lineup-stadium__stand {
    position: absolute;
    left: 4%;
    z-index: 2;
    display: flex;
    width: 92%;
    align-items: center;
    justify-content: space-around;
    color: rgba(255,255,255,.64);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    pointer-events: none;
}

.lineup-stadium__stand b { color: #fff; font-size: 12px; letter-spacing: .2em; }
.lineup-stadium__stand--top { top: 14px; }
.lineup-stadium__stand--bottom { bottom: 14px; }

.lineup-pitch {
    position: relative;
    width: min(760px, 100%);
    aspect-ratio: 1.48 / 1;
    margin: 0 auto;
    overflow: hidden;
    border: 3px solid rgba(255,255,255,.82);
    border-radius: 13px;
    background:
        repeating-linear-gradient(90deg, rgba(255,255,255,.045) 0 12.5%, rgba(0,0,0,.035) 12.5% 25%),
        linear-gradient(180deg, #188246 0%, #12713c 100%);
    box-shadow: 0 22px 45px rgba(0,0,0,.42), 0 0 0 10px rgba(21, 90, 153, .16);
}

.lineup-pitch::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background: radial-gradient(ellipse at center, transparent 35%, rgba(2,35,17,.16) 100%);
}

.lineup-pitch__line,
.lineup-pitch__circle,
.lineup-pitch__box {
    position: absolute;
    z-index: 1;
    display: block;
    border-color: rgba(255,255,255,.72);
    pointer-events: none;
}

.lineup-pitch__line--half { left: 0; top: 50%; width: 100%; border-top: 2px solid rgba(255,255,255,.72); }
.lineup-pitch__circle { left: 50%; top: 50%; width: 19%; aspect-ratio: 1; border: 2px solid rgba(255,255,255,.72); border-radius: 50%; transform: translate(-50%, -50%); }
.lineup-pitch__circle::after { content: ''; position: absolute; left: 50%; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.8); transform: translate(-50%, -50%); }
.lineup-pitch__box { left: 27%; width: 46%; height: 15%; border: 2px solid rgba(255,255,255,.72); }
.lineup-pitch__box--top { top: -2px; border-top: 0; }
.lineup-pitch__box--bottom { bottom: -2px; border-bottom: 0; }

.lineup-player {
    position: absolute;
    left: var(--player-x);
    top: var(--player-y);
    z-index: 3;
    display: grid;
    justify-items: center;
    width: 116px;
    transform: translate(-50%, -50%);
}

.lineup-player__shirt {
    display: grid;
    width: 36px;
    height: 39px;
    place-items: center;
    color: #0a315d;
    border: 2px solid #fff;
    border-radius: 10px 10px 13px 13px;
    background: linear-gradient(135deg, #fff 0 47%, #8ac7ff 48% 54%, #fff 55% 100%);
    box-shadow: 0 6px 14px rgba(0,0,0,.34);
    font-size: 13px;
    font-weight: 950;
}

.lineup-player__name {
    max-width: 116px;
    margin-top: 5px;
    padding: 3px 7px;
    overflow: hidden;
    color: #fff;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 6px;
    background: rgba(3,22,40,.86);
    box-shadow: 0 3px 9px rgba(0,0,0,.28);
    font-size: 10px;
    line-height: 1.15;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lineup-player.is-pending .lineup-player__shirt {
    color: rgba(255,255,255,.62);
    border-style: dashed;
    border-color: rgba(255,255,255,.48);
    background: rgba(6,44,80,.45);
    box-shadow: none;
}

.lineup-stadium__footer {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 18px 32px 22px;
}

.lineup-stadium__status { margin: 0; color: #d8e9f8; font-size: 13px; font-weight: 850; }
.lineup-stadium__status::before { content: ''; display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: #ffbd3e; box-shadow: 0 0 0 5px rgba(255,189,62,.12); }
.lineup-stadium__status.is-official::before { background: #4de38b; box-shadow: 0 0 0 5px rgba(77,227,139,.12); }
.lineup-stadium__note { flex: 1; margin: 0; color: #7898b7; font-size: 11px; }
.lineup-stadium__source { flex: 0 0 auto; color: #85c7ff; font-size: 12px; font-weight: 850; text-decoration: none; }
.lineup-stadium__source:hover { color: #fff; }

@media (max-width: 760px) {
    .lineup-stadium { width: calc(100% - 20px); margin: 22px auto 30px; border-radius: 20px; }
    .lineup-stadium__header { display: grid; padding: 22px 18px 17px; }
    .lineup-stadium__fixture { min-width: 0; text-align: left; }
    .lineup-stadium__bowl { padding: 39px 10px; }
    .lineup-stadium__stand { font-size: 7px; }
    .lineup-stadium__stand b { font-size: 9px; }
    .lineup-pitch { aspect-ratio: 1 / 1.16; }
    .lineup-player { width: 72px; }
    .lineup-player__shirt { width: 29px; height: 31px; border-radius: 8px 8px 10px 10px; font-size: 11px; }
    .lineup-player__name { max-width: 70px; padding: 2px 4px; font-size: 8px; }
    .lineup-stadium__footer { display: grid; gap: 9px; padding: 16px 18px 20px; }
}

.team-mark.has-club-badge {
    overflow: hidden;
    padding: 7px;
    border-color: rgba(13, 77, 137, .16);
    background: #fff;
    box-shadow: 0 10px 26px rgba(3, 29, 56, .16);
}

.team-mark.has-club-badge img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 760px) {
    .team-mark.has-club-badge { padding: 5px; }
}

.support-slot {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    min-height: 116px;
    overflow: hidden;
    padding: 20px 24px;
    border: 1px solid rgba(213, 138, 58, .5) !important;
    background: linear-gradient(105deg, rgba(3, 16, 34, .99), rgba(7, 39, 72, .96)) !important;
    color: var(--support-white) !important;
    text-align: left !important;
    box-shadow: 0 18px 55px rgba(3, 16, 34, .17);
}

.support-slot::before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: auto -4% -58% 26%;
    height: 138px;
    opacity: .34;
    background: linear-gradient(145deg, transparent 48%, #3a91c9 49% 54%, transparent 55%), linear-gradient(35deg, transparent 44%, #80c8ee 45% 50%, transparent 51%);
}

.support-slot__mark {
    position: relative;
    display: grid;
    place-items: center;
    width: 72px;
    aspect-ratio: 1;
    border: 1px solid rgba(217, 242, 255, .28);
    border-radius: 50%;
    background: radial-gradient(circle at 35% 28%, #2586c6, #092443 68%);
    color: white;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    box-shadow: inset 0 0 0 7px rgba(255,255,255,.04), 0 10px 32px rgba(0,0,0,.28);
}

.support-slot__mark::after {
    content: 'GÜN';
    position: absolute;
    bottom: -5px;
    padding: 2px 7px;
    border-radius: 99px;
    background: var(--support-copper);
    color: #17100a;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .14em;
}

.support-slot__copy { display: grid; gap: 4px; }
.support-slot__copy span { color: #8ed6ff; font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.support-slot__copy strong { color: white; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(22px, 3vw, 31px); line-height: .98; text-transform: uppercase; }
.support-slot__copy small { color: rgba(239, 249, 255, .72); font-size: 12px; }

.support-slot__action {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 4px;
    background: var(--support-copper);
    color: #16100a !important;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-decoration: none;
    white-space: nowrap;
}

.support-slot__action i { font-size: 18px; font-style: normal; }

.support-slot.ad-slot--sidebar {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 18px;
    min-height: 0;
    padding: 24px;
}

.support-slot.ad-slot--sidebar .support-slot__mark {
    width: 62px;
    font-size: 33px;
}

.support-slot.ad-slot--sidebar .support-slot__copy strong {
    font-size: 27px;
    line-height: 1;
}

.support-slot.ad-slot--sidebar .support-slot__action {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
}

.ticket-drive {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    border-top: 1px solid rgba(213,138,58,.38);
    border-bottom: 1px solid rgba(213,138,58,.38);
    background: linear-gradient(105deg, #031022, #0b3156 74%, #124b78);
    color: white;
}

.ticket-drive::after {
    content: '12';
    position: absolute;
    right: 4%;
    top: 50%;
    color: rgba(255,255,255,.045);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 180px;
    font-weight: 950;
    line-height: 1;
    transform: translateY(-50%);
}

.ticket-drive__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.ticket-drive__inner > div { display: grid; gap: 5px; }
.ticket-drive__inner span { color: #91d7fb; font-size: 10px; font-weight: 950; letter-spacing: .18em; }
.ticket-drive__inner strong { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(28px, 4vw, 43px); line-height: 1; text-transform: uppercase; }
.ticket-drive__inner p { margin: 3px 0 0; color: rgba(255,255,255,.68); font-size: 13px; }
.ticket-drive__inner > a { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 22px; border: 1px solid rgba(255,255,255,.2); background: var(--support-copper); color: #17100a; font-size: 11px; font-weight: 950; letter-spacing: .08em; text-decoration: none; white-space: nowrap; }
.ticket-drive__inner i { font-size: 18px; font-style: normal; }
.ticket-drive--standalone { margin-top: 28px; border-radius: 3px; }

.community-page {
    margin: 0;
    background: radial-gradient(circle at 84% 10%, rgba(37, 134, 198, .22), transparent 26rem), radial-gradient(circle at 12% 42%, rgba(213, 138, 58, .12), transparent 27rem), #f1f6f9;
    color: #112238;
}

.community-shell { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.community-topbar { position: relative; z-index: 10; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(3, 16, 34, .97); }
.community-topbar .community-shell { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 24px; }
.community-brand { display: inline-flex; align-items: center; gap: 13px; color: white; text-decoration: none; }
.community-brand img { width: 58px; height: 58px; object-fit: contain; }
.community-brand strong, .community-brand small { display: block; }
.community-brand strong { font-family: 'Barlow Condensed', sans-serif; font-size: 24px; line-height: 1; letter-spacing: .04em; }
.community-brand small { margin-top: 5px; color: #8ed6ff; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.community-nav { display: flex; align-items: center; gap: 8px; }
.community-nav a { padding: 10px 13px; border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.8); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-decoration: none; }
.community-nav a:last-child { border-color: rgba(213,138,58,.55); color: #ffd8ad; }

.community-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 82px 0 68px;
    background: linear-gradient(100deg, rgba(3,16,34,.99), rgba(6,42,77,.93)), repeating-linear-gradient(115deg, transparent 0 30px, rgba(255,255,255,.035) 30px 31px);
    color: white;
}

.community-hero::after { content: ''; position: absolute; z-index: -1; right: -7%; bottom: -62px; width: 58%; height: 300px; opacity: .38; background: linear-gradient(150deg, transparent 49%, #2c88c5 50% 55%, transparent 56%), linear-gradient(28deg, transparent 49%, #91d7fb 50% 54%, transparent 55%); }
.community-hero__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: center; gap: clamp(36px, 7vw, 92px); }
.community-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: #9cdcff; font-size: 11px; font-weight: 950; letter-spacing: .18em; }
.community-kicker::before { content: ''; width: 28px; height: 2px; background: var(--support-copper); }
.community-hero h1 { max-width: 790px; margin: 0; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(48px, 7vw, 86px); line-height: .88; letter-spacing: -.035em; text-transform: uppercase; }
.community-hero h1 em { color: var(--support-copper); font-style: normal; }
.community-hero__lead { max-width: 690px; margin: 25px 0 0; color: rgba(240,249,255,.76); font-size: clamp(16px, 2vw, 20px); line-height: 1.65; }
.community-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.community-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 22px; border: 0; border-radius: 3px; background: var(--support-copper); color: #17100a; font: inherit; font-size: 12px; font-weight: 950; letter-spacing: .08em; text-decoration: none; cursor: pointer; }
.community-button--ghost { border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.06); color: white; }

.community-ticket { position: relative; padding: 26px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.065); box-shadow: 0 30px 80px rgba(0,0,0,.25); backdrop-filter: blur(14px); }
.community-ticket::before, .community-ticket::after { content: ''; position: absolute; top: 50%; width: 22px; height: 22px; border-radius: 50%; background: #071d39; transform: translateY(-50%); }
.community-ticket::before { left: -12px; } .community-ticket::after { right: -12px; }
.community-ticket__top { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 19px; border-bottom: 1px dashed rgba(255,255,255,.28); }
.community-ticket__top span { color: #8ed6ff; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.community-ticket__top b { color: #ffd6a9; font-family: 'Barlow Condensed', sans-serif; font-size: 23px; }
.community-ticket__number { display: flex; align-items: end; gap: 10px; margin: 26px 0 8px; }
.community-ticket__number strong { font-family: 'Barlow Condensed', sans-serif; font-size: 108px; line-height: .7; }
.community-ticket__number span { color: var(--support-copper); font-size: 20px; font-weight: 950; }
.community-ticket p { margin: 22px 0 0; color: rgba(255,255,255,.68); line-height: 1.55; }

.community-section { padding: 76px 0; }
.community-section--white { background: rgba(255,255,255,.78); }
.community-heading { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 40px; align-items: end; margin-bottom: 35px; }
.community-heading span { color: var(--support-blue); font-size: 11px; font-weight: 950; letter-spacing: .17em; }
.community-heading h2 { margin: 8px 0 0; color: var(--support-navy); font-family: 'Barlow Condensed', sans-serif; font-size: clamp(36px, 5vw, 58px); line-height: .94; text-transform: uppercase; }
.community-heading p { margin: 0; color: #53657a; line-height: 1.7; }

.community-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid #dce7ed; background: #dce7ed; }
.community-step { min-height: 240px; padding: 25px; background: white; }
.community-step b { color: #b8c8d2; font-family: 'Barlow Condensed', sans-serif; font-size: 48px; }
.community-step h3 { margin: 24px 0 10px; color: var(--support-navy); font-family: 'Barlow Condensed', sans-serif; font-size: 25px; text-transform: uppercase; }
.community-step p { margin: 0; color: #647588; font-size: 14px; line-height: 1.65; }

.community-form-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 28px; align-items: start; }
.community-form-card, .community-rules { border: 1px solid #d7e4eb; background: white; box-shadow: 0 20px 60px rgba(19, 49, 75, .08); }
.community-form-card { padding: clamp(24px, 5vw, 44px); }
.community-form__group + .community-form__group { margin-top: 36px; padding-top: 34px; border-top: 1px solid #e2ebf0; }
.community-form__group h3 { margin: 0 0 6px; color: var(--support-navy); font-family: 'Barlow Condensed', sans-serif; font-size: 30px; text-transform: uppercase; }
.community-form__group > p { margin: 0 0 22px; color: #6b7d8f; font-size: 13px; line-height: 1.6; }
.community-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.community-field { display: grid; gap: 7px; }
.community-field--full { grid-column: 1 / -1; }
.community-field label { color: #30465d; font-size: 11px; font-weight: 900; letter-spacing: .05em; }
.community-field input, .community-field textarea { width: 100%; box-sizing: border-box; border: 1px solid #cbd9e1; border-radius: 3px; outline: 0; background: #f8fbfc; color: #10243a; font: inherit; transition: border-color .2s, box-shadow .2s, background .2s; }
.community-field input { min-height: 50px; padding: 0 14px; }
.community-field textarea { min-height: 126px; padding: 14px; resize: vertical; }
.community-field input:focus, .community-field textarea:focus { border-color: var(--support-blue); background: white; box-shadow: 0 0 0 4px rgba(23,105,170,.1); }
.community-checks { display: grid; gap: 12px; margin-top: 22px; }
.community-check { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: #53667a; font-size: 13px; line-height: 1.55; }
.community-check input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--support-blue); }
.community-submit-row { display: flex; align-items: center; gap: 18px; margin-top: 24px; }
.community-submit-row .community-button { background: #18a56d; color: white; }
.community-submit-row .community-button:disabled { cursor: wait; opacity: .65; }
.community-form__status { flex: 1; margin: 0; color: #607286; font-size: 12px; line-height: 1.55; }
.community-form__status.is-success { color: #14704d; font-weight: 800; }

.community-rules { position: sticky; top: 24px; overflow: hidden; }
.community-rules__head { padding: 24px; background: var(--support-navy); color: white; }
.community-rules__head span { color: #8ed6ff; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.community-rules__head h3 { margin: 8px 0 0; font-family: 'Barlow Condensed', sans-serif; font-size: 29px; text-transform: uppercase; }
.community-rules ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: rule; }
.community-rules li { position: relative; min-height: 48px; padding: 18px 20px 18px 58px; border-bottom: 1px solid #e2ebf0; color: #526579; font-size: 13px; line-height: 1.5; counter-increment: rule; }
.community-rules li::before { content: counter(rule); position: absolute; left: 20px; top: 17px; display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: #e6f4fb; color: var(--support-blue); font-weight: 950; }
.community-rules__store { display: block; margin: 20px; padding: 14px; border: 1px solid #d9e5eb; color: var(--support-blue); font-size: 11px; font-weight: 950; letter-spacing: .06em; text-align: center; text-decoration: none; }
.community-note { margin-top: 26px; padding: 18px 20px; border-left: 4px solid var(--support-copper); background: #fff8ef; color: #69523a; font-size: 13px; line-height: 1.65; }
.community-faq { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.community-faq details { border: 1px solid #d7e4eb; background: rgba(255,255,255,.84); padding: 18px 20px; }
.community-faq summary { color: var(--support-navy); font-weight: 900; cursor: pointer; }
.community-faq p { margin: 12px 0 0; color: #617487; font-size: 14px; line-height: 1.65; }
.community-footer { padding: 30px 0; background: var(--support-deep); color: rgba(255,255,255,.62); font-size: 12px; }
.community-footer .community-shell { display: flex; justify-content: space-between; gap: 24px; }
.community-footer a { color: #9cdcff; }

@media (max-width: 900px) {
    .community-hero__grid, .community-heading, .community-form-layout { grid-template-columns: 1fr; }
    .community-steps { grid-template-columns: repeat(2, 1fr); }
    .community-rules { position: static; }
}

@media (max-width: 640px) {
    .support-slot { grid-template-columns: auto 1fr; gap: 15px; padding: 18px; }
    .support-slot__mark { width: 58px; font-size: 31px; }
    .support-slot__action { grid-column: 1 / -1; width: 100%; justify-content: center; }
    .ticket-drive__inner { align-items: stretch; flex-direction: column; }
    .ticket-drive__inner > a { width: 100%; box-sizing: border-box; }
    .community-shell { width: min(100% - 24px, 1180px); }
    .community-topbar .community-shell { min-height: 72px; }
    .community-brand img { width: 48px; height: 48px; }
    .community-brand strong { font-size: 20px; }
    .community-brand small, .community-nav a:first-child { display: none; }
    .community-hero { padding: 56px 0 50px; }
    .community-ticket { margin-inline: 8px; }
    .community-section { padding: 54px 0; }
    .community-steps, .community-fields, .community-faq { grid-template-columns: 1fr; }
    .community-step { min-height: auto; }
    .community-submit-row, .community-footer .community-shell { align-items: stretch; flex-direction: column; }
    .community-submit-row .community-button { width: 100%; }
}
