.landing-card{width:min(34rem,100%);padding:2rem;text-align:center}.landing-card h1{margin:0;color:var(--brand)}.landing-note{margin:1rem 0 1.25rem;padding:.9rem 1rem;border-radius:.85rem;background:#f4f7fb;color:var(--muted);font-size:.85rem;line-height:1.6}.survey-app{max-width:480px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.survey-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;color:var(--survey-header-text,#fff);background:linear-gradient(135deg,var(--brand),var(--brand-soft));box-shadow:0 2px 12px rgba(0,0,0,.2)}.survey-header h1{margin:0;font-size:.9rem;font-weight:700;line-height:1.2}.survey-header p{margin:.125rem 0 0;font-size:.7rem;opacity:.75}.survey-header__brand{display:flex;align-items:center;gap:.75rem}.survey-logo{width:2.625rem;height:2.625rem;border-radius:.625rem;display:flex;align-items:center;justify-content:center;background:#fff;flex-shrink:0;overflow:hidden;padding:.25rem}.survey-logo img{width:100%;height:100%;object-fit:contain}.survey-progress-chip{margin-left:auto;padding:.3125rem .6875rem;border-radius:999px;background:var(--survey-header-chip-bg,rgba(255,255,255,.15));font-size:.75rem;font-weight:700;white-space:nowrap;flex-shrink:0}.survey-progress{height:.3125rem;background:rgba(255,255,255,.15)}.survey-progress__fill{height:100%;background:linear-gradient(90deg,#4ade80,#22c55e);transition:width .3s ease}.survey-content{flex:1;padding:1.125rem .875rem 2.5rem}.survey-card{padding:1.5rem 1.25rem;box-shadow:0 2px 20px rgba(15,38,68,.07)}.survey-card h2{margin:0;font-size:1.1rem;color:var(--brand);font-weight:800;line-height:1.2}.survey-card--center{text-align:center;padding-block:2.5rem}.survey-card__logo{margin-bottom:.75rem;padding:0 5rem}.survey-card__icon{font-size:2.125rem;margin-bottom:.75rem;line-height:1}.survey-card__icon--large{font-size:4rem}.survey-subtitle{margin:.5rem 0 0;color:var(--muted);line-height:1.6;font-size:.8125rem}.language-grid{display:grid;grid-template-columns:1fr 1fr;gap:.625rem;margin:1.125rem 0 1rem}.language-btn,.option-btn,.choice-btn,.scale-btn,.nps-btn{border:0;cursor:pointer;transition:.18s ease}.language-btn,.option-btn,.choice-btn,.scale-btn,.nps-btn{border:2.5px solid var(--line);background:#fff;border-radius:.9rem;color:#2d4a6b}.language-btn:hover,.option-btn:hover,.choice-btn:hover,.scale-btn:hover,.nps-btn:hover{border-color:var(--brand-soft)}.language-btn.is-active,.option-btn.is-active,.choice-btn.is-active,.scale-btn.is-active,.nps-btn.is-active{background:var(--brand);border-color:var(--brand);color:#fff}.language-btn{min-height:3.8rem;padding:1rem .75rem;display:flex;gap:.5rem;align-items:center;justify-content:flex-start;font-weight:600;text-align:left}.option-stack{display:grid;gap:.45rem}.option-btn{padding:.85rem 1rem;text-align:left;font-weight:500}.option-btn.is-active{background:#eef4ff;color:var(--brand);font-weight:700}.choice-btn{flex:1;padding:1rem;font-weight:700}.scale-btn{flex:1;padding:.875rem .25rem;font-weight:700;color:var(--muted)}.nps-btn{flex:1;min-width:0;padding:.75rem .125rem;font-size:.75rem;font-weight:700;border-width:2px;color:var(--muted)}.survey-group{margin-top:1.375rem}.survey-step{margin-bottom:1rem;text-align:center;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9caabb}.survey-group-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.survey-group-header__icon{width:3rem;height:3rem;display:grid;place-items:center;font-size:1.5rem}.survey-overlay{position:fixed;inset:0;display:grid;place-items:center;background:rgba(15,38,68,.7)}.survey-overlay__box{width:16rem;background:#fff;border-radius:1.2rem;padding:2rem;text-align:center}.survey-spinner{width:2.8rem;height:2.8rem;border-radius:50%;border:4px solid var(--line);border-top-color:var(--brand);margin:0 auto 1rem;animation:spin .8s linear infinite}.survey-done-note{margin-top:1rem;padding:.95rem 1rem;border-radius:.875rem;background:#f4f7fb;color:#9caabb;font-size:.8125rem;line-height:1.6}@keyframes spin{to{transform:rotate(360deg)}}.question-card{background:#fff;border-radius:1.125rem;box-shadow:0 2px 12px rgba(15,38,68,.06);padding:1.25rem 1.125rem;margin-bottom:.75rem}.question-card__number{margin-bottom:.5rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:#9caabb;font-weight:700}.question-card__text{margin-bottom:1.125rem;line-height:1.6;font-weight:600;font-size:.9375rem}.question-scale,.two-choice-row,.nps-row{display:flex;gap:.375rem}.scale-labels{display:flex;justify-content:space-between;gap:1rem;margin-top:.375rem;font-size:.8rem;color:#9caabb;line-height:1.3}