/* ============================================================
   LiberLaJoburi.ro — Stiluri principale
   Fisier: assets/css/main.css
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;700;800&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500&display=swap');

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; font-size: 15px; line-height: 1.6; color: #1A1A2E; background: #F7F5F0; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
h1,h2,h3,h4,h5 { font-family: 'Syne', sans-serif; font-weight: 700; line-height: 1.2; }

/* ---- CSS Variables ---- */
:root {
  --accent:   #1A1A2E;
  --accent2:  #E84B2B;
  --accent3:  #2D6A4F;
  --bg:       #F7F5F0;
  --surface:  #FFFFFF;
  --surface2: #F0EDE6;
  --text:     #1A1A2E;
  --text2:    #6B6760;
  --text3:    #9C9890;
  --border:   rgba(26,26,46,0.10);
  --border2:  rgba(26,26,46,0.18);
  --shadow:   0 2px 12px rgba(26,26,46,0.08);
  --shadow-lg:0 8px 32px rgba(26,26,46,0.12);
  --r:        10px;
  --r-lg:     16px;
}

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar { background: var(--surface); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.navbar-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; height: 64px; display: flex; align-items: center; gap: 24px; }

.nav-logo { display: flex; align-items: center; gap: 2px; font-family: 'Syne', sans-serif; font-weight: 800; font-size: 20px; flex-shrink: 0; }
.logo-liber  { color: #1A1A2E; }
.logo-la     { color: #6B6760; font-weight: 500; }
.logo-joburi { color: #E84B2B; }
.logo-ro     { color: #9C9890; font-size: 14px; font-weight: 500; }
.logo-badge  { margin-left: 8px; background: #E1F5EE; color: #0F6E56; font-size: 10px; font-weight: 500; padding: 2px 8px; border-radius: 10px; font-family: 'DM Sans', sans-serif; }

.nav-center { flex: 1; display: flex; gap: 4px; }
.nav-link { padding: 8px 14px; border-radius: 8px; font-size: 14px; font-weight: 500; color: var(--text2); transition: all 0.15s; }
.nav-link:hover, .nav-link.active { background: var(--surface2); color: var(--text); }

.nav-right { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.nav-btn-ghost  { padding: 7px 14px; border-radius: 8px; font-size: 13px; font-weight: 500; color: var(--text2); background: transparent; border: none; cursor: pointer; font-family: inherit; transition: all 0.15s; }
.nav-btn-ghost:hover { background: var(--surface2); color: var(--text); }
.nav-btn-outline { padding: 7px 14px; border-radius: 8px; font-size: 13px; font-weight: 500; color: var(--accent2); border: 1.5px solid var(--accent2); background: transparent; transition: all 0.15s; }
.nav-btn-outline:hover { background: var(--accent2); color: #fff; }
.nav-btn-solid { padding: 7px 16px; border-radius: 8px; font-size: 13px; font-weight: 600; background: var(--accent); color: #fff; border: none; cursor: pointer; transition: background 0.15s; font-family: inherit; }
.nav-btn-solid:hover { background: #2a2a4a; }
.nav-avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; }
.nav-avatar-wrap { display: flex; align-items: center; gap: 8px; }
.nav-username { font-size: 14px; font-weight: 500; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-hamburger span { width: 22px; height: 2px; background: var(--text); border-radius: 2px; display: block; }
.mobile-menu { display: none; flex-direction: column; padding: 12px 2rem 16px; border-top: 1px solid var(--border); background: var(--surface); }
.mobile-menu a { padding: 10px 0; font-size: 15px; font-weight: 500; color: var(--text2); border-bottom: 1px solid var(--border); }
.mobile-menu.open { display: flex; }

/* ============================================================
   HERO
   ============================================================ */
.hero { background: var(--accent); padding: 80px 2rem 88px; position: relative; overflow: hidden; }
.hero-bg-grid { position: absolute; inset: 0; background: repeating-linear-gradient(45deg, rgba(232,75,43,0.04) 0, rgba(232,75,43,0.04) 1px, transparent 0, transparent 50%); background-size: 28px 28px; pointer-events: none; }
.hero-inner { max-width: 700px; margin: 0 auto; text-align: center; position: relative; }
.hero-badge { display: inline-block; background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.8); padding: 5px 16px; border-radius: 20px; font-size: 12px; font-weight: 500; margin-bottom: 24px; border: 1px solid rgba(255,255,255,0.15); }
.hero h1 { color: #fff; font-size: clamp(32px, 5vw, 54px); margin-bottom: 16px; }
.hero-accent { color: #F4A261; }
.hero-sub { color: rgba(255,255,255,0.65); font-size: 17px; margin-bottom: 36px; font-weight: 300; }
.hero-stats { display: flex; justify-content: center; gap: 48px; margin-top: 40px; }
.hero-stat { text-align: center; }
.hero-stat strong { display: block; font-size: 26px; font-family: 'Syne', sans-serif; color: #fff; }
.hero-stat span { font-size: 12px; color: rgba(255,255,255,0.5); }

/* Search bar */
.search-bar { background: var(--surface); border-radius: 14px; padding: 8px 8px 8px 20px; display: flex; gap: 8px; align-items: center; box-shadow: var(--shadow-lg); }
.search-bar input { flex: 1; border: none; outline: none; font-size: 15px; font-family: inherit; background: transparent; color: var(--text); min-width: 0; }
.search-bar input::placeholder { color: var(--text3); }
.search-select { border: none; outline: none; font-size: 14px; font-family: inherit; background: var(--surface2); color: var(--text2); padding: 9px 12px; border-radius: 8px; cursor: pointer; flex-shrink: 0; }
.search-btn { background: var(--accent2); color: #fff; border: none; padding: 11px 24px; border-radius: 10px; font-size: 14px; font-weight: 600; cursor: pointer; font-family: 'Syne', sans-serif; white-space: nowrap; transition: background 0.15s; flex-shrink: 0; }
.search-btn:hover { background: #c73d22; }

/* ============================================================
   SECTIONS
   ============================================================ */
.section { padding: 56px 2rem; }
.section-gray { background: var(--surface); }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 28px; }
.section-header h2 { font-size: 24px; }
.see-all { font-size: 13px; color: var(--accent2); font-weight: 500; }
.see-all:hover { text-decoration: underline; }

/* ============================================================
   JOB CARDS (grid - homepage)
   ============================================================ */
.jobs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 16px; }
.job-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 20px; display: block; transition: all 0.15s; }
.job-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); border-color: var(--border2); }
.job-card-header { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 14px; }
.job-card-info h3 { font-size: 15px; font-weight: 600; margin-bottom: 3px; color: var(--text); }
.job-card-info p { font-size: 13px; color: var(--text2); }
.job-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.job-card-footer { display: flex; align-items: center; justify-content: space-between; }
.salary { font-size: 14px; font-weight: 600; color: var(--accent3); }
.app-count { font-size: 12px; color: var(--text3); }

/* Company logo */
.company-logo { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 800; font-family: 'Syne', sans-serif; flex-shrink: 0; position: relative; overflow: visible; }
.company-logo img { width: 100%; height: 100%; object-fit: contain; border-radius: 8px; }
.logo-blue   { background: #E6F1FB; color: #185FA5; }
.logo-green  { background: #EAF3DE; color: #3B6D11; }
.logo-coral  { background: #FAECE7; color: #993C1D; }
.logo-purple { background: #EEEDFE; color: #534AB7; }
.logo-amber  { background: #FAEEDA; color: #854F0B; }
.logo-teal   { background: #E1F5EE; color: #0F6E56; }

/* Tags */
.tag { padding: 3px 10px; border-radius: 6px; font-size: 12px; font-weight: 500; background: var(--surface2); color: var(--text2); }
.tag-full     { background: #E6F1FB; color: #185FA5; }
.tag-remote   { background: #E1F5EE; color: #0F6E56; }
.tag-part     { background: #FAEEDA; color: #854F0B; }
.tag-contract { background: #EEEDFE; color: #534AB7; }
.tag-intern   { background: #FAECE7; color: #993C1D; }
.tag-new      { background: #FAECE7; color: #993C1D; }
.tag-other    { background: var(--surface2); color: var(--text2); }

/* ============================================================
   JOB LIST (jobs.php)
   ============================================================ */
.jobs-page { min-height: calc(100vh - 64px); }
.filters-bar { background: var(--surface); border-bottom: 1px solid var(--border); padding: 16px 2rem; position: sticky; top: 64px; z-index: 90; }
.filters-form { max-width: 1200px; margin: 0 auto; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.filter-search { flex: 1; min-width: 200px; }
.filter-search input { width: 100%; padding: 9px 14px; border: 1.5px solid var(--border2); border-radius: 9px; font-size: 14px; font-family: inherit; outline: none; background: var(--surface); }
.filter-search input:focus { border-color: var(--accent); }
.filters-form select { padding: 9px 14px; border: 1.5px solid var(--border2); border-radius: 9px; font-size: 14px; font-family: inherit; outline: none; background: var(--surface); color: var(--text); cursor: pointer; }
.filter-btn { padding: 9px 20px; background: var(--accent); color: #fff; border: none; border-radius: 9px; font-size: 14px; font-weight: 600; cursor: pointer; font-family: 'Syne', sans-serif; transition: background 0.15s; }
.filter-btn:hover { background: var(--accent2); }
.filter-clear { font-size: 13px; color: var(--text3); padding: 6px 10px; border-radius: 8px; transition: all 0.15s; }
.filter-clear:hover { background: var(--surface2); color: var(--text2); }
.jobs-page-inner { max-width: 1200px; margin: 0 auto; padding: 28px 2rem; }
.results-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 20px; }
.results-header h1 { font-size: 20px; }
.results-sub { font-size: 13px; color: var(--text3); }
.jobs-list { display: flex; flex-direction: column; gap: 12px; }

/* Job list item */
.job-list-item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 18px 20px; display: flex; align-items: center; gap: 18px; transition: all 0.15s; position: relative; }
.job-list-item:hover { box-shadow: var(--shadow); border-color: var(--border2); transform: translateX(3px); }
.job-featured { border-left: 3px solid var(--accent2); }
.featured-badge { position: absolute; top: 12px; right: 12px; background: var(--accent2); color: #fff; font-size: 10px; font-weight: 600; padding: 2px 8px; border-radius: 6px; }
.verified-badge { position: absolute; bottom: -4px; right: -4px; background: #2D6A4F; color: #fff; font-size: 9px; width: 16px; height: 16px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid #fff; }
.job-list-info { flex: 1; min-width: 0; }
.job-list-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.job-list-top h2 { font-size: 16px; font-weight: 600; color: var(--text); }
.job-list-tags { display: flex; gap: 6px; flex-shrink: 0; }
.job-list-meta { display: flex; flex-wrap: wrap; gap: 12px; font-size: 13px; color: var(--text2); }
.job-list-right { text-align: right; flex-shrink: 0; min-width: 140px; }
.apply-chip { display: inline-block; margin-top: 8px; font-size: 12px; font-weight: 500; color: var(--accent2); background: #FAECE7; padding: 4px 12px; border-radius: 20px; }

/* ============================================================
   CATEGORIES
   ============================================================ */
.cats-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
.cat-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 20px 16px; text-align: center; transition: all 0.15s; display: block; }
.cat-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.cat-icon { font-size: 28px; margin-bottom: 10px; }
.cat-card h4 { font-size: 13px; font-weight: 600; margin-bottom: 4px; color: var(--text); }
.cat-card span { font-size: 12px; color: var(--text3); }

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-section { background: var(--accent); padding: 56px 2rem; text-align: center; }
.cta-inner { max-width: 600px; margin: 0 auto; }
.cta-inner h2 { color: #fff; font-size: 26px; margin-bottom: 12px; }
.cta-inner p { color: rgba(255,255,255,0.65); margin-bottom: 28px; }
.cta-btn { display: inline-block; background: var(--accent2); color: #fff; padding: 13px 28px; border-radius: 10px; font-size: 15px; font-weight: 600; font-family: 'Syne', sans-serif; transition: background 0.15s; }
.cta-btn:hover { background: #c73d22; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--accent); color: rgba(255,255,255,0.7); padding: 56px 2rem 0; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 2fr; gap: 48px; padding-bottom: 40px; }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.7; margin-top: 8px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-col h4 { color: #fff; font-size: 13px; font-weight: 600; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-col a { display: block; font-size: 14px; color: rgba(255,255,255,0.5); margin-bottom: 8px; transition: color 0.15s; }
.footer-col a:hover { color: rgba(255,255,255,0.9); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; display: flex; justify-content: space-between; max-width: 1200px; margin: 0 auto; font-size: 13px; color: rgba(255,255,255,0.3); }

/* ============================================================
   FORM COMPONENTS
   ============================================================ */
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 11px; font-weight: 600; color: var(--text2); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.5px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 11px 14px; border: 1.5px solid var(--border2); border-radius: 10px; font-size: 14px; font-family: inherit; background: var(--surface); color: var(--text); outline: none; transition: border-color 0.15s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--accent); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.req { color: var(--accent2); }
.field-hint { font-size: 12px; color: var(--text3); margin-top: 4px; display: block; }

.btn-primary { width: 100%; padding: 13px; background: var(--accent); color: #fff; border: none; border-radius: 10px; font-size: 15px; font-weight: 600; cursor: pointer; font-family: 'Syne', sans-serif; transition: background 0.15s; margin-top: 8px; display: block; text-align: center; }
.btn-primary:hover { background: #2a2a4a; }
.btn-accent { background: var(--accent2) !important; }
.btn-accent:hover { background: #c73d22 !important; }
.btn-outline { display: inline-block; padding: 10px 20px; border: 1.5px solid var(--border2); border-radius: 9px; font-size: 14px; color: var(--text2); transition: all 0.15s; }
.btn-outline:hover { background: var(--surface2); color: var(--text); }

.upload-zone { border: 2px dashed var(--border2); border-radius: 10px; padding: 24px; text-align: center; cursor: pointer; transition: all 0.15s; background: var(--surface2); }
.upload-zone:hover { border-color: var(--accent); }
.upload-icon { font-size: 32px; margin-bottom: 8px; }
.upload-zone p { font-size: 13px; color: var(--text2); }
.upload-hint { font-size: 11px; color: var(--text3); margin-top: 4px; }

.alert { padding: 12px 16px; border-radius: 9px; font-size: 14px; margin-bottom: 16px; }
.alert-error   { background: #FCEBEB; color: #791F1F; border: 1px solid #F09595; }
.alert-success { background: #EAF3DE; color: #27500A; border: 1px solid #97C459; }
.alert-info    { background: #E6F1FB; color: #0C447C; border: 1px solid #85B7EB; }
.alert-warning { background: #FAEEDA; color: #633806; border: 1px solid #EF9F27; }

/* ============================================================
   AUTH PAGE
   ============================================================ */
.auth-page { background: var(--bg); min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 40px 1rem; }
.auth-wrapper { width: 100%; max-width: 480px; }
.auth-logo { display: flex; align-items: center; gap: 2px; font-family: 'Syne', sans-serif; font-weight: 800; font-size: 22px; margin-bottom: 28px; justify-content: center; }
.auth-card { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 36px; }
.auth-card h1 { font-size: 24px; margin-bottom: 6px; }
.auth-sub { font-size: 14px; color: var(--text2); margin-bottom: 24px; }
.role-tabs { display: flex; gap: 8px; margin-bottom: 24px; }
.role-tab { flex: 1; padding: 10px; border-radius: 10px; border: 1.5px solid var(--border2); text-align: center; font-size: 13px; font-weight: 500; color: var(--text2); transition: all 0.15s; }
.role-tab.active { background: var(--accent); color: #fff; border-color: var(--accent); }
.role-tab:hover:not(.active) { background: var(--surface2); }
.auth-switch { text-align: center; font-size: 13px; color: var(--text2); margin-top: 20px; }
.auth-switch a { color: var(--accent2); font-weight: 500; }
.auth-form { display: flex; flex-direction: column; }

/* ============================================================
   SUPPORT WIDGET
   ============================================================ */
#supportWidget { position: fixed; bottom: 24px; right: 24px; z-index: 400; }
.support-toggle { width: 54px; height: 54px; border-radius: 50%; background: var(--accent2); color: #fff; border: none; cursor: pointer; font-size: 22px; box-shadow: 0 4px 20px rgba(232,75,43,0.35); transition: all 0.2s; position: relative; display: flex; align-items: center; justify-content: center; }
.support-toggle:hover { transform: scale(1.08); }
.support-notif { position: absolute; top: -2px; right: -2px; width: 18px; height: 18px; background: #2D6A4F; border-radius: 50%; border: 2px solid var(--bg); font-size: 10px; font-weight: 700; display: flex; align-items: center; justify-content: center; color: #fff; }
.support-panel { position: absolute; bottom: 66px; right: 0; width: 340px; background: var(--surface); border-radius: 18px; box-shadow: var(--shadow-lg); border: 1px solid var(--border); overflow: hidden; transform: scale(0.85) translateY(12px); opacity: 0; pointer-events: none; transition: all 0.22s cubic-bezier(0.34, 1.56, 0.64, 1); transform-origin: bottom right; }
.support-panel.open { transform: scale(1) translateY(0); opacity: 1; pointer-events: all; }
.support-header { background: var(--accent); padding: 18px 20px; }
.support-header h4 { color: #fff; font-size: 15px; margin-bottom: 3px; }
.support-header p { color: rgba(255,255,255,0.6); font-size: 12px; }
.support-status { display: flex; align-items: center; gap: 6px; margin-top: 10px; }
.support-dot { width: 7px; height: 7px; border-radius: 50%; background: #6fcf97; animation: blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.4} }
.support-status span { font-size: 12px; color: rgba(255,255,255,0.7); }
.support-body { padding: 16px 20px; }
.support-tabs { display: flex; gap: 6px; margin-bottom: 16px; }
.s-tab { flex: 1; padding: 7px; border-radius: 8px; font-size: 12px; font-weight: 500; cursor: pointer; border: 1px solid var(--border2); background: transparent; color: var(--text2); font-family: inherit; transition: all 0.15s; text-align: center; }
.s-tab.active { background: var(--accent); color: #fff; border-color: var(--accent); }
.s-pane { display: none; }
.s-pane.active { display: block; }
.s-form-group { margin-bottom: 10px; }
.s-form-group label { display: block; font-size: 11px; font-weight: 600; color: var(--text2); margin-bottom: 5px; text-transform: uppercase; letter-spacing: 0.4px; }
.s-form-group input, .s-form-group select, .s-form-group textarea { width: 100%; padding: 9px 12px; border: 1.5px solid var(--border2); border-radius: 8px; font-size: 13px; font-family: inherit; background: var(--surface); color: var(--text); outline: none; transition: border-color 0.15s; }
.s-form-group input:focus, .s-form-group select:focus, .s-form-group textarea:focus { border-color: var(--accent); }
.s-form-group textarea { resize: none; height: 72px; }
.s-submit-btn { width: 100%; padding: 10px; background: var(--accent2); color: #fff; border: none; border-radius: 9px; font-size: 13px; font-weight: 600; cursor: pointer; font-family: 'Syne', sans-serif; transition: background 0.15s; margin-top: 6px; }
.s-submit-btn:hover { background: #c73d22; }
.s-success { text-align: center; padding: 16px 0; }
.s-check { font-size: 36px; margin-bottom: 8px; }
.s-success h4 { font-size: 15px; margin-bottom: 6px; }
.s-success p { font-size: 13px; color: var(--text2); }
.s-reset-btn { margin-top: 12px; padding: 7px 16px; border-radius: 8px; border: 1px solid var(--border2); background: transparent; font-family: inherit; font-size: 12px; cursor: pointer; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { padding: 11px 0; cursor: pointer; font-size: 13px; font-weight: 500; display: flex; justify-content: space-between; align-items: center; }
.faq-arrow { font-size: 11px; color: var(--text3); transition: transform 0.2s; }
.faq-a { font-size: 13px; color: var(--text2); line-height: 1.6; padding-bottom: 11px; display: none; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }

/* ============================================================
   EMPTY STATE
   ============================================================ */
.empty-state { text-align: center; padding: 60px 20px; color: var(--text2); }
.empty-state h3 { font-size: 18px; margin-bottom: 8px; color: var(--text); }
.empty-state p { font-size: 14px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .nav-center { display: none; }
  .nav-right .nav-btn-ghost, .nav-right .nav-btn-outline, .nav-right .nav-btn-solid { display: none; }
  .nav-hamburger { display: flex; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .hero { padding: 56px 1.25rem 64px; }
  .hero-stats { gap: 24px; }
  .search-bar { flex-wrap: wrap; padding: 12px; }
  .search-select { display: none; }
  .jobs-grid { grid-template-columns: 1fr; }
  .cats-grid { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr; }
  .job-list-item { flex-wrap: wrap; }
  .job-list-right { width: 100%; text-align: left; }
  .footer-bottom { flex-direction: column; gap: 6px; text-align: center; }
  .support-panel { width: calc(100vw - 32px); right: 0; }
  .auth-card { padding: 24px; }
}
