:root{--font-primary:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--color-header-bg-start:#2b7fff;--color-header-bg-mid:#1e62f6;--color-header-bg-end:#4361ee;--color-body-bg:#f4f7fc;--color-card-bg:#fff;--color-text-primary:#1e293b;--color-text-secondary:#64748b;--color-text-muted:#94a3b8;--color-accent-pink:#e11d48;--color-accent-pink-hover:#be123c;--color-accent-blue:#3b82f6;--color-accent-blue-hover:#2563eb;--color-accent-orange:#f97316;--color-accent-orange-hover:#ea580c;--color-border:#e2e8f0;--color-border-input:#cbd5e1;--color-input-focus:#3b82f6;--color-purple-banner-start:#4338ca;--color-purple-banner-end:#3b82f6;--color-footer-bg:#1e242d;--color-footer-text:#94a3b8;--color-footer-heading:#fff;--color-copyright-bg:#14181f;--shadow-card:0 10px 30px -5px #0000000d, 0 4px 12px -2px #00000005;--shadow-button:0 4px 14px 0 #3b82f663;--shadow-pink-button:0 4px 14px 0 #e11d4859;--transition-fast:all .2s cubic-bezier(.4, 0, .2, 1);--transition-normal:all .3s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-primary);background-color:var(--color-body-bg);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;min-height:100vh;line-height:1.6;display:flex}a{color:inherit;transition:var(--transition-fast);text-decoration:none}ul{list-style:none}button,input,select{font-family:inherit;font-size:inherit}.site-header{background:linear-gradient(135deg, var(--color-header-bg-start) 0%, var(--color-header-bg-mid) 50%, var(--color-header-bg-end) 100%);color:#fff;padding-top:1.25rem;padding-bottom:3.5rem;position:relative;overflow:hidden}.header-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.brand-logo{letter-spacing:-.02em;color:#fff;z-index:10;align-items:center;gap:.6rem;font-size:1.45rem;font-weight:800;display:flex}.logo-icon{color:#fff;background:linear-gradient(135deg,#ff7a45 0%,#ff5252 100%);border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.2rem;font-weight:800;display:flex;box-shadow:0 4px 10px #ff525266}.logo-text{color:#fff}.hero-content{text-align:center;padding:2.5rem 1.5rem 2rem}.hero-title{color:#fff;letter-spacing:-.02em;font-size:2.25rem;font-weight:800}.hero-wave{width:100%;line-height:0;position:absolute;bottom:-1px;left:0;overflow:hidden}.hero-wave svg{width:100%;height:45px;display:block;position:relative}.main-container{z-index:2;flex:1;max-width:1140px;margin:-1.5rem auto 3rem;padding:0 1.25rem;position:relative}.content-wrapper{grid-template-columns:1fr 340px;align-items:start;gap:1.75rem;display:grid}.main-content-col{flex-direction:column;gap:1.75rem;display:flex}.main-content-col>.content-section{margin-top:0}.calculator-card{background-color:var(--color-card-bg);box-shadow:var(--shadow-card);border:1px solid #e2e8f0b3;border-radius:16px;padding:2.5rem 2.25rem}.card-title{text-align:center;color:var(--color-text-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.card-subtitle{color:var(--color-text-secondary);text-align:center;max-width:580px;margin:0 auto 1.75rem;font-size:.875rem;line-height:1.5}.tab-switcher{border:1px solid #d85b7b;border-radius:6px;justify-content:center;width:fit-content;max-width:100%;margin:0 auto 2.25rem;display:flex;overflow:hidden}.tab-btn{cursor:pointer;transition:var(--transition-fast);color:#c84b6b;text-align:center;background-color:#fff;border:none;outline:none;padding:.75rem 1.5rem;font-size:.84375rem;font-weight:600;line-height:1.3}.tab-btn.active{color:#fff;box-shadow:none;background-color:#c84b6b}.tab-btn:not(.active):hover{background-color:#fff1f2}.calculator-form{max-width:600px;margin:0 auto}.currency-selector-group{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.currency-selector-group label{color:#334155;text-align:left;font-size:.875rem;font-weight:700}.currency-select{width:100%;color:var(--color-text-primary);cursor:pointer;transition:var(--transition-fast);background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:.8rem 1rem;font-size:1rem}.currency-select:focus{border-color:#3bafec;outline:none;box-shadow:0 0 0 3px #3bafec26}.form-mode-group{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:none}.form-mode-group.active{display:grid}.input-group{flex-direction:column;gap:.5rem;display:flex}.input-group label{color:#334155;text-align:left;font-size:.875rem;font-weight:700}.input-wrapper input{width:100%;color:var(--color-text-primary);transition:var(--transition-fast);background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.8rem 1rem;font-size:1rem}.input-wrapper input:focus{border-color:#3bafec;outline:none;box-shadow:0 0 0 3px #3bafec26}.form-actions{justify-content:center;align-items:center;gap:1.25rem;margin-top:1.5rem;display:flex}.btn-clear{color:#c84b6b;cursor:pointer;transition:var(--transition-fast);background-color:#fff;border:1px solid #fecdd3;border-radius:50px;padding:.75rem 2.25rem;font-size:.9375rem;font-weight:700;box-shadow:0 2px 6px #c84b6b0d}.btn-clear:hover{background-color:#fff1f2;border-color:#fda4af}.results-container{border-top:none;margin-top:2rem;padding-top:0;display:block}.output-banner{text-align:center;color:#fff;transition:var(--transition-fast);background:linear-gradient(135deg,#ff8e53 0%,#ff6b4a 100%);border-radius:12px;flex-direction:column;gap:.5rem;padding:1.75rem 2rem;display:flex;box-shadow:0 10px 25px #ff6b4a40}.output-title{color:#ffffffe6;letter-spacing:.02em;font-size:.9375rem;font-weight:600}.output-value{color:#fff;letter-spacing:-.01em;font-size:2.25rem;font-weight:800}.sidebar-container{flex-direction:column;gap:1.5rem;display:flex}.tools-sidebar-card{background-color:var(--color-card-bg);box-shadow:var(--shadow-card);border:1px solid #e2e8f0b3;border-radius:16px;padding:1.75rem 1.5rem}.sidebar-bullet-list{flex-direction:column;gap:.85rem;margin-top:.25rem;display:flex}.sidebar-bullet-list li{color:var(--color-text-secondary);transition:var(--transition-fast);background-color:#f8fafc;border:1px solid #eef2f7;border-radius:10px;align-items:flex-start;gap:.85rem;padding:.9rem 1rem;font-size:.84375rem;line-height:1.55;display:flex}.sidebar-bullet-list li:hover{border-color:#e2e8f0;box-shadow:0 2px 8px #0000000a}.bullet-icon{color:#ea580c;flex-shrink:0;width:20px;height:20px;margin-top:1px}.sidebar-bullet-list strong{color:var(--color-text-primary);margin-bottom:3px;font-size:.875rem;display:block}.cta-banner-card{color:#fff;text-align:center;background:linear-gradient(135deg,#ff7a45 0%,#ff5252 100%);border-radius:16px;padding:1.75rem 1.5rem;box-shadow:0 10px 25px #ff52524d}.cta-banner-title{margin-bottom:.4rem;font-size:1.15rem;font-weight:800}.cta-banner-desc{color:#ffffffe6;margin-bottom:1.25rem;font-size:.8125rem;line-height:1.45}.btn-try-free{color:#ff5252;transition:var(--transition-fast);background-color:#fff;border-radius:50px;padding:.55rem 1.5rem;font-size:.8125rem;font-weight:700;display:inline-block;box-shadow:0 4px 10px #0000001a}.btn-try-free:hover{background-color:#fff5f5;transform:translateY(-1px)}.content-section{opacity:0;margin-top:2rem;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);transform:translateY(24px)}.content-section.visible{opacity:1;transform:translateY(0)}.section-inner{background-color:var(--color-card-bg);box-shadow:var(--shadow-card);border:1px solid #e2e8f0b3;border-radius:16px;padding:2.5rem 2.25rem}.content-section--alt .section-inner{background-color:#fafbfe;border-color:#d2dcf099}.section-header{margin-bottom:1.25rem}.section-badge{text-transform:uppercase;letter-spacing:.08em;color:#c2410c;background-color:#fff7ed;border-radius:50px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.6875rem;font-weight:700;display:inline-block}.section-badge--blue{color:#1d4ed8;background-color:#eff6ff}.section-badge--green{color:#15803d;background-color:#f0fdf4}.section-badge--purple{color:#6d28d9;background-color:#f5f3ff}.section-badge--orange{color:#c2410c;background-color:#fff7ed}.section-badge--red{color:#b91c1c;background-color:#fef2f2}.section-header h2{color:var(--color-text-primary);letter-spacing:-.02em;font-size:1.5rem;font-weight:800;line-height:1.3}.section-lead{color:var(--color-text-secondary);margin-bottom:1.75rem;font-size:.9375rem;line-height:1.7}.section-lead strong{color:var(--color-text-primary)}.section-text{color:var(--color-text-secondary);margin-top:1.5rem;font-size:.875rem;line-height:1.65}.section-text strong{color:var(--color-text-primary)}.subsection{border-top:1px solid var(--color-border);margin-top:2rem;padding-top:1.75rem}.subsection h3{color:var(--color-text-primary);margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.growth-counter-widget{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid #e2e8f0;border-radius:14px;justify-content:center;align-items:center;gap:1.5rem;padding:1.75rem;display:flex}.growth-counter-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-width:150px;padding:1.25rem 1.75rem;box-shadow:0 2px 8px #0000000a}.growth-counter-card--result{background:linear-gradient(135deg,#f0fdf4 0%,#fff 100%);border-color:#bbf7d0}.growth-counter-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem;font-size:.75rem;font-weight:600}.growth-counter-value{color:var(--color-text-primary);font-size:1.5rem;font-weight:800}.growth-counter-card--result .growth-counter-value{color:#15803d}.growth-arrow-container{flex-direction:column;align-items:center;gap:.35rem;display:flex}.growth-arrow-svg{width:60px;height:24px;color:var(--color-accent-blue);animation:2s ease-in-out infinite arrowPulse}@keyframes arrowPulse{0%,to{opacity:.5;transform:translate(0)}50%{opacity:1;transform:translate(4px)}}.growth-pct-badge{color:#2563eb;background:#eff6ff;border-radius:50px;padding:.2rem .6rem;font-size:.8125rem;font-weight:800}.flow-diagram{flex-direction:column;gap:0;margin-bottom:1rem;display:flex}.flow-step{background:0 0;border:1px solid #0000;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.flow-step--active{background:#eff6ff;border-color:#bfdbfe;box-shadow:0 4px 16px #3b82f61a}.flow-step-number{width:36px;height:36px;color:var(--color-text-muted);background:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:800;transition:all .4s;display:flex}.flow-step--active .flow-step-number{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 12px #3b82f659}.flow-step-content strong{color:var(--color-text-primary);margin-bottom:.2rem;font-size:.9375rem;display:block}.flow-step-content span{color:var(--color-text-secondary);font-size:.8125rem;line-height:1.45}.flow-connector{color:#cbd5e1;justify-content:center;height:30px;padding-left:1.5rem;display:flex}.flow-connector svg{width:2px;height:30px}.mini-calc{background:linear-gradient(135deg,#fefce8 0%,#fff7ed 100%);border:1px solid #fde68a;border-radius:14px;margin-top:1.5rem;padding:1.5rem}.mini-calc-title{color:#92400e;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.8125rem;font-weight:700}.mini-calc-row{align-items:flex-end;gap:1rem;display:flex}.mini-calc-field{flex:1}.mini-calc-field label{color:#78716c;margin-bottom:.35rem;font-size:.8125rem;font-weight:600;display:block}.mini-calc-field input{width:100%;color:var(--color-text-primary);transition:var(--transition-fast);background:#fff;border:1px solid #d6d3d1;border-radius:8px;padding:.65rem .85rem;font-size:.9375rem}.mini-calc-field input:focus{border-color:#f59e0b;outline:none;box-shadow:0 0 0 3px #f59e0b26}.mini-calc-result-box{text-align:center;background:#fff;border:2px solid #f59e0b;border-radius:10px;min-width:110px;padding:.65rem 1.25rem}.mini-calc-result-label{color:#92400e;text-transform:uppercase;font-size:.6875rem;font-weight:600;display:block}.mini-calc-result-value{color:#b45309;font-size:1.35rem;font-weight:800;transition:all .3s}.mini-calc-result-value.has-value{color:#15803d}.salary-slider-widget{background:linear-gradient(135deg,#f0fdf4 0%,#f8fafc 100%);border:1px solid #d1fae5;border-radius:14px;padding:1.75rem}.slider-header{text-align:center;margin-bottom:1rem}.slider-header span{color:var(--color-text-secondary);font-size:.8125rem;font-weight:600}.slider-track-container{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.styled-range-slider{appearance:none;cursor:pointer;background:linear-gradient(90deg,#bbf7d0,#22c55e);border-radius:4px;outline:none;flex:1;height:8px}.styled-range-slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#fff;border:3px solid #22c55e;border-radius:50%;width:24px;height:24px;transition:box-shadow .2s;box-shadow:0 2px 8px #22c55e4d}.styled-range-slider::-webkit-slider-thumb:hover{box-shadow:0 4px 16px #22c55e73}.styled-range-slider::-moz-range-thumb{cursor:pointer;background:#fff;border:3px solid #22c55e;border-radius:50%;width:24px;height:24px;box-shadow:0 2px 8px #22c55e4d}.slider-value-display{color:#15803d;text-align:center;min-width:50px;font-size:1.15rem;font-weight:800}.slider-comparison{grid-template-columns:1fr 1fr 1fr;gap:1rem;display:grid}.slider-salary-box{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem}.slider-salary-box--new{background:linear-gradient(135deg,#f0fdf4,#fff);border-color:#86efac}.slider-salary-box--gain{background:linear-gradient(135deg,#ecfeff,#fff);border-color:#a5f3fc}.slider-salary-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.6875rem;font-weight:600}.slider-salary-amount{color:var(--color-text-primary);font-size:1.1rem;font-weight:800}.slider-salary-box--new .slider-salary-amount{color:#15803d}.slider-salary-box--gain .slider-salary-amount{color:#0891b2}.formula-cards-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.formula-card{transition:var(--transition-normal);background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;box-shadow:0 2px 8px #0000000a}.formula-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.formula-card-header{color:#6d28d9;text-transform:uppercase;letter-spacing:.04em;border-bottom:2px solid #ede9fe;margin-bottom:1rem;padding-bottom:.75rem;font-size:.8125rem;font-weight:700}.formula-display{background:#faf5ff;border-radius:10px;flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:1rem;padding:1rem;display:flex}.formula-part{color:var(--color-text-primary);cursor:default;transition:var(--transition-fast);background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:.25rem .5rem;font-size:.84375rem;font-weight:600;position:relative}.formula-part:hover{background:#eff6ff;border-color:#93c5fd}.formula-part[data-tooltip]:hover:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;z-index:10;pointer-events:none;background:#1e293b;border-radius:6px;padding:.4rem .65rem;font-size:.6875rem;font-weight:500;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}.formula-part--accent{color:#c2410c;background:#fff7ed;border-color:#fdba74}.formula-operator{color:var(--color-text-muted);padding:0 .15rem;font-size:1rem;font-weight:800}.formula-bracket{color:var(--color-text-muted);font-size:1.25rem;font-weight:300}.formula-card-example{color:var(--color-text-secondary);background:#f8fafc;border-left:3px solid #a78bfa;border-radius:8px;padding:.75rem;font-size:.8125rem;line-height:1.5}.formula-card-example strong{color:#6d28d9}.example-walkthrough{flex-direction:column;gap:0;display:flex}.example-step{border:1px solid #0000;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;transition:all .4s;display:flex;position:relative}.example-step[data-active=true]{background:#fff7ed;border-color:#fed7aa}.example-step-icon{background:#f1f5f9;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .4s;display:flex}.example-step[data-active=true] .example-step-icon{color:#fff;background:linear-gradient(135deg,#f97316,#ea580c)}.example-step-icon svg{width:18px;height:18px}.example-step[data-active=true] .example-step-icon svg{stroke:#fff}.example-step-body{flex:1}.example-step-body strong{color:var(--color-text-primary);margin-bottom:.2rem;font-size:.9375rem;display:block}.example-step-body p{color:var(--color-text-secondary);margin:0;font-size:.8125rem;line-height:1.5}.example-step-value{color:var(--color-text-primary);white-space:nowrap;background:#f1f5f9;border-radius:8px;flex-shrink:0;align-self:center;padding:.35rem .85rem;font-size:1rem;font-weight:800}.example-step-value--final{color:#fff;background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 4px 12px #f973164d}.comparison-chart{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem}.chart-legend{flex-wrap:wrap;gap:1.5rem;margin-bottom:1.25rem;display:flex}.legend-item{color:var(--color-text-secondary);align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;display:flex}.legend-dot{border-radius:3px;width:10px;height:10px}.legend-dot--hike{background:#3b82f6}.legend-dot--inflation{background:#ef4444}.legend-dot--real{background:#22c55e}.chart-bars{flex-direction:column;gap:.85rem;display:flex}.chart-row{align-items:center;gap:.75rem;display:flex}.chart-label{color:var(--color-text-primary);flex-shrink:0;width:48px;font-size:.8125rem;font-weight:700}.chart-bar-group{flex-direction:column;flex:1;gap:4px;display:flex}.chart-bar{color:#fff;border-radius:4px;justify-content:flex-end;align-items:center;width:0;height:22px;padding-right:8px;font-size:.6875rem;font-weight:700;transition:width 1s cubic-bezier(.4,0,.2,1);display:flex}.chart-animated .chart-bar{width:var(--bar-width)}.chart-bar:after{content:attr(data-value)}.chart-bar--hike{background:linear-gradient(90deg,#60a5fa,#3b82f6)}.chart-bar--inflation{background:linear-gradient(90deg,#f87171,#ef4444)}.chart-bar--real{background:linear-gradient(90deg,#4ade80,#22c55e)}.industry-chart{flex-direction:column;gap:.85rem;display:flex}.industry-bar-row{align-items:center;gap:1rem;display:flex}.industry-name{color:var(--color-text-primary);text-align:right;flex-shrink:0;width:120px;font-size:.8125rem;font-weight:600}.industry-bar-track{background:#f1f5f9;border-radius:6px;flex:1;height:32px;position:relative;overflow:hidden}.industry-bar{background:linear-gradient(90deg,#818cf8,#6366f1);border-radius:6px;justify-content:flex-end;align-items:center;width:0;height:100%;padding-right:10px;transition:width 1.2s cubic-bezier(.4,0,.2,1);display:flex}.chart-animated .industry-bar{width:var(--bar-pct)}.industry-bar-label{color:#fff;white-space:nowrap;font-size:.75rem;font-weight:700}.industry-bar-row:nth-child(2n) .industry-bar{background:linear-gradient(90deg,#a78bfa,#8b5cf6)}.negotiation-checklist{align-items:flex-start;gap:2rem;display:flex}.checklist-progress{flex-shrink:0;width:120px;height:120px;position:relative}.progress-ring{width:120px;height:120px;transform:rotate(-90deg)}.progress-ring-bg{fill:none;stroke:#e2e8f0;stroke-width:8px}.progress-ring-fill{fill:none;stroke:#3b82f6;stroke-width:8px;stroke-linecap:round;transition:stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}.progress-ring-text{color:var(--color-text-primary);font-size:1rem;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.checklist-items{flex-direction:column;flex:1;gap:.65rem;display:flex}.checklist-item{cursor:pointer;transition:var(--transition-fast);background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;display:flex}.checklist-item:hover{background:#f0f7ff;border-color:#93c5fd}.checklist-item.checked{background:#f0fdf4;border-color:#86efac}.checklist-checkbox{display:none}.checklist-check-icon{width:22px;height:22px;transition:var(--transition-fast);border:2px solid #cbd5e1;border-radius:6px;flex-shrink:0;margin-top:2px;position:relative}.checklist-item.checked .checklist-check-icon{background:#22c55e;border-color:#22c55e}.checklist-item.checked .checklist-check-icon:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;position:absolute;top:3px;left:6px;transform:rotate(45deg)}.checklist-item strong{color:var(--color-text-primary);margin-bottom:.15rem;font-size:.875rem;display:block}.checklist-item span{color:var(--color-text-secondary);font-size:.78125rem;line-height:1.4}.checklist-item.checked strong{color:var(--color-text-muted);text-decoration:line-through}.tax-calc-widget{background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 100%);border:1px solid #a7f3d0;border-radius:14px;padding:1.75rem}.tax-calc-inputs{align-items:flex-end;gap:1rem;margin-bottom:1.25rem;display:flex}.tax-calc-field{flex:1}.tax-calc-field label{color:#065f46;margin-bottom:.35rem;font-size:.8125rem;font-weight:600;display:block}.tax-calc-field input{width:100%;color:var(--color-text-primary);transition:var(--transition-fast);background:#fff;border:1px solid #a7f3d0;border-radius:8px;padding:.7rem .9rem;font-size:.9375rem}.tax-calc-field input:focus{border-color:#22c55e;outline:none;box-shadow:0 0 0 3px #22c55e26}.tax-calc-btn{color:#fff;cursor:pointer;white-space:nowrap;transition:var(--transition-fast);background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:8px;padding:.7rem 1.5rem;font-size:.875rem;font-weight:700;box-shadow:0 4px 12px #22c55e4d}.tax-calc-btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #22c55e66}.tax-calc-results{grid-template-columns:1fr 1fr 1fr;gap:1rem;display:none}.tax-calc-results.show{display:grid}.tax-result-item{text-align:center;background:#fff;border:1px solid #d1fae5;border-radius:10px;padding:1rem}.tax-result-item--highlight{background:linear-gradient(135deg,#f0fdf4,#fff);border-color:#22c55e;box-shadow:0 2px 8px #22c55e1a}.tax-result-label{color:#065f46;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.3rem;font-size:.6875rem;font-weight:600;display:block}.tax-result-value{color:var(--color-text-primary);font-size:1.15rem;font-weight:800}.tax-result-item--highlight .tax-result-value{color:#15803d}.timeline-widget{padding:1.5rem 0;position:relative}.timeline-line{background:linear-gradient(#e2e8f0,#a78bfa,#e2e8f0);border-radius:2px;width:3px;position:absolute;top:0;bottom:0;left:18px}.timeline-node{cursor:pointer;align-items:flex-start;gap:1.25rem;padding:.75rem 0;display:flex;position:relative}.timeline-node:before{content:attr(data-month);color:#8b5cf6;text-transform:uppercase;letter-spacing:.05em;font-size:.6875rem;font-weight:700;position:absolute;top:.85rem;left:46px}.timeline-dot{z-index:2;background:#e2e8f0;border:3px solid #fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;margin-top:.85rem;transition:all .3s;box-shadow:0 0 0 2px #e2e8f0}.timeline-dot--active{background:#8b5cf6;box-shadow:0 0 0 3px #8b5cf64d}.timeline-card{transition:var(--transition-fast);background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex:1;margin-left:3.5rem;padding:1rem 1.25rem;box-shadow:0 2px 6px #00000008}.timeline-node:hover .timeline-card{border-color:#c4b5fd;box-shadow:0 4px 16px #8b5cf61a}.timeline-card strong{color:var(--color-text-primary);margin-bottom:.25rem;font-size:.9375rem;display:block}.timeline-card p{color:var(--color-text-secondary);margin:0;font-size:.8125rem;line-height:1.5}.faq-accordion{flex-direction:column;gap:.65rem;display:flex}.faq-item{transition:var(--transition-fast);background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.faq-item:hover{border-color:#fdba74}.faq-item.open{border-color:#f97316;box-shadow:0 4px 16px #f973161a}.faq-question{cursor:pointer;text-align:left;width:100%;transition:var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.15rem 1.5rem;font-family:inherit;display:flex}.faq-question span{color:var(--color-text-primary);font-size:.9375rem;font-weight:700}.faq-chevron{width:20px;height:20px;color:var(--color-text-muted);flex-shrink:0;transition:transform .3s}.faq-item.open .faq-chevron{color:#f97316;transform:rotate(180deg)}.faq-answer{max-height:0;padding:0 1.5rem;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:300px;padding:0 1.5rem 1.25rem}.faq-answer p{color:var(--color-text-secondary);margin:0;font-size:.875rem;line-height:1.65}.faq-answer strong{color:var(--color-text-primary)}.purple-cta-section{background:linear-gradient(135deg, var(--color-purple-banner-start) 0%, var(--color-purple-banner-end) 100%);color:#fff;text-align:center;margin-top:3rem;padding:4rem 1.5rem 3.5rem;position:relative}.purple-cta-container{z-index:2;max-width:800px;margin:0 auto;position:relative}.purple-cta-title{letter-spacing:-.02em;margin-bottom:.85rem;font-size:2rem;font-weight:800}.purple-cta-desc{color:#ffffffe0;font-size:.9375rem;line-height:1.6}.footer-wave{width:100%;line-height:0;position:absolute;bottom:-1px;left:0;overflow:hidden}.footer-wave svg{width:100%;height:40px}.site-footer{background-color:var(--color-footer-bg);color:var(--color-footer-text)}.footer-container{grid-template-columns:1.3fr .8fr 1.2fr;align-items:start;gap:3rem;max-width:1140px;margin:0 auto;padding:2.5rem 2rem 2rem;display:grid}.brand-col{flex-direction:column;gap:1rem;display:flex}.footer-logo{margin-bottom:.15rem}.social-links{align-items:center;gap:.5rem;display:flex}.social-icon{color:#fff9;width:34px;height:34px;transition:var(--transition-fast);border-radius:6px;justify-content:center;align-items:center;display:flex}.social-icon svg{width:18px;height:18px}.social-icon:hover{color:#fff;background-color:#ffffff14;transform:translateY(-1px)}.app-store-buttons{flex-direction:column;gap:.5rem;width:160px;display:flex}.store-btn{color:#fff;transition:var(--transition-fast);background-color:#0f141c;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:.55rem;width:100%;height:40px;padding:.45rem .75rem;display:flex}.store-btn:hover{background-color:#171e2a;border-color:#ffffff59}.store-icon{flex-shrink:0;width:18px;height:18px}.store-btn-text{flex-direction:column;line-height:1.15;display:flex}.btn-subtext{text-transform:uppercase;color:#94a3b8;font-size:.5625rem;font-weight:500}.btn-maintext{font-size:.75rem;font-weight:700}.footer-col:not(.brand-col){padding-top:0}.footer-heading{color:var(--color-footer-heading);letter-spacing:.01em;margin-bottom:1rem;font-size:.875rem;font-weight:700}.footer-links{flex-direction:column;gap:.55rem;display:flex}.footer-links a{color:var(--color-footer-text);transition:var(--transition-fast);padding:.1rem 0;font-size:.8125rem;display:inline-block}.footer-links a:hover{color:#fff}.copyright-bar{background-color:var(--color-copyright-bg);text-align:center;border-top:1px solid #ffffff0f;padding:1rem 2rem}.copyright-container{max-width:1140px;margin:0 auto}.copyright-container p{color:#64748b;font-size:.78125rem}.lang-switcher-select{color:#fff;cursor:pointer;transition:var(--transition-fast);background-color:#ffffff26;border:1px solid #ffffff4d;border-radius:6px;outline:none;padding:.3rem .6rem;font-size:.8125rem;font-weight:600}.lang-switcher-select option{color:#fff;background-color:#1e242d}.lang-switcher-select:hover{background-color:#ffffff40;border-color:#ffffff80}.page-card{background-color:var(--color-card-bg);box-shadow:var(--shadow-card);border:1px solid #e2e8f0b3;border-radius:16px;max-width:800px;margin:0 auto;padding:3rem 2.5rem}.page-card h2{color:var(--color-text-primary);margin-bottom:1rem;font-size:1.75rem;font-weight:700}.page-card p{color:var(--color-text-secondary);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.7}.page-card ul{color:var(--color-text-secondary);margin-bottom:1.5rem;margin-left:1.5rem;list-style:outside}.page-card li{margin-bottom:.5rem;font-size:.9375rem}.contact-form{flex-direction:column;gap:1.25rem;margin-top:1.5rem;display:flex}.btn-submit{background-color:var(--color-header-bg-mid);color:#fff;cursor:pointer;transition:var(--transition-fast);border:none;border-radius:8px;padding:.8rem 2rem;font-weight:700}.btn-submit:hover{background-color:var(--color-header-bg-start)}@media (width<=1024px){.content-wrapper{grid-template-columns:1fr}.footer-container{grid-template-columns:1.2fr .8fr 1.2fr;gap:2rem;padding:2rem 1.5rem 1.5rem}.formula-cards-grid{grid-template-columns:1fr}}@media (width<=768px){.footer-container{grid-template-columns:1fr;gap:1.5rem;padding:2rem 1.25rem 1.5rem}.form-mode-group{grid-template-columns:1fr}.hero-title{font-size:1.75rem}.section-inner{padding:1.75rem 1.5rem}.section-header h2{font-size:1.3rem}.growth-counter-widget{flex-direction:column;gap:1rem;padding:1.25rem}.growth-arrow-container{transform:rotate(90deg)}.growth-counter-card{min-width:unset;width:100%}.mini-calc-row{flex-direction:column;gap:.85rem}.mini-calc-result-box{min-width:unset;width:100%}.slider-comparison{grid-template-columns:1fr;gap:.75rem}.negotiation-checklist{flex-direction:column;align-items:center;gap:1.5rem}.tax-calc-inputs{flex-direction:column;align-items:stretch}.tax-calc-btn{width:100%}.tax-calc-results{grid-template-columns:1fr}.industry-name{width:90px;font-size:.75rem}.timeline-card{margin-left:2rem}.timeline-node:before{left:36px}.chart-label{width:38px;font-size:.75rem}.example-step{padding:1rem}.example-step-value{padding:.25rem .6rem;font-size:.875rem}.purple-cta-title{font-size:1.5rem}.purple-cta-desc{font-size:.875rem}}@media (width<=480px){.footer-container{grid-template-columns:1fr;gap:1.5rem;padding:1.75rem 1.25rem 1.25rem}.app-store-buttons{flex-direction:row;width:auto}.store-btn{flex:1;width:auto}.calculator-card{padding:1.5rem 1rem}.tab-switcher{flex-direction:column}.section-inner{padding:1.25rem 1rem}.section-header h2{font-size:1.2rem}.section-lead{font-size:.875rem}.growth-counter-value{font-size:1.25rem}.growth-counter-card{padding:1rem 1.25rem}.formula-display{gap:.25rem;padding:.75rem}.formula-part{padding:.2rem .35rem;font-size:.75rem}.formula-card{padding:1.15rem}.example-step-value{display:none}.example-step{gap:.75rem;padding:.85rem}.industry-name{width:70px;font-size:.6875rem}.industry-bar-track{height:26px}.industry-bar-label{font-size:.6875rem}.chart-bar{height:18px;font-size:.625rem}.chart-label{width:32px;font-size:.6875rem}.checklist-item{padding:.7rem .85rem}.checklist-item strong{font-size:.8125rem}.checklist-item span{font-size:.71875rem}.timeline-card{margin-left:1.5rem;padding:.85rem 1rem}.timeline-node:before{font-size:.625rem;left:30px}.timeline-card strong{font-size:.875rem}.timeline-card p{font-size:.75rem}.slider-salary-amount{font-size:.9375rem}.slider-value-display,.tax-result-value{font-size:1rem}.faq-question{padding:.9rem 1rem}.faq-question span{font-size:.875rem}.faq-answer p{font-size:.8125rem}.purple-cta-section{padding:2.5rem 1rem}.purple-cta-title{font-size:1.3rem}.purple-cta-desc{font-size:.8125rem}}.cookie-popup{z-index:10000;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;width:90%;max-width:650px;padding:1.25rem 1.75rem;transition:bottom .4s cubic-bezier(.175,.885,.32,1.275);position:fixed;bottom:-120px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0000001a}.cookie-popup.show{bottom:24px}.cookie-popup-content{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.cookie-popup-content p{color:#475569;font-size:.84375rem;line-height:1.45}.cookie-popup-content a{color:#c84b6b;font-weight:600;text-decoration:underline}.btn-cookie-accept{color:#fff;cursor:pointer;white-space:nowrap;background-color:#c84b6b;border:none;border-radius:6px;padding:.55rem 1.5rem;font-size:.84375rem;font-weight:700;transition:all .2s}.btn-cookie-accept:hover{background-color:#be123c}@media (width<=640px){.cookie-popup-content{text-align:center;flex-direction:column;align-items:stretch;gap:1.1rem}.btn-cookie-accept{width:100%}}
