:root {
  --navy: #123b30;
  --navy-2: #185744;
  --ink: #172436;
  --muted: #667487;
  --line: #dce5ed;
  --soft: #f4f8fb;
  --white: #fff;
  --blue: #188759;
  --blue-dark: #0f6b45;
  --cyan: #f4c542;
  --green: #257f6c;
  --orange: #d28a44;
  --danger: #c65353;
  --shadow: 0 25px 70px rgba(16, 36, 62, .14);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 13px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.narrow-shell { width: min(calc(100% - 40px), 1060px); }
.skip-link { position: fixed; left: 12px; top: -70px; z-index: 1000; padding: 10px 16px; background: var(--navy); color: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(220,229,237,.9); backdrop-filter: blur(16px); }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.brand-mark { display: grid; grid-template-columns: repeat(3, 5px); gap: 3px; align-items: end; width: 22px; height: 24px; }
.brand-mark span { display: block; border-radius: 5px; background: var(--blue); }
.brand-mark span:nth-child(1) { height: 11px; }
.brand-mark span:nth-child(2) { height: 18px; background: var(--cyan); }
.brand-mark span:nth-child(3) { height: 24px; }
.brand-name { color: var(--navy); font-size: 21px; letter-spacing: -.6px; }
.brand-name span { color: var(--blue); }
.desktop-nav { display: flex; align-items: center; gap: 30px; color: #4d5d70; font-size: 14px; font-weight: 650; }
.desktop-nav a:hover { color: var(--blue); }
.header-cta { padding: 10px 17px; border-radius: 11px; background: var(--navy); color: white; font-size: 14px; font-weight: 750; }
.header-cta:hover { background: var(--blue-dark); }

.hero { position: relative; overflow: hidden; color: white; background: linear-gradient(135deg, #0b2e25 0%, #14533f 58%, #1c7353 100%); padding: 78px 0 178px; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(to bottom right, transparent 49%, white 50%); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .18; }
.hero-glow-one { width: 430px; height: 430px; background: var(--cyan); right: -100px; top: -170px; }
.hero-glow-two { width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.35); right: 28%; bottom: -210px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.45fr) minmax(320px,.75fr); align-items: center; gap: 70px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: 1.5px; font-size: 12px; font-weight: 800; }
.eyebrow { color: #f7df8a; }
.eyebrow span { width: 26px; height: 2px; background: var(--cyan); }
.hero h1 { margin: 16px 0 16px; max-width: 700px; font-size: clamp(44px, 6vw, 72px); line-height: 1.04; letter-spacing: -3px; }
.hero-lead { max-width: 680px; margin: 0; color: #d9e5ee; font-size: clamp(18px, 2vw, 21px); line-height: 1.55; }
.hero-points { display: flex; flex-wrap: wrap; gap: 14px 24px; margin-top: 30px; color: #e7f0f5; font-size: 14px; }
.hero-points span { display: flex; align-items: center; gap: 8px; }
.hero-points i { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: rgba(210,154,173,.18); color: #f8dd72; font-style: normal; font-size: 12px; }
.rate-preview { padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.08); box-shadow: 0 25px 70px rgba(0,0,0,.15); backdrop-filter: blur(14px); }
.rate-preview-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.13); color: #d7e8f1; font-size: 13px; }
.rate-preview-head strong { padding: 4px 9px; border-radius: 8px; background: #fff1ad; color: #174633; font-size: 12px; }
.preview-row { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: #bcd0dc; font-size: 13px; }
.preview-row:last-child { border: 0; padding-bottom: 0; }
.preview-row b { color: white; font-size: 15px; }

.calculator-section { position: relative; z-index: 4; margin-top: -104px; padding-bottom: 72px; }
.calculator-card { display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.82fr); overflow: hidden; border: 1px solid #e1e8ef; border-radius: var(--radius-xl); background: white; box-shadow: var(--shadow); }
.calculator-inputs, .calculator-results { padding: 38px 40px; }
.calculator-results { background: linear-gradient(180deg, #f9fcfa 0%, #f1f8f4 100%); border-left: 1px solid #e1e8ef; }
.panel-heading, .results-topline, .breakdown-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.section-kicker { color: var(--blue); }
.panel-heading h2, .section-intro h2, .methodology-grid h2, .source-box h2 { margin: 3px 0 0; color: var(--navy); line-height: 1.18; letter-spacing: -1.2px; }
.panel-heading h2 { font-size: 29px; }
.text-button, .result-actions button, .breakdown-head button { border: 0; background: transparent; color: var(--blue); cursor: pointer; font-weight: 750; font-size: 13px; }
.text-button:hover, .result-actions button:hover, .breakdown-head button:hover { color: var(--blue-dark); }
.field-group { margin: 30px 0 22px; padding: 0; border: 0; }
.field-group legend, .field > span:first-child { display: block; margin-bottom: 9px; color: #405165; font-size: 13px; font-weight: 750; }
.segmented { display: grid; grid-template-columns: repeat(3,1fr); padding: 5px; border: 1px solid var(--line); border-radius: 13px; background: var(--soft); }
.segment { padding: 10px 8px; border: 0; border-radius: 9px; background: transparent; color: #58687a; cursor: pointer; font-size: 13px; font-weight: 750; }
.segment.active { background: white; color: var(--navy); box-shadow: 0 4px 15px rgba(16,36,62,.09); }
.two-column-fields { display: grid; grid-template-columns: 1.4fr .8fr; gap: 17px; }
.compact-fields { grid-template-columns: 1fr 1fr; }
.field { display: block; }
.field input, .field select { width: 100%; min-height: 49px; border: 1px solid #cfdbe5; border-radius: 11px; background: white; color: var(--ink); outline: 0; transition: .2s border-color, .2s box-shadow; }
.field input { padding: 10px 13px; }
.field select { appearance: none; padding: 10px 38px 10px 13px; background-image: linear-gradient(45deg, transparent 50%, #6a7a8d 50%), linear-gradient(135deg, #6a7a8d 50%, transparent 50%); background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.field input:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(45,115,218,.1); }
.field small { display: block; margin-top: 7px; color: #798698; font-size: 11px; line-height: 1.4; }
.input-wrap { position: relative; display: block; }
.input-wrap .input-prefix { position: absolute; z-index: 1; top: 50%; left: 14px; transform: translateY(-50%); color: #526276; font-weight: 750; }
.input-wrap input { padding-left: 32px; }
.option-card { margin-top: 25px; padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: #fbfdfe; }
.option-card-head h3 { margin: 0; color: var(--navy); font-size: 17px; }
.option-card-head p { margin: 3px 0 19px; color: var(--muted); font-size: 12px; }
.full-field { margin-bottom: 18px; }
.toggle-list { margin-top: 18px; border-top: 1px solid var(--line); }
.toggle-row { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.toggle-row:last-child { padding-bottom: 0; border: 0; }
.toggle-row > span { display: block; padding-right: 55px; }
.toggle-row b { display: block; color: #334459; font-size: 13px; }
.toggle-row small { display: block; margin-top: 2px; color: #7a8798; font-size: 11px; line-height: 1.4; }
.toggle-row input { position: absolute; opacity: 0; }
.toggle-row i { position: absolute; right: 0; width: 43px; height: 24px; border-radius: 999px; background: #cbd6df; transition: .2s; }
.toggle-row i::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: white; box-shadow: 0 2px 6px rgba(0,0,0,.15); transition: .2s; }
.toggle-row input:checked + i { background: var(--blue); }
.toggle-row input:checked + i::after { transform: translateX(19px); }
.toggle-row input:focus-visible + i { outline: 3px solid rgba(45,115,218,.22); outline-offset: 2px; }
.input-note { display: flex; gap: 11px; margin-top: 18px; padding: 13px 15px; border-radius: 12px; background: #eef8f2; color: #52667d; font-size: 11px; line-height: 1.5; }
.input-note span { flex: 0 0 auto; display: grid; place-items: center; width: 19px; height: 19px; margin-top: 1px; border-radius: 50%; background: var(--blue); color: white; font-weight: 800; }
.input-note p { margin: 0; }

.results-topline { margin-bottom: 16px; }
.result-actions { display: flex; gap: 10px; }
.result-actions button { padding: 6px 9px; border: 1px solid #d4e0e8; border-radius: 8px; background: white; color: #536577; }
.primary-result { padding: 24px 0 20px; border-bottom: 1px solid #dbe5ec; }
.primary-result > span { display: block; color: #607185; font-size: 13px; font-weight: 700; }
.primary-result strong { display: block; margin-top: 3px; color: var(--navy); font-size: clamp(38px, 4vw, 49px); line-height: 1.1; letter-spacing: -2px; }
.primary-result small { color: var(--green); font-weight: 750; font-size: 12px; }
.result-chart-wrap { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 22px; padding: 24px 0; border-bottom: 1px solid #dbe5ec; }
.donut { display: grid; place-items: center; width: 142px; height: 142px; border-radius: 50%; background: conic-gradient(var(--green) 0 78%, var(--orange) 78% 94%, var(--blue) 94% 100%); }
.donut::before { content: ""; grid-area: 1/1; width: 100px; height: 100px; border-radius: 50%; background: #f5f9fb; }
.donut-center { position: relative; z-index: 1; grid-area: 1/1; text-align: center; line-height: 1.15; }
.donut-center span { display: block; color: #6a798b; font-size: 10px; }
.donut-center b { display: block; margin-top: 4px; color: var(--navy); font-size: 20px; }
.chart-legend { display: grid; gap: 11px; }
.chart-legend span { display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 8px; color: #667589; font-size: 11px; }
.chart-legend i { width: 8px; height: 8px; border-radius: 50%; }
.chart-legend b { color: #304156; font-size: 11px; }
.legend-net { background: var(--green); }
.legend-tax { background: var(--orange); }
.legend-contrib { background: var(--blue); }
.breakdown-card { margin-top: 23px; padding: 20px; border: 1px solid #d8e3eb; border-radius: 16px; background: white; }
.breakdown-head h3 { margin: 0; color: var(--navy); font-size: 15px; }
.breakdown-list { margin: 15px 0 0; }
.breakdown-list > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 8px 0; border-bottom: 1px dashed #e2e8ed; color: #5f6f82; font-size: 12px; }
.breakdown-list > div:last-child { border-bottom: 0; }
.breakdown-list dd { margin: 0; color: #293b50; font-weight: 750; }
.breakdown-list .deduction dd { color: var(--danger); }
.breakdown-list .total-row { margin-top: 5px; padding-top: 13px; border-top: 1px solid #cfdae3; border-bottom: 0; color: var(--navy); font-size: 14px; font-weight: 800; }
.breakdown-list .total-row dd { color: var(--green); font-size: 16px; }
.employer-summary { margin-top: 16px; padding: 17px 19px; border-radius: 15px; background: var(--navy); color: white; }
.employer-summary-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.employer-summary-title span { color: #c9d7e1; font-size: 12px; }
.employer-summary-title b { font-size: 21px; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 16px; margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.12); }
.mini-grid span { color: #9fb2c2; font-size: 10px; }
.mini-grid b { display: block; margin-top: 1px; color: white; font-size: 11px; }
.rounding-note { margin: 13px 2px 0; color: #7b8999; font-size: 10px; line-height: 1.45; }

.trust-strip { padding: 8px 0 70px; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.trust-grid > div { display: grid; grid-template-columns: 42px 1fr; column-gap: 13px; padding: 0 18px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid span { grid-row: span 2; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: #e9f7ef; color: var(--blue); font-weight: 850; font-size: 12px; }
.trust-grid b { align-self: end; color: var(--navy); font-size: 14px; }
.trust-grid small { color: var(--muted); font-size: 11px; }
.content-section { padding: 90px 0; }
.soft-section { background: var(--soft); }
.section-intro { max-width: 720px; margin: 0 auto 38px; text-align: center; }
.section-intro h2, .methodology-grid h2, .source-box h2 { font-size: clamp(31px, 4vw, 44px); }
.section-intro p { margin: 12px 0 0; color: var(--muted); }
.rates-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.rate-card { padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 12px 35px rgba(16,36,62,.05); }
.rate-card span { display: block; color: #617186; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: 1px; }
.rate-card strong { display: block; margin: 6px 0; color: var(--navy); font-size: 31px; letter-spacing: -1px; }
.rate-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.featured-rate { background: var(--navy); border-color: var(--navy); }
.featured-rate span, .featured-rate p { color: #bdcbd7; }
.featured-rate strong { color: white; }
.methodology-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.methodology-grid p { color: var(--muted); font-size: 14px; }
.formula-card { padding: 30px; border-radius: 22px; background: white; border: 1px solid #dce6ee; box-shadow: 0 20px 50px rgba(16,36,62,.08); }
.formula-card > span { display: block; margin-bottom: 14px; color: var(--blue); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: 1.3px; }
.formula-card > div { padding: 16px 0; border-bottom: 1px solid var(--line); }
.formula-card > div:last-child { border: 0; }
.formula-card b { display: block; color: var(--navy); font-size: 13px; }
.formula-card code { display: block; margin-top: 5px; color: #637387; white-space: normal; font: 12px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace; }
.faq-shell { width: min(calc(100% - 40px), 900px); }
.left-intro { margin-left: 0; text-align: left; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--navy); cursor: pointer; list-style: none; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 22px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: -4px 44px 22px 0; color: var(--muted); font-size: 14px; }
.source-section { padding: 0 0 90px; }
.source-box { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 38px 42px; border-radius: 24px; background: #eef8f2; }
.source-box h2 { font-size: 28px; }
.source-box p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.source-box a { flex: 0 0 auto; padding: 12px 17px; border-radius: 11px; background: var(--blue); color: white; font-weight: 750; font-size: 13px; }
.source-box a:hover { background: var(--blue-dark); }

.site-footer { padding: 64px 0 22px; background: var(--navy); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .7fr .7fr; gap: 60px; }
.footer-brand .brand-name { color: white; }
.footer-grid p { max-width: 480px; color: #a9bac8; font-size: 13px; }
.footer-grid h2 { margin: 0 0 12px; color: white; font-size: 13px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid > div:not(:first-child) a { color: #a9bac8; font-size: 12px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #8196a7; font-size: 10px; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 100; transform: translate(-50%, 20px); padding: 11px 18px; border-radius: 10px; background: #12283f; color: white; box-shadow: 0 12px 35px rgba(0,0,0,.2); opacity: 0; pointer-events: none; transition: .25s; font-size: 13px; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.legal-main { min-height: 70vh; padding: 70px 0 90px; background: var(--soft); }
.legal-card { width: min(calc(100% - 40px), 850px); margin: auto; padding: 50px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 18px 50px rgba(16,36,62,.07); }
.legal-card h1 { margin: 0 0 8px; color: var(--navy); font-size: 44px; letter-spacing: -1.8px; }
.legal-card .updated { margin: 0 0 34px; color: var(--muted); font-size: 12px; }
.legal-card h2 { margin: 30px 0 8px; color: var(--navy); font-size: 21px; }
.legal-card p, .legal-card li { color: var(--muted); font-size: 14px; }
.legal-card a { color: var(--blue); text-decoration: underline; }
.error-page { min-height: calc(100vh - 74px); display: grid; place-items: center; padding: 60px 20px; background: var(--soft); text-align: center; }
.error-page strong { display: block; color: var(--blue); font-size: 90px; line-height: 1; }
.error-page h1 { margin: 12px 0 6px; color: var(--navy); font-size: 40px; }
.error-page p { color: var(--muted); }
.error-page a { display: inline-block; margin-top: 12px; padding: 11px 18px; border-radius: 11px; background: var(--navy); color: white; font-weight: 750; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .rate-preview { max-width: 520px; }
  .calculator-card { grid-template-columns: 1fr; }
  .calculator-results { border-left: 0; border-top: 1px solid #e1e8ef; }
  .methodology-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 760px) {
  .shell, .narrow-shell, .faq-shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { min-height: 66px; }
  .header-cta { padding: 9px 12px; font-size: 12px; }
  .hero { padding: 58px 0 150px; }
  .hero h1 { letter-spacing: -2px; }
  .hero-points { display: grid; gap: 8px; }
  .calculator-section { margin-top: -92px; }
  .calculator-card { border-radius: 20px; }
  .calculator-inputs, .calculator-results { padding: 27px 20px; }
  .two-column-fields, .compact-fields { grid-template-columns: 1fr; }
  .segmented { grid-template-columns: 1fr; }
  .segment { text-align: left; padding-left: 12px; }
  .result-chart-wrap { grid-template-columns: 1fr; justify-items: center; }
  .chart-legend { width: 100%; }
  .trust-grid, .rates-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid > div { padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .content-section { padding: 70px 0; }
  .source-box { align-items: flex-start; flex-direction: column; padding: 30px 24px; }
  .source-box a { width: 100%; text-align: center; }
  .footer-grid { gap: 30px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .legal-card { padding: 32px 22px; }
  .legal-card h1 { font-size: 36px; }
}

@media print {
  .site-header, .hero, .calculator-inputs, .trust-strip, .content-section, .source-section, .site-footer, .result-actions, .breakdown-head button, .toast { display: none !important; }
  .calculator-section { margin: 0; padding: 0; }
  .shell { width: 100%; }
  .calculator-card { display: block; border: 0; box-shadow: none; }
  .calculator-results { border: 0; background: white; }
}


/* Latvia calculator additions */
.top-toggle-list { margin-top: 18px; }
.profile-fields { margin-top: 18px; }
.additional-field { margin-top: 18px; margin-bottom: 0; }
.employer-mini-grid { grid-template-columns: 1fr 1fr; }
.annual-card { margin-top: 16px; padding: 18px 19px; border: 1px solid #cce4d5; border-radius: 15px; background: #fff; }
.annual-card-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 13px; border-bottom: 1px solid #d8ebe0; }
.annual-card-head span { display: block; color: #627a6e; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .8px; }
.annual-card-head b { display: block; margin-top: 2px; color: var(--navy); font-size: 13px; }
.annual-card-head > strong { color: var(--green); font-size: 17px; white-space: nowrap; }
.annual-card.due .annual-card-head > strong { color: var(--danger); }
.annual-card.refund .annual-card-head > strong { color: var(--green); }
.annual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; padding-top: 13px; }
.annual-grid span { color: #7b6d74; font-size: 10px; line-height: 1.35; }
.annual-grid b { display: block; margin-top: 2px; color: #3e2932; font-size: 11px; }
.annual-card p { margin: 12px 0 0; color: #71847a; font-size: 10px; line-height: 1.45; }
.field input:disabled, .field select:disabled { background-color: #f1f5f2; color: #8a9890; cursor: not-allowed; }
.toggle-row.disabled { opacity: .58; cursor: not-allowed; }
.salary-warning { margin-top: 12px; padding: 10px 12px; border-radius: 10px; background: #fff3df; color: #7c5a28; font-size: 11px; line-height: 1.45; }
@media (max-width: 760px) {
  .annual-grid, .employer-mini-grid { grid-template-columns: 1fr; }
  .annual-card-head { align-items: flex-start; flex-direction: column; gap: 6px; }
}
