.survey-page{background-color:#efefef;min-height:100dvh}.survey{width:100%;max-width:860px;margin:0 auto;padding:48px 24px}.survey__header{margin-bottom:28px}.survey__eyebrow{margin:0 0 8px;font-size:14px;font-weight:600;opacity:.65}.survey__title{margin:0;font-size:clamp(28px,3.5vw,36px);line-height:1.05}.survey__description{margin:10px 0 0;font-size:18px;line-height:1.5;opacity:.75}.survey-progress{display:flex;align-items:center;gap:10px;margin-bottom:36px}.survey-progress__item{width:34px;height:34px;border:1px solid;border-radius:999px;display:flex;align-items:center;justify-content:center;opacity:.35}.survey-progress__item--active{opacity:1}.survey-progress__item--completed{opacity:.75}.survey-progress__number{font-size:14px;font-weight:700}.survey-step{padding:40px 5%;border-radius:24px;border-radius:14px;box-shadow:0 0 40px rgba(0,0,0,.075);background:#fff}.survey-step__header{margin-bottom:28px}.survey-step__title{margin:0;font-size:clamp(21px,3vw,34px);line-height:1.15;letter-spacing:-.03em}.survey-step__description{margin:12px 0 0;font-size:16px;line-height:1.5;opacity:.7}.survey-step__questions{display:grid;grid-gap:28px;gap:28px}.survey-question{display:grid;grid-gap:14px;gap:14px}.survey-question__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.survey-question__label{margin:0;font-size:18px;line-height:1.35;font-weight:700}.survey-question__required{color:#d13030}.survey-question__error{margin:0;font-size:14px;color:#d13030}.survey-question__empty{margin:0;font-size:14px;opacity:.65}.survey-options{display:grid;grid-gap:10px;gap:10px}.survey-option{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid rgba(0,0,0,.14);border-radius:14px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.survey-option:hover{border-color:rgba(0,0,0,.35)}.survey-option--selected{border-color:rgba(0,0,0,.75);background:rgba(0,0,0,.04)}.survey-option__input{position:absolute;opacity:0;pointer-events:none}.survey-option__box{width:18px;height:18px;border:1px solid;border-radius:5px;flex:0 0 auto;position:relative}.survey-option--selected .survey-option__box:after{content:"";position:absolute;inset:3px;border-radius:2px;background:var(--primario)}.survey-option__label{font-size:16px;line-height:1.35}.survey-textarea{width:100%;resize:vertical;min-height:140px;padding:16px;border:1px solid rgba(0,0,0,.14);border-radius:14px;font:inherit;line-height:1.45;outline:none;transition:border-color .2s ease}.survey-textarea:focus{border-color:rgba(0,0,0,.65)}.survey__global-error{margin:20px 0 0;padding:14px 16px;border-radius:14px;background:rgba(209,48,48,.08);color:#d13030;font-size:14px}.survey-actions{display:flex;justify-content:space-between;gap:15px;margin-top:28px}.survey-actions__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:999px;padding:14px 24px;font:inherit;font-weight:700;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.survey-actions__button:disabled{opacity:.35;cursor:not-allowed}.survey-actions__button--primary{background:#111;color:#fff;transition:all .4s}.survey-actions__button--primary:hover{background-color:var(--primario)}.survey-actions__button--secondary{background:rgba(0,0,0,.08);color:#111}.survey--success{display:flex;align-items:center;justify-content:center;min-height:420px}.survey__success-box{max-width:560px;text-align:center;padding:48px 32px;border-radius:14px;box-shadow:0 0 40px rgba(0,0,0,.075);background:#fff}.survey__success-icon path{fill:#fff}.survey__success-icon{width:54px;height:54px;border-radius:999px;background:#111;color:#fff;display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:28px;font-weight:700;padding:10px;transform:rotate(-10deg)}@media (max-width:640px){.survey{padding:32px 16px}.survey-step{padding:24px 18px;border-radius:18px}.survey-actions{flex-direction:column-reverse}.survey-actions__button{width:100%}.survey__header{margin-bottom:20px}.survey-progress{gap:8px;overflow-x:auto;padding-bottom:4px;margin-bottom:25px}.survey-progress__item{width:30px;height:30px;flex:0 0 auto}.survey-option{gap:8px;padding:10px 13px;border-radius:8px}.survey-option__label{font-size:15px;line-height:1.35}.survey-step__header{margin-bottom:20px}.survey-question__label{font-size:16px}}.survey-results{margin:0 auto;padding:56px 24px}.survey-results__header{margin-bottom:32px}.survey-results__eyebrow{margin:0 0 8px;font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;opacity:.55}.survey-results__title{margin:0;font-size:clamp(34px,5vw,58px);line-height:1.05;letter-spacing:-.045em}.survey-results__summary{margin:16px 0 0;font-size:18px;line-height:1.45;opacity:.75}.survey-results__tabs{display:inline-flex;gap:8px;padding:6px;margin-bottom:28px;border-radius:999px;background:rgba(0,0,0,.06)}.survey-results__tabs button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:12px 18px;border-radius:999px;background:transparent;color:inherit;font:inherit;font-size:14px;font-weight:700;cursor:pointer;opacity:.6;transition:background-color .2s ease,opacity .2s ease,transform .2s ease}.survey-results__tabs button:hover{opacity:1}.survey-results__tabs button.is-active{background:#111;color:#fff;opacity:1}.survey-results__content{display:grid;grid-gap:22px;gap:22px}.survey-results-card{padding:28px;border:1px solid rgba(0,0,0,.11);border-radius:24px;background:#fff}.survey-results-card__header{margin-bottom:22px}.survey-results-card__header h2{margin:0;font-size:clamp(21px,3vw,28px);line-height:1.2;letter-spacing:-.03em}.survey-results-card__header p{margin:10px 0 0;font-size:14px;line-height:1.4;opacity:.62}.survey-results-options{display:grid;grid-gap:16px;gap:16px}.survey-results-option{display:grid;grid-gap:8px;gap:8px}.survey-results-option__top{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.survey-results-option__top span{font-size:16px;line-height:1.35;font-weight:600}.survey-results-option__top strong{flex:0 0 auto;font-size:14px;line-height:1.2;opacity:.75}.survey-results-option__bar{width:100%;height:10px;border-radius:999px;overflow:hidden;background:rgba(0,0,0,.08)}.survey-results-option__bar span{display:block;height:100%;min-width:2px;border-radius:inherit;background:#111;transition:width .35s ease}.survey-results-text-count{display:flex;align-items:center;gap:14px;padding:18px;border-radius:18px;background:rgba(0,0,0,.04)}.survey-results-text-count strong{width:46px;height:46px;flex:0 0 auto;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#111;color:#fff;font-size:20px;line-height:1}.survey-results-text-count span{font-size:16px;line-height:1.4}.survey-results-user{padding:28px;border:1px solid rgba(0,0,0,.11);border-radius:24px;background:#fff}.survey-results-user__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:20px;margin-bottom:22px;border-bottom:1px solid rgba(0,0,0,.08)}.survey-results-user__header h2{margin:0;font-size:24px;line-height:1.2;letter-spacing:-.03em}.survey-results-user__header p{margin:6px 0 0;font-size:14px;line-height:1.35;opacity:.62}.survey-results-user__header span{flex:0 0 auto;padding:7px 11px;border-radius:999px;background:rgba(0,0,0,.06);font-size:13px;font-weight:700;opacity:.75}.survey-results-user__answers{display:grid;grid-gap:18px;gap:18px}.survey-results-user-answer{display:grid;grid-gap:8px;gap:8px}.survey-results-user-answer h3{margin:0;font-size:16px;line-height:1.35;font-weight:800}.survey-results-user-answer p{margin:0;font-size:15px;line-height:1.55}.survey-results-user-answer ul{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.survey-results-user-answer li{display:inline-flex;align-items:center;padding:8px 11px;border-radius:999px;background:rgba(0,0,0,.07);font-size:14px;line-height:1.2;font-weight:600}.survey-results-empty{color:rgba(0,0,0,.42);font-style:italic}.survey-results>p,.survey-results__content>p{margin:0;padding:22px;border-radius:18px;background:rgba(0,0,0,.04);font-size:16px;line-height:1.45}@media (max-width:760px){.survey-results{padding:36px 16px}.survey-results__tabs{width:100%;display:grid;grid-template-columns:1fr 1fr;border-radius:18px}.survey-results__tabs button{width:100%;border-radius:14px}.survey-results-card,.survey-results-user{padding:22px 18px;border-radius:20px}.survey-results-option__top{align-items:flex-start;flex-direction:column;gap:4px}.survey-results-text-count{align-items:flex-start}.survey-results-user__header{flex-direction:column}.survey-results-user__header span{align-self:flex-start}}@media (max-width:480px){.survey-results__title{font-size:34px}.survey-results-card__header h2,.survey-results-user__header h2{font-size:22px}.survey-results-text-count{flex-direction:column}}.survey-nav-results-page{padding:60px 0}.survey-item{padding:20px 0;border-bottom:1px solid #000}.survey-item a:hover h2{color:var(--primario)}.survey-item a h2{transition:all .4s}.survey-nav-results-page h1{text-transform:uppercase;font-family:var(--font-montserrat);font-size:21px;margin-bottom:30px;font-weight:600}