:root{
  --jmv-primary:#1e4f9a;
  --jmv-primary-dark:#163d79;
  --jmv-primary-soft:#eef4ff;
  --jmv-accent:#0d7c7b;
  --jmv-surface:#ffffff;
  --jmv-surface-muted:#f6f8fc;
  --jmv-surface-blue:#f1f6ff;
  --jmv-text:#152238;
  --jmv-text-muted:#667085;
  --jmv-border:#e3e8f0;
  --jmv-danger:#b42318;
  --jmv-success:#067647;
  --jmv-radius:18px;
  --jmv-radius-sm:12px;
  --jmv-shadow:0 16px 42px rgba(23,43,77,.10);
  --jmv-shadow-soft:0 8px 24px rgba(23,43,77,.07);
  --jmv-content-width:1180px;
  --jmv-header-height:82px;
}
html{scroll-behavior:smooth}
body.jmvtp-shell{margin:0;background:#fff;color:var(--jmv-text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
body.jmvtp-shell *{box-sizing:border-box}
body.jmvtp-shell a{text-decoration:none}
body.jmvtp-shell p{line-height:1.7}
body.jmvtp-shell h1,body.jmvtp-shell h2,body.jmvtp-shell h3{color:var(--jmv-text);letter-spacing:-.025em}
.screen-reader-text,.jmv-skip-link{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.jmv-skip-link:focus{clip:auto!important;width:auto;height:auto;left:16px;top:16px;background:#fff;padding:10px 14px;border-radius:8px;z-index:9999;box-shadow:var(--jmv-shadow)}

/* Site shell */
.jmv-site-header{height:var(--jmv-header-height);display:flex;align-items:center;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(227,232,240,.9);position:sticky;top:0;z-index:1000;backdrop-filter:blur(14px)}
.jmv-site-header.is-portal{background:#fff}
.jmv-header-inner{width:min(calc(100% - 40px),var(--jmv-content-width));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:28px}
.jmv-brand{display:inline-flex;align-items:center;gap:12px;color:var(--jmv-text)!important;min-width:max-content}
.jmv-brand img{display:block;max-height:48px;max-width:190px;width:auto}
.jmv-brand-mark{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(145deg,var(--jmv-primary),var(--jmv-primary-dark));color:#fff;font-weight:850;letter-spacing:-.04em;box-shadow:0 7px 18px rgba(30,79,154,.22)}
.jmv-brand-copy{display:flex;flex-direction:column;line-height:1.1}.jmv-brand-copy strong{font-size:1.05rem}.jmv-brand-copy small{margin-top:4px;color:var(--jmv-text-muted);font-size:.72rem;letter-spacing:.02em}
.jmv-primary-nav{display:flex;align-items:center;gap:26px}.jmv-nav-list{display:flex;align-items:center;gap:26px;padding:0;margin:0;list-style:none}.jmv-nav-list li{margin:0;padding:0}.jmv-primary-nav a,.jmv-nav-list a{color:#46556d;font-size:.94rem;font-weight:650;transition:.18s ease}.jmv-primary-nav a:hover,.jmv-nav-list a:hover,.jmv-primary-nav [aria-current="page"],.jmv-nav-list .current-menu-item>a{color:var(--jmv-primary)}
.jmv-nav-fallback,.jmv-portal-nav-links{display:flex;gap:26px;align-items:center}
.jmv-nav-cta{background:var(--jmv-primary);color:#fff!important;padding:10px 16px;border-radius:10px;box-shadow:0 6px 14px rgba(30,79,154,.15);min-height:44px;display:inline-flex!important;align-items:center;justify-content:center}.jmv-nav-cta:hover{background:var(--jmv-primary-dark)}.jmv-nav-muted{background:var(--jmv-surface-muted);color:var(--jmv-text)!important;box-shadow:none}
.jmv-menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--jmv-border);background:#fff;border-radius:11px;padding:10px;cursor:pointer}.jmv-menu-toggle>span:not(.screen-reader-text){display:block;height:2px;background:var(--jmv-text);margin:4px 0;border-radius:5px}
.jmv-site-main{min-height:calc(100vh - var(--jmv-header-height));overflow:hidden}.jmv-site-main.jmv-portal-main{background:#f6f8fc;padding:44px 20px 70px;overflow:visible}
.jmv-site-footer{background:#122036;color:#d7dfeb}.jmv-footer-inner,.jmv-footer-bottom{width:min(calc(100% - 40px),var(--jmv-content-width));margin:0 auto}.jmv-footer-inner{display:flex;justify-content:space-between;gap:50px;padding:54px 0 38px}.jmv-footer-inner strong{color:#fff;font-size:1.08rem}.jmv-footer-inner p{max-width:500px;color:#aebbcf;margin:.45rem 0 0}.jmv-footer-inner nav{display:flex;flex-wrap:wrap;gap:22px;align-items:flex-start}.jmv-footer-inner a{color:#d7dfeb;font-weight:600}.jmv-footer-inner a:hover{color:#fff}.jmv-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px 0 24px;display:flex;justify-content:space-between;gap:20px;color:#8fa0b8;font-size:.82rem}

/* Public pages */
.jmv-container{width:min(calc(100% - 40px),var(--jmv-content-width));margin:0 auto}
.jmv-hero{position:relative;padding:92px 0 86px;background:radial-gradient(circle at 90% 10%,#dfeaff 0,rgba(223,234,255,0) 38%),linear-gradient(180deg,#fbfdff 0%,#fff 100%)}
.jmv-hero:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:rgba(13,124,123,.055);left:-150px;bottom:-160px;filter:blur(2px)}
.jmv-hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:70px;align-items:center;position:relative}
.jmv-kicker,.jmv-card-eyebrow{display:inline-flex;color:var(--jmv-primary);font-size:.76rem;text-transform:uppercase;letter-spacing:.105em;font-weight:800}
.jmv-hero-copy h1,.jmv-page-hero h1{font-size:clamp(2.65rem,5vw,4.7rem);line-height:1.02;margin:18px 0 22px;max-width:760px}.jmv-hero-copy>p{font-size:1.13rem;color:#5c6980;max-width:660px;margin:0 0 30px}
.jmv-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.jmv-site-button,.jmv-portal-button,.jmv-return-option{appearance:none;border:0;border-radius:11px;background:var(--jmv-primary);color:#fff!important;padding:12px 19px;font:inherit;font-weight:750;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-height:48px;transition:.18s ease}.jmv-site-button:hover,.jmv-portal-button:hover,.jmv-return-option:hover{background:var(--jmv-primary-dark);transform:translateY(-1px)}.jmv-site-button-ghost,.jmv-portal-button.jmv-secondary{background:#fff;color:var(--jmv-text)!important;border:1px solid var(--jmv-border);box-shadow:none}.jmv-site-button-ghost:hover,.jmv-portal-button.jmv-secondary:hover{background:var(--jmv-surface-muted)}
.jmv-trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.jmv-trust-row span{font-size:.79rem;font-weight:750;color:#516176;padding:7px 10px;border:1px solid var(--jmv-border);border-radius:999px;background:#fff}
.jmv-hero-demo{position:relative}.jmv-hero-demo:before{content:"";position:absolute;inset:10% -7% -8% 18%;background:linear-gradient(140deg,rgba(30,79,154,.12),rgba(13,124,123,.08));border-radius:42px;transform:rotate(3deg)}
.jmv-demo-window{position:relative;background:#fff;border:1px solid #e2e9f3;border-radius:24px;padding:25px;box-shadow:0 34px 65px rgba(20,51,96,.16)}.jmv-demo-top{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;color:#5d6b7f;font-size:.85rem}.jmv-demo-top strong{color:var(--jmv-primary)}.jmv-demo-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--jmv-primary);color:#fff;font-size:.7rem;font-weight:800}.jmv-demo-progress{height:8px;border-radius:99px;background:#e8edf5;margin:20px 0 18px;overflow:hidden}.jmv-demo-progress span{display:block;width:42%;height:100%;background:linear-gradient(90deg,var(--jmv-primary),#4b7bc7);border-radius:inherit}.jmv-demo-card{display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:center;padding:15px 12px;border-top:1px solid #edf0f4;color:#718096}.jmv-demo-card b{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#f1f3f7;color:#667085}.jmv-demo-card strong,.jmv-demo-card small{display:block}.jmv-demo-card strong{color:#354158;font-size:.92rem}.jmv-demo-card small{margin-top:3px;font-size:.76rem}.jmv-demo-card.is-done b{background:#e8f7ef;color:var(--jmv-success)}.jmv-demo-card.is-active{background:#f7faff;border:1px solid #dce7f8;border-radius:12px}.jmv-demo-card.is-active b{background:var(--jmv-primary);color:#fff}
.jmv-section{padding:88px 0}.jmv-section-soft{background:var(--jmv-surface-muted)}.jmv-section-heading{text-align:center;max-width:720px;margin:0 auto 44px}.jmv-section-heading h2{font-size:clamp(2rem,3.4vw,3rem);line-height:1.12;margin:13px 0}.jmv-section-heading p{color:var(--jmv-text-muted);margin:0;font-size:1.03rem}.jmv-section-heading.jmv-align-left{text-align:left;margin:0}.jmv-feature-grid,.jmv-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.jmv-feature-card,.jmv-service-card{background:#fff;border:1px solid var(--jmv-border);border-radius:var(--jmv-radius);padding:28px;box-shadow:var(--jmv-shadow-soft)}.jmv-feature-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:var(--jmv-primary-soft);color:var(--jmv-primary);font-weight:800;font-size:.8rem}.jmv-feature-card h3,.jmv-service-card h2{font-size:1.28rem;margin:22px 0 8px}.jmv-feature-card p,.jmv-service-card p{color:var(--jmv-text-muted);margin:0}.jmv-service-card>span{color:var(--jmv-primary);font-size:.76rem;font-weight:800;letter-spacing:.1em}.jmv-service-card .jmv-text-link{display:inline-block;margin-top:18px}
.jmv-process-layout{display:grid;grid-template-columns:.86fr 1.14fr;gap:80px;align-items:center}.jmv-process-list{list-style:none;padding:0;margin:0;display:grid;gap:14px}.jmv-process-list li{display:grid;grid-template-columns:48px 1fr;gap:16px;align-items:start;background:#fff;border:1px solid var(--jmv-border);padding:18px;border-radius:14px}.jmv-process-list li>span,.jmv-timeline article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--jmv-primary);color:#fff;font-weight:800}.jmv-process-list strong{font-size:1rem}.jmv-process-list p{margin:2px 0 0;color:var(--jmv-text-muted);font-size:.9rem}.jmv-text-link{color:var(--jmv-primary)!important;font-weight:750}
.jmv-cta-panel{display:flex;align-items:center;justify-content:space-between;gap:40px;border-radius:26px;padding:45px 48px;background:linear-gradient(135deg,#152f5a,var(--jmv-primary));color:#fff;box-shadow:0 25px 55px rgba(24,59,117,.2)}.jmv-cta-panel h2{color:#fff!important;font-size:clamp(1.8rem,3vw,2.65rem);margin:10px 0 0}.jmv-cta-panel .jmv-kicker{color:#b9d3ff}.jmv-cta-panel .jmv-site-button{background:#fff;color:var(--jmv-primary)!important;min-width:155px}
.jmv-page-hero{padding:74px 0 68px;background:linear-gradient(180deg,#f5f8ff,#fff);border-bottom:1px solid #edf0f6}.jmv-page-hero h1{font-size:clamp(2.4rem,4vw,4rem);margin-bottom:18px}.jmv-page-hero p{font-size:1.08rem;color:var(--jmv-text-muted);max-width:720px;margin:0}.jmv-return-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.jmv-return-card{display:grid;grid-template-columns:auto 1fr;gap:20px;border:1px solid var(--jmv-border);border-radius:22px;padding:30px;background:#fff;box-shadow:var(--jmv-shadow-soft)}.jmv-flag-badge,.jmv-choice-code{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--jmv-primary-soft);color:var(--jmv-primary);font-weight:850;font-size:.8rem}.jmv-return-card h2{margin:5px 0 8px;font-size:1.65rem}.jmv-return-card p{color:var(--jmv-text-muted)}.jmv-return-card ul{padding-left:18px;color:#4f5f75;margin:18px 0 24px}.jmv-return-card li{margin:7px 0}.jmv-disclaimer{max-width:900px;margin:24px auto 0;color:#7a8799;font-size:.85rem;text-align:center}.jmv-timeline{max-width:860px}.jmv-timeline article{display:grid;grid-template-columns:52px 1fr;gap:20px;padding:26px 0;border-bottom:1px solid var(--jmv-border)}.jmv-timeline article:last-child{border-bottom:0}.jmv-timeline h2{margin:4px 0 5px;font-size:1.35rem}.jmv-timeline p{margin:0;color:var(--jmv-text-muted)}.jmv-contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;align-items:start}.jmv-contact-copy h2{font-size:2rem;margin-top:0}.jmv-contact-copy p{color:var(--jmv-text-muted)}.jmv-contact-card{background:#fff;border:1px solid var(--jmv-border);border-radius:20px;padding:30px;box-shadow:var(--jmv-shadow)}.jmv-honeypot{position:absolute!important;left:-9999px!important}.jmv-contact-success{padding:13px 15px;border-radius:10px;background:#ecfdf3;color:var(--jmv-success);font-weight:650;margin-bottom:18px}

/* Portal */
.jmv-dashboard,.jmv-portal-shell,.jmv-portal-stack,.jmv-auth-layout{box-sizing:border-box;max-width:var(--jmv-content-width);margin:0 auto;color:var(--jmv-text);font-family:inherit}.jmv-dashboard *,.jmv-portal-shell *,.jmv-portal-stack *,.jmv-auth-layout *{box-sizing:border-box}.jmv-eyebrow{text-transform:uppercase;letter-spacing:.09em;font-size:.72rem;font-weight:800;color:var(--jmv-primary);margin:0 0 7px}.jmv-portal-card{background:var(--jmv-surface);border:1px solid var(--jmv-border);border-radius:var(--jmv-radius);box-shadow:var(--jmv-shadow-soft);padding:28px}.jmv-portal-stack{display:grid;gap:24px}.jmv-start-card{max-width:820px}.jmv-start-card h1,.jmv-portal-card h1{font-size:clamp(1.8rem,3vw,2.45rem);margin:.15em 0 .35em}.jmv-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.jmv-return-chooser{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:24px 0}.jmv-return-option{flex-direction:column;align-items:flex-start;padding:22px;text-align:left;min-height:150px;background:#fff!important;color:var(--jmv-text)!important;border:1px solid var(--jmv-border);box-shadow:0 6px 15px rgba(16,24,40,.04)}.jmv-return-option:hover{border-color:#b8c9e6;box-shadow:0 12px 28px rgba(30,79,154,.10)}.jmv-return-option strong{font-size:1.18rem;margin:14px 0 3px}.jmv-return-option>span:last-child{font-weight:450;color:var(--jmv-text-muted)}
.jmv-portal-form{display:grid;gap:18px}.jmv-portal-form label{display:grid;gap:7px;font-weight:650;color:#344054}.jmv-portal-form label small{color:var(--jmv-text-muted);font-size:.78rem;font-weight:450}.jmv-portal-form input,.jmv-portal-form select,.jmv-portal-form textarea{width:100%;border:1px solid #d9e0ea;border-radius:10px;padding:12px 13px;background:var(--jmv-surface);color:var(--jmv-text);font:inherit;min-height:46px}.jmv-portal-form textarea{resize:vertical;min-height:120px}.jmv-portal-form input:focus,.jmv-portal-form select:focus,.jmv-portal-form textarea:focus{outline:3px solid rgba(30,79,154,.12);border-color:var(--jmv-primary)}.jmv-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:9px!important}.jmv-check input{width:auto;min-height:auto}.jmv-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.jmv-form-actions,.jmv-card-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:10px}.jmv-portal-link{font-weight:750;color:var(--jmv-primary)}
.jmv-portal-shell{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:28px;align-items:start}.jmv-portal-nav,.jmv-wizard-content{min-width:0}.jmv-portal-nav{position:sticky;top:calc(var(--jmv-header-height) + 24px);background:#fff;border:1px solid var(--jmv-border);border-radius:var(--jmv-radius);padding:22px;box-shadow:var(--jmv-shadow-soft)}.jmv-portal-nav ol{margin:18px 0 0;padding-left:22px}.jmv-portal-nav li{padding:7px 0;color:var(--jmv-text-muted)}.jmv-portal-nav li.is-current{color:var(--jmv-primary);font-weight:750}.jmv-portal-progress{height:8px;background:#e8edf4;border-radius:999px;overflow:hidden;margin:9px 0}.jmv-portal-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--jmv-primary),#4d7bc3);border-radius:inherit;transition:width .2s ease}.jmv-status{display:inline-flex;background:var(--jmv-surface-muted);border:1px solid var(--jmv-border);border-radius:999px;padding:5px 9px;font-size:.76rem;font-weight:750;color:#4d5b70}.jmv-case-top{display:flex;justify-content:space-between;gap:12px;align-items:center}.jmv-dependent-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:16px;border:1px solid var(--jmv-border);border-radius:12px;margin-bottom:12px}.jmv-document-list{list-style:none;padding:0;margin:0}.jmv-document-list li{display:flex;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid var(--jmv-border)}.jmv-document-list small{display:block;color:var(--jmv-text-muted);margin-top:3px}.jmv-portal-alert,.jmv-portal-alert-inline{border-radius:10px;background:#fff1f0;color:var(--jmv-danger);padding:11px 13px}.jmv-empty-state{text-align:center;padding:54px 30px}.jmv-empty-state p{max-width:560px;margin:8px auto 20px;color:var(--jmv-text-muted)}.jmv-empty-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:var(--jmv-primary-soft);color:var(--jmv-primary);font-size:1.3rem;margin:0 auto 16px}.jmv-empty-state-inline{padding:20px 0}
.jmv-dashboard{display:grid;gap:28px}.jmv-dashboard-welcome{display:flex;justify-content:space-between;align-items:center;gap:26px}.jmv-dashboard-welcome h1{font-size:clamp(2rem,3vw,2.8rem);margin:3px 0 5px}.jmv-dashboard-welcome p:not(.jmv-eyebrow){margin:0;color:var(--jmv-text-muted)}.jmv-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.jmv-stat-grid article{background:#fff;border:1px solid var(--jmv-border);border-radius:14px;padding:19px 21px;box-shadow:0 4px 14px rgba(16,24,40,.035)}.jmv-stat-grid span{display:block;color:var(--jmv-text-muted);font-size:.82rem;font-weight:600}.jmv-stat-grid strong{display:block;font-size:1.8rem;margin-top:5px}.jmv-dashboard-section{display:grid;gap:18px}.jmv-dashboard-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px}.jmv-dashboard-section-head h2{margin:2px 0 0}.jmv-case-card{display:flex;flex-direction:column;gap:14px}.jmv-case-title{display:flex;justify-content:space-between;align-items:end;gap:12px}.jmv-case-title h3{margin:2px 0 0;font-size:1.35rem}.jmv-case-title>strong{font-size:1.35rem;color:var(--jmv-primary)}.jmv-case-meta{display:flex;gap:10px;flex-wrap:wrap;color:var(--jmv-text-muted);font-size:.82rem}.jmv-case-meta span{background:#f7f8fb;border-radius:999px;padding:5px 9px}.jmv-case-meta .has-alert{color:#9a3412;background:#fff7ed}.jmv-review-button{width:100%;margin-top:4px;background:var(--jmv-accent)}
.jmv-case-picker{display:grid;gap:10px;margin-top:22px}.jmv-case-picker-item{display:grid;grid-template-columns:50px 1fr auto;align-items:center;gap:14px;border:1px solid var(--jmv-border);border-radius:13px;padding:14px;color:var(--jmv-text)!important;transition:.18s}.jmv-case-picker-item:hover{border-color:#b8c9e6;background:#f8fbff}.jmv-case-picker-item strong,.jmv-case-picker-item small{display:block}.jmv-case-picker-item small{color:var(--jmv-text-muted);margin-top:3px}.jmv-case-picker-item>b{color:var(--jmv-primary);font-size:1.2rem}

/* Authentication */
.jmvtp-kind-auth .jmv-site-main{background:linear-gradient(145deg,#f3f7ff,#fbfcff);padding:64px 20px 80px}.jmv-auth-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,.8fr);gap:70px;align-items:center;min-height:620px}.jmv-auth-intro h1{font-size:clamp(2.4rem,4vw,3.8rem);line-height:1.05;margin:16px 0}.jmv-auth-intro>p{font-size:1.05rem;color:var(--jmv-text-muted);max-width:600px}.jmv-auth-points{display:grid;gap:10px;margin-top:26px;color:#42526a;font-weight:650}.jmv-auth-points span{display:flex;gap:8px}.jmv-auth-card{max-width:520px;width:100%;margin-left:auto;padding:34px}.jmv-auth-card h2{font-size:1.8rem;margin:4px 0 24px}.jmv-auth-card #loginform{display:grid;gap:15px}.jmv-auth-card #loginform p{margin:0}.jmv-auth-card #loginform label{display:block;font-weight:650;margin-bottom:6px}.jmv-auth-card #loginform input[type="text"],.jmv-auth-card #loginform input[type="password"]{width:100%;min-height:46px;border:1px solid #d9e0ea;border-radius:10px;padding:11px 12px;font:inherit}.jmv-auth-card #loginform .login-remember label{display:flex;align-items:center;gap:8px;font-weight:500}.jmv-auth-card #wp-submit{width:100%;min-height:48px;border:0;border-radius:11px;background:var(--jmv-primary);color:#fff;font-weight:750;font:inherit;cursor:pointer}.jmv-auth-links{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;border-top:1px solid var(--jmv-border);padding-top:18px;margin-top:20px;font-size:.88rem}.jmv-auth-links a{color:var(--jmv-primary);font-weight:700}

@media (max-width:1100px){.jmv-hero-grid{grid-template-columns:1fr 1fr;gap:40px}.jmv-primary-nav,.jmv-nav-list,.jmv-nav-fallback,.jmv-portal-nav-links{gap:16px}.jmv-primary-nav a,.jmv-nav-list a{font-size:.88rem}.jmv-process-layout{gap:45px}}
@media (max-width:980px){
  .jmv-menu-toggle{display:block}.jmv-primary-nav{display:none;position:absolute;top:calc(100% + 1px);left:0;right:0;background:#fff;border-bottom:1px solid var(--jmv-border);padding:18px 20px 22px;box-shadow:0 18px 35px rgba(17,35,66,.12);align-items:stretch;flex-direction:column}.jmv-primary-nav.is-open{display:flex}.jmv-nav-list,.jmv-nav-fallback,.jmv-portal-nav-links{display:flex;flex-direction:column;align-items:stretch;gap:0}.jmv-nav-list li{width:100%}.jmv-primary-nav a,.jmv-nav-list a{display:block;padding:11px 4px;font-size:.98rem}.jmv-nav-cta{text-align:center;padding:12px!important;margin-top:8px}
  .jmv-hero{padding:70px 0}.jmv-hero-grid{grid-template-columns:1fr;gap:46px}.jmv-hero-copy{max-width:760px}.jmv-hero-demo{max-width:640px;width:100%;margin:0 auto}.jmv-feature-grid,.jmv-service-grid{grid-template-columns:1fr 1fr}.jmv-process-layout{grid-template-columns:1fr;gap:30px}.jmv-section-heading.jmv-align-left{max-width:none}.jmv-return-grid{grid-template-columns:1fr}.jmv-contact-grid{grid-template-columns:1fr;gap:35px}
  .jmv-portal-shell{grid-template-columns:minmax(0,1fr);width:100%;max-width:100%}.jmv-portal-nav{position:static}.jmv-portal-nav ol{display:flex;gap:8px;overflow:auto;list-style:none;padding:0}.jmv-portal-nav li{white-space:nowrap;padding:8px 10px;background:var(--jmv-surface-muted);border-radius:999px}.jmv-card-grid{grid-template-columns:1fr}.jmv-auth-layout{grid-template-columns:1fr;gap:38px;min-height:auto}.jmv-auth-intro{max-width:680px}.jmv-auth-card{max-width:680px;margin:0}
}
@media (max-width:767px){
  :root{--jmv-header-height:70px}.jmv-header-inner,.jmv-container,.jmv-footer-inner,.jmv-footer-bottom{width:min(calc(100% - 28px),var(--jmv-content-width))}.jmv-brand-copy small{display:none}.jmv-brand img{max-height:42px;max-width:150px}.jmv-brand-mark{width:42px;height:42px}.jmv-site-main.jmv-portal-main{padding:28px 14px 50px}.jmv-hero{padding:52px 0 56px}.jmv-hero-copy h1,.jmv-page-hero h1{font-size:clamp(2.25rem,11vw,3.2rem)}.jmv-hero-copy>p{font-size:1rem}.jmv-hero-actions{flex-direction:column}.jmv-site-button{width:100%}.jmv-demo-window{padding:17px;border-radius:18px}.jmv-hero-demo:before{display:none}.jmv-section{padding:62px 0}.jmv-section-heading{margin-bottom:30px}.jmv-feature-grid,.jmv-service-grid{grid-template-columns:1fr}.jmv-feature-card,.jmv-service-card{padding:23px}.jmv-page-hero{padding:52px 0}.jmv-return-card{grid-template-columns:1fr;padding:23px}.jmv-cta-panel{align-items:flex-start;flex-direction:column;padding:30px 24px;border-radius:20px}.jmv-cta-panel .jmv-site-button{width:100%}.jmv-footer-inner{flex-direction:column;padding:40px 0 28px}.jmv-footer-inner nav{flex-direction:column;gap:10px}.jmv-footer-bottom{flex-direction:column;padding-bottom:24px}.jmv-dashboard,.jmv-portal-shell,.jmv-portal-stack,.jmv-auth-layout{width:100%;max-width:100%;overflow-x:hidden}.jmv-portal-card{padding:20px;border-radius:15px}.jmv-return-chooser,.jmv-dependent-row,.jmv-field-grid{grid-template-columns:1fr}.jmv-portal-button,.jmv-return-option{width:100%}.jmv-form-actions,.jmv-card-actions{align-items:stretch;flex-direction:column}.jmv-document-list li{flex-direction:column}.jmv-dashboard-welcome{align-items:stretch;flex-direction:column}.jmv-stat-grid{grid-template-columns:1fr}.jmv-dashboard-section-head{align-items:flex-start;flex-direction:column}.jmv-case-title{align-items:flex-start}.jmv-auth-layout{gap:28px}.jmvtp-kind-auth .jmv-site-main{padding:42px 14px 60px}.jmv-auth-intro h1{font-size:2.45rem}.jmv-auth-card{padding:22px}.jmv-auth-links{flex-direction:column}.jmv-contact-card{padding:22px}.jmv-process-list li{grid-template-columns:42px 1fr;padding:15px}.jmv-timeline article{grid-template-columns:45px 1fr;gap:14px}
}
@media (max-width:420px){.jmv-demo-top{grid-template-columns:auto 1fr}.jmv-demo-top strong{grid-column:2}.jmv-demo-card{grid-template-columns:32px 1fr}.jmv-trust-row span{font-size:.73rem}.jmv-return-option{min-height:136px}.jmv-case-picker-item{grid-template-columns:44px 1fr}.jmv-case-picker-item>b{display:none}}

/* Hacienda form applicability */
.jmv-applicable-forms{margin:0 0 24px;border:1px solid var(--jmv-border);border-radius:14px;background:#fbfcff;overflow:hidden}.jmv-applicable-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;border-bottom:1px solid var(--jmv-border)}.jmv-applicable-head>span{display:grid;place-items:center;min-width:28px;height:28px;padding:0 8px;border-radius:999px;background:var(--jmv-primary-soft);color:var(--jmv-primary);font-size:.78rem;font-weight:800}.jmv-applicable-list{display:grid}.jmv-applicable-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 15px;border-bottom:1px solid #edf0f4}.jmv-applicable-item:last-child{border-bottom:0}.jmv-applicable-item b,.jmv-applicable-item small{display:block}.jmv-applicable-item b{color:var(--jmv-text)}.jmv-applicable-item small{margin-top:3px;color:var(--jmv-text-muted);font-size:.78rem}.jmv-form-state{flex:0 0 auto;font-size:.72rem;font-weight:800;color:var(--jmv-primary);background:var(--jmv-primary-soft);border-radius:999px;padding:5px 8px}.jmv-case-forms{display:flex;gap:6px;align-items:center;flex-wrap:wrap;padding:9px 0;color:var(--jmv-text-muted);font-size:.78rem}.jmv-case-forms strong{width:100%;color:var(--jmv-text);font-size:.76rem}.jmv-case-forms span{background:var(--jmv-primary-soft);color:var(--jmv-primary);border-radius:999px;padding:4px 8px;font-weight:750}.jmv-case-forms small{font-size:.72rem}
@media (max-width:767px){.jmv-applicable-item{align-items:flex-start;flex-direction:column}.jmv-form-state{align-self:flex-start}}
.jmv-tax-year-field{display:grid;gap:7px;margin:20px 0 16px;font-weight:750;color:var(--jmv-text)}.jmv-tax-year-field select{width:min(220px,100%);min-height:46px;border:1px solid var(--jmv-border);border-radius:10px;background:#fff;padding:9px 12px;font:inherit;color:var(--jmv-text)}
