
.hk-vcc{
  --vcc-red:#ed1c24;--vcc-red-dark:#c9141b;--vcc-red-soft:#fff3f4;
  --vcc-text:#252a33;--vcc-muted:#737b86;--vcc-line:#e7eaee;
  --vcc-green:#11834f;--vcc-orange:#d78308;--vcc-blue:#176ac2;
  direction:rtl;text-align:right;color:var(--vcc-text);box-sizing:border-box;
  font-family:inherit;font-size:inherit;font-weight:inherit;line-height:1.85;
}
.hk-vcc *,.hk-vcc *::before,.hk-vcc *::after{box-sizing:inherit}
.hk-vcc [hidden]{display:none!important}
.hk-vcc button,.hk-vcc input,.hk-vcc select{font:inherit}
.hk-vcc button{text-transform:none;letter-spacing:inherit}
.hk-vcc h1,.hk-vcc h2,.hk-vcc h3,.hk-vcc h4,.hk-vcc h5,.hk-vcc h6{font-family:inherit!important;letter-spacing:normal!important}
.hk-vcc .hk-vcc-svg{display:block;width:22px;height:22px;flex:0 0 auto}

/* Shell / header */
.hk-vcc-shell{max-width:1180px;margin:24px auto;background:#fff;border:1px solid #eceef2;border-radius:22px;box-shadow:0 16px 42px rgba(18,29,45,.07);overflow:hidden}
.hk-vcc-header{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:18px 28px;border-bottom:1px solid var(--vcc-line)}
.hk-vcc-brand{display:flex;align-items:center;gap:17px;min-width:0}
.hk-vcc-brand-logo{width:112px;max-width:31vw;height:auto;display:block;object-fit:contain;flex:0 0 auto}
.hk-vcc-brand-title{font-size:1.25em;line-height:1.5}
.hk-vcc-brand-subtitle{font-size:.9em;color:var(--vcc-muted);margin-top:1px}
.hk-vcc-privacy{display:flex;align-items:center;gap:12px;max-width:500px;color:#313846}
.hk-vcc-privacy-icon{width:48px;height:48px;border:1px solid #dfe3e8;border-radius:50%;display:grid;place-items:center;color:var(--vcc-red);flex:0 0 auto;background:#fff}
.hk-vcc-privacy-title{color:var(--vcc-red);line-height:1.6}
.hk-vcc-privacy-desc{color:var(--vcc-muted);line-height:1.8;margin-top:2px}

/* visa tabs */
.hk-vcc-visa-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:22px 30px 26px;border-bottom:1px solid var(--vcc-line);background:#f8fafc}
.hk-vcc-visa-tab{min-height:72px;border:1px solid #dce2e8;border-radius:16px;background:#fff;color:#596271;cursor:pointer;padding:14px 18px;display:flex;align-items:center;justify-content:center;gap:10px;transition:.18s;box-shadow:0 4px 14px rgba(20,29,41,.035)}
.hk-vcc-visa-tab .hk-vcc-svg{width:21px;height:21px}
.hk-vcc-visa-tab:hover{border-color:#cfd6de;background:#fff;transform:translateY(-1px)}
.hk-vcc-visa-tab.is-active{color:var(--vcc-red);border:2px solid #ef7379;background:#fff4f5;box-shadow:0 9px 24px rgba(237,28,36,.09),inset 0 -4px 0 var(--vcc-red);font-weight:700}
.hk-vcc-visa-tab.is-disabled{opacity:.42;cursor:not-allowed}

/* workspace + stepper */
.hk-vcc-workspace{padding:58px 30px 30px}
.hk-vcc-stepper{display:grid;grid-template-columns:repeat(4,1fr);max-width:860px;margin:0 auto 42px;position:relative}
.hk-vcc-stepper::before{content:"";position:absolute;top:18px;right:12.5%;left:12.5%;height:2px;background:#e2e5e9;z-index:0}
.hk-vcc-step{position:relative;z-index:1;text-align:center;color:#737b88}
.hk-vcc-step span{width:38px;height:38px;border:1px solid #d7dbe1;border-radius:50%;display:grid;place-items:center;margin:0 auto 8px;background:#fff;color:#717987}
.hk-vcc-step b{font:inherit}
.hk-vcc-step.is-active{color:var(--vcc-red)}
.hk-vcc-step.is-active span{background:var(--vcc-red);border-color:var(--vcc-red);color:#fff;box-shadow:0 6px 16px rgba(237,28,36,.16)}
.hk-vcc-step.is-complete{color:#169b62}
.hk-vcc-step.is-complete span{background:#169b62;border-color:#169b62;color:#fff;box-shadow:0 6px 16px rgba(22,155,98,.14)}

.hk-vcc-form-heading{margin:0 0 22px}
.hk-vcc-form-heading h2{margin:0 0 7px;color:inherit;font-family:inherit!important;font-size:1.38em;font-weight:700;line-height:1.65}
.hk-vcc-form-heading p{margin:0;color:var(--vcc-muted)}
.hk-vcc-step-panel{display:none}
.hk-vcc-step-panel.is-active{display:block}

/* generic questions */
.hk-vcc-question-card{display:grid;grid-template-columns:58px minmax(0,1fr) minmax(290px,360px);align-items:center;gap:18px;padding:20px 21px;border:1px solid var(--vcc-line);border-radius:16px;background:#fff;margin-bottom:13px;box-shadow:0 3px 12px rgba(20,24,33,.025)}
.hk-vcc-q-icon{width:49px;height:49px;border-radius:13px;background:var(--vcc-red-soft);color:var(--vcc-red);display:grid;place-items:center}
.hk-vcc-q-icon .hk-vcc-svg{width:25px;height:25px}
.hk-vcc-q-copy label,.hk-vcc-q-copy .hk-vcc-label{display:block;color:#202633;line-height:1.65}
.hk-vcc-q-copy small{display:block;margin-top:4px;color:#858c97;line-height:1.65}
.hk-vcc-q-control select{width:100%;height:50px;border:1px solid #dce0e6;border-radius:11px;background:#fff;color:#2b313b;padding:0 14px;outline:none}
.hk-vcc-q-control select:focus,.hk-vcc-lead-grid input:focus{border-color:#e77579;box-shadow:0 0 0 3px rgba(237,28,36,.08)}
.hk-vcc-question-card--segment{grid-template-columns:58px minmax(220px,1fr) minmax(440px,580px)}
.hk-vcc-segment{display:grid;gap:12px;min-height:0;border:0;border-radius:0;overflow:visible;background:transparent;width:100%}
.hk-vcc-segment--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.hk-vcc-segment--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.hk-vcc-segment--4{grid-template-columns:repeat(2,minmax(0,1fr))}
.hk-vcc-segment--5,.hk-vcc-segment--6{grid-template-columns:repeat(3,minmax(0,1fr))}
.hk-vcc-segment label{position:relative;cursor:pointer;margin:0;min-width:0;display:block}
.hk-vcc-segment input{position:absolute;opacity:0;pointer-events:none}
.hk-vcc-segment span{position:relative;min-height:88px;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;padding:16px 20px 16px 50px;border:1px solid #dce3ea;border-radius:16px;background:#fff;color:#27303c;line-height:1.55;transition:.16s;box-shadow:0 3px 10px rgba(20,29,41,.025)}
.hk-vcc-segment span b{font:inherit;font-weight:600;display:block;max-width:100%}
.hk-vcc-segment span i{position:absolute;left:15px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:50%;border:2px solid #d4dce4;background:#fff;box-shadow:0 1px 4px rgba(20,29,41,.03)}
.hk-vcc-segment span i::after{content:"";position:absolute;inset:5px;border-radius:50%;background:var(--vcc-red);transform:scale(0);transition:.15s}
.hk-vcc-segment label:hover span{border-color:#cbd4dd;background:#fcfdfe;box-shadow:0 5px 16px rgba(20,29,41,.04)}
.hk-vcc-segment input:checked+span{background:#fff5f5;color:var(--vcc-red);border-color:#ef858a;box-shadow:0 0 0 2px rgba(237,28,36,.045),0 5px 16px rgba(237,28,36,.055)}
.hk-vcc-segment input:checked+span i{border-color:var(--vcc-red)}
.hk-vcc-segment input:checked+span i::after{transform:scale(1)}
.hk-vcc-segment input:focus-visible+span{outline:3px solid rgba(237,28,36,.14);outline-offset:2px}

/* travel history: purpose-built layout, intentionally much shorter than the page width */
.hk-vcc-travel-level-card{display:block;padding:22px 24px 26px}
.hk-vcc-travel-head{display:flex;align-items:flex-start;gap:16px}
.hk-vcc-travel-head .hk-vcc-q-copy{flex:1;min-width:0}
.hk-vcc-travel-options{width:100%!important;max-width:520px!important;margin:18px auto 0!important;display:grid;gap:9px}
.hk-vcc-travel-option{display:block;width:100%;margin:0;position:relative;cursor:pointer}
.hk-vcc-travel-option input{position:absolute;opacity:0;pointer-events:none}
.hk-vcc-travel-option>span{position:relative;width:100%;min-height:68px;padding:10px 46px 10px 14px;border:1px solid #dde3e9;border-radius:13px;background:#fff;display:flex;flex-direction:column;justify-content:center;gap:4px;transition:.18s;box-sizing:border-box}
.hk-vcc-travel-option b{display:block;font:inherit;color:#28303b;line-height:1.35}
.hk-vcc-travel-option small{display:block;color:#838c98;line-height:1.35}
.hk-vcc-travel-option i{position:absolute;right:18px;top:50%;transform:translateY(-50%);width:19px;height:19px;border:2px solid #cbd3db;border-radius:50%;background:#fff}
.hk-vcc-travel-option i::after{content:"";position:absolute;inset:4px;border-radius:50%;background:var(--vcc-red);transform:scale(0);transition:.15s}
.hk-vcc-travel-option input:checked+span{border-color:#ef8589;background:#fff6f6;box-shadow:0 0 0 2px rgba(237,28,36,.04)}
.hk-vcc-travel-option input:checked+span i{border-color:var(--vcc-red)}
.hk-vcc-travel-option input:checked+span i::after{transform:scale(1)}

/* buttons / navigation */
.hk-vcc-validation{min-height:24px;color:var(--vcc-red);margin-top:7px}
.hk-vcc-form-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;margin-top:19px}
.hk-vcc-btn,.hk-vcc-review-back{border-radius:11px;min-height:50px;padding:0 22px;border:1px solid transparent;cursor:pointer;transition:.2s;display:inline-flex!important;flex-direction:row!important;direction:rtl!important;align-items:center!important;justify-content:center!important;gap:9px;text-decoration:none;line-height:1!important}
.hk-vcc-btn-text,.hk-vcc-btn-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;white-space:nowrap!important}
.hk-vcc-btn .hk-vcc-svg,.hk-vcc-review-back .hk-vcc-svg{width:19px;height:19px}
.hk-vcc-btn:disabled{opacity:.45;cursor:not-allowed}
.hk-vcc-btn-primary{background:var(--vcc-red);color:#fff;box-shadow:0 8px 20px rgba(237,28,36,.16)}
.hk-vcc-btn-primary:hover{background:var(--vcc-red-dark);color:#fff}
.hk-vcc-btn-primary.is-post-click,.hk-vcc-btn-primary.is-post-click:hover,.hk-vcc-btn-primary.is-post-click:focus,.hk-vcc-btn-primary.is-post-click:active{background:var(--vcc-red)!important;color:#fff!important}
.hk-vcc-btn-primary:focus{background:var(--vcc-red);color:#fff}
.hk-vcc-btn-primary:focus-visible{background:var(--vcc-red);color:#fff;outline:3px solid rgba(237,28,36,.16);outline-offset:2px}
.hk-vcc-btn-secondary,.hk-vcc-review-back{background:#fff;border-color:#dfe3e8;color:#303744}
.hk-vcc-prev{justify-self:start}.hk-vcc-next{justify-self:end}.hk-vcc-step-count{color:#6d7481;white-space:nowrap}

/* review */
.hk-vcc-review-card{text-align:center;border:1px solid var(--vcc-line);border-radius:19px;padding:48px 24px;background:linear-gradient(180deg,#fff,#fbfcfd);display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:340px}
.hk-vcc-review-icon{width:68px;height:68px;border-radius:50%;margin:0 auto 18px;background:#eaf8f0;color:var(--vcc-green);display:grid;place-items:center}
.hk-vcc-review-card h3{margin:0 0 10px;font-size:1.5em;font-weight:inherit;line-height:1.6}
.hk-vcc-review-card p{max-width:760px;margin:0 auto 24px;color:var(--vcc-muted);line-height:1.9}
.hk-vcc-review-actions{display:flex;gap:12px;justify-content:center;align-items:center;width:100%;flex-wrap:nowrap}
.hk-vcc-review-actions .hk-vcc-submit,.hk-vcc-review-actions .hk-vcc-review-back{width:250px;height:52px;min-height:52px}

/* result hero: explicit image layer + score card, no pseudo-image tricks */
.hk-vcc-result-view{animation:vccFade .28s ease}
.hk-vcc-result-hero--visual{position:relative;overflow:hidden;border-radius:24px;padding:28px 32px 30px;border:1px solid #e5eaee;background:#fff;box-shadow:0 8px 26px rgba(20,29,41,.045);isolation:isolate}
.hk-vcc-result-hero--visual::after{content:"";position:absolute;left:-22px;top:18px;width:210px;height:150px;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(255,170,145,.16),rgba(255,170,145,.05));clip-path:polygon(0 12%,30% 12%,54% 36%,30% 60%,54% 84%,0 84%,24% 60%,0 36%)}
.hk-vcc-result-bg{position:absolute;inset:0;z-index:0;pointer-events:none}
.hk-vcc-result-bg img{width:100%;height:100%;display:block;object-fit:cover;object-position:center center;transform:scale(1.015);filter:saturate(1.06) contrast(1.02) brightness(1)}
.hk-vcc-result-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:
  radial-gradient(circle at 9% 18%,rgba(255,239,225,.42) 0%,rgba(255,239,225,.16) 22%,rgba(255,239,225,0) 44%),
  linear-gradient(180deg,rgba(255,255,255,.52) 0%,rgba(255,255,255,.34) 20%,rgba(255,255,255,.14) 52%,rgba(255,255,255,.06) 100%),
  linear-gradient(90deg,rgba(255,255,255,.50) 0%,rgba(255,255,255,.34) 16%,rgba(255,255,255,.12) 40%,rgba(255,255,255,.02) 100%)}
.hk-vcc-result-heading{position:relative;z-index:3;font-size:1.25em;line-height:1.55;margin:14px 0 14px}
.hk-vcc-result-stage{position:relative;z-index:2;min-height:545px;display:grid;grid-template-columns:minmax(300px,360px) minmax(0,1fr);gap:56px;align-items:stretch;direction:ltr}
.hk-vcc-result-right{min-width:0;display:flex;flex-direction:column;direction:rtl;position:relative;overflow:hidden;padding:34px 0 18px;min-height:100%}
.hk-vcc-overall-card{position:relative;z-index:2;direction:rtl;width:100%;max-width:360px;align-self:center;padding:28px 24px 20px;border:1px solid rgba(229,233,237,.96);border-radius:22px;background:rgba(255,255,255,.54);backdrop-filter:blur(10px);box-shadow:0 16px 38px rgba(21,31,45,.07)}
.hk-vcc-overall-caption{color:#46505d;margin-bottom:10px;font-size:1.08em;font-weight:600}
.hk-vcc-donut-wrap{position:relative;width:210px;height:210px;margin:10px auto 14px}
.hk-vcc-donut-visual{--progress:0;--ring-color:#169b62;position:absolute;inset:0;border-radius:50%;background:conic-gradient(var(--ring-color) calc(var(--progress)*1%),#e9edf1 0)}
.hk-vcc-donut-visual::before{content:"";position:absolute;inset:18px;background:#fff;border-radius:50%;box-shadow:inset 0 0 0 1px #f0f2f5}
.hk-vcc-donut-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:1}
.hk-vcc-donut-score{font-size:3em;line-height:1;color:#1f2630}
.hk-vcc-donut-denom{margin-top:7px;color:#7a828e}
.hk-vcc-donut-status{text-align:center;margin:8px auto 0;color:#f08300;font-weight:700;font-size:1.08em}
.hk-vcc-result-status{position:relative;z-index:2;direction:rtl;text-align:right;padding:24px 4px 6px 0;display:flex;flex-direction:column;justify-content:flex-start;min-height:100%;border-radius:18px}
.hk-vcc-status-row{display:flex;align-items:center;gap:14px;justify-content:flex-start}
.hk-vcc-status-icon{width:54px;height:54px;border-radius:50%;background:#f4ead8;color:#f08a00;display:grid;place-items:center;flex:0 0 auto}
.hk-vcc-status-label{font-size:2.15em;line-height:1.35;color:#f08300;font-weight:800}
.hk-vcc-status-copy{color:#48515d;line-height:1.95;margin:20px 0 0;max-width:660px;font-weight:500;display:inline-block;padding:12px 18px;border-radius:16px;background:rgba(255,255,255,.42);backdrop-filter:blur(6px);box-shadow:0 6px 18px rgba(18,29,45,.04)}
.hk-vcc-result-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:auto;padding-top:26px;align-self:stretch;justify-content:flex-end}
.hk-vcc-result-meta span{display:inline-flex;align-items:center;min-height:44px;padding:8px 18px;border:1px solid rgba(226,231,235,.96);border-radius:999px;background:rgba(255,255,255,.94);color:#5e6773;backdrop-filter:blur(3px);box-shadow:0 8px 20px rgba(18,29,45,.05);font-weight:600}

/* score details */
.hk-vcc-score-card{margin-top:16px;background:#fff;border:1px solid #e7eaee;border-radius:17px;padding:23px 25px;box-shadow:0 8px 24px rgba(18,29,45,.05)}
.hk-vcc-score-card-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:10px}.hk-vcc-score-card-head h3{margin:0;font-family:inherit!important;font-size:1.15em;font-weight:700;line-height:1.65}.hk-vcc-party-summary{color:#727b86}
.hk-vcc-score-row{display:grid;grid-template-columns:38px 255px 1fr 70px;gap:13px;align-items:center;padding:11px 0}
.hk-vcc-score-icon{width:35px;height:35px;border-radius:9px;background:var(--vcc-red-soft);color:var(--vcc-red);display:grid;place-items:center}.hk-vcc-score-label{line-height:1.5}.hk-vcc-score-bar{height:8px;border-radius:20px;background:#eceef1;overflow:hidden}.hk-vcc-score-bar i{display:block;height:100%;width:0;background:var(--vcc-red);border-radius:inherit;transition:width .7s ease}.hk-vcc-score-number{text-align:left;direction:rtl;unicode-bidi:plaintext;white-space:nowrap}

/* insights */
.hk-vcc-insights-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:19px}
.hk-vcc-insight{border-radius:15px;padding:20px;border:1px solid;min-height:210px}.hk-vcc-insight-title{display:flex;align-items:center;gap:9px;margin-bottom:11px}.hk-vcc-insight-title>span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto}.hk-vcc-insight h3{margin:0;font-family:inherit!important;font-size:1.08em;font-weight:700;line-height:1.65}.hk-vcc-insight ul{margin:0;padding:0 20px 0 0}.hk-vcc-insight li{margin:9px 0;line-height:1.8}.hk-vcc-insight.is-positive{background:#f5fbf8;border-color:#d7efe2}.hk-vcc-insight.is-positive .hk-vcc-insight-title{color:#0b8f4d}.hk-vcc-insight.is-positive .hk-vcc-insight-title>span{background:#e3f6eb}.hk-vcc-insight.is-warning{background:#fffaf1;border-color:#f3e1bd}.hk-vcc-insight.is-warning .hk-vcc-insight-title{color:#c66a00}.hk-vcc-insight.is-warning .hk-vcc-insight-title>span{background:#fff0cc}

/* consultation */
.hk-vcc-consult-card{margin-top:19px;padding:22px 23px;border:1px solid #f1d8da;border-radius:16px;background:linear-gradient(120deg,#fff7f7,#fff);display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:start;gap:18px}.hk-vcc-consult-icon{width:54px;height:54px;border-radius:14px;background:#fff0f1;color:var(--vcc-red);display:grid;place-items:center}.hk-vcc-consult-copy h3{margin:0 0 7px;font-family:inherit!important;font-size:1.18em;font-weight:700;line-height:1.65}.hk-vcc-consult-copy p{margin:0;color:#737b86;line-height:1.9}.hk-vcc-consult-copy ul{margin:12px 0 0;padding:0 21px 0 0;color:#303642}.hk-vcc-consult-copy li{margin:7px 0;line-height:1.8}.hk-vcc-consult-copy li::marker{color:var(--vcc-red)}.hk-vcc-consult-note{margin-top:11px!important;color:#656e79!important}.hk-vcc-consult-link{align-self:center;white-space:nowrap}.hk-vcc-consult-link:hover *{color:#fff!important}

/* lead form */
.hk-vcc-lead-card{margin-top:19px;padding:24px;border:1px solid #e7eaee;border-radius:16px;background:#fff;box-shadow:0 5px 18px rgba(20,29,41,.035)}.hk-vcc-lead-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:19px}.hk-vcc-lead-head h3{margin:0 0 5px;font-family:inherit!important;font-size:1.2em;font-weight:700;line-height:1.65}.hk-vcc-lead-head p{margin:0;color:var(--vcc-muted);line-height:1.9}.hk-vcc-lead-icon{width:48px;height:48px;border-radius:50%;background:var(--vcc-red-soft);color:var(--vcc-red);display:grid;place-items:center;flex:0 0 auto}.hk-vcc-lead-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hk-vcc-lead-grid label{display:block;margin:0}.hk-vcc-lead-grid label>span{display:block;margin-bottom:7px;color:#4c5562}.hk-vcc-lead-grid input{width:100%;height:50px;border:1px solid #dce0e6;border-radius:11px;background:#fff;color:#2b313b;padding:0 14px;outline:none}.hk-vcc-lead-phone{direction:ltr!important;text-align:left!important;unicode-bidi:plaintext!important}.hk-vcc-lead-privacy{margin-top:15px;padding:12px 14px;border-radius:11px;background:#f7f8fa;color:#68717d;line-height:1.9}.hk-vcc-consent{position:relative;display:flex;align-items:center;gap:11px;margin-top:13px;color:#5f6874;cursor:pointer;line-height:1.8}.hk-vcc-consent input{position:absolute;opacity:0;width:1px;height:1px}.hk-vcc-consent-box{width:20px;height:20px;min-width:20px;border:1.5px solid #cbd1d8;border-radius:5px;background:#fff;position:relative}.hk-vcc-consent input:checked+.hk-vcc-consent-box{background:var(--vcc-red);border-color:var(--vcc-red)}.hk-vcc-consent input:checked+.hk-vcc-consent-box::after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.hk-vcc-lead-actions{display:flex;align-items:center;gap:15px;margin-top:17px;flex-wrap:wrap}.hk-vcc-lead-message{color:#6f7782;line-height:1.8}.hk-vcc-lead-message.is-error{color:var(--vcc-red)}.hk-vcc-lead-message.is-success{color:var(--vcc-green)}.hk-vcc-lead-message.is-warning{color:#a96500}

.hk-vcc-disclaimer{display:flex;align-items:flex-start;gap:10px;margin-top:18px;padding:15px 17px;background:#f8f9fa;border:1px solid #e8ebef;border-radius:13px;color:#707884}.hk-vcc-disclaimer>span{width:25px;height:25px;border:1px solid #cdd2d8;border-radius:50%;display:grid;place-items:center;flex:0 0 auto}.hk-vcc-disclaimer p{margin:0;line-height:1.9}.hk-vcc-result-actions{display:flex;justify-content:space-between;gap:12px;margin-top:17px}

@keyframes vccFade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}

@media(max-width:900px){
 .hk-vcc-shell{margin:14px auto;border-radius:18px}.hk-vcc-header{padding:17px 18px}.hk-vcc-brand-logo{width:102px}.hk-vcc-privacy{max-width:380px}.hk-vcc-workspace{padding:22px 18px}
 .hk-vcc-question-card{grid-template-columns:52px minmax(0,1fr);gap:13px}.hk-vcc-q-control{grid-column:2}.hk-vcc-question-card--segment .hk-vcc-q-control{grid-column:1/-1;margin-top:5px}.hk-vcc-travel-options{width:100%!important;max-width:500px!important}
 .hk-vcc-result-stage{grid-template-columns:minmax(270px,330px) minmax(0,1fr);gap:30px}.hk-vcc-result-status{padding:20px 4px 8px 0}.hk-vcc-result-meta{padding-top:18px}
 .hk-vcc-score-row{grid-template-columns:36px 215px 1fr 62px}.hk-vcc-insights-grid{grid-template-columns:1fr}.hk-vcc-consult-card{grid-template-columns:54px 1fr}.hk-vcc-consult-link{grid-column:1/-1;justify-self:start}
}
@media(max-width:640px){
 .hk-vcc-shell{border-radius:14px;margin:6px 0;box-shadow:0 8px 24px rgba(18,29,45,.045)}
 .hk-vcc-header{display:block;padding:13px 12px}.hk-vcc-brand{gap:12px}.hk-vcc-brand-logo{width:92px}.hk-vcc-brand-title{font-size:1.08em}.hk-vcc-brand-subtitle{font-size:.82em}.hk-vcc-privacy{margin-top:11px;max-width:none;gap:9px}.hk-vcc-privacy-icon{width:40px;height:40px}.hk-vcc-privacy-desc{font-size:.86em;line-height:1.55}
 .hk-vcc-visa-tabs{grid-template-columns:1fr 1fr;gap:8px;padding:11px 10px 13px}.hk-vcc-visa-tab{min-height:52px;padding:8px 7px;border-radius:13px;gap:7px}.hk-vcc-visa-tab .hk-vcc-svg{width:19px;height:19px}.hk-vcc-visa-tab:nth-child(n+3){display:none}
 .hk-vcc-workspace{padding:20px 10px 14px}.hk-vcc-stepper{margin-bottom:22px}.hk-vcc-step span{width:32px;height:32px;margin-bottom:5px}.hk-vcc-step b{display:block;font-size:.76em;line-height:1.25;font-weight:500}.hk-vcc-stepper::before{top:15px}
 .hk-vcc-form-heading{margin-bottom:15px}.hk-vcc-form-heading h2{font-family:inherit!important;font-size:1.2em!important;font-weight:700!important;line-height:1.6!important;margin-bottom:5px!important}.hk-vcc-form-heading p{font-size:.9em;line-height:1.7}

 /* Mobile question cards: compact header + full-width control */
 .hk-vcc-question-card{padding:13px 12px;grid-template-columns:38px minmax(0,1fr);gap:9px 10px;border-radius:14px;margin-bottom:10px;box-shadow:none}.hk-vcc-q-icon{width:36px;height:36px;border-radius:11px}.hk-vcc-q-icon .hk-vcc-svg{width:21px;height:21px}.hk-vcc-q-copy label,.hk-vcc-q-copy .hk-vcc-label{font-family:inherit!important;font-weight:650;line-height:1.55}.hk-vcc-q-copy small{margin-top:3px;font-size:.86em;line-height:1.55}.hk-vcc-q-control{grid-column:1/-1;margin-top:2px}.hk-vcc-q-control select{height:46px;border-radius:10px;padding:0 12px}
 .hk-vcc-question-card--segment .hk-vcc-q-control{grid-column:1/-1;margin-top:3px}
 .hk-vcc-segment,.hk-vcc-segment--2,.hk-vcc-segment--3,.hk-vcc-segment--4,.hk-vcc-segment--5,.hk-vcc-segment--6{grid-template-columns:1fr!important;gap:7px}.hk-vcc-segment span{min-height:54px;padding:9px 46px 9px 13px;justify-content:flex-start;text-align:right;border-radius:12px;line-height:1.45}.hk-vcc-segment span b{font-weight:600}.hk-vcc-segment span i{right:14px!important;left:auto!important;width:21px;height:21px}.hk-vcc-segment span i::after{inset:4px}
 .hk-vcc-travel-level-card{padding:14px 12px 16px}.hk-vcc-travel-head{gap:10px}.hk-vcc-travel-options{width:100%!important;max-width:none!important;margin-top:12px!important;gap:7px}.hk-vcc-travel-option>span{min-height:58px;padding:8px 42px 8px 11px;border-radius:11px}.hk-vcc-travel-option i{right:14px}

 .hk-vcc-form-nav{grid-template-columns:1fr 1fr;gap:9px;margin-top:14px}.hk-vcc-step-count{grid-column:1/-1;grid-row:1;text-align:center;font-size:.86em}.hk-vcc-prev{grid-column:1;grid-row:2}.hk-vcc-next{grid-column:2;grid-row:2}.hk-vcc-btn,.hk-vcc-review-back{min-height:46px;padding:0 14px;border-radius:10px}.hk-vcc-review-card{min-height:260px;padding:30px 16px}.hk-vcc-review-icon{width:58px;height:58px;margin-bottom:14px}.hk-vcc-review-card h3{font-family:inherit!important;font-size:1.18em!important;font-weight:700!important;line-height:1.6}.hk-vcc-review-card p{margin-bottom:18px;line-height:1.7}.hk-vcc-review-actions{flex-direction:column;gap:8px}.hk-vcc-review-actions>*{width:100%!important}

 /* Mobile result: less stacked visual weight */
 .hk-vcc-result-hero--visual{padding:16px 11px 17px;border-radius:18px}.hk-vcc-result-heading{font-family:inherit!important;font-size:1.04em;font-weight:700;line-height:1.6;margin:3px 0 11px}.hk-vcc-result-stage{display:block;min-height:0}.hk-vcc-overall-card{margin:0 auto;max-width:270px;padding:18px 16px 15px;border-radius:18px}.hk-vcc-overall-caption{font-size:1em;margin-bottom:6px}.hk-vcc-donut-wrap{width:168px;height:168px;margin:6px auto 9px}.hk-vcc-donut-visual::before{inset:14px}.hk-vcc-donut-score{font-size:2.45em}.hk-vcc-donut-status{font-size:1em;margin-top:5px}.hk-vcc-result-right{margin-top:12px;padding:0}.hk-vcc-result-status{text-align:center;padding:10px 2px 6px}.hk-vcc-status-row{justify-content:center;gap:10px}.hk-vcc-status-icon{width:43px;height:43px}.hk-vcc-status-label{font-size:1.62em}.hk-vcc-status-copy{margin:12px auto 0;padding:9px 11px;border-radius:12px;line-height:1.7;font-size:.9em}.hk-vcc-result-meta{justify-content:center;gap:7px;margin-top:13px;padding-top:0}.hk-vcc-result-meta span{min-height:36px;padding:6px 12px;font-size:.88em;box-shadow:0 4px 12px rgba(18,29,45,.04)}

 .hk-vcc-score-card{margin-top:11px;padding:14px 12px;border-radius:14px;box-shadow:none}.hk-vcc-score-card-head{display:block;margin-bottom:7px}.hk-vcc-score-card-head h3{font-family:inherit!important;font-size:1.04em!important;font-weight:700!important;line-height:1.6}.hk-vcc-party-summary{display:block;margin-top:3px;font-size:.88em}.hk-vcc-score-row{grid-template-columns:30px minmax(0,1fr) 50px;gap:6px;padding:9px 0}.hk-vcc-score-icon{width:30px;height:30px;border-radius:8px}.hk-vcc-score-label{font-size:.92em;line-height:1.45}.hk-vcc-score-bar{grid-column:2/-1;height:6px}.hk-vcc-score-number{grid-column:3;grid-row:1;font-size:.88em}

 .hk-vcc-insights-grid{grid-template-columns:1fr;gap:10px;margin-top:11px}.hk-vcc-insight{padding:14px 13px;min-height:auto;border-radius:14px}.hk-vcc-insight-title{gap:8px;margin-bottom:8px}.hk-vcc-insight-title>span{width:32px;height:32px}.hk-vcc-insight h3{font-family:inherit!important;font-size:1em!important;font-weight:700!important;line-height:1.6}.hk-vcc-insight ul{padding-right:18px}.hk-vcc-insight li{margin:6px 0;line-height:1.7;font-size:.92em}

 .hk-vcc-consult-card{grid-template-columns:40px minmax(0,1fr);gap:10px;margin-top:11px;padding:14px 13px;border-radius:14px}.hk-vcc-consult-icon{width:40px;height:40px;border-radius:11px}.hk-vcc-consult-copy h3{font-family:inherit!important;font-size:1.02em!important;font-weight:700!important;line-height:1.6;margin-bottom:5px}.hk-vcc-consult-copy p{font-size:.9em;line-height:1.65}.hk-vcc-consult-copy ul{margin-top:8px;padding-right:18px}.hk-vcc-consult-copy li{margin:5px 0;line-height:1.65;font-size:.9em}.hk-vcc-consult-link{grid-column:1/-1;width:100%;margin-top:2px}

 .hk-vcc-lead-card{margin-top:11px;padding:14px 12px;border-radius:14px;box-shadow:none}.hk-vcc-lead-head{display:block;margin-bottom:13px}.hk-vcc-lead-head h3{font-family:inherit!important;font-size:1.04em!important;font-weight:700!important;line-height:1.6;margin-bottom:4px}.hk-vcc-lead-head p{font-size:.9em;line-height:1.65}.hk-vcc-lead-icon{display:none}.hk-vcc-lead-grid{grid-template-columns:1fr;gap:10px}.hk-vcc-lead-grid label>span{margin-bottom:5px;font-size:.92em}.hk-vcc-lead-grid input{height:46px;border-radius:10px;padding:0 12px}.hk-vcc-lead-privacy{margin-top:11px;padding:10px 11px;border-radius:10px;font-size:.87em;line-height:1.65}.hk-vcc-consent{align-items:flex-start;gap:9px;margin-top:11px;font-size:.88em;line-height:1.65}.hk-vcc-consent-box{margin-top:2px}.hk-vcc-lead-actions{display:block;margin-top:13px}.hk-vcc-lead-send{width:100%}.hk-vcc-lead-message{margin-top:8px;font-size:.88em}
 .hk-vcc-disclaimer{margin-top:11px;padding:11px 12px;border-radius:11px;font-size:.86em;line-height:1.65}.hk-vcc-result-actions{flex-direction:column;gap:8px;margin-top:11px}.hk-vcc-result-actions .hk-vcc-btn{width:100%}
}

/* Study permit mode */
.hk-vcc [data-visa-questions="study"] .hk-vcc-question-card{border-color:#e4e9ef;background:linear-gradient(180deg,#fff,#fdfefe)}
.hk-vcc [data-visa-questions="study"] .hk-vcc-q-icon{background:#f2f6fb;color:#42688f}
.hk-vcc-visa-tab[data-visa="study"].is-active{color:var(--vcc-red);border-bottom-color:var(--vcc-red)}

.hk-vcc-conditional{margin:0}


