/* ============================================================
   MINIMUM WAGES KARNATAKA PAGE
   Depends on: header.css
============================================================ */

.hrb-minwage-hero {
  background: linear-gradient(135deg, #0A7075 0%, #064E52 40%, #0F172A 100%);
  padding: 132px 0 76px;
  position: relative;
  overflow: hidden;
}
.hrb-minwage-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.hrb-minwage-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
}
.hrb-minwage-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  color: rgba(255,255,255,0.58);
  font-size: 13px;
}
.hrb-minwage-breadcrumb a {
  color: rgba(255,255,255,0.78);
  text-decoration: none;
}
.hrb-minwage-breadcrumb a:hover { color: white; }
.hrb-minwage-breadcrumb strong { color: rgba(255,255,255,0.9); font-weight: 600; }
.hrb-minwage-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.9);
  border-radius: var(--radius-full);
  padding: 5px 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hrb-minwage-hero__label::before {
  content: '';
  width: 7px;
  height: 7px;
  background: #4ADE80;
  border-radius: 50%;
}
.hrb-minwage-hero h1 {
  color: white;
  font-size: clamp(2rem, 4.8vw, 3.25rem);
  line-height: 1.12;
  margin-bottom: 18px;
}
.hrb-minwage-hero__sub {
  color: rgba(255,255,255,0.76);
  font-size: 17px;
  line-height: 1.65;
  max-width: 720px;
  margin-bottom: 28px;
}
.hrb-minwage-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: rgba(255,255,255,0.58);
  font-size: 13px;
  margin-bottom: 28px;
}
.hrb-minwage-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hrb-minwage-effective {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  background: linear-gradient(135deg, rgba(245,158,11,0.22), rgba(13,148,136,0.18));
  border: 1px solid rgba(251,191,36,0.55);
  border-radius: var(--radius-md);
  box-shadow: 0 14px 34px rgba(245,158,11,0.14);
  color: white;
  margin: 0 0 28px;
  padding: 13px 16px;
}
.hrb-minwage-effective__tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #FDE68A;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hrb-minwage-effective strong {
  color: white;
  font-size: 15px;
  line-height: 1.35;
}
.hrb-minwage-hero__btns,
.hrb-minwage-cta__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hrb-minwage-body { padding: 72px 0 96px; }
.hrb-minwage-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}
@media (min-width: 1024px) {
  .hrb-minwage-layout { grid-template-columns: 1fr 300px; }
}

.hrb-minwage-content section { scroll-margin-top: 110px; }
.hrb-minwage-content h2 {
  color: var(--dark);
  font-size: 26px;
  font-weight: 700;
  margin: 48px 0 16px;
  padding-top: 8px;
  border-top: 2px solid var(--border);
}
.hrb-minwage-content section:first-child h2 {
  margin-top: 0;
  border-top: 0;
}
.hrb-minwage-content p {
  color: var(--text);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.hrb-minwage-content strong {
  color: var(--dark);
  font-weight: 700;
}
.hrb-minwage-content a {
  color: var(--primary);
  text-decoration: underline;
  text-decoration-color: rgba(13,148,136,0.3);
}
.hrb-minwage-content a:hover { text-decoration-color: var(--primary); }
.hrb-minwage-content ul,
.hrb-minwage-content ol {
  list-style: none;
  padding: 0;
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hrb-minwage-content li {
  position: relative;
  padding-left: 26px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
}
.hrb-minwage-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
}
.hrb-minwage-content ol { counter-reset: minwage-counter; }
.hrb-minwage-content ol li { counter-increment: minwage-counter; }
.hrb-minwage-content ol li::before {
  content: counter(minwage-counter) '.';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
  font-size: 14px;
  font-weight: 800;
}

.hrb-minwage-highlight,
.hrb-minwage-warning {
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: 20px 24px;
  margin: 24px 0;
}
.hrb-minwage-highlight {
  background: var(--bg-teal);
  border-left: 4px solid var(--primary);
}
.hrb-minwage-warning {
  background: #FFF7ED;
  border-left: 4px solid #F59E0B;
}
.hrb-minwage-highlight p,
.hrb-minwage-warning p {
  margin-bottom: 0;
  font-size: 15px;
}
.hrb-minwage-warning p { color: #92400E; }
.hrb-minwage-warning strong { color: #78350F; }

.hrb-minwage-table-wrap {
  overflow-x: auto;
  margin: 24px 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: white;
}
.hrb-minwage-table-wrap--wide table { min-width: 720px; }
.hrb-minwage-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.hrb-minwage-table th {
  background: var(--dark);
  color: white;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
  padding: 12px 16px;
  white-space: nowrap;
}
.hrb-minwage-table td {
  border-bottom: 1px solid var(--border);
  color: var(--text);
  padding: 13px 16px;
  vertical-align: top;
}
.hrb-minwage-table tr:last-child td { border-bottom: 0; }
.hrb-minwage-table tr:nth-child(even) td { background: var(--bg-alt); }
.hrb-minwage-table td:not(:first-child) strong,
.hrb-minwage-table td:not(:first-child) { white-space: nowrap; }
.hrb-minwage-source {
  color: var(--text-muted) !important;
  font-size: 13px !important;
  margin-top: -10px;
}

.hrb-minwage-rate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}
.hrb-minwage-rate-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: white;
  padding: 20px;
  box-shadow: var(--shadow-sm);
}
.hrb-minwage-rate-card span {
  display: block;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hrb-minwage-rate-card strong {
  display: block;
  color: var(--primary);
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 6px;
}
.hrb-minwage-rate-card small {
  color: var(--text-muted);
  font-size: 13px;
}

.hrb-minwage-sidebar {
  position: sticky;
  top: 96px;
}
.hrb-minwage-toc {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  margin-bottom: 20px;
}
.hrb-minwage-toc__heading {
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.hrb-minwage-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hrb-minwage-toc__link {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: var(--text);
  font-size: 13px;
  line-height: 1.4;
  padding: 5px 0;
  text-decoration: none;
}
.hrb-minwage-toc__link::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary);
  margin-top: 5px;
  flex: 0 0 auto;
}
.hrb-minwage-toc__link:hover,
.hrb-minwage-toc__link.is-active {
  color: var(--primary);
  font-weight: 700;
}
.hrb-minwage-sidebar-cta {
  background: linear-gradient(135deg, #0A7075 0%, #064E52 100%);
  border-radius: var(--radius-lg);
  padding: 24px;
  text-align: center;
}
.hrb-minwage-sidebar-cta strong {
  display: block;
  color: white;
  font-size: 16px;
  margin-bottom: 8px;
}
.hrb-minwage-sidebar-cta p {
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.hrb-minwage-faq { margin-top: 48px; }
.hrb-minwage-inline-cta {
  background: linear-gradient(135deg, #0A7075 0%, #064E52 54%, #0F172A 100%);
  border-radius: var(--radius-lg);
  color: white;
  display: grid;
  gap: 24px;
  margin: 48px 0 8px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}
.hrb-minwage-inline-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}
.hrb-minwage-inline-cta__copy,
.hrb-minwage-inline-cta__actions {
  position: relative;
  z-index: 1;
}
.hrb-minwage-inline-cta__eyebrow {
  color: #FDE68A !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 10px !important;
  text-transform: uppercase;
}
.hrb-minwage-inline-cta h2 {
  border: 0;
  color: white;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.25;
  margin: 0 0 10px;
  padding: 0;
}
.hrb-minwage-inline-cta p {
  color: rgba(255,255,255,0.76);
  margin-bottom: 0;
  max-width: 680px;
}
.hrb-minwage-inline-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hrb-minwage-faq__item {
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}
.hrb-minwage-faq__q {
  appearance: none;
  background: none;
  border: 0;
  color: var(--dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 0;
  text-align: left;
  font-family: inherit;
  font-size: 17px;
  font-weight: 800;
}
.hrb-minwage-faq__q::after {
  content: '+';
  color: var(--primary);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}
.hrb-minwage-faq__item.is-open .hrb-minwage-faq__q::after { content: '\2212'; }
.hrb-minwage-faq__a {
  color: var(--text);
  display: none;
  font-size: 15px;
  line-height: 1.75;
  padding-top: 12px;
}
.hrb-minwage-faq__item.is-open .hrb-minwage-faq__a { display: block; }

.hrb-minwage-cta {
  background: linear-gradient(135deg, #0A7075 0%, #064E52 50%, #0F172A 100%);
  padding: 80px 24px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.hrb-minwage-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(255,107,43,0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(20,170,175,0.08) 0%, transparent 50%);
  pointer-events: none;
}
.hrb-minwage-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
}
.hrb-minwage-cta__eyebrow {
  display: inline-block;
  background: rgba(255,255,255,0.1);
  border-radius: var(--radius-full);
  color: rgba(255,255,255,0.85);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 5px 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hrb-minwage-cta h2 {
  color: white;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  line-height: 1.25;
  margin-bottom: 12px;
}
.hrb-minwage-cta p {
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 32px;
}
.hrb-minwage-cta__btns { justify-content: center; }

@media (max-width: 767px) {
  .hrb-minwage-hero { padding: 108px 0 56px; }
  .hrb-minwage-hero h1 { font-size: 2rem; }
  .hrb-minwage-hero__sub { font-size: 15px; }
  .hrb-minwage-effective { display: flex; padding: 12px 14px; }
  .hrb-minwage-effective strong { font-size: 14px; }
  .hrb-minwage-body { padding: 48px 0 72px; }
  .hrb-minwage-content h2 { font-size: 22px; }
  .hrb-minwage-inline-cta { padding: 24px; }
  .hrb-minwage-rate-grid { grid-template-columns: 1fr; }
  .hrb-minwage-sidebar { position: static; }
  .hrb-minwage-cta { padding: 56px 24px; }
}
