.section-label[data-astro-cid-pegw4ejv]{display:inline-flex;align-items:center;gap:var(--space-sm);font-size:var(--text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--color-primary);margin-bottom:var(--space-md)}.section-label__icon[data-astro-cid-pegw4ejv]{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.section-label__icon[data-astro-cid-pegw4ejv] svg[data-astro-cid-pegw4ejv]{width:16px;height:16px}.survey-hero[data-astro-cid-pegw4ejv]{position:relative;padding-top:calc(var(--header-height) + var(--space-4xl));padding-bottom:var(--space-4xl);overflow:hidden;min-height:40vh;display:flex;align-items:center}.survey-hero__bg[data-astro-cid-pegw4ejv]{position:absolute;inset:0;z-index:-2}.survey-hero__gradient[data-astro-cid-pegw4ejv]{position:absolute;inset:0;background:linear-gradient(135deg,var(--color-cream) 0%,var(--color-primary-subtle) 50%,var(--color-sand) 100%)}.survey-hero__pattern[data-astro-cid-pegw4ejv]{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,var(--color-primary) 1px,transparent 1px),radial-gradient(circle at 80% 70%,var(--color-primary) 1px,transparent 1px);background-size:60px 60px;opacity:.1}.survey-hero__content[data-astro-cid-pegw4ejv]{max-width:700px;opacity:0;transform:translateY(30px);animation:slideUp .8s var(--ease-out-expo) forwards}.survey-hero__title[data-astro-cid-pegw4ejv]{font-size:clamp(var(--text-4xl),8vw,var(--text-5xl));margin-bottom:var(--space-lg);line-height:1.1}.survey-hero__description[data-astro-cid-pegw4ejv]{font-size:var(--text-xl);color:var(--color-gray);line-height:1.7}.survey[data-astro-cid-pegw4ejv]{padding-bottom:var(--space-4xl)}.survey__wrapper[data-astro-cid-pegw4ejv]{max-width:800px;margin:0 auto;background:var(--color-white);padding:var(--space-2xl);border-radius:var(--radius-xl);box-shadow:0 4px 30px #0000000f;opacity:0;transform:translateY(30px);animation:slideUp .8s var(--ease-out-expo) forwards;animation-delay:.1s}@media(min-width:768px){.survey__wrapper[data-astro-cid-pegw4ejv]{padding:var(--space-3xl)}}.survey-form[data-astro-cid-pegw4ejv]{display:flex;flex-direction:column;gap:var(--space-2xl)}.survey-form__section[data-astro-cid-pegw4ejv]{display:flex;flex-direction:column;gap:var(--space-lg)}.survey-form__section-title[data-astro-cid-pegw4ejv]{font-size:var(--text-xl);font-weight:600;padding-bottom:var(--space-md);border-bottom:2px solid var(--color-sand);margin-bottom:var(--space-sm)}.form-row[data-astro-cid-pegw4ejv]{display:grid;gap:var(--space-lg)}.form-row--2col[data-astro-cid-pegw4ejv]{grid-template-columns:1fr}@media(min-width:640px){.form-row--2col[data-astro-cid-pegw4ejv]{grid-template-columns:1fr 1fr}}.form-group[data-astro-cid-pegw4ejv]{display:flex;flex-direction:column;gap:var(--space-sm)}.form-label[data-astro-cid-pegw4ejv]{display:flex;align-items:center;gap:var(--space-sm);font-size:var(--text-sm);font-weight:600;color:var(--color-charcoal)}.form-label[data-astro-cid-pegw4ejv] svg[data-astro-cid-pegw4ejv]{width:16px;height:16px;color:var(--color-gray)}.required[data-astro-cid-pegw4ejv]{color:var(--color-error)}.form-input[data-astro-cid-pegw4ejv],.form-textarea[data-astro-cid-pegw4ejv]{font-family:var(--font-body);font-size:var(--text-base);padding:var(--space-md) var(--space-lg);border:2px solid var(--color-sand);border-radius:var(--radius-lg);background-color:var(--color-white);color:var(--color-charcoal);transition:border-color var(--duration-fast) var(--ease-out-expo),box-shadow var(--duration-fast) var(--ease-out-expo)}.form-input[data-astro-cid-pegw4ejv]::placeholder,.form-textarea[data-astro-cid-pegw4ejv]::placeholder{color:var(--color-gray);opacity:.6}.form-input[data-astro-cid-pegw4ejv]:hover,.form-textarea[data-astro-cid-pegw4ejv]:hover{border-color:var(--color-stone)}.form-input[data-astro-cid-pegw4ejv]:focus,.form-textarea[data-astro-cid-pegw4ejv]:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 4px var(--color-primary-subtle)}.form-textarea[data-astro-cid-pegw4ejv]{min-height:120px;resize:vertical}.survey-question[data-astro-cid-pegw4ejv]{padding:var(--space-lg);background:var(--color-cream);border-radius:var(--radius-lg);opacity:0;animation:slideUp .6s var(--ease-out-expo) forwards;animation-delay:var(--delay, 0s)}.survey-question__text[data-astro-cid-pegw4ejv]{font-size:var(--text-base);font-weight:600;color:var(--color-charcoal);margin-bottom:var(--space-md)}.survey-options[data-astro-cid-pegw4ejv]{display:flex;flex-direction:column;gap:var(--space-sm)}@media(min-width:640px){.survey-options[data-astro-cid-pegw4ejv]{flex-direction:row;gap:var(--space-md)}}.survey-option[data-astro-cid-pegw4ejv]{cursor:pointer;flex:1}.survey-option[data-astro-cid-pegw4ejv] input[data-astro-cid-pegw4ejv][type=radio]{position:absolute;opacity:0;width:0;height:0}.survey-option__box[data-astro-cid-pegw4ejv]{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-md);background:var(--color-white);border:2px solid var(--color-sand);border-radius:var(--radius-md);transition:all var(--duration-fast) var(--ease-out-expo)}.survey-option__box[data-astro-cid-pegw4ejv]:hover{border-color:var(--color-stone)}.survey-option[data-astro-cid-pegw4ejv] input[data-astro-cid-pegw4ejv]:checked+.survey-option__box[data-astro-cid-pegw4ejv]{border-color:var(--color-primary);background:var(--color-primary-subtle)}.survey-option[data-astro-cid-pegw4ejv] input[data-astro-cid-pegw4ejv]:focus+.survey-option__box[data-astro-cid-pegw4ejv]{box-shadow:0 0 0 4px var(--color-primary-subtle)}.survey-option__check[data-astro-cid-pegw4ejv]{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:2px solid var(--color-sand);border-radius:var(--radius-full);background:var(--color-white);flex-shrink:0;transition:all var(--duration-fast) var(--ease-out-expo)}.survey-option__check[data-astro-cid-pegw4ejv] svg[data-astro-cid-pegw4ejv]{width:12px;height:12px;color:var(--color-white);opacity:0;transform:scale(.5);transition:all var(--duration-fast) var(--ease-out-expo)}.survey-option[data-astro-cid-pegw4ejv] input[data-astro-cid-pegw4ejv]:checked+.survey-option__box[data-astro-cid-pegw4ejv] .survey-option__check[data-astro-cid-pegw4ejv]{background:var(--color-primary);border-color:var(--color-primary)}.survey-option[data-astro-cid-pegw4ejv] input[data-astro-cid-pegw4ejv]:checked+.survey-option__box[data-astro-cid-pegw4ejv] .survey-option__check[data-astro-cid-pegw4ejv] svg[data-astro-cid-pegw4ejv]{opacity:1;transform:scale(1)}.survey-option__label[data-astro-cid-pegw4ejv]{font-size:var(--text-sm);font-weight:500;color:var(--color-charcoal)}.form-checkbox[data-astro-cid-pegw4ejv]{display:flex;align-items:flex-start;gap:var(--space-md);cursor:pointer}.form-checkbox[data-astro-cid-pegw4ejv] input[data-astro-cid-pegw4ejv][type=checkbox]{position:absolute;opacity:0;width:0;height:0}.form-checkbox__box[data-astro-cid-pegw4ejv]{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:2px solid var(--color-sand);border-radius:var(--radius-sm);background:var(--color-white);transition:all var(--duration-fast) var(--ease-out-expo)}.form-checkbox__box[data-astro-cid-pegw4ejv] svg[data-astro-cid-pegw4ejv]{width:14px;height:14px;color:var(--color-white);opacity:0;transform:scale(.5);transition:all var(--duration-fast) var(--ease-out-expo)}.form-checkbox[data-astro-cid-pegw4ejv] input[data-astro-cid-pegw4ejv]:checked+.form-checkbox__box[data-astro-cid-pegw4ejv]{background:var(--color-primary);border-color:var(--color-primary)}.form-checkbox[data-astro-cid-pegw4ejv] input[data-astro-cid-pegw4ejv]:checked+.form-checkbox__box[data-astro-cid-pegw4ejv] svg[data-astro-cid-pegw4ejv]{opacity:1;transform:scale(1)}.form-checkbox[data-astro-cid-pegw4ejv] input[data-astro-cid-pegw4ejv]:focus+.form-checkbox__box[data-astro-cid-pegw4ejv]{box-shadow:0 0 0 4px var(--color-primary-subtle)}.form-checkbox[data-astro-cid-pegw4ejv].has-error .form-checkbox__box[data-astro-cid-pegw4ejv]{border-color:var(--color-error);background-color:#b8433c0d}.form-checkbox[data-astro-cid-pegw4ejv].has-error .form-checkbox__text[data-astro-cid-pegw4ejv]{color:var(--color-error)}.form-checkbox__text[data-astro-cid-pegw4ejv]{font-size:var(--text-sm);color:var(--color-gray);line-height:1.6}.form-checkbox__text[data-astro-cid-pegw4ejv] a[data-astro-cid-pegw4ejv]{color:var(--color-primary);text-decoration:underline}.has-error[data-astro-cid-pegw4ejv]{border-color:var(--color-error)!important}.form-error[data-astro-cid-pegw4ejv]{display:block;font-size:var(--text-xs);color:var(--color-error);margin-top:var(--space-xs)}.form-message[data-astro-cid-pegw4ejv]{padding:var(--space-md);border-radius:var(--radius-md);font-size:var(--text-sm);margin-bottom:var(--space-md)}.form-message[data-astro-cid-pegw4ejv]:empty{display:none}.form-message--error[data-astro-cid-pegw4ejv]{background:#b8433c1a;color:var(--color-error);border:1px solid var(--color-error)}.survey-form__submit[data-astro-cid-pegw4ejv]{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-md);align-self:flex-start;padding:var(--space-md) var(--space-2xl);background:var(--color-primary);color:var(--color-white);font-family:var(--font-body);font-size:var(--text-base);font-weight:600;border:none;border-radius:var(--radius-lg);cursor:pointer;transition:all var(--duration-normal) var(--ease-out-expo);position:relative;overflow:hidden}.survey-form__submit[data-astro-cid-pegw4ejv]:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 8px 20px #04752e4d}.survey-form__submit[data-astro-cid-pegw4ejv]:active{transform:translateY(0)}.survey-form__submit-icon[data-astro-cid-pegw4ejv]{display:flex;transition:transform var(--duration-fast) var(--ease-out-expo)}.survey-form__submit-icon[data-astro-cid-pegw4ejv] svg[data-astro-cid-pegw4ejv]{width:18px;height:18px}.survey-form__submit[data-astro-cid-pegw4ejv]:hover .survey-form__submit-icon[data-astro-cid-pegw4ejv]{transform:translate(4px)}.survey-form__submit-loading[data-astro-cid-pegw4ejv]{display:none}.survey-form__submit-loading[data-astro-cid-pegw4ejv] svg[data-astro-cid-pegw4ejv]{width:20px;height:20px;animation:spin 1s linear infinite}.survey-form__submit[data-astro-cid-pegw4ejv].is-loading .survey-form__submit-text[data-astro-cid-pegw4ejv],.survey-form__submit[data-astro-cid-pegw4ejv].is-loading .survey-form__submit-icon[data-astro-cid-pegw4ejv]{opacity:0}.survey-form__submit[data-astro-cid-pegw4ejv].is-loading .survey-form__submit-loading[data-astro-cid-pegw4ejv]{display:flex;position:absolute}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.survey-success[data-astro-cid-pegw4ejv]{text-align:center;padding:var(--space-3xl)}.survey-success__icon[data-astro-cid-pegw4ejv]{width:80px;height:80px;margin:0 auto var(--space-xl);color:var(--color-primary);animation:successPop .5s var(--ease-out-expo)}.survey-success__icon[data-astro-cid-pegw4ejv] svg[data-astro-cid-pegw4ejv]{width:100%;height:100%}@keyframes successPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.survey-success__title[data-astro-cid-pegw4ejv]{font-size:var(--text-3xl);margin-bottom:var(--space-md);color:var(--color-primary)}.survey-success__text[data-astro-cid-pegw4ejv]{font-size:var(--text-lg);color:var(--color-gray);max-width:500px;margin:0 auto var(--space-xl);line-height:1.7}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}[data-astro-cid-pegw4ejv][data-animate]{opacity:0}[data-astro-cid-pegw4ejv][data-animate].is-visible{animation:slideUp .6s var(--ease-out-expo) forwards;animation-delay:var(--delay, 0s)}
