:root{--nhs-blue:#005eb8;--nhs-dark:#003087;--nhs-pale:#f4f8fc;--nhs-light:#e8f2fb;--text:#1f2937;--text-secondary:#5b6472;--border:#d9e2ec;--green:#007f3b;--red:#d5281b;--radius-lg:18px;--radius-md:12px;--shadow:0 10px 28px rgba(0,46,91,.08)}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff;line-height:1.55}a{color:var(--nhs-blue)}.site-header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}.header-inner{max-width:1180px;margin:0 auto;padding:14px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo-area{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--text)}.logo-box{background:var(--nhs-blue);color:#fff;font-weight:800;border-radius:7px;padding:8px 10px;letter-spacing:.5px}.logo-text{font-weight:800;font-size:1rem;line-height:1.2}.logo-text span{display:block;font-weight:500;color:var(--text-secondary);font-size:.72rem}.main-nav{display:flex;align-items:center;gap:6px}.main-nav a{padding:9px 12px;border-radius:10px;text-decoration:none;color:var(--text-secondary);font-weight:650;font-size:.92rem}.main-nav a:hover,.main-nav a.active{background:var(--nhs-light);color:var(--nhs-blue)}.nav-toggle{display:none;background:none;border:0;width:42px;height:38px}.nav-toggle span{display:block;height:2px;background:var(--text);margin:6px;border-radius:2px}.breadcrumb{background:var(--nhs-pale);border-bottom:1px solid var(--border)}.breadcrumb-inner{max-width:1180px;margin:0 auto;padding:10px 22px;display:flex;gap:9px;font-size:.86rem;color:var(--text-secondary)}.breadcrumb a{text-decoration:none}.page-hero{background:linear-gradient(135deg,var(--nhs-blue),var(--nhs-dark));color:white;text-align:center;padding:56px 22px}.page-hero h1{margin:0 auto 14px;max-width:900px;font-size:clamp(2rem,5vw,3.3rem);line-height:1.08}.page-hero p{max-width:820px;margin:0 auto;color:rgba(255,255,255,.9);font-size:1.1rem}.hero-badges{margin-top:22px;display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.badge{display:inline-flex;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);padding:8px 12px;border-radius:999px;font-weight:700;font-size:.85rem}.container{max-width:1180px;margin:0 auto;padding:0 22px}.section{padding-top:42px;padding-bottom:52px}.content-section,.calc-form-card,.info-card,.author-card,.notice{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.content-section{padding:34px}.prose{max-width:900px}.prose h2,.section-title{font-size:1.75rem;margin:32px 0 12px;color:#102033}.prose h2:first-child{margin-top:0}.prose p,.prose li{color:var(--text-secondary)}.prose ul{padding-left:22px}.section-title{text-align:center}.section-subtitle{text-align:center;max-width:760px;margin:0 auto 22px;color:var(--text-secondary)}.calc-form-card{overflow:hidden}.calc-form-header{background:var(--nhs-blue);color:#fff;padding:18px 22px}.calc-form-header h2{margin:0;font-size:1.25rem}.form-group{margin-bottom:18px}.form-group label{display:block;font-weight:750;margin-bottom:7px}.form-control,select,input,textarea{width:100%;border:1px solid var(--border);border-radius:12px;padding:12px 14px;font:inherit;background:white;color:var(--text)}.form-control:focus,input:focus,select:focus,textarea:focus{outline:3px solid rgba(0,94,184,.18);border-color:var(--nhs-blue)}.input-with-prefix{position:relative}.input-prefix{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text-secondary);font-weight:700}.input-with-prefix input{padding-left:32px}.calc-submit-btn,.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;background:var(--nhs-blue);color:#fff;font-weight:800;padding:13px 18px;text-decoration:none;cursor:pointer}.calc-submit-btn{width:100%;font-size:1rem}.btn-outline{background:#fff;color:var(--nhs-blue);border:1px solid var(--nhs-blue)}.band-highlight{background:var(--nhs-pale);border:1px solid var(--border);border-radius:16px;padding:20px;text-align:center}.band-highlight h3{margin:0 0 8px}.big-num{font-size:2.35rem;font-weight:850;color:var(--nhs-blue)}.breakdown-list{margin-top:14px;border:1px solid var(--border);border-radius:15px;overflow:hidden}.breakdown-item{display:flex;justify-content:space-between;gap:14px;padding:13px 15px;border-bottom:1px solid var(--border)}.breakdown-item:last-child{border-bottom:0}.breakdown-item.gross{background:var(--nhs-pale)}.breakdown-item.total{background:var(--nhs-blue);color:#fff;font-weight:850}.bi-label{color:inherit}.bi-value{font-weight:800}.notice{padding:16px 18px;background:#f8fbff}.notice-info{border-left:4px solid var(--nhs-blue)}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;border:1px solid var(--border);border-radius:14px;background:#fff}table{width:100%;border-collapse:collapse}th,td{padding:13px 14px;border-bottom:1px solid var(--border);text-align:left}th{background:var(--nhs-blue);color:#fff;font-weight:800}tr:last-child td{border-bottom:0}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px}.info-card{padding:22px}.info-card-icon{font-size:2rem;margin-bottom:8px}.author-card{display:flex;gap:20px;padding:22px;align-items:center}.author-avatar{width:96px;height:96px;border-radius:50%;background:var(--nhs-pale);object-fit:cover;flex:0 0 auto}.author-info h3{margin:0 0 4px}.author-title{color:var(--nhs-blue);font-weight:750;margin-bottom:8px}.author-link{font-weight:800;text-decoration:none}.site-footer{background:#102033;color:#dbe6f0;margin-top:30px}.footer-inner{max-width:1180px;margin:0 auto;padding:40px 22px 20px}.footer-grid{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:28px}.footer-brand p,.footer-bottom,.footer-col a{color:#b8c7d6}.footer-col h4{color:#fff;margin:0 0 12px}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin:8px 0}.footer-col a{text-decoration:none}.footer-col a:hover{color:#fff}.footer-socials{display:flex;gap:8px}.social-link{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:16px;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;font-size:.86rem}.footer-bottom a{color:#dbe6f0}.page-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow)}@media(max-width:900px){.nav-toggle{display:block}.main-nav{display:none;position:absolute;top:68px;left:16px;right:16px;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:12px;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.main-nav a{padding:12px 14px}.footer-grid{grid-template-columns:1fr 1fr}.author-card{align-items:flex-start}div[style*="grid-template-columns:1fr 360px"]{grid-template-columns:1fr!important}.page-hero{padding:42px 18px}}@media(max-width:620px){.header-inner{padding:12px 16px}.container{padding:0 16px}.content-section{padding:22px}.footer-grid{grid-template-columns:1fr}.author-card{flex-direction:column}.big-num{font-size:1.9rem}.page-hero h1{font-size:2rem}table{min-width:0}}.bottom-line,.prose .bottom-line{color:#ffffff !important}.bottom-line h2,.prose .bottom-line h2{color:#ffffff !important;opacity:1 !important}.bottom-line p,.bottom-line .description,.bottom-line span,.prose .bottom-line p,.prose .bottom-line .description,.prose .bottom-line span{color:#ffffff !important;opacity:1 !important}.bottom-line a,.prose .bottom-line a{color:var(--nhs-blue) !important;opacity:1 !important}.site-footer .logo-area,.site-footer .logo-area:visited,.site-footer .footer-brand .logo-area{color:#ffffff !important}.site-footer .logo-text,.site-footer .footer-brand .logo-text{color:#ffffff !important;opacity:1 !important}.site-footer .logo-text span,.site-footer .footer-brand .logo-text span,.site-footer .footer-brand p,.site-footer .footer-description,.site-footer .site-tagline{color:rgba(255,255,255,0.88) !important;opacity:1 !important}.main-nav .nav-dropdown{position:relative;display:inline-flex;align-items:center}.main-nav .nav-dropbtn{appearance:none;border:0;background:transparent;padding:9px 12px;border-radius:10px;color:var(--text-secondary);font:inherit;font-weight:650;font-size:.92rem;cursor:pointer;display:inline-flex;align-items:center;gap:5px;line-height:1.55}.main-nav .nav-dropbtn:hover,.main-nav .nav-dropbtn.active,.main-nav .nav-dropdown:focus-within .nav-dropbtn,.main-nav .nav-dropdown:hover .nav-dropbtn{background:var(--nhs-light);color:var(--nhs-blue)}.main-nav .nav-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:230px;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);padding:8px;display:none;z-index:50}.main-nav .nav-dropdown:hover .nav-dropdown-menu,.main-nav .nav-dropdown:focus-within .nav-dropdown-menu{display:block}.main-nav .nav-dropdown-menu a{display:block;white-space:nowrap;padding:10px 12px;border-radius:10px;color:var(--text-secondary);text-decoration:none;font-weight:650;font-size:.92rem}.main-nav .nav-dropdown-menu a:hover,.main-nav .nav-dropdown-menu a.active{background:var(--nhs-light);color:var(--nhs-blue)}@media(max-width:900px){.main-nav .nav-dropdown{display:block;width:100%}.main-nav .nav-dropbtn{width:100%;justify-content:space-between;padding:12px 14px}.main-nav .nav-dropdown-menu{position:static;display:block;min-width:0;width:100%;margin:0 0 4px 0;border:0;box-shadow:none;background:transparent;padding:0 0 0 12px}.main-nav .nav-dropdown-menu a{padding:11px 14px;white-space:normal}}.site-header .main-nav .nav-dropdown{position:relative!important;display:inline-flex!important;align-items:center!important}.site-header .main-nav .nav-dropbtn{appearance:none!important;-webkit-appearance:none!important;border:0!important;background:transparent!important;padding:9px 12px!important;border-radius:10px!important;color:var(--text-secondary)!important;font:inherit!important;font-weight:650!important;font-size:.92rem!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;gap:5px!important;line-height:1.55!important}.site-header .main-nav .nav-dropbtn:hover,.site-header .main-nav .nav-dropbtn.active,.site-header .main-nav .nav-dropdown:hover .nav-dropbtn,.site-header .main-nav .nav-dropdown:focus-within .nav-dropbtn{background:var(--nhs-light)!important;color:var(--nhs-blue)!important}.site-header .main-nav .nav-dropdown-menu{position:absolute!important;top:calc(100% + 8px)!important;left:0!important;min-width:230px!important;background:#fff!important;border:1px solid var(--border)!important;border-radius:14px!important;box-shadow:var(--shadow)!important;padding:8px!important;display:none!important;z-index:999!important}.site-header .main-nav .nav-dropdown:hover .nav-dropdown-menu,.site-header .main-nav .nav-dropdown:focus-within .nav-dropdown-menu{display:block!important}.site-header .main-nav .nav-dropdown-menu a{display:block!important;white-space:nowrap!important;padding:10px 12px!important;border-radius:10px!important;color:var(--text-secondary)!important;text-decoration:none!important;font-weight:650!important;font-size:.92rem!important}.site-header .main-nav .nav-dropdown-menu a:hover,.site-header .main-nav .nav-dropdown-menu a.active{background:var(--nhs-light)!important;color:var(--nhs-blue)!important}@media(max-width:900px){.site-header .main-nav .nav-dropdown{display:block!important;width:100%!important}.site-header .main-nav .nav-dropbtn{width:100%!important;justify-content:space-between!important;padding:12px 14px!important}.site-header .main-nav .nav-dropdown-menu{position:static!important;display:block!important;min-width:0!important;width:100%!important;margin:0 0 4px!important;border:0!important;box-shadow:none!important;background:transparent!important;padding:0 0 0 12px!important}.site-header .main-nav .nav-dropdown-menu a{padding:11px 14px!important;white-space:normal!important}}@media (min-width:768px){nav.hidden.md\:flex.items-center.gap-1>div.relative:first-of-type>div.absolute{left:auto !important;right:0 !important}nav.hidden.md\:flex.items-center.gap-1>div.relative:nth-of-type(2)>div.absolute{left:0 !important;right:auto !important}nav.hidden.md\:flex.items-center.gap-1>div.relative>button{position:relative !important;z-index:1002 !important}nav.hidden.md\:flex.items-center.gap-1>div.relative>div.absolute{z-index:1000 !important;margin-top:.5rem !important}}@media (min-width:768px){header nav.hidden.md\:flex.items-center.gap-1>div.relative>div.absolute{display:none !important;visibility:hidden !important;opacity:0 !important;pointer-events:none !important;left:0 !important;right:auto !important;top:100% !important;margin-top:.5rem !important;z-index:9999 !important}header nav.hidden.md\:flex.items-center.gap-1>div.relative:hover>div.absolute,header nav.hidden.md\:flex.items-center.gap-1>div.relative:focus-within>div.absolute{display:block !important;visibility:visible !important;opacity:1 !important;pointer-events:auto !important}header nav.hidden.md\:flex.items-center.gap-1>div.relative>button{position:relative !important;z-index:10000 !important}}header nav.hidden.md\:flex.items-center.gap-1>a[style],header nav.hidden.md\:flex.items-center.gap-1>a[style]:hover,header nav.hidden.md\:flex.items-center.gap-1>a[style]:focus{color:#ffffff !important}.site-header .main-nav .nav-dropbtn{font-family:Arial,Arial,sans-serif !important;border:none !important;outline:none !important;box-shadow:none !important}.site-footer{background:#102033;color:#e8f0f8}.site-footer p,.site-footer .footer-brand p{color:#c8d8e8 !important;opacity:1 !important;font-size:0.875rem;line-height:1.65}.site-footer .footer-col h4{color:#ffffff !important;font-size:0.9rem;font-weight:700;letter-spacing:0.3px;margin:0 0 14px}.site-footer .footer-col a,.site-footer .footer-col li a{color:#a8c4e0 !important;text-decoration:none;font-size:0.875rem;line-height:1.5;transition:color 0.15s}.site-footer .footer-col a:hover,.site-footer .footer-col li a:hover{color:#ffffff !important;text-decoration:underline}.site-footer .footer-bottom{border-top:1px solid rgba(255,255,255,0.15);margin-top:32px;padding-top:18px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.site-footer .footer-bottom p,.site-footer .footer-bottom a{color:#a0b8d0 !important;font-size:0.82rem}.site-footer .footer-bottom a:hover{color:#ffffff !important}.site-footer .logo-area{color:#ffffff !important}.site-footer .logo-text{color:#ffffff !important;font-weight:700}.site-footer .logo-text span{color:rgba(255,255,255,0.75) !important;font-size:0.72rem}.site-footer .social-link{background:rgba(255,255,255,0.12);color:#ffffff}.site-footer .social-link:hover{background:rgba(255,255,255,0.25)}@media (max-width:700px){.footer-grid{grid-template-columns:1fr 1fr !important;gap:24px !important}.footer-brand{grid-column:1 / -1}.site-footer .footer-bottom{flex-direction:column;align-items:flex-start;gap:6px}}@media (max-width:420px){.footer-grid{grid-template-columns:1fr !important}}footer[class*="text-white"]{--tw-text-opacity:1 !important}footer a,footer p,footer span,footer li,footer div{--tw-text-opacity:1 !important}footer a[class*="text-white"]{color:rgba(255,255,255,0.88) !important;--tw-text-opacity:1 !important}footer a[class*="text-white"]:hover{color:#ffffff !important}footer p[class*="text-white"],footer div[class*="text-white"]>p{color:rgba(255,255,255,0.88) !important}footer,footer *{filter:none !important;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}#root footer,#root footer *{--tw-text-opacity:1 !important}#root footer{color:#ffffff !important}#root footer p,#root footer span,#root footer li{color:rgba(255,255,255,0.92) !important}#root footer a{color:rgba(255,255,255,0.92) !important;text-decoration:none}#root footer a:hover{color:#ffffff !important;text-decoration:underline}#root footer h4{color:#ffffff !important}#root footer [class*="text-white\/50"],#root footer [class*="text-white\/60"],#root footer [class*="text-white\/70"]{color:rgba(255,255,255,0.92) !important}html,body{overflow-x:hidden;max-width:100%}*,*::before,*::after{box-sizing:border-box}img,video,iframe{max-width:100%;height:auto}.container{width:100%;max-width:1180px}.table-wrapper{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}table{min-width:0}.calc-layout-grid{display:grid;grid-template-columns:1fr 360px;gap:32px;align-items:start}@media (max-width:900px){.calc-layout-grid{grid-template-columns:1fr}}@media (max-width:768px){.hcas-content-section{padding:0 16px}.hcas-intro-card{padding:20px 16px}.soft-section{padding:20px 16px}.comparison-table-wrap{padding:16px 14px}.key-features-grid{grid-template-columns:1fr 1fr}.zone-cards{grid-template-columns:1fr}.tax-cards{grid-template-columns:1fr}.related-tools-grid{grid-template-columns:1fr}.content-block h2.block-title{font-size:1.3rem}.band-section{margin:24px 0}.hcas-infographic{border-radius:10px;margin:18px auto}.pill{white-space:normal;word-break:break-word}.faq-question{font-size:0.88rem;padding:14px 16px}.faq-answer{font-size:0.85rem}.section-divider{margin:32px 0}.tool-card{padding:18px 16px}}@media (max-width:480px){.key-features-grid{grid-template-columns:1fr}.hcas-intro-card h2{font-size:1.2rem}.zone-card-header .zone-rate{font-size:1.6rem}}@media (max-width:620px){.container{padding:0 16px}.section{padding-top:28px;padding-bottom:36px}.page-hero{padding:36px 16px}.page-hero h1{font-size:1.6rem}.hero-badges{flex-wrap:wrap;justify-content:center}}.calc-sidebar-col{display:flex;flex-direction:column;gap:20px;min-width:0}img{max-width:100%;height:auto}@media (max-width:768px){.section,.content-block,.soft-section,.faq-section,.tools-section{content-visibility:auto;contain-intrinsic-size:1px 600px}}.site-header .header-inner{max-width:1180px;width:100%}.site-header .main-nav{flex-wrap:wrap;justify-content:flex-end}.site-header .main-nav .legal-menu .nav-dropdown-menu{right:0!important;left:auto!important;min-width:190px!important}.site-footer{background:#102033!important;color:#e8f0f8!important;overflow:hidden}.site-footer .footer-inner{max-width:1180px;width:100%;margin:0 auto;padding:42px 22px 22px}.site-footer .footer-grid{display:grid!important;grid-template-columns:minmax(220px,2fr) repeat(4,minmax(140px,1fr))!important;gap:26px!important;align-items:start!important}.site-footer .footer-brand,.site-footer .footer-col{min-width:0}.site-footer .footer-col ul{list-style:none;margin:0;padding:0}.site-footer .footer-col li{margin:8px 0;line-height:1.45}.site-footer .footer-col a{word-break:normal;overflow-wrap:anywhere}.site-footer .footer-bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;flex-wrap:wrap!important}@media(max-width:980px){.site-header .main-nav{flex-wrap:nowrap}.site-footer .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.site-footer .footer-brand{grid-column:1 / -1}}@media(max-width:620px){.site-footer .footer-inner{padding:34px 16px 20px}.site-footer .footer-grid{grid-template-columns:1fr!important;gap:22px!important}.site-footer .footer-bottom{align-items:flex-start!important;flex-direction:column!important}.site-header .main-nav .legal-menu .nav-dropdown-menu{right:auto!important;left:auto!important}}body{background:#f6f9fd}.breadcrumb{background:#eef6ff}.page-hero{position:relative;overflow:hidden;padding:58px 22px 52px;background:linear-gradient(135deg,#005eb8 0%,#00479b 48%,#003087 100%)}.page-hero:before{content:"";position:absolute;inset:auto -90px -160px auto;width:420px;height:420px;border-radius:50%;background:rgba(255,255,255,.08)}.page-hero>*{position:relative;z-index:1}.page-hero h1{max-width:980px;font-size:clamp(2.05rem,4.4vw,3.7rem);letter-spacing:-.035em}.page-hero p{font-size:clamp(1rem,1.6vw,1.14rem)}.hero-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:14px;max-width:900px;margin:26px auto 0}.hero-stat{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.25);border-radius:16px;padding:15px 16px;box-shadow:0 12px 30px rgba(0,0,0,.08)}.hero-stat-label{color:rgba(255,255,255,.82);font-size:.83rem;font-weight:750;text-transform:uppercase;letter-spacing:.04em}.hero-stat-value{color:#fff;font-size:1.55rem;font-weight:900;line-height:1.1;margin-top:5px}.hero-note{margin-top:18px!important;font-size:.95rem!important;color:rgba(255,255,255,.83)!important}.band4-layout{width:100%;max-width:1180px;margin:38px auto 0;padding:0 22px 30px;display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:28px;align-items:start}.band4-article{min-width:0}.section-anchor{background:#fff;border:1px solid #d9e5f2;border-radius:22px;box-shadow:0 14px 34px rgba(0,46,91,.08);padding:30px;margin:0 0 28px;scroll-margin-top:92px}.section-anchor h2{font-size:clamp(1.55rem,2.6vw,2.05rem);line-height:1.18;color:#0b2f62;margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid #dbe8f6;letter-spacing:-.02em}.section-anchor h2:before{content:"";display:inline-block;width:7px;height:28px;background:#005eb8;border-radius:9px;margin-right:10px;vertical-align:-5px}.section-anchor h3{font-size:1.25rem;line-height:1.25;color:#113b73;margin:28px 0 12px}.section-anchor h4{color:#0b2f62;margin:0 0 10px}.section-anchor p{color:#344357;margin:0 0 16px}.section-anchor a{font-weight:750;text-underline-offset:3px}.band4-figure{margin:26px 0 30px;background:#f8fbff;border:1px solid #d9e5f2;border-radius:22px;padding:14px;box-shadow:0 12px 28px rgba(0,46,91,.08)}.band4-figure img{border-radius:16px;width:100%;box-shadow:0 10px 24px rgba(0,48,135,.12)}.band4-figure figcaption{text-align:center;color:#5b6c82;font-size:.9rem;margin:12px 6px 2px}.sal-overview-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:20px 0 22px}.sal-card{background:linear-gradient(180deg,#ffffff,#f3f8ff);border:1px solid #d8e6f5;border-radius:16px;padding:18px 16px;text-align:center}.sal-card-label{font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;color:#56677e;font-weight:800}.sal-card-value{font-size:1.55rem;color:#005eb8;font-weight:900;margin-top:5px}.notice-info-box{background:#eef6ff;border:1px solid #c6ddf4;border-left:5px solid #005eb8;border-radius:16px;padding:16px 18px;margin:18px 0}.notice-info-box p{margin:0;color:#163b67}.table-wrapper{margin:18px 0 24px;border-radius:16px;box-shadow:0 6px 16px rgba(0,46,91,.04);border:1px solid #d7e4f1}.table-wrapper table{min-width:680px}.table-wrapper th{background:#005eb8;color:#fff;white-space:nowrap}.table-wrapper td{vertical-align:top}.table-wrapper tbody tr:nth-child(even) td{background:#f8fbff}.hcas-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:18px 0 22px}.hcas-card{border-radius:18px;padding:20px;border:1px solid #d9e5f2;background:#fff;box-shadow:0 10px 25px rgba(0,46,91,.07)}.hcas-card.inner{background:linear-gradient(180deg,#f1f8ff,#fff)}.hcas-card.outer{background:linear-gradient(180deg,#f4fbff,#fff)}.hcas-card.fringe{background:linear-gradient(180deg,#f7fbff,#fff)}.hcas-rate{font-size:2.1rem;line-height:1;color:#005eb8;font-weight:900;margin:8px 0}.hcas-min-max{font-size:.92rem!important;color:#44556b!important;margin:0!important}.quick-role-list{list-style:none;padding:0;margin:18px 0 24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.quick-role-list li{background:#f4f9ff;border:1px solid #d9e5f2;border-radius:12px;padding:12px 14px;color:#173b65;font-weight:700}.quick-role-list li:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#005eb8;color:#fff;font-size:.74rem;margin-right:8px}.tools-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.tool-card-link{display:block;text-decoration:none;background:#f8fbff;border:1px solid #d9e5f2;border-radius:16px;padding:18px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.tool-card-link:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,46,91,.08);border-color:#99c4ec}.tool-card-link h4{margin:0 0 8px;color:#005eb8}.tool-card-link p{margin:0;color:#526377;font-weight:500}.faq-list{list-style:none;padding:0;margin:18px 0 0;border:1px solid #d9e5f2;border-radius:16px;overflow:hidden}.faq-item+.faq-item{border-top:1px solid #d9e5f2}.faq-btn{width:100%;appearance:none;background:#fff;border:0;text-align:left;padding:17px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;font:inherit;font-weight:850;color:#102d57;cursor:pointer}.faq-btn:hover{background:#f4f9ff}.faq-toggle{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:#e8f2fb;color:#005eb8;border-radius:50%;font-weight:900;flex:0 0 auto}.faq-body{max-height:0;overflow:hidden;transition:max-height .2s ease;background:#f8fbff}.faq-item.open .faq-body{max-height:260px}.faq-body-inner{padding:0 18px 18px;color:#415267}.toc-mobile{display:none;margin:0 0 18px;border:1px solid #d9e5f2;border-radius:16px;background:#fff;box-shadow:0 10px 24px rgba(0,46,91,.06);overflow:hidden}.toc-mobile-btn{width:100%;border:0;background:#fff;padding:14px 16px;font:inherit;font-weight:850;color:#0b2f62;display:flex;align-items:center;justify-content:space-between}.toc-mobile-list{display:none;padding:0 16px 16px}.toc-mobile.open .toc-mobile-list{display:grid;grid-template-columns:1fr;gap:8px}.toc-mobile-list a{display:block;text-decoration:none;background:#f4f9ff;border:1px solid #d9e5f2;border-radius:10px;padding:10px 12px;font-weight:700}.band4-sidebar{position:sticky;top:92px;display:flex;flex-direction:column;gap:18px}.sidebar-card,.sidebar-cta{background:#fff;border:1px solid #d9e5f2;border-radius:18px;padding:20px;box-shadow:0 12px 28px rgba(0,46,91,.07)}.sidebar-card h3,.sidebar-cta h3{margin:0 0 14px;color:#0b2f62}.toc-list{list-style:none;margin:0;padding:0}.toc-list li{margin:8px 0}.toc-list a{display:block;text-decoration:none;background:#f6faff;border:1px solid #dce8f5;border-radius:10px;padding:9px 11px;font-weight:700;color:#315679}.toc-list a:hover{background:#e8f2fb;color:#005eb8}.sidebar-cta{background:linear-gradient(135deg,#005eb8,#003087);color:#fff}.sidebar-cta h3,.sidebar-cta p{color:#fff!important}.sidebar-cta a{display:block;text-align:center;background:#fff;color:#005eb8;text-decoration:none;border-radius:12px;padding:12px 14px;font-weight:900;margin-top:12px}.author-section{background:#eef6ff;border-top:1px solid #d9e5f2;padding:46px 22px;margin-top:18px}.author-wrap{max-width:1180px;margin:0 auto}.author-wrap h2{margin:0 0 20px;color:#0b2f62;font-size:1.75rem}.author-card-big{display:grid;grid-template-columns:160px minmax(0,1fr);gap:24px;align-items:center;background:#fff;border:1px solid #d9e5f2;border-radius:22px;box-shadow:0 14px 34px rgba(0,46,91,.08);padding:26px}.author-photo-wrap{text-align:center}.author-photo{width:112px;height:112px;border-radius:50%;object-fit:cover;margin:0 auto 10px;border:4px solid #e8f2fb}.author-verified{display:inline-flex;background:#e8f2fb;color:#005eb8;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:850}.author-content h3{margin:0;color:#102d57}.author-role{color:#005eb8!important;font-weight:850;margin:4px 0 12px!important}.author-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.author-tags span{background:#f1f8ff;border:1px solid #d9e5f2;border-radius:999px;padding:6px 10px;font-size:.82rem;font-weight:750;color:#315679}.author-bio{color:#405168}.author-links{display:flex;gap:10px;flex-wrap:wrap}.author-links a{display:inline-flex;background:#005eb8;color:#fff;text-decoration:none;border-radius:12px;padding:10px 13px;font-weight:850}.author-links a:nth-child(2){background:#fff;color:#005eb8;border:1px solid #005eb8}.site-footer{margin-top:0!important;background:linear-gradient(180deg,#102033 0%,#071a2f 100%)!important;color:#e8f0f8!important}.site-footer .footer-inner{padding:46px 22px 24px!important}.site-footer .footer-grid{grid-template-columns:minmax(250px,1.65fr) repeat(4,minmax(145px,1fr))!important;gap:30px!important}.site-footer .footer-brand{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:18px}.site-footer .footer-brand .logo-area{display:flex!important;align-items:center!important;gap:12px!important;text-decoration:none!important}.site-footer .footer-col h4{font-size:.95rem!important;text-transform:uppercase;letter-spacing:.05em;margin-bottom:14px!important}.site-footer .footer-col a{display:inline-block;padding:2px 0;line-height:1.45!important}.site-footer .footer-bottom{margin-top:30px!important;padding-top:18px!important;border-top:1px solid rgba(255,255,255,.14)!important}.site-footer .footer-socials{margin-top:12px}.site-footer .social-link{transition:background .15s ease,transform .15s ease}.site-footer .social-link:hover{transform:translateY(-1px)}@media(max-width:1100px){.site-header .main-nav{gap:3px}.site-header .main-nav a,.site-header .main-nav .nav-dropbtn{font-size:.86rem!important;padding:8px 9px!important}.band4-layout{grid-template-columns:minmax(0,1fr) 280px;gap:22px}}@media(max-width:980px){.band4-layout{grid-template-columns:1fr;max-width:900px}.band4-sidebar{display:none}.toc-mobile{display:block}.hero-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.site-footer .footer-brand{grid-column:1 / -1}.site-header .nav-toggle{display:block}.site-header .main-nav{display:none;position:absolute;top:68px;left:16px;right:16px;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:12px;flex-direction:column;align-items:stretch;z-index:999}.site-header .main-nav.open{display:flex}.site-header .main-nav a{padding:12px 14px!important}.site-header .main-nav .nav-dropdown{display:block!important;width:100%!important}.site-header .main-nav .nav-dropbtn{width:100%!important;justify-content:space-between!important;padding:12px 14px!important}.site-header .main-nav .nav-dropdown-menu{position:static!important;display:block!important;min-width:0!important;width:100%!important;margin:0 0 4px!important;border:0!important;box-shadow:none!important;background:transparent!important;padding:0 0 0 12px!important}.site-header .main-nav .nav-dropdown-menu a{white-space:normal!important}}@media(max-width:720px){.page-hero{padding:42px 16px 38px}.page-hero h1{font-size:clamp(1.7rem,9vw,2.25rem)}.hero-stat-grid{gap:10px}.hero-stat{padding:13px 10px}.hero-stat-value{font-size:1.25rem}.band4-layout{padding:0 16px 24px;margin-top:24px}.section-anchor{padding:22px 16px;border-radius:18px}.section-anchor h2:before{height:22px}.sal-overview-cards,.hcas-grid,.tools-grid,.quick-role-list{grid-template-columns:1fr}.table-wrapper{margin-left:-2px;margin-right:-2px}.band4-figure{padding:8px;border-radius:16px}.band4-figure img{border-radius:12px}.author-section{padding:34px 16px}.author-card-big{grid-template-columns:1fr;text-align:left;padding:22px}.author-photo-wrap{text-align:left}.author-photo{margin-left:0}.site-footer .footer-grid{grid-template-columns:1fr!important}.site-footer .footer-brand{grid-column:auto}.site-footer .footer-inner{padding:36px 16px 22px!important}.site-footer .footer-bottom{align-items:flex-start!important;flex-direction:column!important}}.site-footer.footer-redesign{margin-top:56px!important;background:linear-gradient(180deg,#071a2f 0%,#061428 100%)!important;color:#e8f2fb!important;border-top:0!important;overflow:hidden}.footer-redesign .footer-top-accent{height:5px;background:linear-gradient(90deg,#005eb8,#41b6e6,#005eb8)}.footer-redesign .footer-redesign-inner{max-width:1180px;margin:0 auto;padding:42px 22px 22px!important}.footer-redesign .footer-main-card{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,2.1fr);gap:28px;align-items:start;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.11);border-radius:24px;padding:28px;box-shadow:0 18px 45px rgba(0,0,0,.18)}.footer-redesign .footer-brand-block{min-width:0}.footer-redesign .footer-logo{display:flex;align-items:center;gap:13px;text-decoration:none;color:#fff!important;margin:0 0 16px}.footer-redesign .footer-nhs-box{background:#005eb8;color:#fff;font-weight:900;font-size:1.05rem;line-height:1;border-radius:8px;padding:10px 13px;letter-spacing:.03em;box-shadow:0 8px 18px rgba(0,94,184,.25)}.footer-redesign .footer-logo-text{font-size:1.12rem;font-weight:900;line-height:1.15;color:#fff!important}.footer-redesign .footer-logo-text small{display:block;margin-top:4px;color:#b8d6ef!important;font-size:.78rem;font-weight:700}.footer-redesign .footer-brand-block p{margin:0 0 16px;color:#c7d8e8!important;line-height:1.65;font-size:.95rem}.footer-redesign .footer-trust-row{display:flex;flex-wrap:wrap;gap:8px}.footer-redesign .footer-trust-row span{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);color:#e8f2fb;border-radius:999px;padding:7px 10px;font-size:.78rem;font-weight:800}.footer-redesign .footer-links-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.footer-redesign .footer-col{min-width:0}.footer-redesign .footer-col h4{margin:0 0 12px!important;color:#fff!important;font-size:.88rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.footer-redesign .footer-col ul{list-style:none;padding:0;margin:0;display:grid;gap:6px}.footer-redesign .footer-col li{margin:0!important}.footer-redesign .footer-col a{display:block;color:#bfd0df!important;text-decoration:none!important;padding:5px 0;line-height:1.35;font-size:.92rem;border-radius:8px;transition:color .15s ease,transform .15s ease}.footer-redesign .footer-col a:hover{color:#fff!important;transform:translateX(2px)}.footer-redesign .footer-redesign-bottom{border-top:1px solid rgba(255,255,255,.12)!important;margin-top:22px!important;padding-top:18px!important;display:flex!important;justify-content:space-between!important;align-items:center!important;gap:18px!important;flex-wrap:wrap!important;color:#aec3d5!important;font-size:.84rem}.footer-redesign .footer-redesign-bottom p{margin:0;color:#aec3d5!important}.footer-redesign .footer-redesign-bottom a{color:#dff0ff!important;text-decoration:none!important;font-weight:800}.footer-redesign .footer-redesign-bottom a:hover{text-decoration:underline!important}@media(max-width:1000px){.footer-redesign .footer-main-card{grid-template-columns:1fr}.footer-redesign .footer-links-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.footer-redesign .footer-redesign-inner{padding:34px 16px 20px!important}.footer-redesign .footer-main-card{padding:22px 18px;border-radius:20px}.footer-redesign .footer-links-grid{grid-template-columns:1fr;gap:20px}.footer-redesign .footer-logo{align-items:flex-start}.footer-redesign .footer-redesign-bottom{display:block!important}.footer-redesign .footer-redesign-bottom p+p{margin-top:10px}.footer-redesign .footer-col a{padding:7px 0}}body.band-6-page .page-hero{padding:70px 22px 64px;background:radial-gradient(circle at 18% 10%,rgba(65,182,230,.22),transparent 32%),linear-gradient(135deg,#003087 0%,#005eb8 55%,#003087 100%)}body.band-6-page .page-hero h1{max-width:980px;font-weight:950;letter-spacing:-.045em}body.band-6-page .hero-stat-grid{max-width:980px;margin:28px auto 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}body.band-6-page .hero-stat{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.24);border-radius:18px;padding:18px 16px;box-shadow:0 12px 28px rgba(0,0,0,.12)}body.band-6-page .hero-stat-label{color:rgba(255,255,255,.82);font-weight:800;text-transform:uppercase;letter-spacing:.05em;font-size:.78rem}body.band-6-page .hero-stat-value{font-size:1.55rem;color:#fff;font-weight:950;margin-top:4px}.band4-layout{max-width:1180px;margin:36px auto 0;padding:0 22px 42px;display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:28px;align-items:start}.band4-article{display:grid;gap:24px}.section-anchor{background:#fff;border:1px solid #d9e5f2;border-radius:24px;padding:30px;box-shadow:0 12px 30px rgba(0,46,91,.06);scroll-margin-top:95px}.section-anchor h2{margin:0 0 14px;color:#102d57;font-size:clamp(1.45rem,3vw,2rem);line-height:1.18}.section-anchor h3{color:#0b2f62}.section-anchor p{color:#43566d;line-height:1.75}.nation-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:20px 0}.nation-card{border:1px solid #d9e5f2;background:linear-gradient(180deg,#fff,#f6faff);border-radius:18px;padding:18px;box-shadow:0 8px 20px rgba(0,46,91,.05)}.nation-card.featured{border-color:#94c6ee;background:linear-gradient(180deg,#eef7ff,#fff)}.nation-card h4{margin:0 0 8px;color:#102d57}.nation-salary{font-weight:950;color:#005eb8;font-size:1.18rem}.nation-card p{font-size:.91rem;margin:8px 0 0!important;line-height:1.55}.bottom-line{margin-top:0;background:linear-gradient(135deg,#005eb8,#003087);color:#fff;border-radius:24px;padding:28px;box-shadow:0 18px 40px rgba(0,46,91,.18)}.bottom-line h2,.bottom-line p{color:#fff!important}.bottom-line a{display:inline-flex;background:#fff!important;color:#005eb8!important;text-decoration:none;border-radius:12px;padding:12px 16px;font-weight:900;margin-top:8px}@media(max-width:980px){.band4-layout{grid-template-columns:1fr;max-width:900px}.nation-cards{grid-template-columns:repeat(2,minmax(0,1fr))}body.band-6-page .hero-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.band4-layout{padding:0 16px 32px;margin-top:24px}.section-anchor{padding:22px 16px;border-radius:20px}.nation-cards{grid-template-columns:1fr}body.band-6-page .hero-stat-grid{grid-template-columns:1fr}}body{background:#f4f8fc;color:#1a2a3a}.site-header{box-shadow:0 2px 16px rgba(0,46,91,.05);z-index:1000}.site-header .header-inner{min-height:64px}.site-header .logo-box{border-radius:6px;padding:8px 11px;font-weight:900}.site-header .main-nav a,.site-header .main-nav .nav-dropbtn{font-size:.9rem;font-weight:800}.site-header .main-nav .nav-dropdown-menu{box-shadow:0 18px 44px rgba(0,46,91,.16)}body.band-6-page .breadcrumb{background:#eef6ff;border-bottom:1px solid #d9e8f6}body.band-6-page .page-hero{position:relative;overflow:hidden;padding:66px 22px 74px;background:radial-gradient(circle at 86% 60%,rgba(255,255,255,.14) 0 120px,transparent 121px),radial-gradient(circle at 15% 8%,rgba(65,182,230,.24),transparent 34%),linear-gradient(135deg,#003087 0%,#005eb8 56%,#003a8c 100%)}body.band-6-page .page-hero h1{font-size:clamp(2.1rem,4.7vw,3.45rem);line-height:1.04;max-width:900px;text-wrap:balance}body.band-6-page .page-hero p{font-size:1.05rem;max-width:780px}.hero-note{margin-top:16px!important;font-size:.86rem!important;color:rgba(255,255,255,.78)!important}.hero-stat-grid{border-radius:22px;padding:8px;background:rgba(255,255,255,.08);backdrop-filter:blur(4px)}body.band-6-page .hero-stat{background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.10));border-radius:16px}.hero-stat-value{letter-spacing:-.02em}body.band-6-page .band4-layout{max-width:1080px;margin:-38px auto 0;padding:0 22px 52px;display:block;position:relative;z-index:2}body.band-6-page .band4-article{display:grid;gap:28px}body.band-6-page .band4-sidebar{display:none!important}body.band-6-page .toc-mobile{display:block!important;background:#fff;border:1px solid #d7e6f3;border-radius:22px;box-shadow:0 14px 34px rgba(0,46,91,.08);padding:14px;margin-bottom:2px}body.band-6-page .toc-mobile-btn{display:none}body.band-6-page .toc-mobile-list{display:flex!important;flex-wrap:wrap;gap:8px;max-height:none!important}body.band-6-page .toc-mobile-list a{display:inline-flex;align-items:center;padding:9px 12px;border-radius:999px;background:#f2f8fe;border:1px solid #dcebf8;color:#17466f;text-decoration:none;font-weight:800;font-size:.87rem}body.band-6-page .toc-mobile-list a:hover{background:#005eb8;color:#fff;border-color:#005eb8}body.band-6-page .section-anchor{position:relative;background:#fff;border:1px solid #d9e6f2;border-radius:28px;padding:34px 36px;box-shadow:0 16px 42px rgba(0,46,91,.075);overflow:hidden}body.band-6-page .section-anchor:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#005eb8,#41b6e6)}body.band-6-page .section-anchor h2{display:flex;gap:10px;align-items:flex-start;margin-bottom:16px;font-weight:950;letter-spacing:-.025em}body.band-6-page .section-anchor h2:before{content:"";display:inline-block;width:5px;min-width:5px;height:30px;margin-top:2px;border-radius:999px;background:#005eb8}body.band-6-page .section-anchor h3{margin-top:26px;margin-bottom:10px;font-size:1.18rem}body.band-6-page .section-anchor p{font-size:1rem;color:#3d536a}.band4-figure{margin:26px 0 24px;padding:10px;border-radius:24px;background:linear-gradient(180deg,#f6fbff,#fff);border:1px solid #d7e8f7;box-shadow:0 14px 36px rgba(0,46,91,.08)}.band4-figure img{border-radius:18px;width:100%;height:auto}.band4-figure figcaption{text-align:center;color:#60768b;font-size:.82rem;margin-top:10px}.sal-overview-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:20px 0}.sal-card{background:linear-gradient(180deg,#f7fbff,#fff);border:1px solid #d9e8f6;border-radius:18px;padding:18px;text-align:center}.sal-card-label{text-transform:uppercase;letter-spacing:.05em;color:#5b6e82;font-weight:900;font-size:.76rem}.sal-card-value{font-size:1.55rem;font-weight:950;color:#005eb8;margin-top:6px}.notice-info-box{background:#eef7ff;border:1px solid #cfe4f8;border-left:5px solid #005eb8;border-radius:16px;padding:14px 16px;margin:16px 0}.notice-info-box p{margin:0!important}.table-wrapper{border-radius:16px;box-shadow:0 8px 20px rgba(0,46,91,.04)}th{background:linear-gradient(135deg,#005eb8,#004b95);white-space:nowrap}td,th{font-size:.94rem}.nation-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.nation-card{padding:20px;border-radius:20px}.quick-role-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;list-style:none;padding:0!important;margin:18px 0 0}.quick-role-list li{background:#f6fbff;border:1px solid #dbeaf7;border-radius:14px;padding:12px 14px;color:#163655;font-weight:800}.tools-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tool-card-link{display:block;background:#f7fbff;border:1px solid #dbeaf7;border-radius:18px;padding:18px;text-decoration:none;color:#17324d}.tool-card-link:hover{border-color:#92c7ef;background:#eef7ff}.tool-card-link h4{margin:0 0 6px;color:#005eb8}.tool-card-link p{margin:0!important;font-size:.93rem!important}.bottom-line{margin:4px 0 0!important;border-radius:28px!important;padding:34px 36px!important}.author-section{background:#f4f8fc;padding:42px 22px 0}.author-wrap{max-width:1080px;margin:0 auto}.author-card-big{background:#fff;border:1px solid #d9e6f2;border-radius:26px;box-shadow:0 14px 36px rgba(0,46,91,.07);padding:28px;display:grid;grid-template-columns:150px 1fr;gap:24px}.author-photo{border-radius:50%}.author-verified{display:inline-block;margin-top:9px;background:#e8f6ef;color:#007f3b;border-radius:999px;padding:6px 9px;font-weight:900;font-size:.75rem}.author-tags{display:flex;flex-wrap:wrap;gap:8px}.author-tags span{background:#eef7ff;color:#005eb8;border-radius:999px;padding:7px 10px;font-weight:850;font-size:.8rem}.author-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.author-links a{font-weight:900;text-decoration:none}.site-footer.footer-pro{margin-top:64px!important;background:linear-gradient(180deg,#061f3a 0%,#07172a 100%)!important;color:#eaf4ff!important}.footer-pro .footer-top-accent{height:6px;background:linear-gradient(90deg,#41b6e6,#005eb8,#003087,#41b6e6)}.footer-pro .footer-redesign-inner{max-width:1180px;margin:0 auto;padding:42px 22px 24px!important}.footer-pro .footer-pro-head{display:grid;grid-template-columns:1.05fr 1.3fr auto;gap:22px;align-items:center;margin-bottom:22px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.13);border-radius:24px;padding:24px}.footer-pro .footer-logo{display:flex;align-items:center;gap:14px;text-decoration:none}.footer-pro .footer-nhs-box{background:#005eb8;color:#fff;border-radius:9px;padding:12px 15px;font-size:1.25rem;font-weight:950;line-height:1}.footer-pro .footer-logo-text{color:#fff!important;font-weight:950;font-size:1.15rem;line-height:1.18}.footer-pro .footer-logo-text small{display:block;color:#bcd8ef;font-size:.8rem;margin-top:4px}.footer-pro .footer-pro-head p{margin:0;color:#d5e5f3!important;line-height:1.6}.footer-pro .footer-trust-row{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.footer-pro .footer-trust-row span{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#eef7ff;padding:7px 10px;font-size:.78rem;font-weight:900}.footer-pro .footer-pro-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}.footer-pro .footer-col{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.11);border-radius:20px;padding:20px!important}.footer-pro .footer-col h4{font-size:.88rem!important;letter-spacing:.08em;text-transform:uppercase;color:#fff!important;margin:0 0 12px!important}.footer-pro .footer-col ul{list-style:none;padding:0;margin:0;display:grid;gap:7px}.footer-pro .footer-col a{display:block;color:#caddf0!important;text-decoration:none!important;line-height:1.35;padding:5px 0;font-weight:700}.footer-pro .footer-col a:hover{color:#fff!important}.footer-pro .footer-pro-bottom{border-top:1px solid rgba(255,255,255,.13);margin-top:24px;padding-top:18px;display:flex!important;justify-content:space-between;gap:18px;flex-wrap:wrap;color:#b9cede;font-size:.84rem}.footer-pro .footer-pro-bottom p{margin:0;color:#b9cede!important}.footer-pro .footer-pro-bottom a{color:#fff!important;font-weight:900;text-decoration:none}.footer-pro .footer-pro-bottom a:hover{text-decoration:underline!important}body.sitemap-page .site-footer{margin-top:0!important}.sitemap-v2-hero{padding-top:78px!important}.sitemap-v2-content{padding-bottom:84px!important}.sitemap-v2-card{transition:transform .15s ease,box-shadow .15s ease}.sitemap-v2-card:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(0,46,91,.11)}.sitemap-v2-list a{min-height:58px}.sitemap-count{box-shadow:0 6px 14px rgba(0,46,91,.05)}@media(max-width:1000px){body.band-6-page .band4-layout{max-width:900px}.sal-overview-cards,.nation-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-pro .footer-pro-head{grid-template-columns:1fr}.footer-pro .footer-trust-row{justify-content:flex-start}.footer-pro .footer-pro-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:700px){body.band-6-page .page-hero{padding:46px 16px 58px}body.band-6-page .band4-layout{margin:-28px auto 0;padding:0 16px 36px}.hero-stat-grid,.sal-overview-cards,.nation-cards,.tools-grid,.quick-role-list{grid-template-columns:1fr!important}.toc-mobile-list{display:grid!important;grid-template-columns:1fr 1fr;gap:8px}.toc-mobile-list a{justify-content:center;text-align:center;font-size:.82rem}.section-anchor{padding:24px 18px!important;border-radius:22px!important}.section-anchor h2{font-size:1.42rem!important}.author-card-big{grid-template-columns:1fr;text-align:left}.footer-pro .footer-redesign-inner{padding:34px 16px 22px!important}.footer-pro .footer-pro-head{padding:20px;border-radius:20px}.footer-pro .footer-pro-grid{grid-template-columns:1fr!important}.footer-pro .footer-pro-bottom{display:block!important}.footer-pro .footer-pro-bottom p+p{margin-top:10px}.sitemap-v2-list{grid-template-columns:1fr!important}}:root{--app-font-sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--footer-bg:#061f3a;--footer-bg-2:#082a4d;--footer-line:rgba(255,255,255,.13)}html,body,button,input,select,textarea{font-family:var(--app-font-sans)!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{letter-spacing:-.005em}h1,h2,h3,h4,h5,h6,.logo-text,.footer-logo-text{letter-spacing:-.025em}p,li,td,th{font-feature-settings:"cv02","cv03","cv04","kern"}.site-footer.footer-modern{background:linear-gradient(180deg,var(--footer-bg-2),var(--footer-bg));color:#dcecff;margin-top:46px;border-top:1px solid rgba(255,255,255,.08)}.site-footer.footer-modern .footer-accent{height:4px;background:linear-gradient(90deg,#00a3e0,#005eb8,#003087)}.footer-modern-inner{max-width:1180px;margin:0 auto;padding:44px 22px 24px}.footer-brand-panel{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:24px;align-items:start;margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid var(--footer-line)}.footer-logo{display:inline-flex;align-items:center;gap:12px;color:#fff;text-decoration:none}.footer-logo:hover{color:#fff}.footer-nhs-box{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#005eb8;border-radius:8px;padding:8px 10px;font-weight:900;letter-spacing:.02em;line-height:1;box-shadow:0 8px 20px rgba(0,0,0,.18)}.footer-logo-text{display:flex;flex-direction:column;color:#fff;font-weight:850;font-size:1rem;line-height:1.15}.footer-logo-text small{display:block;margin-top:3px;color:#a9c9e8;font-weight:600;font-size:.75rem;letter-spacing:0}.footer-brand-panel p{grid-column:1/2;margin:10px 0 0;color:#b9d2ea;max-width:680px;font-size:.95rem;line-height:1.65}.footer-contact-row{grid-column:2/3;grid-row:1/3;display:flex;align-items:flex-end;justify-content:flex-start;flex-direction:column;gap:12px;min-width:250px}.footer-email{display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff;text-decoration:none;border-radius:999px;padding:10px 14px;font-weight:750;font-size:.9rem}.footer-email:hover{background:rgba(255,255,255,.14);color:#fff}.footer-socials{display:flex;gap:10px;align-items:center}.social-link{width:38px;height:38px;border-radius:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);display:inline-flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:transform .2s ease,background .2s ease,border-color .2s ease}.social-link:hover{transform:translateY(-2px);background:#005eb8;border-color:#58a8e8;color:#fff}.footer-trust-row{grid-column:1/-1;display:flex;gap:10px;flex-wrap:wrap;margin-top:6px}.footer-trust-row span{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#d8ebff;border-radius:999px;padding:7px 10px;font-size:.78rem;font-weight:750}.footer-modern-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;margin-top:10px}.footer-modern .footer-col{min-width:0}.footer-modern .footer-col h4{color:#fff;margin:0 0 12px;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;font-weight:850}.footer-modern .footer-col ul{list-style:none;padding:0;margin:0;display:grid;gap:7px}.footer-modern .footer-col li{margin:0}.footer-modern .footer-col a{display:inline-flex;color:#b8d2ec;text-decoration:none;font-size:.9rem;line-height:1.45}.footer-modern .footer-col a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}.footer-modern-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:30px;padding-top:18px;border-top:1px solid var(--footer-line);font-size:.82rem;color:#a7c3dc}.footer-modern-bottom p{margin:0}.footer-modern-bottom a{color:#dbeeff;text-decoration:none}.footer-modern-bottom a:hover{text-decoration:underline;text-underline-offset:3px}@media(max-width:900px){.footer-brand-panel{grid-template-columns:1fr}.footer-contact-row{grid-column:1;grid-row:auto;align-items:flex-start;min-width:0}.footer-modern-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.footer-modern-inner{padding:34px 16px 20px}.footer-modern-grid{grid-template-columns:1fr;gap:20px}.footer-modern-bottom{align-items:flex-start;flex-direction:column}.footer-email{max-width:100%;font-size:.84rem}.footer-brand-panel{gap:16px}}@media (max-width:900px){html,body{max-width:100%;overflow-x:hidden}.site-header{z-index:9999 !important}.site-header .header-inner{position:relative !important;min-height:60px}.site-header .nav-toggle{display:inline-flex !important;flex-direction:column !important;justify-content:center !important;align-items:center !important;gap:0 !important;width:44px !important;height:40px !important;padding:0 !important;border:1px solid var(--border,#d9e2ec) !important;border-radius:10px !important;background:#ffffff !important;cursor:pointer !important;z-index:10001 !important;flex:0 0 44px !important}.site-header .nav-toggle span{display:block !important;width:22px !important;height:2px !important;margin:3px 0 !important;background:var(--nhs-blue,#005eb8) !important;border-radius:999px !important}.site-header .main-nav{display:none !important;position:absolute !important;top:calc(100% + 10px) !important;left:16px !important;right:16px !important;width:auto !important;max-height:calc(100vh - 90px) !important;overflow-y:auto !important;background:#ffffff !important;border:1px solid var(--border,#d9e2ec) !important;border-radius:16px !important;box-shadow:0 18px 42px rgba(0,46,91,.18) !important;padding:12px !important;flex-direction:column !important;align-items:stretch !important;gap:4px !important;z-index:10000 !important}.site-header .main-nav.open,body.nav-open .site-header .main-nav{display:flex !important}.site-header .main-nav>a,.site-header .main-nav .nav-dropbtn{width:100% !important;display:flex !important;justify-content:space-between !important;align-items:center !important;padding:12px 14px !important;border-radius:10px !important;line-height:1.35 !important;text-align:left !important}.site-header .main-nav .nav-dropdown{display:block !important;width:100% !important}.site-header .main-nav .nav-dropdown-menu{position:static !important;display:block !important;min-width:0 !important;width:100% !important;margin:0 0 6px !important;padding:0 0 0 12px !important;border:0 !important;box-shadow:none !important;background:transparent !important}.site-header .main-nav .nav-dropdown-menu a{white-space:normal !important;padding:10px 12px !important;display:block !important}.band2-layout,.band3-layout,.band4-layout,.band5-layout,.band6-layout,.content-layout,.article-layout,.main-layout,.page-layout,div[style*="grid-template-columns:1fr 280px"],div[style*="grid-template-columns:1fr 280px"],div[style*="grid-template-columns:1fr 300px"],div[style*="grid-template-columns:1fr 300px"],div[style*="grid-template-columns:1fr 340px"],div[style*="grid-template-columns:1fr 340px"],div[style*="grid-template-columns:1fr 360px"],div[style*="grid-template-columns:1fr 360px"]{grid-template-columns:1fr !important;max-width:100% !important}.band2-sidebar,.band3-sidebar,.band4-sidebar,.band5-sidebar,.band6-sidebar,.sticky-sidebar,.desktop-sidebar{display:none !important}}@media (max-width:640px){body{font-size:16px !important}.page-hero,.band-hero{padding:34px 16px !important}.page-hero h1,.band-hero h1{font-size:clamp(1.75rem,8vw,2.25rem) !important;line-height:1.12 !important}.container{padding-left:14px !important;padding-right:14px !important}.content-section,.page-card,.article-card,.band-card,.calc-form-card,.info-card,.band3-article,.band4-article,.band5-article,.band6-article{padding-left:18px !important;padding-right:18px !important;border-radius:16px !important;max-width:100% !important}.hero-stat-grid,.salary-overview-cards,.sal-overview-cards,.overview-cards,.deduction-cards,.unsocial-grid,.hcas-grid,.nation-cards,.tools-grid,.parttime-cards,.role-cards,.benefit-cards,.pay-card-grid,.quick-card-grid,.info-grid,.related-grid{grid-template-columns:1fr !important;gap:12px !important}.hero-stat,.salary-card,.sal-card,.overview-card,.deduction-card,.unsocial-card,.hcas-card,.nation-card,.tool-card,.role-card,.benefit-card{min-width:0 !important;width:100% !important}img,picture,figure{max-width:100% !important;height:auto !important}.article-image,.feature-image,.band-image,.hero-image{width:100% !important;max-width:100% !important;overflow:hidden !important}.table-wrapper{width:100% !important;max-width:100% !important;overflow-x:auto !important;-webkit-overflow-scrolling:touch !important}.table-wrapper table{min-width:560px !important;width:100% !important}.table-wrapper th,.table-wrapper td{white-space:nowrap !important;padding:11px 12px !important}.breakdown-item{align-items:flex-start !important}.breakdown-item .bi-label{min-width:0 !important}.breakdown-item .bi-value{text-align:right !important;white-space:nowrap !important}}@media (max-width:980px){.site-header{position:sticky !important;top:0 !important;z-index:99999 !important}.site-header .header-inner{position:relative !important;min-height:62px !important}.site-header .nav-toggle{display:inline-flex !important;position:relative !important;z-index:100001 !important;pointer-events:auto !important}.site-header .main-nav{display:none !important;position:absolute !important;top:calc(100% + 8px) !important;left:14px !important;right:14px !important;width:auto !important;max-height:calc(100vh - 84px) !important;overflow-y:auto !important;background:#ffffff !important;border:1px solid #d9e5f2 !important;border-radius:16px !important;box-shadow:0 20px 48px rgba(0,46,91,.22) !important;padding:12px !important;flex-direction:column !important;align-items:stretch !important;gap:5px !important;z-index:100000 !important}.site-header .main-nav.open,body.nav-open .site-header .main-nav,html.nav-open .site-header .main-nav{display:flex !important}.site-header .main-nav>a,.site-header .main-nav .nav-dropbtn{width:100% !important;min-height:44px !important;display:flex !important;justify-content:space-between !important;align-items:center !important;padding:12px 14px !important;border-radius:11px !important;font-size:.95rem !important;line-height:1.35 !important;text-align:left !important}.site-header .main-nav .nav-dropdown{display:block !important;width:100% !important}.site-header .main-nav .nav-dropdown-menu{position:static !important;display:block !important;min-width:0 !important;width:100% !important;margin:0 0 6px !important;padding:0 0 0 12px !important;border:0 !important;box-shadow:none !important;background:transparent !important}.site-header .main-nav .nav-dropdown-menu a{display:block !important;white-space:normal !important;padding:10px 12px !important;font-size:.92rem !important}body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .container,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .band2-layout,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .band3-layout,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .band4-layout,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .band5-layout,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .band6-layout{width:100% !important;max-width:100% !important;grid-template-columns:1fr !important}body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .band2-layout,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .band3-layout,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .band4-layout,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .band5-layout,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .band6-layout{display:block !important;padding-left:16px !important;padding-right:16px !important}body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .band2-sidebar,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .band3-sidebar,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .band4-sidebar,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .band5-sidebar,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .band6-sidebar,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .desktop-sidebar,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .sticky-sidebar{display:none !important}}@media (max-width:640px){body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .page-hero,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .band-hero{padding:32px 16px !important}body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .page-hero h1,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .band-hero h1{font-size:clamp(1.65rem,8vw,2.15rem) !important;line-height:1.12 !important}body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .hero-stat-grid,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .salary-overview-cards,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .sal-overview-cards,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .overview-cards,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .deduction-cards,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .unsocial-grid,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .hcas-grid,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .nation-cards,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .tools-grid,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .role-cards,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .benefit-cards,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .quick-card-grid,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .info-grid,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .related-grid{grid-template-columns:1fr !important;gap:12px !important}body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .content-section,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .article-card,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .page-card,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .calc-form-card{padding:20px 16px !important;border-radius:16px !important;max-width:100% !important;overflow:hidden !important}body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) img,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) figure,body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) picture{max-width:100% !important;height:auto !important}body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .table-wrapper{width:100% !important;max-width:100% !important;overflow-x:auto !important;-webkit-overflow-scrolling:touch !important}body:is(.band-2-page,.band-3-page,.band-4-page,.band-5-page,.band-6-page) .table-wrapper table{min-width:560px !important;width:100% !important}}@media (max-width:768px){html,body{width:100% !important;max-width:100% !important;overflow-x:hidden !important}body.band-3-page,body.band-4-page,body.band-5-page{background:#f4f8fc !important}body.band-3-page .page-hero,body.band-4-page .page-hero,body.band-5-page .page-hero{padding:34px 16px 38px !important;text-align:center !important}body.band-3-page .page-hero h1,body.band-4-page .page-hero h1,body.band-5-page .page-hero h1{font-size:clamp(1.65rem,8vw,2.15rem) !important;line-height:1.12 !important;max-width:100% !important;margin-left:auto !important;margin-right:auto !important;overflow-wrap:anywhere !important}body.band-3-page .page-hero p,body.band-4-page .page-hero p,body.band-5-page .page-hero p,body.band-3-page .hero-note,body.band-4-page .hero-note,body.band-5-page .hero-note{font-size:.94rem !important;line-height:1.55 !important;max-width:100% !important}body.band-3-page .hero-stat-grid,body.band-4-page .hero-stat-grid,body.band-5-page .hero-stat-grid{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;width:100% !important;max-width:100% !important;margin:22px auto 0 !important}body.band-3-page .hero-stat,body.band-4-page .hero-stat,body.band-5-page .hero-stat{min-width:0 !important;width:100% !important;padding:13px 9px !important;border-radius:14px !important}body.band-3-page .hero-stat-label,body.band-4-page .hero-stat-label,body.band-5-page .hero-stat-label{font-size:.68rem !important;line-height:1.2 !important;letter-spacing:.03em !important;overflow-wrap:anywhere !important}body.band-3-page .hero-stat-value,body.band-4-page .hero-stat-value,body.band-5-page .hero-stat-value{font-size:clamp(1rem,5.1vw,1.32rem) !important;line-height:1.12 !important;overflow-wrap:anywhere !important;word-break:normal !important}body.band-3-page .band3-layout,body.band-4-page .band4-layout,body.band-5-page .band4-layout,body.band-5-page .band5-layout{display:block !important;width:100% !important;max-width:100% !important;margin:0 !important;padding:24px 14px 44px !important;box-sizing:border-box !important;overflow:hidden !important}body.band-3-page .band3-article,body.band-4-page .band4-article,body.band-5-page .band4-article,body.band-5-page .band5-article{width:100% !important;max-width:100% !important;min-width:0 !important;margin:0 !important;overflow:hidden !important}body.band-3-page .band3-sidebar,body.band-4-page .band4-sidebar,body.band-5-page .band4-sidebar,body.band-5-page .band5-sidebar,body.band-3-page .desktop-sidebar,body.band-4-page .desktop-sidebar,body.band-5-page .desktop-sidebar,body.band-3-page .sticky-sidebar,body.band-4-page .sticky-sidebar,body.band-5-page .sticky-sidebar{display:none !important}body.band-3-page .toc-mobile,body.band-4-page .toc-mobile,body.band-5-page .toc-mobile{display:block !important;width:100% !important;margin:0 0 18px !important;border-radius:16px !important;overflow:hidden !important}body.band-3-page .toc-mobile-list,body.band-4-page .toc-mobile-list,body.band-5-page .toc-mobile-list{max-width:100% !important}body.band-3-page .section-anchor,body.band-4-page .section-anchor,body.band-5-page .section-anchor{width:100% !important;max-width:100% !important;min-width:0 !important;margin:0 0 22px !important;padding:22px 16px !important;border-radius:18px !important;box-sizing:border-box !important;overflow:hidden !important;background:#ffffff !important}body.band-3-page .section-anchor h2,body.band-4-page .section-anchor h2,body.band-5-page .section-anchor h2{font-size:clamp(1.28rem,6vw,1.48rem) !important;line-height:1.24 !important;margin:0 0 12px !important;padding-top:0 !important;overflow-wrap:anywhere !important}body.band-3-page .section-anchor h3,body.band-4-page .section-anchor h3,body.band-5-page .section-anchor h3{font-size:1.05rem !important;line-height:1.3 !important;overflow-wrap:anywhere !important}body.band-3-page .section-anchor p,body.band-4-page .section-anchor p,body.band-5-page .section-anchor p,body.band-3-page .section-anchor li,body.band-4-page .section-anchor li,body.band-5-page .section-anchor li{font-size:.96rem !important;line-height:1.68 !important;overflow-wrap:anywhere !important}body.band-3-page .sal-overview-cards,body.band-4-page .sal-overview-cards,body.band-5-page .sal-overview-cards,body.band-3-page .deduction-cards,body.band-4-page .deduction-cards,body.band-5-page .deduction-cards,body.band-3-page .unsocial-grid,body.band-4-page .unsocial-grid,body.band-5-page .unsocial-grid,body.band-3-page .hcas-grid,body.band-4-page .hcas-grid,body.band-5-page .hcas-grid,body.band-3-page .nation-cards,body.band-4-page .nation-cards,body.band-5-page .nation-cards,body.band-3-page .tools-grid,body.band-4-page .tools-grid,body.band-5-page .tools-grid,body.band-3-page .parttime-cards,body.band-4-page .parttime-cards,body.band-5-page .parttime-cards,body.band-3-page .role-cards,body.band-4-page .role-cards,body.band-5-page .role-cards{display:grid !important;grid-template-columns:1fr !important;gap:12px !important;width:100% !important;max-width:100% !important;min-width:0 !important}body.band-3-page .sal-card,body.band-4-page .sal-card,body.band-5-page .sal-card,body.band-3-page .deduction-card,body.band-4-page .deduction-card,body.band-5-page .deduction-card,body.band-3-page .unsocial-card,body.band-4-page .unsocial-card,body.band-5-page .unsocial-card,body.band-3-page .hcas-card,body.band-4-page .hcas-card,body.band-5-page .hcas-card,body.band-3-page .nation-card,body.band-4-page .nation-card,body.band-5-page .nation-card,body.band-3-page .role-card,body.band-4-page .role-card,body.band-5-page .role-card,body.band-3-page .parttime-card,body.band-4-page .parttime-card,body.band-5-page .parttime-card,body.band-3-page .tool-card-link,body.band-4-page .tool-card-link,body.band-5-page .tool-card-link{width:100% !important;max-width:100% !important;min-width:0 !important;box-sizing:border-box !important;padding:16px !important;overflow:hidden !important}body.band-3-page .sal-card-value,body.band-4-page .sal-card-value,body.band-5-page .sal-card-value,body.band-3-page .nation-salary,body.band-4-page .nation-salary,body.band-5-page .nation-salary,body.band-3-page .hcas-rate,body.band-4-page .hcas-rate,body.band-5-page .hcas-rate,body.band-3-page .unsocial-rate,body.band-4-page .unsocial-rate,body.band-5-page .unsocial-rate,body.band-3-page .deduction-amount,body.band-4-page .deduction-amount,body.band-5-page .deduction-amount,body.band-3-page .pt-value,body.band-4-page .pt-value,body.band-5-page .pt-value{font-size:clamp(1.08rem,5.5vw,1.42rem) !important;line-height:1.18 !important;overflow-wrap:anywhere !important}body.band-3-page .band3-figure,body.band-4-page .band4-figure,body.band-5-page .band4-figure,body.band-5-page .band5-figure,body.band-3-page figure,body.band-4-page figure,body.band-5-page figure{width:100% !important;max-width:100% !important;margin:18px 0 !important;padding:10px !important;border-radius:16px !important;box-sizing:border-box !important;overflow:hidden !important}body.band-3-page figure img,body.band-4-page figure img,body.band-5-page figure img,body.band-3-page img,body.band-4-page img,body.band-5-page img{max-width:100% !important;width:100% !important;height:auto !important;object-fit:contain !important}body.band-3-page .table-wrapper,body.band-4-page .table-wrapper,body.band-5-page .table-wrapper{display:block !important;width:100% !important;max-width:100% !important;min-width:0 !important;margin:16px 0 !important;overflow-x:auto !important;overflow-y:hidden !important;-webkit-overflow-scrolling:touch !important;border-radius:14px !important;box-sizing:border-box !important}body.band-3-page .table-wrapper table,body.band-4-page .table-wrapper table,body.band-5-page .table-wrapper table{width:max-content !important;min-width:560px !important;max-width:none !important;table-layout:auto !important}body.band-3-page .table-wrapper th,body.band-4-page .table-wrapper th,body.band-5-page .table-wrapper th,body.band-3-page .table-wrapper td,body.band-4-page .table-wrapper td,body.band-5-page .table-wrapper td{white-space:nowrap !important;font-size:.86rem !important;padding:10px 11px !important}body.band-3-page .breakdown-list,body.band-4-page .breakdown-list,body.band-5-page .breakdown-list,body.band-3-page .notice-info-box,body.band-4-page .notice-info-box,body.band-5-page .notice-info-box,body.band-5-page .formula-box{width:100% !important;max-width:100% !important;box-sizing:border-box !important;overflow:hidden !important}body.band-3-page .breakdown-item,body.band-4-page .breakdown-item,body.band-5-page .breakdown-item{display:flex !important;align-items:flex-start !important;justify-content:space-between !important;gap:10px !important;padding:12px !important}body.band-3-page .bi-label,body.band-4-page .bi-label,body.band-5-page .bi-label{min-width:0 !important;overflow-wrap:anywhere !important}body.band-3-page .bi-value,body.band-4-page .bi-value,body.band-5-page .bi-value{flex:0 0 auto !important;max-width:45% !important;text-align:right !important;white-space:nowrap !important}body.band-3-page .author-card-big,body.band-4-page .author-card-big,body.band-5-page .author-card-big{display:grid !important;grid-template-columns:1fr !important;text-align:left !important;padding:22px 16px !important;border-radius:18px !important}body.band-3-page .bottom-line,body.band-4-page .bottom-line,body.band-5-page .bottom-line{margin:0 !important;padding:24px 16px !important;border-radius:20px !important;max-width:100% !important;overflow:hidden !important}}@media (max-width:380px){body.band-3-page .hero-stat-grid,body.band-4-page .hero-stat-grid,body.band-5-page .hero-stat-grid{grid-template-columns:1fr !important}}body.band-7-page .band7-layout{max-width:1180px;margin:36px auto 0;padding:0 22px 42px;display:grid!important;grid-template-columns:minmax(0,1fr) 310px!important;gap:28px;align-items:start;overflow:visible!important}body.band-7-page .band7-article{display:grid!important;gap:24px;min-width:0;width:100%}body.band-7-page .band7-sidebar{display:block!important;position:sticky;top:92px;align-self:start;width:100%;min-width:0;z-index:1}body.band-7-page .band7-sidebar .sidebar-card,body.band-7-page .band7-sidebar .sidebar-cta{width:100%}body.band-7-page .section-anchor,body.band-7-page .table-wrapper,body.band-7-page .band4-figure{min-width:0;max-width:100%}body.band-7-page .toc-mobile{display:none}@media(max-width:980px){body.band-7-page .band7-layout{display:block!important;max-width:900px!important;margin:24px auto 0!important;padding:0 16px 36px!important;grid-template-columns:1fr!important}body.band-7-page .band7-sidebar{display:none!important}body.band-7-page .toc-mobile{display:block!important;width:100%;margin:0 0 18px!important}body.band-7-page .band7-article{display:grid!important;gap:22px!important}}@media(max-width:640px){body.band-7-page .page-hero{padding:32px 16px!important}body.band-7-page .page-hero h1{font-size:clamp(1.65rem,8vw,2.15rem)!important;line-height:1.12!important}body.band-7-page .hero-stat-grid,body.band-7-page .sal-overview-cards,body.band-7-page .nation-cards,body.band-7-page .hcas-grid,body.band-7-page .tools-grid,body.band-7-page .quick-role-list{grid-template-columns:1fr!important;gap:12px!important}body.band-7-page .section-anchor{padding:22px 16px!important;border-radius:18px!important}body.band-7-page .table-wrapper{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}body.band-7-page .table-wrapper table{min-width:560px!important}}.section-anchor,.author-section{content-visibility:auto;contain-intrinsic-size:1px 620px}

/* PSI accessibility + performance hardening */
.footer-title{font-size:.95rem;font-weight:800;letter-spacing:.02em;margin:0 0 14px;color:#07142d;line-height:1.35}.footer-modern .footer-title{color:#eaf3ff}.footer-col h3,.footer-col h4{font-size:.95rem;line-height:1.35}.text-secondary,.muted,.post-meta,figcaption,.rate-note{color:#475569!important}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #ffdd00!important;outline-offset:3px!important}.main-nav[aria-hidden="true"]{display:none!important}.page-content section,.article-content section,.pay-article section,.band-article section,.bank-article section{content-visibility:auto;contain-intrinsic-size:1px 720px}.page-content section:first-of-type,.article-content section:first-of-type,.pay-article section:first-of-type,.band-article section:first-of-type,.bank-article section:first-of-type{content-visibility:visible;contain-intrinsic-size:auto}@media(max-width:760px){.page-content section,.article-content section,.pay-article section,.band-article section,.bank-article section{contain-intrinsic-size:1px 640px}}

/* Preserve visual style for headings adjusted to pass Lighthouse hierarchy checks */
.lh-heading-was-h4{font-size:1rem!important;line-height:1.35!important;margin:0 0 10px!important;font-weight:800!important}.lh-heading-was-h3{font-size:1.18rem!important;line-height:1.35!important;margin:18px 0 10px!important;font-weight:800!important}

/* MOBILE FINAL REPAIR: Band 7 article layout + footer organization */
.site-footer,
.site-footer.footer-modern {
  content-visibility: visible !important;
  contain-intrinsic-size: auto !important;
}

@media (max-width: 980px) {
  body.band-7-page,
  body.band-7-page main,
  body.band-7-page article,
  body.band-7-page section,
  body.band-7-page aside,
  body.band-7-page figure,
  body.band-7-page div {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.band-7-page .band7-layout,
  body.band-7-page main.band7-layout,
  body.band-7-page .band4-layout.band7-layout {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 24px auto 0 !important;
    padding: 0 14px 34px !important;
    gap: 0 !important;
    overflow: hidden !important;
  }

  body.band-7-page .band7-article,
  body.band-7-page article.band7-article,
  body.band-7-page .band4-article.band7-article {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    order: 1 !important;
    overflow: visible !important;
  }

  body.band-7-page .band7-sidebar,
  body.band-7-page aside.band7-sidebar,
  body.band-7-page .band4-sidebar.band7-sidebar {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    overflow: hidden !important;
    position: static !important;
    order: 99 !important;
  }

  body.band-7-page .toc-mobile {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 18px !important;
    overflow: hidden !important;
    order: 0 !important;
  }

  body.band-7-page .section-anchor,
  body.band-7-page .author-section,
  body.band-7-page .site-footer,
  body.band-7-page .footer-modern {
    content-visibility: visible !important;
    contain-intrinsic-size: auto !important;
  }

  body.band-7-page .section-anchor,
  body.band-7-page .band-card,
  body.band-7-page .notice-info-box,
  body.band-7-page .bottom-line,
  body.band-7-page .author-card-big {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden !important;
  }

  body.band-7-page .hero-stat-grid,
  body.band-7-page .sal-overview-cards,
  body.band-7-page .deduction-cards,
  body.band-7-page .unsocial-grid,
  body.band-7-page .hcas-grid,
  body.band-7-page .nation-cards,
  body.band-7-page .tools-grid,
  body.band-7-page .parttime-cards,
  body.band-7-page .role-cards,
  body.band-7-page .quick-role-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.band-7-page .hero-stat,
  body.band-7-page .sal-card,
  body.band-7-page .deduction-card,
  body.band-7-page .unsocial-card,
  body.band-7-page .hcas-card,
  body.band-7-page .nation-card,
  body.band-7-page .tool-card-link,
  body.band-7-page .role-card,
  body.band-7-page .parttime-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.band-7-page .table-wrapper {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.band-7-page .table-wrapper table {
    width: max-content !important;
    min-width: 560px !important;
    max-width: none !important;
    table-layout: auto !important;
  }

  body.band-7-page img,
  body.band-7-page picture,
  body.band-7-page figure {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 640px) {
  body.band-7-page .band7-layout,
  body.band-7-page main.band7-layout,
  body.band-7-page .band4-layout.band7-layout {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.band-7-page .section-anchor {
    padding: 20px 14px !important;
    border-radius: 16px !important;
  }

  body.band-7-page .section-anchor h2 {
    font-size: clamp(1.28rem, 6vw, 1.48rem) !important;
    line-height: 1.24 !important;
    overflow-wrap: anywhere !important;
  }

  body.band-7-page .section-anchor h3,
  body.band-7-page .section-anchor h4,
  body.band-7-page .section-anchor p,
  body.band-7-page .section-anchor li,
  body.band-7-page .section-anchor td,
  body.band-7-page .section-anchor th {
    overflow-wrap: anywhere !important;
  }
}

/* Footer mobile polish: clear logo, clean columns, no cramped items */
.site-footer.footer-modern .footer-logo,
.site-footer.footer-modern .footer-nhs-box,
.site-footer.footer-modern .footer-logo-text,
.site-footer.footer-modern .footer-logo-text small {
  opacity: 1 !important;
  visibility: visible !important;
}

.site-footer.footer-modern .footer-logo {
  min-width: 0 !important;
  max-width: 100% !important;
}

.site-footer.footer-modern .footer-nhs-box {
  flex: 0 0 auto !important;
  min-width: 56px !important;
  min-height: 34px !important;
  padding: 8px 10px !important;
  color: #005eb8 !important;
  background: #ffffff !important;
}

.site-footer.footer-modern .footer-logo-text {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}

@media (max-width: 760px) {
  .site-footer.footer-modern {
    margin-top: 36px !important;
    overflow: hidden !important;
  }

  .site-footer.footer-modern .footer-modern-inner {
    padding: 34px 16px 22px !important;
  }

  .site-footer.footer-modern .footer-brand-panel {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 24px !important;
    padding-bottom: 24px !important;
  }

  .site-footer.footer-modern .footer-logo {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .site-footer.footer-modern .footer-logo-text {
    display: flex !important;
    flex-direction: column !important;
    font-size: 1.02rem !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
  }

  .site-footer.footer-modern .footer-logo-text small {
    display: block !important;
    color: #b9d8f4 !important;
    font-size: .78rem !important;
    line-height: 1.3 !important;
  }

  .site-footer.footer-modern .footer-brand-panel p {
    grid-column: auto !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    color: #c4d9ed !important;
  }

  .site-footer.footer-modern .footer-contact-row {
    grid-column: auto !important;
    grid-row: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 14px !important;
  }

  .site-footer.footer-modern .footer-email {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    border-radius: 14px !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .site-footer.footer-modern .footer-socials {
    justify-content: center !important;
    width: 100% !important;
  }

  .site-footer.footer-modern .footer-trust-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .site-footer.footer-modern .footer-trust-row span {
    justify-content: center !important;
    text-align: center !important;
    min-width: 0 !important;
  }

  .site-footer.footer-modern .footer-modern-grid,
  .site-footer.footer-modern .footer-links-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .site-footer.footer-modern .footer-col {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 16px !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.045) !important;
  }

  .site-footer.footer-modern .footer-title {
    margin: 0 0 10px !important;
    color: #ffffff !important;
    font-size: .96rem !important;
  }

  .site-footer.footer-modern .footer-col ul {
    gap: 0 !important;
  }

  .site-footer.footer-modern .footer-col a {
    display: block !important;
    width: 100% !important;
    padding: 8px 0 !important;
    color: #cfe4f8 !important;
    line-height: 1.35 !important;
  }

  .site-footer.footer-modern .footer-modern-bottom,
  .site-footer.footer-modern .footer-bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 10px !important;
    margin-top: 22px !important;
  }
}

@media (max-width: 360px) {
  .site-footer.footer-modern .footer-trust-row {
    grid-template-columns: 1fr !important;
  }
}



/* Final navigation dropdown and FAQ accordion repair */
.site-header .main-nav .nav-dropdown.is-open > .nav-dropbtn,
.site-header .main-nav .nav-dropbtn[aria-expanded="true"] {
  background: var(--nhs-light, #e8f2fb) !important;
  color: var(--nhs-blue, #005eb8) !important;
}

@media (min-width: 901px) {
  html body .site-header .main-nav .nav-dropdown.is-open > .nav-dropdown-menu {
    display: block !important;
  }
}

@media (max-width: 900px) {
  html body .site-header .main-nav .nav-dropdown > .nav-dropdown-menu,
  html body .site-header .main-nav .nav-dropdown:hover > .nav-dropdown-menu,
  html body .site-header .main-nav .nav-dropdown:focus-within > .nav-dropdown-menu,
  html body .site-header .main-nav .nav-dropdown:not(.is-open) > .nav-dropdown-menu {
    display: none !important;
  }

  html body .site-header .main-nav .nav-dropdown.is-open > .nav-dropdown-menu,
  html body .site-header .main-nav .nav-dropdown.is-open:hover > .nav-dropdown-menu,
  html body .site-header .main-nav .nav-dropdown.is-open:focus-within > .nav-dropdown-menu {
    display: block !important;
    position: static !important;
    min-width: 0 !important;
    width: 100% !important;
    margin: 2px 0 8px 0 !important;
    padding: 4px 0 4px 12px !important;
    border: 0 !important;
    border-left: 3px solid var(--nhs-light, #e8f2fb) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  html body .site-header .main-nav .nav-dropdown.is-open > .nav-dropbtn span[aria-hidden="true"] {
    transform: rotate(180deg) !important;
  }

  html body .site-header .main-nav .nav-dropdown-menu a {
    white-space: normal !important;
  }
}

.faq-btn[aria-expanded="true"] .faq-toggle {
  background: var(--nhs-blue, #005eb8) !important;
  color: #fff !important;
}

.faq-item:not(.open) > .faq-body {
  max-height: 0 !important;
}


/* Homepage calculator + footer logo final repair — 2026-07-10 */
.site-footer.footer-modern .footer-nhs-box {
  background: #005eb8 !important;
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, .38) !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .16) !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
}
.site-footer.footer-modern .footer-logo,
.site-footer.footer-modern .footer-logo:visited {
  color: #ffffff !important;
  text-decoration: none !important;
}
.site-footer.footer-modern .footer-logo-text {
  color: #ffffff !important;
}
.site-footer.footer-modern .footer-logo-text small {
  color: #b9d8f4 !important;
}
/* Covers the React footer during the brief render before the modern footer replaces it. */
#root footer div.bg-white.text-\[\#003087\] {
  background: #005eb8 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, .35) !important;
}


/* Homepage calculator competitor-inspired visual rebuild — 2026-07-10 */
/* Scoped to the homepage classes so other pages and calculators remain unchanged. */
#root .home-calc-hero {
  position: relative !important;
  padding: 42px 18px 62px !important;
  color: #10243e !important;
  background:
    radial-gradient(circle at 12% 5%, rgba(0, 94, 184, .10), transparent 28%),
    radial-gradient(circle at 88% 15%, rgba(0, 114, 206, .10), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f3f7fc 100%) !important;
  border-bottom: 1px solid #dce6f1 !important;
}
#root .home-calc-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, #003087, #005eb8 55%, #41a5df);
}
#root .home-calc-title-wrap { max-width: 980px !important; }
#root .home-calc-update-pill {
  margin-bottom: 14px !important;
  color: #006747 !important;
  background: #e8f7ef !important;
  border: 1px solid #b9e3cc !important;
  box-shadow: none !important;
}
#root .home-calc-update-pill > span { background: #00a86b !important; }
#root .home-calc-hero h1 {
  margin-bottom: 12px !important;
  color: #10243e !important;
  font-size: clamp(2rem, 4vw, 3.25rem) !important;
  letter-spacing: -.035em !important;
}
#root .home-calc-hero p {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
  color: #51647a !important;
  font-size: 1rem !important;
}
#root .home-calc-chips { display: none !important; }

#root .home-calculator-section {
  position: relative !important;
  z-index: 3 !important;
  max-width: 1160px !important;
  margin-top: -31px !important;
  padding-bottom: 54px !important;
}
#root .home-calculator-update { display: none !important; }
#root .home-calculator-grid {
  grid-template-columns: minmax(0, 1fr) 410px !important;
  gap: 0 !important;
  align-items: stretch !important;
  overflow: hidden !important;
  border: 1px solid #d8e2ee !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  box-shadow: 0 22px 60px rgba(19, 55, 91, .15), 0 4px 16px rgba(19, 55, 91, .06) !important;
}
#root .home-calculator-form,
#root .home-calculator-results {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
#root .home-calculator-form {
  min-width: 0 !important;
  background: #ffffff !important;
}
#root .home-calculator-form-head {
  min-height: 84px !important;
  padding: 20px 24px !important;
  background: linear-gradient(180deg, #f9fbfe 0%, #f2f6fb 100%) !important;
  border-bottom: 1px solid #dfe7f0 !important;
}
#root .home-calculator-form-head > div:first-child {
  width: 44px !important;
  height: 44px !important;
  border-radius: 12px !important;
  background: #005eb8 !important;
  box-shadow: 0 8px 18px rgba(0, 94, 184, .20) !important;
}
#root .home-calculator-form-head h2 {
  color: #10243e !important;
  font-size: 1.06rem !important;
}
#root .home-calculator-form-head p { color: #67798c !important; }
#root .home-calculator-form-body {
  padding: 22px 24px 26px !important;
  background: #ffffff !important;
}
#root .home-calculator-form-body label,
#root .home-calculator-form-body .uppercase {
  color: #32465d !important;
  font-size: .73rem !important;
  letter-spacing: .035em !important;
}
#root .home-calculator-form-body input,
#root .home-calculator-form-body select {
  min-height: 44px !important;
  border-color: #cfdbe8 !important;
  border-radius: 9px !important;
  background: #ffffff !important;
  color: #172b43 !important;
  box-shadow: inset 0 1px 2px rgba(16, 36, 62, .03) !important;
}
#root .home-calculator-form-body input:focus,
#root .home-calculator-form-body select:focus {
  border-color: #005eb8 !important;
  box-shadow: 0 0 0 3px rgba(0, 94, 184, .12) !important;
}
#root .home-calculator-form-body > div:first-child button {
  min-height: 42px !important;
  border-width: 1px !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}
#root .home-calculator-form-body .space-y-2 > div,
#root .home-calculator-form-body .space-y-2 > section {
  border-color: #dbe4ee !important;
  border-radius: 10px !important;
}
#root .home-calculator-form-body summary,
#root .home-calculator-form-body button.w-full {
  min-height: 48px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  background: #f9fbfd !important;
}

#root .home-calculator-result-column {
  position: relative !important;
  top: auto !important;
  height: 100% !important;
  border-left: 1px solid #d8e2ee !important;
  background: #ffffff !important;
}
#root .home-calculator-results {
  min-height: 100% !important;
  background: #ffffff !important;
}
#root .home-calculator-results-head {
  padding: 25px 24px 23px !important;
  background: linear-gradient(140deg, #003087 0%, #005eb8 62%, #0877c7 100%) !important;
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.14) !important;
}
#root .home-calculator-results-head > div:nth-child(2) {
  font-size: clamp(2.25rem, 4vw, 3.15rem) !important;
  letter-spacing: -.045em !important;
}
#root .home-calculator-results-head .bg-white\/15 {
  background: rgba(255, 255, 255, .12) !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
}
#root .home-calculator-tabs {
  padding: 8px !important;
  gap: 6px !important;
  background: #eef3f8 !important;
  border-bottom: 1px solid #dfe7ef !important;
}
#root .home-calculator-tabs button {
  border: 0 !important;
  border-radius: 8px !important;
  padding: 9px 8px !important;
}
#root .home-calculator-tabs button[style*="background"] {
  box-shadow: 0 5px 12px rgba(0, 94, 184, .18) !important;
}
#root .home-calculator-breakdown { padding: 17px 18px 14px !important; }
#root .home-calculator-breakdown .space-y-0\.5 > div {
  min-height: 39px !important;
  margin-bottom: 3px !important;
  border-radius: 7px !important;
}
#root .home-calculator-breakdown .bg-blue-50 {
  background: #eaf4fd !important;
  border-color: #b8d9f3 !important;
}
#root .home-calculator-results-empty {
  padding: 34px 26px !important;
  border-left: 0 !important;
}

@media (max-width: 1023px) {
  #root .home-calculator-grid { grid-template-columns: 1fr !important; }
  #root .home-calculator-result-column {
    border-left: 0 !important;
    border-top: 1px solid #d8e2ee !important;
  }
}

@media (max-width: 640px) {
  #root .home-calc-hero { padding: 32px 14px 49px !important; }
  #root .home-calc-hero h1 { font-size: 2rem !important; }
  #root .home-calc-hero p { font-size: .94rem !important; }
  #root .home-calculator-section {
    margin-top: -23px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  #root .home-calculator-grid { border-radius: 16px !important; }
  #root .home-calculator-form-head { padding: 17px 18px !important; }
  #root .home-calculator-form-body { padding: 18px 16px 20px !important; }
  #root .home-calculator-results-head { padding: 21px 18px !important; }
  #root .home-calculator-results-head > div:nth-child(2) { font-size: 2.35rem !important; }
  #root .home-calculator-breakdown { padding: 14px 12px 12px !important; }
}
