:root{--blue:#063b76;--line:#d8e1e8;--ink:#102d4b}*{box-sizing:border-box}body{color:var(--ink);font-family:Arial,Helvetica,sans-serif;background:#fff}.questionnaire-shell{min-height:100vh;display:grid;grid-template-columns:minmax(320px,39%) 1fr}.hero-panel{color:#fff;background:#063b76;display:flex;align-items:center;position:relative;overflow:hidden}.hero-slides,.hero-slides span{position:absolute;inset:0}.hero-slides span{background:center/cover no-repeat;opacity:0;animation:heroSlide 18s infinite}.hero-slides span:nth-child(1){background-image:linear-gradient(#022b5bc2,#022b5bc2),url('https://images.unsplash.com/photo-1625246333195-78d9c38ad449?auto=format&fit=crop&w=1200&q=85')}.hero-slides span:nth-child(2){background-image:linear-gradient(#022b5bc2,#022b5bc2),url('https://images.unsplash.com/photo-1464226184884-fa280b87c399?auto=format&fit=crop&w=1200&q=85');animation-delay:6s}.hero-slides span:nth-child(3){background-image:linear-gradient(#022b5bc2,#022b5bc2),url('https://images.unsplash.com/photo-1523741543316-beb7fc7023d8?auto=format&fit=crop&w=1200&q=85');animation-delay:12s}.hero-content{position:relative;z-index:1}.hero-panel .container{max-width:480px}.yara-logo{width:64px;height:64px;margin-bottom:64px;filter:brightness(0) invert(1)}.eyebrow{color:#a9e4ef;font-size:.78rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;margin-bottom:14px}.hero-panel h1,.form-step h2,.thank-you-card h1{font-family:Georgia,serif}.hero-panel h1{font-size:clamp(2.7rem,4vw,4.5rem);line-height:1.03;margin-bottom:24px}.hero-copy{max-width:380px;color:#e0eef5;font-size:1.05rem;line-height:1.7}.hero-trust{margin-top:48px;font-size:.9rem}.hero-trust span{color:#a9e4ef;margin-right:8px}.form-panel{display:grid;align-items:center;padding:48px 9%}.form-container{width:100%;max-width:680px;margin-inline:auto}.progress-wrap{margin-bottom:52px}.progress-label{display:flex;justify-content:space-between;font-size:.82rem;font-weight:700;margin-bottom:10px}.progress-label span:last-child{color:#718095;font-weight:400}.progress{height:5px;background:#e7edf0}.progress-bar{background:#17a3b8;transition:width .25s ease}.form-step{display:none}.form-step.active{display:block;animation:appear .25s ease}.form-step h2{font-size:clamp(2rem,3vw,2.8rem);margin-bottom:8px}.intro{color:#64748b;margin-bottom:32px}.form-label{font-weight:700;font-size:.88rem;margin-bottom:.5rem}.form-control,.form-select{min-height:50px;border-color:var(--line);border-radius:3px}.form-control:focus,.form-select:focus{border-color:#17a3b8;box-shadow:0 0 0 .2rem rgba(23,163,184,.13)}.actions{display:flex;justify-content:space-between;align-items:center;margin-top:42px}.btn-primary{background:var(--blue);border-color:var(--blue);padding:13px 24px;font-weight:700;border-radius:2px}.btn-primary:hover{background:#062e5d}.btn-primary span{margin-left:14px;font-size:1.2rem}.btn-link{color:var(--blue);font-weight:700;text-decoration:none;padding-left:0}.question-card{border:1px solid var(--line);border-radius:4px;padding:22px;margin-bottom:16px}.question-card h3{font-size:1.05rem;font-weight:700}.question-card p{color:#718095;font-size:.9rem}.answer-options{display:grid;gap:10px}.answer-options input{position:absolute;opacity:0}.answer-options label{border:1px solid var(--line);padding:12px 14px;border-radius:3px;cursor:pointer;font-size:.92rem;transition:.15s}.answer-options input:checked+label{border-color:#17a3b8;color:#063b76;background:#effbfc;font-weight:700}.declaration{background:#f0f8f9;border-left:4px solid #17a3b8;padding:26px}.declaration h3{font-size:1.2rem;font-weight:700}.declaration h4{font-size:1rem;font-weight:700;margin-top:20px}.declaration ol{padding-left:1.2rem}.declaration li{margin-bottom:12px;color:#526579;line-height:1.55}.form-check-label{font-weight:700}.form-check-input:checked{background-color:#17a3b8;border-color:#17a3b8}.thank-you-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#e6f4f5,#fff)}.thank-you-card{width:min(600px,100%);text-align:center;background:#fff;padding:54px 42px;border-radius:12px;box-shadow:0 15px 45px #063b7620}.thank-you-logo{width:64px;margin-bottom:28px}.success-tick{display:grid;place-items:center;width:94px;height:94px;margin:0 auto 25px;border-radius:50%;background:#14a9a2;color:#fff;font-size:56px;font-weight:700}.thank-you-card h1{font-size:2.5rem;color:var(--blue);margin-bottom:16px}.thank-you-card p{color:#526579;line-height:1.65}.redirect-note{margin:24px 0}.text-primary{color:#087f96!important}@keyframes appear{from{opacity:0;transform:translateX(8px)}to{opacity:1;transform:none}}@keyframes heroSlide{0%,28%{opacity:1}33%,100%{opacity:0}}@media(max-width:900px){.questionnaire-shell{grid-template-columns:1fr}.hero-panel{min-height:310px}.hero-panel .container{max-width:680px}.yara-logo{margin-bottom:38px}.hero-panel h1{font-size:2.7rem}.hero-trust{margin-top:24px}.form-panel{padding:48px 6%}}@media(max-width:500px){.form-panel{padding:34px 24px}.progress-wrap{margin-bottom:36px}.hero-panel{min-height:280px}.hero-panel .container{padding-inline:26px}.hero-copy{font-size:.95rem}.actions{margin-top:30px}.thank-you-card{padding:42px 24px}.thank-you-card h1{font-size:2rem}}
