/* EVICK free site survey — page-specific styles only. */
.survey-hero{position:relative;min-height:660px;display:flex;align-items:flex-end;overflow:hidden;border-bottom:4px solid var(--red,#dc0000)}
.survey-hero__background{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.55)),url("../img/site-survey.png") center/cover no-repeat}
.survey-hero__inner{position:relative;z-index:1;padding-top:170px;padding-bottom:90px}
.survey-hero h1{max-width:950px;margin:0 0 1.5rem;font-size:clamp(3rem,7vw,6.5rem);line-height:.94;letter-spacing:-.055em}
.survey-hero h1 span{color:var(--red,#dc0000)}
.survey-hero p{max-width:730px;color:rgba(255,255,255,.78);font-size:1.15rem}
.survey-hero__proof{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}
.survey-hero__proof span{display:inline-flex;align-items:center;gap:.6rem;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(0,0,0,.35);font-size:.82rem;font-weight:700}
.survey-hero__proof i{color:var(--red,#dc0000)}
.survey-main{background:radial-gradient(circle at 0 10%,rgba(220,0,0,.08),transparent 30%),#090909}
.survey-layout{display:grid;grid-template-columns:minmax(250px,.32fr) minmax(0,1fr);align-items:start;gap:clamp(2rem,5vw,5rem)}
.survey-aside{position:sticky;top:120px}
.survey-aside h2{margin-bottom:1rem;font-size:2.4rem}
.survey-guide{display:grid;gap:1px;margin:2rem 0;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08)}
.survey-guide li{display:flex;align-items:center;gap:1rem;padding:1rem;background:#101010;color:rgba(255,255,255,.74);font-size:.88rem}
.survey-guide span{color:var(--red,#dc0000);font-weight:900}
.survey-help{display:flex;align-items:center;gap:1rem;padding:1.2rem;border-left:3px solid var(--red,#dc0000);background:rgba(220,0,0,.1)}
.survey-help>i{color:var(--red,#dc0000);font-size:1.3rem}.survey-help div{display:flex;flex-direction:column}.survey-help small{color:rgba(255,255,255,.5)}.survey-help a{font-weight:800}
.survey-form-card{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#101010;box-shadow:0 30px 80px rgba(0,0,0,.35)}
.survey-form{display:grid}
.survey-section{min-width:0;margin:0;padding:clamp(1.5rem,4vw,2.7rem);border:0;border-bottom:1px solid rgba(255,255,255,.09)}
.survey-section legend{width:100%;display:flex;align-items:center;gap:1rem;margin-bottom:2rem;color:#fff;font-size:1.35rem;font-weight:800}
.survey-section legend>span{width:46px;height:46px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--red,#dc0000);font-size:.8rem}
.survey-section legend div{display:flex;flex-direction:column}.survey-section legend small{margin-top:.3rem;color:rgba(255,255,255,.48);font-size:.78rem;font-weight:500}
.survey-grid{display:grid;gap:1.2rem;margin-bottom:1.2rem}.survey-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.survey-form label,.survey-label{display:block;color:rgba(255,255,255,.78);font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.survey-label{margin:0 0 .8rem}.survey-label:not(:first-of-type){margin-top:1.5rem}
.survey-form input:not([type=checkbox]),.survey-form select,.survey-form textarea{width:100%;min-height:54px;margin-top:.55rem;padding:.9rem 1rem;border:1px solid rgba(255,255,255,.12);border-radius:9px;outline:0;background:#080808;color:#fff;font:inherit;text-transform:none;transition:.2s}
.survey-form textarea{min-height:110px;resize:vertical}.survey-form input:focus,.survey-form select:focus,.survey-form textarea:focus{border-color:var(--red,#dc0000);box-shadow:0 0 0 3px rgba(220,0,0,.12)}
.survey-form .full{display:block;margin-top:1.2rem}
.survey-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}
.survey-check-grid label{position:relative}.survey-check-grid input{position:absolute;opacity:0}.survey-check-grid span{min-height:50px;display:flex;align-items:center;padding:.8rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#0a0a0a;color:rgba(255,255,255,.68);font-size:.78rem;text-transform:none;cursor:pointer}.survey-check-grid input:checked+span{border-color:var(--red,#dc0000);background:rgba(220,0,0,.13);color:#fff}.survey-check-grid input:focus-visible+span{outline:2px solid #fff}
.survey-upload{position:relative;min-height:125px;display:flex;align-items:center;gap:1.1rem;padding:1.4rem;border:1px dashed rgba(255,255,255,.22);border-radius:10px;background:rgba(255,255,255,.025)}
.survey-upload>i{color:var(--red,#dc0000);font-size:2rem}.survey-upload strong,.survey-upload small{display:block}.survey-upload small{margin-top:.3rem;color:rgba(255,255,255,.48)}.survey-upload input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}
.survey-captcha{display:grid;grid-template-columns:1fr auto;align-items:end;gap:1rem}.survey-consent{display:flex!important;align-items:flex-start;gap:.8rem;margin:1.5rem 0;text-transform:none!important}.survey-consent input{width:18px;height:18px;margin-top:.12rem;accent-color:var(--red,#dc0000)}.survey-consent span{font-size:.86rem;font-weight:500;line-height:1.55}.survey-privacy{font-size:.78rem}.survey-submit{width:100%;min-height:60px;border-radius:9px}
.survey-response{margin:2rem;padding:1.2rem;border-left:3px solid #ff6b6b;background:rgba(255,70,70,.1)}.survey-response.is-success{border-color:#28c76f;background:rgba(40,199,111,.1)}.survey-response p{margin:0}.survey-response p+p{margin-top:.5rem}
.survey-thank-you{padding:clamp(3rem,8vw,7rem);text-align:center}.survey-thank-you>i{margin-bottom:1.5rem;color:#28c76f;font-size:4rem}.survey-thank-you h2{margin-bottom:1rem;font-size:3rem}.survey-thank-you p{max-width:580px;margin:0 auto 2rem}
@media(max-width:1000px){.survey-layout{grid-template-columns:1fr}.survey-aside{position:static}.survey-guide{grid-template-columns:repeat(5,1fr)}.survey-guide li{flex-direction:column;align-items:flex-start}}
@media(max-width:700px){.survey-hero{min-height:620px}.survey-hero__inner{padding-top:140px;padding-bottom:60px}.survey-hero h1{font-size:clamp(2.6rem,13vw,4.2rem)}.survey-hero__proof{display:grid}.survey-guide{grid-template-columns:1fr}.survey-guide li{flex-direction:row}.survey-grid.two,.survey-check-grid,.survey-captcha{grid-template-columns:1fr}.survey-section{padding:1.4rem}.survey-section legend{align-items:flex-start;font-size:1.15rem}.survey-upload{align-items:flex-start}.survey-form-card{border-radius:12px}.survey-response{margin:1.4rem}}
