:root {
    color-scheme: light;
    --gx-red: #e42c3b;
    --gx-red-deep: #bc1625;
    --gx-red-soft: #fff0f2;
    --gx-navy: #10213a;
    --gx-navy-2: #1b2d48;
    --gx-ink: #142238;
    --gx-muted: #6d7b8e;
    --gx-line: #dce4ee;
    --gx-surface: rgba(255,255,255,.92);
    --gx-surface-solid: #fff;
    --gx-bg: #f6f8fc;
    --gx-shadow: 0 30px 90px rgba(34, 52, 79, .14);
}

html[data-theme="light"] { color-scheme: light; }
html[data-theme="dark"], body.dark, body[data-theme="dark"] { color-scheme: light !important; }

.gx-public-body {
    min-height: 100vh;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 15% 14%, rgba(228,44,59,.08), transparent 26rem),
        radial-gradient(circle at 88% 36%, rgba(16,33,58,.07), transparent 32rem),
        linear-gradient(135deg, #fbfcfe 0%, #f4f7fb 52%, #eef3f9 100%) !important;
    color: var(--gx-ink);
}

.gx-public-body::selection { background: rgba(228,44,59,.18); color: var(--gx-navy); }
.gx-site-shell { position: relative; min-height: 100vh; isolation: isolate; }
.gx-main { position: relative; z-index: 2; padding: 0 !important; }

.gx-ambient { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.gx-grid {
    position: absolute;
    inset: 0;
    opacity: .28;
    background-image:
        linear-gradient(rgba(21,39,64,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(21,39,64,.035) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 74%);
}
.gx-glow { position: absolute; width: 34rem; aspect-ratio: 1; border-radius: 50%; filter: blur(30px); opacity: .58; }
.gx-glow-one { top: -19rem; left: 18%; background: radial-gradient(circle, rgba(228,44,59,.16), transparent 67%); animation: gxGlow 9s ease-in-out infinite alternate; }
.gx-glow-two { right: -15rem; top: 25%; background: radial-gradient(circle, rgba(53,85,127,.15), transparent 68%); animation: gxGlow 11s 1s ease-in-out infinite alternate-reverse; }

.gx-wave { position: absolute; width: 52vw; min-width: 620px; height: 260px; opacity: .34; transform: rotate(-6deg); }
.gx-wave-one { left: -12vw; bottom: -80px; }
.gx-wave-two { right: -16vw; bottom: 3%; transform: rotate(8deg) scaleX(-1); }
.gx-wave i {
    position: absolute;
    inset: 0;
    border-top: 1px solid rgba(228,44,59,.45);
    border-radius: 50%;
    transform: translateY(calc(var(--wave-index, 0) * 16px)) skewX(-18deg);
    animation: gxWave 7s ease-in-out infinite alternate;
}
.gx-wave i:nth-child(1) { --wave-index: 0; }
.gx-wave i:nth-child(2) { --wave-index: 1; opacity: .8; animation-delay: -.7s; }
.gx-wave i:nth-child(3) { --wave-index: 2; opacity: .62; animation-delay: -1.4s; }
.gx-wave i:nth-child(4) { --wave-index: 3; opacity: .45; animation-delay: -2.1s; }
.gx-wave i:nth-child(5) { --wave-index: 4; opacity: .3; animation-delay: -2.8s; }

.gx-object { position: absolute; display: block; filter: drop-shadow(0 18px 28px rgba(33,47,68,.17)); will-change: transform; }
.gx-object-cube { width: 58px; height: 58px; border-radius: 15px; background: linear-gradient(145deg, #ff5f6c, #d81f31 58%, #9f1725); box-shadow: inset 10px 9px 18px rgba(255,255,255,.35), inset -12px -12px 20px rgba(73,5,14,.23); transform: rotate(31deg); }
.gx-object-cube::after { content: ''; position: absolute; inset: 9px 8px auto 9px; height: 14px; border-radius: 10px; background: rgba(255,255,255,.28); filter: blur(3px); }
.gx-object-cube-one { left: 7%; top: 21%; animation: gxFloatOne 7s ease-in-out infinite; }
.gx-object-cube-two { right: 9%; top: 19%; width: 74px; height: 74px; animation: gxFloatTwo 8s ease-in-out infinite; }
.gx-object-orb { width: 28px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 32% 25%, #ff8390 0 8%, #e52a3b 34%, #7f1020 72%, #251629); }
.gx-object-orb-one { left: 8%; top: 47%; animation: gxFloatTwo 6.2s ease-in-out infinite; }
.gx-object-orb-two { right: 8%; top: 52%; width: 17px; animation: gxFloatOne 5.4s ease-in-out infinite; }
.gx-object-ring { left: 11%; bottom: 8%; width: 105px; aspect-ratio: 1; border: 25px solid #dc2c3b; border-radius: 50%; background: linear-gradient(145deg,#ff737f,#9d1120); box-shadow: inset 10px 12px 20px rgba(255,255,255,.3), inset -12px -14px 20px rgba(62,6,14,.35); transform: rotateX(64deg) rotateZ(-24deg); animation: gxRing 8s ease-in-out infinite; }

.gx-header {
    width: min(1240px, calc(100% - 40px)) !important;
    min-height: 92px !important;
    margin: 0 auto !important;
    padding: 18px 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
.gx-brand img { width: clamp(190px, 20vw, 250px) !important; max-height: 58px !important; object-fit: contain; }
.gx-header-actions { gap: 10px; }
.gx-admin-link, .gx-language .language-current {
    min-height: 44px;
    border: 1px solid rgba(22,42,68,.13) !important;
    border-radius: 13px !important;
    background: rgba(255,255,255,.76) !important;
    color: var(--gx-navy) !important;
    box-shadow: 0 8px 24px rgba(27,44,67,.06);
    backdrop-filter: blur(16px);
}
.gx-admin-link svg, .gx-language svg { stroke: currentColor; fill: none; stroke-width: 1.8; }
.gx-globe { width: 18px !important; }
.gx-language .language-menu {
    border: 1px solid var(--gx-line) !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,.98) !important;
    box-shadow: 0 20px 55px rgba(31,47,70,.16) !important;
}
.gx-language .language-menu a { color: var(--gx-ink) !important; }
.gx-language .language-menu a.active { background: var(--gx-red-soft) !important; color: var(--gx-red-deep) !important; }

.gx-survey { width: min(1040px, calc(100% - 34px)); margin: 18px auto 70px; position: relative; z-index: 2; }
.gx-survey-hero { max-width: 760px; margin: 0 auto 30px; text-align: center; }
.gx-hero-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 13px; color: var(--gx-red); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.gx-hero-kicker::before, .gx-hero-kicker::after { content: ''; width: 24px; height: 1px; background: rgba(228,44,59,.48); }
.gx-survey-hero h1 { display: flex; justify-content: center; align-items: baseline; gap: .22em; flex-wrap: wrap; margin: 0; color: var(--gx-navy); font-size: clamp(43px, 6vw, 72px); line-height: 1; letter-spacing: -.055em; }
.gx-survey-hero h1 span, .gx-survey-hero h1 strong { font-weight: 850; }
.gx-survey-hero h1 strong { color: var(--gx-red); }
.gx-survey-hero p { max-width: 650px; margin: 18px auto 0; color: var(--gx-muted); font-size: 16px; line-height: 1.75; }
.gx-hero-line { display: block; width: 80px; height: 3px; margin: 21px auto 0; border-radius: 999px; background: linear-gradient(90deg, transparent, var(--gx-red), transparent); box-shadow: 0 0 18px rgba(228,44,59,.3); }

.gx-server-errors { margin: 0 0 18px; padding: 16px 18px; border: 1px solid #f6b9bf; border-radius: 15px; background: #fff3f4; color: #951725; box-shadow: 0 14px 35px rgba(149,23,37,.08); }
.gx-server-errors ul { margin: 7px 0 0; padding-inline-start: 20px; }

.gx-survey-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(153,170,191,.38);
    border-radius: 26px;
    background: rgba(255,255,255,.83);
    box-shadow: var(--gx-shadow);
    backdrop-filter: blur(24px) saturate(1.15);
}
.gx-survey-panel::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 5px; background: linear-gradient(to bottom, var(--gx-red), rgba(228,44,59,.08) 52%, transparent); box-shadow: 0 0 35px rgba(228,44,59,.34); }
[dir="rtl"] .gx-survey-panel::before { inset: 0 0 0 auto; }
.gx-survey-panel::after { content: ''; position: absolute; top: -130px; left: -90px; width: 330px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(228,44,59,.11), transparent 68%); pointer-events: none; }

.gx-panel-head { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 26px 34px 18px; border-bottom: 1px solid rgba(190,202,216,.5); }
.gx-session-copy > span { color: var(--gx-red); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.gx-session-copy h2 { margin: 6px 0 5px; color: var(--gx-navy); font-size: clamp(22px, 3vw, 31px); letter-spacing: -.035em; }
.gx-session-copy p { max-width: 650px; margin: 0; color: var(--gx-muted); font-size: 13px; line-height: 1.65; }
.gx-session-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; }
.gx-session-meta span { padding: 6px 9px; border: 1px solid rgba(181,196,213,.5); border-radius: 999px; background: rgba(247,249,252,.86); color: #53647a; font-size: 10px; font-weight: 750; }
.gx-required-legend { flex: 0 0 auto; margin-top: 2px; color: var(--gx-muted); font-size: 10px; font-weight: 700; }
.gx-required-legend b { color: var(--gx-red); }

.gx-stepper { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(var(--gx-step-count, 5), minmax(0,1fr)); padding: 23px 34px 20px; }
.gx-stepper::before { content: ''; position: absolute; top: 43px; left: calc(34px + 6%); right: calc(34px + 6%); height: 1px; background: linear-gradient(90deg, rgba(228,44,59,.3), rgba(149,165,184,.28)); }
.gx-step-button { position: relative; z-index: 1; display: grid; justify-items: center; gap: 8px; border: 0; background: transparent; color: #8290a2; cursor: pointer; font: inherit; }
.gx-step-button > span { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid #d3dce7; border-radius: 50%; background: rgba(247,249,252,.98); color: #7a899d; font-size: 13px; font-weight: 850; box-shadow: 0 6px 18px rgba(40,56,78,.06); transition: .25s ease; }
.gx-step-button small { font-size: 11px; font-weight: 750; transition: color .25s ease; }
.gx-step-button.is-active > span, .gx-step-button.is-complete > span { border-color: var(--gx-red); background: linear-gradient(145deg, #f34553, #d91e2e); color: #fff; box-shadow: 0 9px 24px rgba(228,44,59,.27); }
.gx-step-button.is-active small { color: var(--gx-navy); }
.gx-step-button.is-complete > span::after { content: '✓'; font-size: 14px; }
.gx-step-button.is-complete > span { font-size: 0; }

.gx-stage-stack { position: relative; z-index: 1; min-height: 310px; padding: 0 30px 4px; }
.gx-stage[hidden] { display: none !important; }
.gx-stage { animation: gxStageIn .38s cubic-bezier(.2,.75,.25,1) both; }
.gx-stage-heading { display: flex; align-items: center; gap: 12px; margin: 0 4px 13px; }
.gx-stage-heading > span { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 10px; background: var(--gx-red-soft); color: var(--gx-red); font-size: 11px; font-weight: 950; }
.gx-stage-heading small { display: block; color: var(--gx-red); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.gx-stage-heading h3 { margin: 2px 0 0; color: var(--gx-navy); font-size: 17px; }
.gx-question-list { display: grid; gap: 11px; }

.gx-question { margin: 0; padding: 18px 19px; border: 1px solid rgba(205,215,226,.85); border-radius: 17px; background: rgba(250,252,255,.84); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.gx-question:focus-within { border-color: rgba(228,44,59,.45); box-shadow: 0 14px 36px rgba(38,55,78,.09), 0 0 0 4px rgba(228,44,59,.05); transform: translateY(-1px); }
.gx-question.has-error { border-color: #eb7a84; background: #fff8f8; box-shadow: 0 0 0 4px rgba(228,44,59,.07); }
.gx-question-head { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; gap: 12px; align-items: start; }
.gx-question-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(228,44,59,.14); border-radius: 11px; background: linear-gradient(145deg,#fff,#fff0f2); color: var(--gx-red); font-size: 16px; font-weight: 900; box-shadow: 0 8px 22px rgba(228,44,59,.08); }
.gx-question-order { display: block; margin: 1px 0 4px; color: #9aa6b6; font-size: 8px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.gx-question-label { display: block; width: 100%; margin: 0; color: var(--gx-navy); font-size: 15px; font-weight: 850; line-height: 1.45; }
.gx-question-label b { color: var(--gx-red); }
.gx-question-head p { margin: 5px 0 0; color: var(--gx-muted); font-size: 11px; line-height: 1.55; }
.gx-question-status { padding: 5px 7px; border-radius: 8px; background: #f1f4f8; color: #8b98a8; font-size: 8px; font-weight: 850; white-space: nowrap; }
.gx-answer-area { margin-top: 14px; padding-inline-start: 54px; }

.gx-input, .gx-textarea, .gx-select { width: 100%; border: 1px solid #d3dde8; border-radius: 12px; background: #fff; color: var(--gx-ink); padding: 12px 14px; font: inherit; outline: none; transition: .2s ease; }
.gx-input:focus, .gx-textarea:focus, .gx-select:focus { border-color: rgba(228,44,59,.62); box-shadow: 0 0 0 4px rgba(228,44,59,.08); }
.gx-textarea { min-height: 102px; resize: vertical; }
.gx-select-wrap { position: relative; }
.gx-select { appearance: none; padding-inline-end: 42px; }
.gx-select-wrap > span { position: absolute; inset-inline-end: 15px; top: 50%; transform: translateY(-50%); color: var(--gx-red); pointer-events: none; }

.gx-choice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(132px,1fr)); gap: 9px; }
.gx-choice-card { position: relative; min-height: 52px; display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid #d7e0ea; border-radius: 12px; background: #fff; color: #526176; cursor: pointer; transition: .2s ease; }
.gx-choice-card:hover { border-color: rgba(228,44,59,.4); transform: translateY(-1px); }
.gx-choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.gx-choice-control { width: 20px; height: 20px; flex: 0 0 auto; border: 2px solid #aab6c5; border-radius: 50%; transition: .2s ease; }
.gx-multiple-grid .gx-choice-control { border-radius: 6px; }
.gx-choice-card strong { font-size: 11px; font-weight: 800; line-height: 1.35; }
.gx-choice-card:has(input:checked) { border-color: var(--gx-red); background: var(--gx-red-soft); color: var(--gx-red-deep); box-shadow: 0 8px 22px rgba(228,44,59,.09); }
.gx-choice-card input:checked + .gx-choice-control { border-color: var(--gx-red); background: var(--gx-red); box-shadow: inset 0 0 0 4px #fff; }
.gx-multiple-grid .gx-choice-card input:checked + .gx-choice-control { box-shadow: none; }
.gx-multiple-grid .gx-choice-card input:checked + .gx-choice-control::after { content: '✓'; display: grid; place-items: center; color: #fff; font-size: 12px; font-weight: 900; }

.gx-rating { display: flex; align-items: flex-end; flex-wrap: wrap; gap: 9px; }
.gx-rating-option { position: relative; min-width: 50px; display: grid; justify-items: center; gap: 3px; cursor: pointer; }
.gx-rating-option input { position: absolute; opacity: 0; pointer-events: none; }
.gx-rating-option > span { color: #c5cfda; font-size: 36px; line-height: 1; filter: drop-shadow(0 5px 8px rgba(59,74,94,.08)); transition: .18s ease; }
.gx-rating-option small { color: #9aa6b5; font-size: 9px; font-weight: 850; }
.gx-rating-option:hover > span, .gx-rating-option:has(input:checked) > span { color: var(--gx-red); transform: translateY(-3px) scale(1.05); }
.gx-rating-option:has(input:checked) small { color: var(--gx-red-deep); }
.gx-scale { display: flex; flex-wrap: wrap; gap: 7px; }
.gx-scale label { position: relative; cursor: pointer; }
.gx-scale input { position: absolute; opacity: 0; pointer-events: none; }
.gx-scale span { min-width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid #d5dee9; border-radius: 10px; background: #fff; color: #69788b; font-size: 11px; font-weight: 850; transition: .18s ease; }
.gx-scale label:hover span, .gx-scale label:has(input:checked) span { border-color: var(--gx-red); background: var(--gx-red); color: #fff; box-shadow: 0 7px 18px rgba(228,44,59,.2); transform: translateY(-2px); }
.gx-scale-labels { display: flex; justify-content: space-between; gap: 20px; margin-top: 7px; color: #8995a5; font-size: 9px; font-weight: 700; }

.gx-inline-error { margin: 9px 0 0 54px; color: #b31727; font-size: 10px; font-weight: 750; }
.gx-empty-stage { padding: 38px; border: 1px dashed #cdd8e4; border-radius: 16px; color: var(--gx-muted); text-align: center; }

.gx-review-stage { padding: 18px 12px 16px; text-align: center; }
.gx-review-icon { position: relative; width: 78px; height: 78px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg,#f34655,#d91e2e); color: #fff; box-shadow: 0 16px 38px rgba(228,44,59,.26); }
.gx-review-icon::before, .gx-review-icon::after { content: ''; position: absolute; inset: -10px; border: 1px solid rgba(228,44,59,.2); border-radius: 50%; animation: gxPulse 2s ease-out infinite; }
.gx-review-icon::after { inset: -21px; animation-delay: .6s; }
.gx-review-icon span { font-size: 31px; font-weight: 900; }
.gx-review-kicker { color: var(--gx-red); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.gx-review-stage h3 { margin: 7px 0 6px; color: var(--gx-navy); font-size: clamp(27px,4vw,40px); letter-spacing: -.04em; }
.gx-review-stage > p { margin: 0 auto 17px; max-width: 560px; color: var(--gx-muted); font-size: 12px; line-height: 1.65; }
.gx-review-metrics { max-width: 620px; margin: 0 auto 15px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.gx-review-metrics article { padding: 12px; border: 1px solid #dbe3ec; border-radius: 13px; background: rgba(250,252,255,.9); text-align: start; }
.gx-review-metrics small { display: block; color: var(--gx-muted); font-size: 9px; font-weight: 750; }
.gx-review-metrics strong { display: block; margin-top: 4px; color: var(--gx-red); font-size: 22px; }
.gx-review-list { max-width: 760px; max-height: 240px; margin: 0 auto; overflow: auto; display: grid; gap: 7px; text-align: start; }
.gx-review-item { display: grid; grid-template-columns: 32px minmax(0,1fr) auto; gap: 10px; align-items: center; padding: 10px 11px; border: 1px solid #dfe6ee; border-radius: 11px; background: #fff; }
.gx-review-item > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: var(--gx-red-soft); color: var(--gx-red); font-size: 10px; font-weight: 900; }
.gx-review-item div { min-width: 0; }
.gx-review-item b, .gx-review-item small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gx-review-item b { color: var(--gx-navy); font-size: 10px; }
.gx-review-item small { margin-top: 2px; color: var(--gx-muted); font-size: 9px; }
.gx-review-item button { border: 0; background: transparent; color: var(--gx-red); font-size: 9px; font-weight: 850; cursor: pointer; }
.gx-privacy-note { max-width: 760px; margin: 13px auto 0; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 12px; border-radius: 11px; background: #f3f6fa; color: #748296; font-size: 9px; }
.gx-privacy-note svg { width: 16px; height: 16px; stroke: var(--gx-red); fill: none; stroke-width: 1.8; }

.gx-panel-footer { position: relative; z-index: 1; min-height: 80px; display: grid; grid-template-columns: minmax(130px,1fr) minmax(240px,2fr) minmax(130px,1fr); align-items: center; gap: 18px; padding: 17px 34px; border-top: 1px solid rgba(190,202,216,.56); background: rgba(248,250,253,.76); }
.gx-nav-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 18px; border-radius: 11px; font: inherit; font-size: 11px; font-weight: 850; cursor: pointer; transition: .2s ease; }
.gx-prev { justify-self: start; border: 1px solid #d6e0ea; background: #fff; color: #516176; }
.gx-next, .gx-submit { justify-self: end; border: 1px solid var(--gx-red); background: linear-gradient(135deg,#ef3c4b,#d91e2e); color: #fff; box-shadow: 0 10px 25px rgba(228,44,59,.22); }
.gx-submit { padding-inline: 22px; }
.gx-nav-button:hover { transform: translateY(-2px); }
.gx-progress-wrap { display: grid; gap: 8px; text-align: center; color: var(--gx-muted); font-size: 10px; }
.gx-progress-wrap div span { color: var(--gx-red); font-size: 15px; font-weight: 900; }
.gx-progress-track { height: 6px; border-radius: 999px; background: #dfe6ef; overflow: hidden; }
.gx-progress-track i { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--gx-red),#ff5e6b); box-shadow: 0 0 13px rgba(228,44,59,.3); transition: width .35s ease; }

.gx-footer { position: relative; z-index: 2; padding: 0 20px 34px !important; color: #728096 !important; text-align: center; }
.gx-footer p { margin: 4px 0 !important; font-size: 11px !important; }
.gx-footer .footer-heart { color: var(--gx-red); }

@keyframes gxGlow { to { transform: translate3d(5%,6%,0) scale(1.08); opacity: .8; } }
@keyframes gxWave { to { transform: translateY(calc(var(--wave-index,0) * 16px - 13px)) skewX(13deg); } }
@keyframes gxFloatOne { 0%,100% { transform: translate3d(0,0,0) rotate(31deg); } 50% { transform: translate3d(16px,-20px,0) rotate(48deg); } }
@keyframes gxFloatTwo { 0%,100% { transform: translate3d(0,0,0) rotate(-18deg); } 50% { transform: translate3d(-13px,22px,0) rotate(4deg); } }
@keyframes gxRing { 0%,100% { transform: rotateX(64deg) rotateZ(-24deg) translateY(0); } 50% { transform: rotateX(64deg) rotateZ(-8deg) translateY(-14px); } }
@keyframes gxStageIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes gxPulse { from { transform: scale(.86); opacity: .8; } to { transform: scale(1.24); opacity: 0; } }

@media (max-width: 820px) {
    .gx-header { min-height: 74px !important; width: min(100% - 22px,1240px) !important; }
    .gx-brand img { width: 175px !important; }
    .gx-admin-link span { display: none; }
    .gx-object-cube-two, .gx-object-ring { opacity: .45; }
    .gx-survey { width: min(100% - 18px,1040px); margin-top: 8px; }
    .gx-survey-hero { margin-bottom: 22px; }
    .gx-survey-hero h1 { font-size: clamp(37px,11vw,55px); }
    .gx-panel-head { padding: 21px 20px 15px; }
    .gx-required-legend { display: none; }
    .gx-stepper { padding: 18px 12px 17px; overflow-x: auto; gap: 5px; }
    .gx-stepper::before { left: 36px; right: 36px; top: 38px; }
    .gx-step-button { min-width: 66px; }
    .gx-step-button > span { width: 39px; height: 39px; }
    .gx-step-button small { max-width: 74px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .gx-stage-stack { padding: 0 12px 4px; }
    .gx-question { padding: 15px; }
    .gx-question-head { grid-template-columns: 38px minmax(0,1fr); }
    .gx-question-icon { width: 38px; height: 38px; }
    .gx-question-status { display: none; }
    .gx-answer-area { padding-inline-start: 0; }
    .gx-inline-error { margin-inline-start: 0; }
    .gx-panel-footer { grid-template-columns: 1fr 1fr; padding: 14px 16px; gap: 10px; }
    .gx-progress-wrap { grid-column: 1 / -1; grid-row: 1; }
    .gx-prev { grid-column: 1; grid-row: 2; width: 100%; }
    .gx-next, .gx-submit { grid-column: 2; grid-row: 2; width: 100%; }
}

@media (max-width: 560px) {
    .gx-header-actions { gap: 6px; }
    .gx-admin-link, .gx-language .language-current { min-height: 40px; padding-inline: 10px !important; }
    .gx-brand img { width: 145px !important; }
    .gx-survey-hero p { font-size: 13px; }
    .gx-panel-head { display: block; }
    .gx-session-copy h2 { font-size: 21px; }
    .gx-session-meta { gap: 5px; }
    .gx-step-button small { font-size: 9px; }
    .gx-stage-heading h3 { font-size: 14px; }
    .gx-question-label { font-size: 14px; }
    .gx-choice-grid { grid-template-columns: 1fr; }
    .gx-rating { gap: 3px; }
    .gx-rating-option { min-width: 42px; }
    .gx-rating-option > span { font-size: 30px; }
    .gx-scale span { min-width: 34px; height: 36px; }
    .gx-review-metrics { grid-template-columns: 1fr; }
    .gx-review-item { grid-template-columns: 30px minmax(0,1fr); }
    .gx-review-item button { grid-column: 2; justify-self: start; }
    .gx-panel-footer { grid-template-columns: 1fr 1fr; }
    .gx-nav-button { padding-inline: 10px; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
    .gx-object, .gx-glow, .gx-wave i, .gx-review-icon::before, .gx-review-icon::after { animation: none !important; }
    .gx-stage { animation: none !important; }
    * { scroll-behavior: auto !important; }
}
