:root{--bg:#f4f5f7;--card:#fff;--ink:#0b0e13;--muted:#6f7782;--line:#dde2e8;--blue:#315cff;--blue2:#2449d8;--dark:#10151d;--soft:#eef1f5;--ease:cubic-bezier(.2,.8,.2,1)}*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Helvetica Neue",Arial,sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased}body{overflow:hidden}button,input{font:inherit}.vq-app{height:100svh;min-height:100svh;overflow:hidden;display:grid;grid-template-rows:74px 1fr;background:radial-gradient(700px 420px at 78% 12%,rgba(49,92,255,.07),transparent 60%),var(--bg)}.vq-topbar{display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,4vw,54px);border-bottom:1px solid var(--line);background:rgba(244,245,247,.88);backdrop-filter:blur(20px);z-index:5}.vq-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink);font-size:14px;font-weight:850;letter-spacing:.2em}.vq-logo{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:var(--ink);color:#fff;font-size:16px;letter-spacing:0}.vq-top-note{font-size:11px;color:#8a919b}.vq-start{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:clamp(44px,7vw,100px);align-items:center;padding:clamp(34px,5vw,64px) clamp(20px,4vw,54px) 24px;min-height:0}.vq-start-copy{align-self:center}.vq-eyebrow,.vq-step-label{display:block;font-size:10px;letter-spacing:.18em;font-weight:800;color:#8f97a2}.vq-start-copy h1{font-size:clamp(68px,7.5vw,108px);line-height:.86;letter-spacing:-.075em;margin:20px 0 22px;font-weight:780}.vq-start-copy p{font-size:clamp(18px,1.45vw,22px);line-height:1.48;letter-spacing:-.02em;color:var(--muted);max-width:590px;margin:0}.vq-trustbar{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:24px;color:#606975;font-size:11px}.vq-trustbar span{display:flex;align-items:center;gap:6px;white-space:nowrap}.vq-trustbar b{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #d9dee5;color:#25303d;font-size:10px;box-shadow:0 3px 10px rgba(12,19,30,.05)}.vq-project-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.vq-project-card{min-height:215px;border:1px solid rgba(255,255,255,.25);border-radius:25px;padding:0;text-align:left;color:#fff;position:relative;overflow:hidden;background-image:var(--photo);background-size:cover;background-position:center;box-shadow:0 16px 42px rgba(13,20,30,.13);transition:transform .22s var(--ease),box-shadow .22s var(--ease),filter .22s var(--ease);cursor:pointer;isolation:isolate}.vq-project-card:hover{transform:translateY(-3px);box-shadow:0 22px 58px rgba(13,20,30,.18);filter:saturate(1.05)}.vq-project-card:focus-visible{outline:3px solid rgba(49,92,255,.45);outline-offset:3px}.vq-project-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(6,10,16,.03) 5%,rgba(7,11,17,.12) 42%,rgba(7,11,17,.82) 100%)}.vq-project-featured{box-shadow:0 18px 54px rgba(17,28,49,.24)}.vq-project-featured:after{content:'BELIEBT';position:absolute;top:16px;right:16px;padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.92);color:#151a22;font-size:8px;font-weight:850;letter-spacing:.11em;backdrop-filter:blur(8px)}.vq-project-copy{position:absolute;left:20px;right:58px;bottom:20px}.vq-project-card small{display:block;color:rgba(255,255,255,.72);font-size:9px;letter-spacing:.15em;text-transform:uppercase;text-shadow:0 1px 12px rgba(0,0,0,.22)}.vq-project-card b{display:block;margin-top:6px;font-size:27px;letter-spacing:-.045em;line-height:1;text-shadow:0 2px 16px rgba(0,0,0,.28)}.vq-project-card>i{position:absolute;right:20px;bottom:19px;font-style:normal;font-size:25px;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.3)}.vq-start-foot{grid-column:1/-1;display:flex;align-items:center;gap:20px;padding-top:2px;color:#929aa4;font-size:10px}.vq-start-foot a{color:#737c87;text-decoration:none;margin-left:auto}.vq-start-foot a+a{margin-left:0}.vq-wizard{position:fixed;inset:0;background:var(--bg);z-index:20;display:none}.vq-wizard.open{display:block}.vq-wizard-head{height:74px;display:grid;grid-template-columns:60px 1fr 60px;align-items:center;padding:0 clamp(14px,3vw,28px);border-bottom:1px solid var(--line);position:relative;background:rgba(244,245,247,.94);backdrop-filter:blur(20px)}.vq-wizard-brand{text-align:center;font-size:13px;font-weight:850;letter-spacing:.2em}.vq-icon-btn{width:40px;height:40px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);font-size:20px;display:grid;place-items:center}.vq-icon-btn:last-of-type{justify-self:end}.vq-progress{position:absolute;left:0;right:0;bottom:-1px;height:3px;background:#e7eaf0;overflow:hidden}.vq-progress span{display:block;height:100%;width:0;background:var(--blue);transition:width .35s var(--ease)}.vq-question-screen,.vq-postcode-screen,.vq-result-screen,.vq-contact-screen,.vq-success-screen{height:calc(100svh - 74px);overflow:auto}.vq-question-wrap,.vq-postcode-wrap,.vq-result-wrap,.vq-contact-wrap,.vq-success-card{width:min(820px,100%);margin:0 auto;padding:clamp(42px,8vh,86px) clamp(20px,4vw,42px) 40px}.vq-question-wrap h2,.vq-postcode-wrap h2,.vq-result-wrap h2,.vq-contact-wrap h2,.vq-success-card h2{font-size:clamp(46px,6vw,76px);line-height:.96;letter-spacing:-.06em;margin:16px 0 14px;font-weight:750}.vq-question-wrap>p,.vq-postcode-wrap>p,.vq-result-wrap>p,.vq-contact-wrap>p,.vq-success-card>p{font-size:17px;line-height:1.55;color:var(--muted);max-width:640px;margin:0 0 30px}.vq-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.vq-option{border:1px solid var(--line);background:#fff;border-radius:19px;min-height:110px;padding:18px 20px;text-align:left;color:var(--ink);font-weight:720;font-size:18px;letter-spacing:-.02em;display:flex;align-items:center;justify-content:space-between;gap:14px;transition:.18s var(--ease);cursor:pointer}.vq-option:after{content:'→';font-size:20px;color:#a4aab2}.vq-option:hover{border-color:#bfc9e9;box-shadow:0 12px 30px rgba(34,56,110,.08);transform:translateY(-1px)}.vq-postcode-wrap{max-width:680px}.vq-postcode-wrap form{display:grid;gap:12px}.vq-big-field{display:block;border:1px solid var(--line);background:#fff;border-radius:20px;padding:16px 18px}.vq-big-field>span{display:block;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#8e96a0;margin-bottom:7px}.vq-big-field input{border:0;outline:0;background:transparent;width:100%;font-size:28px;font-weight:720;letter-spacing:.01em;color:var(--ink);padding:0}.vq-big-field:focus-within{border-color:#b8c5ff;box-shadow:0 0 0 4px rgba(49,92,255,.08)}.vq-mini-trust{display:flex;gap:16px;justify-content:center;margin-top:16px;color:#8d95a0;font-size:10px}.vq-mini-trust span:before{content:'✓';margin-right:5px}.vq-result-wrap{max-width:760px}.vq-result-lead{margin-bottom:18px!important}.vq-profile-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 18px 50px rgba(14,23,38,.06);margin:4px 0 16px}.vq-profile-row{display:grid;grid-template-columns:140px 1fr;gap:18px;align-items:center;padding:17px 20px;border-bottom:1px solid #e9edf1}.vq-profile-row:last-child{border-bottom:0}.vq-profile-row span{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#929aa4}.vq-profile-row b{font-size:17px;letter-spacing:-.02em}.vq-offer-preview{background:linear-gradient(145deg,#0f1724,#17243a);color:#fff;border-radius:24px;padding:22px;margin:0 0 16px;box-shadow:0 20px 50px rgba(15,23,36,.16)}.vq-offer-label{display:block;font-size:9px;letter-spacing:.17em;color:#8fa1bd;font-weight:800;margin-bottom:14px}.vq-offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.vq-offer-grid>div{padding:15px 14px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.04)}.vq-offer-grid b{display:block;font-size:20px;letter-spacing:-.035em}.vq-offer-grid span{display:block;margin-top:4px;color:#b3bfd1;font-size:11px;line-height:1.35}.vq-offer-preview p{font-size:10px;line-height:1.5;color:#9eabc0;margin:16px 2px 0}.vq-offer-preview p strong{color:#d8e0ed;font-weight:720}.vq-result-cta{width:100%;border:0;border-radius:18px;background:var(--blue);color:#fff;padding:19px 20px;font-size:16px;font-weight:820;display:flex;align-items:center;justify-content:center;gap:14px;cursor:pointer;box-shadow:0 16px 32px rgba(49,92,255,.2)}.vq-result-cta b{font-size:22px}.vq-result-trust{margin-top:17px}.vq-contact-wrap{max-width:700px}.vq-contact-wrap form{display:grid;gap:10px}.vq-contact-wrap label:not(.vq-consent){display:block;border:1px solid var(--line);background:#fff;border-radius:16px;padding:13px 15px}.vq-contact-wrap label>span:first-child{display:block;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#8e96a0;margin-bottom:6px}.vq-contact-wrap label>span em{font-style:normal;text-transform:none;letter-spacing:0;color:#a2a8b0;margin-left:4px}.vq-contact-wrap input:not([type=checkbox]){border:0;outline:0;background:transparent;width:100%;font-size:19px;font-weight:650;color:var(--ink);padding:0}.vq-contact-wrap label:focus-within{border-color:#b8c5ff;box-shadow:0 0 0 4px rgba(49,92,255,.08)}.vq-phone-field{margin-top:3px}.vq-consent{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:10px;padding:8px 2px;color:#717985;font-size:11px;line-height:1.45}.vq-consent input{margin-top:2px}.vq-consent a{color:var(--ink)}.vq-submit{border:0;border-radius:16px;background:var(--blue);color:#fff;padding:17px 20px;font-size:15px;font-weight:820;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer}.vq-submit:disabled{opacity:.55;cursor:default}.vq-submit b{font-size:20px}.vq-form-status{min-height:18px;margin:0;color:#b03b35;font-size:11px;text-align:center}.vq-trust-row{display:flex;justify-content:center;gap:18px;margin-top:14px;font-size:10px;color:#8e96a0}.vq-trust-row span:before{content:'✓';margin-right:5px;color:#5e6b7b}.vq-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.vq-success-screen{display:grid;place-items:center}.vq-success-card{text-align:center;max-width:680px}.vq-success-mark{width:68px;height:68px;border-radius:22px;background:#e8f5ee;color:#167a45;display:grid;place-items:center;margin:0 auto 22px;font-size:30px;font-weight:800}.vq-success-card .vq-step-label{text-align:center}.vq-success-card p{margin-left:auto;margin-right:auto}.vq-success-card button{border:1px solid var(--line);background:#fff;border-radius:15px;padding:14px 18px;font-weight:750;cursor:pointer}@media(max-width:860px){.vq-app{grid-template-rows:68px 1fr}.vq-topbar{padding:0 18px}.vq-logo{width:36px;height:36px;border-radius:12px}.vq-top-note{font-size:10px}.vq-start{display:block;padding:28px 18px 14px;overflow:auto;overscroll-behavior:contain}.vq-start-copy h1{font-size:clamp(58px,15vw,78px);margin:14px 0 14px}.vq-start-copy p{font-size:16px;line-height:1.4;max-width:540px}.vq-trustbar{margin-top:17px;gap:8px 13px;font-size:10px}.vq-trustbar b{width:16px;height:16px;font-size:9px}.vq-project-grid{margin-top:22px}.vq-project-card{min-height:158px;border-radius:22px}.vq-project-copy{left:16px;right:50px;bottom:16px}.vq-project-card b{font-size:22px}.vq-project-card>i{right:16px;bottom:15px}.vq-project-featured:after{top:12px;right:12px}.vq-start-foot{margin-top:14px;gap:13px;flex-wrap:wrap}.vq-start-foot a{margin-left:0}.vq-start-foot span{margin-right:auto}.vq-wizard-head{height:68px}.vq-question-screen,.vq-postcode-screen,.vq-result-screen,.vq-contact-screen,.vq-success-screen{height:calc(100svh - 68px)}}@media(max-width:540px){.vq-brand{font-size:13px}.vq-top-note{font-size:9px}.vq-start{padding-top:22px}.vq-eyebrow{font-size:8px;line-height:1.4}.vq-start-copy h1{font-size:clamp(52px,15.5vw,68px);line-height:.88;margin:12px 0 12px}.vq-start-copy p{font-size:14px;line-height:1.38}.vq-trustbar{font-size:9px;margin-top:14px;gap:7px 11px}.vq-project-grid{gap:8px;margin-top:18px}.vq-project-card{min-height:143px;border-radius:19px}.vq-project-copy{left:14px;right:44px;bottom:14px}.vq-project-card b{font-size:19px}.vq-project-card small{font-size:8px}.vq-project-card>i{right:14px;bottom:13px;font-size:19px}.vq-project-featured:after{font-size:7px;padding:6px 8px;top:10px;right:10px}.vq-start-foot{font-size:8.5px;margin-top:11px}.vq-question-wrap,.vq-postcode-wrap,.vq-result-wrap,.vq-contact-wrap{padding:30px 18px 24px}.vq-question-wrap h2,.vq-postcode-wrap h2,.vq-result-wrap h2,.vq-contact-wrap h2,.vq-success-card h2{font-size:clamp(40px,11.2vw,54px)}.vq-question-wrap>p,.vq-postcode-wrap>p,.vq-result-wrap>p,.vq-contact-wrap>p{font-size:15px;margin-bottom:20px}.vq-options{grid-template-columns:1fr}.vq-option{min-height:74px;border-radius:16px;font-size:16px;padding:14px 16px}.vq-big-field input{font-size:24px}.vq-profile-card{border-radius:20px}.vq-profile-row{grid-template-columns:102px 1fr;padding:12px 14px;gap:10px}.vq-profile-row b{font-size:14px}.vq-offer-preview{border-radius:20px;padding:16px}.vq-offer-grid{gap:6px}.vq-offer-grid>div{padding:12px 9px;border-radius:13px}.vq-offer-grid b{font-size:16px}.vq-offer-grid span{font-size:9px}.vq-offer-preview p{font-size:9px;margin-top:12px}.vq-result-cta{padding:17px 12px;font-size:14px}.vq-contact-wrap label:not(.vq-consent){padding:12px 13px}.vq-contact-wrap input:not([type=checkbox]){font-size:17px}.vq-consent{font-size:10px}.vq-trust-row{gap:9px;font-size:9px}.vq-mini-trust{font-size:9px;gap:10px}}