:root{--navy:#1b3565;--navy-dark:#132650;--turquoise:#2cc5c5;--turquoise-light:#a0e6e6;--gray-blue:#b3c4d6;--charcoal:#1e2b37;--white:#fff;--bg:#f4f7fb;--text:#1e2b37;--text-muted:#5a6a7a;--border:#d1dde9;--success:#1aaa6e;--radius:12px;--radius-sm:8px;--shadow:0 2px 16px #1b35651a;--shadow-sm:0 1px 4px #1b356512;--transition:.18s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100dvh;padding-bottom:40px;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex}.site-header{background:var(--navy);z-index:100;align-items:center;gap:14px;padding:14px 20px;display:flex;position:sticky;top:0;box-shadow:0 2px 12px #1b356540}.site-header img{width:auto;height:44px}.site-header .header-text{color:var(--white)}.site-header .header-text h1{letter-spacing:.01em;color:var(--white);font-size:.82rem;font-weight:700;line-height:1.2}.site-header .header-text p{color:var(--turquoise-light);margin-top:1px;font-size:.68rem;font-weight:500}.main-wrap{max-width:640px;margin:0 auto;padding:20px 16px 48px}.survey-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:20px;overflow:hidden}.survey-card-header{background:linear-gradient(135deg, var(--navy) 0%, #224a90 100%);color:var(--white);padding:22px 20px 18px}.survey-card-header .badge{background:var(--turquoise);color:var(--navy-dark);letter-spacing:.06em;text-transform:uppercase;border-radius:20px;margin-bottom:10px;padding:3px 10px;font-size:.68rem;font-weight:700;display:inline-block}.survey-card-header h2{color:var(--white);font-size:1.1rem;font-weight:700;line-height:1.3}.survey-card-header p{color:#fffc;margin-top:8px;font-size:.8rem;line-height:1.5}.questions-wrap{padding:16px 16px 4px}.question-block{border-bottom:1px solid var(--border);padding:18px 0}.question-block:last-child{border-bottom:none}.question-label{gap:10px;margin-bottom:14px;display:flex}.question-num{background:var(--turquoise);width:26px;height:26px;color:var(--navy-dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:.78rem;font-weight:700;display:flex}.question-text{color:var(--text);font-size:.9rem;font-weight:600;line-height:1.5}.rating-options{flex-wrap:wrap;gap:8px;display:flex}.rating-option{flex:auto;min-width:0}.rating-option input[type=radio]{display:none}.rating-option label{text-align:center;border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;color:var(--text-muted);background:var(--bg);transition:all var(--transition);-webkit-user-select:none;user-select:none;white-space:nowrap;padding:10px 6px;font-size:.8rem;font-weight:600;display:block}.rating-option label:hover{border-color:var(--turquoise);color:var(--navy);background:#2cc5c512}.rating-option input[type=radio]:checked+label{border-color:var(--navy);background:var(--navy);color:var(--white);box-shadow:0 2px 8px #1b356540}.rating-option.opt-yes input:checked+label{background:var(--navy);border-color:var(--navy)}.rating-option.opt-partial input:checked+label{background:#1b8a8a;border-color:#1b8a8a}.rating-option.opt-no input:checked+label{background:#c0392b;border-color:#c0392b}.text-input{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);background:var(--bg);transition:border-color var(--transition);outline:none;padding:12px;font-family:inherit;font-size:.95rem}.text-input:focus{border-color:var(--turquoise)}.comment-block{padding:18px 0 4px}.comment-label{gap:10px;margin-bottom:12px;display:flex}.comment-block textarea{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;min-height:90px;color:var(--text);background:var(--bg);resize:vertical;transition:border-color var(--transition);outline:none;padding:12px;font-family:inherit;font-size:.88rem}.comment-block textarea:focus{border-color:var(--turquoise)}.form-footer{padding:16px 16px 20px}.btn-submit{background:linear-gradient(135deg, var(--turquoise) 0%, #1aacac 100%);width:100%;color:var(--navy-dark);border-radius:var(--radius-sm);cursor:pointer;letter-spacing:.02em;transition:all var(--transition);border:none;padding:15px;font-family:inherit;font-size:1rem;font-weight:700;box-shadow:0 4px 14px #2cc5c559}.btn-submit:hover{transform:translateY(-1px);box-shadow:0 6px 18px #2cc5c573}.btn-submit:active{transform:translateY(0)}.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.success-screen{text-align:center;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;align-items:center;padding:52px 24px 40px;display:flex}.success-icon{background:linear-gradient(135deg, var(--turquoise), #1aacac);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:22px;display:flex;box-shadow:0 6px 20px #2cc5c566}.success-icon svg{width:36px;height:36px;color:var(--white)}.success-screen h2{color:var(--navy);margin-bottom:10px;font-size:1.3rem;font-weight:700}.success-screen p{color:var(--text-muted);max-width:280px;font-size:.88rem;line-height:1.6}.home-wrap{max-width:640px;margin:0 auto;padding:28px 16px 48px}.home-hero{background:linear-gradient(135deg, var(--navy) 0%, #224a90 100%);border-radius:var(--radius);color:var(--white);text-align:center;box-shadow:var(--shadow);margin-bottom:24px;padding:32px 24px}.home-hero img{height:64px;margin-bottom:18px}.home-hero h1{color:var(--white);font-size:1.25rem;font-weight:700;line-height:1.3}.home-hero p{color:#ffffffbf;margin-top:8px;font-size:.85rem;line-height:1.5}.survey-links{flex-direction:column;gap:14px;display:flex}.survey-link-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);color:var(--text);border:1.5px solid var(--border);transition:all var(--transition);align-items:center;gap:18px;padding:20px;text-decoration:none;display:flex}.survey-link-card:hover{border-color:var(--turquoise);box-shadow:var(--shadow);transform:translateY(-2px)}.survey-link-card .icon-wrap{background:var(--navy);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.survey-link-card .icon-wrap svg{width:26px;height:26px;color:var(--turquoise)}.survey-link-card .link-text h3{color:var(--navy);margin-bottom:3px;font-size:.95rem;font-weight:700}.survey-link-card .link-text p{color:var(--text-muted);font-size:.78rem;line-height:1.4}.survey-link-card .arrow{color:var(--turquoise);flex-shrink:0;margin-left:auto}.question-block.error .question-text{color:#c0392b}.question-block.error .question-num{color:#fff;background:#c0392b}.error-msg{color:#c0392b;margin-top:8px;font-size:.75rem;font-weight:500}.site-footer{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);background:var(--bg);z-index:50;padding:8px 16px;font-size:.72rem;position:fixed;bottom:0;left:0;right:0}
