.survey-page {
	--survey-navy: #073f50;
	--survey-teal: #087f78;
	--survey-mint: #e8f5f2;
	--survey-gold: #f6b918;
	--survey-red: #b52a30;
	--survey-ink: #173b47;
	--survey-muted: #637e86;
	--survey-line: #d5e6e2;
	background: #f3f8f7;
	color: var(--survey-ink);
}

.survey-hero {
	position: relative;
	overflow: hidden;
	padding: 152px 0 82px;
	border-radius: 0 0 34px 34px;
	background: linear-gradient(105deg, rgba(2,51,65,.96), rgba(3,85,85,.88)), url('../img/slide_kontak.jpg') center/cover;
	color: #fff;
}

.survey-hero::before,
.survey-hero::after {
	position: absolute;
	content: '';
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 50%;
}
.survey-hero::before { right: -110px; bottom: -210px; width: 520px; height: 520px; }
.survey-hero::after { right: 52px; bottom: -108px; width: 310px; height: 310px; }
.survey-breadcrumb { display: flex; margin-bottom: 52px; align-items: center; gap: 10px; color: rgba(255,255,255,.72); font-size: 13px; }
.survey-breadcrumb a { color: rgba(255,255,255,.86); }
.survey-breadcrumb a:hover { color: var(--survey-gold); }
.survey-breadcrumb i { font-size: 10px; }
.survey-eyebrow { display: block; margin-bottom: 15px; color: #8de0d1; font-size: 12px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.survey-hero h1 { max-width: 850px; margin: 0; color: #fff; font: 800 clamp(38px, 5.2vw, 70px)/1.04 "Work Sans", sans-serif; letter-spacing: -.045em; }
.survey-hero .col-lg-8 > p { max-width: 760px; margin: 25px 0 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.8; }
.survey-hero-points { display: flex; flex-wrap: wrap; margin-top: 31px; gap: 10px; }
.survey-hero-points span { display: inline-flex; min-height: 40px; padding: 9px 14px; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.9); font-size: 12px; font-weight: 700; backdrop-filter: blur(8px); }
.survey-hero-points i { color: var(--survey-gold); font-size: 15px; }
.survey-scale-card { position: relative; padding: 29px; border: 1px solid rgba(255,255,255,.19); border-radius: 28px; background: rgba(255,255,255,.1); box-shadow: 0 24px 60px rgba(0,23,31,.2); backdrop-filter: blur(16px); }
.survey-scale-icon { display: grid; width: 52px; height: 52px; margin-bottom: 23px; place-items: center; border-radius: 17px; color: var(--survey-navy); background: var(--survey-gold); font-size: 23px; }
.survey-scale-card h2 { margin: 0 0 10px; color: #fff; font: 780 23px/1.2 "Work Sans", sans-serif; }
.survey-scale-card > p { margin: 0 0 22px; color: rgba(255,255,255,.75); font-size: 13px; line-height: 1.65; }
.survey-scale-card > div { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 13px; }
.survey-scale-card > div > span { display: flex; min-height: 115px; padding: 14px; justify-content: center; flex-direction: column; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(0,27,35,.2); text-align: center; }
.survey-scale-card > div strong { display: block; color: #fff; font-size: 28px; }
.survey-scale-card > div small { color: rgba(255,255,255,.66); font-size: 10px; line-height: 1.4; }
.survey-scale-card > div > i { color: var(--survey-gold); }

.survey-content { padding: 62px 0 94px; }
.survey-form { overflow: hidden; max-width: 1120px; margin: 0 auto; border: 1px solid var(--survey-line); border-radius: 32px; background: #fff; box-shadow: 0 28px 75px rgba(7,63,80,.09); scroll-margin-top: 105px; }
.survey-form-header { display: flex; padding: 26px 32px; align-items: center; justify-content: space-between; gap: 25px; border-bottom: 1px solid var(--survey-line); background: linear-gradient(120deg, #f4fbf9, #fff); }
.survey-form-header > div:first-child span { color: var(--survey-teal); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.survey-form-header h2 { margin: 5px 0 0; color: var(--survey-navy); font: 770 clamp(20px, 2.2vw, 27px)/1.2 "Work Sans", sans-serif; }
.survey-progress-copy { min-width: 210px; }
.survey-progress-copy strong { display: block; margin-bottom: 8px; color: var(--survey-navy); font-size: 11px; text-align: right; }
.survey-progress-copy > span { display: block; overflow: hidden; width: 100%; height: 7px; border-radius: 999px; background: #dcebe7; }
.survey-progress-copy i { display: block; width: 25%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--survey-teal), #37b79e); transition: width .35s ease; }
.survey-step { display: block; padding: 37px 42px 42px; }
.survey-form.is-enhanced .survey-step { display: none; }
.survey-form.is-enhanced .survey-step.is-active { display: block; animation: survey-step-forward .42s cubic-bezier(.2,.75,.25,1); }
.survey-form.is-enhanced.is-moving-backward .survey-step.is-active { animation-name: survey-step-backward; }
.survey-step[hidden] { display: none !important; }
@keyframes survey-step-forward { from { opacity: 0; transform: translateX(22px); } to { opacity: 1; transform: none; } }
@keyframes survey-step-backward { from { opacity: 0; transform: translateX(-22px); } to { opacity: 1; transform: none; } }
.survey-step-heading { display: flex; margin-bottom: 31px; align-items: flex-start; gap: 17px; }
.survey-step-heading > span { display: grid; width: 52px; height: 52px; flex: 0 0 52px; place-items: center; border-radius: 16px; color: var(--survey-teal); background: var(--survey-mint); font-size: 22px; }
.survey-step-heading--ipkp > span { color: #9b6b00; background: #fff4ce; }
.survey-step-heading--ipak > span { color: #a42128; background: #fdebed; }
.survey-step-heading small { color: var(--survey-teal); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.survey-step-heading h3 { margin: 4px 0 6px; outline: none; color: var(--survey-navy); font: 780 clamp(24px, 3vw, 34px)/1.15 "Work Sans", sans-serif; letter-spacing: -.025em; }
.survey-step-heading p { max-width: 760px; margin: 0; color: var(--survey-muted); font-size: 13px; line-height: 1.7; }
.survey-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.survey-service-grid > label { cursor: pointer; }
.survey-service-grid input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.survey-service-grid label > span { position: relative; display: flex; min-height: 112px; padding: 19px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 11px; border: 1px solid var(--survey-line); border-radius: 19px; background: #fbfdfc; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background-color .2s ease; }
.survey-service-grid label > span > i { color: var(--survey-teal); font-size: 22px; }
.survey-service-grid label strong { color: var(--survey-ink); font-size: 13px; line-height: 1.4; }
.survey-service-grid label em { color: var(--survey-muted); font-size: 10px; font-style: normal; line-height: 1.55; }
.survey-service-grid label small { position: absolute; top: 13px; right: 13px; display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid var(--survey-line); border-radius: 50%; color: transparent; background: #fff; }
.survey-service-grid label:hover > span { border-color: #a9d4cc; box-shadow: 0 12px 28px rgba(7,63,80,.08); transform: translateY(-2px); }
.survey-service-grid input:focus-visible + span { outline: 3px solid rgba(246,185,24,.45); outline-offset: 2px; }
.survey-service-grid input:checked + span { border-color: var(--survey-teal); background: #edf9f6; box-shadow: inset 0 0 0 1px var(--survey-teal); }
.survey-service-grid input:checked + span small { border-color: var(--survey-teal); color: #fff; background: var(--survey-teal); }
.survey-service-grid input:checked + span,
.survey-inline-choice input:checked + span,
.survey-compact-options input:checked + span { animation: survey-choice-selected .28s cubic-bezier(.2,.8,.25,1); }
@keyframes survey-choice-selected { 0% { transform: scale(.97); } 70% { transform: scale(1.015); } 100% { transform: scale(1); } }
.survey-questionnaire-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.survey-questionnaire-grid label > span { min-height: 158px; }
.survey-respondent-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; }
.survey-respondent-grid label > span { min-height: 124px; }
.survey-profile-placeholder { display: flex; min-height: 115px; margin-top: 22px; padding: 25px; align-items: center; justify-content: center; flex-direction: column; gap: 8px; border: 1px dashed #afd1ca; border-radius: 20px; color: var(--survey-muted); background: #f7fbfa; text-align: center; }
.survey-profile-placeholder[hidden], .survey-profile-panel[hidden], .survey-other-field[hidden] { display: none !important; }
.survey-profile-placeholder i { color: var(--survey-teal); font-size: 24px; }
.survey-profile-placeholder p { margin: 0; font-size: 12px; }
.survey-profile-panel { margin-top: 24px; padding: 25px; border: 1px solid var(--survey-line); border-radius: 23px; background: linear-gradient(145deg, #fbfdfc, #f5faf8); }
.survey-profile-panel:not([hidden]) { animation: survey-profile-open .35s cubic-bezier(.2,.75,.25,1); }
@keyframes survey-profile-open { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.survey-profile-title { display: flex; margin-bottom: 22px; align-items: center; gap: 12px; }
.survey-profile-title > span { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 13px; color: var(--survey-teal); background: var(--survey-mint); font-size: 18px; }
.survey-profile-title strong, .survey-profile-title small { display: block; }
.survey-profile-title strong { color: var(--survey-navy); font-size: 16px; }
.survey-profile-title small { margin-top: 3px; color: var(--survey-muted); font-size: 10px; }
.survey-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.survey-field--wide { grid-column: 1 / -1; }
.survey-field { display: block; }
.survey-field > span, .survey-inline-choice legend, .survey-profile-choice legend { display: block; margin-bottom: 7px; color: var(--survey-ink); font-size: 11px; font-weight: 750; }
.survey-field input { width: 100%; height: 48px; padding: 10px 14px; border: 1px solid #c7dcd7; border-radius: 13px; outline: none; color: var(--survey-ink); background: #fff; font-size: 12px; }
.survey-field input:focus { border-color: var(--survey-teal); box-shadow: 0 0 0 3px rgba(8,127,120,.1); }
.survey-field input[list] { padding-right: 38px; }
.survey-field-hint { display: block; margin-top: 6px; color: var(--survey-muted); font-size: 9px; font-weight: 600; line-height: 1.45; }
.survey-inline-choice { min-width: 0; margin: 0; padding: 0; border: 0; }
.survey-inline-choice > label { display: inline-block; margin-right: 7px; cursor: pointer; }
.survey-inline-choice input, .survey-compact-options input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.survey-inline-choice label > span { display: inline-flex; min-height: 48px; padding: 10px 15px; align-items: center; border: 1px solid #c7dcd7; border-radius: 13px; color: var(--survey-muted); background: #fff; font-size: 11px; font-weight: 700; }
.survey-inline-choice input:checked + span { border-color: var(--survey-teal); color: var(--survey-teal); background: var(--survey-mint); box-shadow: inset 0 0 0 1px var(--survey-teal); }
.survey-inline-choice input:focus-visible + span, .survey-compact-options input:focus-visible + span { outline: 3px solid rgba(246,185,24,.45); outline-offset: 2px; }
.survey-profile-choice { min-width: 0; margin: 21px 0 0; padding: 0; border: 0; }
.survey-profile-choice legend { width: 100%; margin-bottom: 10px; }
.survey-compact-options { display: flex; flex-wrap: wrap; gap: 8px; }
.survey-compact-options label { cursor: pointer; }
.survey-compact-options label > span { display: inline-flex; min-height: 40px; padding: 8px 12px; align-items: center; gap: 6px; border: 1px solid #c7dcd7; border-radius: 999px; color: var(--survey-muted); background: #fff; font-size: 10px; font-weight: 700; }
.survey-compact-options label > span i { display: none; }
.survey-compact-options input:checked + span { border-color: var(--survey-teal); color: var(--survey-teal); background: var(--survey-mint); box-shadow: inset 0 0 0 1px var(--survey-teal); }
.survey-compact-options input:checked + span i { display: inline-block; }
.survey-other-field { max-width: 520px; margin-top: 13px; }
.survey-privacy-note { display: flex; margin-top: 11px; padding: 0 5px; align-items: flex-start; gap: 8px; color: var(--survey-muted); font-size: 10px; line-height: 1.55; }
.survey-privacy-note i { margin-top: 1px; color: var(--survey-teal); }
.survey-consent { display: flex; margin-top: 24px; padding: 17px 19px; align-items: center; gap: 13px; border: 1px solid var(--survey-line); border-radius: 17px; background: #f8fbfa; cursor: pointer; }
.survey-consent input { position: absolute; opacity: 0; }
.survey-consent > span { display: grid; width: 25px; height: 25px; flex: 0 0 25px; place-items: center; border: 1px solid #b5d0ca; border-radius: 8px; color: transparent; background: #fff; }
.survey-consent input:checked + span { border-color: var(--survey-teal); color: #fff; background: var(--survey-teal); }
.survey-consent input:focus-visible + span { outline: 3px solid rgba(246,185,24,.45); outline-offset: 2px; }
.survey-consent strong { color: var(--survey-ink); font-size: 12px; line-height: 1.5; }
.survey-question-list { display: grid; gap: 15px; }
.survey-answer-progress { display: flex; margin: -9px 0 24px 69px; align-items: center; gap: 15px; }
.survey-answer-progress > span { min-width: 160px; color: var(--survey-muted); font-size: 10px; font-weight: 700; }
.survey-answer-progress > span strong { color: var(--survey-teal); font-size: 13px; }
.survey-answer-progress > div { overflow: hidden; width: min(330px, 100%); height: 7px; border-radius: 999px; background: #dcebe7; }
.survey-answer-progress > div i { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #e6ad14, var(--survey-gold)); transition: width .35s cubic-bezier(.2,.75,.25,1); }
.survey-answer-progress--ipak > div i { background: linear-gradient(90deg, #c7434a, var(--survey-red)); }
.survey-answer-progress.is-complete > span strong { color: #087f78; }
.survey-question { position: relative; min-width: 0; margin: 0; padding: 21px 23px 18px; border: 1px solid var(--survey-line); border-radius: 21px; background: #fcfefd; transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, background-color .24s ease; }
.survey-question:focus-within { border-color: #a8d3cb; box-shadow: 0 12px 30px rgba(7,63,80,.07); }
.survey-question.is-answered { border-color: #b8dcd5; background: linear-gradient(135deg, #fff, #f4fbf8); box-shadow: 0 10px 26px rgba(7,63,80,.055); }
.survey-question.is-answered::after { position: absolute; top: 18px; right: 20px; padding: 5px 9px; border-radius: 999px; content: '\2713  Terjawab'; color: var(--survey-teal); background: var(--survey-mint); font-size: 9px; font-weight: 800; letter-spacing: .02em; }
.survey-question--ipak.is-answered { border-color: #ecc8ca; background: linear-gradient(135deg, #fff, #fff8f8); }
.survey-question--ipak.is-answered::after { color: var(--survey-red); background: #fdebed; }
.survey-question.is-just-answered { animation: survey-question-set .38s cubic-bezier(.2,.8,.25,1); }
@keyframes survey-question-set { 0% { transform: scale(1); } 45% { transform: scale(1.012); } 100% { transform: scale(1); } }
.survey-question legend { display: flex; width: 100%; margin: 0 0 18px; padding: 0; align-items: flex-start; gap: 13px; color: var(--survey-ink); font-size: 14px; font-weight: 680; line-height: 1.55; }
.survey-question legend > span:first-child { display: grid; width: 37px; height: 37px; flex: 0 0 37px; place-items: center; border-radius: 12px; color: #876000; background: #fff1c3; font-size: 11px; font-weight: 850; }
.survey-question--ipak legend > span:first-child { color: var(--survey-red); background: #fdebed; }
.survey-question legend > span:last-child { display: block; flex: 1; }
.survey-question legend small { display: block; margin-bottom: 3px; color: var(--survey-teal); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.survey-score-scale { display: grid; grid-template-columns: repeat(10, minmax(38px, 1fr)); gap: 7px; }
.survey-score-scale label { min-width: 0; cursor: pointer; }
.survey-score-scale input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.survey-score-scale label > span { display: grid; min-height: 43px; place-items: center; border: 1px solid #cbded9; border-radius: 12px; color: var(--survey-muted); background: #fff; font-size: 12px; font-weight: 800; transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease; }
.survey-score-scale label:hover > span { border-color: #82bdb2; color: var(--survey-teal); background: #edf8f5; transform: translateY(-2px); }
.survey-score-scale input:focus-visible + span { outline: 3px solid rgba(246,185,24,.5); outline-offset: 1px; }
.survey-score-scale input:checked + span { border-color: var(--survey-teal); color: #fff; background: var(--survey-teal); box-shadow: 0 7px 18px rgba(8,127,120,.2); animation: survey-score-selected .28s cubic-bezier(.2,.8,.25,1); }
.survey-question--ipak .survey-score-scale input:checked + span { border-color: var(--survey-red); background: var(--survey-red); box-shadow: 0 7px 18px rgba(181,42,48,.17); }
@keyframes survey-score-selected { 0% { transform: scale(.82); } 70% { transform: scale(1.08); } 100% { transform: scale(1); } }
.survey-scale-caption { display: flex; margin-top: 7px; justify-content: space-between; color: #81979d; font-size: 9px; font-weight: 700; }
.survey-form .has-error { border-color: #d94850 !important; box-shadow: 0 0 0 3px rgba(217,72,80,.09); }
.survey-feedback { margin-top: 22px; padding: 22px; border: 1px solid var(--survey-line); border-radius: 21px; background: #f8fbfa; }
.survey-feedback > label { display: flex; margin-bottom: 15px; align-items: flex-start; gap: 12px; }
.survey-feedback > label > span:first-child { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 12px; color: var(--survey-teal); background: var(--survey-mint); }
.survey-feedback label strong { display: block; color: var(--survey-navy); font-size: 13px; }
.survey-feedback label strong small { color: var(--survey-muted); font-weight: 600; }
.survey-feedback label span > small { display: block; margin-top: 3px; color: var(--survey-muted); font-size: 11px; line-height: 1.5; }
.survey-feedback textarea { width: 100%; min-height: 125px; padding: 15px 17px; resize: vertical; border: 1px solid #c7dcd7; border-radius: 15px; outline: none; color: var(--survey-ink); background: #fff; font: 13px/1.6 "Open Sans", sans-serif; }
.survey-feedback textarea:focus { border-color: var(--survey-teal); box-shadow: 0 0 0 3px rgba(8,127,120,.1); }
.survey-feedback > div { display: flex; margin-top: 8px; justify-content: space-between; gap: 15px; color: #81979d; font-size: 9px; }
.survey-step-actions { display: flex; margin-top: 29px; align-items: center; justify-content: space-between; gap: 12px; }
.survey-validation-message { display: flex; margin-top: 22px; padding: 13px 15px; align-items: center; gap: 9px; border: 1px solid #f0c4c7; border-radius: 14px; color: #8e2930; background: #fff4f4; font-size: 11px; font-weight: 700; animation: survey-message-in .25s ease; }
.survey-validation-message[hidden] { display: none; }
.survey-validation-message i { flex: 0 0 auto; font-size: 16px; }
@keyframes survey-message-in { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }
.survey-button { display: inline-flex; min-height: 48px; padding: 11px 19px; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 14px; font-size: 12px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease; }
.survey-button:hover { transform: translateY(-2px); }
.survey-button:active { transform: translateY(0) scale(.98); }
.survey-button--primary { color: #fff; background: var(--survey-teal); box-shadow: 0 10px 24px rgba(8,127,120,.18); }
.survey-button--primary:hover { color: #fff; background: #066d68; }
.survey-button--secondary { border-color: #c7dcd7; color: var(--survey-navy); background: #fff; }
.survey-button--secondary:hover { border-color: #9ac9c0; color: var(--survey-teal); }
.survey-button--submit { color: var(--survey-navy); background: var(--survey-gold); box-shadow: 0 10px 24px rgba(246,185,24,.22); }
.survey-button--submit:hover { color: var(--survey-navy); background: #ffc92b; }
.survey-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.survey-alert { display: flex; max-width: 1120px; margin: 0 auto 18px; padding: 17px 20px; align-items: flex-start; gap: 13px; border: 1px solid #f1c6c8; border-radius: 18px; color: #852329; background: #fff2f3; }
.survey-alert > i { margin-top: 2px; font-size: 20px; }
.survey-alert strong { display: block; margin-bottom: 5px; font-size: 13px; }
.survey-alert ul { margin: 0; padding-left: 18px; font-size: 11px; line-height: 1.6; }
.survey-success { display: flex; max-width: 900px; margin: 0 auto; padding: 39px; align-items: flex-start; gap: 23px; border: 1px solid var(--survey-line); border-radius: 30px; background: #fff; box-shadow: 0 25px 65px rgba(7,63,80,.09); }
.survey-success > span { display: grid; width: 67px; height: 67px; flex: 0 0 67px; place-items: center; border-radius: 21px; color: #fff; background: var(--survey-teal); font-size: 30px; }
.survey-success small { color: var(--survey-teal); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.survey-success h2 { margin: 6px 0 10px; color: var(--survey-navy); font: 780 clamp(26px, 4vw, 39px)/1.15 "Work Sans", sans-serif; }
.survey-success p { max-width: 650px; margin: 0; color: var(--survey-muted); font-size: 13px; line-height: 1.7; }
.survey-success > div > div { display: flex; flex-wrap: wrap; margin-top: 23px; gap: 9px; }
.survey-success a { display: inline-flex; min-height: 43px; padding: 9px 14px; align-items: center; border: 1px solid #c8ddd8; border-radius: 13px; color: var(--survey-teal); font-size: 11px; font-weight: 800; }
.survey-success a:first-child { border-color: var(--survey-teal); color: #fff; background: var(--survey-teal); }

@media (max-width: 991px) {
	.survey-hero { padding-top: 132px; }
	.survey-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.survey-questionnaire-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
	.survey-hero { padding: 116px 0 60px; border-radius: 0 0 24px 24px; }
	.survey-breadcrumb { margin-bottom: 35px; }
	.survey-hero h1 { font-size: 38px; }
	.survey-hero .col-lg-8 > p { font-size: 14px; }
	.survey-content { padding: 34px 0 65px; }
	.survey-form { border-radius: 23px; }
	.survey-form-header { padding: 20px; align-items: stretch; flex-direction: column; }
	.survey-progress-copy { min-width: 0; }
	.survey-progress-copy strong { text-align: left; }
	.survey-step { padding: 25px 17px 28px; }
	.survey-step-heading { gap: 12px; }
	.survey-step-heading > span { width: 44px; height: 44px; flex-basis: 44px; border-radius: 14px; }
	.survey-step-heading h3 { font-size: 25px; }
	.survey-service-grid { grid-template-columns: 1fr; }
	.survey-questionnaire-grid, .survey-respondent-grid, .survey-field-grid { grid-template-columns: 1fr; }
	.survey-field--wide { grid-column: auto; }
	.survey-profile-panel { padding: 19px 15px; }
	.survey-service-grid label > span { min-height: 88px; }
	.survey-question { padding: 18px 14px 15px; }
	.survey-question.is-answered::after { position: static; display: inline-flex; margin: 4px 0 13px; }
	.survey-answer-progress { margin: -9px 0 21px; align-items: stretch; flex-direction: column; gap: 8px; }
	.survey-answer-progress > div { width: 100%; }
	.survey-score-scale { grid-template-columns: repeat(5, minmax(0, 1fr)); padding: 2px 1px 7px; }
	.survey-scale-caption { margin-top: 2px; }
	.survey-step-actions { align-items: stretch; flex-direction: column-reverse; }
	.survey-step-actions > span { display: none; }
	.survey-button { width: 100%; }
	.survey-success { padding: 27px 22px; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
	.survey-step.is-active { animation: none; }
	.survey-page * { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
