:root{
  --ink:#081A33;--ink-2:#0B2447;--ink-3:#123B68;--blue:#0F5AA8;--blue-2:#2E8FFF;--green:#45B22F;--green-2:#76E05B;--lime:#CBFF6B;--cyan:#DFF2FF;--mint:#E8FFE2;--bg:#F4F8FC;--surface:#FFFFFF;--text:#14243A;--muted:#65758B;--soft:#EEF5FC;--line:#DCE7F2;--success:#237D17;--warning:#A76100;--danger:#B42318;--orange:#F59E0B;--shadow:0 28px 90px rgba(8,26,51,.16);--shadow-soft:0 16px 42px rgba(8,26,51,.10);--shadow-card:0 24px 60px rgba(8,26,51,.12);--radius-xl:42px;--radius-lg:32px;--radius-md:22px;--radius-sm:14px;--container:min(1180px,calc(100% - 32px))
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:112px}
body{margin:0;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.55;background:linear-gradient(180deg,#fff 0%,#F3F8FD 42%,#fff 100%)}
body::before{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;background:radial-gradient(circle at 6% 0%,rgba(46,143,255,.16),transparent 30%),radial-gradient(circle at 88% 0%,rgba(118,224,91,.16),transparent 32%),radial-gradient(circle at 70% 46%,rgba(46,143,255,.08),transparent 36%)}
body::after{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background-image:linear-gradient(rgba(11,36,71,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(11,36,71,.03) 1px,transparent 1px);background-size:40px 40px;mask-image:linear-gradient(180deg,rgba(0,0,0,.55),transparent 74%)}
a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}img,svg{max-width:100%}.container{width:var(--container);margin-inline:auto}.skip-link{position:absolute;left:18px;top:-90px;z-index:999;padding:12px 16px;border-radius:16px;background:var(--ink);color:#fff;font-weight:900;transition:top .18s ease}.skip-link:focus{top:18px}:focus-visible{outline:3px solid rgba(118,224,91,.62);outline-offset:4px;border-radius:14px}

.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.78);backdrop-filter:blur(22px);border-bottom:1px solid rgba(220,231,242,.72);box-shadow:0 12px 42px rgba(8,26,51,.055)}
.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:inline-flex;align-items:center;gap:0;text-decoration:none;min-width:auto}
.nav{display:flex;align-items:center;gap:8px}.nav a{padding:10px 13px;border-radius:999px;color:#27445F;font-weight:850;font-size:.94rem}.nav a:hover,.nav a[aria-current="page"]{background:#EFF7FF;color:var(--blue)}
.header-cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;background:linear-gradient(135deg,var(--ink),var(--blue));color:#fff;font-weight:950;box-shadow:0 16px 34px rgba(15,90,168,.22)}

.breadcrumbs{display:flex;align-items:center;gap:9px;width:var(--container);margin:24px auto 0;color:var(--muted);font-size:.92rem;font-weight:750}.breadcrumbs a:hover{color:var(--blue)}
.hero{padding:28px 0 28px}
.hero-shell{position:relative;overflow:hidden;display:grid;grid-template-columns:1.03fr .97fr;gap:28px;align-items:stretch;padding:34px;border:1px solid rgba(220,231,242,.92);border-radius:var(--radius-xl);background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(244,251,255,.88));box-shadow:var(--shadow)}
.hero-shell::before{content:"";position:absolute;inset:auto -120px -180px auto;width:460px;height:460px;background:radial-gradient(circle,rgba(118,224,91,.34),transparent 62%);pointer-events:none}
.hero-copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;min-height:520px;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important}
.eyebrow{display:inline-flex;align-items:center;gap:9px;width:max-content;margin-bottom:16px;padding:8px 13px;border-radius:999px;background:linear-gradient(135deg,#E7FFE0,#EEF8FF);color:#51627A;font-size:.82rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.eyebrow::before{content:"";width:9px;height:9px;border-radius:999px;background:var(--green);box-shadow:0 0 0 6px rgba(69,178,47,.12)}
h1{max-width:780px;margin:0 0 18px;color:var(--ink);font-size:clamp(2.8rem,5.3vw,5.9rem);line-height:.91;letter-spacing:-.085em;font-weight:950}
h1 span{display:block}
.lead{max-width:680px;color:#526780;font-size:1.14rem;line-height:1.75;margin-bottom:22px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:13px 18px;border-radius:999px;font-weight:950;border:1px solid transparent}.btn-primary{background:linear-gradient(135deg,var(--ink),var(--blue),#16A34A);color:#fff;box-shadow:0 20px 42px rgba(15,90,168,.22)}.btn-secondary{background:#fff;color:var(--ink);border-color:var(--line);box-shadow:0 12px 24px rgba(8,26,51,.07)}.btn-ghost{background:#fff;color:var(--ink);border-color:var(--line)}
.trust-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.trust-strip span{display:inline-flex;align-items:center;gap:8px;padding:9px 11px;border-radius:999px;background:#fff;border:1px solid rgba(220,231,242,.84);color:#48617A;font-weight:850;font-size:.9rem}.trust-strip span::before{content:"✓";display:grid;place-items:center;width:18px;height:18px;border-radius:999px;background:#E8FFE2;color:var(--success);font-size:.75rem;font-weight:950}

.hero-visual{position:relative;z-index:1;display:grid;align-content:center;min-height:520px;background:transparent!important;box-shadow:none!important;border:0!important;padding:0!important;overflow:visible!important}
.salary-dashboard{position:relative;min-height:520px;border-radius:40px;background:linear-gradient(145deg,#07192F 0%,#0D315B 58%,#0F5AA8 100%);box-shadow:0 40px 90px rgba(8,26,51,.28);overflow:hidden;color:#fff;padding:22px}
.salary-dashboard::before{content:"";position:absolute;inset:auto auto -100px -110px;width:240px;height:240px;border-radius:999px;background:radial-gradient(circle,rgba(46,143,255,.5),transparent 64%)}
.salary-dashboard::after{content:"";position:absolute;inset:-110px -120px auto auto;width:320px;height:320px;border-radius:999px;background:radial-gradient(circle,rgba(118,224,91,.55),transparent 68%)}
.orb{position:absolute;border-radius:50%;filter:blur(.2px)}.orb.one{width:68px;height:68px;right:42px;top:54px;background:linear-gradient(135deg,#76E05B,#DFFFD7);box-shadow:0 20px 40px rgba(118,224,91,.28)}.orb.two{width:108px;height:108px;left:-18px;bottom:52px;background:linear-gradient(135deg,#2E8FFF,#B8DEFF);box-shadow:0 20px 40px rgba(46,143,255,.22)}
.salary-panel{position:relative;z-index:2;min-height:100%;border-radius:30px;padding:22px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(12px);box-shadow:0 28px 64px rgba(0,0,0,.18)}
.salary-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.salary-label{color:#B6D5EF;font-size:.86rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.salary-amount{font-size:clamp(2.3rem,5vw,3.8rem);font-weight:950;letter-spacing:-.07em;line-height:.95;margin-top:4px}.salary-pill{padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);font-weight:950;color:#E9FFE2;white-space:nowrap}
.salary-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.salary-mini-card{padding:16px;border-radius:20px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14)}.salary-mini-card span{display:block;color:#C7DEF2;font-size:.85rem;font-weight:800}.salary-mini-card strong{display:block;margin-top:6px;font-size:1.15rem;font-weight:950;letter-spacing:-.03em}
.salary-bars{display:grid;gap:10px;margin:16px 0 18px}.salary-bar-row{display:grid;grid-template-columns:104px 1fr;align-items:center;gap:10px}.salary-bar-row span{color:#D6E8F6;font-size:.9rem;font-weight:850}.bar-track{height:10px;border-radius:999px;background:rgba(255,255,255,.18);overflow:hidden}.bar-fill{display:block;height:100%;border-radius:999px}.bar-fill-net{width:82%;background:linear-gradient(90deg,#76E05B,#35B8FF)}.bar-fill-tax{width:39%;background:linear-gradient(90deg,#76E05B,#2E8FFF)}.bar-fill-cost{width:88%;background:linear-gradient(90deg,#2E8FFF,#76E05B)}
.salary-story{max-width:66%}.salary-story p{margin:0 0 8px;color:#fff;font-weight:950;font-size:1rem}.salary-story ul{padding:0;margin:0;list-style:none;display:grid;gap:6px}.salary-story li{position:relative;padding-left:16px;color:#D1E4F4;font-size:.95rem;line-height:1.45}.salary-story li::before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:50%;background:#76E05B;box-shadow:0 0 0 4px rgba(118,224,91,.14)}
.salary-float-note{position:absolute;left:-6px;bottom:82px;z-index:3;display:grid;gap:2px;padding:16px 18px;border-radius:24px;background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.74);box-shadow:0 22px 44px rgba(8,26,51,.2);color:var(--ink);backdrop-filter:blur(16px)}.salary-float-note span{color:var(--muted);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.salary-float-note strong{font-size:1.55rem;line-height:1;font-weight:950;letter-spacing:-.05em}.salary-float-note small{color:#5C6E84;font-weight:850}
.salary-calc{position:absolute;right:18px;bottom:18px;z-index:3;width:170px;padding:16px;border-radius:28px;background:#071D3B;box-shadow:0 26px 60px rgba(8,26,51,.34);transform:rotate(5deg)}.calc-screen{height:48px;display:flex;align-items:center;justify-content:flex-end;padding:0 14px;border-radius:15px;background:linear-gradient(135deg,#76E05B,#45B22F);color:#071D3B;font-size:1.45rem;font-weight:950}.calc-keys{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:14px}.calc-keys span{height:26px;border-radius:10px;background:#EDF6FF}.calc-keys span:nth-child(4n){background:#2E8FFF}

.anchor-wrap{position:sticky;top:76px;z-index:70;margin-top:2px}.anchor-nav{width:max-content;max-width:var(--container);margin:0 auto;display:flex;gap:8px;overflow:auto;padding:10px;border-radius:999px;background:rgba(255,255,255,.82);backdrop-filter:blur(18px);border:1px solid rgba(220,231,242,.78);box-shadow:0 16px 36px rgba(8,26,51,.07)}.anchor-nav a{white-space:nowrap;padding:10px 14px;border-radius:999px;color:#4C6178;font-weight:900;font-size:.92rem}.anchor-nav a:hover{background:#EFF7FF;color:var(--blue)}

.stage{display:grid;grid-template-columns:minmax(0,1.04fr) 420px;gap:22px;align-items:start;padding:38px 0}.card{background:rgba(255,255,255,.92);border:1px solid rgba(220,231,242,.88);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.calculator-card{overflow:hidden}.section-head{padding:26px 26px 0}.section-kicker{margin-bottom:8px;color:var(--green);font-weight:950;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.section-head h2{margin:0 0 8px;color:var(--ink);font-size:2.05rem;line-height:1.05;letter-spacing:-.045em}.section-head p{color:var(--muted);margin:0 0 18px}.calc-body{padding:0 26px 26px}
.preset-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:20px}.preset{appearance:none;border:1px solid var(--line);border-radius:20px;background:#fff;text-align:left;padding:14px 14px;box-shadow:0 10px 22px rgba(8,26,51,.055)}.preset b{display:block;color:var(--ink);font-size:.98rem}.preset span{display:block;color:var(--muted);font-size:.84rem;line-height:1.35}.preset.active{border-color:rgba(69,178,47,.45);background:linear-gradient(135deg,#F2FFEE,#fff);box-shadow:0 16px 30px rgba(69,178,47,.12)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:8px}.field.full{grid-column:1/-1}.field label{font-weight:900;color:var(--ink)}.input-wrap{display:flex;align-items:center;min-height:58px;border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;transition:box-shadow .18s ease,border-color .18s ease}.input-wrap:focus-within{border-color:rgba(69,178,47,.5);box-shadow:0 0 0 4px rgba(118,224,91,.12)}.input-wrap input,.input-wrap select{width:100%;min-width:0;border:0;outline:0;background:transparent;padding:16px;color:var(--ink);font-weight:900}.input-wrap.has-suffix .input-suffix{padding-right:16px;color:var(--muted);font-weight:850}.helper{color:var(--muted);font-size:.88rem;line-height:1.45}
.toggle-row{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border:1px solid var(--line);border-radius:22px;background:#FAFDFF}.toggle-row input{margin-top:4px;accent-color:var(--green);transform:scale(1.15)}.toggle-row b{display:block;margin-bottom:4px}
.calc-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}

.result-panel{position:sticky;top:156px;overflow:hidden}.result-top{position:relative;padding:24px;background:linear-gradient(145deg,var(--ink) 0%,#0A315C 58%,var(--blue) 100%);color:#fff;border-radius:var(--radius-lg) var(--radius-lg) 28px 28px}.result-top::before{content:"";position:absolute;right:-80px;top:-110px;width:250px;height:250px;border-radius:999px;background:radial-gradient(circle,rgba(118,224,91,.55),transparent 68%)}.result-label{position:relative;color:#BBD8EE;font-size:.83rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.primary-result{position:relative;margin:8px 0 6px;font-size:2.7rem;line-height:1;font-weight:950;letter-spacing:-.07em}.status-badge{position:relative;display:inline-flex;margin-top:8px;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.16);color:#E9FFE2;font-weight:950;font-size:.88rem}.status-badge.warning{color:#FFF3B8}.status-badge.risk{color:#FFD8D2}
.result-body{padding:18px 20px 22px}.metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.metric{padding:14px;border:1px solid var(--line);border-radius:20px;background:#fff}.metric span{display:block;color:var(--muted);font-size:.82rem;font-weight:850}.metric strong{display:block;color:var(--ink);font-size:1.14rem;font-weight:950;letter-spacing:-.03em}.note{padding:15px;border-radius:20px;background:#F6FBFF;border:1px solid #DDEEFF;color:#50677F;font-size:.95rem}.meter{margin-top:16px}.meter-head{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-weight:850;font-size:.9rem}.meter-track{height:12px;margin-top:8px;border-radius:999px;background:#E7EEF6;overflow:hidden}.meter-bar{height:100%;width:0;border-radius:999px;background:linear-gradient(90deg,var(--green),var(--blue-2),var(--orange));transition:width .25s ease}.breakdown{margin-top:16px;border:1px solid var(--line);border-radius:22px;overflow:hidden}.breakdown summary{padding:14px 16px;cursor:pointer;font-weight:950;color:var(--ink);background:#FBFDFF}.breakdown-table{width:100%;border-collapse:collapse;font-size:.9rem}.breakdown-table td{padding:11px 14px;border-top:1px solid var(--line);vertical-align:top}.breakdown-table td:last-child{text-align:right;font-weight:950;color:var(--ink);white-space:nowrap}

.decision{padding:14px 0 54px}.decision-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:22px}.decision-main{padding:28px;border-radius:var(--radius-lg);background:linear-gradient(135deg,#FFFFFF,#F3FAFF);border:1px solid var(--line);box-shadow:var(--shadow-soft)}.decision-main h2,.content h2{color:var(--ink);font-size:2.25rem;line-height:1.06;letter-spacing:-.055em;margin-bottom:12px}.decision-main p{color:var(--muted);font-size:1.03rem}.decision-status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.decision-card{padding:18px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:0 10px 26px rgba(8,26,51,.055)}.decision-card .tag{display:inline-flex;padding:7px 10px;border-radius:999px;font-weight:950;font-size:.78rem;margin-bottom:10px}.tag.safe{background:#E8FFE2;color:var(--success)}.tag.caution{background:#FFF5D7;color:var(--warning)}.tag.risk{background:#FFEDEB;color:var(--danger)}.decision-card h3{margin:0 0 8px;color:var(--ink);font-size:1.08rem}.decision-card p{margin:0;color:var(--muted);font-size:.94rem}
.next-card{padding:28px;border-radius:var(--radius-lg);background:linear-gradient(145deg,#081A33,#0B315B);color:#fff;box-shadow:var(--shadow-card)}.next-card h2{font-size:2rem;line-height:1.08;letter-spacing:-.05em;margin-bottom:12px}.next-card p{color:#C5D9EA}.next-links{display:grid;gap:10px;margin-top:18px}.next-links a{display:flex;justify-content:space-between;gap:12px;padding:14px 15px;border-radius:18px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.13);font-weight:950}.next-links a:hover{background:rgba(255,255,255,.16)}

.content{padding:22px 0 70px}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;align-items:start}.article-card{padding:30px}.article-card h2{margin-top:14px}.article-card h3{color:var(--ink);font-size:1.28rem;margin:24px 0 8px}.article-card p,.article-card li{color:#54677C}.formula{padding:18px;border-radius:22px;background:#07192F;color:#E8F4FF;font-weight:850;overflow:auto}.example{padding:18px;border-radius:22px;background:#F4FAFF;border:1px solid #DCEEFF}.side-stack{display:grid;gap:14px;position:sticky;top:156px}.side-card{padding:22px}.side-card h3{margin-bottom:10px;color:var(--ink)}.tool-list{display:grid;gap:9px}.tool-list a{padding:12px 13px;border-radius:16px;background:#F8FBFF;border:1px solid var(--line);font-weight:900;color:#284766}.faq{display:grid;gap:10px}.faq details{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.faq summary{cursor:pointer;padding:15px 16px;font-weight:950;color:var(--ink)}.faq p{padding:0 16px 16px;margin:0;color:var(--muted)}

.site-footer{margin-top:20px;background:linear-gradient(135deg,#06162A,#081D37 54%,#0C2D52);color:#EAF5FF}.footer-inner{padding:48px 0 26px}.footer-grid{display:grid;grid-template-columns:1.35fr .85fr .85fr .85fr;gap:26px}.footer-copy{color:#B8CCE0;max-width:390px;margin:14px 0 16px}.footer-badges{display:flex;flex-wrap:wrap;gap:8px}.footer-badges span{padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#D6EAFC;font-weight:850;font-size:.84rem}.footer-col h3{margin:0 0 12px;color:#fff;font-size:.96rem}.footer-col a{display:block;color:#C6D9EA;padding:5px 0;font-weight:750}.footer-col a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:34px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);color:#A9BED1;font-size:.9rem}

.brand-icon,.brand-mark,.brand-wordmark,.brand-copy{display:none!important}.brand-logo-img{display:block!important;width:220px!important;max-width:100%!important;height:auto!important}.site-header .brand-logo-img{width:220px!important}.site-footer .brand-logo-img{width:220px!important}
.mobile-result-bar,.mobile-sticky{display:none!important;visibility:hidden!important}body{padding-bottom:0!important}

@media (max-width:1100px){
  .hero-shell{grid-template-columns:1fr;padding:22px;border-radius:30px}
  .hero-copy,.hero-visual{min-height:0}
  .stage,.decision-grid,.content-grid{grid-template-columns:1fr}
  .result-panel,.side-stack{position:static}
  .preset-grid,.decision-status-grid,.footer-grid{grid-template-columns:1fr 1fr}
  .anchor-wrap{top:76px}
}
@media (max-width:980px){
  .nav{display:none}.header-inner{height:68px}.header-cta{padding:10px 14px}
  h1{font-size:clamp(2.35rem,12vw,4rem)}.lead{font-size:1rem}
  .trust-strip{display:none}
  .hero-visual{order:-1}
  .salary-dashboard{min-height:460px;border-radius:28px}
  .salary-story{max-width:70%}
  .anchor-wrap{top:68px}
}
@media (max-width:760px){
  :root{--container:min(100% - 24px,1180px)}
  .hero{padding-top:18px}.breadcrumbs{font-size:.82rem;overflow:auto;white-space:nowrap}
  .salary-mini-grid,.form-grid,.metrics,.footer-grid{grid-template-columns:1fr}
  .preset-grid{grid-template-columns:1fr 1fr}
  .section-head,.calc-body,.article-card,.decision-main,.next-card{padding-left:18px;padding-right:18px}
  .salary-dashboard{min-height:420px;padding:16px}
  .salary-panel{padding:18px;border-radius:24px}
  .salary-amount{font-size:2.35rem}
  .salary-story{max-width:100%;padding-right:0}
  .salary-calc{width:136px;right:12px;bottom:12px}
  .salary-float-note{left:10px;bottom:18px;padding:12px 14px}
  .salary-story ul{padding-right:140px}
  .anchor-nav{max-width:calc(100% - 24px);border-radius:24px}
  .content-grid,.decision-status-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .site-header .brand-logo-img{width:190px!important}.site-footer .brand-logo-img{width:200px!important}
}
@media (max-width:560px){
  .salary-dashboard{min-height:400px}
  .salary-top{flex-direction:column;align-items:flex-start}
  .salary-bar-row{grid-template-columns:1fr}
  .salary-story ul{padding-right:0}
  .salary-float-note{display:none}
  .salary-calc{width:124px;transform:rotate(3deg)}
  .preset-grid{grid-template-columns:1fr}
}



/* =========================================================
   Čistá mzda V2 FIX v5
   High-specificity page overrides so shared CSS cannot break layout.
========================================================= */
body.salary-v2-fixed{
  --salary-ink:#081A33;
  --salary-blue:#0F5AA8;
  --salary-blue2:#2E8FFF;
  --salary-green:#45B22F;
  --salary-lime:#76E05B;
  --salary-line:#DCE7F2;
  --salary-muted:#5F748C;
  --salary-shadow:0 28px 90px rgba(8,26,51,.15);
  --salary-soft-shadow:0 16px 42px rgba(8,26,51,.09);
  padding-bottom:0!important;
}
body.salary-v2-fixed .container{width:min(1180px,calc(100% - 32px));margin-inline:auto}
body.salary-v2-fixed .site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.82);border-bottom:1px solid rgba(220,231,242,.82);backdrop-filter:blur(20px)}
body.salary-v2-fixed .header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}
body.salary-v2-fixed .brand{display:inline-flex!important;align-items:center!important;gap:0!important;min-width:auto!important;text-decoration:none!important}
body.salary-v2-fixed .brand img.brand-logo-img{display:block!important;width:220px!important;max-width:100%!important;height:auto!important}
body.salary-v2-fixed .nav{display:flex!important;align-items:center!important;gap:8px!important}
body.salary-v2-fixed .nav a{padding:10px 13px!important;border-radius:999px!important;color:#29435C!important;font-weight:850!important;font-size:.94rem!important}
body.salary-v2-fixed .nav a:hover,
body.salary-v2-fixed .nav a[aria-current="page"]{background:#EFF7FF!important;color:var(--salary-blue)!important}
body.salary-v2-fixed .header-cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;background:linear-gradient(135deg,var(--salary-ink),var(--salary-blue));color:#fff;font-weight:950;box-shadow:0 16px 34px rgba(15,90,168,.2)}
body.salary-v2-fixed .breadcrumbs{display:flex;align-items:center;gap:9px;width:min(1180px,calc(100% - 32px));margin:24px auto 0;padding:0;color:var(--salary-muted);font-size:.92rem;font-weight:800}
body.salary-v2-fixed .breadcrumbs strong{color:var(--salary-ink)}

body.salary-v2-fixed .hero{padding:28px 0 28px!important}
body.salary-v2-fixed .hero-shell{
  position:relative!important;
  overflow:hidden!important;
  display:grid!important;
  grid-template-columns:1.04fr .96fr!important;
  gap:28px!important;
  align-items:stretch!important;
  padding:34px!important;
  border-radius:42px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.97),rgba(244,251,255,.9))!important;
  border:1px solid rgba(220,231,242,.95)!important;
  box-shadow:var(--salary-shadow)!important;
}
body.salary-v2-fixed .hero-shell:before{content:"";position:absolute;right:-130px;bottom:-190px;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(118,224,91,.32),transparent 64%)}
body.salary-v2-fixed .hero .hero-copy{
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-height:520px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  overflow:visible!important;
}
body.salary-v2-fixed .eyebrow{display:inline-flex;align-items:center;gap:9px;width:max-content;margin:0 0 16px;padding:8px 13px;border-radius:999px;background:linear-gradient(135deg,#E7FFE0,#EEF8FF);color:#50657D;font-size:.82rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
body.salary-v2-fixed .eyebrow:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--salary-green);box-shadow:0 0 0 6px rgba(69,178,47,.13)}
body.salary-v2-fixed .hero-copy h1{max-width:760px;margin:0 0 18px;color:var(--salary-ink);font-size:clamp(2.65rem,5.1vw,5.55rem);line-height:.91;letter-spacing:-.085em;font-weight:950}
body.salary-v2-fixed .hero-copy h1 span{display:block}
body.salary-v2-fixed .lead{max-width:680px;color:#536B84;font-size:1.14rem;line-height:1.72;margin:0 0 22px;font-weight:650}
body.salary-v2-fixed .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 18px}
body.salary-v2-fixed .btn,
body.salary-v2-fixed .btn-primary,
body.salary-v2-fixed .btn-secondary,
body.salary-v2-fixed .btn-ghost{
  appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:48px!important;
  padding:13px 18px!important;
  border-radius:999px!important;
  font-weight:950!important;
  border:1px solid transparent!important;
  line-height:1!important;
  cursor:pointer!important;
  text-decoration:none!important;
}
body.salary-v2-fixed .btn-primary{background:linear-gradient(135deg,var(--salary-ink),var(--salary-blue),var(--salary-green))!important;color:#fff!important;box-shadow:0 20px 42px rgba(15,90,168,.23)!important}
body.salary-v2-fixed .btn-secondary,
body.salary-v2-fixed .btn-ghost{background:#fff!important;color:var(--salary-ink)!important;border-color:var(--salary-line)!important;box-shadow:0 12px 24px rgba(8,26,51,.07)!important}
body.salary-v2-fixed .trust-strip{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-top:0!important}
body.salary-v2-fixed .trust-strip span{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:9px 11px!important;border-radius:999px!important;background:#fff!important;border:1px solid rgba(220,231,242,.88)!important;color:#49627B!important;font-weight:850!important;font-size:.9rem!important}
body.salary-v2-fixed .trust-strip span:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--salary-green)}

body.salary-v2-fixed .hero .hero-visual{position:relative!important;z-index:2!important;min-height:520px!important;display:grid!important;place-items:center!important;background:transparent!important;box-shadow:none!important;border:0!important;padding:0!important;overflow:visible!important;color:#fff!important}
body.salary-v2-fixed .salary-dashboard{position:relative!important;width:100%!important;min-height:520px!important;border-radius:40px!important;background:linear-gradient(145deg,#07192F 0%,#0B2E58 58%,#0E5B91 100%)!important;box-shadow:0 42px 92px rgba(8,26,51,.30)!important;overflow:hidden!important;color:#fff!important;padding:22px!important}
body.salary-v2-fixed .salary-dashboard:before{content:"";position:absolute;right:-110px;top:-120px;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(118,224,91,.56),transparent 67%)}
body.salary-v2-fixed .salary-dashboard:after{content:"";position:absolute;left:-90px;bottom:-110px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(46,143,255,.52),transparent 66%)}
body.salary-v2-fixed .salary-panel{position:relative!important;z-index:2!important;min-height:100%!important;padding:22px!important;border-radius:30px!important;background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.16)!important;backdrop-filter:blur(14px)!important;box-shadow:0 28px 70px rgba(0,0,0,.18)!important}
body.salary-v2-fixed .salary-top{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;margin-bottom:18px!important}
body.salary-v2-fixed .salary-label{display:block!important;color:#B7D5EE!important;font-size:.86rem!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.08em!important}
body.salary-v2-fixed .salary-amount{display:block!important;margin-top:5px!important;font-size:clamp(2.4rem,5vw,3.8rem)!important;line-height:.94!important;letter-spacing:-.07em!important;font-weight:950!important;color:#fff!important}
body.salary-v2-fixed .salary-pill{font-style:normal!important;white-space:nowrap!important;padding:10px 12px!important;border-radius:999px!important;background:rgba(255,255,255,.14)!important;border:1px solid rgba(255,255,255,.18)!important;color:#E8FFE2!important;font-weight:950!important;font-size:.86rem!important}
body.salary-v2-fixed .salary-mini-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;margin-bottom:18px!important}
body.salary-v2-fixed .salary-mini-card{display:block!important;padding:16px!important;border-radius:20px!important;background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.14)!important}
body.salary-v2-fixed .salary-mini-card span{display:block!important;color:#C5DDF1!important;font-size:.85rem!important;font-weight:850!important}
body.salary-v2-fixed .salary-mini-card strong{display:block!important;margin-top:6px!important;font-size:1.18rem!important;font-weight:950!important;color:#fff!important}
body.salary-v2-fixed .salary-bars{display:grid!important;gap:10px!important;margin:18px 0!important}
body.salary-v2-fixed .salary-bar-row{display:grid!important;grid-template-columns:112px 1fr!important;align-items:center!important;gap:10px!important}
body.salary-v2-fixed .salary-bar-row span{color:#D6E8F6!important;font-size:.9rem!important;font-weight:850!important}
body.salary-v2-fixed .bar-track{display:block!important;height:10px!important;border-radius:999px!important;background:rgba(255,255,255,.17)!important;overflow:hidden!important}
body.salary-v2-fixed .bar-fill{display:block!important;height:100%!important;border-radius:999px!important;background:linear-gradient(90deg,var(--salary-lime),#35B8FF)!important}
body.salary-v2-fixed .bar-fill-net{width:79%!important}
body.salary-v2-fixed .bar-fill-tax{width:32%!important;background:linear-gradient(90deg,#76E05B,#2E8FFF)!important}
body.salary-v2-fixed .bar-fill-cost{width:88%!important;background:linear-gradient(90deg,#2E8FFF,#76E05B)!important}
body.salary-v2-fixed .salary-story{display:grid!important;gap:7px!important;width:64%!important;margin-top:18px!important;color:#fff!important}
body.salary-v2-fixed .salary-story p{margin:0!important;color:#fff!important;font-weight:950!important}
body.salary-v2-fixed .salary-story ul{display:grid!important;gap:7px!important;margin:0!important;padding:0!important;list-style:none!important}
body.salary-v2-fixed .salary-story li{position:relative!important;padding-left:16px!important;color:#D3E6F6!important;font-size:.95rem!important;font-weight:750!important;line-height:1.4!important}
body.salary-v2-fixed .salary-story li:before{content:"";position:absolute;left:0;top:.58em;width:8px;height:8px;border-radius:50%;background:var(--salary-lime);box-shadow:0 0 0 4px rgba(118,224,91,.13)}
body.salary-v2-fixed .salary-float-note{position:absolute!important;left:-4px!important;bottom:82px!important;z-index:4!important;display:grid!important;gap:2px!important;padding:16px 18px!important;border-radius:24px!important;background:rgba(255,255,255,.9)!important;border:1px solid rgba(255,255,255,.7)!important;box-shadow:0 22px 44px rgba(8,26,51,.2)!important;color:var(--salary-ink)!important;backdrop-filter:blur(16px)!important}
body.salary-v2-fixed .salary-float-note span{color:var(--salary-muted)!important;font-size:.78rem!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.08em!important}
body.salary-v2-fixed .salary-float-note strong{font-size:1.55rem!important;line-height:1!important;font-weight:950!important;letter-spacing:-.05em!important}
body.salary-v2-fixed .salary-float-note small{color:#5C6E84!important;font-weight:850!important}
body.salary-v2-fixed .salary-calc{position:absolute!important;right:18px!important;bottom:18px!important;z-index:4!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:9px!important;width:170px!important;padding:16px!important;border-radius:28px!important;background:#071D3B!important;box-shadow:0 26px 60px rgba(8,26,51,.34)!important;transform:rotate(5deg)!important}
body.salary-v2-fixed .salary-calc .calc-screen{grid-column:1/-1!important;height:48px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;padding:0 14px!important;border-radius:15px!important;background:linear-gradient(135deg,#76E05B,#45B22F)!important;color:#071D3B!important;font-size:1.45rem!important;font-weight:950!important}
body.salary-v2-fixed .salary-calc .calc-keys{display:contents!important}
body.salary-v2-fixed .salary-calc .calc-keys span{height:26px!important;border-radius:10px!important;background:#EDF6FF!important}
body.salary-v2-fixed .salary-calc .calc-keys span:nth-child(4n){background:#2E8FFF!important}

body.salary-v2-fixed .anchor-wrap{position:sticky!important;top:76px!important;z-index:80!important;margin-top:2px!important}
body.salary-v2-fixed .anchor-nav{width:max-content!important;max-width:min(1180px,calc(100% - 32px))!important;margin:0 auto!important;display:flex!important;gap:8px!important;overflow:auto!important;padding:10px!important;border-radius:999px!important;background:rgba(255,255,255,.84)!important;backdrop-filter:blur(18px)!important;border:1px solid rgba(220,231,242,.82)!important;box-shadow:0 16px 36px rgba(8,26,51,.07)!important}
body.salary-v2-fixed .anchor-nav a{flex:0 0 auto!important;padding:10px 14px!important;border-radius:999px!important;color:#4C6178!important;font-weight:900!important;font-size:.92rem!important;background:transparent!important;border:0!important}
body.salary-v2-fixed .anchor-nav a:hover{background:#EFF7FF!important;color:var(--salary-blue)!important}

body.salary-v2-fixed .stage{display:grid!important;grid-template-columns:minmax(0,1.04fr) 420px!important;gap:22px!important;align-items:start!important;padding:38px 0!important}
body.salary-v2-fixed .card{background:rgba(255,255,255,.93)!important;border:1px solid rgba(220,231,242,.9)!important;border-radius:32px!important;box-shadow:var(--salary-soft-shadow)!important}
body.salary-v2-fixed .calculator-card{padding:26px!important;overflow:hidden!important}
body.salary-v2-fixed .section-head{padding:0!important}
body.salary-v2-fixed .section-kicker{display:block;margin-bottom:8px;color:var(--salary-green);font-weight:950;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}
body.salary-v2-fixed .section-head h2{margin:0 0 10px;color:var(--salary-ink);font-size:clamp(1.9rem,3vw,2.35rem);line-height:1.05;letter-spacing:-.055em;font-weight:950}
body.salary-v2-fixed .section-head p{color:var(--salary-muted);margin:0 0 20px}
body.salary-v2-fixed .calc-body{padding:0!important}
body.salary-v2-fixed .preset-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:10px!important;margin:0 0 20px!important}
body.salary-v2-fixed .preset,
body.salary-v2-fixed .scenario-chip{appearance:none!important;border:1px solid var(--salary-line)!important;border-radius:20px!important;background:#fff!important;text-align:left!important;padding:14px!important;box-shadow:0 10px 22px rgba(8,26,51,.055)!important;cursor:pointer!important;color:var(--salary-ink)!important}
body.salary-v2-fixed .preset b{display:block!important;color:var(--salary-ink)!important;font-size:.98rem!important}
body.salary-v2-fixed .preset span{display:block!important;margin-top:3px!important;color:var(--salary-muted)!important;font-size:.84rem!important;line-height:1.35!important}
body.salary-v2-fixed .preset.active{border-color:rgba(69,178,47,.46)!important;background:linear-gradient(135deg,#F2FFEE,#fff)!important;box-shadow:0 16px 30px rgba(69,178,47,.12)!important}
body.salary-v2-fixed .form-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important}
body.salary-v2-fixed .field{display:grid!important;gap:8px!important}
body.salary-v2-fixed .field.full{grid-column:1/-1!important}
body.salary-v2-fixed .field label{font-weight:900!important;color:var(--salary-ink)!important}
body.salary-v2-fixed .input-wrap{display:flex!important;align-items:center!important;min-height:58px!important;border:1px solid var(--salary-line)!important;border-radius:20px!important;background:#fff!important;overflow:hidden!important}
body.salary-v2-fixed .input-wrap:focus-within{border-color:rgba(69,178,47,.55)!important;box-shadow:0 0 0 4px rgba(118,224,91,.13)!important}
body.salary-v2-fixed .input-wrap input,
body.salary-v2-fixed .input-wrap select{width:100%!important;min-width:0!important;border:0!important;outline:0!important;background:transparent!important;padding:16px!important;color:var(--salary-ink)!important;font-weight:900!important}
body.salary-v2-fixed .input-suffix{padding-right:16px!important;color:var(--salary-muted)!important;font-weight:850!important}
body.salary-v2-fixed .helper{color:var(--salary-muted)!important;font-size:.88rem!important;line-height:1.45!important}
body.salary-v2-fixed .toggle-row{display:flex!important;align-items:flex-start!important;gap:12px!important;padding:16px 18px!important;border:1px solid var(--salary-line)!important;border-radius:22px!important;background:#FAFDFF!important}
body.salary-v2-fixed .toggle-row input{margin-top:4px!important;accent-color:var(--salary-green)!important;transform:scale(1.15)!important}
body.salary-v2-fixed .toggle-row b{display:block!important;margin-bottom:4px!important;color:var(--salary-ink)!important}
body.salary-v2-fixed .calc-actions{display:flex!important;gap:10px!important;flex-wrap:wrap!important;margin-top:18px!important}

body.salary-v2-fixed .result-panel{position:sticky!important;top:156px!important;overflow:hidden!important;padding:0!important}
body.salary-v2-fixed .result-top{position:relative!important;padding:24px!important;background:linear-gradient(145deg,var(--salary-ink) 0%,#0A315C 58%,var(--salary-blue) 100%)!important;color:#fff!important;border-radius:32px 32px 28px 28px!important}
body.salary-v2-fixed .result-top:before{content:"";position:absolute;right:-80px;top:-110px;width:250px;height:250px;border-radius:50%;background:radial-gradient(circle,rgba(118,224,91,.55),transparent 68%)}
body.salary-v2-fixed .result-label{position:relative;display:block!important;color:#BBD8EE!important;font-size:.83rem!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.08em!important}
body.salary-v2-fixed .primary-result{position:relative!important;display:block!important;margin:8px 0 8px!important;font-size:clamp(2.4rem,5vw,3.3rem)!important;line-height:1!important;font-weight:950!important;letter-spacing:-.07em!important;color:#fff!important;background:transparent!important;padding:0!important;border-radius:0!important;box-shadow:none!important}
body.salary-v2-fixed .status-badge{position:relative!important;display:inline-flex!important;font-style:normal!important;padding:8px 11px!important;border-radius:999px!important;background:rgba(255,255,255,.14)!important;border:1px solid rgba(255,255,255,.16)!important;color:#E9FFE2!important;font-weight:950!important;font-size:.88rem!important}
body.salary-v2-fixed .status-badge.warning{color:#FFF2B3!important}
body.salary-v2-fixed .status-badge.risk{color:#FFD8D2!important}
body.salary-v2-fixed .result-body{padding:18px 20px 22px!important}
body.salary-v2-fixed .metrics{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin:0 0 14px!important}
body.salary-v2-fixed .metric{padding:14px!important;border:1px solid var(--salary-line)!important;border-radius:20px!important;background:#fff!important}
body.salary-v2-fixed .metric span{display:block!important;color:var(--salary-muted)!important;font-size:.82rem!important;font-weight:850!important}
body.salary-v2-fixed .metric strong{display:block!important;margin-top:5px!important;color:var(--salary-ink)!important;font-size:1.14rem!important;font-weight:950!important;letter-spacing:-.03em!important}
body.salary-v2-fixed .note{padding:15px!important;border-radius:20px!important;background:#F6FBFF!important;border:1px solid #DDEEFF!important;color:#50677F!important;font-size:.95rem!important}
body.salary-v2-fixed .meter{margin-top:16px!important}
body.salary-v2-fixed .meter-head{display:flex!important;justify-content:space-between!important;gap:12px!important;color:var(--salary-muted)!important;font-weight:850!important;font-size:.9rem!important}
body.salary-v2-fixed .meter-track{height:12px!important;margin-top:8px!important;border-radius:999px!important;background:#E7EEF6!important;overflow:hidden!important}
body.salary-v2-fixed .meter-bar{display:block!important;height:100%!important;width:0;border-radius:999px!important;background:linear-gradient(90deg,var(--salary-green),var(--salary-blue2),#F59E0B)!important;transition:width .25s ease!important}
body.salary-v2-fixed .breakdown{margin-top:16px!important;border:1px solid var(--salary-line)!important;border-radius:22px!important;overflow:hidden!important}
body.salary-v2-fixed .breakdown summary{padding:14px 16px!important;cursor:pointer!important;font-weight:950!important;color:var(--salary-ink)!important;background:#FBFDFF!important}
body.salary-v2-fixed .breakdown-table{width:100%!important;border-collapse:collapse!important;font-size:.9rem!important}
body.salary-v2-fixed .breakdown-table td{padding:11px 14px!important;border-top:1px solid var(--salary-line)!important;vertical-align:top!important}
body.salary-v2-fixed .breakdown-table td:last-child{text-align:right!important;font-weight:950!important;color:var(--salary-ink)!important;white-space:nowrap!important}

body.salary-v2-fixed .decision{padding:14px 0 54px!important}
body.salary-v2-fixed .decision-grid{display:grid!important;grid-template-columns:1.12fr .88fr!important;gap:22px!important}
body.salary-v2-fixed .decision-main{padding:28px!important;border-radius:32px!important;background:linear-gradient(135deg,#fff,#F3FAFF)!important;border:1px solid var(--salary-line)!important;box-shadow:var(--salary-soft-shadow)!important}
body.salary-v2-fixed .decision-main h2,
body.salary-v2-fixed .content h2{color:var(--salary-ink)!important;font-size:clamp(1.9rem,3vw,2.35rem)!important;line-height:1.06!important;letter-spacing:-.055em!important;margin-bottom:12px!important}
body.salary-v2-fixed .decision-main p{color:var(--salary-muted)!important;font-size:1.03rem!important}
body.salary-v2-fixed .decision-status-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important;margin-top:18px!important}
body.salary-v2-fixed .decision-card{padding:18px!important;border-radius:24px!important;background:#fff!important;border:1px solid var(--salary-line)!important;box-shadow:0 10px 26px rgba(8,26,51,.055)!important}
body.salary-v2-fixed .tag{display:inline-flex!important;padding:7px 10px!important;border-radius:999px!important;font-weight:950!important;font-size:.78rem!important;margin-bottom:10px!important}
body.salary-v2-fixed .tag.safe{background:#E8FFE2!important;color:#237D17!important}
body.salary-v2-fixed .tag.caution{background:#FFF5D7!important;color:#A76100!important}
body.salary-v2-fixed .decision-card h3{margin:0 0 8px!important;color:var(--salary-ink)!important;font-size:1.08rem!important}
body.salary-v2-fixed .decision-card p{margin:0!important;color:var(--salary-muted)!important;font-size:.94rem!important}
body.salary-v2-fixed .next-card{padding:28px!important;border-radius:32px!important;background:linear-gradient(145deg,#081A33,#0B315B)!important;color:#fff!important;box-shadow:0 24px 60px rgba(8,26,51,.13)!important}
body.salary-v2-fixed .next-card h2{font-size:2rem!important;line-height:1.08!important;letter-spacing:-.05em!important;margin-bottom:12px!important}
body.salary-v2-fixed .next-card p{color:#C5D9EA!important}
body.salary-v2-fixed .next-links{display:grid!important;gap:10px!important;margin-top:18px!important}
body.salary-v2-fixed .next-links a{display:flex!important;justify-content:space-between!important;gap:12px!important;padding:14px 15px!important;border-radius:18px!important;background:rgba(255,255,255,.1)!important;border:1px solid rgba(255,255,255,.13)!important;font-weight:950!important;color:#fff!important}

body.salary-v2-fixed .content{padding:22px 0 70px!important}
body.salary-v2-fixed .content-grid{display:grid!important;grid-template-columns:minmax(0,1fr) 340px!important;gap:22px!important;align-items:start!important}
body.salary-v2-fixed .article-card{padding:30px!important}
body.salary-v2-fixed .article-card h3{color:var(--salary-ink)!important;font-size:1.28rem!important;margin:24px 0 8px!important}
body.salary-v2-fixed .article-card p,
body.salary-v2-fixed .article-card li{color:#54677C!important}
body.salary-v2-fixed .formula{padding:18px!important;border-radius:22px!important;background:#07192F!important;color:#E8F4FF!important;font-weight:850!important;overflow:auto!important}
body.salary-v2-fixed .example{padding:18px!important;border-radius:22px!important;background:#F4FAFF!important;border:1px solid #DCEEFF!important}
body.salary-v2-fixed .side-stack{display:grid!important;gap:14px!important;position:sticky!important;top:156px!important}
body.salary-v2-fixed .side-card{padding:22px!important}
body.salary-v2-fixed .tool-list{display:grid!important;gap:9px!important}
body.salary-v2-fixed .tool-list a{padding:12px 13px!important;border-radius:16px!important;background:#F8FBFF!important;border:1px solid var(--salary-line)!important;font-weight:900!important;color:#284766!important}

body.salary-v2-fixed .site-footer{margin-top:20px!important;background:linear-gradient(135deg,#06162A,#081D37 54%,#0C2D52)!important;color:#EAF5FF!important}
body.salary-v2-fixed .footer-inner{padding:48px 0 26px!important}
body.salary-v2-fixed .footer-grid{display:grid!important;grid-template-columns:1.35fr .85fr .85fr .85fr!important;gap:26px!important}
body.salary-v2-fixed .footer-copy{color:#B8CCE0!important;max-width:390px!important;margin:14px 0 16px!important}
body.salary-v2-fixed .footer-badges{display:flex!important;flex-wrap:wrap!important;gap:8px!important}
body.salary-v2-fixed .footer-badges span{padding:8px 10px!important;border-radius:999px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.12)!important;color:#D6EAFC!important;font-weight:850!important;font-size:.84rem!important}
body.salary-v2-fixed .footer-col h3{margin:0 0 12px!important;color:#fff!important;font-size:.96rem!important}
body.salary-v2-fixed .footer-col a{display:block!important;color:#C6D9EA!important;padding:5px 0!important;font-weight:750!important}
body.salary-v2-fixed .footer-bottom{display:flex!important;justify-content:space-between!important;gap:20px!important;align-items:center!important;margin-top:34px!important;padding-top:20px!important;border-top:1px solid rgba(255,255,255,.12)!important;color:#A9BED1!important;font-size:.9rem!important}
body.salary-v2-fixed .mobile-result-bar,
body.salary-v2-fixed .mobile-sticky{display:none!important;visibility:hidden!important}

@media (max-width:1100px){
  body.salary-v2-fixed .hero-shell,
  body.salary-v2-fixed .stage,
  body.salary-v2-fixed .decision-grid,
  body.salary-v2-fixed .content-grid{grid-template-columns:1fr!important}
  body.salary-v2-fixed .result-panel,
  body.salary-v2-fixed .side-stack{position:static!important}
  body.salary-v2-fixed .preset-grid,
  body.salary-v2-fixed .decision-status-grid,
  body.salary-v2-fixed .footer-grid{grid-template-columns:1fr 1fr!important}
}
@media (max-width:900px){
  body.salary-v2-fixed .header-inner{height:68px!important}
  body.salary-v2-fixed .nav{display:none!important}
  body.salary-v2-fixed .hero-shell{padding:22px!important;border-radius:30px!important}
  body.salary-v2-fixed .hero .hero-copy{min-height:auto!important}
  body.salary-v2-fixed .hero .hero-visual{min-height:auto!important;order:-1!important}
  body.salary-v2-fixed .salary-dashboard{min-height:460px!important;border-radius:28px!important}
  body.salary-v2-fixed .hero-copy h1{font-size:clamp(2.35rem,12vw,4.05rem)!important}
  body.salary-v2-fixed .anchor-wrap{top:68px!important}
}
@media (max-width:720px){
  body.salary-v2-fixed .container{width:min(100% - 24px,1180px)!important}
  body.salary-v2-fixed .brand img.brand-logo-img{width:190px!important}
  body.salary-v2-fixed .header-cta{padding:10px 13px!important;font-size:.86rem!important}
  body.salary-v2-fixed .breadcrumbs{font-size:.82rem!important;overflow:auto!important;white-space:nowrap!important}
  body.salary-v2-fixed .salary-mini-grid,
  body.salary-v2-fixed .form-grid,
  body.salary-v2-fixed .metrics,
  body.salary-v2-fixed .footer-grid{grid-template-columns:1fr!important}
  body.salary-v2-fixed .preset-grid{grid-template-columns:1fr 1fr!important}
  body.salary-v2-fixed .salary-dashboard{min-height:420px!important;padding:16px!important}
  body.salary-v2-fixed .salary-panel{padding:18px!important;border-radius:24px!important}
  body.salary-v2-fixed .salary-top{flex-direction:column!important}
  body.salary-v2-fixed .salary-story{width:100%!important;padding-right:140px!important}
  body.salary-v2-fixed .salary-calc{width:132px!important;right:12px!important;bottom:12px!important}
  body.salary-v2-fixed .salary-float-note{display:none!important}
  body.salary-v2-fixed .decision-status-grid{grid-template-columns:1fr!important}
  body.salary-v2-fixed .anchor-nav{max-width:calc(100% - 24px)!important;border-radius:24px!important}
}
@media (max-width:520px){
  body.salary-v2-fixed .preset-grid{grid-template-columns:1fr!important}
  body.salary-v2-fixed .salary-bar-row{grid-template-columns:1fr!important}
  body.salary-v2-fixed .salary-story{padding-right:0!important}
  body.salary-v2-fixed .salary-calc{display:none!important}
}


/* FIX v6: anchor navigace není sticky, zůstává normálně v toku stránky */
body.salary-v2-fixed .anchor-wrap{
  position:static!important;
  top:auto!important;
  z-index:auto!important;
  margin-top:2px!important;
}
body.salary-v2-fixed .anchor-nav{
  position:static!important;
}
@media (max-width:900px){
  body.salary-v2-fixed .anchor-wrap{
    position:static!important;
    top:auto!important;
  }
}
