/* DAO INDEX — STEP 5 QUALITY PASS
   Brand-led, compact and responsive. Page-specific only. */

.idx-page{
  --idx-panel-radius:24px;
  --idx-card-radius:18px;
  width:min(1200px,100%);
  margin-inline:auto;
  display:flex;
  flex-direction:column;
  gap:16px;
  padding:8px 0 36px;
}

/* Hero */
.idx-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.28fr) minmax(300px,.72fr);
  min-height:340px;
  border:1px solid rgba(239,63,141,.18);
  border-radius:30px;
  background:linear-gradient(118deg,#fff 0%,#fff8fb 48%,#ffdce9 100%);
  box-shadow:0 18px 52px rgba(54,35,50,.09);
}
.idx-hero__orb{position:absolute;z-index:-1;border-radius:999px;pointer-events:none}
.idx-hero__orb--one{right:-135px;top:-190px;width:430px;height:430px;background:rgba(255,76,147,.14)}
.idx-hero__orb--two{left:36%;bottom:-250px;width:400px;height:400px;background:rgba(120,91,255,.08)}
.idx-hero__content{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:36px 20px 34px 40px;
}
.idx-hero__kicker{
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  min-height:29px;
  padding:0 12px;
  border:1px solid rgba(239,63,141,.18);
  border-radius:999px;
  background:rgba(255,255,255,.88);
  color:var(--dao-pink-dark);
  font-size:11px;
  font-weight:950;
}
.idx-hero h1{
  margin:15px 0 0;
  color:#181925;
  font-size:clamp(39px,4vw,52px);
  line-height:1.03;
  letter-spacing:-.055em;
}
.idx-hero h1 span{display:block;white-space:nowrap}
.idx-hero__desc{
  max-width:620px;
  margin:12px 0 0;
  color:#606575;
  font-size:14px;
  font-weight:650;
  line-height:1.55;
}
.idx-trust-row{display:flex;flex-wrap:wrap;gap:7px 13px;margin-top:16px}
.idx-trust-row span{display:inline-flex;align-items:center;gap:5px;color:#3c3e49;font-size:11px;font-weight:850}
.idx-trust-row img{width:17px;height:17px;object-fit:contain}

.idx-search{
  width:min(760px,100%);
  display:grid;
  grid-template-columns:150px 165px minmax(190px,1fr) auto;
  align-items:center;
  margin-top:18px;
  padding:6px;
  border:1px solid rgba(231,219,226,.94);
  border-radius:18px;
  background:rgba(255,255,255,.98);
  box-shadow:0 14px 34px rgba(70,43,58,.11);
}
.idx-search__field{
  min-width:0;
  display:flex;
  align-items:center;
  gap:7px;
  height:44px;
  padding:0 11px;
  border-right:1px solid #eee7eb;
}
.idx-search__field>img{flex:0 0 auto;width:17px;height:17px;object-fit:contain}
.idx-search select,.idx-search input{
  width:100%;
  min-width:0;
  height:40px;
  min-height:40px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:#272832;
  font:inherit;
  font-size:12px;
  font-weight:760;
  outline:0;
}
.idx-search input::placeholder{color:#a09ba2}
.idx-search button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-width:96px;
  height:44px;
  padding:0 15px;
  border:0;
  border-radius:13px;
  background:linear-gradient(135deg,#ff4d96,#d841ca 62%,#715cf4);
  color:#fff;
  font-size:12px;
  font-weight:950;
  box-shadow:0 10px 22px rgba(226,58,143,.22);
}
.idx-search button img{width:16px;height:16px;filter:brightness(0) invert(1)}

.idx-hero__visual{
  position:relative;
  min-width:0;
  min-height:340px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:18px 20px 0;
  background:radial-gradient(circle at 48% 47%,rgba(255,255,255,.98),rgba(255,255,255,0) 53%);
}
.idx-hero__mascot{
  position:relative;
  z-index:2;
  width:min(92%,292px);
  max-height:322px;
  object-fit:contain;
  object-position:center bottom;
  filter:drop-shadow(0 18px 24px rgba(111,51,82,.17));
}
.idx-hero__dao{
  position:absolute;
  right:22px;
  top:25px;
  z-index:1;
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  border-radius:21px;
  background:linear-gradient(145deg,#ff4e91,#ff82ae);
  color:#fff;
  font-size:16px;
  font-weight:1000;
  transform:rotate(7deg);
  box-shadow:0 14px 28px rgba(239,63,141,.18);
}
.idx-hero__badge{
  position:absolute;
  z-index:4;
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:37px;
  padding:0 10px;
  border:1px solid rgba(255,255,255,.96);
  border-radius:14px;
  background:rgba(255,255,255,.94);
  box-shadow:0 11px 25px rgba(65,40,55,.1);
  font-size:10px;
  font-weight:900;
  white-space:nowrap;
}
.idx-hero__badge img{width:20px;height:20px}
.idx-hero__badge--verified{left:2px;top:98px}
.idx-hero__badge--direct{right:4px;bottom:32px}

/* Shared panels */
.idx-panel{
  padding:20px;
  border:1px solid rgba(232,231,236,.96);
  border-radius:var(--idx-panel-radius);
  background:rgba(255,255,255,.97);
  box-shadow:0 13px 36px rgba(30,27,39,.05);
}
.idx-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}
.idx-section-head>div{min-width:0;display:grid;gap:2px}
.idx-section-head>div>span{color:#ff5c9b;font-size:9px;font-weight:1000;letter-spacing:.14em}
.idx-section-head h2{margin:0;color:#20212b;font-size:21px;line-height:1.2;letter-spacing:-.035em}
.idx-section-head>a{display:inline-flex;align-items:center;gap:3px;color:var(--dao-pink);font-size:12px;font-weight:950;white-space:nowrap}
.idx-section-head>a b{font-size:18px;line-height:1}

/* Categories — 6 + 5 centered, icon-led */
.idx-category-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.idx-category-card{
  flex:0 0 calc((100% - 50px)/6);
  min-width:0;
  min-height:110px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:10px 7px;
  border:1px solid #f0e4ea;
  border-radius:18px;
  background:linear-gradient(180deg,#fff,#fff9fc);
  box-shadow:0 6px 16px rgba(57,37,48,.035);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.idx-category-card:hover{transform:translateY(-3px);border-color:rgba(239,63,141,.25);box-shadow:0 14px 28px rgba(58,39,49,.08)}
.idx-category-card>span{
  width:67px;
  height:67px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:linear-gradient(145deg,#ffe6f0,#fff);
  box-shadow:inset 0 0 0 1px rgba(239,63,141,.08),0 8px 18px rgba(239,63,141,.08);
}
.idx-category-card img{width:57px;height:57px;object-fit:contain}
.idx-category-card strong{
  max-width:100%;
  display:-webkit-box;
  overflow:hidden;
  color:#292a34;
  font-size:12px;
  font-weight:900;
  line-height:1.18;
  text-align:center;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

/* Region cards — all 10 visible, crisp hosted images */
.idx-region-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}
.idx-region-card{
  position:relative;
  min-width:0;
  aspect-ratio:16/9;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.7);
  border-radius:17px;
  background:#efe7ec;
  box-shadow:0 8px 20px rgba(38,27,34,.09);
  isolation:isolate;
}
.idx-region-card__image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform:scale(1.002);
  transition:transform .35s ease;
}
.idx-region-card:hover .idx-region-card__image{transform:scale(1.045)}
.idx-region-card__shade{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(13,8,12,.02) 22%,rgba(18,11,16,.2) 56%,rgba(17,10,15,.86) 100%);
}
.idx-region-card__copy{
  position:absolute;
  left:14px;
  right:50px;
  bottom:12px;
  display:grid;
  gap:1px;
  color:#fff;
  text-shadow:0 2px 8px rgba(0,0,0,.48);
}
.idx-region-card__copy strong{font-size:16px;font-weight:950;line-height:1.15}
.idx-region-card__copy small{color:rgba(255,255,255,.94);font-size:10px;font-weight:850}
.idx-region-card__arrow{
  position:absolute;
  right:11px;
  bottom:11px;
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.48);
  border-radius:999px;
  background:rgba(29,18,25,.38);
  color:#fff;
  font-size:20px;
  backdrop-filter:blur(5px);
}

/* Trust strip from design guide */
.idx-trust-panel{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  overflow:hidden;
  border:1px solid rgba(239,63,141,.14);
  border-radius:20px;
  background:linear-gradient(90deg,#fff 0%,#fff8fb 52%,#fff 100%);
  box-shadow:0 11px 30px rgba(45,31,39,.045);
}
.idx-trust-item{
  min-width:0;
  display:flex;
  align-items:center;
  gap:10px;
  padding:14px 16px;
}
.idx-trust-item+.idx-trust-item{border-left:1px solid #f1e7ec}
.idx-trust-item>span{
  flex:0 0 auto;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#fff1f7;
}
.idx-trust-item img{width:22px;height:22px}
.idx-trust-item div{min-width:0;display:grid;gap:1px}
.idx-trust-item strong{overflow:hidden;text-overflow:ellipsis;color:#2c2931;font-size:12px;font-weight:950;white-space:nowrap}
.idx-trust-item small{overflow:hidden;text-overflow:ellipsis;color:#8a838b;font-size:9px;font-weight:700;white-space:nowrap}

/* Premium company cards */
.idx-store-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.idx-store-card{
  min-width:0;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  border:1px solid #ece7eb;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 20px rgba(45,31,39,.045);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.idx-store-card:hover{transform:translateY(-3px);border-color:rgba(239,63,141,.2);box-shadow:0 15px 30px rgba(45,31,39,.09)}
.idx-store-card__media{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:linear-gradient(145deg,#ffeaf3,#fff5fa)}
.idx-store-card__media>img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.idx-store-card:hover .idx-store-card__media>img{transform:scale(1.035)}
.idx-store-card__placeholder{width:100%;height:100%;display:grid;place-items:end center;background:linear-gradient(145deg,#fff0f6,#ffe3ef)}
.idx-store-card__placeholder img{width:58%;height:90%;object-fit:contain;object-position:center bottom}
.idx-store-card__verified{
  position:absolute;
  right:8px;
  top:8px;
  display:inline-flex;
  align-items:center;
  gap:4px;
  min-height:26px;
  padding:0 8px;
  border-radius:999px;
  background:rgba(241,253,246,.96);
  color:#26995a;
  font-size:9px;
  font-weight:950;
}
.idx-store-card__verified img{width:14px;height:14px}
.idx-store-card__body{flex:1;display:flex;flex-direction:column;gap:6px;padding:12px}
.idx-store-card__body>strong{color:#23242e;font-size:15px;line-height:1.25;letter-spacing:-.025em}
.idx-store-card__location{display:flex;align-items:center;gap:4px;color:#737784;font-size:10px;font-weight:740}
.idx-store-card__location img{width:13px;height:13px}
.idx-store-card__salary{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:auto;padding-top:4px}
.idx-store-card__salary small{color:#9295a0;font-size:9px;font-weight:800}
.idx-store-card__salary b{overflow:hidden;text-overflow:ellipsis;color:#f43f82;font-size:12px;font-weight:950;white-space:nowrap}

.idx-empty{
  grid-column:1/-1;
  min-height:94px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:12px 16px;
  border:1px dashed #e5dce2;
  border-radius:17px;
  background:#fffafd;
}
.idx-empty>img{width:58px;height:64px;object-fit:contain}
.idx-empty>div{display:grid;gap:2px}
.idx-empty strong{font-size:13px}
.idx-empty span{color:#ff5b9b;font-size:10px;font-weight:900}
.idx-empty--store{max-width:440px;margin-inline:auto}
.idx-premium-panel.is-empty{padding-top:16px;padding-bottom:16px}
.idx-premium-panel.is-empty .idx-section-head{margin-bottom:8px}
.idx-premium-panel.is-empty .idx-empty{min-height:72px;padding-block:8px}
.idx-premium-panel.is-empty .idx-empty>img{width:46px;height:50px}

/* Latest jobs — compact visual cards, up to four columns */
.idx-latest-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,280px));
  justify-content:center;
  gap:12px;
}
.idx-latest-card{
  position:relative;
  min-width:0;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  border:1px solid #ece7eb;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 20px rgba(45,31,39,.04);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.idx-latest-card:hover{transform:translateY(-3px);border-color:rgba(239,63,141,.2);box-shadow:0 15px 30px rgba(45,31,39,.085)}
.idx-latest-card__media{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#fff1f6}
.idx-latest-card__media>img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.idx-latest-card:hover .idx-latest-card__media>img{transform:scale(1.035)}
.idx-latest-card__placeholder{width:100%;height:100%;display:grid;place-items:end center;background:linear-gradient(145deg,#fff0f6,#ffe3ef)}
.idx-latest-card__placeholder img{width:54%;height:88%;object-fit:contain;object-position:center bottom}
.idx-latest-card__badge{
  position:absolute;
  left:8px;
  top:8px;
  display:inline-flex;
  align-items:center;
  gap:4px;
  min-height:25px;
  padding:0 7px;
  border-radius:999px;
  background:rgba(239,253,245,.96);
  color:#28965a;
  font-size:9px;
  font-weight:950;
}
.idx-latest-card__badge img{width:13px;height:13px}
.idx-latest-card__body{display:grid;gap:5px;padding:11px 30px 12px 12px}
.idx-latest-card__body strong{overflow:hidden;text-overflow:ellipsis;color:#25262f;font-size:14px;font-weight:950;white-space:nowrap}
.idx-latest-card__body span{display:flex;align-items:center;gap:4px;overflow:hidden;text-overflow:ellipsis;color:#767986;font-size:10px;font-weight:730;white-space:nowrap}
.idx-latest-card__body span img{width:13px;height:13px}
.idx-latest-card__body b{overflow:hidden;text-overflow:ellipsis;color:#f23f82;font-size:12px;font-weight:950;white-space:nowrap}
.idx-latest-card__arrow{position:absolute;right:12px;bottom:14px;color:#ef3f8d;font-size:22px;line-height:1}

/* Candidates */
.idx-job-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,390px));justify-content:center;gap:12px}
.idx-job-card{
  position:relative;
  min-width:0;
  display:grid;
  grid-template-columns:60px minmax(0,1fr);
  grid-template-areas:"avatar main" "avatar facts";
  align-items:center;
  gap:7px 11px;
  padding:12px 34px 12px 12px;
  border:1px solid #ece7eb;
  border-radius:18px;
  background:#fff;
  box-shadow:0 7px 18px rgba(45,31,39,.035);
}
.idx-job-card__avatar{grid-area:avatar;width:60px;aspect-ratio:4/5;overflow:hidden;border-radius:15px;background:#fff1f7}
.idx-job-card__avatar img{width:100%;height:100%;object-fit:cover}
.idx-job-card__main{grid-area:main;min-width:0;display:grid;gap:4px}
.idx-job-card__main strong{overflow:hidden;text-overflow:ellipsis;color:#26272f;font-size:14px;font-weight:950;white-space:nowrap}
.idx-job-card__main span{display:flex;align-items:center;gap:4px;overflow:hidden;text-overflow:ellipsis;color:#777a85;font-size:10px;font-weight:730;white-space:nowrap}
.idx-job-card__main img{width:13px;height:13px}
.idx-job-card__facts{grid-area:facts;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
.idx-job-card__facts>span{min-width:0;display:grid;gap:1px;padding:6px 8px;border-radius:11px;background:#faf7f9}
.idx-job-card__facts small{color:#99929a;font-size:8px;font-weight:800}
.idx-job-card__facts b{overflow:hidden;text-overflow:ellipsis;color:#39343c;font-size:10px;font-weight:900;white-space:nowrap}
.idx-job-card__arrow{position:absolute;right:12px;top:50%;color:#f04a8d;font-size:22px;transform:translateY(-50%)}

/* CTA */
.idx-safety{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  padding:17px 20px;
  border:1px solid rgba(239,63,141,.2);
  border-radius:22px;
  background:linear-gradient(110deg,#fff 0%,#fff4f9 54%,#ffddeb 100%);
  box-shadow:0 13px 34px rgba(65,42,55,.065);
}
.idx-safety__mascot{width:70px;height:70px;display:grid;place-items:center}
.idx-safety__mascot img{width:68px;height:68px;object-fit:contain}
.idx-safety__copy{min-width:0;display:grid;gap:2px}
.idx-safety__copy>span{color:#e84489;font-size:9px;font-weight:1000;letter-spacing:.13em}
.idx-safety__copy h2{color:#24242d;font-size:20px;line-height:1.2}
.idx-safety__copy p{max-width:620px;color:#6c6871;font-size:11px;font-weight:650;line-height:1.5}
.idx-safety__actions{display:flex;align-items:center;gap:8px}
.idx-safety__actions a{min-width:104px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:13px;font-size:11px;font-weight:950}
.idx-safety__primary{background:linear-gradient(135deg,#f04b90,#dc347c);color:#fff;box-shadow:0 10px 22px rgba(239,63,141,.17)}
.idx-safety__secondary{border:1px solid rgba(239,63,141,.25);background:#fff;color:#d83279}

/* Tablet */
@media(max-width:1100px){
  .idx-page{max-width:1000px}
  .idx-hero{grid-template-columns:minmax(0,1.35fr) minmax(270px,.65fr)}
  .idx-hero__content{padding-left:32px}
  .idx-search{grid-template-columns:140px 150px minmax(170px,1fr) auto}
  .idx-category-card{flex-basis:calc((100% - 30px)/4)}
  .idx-region-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .idx-trust-panel{grid-template-columns:repeat(2,minmax(0,1fr))}
  .idx-trust-item:nth-child(3){border-left:0;border-top:1px solid #f1e7ec}
  .idx-trust-item:nth-child(4){border-top:1px solid #f1e7ec}
  .idx-store-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .idx-latest-grid{grid-template-columns:repeat(auto-fit,minmax(220px,270px))}
  .idx-job-grid{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch}
}

/* Mobile */
@media(max-width:767px){
  .idx-page{
    --idx-panel-radius:20px;
    gap:12px;
    padding:0 0 14px;
  }

  .idx-hero{
    grid-template-columns:1fr;
    min-height:0;
    border-radius:24px;
  }
  .idx-hero__content{padding:20px 18px 12px}
  .idx-hero__kicker{min-height:25px;padding-inline:9px;font-size:9.5px}
  .idx-hero h1{margin-top:11px;font-size:31px;line-height:1.04}
  .idx-hero h1 span{white-space:normal}
  .idx-hero__desc{margin-top:8px;font-size:12px;line-height:1.45}
  .idx-trust-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 10px;margin-top:11px}
  .idx-trust-row span{font-size:10px}
  .idx-trust-row img{width:16px;height:16px}

  .idx-search{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0;
    margin-top:12px;
    padding:6px;
    border-radius:18px;
  }
  .idx-search__field{height:43px;padding-inline:9px}
  .idx-search__field:nth-child(2){border-right:0}
  .idx-search__field--keyword{grid-column:1/-1;border-top:1px solid #eee7eb;border-right:0}
  .idx-search select,.idx-search input{height:39px;min-height:39px;font-size:12px}
  .idx-search button{grid-column:1/-1;width:100%;height:44px;margin-top:5px;border-radius:13px;font-size:13px}

  .idx-hero__visual{min-height:178px;padding-top:0}
  .idx-hero__mascot{width:min(60%,180px);max-height:180px}
  .idx-hero__dao{right:16px;top:14px;width:46px;height:46px;border-radius:16px;font-size:13px}
  .idx-hero__badge{min-height:34px;padding-inline:9px;border-radius:13px;font-size:9px}
  .idx-hero__badge img{width:18px;height:18px}
  .idx-hero__badge--verified{left:13px;top:58px}
  .idx-hero__badge--direct{right:13px;bottom:16px}

  .idx-panel{padding:17px 16px}
  .idx-section-head{align-items:flex-end;margin-bottom:13px}
  .idx-section-head h2{font-size:21px}
  .idx-section-head>a{font-size:11px}

  .idx-category-grid{gap:8px}
  .idx-category-card{
    flex-basis:calc((100% - 16px)/3);
    min-height:88px;
    gap:5px;
    padding:7px 4px;
    border-radius:16px;
  }
  .idx-category-card>span{width:58px;height:58px;border-radius:18px}
  .idx-category-card img{width:51px;height:51px}
  .idx-category-card strong{font-size:10px;line-height:1.15}

  .idx-region-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .idx-region-card{border-radius:15px}
  .idx-region-card__copy{left:11px;right:40px;bottom:10px}
  .idx-region-card__copy strong{font-size:14px}
  .idx-region-card__copy small{font-size:9px}
  .idx-region-card__arrow{right:9px;bottom:9px;width:27px;height:27px;font-size:17px}

  .idx-trust-panel{grid-template-columns:repeat(2,minmax(0,1fr));border-radius:18px}
  .idx-trust-item{gap:8px;padding:11px 10px}
  .idx-trust-item:nth-child(3){border-left:0;border-top:1px solid #f1e7ec}
  .idx-trust-item:nth-child(4){border-top:1px solid #f1e7ec}
  .idx-trust-item>span{width:34px;height:34px;border-radius:11px}
  .idx-trust-item img{width:20px;height:20px}
  .idx-trust-item strong{font-size:10px}
  .idx-trust-item small{font-size:8px}

  .idx-store-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .idx-store-card{border-radius:16px}
  .idx-store-card__body{padding:10px;gap:5px}
  .idx-store-card__body>strong{font-size:13px}
  .idx-store-card__salary{display:grid;align-items:start}
  .idx-store-card__salary b{font-size:11px}
  .idx-empty{min-height:68px;padding:8px 11px}
  .idx-empty>img{width:42px;height:46px}
  .idx-empty strong{font-size:11px}

  .idx-latest-grid{grid-template-columns:1fr;gap:9px}
  .idx-latest-card{
    display:grid;
    grid-template-columns:126px minmax(0,1fr);
    min-height:82px;
    border-radius:16px;
  }
  .idx-latest-card__media{width:126px;aspect-ratio:16/9;align-self:center}
  .idx-latest-card__badge{display:none}
  .idx-latest-card__body{align-content:center;padding:10px 28px 10px 12px}
  .idx-latest-card__body strong{font-size:14px}
  .idx-latest-card__body span{font-size:10px}
  .idx-latest-card__body b{font-size:12px}
  .idx-latest-card__arrow{right:11px;bottom:auto;top:50%;transform:translateY(-50%)}

  .idx-job-grid{grid-template-columns:1fr;gap:9px}
  .idx-job-card{grid-template-columns:58px minmax(0,1fr);padding:10px 30px 10px 10px;border-radius:16px}
  .idx-job-card__avatar{width:58px;border-radius:14px}
  .idx-job-card__main strong{font-size:13px}

  .idx-safety{
    grid-template-columns:58px minmax(0,1fr);
    gap:10px;
    padding:15px 14px 14px;
    border-radius:20px;
  }
  .idx-safety__mascot{width:58px;height:58px}
  .idx-safety__mascot img{width:56px;height:56px}
  .idx-safety__copy h2{font-size:17px}
  .idx-safety__copy p{font-size:10px}
  .idx-safety__actions{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .idx-safety__actions a{min-width:0;min-height:40px;font-size:11px}
  .idx-safety{margin-bottom:18px}
}

@media(max-width:390px){
  .idx-hero__content{padding-inline:16px}
  .idx-hero h1{font-size:31px}
  .idx-panel{padding-inline:14px}
  .idx-category-card{min-height:86px}
  .idx-category-card>span{width:54px;height:54px}
  .idx-category-card img{width:47px;height:47px}
  .idx-latest-card{grid-template-columns:116px minmax(0,1fr)}
  .idx-latest-card__media{width:116px}
}

@media(prefers-reduced-motion:reduce){
  .idx-category-card,.idx-store-card,.idx-latest-card,.idx-region-card__image{transition:none}
}

/* Candidate profile privacy */
.idx-job-card.is-profile-locked{cursor:pointer}
.idx-job-card.is-profile-locked .idx-job-card__avatar{position:relative;background:#eee8ec}
.idx-job-card.is-profile-locked .idx-job-card__avatar img{filter:blur(6px) saturate(.45);opacity:.46;transform:scale(1.14)}
